﻿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: 400;
  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: #e80524;
  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: #666;
  font-size: 16px;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #c5c5c5;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.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;
  height: 100vh;
}
.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  height: 100vh;
}
.banner_main .banner .list {
  width: 100%;
}
.banner_main .banner li {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner_main .banner li video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;object-position:left center;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.banner_main .banner li .bg {
  background: rgba(0, 3, 145, 0.32);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
.banner_main .banner li img {
  width: 787px;
  height: 129px;
  position: absolute;
  top: 100%;
  margin-top: -64px;
  left: 50%;
  margin-left: -393px;
  z-index: 11;
  transition: all 1s;
  transform: scale(0.3);
}
.active .banner_main .banner li img {
  top: 50%;
  transform: scale(1);
}
.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: 45px;
  height: 45px;
  position: absolute;
  left: 10vw;
  z-index: 10;
  bottom: 5vh;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  align-items: center;
  opacity: 1;
  filter: alpha(opacity=70);
  display: flex;
  text-align: center;
}
.banner_main .banner .prev i,
.banner_main .banner .next i {
  width: 16px;
  height: 7px;
  background-position: 0 -167px;
  display: block;
  margin: 0 auto;
}
.banner_main .banner .next {
  left: 14vw;
}
.banner_main .banner .next i {
  background-position: -18px -167px;
}
.banner .next:hover {
  background: #fff;
}
.banner .next:hover i {
  background-position: -18px -177px;
}
.banner .prev:hover {
  background: #fff;
}
.banner .prev:hover i {
  background-position: 0 -177px;
}
#myMenu {
  position: fixed;
  z-index: 6;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  right: 17px;
}
#myMenu li {
  position: relative;
  line-height: 25px;
  height: 25px;
  width: 10px;
}
#myMenu li b {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #050000;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: transparent;
}
#myMenu li p {
  color: #333;
  font-size: 16px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
  width: 75px;
  right: 15px;
  top: 0;
  height: 32px;
  line-height: 32px;
}
#myMenu li:first-child p {
  color: #fff;
}
#myMenu li.active b {
  background: #333333;
}
#myMenu li.active p {
  opacity: 0;
}
.header_main {
  width: 100%;
  height: 130px;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  min-width: 1280px;
  transition: ease-in-out .2s;
}
.header_main .en {
  position: absolute;
  right: 129px;
  top: 50px;
  font-family: arial;z-index:10;
}
.header_main .en a {
  color: #fff;
}
.header_main .en a:first-child {
  font-size: 20px;
}
.fp-viewing-page2 .header_main,
.fp-viewing-page4 .header_main,
.fp-viewing-page5 .header_main,
.fp-viewing-page6 .header_main,
.fp-viewing-page7 .header_main {
  background: #fff;
}
.fp-viewing-page2 .header_main .nav_main .list li .nav1,
.fp-viewing-page4 .header_main .nav_main .list li .nav1,
.fp-viewing-page5 .header_main .nav_main .list li .nav1,
.fp-viewing-page6 .header_main .nav_main .list li .nav1,
.fp-viewing-page7 .header_main .nav_main .list li .nav1 {
  color: #333;
}
.fp-viewing-page2 .header_main .nav_main .list li.hover .nav1:before,
.fp-viewing-page4 .header_main .nav_main .list li.hover .nav1:before,
.fp-viewing-page5 .header_main .nav_main .list li.hover .nav1:before,
.fp-viewing-page6 .header_main .nav_main .list li.hover .nav1:before,
.fp-viewing-page7 .header_main .nav_main .list li.hover .nav1:before,
.fp-viewing-page2 .header_main .nav_main .list li:hover .nav1:before,
.fp-viewing-page4 .header_main .nav_main .list li:hover .nav1:before,
.fp-viewing-page5 .header_main .nav_main .list li:hover .nav1:before,
.fp-viewing-page6 .header_main .nav_main .list li:hover .nav1:before,
.fp-viewing-page7 .header_main .nav_main .list li:hover .nav1:before {
  border-bottom: 8px solid #c8000a;
}
.fp-viewing-page2 .header_main .nav_main .list li.hover .nav1,
.fp-viewing-page4 .header_main .nav_main .list li.hover .nav1,
.fp-viewing-page5 .header_main .nav_main .list li.hover .nav1,
.fp-viewing-page6 .header_main .nav_main .list li.hover .nav1,
.fp-viewing-page7 .header_main .nav_main .list li.hover .nav1,
.fp-viewing-page2 .header_main .nav_main .list li:hover .nav1,
.fp-viewing-page4 .header_main .nav_main .list li:hover .nav1,
.fp-viewing-page5 .header_main .nav_main .list li:hover .nav1,
.fp-viewing-page6 .header_main .nav_main .list li:hover .nav1,
.fp-viewing-page7 .header_main .nav_main .list li:hover .nav1 {
  color: #c8000a;
}
.fp-viewing-page2 .header_main .en a,
.fp-viewing-page4 .header_main .en a,
.fp-viewing-page5 .header_main .en a,
.fp-viewing-page6 .header_main .en a,
.fp-viewing-page7 .header_main .en a {
  color: #333;
}
.fp-viewing-page2 .header_main .lh-nav-btn:before,
.fp-viewing-page4 .header_main .lh-nav-btn:before,
.fp-viewing-page5 .header_main .lh-nav-btn:before,
.fp-viewing-page6 .header_main .lh-nav-btn:before,
.fp-viewing-page7 .header_main .lh-nav-btn:before {
  background: #333;
}
.fp-viewing-page2 .header_main .lh-nav-btn:after,
.fp-viewing-page4 .header_main .lh-nav-btn:after,
.fp-viewing-page5 .header_main .lh-nav-btn:after,
.fp-viewing-page6 .header_main .lh-nav-btn:after,
.fp-viewing-page7 .header_main .lh-nav-btn:after {
  background: #333;
}
.fp-viewing-page2 .header_main .lh-nav-btn i:before,
.fp-viewing-page4 .header_main .lh-nav-btn i:before,
.fp-viewing-page5 .header_main .lh-nav-btn i:before,
.fp-viewing-page6 .header_main .lh-nav-btn i:before,
.fp-viewing-page7 .header_main .lh-nav-btn i:before {
  background: #333;
}
.fp-viewing-page2 .header_main .lh-nav-btn i:after,
.fp-viewing-page4 .header_main .lh-nav-btn i:after,
.fp-viewing-page5 .header_main .lh-nav-btn i:after,
.fp-viewing-page6 .header_main .lh-nav-btn i:after,
.fp-viewing-page7 .header_main .lh-nav-btn i:after {
  background: #333;
}
.fp-viewing-page2 .header_main .search-box .butn i,
.fp-viewing-page4 .header_main .search-box .butn i,
.fp-viewing-page5 .header_main .search-box .butn i,
.fp-viewing-page6 .header_main .search-box .butn i,
.fp-viewing-page7 .header_main .search-box .butn i {
  background-position: 0 -193px;
}
.fp-viewing-page2 .header_main .search-box .butn.hov i,
.fp-viewing-page4 .header_main .search-box .butn.hov i,
.fp-viewing-page5 .header_main .search-box .butn.hov i,
.fp-viewing-page6 .header_main .search-box .butn.hov i,
.fp-viewing-page7 .header_main .search-box .butn.hov i {
  background-position: -43px -193px;
}
.fp-viewing-page2 .header_main {
  background: none;
}
.fp-viewing-page4 .header_main {
  background: none;
}
.fp-viewing-page5 .header_main {
  background: none;
}
.fp-viewing-page6 .header_main {
  background: none;
}
.header_main .header {
  position: relative;
}
.header_main .header .webLogo {
  position: absolute;
  left: 50%;
  margin-left: -86px;
  z-index: 10;
  top: 11px;
  width: 173px;
}
.header_main .webLogo img {
  display: block;
  width: 100%;
}
.nav_main {
  position: relative;
  z-index: 2;
  text-align: center;
}
.nav_main ul {
  display: inline-block;
  zoom: 1;
}
.nav_main .list li {
  float: left;
  padding: 0 50px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 10;
  position: relative;
  margin: 0 1px;
  margin-top: 27px;
}
.nav_main .list li:nth-child(3) {
  margin-right: 430px;
}
.nav_main .list li .nav1 {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  font-size: 18px;
  vertical-align: middle;
}
.nav_main .list li.hover .nav1,
.nav_main .list li:hover .nav1 {
  font-weight: bold;
}
.nav_main .list li .nav1:before {
  width: 0;
  height: 0px;
  content: "\20";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: transparent;
}
.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 0px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.nav_main .list li.li6 .subNav .item {
  width: 160px;
  margin: 0 10px;
  min-height: 200px;
}
.nav_main li dl {
  width: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  top: 70px;
  text-align: center;
  z-index: 99;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  padding: 3px;
  display: none;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.nav_main li dl.wdl {
  width: 200%;
  left: -50%;
}
.nav_main li dl dd {
  line-height: 40px;
  border-bottom: 1px solid #efdedf;
}
.nav_main li dl dd a {
  color: #333;
  width: 100%;
  height: 100%;
  display: block;
}
.nav_main li dl dd a:hover {
  background: #c8000a;
  color: #fff;
}
.lh-nav-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 11;
  right: 40px;
  top: 33px;
  border-radius: 100%;
  transition: ease-in-out .2s;
}
.lh-nav-btn i:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  transition: ease .45s;
}
.lh-nav-btn i:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -4px -10px 0 0;
  transition: ease .45s;
}
.lh-nav-btn:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin: 0 0 -5px -10px;
  transition: ease .45s;
}
.lh-nav-btn:after {
  content: '';
  display: block;
  width: 0px;
  height: 6px;
  background: #fff;
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin: 0 -8px -8px 0;
  transition: ease .45s;
}
.lh-nav-btn:hover {
  transform: scale(1.1);
}
.lh-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  transition: ease .65s;
  transform: translateX(100%);
  visibility: hidden;
}
.lh-toggle-item {
  height: 80vh;
  position: relative;
  padding: 10vh 5.9vw 0;
}
.lh-toggle-item > dl {
  margin-top: 4vh;
}
.lh-toggle-item > dl:first-child {
  margin-top: 0;
}
.lh-toggle-item:after {
  content: '';
  display: block;
  width: 24.6875vw;
  height: 21.354166666666664vw;
  background: url(../img/toggle-bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -3vw;
  bottom: -3vw;
  z-index: -1;
}
.lh-toggle-item dl dt a {
  font-size: 24px;
  color: #111;
}
.lh-toggle-item dl dt a:hover {
  color: #d8262c;
}
.lh-toggle-item dl dd {
  line-height: 48px;
}
.lh-toggle-item dl dd a {
  font-size: 15px;
  color: #777777;
  margin-left: 1.8vw;
  display: inline-block;
}
.lh-toggle-item dl dd a:hover {
  color: #d8262c;
}
.lh-toggle-item dl dd a:first-child {
  margin-left: 0;
}
.lh-toggle-footer {
  height: 20vh;
  background: #fff;
  padding: 5vh 5.9vw;
  position: relative;
}
.lh-toggle-footer .addr {
  line-height: 32px;
  color: #777777;
}
.lh-toggle-share {
  position: absolute;
  right: 5.9vw;
  top: 50%;
  transform: translateY(-50%);
}
.lh-toggle-share li {
  float: left;
  margin-left: 3vw;
  position: relative;
}
.lh-toggle-share li:first-child {
  margin-left: 0;
}
.lh-toggle-share li a {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #E0CBA6;
  color: #fff;
  text-align: center;
  line-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lh-toggle-share li a i {
  font-size: 24px;
}
.lh-toggle-share li .img {
  position: absolute;
  left: 50%;
  top: -135px;
  width: 110px;
  height: 110px;
  margin-left: -55px;
  transform: translateY(20px);
  visibility: hidden;
  transition: ease .25s;
  opacity: 0;
}
.lh-toggle-share li .img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 11px solid #E0CBA6;
  position: absolute;
  left: 0;
  top: 0;
}
.lh-toggle-share li .img:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #E0CBA6;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -10px;
}
.lh-toggle-share li:hover .img {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: ease .65s;
}
.lh-nav-shadow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: ease .65s;
  opacity: 0;
  visibility: hidden;
}
.Nav .lh-nav-toggle {
  transform: translateX(0);
  visibility: visible;
}
.Nav .lh-nav-shadow {
  visibility: visible;
  opacity: 1;
}
.Nav .lh-nav-btn {
  background: #c8000a;
  border-color: #e2babc;
}
.Nav .lh-nav-btn:before,
.Nav .lh-nav-btn i:after {
  display: none;
  width: ;
}
.Nav .lh-nav-btn i:before {
  background: #fff;
  width: 20px;
  height: 3px;
  transform: translate(-2px, 6px) rotate(45deg);
  margin: -8px 0 0 -8px;
}
.Nav .lh-nav-btn:after {
  background: #fff;
  width: 20px;
  height: 3px;
  transform: translate(2px, -7px) rotate(-45deg);
  margin: 0 -8px -8px 0;
}
.Nav .lh-nav-btn i:after,
.Nav .lh-nav-btn:before {
  display: none;
}
.por {
  position: relative;
}
.header_main .search-box {
  position: absolute;
  top: 48px;
  z-index: 101;
  left: 60px;
}
.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 33px;
  height: 33px;
}
.header_main .search-box .butn i {
  width: 33px;
  height: 33px;
  background-position: 0 0;
}
.header_main .search-box .butn.hov i {
  background-position: -43px 0;
}
.header_main .share-sub {
  position: absolute;
  left: 45px;
  top: -2px;
  width: 0;
  height: 33px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}
