﻿@charset "UTF-8";
@font-face {
  font-family: "thyFont1";
  src: url("../fonts/MBaskerville-SemiBold.otf");
}
@font-face {
  font-family: "thyFont2";
  src: url("../fonts/BEBAS.ttf");
}
@font-face {
  font-family: "thyFont3";
  src: url(img/questrial-regular.ttf);
}
@font-face {
  font-family: "thyFont4";
  src: url(img/atartida-black.woff.ttf);
}
@font-face {
  font-family: "thyFont5";
  src: url("../fonts/avalon-demi.otf");
}
@font-face {
  font-family: "thyFont6";
  src: url("../fonts/SOURCEHANSANSCN-EXTRALIGHT.OTF");
}
main {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  *zoom: 1;
}
main:before,
main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}
html {
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
a {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
/*????????????*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {margin: 0;}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  border: 0;
  padding: 0;
  margin: 0;
  *font-size: 100%;
  line-height: 1.2;
}

a img,
img {
  -ms-interpolation-mode: bicubic;
}

sub,
sup {
  vertical-align: baseline;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

pre {
  white-space: pre-wrap;
}

textarea {
  resize: none;

  overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: 0;
}

button,
input {
  outline: 0;
}

input[type="password"]::-ms-reveal {
  display: none;
}

input::-ms-clear {
  display: none;
}

input:-ms-input-placeholder {
  color: #999;
}

/*????????????*/

/*a:active {

  color: #292b2c; }



a:visited {

  color: #292b2c; }*/

.wrapper {
  display: block;
  margin: 0 auto;
  width: 1500px;
}
.wrapper2 {
  display: block;
  margin: 0 auto;
  width: 1150px;
}
/*????????????*/

@-webkit-keyframes imgScale {
  from {
    transform: scale(1);

    -ms-transform: scale(1);

    -moz-transform: scale(1);

    -webkit-transform: scale(1);

    -o-transform: scale(1);
  }

  to {
    transform: scale(1.05);

    -ms-transform: scale(1.05);

    -moz-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    -o-transform: scale(1.05);
  }
}

@keyframes imgScale {
  from {
    transform: scale(1);

    -ms-transform: scale(1);

    -moz-transform: scale(1);

    -webkit-transform: scale(1);

    -o-transform: scale(1);
  }

  to {
    transform: scale(1.05);

    -ms-transform: scale(1.05);

    -moz-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    -o-transform: scale(1.05);
  }
}

@-webkit-keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

@keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

.clear::after {
  display: block;

  content: "";

  clear: both;
}

.zindexUp {
  position: relative;
  z-index: 10;
}

.needMarquee {
  white-space: nowrap;
}

/*??????*/

.needDot .swiper-pagination .swiper-pagination-bullet {
  width: 12px;

  height: 12px;

  position: relative;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  /* Firefox */

  -webkit-box-sizing: border-box;

  /* Safari*/

  background: rgba(0, 0, 0, 0.4);

  opacity: 1;

  transition: 0.5s;

  -moz-transition: 0.5s;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  transition-timing-function: ease;

  -moz-transition-timing-function: ease;

  /* Firefox 4 */

  -webkit-transition-timing-function: ease;

  /* Safari ??? Chrome */

  -o-transition-timing-function: ease;

  /* Opera */

  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}

.needDot .swiper-pagination .swiper-pagination-bullet:hover:after {
  transform: scale(2);

  -ms-transform: scale(2);

  -moz-transform: scale(2);

  -webkit-transform: scale(2);

  -o-transform: scale(2);
}

.needDot .swiper-pagination .swiper-pagination-bullet:after {
  content: "";

  width: 4px;

  height: 4px;

  background: #fff;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  border-radius: 50%;

  transition: 0.5s;

  -moz-transition: 0.5s;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  transition-timing-function: ease;

  -moz-transition-timing-function: ease;

  /* Firefox 4 */

  -webkit-transition-timing-function: ease;

  /* Safari ??? Chrome */

  -o-transition-timing-function: ease;

  /* Opera */
}

.needDot .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #fff;
}

.needDot .swiper-pagination .swiper-pagination-bullet-active:after {
  width: 0;

  height: 0;

  transform: scale(0);

  -ms-transform: scale(0);

  -moz-transform: scale(0);

  -webkit-transform: scale(0);

  -o-transform: scale(0);
}

.main_page {
  position: relative;

  z-index: 20;

  background: #fff;

  width: 100%;

  height: auto;
}

.needCover {
  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: center;

  object-position: center;

  width: 100%;

  height: 100%;
}

.needContain {
  -o-object-fit: contain;

  object-fit: contain;

  -o-object-position: center;

  object-position: center;

  width: 100%;

  height: 100%;
}

.needScrollSmall {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.needScrollSmall::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/*??????????????????????????????*/
.needScrollSmall::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*?????????????????????????????????????????????????????????*/
.needScrollSmall:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*??????????????????????????????????????????*/
.needScrollSmall::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*???????????????????????????*/
.needScrollSmall::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: white;
}

/*??????????????????????????????????????????*/
.needScrollSmall::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.01);
}

/*??????*/

.header_nav li .li_father {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  display: none;
  width: 300px;
  /*height: 250px;*/
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 74px;
  left: -50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding-top: 10px;
  padding-bottom: 10px;
}

.header_nav li .li_father .left {
  width: 100%;
  float: left;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding: 15px;
}

.header_nav li .li_father .left .inner_form .layui-form-item {
  margin-bottom: 10px;
}

.header_nav li .li_father .left .a2 {
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 18px;
  color: #1558a6;
  font-weight: bold;
}

.header_nav li .li_father .left .a3 {
  width: 100%;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.header_nav li .li_father .left .a1 {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.nav .nav-inner .header_nav li .li_father .left .a1:hover {
  border-color: #154a9a;
}

.nav .nav-inner .header_nav li .li_father .left .a1:hover a {
  color: #1558a6;
}

.nav .nav-inner .header_nav li .li_father .left .a1 a {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 34px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.header_nav li .li_father .right {
  width: 50%;
  float: left;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
}

.header_nav li .li_father .right #header_map {
  width: 100%;
  height: 100%;
  display: block;
}

.header_nav li .li_father .right #header_map .amap-copyright {
  display: none !important;
}

.header_nav li .li_father .right #header_map .amap-logo {
  display: none !important;
}

.header_nav li .li_father .right .pic {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

/* .header_nav li:hover .li_a {
  color: #1558a6;
} */

.header_nav li .li_a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 96px;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #fff;
  /* font-weight: lighter; */
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

/*????????????????????????*/

.mobile_header {
  display: none;

  height: 50px;

  position: fixed;

  top: 0;

  z-index: 555;
}

.mobile_header .mobile_to_index {
  height: 50px;

  position: fixed;

  top: 0;

  right: 2%;

  z-index: 889;

  max-width: 70%;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;
}

.mobile_header .mobile_to_index a {
  line-height: 40px;

  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;

  font-size: 16px;

  color: #333;
}

.mobile_header .mobile_to_index a img {
  width: 80%;

  float: right;

  margin-top: 4.5%;
}

.mobile_header .mobile_nav_sea {
  width: 100%;

  height: 50px;

  text-align: center;

  line-height: 50px;
}

.mobile_header .mobile_nav_sea i {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;

  font-size: 24px;

  color: #b7b7b7;
}

.mobile_header .mobile_nav_sea:hover i {
  color: #292b2c;
}

.mobile_header .mobile_nav {
  border-bottom: 1px solid #ccc;

  height: 50px;

  background: #d3d3d3;

  background-size: cover;

  position: fixed;

  left: 0;

  width: 100%;

  z-index: 888;

  transition: 0.3s;

  -moz-transition: 0.3s;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition-timing-function: ease;

  -moz-transition-timing-function: ease;

  /* Firefox 4 */

  -webkit-transition-timing-function: ease;

  /* Safari ??? Chrome */

  -o-transition-timing-function: ease;

  /* Opera */
}

.mobile_header .mobile_nav i {
  font-size: 20px;

  line-height: 50px;

  padding-left: 20px;

  color: #333;

  opacity: 0.8;
}

.mobile_header .mobile_nav .mobile_add {
  height: 50px;

  position: absolute;

  left: 70px;

  z-index: 10;

  top: 0;
}

.mobile_header .mobile_nav .mobile_add i {
  font-size: 18px;

  color: #333;

  padding-left: 0;

  line-height: 30px !important;
}

.mobile_header .mobile_nav .mobile_add .mobile_i {
  float: left;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  text-align: center;

  margin-top: 11px;

  margin-right: 10px;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  /* Firefox */

  -webkit-box-sizing: border-box;

  /* Safari*/
}

.mobile_header #mobileStyle {
  background: #f1f1f1;
}

.mobile_header #mobileStyle .main_a {
  color: #3d3d3d;
}

.mobile_header #mobileStyle .main_a:before {
  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto 0;

  left: 0;

  width: 3px;

  height: 10px;

  background: #292b2c;
}

.mobile_header .mobile_nav_on {
  transform: translateX(0px);

  -ms-transform: translateX(0px);

  -moz-transform: translateX(0px);

  -webkit-transform: translateX(0px);

  -o-transform: translateX(0px);
}

