* {
  margin: 0;
  padding: 0;
}
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;
}
.content img,
.content video {
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.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;
  min-width: 1200px;
  width: 75%;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header .top-head {
  height: 117px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top-head .tel {
  width: 234px;
  height: 39px;
  background: #f7325d;
  border-radius: 20px;
  font-size: 20px;
  color: #FFFFFF;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.header .top-head .tel::before {
  content: '';
  width: 0;
  /*1.设置宽高为0*/
  height: 0;
  border-color: transparent #931212 transparent transparent;
  border-style: solid;
  border-width: 10px 30px 0 0;
  transform: rotate(178deg);
  position: absolute;
  bottom: -9px;
  right: 12px;
}
.header .top-head .tel .phone {
  font-weight: 700;
}
.header .top-head .tel .iconfont {
  font-size: 30px;
  margin-right: 10px;
  font-weight: 400;
}
.nav {
  height: 62px;
  line-height: 62px;
  background: #f7325d;
}
.navBar {
  display: flex;
}
.navBar li {
  position: relative;
}
.navBar li > a {
  display: block;
  min-width: 132px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  margin-left: 10px;
  font-size: 16px;
  color: #FFFFFF;
}
.navBar li.on a,
.navBar li:hover > a {
  height: 62px;
  background: #FFBE00;
}
.navBar li:hover .sub {
  display: block;
}
.navBar .sub {
  position: absolute;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.navBar .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #F3F5F8;
}
.navBar .sub a:nth-last-child(1) {
  border-bottom: none;
}
.navBar .sub a:hover {
  background: #f7325d;
  font-weight: 700;
  color: #fff;
}
.new .tit {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 65px;
}
.new .new-content {
  margin-top: 53px;
}
.new .new-content .recommad {
  display: flex;
}
.new .new-content .recommad:hover .text p:nth-child(1) {
  color: #f7325d;
}
.new .new-content .recommad .video {
  width: 600px;
  height: 281px;
}
.new .new-content .recommad .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new .new-content .recommad .text {
  width: 600px;
  height: 281px;
  background: #F8F8F8;
  padding: 0 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .new-content .recommad .text p:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.new .new-content .recommad .text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 33px;
  margin-top: 20px;
}
.new .new-content .recommad .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
.new .new-content .n-list {
  display: flex;
}
.new .new-content .hot-new {
  display: flex;
}
.new .new-content .hot-new.on .text {
  background: #f7325d;
}
.new .new-content .hot-new.on .text p {
  color: #fff;
}
.new .new-content .hot-new .img-wrap {
  width: 302px;
  height: 281px;
}
.new .new-content .hot-new .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new .new-content .hot-new .text {
  width: 298px;
  height: 281px;
  background: #2B2B2B;
  padding: 0px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .new-content .hot-new .text p:nth-child(1) {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 33px;
}
.new .new-content .hot-new .text p:nth-child(2) {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 33px;
  margin-top: 10px;
}
.new .new-content .hot-new .text p:nth-child(3) {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 33px;
  margin-top: 5px;
}
.com-tit p {
  text-align: center;
}
.com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}
.com-tit p:nth-child(1) span {
  color: #f7325d;
}
.com-tit p:nth-child(2) {
  font-size: 20px;
  color: #C6C6C6;
  margin-top: 10px;
  font-weight: 200;
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images > div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.key {
  height: 80px;
  background: #F7F7F7;
}
.key .wrap {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.key .key-word {
  font-size: 14px;
  color: #333333;
}
.key .key-word span {
  font-size: 16px;
  font-weight: bold;
}
.key .search {
  width: 312px;
  height: 47px;
  border: 1px solid #E8E8E8;
  border-radius: 24px;
  position: relative;
}
.key .search input {
  width: 80%;
  height: 99%;
  border: none;
  background: #F7F7F7;
  outline: none;
  margin-left: 20px;
}
.key .search .iconfont {
  font-size: 30px;
  color: #000;
  position: absolute;
  right: 15px;
  top: 8px;
}
.common-right {
  float: left;
  width: 910px;
}
.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;
}
.about {
  height: 872px;
  background: url('../images/index_02.jpg') no-repeat center / cover;
  margin-top: 60px;
  padding-top: 80px;
  box-sizing: border-box;
  position: relative;
}
.about .left {
  width: 80%;
  background: #fff;
  height: 725px;
  background: #FFFFFF;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.about .left .a-top p:nth-child(1) {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  position: relative;
  top: -10px;
}
.about .left .a-top p:nth-child(1) .a1 {
  color: #f7325d;
}
.about .left .a-top p:nth-child(2) {
  font-size: 16px;
  color: #333;
}
.about .left .a-top p:nth-child(3) {
  width: 70px;
  height: 1px;
  background: #f7325d;
  margin-top: 15px;
}
.about .left .a-top p:nth-child(4) {
  font-size: 16px;
  color: #333333;
  line-height: 37px;
  margin-top: 30px;
  text-align: justify;
}
.about .case-list {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
.about .case-list li {
  width: 278px;
  height: 219px;
}
.about .case-list li a {
  display: block;
  width: 100%;
}
.about .case-list li .img {
  width: 100%;
  height: 219px;
}
.about .right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 52%;
}
.about .right img {
  width: 100%;
  height: 752px;
  object-fit: cover;
}
.product {
  margin-top: 60px;
  margin-bottom: 80px;
}
.product .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .top .tit {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
.product .top .classify ul {
  display: flex;
}
.product .top .classify ul li {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background: #F5F5F5;
  margin-left: 10px;
}
.product .top .classify ul li.on,
.product .top .classify ul li:hover {
  background: #f7325d;
}
.product .top .classify ul li.on a,
.product .top .classify ul li:hover a {
  color: #fff;
}
.product .list {
  margin-top: 15px;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  width: 376px;
  margin-right: 36px;
  padding: 20px;
  padding-bottom: 0;
  box-shadow: 0px 3px 24px 0px rgba(215, 215, 215, 0.4);
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  margin-top: 32px;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li:hover .img-wrap {
  border: none;
}
.product .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .list ul li:hover .text {
  color: #f7325d;
}
.product .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  height: 247px;
}
.product .list ul li .img-wrap .img {
  width: 100%;
  height: 247px;
}
.product .list ul li .text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1000;
  font-size: 16px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.product .list ul li .text span {
  display: block;
}
.product .list ul li .text span:nth-child(1) {
  width: 80%;
  font-size: 16px;
  color: #333;
}
.product .list ul li .text span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.common-left {
  width: 292px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 90px;
  background: #f7325d;
  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: #f7325d;
}
.common-left .nav-list .p-li a:hover .icon-you,
.common-left .nav-list .p-li a.on .icon-you {
  color: #f7325d;
}
.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: #f7325d;
  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;
}
.common-left .nav-list .p-li .sub li:hover,
.common-left .nav-list .p-li .sub li.active {
  color: #f7325d !important;
}
.common-left .nav-list .p-li .sub li:hover span,
.common-left .nav-list .p-li .sub li.active span {
  color: #f7325d !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: #f7325d;
}
.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 #f7325d;
  position: relative;
  top: 2px;
}
.common-right .top > div:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.ny-product {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-product .list {
  margin-top: 40px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: 273px;
  height: 260px;
  background: #EEEEEE;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 28px;
  margin-right: 23px;
}
.ny-product .list ul li:hover {
  background: #f7325d;
}
.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: #f7325d;
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  width: 253px;
  height: 153px;
  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;
}
.ny-com-nav {
  font-size: 14px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px dashed #EEEEEE;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.ny-com-nav a {
  margin: 0 5px;
}
.ny-com-nav .line {
  width: 9px;
  height: 17px;
  background: #333333;
  display: block;
  margin-right: 12px;
}
.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: #f7325d;
}
.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;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 30px;
}
.ny-contact {
  margin-top: 65px;
  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;
  margin-top: 10px;
}
.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: #f7325d;
  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;
  margin-top: 10px;
}
.message .btn-group {
  display: flex;
  margin-top: 44px;
}
.message .btn {
  width: 134px;
  height: 43px;
  background: #f7325d;
  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: #f7325d;
  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;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}