.header_main .share-sub.on {
  border: 1px solid #ddd;
  height: 38px;
}
.header_main .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 3px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}
.header_main .share-sub .tex {
  width: 80px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  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: #e80524;
  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: #e80524;
  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: #e80524;
  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: #e80524;
  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: #e80524;
  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 {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px;
}
.index_title h3 {
  font-size: 50px;
  color: #333;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.w1400 {
  margin: 0 auto;
  width: 1400px;
}
.sub_banner {
  padding-top: 20.83333%;
  position: relative;
  margin-top: 93px;
}
.sub_banner img {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  display: block;
}
.sub_banner .tit {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 125px;
  z-index: 10;
  color: #fff;
  width: 100%;
  padding-left: 95px;
}
.sub_banner .tit p {
  font-size: 16px;
  font-weight: lighter;
  width: 582px;
  line-height: 36px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.sub_banner .tit p a {
  color: #fff;
}
.sub_banner .tit p a:hover {
  color: #e80524;
}
.sub_banner .tit h3 {
  font-size: 48px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-weight: 100;
  margin-bottom: 15px;
}
.sub_banner .tit span {
  display: block;
  background: #fff;
  width: 85px;
  height: 1px;
  z-index: 20;
  position: absolute;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  top: 30px;
  left: 0;
}
.sub_banner .menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  font-size: 18px;
  color: #fff;
}
.sub_banner .menu li {
  float: left;
  margin-right: 60px;
  text-align: center;
  transition: ease-in-out 0.2s;
}
.sub_banner .menu li dl {
  position: absolute;
  left: 0;
  top: 64px;
  display: none;
  background: #fff;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ddd;
  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: 50px;
  height: 50px;
  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: #e80524;
  font-weight: bold;
}
.sub_banner .menu li.on dl {
  display: block;
}
.sub_banner .menu li .a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.sub_banner .menu li:hover .a,
.sub_banner .menu li .a.hover {
  font-weight: bold;
  line-height: 60px;
  border-bottom: 4px solid #d7bc73;
  color: #d7bc73;
}
.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 #e80524;
  z-index: 10;
  content: "";
  transition: ease-in-out 0.2s;
}
.about_1_main .body .box1 .left .hd li.on {
  color: #e80524;
  font-weight: bold;
}
.about_1_main .body .box1 .left .hd li.on a {
  color: #e80524;
}
.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: #e80524;
}
.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: #f5f5f5 url(../images/about_4_bg.jpg) left bottom no-repeat;
  background-size: auto 463px;
}
.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: #d7bc73;
}
.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: #e80524;
  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: 30px;
  border-bottom: 1px solid #ddd;
}
.about_4_main .bd li h3 {
  padding: 0 30px;
  font-size: 24px;
  padding-top: 20px;
  line-height: 25px;
  padding-bottom: 5px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 100;
}
.about_4_main .bd li p {
  padding: 0 30px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 30px;
}
.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 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;
}
.news_wrapper{margin-top:50px;}
.ny_main {
    background: #f8f8f8;
    padding-top:70px;
}
.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 #e80524;
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  line-height: 21px;
  color: #e80524;
  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: #e80524;
  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: 90%;
  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: #e80524;
}
.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: #e80524;
  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: #d5b86a;
}
.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: #e80524;
}
.job_list li:hover {
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}
/* pager */
.pager {
  padding: 30px 0 80px;
  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 #e80524;
  background: #e80524;
}
.download_list {
  padding-bottom: 100px;
}
.download_list .pager {
  margin-top: 20px;
}
.download_list .tit {
  line-height: 64px;
  background: #e80524;
  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: #e80524;
}
.download_list .body .down_con li:hover {
  border-bottom: 1px solid #e80524;
}
.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: #e80524;
}
.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: #e80524;
  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: #e80524;
}
.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: #e80524;
}
.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: 752px;
  position: relative;
  float: left;
}
.page_product .showimg .bigimg {
  width: 750px;
  height: 422px;
  display: block;
  position: relative;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.page_product .showimg .bigimg .list {
  width: 5000%;
}
.page_product .showimg .bigimg .list li {
  width: 750px;
  height: 422px;
  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: 320px;
  height: 59px;
  position: absolute;
  left: 800px;
  bottom: 75px;
  z-index: 10;
  overflow: hidden;
}
.page_product .showimg .list {
  width: 220px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.page_product .showimg .listcon {
  width: 200%;
  position: relative;
}
.page_product .showimg .prev,
.page_product .showimg .next {
  width: 37px;
  height: 57px;
  z-index: 10;
  position: absolute;
  bottom: 0px;
  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: 0px;
  background-position: -74px center;
}
.page_product .showimg .smallimg li {
  width: 101px;
  height: 57px;
  margin-right: 10px;
  float: left;
  cursor: pointer;
  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(-700%);
  position: relative;
  height: 424px;
}
.box1_right h1 {
  font-size: 30px;
  padding-bottom: 20px;
  padding-top: 40px;
}
.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;
  height: 144px;
  overflow: hidden;
}
.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: #e80524;
  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: #3683f4;
}
.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: #e80524;
  color: #fff;
}
.page_product .box2 .bd li {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.page_product .box2 .bd li img {
  max-width: 100%;
  height: auto !important;
}
.page_product .box2 .bd li table {
  width: 100% !important;
}
.page_product .box2 .bd li table tr:first-child {
  background: #e80524;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.page_product .box2 .bd li table td {
  padding: 8px 10px;
}
.page_product .box2 .xia {
  background: #e80524;
  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: 90px;
}
.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: #e80524;
}
.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: #e80524;
  display: block;
}
.remm .bd_list li:nth-child(5n) {
  margin-right: 0;
}
.remm .bd li img {
  width: 138px;
  height: 138px;
  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: 25px;
  padding-bottom: 20px;
  color: #333;
  text-align: center;
 white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.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: 0px;
}
.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: #e80524;
  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 {
  padding-top: 30px;
}
.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: 456px;
  box-sizing: border-box;
  width: 100%;
  padding-right: 72px;
  background: #f6f6f6;
  height: 225px;
  margin-bottom: 19px;
}
.life_main_2.year_list {
  padding-top: 80px;
}
.life_main_2.year_list .body li {
  padding-left: 0px;
  height: auto;
  padding-right: 150px;
  background: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.life_main_2.year_list .body li span {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 24px;
  text-align: right;
}
.life_main_2.year_list .body li span b {
  display: block;
  font-size: 30px;
}
.life_main_2.year_list .body li:hover {
  box-shadow: none;
}
.life_main_2.year_list .body li:hover h3 {
  transform: translateY(-5px);
}
.life_main_2.year_list .body li h3 {
  padding-top: 10px;
  padding-bottom: 20px;
  transition: ease-in-out .2s;
}
.life_main_2.year_list .body li p {
  height: 48px;
  color: #999;
  transition: ease-in-out .2s;
}
.life_main_2.year_list .body li:hover p {
  transform: translateY(-5px);
}
.news_4 .body li {
  height: 300px;
  padding-left: 400px;
}
.life_main_2 .body li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 225px;
}
.news_4 .body li .img {
  position: absolute;
  left: 20px;
  top: 19px;
  bottom: 50px;
  overflow: hidden;
  width: 350px;
  height: 263px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_4 .body li img {
  height: 300px;
}
.news_4 .body li .img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: initial;
}
.life_main_2 .body li a {
  display: block;
  width: 100%;
  height: 100%;
}
.life_main_2 .body li h3 {
  font-size: 20px;
  padding-top: 41px;
  padding-bottom: 23px;
  font-weight: 100;
}
.news_4 .body li h3 {
  padding-top: 65px;
}
.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.year_list .body li p {
  padding-bottom: 10px;
}
.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: 30px;
 
}
.life_main_3 .about_title {
  text-align: center;
  padding-bottom: 50px;
}
    .life_main_3 .body li {
        position: relative;
        float: left;
        width: 23.5%;
        margin-bottom: 50px;
        margin-right: 2%;
        background: #f6f6f6;
        transition: all ease 0.36s;
        box-sizing: border-box;
        overflow: hidden;
    }
.life_main_3 .body li:nth-child(4n) {
  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.img3 .body li .img {
  padding-top: 133.333%;
}
.life_main_3 .body li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.life_main_3 .body li .txt {
  
  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: 56.25%;
}
.product_img .body li .txt {
  text-align: center;
  line-height: 38px;
  height: 38px;
  padding-top: 5px;
}
.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: #e80524;
  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: #e80524;
  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: #e80524;
  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: #e80524;
}
.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: #e80524;
}
.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);
  margin-bottom: 100px;
}
.news_detail .box1 {
  line-height: 30px;
  font-size: 16px;
}
.news_detail .box1 img {
  max-width: 100%;
}
.news_detail .title {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  padding-top: 15px;
}
.news_detail .title h1 {
  font-weight: 100;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  color: #333;
}
.news_detail .title .marks {
  margin-top: 10px;
}
.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;
}
.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(-16.666666666666664%);
  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-bottom: 50px;
    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: #e80524;
        }
/* 单页信息 */
.single_wrapper {
  padding-top: 80px;
}
.single_center {
  min-height:420px;
  background: #fff;
}
.single_center .about_con {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 60px;
  border: 1px solid #ddd;
  padding: 50px;
}
.single_center .about_con img {
  max-width: 100%;
  line-height: 35px;
}
.single_center .about_con.contact_main img {
  max-width: initial;
  line-height: 35px;
}
.contact_2 {
  padding: 70px 7% 10px;
  background: #f5f5f5;
  margin-bottom: 80px;
}
.contact_2 .ctit {
  text-align: center;
}
.contact_2 .ctit p {
  font-size: 16px;
  line-height: 30px;
}
.contact_2 .ctit p b {
  color: red;
}
.contact_2 .ctit .tit {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  font-weight: lighter;
  color: #333;
  padding-bottom: 10px;
}
.contact_2 .formdata {
  margin-top: 60px;
}
.contact_2 .formdata .item {
  position: relative;
  background: #fff;
  float: left;
  width: 48%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #d6d6d6; margin-bottom:20px;
}
.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;
}
.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: 20px;
}
.contact_2 .formdata .tarea textarea {
  border: 1px solid #d6d6d6;
  width: 100%;
  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: #e80524;
  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;  
  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: #e80524;
  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: #e80524;
  color: #fff;
  border: 1px solid #e80524;
}
/* 申请职位 */
.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:30px;
}
.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: 98px;
  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 {
 
  color: #fff;  
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}
.w1400 {
  margin: 0 auto;
  width: 1400px;
}
.index_5_main {
  background: url("../images/index_2_bg.jpg") center top no-repeat;
  width: 100%;
  padding-bottom: 109px;
}
.index_5_main .index_t .right a {
  background: #0166b3;
  color: #fff;
}
.section_2 {
  background: url(../images/f2_bg.png) center bottom no-repeat;
  overflow: hidden;
}
.section_2 .body {
  overflow: hidden;
}
.section_2 .body .left {
  width: 34%;
  position: relative;
  z-index: 10;
}
.section_2 .body .left h3 {
  font-size: 46px;
  color: #333;
  line-height: 60px;
  margin-bottom: 30px;
}
.section_2 .body .left h3 span {
  color: #c8000a;
}
.section_2 .body .left p {
  line-height: 34px;
  color: #334153;
  margin-bottom: 40px;
  font-size: 18px;
}
.section_2 .body .left a {
  display: block;
  width: 179px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #c8000a;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  margin-bottom: 140px;
}
.section_2 .body .left a i {
  width: 7px;
  height: 14px;
  background-position: 0 -229px;
  margin-bottom: 2px;
  margin-left: 8px;
}
.section_2 .body .left a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.section_2 .body .right {
  width: 34%;
}
.section_2 .body .right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.section_2 .body .right li {
  float: left;
  width: 40%;
  margin-bottom: 70px;
  transition: ease-in-out .2s;
}
.section_2 .body .right li h3 {
  font-size: 65px;
}
    .section_2 .body .right li h3 strong{font-size:58px;vertical-align:top;}
    .section_2 .body .right li h3 span {
        font-size: 30px;
        vertical-align: top;
    }