.mobile_header .mobile_nav_main_on {
  transform: translateX(-160px);

  -ms-transform: translateX(-160px);

  -moz-transform: translateX(-160px);

  -webkit-transform: translateX(-160px);

  -o-transform: translateX(-160px);

  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.mobile_header .mobile_nav_main {
  width: 160px;

  background: #fafafa;

  height: 100%;

  position: fixed;

  left: auto !important;

  right: -160px;

  top: 0;

  z-index: 99999;

  transition: 0.3s;

  -moz-transition: 0.3s;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition-timing-function: ease;

  -moz-transition-timing-function: ease;

  /* Firefox 4 */

  -webkit-transition-timing-function: ease;

  /* Safari ??? Chrome */

  -o-transition-timing-function: ease;

  /* Opera */
}

.mobile_header .mobile_nav_main p {
  height: 60px;
}

.mobile_header .mobile_nav_main li {
  height: auto;

  width: 100%;

  border-top: 1px solid #ebebeb;
}

.mobile_header .mobile_nav_main li:last-child {
  border-bottom: 1px solid #ebebeb;
}

.mobile_header .mobile_nav_main li .li_son {
  width: 100%;

  background: #fafafa;
}

.mobile_header .mobile_nav_main li .li_son a {
  width: 100%;

  height: 100%;

  display: block;

  font-size: 13px;

  position: relative;

  color: #999;
}

.mobile_header .mobile_nav_main li .li_son a:after {
  content: "";

  position: absolute;

  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto 0;

  width: 20px;

  height: 1px;

  left: 0;

  background: #292b2c;
}

.mobile_header .mobile_nav_main li .li_son a span {
  display: inline-block;

  width: 116px;

  float: right;

  padding-top: 10px;

  padding-bottom: 10px;
}

.mobile_header .mobile_nav_main li .main_a {
  width: 100%;

  height: 100%;

  display: block;

  color: #333;

  line-height: 60px;

  font-size: 13px;

  position: relative;
}

.mobile_header .mobile_nav_main li .main_a .layui-icon {
  margin-top: 20px;

  margin-right: 20px;

  width: 20px;

  height: 20px;

  text-align: center;

  line-height: 20px;

  float: right;

  transition: 0.3s;

  -moz-transition: 0.3s;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition-timing-function: ease;

  -moz-transition-timing-function: ease;

  /* Firefox 4 */

  -webkit-transition-timing-function: ease;

  /* Safari ??? Chrome */

  -o-transition-timing-function: ease;

  /* Opera */
}

.mobile_header .mobile_nav_main li .main_a .layui-icon_on {
  transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  -o-transform: rotate(45deg);
}

.mobile_header .mobile_nav_main li .main_a span {
  padding-left: 25px;
}

/*?????????*/

#thy-sea input {
  width: 80%;

  float: left;

  height: 40px;

  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;

  font-size: 14px;

  color: #333;

  border: none;

  border-radius: 0;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  /* Firefox */

  -webkit-box-sizing: border-box;

  /* Safari*/

  padding-left: 10px;
}

#thy-sea button {
  width: 20%;

  float: left;

  padding: 0;

  height: 40px;

  background: #292b2c;

  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;

  font-size: 14px;

  color: #fff;
}

footer {
  height: auto;

  background: #232323;

  position: relative;

  z-index: 20;

  width: 100%;
}

.no_data {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;

  font-size: 36px;

  color: #292b2c;

  font-weight: lighter;

  text-align: center;

  line-height: 120px;

  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/*slide1*/

.banner .swiper-slide1 .slide-inner .banner-inner {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.banner .swiper-slide1 .slide-inner .bg-zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  left: 0;
  top: 0;
  background: url("img/bg_04.png") no-repeat center / cover;
}
.banner .swiper-slide1 .slide-inner .text {
  position: absolute;
  width: 55%;
  top: 48%;
  right: 30%;
  text-align: left;
  color: #fff;
  padding: 20px;
  /*background-color: rgba(102, 136, 143, 0.5);*/
}
.banner .swiper-slide1 .slide-inner .text .fir:before {
  display: block;
  content: "";
  width: 40px;
  /*height: 1px;*/
  background: #fff;
  margin-bottom: 2%;
}
.banner .swiper-slide1 .slide-inner .text .fir {
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 40px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
  font-weight: 100;
}
.banner .swiper-slide1 .slide-inner .text .sec {
  color: #ffffff;
  font-size: 18px;
  margin: 2% 0 3% 0;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.5s;
}
.banner .swiper-slide1 .slide-inner .text a {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #2386b8;
  color: #fff;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
  transition-delay: 1s;
}
.banner .swiper-slide1.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1.text_move .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1.text_move .slide-inner .text a {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1 .slide-inner .text .jian {
  width: 66px;
  height: 66px;
  border: 1px solid #fff;
  background: url("img/banner-jian.png") no-repeat center;
  margin: 0 auto;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 1s;
}
.banner .swiper-slide1.text_move .slide-inner .text .jian {
  transform: translateY(0);
  opacity: 1;
}

/*slide2*/
.banner .swiper-slide2 .slide-inner .banner-inner {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.banner .swiper-slide2 .slide-inner .bg-zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  left: 0;
  top: 0;
  background: url("img/bg_04.png") no-repeat center / cover;
}
.banner .swiper-slide2 .slide-inner .text {
  position: absolute;
  padding: 20px;
  width: 55%;
  top: 40%;
  right: 12%;
  text-align:right;
  color: #fff;
  /*background-color: rgba(115, 191, 225, 0.5);*/
}
.banner .swiper-slide2 .slide-inner .text .fir {
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 40px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
  font-weight: 100;
}
.banner .swiper-slide2 .slide-inner .text .sec {
  color: #ffffff;
  font-size: 18px;
  margin: 2% 0 3% 0;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.5s;
}
.banner .swiper-slide2 .slide-inner .text a {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #2386b8;
  color: #fff;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
  transition-delay: 1s;
  float: right;
}
.banner .swiper-slide2.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide2.text_move .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide2.text_move .slide-inner .text a {
  transform: translateY(0);
  opacity: 1;
}

/*slide3*/
.banner .swiper-slide3 .slide-inner .banner-inner {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.banner .swiper-slide3 .slide-inner .bg-zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  left: 0;
  top: 0;
  background: url("img/bg_04.png") no-repeat center / cover;
}
.banner .swiper-slide3 .slide-inner .text {
  position: absolute;
  padding: 20px;
  width: 55%;
  top: 48%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  background-color: rgba(102, 136, 143, 0.5);
}
.banner .swiper-slide3 .slide-inner .text .fir:before {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 2%;
}
.banner .swiper-slide3 .slide-inner .text .fir {
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 40px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
  font-weight: 100;
}
.banner .swiper-slide3 .slide-inner .text .sec {
  color: #ffffff;
  font-size: 18px;
  margin: 2% 0 3% 0;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.5s;
}
.banner .swiper-slide3 .slide-inner .text a {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #2386b8;
  color: #fff;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
  transition-delay: 1s;
  margin: 0 auto;
}
.banner .swiper-slide3.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide3.text_move .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide3.text_move .slide-inner .text a {
  transform: translateY(0);
  opacity: 1;
}
.small_banner {
  width: 100%;
  height: 676px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.small_banner .inner_title {
  position: absolute;
  z-index: 5;
  left: 50px;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(100px) translateY(-50%);
  -moz-transform: translateX(100px) translateY(-50%);
  -ms-transform: translateX(100px) translateY(-50%);
  -o-transform: translateX(100px) translateY(-50%);
  transform: translateX(100px) translateY(-50%);
}
.small_banner .inner_title .t1 {
  color: #fff;
  font-size: 40px;
  text-align: left;
  position: relative;
  font-weight: bold;
  margin-bottom: 2%;
}
.small_banner .inner_title .t2 {
  color: #fff;
  font-size: 20px;
  text-align: left;
}
.small_banner .menu-inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 22;
}
.small_banner .menu-inner .wrapper {
  position: relative;
}
.small_banner .menu-inner a {
  display: block;
  float: left;
  line-height: 70px;
  margin: 0 2%;
  position: relative;
  font-size: 16px;
  color: #ffffff;
}
.small_banner.pro .menu-inner a {
  margin-right: 2%;
}
.small_banner .menu-inner a:hover {
  color: #ff691b;
}
.small_banner .menu-inner a.active {
  color: #ff691b;
  font-weight: 700;
}
.small_banner .menu-inner a:after {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ff691b;
  left: -18%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.small_banner .menu-inner .menu-biao {
  position: absolute;

  width: 123px;

  height: 123px;

  background-color: #ff691b;

  color: #fff;

  font-size: 17px;

  font-weight: 700;

  right: 0;

  top: -18%;

  padding: 37px;

  text-align: center;

  z-index: 21;
}

.small_banner .small_banner_product {
  position: absolute;

  z-index: 4;

  width: 100%;

  height: 80%;

  right: 0;

  bottom: 0;
}

.small_banner .small_banner_product .imgbox {
  width: 100%;

  height: 100%;

  position: relative;

  display: none;
}

.small_banner .small_banner_product .imgbox.active {
  display: block;
}

.small_banner .small_banner_product .imgbox img {
  position: absolute;

  max-width: 100%;

  max-height: 76%;

  right: 7%;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);
}
.ti-cursor{display: none;}
.anniu {
  position: absolute;
  right: 12%;
  bottom: 0;
  background: #fff;
  opacity:0.5;
  width: 330px;
  height: 73px;
  z-index: 99;
}

.ban-dian {
  color: #383838;

  font-size: 16px;

  line-height: 50px;

  text-align: left;

  padding-left: 20%;
}

.ban-prev {
  width: 20px;

  height: 20px;

  background-size: 20px 20px;

  left: 65%;

  top: 68%;

  outline: none;

  background: url(img/hezuo-left.png) no-repeat center center;
}

.ban-next {
  width: 20px;

  height: 20px;

  background-size: 20px 20px;

  top: 68%;

  right: 30px;

  outline: none;

  background: url(img/hezuo-right.png) no-repeat center center;
}

/*???????????????*/

@keyframes p_move {
  from {
    transform: translate(0, 0);

    -webkit-transform: translate(0, 0);

    opacity: 1;
  }

  to {
    transform: translate(0, 20px);

    -webkit-transform: translate(0, 20px);

    opacity: 0.5;
  }
}

@-webkit-keyframes p_move {
  from {
    transform: translate(0, 0);

    -webkit-transform: translate(0, 0);

    opacity: 1;
  }

  to {
    transform: translate(0, 20px);

    -webkit-transform: translate(0, 20px);

    opacity: 0.5;
  }
}

.banner .swiper-slide1 .slide-inner .text .biao {
  width: 25px;

  height: 57px;

  background: url("../images/shubiao.png") no-repeat center;

  margin: 7% auto 0 auto;

  transform: translateY(100px);

  opacity: 0;

  transition: all 1s;

  transition-delay: 1.5s;

  animation: p_move 1000ms ease-in-out infinite alternate;
}

.banner .swiper-slide1.text_move .slide-inner .text .biao {
  transform: translateY(0);

  opacity: 1;
}

.nav .xialasousuo {
  position: absolute;

  width: 100%;

  left: 0;

  top: 100%;

  background: #fff;

  display: none;
}

.nav {
  position: fixed;

  width: 100%;

  left: 0;

  top: 40px;

  z-index: 1000;

  transition: all 300ms ease-in-out;

  -webkit-transform: all 1000ms ease-in-out;
}

.nav .nav-inner {
  width: 100%;

  margin: 0 auto;

  position: relative;
}

.nav .nav-inner .nav-logo {
  float: left;
  width: 26%;
  margin-left: 6%;
  margin-top: 6px;
}

.nav .nav-inner .nav-logo .logo2 {
  display: none;
}

.nav .nav-inner .nav-logo .logo1 {
  /* margin-top: 24px; */
}

.nav .nav-inner .nav-logo img {
  max-width: 100%;
  height: 65px;
}

.nav .nav-inner .nav-daohang {
  float: left;

  width: 55%;

  background: #fff;

  border-radius: 10px 0 0 10px;
}

.nav.scroll {
  box-shadow: 0 0 10px #fff;

  background: rgba(0, 0, 0, 0.8);

  top: 0;
}

.nav.scroll .nav-inner .nav-daohang {
  background: none;
}

.nav.scroll .nav-inner .nav-logo .logo1 {
  margin-top: 13px;
}

.nav.scroll .nav-inner .nav-daohang ul li a {
  color: #fff;
}

.nav.scroll .tel {
  background: none;
}

.nav.scroll .nav-inner .nav-logo img {
  height: 49px;
}

#thyNavStyle {
  color: #2386b8;

  font-weight: 700;
}

.nav .nav-inner .nav-daohang ul li {
  float: left;

  width: 16%;

  position: relative;
}

.nav .nav-inner .nav-daohang ul li a {
  display: block;

  line-height: 75px;

  position: relative;

  text-align: center;

  font-size: 16px;

  color: #191919;
}

.nav .nav-inner .nav-daohang ul li:hover > a {
  color: #28b9de;

  font-weight: 700;
}

.nav .tel {
  float: right;

  width: 13%;

  height: 74px;

  position: relative;

  background: #fff;
}

.nav .wrapper > .tel:after {
  display: block;

  content: "";

  position: absolute;

  width: 1px;

  height: 20px;

  background-color: #d3d3d3;

  left: -14%;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);
}

