@charset "utf-8";

@font-face {
  font-family: 'CenturyGothic';
  src: url('../font/CenturyGothic.TTF');
}
@font-face {
  font-family: 'CenturyGothicBold';
  src: url('../font/centurygothicBOLD.ttf');
}
@font-face {
  font-family: 'Constantia';
  src: url('../font/Constantia.ttf');
}
@font-face {
  font-family: 'ConstantiaBold';
  src: url('../font/ConstantiaBold.ttf');
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  color: #23527c;
  text-decoration: none;
}

a:focus {
  color: #23527c;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.visible-xs {
  display: none !important;
}

.container::after,
.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}

.container {
  margin: auto;
  min-height: 1px;
  max-width: 1400px;
}

@media (max-width: 1440px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1280px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}




@media (min-width: 768px) {
  ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 6px
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #af1d28;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #af1d28;
  }

  ::selection {
    background: #ccc;
    color: #fff;
  }
}






@keyframes jump_right {
  0% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }

  50% {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
  }

  100% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }
}

@-moz-keyframes jump_right {
  0% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }

  50% {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
  }

  100% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }
}

@-webkit-keyframes jump_right {
  0% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }

  50% {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
  }

  100% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }
}

@-o-keyframes jump_right {
  0% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }

  50% {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
  }

  100% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }
}



@keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-moz-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-webkit-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-o-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}







.pagination {
  margin: 40px auto;
}

.page_pc {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

.page_pc span a {
  color: #888;
  padding: 10px 15px;
  text-decoration: none;
  background: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.page_pc span a:hover,
.page_pc span.current a {
  background: #333;
  color: #fff;
}

.page_pc span {
  margin: 2px;
}

.page_sj {
  width: 108px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: solid 1px #333;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin: 40px auto;
  color: #333;
}



.common_tit {
  text-align: center;
  color: #333;
}

.common_tit h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: 'CenturyGothicBold';
}

.common_tit h5 {
  font-size: 20px;
  font-weight: bold;
}

.common_tit2 {
  color: #333;
  text-align: center;
  margin: 40px 0;
}

.common_tit2 h3 {
  display: inline-block;
  font-size: 36px;
  line-height: 42px;
}

.common_tit2 h3::before,
.common_tit2 h3::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #ad1c29;
  margin: 0 20px;
  vertical-align: middle;
}

.common_btn {
  display: inline-block;
  width: 108px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: solid 1px #fff;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.common_btn span {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.common_btn span img {
  vertical-align: inherit;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.common_btn span img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.common_btn:hover {
  color: #ad1c29 !important;
  border-color: #ad1c29 !important;
}

.common_btn:hover span {
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
}
.common_btn:hover span img {
  opacity: 0;
}
.common_btn:hover span img:nth-child(2) {
  opacity: 1;
}

.common_nav ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin: 40px 0;
}
.common_nav ul li {
  display: inline-block;
  text-align: center;
  width: 20%;
  vertical-align: middle;
  overflow: hidden;
}
.common_nav ul li a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  border: 1px solid #222;
  border-right: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.common_nav ul li:last-child a {
  border-right: 1px solid #222;
}
.common_nav ul li.active a {
  color: #fff;
  background: #222;
}

#video_model {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
#video_model video {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#video_model img {
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
}



.wrapper {
  overflow: hidden;
}
.headerSJ {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 32px 0px;
}

.header.header2 {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  padding: 16px 0px;
  display: none;
}
.header.header2 .header_r {
  position: static;
  float: right;
}
.header .logo {
  float: left;
}

.header_r {
  position: absolute;
  right: 214px;
}

.friend_link {
  width: 20px;
  float: left;
  margin: 16px 40px 0 40px;
  position: relative;
}

.friend_link > span {
  float: right;
  border: 6px solid transparent;
  border-top: 8px solid #fff;
  position: relative;
  top: 8px;
  cursor: pointer;
}

.friend_link ul {
  display: none;
  position: absolute;
  right: 0;
  top: 56px;
  background: rgba(0, 0, 0, 0.3);
  width: 200px;
}

.friend_link ul li {
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 9;
}

.friend_link ul li:last-child {
  border-bottom: none;
}

.friend_link ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
}

.oa_link a:nth-child(1){

  margin-right: 10px;

}

.friend_link ul li a span {
  position: relative;
  z-index: 1;
}

.friend_link ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background: #333;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.friend_link ul li a:hover::after {
  width: 100%;
}

.oa_link {
  width: 150px;
  float: left;
  margin: 17px 40px 0 0;
}

.oa_link a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 3px;
   transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.inner_header .oa_link a:hover,.oa_link a:hover{color: #af1d28;}


.oa_link a:last-child{margin-right: 0;}

.oa_link a img {
  margin-right: 5px;
}

.header_menu {
  width: 32px;
  cursor: pointer;
  float: right;
  margin-top: 16px;
}

.inner_header {
  padding: 28px 0px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px #999;
  -moz-box-shadow: 0px 0px 5px #999;
  box-shadow: 0px 0px 5px #999;
}

.inner_header .header_r {
  float: right;
  position: static;
}
.inner_header .logo {
  width: 180px;
}

.inner_header .friend_link {
  margin-top: 10px;
}

.inner_header .friend_link > span {
  border-top-color: #333;
}

.inner_header .friend_link ul {
  background: #fff;
  top: 65px;
  border: 1px solid #e0e0e0;
}

.inner_header .friend_link ul li a {
  display: block;
  padding: 0 12px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 42px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.inner_header .friend_link > ul > li a:hover {
  background: #ad1c29;
  color: #fff;
}

.inner_header .friend_link ul li a::after {
  display: none;
}

.inner_header .oa_link {
  margin: 10px 0px 0 0;
}

.inner_header .oa_link a {
  color: #333;
  margin-top: 10px;
}

.inner_header .header_nav {
  float: right;
}

.inner_header .header_nav > ul {
  font-size: 0;
  letter-spacing: 0;
}

.inner_header .header_nav > ul > li {
  display: inline-block;
  position: relative;
}

.inner_header .header_nav > ul > li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #ad1c29;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.inner_header .header_nav > ul > li.active::before,
.inner_header .header_nav > ul > li:hover::before {
  width: 80px;
}

.inner_header .header_nav > ul > li > h3 a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 45px;
  padding: 0px 20px;
}

.inner_header .header_nav > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  position: fixed;
  top: 98px;
  left: 0;
  background: #efefef;
  width: 100%;
  text-align: center;
}

.inner_header .header_nav > ul > li:hover > ul {
  max-height: 500px;
}

.inner_header .header_nav > ul > li > ul > li {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}

.inner_header .header_nav > ul > li > ul > li:last-child {
  border-bottom: none;
}

.inner_header .header_nav > ul > li > ul > li a {
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.inner_header .header_nav > ul > li > ul > li a:hover {
  color: #ad1c29;
}




.menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: 9999;
}

.menu_header {
  position: absolute;
  top: 0;
  padding: 32px 0;
  width: 100%;
}

.menu_header .logo {
  float: left;
}

.menu_header .friend_link {
  margin-top: 12px;
  width: 120px;
}

.menu_header .oa_link {
  margin-top: 17px;
}

.menu_header .menu_close {
  margin-top: 12px;
}

.menu_header .friend_link p {
  display: inline-block;
  float: right;
  cursor: pointer;
}

.menu_header .friend_link p em {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-style: normal;
}

.menu_header .friend_link p img {
  margin-left: 10px;
}

.menu_close {
  width: 32px;
  float: left;
  margin-top: 16px;
  cursor: pointer;
}
.menu.menu_fixed .menu_header {
  padding: 16px 0;
}
.menu.menu_fixed .header_r {
  position: static;
  float: right;
}
.menu_outer {
  display: table;
  width: 100%;
  height: calc(100% - 110px);
  margin-top: 110px;
}

.menu_inner {
  padding: 0 20%;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
}

.menu_inner > ul > li {
  width: 25%;
  float: left;
  margin-bottom: 40px;
}

.menu_inner > ul > li:nth-child(4n + 1) {
  clear: both;
}

.menu_inner > ul > li:nth-child(n + 4) {
  margin-bottom: 0;
}

.menu_inner > ul > li h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.menu_inner > ul > li h3 a {
  color: #fff;
}

.menu_inner > ul > li ul {

  margin-top: 20px;
}

.menu_inner > ul > li li a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.menu_inner > ul > li li a::before {
  content: '/';
  display: inline-block;
  margin-right: 10px;
}




.banner,
.banner .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .swiper-slide .swiper_txt {
  position: absolute;
  right: 360px;
  bottom: 80px;
  text-align: right;
}

.banner .swiper-slide .swiper_txt h3 {
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transition: all 1s ease-in-out 0.8s;
  -webkit-transition: all 1s ease-in-out 0.8s;
  -moz-transition: all 1s ease-in-out 0.8s;
  -ms-transition: all 1s ease-in-out 0.8s;
  -o-transition: all 1s ease-in-out 0.8s;
}

.banner .swiper-slide .swiper_txt h6 {
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transition: all 1s ease-in-out 1s;
  -webkit-transition: all 1s ease-in-out 1s;
  -moz-transition: all 1s ease-in-out 1s;
  -ms-transition: all 1s ease-in-out 1s;
  -o-transition: all 1s ease-in-out 1s;
  font-family: 'CenturyGothic';
}

.banner .swiper-slide.swiper-slide-active .swiper_txt h3,
.banner .swiper-slide.swiper-slide-active .swiper_txt h6 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.swiper-pagination-bullets {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 20px;
  text-align: center;
  z-index: 9;
}

.banner_p.swiper-pagination-bullets {
  width: 50%;
  bottom: 40px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  opacity: 1;
  background: #222;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ad1c29;
}

.banner .mouse {
  position: absolute;
  left: 0;
  right: 0;
  width: 28px;
  margin: auto;
  bottom: 50px;
  z-index: 9;
}