.section_2 .body .right li p {
  font-size: 20px;
  color: #333;
}
.section_2 .body .right li:hover {
  transform: translateY(-5px);
}
.section_2 .body .slideBox {
  width: 1140px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -570px;
  text-align: center;
}
.section_2 .body .slideBox .img1 {
  position: absolute;
  bottom: 432px;
  width: 310px;
  left: 50%;
  margin-left: -155px;
}
.section_2 .body .slideBox .img2 {
  position: absolute;
  bottom: 21px;
  left: 0;
  width: 100%;
  transition: ease-in-out .2s;
}
.section_2 .body .slideBox .img3 {
  position: absolute;
  bottom: 26px;
  left: 50%;
  margin-left: -293px;
  width: 587px;
}
.section_3 {
  background: #fff url(../images/s3_bg.jpg) center top no-repeat;
  overflow: hidden;
  background-size: cover;
  position: relative;
}

.section_3 .section_3_main {
  overflow: hidden;
}

.section_3 .bg {
  position: absolute;
  top: 0;
  z-index:1;
  left: 0;
  height: 100%;
  width:100%;
  transition:ease-in-out 0.6s;
  overflow:hidden;
}
        .section_3 .bg{
            mask-image: url(../images/flow_mask.png);
            mask-size: cover;
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            -webkit-mask-repeat: no-repeat;
            mask-type: alpha;
            -webkit-mask-image: url(../images/flow_mask.png);
            background-size: cover;
            object-fit: cover;
            object-position: center;
            -webkit-mask-position: -740px -20px;
        }
        .section_3 .gai {
            position: absolute;
            top: 0;
            z-index: 3;
            left: 0;
            height: 100%;
            transition: ease-in-out .2s;
            mask-image: url(../images/flow_mask.png);
            mask-type: alpha;
            -webkit-mask-image: url(../images/flow_mask.png);
            left: 0;
            width: 100%;
            z-index: 10;
        }
.section_3 .bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;  position:absolute;left:0;top:0;
}
.section_3 ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
    .section_3 li {
        text-align: center;
        color: #fff;
        height: 100vh;
        display: flex;
        align-items: center;
        position: relative;
       
    }
        .section_3 li .txt {
            position: relative;
            z-index: 3;
            transition: ease-in-out .2s;
            width: 343px;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }
            .section_3 li .txt .img {
                text-align: center;margin:0 auto;
                display: block; position:relative; height:213px;width:343px;
               
            }
.section_3 li .txt .img img {
  opacity:0;
  margin: 0 auto;
}
                .section_3 li .txt .img .img1 {
                    opacity: 1;
                    width: 150px;
                    height: 150px;transition:ease-in-out .3s;
                    position: absolute;
                    left:50%;margin-left:-75px;bottom:0;
                    
                }
                .section_3 li .txt .img .img2 {
                    opacity: 0;
                    position: absolute;
                    transition: ease-in-out .4s;
                    left: 50%;
                    width: 100%;
                    height: 100%;
                    top: 50%;
                    transform: scale(0);
                    margin-left: -171px;
                    margin-top: -106px;
                }
.section_3 li .txt h3 {
  font-size: 50px;transition:ease-in-out .4s;
  color: #fff;
  padding-top: 43px;
}
            .section_3 li .txt p {
                color: #fff;
                font-size: 18px;
                padding-top: 16px;
                transition: ease-in-out .4s;
            }
            .section_3 li .txt .ico {
                border: 2px solid #fff;
                position: absolute;
                left: 50%;
                margin-left: -24px;
                bottom: -183px;
                border-radius: 100%;
                width: 45px;
                height: 45px;
                text-align: center;
                display: flex;
                align-items: center;opacity:0;
                transition: ease-in-out .4s;
            }
        .section_3 li:hover .txt h3 {
            transform:translateY(20px);
        }
        .section_3 li:hover .txt p {
            transform: translateY(20px);
        }
        .section_3 li:hover .txt .ico {
            bottom: -123px;opacity:1;
        }
        /*.section_3 li:hover .txt .img .img1 {
            transition-property: all;*/ /* 所有属性都会被动画化 */
            /*transition-duration: 1s;*/ /* 动画持续时间为3秒 */
            /*transition-timing-function: ease-in-out;*/ /* 动画速度曲线为ease */
            /*transition-delay: 1s;*/ /* 延迟1秒开始动画 */
        /*}
        .section_3 li:hover .txt .img .img2 {
            transition-property: all;*/ /* 所有属性都会被动画化 */
            /*transition-duration: 1s;*/ /* 动画持续时间为3秒 */
            /*transition-timing-function: ease-in-out;*/ /* 动画速度曲线为ease */
            /*transition-delay: 1s;*/ /* 延迟1秒开始动画 */
        /*}*/
            .section_3 li .txt .ico i {
                width: 16px;
                height: 7px;
                background-position: -18px -167px;
                display: block;
                margin: 0 auto;
                transition: ease-in-out .2s;
            }
        .section_3 li:hover .txt .img .img1 {
            opacity: 0;
            height: auto;
          
        }
        .section_3 li:hover .txt .img .img2 {
            opacity: 1;
           transform:scale(1);
            
        }

		.section_3 .bg.MoveRight1{
			-webkit-mask-position: -740px -20px;
		}
		.section_3 .bg.MoveRight2{
			-webkit-mask-position: -100px -20px;
		}
		.section_3 .bg.MoveRight3{
			-webkit-mask-position:540px -20px;
		}
            .section_4 {
                background: url(../images/s4_bg.jpg) center center no-repeat;
                background-size: cover;
                overflow: hidden;
            }
.section_4 .tit {
  font-size: 50px;
  color: #c8000a;
  margin-bottom: 80px;
  padding-top: 80px;
  font-weight: bold;
}
.section_4 .gallery-thumbs {
  width: 278px;
  overflow: hidden;
}
.section_4 .gallery-thumbs .swiper-slide {
  cursor: pointer;
  transition: ease-in-out .2s;
  position: relative;
  height: 44px !important;
  margin-bottom: 47px;
}
.section_4 .gallery-thumbs .swiper-slide p {
  width: 166px;
  height: 44px;
  background: #4f4e5a;
  line-height: 44px;
  color: #fff;
  font-size: 20px;
  border-radius: 22px;
  text-align: center;
}
.section_4 .gallery-thumbs .swiper-slide p i {
  width: 0px;
  height: 21px;
  background-position: 0 -252px;
  margin-right: 9px;
  opacity: 0;
  transition: ease-in-out .2s;
}
.section_4 .gallery-thumbs .swiper-slide .line {
  position: absolute;
  right: 93px;
  height: 1px;
  background: #c8000a;
  width: 0;
  transition: ease-in-out .3s;
  top: 50%;
}
    .section_4 .gallery-thumbs .swiper-slide-thumb-active p, .section_4 .gallery-thumbs .on p {
        background: #c8000a;
    }
        .section_4 .gallery-thumbs .swiper-slide-thumb-active p i, .section_4 .gallery-thumbs .on p i {
            opacity: 1;
            width: 16px;
        }
    .section_4 .gallery-thumbs .swiper-slide-thumb-active .line, .section_4 .gallery-thumbs .on .line {
        width: 93px;
        right: 0;
    }
.section_4 .gallery-top {
  width: calc(100% - 378px);
  overflow: hidden;
  padding-top: 80px;
}
    .section_4 .gallery-top .swiper-slide {
        
    }
    .section_4 .gallery-top .swiper-slide-active.flyInRight2{
    }
                .section_4 .gallery-top .swiper-slide .item {
                    width: 465px;
                    float: left;
                    text-align: center;
                    transition: ease-in-out .2s;
                }
.section_4 .gallery-top .swiper-slide .item img {
  width: 432px;
  height: 432px;
  border-radius: 100%;
  object-fit: cover;
  border: 19px solid #f0f0f0;
  transition: ease-in-out .2s;
}
.section_4 .gallery-top .swiper-slide .item p {
  font-size: 18px;
  line-height: 24px; height:48px;
}
.section_4 .gallery-top .swiper-slide .item h3 {
  font-size: 30px;
  color: #333;
  padding-top: 37px;
  padding-bottom: 10px;
}
.section_4 .gallery-top .swiper-slide .item2 {
  margin-left: 257px;
  float: left;
  width: 274px;
  text-align: center;
  margin-top: 96px;
}
.section_4 .gallery-top .swiper-slide .item2 img {
  width: 274px;
  height: 274px;
  border-radius: 100%;
  object-fit: cover;
}
.section_4 .gallery-top .swiper-slide .item2 h3 {
  font-size: 18px;
  font-weight: 400;
  padding-top: 34px;
}
.section_4 .gallery-top .swiper-slide .item:hover {
  transform: translateY(-5px);
}
.section_4 .gallery-top .swiper-slide .item:hover img {
  border-color: #e0dcdc;
}
                .section_4 .next {
                    width: 54px;
                    height: 54px;
                    background: #c8000a;
                    border-radius: 100%;top:50%;margin-top:-27px;
                    display: flex;
                    align-items: center;
                    right:40%; z-index:10;cursor:pointer; position:absolute;
                }

                .section_4 .next i {
                    width: 10px;
                    height: 16px;
                    background-position: -15px -229px;
                    display: block;
                    margin: 0 auto;
                }
                    .section_4 .next:hover {
                        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
                    }
.section_4 .swiper-container-horizontal > .swiper-pagination-bullets,
.section_4 .swiper-pagination-custom,
.section_4 .swiper-pagination-fraction {
  width: auto;
  left: auto;
  left: .57rem;
  font-size: .3rem;
  bottom: .3rem;
}
.section_4 .swiper-pagination-current {
  color: #c8000b;
  font-size: .48rem;
}
  /*  .section_4 .swiper-button-next.swiper-button-disabled, .section_4 .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        pointer-events:initial;
    }*/
.section_5 {
    background: #fff url(../images/s5_bg.png) center top no-repeat;
    overflow: hidden;
    background-size: cover;
}

    .section_5 .opacityA.swiper-button-disabled {
        background: #dadada;
    }
    .section_5 .swiper-slide p {
        font-size: 20px;
        color: #333;
        padding-top: 38px;
        padding-bottom: 13px;
    }
