@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #a02827;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #a02827;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col12 {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.nodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../../static/images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.nodata .title {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.nodata .desc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #a02827;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 28px;
  font-size: 14px;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../../static/images/mainfilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.head-top {
  height: 40px;
  line-height: 40px;
  background: #f1f1f1;
}
.head-top .hello {
  color: #666;
  float: left;
}
.head-top .tel {
  float: right;
  background: url(../../static/images/tel.png) no-repeat 0 center;
  padding-left: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #a02827;
}
.header {
  background: #fff;
  height: 100px;
}
.header .logo {
  height: 57px;
  float: left;
  overflow: hidden;
  margin-top: 20px;
}
.header .logo img {
  height: 100%;
}
.header .slogan {
  float: left;
  line-height: 20px;
  font-size: 13px;
  color: #666;
  margin-left: 14px;
  padding-left: 14px;
  margin-top: 30px;
  position: relative;
  text-align: justify;
}
.header .slogan::after {
  content: " ";
  width: 1px;
  height: 36px;
  background: #cbcac9;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  z-index: 2;
}
.header .service {
  float: right;
  margin-top: 12px;
  margin-left: 22px;
}
.header .hot {
  float: right;
  color: #666;
  background: url(../../static/images/head_hot.png) no-repeat 0 center;
  padding-left: 34px;
  margin-top: 40px;
}
.header .hot a {
  color: #666;
}
.header .hot a:hover {
  color: #a02827;
}
.header .hot span {
  padding: 0 2px;
}
.header .menu-btn {
  display: none;
}
.mainnav {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.05);
}
.mainnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}
.mainnav .tit,
.mainnav .tel {
  display: none;
}
.mainnav .wrap > ul {
  position: relative;
  height: 54px;
}
.mainnav .wrap > ul > li {
  width: 12.5%;
  float: left;
  position: relative;
  text-align: center;
  height: 54px;
}
.mainnav .wrap > ul > li > a {
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  height: 50px;
  margin: 4px 0 0 0;
  padding: 0;
}
.mainnav .wrap > ul > li > a span {
  display: block;
  height: 54px;
  line-height: 54px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.mainnav .wrap > ul > li > a::after {
  content: " ";
  width: 0;
  height: 2px;
  background: #a02827;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 2;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.mainnav .wrap > ul > li:hover > a,
.mainnav .wrap > ul > li.on > a {
  color: #a02827;
}
.mainnav .wrap > ul > li:hover > a::after,
.mainnav .wrap > ul > li.on > a::after {
  width: 100%;
}
.mainnav .wrap > ul > li:hover > a span:first-child,
.mainnav .wrap > ul > li.on > a span:first-child {
  margin-top: -54px;
}
.mainnav .sub {
  min-width: 140px;
  position: absolute;
  top: 54px;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  display: none;
}
.mainnav .sub li {
  background: #575757;
  margin-top: 1px;
}
.mainnav .sub li a {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  background: #a02827;
}
.mainnav .sub li a:hover {
  background: #7a0100;
}
.navbrace {
  height: 54px;
  display: none;
}
.footer {
  background: #2f2f2f;
  padding-top: 56px;
  color: #a8a8a8;
}
.footer a {
  color: #a8a8a8;
}
.footer a:hover {
  color: #fff;
}
.footer .col {
  min-height: 296px;
}
.footer .logo {
  margin-top: 10px;
}
.footer .tel {
  color: #8b8b8b;
  margin: 40px 0 26px 0;
}
.footer .tel a {
  display: block;
  font-size: 32px;
  color: #fff;
}
.footer .share {
  text-align: center;
}
.footer .share a {
  float: left;
  margin-left: 28px;
  position: relative;
}
.footer .share a:first-child {
  margin-left: 0;
}
.footer .share a:hover .qrcode {
  display: block;
}
.footer .share img {
  width: 100%;
  display: block;
}
.footer .share .i {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.footer .share .t {
  margin-top: 8px;
}
.footer .share .qrcode {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 2;
  background: #fff;
  padding: 5px;
  display: none;
}
.footer .contact {
  padding: 18px 30px 0 30px;
  line-height: 20px;
  border-left: solid 1px #4e4e4e;
  border-right: solid 1px #4e4e4e;
}
.footer .contact .row {
  margin-bottom: 40px;
}
.footer .contact .row:last-child {
  margin-bottom: 0;
}
.footer .contact .t {
  min-height: 20px;
  font-size: 16px;
  color: #fff;
  padding-left: 28px;
  background: no-repeat 0 center;
}
.footer .contact p {
  margin-top: 10px;
}
.footer .nav {
  padding: 10px 0 0 20px;
}
.footer .nav .enslogan {
  line-height: 17px;
  font-weight: bold;
}
.footer .nav .slogan {
  font-size: 21px;
  margin: 6px 0 64px 0;
}
.footer .nav .tit {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.footer .nav ul {
  margin-top: 14px;
  overflow: hidden;
}
.footer .nav ul li {
  float: left;
  width: 25%;
  line-height: 20px;
  margin-bottom: 4px;
}
.footer .friendship {
  clear: both;
  padding: 20px 0 10px 0;
  line-height: 22px;
}
.footer .friendship .tit {
  font-size: 16px;
  color: #fff;
}
.footer .friendship a {
  display: inline-block;
  margin: 0 15px;
}
.footer .bottom {
  background: #a02827;
  color: #fff;
  line-height: 26px;
  padding: 12px 0;
}
.footer .bottom a {
  color: #fff;
}
.footer .bottom .copy {
  float: left;
}
.footer .bottom .support {
  float: right;
}
.footer .bottom .support .icon {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 12px;
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 14px;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #fff;
  margin: 0 3px;
  border-radius: 4px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.banner .swiper-pagination-bullet-active {
  width: 40px;
}
.main .pctitle {
  position: relative;
}
.main .pctitle.c {
  text-align: center;
}
.main .pctitle.c .titl {
  padding-left: 0;
}
.main .pctitle.c .titl::after {
  position: static;
  display: block;
  margin: 8px auto;
}
.main .pctitle.c .entit {
  margin-top: 14px;
}
.main .pctitle .titl {
  color: #151515;
  padding-left: 40px;
  position: relative;
}
.main .pctitle .titl::after {
  content: " ";
  width: 20px;
  height: 3px;
  background: #a02827;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 2;
}
.main .pctitle .entit {
  font-size: 40px;
  font-weight: bold;
  color: #595959;
  margin: 20px 0 0 0;
}
.main .pctitle .entit span {
  font-size: 24px;
  margin-left: 12px;
}
.main .pctitle .title {
  font-size: 26px;
  color: #151515;
}
.main .pctitle .more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #666;
  padding-right: 22px;
  background: url(../../static/images/arrow1.png) no-repeat right 0 center;
}
.main .pctitle .more:hover {
  color: #a02827;
  background-image: url(../../static/images/arrow2.png);
  padding-right: 32px;
  right: -10px;
}
.main .service {
  padding: 40px 0 16px 0;
}
.main .service ul {
  margin: 10px -16px 0 -16px;
}
.main .service ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .service ul li {
  width: 25%;
  float: left;
  padding: 16px;
  text-align: center;
}
.main .service ul li:nth-child(4n+1) {
  clear: left;
}
.main .service ul li .box {
  display: block;
  border-radius: 6px;
  background: #ededed;
  box-shadow: 2px 4px 6px 2px #dbdbdb;
  padding: 30px 6px 6px 6px;
}
.main .service ul li .icon {
  height: 42px;
  line-height: 42px;
}
.main .service ul li .icon img {
  max-height: 100%;
}
.main .service ul li .entit {
  font-size: 16px;
  font-weight: bold;
  color: #a02827;
  text-transform: uppercase;
  margin-top: 14px;
}
.main .service ul li .tit {
  font-size: 24px;
  font-weight: bold;
  color: #a02827;
}
.main .service ul li .white {
  background: #fff;
  border-radius: 6px;
  margin-top: 22px;
  padding-bottom: 20px;
}
.main .service ul li .text {
  display: inline-block;
  line-height: 22px;
  color: #666;
  text-align: left;
  margin: 14px 0;
}
.main .service ul li .text p {
  margin: 4px 0;
  padding-left: 10px;
  position: relative;
}
.main .service ul li .text p:hover {
  color: #a02827;
}
.main .service ul li .text p:hover::after {
  background: #a02827;
}
.main .service ul li .text p::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #989496;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 2;
}
.main .service ul li .ad a {
  display: inline-block;
  color: #a02827;
  background: no-repeat right 0 center;
  padding-right: 0;
}
.main .service ul li .ad a:hover {
  padding-right: 26px;
  background-image: url(../../static/images/arrow2.png);
}
.main .case {
  position: relative;
  padding: 44px 0 30px 0;
  overflow: hidden;
}
.main .case .bg1,
.main .case .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.main .case .bg1 {
  background: url(../../static/images/case_bg2.jpg) no-repeat center #ededed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 452px;
}
.main .case .bg2 {
  background: #f6f6f6;
  height: 400px;
  top: 452px;
}
.main .case .wrap {
  max-width: 1610px;
  position: relative;
  z-index: 5;
}
.main .case .tab {
  text-align: center;
  margin-top: 20px;
}
.main .case .tab span {
  line-height: 36px;
  display: inline-block;
  font-size: 18px;
  color: #151515;
  margin: 0 12px;
  cursor: pointer;
}
.main .case .tab span.on {
  color: #a02827;
  border-bottom: solid 2px #a02827;
}
.main .case .tabbox {
  margin-top: 14px;
}
.main .case .list {
  display: none;
}
.main .case .list ul {
  overflow: hidden;
  margin: 0 -7px;
}
.main .case .list li {
  width: 25%;
  float: left;
  padding: 7px 18px;
}
.main .case .list li:nth-child(4n+1) {
  clear: left;
}
.main .case .list li a {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
}
.main .case .list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .case .list li a:hover .text {
  bottom: 0;
}
.main .case .list li a:hover .more {
  margin-top: 0;
}
.main .case .list li img {
  width: 100%;
  display: block;
}
.main .case .list li .picc {
  border-radius: 8px;
  position: relative;
}
.main .case .list li .picc::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: url(../../static/images/case_list_filter.png) repeat-x 0 0;
  background-size: auto 100%;
}
.main .case .list li .text {
  padding: 10px 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 10;
  background: url(../../static/images/case_list_filter2.png);
  text-align: center;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .case .list li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .case .list li .more {
  display: inline-block;
  padding-right: 22px;
  background: url(../../static/images/arrow3.png) no-repeat right center;
  height: 20px;
  padding-bottom: 4px;
  line-height: 20px;
  margin-top: 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .case .more {
  text-align: center;
  margin-top: 20px;
}
.main .case .more a {
  display: inline-block;
  padding-right: 26px;
  font-size: 18px;
  color: #a02827;
  background: url(../../static/images/arrow2.png) no-repeat right center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .case .more a:hover {
  padding-right: 36px;
}
.main .about {
  padding: 44px 0;
  background: #f6f6f6;
}
.main .about .content {
  margin-top: 30px;
}
.main .about .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .about .text {
  line-height: 22px;
  color: #555;
}
.main .about .more {
  margin-top: 78px;
}
.main .about .more a {
  display: inline-block;
  color: #666;
  padding-right: 22px;
  background: url(../../static/images/arrow1.png) no-repeat right center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .more a:hover {
  color: #a02827;
  background-image: url(../../static/images/arrow2.png);
  padding-right: 32px;
}
.main .about .list {
  padding-left: 20px;
}
.main .about .list .col {
  padding-left: 24px;
}
.main .about .list a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  text-align: center;
  box-shadow: 4px 4px 10px 2px #d6d6d6;
  position: relative;
  top: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.main .about .list a:hover {
  top: -10px;
}
.main .about .list .text {
  padding: 18px 12px 12px 12px;
}
.main .about .list .text .tit,
.main .about .list .text .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .about .list .text .tit {
  font-size: 16px;
}
.main .about .list .text .txt {
  height: 40px;
  color: #555;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}
.main .technology {
  padding: 42px 0;
}
.main .technology .content {
  margin-top: 30px;
}
.main .technology .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .technology .left {
  padding-right: 60px;
}
.main .technology .left a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f6f6;
}
.main .technology .left a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .technology .left a:hover .tit {
  color: #a02827;
}
.main .technology .left a:hover .more span {
  color: #a02827;
  background-image: url(../../static/images/arrow2.png);
  padding-right: 32px;
}
.main .technology .left .text {
  padding: 26px 10px 18px 10px;
}
.main .technology .left .tit,
.main .technology .left .txt {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .technology .left .tit {
  font-size: 18px;
  color: #000;
}
.main .technology .left .txt {
  height: 40px;
  color: #666;
  -webkit-line-clamp: 2;
  margin: 12px 0 24px 0;
}
.main .technology .left .more span {
  display: inline-block;
  color: #c2c2c2;
  padding-right: 22px;
  background: url(../../static/images/arrow4.png) no-repeat right center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .technology .list li {
  margin-bottom: 30px;
}
.main .technology .list li:last-child {
  margin-bottom: 0;
}
.main .technology .list li a {
  display: block;
  overflow: hidden;
}
.main .technology .list li a:hover .tit {
  color: #a02827;
}
.main .technology .list li a:hover .more {
  color: #a02827;
  background-image: url(../../static/images/arrow2.png);
}
.main .technology .list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .technology .list li .picc {
  width: 132px;
  border-radius: 3px;
  float: left;
}
.main .technology .list li .more {
  width: 74px;
  height: 78px;
  line-height: 78px;
  padding-right: 20px;
  color: #c2c2c2;
  float: right;
  position: relative;
  text-align: right;
  background: url(../../static/images/arrow4.png) no-repeat right center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .technology .list li .more::after {
  content: " ";
  width: 1px;
  top: 2px;
  bottom: 2px;
  left: 0;
  position: absolute;
  z-index: 2;
  background: #e1e1e1;
}
.main .technology .list li .text {
  padding: 4px 94px 0 144px;
}
.main .technology .list li .tit,
.main .technology .list li .txt {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .technology .list li .tit {
  font-size: 18px;
  color: #222;
}
.main .technology .list li .txt {
  color: #888;
}
.main .news {
  background: #f6f6f6;
  padding: 44px 0;
}
.main .news .content {
  margin-top: 44px;
}
.main .news .swiper-slide a {
  display: block;
  border-bottom: solid 1px #e4e4e4;
}
.main .news .swiper-slide a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #a02827;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .news .swiper-slide a:hover::after {
  width: 100%;
}
.main .news .swiper-slide a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news .swiper-slide a:hover .tit {
  color: #a02827;
}
.main .news .swiper-slide a:hover .more span {
  background-image: url(../../static/images/arrow2.png);
  color: #a02827;
  padding-right: 22px;
}
.main .news .swiper-slide .picc {
  border-radius: 8px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.main .news .swiper-slide .tit,
.main .news .swiper-slide .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .news .swiper-slide .tit {
  font-size: 18px;
  color: #000;
  height: 44px;
  line-height: 22px;
  margin: 22px 0 12px 0;
}
.main .news .swiper-slide .txt {
  height: 40px;
  line-height: 20px;
  color: #666;
}
.main .news .swiper-slide .more {
  margin: 20px 0;
}
.main .news .swiper-slide .more span {
  display: inline-block;
  color: #c2c2c2;
  background: no-repeat right center;
  padding-right: 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .news .bottom {
  text-align: center;
  margin-top: 22px;
  line-height: 42px;
}
.main .news .bottom .dian {
  width: 46px;
  display: inline-block;
  vertical-align: middle;
}
.main .news .bottom .dian::after,
.main .news .bottom .dian::before,
.main .news .bottom .dian span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 2px;
  background: #a0a0a0;
  display: inline-block;
  vertical-align: middle;
}
.main .news .bottom .dian::after,
.main .news .bottom .dian::before {
  content: "";
}
.main .news .bottom .swiper-button-next,
.main .news .bottom .swiper-button-prev {
  width: 42px;
  height: 42px;
  background: no-repeat center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  position: static;
  float: none;
  margin: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .news .bottom .swiper-button-prev {
  background-image: url(../../static/images/arrow5.png);
}
.main .news .bottom .swiper-button-prev:hover {
  background-image: url(../../static/images/arrow7.png);
}
.main .news .bottom .swiper-button-next {
  background-image: url(../../static/images/arrow6.png);
}
.main .news .bottom .swiper-button-next:hover {
  background-image: url(../../static/images/arrow8.png);
}
.return-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  background: url(../../static/images/arrow9.png) no-repeat center #a02827;
  background-size: 20px auto;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.return-top:hover {
  background-color: #7a0100;
}
.colnum-menu {
  background: #f1f1f1;
}
.colnum-menu .crumbs {
  float: left;
}
.colnum-menu .menu {
  float: right;
}
.colnum-menu .menu .btn {
  display: none;
}
.colnum-menu .menu li {
  float: left;
  margin-left: 38px;
}
.colnum-menu .menu li.on {
  border-bottom: solid 2px #a02827;
}
.colnum-menu .menu li.on a,
.colnum-menu .menu li a:hover {
  color: #a02827;
}
.colnum-menu .menu li a {
  display: block;
  line-height: 45px;
  height: 45px;
  font-size: 16px;
  color: #151515;
}
.crumbs {
  height: 45px;
  line-height: 45px;
  color: #151515;
}
.crumbs a {
  color: #151515;
}
.crumbs a:hover {
  color: #a02827;
}
.crumbs.sb {
  position: absolute;
  right: 0;
  top: 6px;
}
.container .pctitle {
  line-height: 36px;
}
.container .pctitle .en {
  font-size: 41px;
  font-weight: bold;
  color: #595959;
}
.container .pctitle .en span {
  font-size: 24px;
}
.container .pctitle .tit {
  font-size: 26px;
  color: #151515;
  position: relative;
}
.container .pctitle .tit span {
  background: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 5;
}
.container .pctitle .tit::after {
  content: " ";
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 2;
}
.container .headtc .wrap {
  position: relative;
}
.paging {
  text-align: center;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 2px;
}
.paging li.on a,
.paging li a:hover {
  background: #a02827;
  border: solid 1px #a02827;
  color: #fff;
}
.paging li a {
  display: block;
  width: 62px;
  height: 44px;
  line-height: 42px;
  border: solid 1px #e5e5e5;
}
.contact-page {
  padding: 40px 0 56px 0;
}
.contact-page .address {
  padding: 60px 0 30px 0;
  overflow: hidden;
}
.contact-page .address .box {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.contact-page .address img {
  width: 100%;
  display: block;
}
.contact-page .address .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.contact-page .address .tit {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  margin: 10px 0 20px 0;
  line-height: 22px;
}
.contact-page .address .txt {
  color: #222;
}
.contact-page .address .txt .p2 {
  color: #999;
  margin-top: 8px;
}
.contact-page .address .txt p {
  margin-bottom: 4px;
}
.contact-page .address .txt a {
  color: #a02827;
}
.contact-page .map #allmap {
  height: 348px;
}
.contact-page .message {
  margin-top: 54px;
}
.contact-page .message .title {
  text-align: center;
  font-size: 26px;
}
.contact-page .message .titll {
  text-align: center;
  font-size: 15px;
  color: #888;
  margin: 16px 0 30px 0;
}
.contact-page .message .row {
  margin: 0 -13px;
}
.contact-page .message .row .col {
  padding: 0 13px;
}
.contact-page .message input[type="text"],
.contact-page .message textarea {
  width: 100%;
  line-height: 28px;
  min-height: 48px;
  padding: 10px;
  border: solid 1px #e4e4e4;
  margin-bottom: 26px;
}
.contact-page .message input[type="text"]::-webkit-input-placeholder,
.contact-page .message textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}
.contact-page .message input[type="text"]:-moz-placeholder,
.contact-page .message textarea:-moz-placeholder {
  color: #a1a1a1;
}
.contact-page .message input[type="text"]::-moz-placeholder,
.contact-page .message textarea::-moz-placeholder {
  color: #a1a1a1;
}
.contact-page .message input[type="text"]:-ms-input-placeholder,
.contact-page .message textarea:-ms-input-placeholder {
  color: #a1a1a1;
}
.contact-page .message textarea {
  height: 154px;
}
.contact-page .message .tips {
  min-height: 20px;
  line-height: 20px;
  color: #555;
  padding-left: 30px;
  background: url(../../static/images/tips.png) no-repeat 0 0;
  margin: 22px 0;
}
.contact-page .message .btn {
  width: 158px;
  background: #b4b4b4;
}
.contact-page .message .btn input,
.contact-page .message .btn button,
.contact-page .message .btn a {
  display: block;
  height: 46px;
  background: none;
  color: #fff;
  cursor: pointer;
}
.recruitment-page {
  padding: 40px 0 80px 0;
}
.recruitment {
  margin-top: 62px;
}
.recruitment .head,
.recruitment .top {
  overflow: hidden;
  text-align: center;
  padding-right: 116px;
  padding-left: 34px;
  line-height: 26px;
}
.recruitment .head .col:nth-child(1),
.recruitment .top .col:nth-child(1) {
  text-align: left;
}
.recruitment .head {
  font-size: 16px;
  color: #fff;
  background: #a02827;
}
.recruitment .head .col {
  padding: 20px 0;
}
.recruitment .top {
  font-size: 15px;
  border-bottom: solid 1px #e5e5e5;
  background: url(../../static/images/arrow10.png) no-repeat right 40px center;
  cursor: pointer;
}
.recruitment .top:hover {
  background-color: #f9f9f9;
}
.recruitment .top .col {
  padding: 22px 0;
}
.recruitment li.on .top {
  background-image: url(../../static/images/arrow11.png);
}
.recruitment .cont {
  padding: 40px 56px;
  background: #f1f1f1;
  display: none;
}
.recruitment .cont .text {
  line-height: 32px;
  color: #888;
  border-bottom: solid 1px #ededed;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.recruitment .cont .tit {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.recruitment .cont .bottom a,
.recruitment .cont .bottom {
  font-size: 16px;
  color: #333;
}
.case-page {
  padding: 40px 0 48px 0;
}
.case-list {
  margin-top: 44px;
}
.case-list ul {
  overflow: hidden;
  margin: 0 -20px;
}
.case-list li {
  width: 33.33333%;
  float: left;
  padding: 0 20px;
  margin-bottom: 48px;
  text-align: center;
}
.case-list li:nth-child(3n+1) {
  clear: left;
}
.case-list li a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.case-list li a:hover .titl {
  bottom: -100%;
}
.case-list li a:hover .text {
  bottom: 0;
}
.case-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.case-list li .picc {
  position: relative;
}
.case-list li .titl {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url(../../static/images/case_filter1.png);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.case-list li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 5;
  background: url(../../static/images/case_filter2.png);
  padding: 0 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.case-list li .text .tit {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.case-list li .text .txt {
  width: 100%;
  height: 88px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  margin: 26px 0;
  display: block;
  overflow: hidden;
}
.case-list li .text .see span {
  display: inline-block;
  margin: 0 7px;
  background: no-repeat 0 center;
  padding-left: 22px;
  font-size: 12px;
  color: #c2c2c2;
  line-height: 20px;
}
.case-list li .text .see .s1 {
  background-image: url(../../static/images/case_see1.png);
}
.case-list li .text .see .s2 {
  background-image: url(../../static/images/case_see2.png);
}
/* 大图 */
body.none {
  overflow-x: hidden;
  overflow-y: hidden;
}
.LookPicture *:before,
.LookPicture *:after {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  content: "";
}
.LookPicture {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.LookPicture * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.LookPicture_Background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19960924;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none !important;
}
.LookPicture {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19960925;
  width: 100%;
  height: 100%;
  display: none;
}
.LookPicture .Look_Close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 19960925;
}
.LookPicture .Look_Close:before,
.LookPicture .Look_Close:after {
  background-color: #fff;
  width: 30px;
  height: 8px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  top: 17px;
  left: 5px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.LookPicture .Look_Close:hover:before,
.LookPicture .Look_Close:hover:after {
  box-shadow: 0 0 10px #66ccff;
  -moz-box-shadow: 0 0 10px #66ccff;
  -webkit-box-shadow: 0 0 10px #66ccff;
}
.LookPicture .Look_Close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.LookPicture .Look_Close:after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.LookPicture .Look_img {
  display: none;
  position: absolute;
  max-width: 85%;
  max-height: 85%;
  top: 50%;
  left: 50%;
  z-index: 19960924;
  box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000;
  border: 0;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.LookPicture .Look_img:hover {
  box-shadow: 0 0 20px #000000;
  -moz-box-shadow: 0 0 20px #000000;
  -webkit-box-shadow: 0 0 20px #000000;
}
.LookPicture .Look_img.Look_Show {
  display: block;
}
.LookPicture .Look_before {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  z-index: 19960926;
  left: 50px;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.LookPicture .Look_before:before,
.LookPicture .Look_before:after {
  left: 0;
  width: 57px;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.LookPicture .Look_before:before {
  top: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.LookPicture .Look_before:after {
  top: 13px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.LookPicture .Look_before:hover {
  left: 40px;
}
.LookPicture .Look_before:hover:before,
.LookPicture .Look_before:hover:after {
  box-shadow: 0 0 20px #66ccff;
  -moz-box-shadow: 0 0 20px #66ccff;
  -webkit-box-shadow: 0 0 20px #66ccff;
}
.LookPicture .Look_next {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  z-index: 19960926;
  right: 50px;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.LookPicture .Look_next:before,
.LookPicture .Look_next:after {
  left: 0;
  width: 57px;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.LookPicture .Look_next:before {
  top: 50px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.LookPicture .Look_next:after {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.LookPicture .Look_next:hover {
  right: 40px;
}
.LookPicture .Look_next:hover:before,
.LookPicture .Look_next:hover:after {
  box-shadow: 0 0 20px #66ccff;
  -moz-box-shadow: 0 0 20px #66ccff;
  -webkit-box-shadow: 0 0 20px #66ccff;
}
.Look_Open {
  display: block !important;
}
/* 大图end */
.news-page {
  padding: 22px 0 54px 0;
}
.news-list {
  margin: 22px 0 56px 0;
}
.news-list li a {
  display: block;
  background: url(../../static/images/line1.png) repeat-x 0 bottom;
  padding: 42px 0;
  position: relative;
  overflow: hidden;
}
.news-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-list li a:hover .more span {
  color: #a02827;
  background-image: url(../../static/images/arrow2.png);
  padding-right: 32px;
}
.news-list li a:hover .tit {
  color: #a02827;
}
.news-list li .picc {
  border-radius: 4px;
  float: left;
}
.news-list li .more {
  width: 128px;
  height: 90px;
  line-height: 90px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -45px;
  z-index: 2;
  text-align: center;
  color: #c2c2c2;
  border-left: solid 1px #ebebeb;
}
.news-list li .more span {
  display: inline-block;
  padding-right: 22px;
  background: url(../../static/images/arrow4.png) no-repeat right center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list li .text {
  padding: 24px 174px 0 306px;
}
.news-list li .tit,
.news-list li .txt {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list li .tit {
  font-size: 18px;
  font-weight: bold;
}
.news-list li .txt {
  height: 56px;
  font-size: 15px;
  color: #777;
  -webkit-line-clamp: 2;
  margin-top: 22px;
}
.news-page .details .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 16px 0;
}
.news-page .details .info {
  text-align: center;
}
.news-page .details .article {
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  margin: 30px 0 24px 0;
  padding: 40px 0;
}
.news-page .prevnext {
  overflow: hidden;
}
.news-page .prevnext a {
  float: left;
  border: solid 1px #e7e7e7;
  border-radius: 16px;
  background: #f6f6f6;
  font-size: 16px;
  line-height: 32px;
}
.news-page .prevnext a:hover {
  border: solid 1px #a02827;
  background-color: #a02827;
  color: #fff;
}
.news-page .prevnext .prev {
  background: url(../../static/images/arrow12.png) no-repeat 22px center #f6f6f6;
  padding: 0 27px 0 37px;
}
.news-page .prevnext .prev:hover {
  background-image: url(../../static/images/arrow14.png);
}
.news-page .prevnext .next {
  background: url(../../static/images/arrow13.png) no-repeat right 22px center #f6f6f6;
  padding: 0 37px 0 27px;
  margin-left: 20px;
}
.news-page .prevnext .next:hover {
  background-image: url(../../static/images/arrow15.png);
}
.news-page .prevnext .return {
  float: right;
  padding: 0 10px 0 37px;
  background: url(../../static/images/return1.png) no-repeat 13px center #f6f6f6;
}
.news-page .prevnext .return:hover {
  background-image: url(../../static/images/return2.png);
}
.single-page {
  padding: 60px 0;
}
.about-page {
  padding: 44px 0 0 0;
}
.about-page .gtitle {
  font-size: 28px;
}
.about-page .gentit {
  font-size: 17px;
}
.about-page .gtitle.c,
.about-page .gentit.c {
  text-align: center;
}
.about-page .about {
  padding: 68px 0 30px 0;
}
.about-page .about .pic {
  width: 37%;
  float: right;
  position: relative;
  padding: 0 0 30px 70px;
}
.about-page .about .pic::after {
  content: " ";
  width: 370px;
  height: 292px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../../static/images/about_pic_bg.gif);
}
.about-page .about .pic img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 4;
}
.about-page .about .cont {
  width: 57.5%;
  float: left;
}
.about-page .about .text {
  line-height: 22px;
  font-size: 16px;
  margin-top: 18px;
}
.about-page .culture {
  padding: 40px 0;
  background: #f1f1f1;
}
.about-page .culture ul {
  overflow: hidden;
  margin-top: 60px;
}
.about-page .culture ul li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
}
.about-page .culture ul li:nth-child(4n+1) {
  clear: left;
}
.about-page .culture ul li .icon {
  width: 215px;
  height: 215px;
  margin: 0 auto;
}
.about-page .culture ul li .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 26px 0;
}
.about-page .culture ul li .txt {
  line-height: 24px;
  font-size: 16px;
}
.about-page .advantage {
  padding: 40px 0;
}
.about-page .advantage ul {
  overflow: hidden;
  margin: 50px -10px 0 -10px;
}
.about-page .advantage ul li {
  width: 33.33333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 25px;
}
.about-page .advantage ul li:nth-child(3n+1) {
  clear: left;
}
.about-page .advantage ul li img {
  width: 100%;
  display: block;
}
.about-page .advantage ul li .box {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 10px 14px;
  position: relative;
}
.about-page .advantage ul li .box:hover .picc::after {
  height: 100%;
}
.about-page .advantage ul li .box:hover .text,
.about-page .advantage ul li .box:hover .icon2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-page .advantage ul li .box:hover .icon1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-page .advantage ul li .box:hover .tit {
  color: #a02827;
}
.about-page .advantage ul li .picc {
  position: relative;
}
.about-page .advantage ul li .picc::after {
  content: " ";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(../../static/images/advantage_filter.png);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.about-page .advantage ul li .text {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  padding: 18px;
  z-index: 5;
  overflow: hidden;
  font-size: 15px;
  color: #fff;
  border: solid 1px #fff;
  line-height: 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-page .advantage ul li .tit {
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
  position: relative;
  z-index: 20;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.about-page .advantage ul li .icon1,
.about-page .advantage ul li .icon2 {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  bottom: 36px;
  margin-left: -36px;
  z-index: 10;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.about-page .advantage ul li .icon2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.service-page .gtitle,
.supporting-page .gtitle {
  text-align: center;
  line-height: 20px;
}
.service-page .gtitle .en,
.supporting-page .gtitle .en {
  font-size: 45px;
  color: #dcdcdc;
  font-weight: bold;
  opacity: .45;
}
.service-page .gtitle .tit,
.supporting-page .gtitle .tit {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.supporting-page {
  padding-top: 22px;
}
.supporting-page .certificate {
  padding: 28px 0 60px 0;
}
.supporting-page .certificate .slogan {
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  margin: 24px 0 16px 0;
  letter-spacing: 2px;
}
.supporting-page .certificate .advisory {
  text-align: center;
}
.supporting-page .certificate .advisory a {
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #a02827;
  font-size: 16px;
  color: #a02827;
}
.supporting-page .certificate .advisory a span {
  padding: 0 24px 0 62px;
  height: 40px;
  line-height: 40px;
  background: url(../../static/images/advisory1.png) no-repeat 24px center;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.supporting-page .certificate .advisory a:hover {
  color: #fff;
}
.supporting-page .certificate .advisory a:hover span {
  background-image: url(../../static/images/advisory2.png);
}
.supporting-page .certificate .content {
  margin-top: 40px;
  position: relative;
}
.supporting-page .certificate .content .left,
.supporting-page .certificate .content .right {
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.supporting-page .certificate .content .left {
  left: 0;
  background-image: url(../../static/images/certificate_first1.png);
}
.supporting-page .certificate .content .right {
  right: 0;
  background-image: url(../../static/images/certificate_first2.png);
}
.supporting-page .certificate .swiper-button-next,
.supporting-page .certificate .swiper-button-prev {
  width: 50px;
  height: 38px;
  margin-top: -15px;
  background: no-repeat center;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.supporting-page .certificate .swiper-button-prev {
  background-image: url(../../static/images/arrow16.png);
}
.supporting-page .certificate .swiper-button-prev:hover {
  background-image: url(../../static/images/arrow18.png);
}
.supporting-page .certificate .swiper-button-next {
  background-image: url(../../static/images/arrow17.png);
}
.supporting-page .certificate .swiper-button-next:hover {
  background-image: url(../../static/images/arrow19.png);
}
.supporting-page .certificate .swiper-slide {
  text-align: center;
}
.supporting-page .certificate .swiper-slide img {
  width: 100%;
  display: block;
}
.supporting-page .certificate .swiper-slide .pic {
  overflow: hidden;
  margin-bottom: 18px;
}
.supporting-page .certificate .swiper-slide .tit,
.supporting-page .certificate .swiper-slide .entit {
  line-height: 30px;
  color: #a02827;
}
.supporting-page .certificate .swiper-slide .tit {
  font-size: 20px;
}
.supporting-page .certificate .swiper-slide .entit {
  font-size: 16px;
}
.supporting-page .certificate .swiper-slide .entit::before,
.supporting-page .certificate .swiper-slide .entit::after {
  content: " ";
  width: 34px;
  height: 1px;
  background: #e1e1e1;
  display: inline-block;
  vertical-align: middle;
}
.supporting-page .certificate .swiper-slide .entit::before {
  margin-right: 16px;
}
.supporting-page .certificate .swiper-slide .entit::after {
  margin-left: 16px;
}
.supporting-page .equipment {
  padding: 56px 0 34px 0;
  background: url(../../static/images/equipment_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.supporting-page .equipment .gtitle .tit {
  color: #fff;
}
.supporting-page .equipment .swiper-container {
  margin-top: 80px;
  padding-bottom: 54px;
}
.supporting-page .equipment .swiper-slide a {
  display: block;
  border-radius: 4px 4px 10px 10px;
  overflow: hidden;
  background: url(../../static/images/equipment_swiper_bg.png);
  text-align: center;
}
.supporting-page .equipment .swiper-slide a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.supporting-page .equipment .swiper-slide a:hover .tit {
  color: #a02827;
}
.supporting-page .equipment .swiper-slide .tit {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.supporting-page .equipment .swiper-pagination {
  bottom: 0;
}
.supporting-page .equipment .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 4px;
}
.supporting-page .equipment .swiper-pagination .swiper-pagination-bullet-active {
  background: #a02827;
}
.supporting-page .detect .box {
  margin: 14px 0;
  background: #f3f3f3;
  padding: 36px 96px 36px 28px;
  overflow: hidden;
}
.supporting-page .detect .photo {
  width: 42.93680297%;
  float: left;
}
.supporting-page .detect .photo img {
  width: 100%;
  display: block;
}
.supporting-page .detect .swiper-pagination {
  bottom: 8px;
  text-align: right;
  padding-right: 18px;
}
.supporting-page .detect .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #4c4f52;
  opacity: 1;
  margin: 0 0 0 6px;
}
.supporting-page .detect .swiper-pagination .swiper-pagination-bullet-active {
  background: #a02827;
}
.supporting-page .detect .cont {
  width: 52.04460967%;
  float: right;
  padding-top: 18px;
}
.supporting-page .detect .gtitle {
  text-align: left;
}
.supporting-page .detect hr {
  height: 1px;
  background: #e1e1e1;
  margin: 22px 0 30px 0;
}
.supporting-page .detect .txt {
  line-height: 25px;
  font-size: 16px;
}
.supporting-page .detect .btn {
  margin-top: 38px;
}
.supporting-page .detect .rbtn {
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #8a8a8a;
  font-size: 16px;
}
.supporting-page .detect .rbtn span {
  min-width: 122px;
  padding: 0 14px;
  height: 38px;
  line-height: 38px;
}
.supporting-page .detect .rbtn:hover {
  border: solid 1px #a02827;
  color: #fff;
}
.supporting-page .detect .box:nth-child(even) .photo {
  float: right;
}
.supporting-page .detect .box:nth-child(even) .cont {
  float: left;
}
.service-page {
  padding-top: 22px;
}
.service-page .service-list {
  padding: 48px 0;
}
.service-page .service-list .tab {
  position: relative;
  z-index: 2;
  bottom: -1px;
}
.service-page .service-list .tab .swiper-slide {
  width: auto;
  padding: 0 10px 28px 10px;
  cursor: pointer;
  color: #151515;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.service-page .service-list .tab .swiper-slide::after {
  content: " ";
  width: 21px;
  height: 11px;
  background: url(../../static/images/arrow20.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
}
.service-page .service-list .tab .swiper-slide img {
  width: 100%;
  display: block;
}
.service-page .service-list .tab .swiper-slide i {
  width: 56px;
  height: 56px;
  margin: 0 auto 10px auto;
  display: block;
}
.service-page .service-list .tab .swiper-slide .i2 {
  display: none;
}
.service-page .service-list .tab .swiper-slide.swiper-slide-thumb-active {
  color: #a02827;
}
.service-page .service-list .tab .swiper-slide.swiper-slide-thumb-active .i1 {
  display: none;
}
.service-page .service-list .tab .swiper-slide.swiper-slide-thumb-active .i2 {
  display: block;
}
.service-page .service-list .tab .swiper-slide.swiper-slide-thumb-active::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.service-page .service-list .tabbox > .swiper-container > .swiper-wrapper > .swiper-slide {
  background: #f6f6f6;
  border-top: solid 1px #a02827;
  padding: 66px 50px;
}
.service-page .service-list .tabbox .swiper-slide .cont {
  width: 254px;
  float: left;
  position: relative;
  z-index: 2;
}
.service-page .service-list .tabbox .swiper-slide .number {
  font-size: 92px;
  font-weight: bold;
  opacity: .16;
  font-style: italic;
}
.service-page .service-list .tabbox .swiper-slide .number span {
  line-height: 90px;
  position: relative;
  display: inline-block;
}
.service-page .service-list .tabbox .swiper-slide .number span::after {
  content: " ";
  width: 40px;
  height: 62px;
  background: url(../../static/images/service_triangle.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 2;
}
.service-page .service-list .tabbox .swiper-slide .tit {
  font-size: 20px;
  font-weight: bold;
  margin: 6px 0 14px 0;
}
.service-page .service-list .tabbox .swiper-slide .txt {
  line-height: 22px;
  min-height: 200px;
}
.service-page .service-list .tabbox .swiper-slide .more {
  display: inline-block;
  padding-right: 20px;
  color: #a02827;
  background: url(../../static/images/arrow2.png) no-repeat right center;
  margin-top: 20px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.service-page .service-list .tabbox .swiper-slide .more:hover {
  padding-right: 30px;
}
.service-page .service-list .tabbox .photo {
  padding-left: 328px;
  position: relative;
}
.service-page .service-list .tabbox .photo .swiper-container {
  border-radius: 4px;
}
.service-page .service-list .tabbox .photo .btn {
  position: absolute;
  left: 328px;
  margin-left: -50px;
  bottom: 20px;
  z-index: 2;
}
.service-page .service-list .tabbox .photo .swiper-button-next,
.service-page .service-list .tabbox .photo .swiper-button-prev {
  width: 50px;
  height: 38px;
  margin-top: 0;
  background: no-repeat center;
  background-size: 100% 100%;
  position: static;
  float: left;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.service-page .service-list .tabbox .photo .swiper-button-prev {
  background-image: url(../../static/images/arrow16.png);
}
.service-page .service-list .tabbox .photo .swiper-button-prev:hover {
  background-image: url(../../static/images/arrow18.png);
}
.service-page .service-list .tabbox .photo .swiper-button-next {
  background-image: url(../../static/images/arrow17.png);
}
.service-page .service-list .tabbox .photo .swiper-button-next:hover {
  background-image: url(../../static/images/arrow19.png);
}
.service-page .factory {
  margin: 48px 0 0 0;
}
.service-page .factory .content {
  background: #f3f3f3;
  padding: 26px;
  overflow: hidden;
}
.service-page .factory .photo {
  width: 44.73229706%;
  float: left;
}
.service-page .factory .photo img {
  width: 100%;
  display: block;
}
.service-page .factory .photo .swiper-pagination {
  bottom: 8px;
  text-align: right;
  padding-right: 18px;
}
.service-page .factory .photo .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e8e8e8;
  opacity: 1;
  margin: 0 0 0 6px;
}
.service-page .factory .photo .swiper-pagination .swiper-pagination-bullet-active {
  background: #a02827;
}
.service-page .factory .cont {
  width: 48.35924007%;
  float: right;
  padding-top: 20px;
}
.service-page .factory .gtitle {
  text-align: left;
}
.service-page .factory hr {
  height: 1px;
  background: #e1e1e1;
  margin: 26px 0 46px 0;
}
.service-page .factory .txt {
  font-size: 16px;
  line-height: 25px;
}
.service-page .factory .txt .p1 {
  font-size: 20px;
}
.service-page .factory .txt .p2 {
  margin-bottom: 10px;
}
.service-page .factory .btn {
  display: inline-block;
  font-size: 16px;
  color: #a02827;
  padding-left: 38px;
  line-height: 34px;
  background: url(../../static/images/advisory1.png) no-repeat 0 center;
  margin-top: 40px;
}
.service-page .factory .btn:hover {
  color: #7a0100;
}
.service-page .introduction {
  padding: 52px 0;
}
.service-page .introduction .text {
  line-height: 28px;
  font-size: 18px;
  margin: 50px 0;
}
.service-page .introduction .number:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.service-page .introduction .number li {
  width: 20%;
  float: left;
  text-align: center;
}
.service-page .introduction .number li:nth-child(5n+1) {
  clear: left;
}
.service-page .introduction .number li .num {
  line-height: 70px;
  font-size: 75px;
  font-weight: bold;
  color: #a02827;
}
.service-page .introduction .number li .num sup {
  line-height: 30px;
  font-size: 30px;
  color: #333;
  font-weight: normal;
  display: inline-block;
  margin-top: -10px;
  vertical-align: top;
}
.service-page .introduction .number li .txt {
  font-size: 18px;
  margin-top: 10px;
}
.service-page .process {
  padding: 44px 0 70px 0;
  background: url(../../static/images/service_process_bg.jpg) no-repeat center 0;
  background-attachment: fixed;
}
.service-page .process .gtitle .tit {
  color: #fff;
}
.service-page .process ul {
  overflow: hidden;
  margin-top: 88px;
}
.service-page .process ul li {
  width: 12.5%;
  float: left;
  padding-right: 20px;
  text-align: center;
  background: url(../../static/images/arrow21.png) no-repeat right 0 top 42px;
}
.service-page .process ul li:last-child {
  background: none;
}
.service-page .process ul li img {
  width: 100%;
  display: block;
}
.service-page .process ul li i {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  display: block;
}
.service-page .process ul li .p {
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin: 26px 0;
}
.service-page .process ul li .n {
  width: 40px;
  min-height: 40px;
  line-height: 38px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  border: solid 1px #fff;
}
.service-page .case {
  padding: 46px 0 32px 0;
}
.service-page .case .case-list {
  margin-top: 60px;
}
.service-page .case .more {
  text-align: center;
}
.service-page .case .more .rbtn {
  display: inline-block;
  color: #a02827;
  border: solid 1px #a02827;
  border-radius: 26px;
}
.service-page .case .more .rbtn span {
  height: 24px;
  line-height: 24px;
  padding: 0 36px 0 24px;
  background: url(../../static/images/arrow2.png) no-repeat right 16px center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.service-page .case .more .rbtn:hover {
  color: #fff;
}
.service-page .case .more .rbtn:hover span {
  background-position: right 6px center;
  background-image: url(../../static/images/arrow3.png);
}
.service-page .quality {
  padding: 54px 0;
  background: url(../../static/images/service_quality_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.service-page .quality .gtitle .tit {
  color: #fff;
}
.service-page .quality ul {
  padding: 0 80px 40px 0;
  margin-top: 70px;
}
.service-page .quality ul li {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 44px;
}
.service-page .quality ul li:nth-child(4n+1) {
  clear: left;
}
.service-page .quality ul li img {
  width: 100%;
  display: block;
}
.service-page .quality ul li i {
  display: block;
  width: 154px;
  margin: 0 auto;
}
.service-page .quality ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #dcdcdc;
  margin-top: 18px;
}
.service-page .understand {
  padding: 34px 10px;
  text-align: center;
}
.service-page .understand .rbtn {
  display: inline-block;
  border-radius: 3px;
  border: solid 3px #a02827;
  font-size: 18px;
  color: #a02827;
}
.service-page .understand .rbtn span {
  line-height: 64px;
  height: 64px;
  padding: 0 110px 0 80px;
  background: url(../../static/images/arrow22.png) no-repeat right 66px center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.service-page .understand .rbtn:hover {
  color: #fff;
}
.service-page .understand .rbtn:hover span {
  background-position: right 56px center;
  background-image: url(../../static/images/arrow23.png);
}
