﻿@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
@font-face {
  font-family: Helvetica;
  src: url('../font/Helvetica.ttf');
}
@font-face {
  font-family: Times_New_Roman;
  src: url('../font/Times_New_Roman.ttf');
}
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.titstr5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.titstr6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.titstr7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.titstr8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #b70005;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 72px;
  right: 0;
  position: fixed;
}
#rightPiaoFu .content {
  position: relative;
}
#rightPiaoFu .content ul li {
  background: #828282;
  height: 72px;
  margin: 3px 0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  padding-top: 6px;
  transition: all 0.3s;
}
#rightPiaoFu .content ul li .pic {
  height: 32px;
  line-height: 32px;
}
#rightPiaoFu .content ul li .pic img {
  vertical-align: middle;
}
#rightPiaoFu .content ul li .tit {
  line-height: 30px;
}
#rightPiaoFu .content ul li .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#rightPiaoFu .content ul .tel {
  padding-right: 0;
  left: 0;
}
#rightPiaoFu .content ul .tel .val {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  line-height: 72px;
  font-size: 16px;
  display: none;
  text-align: center;
  background: #b70005;
}
#rightPiaoFu .content ul li:hover {
  background: #b70005;
}
#rightPiaoFu .content ul .tel:hover .val {
  display: block;
  width: 130px;
  right: 70px;
}
#rightPiaoFu .content ul .ewm .img {
  width: 50px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  padding: 10px;
}
#rightPiaoFu .content ul .ewm .img img {
  width: 100%;
  height: 100%;
}
#rightPiaoFu .content ul .ewm:hover .img {
  width: 130px;
  height: 130px;
  right: 70px;
  opacity: 1;
  background: #b70005;
}
#rightPiaoFu .content ul .up {
  height: 40px;
  background: url(../Images/up.png) center center / auto 20px no-repeat, #828282;
}
#rightPiaoFu .content ul .up:hover {
  height: 40px;
  background: url(../Images/up.png) center center / auto 20px no-repeat, #b70005;
}
#news_detail .text a {  color: #b70005; }
#news_detail .text a:hover{ text-decoration: underline;}

@media (max-width: 1023px) {
  #rightPiaoFu {
    display: none;
  }
}
/*结构*/
#top_h {
  height: 115px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #top_h {
    height: 90px;
  }
}
@media (max-width: 767px) {
  #top_h {
    height: 60px;
  }
}
#top {
  height: 115px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  background: url(../Images/z100.png) top center no-repeat, rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #DDDDDD;
}
#top .logo {
  position: absolute;
  left: 7%;
  top: 24px;
}
#top .tips {
  position: absolute;
  left: 190px;
  bottom: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  width: 200px;
}
#top .menu {
  position: absolute;
  right: 10%;
  top: 0;
  line-height: 115px;
  z-index: 1;
}
#top .menu ul li {
  display: inline-block;
  margin: 0 30px;
  font-size: 20px;
  height: 110px;
  position: relative;
}
#top .menu ul li a {
  display: block;
}
#top .menu ul li .items {
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 64px;
  font-size: 16px;
  display: none;
}
#top .menu ul li .items a {
  float: left;
  width: 100px;
}
#top .menu ul li .items:after {
  content: " ";
  display: block;
  clear: both;
}
#top .menu ul .about .items {
  width: 300px;
}
#top .menu ul .zhangui .items {
  width: 200px;
}
#top .menu ul .cases .items {
  width: 800px;
  left: -285px;
}
#top .menu ul .news .items {
  width: 300px;
  left: -100px;
}
#top .menu ul .company .items {
  width: 200px;
  left: auto;
  right: -70px;
}
#top .menu ul .onfocus {
  border-bottom: solid 3px #b70005;
}
#top .menu ul li:before {
  content: " ";
  width: 0;
  height: 3px;
  position: absolute;
  right: 50%;
  bottom: 0;
  background: #b70005;
}
#top .menu ul li:after {
  content: " ";
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #b70005;
}
#top .menu ul li:hover:before {
  width: 50%;
  transition: all 0.3s;
}
#top .menu ul li:hover:after {
  width: 50%;
  transition: all 0.3s;
}
#top .menuBtn {
  position: absolute;
  right: 7%;
  top: 35px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
#top .menuBtn .line_group {
  position: absolute;
  right: 9px;
  top: 12px;
}
#top .menuBtn .line_group .line {
  position: absolute;
  right: 0;
  top: 0;
  height: 3px;
  width: 26px;
  background: #383838;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#top .menuBtn .line_group .line2 {
  width: 20px;
  top: 9px;
}
#top .menuBtn .line_group .line3 {
  top: 18px;
}
#top .bg {
  position: absolute;
  left: 0;
  top: 100%;
  height: 64px;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  display: none;
}
@media (max-width: 1023px) {
  #top .bg {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #top .menu ul li {
    font-size: 18px;
    margin: 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #top .logo {
    left: 20px;
    top: 30px;
  }
  #top .logo img {
    width: 130px;
  }
  #top .tips {
    left: 130px;
    font-size: 12px;
  }
  #top .menu {
    right: 60px;
  }
  #top .menu ul li {
    font-size: 16px;
    margin: 0 20px;
  }
  #top .menuBtn {
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #top {
    height: 90px;
  }
  #top .logo {
    left: 15px;
    line-height: 90px;
    top: 0;
  }
  #top .logo img {
    max-height: 70px;
  }
  #top .tips {
    left: 190px;
    font-size: 16px;
    bottom: 12px;
    width: 260px;
  }
  #top .menu {
    display: none;
  }
  #top .menuBtn {
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
  }
  #top .menuBtn .line_group {
    width: 45px;
    height: 45px;
    right: 32px;
    top: 35px;
  }
  #top .menuBtn .line_group .line {
    background: #b70005;
  }
  #top .open {
    background: none;
  }
  #top .open .line_group {
    display: block;
  }
  #top .open .line_group .line1 {
    width: 30px;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
  }
  #top .open .line_group .line2 {
    display: none;
  }
  #top .open .line_group .line3 {
    width: 30px;
    top: 21px;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
  }
}
@media (max-width: 767px) {
  #top {
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
  }
  #top .logo {
    left: 15px;
    top: 12px;
  }
  #top .logo img {
    max-height: 30px;
  }
  #top .tips {
    left: 90px;
    font-size: 12px;
    line-height: 30px;
    bottom: -8px;
  }
  #top .menu {
    display: none;
  }
  #top .menuBtn {
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
  #top .menuBtn .line_group {
    width: 45px;
    height: 45px;
    right: 17px;
    top: 20px;
  }
  #top .menuBtn .line_group .line {
    background: #b70005;
  }
  #top .open {
    background: none;
  }
  #top .open .line_group {
    display: block;
  }
  #top .open .line_group .line1 {
    width: 30px;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
  }
  #top .open .line_group .line2 {
    display: none;
  }
  #top .open .line_group .line3 {
    width: 30px;
    top: 21px;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
  }
}
#nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #EEEEEE;
  height: 100%;
  display: none;
}
#nav .list {
  position: relative;
  padding: 90px 15px 15px 15px;
}
#nav .list ul {
  padding: 10px 0;
}
#nav .list ul li {
  font-size: 18px;
  line-height: 60px;
  border-bottom: solid 1px #DEDEDE;
}
@media (max-width: 767px) {
  #nav .list {
    padding-top: 60px;
  }
}
#homebanner {
  position: relative;
  height: 800px;
}
#homebanner .swiper-wrapper {
  position: relative;
  height: 100%;
}
#homebanner .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
}
#homebanner .swiper-wrapper .swiper-slide .max_img {
  position: relative;
  background-position: bottom center;
  background-size: cover;
  height: 100%;
  transition: all 1s;
}
#homebanner .swiper-wrapper .swiper-slide .max_img span {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: all 1s;
  position: relative;
  z-index: 1;
}
#homebanner .swiper-wrapper .swiper-slide .max_img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-size: cover;
  opacity: 1;
  transition: all 1s;
  transition-timing-function: linear;
  transform-origin: center bottom;
}
#homebanner .swiper-wrapper .swiper-slide .data {
  position: absolute;
  left: 60px;
  bottom: 18px;
  color: #FFFFFF;
  z-index: 100;
}
#homebanner .swiper-wrapper .swiper-slide .data .tit {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  display: none;
}
#homebanner .swiper-wrapper .swiper-slide .data .eng {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  display: none;
  margin-bottom: 45px;
  width: 590px;
  font-family: Helvetica;
}
#homebanner .swiper-wrapper .swiper-slide .data .photos .item {
  width: 184px;
  height: 120px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  border: solid 4px #ded8ce;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}
