@charset "utf-8";
.clearjs {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: ".";
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
}
body {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: all 0.4s;
}
a:hover {
  color: #c32823;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
em, i {
  font-style: normal;
}
img {
  vertical-align: middle;
  transition: all 0.4s;
}
video {
  outline: 0;
}
input, select, textarea {
  font-size: 14px;
}
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
  -webkit-appearance: none;
}
.flexm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.clearfix:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: ".";
}
.container {
  width: 1600px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
.languages {
  padding: 0 5px 0 10px
}
.languages img {
  height: 20px;
  padding: 0 2px;
}
.navmenu{display: flex !important; justify-content: center; align-items: center;}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 888;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.35);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  transition: all 0.32s;
  width: 1600px;
}
header.cur .container {
  height: 80px;
}
header .logo img {
  height: 50px;
  width: auto;
}
header .navbut {
  display: none;
}
header nav {
  display: flex;
  align-items: center;
  position: relative;
}
header nav .nav-dowm-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
}
header nav ul li {
  float: left;
  position: relative;
}
header nav ul li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 68px;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
header nav ul li > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 5px;
  opacity: 0.8;
  display: none;
  transition: all 0.3s;
}
header nav ul .drop:hover > a:after {
  transform: rotate(180deg);
}
header nav ul li.drop > a:after {
  display: block;
}
header nav ul li .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 68px;
  border-top: 1px solid rgba(195, 40, 35, 1);
  background: #fff;
  min-width: 100%;
  white-space: nowrap;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