.section_5 .swiper-slide h3 {
  font-size: 26px;
  color: #272727;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
}
.section_5 .swiper-slide h4 {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 400;
  margin-top: 54px;
}
.section_5 .swiper-slide h4 i {
  width: 6px;
  height: 10px;
  background-position: 0 -278px;
  margin-right: 15px;
  margin-bottom: 3px;
}
.section_5 .swiper-slide .img {
  padding-top: 56.25%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.section_5 .swiper-slide .img img {
  position: absolute;
  width: 100%;
  
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
}
.section_5 .swiper-slide:hover h4 {
  color: #c8000a;
}
.section_5 .swiper-slide:hover h4 i {
  background-position: -9px -278px;
}
.section_5 .swiper-button-prev,
.section_5 .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #666;
  border-radius: 100%;
  display: flex;
  align-items: center;
  left: 50%;
  margin-top: -130px;
  margin-left: -19%;
}
.section_5 .swiper-button-prev i,
.section_5 .swiper-button-next i {
  width: 16px;
  height: 7px;
  background-position: 0 -167px;
  display: block;
  margin: 0 auto;
}
.section_5 .swiper-button-next {
  right: auto;
  left: auto;
  right: 50%;
  margin-right: -19%;
}
.section_5 .swiper-button-next i {
  background-position: -18px -167px;
}
.section_5 .swiper-button-prev:hover,
.section_5 .swiper-button-next:hover {
  background: #c8000a;
}
.section_7 {
  background: url(../images/s6_bg.jpg) center center no-repeat;
  background-size: cover;
}
.section_7 .section_7_main {
  overflow: hidden;
}
.section_7 .con {
  position: relative;
}
.section_7 .swiper-slide .item {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.section_7 .swiper-slide .item:nth-child(4n) {
  margin-right: 0;
}
.section_7 .swiper-slide .img {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.section_7 .swiper-slide .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
  transition: ease-in-out .2s;
}
.section_7 .swiper-slide .item:hover .img img {
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}
.section_7 .swiper-button-prev,
.section_7 .swiper-button-next {
  width: 54px;
  height: 54px;
  background: #666;
  border-radius: 100%;
  display: flex;
  align-items: center;
  left: -100px;
  margin-top: -35px;
}
.section_7 .swiper-button-prev i,
.section_7 .swiper-button-next i {
  width: 10px;
  height: 16px;
  background-position: -29px -230px;
  display: block;
  margin: 0 auto;
}
.section_7 .swiper-button-next {
  left: auto;
  right: -100px;
}
.section_7 .swiper-button-next i {
  background-position: -41px -230px;
}
.section_7 .swiper-button-prev:hover,
.section_7 .swiper-button-next:hover {
  background: #c8000a;
}
.bottom_main {
  background: #c8000a;
  position: relative;
  height: 610px;
}
.bottom_main .bg {
  background: url(../images/bottom.jpg) no-repeat left bottom;
  width: 468px;
  height: 434px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bottom_main #allmap {
  width: 100%;
  height: 100%;
}
.bottom_main #map1_container {
  width: 100%;
  height: 100%;
}
.bottom_main .left {
  color: #fff;
  position: relative;
  z-index: 10;
}
.bottom_main .left .bottom_copy {
  background: url(../images/bott_line.png) no-repeat right top;
  line-height: 26px;
  padding-top: 15px;
  margin-top: 90px;
}
.bottom_main .left .bottom_copy a {
  color: #fff;
}
.bottom_main .left .bottom_copy a:hover {
  text-decoration: underline;
}
.bottom_main .left .tab1 {
  width: 446px;
}
.bottom_main .left .tab1 h3 {
  font-size: 50px;
  padding-top: 96px;
  padding-bottom: 67px;
}
.bottom_main .left .tab1 p {
  font-size: 16px;
}
.bottom_main .left .tab1 h4 {
  font-size: 32px;
  padding-bottom: 34px;
}
.bottom_main .left .tab2 dl {
  float: left;
  width: 178px;
}
.bottom_main .left .tab2 dl:first-child {
  margin-right: 72px;
}
.bottom_main .left .tab2 h3 {
  padding-top: 96px;
  margin-bottom: 17px;
  color: #fff;
  font-size: 20px;
}
.bottom_main .left .tab2 h3 i {
  width: 17px;
  height: 17px;
  background-position: 0 -294px;
  margin-right: 8px;
  margin-bottom: 1px;
}
.bottom_main .left .tab2 .slide2 {
  width: 178px;
  overflow: hidden;
}
.bottom_main .left .tab2 .slide2 .bd {
  margin-bottom: 16px;
}
.bottom_main .left .tab2 .slide2 .bd img {
  width: 178px;
  height: 178px;
  border-radius: 3px;
}
.bottom_main .left .tab2 .slide2 .hd ul {
  display: flex;
  justify-content: space-between;
}
.bottom_main .left .tab2 .slide2 .hd li {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  float: left;
  align-items: center;
}
.bottom_main .left .tab2 .slide2 .hd li i {
  width: 36px;
  height: 36px;
  background-position: 0 -320px;
}
.bottom_main .left .tab2 .slide2 .hd li:nth-child(2) i {
  background-position: -36px -320px;
}
.bottom_main .left .tab2 .slide2 .hd li:nth-child(3) i {
  background-position: -72px -320px;
}
.bottom_main .left .tab2 .slide2 .hd li:nth-child(4) i {
  background-position: -108px -320px;
}
.bottom_main .left .tab2 .slide2 .hd li.on {
  background: #fff;
}
.bottom_main .left .tab2 .slide2 .hd li.on i {
  background-position: 0 -356px;
}
.bottom_main .left .tab2 .slide2 .hd li.on:nth-child(2) i {
  background-position: -36px -356px;
}
.bottom_main .left .tab2 .slide2 .hd li.on:nth-child(3) i {
  background-position: -72px -356px;
}
.bottom_main .left .tab2 .slide2 .hd li.on:nth-child(4) i {
  background-position: -108px -356px;
}
.bottom_main .left .tab2 .slide3 .hd li i {
  background-position: 0 -392px;
}
.bottom_main .left .tab2 .slide3 .hd li:nth-child(2) i {
  background-position: -36px -392px;
}
.bottom_main .left .tab2 .slide3 .hd li:nth-child(3) i {
  background-position: -72px -392px;
}
.bottom_main .left .tab2 .slide3 .hd li:nth-child(4) i {
  background-position: -108px -392px;
}
.bottom_main .left .tab2 .slide3 .hd li.on {
  background: #fff;
}
.bottom_main .left .tab2 .slide3 .hd li.on i {
  background-position: 0 -428px;
}
.bottom_main .left .tab2 .slide3 .hd li.on:nth-child(2) i {
  background-position: -36px -428px;
}
.bottom_main .left .tab2 .slide3 .hd li.on:nth-child(3) i {
  background-position: -72px -428px;
}
.bottom_main .left .tab2 .slide3 .hd li.on:nth-child(4) i {
  background-position: -108px -428px;
}
.bottom_main .right {
  position: relative;
  width: 507px;
  height: 550px;
  padding-top: 20px;
}
    .bottom_main .right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all ease-in-out 5s;
        -webkit-animation: big2 5s infinite linear;
        animation: big2 5s infinite linear;
    }
