.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.text {
  position: absolute;
  color: white;
  font-size: 35px;
  display: none !important;
}
.minute {
  position: absolute;
  width: 1px;
  height: 8px;
  background: white;
  display: none !important;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 必须 */
  -webkit-line-clamp: 1;
  /* 限制行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 必须 */
  -webkit-line-clamp: 2;
  /* 限制行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
.return_top {
  position: fixed;
  bottom: 10%;
  right: 3%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  z-index: 99;
}
.return_top img {
  width: 100%;
  height: auto;
}
.biaoqian span,
.biaoqian i,
.biaoqian a {
  height: 20px;
  padding: 3px 8px;
  border-radius: 30px;
  margin-right: 5px;
  background: #000;
  color: white;
  white-space: nowrap;
  /* 防止标签内文字换行 */
  font-size: 0.15rem;
}
.biaoqian span.tb,
.biaoqian i.tb,
.biaoqian a.tb {
  background: #ff8814;
}
.biaoqian span.jd,
.biaoqian i.jd,
.biaoqian a.jd {
  background: #F30213;
}
.index-wrap {
  width: 85%;
}
.pub-mt {
  margin-top: 0.6rem;
}
.index-title-one {
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}
.index-title-one p {
  font-size: 0.45rem;
  padding-bottom: 0.1rem;
}
.index-title-one hr {
  width: 0.32rem;
  height: 2px;
  background: #0d0d0d;
  border: none;
  outline: none;
  display: block;
}
.index-title {
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}
.index-title p {
  font-size: 0.45rem;
  padding-top: 0.8rem;
  padding-bottom: 0.1rem;
}
.index-title hr {
  width: 0.32rem;
  height: 2px;
  background: #0d0d0d;
  border: none;
  outline: none;
  display: block;
}
.pub-title {
  text-align: center;
  font-size: 0.4rem;
  color: #0d0d0d;
  padding-top: 1rem;
}
.pub-title hr {
  width: 0.32rem;
  height: 2px;
  background: #0d0d0d;
  border: none;
  outline: none;
  display: block;
}
.pub-title p {
  font-size: 0.45rem;
  padding-top: 0.8rem;
  padding-bottom: 0.1rem;
}
.pub-titlew-white {
  text-align: center;
  font-size: 0.4rem;
  color: white;
  padding-top: 1rem;
}
.pub-titlew-white hr {
  width: 0.32rem;
  height: 2px;
  background: white;
  border: none;
  outline: none;
  display: block;
}
.pub-titlew-white p {
  font-size: 0.45rem;
  padding-top: 0.8rem;
  padding-bottom: 0.1rem;
}
.pub-title2 {
  text-align: center;
  font-size: 0.4rem;
  color: #0d0d0d;
}
.pub-title3 {
  padding-top: 1rem;
  font-size: 0.16rem;
  text-align: center;
}
.pub-title3 p {
  font-size: 0.46rem;
  color: #0d0d0d;
  padding-bottom: 0.1rem;
}
.pub-title4 {
  text-align: center;
  font-size: 0.4rem;
  color: #0d0d0d;
  padding-top: 1rem;
}
.pub-title4 hr {
  width: 0.32rem;
  height: 2px;
  background: #0d0d0d;
  border: none;
  outline: none;
  display: block;
}
.show-img img {
  width: 96%;
  display: block;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.play_item {
  position: relative;
}
.play_item .play_show {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.play_item .play_show > div {
  width: 100%;
  height: 100%;
}
.play_item .play_show .play_img {
  width: 50px;
}
.play_item .play_show .play_img img {
  width: 100%;
}
.play_item:hover .play_show {
  display: block;
}
.dialog-section .dialog-header {
  display: none;
}
.dialog-section .dialog-background {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog-section .dialog-section {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  padding: 0;
  margin: 0;
  background-color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.dialog-section .dialog-body {
  box-sizing: content-box;
  z-index: 1;
  min-width: 3rem;
  height: 100%;
  padding: 0.1rem;
  margin: 0;
  overflow: hidden;
}
.dialog-section .dialog-imagelist {
  box-sizing: content-box;
  z-index: 1;
  min-width: 3rem;
  height: 100%;
  padding: 0.1rem;
  margin: 0;
  overflow: hidden;
}
.dialog-section .dialog-body.withNoPadding {
  padding: 0;
}
.dialog-section .dialog-imagelist.withNoPadding {
  padding: 0;
}
.dialog-section .dialog-body.withNoMinWidth {
  min-width: auto;
  min-width: 0;
}
.dialog-section .dialog-imagelist.withNoMinWidth {
  min-width: auto;
  min-width: 0;
}
.index_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index_banner .swiper-slide img {
  display: block;
  width: 100%;
}
.index_banner .swiper-button-prev {
  outline: none;
  background: none;
  width: 55px;
  height: 55px;
}
.index_banner .swiper-button-next {
  outline: none;
  background: none;
  width: 55px;
  height: 55px;
}
.index_banner .swiper-pagination-bullets {
  bottom: 0.3rem !important;
}
.index_banner .swiper-pagination-bullet {
  width: 7% !important;
  height: 2px;
  background: #8c8c8c !important;
  color: #fff !important;
  line-height: 0.35rem;
  opacity: 0.7;
  font-size: 0.14rem;
  border-radius: 0rem !important;
  margin: 0rem !important;
}
.index_banner .swiper-pagination-bullet-active {
  background: #fff !important;
  color: #fff;
  opacity: 1;
}
.index_choose {
  margin-top: 0.6rem;
}
.index_choose .btitle {
  margin-bottom: 0.1rem;
}
.index_choose .btitle > div {
  width: 100%;
}
.index_choose .btitle a {
  width: 1.248rem;
  height: 0.6rem;
  text-align: center;
  font-size: 0.2rem;
  margin-left: 0.1rem;
  border: 1px solid #313232;
}
.index_choose .btitle a.active,
.index_choose .btitle a:hover {
  background: #313232;
  color: white;
}
.index_choose .btitle .chooseTop a:first-child {
  margin-left: 0;
}
.index_choose .chooseList {
  flex: 1;
  overflow-x: auto;
}
.index_choose .chooseList a:nth-child(n+11) {
  display: none;
}
.index_choose .nav {
  width: 180px;
  display: none;
}
.index_choose .nav a {
  display: block;
  height: .4rem;
  line-height: 0.4rem;
}
.index_choose .nav .title {
  padding-left: 10px;
  background: #a09c9c;
}
.index_choose .nav .child {
  padding: 0.1rem 0;
}
.index_choose .nav .child a {
  padding-left: 20px;
  border-bottom: 1px solid #000;
}
.index_choose .nav .child a:last-child {
  border-bottom: 0;
}
.index_choose .nav .child a:hover,
.index_choose .nav .child a.active {
  color: #f08012;
}
.index_choose .details {
  margin-top: 30px;
  min-height: 6rem;
  flex: 1;
}
.index_choose .details .list {
  margin-top: 0.2rem;
  min-height: 4.173rem;
}
.index_choose .details .cpdetails,
.index_choose .details .cpvideos {
  width: 3.13rem;
  margin-right: 0.15rem;
  overflow: hidden;
}
.index_choose .details .cpdetails:nth-child(5n),
.index_choose .details .cpvideos:nth-child(5n) {
  margin-right: 0;
}
.index_choose .details .cpdetails .img,
.index_choose .details .cpvideos .img {
  width: 100%;
  height: 4.173rem;
  overflow: hidden;
}
.index_choose .details .cpdetails .img img,
.index_choose .details .cpvideos .img img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.index_choose .details .cpdetails .wen,
.index_choose .details .cpvideos .wen {
  padding: 0.1rem;
  font-size: 0.15rem;
  color: #000;
}
.index_choose .details .cpdetails .wen span,
.index_choose .details .cpvideos .wen span {
  margin-right: 5px;
  background: #000;
  color: white;
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 0.14rem;
  line-height: .14rem;
}
.index_choose .more {
  text-align: center;
  margin-top: 0.6rem;
}
.index_choose .more span {
  padding: 0.05rem 0.2rem;
  background: #000;
  color: white;
}
.index_shili {
  margin-top: 0.6rem;
  width: 100%;
  height: 9.35rem;
  background: url(../image/shili2.jpg) no-repeat center;
  background-size: 100%;
  position: relative;
}
.index_shili .index-title-one p {
  padding-top: 0.8rem;
  padding-bottom: 0.1rem;
}
.index_shili .shijian {
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 100;
}
.index_shili .center_dot {
  position: absolute;
  width: 0.59rem;
  height: 0.56rem;
  background: url(../image/shi2.png) no-repeat center;
  top: 0 !important;
  left: 4.5rem !important;
  margin-top: 1.4rem;
  background-size: 100%;
  z-index: 4;
}
.index_shili .secend_zhen {
  position: absolute;
  background: url(../image/miao.png) no-repeat center;
  width: 0.31rem;
  height: 3rem;
  transform-origin: 50% 100%;
  z-index: 2;
  top: 0 !important;
  left: 4.62rem !important;
  margin-top: -1.3rem;
  background-size: 100%;
}
.index_shili .minute_zhen {
  position: absolute;
  background: url(../image/fen.png) no-repeat center;
  width: 0.42rem;
  height: 2.5rem;
  transform-origin: 50% 100%;
  z-index: 1;
  top: 0 !important;
  left: 4.55rem !important;
  margin-top: -0.9rem;
  background-size: 100%;
}
.index_shili .hour_zhen {
  position: absolute;
  background: url(../image/shi.png) no-repeat center;
  width: 0.59rem;
  height: 1.7rem;
  transform-origin: 50% 100%;
  z-index: 0;
  top: 0 !important;
  left: 4.5rem !important;
  margin-top: -0.05rem;
  background-size: 100%;
}
.index_shili .right {
  width: 50%;
  float: right;
}
.index_shili .title {
  color: #fff;
}
.index_shili .qie {
  width: 80%;
  float: right;
  padding-top: 1rem;
}
.index_shili .qie .shang p {
  font-size: 0.64rem;
  color: #fff;
}
.index_shili .qie .shang span {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin: 0.1rem 0rem 0.4rem;
}
.index_shili .qie .shang hr {
  width: 10%;
  height: 2px;
  background: #fff;
  outline: none;
  border: none;
  margin-left: 0px;
}
.index_shili .qie .xia .fl {
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02rem;
  width: 30%;
}
.index_shili .qie .xia .fl a {
  width: 1.85rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
  margin: 1rem auto 0.1rem;
}
.index_shili .qie .xia .fr {
  width: 40%;
}
.index_shili .qie .xia .fr img {
  width: 100%;
  display: block;
  padding-top: 0.4rem;
}
.index_shili .guding {
  width: 80%;
  float: right;
  margin-top: 0.6rem;
  color: #fff;
  line-height: 0.35rem;
  font-size: 0.2rem;
  letter-spacing: 0.05rem;
  border-top: 1px solid #ccc;
  padding-top: 0.3rem;
}
.index_shili .guding img {
  display: block;
  float: left;
  margin-right: 0.2rem;
  width: 6%;
}
.index_shili .guding p {
  font-size: 0.5rem;
  font-family: 'Oswald-Medium';
  letter-spacing: 0.02rem;
  padding-top: 0.2rem;
}
.index_shili .lanren {
  width: 8.17rem;
  height: 8.17rem;
  margin-top: 0.55rem;
  float: left;
  margin-left: 0.75rem;
}
.index_shili .lanren .tab {
  width: 8.17rem;
  height: 8.17rem;
  position: relative;
  float: left;
}
.index_shili .lanren .tab a {
  display: block;
}
.index_shili .lanren .tab .a1 {
  width: 0.75rem;
  height: 1.11rem;
  position: absolute;
  top: 1.85rem;
  left: 6.64rem;
  z-index: 1;
  background: url(../image/ii1.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a1:hover {
  background: url(../image/ii11.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a1.on {
  background: url(../image/ii11.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a2 {
  width: 0.35rem;
  height: 1.15rem;
  position: absolute;
  top: 3.6rem;
  left: 7.35rem;
  z-index: 1;
  background: url(../image/ii2.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a2:hover {
  background: url(../image/ii22.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a2.on {
  background: url(../image/ii22.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a3 {
  width: 0.8rem;
  height: 1.07rem;
  position: absolute;
  top: 5.3rem;
  left: 6.7rem;
  z-index: 1;
  background: url(../image/ii3.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a3:hover {
  background: url(../image/ii33.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a3.on {
  background: url(../image/ii33.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a4 {
  width: 1.08rem;
  height: 0.81rem;
  position: absolute;
  top: 6.75rem;
  left: 5.3rem;
  z-index: 1;
  background: url(../image/ii4.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a4:hover {
  background: url(../image/ii44.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a4.on {
  background: url(../image/ii44.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a5 {
  width: 1.14rem;
  height: 0.32rem;
  position: absolute;
  bottom: 0.35rem;
  left: 3.45rem;
  z-index: 1;
  background: url(../image/ii5.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a5:hover {
  background: url(../image/ii55.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a5.on {
  background: url(../image/ii55.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a6 {
  width: 1.08rem;
  height: 0.8rem;
  position: absolute;
  bottom: 0.6rem;
  left: 1.75rem;
  z-index: 1;
  background: url(../image/ii6.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a6:hover {
  background: url(../image/ii66.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a6.on {
  background: url(../image/ii66.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a7 {
  width: 0.76rem;
  height: 1.08rem;
  position: absolute;
  top: 5.3rem;
  left: 0.62rem;
  z-index: 1;
  background: url(../image/ii7.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a7:hover {
  background: url(../image/ii77.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a7.on {
  background: url(../image/ii77.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a8 {
  width: 0.33rem;
  height: 1.16rem;
  position: absolute;
  top: 3.5rem;
  left: 0.4rem;
  z-index: 2;
  background: url(../image/ii8.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a8:hover {
  background: url(../image/ii88.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a8.on {
  background: url(../image/ii88.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a9 {
  width: 0.75rem;
  height: 1.09rem;
  position: absolute;
  top: 1.85rem;
  left: 0.7rem;
  z-index: 2;
  background: url(../image/ii9.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a9:hover {
  background: url(../image/ii99.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a9.on {
  background: url(../image/ii99.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a10 {
  width: 1.06rem;
  height: 0.82rem;
  position: absolute;
  top: 0.75rem;
  left: 1.8rem;
  z-index: 2;
  background: url(../image/ii10.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a10:hover {
  background: url(../image/ii1010.png);
  background-size: 100%;
}
.index_shili .lanren .tab .a10.on {
  background: url(../image/ii1010.png);
  background-size: 100%;
}
.index_shili .lanren .content {
  overflow: hidden;
  width: 8rem;
  height: 7rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 0;
}
.index_shili .lanren .content .ul {
  position: absolute;
  width: 8rem;
}
.index_shili .lanren .content li {
  width: 8rem;
  float: left;
  position: relative;
  height: 6.5rem;
}
.index_daigong {
  margin-top: 0.6rem;
}
.index_daigong .wrap {
  width: 85%;
}
.index_daigong .bottom {
  margin-top: 0.6rem;
}
.index_daigong .shang .zuo {
  width: 50%;
  float: left;
}
.index_daigong .shang .zuo a {
  width: 100%;
  height: 8.13rem;
  overflow: hidden;
  display: block;
}
.index_daigong .shang .zuo a:hover img {
  transform: scale(1.1);
}
.index_daigong .shang .zuo .tu {
  position: relative;
  width: 100%;
}
.index_daigong .shang .zuo img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.index_daigong .shang .zuo .wen {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 0.18rem;
  top: 0.6rem;
  left: 0.6rem;
  letter-spacing: 0.02rem;
}
.index_daigong .shang .zuo .wen p {
  font-size: 0.42rem;
  padding-bottom: 0.1rem;
}
.index_daigong .shang .you {
  width: 49%;
  float: right;
}
.index_daigong .shang .you li {
  display: block;
  width: 100%;
  height: 4.15rem;
}
.index_daigong .shang .you .tu {
  position: relative;
  width: 100%;
}
.index_daigong .shang .you a {
  width: 100%;
  height: 3.98rem;
  overflow: hidden;
  display: block;
}
.index_daigong .shang .you a:hover img {
  transform: scale(1.1);
}
.index_daigong .shang .you img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.index_daigong .shang .you .wen {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 0.16rem;
  top: 0.3rem;
  left: 0.3rem;
  letter-spacing: 0.02rem;
}
.index_daigong .shang .you .wen p {
  font-size: 0.3rem;
  padding-bottom: 0.1rem;
}
.index_daigong .xia li {
  width: 32.65%;
  margin-right: 1%;
  float: left;
}
.index_daigong .xia li:last-child {
  margin-right: 0%;
}
.index_daigong .xia li .tu {
  position: relative;
  width: 100%;
}
.index_daigong .xia li a {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
  display: block;
}
.index_daigong .xia li a:hover img {
  transform: scale(1.1);
}
.index_daigong .xia li img {
  transition: 0.5s;
  display: block;
  width: 100%;
}
.index_daigong .xia li .wen {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 0.14rem;
  bottom: 0.1rem;
  left: 0.3rem;
  letter-spacing: 0.02rem;
}
.index_daigong .xia li .wen p {
  font-size: 0.24rem;
  padding-bottom: 0.05rem;
}
.index_pinpai {
  margin-top: 0.6rem;
  width: 100%;
  height: 9.3rem;
  background: url(../image/pinp.jpg) no-repeat center;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.index_pinpai .index-title-one {
  color: #fff;
}
.index_pinpai .index-title-one p {
  font-size: 0.45rem;
  padding-top: 0.8rem;
  padding-bottom: 0.1rem;
}
.index_pinpai .section07_swiper {
  width: 21%;
  margin: 0 auto;
  margin-top: -2.2rem;
  padding-bottom: 0.3rem;
}
.index_pinpai .shil {
  position: relative;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.35rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.index_pinpai .shil .tu {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../image/ico1.png) no-repeat center;
  margin: 0 auto;
  line-height: 1.2rem;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
}
.index_pinpai .shil .shuoming p {
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1rem;
}
.index_pinpai .shil .shuoming hr {
  width: 0.5rem;
  height: 2px;
  background: #fff;
  outline: none;
  border: none;
  margin: 0.5rem auto;
}
.index_pinpai .shil .shuoming span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #f08012;
}
.index_pinpai .swiper-slide-active {
  margin-top: 3.8rem;
}
.index_pinpai .swiper-slide-active .shil .tu {
  background: url(../image/ico2.png) no-repeat center;
  color: #f08012;
}
.index_pinpai .swiper-button-prev {
  background-image: none !important;
  outline: none;
  width: 41px !important;
  height: 40px !important;
  overflow: hidden;
  left: 26.5%;
  top: 60%;
}
.index_pinpai .swiper-button-prev img {
  transition: 0.5s;
  margin-top: 0px;
}
.index_pinpai .swiper-button-prev:hover img {
  margin-top: -40px;
}
.index_pinpai .swiper-button-next {
  background-image: none !important;
  outline: none;
  width: 41px !important;
  height: 40px !important;
  overflow: hidden;
  right: 26.5%;
  top: 60%;
}
.index_pinpai .swiper-button-next img {
  transition: 0.5s;
  margin-top: 0px;
}
.index_pinpai .swiper-button-next:hover img {
  margin-top: -40px;
}
.index_pinpai .swiper-slide-prev {
  margin-top: 3rem;
}
.index_pinpai .swiper-slide-next {
  margin-top: 3rem;
}
.index_pinpai .swiper-slide .shuoming {
  display: none;
}
.index_hengfu {
  margin-top: 1rem;
  position: relative;
}
.index_hengfu img {
  width: 100%;
  display: block;
}
.index_hengfu .fl {
  color: #fff;
  font-size: 0.24rem;
  position: absolute;
  z-index: 1;
  top: 0.6rem;
  left: 0.8rem;
  letter-spacing: 0.5rem;
}
.index_hengfu .fl p {
  font-size: 0.46rem;
  font-family: 'syst';
  letter-spacing: 0.05rem;
}
.index_hengfu .fl p span {
  color: #ff8814;
  font-size: 0.58rem;
}
.index_hengfu .fr {
  display: block;
  width: 1.85rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.3rem;
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 0.8rem;
  color: #fff;
  background: #ff8814;
  font-size: 0.2rem;
  text-align: center;
  letter-spacing: 0.03rem;
}
.anli {
  margin-top: 0.6rem;
  width: 100%;
  position: relative;
}
.anli .section05_swiper {
  width: 45%;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding-bottom: 0.3rem;
}
.anli .shil {
  position: relative;
  font-size: 0.18rem;
  color: #0d0d0d;
  line-height: 0.5rem;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.anli .shil img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.anli .shil .wenzi {
  display: none;
  background: #fbfbfb;
  position: relative;
  z-index: 11;
}
.anli .shil:hover .shuoming {
  top: 0;
}
.anli .shuoming {
  width: 80%;
  height: 4.8rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  top: 5.5rem;
  color: #fff;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.3rem;
  padding: 0 10%;
  left: 0;
  transition: 0.5s;
}
.anli .shuoming p {
  font-size: 0.35rem;
  padding-top: 1.3rem;
}
.anli .shuoming hr {
  width: 10%;
  height: 2px;
  background: #fff;
  border: none;
  outline: none;
  margin: 0.3rem auto;
}
.anli .swiper-slide-active .wenzi {
  display: block;
}
.anli .swiper-button-prev {
  background-image: none !important;
  outline: none;
  width: 41px !important;
  height: 40px !important;
  overflow: hidden;
  left: 26.5%;
  top: 60%;
}
.anli .swiper-button-prev img {
  transition: 0.5s;
  margin-top: 0px;
}
.anli .swiper-button-prev:hover img {
  margin-top: -40px;
}
.anli .swiper-button-next {
  background-image: none !important;
  outline: none;
  width: 41px !important;
  height: 40px !important;
  overflow: hidden;
  right: 26.5%;
  top: 60%;
}
.anli .swiper-button-next img {
  transition: 0.5s;
  margin-top: 0px;
}
.anli .swiper-button-next:hover img {
  margin-top: -40px;
}
.anli .swiper-pagination-bullet {
  width: 3% !important;
  height: 2px;
  background: #dedede !important;
  line-height: 0.35rem;
  font-size: 0.14rem;
  opacity: 1;
  border-radius: 0rem !important;
  margin: 0px !important;
}
.anli .swiper-pagination-bullet-active {
  background: #0d0d0d !important;
  opacity: 1;
}
.guide_anli {
  width: 100%;
  position: relative;
}
.guide_anli .section05_swiper {
  width: 45%;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding-bottom: 0.3rem;
}
.guide_anli .shil {
  position: relative;
  font-size: 0.18rem;
  color: #0d0d0d;
  line-height: 0.5rem;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.guide_anli .shil img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.guide_anli .shil .wenzi {
  display: none;
  background: #fbfbfb;
  position: relative;
  z-index: 11;
}
.guide_anli .shil:hover .shuoming {
  top: 0;
}
.guide_anli .shuoming {
  width: 80%;
  height: 4.8rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  top: 5.5rem;
  color: #fff;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.3rem;
  padding: 0 10%;
  left: 0;
  transition: 0.5s;
}
.guide_anli .shuoming p {
  font-size: 0.35rem;
  padding-top: 1.3rem;
}
.guide_anli .shuoming hr {
  width: 10%;
  height: 2px;
  background: #fff;
  border: none;
  outline: none;
  margin: 0.3rem auto;
}
.guide_anli .swiper-slide-active .wenzi {
  display: block;
}
.guide_anli .swiper-button-prev {
  background-image: none !important;
  outline: none;
  width: 41px !important;
  height: 40px !important;
  overflow: hidden;
  left: 26.5%;
  top: 60%;
}
.guide_anli .swiper-button-prev img {
  transition: 0.5s;
  margin-top: 0px;
}
.guide_anli .swiper-button-prev:hover img {
  margin-top: -40px;
}
.guide_anli .swiper-button-next {
  background-image: none !important;
  outline: none;
  width: 41px !important;
  height: 40px !important;
  overflow: hidden;
  right: 26.5%;
  top: 60%;
}
.guide_anli .swiper-button-next img {
  transition: 0.5s;
  margin-top: 0px;
}
.guide_anli .swiper-button-next:hover img {
  margin-top: -40px;
}
.guide_anli .swiper-pagination-bullet {
  width: 3% !important;
  height: 2px;
  background: #dedede !important;
  line-height: 0.35rem;
  font-size: 0.14rem;
  opacity: 1;
  border-radius: 0rem !important;
  margin: 0px !important;
}
.guide_anli .swiper-pagination-bullet-active {
  background: #0d0d0d !important;
  opacity: 1;
}
.guide_anli li {
  width: 48%;
  height: 2.8rem;
  border: 1px solid #ccc;
  float: left;
  margin-top: 0.5rem;
}
.guide_anli li:last-child {
  float: right;
}
.guide_anli li .fl {
  width: 60%;
  height: 2.25rem;
  overflow: hidden;
  margin-top: 0.25rem;
}
.guide_anli li .fl a {
  width: 90%;
  height: 2.25rem;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.guide_anli li .fl img {
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: 0.5s;
}
.guide_anli li .fl:hover img {
  transform: scale(1.1);
}
.guide_anli li .fr {
  width: 37%;
  font-size: 0.16rem;
  line-height: 0.6rem;
  padding-left: 3%;
  padding-top: 3%;
}
.zhishi {
  margin-top: 0.6rem;
}
.zhishi li {
  width: 23%;
  float: left;
  margin-right: 2.66%;
  position: relative;
  margin-top: 0.35rem;
}
.zhishi li:last-child {
  margin-right: 0%;
}
.zhishi li .tu {
  width: 100%;
  height: 5.4rem;
  overflow: hidden;
}
.zhishi li .tu img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.zhishi li:hover .tu img {
  transform: scale(1.1);
}
.zhishi li .wen {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 222;
  top: 0.5rem;
  left: 0rem;
  font-size: 0.15rem;
  letter-spacing: 0.02rem;
}
.zhishi li .wen p {
  font-size: 0.32rem;
  padding-bottom: 0.15rem;
}
.zhishi li a {
  display: block;
  padding-top: 0.15rem;
  color: #fff;
}
.oem_type .huanj {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.oem_type .wrap li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  display: block;
  text-align: center;
  margin-top: 0.3rem;
  position: relative;
  height: 2.7rem;
  overflow: hidden;
}
.oem_type .wrap li:nth-child(3n) {
  margin-right: 0%;
}
.oem_type .wrap li img {
  display: block;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.oem_type .wrap li:hover img {
  transform: scale(1.1);
}
.oem_type .wrap li p {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 2.7rem;
  font-size: 0.3rem;
}
.fuwu .bottom {
  margin-top: 0.5rem;
}
.fuwu .bottom li {
  width: 32.65%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0.2rem;
  overflow: hidden;
  height: 3.93rem;
}
.fuwu .bottom li:nth-child(3n) {
  margin-right: 0%;
}
.fuwu .bottom li .tu {
  position: relative;
  width: 100%;
}
.fuwu .bottom li img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.fuwu .bottom li:hover img {
  transform: scale(1.1);
}
.fuwu .bottom li .wen {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 0.14rem;
  bottom: 0.2rem;
  left: 0.2rem;
  letter-spacing: 0.02rem;
}
.fuwu .bottom li .wen p {
  font-size: 0.24rem;
  padding-bottom: 0.05rem;
}
.fuwu2 .wrap {
  margin-top: 0.5rem;
}
.fuwu2 .wrap li {
  width: 32.65%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0.15rem;
}
.fuwu2 .wrap li:nth-child(3n) {
  margin-right: 0%;
}
.fuwu2 .wrap li .tu {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 2.87rem;
}
.fuwu2 .wrap li img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.fuwu2 .wrap li:hover img {
  transform: scale(1.1);
}
.fuwu2 .wrap li .wen {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 0.14rem;
  bottom: 0.2rem;
  left: 0.2rem;
  letter-spacing: 0.02rem;
}
.fuwu2 .wrap li .wen p {
  font-size: 0.24rem;
  padding-bottom: 0.05rem;
}
.qiye .shili {
  margin-top: 0.5rem;
  width: 100%;
  height: 7rem;
  position: relative;
}
.qiye .shili ul {
  width: 73%;
  text-align: center;
  position: absolute;
  bottom: 0.7rem;
  z-index: 1;
  left: 13.5%;
}
.qiye .shili ul span {
  text-align: center;
  float: left;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Oswald-Medium';
  padding-right: 0.6rem;
  cursor: pointer;
}
.qiye .shili ul span p {
  font-size: 0.62rem;
  line-height: 0.8rem;
}
.qiye .shili ul span.on {
  color: #fff;
}
.qiye .shili ul span.on p {
  color: #f08012;
}
.qiye .shili .mid {
  position: relative;
}
.qiye .shili .mid .case_bg .case {
  width: 100%;
  height: 7rem;
  overflow: hidden;
  position: absolute;
}
.qiye .shili .case_con {
  width: 19.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.qiye .shili .case_box {
  float: left;
  position: relative;
  width: 19.2rem;
}
.qiye .shili .case_box img {
  width: 100%;
  display: block;
}
.qiye .shili .case_box .wen {
  width: 73%;
  position: absolute;
  left: 13.5%;
  top: 1.2rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.qiye .shili .case_box .wen .wen_title {
  font-size: 0.34rem;
  font-weight: bold;
}
.qiye .shili .case_box .wen hr {
  width: 0.42rem;
  height: 2px;
  background: #fff;
  outline: none;
  border: none;
  margin: 0.4rem 0;
}
.liucheng {
  width: 100%;
  height: 7.5rem;
  background: #fafafa;
}
.liucheng .line {
  width: 100%;
  height: 0.04rem;
  background: #0d0d0d;
  border: none;
  position: absolute;
  top: 1.68rem;
}
.liucheng .bg05 {
  width: 100%;
  height: 3.58rem;
  position: relative;
}
.liucheng .wrap {
  width: 85%;
}
.liucheng .info_box_pic_box {
  width: 85%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 1.15rem;
}
.liucheng .info_box_pic_box .swiper-slide {
  background: url(../image/jians.png) no-repeat;
  height: 1.89rem;
  background-size: auto 100%;
}
.liucheng .info_box_pic_box .swiper-slide:nth-child(2n) {
  background: url(../image/jianx.png) no-repeat;
  height: 1.89rem;
  margin-top: 1.65rem;
  background-size: auto 100%;
}
.liucheng .info_box_pic_box .swiper-slide:nth-child(2n) .tu {
  margin-top: 1rem;
}
.liucheng .info_box_pic_box .swiper-slide:nth-child(2n) .wen {
  margin-top: 1rem;
}
.liucheng .info_box_pic_box .swiper-slide .tu {
  width: 50%;
  float: left;
  margin-left: 5%;
}
.liucheng .info_box_pic_box .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.liucheng .info_box_pic_box .swiper-slide .wen {
  width: 45%;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.2rem;
  margin-top: 0.05rem;
  float: right;
}
.liucheng .info_box_pic_box .swiper-slide .wen p {
  font-size: 0.22rem;
  line-height: 0.35rem;
  color: #0d0d0d;
}
.liucheng .swiper-button-prev {
  background-image: none !important;
  outline: none;
  width: 0.41rem !important;
  height: 0.4rem !important;
  overflow: hidden;
}
.liucheng .swiper-button-prev img {
  transition: 0.5s;
  margin-top: 0px;
  width: 100%;
}
.liucheng .swiper-button-prev:hover img {
  margin-top: -0.4rem;
}
.liucheng .swiper-button-next {
  background-image: none !important;
  outline: none;
  width: 0.41rem !important;
  height: 0.4rem !important;
  overflow: hidden;
}
.liucheng .swiper-button-next img {
  transition: 0.5s;
  margin-top: 0px;
  width: 100%;
}
.liucheng .swiper-button-next:hover img {
  margin-top: -0.4rem;
}
.wenti .sts {
  display: none;
}
.wenti .sts:nth-child(2) {
  display: block;
}
.wenti .wrap {
  margin-top: 0.5rem;
}
.wenti .fl {
  width: 28.5%;
  float: left;
  height: 5.3rem;
  overflow: hidden;
}
.wenti .fl img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.wenti .fl:hover img {
  transform: scale(1.1);
}
.wenti .left_nav {
  width: 68%;
  float: right;
  border: 1px solid #e4e4e4;
}
.wenti .left_nav li {
  font-size: 0.18rem;
  color: #0d0d0d;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 1px solid #e4e4e4;
}
.wenti .left_nav li .wen {
  display: inline-block;
  padding: 0 0.2rem 0rem 0.4rem;
  float: left;
  padding-top: 0.25rem;
}
.wenti .left_nav li .jia {
  display: inline-block;
  float: right;
  padding-top: 0.33rem;
  padding-right: 0.4rem;
}
.wenti .left_nav .sts {
  border-bottom: 1px solid #e4e4e4;
  font-size: 0.16rem;
  color: #333333;
  width: 90%;
  margin: 0 auto;
  height: 1rem;
  padding: 0 5%;
  line-height: 0.3rem;
  padding-top: 0.2rem;
}
.sheji .bottom {
  width: 100%;
  height: 8rem;
  background: #242424;
  margin-top: 0.5rem;
}
.sheji .shili {
  width: 73%;
  margin: 0 auto;
}
.sheji .shili ul {
  width: 20%;
  text-align: center;
  float: left;
}
.sheji .shili ul span {
  width: 85%;
  height: 1rem;
  line-height: 0.5rem;
  display: inline-block;
  font-size: 0.14rem;
  color: #0d0d0d;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
  padding-left: 15%;
  color: #666;
  margin-top: 0.8rem;
}
.sheji .shili ul span p {
  font-size: 0.28rem;
  line-height: 0.15rem;
  padding-top: 0.2rem;
}
.sheji .shili ul span.on {
  background: url(../image/line.png) no-repeat;
  color: #fff;
  background-size: auto 100%;
}
.sheji .shili .swiper-container {
  margin: auto;
}
.sheji .shili .case_box {
  width: 9.2rem;
  position: relative;
  float: right;
}
.sheji .shili .case_box a {
  float: left;
  position: relative;
  width: 50%;
  float: left !important;
}
.sheji .shili .case_box a:first-child {
  width: 100%;
}
.sheji .shili .case_box a img {
  width: 100%;
  display: block;
}
.sheji .shili .case_box a .wen {
  position: absolute;
  bottom: 0.2rem;
  color: #fff;
  font-size: 0.16rem;
  width: 90%;
  left: 5%;
  height: 0.5rem;
  overflow: hidden;
  transition: 0.5s;
}
.sheji .shili .case_box a .wen p {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
}
.sheji .shili .case_box a:hover .wen {
  height: 1rem;
}
.leixing .bottom {
  width: 98%;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.leixing .shang li {
  width: 32.33%;
  margin-right: 1.5%;
  float: left;
  height: auto;
}
.leixing .shang li:last-child {
  margin-right: 0%;
}
.leixing .shang li img {
  display: block;
  width: 100%;
}
.tixi .bottom {
  width: 100%;
  height: 7rem;
  margin-top: 0.5rem;
  position: relative;
}
.tixi .bottom .mid {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
}
.tixi .bottom .mid .case_bg .case2 {
  width: 19.2rem;
  height: 7rem;
  overflow: hidden;
  position: absolute;
}
.tixi .bottom .case_con2 {
  width: 19.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.tixi .bottom .case_box2 {
  width: 19.2rem;
  float: left;
  position: relative;
}
.tixi .bottom .case_box2 img {
  display: block;
  width: 100%;
}
.tixi li {
  width: 19.9%;
  float: left;
  height: 7rem;
  color: #fff;
  position: relative;
  border-right: 1px solid #ccc;
}
.tixi li:last-child {
  border-right: none;
}
.tixi li:hover .heng {
  padding-bottom: 0.25rem;
}
.tixi li .shu {
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-size: 0.26rem;
  font-family: 'Airal';
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}
.tixi li .heng {
  color: #ccc;
  width: 80%;
  bottom: 0.3rem;
  left: 10%;
  position: absolute;
  line-height: 0.22rem;
  height: 0.4rem;
  overflow: hidden;
  transition: 0.5s;
}
.tixi li .heng p {
  font-size: 0.26rem;
  color: #fff;
  padding-bottom: 0.15rem;
  transition: 0.5s;
}
.tixi2 .bottom {
  width: 100%;
  height: 7rem;
  margin-top: 0.5rem;
  position: relative;
}
.tixi2 .bottom .mid {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
}
.tixi2 .bottom .mid .case_bg .case2 {
  width: 19.2rem;
  height: 7rem;
  overflow: hidden;
  position: absolute;
}
.tixi2 .bottom .case_con2 {
  width: 19.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.tixi2 .bottom .case_box2 {
  width: 19.2rem;
  float: left;
  position: relative;
}
.tixi2 .bottom .case_box2 img {
  display: block;
  width: 100%;
}
.tixi2 li {
  width: 19.9%;
  width: 24.9%;
  float: left;
  height: 7rem;
  color: #fff;
  position: relative;
  border-right: 1px solid #ccc;
}
.tixi2 li:last-child {
  border-right: none;
}
.tixi2 li:hover .heng {
  padding-bottom: 0.25rem;
  display: block;
  height: 2rem;
}
.tixi2 li .shu {
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-size: 0.26rem;
  font-family: 'Airal';
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}
.tixi2 li .heng {
  bottom: 0.3rem;
  color: #ccc;
  width: 80%;
  bottom: 0.4rem;
  left: 10%;
  position: absolute;
  line-height: 0.22rem;
  height: 0.4rem;
  overflow: hidden;
  transition: 0.5s;
}
.tixi2 li .heng p {
  transition: 0.5s;
  font-size: 0.26rem;
  color: #fff;
  padding-bottom: 0.15rem;
}
.tixi3 .pub-title2 {
  padding-top: 0.5rem;
}
.tixi3 .bottom {
  width: 100%;
  height: 7rem;
  margin-top: 0.5rem;
  position: relative;
}
.tixi3 .bottom .mid {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
}
.tixi3 .bottom .mid .case_bg .case2 {
  width: 19.2rem;
  height: 7rem;
  overflow: hidden;
  position: absolute;
}
.tixi3 .bottom .case_con2 {
  width: 19.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.tixi3 .bottom .case_box2 {
  width: 19.2rem;
  float: left;
  position: relative;
}
.tixi3 .bottom .case_box2 img {
  display: block;
  width: 100%;
}
.tixi3 li {
  width: 24.9%;
  float: left;
  height: 7rem;
  color: #fff;
  position: relative;
  border-right: 1px solid #ccc;
}
.tixi3 li:last-child {
  border-right: none;
}
.tixi3 li .shu {
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-size: 0.26rem;
  font-family: 'Airal';
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}
.tixi3 li .heng {
  color: #ccc;
  width: 80%;
  bottom: 0.4rem;
  left: 10%;
  position: absolute;
  line-height: 0.22rem;
  height: 0.4rem;
  overflow: hidden;
  transition: 0.5s;
}
.tixi3 li .heng .heng-title {
  font-size: 0.26rem;
  color: #fff;
  padding-bottom: 0.18rem;
}
.tixi3 li:hover .heng {
  display: block;
  height: 1rem;
}
.renwu {
  width: 100%;
  height: 7.5rem;
  background: url(../image/rw_bg.jpg);
  background-size: 100% 100%;
}
.renwu .mod18 {
  width: 50%;
  float: left;
  position: relative;
}
.renwu .mod18 .btn {
  position: absolute;
  cursor: pointer;
  z-index: 99;
  font-size: 50px;
  font-weight: bold;
}
.renwu .mod18 .prev {
  left: 10px;
  background: url(../image/prevBtn.png) no-repeat;
}
.renwu .mod18 #prevTop {
  top: 250px;
  width: 32px;
  height: 48px;
  background: url(https://www.arsbiao.com/statics/css/images/prevBtnTop.png) 0 0 no-repeat;
}
.renwu .mod18 #nextTop {
  top: 250px;
  width: 32px;
  height: 48px;
  background: url(https://www.arsbiao.com/statics/css/images/nextBtnTop.png) 0 0 no-repeat;
}
.renwu .mod18 #prev {
  top: 6.3rem;
  width: 10px;
  height: 16px;
  left: 0.6rem;
}
.renwu .mod18 #next {
  top: 6.3rem;
  width: 10px;
  height: 16px;
  right: 0.6rem;
}
.renwu .mod18 .next {
  right: 10px;
  background: url(../image/nextBtn.png) no-repeat;
}
.renwu .mod18 li {
  float: left;
}
.renwu .mod18 .cf li {
  position: relative;
  color: #fff;
}
.renwu .mod18 .cf li span {
  display: block;
  width: 486px;
  position: absolute;
  left: 75px;
  bottom: 0;
  padding: 10px 20px;
  line-height: 22px;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}
.renwu .mod18 .cf a {
  display: block;
  width: 526px;
  height: 377px;
  position: absolute;
  color: #fff;
}
.renwu .mod18 .picBox {
  width: 526px;
  height: 5.8rem;
  position: relative;
  overflow: hidden;
}
.renwu .mod18 .picBox ul {
  height: 5.8rem;
  position: absolute;
  left: 0;
}
.renwu .mod18 .picBox li {
  width: 526px;
  height: 377px;
}
.renwu .mod18 .listBox {
  width: 7rem;
  height: 1.1rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #535759;
}
.renwu .mod18 .listBox ul {
  position: absolute;
  width: 5rem !important;
  left: 1rem;
}
.renwu .mod18 .listBox li {
  width: 1rem;
  cursor: pointer;
  position: relative;
  padding: 0.1rem 0 0 0;
  margin: 0 0.1rem;
}
.renwu .mod18 .listBox li i {
  display: none;
}
.renwu .mod18 .listBox li a {
  display: block;
  width: 108px;
  height: 77px;
}
.renwu .mod18 .listBox img {
  border: 3px solid #fff;
  width: 70%;
  display: block;
  margin: 0 auto;
}
.renwu .mod18 .listBox .on img {
  border: 3px solid #f08012;
}
.renwu .mod18 .listBox .on i {
  display: block;
}
.renwu .picBox .name {
  font-size: 0.24rem;
  color: #fff;
  padding-top: 1.4rem;
}
.renwu .picBox .biaoyu {
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.55rem;
  padding-top: 0.5rem;
  font-family: 'Arial';
}
.renwu .picBox .desc {
  font-size: 0.18rem;
  color: #6c7073;
  padding-top: 0.5rem;
}
.renwu .img-desc {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.renwu .img-desc img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.customization {
  width: 85%;
  margin: 0 auto;
  padding: 0 7.5%;
  height: 10.5rem;
  background: url(../image/dingzi-bj.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  margin-top: 1rem;
}
.customization .pub-title {
  color: #fff;
}
.customization .nav-list {
  display: flex;
  margin: 0.8rem 0;
  overflow-x: auto;
}
.customization .nav-item {
  display: flex;
  flex-direction: column;
  width: 12.5%;
  float: left;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.customization .nav-item img {
  display: block;
  width: 20%;
  margin: 0 auto;
  margin-bottom: 0.1rem;
}
.customization .main {
  display: flex;
}
.customization .aside {
  width: 2.8rem;
  position: absolute;
  z-index: 10;
  overflow-y: auto;
  height: 5.8rem;
}
.customization .content {
  flex: 1;
  position: relative;
}
.customization .content .title {
  position: absolute;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.25rem;
  top: 0;
  left: -23px;
  padding-top: 0rem;
}
.customization .content .submit {
  position: absolute;
  top: 88%;
  left: calc(-68%);
  width: 2rem;
  height: 0.55rem;
  text-align: center;
  font-size: 0.18rem;
  border: 1px solid #fefefe;
  border-radius: 0.5rem;
  line-height: 0.55rem;
  color: #fefefe;
  cursor: pointer;
}
.customization .content .submit a {
  color: #fff;
}
.customization .content .submit:hover {
  background-color: #fafafa;
  color: #111;
}
.customization .content .submit:hover a {
  color: #000;
}
.customization .aside-content .txt {
  height: 0.65rem;
  line-height: 0.65rem;
  border-top: 1px white solid;
  cursor: pointer;
  font-size: 0.2rem;
}
.customization .aside-content .txt:hover {
  color: #fefefe;
}
.customization .aside-content .txt i {
  float: right;
  font-size: 0.3rem;
  line-height: 0.3rem;
}
.customization .aside-ul {
  margin-left: 0.25rem;
  display: none;
}
.customization .aside-ul .aside-li {
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.customization .aside-ul .aside-li:hover {
  color: #fefefe;
}
.customization .aside-ul .choose-list span {
  border-bottom: 1px solid #fafafa;
  padding-bottom: 5px;
}
.customization #yixing {
  width: 100%;
  height: 3.6rem;
  margin: 1.9rem auto 0.8rem auto;
  position: relative;
  overflow: hidden;
}
.customization #yixing ul {
  list-style: none;
}
.customization #yixing ul li {
  position: absolute;
  cursor: pointer;
}
.customization #yixing ul li.no0 {
  width: 200px;
  height: 150px;
  opacity: .3;
  top: 47px;
  left: -253px;
}
.customization #yixing ul li.no1 {
  width: 200px;
  height: 150px;
  opacity: .3;
  top: 47px;
  left: 53px;
}
.customization #yixing ul li.no2 {
  width: 200px;
  height: 150px;
  opacity: .9;
  top: 47px;
  left: 361px;
}
.customization #yixing ul li.no3 {
  width: 260px;
  height: 200px;
  top: 0;
  left: 680px;
}
.customization #yixing ul li.no4 {
  width: 200px;
  height: 150px;
  opacity: .9;
  top: 47px;
  left: 1058px;
}
.customization #yixing ul li.no5 {
  width: 200px;
  height: 150px;
  opacity: .3;
  top: 47px;
  left: 1366px;
}
.customization #yixing ul li.no6 {
  width: 200px;
  height: 150px;
  opacity: .3;
  top: 47px;
  left: 1673px;
}
.customization #yixing ul li.denghou {
  display: none;
}
.customization .anniu .leftButton {
  top: 2.8rem;
  left: -1rem;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../image/zuo.png);
  background-size: cover;
}
.customization .anniu .leftButton:hover {
  top: 2.8rem;
  left: -1rem;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../image/zuo2.png);
  background-size: cover;
}
.customization .anniu .rightButton {
  top: 2.8rem;
  right: -1rem;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../image/you.png);
  background-size: cover;
}
.customization .anniu .rightButton:hover {
  top: 2.8rem;
  right: -1rem;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../image/you2.png);
  background-size: cover;
}
.customization .anniu > span {
  font-size: 0.3rem;
  width: 0.43rem;
  height: 0.42rem;
  line-height: 0.38rem;
  text-align: center;
  display: block;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
}
.qingdan {
  width: 100%;
  height: 9.3rem;
  background: url(../image/qingd1.jpg) no-repeat center;
  background-size: 100% 100%;
}
.qingdan .title {
  color: #fff;
}
.qingdan .title hr {
  background: #fff;
}
.qingdan .bottom li {
  width: 25%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.85rem;
  opacity: 0.5;
}
.qingdan .bottom li img {
  width: 20%;
  margin: 0 auto;
  display: block;
  padding-bottom: 0.25rem;
}
.qingdan .bottom li:hover {
  opacity: 1;
}
.qingdan2 .bottom {
  width: 100%;
  height: 5rem;
  background: url(../image/qingd.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 0.5rem;
}
.qingdan2 .bottom li {
  width: 25%;
  opacity: 1;
  width: 16.6%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.85rem;
}
.qingdan2 .bottom li img {
  width: 20%;
  padding-bottom: 0.25rem;
  width: 30%;
  margin: 0 auto;
  display: block;
  padding-bottom: 0.35rem;
}
.xuank .wrap {
  width: 85%;
}
.xuank .info_box_pic_box {
  width: 90%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 0.7rem;
}
.xuank .info_box_pic_box .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.xuank .info_box_pic_box .swiper-slide .tit {
  font-size: 0.24rem;
  color: #333;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}
.xuank .info_box_pic_box .swiper-slide .wen {
  width: 90%;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #0d0d0d;
  line-height: 0.25rem;
  margin-top: 0.2rem;
}
.xuank .swiper-button-prev {
  background-image: none !important;
  outline: none;
  width: 0.41rem !important;
  height: 0.4rem !important;
  overflow: hidden;
}
.xuank .swiper-button-prev img {
  transition: 0.5s;
  margin-top: 0px;
  width: 100%;
}
.xuank .swiper-button-prev:hover img {
  margin-top: -0.41rem;
}
.xuank .swiper-button-next {
  background-image: none !important;
  outline: none;
  width: 0.41rem !important;
  height: 0.4rem !important;
  overflow: hidden;
}
.xuank .swiper-button-next img {
  transition: 0.5s;
  margin-top: 0px;
  width: 100%;
}
.xuank .swiper-button-next:hover img {
  margin-top: -0.41rem;
}
.youshi .bottom {
  width: 100%;
  height: 8rem;
  background: url(../image/pk.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 0.5rem;
  font-size: 0.16rem;
  color: #fff;
}
.youshi .bottom li {
  height: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 0.2rem;
}
.youshi .bottom .fl {
  text-align: right;
  margin-top: 1.65rem;
  width: 40%;
}
.youshi .bottom .fr {
  text-align: left;
  margin-top: 1.65rem;
  width: 40%;
}
.videos {
  margin-top: -0.05rem;
  padding: 0.5rem 0 1rem;
  background: linear-gradient(138deg, #191919 0%, #363636 31%, #212121 31%, #3a3a3a 61%, #373737 67%, #060606 100%);
}
.videos .title {
  text-align: center;
}
.videos .title p {
  font-size: 0.45rem;
  color: #333333;
  color: white;
}
.videos .title .more {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  color: white;
}
.videos .videos_choose .choose_title {
  padding: .15rem 0;
  color: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
}
.videos .videos_choose .choose_title > div {
  position: relative;
  width: 60px;
  text-align: center;
  font-size: 0.25rem;
  font-weight: bold;
}
.videos .videos_choose .choose_title > div:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 65px;
  height: 4px;
  background: white;
}
.videos .videos_choose .choose_list {
  margin-top: 0.2rem;
  line-height: 0.35rem;
  font-size: 0.2rem;
}
.videos .videos_choose .choose_list > div {
  margin-top: 0.1rem;
}
.videos .videos_choose .choose_list span {
  margin-right: .2rem;
  color: #B8B8B8;
}
.videos .videos_choose .choose_list a {
  margin-right: .1rem;
  color: #B8B8B8;
  padding: 2px 15px;
}
.videos .videos_choose .choose_list a:hover,
.videos .videos_choose .choose_list a.on {
  color: white;
  background: #f08012;
  border-radius: 20px;
}
.videos_list {
  margin: 0.3rem auto;
}
.videos_list > div {
  width: 2.584rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.videos_list > div:nth-child(6n) {
  margin-right: 0%;
}
.videos_list > div .img {
  width: 100%;
  height: 3.4453rem;
  overflow: hidden;
}
.videos_list > div .img > img {
  display: block;
  width: 100%;
}
.videos_list > div p {
  padding: 0.1rem 0.1rem 0;
  font-size: 0.15rem;
  font-weight: bold;
  color: white;
}
.videos_none {
  display: none;
  margin-top: 1rem;
  text-align: center;
}
.videos_none p {
  margin-top: 0.2rem;
  color: white;
  font-size: .25rem;
}
.product {
  padding: 0.5rem 0;
}
.product .wrap {
  height: auto;
}
.product .list li {
  background-color: white;
  width: 3.13rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  float: left;
}
.product .list li:nth-child(5n) {
  margin-right: 0;
}
.product .list li .img {
  height: 4.17rem;
}
.product .list li img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}
.product .list li .wen {
  padding: 10px 5px 5px;
  font-size: 0.16rem;
  line-height: 0.25rem;
}
.product .list li span {
  margin-left: 5px;
  background: #000;
  color: white;
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 0.14rem;
  line-height: .14rem;
}
.canshu {
  position: relative;
  width: 100%;
}
.canshu .pub-title2 {
  text-align: left;
}
.canshu .swiper-imgs {
  width: 40%;
  position: relative;
}
.canshu .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.canshu .color_img {
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.canshu .color_img img {
  width: 100%;
}
.canshu .canshu_details {
  margin-left: 2%;
  flex: 1;
  padding: 0.2rem;
}
.canshu .canshu_details .pub-title2 {
  font-size: 0.2rem;
}
.canshu .canshu_details .pub-title2 p {
  font-size: 0.4rem;
  color: #0d0d0d;
  font-weight: bold;
  margin: 0.1rem 0;
}
.canshu .canshu_details .bq {
  margin-top: 0.2rem;
}
.canshu .canshu_details .bq a {
  display: block;
  margin-right: 0.2rem;
  padding: .05rem .15rem;
  background: #000;
  color: #fff;
  border-radius: 20px;
}
.canshu .canshu_details .bq a.tb {
  background: #ff8814;
}
.canshu .canshu_details .bq a.jd {
  background: #F30213;
}
.canshu .canshu_details .color {
  margin-top: 0.2rem;
}
.canshu .canshu_details .color .sku {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}
.canshu .canshu_details .color .sku div {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin: 0 4px 8px;
  max-width: calc(92%);
  padding: 2px;
  position: relative;
  margin-bottom: 0.1rem;
  margin-left: 0.1rem;
  padding: .05rem .15rem;
  border: 1px solid #dadde0;
  color: #000;
  border-radius: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 必须 */
  -webkit-line-clamp: 1;
  /* 限制行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
.canshu .canshu_details .color .sku div.active {
  color: #ff8814;
  border: 1px solid #ff8814;
}
.canshu .canshu_details .color .sku div img {
  width: 28px;
  border-radius: 2px;
}
.canshu .canshu_details .wen {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.35rem;
  margin-top: 0.2rem;
}
.canshu .canshu_details .dian {
  width: 80%;
}
.canshu .canshu_details .dian ol {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 0.2rem;
}
.canshu .canshu_details .dian ol img {
  width: 30%;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.1rem;
}
.canshu .list {
  width: 100%;
  margin: 0.3rem 0 0.1rem;
  border: 1px solid #d6d6d6;
}
.canshu .list li {
  position: relative;
}
.canshu .li {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #0d0d0d;
  border-bottom: 1px solid #d6d6d6;
  font-size: 0.18rem;
  cursor: pointer;
  text-indent: 0.2rem;
}
.canshu .li:hover {
  color: #0d0d0d;
}
.canshu li img {
  float: right !important;
  width: 4%;
  padding-top: 0.25rem;
  padding-right: 0.2rem;
}
.canshu .else {
  width: 100%;
  display: none;
  position: absolute;
  border: 1px solid #d6d6d6;
  height: 2.8rem;
  border-top: none;
  background: #fff;
  right: -2px;
}
.canshu .else-list {
  width: 100%;
  float: left;
  height: 0.5rem;
  background-color: white;
  text-align: left;
  font-size: 0.16rem;
  line-height: 0.5rem;
  color: #black;
  cursor: pointer;
  text-indent: 0.2rem;
  text-decoration: underline;
}
.canshu .zixun {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  color: #0d0d0d;
}
.canshu .zixun a {
  width: 1.85rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #ff8814;
  color: #fff;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-size: 0.2rem;
  margin-right: 0.3rem;
}
.canshu .zixun span {
  font-family: 'Oswald-Medium';
  font-size: 0.3rem;
}
.canshu .gallery-top {
  width: 100%;
}
.canshu .gallery-top .swiper-slide img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.canshu .gallery-thumbs {
  width: 100% !important;
}
.canshu .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  margin-top: 0.15rem;
}
.canshu .gallery-thumbs .swiper-slide img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.canshu .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.xuanxiang #nav {
  margin: 0 auto .3rem;
  height: 0.8rem;
}
.xuanxiang #nav li {
  width: 33.3%;
  text-decoration: none;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 2px solid #e7e7e7;
  color: #999999;
  font-size: 0.26rem;
  float: left;
  text-align: center;
}
.xuanxiang #nav li.act {
  color: #0d0d0d;
  border-bottom: 2px solid #0d0d0d;
}
.xuanxiang .section1 {
  text-align: center;
}
.xuanxiang .section1 table {
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
.xuanxiang .section1 table tr td {
  padding: 0.15rem .35rem;
  background: white;
  color: #828282;
}
.xuanxiang .section1 table tr td:nth-child(2n-1) {
  background: #828282;
  color: white;
  text-align: center;
  padding: 0.15rem 0;
}
.xuanxiang .section1 .tu_content {
  flex: 1;
}
.xuanxiang .section1 .tu_content img {
  width: auto;
  height: auto !important;
  max-width: 100%;
  display: block;
  margin: auto;
}
.xuanxiang .section1 .ctitle {
  text-align: left;
  font-size: 0.25rem;
  margin: 0.1rem 0;
}
.xuanxiang .section1 .other {
  margin-left: 30px;
  width: 300px;
}
.xuanxiang .section1 .other .other_content {
  background: white;
  padding: 30px 20px;
  position: relative;
}
.xuanxiang .section1 .other .other_content a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 必须 */
  -webkit-line-clamp: 1;
  /* 限制行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  border: 1px solid #dadde0;
  margin: 0 4px 8px;
  padding: 2px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: 400;
}
.xuanxiang .section1 .other .other_content a img {
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 5px;
}
.xuanxiang .section1 .other .other_content a .big_image {
  width: auto;
  max-width: 600px;
  height: auto;
  position: absolute;
  top: 0;
  right: 300px;
  display: none;
}
.xuanxiang .section1 .other .other_content a:last-child {
  margin-bottom: 0;
}
.xuanxiang .section1 .other .other_content a:hover {
  color: #ff8814;
  border: 1px solid #ff8814;
}
.xuanxiang .section1 .other .other_content a:hover .big_image {
  display: block;
}
.xuanxiang .section1 .tuijian {
  background: #F0F1F2;
}
.xuanxiang .section1 .tuijian .info_box {
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.xuanxiang .section1 .tuijian .info_box a {
  background: white;
  display: block;
  margin-bottom: 0.1rem;
  border-radius: 10px 10px 0 0;
}
.xuanxiang .section1 .tuijian .info_box .tu img {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.xuanxiang .section1 .tuijian .info_box .wen {
  padding: 0.15rem;
  font-size: 0.15rem;
  color: #000;
}
.xuanxiang .section2 .shili {
  margin-top: 0.5rem;
  width: 100%;
  height: 7rem;
  position: relative;
}
.xuanxiang .section2 .shili ul {
  width: 73%;
  text-align: center;
  position: absolute;
  bottom: 0.7rem;
  z-index: 1;
  left: 13.5%;
}
.xuanxiang .section2 .shili ul span {
  text-align: center;
  float: left;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Oswald-Medium';
  padding-right: 0.6rem;
}
.xuanxiang .section2 .shili ul span p {
  font-size: 0.62rem;
  line-height: 0.8rem;
}
.xuanxiang .section2 .shili ul span.on {
  color: #fff;
}
.xuanxiang .section2 .shili ul span.on p {
  color: #f08012;
}
.xuanxiang .section2 .shili .mid {
  position: relative;
}
.xuanxiang .section2 .shili .mid .case_bg .case {
  width: 100%;
  height: 7rem;
  overflow: hidden;
  position: absolute;
}
.xuanxiang .section2 .shili .case_con {
  width: 19.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.xuanxiang .section2 .shili .case_box {
  float: left;
  position: relative;
  width: 19.2rem;
}
.xuanxiang .section2 .shili .case_box img {
  width: 100%;
  display: block;
}
.xuanxiang .section2 .shili .case_box .wen {
  width: 73%;
  position: absolute;
  left: 13.5%;
  top: 1.2rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.xuanxiang .section2 .shili .case_box .wen .wen_title {
  font-size: 0.34rem;
  font-weight: bold;
}
.xuanxiang .section2 .shili .case_box .wen hr {
  width: 0.42rem;
  height: 2px;
  background: #fff;
  outline: none;
  border: none;
  margin: 0.4rem 0;
}
.xuanxiang .section2 .baogao .pub-title2 {
  margin: 1rem auto 0.5rem;
}
.xuanxiang .section2 .baogao img {
  width: 100%;
  display: block;
}
.xuanxiang .section2 .huanj {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.xuanxiang .section2 .huanj .title {
  margin-top: 1rem;
}
.xuanxiang .section2 .huanj .swiper-pagination-bullets {
  bottom: 0.3rem !important;
}
.xuanxiang .section2 .huanj .swiper-pagination-bullet {
  width: 7% !important;
  height: 2px;
  background: #ccc !important;
  color: #ccc !important;
  line-height: 0.5rem;
  font-size: 0.18rem;
  border-radius: 0rem !important;
  margin: 0rem !important;
  opacity: 1;
}
.xuanxiang .section2 .huanj .swiper-pagination-bullet-active {
  background: #0d0d0d !important;
  color: #0d0d0d !important;
  opacity: 1;
}
.xuanxiang .section2 .huanj .wrap a {
  width: 49%;
  float: left;
  margin-right: 2%;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
.xuanxiang .section2 .huanj .wrap a:nth-child(2n) {
  margin-right: 0%;
}
.xuanxiang .section2 .huanj .wrap a img {
  display: block;
  width: 100%;
}
.xuanxiang .section2 .swiper-containe {
  height: 6rem;
}
.xuanxiang .section3 .shouhou {
  margin-bottom: 1rem;
}
.xuanxiang .section3 .shouhou .wrap {
  width: 63%;
  padding: 2% 5% 4%;
  background: #f5f5f5;
}
.xuanxiang .section3 .shouhou .title {
  font-size: 0.26rem;
  color: #0d0d0d;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #cccccc;
}
.xuanxiang .section3 .shouhou .wen {
  height: 7rem;
  overflow-y: scroll;
  width: 96%;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.2rem;
  border: none;
  background: #f5f5f5;
  padding: 2%;
}
.fengx {
  padding: 0.5rem 0 1rem;
}
.fengx .wrap a {
  width: 49%;
  float: left;
  margin-right: 2%;
  display: block;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.5rem;
  margin-top: 0.5rem;
}
.fengx .wrap a:nth-child(2n) {
  margin-right: 0%;
}
.fengx .wrap a img {
  display: block;
  width: 100%;
}
.customClass img {
  width: 100%;
  display: block;
}
.progress {
  width: 100%;
  height: 3.2rem;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
}
.progress li {
  width: 16.6%;
  float: left;
  text-align: center;
  font-size: 0.18rem;
  border-right: 1px solid #e7e7e7;
  height: 100%;
}
.progress li p {
  font-size: 0.6rem;
  color: #0d0d0d;
  font-family: 'Oswald-Medium';
  padding-top: 1rem;
}
.progress li p span {
  width: 0.3rem;
  height: 0.3rem;
  background: #f08012;
  color: #fff;
  font-size: 0.14rem;
  display: inline-block;
  border-radius: 50%;
  line-height: 0.3rem;
  margin-left: 0.1rem;
}
.progress li:last-child {
  border-right: none;
}
.service-win .neirong {
  width: 100%;
  margin: 0 auto;
}
.service-win .neirong li {
  width: 31%;
  float: left;
  margin-right: 3%;
  margin-top: 0.5rem;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.service-win .neirong li:nth-child(3n) {
  margin-right: 0%;
}
.service-win .neirong li img {
  display: block;
  width: 94%;
  padding: 3%;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 3%;
}
.service-win .neirong li .wen {
  width: 94%;
  margin: 0 auto;
  font-size: 0.18rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.service-win .neirong li .wen img {
  width: 10%;
  display: block;
  float: right;
  border-bottom: none;
}
.service-win .more {
  width: 100%;
  height: 0.4rem;
  position: relative;
  margin: 0 auto;
}
.service-win .more a {
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #0d0d0d;
  font-size: 0.16rem;
  background: #ededed;
  margin: 0 auto;
  display: block;
  border-radius: 0.4rem;
  margin-top: 0.6rem;
}
.service-win .more a:hover {
  background: #0d0d0d;
  color: #fff;
}
.service-win .more hr {
  border: none;
  outline: none;
  background: #e6e6e6;
  position: absolute;
  top: 0.14rem;
  display: block;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.service-show {
  margin-top: 0.8rem;
  width: 100%;
}
.service-show ul {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.service-show ul span {
  text-align: center;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #0d0d0d;
  display: inline-block;
  border-radius: 0.5rem;
  font-size: 0.16rem;
  color: #0d0d0d;
  margin: 0 0.5rem;
  cursor: pointer;
}
.service-show ul span.on {
  background: #0d0d0d;
  color: #fff;
}
.service-show .wrap {
  margin-top: 20px;
}
.service-show .case_box {
  width: 14rem;
  position: relative;
}
.service-show .case_box > div {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  display: block;
  text-align: center;
  font-size: 0.14rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.service-show .case_box > div p {
  font-size: 0.2rem;
  color: #0d0d0d;
  line-height: 0.5rem;
  padding-top: 0.1rem;
}
.service-show .case_box > div:nth-child(3n) {
  margin-right: 0%;
}
.service-show .case_box > div img {
  display: block;
  width: 100%;
}
.service-show .case_box > div > img {
  height: 2.72rem;
}
.service-show .case_box > div .yin {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: 4.34rem;
  height: 2.72rem;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: none;
}
.service-show .case_box > div .yin img {
  width: 15%;
  display: block;
  margin: 0 auto;
  margin-top: 25%;
}
.service-show .case_box > div:hover .yin {
  display: block;
}
.service-show .more {
  width: 100%;
  height: 0.4rem;
  position: relative;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.service-show .more hr {
  border: none;
  outline: none;
  background: #e6e6e6;
  position: absolute;
  top: 0.14rem;
  display: block;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.service-show .more a {
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #0d0d0d;
  font-size: 0.16rem;
  background: #ededed;
  margin: 0 auto;
  display: block;
  border-radius: 0.4rem;
  float: none;
}
.service-show .more a:hover {
  background: #0d0d0d;
  color: #fff;
}
.service-list {
  margin-top: 0.8rem;
  width: 100%;
}
.service-list .service-list-item > div {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  display: block;
  text-align: center;
  font-size: 0.14rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.service-list .service-list-item > div p {
  font-size: 0.2rem;
  color: #0d0d0d;
  line-height: 0.5rem;
  padding-top: 0.1rem;
}
.service-list .service-list-item > div:nth-child(3n) {
  margin-right: 0%;
}
.service-list .service-list-item > div img {
  display: block;
  width: 100%;
}
.service-list .service-list-item > div > img {
  height: 2.72rem;
}
.service-list .service-list-item > div .yin {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: 4.34rem;
  height: 2.72rem;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: none;
}
.service-list .service-list-item > div .yin img {
  width: 15%;
  display: block;
  margin: 0 auto;
  margin-top: 25%;
}
.service-list .service-list-item > div:hover .yin {
  display: block;
}
.keke .huanj {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.keke .wen {
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.45rem;
  text-align: center;
  margin-top: 0.4rem;
}
.keke .swiper-pagination-bullets {
  bottom: 0.3rem !important;
}
.keke .swiper-pagination-bullet {
  width: 7% !important;
  height: 2px;
  background: #ccc !important;
  color: #ccc !important;
  line-height: 0.5rem;
  font-size: 0.18rem;
  border-radius: 0rem !important;
  margin: 0rem !important;
  opacity: 1;
}
.keke .swiper-pagination-bullet-active {
  background: #0d0d0d !important;
  color: #0d0d0d !important;
  opacity: 1;
}
.keke .wrap li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  position: relative;
  height: 2.7rem;
}
.keke .wrap li:nth-child(3n) {
  margin-right: 0%;
}
.keke .wrap li img {
  display: block;
  width: 100%;
  position: absolute;
}
.keke .wrap li p {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 2.7rem;
  font-size: 0.3rem;
}
.keke .swiper-containe {
  height: 4rem;
}
.xuqiu .wrap li {
  width: 33.3%;
  float: left;
  text-align: center;
  font-size: 0.24rem;
  color: #0d0d0d;
  font-weight: bold;
}
.xuqiu .wrap li img {
  display: block;
  width: 50%;
  margin: 0.45rem auto;
}
.gongxu {
  width: 100%;
  background: #f9f9f9;
  margin-top: 1rem;
}
.gongxu .shili {
  margin-top: 0.7rem;
}
.gongxu .shili ul {
  width: 73%;
  margin: 0 auto;
  text-align: center;
}
.gongxu .shili ul span {
  text-align: center;
  width: 1.8rem;
  height: 0.58rem;
  line-height: 0.24rem;
  display: inline-block;
  font-size: 0.18rem;
  color: #0d0d0d;
  margin: 0 0.5rem;
  cursor: pointer;
  background: #e0e0e0;
  padding-top: 0.07rem;
}
.gongxu .shili ul span.on {
  background: #0d0d0d;
  color: #fff;
}
.gongxu .gongxu_swiper {
  position: relative;
}
.gongxu .gongxu_swiper img {
  display: block;
  width: 100%;
}
.jianche table {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 0.5rem;
}
.jianche table td {
  width: 14.18%;
  display: block;
  float: left;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-indent: 0.2rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.18rem;
  color: #333333;
}
.jianche table tr {
  background: #f7f8f9;
}
.jianche table tr:nth-child(2n) {
  background: #fff;
}
.formlianxi {
  width: 100%;
  height: 5rem;
  background: url(../image/lianxi.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 1rem;
}
.formlianxi .wen {
  width: 6.2rem;
  height: 2.3rem;
  background: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666666;
  top: 1.2rem;
}
.formlianxi .wen p {
  padding-top: 0.6rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: #0d0d0d;
  padding-bottom: 0.2rem;
}
.formlianxi .wen a {
  width: 1.85rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  background: #ff8814;
  color: #fff;
  font-size: 0.2rem;
  display: block;
  position: absolute;
  left: 2.2rem;
  top: 2.05rem;
}
.about-daohang {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
}
.about-daohang ul {
  width: 73%;
  text-align: center;
  height: 1rem;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 auto;
}
.about-daohang li {
  width: 24.9%;
  float: left;
  font-size: 0.18rem;
  border-right: 1px solid #e7e7e7;
  margin: 0.35rem 0rem;
  cursor: pointer;
  height: 0.3rem;
}
.about-daohang li:hover a {
  color: #f08012;
  border-bottom: 3px solid #f08012;
  padding-bottom: 0.4rem;
}
.about-daohang li:last-child {
  border-right: none;
}
.about-daohang li.active a {
  color: #f08012;
  border-bottom: 3px solid #f08012;
  padding-bottom: 0.4rem;
}
.jiesao {
  margin-top: 1rem;
}
.jiesao .fl {
  width: 50%;
  position: relative;
}
.jiesao .fl .bg {
  width: 100%;
  height: 4.8rem;
  background: #0d0d0d;
  position: absolute;
  left: 2%;
  top: 0.15rem;
  z-index: -1;
}
.jiesao .fl video {
  width: 100%;
  height: 4.8rem;
}
.jiesao .fr {
  width: 45%;
  padding-left: 5%;
  color: #0d0d0d;
}
.jiesao .fr .xiaob {
  font-size: 0.24rem;
  font-weight: bold;
}
.jiesao .fr .dab {
  font-size: 0.4rem;
  font-weight: bold;
  padding: 0.2rem 0;
}
.jiesao .fr .wen {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.24rem;
  text-align: justify;
}
.jiesao .fr .wen li {
  padding-top: 0.2rem;
}
.jiesao .fr .wen li b {
  font-size: 0.15rem;
  font-weight: bold;
  color: #0d0d0d;
}
.ds {
  width: 100%;
  height: 7rem;
  background: url(../image/ds_bg.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 1rem;
}
.ds .wen {
  width: 50%;
  float: left;
  color: #a7a7a7;
  font-size: 0.16rem;
  margin-top: 2.1rem;
  line-height: 0.28rem;
  text-align: justify;
}
.ds .wen span {
  display: block;
  font-size: 0.24rem;
  color: #fff;
  font-family: 'Oswald-Medium';
  letter-spacing: 2px;
}
.ds .wen .wen_title {
  font-size: 0.4rem;
  color: #fff;
  margin: 0.55rem 0;
  font-family: 'Oswald-Medium';
  letter-spacing: 2px;
}
.dingwei li {
  width: 100%;
  height: 4.2rem;
  margin-top: 0.5rem;
}
.dingwei li:nth-child(2n) .fl {
  float: right;
}
.dingwei li:nth-child(2n) .fr {
  padding-right: 8%;
  padding-left: 0;
}
.dingwei .fl {
  width: 50%;
}
.dingwei .fl img {
  width: 100%;
  display: block;
}
.dingwei .fr {
  width: 42%;
  padding-left: 8%;
}
.dingwei .wen_title {
  font-size: 0.3rem;
  color: #0d0d0d;
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
}
.dingwei .wen {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.28rem;
  text-align: justify;
}
.dingwei i {
  font-size: 0.9rem;
  font-family: 'Oswald-Medium';
  font-style: italic;
  color: #cccccc;
  text-align: right;
  display: block;
  margin-top: 0.2rem;
}
.laoy .bottom {
  width: 100%;
  height: 7rem;
  margin-top: 0.5rem;
}
.laoy .bottom .wrap {
  width: 90%;
}
.laoy .bottom li {
  background: white;
  width: 18%;
  height: 5.5rem;
  padding: 2%;
  margin-right: 2%;
  margin-top: 0.9rem;
  box-shadow: 5px 5px 5px #d3d3d3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.laoy .bottom li:last-child {
  padding-right: 0;
}
.laoy .bottom li p {
  font-size: 0.26rem;
  color: #0d0d0d;
  padding-top: 0.65rem;
  padding-bottom: 0.4rem;
}
.laoy .bottom li .wen {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
  height: 3rem;
  overflow: hidden;
}
.laoy .bottom li img {
  width: 15%;
  display: block;
}
.jings .wrap {
  width: 73%;
  height: 6.6rem;
  margin: 0 auto;
  background-size: 100% 100%;
  margin-top: 0.8rem;
}
.jings .wrap li {
  width: 50%;
  font-size: 0.16rem;
  line-height: 0.25rem;
  color: #333333;
}
.jings .wrap li > img {
  width: 100%;
}
.jings .wrap li:last-child {
  padding-right: 0;
}
.jings .wrap li .content,
.jings .wrap li .content2 {
  margin-top: -1.5rem;
}
.jings .wrap li .content > div,
.jings .wrap li .content2 > div {
  width: 30%;
}
.jings .wrap li .content > div {
  margin-right: 26%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.jings .wrap li .content > div:last-child {
  margin-right: 0;
}
.jings .wrap li .content2 > div {
  margin-left: 13%;
  margin-right: 10%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.jings .wrap li .content2 > div:last-child {
  margin-right: 0;
}
.jings .wrap li p {
  font-size: 0.24rem;
  color: #0d0d0d;
  margin-bottom: 0.2rem;
}
.jiazhi .bottom {
  width: 100%;
  height: 7rem;
  background: url(../image/jiazhi.jpg) no-repeat top;
  margin: 0 auto;
  background-size: 100% 100%;
  margin-top: 0.8rem;
}
.jiazhi .bottom .fl {
  color: #fff;
  font-size: 0.2rem;
  margin-top: 1.3rem;
}
.jiazhi .bottom .fl li {
  padding-bottom: 0.4rem;
}
.jiazhi .bottom .fl li img {
  padding-right: 0.2rem;
  width: 3%;
}
.yuanj li {
  width: 32%;
  float: left;
  margin-right: 2%;
  position: relative;
  margin-top: 0.5rem;
  height: 6.45rem;
  overflow: hidden;
}
.yuanj li:last-child {
  margin-right: 0;
}
.yuanj li img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.yuanj li:hover img {
  transform: scale(1.1);
}
.yuanj li .shu {
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
  font-size: 0.5rem;
  color: #fff;
  font-family: 'Oswald-Medium';
  letter-spacing: 1px;
}
.yuanj li .wen {
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  bottom: 0.4rem;
  left: 0.3rem;
}
.yuanj li .wen p {
  font-size: 0.26rem;
  padding-bottom: 0.15rem;
}
.impression_progress {
  width: 100%;
  height: 4.7rem;
  background: url(../image/make.jpg) no-repeat bottom;
  background-size: cover;
}
.impression_progress .logo {
  margin-top: 0.5rem;
}
.impression_progress .logo img {
  margin: 0 auto;
  display: block;
  width: 4%;
}
.impression_progress .title {
  font-size: 0.3rem;
  color: #0d0d0d;
  padding: 0.3rem 0;
  text-align: center;
}
.impression_progress .wen {
  width: 80%;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  line-height: 0.32rem;
}
.impression_progress .lie li {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 0.16rem;
  height: 100%;
}
.impression_progress .lie li p {
  font-size: 0.6rem;
  color: #0d0d0d;
  font-family: 'Oswald-Medium';
  padding-top: 0.7rem;
}
.impression_progress .lie li p span {
  width: 0.25rem;
  height: 0.25rem;
  background: #f08012;
  color: #fff;
  font-size: 0.2rem;
  display: inline-block;
  border-radius: 50%;
  line-height: 0.25rem;
  margin-left: 0.1rem;
}
.impression_progress .lie li:last-child {
  border-right: none;
}
.impression_renwu {
  width: 100%;
  height: 7.5rem;
  background: #f9f9f9;
}
.impression_renwu .wrap {
  width: 73%;
}
.impression_renwu .info_box_pic_box {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin: 0 auto;
  height: 7.5rem;
}
.impression_renwu .info_box_pic_box .swiper-slide {
  height: 7.5rem;
}
.impression_renwu .info_box_pic_box .swiper-slide .tu img {
  display: block;
  margin: 0 auto;
  width: 45%;
  margin-top: 0.8rem;
}
.impression_renwu .info_box_pic_box .swiper-slide .name {
  font-size: 0.4rem;
  color: #0d0d0d;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}
.impression_renwu .info_box_pic_box .swiper-slide .jiesao {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  writing-mode: vertical-rl;
  text-align: left;
  height: 50%;
  line-height: 0.3rem;
}
.impression_renwu .info_box_pic_box .swiper-slide .jiesao p {
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.impression_renwu .info_box_pic_box .swiper-slide .biaoyu {
  position: absolute;
  bottom: 0.8rem;
  left: 0.8rem;
  font-size: 0.16rem;
  width: 30%;
  text-align: center;
}
.impression_renwu .info_box_pic_box .swiper-slide .biaoyu img {
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}
.impression_renwu .info_box_pic_box_more_btn {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.impression_renwu .info_box_pic_box_more_btn a {
  display: inline-block;
  padding: 12px 60px;
  background: #dc2821;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}
.impression_renwu .info_box_pic_box_more_btn a:hover {
  background: #323232;
}
.impression_renwu .swiper-button-prev {
  background-image: none !important;
  outline: none;
  width: 0.3rem !important;
  height: 0.5rem !important;
  overflow: hidden;
}
.impression_renwu .swiper-button-prev img {
  transition: 0.5s;
  margin-top: 0px;
  width: 100%;
}
.impression_renwu .swiper-button-prev:hover img {
  margin-top: -0.5rem;
}
.impression_renwu .swiper-button-next {
  background-image: none !important;
  outline: none;
  width: 0.3rem !important;
  height: 0.5rem !important;
  overflow: hidden;
}
.impression_renwu .swiper-button-next img {
  transition: 0.5s;
  margin-top: 0px;
  width: 100%;
}
.impression_renwu .swiper-button-next:hover img {
  margin-top: -0.5rem;
}
.impression_renwu .swiper-pagination-fraction {
  width: 90%;
  text-align: right;
  color: #999;
  font-size: 0.32rem;
  font-weight: bold;
  position: absolute;
  bottom: 0.8rem;
}
.impression_renwu .swiper-pagination-current {
  font-size: 0.52rem;
  color: #0d0d0d;
}
.impression_album {
  margin-top: 0.5rem;
  width: 100%;
  height: 4rem;
}
.impression_album ul {
  width: 73%;
  margin: 0 auto;
  text-align: center;
}
.impression_album ul span {
  text-align: center;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #0d0d0d;
  display: inline-block;
  border-radius: 0.5rem;
  font-size: 0.16rem;
  color: #0d0d0d;
  margin: 0 0.5rem;
  cursor: pointer;
}
.impression_album ul span.on {
  background: #0d0d0d;
  color: #fff;
}
.impression_album .mid {
  position: relative;
}
.impression_album .mid .case_bg .case {
  width: 14rem;
  height: 3.5rem;
  overflow: hidden;
  position: absolute;
  left: 2.6rem;
  top: 0.5rem;
}
.impression_album .case_con {
  width: 14rem;
  position: absolute;
  top: 0;
  left: 0;
}
.impression_album .case_box {
  width: 14rem;
  float: left;
  position: relative;
}
.impression_album .case_box a {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  display: block;
  text-align: center;
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
}
.impression_album .case_box a p {
  font-size: 0.2rem;
  color: #0d0d0d;
  line-height: 0.5rem;
}
.impression_album .case_box a:nth-child(3n) {
  margin-right: 0%;
}
.impression_album .case_box a img {
  display: block;
  width: 100%;
}
.honor ul {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.5rem;
}
.honor ul a {
  text-align: center;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #0d0d0d;
  display: inline-block;
  border-radius: 0.5rem;
  font-size: 0.16rem;
  color: #0d0d0d;
  margin: 0 0.5rem;
  cursor: pointer;
}
.honor ul a:hover {
  background: #0d0d0d;
  color: #fff;
}
.honor ul a.on {
  background: #0d0d0d;
  color: #fff;
}
.honor .neirong li {
  width: 24.8%;
  float: left;
  margin-top: 0.5rem;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.honor .neirong li .tu img {
  display: block;
  width: 70%;
  padding: 15%;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15%;
}
.honor .neirong li .wen {
  width: 85%;
  margin: 0 auto;
  font-size: 0.18rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.honor .neirong li .wen img {
  width: 7%;
  display: block;
  float: right;
  margin-top: 0.2rem;
}
.honor .neirong li:hover {
  border: 1px solid #0d0d0d;
}
.brandvideo .wrap {
  width: 73%;
}
.brandvideo video {
  width: 100%;
  height: auto;
}
.brands .wrap {
  width: 73%;
}
.brands .neirong {
  width: 100%;
  margin: 0 auto;
}
.brands .neirong li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-top: 0.5rem;
  text-align: center;
}
.brands .neirong li p {
  font-size: 0.2rem;
  color: #0d0d0d;
  line-height: 0.5rem;
  padding-top: 0.1rem;
}
.brands .neirong li:nth-child(3n) {
  margin-right: 0%;
}
.brands .neirong li img {
  display: block;
  width: 100%;
}
.contact {
  width: 100%;
  height: 9.3rem;
}
.contact .fl {
  width: 50%;
}
.contact .fl .neir {
  width: 65%;
  padding-left: 20%;
  margin-top: 0.8rem;
  font-size: 0.18rem;
  color: #333333;
}
.contact .fl .neir img {
  padding-right: 0.3rem;
  display: block;
  float: left;
  width: 4%;
}
.contact .fl .neir li {
  margin-bottom: 0.3rem;
  height: 0.25rem;
  line-height: 0.25rem;
}
.contact .fl .neir li:first-child span {
  font-family: 'Oswald-Medium';
  font-size: 0.24rem;
}
.contact .fl .biaoti {
  width: 65%;
  padding-left: 20%;
}
.contact .fl .biaoti hr {
  width: 0.5rem;
  height: 3px;
  background: #0d0d0d;
  border: none;
  outline: none;
  margin: 1.5rem 0rem 0.6rem;
}
.contact .fl .biaoti p {
  font-size: 0.36rem;
  color: #0d0d0d;
}
.contact .fl .biaoti .wen {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.24rem;
  margin-top: 0.3rem;
}
.contact .fl .erwei {
  width: 65%;
  padding-left: 20%;
}
.contact .fl .erwei img {
  display: block;
  margin: 0 auto;
}
.contact .fl .erwei .tu {
  float: left;
  line-height: 0.3rem;
  text-align: center;
  margin-right: 0.5rem;
  margin-top: 0.3rem;
}
.contact .fr {
  width: 50%;
}
.contactform .title {
  font-size: 0.36rem;
  color: #0d0d0d;
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}
.contactform form {
  width: 100%;
  margin: 0 auto;
}
.contactform form #tianxiethree {
  width: 48%;
  outline: none;
  margin-bottom: 0.15rem;
  font-size: 0.16rem;
  float: left;
  margin-right: 4%;
}
.contactform form #tianxiethree:nth-child(2n) {
  margin-right: 0;
}
.contactform form #tianxiethree input {
  height: 0.6rem;
  line-height: 0.6rem;
  text-indent: 0.2rem;
  width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
  font-size: 0.14rem;
  background: #f7f8f9;
  outline: none;
  border: 1px solid #e5e5e5;
}
.contactform .zixun {
  width: 6rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #0d0d0d;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.news-navigation {
  width: 73%;
  margin: 0 auto;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 1px solid #f0f0f0;
  color: #333333;
  font-size: 0.2rem;
  margin-top: 0.6rem;
}
.news-navigation span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #0d0d0d;
}
.news-navigation a {
  color: #666666;
  font-size: 0.16rem;
  float: right;
}
.news-title {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.24rem;
  color: #0d0d0d;
}
.news-title a {
  font-size: 0.16rem;
  color: #666666;
  float: right;
}
.news-top {
  position: relative;
  margin: 0 auto;
  margin-top: 0.4rem;
  width: 73%;
  overflow: hidden;
}
.news-top .swiper-slide {
  background: #f5f5f5;
  text-align: center;
  position: relative;
}
.news-top .swiper-slide p {
  display: none;
  font-size: 0.3rem;
  color: #fff;
  position: absolute;
  bottom: 0.3rem;
  text-align: center;
  width: 100%;
}
.news-top .swiper-slide img {
  width: 100%;
}
.news-top .swiper-button-prev {
  outline: none;
  background: none;
  width: 0.3rem;
  height: 0.5rem;
}
.news-top .swiper-button-prev img {
  width: 100%;
  display: block;
}
.news-top .swiper-button-next {
  outline: none;
  background: none;
  width: 0.3rem;
  height: 0.5rem;
}
.news-top .swiper-button-next img {
  width: 100%;
  display: block;
}
.yin {
  width: 60%;
  margin: 0 auto;
}
.yin img {
  width: 100%;
  display: block;
}
.news-list {
  margin-top: 0.6rem;
}
.news-list .fl {
  width: 52%;
  background: #fff;
  padding: 0 2.5%;
}
.news-list .fl .tu {
  margin-top: 0.3rem;
  border-bottom: 1px dashed #e7e7e7;
  height: 2rem;
}
.news-list .fl .tu .zuo {
  width: 40%;
  float: left;
}
.news-list .fl .tu .zuo img {
  width: 100%;
  display: block;
}
.news-list .fl .tu .you {
  width: 50%;
  font-size: 0.14rem;
  padding: 0 5%;
  font-size: 0.16rem;
  color: #666666;
  float: right;
}
.news-list .fl .tu .you a {
  font-size: 0.24rem;
  color: #0d0d0d;
  margin: 0.3rem auto 0.15rem;
  display: block;
}
.news-list .fl .tu .you .wen {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.news-list .fl .tu .you .ri {
  color: #999999;
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
.news-list .fl .lie li {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #999999;
  font-size: 0.14rem;
  border-bottom: 1px dashed #e7e7e7;
  text-align: right;
}
.news-list .fl .lie li a {
  float: left;
  display: block;
  color: #0d0d0d;
}
.news-list .fr {
  width: 36.5%;
  padding: 0 2.5%;
  background: #fff;
}
.news-list .fr .shang {
  height: 2.9rem;
}
.news-list .fr .shang .qian {
  margin-top: 0.15rem;
}
.news-list .fr .shang .qian a {
  display: inline-block;
  float: left;
  margin: 0.1rem;
  background: #f5f5f5;
  color: #333333;
  padding: 0.05rem 0.1rem;
  font-size: 0.14rem;
}
.news-list .fr .shang .qian a:hover {
  color: #fff;
  background: #0d0d0d;
}
.news-list .fr .zuo {
  width: 40%;
  float: left;
  margin-top: 0.4rem;
}
.news-list .fr .zuo img {
  width: 100%;
  display: block;
}
.news-list .fr .you {
  width: 60%;
  float: right;
  margin-top: 0.4rem;
}
.news-list .fr .you p {
  font-size: 0.24rem;
  color: #0d0d0d;
  text-align: center;
  padding-top: 0.6rem;
  line-height: 0.35rem;
}
.news-list2 {
  margin-top: 1rem;
}
.news-list2 .wrap {
  width: 70%;
  padding: 0 1.5%;
  background: #fff;
}
.news-list2 .news-title {
  font-size: 0.2rem;
}
.news-list2 .news-title span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #0d0d0d;
}
.news-list2 .news-title a {
  color: #666666;
  font-size: 0.16rem;
  float: right;
}
.news-list2 .datu {
  margin-top: 0.5rem;
}
.news-list2 .datu .fl {
  width: 48%;
  float: left;
}
.news-list2 .datu .fl img {
  width: 100%;
  display: block;
}
.news-list2 .datu .fr {
  width: 50%;
  float: right;
}
.news-list2 .datu .fr a {
  font-size: 0.3rem;
  color: #0d0d0d;
  margin: 0.4rem auto 0.3rem;
  display: block;
  font-weight: bold;
}
.news-list2 .datu .fr .wen {
  font-size: 0.16rem;
  color: #666666;
  text-align: justify;
  line-height: 0.25rem;
}
.news-list2 .datu .fr .riqi {
  margin-top: 0.4rem;
}
.news-list2 .datu .fr .riqi a {
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #0d0d0d;
  font-size: 0.16rem;
  color: #0d0d0d;
  border-radius: 0.5rem;
  text-align: center;
  float: left;
}
.news-list2 .datu .fr .riqi .shi {
  font-size: 0.16rem;
  color: #0d0d0d;
  font-family: 'Oswald-Medium';
  float: right;
  margin-top: 0.3rem;
  text-align: center;
}
.news-list2 .datu .fr .riqi .shi p {
  color: #333;
  font-size: 0.6rem;
  line-height: 0.6rem;
}
.news-list2 .lie li {
  height: 1.8rem;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.news-list2 .lie li .fl {
  width: 70%;
}
.news-list2 .lie li .fl a {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  margin-top: 0.6rem;
  display: block;
  border-right: 1px solid #e7e7e7;
  padding-right: 20%;
}
.news-list2 .lie li .fl .wen {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666666;
  padding-top: 0.1rem;
  border-right: 1px solid #e7e7e7;
  padding-right: 20%;
}
.news-list2 .lie li .fr {
  width: 30%;
  padding-top: 0.6rem;
}
.news-list2 .lie li .fr .shi {
  width: 92%;
  float: left;
  text-align: center;
  font-size: 0.2rem;
  color: #666666;
  font-family: 'Oswald-Medium';
}
.news-list2 .lie li .fr .shi p {
  color: #333;
  font-size: 0.4rem;
  line-height: 0.5rem;
}
.news-list2 .lie li .fr .jiantou {
  width: 8%;
  display: block;
  float: right;
  padding-top: 0.15rem;
}
.news-list2 .lie li .fr .jiantou img {
  width: 100%;
}
.news-list3 {
  margin-top: 1rem;
}
.news-list3 .wrap {
  width: 70%;
  padding: 0 1.5%;
  background: #fff;
}
.news-list3 .news-title {
  font-size: 0.2rem;
}
.news-list3 .news-title span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #0d0d0d;
}
.news-list3 .news-title a {
  color: #666666;
  font-size: 0.16rem;
  float: right;
}
.news-list3 .bottom li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 0.5rem;
}
.news-list3 .bottom li:last-child {
  margin-right: 0%;
}
.news-list3 .bottom li img {
  display: block;
  width: 100%;
}
.news-list3 .bottom li .tit {
  font-size: 0.18rem;
  color: #0d0d0d;
  margin: 0.3rem auto 0.15rem;
  display: block;
}
.news-list3 .bottom li .wen {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.22rem;
  text-align: justify;
}
.news-list3 .bottom li .shi {
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.2rem;
}
.news-list4 {
  margin-top: 1rem;
}
.news-list4 .wrap {
  width: 70%;
  padding: 0 1.5%;
  background: #fff;
}
.news-list4 .biaot {
  font-size: 0.2rem;
}
.news-list4 .biaot span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #0d0d0d;
}
.news-list4 .biaot a {
  color: #666666;
  font-size: 0.16rem;
  float: right;
}
.news-list4 .bottom {
  margin-top: 0.3rem;
}
.news-list4 .bottom li {
  width: 48.5%;
  margin-right: 2%;
  margin-top: 0.5rem;
  height: 0.65rem;
  line-height: 0.65rem;
  background: #f7f8f9;
  border: 1px solid #e4e4e4;
  float: left;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #0d0d0d;
}
.news-list4 .bottom li:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.news-list4 .bottom li img {
  display: inline-block;
  float: left;
  padding: 0.2rem;
  width: 4%;
}
.videosShow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.videosShow > div {
  margin-top: calc( 30px + 0.9rem);
  height: calc(100% - 30px - 0.9rem);
}
.videosShow .videos_content {
  background: white;
  max-height: 7.8rem;
  border-radius: 10px;
  overflow: hidden;
}
.videosShow .videos_content img {
  width: 100%;
  height: auto;
}
.videosShow .videos_content .videoTo video {
  width: 100%;
  height: 7.8rem;
  background: #000;
}
.videosShow .videos_content .details {
  position: relative;
  padding: 0 .3rem;
  flex: 1;
  overflow: hidden;
  width: 400px;
}
.videosShow .videos_content .details .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
}
.videosShow .videos_content .details .videosFoot {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 90%;
  border-top: 1px solid #E1E1E1;
  padding: 0.2rem 0.2rem;
  font-size: 0.15rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.videosShow .videos_content .details .videosFoot .zz {
  margin-right: 0.2rem;
  text-align: center;
}
.videosShow .videos_content .details .videosFoot .zz img {
  width: 15px;
}
.videosShow .videos_content .details .videosFoot .yy,
.videosShow .videos_content .details .videosFoot .wx,
.videosShow .videos_content .details .videosFoot .fx {
  margin-right: 0.2rem;
  width: 80px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
}
.videosShow .videos_content .details .videosFoot .yy img,
.videosShow .videos_content .details .videosFoot .wx img,
.videosShow .videos_content .details .videosFoot .fx img {
  width: 12px;
  margin-right: 10px;
}
.videosShow .videos_content .details .videosFoot .yy,
.videosShow .videos_content .details .videosFoot .fx {
  border: 1px solid #F30213;
  color: #F30213;
}
.videosShow .videos_content .details .videosFoot .wx {
  background: #F30213;
  color: white;
}
.videosShow .videos_content .details .bq {
  padding: 0.5rem 0 0.3rem;
  margin-top: 0.2rem;
  border-bottom: 1px solid #E1E1E1;
}
.videosShow .videos_content .details .bq a {
  display: block;
  margin-right: 0.2rem;
  padding: .05rem .15rem;
  background: #000;
  color: #fff;
  border-radius: 20px;
}
.videosShow .videos_content .details .bq a.tb {
  background: #ff8814;
}
.videosShow .videos_content .details .bq a.jd {
  background: #F30213;
}
.videosShow .videos_content .details .title {
  margin-top: 0.3rem;
  font-size: 18px;
  font-weight: bold;
}
.videosShow .videos_content .details .date {
  font-size: 16px;
}
.videosShow .videos_content .details .content {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 30px;
  height: 4rem;
  padding: 0 20px 0 0;
  overflow-y: auto;
}
.news-list5 .bottom {
  width: 73%;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.news-list5 .bottom li {
  width: 48%;
  float: left;
  height: 2.2rem;
  background: #fff;
  border: 1px solid #f4f4f4;
  margin-bottom: 0.2rem;
}
.news-list5 .bottom li:nth-child(2n) {
  float: right;
}
.news-list5 .bottom li .zuo {
  width: 40%;
  float: left;
}
.news-list5 .bottom li .zuo img {
  width: 100%;
  display: block;
  margin: 0.3rem;
}
.news-list5 .bottom li .you {
  width: 45%;
  font-size: 0.14rem;
  padding: 0 5%;
  font-size: 0.16rem;
  color: #666666;
  float: right;
}
.news-list5 .bottom li .you a {
  font-size: 0.18rem;
  color: #0d0d0d;
  margin: 0.3rem auto 0.15rem;
  padding-top: 0.25rem;
  display: block;
}
.news-list5 .bottom li .you .wen {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.news-list5 .bottom li .you .ri {
  color: #999999;
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
.videosDetials .wrap {
  padding: 0rem 0 0.5rem;
}
.videosDetials .wrap .title {
  font-size: 0.4rem;
  color: #0d0d0d;
  font-weight: bold;
  padding: 0.1rem;
}
.videosDetials .wrap img {
  width: 100%;
}
.videosDetials .videoShow .videos_content {
  background: white;
  width: 100%;
  height: 8rem;
}
.videosDetials .videoShow .videos_content img {
  width: 100%;
  height: auto;
}
.videosDetials .videoShow .videos_content .videoTo video {
  width: 100%;
  height: 8rem;
}
.videosDetials .videoShow .videos_content .details {
  position: relative;
  padding: 0 .3rem;
  flex: 1;
  overflow: hidden;
}
.videosDetials .videoShow .videos_content .details .videosFoot {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  border-top: 1px solid #E1E1E1;
  padding: 0.2rem 0.2rem;
  font-size: 0.15rem;
}
.videosDetials .videoShow .videos_content .details .videosFoot .zz {
  margin-right: 0.2rem;
  text-align: center;
}
.videosDetials .videoShow .videos_content .details .videosFoot .zz img {
  width: 15px;
}
.videosDetials .videoShow .videos_content .details .videosFoot .yy,
.videosDetials .videoShow .videos_content .details .videosFoot .wx,
.videosDetials .videoShow .videos_content .details .videosFoot .fx {
  margin-right: 0.2rem;
  width: 80px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
}
.videosDetials .videoShow .videos_content .details .videosFoot .yy img,
.videosDetials .videoShow .videos_content .details .videosFoot .wx img,
.videosDetials .videoShow .videos_content .details .videosFoot .fx img {
  width: 12px;
  margin-right: 10px;
}
.videosDetials .videoShow .videos_content .details .videosFoot .yy,
.videosDetials .videoShow .videos_content .details .videosFoot .fx {
  border: 1px solid #F30213;
  color: #F30213;
}
.videosDetials .videoShow .videos_content .details .videosFoot .wx {
  background: #F30213;
  color: white;
}
.videosDetials .videoShow .videos_content .details .bq {
  padding: 0.2rem 0 0.2rem;
  margin-top: 0.2rem;
  border-bottom: 1px solid #E1E1E1;
}
.videosDetials .videoShow .videos_content .details .bq a {
  display: block;
  margin-right: 0.2rem;
  padding: .05rem .15rem;
  background: #000;
  color: #fff;
  border-radius: 20px;
}
.videosDetials .videoShow .videos_content .details .bq a.tb {
  background: #ff8814;
}
.videosDetials .videoShow .videos_content .details .bq a.jd {
  background: #F30213;
}
.videosDetials .videoShow .videos_content .details .title {
  margin-top: 0.3rem;
  font-size: 0.35rem;
  font-weight: bold;
  padding: 0;
}
.videosDetials .videoShow .videos_content .details .date {
  font-size: 16px;
}
.videosDetials .videoShow .videos_content .details .content {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  max-height: 4rem;
  overflow-y: auto;
}
.videosDetials .videoShow .videos_content.videos_content2 {
  padding: 0.2rem 0 0;
  margin-top: 0;
  height: auto;
}
.videosDetials .videoShow .videos_content.videos_content2 .videoTo {
  width: 100%;
}
.videosDetials .videoShow .videos_content.videos_content2 .details {
  overflow: inherit;
  padding: 10px;
}
.videosDetials .videoShow .videos_content.videos_content2 .details .content {
  margin: 0.2rem;
}
.videosDetials .videoShow .videos_content.videos_content2 .details .videosFoot {
  width: 97%;
  position: static;
}
.videos_tuijian {
  padding: 0.5rem 0;
}
.videos_tuijian .title {
  font-size: 0.26rem;
  color: #0d0d0d;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.1rem;
}
.videos_tuijian .title span {
  position: relative;
}
.videos_tuijian .title span:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background: #000000;
}
.videos_tuijian .title a {
  font-size: 0.26rem;
  margin-right: 0.25rem;
  float: right;
  position: relative;
}
.videos_tuijian .title a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -40%;
  width: 80%;
  height: 2px;
  background: #000000;
}
.videos_tuijian .video-info {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.videos_tuijian .video-info .swiper-slide .img {
  height: 3.387rem;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.videos_tuijian .video-info .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.videos_tuijian .video-info .swiper-slide .wen {
  margin: 5px 0;
}
.videos_tuijian .video-info .swiper-slide .wen p {
  font-size: 0.15rem;
  color: #000;
}
.videos_tuijian.videos_tuijian_other .video-info .swiper-slide .img {
  height: auto;
}
.videos_tuijian .swiper-button-prev,
.videos_tuijian .swiper-button-next {
  background-image: none !important;
  outline: none;
  width: 0.41rem !important;
  height: 0.4rem !important;
  overflow: hidden;
}
.videos_tuijian .swiper-button-prev img,
.videos_tuijian .swiper-button-next img {
  transition: 0.5s;
  margin-top: 0px;
  width: 100%;
}
.videos_tuijian .swiper-button-prev:hover img,
.videos_tuijian .swiper-button-next:hover img {
  margin-top: -0.41rem;
}
.videos_tuijian .swiper-button-prev {
  left: -5%;
}
.videos_tuijian .swiper-button-next {
  right: -5%;
}
.wznav {
  width: 73%;
  height: 0.8rem;
  margin: 0.1rem auto 0;
  line-height: 0.8rem;
  font-size: 0.15rem;
}
.wznav a {
  color: #333;
  padding: 0 0.05rem;
  font-size: 0.15rem;
}
.wznav span {
  padding-right: 0.1rem;
  font-size: 0.24rem;
  display: block;
  float: left;
}
.wznav span img {
  display: block;
  margin-top: 0.3rem;
}
.wzleft {
  width: 2.66rem;
  float: left;
}
.wzleft a:hover {
  text-decoration: none;
}
.wzleft .title {
  width: 2.66rem;
  height: 0.9rem;
  background: #0d0d0d;
  padding-top: 0.34rem;
  margin-bottom: 0.2rem;
}
.wzleft .title h2 {
  font-size: 0.3rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 0.3rem;
}
.wzleft .title span {
  font-size: 0.14rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  display: block;
  font-family: 'arial';
  line-height: 0.14rem;
  margin-top: 0.1rem;
}
.wzleft h2 a {
  height: 0.83rem;
  background: #0d0d0d;
  line-height: 0.83rem;
  text-align: center;
  font-size: 0.26rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
  font-weight: normal;
}
.wzleft h3 {
  width: 2.63rem;
  height: 0.54rem;
  border: 1px solid #ccc;
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.wzleft h3 a {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.54rem;
  float: left;
  padding-left: 0.4rem;
  display: block;
  width: 2.23rem;
}
.wzleft h3 a:hover {
  background: #0d0d0d;
  color: #fff;
  display: block;
}
.wzleft h3.cur a {
  background: #0d0d0d;
  color: #fff;
  display: block;
}
.wzleft li a {
  height: 0.5rem;
  background: url(https://www.arsbiao.com/statics/images/adna/list/zz3.png) 2.06rem 0.23rem no-repeat #ececeb;
  line-height: 0.5rem;
  text-indent: 0.5rem;
  font-size: 0.16rem;
  color: #666;
  border-bottom: 1px solid #fff;
  display: block;
  font-weight: normal;
}
.wzleft li a:hover {
  background: url(https://www.arsbiao.com/statics/images/adna/list/zz4.png) 2.06rem 0.23rem no-repeat #ececeb;
  color: #0d0d0d;
}
.wzleft li.cur a {
  background: url(https://www.arsbiao.com/statics/images/adna/list/zz4.png) 2.06rem 0.23rem no-repeat #ececeb;
  color: #0d0d0d;
}
.wzleft h4 a {
  display: block;
  width: 2.66rem;
  height: 2.1rem;
  overflow: hidden;
}
.wzleft h4 a img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.wzleft h4 a img:hover {
  transform: scale(1.08);
}
.wzleft .cbgg-01 {
  font-size: 0.16rem;
  background: #0d0d0d;
  text-align: center;
  color: #fff;
  margin-bottom: 0.3rem;
}
.wzleft .cbgg-01 span {
  display: block;
  font-size: 0.28rem;
  font-weight: bold;
  font-family: Arial;
  padding-bottom: 0.2rem;
  padding-top: 0.1rem;
}
.wzleft .cbgg-01 p {
  padding-top: 0.15rem;
}
.wzleft .cbgg-01 p img {
  vertical-align: middle;
  margin-right: 0.05rem;
}
.wzdetails {
  width: 10.95rem;
  float: right;
}
.wzdetails .bdshare-button-style0-16 a {
  margin-top: 3px;
}
.wzdetails .bdshare-button-style0-16 .bds_more {
  margin-top: 3px;
}
.wzdetails .wzcontent {
  margin-bottom: 0.2rem;
  padding: 0 0.7rem 0.25rem;
  background: #fff;
  margin-top: 0;
  position: relative;
  box-shadow: 0px 0px 15px 5px #f3f3f3;
  width: 9.53rem;
  overflow: hidden;
  float: right;
}
.wzdetails .wzcontent .wzcontent-top {
  padding-top: 0.2rem;
}
.wzdetails .wzcontent .wzcontent-top h3 {
  text-align: center;
  color: #1b1b1b;
  font: bold 0.25rem/0.97rem "Microsoft Yahei";
}
.wzdetails .wzcontent .wzcontent-top em {
  display: block;
  text-align: center;
  font-size: 0.15rem;
  height: 0.3rem;
  overflow: hidden;
  color: #999999;
  font: 0.14rem/0.3rem "Microsoft Yahei";
  background: url(https://www.arsbiao.com/statics/css/images/ndetail_ic1.jpg) no-repeat right top;
}
.wzdetails .wzcontent .wzcontent-top em a {
  color: #fff;
  float: right;
  width: 0.65rem;
  height: 0.3rem;
  text-align: center;
  font: 0.12rem/0.3rem "Microsoft Yahei";
}
.wzdetails .wzcontent .wzcontent-top em i {
  display: inline-block;
  width: 0.2rem;
}
.wzdetails .wzcontent .wzcontent-label {
  margin-top: 0.3rem;
  font-size: 0.2rem;
}
.wzdetails .wzcontent .wzcontent-show {
  margin-top: 50px;
  line-height: 30px;
  color: #666;
  font-size: 15px;
}
.wzdetails .wzcontent .wzcontent-show span {
  font-size: 0.15rem !important;
  text-align: justify;
}
.wzdetails .wzcontent .wzcontent-show p {
  line-height: 0.3rem !important;
}
.wzdetails .wzcontent .wzcontent-show p a {
  color: #E9142A;
}
.wzdetails .wzcontent .wzcontent-show img {
  margin: 0.2rem auto;
}
.wzdetails .wzcontent .wzcontent-show i {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px dashed #cdcdcd;
  border-top: 1px dashed #cdcdcd;
  color: #00253d;
  font: bold 14px/38px "Microsoft Yahei";
  margin-top: 50px;
}
.wzdetails .wzcontent .wzcontent-show i a {
  display: inline-block;
  padding: 0 10px;
  color: #666;
  font-weight: normal;
}
.wzdetails .wzcontent .wzcontent-show em {
  margin: 0 0 0 0;
  float: left;
  display: block;
  color: #666;
  font: 14px/51px "Microsoft Yahei";
}
.wzdetails .wzcontent .wzcontent-show em a {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 0.15rem;
}
.wzdetails .wzcontent .wzcontent-show em a:hover {
  color: #0d0d0d;
}
.wzdetails .wzcontent .wzcontent-show .ndt_em2 {
  float: right;
  display: block;
  text-align: right;
}
.wzdetails .wxlist {
  padding: 0 0.5rem 0.25rem;
  background: #fff;
  margin-top: 0.15rem;
  position: relative;
  box-shadow: 0px 0px 0.15rem 0.05rem #f3f3f3;
  width: 9.93rem;
  overflow: hidden;
  float: left;
}
.wzdetails .wxlist h2 {
  margin: 0.16rem 0 0.1rem 0;
  height: 0.46rem;
  overflow: hidden;
  font: bold 0.18rem/0.46rem "Microsoft Yahei";
  color: #2a273a;
}
.wzdetails .wxlist .list {
  overflow: hidden;
  width: 9.73rem;
  margin: 0.1rem auto 0;
}
.wzdetails .wxlist .list li {
  height: 0.48rem;
  overflow: hidden;
  font: 0.16rem/0.48rem "Microsoft Yahei";
  background: url(https://www.arsbiao.com/statics/css/images/line1.png) no-repeat left center;
  border-bottom: 1px dashed #e6e6e6;
}
.wzdetails .wxlist .list li a {
  color: #999;
}
.wzdetails .wxlist .list li a:hover {
  color: #0d0d0d;
  text-decoration: none;
}
.wzdetails .wxlist .list li em {
  float: right;
  color: #999;
  font-size: 0.15rem;
}
.wzdetails .wxlist .list .cur a {
  text-decoration: none;
}
.wzdetails .wxlist .list li.nones {
  border: 0px;
}
.wznews {
  width: 10.93rem;
  float: right;
  overflow: hidden;
}
.wznews .list .zow {
  padding: 0.3rem 0.18rem 0 0.28rem;
  margin-bottom: 0.2rem;
  width: 10.43rem;
  height: 2rem;
  border: 1px solid #dedede;
}
.wznews .list .zow:hover {
  border: 1px solid #0d0d0d;
}
.wznews .list .zow:hover h3 a {
  color: #0d0d0d;
}
.wznews .list .zow:hover em a {
  color: #fff;
  background: #0d0d0d;
  border: 1px solid #0d0d0d;
}
.wznews .list .zow dt {
  float: left;
  width: 2.79rem;
  height: 1.69rem;
  overflow: hidden;
}
.wznews .list .zow dt img {
  width: 2.79rem;
  height: 1.69rem;
}
.wznews .list .zow dd {
  float: right;
  width: 6.9rem;
  overflow: hidden;
  margin-right: 0.32rem;
}
.wznews .list .zow dd h3 {
  padding-bottom: 0.07rem;
  font: 0.18rem/0.38rem "Microsoft Yahei";
}
.wznews .list .zow dd h3 a {
  color: #303030;
}
.wznews .list .zow dd p {
  color: #707070;
  font: 14px/26px "Microsoft Yahei";
}
.wznews .list .zow dd em a {
  display: block;
  margin-top: 0.17rem;
  width: 1.1rem;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.15rem;
  color: #707070;
  border: 1px solid #aaa;
  text-align: center;
  float: right;
}
/*弹出样式*/
.dialog-header {
  display: none;
}
.dialog-background {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog-section {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  padding: 0;
  margin: 0;
  background-color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.dialog-body,
.dialog-imagelist {
  box-sizing: content-box;
  z-index: 1;
  min-width: 3rem;
  height: 100%;
  padding: 0.1rem;
  margin: 0;
  overflow: hidden;
}
.dialog-body.withNoPadding,
.dialog-imagelist.withNoPadding {
  padding: 0;
}
.dialog-body.withNoMinWidth,
.dialog-imagelist.withNoMinWidth {
  min-width: auto;
  min-width: 0;
}
.customClass img {
  width: 100%;
  display: block;
}
