

/* base */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: Gotham-Bold;
  src: url(../font/Gotham-Bold.eot);
  src: url(../font/Gotham-Bold.eot) format("embedded-opentype"), url(http://www.crystal-optech.com/fonts/Gotham-Bold.woff) format("woff"), url(../font/Gotham-Bold.ttf) format("truetype"), url(http://www.crystal-optech.com/fonts/Gotham-Bold.svg) format("svg");
}

@font-face {
  font-family: PangMenZhengDao;
  src: url(../font/PangMenZhengDao.eot);
  src: url(../font/PangMenZhengDao.eot) format("embedded-opentype"), url(http://www.crystal-optech.com/fonts/PangMenZhengDao.woff) format("woff"), url(../font/PangMenZhengDao.ttf) format("truetype"), url(http://www.crystal-optech.com/fonts/PangMenZhengDao.svg) format("svg");
}

@font-face {
  font-family: Helvetica-Condensed-Bold;
  src: url(../font/Helvetica-Condensed-Bold.eot);
  src: url(../font/Helvetica-Condensed-Bold.eot) format("embedded-opentype"), url(http://www.crystal-optech.com/fonts/Helvetica-Condensed-Bold.woff) format("woff"), url(../font/Helvetica-Condensed-Bold.ttf) format("truetype"), url(http://www.crystal-optech.com/fonts/Helvetica-Condensed-Bold.svg) format("svg");
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* font-size: calc(100vw / 7.5); */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.oh {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #FFF;
  background-color: #fff;
  -webkit-transition: transform 0.6s ease-out;
  -moz-transition: transform 0.6s ease-out;
  -ms-transition: transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}

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: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -moz-outline-style: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

b,
strong {
  font-weight: bold;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}


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;
  outline: none;
}

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;
  outline: none;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  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;
}

.img_h {
  position: relative;
  cursor: pointer;
}
.img_h img {
  display: block;
  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;
}
.img_h img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.img_h.img_ha:hover img {
  opacity: 1;
}
.img_h.img_ha:hover img:nth-child(2) {
  opacity: 0;
}
a:hover .img_h.img_ha img,
.img_h:hover img {
  opacity: 0;
}
a:hover .img_h.img_ha img:nth-child(2),
.img_h:hover img:nth-child(2) {
  opacity: 1;
}


.visible-md {
  display: none !important;
}
.visible-xs {
  display: none !important;
}

.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}

.container {
  margin: 0 auto;
  min-height: 1px;
  width: 90%;
  max-width: 1600px;
  min-width: 1200px;
}

.container2 {
  margin: 0 auto;
  min-height: 1px;
  width: 90%;
  max-width: 1400px;
  min-width: 1200px;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  line-height: 24px;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 96px;
  line-height: 24px;
}

.o_fit video,
.o_fit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

[dis-select] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dis-drag] {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-dr { /*水平*/
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.f-dc { /*垂直*/
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-1 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block; /* IE10失效的解决办法 */
}

.f-as {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-ae {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-js {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-jc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-je {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-jsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}

/* base */

/* scrollbar */
@media (min-width: 1024px) {
  ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 6px
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    -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;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

  ::selection {
    background: #ccc;
    color: #fff;
  }
}

/* scrollbar */

/* animation */
/*
  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;
*/
/* jump_down */
@keyframes jump_down {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    opacity: 1;
  }

  60% {
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    opacity: 0;
  }

  100% {
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    opacity: 0;
  }
}

@-moz-keyframes jump_down {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    opacity: 1;
  }

  60% {
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    opacity: 0;
  }

  100% {
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    opacity: 0;
  }
}

@-webkit-keyframes jump_down {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    opacity: 1;
  }

  60% {
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    opacity: 0;
  }

  100% {
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    opacity: 0;
  }
}

@-o-keyframes jump_down {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    opacity: 1;
  }

  60% {
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    opacity: 0;
  }

  100% {
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    opacity: 0;
  }
}

/* jump_down */

/* line_down */
@keyframes line_down {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 0;
  }

  25% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 25%;
  }

  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
  }
}

@-moz-keyframes line_down {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 0;
  }

  25% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 25%;
  }

  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
  }
}

@-webkit-keyframes line_down {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 0;
  }

  25% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 25%;
  }

  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
  }
}

@-o-keyframes line_down {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 0;
  }

  25% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 25%;
  }

  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
  }
}

/* line_down */

/* animation */

/* page */
/*
  <div class="pagination">
    <div class="page_pc hidden-xs clearfix">
      <a href="javascript:;">上一页</a>
      <a href="javascript:;" class="page_num act">1</a>
      <a href="javascript:;" class="page_num">2</a>
      <a href="javascript:;" class="page_num">3</a>
      <a href="javascript:;">下一页</a>
      <em>共10页</em>
    </div>
    <a href="javascript:;" class="page_sj visible-xs">加载更多</a>
  </div>
*/
.pagination {
  margin: 40px auto;
}
.page_pc {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

.page_pc a {
  color: #333;
  margin:0  5px;
  text-align: center;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  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-radius: 50%;
  border: 1px solid #e3e3e3;
  width: 36px;height: 36px;

}

.page_pc a:hover,
.page_pc a.act {
  background: #005bac;
  color: #fff;
  border:1px solid #005bac;
}

.page_pc .pc_prev{background: url(../image/pr4_10.png) center no-repeat;display: inline-block;color: transparent;}

.page_pc .pc_prev:hover{background: #005bac url(../image/pr4_10_1.png) center no-repeat;color: transparent;}

.page_pc .pc_next{background: url(../image/pr4_11.png) center no-repeat;display: inline-block;color: transparent;}

.page_pc .pc_next:hover{background: #005bac url(../image/pr4_11_1.png) center no-repeat;color: transparent;}




.page_pc em {
  font-style: normal;
  font-size: 12px;
  color: #666;
}

.page_sj {
  width: 100px;
  height: 32px;
  background: #005bac;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 32px;
  display: none;
  text-align: center;
}

/* page */

/* common */
.md {
  position: relative;
  top: -120px;
}
.common_btn {
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 180px;
  height: 46px;
  border: solid 1px #333;
  line-height: 44px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  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.w {
  border-color: #fff;
  color: #fff;
}
.common_btn::before {
  content: attr(data-text);
  z-index: 1;
  position: absolute;
  left: 0;
  color: #fff;
  opacity: 0;
  width: 100%;
  height: 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;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.common_btn.w::before {
  color: #333;
}
.common_btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  background: #005bac;
  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(100%) skew(0deg);
  -webkit-transform: translateX(100%) skew(0deg);
  -moz-transform: translateX(100%) skew(0deg);
  -ms-transform: translateX(100%) skew(0deg);
  -o-transform: translateX(100%) skew(0deg);
}
.common_btn.w::after {
  background: #fff;
}
.common_btn:hover {
  border-color: #005bac;
}
.common_btn.w:hover {
  border-color: #fff;
}
.common_btn:hover::before {
  opacity: 1;
}
.common_btn:hover::after {
  opacity: 1;
  transform: translateX(10%) skew(-20deg);
  -webkit-transform: translateX(10%) skew(-20deg);
  -moz-transform: translateX(10%) skew(-20deg);
  -ms-transform: translateX(10%) skew(-20deg);
  -o-transform: translateX(10%) skew(-20deg);
}
.common_btn span {
  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;
  z-index: 1;
  display: block;
  opacity: 1;
}
.common_btn:hover span {
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
/*.common_btn {
  display: block;
  margin: auto;
  color: #fff;
  font-size: 15px;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(0, 91, 172, 0.2);
}
.common_btn.w {
  border-color: rgba(255, 255, 255, 0.2);
}
.common_btn span {
  display: block;
  color: #005bac;
}
.common_btn.w span {
  color: #fff;
}
.common_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  width: 40px;
  height: 1px;
  background: #005bac;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.common_btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 40px;
  height: 1px;
  background: #005bac;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.common_btn span::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #005bac;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.common_btn span::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0px;
  width: 1px;
  height: 10px;
  background: #005bac;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.common_btn.w::before,
.common_btn.w::after,
.common_btn.w span::before,
.common_btn.w span::after {
  background: #fff;
}
.common_btn:hover::before {
  left: 0;
  width: 10px;
  animation: widthChange .4s ease-in-out;
  -webkit-animation: widthChange .4s ease-in-out;
  -o-animation: widthChange .4s ease-in-out;
  -moz-animation: widthChange .4s ease-in-out;
}
.common_btn:hover::after {
  width: 10px;
  right: 0;
  animation: widthChange .4s ease-in-out;
  -webkit-animation: widthChange .4s ease-in-out;
  -o-animation: widthChange .4s ease-in-out;
  -moz-animation: widthChange .4s ease-in-out;
}
.common_btn:hover span::before {
  bottom: 36px;
  animation: heightChange .4s ease-in-out;
  -webkit-animation: heightChange .4s ease-in-out;
  -o-animation: heightChange .4s ease-in-out;
  -moz-animation: heightChange .4s ease-in-out;
}
.common_btn:hover span::after {
  top: 36px;
  animation: heightChange .4s ease-in-out;
  -webkit-animation: heightChange .4s ease-in-out;
  -o-animation: heightChange .4s ease-in-out;
  -moz-animation: heightChange .4s ease-in-out;
}*/
.common_tit h3 {
  font-family: Arial;
  font-size: 24px;
  color: #d8d8d8;
}
.common_tit h3::after {
  content: '';
  width: 62px;
  height: 2px;
  background-color: #005bac;
  margin: 8px 0;
  display: block;
}
.common_tit h5 {
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  color: #333;
}
.common_tit.w h5 {
  color: #fff;
}
.common_tit2 {
  text-align: center;
}
.common_tit2 h3 {
  font-size: 36px;
  color: #474443;
}
.common_tit2 h3::before,
.common_tit2 h3::after {
  content: '';
  width: 60px;
  height: 1px;
  margin: 0 28px;
  background: #ccc;
}
.common_tit2 h5 {
  font-family: Helvetica-Condensed-Bold;
  font-size: 36px;
  letter-spacing: 7.2px;
  color: #000;
  opacity: 0.1;
  margin-top: 20px;
}


#video_model {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#video_model .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
#video_model .video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 80%;
  max-width: 960px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background: #252525;
}
#video_model .video .close {
  position: absolute;
  right: -50px;
  top: 0;
  width: 40px;
  z-index: 99999;
  cursor: pointer;
}
#video_model .video_inner {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
#video_model .video_inner video {
  display: block;
  width: 100%;
  outline: none;
}
#video_model .video_inner .video_inner_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#video_model .video_inner .video_inner_mask img {
  cursor: pointer;
}
#video_model .video .text {
  padding: 16px 10px 30px;
}
#video_model .video .text h6 {
  font-size: 16px;
  color: #fff;
}
#video_model .video .text p {
  font-size: 12px;
  margin-top: 12px;
  color: #666;
}

/*
<!-- video_model -->
<div id="video_model">
  <div class="mask"></div>
  <div class="video">
    <div class="close"><img src="images/close.png" alt=""></div>
    <div class="video_inner"><video src="" autoplay controls x5-playsinline playsinline webkit-playsinline></video></div>
    <div class="text">
      <h6></h6>
      <p></p>
    </div>
  </div>
</div>
<!-- video_model -->
*/

/* common */

/* header */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

header.inner {
  background: #fff;
  -moz-box-shadow:0px 2px 2px #ddd; -webkit-box-shadow:0px 2px 2px #ddd; box-shadow:0px 2px 2px #ddd;
}

header .headeri {
  height: 100px;
  position: relative;
  padding-right: 100px;
  -webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);
}

header.inner .headeri {
  padding-right: 0;
}

header .burg {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 0px;
  width: 28px;
  height: 28px;
}

header .burg span {
  height: 2px;
  width: 90%;
  margin-bottom: 8px;
  background: #000;
  -webkit-transition: transform 0.7s cubic-bezier(.87, -0.41, 0.19, 1.44);
  -moz-transition: transform 0.7s cubic-bezier(.87, -0.41, 0.19, 1.44);
  -ms-transition: transform 0.7s cubic-bezier(.87, -0.41, 0.19, 1.44);
  -o-transition: transform 0.7s cubic-bezier(.87, -0.41, 0.19, 1.44);
  transition: transform 0.7s cubic-bezier(.87, -0.41, 0.19, 1.44);
  -webkit-transform: translate3d(240px, 0, 0);
  -moz-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  -o-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}

header .burg span:nth-child(2) {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

header .burg span:last-child {
  margin-bottom: 0;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

header .burg.show:hover span:nth-child(2) {
  width: 100%
}

header .burg.show:hover span:last-child {
  width: 80%
}

header .burg.show span {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

header .burg.show span:nth-child(2) {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 0.44) 0.3s, width .2s ease-in-out 0s;
  -moz-transition: -moz-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 0.44) 0.3s, width .2s ease-in-out 0s;
  -ms-transition: -ms-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 0.44) 0.3s, width .2s ease-in-out 0s;
  -o-transition: -o-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 0.44) 0.3s, width .2s ease-in-out 0s;
  transition: transform 0.7s cubic-bezier(.87, -0.41, 0.19, 0.44) 0.3s, width .2s ease-in-out 0s;
}

header .burg.show span:last-child {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 0.44) 0.2s, width .2s ease-in-out 0s;
  -moz-transition: -moz-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 0.44) 0.2s, width .2s ease-in-out 0s;
  -ms-transition: -ms-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 0.44) 0.2s, width .2s ease-in-out 0s;
  -o-transition: -o-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 0.44) 0.2s, width .2s ease-in-out 0s;
  transition: transform 0.7s cubic-bezier(.87, -0.41, 0.19, 0.44) 0.2s, width .2s ease-in-out 0s;
}

header .burg::before,
header .burg::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 1.44);
  -moz-transition: -moz-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 1.44);
  -ms-transition: -ms-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 1.44);
  -o-transition: -o-transform 0.7s cubic-bezier(.87, -0.41, 0.19, 1.44);
  transition: transform 0.7s cubic-bezier(.87, -0.41, 0.19, 1.44);
}