header nav ul li .sub a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
}
header nav ul li .sub a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: transparent;
  background: -webkit-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
  background: linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
}
header nav ul li .sub a:hover {
  background: rgba(195, 40, 35, 1);
  color: #fff;
  letter-spacing: 2px;
}
header nav ul li:hover > a {
  color: #fff;
}
header nav ul li.cur > a {
  color: #fff;
}
header nav ul li.nocur > a {
  color: #fff;
}
header nav .search {
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  padding: 0 38px;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  transition: all 0.4s;
  z-index: 99999;
}
.header_search_box {
  position: absolute;
  float: right;
  right: 0;
  top: 10px;
  width: 30px;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s;
}
.header_search_box.active {
  width: 300px;
  background: #000000;
  transition: all 0.3s;
}
.header_search_box a {
  display: block;
  color: #fff;
}
.header_search_box i {
  position: absolute;
  top: 6px;
  right: 5px;
}
.header_search_box i.close {
  opacity: 0;
  transition: all 0.3s;
}
.header_search_box .search_click.active i.close {
  opacity: 1;
  transition: all 0.3s;
  color: #fff;
  font-size: 20px;
  z-index: 99999;
  right: 7px;
}
.header_search_box .search_click.active i.open {
  opacity: 0;
}
.search_form {
  position: absolute;
  top: 0;
  right: 30px;
  width: 0;
  display: block;
  z-index: -1;
  transition: all 0.3s;
}
.header_search_box.active .search_form {
  width: 260px;
  z-index: 9;
  transition: all 0.3s;
}
.search_form .info {
  width: 100%;
  padding-right: 45px;
}
.search_form input[type="text"] {
  width: 100%;
  height: 40px;
  background: 0 0;
  border: 0;
  font-size: 14px;
  color: #ffffff;
}
.search_form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.search_form input.btn_search {
  width: 30px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/search.png") no-repeat center center;
  border: 0;
  font-size: 0;
  cursor: pointer;
}
header nav .tel {
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  padding: 0 15px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  position: relative;
  transition: all 0.4s;
}
header nav .tel .iconfont {
  margin-right: 10px;
}
header nav .language {
  color: #fff;
  padding: 0 15px;
}
header nav .language a {
  color: #fff;
  padding: 0 2px;
}
header.cur {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.nbanner {
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: auto;
  color: #fff;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.nbanner img {
  width: 100%;
}
.nbanner .tt {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 5px;
}
.nbanner .tm {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 2px;
}
.banner-windows {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-windows .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-windows .swiper-slide {
  background-size: cover;
  background-position: center center;
}
.banner-windows .swiper-slide .item-box {
  position: relative;
}
.banner-windows .swiper-slide .item-box .txt-box {
  position: absolute;
  top: 50%;
  z-index: 8;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
  line-height: 1.8;
  max-width: 800px;
}
.banner-windows .swiper-slide .item-box .txt-box h4 {
  font-size: 44px;
  font-weight: 600;
}
.banner-windows .swiper-slide .item-box .txt-box p {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}
.banner-windows .swiper-slide .item-box img {
  width: 100%
}
.banner-windows .swiper-slide .img-box {
  height: 100vh;
  background-position: center center;
  background-size: cover;
}
.banner-windows .swiper-button-prev {
  left: -10px;
  color: #fff;
  font-size: 18px;
}
.banner-windows .swiper-button-next {
  right: -10px;
  color: #fff;
  font-size: 18px;
}
.banner-windows .swiper-button-next, .banner-windows .swiper-button-prev {
  transition: all 0.3s;
}
.banner-windows .swiper-button-next:after, .banner-windows .swiper-button-prev:after {
  font-size: 18px;
  color: #fff;
  content: "";
}
.banner-windows .swiper-button-prev:after {}
.homesw-pagination {
  color: #fff;
  font-size: 18px;
  z-index: 999;
  font-weight: 200;
  text-align: center;
  width: 120px;
  margin: 0 auto;
}
.homesw-pagination .swiper-pagination-current {
  font-size: 28px;
  color: #c32823;
  font-weight: bold;
}
.banner-windows .bottom-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  right: 2%;
  z-index: 8;
}
.banner-windows .bottom-box .line-box {
  width: 85%;
  height: 1px;
  background-color: #d2d2d2;
  position: relative;
}
.banner-windows .bottom-box .line-box i {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0px;
  bottom: 0px;
  background: #e8313b;
  overflow: visible !important;
}
.banner-windows .bottom-box .line-box i em {
  position: absolute;
  top: -7px;
  right: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  background: #e8313b;
  text-align: center;
}
.maintit {
  text-align: center;
}
.maintit .titcn {
  font-size: 45px;
  color: hsl(0, 0%, 0%);
  color: #fff;
  font-weight: 600;
}
.maintit .titen {
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
}
.mainblack .titcn {
  color: #000;
}
.mainblack .titen {
  color: rgba(0, 0, 0, 0.5);
}
.pronav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.pronav a {
  width: 160px;
  height: 60px;
  background: #c32823;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  border-radius: 0 10px 0 10px;
  font-size: 18px;
}
.ronghebox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}
.ronghebox .left {
  width: 45%;
}
.ronghebox .left img {
  max-width: 100%;
}
.ronghebox .right {
  width: 55%;
  padding-left: 50px;
  font-size: 16px;
  line-height: 1.8;
}
.zhbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.habout .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.habout .abtleft {
  width: 45%;
  padding-right: 50px;
}
.abttit .titcn {
  font-size: 32px;
  color: hsl(0, 0%, 0%);
  letter-spacing: 2px;
}
.abttit .titen {
  font-size: 20px;
  text-transform: uppercase;
}
.habout .abtleft .text {
  font-size: 18px;
  line-height: 2;
  padding: 30px 0;
  height: 300px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.isozz {
  border-left: 2px solid #c32823;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
}
.getmore {
  display: inline-block;
  margin-top: 30px;
  background-color: #c32823;
  color: #fff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.getmore .iconfont {
  padding-left: 8px;
}
.getmore::after {
  content: " ";
  position: absolute;
  right: -20px;
  border-width: 40px 20px;
  top: 0;
  border-style: solid;
  border-color: #c32823 transparent transparent transparent;
}
.getmore:hover {
  color: #fff;
  width: 150px;
}
.habout .abtright {
  width: 60%;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.habout .fp-tableCell {
  display: flex !important;
}
.habout .abtright img {
  width: 100%;
}
.numlan {
  text-align: center;
  font-size: 18px;
  position: absolute;
  bottom: 3%;
  right: 1%;
}
.abtnum {
  height: auto;
  padding: 80px 0;
}
.numlan .numpic {
  width: 210px;
  height: 210px;
  text-align: center;
  border-radius: 100px;
}
.numlan .numpic .yuans {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.numlan .numpic .yuans:before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-animation: bounce-circle 1.8s infinite;
  animation: bounce-circle 1.8s infinite;
  animation-delay: 0s;
  box-sizing: border-box;
  z-index: 9;
  left: 10px;
  top: 10px;
}
.cjbanner {
  margin-top: 50px;
  position: relative;
}
.cjbanner .fengye {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.cjbanner .swiper-slide img {
  max-width: 100%;
}
.cjbanner .swiper-pagination-bullet-active, .cjbanner .my-bullet:hover {
  background: #c32823 !important;
  opacity: 1;
}
.cjbanner .my-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.45);
  position: relative;
  margin: 0 3px;
  border-radius: 50px;
  outline: none;
  cursor: pointer;
}
.hmap {
  height: 44vh;
  overflow: hidden;
  position: relative;
}
.hmap .hmappic {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hmap .container {
  width: 95%;
}
.hmap .hcontact {
  position: absolute;
  float: right;
  top: 0;
  right: 2.5%;
}
.hmap .hcontact img {
  height: 50vh;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
.hcontit {
  padding: 80px 0 0 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.hcontit .tit {
  font-size: 38px;
  font-weight: bold;
  color: #000;
}
.hcontit .en {
  font-size: 22px;
}
.about-box .container {
  padding: 50px 0;
}
.artbody {
  line-height: 2;
}
.artbody img {
  max-width: 100%;
}
.artbody h2 {
  font-size: 24px;
  position: relative;
  padding-left: 15px;
  color: #000;
}
.artbody h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 30px;
  background: #c32823;
}
.artbody h3 {
  font-size: 22px;
  color: #c32823;
  padding-top: 15px;
}
.arttit {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding: 30px;
}
.arttit .tit {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.arttit .ms {
  color: #878787;
}
.arttit .ms span {
  padding: 0 6px;
}
.arttit .ms .iconfont {
  padding-right: 5px;
}
.view-news-box {
  margin-top: 30px;
}
.view-tit {
  margin: 30px 0 15px 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 10px 0;
  font-size: 18px;
  color: #525252;
}
.view-tit:after, .view-tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}
.view-tit:after {
  background: #ddd;
  width: 100%;
}
.view-tit:before {
  width: 36px;
  background: #e7313b;
  z-index: 5;
}
.view-news {
  margin: 0 -10px;
  overflow: hidden;
}
.view-news li {
  float: left;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box;
}
.view-news li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 32px;
  position: relative;
}
.view-news li a:before {
  position: absolute;
  content: "";
  background: #262626;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.view-sxpre {
  line-height: 90px;
  margin: 60px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0 30px;
  font-size: 18px;
  border: 1px solid #ccc;
}
.view-sxpre li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-sxpre li .iconfont {
  transition: all 0.5s;
}
.view-sxpre li:first-child:hover .iconfont, .view-sxpre li:last-child:hover .iconfont {
  background: #e8313b;
  color: #fff;
  border: 1px solid #e8313b;
  width: 60px;
}
.liebie:hover a {
  background: #e8313b;
}
.view-sxpre li .iconfont {
  padding-right: 5px;
}
.view-sxpre li:first-child .iconfont, .view-sxpre li:last-child .iconfont {
  padding-right: 0;
  color: #111;
  display: block;
  width: 60px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
}
.view-sxpre li:first-child .iconfont {
  margin-right: 20px;
}
.view-sxpre li:last-child .iconfont {
  margin-left: 20px;
}
.view-sxpre .liebie {
  background: #c32823;
  text-align: center;
  width: 500px;
  font-size: 18px;
  font-weight: normal;
  transition: all 0.3s;
}
.view-sxpre .liebie .iconfont {
  padding-right: 15px;
}
.view-sxpre .liebie a {
  color: #fff;
}
.view-sxpre .liebie:hover {
  width: 550px;
}
.secnav .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0 20px;
}
.secnav .container a {
  background: #e5e5e5;
  padding: 15px;
  margin: 0 10px;
}
.secnav .container a.active {
  background: #c32823;
  color: #fff;
}
.secnav .container a:hover {
  background: #fff;
  color: #c32823;
  border: 1px solid #c32823;
}
.bodytit {
  padding-bottom: 30px;
  position: relative;
}
.bodytit .en {
  font-size: 60px;
  color: #ccc;
  font-weight: bold;
  z-index: 11;
  position: relative;
}
.bodytit .tit {
  font-size: 30px;
  margin-top: -30px;
  color: #000;
  font-weight: 500;
  background: #fff;
  padding: 5px 0;
  z-index: 99;
  position: relative;
}
.bodytit .tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #c32823;
}
.wenhua-box {
  background-attachment: fixed;
}
.whtext {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 800px;
  height: 100%;
}
.whtext h3 {
  padding-top: 50px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  width: 100%;
}
.whtext h4 {
  font-size: 20px;
  color: #666;
  width: 100%;
  margin: 0;
}
/*分页*/
.pagination {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0;
}
.pagination li {
  padding: 0 5px;
}
.pagination li a, .pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  line-height: 38px;
  background: #ececec;
  color: #666;
}
.pagination li a:hover {
  background: #666;
  color: #fff;
  border-color: #666;
}
.pagination li.active span {
  cursor: default;
  background: #c32823;
  color: #fff;
}
.pagination li.disabled span {
  background: #ddd;
  color: #888;
  cursor: not-allowed;
}
.copyright {
  color: #666;
  font-size: 12px;
  background: #f2f2f2;
  max-width: 80%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
}
.piclist {
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.piclist li {
  width: 25%;
  padding: 20px;
}
.piclist li a {
  display: block;
  box-shadow: 1px 10px 30px 0px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.piclist li a img {
  width: 100%;
  padding: 10px;
}
.piclist li a .tit {
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.piclist li a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.piclist-ryzz .pic {
  overflow: hidden;
}
.piclist-ryzz a {
  padding: 10px;
  background-color: #fff;
}
.piclist-ryzz a:hover {
  background: #fff !important;
  transform: translateY(-0px) !important;
}
.piclist-ryzz a:hover img {
  transform: scale(1.08);
}
.piclist-ryzz .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zsbanner {
  position: relative;
  margin: 60px 0 30px;
  padding: 0 100px;
  height: 100%;
}
.zsbanner .swiper-container {
  overflow: hidden;
}
.zsbanner .swiper-slide {
  width: 100%;
}
.zsbanner .swiper-slide img {
  width: 100%;
}
.zsbanner .swiper-button-a, .zsbanner .swiper-button-b {
  color: #666;
  display: block;
  z-index: 9999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  padding: 10px;
  outline: none;
  cursor: pointer;
}
.zsbanner .swiper-button-a {
  right: 10px;
}
.zsbanner .swiper-button-a:hover, .zsbanner .swiper-button-b:hover {
  color: #c32823;
}
.zsbanner .swiper-button-b {
  left: 10px;
}
.artbody h4 .artmore {
  background-color: #e5e5e5;
  text-align: center;
  padding: 5px 35px;
  color: #000;
  float: right;
  margin: 10px 0 30px;
}
.artbody h4 .artmore:hover {
  background: #c32823;
  color: #fff;
}
.scbjlist {
  padding-top: 30px;
}
.scbjlist li {
  display: flex;
  margin-bottom: 35px;
}
.scbjlist li .pic {
  padding-right: 50px;
}
.scbjlist li .pic img {
  width: 344px;
}
.scbjlist li .text {
  font-size: 18px;
  line-height: 2.2;
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.scbjlist li .text .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  background: #e5e5e5;
  text-align: center;
  color: #000;
  padding: 5px 0;
}
.scbjlist li .text .more:hover {
  background: #c32823;
  color: #fff;
  border-radius: 80px 0 80px 0;
  width: 238px;
}
.flexpic {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.flexpic img {
  padding: 10px;
  width: 33.333%;
}
.cjrhbody {
  display: flex;
  padding-bottom: 50px;
}
.cjrhbody .left {
  width: 60%;
}
.cjrhbody .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding-left: 50px;
}
.cjrhbody .right img {
  max-width: 100%;
}
.list_jhpro {
  margin: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
}
.list_jhpro li {
  width: 25%;
  float: left;
  padding: 10px;
}
.list_jhpro li a {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
  color: #333;
  border: 1px solid #ddd;
}
.list_jhpro li .pic {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_jhpro li .pic img {
  width: 100%;
  object-fit: cover;
  padding: 0 0 30px;
}
.list_jhpro li .box {
  background: #fff;
  padding: 50px 15px 30px 15px;
  position: relative;
  z-index: 5;
}
.list_jhpro li .box .iconfont {
  margin: -88px auto 0;
  background: #ccc;
  color: #fff;
  height: 74px;
  width: 74px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.list_jhpro li .box h3 {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 8px;
}
.list_jhpro li .box p {
  color: #888;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_jhpro li:hover .iconfont {
  background: #fff;
  color: #666;
  transform: rotate(360deg);
}
.list_jhpro li:hover img {
  transform: scale(1.05);
}
.list_jhpro li:hover a {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #c32823;
  transform: translateY(-15px);
}
.list_jhpro li:hover .hide {
  opacity: 1;
}
.list_jhpro li:hover .box {
  background: #c32823;
  color: #fff;
}
.list_jhpro li:hover .box h3 {
  color: #fff;
}
.list_jhpro li:hover .box p {
  color: rgba(255, 255, 255, 0.8);
}
.contactlist {
  font-size: 18px;
  line-height: 1.5;
}
.contactlist li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.contactlist li .iconfont {
  font-size: 32px;
  padding-right: 10px;
  color: #b2b2b2;
}
.conbox {
  position: relative;
  overflow: hidden;
}
.conbox .conewm {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: center;
}
.job-box {
  height: 450px;
  background-attachment: fixed;
}
.job-box .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.job-box .jobtit {
  width: 700px;
  height: 205px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.job-box .jobtit .tit {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: 5px;
}
.job-box .jobtit .tit:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #c32823;
}
.job-box .jobtit .en {
  font-size: 28px;
  font-weight: 300;
}
.contact-form-box {
  padding: 80px 0;
}
.contact-form-box .container {
  max-width: 1280px;
}
.contact-form-box .btit {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.contact-form-box .btit span {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.contact-form-box .btit p {
  opacity: 0.7;
  display: block;
  padding: 0 0 20px;
}
.contact-form-box .btit:after {
  content: "";
  display: block;
  overflow: hidden;
  margin: 0 auto;
  height: 4px;
  width: 32px;
  background: #c32823;
}
.contact-form-box .form {
  margin: -10px;
  overflow: hidden;
}
.contact-form-box .form li {
  width: 25%;
  float: left;
  padding: 10px;
}
.contact-form-box .form li input[type="text"], .contact-form-box .form li textarea {
  width: 100%;
  height: 52px;
  border: 1px solid #d3d4da;
  padding: 0 15px;
}
.contact-form-box .form li textarea {
  padding: 15px;
  height: 180px;
}
.contact-form-box .form li input[type="submit"] {
  font-size: 16px;
  color: #fff;
  background: #c32823;
  text-align: center;
  display: block;
  margin: 0px auto;
  height: 44px;
  width: 200px;
  cursor: pointer;
  border-radius: 100px;
  border: 0;
}
.contact-form-box .form li.all {
  width: 100%;
}
.contact-map img {
  width: 100%;
}
.position {
  text-align: right;
}
.position .iconfont {
  font-size: 18px;
  padding-right: 5px;
}
.position a {
  color: #333;
}
.main-news-box {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.main-news-box .left {
  width: 330px;
}
.main-news-box .left .tit {
  height: 70px;
  background-color: #c32823;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.main-news-box .left .menulist a {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
}
.main-news-box .left .menulist a:last-child {
  border-bottom: none;
}
.main-news-box .left .menulist a .iconfont {
  font-size: 24px;
  color: #b0b0b0;
}
.main-news-box .left .menulist a.on, .main-news-box .left .menulist a.on .iconfont, .main-news-box .left .menulist a:hover .iconfont {
  color: #c32823;
}
.main-news-box .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 50px;
}
.mart30 {
  margin-top: 30px;
}
.main-news-box .left .darkbg {
  background: #373737;
}
.main-news-box .left .newsway {
  background: #f5f5f5;
  padding: 15px;
  font-size: 16px;
  line-height: 2;
}
.main-news-box .left .tel {
  font-size: 28px;
  font-weight: bold;
  color: #c32823;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.main-news-box .left .tel .iconfont {
  font-weight: normal;
  font-size: 38px;
  color: #000;
  padding-right: 8px;
}
.center {
  text-align: center;
  padding: 10px 0;
}
.ulnews li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.ulnews li:last-child {
  margin-bottom: 0;
}
.ulnews li .pic {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ulnews li .pic img {
  max-width: 100%;
}
.ulnews li .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 30px;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}
.ulnews li .text .tit {
  font-size: 26px;
  padding: 15px 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ulnews li .text .ms {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ulnews li .text .detail {
  margin-top: 30px;
  display: block;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 150px;
}
.ulnews li .text .detail .iconfont {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: #c32823;
  margin-left: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-pro .flexmain .prolun {
  width: 100%;
}
.view-pro .flexmain .prolun img {
  width: 100%;
  height: auto;
}
.view-pro .probanbig {
  border: 1px solid #cccccc;
  cursor: pointer;
  position: relative;
}
.view-pro .probansmall {
  padding: 0 35px;
  position: relative;
  margin-top: 15px;
}
.view-pro .probansmall .swiper-slide {
  cursor: pointer;
}
.view-pro .probansmall .swiper-slide img {
  border: 1px solid #ccc;
}
.view-pro .probansmall .swiper-slide-thumb-active img {
  border-color: #c32823;
}
.view-pro .probansmall .arrow-left, .view-pro .probansmall .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #999;
  cursor: pointer;
  outline: 0;
}
.view-pro .probansmall .arrow-left:hover, .view-pro .probansmall .arrow-right:hover {
  color: #c32823;
}
.view-pro .probansmall .arrow-left {
  left: 0px;
}
.view-pro .probansmall .arrow-right {
  right: 0px;
}
.view-pro .probansmall .swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.pro-box .container {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0;
}
.pleft {
  width: 600px;
  overflow: hidden;
}
.pright {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 80px;
}
.pright .tit {
  font-size: 35px;
  padding: 15px 0 35px;
  position: relative;
}
.pright .tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 50px;
  height: 2px;
  background: #c32823;
}
.pright .ms {
  font-size: 18px;
  color: #666;
  line-height: 2.2;
  padding-bottom: 20px;
}
.pright .telmore {
  font-size: 24px;
  display: block;
  border: 1px solid #ddd;
  width: 355px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pright .telmore .iconfont {
  font-size: 38px;
  padding-right: 10px;
  font-weight: normal;
}
.pright .telmore:hover {
  background: #c32823;
  color: #fff;
  border: 1px solid #c32823;
  border-radius: 50px 0 50px 0;
  width: 380px;
}
.mstext {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.proewm {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex-direction: column;
  font-size: 14px;
  z-index: 1;
}
.proewm em {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 5px;
}
.proewm i {
  font-size: 22px;
  font-weight: normal;
  padding-left: 5px;
}
.proewm .hide {
  display: none;
  position: absolute;
  right: 25px;
  top: 0;
  box-shadow: 0 0 5px #ccc;
  padding: 10px;
  z-index: 99999;
  background: #fff;
}
.proewm .hide img {
  width: 100px;
  height: auto;
}
.proewm:hover .hide {
  display: block;
}
.footer {
  background: #181818;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  flex-wrap: wrap;
  height: 50vh;
}
.footer .ftnav {
  width: 65%;
  padding-right: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .ftnav dl {
  width: 20%;
  line-height: 2.2;
}
.footer .ftnav dt {
  color: #fff !important;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.footer .ftnav dt:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background: red;
}
.footer .ftnav a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .ftnav a:hover {
  padding-left: 10px;
  color: #fff;
}
.footer .ftcontact {
  width: 35%;
  display: flex;
  justify-content: space-between;
}
.footer .ftcontact .tel {
  font-size: 24px;
  color: #fff;
  padding-bottom: 5px;
  letter-spacing: 2px;
}
.footer .ftcontact .telmore {
  display: block;
  width: 190px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  background-color: #c32823;
  margin-top: 20px;
}
.footer .ftcontact .telmore:hover {
  background: none;
  border: 1px solid #fff;
  width: 220px;
  color: #fff;
  letter-spacing: 3px;
}
.footer .ftcontact .ewm {
  text-align: center;
  line-height: 1.5;
  padding-left: 15px;
}
.footer .ftcontact .ewm img {
  max-width: 150px;
  padding-bottom: 10px;
}
.footer .ftcopyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .ftcopyright .left {
  width: 70%;
}
.footer .ftcopyright .right {
  width: 30%;
  justify-content: flex-end;
  display: flex;
}
@-webkit-keyframes bounce-circle {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.numlan {
  cursor: pointer;
}
.numlan .numpic i {
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #c32823;
}
.numlan .numbig {
  padding-bottom: 20px;
}
.numlan .numbig span {
  font-weight: 600;
  font-size: 65px;
}
.tan_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_box .box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  width: 800px;
  height: 500px;
}
.tan_box video, .tan_box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tan_box .box .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
  font-size: 16px;
  background: #fff;
  color: #999;
}
/* 闪烁动画 */
.bandown {
  overflow: hidden;
  cursor: pointer;
  animation: shanshuo 3s infinite linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  z-index: 99999;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bandown img {
  margin-bottom: 5px;
}
@keyframes shanshuo {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }
  25% {
    transform: translateY(-10px);
    opacity: 0.2;
  }
  75% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
}
.fprev_next {
  height: 120px;
  width: 50px;
  margin: 0 auto;
}
.fprev_next .swiper-button-prev, .fprev_next .swiper-button-next {
  margin: 10px 0;
  height: 50px;
  width: 50px;
  background: url(../img/fn1.png) no-repeat center/cover;
  display: block;
  position: initial;
  right: auto;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.fprev_next .swiper-button-next {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
.fprev_next .swiper-button-prev:hover, .fprev_next .swiper-button-next:hover {
  background: url(../img/fn2.png) no-repeat center/cover;
}
.fxian {
  height: 60px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 20px auto 10px;
}
.fjinyin ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.fjinyin ul li {
  width: 23%;
  margin-right: 1.5%;
  overflow: hidden;
  position: relative;
  background: #fff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.fjinyin ul li:nth-child(3n) {
  margin-right: 0;
}
.fjinyin ul li.on {
  width: 51%;
}
.fjinyin ul li a {
  display: block;
  padding: 35px 35px 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fjinyin ul li .pic {
  height: 402px;
  overflow: hidden;
}
.fjinyin ul li .pic img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fjinyin ul li .text {
  margin-top: 24px;
  position: relative;
  z-index: 3;
}
.fjinyin ul li .text h3 {
  font-size: 26px;
  line-height: 38px;
  color: #2e2e2e;
  font-weight: bold;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.fjinyin ul li.on .text h3 {
  color: #c32823;
}
.fjinyin ul li .text p {
  font-size: 14px;
  line-height: 1.8;
  color: #a7a7a7;
  height: 5.4em;
  overflow: hidden;
}
.fjinyin ul li.on .text p {
  width: 70%;
}
.fjinyin ul li h2 {
  font-size: 120px;
  line-height: 1;
  color: #f1f1f1;
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 30px;
  font-weight: bold;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  /* IE 9 */
  -moz-transition: all 0.5s;
  /* Firefox */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
}
.fjinyin ul li.on h2 {
  left: auto;
  right: 30px;
}
.fhprodsw {
  padding: 0 165px;
  margin-top: 20px;
  position: relative;
}
.fhprodsw .fhprsw {
  overflow: hidden;
}
.fhprodsw .fhprev, .fhprodsw .fhnext {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 90px;
  height: 58px;
  width: 58px;
  cursor: pointer;
  background: url(../img/fn6.png) no-repeat center;
  background-size: 32px auto !important;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.fhprodsw .fhnext {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  left: auto;
  right: 90px;
}
.fhprodsw .fhprev:hover, .fhprodsw .fhnext:hover {
  background: url(../img/fn7.png) no-repeat center;
}
.fhprodsw .fhprsw li {
  font-size: 18px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  border-radius: 0 7px 0 7px;
  overflow: hidden;
  cursor: pointer;
  background-image: linear-gradient(to right, #414644, #232123);
}
.fhprodsw .fhprsw .swiper-slide-thumb-active {
  background-image: linear-gradient(to right, #d9433e, #c32823);
}
.fhprodpsw {
  overflow: hidden;
  margin-top: 26px;
}
.fhprodpsw li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fhprodpsw li .lts {
  width: 45%;
  position: relative;
  background: #fff;
}
.fhprodpsw li .lts a {
  display: block;
  padding: 40px 0 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fhprodpsw li .lts .xq {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 166px;
  height: 141px;
  background: url(../img/fn5.jpg) no-repeat center/cover;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.fhprodpsw li .lts h2 {
  text-align: center;
  width: 420px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 50px;
  color: #000;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  position: relative;
  z-index: 6;
}
.fhprodpsw li .lts:hover h2 {
  color: #c32823;
}
.fhprodpsw li .lts .pic {
  margin: 30px auto 0;
  height: 425px;
  position: relative;
  z-index: 0;
}
.fhprodpsw li .lts .pic img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 85%;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.fhprodpsw li .lts:hover .pic img {
  transform: scale(1.1) translateY(-50%);
  -ms-transform: scale(1.1) translateY(-50%);
  /* IE 9 */
  -moz-transform: scale(1.1) translateY(-50%);
  /* Firefox */
  -webkit-transform: scale(1.1) translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1) translateY(-50%);
}
.fhprodpsw li .rts {
  width: 54%;
}
.fhprodpsw li .rts dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fhprodpsw li .rts dd {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  background: #fff;
  position: relative;
}
.fhprodpsw li .rts dd:nth-child(3), .fhprodpsw li .rts dd:nth-child(4) {
  margin-bottom: 0;
}
.fhprodpsw li .rts dd a {
  display: block;
  padding: 12px 10px 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fhprodpsw li .rts dd .pic {
  height: 240px;
  position: relative;
  overflow: hidden;
}
.fhprodpsw li .rts dd .pic img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  transition: all 0.3s;
}
.fhprodpsw li .rts dd:hover .pic img {
  transform: scale(1.05) translateY(-50%);
}
.fhprodpsw li .rts dd h4 {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  padding: 0 25px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/fn3.jpg) no-repeat top right #565656;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  background-size: 30px auto !important;
  position: absolute;
  z-index: 6;
  left: 0;
  bottom: 0;
  min-width: 120px;
}
.fhprodpsw li .rts dd:hover h4 {
  background: url(../img/fn4.jpg) no-repeat top right #c32823;
}
.footer .ftcopyright .right .link select {
  display: inline-block;
  margin-left: 6px;
  width: 145px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 34px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 6px;
  background: url(../img/fn8.png) no-repeat right 10px center #181818;
  background-size: 12px auto !important;
}
.lsele {
  box-sizing: border-box;
  background-color: transparent;
  outline: 0;
  -webkit-appearance: none;
  border: 1px solid #ccc;
}
.fullnbanner .fp-tableCell {
  padding-top: 0;
}
.footer .ftcopyright .right .link {
  display: flex;
}
.footer .ftcopyright .right .lsele {
  display: inline-block;
  margin-left: 6px;
  width: 145px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 34px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 6px;
  background: url(../img/fn8.png) no-repeat right 10px center #181818;
  background-size: 12px auto !important;
  position: relative;
}
.footer .ftcopyright .right .lsele a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .ftcopyright .right .lsele ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}
.footer .ftcopyright .right .lsele ul a {
  padding: 0 10px;
  display: block;
}
.footer .ftcopyright .right .lsele ul a:hover {
  background: #222;
}
.probansmall .swiper-pointer-events {
  overflow: hidden;
}
.view-pro .probanbig {
  overflow: hidden;
}
.secnav .container {
  position: relative;
  padding: 30px 40px;
}
.secnav .container .swipertab {
  overflow: hidden;
  width: 100%;
  padding: 0 50px
}
.swipertab .swiper-wrapper {
  display: flex;
  justify-content: left;
}
.secnav .container .prev, .secnav .container .next {
  position: absolute;
  left: 0;
  z-index: 11;
  top: 0;
  bottom: 0;
  width: 30px;
  background: url(../img/fn6.png) no-repeat center;
  cursor: pointer;
}
.secnav .container .next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.secnav .container .prev:hover, .secnav .container .next:hover {
  background: url(../img/fn7.png) no-repeat center;
}
.secnav .container a {
  display: block;
  text-align: center;
  margin: 0 !important;
}
/*.secnav .container .swiper-wrapper {
  display: flex;
  justify-content: center;
}*/