* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997E;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.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%);
}
.header {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.35);
}
.welcome {
  background: #F7F7F7;
  height: 40px;
}
.welcome .wrap {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
.welcome .wrap > div:nth-child(1) {
  font-size: 14px;
  color: #333333;
}
.welcome .wrap > div:nth-child(2) {
  font-size: 15px;
  color: #EF5A11;
  display: flex;
  align-items: center;
}
.welcome .wrap > div:nth-child(2) span {
  font-size: 20px;
  color: #EF5A11;
  margin-right: 8px;
}
.top {
  background: #FFFFFF;
  position: relative;
  z-index: 1000;
}
.top .nav {
  display: flex;
  justify-content: space-between;
}
.top .logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
  margin-right: 30px;
}
.navBar {
  width: 800px;
  display: flex;
  height: 90px;
}
.navBar li {
  height: 90px;
  position: relative;
  margin: 0px;
  flex: 1;
}
.navBar li.on .tit {
  background: #EF5A11;
  color: #fff;
}
.navBar li:hover .tit {
  background: #EF5A11;
  color: #fff;
}
.navBar li:hover .sub {
  display: block;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  /* width: 104px; */
  font-size: 16px;
  height: 90px;
  line-height: 90px;
  color: #333333;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBar .sub {
  position: absolute;
  top: 92px;
  padding-top: 4px;
  left: -40px;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
}
.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:hover {
  background: #FFF4EE;
  color: #EF5A11;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.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;
}
.history {
  height: 124px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 3px 92px 0px rgba(231, 231, 231, 0.47);
  bottom: 0;
  z-index: 1;
  margin-top: -101px;
}
.history ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.history ul li {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-right: 1px solid #efefef;
  cursor: pointer;
}
.history ul li:hover {
  height: 100%;
}
.history ul li:hover p {
  color: #DA1205 !important;
}
.history ul li:hover span {
  color: #DA1205 !important;
}
.history ul li:nth-last-child(1) {
  border-right: none;
}
.history ul li p:nth-child(1) {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  color: #5a5a5a;
  line-height: 30px;
}
.history ul li p:nth-child(1) span {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #5a5a5a;
  line-height: 30px;
  position: relative;
  top: -20px;
  left: 5px;
}
.history ul li p:nth-child(2) {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #5a5a5a;
}
.com-tit > div:nth-child(1) {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #EF5A11;
  text-align: center;
}
.com-tit > div:nth-child(2) {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-tit > div:nth-child(2) span {
  font-size: 14px;
  color: #9A9897;
}
.com-tit > div:nth-child(2) span.text {
  margin: 0 10px;
}
.com-tit > div:nth-child(2) .line {
  width: 50px;
  height: 1px;
  background: #DCDCDC;
}
.ny-nav {
  border-bottom: 1px solid #f6f6f6;
  line-height: 60px;
  height: 60px;
}
.ny-nav .wrap {
  display: flex;
  justify-content: space-between;
}
.ny-nav .classify {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
.ny-nav .classify .mySwiper {
  height: 400px;
  overflow: hidden ;
}
.ny-nav .classify .mySwiper > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
}
.ny-nav .classify .mySwiper > ul > li {
  height: 27px;
  line-height: 27px;
  width: auto!important;
  margin: 17px 12px!important;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.ny-nav .classify .mySwiper > ul > li:hover .sub {
  display: block;
}
.ny-nav .classify .mySwiper > ul > li:hover {
  background: #EF5A11;
}
.ny-nav .classify .mySwiper > ul > li:hover a {
  color: #fff;
}
.ny-nav .classify .mySwiper > ul > li.active {
  background: #EF5A11;
}
.ny-nav .classify .mySwiper > ul > li.active a {
  color: #fff;
}
.ny-nav .classify .mySwiper > ul > li a {
  font-size: 16px;
  color: #272727;
}
.ny-nav .classify .mySwiper > ul > li .sub {
  position: absolute;
  z-index: 10;
  left: -25px;
  padding-top: 17px;
  display: none;
}
.ny-nav .classify .mySwiper > ul > li .sub ul {
  width: 137px;
  box-shadow: 16px 16px 46px 0px rgba(223, 223, 223, 0.64);
}
.ny-nav .classify .mySwiper > ul > li .sub ul li {
  font-size: 14px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: #fff;
}
.ny-nav .classify .mySwiper > ul > li .sub ul li:hover a {
  color: #EF5A11;
}
.ny-nav .classify .mySwiper > ul > li .sub ul li a {
  color: #666666;
}
.ny-nav .right {
  font-size: 14px;
}
.ny-nav .right a {
  color: #333;
}
.ny-nav .right a:hover {
  color: #EF5A11;
}
.ny-nav .right .iconfont {
  margin-right: 8px;
}
.service {
  background: #FDFDFD;
  background: url('../images/index_07.jpg') no-repeat bottom;
  padding-top: 60px;
  height: 750px;
}
.service .list ul {
  display: flex;
  margin-top: 50px;
}
.service .list ul li {
  width: 287px;
  height: 413px;
  margin-right: 17px;
}
.service .list ul li:hover .text {
  background: #FFFFFF;
  box-shadow: 0px 4px 13px 0px #e2e2e2;
}
.service .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.service .list ul li .img {
  width: 287px;
  height: 413px;
}
.service .list ul li .text {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service .list ul li .text p {
  text-align: center;
}
.service .list ul li .text p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #EF5A11;
}
.service .list ul li .text p:nth-child(2) {
  font-size: 14px;
  color: #9A9A9A;
}
.service-type {
  margin-top: 60px;
}
.service-type .list ul {
  flex-wrap: wrap;
}
.service-type .list ul li {
  width: 382px;
  height: 267px;
  background: #FFFFFF;
  box-shadow: 0px 23px 49px 0px rgba(222, 222, 222, 0.64);
  border-radius: 20px;
  margin-right: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
.service-type .list ul li:hover {
  position: relative;
  top: -10px;
  transition: all 0.3s;
}
.service-type .list ul li:hover .more {
  background: #EF5A11;
  border: none;
  color: #fff;
}
.service-type .list ul li:nth-child(3n) {
  margin-right: 0;
}
.service-type .list ul li p {
  text-align: center;
}
.service-type .list ul li p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #00041B;
}
.service-type .list ul li p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  color: #585C6A;
  margin: 25px 0;
}
.service-type .list ul li p:nth-child(3) {
  width: 171px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  border: 1px solid #979797;
  border-radius: 21px;
  font-size: 16px;
  font-weight: 400;
  color: #979797;
  text-align: center;
}
.about {
  margin-top: 80px;
  background: url('../images/index_23.png') center / cover no-repeat;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
.about .wrap {
  display: flex;
}
.about .right {
  position: relative;
  z-index: 10;
  left: -90px;
}
.about .right img {
  width: 465px;
  height: 395px;
}
.about .left .title {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-left: -50px;
}
.about .left .title .tit {
  font-size: 34px;
  font-weight: bold;
  color: #494949;
}
.about .left .title .e-tit {
  font-size: 24px;
  color: #999999;
  margin-left: 10px;
}
.about .content {
  width: 1200px;
  height: 354px;
  background: #FFFFFF;
  padding: 30px 0 40px 416px;
  position: absolute;
  box-sizing: border-box;
  top: 154px;
  z-index: 1;
}
.about .content .desc {
  width: 748px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 39px;
  text-align: justify;
}
.about .content .more {
  font-size: 16px;
  margin-top: 25px;
  color: #494949;
  cursor: pointer;
}
.about .content .more:hover {
  color: #EF5A11;
}
.case {
  padding-top: 60px;
}
.case .list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.case .list > ul li {
  width: 386px;
  height: 306px;
  margin-right: 20px;
  margin-top: 30px;
}
.case .list > ul li:hover .text p {
  color: #EF5A11 !important;
}
.case .list > ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.case .list > ul li .img-wrap {
  width: 386px;
  height: 256px;
  overflow: hidden;
}
.case .list > ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.case .list > ul li .text p {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.case .list > ul li .text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
}
.case .list > ul li:nth-child(3n) {
  margin-right: 0;
}
.partner {
  margin-top: 60px;
}
.partner .list {
  margin-top: 15px;
}
.partner .list .bd ul li ul {
  display: flex;
  flex-wrap: wrap;
}
.partner .list .bd ul li ul li {
  width: 280px;
  height: 113px;
  background: #FFFFFF;
  box-shadow: 0px 19px 79px 0px rgba(223, 223, 223, 0.31);
  margin-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-top: 43px;
}
.partner .list .bd ul li ul li img {
  max-width: 80%;
  max-height: 98%;
}
.partner .list .bd ul li ul li:hover {
  position: relative;
  top: -10px;
  transition: all 0.3s;
}
.partner .list .bd ul li ul li:nth-child(4n+1) {
  margin-left: 0;
}
.partner .list .hd {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.partner .list .hd li {
  width: 14px;
  height: 14px;
  background: #DDDDDD;
  border-radius: 50%;
  margin-right: 14px;
}
.partner .list .hd li.on {
  width: 43px;
  height: 14px;
  background: #EF5A11;
  border-radius: 7px;
}
.news {
  margin-top: 60px;
  height: 371px;
  background: #F3F5F6;
  margin-bottom: 260px;
  padding-top: 60px;
  box-sizing: border-box;
}
.news .list {
  margin-top: 50px;
}
.news .list ul {
  display: flex;
  flex-wrap: wrap;
}
.news .list ul li {
  width: 382px;
  height: 398px;
  background: #FFFFFF;
  box-shadow: 0px 6px 43px 0px rgba(238, 238, 238, 0.53);
  border-radius: 4px;
  margin-right: 25px;
  padding: 35px 0;
  padding-right: 20px;
  box-sizing: border-box;
}
.news .list ul li:hover p:nth-of-type(1) {
  color: #EF5A11;
}
.news .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news .list ul li p {
  padding-left: 20px;
}
.news .list ul li p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  border-left: 4px solid #EF5A11;
}
.news .list ul li p:nth-of-type(2) {
  font-size: 14px;
  color: #999999;
  line-height: 37px;
}
.news .list ul li p:nth-of-type(3) {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.news .list ul li .img-wrap {
  width: 345px;
  height: 170px;
  margin-top: 37px;
  overflow: hidden;
  margin-left: 20px;
}
.news .list ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.news .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.footer {
  display: flex;
  padding-top: 40px;
  background: #272727;
  height: 317px;
  margin-top: 80px;
  box-sizing: border-box;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .f-tit span:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  color: #F2F2F2;
}
.footer .f-tit .line {
  width: 20px;
  height: 2px;
  background: #F2F2F2;
  margin-top: 15px;
}
.footer .f-list {
  width: 306px;
}
.footer .f-list ul {
  display: flex;
  flex-direction: column;
  height: 95px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.footer .f-list ul li {
  font-size: 14px;
  color: #E7EAE6;
  height: 32px;
  line-height: 32px;
  margin-right: 60px;
}
.footer .f-list ul li a {
  color: #E7EAE6;
}
.footer .contact {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  margin-top: 25px;
}
.footer .ewm {
  align-items: center;
  margin-top: 32px;
  width: 128px;
}
.footer .ewm .text {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 7px;
}
.footer .ewm img {
  width: 128px;
  height: 128px;
}
.copy-right {
  width: 100%;
  background: #111111;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  height: 58px;
  line-height: 58px;
  text-align: center;
}
.copy-right a {
  color: #fff;
}
.ny-news {
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-news .list > ul {
  margin-top: 40px;
}
.ny-news .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-top: 30px;
  box-shadow: 6px 6px 54px 0px rgba(235, 235, 235, 0.64);
}
.ny-news .list > ul li:hover {
  position: relative;
  left: 20px;
}
.ny-news .list > ul li:hover .text > div:nth-of-type(1) {
  color: #EF5A11 !important;
}
.ny-news .list > ul li .img-box {
  width: 301px;
  height: 148px;
  position: relative;
  overflow: hidden;
}
.ny-news .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: 100%;
  min-height: 100%;
  height: auto;
  transform: translateY(-50%);
}
.ny-news .list > ul li a {
  display: flex;
}
.ny-news .list > ul li .text {
  margin-left: 16px;
  width: 77%;
}
.ny-news .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #333333;
  line-height: 26px;
  font-size: 18px;
}
.ny-news .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-news .list > ul li .text > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .list > ul li .text > div:nth-child(2) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .list > ul li .text > div:nth-child(3) {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.ny-product {
  padding-top: 20px;
}
.ny-product .list > ul {
  margin-top: 0;
}
.ny-page {
  margin-top: 56px;
}
.ny-page .content {
  margin-top: 10px;
}
.ny-contact {
  margin-top: 56px;
}
.ny-contact .cont {
  line-height: 40px;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.ny-contact .cont p {
  font-size: 16px;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 40px;
}
.ny-detail {
  margin-top: 60px;
}
.ny-contact {
  padding-top: 30px;
}
.ny-contact .cont {
  justify-content: space-between;
  margin: 30px auto 0;
  background: url('../images/conta_03.png') left top / 85px 519px no-repeat;
}
.ny-contact .left {
  width: 410px;
  line-height: 42px;
  padding: 84px 0 0 26px;
  box-sizing: border-box;
}
.ny-contact .left div {
  width: 338px;
  height: 369px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(19, 15, 14, 0.06);
  padding: 28px 18px 0;
  box-sizing: border-box;
}
.ny-contact .left div h3 {
  font-size: 26px;
  font-weight: normal;
  position: relative;
  margin-bottom: 30px;
}
.ny-contact .left div h3::before,
.ny-contact .left div h3::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #EF5A11;
  position: absolute;
  bottom: -14px;
}
.ny-contact .left div h3::before {
  left: 0;
}
.ny-contact .left div h3::after {
  left: 35px;
}
.ny-contact .right {
  flex: 1;
  max-width: 790px;
  overflow: hidden;
  padding-top: 22px;
}
.ny-contact .right img {
  width: 100%;
}
.ny-contact .message {
  margin: 56px auto 0;
}
.ny-contact .message ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny-contact .message ul input,
.ny-contact .message ul textarea {
  border: none;
  outline: none;
}
.ny-contact .message ul li {
  margin-bottom: 32px;
  max-width: 488px;
}
.ny-contact .message ul li:nth-child(2) {
  margin: 0 26px;
}
.ny-contact .message ul li span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #666666;
}
.ny-contact .message ul li span i {
  color: #ff1f1f;
}
.ny-contact .message ul li input {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 14px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.ny-contact .message ul .textarea {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.ny-contact .message ul .textarea textarea {
  width: 100%;
  height: 144px;
  background: #f7f7f7;
  line-height: 30px;
  padding-left: 20px;
  box-sizing: border-box;
}
.ny-contact .message .btns {
  margin-top: 50px;
  justify-content: center;
}
.ny-contact .message .btns button {
  width: 133px;
  height: 43px;
  color: #fff;
  text-align: center;
  line-height: 43px;
  margin: 0 13px;
  font-size: 18px;
  background: #d6d6d6;
  cursor: pointer;
  border: none;
}
.ny-contact .message .btns button:first-of-type {
  background: #EE5A11;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  margin-top: 60px;
}
.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: #DA1205;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 56px 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #F9F9F9;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging li span {
  font-size: 18px;
}
.paging li.active a {
  background: #EF5A11 !important;
  color: #fff;
}
.paging li a:hover {
  background: #EF5A11;
  border-color: #fff;
  color: #fff;
}
.paging li a:hover a {
  color: #fff !important;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.prev {
  font-weight: 700;
}
.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) {
  .about .right {
    left: -30px;
  }
  .about .content {
    padding: 30px 0 40px 472px;
  }
  .about .content .desc {
    width: 700px;
  }
  .about .left .title {
    margin-left: 0;
  }
}
.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%);
}

.ny-page img {
  max-width: 100%;
  height: auto !important;
}

.ny-contact .about-content .map img {
  width: 100%;
  height: auto !important;
}
.ny-detail img {
  max-width: 100%;
  height: auto !important;
}

.ny-page table,.ny-detail table{
	border-collapse: collapse;
    border-spacing: 0;
} 