/*animated*/
.onactive .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.z_text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.active .animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-slide-active .animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.active .animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.active .opacityA {
  -webkit-animation-name: opacityA;
  animation-name: opacityA;
}
.swiper-slide-active .opacityA {
    -webkit-animation-name: opacityA;
    animation-name: opacityA;
}
@keyframes opacityA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes big2 {
    0% {
        transform:scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform:scale(0.95);
    }
}
.active .scale {
  -webkit-animation-name: scale;
  animation-name: scale;
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.active .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.swiper-slide-active .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fadeInDown.z_text {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.active .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.active .fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}





@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
   
}
@keyframes rotates {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotates {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.active .start {
  -webkit-animation-name: start;
  animation-name: start;
  animation-iteration-count: infinite;
}
@-webkit-keyframes start {
  0%,
  30% {
    opacity: .5;
    -webkit-transform: translate(0, 4px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: .5;
    -webkit-transform: translate(0, -6px);
  }
}
@-moz-keyframes start {
  0%,
  30% {
    opacity: .5;
    -moz-transform: translate(0, 4px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
  100% {
    opacity: .5;
    -moz-transform: translate(0, -6px);
  }
}
@keyframes start {
  0%,
  30% {
    opacity: .5;
    transform: translate(0, 4px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: .5;
    transform: translate(0, -6px);
  }
}
@keyframes mousemove {
  0% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}

/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1800ms;
}
.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2000ms;
}
.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.delay2400 {
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
}
.delay2600 {
    -webkit-animation-delay: 2600ms;
    animation-delay: 2600ms;
}
.active .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@keyframes bounce {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }   

    100% {
        transform: scale(1);
        opacity:1;
    }
}

.active .bounce2 {
    -webkit-animation-name: bounce2;
    animation-name: bounce2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    animation-duration:2.5s;
}
.active .tu {
    -webkit-animation-name: tu;
    animation-name: tu;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    animation-duration: 2.5s;
}
.active .wen {
    -webkit-animation-name: wen;
    animation-name: wen;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    animation-duration: 2.5s;
}
@keyframes tu {
    
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }

    40% {
        
        opacity: 1;
    }

    80% {
       
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
}
@keyframes wen {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
    }


    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.active .jing {
    -webkit-animation-name: jing;
    animation-name: jing;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;    
}

@keyframes jing {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }   

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce2 {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }

   40% {
        transform: scale(1);
        opacity:1;
    }

    60% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity:0;
    }
}
.active .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInUp,
.active .flyInUp {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp;
    animation-duration: 2.5s;
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.active .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
.swiper-slide-active .flyInRight {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}
.flyInRight2 {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.swiper-slide-active .flyInLeft {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
}
.active .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.active .Swing1 {
  -webkit-animation-name: Swing1;
  animation-name: Swing1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes Swing1 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes Swing1 {
  0% {
    -webkit-transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
  }
}
@-moz-keyframes Swing1 {
  0% {
    -moz-transform: rotate(-5deg);
  }
  50% {
    -moz-transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(-5deg);
  }
}
@-o-keyframes Swing1 {
  0% {
    -oz-transform: rotate(-5deg);
  }
  50% {
    -moz-transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(-5deg);
  }
}
.ny_header {
  background: #e80524;
}
.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ab {
  display: block;
  width: 100%;
  height: 100%;
}
.z_scroll_banner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

.z_banner_main {
    text-align: center;
    position: relative;
    height: 100vh;
    margin-top: 0vw;
}

    .z_banner_main .z_banner {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
        background: #000;
        position: relative;
    }

    .z_banner_main .imgbg {
        width: 100%;
        height: 100%;
        -webkit-transition: ease 1s;
        transition: ease 1s;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .z_banner_main .z_text {
        position: absolute;
        left: 0;
        bottom: 25vw;
        width: 100%;
        z-index: 2;
        text-align: center;
        color: #fff;
        -webkit-transition: ease .2s;
        transition: ease .2s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }
    .z_banner_main #bott {
        position: absolute;
        left: 0;
        bottom: 10vw;
    }
        .z_banner_main .tit {
            font-size: 60px;
            color: #fff;
            font-weight: bold;
            padding-bottom: 14px;
        }

    .z_banner_main .desc {
        color: #fff;
        font-size: 20px;
    }

.la_ny.on {
    background: #fff;
}

    .la_ny.on .nav_main .list li .nav1 {
        color: #333;
    }

    .la_ny.on .nav_main .list li.hover .nav1:before,
    .la_ny.on .nav_main .list li:hover .nav1:before {
        border-bottom: 8px solid #c8000a;
    }

    .la_ny.on .nav_main .list li.hover .nav1,
    .la_ny.on .nav_main .list li:hover .nav1 {
        color: #c8000a;
    }

    .la_ny.on .en a {
        color: #333;
    }

    .la_ny.on .lh-nav-btn:before {
        background: #333;
    }

    .la_ny.on .lh-nav-btn:after {
        background: #333;
    }

    .la_ny.on .lh-nav-btn i:before {
        background: #333;
    }

    .la_ny.on .lh-nav-btn i:after {
        background: #333;
    }

    .la_ny.on .search-box .butn i {
        background-position: 0 -193px;
    }

    .la_ny.on .search-box .butn.hov i {
        background-position: -43px -193px;
    }



.localhost_main {
    background: #fff;
    line-height: 163px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
    position: relative;
}

    .localhost_main .ico {
        background: url(../images/pro_ico.png) no-repeat;
        width: 117px;
        height: 31px;
        position: absolute;
        left: 50%;
        margin-left: -58px;
        bottom: -31px;
        z-index: 10;
    }

    .localhost_main .left {
        font-size: 46px;
        font-weight: bold;
    }

    .localhost_main .right ul li {
        float: left;
        padding-left: 74px;
        position: relative;
        margin-left: 71px;
    }

        .localhost_main .right ul li .img {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -31px;
            width: 53px;
            height: 53px;border:5px solid #fff;box-shadow:0 0 5px rgba(0,0,0,0.2);
            overflow: hidden;border-radius:100%;
        }

            .localhost_main .right ul li .img i{                
                width: 100%;
                height: 100%;
                transition: ease-in-out .2s;background-position:-190px -163px;display:block;
            }
        .localhost_main .right ul li:nth-child(2) .img i {
            background-position: -245px -163px;
        }
        .localhost_main .right ul li:nth-child(3) .img i {
            background-position: -300px -163px;
        }

                .localhost_main .right ul li h3 {
                    font-size: 24px;
                }
        .localhost_main .right ul li.hover .img,
        .localhost_main .right ul li:hover  .img{
           border-color:#e80524;
        }

        .localhost_main .right ul li.hover h3,
        .localhost_main .right ul li:hover h3 {
            font-weight: bold;
            color: #c8000a;
        }
        .localhost_main .right ul li.hover .img i,
        .localhost_main .right ul li:hover .img i {
            background-position: -190px -216px;
        }
        .localhost_main .right ul li:nth-child(2).hover .img i,
        .localhost_main .right ul li:nth-child(2):hover .img i {
            background-position: -245px -216px;
        }
        .localhost_main .right ul li:nth-child(3).hover .img i,
        .localhost_main .right ul li:nth-child(3):hover .img i {
            background-position: -300px -216px;
        }

       

.product_main {
    background: #f6f6f6;
    padding: 80px 0 0;
}

    .product_main .sub_main li {
        float: left;
        margin-right: 2%;
        width: 15%;
        margin-bottom: 10px;
        height: 52px;
        font-size: 20px;
        line-height: 52px;
        text-align: center;
        padding: 0 5px;
        box-sizing: border-box;
        border-radius: 27px;
        background: #fff;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    }

        .product_main .sub_main li:nth-child(6n) {
            margin-right: 0;
        }

        .product_main .sub_main li:hover,
        .product_main .sub_main li.hover {
            background: #c8000a;
        }

            .product_main .sub_main li:hover a,
            .product_main .sub_main li.hover a {
                color: #fff;
            }

    .product_main .body {
        padding-top: 50px;
    }

        .product_main .body li {
            float: left;
            width: 48%;
            background: #fff;
            height: 380px;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 50px;
            box-sizing: border-box;
            padding: 50px;
            transition: ease-in-out .2s;
        }

            .product_main .body li a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .product_main .body li .fl {
                display: block;
                width: 42%;
            }

                .product_main .body li .fl h3 {
                    font-size: 30px;
                    padding-top: 40px;
                    padding-bottom: 25px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .product_main .body li .fl p {
                    line-height: 24px;
                    color: #666;
                    height: 48px;
                    overflow: hidden;
                    text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .product_main .body li .fl .span {
                    margin-top: 40px;
                    display: block;
                }

                    .product_main .body li .fl .span span {
                        width: 95px;
                        height: 29px;
                        box-sizing: border-box;
                        border: 1px solid #c8000a;
                        border-radius: 14px;
                        display: block;
                        text-align: center;
                        color: #c8000a;
                        line-height: 29px;
                        float: left;
                        margin-right: 12px;
                    }

            .product_main .body li .fr {
                width: 50%;
            }

                .product_main .body li .fr img {
                    width: 100%;
                    object-fit: cover;
                }

            .product_main .body li:nth-child(2n) {
                float: right;
            }

            .product_main .body li:hover {
                transform: translateY(-5px);
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            }

                .product_main .body li:hover .fl h3 {
                    color: #c8000a;
                }

.case_1 {
    padding-top: 98px;
}

    .case_1 .left h3 {
        font-size: 46px;
        font-weight: bold;
    }

    .case_1 .left p {
        font-size: 20px;
        color: #999;
    }

    .case_1 .right {
        margin-top: 36px;
    }

        .case_1 .right li {
            float: left;
            width: 163px;
            height: 47px;
            line-height: 47px;
            text-align: center;
            background: #f6f6f6;
            border-radius: 23px;
            margin-left: 30px;
            font-size: 20px;
        }

            .case_1 .right li a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .case_1 .right li.on, .case_1 .right li.hover,
            .case_1 .right li:hover {
                background: #c8000a;
            }

                .case_1 .right li.on a, .case_1 .right li.hover a,
                .case_1 .right li:hover a {
                    color: #fff;
                }
.case_1_main {
    padding-bottom: 100px;
}
.case_body {
    padding-top: 50px;
   
}

    .case_body .list li {
        float: left;
        width: 278px;
        height: 142px;
        border: 1px solid #f1f1f1;
        margin: -1px 0 0 -1px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

        .case_body .list li:first-child {
            border-radius: 10px 0 0 0;
        }

        .case_body .list li:nth-child(5) {
            border-radius: 0 10px 0 0;
        }

       

    .case_body .list a {
        display: block;
    }

    .case_body .list img {
        display: block;
        width: 220px;
        height: 105px;
        object-fit: cover;
        margin: 18px auto;
        transition: all ease 0.36s;
    }

    .case_body .list li:hover {
        z-index: 1;
        border-color: #c8000a;
    }

        .case_body .list li:hover img {
            transform: scale(1.05);
            transition: all ease 0.36s;
            filter: brightness(105%);
            -webkit-filter: brightness(105%);
        }

.case_2_main {
    background: #f6f6f6;
    padding-bottom: 172px;
}

    .case_2_main .tit {
        padding-top: 97px;
        padding-bottom: 45px;
    }

        .case_2_main .tit h3 {
            font-size: 46px;
            font-weight: bold;
        }

    .case_2_main .event_box {
        width: 100%;
        position: relative;
    }

        .case_2_main .event_box .parHd {
            width: 932px;
            margin: 0 auto;
            position: relative;
        }

            .case_2_main .event_box .parHd ul {
                width: 100%;
            }

                .case_2_main .event_box .parHd ul li {
                    height: 94px;
                    width: 94px;
                    float: left;
                    text-align: center;
                    position: relative;
                    border-radius: 100%;
                    border: 10px solid #f6f6f6;
                    overflow: hidden;
                    transition: ease-in-out .2s;
                    margin-right: 51px;
                    cursor: pointer;
                }

                    .case_2_main .event_box .parHd ul li img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                    .case_2_main .event_box .parHd ul li.act {
                        border-color: #c8000a;
                    }

        .case_2_main .event_box .sPrev,
        .case_2_main .event_box .sNext {
            width: 54px;
            height: 54px;
            background: #666;
            border-radius: 100%;
            display: flex;
            top: 50%;
            align-items: center;
            left: -100px;
            margin-top: -27px;
            position: absolute;
            cursor: pointer;
        }

            .case_2_main .event_box .sPrev i,
            .case_2_main .event_box .sNext i {
                width: 10px;
                height: 16px;
                background-position: -29px -230px;
                display: block;
                margin: 0 auto;
            }

        .case_2_main .event_box .sNext {
            left: auto;
            right: -100px;
        }

            .case_2_main .event_box .sNext i {
                background-position: -41px -230px;
            }

            .case_2_main .event_box .sPrev:hover,
            .case_2_main .event_box .sNext:hover {
                background: #c8000a;
            }

        .case_2_main .event_box .parBd {
            margin-bottom: 62px;
        }

            .case_2_main .event_box .parBd .slideBox {
                width: 100%;
                height: 450px;
                position: relative;
                border-radius: 10px;
                overflow: hidden;
            }

    .case_2_main .left {
        width: 50%;
        height: 100%;
        border: 1px solid #e7e7e7;
        border-radius: 10px 0 0 10px;
        box-sizing: border-box;
        border-right: 0;
    }

        .case_2_main .left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .case_2_main .right {
        width: 50%;
        box-sizing: border-box;
        background: #c8000a;
        height: 100%;
        color: #fff;
        padding: 50px;
    }

        .case_2_main .right h3 {
            font-size: 36px;
            font-weight: bold;
            padding-bottom: 10px;
        }

            .case_2_main .right h3 i {
                width: 28px;
                height: 34px;
                background-position: -55px -255px;
                margin-right: 20px;
            }

        .case_2_main .right h4 {
            font-size: 24px;
            margin-bottom: 35px;
        }

        .case_2_main .right .p {
            line-height: 36px;
            font-size: 18px;
        }

.case_3_main {
    background: #f6f6f6;
}

    .case_3_main .tit h3 {
        font-size: 46px;
        font-weight: bold;
    }

    .case_3_main .body {
        padding-top: 53px;
        padding-bottom: 191px;
    }

        .case_3_main .body li {
            background: #fff;
            width: 30%;
            float: left;
            margin-right: 5%;
            height: 500px;
            position: relative;
            border-radius: 10px;
            padding: 40px;
            box-sizing: border-box;
            margin-bottom: 45px;
        }

            .case_3_main .body li a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .case_3_main .body li h3 {
                font-size: 30px;
                border-bottom: 1px solid #aeaeae;
                font-weight: bold;
                padding-bottom: 28px;
                padding-top: 28px;
                margin-bottom: 22px;
            }

            .case_3_main .body li p {
                line-height: 16px;
                color: #666;
                line-height: 36px;
            }

            .case_3_main .body li span {
                position: absolute;
                bottom: 0;
                left: 40px;
                bottom: 50px;
                font-size: 18px;
            }

                .case_3_main .body li span b {
                    background: #fff;
                    border-radius: 100%;
                    display: flex;
                    position: absolute;
                    left: 75px;
                    top: -4px;
                    text-align: center;
                    align-items: center;
                    width: 33px;
                    height: 33px;
                    transition: ease-in-out .2s;
                }

                    .case_3_main .body li span b i {
                        width: 10px;
                        height: 16px;
                        background-position: -61px -232px;
                        margin: 0 auto;
                    }

            .case_3_main .body li img {
                position: absolute;
                left: 40px;
                right: 40px;border-radius:5px;
                bottom: 100px;
                width: calc(100% - 80px);
            }

            .case_3_main .body li:nth-child(3n) {
                margin-right: 0;
            }

            .case_3_main .body li:nth-child(2),
            .case_3_main .body li:nth-child(5) {
                transform: translateY(92px);
            }

            .case_3_main .body li:hover {
                background: #c8000a url(../images/case_on.jpg) center bottom no-repeat;
                box-shadow: 0px 0px 15px rgba(200, 0, 10, 0.3);
            }

                .case_3_main .body li:hover h3 {
                    color: #fff;
                    border-color: #fff;
                }

                .case_3_main .body li:hover p {
                    color: #fff;
                }

                .case_3_main .body li:hover span {
                    color: #fff;
                }

                    .case_3_main .body li:hover span b {
                        left: 85px;
                    }

.showVedio2 {
    width:1140px;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -570px;
    z-index: 9999;
    background: #fff;
    display: none;border-radius:20px; padding:50px;box-sizing:border-box;
}


    .showVedio2 .playcon {
        height: 600px;
        overflow: hidden;
    }

.showVedio2 .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -16px;
    top: -16px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    z-index: 10;
}

    .showVedio2 .close:hover {
        transform: rotate(180deg);
    }

.showVedio2 video {
    width: 100%;
    display: block;
}
.pro_show{width:1040px; height:600px;overflow:hidden;}
.pro_show .left {
    width: 60%
}
    .pro_show .left h1{font-size:35px;margin-bottom:10px;}
    .pro_show .left .span{margin-bottom:30px;}
    .pro_show .left .span span {
        border: 1px solid #e80524;
        line-height: 30px;
        height: 30px;
        border-radius: 15px;
        text-align: center;
        padding: 0 20px;
        margin-right: 15px;
        margin-bottom: 20px
    }
    .pro_show .left .tit{background:#e80524;color:#fff;line-height:30px;border-radius:15px;font-size:18px;width:110px;text-align:center; margin-bottom:5px;}
    .pro_show .left .body{line-height:30px;font-size:14px;color:#666;margin-bottom:20px;}
        .pro_show .left .body.con {
            height: 180px;
            overflow: auto;
            padding-right: 15px;
        }
            .pro_show .left .body.con::-webkit-scrollbar {
                width: 5px;
                height: 5px;
            }

            .pro_show .left .body.con::-webkit-scrollbar-thumb {
                width: 15px;
               
                border-radius: 15px;
                background: #e80524;
            }

            .pro_show .left .body.con::-webkit-scrollbar-track {
                border-radius: 0;
              
                background: #f5f5f5;
            }
        .pro_show .left .body img {
            max-width: 100%;
        }
        .pro_show .right {
            width: 35%; margin-top:50px;overflow:hidden;
        }
            .pro_show .right img{width:100%;}
            .pro_show .right .bd li{float:left;}
            .pro_show .right .hd {
                text-align: center;
                margin-top: 15px;
            }
                .pro_show .right .hd ul{display:inline-block;}
                .pro_show .right .hd li {
                    float: left;
                    width: 14px;
                    height: 14px;
                    background: #ddd;
                    border-radius: 100%;
                    margin: 0 5px;
                    text-indent: -1000px;
                    overflow: hidden;
                }
             .pro_show .right .hd li.on{background:#e80524;}
.single_center .contact_left {
    padding: 40px;
    padding-right: 570px;
    position: relative;
    margin-bottom: 0;
}

#map1_container {
    width: 500px;
    position: absolute;
    right: 50px;
    top: 50px;
    bottom: 50px;
}

    #map1_container img {
        max-width: initial;
    }
.ny_title {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 34px;
}

    .ny_title h3 {
        position: relative;
        display: inline-block;
        color: #333;
        font-size: 48px;
        line-height: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

        .ny_title h3 span {
            display: block;
            width: 25px;
            height: 2px;
            background: #2e3756;
            position: absolute;
            left: -45px;
            top: 50%;
            margin-top: -1px;
        }

        .ny_title h3 .span2 {
            left: auto;
            right: -45px;
        }

    .ny_title p {
        font-size: 18px;
        color: #999;
        text-transform: uppercase;
    }

.la_main_1 {
    background: #fff url(../images/la_1.jpg) center top no-repeat;
    width: 100%;overflow:hidden;
}

    .la_main_1 .box1 {
        padding-top: 95px;
        position: relative;
        z-index: 10;
    }

        .la_main_1 .box1 .left h3 {
            font-size: 46px;
            font-weight: bold;
            margin-bottom: 33px;
        }

        .la_main_1 .box1 .left p {
            font-size: 36px;
            line-height: 46px;
        }

            .la_main_1 .box1 .left p span {
                color: #c8000a;
            }

        .la_main_1 .box1 .right {
            width: 60%;
            padding-top: 167px;
        }

            .la_main_1 .box1 .right .p {
                line-height: 36px;height:180px;overflow:auto;padding-right:10px;
            }
                .la_main_1 .box1 .right .p::-webkit-scrollbar {
                    width: 5px;
                    height: 5px;
                }

                .la_main_1 .box1 .right .p::-webkit-scrollbar-thumb {
                    width: 15px;                   
                    border-radius: 15px;
                    background: #e80524;
                }

                .la_main_1 .box1 .right .p::-webkit-scrollbar-track {
                    border-radius: 0;                    
                    background: #f5f5f5;
                }

                .la_main_1 .box1 .right .p b {
                    font-weight: 400;
                    color: #c8000a;
                }

            .la_main_1 .box1 .right a {
                display: block;
                width: 180px;
                height: 60px;
                line-height: 60px;
                text-align: center;
                color: #fff;
                background: #c8000a;
                font-size: 18px;
                border-radius: 30px;
                margin-top: 47px;
            }

                .la_main_1 .box1 .right a:hover {
                    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
                }

    .la_main_1 .box2 {
        position: relative;
        z-index: 9;
        height: 510px;
    }

        .la_main_1 .box2 .bd {
            position: absolute;
            left: 0;
            top: -38px;
            height: 455px;
            width: 100%;
        }

            .la_main_1 .box2 .bd li {
                position: relative;              
                width: 100%;
            }

            .la_main_1 .box2 .bd img {
                width: 100%;
                border-radius: 10px;
                display: block;
                height: 100%;
                object-fit: cover;
            }

        .la_main_1 .box2 .hd {
            position: absolute;
            left: 16px;
            z-index: 10;
            bottom: 122px;
        }

            .la_main_1 .box2 .hd li {
                width: 13px;
                height: 13px;
                border-radius: 100%;
                background: #fff;
                margin-left: 10px;
                float: left;
                cursor: pointer;
            }

                .la_main_1 .box2 .hd li.on {
                    background: #c8000a;
                }

.la_main_2 {
    background: #c8000a;
    height: 860px;
    position: relative;
}

    .la_main_2 .gallery-thumbs {
        position: absolute;
        left: 50%;
        margin-left: -205px;
        width: 190px;
        height: 320px;
        top: 50%;
        margin-top: -160px; overflow:inherit !important;
        z-index: 10;
       
    }

        .la_main_2 .gallery-thumbs .swiper-slide {
            margin-bottom: 32px;
            text-align: center;
        }

            .la_main_2 .gallery-thumbs .swiper-slide img {
                width: 69px;
                margin: 0 auto;border-radius:100%;cursor:pointer;
            }

        .la_main_2 .gallery-thumbs .swiper-slide-thumb-active
        {
            transform: scale(1.4);
        }

    .la_main_2 .gallery-top {
        height: 100%;
        position: relative;
    }

        .la_main_2 .gallery-top .tit {
            position: absolute;
            z-index: 10;
            width: 1400px;
            left: 50%;
            margin-left: -700px;
            top: 147px;
            color: #fff;
            font-size: 46px;
            font-weight: bold;
        }

        .la_main_2 .gallery-top .left {
            width: 52%;
            height: 100%; position:relative;
        }
            .la_main_2 .gallery-top .left::after{content:"";width:54px;height:100%;position:absolute;right:-1px;top:0;background:url(../images/la_2.png) no-repeat;z-index:10;}

            .la_main_2 .gallery-top .left img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                object-position: right;
            }

        .la_main_2 .gallery-top .right {
            width: 43%;
            display: flex;
            align-items: center;
            height: 100%;
        }

            .la_main_2 .gallery-top .right .con {
                width: 569px;
                color: #fff;
               
            }

                .la_main_2 .gallery-top .right .con h3 {
                    font-size: 36px;
                    font-weight: bold;
                    padding-bottom: 47px;
                }

                .la_main_2 .gallery-top .right .con li {
                    position: relative;
                    padding-left: 127px;
                    line-height: 24px;
                    margin-bottom: 35px;
                    font-size: 16px;
                }

                    .la_main_2 .gallery-top .right .con li b {
                        position: absolute;
                        left: 0;
                        font-size: 20px;
                    }

    .la_main_2 .swiper-button-prev,
    .la_main_2 .swiper-button-next {
        width: 17px;
        height: 11px;
        background: url(../images/icon.png) no-repeat;
        background-position: -31px -256px;
        position: absolute;
        z-index: 10;
        display: block;
        left: 50%;
        top: -50px;z-index:100;
        margin-top: 0;
        margin-left: -8px;
    }

    .la_main_2 .swiper-button-next {
        background-position: -31px -277px;
        top: auto;
        bottom:-50px;
        margin-bottom: 0;z-index:100;
    }

.la_main_3 {
    background: #f8f8f8;
    height: 797px;
}

    .la_main_3 .tit {
        padding-top: 95px;
    }

        .la_main_3 .tit h3 {
            font-weight: bold;
            font-size: 46px;
        }

    .la_main_3 .bd {
        padding-bottom: 72px;
    }

        .la_main_3 .bd li {
            width: 100%;
            overflow: hidden;
            height: 420px;
        }

        .la_main_3 .bd .left {
            width: 54%;
            padding-right: 113px;
            box-sizing: border-box;
            position: relative;
        }

            .la_main_3 .bd .left h3 {
                font-size: 36px;
                color: #c8000a;
                font-weight: bold;
                padding-top: 75px;
                padding-bottom: 19px;
            }

            .la_main_3 .bd .left h4 {
                font-size: 20px;
                line-height: 30px;
                margin-bottom: 32px;
            }

            .la_main_3 .bd .left p {
                font-size: 16px;
                line-height: 30px;
                color: #333;
            }

            .la_main_3 .bd .left h5 {
                font-size: 200px;
                font-weight: bold;
                color: #f8f8f8;
                text-stroke: 1px #c8000a;
                -webkit-text-stroke: 1px #c8000a;
                position: absolute;
                right: -80px;
                top: 0;
                line-height: 200px;
            }

        .la_main_3 .bd .right {
            width: 45%;
            position: relative;
        }

            .la_main_3 .bd .right img {
                width: 100%;
                position: absolute;
                left: 0;
                top: 0;
                width: 893px;
                vertical-align: top;
                border-radius: 50px 0 0 50px;
                height: 420px;
                object-fit: cover;
            }

    .la_main_3 .hd {
        border-top: 1px solid #d5d5d5;
       
    }

        .la_main_3 .hd ul {
            display: flex;
            justify-content: space-around;
        }

        .la_main_3 .hd li {
            width: 216px;
            cursor: pointer;
            float: left;
            font-size: 24px;
            position: relative;
            padding-top: 21px;
        }

            .la_main_3 .hd li i {
                width: 39px;
                height: 38px;
                background-position: -157px -320px;
                margin-right: 17px;
            }

            .la_main_3 .hd li:nth-child(2) i {
                background-position: -197px -320px;
            }

            .la_main_3 .hd li:nth-child(3) i {
                background-position: -237px -320px;
            }

            .la_main_3 .hd li.on {
                color: #c8000a;
                font-weight: bold;
            }
                .la_main_3 .hd li:before{
                    content:"";position:absolute;left:0;height:5px;border-radius:3px;background:#e80524;width:0;transition:ease-in-out .2s;top:-2px;
                }
                .la_main_3 .hd li.on:before {
                    width:100%;
                }
                .la_main_3 .hd li.on i {
                    background-position: -157px -361px;
                }

            .la_main_3 .hd li:nth-child(2).on i {
                background-position: -197px -361px;
            }

            .la_main_3 .hd li:nth-child(3).on i {
                background-position: -237px -361px;
            }

.la_tit {
    text-align: center;
    padding: 100px 0 40px;
}

    .la_tit h3 {
        font-size: 46px;
        font-weight: bold;
    }

    .la_tit p {
        font-size: 16px;
    }

.la_4 .body {
    background: url(../images/la_4.jpg) center top no-repeat;
    height: 713px;
}

    .la_4 .body .con {
        width: 1050px;
        margin: 0 auto;
        position: relative;
    }

        .la_4 .body .con li {
            position: absolute;
        }

            .la_4 .body .con li b {
                width: 18px;
                height: 18px;
                background: rgba(238, 128, 133, 0.5);
                box-shadow: 0px 0px 10px rgba(238, 128, 133, 0.5);
                display: block;
                border-radius: 100%;
                position: relative;
                transition: all ease-in-out 3s;
                -webkit-animation: big 3s infinite linear;
                animation: big 3s infinite linear;
            }

                .la_4 .body .con li b:before {
                    position: absolute;
                    content: "";
                    width: 60%;
                    height: 60%;
                    background: rgba(238, 128, 133, 0.8);
                    border-radius: 100%;
                    left: 20%;
                    top: 20%;
                }

            .la_4 .body .con li p {
                left: 25px;
                position: absolute;
                width: 90px;
                height: 30px;
                top: 50%;
                margin-top: -5px;
                font-size: 16px;
            }

            .la_4 .body .con li:nth-child(1) {
                left: 40px;
                top: 109px;
            }

            .la_4 .body .con li:nth-child(2) {
                left: 49px;
                top: 237px;
            }

                .la_4 .body .con li:nth-child(2) b {
                    width: 30px;
                    height: 30px;
                }

            .la_4 .body .con li:nth-child(3) {
                left: 15px;
                top: 358px;
            }

            .la_4 .body .con li:nth-child(4) {
                left: 212px;
                top: 150px;
            }

            .la_4 .body .con li:nth-child(5) {
                left: 213px;
                top: 256px;
            }

                .la_4 .body .con li:nth-child(5) b {
                    width: 39px;
                    height: 39px;
                }

            .la_4 .body .con li:nth-child(6) {
                left: 344px;
                top: 92px;
            }

                .la_4 .body .con li:nth-child(6) b {
                    width: 52px;
                    height: 52px;
                }

            .la_4 .body .con li:nth-child(7) {
                left:310px;
                top: 204px;
            }

                .la_4 .body .con li:nth-child(7) b {
                    width: 66px;
                    height: 66px;
                }

                .la_4 .body .con li:nth-child(7) p {
                    left: 50px;
                    margin-top: 5px;
                }

                .la_4 .body .con li:nth-child(7) img {
                    position: absolute;
                    left: 8px;
                    top: -30px;
                }

            .la_4 .body .con li:nth-child(8) {
                left: 403px;
                top: 433px;
            }

                .la_4 .body .con li:nth-child(8) b {
                    width: 31px;
                    height: 31px;
                }

            .la_4 .body .con li:nth-child(9) {
                left: 447px;
                top: 222px;
            }

                .la_4 .body .con li:nth-child(9) b {
                    width: 18px;
                    height: 18px;
                }

            .la_4 .body .con li:nth-child(10) {
                left: 764px;
                top: 121px;
            }

                .la_4 .body .con li:nth-child(10) b {
                    width: 31px;
                    height: 31px;
                }

            .la_4 .body .con li:nth-child(11) {
                left: 850px;
                top: 194px;
            }

                .la_4 .body .con li:nth-child(11) b {
                    width: 26px;
                    height: 26px;
                }

            .la_4 .body .con li:nth-child(12) {
                left: 1062px;
                top: 391px;
            }

                .la_4 .body .con li:nth-child(12) b {
                    width: 35px;
                    height: 35px;
                }

            .la_4 .body .con li:nth-child(13) {
                left: 990px;
                top: 497px;
            }

                .la_4 .body .con li:nth-child(13) b {
                    width: 20px;
                    height: 20px;
                }

.la_main_5 {
    background: #f8f8f8;
    padding-bottom: 100px;position:relative;
}

    .la_main_5 .body {
        position: relative;
        overflow: hidden;
    }

    .la_main_5 .swiper-button-next,
    .la_main_5 .swiper-button-prev {
        width: 46px;
        height: 46px;
        margin-top: 0;
        top: 0;
        background: #666;
        border-radius: 100%;
        display: flex;
        align-items: center;
        left: 0;
        text-align: center;outline:none;
        transition: ease-in-out .2s;
    }

        .la_main_5 .swiper-button-next i,
        .la_main_5 .swiper-button-prev i {
            width: 7px;
            height: 15px;
            background-position: -78px -232px;
            margin: 0 auto;
        }

    .la_main_5 .swiper-button-next {
        left: auto;
        right: 0;
    }

        .la_main_5 .swiper-button-next i {
            background-position: -89px -232px;
        }

        .la_main_5 .swiper-button-next:hover,
        .la_main_5 .swiper-button-prev:hover {
            background: #c8000a;
        }

    .la_main_5 .swiper-container {
        overflow: hidden;
        position: initial;
    }

    .la_main_5 .gallery-top {
        height: 447px;
        margin-bottom: 52px;
    }

        .la_main_5 .gallery-top .swiper-slide {
            position: relative;
            transition: ease-in-out .2s;
        }

            .la_main_5 .gallery-top .swiper-slide .right {
                background: #c8000a;
                border-radius: 20px;
                margin-left: 49%;
                width: 51%;
                height: 398px;
                margin-top: 50px;
                color: #fff;
                position: relative;
                z-index: 10;
                padding: 68px;
                box-sizing: border-box;
                transition: ease-in-out .2s;
            }

                .la_main_5 .gallery-top .swiper-slide .right h3 {
                    font-size: 60px;
                    font-weight: bold;
                    line-height: 60px;
                }

                    .la_main_5 .gallery-top .swiper-slide .right h3 span {
                        font-size: 24px;
                        font-weight: 400; margin-left:10px;
                    }

                .la_main_5 .gallery-top .swiper-slide .right .p {
                    font-size: 16px;
                    height: 192px;
                    overflow: auto;
                    padding-right: 10px;
                    line-height: 32px;
                    margin-top: 20px;
                   
                }
                    .la_main_5 .gallery-top .swiper-slide .right .p p {
                        position: relative;
                        padding-left: 20px;
                    }
                    .la_main_5 .gallery-top .swiper-slide .right .p p::before {
                        content: "•";
                        position: absolute;
                        left: 0;
                        line-height: 32px;
                        top: 0;
                        height: 32px;
                    }
                    .la_main_5 .gallery-top .swiper-slide .right .p::-webkit-scrollbar {
                        width: 5px;
                        height: 5px;
                    }

                    .la_main_5 .gallery-top .swiper-slide .right .p::-webkit-scrollbar-thumb {
                        width: 15px;
                        border-radius: 15px;
                        background: #fff;
                    }

                    .la_main_5 .gallery-top .swiper-slide .right .p::-webkit-scrollbar-track {
                        border-radius:3px;
                        background: #f71a25;
                    }
            .la_main_5 .gallery-top .swiper-slide .img {
                position: relative;
            }

            .la_main_5 .gallery-top .swiper-slide img {
                border-radius: 20px;
                height: 401px;
                width: 51%;
                vertical-align: top;
                position: absolute;
                left: 0;
                top: 0;
                object-fit: cover;
            }

            .la_main_5 .gallery-top .swiper-slide:hover .right {
                transform: translateY(-10px);
            }

    .la_main_5 .gallery-thumbs {
        width: 1250px;
    }

        .la_main_5 .gallery-thumbs .swiper-slide {
            position: relative;
            text-align: center;
            cursor: pointer;
            padding-top: 20px;
        }

            .la_main_5 .gallery-thumbs .swiper-slide i {
                width: 27px;
                height: 27px;
                position: absolute;
                display: block;
                background: url(../images/icon.png) no-repeat;
                background-position: -115px -195px;
                left: 50%;
                top: 9px;
                z-index: 10;
                margin-left: -13px;
            }

            .la_main_5 .gallery-thumbs .swiper-slide .line {
                position: absolute;
                left: 0;
                top: 22px;
                border-top: 1px dashed #999;
                width: 100%;
                z-index: 9;
                height: 1px;
            }

            .la_main_5 .gallery-thumbs .swiper-slide p {
                font-size: 20px;
                color: #666;
                padding-top: 30px;
            }

        .la_main_5 .gallery-thumbs .swiper-slide-thumb-active i {
            background-position: -84px -195px;
        }

        .la_main_5 .gallery-thumbs .swiper-slide-thumb-active p {
            color: #c8000a;
        }

.la_main_6 {
    background: url(../images/s3_bg.jpg) center center no-repeat;
    padding-bottom: 90px; position:relative;
}

    .la_main_6 .swiper-pagination {
        width: 100%;
    }

        .la_main_6 .swiper-pagination .swiper-pagination-bullet {
            width: 72px;
            height: 8px;
            background: #999;
            border-radius: 3px;
            margin: 0 9px;
            opacity: 1;
        }

        .la_main_6 .swiper-pagination .swiper-pagination-bullet-active {
            background: #fff;
        }

    .la_main_6 .la_tit h3 {
        color: #fff;
    }

    .la_main_6 .con {
        position: relative;
    }

    .la_main_6 .swiper-slide .item {
        width: 23.5%;
        float: left;
        margin-right: 2%;
        margin-bottom: 20px;
    }

        .la_main_6 .swiper-slide .item:nth-child(4n) {
            margin-right: 0;
        }

    .la_main_6 .swiper-slide .img {
        padding-top: 75%;
        position: relative;
        overflow: hidden;
        width: 100%;
        display: block;
    }

        .la_main_6 .swiper-slide .img img {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: block;
            object-fit: cover;
            transition: ease-in-out .2s;
        }

    .la_main_6 .swiper-slide .item:hover .img img {
        -webkit-filter: brightness(110%);
        filters: brightness(110%);
    }

    .la_main_6 .swiper-button-prev,
    .la_main_6 .swiper-button-next {
        width: 54px;
        height: 54px;
        background: #999999;
        border-radius: 100%;
        display: flex;
        align-items: center;
        left: -100px;
        margin-top: -35px;
        outline: none;
    }

        .la_main_6 .swiper-button-prev i,
        .la_main_6 .swiper-button-next i {
            width: 10px;
            height: 16px;
            background-position: -29px -230px;
            display: block;
            margin: 0 auto;
        }

    .la_main_6 .swiper-button-next {
        left: auto;
        right: -100px;
    }

        .la_main_6 .swiper-button-next i {
            background-position: -41px -230px;
        }

        .la_main_6 .swiper-button-prev:hover,
        .la_main_6 .swiper-button-next:hover {
            box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.4);
        }

@-webkit-keyframes big {
    0% {
        -webkit-transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(0.8);
    }
}

.shuanglun_main_2 {
    height: 860px;width:100%;overflow:hidden;
}

    .shuanglun_main_2 .la_tit {
        position: absolute;
        width: 1400px;
        left: 50%;
        margin-left: -700px;
        z-index: 10;
        text-align: left;
    }

        .shuanglun_main_2 .la_tit h3 {
            color: #fff;
        }

    .shuanglun_main_2 .slideTxtBox {
        text-align: left;
        position: relative;
    }

        .shuanglun_main_2 .slideTxtBox .hd {
            position: absolute;
            left: 36%;
            bottom: 144px;
            z-index: 10;
        }

            .shuanglun_main_2 .slideTxtBox .hd ul {
                height: 388px;
                width: 64%;
            }

                .shuanglun_main_2 .slideTxtBox .hd ul li {
                    float: left;
                    line-height: 60px;
                    overflow: hidden;
                    cursor: pointer;
                    text-align: center;
                    width: 25%;
                    height: 194px;
                    border: 1px solid rgba(255, 255, 255, 0.4);
                    color: #fff;
                    display: block;
                    box-sizing: border-box;
                }

                    .shuanglun_main_2 .slideTxtBox .hd ul li img {
                        width: 60px;
                        height: 60px;
                        margin: 48px auto 0;
                        display: block;
                    }

                    .shuanglun_main_2 .slideTxtBox .hd ul li h3 {
                        font-size: 22px;
                    }

                    .shuanglun_main_2 .slideTxtBox .hd ul li:first-child {
                        margin-left: 25%;
                        margin-right: 25%;
                    }

                    .shuanglun_main_2 .slideTxtBox .hd ul li:nth-child(1),
                    .shuanglun_main_2 .slideTxtBox .hd ul li:nth-child(2) {
                        border-bottom: none;
                    }

                    .shuanglun_main_2 .slideTxtBox .hd ul li:nth-child(3),
                    .shuanglun_main_2 .slideTxtBox .hd ul li:nth-child(5) {
                        border-right: none;
                    }

                    .shuanglun_main_2 .slideTxtBox .hd ul li:nth-child(5) {
                        border-left: none;
                    }

                    .shuanglun_main_2 .slideTxtBox .hd ul li.on {
                        background: #c8000a;
                    }

                        .shuanglun_main_2 .slideTxtBox .hd ul li.on a {
                            display: block;
                            width: 100%;
                            height: 100%;
                            color: #fff;
                        }

        .shuanglun_main_2 .slideTxtBox .bd ul {
            zoom: 1;
            width: 100%;
            overflow: hidden;
        }

        .shuanglun_main_2 .slideTxtBox .bd li {
            width: 100%;
            height: 860px;
        }

            .shuanglun_main_2 .slideTxtBox .bd li .box {
                color: #fff;
            }

                .shuanglun_main_2 .slideTxtBox .bd li .box h3 {
                    font-size: 36px;
                    padding-top: 270px;
                    font-weight: bold;
                    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
                }

                    .shuanglun_main_2 .slideTxtBox .bd li .box h3 i {
                        width: 58px;
                        height: 39px;
                        background-position: -92px -256px;
                        margin-right: 17px;
                    }

                .shuanglun_main_2 .slideTxtBox .bd li .box p {
                    font-size: 24px;
                    width: 505px;
                    padding-top: 21px;
                    padding-left: 73px;
                    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
                }

.la_8 {
    padding-bottom: 100px;
}
    /* 焦点图效果 */
    .la_8 .picBtnTop {
        height: 590px;
        position: relative;
        overflow: hidden;
        zoom: 1;
    }

        .la_8 .picBtnTop .hd {
            width: 328px;
            position: absolute;
            left: 0;
            overflow: hidden;
        }

            .la_8 .picBtnTop .hd ul li {
                text-align: center;
                margin-bottom: 13px;
            }

                .la_8 .picBtnTop .hd ul li img {
                    width: 320px;
                    height: 180px;
                    border: 4px solid #fff;
                    cursor: pointer;
                    vertical-align: top;
                    border-radius: 20px;
                    object-fit: cover;
                }

                .la_8 .picBtnTop .hd ul li.on img {
                    border-color: #c8000a;
                }

        .la_8 .picBtnTop .bd {
            width: 1050px;
            height: 590px;
            position: relative;
            float: right;
            border-radius: 20px;
            overflow: hidden;
        }

            .la_8 .picBtnTop .bd .prev,
            .la_8 .picBtnTop .bd .next {
                width: 46px;
                position: absolute;
                right: 119px;
                bottom: 34px;
                z-index: 10;
                height: 46px;
                cursor: pointer;
                background: #666;
                border-radius: 100%;
                display: flex;
                align-items: center;
                text-align: center;
            }

                .la_8 .picBtnTop .bd .prev i,
                .la_8 .picBtnTop .bd .next i {
                    width: 7px;
                    height: 15px;
                    background-position: -78px -232px;
                    margin: 0 auto;
                }

            .la_8 .picBtnTop .bd .next {
                right: 53px;
            }

                .la_8 .picBtnTop .bd .next i {
                    background-position: -89px -232px;
                }

                .la_8 .picBtnTop .bd .prev:hover,
                .la_8 .picBtnTop .bd .next:hover {
                    background: #c8000a;
                }

            .la_8 .picBtnTop .bd li {
                position: relative;
                zoom: 1;
                vertical-align: middle;
            }

                .la_8 .picBtnTop .bd li .pic {
                    position: relative;
                    z-index: 0;
                }

                    .la_8 .picBtnTop .bd li .pic img {
                        width: 1050px;
                        height: 590px;
                        vertical-align: bottom;
                    }

                .la_8 .picBtnTop .bd li .bg {
                    width: 100%;
                    height: 132px;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    z-index: 1;
                    background: url(../images/la_8_bott.png) no-repeat;
                }

                .la_8 .picBtnTop .bd li .title {
                    width: 100%;
                    height: 30px;
                    line-height: 30px;
                    left: 0;
                    bottom: 0;
                    position: absolute;
                    z-index: 2;
                    font-size: 26px;
                    padding-bottom: 32px;
                }

                    .la_8 .picBtnTop .bd li .title a {
                        color: #fff;
                        padding-left: 55px;
                    }
.box.flyInRight {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}
.flyInLeft.box {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
}
.jobs_wrapper .jobs_center {
    margin-top: 1px;
}

.jobs_center .jobs {
    padding: 5% 0;
    background: #fff;
}

.titlist {
    padding-bottom: 30px;
    border-bottom: 1px solid #666;
}

    .titlist .j_tit1 {
        float: left;
        font-size: 24px;
        color: #333;
        width: 42%;
        margin-left: 3.5%;
    }

    .titlist .j_tit2 {
        float: left;
        font-size: 24px;
        color: #333;
        width: 22%;
    }

    .titlist .j_tit3 {
        float: left;
        font-size: 24px;
        color: #333;
        width: 22%;
    }

.postlist .item .top {
    height: 100px;
    line-height: 100px;
}

.postlist .item:nth-child(2n) .top {
    background: #f0f2f6;
}

.postlist .item .top .jt1 {
    float: left;
    width: 42%;
    margin-left: 3.5%;
}

.postlist .item .top .jt2 {
    float: left;
    width: 22%;
    height: 100px;
    font-size: 20px;
    color: #333;
    line-height: 100px;
}

.postlist .item .top .jt3 {
    float: left;
    width: 22%;
    height: 100px;
    font-family: arial;
    font-size: 20px;
    color: #666;
    line-height: 100px;
}

.postlist .item .top .jt4 {
    font-size: 30px;
}

.postlist .item .top .jt1 h3 {
    font-size: 20px;
    color: #333;
}

    .postlist .item .top .jt1 h3 b {
        background: #f91736;
        color: #fff;
        padding: 3px 5px;
        margin-right: 10px;
        font-weight: 400;
        border: 1px solid #fff;
    }

.postlist .item .bottom {
    border: 1px solid #d3d7dd;
    border-top: none;
    width: calc(100% - 2px);
}

    .postlist .item .bottom .bid_box {
        position: relative;
        min-height: 450px;
        padding: 50px;
    }

        .postlist .item .bottom .bid_box .bit {
            width: 100%;
        }

        .postlist .item .bottom .bid_box .bit2 {
            width: 100%;
            padding-top: 20px;
        }

        .postlist .item .bottom .bid_box.xiaoyuan .bit2 {
            float: none;
            width: 100%;
        }

        .postlist .item .bottom .bid_box .bit3 {
            width: 100%;
        }

        .postlist .item .bottom .bid_box .bit h3 {
            font-size: 20px;
            line-height: 20px;
            color: #333;
        }

        .postlist .item .bottom .bid_box .bit .b_cont {
            margin-top: 10px;
            font-size: 14px;
            line-height: 30px;
            color: #666;
        }

            .postlist .item .bottom .bid_box .bit .b_cont span {
            }

    .postlist .item .bottom .apply {
        position: absolute;
        bottom: 50px;
        right: 50px;
        display: block;
        width: 200px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        color: #fff;
        text-align: center;
        background: #e80524
    }

        .postlist .item .bottom .apply span {
            position: relative;
            z-index: 12;
        }

        .postlist .item .bottom .apply:before, .postlist .item .bottom .apply:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 100%;
            background: #f91736;
            z-index: 2;
            transition: .8s;
        }

        .postlist .item .bottom .apply:before {
            transition: .8s;
            background: #f91736;
            z-index: -1;
        }

        .postlist .item .bottom .apply:hover:after, .postlist .item .bottom .apply:hover:before {
            width: 100%;
        }

.postlist .item:hover .top {
    cursor: pointer;
}

.postlist .item.hover .top {
    background: #e80524;
}

    .postlist .item.hover .top .jt1 h3 {
        color: #fff;
    }

    .postlist .item.hover .top .jt2 {
        color: #fff;
    }

    .postlist .item.hover .top .jt3 {
        color: #fff;
    }

    .postlist .item.hover .top .jt4 {
        color: #fff;
    }

        .postlist .item.hover .top .jt4.size {
            font-size: 50px;
        }

.jobs_wrapper .pager {
    margin-top: 50px;
}
@media (max-width: 1770px) {
                    .nav_main .list li {
    padding: 0 30px;
  }
  .nav_main .list li:nth-child(3) {
    margin-right: 250px;
  }
  .lh-nav-btn {
    right: 10px;
  }
  .header_main .en {
    right: 80px;
  }
}
@media(max-width:1690px){
    .section_3 .bg.MoveRight1 {
        -webkit-mask-position: -720px -20px;
    }

    .section_3 .bg.MoveRight2 {
        -webkit-mask-position: -90px -20px;
    }

    .section_3 .bg.MoveRight3 {
        -webkit-mask-position:550px -20px;
    }

    .section_3 .bg {
        -webkit-mask-position: -720px -20px;
    }
}
@media (max-width: 1660px) {
  .w1400 {
    width: 1200px;
  }
  .w1600 {
    width: 1200px;
    margin: 0 auto;
  }
  .nav_main .list li:nth-child(3) {
    margin-right: 210px;
  }
  .index_title h3 {
    font-size: 35px;
  }
  .banner_main .banner .next {
    left: 15.5vw;
  }
  .section_2 {
    background-size: 802px auto;
  }
  .section_2 .body .left h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .section_2 .body .left p {
    font-size: 16px;
  }
  .section_2 .body .left a {
    margin-bottom: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .section_2 .body .right li h3 {
    font-size: 40px;
  }
    .section_2 .body .right li h3 strong{font-size:35px;}
    .section_2 .body .right li p {
        font-size: 16px;
    }
    .section_2 .body .slideBox .img1 {
        width: 210px;
        height: 211px;
        margin-left: -105px;
        bottom: 302px;transition:ease-in-out .2s;
        
    }
  .section_2 .body .slideBox .img3 {
    width: 320px;
    margin-left: -160px;
    bottom: 10px;
  }
  .section_2 .body .slideBox .img2 {
    width: 700px;
    bottom: 5px;
    left: 170px;
  }
  .section_2 .body .slideBox {
    width: 1040px;
    margin-left: -520px;
  }
   

    .section_3 li .txt h3 {
        font-size: 35px;
    }
  .section_3 li .txt p {
    font-size: 14px;
  }
    .section_3 li .txt .img .img2 {
        width: 250px;
        height: 155px;
        margin-left: -125px;
        margin-top: -77px;
    }
  .section_4 .tit {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .section_4 .gallery-top .swiper-slide .item {
    width: 324px;
  }
  .section_4 .gallery-top .swiper-slide .item img {
    width: 286px;
    height: 286px;
  }
  .section_4 .gallery-top .swiper-slide .item h3 {
    font-size: 24px;
    padding-top: 25px;
  }
  .section_4 .gallery-top .swiper-slide .item p {
    font-size: 16px;
  }
  .section_4 .gallery-top .swiper-slide .item2 {
    margin-left: 220px;
    margin-top: 40px;
  }
  .section_4 .gallery-top .swiper-button-next {
    right: 42%;
  }
  .section_4 .gallery-thumbs .swiper-slide {
    margin-bottom: 30px;
  }
  .section_5 .swiper-slide h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
  .section_5 .swiper-slide p {
    padding-top: 30px;
  }
  .section_5 .swiper-slide h4 {
    margin-top: 40px;
  }
  .section_5 .swiper-button-prev,
  .section_5 .swiper-button-next {
    margin-top: -120px;
  }
  .section_7_main {
    margin-top: 90px;
  }
  .section_7 .swiper-button-prev,
  .section_7 .swiper-button-next {
    left: -70px;
  }
  .section_7 .swiper-button-next {
    left: auto;
    right: -70px;
  }
  .bottom_main .left .tab1 h3 {
    font-size: 35px;
  }
  .bottom_main .left .tab1 {
    width: 270px;
  }
  .bottom_main .left .tab1 h4 {
    font-size: 24px;
  }
  .bottom_main .left .tab2 dl:first-child {
    margin-right: 40px;
  }
  .sub_banner {
    margin-top: 75px;
  }
  .sub_banner .tit {
    margin-left: -600px;
    top: 69px;
  }
  .sub_banner .tit h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sub_banner .tit p {
    font-size: 16px;
  }
  .sub_banner .menu li dl dd {
    margin-left: -600px;
  }

    .case_body .list li {
        width: 238px;
        height: 122px;
    }

    .case_body .list img {
        width: 200px;
        height: 95px;
        margin-top: 13px;
    }

    .product_main .body li {
        padding: 40px;
        height: 350px;
    }

        .product_main .body li .fl .span span:last-child {
            margin-right: 0;
        }

        .product_main .body li .fl h3 {
            font-size: 26px;
        }

    .product_main .sub_main li {
        font-size: 18px;
    }
    .la_main_1 .box2 {
        height: 440px;
    }
    .la_main_1 .box2 .bd {
        height: 390px;
    }

    .la_main_2 .gallery-top .tit {
        width: 1200px;
        margin-left: -600px;
    }

    .la_main_2 .gallery-top .right .con {
        width: 450px;
    }

    .la_main_5 .gallery-top .swiper-slide .right h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .la_main_5 .gallery-top .swiper-slide .right .p {
        font-size: 14px;
    }
    .la_main_5 .gallery-thumbs .swiper-slide p{font-size:18px;}
    .la_main_5 .gallery-thumbs {
        width: 1000px;
    }

    .la_main_6 .swiper-button-prev,
    .la_main_6 .swiper-button-next {
        left: -70px;
    }

    .la_main_6 .swiper-button-next {
        left: auto;
        right: -70px;
    }

    .shuanglun_main_2 .la_tit {
        width: 1200px;
        margin-left: -600px;
    }

    .la_8 .picBtnTop {
        height: 478px;
    }

        .la_8 .picBtnTop .bd {
            width: 850px;
            height: 478px;
        }

            .la_8 .picBtnTop .bd li .pic img {
                width: 850px;
                height: 478px;
            }

        .la_8 .picBtnTop .hd {
            width: 300px;
        }

            .la_8 .picBtnTop .hd ul li img {
                width: 292px;
                height: 142px;
            }
    .case_1 .right li{width:140px;font-size:18px; margin-left:20px;}
    .section_3 .section_3_main .w1600{width:1300px;}
    .section_3 .bg.MoveRight1 {
        -webkit-mask-position: -550px -20px;
    }

    .section_3 .bg.MoveRight2 {
        -webkit-mask-position: -80px -20px;
    }

    .section_3 .bg.MoveRight3 {
        -webkit-mask-position:400px -20px;
    }
    .section_3 .bg {
        -webkit-mask-position:-550px -20px;
    }
}
@media (max-width: 1440px) {
.la_main_1{    
background: #fff url(../images/la_1.jpg) right top no-repeat;
background-size: 103%;}
.la_main_1 .box1 .right{    padding-top: 127px;}

}
