﻿@charset "utf-8";



@font-face {

  font-family: "Poppins-Regular";

  src: url("../font/Poppins-Regular.woff2") format("woff2"),

    url("../font/Poppins-Regular.woff") format("woff"),

    url("../font/Poppins-Regular.ttf") format("truetype"),

    url("../font/Poppins-Regular.eot") format("embedded-opentype"),

    url("../font/Poppins-Regular.svg") format("svg"),

    url("../font/Poppins-Regular.otf") format("opentype");

}



html {

  font-size: 62.5%;

}



body {

  margin: 0px;

  font-size: 12px;

  color: #333;

  font-family: 'Poppins-Regular', sans-serif, Microsoft YaHei;

  cursor: default;

}



* {

  padding: 0px;

  margin: 0px;

}



body,

ul,

ol,

dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6,

p,

i,

b,

em,

span,

form,

fieldset,

legend,

input,

textarea,

select,

button,

th,

td {

  margin: 0;

  padding: 0;

  font-family: 'Poppins-Regular', sans-serif, Microsoft YaHei;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  list-style: none;

  font-weight: normal;

  color: #555;

}



input,

select,

button {

  font-size: 12px;

  font-family: 'Poppins-Regular', sans-serif, Microsoft YaHei;

  border: 0;

  background: none;

  outline: none;

  vertical-align: middle;

}



button {

  overflow: visible

}



img {

  border: none;

}



li {

  list-style: none;

}



* {

  -moz-box-sizing: border-box;

  /*Firefox3.5+*/

  -webkit-box-sizing: border-box;

  /*Safari3.2+*/

  -o-box-sizing: border-box;

  /*Opera9.6*/

  -ms-box-sizing: border-box;

  /*IE8*/

  box-sizing: border-box;

}



a {

  color: #333;

  text-decoration: none;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -ms-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}



a:hover {

  color: #00119f;

}



.clear {

  overflow: hidden;

  clear: both;

  height: 0px;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.max-1350 {

  max-width: 1350px;

  margin: 0 auto;

}



.con {

  width: 1520px;

  margin: 0 auto;

  max-width: 94%;

}



.container {

  width: 1520px;

  margin: 0 auto;

  max-width: 94%;

}



.header {

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 10;

  height: 90px;

  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header.on {

  box-shadow: 0 0 10px #aaa;

  background: rgba(255, 255, 255, 0.9);

}



.header .container {

  position: relative;

  width: 100%;

  max-width: 100%;

}



.header .logo {

  float: left;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

  margin: 10px 0 0 130px;

}



.header .logo img {

  width: auto;

  height: 70px;

  display: block;

}



.header .logo .img2 {

  display: none

}



.header.on .logo .img1 {

  display: none

}



.header.on .logo .img2 {

  display: block

}



.header .an {

  position: absolute;

  top: 50%;

  right: 15px;

  height: 18px;

  width: 30px;

  display: none;

  transform: translate(0, -50%);

  -webkit-transform: translate(0, -50%);

  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  -o-transform: translate(0, -50%);

}



.header .an span {

  width: 30px;

  height: 2px;

  background-color: #555;

  display: block;

  position: absolute;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .an span.a1 {

  top: 0;

  left: 0;

}



.header .an span.a2 {

  top: 8px;

  left: 0;

}



.header .an span.a3 {

  top: 16px;

  left: 0;

}



.header .an.n span.a2 {

  display: none;

}



.header .an.n span.a1 {

  top: 8px;

  width: 30px;

  transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

}



.header .an.n span.a3 {

  top: 8px;

  width: 30px;

  transform: rotate(135deg);

  -o-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -webkit-transform: rotate(135deg);

}



.header .nav {

  float: right;

}



.header .nav i {

  font-size: 12px;

  color: #aaa;

  line-height: 44px;

  text-align: right;

  position: absolute;

  width: 50%;

  height: 44px;

  right: 0px;

  top: 50%;

  display: none;

  transform: translate(0, -50%);

  -webkit-transform: translate(0, -50%);

  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  -o-transform: translate(0, -50%);

}



.header .nav ul li {

  margin: 0px 0px 0 0;

  line-height: 90px;

  float: left;

  position: relative;

  padding: 0 20px;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .nav ul li a {

  font-size: 18px;

  color: #fff;

  text-transform: capitalize;

  display: block;

}



.header.on .nav ul li a {

  color: #222;

}



.header .nav ul li span {

  width: 0;

  height: 3px;

  z-index: 1;

  background-color: #00119f;

  position: absolute;

  left: 50%;

  bottom: 0;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

  transform: translate(-50%, 0);

  -webkit-transform: translate(-50%, 0);

  -moz-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

  -o-transform: translate(-50%, 0);

}



.header .nav ul li:hover span {

  width: 100%;

}



.header .nav ul li.on span {

  width: 100%;

}



.nav .y_j {

  position: relative;

}



.nav .e_j {

  min-width: 100%;
  width: max-content;

  background-color: rgba(255, 255, 255, .95);

  position: absolute;

  top: 90px;

  left: 0;

  display: none;

  z-index: 9999;

  box-shadow: 0 0 10px #ccc;

}



/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/

.header .nav ul li .e_j a {

  display: block;

  font-size: 14px;

  font-weight: normal;

  color: #333;

  line-height: 20px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.15);

  padding: 10px 10px 10px 15px;

}



.header .nav ul li:hover .e_j {

  display: block

}



.header .nav .e_j a:hover {

  background-color: #00119f;

  color: #fff;

}



.nav .e_j .ejy {

  position: relative

}



.nav .e_j .s_j {

  min-width: 100%;
  max-width: max-content;
  background-color: rgba(255, 255, 255, .95);

  position: absolute;

  top: 0px;

  left: 100%;

  display: none;

  z-index: 9999;

}



.nav .e_j .ejy:hover .s_j {

  display: block;

}





.header .tel {

  background: url(../images/tel.png) left center / 32px no-repeat;

  padding-left: 36px;

  font-size: 20px;

  font-weight: bold;

  color: #fff;

  line-height: 50px;

  margin-top: 15px;

  float: right;

  display: none

}



.header .ybbf {

  float: right

}



.header .right {

  float: right;

  margin-left: 50px;

  padding: 28px 0 28px 20px;

  background: #00119f;

}



.header .right .lx {

  display: inline-block;

  width: 42px;

  line-height: 32px;

  font-size: 16px;

  color: #fff;

  margin-right: 20px;

  text-transform: capitalize;

  text-align: center;

  margin-left: 20px;

}



.header .right .lx i {

  font-size: 22px;

}



.header .right .yy {

  line-height: 32px;

  color: #fff;

  position: relative;

  font-size: 18px;

  border-radius: 25px;

  text-align: center;

  display: inline-block;

  margin-right: 30px;

}



.header .right .yy i {

  font-size: 22px;

  margin-right: 8px;

}



.header .right .yy .x_l {

  width: 100%;

  top: 63px;

  position: absolute;

  left: 0;

  background: #fff;

  line-height: 40px;

  display: none

}



.header .right .yy .x_l a {

  color: #333;

  display: block;

  font-size: 14px;

  text-align: center;

}



.header .right .yy .x_l a:hover {

  color: #00119f;

}



.header .right .zxbj {

padding: 0 10px;

  line-height: 32px;

  text-align: center;

  background: #fff;

  margin-right: 50px;

  font-size: 15px;

  font-weight: bold;

  display: inline-block;

  border-radius: 16px;

}



.header .right .zxbj a {

  color: #00119f;

}



.search {

  width: 100%;

  padding: 30px 5%;

  background-color: #f7f7f7;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 9;

  display: none;

  box-sizing: border-box;

}



.search .an_sj {

  width: 5%;

  line-height: 52px;

  color: #555;

  float: right;

  text-align: right;

}



.search input.w_z {

  width: 90%;

  height: 52px;

  border-radius: 0;

  font-size: 18px;

  line-height: 52px;

  color: #555;

  float: left;

  -webkit-appearance: none;

}



.search button.s_c {

  width: 5%;

  height: 52px;

  font-size: 18px;

  line-height: 52px;

  text-align: center;

  float: left;

  -webkit-appearance: none;

  font-weight: bold;

}



.search i {

  font-size: 18px;

}



.head_h {

  height: 85px;

  display: none;

}







.ban {

  width: 100%;

  position: relative;

}



.ban .swiper-slide {

  width: 100%;

  height: 100vh;

}



.ban .swiper-pagination {

  bottom: 20px !important;

}



.ban .swiper-pagination-bullet {

  width: 10px;

  height: 10px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  background: rgba(255, 255, 255, 0.6)

}



.ban .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #fff;

  border: #fff 1px solid;

}



.ban .swiper-slide .bg1 {

  position: absolute;

  height: 100vh;

  overflow: hidden;

  width: 100%;

  left: 0px !important;

  top: 0px;

  z-index: 5;

}



.ban .swiper-slide .bg1 img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  -webkit-transition: transform 7.6s linear;

  -moz-transition: transform 7.6s linear;

  -o-transition: transform 7.6s linear;

  -ms-transition: transform 7.6s linear;

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -o-transform: scale(1.2);

  -ms-transform: scale(1.2);

}



.ban .swiper-slide.swiper-slide-active .bg1 img {

  -webkit-transform: scale(1.0);

  -moz-transform: scale(1.0);

  -o-transform: scale(1.0);

  -ms-transform: scale(1.0);

  filter: alpha(opacity=100);

  -moz-opacity: 1;

  -khtml-opacity: 1;

  opacity: 1;

}



.ban .swiper-slide .word {

  position: absolute;

  left: 50%;

  margin-left: -620px;

  width: 1240px;

  height: 246px;

  top: 50%;

  margin-top: -103px;

  z-index: 10;

  text-align: center;

}



.ban .swiper-slide .word.l1 h4 {

  text-align: left;

}



.ban .swiper-slide .word.l1 h3 {

  text-align: left;

}



.ban .swiper-slide .word h4 {

  display: block;

  font-size: 24px;

  color: #fff;

  margin-top: 20px;

  transform: translateY(20px);

  filter: alpha(opacity=0);

  /* IE */

  -moz-opacity: 0;

  /* 老版Mozilla */

  -khtml-opacity: 0;

  /* 老版Safari */

  opacity: 0;

  /* 支持opacity的浏览器*/

  transition: all .2s linear .4s;

  -webkit-transition: all .2s linear .4s;

  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);

}