#homebanner .swiper-wrapper .swiper-slide .data .photos .item img {
  width: 100%;
  height: 100%;
}
#homebanner .swiper-wrapper .swiper-slide .rtitle {
  position: absolute;
  right: 60px;
  bottom: 40px;
  line-height: 36px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  max-width: 600px;
  background-color: #a86d396b;
  font-family: "楷体";
}
#homebanner .swiper-pagination span {
  border-radius: 0;
  width: 54px;
  height: 3px;
  background: #FFFFFF;
  opacity: 1;
}
#homebanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #7a7977;
}
@media (min-width: 1200px) {
  #homebanner {
    width: 88%;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #homebanner {
    height: 720px;
  }
  #homebanner .swiper-wrapper .swiper-slide .rtitle {
    max-width: 500px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #homebanner {
    height: 680px;
  }
  #homebanner .swiper-wrapper .swiper-slide .rtitle {
    max-width: 400px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #homebanner {
    height: 620px;
  }
  #homebanner .swiper-wrapper .swiper-slide .rtitle {
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #homebanner {
    height: 610px;
    background: #f3f3f3;
  }
  #homebanner .swiper-wrapper .swiper-slide .max_img {
    height: 435px;
  }
  #homebanner .swiper-wrapper .swiper-slide .data {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    color: #1c1c1c;
  }
  #homebanner .swiper-wrapper .swiper-slide .data .tit {
    text-align: center;
    font-size: 20px;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    display: block;
  }
  #homebanner .swiper-wrapper .swiper-slide .data .eng {
    display: none;
  }
  #homebanner .swiper-wrapper .swiper-slide .data .photos {
    text-align: center;
  }
  #homebanner .swiper-wrapper .swiper-slide .data .photos .item {
    margin: 0 5px;
    width: 138px;
    height: 90px;
    border: none;
  }
  #homebanner .swiper-wrapper .swiper-slide .rtitle {
    display: none;
  }
  #homebanner .swiper-pagination {
    bottom: 180px;
  }
}
@media (max-width: 767px) {
  #homebanner {
    height: 380px;
    background: #f3f3f3;
    transition: all 1s;
  }
  #homebanner .swiper-wrapper .swiper-slide .max_img {
    height: 270px;
  }
  #homebanner .swiper-wrapper .swiper-slide .data {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    color: #1c1c1c;
  }
  #homebanner .swiper-wrapper .swiper-slide .data .tit {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    display: block;
  }
  #homebanner .swiper-wrapper .swiper-slide .data .eng {
    display: none;
  }
  #homebanner .swiper-wrapper .swiper-slide .data .photos {
    text-align: center;
  }
  #homebanner .swiper-wrapper .swiper-slide .data .photos .item {
    margin: 0 3px;
    width: 80px;
    height: 56px;
    border: none;
  }
  #homebanner .swiper-wrapper .swiper-slide .rtitle {
    display: none;
  }
  #homebanner .swiper-pagination {
    bottom: 116px;
    display: none;
  }
  #homebanner .swiper-pagination span {
    width: 30px;
  }
}
#home_about {
  position: relative;
  padding: 70px 0;
  background: url(../Images/z8.jpg) bottom center no-repeat;
}
#home_about .content {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
#home_about .content .left_img {
  width: 50%;
  float: left;
  position: relative;
  padding: 10px 0;
}
#home_about .content .left_img img {
  max-width: 100%;
}
#home_about .content .r_data {
  width: 46%;
  float: right;
  position: relative;
}
#home_about .content .r_data .text {
  font-size: 16px;
  line-height: 30px;
}
#home_about .content .r_data .photos {
  position: relative;
  margin-top: 40px;
}
#home_about .content .r_data .photos .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-image: url(../Images/z10.png);
  background-size: 100% 100%;
}
#home_about .content .r_data .photos .swiper-button-prev:hover {
  background-image: url(../Images/z12.png);
}
#home_about .content .r_data .photos .swiper-button-next {
  width: 44px;
  height: 44px;
  background-image: url(../Images/z11.png);
  background-size: 100% 100%;
}
#home_about .content .r_data .photos .swiper-button-next:hover {
  background-image: url(../Images/z13.png);
}
#home_about .content .r_data .photos .swiper-container {
  position: relative;
  width: 590px;
  height: 120px;
  margin: 0 auto;
}
#home_about .content .r_data .photos .swiper-container .swiper-wrapper {
  height: 100%;
}
#home_about .content .r_data .photos .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
#home_about .content .r_data .photos .swiper-container .swiper-wrapper .swiper-slide .pic {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #home_about .content {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #home_about .content {
    padding: 0 15px;
  }
  #home_about .content .left_img {
    width: 48%;
  }
  #home_about .content .r_data {
    width: 50%;
  }
  #home_about .content .r_data .photos .swiper-button-prev {
    left: 0;
  }
  #home_about .content .r_data .photos .swiper-button-next {
    right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #home_about .content {
    width: auto;
    padding: 0 15px;
  }
  #home_about .content .left_img {
    width: 40%;
  }
  #home_about .content .r_data {
    width: 58%;
  }
  #home_about .content .r_data .photos .swiper-button-prev {
    left: -6px;
    width: 30px;
    height: 30px;
  }
  #home_about .content .r_data .photos .swiper-button-next {
    right: -6px;
    width: 30px;
    height: 30px;
  }
  #home_about .content .r_data .photos .swiper-container {
    width: 520px;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #home_about {
    padding: 30px 0;
  }
  #home_about .content {
    width: auto;
    padding: 0 15px;
  }
  #home_about .content .left_img {
    width: 100%;
    display: none;
  }
  #home_about .content .r_data {
    width: 100%;
  }
  #home_about .content .r_data .text {
    font-size: 20px;
    line-height: 34px;
  }
  #home_about .content .r_data .photos .swiper-button-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  #home_about .content .r_data .photos .swiper-button-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  #home_about .content .r_data .photos .swiper-container {
    width: 590px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  #home_about {
    padding: 25px 0;
  }
  #home_about .content {
    width: auto;
    padding: 0 15px;
  }
  #home_about .content .left_img {
    width: 100%;
    display: none;
  }
  #home_about .content .r_data {
    width: 100%;
  }
  #home_about .content .r_data .text {
    font-size: 14px;
    line-height: 24px;
  }
  #home_about .content .r_data .photos {
    margin-top: 20px;
  }
  #home_about .content .r_data .photos .swiper-button-prev {
    left: 0;
    width: 30px;
    height: 30px;
  }
  #home_about .content .r_data .photos .swiper-button-next {
    right: 0;
    width: 30px;
    height: 30px;
  }
  #home_about .content .r_data .photos .swiper-container {
    width: 100%;
    height: 75px;
  }
}
#home_cases {
  position: relative;
  background: #f3f3f3;
}
#home_cases .sorts {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
}
#home_cases .sorts .ziduan {
  width: 150px;
  font-size: 30px;
  color: #b70005;
  float: left;
}
#home_cases .sorts .tool {
  position: relative;
  float: left;
}
#home_cases .sorts .tool .check {
  float: left;
  width: 154px;
  line-height: 45px;
  border: solid 1px #bababb;
  font-size: 20px;
  display: none;
  position: relative;
}
#home_cases .sorts .tool .check .s1 {
  display: block;
  padding: 0 16px;
}
#home_cases .sorts .tool .check .s2 {
  position: absolute;
  right: 14px;
  top: 21px;
  width: 13px;
  height: 7px;
  background: url(../Images/z17.png);
  transition: 0.2s;
}
#home_cases .sorts .tool .list {
  float: left;
}
#home_cases .sorts .tool .list span {
  display: inline-block;
  cursor: pointer;
  width: 114px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border: solid 1px #c6c6c6;
  margin-right: 3px;
}
#home_cases .sorts .tool .list span:nth-last-child(1) {
  border-bottom: solid 1px #C6C6C6;
}
#home_cases .sorts .tool .list .onfocus {
  border: solid 1px #b70005;
  color: #b70005;
}
#home_cases .sorts .more {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 18px;
  line-height: 45px;
}
#home_cases .sorts .more a {
  color: #b70005;
}
#home_cases .case_group {
  position: relative;
  height: 780px;
}
#home_cases .case_group .group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
}
#home_cases .case_group .group .swiper-container {
  position: relative;
  height: 100%;
}
#home_cases .case_group .group .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#home_cases .case_group .group .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#home_cases .case_group .group .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#home_cases .case_group .group .swiper-container .swiper-pagination {
  display: none;
}
#home_cases .case_group .group .swiper-container .swiper-pagination span {
  background: #FFFFFF;
}
#home_cases .case_group .group .list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  overflow: hidden;
  z-index: 1;
}
#home_cases .case_group .group .list ul li {
  position: relative;
  top: 50px;
  background: url(../Images/z15.png);
  color: #FFFFFF;
  width: 33.3%;
  float: left;
  transition: all 1s;
  padding: 0 60px;
}
#home_cases .case_group .group .list ul li .tit {
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  padding: 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_cases .case_group .group .list ul li .tit a {
  color: #FFFFFF;
}
#home_cases .case_group .group .list ul li .eng {
  display: none;
  font-size: 18px;
  line-height: 35px;
}
#home_cases .case_group .group .list ul li .text {
  display: none;
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
}
#home_cases .case_group .group .list ul li:nth-child(2n) {
  width: 33.4%;
}
#home_cases .case_group .group .list ul .active {
  padding: 20px 60px;
  top: 0;
  background: url(../Images/z16.png);
  height: 160px;
  color: #333333;
}
#home_cases .case_group .group .list ul .active .tit {
  padding: 0;
  font-size: 26px;
  text-align: left;
}
#home_cases .case_group .group .list ul .active .tit a {
  color: #333333;
}
#home_cases .case_group .group .list ul .active .eng {
  display: block;
}
#home_cases .case_group .group .list ul .active .text {
  display: block;
}
#home_cases .case_group .group .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#home_cases .case_group .onfocus {
  z-index: 100;
}
@media (min-width: 1200px) {
  #home_cases {
    width: 88%;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #home_cases .sorts {
    padding: 30px;
  }
  #home_cases .sorts .more {
    right: 30px;
    top: 30px;
  }
  #home_cases .case_group {
    height: 660px;
  }
  #home_cases .case_group .group .list ul li {
    padding: 0 40px;
  }
  #home_cases .case_group .group .list ul li .text {
    margin: 0;
  }
  #home_cases .case_group .group .list ul .active {
    padding: 20px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #home_cases .sorts {
    padding: 30px;
  }
  #home_cases .sorts .more {
    right: 30px;
    top: 30px;
  }
  #home_cases .case_group {
    height: 620px;
  }
  #home_cases .case_group .group .list {
    height: 120px;
  }
  #home_cases .case_group .group .list ul li {
    padding: 0 30px;
    top: 50px;
  }
  #home_cases .case_group .group .list ul li .tit {
    padding: 10px 0;
  }
  #home_cases .case_group .group .list ul li .text {
    margin: 0;
  }
  #home_cases .case_group .group .list ul .active {
    padding: 5px 30px;
    top: 0;
    height: 120px;
  }
  #home_cases .case_group .group .list ul .active .tit {
    font-size: 22px;
  }
  #home_cases .case_group .group .list ul .active .eng {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #home_cases .sorts {
    padding: 30px 15px;
  }
  #home_cases .sorts .tool .list span {
    width: 96px;
    font-size: 16px;
  }
  #home_cases .sorts .more {
    right: 15px;
    top: 30px;
    font-size: 16px;
  }
  #home_cases .case_group {
    height: 600px;
  }
  #home_cases .case_group .group .list {
    height: 120px;
  }
  #home_cases .case_group .group .list ul li {
    padding: 0 30px;
    top: 50px;
  }
  #home_cases .case_group .group .list ul li .tit {
    padding: 10px 0;
  }
  #home_cases .case_group .group .list ul li .text {
    margin: 0;
  }
  #home_cases .case_group .group .list ul .active {
    padding: 5px 30px;
    top: 0;
    height: 120px;
  }
  #home_cases .case_group .group .list ul .active .tit {
    font-size: 18px;
  }
  #home_cases .case_group .group .list ul .active .eng {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #home_cases .sorts {
    padding: 20px 15px;
  }
  #home_cases .sorts .tool {
    width: 154px;
    height: 45px;
    z-index: 1000;
  }
  #home_cases .sorts .tool .check {
    display: block;
    width: 100%;
  }
  #home_cases .sorts .tool .list {
    width: 100%;
    height: 47px;
    position: absolute;
    left: 0;
    top: 45px;
    display: none;
  }
  #home_cases .sorts .tool .list span {
    width: 100%;
    display: block;
    background: #F3F3F3;
    padding: 0 16px;
    text-align: left;
  }
  #home_cases .sorts .show .check .s2 {
    transform: translateY(-50%) rotate(180deg);
  }
  #home_cases .sorts .show .list {
    display: block;
  }
  #home_cases .sorts .more {
    right: 15px;
    top: 20px;
    font-size: 20px;
  }
  #home_cases .case_group {
    height: 700px;
  }
  #home_cases .case_group .group .swiper-container {
    height: 470px;
  }
  #home_cases .case_group .group .swiper-container .swiper-pagination {
    display: block;
  }
  #home_cases .case_group .group .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
  }
  #home_cases .case_group .group .list {
    height: 230px;
    position: relative;
    bottom: auto;
  }
  #home_cases .case_group .group .list ul li {
    width: 100%;
    height: 100%;
    top: 0;
    float: none;
    padding: 25px;
    background: #F3F3F3;
    color: #333333;
    position: absolute;
    left: 0;
  }
  #home_cases .case_group .group .list ul li .tit {
    padding: 0;
    text-align: left;
    font-size: 30px;
  }
  #home_cases .case_group .group .list ul li .eng {
    color: #333333;
    display: block;
    line-height: 20px;
    font-size: 20px;
  }
  #home_cases .case_group .group .list ul li:nth-child(2n) {
    width: 100%;
  }
  #home_cases .case_group .group .list ul .active {
    height: auto;
    background: #F3F3F3;
    padding: 25px;
    z-index: 10;
  }
  #home_cases .case_group .group .list ul .active .tit {
    font-size: 30px;
  }
  #home_cases .case_group .group .list ul .active .eng {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
  }
}
@media (max-width: 767px) {
  #home_cases .sorts {
    padding: 15px;
  }
  #home_cases .sorts .ziduan {
    font-size: 22px;
    font-weight: bold;
    width: 100px;
  }
  #home_cases .sorts .tool {
    width: 120px;
    height: 35px;
    z-index: 1000;
  }
  #home_cases .sorts .tool .check {
    display: block;
    font-size: 16px;
    line-height: 35px;
    width: 100%;
  }
  #home_cases .sorts .tool .check .s1 {
    padding: 0 10px;
  }
  #home_cases .sorts .tool .check .s2 {
    top: 16px;
    right: 10px;
  }
  #home_cases .sorts .tool .list {
    width: 100%;
    height: 37px;
    position: absolute;
    left: 0;
    top: 35px;
    display: none;
  }
  #home_cases .sorts .tool .list span {
    width: 100%;
    display: block;
    background: #F3F3F3;
    padding: 0 10px;
    text-align: left;
    line-height: 35px;
    font-size: 14px;
    border-bottom: none;
  }
  #home_cases .sorts .show .check .s2 {
    transform: translateY(-50%) rotate(180deg);
  }
  #home_cases .sorts .show .list {
    display: block;
  }
  #home_cases .sorts .more {
    right: 15px;
    top: 15px;
    font-size: 16px;
    line-height: 30px;
  }
  #home_cases .case_group {
    height: 450px;
  }
  #home_cases .case_group .group .swiper-container {
    height: 300px;
  }
  #home_cases .case_group .group .swiper-container .swiper-pagination {
    display: block;
  }
  #home_cases .case_group .group .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
  }
  #home_cases .case_group .group .list {
    height: 150px;
    position: relative;
    bottom: auto;
  }
  #home_cases .case_group .group .list ul li {
    width: 100%;
    height: 100%;
    top: 0;
    float: none;
    padding: 15px;
    background: #F3F3F3;
    color: #333333;
    position: absolute;
    left: 0;
  }
  #home_cases .case_group .group .list ul li .tit {
    padding: 0;
    text-align: left;
    font-size: 17px;
  }
  #home_cases .case_group .group .list ul li .tit a {
    color: #333333;
  }
  #home_cases .case_group .group .list ul li .eng {
    color: #333333;
    display: block;
    line-height: 20px;
    font-size: 14px;
    margin-top: -10px;
  }
  #home_cases .case_group .group .list ul li:nth-child(2n) {
    width: 100%;
  }
  #home_cases .case_group .group .list ul .active {
    height: auto;
    background: #F3F3F3;
    padding: 10px 15px;
    z-index: 10;
  }
  #home_cases .case_group .group .list ul .active .tit {
    font-size: 17px;
  }
  #home_cases .case_group .group .list ul .active .eng {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
  }
}
#home_case_link {
  position: relative;
  padding: 50px 0;
}
#home_case_link .content {
  position: relative;
  width: 1660px;
  margin: 0 auto;
}
#home_case_link .content #pc {
  position: relative;
}
#home_case_link .content #pc .swiper-wrapper .swiper-slide .items {
  position: relative;
  padding-bottom: 30px;
}
#home_case_link .content #pc .swiper-wrapper .swiper-slide .items .item {
  height: 140px;
}
#home_case_link .content #pc .swiper-wrapper .swiper-slide .items .item a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#home_case_link .content #pc .swiper-pagination {
  bottom: 0;
}
#home_case_link .content #pc .swiper-pagination span {
  width: 13px;
  height: 13px;
  background: #6a6a6a;
}
#home_case_link .content #pc .swiper-pagination .swiper-pagination-bullet-active {
  background: #6a6a6a;
}
#home_case_link .content #mobile {
  position: relative;
  display: none;
}
#home_case_link .content #mobile .swiper-wrapper .swiper-slide .items {
  position: relative;
  padding-bottom: 30px;
}
#home_case_link .content #mobile .swiper-wrapper .swiper-slide .items .item {
  height: 140px;
}
#home_case_link .content #mobile .swiper-wrapper .swiper-slide .items .item a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#home_case_link .content #mobile .swiper-pagination {
  bottom: 0;
}
#home_case_link .content #mobile .swiper-pagination span {
  width: 13px;
  height: 13px;
  background: #6a6a6a;
}
#home_case_link .content #mobile .swiper-pagination .swiper-pagination-bullet-active {
  background: #6a6a6a;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #home_case_link .content {
    width: 96%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #home_case_link {
    padding: 30px 0;
  }
  #home_case_link .content {
    width: 96%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #home_case_link {
    padding: 20px 0;
  }
  #home_case_link .content {
    width: 96%;
  }
  #home_case_link .content #pc .swiper-wrapper .swiper-slide .items .item {
    height: 120px;
  }
  #home_case_link .content #pc .swiper-wrapper .swiper-slide .items .item a {
    margin: 10px;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #home_case_link {
    padding: 20px 0;
  }
  #home_case_link .content {
    width: auto;
  }
  #home_case_link .content #pc {
    display: none;
  }
  #home_case_link .content #mobile {
    display: block;
  }
  #home_case_link .content #mobile .swiper-wrapper .swiper-slide .items .item {
    height: 120px;
  }
  #home_case_link .content #mobile .swiper-wrapper .swiper-slide .items .item a {
    margin: 10px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  #home_case_link {
    padding: 10px 0;
  }
  #home_case_link .content {
    width: auto;
  }
  #home_case_link .content #pc {
    display: none;
  }
  #home_case_link .content #mobile {
    display: block;
  }
  #home_case_link .content #mobile .swiper-wrapper .swiper-slide .items .item {
    height: 70px;
  }
  #home_case_link .content #mobile .swiper-wrapper .swiper-slide .items .item a {
    margin: 0 5px;
    background-size: contain;
  }
  #home_case_link .content #mobile .swiper-pagination {
    bottom: 10px;
  }
  #home_case_link .content #mobile .swiper-pagination span {
    width: 6px;
    height: 6px;
  }
}
#home_zhangui {
  position: relative;
  padding: 60px 0;
  background-color: #f2f2f2;
  background-image: url(../Images/z20.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#home_zhangui .content {
  width: 1580px;
  margin: 0 auto;
  position: relative;
}
#home_zhangui .content .zhangui {
  position: relative;
  float: left;
  width: 750px;
}
#home_zhangui .content .zhangui .sorts {
  position: relative;
  line-height: 50px;
}
#home_zhangui .content .zhangui .sorts .ziduan {
  font-size: 30px;
  color: #b70005;
  width: 150px;
  float: left;
}
#home_zhangui .content .zhangui .sorts .list {
  float: left;
}
#home_zhangui .content .zhangui .sorts .list span {
  width: 134px;
  line-height: 48px;
  border: solid 1px #c6c6c6;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
}
#home_zhangui .content .zhangui .sorts .list .onfocus {
  border: solid 1px #b70005;
  color: #b70005;
}
#home_zhangui .content .zhangui .sorts:after {
  content: " ";
  display: block;
  clear: both;
}
#home_zhangui .content .zhangui .sort_groups {
  position: relative;
}
#home_zhangui .content .zhangui .sort_groups .sort_group {
  position: relative;
  display: none;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .radis {
  position: relative;
  height: 272px;
  margin: 40px 0;
  background-image: url(../Images/z23.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .radis .item {
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  background: rgba(153, 153, 153, 0.4);
  cursor: pointer;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .radis .item span {
  display: block;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #5b5b5b;
  color: #FFFFFF;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .radis .active {
  background: rgba(220, 102, 102, 0.4);
}
#home_zhangui .content .zhangui .sort_groups .sort_group .radis .active span {
  background: #b70005;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .radis .s1 {
  left: 40px;
  top: 81px;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .radis .s2 {
  right: 40px;
  top: 81px;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .radis .s3 {
  left: 320px;
  top: 0;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .radis .s4 {
  left: 320px;
  bottom: 0;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group {
  position: relative;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .pic {
  position: relative;
  float: left;
  width: 418px;
  height: 270px;
  border: solid 5px rgba(21, 21, 21, 0.23);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFFFFF;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .pic a {
  display: block;
  height: 100%;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .classic {
  position: relative;
  float: right;
  width: 280px;
  height: 270px;
  padding: 0 10px;
  border: solid 5px rgba(21, 21, 21, 0.23);
  background-color: #FFFFFF;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .eng {
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  padding: 10px 0 0 0;
  color: #999999;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data {
  display: none;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data .tit {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data .dds {
  margin-top: 25px;
  position: relative;
  text-align: center;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data .dds .dd {
  width: 112px;
  float: left;
  margin: 0 5px;
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data .dds .red {
  color: #b70005;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data .dds .red a {
  color: #b70005;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data .dds:after {
  content: " ";
  display: block;
  clear: both;
}
#home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .active {
  display: block;
}
#home_zhangui .content .zhangui .sort_groups .onfocus {
  display: block;
}
#home_zhangui .content .video_group {
  position: relative;
  float: right;
  width: 800px;
}
#home_zhangui .content .video_group .video_swiper {
  position: relative;
  height: 130px;
}
#home_zhangui .content .video_group .video_swiper .swiper-wrapper {
  height: 100%;
}
#home_zhangui .content .video_group .video_swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
#home_zhangui .content .video_group .video_swiper .swiper-wrapper .swiper-slide .pic {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#home_zhangui .content .video_group .video_swiper .swiper-wrapper .swiper-slide span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/z25.png);
}
#home_zhangui .content .video_group .video_swiper .swiper-wrapper .active {
  border: solid 1px #b70005;
}
#home_zhangui .content .video_group .video_swiper .swiper-wrapper .active span {
  background: none;
}
#home_zhangui .content .video_group .video_swiper .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: url(../Images/z28.png);
  background-size: 100% 100%;
}
#home_zhangui .content .video_group .video_swiper .swiper-button-next {
  width: 44px;
  height: 44px;
  background: url(../Images/z29.png);
  background-size: 100% 100%;
}
#home_zhangui .content .video_group .gif_img {
  position: relative;
  margin-top: 10px;
  height: 480px;
}
#home_zhangui .content .video_group .gif_img .show {
  transition: all 1s;
  position: relative;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home_zhangui .content .video_group .bfq {
  position: relative;
  margin-top: 10px;
  display: none;
}
#home_zhangui .content .video_group .bfq span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/z27.png) center center no-repeat;
  cursor: pointer;
}
#home_zhangui .content .video_group .bfq video {
  width: 100%;
  background: #000000;
  object-fit: fill;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #home_zhangui .content {
    width: auto;
    padding: 0 15px;
  }
  #home_zhangui .content .zhangui {
    width: 680px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s3 {
    left: 285px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s4 {
    left: 285px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .pic {
    width: 380px;
  }
  #home_zhangui .content .video_group {
    width: 660px;
  }
  #home_zhangui .content .video_group .gif_img {
    height: 396px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #home_zhangui .content {
    width: auto;
    padding: 0 15px;
  }
  #home_zhangui .content .zhangui {
    width: 600px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s3 {
    left: 245px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s4 {
    left: 245px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .pic {
    width: 340px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .classic {
    width: 250px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data .dds .dd {
    width: 100px;
    font-size: 14px;
  }
  #home_zhangui .content .video_group {
    width: 640px;
  }
  #home_zhangui .content .video_group .gif_img {
    height: 384px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #home_zhangui .content {
    width: auto;
    padding: 0 15px;
  }
  #home_zhangui .content .zhangui {
    width: 100%;
    float: none;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis {
    background-size: auto 100%;
    margin: 100px 0;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s1 {
    left: 80px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s2 {
    right: 80px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s3 {
    left: 442px;
    top: -45px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s4 {
    left: 442px;
    bottom: -45px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .pic {
    width: 560px;
    height: 310px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .classic {
    width: 420px;
    height: 310px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data .dds .dd {
    width: 120px;
    font-size: 14px;
  }
  #home_zhangui .content .video_group {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  #home_zhangui .content .video_group .gif_img {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #home_zhangui .content {
    width: auto;
    padding: 0 15px;
  }
  #home_zhangui .content .zhangui {
    width: 100%;
    float: none;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis {
    margin: 50px 0;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s3 {
    left: 329px;
    top: -10px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s4 {
    left: 329px;
    bottom: -10px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .pic {
    width: 100%;
    height: 310px;
    float: right;
    margin: 20px 0;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .classic {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 15px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data .dds .dd {
    width: 165px;
    font-size: 14px;
  }
  #home_zhangui .content .video_group {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  #home_zhangui .content .video_group .gif_img {
    height: 443px;
  }
}
@media (max-width: 767px) {
  #home_zhangui {
    padding: 20px 0;
  }
  #home_zhangui .content {
    width: auto;
    padding: 0 15px;
  }
  #home_zhangui .content .zhangui {
    width: 100%;
    float: none;
  }
  #home_zhangui .content .zhangui .sorts .ziduan {
    width: 100px;
    font-size: 22px;
  }
  #home_zhangui .content .zhangui .sorts .list span {
    font-size: 14px;
    line-height: 30px;
    width: 80px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis {
    margin: 0;
    background-size: auto 120px;
    text-align: center;
    height: 150px;
    line-height: 150px;
    margin: 0 -15px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .item {
    position: relative;
    display: inline-block;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .item span {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s1 {
    left: auto;
    top: 0;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s2 {
    right: auto;
    top: 0;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s3 {
    left: auto;
    top: 0;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis .s4 {
    left: auto;
    bottom: 0;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .radis:after {
    content: " ";
    display: block;
    clear: both;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .pic {
    width: 100%;
    height: 230px;
    float: right;
    margin: 20px 0;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .classic {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 15px;
  }
  #home_zhangui .content .zhangui .sort_groups .sort_group .group .classic .datas .data .dds .dd {
    width: 48%;
    font-size: 14px;
    margin: 0 1%;
  }
  #home_zhangui .content .video_group {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  #home_zhangui .content .video_group .video_swiper {
    height: 60px;
  }
  #home_zhangui .content .video_group .video_swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
    top: 65%;
  }
  #home_zhangui .content .video_group .video_swiper .swiper-button-next {
    width: 25px;
    height: 25px;
    top: 65%;
  }
  #home_zhangui .content .video_group .gif_img {
    height: 210px;
  }
  #home_zhangui .content .video_group .bfq span {
    background-size: auto 40px;
  }
}
#home_news {
  position: relative;
  padding: 35px 0;
}
#home_news .content {
  position: relative;
  width: 1620px;
  margin: 0 auto;
}
#home_news .content .sorts {
  display: none;
}
#home_news .content .groups .group {
  width: 33.3%;
  position: relative;
  float: left;
}
#home_news .content .groups .group .data {
  padding: 0 100px;
  position: relative;
}
#home_news .content .groups .group .data .name {
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 15px;
  text-align: center;
}
#home_news .content .groups .group .data .list ul li {
  position: relative;
  font-size: 15px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 12px;
  background: url(../Images/z30.png) left center no-repeat;
}
#home_news .content .groups .group .data .list ul li a {
  display: block;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_news .content .groups .group .data .list ul li span {
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
#home_news .content .groups:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #home_news .content {
    width: 96%;
  }
  #home_news .content .groups .group .data {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #home_news .content {
    width: 96%;
  }
  #home_news .content .groups .group .data {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #home_news .content {
    width: 96%;
  }
  #home_news .content .groups .group .data {
    padding: 0 20px;
  }
  #home_news .content .groups .group .data .list ul li {
    font-size: 14px;
    background-size: auto 6px;
    padding: 0 10px;
  }
  #home_news .content .groups .group .data .list ul li span {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #home_news {
    padding: 0;
  }
  #home_news .content {
    padding: 15px;
    width: auto;
  }
  #home_news .content .sorts {
    display: block;
    text-align: center;
    font-size: 26px;
    line-height: 56px;
    padding: 30px 0;
  }
  #home_news .content .sorts span {
    display: inline-block;
    border: solid 1px #FFFFFF;
    padding: 0 30px;
  }
  #home_news .content .sorts .onfocus {
    border: solid 1px #b70005;
    color: #b70005;
  }
  #home_news .content .groups .group {
    width: 100%;
    display: none;
  }
  #home_news .content .groups .group .data {
    padding: 0 20px;
  }
  #home_news .content .groups .group .data .name {
    display: none;
  }
  #home_news .content .groups .group .data .list ul li {
    font-size: 21px;
    line-height: 48px;
    height: 48px;
    background-size: auto 12px;
    padding: 0 15px;
  }
  #home_news .content .groups .group .data .list ul li a {
    padding-right: 80px;
  }
  #home_news .content .groups .group .data .list ul li span {
    font-size: 21px;
  }
  #home_news .content .groups .onfocus {
    display: block;
  }
}
@media (max-width: 767px) {
  #home_news {
    padding: 0;
  }
  #home_news .content {
    padding: 15px;
    width: auto;
  }
  #home_news .content .sorts {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    padding: 10px 0;
  }
  #home_news .content .sorts span {
    display: inline-block;
    border: solid 1px #FFFFFF;
    padding: 0 10px;
  }
  #home_news .content .sorts .onfocus {
    border: solid 1px #b70005;
    color: #b70005;
  }
  #home_news .content .groups .group {
    width: 100%;
    display: none;
  }
  #home_news .content .groups .group .data {
    padding: 0;
  }
  #home_news .content .groups .group .data .name {
    display: none;
  }
  #home_news .content .groups .group .data .list ul li {
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    background-size: auto 6px;
    padding: 0 0 0 10px;
  }
  #home_news .content .groups .group .data .list ul li span {
    font-size: 13px;
  }
  #home_news .content .groups .onfocus {
    display: block;
  }
}
#footer {
  position: relative;
  padding: 20px 0;
  background: #5b5b5b;
  color: #FFFFFF;
}
#footer a {
  color: #FFFFFF;
}
#footer .content {
  width: 1580px;
  margin: 0 auto;
  position: relative;
}
#footer .content .menu_group {
  float: left;
  position: relative;
  width: 700px;
}
#footer .content .menu_group .menu {
  float: left;
  position: relative;
  margin-right: 70px;
}
#footer .content .menu_group .menu .name {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
#footer .content .menu_group .menu .list ul li {
  font-size: 13px;
  line-height: 28px;
}
#footer .content .menu_group .menu .list ul li a {
  color: rgba(255, 255, 255, 0.7);
}
#footer .content .menu_group .join {
  margin-right: 0;
}
#footer .content .menu_group:after {
  content: " ";
  display: block;
  clear: both;
}
#footer .content .copyright {
  float: left;
  position: relative;
  width: 480px;
  font-size: 13px;
  line-height: 28px;
}

