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;
}
* {
  box-sizing: border-box;
}
.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;
  font-family: 'Microsoft YaHei';
}
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: 1200px;
  margin: 0 auto;
}
.head-top {
  background-color: #efefef;
  width: 100%;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.head-top h4 {
  display: inline-block;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #999999;
}
.head-top p {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666666;
  text-transform: uppercase;
}
.head-top p i {
  color: #2a2a2a;
  font-size: 14px;
  margin-right: 5px;
}
.head-top p span {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #4978bc;
  font-weight: bold;
  margin-left: 5px;
}
.head {
  background: url(../img/1_02.jpg) no-repeat center;
  height: 96px;
}
.head .head-box {
  height: 87px;
}
.head .head-box .conts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .head-box .logo {
  float: left;
  display: inline-block;
  position: relative;
  top: -3px;
}
.head .head-box .nav {
  float: right;
  margin-top: 40px;
}
.head .head-box .nav ul li {
  display: inline-block;
  text-align: center;
  margin-left: 60px;
  border-bottom: 4px solid transparent;
  padding-bottom: 31px;
  position: relative;
}
.head .head-box .nav ul li > a {
  font-size: 16px;
  color: #ffffff;
}
.head .head-box .nav ul li:hover .sub {
  display: block;
}
.head .head-box .nav ul li .sub {
  top: 56px;
  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;
}
.head .head-box .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 .head-box .nav ul li .sub a:nth-last-child(1) {
  border-bottom: none;
}
.head .head-box .nav ul li .sub a:hover {
  background: #4978bc;
  color: #fff;
}
.head .head-box .nav ul .on {
  border-color: #fdb913;
}
.head .head-box .nav ul .on > a {
  color: #ffffff;
}
.head .head-box .nav ul li:hover {
  border-color: #fdb913;
}
.head .head-box .nav ul li:hover > a {
  color: #ffffff;
}
.banner {
  position: relative;
  width: 100%;
  height: 595px;
  overflow: hidden;
  min-width: 1200px;
  margin-top: -1px;
}
.banner .bd {
  width: 100%;
  height: 100%;
}
.banner .bd ul li {
  position: relative;
  height: 595px;
}
.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: 50%;
  transform: translateX(-50%);
}
.banner .hd ul li {
  background-color: #4978bc;
  width: 31px;
  height: 4px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 6px;
}
.banner .hd ul .on {
  background: #fdb913;
}
.title {
  text-align: center;
}
.title h4 {
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  font-weight: bold;
  line-height: 1;
}
.title .link {
  background-color: #4978bc;
  width: 42px;
  height: 2px;
  margin: 0 auto;
  margin-top: 27px;
}
.one {
  background: url(../img/1_04.jpg);
  height: 453px;
  padding-top: 65px;
}
.one .u-bd {
  margin-top: 30px;
}
.one .u-bd ul li {
  position: relative;
  width: 157px;
  height: 176px;
  display: inline-block;
  margin-right: 47px;
}
.one .u-bd ul li .img-box {
  width: 100%;
  height: 100%;
}
.one .u-bd ul li .img-box .img-1 {
  width: 100%;
  height: 100%;
}
.one .u-bd ul li .img-box .make {
  position: absolute;
  top: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 33px;
}
.one .u-bd ul li .img-box .make h4 {
  font-size: 24px;
  font-family: 'DIN';
  color: #000000;
  font-weight: bold;
}
.one .u-bd ul li .img-box .make img {
  margin-top: 8px;
  margin-bottom: 10px;
}
.one .u-bd ul li .img-box .make p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  text-transform: uppercase;
}
.one .u-bd ul li:after {
  content: ' ';
  position: absolute;
  right: -37px;
  background: url(../img/fy.png);
  width: 18px;
  height: 16px;
  top: 100px;
}
.one .u-bd ul li:last-child {
  margin-right: 0px;
}
.one .u-bd ul li:last-child:after {
  display: none;
}
.one .u-bd ul li:nth-child(2n) {
  top: 55px;
}
.one .u-bd ul li:nth-child(2n):after {
  top: 47px;
}
.two {
  background: url(../img/1_06.jpg) center no-repeat;
  min-width: 1200px;
  height: 394px;
  padding-top: 50px;
}
.two .title h4 {
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
}
.two .u-bd .bd {
  margin: 25px 0;
}
.two .u-bd .bd ul li {
  text-align: center;
  font-size: 24px;
  font-family: 'Source Han Sans CN';
  color: #ffffff;
}
.two .u-bd .bd ul li span {
  margin-right: 25px;
  font-size: 151px;
  font-family: 'Source Han Sans CN';
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.two .u-bd .hd ul {
  text-align: center;
}
.two .u-bd .hd ul li {
  background-color: transparent;
  width: 278px;
  height: 1px;
  overflow: hidden;
  display: inline-block;
}
.two .u-bd .hd ul .on {
  background-color: #fdb913;
}
.two .u-bd .link {
  background-color: #ffffff;
  width: 834px;
  height: 1px;
  margin: 0 auto;
  margin-top: -5px;
}
.two .u-bd .text {
  margin-top: 20px;
}
.two .u-bd .text ul {
  text-align: center;
}
.two .u-bd .text ul li {
  display: inline-block;
  width: 278px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
}
.two .u-bd .text ul li span {
  border-width: 2px;
  border-color: #fdb913;
  border-style: solid;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 10px;
}
.three {
  width: 100%;
  box-sizing: border-box;
  background: #4978bc;
  text-align: center;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.three .tit {
  color: #fff;
  font-size: 20px;
  padding: 5px 25px;
  border: 1px solid #efefef;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}
.three .desc {
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  width: 100%;
}
.four img {
  width: 100%;
  height: 100%;
}
.five {
  background: url(../img/1_09.jpg) center no-repeat;
  height: 763px;
  padding-top: 60px;
}
.five .slideTxtBox {
  margin-top: 55px;
}
.five .slideTxtBox .hd {
  margin-bottom: 40px;
}
.five .slideTxtBox .hd ul {
  text-align: center;
}
.five .slideTxtBox .hd ul li {
  display: inline-block;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  margin: 0 35px;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 6px solid transparent;
}
.five .slideTxtBox .hd ul li:before {
  content: ' ';
  position: absolute;
  background-color: #000000;
  width: 1px;
  height: 9px;
  right: -40px;
  top: 8px;
}
.five .slideTxtBox .hd ul li:last-child:before {
  display: none;
}
.five .slideTxtBox .hd ul .on {
  font-weight: bold;
  border-color: #fdb913;
}
.five .slideTxtBox .bd ul li {
  margin-right: 18px;
  width: 285px;
  height: 212px;
  float: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #fdb913;
}
.five .slideTxtBox .bd ul li .img-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.five .slideTxtBox .bd ul li .img-box img {
  width: 100%;
  height: 100%;
}
.five .slideTxtBox .bd ul li .img-box .make {
  position: absolute;
  bottom: 0px;
  background-color: rgba(73, 120, 188, 0.902);
  width: 285px;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  bottom: -52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.five .slideTxtBox .bd ul li .img-box .make p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  display: inline-block;
}
.five .slideTxtBox .bd ul li .img-box .make span {
  float: right;
  color: #fdb913;
  font-size: 22px;
  display: inline-block;
}
.five .slideTxtBox .bd ul li:hover .img-box .make {
  bottom: 0px;
  transition: all 0.4s;
}
.five .slideTxtBox .bd ul li:nth-child(4n) {
  margin-right: 0px;
}
.six {
  background: url(../img/1_11.jpg) no-repeat center bottom;
  min-width: 1200px;
  padding-top: 55px;
  padding-bottom: 55px;
}
.six .u-bd {
  margin-top: 50px;
}
.six .u-bd ul li {
  float: left;
  width: 600px;
  height: 135px;
  margin-bottom: 25px;
  position: relative;
}
.six .u-bd ul li .time {
  float: left;
  width: 104px;
  text-align: center;
  padding-top: 25px;
}
.six .u-bd ul li .time h4 {
  font-size: 36px;
  font-family: 'Microsoft YaHei';
  color: #333333;
}
.six .u-bd ul li .time p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #333333;
}
.six .u-bd ul li .text {
  width: 496px;
  float: right;
  padding-top: 20px;
}
.six .u-bd ul li .text h4 {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #333333;
  margin-bottom: 15px;
}
.six .u-bd ul li .text p {
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  color: #999999;
  line-height: 24px;
}
.six .u-bd ul li .text .more {
  background-color: #fdb913;
  width: 97px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  float: right;
  margin-top: 8px;
  display: none;
}
.six .u-bd ul li .bj {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #f2f7ff;
  z-index: -1;
  transition: all 0.4s;
}
.six .u-bd ul li:hover .bj {
  width: 100%;
  transition: all 0.4s;
}
.six .u-bd ul li:hover .time h4 {
  color: #fdb913;
}
.six .u-bd ul li:hover .text .more {
  display: block;
}
.foot {
  background-color: #3b3b3b;
  width: 100%;
  height: 221px;
}
.foot .f-nav {
  width: 350px;
  float: left;
  padding-top: 75px;
  border-right: 1px solid #525252;
  height: 221px;
}
.foot .f-nav ul li {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 20px;
}
.foot .f-nav ul li a {
  font-size: 15px;
  font-family: 'Microsoft YaHei';
  color: #ababab;
  line-height: 1;
}
.foot .f2 {
  /* align-items: center; */
  justify-content: center;
  display: flex;
  float: left;
  width: 499px;
  padding-top: 50px;
  text-align: center;
}
.foot .f2 .er {
  width: 111px;
  height: 111px;
  display: inline-block;
  vertical-align: top;
}
.foot .f2 .er img {
  width: 100%;
  height: 100%;
}
.foot .f2 .text {
  display: inline-block;
  margin-left: 39px;
  vertical-align: top;
}
.foot .f2 .text h5 {
  margin-top: 15px;
  font-size: 13px;
  font-family: 'Microsoft YaHei';
  color: #ababab;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.foot .f2 .text h5 span {
  margin-right: 8px;
  font-size: 22px;
}
.foot .f2 .text h4 {
  font-size: 26px;
  font-family: 'KaiTi';
  color: #ffffff;
  line-height: 1;
  margin-bottom: 5px;
}
.foot .f2 .text p {
  font-size: 13px;
  font-family: 'Microsoft YaHei';
  color: #ababab;
}
.foot .f3 {
  float: right;
  width: 350px;
  padding-top: 70px;
  padding-left: 84px;
  border-left: 1px solid #525252;
  height: 221px;
}
.foot .f3 p {
  line-height: 22px;
  font-size: 13px;
  font-family: 'Microsoft YaHei';
  color: #ababab;
  margin-bottom: 8px;
}
.foot .f3 p span {
  position: relative;
  /* pointer-events: revert; */
  font-size: 22px;
  top: 2px;
  margin-right: 10px;
}
.foot1 {
  width: 100%;
  background-color: #2e2e2e;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #808080;
}
.foot1 a {
  color: #808080;
}
.fadeInDown {
  animate-duration: 2s;
  animate-delay: 1s;
  animate-iteration-count: 2;
}
/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
  box-sizing: inherit;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #4978bc;
  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;
  box-sizing: initial;
}
.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: #4978bc;
}
.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: 76%;
}
.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: #4978bc;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #4978bc;
  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: #4978bc 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: #4978bc;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #4978bc;
  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: #4978bc;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #4978bc;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #4978bc;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #4978bc;
}
.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: #4978bc;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #4978bc !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-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: #4978bc;
  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: 55px;
}
.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: #4978bc;
  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: #4978bc;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #4978bc !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: #4978bc;
}
.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: #4978bc !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;
}
