* {
  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;
}
.overflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7s;
}
.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);
}
.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%);
}
.top {
  background: rgba(0, 0, 0, 0.45);
  height: 90px;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.top .nav {
  display: flex;
  justify-content: space-between;
}
.top .logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.top .img2 {
  display: none;
}
.navBar {
  display: flex;
  height: 90px;
}
.navBar li {
  height: 90px;
  position: relative;
  margin: 0 10px;
}
.navBar li.on .tit {
  font-weight: 700;
  border-bottom: 2px solid #fa6600;
}
.navBar li:hover .tit {
  font-weight: 700;
  border-bottom: 2px solid #fa6600;
}
.navBar li:hover .sub {
  display: block;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  font-size: 16px;
  height: 88px;
  line-height: 90px;
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
}
.navBar .sub {
  position: absolute;
  padding-top: 4px;
  left: -61px;
  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: #fa6600;
  color: #fff;
  border-bottom: 1px solid #fa6600;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 65px;
}
.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;
}
.ny-banner {
  margin-bottom: 44px;
}
.ny-banner img {
  width: 100%;
}
.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: #ff6731 !important;
}
.history ul li:hover span {
  color: #ff6731 !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 {
  text-align: center;
}
.com-tit .e-tit {
  font-size: 46px;
  color: #dcdcdc;
}
.com-tit .tit {
  font-size: 36px;
  font-weight: 300;
  color: #333333;
}
.about {
  position: relative;
  padding-bottom: 80px;
  height: 603px;
  margin-top: 55px;
}
.about .fk {
  width: 40%;
  height: 573px;
  background: #eeeeee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about .wrap {
  display: flex;
  position: relative;
}
.about .left {
  width: 37.3%;
  height: 603px;
  position: absolute;
  left: 9.8vw;
}
.about .left img {
  width: 100%;
  height: 100%;
}
.about .right {
  position: absolute;
  right: 0;
}
.about .right p:nth-child(1) {
  font-size: 46px;
  font-weight: 400;
  margin-top: 30px;
  color: #dcdcdc;
}
.about .right p:nth-child(2) {
  font-size: 36px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.about .right p:nth-child(2) .line {
  width: 64px;
  height: 2px;
  background: #fa6600;
  display: inline-block;
  margin-left: -84px;
  margin-right: 20px;
}
.about .right p:nth-child(3) {
  width: 572px;
  font-size: 16px;
  margin-top: 30px;
  line-height: 40px;
  color: #333333;
  text-align: justify;
}
.case {
  display: flex;
  margin-top: 55px;
}
.case .left {
  width: 43.85%;
}
.case .left img {
  width: 100%;
  height: 100%;
}
.case .right {
  width: 56.15%;
  background: #fa6600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.case .right .case-back {
  position: absolute;
  bottom: 0;
  right: 0;
}
.case .right .case-back img {
  width: 453px;
  height: 442px;
}
.case .right .text {
  margin-left: 111px;
}
.case .right .text p:nth-child(1) {
  font-size: 46px;
  color: #ffffff;
}
.case .right .text p:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  font-weight: 200;
  display: flex;
  align-items: center;
  margin-left: -170px;
  position: relative;
  z-index: 100000000000000;
}
.case .right .text p:nth-child(2) .line {
  width: 169px;
  height: 1px;
  background: #ffffff;
  display: inline-block;
  margin-right: 10px;
}
.case .right .bd {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-left: 60px;
}
.case .right .bd .iconfont {
  color: #fff;
  font-size: 30px;
}
.case .right .bd .prev {
  transform: rotate(180deg);
  margin-right: 22px;
}
.case .right .bd .next {
  position: relative;
  left: -3px;
}
.case .right .bd ul {
  display: flex;
}
.case .right .bd ul li {
  width: 236px !important;
  height: 217px;
  background: #ffffff;
  padding: 12px;
  box-sizing: border-box;
  margin-right: 20px;
}
.case .right .bd ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .right .bd ul li:hover .textx {
  color: #fa6600;
}
.case .right .bd ul li .img-wrap {
  width: 212px;
  height: 156px;
  overflow: hidden;
}
.case .right .bd ul li .img {
  width: 212px;
  height: 156px;
}
.case .right .bd ul li .textx {
  font-size: 16px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.case .right .more {
  margin-top: 80px;
  line-height: 30px;
}
.case .right .mores {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  margin-left: 114px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.product {
  margin-top: 50px;
}
.product .classify {
  height: 78px;
  background: #ffffff;
  box-shadow: 0px 14px 35px 0px rgba(242, 242, 242, 0.76);
  margin-top: 48px;
  padding-left: 23px;
  box-sizing: border-box;
  overflow: hidden;
}
.product .classify ul {
  height: 78px;
  display: flex;
  align-items: center;
}
.product .classify ul li {
  margin-right: 30px;
  height: auto !important;
  white-space: nowrap;
  width: auto !important;
}
.product .classify ul li:hover a {
  color: #fa6600;
}
.product .classify ul li a {
  display: flex;
  align-items: center;
}
.product .classify ul li a span {
  margin-left: 10px;
}
.product .list {
  margin-top: 40px;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  width: 376px;
  margin-top: 13px;
  margin-right: 35px;
  overflow: hidden;
}
.product .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .list ul li:hover {
  box-shadow: 0px 9px 18px 0px rgba(168, 168, 168, 0.18);
}
.product .list ul li:hover .text {
  color: #fa6600 !important;
}
.product .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product .list ul li .img-wrap .img {
  width: 100%;
  height: 283px;
}
.product .list ul li .img-wrap .text {
  width: 100%;
  height: 63px;
  line-height: 63px;
  position: relative;
  z-index: 1000;
  background: #ffffff;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.middle-banner {
  width: 100%;
  height: 267px;
  background: #010919;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.middle-banner > div:nth-child(2) {
  position: absolute;
  height: 100%;
  bottom: -34px;
  z-index: 10000000000000000;
}
.middle-banner > div:nth-child(2) canvas {
  height: 130% !important;
}
.middle-banner .text {
  height: 267px;
}
.middle-banner p:nth-of-type(1) {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-top: 60px;
}
.middle-banner p:nth-of-type(1) span {
  color: #fa6600;
}
.middle-banner p:nth-of-type(2) {
  font-size: 26px;
  color: #ffffff;
  margin-top: 20px;
}
.news {
  padding-top: 60px;
  background: #f9f9f9;
  padding-bottom: 93px;
}
.news .cont {
  margin-top: 50px;
  display: flex;
}
.news .cont li {
  margin-top: 46px;
}
.news .cont li:hover .text p:nth-of-type(1) {
  color: #fa6600 !important;
}
.news .cont li:nth-of-type(1) {
  margin-top: 0;
}
.news .cont .left {
  width: 544px;
}
.news .cont .left:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news .cont .left:hover .text p:nth-of-type(1) {
  color: #fa6600;
}
.news .cont .left .img-wrap {
  overflow: hidden;
}
.news .cont .left .img-wrap .img {
  width: 544px;
  height: 316px;
}
.news .cont .left .text {
  width: 100%;
}
.news .cont .left .text p:nth-of-type(1) {
  width: 379px;
  margin-top: 15px;
  line-height: 25px;
}
.news .cont .left .text p:nth-of-type(2) {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
.news .cont .left .text p:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.news .cont .left .text p:nth-of-type(3) span:nth-of-type(1) {
  font-size: 16px;
  color: #999999;
}
.news .cont .left .text p:nth-of-type(3) span:nth-of-type(2) {
  width: 127px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fa6600;
  color: #fff;
  display: inline-block;
}
.news .cont .right {
  display: flex;
  margin-left: 25px;
}
.news .cont .right a {
  display: flex;
}
.news .cont .right .left {
  width: 191px;
  overflow: hidden;
}
.news .cont .right .left .img {
  width: 191px;
  height: 123px;
}
.news .cont .right .text {
  margin-left: 18px;
  width: 420px;
}
.news .cont .right .text p:nth-of-type(1) {
  font-size: 16px;
  color: #333333;
  margin-top: 5px;
  width: 315px;
}
.news .cont .right .text p:nth-of-type(2) {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-top: 10px;
}
.news .cont .right .text p:nth-of-type(3) {
  font-size: 14px;
  color: #999999;
  margin-top: 18px;
}
.partner {
  margin-top: 60px;
  margin-bottom: 80px;
}
.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:hover {
  position: relative;
  top: -10px;
}
.partner .list .bd ul li ul li img {
  max-width: 95%;
  max-height: 100%;
}
.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;
}
.footer {
  background: #010919;
  height: 365px;
  box-sizing: border-box;
}
.footer .f-top {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #404040;
}
.footer .f-top a {
  font-size: 16px;
  color: #ffffff;
  margin-right: 60px;
}
.footer .cont {
  display: flex;
}
.footer .cont .left {
  margin-top: 44px;
  width: 372px;
}
.footer .cont .left .tel {
  margin-top: 40px;
}
.footer .cont .left .tel p:nth-child(1) {
  font-size: 14px;
  color: #ffffff;
}
.footer .cont .left .tel p:nth-child(2) {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 5px;
}
.footer .middle {
  color: #fff;
  margin-left: 90px;
  margin-top: 40px;
  width: 316px;
}
.footer .middle .f-tit {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 35px;
}
.footer .middle .f-tit span {
  font-size: 22px;
}
.footer .ewm {
  margin-top: 40px;
  margin-left: 170px;
}
.footer .ewm .text {
  color: #fff;
  font-size: 22px;
  margin-right: 25px;
}
.footer .ewm img {
  width: 128px;
  height: 128px;
  margin-top: 30px;
}
.copy-right {
  width: 100%;
  background: #01060f;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  height: 58px;
  line-height: 58px;
  text-align: center;
}
.copy-right a {
  color: #fff;
}
.common-left {
  width: 288px;
  background: #ffffff;
  float: left;
  box-sizing: border-box;
  box-shadow: 0px 0px 24px 0px rgba(235, 235, 235, 0.67);
}
.common-left .title {
  position: relative;
  width: 288px;
  height: 88px;
  line-height: 88px;
  background: #ff6731;
  border-radius: 20px 0px 0px 0px;
}
.common-left .title .line {
  width: 69px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common-left .title p:nth-child(1) {
  line-height: 88px;
  text-align: center;
  padding: 0 13px;
  box-sizing: border-box;
  font-size: 26px;
  color: #ffffff;
  width: 100%;
  height: 88px;
}
.common-left .bottom {
  width: 100%;
  height: 120px;
  background: #ff6731;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  margin-top: 25px;
}
.common-left .bottom img {
  position: absolute;
  right: 0.78vw;
  width: 3.48vw;
  height: auto;
}
.common-left .bottom .tel {
  font-size: 18px;
  color: #ffffff;
  margin-left: 9px;
  margin-top: 3px;
}
.common-left .bottom .phone {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 9px;
}
.common-left .bottom .e-tit {
  font-size: 3vw;
  position: absolute;
  color: #fff;
  opacity: 0.1;
  font-weight: 700;
}
.common-left .nav-list {
  background: #ffffff;
}
.common-left .nav-list > ul .li {
  width: 100%;
  height: 62px;
  background: #f8f8f8;
  overflow: hidden;
  margin-top: 2px;
  position: relative;
  box-sizing: border-box;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333333;
  padding-right: 45px;
  position: relative;
  margin-left: 30px;
  width: 230px;
}
.common-left .nav-list > ul .li a span {
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 30px;
  color: #666666;
  transform: rotate(180deg);
}
.common-left .nav-list > ul .li a .icon-jianhao_o {
  display: none;
}
.common-left .nav-list > ul .li.active {
  height: auto !important;
  background: #fff1ec;
}
.common-left .nav-list > ul .li.active span {
  transform: rotate(0);
}
.common-left .nav-list > ul .li.active .icon-jianhao_o {
  display: block !important;
}
.common-left .nav-list > ul .li.active .icon-jiahao_o {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  color: #ff6731;
}
.common-left .nav-list > ul .li.active > a span {
  color: #ff6731;
}
.common-left .nav-list > ul .li:hover {
  background: #fff1ec;
}
.common-left .nav-list > ul .li:hover .icon-jianhao_o {
  display: block !important;
}
.common-left .nav-list > ul .li:hover .icon-jiahao_o {
  display: none;
}
.common-left .nav-list > ul .li:hover > a {
  color: #ff6731;
}
.common-left .nav-list > ul .li:hover > a span {
  color: #ff6731;
}
.common-left .nav-list > ul .li .sub {
  background: #fff;
}
.common-left .nav-list > ul .li .sub li {
  padding-left: 0.5vw;
  line-height: 40px;
  position: relative;
  margin-top: 1px;
}
.common-left .nav-list > ul .li .sub li a {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #666666;
}
.common-left .nav-list > ul .li .sub li.active a {
  color: #ff6731;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #ff6731;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #ff6731;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #ff6731;
}
.common-right {
  width: 862px;
  background: #ffffff;
  margin-left: 49px;
  float: left;
}
.common-title {
  font-size: 20px;
  font-weight: 550;
  color: #ff6731;
  padding-bottom: 18px;
  border-bottom: 1px solid #f5f5f5;
  margin: 30px 0;
}
.common-title > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-title .links {
  font-size: 14px;
  color: #999999;
  font-weight: 200;
}
.common-title .links a {
  color: #999999;
}
.ny-product {
  margin-bottom: 80px;
}
.ny-product .common-title {
  margin-bottom: 0;
}
.ny-product .list {
  margin-top: 8px;
}
.ny-product .list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list > ul li {
  width: calc(33% - 19px);
  margin-right: 32px;
  box-sizing: border-box;
  margin-top: 30px;
}
.ny-product .list > ul li:hover {
  background: #ffffff;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.55);
}
.ny-product .list > ul li:hover .bottom {
  color: #ff6731;
}
.ny-product .list > ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list > ul li a {
  display: block;
  width: 100%;
}
.ny-product .list > ul li .img-box::before {
  content: '';
  display: block;
  padding-bottom: 83%;
}
.ny-product .list > ul li .bottom {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 15px;
  text-align: center;
}
.ny-news {
  margin-top: 35px;
  margin-bottom: 80px;
}
.ny-news .common-title {
  margin-bottom: 10px;
}
.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: #ff6731;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #ff6731 !important;
}
.ny-news .common-right .list > ul li .img-box {
  width: 242px;
  height: 158px;
  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: #666666;
  line-height: 26px;
}
.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(2) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.ny-search .common-title {
  margin-top: 36px;
}
.ny-search .list > ul {
  margin-top: 26px;
}
.ny-search .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 0;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}
.ny-search .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-search .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eee;
}
.ny-search .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding: 33px 20px;
  margin-top: -1px;
  position: relative;
  z-index: 1000000000000000000;
  border: none;
}
.ny-search .list > ul li:hover + li {
  border: none;
}
.ny-search .list > ul li:hover .btn {
  background: #ff6731;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #ff6731 !important;
}
.ny-search .list > ul li a {
  display: flex;
}
.ny-search .list > ul li .text {
  width: 100%;
}
.ny-search .list > ul li .text > div:nth-child(1) {
  width: 100%;
}
.ny-search .list > ul li .text > div:nth-child(1) .tit {
  width: 800px;
  font-size: 16px;
  color: #333333;
}
.ny-search .list > ul li .text > div:nth-child(1) .time {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.ny-search .list > ul li .text > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ny-search .list > ul li .text > div:nth-child(2) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
}
.ny-search .list > ul li .text > div:nth-child(2) .btn {
  width: 121px;
  height: 43px;
  border: 1px solid #dedfe1;
  border-radius: 20px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 43px;
}
.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;
  background: url('../images/contact_03.png') no-repeat;
  background-size: 100%;
  height: 299px;
  width: 598px;
}
.ny-contact .cont p {
  font-size: 45px;
  color: #ececec;
  margin-bottom: 20px;
}
.message {
  padding: 40px 0;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.message h3 {
  font-size: 26px;
  font-weight: 700;
  color: #030303;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  background: #f6f6f6;
  margin-top: 14px;
  width: 100%;
  height: 45px;
  background: #f7f7f7;
  padding-left: 15px;
  box-sizing: border-box;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 14px;
  color: #d6d6d6;
}
.message .input > div span i {
  color: #ff6731;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}
.message .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.message .btn {
  width: 134px;
  height: 40px;
  background: #ff6731;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 134px;
  height: 40px;
  background: #d6d6d6;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-left: 26px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #ff6731;
  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 {
  line-height: 24px;
}
.ny-detail {
  margin-top: 56px;
}
.ny-download {
  margin-top: 56px;
  margin-bottom: 98px;
}
.ny-download .list {
  margin-top: 14px;
}
.ny-download .list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-download .list > ul li {
  width: calc(50% - 14px);
  height: 89px;
  margin-left: 27px;
  border: 1px solid #f2f2f2;
  padding: 24px 25px;
  margin-top: 28px;
  box-sizing: border-box;
}
.ny-download .list > ul li:hover {
  border: none;
  box-shadow: 0px 1px 21px 0px rgba(224, 224, 224, 0.35);
}
.ny-download .list > ul li:hover a > div:nth-child(3) {
  background: #ff6731;
}
.ny-download .list > ul li:hover a > div:nth-child(3) span {
  color: #fff;
}
.ny-download .list > ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.ny-download .list > ul li a {
  display: flex;
  align-items: center;
}
.ny-download .list > ul li a > div:nth-child(1) span {
  color: #ffbb63;
  font-size: 50px;
}
.ny-download .list > ul li a > div:nth-child(2) {
  width: 15vw;
  margin-left: 10px;
  margin-top: 5px;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 250px;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(2) {
  font-size: 12px;
  color: #b4aeae;
  margin-top: 5px;
}
.ny-download .list > ul li a > div:nth-child(3) {
  width: 47px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #f2f3f5;
  border-radius: 12px;
  margin-left: 4.7vw;
}
.ny-download .list > ul li a > div:nth-child(3) span {
  color: #7e858c;
  font-size: 20px;
}
.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: #ff6731;
}
.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;
  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.active a {
  background: #ff6731 !important;
  color: #fff;
}
.paging li a:hover,
.paging li span {
  background: #f9f9f9;
  border-color: #1346ba;
  color: #242422;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.next span {
  font-size: 20px;
}
.paging li.prev {
  font-weight: 700;
}
.paging li.prev span {
  font-size: 20px;
}
.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) {
  .case .right .text p:nth-child(1) {
    font-size: 40px;
  }
  .case .right .text p:nth-child(2) {
    font-size: 30px;
  }
  .case .right .bd {
    margin-top: 30px;
  }
  .case .right .more {
    margin-top: 30px;
  }
  .about {
    height: 500px;
  }
  .about .left {
    height: 500px;
  }
}
