textarea,
input {
  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: 75%;
  min-width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '';
  clear: both;
}
.wrap,
.conts {
  width: 1200px;
  margin: 0 auto;
}
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;
}

.head-top {
  background: url(../img/2_01.jpg) no-repeat center;
  height: 41px;
  line-height: 41px;
}
.head-top p {
  float: left;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #939393;
}
.head-top h4 {
  float: right;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-transform: uppercase;
}
.head-top h4 i {
  font-size: 18px;
  margin-right: 10px;
}
.head-top h4 span {
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
}
.head {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .nav ul li {
  display: inline-block;
  margin-left: 35px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  position: relative;
  height: 77px;
  line-height: 77px;
}
.head .nav ul li:hover .sub {
  display: block;
}
.head .nav ul li > a {
  color: #000000;
}
.head .nav ul li .sub {
  position: absolute;
  left: 50%;
  transition: all 0.3s linear;
  overflow: hidden;
  min-width: 190px;
  z-index: 10000;
  transform: translateX(-50%);
  box-sizing: border-box;
  display: none;
  box-shadow: 0px 0px 13px 0px rgba(236, 236, 236, 0.5);
}
.head .nav ul li .sub a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.head .nav ul li .sub a:nth-last-child(1) {
  border-bottom: none;
}
.head .nav ul li .sub a:hover {
  background: #064aa7;
  color: #fff;
}
.head .nav ul .on > a {
  color: #064aa7;
}
.head .nav ul li:hover > a {
  color: #064aa7;
}
.banner {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  min-width: 1200px;
}
.banner .bd {
  width: 100%;
  height: 100%;
}
.banner .bd ul li {
  position: relative;
  height: 750px;
}
.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%;
  left: 46%;
}
.banner .hd ul li {
  background-color: #b3b3b3;
  width: 59px;
  height: 5px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
}
.banner .hd ul .on {
  background-color: #064aa7;
}
.one {
  padding-top: 125px;
  background: url(../img/1_03.jpg) no-repeat center;
  height: 723px;
  box-sizing: border-box;
}
.one .conts {
  position: relative;
}
.one .conts .left {
  width: 650px;
}
.one .conts .left .text h4 {
  font-size: 36px;
  font-family: 'Microsoft YaHei';
  color: #064aa7;
  font-weight: bold;
  margin-bottom: 25px;
}
.one .conts .left .text h4 span {
  color: #000000;
}
.one .conts .left .text h5 {
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  font-weight: bold;
}
.one .conts .left .text h6 {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #7d7373;
  text-transform: uppercase;
  margin-top: 25px;
}
.one .conts .left .text p {
  margin-top: 25px;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666666;
  text-transform: uppercase;
  line-height: 2.429;
}
.one .conts .left .sz {
  margin-top: 45px;
}
.one .conts .left .sz ul li {
  display: inline-block;
  margin-right: 90px;
}
.one .conts .left .sz ul li h4 {
  font-size: 36px;
  font-family: 'Arial';
  color: #1a1a1a;
  position: relative;
}
.one .conts .left .sz ul li h4 span {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #000000;
}
.one .conts .left .sz ul li h4 i {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  right: 2px;
}
.one .conts .left .sz ul li p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666666;
  margin-left: 10px;
}
.one .conts .left .more {
  margin-top: 35px;
  background-color: #064aa7;
  width: 127px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  text-align: center;
}
.one .conts .left .more a {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
}
.one .conts .img-box {
  position: absolute;
  right: 0px;
  top: 0px;
}
.one .conts .img-box img {
  width: 907px;
  height: 479px;
}
.two {
  padding-top: 68px;
  padding-bottom: 68px;
  /* background: url(../img/1_04.jpg) no-repeat center; */
  /* height: 935px; */
  box-sizing: border-box;
}
.two .title-1 {
  text-align: center;
}
.two .title-1 h4 {
  font-size: 36px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}