.banner .mouse::before {
  content: '';
  position: absolute;
  top: 12px;
  width: 4px;
  height: 8px;
  left: 0;
  right: 0;
  margin: auto;
  animation: jump_down 1.8s infinite ease-in-out;
  -moz-animation: jump_down 1.8s infinite ease-in-out;
  -webkit-animation: jump_down 1.8s infinite ease-in-out;
  -o-animation: jump_down 1.8s infinite ease-in-out;
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.banner .bannerBottom {
  position: absolute;
  left: 0;
  right: 0;
  width: 180px;
  margin: auto;
  bottom: -28px;
  z-index: 9;
}

.banner_menu {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 280px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  border-left: 1px solid #fff;
  display: table;
}

.banner_menu ul {
  display: table-cell;
  vertical-align: middle;
}

.banner_menu ul li a {
  display: block;
  width: 100%;
  padding: 16px 32px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
}

.banner_menu ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background: #fff;
  height: 100%;
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.banner_menu ul li a:hover::before {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.banner_menu ul li a::after {
  content: '';
  display: inline-block;
  background: #fff;
  height: 1px;
  width: 10px;
  vertical-align: middle;
  position: relative;
  left: -20px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.banner_menu ul li a span {
  opacity: 0;
  display: inline-block;
  margin-left: 10px;
  animation: jump_right 1.8s infinite ease-in-out;
  -moz-animation: jump_right 1.8s infinite ease-in-out;
  -webkit-animation: jump_right 1.8s infinite ease-in-out;
  -o-animation: jump_right 1.8s infinite ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.banner_menu ul li a:hover::after,
.banner_menu ul li a:hover span {
  opacity: 1;
}

.inner_banner {
  position: relative;
  height: auto;
  padding-top: 100px;
}

.inner_banner img {
  width: 100%;
}

.inner_banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.banner_img {
  width: 100%;
  height: 240px;
}
.inner_banner_nav {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.inner_banner_nav ul {
  width: 100%;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
}

.inner_banner_nav ul::before {
  content: '';
  display: block;
  border-top: 1px solid #ccc;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 1;
}

.inner_banner_nav ul li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  position: relative;
}

.inner_banner_nav.num2 ul li {
  width: 50%;
}

.inner_banner_nav.num3 ul li {
  width: 33.3%;
}

.inner_banner_nav.num4 ul li {
  width: 25%;
}

.inner_banner_nav.num6 ul li {
  width: 16.6%;
}

.inner_banner_nav.num8 ul li {
  width: 12.5%;
}

.inner_banner_nav ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.inner_banner_nav ul li.active::after {
  background: #222;
  height: 100%;
}
.inner_banner_nav ul li:hover::after {
  background: #222;
  height: 100%;
}

.inner_banner_nav ul li a {
  color: #fff;
  display: block;
  padding: 20px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}




.ind_sec {
  margin: 80px 0;
}

.ind_sec1_inner {
  position: relative;
}

.ind_sec1_t {
  padding: 0 100px;
}

.ind_sec1_t_l {
  position: relative;
  float: left;
  width: 78%;
}

.ind_sec1_t_l a {
  display: block;
}

.ind_sec1_t_l img {
  width: 100%;
}

.ind_sec1_t_l h2 {
  position: absolute;
  transform: rotateZ(-90deg) translateY(136px);
  -webkit-transform: rotateZ(-90deg) translateY(136px);
  -moz-transform: rotateZ(-90deg) translateY(136px);
  -ms-transform: rotateZ(-90deg) translateY(136px);
  -o-transform: rotateZ(-90deg) translateY(136px);
  font-size: 56px;
  color: #ccc;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 64px;
  height: 64px;
  right: 0;
}

.ind_sec1_t_r {
  position: relative;
  float: left;
  width: 20%;
  margin-left: 2%;
  display: table;
}

.ind_sec1_t_r_inner {
  display: table-cell;
  vertical-align: middle;
}

.ind_sec1_b {
  padding: 0 100px;
  margin-top: 40px;
}

.ind_sec1_b_l {
  width: 28%;
  float: left;
}

.ind_sec1_b_l_t {
  margin-top: 50px;
}

.ind_sec1_b_l_t_inner {
  display: block;
  position: relative;
  float: right;
}

.ind_sec1_b_l_b {
  margin-top: 10px;
}

.ind_sec1_b_l_b_inner {
  display: block;
  position: relative;
  float: right;
}

.ind_sec1_b_m {
  width: calc(47% - 20px);
  margin: 0px 10px;
  float: left;
}

.ind_sec1_b_m a {
  display: block;
}

.ind_sec1_b_m img {
  width: 100%;
}

.ind_sec1_b_m_t {
  position: relative;
}

.ind_sec1_b_m_b {
  position: relative;
  float: left;
  width: calc(50% - 5px);
  margin: 10px 10px 0 0;
}

.ind_sec1_b_m_b:last-child {
  margin-right: 0;
}

.ind_sec1_b_r {
  float: left;
  width: 25%;
}

.ind_sec1_b_r_t {
  margin-top: 140px;
  float: left;
}

.ind_sec1_b_r_t_inner {
  display: block;
  position: relative;
}

.ind_sec1_b_r_b {
  margin-top: 10px;
  float: left;
}

.ind_sec1_b_r_b_inner {
  display: block;
  position: relative;
}

.ind_sec1_inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ind_sec1_inner a:hover .mask {
  opacity: 1;
}

.ind_sec1_inner .mask_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.ind_sec1_inner .mask_inner h4 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.ind_sec1_inner .mask_inner h5 {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-family: 'CenturyGothic';
}

.ind_sec1_inner .mask_inner h6::before {
  content: '';
  margin: 12px auto;
  display: block;
  width: 0;
  height: 2px;
  background-color: #f0f0ee;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ind_sec1_inner a:hover .mask_inner h6::before {
  opacity: 1;
  width: 25px;
}

.ind_sec1_inner .mask_inner h6 {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.ind_sec1_text_l {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  font-size: 15px;
  color: #999;
  font-family: 'CenturyGothic';
}

.ind_sec1_text_l::after {
  content: '';
  width: 261px;
  height: 2px;
  background: #aaa;
  display: block;
  position: relative;
  top: 8px;
  right: 0;
}

.ind_sec1_text_r {
  position: absolute;
  right: -65px;
  top: 20%;
  z-index: 5;
  font-size: 15px;
  color: #999;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  font-family: 'CenturyGothic';
}

.ind_sec1_text_r::before {
  content: '';
  width: 169px;
  height: 2px;
  background: #aaa;
  display: block;
  position: relative;
  top: -8px;
  right: 55px;
}




.ind_sec2 {
  margin-top: 80px;
}

.ind_sec2_t {
  padding: 32px 0;
}

.ind_sec2_l {
  position: relative;
  float: left;
  width: 50%;
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
}

.ind_sec2_l_img img {
  width: 100%;
}

.ind_sec2_l .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.ind_sec2_l .mask_inner {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.ind_sec2_r {
  float: left;
  width: 50%;
  display: table;
}

.ind_sec2_r_inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 80px;
}

.ind_sec2_r h3 {
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'CenturyGothicBold';
}

.ind_sec2_r h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.ind_sec2_r p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.ind_sec2_r .common_btn {
  margin-top: 40px;
}

.ind_sec2_r_inner > div {
  position: relative;
}

.ind_sec2_r_inner .yinhao {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
}

.ind_sec2_b {
  background: #f2f2f2;
  padding: 40px 0;
}

.ind_sec2_b ul {
  text-align: center;
}

.ind_sec2_b ul li {
  width: 30%;
  display: inline-block;
}

.ind_sec2_b ul li h3 {
  font-size: 110px;
  font-style: italic;
  color: #333;
  font-family: 'CenturyGothicBold';
}

.ind_sec2_b ul li h5 {
  font-size: 26px;
  color: #444;
}

.ind_sec2_b ul li h6 {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}




.ind_sec3_inner {
  margin-top: 40px;
}


.ind_sec3_inner ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.ind_sec3_inner ul li:nth-child(3n) {
  margin-right: 0;
}
.ind_sec3_inner ul li:nth-child(3n + 1) {
  clear: both;
}

.ind_sec3_inner img {
  width: 100%;
}

.ind_sec3_inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ind_sec3_inner .mask_inner {
  text-align: center;
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.ind_sec3_inner .mask_inner h4 {
  font-size: 24px;
  line-height: 32px;
}

.ind_sec3_inner .mask_inner h6 {
  font-size: 14px;
  line-height: 24px;
  font-family: 'CenturyGothic';
}




.ind_sec4_time {
  background: #eee;
  display: inline-block;
  padding: 32px 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Constantia';
}

.ind_sec4_time h4 {
  font-size: 40px;
  color: #333;
  line-height: 28px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ind_sec4_time h5 {
  font-size: 26px;
  color: #999;
  text-align: right;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ind_sec4_t {
  position: relative;
  margin-top: 40px;
}

.ind_sec4_t a img {
  position: absolute;
  width: 30%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ind_sec4_t a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.ind_sec4_t a .ind_sec4_t_text {
  float: right;
  width: 75%;
  background: #eee;
  padding: 60px 200px 60px 120px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ind_sec4_t a .ind_sec4_t_text h3 {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
}

.ind_sec4_t a .ind_sec4_t_text .ind_sec4_t_text_detail {
  margin-top: 20px;
}

.ind_sec4_t a .ind_sec4_t_text .ind_sec4_t_text_detail p {
  font-size: 14px;
  color: #888;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 96px;
}

.ind_sec4_t .ind_sec4_time {
  position: absolute;
  right: 60px;
  top: 60px;
}

.ind_sec4_b ul li {
  float: left;
  width: 49%;
  margin-top: 40px;
  margin-right: 2%;
}

.ind_sec4_b ul li:nth-child(2n + 1) {
  clear: both;
}
.ind_sec4_b ul li:nth-child(2n) {
  margin-right: 0;
}

.ind_sec4_b .ind_sec4_time {
  float: left;
  width: 125px;
}

.ind_sec4_b ul li a:hover .ind_sec4_time {
  background: #333;
}

.ind_sec4_b ul li a:hover .ind_sec4_time h4 {
  color: #fff;
}

.ind_sec4_b ul li a:hover .ind_sec4_time h5 {
  color: #fff;
}

.ind_sec4_b ul li a .ind_sec4_b_r {
  float: left;
  width: calc(100% - 125px);
  padding: 0 40px 40px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ind_sec4_b ul li a:hover .ind_sec4_b_r {
  background: #eee;
  padding: 20px 40px;
}

.ind_sec4_b ul li a .ind_sec4_b_r h3 {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
  padding-right: 20px;
  position: relative;
}

.ind_sec4_b ul li a .ind_sec4_b_r h3 span {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transform: translateX(-6px);
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  -o-transform: translateX(-6px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ind_sec4_b ul li a:hover .ind_sec4_b_r h3 span {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}

.ind_sec4_b ul li a .ind_sec4_b_r .ind_sec4_t_text_detail {
  margin-top: 20px;
}

.ind_sec4_b ul li a .ind_sec4_b_r .ind_sec4_t_text_detail p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}

.ind_sec4_inner a.common_btn {
  border-color: #333;
  color: #333;
  display: block;
  margin: 40px auto;
}




.news_sec {
  margin: 80px 0;
}

.news_sec_t_l {
  width: 55%;
  float: left;
  overflow: hidden;
}

.news_sec_t_l img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_sec_t a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news_sec_t_r {
  width: 45%;
  float: left;
  padding-left: 40px;
  display: table;
}

.news_sec_t_r_inner {
  display: table-cell;
  vertical-align: middle;
}

.news_sec_b li {
  margin: 60px 0;
}
.news_sec_t a,
.news_sec_b li a {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
}
.news_sec_t a:hover,
.news_sec_b li a:hover {
  background: #f8f8f8;
}
.news_sec_b_l {
  width: 30%;
  float: left;
  overflow: hidden;
}
.news_sec_b_l_inner {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
}
.news_sec_b li a:hover .news_sec_b_l_inner {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news_sec_b_r {
  width: 70%;
  float: left;
  padding: 20px 0 20px 40px;
}

.news_sec_t_r_inner h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
}

.news_sec_b_r h3 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}

.news_sec_t_r_inner h5 {
  font-size: 14px;
  color: #888;
  margin-top: 20px;
  line-height: 24px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}

.news_sec_b_r h5 {
  font-size: 14px;
  color: #888;
  margin-top: 20px;
  line-height: 24px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}

.news_sec_b_r h6,
.news_sec_t_r_inner h6 {
  font-size: 12px;
  line-height: 24px;
  color: #ccc;
  margin-top: 20px;
}

.news_sec_b_r p.news_btn,
.news_sec_t_r_inner p.news_btn {
  display: inline-block;
  width: 110px;
  height: 32px;
  line-height: 32px;
  background: #333;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  margin-top: 80px;
}

.news_sec_b_r a.news_btn {
  float: right;
  margin-top: 0;
}

.news_sec_b_r a.news_btn span,
.news_sec_t_r_inner a.news_btn span {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.news_sec_b_r a.news_btn:hover span,
.news_sec_t_r_inner a.news_btn:hover span {
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
}




.news_detail_sec_inner {
  width: 80%;
  margin: auto;
  padding-top: 100px;
}

.news_detail_t h1 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  margin-top: 40px;
}

.news_detail_t h6 {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  text-align: center;
  margin-top: 40px;
}

.news_detail_con {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 0;
  margin: 40px 0;
}

.news_detail_con p {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  margin-bottom: 10px;
}

.news_detail_con img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 28px auto;
}

.news_detail_b {
  margin: 40px 0;
}

.news_detail_b_l {
  float: left;
}

.news_detail_b_l a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

.news_detail_b_r {
  float: right;
}

.news_detail_b_r a {
  display: block;
  width: 120px;
  height: 35px;
  background-color: #333;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}




.case_sec_inner {
}

.case_sec_inner li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.case_sec_inner li:nth-child(3n) {
  margin-right: 0;
}

.case_sec_inner li:nth-child(3n + 1) {
  clear: both;
}

.case_sec_inner li a {
  position: relative;
  display: block;
  overflow: hidden;
}

.case_sec_inner li a img {
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.case_sec_inner li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case_sec_inner li a .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.case_sec_inner li a .mask_inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}

.case_sec_inner li a:hover .mask {
  opacity: 1;
}

.case_sec_inner li a .mask h4 {
  display: inline-block;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}

.case_sec_inner li a .mask h4::after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.case_sec_inner li a:hover .mask h4::after {
  width: 100%;
}

.case_sec_inner li a .mask h5 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 42px;
}

.case_sec_list_more a {
  display: block;
  margin: 40px auto;
  border-color: #333;
  color: #333;
}
.case_sec_list_more a.common_btn:hover {
  color: #333;
}
.case_detail_con {
  position: relative;
  padding: 80px 0;
  border-bottom: 1px solid #e0e0e0;
}
.case_detail_box {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.case_detail_con .prev {
  position: absolute;
  left: -60px;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  z-index: 9;
  margin: auto;
  cursor: pointer;
}
.case_detail_con .prev img {
  width: 100%;
}
.case_detail_con .next {
  position: absolute;
  right: -60px;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  z-index: 9;
  margin: auto;
  cursor: pointer;
}
.case_detail_con .next img {
  width: 100%;
}
.case_detail_con .next.disabled,
.case_detail_con .prev.disabled {
  cursor: no-drop;
  opacity: 0.2;
}
.case_detail_box .swiper-slide img {
  width: 100%;
}
.case_detail_con_page {
  width: 50%;
  position: absolute;
  bottom: 80px;
  left: 50%;
}
.case_detail_con_text {
}
.case_detail_con_text h3 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
}
.case_detail_con_text h3::before {
  content: '';
  width: 57px;
  height: 3px;
  background: #333;
  display: block;
  margin: 100px 0 40px;
}
.case_detail_con_text h5 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.case_detail_con_page ul {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 40px;
}
.case_detail_con_page ul li {
  display: inline-block;
  width: calc(25% - 6px);
  cursor: pointer;
  position: relative;
  margin-right: 8px;
}
.case_detail_con_page ul li:last-child {
  margin-right: 0;
}
.case_detail_con_page ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.case_detail_con_page ul li.active .mask {
  opacity: 0;
}



.contact_sec {
  padding: 80px 0;
}

.contact_sec_t {
  width: 100%;
  height: 650px;
  margin: 80px 0;
}

.contact_sec_t .icon {
  background: url(../image/marker.png) no-repeat;
}

.contact_sec_t .icon-cir {
  height: 40px;
  width: 30px;
}

.contact_sec_t .icon-cir-red {
  background-position: 0 0;
}

.amap-container {
  height: 100%;
}

.amap-info-content {
  padding: 0;
  text-align: center;
}

.amap-container img {
  width: 100%;
}

.amap-info-content h5 {
  font-size: 18px;
  line-height: 22px;
  color: #444;
  margin-top: 20px;
}

.amap-info-content div {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding: 20px;
}

.amap-info-close {
  color: #fff;
}

.contact_sec_l {
  float: left;
  width: 45%;
}

.contact_sec_l h4 {
  font-size: 20px;
  color: #e22f51;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 3px;
}

.contact_sec_l h6 {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.contact_sec_l ul {
  margin-top: 40px;
}

.contact_sec_l ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.contact_sec_l ul li a::before {
  content: '';
  transform: scale(.5);
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.contact_sec_l ul li a img {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: block;
  position: relative;
  z-index: 1;
}

.contact_sec_l ul li a img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.contact_sec_l ul li a:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

.contact_sec_l ul li a:hover img {
  opacity: 0;
}

.contact_sec_l ul li a:hover img:nth-child(2) {
  opacity: 1;
}

.contact_sec_r {
  float: left;
  width: 55%;
}
.contact_sec_r img {
  float: right;
}



.join_sec1_con > div {
  display: none;
}
.join_sec1_con > div:first-child {
  display: block;
}
.join_sec1_tit {
  background: #cdcdcd;
}

.join_sec1_tit li {
  float: left;
  text-align: center;
  width: 20%;
  font-size: 16px;
  line-height: 42px;
  color: #444;
}

.join_sec1_list li {
  position: relative;
}

.join_sec1_list > ul > li {
  cursor: pointer;
  background: #eee;
}

.join_sec1_list > ul > li > ul {
  position: relative;
  z-index: 5;
  border-top: 1px solid #cdcdcd;
  box-sizing: border-box;
}

.join_sec1_list li ul li {
  float: left;
  text-align: center;
  width: 20%;
  line-height: 42px;
  font-size: 14px;
  color: #666;
}

.join_sec1_list_r {
  position: absolute;
  right: 20px;
  top: 7px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #d91c2f;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.join_sec1_list_r span {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #d91c2f;
  line-height: 25px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.join_sec1_list_r span:nth-child(2) {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.join_sec1_list li.active .join_sec1_list_r span {
  opacity: 1;
}

.join_sec1_list li.active .join_sec1_list_r span:nth-child(2) {
  opacity: 0;
}

.join_sec1_list_con {
  display: none;
  background: #f8f8f8;
  padding: 20px 100px;
}

.join_sec1_list li:first-child .join_sec1_list_con {
  display: block;
}

.join_sec1_list li .join_sec1_list_con li {
  float: none;
  text-align: left;
  width: auto;
  line-height: 28px;
  font-size: 14px;
  color: #888;
}

.join_sec1_list li .join_sec1_list_con li span {
  color: #444;
  display: block;
  margin: 10px 0 5px;
}

.join_sec1_list li .join_sec1_list_con li h5 {
  font-weight: normal;
  font-size: 12px;
}
.join_sec2_outer {
  background: #f9f9f9;
  padding: 80px 0 0 0;
}
.join_sec2_img img {
  width: 100%;
}

.join_sec2_text {
  padding: 40px 120px;
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  background: #fff;
  width: 90%;
  margin: auto;
}
.join_sec2_text h5 {
  font-size: 16px;
  line-height: 40px;
  color: #333;
}
.join_sec2_text h6 {
  font-size: 16px;
  line-height: 40px;
  color: #888;
}
.join_sec2_text img {
  float: right;
}
.join_sec2_text .line {
  width: 44px;
  height: 2px;
  background-color: #a31e29;
  margin: 40px 0 20px;
}
.join_sec3_l {
  float: left;
  width: 40%;
  position: relative;
  margin-right: 10%;
}
.join_sec3_text {
  position: absolute;
  bottom: -100px;
  right: -40px;
  padding: 40px;
  background: #fff;
}
.join_sec3_text h4 {
  font-size: 18px;
  color: #333;
}
.join_sec3_text ul {
  list-style-type: disc;
  padding-left: 18px;
}
.join_sec3_text ul li {
  font-size: 16px;
  line-height: 18px;
  color: #333;
  line-height: 32px;
}
.join_sec3_r {
  float: left;
  width: 50%;
  text-align: center;
}
.join_sec3_r img {
  max-width: 80%;
}

.join_sec4_inner {
  padding-bottom: 40px;
  position: relative;
}

.roundabout_box img {
  width: 100%
}
.roundabout_box {
  width: 68%;
  margin: auto;
  padding-top: 35% !important;
  position: relative;
}
.roundabout-holder {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.roundabout-moveable-item {
  height: 425px;
  width: 650px;
  cursor: pointer;
}

.roundabout-moveable-item a {
  display: block;
  position: relative;
}
.roundabout-moveable-item img {
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.roundabout-moveable-item.roundabout-in-focus img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.roundabout-in-focus {
  cursor: auto;
  border-left: 1px #fff solid;
  border-right: 1px #fff solid
}

.roundabout-moveable-item .text {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.roundabout-moveable-item.roundabout-in-focus .text {
  opacity: 1;
}
.join_sec4_inner .text {
  color: #333;
  font-size: 18px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.join_sec4_inner .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.join_sec4_inner .next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.join_sec4_inner .prev img,
.join_sec4_inner .next img {
  width: 100%
}



.buss_sec1_img {
  position: relative;
}
.buss_sec1_text {
  position: relative;
  background: #fff;
  padding: 60px 100px;
  z-index: 1;
}
.buss_sec1_text h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #333;
  margin-bottom: 20px;
}
.buss_sec1_text h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  margin-bottom: 20px;
}
.buss_sec1_text p {
  font-size: 16px;
  line-height: 28px;
  color: #888;
}
.buss_sec1_img img {
  width: 100%;
  margin-top: -200px;
}
.buss_sec2_list ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.buss_sec2_list ul li {
  width: 50%;
  margin-right: 2%;
}
.buss_sec2_list ul li:last-child {
  margin-right: 0;
}
.buss_sec2_list ul li a {
  display: block;
}
.buss_sec2_list ul li a img {
  width: 100%;
}
.buss_sec2_text {
  width: 80%;
  margin: auto;
  background: #fff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
  padding: 40px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.buss_sec2_text h4 {
  font-size: 24px;
  line-height: 56px;
  color: #ad1c29;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.buss_sec2_text h4::before {
  content: '';
  width: 4px;
  height: 24px;
  background: #ad1c29;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.buss_sec2_text h4::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.buss_sec2_text h6 {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-top: 20px;
  height: 140px;
  overflow: auto;
  padding-right: 10px;
}

.buss_sec2_snsj_list li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.buss_sec2_snsj_list li:nth-child(2n) {
  margin-right: 0;
}
.buss_sec2_snsj_list li:nth-child(-n + 2) {
  margin-bottom: 20px;
}
.buss_sec2_snsj_list li:nth-child(2n + 1) {
  clear: both;
}
.buss_sec2_snsj_list li a {
  display: block;
  position: relative;
}
.buss_sec2_snsj_list li a .buss_sec2_text {
  background: none;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 60px 80px;
}
.buss_sec2_snsj_list li a .buss_sec2_text h4 {
  border: none;
}
.buss_sec2_snsj_list li a .buss_sec2_text h6 {
  height: 112px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.buss_sec2_snsj_list li a .buss_sec2_text h4::before,
.buss_sec2_snsj_list li a .buss_sec2_text h4::after {
  display: none;
}
.buss_sec2_snsj_list li a .buss_sec2_snsj_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec2_snsj_list li a:hover .buss_sec2_snsj_bg {
  opacity: 1;
}



.buss_sec2_djgl_list ul li {
  width: 19%;
  margin-right: 1.25%;
  float: left;
}
.buss_sec2_djgl_list ul li:last-child {
  margin-right: 0;
}
.buss_sec2_djgl_list a {
  display: block;
  position: relative;
}
.buss_sec2_djgl_list a img {
  width: 100%;
}
.buss_sec2_djgl_list a .buss_sec2_text_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.buss_sec2_djgl_list a .buss_sec2_text {
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: transparent;
  width: 100%;
  text-align: center;
}
.buss_sec2_djgl_list a .buss_sec2_text h4 {
  color: #fff;
  border: none;
}
.buss_sec2_djgl_list a .buss_sec2_text h4::before {
  display: none;
}
.buss_sec2_djgl_list a .buss_sec2_text h4::after {
  margin: auto;
  right: 0;
  left: 0;
  width: 40px;
  height: 1px;
}
.buss_sec2_djgl_list a .buss_sec2_text h6 {
  color: #fff;
}



.buss_sec2_jzmq_inner {
  margin: 0 auto 125px;
  position: relative;
}
.buss_sec2_jzmq_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 6px #ad1c29;
  -webkit-transform: translate(45px, 45px);
  -moz-transform: translate(45px, 45px);
  -o-transform: translate(45px, 45px);
  transform: translate(45px, 45px);
}
.buss_sec2_jzmq_inner > div {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background-color: #fff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
}
.buss_sec2_jzmq_l {
  float: left;
  width: calc(100% - 760px);
  text-align: center;
  padding: 50px;
}
.buss_sec2_jzmq_l h6 {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.buss_sec2_jzmq_r {
  float: left;
  width: 760px;
}
.buss_sec2_jzmq_r h3 {
  color: #ad1c29;
  font-size: 24px;
  text-align: center;
}
.buss_sec2_jzmq_r ul {
  text-align: center;
  width: 660px;
  font-size: 0;
  letter-spacing: 0;
  margin: auto;
}
.buss_sec2_jzmq_r ul li {
  display: inline-block;
  font-size: 18px;
  color: #ad1c29;
  width: 200px;
  height: 40px;
  background-color: #eee;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  margin-right: 30px;
}
.buss_sec2_jzmq_r ul li:nth-child(3n) {
  margin-right: 0px;
}



.buss_sec2_zsgs_l {
  float: left;
  width: 48%;
  margin-right: 2%;
  position: relative;
  cursor: pointer;
}
.buss_sec2_zsgs_l .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 75px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec2_zsgs_l .mask p {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
.buss_sec2_zsgs_l img {
  width: 100%;
}
.buss_sec2_zsgs_r {
  float: right;
  width: 50%;
}
.buss_sec2_zsgs_r li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
}
.buss_sec2_zsgs_r li:nth-child(2n) {
  margin-right: 0;
}
.buss_sec2_zsgs_r li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.buss_sec2_zsgs_r li a {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.buss_sec2_zsgs_r li a:hover {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.3);
}
.buss_sec2_zsgs_block {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  text-align: center;
}
.buss_sec2_zsgs_block img {
  max-width: 12%;
}
.buss_sec2_zsgs_block p {
  color: #ad1c29;
  font-size: 18px;
  margin-top: 20px;
}



.buss_sec3_inner li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.buss_sec3_inner li:nth-child(2n) {
  margin-right: 0;
}
.buss_sec3_inner li:nth-child(2n + 1) {
  clear: both;
}
.buss_sec3_inner li a {
  position: relative;
  display: block;
  background: #f9f9f9;
  padding: 40px 40px 40px 80px;
}
.buss_sec3_inner li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec3_inner li a .buss_sec3_box {
  position: relative;
  z-index: 1;
}
.buss_sec3_t h4 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 24px;
  color: #ad1c29;
  position: relative;
}
.buss_sec3_t h4::before {
  content: '';
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ad1c29;
}
.buss_sec3_t h4::after {
  content: '';
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  width: 60%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 32px 0;
}


.buss_sec3_snsj_inner li a .buss_sec3_t h3 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.buss_sec3_t h4 .img {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec3_t h4 .img img {
  display: block;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec3_t h4 .img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.buss_sec3_snsj_inner li a:hover .buss_sec3_t h4 .img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.buss_sec3_t h5 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
}
.buss_sec3_b_img {
  float: right;
  position: relative;
}
.buss_sec3_b_img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  opacity: 0;
}
.buss_sec3_b_img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.buss_sec3_inner li a:hover .bg {
  opacity: 1;
}
.buss_sec3_inner li a:hover .buss_sec3_t h4 {
  color: #fff;
}
.buss_sec3_inner li a:hover .buss_sec3_t h4::before,
.buss_sec3_inner li a:hover .buss_sec3_t h4::after {
  background: #fff;
}
.buss_sec3_inner li a:hover .buss_sec3_t h5 {
  color: #fff;
}
.buss_sec3_inner li a:hover .buss_sec3_b_img img {
  opacity: 1;
}
.buss_sec3_inner li a:hover .buss_sec3_b_img img:nth-child(2) {
  opacity: 0;
}

.buss_sec3_gyl_inner li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.buss_sec3_gyl_inner li:nth-child(3n) {
  margin-right: 0;
}
.buss_sec3_gyl_inner li:nth-child(3n + 1) {
  clear: both;
}
.buss_sec3_gyl_inner li a {
  display: block;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
  border-left: 3px solid #ad1c29;
}
.buss_sec3_gyl_inner li a {
  display: block;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
  padding: 64px 100px;
}
.buss_sec3_gyl_inner .buss_sec3_t h4::after {
  opacity: 0;
}
.buss_sec3_gyl_inner .buss_sec3_t h5 {
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}



.buss_sec3_ylgj_inner ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.buss_sec3_ylgj_inner li {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  background: #f9f9f9;
}
.buss_sec3_ylgj_inner li:nth-child(-n + 3) {
  margin-bottom: 20px;
}
.buss_sec3_ylgj_inner li:nth-child(3),
.buss_sec3_ylgj_inner li:nth-child(5) {
  margin-right: 0;
}
.buss_sec3_ylgj_inner li a {
  padding: 40px 0;
  display: block;
}
.buss_sec3_ylgj_inner .buss_sec3_t h4::before {
  left: 0;
  right: 0;
  margin: auto;
}
.buss_sec3_ylgj_inner .buss_sec3_t h4::after {
  opacity: 0;
}
.buss_sec3_ylgj_inner .buss_sec3_t h5 {
  height: 24px;
}



.buss_sec3_snsj_inner li {
  width: 24.25%;
  margin-right: 1%;
  float: left;
}
.buss_sec3_snsj_inner li:last-child {
  margin-right: 0;
}
.buss_sec3_snsj_inner a {
  padding: 0 40px;
  display: block;
  text-align: center;
}
.buss_sec3_snsj_inner a h4::before {
  margin: auto;
  right: 0;
  left: 0;
}
.buss_sec3_snsj_inner a h4::after {
  opacity: 0;
}
.buss_sec3_snsj_inner a h3 {
  font-size: 24px;
  color: #ad1c29;
}
.buss_sec3_snsj_inner a h5 {
  margin-top: 20px;
  display: inline-block;
  text-align: left;
}




.buss_sec3_djgl_inner {
  background: #f9f9f9;
}
.buss_sec3_djgl_text {
  padding: 80px 0;
}
.buss_sec3_djgl_text p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-bottom: 20px;
}
.buss_sec3_djgl_text p:last-child {
  margin-bottom: 0;
}



.buss_sec3_zsgs_inner {
  margin-top: 40px;
}
.buss_sec3_zsgs_inner li {
  width: 23.5%;
  margin-right: 2%;
  float: left;
}
.buss_sec3_zsgs_inner li:last-child {
  margin-right: 0;
}
.buss_sec3_zsgs_inner li .img {
  position: relative;
  height: 100px;
}
.buss_sec3_zsgs_inner li .img img {
  opacity: 1;
  max-width: 35%;
  max-height: 100%;
  margin: auto;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec3_zsgs_inner li .img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
}
.buss_sec3_zsgs_inner li a {
  display: block;
  background: #f9f9f9;
  padding: 120px 0;
}
.buss_sec3_zsgs_inner li a p {
  font-size: 24px;
  color: #222;
  margin-top: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec3_zsgs_inner li a:hover p {
  color: #ad1c29;
}
.buss_sec3_zsgs_inner li a:hover .img img {
  opacity: 0;
}
.buss_sec3_zsgs_inner li a:hover .img img:nth-child(2) {
  opacity: 1;
}
.buss_sec3_zsgs_inner h6 {
  color: #666;
  font-size: 16px;
  line-height: 32px;
  margin: 20px auto 0;
}


.buss_sec4_inner {
  position: relative;
}
.buss_sec4_swiper img {
  width: 100%;
}
.buss_sec4_swiper h6 {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
.buss_sec4_swiper_P.swiper-pagination-bullets {
  text-align: center;
  margin-top: 40px;
  bottom: 0;
  position: relative;
}
.buss_sec4_swiper_P.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 42px;
  height: 2px;
  background: #eee;
  border-radius: 0;
  opacity: 1;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec4_swiper_P.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #434343;
}

.buss_sec_djgl_list ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.buss_sec_djgl_list ul li:last-child {
  margin-right: 0;
}
.buss_sec_djgl_list ul li a {
  display: block;
  border-top: 2px solid #000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_djgl_list ul li a h4 {
  font-size: 24px;
  color: #ad1c29;
  padding: 20px 0;
  text-align: center;
}
.buss_sec_djgl_list ul li a .img {
  overflow: hidden;
}
.buss_sec_djgl_list ul li a .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_djgl_list ul li a p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  padding: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 126px;
  background: #f8f8f8;
}
.buss_sec_djgl_list ul li a:hover {
  border-top-color: #ad1c29;
}
.buss_sec_djgl_list ul li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.buss_sec_zsgc_list {}
.buss_sec_zsgc_list ul {}
.buss_sec_zsgc_list ul li {
  height: 80px;
  border: solid 2px #f8f8f8;
  margin: 12px 0;
}
.buss_sec_zsgc_list ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.buss_sec_zsgc_list ul li a span {
  font-size: 24px;
  color: #333333;
  width: 260px;
  text-align: center;
  height: 76px;
  line-height: 76px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_zsgc_list ul li a p {
  padding: 0 28px 0 40px;
  width: calc(100% - 260px);
}
.buss_sec_zsgc_list ul li a:hover {
  background: #ad1c29;
  color: #e9cfd1;
}
.buss_sec_zsgc_list ul li a:hover span {
  background: #ad1c29;
  color: #fff;
}
.buss_sec_snsj_list ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.buss_sec_snsj_list ul li {
  display: inline-block;
  width: 23.5%;
  margin-right: 2%;
  cursor: pointer;
}
.buss_sec_snsj_list ul li .img {
  overflow: hidden;
}
.buss_sec_snsj_list ul li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0;
}
.buss_sec_snsj_list ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.buss_sec_snsj_list ul li:nth-child(4n),
.buss_sec_snsj_list ul li:last-child {
  margin-right: 0;
}
.buss_sec_snsj_list ul li img {
  width: 100%;
}
.buss_sec_snsj_list ul li p {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  margin: 12px 0 32px;
}
.buss_sec_jzmq_con {
  overflow: hidden;
  position: relative;
}
.buss_sec_jzmq_con > div {
  width: calc(100% - 120px);
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #ad1c29;
  cursor: pointer;
}
.buss_sec_jzmq_con > div:nth-child(2) {
  position: absolute;
  z-index: 2;
}
.buss_sec_jzmq_con > div:nth-child(3) {
  position: absolute;
  z-index: 3;
}
.buss_sec_jzmq_con > div p {
  width: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  line-height: 60px;
  letter-spacing: 6px;
}
.buss_sec_jzmq_con > div img {
  width: calc(100% - 60px);
}
.buss_sec_jzmq_con.active0 > div:nth-child(2) {
  left: calc(100% - 120px);
}
.buss_sec_jzmq_con.active0 > div:nth-child(3) {
  left: calc(100% - 60px);
}
.buss_sec_jzmq_con.active1 > div:nth-child(2) {
  left: 60px;
}
.buss_sec_jzmq_con.active1 > div:nth-child(3) {
  left: calc(100% - 60px);
}
.buss_sec_jzmq_con.active2 > div:nth-child(2) {
  left: 60px;
}
.buss_sec_jzmq_con.active2 > div:nth-child(3) {
  left: 120px;
}
.buss_sec_hzkf_con {}
.buss_sec_hzkf_con ul {
  display: -webkit-box;
  display: flex;
-webkit-box-align: center;
  align-items: center;
-webkit-box-pack: justify;
  justify-content: space-between;
  width: calc(100% + 24px);
}
.buss_sec_hzkf_con ul li {
  width: calc(100% / 7);
}
.buss_sec_hzkf_con ul li a {
  display: inline-block;
  height: 50px;
  width: calc(100% - 24px);
  line-height: 50px;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_hzkf_con ul li.active a,
.buss_sec_hzkf_con ul li a:hover {
  font-weight: bold;
  color: #fff;
  background: #ad1c29;
}
.buss_sec_hzkf_con ul li img {
  margin: 0 5.5px;
}
.buss_sec_hzkf_con ul li:last-child img {
  display: none;
}
.buss_sec_hzkf .text_outer {
  background-color: #f6f6f6;
  margin-top: 24px;
  position: relative;
}
.buss_sec_hzkf .text_outer .text {
  display: -webkit-box;
  display: flex;
-webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  min-height: 100px;
  width: 100%;
  padding: 20px 60px;
}
.buss_sec_hzkf .text_outer .text p {
  display: none;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.buss_sec_hzkf .text_outer .text:first-child p {
  display: block;
}
.buss_sec_fwys_list {}
.buss_sec_fwys_list ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.buss_sec_fwys_list ul li {
  width: 19%;
  margin-right: 1.25%;
  display: inline-block;
  margin-bottom: 20px;
}
.buss_sec_fwys_list ul li:nth-child(5n) {
  margin-right: 0;
}
.buss_sec_fwys_list ul li a {
  padding: 50px 0;
  display: block;
  font-size: 24px;
  color: #ad1c29;
  background: #f8f8f8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_fwys_list ul li a::after {
  content: '';
  display: block;
  margin: 20px auto 0;
  width: 30px;
  height: 2px;
  background-color: #ad1c29;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_fwys_list ul li a:hover {
  color: #fff;
  background: #ad1c29;
}
.buss_sec_fwys_list ul li a:hover::after {
  content: '';
  background: #fff;
}
.buss_sec_rzjj_t {}
.buss_sec_rzjj_t ul {}
.buss_sec_rzjj_t ul li {
  position: relative;
  width: 19%;
  margin-right: 1.25%;
  float: left;
  background-color: #f8f8f8;
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_rzjj_t ul li:hover {
  background: #af2c38;
}
.buss_sec_rzjj_t ul li:hover h4 {
  color: #fff;
}
.buss_sec_rzjj_t ul li:hover h6 {
  color: #e8cecf;
}
.buss_sec_rzjj_t ul li:nth-child(5n) {
  margin-right: 0;
}
.buss_sec_rzjj_t ul li:nth-child(5n + 1) {
  clear: both;
}
.buss_sec_rzjj_t ul li a {
  position: relative;
  z-index: 1;
  display: block;
  height: 320px;
  padding: 50px 20px 0;
}
.buss_sec_rzjj_t ul li a h4 {
  font-size: 24px;
  color: #ad1c29;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_rzjj_t ul li a h4::after {
  content: '';
  display: block;
  margin: 12px auto 24px;
  width: 30px;
  height: 2px;
  background: #ad1c29;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_rzjj_t ul li:hover a h4::after {
  background: #fff;
}
.buss_sec_rzjj_t ul li a h6 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: auto;
  height: 168px;
}
.buss_sec_rzjj_t ul li .text {
  position: absolute;
  bottom: -10px;
  right: 0;
  font-weight: bold;
  line-height: 90px;
  opacity: 0.1;
  color: #999;
  font-size: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_rzjj_t ul li:hover .text {
  color: #fff;
}
.buss_sec_rzjj_t ul li:last-child(-n + 4) {
  margin-bottom: 0;
}
.buss_sec_rzjj_b_l {
  float: left;
  width: calc(100% / 14 * 4 - 20px);
  margin-right: 20px;
  position: relative;
}
.buss_sec_rzjj_b_m {
  float: left;
  width: calc(100% / 14 * 6);
  position: relative;
}
.buss_sec_rzjj_b_r {
  float: left;
  width: calc(100% / 14 * 4 - 20px);
  margin-left: 20px;
  position: relative;
}
.buss_sec_rzjj_b_r h2 {
  position: absolute;
  right: 0;
  font-family: Arial;
  font-size: 120px;
  font-weight: bold;
  color: #cbcbcb;
  opacity: 0.1;
  text-transform: uppercase;
}
.buss_sec_rzjj_box {
  position: relative;
  cursor: pointer;
}
.buss_sec_rzjj_box img {
  width: 100%;
}
.buss_sec_rzjj_box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 10%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.buss_sec_rzjj_box.active .mask {
  opacity: 1;
}
.buss_sec_rzjj_box .mask h4 {
  font-size: 24px;
  color: #ffffff;
}
.buss_sec_rzjj_box .mask h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ad1c29;
  margin: 20px auto 30px;
}
.buss_sec_rzjj_box .mask p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  color: #ffffff;
  opacity: 0.8;
}
#buss_sec_rzjj_box1 {
  width: calc(100% / 3 * 2);
  margin-bottom: 20px;
}
#buss_sec_rzjj_box3 {
  position: absolute;
  bottom: 0;
}
#buss_sec_rzjj_box4 {
  position: absolute;
}
.buss_sec_rzjj_nav ul li {
  width: 180px;
  height: 40px;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  padding: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.buss_sec_rzjj_nav ul li.active {
  background: #ad1c29;
  color: #fff;
}
.buss_sec_rzjj2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.buss_sec_rzjj2 li {
  cursor: pointer;
}
.buss_sec_rzjj2 li img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_rzjj2 li:hover img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.buss_sec_rzjj2 li p {
  font-size: 24px;
  margin-top: 20px;
  color: #231815;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.buss_sec_rzjj2 li:hover p {
  color: #ad1c29;
}
  


.inter_sec1_con1_l {
  width: 50%;
  float: left;
}
.inter_sec1_con1_img {
  position: relative;
}
.inter_sec1_con1_img img {
  width: 100%;
}
.inter_sec1_con1_img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.inter_sec1_con1_img .mask_inner {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.inter_sec1_con1_r {
  width: 50%;
  float: left;
  display: table;
  padding-left: 80px;
  background: #333;
}
.inter_sec1_con1_text {
  display: table-cell;
  vertical-align: middle;
}
.inter_sec1_con1_text p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
  width: 620px;
}
.inter_sec1_con1_text p:last-child {
  margin-bottom: 0;
}
.inter_sec2_con > div {
  display: none;
}
.inter_sec2_con > div:nth-child(1) {
  display: block;
}
.inter_sec2_con1 {
  position: relative;
}
.inter_sec2_con1 img {
  width: 100%;
}
.inter_sec2_con1 .mask {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  margin: auto;
}
.inter_sec2_con1 .mask_inner {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  display: table;
  padding: 40px;
}
.inter_sec2_con1 .mask_text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.inter_sec2_con1 .mask_text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'CenturyGothic';
}
.inter_sec2_con1 .mask_text h5 {
  font-size: 16px;
  line-height: 28px;
}
.inter_sec2_con2 {
  position: relative;
}
.inter_sec2_con2_l {
  float: left;
  width: 50%;
}
.inter_sec2_con2_l_l {
  float: left;
  width: 50%;
  background: #333;
  display: table;
}
.inter_sec2_con2_l_l_inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 80px;
}
.inter_sec2_con2_l_l_inner h3 {
  font-size: 60px;
  font-style: italic;
  line-height: 60px;
  color: #fff;
}
.inter_sec2_con2_l_l_inner h5 {
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 16px;
  color: #fff;
}
.inter_sec2_con2_l_r {
  float: left;
  width: 50%;
}
.inter_sec2_con2_l_r img {
  width: 100%;
}
.inter_sec2_con2_r {
  float: left;
  width: 50%;
}
.inter_sec2_con2_r_text {
  padding-left: 60px;
  margin-top: 80px;
  width: 65%;
  min-width: 450px;
}
.inter_sec2_con2_r h3 {
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.inter_sec2_con2_r h3 a {
  margin-left: 40px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}
.inter_sec2_con2_r ul {
  margin-top: 20px;
}
.inter_sec2_con2_r ul li {
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.inter_sec2_con2_r h6 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.inter_sec2_con3 {
  position: relative;
  padding: 0 80px;
}
.inter_sec2_con3 .swiper-slide {
  text-align: center;
}
.inter_sec2_con3 .swiper-slide img {
  width: 100%;
}
.inter_sec2_con3_text {
  display: inline-block;
  margin-top: 24px;
}
.inter_sec2_con3 .swiper-slide h3 {
  font-size: 18px;
  line-height: 24px;
  color: #444;
}
.inter_sec2_con3 .swiper-slide h4 {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.inter_sec2_con3 .swiper-slide h6 {
  font-size: 14px;
  line-height: 22px;
  color: #888;
  text-align: left;
}
.inter_sec2_con3 .swiper-slide h6::before {
  content: '';
  display: block;
  width: 29px;
  height: 2px;
  background-color: #333;
  margin: 20px auto;
}
.inter_sec3 .case_detail_con .prev,
.inter_sec2_con2 .prev,
.inter_sec2_con3 .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-700px);
  -moz-transform: translateX(-700px);
  -ms-transform: translateX(-700px);
  -o-transform: translateX(-700px);
  transform: translateX(-700px);
  z-index: 9;
  margin: auto;
  cursor: pointer;
}
.inter_sec3 .case_detail_con .prev,
.inter_sec2_con3 .prev {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.inter_sec3 .case_detail_con .next,
.inter_sec2_con2 .next,
.inter_sec2_con3 .next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 50%;
  z-index: 9;
  margin: auto;
  cursor: pointer;
  -webkit-transform: translateX(700px);
  -moz-transform: translateX(700px);
  -ms-transform: translateX(700px);
  -o-transform: translateX(700px);
  transform: translateX(700px);
}
.inter_sec3 .case_detail_con .prev img,
.inter_sec2_con2 .prev img,
.inter_sec2_con3 .prev img,
.inter_sec3 .case_detail_con .next img,
.inter_sec2_con2 .next img,
.inter_sec2_con3 .next img {
  width: 100%
}
.inter_sec3 .case_detail_con .next,
.inter_sec2_con3 .next {
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.inter_sec3 .case_detail_con {
  border: none;
  padding: 0 80px;
}
.inter_sec3 .case_detail_con {
}
.inter_sec3 .case_detail_con .case_detail_con_page {
  bottom: 0;
}
.inter_sec4_inner {
  margin: 40px auto;
}
.inter_sec4_inner ul {
  font-size: 0;
  letter-spacing: 0;
}
.inter_sec4_inner ul li {
  width: 24.25%;
  margin-right: 1%;
  display: inline-block;
}
.inter_sec4_inner ul li:last-child {
  margin-right: 0;
}
.inter_sec4_inner ul li a {
  display: block;
  position: relative;
}
.inter_sec4_inner ul li a img {
  width: 100%;
}
.inter_sec4_inner ul li a .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.inter_sec4_inner ul li a:hover .mask {
  opacity: 1;
}
.inter_sec4_inner ul li a .mask_inner {
  text-align: center;
  position: relative;
  top: 50%;
  color: #fff;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}



.about_sec1 {
  padding-top: 80px;
  margin-top: 0;
  position: relative;
}
.about_sec1 .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f8f8f8;
  height: 85%;
}
.about_sec1 .common_tit2 {
  margin-top: 0;
}
.about_sec1_inner {
  position: relative;
  z-index: 1;
}
.about_sec1_con > div {
  display: none;
}
.about_sec1_con > div:nth-child(1) {
  display: block;
}
.about_sec1_con1 {
  background: #fff;
  position: relative;
}
.about_sec1_con1 h4 {
  position: absolute;
  left: 28%;
  bottom: 0;
  font-size: 14px;
  letter-spacing: 4px;
  color: #ccc;
  width: 500px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  text-transform: uppercase;
  font-family: 'CenturyGothic';
}
.about_sec1_con1 h4::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 1px;
  background: #ddd;
  right: 105%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_sec1_con1_img {
  width: 22%;
  float: left;
}
.about_sec1_con1_img img {
  width: 100%;
}
.about_sec1_con1_text {
  width: 30%;
  margin: 40px 6% 0;
  float: left;
}
.about_sec1_con1_text:last-child {
  margin-left: 0;
}
.about_sec1_con1_text p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 20px;
}
.about_sec1_con1_text img {
  float: right;
}
.about_sec1_con2 {
  background: #fff;
}
.about_sec1_con2 {
  background: #fff;
  position: relative;
}
.about_sec1_con2 h4 {
  position: absolute;
  left: calc(30% + 60px);
  bottom: 0;
  font-size: 14px;
  letter-spacing: 4px;
  color: #ccc;
  width: 500px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  text-transform: uppercase;
  font-family: 'CenturyGothic';
}
.about_sec1_con2 h4::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 1px;
  background: #ddd;
  right: 105%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_sec1_con2_l {
  float: left;
  width: 30%;
}
.about_sec1_con2_l img {
  width: 100%;
}
.about_sec1_con2_r {
  float: left;
  width: 70%;
  padding: 60px;
}
.about_sec1_con2_text {
  overflow: auto;
  max-height: 100%;
  padding-right: 10px;
}
.about_sec1_con2_text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 20px 0;
}
.about_sec1_con2_text h3::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 20px;
  margin-right: 1.4em;
  background-color: #ad1c29;
}
.about_sec1_con2_text p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 20px 0;
}
.about_sec1_con3 img {
  width: 100%;
}
.about_sec1_con4 img {
  width: 100%;
}
.about_sec1_con5 {
  padding: 40px;
  background: #fff;
}
.about_sec1_con5_l {
  float: left;
  width: 50%;
}
.about_sec1_con5_l ul li {
  font-size: 16px;
  line-height: 42px;
  color: #333;
}
.about_sec1_con5_r {
  float: left;
  width: 50%;
}
.about_sec1_con5_r h3,
.about_sec1_con5_l h3 {
  font-size: 20px;
  line-height: 24px;
  color: #ad1c29;
  font-weight: bold;
  margin-bottom: 20px;
}
.about_sec1_con5_r ul li {
  font-size: 16px;
  line-height: 42px;
  color: #666;
}
.about_sec1_con5_r ul li::before,
.about_sec1_con5_l ul li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ad1c29;
  margin: 0 10px 0 0;
}
.about_sec2_con > div {
  display: none;
}
.about_sec2_con > div:nth-child(1) {
  display: block;
}

.about_sec2_con1 {
  
  padding: 80px 0;
}
.about_sec2_con1_l {
  width: 50%;
  float: left;
  padding-right: 5%;
}
.about_sec2_con1_r {
  width: 50%;
  float: left;
}
.about_sec2_con1_text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
}
.about_sec2_con1_text h5 {
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.about_sec2_con1_list {
  margin-top: 40px;
  position: relative;
  padding-left: 100px;
}
.about_sec2_con1_list h3 {
  position: absolute;
  left: 0;
  top: 0;
}
.about_sec2_con1_list ul {
  font-size: 0;
  letter-spacing: 0;
  display: inline-block;
}
.about_sec2_con1_list ul li {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
}
.about_sec2_con1_list ul li img {
  height: 50px;
  width: auto;
}
.about_sec2_con2 {
  position: relative;
  padding: 40px 0;
}
.about_sec2_con2 > .container {
  position: relative;
}
.about_sec2_con2 .bg {
  background: #f8f8f8;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 64%;
}
.about_sec2_con2 .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  margin: auto;
  cursor: pointer;
}
.about_sec2_con2 .next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  cursor: pointer;
}
.about_sec2_con2 .prev img,
.about_sec2_con2 .next img {
  width: 100%
}
.about_sec2_con2_box {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.about_sec2_con2_l {
  float: left;
  width: 50%;
}
.about_sec2_con2_img {
  position: relative;
  float: right;
  margin-right: 20%;
}
.about_sec2_con2_img img {
  position: relative;
  z-index: 1;
}
.about_sec2_con2_img_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(20px, 20px);
  -moz-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  -o-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  background: #333;
}
.about_sec2_con2_r {
  float: left;
  width: 32%;
  min-width: 450px;
}
.about_sec2_con2_text {
  margin-top: 70px;
}
.about_sec2_con2_text h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.about_sec2_con2_text h4 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  min-height: 38px;
  margin: 6px 0 0;
  position: relative;
}
.about_sec2_con2_text h4 a {
  display: inline-block;
  vertical-align: bottom;
  margin-top: -24px;
  margin-left: 40px;
}
.about_sec2_con2_text h4 a img {
  vertical-align: bottom;
}
.about_sec2_con2_text h4::after {
  content: '';
  width: 26px;
  height: 2px;
  background-color: #ad1c29;
  display: block;
  position: absolute;
  bottom: 0;
}
.about_sec2_con2_text p {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  line-height: 28px;
}

.about_sec3_list {
  margin-top: 80px;
}
.about_sec3_list ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.about_sec3_list ul li {
  display: inline-block;
  width: 12.5%;
}
.about_sec3_img {
  position: relative;
}
.about_sec3_img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  margin: auto;
  opacity: 1;
}
.about_sec3_img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
}
.about_sec3_text h6 {
  font-size: 14px;
  line-height: 32px;
  color: #bbb;
  margin-top: 20px;
}
.about_sec3_text h5 {
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.about_sec3_text span {
  display: block;
  margin: 20px auto 0;
  max-width: 108px;
  height: 34px;
  font-size: 12px;
  border: solid 1px transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  line-height: 32px;
}
.about_sec3_text span em {
  font-style: normal;
  max-width: 0;
  text-transform: uppercase;
  color: transparent;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-right: 10px;
}
.about_sec3_list ul li a:hover .about_sec3_img img {
  opacity: 0;
}
.about_sec3_list ul li a:hover .about_sec3_img img:nth-child(2) {
  opacity: 1;
}
.about_sec3_list ul li a:hover .about_sec3_text span {
  border: solid 1px #ad1c29;
}
.about_sec3_list ul li a:hover .about_sec3_text span em {
  color: #ad1c29;
  max-width: 100px;
}
.about_sec4 {
  background: #f8f8f8;
  padding: 80px 0;
}
.about_sec4_list {
  position: relative;
  max-height: 515px;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.about_sec4_list.active {
  max-height: 10000px;
}
.about_sec4_list .line {
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 100%;
  margin: auto;
  background: #ddd;
}
.about_sec4_list .line span {
  position: absolute;
  top: 0;
  left: -5px;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  width: 12px;
}
.about_sec4_list ul {
  position: relative;
  z-index: 1;
}
.about_sec4_list_l {
  width: 100%;
  margin: 10px 0;
}
.about_sec4_list_l_outer {
  float: left;
  width: 50%;
  position: relative;
}
.about_sec4_list_l_outer::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #333;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.about_sec4_list_l_inner {
  background: #fff;
  display: inline-block;
  box-shadow: 0 0 10px #eee;
  float: right;
  position: relative;
  width: calc(100% - 120px);
}
.about_sec4_list_l_inner::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  box-shadow: 0 0 10px #eee;
  -webkit-transform: translateX(6px) rotateZ(45deg);
  -moz-transform: translateX(6px) rotateZ(45deg);
  -ms-transform: translateX(6px) rotateZ(45deg);
  -o-transform: translateX(6px) rotateZ(45deg);
  transform: translateX(6px) rotateZ(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.about_sec4_list_l_inner::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 28px;
  z-index: 2;
  background: #fff;
}
.about_sec4_list_l .time {
  float: right;
}
.about_sec4_list_r {
  width: 100%;
  margin: 10px 0;
}
.about_sec4_list_r_outer {
  float: right;
  width: 50%;
  position: relative;
}
.about_sec4_list_r_outer::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #333;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
}
.about_sec4_list_r_inner {
  background: #fff;
  display: inline-block;
  box-shadow: 0 0 10px #eee;
  float: left;
  position: relative;
  width: calc(100% - 120px);
}
.about_sec4_list_r_inner::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  box-shadow: 0 0 10px #eee;
  -webkit-transform: translateX(-6px) rotateZ(45deg);
  -moz-transform: translateX(-6px) rotateZ(45deg);
  -ms-transform: translateX(-6px) rotateZ(45deg);
  -o-transform: translateX(-6px) rotateZ(45deg);
  transform: translateX(-6px) rotateZ(45deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.about_sec4_list_r_inner::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 28px;
  z-index: 2;
  background: #fff;
}
.about_sec4_list_r .time {
  float: left;
}
.about_sec4_list_img {
  float: left;
  width: 240px;
  height: 160px;
}
.about_sec4_list_text {
  float: left;
  width: 250px;
  height: 160px;
  display: table;
  padding: 0 20px;
  width: calc(100% - 240px);
}
.about_sec4_list_r .about_sec4_list_img,
.about_sec4_list_r .about_sec4_list_text {
  float: right;
}
.about_sec4_list_text_inner {
  display: table-cell;
  vertical-align: middle;
}
.about_sec4_list_text_inner p {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 96px;
}
.about_sec4_list .time {
  line-height: 160px;
  margin: 0 20px;
  color: #333;
  font-size: 16px;
  width: 80px;
  text-align: center;
}
.about_sec4_b {
  text-align: center;
  margin-top: 40px;
}
.about_sec4_b a {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.about_sec4_b a:nth-child(2) {
  display: none;
}
.about_sec4_b.active a {
  display: none;
}
.about_sec4_b.active a:nth-child(2) {
  display: inline-block;
}
.about_sec4_b a img {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  margin-right: 10px;
  margin-top: -3px;
}
.about_sec4_b.active a:nth-child(2) img {
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.about_sec5_con > div {
  display: none;
  padding-bottom: 60px;
  position: relative;
}
.about_sec5_con > div:first-child {
  display: block;
}
.about_sec5_con .swiper-slide {
  text-align: center;
  height: 120px;
  display: table;
  padding: 0px;
  border: 1px solid #f8f8f8;
}
.about_sec5_img {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about_sec5_img p {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.about_sec5_con .swiper-slide:hover .about_sec5_img {
  box-shadow: 0 0 10px #ddd;
}
.about_sec6 {
  margin: 0;
}
.about_sec6_inner {
  position: relative;
  padding: 80px 0;
}
.about_sec6_inner .bg {
  width: 50%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  right: 0;
  top: 0;
}
.about_sec6_l {
  float: left;
  width: 50%;
}
.about_sec6_l .common_nav ul {
  text-align: left;
  margin-top: 0;
}
.about_sec6_list_outer > div {
  display: none;
}
.about_sec6_list_outer > div:first-child {
  display: block;
}
.about_sec6_list {
  max-height: 200px;
  overflow: auto;
  padding-right: 10px;
  min-width: 500px;
  width: 80%;
}
.about_sec6_list li {
  font-size: 16px;
  line-height: 42px;
  color: #333;
}
.about_sec6_list li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #ad1c29;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.about_sec6_r {
  float: left;
  width: 50%;
  padding-left: 80px;
}
.about_sec6_con > div {
  display: none;
}
.about_sec6_con > div:first-child {
  display: block;
}
.about_sec6_box h4 {
  position: absolute;
  right: calc(50% + 40px);
  width: 500px;
  color: #ccc;
  font-size: 14px;
  letter-spacing: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  text-align: right;
  top: 0;
  font-family: 'CenturyGothic';
}
.about_sec6_box h4::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #ddd;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}



.footer {
  background: #444;
  padding: 40px 0 0;
}

.footer_t {
  padding: 20px 0;
}

.footer_t .footer_l {
  float: left;
  width: 35%;
  min-height: 1px;
}

.footer_l_t {
  width: 174px;
}

.footer_l_b {
  margin-top: 80px;
}

.footer_l_b ul li {
  display: inline-block;
  margin-right: 5px;
}

.footer_l_b ul li a {
  position: relative;
  overflow: hidden;
  background: #8a8a8a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 5px;
  display: block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer_l_b ul li a::before {
  content: '';
  transform: scale(.5);
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.footer_l_b ul li a img {
  opacity: 0;
  display: block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}

.footer_l_b ul li a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.footer_l_b ul li a:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

.footer_l_b ul li a:hover img {
  opacity: 1;
}

.footer_l_b ul li a:hover img:nth-child(2) {
  opacity: 0;
}

.footer_l_lx {
  margin-top: 20px;
}

.footer_l_lx img {
  display: inline-block;
}

.footer_l_lx ul {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  width: calc(100% - 125px);
}

.footer_l_lx ul li {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.footer_l_lx ul li:first-child {
  font-size: 20px;
}

.footer_l_lx ul li span {
  width: 20px;
  display: inline-block;
}

.footer_t .footer_r {
  float: left;
  width: 65%;
}

.footer_t .footer_r > ul {
  text-align: right;
}
.footer_t .footer_r > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  text-align: left;
  width: 95px;
}

.footer_t .footer_r > ul > li:first-child {
  margin: 0;
}
.footer_t .footer_r > ul > li:last-child {
  width: auto;
}
.footer_t .footer_r > ul > li h3 {
  position: relative;
}

.footer_t .footer_r > ul > li h3::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #666;
  position: absolute;
  left: -20px;
  top: 12px;
}

.footer_t .footer_r > ul > li h3 a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.footer_t .footer_r > ul > li ul {
  margin-top: 20px;
}
.footer_t .footer_r > ul > li li {
  margin: 8px 0;
}
.footer_t .footer_r > ul > li li a {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.footer_t .footer_r > ul > li li a:hover {
  color: #af1d28;
}
.footer_b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}

.footer_b .footer_l {
  float: left;
}

.friend_link_footer {
  position: relative;
  top: 6px;
  display: inline-block;
  margin-right: 10px;
}

.friend_link_footer p {
  background: #fff;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #9799a0;
  padding-left: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.friend_link_footer p span {
  background: #444;
  display: inline-block;
  margin-left: 10px;
  padding: 0 4px;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.friend_link_footer ul {
  position: absolute;
  bottom: 100%;
  display: none;
  background: #fff;
  z-index: 9;
  width: 200px;
}

.friend_link_footer ul li a {
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  border-bottom: 1px solid #666;
  display: block;
  color: #666;
}

.footer_b .footer_l h6 {
  font-size: 14px;
  color: #888;
  line-height: 40px;
  display: inline-block;
}

.footer_b .footer_r {
  float: right;
  font-size: 0;
  letter-spacing: 0;
  vertical-align: middle;
}

.footer_b .footer_r p {
  text-align: right;
  font-size: 14px;
  color: #888;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}

.footer_b .footer_r p a {
  color: #888;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.footer_b .footer_r p a:hover {
  color: #f7f7f9;
}

.footer_b .footer_r span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #666;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer;
}

.footer_b .footer_r span img {
  display: block;
}



@media (max-width: 1600px) {
  .banner .swiper-slide .swiper_txt {
    bottom: 80px;
    right: 280px;
  }

  .contact_sec_t {
    height: 550px;
  }

  .footer_t .footer_r > ul > li {
    margin-left: 40px;
  }

  .inter_sec2_con2_r_text {
    margin-top: 40px;
  }
}

@media (max-width: 1440px) {
  .about_sec2_con2 .prev {
    left: 80px;
  }
  .about_sec2_con2 .next {
    right: 80px;
  }
  .buss_sec_rzjj_t ul li a h4 {
    font-size: 20px;
  }
  .friend_link {
    margin: 16px 20px 0 20px;
  }

  .contact_sec_t {
    height: 450px;
  }

  .join_sec4_inner .roundabout-holder {
    top: 40px;
  }

  .footer_t .footer_r > ul > li {
    margin-left: 20px;
  }

  .inter_sec3 .case_detail_con .prev, .inter_sec2_con2 .prev, .inter_sec2_con3 .prev {
    left: 0;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  .inter_sec3 .case_detail_con .next, .inter_sec2_con2 .next, .inter_sec2_con3 .next {
    right: 0;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  .inter_sec2_con2_l_l_inner h3 {
    font-size: 42px;
  }

  .inter_sec1_con1_text p {
    width: 90%;
    width: calc(100% - 80px)
  }
}

@media (max-width: 1366px) {
  .about_sec4_list_text {
    width: 180px;
  }

  .inter_sec2_con2_r_text {
    margin-top: 20px;
  }

  .inner_header .header_nav > ul > li > h3 a {
    padding: 0 10px;
  }

  .footer_t .footer_l {
    width: 30%
  }

  .footer_t .footer_r {
    width: 70%
  }
}

@media (max-width: 1280px) {
  .inter_sec1_con1_text p {
    width: 90%;
    width: calc(100% - 40px)
  }
  .about_sec2_con2 .prev {
    left: 40px;
  }
  .about_sec2_con2 .next {
    right: 40px;
  }
}

@media (max-width: 768px) {
  .header {
    display: none;
  }

  .wrapper {
    padding-top: 60px;
  }

  .headerSJ {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
  }

  .headerSJ .headerSC {
    padding: 0px 12px;
    height: 60px;
  }

  .headerSJ .logo {
    float: left;
    line-height: 60px;
  }

  .headerSJ .logo img {
    height: 25px;
  }

  .headerSJ .navbar {
    position: relative;
    float: right;
    padding: 7px 10px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #b1202b;
    border-radius: 4px;
    outline: none;
  }

  .headerSJ .navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #b1202b;
  }

  .headerSJ .navbar .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .headerSJ .navwrap {
    position: fixed;
    top: 0px;
    left: -50%;
    width: 50%;
    height: 100%;
    z-index: 1100;
    background-color: #000;
    opacity: 0;
  }

  .headerSJ .navwrap .nav {
    padding: 10px 5% 0px 5%;
  }

  .headerSJ .navwrap .nav .lange{
    padding: 20px 0;
  }

  .headerSJ .navwrap .nav .lange a{display: block;width: 50%;float: left;text-align: center;color: #fff;line-height: 20px;}

  .headerSJ .navwrap .nav li {
    line-height: 42px;
    border-bottom: 1px solid #232530;
    padding: 0px 5%;
  }

  .headerSJ .navwrap .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
  }

  .headerSJ .navbg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    display: none;
  }

  .headerSJ .navbg .closeSJ {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .headerSJ .navwrap .nav .SJbod {
    display: none;
  }

  .headerSJ .navwrap .nav .SJbod dd a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .headerSJ .navwrap .nav .plus a {
    background: url(../images/plus.png) right center no-repeat;
  }

  .headerSJ .navwrap .nav .minus a {
    background: url(../images/minus.jpg) right center no-repeat;
  }

  .headerSJ .navwrap .nav .lan .SJtit a {
    display: inline-block;
  }

  .headerSJ .navwrap .nav .lan .SJtit span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0px 5px;
  }

  .banner, .banner .swiper-container {
    height: 60vh;
  }

  .banner .swiper-slide .swiper_txt {
    right: 0;
    width: 100%;
    text-align: center;
    top: 35%;
  }

  .banner .swiper-slide .swiper_txt h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .banner .swiper-slide .swiper_txt h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .banner_p {
    width: 100%;
  }

  .ind_sec {
    margin: 40px 0;
  }

  .common_tit {
    margin-bottom: 20px;
  }

  .common_tit h3 {
    font-size: 24px;
    font-weight: bold;
  }

  .common_tit h5 {
    font-size: 16px;
    font-weight: bold;
  }

  .ind_sec1_t,
  .ind_sec1_b {
    padding: 0;
  }

  .ind_sec1_m_img {
    width: 100%;
    height: 400px;
  }

  .ind_sec1_inner_m .swiper-slide {
    position: relative;
  }

  .ind_sec1_inner_m .swiper-slide .mask {
    opacity: 1;
  }

  .ind_sec2_t {
    padding: 40px 0;
  }

  .ind_sec2_l {
    float: none;
    width: 100%;
    transform-origin: right bottom;
    transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    margin-top: 40px;
    margin-left: -3%;
    margin-right: 3%;
    width: 106%;
  }

  .ind_sec2_l .mask_inner {
    width: 80px;
    height: 80px;
  }

  .ind_sec2_r {
    float: none;
    width: 100%;
  }

  .ind_sec2_r_inner {
    padding-left: 0;
  }

  .ind_sec2_r h3 {
    font-size: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
  }

  .ind_sec2_r h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .ind_sec2_r p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 10px;
  }

  .ind_sec2_r .common_btn {
    margin-top: 20px;
  }

  .ind_sec2_b ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .ind_sec2_b ul li h3 {
    font-size: 36px;
    margin-top: 0px;
  }

  .ind_sec2_b ul li h5 {
    font-size: 20px;
    margin-top: 0px;
  }

  .ind_sec2_b ul li h6 {
    margin-top: 0px;
  }

  .ind_sec3_inner {
    margin-top: 20px;
    margin-left: -3%;
    margin-right: 3%;
    width: 106%;
  }

  .ind_sec3_inner .swiper-slide .mask {
    opacity: 1;
  }

  .ind_sec3_inner .mask_inner h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .ind_sec4_t,
  .ind_sec4_b ul li {
    margin-top: 20px;
  }

  .ind_sec4_t a .ind_sec4_t_text {
    padding: 0 0 0 calc(30% + 10px);
    width: 100%;
    background: #fff;
  }

  .ind_sec4_b ul li {
    width: 100%;
  }

  .ind_sec4_b ul li a .ind_sec4_b_r {
    width: 70%;
    padding: 0 0 0 10px;
  }

  .ind_sec4_t a .ind_sec4_t_text h3,
  .ind_sec4_b ul li a .ind_sec4_b_r h3 {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }

  .ind_sec4_t a .ind_sec4_t_text .ind_sec4_t_text_detail,
  .ind_sec4_b ul li a .ind_sec4_b_r .ind_sec4_t_text_detail {
    margin-top: 10px;
  }

  .ind_sec4_t a .ind_sec4_t_text .ind_sec4_t_text_detail p {
    -webkit-line-clamp: 3;
    height: 72px;
  }

  .ind_sec4_b .ind_sec4_time {
    background: #eee;
    padding: 20px 0 20px 20px;
    width: 30%;
  }

  .ind_sec4_t .ind_sec4_time {
    float: right;
    left: 0;
    top: 0;
    width: 30%;
    padding: 20px 0 20px 20px;
  }

  .ind_sec4_time h4 {
    font-size: 28px;
    color: #333;
    line-height: 28px;
  }

  .ind_sec4_time h5 {
    font-size: 20px;
    text-align: left;
  }

  .footer {
    padding: 20px 0;
  }

  .footer_t .footer_l,
  .footer_t .footer_r,
  .footer_b .footer_l,
  .footer_b .footer_r {
    width: 100%;
  }

  .footer_l_b {
    margin-top: 20px;
  }

  .footer_b .footer_l h6 {
    line-height: 24px;
    margin-top: 20px;
  }

  .footer_b .footer_r span {
    float: right;
  }

  .footer_l_lx ul li:first-child {
    font-size: 14px;
  }

  .footer_l_lx ul li:first-child img {
    width: 12px;
  }

  .prev,
  .next {
    display: none;
  }

  .inner_banner {
    height: auto;
    padding-top: 0px;
  }

  .inner_banner_nav {
    overflow: auto;
  }

  .inner_banner_nav ul {
    text-align: left;
  }

  .inner_banner_nav ul li {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: normal;
  }

  .inner_banner_nav ul li a {
    padding: 12px 0;
  }

  .inner_banner_nav.num2 ul li {
    width: 50%;
  }

  .inner_banner_nav.num3 ul li {
    width: 32%;
  }

  .inner_banner_nav.num4 ul {
    width: 128%;
  }

  .inner_banner_nav.num6 ul {
    width: 192%;
  }

  .inner_banner_nav.num8 ul {
    width: 256%;
  }

  .common_tit2 {
    margin: 0 0 20px 0;
  }

  .common_tit2 h3 {
    font-size: 24px;
  }

  #video_model video {
    width: 100%;
    height: auto;
  }

  #video_model img {
    width: 24px;
  }

  .common_nav ul li {
    width: 33.3%;
    margin: 5px 0;
  }

  .common_nav ul li:nth-child(3) a {
    border-right: 1px solid #222;
  }

  .contact_sec_l,
  .contact_sec_r {
    width: 100%;
    margin-top: 40px;
  }

  .contact_sec {
    padding: 40px 0;
  }

  .contact_sec_t {
    margin: 0;
  }

  .contact_sec_l ul {
    margin-top: 20px;
  }

  .contact_sec_l ul li {
    width: 40px;
    margin-right: 10px;
  }

  .news_sec {
    margin: 40px 0;
  }

  .news_sec_inner_m li {
    margin: 20px 0;
  }

  .news_sec_b_l {
    width: 35%;
  }

  .news_sec_b_r {
    width: 65%;
    padding: 0px 0 0px 10px;
  }

  .news_sec_inner_m li a {
    display: block;
  }

  .news_sec_b_r h3 {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }

  .news_sec_b_r h5 {
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
  }

  .news_sec_b_r h6, .news_sec_t_r_inner h6 {
    margin-top: 10px;
  }

  .news_detail_sec_inner {
    width: 100%;
    padding-top: 0px;
  }

  .news_detail_t h1 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 32px;
  }

  .news_detail_t h6 {
    margin-top: 10px;
  }

  .news_detail_con {
    padding: 20px 0;
    margin: 20px 0;
  }

  .news_detail_b {
    margin: 20px 0;
  }

  .news_detail_b_l {
    float: none;
  }

  .news_detail_b_r {
    float: none;
    margin-top: 20px;
  }

  .news_detail_b_r a {
    margin: auto;
  }

  .join_sec1_tit li {
    font-size: 14px;
    width: 25%;
  }

  .join_sec1_list_r {
    display: none;
  }

  .join_sec1_list li ul li {
    font-size: 12px;
    width: 25%;
  }

  .join_sec1_list_con {
    padding: 10px 20px;
  }

  .join_sec2_text {
    padding: 10px 0 0 0;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    background: transparent;
    width: 100%;
  }

  .join_sec2_outer {
    padding: 40px 0;
  }

  .join_sec3_l,
  .join_sec3_r {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  .join_sec3_text {
    position: static;
    padding: 10px;
  }

  .join_sec3_text ul li {
    font-size: 14px;
    line-height: 32px;
  }

  .join_sec2_text h6 {
    font-size: 14px;
    line-height: 28px;
    color: #888;
  }

  .join_sec4_inner {
    padding: 0;
  }

  .join_sec4_inner .join_sec4_p {
    bottom: 40px;
  }

  .join_sec4_inner .text {
    font-size: 16px;
    position: static;
    margin-top: 10px;
  }

  .case_detail_con {
    padding: 40px 0;
  }

  .case_detail_box {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .case_detail_con_page {
    width: 100%;
    position: static;
  }

  .case_detail_con_text h3::before {
    margin: 20px 0;
  }

  .case_detail_con_page ul {
    margin-top: 20px;
  }

  .case_detail_con_text h3 {
    font-size: 18px;
  }

  .case_detail_con_text h5 {
    font-size: 15px;
  }

  .case_sec {
    margin: 40px 0;
  }

  .case_sec_inner li {
    float: none;
    width: 100%;
    margin-right: 0%;
  }

  .case_sec_inner li:nth-child(2n) a {
    padding-right: 50%;
  }

  .case_sec_inner li:nth-child(2n + 1) a {
    padding-left: 50%;
  }

  .case_sec_inner li a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .case_sec_inner li:nth-child(2n) a .mask {
    left: inherit;
    right: 0;
    width: 50%;
    background: #333;
    opacity: 1;
  }

  .case_sec_inner li:nth-child(2n + 1) a .mask {
    width: 50%;
    background: #333;
    opacity: 1;
  }

  .case_sec_inner li a .mask h4 {
    font-size: 16px;
    line-height: 32px;
  }

  .case_sec_inner li a .mask h4::after {
    width: 100%;
  }

  .case_sec_inner li a .mask h5 {
    font-size: 15px;
    line-height: 32px;
  }

  .case_detail_con_text {
    padding: 0 3%;
  }

  .about_sec1 {
    padding: 0;
  }

  .common_nav ul {
    margin: 20px 0;
  }

  .about_sec1_con1 {
    background: transparent;
  }

  .about_sec1_con5_l,
  .about_sec1_con5_r,
  .about_sec1_con2_r,
  .about_sec1_con1_text {
    width: 100%;
    margin: 0;
    float: none;
  }

  .about_sec1_con1 h4,
  .about_sec1_con2 h4 {
    display: none;
  }

  .about_sec1_con2_l,
  .about_sec1_con1_img {
    width: 60%;
    margin: auto;
    float: none;
  }

  .about_sec1_con2_r {
    padding: 10px;
    height: auto !important;
  }

  .about_sec1_con2_text h3 {
    font-size: 16px;
    margin: 10px 0;
  }

  .about_sec1_con2_text p {
    margin: 10px 0;
  }

  .about_sec1_con5_r {
    margin-top: 20px;
  }

  .about_sec1_con5_r h3, .about_sec1_con5_l h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .about_sec1_con5_r ul li,
  .about_sec1_con5_l ul li {
    font-size: 14px;
    line-height: 32px;
    color: #333;
  }

  .about_sec2_con1_list ul li {
    width: 25%;
  }

  .about_sec2_con1 {
    padding: 40px 3%;
  }


  .about_sec2_con1_l {
    width: 100%;
    float: none;
  }

  .about_sec2_con1_r {
    width: 100%;
    float: none;
  }
  .about_sec2_con1_text h3 {
    font-size: 18px;
    margin-top: 20px;
  }

  .about_sec2_con1_text h5 {
    font-size: 14px;
  }

  .about_sec2_con2 {
    padding: 0;
  }

  .about_sec2_con2_img_bg {
    display: none;
  }

  .about_sec2_con2_l {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .about_sec2_con2_img {
    float: none;
    margin: auto;
    width: 60%;
  }

  .about_sec2_con2_r {
    float: none;
    padding: 0px 3%;
    display: table;
    width: 100%;
    min-width: auto;
  }

  .about_sec2_con2_text {
    padding-bottom: 40px;
  }

  .about_sec3_list {
    margin-top: 0px;
  }

  .about_sec3_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .about_sec4 {
    padding: 40px 0;
    position: relative;
  }

  .about_sec4_swiper img {
    width: 100%;
  }

  .about_sec4_swiper .time {
    text-align: center;
    font-size: 13px;
    color: #999;
    line-height: 32px;
  }

  .about_sec4_swiper p {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .about_sec3_img img {
    width: 40px;
  }

  .about_sec3_text h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .about_sec3_text h6 {
    margin-top: 10px;
    line-height: 20px;
  }

  .about_sec5_con > div {
    position: relative;
    padding-bottom: 40px;
  }

  .about_sec6_con > div {
    position: relative;
    padding-bottom: 40px;
  }

  .about_sec6_con {
    margin-top: 20px;
  }

  .about_sec6_l .common_nav ul {
    text-align: center;
  }

  .about_sec6_list li {
    font-size: 14px;
    line-height: 32px;
  }

  .about_sec6_inner {
    padding: 0;
  }

  .about_sec6_l,
  .about_sec6_r {
    float: none;
    width: 100%;
    padding-left: 0px;
  }

  .buss_sec1_text {
    padding: 0 3%;
    width: 100%;
  }

  .buss_sec1_text p {
    font-size: 14px;
  }

  .buss_sec1_img img {
    margin-top: 20px;
  }

  .buss_sec2_list ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .buss_sec2_text {
    width: 94%;
    padding: 20px;
  }

  .buss_sec2_text h4 {
    font-size: 20px;
    line-height: 48px;
  }

  .buss_sec3_inner li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .buss_sec3_inner li a {
    padding: 20px;
  }

  .buss_sec3_t h4 {
    font-size: 20px;
  }

  .buss_sec3_t h4::after {
    margin: 16px 0;
  }

  .buss_sec4_swiper_P.swiper-pagination-bullets {
    margin-top: 20px;
  }

  .buss_sec4_swiper h6 {
    font-size: 16px;
  }

  
  .buss_sec2_snsj_list li {
    width: 100%;
    margin: 0;
    float: none;
  }

  .buss_sec2_snsj_list li:nth-child(-n + 3) {
    margin-bottom: 20px;
  }

  .buss_sec2_snsj_list li a .buss_sec2_text {
    padding: 20px;
  }

  .buss_sec2_snsj_list li a .buss_sec2_text h6 {
    margin-top: 10px;
    display: block;
    height: auto;
  }

  .buss_sec2_djgl_list ul li {
    width: 100%;
    margin-right: 0%;
  }

  .buss_sec2_djgl_list li:nth-child(-n + 4) {
    margin-bottom: 20px;
  }

  .buss_sec2_djgl_list ul li:nth-child(2n) {
    margin-right: 0;
  }

  .buss_sec2_jzmq_inner {
    width: 94%;
  }

  .buss_sec2_jzmq_inner::before {
    display: none;
  }

  .buss_sec2_jzmq_l {
    width: 100%;
    padding: 20px 0;
  }

  .buss_sec2_jzmq_r {
    width: 100%;
    margin-top: 20px;
  }

  .buss_sec2_jzmq_inner > div {
    padding: 40px 20px;
  }

  .buss_sec2_jzmq_r ul {
    width: 100%;
  }

  .buss_sec2_jzmq_r ul li {
    width: 48%;
    margin-right: 4%;
    font-size: 13px;
  }

  .buss_sec2_jzmq_r ul li:nth-child(3n) {
    margin-right: 4%;
  }

  .buss_sec2_jzmq_r ul li:nth-child(2n) {
    margin-right: 0;
  }

  .buss_sec2_zsgs_l {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .buss_sec2_zsgs_r {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .buss_sec2_zsgs_r li a {
    padding: 20px 0;
    height: auto;
  }

  .buss_sec2_zsgs_block p {
    font-size: 18px;
  }

  .buss_sec3_gyl_inner li {
    width: 100%;
    margin: 20px 0 0;
  }

  .buss_sec3_gyl_inner li:first-child {
    margin: 0;
  }

  .buss_sec3_gyl_inner li a {
    padding: 20px;
  }

  .buss_sec3_gyl_inner .buss_sec3_t h5 {
    height: auto;
    display: block;
  }

  .buss_sec3_ylgj_inner li {
    width: 100%;
    margin: 0;
  }

  .buss_sec3_ylgj_inner li:nth-child(-n + 4) {
    margin-bottom: 20px;
  }

  .buss_sec3_djgl_text {
    width: 94%;
    padding: 40px 0;
  }

  .buss_sec3_djgl_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .buss_sec3_zsgs li {
    width: 48%;
    margin-right: 4%;
  }

  .buss_sec3_zsgs li:nth-child(2n) {
    margin-right: 0%;
  }

  .buss_sec3_zsgs li a {
    padding: 40px 0;
  }

  .buss_sec3_zsgs li .img {
    height: 60px;
  }

  .buss_sec3_zsgs li a p {
    font-size: 18px;
    color: #222;
    margin-top: 20px;
  }

  .buss_sec3_zsgs li:nth-child(-n + 2) {
    margin-bottom: 10px;
  }

  .buss_sec3_zsgs_inner h6 {
    font-size: 14px;
    width: 100%;
  }

  .buss_sec2_snsj_list li a .buss_sec2_snsj_bg {
    opacity: 1;
  }

  
  .inter_sec1_con1_l {
    width: 100%;
    float: none;
  }

  .inter_sec1_con1_r {
    width: 100%;
    float: none;
    padding: 0;
  }

  .inter_sec1_con1_text {
    padding: 20px 3%;
  }

  .inter_sec1_con1_text p {
    width: 100%;
    min-width: 100%;
  }

  .inter_sec2_con1_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .inter_sec2_con1 .mask {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
    z-index: 2;
  }

  .inter_sec2_con1 .mask_inner {
    padding: 20px;
  }

  .inter_sec2_con1 .mask_text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .inter_sec2_con1 .mask_text h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .inter_sec2_con2 {
    padding-bottom: 40px;
  }

  .inter_sec2_con3 {
    padding: 0 3%;
    padding-bottom: 40px;
  }

  .inter_sec2_con2_l,
  .inter_sec2_con2_r {
    width: 100%;
    float: none;
    margin: auto;
  }

  .inter_sec2_con2_l_l,
  .inter_sec2_con2_l_r {
    width: 60%;
    float: none;
    margin: auto;
  }

  .inter_sec2_con2_l_l_inner {
    padding: 0;
    text-align: center;
  }

  .inter_sec2_con2_l_l {
    height: auto !important;
    padding: 20px 0;
  }

  .inter_sec2_con2_l_l_inner h3 {
    font-size: 36px;
    line-height: 42px;
  }

  .inter_sec2_con2_l_l_inner h5 {
    line-height: 32px;
  }

  .inter_sec2_con2_r {
    height: auto !important;
  }

  .inter_sec2_con2_r h3 a {
    margin: 0;
  }

  .inter_sec2_con2_r_text {
    padding: 0px 3%;
    margin-top: 20px;
    width: 100%;
    min-width: 100%;
  }

  .inter_sec3 .case_detail_con {
    padding: 0 0 60px 0;
  }

  .inter_sec4_inner {
    margin: 20px auto;
  }

  .inter_sec4_inner ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;

  }

  .inter_sec4_inner ul li a {
    padding-right: 50%;
  }

  .inter_sec4_inner ul li a .mask {
    opacity: 1;
    background: #333;
    width: 50%;
    right: 0;
    left: inherit;
  }

  .inter_sec4_inner ul li:nth-child(2n) a {
    padding-left: 50%;
    padding-right: 0;
  }

  .inter_sec4_inner ul li:nth-child(2n) a .mask {
    left: 0;
    right: inherit;
  }

  .about_sec1_con5 {
    padding: 20px 3%;
  }
  .buss_sec_hzkf_con ul li a {
    height: 64px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
  }
  .buss_sec_djgl_list ul li a h4 {
    font-size: 20px;
  }
  .buss_sec2_zsgs_l .mask {
    padding: 0 25px;
  }
  .buss_sec2_zsgs_l .mask p {
    font-size: 16px;
    line-height: 24px;
  }
  .buss_sec_hzkf .text_outer .text {
    padding: 10px 3%;
  }
  .buss_sec_hzkf_con ul li img {
    margin-top: -50px;
  }
  .buss_sec_djgl_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .buss_sec_zsgc_list ul li {
    height: auto;
  }
  .buss_sec_zsgc_list ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .buss_sec_zsgc_list ul li a span {
    font-size: 20px;
    width: 100%;
  }
  .buss_sec1_text h3 {
    font-size: 20px;
  }
  .buss_sec_rzjj_t ul li a h4 {
    font-size: 20px;
  }
  .buss_sec_rzjj_box_outer .rb h4 {
    font-size: 20px;
  }
  .buss_sec_fwys_list ul li a {
    font-size: 20px;
  }
  .buss_sec_zsgc_list ul li a p {
    padding: 10px;
    width: 100%;
  }
  .buss_sec_snsj_list ul li {
    width: 49%;
    margin-right: 2%;
  }
  .buss_sec_snsj_list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .buss_sec_rzjj_t ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .buss_sec_fwys_list ul li {
    width: 30%;
    margin-right: 5%;
  }
  .buss_sec_fwys_list ul li:nth-child(5n) {
    margin-right: 5%;
  }
  .buss_sec_fwys_list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .buss_sec_jzmq_con_m p {
    font-size: 18px;
    color: #212121;
    font-weight: bold;
    margin: 20px 0 10px 0;
  }

  .buss_sec_rzjj_box .mask {
    opacity: 1!important;
  }
  .buss_sec_rzjj_box .mask h4 {
    font-size: 20px;
  }
  .buss_sec_rzjj_box .mask h4::after {
    margin: 10px auto 16px;
  }
}