html,
body {
  font-family: "微软雅黑";
}
ul {
  list-style: none;
  padding: 0;
}
img {
  transition: 0.3s;
}
a,
a:hover {
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 1250px) {
  .container {
    width: 1200px;
  }
}
.animationload {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  background: #fff;
  z-index: 999999;
}
.loader {
  position: absolute;
  margin: -25px 0 0 -25px;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 999;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.loader p {
  font-size: 12px;
  margin-top: 10px;
  text-indent: 1px;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
#backtop {
  position: fixed;
  width: 54px;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.show {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
  background: #eee url(../images/side_icon.png) center no-repeat;
}
#backtop ul li .sidetop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #a62c49 url(../images/side_icon-w.png) center no-repeat;
}
@media (max-width: 768px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
}
#header .navbar {
  height: 120px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .navbar-brand {
  padding: 0;
  height: auto;
  margin: 40px 0 0 0;
}
#header .navbar-brand img {
  transition: 0.3s;
}
#header .navbar-brand:hover img {
  transform: scale(1.1);
}
#header .navbar-nav > li {
  margin: 0;
  position: relative;
  font-size: 16px;
  color: #666666;
  width: 102px;
}
#header .navbar-nav > li:hover > ul {
  display: block;
}
#header .navbar-nav {
  margin-top: 20px;
}
#header .navbar-right .dropdown-menu {
  min-width: 130px;
  left: 50%;
  margin-left: -65px;
  text-align: center;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
}
#header .navbar-right .dropdown-menu li {
  padding: 0 12px;
}
#header .navbar-right .dropdown-menu li a {
  color: #666666;
  font-size: 16px;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
#header .navbar-right .dropdown-menu li:hover {
  background: #a62c49;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