.nav .tel a {
  display: block;

  float: left;

  width: 18%;

  height: 100%;

  position: relative;
}

.nav .tel a.weixin {
  background: url("img/wx.png") no-repeat center;
}

.nav .tel a.mes {
  background: url("img/mes.png") no-repeat center;
}

.nav .tel a.add {
  background: url("img/add.png") no-repeat center;
}

.nav .tel a.sousuo {
  background: url("img/nav-right4.png") no-repeat center;
}

.nav .tel a.click {
  background: url("img/nav-right44.png") no-repeat center;
}

.nav .nav-inner .nav-daohang ul li .erji {
  width: 360px;

  height: 240px;

  position: absolute;

  top: 100%;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

  background: #f3f3f3;

  transition: 0.5s;

  -moz-transition: 0.5s;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  transition-timing-function: ease;

  -moz-transition-timing-function: ease;

  -webkit-transition-timing-function: ease;

  -o-transition-timing-function: ease;

  opacity: 0;

  visibility: hidden;

  box-shadow: 0px 0px 5px #a5a5a5;
}

.nav .nav-inner .nav-daohang ul li:hover .erji {
  opacity: 1;

  visibility: visible;
}

.nav .nav-inner .nav-daohang ul li .erji .imgbox {
  float: left;

  width: 70%;

  color: #373737;

  line-height: 44px;

  font-size: 14px;
}

.nav .nav-inner .nav-daohang ul li .erji .imgbox img {
  width: 100%;
}

.nav .nav-inner .nav-daohang ul li .erji .abox {
  float: left;

  width: 30%;

  padding-top: 8%;
}

.nav .nav-inner .nav-daohang ul li .erji .abox a {
  display: block;

  color: #555555;

  font-size: 14px;

  line-height: 34px;
}

.nav .nav-inner .nav-daohang ul li .erji .abox a:hover {
  color: #2240b4;
}

/*????????????*/

.in-mes {
  width: 100%;

  background: url(img/inmes.jpg) no-repeat center center;

  padding: 5% 0;
}

.mes-left {
  width: 65.5%;

  background: #fff;

  padding: 3% 5%;

  float: left;

  height: 465px;
}

.mes-left h3 {
  color: #000000;

  font-size: 26px;
}

.mes-left p {
  color: #949494;

  font-size: 14px;

  padding-top: 20px;

  padding-bottom: 30px;
}

.mes-left form {
  box-sizing: border-box;

  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */
}

.mes-left input {
  width: 49%;

  margin-right: 2%;

  float: left;

  line-height: 45px;

  border: 1px solid #dcdcdc;

  margin-bottom: 2%;

  text-indent: 20px;
}

.mes-left input:nth-child(2n) {
  margin-right: 0;
}

.mes-left textarea {
  border: 1px solid #dcdcdc;

  text-indent: 7px;
}

.mes-left button {
  display: block;

  width: 120px;

  height: 38px;

  line-height: 38px;

  text-align: center;

  background: #2386b8;

  font-size: 14px;

  color: #fff;

  border: none;

  margin-top: 2%;

  border-radius: 3px;
}

.mes-right {
  width: 34%;

  padding: 3% 5%;

  background: #fff;

  float: right;

  height: 465px;
}

.mes-right h3 {
  color: #000000;

  font-size: 26px;
}

.mes-right ul {
  margin: 0 auto;

  height: 100%;
}

.mes-right ul li {
  width: 100%;

  height: 33%;

  border-bottom: 1px solid #dcdcdc;

  position: relative;
}

.mes-right ul li .tit {
  position: absolute;

  letter-spacing: 50%;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;
}

.mes-right ul li strong {
  color: #181818;

  padding-left: 30px;

  font-size: 18px;
}

.mes-right ul li p {
  color: #181818;

  font-size: 16px;

  font-weight: 100;

  padding-left: 30px;
}

.mes-right ul li:nth-child(1) {
  background: url(img/mes-add.png) no-repeat left top 50%;
}

.mes-right ul li:nth-child(2) {
  background: url(img/mes-tel.png) no-repeat left top 50%;
}

.mes-right ul li:nth-child(3) {
  background: url(img/mes-fax.png) no-repeat left top 50%;

  border-bottom: none;
}

@-webkit-imgscale {
  from {
    transform: scale(1);

    -webkit-transform: scale(1);
  }

  to {
    transform: scale(1.15);

    -webkit-transform: scale(1.15);
  }
}

@keyframes imgScale {
  from {
    transform: scale(1);

    -webkit-transform: scale(1);
  }

  to {
    transform: scale(1.15);

    -webkit-transform: scale(1.15);
  }
}

.sousuo {
  padding: 4% 0;

  background: #f4f4f4;
}

.sousuo .fir {
  color: #2d2d2d;

  font-size: 26px;

  font-weight: 700;

  text-align: center;

  letter-spacing: 1px;
}

.sousuo-right {
  width: 50%;

  margin: 4% auto;
}

.sousuo-right .sousuo-search {
  float: left;

  width: 78%;

  height: 56px;

  border: none;

  outline: none;

  background: #fff;

  color: #a9a9a9;

  text-indent: 20px;
}

.sousuo-right .sousuotijiao {
  float: right;

  width: 22%;

  line-height: 55px;

  border-left: none;

  background: #28b9de;

  font-size: 18px;

  color: #fff;

  text-align: center;

  cursor: pointer;

  outline: none;
}

.sousuo .sec {
  color: #2d2d2d;

  font-size: 16px;

  line-height: 30px;

  width: 55%;

  margin: 0 auto;

  text-align: center;

  letter-spacing: 2px;
}

/*??????*/

/*footer*/

#footer {
  padding-top: 60px;
}

.fot_left {
  width: 20%;

  float: left;
}

.fot_left a {
  float: left;

  width: 50%;

  margin-bottom: 20px;

  color: #151515;
}

.fot_middle {
  width: 50%;

  float: left;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding-left: 120px;

  border-left: 1px solid #cdcdcd;

  border-right: 1px solid #cdcdcd;
}

.fot_middle span {
  font-size: 16px;

  display: block;

  color: #1e1e1e;
}

.fot_middle b {
  color: #1e1e1e;
}

.fot_middle li {
  float: left;

  width: 40%;

  margin-bottom: 25px;
}

.fot_middle li:nth-of-type(even) {
  width: 60%;
}

.fot_middle li:nth-of-type(3),
.fot_middle li:nth-of-type(4) {
  margin-bottom: 0;
}

.fot_right {
  float: right;

  width: 25%;
}