.ban .swiper-slide .word h3 {

  font-size: 50px;

  color: #fff;

  letter-spacing: 2px;

  line-height: 55px;

  font-weight: bold;

  margin: 15px 0 15px 0;

  transform: translateY(20px);

  filter: alpha(opacity=0);

  /* IE */

  -moz-opacity: 0;

  /* 老版Mozilla */

  -khtml-opacity: 0;

  /* 老版Safari */

  opacity: 0;

  /* 支持opacity的浏览器*/

  transition: all .2s linear .2s;

  -webkit-transition: all .2s linear .2s;

  text-shadow: 0 0 15px rgba(0, 0, 0, 0.35);

}





.ban .swiper-slide .word a.xq {

  display: block;

  width: 200px;

  height: 50px;

  font-size: 16px;

  background: #0666b2;

  color: #fff;

  box-sizing: border-box;

  padding: 0 30px;

  line-height: 50px;

  position: absolute;

  bottom: 20px;

  right: 50%;

  margin-right: -100px;

  transform: translateY(20px);

  filter: alpha(opacity=0);

  /* IE */

  -moz-opacity: 0;

  /* 老版Mozilla */

  -khtml-opacity: 0;

  /* 老版Safari */

  opacity: 0;

  /* 支持opacity的浏览器*/

  transition: all .2s linear .6s;

  -webkit-transition: all .2s linear .6s;

  border-radius: 30px;

  text-align: center;

}



.ban .swiper-slide .word.l1 a.xq {

  bottom: 0;

  left: 0%;

  margin-left: 0px;

}



.ban .swiper-slide .word a.xq:after {

  content: '';

  display: block;

  width: 15px;

  height: 14px;

  /* background: url(../images/rights.png) no-repeat; */

  position: absolute;

  right: 30px;

  top: 50%;

  margin-top: -7px;

}



.ban .swiper-slide .word a.xq:hover {

  background: #33b876;

}



.ban .swiper-slide.swiper-slide-active .word h4 {

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/



}



.ban .swiper-slide.swiper-slide-active .word h3 {

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/

}



.ban .swiper-slide.swiper-slide-active .word a.xq {

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/

}







.content {

  padding: 0px 0 0

}





.title {

  width: 100%;

  text-align: center;

  margin-bottom: 40px;

}



.title h1 {

  font-size: 54px;

  line-height: 55px;

  color: #111;

  padding: 10px 0 10px 0;

}



.title p {

  font-size: 20px;

  color: #666;

  line-height: 50px

}



.title .pre {

  margin-right: 14px;

}



.title .after {

  margin-left: 14px;

}



.title .pre,

.title .after {

  position: relative;

  display: inline-block;

  height: 25px;

  width: 45px;

}



.title .pre span,

.title .after span {

  position: absolute;

  background: #00119f;

  width: 28px;

  height: 4px;

  border-radius: 4px;

}



.title span.one {

  opacity: 0.6;

  top: 0px;

  left: 15px;

}



.title span.two {

  left: 0;

  top: 10px;

}



.title span.three {

  opacity: 0.3;

  bottom: 0px;

  left: 9px;

  width: 22px;

}



.title .after .one {

  opacity: 0.6;

  top: 0px;

  right: 15px;

  left: auto;

}



.title .after .two {

  right: 0;

  top: 10px;

  left: auto

}



.title .after .three {

  opacity: 0.3;

  bottom: 0px;

  right: 9px;

  left: auto;

  width: 22px;

}



.sub-title {

  text-transform: uppercase;

  font-size: 14px;

}



.title1 {

  width: 100%;

  text-align: center;

  margin-bottom: 40px;

}



.title1 h1 {

  font-size: 50px;

  line-height: 36px;

  color: #fff;

  padding: 10px 0 10px 0;

}



.title1 p {

  font-size: 16px;

  color: #fff;

  line-height: 90px

}



.title1 .pre {

  margin-right: 14px;

}



.title1 .after {

  margin-left: 14px;

}



.title1 .pre,

.title1 .after {

  position: relative;

  display: inline-block;

  height: 25px;

  width: 45px;

}



.title1 .pre span,

.title1 .after span {

  position: absolute;

  background: #fff;

  width: 28px;

  height: 4px;

  border-radius: 4px;

}



.title1 span.one {

  opacity: 0.6;

  top: 0px;

  left: 15px;

}



.title1 span.two {

  left: 0;

  top: 10px;

}



.title1 span.three {

  opacity: 0.3;

  bottom: 0px;

  left: 9px;

  width: 22px;

}



.title1 .after .one {

  opacity: 0.6;

  top: 0px;

  right: 15px;

  left: auto;

}



.title1 .after .two {

  right: 0;

  top: 10px;

  left: auto

}



.title1 .after .three {

  opacity: 0.3;

  bottom: 0px;

  right: 9px;

  left: auto;

  width: 22px;

}



.index4 {

  padding: 80px 0;

  position: relative;

  background: #f5f5f5;

  height: 610px;

}



.index4 .t_p {

  width: 50%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

}



.index4 .t_p img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.index4 .text {

  width: 48%;

  float: right;

  padding: 0 0 35px 0;

}



.index4 .text .H4 {

  font-size: 16px;

  color: #333;

  text-transform: uppercase;

  font-weight: bolder;

  font-family: Arial;

}



.index4 .text .bold {

  font-weight: bold;

}



.index4 .text .thin {

  font-weight: normal;

}



.index4 .text .H5 {

  font-size: 30px;

  color: #111;

  padding: 0 0 15px 0;

  position: relative;

}



.index4 .text .H5::after {

  width: 40px;

  height: 1px;

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  background-color: #666666;

  opacity: .3;

}



.index4 .text .p {

  font-size: 16px;

  color: #333;

  line-height: 2;

  margin: 20px 0 35px;

  height: 160px;

  overflow: hidden;

  font-family: Poppins-Regular;

}



.index4 .more {

  width: 180px;

  height: 45px;

  line-height: 45px;

  text-align: center;

  margin-top: 50px;

  position: relative;

  background: #00119f

}



.index4 .more span {

  position: absolute;

  left: 0;

  top: 0;

  width: 0;

  height: 100%;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  background: #0d84cc;

  z-index: 1;

}