#header .navbar-right .dropdown-menu li:hover a {
  color: #fff;
  background: #a62c49;
  box-shadow: none;
}
#header .navbar-text {
  font-family: "微软雅黑";
  font-size: 20px;
  color: #666666;
  margin-top: 24px;
}
#header .mobile-navbtn {
  display: none;
}
#header .dropdown-menu li {
  width: 100%;
  position: relative;
  font-size: 14px;
}
#header .dropdown-menu.open {
  display: block !important;
}
#header .dropdown-menu.multi {
  position: absolute;
  left: auto;
  right: 100% !important;
  top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#header .dropdown-menu.multi a {
  font-size: 12px;
}
#header .nav > li > a {
  padding: 30px 0 48px;
  color: #666666;
  margin: 0 19px;
  text-align: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: -48px;
  background-position-y: 66px;
  transition: 0.3s;
}
#header .language img {
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
#header .nav > li.active > a,
#header .nav > li:hover:not(.nohover) > a {
  color: #a62c49;
  background-color: transparent;
  background-position-x: 0;
  background-image: url(../images/header/navbg.png);
}
@media (min-width: 768px) {
  #header li.hasdrop:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #header .navbar-nav > li {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #header .navbar-nav > li {
    font-size: 15px;
    width: 80px;
  }
  #header .navbar-nav > li a {
    margin: 0 10px;
  }
  #header .header-top-sreach-box {
    right: -1px;
  }
}
@media (max-width: 767px) {
  #header .navbar-nav > li {
    width: 100%;
  }
  #header .navbar-nav > li a {
    text-align: left;
    margin: 0;
  }
  #header .container {
    width: 100%;
  }
  #header .search-box {
    display: none;
  }
  #header .navbar-right .dropdown-menu {
    position: relative;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  #header .dropdown-menu.multi-dropdown {
    left: 0 !important;
  }
  #header .mobile-navbtn {
    width: 40px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(../images/header/jia.png) center no-repeat;
    background-size: 100%;
  }
  #header .mobile-navbtn.open {
    background: url(../images/header/jian.png) center no-repeat;
    background-size: 100%;
  }
  #header .mobile-navbtn.iconb {
    background: url(../images/header/jia-b.png) center no-repeat;
    background-size: 100%;
  }
  #header .mobile-navbtn.iconb.open {
    background: url(../images/header/jian-b.png) center no-repeat;
    background-size: 100%;
  }
  #header .navbar {
    display: block;
    height: 60px;
  }
  #header .navbar-brand {
    width: 190px;
    margin: 15px 0 0 15px;
  }
  #header .navbar-brand img {
    width: 100%;
  }
  #header .navbar-text {
    display: inline-block;
    font-size: 15px;
    margin: 6px 0 0 15px;
  }
  #header .navbar-toggle {
    margin: 12px 15px 0 0;
  }
  #header .navbar-collapse {
    background: #333;
    margin-top: 13px;
    max-height: inherit;
  }
  #header .nav > li > a {
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
  }
  #header .navbar-nav {
    padding: 0 15px;
    margin-top: 0;
  }
  #header .dropdown-menu em i {
    color: #666666;
  }
  #header .dropdown-menu.multi {
    position: static;
  }
  #header .dropdown-menu > li > a {
    position: relative;
  }
  #header .navbar-right .dropdown-menu li a {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  }
}
#banner {
  margin-bottom: 60px;
  margin-top: 120px;
}
#banner .swiper-slide {
  height: 665px;
  background-size: cover;
  background-position: center;
}
#banner .swiper-slide img {
  width: 100%;
}
#banner .swiper-pagination-bullet {
  position: relative;
  width: 15px;
  height: 15px;
  background: #dcdcdc;
  opacity: 1;
  margin: 0 8px;
}
#banner .swiper-pagination-bullet-active {
  background: #a62c49;
}
#banner .swiper-container-horizontal > .swiper-pagination-bullets,
#banner .swiper-pagination-custom,
#banner .swiper-pagination-fraction {
  bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #banner {
    margin-top: 90px;
  }
  #banner .swiper-slide {
    height: 300px;
  }
}
@media (max-width: 768px) {
  #banner {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #banner .swiper-slide {
    height: 240px;
  }
  #banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
  #banner .swiper-pagination-bullet-active:after {
    padding: 6px;
    top: -3px;
    left: -2.5px;
  }
}
.curr-title {
  text-align: center;
  background: url(../images/about/titbg.png) 100% no-repeat;
  background-position: 0 20px;
  background-size: 100%;
}
.curr-title .inner {
  padding: 0 18px;
  display: inline-block;
  background: #fff;
}
.curr-title .tit {
  font-size: 32px;
  font-family: "微软雅黑";
  color: #a62c49;
  text-align: center;
  line-height: normal;
  margin: 0;
}
.curr-title .entit {
  font-family: "微软雅黑";
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin: 0;
}
.curr-title .des {
  text-align: center;
  font-size: 18px;
  font-family: "微软雅黑";
  color: #666666;
  padding: 0 15px;
  margin: 20px 0 25px;
}
@media (max-width: 768px) {
  .curr-title .tit {
    font-size: 22px;
  }
  .curr-title .entit {
    font-size: 15px;
  }
  .curr-title .des {
    font-size: 16px;
  }
}
#about {
  position: relative;
  margin-bottom: 50px;
}
#about .img-box {
  float: left;
  margin-right: 40px;
}
#about .info {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
#about .info .right {
  width: auto;
}
#about .info .right .top {
  font-size: 18px;
  font-family: "微软雅黑";
  color: #666666;
  margin: 0 0 50px;
}
#about .info .right .des {
  font-size: 18px;
  line-height: 1.4;
  font-family: "微软雅黑";
  color: #666666;
  margin-bottom: 43px;
}
#about .info .right a.more {
  width: 70px;
  height: 40px;
  display: block;
  background: url(../images/about/more-b.png) no-repeat;
  background-position: center bottom;
  background-size: 100%;
  float: right;
  font-size: 20px;
  color: #666666;
  text-align: center;
  line-height: 40px;
  text-indent: -8px;
}
#about .info .right a.more:hover {
  color: #a62c49;
  background-image: url(../images/header/navbg.png);
}
#about:after {
  content: "";
  position: absolute;
  width: 1400px;
  height: 287px;
  background: #eee;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1400px) {
  #about:after {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #about .info .right .top {
    margin: 0 0 20px;
  }
  #about .info .right .des {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  #about:after {
    background: transparent;
  }
  #about .info .right .top {
    margin: 0 0 15px;
    font-size: 16px;
  }
  #about .info .right .des {
    margin: 0 0 20px;
    font-size: 16px;
  }
  #about .info .right a.more {
    width: 60px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #about {
    margin-bottom: 30px;
  }
  #about .img-box {
    float: none;
    margin: 0 0 15px;
  }
  #about .img-box img {
    width: 100%;
  }
}
#case {
  margin-bottom: 60px;
  background: #eee;
  width: 100%;
  padding: 20px 0;
}
#case .item {
  position: relative;
  overflow: hidden;
}
#case .item img {
  width: 100%;
}
#case .item .mark {
  height: 50px;
  position: absolute;
  background: transparent;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#case .item .mark p {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0;
  line-height: 50px;
}
#case .item .mark:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
}
#case .item:hover img {
  transform: scale(1.1);
}
#case .item:hover .mark {
  height: 100%;
}
@media (max-width: 768px) {
  #case {
    margin-bottom: 30px;
  }
}
#product {
  margin-bottom: 60px;
}
#product #product-swiper {
  margin: 35px 0 70px;
  padding: 0 5px;
}
#product .item {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
#product .item img {
  width: 100%;
}
#product .item .ilink {
  display: block;
  width: 100%;
  height: 100%;
}
#product .item .mark {
  position: absolute;
  background: transparent;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#product .item .mark .tit,