#footer .content .ewm {
  position: absolute;
  right:70px;
  top: 0;
}
#footer .content .ewm .pic1 {
  margin-right: 10px;
}
#footer .content .ewm .pic2 {
  width: 86px;
  height: 86px;
}
#footer .goodlinks {
  width: 1580px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 0 0;
  border-top: solid 1px #6c6c6c;
}
#footer .goodlinks .ziduan {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 14px;
  line-height: 26px;
}
#footer .goodlinks .list {
  position: relative;
  padding-left: 85px;
  font-size: 14px;
  line-height: 26px;
}
#footer .goodlinks .list a {
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #footer .content {
    width: 1380px;
  }
  #footer .content .menu_group {
    width: 640px;
  }
  #footer .goodlinks {
    width: 1380px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #footer .content {
    width: 1180px;
  }
  #footer .content .menu_group {
    width: auto;
    margin-right: 40px;
  }
  #footer .content .menu_group .menu {
    margin-right: 40px;
right: 40px;
  }
  #footer .content .copyright {
    width: 480px;
  }
  #footer .goodlinks {
    width: 1180px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #footer {
    padding: 20px;
  }
  #footer .content {
    width: auto;
  }
  #footer .content .menu_group {
    display: none;
  }
  #footer .content .copyright {
    width: 700px;
  }
  #footer .goodlinks {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #footer {
    padding: 20px;
  }
  #footer .content {
    width: auto;
  }
  #footer .content .menu_group {
    display: none;
  }
  #footer .goodlinks {
    width: auto;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 15px;
  }
  #footer .content {
    width: auto;
  }
  #footer .content .menu_group {
    display: none;
  }
  #footer .content .copyright {
    float: none;
    padding-top: 100px;
    width: auto;
  }
  #footer .content .ewm {
    left: 0;
    right: auto;
    width: 100%;
    text-align: center;
  }
  #footer .content .ewm .pic1 {
    display: none;
  }
  #footer .content .ewm .pic2 {
    width: 80px;
    height: 80px;
  }
  #footer .goodlinks {
    display: none;
  }
}
#top_banner {
  position: relative;
  height: 545px;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #top_banner {
    height: 500px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #top_banner {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #top_banner {
    height: 420px;
  }
}
@media (max-width: 761px) {
  #top_banner {
    height: 210px;
  }
}
#address {
  width: 1280px;
  margin: 0 auto;
  line-height: 40px;
  text-align: right;
  font-size: 12px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #address {
    width: 1170px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #address {
    width: 980px;
  }
}
@media (max-width: 1023px) {
  #address {
    display: none;
  }
}
#news {
  width: 1280px;
  margin: 0 auto 40px;
  position: relative;
}
#news .thisname {
  line-height: 80px;
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
#news .thisname span {
  display: inline-block;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#news .content1 {
  position: relative;
}
#news .content1 .tuijian {
  position: relative;
  height: 300px;
  background: #FFFFFF;
}
#news .content1 .tuijian .photos {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#news .content1 .tuijian .photos .swiper-wrapper {
  height: 100%;
}
#news .content1 .tuijian .photos .swiper-wrapper .swiper-slide {
  height: 100%;
}
#news .content1 .tuijian .photos .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#news .content1 .tuijian .datas {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#news .content1 .tuijian .datas .swiper-wrapper {
  height: 100%;
}
#news .content1 .tuijian .datas .swiper-wrapper .swiper-slide {
  height: 100%;
}
#news .content1 .tuijian .datas .swiper-wrapper .swiper-slide .data {
  padding: 25px 30px;
}
#news .content1 .tuijian .datas .swiper-wrapper .swiper-slide .data .date {
  font-size: 14px;
  line-height: 35px;
  color: #999999;
}
#news .content1 .tuijian .datas .swiper-wrapper .swiper-slide .data .tit {
  font-size: 21px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#news .content1 .tuijian .datas .swiper-wrapper .swiper-slide .data .tit a {
  color: #b70005;
}
#news .content1 .tuijian .datas .swiper-wrapper .swiper-slide .data .jianjie {
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #555555;
}
#news .content1 .tuijian .datas .swiper-pagination {
  text-align: left;
  padding: 0 30px;
  bottom: 20px;
}
#news .content1 .tuijian .datas .swiper-pagination .swiper-pagination-bullet-active {
  background: #b70005;
}
#news .content1 .lists {
  position: relative;
  background: #FFFFFF;
  padding: 20px;
  margin: 15px 0 0 0;
}
#news .content1 .lists ul li {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  font-size: 15px;
  line-height: 40px;
  background: url(../Images/z30.png) left center no-repeat;
}
#news .content1 .lists ul li span {
  font-size: 13px;
  margin-left: 10px;
}
#news .content1 .lists ul li:nth-child(2n) {
  float: right;
}
#news .content1 .lists ul:after {
  content: " ";
  display: block;
  clear: both;
}
#news .content1 .more {
  text-align: center;
  line-height: 64px;
  font-size: 14px;
  border-top: solid 1px #DDDDDD;
  background: #FFFFFF;
}
#news .content1 .more a {
  color: #999999;
}
#news .content2 {
  position: relative;
  margin: 15px 0;
}
#news .content2 .group {
  position: relative;
  float: left;
  width: 630px;
  background: #fdfdfe;
}
#news .content2 .group .name {
  line-height: 70px;
  padding: 0 25px;
  position: relative;
  font-size: 26px;
}
#news .content2 .group .name a {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 14px;
  color: #646464;
}
#news .content2 .group .pic {
  height: 290px;
  position: relative;
}
#news .content2 .group .pic a {
  display: block;
  height: 100%;
  background-size: cover;
}
#news .content2 .group .data {
  position: relative;
  padding: 15px;
  border-bottom: solid 1px #DDDDDD;
}
#news .content2 .group .data .tit {
  position: relative;
  font-size: 18px;
  line-height: 26px;
}
#news .content2 .group .data .tit a {
  color: #b70005;
}
#news .content2 .group .data .jianjie {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  margin: 8px 0;
}
#news .content2 .group .data .date {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
#news .content2 .group .list {
  padding: 10px 20px;
}
#news .content2 .group .list ul li {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  font-size: 15px;
  line-height: 40px;
  background: url(../Images/z30.png) left center no-repeat;
}
#news .content2 .group .list ul li span {
  font-size: 13px;
  margin-left: 10px;
}
#news .content2 .group:nth-child(2n) {
  float: right;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #news {
    width: 1170px;
  }
  #news .content2 .group {
    width: 580px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #news {
    width: 980px;
  }
  #news .content2 .group {
    width: 482px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #news {
    width: auto;
  }
  #news .thisname {
    margin-bottom: 15px;
  }
  #news .content1 {
    padding: 15px;
  }
  #news .content1 .tuijian {
    height: auto;
  }
  #news .content1 .tuijian .photos {
    height: 300px;
    position: relative;
    width: 100%;
  }
  #news .content1 .tuijian .datas {
    height: auto;
    position: relative;
    width: 100%;
  }
  #news .content1 .tuijian .datas .swiper-wrapper .swiper-slide .data {
    padding: 15px 15px 50px 15px;
  }
  #news .content1 .tuijian .datas .swiper-pagination {
    padding: 0 15px;
  }
  #news .content1 .lists ul li {
    width: 100%;
    font-size: 21px;
    line-height: 48px;
  }
  #news .content1 .lists ul li span {
    font-size: 16px;
  }
  #news .content1 .lists ul li:nth-child(n+7) {
    display: none;
  }
  #news .content1 .more {
    font-size: 18px;
  }
  #news .content2 {
    margin: 0;
    padding: 0 15px;
  }
  #news .content2 .group {
    width: 100%;
    margin: 15px 0;
  }
  #news .content2 .group .name a {
    font-size: 16px;
  }
  #news .content2 .group .data .tit {
    font-size: 21px;
    line-height: 48px;
  }
  #news .content2 .group .data .jianjie {
    font-size: 16px;
    line-height: 30px;
  }
  #news .content2 .group .list ul li {
    font-size: 21px;
    line-height: 48px;
  }
  #news .content2 .group .list ul li span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news {
    width: auto;
  }
  #news .thisname {
    padding: 15px 0;
    font-size: 22px;
    line-height: 60px;
    background: #FFFFFF;
    margin: 0;
  }
  #news .content1 .tuijian {
    height: auto;
    padding: 0 15px;
  }
  #news .content1 .tuijian .photos {
    height: 200px;
    position: relative;
    width: 100%;
  }
  #news .content1 .tuijian .datas {
    height: auto;
    position: relative;
    width: 100%;
  }
  #news .content1 .tuijian .datas .swiper-wrapper .swiper-slide .data {
    padding: 15px 0 50px 0;
  }
  #news .content1 .tuijian .datas .swiper-wrapper .swiper-slide .data .tit {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  #news .content1 .tuijian .datas .swiper-pagination {
    padding: 0 ;
  }
  #news .content1 .lists ul li {
    width: 100%;
    font-size: 15px;
    line-height: 36px;
    background-size: auto 8px;
    padding: 0 0 0 10px;
  }
  #news .content1 .lists ul li:nth-child(n+7) {
    display: none;
  }
  #news .content2 {
    margin: 0;
  }
  #news .content2 .group {
    width: 100%;
    margin: 15px 0;
  }
  #news .content2 .group .name {
    font-size: 22px;
  }
  #news .content2 .group .pic {
    height: 220px;
  }
  #news .content2 .group .data .tit {
    font-size: 16px;
    line-height: 30px;
  }
  #news .content2 .group .data .jianjie {
    font-size: 14px;
    line-height: 24px;
  }
  #news .content2 .group .list ul li {
    font-size: 14px;
    line-height: 35px;
    background-size: auto 8px;
    padding: 0 0 0 10px;
  }
  #news .content2 .group .list ul li span {
    font-size: 13px;
  }
}
#address_news {
  position: relative;
  border-bottom: solid 1px #DDDDDD;
  background: #FFFFFF;
}
#address_news .content {
  width: 1280px;
  margin: 0 auto;
  line-height: 60px;
  position: relative;
}
#address_news .content .sortlist ul li {
  font-size: 18px;
  float: left;
  border-left: solid 1px #DDDDDD;
  box-sizing: border-box;
}
#address_news .content .sortlist ul li a {
  padding: 0 40px;
}
#address_news .content .sortlist ul li:nth-last-child(1) {
  border-right: solid 1px #DDDDDD;
}
#address_news .content .sortlist ul .onfocus {
  background: #f0f3f9;
}
#address_news .content .sortlist ul .onfocus a {
  color: #b70005;
}
#address_news .content .sortlist ul:after {
  content: " ";
  display: block;
  clear: both;
}
#address_news .content .right {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #888888;
}
#address_news .content .right a {
  color: #888888;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #address_news .content {
    width: 1180px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #address_news .content {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #address_news .content {
    width: auto;
  }
  #address_news .content .sortlist ul li {
    width: 33.3%;
    text-align: center;
  }
  #address_news .content .sortlist ul .one {
    width: 100%;
  }
  #address_news .content .company ul li {
    width: 50%;
  }
  #address_news .content .right {
    display: none;
  }
}
@media (max-width: 767px) {
  #address_news .content {
    width: auto;
    line-height: 50px;
  }
  #address_news .content .sortlist ul li {
    width: 33.3%;
    text-align: center;
    font-size: 16px;
  }
  #address_news .content .sortlist ul li a {
    display: block;
    padding: 0;
  }
  #address_news .content .sortlist ul .one {
    width: 100%;
  }
  #address_news .content .company ul li {
    width: 50%;
  }
  #address_news .content .right {
    display: none;
  }
}
#newslist {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#newslist .thisname {
  text-align: center;
  margin: 30px 0;
  line-height: 80px;
  font-size: 32px;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#newslist .datalist ul li {
  height: 250px;
  position: relative;
  margin: 20px 0;
  background: #FFFFFF;
  border-bottom: solid 1px #bcbcbc;
}
#newslist .datalist ul li .date {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  padding-top: 80px;
  font-family: Times_New_Roman;
}
#newslist .datalist ul li .date .d {
  font-size: 16px;
  line-height: 26px;
  color: #434343;
}
#newslist .datalist ul li .date .m {
  font-size: 36px;
}
#newslist .datalist ul li .date .y {
  font-size: 19px;
  line-height: 26px;
  color: #434343;
}
#newslist .datalist ul li .pic {
  position: absolute;
  left: 110px;
  top: 0;
  width: 540px;
  height: 100%;
}
#newslist .datalist ul li .pic a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#newslist .datalist ul li .data {
  width: 45%;
  position: absolute;
  right: 30px;
  top: 40px;
}
#newslist .datalist ul li .data .time {
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: #999999;
  display: none;
}
#newslist .datalist ul li .data .tit {
  font-size: 21px;
  margin-bottom: 10px;
}
#newslist .datalist ul li .data .jianjie {
  font-size: 14px;
  line-height: 26px;
  color: #888888;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #newslist {
    width: 1180px;
  }
  #newslist .datalist ul li .pic {
    width: 520px;
  }
  #newslist .datalist ul li .data {
    width: 42%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #newslist {
    width: 980px;
  }
  #newslist .datalist ul li {
    height: 230px;
  }
  #newslist .datalist ul li .date {
    padding-top: 60px;
  }
  #newslist .datalist ul li .pic {
    width: 420px;
  }
  #newslist .datalist ul li .data {
    width: 40%;
    top: 30px;
  }
  #newslist .datalist ul li .data .tit {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #newslist {
    width: auto;
  }
  #newslist .thisname {
    display: none;
  }
  #newslist .datalist {
    padding: 15px;
  }
  #newslist .datalist ul li {
    height: auto;
  }
  #newslist .datalist ul li .date {
    padding-top: 60px;
    display: none;
  }
  #newslist .datalist ul li .pic {
    width: 420px;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: 280px;
  }
  #newslist .datalist ul li .data {
    width: 40%;
    top: 30px;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    right: auto;
    padding: 15px;
  }
  #newslist .datalist ul li .data .time {
    display: block;
  }
  #newslist .datalist ul li .data .tit {
    font-size: 24px;
  }
  #newslist .datalist ul li .data .jianjie {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #newslist {
    width: auto;
  }
  #newslist .thisname {
    display: none;
  }
  #newslist .datalist {
    padding: 15px;
  }
  #newslist .datalist ul li {
    height: auto;
  }
  #newslist .datalist ul li .date {
    padding-top: 60px;
    display: none;
  }
  #newslist .datalist ul li .pic {
    width: 420px;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: 200px;
  }
  #newslist .datalist ul li .data {
    width: 40%;
    top: 30px;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    right: auto;
    padding: 15px;
  }
  #newslist .datalist ul li .data .time {
    display: block;
  }
  #newslist .datalist ul li .data .tit {
    font-size: 18px;
  }
  #newslist .datalist ul li .data .jianjie {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
