body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
  height: auto;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

div,
p,
li {
  word-break: break-all;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}

html {
  min-width: 1280px;
}

fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}

a,
img,
iframe {
  border: 0;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ul,
ol,
li {
  list-style: none;
}

caption {
  text-align: left;
}

th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:unknown {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #c9161e;
  text-decoration: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none;
}

.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}

.w1600 {
  width: 1600px;
  margin: 0 auto;
}

/*banner*/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 41.6666%;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.banner_main .banner .list {
  width: 100%;
}

.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.banner_main .banner li .mp4 {
  width: 100%;

  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.banner_main .banner li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner_main .banner .tip {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 10;
}

.banner_main .banner .tip span {
  margin: 0 10px;
  width: 50px;
  height: 4px;
  line-height: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  *display: inline;
  *zoom: 1;
  transition: ease-in-out 0.2s;
  opacity: 0.5;
}

.banner_main .banner .tip span.cur {
  background: #fff;
  opacity: 1;
}

.banner_main .banner .prev,
.banner_main .banner .next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5%;
  background-position: 0 -46px;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.4;
  filter: alpha(opacity=70);
}

.banner_main .banner .next {
  left: auto;
  right: 5%;
  background-position: -0px -96px;
}

.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header_main {
  width: 100%;
  height: 100px;
  z-index: 100;
  background: #fff;
  position: relative;
  left: 0;
  top: 0;
  min-width: 1280px;
}

.header_main .webLogo {
  top: 34px;
  position: absolute;
  left: 50px;
  z-index: 100;
}

.header_main .webLogo img {
  display: block;
}

.nav_main {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 99;
}

.nav_main .list {
  height: 100px;
  float: right;
  padding-right: 150px;
}

.nav_main .list li {
  float: left;
  height: 100px;
  line-height: 100px;
  padding: 0 30px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 10;
  position: relative;
}

.nav_main .list li .nav1 {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0 1px;
  font-size: 16px;
}

.nav_main .list li .nav1:before {
  width: 0;
  height: 2px;
  content: "\20";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #c9161e;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.nav_main .list li.hover .nav1,
.nav_main .list li:hover .nav1 {
  color: #c9161e;
}

.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 100%;
  left: 0;
}

.nav_main .subNav2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  text-align: center;
  background: #f6f6f6;
  z-index: 99;
  height: 350px;
  display: none;
  overflow: hidden;
}

.nav_main dl {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  text-align: center;
  background: #f6f6f6;
  z-index: 99;
  display: none;
  overflow: hidden;
  padding-bottom: 5px;
  padding-top: 5px;
}

.nav_main dl dd {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ddd;
  margin: 0 5px;
}

.nav_main dl dd a {
  display: block;
  width: 100%;
  line-height: 40px;
  line-height: 40px;
}

.nav_main dl dd a:hover {
  background: #c9161e;
  color: #fff;
}

.nav_main .subNav2 .fl {
  width: 1050px;
  text-align: left;
}

.nav_main .subNav2 .fl h3 {
  font-size: 26px;
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 30px;
}

.nav_main .subNav2 .fl div {
  overflow: auto;
  width: 100%;
  height: 215px;
}

.nav_main .subNav2 .fl div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.nav_main .subNav2 .fl div::-webkit-scrollbar-thumb {
  width: 15px;

  border-radius: 15px;
  background: #c9161e;
}

.nav_main .subNav2 .fl div::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #e1dfdf;
}

.nav_main .subNav2 .fl dd {
  margin-right: 30px;
  float: left;
  width: 240px;
  transition: ease-in-out .2s;
}

.nav_main .subNav2 .fl dd:last-child {
  margin-right: 0;
}

.nav_main .subNav2 .fl dd:hover {
  transform: translateY(-5px);
}

.nav_main .subNav2 .fl dd img {
  width: 100%;
  height: 135px;
  display: block
}

.nav_main .subNav2 .fl dd p {
  font-size: 16px;
  padding-top: 17px;
  line-height: 16px;
}

.nav_main .subNav2 .fr {
  width: 253px;
}

.nav_main .subNav2 .fr dd:first-child {
  margin-top: 74px;
  color: #c9161e;
  font-size: 24px;
}

.nav_main .subNav2 .fr dd {
  width: 100%;
  line-height: 58px;
  height: 58px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 22px;
}

.nav_main .subNav2 .fr dd i {
  width: 7px;
  height: 11px;
  background-position: 0 -276px;
  margin-left: 95px;
}

.nav_main .subNav2 .fr dd a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav_main .subNav2 .fr dd:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.por {
  position: relative;
}

.header .search-box {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 100;
}

.header .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.header .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.header .search-box .butn.hov i {
  background-position: -41px 0;
}

.header .share-sub {
  position: absolute;
  right: 55px;
  top: 0;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #eaebeb;
  border-radius: 20px;
  z-index: 10;
}

.header .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}

.header .share-sub .tex {
  width: 135px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #eaebeb;
  outline: none;
}

/*rightFix*/
.rightFix {
  width: 65px;
  position: fixed;
  right: 2px;
  top: 50%;
  margin-top: -120px;
  z-index: 999;
  display: none;
}

.rightFix a {
  width: 65px;
  height: auto;
  background: #c9161e;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto 1px;
  padding: 0;
  background: url("../images/fix-ico.png") no-repeat 0 0;
}

.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #c9161e;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}

.rightFix .img p {
  padding-top: 5px;
}

.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}

.rightFix a:hover .img p {
  color: #fff;
}

.rightFix .img img {
  width: 110px;
  height: 110px;
}

.rightFix a span {
  width: 210px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  left: 0;
  top: 0;
  background: #c9161e;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}

.rightFix a:hover {
  background-color: #c9161e;
  overflow: visible;
}

.rightFix a:hover h3 {
  color: #fff;
}

.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -120px;
}

.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -220px;
}

.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}

.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}

.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}

.rightFix .fix-bj {
  cursor: pointer;
}

.rightFix .fix-bj .ico {
  background-position: 0 -160px;
}

.rightFix .fix-bj:hover .ico {
  background-position: -32px -160px;
}

.rightFix .fix-ewm .ico {
  background-position: 0 -64px;
}

.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}

.rightFix .mess .ico {
  background-position: 0 -96px;
}

.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}

.rightFix .fix_top .ico {
  background-position: 0 -128px;
}

.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: 0.5;
}

/* 图片 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}

/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 2px;
  background: #c9161e;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #d74f31;
  *line-height: 43px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }

  20% {
    border-radius: 2px;
  }

  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }

  80% {
    border-radius: 2px;
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.index_title {
  padding-top: 80px;
  padding-bottom: 35px;
}

.index_title .left {
  line-height: 45px;
  position: relative;
  width: 40%;
  font-size: 40px;
  font-weight: 400;
}

.index_title .left i {
  display: block;
  width: 136px;
  height: 5px;
  background: #c9161e;
  left: 32px;
  position: absolute;
  top: 40px;
  z-index: 9;
}

.index_title .left span {
  display: block;
  position: absolute;
  z-index: 10;
}

.index_title .left p {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  left: 174px;
  top: 10px;
}

.index_title .right a {
  display: block;
  background: #c9161e;
  color: #fff;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: ease-in-out 0.2s;
}

.index_title .right a i {
  width: 24px;
  height: 11px;
  background-position: -123px 0;
  margin-left: 13px;
}

.index_title .right a:hover {
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}

.w1400 {
  margin: 0 auto;
  width: 1400px;
}

.sub_banner {
  padding-top: 20.833333%;
  position: relative;
}

.sub_banner img {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  display: block;
}

.sub_banner .tit {
  position: absolute;
  left: 50%;
  width: 1400px;
  margin-left: -700px;
  top: 139px;
  z-index: 10;
  color: #fff;
  text-align: center;
  /*padding-left: 165px;*/
}

.sub_banner .tit p {
  font-size: 16px;
  font-weight: lighter;
  width: 582px;
  margin: 0 auto;
  line-height: 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.sub_banner .tit p a {
  color: #fff;
}

.sub_banner .tit p a:hover {
  text-decoration: underline;
}

.sub_banner .tit h3 {
  font-size: 40px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  margin-bottom: 15px;
}

.sub_banner .tit span {
  display: none;
  background: #fff;
  width: 120px;
  height: 3px;
  z-index: 20;
  position: absolute;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  top: 42px;
  left: 0;
}

.sub_banner .menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: url("../images/bg9.png") repeat;
  z-index: 10;
  font-size: 18px;
  color: #fff;
}

.sub_banner .menu li {
  float: left;
  margin-right: 2px;
  text-align: center;
  padding: 0 14px;
  transition: ease-in-out 0.2s;
}

.sub_banner .menu li dl {
  position: absolute;
  left: 0;
  top: 64px;
  display: none;
  background: #fff;
  width: 100%;
  height: 62px;
  overflow: hidden;
}

.sub_banner .menu li dl dd {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 0;
}

.sub_banner .menu li dl dd a {
  float: left;
  width: 180px;
  text-align: center;
  line-height: 62px;
  height: 62px;
  position: relative;
  display: block;
}

.sub_banner .menu li dl dd a:before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.sub_banner .menu li dl dd a:first-child:before {
  width: 0;
}

.sub_banner .menu li dl dd a:hover,
.sub_banner .menu li dl dd a.on {
  color: #c9161e;
}

.sub_banner .menu li.hover dl {
  display: block;
}

.sub_banner .menu li .a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.sub_banner .menu li:hover,
.sub_banner .menu li.hover {
  background: #c9161e;
}

.sub_banner .menu li:hover .a,
.sub_banner .menu li.hover .a {
  font-weight: bold;
}

.about_title p {
  font-size: 30px;
  font-family: arial;
  color: #afbbcf;
  text-transform: uppercase;
}

.about_title h3 {
  font-size: 40px;
}

.about_1_main {
  padding-top: 165px;
  overflow: hidden;
}

.about_1_main .body .box1 .left {
  width: 700px;
}

.about_1_main .body .box1 .left .hd {
  border-bottom: 1px solid #d2d2d2;
}

.about_1_main .body .box1 .left .hd ul {
  width: 140%;
}

.about_1_main .body .box1 .left .hd li {
  float: left;
  width: 100px;
  margin-right: 100px;
  font-size: 20px;
  line-height: 88px;
}

.about_1_main .body .box1 .left .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.about_1_main .body .box1 .left .hd li a:before {
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  border-bottom: 2px solid #c9161e;
  z-index: 10;
  content: "";
  transition: ease-in-out 0.2s;
}

.about_1_main .body .box1 .left .hd li.on {
  color: #c9161e;
  font-weight: bold;
}

.about_1_main .body .box1 .left .hd li.on a {
  color: #c9161e;
}

.about_1_main .body .box1 .left .hd li.on a:before {
  width: 100%;
}

.about_1_main .body .box1 .left .bd li {
  line-height: 32px;
  font-size: 16px;
  margin-top: 37px;
  height: 224px;
  overflow: hidden;
}

.about_1_main .body .box1 .right {
  position: relative;
  overflow: hidden;
}

.about_1_main .body .box1 .right img {
  width: 595px;
  height: 417px;
  padding: 14px;
  border: 1px solid #e3e3e3;
}

.about_1_main .body .box1 .right::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 517px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.about_1_main .body .box1 .right:hover::before {
  -webkit-transition: left 1.5s;
  -moz-transition: left 1.5s;
  -ms-transition: left 1.5s;
  transition: left 1.5s;
  left: 150%;
  opacity: 1;
}

.about_1_main .body .list {
  background: url("../images/about_1_bg.jpg") no-repeat;
  border: 1px solid #eaebec;
  margin: 76px 0 82px;
}

.about_1_main .body .list .item {
  border-bottom: 1px solid #eaebec;
  border-right: 1px solid #eaebec;
  float: left;
  width: calc(33.333333333333336%);
  box-sizing: border-box;
  height: 154px;
  padding-left: 90px;
  padding-top: 36px;
}

.about_1_main .body .list .item .img {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-bottom: 40px;
  margin-right: 25px;
}

.about_1_main .body .list .item .img img {
  position: absolute;
  left: 0;
  top: 10px;
  transition: ease-in-out 0.2s;
}

.about_1_main .body .list .item .img img:nth-child(2) {
  left: -60px;
}

.about_1_main .body .list .item h3 {
  font-size: 60px;
  font-family: arial;
  line-height: 55px;
}

.about_1_main .body .list .item h3 span {
  font-size: 30px;
  padding-left: 10px;
  font-family: "微软雅黑";
  vertical-align: text-top;
}

.about_1_main .body .list .item p {
  font-size: 14px;
  color: #666;
  line-height: 12px;
}

.about_1_main .body .list .item strong {
  font-weight: 100;
}

.about_1_main .body .list .item:hover .img img:first-child {
  left: 60px;
}

.about_1_main .body .list .item:hover .img img:nth-child(2) {
  left: 0;
}

.about_1_main .body .list .item:hover h3 {
  color: #c9161e;
}

.about_1_main .body .list .item:nth-child(3n) {
  border-right: none;
}

.about_1_main .body .box2 {
  position: relative;
  height: 477px;
  margin-bottom: 100px;
}