#product .item .mark .des,
#product .item .mark .more {
  position: relative;
  z-index: 1;
  color: #fff;
}
#product .item .mark .tit {
  font-size: 24px;
  font-family: "微软雅黑";
  margin: 0;
  width: 100%;
  transition: 0.3s;
}
#product .item .mark .des {
  padding: 0 18px;
  font-size: 18px;
  width: 100%;
  height: 0;
  margin: 0;
  text-align: left;
  overflow: hidden;
  transition: 0.3s;
}
#product .item .mark .bot {
  width: 100%;
  height: 0;
  padding: 0 18px;
  overflow: hidden;
  transition: 0.3s;
}
#product .item .mark .more {
  width: 70px;
  height: 40px;
  display: block;
  background: url(../images/product/more-w.png) no-repeat;
  background-position: center bottom;
  float: right;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  text-indent: -8px;
}
#product .item .mark:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
}
#product .item:before,
#product .item:after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  transition: 0.8s;
}
#product .item:before {
  top: 0;
}
#product .item:hover {
  box-shadow: 0 0 10px 0 rgba(3, 3, 3, 0.5);
}
#product .item:hover .mark .tit {
  margin: 0 0 50px;
}
#product .item:hover .mark .des {
  margin: 0 0 30px;
  height: 100px;
}
#product .item:hover .mark .bot {
  height: 40px;
}
#product .item:hover:before,
#product .item:hover:after {
  bottom: -100%;
}
#product .item:hover:before {
  top: -100%;
}
@media (max-width: 992px) {
  #product .item:hover .mark .tit {
    margin: 0 0 30px;
  }
  #product .item:hover .mark .des {
    margin: 0 0 15px;
    height: 75px;
  }
  #product .item:before,
  #product .item:after {
    height: 60px;
  }
}
@media (max-width: 768px) {
  #product {
    margin-bottom: 30px;
  }
  #product #product-swiper {
    padding: 0;
    margin: 30px 0 0;
  }
  #product .item .mark .tit {
    margin: 0 0 50px !important;
  }
  #product .item .mark .des {
    margin: 0 0 30px !important;
    height: 100px !important;
  }
  #product .item .mark .bot {
    height: 40px;
  }
  #product .item:before,
  #product .item:after {
    bottom: -100%;
  }
  #product .item:before {
    top: -100%;
  }
  #product .product-pagination {
    text-align: center;
    margin: 15px 0;
  }
  #product .product-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #product .product-pagination .swiper-pagination-bullet-active {
    background: #a62c49;
  }
}
#summary {
  background: url(../images/banner/summary-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
  padding-bottom: 50px;
  color: #fff;
}
#summary p {
  padding: 0 15px;
}
#summary .tit {
  margin: 0;
  font-size: 32px;
  text-align: center;
  padding: 60px 0 30px;
}
#summary .des {
  text-align: center;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 2.5;
}
#summary a.more {
  margin: 20px auto;
  width: 70px;
  height: 40px;
  display: block;
  background: url(../images/product/more-w.png) no-repeat;
  background-position: center bottom;
  background-size: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  text-indent: -8px;
  color: #fff;
}
#summary a.more:hover {
  color: #a62c49;
  background-image: url(../images/header/navbg.png);
}
@media (max-width: 1200px) {
  #summary .tit {
    font-size: 28px;
  }
  #summary .des {
    font-size: 16px;
    line-height: 2;
  }
}
@media (max-width: 992px) {
  #summary {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #summary .tit {
    font-size: 22px;
    padding: 30px 0 20px;
  }
  #summary .des {
    font-size: 14px;
    line-height: 1.8;
  }
  #summary a.more {
    font-size: 16px;
  }
}
#news {
  margin-bottom: 60px;
}
#news #news-swiper {
  padding-bottom: 50px;
}
#news .item {
  position: relative;
}
#news .item .img-box {
  overflow: hidden;
}
#news .item img {
  width: 100%;
}
#news .item .info {
  padding: 20px 15px;
  width: 96%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin: -45px auto 0;
  position: relative;
  z-index: 1;
}
#news .item .tit {
  font-size: 18px;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  transition: 0.3s;
}
#news .item .time {
  font-size: 16px;
  color: #bdbdbd;
  margin: 0 0 20px;
}
#news .item .des {
  margin: 0;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#news .item:hover img {
  transform: scale(1.1);
}
#news .item:hover .tit {
  color: #a62c49;
}
@media (max-width: 768px) {
  #news {
    margin-bottom: 30px;
  }
  #news .news-pagination {
    text-align: center;
  }
  #news .news-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #news .news-pagination .swiper-pagination-bullet-active {
    background: #a62c49;
  }
}
#friend {
  width: 100%;
  background: #f4f4f4;
  text-align: center;
  padding: 30px 0 20px;
}
#friend .tit {
  font-size: 22px;
  color: #666666;
  margin: 0 0 20px;
}
#friend .des {
  font-size: 18px;
  color: #666666;
  margin: 0 0 40px;
}
#friend #friend-swiper {
  display: block;
  padding-bottom: 50px;
}
#friend #friend-swiper img {
  width: 100%;
  transition: 0.3s;
}
#friend #friend-swiper .swiper-slide {
  overflow: hidden;
}
#friend #friend-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
#friend .friend-pagination {
  display: none;
  text-align: center;
}
#friend .friend-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#friend .friend-pagination .swiper-pagination-bullet-active {
  background: #a62c49;
}
@media (max-width: 1200px) {
  #friend .friend-pagination {
    display: block;
  }
}
#footer {
  background: url(../images/footer/footer.jpg) no-repeat;
  background-position: top center;
  background-size: auto 100%;
  padding-top: 40px;
}
#footer .info {
  max-width: 535px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer .info .foologo {
  text-align: left;
  margin-bottom: 20px;
}
#footer .info .des {
  text-align: left;
  font-size: 16px;
  color: #444444;
  margin: 0 0 25px;
}
#footer .info .map {
  margin-bottom: 30px;
}
#footer .info ul {
  text-align: left;
  padding: 0 0 0 87px;
  margin: 20px 0 0 0;
}
#footer .info ul li {
  margin-bottom: 20px;
  color: #6d2845;
}
#footer .info ul li img {
  margin-right: 8px;
  vertical-align: middle;
  transform: translateY(-2px);
}
#footer .flexbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer .flexbox ul {
  text-align: center;
  margin: 0 0 25px;
}
#footer .flexbox ul li {
  font-size: 20px;
  color: #6d2845;
}
#footer .flexbox ul li a {
  color: #444444;
  font-size: 16px;
}
#footer .flexbox ul li a:hover {
  color: #a62c49;
}
#footer .flexbox ul li:first-child {
  margin-bottom: 15px;
}
#footer .share {
  text-align: center;
  margin-top: 120px;
}
#footer .share .erweima {
  display: inline-block;
  padding: 8px;
  background: #fff;
  margin-bottom: 10px;
  position: absolute;
  left: -100%;
  top: -130px;
  opacity: 0;
  transition: 0.3s;
}
#footer .share ul {
  text-align: right;
}
#footer .share ul li {
  margin-left: 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#footer .share ul li i {
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-size: 100%;
  background-position: center;
  transition: 0.3s;
}
#footer .share ul li i.f1 {
  background-image: url(../images/footer/sina.png);
}
#footer .share ul li i.f2 {
  background-image: url(../images/footer/qq.png);
}
#footer .share ul li i.f3 {
  background-image: url(../images/footer/wechat.png);
}
#footer .share ul li:hover {
  overflow: visible;
}
#footer .share ul li:hover i.f1 {
  background-image: url(../images/footer/sina-h.png);
}
#footer .share ul li:hover i.f2 {
  background-image: url(../images/footer/qq-h.png);
}
#footer .share ul li:hover i.f3 {
  background-image: url(../images/footer/wechat-h.png);
}
#footer .share ul li:hover div.erweima {
  opacity: 1;
}
@media (max-width: 992px) {
  #footer .share {
    margin-top: 0;
  }
}
#footer .footer-bottom {
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #a0a0a0;
  font-size: 16px;
  color: #444444;
  display: flex;
  padding-left: 10px;
}
#footer .footer-bottom .dt {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #footer .footer-bottom {
    flex-direction: column;
    padding-left: 0;
  }
  #footer .footer-bottom .dt {
    margin-right: 0;
  }
}
#footer .footer-bottom .support {
  display: inline-block;
}
#footer .footer-bottom .support a {
  color: #444444;
}
#footer .footer-bottom .support a:hover {
  color: #a62c49;
}
@media (max-width: 1200px) {
  #footer .info ul {
    padding: 0 0 0 50px;
  }
  #footer .share .erweima {
    margin-left: 120px;
  }
}
@media (max-width: 992px) {
  #footer {
    padding-top: 30px;
  }
  #footer .info {
    margin: 0 auto;
  }
  #footer .info .map {
    margin-bottom: 15px;
  }
  #footer .info ul {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
  }
  #footer .share .erweima {
    margin-left: 0;
  }
  #footer .share ul {
    text-align: center;
  }
  #footer .share ul li {
    margin: 0 10px;
  }
  #footer .footer-bottom {
    height: 85px;
    display: flex;
    text-indent: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  #footer .info .map {
    width: 100%;
  }
  #footer .info .map img {
    width: 100%;
  }
  #footer .flexbox ul li {
    margin-bottom: 3px;
    font-size: 18px;
  }
  #footer .flexbox ul li a {
    font-size: 14px;
  }
  #footer .footer-bottom {
    font-size: 14px;
  }
}
.aboutPage-head {
  width: 110px;
  height: 45px;
  display: block;
  background: url(../images/about/headbg.png) no-repeat;
  background-position: center bottom;
  background-size: 100%;
  font-size: 22px;
  color: #666666;
  text-align: left;
  color: #a62c49;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .aboutPage-head {
    margin-bottom: 30px;
  }
}
#aboutPage-about {
  margin-top: 120px;
}
#aboutPage-about .banner {
  width: 100%;
}
#aboutPage-about .about-card {
  width: 100%;
  max-width: 420px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
  background: #a62c49;
  margin: -23.5% 0 110px;
  position: relative;
  z-index: 1;
}
#aboutPage-about .about-card .tit {
  height: 160px;
  line-height: 160px;
  font-size: 50px;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
}
#aboutPage-about .about-card img {
  width: 100%;
  margin-bottom: 60px;
}
#aboutPage-about .about-card .bot {
  padding-bottom: 20px;
}
#aboutPage-about .about-card .bot p {
  text-align: right;
  color: #fff;
  padding-right: 20px;
}
#aboutPage-about .about-card .bot .p1 {
  font-size: 26px;
  margin: 0 0 12px;
}
#aboutPage-about .about-card .bot .p2 {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 992px) {
  #aboutPage-about .about-card {
    max-width: inherit;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #aboutPage-about {
    margin-top: 60px;
  }
  #aboutPage-about .about-card {
    margin-bottom: 30px;
  }
  #aboutPage-about .about-card .tit {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  #aboutPage-about .about-card img {
    margin-bottom: 30px;
  }
  #aboutPage-about .about-card .bot .p1 {
    font-size: 20px;
  }
  #aboutPage-about .about-card .bot .p2 {
    font-size: 15px;
  }
  #aboutPage-about .info {
    margin-bottom: 30px;
  }
}
.aboutPage-aboutInfo {
  margin-bottom: 55px;
}
.aboutPage-aboutInfo .des {
  color: #212121;
  font-size: 14px;
  text-indent: 37px;
  margin: 0;
  line-height: 26px;
  font-family: 宋体;
}
@media (max-width: 768px) {
  .aboutPage-aboutInfo {
    margin-bottom: 30px;
  }
}
#aboutPage-culture {
  padding: 0 0 10px;
}
#aboutPage-culture .culture-swiper {
  padding: 0 3px 50px;
}
#aboutPage-culture .swiper-slide {
  text-align: center;
  background: #fff;
  padding-bottom: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}