#news_detail {
  position: relative;
  width: 1280px;
  margin: 60px auto 0;
}
#news_detail .title {
  text-align: center;
  font-size: 28px;
  line-height: 50px;
}
#news_detail .date {
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  color: #999999;
}
#news_detail .text {
  font-size: 16px;
  line-height: 30px;
  padding: 25px 0;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  margin: 15px 0 0 0;
  overflow: hidden;
}
#news_detail .text video {
  margin-bottom: 15px;
}
#news_detail .text img {
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #news_detail {
    width: 1180px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #news_detail {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #news_detail {
    width: auto;
    margin-top: 40px;
  }
  #news_detail .title {
    font-size: 22px;
    line-height: 36px;
    padding: 0 15px;
  }
  #news_detail .text {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #news_detail {
    width: auto;
    margin-top: 20px;
  }
  #news_detail .title {
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
  }
  #news_detail .date {
    font-size: 12px;
  }
  #news_detail .text {
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
  }
}
#news_tuijian {
  position: relative;
  background: #f2f2f2;
  padding-bottom: 90px;
}
#news_tuijian .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#news_tuijian .content .thisname {
  line-height: 90px;
  font-size: 26px;
}
#news_tuijian .content .list {
  position: relative;
}
#news_tuijian .content .list ul li {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  font-size: 15px;
  line-height: 36px;
  background: url(../Images/z30.png) left center no-repeat;
}
#news_tuijian .content .list ul li span {
  font-size: 13px;
  margin-left: 10px;
}
#news_tuijian .content .list ul li:nth-child(2n) {
  float: right;
}
#news_tuijian .content .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #news_tuijian .content {
    width: 1170px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #news_tuijian .content {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #news_tuijian {
    padding-bottom: 30px;
  }
  #news_tuijian .content {
    width: auto;
    padding: 0 25px;
  }
  #news_tuijian .content .list ul li {
    width: 100%;
    font-size: 21px;
    line-height: 48px;
  }
  #news_tuijian .content .list ul li span {
    font-size: 16px;
  }
  #news_tuijian .content .list ul li:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  #news_tuijian {
    padding-bottom: 0;
  }
  #news_tuijian .content {
    width: auto;
    padding: 15px;
  }
  #news_tuijian .content .thisname {
    line-height: 50px;
    font-size: 22px;
  }
  #news_tuijian .content .list ul li {
    width: 100%;
    font-size: 15px;
    line-height: 36px;
    background-size: auto 8px;
    padding: 0 0 0 10px;
  }
  #news_tuijian .content .list ul li span {
    font-size: 13px;
  }
  #news_tuijian .content .list ul li:nth-child(n+7) {
    display: none;
  }
}
#prevNext {
  font-size: 16px;
  line-height: 30px;
  padding: 30px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #prevNext {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #prevNext {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
}
#page {
  text-align: center;
  padding: 50px 0;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  border: solid 1px #DDDDDD;
  padding: 10px 16px;
  font-size: 15px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
#page .prev,
#page .next {
  border-radius: 30px;
}
#page .current {
  background-color: #b70005;
  border-color: #b70005;
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #page {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #page {
    padding: 25px 15px;
  }
  #page a,
  #page span {
    font-size: 13px;
    padding: 4px 10px;
  }
}
#caselist {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#caselist .thisname {
  text-align: center;
  margin: 30px 0;
  line-height: 80px;
  font-size: 32px;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#caselist .mobile_attr {
  position: relative;
}
#caselist .mobile_attr .sorts {
  position: relative;
  background: #e6e6e6;
  border-bottom: solid 1px #DDDDDD;
  line-height: 60px;
  font-size: 24px;
  display: none;
}
#caselist .mobile_attr .sorts .sort {
  float: left;
  width: 33.3%;
  text-align: center;
}
#caselist .mobile_attr .sorts .sort span {
  display: inline-block;
  padding-right: 30px;
  background: url(../Images/z39.png) right center no-repeat;
}
#caselist .mobile_attr .sorts .sort:nth-child(3n+2) {
  border-left: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
}
#caselist .mobile_attr .sorts .show span {
  background: url(../Images/z40.png) right center no-repeat;
}
#caselist .mobile_attr .sorts:after {
  content: " ";
  display: block;
  clear: both;
}
#caselist .attrs {
  position: relative;
}
#caselist .attrs .name {
  font-size: 16px;
  line-height: 40px;
  color: #888888;
}
#caselist .attrs .group {
  position: relative;
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
}
#caselist .attrs .group .item {
  line-height: 54px;
  font-size: 16px;
}
#caselist .attrs .group .item .ziduan {
  width: 12.5%;
  text-align: center;
  float: left;
  background: #f6f6f6;
  position: relative;
}
#caselist .attrs .group .item .list {
  width: 87.5%;
  float: left;
  position: relative;
  padding: 0 10px;
  border-bottom: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
}
#caselist .attrs .group .item .list a {
  margin: 0 25px;
  display: inline-block;
}
#caselist .attrs .group .item .list .onfocus {
  color: #b70005;
}
#caselist .attrs .group .item:after {
  content: " ";
  display: block;
  clear: both;
}
#caselist .attrs .group .item:nth-last-child(1) .list {
  border-bottom: none;
}
#caselist .attr_tips {
  font-size: 13px;
  line-height: 60px;
  color: #888888;
  position: relative;
}
#caselist .attr_tips span {
  position: absolute;
  right: 0;
  top: 0;
}
#caselist .attr_tips span i {
  color: #b70005;
  font-weight: bold;
  font-style: normal;
}
#caselist .datalist {
  position: relative;
}
#caselist .datalist .data {
  position: relative;
  display: none;
}
#caselist .datalist .data .pic {
  position: relative;
  height: 635px;
}
#caselist .datalist .data .pic a {
  display: block;
  height: 100%;
  background-size: cover;
}
#caselist .datalist .data .obj {
  position: absolute;
  left: 65px;
  bottom: 80px;
  width: 405px;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 35px 45px;
}
#caselist .datalist .data .obj .attr {
  line-height: 36px;
  font-size: 14px;
  color: #b70005;
}
#caselist .datalist .data .obj .tit {
  font-size: 26px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#caselist .datalist .data .obj .jianjie {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 20px 0;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#caselist .datalist .data .obj .more a {
  font-size: 14px;
  line-height: 40px;
  color: #888888;
}
#caselist .datalist .list {
  position: relative;
}
#caselist .datalist .list ul {
  position: relative;
}
#caselist .datalist .list ul li {
  position: relative;
  height: 470px;
  width: 32%;
  float: left;
  background: #f3f4f8;
  margin: 30px 0;
}
#caselist .datalist .list ul li .pic {
  position: relative;
  height: 250px;
}
#caselist .datalist .list ul li .pic a {
  display: block;
  height: 100%;
  background-size: cover;
}
#caselist .datalist .list ul li .obj {
  position: relative;
  padding: 15px 20px;
}
#caselist .datalist .list ul li .obj .attr {
  line-height: 36px;
  font-size: 14px;
  color: #b70005;
}
#caselist .datalist .list ul li .obj .tit {
  font-size: 21px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#caselist .datalist .list ul li .obj .jianjie {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 10px 0;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#caselist .datalist .list ul li .obj .more a {
  font-size: 14px;
  line-height: 40px;
  color: #888888;
}
#caselist .datalist .list ul li:nth-child(3n+2) {
  margin: 30px 2%;
}
#caselist .datalist .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #caselist {
    width: 1180px;
  }
  #caselist .attrs .group .item .list a {
    margin: 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #caselist {
    width: 980px;
  }
  #caselist .attrs .group .item {
    font-size: 14px;
  }
  #caselist .attrs .group .item .list a {
    margin: 0 12px;
  }
  #caselist .datalist .data .pic {
    height: 490px;
  }
  #caselist .datalist .data .obj {
    left: 50px;
    bottom: 50px;
  }
  #caselist .datalist .list ul li {
    height: 400px;
  }
  #caselist .datalist .list ul li .pic {
    height: 190px;
  }
  #caselist .datalist .list ul li .obj .tit {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #caselist {
    width: auto;
  }
  #caselist .thisname {
    display: none;
  }
  #caselist .mobile_attr .sorts {
    display: block;
  }
  #caselist .attrs {
    display: none;
  }
  #caselist .attrs .name {
    display: none;
  }
  #caselist .attrs .group .item .ziduan {
    width: 25%;
    font-size: 22px;
    line-height: 64px;
    border-bottom: solid 1px #DDDDDD;
  }
  #caselist .attrs .group .item .list {
    width: 75%;
    position: absolute;
    right: 0;
    top: 0;
    float: none;
    border: none;
    display: none;
    padding: 25px 15px;
  }
  #caselist .attrs .group .item .list a {
    font-size: 20px;
    margin: 0 0px;
    padding: 0 25px;
    border-radius: 30px;
  }
  #caselist .attrs .group .item .list .onfocus {
    background: #b70005;
    color: #FFFFFF;
  }
  #caselist .attrs .group .item:nth-last-child(1) .ziduan {
    border-bottom: none;
  }
  #caselist .attrs .group .active .ziduan {
    background: #FFFFFF;
  }
  #caselist .attrs .group .active .list {
    display: block;
  }
  #caselist .attr_tips {
    padding: 0 15px;
    font-size: 18px;
  }
  #caselist .attr_tips span {
    display: none;
  }
  #caselist .datalist {
    padding: 0 15px;
  }
  #caselist .datalist .data {
    background: #f3f4f8;
  }
  #caselist .datalist .data .pic {
    height: 380px;
  }
  #caselist .datalist .data .obj {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: none;
    padding: 15px 20px;
  }
  #caselist .datalist .data .obj .attr {
    font-size: 16px;
  }
  #caselist .datalist .data .obj .tit {
    font-size: 28px;
    height: auto;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  #caselist .datalist .data .obj .jianjie {
    font-size: 18px;
    line-height: 30px;
  }
  #caselist .datalist .data .obj .more {
    font-size: 18px;
  }
  #caselist .datalist .list ul li {
    width: 100%;
    float: none;
    height: auto;
  }
  #caselist .datalist .list ul li .pic {
    height: 380px;
  }
  #caselist .datalist .list ul li .obj .attr {
    font-size: 16px;
  }
  #caselist .datalist .list ul li .obj .tit {
    font-size: 28px;
    height: auto;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  #caselist .datalist .list ul li .obj .jianjie {
    font-size: 18px;
    line-height: 30px;
  }
  #caselist .datalist .list ul li .obj .more {
    font-size: 18px;
  }
  #caselist .datalist .list ul li:nth-child(3n+2) {
    margin: 30px 0;
  }
  #caselist .datalist .list ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #caselist {
    width: auto;
  }
  #caselist .thisname {
    display: none;
  }
  #caselist .mobile_attr .sorts {
    display: block;
    font-size: 14px;
    line-height: 40px;
  }
  #caselist .mobile_attr .sorts .sort span {
    padding-right: 16px;
    background-size: auto 5px;
  }
  #caselist .attrs {
    display: none;
  }
  #caselist .attrs .name {
    display: none;
  }
  #caselist .attrs .group .item {
    line-height: 35px;
  }
  #caselist .attrs .group .item .ziduan {
    width: 25%;
    font-size: 14px;
    line-height: 56px;
    border-bottom: solid 1px #DDDDDD;
  }
  #caselist .attrs .group .item .list {
    width: 75%;
    position: absolute;
    right: 0;
    top: 0;
    float: none;
    border: none;
    display: none;
    padding: 10px;
  }
  #caselist .attrs .group .item .list a {
    font-size: 13px;
    margin: 0 0px;
    padding: 0 15px;
    border-radius: 30px;
  }
  #caselist .attrs .group .item .list .onfocus {
    background: #b70005;
    color: #FFFFFF;
  }
  #caselist .attrs .group .item:nth-last-child(1) .ziduan {
    border-bottom: none;
  }
  #caselist .attrs .group .active .ziduan {
    background: #FFFFFF;
  }
  #caselist .attrs .group .active .list {
    display: block;
  }
  #caselist .attr_tips {
    padding: 0 15px;
    font-size: 13px;
  }
  #caselist .attr_tips span {
    display: none;
  }
  #caselist .datalist {
    padding: 0 15px;
  }
  #caselist .datalist .data {
    background: #f3f4f8;
  }
  #caselist .datalist .data .pic {
    height: 180px;
  }
  #caselist .datalist .data .obj {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: none;
    padding: 5px 15px;
  }
  #caselist .datalist .data .obj .attr {
    font-size: 14px;
  }
  #caselist .datalist .data .obj .tit {
    font-size: 18px;
    height: auto;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  #caselist .datalist .data .obj .jianjie {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  }
  #caselist .datalist .data .obj .more {
    font-size: 14px;
  }
  #caselist .datalist .list ul li {
    width: 100%;
    float: none;
    height: auto;
    margin: 15px 0;
  }
  #caselist .datalist .list ul li .pic {
    height: 180px;
  }
  #caselist .datalist .list ul li .obj .attr {
    font-size: 14px;
  }
  #caselist .datalist .list ul li .obj .tit {
    font-size: 18px;
    height: auto;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  #caselist .datalist .list ul li .obj .jianjie {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  }
  #caselist .datalist .list ul li .obj .more {
    font-size: 14px;
  }
  #caselist .datalist .list ul li:nth-child(3n+2) {
    margin: 30px 0;
  }
  #caselist .datalist .list ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