.fot_right a {
  float: left;
  border-radius: 50%;
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 9%;
  margin-top: 37px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.fot_right a:nth-of-type(1) {
  background: #e8e8e8 url("img/weixin.png") no-repeat center;
}
.fot_right a:nth-of-type(1):hover {
  background: #2386b8 url("img/weixins.png") no-repeat center;
}
.fot_right a:nth-of-type(2) {
  background: #e8e8e8 url("img/qq.png") no-repeat center;
}
.fot_right a:nth-of-type(2):hover {
  background: #2386b8 url("img/qqs.png") no-repeat center;
}
.fot_right a:nth-of-type(3) {
  background: #e8e8e8 url("img/email.png") no-repeat center;
}
.fot_right a:nth-of-type(3):hover {
  background: #2386b8 url("img/emails.png") no-repeat center;
}
.fot_right .code {
  float: right;
  width: 98px;
  text-align: center;
}
.fot_right .code img {
  max-width: 100%;
}
.fot_right .code p {
  color: #1e1e1e;
  line-height: 25px;
}
.fot_bottom {
  border-top: 1px solid #cdcdcd;
  margin-top: 2%;
}
.fot_bottom span,
.fot_bottom a {
  font-size: 14px;
  line-height: 75px;
  color: #5d5d5d;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.fot_bottom a:hover {
  color: #154a9a;
}
.f-admin {
  float: right;
}
/*phonefooter*/
#footer_phone {
  background: #1a3561;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 9px;
  z-index: 10000;
  display: none;
}
#footer_phone a {
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  float: left;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 13% center;
  padding-left: 12%;
  font-size: 15px;
  color: #fff;
}

#footer_phone a:first-of-type {
  background-image: url("img/fot_sy.png");
}

#footer_phone a:nth-of-type(2) {
  background-image: url("img/fot_ly.png");
}

#footer_phone a:last-of-type {
  border-right: 0;
  background-image: url("img/fot_zx.png");
}

/* footer */

::-webkit-scrollbar {
  width: 5px;

  background-color: #f0f0f0;
}

/* ????????? */

::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* ??????????????? */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c97d7d;
}

/* company start*/