.about_1_main .body .box2 img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about_1_main .body .box2 p {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 56px;
  left: 68px;
  top: 71px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.about_1_main .body .box2::before {
  content: "";
  z-index: 10;
  position: absolute;
  width: 100px;
  height: 477px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.about_1_main .body .box2:hover::before {
  -webkit-transition: left 1.5s;
  -moz-transition: left 1.5s;
  -ms-transition: left 1.5s;
  transition: left 1.5s;
  left: 150%;
  opacity: 1;
}

.about_1_main .body .box3 {
  margin-bottom: 100px;
}

.about_1_main .body .box3 img {
  display: block;
  width: 100%;
}

.about_1_main .body .box4 {
  margin-bottom: 119px;
}

.about_1_main .body .box4 .about_title {
  padding-left: 66px;
  padding-top: 50px;
}

.about_1_main .body .box4 .about_title .right {
  width: 900px;
  line-height: 32px;
  padding-bottom: 44px;
}

.about_1_main .body .box4 .con {
  border: 1px solid #d3d9e3;
  padding-bottom: 10px;
  margin-top: 40px;
}

.about_1_main .body .box4 .con .left {
  width: 774px;
}

.about_1_main .body .box4 .con .left dl {
  padding-top: 70px;
}

.about_1_main .body .box4 .con .left dd img {
  width: 75px;
  height: 75px;
  float: left;
  margin-left: 66px;
}

.about_1_main .body .box4 .con .left dd h3 {
  padding-left: 195px;
  font-size: 30px;
  padding-bottom: 15px;
}

.about_1_main .body .box4 .con .left dd .des {
  padding-left: 195px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 26px;
}

.about_1_main .body .box4 .con .left dd .des p {
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.about_1_main .body .box4 .con .left dd .des p b {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #666;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.about_1_main .body .box4 .con .left dd {
  margin-bottom: 62px;
  width: 50%;
  float: left;
}

.about_3_main {
  background: url("../images/about_3_bg.jpg") top center no-repeat;
  height: 794px;
  padding-top: 85px;
  box-sizing: border-box;
  overflow: hidden;
}

.about_3_main .about_title {
  text-align: center;
}

.about_3_main .title p {
  color: #ccc;
  font-size: 24px;
  text-transform: uppercase;
}

.about_4_main {
  background: #fff;
  padding-top: 94px;
}

.about_4_main .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.about_4_main .hd {
  position: relative;
}

.about_4_main .hd h3 {
  padding-bottom: 60px;
}

.about_4_main .hd a {
  display: block;
  width: 90px;
  height: 45px;
  background: #ccc;
  position: absolute;
  right: 110px;
  cursor: pointer;
  z-index: 10;
  top: 10px;
}

.about_4_main .hd a i {
  width: 12px;
  height: 7px;
  background-position: -221px 0;
  display: block;
  margin: 19px auto 0;
}

.about_4_main .hd a.next {
  right: 0;
}

.about_4_main .hd a.next i {
  background-position: -239px -0;
}

.about_4_main .hd a:hover {
  background: #c9161e;
}

.about_4_main .bd {
  padding-bottom: 100px;
}

.about_4_main .bd_list {
  overflow: hidden;
  padding-bottom: 0;
}

.about_4_main .bd_list ul {
  width: 105%;
}

.about_4_main .bd li {
  background: #fff;
  width: 333px;
  border-bottom: 3px solid #fff;
  margin-right: 20px;
  margin-bottom: 2px;
  position: relative;
  border: 1px solid #ddd;
}

.about_4_main .bd_list li {
  float: left;
  margin-bottom: 40px;
}

.about_4_main .bd li .line {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 0;
  background: #c9161e;
  display: block;
}

.about_4_main .bd_list li:nth-child(4n) {
  margin-right: 0;
}

.about_4_main .bd li img {
  width: 278px;
  height: 209px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.about_4_main .bd li h3 {
  padding: 0 30px;
  font-size: 20px;
  padding-top: 20px;
  line-height: 25px;
  height: 40px;
  padding-bottom: 8px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.about_4_main .bd li p {
  padding: 0 30px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.about_4_main .bd li:hover .line {
  width: 100%;
  transition: ease-in-out 0.2s;
}

.about_4_main {
  padding-bottom: 100px;
  overflow: hidden;
}

.about_4_main .hd h3 {
  text-align: center;
}

.about_4_main .hd a {
  left: 50%;
  top: auto;
  bottom: -470px;
  margin-left: -100px;
}

.about_4_main .hd a.next {
  margin-left: 10px;
}

.about_5_main {
  overflow: hidden;
}

.floor_5 .title {
  margin-bottom: 60px;
}

.floor_5 .title .left h3 {
  line-height: 45px;
}

.floor_5 .title li {
  float: left;
  width: 178px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #eeeeee;
  margin-left: 10px;
  border: 1px solid #eee;
  transition: ease-in-out 0.2s;
}

.floor_5 .title li i {
  width: 20px;
  height: 7px;
  background-position: -134px -85px;
  margin-left: 20px;
}

.floor_5 .title li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_5 .title li:hover {
  background: #fff;
}

.floor_5 .title li:hover a {
  font-weight: bold;
  color: #ed6d00;
}

.floor_5 .title li:hover i {
  background-position: -155px -85px;
}

.floor_5 .body {
  padding-bottom: 100px;
}

.floor_5 .body .left {
  width: 567px;
  border: 1px solid #ddd;
  height: 357px;
}

.floor_5 .body .left ul {
  padding-top: 5px;
}

.floor_5 .body .left li {
  position: relative;
  border-top: 1px solid #eee;
  margin: 0 45px 16px 28px;
  padding-top: 16px;
}

.floor_5 .body .left li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_5 .body .left li i {
  width: 7px;
  height: 15px;
  background-position: -136px -123px;
  position: absolute;
  right: 0;
  top: 36px;
}

.floor_5 .body .left li .fl h3 {
  font-size: 35px;
  color: #737373;
  font-family: arial;
}

.floor_5 .body .left li .fl p {
  font-size: 12px;
  color: #737373;
  font-family: arial;
}

.floor_5 .body .left li .fr {
  font-size: 18px;
  line-height: 26px;
  width: 290px;
  margin-right: 115px;
}

.floor_5 .body .left li:first-child {
  border: none;
}

.floor_5 .body .right {
  width: 998px;
}

.floor_5 .body .right li {
  border: 1px solid #ddd;
  height: 357px;
  width: 311px;
  margin-left: 29px;
  background: #fff;
  float: left;
  transition: ease-in-out 0.2s;
}

.floor_5 .body .right li img {
  width: 274px;
  height: 154px;
  margin: 19px auto 0;
  display: block;
}

.floor_5 .body .right li h3 {
  font-size: 18px;
  line-height: 24px;
  height: 28px;
  padding: 30px 19px 19px;
}

.floor_5 .body .right li p {
  padding: 15px 19px 19px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

.floor_5 .body .right li span {
  color: #737373;
  font-family: arial;
  padding-right: 19px;
  float: right;
}

.floor_5 .body .right li:first-child {
  margin-left: 0;
}

.floor_5 .body .right li:hover {
  border: 1px solid #ed6d00;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.about_5_main .about_title {
  text-align: center;
  padding-bottom: 56px;
}

.about_5_main .body {
  position: relative;
  height: 540px;
  margin-bottom: 100px;
}

.about_5_main .body img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about_5_main .body h3 {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 48px;
  left: 120px;
  top: 160px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.about_5_main .body p {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 36px;
  left: 120px;
  top: 230px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.about_5_main .body::before {
  content: "";
  z-index: 10;
  position: absolute;
  width: 100px;
  height: 540px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.about_5_main .body:hover::before {
  -webkit-transition: left 1.5s;
  -moz-transition: left 1.5s;
  -ms-transition: left 1.5s;
  transition: left 1.5s;
  left: 150%;
  opacity: 1;
}

.ny_main {
  background: #f8f8f8;
  padding-top: 50px;
}

.ny_main_b {
  background: #fff;
  padding-top: 0;
}

.job_list li {
  width: 48%;
  border: 1px solid #f1f1f1;
  height: 264px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 38px;
  float: left;
  margin-bottom: 30px;
}

.job_list li .box1 {
  position: absolute;
}

.job_list li .box1 h3 {
  font-size: 24px;
  position: relative;
}

.job_list li .box1 h3 b {
  border: 1px solid #c9161e;
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  line-height: 21px;
  color: #c9161e;
  margin-top: 6px;
}

.job_list li .box1 h3 span {
  padding-left: 32px;
  font-weight: bold;
}

.job_list li .box1 p {
  font-size: 16px;
  color: #999;
  border-bottom: 1px solid #ddd;
  width: 359px;
  padding-bottom: 22px;
  padding-top: 4px;
  margin-bottom: 24px;
}

.job_list li .box1 h4 {
  color: #2f323a;
  font-size: 14px;
}

.job_list li .box1 h4 span {
  padding-left: 50px;
}

.job_list li .box1 a {
  color: #333;
  margin-top: 25px;
  display: block;
}

.job_list li .box1 h4:nth-child(3) {
  margin-bottom: 12px;
}

.job_list li .box1 a i {
  width: 11px;
  height: 6px;
  background-position: -265px 0;
  margin-left: 5px;
}

.job_list li .img {
  position: absolute;
  right: 10px;
  top: 42px;
  z-index: 5;
}

.job_list li .img img {
  width: 70%;
  float: right;
}

.job_list li .txt_con {
  background: #fff;
  padding: 38px;
  margin-top: 220px;
}

.job_list li .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  box-sizing: border-box;
  display: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.job_list li .txt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.job_list li .txt .des {
  color: #666;
  line-height: 28px;
  font-size: 14px;
  transition: ease-in-out 0.2s;
}

.job_list li .txt .des img {
  max-width: 100%;
}

.job_list li .txt .bott {
  margin-top: 50px;
}

.job_list li .txt .bott .left {
  margin-top: 20px;
}

.job_list li .txt .bott .left a {
  color: #c9161e;
}

.job_list li .txt .bott .left a i {
  width: 11px;
  height: 6px;
  background-position: -286px 0;
  margin-left: 5px;
}

.job_list li .txt .bott .right {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #c9161e;
  color: #fff;
}

.job_list li .txt .bott .right a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.job_list li .txt .bott .right i {
  width: 20px;
  height: 7px;
  background-position: -123px 0;
  margin-left: 7px;
  margin-bottom: 2px;
}

.job_list li .txt .bott .right:hover a {
  background: #db232b;
}

.job_list li .txt .des:nth-child(2) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.job_list li:nth-child(2n) {
  float: right;
}

.job_list li.on {
  z-index: 10;
}

.job_list li:hover .box1 h3 {
  color: #c9161e;
}

.job_list li:hover {
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

/* pager */
.pager {
  padding: 30px 0 60px;
  text-align: center;
  *zoom: 1;
  *padding: 40px 0 30px;
}

.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pager p {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: none;
}

.pager ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}

.pager ul li {
  float: left;
  margin: 0 5px;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}

.pager ul a {
  line-height: 40px;
  padding: 0 15px;
  transition: all ease 300ms;
  color: #000000;
  text-decoration: none;
  float: left;
  border: 1px solid #ddd;
  background: #fff;
}

.pager ul a.current,
.pager ul a:hover {
  color: #fff;
  border: 1px solid #c9161e;
  background: #c9161e;
}

.download_list {
  padding-bottom: 100px;
}

.download_list .pager {
  margin-top: 20px;
}

.download_list .tit {
  line-height: 64px;
  background: #c9161e;
  color: #fff;
  height: 64px;
  position: relative;
  font-size: 20px;
}

.download_list .share-sub {
  position: absolute;
  left: 250px;
  top: 14px;
  width: 250px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}

.download_list .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}

.download_list .share-sub .tex {
  width: 175px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}

.download_list .tit .left i {
  width: 14px;
  height: 18px;
  background-position: -202px -22px;
  margin-left: 41px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.download_list .tit .right {
  width: 445px;
  background: #0f60d8;
}

.download_list .tit .right li {
  float: left;
}

.download_list .tit .right li i {
  width: 17px;
  height: 17px;
  background-position: -257px -22px;
  margin-right: 10px;
}

.download_list .tit .right li:first-child {
  margin-left: 83px;
  margin-right: 134px;
}

.download_list .tit .right li:first-child i {
  width: 19px;
  height: 19px;
  background-position: -226px -21px;
}

.download_list .body {
  background: #fff;
}

.download_list .body .down_con li {
  border-bottom: 1px solid #d9d9d9;
  line-height: 58px;
  padding: 0 39px;
}

.download_list .body .down_con li .left {
  font-size: 18px;
}

.download_list .body .down_con li .right {
  font-size: 16px;
}

.download_list .body .down_con li .right a {
  color: #666;
}

.download_list .body .down_con li .right a:first-child {
  margin-right: 117px;
}

.download_list .body .down_con li .right a:hover {
  color: #c9161e;
}

.download_list .body .down_con li:hover {
  border-bottom: 1px solid #c9161e;
}

.zhao_list li {
  width: 49%;
  border: 1px solid #f1f1f1;
  height: 216px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 39px 40px;
  float: left;
  margin-bottom: 20px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.05);
}

.zhao_list li h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.zhao_list li h3 span {
  display: block;
  float: right;
  width: 75px;
  height: 23px;
  background: #91a4c0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
}

.zhao_list li h3 .span1 {
  background: #c9161e;
}

.zhao_list li p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zhao_list li h4 {
  color: #999;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  position: relative;
  margin-top: 20px;
}

.zhao_list li h4 span {
  float: right;
}

.zhao_list li h4 i {
  width: 0;
  height: 1px;
  background: #c9161e;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out 0.3s;
}

.zhao_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.zhao_list li:nth-child(2n) {
  float: right;
}

.zhao_list li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

.zhao_list li:hover h3 {
  font-weight: bold;
  color: #c9161e;
}

.zhao_list li:hover h3 span {
  font-weight: 400;
}

.zhao_list li:hover h4 i {
  width: 100%;
}

.service_list {
  padding-top: 50px;
  padding-bottom: 20px;
}

.service_list li {
  width: 32%;
  margin-right: 2%;
  float: left;
  height: 204px;
  background: #fff url("../images/server.jpg") top right no-repeat;
  margin-bottom: 23px;
  padding: 35px 40px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.service_list li p {
  font-size: 16px;
  color: #666;
  padding-bottom: 11px;
}

.service_list li h3 {
  border-bottom: 1px solid #ddd;
  font-size: 26px;
  padding-bottom: 23px;
  margin-bottom: 20px;
  color: #c9161e;
}

.service_list li span {
  font-size: 16px;
}

.service_list li:nth-child(3n) {
  margin-right: 0;
}

.service_list li:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.page_product .box1 {
  padding: 40px;
  margin-bottom: 100px;
  background: #fff url("../images/product_bg.jpg") bottom right no-repeat;
}

.page_product .showimg {
  width: 692px;
  position: relative;
  float: left;
}

.page_product .showimg .bigimg {
  width: 692px;
  height: 389px;
  display: block;
  position: relative;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.page_product .showimg .bigimg .list {
  width: 5000%;
}

.page_product .showimg .bigimg .list li {
  width: 692px;
  height: 389px;
  float: left;
}

.page_product .showimg .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
  background: #f5f5f5;
}

.page_product .showimg .smallimg {
  width: 400px;
  height: 86px;
  position: absolute;
  left: 750px;
  bottom: 70px;
  z-index: 10;
  overflow: hidden;
}

.page_product .showimg .list {
  width: 299px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.page_product .showimg .listcon {
  width: 300%;
  position: relative;
}

.page_product .showimg .prev,
.page_product .showimg .next {
  width: 37px;
  height: 53px;
  z-index: 10;
  position: absolute;
  bottom: 19px;
  cursor: pointer;
  background: #ddd url("../images/show-btn-ico.png") no-repeat 0 center;
  border-radius: 5px;
}

.page_product .showimg .prev:hover,
.page_product .showimg .next:hover {
  background-color: #b9b8b8;
}

.page_product .showimg .prev {
  left: 0;
  background-position: 11px center;
}

.page_product .showimg .next {
  right: 7px;
  background-position: -74px center;
}

.page_product .showimg .smallimg li {
  width: 95px;
  height: 53px;
  margin-right: 4px;
  float: left;
  cursor: pointer;
  margin-top: 12px;
  position: relative;
  border: 1px solid #dddddd;
  background: #bdbdbd;
}

.page_product .showimg .smallimg li img {
  width: 100%;
  height: 100%;
  display: block;
}

.page_product .showimg .smallimg li.on {
  border: 1px solid #ed6d00;
}

.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}

.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: url("../images/close.png") no-repeat center center;
  transition: all ease 300ms;
}

.ewmbox .close:hover {
  transform: rotate(180deg);
}

.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}

.box1_right {
  width: calc(100% - 800px);
  margin-right: 50px;
  position: relative;
  height: 389px;
}

.box1_right h1 {
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.box1_right h3 {
  font-size: 34px;
  color: red;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 23px;
}

.box1_right p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.box1_right .t h2 {
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
}

.box1_right .t b {
  border-bottom: 2px solid #fdc824;
  display: inline-block;
  padding-bottom: 12px;
}

.box1_right .t p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-bottom: 35px;
  padding-top: 5px;
}

.box1_right .a {
  width: 435px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.box1_right .a a {
  display: block;
  width: 200px;
  height: 45px;
  text-align: center;
  color: #fff;
  background: #c9161e;
  font-size: 18px;
  cursor: pointer;
  line-height: 45px;
}

.box1_right .a a i {
  width: 20px;
  height: 7px;
  background-position: -123px 0;
  margin-left: 10px;
  margin-bottom: 2px;
}

.box1_right .a a:hover {
  background: #e5232c;
}

.page_product .box2 {
  background: #fff url("../images/product_con.jpg") left top no-repeat;
  padding: 50px 100px;
}

.page_product .box2 .tit {
  font-size: 36px;
  padding-bottom: 45px;
}

.page_product .box2 .hd {
  margin-bottom: 33px;
}

.page_product .box2 .hd li {
  float: left;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  cursor: pointer;
}

.page_product .box2 .hd li:first-child {
  border-left: 1px solid #ddd;
}

.page_product .box2 .hd li.on {
  background: #c9161e;
  color: #fff;
}

.page_product .box2 .bd li {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.page_product .box2 .bd li img {
  max-width: 100%;
}

.page_product .box2 .bd li table {
  width: 100% !important;
}

.page_product .box2 .bd li table tr:first-child {
  background: #c9161e;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.page_product .box2 .bd li table td {
  padding: 8px 10px;
}

.page_product .box2 .xia {
  background: #999;
  color: #fff;
  height: 100px;
  margin-top: 63px;
}

.page_product .box2 .xia a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.page_product .box2 .xia h3 {
  font-size: 20px;
}

.page_product .box2 .xia img {
  width: 78px;
  height: 100px;
}

.page_product .box2 .xia .left {
  width: 50%;
  position: relative;
  padding-left: 78px;
  box-sizing: border-box;
  padding-top: 25px;
  background: #878f9f;
  height: 100px;
}

.page_product .box2 .xia .left i {
  width: 12px;
  height: 21px;
  background-position: -126px -54px;
  position: absolute;
  left: 46px;
  top: 48px;
}

.page_product .box2 .xia .right {
  width: 50%;
  box-sizing: border-box;
}

.page_product .box2 .xia .right .fl {
  padding-left: 21px;
  padding-top: 10px;
}

.page_product .box2 .xia .right .fr {
  padding-top: 25px;
  text-align: right;
  padding-right: 99px;
  position: relative;
}

.page_product .box2 .xia .right .fr i {
  width: 12px;
  height: 21px;
  background-position: -142px -54px;
  position: absolute;
  right: 46px;
  top: 38px;
}

.remm .about_title {
  text-align: center;
  padding-top: 89px;
  padding-bottom: 40px;
}

.remm .hd {
  position: relative;
}

.remm .hd h3 {
  padding-bottom: 60px;
}

.remm .hd a {
  display: block;
  width: 50px;
  height: 50px;
  background: #ccc;
  position: absolute;
  left: 0;
  cursor: pointer;
  z-index: 10;
  border-radius: 100%;
  top: 105px;
}

.remm .hd a i {
  width: 12px;
  height: 7px;
  background-position: -221px 0;
  display: block;
  margin: 21px auto 0;
}

.remm .hd a.next {
  left: auto;
  right: 0;
}

.remm .hd a.next i {
  background-position: -239px -0;
}

.remm .hd a:hover {
  background: #c9161e;
}

.remm .bd {
  padding-bottom: 100px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;

}

.remm .bd_list {
  overflow: hidden;
  padding-bottom: 0;
}

.remm .bd_list ul {
  width: 105%;
}

.remm .bd li {
  background: #fff;
  width: 198px;
  border-bottom: 3px solid #fff;
  margin-right: 50px;
  margin-bottom: 2px;
  position: relative;
  border: 1px solid #ddd;
  float: left;
}

.remm .bd_list li {
  float: left;
  margin-bottom: 40px;
}

.remm .bd li .line {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 0;
  background: #c9161e;
  display: block;
}

.remm .bd_list li:nth-child(5n) {
  margin-right: 0;
}

.remm .bd li img {
  width: 138px;
  height: 78px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.remm .bd li h3 {
  padding: 0 30px;
  font-size: 16px;
  padding-top: 20px;
  line-height: 25px;
  height: 50px;
  padding-bottom: 15px;
  color: #333;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.remm .bd li p {
  padding: 0 30px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.remm .bd li:hover .line {
  width: 100%;
  transition: ease-in-out 0.2s;
}

.case_list {
  padding-bottom: 65px;
}

.case_list li {
  margin-bottom: 48px;
  position: relative;
  height: 281px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.2s;
}

.case_list li .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  border-radius: 0 0 5px 0;
}

.case_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.case_list li .left {
  overflow: hidden;
  width: 500px;
  height: 281px;
  border-radius: 5px;
}

.case_list li .left img {
  width: 500px;
  height: 281px;
  display: block;
  border-radius: 5px;
  transition: ease-in-out 0.2s;
}

.case_list li .right {
  width: 600px;
  padding-right: 251px;
}

.case_list li .right h3 {
  font-size: 36px;
  padding-top: 48px;
  padding-bottom: 34px;
}

.case_list li .right p {
  color: #666;
  padding-bottom: 30px;
}

.case_list li .right h4 span {
  display: block;
  padding: 0 10px;
  height: 30px;
  text-align: center;
  float: left;
  background: #edf1f7;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 5px;
  color: #4a77bc;
}

.case_list li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.case_list li:hover .left img {
  transform: scale(1.1);
}

.product_list {
  padding-bottom: 65px;
}

.product_list li {
  margin-bottom: 203px;
  position: relative;
  height: 519px;
  background: url("../update/product_bg.jpg") no-repeat;
  transition: ease-in-out 0.2s;
  color: #fff;
  box-sizing: border-box;
  padding-left: 100px;
  background-size: cover;
}

.product_list li .left h3 {
  font-size: 40px;
  padding-top: 100px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.product_list li .left h3 a {
  width: 155px;
  height: 38px;
  background: url("../images/btn.png") no-repeat;
  display: inline-block;
  margin-left: 62px;
  font-size: 14px;
  color: #284269;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  margin-bottom: 4px;
  transition: ease-in-out 0.2s;
}

.product_list li .left h3 a:hover {
  transform: translateX(10px);
}

.product_list li .left h5 {
  font-size: 20px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.product_list li .left p {
  padding-bottom: 20px;
  font-size: 18px;
  width: 600px;
  line-height: 28px;
}

.product_list li .left h4 span {
  display: block;
  width: 103px;
  height: 29px;
  text-align: center;
  float: left;
  background: #296dc6;
  line-height: 29px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
}

.product_list li .left h4 span:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.product_list li dl {
  position: absolute;
  left: 100px;
  bottom: -122px;
}

.product_list li dl dd {
  float: left;
  width: 199px;
  height: 308px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 49px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}

.product_list li dl dd img {
  width: 100%;
  height: 212px;
}

.product_list li dl dd p {
  border-top: 1px solid #ddd;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 15px;
  line-height: 51px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_list li dl dd:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

.product_list li .no1 {
  position: absolute;
  right: 67px;
  bottom: -175px;
}

.product_list li .no1 img {
  width: 350px;
}

.product_list li .no1:hover {
  transition: ease-in-out 0.2s;
  transform: translateY(-10px);
}

.product_list li:last-child {
  height: 465px;
  margin-bottom: 100px;
}

.product_list li:last-child dl {
  display: none;
}

.product_list li:last-child .no1 {
  display: none;
}

.life_main_1 {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.life_main_1 .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.life_main_1 .box1 {
  width: 334px;
  height: 521px;
  overflow: hidden;
}

.life_main_1 .box1 li {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.life_main_1 .box1 li img {
  width: 100%;
  height: 251px;
  display: block;
}

.life_main_1 .box1 li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.life_main_1 .box1 li a:hover img {
  transform: scale(1.1);
  transition: ease-in-out 0.2s;
}

.life_main_1 .box2 {
  width: 692px;
  height: 519px;
  margin-left: 20px;
}

.life_main_1 .box2 .slideBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.life_main_1 .box2 .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 26px;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.life_main_1 .box2 .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
}

.life_main_1 .box2 .slideBox .hd ul li {
  float: left;
  margin-right: 18px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.life_main_1 .box2 .slideBox .hd ul li.on {
  background: #c9161e;
  color: #fff;
}

.life_main_1 .box2 .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.life_main_1 .box2 .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}

.life_main_1 .box2 .slideBox .bd img {
  width: 100%;
  height: 519px;
  display: block;
}

.life_main_2 {}

.life_main_2 .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.life_main_2 .body {
  padding-bottom: 80px;
}

.life_main_2_ny .body {
  padding-bottom: 0;
}

.life_main_2 .body li {
  position: relative;
  padding-left: 629px;
  box-sizing: border-box;
  width: 100%;
  padding-right: 144px;
  background: #fff;
  height: 227px;
  margin-bottom: 36px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.life_main_2 .body li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 225px;
}

.life_main_2 .body li i {
  width: 19px;
  height: 16px;
  background-position: -91px -471px;
  position: absolute;
  right: 76px;
  top: 50%;
  margin-top: -8px;
}

.life_main_2 .body li .date {
  position: absolute;
  left: 459px;
  border-right: 1px solid #ddd;
  height: 89px;
  top: 62px;
  width: 112px
}

.life_main_2 .body li .date h4 {
  font-size: 60px;
  color: #666;
  line-height: 60px;
}

.life_main_2 .body li .date h5 {
  font-size: 18px;
  color: #666;
}

.life_main_2 .body li a {
  display: block;
  width: 100%;
  height: 100%;
}

.life_main_2 .body li h3 {
  font-size: 24px;
  padding-top: 55px;
  padding-bottom: 23px;
}

.year_list .body li h3 {
  font-size: 30px;
}

.life_main_2 .body li p {
  color: #666;
  line-height: 24px;
  padding-bottom: 30px;
}

.life_main_2 .body li span {
  font-size: 16px;
  color: #666;
}

.life_main_2 .body li:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.life_main_3 {
  padding-top: 98px;
  background: #f5f5f5;
}

.life_main_3 .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.life_main_3 .body li {
  position: relative;
  float: left;
  width: 32%;
  margin-bottom: 50px;
  margin-right: 2%;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;
  overflow: hidden;
}

.life_main_3 .body li:nth-child(3n) {
  margin-right: 0;
}

.life_main_3 .body li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  z-index: 10;
}

.life_main_3 .body li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.life_main_3 .body li .txt {
  background: #fff;
  height: 83px;
  line-height: 83px;
  font-size: 16px;
  position: relative;
  color: #666;
  transition: ease-in-out 0.2s;
  overflow: hidden;
  padding: 0 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.life_main_3.img18 .body li .txt {
  display: none;
}

.product_img .body li {
  padding: 10px;
}

.product_img .body li .img {
  padding-top: 75%;
}

.product_16 .body li .img {
  padding-top: 56.25%;
}

.product_img .body li .txt {
  text-align: center;
  line-height: 38px;
  height: 38px;
  padding-top: 5px;
}

.product_16 .body li .txt {
  text-align: center;
  line-height: 38px;
  height: 38px;
  padding-top: 5px;
}

.product_3 .body li .img {
  padding-top: 133.3333%;
}

.life_main_3 .body li .txt i {
  width: 24px;
  height: 9px;
  background-position: -150px 0;
  right: 45px;
  top: 37px;
  opacity: 0;
  position: absolute;
  transition: ease-in-out 0.2s;
}

.life_main_3 .body li:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.life_main_3 .body li:hover .img img {
  transform: scale(1.1);
  -webkit-filter: brightness(105%);
  filters: brightness(105%);
  transition: ease-in-out 0.2s;
}

.life_main_3 .body li:hover .txt {
  color: #c9161e;
  font-weight: bold;
}

.life_main_3 .body li:hover .txt i {
  opacity: 1;
  right: 35px;
}

.tong_main_1 {
  padding-top: 95px;
  padding-bottom: 97px;
}

.tong_main_1 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_1 .body {
  background: #f8f8f8;
  border: 1px solid #dae2ec;
}

.tong_main_1 .body .left {
  border-right: 1px solid #dae2ec;
  width: 50%;
  box-sizing: border-box;
}

.tong_main_1 .body .left img {
  display: block;
  width: 100%;
}

.tong_main_1 .body .right {
  width: 50%;
  box-sizing: border-box;
  padding: 50px 70px 0;
}

.tong_main_1 .body .right h3 {
  color: #c9161e;
  font-size: 26px;
  margin-bottom: 22px;
}

.tong_main_1 .body .right ul {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.tong_main_1 .body .right li {
  float: left;
  width: 171px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.tong_main_1 .body .right li b {
  background: #c9161e;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
  float: left;
  margin-top: 12px;
  margin-right: 10px;
}

.tong_main_1 .body .right p {
  font-size: 15px;
  color: #666;
  line-height: 27px;
}

.tong_main_2 {
  padding-top: 89px;
  padding-bottom: 89px;
  background: #f8f8f8;
}

.tong_main_2 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_2 .body {
  background: #fff;
  border: 1px solid #e2ecf1;
}

.tong_main_2 .body li {
  float: left;
  height: 258px;
  width: 33.333%;
  border-bottom: 1px solid #e2ecf1;
  border-left: 1px solid #e2ecf1;
  box-sizing: border-box;
  padding: 0 38px;
}

.tong_main_2 .body li img {
  width: 65px;
  height: 65px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.tong_main_2 .body li p {
  color: #999;
  padding-bottom: 9px;
}

.tong_main_2 .body li h3 {
  font-size: 20px;
  line-height: 30px;
}

.tong_main_2 .body li:nth-child(1) {
  border-left: none;
}

.tong_main_2 .body li:nth-child(4) {
  border-left: none;
}

.tong_main_2 .body li:nth-child(4),
.tong_main_2 .body li:nth-child(5),
.tong_main_2 .body li:nth-child(6) {
  border-bottom: none;
}

.tong_main_2 .body li:hover img {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}

.tong_main_3 {
  padding-top: 93px;
  padding-bottom: 93px;
}

.tong_main_3 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_3 .body {
  text-align: center;
}

.tong_main_3 .body ul {
  display: inline-block;
}

.tong_main_3 li {
  float: left;
  width: 300px;
  text-align: center;
  font-size: 20px;
}

.tong_main_3 li img {
  width: 231px;
  height: auto;
  padding-bottom: 28px;
  transition: ease-in-out 0.2s;
}

.tong_main_3 li:hover img {
  transform: translateY(-10px);
}

.tong_main_3 li:hover p {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}

.tong_main_4 {
  padding-top: 93px;
  padding-bottom: 93px;
  background: #f8f8f8;
}

.tong_main_4 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_4 .slideBox {
  position: relative;
}

.tong_main_4 li {
  background: #fff;
}

.tong_main_4 li .left {
  width: 42.8%;
  position: relative;
  overflow: hidden;
}

.tong_main_4 li .left img {
  width: 100%;
  display: block;
}

.tong_main_4 li .right {
  width: 57.2%;
  padding-left: 5%;
  box-sizing: border-box;
  padding-right: 4%;
  padding-top: 10px;
}

.tong_main_4 li .right h3 {
  font-size: 26px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.tong_main_4 li .right h3 i {
  width: 24px;
  height: 24px;
  background-position: -108px -103px;
  margin-right: 10px;
}

.tong_main_4 li .right p {
  margin-bottom: 30px;
  line-height: 26px;
  color: #666;
}

.tong_main_4 li .right h3:nth-child(3) i {
  background-position: -137px -103px;
}

.tong_main_4 li .right h3:nth-child(5) i {
  background-position: -167px -103px;
}

.tong_main_4 .left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 500px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.tong_main_4 li:hover .left::before {
  -webkit-transition: left 15s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 150%;
  opacity: 1;
}

.tong_main_4 .prev,
.tong_main_4 .next {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -35px;
  z-index: 10;
  display: block;
  background: #3c5985;
  cursor: pointer;
}

.tong_main_4 .prev i,
.tong_main_4 .next i {
  width: 15px;
  height: 26px;
  background-position: 0 -179px;
  margin: 0 auto;
  display: block;
  margin-top: 22px;
}

.tong_main_4 .next {
  left: auto;
  right: -35px;
}

.tong_main_4 .next i {
  background-position: -22px -179px;
}

.tong_main_4 .prev:hover,
.tong_main_4 .next:hover {
  background: #c9161e;
}

.sub_flash {
  position: relative;
  text-align: center;
  background: #000;
}

.sub_flash .btn {
  position: absolute;
  left: 50%;
  margin-left: -59px;
  width: 118px;
  height: 133px;
  z-index: 11;
  top: 50%;
  margin-top: -66px;
  cursor: pointer;
}

.sub_flash .cut3video {
  width: 1400px;
  margin: 0 auto;
  background: #000;
  position: relative;
  z-index: 10;
}

.tong_x_1 {
  background: #f8f8f8;
  padding-top: 92px;
  padding-bottom: 98px;
}

.tong_x_1 .about_title {
  text-align: center;
  padding-bottom: 44px;
}

.tong_x_1 .body {
  border: 1px solid #ddd;
  background: #fff;
  padding: 60px;
  position: relative;
  min-height: 93px;
}

.tong_x_1 .body .ico {
  position: absolute;
  left: 98px;
  top: 69px;
}

.tong_x_1 .body .des {
  padding-left: 236px;
  font-size: 18px;
  color: #666;
  line-height: 36px;
}

.tong_x_2 {
  padding-top: 95px;
  padding-bottom: 48px;
}

.tong_x_2 .about_title {
  text-align: center;
  padding-bottom: 44px;
}

.tong_x_2 li {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.tong_x_2 li:nth-child(3n) {
  margin-right: 0;
}

.tong_x_2 li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}

.tong_x_2 li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.tong_x_2 li .txt {
  background: #fff;
  font-size: 22px;
  position: relative;
  color: #666;
  transition: ease-in-out 0.2s;
  overflow: hidden;
  padding: 0 34px;
}

.tong_x_2 li .txt i {
  width: 24px;
  height: 9px;
  background-position: -150px 0;
  margin-bottom: 40px;
  margin-top: 34px;
  transition: ease-in-out 0.2s;
}

.tong_x_2 li .txt h3 {
  font-size: 24px;
  line-height: 36px;
  padding-top: 34px;
  padding-bottom: 23px;
}

.tong_x_2 li .txt p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 72px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tong_x_2 li:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.tong_x_2 li:hover h3 {
  color: #c9161e;
}

.erro {
  text-align: center;
  padding-bottom: 100px;
  color: red;
  font-size: 18px;
  padding-top: 50px;
}

/* 新闻动态-详情 */
.news_detail {
  padding: 50px;
  background: #fff;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  width: calc(100% - 430px);

}

.news_right {
  width: 300px;
}

.news_right .box1 {
  background: #fff;
  padding: 20px 20px 0;
  margin-bottom: 20px;
}

.news_right .t {
  border-left: 2px solid #c9161e;
  margin-bottom: 15px;
  color: #444;
  font-size: 16px;

  line-height: 16px;
  text-indent: 10px;
}

.news_right .t .fr {
  font-size: 12px;
}

.news_right .con {
  border-top: 1px dashed #ccc;
  padding: 20px 0;
  text-align: center;
}

.news_right .con img {
  width: 100%;
  display: block;
}

.news_right .con li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

.news_right .con p {
  line-height: 35px;
}

.news_detail .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}

.news_detail .title h1 {
  font-weight: normal;
  font-size: 36px;
  line-height: 60px;
  text-align: left;
  color: #333;
}

.news_detail .title .marks {
  margin-top: 30px;
}

.news_detail .title .marks span {
  font-size: 16px;
  color: #333;
}

.news_detail .title .marks span em {
  margin-right: 14px;
  color: #999;
}

.news_detail .title .marks span.t1 {
  margin-right: 14px;
}

.news_detail .title .marks span.t2 {
  margin-right: 54px;
}

.news_detail .title .marks span.t3 {
  font-family: arial;
}

.news_detail .title .marks span.t3 em {
  font-family: "Microsoft YaHei";
}

.news_detail .context {
  padding-top: 50px;
  line-height: 30px;
  font-size: 16px;
}

.news_detail .context img {
  max-width: 100%;
}

/* 资讯推荐 */
.news_recom {
  padding-top: 76px;
}

.news_recom .news_tit .tit {
  margin-left: 10px;
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.news_recom .news_tit .morenews {
  float: right;
  font-size: 20px;
  line-height: 44px;
  color: #999;
}

.news_recom .news_tit .morenews:hover {
  color: #2352b3;
}

.news_recom .newslist1 {
  margin-top: 36px;
}

.news_recom .newslist1 .list {
  width: 103%;
}

.news_recom .newslist1 li {
  position: relative;
  margin-right: 3.5%;
  float: left;
  width: calc(100% / 2);
  height: 516px;
  background: #fff;
}

.news_recom .newslist1 li.nt3 {
  margin-right: 0;
}

.news_recom .newslist1 li .img {
  display: block;
  width: auto;
  height: 242px;
  overflow: hidden;
}

.news_recom .newslist1 li img {
  display: block;
  width: auto;
  height: 242px;
  object-fit: contain;
}

.news_recom .newslist1 li .txtbox {
  padding: 40px 30px 30px 40px;
  box-sizing: border-box;
}

.news_recom .newslist1 li .txtbox .time {
  font-family: arial;
  font-size: 18px;
  line-height: 16px;
  color: #999;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt {
  padding-top: 40px;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt .tit {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #151527;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt .desc {
  margin-top: 18px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: all ease 0.36s;
  overflow: hidden;
}

.news_recom .newslist1 li .detail {
  position: relative;
  margin-top: 20px;
  display: block;
  width: 120px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-indent: 0;
  color: #151527;
  background: url("../images/f7arr1.png") no-repeat 42px center #fff;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .detail span {
  position: relative;
  z-index: 12;
}

.news_recom .newslist1 li .detail:before,
.news_recom .newslist1 li .detail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 36px;
  background: url("../images/f7arr2.png") 68px center no-repeat #e7434a;
  z-index: 2;
  transition: 0.8s;
}

.news_recom .newslist1 li .detail:before {
  transition: 0.3s;
  background: url("../images/f7arr2.png") 68px center no-repeat #e7434a;
  z-index: -1;
}

.news_recom .newslist1 li:hover .detail {
  text-indent: 26px;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .detail:before,
.news_recom .newslist1 li:hover .detail:after {
  width: 120px;
}

.news_recom .newslist1 li:hover .detail span {
  color: #fff;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .txtbox .time {
  transform: translateY(10px);
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .txtbox .txt {
  transform: translateY(-10px);
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover img {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}

/* reLink */
.reLink {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  margin-top: 30px;
}

.reLink .nextLink,
.detail .reLink .prevLink {
  width: 50%;
}

.reLink .nextLink {
  text-align: right;
}

.reLink a {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.reLink a:hover {
  color: #f94570;
}

/* 单页信息 */
.single_wrapper {
  padding-top: 60px;
}

.single_center {
  min-height: 520px;
  background: #fff;
}

.single_center .about_con {
  line-height: 35px;
  font-size: 16px;
  margin-bottom: 70px;
  border: 1px solid #ddd;
  padding: 60px;
  text-align: justify;
  margin-top: 20px;
}

.single_center .about_con img {
  max-width: 100%;
  line-height: 35px;
}

.contact_2 {
  padding: 50px 7% 10px;
  background: #f5f5f5;
  margin-top: 50px;
  margin-bottom: 70px;
}

.contact_2 .ctit .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  font-weight: lighter;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.contact_2 .formdata {
  margin-top: 60px;
}

.contact_2 .formdata .item {
  position: relative;
  float: left;
  width: 48%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #d6d6d6;
}

.contact_2 .formdata .item.mr {
  margin-right: 3.5%;
}

.contact_2 .formdata .item label {
  float: left;
  display: block;
  margin-top: 18px;
  width: 17%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.contact_2 .formdata .item .txt {
  float: left;
  width: 76%;
  height: 58px;
  line-height: 58px;
  border: none;
  outline: none;
  text-indent: 20px;
  background: none;
}

.contact_2 .formdata .item .red {
  position: absolute;
  top: 0;
  right: 20px;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}

.contact_2 .formdata .tarea {
  margin-top: 40px;
}

.contact_2 .formdata .tarea textarea {
  border: 1px solid #d6d6d6;
  width: 100%;
  background: none;
  box-sizing: border-box;
  height: 174px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  text-indent: 24px;
}

.contact_2 .formdata .btn {
  border: none;
  background: #c9161e;
  width: 400px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 60px;
  outline: none;
}

.contact_2 .formdata .btn:hover {
  transform: translateY(-5px);
  color: #fff;
  background-color: #e41e27;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}

.servicePage {
  padding-top: 0;
}

.servicePage .item_top {
  margin-bottom: 30px;
}

.zhi_1 {
  margin: 97px auto;
  border: 1px solid #ddd;
  height: 359px;
}

.zhi_1 .left {
  width: 50%;
  background: url("../images/zhi_1.jpg") right bottom no-repeat;
  box-sizing: border-box;
  padding-left: 79px;
  padding-top: 71px;
  height: 100%;
}

.zhi_1 .left h4 {
  font-size: 30px;
  color: #999;
  text-transform: uppercase;
}

.zhi_1 .left h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 34px;
}

.zhi_1 .left p {
  font-size: 18px;
}

.zhi_1 .right {
  width: 50%;
  height: 100%;
}

.zhi_2_main {
  background: url("../images/zhi_2_bg.jpg") center top no-repeat;
  height: 695px;
}

.zhi_2_main .about_title {
  text-align: center;
  color: #fff;
  padding-top: 94px;
  padding-bottom: 44px;
}

.zhi_2_main .about_title p {
  color: #fff;
}

.zhi_2_main .body h3 {
  font-size: 30px;
  background: url("../images/zhi_2_ico.jpg") right top no-repeat;
  line-height: 32px;
  height: 55px;
  margin-bottom: 46px;
  padding-right: 146px;
  padding-top: 20px;
}

.zhi_2_main .body p {
  font-size: 16px;
  line-height: 32px;
  height: 160px;
  color: #666;
}

.zhi_2_main .left {
  width: 100%;
  background: #fff;
  padding: 39px 47px 47px;
  box-sizing: border-box;
}

.zhi_2_main .right {
  width: 49%;
  background: #fff;
  padding: 39px 47px 47px;
  box-sizing: border-box;
}

.zhi_3_main {
  background: url("../images/zhi_3_bg.jpg") center top no-repeat;
  width: 100%;
  height: 949px;
  padding-bottom: 0;
  padding-top: 0;
}

.zhi_3_main .about_title h4 {
  font-size: 16px;
  line-height: 34px;
  padding: 45px 0;
}

.zhi_3_main .about_title {
  padding-top: 94px;
  padding-bottom: 0;
}

.about_4_main .hd h3 {
  padding-bottom: 0;
}

.zhi_3_main .bd li img {
  height: 296px;
  padding-bottom: 30px;
  width: 222px;
  padding-top: 20px;
}

.zhi_3_main .hd a {
  bottom: -500px;
}

.zhi_3_main .bd li {
  width: 262px;
}

.zhi_4_main {
  background: url("../images/zhi_4_bg.jpg") center top no-repeat;
  width: 100%;
  height: 1432px;
}

.zhi_4_main .about_title {
  text-align: center;
  color: #fff;
  padding-top: 100px;
}

.zhi_4_main .about_title p {
  color: #fff;
}

.zhi_4_main .about_title h4 {
  font-size: 16px;
  line-height: 26px;
  padding-top: 45px;
  padding-bottom: 40px;
}

.zhi_4_main .body li {
  height: 330px;
  width: 100%;
  background: #fff;
}

.zhi_4_main .body li .left {
  width: 50%;
  box-sizing: border-box;
  padding-left: 45px;
  padding-top: 45px;
  padding-right: 45px;
}

.zhi_4_main .body li .left h3 {
  font-size: 24px;
  padding-bottom: 25px;
}

.zhi_4_main .body li .left .des {
  font-size: 16px;
  line-height: 34px;
  color: #666;
}

.zhi_4_main .body li .right {
  width: 50%;
  height: 100%;
}

.zhi_4_main .body li:nth-child(2n) .left {
  float: right;
}

.zhi_4_main .body li:nth-child(2n) .right {
  float: left;
}

.zhi_5_main {
  background: url("../images/zhi_5_bg.jpg") center top no-repeat;
}

.zhi_5_main .about_title {
  text-align: center;
  padding-top: 108px;
  padding-bottom: 58px;
}

.zhi_5_main .body1 {
  background: #fff;
  height: 434px;
  padding: 44px;
  box-sizing: border-box;
}

.zhi_5_main .body1 .left {
  width: 61%;
  font-size: 16px;
  line-height: 32px;
  padding-top: 10px;
}

.zhi_5_main .body1 .right {
  width: 35%;
  height: 100%;
}

.zhi_6_main {
  padding-top: 0;
}

.searcher_center {
  padding-top: 77px;
}

.searchPage .item {
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #fff;
  border: 1px solid #ddd;
}

.searchPage .item a {
  width: 100%;
  display: block;
}

.searchPage .item .text {
  width: 868px;
  display: block;
}

.searchPage .item .img {
  width: 300px;
  height: 168px;
  display: block;
  margin-right: 30px;
  overflow: hidden;
}

.searchPage .item img {
  width: 300px;
  height: 168px;
  display: block;
  transition: ease-in-out 0.4s;
}

.searchPage .item h3 {
  font-size: 20px;
  padding: 35px 0 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.searchPage .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}

.searchPage .item .time {
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}

.searchPage .item .time .day {
  font-size: 40px;
  line-height: 45px;
  display: block;
}

.searchPage .item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.searchPage .item:hover .img img {
  transform: scale(1.1);
}

.searchPage .item:hover h3 {
  font-weight: bold;
  color: #c9161e;
  text-indent: 5px;
}

.searchPage .item:hover .time .day span {
  background: #ff6f00;
}

.searchPage .item:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}

.searchPage .item .text {
  width: 1368px;
}

/* map_ul */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.map_ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}

.map_ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  background: #f6f6f6;
  text-indent: 15px;
}

.map_ul .list-inline {
  display: block;
  width: 86%;
}

.map_ul .list-inline li {
  height: 32px;
  display: inline-block;
  *display: inline;
  margin: 15px 5px 15px 0;
  zoom: 1;
  line-height: 32px;
  border-bottom: 0;
  text-align: center;
  width: auto;
  padding: 0;
}

.map_ul .list-inline li a {
  text-indent: 0;
  font-weight: normal;
  display: block;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 10px;
  width: auto;
  border: 1px solid #ccc;
  text-align: center;
}

.map_ul .list-inline li a:hover {
  background: #c9161e;
  color: #fff;
  border: 1px solid #c9161e;
}

/* 申请职位 */
.ydewmbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/black30.png") repeat left top;
  display: none;
  z-index: 998;
}

.ydewmbg .ydewm {
  position: relative;
  height: 600px;
  top: 50%;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  margin-top: -300px;
  display: none;
}

.ydewmbg a {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/closeM.png") no-repeat center center;
  transition: all ease-in-out 0.36s;
}

.ydewmbg a:hover {
  transform: rotate(360deg);
  transition: all ease-in-out 0.36s;
}

.mess_pop1 {
  padding: 60px 40px;
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  background: #fff;
  box-shadow: 8px 0 20px rgba(0, 0, 0, 0.2);
  animation: topDown1 0.4s;
}

.mess_pop1 .job_tit .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  color: #333;
}

.mess_pop1 .message {
  margin-top: 40px;
}

.mess_pop1 .message .item_top {
  margin-bottom: 20px;
}

.mess_pop1 .message .item {
  position: relative;
  float: left;
  width: 31.95%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #d6d6d6;
}

.mess_pop1 .message .item select {
  outline: none;
  border: none;
  width: 200px;
  background: #fff;
  margin-left: 10px;
}

.mess_pop1 .message .item.mr {
  margin-right: 1.8%;
}

.mess_pop1 .message .item label {
  float: left;
  display: block;
  margin-top: 15px;
  width: 26.4%;
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-right: 1px solid #ddd;
  color: #666;
}

.mess_pop1 .message .item .txt {
  float: left;
  width: 73%;
  height: 48px;
  line-height: 48px;
  border: none;
  outline: none;
  text-indent: 20px;
}

.mess_pop1 .message .item font {
  position: absolute;
  top: 0;
  right: 20px;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}

.mess_pop1 .message .tarea {
  margin-top: 40px;
}

.mess_pop1 .message .tarea label {
  margin-bottom: 22px;
  font-size: 16px;
  color: #666;
}

.mess_pop1 .message .tarea textarea {
  margin-top: 22px;
  border: 1px solid #ccc;
  width: 100%;
  height: 268px;
  resize: none;
  padding-top: 26px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  text-indent: 20px;
}

.mess_pop1 .message .btn {
  border: none;
  background: #e7434a;
  width: 400px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 60px;
  outline: none;
}

.mess_pop1 .message .btn:hover {
  text-indent: 6px;
  color: #fff;
  background-color: #db232b;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}

.detail_remm {
  padding-bottom: 80px;
}

.detail_remm .index_tit {
  margin-bottom: 30px;
}

.detail_remm .body {
  padding: 50px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}

.detail_remm .body li {
  float: left;
  width: 50%;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail_remm .body li:nth-child(2n) {
  margin-left: 3%;
  width: 47%;
}

.w1400 {
  margin: 0 auto;
  width: 1400px;
}

.bottom_main {
  background: url("../images/bottom_bg.jpg") center top no-repeat;
  width: 100%;
  padding-top: 75px;
}

.bottom_main .bottom_menu {
  padding-bottom: 64px;
}

.bottom_main .bottom_menu .left {
  width: 838px;
}

.bottom_main .bottom_menu .left .fl {
  width: 100%;
  margin-bottom: 43px;
}

.bottom_main .bottom_menu .left img {
  display: block;
}

.bottom_main .bottom_menu .left img:hover {
  transition: ease-in-out .2s;
  transform: translateY(-5px);
}

.bottom_main .bottom_menu .left dl {
  width: 190px;
  float: left;
}

.bottom_main .bottom_menu .left dl a {
  color: #fff;
}

.bottom_main .bottom_menu .left dl a:hover {
  text-decoration: underline;
}

.bottom_main .bottom_menu .left dl dt {
  font-size: 17px;
  margin-bottom: 18px;
}

.bottom_main .bottom_menu .left dl dt span {
  display: none;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: 13px 0;
}

.bottom_main .bottom_menu .left dl dd {
  line-height: 34px;
}

.bottom_main .bottom_menu .left dl dd a {
  color: #ccc;
}

.bottom_main .bottom_menu .left dl dd a:hover {
  color: #fff;
}

.bottom_main .bottom_menu .right {
  text-align: right;
  color: #fff;
}

.bottom_main .bottom_menu .right p {
  font-size: 17px;
}

.bottom_main .bottom_menu .right h3 {
  font-size: 37px;
  font-family: arial;
  padding-top: 5px;
}

.bottom_main .bottom_menu .right img {
  width: 120px;
  height: 120px;
  display: block;
  float: right;
  margin-top: 30px;
}

.bottom_copy {
  border-top: 1px solid #3c3e42;
  color: #ccc;
  line-height: 50px;
}

.bottom_copy a {
  color: #ccc;
}

.bottom_copy a:hover {
  color: #fff;
}

.index_tit {
  padding-top: 70px;
}

.index_tit .left {
  width: 60%;
}

.index_tit .left h3 {
  font-size: 36px;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  line-height: 36px;
}

.index_tit .left h3 span {
  color: #c9161e;
}

.index_tit .left p {
  font-size: 16px;
  letter-spacing: 10px;
  color: #333;
}

.index_tit .left h4 {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 2px;
  line-height: 16px;
}

.index_tit .right a {
  font-size: 45px;
  font-weight: bold;
  display: block;
  line-height: 50px;
}

.floor_1 {
  margin-bottom: 50px;
}

.floor_1 .mySwiper {
  margin-top: 40px;
  padding-bottom: 60px;
}

.floor_1 .swiper-slide {
  width: 46%;
  opacity: 0.5;
  position: relative;
}

.floor_1 .swiper-slide img {
  display: block;
  width: 100%;
}

.floor_1 .swiper-slide .on {
  color: #fff;
  z-index: 10;
  top: 0;
  position: absolute;
  left: 0;
  width: 200px;
  height: 100%;
  background: rgba(201, 22, 30, 0.8);
  text-align: center;
  display: none;
}

.floor_1 .swiper-slide .on i {
  width: 100px;
  height: 100px;
  background-position: -314px -374px;
  margin: 76px auto 36px;
}

.floor_1 .swiper-slide .on h3 {
  font-size: 18px;
  line-height: 30px;
  margin: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floor_1 .swiper-slide .on span {
  font-size: 40px;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 60px;
  left: 0;
}

.floor_1 .swiper-pagination {
  transition: none;
}

.floor_1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.floor_1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 8px;
  outline: none;
  transition: none;
}

.floor_1 .swiper-pagination-bullet-active {
  background: #c9161e;
}

.floor_1 .swiper-slide-active {
  opacity: 1;
}

.floor_1 .swiper-slide-active .on {
  display: block;
}

.floor_1 .swiper-slide:hover img {
  -webkit-filter: brightness(105%);
  filters: brightness(105%);
  transition: ease-in-out .2s;
}

.floor_2_main {
  background: #f5f5f5;
}

.floor_2_main .index_tit .left p {
  letter-spacing: 4px;
}

.floor_2_main .body {
  padding-top: 35px;
  padding-bottom: 80px;
  position: relative;
}

.floor_2_main .body .hd {
  position: absolute;
  right: 0;
  z-index: 10;
  top: -32px;
}

.floor_2_main .body .hd a {
  cursor: pointer;
}

.floor_2_main .body .hd a i {
  width: 31px;
  height: 8px;
  background-position: 0 -246px;
}

.floor_2_main .body .hd .next {
  margin-left: 38px;
}

.floor_2_main .body .hd .next i {
  background-position: 0 -259px;
}

.floor_2_main .body .hd a:hover i {
  transition: ease-in-out 0.2s;
  transform: translateY(-5px);
}

.floor_2_main .body .bd {
  border: 1px solid #ddd;
}

.floor_2_main .body .bd li {
  width: 350px;
  height: 317px;
  position: relative;
  float: left;
}

.floor_2_main .body .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_2_main .body .bd li .txt {
  background: #fff;
  border-right: 1px solid #ddd;
  height: 120px;
}

.floor_2_main .body .bd li .txt h3 {
  font-size: 22px;
  padding-left: 39px;
  padding-top: 33px;
  padding-bottom: 4px;
}

.floor_2_main .body .bd li .txt p {
  font-size: 16px;
  color: #ccc;
  padding-left: 39px;
  text-transform: uppercase;
}

.floor_2_main .body .bd li .on {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/index_2_on.jpg") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-left: 44px;
  opacity: 0;
  top: 20px;
  transition: ease-in-out 0.2s;
}

.floor_2_main .body .bd li .on h3 {
  font-size: 22px;
  color: #fff;
  padding-top: 43px;
}

.floor_2_main .body .bd li .on h4 {
  color: #abadb0;
  font-size: 16px;
  font-family: arial;
  text-transform: uppercase;
  padding-top: 15px;
  height: 16px;
}

.floor_2_main .body .bd li .on p {
  color: #fff;
  font-size: 16px;
  padding-top: 35px;
}

.floor_2_main .body .bd li .on span {
  position: absolute;
  left: 44px;
  bottom: 43px;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #c9161e;
  color: #fff;
  line-height: 23px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: bold;
}

.floor_2_main .body .bd li:hover .on {
  opacity: 1;
  top: 0;
}

.floor_3_main {
  background: url("../images/index_3_bg.jpg") center top no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 80px;
}

.floor_3_main .index_tit {
  padding-bottom: 40px;
  padding-top: 80px;
}

.floor_3_main .index_tit .left h3 {
  color: #c9161e;
}

.floor_3_main .index_tit .left h3 span {
  color: #fff;
}

.floor_3_main .index_tit .left p {
  letter-spacing: 4px;
  color: #fff;
}

.floor_3_main .index_tit .left h4 {
  color: #999;
}

.floor_3_main .multipleLine {
  position: relative;
}

.floor_3_main .multipleLine .hd {
  position: absolute;
  right: 0;
  z-index: 10;
  top: -56px;
}

.floor_3_main .multipleLine .hd a {
  cursor: pointer;
}

.floor_3_main .multipleLine .hd a i {
  width: 31px;
  height: 8px;
  background-position: 0 -246px;
}

.floor_3_main .multipleLine .hd .next {
  margin-left: 38px;
}

.floor_3_main .multipleLine .hd .next i {
  background-position: 0 -259px;
}

.floor_3_main .multipleLine .hd a:hover i {
  transition: background-image ease-in-out 0.2s;
  background-position: 0 -216px;
}

.floor_3_main .multipleLine .hd .next:hover i {
  background-position: 0 -227px;
}

.floor_3_main .multipleLine .bd {
  overflow: hidden;
}

.floor_3_main .multipleLine .bd ul {
  overflow: hidden;
  zoom: 1;
}

.floor_3_main .multipleLine .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  width: 453px;
  height: 255px;
  position: relative;
  margin-bottom: 17px;
  margin-right: 20px;
}

.floor_3_main .multipleLine .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_3_main .multipleLine .bd ul li .on {
  color: #fff;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: ease-in-out 0.2s;
}

.floor_3_main .multipleLine .bd ul li .on .left {
  padding-left: 41px;
}

.floor_3_main .multipleLine .bd ul li .on .left h3 {
  font-size: 22px;
  padding-bottom: 4px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.floor_3_main .multipleLine .bd ul li .on .left p {
  opacity: 0;
  transition: ease-in-out 0.2s;
}

.floor_3_main .multipleLine .bd ul li .on .right {
  margin-right: 41px;
  margin-top: 8px;
  background: #fff;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  display: block;
  text-align: center;
}

.floor_3_main .multipleLine .bd ul li .on .right i {
  width: 7px;
  height: 11px;
  background-position: 0 -276px;
}

.floor_3_main .multipleLine .bd ul li:nth-child(3n) {
  margin-right: 0;
}

.floor_3_main .multipleLine .bd ul li:hover .on {
  background: url("../images/index_3_on.png") repeat-x;
  padding-top: 60px;
  height: 70px;
}

.floor_3_main .multipleLine .bd ul li:hover .on p {
  opacity: 1;
}

.floor_4_main {
  background: #fff url("../images/index_4_bg.jpg") center bottom no-repeat;
  width: 100%;
  height: 770px;
}

.floor_4_main h1 {
  display: none;
}

.floor_4_main .body {
  padding-top: 90px;
}

.floor_4_main .body .left {
  width: 400px;
}

.floor_4_main .body .left h3 {
  font-size: 36px;
  font-weight: bold;
}

.floor_4_main .body .left h3 span {
  color: #c9161e;
}

.floor_4_main .body .left h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 30px;
}

.floor_4_main .body .left a {
  font-size: 45px;
}

.floor_4_main .body .left ul {
  width: 400px;
  margin-top: 119px;
}

.floor_4_main .body .left li {
  float: left;
  width: 200px;
  padding-bottom: 80px;
}

.floor_4_main .body .left li h5 {
  color: #c9161e;
}

.floor_4_main .body .left li h5 span {
  font-size: 50px;
  font-family: arial;
}

.floor_4_main .body .left li h5 b {
  font-weight: 400;
  font-size: 16px;
  vertical-align: top;
  line-height: 40px;
  padding-left: 5px;
}

.floor_4_main .body .left li p {
  font-size: 16px;
}

.floor_4_main .body .right {
  width: calc(100% - 450px);
}

.floor_4_main .body .right h3 {
  font-size: 30px;
  line-height: 46px;
  width: 475px;
  font-weight: lighter;
  padding-bottom: 30px;
}

.floor_4_main .body .right p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.floor_5_main {
  background: url("../images/index_5_bg.jpg") center top no-repeat;
  width: 100%;
  height: 795px;
}

.floor_5_main .index_tit {
  padding-bottom: 56px;
  padding-top: 86px;
}

.floor_5_main .index_tit .left h3 {
  color: #c9161e;
}

.floor_5_main .index_tit .left h3 span {
  color: #fff;
}

.floor_5_main .index_tit .left p {
  letter-spacing: 4px;
  color: #fff;
}

.floor_5_main .index_tit .left h4 {
  color: #999;
}

.floor_5_main .index_tit .right a {
  color: #ccc;
}

.floor_5_main .index_tit .right a:hover {
  color: #fff;
}

/**********roundabout**********/
.floor_5_main .body {
  position: relative;
}

.floor_5_main .body .swiper {
  position: initial;
  padding-bottom: 64px;
}

.floor_5_main .body .swiper .swiper-wrapper {
  width: 100%;
}

.floor_5_main .body .swiper-slide {
  width: 900px;
  height: 497px;
  cursor: pointer;
  transform: scale(0.9);
  position: relative;
  overflow: hidden;
}

.floor_5_main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.floor_5_main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 8px;
  outline: none;
  transition: none;
}

.floor_5_main .swiper-pagination-bullet-active {
  background: #c9161e;
}

.floor_5_main .body .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: -115px;
  width: 100%;
  background: url(../images/index_5_p.png) left bottom repeat-x;
  padding-top: 10px;
  color: #fff;
  height: 115px;
  text-align: center;
  z-index: 10;
  transition: ease-in-out .2s;
  opacity: 0;
}

.floor_5_main .body .swiper-slide .text h3 {
  font-size: 26px;
  padding-bottom: 15px;
  padding-top: 20px;
}

.floor_5_main .body .swiper-slide .text p {
  font-size: 16px;
}

.floor_5_main .body .swiper-slide img {
  height: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}

.floor_5_main .body .swiper-slide-active {
  border: 6px solid #fff;
  transform: scale(1);
}

.floor_5_main .body .swiper-slide-active .text {
  opacity: 1;
  bottom: 0;
}

.floor_5_main .body .roundabout_box {
  height: 528px;
  width: 1400px;
  margin: 260px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.floor_5_main .body .roundabout-holder {
  list-style: none;
  width: 900px;
  margin: 0 auto;
}

.floor_5_main .body .roundabout-moveable-item {
  font-size: 14px !important;
  height: 338px;
  width: 600px;
  cursor: pointer;
  border: 6px solid #fff;
  position: relative;
  overflow: hidden;
}

.floor_5_main .body .roundabout-moveable-item a {
  position: relative;
  opacity: 1;
  display: block;
}

.floor_5_main .body .roundabout-moveable-item img {
  height: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}

.floor_5_main .body .roundabout-moveable-item p {
  font-size: 26px;
  position: absolute;
  left: 0;
  bottom: -115px;
  width: 100%;
  background: url(../images/index_5_p.png) left bottom repeat-x;
  padding-top: 10px;
  color: #fff;
  height: 115px;
  line-height: 115px;
  text-align: center;
  z-index: 10;
  transition: ease-in-out .2s;
  opacity: 0;
}

.floor_5_main .body .roundabout-in-focus {
  cursor: auto;

}

.floor_5_main .roundabout-in-focus000:hover {}

.floor_5_main .body .roundabout-holder .text {
  color: #333;
  display: none;
  position: relative;
  z-index: 3;
  line-height: 63px;
  font-size: 18px;
  text-align: center;
}

.floor_5_main .body .roundabout-holder .text b {
  color: #000;
  display: block;
  font-weight: normal;
  font-size: 18px;
}

.floor_5_main .body .roundabout-in-focus p {
  opacity: 1;
  bottom: 0;
}

.floor_5_main .body .roundabout-in-focus000:hover span {
  display: inline;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 8px 20px;
  background: #f9f9f9;
  color: #3366cc;
  z-index: 999;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topLeft: 5px;
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
}

.floor_5_main .body .roundabout a:active,
.floor_5_main .body .roundabout a:focus,
.floor_5_main .body .roundabout a:visited {
  outline: none;
  text-decoration: none;
}

.floor_5_main .body .roundabout li {
  margin: 0;
}

.floor_5_main .swiper-button-prev,
.floor_5_main .swiper-button-next {
  width: 60px;
  height: 60px;
  outline: none;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -30px;
  text-align: center;
  transition: ease-in-out 0.2s;
  background: none;
}

.floor_5_main .swiper-button-prev::after,
.floor_5_main .swiper-button-next::after {
  content: none;
}

.floor_5_main .swiper-button-prev i,
.floor_5_main .swiper-button-next i {
  width: 31px;
  height: 8px;
  background-position: 0 -246px;
}

.floor_5_main .swiper-button-next {
  left: auto;
  right: -90px;
}

.floor_5_main .swiper-button-next i {
  background-position: 0 -259px;
}

.floor_5_main .swiper-button-prev:hover {
  transform: translateX(-10px);

}

.floor_5_main .swiper-button-prev:hover i {
  background-position: 0 -216px;
}

.floor_5_main .swiper-button-next:hover {
  transform: translateX(10px);

}

.floor_5_main .swiper-button-next:hover i {
  background-position: 0 -227px;
}

.floor_6_main {
  background: #f5f5f5;
}

.floor_6_main .index_tit {
  padding-bottom: 50px;
  padding-top: 30px;
}

.floor_6_main .index_tit .left p {
  letter-spacing: 6px;
}

.floor_6_main .body .bd li {
  width: 435px;
  margin-right: 47px;
}

.floor_6_main .body .bd li .img {
  position: relative;
  padding-top: 56.25%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.floor_6_main .body .bd li .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.floor_6_main .body .bd li .txt {
  padding: 37px 0 100px;
  display: block;
}

.floor_6_main .body .bd li .txt .fl {
  width: calc(100% - 172px);
  font-size: 18px;
  line-height: 30px;
}

.floor_6_main .body .bd li .txt .fr h3 {
  font-size: 35px;
  line-height: 35px;
  color: #666;
}

.floor_6_main .body .bd li .txt .fr p {
  color: #666;
}

.floor_6_main .body .bd li .txt .fr {
  width: 172px;
  text-align: right;
}

/*筛选*/
.caseSelect {
  width: 1598px;
  margin-bottom: 40px;
  border: 1px solid #e2e2e2;

  font-size: 16px;
}

.caseSelect .item {
  margin: 0 auto;
  line-height: 50px;
  border-bottom: 1px solid #f4f4f4;
}

.caseSelect .item p {
  width: 101px;
  float: left;
  text-align: center;
  color: #666;
  font-size: 16px;
  background: #efefef;
}

.caseSelect .item a {
  height: 23px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  padding-left: 37px;
  color: #666;
}

.caseSelect .item a.hover {
  color: #c9161e;
  font-weight: bold;
}

.caseSelect .item a:hover {
  color: #c9161e;
}

.caseSelect dl {
  float: left;
  width: 970px;
}

.caseSelect dl dd {
  padding-right: 20px;
  float: left;
}

.caseSelect dl dd.all {
  background: #0097e5;
  border-radius: 5px;
  line-height: 26px;
  padding: 0 15px;
  margin-right: 10px;
}

.case_main li {
  position: relative;
  float: left;
  width: 32%;
  margin-bottom: 30px;
  margin-right: 2%;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;
  overflow: hidden;
}

.case_main li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}

.case_main li .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.case_main li .txt {
  border: 1px solid #ddd;
  border-top: none;
  display: block;
  padding: 28px;
  position: relative;
}

.case_main li .txt h3 {
  font-size: 20px;
  padding-right: 40px;
  padding-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case_main li .txt span {
  color: #666;
  padding: 0 10px;
}

.case_main li .txt span:nth-child(2) {
  padding-left: 0;
}

.case_main li .txt i {
  width: 31px;
  height: 8px;
  background-position: 0 -227px;
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -4px;
}

.case_main li:nth-child(3n) {
  margin-right: 0;
}

.case_main li:hover .txt {
  background: #c9161e;
  color: #fff;
  border-color: #c9161e;
}

.case_main li:hover .txt span {
  color: #fff;
}

.rang_main .tit {
  text-align: center;
  padding: 60px 0 40px;
}

.rang_main .tit h3 {
  font-size: 36px;
  font-weight: bold;
}

.rang_main .tit h3 span {
  color: #c9161e;
}

.rang_main .tit h4 {
  font-size: 16px;
  letter-spacing: 10px;
  padding-bottom: 5px;
}

.rang_main .tit p {
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}

.rang_main .body li {
  float: left;
  width: 49%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 270px;
  margin-bottom: 39px;
  background: #fff;
}

.rang_main .body li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.rang_main .body li .fl {
  width: 40%;
  padding-left: 38px;
  box-sizing: border-box;
  padding-right: 38px;
  position: relative;
  height: 100%;
}

.rang_main .body li .fl h3 {
  font-size: 24px;
  padding-top: 47px;
}

.rang_main .body li .fl h4 {
  font-size: 16px;
  color: #ccc;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.rang_main .body li .fl p {
  line-height: 24px;
  color: #666;
  height: 72px;
  overflow: hidden;
}

.rang_main .body li .fl i {
  width: 31px;
  background-position: 0 -353px;
  height: 8px;
  bottom: 37px;
  position: absolute;
  left: 38px;
}

.rang_main .body li .fr {
  width: 60%;
  height: 100%;
}

.rang_main .body li .fr img {
  height: 100%;
  display: block;
}

.rang_main .body li:nth-child(2n) {
  float: right;
}

.rang_main .body li:nth-child(2n) .fl i {
  background-position: 0 -259px;
}

.rang_mess {
  background: #f5f5f5;
}

.rang_mess .index_tit .left p {
  letter-spacing: 0;
}

.rang_mess .index_tit .left p span {
  color: #ccc;
  padding: 0 10px;
}

.rang_mess .index_tit .left h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.rang_mess .body {
  padding-bottom: 70px;
}

.rang_mess .body .left {
  width: 900px;
  margin-top: 40px;
  /* display: none; */
}

.rang_mess .body .left li {
  margin-bottom: 20px;
  color: #666;
}

.rang_mess .body .left li div {
  width: 48%;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 48px;
  height: 48px;
}

.rang_mess .body .left li div .span {
  display: block;
  float: left;
  border-right: 1px solid #ddd;
  width: 24%;
  text-align: center;
  font-size: 16px;
}

.rang_mess .body .left li div .span b {
  color: #c9161e;
}

.rang_mess .body .left li div input {
  outline: none;
  width: 66%;
  text-indent: 1em;
  border: none;
}

.rang_mess .body .left li div .txt {
  width: 30%;
  line-height: 48px;
  display: block;
  float: left;
}

.rang_mess .body .left li div select {
  width: 66%;
  margin-left: 10px;
  outline: none;
  border: none;
  line-height: 30px;
}

.rang_mess .body .left li textarea {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
  resize: none;
  font-size: 16px;
  height: 140px;
  padding: 10px 15px;
  outline: none;
}

.rang_mess .body .left .btn {
  background: #c9161e;
  color: #fff;
  width: 342px;
  line-height: 61px;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  outline: none;
  cursor: pointer;
}

.rang_mess .body .left .btn:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.ding_main li .txt i {
  width: 75px;
  height: 13px;
  background-position: 0 -472px;
  top: 30px;
  margin-top: 0;
}

.ny_menu {
  padding: 50px 0 50px;
  text-align: center;
  margin: 0 auto;
}

.ny_menu ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ny_menu li {
  float: left;
  width: 240px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  background: #f5f5f5;
  margin: 0 7px;
  font-size: 18px;
}

.ny_menu li i {
  width: 39px;
  height: 39px;
  background-position: 0 -377px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.ny_menu li a {
  display: block;
  width: 100%;
  height: 100%;
}

.ny_menu li:nth-child(2) i {
  background-position: -39px -377px;
}

.ny_menu li:nth-child(3) i {
  background-position: -78px -377px;
}

.ny_menu li:nth-child(4) i {
  background-position: -117px -377px;
}

.ny_menu li:nth-child(5) i {
  background-position: -156px -377px;
}

.ny_menu li:hover,
.ny_menu li.hover {
  background: #c9161e;
}

.ny_menu li:hover a,
.ny_menu li.hover a {
  color: #fff;
}

.ny_menu li:hover i,
.ny_menu li.hover i {
  background-position: 0 -416px;
}

.ny_menu li:nth-child(2):hover i {
  background-position: -39px -416px;
}

.ny_menu li:nth-child(3):hover i {
  background-position: -78px -416px;
}

.ny_menu li:nth-child(4):hover i {
  background-position: -117px -416px;
}

.ny_menu li:nth-child(5):hover i {
  background-position: -156px -416px;
}

.ding_2 {
  padding-bottom: 60px;
}

.ding_2 .tit {
  text-align: center;
  padding: 20px 0 60px;
}

.ding_2 .tit h3 {
  font-size: 36px;
  font-weight: bold;
}

.ding_2 .tit h3 span {
  color: #c9161e;
}

.ding_2 .tit p {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  padding-top: 5px;
}

.ding_2 .body {
  position: relative;
  height: 493px;
  overflow: hidden;
}

.ding_2 .body .img {
  width: 571px;
  height: 493px;
  background: url(../images/ding_img.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -285px;
  top: 50%;
  margin-top: -246px;
  -webkit-transition: all ease-in-out 5s;
  -webkit-animation: big 5s infinite linear;
}

.ding_2 .body li {
  position: relative;
  z-index: 10;
  margin-bottom: 57px;
  margin-top: 10px;
}

.ding_2 .body li .fl {
  width: 294px;
  text-align: left;
  float: right;
}

.ding_2 .body li .fl h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 15px;
}

.ding_2 .body li .fl h3 span:first-child {
  color: #c9161e;
}

.ding_2 .body li .fl p {
  font-size: 24px;
  line-height: 24px;
  color: #666;
  padding-bottom: 5px;
}

.ding_2 .body li .fl .span {
  font-size: 16px;
  color: #999;
}

.ding_2 .body li .fr {
  background: url(../images/ding_1.png) no-repeat;
  width: 116px;
  height: 117px;
  text-align: center;
  line-height: 117px;
  font-size: 50px;
  color: #ddd;
  font-family: arial;
  font-weight: bold;
  float: left;
  background-size: cover;
}

.ding_2 .body li:hover {
  transition: ease-in-out .2s;
  transform: translateY(-5px);
}

.ding_2 .body li:nth-child(2) .fl h3 span:first-child {
  color: #333;
}

.ding_2 .body li:nth-child(2) .fl h3 span:last-child {
  color: #c9161e;
}

.ding_2 .body li:nth-child(3n) {
  margin-bottom: 10px;
}

.ding_2 .body .left {
  width: 420px;
}

.ding_2 .body .right {
  width: 420px;
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.ding_3 {
  padding-bottom: 70px;
}

.ding_3 .box1 {
  height: 240px;
}

.ding_3 .box1 .fl {
  width: 401px;
  height: 100%;
}

.ding_3 .box1 .fl img {
  width: 100%;
}

.ding_3 .box1 .fr {
  width: 996px;
  border: 1px solid #ddd;
  height: 238px;
}

.ding_3.w1600 .box1 .fr {
  width: 1196px;
}

.ding_3 .box1 .fr li {
  float: left;
  border-left: 1px solid #ddd;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
  height: 238px;
}

.ding_3 .box1 .fr li a {
  display: block;
  width: 100%;
  height: 100%;
}

.ding_3 .box1 .fr li img {
  margin-top: 55px;
  width: 52px;
  height: 52px;
}

.ding_3 .box1 .fr li p {
  font-size: 24px;
  padding-top: 37px;
}

.ding_3 .box1 .fr li:hover img {
  transition: ease-in-out .2s;
  transform: translateY(-5px);
}

.ding_3 .box1 .fr li:hover p {
  transition: ease-in-out .2s;
  transform: translateY(-5px);
}

.ding_3 .box2 {
  padding-top: 40px;
}

.ding_3 .box2 li {
  border-bottom: 2px solid #ddd;
  float: left;
  width: 26.6%;
  margin-left: 10%;
  padding-bottom: 30px;
}

.ding_3 .box2 li i {
  height: 46px;
  width: 46px;
  background-position: -267px -177px;
  float: left;
  margin-right: 17px;
}

.ding_3 .box2 li h3 {
  font-size: 29px;
  font-family: arial;
}

.about_con .ding_3 .box2 li h3 {
  font-size: 25px;
}

.about_con .ding_3 {
  padding-bottom: 20px;
}

.about_con .ding_3 .box2 {
  padding-top: 0;
}

.ding_3 .box2 li p {
  font-size: 20px;
  color: #666;
  line-height: 20px;
  padding-bottom: 5px;
}

.ding_3 .box2 li:hover {
  transition: ease-in-out .2s;
  transform: translateY(-5px);
}

.ding_3 .box2 li:first-child {
  margin-left: 0;
}

.ding_3 .box2 li:last-child i {
  width: 66px;
  background-position: -339px -177px;
}

.ding_show .con {
  padding: 93px 0 66px;
}

.ding_show .con .fl {
  width: calc(100% - 460px);
}

.ding_show .con .fl h1 {
  font-size: 40px;
  padding-bottom: 30px;
}

.ding_show .con .fl .txt {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}

.ding_show .con .fr {
  width: 400px;
}

.ding_show .con .fr li {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-top: 29px;
  padding-bottom: 15px;
}

.ding_show .con .fr li .right {
  font-weight: bold;
}

.ding_show .text_con {
  line-height: 35px;
  font-size: 16px;
  padding: 40px 0;
}

.ding_show .text_con img {
  max-width: 100%;
}

.ding_show .con2 {
  border: 1px solid #ddd;
  background: #f8f8f8;
  border-radius: 5px;
  overflow: hidden;
}

.ding_show .con2 .hd {
  float: right;
  width: 448px;
  padding-left: 47px;
  box-sizing: border-box;
}

.ding_show .con2 .hd ul {
  padding-top: 49px;
}

.ding_show .con2 .hd li {
  float: left;
  width: 50%;
  margin-bottom: 39px;
}

.ding_show .con2 .hd li .fl {
  width: 76px;
  height: 76px;
  background: #666666;
  border-radius: 100%;
  margin-right: 20px;
  text-align: center;
}

.ding_show .con2 .hd li .fl i {
  width: 40px;
  height: 40px;
  background-position: -170px -274px;
  margin-top: 18px;
}

.ding_show .con2 .hd li p {
  font-size: 20px;
  line-height: 26px;
  padding-top: 15px;
}

.ding_show .con2 .hd li:hover .fl,
.ding_show .con2 .hd li.on .fl {
  background: #c9161e;
}

.ding_show .con2 .hd li.l2 .fl i {
  background-position: -210px -274px;
}

.ding_show .con2 .hd li.l3 .fl i {
  background-position: -250px -274px;
}

.ding_show .con2 .hd li.l4 .fl i {
  background-position: -290px -274px;
}

.ding_show .con2 .hd li.l5 .fl i {
  background-position: -330px -274px;
}

.ding_show .con2 .hd li.l6 .fl i {
  background-position: -370px -274px;
}

.ding_show .con2 .hd li.l7 .fl i {
  background-position: -410px -274px;
}

.ding_show .con2 .bd {
  float: left;
}

.ding_show .con2 .bd img {
  width: 950px;
  height: 534px;
  display: block;
}

.ding_case {
  position: relative;
}

.ding_case .bd {
  margin-top: 58px;
}

.ding_case .bd li {
  width: 438px;
  margin-right: 44px;
}

.ding_case .bd li:nth-child(3n) {
  margin-right: 44px;
}

.ding_case .hd {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 118px;
}

.ding_case .hd a {
  cursor: pointer;
}

.ding_case .hd a i {
  width: 31px;
  height: 8px;
  background-position: 0 -246px;
}

.ding_case .hd .next {
  margin-left: 38px;
}

.ding_case .hd .next i {
  background-position: 0 -259px;
}

.ding_case .hd a:hover i {
  transition: ease-in-out 0.2s;
  transform: translateY(-5px);
}

.ping_tit {
  text-align: center;
  padding: 0px 0 60px;
}

.ping_tit h3 {
  font-size: 36px;
  font-weight: bold;
}

.ping_tit h3 span {
  color: #c9161e;
}

.ping_tit p {
  font-size: 20px;
  color: #999;
  text-transform: uppercase;
  padding-top: 5px;
}

.ping_1_add {
  background: url(../images/ping_1.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-top: 60px;
}

.ping_1_add .box1 {
  padding-bottom: 60px;
}

.ping_1_add .box1 .left {
  width: 43%;
}

.ping_1_add .box1 .left video {
  width: 100%;
  display: block;
}

.ping_1_add .box1 .right {
  width: 50%;
}

.ping_1_add .box1 .right .ping_tit {
  text-align: left;
  padding-bottom: 35px;
}

.ping_1_add .box1 .right .con {
  padding-right: 120px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  height: 210px;
  overflow: auto;
}

.ping_1_add .box1 .right .con img {
  max-width: 100%;
}

.ping_1_add .box1 .right .con::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.ping_1_add .box1 .right .con::-webkit-scrollbar-thumb {
  width: 15px;
  border-radius: 15px;
  background: #c9161e;
}

.ping_1_add .box1 .right .con::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #e1dfdf;
}

.ping_1_add .box2 {
  padding-bottom: 60px;
}

.ping_1_add .box2 li {
  float: left;
  height: 584px;
  position: relative;
  width: 338px;
  margin-left: 16px;
}

.ping_1_add .box2 li .tab1 {
  position: absolute;
  width: 336px;
  height: 336px;
  border: dashed 1px #ddd;
  border-radius: 100%;
  left: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  padding-top: 100px;
  box-sizing: border-box;
}

.ping_1_add .box2 li .tab2 {
  width: 245px;
  height: 245px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 36px;
  position: absolute;
  left: 45px;
  bottom: 19px;
  z-index: 10;
}

.ping_1_add .box2 li .tab2 p {
  width: 82px;
  margin: 0 auto;
  padding-top: 75px;
  font-weight: bold;
  display: none;
}

.ping_1_add .box2 li:first-child {
  margin-left: 0;
}

.ping_1_add .box2 li:nth-child(2n) .tab1 {
  top: auto;
  bottom: 0;
}

.ping_1_add .box2 li:nth-child(2n) .tab2 {
  bottom: auto;
  top: 19px;
}

.ping_1_add .box2 li:hover {
  transform: translateY(-10px);
  transition: ease-in-out .2s;
}

.ping_2_add {
  background: url(../images/ping_2.jpg) center top no-repeat;
  height: 742px;
}

.ping_2_add .ping_tit {
  text-align: left;
  padding-top: 85px;
  float: left;
}

.ping_2_add .body {
  padding-top: 85px;
  float: right;
}

.ping_2_add .body li {
  width: 300px;
  float: left;
  font-size: 16px;
  line-height: 34px;
}

.ping_2_add .body li:first-child {
  margin-right: 200px;
}

.ping_2_add .body li:hover {
  transform: translateY(-5px);
  transition: ease-in-out .2s;
}

.ping_1_main {
  background: url(../images/ping_1.jpg) center top no-repeat;
  background-size: 100% auto;
  padding: 130px 0 100px;
  min-height: 459px;
}

.ping_1_main .body {
  color: #666;
  line-height: 36px;
  width: 1010px;
  margin: 0 auto;
  font-size: 16px;
  height: 252px;
  overflow: hidden;
}

.ping_1_main .btn {
  border: 1px solid #ddd;
  width: 178px;
  text-align: center;
  font-size: 16px;
  margin: 30px auto;
  line-height: 30px;
  cursor: pointer;
}

.ping_1_main .btn:hover {
  background: #c9161e;
  color: #fff;
  border: 1px solid #c9161e;
}

.ping_2_main .body {
  width: 1010px;
  margin: 0 auto;
}

.ping_2_main .body video {
  outline: none;
  width: 100%;
}

.ping_3_main {
  padding-bottom: 80px;
}

.ping_3_main .case_main li .txt {
  border-top: 1px solid #ddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.ping_3_main .case_main li .img {
  border-radius: 0 0 5px 5px;
}

.ping_4_main {
  background: url(../images/ping_4.jpg) center top no-repeat;
  background-size: cover;
  height: 865px;
}

.ping_4_main .index_tit {
  padding-bottom: 105px;
  padding-top: 127px;
}

.ping_4_main .index_tit .left h3 {
  color: #c9161e;
}

.ping_4_main .index_tit .left h3 span {
  color: #fff;
}

.ping_4_main .index_tit .left p {
  letter-spacing: 4px;
  color: #fff;
}

.ping_4_main .index_tit .left h4 {
  color: #999;
}

.ping_4_main .index_tit .right a {
  color: #ccc;
}

.ping_4_main .index_tit .right a:hover {
  color: #fff;
}

.ping_4_main li {
  float: left;
  width: 23.5%;
  height: 399px;
  margin-left: 2%;
}

.ping_4_main li:nth-child(2n) {
  margin-top: 70px;
}

.ping_4_main li:first-child {
  margin-left: 0;
}

.ping_4_main li:hover {
  transition: ease-in-out .2s;
  transform: translateY(-5px);
}

.ping_5 {
  padding-bottom: 90px;
}

.ping_5 .body {
  margin-top: 35px;
}

.ping_5 .body li {
  float: left;
  width: calc((100% - 20px) / 5);
  margin-left: 5px;
}

.ping_5 .body li .box1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 5px;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ping_5 .body li .box1 img {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ping_5 .body li .box1 img {
  display: block;
  width: 100%;
}

.ping_5 .body li .box1 p {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 40%;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.ping_5 .body li .box1 p span {
  display: block;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}

.ping_5 .body li .box1:hover img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ping_5 .body li .box1:hover p {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ping_5 .body li .box2 {
  position: relative;
}

.ping_5 .body li .box2 .fl {
  width: calc((100% - 5px) / 2);
  background: #c9161e;
  height: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 100%;
  font-size: 60px;
  font-weight: bold;
  border-radius: 5px;
}

.ping_5 .body li .box2 .fl p {
  padding-top: 28%;
  font-family: arial;
}

.ping_5 .body li .box2 .fr {
  width: calc((100% - 5px) / 2);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.ping_5 .body li .box2 .fr img {
  display: block;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}

.ping_5 .body li .box2 .fr p {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30%;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.ping_5 .body li .box2 .fr p span {
  display: block;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}

.ping_5 .body li .box2 .fr:hover img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ping_5 .body li .box2 .fr:hover p {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ping_5 .body li:first-child {
  margin-left: 0;
}

.ping_5 .body li:nth-child(2n) .box1 {
  margin-bottom: 0;
}

.ping_5 .body li:nth-child(2n) .box2 {
  margin-bottom: 5px;
}

.ping_6_main {
  background: url(../images/ping_6.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 80px;
}

.ping_6_main .index_tit {
  padding-bottom: 62px;
  padding-top: 94px;
}

.ping_6_main .index_tit .left {
  width: 100%;
}

.ping_6_main .index_tit .left h3 {
  color: #fff;
}

.ping_6_main .index_tit .left h3 span {
  color: #c9161e;
}

.ping_6_main .index_tit .left p {
  letter-spacing: 0px;
  font-family: "微软雅黑";
  color: #fff;
  font-size: 20px;
}

.ping_6_main .index_tit .left h4 {
  color: #fff;
  font-size: 20px;
  font-family: "微软雅黑";
  padding-top: 4px;
}

.ping_6_main .fl {
  width: 686px;
}

.ping_6_main .fl .t {
  color: #fff;
  font-size: 28px;
  margin-bottom: 34px;
}

.ping_6_main .fl .slideBox {
  position: relative;
}

.ping_6_main .fl .slideBox .prev,
.ping_6_main .fl .slideBox .next {
  width: 25px;
  height: 26px;
  position: absolute;
  z-index: 10;
  bottom: 38px;
  right: 212px;
  transition: ease-in-out .2s;
}

.ping_6_main .fl .slideBox .prev i,
.ping_6_main .fl .slideBox .next i {
  width: 15px;
  height: 26px;
  background-position: 0 -179px;
}

.ping_6_main .fl .slideBox .next {
  right: 167px;
}

.ping_6_main .fl .slideBox .next i {
  background-position: -22px -179px;
}

.ping_6_main .fl .slideBox .prev:hover,
.ping_6_main .fl .slideBox .next:hover {
  transform: translateY(-5px);
}

.ping_6_main .fl .bd li img {
  width: 100%;
  height: 516px;
  border-radius: 10px;
  display: block;
}

.ping_6_main .fr {
  width: calc(100% - 736px);
  margin-top: 100px;
  background: #12161b;
}

.ping_6_main .fr img {
  width: 100%;
  border-radius: 8px;
}

.ping_6_main .fr h3 {
  color: #fff;
  font-size: 28px;
  padding: 38px 50px 19px;
}

.ping_6_main .fr p {
  font-size: 16px;
  line-height: 30px;
  color: #fefefe;
  padding: 0 50px 40px;
}

.ping_7_main {
  background: #f5f5f5 url(../images/ping_7.png) center 230px no-repeat;
  padding-bottom: 70px;
}

.ping_7_main .bd {
  margin-top: 60px;
}

.ping_7_main .bd li {
  width: 310px;
  float: left;
  margin-right: 0;
  margin-left: 40px;
}

.ping_7_main .bd li h3 {
  font-size: 50px;
  line-height: 52px;
}

.ping_7_main .bd li h3 span {
  font-size: 20px;
  font-weight: bold;
  vertical-align: text-top;
  padding-left: 5px;
}

.ping_7_main .bd li h4 {
  font-size: 20px;
  padding-top: 24px;
  padding-bottom: 20px;
}

.ping_7_main .bd li p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.ping_7_main .bd li:nth-child(2n) {
  margin-top: 390px;
}

.ping_7_main .bd li:hover {
  transition: ease-in-out .2s;
  transform: translateY(-10px);
}

.ping_7_main .ding_case .bd li:nth-child(3n) {
  margin-right: 0;
}

.ping_7_main .index_tit {
  padding-top: 100px;
}

.ping_8_main {
  padding: 60px 0;
}

.ping_8_main .body {
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 500px;
  overflow: hidden;
}

.ping_8_main .body .left {
  width: 404px;
  padding-left: 45px;
  border-right: 1px solid #ddd;
  height: 100%;
}

.ping_8_main .body .left h3 {
  font-size: 34px;
  padding-top: 40px;
}

.ping_8_main .body .left h3 span {
  color: #c9161e;
}

.ping_8_main .body .left .search {
  height: 50px;
  width: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.ping_8_main .body .left .search i {
  width: 38px;
  height: 48px;
  background-position: -87px -181px;
  position: absolute;
  right: 15px;
  bottom: 0;
}

.ping_8_main .body .left .search input {
  background: #f8f8f8;
  width: 100%;
  line-height: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  outline: none;
  text-indent: 1em;
}

.ping_8_main .body .left .con::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.ping_8_main .body .left .con::-webkit-scrollbar-thumb {
  width: 15px;

  border-radius: 15px;
  background: #333333;
}

.ping_8_main .body .left .con::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #f5f5f5;
}

.ping_8_main .body .left .con {
  position: relative;
  height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ping_8_main .body .left .con li {
  line-height: 53px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
}

.ping_8_main .body .left .con li i {
  width: 16px;
  height: 20px;
  background-position: -90px -243px;
  margin-right: 20px;
  filter: grayscale(100%);
  opacity: .3;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}

.ping_8_main .body .left .con li s {
  width: 11px;
  height: 19px;
  background-position: -55px -240px;
  float: right;
  margin-right: 25px;
  margin-top: 16px;
  opacity: 0;
}

.ping_8_main .body .left .con li:hover,
.ping_8_main .body .left .con li.on {
  background: linear-gradient(to right, #fff, #efefef);
}

.ping_8_main .body .left .con li:hover s,
.ping_8_main .body .left .con li.on s {
  opacity: 1;
  transition: ease-in-out .2s;
  margin-right: 30px;
}

.ping_8_main .body .left .con li:hover i,
.ping_8_main .body .left .con li.on i {
  filter: grayscale(0);
  opacity: 1;
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  -webkit-filter: grayscale(0);
}

.ping_8_main .body .right {
  width: calc(100% - 450px);
  height: 100%;
}

.ping_8_main .body .right #baidu-map {
  width: 100%;
  height: 100%;
}

.mt100 {
  margin-top: 50px;
}

.product_tit_main {
  padding-top: 26px;
  position: relative;
  margin-bottom: 16px;
}

.product_tit_main p {
  color: #666;
  margin-bottom: 7px;
}

.product_tit_main p a {
  color: #666;
}

.product_tit_main p a:hover {
  color: #c9161e;
}

.product_tit_main p i {
  width: 29px;
  height: 14px;
  background-position: -243px -343px;
  margin-right: 11px;
  margin-bottom: 3px;
}

.product_tit1 {
  background-color: #f2f2f2;
  padding-top: 15px;
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 10px;
}

.product_tit1 h1 {
  font-size: 36px
}

.product_tit1 p {
  color: #666;
  margin-bottom: 7px;
}

.product_tit1 p a {
  color: #666;
}

.product_tit1 p a:hover {
  color: #c9161e;
}

.product_tit1 p i {
  width: 30px;
  height: 14px;
  background-position: -243px -343px;
  margin-right: 11px;
  margin-bottom: 3px;
}

.product_tit1 .wx {
  position: absolute;
  right: -1px;
  bottom: 1px;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #c9161e;
  color: #fff;
  font-size: 16px;
  font-weight: bold
}

.product_tit1 .wx i {
  width: 18px;
  height: 17px;
  background-position: -130px -471px;
  margin-right: 14px;
}

.product_tit1 .wx:hover {
  opacity: .9;
}

.product_tit1 .wx2 {
  position: absolute;
  right: -1px;
  bottom: 1px;
  width: 250px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #c9161e;
  color: #fff;
  font-size: 16px;
  font-weight: bold
}

.product_tit1 .wx2 i {
  width: 18px;
  height: 17px;
  background-position: -130px -471px;
  margin-right: 14px;
}


.case_show .case_left {
  width: calc(100% - 500px);
  margin-top: 5px;
}

.case_show .case_left .product_tit {
  position: relative;
  margin-bottom: 16px;
}

.case_show .case_left .product_tit h1 {
  font-size: 30px
}

.case_show .case_left .product_tit p {
  color: #666;
  margin-bottom: 7px;
}

.case_show .case_left .product_tit p a {
  color: #666;
}

.case_show .case_left .product_tit p a:hover {
  color: #c9161e;
}

.case_show .case_left .product_tit p i {
  width: 29px;
  height: 14px;
  background-position: -243px -343px;
  margin-right: 11px;
  margin-bottom: 3px;
}

.case_show .case_left .box1 ul {
  display: inline-block;
  width: 100%;
}

.case_show .case_left .box1 li {
  border-bottom: 1px solid #ddd;
  line-height: 35px;
  padding-top: 22px;
  font-size: 16px;
  width: 48%;
  float: left;
}

.case_show .case_left .box1 li:nth-child(2n) {
  float: right;
}

.case_show .case_left .box1 li .fr {
  font-weight: bold;
}

.case_show .case_left .box1 a {
  display: block;
  width: 400px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #c9161e;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  font-weight: bold;
}

.case_show .case_left .box1 a i {
  width: 18px;
  height: 17px;
  background-position: -130px -471px;
  margin-right: 14px;
}

.case_show .case_left .box1 a:hover {
  opacity: .9;
}

.xq_an {
  margin-top: 50px;
  position: relative;
  width: 100%;
}

.xq_an .bd {
  width: 100%;
}

.xq_an .bd img {
  display: block;
  width: 100%;
}

.xq_an .hd .prev {
  display: block;
  width: 30px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
}

.xq_an .hd .next {
  display: block;
  width: 30px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
}

.xq_an .hd .prev span {
  display: block;
  width: 10px;
  height: 30px;
  background-position: -396px -86px;
  margin: 0 auto;
  margin-top: 21px;
}

.xq_an .hd .next span {
  display: block;
  width: 10px;
  height: 30px;
  background-position: -415px -86px;
  margin: 0 auto;
  margin-top: 21px;
}

.xq_an .hd .ul {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.xq_an .hd .ul ul {
  display: inline-block;
}

.xq_an .hd ul li {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #8f8787;
  border-radius: 50%;
  margin: 0 6px;
  float: left;
}

.xq_an .hd ul li.on {
  background-color: #c9161e;
}

.case_show .case_left .product_tit .wx {
  position: absolute;
  right: -1px;
  bottom: 1px;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #c9161e;
  color: #fff;
  font-size: 16px;
  font-weight: bold
}

.case_show .case_left .product_tit .wx i {
  width: 18px;
  height: 17px;
  background-position: -130px -471px;
  margin-right: 14px;
}

.case_show .case_left .product_tit .wx:hover {
  opacity: .9;
}

.case_show .case_left .product_tit .wx2 {
  position: absolute;
  right: -1px;
  bottom: 1px;
  width: 250px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #c9161e;
  color: #fff;
  font-size: 16px;
  font-weight: bold
}

.case_show .case_left .product_tit .wx2 i {
  width: 18px;
  height: 17px;
  background-position: -130px -471px;
  margin-right: 14px;
}

.case_show .case_left .product_tit .wx2:hover {
  opacity: .9;
}

.case_show .case_left .con {
  line-height: 35px;
  font-size: 16px;
}

.case_show .case_left .con img {
  max-width: 100%;
  border-radius: 5px;
}

.case_show .case_left iframe,
.case_show .case_left video {
  width: 100%;
}

.case_show .case_right {
  width: 400px;
}

.case_show .case_right .box1 h1 {
  font-size: 40px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 41px;
  margin-bottom: 45px;
}

.case_show .case_right .box1 p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding-bottom: 48px;
}

.case_show .case_right .box1 li {
  border-bottom: 1px solid #ddd;
  line-height: 35px;
  padding-top: 22px;
  font-size: 16px;
  width: 100%;
}

.case_show .case_right .box1 li:first-child {
  padding-top: 0;
}

.case_show .case_right .box1 li .fr {
  font-weight: bold;
}

.case_show .case_right .box1 a {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #c9161e;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  font-weight: bold;
}

.case_show .case_right .box1 a i {
  width: 18px;
  height: 17px;
  background-position: -130px -471px;
  margin-right: 14px;
}

.case_show .case_right .box1 a:hover {
  opacity: .9;
}

.case_show .case_right .box2 img {
  width: 100%;
}

.case_show .case_right .box2 .index_tit {
  margin-bottom: 15px;
  padding-top: 0px;
}

.case_show .case_right .box2.mt .index_tit {
  padding-top: 0px;
  padding-bottom: 15px;
}

.case_show .case_right .box2 .index_tit .left h3 {
  font-size: 28px;
  float: none;
}

.case_show .case_right .box2.mt .index_tit .left h3 {
  line-height: 28px;
  margin-bottom: 10px;
}

.case_show .case_right .box2 .index_tit .left p {
  letter-spacing: 3px;
}

.case_show .case_right .box2 li h3 {
  font-size: 22px;
  color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
}

.case_show .case_right .box2 li span {
  color: #666;
}

.case_show .case_right .box2 li {
  color: #666;
  margin-bottom: 30px;
  transition: ease-in-out .2s;
}

.case_show .case_right .box2 li:hover {
  transform: translateY(-5px)
}

.case_show .case_right .box2 #mess {
  margin-bottom: 30px;
  padding-top: 30px;
}

.case_show .case_right .box2 #mess .left {
  width: 100%;
}

.case_show .case_right .box2 input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  line-height: 55px;
  margin-top: 5px;
  background: no-repeat;
  outline: none;
}

.case_show .case_right .box2 .item input {
  width: 50%;
}

.case_show .case_right .box2 .item img {
  width: 90px;
  float: left;
  margin-top: 30px;
}

.case_show .case_right .box2 textarea {
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  height: 150px;
  line-height: 35px;
  padding: 0 20px;
  margin: 27px 0;
  resize: none;
  outline: none;
}

.case_show .case_right .box2 .bot input {
  background: #c9161e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  outline: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.case_show .case_right .box2 .bot input:hover {
  opacity: 0.9;
}

.case_show_ruan .case_right .box2 .index_tit:first-child {
  padding-top: 0;
}

.case_show .case_right .box3 {
  display: none;
}

.case_show .case_right .box3 .index_tit {
  padding-top: 10px;
}

.case_show .case_right .box3 dd {
  border-bottom: 1px solid #ddd;
  line-height: 50px;
  font-size: 16px
}

.case_show .case_right .box3 dd h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 16px;
}

.case_show .case_right .box3 dd h3 b {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: #ccc;
}

.case_show_ruan .case_left .box1 {
  border: 1px solid #ddd;
  position: relative;
  height: 311px;
  margin-bottom: 92px;
}

.case_show_ruan .case_left .box1 img {
  float: left;
  height: 100%;
  margin-right: 61px;
}

.case_show_ruan .case_left .box1 h1 {
  font-size: 40px;
  padding-top: 61px;
  padding-bottom: 27px;
  padding-right: 30px;
  line-height: 45px;
}

.case_show_ruan .case_left .box1 p {
  font-size: 18px;
  padding-right: 30px;
  line-height: 30px;
}


.product_con .t {
  position: relative;
  height: 76px;
  margin-bottom: 30px;
}

.product_con .t .fl {
  width: 76px;
  height: 76px;
  background: #666666;
  border-radius: 100%;
  margin-right: 20px;
  text-align: center;
}

.product_con .t .fl i {
  width: 40px;
  height: 40px;
  background-position: -170px -274px;
  margin-top: 18px;
}

.product_con .t .line {
  position: absolute;
  height: 2px;
  background: #ddd;
  left: 153px;
  bottom: 19px;
  right: 0;
}

.product_con .t h3 {
  font-size: 24px;
  padding-top: 9px;
}

.product_con .t p {
  font-size: 20px;
  color: #666;
  padding-top: 0px;
}

.product_con .c {
  line-height: 35px;
  font-size: 16px;
  margin-bottom: 50px;
}

.product_con:hover .t .fl {
  background: #c9161e;
}

.product_con:hover .c img {
  transition: ease-in-out .2s;
  -webkit-filter: brightness(105%);
  filters: brightness(105%);
}

.product_con .c img {
  max-width: 100%;
  border-radius: 5px;
}

.product_con2 .t .fl i {
  background-position: -210px -274px;
}

.product_con3 .t .fl i {
  background-position: -250px -274px;
}

.product_con4 .t .fl i {
  background-position: -290px -274px;
}

.product_con5 .t .fl i {
  background-position: -330px -274px;
}

.product_con6 .t .fl i {
  background-position: -370px -274px;
}

.product_con7 .t .fl i {
  background-position: -410px -274px;
}

.news_list {
  padding-top: 0px;
}

.news_list .body li {
  width: 32%;
  border: 1px solid #d7e1f3;
  box-sizing: border-box;
  margin-right: 2%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  float: left;
  margin-bottom: 30px;
  transition: all ease 0.36s;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.news_list .body li .txt {
  padding: 30px 25px;
  display: block;
}

.news_list .body li .txt span {
  font-size: 16px;
  font-family: arial;
  color: #666;
}

.news_list .body li .txt h3 {
  line-height: 28px;
  font-size: 20px;
  height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #d7e1f3;
  margin-top: 15px;
  padding-bottom: 21px;
  margin-bottom: 22px;
  font-weight: bold;
}

.news_list .body li .txt p {
  line-height: 18px;
  height: 36px;
  color: #666;
}

.news_list .body li .txt h4 {
  margin-top: 20px;
  color: #333;
}

.news_list .body li .txt h4 i {
  width: 23px;
  height: 12px;
  background-position: -150px 0;
  margin-left: 10px;
}

.news_list .body li:nth-child(3n) {
  margin-right: 0;
}

.news_list .body li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}

.news_list .body li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: ease-in-out .2s;
}

.news_list .body li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

.news_list .body li:hover .img img {
  transform: scale(1.1);
}

.rang_mess .w1400 .index_tit .left {
  width: 70%;
}

.rang_mess .w1400 .body .left {
  width: 700px;
}

.rang_mess .w1400 .body .right img {
  width: 430px;
  margin-top: 90px;
}

.pingpai {
  margin-bottom: 40px;
  border: 1px solid #ddd;
  border-top: none;
}

.pingpai li {
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: relative;

  float: left;
  overflow: hidden;
}

.pingpai li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}

.pingpai li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.pingpai li img:hover {
  transition: ease-in-out .2s;
  transform: scale(1.1);
}

.pingpai li:nth-child(5n) {
  border-right: none;
}

.zheng_show .parHd li {
  width: 76px;
  float: left;
  margin-left: 52px;
  cursor: pointer;
  margin-top: 10px;
}

.zheng_show .parHd li.on .fl {
  background: #c9161e;
}

.zheng_show .parHd li.on p {
  font-weight: bold;
}

.zheng_show .parHd li .fl {
  width: 76px;
  height: 76px;
  background: #666666;
  border-radius: 100%;
  margin-right: 20px;
  text-align: center;
  float: none;
}

.zheng_show .parHd li p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 47px;
  padding-top: 8px;
}

.zheng_show .parHd li .fl i {
  width: 40px;
  height: 40px;
  background-position: -170px -274px;
  margin-top: 18px;
}

.zheng_show .parHd li:first-child {
  margin-left: 0;
}

.zheng_show .parHd li.l2 .fl i {
  background-position: -210px -274px;
}

.zheng_show .parHd li.l3 .fl i {
  background-position: -250px -274px;
}

.zheng_show .parHd li.l4 .fl i {
  background-position: -290px -274px;
}

.zheng_show .parHd li.l5 .fl i {
  background-position: -330px -274px;
}

.zheng_show .parHd li.l6 .fl i {
  background-position: -370px -274px;
}

.zheng_show .parHd li.l7 .fl i {
  background-position: -410px -274px;
}

.zheng_show .parBd {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.zheng_show .parBd .slideBox {
  width: 100%;
  height: 100%;
}

.zheng_show .parBd .hd {
  width: 114px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.zheng_show .parBd .hd ul {
  display: inline-block;
}

.zheng_show .parBd .hd ul li {
  display: block;
  width: 114px;
  margin-bottom: 10px;
}

.zheng_show .parBd .hd ul li img {
  display: block;
  width: 100%;
}

.zheng_show .parBd .hd ul li.on {
  width: 110px;
  border: #c9161e solid 2px;
}

.zheng_show .parBd .hd ul li.on img {
  display: block;
  width: 110px;
}

.zheng_show .parBd .bd {
  width: 100%;
}

.zheng_show .parBd .bd .tempWrap {
  width: 100%;
}

.zheng_show .parBd .bd li {
  width: 100%;
  text-align: center;
}

.zheng_show .parBd .bd li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.ping_7_main_add {
  background: #f5f5f5;
  padding: 70px 0 10px;
}

.event_box {
  width: 100%;
  position: relative;

}

.event_box .w1400 {
  position: relative;
  z-index: 3;
  border-top: none;
}

.event_box .parHd {
  width: 1400px;
  box-sizing: border-box;
  z-index: 9;
  margin: 0 auto;
  margin-top: 100px;
}

.event_box .parHd ul {
  width: 100%;
}

.event_box .parHd ul li {
  width: 12.5%;
  float: left;
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #999;
  z-index: 10;
  cursor: pointer;
  padding-bottom: 56px;
}

.event_box .parHd ul li p {
  padding-top: 50px;
  font-size: 20px;
}

.event_box .parHd ul li i {
  width: 22px;
  height: 22px;
  background-position: -239px -459px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -11px;
  z-index: 11;
}

.event_box .parHd ul li.act i {
  background-position: -217px -459px;
}

.event_box .parHd ul li.act p {
  color: #c9161e;
  font-weight: bold;
}

.event_box b {
  background: url(../images/shibang_3.png) center center no-repeat;
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 112px;
  z-index: 0;
}

.event_box .sPrev {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  border-radius: 100%;
  top: 106px;
  background: #6c757b;
  cursor: pointer;
  text-align: center;
  z-index: 5;
}

.event_box .sNext {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  background: #6c757b;
  right: 0px;
  top: 106px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
}

.event_box .bg {
  background: #fff url(../images/shibang_2.jpg) left bottom no-repeat;
  width: 1402px;
  height: 168px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0;
  background-size: 100% auto;
  z-index: 2;
}

.event_box .sNext i {
  background-position: -142px -54px;
  width: 14px;
  height: 24px;
  margin-top: 20px;
}

.event_box .sPrev i {
  background-position: -126px -54px;
  width: 14px;
  height: 24px;
  margin-top: 20px;
}

.event_box .sPrev:hover {
  background: #c9161e;
}

.event_box .sNext:hover {
  background: #c9161e;
}

.event_box .parBd .slideBox {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 10;
}

.event_box .parBd .slideBox .left {
  text-align: left;
  width: calc(100% - 450px);
}

.event_box .parBd .slideBox .right img {
  width: 400px;
  height: 226px;
  display: block;
  margin-top: 20px;
}

.event_box .parBd .slideBox h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.event_box .parBd .slideBox h4 {
  font-size: 110px;
  margin-bottom: 10px;
  position: relative;
  font-family: "Arial";

  color: #333;
}

.event_box .parBd .slideBox h4 span {
  font-size: 40px;
  vertical-align: super;
}

.event_box .parBd .slideBox .p {
  font-size: 14px;
  height: 72px;
  color: #666;
  line-height: 24px;


}

.sin_pin {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
}

.sin_pin .sin_z {
  float: left;
  width: 28.6%;
}

.sin_pin .sin_z h3 {
  font-size: 36px;
  font-weight: bold;
}

.sin_pin .sin_z h3 span {
  color: #c9161e;
}

.sin_pin .sin_z h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #999;
}

.sin_pin .sin_z .sin_z1 {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding-top: 22px;
}

.sin_pin .sin_z ul {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.sin_pin .sin_z ul li {
  width: 100%;
  border-bottom: #ccc solid 1px;
  padding: 30px 0;
  position: relative;
}

.sin_pin .sin_z ul li .t {
  display: inline-block;
  width: 100%;
}

.sin_pin .sin_z ul li b {
  font-size: 50px;
  font-weight: normal;
  font-family: arial;
  color: #c9161e;
}

.sin_pin .sin_z ul li span {
  font-weight: 400;
  font-size: 16px;
  vertical-align: top;
  color: #c9161e;
  line-height: 40px;
  padding-left: 5px;
}

.sin_pin .sin_z ul li p {
  font-size: 16px;
}

.sin_pin .sin_z ul li img {
  display: block;
  position: absolute;
  right: 0;
  top: 36px;
}

.sin_pin .sin_z ul li.li1 span {
  font-size: 30px;
}

.sin_pin .sin_y {
  float: right;
  width: 64.4%;
}

.sin_pin .sin_y h3 {
  font-size: 36px;
  font-weight: bold;
  float: left;
}

.sin_pin .sin_y h3 span {
  color: #c9161e;
}

.searli {
  display: inline-block;
  width: 100%;
}

.searli .search {
  float: right;
  height: 46px;
  width: 350px;
  position: relative;
}

.searli .search i {
  width: 38px;
  height: 45px;
  background-position: -87px -181px;
  position: absolute;
  right: 15px;
  bottom: 0;
}

.searli .search input {
  background: #f8f8f8;
  width: 100%;
  line-height: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  outline: none;
  text-indent: 1em;
}

.sin_y .con {
  padding-top: 70px;
  width: 100%;
}

.sin_y .con ul {
  display: inline-block;
  width: 100%;
  overflow-y: auto;
  height: 380px;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 20px;
  box-sizing: border-box;
}

.sin_y .con ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.sin_y .con ul::-webkit-scrollbar-thumb {
  width: 15px;
  -webkit-box-shadow: inset 0 0 5px rgba(201, 22, 30, 5);
  border-radius: 15px;
  background: #c9161e;
}

.sin_y .con ul::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #f5f5f5;
}

.sin_y .con ul li {
  width: 49.8%;
  border: #ddd solid 1px;
  margin-top: -1px;
  margin-left: -1px;
  height: 125px;
  float: left;
}

.sin_y .con ul li i {
  display: block;
  width: 16px;
  height: 20px;
  background-position: -373px 0px;
  float: left;
  margin-top: 39px;
  margin-left: 8%;
}

.sin_y .con ul li:hover i {
  background-position: -400px 0px;
}

.sin_y .con ul li p {
  float: left;
  width: 74%;
  margin-right: 6%;
  font-size: 20px;
  color: #333;
  line-height: 20px;
  text-align: left;
  padding-left: 5%;
  margin-top: 36px;
}

.sin_y .con ul li p em {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  padding-top: 6px;
}

.sin_y .con ul li:hover span {
  color: #c9161e;
}


@media (max-width: 1660px) {
  .w1600 {
    width: 1200px;

  }

  .sin_pin .sin_z h3 {
    font-size: 32px;
  }

  .sin_pin .sin_y h3 {
    font-size: 32px;
  }

  .ping_tit h3 {
    font-size: 32px;
  }

  .case_show .case_left .product_tit h1 {
    font-size: 28px;
  }

  .rang_main .tit h3 {
    font-size: 32px;
  }

  .ding_2 .tit h3 {
    font-size: 32px;
  }

  .floor_4_main .body .right h3 {
    font-size: 26px;
    line-height: 40px;
  }

  .index_title .left {
    font-size: 32px;
  }

  .sub_banner .tit {
    margin-left: -600px;
    width: 1200px;
    top: 119px;
  }

  .sub_banner .tit h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .sub_banner .tit p {
    font-size: 16px;
  }

  .w1400 {
    width: 1200px;
  }

  .sub_banner .menu li dl dd {
    margin-left: -600px;
  }

  .about_1_main .body .box1 .left {
    width: 600px;
  }

  .about_1_main .body .box1 .left .hd li {
    margin-right: 70px;
  }

  .about_1_main .body .box1 .right img {
    width: 495px;
    height: 347px;
  }

  .about_title p {
    font-size: 25px;
  }

  .about_title h3 {
    font-size: 35px;
    text-transform: uppercase;
  }

  .about_1_main .body .box1 .left .bd li {
    font-size: 14px;
  }

  .about_1_main .body .box1 .left .bd li {
    margin-top: 20px;
  }

  .about_1_main .body .box1 .left .hd li {
    line-height: 68px;
  }

  .about_1_main .body .list .item {
    padding-left: 70px;
  }

  .about_1_main .body .list .item h3 {
    font-size: 50px;
  }

  .about_1_main .body .box4 .con .right {
    width: 433px;
  }

  .about_1_main .body .box4 .con .right img {
    width: 100%;
    float: right;
  }

  .about_1_main .body .box4 .con .left {
    width: 704px;
    margin-bottom: 10px;
  }

  .about_1_main .body .box4 .con .left dd h3 {
    padding-left: 165px;
  }

  .about_1_main .body .box4 .con .left dd .des {
    padding-left: 165px;
  }

  .about_1_main .body .box4 .con .left dl {
    padding-top: 50px;
  }

  .about_1_main .body .box4 .con .left dd {
    margin-bottom: 40px;
  }

  .about_1_main .body .box4 .con .left dd img {
    margin-left: 50px;
  }

  .floor_4_main .body .left h3 {
    font-size: 32px;
  }

  .about_4_main .bd li {
    margin-right: 15px;
  }

  .about_4_main .bd li {
    width: 285px;
  }

  .about_4_main .bd li img {
    width: 225px;
    height: 169px;
  }

  .about_4_main .hd a {
    bottom: -420px;
  }

  .about_5_main .body p {
    font-size: 30px;
  }

  .about_5_main .body h3 {
    font-size: 42px;
  }

  .job_list li .img img {
    width: 160px;
  }

  .page_product .box2 .hd li {
    width: 150px;
  }

  .remm .bd {
    width: 1050px;
  }

  .remm .bd li {
    margin-right: 12px;
  }

  .case_list li .ico {
    max-height: 80%;
  }

  .case_list li .right {
    width: 450px;
    padding-right: 200px;
  }

  .case_list li .right h3 {
    padding-top: 40px;
  }

  .product_list li {
    padding-left: 50px;
  }

  .product_list li dl {
    left: 50px;
  }

  .product_list li dl dd {
    margin-right: 30px;
  }

  .product_list li .left h3 {
    padding-top: 80px;
  }

  .product_list li:last-child {
    height: 415px;
  }

  .life_main_1 .box1 {
    width: 284px;
    height: 445px;
  }

  .life_main_1 .box2 {
    width: 592px;
    height: 445px;
  }

  .life_main_1 .box1 li {
    margin-bottom: 18px;
  }

  .life_main_1 .box1 li img {
    height: 213px;
  }

  .life_main_1 .box2 .slideBox .bd img {
    height: 445px;
  }

  .tong_main_1 .body .right {
    padding: 40px 40px 0;
  }

  .tong_main_1 .body .right ul {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .tong_main_1 .body .right p {
    font-size: 13px;
  }

  .tong_main_2 .body li h3 {
    font-size: 17px;
  }

  .tong_main_4 li .right p {
    margin-bottom: 15px;
  }

  .tong_main_4 li .right h3 {
    margin-top: 20px;
  }

  .zhi_4_main .body li .left .des {
    font-size: 14px;
    line-height: 28px;
  }

  .zhi_5_main .body1 .left {
    font-size: 14px;
    line-height: 28px;
  }

  .zhi_5_main .body1 {
    height: 394px;
  }

  .zhi_3_main .about_title h4 {
    padding: 38px 0;
  }

  .zhi_3_main .bd li {
    width: 225px;
  }

  .zhi_3_main .bd li img {
    height: 247px;
    width: 185px;
  }

  .zhi_3_main .hd a {
    bottom: -480px;
  }

  .searchPage .item .text {
    width: 1150px;
  }

  .box1_right p {
    font-size: 15px;
  }

  .sub_banner .menu li dl dd a {
    width: 170px;
  }

  .event_box .parBd .slideBox .p {
    font-size: 17px;
  }

  .life_main_2 .body li p {
    padding-bottom: 20px;
  }

  .tong_main_3 li {
    width: 250px;
  }

  .bottom_copy {
    font-size: 12px;
  }

  .header .search-box {
    right: 20px;
  }

  .nav_main .list {
    padding-right: 60px;
  }

  .nav_main .list li {
    padding: 0 20px;
  }

  .index_tit .left h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .index_tit .left h4 {
    font-size: 14px;
    line-height: 14px;
    padding-top: 6px;
  }

  .floor_2_main .body .bd li {
    width: 300px;
    height: 290px;
  }

  .floor_3_main .multipleLine .bd ul li {
    width: 386px;
    height: 217px;
  }

  .floor_4_main .body .right p {
    font-size: 15px;
  }

  .floor_6_main .body .bd li {
    width: 386px;
    margin-right: 20px;
  }

  .floor_5_main .body .roundabout_box {
    width: 1150px;
  }

  .floor_5_main .body .roundabout-holder {
    width: 650px;
  }

  .bottom_main .bottom_menu .left dl {
    width: 168px;
  }

  .bottom_main .bottom_menu .right h3 {
    font-size: 30px;
  }

  .caseSelect {
    width: 1198px;
  }

  .rang_main .body li {
    height: 200px;
  }

  .rang_main .body li .fl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rang_main .body li .fl h3 {
    padding-top: 25px;
    font-size: 22px;
  }

  .rang_main .body li .fl i {
    display: none;
  }

  .ding_3 .box2 li {
    margin-left: 5%;
    width: 30%;
  }

  .ding_3 .box2 li h3 {
    font-size: 24px;
  }

  .ding_2 .body li .fr {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .ding_2 .body li .fl h3 {
    font-size: 22px;
  }

  .ding_2 .body li .fl p {
    font-size: 20px;
  }

  .ding_2 .body .img {
    width: 420px;
    height: 363px;
    margin-left: -230px;
    margin-top: -181px;
  }

  .ny_menu li {
    width: 220px;
  }

  .ding_show .con2 .bd img {
    width: 750px;
    height: 422px;
  }

  .ding_show .con2 .hd li {
    margin-bottom: 15px;
  }

  .ding_show .con2 .hd ul {
    padding-top: 33px;
  }

  .ding_case .bd li {
    margin-right: 15px;
    width: 390px;
  }

  .ding_case .bd li:nth-child(3n) {
    margin-right: 15px;
  }

  .rang_mess .index_tit .left {
    width: 70%;
  }

  .rang_mess .body .left {
    width: 700px;
  }

  .rang_mess .body .right img {
    width: 430px;
    margin-top: 90px;
  }

  .ping_1_main {}

  .ping_6_main .fr {
    margin-top: 203px;
  }

  .ping_7_main {
    background: #f5f5f5 url(../images/ping_7.png) center 255px no-repeat;
    height: 903px;
    background-size: 1450px auto;
  }

  .ping_7_main .bd {
    margin-top: 95px;
  }

  .ping_7_main .bd li h4 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .ping_7_main .bd li {
    margin-right: 0;
    width: 270px;
    margin-left: 30px;
  }

  .ping_7_main .bd li:nth-child(2n) {
    margin-top: 300px;
  }

  .nav_main .subNav2 .fl {
    width: 990px;
  }

  .nav_main .subNav2 .w1400 {
    width: 1250px;
  }

  .nav_main .subNav2 .fl dd {
    margin-right: 10px;
  }

  .nav_main .subNav2 .fr {
    width: 220px;
  }

  .case_show .case_left {
    width: calc(100% - 340px);
  }

  .case_show .case_right {
    width: 300px;
  }

  .case_show .case_right .index_tit .left {
    width: 80%;
  }

  .case_show_ruan .case_left .box1 {
    height: 290px;
  }

  .ping_1_add .box1 .left {
    width: 45%;
  }

  .ping_1_add .box1 .right .con {
    height: 180px;
  }

  .ping_1_add .box2 li {
    width: 296px;
    margin-left: 5px;
  }

  .ping_1_add .box2 li:first-child {
    margin-left: 0;
  }

  .about_con .ding_3 .box2 li h3 {
    font-size: 23px;
  }

  .floor_1 .swiper-slide .on span {
    bottom: 30px;
  }

  .zheng_show .hd li {}

  .zheng_show .hd li:first-child {}

  .ping_6_main .fr p {
    padding: 0 50px 77px;
  }

  .ding_2 .body {
    height: 479px;
  }

  .ding_2 {
    padding-bottom: 0;
  }

  .event_box .parHd {
    width: 1200px;
  }

  .event_box .parBd .slideBox {
    width: 1000px;
  }

  .ding_3 .box1 .fr {
    width: 797px;
  }

  .ding_3.w1600 .box1 .fr {
    width: 797px;
  }
}