#case_detail {
  position: relative;
  width: 1280px;
  margin: 60px auto 0;
}
#case_detail .title {
  font-size: 28px;
  line-height: 50px;
}
#case_detail .date {
  font-size: 14px;
  line-height: 36px;
  color: #999999;
}
#case_detail .group {
  position: relative;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  margin: 15px 0 0 0;
  padding: 25px 0;
}
#case_detail .group .videos {
  position: relative;
  width: 49%;
  float: right;
}
#case_detail .group .videos video {
  margin-bottom: 15px;
  object-fit: fill;
}
#case_detail .group .text {
  width: 49%;
  float: left;
  font-size: 16px;
  line-height: 30px;
}
#case_detail .group .text img {
  max-width: 100%;
}
#case_detail .group:after {
  content: " ";
  display: block;
  clear: both;
}
#case_detail .neijing {
  position: relative;
  padding: 20px 0;
  border-bottom: solid 1px #DDDDDD;
}
#case_detail .neijing .thisname {
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#case_detail .neijing .photos {
  position: relative;
  height: 310px;
  margin: 40px 0;
}
#case_detail .neijing .photos .swiper-wrapper {
  height: 100%;
}
#case_detail .neijing .photos .swiper-wrapper .swiper-slide {
  height: 100%;
}
#case_detail .neijing .photos .swiper-wrapper .swiper-slide .pic {
  position: relative;
  height: 264px;
  background-size: cover;
  background-position: center center;
  border: solid 2px #bcbcbc;
}
#case_detail .neijing .photos .swiper-pagination span {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: #c9c9c9;
}
#case_detail .neijing .photos .swiper-pagination .swiper-pagination-bullet-active {
  background: #b70005;
}
#case_detail .showproduct {
  position: relative;
  padding: 20px 0;
  margin: 30px 0;
}
#case_detail .showproduct .thisname {
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#case_detail .showproduct .btns {
  position: relative;
  height: 1px;
  z-index: 999;
}
#case_detail .showproduct .btns .swiper-button-prev {
  position: absolute;
  left: -70px;
  top: 200px;
  width: 53px;
  height: 53px;
  background-image: url(../Images/z47.png);
  background-size: 100% 100%;
  cursor: pointer;
}
#case_detail .showproduct .btns .swiper-button-next {
  position: absolute;
  right: -70px;
  top: 200px;
  width: 53px;
  height: 53px;
  background-image: url(../Images/z48.png);
  background-size: 100% 100%;
  cursor: pointer;
}
#case_detail .showproduct .btns .swiper-button-prev:hover {
  background-image: url(../Images/z49.png);
}
#case_detail .showproduct .btns .swiper-button-next:hover {
  background-image: url(../Images/z50.png);
}
#case_detail .showproduct .photos {
  position: relative;
  height: 380px;
  margin-top: 45px;
}
#case_detail .showproduct .photos .swiper-wrapper {
  height: 100%;
}
#case_detail .showproduct .photos .swiper-wrapper .swiper-slide {
  height: 100%;
}
#case_detail .showproduct .photos .swiper-wrapper .swiper-slide .pic {
  position: relative;
  height: 294px;
  background-size: cover;
  background-position: center center;
}
#case_detail .showproduct .photos .swiper-wrapper .swiper-slide .title {
  text-align: center;
  font-size: 18px;
  line-height: 86px;
  display: none;
}
#case_detail .showproduct .photos .swiper-wrapper .swiper-slide-active .title {
  display: block;
}
#case_detail .showproduct .photos .swiper-pagination span {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: #c9c9c9;
}
#case_detail .showproduct .photos .swiper-pagination .swiper-pagination-bullet-active {
  background: #b70005;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #case_detail {
    width: 1180px;
  }
  #case_detail .showproduct .btns .swiper-button-prev {
    left: -20px;
  }
  #case_detail .showproduct .btns .swiper-button-next {
    right: -20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #case_detail {
    width: 980px;
  }
  #case_detail .showproduct .btns .swiper-button-prev {
    left: 0;
    top: 180px;
  }
  #case_detail .showproduct .btns .swiper-button-next {
    right: 0;
    top: 180px;
  }
  #case_detail .showproduct .photos {
    height: 300px;
  }
  #case_detail .showproduct .photos .swiper-wrapper .swiper-slide .pic {
    height: 250px;
  }
  #case_detail .showproduct .photos .swiper-wrapper .swiper-slide .title {
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #case_detail {
    width: auto;
    margin-top: 40px;
  }
  #case_detail .title {
    font-size: 22px;
    line-height: 36px;
    padding: 0 15px;
    text-align: center;
  }
  #case_detail .date {
    text-align: center;
  }
  #case_detail .group {
    padding: 15px;
    margin: 0;
  }
  #case_detail .group .text {
    width: 100%;
    float: none;
  }
  #case_detail .group .videos {
    float: none;
    width: 100%;
  }
  #case_detail .neijing {
    padding: 20px;
  }
  #case_detail .showproduct {
    margin: 0 0 30px 0;
  }
  #case_detail .showproduct .btns .swiper-button-prev {
    left: 20px;
    top: 160px;
    width: 40px;
    height: 40px;
  }
  #case_detail .showproduct .btns .swiper-button-next {
    right: 20px;
    top: 160px;
    width: 40px;
    height: 40px;
  }
  #case_detail .showproduct .photos {
    height: 280px;
    margin-top: 30px;
  }
  #case_detail .showproduct .photos .swiper-wrapper .swiper-slide .pic {
    height: 240px;
  }
  #case_detail .showproduct .photos .swiper-wrapper .swiper-slide .title {
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #case_detail {
    width: auto;
    margin-top: 20px;
  }
  #case_detail .title {
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
  }
  #case_detail .date {
    text-align: center;
    font-size: 12px;
  }
  #case_detail .group {
    padding: 15px;
    margin: 0;
  }
  #case_detail .group .text {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 26px;
  }
  #case_detail .group .videos {
    float: none;
    width: 100%;
  }
  #case_detail .neijing {
    padding: 15px;
  }
  #case_detail .neijing .thisname {
    font-size: 22px;
    line-height: 50px;
  }
  #case_detail .neijing .photos {
    height: 180px;
    margin: 20px 0 0 0;
  }
  #case_detail .neijing .photos .swiper-wrapper .swiper-slide .pic {
    height: 150px;
  }
  #case_detail .neijing .photos .swiper-pagination {
    bottom: 0;
  }
  #case_detail .neijing .photos .swiper-pagination span {
    width: 8px;
    height: 8px;
  }
  #case_detail .showproduct {
    margin: 0 0 10px 0;
    padding: 15px 0;
  }
  #case_detail .showproduct .thisname {
    font-size: 22px;
    line-height: 50px;
  }
  #case_detail .showproduct .btns .swiper-button-prev {
    left: 20px;
    top: 120px;
    width: 40px;
    height: 40px;
  }
  #case_detail .showproduct .btns .swiper-button-next {
    right: 20px;
    top: 120px;
    width: 40px;
    height: 40px;
  }
  #case_detail .showproduct .photos {
    height: 220px;
    margin-top: 20px;
  }
  #case_detail .showproduct .photos .swiper-wrapper .swiper-slide .pic {
    height: 180px;
  }
  #case_detail .showproduct .photos .swiper-wrapper .swiper-slide .title {
    line-height: 40px;
    font-size: 16px;
  }
}
#other_case {
  position: relative;
  background: #f2f2f2;
  padding: 40px 0;
}
#other_case .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#other_case .content .thisname {
  line-height: 50px;
  font-size: 26px;
  margin-bottom: 20px;
}
#other_case .content .caselist .swiper-wrapper .swiper-slide {
  background: #FFFFFF;
}
#other_case .content .caselist .swiper-wrapper .swiper-slide .pic {
  position: relative;
  height: 250px;
}
#other_case .content .caselist .swiper-wrapper .swiper-slide .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#other_case .content .caselist .swiper-wrapper .swiper-slide .data {
  position: relative;
  padding: 15px 20px;
}
#other_case .content .caselist .swiper-wrapper .swiper-slide .data .tit {
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#other_case .content .caselist .swiper-wrapper .swiper-slide .data .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #other_case .content {
    width: 1170px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #other_case .content {
    width: 970px;
  }
  #other_case .content .caselist .swiper-wrapper .swiper-slide .pic {
    height: 200px;
  }
  #other_case .content .caselist .swiper-wrapper .swiper-slide .data {
    padding: 10px 15px;
  }
  #other_case .content .caselist .swiper-wrapper .swiper-slide .data .tit {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #other_case {
    padding: 15px;
  }
  #other_case .content {
    width: auto;
    padding-bottom: 20px;
  }
  #other_case .content .thisname {
    margin-bottom: 10px;
  }
  #other_case .content .caselist .swiper-wrapper .swiper-slide .pic {
    height: 220px;
  }
  #other_case .content .caselist .swiper-wrapper .swiper-slide .data {
    padding: 10px 15px;
  }
  #other_case .content .caselist .swiper-wrapper .swiper-slide .data .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #other_case {
    padding: 15px;
  }
  #other_case .content {
    width: auto;
    padding-bottom: 10px;
  }
  #other_case .content .thisname {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 40px;
  }
  #other_case .content .caselist .swiper-wrapper .swiper-slide .pic {
    height: 120px;
  }
  #other_case .content .caselist .swiper-wrapper .swiper-slide .data {
    padding: 0 10px;
  }
  #other_case .content .caselist .swiper-wrapper .swiper-slide .data .tit {
    font-size: 14px;
    text-align: center;
  }
  #other_case .content .caselist .swiper-wrapper .swiper-slide .data .jianjie {
    display: none;
  }
}
#about {
  position: relative;
}
#about .company_jianjie {
  position: relative;
  width: 1280px;
  margin: 40px auto;
}
#about .company_jianjie .logo {
  width: 610px;
  text-align: center;
  padding: 30px 0;
}
#about .company_jianjie .logo img {
  max-width: 100%;
}
#about .company_jianjie .text {
  font-size: 16px;
  line-height: 30px;
  margin: 40px 0;
}
#about .company_jianjie .text img {
  max-width: 100%;
}
#about .company_jianjie .list ul li {
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  border-right: solid 1px #dddddd;
}
#about .company_jianjie .list ul li .num {
  font-size: 65px;
  color: #b70005;
  font-family: Times_New_Roman;
}
#about .company_jianjie .list ul li .num span {
  position: relative;
  font-size: 40px;
  left: 5px;
  top: -30px;
}
#about .company_jianjie .list ul li .tip {
  font-size: 16px;
  line-height: 16px;
  color: #696969;
}
#about .company_jianjie .list ul li:nth-last-child(1) {
  border: none;
}
#about .company_jianjie .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#about .wenhua {
  position: relative;
  padding: 60px 0;
  background-image: url(../Images/z53.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#about .wenhua .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#about .wenhua .content .img {
  float: left;
  width: 49%;
  box-shadow: 0 0 20px #C6C6C6;
}
#about .wenhua .content .img img {
  width: 100%;
}
#about .wenhua .content .text {
  float: right;
  width: 49%;
  font-size: 16px;
  line-height: 30px;
}
#about .wenhua .content .text img {
  max-width: 100%;
}
#about .video_group {
  position: relative;
  width: 1280px;
  margin: 70px auto;
  background: #FFFFFF;
  box-shadow: 0 0 20px #696969;
}

