* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-primary {
  color: #14997e;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-overflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.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 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inner-nav {
  width: 100%;
  height: 87px;
  position: fixed;
  z-index: 10000000;
  background: #c81919;
  display: flex;
  justify-content: space-between;
  padding: 0 36px;
  box-sizing: border-box;
  color: #333333;
  transition: all 0.5s;
  box-shadow: 0px 19px 79px 0px rgba(223, 223, 223, 0.31);
}
.inner-nav .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner-nav .logo {
  display: flex;
  align-items: center;
  /* height: 37px; */
}
.inner-nav .logo img {
  /* height: 37px; */
}
.inner-nav .navBar li a {
  color: #fff;
}
.index-nav {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 53px;
  box-shadow: 0px 0px 0px 0px rgba(223, 223, 223, 0.31);
}
.index-nav .wrap {
  /* background: rgba(255, 255, 255, 0.49); */
  border-radius: 0px 40px 0px 40px;
  padding: 0 36px;
}

/* .inner-nav .navBar li.on .tit {
  color: #dfe109 !important;
} */
.navBar {
  justify-content: flex-end;
}
.navBar li {
  width: 109px;
  height: 87px;
  line-height: 87px;
  position: relative;
  margin: 0 10px;
}
.navBar li::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;

  /* background: #b9040a; */
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
  z-index: 1;
}
.navBar li.on .tit {
  color: #b9040a;
}
.navBar li.on::before {
  height: 100%;
}
.navBar li:hover .tit {
  color: #dfe109;
}

.inner-nav .navBar li:hover .tit {
  color: #dfe109;
}
.index-nav .navBar li:hover .tit {
  color: #dfe109;
}

.inner-nav .navBar li.on .tit {
  color: #dfe109;
}
.index-nav .navBar li.on .tit {
  color: #fff;
}

