* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  max-width: 100%;
  margin: 0 auto;
  font-family: Microsoft YaHei;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997e;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.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%;
}
.ny-wrap {
  width: 1200px;
  margin: 0 auto;
}
.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 .logo img {
  height: 52px;
}
.top .img2 {
  display: none;
}
.navBar {
  display: flex;
  height: 90px;
}
.navBar li {
  height: 90px;
  position: relative;
  margin: 0 10px;
}
.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 24px;
  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;
}
.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;
}
.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: 33px;
  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 {
  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: #e6c68b;
}
.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: #e6c68b;
  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;
}
.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),
.factory .title p:nth-child(3) {
  font-size: 18px;
  color: #ffffff;
  width: 708px;
  line-height: 35px;
  margin: 0 auto;
  margin-top: 18px;
}
.factory .title p:nth-child(3) {
  margin-top: 0;
}
.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;
}
.case {
  margin-top: 65px;
}
.case .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.case .tit .top-t {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: center;
}
.case .tit .top-t .t {
  margin: 0 20px;
}
.case .tit .top-t .dot {
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  border: 2px solid #e6c68b;
  position: relative;
}
.case .tit .top-t .dot-left {
  display: flex;
  align-items: center;
}
.case .tit .top-t .dot-left::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #e6c68b;
  position: absolute;
  left: -65px;
}
.case .tit .top-t .dot-right {
  display: flex;
  align-items: center;
}
.case .tit .top-t .dot-right::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #e6c68b;
  position: absolute;
  right: -65px;
}
.case .tit .e-tit {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-top: 5px;
}
.case .c-list {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.case .c-list ul {
  display: flex;
}
.case .c-list ul li {
  width: 513px;
  margin-right: 19px;
  /* opacity: 0.2; */
}
.case .c-list ul li.swiper-slide-active {
  opacity: 1;
}
.case .c-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.case .c-list ul li .img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.case .c-list ul li .img-wrap img::before {
  content: '';
  display: block;
  padding-bottom: 61.76%;
}
.case .c-list ul li:hover .text {
  color: #fff;
}
.case .c-list ul li:hover .text::before {
  right: 0;
  transition: all 0.3s;
}
.case .c-list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .c-list ul li .text {
  height: 62px;
  line-height: 62px;
  font-size: 15px;
  color: #333333;
  background: #f4f4f4;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.case .c-list ul li .text p {
  position: relative;
  z-index: 10;
}
.case .c-list ul li .text::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: linear-gradient(
    45deg,
    #e6c68b,
    #e6c68b 50%,
    transparent 50%,
    transparent 100%
  );
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.case .c-list ul li .text::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #e6c68b;
  right: -100%;
  z-index: 0;
}
.case .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.case .bottom .c-prev,
.case .bottom .c-next {
  width: 51px;
  height: 51px;
  background: #ffffff;
  box-shadow: 0px 11px 24px 0px rgba(200, 200, 200, 0.31);
  border-radius: 50%;
  color: #333333;
  text-align: center;
  line-height: 61px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6c68b;
}
.case .bottom .c-prev:hover,
.case .bottom .c-next:hover {
  background: #e6c68b;
  color: #fff;
}
.case .bottom .c-prev {
  transform: rotate(180deg);
}
.case .bottom .swiper-pagination {
  position: relative;
  margin: 0 35px;
}
.case .bottom .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.case .bottom .swiper-pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: #e6c68b !important;
  border-radius: 50%;
}
.case .bottom .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #e6c68b;
  background: none;
  opacity: 1;
}
.new {
  margin-top: 60px;
  margin-bottom: 50px;
}
.new .tit {
  display: flex;
  justify-content: space-between;
}
.new .tit .left {
  display: flex;
  align-items: flex-end;
}
.new .tit .left > div:nth-child(1) {
  font-size: 24px;
  color: #333333;
}
.new .tit .left > div:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #e4e4e4;
  margin-left: 10px;
}
.new .tit .more {
  width: 197px;
  height: 60px;
  line-height: 60px;
  background: #f1f2f6;
  font-size: 16px;
}
.new .tit .more a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #999999;
}
.new .tit .more:hover {
  background: #e6c68b;
}
.new .tit .more:hover a {
  color: #fff;
}
.new .tit .more:hover .iconfont {
  color: #fff;
}
.new .tit .more .iconfont {
  margin-left: 15px;
}
.new .rec {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #efefef;
}
.new .rec:hover .r-right img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .rec:hover .r-left p:nth-child(2) {
  color: #e6c68b;
}
.new .rec a {
  display: flex;
  justify-content: space-between;
}
.new .rec .r-left {
  width: 70%;
}
.new .rec .r-left p:nth-child(1) {
  font-size: 16px;
  color: #999999;
}
.new .rec .r-left p:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.new .rec .r-left p:nth-child(3) {
  font-size: 16px;
  color: #666666;
  line-height: 38px;
  margin-top: 15px;
}
.new .rec .r-right {
  width: 344px;
  height: 211px;
  margin-left: 40px;
  overflow: hidden;
}
.new .rec .r-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new .list {
  margin-top: 4px;
}
.new .list ul {
  display: flex;
  flex-wrap: wrap;
}
.new .list ul li {
  width: calc(50% - 75px);
  margin-top: 22px;
}
.new .list ul li:hover .title {
  color: #e6c68b;
}
.new .list ul li:hover .time {
  color: #e6c68b;
}
.new .list ul li a {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new .list ul li a .title {
  width: 80%;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.new .list ul li a .title span {
  display: inline-block;
}
.new .list ul li a .title span:nth-child(1) {
  margin-right: 15px;
  font-size: 14px;
}
.new .list ul li a .title span:nth-child(2) {
  width: 90%;
}
.new .list ul li a .time {
  font-size: 14px;
  color: #999999;
}
.new .list ul li:nth-child(2n + 1) {
  padding-right: 60px;
  border-right: 1px solid #dcdcdc;
}
.new .list ul li:nth-child(2n) {
  padding-left: 60px;
}
.footer {
  background: #29323b;
}
.footer .footer-top {
  border-bottom: 1px solid #5a5a5a48;
}
.footer .footer-top .wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-top .wrap img{
  width: 336px;	
}
.footer .footer-top .nav {
  font-size: 14px;
}
.footer .footer-top .nav a {
  color: #ffffff;
  padding: 0 30px;
  position: relative;
}
.footer .footer-top .nav a::after {
  content: '/';
  display: inline-block;
  position: absolute;
  right: 0;
  color: #646464;
}
.footer .footer-top .nav a:nth-last-child(1) {
  padding-right: 0;
}
.footer .footer-top .nav a:nth-last-child(1)::after {
  content: '';
  display: inline-block;
}
.footer .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  padding-bottom: 22px;
}
.footer .contact .c-wrap {
  display: flex;
  align-items: center;
}
.footer .contact .tel,
.footer .contact .address {
  display: flex;
  align-items: center;
}
.footer .contact .tel .icon,
.footer .contact .address .icon {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
.footer .contact .tel .text,
.footer .contact .address .text {
  margin-left: 10px;
}
.footer .contact .tel .text p:nth-child(1),
.footer .contact .address .text p:nth-child(1) {
  font-size: 14px;
  color: #7c8081;
}
.footer .contact .tel .text p:nth-child(2),
.footer .contact .address .text p:nth-child(2) {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
}
.footer .contact .tel .text p:nth-child(2).ad-text,
.footer .contact .address .text p:nth-child(2).ad-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 5px;
}
.footer .contact .address {
  margin-left: 100px;
}
.footer .contact .erwei {
  text-align: center;
}
.footer .contact .erwei img {
  width: 105px;
  height: 105px;
}
.footer .contact .erwei p {
  font-size: 14px;
  color: #aaaaaa;
  margin-top: 5px;
}
.copy {
  height: 58px;
  line-height: 58px;
  background: #242c34;
  color: #cacaca;
  text-align: center;
}
.copy a {
  color: #cacaca;
}
.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;
}
.common-left {
  width: 292px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 90px;
  background: #e6c68b;
  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: #e6c68b;
}
.common-left .nav-list .p-li a:hover .icon-you,
.common-left .nav-list .p-li a.on .icon-you {
  color: #e6c68b;
}
.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: #e6c68b;
  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;
  font-weight: bold;
}
.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: #e6c68b !important;
}
.common-left .nav-list .p-li .sub li:hover span,
.common-left .nav-list .p-li .sub li.active span {
  color: #e6c68b !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: #e6c68b;
}
.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 #e6c68b;
  position: relative;
  top: 2px;
}
.common-right .top > div:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.ny-product {
  margin-bottom: 80px;
  margin-top: 55px;
}
.ny-product .list {
  margin-top: 40px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: 273px;
  height: 351px;
  background: #eeeeee;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 28px;
  margin-right: 23px;
}
.ny-product .list ul li:hover {
  background: #e6c68b;
}
.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: #e6c68b;
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  width: 253px;
  height: 253px;
  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;
  width: 1200px;
}
.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: #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: 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;

  box-sizing: border-box;
}
.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 {
  width: 1200px;
  margin-top: 48px;
  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: 20px;
}
.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;
}
.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: #e6c68b;
  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;
}
.message .btn-group {
  display: flex;
  margin-top: 44px;
}
.message .btn {
  width: 134px;
  height: 43px;
  background: #e6c68b;
  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: #e6c68b;
  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 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  padding: 0 30px;
}
.footer {
  background: #131314;
  padding-bottom: 30px;
  border-top: 4px solid #e6c68b;
}
.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: #e6c68b;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #e6c68b !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: 56px;
}
.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: #e6c68b;
  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;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}

.detail .photo {
  margin-top: 45px;
}
.page img,
.detail img {
  max-width: 100%;
}
.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: #e6c68b;
}
.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 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;
}
.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;
  }
}
/*悬浮*/
.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: #e6c68b;
}
.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%;
  }
}
@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;
  }
  .case .c-list ul li .img-wrap img {
    height: 300px;
  }
}
.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%);
}