#about .video_group .huace{
  position: relative;
  /*! width: 1280px; */
  /*! margin: 70px auto; */
  /*! background: #FFFFFF; */
  /*! box-shadow: 0 0 20px #696969; */
  height: 1px;
  float: right;
  padding-top: 15px;
}
#about .video_group .videos {
  position: relative;
  padding-top: 5px;
  margin: 5px;
  margin-top: 0;
}
#about .video_group .videos video {
  width: 100%;
  object-fit: fill;
}
#about .video_group .videos span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/z55.png) center center no-repeat;
  cursor: pointer;
}
#about .contact {
  position: relative;
  width: 1280px;
  margin: 70px auto;
  background: #FFFFFF;
  box-shadow: 0 0 20px #e2dfdf;
  padding: 5px;
}
#about .contact .content {
  position: relative;
}
#about .contact .content #map {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#about .contact .content .data {
  width: 50%;
  float: right;
  position: relative;
  padding: 55px 100px;
}
#about .contact .content .data .tit {
  font-size: 32px;
  line-height: 70px;
  background: url(../Images/z56.jpg) left bottom no-repeat;
}
#about .contact .content .data .text {
  font-size: 15px;
  line-height: 36px;
  margin-top: 50px;
}
#about .contact .content .data .text img {
  max-width: 100%;
}
#about .contact .content:after {
  content: " ";
  display: block;
  clear: both;
}
#about .company_photo {
  position: relative;
  width: 1280px;
  margin: 50px auto;
}
#about .company_photo .thisname {
  line-height: 70px;
  font-size: 32px;
  text-align: center;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#about .company_photo .tips {
  font-size: 15px;
  line-height: 26px;
  margin: 15px 0;
  text-align: center;
  padding: 0 140px;
}
#about .company_photo .photos {
  position: relative;
  height: 584px;
  margin-top: 30px;
}
#about .company_photo .photos .swiper-container {
  height: 100%;
}
#about .company_photo .photos .swiper-container .swiper-wrapper {
  height: 100%;
}
#about .company_photo .photos .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
#about .company_photo .photos .swiper-container .swiper-wrapper .swiper-slide .pic {
  height: 100%;
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover;
}
#about .company_photo .photos .swiper-container .swiper-wrapper .swiper-slide .pic span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#about .company_photo .photos .swiper-container .swiper-wrapper .swiper-slide .pic i {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 56px;
  height: 56px;
  background: url(../Images/z59.png) center center / 100% 100%;
  cursor: pointer;
}
#about .company_photo .photos .swiper-container .swiper-wrapper .swiper-slide-active .pic span {
  display: none;
}
#about .company_photo .photos .swiper-container .swiper-wrapper .swiper-slide-active .pic i {
  display: block;
}
#about .company_photo .photos .swiper-container .swiper-button-prev {
  width: 53px;
  height: 53px;
  background-image: url(../Images/z47.png);
  background-size: 100% 100%;
}
#about .company_photo .photos .swiper-container .swiper-button-next {
  width: 53px;
  height: 53px;
  background-image: url(../Images/z48.png);
  background-size: 100% 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #about .company_jianjie {
    width: 1170px;
  }
  #about .wenhua .content {
    width: 1170px;
  }
  #about .video_group {
    width: 1170px;
  }
  #about .contact {
    width: 1170px;
  }
  #about .company_photo {
    width: 1170px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #about .company_jianjie {
    width: 970px;
  }
  #about .wenhua .content {
    width: 970px;
  }
  #about .video_group {
    width: 970px;
    margin: 30px auto;
  }
  #about .contact {
    width: 970px;
    margin: 50px auto;
  }
  #about .contact .content .data {
    padding: 50px;
  }
  #about .contact .content .data .tit {
    font-size: 26px;
    line-height: 60px;
  }
  #about .contact .content .data .text {
    margin-top: 30px;
  }
  #about .company_photo {
    width: 970px;
  }
  #about .company_photo .photos {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about .company_jianjie {
    width: auto;
    padding: 15px;
  }
  #about .company_jianjie .logo {
    width: 100%;
  }
  #about .wenhua {
    padding: 0;
  }
  #about .wenhua .content {
    width: auto;
    padding: 15px;
  }
  #about .wenhua .content .img {
    float: none;
    width: 100%;
  }
  #about .wenhua .content .text {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
  #about .video_group {
    width: auto;
    margin: 0;
    margin: 30px 15px;
  }
  #about .contact {
    width: auto;
    margin: 30px 15px;
  }
  #about .contact .content {
    padding-bottom: 450px;
  }
  #about .contact .content #map {
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 430px;
  }
  #about .contact .content .data {
    padding: 20px 30px;
    width: 100%;
  }
  #about .contact .content .data .tit {
    font-size: 32px;
    line-height: 70px;
  }
  #about .contact .content .data .text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 38px;
  }
  #about .company_photo {
    width: auto;
    padding: 0 15px;
    margin: 0 0 30px 0;
  }
  #about .company_photo .tips {
    padding: 0 20px;
  }
  #about .company_photo .photos {
    height: 380px;
  }
  #about .company_photo .photos .swiper-container .swiper-wrapper .swiper-slide-active .pic i {
    display: none;
  }
  #about .company_photo .photos .swiper-container .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  #about .company_photo .photos .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #about .company_jianjie {
    width: auto;
    padding: 15px;
    margin: 0;
  }
  #about .company_jianjie .logo {
    display: none;
  }
  #about .company_jianjie .text {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
  }
  #about .company_jianjie .list {
    margin: 20px 0;
  }
  #about .company_jianjie .list ul li .num {
    font-size: 28px;
  }
  #about .company_jianjie .list ul li .num span {
    font-size: 26px;
    top: -10px;
    left: 2px;
  }
  #about .company_jianjie .list ul li .tip {
    font-size: 12px;
  }
  #about .wenhua {
    padding: 0;
  }
  #about .wenhua .content {
    width: auto;
    padding: 15px;
  }
  #about .wenhua .content .img {
    float: none;
    width: 100%;
  }
  #about .wenhua .content .text {
    float: none;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px;
  }
  #about .video_group {
    width: auto;
    margin: 0;
    margin: 30px 15px;
  }
  #about .video_group .videos span {
    background-size: auto 40px;
  }
  #about .contact {
    width: auto;
    margin: 30px 15px;
  }
  #about .contact .content {
    padding-bottom: 250px;
  }
  #about .contact .content #map {
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 250px;
  }
  #about .contact .content .data {
    padding: 15px;
    width: 100%;
  }
  #about .contact .content .data .tit {
    font-size: 24px;
    line-height: 50px;
  }
  #about .contact .content .data .text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
  }
  #about .company_photo {
    width: auto;
    padding: 0 15px;
    margin: 0 0 30px 0;
  }
  #about .company_photo .thisname {
    line-height: 50px;
    font-size: 22px;
    background-size: 40px 2px;
  }
  #about .company_photo .tips {
    padding: 0 0;
    font-size: 12px;
    line-height: 20px;
  }
  #about .company_photo .photos {
    height: 180px;
    margin-top: 20px;
  }
  #about .company_photo .photos .swiper-container .swiper-wrapper .swiper-slide-active .pic i {
    display: none;
  }
  #about .company_photo .photos .swiper-container .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  #about .company_photo .photos .swiper-container .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
#skill {
  position: relative;
}
#skill .content1 {
  position: relative;
  padding: 25px 0 90px 0;
  background-image: url(../Images/z60.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#skill .content1 .artice {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#skill .content1 .artice .thisname {
  line-height: 70px;
  font-size: 32px;
  text-align: center;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#skill .content1 .artice .text {
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
  position: relative;
}
#skill .content1 .artice .text img {
  max-width: 100%;
}
#skill .content1 .list {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#skill .content1 .list ul li {
  width: 33.3%;
  float: left;
  height: 580px;
  position: relative;
  text-align: center;
  color: #FFFFFF;
  background-position: center center;
  background-size: cover;
}
#skill .content1 .list ul li .pic {
  padding-top: 185px;
}
#skill .content1 .list ul li .tit {
  font-size: 28px;
  line-height: 80px;
}
#skill .content1 .list ul li .group {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 25px;
  background: url(../Images/z71.png);
}
#skill .content1 .list ul li .group .items {
  position: relative;
  text-align: left;
}
#skill .content1 .list ul li .group .items .item {
  position: relative;
  border-bottom: solid 1px #af3a3c;
  padding: 10px 0;
}
#skill .content1 .list ul li .group .items .item .ziduan {
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  padding-right: 15px;
  width: 100px;
}
#skill .content1 .list ul li .group .items .item .jianjie {
  float: left;
  font-size: 15px;
  line-height: 30px;
  padding: 3px 0;
  width: 600px;
}
#skill .content1 .list ul li .group .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#skill .content1 .list ul li:nth-child(2n) {
  width: 33.4%;
}
#skill .content1 .list ul .s1 {
  background-image: url(../Images/z61.jpg);
}
#skill .content1 .list ul .s2 {
  background-image: url(../Images/z62.jpg);
}
#skill .content1 .list ul .s3 {
  background-image: url(../Images/z63.jpg);
}
#skill .content1 .list ul ::-webkit-scrollbar-track-piece {
  background-color: #b70005;
}
#skill .content1 .list ul ::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
#skill .content1 .list ul ::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  background-clip: padding-box;
  min-height: 28px;
}
#skill .content1 .list ul ::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
#skill .content1 .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  #skill .content1 .list:hover ul li {
    width: 20%;
  }
  #skill .content1 .list:hover ul li:hover {
    width: 60%;
  }
  #skill .content1 .list:hover ul li:hover .pic {
    display: none;
  }
  #skill .content1 .list:hover ul li:hover .tit {
    display: none;
  }
  #skill .content1 .list:hover ul li:hover .group {
    display: block;
    background: url(../Images/z71.png);
  }
}
#skill .content2 {
  position: relative;
}
#skill .content2 .photos {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#skill .content2 .photos .pic {
  background-position: center center;
  background-size: cover;
  position: relative;
}
#skill .content2 .photos .pic1 {
  height: 53%;
}
#skill .content2 .photos .pic2 {
  height: 47%;
}
#skill .content2 .group {
  position: relative;
  left: 50%;
  width: 34%;
  background: #b70005;
  color: #FFFFFF;
  min-height: 1080px;
  z-index: 1;
}
#skill .content2 .group .data {
  padding: 35px 40px;
  position: relative;
}
#skill .content2 .group .data .tit {
  line-height: 80px;
  font-size: 32px;
  background: url(../Images/z70.jpg) left bottom no-repeat;
}
#skill .content2 .group .data .text {
  font-size: 15px;
  line-height: 30px;
  margin: 35px 0;
}
#skill .content2 .group .data .text img {
  max-width: 100%;
}
#skill .content2 .group .data .list {
  position: relative;
}
#skill .content2 .group .data .list ul li {
  margin: 30px 0;
  position: relative;
}
#skill .content2 .group .data .list ul li .name {
  line-height: 60px;
  font-size: 22px;
  background: url(../Images/z70.jpg) left bottom no-repeat;
}
#skill .content2 .group .data .list ul li .jianjie {
  font-size: 15px;
  line-height: 30px;
  margin: 10px 0;
}
#skill .content2 .group .data .list ul li .jianjie img {
  max-width: 100%;
}
#skill .content2 .photos2 {
  width: 16%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#skill .content2:after {
  content: " ";
  display: block;
  clear: both;
}
#skill .datalist {
  display: none;
  padding: 15px;
}
#skill .datalist ul li .name {
  line-height: 60px;
  font-size: 22px;
  font-weight: bold;
  background: url(../Images/z36.jpg) bottom left no-repeat;
}
#skill .datalist ul li .jianjie {
  font-size: 18px;
  line-height: 32px;
  position: relative;
  color: #888888;
  margin: 12px 0;
}
#skill .datalist ul li .jianjie img {
  max-width: 100%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #skill .content2 .group {
    min-height: 900px;
  }
  #skill .content2 .group .data {
    padding: 25px;
  }
  #skill .content2 .group .data .tit {
    font-size: 26px;
    line-height: 60px;
  }
  #skill .content2 .group .data .text {
    margin: 25px 0;
    font-size: 14px;
    line-height: 26px;
  }
  #skill .content2 .group .data .list ul li {
    margin: 15px 0;
  }
  #skill .content2 .group .data .list ul li .name {
    font-size: 22px;
    line-height: 50px;
  }
  #skill .content2 .group .data .list ul li .jianjie {
    font-size: 14px;
    line-height: 26px;
  }
  #skill .datalist {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #skill .content1 .artice {
    width: 1170px;
  }
  #skill .content1 .list {
    width: 1170px;
  }
  #skill .content1 .list ul li .group .items .item .ziduan {
    font-size: 18px;
  }
  #skill .content1 .list ul li .group .items .item .jianjie {
    width: 540px;
  }
  #skill .content2 .group {
    min-height: 900px;
  }
  #skill .content2 .group .data {
    padding: 20px;
  }
  #skill .content2 .group .data .tit {
    font-size: 26px;
    line-height: 60px;
  }
  #skill .content2 .group .data .text {
    margin: 25px 0;
    font-size: 14px;
    line-height: 26px;
  }
  #skill .content2 .group .data .list ul li {
    margin: 15px 0;
  }
  #skill .content2 .group .data .list ul li .name {
    font-size: 22px;
    line-height: 50px;
  }
  #skill .content2 .group .data .list ul li .jianjie {
    font-size: 14px;
    line-height: 26px;
  }
  #skill .datalist {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #skill .content1 .artice {
    width: 970px;
  }
  #skill .content1 .list {
    width: 970px;
  }
  #skill .content1 .list ul li {
    height: 440px;
  }
  #skill .content1 .list ul li .pic {
    padding-top: 150px;
  }
  #skill .content1 .list ul li .group {
    padding: 15px;
  }
  #skill .content1 .list ul li .group .items .item .ziduan {
    font-size: 18px;
  }
  #skill .content1 .list ul li .group .items .item .jianjie {
    width: 440px;
  }
  #skill .content2 .photos {
    width: 60%;
  }
  #skill .content2 .group {
    min-height: 600px;
    left: 60%;
    width: 40%;
  }
  #skill .content2 .group .data {
    padding: 20px;
  }
  #skill .content2 .group .data .tit {
    font-size: 26px;
    line-height: 60px;
  }
  #skill .content2 .group .data .text {
    margin: 25px 0;
    font-size: 14px;
    line-height: 26px;
  }
  #skill .content2 .group .data .list ul li {
    margin: 15px 0;
  }
  #skill .content2 .group .data .list ul li .name {
    font-size: 22px;
    line-height: 50px;
  }
  #skill .content2 .group .data .list ul li .jianjie {
    font-size: 14px;
    line-height: 26px;
  }
  #skill .content2 .photos2 {
    display: none;
  }
  #skill .datalist {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #skill .content1 {
    padding: 30px 15px 50px 15px;
  }
  #skill .content1 .artice {
    width: auto;
  }
  #skill .content1 .list {
    width: auto;
  }
  #skill .content1 .list ul li {
    height: 260px;
    width: 100%;
    float: none;
    margin: 12px 0;
  }
  #skill .content1 .list ul li .pic {
    padding-top: 60px;
  }
  #skill .content1 .list ul li:nth-child(2n) {
    width: 100%;
  }
  #skill .content2 .photos {
    width: 50%;
  }
  #skill .content2 .group {
    min-height: 400px;
    left: 50%;
    width: 50%;
  }
  #skill .content2 .group .data {
    padding: 15px 25px;
  }
  #skill .content2 .group .data .tit {
    font-size: 30px;
    line-height: 80px;
  }
  #skill .content2 .group .data .text {
    margin: 25px 0;
    font-size: 18px;
    line-height: 30px;
  }
  #skill .content2 .group .data .list {
    display: none;
  }
  #skill .content2 .photos2 {
    display: none;
  }
  #skill .datalist {
    display: block;
  }
}
@media (max-width: 767px) {
  #skill .content1 {
    padding: 20px 15px 40px 15px;
  }
  #skill .content1 .artice {
    width: auto;
  }
  #skill .content1 .artice .thisname {
    font-size: 22px;
    line-height: 50px;
  }
  #skill .content1 .artice .text {
    margin: 20px 0;
    font-size: 14px;
    line-height: 28px;
  }
  #skill .content1 .list {
    width: auto;
  }
  #skill .content1 .list ul li {
    height: 220px;
    width: 100%;
    float: none;
    margin: 12px 0;
  }
  #skill .content1 .list ul li .pic {
    padding-top: 60px;
  }
  #skill .content1 .list ul li .pic img {
    width: 64px;
    height: 64px;
  }
  #skill .content1 .list ul li .tit {
    font-size: 22px;
    line-height: 50px;
  }
  #skill .content1 .list ul li:nth-child(2n) {
    width: 100%;
  }
  #skill .content2 .photos {
    width: 50%;
  }
  #skill .content2 .group {
    min-height: 400px;
    left: 50%;
    width: 50%;
    min-height: auto;
  }
  #skill .content2 .group .data {
    padding: 5px 15px;
  }
  #skill .content2 .group .data .tit {
    font-size: 16px;
    line-height: 50px;
  }
  #skill .content2 .group .data .text {
    margin: 8px 0;
    font-size: 12px;
    line-height: 20px;
  }
  #skill .content2 .group .data .list {
    display: none;
  }
  #skill .content2 .photos2 {
    display: none;
  }
  #skill .datalist {
    display: block;
  }
  #skill .datalist ul li .name {
    font-size: 18px;
    line-height: 50px;
  }
  #skill .datalist ul li .jianjie {
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0;
  }
}
.skill_group {
  position: relative;
  background: none;
  background-color: none;
}
.skill_group .layui-layer-content {
  background: #FFFFFF;
  position: relative;
  padding: 25px 0;
}
.skill_group .layui-layer-content .pic {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  margin: 0 25px;
}
.skill_group .layui-layer-content .pic img {
  margin-top: 48px;
}
.skill_group .layui-layer-content .index1 {
  background-image: url(../Images/z61.jpg);
}
.skill_group .layui-layer-content .index2 {
  background-image: url(../Images/z62.jpg);
}
.skill_group .layui-layer-content .index3 {
  background-image: url(../Images/z63.jpg);
}
.skill_group .layui-layer-content .tit {
  text-align: center;
  position: absolute;
  left: 0;
  top: 170px;
  width: 100%;
  line-height: 80px;
  color: #FFFFFF;
  font-size: 28px;
}
.skill_group .layui-layer-content .group .items .item {
  position: relative;
  padding: 15px 25px;
  border-bottom: solid 1px #DDDDDD;
}
.skill_group .layui-layer-content .group .items .item .ziduan {
  font-size: 22px;
  line-height: 56px;
  font-weight: bold;
  color: #b70005;
}
.skill_group .layui-layer-content .group .items .item .jianjie {
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .skill_group .layui-layer-content {
    padding: 15px 0;
  }
  .skill_group .layui-layer-content .pic {
    margin: 0 15px;
    height: 180px;
  }
  .skill_group .layui-layer-content .pic img {
    width: 64px;
    height: 64px;
    margin-top: 35px;
  }
  .skill_group .layui-layer-content .tit {
    line-height: 50px;
    font-size: 22px;
    top: 110px;
  }
  .skill_group .layui-layer-content .group .items .item {
    padding: 15px;
  }
  .skill_group .layui-layer-content .group .items .item .ziduan {
    font-size: 18px;
    line-height: 40px;
  }
  .skill_group .layui-layer-content .group .items .item .jianjie {
    font-size: 14px;
    line-height: 24px;
  }
}
#process {
  position: relative;
  background: url(../Images/z72.jpg);
  background-position: center center;
  padding: 50px 0;
}
#process .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#process .content .thisname {
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  position: relative;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#process .content .swiper1 {
  position: relative;
  width: 1155px;
  margin: 45px auto;
}
#process .content .swiper1 .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 66px;
  background: url(../Images/z73.png) center center no-repeat;
}
#process .content .swiper1 .swiper-wrapper .swiper-slide .tit {
  text-align: center;
  line-height: 45px;
  color: #999999;
  padding-bottom: 66px;
  background: url(../Images/z74.png) bottom center no-repeat;
}
#process .content .swiper2 {
  position: relative;
}
#process .content .swiper2 .swiper-wrapper .swiper-slide {
  text-align: center;
}
#process .content .swiper2 .swiper-wrapper .swiper-slide .tit {
  font-size: 26px;
  line-height: 90px;
  color: #b70005;
}
#process .content .swiper2 .swiper-wrapper .swiper-slide .jianjie {
  font-size: 15px;
  line-height: 28px;
  padding: 0 260px;
}
#process .content .swiper2 .swiper-button-prev {
  width: 53px;
  height: 53px;
  background-image: url(../Images/z47.png);
  background-size: 100% 100%;
  cursor: pointer;
  top: 40px;
  left: 22%;
}
#process .content .swiper2 .swiper-button-next {
  width: 53px;
  height: 53px;
  background-image: url(../Images/z48.png);
  background-size: 100% 100%;
  cursor: pointer;
  top: 40px;
  right: 22%;
}
#process .content .swiper2 .swiper-button-prev:hover {
  background-image: url(../Images/z75.png);
}
#process .content .swiper2 .swiper-button-next:hover {
  background-image: url(../Images/z76.png);
}
#process .content .img_group {
  position: relative;
  height: 475px;
  margin-top: 30px;
}
#process .content .img_group .img {
  position: absolute;
  left: 95px;
  top: 0;
  width: 300px;
  height: 300px;
  background-position: center center;
  background-size: cover;
  display: none;
}
#process .content .img_group .swiper3 {
  position: relative;
  height: 100%;
  width: 60%;
  margin: 0 auto;
}
#process .content .img_group .swiper3 .swiper-wrapper {
  height: 100%;
}
#process .content .img_group .swiper3 .swiper-wrapper .swiper-slide {
  height: 100%;
}
#process .content .img_group .swiper3 .swiper-wrapper .swiper-slide .pic {
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #process .content {
    width: 1170px;
  }
  #process .content .img_group .swiper3 {
    left: 36%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #process .content {
    width: 970px;
  }
  #process .content .swiper1 {
    width: 100%;
  }
  #process .content .swiper2 .swiper-wrapper .swiper-slide .jianjie {
    padding: 0 150px;
  }
  #process .content .img_group {
    height: 420px;
  }
  #process .content .img_group .img {
    width: 270px;
    height: 270px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #process .content {
    width: auto;
  }
  #process .content .swiper1 {
    width: 100%;
  }
  #process .content .swiper1 .swiper-wrapper .swiper-slide .tit {
    font-size: 20px;
  }
  #process .content .swiper2 .swiper-wrapper .swiper-slide .jianjie {
    padding: 0 25px;
    font-size: 18px;
    line-height: 34px;
  }
  #process .content .img_group {
    height: 420px;
    padding: 0 25px;
  }
  #process .content .img_group .img {
    display: none;
  }
  #process .content .img_group .swiper3 {
    left: 0;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  #process {
    padding: 30px 0;
  }
  #process .content {
    width: auto;
  }
  #process .content .thisname {
    font-size: 24px;
    line-height: 50px;
  }
  #process .content .swiper1 {
    width: 100%;
    margin: 20px 0;
  }
  #process .content .swiper1 .line {
    height: 40px;
  }
  #process .content .swiper1 .swiper-wrapper .swiper-slide .tit {
    padding-bottom: 40px;
    background-size: 1px 40px;
  }
  #process .content .swiper2 .swiper-wrapper .swiper-slide .tit {
    font-size: 22px;
    line-height: 70px;
  }
  #process .content .swiper2 .swiper-wrapper .swiper-slide .jianjie {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
  }
  #process .content .swiper2 .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 25px;
    top: 35px;
  }
  #process .content .swiper2 .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 25px;
    top: 35px;
  }
  #process .content .img_group {
    height: 220px;
    padding: 0 15px;
    margin-top: 20px;
  }
  #process .content .img_group .img {
    display: none;
  }
  #process .content .img_group .swiper3 {
    left: 0;
    width: 100%;
    position: relative;
  }
}
#address_showcase {
  position: relative;
  border-bottom: solid 1px #DDDDDD;
  background: #FFFFFF;
}
#address_showcase .content {
  width: 1280px;
  margin: 0 auto;
  line-height: 60px;
  position: relative;
}
#address_showcase .content .sortlist ul li {
  font-size: 18px;
  float: left;
  border-left: solid 1px #DDDDDD;
  box-sizing: border-box;
}
#address_showcase .content .sortlist ul li a {
  padding: 0 60px 0 40px;
  display: block;
  position: relative;
  background-image: url(../Images/z77.png);
  background-position: right 35px center;
  background-repeat: no-repeat;
}
#address_showcase .content .sortlist ul li:nth-last-child(1) {
  border-right: solid 1px #DDDDDD;
}
#address_showcase .content .sortlist ul .onfocus {
  background: #f0f3f9;
}
#address_showcase .content .sortlist ul .onfocus a {
  color: #b70005;
  background-image: url(../Images/z78.png);
}
#address_showcase .content .sortlist ul:after {
  content: " ";
  display: block;
  clear: both;
}
#address_showcase .content .menu_group {
  position: absolute;
  left: 0;
  top: 60px;
  width: 690px;
  z-index: 100;
  background: #FFFFFF;
}
#address_showcase .content .menu_group .group {
  position: relative;
  border: solid 1px #DDDDDD;
  display: none;
  overflow: hidden;
}
#address_showcase .content .menu_group .group .items .item .name {
  position: relative;
  width: 173px;
  text-align: center;
  font-size: 18px;
  line-height: 54px;
  background-color: #f0f3f9;
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}
#address_showcase .content .menu_group .group .items .item .list {
  position: absolute;
  left: 183px;
  top: 0;
  width: 510px;
  display: none;
  padding: 10px;
}
#address_showcase .content .menu_group .group .items .item .list a {
  font-size: 15px;
  line-height: 40px;
  margin: 0 20px;
  float: left;
}
#address_showcase .content .menu_group .group .items .item .list:after {
  content: " ";
  display: block;
  clear: both;
}
#address_showcase .content .menu_group .group .items .active .name {
  background: #FFFFFF;
}
#address_showcase .content .menu_group .group .items .active .list {
  display: block;
}
#address_showcase .content .menu_group .onfocus {
  display: block;
}
#address_showcase .content .right {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #888888;
}
#address_showcase .content .right a {
  color: #888888;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #address_showcase .content {
    width: 1180px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #address_showcase .content {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #address_showcase .content {
    width: auto;
  }
  #address_showcase .content .sortlist ul li {
    width: 50%;
    text-align: center;
  }
  #address_showcase .content .sortlist ul .one {
    width: 100%;
  }
  #address_showcase .content .menu_group {
    width: 100%;
  }
  #address_showcase .content .menu_group .group .items .item .name {
    z-index: 1;
  }
  #address_showcase .content .menu_group .group .items .item .list {
    left: 0;
    padding-left: 173px;
    width: 100%;
  }
  #address_showcase .content .menu_group {
    display: none;
  }
  #address_showcase .content .right {
    display: none;
  }
}
@media (max-width: 767px) {
  #address_showcase .content {
    width: auto;
    line-height: 50px;
  }
  #address_showcase .content .sortlist ul li {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }
  #address_showcase .content .sortlist ul li a {
    display: block;
    padding: 0;
    background-position: right 45px center;
    background-size: auto 5px;
  }
  #address_showcase .content .sortlist ul .one {
    width: 100%;
  }
  #address_showcase .content .menu_group {
    display: none;
  }
  #address_showcase .content .right {
    display: none;
  }
}
#showcase {
  position: relative;
  background: #f3f4f8;
}
#showcase .datalist {
  position: relative;
  padding: 1px 0;
  width: 1280px;
  margin: 0 auto;
}
#showcase {
  position: relative;
  background: #f3f4f8;
}
#showcase .datalist {
  position: relative;
  padding: 1px 0;
  width: 1280px;
  margin: 0 auto;
}
#showcase .datalist ul li {
  position: relative;
  height: 525px;
  background: #FFFFFF;
  margin: 35px 0;
}
#showcase .datalist ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 62%;
  height: 100%;
  border: solid 5px #dcdde0;
}
#showcase .datalist ul li .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#showcase .datalist ul li .group1 {
  /* float: right; */
  /* width: 38%; */
  /* position: relative; */
  /* text-align: center; */
  padding: 0 20px;
  /* position: relative; */
}
#showcase .datalist ul li .group1 .name {
  line-height: 64px;
  font-size: 32px;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#showcase .datalist ul li .group1 .list {
  /* position: relative; */
  /* text-align: left; */
  padding: 20px 0;
  /* position: relative; */
}
#showcase .datalist ul li .group1 .list a {
  display: inline-block;
  width: 100%px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  /* border: solid 1px #DDDDDD; */
  /* border-radius: 30px; */
  /* margin: 6px; */
  text-align: center;
  width: 25%;
  height: 20%;
  padding-top: 25px;
}