#aboutPage-culture .swiper-slide .banner {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}
#aboutPage-culture .swiper-slide .banner img {
  width: 100%;
  transition: 0.3s;
}
#aboutPage-culture .swiper-slide .cicon {
  height: 50px;
  margin-bottom: 20px;
}
#aboutPage-culture .swiper-slide .tit {
  font-size: 20px;
  color: #a62c49;
  margin: 0 0 20px;
}
#aboutPage-culture .swiper-slide .des {
  font-size: 18px;
  color: #666666;
  margin: 0;
}
#aboutPage-culture .swiper-slide:hover .banner img {
  transform: scale(1.1);
}
#aboutPage-culture .culture-pagination {
  display: none;
}
#aboutPage-culture .culture-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#aboutPage-culture .culture-pagination .swiper-pagination-bullet-active {
  background: #a62c49;
}
@media (max-width: 992px) {
  #aboutPage-culture .swiper-slide .des {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #aboutPage-culture .culture-pagination {
    display: block;
  }
}
#aboutPage-development {
  background: url(../images/about/develop.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center;
  padding: 60px 0 100px;
  margin-bottom: 60px;
  position: relative;
}
#aboutPage-development #aboutPage-developmentan {
  height: 100px;
  width: 50px;
  position: absolute;
  top: -150px;
}
#aboutPage-development .aboutPage-head {
  margin-bottom: 20px;
}
#aboutPage-development .timeline {
  padding-left: 40px;
}
#aboutPage-development .timeline .timeitem {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
}
@media (max-width: 768px) {
  #aboutPage-development .timeline .timeitem p img {
    width: 100% !important;
  }
}
#aboutPage-development .timeline .timeitem .left {
  min-width: 120px;
  font-size: 20px;
  color: #212121;
  margin-top: 25px;
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
#aboutPage-development .timeline .timeitem .right {
  width: 100%;
}
#aboutPage-development .timeline .timeitem .right ul {
  margin-bottom: 0;
}
#aboutPage-development .timeline .timeitem .right li {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#aboutPage-development .timeline .timeitem .right li:first-child {
  padding-top: 30px;
}
#aboutPage-development .timeline .timeitem .right li:last-child {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
}
#aboutPage-development .timeline .timeitem .right .month {
  min-width: 80px;
  font-size: 20px;
  color: #666666;
}
#aboutPage-development .timeline .timeitem .right .event {
  font-size: 20px;
  color: #666666;
}
#aboutPage-development .timeline .timeitem:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 30px;
  left: 30px;
  background: #dcdcdc;
}
#aboutPage-development .timeline .timeitem:last-child {
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  #aboutPage-development {
    padding: 60px 0 70px;
  }
  #aboutPage-development .timeline {
    padding-left: 0;
  }
  #aboutPage-development .timeline .timeitem .left,
  #aboutPage-development .timeline .timeitem .right .month,
  #aboutPage-development .timeline .timeitem .right .event {
    font-size: 16px;
  }
  #aboutPage-development .timeline .timeitem .right li:first-child,
  #aboutPage-development .timeline .timeitem .right li:last-child {
    padding-bottom: 25px;
  }
  #aboutPage-development .timeline .timeitem:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  #aboutPage-development {
    padding: 30px 0 60px;
  }
  #aboutPage-development .timeline {
    padding-left: 0;
  }
  #aboutPage-development .timeline .timeitem .left {
    min-width: 90px;
  }
  #aboutPage-development .timeline .timeitem .right .month {
    min-width: 60px;
  }
  #aboutPage-development .timeline .timeitem .right li:first-child,
  #aboutPage-development .timeline .timeitem .right li:last-child {
    padding-bottom: 25px;
  }
}
#aboutPage-speech {
  padding-bottom: 60px;
}
#aboutPage-speech .info {
  display: flex;
  flex-direction: row;
}
#aboutPage-speech .info .img-box {
  margin-right: 40px;
  max-width: 360px;
  width: 100%;
}
#aboutPage-speech .info .img-box img {
  width: 100%;
}
#aboutPage-speech .info .right {
  background: url(../images/about/speech-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  width: 100%;
}
#aboutPage-speech .info .right .inner {
  padding: 50px 60px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