.index4 .more:hover span {

  width: 100%;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.index4 .more:hover a {

  color: #fff;

}



.index4 .more a {

  font-size: 16px;

  color: #fff;

  z-index: 2;

  position: relative;

}





.more2 {

  display: block;

  width: 163px;

  height: 45px;

  line-height: 45px;

  background-color: #00119f;

  border: 1px solid #00119f;

  text-align: center;

  font-size: 16px;

  color: #fff;

}



.more2:hover {

  background-color: transparent;

  border: 1px solid #00119f;

  color: #00119f;

}



.index4Num {

  margin-top: 35px;

  padding-top: 35px;

  border-top: 1px solid #e4e4e4;

  display: flex;

  justify-content: space-between;

}



.index4Num .list {

  font-weight: bolder;

  float: left;

}



.index4Num .list:nth-child(2) {

  float: right;

}



.index4Num .big {

  font-size: 60px;

  color: #00119f;

  font-family: Arial;

  font-weight: bolder;

  line-height: 48px;

  display: inline-block;

}



.index4Num .small {

  font-weight: normal;

  display: inline-block;

  font-size: 30px;

  color: #00119f;

  font-family: Arial;

  line-height: 20px;

  margin: 0 20px 0 3px;

  vertical-align: bottom;

}



.index4Num .small2 {

  font-weight: normal;

  display: inline-block;

  font-size: 20px;

  color: #00119f;

  font-family: Arial;

  line-height: 20px;

  margin: 0 20px 0 3px;

  vertical-align: bottom;

}



.index4Num .p2 {

  display: inline-block;

  font-size: 14px;

  color: #5a5a5a;

  line-height: 20px;

  vertical-align: middle;

  font-weight: normal;

}



.videoR {

  width: 48%;

  padding: 0 0 32px 5%;

  background: url(../images/p13.png) left bottom no-repeat;

  background-size: 93% 91.58%;

  float: right;

  box-sizing: border-box;

}



.videoR .pic {

  height: auto;

  overflow: hidden;

}



.videoR .playBtn {

  width: 90px;

  height: 90px;

  position: absolute;

  top: 37.98%;

  left: 11.11%;

  cursor: pointer;

}



.videoBox {

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 99999;

  background-color: rgba(0, 0, 0, 0.4);

  display: none;

}



.videoBox2 {

  width: 50%;

  position: fixed;

  top: 50%;

  left: 50%;

  z-index: 999999;

  display: none;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



.videoBox2 .aboutVideo {

  display: block;

  width: 100%;

  min-height: 10px;

  background: #000;

}



.videoBox2 .close3 {

  width: 25px;

  height: 25px;

  position: absolute;

  top: -15px;

  right: -15px;

}



@media screen and (max-width:1549px) {

  .index4Num .big {

    font-size: 60px;

  }

}



@media screen and (max-width:1199px) {

  .index4 {

    padding: 60px 0;

  }



  .index4Num .big {

    font-size: 50px;

  }



  .index4Num .p2 {

    display: block;

  }



  .videoR {

    padding: 0 0 30px 30px;

  }



  .videoR .playBtn {

    width: 60px;

    height: 60px;

    left: 0px;

  }



  .index4Num {

    margin-top: 30px;

    padding-top: 30px;

  }



  .index4 .text .H4 {

    font-size: 28px;

  }



  .index4 .text .H5 {

    font-size: 22px;

  }



  .videoBox2 {

    width: 90%;

  }

}



@media screen and (max-width:767px) {

  .index4 {

    padding: 40px 0 30px 0;

  }



  .index4 .text {

    padding: 0;

    width: 100%;

  }



  .videoR {

    position: relative;

  }



  .index4 .text .H4 {

    font-size: 20px;

  }



  .index4 .text .H5 {

    font-size: 16px;

    padding: 10px 0;

  }



  .index4 .text .p {

    font-size: 13px;

    line-height: 22px;

    height: 110px;

    margin: 15px 0;

  }



  .more2 {

    width: 120px;

    font-size: 12px;

  }



  .index4Num {

    margin-top: 20px;

    padding-top: 20px;

  }



  .index4Num .big {

    font-size: 30px;

    line-height: 30px;

  }



  .index4Num .p2 {

    font-size: 13px;

    margin-top: 5px;

  }



  .videoR {

    width: 100%;

    top: auto;

    margin-top: 20px;

    padding: 0 0 20px 20px;

  }



  .videoR .pic {

    background: none !important;

    height: auto;

  }



  .videoR .playBtn {

    width: 30px;

    height: 30px;

    top: 50%;

    margin-top: -15px;

    left: 5px;

  }



}





.product-number-info {



  position: relative;

  width: 100%;

  margin: 20px auto 0;

}



.product-number-info h2 {

  font-size: 30px;

  text-align: center;

  color: #333;

  margin-bottom: 50px;

}



.product-number-info .product-number-inner {

  width: 100%;

  margin: 0 auto;

}



.product-number-info ul {

  display: flex;

  justify-content: space-between;



}



.q {

  zoom: 1;

}



.product-number-info li {

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  float: left;

  color: #fff;

  padding-top: 1px;

  box-sizing: border-box;

  position: relative;
  width: 33%;
  text-align: center;

}



.product-number-info li:hover b {

  color: #00119f;

}



.product-number-info li b {

  font-size: 50px;

  font-weight: bold;

  color: #00119f;

  line-height: 1;

  display: inline-block;

  position: relative;

  margin: 15px 0 10px;

}



.product-number-info li h3 {

  font-size: 20px;

  color: #333;

  letter-spacing: 1px;

}



.product-number-info li p {

  font-size: 16px;

  color: #333;

}



.product-number-info li b i {

  font-style: normal;

}



.product-number-info li b sup {

  position: absolute;

  font-size: 20px;

  right: -20px;

  top: -3px;

}





.product-number-info li b em {

  font-style: normal;

  font-size: 28px;

  font-weight: 100;

  padding-left: 2px;

  position: relative;

  top: -4px;

}





/*选项*/



.tit {

  margin-bottom: 50px;

  text-align: center

}



.tit h1 {

  font-size: 35px;

  color: #333;

  margin-bottom: 20px;

  position: relative;

  text-transform: uppercase;

  font-weight: bold;

}



.tit h1::after {

  content: " ";

  position: absolute;

  left: 50%;

  bottom: -12px;

  width: 60px;

  margin-left: -30px;

  height: 3px;

  background: #00119f;

}



.tit h3 {

  font-size: 14px;

  color: #666;

  margin-top: 10px;

  text-transform: uppercase

}



.padd {

  padding: 60px 0;

}



.xx2 {

  padding: 80px 0;

  overflow: hidden;

}



.xx21 li {

  float: left;

  width: calc(25% - 20px);

  margin: 0 10px;

}



.xx21 li .t_p {

  overflow: hidden;

  border: #eee 1px solid;

  padding-top: 75%;

  position: relative;

}



.xx21 li img {

  width: 100%;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  position: absolute;

  height: 100%;

  object-fit: cover;

  top: 0;

  left: 0;

}



.xx21 li:hover img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.xx21 li h3 {

  font-size: 20px;

  color: #333;

  margin: 20px 0 25px;

  text-align: center;

  line-height: 1.8;

}



.xx21 li:hover h3 {

  color: #00119f;

}



.sy_cpfw {

  padding: 4vw 0 4vw;

  position: relative;

}



.sy_cpfw .con {

  position: relative;

  z-index: 9;

}



.swiper-cp {

  margin: 0 auto;

  padding-bottom: 50px;

}



.swiper-cp .swiper-slide {

  position: relative;

  background: #fff url(../images/xtb.png) right bottom / 60px no-repeat;

}



.swiper-cp .swiper-slide .t_p {

  overflow: hidden;

  position: relative;

}



.swiper-cp .swiper-slide .t_p .mb {

  position: absolute;

  width: 100%;

  height: 100%;

  z-index: 9;

  background: rgba(0, 0, 0, 0) url(../images/jh.png) center / 30px no-repeat;

  opacity: 0;

}



.swiper-cp .swiper-slide:hover .t_p .mb {

  background: rgba(0, 0, 0, 0.6) url(../images/jh.png) center / 30px no-repeat;

  opacity: 1;

}



.swiper-cp .swiper-slide .t_p .hr {

  position: absolute;

  width: 100px;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  z-index: 5;

}



.swiper-cp .swiper-slide .t_p .hr img {

  width: 100%;

  height: 100%;

  opacity: 0;

  transition: all 0.5s ease;

  -webkit-transform: all 0.5s ease;

}



.swiper-cp .swiper-slide:hover .hr img {

  opacity: 1;

}



.swiper-cp .swiper-slide:hover .hr img {

  -webkit-transform: rotate(360deg);

  animation: rotation 10s linear infinite;

  -moz-animation: rotation 10s linear infinite;

  -webkit-animation: rotation 10s linear infinite;

  -o-animation: rotation 10s linear infinite;

}



@-webkit-keyframes rotation {

  from {

    -webkit-transform: rotate(0deg);

  }



  to {

    -webkit-transform: rotate(360deg);

  }

}



.swiper-cp .swiper-slide img {

  width: 100%;

  height: 18.5vw;

  object-fit: cover;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  z-index: 1;

}



.swiper-cp .swiper-slide:hover img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.swiper-cp .swiper-slide .t_p .mb {

  position: absolute;

  left: 0;

  width: 100%;

  height: 100%;

  top: 0;

  z-index: 9;

  opacity: 0;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.swiper-cp .swiper-slide:hover .t_p .mb {

  opacity: 1;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.swiper-cp .swiper-slide h3 {

  font-size: 20px;

  color: #333;

  margin: 20px 0 25px;

  text-align: center;

  line-height: 1.8;

}



.swiper-cp .swiper-slide:hover h3 {

  color: #00119f;

}



.sy_cpfw .swiper-pagination-bullet {

  background: #fff;

  opacity: 1;

}



.sy_cpfw .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #00119f

}



.sy_cpfw .swiper-button-prev {

  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  left: -60px;

  font-size: 25px;

  margin-top: -25px;

  background: #fff;

  border-radius: 25px;

  color: #333;

}



.sy_cpfw .swiper-button-prev i {

  font-size: 30px;

}



.sy_cpfw .swiper-button-prev:hover {

  background: #00119f;

  color: #fff;

}



.sy_cpfw .swiper-button-next {

  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  margin-top: -25px;

  right: -60px;

  background: #fff;

  border-radius: 25px;

  color: #333;

}



.sy_cpfw .swiper-button-next i {

  font-size: 30px;

}



.sy_cpfw .swiper-button-next:hover {

  background: #00119f;

  color: #fff;

}



.swiper-hy {

  margin: 0 auto;

  padding-bottom: 0;

  padding-top: 10px;

  position: relative;

}



.swiper-hy .swiper-slide {

  position: relative;

  overflow: hidden;

}



.sy_hyyy .swiper-button-prev {

  background: url(../images/jtdls.png) center / 135% no-repeat;

  width: 39px;

  height: 39px;

  margin-top: -20px;

  left: 0px;

}



.sy_hyyy .swiper-button-next {

  background: url(../images/jtdrs.png) center / 135% no-repeat;

  width: 39px;

  height: 39px;

  margin-top: -20px;

  right: 0px;

}



.sy_hyyy .swiper-button-prev:hover {

  background: url(../images/jtdl.png) center / 135% no-repeat;

}



.sy_hyyy .swiper-button-next:hover {

  background: url(../images/jtdr.png) center / 135% no-repeat;

}



.sy_hyyy .con {

  position: relative;

  width: 1200px;

  margin: 0 auto;

  max-width: 90%;

}



.sy_hyyy {

  padding: 60px 25px;

  overflow: hidden;

  background: #f5f5f5;

}



.swiper-hy .swiper-slide img {

  width: 100%;

  display: block;

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

}



.swiper-hy .swiper-slide .sign {

  position: absolute;

  left: 50%;

  top: 40%;

  width: 400px;

  margin-left: -200px;

  height: 100%;

  background: url(../images/hybj.png) no-repeat center top;

  font-size: 14px;

  line-height: 22px;

  color: #fff;

  text-align: center;

  padding-top: 20px;

  box-sizing: border-box;

  -webkit-transition: all 0.8s;

  -moz-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;

  z-index: 999

}



.swiper-hy .swiper-slide .sign .tb {

  width: 70px;

  height: 52px;

  margin: 0 auto;

}



.swiper-hy .swiper-slide .sign span {

  font-size: 19px;

}



.swiper-hy .swiper-slide:hover img {

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  -moz-filter: grayscale(100%);

  -ms-filter: grayscale(100%);

  -o-filter: grayscale(100%);

}



.swiper-hy .swiper-slide:hover .sign {

  -webkit-transition: all 0.8s;

  -moz-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;

  top: 50%;

  background: none;

}



.swiper-hy .swiper-slide .bg {

  left: 0;

  bottom: 0;

  width: 100%;

  height: 60%;

  background: url(../images/bg_shadow06.png) center / 80% 100% no-repeat;

  position: absolute;

  -webkit-transition: all 0.8s;

  -moz-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;

  opacity: 0;

  z-index: 998

}



.swiper-hy .swiper-slide:hover .bg {

  -webkit-transition: all 0.8s;

  -moz-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;

  opacity: 1;

}



.sy_wmfw {

  padding: 80px 0;

}



.sy_wmfw ul {

  display: flex;

  justify-content: space-between;

  align-items: stretch;

}



.sy_wmfw ul li {

  width: 24%;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}



.sy_wmfw ul li .t_p {

  width: 100%;

  padding-top: 110%;

  position: relative;

  overflow: hidden;

}



.sy_wmfw ul li .t_p img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  left: 0;

  top: 0;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_wmfw ul li:hover .t_p img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_wmfw ul li .w_z {

  padding: 36px 20px;

  background: #fff;

}



.sy_wmfw ul li .w_z h3 {

  font-size: 18px;

  color: #222;

  margin-bottom: 10px;

}



.sy_wmfw ul li .w_z .text {

  font-size: 14px;

  line-height: 2;

  color: #9e9e9e;

}







/*新闻*/



.index-fiv {

  padding: 80px 0;

  background: #f6f6f6;

}



.index-fiv .g-tit1 .hr {

  margin: 10px auto 25px;

}



.infiv-con {

  margin-top: 45px;

}



.infiv-ul {

  margin: 0 -17.5px;

}



.infiv-ul li {

  float: left;

  width: 33.333%;

  padding: 0 17.5px;

  box-sizing: border-box;

}



.infiv-ul li a {

  display: block;

}



.infiv-img {

  overflow: hidden;

}



.infiv-img img {

  width: 100%;

  transition: ease 1s;

}



.infiv-txt {

  padding: 26px 25px;

  background: rgba(255, 255, 255, .1);

  box-shadow: 0 0 13px rgba(0, 0, 0, .1);

  height: 217px;

  box-sizing: border-box;

  border-radius: 0 0 16px 16px;

}



.infiv-txt h3 {

  font-size: 18px;

  font-weight: bold;

  line-height: 30px;

  color: #000;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.index-fiv .hx {

  width: 100%;

  height: 1px;

  background-color: #dcdcdc;

  position: relative;

  margin: 6px 0 0;

}



.index-fiv .hx:before {

  content: '';

  position: absolute;

  -webkit-transition: .6s;

  transition: .6s;

  left: 100%;

  top: -5px;

  z-index: 0;

  width: 12px;

  height: 12px;

  background-color: #e63f04;

  opacity: 0;

  border-radius: 50%;

}



.index-fiv li:hover .hx {

  background-color: #e63f04;

}



.index-fiv li:hover .hx:before {

  opacity: 1;

  left: 0;

}



.infiv-txt span {

  margin-top: 15px;

  display: block;

  font-size: 16px;

  line-height: 30px;

  color: #333;

  font-family: "Arial";

}



.infiv-txt p {

  margin-top: 12px;

  font-size: 16px;

  line-height: 30px;

  color: #333;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  height: 60px;

}



.infiv-ul li:hover .infiv-txt h3 {

  color: #00119f;

}



.infiv-ul li:hover .infiv-img img {

  transform: scale(1.05);

}



.index-fiv .more {

  display: block;

  width: 200px;

  height: 50px;

  font-size: 16px;

  background: #00119f;

  color: #fff;

  box-sizing: border-box;

  padding: 0 30px;

  line-height: 50px;

  border-radius: 30px;

  position: relative;

  overflow: hidden;

  margin: 50px auto 0;

}



.index-fiv .more a {

  color: #fff;

  position: relative;

  z-index: 8

}



.index-fiv .more i {

  font-size: 20px;

  margin-left: 10px;

}



.index-fiv .more span {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 100%;

  background: #0d84cc;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.index-fiv .more:hover span {

  width: 100%;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.index-fiv .more::after {

  content: '';

  display: block;

  width: 15px;

  height: 14px;

  /* background: url(../images/rights.png) no-repeat; */

  position: absolute;

  right: 30px;

  top: 50%;

  margin-top: -7px;

}







.index-contact {

  padding: 80px 0;

  text-align: center;

  background: url(../images/bg1.jpg) center / cover no-repeat;

  overflow: hidden;

}



.index-contact h1 {

  font-size: 40px;

  font-weight: bold;

  color: #fff;

  margin-bottom: 20px;

}



.index-contact h3 {

  font-size: 20px;

  color: #fff;

}



.index-contact .an {

  padding-top: 35px;

}



.index-contact .an a {

  width: 160px;

  height: 50px;

  line-height: 50px;

  border-radius: 6px;

  display: inline-block;

  text-align: center;

  margin: 0 10px;

  font-size: 18px;

  background: #00119f;

  color: #fff;

}





.index-contact .wbk {

  padding-top: 60px;

}



.index-contact .wbk p {

  font-size: 16px;

  line-height: 1.8;

  margin-bottom: 10px;

  color: #fff;

}



.index-contact .wbk p span {

  color: #E0070B;

}



.index-contact .wbk li {

  width: 48%;

  float: left;

  margin: 0 1% 15px;

  text-align: left;

}



.index-contact .wbk li.l1 {

  width: 98%;

  margin: 0 1%;

}



.index-contact .wbk input.w_z {

  width: 100%;

  height: 50px;

  line-height: 50px;

  padding: 0 15px;

  float: left;

  font-size: 16px;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -o-box-sizing: border-box;

  -ms-box-sizing: border-box;

  box-sizing: border-box;

  color: #fff;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  border-radius: 5px;

  background: rgba(255, 255, 255, 0.2);

  border: rgba(255, 255, 255, 0.45) 1px solid;

}

.index-contact .wbk input::placeholder,.index-contact .wbk textarea::placeholder{color: white;}

.index-contact .wbk input.w_z.no {

  margin-right: 0

}



.index-contact .wbk select {

  width: 100%;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  border-radius: 5px;

  height: 50px;

  line-height: 50px;

  font-size: 16px;

  background: rgba(255, 255, 255, 0.2);

  padding: 0 15px;

  box-sizing: border-box;

  color: #fff;

  border: rgba(255, 255, 255, 0.45) 1px solid;

}



.index-contact .wbk option {

  color: #333;

}





.index-contact .wbk textarea {

  width: 100%;

  height: 90px;

  padding: 0 15px;

  line-height: 50px;

  color: #fff;

  font-size: 16px;

  outline: none;

  resize: none;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  border-radius: 5px;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -o-box-sizing: border-box;

  -ms-box-sizing: border-box;

  box-sizing: border-box;

  background: rgba(255, 255, 255, 0.2);

  border: none;

  border: rgba(255, 255, 255, 0.45) 1px solid;

}



.index-contact .wbk .a_n {

  width: 300px;

  height: 52px;

  margin: 50px auto 0;

  line-height: 52px;

  font-size: 20px;

  color: #fff;

  text-align: center;

  background: #00119f;

  border-radius: 3px;

}





.side {

  position: fixed;

  width: 78px;

  right: 0;

  top: 50%;

  margin-top: -120px;

  z-index: 100;

  border-bottom: 0;

  padding: 0 5px;

  box-sizing: border-box;

}



.side ul li {

  width: 58px;

  float: left;

  position: relative;

  background: rgba(0, 0, 0, 0.6);

  color: #fff;

  font-size: 14px;

  line-height: 58px;

  height: 58px;

  text-align: center;

  transition: all .3s;

  cursor: pointer;

  border-radius: 35px;

  margin-bottom: 8px;

  z-index: 5;

  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3)

}



.side ul li:hover {

  background: #00119f;

}



.side ul li a {

  color: #fff

}



.side ul li:hover a {

  color: #fff

}



.side ul li i {

  font-size: 30px;

  position: relative;

  z-index: 5;

  display: block;

  overflow: hidden;

  background-repeat: no-repeat;

  transition: all .3s

}



.side ul li:hover i {}



.side ul li .sidebox {

  position: absolute;

  width: 78px;

  height: 78px;

  top: 0;

  right: 0;

  transition: all .3s;

  overflow: hidden

}



.side ul li.sidetop:hover {

  opacity: .8;

  filter: Alpha(opacity=80)

}



.side ul li.sideeyx .yxBox.son {

  min-width: 320px;
  width: max-content;
  height: 58px;

  display: none;

  color: #fff;

  text-align: left;

  position: absolute;

  /* left: -260px; */
  right: 0;

  top: 0px;

  background: #00119f;

  z-index: -1;

  border-radius: 35px;

  padding-left: 20px;
  padding-right: 60px;

  font-size: 16px;

}



.side ul li.sideewm .ewBox.son {

  width: 158px;

  display: none;

  color: #363636;

  text-align: center;

  position: absolute;

  left: -160px;

  top: 0;

}



.side ul li.sideetel .telBox.son {

  width: 290px;

  height: 58px;

  display: none;

  color: #fff;

  text-align: left;

  position: absolute;

  left: -230px;

  top: 0px;

  background: #00119f;

  z-index: -1;

  border-radius: 35px;

  padding-left: 20px;

  font-size: 18px;

}



.side ul li.sideetel .telBox dd {

  display: block;

  height: 118.5px;

  overflow: hidden;

  padding-left: 82px;

  line-height: 24px;

  font-size: 18px

}



.side ul li.sideetel .telBox dd span {

  display: block;

  line-height: 28px;

  height: 28px;

  overflow: hidden;

  margin-top: 32px;

  font-size: 18px

}



.side ul li:hover .son {

  display: block !important;

  animation: fadein 1s

}



@keyframes fadein {

  from {

    opacity: 0

  }



  to {

    opacity: 1

  }

}













/* start footer */

.footer_bg {

  background: #333;

  width: 100%;

  padding: 35px 0 0;

}



.footer {}



.footer .zuo3 {}



.footer .zuo3 ul li {

  float: left;

  padding-right: 65px;

  min-width: 50px;

}



.footer .zuo3 ul li:last-child {

  padding: 0;

}



.footer .zuo3 ul li .tit1 a {

  font-size: 18px;

  font-weight: bold;

  color: #fff;

  line-height: 36px;

  display: block

}



.footer .zuo3 ul li .line {

  margin-bottom: 20px;

  height: 2px;

  margin-top: 10px

}



.footer .zuo3 ul li .line span {

  width: 15px;

  height: 1px;

  background: #00119f;

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

  display: block

}



.footer .zuo3 ul li:hover .line span {

  width: 50px;

  height: 1px;

}



.footer .zuo3 ul li a {

  width: 100%;

  display: block;

  line-height: 28px;

  font-size: 14px;

  color: #fff;

  text-transform: capitalize;

}



.footer .zuo3 ul li a:hover {

  color: #eee

}



.footer .zuo3 ul li.lx {

  width: 380px;

  padding-right: 0

}



.dzwz {

  line-height: 30px;

  color: #fff;

  font-size: 14px;

  float: left;

}



.dzwz p {

  line-height: 30px;

  color: #fff;

  font-size: 14px;

  /* text-transform: capitalize; */

  margin-bottom: 10px;

}



.dzwz p i {

  width: 26px;

  height: 26px;

  line-height: 26px !important;

  background: #fff;

  border-radius: 15px;

  color: #00119f;

  text-align: center;

  margin-right: 10px;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  display: inline-block

}



.dzwz p:hover i {

  background: #00119f;

  color: #fff;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.footer .zuo3 ul li.yx {

  padding-right: 0;

  float: right;

}



.footer .zuo3 ul li.yx .tb {

  padding-top: 20px

}



.footer .zuo3 ul li.yx .tb a {

  width: 30px;

  margin-right: 10px;

  position: relative;

  float: left;

}



.footer .zuo3 ul li.yx .tb a i {

  font-size: 20px;

}



.footer .zuo3 ul li.yx .tb a .wx {

  width: 120px;

  position: absolute;

  left: 50%;

  margin-left: -60px;

  background: #fff;

  bottom: -130px;

  display: none;

}



.footer .zuo3 ul li.yx .tb a:hover .wx {

  display: block;

}



.footer .zuo3 ul li.yx .tb a img {

  width: 100%;

}





.footer .weix {

  width: 120px;

  float: right;

  text-align: center;

  line-height: 30px;

  margin-right: 15px;

}



.footer .weix img {

  width: 100%;

}



.footer_btm {

  margin: 30px auto 0;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  width: 100%;

}



.copy {

  width: 1200px;

  margin: 0 auto;

  line-height: 50px;

  text-align: center;

  font-size: 14px;

}



.copy p {

  font-size: 14px;

  text-transform: uppercase;

  color: #fff;

}



.copy p a {

  color: #ffffff;

  -webkit-transition: 0.9s;

  -moz-transition: 0.9s;

  -o-transition: 0.9s;

  transition: 0.9s;

}









.n_ban {

  width: 100%;

  height: 600px;

  position: relative;

}



.n_ban .mb {

  position: absolute;

  z-index: 1;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.4);

  left: 0;

  top: 0;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

}



.n_ban h3 {

  font-size: 50px;

  font-weight: bold;

  line-height: 2;

  color: #fff;

  text-align: center;

  letter-spacing: 2px;

}



.n_ban h4 {

  font-size: 20px;

  color: #fff;

  line-height: 1.8;

  text-align: center;

}



.n_ban h4 a {

  color: #fff;

}





.ntit {

  width: 100%;

  padding: 30px 0 20px;

  background: #f5f5f5;

  overflow: hidden

}



.ntit ul {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}



.ntit ul.cp li {

  width: 18%;

}



.ntit ul li {

  width: 23%;

  margin: 0 1% 1%;

  line-height: 40px;

  position: relative;

  text-align: center;

  float: left;
  height: 100%;

}



.ntit ul li span {

  width: 0;

  height: 100%;

  position: absolute;

  right: 0;

  top: 0;

  -webkit-transition: 0.3s;

  -moz-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  background: #00119f;

}



.ntit ul li a {

  font-size: 16px;

  color: #222;

  border: 1px solid #878787;

  display: block;

  position: relative;

  z-index: 5;

}



.ntit ul li:hover a {

  color: #fff;

}



.ntit ul li:hover span {

  width: 100%;

  left: 0;

}



.ntit ul li.on a {

  color: #fff;

}



.ntit ul li.on span {

  width: 100%;

  left: auto;

  right: 0;

}







.page {

  text-align: center;

  margin: 30px auto;

}



.page a {

  height: 30px;

  line-height: 30px;

  display: inline-block;

  font-size: 14px;

  color: #5a5a5a;

  padding: 0 15px;

  border-radius: 5px;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  border: #ccc 1px solid;

  margin: 0 3px

}



.page a:hover {

  color: #fff;

  background: #00119f

}



.page a.on {

  color: #fff;

  background: #00119f

}



/*产品中心*/

.ny_cp {

  margin: 50px auto;

}



.ny_cp ul {}



.ny_cp ul li {

  width: 23%;

  float: left;

  margin: 0 1% 30px;

}



.ny_cp ul li .t_p {

  width: 100%;

  position: relative;

  padding-top: 75%;

  border: #eee 1px solid;

  overflow: hidden;

}



.ny_cp ul li .t_p img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  left: 0;

  top: 0;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.ny_cp ul li:hover .t_p img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.ny_cp ul li h3 {

  font-size: 18px;

  line-height: 2;

  margin-top: 10px;

  color: #333;

}



.ny_cp ul li:hover h3 {

  color: #00119f;

}







.sy_cpzx {

  margin: 50px auto;

}



.sy_cpzx .cplb {

  width: 270px;

  float: left

}



.sy_cpzx .cplb .tit {

  line-height: 60px;

  padding: 5px;

  background: #00119f;

  margin-bottom: 5px;

  color: #fff;

  font-size: 20px;

  font-weight: bold;

  text-align: center

}



.sy_cpzx .cplb .tit span {

  font-size: 14px;

  text-transform: uppercase;

  font-weight: normal;

  display: block

}



.sy_cpzx ul.box {

  width: calc(100% - 310px);

  margin: 0 auto;

  float: right

}



.sy_cpzx ul.box li {

  width: 31.3333%;

  float: left;

  margin: 0 1% 30px;

  border: #ccc 1px solid;

  box-sizing: border-box;

  background: #eee;

  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .03), 0 15px 20px 0 rgba(0, 0, 0, .03);

  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .03), 0 15px 20px 0 rgba(0, 0, 0, .03);

}