#showcase .datalist ul li .group1 .list a img{

  white-space: nowrap;
  font-size: 15px;
  width: 80%;
  height: 20%;
}

#showcase .datalist ul li .group1 .list .active {
 
  border-color: #b70005;
  color: #FFFFFF;
}
#showcase .datalist ul li:nth-child(2n) .pic {
  left: auto;
  right: 0;
}
#showcase .datalist ul li:nth-child(2n) .group1 {
  float: left;
}
#showcase .datalist ul li:after {
  content: " ";
  display: block;
  clear: both;
}
#showcase .datalist ul li {
  position: relative;
  height: 525px;
  background: #FFFFFF;
  margin: 35px 0;
}
#showcase .datalist ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 62%;
  height: 100%;
  border: solid 5px #dcdde0;
}
#showcase .datalist ul li .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#showcase .datalist ul li .group {
  float: right;
  width: 38%;
  position: relative;
  text-align: center;
  padding: 0 20px;
}

#showcase .datalist ul li .group {
  float: right;
  width: 38%;
  position: relative;
  text-align: center;
  padding: 0 20px;
}

#showcase .datalist ul li .group .name {
  line-height: 64px;
  font-size: 32px;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#showcase .datalist ul li .group .list {
  position: relative;
  text-align: left;
  padding: 20px 0;
}
#showcase .datalist ul li .group .list a {
  display: inline-block;
  width: 136px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  border: solid 1px #DDDDDD;
  border-radius: 30px;
  margin: 6px;
  text-align: center;
}
#showcase .datalist ul li .group .list .active {
  background: #b70005;
  border-color: #b70005;
  color: #FFFFFF;
}
#showcase .datalist ul li:nth-child(2n) .pic {
  left: auto;
  right: 0;
}
#showcase .datalist ul li:nth-child(2n) .group {
  float: left;
}
#showcase .datalist ul li:after {
  content: " ";
  display: block;
  clear: both;
}
#showcase {
  position: relative;
  background: #f3f4f8;
}
#showcase .datalist1 {
  position: relative;
  padding: 1px 0;
  width: 100%;
  margin: 0 auto;
}
#showcase {
  position: relative;
  background: #f3f4f8;
}
#showcase .datalist1 {
    position: relative;
    padding: 1px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#showcase .datalist1 ul li {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  margin: 35px 0;
}
#showcase .datalist1 ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 62%;
  height: 100%;
  border: solid 5px #dcdde0;
}
#showcase .datalist1 ul li .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#showcase .datalist1 ul li .group1 {
  /* float: right; */
  /* width: 38%; */
  /* position: relative; */
  /* text-align: center; */
  padding: 0 20px;
  /* position: relative; */
}
#showcase .datalist1 ul li .group1 .name {
  line-height: 64px;
  font-size: 32px;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#showcase .datalist1 ul li .group1 .name h1{
  line-height: 64px;
  font-size: 32px;
  background: url(../Images/z36.jpg) bottom center no-repeat;
  text-align:center;
}
#showcase .datalist1 ul li .group1 .list {
  /* position: relative; */
  /* text-align: left; */
  padding: 20px 0;
  /* position: relative; */
}
#showcase .datalist1 ul li .group1 .list a {
  display: inline-block;
  width: 100%px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  /* border: solid 1px #DDDDDD; */
  /* border-radius: 30px; */
  /* margin: 6px; */
  text-align: center;
  width: 25%;
  height: 20%;
  padding-top: 25px;
}

#showcase .datalist1 ul li .group1 .list a img{

  white-space: nowrap;
  font-size: 15px;
  width: 80%;
  height: 20%;
}

#showcase .datalist1 ul li .group1 .list .active {
 
  border-color: #b70005;
  color: #FFFFFF;
}
#showcase .datalist1 ul li:nth-child(2n) .pic {
  left: auto;
  right: 0;
}
#showcase .datalist1 ul li:nth-child(2n) .group1 {
  float: left;
}
#showcase .datalist1 ul li:after {
  content: " ";
  display: block;
  clear: both;
}
#showcase .datalist1 ul li {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  margin: 35px 0;
  text-align：center;
}
#showcase .datalist1 ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 62%;
  height: 100%;
  border: solid 5px #dcdde0;
}
#showcase .datalist1 ul li .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#showcase .datalist1 ul li .group {
  float: right;
  width: 38%;
  position: relative;
  text-align: center;
  padding: 0 20px;
}

#showcase .datalist1 ul li .group {
  float: right;
  width: 38%;
  position: relative;
  text-align: center;
  padding: 0 20px;
}

#showcase .datalist1 ul li .group .name {
  line-height: 64px;
  font-size: 32px;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#showcase .datalist1 ul li .group .list {
  position: relative;
  text-align: left;
  padding: 20px 0;
}
#showcase .datalist1 ul li .group .list a {
  display: inline-block;
  width: 136px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  border: solid 1px #DDDDDD;
  border-radius: 30px;
  margin: 6px;
  text-align: center;
}
#showcase .datalist1 ul li .group .list .active {
  background: #b70005;
  border-color: #b70005;
  color: #FFFFFF;
}
#showcase .datalist1 ul li:nth-child(2n) .pic {
  left: auto;
  right: 0;
}
#showcase .datalist1 ul li:nth-child(2n) .group {
  float: left;
}
#showcase .datalist1 ul li:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #showcase .datalist1 {
    width: 970px;
  }
  #showcase .datalist1 ul li {
    height: 400px;
  }
  #showcase .datalist1 ul li .pic {
    width: 58%;
  }
  #showcase .datalist1 ul li .group {
    width: 42%;
    padding: 0 10px;
  }
  #showcase .datalist1 ul li .group .name {
    font-size: 24px;
    line-height: 50px;
  }
  #showcase .datalist1 ul li .group .list a {
    width: 120px;
    line-height: 36px;
    font-size: 13px;
    margin: 4px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #showcase .datalist {
    width: 970px;
  }
  #showcase .datalist ul li {
    height: 400px;
  }
  #showcase .datalist ul li .pic {
    width: 58%;
  }
  #showcase .datalist ul li .group {
    width: 42%;
    padding: 0 10px;
  }
  #showcase .datalist ul li .group .name {
    font-size: 24px;
    line-height: 50px;
  }
  #showcase .datalist ul li .group .list a {
    width: 120px;
    line-height: 36px;
    font-size: 13px;
    margin: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #showcase .datalist {
    width: auto;
    padding: 15px;
  }
  #showcase .datalist ul li {
    height: auto;
    margin: 0 0 20px 0;
  }
  #showcase .datalist ul li .pic {
    width: 100%;
    position: relative;
    height: 384px;
  }
  #showcase .datalist ul li .group {
    width: 100%;
    padding: 15px 15px 5px 15px;
    float: none;
  }
  #showcase .datalist ul li .group .name {
    font-size: 32px;
    line-height: 66px;
  }
  #showcase .datalist ul li .group .list a {
    width: 150px;
    line-height: 46px;
    font-size: 18px;
    margin: 6px;
  }
  #showcase .datalist ul li:nth-child(2n) .pic {
    left: 0;
    right: auto;
  }
  #showcase .datalist ul li:nth-child(2n) .group {
    float: none;
  }
  #showcase .datalist ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #showcase .datalist {
    width: auto;
    padding: 15px;
  }
  #showcase .datalist ul li {
    height: auto;
    margin: 0 0 20px 0;
  }
  #showcase .datalist ul li .pic {
    width: 100%;
    position: relative;
    height: 240px;
  }
  #showcase .datalist ul li .group {
    width: 100%;
    padding: 15px 10px 5px 10px;
    float: none;
  }
  #showcase .datalist ul li .group .name {
    font-size: 24px;
    line-height: 50px;
  }
  #showcase .datalist ul li .group .list a {
    width: 32%;
    line-height: 32px;
    font-size: 12px;
    margin: 3px 0;
  }
  #showcase .datalist ul li .group .list a:nth-child(3n+2) {
    margin: 3px 2%;
  }
  #showcase .datalist ul li:nth-child(2n) .pic {
    left: 0;
    right: auto;
  }
  #showcase .datalist ul li:nth-child(2n) .group {
    float: none;
  }
  #showcase .datalist ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