#aboutPage-speech .info .right .des {
  margin: 0;
  line-height: 1.8;
  text-indent: 37px;
  font-size: 18px;
  color: #212121;
}
#aboutPage-speech .info .right .sign {
  font-size: 22px;
  text-align: right;
  margin: 10px 0 0;
}
#aboutPage-speech .info .right .sign span {
  margin-left: 30px;
}
@media (max-width: 1200px) {
  #aboutPage-speech .info .right {
    background: transparent;
  }
  #aboutPage-speech .info .right .inner {
    padding: 0;
  }
  #aboutPage-speech .info .right .sign {
    margin: 60px 0 0;
  }
}
@media (max-width: 992px) {
  #aboutPage-speech .info .right .des {
    line-height: 1.6;
    text-indent: 32px;
    font-size: 16px;
  }
  #aboutPage-speech .info .right .sign {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  #aboutPage-speech {
    padding-bottom: 30px;
  }
  #aboutPage-speech .info .right .inner {
    position: static;
  }
}
@media (max-width: 590px) {
  #aboutPage-speech .info {
    display: block;
  }
  #aboutPage-speech .info .img-box {
    max-width: inherit;
    width: 100%;
    margin-bottom: 15px;
  }
}
#aboutPage-about.productPage-about .about-card {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  #aboutPage-about.productPage-about .about-card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #aboutPage-about.productPage-about .about-card {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #productPage-product .row {
    display: flex;
    margin: 0 -20px;
  }
  #productPage-product .outrow {
    margin-bottom: 100px;
  }
  #productPage-product .col-md-8,
  #productPage-product .col-md-4,
  #productPage-product .col-md-6 {
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  #productPage-product .col-md-4 {
    padding: 0 40px 0 20px;
  }
  #productPage-product .row.transfer .col-md-4 {
    padding: 0 20px 0 40px;
  }
  #productPage-product .row.transfer .col-md-4 {
    left: 66.66666667%;
  }
  #productPage-product .row.transfer .col-md-8 {
    right: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #productPage-product .outrow.transfer:after {
    content: "";
    position: absolute;
    background: #fcfcfc;
    width: 100%;
    height: 490px;
    left: 0;
    margin-top: -50px;
  }
}
#productPage-product .item {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
#productPage-product .item .itemimg {
  width: 100%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  margin-bottom: 25px;
  overflow: hidden;
}
#productPage-product .item .itemimg img {
  transition: 0.3s;
  width: 100%;
}
#productPage-product .item .itemimg a:hover img {
  transform: scale(1.1);
}
#productPage-product .item .tit {
  font-size: 18px;
  color: #666666;
  margin: 0 0 20px;
}
#productPage-product .item .des {
  font-size: 16px;
  color: #888;
  margin: 0 auto;
  width: 75%;
}
#productPage-product .introduce {
  background: #a62c49;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.35);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