.sy_cpzx ul.box li .tp {

  position: relative;

  overflow: hidden;

}



.sy_cpzx ul.box li .tp img {

  width: 100%;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

  height: 18vw;

  object-fit: cover;

}



.sy_cpzx ul.box li:hover .tp img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.sy_cpzx ul.box li .tp .mb {

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5) url(../images/icon7.png) center no-repeat;

  position: absolute;

  left: 0;

  top: -100%;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.sy_cpzx ul.box li:hover .tp .mb {

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

  top: 0

}



.sy_cpzx ul.box li h3 {

  padding: 12px;

  line-height: 1.5;

  color: #333;

  font-size: 16px;

  text-align: center;

}



.sy_cpzx ul.box li:hover h3 {

  color: #fff;

}



.sy_cpzx ul.box li:hover {

  border: #00119f 1px solid;

  background: #00119f

}



.sy_cpzx ul.box li:nth-child(3n) {

  margin-right: 0

}





.sy_cpzx .cptp {

  width: 920px;

  float: right

}



.sy_cpzx .cptp ul li {

  width: 286px;

  float: left;

  position: relative;

  margin-right: 30px;

  margin-bottom: 30px;

}



.sy_cpzx .cptp ul li img {

  width: 100%;

  display: block;

  border: #ccc 1px solid;

  -moz-box-sizing: border-box;

  /*Firefox3.5+*/

  -webkit-box-sizing: border-box;

  /*Safari3.2+*/

  -o-box-sizing: border-box;

  /*Opera9.6*/

  -ms-box-sizing: border-box;

  /*IE8*/

  box-sizing: border-box;

}