/*????????????*/
.jieshao {
  width: 100%;
  position: relative;
  padding: 8% 0;
}
.jieshao {
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.js-cen {
  float: left;
}
.js-cen h3 {
  color: #131313;
  font-size: 32px;
  font-weight: bold;
}
.js-cen p {
  color: #131313;
  font-size: 22px;
  padding-top: 10px;
}
.js-cen p:after {
  display: block;
  content: "";
  width: 70px;
  height: 0;
  background: #cdcdcd;
  margin: 10px 0;
}
.js-cen h4 {
  color: #717171;
  font-size: 16px;
  line-height: 35px;
}
.js-left {
  width: 45%;
  float: left;
}
.js-right {
  width: 50%;
  float: right;
}
.js-left h3 {
  color: #131313;
  font-size: 32px;
  font-weight: bold;
}
.js-left p {
  color: #131313;
  font-size: 22px;
  padding-top: 10px;
}
.js-left p:after {
  display: block;
  content: "";
  width: 70px;
  height: 0;
  background: #cdcdcd;
  margin: 10px 0;
}
.js-left h4 {
  color: #717171;
  font-size: 16px;
  line-height: 35px;
}
.js-right {
  height: 468px;
}
.js-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guanggao {
  width: 100%;
  padding: 14% 0;
  background: url(img/c-gg.jpg) no-repeat center center;
}
.guanggao h3 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
.guanggao p {
  color: #a4a4a4;
  font-size: 16px;
  text-align: center;
  padding-top: 26px;
  width: 56%;
  margin: 0 auto;
  line-height: 28px;
}
.c-youshi {
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.c-youshi ul li {
  width: 30%;
  float: left;
  text-align: center;
  margin-right: 5%;
  margin-bottom: 5%;
  height: 205px;
}
.c-youshi ul li:nth-child(3n) {
  margin-right: 0;
}
.c-youshi ul li img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.c-youshi ul li h3 {
  color: #131313;
  font-size: 28px;
  padding: 33px 0;
}
.c-youshi ul li p {
  color: #9e9e9e;
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  line-height: 28px;
}
.tbox-right {
  width: 100%;
  position: relative;
  padding: 0 0 5% 0;
}
.tbox-right .tbox-right-list {
  text-align: center;
  position: relative;
  padding: 0 1%;
  width: 20%;
}
.tbox-right .tbox-right-list .fir {
  color: #303030;
  font-size: 50px;
  margin-top: 10px;
}
.tbox-right .tbox-right-list .fir span {
  display: inline-block;
  /*margin-right: 3%;*/
  font-size: 50px;
  font-weight: 700;
  color: #303030;
}
.tbox-right .tbox-right-list .sec {
  color: #717171;
  font-size: 16px;
  margin-top: 10px;
}
.xiaoshou {
  width: 100%;
  position: relative;
  padding: 5% 0 5% 0;
}
.xs-title {
  width: 100%;
  text-align: center;
}

.xs-title h3 {
  color: #1c1c1c;

  font-size: 36px;

  padding-bottom: 10px;
}

.xs-title p {
  color: #9e9e9e;

  font-size: 16px;
}

.xiaoshou ul {
  margin-top: 4%;
}

.xiaoshou ul li {
  width: 24%;

  float: left;

  margin-right: 1%;

  margin-bottom: 1%;
}

.xiaoshou ul li img {
  max-width: 100%;

  width: 100%;

  display: block;
}

.xiaoshou ul li:nth-child(4n) {
  margin-right: 0;
}

/* company end */

/* ?????? 01 */
.all_title .all_title1 {
  width: 100%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 40px;
  color: #000;
  position: relative;
  z-index: 8;
}

.all_title .all_title1 .b1 {
  font-weight: lighter;
}

.all_title .all_title1 .b2 {
  font-weight: bold;
  color: #003198;
}

.all_title .all_title2 {
  width: 100%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: lighter;
  padding-top: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 8;
  background: none;
}

.all_title .all_title3 {
  width: 100%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #000;
  padding-top: 30px;
  font-weight: lighter;
  position: relative;
  z-index: 8;
}

.all_title .all_title3 span {
  color: #ea590a;
  font-weight: normal;
}

.all_title2 {
  background: -webkit-linear-gradient(310deg, #1558a6, #0a284b);
  background: -o-linear-gradient(310deg, #1558a6, #0a284b);
  background: -moz-linear-gradient(310deg, #1558a6, #0a284b);
  background: linear-gradient(310deg, #1558a6, #0a284b);
}

.all_title2 .all_title1 {
  width: 100%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 8;
  padding-top: 10px;
  margin-top: 5px;
}

.all_title2 .all_title1 .b1 {
  font-weight: normal;
}

.all_title2 .all_title1 .b2 {
  font-weight: bold;
  color: #ea590a;
}

.all_title2 .all_title2 {
  width: 100%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
  padding-top: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 8;
  background: none;
}

.all_title2 .all_title3 {
  width: 100%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #000;
  padding-top: 30px;
  font-weight: lighter;
  position: relative;
  z-index: 8;
}

.all_title2 .all_title3 span {
  color: #ea590a;
  font-weight: normal;
}

.all_title3 {
  padding-top: 20px;
}

.all_title3 .all_title1 {
  width: 100%;
  text-align: left;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 24px;
  color: #000;
  position: relative;
  z-index: 8;
}

.all_title3 .all_title1 .b1 {
  font-weight: normal;
}

.all_title3 .all_title1 .b2 {
  font-weight: bold;
  color: #1558a6;
}

.all_title3 .all_title2 {
  display: inline-block;
  text-align: left;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: lighter;
  padding-top: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 8;
  border-bottom: 1px solid #1558a6;
  width: auto;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: none;
}

.s1 {
  padding-top: 75px;
  overflow: hidden;
  position: relative;
  background: #f2f2f2;
  padding-bottom: 60px;
}

.s1 .s1_logo {
  position: absolute !important;
  width: 450px;
  height: 550px;
  background: url("../images/s1_logo.png") no-repeat center;
  background-size: contain;
  left: 40px !important;
  top: -140px !important;
  z-index: 5;
}

.s1 .s1_main {
  padding-top: 65px;
  width: 100%;
  *zoom: 1;
  position: relative;
  z-index: 8;
}

.s1 .s1_main:before,
.s1 .s1_main:after {
  content: " ";
  display: table;
}

.s1 .s1_main:after {
  clear: both;
}

.s1 .s1_main li {
  width: 15.8%;
  float: left;
  margin-right: 1.04%;
  height: 780px;
}

.s1 .s1_main li:last-child {
  margin-right: 0;
}

.s1 .s1_main .li1 {
  background: url("img/s1_li1.jpg") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding-left: 2.2%;
  padding-right: 2.2%;
}

.s1 .s1_main .li1 .a1 {
  width: 100%;
  height: 78px;
  line-height: 78px;
  text-align: center;
  padding-top: 68px;
}

.s1 .s1_main .li1 .a1 img {
  max-width: 100%;
}

.s1 .s1_main .li1 .a2 {
  width: 100%;
  margin-top: 200px;
}

.s1 .s1_main .li1 .a2 a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 18px;
  color: #fff;
}

.s1 .s1_main .li1 .a2 a:hover .b1 .c1 {
  color: #f67631;
}

.s1 .s1_main .li1 .a2 a:hover .b1 .c1:last-child {
  transform: translateX(8px);
  -ms-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -o-transform: translateX(8px);
}

.s1 .s1_main .li1 .a2 a:hover .b2:after {
  width: 100%;
}

.s1 .s1_main .li1 .a2 a img {
  height: 14px;
}

.s1 .s1_main .li1 .a2 a .b1 {
  *zoom: 1;
}

.s1 .s1_main .li1 .a2 a .b1:before,
.s1 .s1_main .li1 .a2 a .b1:after {
  content: " ";
  display: table;
}

.s1 .s1_main .li1 .a2 a .b1:after {
  clear: both;
}

.s1 .s1_main .li1 .a2 a .b1 .c1 {
  float: left;
  height: 50px;
  line-height: 50px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s1 .s1_main .li1 .a2 a .b1 .c1:last-child {
  float: right;
}

.s1 .s1_main .li1 .a2 a .b2 {
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}

.s1 .s1_main .li1 .a2 a .b2:after {
  content: "";
  width: 0;
  background: #f67631;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s1 .s1_main .li2 {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.s1 .s1_main .li2:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0;
  background: #003198;
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s1 .s1_main .li2:hover:after {
  left: 0;
  opacity: 1;
}

.s1 .s1_main .li2:hover .pic img {
  filter: grayscale(0%);
}

.s1 .s1_main .li2:hover .a1 {
  color: #fff;
  transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}

.s1 .s1_main .li2:hover .a2 {
  background: #fff;
}

.s1 .s1_main .li2:hover .a3 {
  color: #fff;
}

.s1 .s1_main .li2:hover .a4 a {
  border-color: #fff;
  color: #fff;
}
.s1 .s1_main .li2:hover .a4 {
  color: #fff;
}
.s1 .s1_main .li2 .pic {
  height: 350px;
  width: 100%;
  overflow: hidden;
}

.s1 .s1_main .li2 .pic img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  filter: grayscale(100%);
}

.s1 .s1_main .li2 .a1 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 60px;
  color: #bebebe;
  text-align: center;
  width: 100%;
  font-family: thyFont1;
  padding-top: 70px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s1 .s1_main .li2 .a2 {
  width: 80%;
  margin-left: 10%;
  background: #bebebe;
  height: 1px;
  margin-top: 15px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s1 .s1_main .li2 .a3 {
  box-sizing: content-box;
  width: 80%;
  margin-left: 10%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 18px;
  color: #000;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  padding-bottom: 5px;
}

.s1 .s1_main .li2 .a4 {
  box-sizing: content-box;
  width: 160px;
  height: 200px;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
}

.s1 .s1_main .li2 .a4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 100%;
  top: 0;
  color: #fff;
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  z-index: 2;
}

.s1 .s1_main .li2 .a4:hover:after {
  left: 0;
  opacity: 1;
}

.s1 .s1_main .li2 .a4:hover a {
  color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) inset;
}

.s1 .s1_main .li2 .a4 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 40px;
  text-align: center;
  font-weight: lighter;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  border: 1px solid #bebebe;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
}

.s2 {
  width: 100%;
  height: 715px;
  position: relative;
  overflow: hidden;
}

.s2 .s2_bac1 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: url("img/s2_bac1.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.s2 .s2_bac2 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  background: url("img/s2_bac2.png") no-repeat center;
  background-size: cover;
}

.s2 .s2_bac2 main {
  position: relative;
  height: 100%;
}

.s2 .s2_bac2 .a0 {
  opacity: 0.1;
  width: 39%;
  position: absolute !important;
  z-index: 2;
  top: 90px !important;
  left: 0 !important;
}

.s2 .s2_bac2 .a1 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 42px;
  color: #fff;
  font-weight: lighter;
  padding-top: 120px;
}

.s2 .s2_bac2 .a2 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 28px;
  color: #003198;
  font-weight: bold;
  padding-top: 20px;
}

.s2 .s2_bac2 .a3 {
  width: 42%;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding-top: 75px;
  font-weight: 300;
}

.s2 .s2_bac2 .a4 {
  width: 100%;
  height: 218px;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  *zoom: 1;
}

.s2 .s2_bac2 .a4:before,
.s2 .s2_bac2 .a4:after {
  content: " ";
  display: table;
}

.s2 .s2_bac2 .a4:after {
  clear: both;
}

.s2 .s2_bac2 .a4 .left {
  width: 49%;
  float: left;
  height: 100%;
  background: -webkit-linear-gradient(310deg, #003198, #2f4049);
  background: -o-linear-gradient(310deg, #003198, #2f4049);
  background: -moz-linear-gradient(310deg, #003198, #2f4049);
  background: linear-gradient(310deg, #003198, #2f4049);
}

.s2 .s2_bac2 .a4 .left li {
  float: left;
  width: 33.33%;
  height: 120px;
  margin-top: 49px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
}

.s2 .s2_bac2 .a4 .left li:last-child {
  border-right: none;
}

.s2 .s2_bac2 .a4 .left li:hover .b1 {
  border-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5) inset;
}

.s2 .s2_bac2 .a4 .left li .b1 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  border: 3px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 64px;
  margin: 0 auto;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s2 .s2_bac2 .a4 .left li .b2 {
  width: 100%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 13px;
  color: #fff;
  padding-top: 25px;
  font-weight: lighter;
}

.s2 .s2_bac2 .a4 .right {
  width: 50%;
  float: left;
  height: 100%;
  background: url("img/com.jpg") no-repeat center;
  background-size: cover;
}

.s2 .s2_bac2 .a4 .right .b1 {
  width: 196px;
  height: 44px;
  border: 1px solid #003198;
  position: relative;
  float: right;
  margin-right: 8%;
  margin-top: 86px;
}

.s2 .s2_bac2 .a4 .right .b1:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  background: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s2 .s2_bac2 .a4 .right .b1:hover:after {
  width: 100%;
  opacity: 1;
}

.s2 .s2_bac2 .a4 .right .b1:hover a img {
  transform: translateX(10px);
  -ms-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}

.s2 .s2_bac2 .a4 .right .b1 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 20;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #003198;
  line-height: 44px;
  text-align: center;
  font-weight: lighter;
}

.s2 .s2_bac2 .a4 .right .b1 a img {
  margin-left: 30px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 {
  width: 100%;
  height: auto;
  padding-top: 90px;
  background: #f3f3f3;
  padding-bottom: 50px;
}

.s3 .s3_main {
  width: 100%;
  *zoom: 1;
}

.s3 .s3_main:before,
.s3 .s3_main:after {
  content: " ";
  display: table;
}

.s3 .s3_main:after {
  clear: both;
}

.s3 .s3_main .left {
  width: 49.2%;
  float: left;
}

.s3 .s3_main .left .top {
  width: 100%;
  height: 367px;
  margin-bottom: 14px;
}

.s3 .s3_main .left .top .a1 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 40px;
  color: #000;
}

.s3 .s3_main .left .top .a1 span {
  color: #003198;
}

.s3 .s3_main .left .top .a2 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: lighter;
  padding-top: 10px;
  text-transform: uppercase;
}

.s3 .s3_main .left .top .a3 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: lighter;
  padding-top: 32px;
}

.s3 .s3_main .left .top .a4 {
  width: 196px;
  height: 44px;
  border: 1px solid #bfbfbf;
  position: relative;
  margin-top: 100px;
}

.s3 .s3_main .left .top .a4:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  background: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 .s3_main .left .top .a4:hover:after {
  width: 100%;
  opacity: 1;
}

.s3 .s3_main .left .top .a4:hover a img {
  transform: translateX(10px);
  -ms-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}

.s3 .s3_main .left .top .a4 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 20;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #003198;
  line-height: 44px;
  text-align: center;
  font-weight: lighter;
}

.s3 .s3_main .left .top .a4 a img {
  margin-left: 30px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 .s3_main .left .bottom {
  width: 100%;
  height: 367px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.s3 .s3_main .left .bottom:hover .a1 a .b1 .c1 {
  transform: rotate3d(1, 1, 1, 360deg);
  -ms-transform: rotate3d(1, 1, 1, 360deg);
  -moz-transform: rotate3d(1, 1, 1, 360deg);
  -webkit-transform: rotate3d(1, 1, 1, 360deg);
  -o-transform: rotate3d(1, 1, 1, 360deg);
}

.s3 .s3_main .left .bottom:hover .a1 a .b2,
.s3 .s3_main .left .bottom:hover .a1 a .b3,
.s3 .s3_main .left .bottom:hover .a1 a .b4 {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.s3 .s3_main .left .bottom .a1 {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding-left: 4%;
  padding-right: 4%;
}

.s3 .s3_main .left .bottom .a1 a {
  width: 100%;
  height: 100%;
  display: block;
}

.s3 .s3_main .left .bottom .a1 a .b1 {
  width: 100%;
  padding-top: 28px;
  *zoom: 1;
}

.s3 .s3_main .left .bottom .a1 a .b1:before,
.s3 .s3_main .left .bottom .a1 a .b1:after {
  content: " ";
  display: table;
}

.s3 .s3_main .left .bottom .a1 a .b1:after {
  clear: both;
}

.s3 .s3_main .left .bottom .a1 a .b1 .c1 {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #bdbdbe;
  float: left;
  position: relative;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  text-align: center;
  line-height: 24px;
}

.s3 .s3_main .left .bottom .a1 a .b1 .c1 img {
  height: 14px;
}

.s3 .s3_main .left .bottom .a1 a .b1 .c2 {
  float: left;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  margin-left: 8px;
}

.s3 .s3_main .left .bottom .a1 a .b2 {
  margin-top: 200px;
  width: 100%;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 .s3_main .left .bottom .a1 a .b3 {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-delay: 0.05s;
}

.s3 .s3_main .left .bottom .a1 a .b4 {
  height: 26px;
  line-height: 26px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  font-family: thyFont3;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-delay: 0.1s;
}

.s3 .s3_main .left .bottom .a1 a .b4 i {
  font-size: 18px;
  color: #fff;
  margin-right: 8px;
}

.s3 .s3_main .right {
  width: 50%;
  float: right;
}

.s3 .s3_main .right li {
  width: 49%;
  float: left;
  margin-right: 2%;
  height: 367px;
  margin-bottom: 14px;
}

.s3 .s3_main .right li:nth-child(2n) {
  margin-right: 0;
}

.s3 .s3_main .right li:hover a .mask {
  bottom: 100%;
}

.s3 .s3_main .right li:hover a .button {
  bottom: 0;
}

.s3 .s3_main .right li:hover a .button .a1 {
  left: 0;
}

.s3 .s3_main .right li:hover a .word .a1 .b1 {
  color: #fff;
}

.s3 .s3_main .right li:hover a .word .a1 .b1 span {
  color: #fff;
}

.s3 .s3_main .right li:hover a .word .a2 {
  color: #fff;
}

.s3 .s3_main .right li:hover a .word .a3 {
  transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
}

.s3 .s3_main .right li:hover a .word .a3 .b1 {
  border-color: #fff;
}

.s3 .s3_main .right li:hover a .word .a3 .b1 .c1 {
  opacity: 0;
}

.s3 .s3_main .right li:hover a .word .a3 .b1 .c2 {
  opacity: 1;
}

.s3 .s3_main .right li:hover a .word .a3 .b2 {
  color: #fff;
}

.s3 .s3_main .right li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: #000;
  overflow: hidden;
}

.s3 .s3_main .right li a .bac {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.65;
}

.s3 .s3_main .right li a .mask {
  width: 100%;
  height: 360px;
  position: absolute;
  z-index: 3;
  background: #fff;
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  bottom: 7px;
}

.s3 .s3_main .right li a .button {
  height: 50px;
  width: 100%;
  background: #003198;
  position: absolute;
  bottom: -43px;
  z-index: 5;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 .s3_main .right li a .button .a1 {
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #fff;
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  position: absolute;
  left: -100%;
  transition-delay: 0.3s;
  font-weight: lighter;
}

.s3 .s3_main .right li a .button .a1 img {
  margin-right: 5px;
}

.s3 .s3_main .right li a .word {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding-left: 11%;
  padding-right: 11%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}

.s3 .s3_main .right li a .word .a1 {
  width: 100%;
  *zoom: 1;
  height: 42px;
  padding-top: 25px;
}

.s3 .s3_main .right li a .word .a1:before,
.s3 .s3_main .right li a .word .a1:after {
  content: " ";
  display: table;
}

.s3 .s3_main .right li a .word .a1:after {
  clear: both;
}

.s3 .s3_main .right li a .word .a1 .b1 {
  float: left;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 40px;
  color: #262626;
  font-family: thyFont1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 .s3_main .right li a .word .a1 .b1 span {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #838181;
  font-family: thyFont1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 .s3_main .right li a .word .a2 {
  width: 100%;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #747474;
  margin-top: 30px;
  line-height: 30px;
  height: 120px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 .s3_main .right li a .word .a3 {
  width: 100%;
  margin-top: 70px;
  *zoom: 1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 .s3_main .right li a .word .a3:before,
.s3 .s3_main .right li a .word .a3:after {
  content: " ";
  display: table;
}

.s3 .s3_main .right li a .word .a3:after {
  clear: both;
}

.s3 .s3_main .right li a .word .a3 .b1 {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #bdbdbe;
  float: left;
  position: relative;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 .s3_main .right li a .word .a3 .b1 .c1 {
  opacity: 1;
}

.s3 .s3_main .right li a .word .a3 .b1 .c2 {
  opacity: 0;
}

.s3 .s3_main .right li a .word .a3 .b1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s3 .s3_main .right li a .word .a3 .b2 {
  float: left;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 28px;
  margin-left: 8px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s4 {
  padding: 50px 0;

  position: relative;

  padding: 50px 0 5% 0;
}

.s4 ul {
  margin-top: 4%;
}

.s4 ul li {
  width: 19%;

  float: left;

  margin-right: 1%;

  margin-bottom: 1%;
}

.s4 ul li img {
  max-width: 100%;

  width: 100%;

  display: block;
}

.s4 ul li:nth-child(5n) {
  margin-right: 0;
}
.circle {
  padding-top: 40px;
  padding-bottom: 60px;
}

.inner_page {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
  height: auto;
  z-index: 20;
}

.inner_page .inner_page_bac {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  filter: blur(5px);
  display: none;
}

.inner_page #second_inner_page_bac {
  filter: blur(1px);
}

.inner_page .inner_page_left {
  width: 280px;
  float: left;
  position: relative;
  z-index: 8;
}

.inner_page .inner_page_left .sidebar {
  width: 100%;
  height: auto;
}

.inner_page .inner_page_left .sidebar .sidebar_top {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 4px;
}

.inner_page .inner_page_left .sidebar .sidebar_top p {
  width: 90%;
  margin-left: 5%;
  height: auto;
  line-height: 56px;
  border-radius: 4px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 22px;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
  background: -webkit-linear-gradient(310deg, #ea590a, #883406);
  background: -o-linear-gradient(310deg, #ea590a, #883406);
  background: -moz-linear-gradient(310deg, #ea590a, #883406);
  background: linear-gradient(310deg, #ea590a, #883406);
}

.inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li {
  width: 80%;
  margin-left: 5%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a {
  width: 100%;
  height: 100%;
  display: block;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #444;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #ea590a;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a:hover {
  padding-left: 20px;
  color: #ea590a;
}

.inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a:hover:before {
  width: 15px;
}

.inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li:last-child {
  border-bottom: 0;
}

.inner_page .inner_page_left .sidebar .sidebar_contact {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 4px;
  margin-top: 5px;
  padding-bottom: 15px;
  overflow: hidden;
}

.inner_page .inner_page_left .sidebar .sidebar_contact fieldset {
  border: 1px solid #ccc;
  width: 90%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  margin-left: 5%;
}

.inner_page .inner_page_left .sidebar .sidebar_contact fieldset legend {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 20px;
  color: #ea590a;
  margin-left: 10px;
}

.inner_page .inner_page_left .sidebar .sidebar_contact p {
  width: 90%;
  margin-left: 5%;
  height: 56px;
  line-height: 56px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 22px;
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  background: -webkit-linear-gradient(310deg, #ea590a, #883406);
  background: -o-linear-gradient(310deg, #ea590a, #883406);
  background: -moz-linear-gradient(310deg, #ea590a, #883406);
  background: linear-gradient(310deg, #ea590a, #883406);
  border-radius: 4px;
}

.inner_page .inner_page_left .sidebar .sidebar_contact .slide_us {
  width: 90%;
  margin-left: 5%;
  line-height: 30px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #303030;
}

.inner_page .inner_page_left .sidebar .sidebar_contact .slide_us span {
  color: #fe0404;
}

.inner_page .inner_page_left .sidebar .sidebar_product {
  width: 100%;
  height: 250px;
}

.inner_page
  .inner_page_left
  .sidebar
  .sidebar_product
  .swiper-slide:hover
  a
  .pic
  img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  height: 220px;
}

.inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a .pic {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.inner_page
  .inner_page_left
  .sidebar
  .sidebar_product
  .swiper-slide
  a
  .pic
  img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a .word {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  position: absolute;
  bottom: 0;
}

.inner_page .inner_page_right {
  width: 900px;
  float: right;
  position: relative;
  z-index: 8;
}

.inner_page .inner_page_right .right_page_top {
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding: 15px;
  background: -webkit-linear-gradient(310deg, #1558a6, #0a284b);
  background: -o-linear-gradient(310deg, #1558a6, #0a284b);
  background: -moz-linear-gradient(310deg, #1558a6, #0a284b);
  background: linear-gradient(310deg, #1558a6, #0a284b);
}

.inner_page .inner_page_right .right_page_top .inner_catname {
  text-align: left;
}

.inner_page .inner_page_right .right_page_top .inner_catname .inner_catname_c {
  color: #fff;
  font-size: 28px;
  margin-right: 5px;
  font-weight: lighter;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
}

.inner_page .inner_page_right .right_page_top .inner_catname .inner_catname_e {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
  color: #fff;
  padding-top: 4px;
  display: block;
  text-transform: capitalize;
}

.inner_page .inner_page_right .right_page_bottom {
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  border-radius: 4px;
  margin-top: 5px;
  background: #fff;
  *zoom: 1;
}

.inner_page .inner_page_right .right_page_bottom:before,
.inner_page .inner_page_right .right_page_bottom:after {
  content: " ";
  display: table;
}

.inner_page .inner_page_right .right_page_bottom:after {
  clear: both;
}

.inner_page .inner_page_right .right_page_bottom .right_page_bottom_top {
  *zoom: 1;
}

.inner_page .inner_page_right .right_page_bottom .right_page_bottom_top:before,
.inner_page .inner_page_right .right_page_bottom .right_page_bottom_top:after {
  content: " ";
  display: table;
}

.inner_page .inner_page_right .right_page_bottom .right_page_bottom_top:after {
  clear: both;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  #innerAlbum {
  width: 50%;
  float: left;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  #innerAlbum
  .innerGalleryTop {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  #innerAlbum
  .innerGalleryTop
  .swiper-slide {
  cursor: pointer;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  #innerAlbum
  .innerGalleryTop
  .swiper-slide
  .pic {
  width: 100%;
  height: 500px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  #innerAlbum
  .innerGalleryThumbs {
  padding-top: 10px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  #innerAlbum
  .innerGalleryThumbs
  .swiper-slide {
  opacity: 0.2;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  #innerAlbum
  .innerGalleryThumbs
  .swiper-slide
  .pic {
  width: 100%;
  height: 85px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  #innerAlbum
  .innerGalleryThumbs
  .swiper-slide-thumb-active {
  opacity: 1;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails {
  width: 46%;
  float: right;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 26px;
  color: #1558a6;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a2 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 15px;
  color: #333;
  padding-top: 5px;
  line-height: 24px;
  padding-bottom: 5px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a2
  span {
  color: #1558a6;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a3 {
  border-top: 1px dotted #ccc;
  padding-top: 15px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a3
  i {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 26px;
  color: #ea590a;
  display: inline-block;
  margin-right: 15px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a3
  span {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 26px;
  color: #ea590a;
  font-family: thyFont2;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a4 {
  width: 100%;
  padding-top: 20px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a4
  .b1 {
  width: 200px;
  height: 40px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a4
  .b1
  a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2px;
  background: #ea590a;
  line-height: 40px;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 15px;
  color: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a4
  .b1
  a:hover {
  box-shadow: 0 0 13px 1px rgba(255, 255, 255, 0.7) inset;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a5 {
  padding-top: 20px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a6 {
  width: 100%;
  background: #f2f2f2;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding-top: 20px;
  padding-bottom: 20px;
  *zoom: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a6:before,
.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a6:after {
  content: " ";
  display: table;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a6:after {
  clear: both;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a6
  li {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding-left: 20px;
  border-right: 1px solid #999;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a6
  li:last-child {
  border-right: none;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a6
  li
  .b1 {
  width: 100%;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 18px;
  color: #666;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a6
  li
  .b2 {
  width: 100%;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #777;
  font-family: thyFont3;
  padding-top: 5px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a7 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .right_page_bottom_top
  .innerDetails
  .a7
  span {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 18px;
  color: #1558a6;
  font-weight: bold;
}

.inner_page .inner_page_right .right_page_bottom .other_product {
  padding-top: 20px;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ea590a;
}

.inner_page .inner_page_right .right_page_bottom .other_product .a1 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 22px;
  color: #ea590a;
}

.inner_page .inner_page_right .right_page_bottom .other_product .a2 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 13px;
  color: #888;
  text-transform: capitalize;
}

.inner_page .inner_page_right .right_page_bottom .other_product_list li {
  width: 100%;
  height: 200px;
  position: relative;
}

.inner_page .inner_page_right .right_page_bottom .other_product_list li a {
  width: 100%;
  height: 100%;
  display: block;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .other_product_list
  li:hover
  .pic {
  border-color: #ea590a;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .other_product_list
  li:hover
  .pic
  img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .other_product_list
  li:hover
  .word {
  height: 40px;
}

.inner_page .inner_page_right .right_page_bottom .other_product_list li .pic {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  border: 1px solid #c1c1c1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  overflow: hidden;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .other_product_list
  li
  .pic
  img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.inner_page .inner_page_right .right_page_bottom .other_product_list li .word {
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .other_product_list
  li
  .word
  .a1 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.inner_page .inner_page_right .right_page_bottom .other_case_list {
  width: 100%;
}

.inner_page .inner_page_right .right_page_bottom .other_case_list li {
  height: 210px;
  position: relative;
  overflow: hidden;
}

.inner_page .inner_page_right .right_page_bottom .other_case_list li a {
  width: 100%;
  height: 100%;
  display: block;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .other_case_list
  li:hover
  .pic
  img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .other_case_list
  li:hover
  .word {
  bottom: 0;
  opacity: 1;
}

.inner_page .inner_page_right .right_page_bottom .other_case_list li .pic {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.inner_page .inner_page_right .right_page_bottom .other_case_list li .pic img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.inner_page .inner_page_right .right_page_bottom .other_case_list li .word {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
}

.inner_page .inner_page_right .right_page_bottom .other_case_list li .word .a1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #fff;
}

.inner_page .inner_page_right .right_page_bottom .product_links {
  width: 100%;
  *zoom: 1;
}

.inner_page .inner_page_right .right_page_bottom .product_links:before,
.inner_page .inner_page_right .right_page_bottom .product_links:after {
  content: " ";
  display: table;
}

.inner_page .inner_page_right .right_page_bottom .product_links:after {
  clear: both;
}

.inner_page .inner_page_right .right_page_bottom .product_links .left {
  width: 48%;
  float: left;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .product_links
  .left
  .inner_form
  .layui-input-block {
  margin-left: 0;
  width: 100%;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .product_links
  .left
  .inner_form
  .layui-input:focus {
  border-color: #ea590a !important;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .product_links
  .left
  .inner_form
  .layui-textarea:focus {
  border-color: #ea590a !important;
}

.inner_page .inner_page_right .right_page_bottom .product_links .right {
  width: 48%;
  float: right;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .product_links
  .right
  .inner_company_name {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 18px;
  color: #333;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .product_links
  .right
  .inner_company_name_en {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 12px;
  color: #666;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .product_links
  .right
  .inner_contact_data {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .product_links
  .right
  .inner_map {
  width: 100%;
  height: 300px;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .product_links
  .right
  .inner_map
  #inner_map {
  width: 100%;
  height: 100%;
}

.inner_page
  .inner_page_right
  .right_page_bottom
  .product_links
  .right
  .inner_map
  #inner_map
  .anchorBL {
  display: none;
}

.inner_news_title {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 24px;
  color: #333;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.inner_news_status {
  box-sizing: content-box;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 12px;
  color: #333;
  margin-top: 20px;
  background: url(img/news_bottom.jpg) center 36px/100% auto no-repeat;
  padding-bottom: 10px;
}

.inner_news_status span {
  padding-left: 5px;
  padding-right: 5px;
}

.inner_news_status span i {
  margin-right: 3px;
}

.inner_news_status .inner_news_status_back {
  display: inline-block;
  float: right;
}
.inner_news_content {
  background: none !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400;
}
.inner_news_content p {
  background: none !important;
  font-size: 16px !important;
  line-height: 30px !important;
  padding:6px 0;
  font-weight: 400;
}

.inner_news_content p span {
  font-size: 16px !important;
  font-weight: 400;
}

.inner_news_content span {
  font-size: 16px !important;
  line-height: 36px;
  font-weight: 400;
}

.inner_news_content img {
  max-width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  display: block !important;
  margin: 30px auto !important;
  height: auto !important;
}

.prev_next {
  zoom: 1;
  padding-top: 15px;
  padding-bottom: 5px;
}

.prev_next:after {
  *zoom: 1;
}

.prev_next:after:before,
.prev_next:after:after {
  content: " ";
  display: table;
}

.prev_next:after:after {
  clear: both;
}

.prev_next li {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.prev_next li .layui-icon {
  padding-left: 5px;
  padding-right: 5px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  line-height: 40px;
}

.prev_next li:first-child {
  float: left;
  text-align: left;
}

.prev_next li:first-child a {
  float: right;
}

.prev_next li:last-child {
  float: right;
  text-align: right;
}

.prev_next li:last-child a {
  float: left;
}

.prev_next li a {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari ??? Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  width: 80%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}

.prev_next li:first-child:hover .layui-icon {
  padding-left: 15px;
}

.prev_next li:first-child:hover a {
  transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  -o-transform: translateX(-8px);
}

.prev_next li:last-child:hover .layui-icon {
  padding-right: 15px;
}

.prev_next li:last-child:hover a {
  transform: translateX(8px);
  -ms-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -o-transform: translateX(8px);
}

.prev_next li:hover {
  background: rgba(0, 0, 0, 0.9);
}

.prev_next li:hover a {
  color: #fff;
}

.prev_next li:hover .layui-icon {
  color: #fff;
}

.info-case {
  padding: 50px 0;

  position: relative;

  padding: 50px 0 5% 0;
}

.info-case ul {
  margin-top: 4%;
}

.info-case ul li {
  width: 24%;

  float: left;

  margin-right: 1%;

  margin-bottom: 1%;
}

.info-case ul li img {
  max-width: 100%;

  width: 100%;

  display: block;
}

.info-case ul li:nth-child(4n) {
  margin-right: 0;
}

.caseimg {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #a3b3c4;
  background: none;
  border: 1px solid #eee;
}
.caseimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.casetext h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #202020;
  padding-top: 30px;
  margin-bottom: 30px;
  line-height: 22px;
  height: 54px;
}
.page {
  text-align: center;
  margin: 3% 0;
}
.page a {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #888;
  display: inline-block;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: white;
  text-align: center;
  line-height: 24px;
  border-radius: 8px;
  padding: 6px 12px;
  margin: 0 5px;
}
.page .current {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: white;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #292b2c;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
}

.product-case {
  padding: 50px 0;

  position: relative;

  padding: 50px 0 5% 0;
}

.product-case ul {
  margin-top: 4%;
}

.product-case ul li {
  width: 32.3%;

  float: left;

  margin-right: 1%;

  margin-bottom: 1%;
}

.product-case ul li img {
  max-width: 100%;

  width: 100%;

  display: block;
}

.product-case ul li:nth-child(3n) {
  margin-right: 0;
}

.product-case .casetext h3 {
  text-align: left;
  padding-top: 17px;
  background: #f5f5f5;
  padding-left: 20px;
  font-size: 22px;
}
.product-case .caseimg {
  height: auto;
  overflow: hidden;
}

.all_title .all_title3 {
  width: 100%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 16px;
  color: #000;
  padding-top: 30px;
  font-weight: lighter;
  position: relative;
  z-index: 8;
}

.all_title .all_title3 span {
  color: #ea590a;
  font-weight: normal;
}

.join_us {
  padding-bottom: 40px;
  background: #fff;
  overflow: hidden;
}
.join_us .join_us_main {
  margin-top: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.join_us .join_us_main li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  width: 48%;
  margin-right: 2%;
  padding: 10px;
  float: left;
  margin-bottom: 15px;
}
.join_us .join_us_main li .p1 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.join_us .join_us_main li .p2 {
  height: 200px;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: lighter !important;
}
.join_us .join_us_main li .p2 .p2_0 {
  font-size: 16px !important;
  color: #333 !important;
}
.join_us .join_us_main li .p2 p {
  font-size: 14px !important;
  color: #333 !important;
}
.join_us .join_us_main li .p3 {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  height: 30px;
  line-height: 20px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei",
    SimHei, sans-serif;
  font-size: 14px;
  color: #333;
}
.join_us .join_us_main li .p3 a {
  color: #ea590a;
}
.culture-title {
  text-align: center;
  margin-top: 50px;
}
.culture-title p {
  display: inline-block;
  background-color: #003198;
  color: #fff;
  font-size: 30px;
  padding: 10px 30px;
}
.culture-title h3 {
  font-size: 36px;
  color: #666;
  padding: 20px;
  font-weight: bold;
}

/* ????????? */
.culture-title p:after {
  display: block;
  content: "";
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: #003198 transparent transparent transparent;
  /* ?????? */
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 100%;
}
/* 
.spririt {
  color: #666;
  font-size: 16px;
  padding: 50px 30px;
  line-height: 26px;
  border: 1px solid #ebebeb;
  margin-top: 30px;
} */

.mission .text {
  position: absolute;
  width: 47%;
  height: 224px;
  top: 33%;
  left: 12%;
  text-align: left;
  color: #fff;
  padding: 50px 20px;
  background-color: rgba(102, 136, 143, 0.5);
}

.mission {
  height: 500px;
  background: url(img/culture1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 30px;
}
.mission .text .fir {
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 24px;
  transition: all 1s;
  font-weight: 100;
}
.mission .text .sec {
  color: #ffffff;
  font-size: 24px;
  margin: 3% 0 3% 0;
  line-height: 28px;
}
.mission .text .sec2 {
  color: #ffffff;
  font-size: 24px;
  margin: 3% 0 3% 0;
  line-height: 28px;
}
/* .jzg {
  width: 80%;
  margin: 0 auto;
}
.jzg li {
  text-align: center;
  padding: 60px 0;
  color: #666;
  font-size: 36px;
  border: 1px solid #b8b8b8;
} */
.yj {
  background: url(img/c1.jpg) no-repeat center;
}
.yj .text {
  top: 40%;
  left: 50%;
  height: 150px;
  padding: 20px;
}
.strategy {
  background: url(img/c3.jpg) no-repeat center;
}
.strategy .text {
  top: 40%;
  left: 39%;
  height: 150px;
  padding: 20px;
}
.spririt {
  background: url(img/c4.jpg) no-repeat center;
}
.jzg {
  background: url(img/c5.jpg) no-repeat center;
}
.xwzz {
  background: url(img/c6.jpg) no-repeat center;
}
.jzg .text {
  top: 40%;
  left: 39%;
  height: 150px;
  padding: 20px;
}
.spririt .text {
  width: 80%;
  top: 20%;
  left: 40%;
  height: 60%;
  margin-left: -30%;
  padding: 20px;
}
.spririt .text .fir {
  padding: 40px 0 10px 0;
  text-align: center;
}
.spririt .text .sec {
  line-height: 40px;
}
.mission .text .sec {
  font-size: 18px;
}
.mission .text .sec2 {
  font-size: 16px;
}
.mission .text .fir {
  font-size: 30px;
}
.source {
  background: url(img/c7.jpg) no-repeat center;
}
.source .text {
  left: unset;
  right: 2%;
  top: 6%;
  height: 446px;
  padding: 40px 20px;
  overflow: auto;
}
.source .text .fir {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.source .text .sec {
  line-height: 26px;
  text-indent: 2em;
}
.cont-ban {
  width: 100%;
  height: 925px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.cont-title {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.cont-title .t1 {
  color: #fff;
  font-size: 40px;
  text-align: left;
  position: relative;
  font-weight: bold;
  margin-bottom: 2%;
}
.cont-title .t2 {
  color: #fff;
  font-size: 16px;
  text-align: left;
  position: relative;
  margin: 0 auto;
}
.info-mes {
  margin-top: 5%;
  background: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 480px;
  width: 77%;
}
.info-mesleft {
  width: 32%;
  float: left;
  height: 480px;
}
.info-mesleft img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-mesright {
  width: 68%;
  float: right;
  padding: 50px;
}
.info-mesright h3 {
  color: #000000;
  font-size: 26px;
}
.info-mesright p {
  color: #949494;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.info-mesright form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.info-mesright input {
  width: 49%;
  margin-right: 2%;
  float: left;
  line-height: 45px;
  border: 1px solid #dcdcdc;
  margin-bottom: 2%;
  text-indent: 20px;
}
.info-mesright input:nth-child(2n) {
  margin-right: 0;
}
.info-mesright textarea {
  border: 1px solid #dcdcdc;
  text-indent: 7px;
}
.info-mesright button {
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #2386b8;
  font-size: 14px;
  color: #fff;
  border: none;
  margin-top: 2%;
  border-radius: 3px;
}
.jianli-cont-ban .info-mes {
  height: auto;
}
.jianli .info-mesright {
  width: 100%;
}
.jianli .info-mesright input {
  width: 100%;
  margin-right: 0;
}
.jianli-cont-ban {
  height: 1250px;
}
.phone-component {
  display: none;
  margin-top: 50px;
}
.phone-component img {
  width: 100%;
}

.tab {
  width: 100%;
  height: 50px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

/* ??????????????? */
.tab::-webkit-scrollbar {
  display: none;
}
.tab-ul {
  display: flex;
  display: -webkit-flex;
  padding: 0;
}
.tab-ul li {
  flex: 0 0 20%;
  text-align: center;
  list-style: none;
  font-size: 16px;
  color: #1e1d1d;
  position: relative;
  top: 10px;
}
.tab-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
bottom:-4px;
  border-bottom: 1px solid #ebebeb;
}
.tab-ul li.active::before {
  bottom: -14px;
}
.tab-ul .year::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e2e2e2;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  z-index: 3;
}
.tab-ul li.active {
  font-size: 24px;
  color: #e6002f;
  position: relative;
  top: 0px;
}

.tab-ul .year.active::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #427d85;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -8px;
}

.fzlc {
  padding: 50px;
}
.fzlc-content .tab_c {
  display: none;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari ??? Chrome */
  -o-transition: all 1s; /* Opera */
}
.tab_c .tab_fix {
  padding: 30px 0;
}
.tab_c .tab_fix ._img {
  float: left;
  text-align: right;
  width: 50%;
  padding: 10px 30px;
}
.tab_c .tab_fix ._text {
  float: right;
  text-align: left;
  width: 50%;
  padding: 49px 30px 20px 30px;
  position: relative;
  font-size: 26px;
}
.tab_c .tab_fix ._text::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #003198;
  left: -8px;
}
.tab_c ._even ._text::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #003198;
  right: -8px;
  left: unset;
}
.tab_c ._even ._img {
  float: right;
  text-align: left;
}
.tab_c ._even ._text {
  float: left;
  text-align: right;
}
.fzlc-content .tab_active {
  display: block;
  position: relative;
  animation: mymove 1s;
  -webkit-animation: mymove 1s; /*Safari and Chrome*/
}
@keyframes mymove {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@-webkit-keyframes mymove /*Safari and Chrome*/ {
  from {
    left: 0px;
  }
  to {
    left: 200px;
  }
}

.fzlc-content {
  background: url(img/line.png) center 0 repeat-y;
  padding-top: 30px;
  min-height: 300px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *+height: 1%;
}
.tab_c .tab_fix ._img img {
  width: 100%;
}

.search-bar {
  padding: 40px 0 20px 0;
}
.module_wrap_li {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 0;
  padding: 20px 22px;
  margin-bottom: 12px;
  position: relative;
}
.module_wrap_li h1 {
  max-width: 580px;
  font-size: 16px;
}
.sl1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fz13 {
  font-size: 13px;
}
.col666 {
  color: #666;
}
.vam {
  vertical-align: middle;
}
.disib {
  display: inline-block;
}
.module_wrap_li .text_more {
  margin-top: 15px;
}

.fz13 {
  font-size: 13px;
}
.sl1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col666 {
  color: #666;
}
.mt15 {
  margin-top: 15px;
}
.buttonStyle4 {
  box-sizing: border-box;
  border: 1px solid #006960;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #006960;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
  margin-left: 19px;
}
.buttonStyle5 {
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  background-color: #006960;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 54px;
}
.buttonStyle5:hover{
  background-color: #0dcaba;
  color:#fff;
}
.guodu {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.module_wrap_li::after {
  content: "";
  display: block;
  clear: both;
}
.fr {
  float: right;
}

.mr10 {
  margin-right: 10px;
}
.module_wrap .btn {
  position: absolute;
  right: 20px;
  top: 15px;
}
.zc {
  height: 366px;
}
.zc img {
  width: 30em;
}
.zc-case {
  padding: 50px 130px 115px 130px;
  background: url(img/zc3_07.png) right bottom/auto no-repeat;
}
.zc-case p {
  line-height: 40px;
  font-size: 18px;
  color: #040000;
}
.zc-footer-bar {
  height: 35px;
  background: url(img/zc3_09.jpg) center center/auto repeat-x;
  margin-bottom: 50px;
}
.job-left {
  float: left;
  color: #000;
  margin-right: 460px;

}
.job-left {
  font-size: 16px;
  color: #427d85;
  padding: 50px 0 60px 0;
}
.job-left .job-content {
  color: #444;
  font-size: 14px;
  line-height: 40px;
  padding-right:30px;
  margin-top:60px;
}
.job-right {
  width: 460px;
  border-left: 1px solid #ebebeb;
  padding: 60px 20px;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 500px;
  color: #000;
}
.job-right-logo {
  border: 1px solid #ebebeb;
  padding: 10px;
}
.job-right h4 {
  padding: 30px 0;
  color: #444;
  font-size: 16px;
}
.job-right li {
  padding: 10px 30px;
}
.job-right .phone {
  background: url(img/contact.jpg) -6px 2px / auto no-repeat;
}
.job-right .email {
  background: url(img/contact.jpg) -6px -35px / auto no-repeat;
}
.job-right .address {
  background: url(img/contact.jpg) -6px -76px / auto no-repeat;
}
.company-wrapper{
  display: flex;
}