#productPage-product .introduce a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  text-decoration: none;
}
#productPage-product .introduce .cntit {
  font-size: 20px;
  margin: 0;
}
#productPage-product .introduce .entit {
  font-size: 18px;
  margin: 0 0 45px;
}
#productPage-product .introduce .des {
  width: 90%;
  font-size: 18px;
  margin: 0 auto 20px;
  text-align: center;
}
#productPage-product .introduce .more {
  width: 100%;
  margin-top: 40px;
}
#productPage-product .introduce .more div {
  width: 70px;
  height: 40px;
  display: inline-block;
  background: url(../images/product/more-w.png) no-repeat;
  background-position: center bottom;
  float: right;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  text-indent: -8px;
  color: #fff;
}
@media (max-width: 1200px) {
  #productPage-product .outrow {
    margin-bottom: 60px;
  }
  #productPage-product .introduce .des {
    width: 90%;
    font-size: 16px;
  }
  #productPage-product .introduce .more {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  #productPage-product .outrow {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  #productPage-product .introduce {
    background: transparent;
    box-shadow: none;
  }
  #productPage-product .introduce a {
    color: #666666;
    padding: 0;
  }
  #productPage-product .introduce .cntit {
    font-size: 18px;
  }
  #productPage-product .introduce .entit {
    margin: 0 0 15px;
    font-size: 16px;
  }
  #productPage-product .introduce .des {
    width: 95%;
    margin: 0 0 5px;
  }
  #productPage-product .introduce .more {
    margin-bottom: 15px;
  }
  #productPage-product .introduce .more div {
    font-size: 14px;
    color: #a62c49;
    background-image: url(../images/header/navbg.png) !important;
  }
  #productPage-product .item {
    padding: 0 0 25px;
  }
  #productPage-product .item .itemimg {
    margin: 0 0 15px;
  }
  #productPage-product .item .tit {
    font-size: 16px;
    margin: 0 0 8px;
  }
  #productPage-product .item .des {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #productPage-product .outrow {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  #productPage-product .col-xs-6 {
    padding: 0 5px;
  }
  #productPage-product .item .des {
    width: 90%;
  }
}
@media (max-width: 425px) {
  #productPage-product .col-xs-6 {
    padding: 0 15px;
    width: 100%;
  }
}
#productPage-case {
  padding: 30px 0 60px;
}
#productPage-case .row {
  margin: 0 -8px;
}
#productPage-case .col-md-6,
#productPage-case .col-md-12 {
  padding: 0 8px;
  margin-bottom: 16px;
}
#productPage-case .col-md-6 .col-md-12 {
  margin-bottom: 0;
  clear: both;
}
#productPage-case .first-item img {
  height: 496px;
}
#productPage-case .item {
  position: relative;
  transition: 0.3s;
}
#productPage-case .item .img-box img {
  width: 100%;
}
#productPage-case .item .mask {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
}
#productPage-case .item .mask .tit {
  font-size: 20px;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
}
#productPage-case .item .mask .des {
  margin: 0;
  font-size: 20px;
  color: #fff;
  width: 70%;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 0;
}
#productPage-case .item .mask:after {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
#productPage-case .item .more {
  position: absolute;
  right: 6%;
  bottom: 8%;
  width: 70px;
  height: 0;
  background: url(../images/product/more-w.png) no-repeat;
  background-position: center bottom;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  text-indent: -8px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