.sy_cpzx .cptp ul li .bt {

  width: 100%;

  height: 32px;

  line-height: 32px;

  color: #333;

  text-align: center;

  font-size: 16px

}



.sy_cpzx .cptp ul li:hover .bt {

  color: #036fb8

}



.subNavBox {

  width: 270px;

  float: left

}



.subNav {

  cursor: pointer;

  line-height: 50px;

  background: #f5f5f5;

  display: block;

  text-align: center;

  font-size: 16px;

  color: #333;

  margin-bottom: 5px;

}



.subNav a {

  color: #333;

}



.subNav:hover {

  color: #fff;

  background: #00119f

}



.subNav:hover a {

  color: #fff;

}



.currentDd {

  color: #fff;

  background: #00119f

}



.currentDd a {

  color: #fff;

}



.currentDt {

  background-image: url(../images/jiantou.jpg);

}



.navContent {

  display: none;

}



.navContent li a {

  display: block;

  heighr: 35px;

  text-align: center;

  font-size: 14px;

  line-height: 35px;

  color: #333;

  background: #f5f5f5;

  margin: 2px 0

}



.navContent li a:hover {

  color: #fff;

  background-color: #00119f

}







.cpxq {

  padding: 50px 0;

  margin: 0 auto;

}



.cpxq .left {

  width: 50%;

  float: left;

  border: #eee 1px solid

}



.cpxqlb {

  width: 100%;

  position: relative;

}



.cpxqlb .swiper-slide img {

  width: 100%;

  height: auto;

  display: block;

}



.cpxqlb .swiper-pagination {

  bottom: 10px !important;

  width: 100%;

  height: 10px;

  text-align: center;

}



.cpxqlb .swiper-pagination-bullet {

  width: 10px;

  height: 10px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  border: #00119f 1px solid;

  background: none

}



.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #00119f;

}



.cpxqlb .swiper-button-prev {

  background: url(../images/banner-l.png) no-repeat;

  width: 30px;

  height: 50px;

  margin-top: 0;

  left: 0px;

  background-size: 30px 50px;

  -webkit-background-size: 30px 50px;

  -moz-background-size: 30px 50px;

  -ms-background-size: 30px 50px;

  -o-background-size: 30px 50px;

}



.cpxqlb .swiper-button-next {

  background: url(../images/banner-r.png) no-repeat;

  width: 30px;

  height: 50px;

  margin-top: 0;

  right: 0px;

  background-size: 30px 50px;

  -webkit-background-size: 30px 50px;

  -moz-background-size: 30px 50px;

  -ms-background-size: 30px 50px;

  -o-background-size: 30px 50px;

}



.cpxq .right {

  width: 45%;

  float: right;

}



.cpxq .right h3 {

  font-size: 25px;

  color: #333;

  margin-bottom: 20px;

  font-weight: bold;

  margin-top: 50px;

}



.cpxq .right p {

  font-size: 16px;

  line-height: 1.8;

  color: #555;

  margin-bottom: 20px;

}



.cpxq .right .l_x {

  width: 180px;

  line-height: 50px;

  text-align: center;

  background: #00119f;

  font-size: 16px;

  margin-top: 30px;

}



.cpxq .right .l_x a {

  color: #fff;

}

.cpxq .cptd img{max-width: 100%;height: auto!important;}

.cpxq .cptd {

  padding-top: 50px;

}
.cpxq .cptd table{border-collapse: collapse;max-width: 100%;}
.cpxq .cptd table td,th{padding: 5px 10px;border: 1px solid #DDD;white-space: nowrap;}


.cpxq .cptd .bt {

  font-size: 26px;

  color: #000;

  margin-bottom: 20px;

  line-height: 2.2;

}



.cpxq .cptd .bt i {

  font-size: 24px;

  margin-right: 10px;

  vertical-align: middle;

  font-weight: normal;

}



.cpxq .cptd h3 {

  font-size: 18px;

  color: #333;

  font-weight: bold;

  margin-bottom: 15px;

}



.cpxq .cptd p {

  font-size: 16px;

  line-height: 2;

  color: #555;

  margin-bottom: 15px;

}
  .cpxq .cptd .nnr{
    overflow-x: auto;
    overflow-y: hidden;
  }
  .cpxq .cptd .nnr::-webkit-scrollbar {
    height: 12px;                      /* 水平滚动条高度 */
    background: #f1f1f1;              /* 可选：轨道背景 */
  }

  .cpxq .cptd .nnr::-webkit-scrollbar-thumb {
      background: #00119f;               /* 滚动条滑块颜色 */
  }



.ny_tjcp {

  padding: 0px 0 60px;

  position: relative;

}



.swiper-yyly {

  width: 100%;

  margin: 0 auto;

  padding-bottom: 50px !important;

}



.swiper-yyly .swiper-slide {

  position: relative;

}



.swiper-yyly .swiper-slide img {

  width: 100%;

  height: auto;

  display: block;

}



.swiper-yyly .swiper-slide .w_z {

  width: 100%;

  padding: 10px 5%;

  color: #111;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -ms-transition: all .5s;

  -o-transition: all .5s;

}



.swiper-yyly .swiper-slide .w_z h3 {

  font-size: 16px;

  color: #222;

  position: relative;

  text-align: center;

}



.swiper-yyly .swiper-slide:hover .w_z h3 {

  color: rgba(0, 17, 159, 1)

}



.sy_cp .swiper-pagination-bullet {

  background: #ccc;

  border: #333 1px solid;

  width: 20px;

}



.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #00119f;

  border: #00119f 1px solid;

}



