.newtop_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
}

.newtop_right form {
  margin-top: 10px;
  padding: 5px 10px;
  float: right;
  width: 70%;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #666;
  height: 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newtop_right form input {
  outline: none;
  border: none;
  border-radius: 25px;
  height: 43px;
}

.newtop_right form .sbtn {
  background: url(../images/search.png) center center no-repeat;
  background-size: contain;
  height: 43px;
}

.newcontainer {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}

.newnavbarNav {
  position: relative;
  margin-left: 2%;
  margin-right: 2%;
  width: 65%;
  height: 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;
}

.newnavbarNav::after {
  display: none;
  width: 100%;
  background: rgba(54, 62, 69, 0.7);
  -webkit-transform: skewX(22deg);
  transform: skewX(-22deg);
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  height: 60px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.newnavbarNav ul {
  z-index: 9;
  position: relative;
  height: 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.newnavbarNav ul li {
  width: 130px;
  height: 100%;
  text-align: center;
  position: relative;
}

.newnavbarNav ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
  background-color: #0d5198;
}

.newnavbarNav ul li:hover::after {
  left: 0;
  right: 0;
}

.newnavbarNav ul li:hover a {
  color: #0d5198;
}

.newnavbarNav ul li.cur::after {
  left: 0;
  right: 0;
}

.newnavbarNav ul li.cur a {
  color: #0d5198;
}

.newnavbarNav ul li a {
  font-size: 17px;
  color: #333;
  line-height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.newnavbarNav ul li:hover .subnav {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.newnavbarNav ul li:hover .subnav li a {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.newnavbarNav ul li .subnav {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  top: 70px;
  left: -10px;
  width: 150%;
  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;
}

.newnavbarNav ul li .subnav li {
  height: 50px;
  width: 100%;
  text-align: center;
}

.newnavbarNav ul li .subnav li:hover a {
  background-color: rgba(25, 65, 85, 0.9);
}

.newnavbarNav ul li .subnav li:nth-child(1) a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.newnavbarNav ul li .subnav li:nth-child(2) a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newnavbarNav ul li .subnav li:nth-child(3) a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newnavbarNav ul li .subnav li:nth-child(4) a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.newnavbarNav ul li .subnav li:nth-child(5) a {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.newnavbarNav ul li .subnav li:nth-child(6) a {
  -webkit-transition: all .7s;
  transition: all .7s;
}

.newnavbarNav ul li .subnav li:nth-child(7) a {
  -webkit-transition: all .8s;
  transition: all .8s;
}

.newnavbarNav ul li .subnav li:nth-child(8) a {
  -webkit-transition: all .9s;
  transition: all .9s;
}

.newnavbarNav ul li .subnav li:nth-child(9) a {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.newnavbarNav ul li .subnav li:nth-child(10) a {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.newnavbarNav ul li .subnav li:nth-child(11) a {
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}

.newnavbarNav ul li .subnav li:nth-child(12) a {
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}

.newnavbarNav ul li .subnav li:nth-child(13) a {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
}

.newnavbarNav ul li .subnav li:nth-child(14) a {
  -webkit-transition: all 2.2s;
  transition: all 2.2s;
}

.newnavbarNav ul li .subnav li a {
  -webkit-transform: scale(0);
          transform: scale(0);
  font-size: 15px !important;
  line-height: 50px;
  display: block;
  width: 100%;
  height: 50px;
  background-color: rgba(25, 65, 85, 0.6);
  color: #fff;
}

.searchBtn img {
  width: 15%;
  cursor: pointer;
}

.searchBtn_con {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  background: rgba(25, 65, 85, 0.6);
}

.searchBtn_con form {
  margin: auto;
  margin-top: 15px;
  padding: 5px 10px;
  width: 25%;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #666;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
}

.searchBtn_con form input {
  outline: none;
  border: none;
  border-radius: 25px;
  height: 35px;
}

.searchBtn_con form .sbtn {
  background: url(../images/search.png) center center no-repeat;
  background-size: contain;
  height: 25px;
}

.product_list {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 15%;
  left: 0;
  z-index: 999;
}

.product_list .product_list_con {
  margin: auto;
  width: 70%;
  height: 100%;
  border-radius: 15px;
  background: rgba(25, 65, 85, 0.9);
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-shadow: 0 2px 5px #4a91da;
          box-shadow: 0 2px 5px #4a91da;
}

.product_list .product_list_con .product_list_1 {
  position: relative;
  padding: 0 10px;
  width: 14%;
  height: 50px;
  text-align: center;
}

.product_list .product_list_con .product_list_1 .a {
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}

.product_list .product_list_con .product_list_1 .a:hover {
  color: #4a91da;
}

.product_list .product_list_con:hover .subnav {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product_list .subnav {
  padding: 15px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 15%;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  width: 70%;
  height: auto;
  border-radius: 10px;
  -ms-flex-direction: row;
      flex-direction: row;
  flex-wrap: wrap;
  z-index: 999;
}

.product_list .subnav.top {
  top: 100px;
}

.product_list .subnav.bottom {
  bottom: 100px;
}

.product_list .subnav .subnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  width: 14%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid rgba(25, 65, 85, 0.2);
}

.product_list .subnav li {
  width: 100%;
  height: auto;
  text-align: left;
}

.product_list .subnav li a {
  display: block;
  padding-left: 10%;
  padding-right: 2%;
  width: 100%;
  height: auto;
  line-height: 35px;
  color: #333;
  font-size: 15px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
}

.product_list .subnav li a:hover {
  color: #4a91da;
}

.product_list .subnav li ul li a {
  font-size: 13px;
  color: #6a6a6a;
  line-height: 28px;
  font-weight: normal;
}

.nfixed {
  display: block;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 99999;
}

.nfixed .newcontainer .newnavbarNav {
  width: 80%;
}

.nfixed .newcontainer .newnavbarNav::after {
  left: -1000%;
  width: 2200%;
  background: rgba(54, 62, 69, 0.7);
  -webkit-transform: skewX(22deg);
  transform: skewX(-22deg);
  position: absolute;
  top: 0px;
  content: "";
  height: 60px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.nfixed .newlogo {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nfixed .newtel {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nfixed .newnewdingwei {
  display: block;
}

.nfixed form {
  position: absolute;
  top: 0;
  right: -20%;
  margin-left: 2%;
  margin-top: 10px;
  padding: 5px 10px;
  float: right;
  width: 20%;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #666;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
}

.nfixed form input {
  outline: none;
  border: none;
  border-radius: 25px;
  height: 35px;
}

.nfixed form .sbtn {
  background: url(../images/search.png) center center no-repeat;
  background-size: contain;
  height: 38px;
}

.container_pro {
  width: 100%;
  margin-top: 50px;
}

.container_pro .cptitle {
  font-size: 35px;
  color: #666;
}

.container_pro .cptitle i {
  color: #0d5198;
  font-style: normal;
}

.container_pro .cpdesc {
  margin-bottom: 165px;
  font-size: 20px;
  color: #999;
  text-transform: uppercase;
}

.product {
  margin-top: 50px;
  width: 100%;
  height: 700px;
  background: url(../images/about_bg.jpg) center no-repeat;
  background-size: cover;
}

.newcpzx {
  position: relative;
  margin: auto;
  margin-top: -130px;
  width: 70%;
  padding: 1%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #d3d6d9;
          box-shadow: 0px 0px 10px #d3d6d9;
}

.newcpzx .newcpzx_nav {
  position: absolute;
  bottom: 3%;
  width: 102%;
  left: -1%;
  padding: 0 1%;
  margin-top: 50px;
  margin-top: 20px;
  background: url(../images/nav_bg.png) no-repeat;
  background-size: cover;
}

.newcpzx .newcpzx_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newcpzx .newcpzx_nav ul .hover a h3 {
  display: block;
}

.newcpzx .newcpzx_nav ul .hover a .futu {
  display: block;
}

.newcpzx .newcpzx_nav ul .hover a .arrowDown {
  display: block;
}

.newcpzx .newcpzx_nav ul li {
  width: 25%;
  position: relative;
}

.newcpzx .newcpzx_nav ul li::after {
  content: '';
  position: absolute;
  right: 1px;
  bottom: 25%;
  width: 1px;
  height: 20px;
  background-color: #fff;
}

.newcpzx .newcpzx_nav ul li:hover {
  background-color: #fff;
}

.newcpzx .newcpzx_nav ul li:last-child::after {
  display: none;
}

.newcpzx .newcpzx_nav ul li a {
  display: block;
  margin-top: 2%;
  width: 100%;
  height: 94%;
  border: 1px solid #0061c2;
  text-align: center;
}

.newcpzx .newcpzx_nav ul li a:hover p {
  color: #0061c2;
}

.newcpzx .newcpzx_nav ul li a:hover h3 {
  display: block;
}

.newcpzx .newcpzx_nav ul li a:hover .futu {
  display: block;
}

.newcpzx .newcpzx_nav ul li a:hover .arrowDown {
  display: block;
}

.newcpzx .newcpzx_nav ul li a p {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.newcpzx .newcpzx_nav ul li a i {
  font-size: 18px;
  line-height: 55px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.newcpzx .newcpzx_nav ul li a span {
  display: block;
  width: 36px;
  height: 5px;
  background-color: #0d5198;
  position: relative;
  z-index: 2;
}

.newcpzx .newcpzx_nav ul li a .zhutu {
  margin-top: 20px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.newcpzx .newcpzx_nav ul li a h3 {
  display: none;
  position: absolute;
  z-index: 1;
  font-size: 45px;
  color: #f0f0f0;
  top: 50px;
  left: 20px;
}

.newcpzx .newcpzx_nav ul li a .futu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 110px;
}

.newcpzx .newcpzx_nav ul li a .arrowDown {
  display: none;
  position: absolute;
  width: 40px;
  bottom: -50px;
  left: 45%;
  z-index: 8;
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite;
}

.newcpzx .newcpzx_nav ul .hover {
  background-color: #fff;
}

.newcpzx .newcpzx_nav ul .hover p {
  color: #0061c2;
}

.newcpzx .newcpzx_con {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  margin-bottom: 60px;
}

.newcpzx .newcpzx_con .newcpzx_con_1 {
  width: 100%;
}

.newcpzx .newcpzx_con .newcpzx_con_1 .newcpzx_con_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}

.newcpzx .newcpzx_con .newcpzx_con_1 .newcpzx_con_top h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: #0d5198;
}

.newcpzx .newcpzx_con .newcpzx_con_1 .newcpzx_con_top h3 span {
  margin-left: 15px;
  font-size: 17px;
  text-transform: uppercase;
  color: #666;
}

.newcpzx .newcpzx_con .newcpzx_con_1 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li {
  padding-bottom: 15px;
  width: 25%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li:nth-child(2) {
  background-color: #f8f9fa;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li:nth-child(4) {
  background-color: #f8f9fa;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li:nth-child(5) {
  background-color: #f8f9fa;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li:nth-child(7) {
  background-color: #f8f9fa;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li:hover {
  -webkit-box-shadow: 0px 0px 7px 7px #d3d6d9;
          box-shadow: 0px 0px 7px 7px #d3d6d9;
  background-color: #fff;
  z-index: 8;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li a {
  display: block;
  width: 100%;
  text-align: center;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li a img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 70%;
  height: auto;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li a p {
  font-size: 16px;
  color: #666;
}

.newabout {
  padding: 30px 0;
  margin-top: 0px;
  width: 100%;
}

.newabout .containerAbout {
  margin: auto;
  width: 65%;
}

.newabout .containerAbout .aboutTitle {
  font-size: 35px;
  color: #666;
}

.newabout .containerAbout .aboutTitle i {
  margin: 0 8px;
  color: #0d5198;
  font-size: 60px;
  font-weight: bold;
}

.newabout .containerAbout .aboutdesc {
  margin-bottom: 80px;
  font-size: 20px;
  color: #999;
  text-transform: uppercase;
}

.newabout .containerAbout .newAbout_con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newabout .containerAbout .newAbout_con .about_left {
  width: 35%;
  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;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_1:nth-child(1) {
  margin-bottom: 160px;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_1:hover .about_left_img_1 {
  display: none;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_1:hover .about_left_img_1_a {
  display: block;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_1:hover h3 {
  color: #0061c2 !important;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_1:hover p {
  color: #0061c2 !important;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_1 img {
  margin-right: 20px;
  width: 80px;
  height: 80px;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_1 .about_left_img_1 {
  display: block;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_1 .about_left_img_1_a {
  display: none;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_p .about_left_p_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_p .about_left_p_1 h3 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #626262;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_p .about_left_p_1 i {
  margin-left: 10px;
  font-size: 20px;
  color: #626262;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_p .about_left_p_1 p {
  font-size: 18px;
  color: #626262;
  font-weight: bold;
}

.newabout .containerAbout .newAbout_con .about_left .about_left_p .about_left_p_2 p {
  font-size: 17px;
  color: #626262;
}

.newabout .containerAbout .newAbout_con .about_mid {
  width: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newabout .containerAbout .newAbout_con .about_mid img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newabout .containerAbout .newAbout_con .about_right {
  width: 35%;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_1 {
  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%;
  cursor: pointer;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_1:nth-child(1) {
  margin-bottom: 160px;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_1:hover .about_right_img_1 {
  display: none !important;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_1:hover .about_right_img_1_a {
  display: block !important;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_1:hover h3 {
  color: #0061c2 !important;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_1:hover p {
  color: #0061c2 !important;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_1 img {
  width: 80px;
  height: 80px;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_1 .about_right_img_1 {
  display: block;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_1 .about_right_img_1_a {
  display: none;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_p {
  margin-right: 15px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_p .about_right_p_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_p .about_right_p_1 h3 {
  font-size: 28px;
  color: #626262;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_p .about_right_p_1 i {
  font-size: 20px;
  color: #626262;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_p .about_right_p_1 p {
  font-size: 18px;
  font-weight: bold;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_p .about_right_p_2 p {
  text-align: right;
}

.newabout .containerAbout .newAbout_con .about_right .about_right_p p {
  font-size: 17px;
  color: #626262;
}

.containeryoushi {
  margin: auto;
  margin-top: 50px;
  width: 80%;
}

.containeryoushi .ystitle {
  margin-bottom: 15px;
  font-size: 28px;
  color: #666;
}

.containeryoushi .ystitle i {
  font-style: normal;
  color: #0d5198;
}

.containeryoushi .ysdesc {
  font-size: 20px;
  margin-bottom: 50px;
}

.containeryoushi .youshi_con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containeryoushi .youshi_con .youshi_1:nth-child(2n) {
  margin-top: 40px;
}

.containeryoushi .youshi_con .youshi_1 {
  width: 300px;
  height: auto;
}

.containeryoushi .youshi_con .youshi_1 .youshi_shang {
  width: 300px;
  height: 230px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: radial-gradient(circle, #4a91da, #0d5198);
}

.containeryoushi .youshi_con .youshi_1 .youshi_shang p {
  font-size: 80px;
  color: #fff;
}

.containeryoushi .youshi_con .youshi_1 .youshi_shang p i {
  font-style: normal;
  font-size: 25px;
}

.containeryoushi .youshi_con .youshi_1 .youshi_shang span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.74);
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia {
  position: relative;
  width: 300px;
  height: auto;
  cursor: pointer;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia:hover .xia_bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia:hover .xia_bg .bg_xian_t {
  width: 100%;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia:hover .xia_bg .bg_xian_r {
  height: 100%;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia:hover .xia_bg .bg_xian_b {
  width: 100%;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia:hover .xia_bg .bg_xian_l {
  height: 100%;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia img {
  width: 100%;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(54, 62, 69, 0.5);
  z-index: 99;
  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;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg p {
  font-size: 15px;
  color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg .bg_xian_t {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #4a91da;
  z-index: 5;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg .bg_xian_r {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 0px;
  background-color: #4a91da;
  z-index: 5;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg .bg_xian_b {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #4a91da;
  z-index: 5;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg .bg_xian_l {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 0px;
  z-index: 5;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  background-color: #4a91da;
}

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

.containercase .casetitle {
  font-size: 35px;
  color: #666;
}

.containercase .casetitle i {
  margin-right: 10px;
  font-style: normal;
  color: #0d5198;
}

.containercase .casedesc {
  margin-bottom: 30px;
  font-size: 20px;
  color: #999;
  text-transform: uppercase;
}

.containercase .case_con {
  width: 100%;
}

.containercase .case_con .case_con_list {
  width: 100%;
}

.containercase .case_con .case_con_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.containercase .case_con .case_con_list ul li {
  width: 25%;
  height: 300px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.containercase .case_con .case_con_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.containercase .case_con .case_con_list ul li a:hover .des {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.containercase .case_con .case_con_list ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.containercase .case_con .case_con_list ul li a .case_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.containercase .case_con .case_con_list ul li a .case_img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.containercase .case_con .case_con_list ul li a .des {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  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;
  background: rgba(0, 97, 194, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.containercase .case_con .case_con_list ul li a .des p {
  width: 90%;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}

.containernews {
  width: 100%;
}

.containernews .newstitle {
  font-size: 35px;
}

.containernews .newstitle i {
  margin-right: 10px;
  color: #0d5198;
  font-style: normal;
}

.containernews .newsdesc {
  margin-bottom: 30px !important;
  font-size: 20px;
  text-transform: uppercase;
}

.containernews .news_con {
  margin: auto;
  margin-top: 50px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.containernews .news_con .more {
  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;
}

.containernews .news_con .more a {
  width: 150px;
  height: 35px;
  border-radius: 25px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4a91da), color-stop(#0061c2), to(#4a91da));
  background: linear-gradient(to bottom, #4a91da, #0061c2, #4a91da);
}

.containernews .news_con .more a:hover {
  -webkit-box-shadow: 0 0 15px #0061c2 inset;
          box-shadow: 0 0 15px #0061c2 inset;
}

.containernews .news_con 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.containernews .news_con ul li {
  padding: 20px;
  width: 33.33%;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.containernews .news_con ul li:hover {
  -webkit-box-shadow: 0px 0px 7px 7px #d3d6d9;
          box-shadow: 0px 0px 7px 7px #d3d6d9;
  background-color: #fff !important;
  z-index: 99;
}

.containernews .news_con ul li:nth-child(2n) {
  background-color: #f5f5f5;
}

.containernews .news_con ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.containernews .news_con ul li a:hover i {
  background-color: #ffc107;
}

.containernews .news_con ul li a .nlist_time {
  width: 7%;
  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;
}

.containernews .news_con ul li a .nlist_time p {
  font-size: 23px;
  color: #333;
  line-height: 26px;
}

.containernews .news_con ul li a .nlist_time p:first-child {
  font-size: 27px;
}

.containernews .news_con ul li a .nlist_time span {
  margin-top: 5px;
  border-top: 1px solid #0d5198;
  font-size: 16px;
  color: #666;
}

.containernews .news_con ul li a i {
  margin: 0 15px;
  margin-top: 5px;
  display: block;
  width: 2px;
  height: 30px;
  background-color: #0d5198;
}

.containernews .news_con ul li a .nlist_desc {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containernews .news_con ul li a .nlist_desc p {
  margin-bottom: 8px;
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.containernews .news_con ul li a .nlist_desc p:first-child {
  font-size: 17px;
}

.containernews .news_con ul li a .nlist_desc span {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.containernews .news_con .news_con_left {
  margin-left: 5%;
  padding-right: 3%;
  width: 12%;
  border-right: 1px solid #ccc;
}

.containernews .news_con .news_con_left ul {
  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;
}

.containernews .news_con .news_con_left ul .hover a {
  padding-left: 30%;
  color: #0d5198;
  border-bottom: 2px solid #0d5198;
}

.containernews .news_con .news_con_left ul li {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
}

.containernews .news_con .news_con_left ul li:hover a {
  padding-left: 30%;
  color: #0d5198;
  border-bottom: 2px solid #0d5198;
}

.containernews .news_con .news_con_left ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #666;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-bottom: 2px solid #ccc;
}

.containernews .news_con .news_con_right {
  width: 78%;
  overflow: hidden;
}

.containernews .news_con .news_con_right .right_1 {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 {
  width: 48%;
  height: 450px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a {
  display: block;
  width: 100%;
  height: 330px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a:hover i {
  background-color: #ffc107 !important;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_img {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_img img {
  display: block;
  margin: auto;
  width: 79%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_time {
  width: 10%;
  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;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_time p {
  font-size: 23px;
  color: #333;
  line-height: 27px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_time p:first-child {
  font-size: 28px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_time span {
  margin-top: 5px;
  color: #666;
  font-size: 16px;
  border-top: 1px solid #0d5198;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot i {
  margin: 0 15px;
  margin-top: 5px;
  width: 2px;
  height: 30px;
  background-color: #0d5198;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_des {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_des p {
  margin-bottom: 5px;
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_des p:first-child {
  font-size: 17px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_des span {
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 {
  width: 50%;
  height: 450px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul {
  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;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li {
  padding: 30px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a:hover i {
  background-color: #ffc107;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_time {
  width: 7%;
  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;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_time p {
  font-size: 23px;
  color: #333;
  line-height: 26px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_time p:first-child {
  font-size: 27px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_time span {
  margin-top: 5px;
  border-top: 1px solid #0d5198;
  font-size: 16px;
  color: #666;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a i {
  margin: 0 15px;
  margin-top: 5px;
  display: block;
  width: 2px;
  height: 30px;
  background-color: #0d5198;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_desc {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_desc p {
  margin-bottom: 8px;
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_desc p:first-child {
  font-size: 17px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_desc span {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.indexzizhi {
  margin-top: 50px;
  padding: 30px 0;
  width: 100%;
  height: 600px;
  background: url(../images/zheng_bg.jpg) no-repeat;
  background-size: cover;
}

.indexzizhi .zizhi_title {
  width: 100%;
  font-size: 35px;
  color: #fff;
}

.indexzizhi .zizhi_title i {
  margin-right: 10px;
  color: #0d5198;
  font-style: normal;
}

.indexzizhi .zizhi_desc {
  margin-bottom: 30px !important;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.indexzizhi .zizhi_con {
  margin: auto;
  margin-top: 50px;
  width: 1200px;
  overflow: hidden;
}

.indexzizhi .zizhi_con .zizhi_container {
  width: 100%;
  height: 100%;
}

.indexzizhi .zizhi_con .zizhi_container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border: 3px solid #eb6d3e;
  /* 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);
}

.indexzizhi .zizhi_con .zizhi_container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.indexzizhi .zizhi_con .zizhi_container .swiper-slide-active,
.indexzizhi .zizhi_con .zizhi_container .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.newfooter {
  width: 100%;
  height: 380px;
  background: #ebedef;
}

.newfooter .containerfoot {
  margin: auto;
  width: 80%;
}

.newfooter .containerfoot .leftnav {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(141, 141, 141, 0.3);
}

.newfooter .containerfoot .leftnav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.newfooter .containerfoot .leftnav ul li {
  width: 14%;
  padding: 0 1%;
  text-align: center;
  border-right: 1px solid rgba(141, 141, 141, 0.3);
}

.newfooter .containerfoot .leftnav ul li:last-child {
  border: none;
}

.newfooter .containerfoot .leftnav ul li a {
  font-size: 16px;
  color: #333;
}

.newfooter .containerfoot .leftnav ul li a:hover {
  color: #0d5198;
}

.newfooter .containerfoot .footcon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.newfooter .containerfoot .newfooter_left {
  width: 60%;
}

.newfooter .containerfoot .newfooter_left .left_con {
  margin-top: 2%;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newfooter .containerfoot .newfooter_left .left_con ul {
  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;
}

.newfooter .containerfoot .newfooter_left .left_con ul li {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newfooter .containerfoot .newfooter_left .left_con ul li .listimg {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  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;
  border-radius: 50%;
}

.newfooter .containerfoot .newfooter_left .left_con ul li .listimg img {
  width: 70%;
  height: 70%;
}

.newfooter .containerfoot .newfooter_left .left_con ul li p {
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
}

.newfooter .containerfoot .newfooter_left .left_con ul li p i {
  margin-left: 15px;
  font-size: 30px;
  color: #0d5198;
  font-style: normal;
  font-weight: bold;
}

.newfooter .containerfoot .newfooter_left .leftyoulian {
  margin-top: 1%;
  width: 80%;
}

.newfooter .containerfoot .newfooter_left .leftyoulian ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newfooter .containerfoot .newfooter_left .leftyoulian ul .tou {
  margin-right: 15px;
}

.newfooter .containerfoot .newfooter_left .leftyoulian ul li {
  margin-right: 10px;
  width: auto;
}

.newfooter .containerfoot .newfooter_left .leftyoulian ul li a {
  font-size: 14px;
  color: #999;
}

.newfooter .containerfoot .newfooter_left .beian {
  margin-top: 1%;
  width: 100%;
}

.newfooter .containerfoot .newfooter_left .beian ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.newfooter .containerfoot .newfooter_left .beian ul li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newfooter .containerfoot .newfooter_left .beian ul li p {
  font-size: 15px;
  color: #666;
}

.newfooter .containerfoot .newfooter_left .beian ul li a {
  font-size: 15px;
  color: #666;
}

.newfooter .containerfoot .newfooter_right {
  padding-top: 4%;
  width: 40%;
  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;
}

.newfooter .containerfoot .newfooter_right .rightImg {
  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;
  margin-bottom: 50px;
}

.newfooter .containerfoot .newfooter_right .rightImg img {
  margin-bottom: 15px;
  width: 250px;
}

.newfooter .containerfoot .newfooter_right .rightImg p {
  font-size: 26px;
  color: #666;
  font-weight: normal;
  letter-spacing: 2px;
}

.newfooter .containerfoot .newfooter_right .rightma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
}

.newfooter .containerfoot .newfooter_right .rightma .rightma_1 {
  margin-right: 15%;
  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;
}

.newfooter .containerfoot .newfooter_right .rightma .rightma_1:nth-child(2) {
  margin-right: 0;
}

.newfooter .containerfoot .newfooter_right .rightma .rightma_1 img {
  margin-bottom: 14px;
  width: 140px;
  height: 140px;
}

.newfooter .containerfoot .newfooter_right .rightma .rightma_1 p {
  color: #666;
  font-size: 16px;
}

.newfenlei {
  width: 100%;
  margin-bottom: 20px;
}

.newfenlei .newfenlei_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  background: url(../images/fenlei_bg1.png) left 17px no-repeat;
  background-position-x: left;
  background-size: 63px 37px;
}

.newfenlei .newfenlei_top .newfenlei_top_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newfenlei .newfenlei_top .newfenlei_top_1 .xuanlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.newfenlei .newfenlei_top .newfenlei_top_1 .xuanlist span {
  margin-left: 15px;
  font-size: 16px;
  color: #999;
}

.newfenlei .newfenlei_top p {
  padding-left: 60px;
  line-height: 35px;
  font-size: 22px;
}

.newfenlei .newfenlei_top .nysearch {
  width: 250px;
  border: 1px solid #ccc;
  height: 42px;
  background-color: #fff;
  border-radius: 20px;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newfenlei .newfenlei_top .nysearch form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newfenlei .newfenlei_top .nysearch form input {
  width: 80%;
  height: 35px;
  border: none;
  background: none;
  outline: none;
}

.newfenlei .newfenlei_top .nysearch form .sbtn {
  width: 15%;
  background: url(../images/search.png) center no-repeat;
  background-size: 70%;
}

.newfenlei .newfenlei_bot {
  width: 100%;
}

.newfenlei .newfenlei_bot .newfenlei_bot_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newfenlei .newfenlei_bot .newfenlei_bot_1 .lei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  width: 100%;
  border: 1px solid #f3f3f3;
}

.newfenlei .newfenlei_bot .newfenlei_bot_1 .lei .lei_all {
  padding: 10px 15px;
  color: #666;
  font-size: 15px;
}

.newfenlei .newfenlei_bot .newfenlei_bot_1 .lei .btn-info {
  background-color: #0559b9;
  border-color: #0559b9;
}

.newfenlei .newfenlei_bot .newfenlei_bot_1 .lei .btn-light {
  background: #f3f3f3;
}

.newfenlei .newfenlei_bot .newfenlei_bot_1 .lei a {
  margin-right: 20px;
  font-size: 15px;
}

.newListCase {
  margin: auto;
  width: 90%;
  height: auto;
}

.newListCase .newListCase_con {
  width: 100%;
}

.newListCase .newListCase_con ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newListCase .newListCase_con ul li {
  margin-right: 2.6%;
  margin-bottom: 30px;
  width: 23%;
  background: #f1f1f1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 7px;
  cursor: pointer;
}

.newListCase .newListCase_con ul li:nth-child(4n) {
  margin-right: 0;
}

.newListCase .newListCase_con ul li:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.newListCase .newListCase_con ul li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.newListCase .newListCase_con ul li .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newListCase .newListCase_con ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newListCase .newListCase_con ul li .title {
  padding: 25px;
}

.newListCase .newListCase_con ul li .title p {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}

.newListCase .newListCase_con ul li .title span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 26px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newListCase .newListCase_con ul li .title a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #0559b9;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newListCase .newListCase_con ul li .title a:hover {
  -webkit-box-shadow: 0 0 10px rgba(5, 89, 185, 0.74);
          box-shadow: 0 0 10px rgba(5, 89, 185, 0.74);
}

.shili {
  margin: auto;
  padding-bottom: 80px;
  width: 1300px;
  height: auto;
}

.shili .shili_con {
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #c3c3c3;
}

.shili .shili_con .shili_con_top {
  margin-bottom: 30px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  border: 1px solid #c2c2c2;
}

.shili .shili_con .shili_con_top .shili_con_1 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shili .shili_con .shili_con_top .shili_con_1:nth-child(1)::after {
  background: url(../images/shili4.jpg) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_top .shili_con_1:nth-child(2)::after {
  background: url(../images/shili5.jpg) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_top .shili_con_1:nth-child(3)::after {
  background: url(../images/shili3.jpg) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_top .shili_con_1:nth-child(4)::after {
  background: url(../images/shili1.jpg) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_top .shili_con_1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 4;
}

.shili .shili_con .shili_con_top .shili_con_1 .shili_con_neirong {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 600px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shili .shili_con .shili_con_top .shili_con_1 .shili_con_neirong p {
  position: relative;
  z-index: 10;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.shili .shili_con .shili_con_top .shili_con_1 .shili_con_neirong i {
  position: relative;
  z-index: 10;
  display: block;
  margin: 25px 0;
  width: 50px;
  height: 2px;
  background-color: #fff;
}

.shili .shili_con .shili_con_top .shili_con_1 .shili_con_neirong span {
  padding: 0 10%;
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  position: relative;
  z-index: 10;
}

.shili .shili_con .shili_con_top .shili_con_1 .shili_con_neirong::after {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(5, 89, 185, 0.74);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  z-index: 6;
}

.shili .shili_con .shili_con_bot {
  width: 100%;
  height: 100px;
}

.shili .shili_con .shili_con_bot 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;
}

.shili .shili_con .shili_con_bot ul li {
  width: 25%;
  height: 100px;
  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;
  cursor: pointer;
  border-right: 1px solid #626262;
}

.shili .shili_con .shili_con_bot ul li:nth-child(1).hover span {
  background: url(../images/pinpai_a.png) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_bot ul li:nth-child(1).hover p {
  color: #0061c2;
}

.shili .shili_con .shili_con_bot ul li:nth-child(2).hover span {
  background: url(../images/yanfa_a.png) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_bot ul li:nth-child(2).hover p {
  color: #0061c2;
}

.shili .shili_con .shili_con_bot ul li:nth-child(3).hover span {
  background: url(../images/shengchan_a.png) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_bot ul li:nth-child(3).hover p {
  color: #0061c2;
}

.shili .shili_con .shili_con_bot ul li:nth-child(4).hover span {
  background: url(../images/fuwu_a.png) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_bot ul li:nth-child(4).hover p {
  color: #0061c2;
}

.shili .shili_con .shili_con_bot ul li span {
  display: block;
  width: 50px;
  height: 50px;
}

.shili .shili_con .shili_con_bot ul li:nth-child(1) span {
  background: url(../images/pinpai.png) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_bot ul li:nth-child(2) span {
  background: url(../images/yanfa.png) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_bot ul li:nth-child(3) span {
  background: url(../images/shengchan.png) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_bot ul li:nth-child(4) {
  border: none;
}

.shili .shili_con .shili_con_bot ul li:nth-child(4) span {
  background: url(../images/fuwu.png) center no-repeat;
  background-size: cover;
}

.shili .shili_con .shili_con_bot ul li p {
  margin-top: 10px;
  font-size: 18px;
  color: #666;
}

.shili .shili_con .shili_con_bot ul i {
  display: block;
  width: 2px;
  height: 30px;
  background-color: #626262;
}

.guanyu {
  margin: 50px 0;
  width: 100%;
}

.guanyu .guanyu_con {
  margin: auto;
  width: 70%;
  max-width: 1600px;
}

.guanyu .guanyu_con .guanyuTitle {
  font-size: 35px;
  color: #666;
}

.guanyu .guanyu_con .guanyuTitle i {
  margin-right: 10px;
  font-style: normal;
  color: #0d5198;
}

.guanyu .guanyu_con .guanyudesc {
  margin-bottom: 30px;
  font-size: 20px;
  color: #999;
  text-transform: uppercase;
}

.guanyu .guanyu_con .guanyu_mid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_left {
  padding: 30px;
  width: 50%;
  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;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_left .guanyuMid_left_t {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_left .guanyuMid_left_t h3 {
  font-size: 30px;
  color: #0061c2;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_left .guanyuMid_left_t a {
  display: block;
  width: 40px;
  height: 40px;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_left .guanyuMid_left_t a img {
  width: 100%;
  height: 100%;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_left .guanyuMid_left_b {
  font-size: 15px;
  line-height: 28px;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_right {
  width: 50%;
  position: relative;
  height: 400px;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_right img {
  width: 100%;
  height: 100%;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul li {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul li .num_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul li .num_top p {
  font-size: 33px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul li .num_top span {
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
}

.guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul li i {
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */