body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997e;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.clear {
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.conts {
  width: 1300px;
  margin: 0 auto;
}
.head {
  background: #004098;
  height: 131px;
}
.head .head-box {
  height: 80px;
}
.head .head-box .conts {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-box .conts .logo {
  float: left;
  display: inline-block;
}
.head .head-box .conts .right {
  position: relative;
}
.head .head-box .conts .nav {
  float: right;
  margin-top: 80px;
}
.head .head-box .conts .nav ul .nLi {
  display: inline-block;
  position: relative;
  margin: 0 17px;
  padding-bottom: 29px;
  border-bottom: 4px solid #004098;
}
.head .head-box .conts .nav ul .nLi h3 {
  line-height: 1;
  position: relative;
}
.head .head-box .conts .nav ul .nLi h3 a {
  font-size: 18px;
  color: #ffffff;
}
.head .head-box .conts .nav ul .nLi .sub {
  width: 123px;
  position: absolute;
  z-index: 99;
  top: 51px;
  left: -26px;
  display: none;
}
.head .head-box .conts .nav ul .nLi .sub li {
  background-color: rgba(0, 0, 0, 0.231);
  width: 123px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 2px;
}
.head .head-box .conts .nav ul .nLi .sub li a {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
}
.head .head-box .conts .nav ul .nLi .sub li:hover a {
  color: #ffc000;
}
.head .head-box .conts .nav ul .on {
  border-bottom: 4px solid #ffffff;
}
.head .head-box .conts .nav ul .nLi:hover {
  border-bottom: 4px solid #ffffff;
}
.head .head-box .conts .phone {
  position: absolute;
  right: 20px;
  top: 20px;
}
.head .head-box .conts .phone img {
  margin-right: 10px;
  margin-top: -5px;
}
.head .head-box .conts .phone p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
}
.head .head-box .conts .phone p span {
  margin-left: 10px;
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
}
.banner {
  position: relative;
  width: 100%;
  height: 684px;
  overflow: hidden;
  min-width: 1200px;
}
.banner .bd {
  width: 100%;
  height: 100%;
}
.banner .bd ul li {
  position: relative;
  height: 684px;
}
.banner .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .hd {
  position: absolute;
  bottom: 4%;
  display: flex;
  justify-content: center;
  width: 100%;
  /* left: 50%;
  transform: translateX(-50%); */
}
.banner .hd ul {
  display: flex;
  justify-content: center;
}
.banner .hd ul li {
  background-color: #ffffff;
  width: 58px;
  height: 7px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.banner .hd ul .on {
  background: #006bff;
}
.title {
  text-align: center;
}
.title h4 {
  font-size: 48px;
  font-family: 'Microsoft YaHei';
  color: #004098;
  font-weight: bold;
  line-height: 1;
}
.title h4 span {
  line-height: 1;
  color: #1d1d1d;
}
.title p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #666666;
  margin-top: 15px;
  line-height: 1;
}
.one {
  margin: 72px 0;
}
.one .u-bd {
  margin-top: 50px;
}
.one .u-bd ul li {
  float: left;
  position: relative;
  margin-right: 22px;
  border-width: 1px;
  border-color: #e3e3e3;
  border-style: solid;
  background-color: #f7f7f7;
  width: 308px;
  height: 279px;
  padding-top: 35px;
  overflow: hidden;
}
.one .u-bd ul li .img-box {
  width: 111px;
  height: 96px;
  margin: 0 auto;
}
.one .u-bd ul li .img-box img {
  width: 100%;
  height: 100%;
}
.one .u-bd ul li .img-box .i2 {
  display: none;
}
.one .u-bd ul li .make {
  font-size: 170px;
  font-family: 'Impact';
  color: #edecec;
  line-height: 1;
  position: absolute;
  bottom: -15px;
  left: 68px;
}
.one .u-bd ul li .text {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 215px;
  margin: 0 auto;
  margin-top: 65px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.one .u-bd ul li .text p {
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
}
.one .u-bd ul li:hover {
  border-width: 1px;
  border-color: #e3e3e3;
  border-style: solid;
  background-color: #004098;
}
.one .u-bd ul li:hover .img-box .i1 {
  display: none;
}
.one .u-bd ul li:hover .img-box .i2 {
  display: block;
}
.one .u-bd ul li:hover .make {
  color: rgba(255, 255, 255, 0.031);
}
.one .u-bd ul li:hover .text p {
  color: #ffffff;
}
.one .u-bd ul li:last-child {
  margin-right: 0px;
}
.one .more {
  border-width: 1px;
  border-color: #f3d08e;
  border-style: solid;
  background-color: rgba(29, 29, 29, 0);
  width: 172px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  margin: 0 auto;
}
.one .more a {
  font-size: 24px;
  font-family: 'Arial';
  color: #f3d08e;
}
.two {
  background: url(../img/1_04.jpg) no-repeat top center;
  padding-top: 55px;
}
.two .title {
  text-align: center;
}
.two .title h4 {
  color: #ffffff;
}
.two .title p {
  color: #ffffff;
}
.two .u-bd {
  margin-top: 43px;
  display: flex;
}
.two .u-bd .img-box {
  width: 609px;
  height: 403px;
  float: left;
}
.two .u-bd .img-box .video {
  width: 100%;
  height: 100%;
}
.two .u-bd .img-box .video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.two .u-bd .text {
  float: right;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(25, 25, 25, 0.27);
  width: 691px;
  padding: 45px 54px;
}
.two .u-bd .text h4 {
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  color: #2e2e2e;
  font-weight: bold;
}
.two .u-bd .text .link {
  background-color: #bfbfbf;
  width: 44px;
  height: 2px;
  margin: 29px 0;
}
.two .u-bd .text p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #777777;
  text-transform: uppercase;
  line-height: 2.143;
}
.three {
  margin-top: 75px;
  margin-bottom: 70px;
}
.three .u-bd {
  margin-top: 45px;
}
.three .u-bd .hd {
  margin-bottom: 30px;
}
.three .u-bd .hd ul {
  text-align: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 7px 0;
}
.three .u-bd .hd ul li {
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #1d1d1d;
  font-weight: bold;
  display: inline-block;
  margin: 0 22px;
  padding: 10px 22px;
}
.three .u-bd .hd ul .on {
  background: #004098;
  color: #ffffff;
}
.three .u-bd .bd {
  margin-top: 33px;
}
.three .u-bd .bd ul {
  display: flex;
}
.three .u-bd .bd ul li {
  text-align: center;
  margin-right: 28px;
  width: calc(25% - 15px);
}
.three .u-bd .bd ul li:nth-child(4) {
  margin-right: 0;
}
.three .u-bd .bd ul li .img-box {
  transition: all 0.4s;
  width: 100%;
  height: 377px;
}
.three .u-bd .bd ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three .u-bd .bd ul li p {
  margin-top: 32px;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #1d1d1d;
  font-weight: bold;
  padding: 0 20px;
  box-sizing: border-box;
}
.three .u-bd .bd ul li:hover .img-box {
  transition: all 0.4s;
  box-shadow: 0px 2px 10px 0px rgba(25, 25, 25, 0.21);
}
.three .u-bd .bd ul li:last-child {
  margin-right: 0px;
}
.four {
  background: #f7f7f7;
  padding: 63px 0;
}
.four .u-bd {
  margin-top: 55px;
}
.four .u-bd ul li {
  width: 414px;
  height: 280px;
  position: relative;
  margin-right: 29px;
  margin-bottom: 30px;
  float: left;
  overflow: hidden;
}
.four .u-bd ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.four .u-bd ul li .make {
  position: absolute;
  top: 280px;
  background-color: rgba(0, 64, 152, 0.851);
  width: 371px;
  height: 240px;
  margin: 20px;
  text-align: center;
  padding-top: 45px;
  transition: all 0.4s;
  box-sizing: border-box;
}
.four .u-bd ul li .make .c1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 23px;
}
.four .u-bd ul li .make p {
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
}
.four .u-bd ul li .make .c2 {
  font-size: 28px;
  color: #fff;
  margin-top: 30px;
}
.four .u-bd ul li:hover img {
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.four .u-bd ul li:hover .make {
  top: 0px;
  transition: all 0.4s;
}
.four .u-bd ul li:nth-child(3n) {
  margin-right: 0px;
}
.four .more {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  width: 284px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  margin-top: 10px;
}
.four .more:hover a {
  color: #004098;
}
.four .more a {
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #333333;
  font-weight: bold;
}
.five {
  background: url(../img/1_14.jpg) no-repeat center top;
  padding-top: 90px;
}
.five .title h4 {
  color: #ffffff;
}
.five .title p {
  color: #ffffff;
}
.five .u-bd {
  margin-top: 45px;
}
.five .u-bd .hd {
  margin-bottom: 50px;
}
.five .u-bd .hd ul {
  text-align: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 7px 0;
}
.five .u-bd .hd ul li {
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  margin: 0 22px;
  padding: 10px 42px;
}
.five .u-bd .hd ul .on {
  background: #004098;
  color: #ffffff;
}
.five .u-bd .bd ul li {
  float: left;
  margin-right: 32px;
  margin-bottom: 32px;
}
.five .u-bd .bd ul li .img-box {
  width: 412px;
  height: 367px;
  position: relative;
  overflow: hidden;
}
.five .u-bd .bd ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.five .u-bd .bd ul li .img-box .make {
  position: absolute;
  bottom: -105px;
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  background-color: rgba(0, 64, 152, 0.902);
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 105px;
  line-height: 105px;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.five .u-bd .bd ul li:hover .img-box img {
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.five .u-bd .bd ul li:hover .img-box .make {
  bottom: 0px;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.five .u-bd .bd ul li:nth-child(3n) {
  margin-right: 0px;
}
.six {
  padding-top: 70px;
}
.six .u-bd {
  margin-top: 84px;
}
.six .u-bd .img-box {
  width: 638px;
  height: 438px;
  float: left;
}
.six .u-bd .img-box img {
  width: 100%;
  height: 100%;
}
.six .u-bd .text {
  float: right;
  width: 662px;
  padding-left: 40px;
}
.six .u-bd .text ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
}
.six .u-bd .text ul li h4 {
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  color: #333333;
  font-weight: bold;
  margin-bottom: 13px;
  line-height: 1;
}
.six .u-bd .text ul li h4 span {
  background-color: #004098;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  display: inline-block;
  margin-right: 26px;
  margin-top: -5px;
}
.six .u-bd .text ul li .text-box span {
  background: #ffc000;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  display: inline-block;
  margin-right: 26px;
  vertical-align: top;
  margin-top: 5px;
}
.six .u-bd .text ul li .text-box p {
  vertical-align: top;
  width: 90%;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666666;
  line-height: 2.143;
  display: inline-block;
}
.six .u-bd .text ul li:hover h4 {
  color: #004098;
}
.six .u-bd .text ul li:first-child {
  margin-top: 17px;
}
.seven {
  padding-top: 80px;
  padding-bottom: 64px;
  background: url(../img/3_02.jpg) no-repeat center bottom;
}
.seven .u-bd {
  margin-top: 55px;
}
.seven .u-bd ul li {
  float: left;
  margin-right: 31px;
  width: 410px;
  height: 367px;
  overflow: hidden;
}
.seven .u-bd ul li .img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.seven .u-bd ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.seven .u-bd ul li .img-box .make {
  position: absolute;
  bottom: 0px;
  background-color: rgba(43, 43, 43, 0.902);
  width: 100%;
  text-align: center;
  line-height: 55px;
  height: 55px;
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
  padding: 0 20px;
  box-sizing: border-box;
}
.seven .u-bd ul li:hover .img-box img {
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.seven .u-bd ul li:hover .img-box .make {
  background-color: rgba(0, 64, 152, 0.902);
}
.seven .u-bd ul li:last-child {
  margin-right: 0px;
}
.footer {
  background: #232323;
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-top: 40px;
}
.footer .cont {
  display: flex;
}
.footer .cont .left {
  flex: 1;
}
.footer .cont .left .contact {
  font-size: 14px;
  color: #dedede;
  line-height: 40px;
  margin-top: 10px;
}
.footer .middle {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .middle .f-tit {
  width: 332px;
  text-align: left;
}
.footer .middle .f-tit span {
  font-size: 16px;
  color: #dedede;
  border-bottom: 1px solid #ffc001;
  padding-bottom: 10px;
  display: inline-block;
}
.footer .middle .list {
  margin-top: 34px;
  margin-left: 35px;
}
.footer .middle .list ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.footer .middle .list li {
  width: 155px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #808080;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 19px;
  margin-right: 22px;
  box-sizing: border-box;
}
.footer .middle .list li:nth-child(2n) {
  margin-right: 0;
}
.footer .middle .list li:hover {
  background: #004ec2;
  border: none;
}
.footer .middle .list li:hover a {
  color: #fff;
}
.footer .middle .list li a {
  color: #ffffff;
}
.footer .ewm {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .ewm .f-tit {
  width: 128px;
  text-align: left;
}
.footer .ewm .f-tit span {
  font-size: 16px;
  color: #dedede;
  border-bottom: 1px solid #ffc001;
  padding-bottom: 10px;
  display: inline-block;
}
.footer .ewm .text {
  color: #aaaaaa;
  font-size: 14px;
  margin-top: 5px;
  color: #ffffff;
  text-align: center;
}
.footer .ewm img {
  width: 128px;
  height: 128px;
  margin-top: 32px;
}
.copy-right {
  width: 100%;
  background: #232323;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-top: 1px solid #4a4a4a;
}
.copy-right a {
  color: #fff;
}
/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #004098;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
.ny-product {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: calc(33% - 11px);
  margin-top: 32px;
  margin-right: 20px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(227, 227, 227, 0.5);
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li:hover {
  background: #004098;
}
.ny-product .list ul li:hover .img-wrap {
  border: none;
}
.ny-product .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.ny-product .list ul li:hover .text {
  color: #fff !important;
}
.ny-product .list ul li:hover .text span:nth-child(2) {
  background: #fff !important;
  color: #1346ba !important;
}
.ny-product .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding: 11px;
  padding-bottom: 0;
}
.ny-product .list ul li .img-wrap .img {
  width: 100%;
}
.ny-product .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 103%;
}
.ny-product2 .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.ny-product .list ul li .text {
  width: 100%;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 1000;
  font-size: 16px;
  color: #333333;
  padding: 0 1.35vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ny-product .list ul li .text span:nth-child(1) {
  display: block;
  width: 85%;
}
.ny-product .list ul li .text span:nth-child(2) {
  font-size: 20px;
  color: #867a7a;
  width: 29px;
  height: 29px;
  background: #e6e6e6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-new .new-list ul li {
  margin-top: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.47);
}
.ny-new .new-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li:hover .text p:nth-child(1) {
  font-weight: 700;
  color: #004098;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #004098;
  color: #fff;
  border: none;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 27.2%;
  overflow: hidden;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
}
.ny-new .new-list ul li a .img-wrap .img::before {
  content: '';
  padding-bottom: 77%;
  display: block;
}
.ny-new .new-list ul li a .text {
  width: calc(72.8% - 43px);
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 5px;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
  text-align: justify;
}
.ny-new .new-list ul li a .text p:nth-child(4) {
  width: 146px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #666666;
}
.common-right {
  float: left;
  width: calc(100% - 282px);
  margin-left: 45px;
}
.common-right .common-title {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #e4e7ea;
  font-size: 14px;
  color: #666666;
}
.common-right .common-title .iconfont {
  font-size: 20px;
  color: #cecece;
  margin-right: 10px;
}
.common-right .common-title a {
  color: #666666;
}
.common-left {
  width: 237px;
  float: left;
  box-sizing: border-box;
}
.common-left .title {
  background: #004098 url('../images/pro_03.png') center / cover;
  height: 79px;
  line-height: 79px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.common-left .title::after {
  content: '';
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: -14px;
  right: -3px;
  transform: rotate(314deg);
}
.common-left .nav-list {
  margin-top: 5px;
  background: #ffffff;
}
.common-left .nav-list > ul .li {
  width: 100%;
  height: 68px;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  margin-top: 1px;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.common-left .nav-list > ul .li a .overflow1 {
  width: 175px;
  display: inline-block;
}
.common-left .nav-list > ul .li a .iconfont {
  font-size: 14px;
  position: absolute;
  right: 26px;
  top: 0;
  z-index: 10000;
}
.common-left .nav-list > ul .li a .icon-jianhao_o {
  display: none;
}
.common-left .nav-list > ul .li.active {
  height: auto;
}
.common-left .nav-list > ul .li.active .icon-jianhao {
  display: block !important;
  font-size: 14px;
}
.common-left .nav-list > ul .li.active .icon-a-jiahao6 {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  background: #004098;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #004098;
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover span {
  color: #fff;
}
.common-left .nav-list > ul .li a {
  color: #333333;
}
.common-left .nav-list > ul .li .sub {
  background: #fff;
}
.common-left .nav-list > ul .li .sub li {
  line-height: 40px;
  position: relative;
  background: #f8f8f8;
  padding-left: 10px;
}
.common-left .nav-list > ul .li .sub li span {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 22px;
}
.common-left .nav-list > ul .li .sub li a {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333;
  width: 175px;
}
.common-left .nav-list > ul .li .sub li .iconfont {
  font-weight: 700;
  font-size: 16px;
}
.common-left .nav-list > ul .li .sub li.active a {
  color: #004098;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #004098;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #004098;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #004098;
}
.ny-news {
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-news .common-right .list > ul {
  margin-top: 40px;
}
.ny-news .common-right .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 0;
}
.ny-news .common-right .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-news .common-right .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100000000000000000000000000;
  border: none;
}
.ny-news .common-right .list > ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover .btn {
  background: #004098;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #004098 !important;
}
.ny-news .common-right .list > ul li .img-box {
  width: 175px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-news .common-right .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
  object-fit: contain;
}
.ny-news .common-right .list > ul li a {
  display: flex;
}
.ny-news .common-right .list > ul li .text {
  margin-left: 16px;
  width: 77%;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-contact {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-contact .tops {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ny-contact .tops .content {
  margin-top: -5px;
  margin-right: 38px;
}
.ny-contact .tops .content .line {
  width: 16px;
  height: 1px;
  background: #ededed;
}
.ny-contact .tops .content .text {
  width: 294px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .tops .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #004098;
  margin-bottom: 10px;
}
.ny-contact .tops .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .tops .content .erwer > div {
  text-align: center;
}
.ny-contact .tops .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .tops .content .erwer img {
  width: 132px;
  height: 132px;
}
.ny-contact .c-content {
  margin-top: 45px;
}
.ny-contact .message {
  margin-top: 40px;
}
.ny-contact .message .tit h3 {
  font-size: 23px;
  font-weight: 700;
  color: #030303;
}
.ny-contact .message .tit p {
  color: #999999;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: 444px;
}
.ny-contact .message .input > div input {
  width: 444px;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  margin-top: 14px;
  background: #ffffff;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .input > div span i {
  color: #ff0000;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #eeeeee;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 70px;
}
.ny-contact .message .btn {
  width: 138px;
  height: 44px;
  background: #004098;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  color: #999999;
  text-align: center;
  margin-left: 26px;
}
.ny-page {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-page .content {
  margin-top: 30px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-search {
  margin-top: 80px;
}
.ny-search .list > ul {
  margin-top: 40px;
}
.ny-search .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 0;
}
.ny-search .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-search .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-search .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100000000000000000000000000;
  border: none;
}
.ny-search .list > ul li:hover + li {
  border-top: none;
}
.ny-search .list > ul li:hover .btn {
  background: #004098;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #004098 !important;
}
.ny-search .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-search .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-search .list > ul li a {
  display: flex;
}
.ny-search .list > ul li .text {
  margin-left: 16px;
  width: 82%;
}
.ny-search .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}
.ny-search .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-search .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-search .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-search .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #004098;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #004098 !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.next {
  transform: rotate(180deg);
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.content img,
.content video {
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