.nav-two .navBar li.on .tit {
  color: #dfe109;
}
.nav-two .navBar li:hover .tit {
  color: #dfe109;
}
.navBar li:hover .sub {
  height: auto;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  display: block;
  width: 100%;
  height: 87px;
  text-align: center;
  line-height: 87px;
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 19px;
  padding-bottom: 3px;
}
.navBar .sub {
  position: absolute;
  top: 89px;
  left: 0;
  width: 176px;
  background: #fff;
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
  left: -30px;
}
.navBar .sub a {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #f3f5f8;
  box-sizing: border-box;
  text-align: center;
  color: #fff !important;
  background: #b9040a;
}
.navBar .sub a:hover {
  background: #ffeff0;
  color: #b9040a !important;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  display: block;
  height: 100vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.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: 50px;
}
.inner-bar {
  font-size: 16px;
  color: #999999;
}
.com-title p {
  text-align: center;
}
.com-title p:nth-child(1) {
  font-size: 46px;
  font-weight: bold;
  color: #d00000;
}
.com-title p:nth-child(1) span:nth-child(2) {
  color: #333;
}
.com-title p:nth-child(2) {
  font-size: 19px;
  font-weight: 400;
  color: #999999;
  margin-top: 8px;
}
.product {
  margin-top: 60px;
}
.product .classify {
  margin-top: 56px;
}
.product .classify ul {
  display: flex;
  justify-content: center;
}
.product .classify ul li {
  text-align: center;
  width: 213px;
  height: 62px;
  line-height: 64px;
  font-size: 20px;
  color: #333333;
  border: 1px solid #eeeeee;
  border-right: none;
}
.product .classify ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.product .classify ul li:hover {
  background: #d00000;
}
.product .classify ul li:hover a {
  color: #fff;
}
.product .classify ul li:nth-last-child(1) {
  border-right: 1px solid #eee;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  width: 372px;
  height: 326px;
  background: #f6f6f6;
  margin-top: 45px;
  margin-right: 41px;
  position: relative;
  overflow: hidden;
}
.product .list ul li:hover .bottom-mask {
  left: 0;
  transition: all 0.3s;
}
.product .list ul li:hover .text {
  color: #fff;
  position: relative;
  z-index: 100;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li .text {
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  line-height: 62px;
}
.product .list ul li .text span:nth-child(1) {
  width: 242px;
  display: inline-block;
}
.product .list ul li .text span:nth-child(2) {
  font-size: 22px;
}
.product .list ul li .img-box {
  width: 373px;
  height: 264px;
  position: relative;
  overflow: hidden;
}
.product .list ul li .img-box img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.product .list ul li .bottom-mask {
  width: 100%;
  height: 63px;
  position: absolute;
  bottom: 2px;
  left: -368px;
  background: #d00000;
  transition: all 0.3s;
}
.advantage {
  margin-top: 57px;
  padding-bottom: 90px;
}
.advantage .com-title {
  padding-top: 164px;
}
.advantage .com-title p {
  color: #fff !important;
}
.advantage .com-title p span {
  color: #fff !important;
}
.advantage .back {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.advantage .back .top-img {
  width: 100%;
  height: 92px;
}
.advantage .back .top-img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.advantage .back #particles-jss {
  background: #d00000;
  height: 980px !important;
}
/* .advantage .back .particles-js-canvas-el {
  height: 980px !important;
} */
.advantage .advantage-list {
  margin-top: 56px;
}
.advantage .advantage-list .hd {
  /* margin-left: 30px; */
}
.advantage .advantage-list .hd ul {
  display: flex;
}
.advantage .advantage-list .hd ul li {
  width: 300px;
  height: 116px;
  background: #e91b1b;
  border-right: 1px solid #dc4040;
}
.advantage .advantage-list .hd ul li:nth-last-child(1) {
  border-right: 0;
}
.advantage .advantage-list .hd ul li.on {
  background: #ffcc00;
}
.advantage .advantage-list .hd ul li.on .iconfont {
  color: #1f1d28;
}
.advantage .advantage-list .hd ul li.on .text p {
  color: #201b21;
}
.advantage .advantage-list .hd ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.advantage .advantage-list .hd ul li .iconfont {
  font-size: 40px;
  color: #fff;
  width: 50px;
}
.advantage .advantage-list .hd ul li .text {
  color: #fff;
  margin-left: 20px;
}
.advantage .advantage-list .hd ul li .text p:nth-child(1) {
  font-size: 28px;
}
.advantage .advantage-list .hd ul li .text p:nth-child(2) {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 5px;
}
.advantage .advantage-list .bd {
  height: 593px;
  box-sizing: border-box;
  background: #fff;
  margin-top: -37px;
  padding: 100px 32px 69px 32px;
}
.advantage .advantage-list .bd ul li a {
  display: flex;
}
.advantage .advantage-list .bd ul li a .left {
  margin-right: 33px;
}
.advantage .advantage-list .bd ul li a .left .top {
  display: flex;
  align-items: center;
}
.advantage .advantage-list .bd ul li a .left .top .num {
  font-size: 64px;
  font-weight: bold;
  color: #d00000;
}
.advantage .advantage-list .bd ul li a .left .top .text {
  margin-left: 20px;
}
.advantage .advantage-list .bd ul li a .left .top .text p:nth-child(1) {
  font-size: 30px;
  color: #d00000;
}
.advantage .advantage-list .bd ul li a .left .top .text p:nth-child(2) {
  font-size: 12px;
  color: #bebebe;
  margin-top: 5px;
}
.advantage .advantage-list .bd ul li a .left .content {
  margin-top: 36px;
  font-size: 16px;
  color: #333333;
  width: 596px;
  line-height: 33px;
}
.advantage .advantage-list .bd ul li a .img-box {
  width: 507px;
  height: 395px;
  position: relative;
  margin-top: 20px;
}
.advantage .advantage-list .bd ul li a .img-box img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
}
.new {
  margin-top: 59px;
}
.new .new-list {
  margin-top: 22px;
}
.new .new-list ul {
  display: flex;
  flex-wrap: wrap;
}
.new .new-list ul li {
  width: 566px;
  height: 203px;
  background: #ffffff;
  padding: 33px 0;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  margin-right: 65px;
}
.new .new-list ul li:hover {
  border: none;
  box-shadow: 0px 11px 32px 0px rgba(223, 223, 223, 0.46);
  padding: 33px 16px;
  position: relative;
  z-index: 100000;
  margin-top: -1px;
}
.new .new-list ul li:nth-child(2n) {
  margin-right: 0;
}
.new .new-list ul li p:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.new .new-list ul li p:nth-child(1) span:nth-child(1) {
  width: 347px;
  font-size: 16px;
  display: block;
  color: #333333;
}
.new .new-list ul li p:nth-child(1) span:nth-child(2) {
  font-size: 16px;
  color: #999999;
}
.new .new-list ul li p:nth-child(2) {
  width: 100%;
  font-size: 14px;
  color: #666666;
  margin-top: 17px;
  line-height: 27px;
}
.new .new-list ul li p:nth-child(3) {
  width: 76px;
  height: 29px;
  border: 1px solid #d00000;
  border-radius: 4px;
  font-size: 14px;
  color: #d00000;
  text-align: center;
  line-height: 29px;
  margin-top: 20px;
}
.about {
  margin-top: 60px;
  position: relative;
}
.about .back {
  width: 100%;
  position: absolute;
  display: flex;
}
.about .back .left {
  width: 57.2%;
  height: 657px;
  padding-left: 18%;
  padding-right: 36px;
  position: relative;
  background: #d00000;
}
.about .back .left .img-box {
  position: absolute;
  right: 0;
  z-index: -1;
}
.about .back .left p:nth-of-type(1) {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 55px;
}
.about .back .left p:nth-of-type(1) span:nth-child(1) {
  font-size: 36px;
  margin-right: 16px;
}
.about .back .left p:nth-of-type(2) {
  font-size: 16px;
  color: #ffffff;
  line-height: 39px;
  margin-top: 50px;
}
.about .back .img-box {
  width: 62.8%;
  height: 657px;
  position: relative;
}
.about .back .img-box img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
}
.about .about-content {
  display: flex;
  height: 505px;
}
.about .a-list {
  height: 451px;
  background: #ffffff;
  box-shadow: 0px 21px 40px 0px rgba(235, 235, 235, 0.46);
  position: relative;
  z-index: 1000;
  padding: 32px;
  box-sizing: border-box;
}
.about .a-list h3 {
  width: 252px;
  height: 71px;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background: #d00000;
  box-sizing: border-box;
}
.about .a-list .bd {
  margin-top: 40px;
}
.about .a-list .bd ul {
  display: flex;
}
.about .a-list .bd ul li:hover .img {
  transform: scale(1.1);
  transition: all 1.2s;
}
.about .a-list .bd ul li a {
  width: 352px;
  height: 256px;
  display: block;
  margin-right: 40px;
  overflow: hidden;
}
.about .a-list .bd ul li a .img {
  width: 100%;
  height: 100%;
}
.partner {
  margin-top: 200px;
}
.partner .list {
  margin-top: 15px;
}
.partner .list .bd ul li ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1000;
}
.partner .list .bd ul li ul li {
  width: 280px;
  height: 113px;
  background: #ffffff;
  box-shadow: 0px 19px 79px 0px rgba(223, 223, 223, 0.31);
  margin-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-top: 43px;
}
.partner .list .bd ul li ul li img {
  max-width: 100%;
  max-height: 100%;
}
.partner .list .bd ul li ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.partner .list .hd {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.partner .list .hd li {
  width: 14px;
  height: 14px;
  background: #dddddd;
  border-radius: 50%;
  margin-right: 14px;
}
.partner .list .hd li.on {
  width: 43px;
  height: 14px;
  background: #d00000;
  border-radius: 7px;
}
.footer-contact {
  background: #171522;
  height: 423px;
  color: #fff;
  margin-top: 99px;
}
.footer-contact nav {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #404040;
  margin-bottom: 40px;
}
.footer-contact nav a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-right: 60px;
}
.footer-contact .logo p:nth-of-type(1) {
  font-size: 14px;
  color: #e6e6e6;
  margin-top: 49px;
}
.footer-contact .logo p:nth-of-type(2) {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
}
.footer-contact .logo p:nth-of-type(3) {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
}
.footer-contact .mid {
  margin-left: 90px;
  line-height: 37px;
  color: #e6e6e6;
  font-size: 14px;
}
.footer-contact .mid h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
}
.footer-contact .mid h5 {
  font-size: 18px;
  font-weight: 400;
  color: #e6e6e6;
}
.footer-contact .mid p {
  color: #e6e6e6;
  margin-top: 0px;
}
.footer-contact .mid span {
  font-size: 22px;
  margin-right: 8px;
}
.footer-contact .ewm {
  height: 215px;
  margin-left: 173px;
}
.footer-contact .ewm p {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 18px;
  margin-top: 49px;
}
.footer-contact .ewm img {
  margin-right: 30px;
  width: 150px;
  height: 150px;
}
.footer-contact .ewm img:nth-last-child(1) {
  margin-right: 0;
}
.footer {
  height: 60px;
  line-height: 60px;
  background: #0e0d15;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer a {
  color: #fff;
}
.inner-banner {
  height: 500px;
  padding-top: 87px;
}
.inner-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.inner-bar {
  width: 100%;
  height: 86px;
  background: #fefefe;
  box-shadow: 0px 19px 79px 0px rgba(223, 223, 223, 0.31);
  display: flex;
  align-items: center;
  padding: 0 23px;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: -43px;
  position: relative;
  z-index: 100000000;
  overflow: hidden;
}
.inner-bar .nav-list {
  position: relative;
  padding-right: 53px;
  width: 773px;
  left: 56px;
}
.inner-bar .nav-list .bd {
  width: 810px;
  overflow: hidden;
}
.inner-bar .nav-list .tempWrap {
  width: 720px !important;
}
.inner-bar .nav-list .tempWrap li {
  width: 200px !important;
}
.inner-bar .nav-list ul {
  display: flex;
}
.inner-bar .nav-list ul li {
  font-size: 16px;
  color: #b9040a;
  text-align: center;
  margin-right: 63px;
}
.inner-bar .nav-list ul li:hover a {
  color: #b9040a;
  font-weight: 700;
}
.inner-bar .nav-list ul li.on a {
  color: #b9040a;
  font-weight: 700;
}
.inner-bar .nav-list ul li a {
  color: #333;
}
.inner-bar .nav-list .prev {
  font-size: 28px;
  color: #cbcbcb;
  position: absolute;
  left: -60px;
  top: -3px;
  display: block;
  width: 40px;
  height: 40px;
}
.inner-bar .nav-list .next {
  position: absolute;
  right: 50px !important;
  transform: rotate(180deg);
  display: block;
  width: 40px;
  height: 40px;
  font-size: 28px;
  color: #cbcbcb;
  top: -15px;
}
.ny-title {
  font-size: 34px;
  color: #333333;
  margin-top: 64px;
}
.ny-partner .list {
  margin-top: 15px;
}
.ny-partner .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-partner .list ul li {
  width: 280px;
  height: 113px;
  background: #ffffff;
  box-shadow: 0px 19px 79px 0px rgba(223, 223, 223, 0.31);
  margin-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-top: 43px;
}
.ny-partner .list ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.ny-about .container {
  margin-top: 54px;
}
.ny-contact .top-qq {
  display: flex;
  margin-top: 55px;
}
.ny-contact .top-qq > div {
  width: 111px;
  height: 37px;
  line-height: 37px;
  background: #b9040a;
  border-radius: 19px;
  text-align: center;
  margin-right: 15px;
}
.ny-contact .top-qq > div a {
  color: #fff;
}
.ny-contact .content {
  display: flex;
  margin-top: 20px;
}
.ny-contact .content .text {
  width: 344px;
  font-size: 16px;
  color: #333333;
  line-height: 37px;
}
.ny-contact .content .erwer {
  display: flex;
  /* margin-left: 140px; */
  margin-top: 5px;
}
.ny-contact .content .erwer > div {
  /* margin-left: 70px; */
  text-align: center;
}
.ny-contact .content .erwer img {
  width: 136px;
  height: 136px;
}
.ny-contact .map {
  margin-top: 65px;
}
.ny-contact .message {
  margin-top: 72px;
}
.ny-contact .message h3 {
  font-size: 16px;
  font-weight: 700;
  color: #030303;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  background: #f6f6f6;
  margin-top: 14px;
  width: 380px;
  height: 45px;
  background: #f7f7f7;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1),
.ny-contact .message .input > div:nth-child(2) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .input > div span i {
  color: #ff0000;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}
.ny-contact .message .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.ny-contact .message .btn {
  width: 134px;
  height: 40px;
  background: #b9040a;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 40px;
  background: #d6d6d6;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-left: 26px;
}
.nynew-list ul li {
  width: 100%;
  height: 197px;
  border: 1px solid #f1f1f1;
  padding: 30px 30px 0 30px;
  margin-top: 33px;
  box-sizing: border-box;
}
.nynew-list ul li:hover a > div:nth-child(1) p {
  color: #b9040a !important;
}
.nynew-list ul li:hover a > div:nth-child(3) p:nth-child(1) {
  color: #b9040a !important;
}
.nynew-list ul li a {
  display: flex;
  align-items: center;
}
.nynew-list ul li a > div:nth-child(1) p:nth-child(1) {
  font-size: 52px;
  font-weight: 400;
  color: #333333;
}
.nynew-list ul li a > div:nth-child(1) p:nth-child(2) {
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
}
.nynew-list ul li a > div:nth-child(2) {
  width: 232px;
  height: 140px;
  margin-left: 30px;
}
.nynew-list ul li a > div:nth-child(3) {
  width: 752px;
  margin-left: 28px;
}
.nynew-list ul li a > div:nth-child(3) p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 37px;
}
.nynew-list ul li a > div:nth-child(3) p:nth-child(2) {
  width: 772px;
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
  line-height: 29px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.ny-container .ny-title {
  margin-top: 30px;
  text-align: center;
}
.detail {
  padding-bottom: 60px;
  margin-top: 40px;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #14997e;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 56px;
  justify-content: center;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
  margin: 0 3px;
}
.paging li:hover a {
  background: #d00000;
  color: #fff;
}
.paging li.on a {
  background: #d00000;
  color: #fff;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
}
.paging li.next {
  transform: rotate(180deg);
}
.paging li.next a,
.paging li.prev a {
  background: #f9f9f9;
}
.paging li.next span,
.paging li.prev span {
  color: #242422;
}
.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: '微软雅黑';
}
