* {
  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;
}
.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%);
}
.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;
  min-width: 1200px;
  width: 75%;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.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);
}
.top {
  background: #fff;
  height: 90px;
  z-index: 1000;
  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 8px;
}
.navBar li.on .tit {
  background: #E6C68B;
  font-weight: 700;
}
.navBar li:hover .tit {
  background: #E6C68B;
  font-weight: 700;
}
.navBar li:hover .sub {
  display: block;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  font-size: 16px;
  height: 90px;
  line-height: 90px;
  color: #333333;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBar .sub {
  position: absolute;
  padding-top: 4px;
  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:hover {
  background: #E6C68B;
  font-weight: 700;
}
.com-tit {
  font-size: 42px;
  font-weight: bold;
  color: #E6C68B;
  text-align: center;
}
.com-tit .two {
  color: #333;
}
.product {
  margin-top: 60px;
}
.product .tit {
  font-size: 42px;
  font-weight: bold;
  color: #E6C68B;
  text-align: center;
}
.product .tit .two {
  color: #333;
}
.product .content {
  margin-top: 55px;
  display: flex;
}
.product .common-left {
  width: 23%;
}
.product .common-left .title {
  width: 87%;
  height: 157px;
  background: url('../images/index_03.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 25px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
.text-tit{ 
	display:inline-block;
	width:73%;
}
.product .common-left .title p:nth-child(1) {
  font-size: 2.08vw;
  font-weight: 700;
  color: #FFFFFF;
}
.product .common-left .title p:nth-child(2) {
  font-size: 1.04vw;
  color: #FFFFFF;
  margin-top: 5px;
}
.product .common-left .title p:nth-child(3) {
  width: 33px;
  height: 2px;
  background: #FFFFFF;
  margin: 0 auto;
  margin-top: 15px;
}
.product .common-left .list {
  width: 100%;
  margin-top: -80px;
  border: 4px solid #E6C68B;
  padding: 0 25px;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 54px;
  max-height: 1150px;
  overflow-y: scroll;
}
.product .common-left .list::-webkit-scrollbar {
  width: 0px;
  height: 5px;
}
.product .common-left .list::-webkit-scrollbar-thumb {
  background: #f0efef;
  border-radius: 5px;
}
.product .common-left .list::-webkit-scrollbar-track {
  /*滚动条轨道的样式*/
  background: #fff;
  border-radius: 5px;
}
.product .common-left .list .li.active > a,
.product .common-left .list .li:hover > a {
  color: #E6C68B;
 
}
.product .common-left .list .li > a {
  display: block;
  width: 100%;
  line-height: 60px;
  border: 1px dashed #E6C68B;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 22px;
  display:flex;
  align-items:center; 
}
.product .common-left .list .li > a .icon-c {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  margin-right: 15px;
}
.product .common-left .list .li > a .icon-yousanjiao {
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 2px;
  color: #333333;
}
.product .common-left .list .li .sub ul li {
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-left: 24px;
  border-bottom: 1px dashed #D3D3D3;
}
.product .common-left .list .li .sub ul li.active a,
.product .common-left .list .li .sub ul li:hover a {
  color: #E6C68B;
}
.product .common-left .list .li .sub ul li .icon-zhixiangyou {
  margin-right: 15px;
  font-size: 16px;
}
.product .common-right {
  width: 75.1%;
}
.product .common-right .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .common-right .list ul li {
  width: calc(33% - 19px);
  margin-right: 30px;
  overflow: hidden;
  margin-top: 10px;
}
.product .common-right .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .common-right .list ul li:hover .text {
  color: #E6C68B !important;
}
.product .common-right .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product .common-right .list ul li .img-wrap .img {
  width: 100%;
}
.product .common-right .list ul li .img-wrap .img::before {
  content: '';
  display: block;
  padding-bottom: 80%;
}
.product .common-right .list ul li .img-wrap .text {
  width: 100%;
  line-height: 59px;
  position: relative;
  z-index: 1000;
  background: #FFFFFF;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.about {
  margin-top: 65px;
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
.about .left .a-top {
  width: 43%;
}
.about .left .a-top p:nth-child(1) {
  font-size: 42px;
  font-weight: bold;
  color: #333;
  position: relative;
  top: -10px;
}
.about .left .a-top p:nth-child(1) .a1 {
  color: #E6C68B;
}
.about .left .a-top p:nth-child(2) {
  font-size: 16px;
  color: #000000;
  margin-top: -5px;
}
.about .left .a-top p:nth-child(3) {
  width: 70px;
  height: 1px;
  background: #E6C68B;
  margin-top: 15px;
}
.about .left .a-top p:nth-child(4) {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-top: 20px;
  text-align: justify;
}
.about .case-weap {
  width: 53.5%;
  position: relative;
  z-index: 100;
}
.about .case-weap .r-k {
  width: 18px;
  height: 100%;
  position: absolute;
  right: -17px;
  top: 0;
  background: #F9F9F9;
}
.about .case-list {
  width: 100%;
  min-height: 277px;
  background: #F9F9F9;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-top: 35px;
  overflow: hidden;
  padding-left: 23.5%;
  padding-right: 18px;
  box-sizing: border-box;
}
.about .case-list .list {
  background: #F9F9F9;
  width: 100%;
}
.about .case-list li {
  width: 14.4vw;
  height: 219px;
  margin-right: 15px;
}
.about .case-list li a {
  display: block;
  width: 100%;
}
.about .case-list li .img {
  width: 100%;
  height: 219px;
}
.about .r-wrap {
  position: absolute;
  left: 52.5%;
  transform: translateX(-50%);
  top: 0;
  height: 557px;
  padding-bottom: 40px;
  background: url('../images/about_back_03.png') no-repeat bottom right;
  padding-right: 30px;
}
.about .right {
  position: absolute;
  width: 55.4%;
  height: 557px;
  right: 40px;
  top: 0;
}
.about .right img {
  width: 100%;
  height: 557px;
}
.factory {
  width: 100%;
  height: 820px;
  background: url('../images/factory.jpg') no-repeat;
  background-size: 100% 100%;
  padding-top: 45px;
  box-sizing: border-box;
}
.factory .title {
  margin: 0 auto;
}
.factory .title p {
  text-align: center;
}
.factory .title p:nth-child(1) {
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
}
.factory .title p:nth-child(2) {
   font-size: 18px;
  color: #FFFFFF;
  line-height: 35px;
  margin: 0 auto;
  margin-top: 18px;
}
.factory .num {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 130px;
  align-items: center;
}
.factory .num ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 40px;
}
.factory .num ul li {
  flex: 1;
  text-align: center;
}
.factory .num ul li p:nth-child(1) {
  font-size: 36px;
  color: #FFFFFF;
  position: relative;
}
.factory .num ul li p:nth-child(1) i {
  font-size: 18px;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
}
.factory .num ul li p:nth-child(2) {
  font-size: 18px;
  color: #FFFFFF;
}
.factory .motto {
  margin-top: 45px;
}
.factory .motto ul {
  display: flex;
  justify-content: space-between;
}
.factory .motto ul li {
  width: 22.1%;
  height: 345px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-radius: 20px;
  padding: 30px 18px;
  box-sizing: border-box;
}
.factory .motto ul li:nth-child(2):hover p:nth-child(1) span {
  font-size: 60px;
}
.factory .motto ul li:hover {
  background: rgba(230, 198, 139, 0.8);
  display: block;
}
.factory .motto ul li:hover p {
  color: #fff !important;
}
.factory .motto ul li:hover p span {
  color: #fff;
}
.factory .motto ul li:hover p:nth-child(1) {
  margin-top: 0;
}
.factory .motto ul li:hover p:nth-child(1) span {
  font-size: 40px;
}
.factory .motto ul li:hover p:nth-child(2) {
  font-size: 32px;
  margin-top: 0;
  font-weight: 200;
}
.factory .motto ul li:hover p:nth-child(2)::after {
  display: none;
}
.factory .motto ul li:hover p:nth-child(3) {
  display: block;
}
.factory .motto ul li:nth-child(2) .iconfont {
  font-size: 65px;
}
.factory .motto ul li p {
  width: 100%;
}
.factory .motto ul li p span {
  font-size: 50px;
  color: #191919;
}
.factory .motto ul li p:nth-child(1) {
  height: 60px;
  line-height: 60px;
  margin-top: 40px;
}
.factory .motto ul li p:nth-child(2) {
  font-size: 38px;
  color: #333333;
  margin-top: 35px;
  position: relative;
}
.factory .motto ul li p:nth-child(2)::after {
  content: '';
  display: block;
  width: 74px;
  height: 1px;
  background: #E6C68B;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 108px;
}
.factory .motto ul li p:nth-child(3) {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 35px;
  margin-top: 20px;
  display: none;
  text-align: justify;
}
.cases {
  margin-top: 65px;
  margin-bottom: 65px;
}
.cases .tit {
  font-size: 42px;
  font-weight: bold;
  color: #E6C68B;
  text-align: center;
}
.cases .tit .two {
  color: #333;
}
.cases .list {
  margin-top: 55px;
  width: 100%;
}
.cases .list .bd {
  width: 100%;
}
.cases .list .bd .tempWrap {
  width: 100%!important;
}
.cases .list .bd ul {
  width: 1000px;
}
.cases .list .bd ul li {
  width: 336px!important;
  margin-right: 33px;
  border: 1px solid #EEEEEE;
}
.cases .list .bd ul li:hover a .text {
  font-weight: bold;
  color: #E6C68B;
}
.cases .list .bd ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cases .list .bd ul li a .img-wrap {
  width: 100%;
  overflow: hidden;
}
.cases .list .bd ul li a .img-wrap .img {
  width: 100%;
}
.cases .list .bd ul li a .img-wrap .img::before {
  content: '';
  padding-bottom: 68%;
  display: block;
}
.cases .list .bd ul li a .text {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  text-align: center;
}
.cases .list .hd {
  display: flex;
  justify-content: center;
  margin-top: 39px;
  height: 65px;
}
.cases .list .hd a {
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  display: block;
  line-height: 55px;
  font-size: 30px;
}
.cases .list .hd a:hover {
  background: #E6C68B;
  color: #fff;
  width: 65px;
  height: 65px;
  border: none;
  line-height: 65px;
  margin-top: -4px;
}
.cases .list .hd a:hover .iconfont {
  margin-left: 8px;
}
.cases .list .hd a.prev {
  margin-right: 35px;
  transform: rotate(180deg);
}
.cases .list .hd a .iconfont {
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.new .content {
  display: flex;
  margin-top: 55px;
  margin-bottom: 80px;
}
.new .left-recommand {
  width: calc(33% - 10px);
  margin-right: 20px;
}
.new .left-recommand:hover .text p:nth-child(1) {
  color: #E6C68B;
}
.new .left-recommand:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .left-recommand .img-wrap {
   width: 100%;
    height: 252px;
    overflow: hidden; 
    box-sizing: border-box;
}
.new .left-recommand .img-wrap .img {
  width: 100%;
    height: 100%;
}
.new .left-recommand .img-wrap .img::before {
  content: '';
  display: block;
  padding-bottom: 55%;
}
.new .left-recommand .text {
  height: 136px;
  padding-left: 10px;
  padding-right: 20px;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0px 2px 16px 0px rgba(230, 230, 230, 0.68);
}
.new .left-recommand .text p:nth-child(1) {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.new .left-recommand .text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.new .left-recommand .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.new .right {
  width: calc(66% - 5px);
}
.new .right ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 391px;
}
.new .right ul li {
  width: calc(50% - 4px);
  height: 120px;
  border: 1px solid #EEEEEE;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.new .right ul li:nth-child(1),
.new .right ul li:nth-child(2),
.new .right ul li:nth-child(3) {
  margin-right: 20px;
}
.new .right ul li:hover {
  box-shadow: 0px 2px 16px 0px rgba(230, 230, 230, 0.68);
  border: none;
  border-bottom: 1px solid #E6C68B;
}
.new .right ul li:hover p:nth-child(1) span:nth-child(1) {
  color: #E6C68B;
}
.new .right ul li:nth-child(3n) {
  margin-bottom: 0;
}
.new .right ul li p:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.new .right ul li p:nth-child(1) span:nth-child(1) {
  font-size: 16px;
  color: #333333;
  width: 80%;
  display: inline-block;
}
.new .right ul li p:nth-child(1) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}
.new .right ul li p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.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;
}
.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;
}
.com-left {
  width: 260px;
  overflow: hidden;
  margin-right: 30px;
  box-sizing: border-box;
}
.com-left .title {
  width: 100%;
  height: 75px;
  background: #E6C68B;
  font-size: 28px;
  font-weight: 700;
  background-size: 100% 100%;
  text-align: center;
  line-height: 75px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -2px;
  color: #fff;
}
.com-left .title p:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.com-left .title p:nth-child(2) {
  font-size: 1.04vw;
  color: #FFFFFF;
  margin-top: 5px;
}
.com-left .title p:nth-child(3) {
  width: 33px;
  height: 2px;
  background: #FFFFFF;
  margin: 0 auto;
  margin-top: 15px;
}
.com-left .list {
  width: 100%;
  margin-top: -80px;
  border: 4px solid #E6C68B;
  padding: 0 15px 0 20px;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 54px;
}
.com-left .list .li.active > a,
.com-left .list .li:hover > a {
  color: #E6C68B;
}
.com-left .list .li > a {
  display: block;
  width: 100%;
  line-height: 50px;
  border: 1px dashed #E6C68B;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 22px;
}
.com-left .list .li > a .icon-c {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  margin-right: 15px;
}
.com-left .list .li > a .icon-yousanjiao {
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 2px;
  color: #333333;
}
.com-left .list .li .sub ul li {
  height: 48px;
  line-height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  border-bottom: 1px dashed #D3D3D3;
}
.com-left .list .li .sub ul li.active a,
.com-left .list .li .sub ul li:hover a {
  color: #E6C68B;
}
.com-left .list .li .sub ul li .icon-zhixiangyou {
  margin-right: 15px;
  font-size: 16px;
}
.common-right {
  width: calc(100% - 290px);
}
.common-right .nav-tit {
  height: 37px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px dashed #EEEEEE;
  line-height: 25px;
}
.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-product {
  margin-bottom: 80px;
  margin-top: 0;
}
.ny-product .common-right {
  width: 72.1%;
}
.ny-product .common-right .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .common-right .list ul li {
  width: calc(33% - 19px);
  margin-right: 30px;
  overflow: hidden;
  margin-top: 10px;
}
.ny-product .common-right .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .common-right .list ul li:hover .text {
  color: #E6C68B !important;
}
.ny-product .common-right .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.ny-product .common-right .list ul li .img-wrap .img {
  width: 100%;
}
.ny-product .common-right .list ul li .img-wrap .img::before {
  content: '';
  display: block;
  padding-bottom: 80%;
}
.ny-product .common-right .list ul li .img-wrap .text {
  width: 100%;
  line-height: 59px;
  position: relative;
  z-index: 1000;
  background: #FFFFFF;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
}
.ny-product .content {
  margin-top: 35px;
}
.ny-product .product .common-right .list ul li {
  margin-right: 30px;
}
.ny-product .common-right {
  width: 80.4%;
}
.ny-product .common-right .list {
  margin-top: 30px;
}
.ny-product .common-right .list ul li {
  width: calc(33% - 17px);
}
.ny-product .common-right .list ul li .img-wrap .img::before {
  padding-bottom: 79%;
}
.ny-new {
  margin-bottom: 80px;
}
.ny-new .new-list {
  margin-top: 49px;
}
.ny-new .new-list ul li {
  padding: 25px 30px 25px 25px;
  margin-top: 32px;
  border: 1px solid #E6E6E6;
}
.ny-new .new-list ul li:hover {
  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: #E6C68B;
}
.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: 273px;
  height: 195px;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-new .new-list ul li a .text {
  width: calc(100% - 292px);
  margin-left: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 22px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.ny-new .new-list ul li a .text p:nth-child(1) span:nth-child(1) {
  display: block;
  width: 80%;
}
.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: 16px;
  color: #999999;
  line-height: 34px;
  margin-top: 15px;
  text-align: justify;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  width: 105px;
  height: 31px;
  text-align: center;
  line-height: 30px;
  background: #E6C68B;
  border-radius: 4px;
  color: #fff;
  margin-top: 22px;
}
.footer {
  background: #101214;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.footer .f-top {
  height: 65px;
  line-height: 65px;
  color: #646464;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #5a5a5a3b;
}
.footer .f-top a {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0 40px;
}
.footer .cont {
  display: flex;
}
.footer .cont .left {
  margin-top: 68px;
}
.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 {
  margin-top: 68px;
  margin-left: 8.6%;
}
.footer .middle .f-tit {
  font-size: 14px;
  color: #AAAAAA;
  line-height: 26px;
}
.footer .middle .f-tit span {
  font-size: 16px;
  color: #fff;
}
.footer .middle .f-tit span {
  color: #fff;
}
.footer .ewm {
  margin-top: 35px;
  text-align: center;
  margin-left: 8.3%;
}
.footer .ewm .text {
  color: #AAAAAA;
  font-size: 16px;
  margin-top: 5px;
}
.footer .ewm img {
  width: 128px;
  height: 128px;
}
.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;
}
.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 {
  display: flex;
  border: 1px dashed #eee;
  padding: 35px;
  margin-top: 48px;
}
.ny-contact .cont .left {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  width: 46.9%;
}
.ny-contact .cont .right {
  display: flex;
  width: 136px;
  margin-left: 13.9%;
}
.ny-contact .cont .right img {
  width: 136px;
  height: 136px;
  margin-right: 25px;
}
.ny-contact .cont .right p {
  text-align: center;
}
.ny-contact .map {
  margin-top: 48px;
}
.message {
  padding: 40px 0;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.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: #666;
}
.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: #666;
}
.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: flex-start;
  margin-top: 70px;
}
.message .btn {
  width: 128px;
  height: 40px;
  background: #E6C68B;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 128px;
  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 {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
/*悬浮*/
.float {
  width: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  background: #222;
  border-radius: 10px!important;
}
.float ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ffffff38;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.float ul li:nth-last-child(1) {
  border-bottom: none;
}
.float ul li:hover {
  background: #E6C68B;
}
.float ul li span {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 60px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #E6C68B;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: -1;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 26px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.erw {
  position: relative;
}
.erw:hover .wx {
  display: block;
}
.float ul li .wx {
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 4px;
  right: 65px;
  overflow: hidden;
  top: -15px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.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;
  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: #E6C68B !important;
  color: #fff;
}
.paging li a:hover {
  background: #E6C68B;
  border-color: #1346BA;
  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;
}
.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: 1500px) {
  .about .case {
    padding-left: 8%;
  }
  .product .common-left .list .li > a .icon-yousanjiao{
	  right:15px;
  }
}
@media screen and (max-width: 1680px) {
  .new .right ul li p:nth-child(1) span:nth-child(1) {
    width: 72%;
  }
  .cases .list .bd ul li {
    width: 280px!important;
  }
    .product .common-left .list .li > a .icon-yousanjiao{
	  right:20px;
  }

}