header .burg::before {
  -webkit-transform: rotate(45deg) translate3d(400px, 0, 0);
  -moz-transform: rotate(45deg) translate3d(400px, 0, 0);
  -ms-transform: rotate(45deg) translate3d(400px, 0, 0);
  -o-transform: rotate(45deg) translate3d(400px, 0, 0);
  transform: rotate(45deg) translate3d(400px, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

header .burg::after {
  -webkit-transform: rotate(-45deg) translate3d(400px, 0, 0);
  -moz-transform: rotate(-45deg) translate3d(400px, 0, 0);
  -ms-transform: rotate(-45deg) translate3d(400px, 0, 0);
  -o-transform: rotate(-45deg) translate3d(400px, 0, 0);
  transform: rotate(-45deg) translate3d(400px, 0, 0);
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

header .burg.hide::before,
header .burg.hide::after {
}

.alltime,.alltime *,header{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}


header .burg.hide::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

header .burg.hide::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

header .burg.dsbld {
  pointer-events: none
}

header .logo .img {
  position: relative;
}
header .logo .img img {
  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.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .logo .img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
header .logo p {
  font-size: 16px;
  color: #f39800;
  margin-left: 30px;
  -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;
}
header .logo p span {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #f39800;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #999;
  -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;
}
header .nav {
  display: none;
}

header.inner .nav {
  display: block;
}

header .nav li {
  margin-left: 50px;
  position: relative;
}
header .nav li:first-child {
  margin-left: 0;
}

header .nav li .lbt{position: fixed;width: 100%;background: #fff;z-index: 9;left: 0;top: 120px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;text-align: center;line-height: 60px;opacity: 0;pointer-events: none;}

header .nav li:hover .lbt{top: 100px;opacity: 1;pointer-events:visible;}

header .nav li .lbt a{
  display: inline-block;
    font-size: 14px;
    position: relative;
    margin-right: 30px;
    color: #666666;
    padding-right: 27px;
}

header .nav li .lbt a:after{
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 11px;
    background: url(../image/jt_01.png);
    right: 5px;
    top: 25px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    opacity: 0;
}

header .nav li .lbt a:hover{color: #f39800;}

header .nav li .lbt a:hover:after{
  right: 0;
  opacity: 1;
}

header .nav ul li{cursor: pointer;}

header .nav ul li > a {
  color: #000;
  font-size: 16px;
  -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;
  
}

header .nav ul li.active > a{color: #f39800}

header .nav ul li:nth-child(-n + 6) > a {

  line-height: 100px;

}
header .nav li.ico {
  width: 40px;
  height: 40px;
  margin-left: 20px;
}




header .nav li.ico a {
  display: block;
  line-height: 40px;
  text-align: center;
  position: relative;
}
header .nav li.ico.lan span {
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #000;
  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.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.white .nav li.ico.lan span {
  border-top-color: #fff;
}
header .nav li.ico.lan:hover span {
  opacity: 1;
  visibility: visible;
}

header .nav li.ico.lan .ixl{
  opacity: 0;
  visibility: hidden; 
  line-height: 40px;
  width: 40px;
  padding: 0 10px;
  background: #fff;
  -moz-box-shadow:0px 2px 5px #ddd; -webkit-box-shadow:0px 2px 5px #ddd; box-shadow:0px 2px 5px #ddd;
  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.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

header .nav li.ico.lan .ixl a:nth-child(1){border-bottom: 1px solid #ddd;
  -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;}

header .nav li.ico.lan .ixl a:hover{color: #f39800;}

header .nav li.ico.lan:hover .ixl{
  opacity: 1;
  visibility: visible;
}



header .nav li.ico.wx .ewm {
  opacity: 0;
  visibility: hidden;
  width: 120px;
  -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-left: -40px;
  margin-top: 20px;
  border: 1px solid #000;
}
header.white .nav li.ico.wx .ewm {
  border-color: #fff;
}
header .nav li.ico.wx:hover .ewm {
  opacity: 1;
  visibility: visible;
}
header .nav li.ico a .img img {
  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.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .nav li.ico a .img img:nth-child(2),header .nav li.ico a .img img:nth-child(3) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header .nav li.ico a .svgo {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
header .nav li.ico a .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -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;
}
header .nav li.ico a .svg:nth-child(2) {
  opacity: 0;
}
header .nav li.ico a .svg svg {
  position: relative;
}
header .nav li.ico a .svg svg.circle-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  opacity: 1 !important
}
header .nav li.ico a .svg svg.circle-hover circle {
  stroke-dasharray: 150px;
  stroke-dashoffset: 150px;
  transition: .8s cubic-bezier(.39, .575, .565, 1)
}
header .nav li.ico a .svg svg.circle-hover.copy circle {
  transition-delay: 0s
}
header .nav li.ico a:hover .svg svg.circle-hover circle {
  stroke-dashoffset: 0
}
header .nav li.ico a:hover .svg svg.circle-hover.copy circle {
  transition-delay: .2s
}

header.white .logo .img img:nth-child(1) {
  opacity: 0;
}
header.white .logo .img img:nth-child(2) {
  opacity: 1;
}
header.white .logo p,
header.white .logo p span {
  color: #fff;
  border-color: #fff;
}
header.white .nav li > a {
  color: #fff;
}
header.white .nav li.ico a .svg:nth-child(1) {
  opacity: 0;
}
header.white .nav li.ico a .svg:nth-child(2) {
  opacity: 1;
}
header.white .nav li.ico a .img img:nth-child(1) {
  opacity: 0;
}
header.white .nav li.ico a .img img:nth-child(2) {
  opacity: 1;
}
header.white .burg::before,
header.white .burg::after,
header.white .burg span {
  background: #fff;
}

.headerSJ {
  display: none;
}


header:hover{background: #fff;}

header:hover .logo .img img:nth-child(1){opacity: 1;}

header:hover .logo .img img:nth-child(2){opacity: 0;}


header:hover  .logo p,
header:hover  .logo p span {
  color: #000;
  border-color: #000;
}
header:hover  .nav li > a {
  color: #000;
}
header:hover  .nav li.ico a .svg:nth-child(1) {
  opacity: 0;
}
header:hover  .nav li.ico a .svg:nth-child(2) {
  opacity: 1;
}
header:hover  .nav li.ico a .img img:nth-child(1) {
  opacity: 0;
}
header:hover  .nav li.ico a .img img:nth-child(2) {
  opacity: 1;
}
header:hover .burg::before,
header:hover .burg::after,
header:hover .burg span {
  background: #000;
}

header:hover .nav li.ico.lan span{border-top-color:#000;}

header:hover .nav li.ico a .img img:nth-child(1){opacity: 1;}

header:hover .nav li.ico a .img img:nth-child(2){opacity: 0;}

header:hover .nav li.ico a:hover .img img:nth-child(1){opacity: 0;}

header:hover .nav li.ico a:hover .img img:nth-child(3){opacity: 1;}

header:hover .nav li > a:hover{color: #f39800;}

header.inner .nav li.icol{margin-left: 160px;}

header.inner .burg{display: none;}

header.inner.act .headeri{height: 80px;}

header.act .nav li .lbt{top: 100px;}

header.act .nav li:hover .lbt{top: 80px;}

header.act .nav ul li:nth-child(-n + 6) > a {line-height: 80px;}

/* header */

/* banner */
.banner {
  position: relative;
}
.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.banner .text h4 {
  font-size: 42px;
  letter-spacing: 4.2px;
  color: #fff;
}
.banner .text h6 {
  margin-top: 10px;
  font-family: Helvetica;
  font-size: 22px;
  letter-spacing: 2.2px;
  color: #fff;
  opacity: 0.8;
}
.banner_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 8;
}
.banner_nav .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.banner_nav .container .homelink {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.banner_nav .container ul {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.banner_nav .container ul li {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 25%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.banner_nav .container ul li .title a {
  height: 70px;
  padding: 0 30px;
  position: relative;
}
.banner_nav .container ul li .title a span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 10px;
  color: #fff;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.banner_nav .container ul li .title a i {
  display: block;
  width: 12px;
  height: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.banner_nav .container ul li .title a i::after,
.banner_nav .container ul li .title a i::before {
  content: '';
  display: block;
  background: #fff;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.banner_nav .container ul li .title a i::after {
  width: 100%;
  height: 2px;
}
.banner_nav .container ul li .title a i::before {
  width: 2px;
  height: 100%;
}
.banner_nav .container ul li .subbox {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #333;
  padding: 30px 0;
  display: none;
  z-index: 2;
}
.banner_nav .container ul li .subbox a {
  color: #cecece;
  padding: 0 30px;
  line-height: 32px;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  margin-bottom: 16px;
  display: block;
}
.banner_nav .container ul li .subbox a:last-child {
  margin-bottom: 0;
}
.banner_nav .container ul li .subbox a:hover {
  color: #005bac;
}
.banner_nav .container ul li:hover .title a span {
  color: #005bac;
}
.banner_nav .container ul li:hover .title a i {
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  transform: rotate(720deg);
}
.banner_nav .container ul li:hover .title a i::after {
  background: #005bac;
}
.banner_nav .container ul li:hover .title a i::before {
  height: 0;
}

/* banner */

/* index */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99999;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -ms-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
#loading .inner {
  width: 100%;
  height: 100%;
}
#loading .loading_line {
  background: rgba(243, 152, 0, 0.2);
  width: 200px;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#loading.hide {
  opacity: 0;
  visibility: hidden;
}
#loading.hide .loading_line {
  width: 0;
}
#loading .loading_line i {
  background: #f39800;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#loading .loading_num {
  font-size: 16px;
  font-family: PangMenZhengDao, Arial;
  color: #fff;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#loading.hide .loading_num {
  opacity: 0;
}
.index {
  width: 100%;
  height: 100vh;
}
.index > .swiper-wrapper > .swiper-slide,.index > .swiper-wrapper > .swiper-slide .index_ban  .swiper-slide  {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
}

.index > .swiper-wrapper > .swiper-slide .pagination_idx {
  width: 100%;
  padding: 0 10%;
  text-align: left;
  bottom: 50px;
  color: rgba(255,255,255,0.5);
  font-size: 18px;
  font-family: arial;
}

.index > .swiper-wrapper > .swiper-slide .pagination_idx  .swiper-pagination-current{
  font-size: 48px;
  color: #fff;
}

.index > .swiper-wrapper > .swiper-slide .index_ban{
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
}

.wrapper {
  overflow: hidden;
  padding-top: 100px;
}
.wrapper.wra_index {
  padding-top: 0;
}
.indexP {
  position: fixed;
  right: 70px;
  top: 0;
  height: 100vh;
  z-index: 99;
}
.indexP .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 50%;
  margin: 4px 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;
  outline: none;
}
.indexP .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  background: #f39800;
  border-radius: 50%;
}

.indexP .swiper-pagination-bullet svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0);
  transform: translate3d(-50%, -50%, 0) rotate(0);
  pointer-events: none;
  transition: .8s cubic-bezier(.6, .3, .8, .5)
}

.indexP .swiper-pagination-bullet svg circle {
  transition: .8s cubic-bezier(.6, .3, .8, .5);
  stroke-dashoffset: 70;
  stroke-dasharray: 70
}
.indexP .swiper-pagination-bullet-active svg {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
  transition: .8s cubic-bezier(.6, .3, .8, .5) .25s
}

.indexP .swiper-pagination-bullet-active svg circle {
  stroke-dashoffset: 0;
  transition: .8s cubic-bezier(.6, .3, .8, .5) .25s
}
.ind1 .mask {
  background: url(../image/banner_mask.png) center / cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind1 .mouse {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 100px;
  z-index: 9;
}
.ind1 .mouse .inner {
  width: 14px;
  height: 22px;
  margin: auto;
  border-radius: 7px;
  border: solid 1px #fff;
  -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;
  position: relative;
}
.ind1 .mouse .inner::before {
  content: '';
  position: absolute;
  top: 6px;
  width: 4px;
  height: 4px;
  background-color: #005bac;
  left: 0;
  right: 0;
  margin: auto;
  -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;
  animation: jump_down 1.4s infinite ease-in-out;
  -moz-animation: jump_down 1.4s infinite ease-in-out;
  -webkit-animation: jump_down 1.4s infinite ease-in-out;
  -o-animation: jump_down 1.4s infinite ease-in-out;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.ind1 .mouse .line {
  content: '';
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  margin: auto;
  overflow: hidden;
}
.ind1 .mouse .line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  animation: line_down 1.4s infinite ease-in-out;
  -moz-animation: line_down 1.4s infinite ease-in-out;
  -webkit-animation: line_down 1.4s infinite ease-in-out;
  -o-animation: line_down 1.4s infinite ease-in-out;
}
.ind1 .ind1i {
  position: absolute;
  top: 0;
  right: 10%;
  height: 100%;
}
.ind1 .ind1i .img {
  position: relative;
}
.ind1 .ind1i .img img {
  height: 380px;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ind1 .ind1i .img .text {
  padding-left: 150px;
  word-break: keep-all;
  white-space: nowrap;
}
.ind1 .ind1i .img .text h4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -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;
  transition: all 0.8s ease-in-out;
}
.ind1 .ind1i .img .text h6 {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: 24px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -ms-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.ind1.swiper-slide-active .ind1i .img .text h4,
.ind1.swiper-slide-active .ind1i .img .text h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.index_ban .swiper-slide .sbox{position: relative;width: 100%;height: 100vh;overflow: hidden;}

.index_ban .swiper-slide .sbox *{ -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;}

.index_ban .swiper-slide .sbox .txt{position: absolute;width: 100%;top: 50%;left: 0;z-index: 3;transform: translateY(-50%);-webkit-transform: translateY(-50%);}

.index_ban .swiper-slide .sbox .txt .srt{width: 40%;float: right;color: #fff;min-width: 530px;}

.index_ban .swiper-slide .sbox .txt .srt .stt{font-size: 48px;line-height: 1.5;transform: translateY(50px);-webkit-transform: translateY(50px);opacity: 0;}

.index_ban .swiper-slide .sbox .txt .srt .sen{margin: 10px 0 40px; transform: translateY(50px);-webkit-transform: translateY(50px);opacity: 0;}

.index_ban .swiper-slide .sbox .txt .srt .xian{display: block;width: 175px;height: 2px;background: #005bac; transform: translateY(50px);-webkit-transform: translateY(50px);opacity: 0;}

.index_ban .swiper-slide .sbox .txt .srt .abtn{transform: translateY(50px);-webkit-transform: translateY(50px);opacity: 0;}

.index_ban .swiper-slide .sbox .txt .srt .abtn a{display: block;width: 104px;float: left;margin: 35px 35px 0 0;border-radius: 5px ;overflow: hidden;}

.index_ban .swiper-slide .sbox .txt .srt .abtn a:nth-child(4n){margin-right: 0;}

.index_ban .swiper-slide .sbox .txt img{width: auto;height: auto;}



.index_ban .swiper-slide .sbox .txt .srt .abtn a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}

.index_ban .swiper-slide-active .sbox  .txt .srt .stt{transform: translateY(0px);-webkit-transform: translateY(0px);opacity: 1;transition-delay: 0.8s;-webkit-transition-delay: 0.8s;}

.index_ban .swiper-slide-active .sbox  .txt .srt .sen{transform: translateY(0px);-webkit-transform: translateY(0px);opacity: 1;transition-delay: 1s;-webkit-transition-delay: 1s;}

.index_ban .swiper-slide-active .sbox  .txt .srt .xian{transform: translateY(0px);-webkit-transform: translateY(0px);opacity: 1;transition-delay: 1.2s;-webkit-transition-delay: 1.2s;}

.index_ban .swiper-slide-active .sbox  .txt .srt .abtn{transform: translateY(0px);-webkit-transform: translateY(0px);opacity: 1;transition-delay: 1.4s;-webkit-transition-delay: 1.4s;}

.index_ban .swiper-slide .sbox .txt2{text-align: center;margin: 0 auto;color:#fff ;}

.index_ban .swiper-slide .sbox .txt2 .container2{max-width: 1440px;margin-top: 40px;}

.index_ban .swiper-slide .sbox .txt2 .stt{font-size: 48px;top: 50px;opacity: 0;position: relative;}

.index_ban .swiper-slide .sbox .txt2 .container2 .ilt{width: 50%;float: left;position: relative;height: 360px;}

.index_ban .swiper-slide .sbox .txt2 .container2 .ilt a{display: block;position: absolute;z-index: 2;opacity: 0;transform: translateX(-50px);-webkit-transform: translateX(-50px);}

.index_ban .swiper-slide .sbox .txt2 .container2 .ilt a:nth-child(1){top:150px;left: 0;}

.index_ban .swiper-slide .sbox .txt2 .container2 .ilt a:nth-child(2){top:55px;left: 150px;}

.index_ban .swiper-slide .sbox .txt2 .container2 .ilt a:nth-child(3){top:0px;left: 340px;}

.index_ban .swiper-slide .sbox .txt2 .container2 .ilt a:nth-child(4){top:170px;left: 270px;}



.index_ban .swiper-slide .sbox .txt2 .container2 .irt{width: 40%;float: right;position: relative;height: 360px;}

.index_ban .swiper-slide .sbox .txt2 .container2 .irt a{display: block;position: absolute;z-index: 2;opacity: 0;transform: translateX(50px);-webkit-transform: translateX(50px);}

.index_ban .swiper-slide .sbox .txt2 .container2 .irt a:nth-child(1){top:0px;left: 0;}

.index_ban .swiper-slide .sbox .txt2 .container2 .irt a:nth-child(2){top:50px;left: 170px;}

.index_ban .swiper-slide .sbox .txt2 .container2 .irt a:nth-child(3){top:170px;left: 50px;}

.index_ban .swiper-slide-active  .sbox .txt2 .stt{top: 0;opacity: 1;transition-delay: .8s;-webkit-transition-delay: .8s;}

.index_ban .swiper-slide-active .sbox .txt2 .container2 .ilt a:nth-child(1){opacity: 1;transform: translateX(0px);-webkit-transform: translateX(0px);transition-delay: 1s;-webkit-transition-delay: 1s;}

.index_ban .swiper-slide-active .sbox .txt2 .container2 .ilt a:nth-child(2){opacity: 1;transform: translateX(0px);-webkit-transform: translateX(0px);transition-delay: 1.15s;-webkit-transition-delay: 1.15s;}

.index_ban .swiper-slide-active .sbox .txt2 .container2 .ilt a:nth-child(3){opacity: 1;transform: translateX(0px);-webkit-transform: translateX(0px);transition-delay: 1.3s;-webkit-transition-delay: 1.3s;}

.index_ban .swiper-slide-active .sbox .txt2 .container2 .ilt a:nth-child(4){opacity: 1;transform: translateX(0px);-webkit-transform: translateX(0px);transition-delay: 1.45s;-webkit-transition-delay: 1.45s;}

.index_ban .swiper-slide-active .sbox .txt2 .container2 .irt a:nth-child(1){opacity: 1;transform: translateX(0px);-webkit-transform: translateX(0px);transition-delay: 1s;-webkit-transition-delay: 1s;}

.index_ban .swiper-slide-active .sbox .txt2 .container2 .irt a:nth-child(2){opacity: 1;transform: translateX(0px);-webkit-transform: translateX(0px);transition-delay: 1.15s;-webkit-transition-delay: 1.15s;}

.index_ban .swiper-slide-active .sbox .txt2 .container2 .irt a:nth-child(3){opacity: 1;transform: translateX(0px);-webkit-transform: translateX(0px);transition-delay: 1.3s;-webkit-transition-delay: 1.3s;}

.index_ban .swiper-slide-active  .sbox .txt2 .container2 .irt a:hover{margin-left: -5px;transition-delay: 0s;-webkit-transition-delay: 0s;}

.index_ban .swiper-slide-active  .sbox .txt2 .container2 .ilt a:hover{margin-left: 5px;transition-delay: 0s;-webkit-transition-delay: 0s;}



.ind2 {
  padding-top: 100px;
}
.ind2_i {
  padding: 52px 200px 150px 100px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -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;
  transition: all 0.8s ease-in-out;
}
.ind2.swiper-slide-active .ind2_i {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ind2_i h4 {
  font-size: 30px;
  line-height: 42px;
  color: #333;
  margin: 52px 0;
}
.ind2_i ul li {
  margin-right: 72px;
  text-align: center;
  float: left;
}
.ind2_i ul li:last-child {
  margin-right: 0;
}
.ind2_i ul li p {
  font-size: 16px;
  color: #333;
}
.ind2_i ul li p span {
  font-family: Arial;
  font-size: 44px;
  font-weight: bold;
  line-height: 60px;
  color: #005bac;
  width: 50px;
  display: inline-block;
}
.ind2_i .common_btn {
  margin: 72px 0 0;
}
.ind4 .ind4_i {
  width: 33.33%;
  height: 100%;
  overflow: hidden;
  float: left;
  padding: 160px 0 120px 160px;
  -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;
  position: relative;
}
.ind4 .ind4_i .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind4 .ind4_i.active {
  width: 60%;
}
.ind4 .ind4_i.unactive {
  width: 20%;
}
.ind4 .ind4_i .common_tit {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -ms-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.ind4 .ind4_i .common_btn {
  margin: 0;
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -ms-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}
.ind4.swiper-slide-active .ind4_i .common_tit,
.ind4.swiper-slide-active .ind4_i .common_btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ind4 .ind4_i .common_tito {
  -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;
}
.ind4.swiper-slide-active .ind4_i.active .common_tito {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.ind5 .common_tit {
  -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;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.ind5i {
  margin-top: 28px;
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -ms-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.ind5.swiper-slide-active .ind5i,
.ind5.swiper-slide-active .common_tit {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ind5i li {
  width: 26%;
  -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;
  position: relative;
}
.ind5i li.active {
  width: 48%;
}
.ind5i li .content1 {
  opacity: 0;
  visibility: hidden;
  -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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ind5i li .content1 .img {
  width: 100%;
}
.ind5i li .content1 .text .l {
  width: 100px;
  height: 100px;
  background-color: #005bac;
  font-family: Gotham-Bold;
  font-size: 18px;
  color: #fff;
}
.ind5i li:nth-child(2) .content1 .text .l {
  background: #f39800;
}
.ind5i li .content1 .text .l span {
  font-size: 48px;
}
.ind5i li .content1 .text .r {
  padding: 0 20px;
  height: 100px;
  background-color: #f3f3f3;
  width: calc(100% - 100px);

}
.ind5i li .content1 .text .r p {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.ind5i li .content2 {
  opacity: 1;
  visibility: visible;
  background: #005bac;
  padding: 90px 15% 70px 10%;
  -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;
}
.ind5i li:nth-child(2) .content2 {
  background: #f39800;
}
.ind5i li .content2 h6 {
  font-family: Gotham-Bold;
  font-size: 18px;
  color: #fff;
}
.ind5i li .content2 h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 36px;
}
.ind5i li .content2 p {
  margin-top: 36px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  height: 112px;
}
.ind5i li .content2 .common_btn {
  margin: 56px auto 0;
}
.ind5i li.active .content1 {
  opacity: 1;
  visibility: visible;
}
.ind5i li.active .content2 {
  opacity: 0;
  visibility: hidden;
}
.ind5ii {
  position: relative;
  margin: auto;
  max-width: 1460px;
}
.ind5i .ind5iBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  width: 40px;
  height: 40px;
  left: -66px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;;
}
.ind5i .ind5iBtn.ind5iPrev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ind5i .ind5iBtn.ind5iNext {
  left: auto;
  right: -66px
}
.ind5i .ind5iBtn svg {
  position: relative;
}
.ind5i .ind5iBtn svg.circle-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  opacity: 1 !important
}
.ind5i .ind5iBtn svg.circle-hover circle {
  stroke-dasharray: 150px;
  stroke-dashoffset: 150px;
  transition: .8s cubic-bezier(.39, .575, .565, 1)
}
.ind5i .ind5iBtn svg.circle-hover.copy circle {
  transition-delay: 0s
}
.ind5i .ind5iBtn:hover svg.circle-hover circle {
  stroke-dashoffset: 0
}
.ind5i .ind5iBtn:hover svg.circle-hover.copy circle {
  transition-delay: .2s
}

.ind6i {
  margin-top: 40px;
  width: 100%;
}
.ind6i li {
  position: relative;
  float: left;
  -webkit-transition: all 0.4s ;
  -moz-transition: all 0.4s ;
  -ms-transition: all 0.4s ;
  -o-transition: all 0.4s ;
  transition: all 0.4s ;
  height: 76vh;
  padding: 68px 20px;
  width: 12%;
  cursor: pointer;
}

.ind6i li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  word-break: keep-all;
  text-shadow: 2.7px 1.4px 7px rgba(0, 0, 0, 0.46);
}
.ind6i li h4::after {
  content: '';
  width: 63px;
  height: 3px;
  background-color: #f39800;
  display: block;
  margin: 20px 0 50px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(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;
}
.ind6i li p {
  font-size: 14px;
  color: #fafafa;
  text-shadow: 1.8px 0.9px 2px rgba(0, 0, 0, 0.51);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(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;
  line-height: 1.5;
}

.ind6i li p a{display: block;color: #fafafa; text-shadow: 1.8px 0.9px 2px rgba(0, 0, 0, 0.51);position: relative;left: 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;}

.ind6i li p a:hover{left: -5px;}

.ind6i li.act {
  padding: 160px 90px;
  width: 28%;
}
.ind6i li.act h4 {
  font-size: 30px;
}
.ind6i li.act h4::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.ind6i li.act p {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}
/* index */

/* footer */
.footer {
  background: #f5f5f5;
}
.footertit {
  border-bottom: 1px solid #e2e2e2;
  max-width: 220px;
  font-size: 20px;
  color: #333;
  line-height: 34px;
  margin-bottom: 28px;
}
.footert {
  padding: 40px 0 60px;
}
.footert .logo {
  margin-bottom: 72px;
}
.footert .l {
  position: relative;
}
.footert .l .backup {
  position: absolute;
  top: -12px;
  right: 0;
  width: 60px;
}
.footert .l p {
  position: relative;
  padding-left: 114px;
  font-size: 16px;
  line-height: 30px;
  margin: 8px 0;
  color: #888;
}
.footert .l p span {
  position: absolute;
  width: 114px;
  left: 0px;
  top: 0;
}

.footert .l p:nth-child(3){
  padding-left: 130px;
}

.footert .l p:nth-child(3) span{
  width: 130px;
}


.footert .l p span img {
  margin-right: 10px;
}
.footert .m li {
  float: left;
  margin-right: 50px;
  font-size: 14px;
  line-height: 30px;
}
.footert .m li h6 {
  font-size: 16px;
  margin-bottom: 20px;
}
.footert .m li h6 a {
  color: #333;
}
.footert .m li a {
  color: #888;
  -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;
}
.footert .m li a:hover {
  color: #005bac;
}
.footert .m li:last-child {
  margin-right: 0;
}
.footert .rt .ewm {
  width: 120px;
  text-align: center;
  float: left;
}
.footert .rt .ewm:nth-child(2) {
  margin-left: 16px;
}
.footert .rt .ewm p {
  font-size: 14px;
  color: #888;
  margin-top: 14px;
}
.footerb {
  border-top: 1px solid #e5e5e5;
  line-height: 60px;
  font-size: 14px;
  color: #aaa;
}
.footerb .r {
  color: #666;
}
.footerb .select {
  border: solid 1px #999;
  width: 210px;
  line-height: 32px;
  position: relative;
  margin-right: 48px;
  cursor: pointer;
}

.footerb .select span {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  display: block;
}

.footerb .select span::before {
  content: '';
  border: 3px solid transparent;
  border-top: 0;
  border-bottom: 4px solid #005bac;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  right: 20px;
}

.footerb .select ul {
  display: none;
  position: absolute;
  bottom: 100%;
  background: #fff;
  border: 1px solid #999;
  margin: 0 -1px;
  right: 0;
  left: 0;
  border-bottom: 0;
}
.footerb .select ul 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.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 20px;
}

.footerb .select ul li a:hover {
  background: #f39800;
  color: #fff;
}
/* footer */

/* join */
.join1 {
  padding: 100px 0 18px;
  background: #fff url(../image/join1_bg.png) center bottom / 100% auto no-repeat;
}
.join1 .join_text {
  text-align: center;
  margin-top: 48px;
}
.join1 .join_text h4 {
  font-size: 30px;
  color: #333;
}
.join1 .join_text h6 {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-top: 28px;
  text-justify: inter-ideograph;text-align: justify;
}
.joinS {
  overflow: visible;
  margin-top: 50px;
}
.joinS .swiper-slide {
  box-shadow: 0px 1px 8px rgba(41, 41, 41, 0.14);
}
.joinS .swiper-slide:nth-child(1) {
  margin-top: 40px;
}
.joinS .swiper-slide:nth-child(3) {
  margin-top: 80px;
}
.joinS .swiper-slide a {
  display: block;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.joinS .swiper-slide a:hover {
  background: #005bac;
}
.joinS .swiper-slide a .img {
  overflow: hidden;
}
.joinS .swiper-slide a .img img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.0001);
  -moz-transform: scale(1.0001);
  -ms-transform: scale(1.0001);
  -o-transform: scale(1.0001);
  transform: scale(1.0001);
}
.joinS .swiper-slide 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);
}
.joinS .swiper-slide .img_h {
  width: 60px;
  margin: auto;
}
.joinS .swiper-slide .text {
  padding: 40px 13.5% 0;
  height: 300px;
}
.joinS .swiper-slide h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  text-align: center;
  margin-top: 28px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.joinS .swiper-slide h6 {
  font-size: 15px;
  line-height: 28px;
  color: #999;
  text-align: center;
  margin-top: 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.joinS .swiper-slide a:hover h4,
.joinS .swiper-slide a:hover h6 {
  color: #fff;
}
.join_b {
  margin-top: 50px;
}
.join_b .img {
  position: relative;
}
.join_b .img .b1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 17.9%;
}
.join_b .img .b2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17.6%;
}
.join_b .img .b3 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14.5%;
}

.join_c{display: block;width: 100%;margin-top: -180px;position: relative;z-index: 3;}

.join_c img{display: block;margin: 0 auto;max-width: 100%;width: 17.9%;}
.join2 {
  padding: 100px 0;
  background: #fff url(../image/join2_bg.png) center top / 100% auto no-repeat;
}
.join2t {
  margin-top: 50px;
}
.join2t a {
  width: 180px;
  height: 46px;
  border: solid 1px #d8d8d8;
  font-size: 14px;
  line-height: 44px;
  color: #333;
  text-align: center;
  margin-right: 64px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.join2t a.active {
  background: #005bac;
  border-color: #005bac;
  color: #fff;
}
.join2t a:last-child {
  margin-right: 0;
}
.join2b {
  margin-top: 24px;
  background: #fff;
  padding: 64px 100px;
}
.join2bi {
  display: none;
}

.join2bi_tit p,
.join2bi_list li .tit p {
  width: 25%;
  padding: 0 36px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.join2bi_list li {
  cursor: pointer;
}
.join2bi_list li .tit p {
  background: #f5f5f5;
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.join2bi_list li.active .tit p {
  background: #005bac;
  color: #fff;
}
.join2bi_tit p:nth-child(1),
.join2bi_list li .tit p:nth-child(1) {
  text-align: left;
}
.join2bi_tit p:nth-child(4),
.join2bi_list li .tit p:nth-child(4) {
  text-align: right;
}
.join2bi_list li {
  margin-bottom: 20px;
}
.join2bi_list li:last-child {
  margin-bottom: 0px;
}
.join2bi_list li .con {
  border: solid 1px #d8d8d8;
  padding: 42px 0 60px;
  display: none;
}
.join2bi_list li .con .inner {
  padding: 0 40px 0 24px;
}
.join2bi_list li .con .inner h5 {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.join2bi_list li .con .inner p {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  margin-top: 16px;
}
/* join */

/* stock */
.stock {
  padding: 100px 0;
  background: #fff url(../image/stock_bg.png) center bottom / 100% auto no-repeat;
}
.stocki {
  padding: 45px;
}
.stocki .l {
  width: 334px;
  float: left;
}
.stocki .l .tit {
  font-size: 24px;
  line-height: 32px;
  color: #333;
  width: calc(100% - 20px);
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 16px;
}
.stocki .l .img {
  background: #f5f5f5;
}
.stocki .l ul {
  padding-top: 14px;
}
.stocki .l li {
  margin-top: 30px;
}
.stocki .l p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-left: 20px;
}
.stocki .r {
  width: calc(100% - 334px);
  float: left;
  border-left: 1px solid #f5f5f5;
  padding-left: 20px;
}
.stocki .rt {
  background: #005bac;
  padding: 50px 24px 60px;
}
.stocki .rtl {
  width: 50%;
}
.stocki .rtl p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.stocki .rtl h2 {
  font-family: Arial;
  font-size: 2.2vw;
  font-weight: bold;
  color: #ffffff;
  margin: 40px 0;
  line-height: 0.9;
}
.stocki .rtl h2 span {
  font-size: 7vw;
  line-height: 0.72;
}
.stocki .rtl h2 i {
  width: 15px;
  height: 6px;
  background: #fff;
  margin: 0 2% 0 8%;
  position: relative;
  top: -6px;
}
.stocki .rtl h2 i.up {
  width: 0;
  height: 0;
  background: transparent;
  border: 7.5px solid transparent;
  border-top: 0;
  border-bottom: 14px solid #fff;
}
.stocki .rtl h2 i.down {
  width: 0;
  height: 0;
  background: transparent;
  border: 7.5px solid transparent;
  border-bottom: 0;
  border-top: 14px solid #fff;
}
.stocki .rtl h6 {
  font-size: 14px;
  color: #71b7e4;
  word-break: keep-all;
  white-space: nowrap;
}
.stocki .rtr {
  width: 61%;
}
.stocki .rtr li {
  text-align: center;
}
.stocki .rtr li h5 {
  font-size: 0.8vw;
  color: #ffffff;
}
.stocki .rtr li h6 {
  font-size: 1.6vw;
  color: #71b7e4;
  margin-top: 30px;
}
.stocki .rtr {
}
.stocki .rb {
  margin-top: 60px;
}
.stocki .rb iframe {
  width: 100%;
  height: 508px;
}

/* stock */

/* about */

.pd100{padding: 100px 0;}

.about1{background: #fff url(../image/ab1.jpg) center top  no-repeat;overflow: hidden;background-size: cover;}

.about1 .abct{position: relative;margin-top: 80px;}

.about1 .abct .alt{width: 45%;float: left;position: relative;text-justify: inter-ideograph;text-align: justify;}

.about1 .abct .alt .atp{border-bottom: 1px solid #f0f0f0;width: 900px;}

.about1 .abct .alt .atp img{display: block;}

.fbd{font-weight: bold;}

.about1 .abct .alt .att{font-size: 24px;margin: 40px 0 ;color: #f39800;}

.about1 .abct .alt .atc{padding-right: 20px;height: 360px;overflow: auto;font-size: 16px;color: #666;line-height: 1.8;}

.about1 .abct .alt .atc::-webkit-scrollbar-track-piece {
  width: 2px;
  background-color: #f5f5f5;
}

.about1 .abct .alt .atc::-webkit-scrollbar {
  width: 2px;
  height: 6px
}

.about1 .abct .alt .atc::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #0061ae;
  -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;
}

.about1 .abct .alt .atc::-webkit-scrollbar-thumb:hover {
  background: #0061ae;
}

.about1 .abct .art{position: absolute;top: 0;left: 50%;width: 960px;padding-top: 30px;}

.about1 .abct .art img{display: block;width: 100%;}

.about1 .abct .art img:nth-child(2){position: absolute;top: 0;left: 30px;z-index: 2;}

.about2{background: #f9f9f9;}

.about2 .abtn{margin: 50px 0 30px;text-align: center;}

.about2 .abtn li{display: inline-block;color: #999;border-bottom: 1px solid #f5f5f5;font-size: 12px;margin: 0 40px;cursor: pointer;}

.about2 .abtn li span{font-size: 24px;color: #333;}

.about2 .abtn li.act,.about2 .abtn li:hover{color: #005bac;border-bottom: 1px solid #005bac;}

.about2 .abtn li.act span,.about2 .abtn li:hover span{color: #005bac;}

.about2 .atc{font-size: 16px;color: #666;line-height: 1.8;width: 90%;margin: 0 auto 40px;max-width: 1300px;text-align: left;}

.about2 .atc .abx{display: none;}

.about2 .atc .abx:nth-child(1){display: block;}

.about2 .swiper2{width: 91.5%;margin-left: 8.5%;}

.about2 .swiper2 .swiper-slide{width: 450px;padding: 10px;cursor: pointer;}

.about2 .swiper2 .swiper-slide .sbox{background: #f0f0f0;}

.about2 .swiper2 .swiper-slide .sbox .img,.about2 .swiper2 .swiper-slide .sbox .img img{display: block;width: 100%;overflow: hidden;}

.about2 .swiper2 .swiper-slide .sbox .img img{transform: scale(1.001);-webkit-transform: scale(1.001);}

.about2 .swiper2 .swiper-slide .sbox .txt{padding: 40px 30px;}

.about2 .swiper2 .swiper-slide .sbox .txt .num{display: block;font-size: 24px;font-family: Helvetica-Condensed-Bold;}

.about2 .swiper2 .swiper-slide .sbox .txt .xian{padding-left: 16px;height: 16px;background: url(../image/ab3_5.png) center left no-repeat;margin: 10px 0;}

.about2 .swiper2 .swiper-slide .sbox .txt .xian s{display: block;width: 100%;height: 1px;background: #c6c6c6;position: relative;top: 8px;}

.about2 .swiper2 .swiper-slide .sbox .txt .stc{font-size: 16px;line-height: 1.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 56px;}

.about2 .swiper2 .swiper-slide .sbox:hover{-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5); box-shadow:0px 0px 10px rgba(0,0,0,0.5);background: #005bac;}

.about2 .swiper2 .swiper-slide .sbox:hover .txt .num,.about2 .swiper2 .swiper-slide .sbox:hover .txt .stc{color: #fff;}

.about2 .swiper2 .swiper-slide .sbox:hover .txt .xian{background: url(../image/ab3_5_1.png) center left no-repeat;}

.about2 .swiper2 .swiper-slide .sbox:hover .txt .xian s{background: #fff;}

.about2 .swiper2 .zzc{display: block;width: 350px;height: 100%;position: absolute;top: 0;right: 0;z-index: 3;background: url(../image/ab3_6.png ) center left no-repeat;background-size: cover;}

.about2 .sbtn{width: 80px;float: right;cursor: pointer;margin-top: -10px;position: relative;z-index: 5;}

.about2 .sbtn div{width: 40px;height: 40px;float: left;background: #d8d8d8;outline: none;}

.about2 .sbtn div img{display: block;width: 100%;}

.about2 .sbtn div:hover{background: #005bac;}

.about3{background: url(../image/ab6.png ) center top no-repeat;background-size: cover;}

.about3 .abct{margin-top: 120px;position: relative;}

.about3 .abct .alt{width: 44%;float: left;padding-left: 30px;border-left: 4px solid #d8d8d8;}

.about3 .abct .alt li{width: 280px;float: left;cursor: pointer;}

.about3 .abct .alt li:nth-child(2n){width: calc(100% - 280px);}

.about3 .abct .alt li .num{font-size: 16px;color: #333;line-height: 1;}

.about3 .abct .alt li .num span{font-size: 54px;font-weight: bold;font-family: arial;}

.about3 .abct .alt li .ltc{font-size: 16px;color: #666;margin: 10px 0 ; line-height: 1.5;height: 48px;overflow: hidden;}

.about3 .abct .alt li .xian{width: 210px;height: 2px;background: #d8d8d8;margin-bottom: 20px;}

.about3 .abct .alt li .xian s{display: block;width: 0%;height: 100%;background: #0061ae;}

.about3 .abct .alt li:hover .xian s{width: 100%;}

.about3 .abct .alt li:hover .num,.about3 .abct .alt li:hover .num span{color: #0061ae;}

.about3 .abct .alt li:nth-child(n + 7) .xian{display: none;}

.about3 .abct .art{width: 56%;overflow: hidden;height: 100%;position: absolute;top: 0;right: 0;z-index: 2;}

.about3 .abct .art img{display: block;height: 510px;max-width: 880px;position: relative;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}

.about4{background: url(../image/ab8.png ) center top no-repeat;background-size: cover;}

.about4 .abtc{height: 637px;margin-top: 70px;}

.about4 .abtc .alt{width: 165px;background: url(../image/ab9.png ) 150px top no-repeat; height: 100%;padding: 30px 0;float: left;}

.about4 .abtc .alt .swiper3{width: 100%;height:518px;}

.about4 .abtc .alt .swiper3 .swiper-slide{cursor: pointer;}

.about4 .abtc .alt .swiper3 .swiper-slide .sbox{line-height: 74px;font-family: arial;color: #999;position: relative;}

.about4 .abtc .alt .swiper3 .swiper-slide .sbox span{display: block; width: 14px;height: 14px;background: #fff;border:2px solid #f39800;border-radius: 50%;float: right;margin-top: 28px;opacity:0 ;}

.about4 .abtc .alt .swiper3 .swiper-slide .sbox .wz{float: right;margin-right: 20px;font-size: 30px;}

.about4 .abtc .alt .swiper3 .swiper-slide-active .sbox span{opacity: 1;transition-delay: .5s;-webkit-transition-delay: .5s;}

.about4 .abtc .alt .swiper3 .swiper-slide-active .sbox .wz{font-size: 58px;color: #f39800;font-weight: 600;transition-delay: .5s;-webkit-transition-delay: .5s;}

.about4 .abtc .alt .swiper3 .swiper-slide.act2 .sbox .wz{font-size: 24px;opacity: 0.6;}

.about4 .abtc .alt .swiper3 .swiper-slide.act3 .sbox .wz{font-size: 24px;opacity: 0.4;}

.about4 .abtc .art{width: calc(100% - 300px);float: right;height: 100%;overflow: auto;padding-right: 40px;}

.about4 .abtc .art li{display: none;}

.about4 .abtc .art li:nth-child(1){display: block;}

.about4 .abtc .art li .time{font-size: 80px;color: #666;padding: 30px 0;border-bottom: 1px solid #e0e0e0;font-family: arial;margin-bottom: 75px;}

.about4 .abtc .art li .ltc{}

.about4 .abtc .art li .ltc .llt{width: 38%;float: left;}

.about4 .abtc .art li .ltc .llt img{display: block;width: 100%;}

.about4 .abtc .art li .ltc .lrt{width: 58%;float: right;}

.about4 .abtc .art li .ltc .lrt div{display: block;line-height: 70px;padding: 0 40px;background: #fff;border-radius: 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 22px;color: #666;margin-bottom: 45px;cursor: pointer;}

.about4 .abtc .art li .ltc .lrt div:hover,.about4 .abtc .art li .ltc .lrt div.act{background: #005bac;color: #fff;}

.about5{}

.about5 .abtn{margin: 40px 0;text-align: center;}

.about5 .abtn span{display:inline-block;font-size: 24px;padding-bottom: 2px;border-bottom: 1px solid #fff;margin: 0 43px;cursor: pointer;}

.about5 .abtn span.act,.about5 .abtn span:hover{color: #005bac;border-bottom: 1px solid #005bac;}

.about5 .tc{font-size: 18px;text-align: center;color: #666;}

.about5 .tc div{display: none;}

.about5 .tc div:nth-child(1){display: block;}

.about5 .dl1{margin-top: 60px;}

.about5 .dl1 dd{display: none;}

.about5 .dl1 dd:nth-child(1){display: block;}

.about5 .dl1 .dl_d1{position: relative;overflow: hidden;}

.about5 .dl1 .dl_d1 img{display: block;width: 100%;}

.about5 .dl1 .dl_d1 .ul1{position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;}

.about5 .dl1 .dl_d1 .ul1 li{position: absolute;width: 12%;cursor: pointer;top: 85px;left: 27%;z-index: 2;}

.about5 .dl1 .dl_d1 .ul1 li .ltt{display: block;width: 100%;line-height: 40px;background: #333;color: #fff;font-size: 16px;text-align: center;border-radius: 5px;}

.about5 .dl1 .dl_d1 .ul1 li:hover .ltt{background: #0061ae;color: #fff;}

.about5 .dl1 .dl_d1 .ul1 li .ltc{width: 290px;height: 290px;padding: 15px 0;position: absolute;top: -20px;right: 105%;opacity: 0;pointer-events: none; background: #f8f8f8;border-radius: 5px;-moz-box-shadow:0px 0px 5px #aaa; -webkit-box-shadow:0px 0px 5px #aaa; box-shadow:0px 0px 5px #aaa;}

.about5 .dl1 .dl_d1 .ul1 li .ltc .ltc_tt{width: calc(100% - 40px);margin: 0 auto;font-size: 16px; line-height: 40px;border-bottom: 1px solid #ddd;}

.about5 .dl1 .dl_d1 .ul1 li .ltc .tbox{overflow: auto;width: 100%;height: calc(100% - 40px);padding: 0 20px;}

.about5 .dl1 .dl_d1 .ul1 li .ltc .tbox .ltc_tc{border-bottom: 1px solid #ddd;padding: 10px 0;line-height: 1.5;}

.about5 .dl1 .dl_d1 .ul1 li .ltc .tbox .ltc_tc div{color: #666;}

.about5 .dl1 .dl_d1 .ul1 li .ltc .tbox .ltc_tc span{display: block;color: #999;}

.about5 .dl1 .dl_d1 .ul1 li:hover .ltc{right: 100%;opacity: 1;pointer-events: visible;}

.about5 .dl1 .dl_d1 .ul1 li .ltc .tbox::-webkit-scrollbar-track-piece {
  width: 2px;
  background-color: #ddd;
}

.about5 .dl1 .dl_d1 .ul1 li .ltc .tbox::-webkit-scrollbar {
  width: 2px;
  height: 6px
}

.about5 .dl1 .dl_d1 .ul1 li .ltc .tbox::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #0061ae;
  -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;
}

.about5 .dl1 .dl_d1 .ul1 li .ltc .tbox::-webkit-scrollbar-thumb:hover {
  background: #0061ae;
}


.about5 .dl1 .dl_d1 .ul1 li:nth-child(2){top: 40px;left: 42%;}

.about5 .dl1 .dl_d1 .ul1 li:nth-child(3){left:70%;}

.about5 .dl1 .dl_d2{position: relative;}

.about5 .dl1 .dl_d2 .dlt{width: 40%;float: left;}

.about5 .dl1 .dl_d2 .dlt .dtt{font-size: 24px;}

.about5 .dl1 .dl_d2 .dlt .dtc{font-size: 16px;line-height: 1.8;color: #666;margin: 30px 0 50px;text-justify: inter-ideograph;text-align: justify;}

.about5 .dl1 .dl_d2 .dlt .dbtn{}

.about5 .dl1 .dl_d2 .dlt .dbtn span{display: block;cursor: pointer;float: left;width: 32%;line-height: 120px;border-radius: 5px ;border:1px solid #ddd;margin-right: 2%;margin-bottom: 2%;text-align: center;font-size: 18px;}

.about5 .dl1 .dl_d2 .dlt .dbtn span:nth-child(3n){margin-right: 0;}

.about5 .dl1 .dl_d2 .dlt .dbtn span:hover,.about5 .dl1 .dl_d2 .dlt .dbtn span.act{background: #005bac;color: #fff;border:1px solid #005bac;}

.about5 .dl1 .dl_d2 .drt{width: 66.25%;overflow: hidden;position: absolute;top: 0;left: 45%;}

.about5 .dl1 .dl_d2 .drt > img{display: block;height: 100%;max-width: 1060px;}

.about5 .dl1 .dl_d2 .drt .ul1{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}

.about5 .dl1 .dl_d2 .drt .ul1 li{width: 100%;height: 100%;position: relative;display: none;}

.about5 .dl1 .dl_d2 .drt .ul1 li:nth-child(1){display: block;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox{width: 100%;position: absolute;left: 0;bottom: 0;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li{width: 20.75%;height: 290px;float: left;background: #0562a6;color: #fff;padding: 40px 20px;margin-bottom: 290px;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li:nth-child(2){background: #0669b3;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li:nth-child(3){background:#0977ca;margin:290px 0 0;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li:nth-child(4){background:#0a7ed7;margin:290px 0 0;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li .l_tt{font-size: 18px;font-weight: bold;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li  .xian{width: 16px;height: 2px;background: #2a7bdc;margin: 10px 0 ;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li .l_tc{line-height: 1.8;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li2{float: left; width: 38%;padding: 50px 60px;background: rgba(5, 98, 166, 0.8);color: #fafafa;line-height: 1.8;font-size: 16px;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li2_2{position: absolute;left:38%;bottom: 0;float: none;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li2 .l_tt{font-size: 24px;color: #fff;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li2 .xian{width: 16px;height: 2px;background: #4a8aff;margin: 10px 0 ;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li2 .l_tc{line-height: 2.5;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li3{width: 28%;float: left;position: relative;overflow: hidden;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li3:nth-child(3){opacity: 0;pointer-events: none;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li3 img{display: block;width: 100%;}

.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li3 .txt{width: 100%;text-align: center; font-size: 24px;color: #fff;line-height: 1.8;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}

.about6{padding-top: 0;}

.about6 .tc{color: #666;line-height: 2;text-justify: inter-ideograph;text-align: justify;margin-top: 60px;font-size: 16px;}

.about6 .abct{margin-top: 65px;position: relative;}

.about6 .abct .alt{width: 50%;float: left;background: #005bac;color: #fff;line-height: 2;text-justify: inter-ideograph;text-align: justify;}

.about6 .abct .alt li{padding: 90px 80px 0  ;height: 480px;border-bottom: 1px solid #fff;font-size: 16px;}

.about6 .abct .alt li .img{width: 80px;margin-bottom: 30px;}

.about6 .abct .alt li .txt{text-justify: inter-ideograph;text-align: justify;}

.about6 .abct .alt li .txt .att{font-size: 24px;}

.about6 .abct .alt li .txt .atc .ju{color: #f79b12;margin-right: 5px;}

.about6 .abct .art{width: 50%;height: 100%;background: #f5f5f5;position: absolute;top: 0;right: 0;z-index: 2;}

.about6 .abct .art .swiper4{width: 100%;height: 100%;}

.about6 .abct .art .swiper4 .pagination4{bottom: 45px;}


/* about */



/* product */

.pd70{padding: 70px 0;}

.product1{}

.product1 .tt{line-height: 30px;}

.product1 .tt .tlt{float: left;font-size: 30px;}

.product1 .tt .tlt span{color: #999;display: inline-block;font-size: 14px;padding-left: 10px;}

.product1 .tt .trt{float: right;border-bottom: 1px solid #ddd;padding-left: 10px;}

.product1 .tt .trt input{display: block;float: left;border: 0px;height: 30px;}

.product1 .tt .trt a{display: block;width: 30px;height: 30px;float: right;background: url(../image/pr1.png) center bottom no-repeat;}

.product1 .tt .trt a:hover{background: url(../image/pr2.png) center bottom no-repeat;}

.product1 .ul1{margin: 40px 0 50px;}

.product1 .ul1 li{width: 24%;position: relative;overflow: hidden;margin-right: 1.33%;margin-bottom: 1.33%;float: left;}

.product1 .ul1 li:nth-child(4n){margin-right: 0;}

.product1 .ul1 li a{display: block;}

.product1 .ul1 li .img{position: relative;overflow: hidden;}

.product1 .ul1 li .img img{display: block;width: 100%;}

.product1 .ul1 li .img s{display: block;width: 150px;height: 150px;position: absolute;background: #fff;top: -80px;right: -80px;transform: rotate(45deg);-webkit-transform: rotate(45deg);}

.product1 .ul1 li .txt{width: 100%;height: 98px;background: url(../image/pr3.png) top left no-repeat;margin-top: -35px;position: relative;z-index: 2;padding: 25px 30px 0 50px;}

.product1 .ul1 li .txt .tlt{width: calc(100% - 40px);float: left;}

.product1 .ul1 li .txt .tlt .t_tt{font-size: 18px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.product1 .ul1 li .txt .tlt .t_tc{color: #999;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-top: 8px;}

.product1 .ul1 li .txt .trt{width: 34px;height: 34px;float: right;background: url(../image/pr4_9.png) top left no-repeat;border:1px solid #7f7f7f;position: relative;top: 5px;}

.product1 .ul1 li:hover .img img{transform: scale(1.05);-webkit-transform: scale(1.05);}

.product1 .ul1 li:hover .txt{background: url(../image/pr4.png) top left no-repeat;}

.product1 .ul1 li:hover .txt .t_tt,.product1 .ul1 li:hover .txt .t_tc{color: #fff;}

.product1 .ul1 li:hover .txt .trt{background: url(../image/pr4_9_1.png) top left no-repeat;border: 1px solid #fff;}


.producton1 .psbox{position: relative;width: 90%;margin: 0 auto;}

.producton1  .swiper5{}

.producton1  .psbox  .ind5iBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  width: 40px;
  height: 40px;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
}
.producton1  .psbox  .ind5iBtn.ind5iPrev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.producton1  .psbox  .ind5iBtn.ind5iNext {
  left: auto;
  right: 0;
}
.producton1  .psbox .ind5iBtn svg {
  position: relative;
}
.producton1  .psbox .ind5iBtn svg.circle-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  opacity: 1 !important
}
.producton1  .psbox .ind5iBtn svg.circle-hover circle {
  stroke-dasharray: 150px;
  stroke-dashoffset: 150px;
  transition: .8s cubic-bezier(.39, .575, .565, 1)
}
.producton1  .psbox .ind5iBtn svg.circle-hover.copy circle {
  transition-delay: 0s
}
.producton1  .psbox .ind5iBtn:hover svg.circle-hover circle {
  stroke-dashoffset: 0
}
.producton1  .psbox .ind5iBtn:hover svg.circle-hover.copy circle {
  transition-delay: .2s
}

.producton1 .tt{font-size: 36px;text-align: center;}

.producton1 .xian{display: block;width: 60px;height: 2px;background: #0061ae;margin: 20px auto 80px;}

.producton1  .swiper5 .swiper-slide .sbox{position: relative;overflow: hidden;transform: scale(0.7);-webkit-transform: scale(0.7);border:2px solid transparent;}

.producton1  .swiper5 .swiper-slide .sbox:after{content: '';display: block;width: 150px;height: 150px;position: absolute;background: #fff;top: -80px;right: -80px;transform: rotate(45deg);-webkit-transform: rotate(45deg);}

.producton1  .swiper5 .swiper-slide .sbox img{display: block;width: 100%;}

.producton1  .swiper5 .swiper-slide-active .sbox{transform: scale(1);-webkit-transform: scale(1);border:2px solid #0061ae;}

.producton1  .swiper5 .swiper-slide-active .sbox:after{opacity: 0;}

.producton2 .tt{font-size: 30px;line-height: 30px;}

.producton2 .tt span{color: #999;display: inline-block;font-size: 14px;padding-left: 10px;}

.producton2 .tc{padding: 80px 100px;border:1px solid #d8d8d8;background: #f5f5f5;text-justify: inter-ideograph;text-align: justify;line-height: 2;margin: 25px 0 70px;font-size: 16px;color: #666;}

.producton2 .tc .tc_tt{font-size: 18px;color: #333;}

.producton2 .tc .tc_tc{margin-bottom: 20px;}

.producton2 .abtn{display: block;text-align: center;line-height: 70px;border:1px solid #ddd;color: #666;margin-bottom: 80px;border-right: 0;}

.producton2 .abtn a{display: block;width: 33.33%;float: left;padding: 0 50px;border-right: 1px solid #ddd;}

.producton2 .abtn a:hover{background: #005bac;color: #fff;}

.producton2 .abtn a.alt{background: url(../image/pr4_13.png) 8% center no-repeat;}

.producton2 .abtn a.art{background: url(../image/pr4_14.png) 92% center no-repeat;}

.producton2 .abtn a.alt:hover{background: #005bac url(../image/pr4_13_1.png) 8% center no-repeat;}

.producton2 .abtn a.art:hover{background: #005bac url(../image/pr4_14_1.png) 92% center no-repeat;}

/* product */

/* news */

.news1{}

.news1 .tt{font-size: 30px;line-height: 30px;}

.news1 .tt span{color: #999;display: inline-block;font-size: 14px;padding-left: 10px;}

.news1 .tc a{display: block;margin: 25px 0 75px;border:1px solid #ddd;position: relative;overflow: hidden;}

.news1 .tc a .img{display: block;width: 50%;overflow: hidden;}

.news1 .tc a .img img{display: block;width: 100%;}

.news1 .tc a .art{position: absolute;width: 50%;height: 100%;position: absolute;top: 0;right: 0;z-index: 2;}

.news1 .tc a .art .txt{width: 90%;position: absolute;left: 5%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}

.news1 .tc a .art .txt .time{display: block;width: 80px;text-align: center;padding-top: 12px;border:1px solid #f39800;height: 80px;font-family: arial; }

.news1 .tc a .art .txt .time .day{font-size: 36px;font-weight: bold;color: #f39800;line-height: 1;}

.news1 .tc a .art .txt .time .year{font-size: 18px;font-family: Helvetica-Condensed-Bold;}

.news1 .tc a .art .txt .att{font-size: 24px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin: 70px 0 10px;}

.news1 .tc a .art .txt .atc{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #999;line-height: 2;}

.news1 .tc a .art .txt .more{display: inline-block;padding-bottom: 1px;color: #005bac;border-bottom: 1px solid #005bac;margin-top: 60px;}

.news1 .tc a:hover .img img{transform: scale(1.05);-webkit-transform: scale(1.05);}

.news1 .tc a:hover  .art .txt .att{color: #0061ae;}

.news1{background: url(../image/news5.png) center bottom no-repeat;background-size: cover;}

.news1 .ul1{}

.news1 .ul1 li{margin-bottom: 55px;}

.news1 .ul1 li a{display: block;}

.news1 .ul1 li a .img{display: block;width: 37.5%;float: left;overflow: hidden;}

.news1 .ul1 li a .img img{display: block;width: 100%;}

.news1 .ul1 li a .art{width: 57%;float: right;padding-top: 30px;}

.news1 .ul1 li a .art .att{font-size: 24px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.news1 .ul1 li a .art .atc{font-size: 16px;color: #999;line-height: 2;margin: 20px 0 40px;}

.news1 .ul1 li a .art .more .day{display: inline-block;float: left;padding-top: 10px;font-size: 30px;font-family:  Helvetica-Condensed-Bold;border-top: 1px solid #0061ae;padding-right: 20px;}

.news1 .ul1 li a .art .more span{display: inline-block;float: right;color: #0061ae;border-bottom: 1px solid #0061ae;opacity: 0;}

.news1 .ul1 li:hover a .art .att{color: #0061ae;}

.news1 .ul1 li:hover a .img img{transform: scale(1.05);-webkit-transform: scale(1.05);}

.news1 .ul1 li:hover a .art .more span{opacity: 1;}

.news1 .pagination{margin: 0 auto;}

.newsc1{background: url(../image/news5.png) center bottom no-repeat;background-size: cover;}

.newsc1 .nbox{width: 1130px;margin: 0 auto;background: #fff;padding-top: 65px;border:1px solid #ddd;}

.newsc1 .nbox .tt{width: 950px;margin: 0 auto ;text-align: center;font-size: 30px;line-height: 1.5;}

.newsc1 .nbox .tt2{width: 950px;margin: 0 auto ;color: #999;text-align: center;line-height: 1.5;border-bottom: 1px dashed #ddd;padding: 20px 0 30px;}

.newsc1 .nbox .tt2 span{display: inline-block;margin: 0 10px;}

.newsc1 .nbox .tc{width: 950px;margin: 45px auto 80px;text-justify: inter-ideograph;text-align: justify;line-height: 2;color: #999;}

.newsc1 .nbox .tc img{display: block;margin: 0 auto;max-width: 100%;height: auto;}

.newsc1 .abtn{display: block;text-align: center;line-height: 70px;border-top:1px solid #ddd;color: #666;}

.newsc1 .abtn a{display: block;width: 33.33%;float: left;padding: 0 50px;border-right: 1px solid #ddd;}

.newsc1 .abtn a:last-child{border-right: 0;}

.newsc1 .abtn a:hover{background: #005bac;color: #fff;}

.newsc1 .abtn a.alt{background: url(../image/pr4_13.png) 8% center no-repeat;}

.newsc1 .abtn a.art{background: url(../image/pr4_14.png) 92% center no-repeat;}

.newsc1 .abtn a.alt:hover{background: #005bac url(../image/pr4_13_1.png) 8% center no-repeat;}

.newsc1 .abtn a.art:hover{background: #005bac url(../image/pr4_14_1.png) 92% center no-repeat;}

/* news */

/* culture */

.cult1{padding-bottom: 30px;}

.cult1 .ul1{margin-top: 40px;}

.cult1 .ul1 li{width: 17%;float: left;position: relative;overflow: hidden;cursor: pointer;}

.cult1 .ul1 li img{display: block;height: 690px;max-width: 700px;}

.cult1 .ul1 li .txt{position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;padding: 540px 0 0 50px;background: rgba(23, 100, 169, 0.4);color: #fff;}

.cult1 .ul1 li .txt .ltt{font-size: 36px;}

.cult1 .ul1 li .txt .en{margin: 15px 0 35px;font-size: 20px;}

.cult1 .ul1 li .txt .ltc{font-size: 20px;line-height: 1.8;opacity: 0;}

.cult1 .ul1 li.act {width: 32%;}

.cult1 .ul1 li.act .txt{padding-top: 90px;}

.cult1 .ul1 li.act .txt .ltc{opacity: 1;transition-delay: .5s;-webkit-transition-delay: .5s;}

.cult2{background: url(../image/cult6.png) top center no-repeat;background-size: cover;}

.cult2 .tc{margin: 50px 0;color: #666;line-height: 1.8;text-justify: inter-ideograph;text-align: justify;font-size: 16px;}

.cult2 .ul1{width: 90%;margin: 0 auto;}

.cult2 .ul1 li{width: 47%;float: left;}

.cult2 .ul1 li:nth-child(2n){float: right;}

.cult2 .ul1 li .img,.cult2 .ul1 li .img img{display: block;width: 100%;overflow: hidden;text-align: center;}

.cult2 .ul1 li .txt{width: 100%;line-height: 66px;background: #005bac;color: #666;padding: 0 20px;color: #fff;font-size: 18px;text-align: center;}

.cult2 .ul1 li:hover .txt{background: #f39800;}

.cult2 .ul1 li:hover .img img{transform: scale(1.05);-webkit-transform: scale(1.05);}

.cult3{background: url(../image/cult6_3.png) left bottom  no-repeat;background-size: cover;}

.cult3 .csbox{position: relative;}

.cult3 .swiper6{width: 82%;margin: 0 auto;}

.cult3 .swiper6 .swiper-slide{}

.cult3 .swiper6 .swiper-slide .sbox{position: relative;}

.cult3 .swiper6 .swiper-slide .sbox .img{width: 55%;float: left;overflow: hidden;}

.cult3 .swiper6 .swiper-slide .sbox .img img{display: block;width: 100%;}

.cult3 .swiper6 .swiper-slide .sbox .drt{width: 45%;text-justify: inter-ideograph;text-align: justify;font-size: 24px;padding: 0 3%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);line-height: 1.5;}

.cult3  .csbox  .ind5iBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  width: 40px;
  height: 40px;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
}
.cult3  .csbox  .ind5iBtn.ind5iPrev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.cult3  .csbox  .ind5iBtn.ind5iNext {
  left: auto;
  right: 0;
}
.cult3  .csbox .ind5iBtn svg {
  position: relative;
}
.cult3  .csbox .ind5iBtn svg.circle-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  opacity: 1 !important
}
.cult3  .csbox .ind5iBtn svg.circle-hover circle {
  stroke-dasharray: 150px;
  stroke-dashoffset: 150px;
  transition: .8s cubic-bezier(.39, .575, .565, 1)
}
.cult3  .csbox .ind5iBtn svg.circle-hover.copy circle {
  transition-delay: 0s
}
.cult3  .csbox .ind5iBtn:hover svg.circle-hover circle {
  stroke-dashoffset: 0
}
.cult3  .csbox .ind5iBtn:hover svg.circle-hover.copy circle {
  transition-delay: .2s
}

.cult3 .swiper7{margin: 50px 0 0;position: relative;z-index: 3;padding-bottom: 50px;}

.cult3 .swiper7 .swiper-slide .sbox{height: 50px;text-align: center;font-size: 18px;position: relative;z-index: 4;cursor: pointer;}

.cult3 .swiper7 .xian{display: block;width: 100%;height: 1px;background: #f79b12;position: absolute;top: 5px;left: 0;z-index: -1;}

.cult3 .swiper7 .swiper-slide .sbox .yuan {display: block; width: 11px;height: 11px;margin: 0 auto 20px;background: #fff url(../image/cult8.png) center no-repeat;border-radius: 50%;}

.cult3 .swiper7 .swiper-slide-active .sbox{color: #005bac;}

.cult3 .swiper7 .swiper-slide-active .sbox .yuan{background: #fff url(../image/cult9.png) center no-repeat;}

/* culture */


/* responsibility */

.res1{background: #fff url(../image/res2.png) center bottom no-repeat; background-size: cover;}

.res1 .tc{line-height: 1.5;text-align: center;margin: 60px 0 10px;font-size: 18px;color: #666;text-justify: inter-ideograph;text-align: justify;}

.res1 .ul1{}


.res1 .ul1 li{width: 50%;float: left;padding: 50px 35px 0;background: #fff;min-height: 230px;text-justify: inter-ideograph;text-align: justify;border-right: 1px solid rgba(0,0,0,0.1);}

.res1 .ul1 li:last-child{border-right: 1px solid rgba(0,0,0,0);}

.res1 .ul1 li .ltt{position: relative;font-size: 24px;}

.res1 .ul1 li .ltt s{display: block;width: 6px;height: 6px;background: #005bac;position: absolute;left: -14px;top: 50%;margin-top: -3px;border-radius: 50%;}

.res1 .ul1 li .ltc{line-height: 1.8;font-size: 16px;margin-top: 20px;}

.res1 .ul1 li:hover{background: #005bac;border-right: 1px solid #005bac;}

.res1 .ul1 li:hover .ltt,.res1 .ul1 li:hover .ltc{color: #fff;}

.res1 .ul1 li:hover .ltt s{background: #fff;}


/* responsibility */


/* publication */

.pub1{background:  url(../image/res2.png) center top no-repeat; background-size: cover;}

.pub1 .psbox{position: relative;margin-top: 60px;}

.pub1 .psbox .swiper8{width: 83.75%;margin: 0 auto;}

.pub1 .psbox .swiper8 .swiper-slide .sbox .img,.pub1 .psbox .swiper8 .swiper-slide .sbox .img img{display: block;width: 100%;overflow: hidden;position: relative;}

.pub1 .psbox .swiper8 .swiper-slide .sbox .img .txt{position: absolute;top: 0;left: 0;z-index: 2;background: rgba(40, 106,186,0.6);text-align: center;color: #fff;width: 100%;height: 100%;padding-top: 50%;opacity: 0;}

.pub1 .psbox .swiper8 .swiper-slide .sbox .img .txt a{display: inline-block;padding-bottom: 0;font-size: 24px;border-bottom: 2px solid rgba(255, 255, 255, 0);}

.pub1 .psbox .swiper8 .swiper-slide .sbox .img .txt s{display: block;margin: 20px 0;}

.pub1 .psbox .swiper8 .swiper-slide .sbox .img .txt a:hover{border-bottom: 2px solid rgba(255, 255, 255, 1);}

.pub1 .psbox .swiper8 .swiper-slide .sbox .img:hover .txt{opacity: 1;}

.pub1 .psbox .swiper8 .swiper-slide .sbox .wb{text-align: center;font-size: 24px;margin-top: 25px;}

.pub1 .psbox  .ind5iBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  width: 40px;
  height: 40px;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
}
.pub1 .psbox .ind5iBtn.ind5iPrev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.pub1 .psbox .ind5iBtn.ind5iNext {
  left: auto;
  right: 0;
}
.pub1 .psbox .ind5iBtn svg {
  position: relative;
}
.pub1 .psbox .ind5iBtn svg.circle-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  opacity: 1 !important
}
.pub1 .psbox .ind5iBtn svg.circle-hover circle {
  stroke-dasharray: 150px;
  stroke-dashoffset: 150px;
  transition: .8s cubic-bezier(.39, .575, .565, 1)
}
.pub1 .psbox .ind5iBtn svg.circle-hover.copy circle {
  transition-delay: 0s
}
.pub1 .psbox .ind5iBtn:hover svg.circle-hover circle {
  stroke-dashoffset: 0
}
.pub1 .psbox .ind5iBtn:hover svg.circle-hover.copy circle {
  transition-delay: .2s
}


/* publication */


/* video */

.video1 .tt{font-size: 30px;line-height: 30px;}

.video1 .tt span{color: #999;display: inline-block;font-size: 14px;padding-left: 10px;}

.video1 .ul1{margin: 45px 0 40px;}

.video1 .ul1 li{float: left;position: relative;overflow: hidden;}

.video1 .ul1 li a{display: block;position: relative;overflow: hidden;}

.video1 .ul1 li a img{display: block;width: 100%;transform: scale(1.0001);-webkit-transform: scale(1.0001);}

.video1 .ul1 li .txt{position: absolute;width: 100%;line-height: 1.5;left: 0;bottom: 20px;z-index: 2;padding: 0 5%;font-size: 18px;color: #fff;}

.video1 .ul1 li .bf{width: 76px;height: 76px;position: absolute;top: 50%;left: 50%;z-index: 2;background: url(../image/vi6.png) center no-repeat;margin-top: -38px;margin-left: -38px;opacity: 0;}

.video1 .ul1 li.li_1{width: 41.56%;}

.video1 .ul1 li a:hover .bf{opacity: 1;}

.video1 .ul1 li  a:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);}

.video1 .ul1 li.li_2{width: 37.75%;margin-left: 0.4%;}

.video1 .ul1 li.li_2 .ltp{margin-bottom: 0.8%;}

.video1 .ul1 li.li_2 .lbt a{display: block;width: 49.65%;float: left;}

.video1 .ul1 li.li_2 .lbt a:nth-child(2){float: right;}

.video1 .ul1 li.li_3{float: right;width: 20%;}

.video1 .psbox{position: relative;}

.video1 .swiper9  a{display: block;position: relative;overflow: hidden;}

.video1 .swiper9  a img{display: block;width: 100%;transform: scale(1.0001);-webkit-transform: scale(1.0001);}

.video1 .swiper9  a .txt{position: absolute;width: 100%;line-height: 1.5;left: 0;bottom: 20px;z-index: 2;padding: 0 5%;font-size: 18px;color: #fff;overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;}

.video1 .swiper9  a .bf{width: 60px;height: 60px;position: absolute;top: 50%;left: 50%;z-index: 2;background: url(../image/vi6.png) center no-repeat;margin-top: -30px;margin-left: -30px;opacity: 0;background-size: cover;}

.video1 .swiper9  a:hover .bf{opacity: 1;}

.video1 .swiper9  a:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);}


.video1 .psbox  .ind5iBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  width: 40px;
  height: 40px;
  left: -50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
}
.video1 .psbox .ind5iBtn.ind5iPrev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.video1 .psbox .ind5iBtn.ind5iNext {
  left: auto;
  right: -50px;
}
.video1 .psbox .ind5iBtn svg {
  position: relative;
}
.video1 .psbox .ind5iBtn svg.circle-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  opacity: 1 !important
}
.video1 .psbox .ind5iBtn svg.circle-hover circle {
  stroke-dasharray: 150px;
  stroke-dashoffset: 150px;
  transition: .8s cubic-bezier(.39, .575, .565, 1)
}
.video1 .psbox .ind5iBtn svg.circle-hover.copy circle {
  transition-delay: 0s
}
.video1 .psbox .ind5iBtn:hover svg.circle-hover circle {
  stroke-dashoffset: 0
}
.video1 .psbox .ind5iBtn:hover svg.circle-hover.copy circle {
  transition-delay: .2s
}


@media (max-width: 1680px) {
  .indexP {
    right: 40px;
  }



}
@media (max-width: 1600px) {
  header .nav li {
    margin-left: 30px;
  }

  .about5 .dl1 .dl_d2 .dlt .dbtn span{width: 47%;margin-right: 0;}

  .about5 .dl1 .dl_d2 .dlt .dbtn span:nth-child(2n){float: right;}

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li3 .txt{font-size: 20px;}


  .about2 .swiper2 .zzc{width: 300px;}

  .ind2_i {
    padding: 40px 120px 40px 100px;
  }

  .ind6i li {
    height: 66vh;
  }

  .about3 .abct .alt{padding-left: 10px;}

  .about3 .abct .alt li .ltc{font-size: 14px;}

  .about3 .abct .alt li{width: 230px;}

  .news1 .tc a .art .txt .att,.news1 .tc a .art .txt .more{margin-top: 30px;}

  .news1 .tc a .art .txt{top: 50%;}

  .news1 .ul1 li a .art{padding-top: 5px;}

  .news1 .ul1 li a .art .atc{margin: 15px 0;}

  .res1 .ul1 li{padding: 20px 30px 0;}



}
@media (max-width: 1440px) {
  .footert .l{
    width: 464px;
  }
  header .nav li {
    margin-left: 20px;
  }

  .ind2 {
    padding-top: 80px;
  }

  .ind2_i h4 {
    font-size: 24px;
    line-height: 36px;
    margin: 36px 0;
  }

  .ind4 .ind4_i {
    padding: 120px 0 80px 120px;
  }

  .ind5i li .content2 {
    padding: 60px 15% 40px 10%;
  }

  .ind5i li .content2 p {
    margin-top: 24px;
  }

  .ind5i li .content2 .common_btn {
    margin-top: 36px;
  }

  .ind6i li.act {
    padding: 120px 60px;
  }

  .footert .m li {
    margin-right: 30px;
  }


  header.inner .nav li.icol{margin-left: 60px;}

  .about6 .abct .alt li{height: 390px;padding: 50px 30px 0;}








}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {

  .container2{min-width: 920px;}

  .about2 .swiper2 .zzc{display: none;}

  /* header {
    display: none;
  } */

  .container{min-width: 920px;}

  .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: url(../image/idxm1.png) center no-repeat;background-size: cover;
    padding: 0px 0px;
  }

  

  .headerSJ .headerSC {
    padding: 0px 12px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .headerSJ .logo img {
    height: 44px;
  }

  .headerSJ .navbar {
    position: relative;
    padding: 7px 10px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    outline: none;
  }

  .headerSJ .navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }

  .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 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(../image/plus.png) right center no-repeat;
  }

  .headerSJ .navwrap .nav .minus a {
    background: url(../image/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;
  }

  .wrapper {
    padding-top: 60px;
  }

  .wrapper.wra_index {
    padding-top: 60px;
  }

  .common_tit h3 {
    font-size: 20px;
  }

  .common_tit h5 {
    font-size: 28px;
  }

  .common_btn {
    width: 120px;
    height: 40px;
    line-height: 38px;
  }

  .index {
    height: calc(100vh - 60px);
  }

  .ind1 .ind1i .img .text h4 {
    font-size: 36px;
  }

  .ind2 {
    padding-top: 0px;
  }

  .ind2_i h4 {
    font-size: 20px;
    line-height: 32px;
    margin: 24px 0;
  }

  .ind2_i ul li {
    margin-right: 32px;
  }

  .ind2_i ul li p span {
    font-size: 36px;
  }

  .ind5ii {
    max-width: 800px;
    margin: 0 auto;
  }

  .ind5 {
    padding-bottom: 60px;
  }

  .ind5 .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .about6 .abct .alt{width: 100%;float: none;}

  .about6 .abct .art{position: static;width: 100%;}

  .res1 .ul1 li{width: 100%;float: none;min-height: 50px;}


}

.pcnone{display: none;}

@media (max-width: 768px) {
  #video_model .video .close {
    right: 0px;
    top: -50px;
  }

  

  .indexP {
    right: 5%;
    display: none;
  }

  .ind1 .ind1i {
    right: 0;
  }

  .ind1 .ind1i .img img {
    display: none;
  }

  .ind1 .ind1i .img .text {
    padding: 0 5%;
    word-break: break-all;
    white-space: pre-wrap;
  }

  .ind1 .ind1i .img .text h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .ind2_i {
    padding: 20px 5%;
  }

  .ind2_i h4 {
    font-size: 16px;
    line-height: 28px;
    margin: 12px 0;
  }

  .ind2_i ul li {
    margin-right: 0px;
    text-align: left;
    width: 33.3%;
  }

  .ind2_i ul li p span {
    font-size: 28px;
  }

  .ind4 .ind4_i {
    width: 100%;
    height: 50%;
    float: none;
    padding: 40px 5%;
  }

  .footerb {
    line-height: 24px;
    padding: 10px 0;
    display: block;
  }

  .footerb p {
    display: inline;
  }

  .footerb p:last-child {
    float: right;
  }

  .ind5 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ind5 .common_tit {
    padding-left: 5%;
  }

  .ind5i li {
    width: 100% !important;
  }

  .ind5i li .content1 {
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
  }

  .ind5i li .content1 .text .l {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }

  .ind5i li .content1 .text .l span {
    font-size: 28px;
  }

  .ind5i li .content1 .text .r {
    padding: 0 10px;
    height: 60px;
    width: calc(100% - 60px);
  }

  .ind5i li .content1 .text .r p {
    font-size: 15px;
  }

  .index{display: none;}

  .pcnone{display: block;}

  .indm1 {position: relative;overflow: hidden;}

  .indm1  img{display: block;width: 100%;}

  .indm1 .pagination_idxm {
    width: 100%;
    padding: 0 5%;
    bottom: 20px;
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    font-family: arial;
  }
  
  .indm1 .pagination_idxm  .swiper-pagination-current{
    font-size: 30px;
    color: #fff;
  }


  .indm2{background: url(../image/idxm3.png)  center no-repeat;background-size: cover;text-align: center;padding: 30px 0;}

  html.oh{overflow: visible;}

  .container{min-width: 100px;}

  .indm2 .en{color: #d8d8d8;}

  .indm2 .xian{display: block;width: 30px;height: 2px;background-color: #005bac;margin: 5px auto 10px;}  

  .indm2 .tt{font-size: 18px;}

  .indm2 .tc{line-height: 1.5;margin: 20px 0;}

  .indm2 .ul1{}

  .indm2 .ul1 li{width: 33.33%;float: left;line-height: 1.5;margin-bottom: 20px;;}

  .indm2 .ul1 li p span{font-size: 20px;color: #005bac;font-weight: bold;}

  .indm2 .more{display: block;width: 120px;line-height: 30px;border:1px solid #333;text-align: ce;margin: 10px auto;}

  .indm3 {text-align: center;padding: 30px 0 0;}

  .indm3 .en{color: #d8d8d8;}

  .indm3 .xian{display: block;width: 30px;height: 2px;background-color: #005bac;margin: 5px auto 10px;}  

  .indm3 .tt{font-size: 18px;}

  .indm3 .swiper1m{margin-top: 30px;}

  .indm3 .swiper1m .swiper-slide{}

  .indm3 .swiper1m .swiper-slide .sbox{position: relative;overflow: hidden;}

  .indm3 .swiper1m .swiper-slide .sbox img{display: block;width: 100%;}

  .indm3 .swiper1m .swiper-slide .sbox .txt{position: absolute;top: 10%;left: 5%;width: 90%;text-justify: inter-ideograph;text-align: justify;color: #fff;}

  .indm3 .swiper1m .swiper-slide .sbox .txt h4{font-weight: bold;font-size: 20px;padding-bottom: 20px;margin-bottom: 30px;position: relative;}

  .indm3 .swiper1m .swiper-slide .sbox .txt p{line-height: 1.8;}

  .indm3 .swiper1m .swiper-slide .sbox .txt p a{display: block;}

  .indm3 .swiper1m .swiper-slide .sbox .txt h4:after{content: '';width:30px;height: 2px;background-color: #f39800;display: block;position: absolute;left: 0;bottom: 0;}

  .indm3 .swiper1m .pagination1m span{background: url(../image/idxm5.png) center no-repeat;opacity: 1;width: 10px;height: 10px;background-size: cover;}

  .indm3 .swiper1m .pagination1m .swiper-pagination-bullet-active{background: url(../image/idxm6.png) center no-repeat;background-size: cover;}

  .indm4{}

  .indm4 .ul1 li a{display: block;position: relative;overflow: hidden;width: 100%;}

  .indm4 .ul1 li a img{display: block;width: 100%;}

  .indm4 .ul1 li a .txt{position: absolute;top: 0;left: 0;padding: 30px 5%;z-index: 2;color: #fff;width: 100%;height: 100%;}

  .indm4 .ul1 li a .txt .en{color:#d8d8d8;}

  .indm4 .ul1 li a .txt .xian{display: block;width:30px;height: 2px;background: #005bac;margin: 10px 0 ;}

  .indm4 .ul1 li a .txt .tt{font-size: 18px;}

  .indm4 .ul1 li a .txt .more{width: 100px;line-height: 30px;border:1px solid #fff;text-align: center;position: absolute;right: 5%;bottom: 10%;}


  .indm5 {text-align: center;padding: 30px 0 0;}

  .indm5 .en{color: #d8d8d8;}

  .indm5 .xian{display: block;width: 30px;height: 2px;background-color: #005bac;margin: 5px auto 10px;}  

  .indm5 .tt{font-size: 18px;}

  .indm5 .swiper2m{margin-top: 30px;background: #f3f3f3;padding-bottom: 20px;}

  .indm5 .swiper2m img{display: block;width: 100%;}

  .indm5 .swiper2m .sbox .txt{padding: 20px ;line-height: 1.5;}

  .indm5 .swiper2m .sbox .txt .stt{font-size: 16px;font-weight: bold;}

  .indm5 .swiper2m .sbox .txt .sxian{display: block;width: 30px;height: 2px;margin: 10px auto ;background: #005bac;}

  .indm5 .swiper2m .sbox .txt .stc{text-justify: inter-ideograph;text-align: justify;color: #999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

  .indm5 .swiper2m .pagination2m .swiper-pagination-bullet-active{background: #f39800;}


  .indm6{width: 150px;line-height: 40px;text-align: center;margin: 20px auto;background: #005bac; color: #fff;}

  .hidden-md{display: block  !important;}

  .footert{padding: 10px 0 0;}

  .footert .logo,.footertit,.footerb .select{display: none;}

  .footert .l p{font-size: 14px;}

  .footert_con .m,.footert_con .r{display: none;}

  .footerb{border:0;text-align: center;padding: 0 0 20px;}

  .footert .l .backup{width: 40px;top: 10px;}

  .footerb p:last-child,.footerb .r{float: none;display: inline-block;color: #aaa;}

  .pd100{padding: 30px 0;}

  .common_tit2 h3{font-size: 24px;}

  .common_tit2 h5{font-size: 18px;letter-spacing: 4px;margin-top: 10px;}

  .banner_nav{display: none;}

  .banner .text h4{font-size: 30px;}

  .about1 .abct{margin-top: 20px;}

  .about1 .abct .alt{width: 100%;float: none;overflow: hidden;}

  .about1 .abct .alt .atp img{width: 100px;}

  .about1 .abct .alt .att{font-size: 20px;margin: 10px 0;}

  .about1 .abct .art{position: static;width: 100%;}

  .about1 .abct .art img:nth-child(1){display: none;}

  .about1 .abct .art img:nth-child(2){position: static;margin: 0;}

  .about1 .abct .alt .atc{height: 250px;}

  .about2 .abtn{margin: 20px 0;}

  .about2 .abtn li{display: block;width: 50%;float: left;margin: 0 0 5px;padding-bottom: 5px;}

  .about2 .abtn li span{font-size: 18px;}

  .about2 .atc{width: 100%;text-justify: inter-ideograph;text-align: justify;margin-bottom: 10px;}

  .about2 .swiper2 .zzc{display: none;}

  .about2 .swiper2{width: 90%;margin-left: 5%;}

  .about2 .swiper2 .swiper-slide{padding: 0;width: 100%;}

  .about2 .swiper2 .pagination2 .swiper-pagination-bullet-active{background: #f39800;}

  .about2 .sbtn{margin: 0 auto;float: none;width: 100%;position: relative;top: -230px;padding: 0 5%;}

  .about2 .sbtn .next2{float: right;}

  .about2 .swiper2 .pagination2 {display: none;}

  .about3 .abct{margin-top: 20px;}

  .about3 .abct .alt{width: 100%;float: none;padding: 0;border:0;}

  .about3 .abct .alt li,.about3 .abct .alt li:nth-child(2n){width: 50%;text-align: center;}

  .about3 .abct .art{position: static;width: 100%;display: none;}

  .about3 .abct .alt li .num span{font-size: 30px;}

  .about3 .abct .alt li .xian{width: 100%;}

  .about3 .abct .alt li .ltc{white-space:inherit;height: 38px;margin-bottom: 10px;}

  .about4 .abtc{height: auto;margin-top: 20px;}

  .about4 .abtc .alt{padding: 0; background: transparent;width: 100%;float: none;}

  .about4 .abtc .alt .swiper3{height: auto;}

  .about4 .abtc .alt .swiper3 .swiper-slide .sbox span{display: none;}

  .about4 .abtc .alt .swiper3 .swiper-slide-active .sbox .wz{font-size: 30px;}

  .about4 .abtc .art{width: 100%;float: none;padding-right: 10px;}

  .about4 .abtc .art li .time{font-size: 30px;padding: 0;margin-bottom: 20px;display: none;}

  .about4 .abtc .art li .ltc .llt,.about4 .abtc .art li .ltc .lrt{width: 100%;float: none;}

  .about4 .abtc .art li .ltc .lrt{}

  .about4 .abtc .art li .ltc .lrt div{font-size: 16px;line-height: 40px;margin: 15px 0 0 ;padding: 0 5px;}

  .about5 .abtn span{margin: 0 5px;font-size: 20px;}

  .about5 .abtn{margin: 20px 0;}

  .about5 .tc{font-size: 14px ;line-height: 1.5;}

  .about5 .dl1 .dl_d1 .ul1{position: static;}

  .about5 .dl1 .dl_d1 .ul1 li{position: static;width: 100%;margin-bottom: 20px;}

  .about5 .dl1 .dl_d1 .ul1 li .ltc{position: static;opacity: 1;width: 100%;pointer-events: visible;display: none;}

  .about5 .dl1{margin-top: 20px;}

  .about5 .dl1 .dl_d2 .dlt{width: 100%;float: none;}

  .about5 .dl1 .dl_d2 .drt{width: 100%;float: none;position: relative;left: 0;}

  .about5 .dl1 .dl_d2 .dlt .dtc{margin: 10px 0;}

  .about5 .dl1 .dl_d2 .dlt .dtt{font-size: 18px;}

  .about5 .dl1 .dl_d2 .dlt .dbtn span{font-size: 14px;line-height: 40px;width: 49.5%;}

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li{width: 50%;margin: 0;}

  .about5 .dl1 .dl_d2 .drt .ul1 li:nth-child(1){display: none;}

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li:nth-child(3),.about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li:nth-child(4){margin: 0;}

  .about5 .dl1 .dl_d2 .drt > img{display: none;}

  .about5 .dl1 .dl_d2 .drt .ul1{position: relative;}

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox{position: relative;}

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li2{width: 100%;padding: 10px 5% ;height: 100%;float: none;}

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li2 .l_tt{font-size: 18px;}

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li2 .l_tc{font-size: 14px;line-height: 2;}

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li3{width: 50%;}

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li3:nth-child(3){display: none;}

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li3 .txt{font-size: 14px;}

  .about6{padding-top: 0;}

  .about6 .abct{margin-top: 20px;}

  .about6 .abct .alt{width: 100%;float: none;}

  .about6 .abct .art{position: static;width: 100%;margin-top: 20px;display: none;}

  .about6 .abct .alt li{height: auto;padding: 30px 5%;}

  .about6 .abct .alt li .img{width: 80px;margin: 0 auto ;float: none;}

  .about6 .abct .alt li .txt{width: 100%;float: none;}

  .about6 .abct .alt li .txt .att{font-size: 18px;}

  .about6 .abct .alt li .txt .atc{font-size: 14px;}

  .about6 .abct .art .swiper4 .pagination4{bottom: 20px;}

  .pd70{padding: 30px 0;}

  .product1 .tt .tlt{float: none;font-size: 20px;}

  .product1 .tt .trt{width: 100%;float: none;margin-top: 10px;}

  .product1 .ul1{margin: 20px 0;}

  .product1 .ul1 li{width: 100%;float: none;}

  .pagination{margin: 20px auto 0;}

  .container2{min-width: 100px;}

  .producton1 .tt{font-size: 20px;}

  .producton1 .xian{margin: 20px auto;width: 40px;}

  .producton1 .psbox .ind5iBtn{display: none;}

  .producton1 .swiper5{padding-bottom: 30px;}

  .producton1 .swiper5 .pagination5 .swiper-pagination-bullet-active{background: #f39800;}

  .producton2 .tt,.news1 .tt{font-size: 20px;}

  .producton2 .tc{padding: 30px 5%;margin: 20px 0;}

  .producton2 .abtn{margin-bottom: 20px;}

  .producton2 .abtn a{width: 100%;float: none;border-bottom: 1px solid #ddd;}

  .producton2 .abtn a:last-child{border-bottom:0;}

  .producton2 .abtn{line-height: 50px;}

  .news1 .tc a{margin: 20px 0;}

  .news1 .tc a .img{width: 100%;float: none;}

  .news1 .tc a .art{position: static;width: 100%;}

  .news1 .tc a .art .txt{position: static;transform: translateY(0%);-webkit-transform: translateY(0%);width: 100%;padding: 30px 5%;}

  .news1 .tc a .art .txt .time{margin: 0 auto;}

  .news1 .tc a .art .txt .att{margin-top: 20px;font-size: 18px;}

  .news1 .tc a .art .txt .more{margin-top: 20px;}

  .news1 .ul1 li a .img{width: 100%;float: none;}

  .news1 .ul1 li{margin-bottom: 20px;}

  .news1 .ul1 li a .art{width: 100%;float: none;padding-top: 20px;}

  .news1 .ul1 li a .art .att{font-size: 18px;}

  .news1 .ul1 li a .art .atc{margin: 5px 0;}

  .news1 .ul1 li a .art .more{text-align: center;}

  .news1 .ul1 li a .art .more .day{float: none;padding: 5px 10px 0;margin-top: 10px;}

  .news1 .ul1 li a .art .more span{display: none;}

  .newsc1 .nbox{width: 100%;padding-top: 20px;}

  .newsc1 .nbox .tt{width: 90%;font-size: 18px;}

  .newsc1 .nbox .tt2{width: 90%;padding: 10px 0;}

  .newsc1 .nbox .tc{width: 100%;padding: 0 5%;}

  .newsc1 .abtn a{width: 100%;float: none;line-height: 50px;border-bottom: 1px solid #ddd;border-right: 0;}

  .newsc1 .abtn a:last-child{border-bottom: 0;}

  .cult1 .cbox{margin-top: 20px;overflow: auto;}

  .cult1 .ul1{margin-top: 0px;float: left;margin-right: -999em;}

  .cult1 .ul1 li img{height: 400px;}

  .cult1 .ul1 li,.cult1 .ul1 li.act{width: 300px;}

  .cult1 .ul1 li .txt{padding: 90px 20px;}

  .cult1 .ul1 li .txt .ltc{opacity: 1;}

  .cult1 .ul1 li .txt .ltt{font-size: 24px;}

  .cult1 .ul1 li .txt .ltc{font-size: 18px;}
  
  .cult1 .cbox::-webkit-scrollbar{ width:4px;height: 4px;}

  .cult1 .cbox::-webkit-scrollbar-thumb{ background:#f39800;}

  .cult1 .cbox::-webkit-scrollbar-track{ background:#000;} 

  .cult2 .tc{margin: 20px 0;}

  .cult2 .ul1{width: 100%;}

  .cult2 .ul1 li,.cult2 .ul1 li:nth-child(2n){width: 100%;float: none;margin-bottom: 20px;}

  .cult2 .ul1 li .txt{padding: 10px 5%;font-size: 14px;line-height: 1.5;}

  .cult3 .swiper7,.cult3 .csbox .ind5iBtn{display: none;}

  .cult3 .swiper6{width: 100%;margin: 0 0 ;padding-bottom: 50px;}

  .cult3 .swiper6 .swiper-slide .sbox .img{width: 100%;float: none;}

  .cult3 .swiper6 .swiper-slide .sbox .drt{width: 100%;position: static;transform: translateY(0%);-webkit-transform: translateY(0%);font-size: 16px;line-height: 30px;text-align: center;}

  .res1 .tc{margin: 20px 0;text-justify: inter-ideograph;text-align: justify;font-size: 16px;}

  .res1 .ul1 li{width: 100%;float: none;min-height: 50px;border-bottom: 1px solid #ddd;padding-bottom: 20px;}

  .res1 .ul1 li .ltt{font-size: 18px;}

  .res1 .ul1 li .ltc{font-size: 14px;margin-top: 5px;}

  .pub1{padding-bottom: 10px;}

  .pub1 .psbox{margin-top: 20px;}

  .pub1 .psbox .swiper8{width: 100%;padding-bottom: 40px;}

  .pub1 .psbox .swiper8 .swiper-slide .sbox .img .txt{opacity: 1;}

  .pub1 .psbox .swiper8 .swiper-slide .sbox .img .txt a{font-size: 18px;}

  .pub1 .psbox .swiper8 .swiper-slide .sbox .wb{font-size: 16px;margin-top: 10px;}

  .pub1 .psbox .swiper8 .pagination8{display: none;}

  .pub1 .psbox .swiper8 .pagination8 .swiper-pagination-bullet-active{background: #f39800;}

  .video1 .tt{font-size: 20px;}
  
  .video1 .ul1{margin: 20px 0;}

  .video1 .ul1 li.li_1,.video1 .ul1 li.li_2,.video1 .ul1 li.li_3{width: 100%;float: none;margin-bottom: 5px;}

  .video1 .ul1 li .txt,.video1 .swiper9 a .txt{font-size: 16px;text-justify: inter-ideograph;text-align: justify;}

  .video1 .swiper9 {padding-bottom: 40px;}

  .video1 .swiper9  .pagination9 .swiper-pagination-bullet-active{background: #f39800;}

  .about6 .abct .art .swiper4 .pagination4 .swiper-pagination-bullet-active{background: #f39800;}

  .video1{padding-bottom: 10px;}

  .stock{padding: 30px 0;}

  .stocki{padding: 20px 0;}

  .stocki .l{width: 100%;float: none;}

  .stocki .l ul{padding: 0;}

  .stocki .l li{margin-top: 10px;}

  .stocki .r{width: 100%;float: none;padding: 20px 0 0;}

  .stocki .rt{padding: 30px 5%;display: block;}

  .stocki .rtl,.stocki .rtr{width: 100%;float: none;display: block;}

  .stocki .rtl h6{white-space: normal;text-justify: inter-ideograph;text-align: justify;line-height: 2;}

  .stocki .rtr li{width: 50%;float: left;margin-top: 20px;}

  .stocki .rtr li h6{margin-top: 10px;}

  .join1{padding: 30px 0;overflow: hidden;}

  .common_tit2 h3::before, .common_tit2 h3::after{margin:  0 15px;}

  .join1 .join_text{margin-top: 20px;}

  .join1 .join_text h4{font-size: 20px;}

  .join1 .join_text h6{font-size: 14px;line-height: 1.8;margin-top:10px;text-justify: inter-ideograph;text-align: justify;}

  .joinS .swiper-slide:nth-child(3),.joinS .swiper-slide:nth-child(1){margin-top: 0;}

  .joinS  .paginationj .swiper-pagination-bullet-active{background: #f39800;}

  .join2{padding: 30px 0;background-size: cover;}

  .join2t{margin-top: 20px;}

  .join2b{padding: 20px 0;}

  .join2bi_tit p, .join2bi_list li .tit p{padding: 0;font-size: 14px;width: 33.33%;overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 5px;
  }


  .join2bi_tit p:nth-child(1), .join2bi_list li .tit p:nth-child(1),.join2bi_tit p:nth-child(4), .join2bi_list li .tit p:nth-child(4){text-align: center;}

  .join2bi_tit p:nth-child(2), .join2bi_list li .tit p:nth-child(2){display: none;}

  .cult3 .swiper6 .pagination6 .swiper-pagination-bullet-active{background: #f39800;}

  .about4 .abtc .alt .swiper3 .swiper-slide.act2 .sbox .wz{font-size: 24px;opacity: 1;}
  
  .about4 .abtc .alt .swiper3 .swiper-slide.act3 .sbox .wz{font-size: 24px;opacity: 1;}

  .footer{display: block !important;}

  .footer .footer{display: none !important;}

  .join_c{margin-top: -30px;}

  .video1 .psbox .ind5iBtn{display: none;} 

  .about5 .dl1 .dl_d2 .drt .ul1 li .lbox .l_li2_2{position: static;width: 100%;}











}
