.clear {
  clear: both;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}
.fixedNav {
  top: 0 !important;
}
.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.banner .bannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner .bannerbox ul li a {
  display: block;
}
.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerbox .swiper_bannerL {
  position: absolute;
  top: 50%;
  left: 20px;
  background: rgba(255, 255, 255, 0.5) url(../images/next.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: rgba(255, 255, 255, 0.5) url(../images/prev.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_positon {
  position: absolute;
  right: 0%;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  bottom: 70px;
  padding-right: 10%;
}
.banner .bannerbox .swiper_positon span {
  background: #ac876c;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 10px 0 10px;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active {
  width: 50px;
  height: 15px;
  background-color: #ac876c;
  border-radius: 10px;
}
.title a {
  display: block;
}
.title a img {
  display: block;
  margin: 0 auto;
}
.title a span {
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 38px;
  font-size: 18px;
  color: #333333;
  letter-spacing: 1.4px;
}
.Solution {
  width: 100%;
  height: 798px;
  background: url(../images/SolutionBg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 112px;
  box-sizing: border-box;
}
.Solution .SolutionBox {
  width: 1470px;
  margin: 0 auto;
  background: url(../images/SolutionBg2.png) no-repeat center 40px;
  margin-top: 86px;
}
.Solution .SolutionBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.Solution .SolutionBox ul li a {
  display: block;
  width: 172px;
  height: 218px;
  background: #f5e6ce;
  border: 1px solid #fffefe;
  padding-top: 28px;
  box-sizing: border-box;
}
.Solution .SolutionBox ul li a em {
  display: block;
  width: 114px;
  height: 114px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.Solution .SolutionBox ul li a em img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Solution .SolutionBox ul li a span {
  display: block;
  text-align: center;
  padding-top: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.Solution .SolutionBox ul li:nth-child(1) {
  transform: rotate(-6deg);
}
.Solution .SolutionBox ul li:nth-child(2) {
  transform: rotate(0deg);
}
.Solution .SolutionBox ul li:nth-child(3) {
  transform: rotate(1deg);
}
.Solution .SolutionBox ul li:nth-child(4) {
  transform: rotate(-3deg);
}
.Solution .SolutionBox ul li:nth-child(5) {
  transform: rotate(6deg);
}
.Solution .SolutionBox ul li:hover a {
  background: #cdbb9e;
  border-color: #cdbb9e;
}
.Solution .SolutionBox ul li:hover a em img {
  transform: scale(1.1);
}
.Solution .SolutionBox .SolutionMore {
  width: 145px;
  height: 46px;
  background: url(../images/SolutionMore.png) no-repeat center;
  text-align: center;
  line-height: 46px;
  color: #333;
  font-size: 16px;
  display: block;
  margin: 90px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Solution .SolutionBox .SolutionMore:hover {
  transform: translateY(-3px);
}
.mbanner {
  width: 100%;
  height: 216px;
  background: url(../images/mbanner.jpg) no-repeat center;
}
.mbanner .mbannerBox {
  height: 216px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.mbanner .mbannerBox .mbannerl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.mbanner .mbannerBox .mbannerl img {
  display: block;
}
.mbanner .mbannerBox .mbannerl p {
  padding-left: 17px;
}
.mbanner .mbannerBox .mbannerl p b {
  display: block;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 17px;
}
.mbanner .mbannerBox .mbannerl p em {
  display: block;
  line-height: 1;
  padding-bottom: 22px;
  font-size: 20px;
  letter-spacing: 1px;
}
.mbanner .mbannerBox .mbannerr {
  height: 84px;
  background: url(../images/mbannerr.png) no-repeat center left;
  padding-left: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
}
.mbanner .mbannerBox .mbannerr h4 {
  width: 100%;
  display: block;
  font-size: 16px;
}
.mbanner .mbannerBox .mbannerr p {
  font-size: 24px;
  font-weight: bold;
}
.product {
  width: 100%;
  background: url(../images/productBg.jpg) no-repeat center top;
  background-size: cover;
  height: 629px;
  padding-top: 60px;
  box-sizing: border-box;
}
.product .productBox {
  margin-top: 46px;
  position: relative;
}
.product .productBox .bd {
  width: 100%;
  overflow: hidden;
}
.product .productBox .bd ul li {
  float: left;
  width: 400px;
  margin-right: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .bd ul li i {
  display: block;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.product .productBox .bd ul li i img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.product .productBox .bd ul li em {
  width: 100%;
  height: 98px;
  background: #fff;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .bd ul li em::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  display: block;
  background: #cacaca;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.product .productBox .bd ul li em::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  display: block;
  background: #cacaca;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.product .productBox .bd ul li em span {
  font-size: 17px;
  line-height: 98px;
  text-align: center;
  width: 320px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .bd ul li:hover a i img {
  transform: scale(1.1);
}
.product .productBox .bd ul li:hover a em {
  background: #ac876c;
}
.product .productBox .bd ul li:hover a em span {
  color: #fff;
}
.product .productBox .productBoxl {
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/porductIco1.png) no-repeat center;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productBoxl:hover {
  background: url(../images/porductIco2.png) no-repeat center;
}
.product .productBox .productBoxr {
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/porductIco1.png) no-repeat center;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -100px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productBoxr:hover {
  background: url(../images/porductIco2.png) no-repeat center;
}
.reason {
  width: 100%;
  height: 784px;
  background: url(../images/reasonBg.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.reason .reasonBg {
  pointer-events: none;
  width: 100%;
  height: 185px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/reasonBg2.png) no-repeat center;
  z-index: 2;
}
.reason .reasonBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 784px;
  box-sizing: border-box;
  align-items: flex-end;
}
.reason .reasonBox .reasonL {
  padding-top: 85px;
  width: 560px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.reason .reasonBox .reasonL .title a img {
  margin-left: 0;
}
.reason .reasonBox .reasonL .title a span {
  text-align: left;
  margin-top: 17px;
}
.reason .reasonBox .reasonL .title a span::after {
  content: "";
  display: block;
  width: 36px;
  height: 8px;
  background: #333;
  margin-top: 25px;
}
.reason .reasonBox .reasonL .bd {
  margin-top: 70px;
}
.reason .reasonBox .reasonL .bd ul li h4 {
  font-size: 26px;
  font-weight: bold;
}
.reason .reasonBox .reasonL .bd ul li p {
  margin-top: 30px;
  font-size: 17px;
  line-height: 34px;
  color: #6c5d53;
}
.reason .reasonBox .reasonL .reasonApage {
  position: absolute;
  bottom: 234px;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .reasonBox .reasonL .reasonApage .reasonApagel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 200px;
  height: 65px;
  background: #ac876c;
  border-radius: 50px;
  position: relative;
  padding: 0 23px;
  box-sizing: border-box;
  align-items: center;
}
.reason .reasonBox .reasonL .reasonApage .reasonApagel::after {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.33);
}
.reason .reasonBox .reasonL .reasonApage .reasonApagel .reasonjtl {
  width: 28px;
  height: 21px;
  background: url(../images/reasonjtl.png) no-repeat center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonL .reasonApage .reasonApagel .reasonjtl:hover {
  transform: translateY(-2px);
}
.reason .reasonBox .reasonL .reasonApage .reasonApagel .reasonjtr {
  width: 28px;
  height: 21px;
  background: url(../images/reasonjtr.png) no-repeat center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonL .reasonApage .reasonApagel .reasonjtr:hover {
  transform: translateY(-2px);
}
.reason .reasonBox .reasonL .reasonApage .reasonApager {
  height: 65px;
}
.reason .reasonBox .reasonL .reasonApage .reasonApager .pageInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 65px;
  align-items: center;
  margin-left: 40px;
}
.reason .reasonBox .reasonL .reasonApage .reasonApager .pageInfo .current {
  font-size: 30px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #ac876c;
}
.reason .reasonBox .reasonL .reasonApage .reasonApager .pageInfo .progressBox {
  width: 90px;
  height: 2px;
  background: #333;
  display: block;
  margin-left: 16px;
  margin-right: 12px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonL .reasonApage .reasonApager .pageInfo .progressBox .progress {
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ac876c;
}
.reason .reasonBox .reasonL .reasonApage .reasonApager .pageInfo .total {
  font-size: 20px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.reason .reasonBox .reasonR {
  width: 565px;
  transform: translateX(16px);
}
.reason .reasonBox .reasonR .reaonImg {
  width: 100%;
}
.reason .reasonBox .reasonR .reaonImg ul li {
  width: 100%;
}
.reason .reasonBox .reasonR .reaonImg ul li img {
  display: block;
  width: 100%;
  height: 588px;
}
.about {
  width: 100%;
  background: url(../images/aboutBg.jpg) no-repeat center top;
  height: 836px;
  position: relative;
  padding-top: 7px;
  box-sizing: border-box;
}
.about .aboutBg2 {
  width: 100%;
  height: 836px;
  background: url(../images/aboutBg2.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
}
.about .aboutBox {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutBox .aboutL {
  width: 602px;
  height: 649px;
}
.about .aboutBox .aboutL a {
  width: 649px;
  height: 649px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  display: block;
  border-radius: 50%;
  transform: translateX(-46px);
}
.about .aboutBox .aboutL a img {
  width: 619px;
  height: 619px;
  display: block;
  margin: 15px;
}
.about .aboutBox .aboutr {
  width: 650px;
  padding-left: 40px;
  box-sizing: border-box;
  margin-top: 142px;
  position: relative;
}
.about .aboutBox .aboutr::after {
  content: "";
  width: 2px;
  height: 90px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.about .aboutBox .aboutr h4 {
  padding-top: 10px;
  padding-bottom: 50px;
}
.about .aboutBox .aboutr h4 a {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.about .aboutBox .aboutr p {
  height: 252px;
  font-size: 16px;
  line-height: 36px;
  color: #f7e7e1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.about .aboutBox .aboutr .SolutionMore {
  width: 145px;
  height: 46px;
  background: url(../images/SolutionMore.png) no-repeat center;
  text-align: center;
  line-height: 46px;
  color: #333;
  font-size: 16px;
  display: block;
  margin: 70px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutr .SolutionMore:hover {
  transform: translateY(-3px);
}
.honor {
  width: 100%;
  height: 549px;
  background: url(../images/honorBg.jpg) no-repeat center top;
  padding-top: 4px;
  box-sizing: border-box;
}
.honor .honorTitle a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 54px;
  background: url(../images/honorTitle.png) no-repeat center top;
}
.honor .honorTitle a i {
  width: 38px;
  height: 39px;
  display: block;
  background: url(../images/honorIco.png) no-repeat center;
}
.honor .honorTitle a em {
  font-size: 30px;
  line-height: 1;
  margin: 0 28px 0 21px;
}
.honor .honorTitle a span {
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: rgba(51, 51, 51, 0.2);
  text-transform: uppercase;
  display: block;
  height: 30px;
  padding-right: 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  transform: rotate(90deg);
  transform-origin: 0 0;
  margin-left: 28px;
}
.honor .bd {
  margin-top: 84px;
  position: relative;
}
.honor .bd .honorl {
  width: 40px;
  height: 46px;
  background: url(../images/honorJt1.png) no-repeat center;
  position: absolute;
  left: -100px;
  cursor: pointer;
  top: 117px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honor .bd .honorl:hover {
  background-image: url(../images/honorJt2.png);
}
.honor .bd .honorr {
  width: 40px;
  height: 46px;
  background: url(../images/honorJt1.png) no-repeat center;
  transform: rotate(-180deg);
  position: absolute;
  right: -100px;
  cursor: pointer;
  top: 117px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honor .bd .honorr:hover {
  background-image: url(../images/honorJt2.png);
}
.honor .bd .honorList {
  overflow: hidden;
}
.honor .bd .honorList ul {
  padding-bottom: 40px !important;
}
.honor .bd .honorList ul li {
  width: 210px;
  height: 274px;
  float: left;
  position: relative;
  margin-right: 63px;
  box-shadow: -2px 5px 15px 5px rgba(51, 51, 51, 0.2);
  overflow: hidden;
}
.honor .bd .honorList ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  background: url(../images/honorBS.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.honor .bd .honorList ul li a {
  display: block;
  margin: 14px auto 0;
  width: 178px;
  height: 253px;
  background: #333;
}
.honor .bd .honorList ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honor .bd .honorList ul li:hover a img {
  display: block;
  transform: scale(1.1);
}
.significance {
  width: 100%;
  height: 984px;
  background: url(../images/significanceBg.jpg) no-repeat center top;
  position: relative;
}
.significance .significanceBg2 {
  width: 100%;
  height: 984px;
  background: url(../images/significanceBg2.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.significance .significanceBox {
  position: relative;
  z-index: 3;
  padding-top: 124px;
  box-sizing: border-box;
}
.significance .significanceBox .title a {
  display: block;
}
.significance .significanceBox .title a img {
  display: block;
}
.significance .significanceBox .title a::after {
  content: "";
  width: 44px;
  height: 8px;
  display: block;
  background: #ac876c;
  margin: 20px auto 0;
}
.significance .significanceBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.significance .significanceBox ul li {
  width: 280px;
  position: relative;
}
.significance .significanceBox ul li .significanceLine {
  width: 258px;
  height: 285px;
  display: block;
  border: 1px solid rgba(243, 227, 201, 0.55);
  position: absolute;
  border-radius: 500px 500px 0 0;
  top: -20px;
  right: -20px;
}
.significance .significanceBox ul li .significanceCenter {
  width: 260px;
  height: 535px;
  background: #f3e3c9;
  border-radius: 400px;
  position: relative;
}
.significance .significanceBox ul li .significanceCenter .significanceImg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.significance .significanceBox ul li .significanceCenter .significanceImg img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 2px;
}
.significance .significanceBox ul li .significanceCenter h4 {
  display: block;
  margin: 0 auto;
  padding-top: 42px;
}
.significance .significanceBox ul li .significanceCenter h4 img {
  display: block;
  margin: 0 auto;
}
.significance .significanceBox ul li .significanceCenter p {
  padding: 0 37px;
  box-sizing: border-box;
  width: 100%;
  color: #695e4b;
  font-size: 16px;
  text-align: center;
  margin-top: 29px;
  line-height: 28px;
}
.news {
  width: 100%;
  height: 703px;
  background: url(../images/newsBg.jpg) no-repeat center;
  padding-top: 42px;
  box-sizing: border-box;
}
.news .newsTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.news .newsTop .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsTop .hd ul li {
  width: 170px;
  height: 64px;
  border: 1px solid #7d7d7d;
  text-align: center;
  margin-left: -1px;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTop .hd ul li a {
  display: block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTop .hd ul li.on {
  background: #ac876c;
}
.news .newsTop .hd ul li.on a {
  color: #fff;
}
.news .bd {
  margin-top: 68px;
}
.news .bd .newsList ul li {
  width: 380px;
  float: left;
  margin-right: 80px;
}
.news .bd .newsList ul li a {
  display: block;
}
.news .bd .newsList ul li a i {
  width: 380px;
  height: 282px;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .bd .newsList ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .bd .newsList ul li a em {
  display: block;
  font-size: 16px;
  margin-top: 42px;
  line-height: 1;
}
.news .bd .newsList ul li a span {
  font-size: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin-top: 23px;
  margin-bottom: 33px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .bd .newsList ul li a b {
  display: block;
  width: 380px;
  height: 45px;
  background: url(../images/newsMore.png) no-repeat center;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .bd .newsList ul li:hover a i {
  border-radius: 10px;
}
.news .bd .newsList ul li:hover span {
  color: #ac876c;
}
.news .bd .newsList ul li:hover b {
  transform: translateY(-5px);
}
.news .bd .newsList ul li:last-child {
  margin-right: 0;
}