.sy_cp {

  padding-bottom: 60px;

  background-color: #f9f9f9;

  padding-top: 60px;

}



.htit {

  font-size: 30px;

  text-align: center;

  color: #000;

  margin-bottom: 50px;

}



.htit h3 {

  font-size: 30px;

  color: #000;

}



.htit i {

  font-size: 24px;

  margin-right: 10px;

  vertical-align: middle;

  font-weight: normal;

}





/*能源案例*/



.ny_hy {

  padding: 50px 0 60px;

  background: #fafafa;

}



.ny_hy h2 {

  margin-bottom: 25px;

  font-size: 20px;

  color: #222;

  font-weight: bold;

}



.ny_hy ul li {

  width: 32%;

  float: left;

  margin: 0 2% 3% 0;

  background: #fff;

  position: relative;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_hy ul li:hover {

  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);

  -o-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_hy ul li:nth-child(3n) {

  margin-right: 0;

}



.ny_hy ul li .tp {

  overflow: hidden;

  position: relative;

  padding-top: 60%;

}



.ny_hy ul li img {

  width: 100%;

  display: block;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  position: absolute;

  left: 0;

  top: 0;

}



.ny_hy ul li:hover img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_hy ul li .wenz {

  padding: 15px;

  border-top: #eee 1px solid;

}



.ny_hy ul li .wenz h3 {

  font-size: 16px;

  color: #333;

  line-height: 1.8;

  font-weight: bold;

  margin-bottom: 10px;

}



.ny_hy ul li .wenz p {

  font-size: 14px;

  text-align: left;

  color: #555;

  line-height: 1.8;

  margin-bottom: 10px;

}



.ny_hy ul li span {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 3px;

  background: #00119f;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  width: 0;

  z-index: 3;

}



.ny_hy ul li:hover span {

  width: 100%;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_hy ul li:hover .wenz h3 {

  color: #00119f;

}



.ny_hy ul li:hover .wenz p {

  color: #00119f;

}



/*关于我们*/

.ny_jj {

  margin: 60px auto;

}



.ny_jj .w_z {

  width: 47%;

  font-size: 16px;

  color: #666;

  line-height: 2;

  margin-top: 30px;

}



.ny_jj .w_z h3 {

  position: relative;

  font-size: 40px;

  line-height: 2;

  color: #3f3f3f;

  margin-bottom: 20px;

}



.ny_jj .w_z h3::after {

  content: "";

  width: 190px;

  top: -6px;

  height: 6px;

  background: #00119f;

  position: absolute;

  left: 0;

}



.ny_jj .tp {

  width: 47%;

  position: relative;

  padding-right: 10px;

}



.ny_jj .tp .box {

  position: absolute;

  left: -25px;

  width: 100%;

  height: 100%;

  border: #ccc 10px solid;

  bottom: -25px;

  box-sizing: border-box;

  z-index: 1;

}



.ny_jj .tp img {

  width: 100%;

  display: block;

  position: relative;

  z-index: 3;

}



.ny_gy2 {

  padding: 60px 0;

}



.ny_gy2 ul {

  display: flex;

  justify-content: center;

  align-items: stretch;

  margin: 30px -50px 0;

  text-align: left;

}



.ny_gy2 ul li {

  width: 25%;

  padding: 0 20px;

}



.ny_gy2 ul li .box {}



.ny_gy2 ul li .box .t_p {

  padding-top: 70%;

  position: relative;

  overflow: hidden;

}



.ny_gy2 ul li .box .t_p img {

  position: absolute;

  ;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  object-fit: cover;

}



.ny_gy2 ul li .box h3 {

  color: #333333;

  font-weight: 500;

  margin-top: 20px;

  font-size: 20px;

  text-align: center;

}



.ny_gy2 ul li .box .line {

  margin: 8px auto 0;

  width: 24px;

  height: 1px;

  background-color: #dcdcdc;

}



.ny_gy2 ul li .box .title {

  font-weight: 500;

  font-size: 16px;

  line-height: 2;

  margin-top: 20px;

  text-align: left;

  color: #999999;

}



.nytit {

  text-align: center;

}



.nytit h1 {

  font-size: 40px;

  color: #000;

  line-height: 1.8;

}



.nytit span {

  display: block;

  width: 250px;

  height: 6px;

  background: #00119f;

  margin: 10px auto 30px;

}



.font-16 {

  font-size: 16px;

  line-height: 2;

}



.ny_gy3 {

  background-color: #f9f9f9;

  padding: 70px 0;

  overflow: hidden;

}



.ny_gy3 .swiper-container {

  overflow: visible;

  width: 900px;

  margin: 0 auto;

  position: relative;

}



.ny_gy3 .swiper-slide {

  width: 100%

}



.ny_gy3 .swiper-slide img {

  width: 100%;

  display: block;

}



.ny_gy3 .gallery-top {}



.ny_gy3 .gallery-thumbs {

  width: 900px;

  margin: 20px auto 0;

  box-sizing: border-box;



}



.ny_gy3 .gallery-thumbs .swiper-slide {

  width: 25%;

  height: 100%;

  opacity: 0.4;

}



.ny_gy3 .gallery-thumbs .swiper-slide-active {

  opacity: 1;

}



.ny_gy3 .ov {

  overflow: hidden;

}



.ny_gy3 .swiper-button-next {

  background: url(../images/banner-r.png) center no-repeat;

  right: 0;

  z-index: 9999

}



.ny_gy3 .swiper-button-prev {

  background: url(../images/banner-l.png) center no-repeat;

  left: 0;

  z-index: 9999

}







.sy_ys {

  padding: 60px 0;

  background: url(../images/ysbj.jpg) center / cover no-repeat;

}



.sy_ys .five-part {

  width: 31.3333%;

  margin: 0 1%;

  height: 300px;

  float: left;

  text-align: center;

  box-sizing: border-box;

  border-right: 0;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.sy_ys .five-part:hover {

  transform: translateY(-5px);

  -wbkit-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.sy_ys .five-value-img {

  width: 86px;

  font-size: 80px;

  height: 65px;

  margin: 40px auto 20px;

  text-align: center;

}



.sy_ys .five-value-img img {

  width: 60px;

  color: #fff;

  margin: 0 auto;

}



.sy_ys .five-part:hover .five-value-img img {

  color: #fff;

  -webkit-transform: rotateZ(360deg);

  -moz-transform: rotateZ(360deg);

  -o-transform: rotateZ(360deg);

  -ms-transform: rotateZ(360deg);

  transform: rotateZ(360deg);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.five-part .five-font-sty {

  font-size: 20px;

  font-weight: 500;

  color: #fff;

  line-height: 28px;

  margin-bottom: 20px;

  font-weight: bold;

}



.sy_ys .five-part:hover .five-font-sty {

  color: rgba(255, 255, 255, 1);

}



.sy_ys .span-line {



  display: block;

  margin-top: 10px;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.8;

  color: #fff;

  width: 80%;

  margin: 0 auto

}



.sy_ys .five-part:hover .span-line {

  color: rgba(255, 255, 255, 0.8);

}



/*新闻*/

.ny_xw {

  margin: 50px auto 40px;

}



.Activsbf1_lb {

  width: 100%;

  margin-top: 10px;

  overflow: hidden;

}



.Activsbf1_lb dl {

  width: 100%;

  background: #f6f6f6;

  margin: 0 0 20px;

  box-sizing: border-box;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  display: flex;

  align-items: stretch;

  justify-content: space-between;

  border-radius: 20px;

  overflow: hidden;

}



.Activsbf1_lb dt {

  width: 28%;

  float: left;

  overflow: hidden;

}



.Activsbf1_lb dt a {}



.Activsbf1_lb dt img {

  vertical-align: middle;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.Activsbf1_lb dd {

  width: 68%;

  float: right;

  margin-top: 15px;

  padding: 25px 25px 25px 0;

}



.Activsbf1_lb dd .newNrtit {

  width: 100%;

  line-height: 30px;

  font-size: 18px;

  text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;

}



.Activsbf1_lb dd .newNrtit a {

  font-size: 20px;

  color: #333;

  font-weight: bold;

}



.Activsbf1_lb dd .newNrjs {

  width: 100%;

  margin-top: 10px;

  line-height: 1.8;

  color: #666;

  font-size: 16px;

  letter-spacing: 1px;

  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 4;

  min-height: 101px;

}



.Activsbf1_lb dd .Acdltj_time {

  width: 100%;

  margin: 15px 0 0;

  color: #999;

}



.Activsbf1_lb dd .more1 a {

  width: 120px;

  line-height: 36px;

  border: #00119f 2px solid;

  display: block;

  text-align: center;

  color: #00119f;

  text-transform: uppercase;

  margin-top: 20px;

  margin-bottom: 10px;

  border-radius: 20px;

  font-size: 14px;

}



.Activsbf1_lb dd:hover .more1 a {

  background: #00119f;

  color: #fff

}



.Activsbf1_lb dl:hover dd .newNrtit a {

  color: #00119f;

}





.Activsbf1_lb dl:hover dt img {

  -webkit-transition: -webkit-transform 0.3s ease 0s;

  transition: transform 1s ease 0s;

  -webkit-transform-origin: center;

  transform-origin: center;

}



.Activsbf1_lb dl:hover dt img {

  -webkit-transform: scale(1.08);

  transform: scale(1.08);

}





/*联系*/

.lxwm {

  padding-top: 50px;

  margin: 0 auto;

  position: relative;

  padding-bottom: 60px;

}



.ctas {

  display: flex;

  justify-content: space-between;

  align-items: stretch;

}



.ctas li {

  width: 31.3333%;

  background: #f5f5f5;

  border-radius: 5px;

  padding: 25px;

  box-sizing: border-box;

}



.ctas li .icob {

  width: 60px;

  height: 60px;

  border: #00119f 1px solid;

  border-radius: 100%;

  margin: 0 auto;

  overflow: hidden;

  line-height: 70px !important;

  text-align: center;

  font-size: 35px !important;

  color: #00119f;

}



.lxewm {

  text-align: center;

  line-height: 25px;

  font-size: 14px;

  margin: 30px auto;

}



.ctas li .ico {

  display: block;

  background-position: center center;

  width: 100%;

  height: 100%;

  background-repeat: no-repeat;

  transition: 300ms;

  -webkit-transition: 300ms;

  line-height: 65px !important;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  text-align: center;

}



.ctas li .ico i {

  width: 100%;

  font-size: 30px;

}



.ctas li:hover .icob {

  background: #00119f;

  color: #fff;

}



.ctas li .en {

  text-align: center;

  text-transform: capitalize;

  font-size: 15px;

  color: #666;

  margin-top: 7px;

}



.ctas li .ch0 {

  text-align: center;

  margin-top: 12px;

  font-size: 15px;

  color: #333;

}



.ctas li:hover .ico {

  transform: translateY(-5px);

  -webkit-transform: translateY(-5px);

}



.ctas {

  margin-top: 2.5%;

}



.cta_words {

  background: #f6f6f6;

  padding: 5% 0 5% 0;

  margin-top: 5%;

}



.ny_dt {

  padding-bottom: 50px;

}



.ny_dt img {

  width: 100%;

  display: block;

}





@media only screen and (max-width:1520px) {

  .header .logo {

    margin: 10px 0 0 40px;

  }



  .header .right {

    margin-left: 0px;

  }



  .header .right .zxbj {

    margin-right: 20px;

  }



  .header .right .lx {

    margin-left: 0px;

  }





}





@media only screen and (max-width:1368px) {

  .header .nav ul li {

    padding: 0 20px;

  }



  .header .nav ul li a {

    font-size: 17px;

  }





}









@media only screen and (max-width:1024px) {

  .head_h {

    height: 60px;

    display: block

  }



  .header {

    border: 0;

    height: 60px;

    background: #fff;

    width: 100%

  }



  .header .container {

    padding: 0;

    width: 94%;

    height: 60px;

  }



  .header .right .yy .x_l {

    top: 45px;

  }



  .header .logo {

    margin: 5px 0;

  }



  .header .logo img {

    height: 50px;

  }



  .header .logo .img2 {

    display: block;

  }



  .header .logo .img1 {

    display: none;

  }



  .header .right .lx {

    margin-left: 0px;

    margin-right: 0;

    color: #222;

  }



  .header .right .yy {

    font-size: 14px;

    border-radius: 25px;

    margin-right: 6px;

    display: flex;

    align-items: center;

    color: #222;

  }



  .search button.s_c {

    width: 10%;

  }



  .search input.w_z {

    width: 80%;

  }



  .search .an_sj {

    width: 10%;

  }



  .header.on .nav {

    margin-top: 0;

  }



  .header .right {

    margin-right: 40px;

    margin-left: 0;

    display: flex;

    padding: 0;

    height: 60px;

    align-items: center;

    background: none

  }



  .header .right .zxbj {

    width: 95px;

    line-height: 32px;

    text-align: center;

    background: #00119f;

    color: #fff;

    margin-right: 0px;

  }



  .header.on .right {

    margin-top: 0;

  }



  .header.on .right ul li {

    line-height: 60px;

  }



  .header .right ul li a {

    color: #333;

  }



  .header .right ul li {

    color: #333;

    line-height: 60px;

  }



  .header .right .zxbj a {

    color: #fff;

  }



  .searchIpt {

    right: 150px;

    top: 15px;

    width: 190px;

  }



  .searchIpt .search_txt {

    width: 132px;

  }



  .header .an {

    display: block;

    right: 0px;

  }



  .header .an span {

    background-color: #999

  }



  .header .nav ul {

    width: 100%;

  }



  .header.on .nav {

    width: 100%

  }



  .header .nav {

    width: 100%;

    padding: 15px 5%;

    background-color: #fff;

    height: 100%;

    position: fixed;

    top: 60px;

    right: -100%;

    z-index: 9999;

    overflow: auto;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    margin-top: 0

  }



  .header .nav.on {

    right: 0;

  }



  .header.on .nav ul li a {

    font-size: 15px;

    color: #333;

  }



  .header.on .nav .e_j {

    top: 0;

  }



  .header .nav i {

    display: block;

    color: #333;

    font-size: 16px;

  }



  .header .nav ul li {

    line-height: 60px;

    text-align: left;

    border-bottom: 1px solid #ccc;

    float: none;

    margin: 0;

    padding: 0

  }



  .header .nav ul li::after {

    background: rgba(0, 0, 0, 0);

  }



  .header.on .nav ul li {

    line-height: 60px;

  }



  .header .nav .e_j {

    width: 100%;

    border-top: 1px solid #ccc;

    background: none;

    position: relative;

    display: none;

    top: auto;

    left: auto;

    margin: 0;

    padding: 10px 0;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0);

  }



  .nav .e_j .left a {

    width: 100%;

  }



  .header .nav ul li .e_j a {

    color: #444;

    text-align: left;

    line-height: 40px;

    font-size: 15px;

  }



  .header .nav ul li .e_j a:last-child {

    border: 0;

  }



  .header .nav ul li .e_j a:hover {

    color: #333

  }



  .header .nav .e_j a {

    border-top: 0;

    font-size: 12px;

    color: #aaa;

    line-height: 32px;

  }



  .header .nav .e_j a:hover {

    background: none;

  }



  .header .nav ul li:hover .e_j {

    display: none;

  }



  .nav .e_j .s_j {

    width: 100%;

    position: relative;

    top: 0px;

    left: 0px;

    border: 0

  }



  .header .nav ul li a {

    font-size: 15px;

    color: #333;

  }



  .header .nav ul li:hover span {

    width: 0;

  }



  .header .nav ul li.on span {

    width: 0;

  }



  .ban .swiper-slide {

    width: 100%;

    height: 20rem;

  }



  .ban .swiper-slide .bg1 {

    height: 20rem;

  }



  .ban .swiper-pagination {

    bottom: 10px !important;

  }



  .xx2 {

    padding: 30px 0;

  }



  .xx21 li {

    width: calc(50% - 20px);

  }



  .xx21 li h3 {

    font-size: 16px;

    margin: 10px 0 10px;

  }



  .container {

    width: 90%;

  }



  .title h1 {

    font-size: 32px;

    line-height: 35px;

  }



  .title p {

    font-size: 16px;

    line-height: 24px;

  }



  .index4 .t_p {

    width: 100%;

    position: relative;

  }



  .index4 .text {

    width: 100%;

    padding: 20px 0 10px 0;

  }



  .product-number-info li b {

    font-size: 30px;

  }



  .product-number-info li b em {

    font-size: 20px;

    padding-left: 0;

  }



  .sy_wmfw {

    padding: 30px 0;

  }



  .sy_wmfw ul {

    flex-wrap: wrap;

  }



  .sy_wmfw ul li {

    width: 48%;

    margin-bottom: 15px;

  }



  .sy_wmfw ul li .w_z {

    padding: 20px 15px;

  }



  .index4 {

    padding: 30px 0;

    height: auto;

  }



  .swiper-cp .swiper-slide img {

    height: 27rem;

  }



  .swiper-cp .swiper-slide h3 {

    margin: 10px 0 10px;

  }



  .title1 h1 {

    font-size: 2.5rem;

    line-height: 1.4;

  }



  .sy_ys .five-part {

    width: 100%;

    height: 280px;

  }



  .sy_ys .span-line {

    line-height: 1.6;

  }



  .sy_ys {

    padding: 40px 0;

  }



  .index-fiv {

    padding: 40px 0;

  }



  .infiv-ul li {

    width: 100%;

    padding: 0;

    margin-bottom: 20px;

  }



  .infiv-ul {

    margin: 0;

  }



  .index-fiv .more {

    width: 160px;

    height: 40px;

    padding: 0 10px;

    line-height: 40px;

    margin: 20px auto 0;

    text-align: center;

  }



  .index-contact h1 {

    font-size: 30px;

  }



  .index-contact {

    padding: 40px 0;

  }



  .index-contact h3 {

    font-size: 18px;

  }



  .index-contact .wbk {

    padding-top: 0px;

  }



  .index-contact .wbk li {

    width: 100%;

    margin: 0 0 10px;

  }



  .index-contact .wbk li.l1 {

    width: 100%;

    margin: 0;

  }



  .index-fiv .more i {

    font-size: 18px;

    margin-left: 5px;

  }



  .index-contact .wbk input.w_z {

    height: 40px;

    line-height: 40px;

  }



  .index-contact .wbk select {

    height: 40px;

    line-height: 40px;

  }



  .index-contact .wbk .a_n {

    width: 200px;

    font-size: 16px;

    height: 42px;

    margin: 20px auto 0;

    line-height: 42px;

  }



  .d_dbdh {

    bottom: 0;

    width: 100%;

    background: rgba(0, 62, 127, 1);

    left: 0;

    display: block;

    position: fixed;

    z-index: 99;

  }



  .d_dbdh ul li {

    width: 20%;

    line-height: 60px;

    height: 60px;

    text-align: center;

    float: left;

  }



  .d_dbdh ul li i {

    font-size: 26px;

    color: #fff;

  }



  .d_dbdh ul li .son {

    width: 300px;

    left: 50%;

    margin-left: -150px;

    text-align: center;

    padding: 0;

    top: -58px;

    position: absolute;

    background: rgba(0, 62, 127, 1);

    color: #fff;

    border-radius: 35px;

    font-size: 16px;

    display: none;

  }



  .d_dbdh ul li .son a {

    color: #fff;

  }



  .side {

    top: auto;

    display: none;

    margin-top: 0px;

    bottom: 0;

    width: 100%;

    background: rgba(0, 62, 127, 1);

  }



  .side ul li {

    width: 20%;

    position: static;

    line-height: 60px;

    height: 60px;

    border-radius: 0;

    margin-bottom: 0px;

    box-shadow: 0 0 0px rgba(255, 255, 255, 0.3);

  }







  .sy_cpfw .swiper-button-prev {

    width: 30px;

    left: 0px;

  }



  .sy_cpfw .swiper-button-prev i {

    font-size: 20px;

  }



  .sy_cpfw .swiper-button-next {

    width: 30px;

    right: 0px;

  }



  .sy_cpfw .swiper-button-next i {

    font-size: 20px;

  }



  .sy_cpfw .swiper-pagination-bullet {

    width: 20px;

  }



  .con {

    width: 90%;

  }



  .sy_cp ul li {

    width: 47%;

    margin: 0 1.5% 3%;

  }



  .sy_cp {

    padding: 30px 0;

  }



  .sy_hyyy {

    padding: 30px 10px;

  }



  .about-content .pic {

    width: 100%;

    margin-right: 0%;

  }



  .about-content .info {

    width: 100%;

    margin-top: 30px;

  }



  .about {

    padding: 30px 0 37px;

  }



  .zxzx {

    padding: 30px 0 0;

    width: 90%;

    margin: 0 auto 30px;

  }



  .footer {

    padding: 0px 0;

  }



  .footer .zuo3 ul li {

    display: none;

  }



  .footer .zuo3 ul li.lx {

    width: 100%;

    display: block;

  }



  .footer .zuo3 {

    width: 100%;

    overflow: hidden;

  }



  .footer .you3 {

    float: none;

    margin: 0 auto;

  }



  .footer_btm {

    line-height: 1.5;

    padding: 10px 0;

  }



  .copy {

    width: 90%;

    margin: 0 auto;

    line-height: 30px;

  }



  .footer .zuo3 ul li.yx {

    width: 100%;

    padding-right: 0;

    float: none;

    display: block;

    margin: 0 auto;

  }



  .footer .zuo3 ul li.yx .tb {

    padding-top: 0px;

  }



  .zxzx .hd .prev {

    left: -0;

  }



  .zxzx .next {

    right: -0;

  }



  .zxzx .bd ul li {

    width: 100%;

    float: left;

    margin: 10px 0;

    background: #f6f6f6

  }



  .zxzx .bd {

    width: 100%;

    overflow: hidden;

  }



  .n_ban {

    height: 15rem;

  }



  .n_ban h3 {

    font-size: 30px;

    letter-spacing: 1px;

  }



  .n_ban h4 {

    font-size: 16px;

    line-height: 1.5;

  }



  .sy_cpzx {

    width: 90%;

    margin: 30px auto;

  }



  .sy_cpzx .cplb {

    width: 100%;

  }



  .subNavBox {

    width: 100%;

  }



  .header.on .logo {

    width: auto;

  }



  .sy_cpzx ul.box {

    width: 100%;

  }



  .sy_cpzx ul.box li {

    width: 100%;

    margin-right: 0;

    margin-bottom: 25px;

  }



  .cpxq {

    padding: 30px 0;

  }



  .cpxq .left {

    width: 100%;

  }



  .cpxq .right {

    width: 100%;

  }



  .htit span {

    padding: 0 15px;

  }



  .cpxq .cptd .bt {

    font-size: 24px;

    line-height: 1.5;

  }



  .htit h3 {

    font-size: 24px;

  }



  .sy_cpzx .cplb .tit {

    line-height: 40px;

  }



  .subNav {

    line-height: 36px;

  }



  .ntit ul li {

    width: 99.5%;

    margin: 0 0.5% 1%;

    line-height: 32px;

  }



  .ny_hy {

    padding: 30px 0 40px;

  }



  .ny_hy ul li {

    width: 48%;

    margin: 0 1% 20px;

  }



  .ntit ul.cp li {

    width: 49%;

    margin: 0 0.5% 1%;

  }



  .ny_cp {

    margin: 30px auto;

  }



  .ny_cp ul li {

    width: 48%;

    margin: 0 1% 20px;

  }



  .ny_jj {

    margin: 30px auto;

  }



  .ny_jj .w_z {

    width: 100%;

    margin-top: 0px;

  }



  .max-1350 {

    max-width: 90%;

  }



  .ny_jj .w_z h3 {

    font-size: 30px;

  }



  .ny_jj .w_z h3::after {

    content: "";

    width: 100px;

    top: -4px;

    height: 4px;

  }



  .ny_jj .tp {

    width: 100%;

    padding-right: 0px;

    margin-top: 20px;

  }



  .nytit h1 {

    font-size: 30px;

  }



  .nytit span {

    width: 180px;

    height: 4px;

    margin: 0px auto 30px;

  }



  .font-16 {

    line-height: 1.6;

  }



  .ny_gy2 ul li {

    width: 50%;

  }



  .ny_gy2 ul {

    margin: 30px -20px 0;

    flex-wrap: wrap;

  }



  .ny_gy2 {

    padding: 30px 0;

  }



  .ny_gy2 ul li .box .title {

    margin-bottom: 10px;

  }



  .ny_gy3 {

    padding: 30px 0;

  }



  .ny_gy3 .swiper-container {

    width: 90%;

  }



  .ctas {

    flex-wrap: wrap;

  }



  .Activsbf1_lb dt {

    width: 40%;

  }



  .Activsbf1_lb dd {

    width: 57%;

    margin-top: 0;

    padding: 15px 15px 15px 0;

  }



  .Activsbf1_lb dd .newNrjs {

    font-size: 16px;

    -webkit-line-clamp: 2;

    min-height: 40px;

  }







}





@media only screen and (max-width:600px) {

  .header .right .yy span {

    display: none

  }



  /* .header .right .zxbj {

    width: 80px;

  } */



  .header .right .yy .x_l {

    width: 100px;

    margin-left: -50px;

  }



  .title h1 {

    font-size: 2.5rem;

    line-height: 1.6;

  }



  .about-num ul li {

    width: 50%;

    margin-bottom: 20px;

  }



  .product-number-info li b {

    font-size: 28px;

  }



  .product-number-info li p {

    font-size: 1.4rem;

  }



  .tit h1 {

    font-size: 2.2rem;

  }



  .tit {

    margin-bottom: 30px;

  }



  .about-content .info strong {

    font-size: 20px;

    line-height: 1.5;

    height: 42px;

    margin-bottom: 26px;

  }



  .ntit ul li a {

    font-size: 14px;

  }



  .ny_hy ul li {

    width: 100%;

    margin: 0 0 20px;

  }



  .sy_cp ul li {

    width: 100%;

    margin: 0 0% 3%;

  }



  .sy_cp ul li img {

    height: 26rem;

  }



  .swiper-hy .swiper-slide .sign span {

    font-size: 15px;

  }



  .sy_cpzx ul.box li .tp img {

    height: 28rem;

  }



  .infiv-txt {

    padding: 20px 15px;

    height: auto;

  }



  .cpxq .cptd {

    padding-top: 30px;
    

  }


  .htit {

    margin-bottom: 20px;

  }



  .index-contact h1 {

    font-size: 2.2rem;

  }



  .ny_cp ul li {

    width: 100%;

    margin: 0 0 20px;

  }



  .cpxq .right h3 {

    font-size: 20px;

    margin-top: 30px;

  }



  .cpxq .right p {

    margin-bottom: 10px;

  }



  .ny_gy2 ul li {

    width: 100%;

    margin-bottom: 15px;

  }



  .ny_gy2 ul {

    margin: 30px auto 0;

  }



  .ny_gy2 ul li .box .title {

    line-height: 1.8;

  }



  .ctas li {

    width: 100%;

    padding: 20px;

    margin-bottom: 20px;

  }



  .lxwm {

    padding-top: 40px;

    padding-bottom: 10px;

  }



  .Activsbf1_lb dl {

    border-radius: 10px;

    flex-wrap: wrap;

  }



  .Activsbf1_lb dt {

    width: 100%;

  }



  .Activsbf1_lb dd {

    width: 100%;

    padding: 15px 10px;

  }



  .Activsbf1_lb dd .more1 a {

    line-height: 32px;

  }



  .Activsbf1_lb dd .newNrjs {

    font-size: 14px;

  }



  .Activsbf1_lb dd .newNrtit a {

    font-size: 18px;

  }



  .ntit ul.xw li {

    width: 32.3333%;

    margin: 0 0.5% 1%;

  }



  .ny_xw {

    margin: 30px auto 20px;

  }



  .page a {

    padding: 0 10px;

    margin: 0 2px

  }

}

.detailP{

	

}

.detailP .pageTitle{

	font-size: 36px;

	color: rgb(51, 51, 51);

	font-weight: bold;

  text-align: center;

}

.detailP .pageTime{

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-top: 20px;

  text-align: center;

}

.detailP .pageNr{

	font-size: 16px;

	color: #222;

	line-height: 1.875;

	border-top: 1px solid rgba(0,0,0,0.1);

	border-bottom: 1px solid rgba(0,0,0,0.1);

	margin-top: 32px;

	padding: 24px 0;

	margin-bottom: 24px;

  min-height: 400px;

}

.jtnr{

	font-size: 16px;

	color: #222;

	line-height: 1.875;

  min-height: 400px;

}

.jtnr h1,

.jtnr h2,

.jtnr h3,

.jtnr h4,

.jtnr h5,

.jtnr h6 {

  font-weight: revert;

  color: revert;

  margin: 10px 0;

}

.detailP .pageNr h1,

.detailP .pageNr h2,

.detailP .pageNr h3,

.detailP .pageNr h4,

.detailP .pageNr h5,

.detailP .pageNr h6 {

  font-weight: revert;

  color: revert;

  margin: 10px 0;

}.detailP .list-paddingleft-2{padding-left: 30px;}

.detailP .list-paddingleft-2 li{list-style: inherit;}

.detailP .pageNr img,.detailP .pageNr video,.detailP .pageNr iframe{max-width: 100%; height: auto;}

.detailP .pageNum{

	

}

.detailP .pageNum a{

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-top: 8px;

}

.detailP .pageNum a:first-child{margin-top: 0;}

.detailP .pageNum a:hover{

	color: #00119f;

}

@media (max-width:1432px) {

	.detailP .pageTitle{font-size: 32px;}

}

@media (max-width:1232px) {

	.detailP .pageTitle{font-size: 28px;}

}

@media (max-width:1024px) {

	.detailP .pageTitle{font-size: 24px;}

  .sy_wzlist ul li{width: 100%;}

}

@media (max-width:800px) {

	.detailP .pageTime{font-size: 14px;margin-top: 8px;}

	.detailP .pageNr{font-size: 14px;line-height: 1.6;margin-top: 16px;padding: 16px 0;}

	.detailP .pageNum a{font-size: 14px;}

}

.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