#showcase_detail {
  position: relative;
  width: 1280px;
  margin: 60px auto 0;
}
#showcase_detail .title {
  text-align: center;
  font-size: 28px;
  line-height: 50px;
}
#showcase_detail .date {
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  color: #999999;
}
#showcase_detail .text {
  font-size: 16px;
  line-height: 30px;
  padding: 25px 0;
  margin: 15px 0 0 0;
}
#showcase_detail .text video {
  margin-bottom: 15px;
}
#showcase_detail .text img {
  max-width: 100%;
}
#showcase_detail .attr_group {
  margin: 50px 0;
  position: relative;
  border-top: solid 1px #000000;
}
#showcase_detail .attr_group .attrname {
  position: relative;
  text-align: center;
  color: #b70005;
  font-size: 21px;
  line-height: 60px;
}
#showcase_detail .attr_group .attrname .name {
  width: 50%;
  float: left;
  text-align: left;
  padding: 0 30px;
}
#showcase_detail .attr_group .attrname .dx {
  width: 25%;
  float: left;
}
#showcase_detail .attr_group .attrname:after {
  content: " ";
  display: block;
  clear: both;
}
#showcase_detail .attr_group ul li {
  margin: 8px 0;
  position: relative;
}
#showcase_detail .attr_group ul li .name {
  font-size: 18px;
  cursor: pointer;
  border-bottom: solid 1px #cecece;
  line-height: 60px;
  padding: 0 55px;
  background-image: url(../Images/z84.jpg);
  background-position: left 10px center;
  background-repeat: no-repeat;
}
#showcase_detail .attr_group ul li .items {
  position: relative;
  display: none;
}
#showcase_detail .attr_group ul li .items .item {
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  border-bottom: solid 1px #DDDDDD;
}
#showcase_detail .attr_group ul li .items .item .tit {
  width: 50%;
  float: left;
  text-align: left;
  padding: 0 55px;
}
#showcase_detail .attr_group ul li .items .item .dx {
  width: 25%;
  float: left;
}
#showcase_detail .attr_group ul li .items .item .dx img {
  display: none;
}
#showcase_detail .attr_group ul li .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#showcase_detail .attr_group ul .show .name {
  background-image: url(../Images/z85.jpg);
  border: none;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #showcase_detail {
    width: 1180px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #showcase_detail {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #showcase_detail {
    width: auto;
    margin-top: 40px;
  }
  #showcase_detail .title {
    font-size: 22px;
    line-height: 36px;
    padding: 0 15px;
  }
  #showcase_detail .text {
    padding: 15px;
  }
  #showcase_detail .attr_group {
    margin: 20px 0;
  }
  #showcase_detail .attr_group .attrname {
    font-size: 24px;
  }
  #showcase_detail .attr_group .attrname .name {
    width: 60%;
  }
  #showcase_detail .attr_group .attrname .dx {
    width: 20%;
  }
  #showcase_detail .attr_group ul li .name {
    font-size: 22px;
  }
  #showcase_detail .attr_group ul li .items .item {
    font-size: 20px;
  }
  #showcase_detail .attr_group ul li .items .item .tit {
    width: 60%;
  }
  #showcase_detail .attr_group ul li .items .item .dx {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #showcase_detail {
    width: auto;
    margin-top: 20px;
  }
  #showcase_detail .title {
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
  }
  #showcase_detail .text {
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
  }
  #showcase_detail .attr_group {
    margin: 20px 0;
  }
  #showcase_detail .attr_group .attrname {
    font-size: 20px;
    line-height: 50px;
  }
  #showcase_detail .attr_group .attrname .name {
    width: 60%;
    padding: 0 15px;
  }
  #showcase_detail .attr_group .attrname .dx {
    width: 20%;
  }
  #showcase_detail .attr_group ul li .name {
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    background-size: auto 20px;
    padding: 0 35px;
  }
  #showcase_detail .attr_group ul li .items .item {
    font-size: 14px;
    line-height: 40px;
  }
  #showcase_detail .attr_group ul li .items .item .tit {
    width: 60%;
    padding: 0 35px;
  }
  #showcase_detail .attr_group ul li .items .item .dx {
    width: 20%;
  }
  #showcase_detail .attr_group ul li .items .item .dx img {
    width: 8px;
  }
}
#showcase_tuijian {
  position: relative;
  background: #f2f2f2;
  padding: 25px 0;
}
#showcase_tuijian .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#showcase_tuijian .content .thisname {
  line-height: 90px;
  font-size: 26px;
}
#showcase_tuijian .content .list {
  position: relative;
}
#showcase_tuijian .content .list ul li {
  width: 32%;
  float: left;
  position: relative;
  background: #FFFFFF;
}
#showcase_tuijian .content .list ul li .pic {
  position: relative;
  height: 246px;
  border: solid 4px #dbdbdb;
}
#showcase_tuijian .content .list ul li .pic a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#showcase_tuijian .content .list ul li .tit {
  line-height: 80px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 21px;
  text-align: center;
}
#showcase_tuijian .content .list ul li:nth-child(2n) {
  margin: 0 2%;
}
#showcase_tuijian .content .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #showcase_tuijian .content {
    width: 1170px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #showcase_tuijian .content {
    width: 980px;
  }
  #showcase_tuijian .content .list ul li .pic {
    height: 220px;
  }
  #showcase_tuijian .content .list ul li .tit {
    line-height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #showcase_tuijian {
    padding-bottom: 30px;
  }
  #showcase_tuijian .content {
    width: auto;
    padding: 0 25px;
  }
  #showcase_tuijian .content .list ul li {
    width: 48%;
  }
  #showcase_tuijian .content .list ul li .pic {
    height: 220px;
  }
  #showcase_tuijian .content .list ul li .tit {
    line-height: 60px;
    font-size: 18px;
  }
  #showcase_tuijian .content .list ul li:nth-child(2n) {
    float: right;
  }
  #showcase_tuijian .content .list ul li:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 767px) {
  #showcase_tuijian {
    padding: 0;
  }
  #showcase_tuijian .content {
    width: auto;
    padding: 15px;
  }
  #showcase_tuijian .content .thisname {
    line-height: 50px;
    font-size: 22px;
  }
  #showcase_tuijian .content .list ul li {
    width: 47%;
  }
  #showcase_tuijian .content .list ul li .pic {
    height: 110px;
    border: solid 2px #dbdbdb;
  }
  #showcase_tuijian .content .list ul li .tit {
    line-height: 40px;
    font-size: 16px;
  }
  #showcase_tuijian .content .list ul li:nth-child(2n) {
    float: right;
  }
  #showcase_tuijian .content .list ul li:nth-child(n+3) {
    display: none;
  }
}
#join {
  position: relative;
}
#join .onepage {
  position: relative;
  background: #f3f4f8;
  padding: 45px 0;
}
#join .onepage .thisname {
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  position: relative;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#join .onepage .data {
  font-size: 16px;
  line-height: 30px;
  width: 1280px;
  padding: 30px;
  margin: 0 auto;
  background: #FFFFFF;
  margin-top: 20px;
}
#join .onepage .data img {
  max-width: 100%;
}
#join .onepage .img {
  position: relative;
  width: 1280px;
  height: 405px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#join #zhaoping {
  position: relative;
  width: 1280px;
  margin: 20px auto;
}
#join #zhaoping .thisname {
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  position: relative;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#join #zhaoping .list {
  position: relative;
  padding: 25px 0;
}
#join #zhaoping .list ul li {
  margin: 10px 0;
  position: relative;
  background: #fdf6f6;
}
#join #zhaoping .list ul li .name {
  line-height: 60px;
  position: relative;
  padding-left: 75px;
  background: #f3f4f8;
  font-size: 18px;
}
#join #zhaoping .list ul li .name span {
  transition: all 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #e0e3ee;
  background-image: url(../Images/z93.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#join #zhaoping .list ul li .text {
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  display: none;
  padding: 20px;
  padding-left: 75px;
}
#join #zhaoping .list ul li .text img {
  max-width: 100%;
}
#join #zhaoping .list ul .onfocus .name {
  font-weight: bold;
  background: #f8e0e0;
  color: #B50000;
}
#join #zhaoping .list ul .onfocus .name span {
  background-color: #b50000;
  background-image: url(../Images/z94.png);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #join .onepage .data {
    width: 1180px;
  }
  #join .onepage .img {
    width: 1180px;
  }
  #join #zhaoping {
    width: 1180px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #join .onepage .data {
    width: 980px;
  }
  #join .onepage .img {
    width: 980px;
  }
  #join #zhaoping {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #join .onepage {
    padding: 15px;
  }
  #join .onepage .data {
    width: auto;
  }
  #join .onepage .img {
    width: auto;
    height: 320px;
  }
  #join #zhaoping {
    width: auto;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #join .onepage {
    padding: 15px;
  }
  #join .onepage .thisname {
    font-size: 22px;
    line-height: 50px;
  }
  #join .onepage .data {
    width: auto;
    font-size: 14px;
    line-height: 26px;
    padding: 15px;
  }
  #join .onepage .img {
    width: auto;
    height: 210px;
  }
  #join #zhaoping {
    width: auto;
    padding: 15px;
    margin: 0;
  }
  #join #zhaoping .thisname {
    font-size: 22px;
    line-height: 50px;
  }
  #join #zhaoping .list {
    padding: 15px 0 0 0;
  }
  #join #zhaoping .list ul li .name {
    line-height: 45px;
    font-size: 15px;
    padding-left: 56px;
  }
  #join #zhaoping .list ul li .name span {
    width: 45px;
    height: 45px;
  }
  #join #zhaoping .list ul li .text {
    padding: 15px;
  }
}
#brand {
  position: relative;
}
#brand .onepage {
  position: relative;
  width: 1280px;
  margin: 36px auto;
}
#brand .onepage .thisname {
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  position: relative;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#brand .onepage .data {
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
}
#brand .onepage .data img {
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #brand .onepage {
    width: 1180px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #brand .onepage {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #brand .onepage {
    padding: 15px;
    width: auto;
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  #brand .onepage {
    padding: 15px;
    width: auto;
    margin: 0;
  }
  #brand .onepage .thisname {
    font-size: 22px;
    line-height: 50px;
  }
  #brand .onepage .data {
    width: auto;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    margin-top: 20px;
  }
}
#faxzhanlicheng {
  position: relative;
  background: #f5f3f0;
  padding: 25px 0;
}
#faxzhanlicheng .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
#faxzhanlicheng .content .thisname {
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  position: relative;
  background: url(../Images/z36.jpg) bottom center no-repeat;
}
#faxzhanlicheng .content #years {
  position: relative;
  min-height: 800px;
  margin-top: 80px;
}
#faxzhanlicheng .content #years .yearlist {
  position: relative;
  left: 30px;
  top: 0;
  width: 150px;
}
#faxzhanlicheng .content #years .yearlist ul li {
  font-size: 16px;
  line-height: 42px;
  color: #ad0000;
  cursor: pointer;
}
#faxzhanlicheng .content #years .yearswiper {
  position: absolute;
  right: 0;
  top: 0;
  width: 1000px;
  height: 720px;
  background: url(../Images/z99.jpg) left 5px top repeat-y;
}
#faxzhanlicheng .content #years .yearswiper .swiper-wrapper {
  position: relative;
}
#faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide {
  position: relative;
  background: url(../Images/z98.png) left top 34px no-repeat;
}
#faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .tit {
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 28px;
  color: #474747;
}
#faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data {
  position: relative;
  padding-left: 175px;
  padding-top: 20px;
}
#faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data .jianjie {
  font-size: 16px;
  line-height: 30px;
  margin: 5px 0;
}
#faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data .pic {
  position: relative;
  padding-bottom: 40px;
}
#faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data .pic img {
  width: 234px;
  height: 143px;
  margin-right: 10px;
}
#faxzhanlicheng .content #years .btn_group {
  position: absolute;
  left: 440px;
  top: 740px;
}
#faxzhanlicheng .content #years .btn_group .btns {
  width: 53px;
  height: 53px;
  background-size: 100% 100%;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
}
#faxzhanlicheng .content #years .btn_group .prev {
  background-image: url(../Images/z101.png);
}
#faxzhanlicheng .content #years .btn_group .prev:hover {
  background-image: url(../Images/z103.png);
}
#faxzhanlicheng .content #years .btn_group .next {
  background-image: url(../Images/z102.png);
}
#faxzhanlicheng .content #years .btn_group .next:hover {
  background-image: url(../Images/z104.png);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #faxzhanlicheng .content {
    width: 1180px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #faxzhanlicheng .content {
    width: 980px;
    padding-bottom: 10px;
  }
  #faxzhanlicheng .content #years .yearlist {
    left: 20px;
  }
  #faxzhanlicheng .content #years .yearlist ul li {
    font-size: 20px;
  }
  #faxzhanlicheng .content #years .yearswiper {
    width: 800px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #faxzhanlicheng {
    padding: 15px;
  }
  #faxzhanlicheng .content {
    width: auto;
    padding-bottom: 10px;
  }
  #faxzhanlicheng .content #years .yearlist {
    left: 0;
    width: 120px;
  }
  #faxzhanlicheng .content #years .yearlist ul li {
    font-size: 16px;
  }
  #faxzhanlicheng .content #years .yearswiper {
    width: 600px;
  }
  #faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .tit {
    font-size: 22px;
    top: 24px;
  }
  #faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data {
    padding-left: 110px;
  }
  #faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data .pic {
    padding-bottom: 30px;
  }
  #faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data .pic img {
    width: 220px;
    height: 136px;
  }
  #faxzhanlicheng .content #years .btn_group {
    left: 250px;
  }
}
@media (max-width: 767px) {
  #faxzhanlicheng {
    padding: 15px;
  }
  #faxzhanlicheng .content {
    width: auto;
    padding-bottom: 0;
  }
  #faxzhanlicheng .content .thisname {
    font-size: 22px;
    line-height: 50px;
  }
  #faxzhanlicheng .content #years {
    min-height: 546px;
    margin-top: 30px;
  }
  #faxzhanlicheng .content #years .yearlist {
    left: 0;
    width: 60px;
  }
  #faxzhanlicheng .content #years .yearlist ul li {
    font-size: 16px;
  }
  #faxzhanlicheng .content #years .yearswiper {
    width: 280px;
    height: 485px;
  }
  #faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide {
    background: url(../Images/z98.png) left top 26px no-repeat;
  }
  #faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .tit {
    font-size: 18px;
    top: 24px;
    position: relative;
    left: 0;
    top: 0;
    padding-left: 25px;
    padding-top: 20px;
  }
  #faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data {
    padding-left: 25px;
    padding-top: 0;
  }
  #faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data .jianjie {
    font-size: 14px;
    line-height: 24px;
  }
  #faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data .pic {
    padding-bottom: 20px;
  }
  #faxzhanlicheng .content #years .yearswiper .swiper-wrapper .swiper-slide .data .pic img {
    width: 100px;
    height: 60px;
  }
  #faxzhanlicheng .content #years .btn_group {
    left: 70px;
    top: 500px;
  }
  #faxzhanlicheng .content #years .btn_group .btns {
    width: 36px;
    height: 36px;
  }
}