.footer {
  background: #131314;
  padding-bottom: 30px;
  border-top: 4px solid #f7325d;
}
.footer .bottom-content {
  display: flex;
  justify-content: space-between;
}
.footer .link {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
}
.footer .link .tit {
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.footer .link .tit span {
  position: relative;
}
.footer .link .tit span:nth-child(2) {
  font-size: 12px;
  margin-left: 10px;
}
.footer .link .link-list ul {
  display: flex;
}
.footer .link .link-list ul li {
  margin-left: 15px;
  font-size: 14px;
}
.footer .link .link-list ul li a {
  color: #ffffff80;
  padding: 0 25px;
}
.footer .link .link-list ul li a:nth-child(1) {
  padding-left: 0;
}
.footer .bottom-content {
  padding-top: 30px;
}
.footer .left .f-contact {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 34px;
}
.footer .left .f-contact a {
  color: #FFFFFF;
}
.footer .left .copy {
  font-size: 14px;
  color: #F6F6F6;
  margin-top: 25px;
}
.footer .right .erwei {
  text-align: center;
}
.footer .right .erwei img {
  width: 96px;
  height: 96px;
}
.footer .right .erwei p {
  font-size: 14px;
  color: #aaa;
  margin-top: 5px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .wrap {
  height: 55px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
.banner .swiper-paginations {
  color: #fff;
}
.banner .swiper-paginations .swiper-pagination-total,
.banner .swiper-paginations .sg,
.banner .swiper-paginations .num {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -3px;
}
.banner .swiper-paginations .num {
  margin-left: -5px;
}
.banner .btn-list {
  display: flex;
  color: #fff;
  position: absolute;
  right: 0;
}
.banner .btn-list > div {
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .btn-list > div:hover {
  background: #006FB7;
}
.banner .btn-list > div:hover .iconfont {
  color: #fff;
}
.banner .btn-list .iconfont {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.banner .btn-list .prev {
  margin-right: 15px;
}
.banner .btn-list .prev .iconfont {
  display: inline-block;
  transform: rotate(180deg);
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  height: auto;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #14997E;
  width: 50rpx;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.banner .more p {
  margin-top: 5px;
}
.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: #f7325d;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #f7325d !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: 65px;
}
.ny-page .content,
.ny-detail .content {
  margin-top: 30px;
}
.erw {
  position: relative;
}
.erw:hover .wx {
  display: block;
}
/*悬浮*/
.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: #f7325d;
  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-detail {
  margin-top: 65px;
  margin-bottom: 80px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  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: #f7325d;
}
.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: #f7325d !important;
  color: #fff;
}
.paging li a:hover {
  background: #f7325d;
  border-color: #f7325d;
  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-search {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-search .list > ul {
  margin-top: 20px;
}
.ny-search .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  box-sizing: border-box;
  border-top: 1px solid #EEEEEE;
  position: relative;
  z-index: 0;
  height: 60px;
  line-height: 60px;
}
.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 .time {
  color: #999;
}
.ny-search .list > ul li:hover {
  padding-left: 30px;
  position: relative;
  z-index: 100000000000000000000000000;
}
.ny-search .list > ul li:hover .tit {
  color: #f7325d !important;
  font-weight: 700!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;
  align-items: center;
  justify-content: space-between;
}
.ny-search .list > ul li a .text {
  margin-left: 16px;
  width: 82%;
}
.ny-search .list > ul li a .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  color: #333333;
}
.ny-search .list > ul li a .text > div:nth-child(1) .tit {
  width: 403px;
  font-weight: 400;
}
.ny-search .list > ul li a .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-search .list > ul li a .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-search .list > ul li a .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1680px) {
  .advantage .ad-content .r-list ul li .text {
    padding-left: 1.4vw;
  }
  .advantage .ad-content .l-list ul li .text {
    padding-right: 1.4vw;
  }
}