.two .title-1 p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #999999;
}
.two .u-bd {
  margin-top: 50px;
}
.two .u-bd ul li {
  display: inline-block;
  margin-right: 25px;
  width: 380px;
  margin-bottom: 10px;
  text-align: center;
}
.two .u-bd ul li .img-box {
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.two .u-bd ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.two .u-bd ul li p {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 27px 34px;
  position: relative;
  transition: all 0.5s ease;
  z-index: 10;
  top: 0px;
}
.two .u-bd ul li:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.two .u-bd ul li:hover p {
  top: -27px;
  transition: all 0.5s ease;
  background: #064aa7;
}
.two .u-bd ul li:nth-child(3n) {
  margin-right: 0px;
}
.two .more {
  margin: 0 auto;
  margin-top: 35px;
  border-radius: 30px;
  text-align: center;
  background-color: #064aa7;
  width: 372px;
  height: 51px;
  line-height: 51px;
}
.two .more a {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
}
.three {
  background: #f4f4f4;
  padding-bottom: 45px;
  padding-top: 80px;
  box-sizing: border-box;
}
.three .title-1 {
  text-align: center;
}
.three .title-1 h4 {
  font-size: 36px;
  font-family: 'Microsoft YaHei';
  color: #064aa7;
  font-weight: bold;
  margin-bottom: 20px;
}
.three .title-1 h4 span {
  color: #1f1f1f;
}
.three .title-1 p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #999999;
}
.three .u-bd {
  margin-top: 50px;
}
.three .u-bd ul li {
  width: 380px;
  height: 267px;
  margin-right: 30px;
}
.three .u-bd ul li .img-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.three .u-bd ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.three .u-bd ul li .img-box .make {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 48px;
  line-height: 48px;
  padding: 0 26px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.three .u-bd ul li .img-box .make p {
  font-size: 16px;
  width: 80%;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
}
.three .u-bd ul li .img-box .make span {
  float: right;
  color: #ffffff;
}
.three .u-bd ul li:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.three .u-bd ul li:hover .img-box .make {
  transition: all 0.5s ease;
  background-color: rgba(6, 74, 167, 0.6);
}
.three .more {
  margin: 0 auto;
  margin-top: 35px;
  border-radius: 30px;
  text-align: center;
  background-color: #064aa7;
  width: 372px;
  height: 51px;
  line-height: 51px;
}
.three .more a {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
}
.four {
  background: url(../img/1_10.jpg) no-repeat center;
  height: 183px;
  box-sizing: border-box;
}
.four .text {
  padding-top: 50px;
  float: left;
}
.four .text h4 {
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
  margin-left: 83px;
}
.four .text p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2.25;
  margin-top: 10px;
}
.four .phone {
  float: right;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  background-color: #ffffff;
  width: 349px;
  height: 48px;
  line-height: 48px;
  border-radius: 30px;
  margin-top: 70px;
  text-align: center;
}
.four .phone span {
  color: #064aa7;
  margin-right: 8px;
  font-size: 18px;
}
.four .phone i {
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  color: #064aa7;
  font-weight: bold;
}
.five {
  padding-top: 70px;
  background: #f4f4f4;
  padding-bottom: 65px;
}
.five ul li {
  display: inline-block;
  width: 379px;
  margin-right: 27px;
}
.five ul li .img-box {
  width: 380px;
  height: 217px;
}
.five ul li .img-box img {
  width: 100%;
  height: 100%;
}
.five ul li .text {
  background: #ffffff;
  text-align: center;
  padding: 0 15px;
  height: 260px;
}
.five ul li .text h4 {
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  line-height: 1.107;
  padding-top: 30px;
}
.five ul li .text p {
  font-size: 15px;
  font-family: 'Microsoft YaHei';
  color: #999999;
  line-height: 2;
  margin-top: 24px;
}
.five ul li .text .more {
  border-radius: 20px;
  background-color: #e5e5e5;
  width: 127px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  margin-top: 25px;
}
.five ul li:last-child {
  margin-right: 0px;
}
.five ul li:hover .text h4 {
  color: #064aa7;
}
.five ul li:hover .text .more {
  background: #064aa7;
  color: #ffffff;
  transition: 1s all ease;
}
.six {
  background: url(../img/1_22.jpg) center no-repeat;
  height: 722px;
  padding-top: 78px;
  box-sizing: border-box;
}
.six .u-bd {
  display: flex;
}
.six .title-1 {
  text-align: center;
}
.six .title-1 h4 {
  font-size: 36px;
  font-family: 'Microsoft YaHei';
  color: #064aa7;
  font-weight: bold;
  margin-bottom: 20px;
}
.six .title-1 h4 span {
  color: #1f1f1f;
}
.six .title-1 p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #999999;
}
.six .u-bd {
  margin-top: 70px;
}
.six .u-bd .img-box {
  width: 530px;
  height: 410px;
  float: left;
}
.six .u-bd .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.six .u-bd .right-box {
  float: left;
  width: 670px;
  padding-left: 45px;
}
.six .u-bd .right-box ul li {
  padding-bottom: 33px;
  padding-top: 33px;
  border-bottom: 1px solid #e0e0e0;
  height: 80px;
}
.six .u-bd .right-box ul li:nth-child(1) {
  padding-top: 0;
}
.six .u-bd .right-box ul li a {
  display: flex;
  align-items: center;
}
.six .u-bd .right-box ul li .time {
  transition: 0.5s all ease;
  width: 91px;
  height: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0;
}
.six .u-bd .right-box ul li .time h4 {
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  color: #333333;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}
.six .u-bd .right-box ul li .time p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #999999;
  text-transform: uppercase;
  line-height: 1;
}
.six .u-bd .right-box ul li .text {
  width: 510px;
  vertical-align: top;
  display: inline-block;
  padding-left: 35px;
}
.six .u-bd .right-box ul li .text h4 {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #333333;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
.six .u-bd .right-box ul li .text p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #999999;
  text-transform: uppercase;
  line-height: 1.714;
}
.six .u-bd .right-box ul li:hover .time {
  height: 80px;
  background: #064aa7;
  transition: 0.5s all ease;
  box-sizing: border-box;
}
.six .u-bd .right-box ul li:hover .time h4 {
  color: #ffffff;
}
.six .u-bd .right-box ul li:hover .time p {
  color: #ffffff;
}
.six .u-bd .right-box ul li:hover .text h4 {
  color: #064aa7;
}
.common-left {
  width: 292px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 90px;
  background: #064aa7;
  line-height: 90px;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 0 33px;
  box-sizing: border-box;
  font-size: 28px;
}
.common-left .tit .iconfont {
  font-size: 33px;
  margin-right: 9px;
  font-weight: 400;
  color: #fff;
}
.common-left .nav-list {
  background: #f9f9f9;
  padding-bottom: 20px;
}
.common-left .nav-list .p-li {
  line-height: 65px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 6px;
  padding-top: 8px;
}
.common-left .nav-list .p-li.on .iconfont {
  display: inline-block;
  transform: rotate(90deg);
}
.common-left .nav-list .p-li a {
  width: 100%;
  height: 66px;
  display: flex;
  color: #333333;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 30px;
  padding-right: 13px;
  background: #fff;
}
.common-left .nav-list .p-li a:hover,
.common-left .nav-list .p-li a.on {
  color: #064aa7;
}
.common-left .nav-list .p-li a:hover .icon-you,
.common-left .nav-list .p-li a.on .icon-you {
  color: #064aa7;
}
.common-left .nav-list .p-li a:hover .circle,
.common-left .nav-list .p-li a.on .circle {
  display: none !important;
}
.common-left .nav-list .p-li a:hover .check,
.common-left .nav-list .p-li a.on .check {
  color: #fff;
  border: none;
  width: 17px;
  height: 17px;
  background: #064aa7;
  border-radius: 50%;
  margin-right: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.common-left .nav-list .p-li a:hover .check span,
.common-left .nav-list .p-li a.on .check span {
  color: #fff;
  font-size: 12px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 200;
  transform: translate(-50%, -50%);
}
.common-left .nav-list .p-li a .left-tit {
  display: flex;
  align-items: center;
}
.common-left .nav-list .p-li a .left-tit span.circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #929492;
  border-radius: 50%;
}
.common-left .nav-list .p-li a .left-tit span.overflow1 {
  width: 175px;
  display: inline-block;
  margin-left: 10px;
}
.common-left .nav-list .p-li a .left-tit .icon-you {
  position: relative;
  top: -2px;
}
.common-left .nav-list .p-li a .left-tit .check {
  display: none;
}
.common-left .nav-list .p-li .iconfont {
  font-size: 16px;
  margin-right: 14px;
  color: #999999;
  font-weight: 700;
}
.common-left .nav-list .p-li .sub {
  padding: 10px;
  background: #fff;
  margin-top: 5px;
  display: none;
}
.common-left .nav-list .p-li.on .sub {
  display: block;
}
.common-left .nav-list .p-li .sub li:hover,
.common-left .nav-list .p-li .sub li.active {
  color: #064aa7 !important;
}
.common-left .nav-list .p-li .sub li:hover span,
.common-left .nav-list .p-li .sub li.active span {
  color: #064aa7 !important;
}
.common-left .nav-list .p-li .sub li:nth-child(1) a {
  margin-top: 0;
}
.common-left .nav-list .p-li .sub li:hover a {
  color: #064aa7;
}
.common-left .nav-list .p-li .sub li a {
  font-size: 16px;
  color: #666666;
  background: #ffffff;
  width: 244px;
  height: 54px;
  line-height: 54px;
  margin-top: 10px;
  padding: 0 25px;
  padding-left: 30px;
  padding-right: 0;
}
.common-left .nav-list .p-li .sub li a span:nth-child(1) {
  font-size: 20px;
  display: block;
  transform: rotate(270deg);
  margin-right: 10px;
  color: #666;
}
.common-left .nav-list .p-li .sub li a span:nth-child(2) {
  width: 185px;
  display: inline-block;
  color: #333;
}
.common-right {
  margin-left: 38px;
  width: 866px;
  float: left;
}
.common-right .top {
  height: 46px;
  line-height: 46px;
  font-size: 16;
  color: #333;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
.common-right .top > div:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  min-width: 110px;
  border-bottom: 3px solid #064aa7;
  position: relative;
  top: 2px;
}
.common-right .top > div:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.ny-product {
  margin-bottom: 80px;
  margin-top: 55px;
}
.ny-product .list {
  margin-top: 40px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: 273px;
  height: 285px;
  background: #eeeeee;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 28px;
  margin-right: 23px;
}
.ny-product .list ul li:hover {
  background: #064aa7;
}
.ny-product .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.ny-product .list ul li:hover .text {
  color: #fff;
}
.ny-product .list ul li:hover .text p:nth-child(1) {
  color: #fff;
}
.ny-product .list ul li:hover .text p:nth-child(2) {
  background: #fff;
  border: none;
  color: #064aa7;
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  width: 253px;
  height: 191px;
  overflow: hidden;
  background: #ffffff;
}
.ny-product .list ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-product .list ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ny-product .list ul li .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.ny-product .list ul li .text p:nth-child(2) {
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px dashed #b4b4b4;
  border-radius: 14px;
  margin-top: 10px;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0px 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;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging li a {
  background: #f9f9f9;
}
.paging li.active a {
  background: #064aa7 !important;
  color: #fff;
}
.paging li a:hover {
  background: #064aa7;
  border-color: #064aa7;
  color: #fff;
}
.paging li a:hover span {
  color: #fff;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.next span {
  font-size: 20px;
  margin-left: 0px;
}
.paging li.prev {
  font-weight: 700;
}
.paging li.prev span {
  font-size: 20px;
  margin-left: 0px;
}
.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: #064aa7;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #064aa7 !important;
}
.ny-news .common-right .list > ul li .img-box {
  width: 213px;
  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%;
}
.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-page,
.ny-detail {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-page .content,
.ny-detail .content {
  margin-top: 30px;
}
.ny-contact {
  margin-top: 48px;
  margin-bottom: 80px;
  display: block;
}
.ny-contact .top-cont {
  background: #f9f9f9;
  display: flex;
  margin-top: 29px;
  justify-content: space-between;
  align-items: center;
}
.ny-contact .top-cont .left {
  width: 410px;
  background: #ffffff;
  box-shadow: 2px 13px 101px 0px rgba(239, 239, 239, 0.76);
  font-size: 14px;
  color: #2a2c27;
  line-height: 35px;
  padding: 30px 20px;
}
.ny-contact .top-cont .left .tit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.ny-contact .top-cont .left .right {
  width: 100%;
}
.ny-contact .top-cont .right {
  display: flex;
  justify-content: center;
  width: 458px;
}
.ny-contact .top-cont .right > div {
  text-align: center;
}
.ny-contact .top-cont .right > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .top-cont .right > div img {
  width: 132px;
  height: 132px;
}
.ny-contact .top-cont .right > div p {
  font-size: 15px;
  color: #333333;
}
.ny-contact .map {
  margin-top: 30px;
}
.message {
  box-sizing: border-box;
  margin-top: 40px;
}
.message h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.message p {
  font-size: 12px;
  color: #999999;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input > div input {
  width: 418px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  padding-left: 11px;
  box-sizing: border-box;
  outline: none;
}
.message .input > div:nth-child(1) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.message .input > div span i {
  color: #064aa7;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 15px;
  width: 100%;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.message .text-area textarea {
  width: 868px;
  height: 156px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  padding: 11px;
  box-sizing: border-box;
  outline: none;
}
.message .btn-group {
  display: flex;
  margin-top: 44px;
}
.message .btn {
  width: 134px;
  height: 43px;
  background: #064aa7;
  line-height: 43px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 134px;
  height: 43px;
  background: #f4f4f4;
  line-height: 43px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  color: #999999;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #064aa7;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.detail {
  margin-top: 30px;
}
.detail img {
  max-width: 100%;
}
.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: #064aa7;
}
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #050910;
}
.footer .wrap {
  display: flex;
  position: relative;
}
.footer .wrap .left {
  height: 139px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding-right: 65px;
}
.footer .wrap .left .descript {
  font-size: 18px;
  color: #ffffff;
  margin-top: 26px;
}
.footer .wrap .mid {
  width: 380px;
  margin-left: 75px;
  margin-top: -20px;
}
.footer .wrap .mid .tit {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.footer .wrap .mid .content p {
  margin-top: 15px;
  display: flex;
  font-size: 16px;
  color: #fff;
}
.footer .wrap .mid .content p span {
  display: flex;
  align-items: center;
}
.footer .wrap .mid .content p span:nth-child(1) {
  width: 33px;
  height: 33px;
  color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2px;
  font-size: 22px;
}
.footer .wrap .mid .content p span:nth-child(2) {
  margin-left: 14px;
  width: 375px;
  line-height: 28px;
  color: #fff;
  display: inline-block;
}
.footer .wrap .right {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .wrap .right .tel p:nth-child(1) {
  font-size: 16px;
  color: #ffffff;
}
.footer .wrap .right .tel p:nth-child(2) {
  font-size: 42px;
  font-weight: bold;
  color: #fcfcfc;
}
.footer .wrap .right .erwei {
  text-align: center;
}
.footer .wrap .right .erwei .img-wrap {
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .wrap .right .erwei .img-wrap img {
  width: 136px;
  height: 136px;
}
.footer .wrap .right .erwei p {
  font-size: 14px;
  color: #fcfcfc;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
.copy-right {
  width: 100%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 12px;
  color: #e8e8e9;
  background: #020408;
}
.copy-right .wrap {
  display: flex;
  justify-content: space-between;
}
.copy-right .wrap img {
  margin: 0 8px;
  position: relative;
  top: 4px;
}
.copy-right .ditu {
  font-size: 14px;
  color: #e8e8e9;
  display: flex;
  align-items: center;
}
.copy-right .ditu .iconfont {
  font-size: 18px;
  margin-right: 6px;
  color: #e8e8e9;
}
.copy-right a {
  color: #fff;
}
.banner1 {
  position: relative;
  width: 100%;
  height: 439px;
  overflow: hidden;
  min-width: 1200px;
}
.banner1 .bd {
  width: 100%;
  height: 100%;
}
.banner1 .bd ul li {
  position: relative;
  height: 439px;
  text-align: center;
}
.banner1 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner1 .bd ul li .text {
  position: absolute;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  top: 170px;
}
.banner1 .bd ul li .text h4 {
  font-size: 36px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
}
.banner1 .bd ul li .text .link {
  background-color: #ffffff;
  width: 44px;
  height: 1px;
  margin: 23px auto;
}
.banner1 .bd ul li .text p {
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #cccccc;
  text-transform: uppercase;
}
.ny-title {
  background: #ffffff;
  height: 92px;
}
.ny-title .ny-nav {
  float: left;
}
.ny-title .ny-nav ul li {
  display: inline-block;
  border-bottom: 4px solid transparent;
  padding: 34px 0;
}
.ny-title .ny-nav ul li a {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  padding: 0 45px;
  border-right: 1px solid #000000;
}
.ny-title .ny-nav ul li:hover {
  border-bottom: 4px solid #064aa7;
}
.ny-title .ny-nav ul li:hover a {
  color: #064aa7;
}
.ny-title .ny-nav ul .on {
  border-bottom: 4px solid #064aa7;
}
.ny-title .ny-nav ul .on a {
  color: #064aa7;
}
.ny-title .crumbs {
  float: right;
  line-height: 92px;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666666;
}
.ny-title .crumbs a {
  color: #666666;
}
.page-box {
  margin-top: 70px;
  margin-bottom: 60px;
}
.page-box .conts {
  background: #ffffff;
  padding: 0 33px;
  padding-top: 65px;
}
.page-box .conts h6 {
  text-align: center;
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  text-transform: uppercase;
  line-height: 1.6;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.page-box .conts .prod {
  margin-top: 40px;
}
.page-box .conts .prod ul li {
  width: 364px;
  margin-bottom: 25px;
  float: left;
  margin-right: 20px;
}
.page-box .conts .prod ul li .img-box {
  width: 100%;
}
.page-box .conts .prod ul li .img-box img {
  width: 100%;
  height: 100%;
}
.page-box .conts .prod ul li .text {
  background-color: #eaeaea;
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
}
.page-box .conts .prod ul li .text .make {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: #064aa7;
  top: 0px;
  left: -364px;
  transition: all 0.5s ease;
}
.page-box .conts .prod ul li .text p {
  display: inline-block;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}
.page-box .conts .prod ul li .text span {
  font-size: 16px;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}
.page-box .conts .prod ul li:nth-child(3n) {
  margin-right: 0px;
}
.page-box .conts .prod ul li:hover .text .make {
  left: 0px;
  transition: all 0.5s ease;
}
.page-box .conts .prod ul li:hover .text p {
  color: #ffffff;
  transition: all 0.5s ease;
}
.page-box .conts .prod ul li:hover .text span {
  color: #ffffff;
  transition: all 0.5s ease;
}
.page-box .conts .news {
  margin-top: 35px;
}
.page-box .conts .news ul li {
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px;
}
.page-box .conts .news ul li .img-box {
  width: 335px;
  height: 210px;
  float: left;
}
.page-box .conts .news ul li .img-box img {
  width: 100%;
  height: 100%;
}
.page-box .conts .news ul li .text {
  float: right;
  width: 755px;
}
.page-box .conts .news ul li .text h4 {
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #064aa7;
  text-transform: uppercase;
  line-height: 1;
}
.page-box .conts .news ul li .text p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666666;
  text-transform: uppercase;
  line-height: 2.571;
  margin: 20px 0;
}
.page-box .conts .news ul li .text .time {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666666;
  text-transform: uppercase;
  line-height: 2.571;
}
.page-box .conts .page {
  padding: 30px 0;
}
.page-box .conts .paging {
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  padding-bottom: 40px;
}
.page-box .conts .paging ul li {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
}
.page-box .conts .paging ul li a {
  color: #000000;
}
.page-box .conts .paging ul li:hover {
  background: #064aa7;
}
.page-box .conts .paging ul li:hover a {
  color: #ffffff;
}
.page-box .conts .paging ul .on {
  background: #064aa7;
}
.page-box .conts .paging ul .on a {
  color: #ffffff;
}
.page-box .conts .paging ul li:first-child {
  width: auto;
  margin-right: 30px;
}
.page-box .conts .paging ul li:last-child {
  width: auto;
  margin-left: 30px;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-new .new-list {
  margin-top: 40px;
}
.ny-new .new-list ul li {
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 7px 38px 0px rgba(218, 218, 218, 0.39);
  margin-top: 30px;
}
.ny-new .new-list ul li:hover {
  background: #ffffff;
  box-shadow: 0px 14px 46px 0px rgba(225, 225, 225, 0.57);
  border: none;
}
.ny-new .new-list ul li:hover .text p:nth-child(1) {
  color: #064aa7;
}
.ny-new .new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-new .new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 186px;
  height: 150px;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-new .new-list ul li a .text {
  width: 638px;
  margin-left: 17px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.ny-new .new-list ul li a .text p:nth-child(1) span:nth-child(1) {
  width: 451px;
  display: inline-block;
}
.ny-new .new-list ul li a .text p:nth-child(1) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-top: 5px;
  text-align: justify;
  vertical-align: middle;
  padding: 18px 0;
  height: 65px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 12px;
  color: #999999;
}
/*悬浮*/
.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: #064aa7;
  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;
}
.content img,
.content video {
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