#productPage-case .item:hover {
  box-shadow: 0 0 7px 0 #010101;
}
#productPage-case .item:hover .mask {
  height: 100%;
}
#productPage-case .item:hover .mask .tit {
  margin: 0 0 25px;
}
#productPage-case .item:hover .mask .des {
  height: auto;
}
#productPage-case .item:hover .mask .more {
  height: 40px;
}
@media (max-width: 1250px) {
  #productPage-case .first-item img {
    height: 484px;
  }
}
@media (max-width: 1200px) {
  #productPage-case .first-item img {
    height: 399px;
  }
}
@media (max-width: 768px) {
  #productPage-case {
    padding: 0 0 30px;
  }
  #productPage-case .first-item img {
    height: auto;
  }
  #productPage-case .item {
    box-shadow: none;
  }
  #productPage-case .item .mask {
    height: 100%;
  }
  #productPage-case .item .mask .tit {
    margin: 0 0 20px;
    font-size: 16px;
  }
  #productPage-case .item .mask .des {
    height: auto;
    font-size: 16px;
  }
  #productPage-case .item .mask .more {
    height: 40px;
    font-size: 16px;
  }
  #productPage-case .item.last-child .des {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  #productPage-case .item .mask .tit {
    margin: 0 0 10px;
    font-size: 14px;
  }
  #productPage-case .item .mask .des {
    height: auto;
    font-size: 14px;
  }
  #productPage-case .item .mask .more {
    display: none;
  }
  #productPage-case .item.last-child .tit {
    margin: 0;
  }
  #productPage-case .item.last-child .des {
    display: none;
  }
}
@media (max-width: 600px) {
  #productPage-case .item .mask .tit {
    font-size: 14px;
  }
  #productPage-case .item .mask .des {
    font-size: 12px;
  }
}
#newsPage-swipernews {
  margin-bottom: 60px;
}
#newsPage-swipernews .swiper-slide {
  position: relative;
}
#newsPage-swipernews .swiper-slide .swiper-img {
  width: 100%;
}
#newsPage-swipernews .swiper-slide .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#newsPage-swipernews .swiper-slide .mask .inner {
  position: relative;
  z-index: 1;
  padding: 25px 60px;
}
#newsPage-swipernews .swiper-slide .mask .inner p {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
#newsPage-swipernews .swiper-slide .mask .inner .time {
  margin-bottom: 20px;
}
#newsPage-swipernews .swiper-slide .mask .inner .time img {
  vertical-align: middle;
  transform: translateY(-3px);
  margin-right: 5px;
}
#newsPage-swipernews .swiper-slide .mask .inner .more {
  text-align: right;
}
#newsPage-swipernews .swiper-slide .mask .inner .more i {
  width: 70px;
  height: 40px;
  display: inline-block;
  background-size: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-indent: -8px;
  font-style: normal;
  transition: 0.3s;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#newsPage-swipernews .swiper-slide .mask:after {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#newsPage-swipernews .swiper-slide a:hover .mask .inner .more i {
  color: #a62c49;
  background-image: url(../images/header/navbg.png);
}
#newsPage-swipernews .newswiper-prev,
#newsPage-swipernews .newswiper-next {
  top: 40%;
  width: 29px;
  height: 54px;
  background: url(../images/news/left.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
#newsPage-swipernews .newswiper-prev:hover,
#newsPage-swipernews .newswiper-next:hover {
  background-image: url(../images/news/left-h.png);
}
#newsPage-swipernews .newswiper-next {
  background-image: url(../images/news/right.png);
}
#newsPage-swipernews .newswiper-next:hover {
  background-image: url(../images/news/right-h.png);
}
#newsPage-swipernews .newswiper-pagination {
  bottom: 38%;
  left: 40%;
}
#newsPage-swipernews .newswiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #fff;
  opacity: 1;
}
#newsPage-swipernews .newswiper-pagination .swiper-pagination-bullet-active {
  background: #a62c49;
}
@media (max-width: 1200px) {
  #newsPage-swipernews #newsPage-news-swiper {
    padding-bottom: 40px;
  }
  #newsPage-swipernews .newswiper-pagination {
    bottom: 0;
    left: 0;
  }
  #newsPage-swipernews .newswiper-pagination .swiper-pagination-bullet {
    border: 1px solid #a62c49;
  }
}
@media (max-width: 992px) {
  #newsPage-swipernews .newswiper-prev,
  #newsPage-swipernews .newswiper-next {
    top: 6%;
    width: 20px;
  }
  #newsPage-swipernews .newswiper-prev {
    left: auto;
    right: 40px;
  }
  #newsPage-swipernews .swiper-slide .mask .inner {
    padding: 15px 20px;
  }
  #newsPage-swipernews .swiper-slide .mask .inner p {
    font-size: 16px;
  }
  #newsPage-swipernews .swiper-slide .mask .inner .more a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #newsPage-swipernews {
    margin-bottom: 30px;
  }
  #newsPage-swipernews .swiper-slide .mask .inner .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #newsPage-swipernews .swiper-slide .mask .inner p {
    font-size: 14px;
  }
  #newsPage-swipernews .swiper-slide .mask .inner .time {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #newsPage-swipernews .swiper-slide .mask .inner .more a {
    font-size: 15px;
  }
}
@media (max-width: 564px) {
  #newsPage-swipernews #newsPage-news-swiper {
    padding-bottom: 30px;
  }
  #newsPage-swipernews .newswiper-prev,
  #newsPage-swipernews .newswiper-next {
    display: none;
  }
  #newsPage-swipernews .swiper-slide .mask .inner .des {
    -webkit-line-clamp: 1;
  }
  #newsPage-swipernews .newswiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#newsPage-newslist .img-box {
  flex: 0 0 300px;
}
#newsPage-newslist .img-box img {
  width: 100%;
}
#newsPage-newslist .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
}
#newsPage-newslist .info p {
  color: #212121;
  margin: 0;
}
#newsPage-newslist .info .tit {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#newsPage-newslist .info .time {
  font-size: 14px;
  margin: 6px 0 8px;
}
#newsPage-newslist .info .time img {
  vertical-align: middle;
  transform: translateY(-2px);
  margin-right: 10px;
}
#newsPage-newslist .info .des {
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#newsPage-newslist .right {
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 40px;
}
#newsPage-newslist .right .more {
  width: 70px;
  height: 40px;
  display: block;
  background: url(../images/about/more-b.png) no-repeat;
  background-position: center bottom;
  background-size: 100%;
  font-size: 20px;
  color: #666666;
  text-align: center;
  line-height: 40px;
  text-indent: -8px;
  transition: 0.3s;
}
#newsPage-newslist ul.newslist li {
  transition: 0.3s;
  margin: 0 0 28px;
  border: 1px solid #acacac;
}
#newsPage-newslist ul.newslist li a {
  display: flex;
  flex-direction: row;
}
#newsPage-newslist ul.newslist li:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
}
#newsPage-newslist ul.newslist li:hover .right .more {
  color: #a62c49;
  background-image: url(http://localhost:8888/images/header/navbg.png);
}
#newsPage-newslist .paging {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #newsPage-newslist .paging {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
#newsPage-newslist .paging .pagination > li.active > a {
  color: #fff;
  border-color: #a62c49;
  background-color: #a62c49;
}
#newsPage-newslist .paging a {
  font-size: 18px;
  color: #666;
  border-color: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  padding: 3px 7px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #newsPage-newslist .paging a {
    font-size: 12px;
  }
}
#newsPage-newslist .paging .pagination > li.home > a,
#newsPage-newslist .paging .pagination > li.tail > a {
  padding: 3px 20px;
}
@media screen and (max-width: 767px) {
  #newsPage-newslist .paging .pagination > li.home > a,
  #newsPage-newslist .paging .pagination > li.tail > a {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #newsPage-newslist .paging .pagination > li.jume {
    display: none;
  }
}
#newsPage-newslist .paging .pagination > li.jume > input {
  display: inline-block;
  float: left;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  width: 70px;
  border-radius: 5px;
  padding: 0;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-left: 40px;
}
#newsPage-newslist .paging .pagination > li.jume > a {
  padding: 3px 20px;
}
@media (max-width: 992px) {
  #newsPage-newslist .img-box {
    flex: 0 0 250px;
  }
  #newsPage-newslist .right {
    min-width: 100px;
    padding: 0 0 25px;
  }
  #newsPage-newslist .right .more {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #newsPage-newslist .img-box {
    flex: 0 0 160px;
  }
  #newsPage-newslist .info .tit {
    font-size: 16px;
  }
  #newsPage-newslist .info .des {
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
  #newsPage-newslist .right {
    min-width: 70px;
    padding: 0 0 40px;
  }
  #newsPage-newslist .right .more {
    width: 55px;
    height: 35px;
    font-size: 14px;
  }
  #newsPage-newslist ul.newslist li {
    margin: 0 0 15px;
  }
}
@media (max-width: 564px) {
  #newsPage-newslist .img-box {
    flex: 0 0 135px;
  }
  #newsPage-newslist .right {
    display: none;
  }
  #newsPage-newslist .info {
    padding: 0 15px;
  }
}
.newsView-breadcrumb {
  height: 115px;
  line-height: 115px;
}
.newsView-breadcrumb .breadcrumb {
  padding: 0;
  background: transparent;
}
.newsView-breadcrumb .breadcrumb li {
  font-size: 18px;
}
.newsView-breadcrumb .breadcrumb li a {
  color: #666666;
}
.newsView-breadcrumb .breadcrumb li.active a {
  font-size: 18px;
}
.newsView-breadcrumb .breadcrumb > li + li:before {
  content: ">";
}
@media (max-width: 768px) {
  .newsView-breadcrumb {
    height: 60px;
    line-height: 60px;
  }
  .newsView-breadcrumb .breadcrumb li {
    font-size: 14px;
  }
}
.newsView-viewtainer .tit {
  font-size: 22px;
  color: #a62c49;
  margin: 0 0 30px;
  text-align: center;
}
.newsView-viewtainer .time {
  font-size: 18px;
  color: #888888;
  margin: 0 0 70px;
  text-align: center;
}
.newsView-viewtainer .des {
  color: #212121;
  font-size: 18px;
  text-indent: 35px;
  line-height: 1.5;
  margin: 0 0 40px;
}
.newsView-viewtainer .bottom {
  margin: 100px 0;
}
.newsView-viewtainer .bottom a {
  font-size: 18px;
  color: #666666;
}
.newsView-viewtainer .bottom a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .newsView-viewtainer .bottom {
    margin: 60px 0 30px;
  }
  .newsView-viewtainer .tit {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .newsView-viewtainer .time {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .newsView-viewtainer .des {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .newsView-viewtainer .bottom {
    width: 100%;
  }
  .newsView-viewtainer .bottom a {
    font-size: 16px;
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#product .item .mark .more,
#productPage-product .introduce .more div,
#productPage-case .item .more {
  background-image: url(../images/product/more-w2.png);
}
@media (max-width: 576px) {
  #about .info .right a.more {
    color: #a62c49;
    background-image: url(../images/header/navbg.png);
  }
  #summary a.more {
    background-image: url(../images/product/more-w2.png);
  }
  #product .item .mark .tit {
    font-size: 20px;
  }
  #product .item .mark .des {
    font-size: 16px;
  }
  #case .item .mark p {
    font-size: 16px;
  }
  #product .item .mark .more {
    font-size: 16px;
  }
  #summary .tit {
    font-size: 20px;
  }
  #aboutPage-about .info .des {
    font-size: 16px;
  }
  #friend .des {
    font-size: 16px;
  }
}
#baoxin-map {
  width: 360px;
  height: 224px;
  margin: 0 auto;
}
.aboutPage-aboutInfo .pdfList {
  display: flex;
  flex-wrap: wrap;
}
.aboutPage-aboutInfo .pdfList .item {
  margin: 10px;
}
.aboutPage-aboutInfo .pdfList .item .pic {
  width: 125px;
}
.aboutPage-aboutInfo .pdfList .item .pic img {
  width: 100%;
}
.aboutPage-aboutInfo .pdfList .item .text {
  text-align: center;
  font-size: 13px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
