@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
  font: normal 12px BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  border: 0;
}

button,
input,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

div,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
  font-size: 100px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 85.3333333333px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 96px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 128px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 170.6666666667px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 200px;
  }
}
.clearfloat:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

.clearfloat {
  *zoom: 1;
}

.clearboth {
  clear: both;
}

.wp1200 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wp1200 {
    width: auto;
    margin: 0 0.1rem;
  }
}

.wp1270 {
  width: 1270px;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .wp1270 {
    width: auto;
    margin: 0 20px;
  }
}

.wp1330 {
  width: 1330px;
  margin: 0 auto;
}
@media screen and (max-width: 1330px) {
  .wp1330 {
    width: auto;
    margin: 0 20px;
  }
}

.wp1500 {
  width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .wp1500 {
    width: auto;
    margin: 0 20px;
  }
}

.wp1600 {
  width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .wp1600 {
    width: auto;
    margin: 0 20px;
  }
}

.tar {
  text-align: right;
}

.por {
  position: relative;
}

.checkBrowser {
  font-size: 14px;
  line-height: 40px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 50%;
  width: 700px;
  height: 40px;
  margin-left: -360px;
  padding: 0 10px;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #e6212a;
}
.checkBrowser a {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  color: #333;
  border-radius: 50%;
  background-color: #fff;
}

/* reset.css V1.6  End */
@font-face {
  font-family: "VONNESTTBOLDCOND";
  src: url("../font/VONNESTTBOLDCOND.eot");
  src: local("☺"), url("../font/VONNESTTBOLDCOND.ttf") format("truetype"), url("../font/VONNESTTBOLDCOND.svg") format("svg");
}
.pagination-block {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.pagination {
  display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
  margin: 0;
}
.pagination li{
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;list-style: none;;
}
.pagination_info {
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.pagination li a,.pagination li span {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
  position: relative;
  display: block;
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination li.disabled span {
  cursor: not-allowed;
}
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > li > a:hover {
  color: #fff;
  background: #3599d8;
  border: 1px solid transparent;
}
.paged {
  text-align: center;
  padding-bottom: 35px;
}

.paged a,
.paged .p_info,
.paged .page-num-current, .paged .current {
  display: inline-block;
  margin: 0 3px;
  padding: 0 14px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  color: #000;
  height: 30px;
  line-height: 30px;
}

.paged .current, .paged .page-num-current, .paged a:hover {
  background: #585858;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .paged a,
  .paged span,
  .paged .current {
    display: none;
  }
  .paged .prev,
  .paged .next {
    display: inline-block;
  }
}
.header-top {
  height: 48px;
  line-height: 48px;
  background-color: #1f3068;
}
@media screen and (max-width: 950px) {
  .header-top {
    display: none;
  }
}

.header-stock {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
}
.header-stock i {
  margin-right: 7px;
}

.header-lang {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.header-lang img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.header-lang a {
  font-size: 12px;
  color: #fff;
}
.header-lang a:hover {
  color: #3599d8;
}

.header-home {
  display: inline-block;
  margin-left: 20px;
}
.header-home a {
  font-size: 12px;
  color: #fff;
}
.header-home a:hover {
  color: #3599d8;
}

.header {
  position: relative;
  z-index: 90;
  background-color: #fff;
}
.header h1 {
  float: left;
}
.header h1 a {
  display: block;
  height: 109px;
}
.header h1 a img {
  display: block;
  height: 100%;
}
.header .mo-header-menu {
  display: none;
  text-align: right;
  line-height: 0.55rem;
}
.header .mo-header-menu a {
  display: inline-block;
  vertical-align: top;
  font-size: 0.17rem;
  color: #555;
  padding-left: 0.2rem;
}
@media screen and (max-width: 950px) {
  .header {
    height: 0.55rem;
    padding: 0 0.17rem;
  }
  .header h1 a {
    height: 0.55rem;
  }
  .header .wp1330 {
    margin: 0;
  }
  .header .mo-header-menu {
    display: block;
  }
}
.header-search {
  float: right;
  margin-left: 30px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 950px) {
  .header-search {
    display: none;
  }
}
.header-search:hover .header-search-box {
  opacity: 1;
  visibility: visible;
}
.header-search > .iconfont {
  display: inline-block;
  vertical-align: top;
  height: 109px;
  font-size: 20px;
  color: #000;
  line-height: 109px;
  cursor: pointer;
}
.header-search-box {
  position: absolute;
  width: 220px;
  font-size: 0;
  height: 32px;
  border: 1px solid #1f3068;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.header-search-box input {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  box-sizing: border-box;
  padding: 0 10px;
  border: none;
  background: none;
  appearance: none;
  width: 180px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #666;
}
.header-search-box button {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 32px !important;
  font-size: 16px;
  color: #000;
  border: none;
  background: none;
  appearance: none;
  cursor: pointer;
  line-height: 32px !important;
}

.nav {
  float: right;
  font-size: 0;
}
@media screen and (max-width: 950px) {
  .nav {
    display: none;
  }
}
.nav li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.nav li > a {
  display: block;
  padding: 0 25px;
  font-size: 16px;
  color: #000;
  line-height: 109px;
}
.nav li:hover > a, .nav li.on > a {
  color: #3599d8;
}
.nav li .sub {
  position: absolute;
  top: 109px;
  overflow: hidden;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 10px;
  left: 50%;
  width: 152px;
  margin-left: -76px;
  display: none;
}
.nav li .sub .sub-item {
  border-top: 1px dashed #d3d3d3;
}
.nav li .sub .sub-item:first-child {
  border-top: none;
}
.nav li .sub .sub-item a {
  display: block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  font-size: 12px;
  color: #848484;
  transition: all 0.2s ease;
}
.nav li .sub .sub-item a:hover {
  color: #fff;
  background-color: #3599d8;
}

.fast-con {
  padding: 80px 0;
  background-color: #1f3068;
}
@media screen and (max-width: 750px) {
  .fast-con {
    display: none;
  }
}

.fast-contact {
  float: left;
  width: 530px;
}
.fast-contact .fast-address {
  float: left;
  width: 335px;
  text-align: left;
}
@media screen and (max-width: 1350px) {
  .fast-contact {
    width: auto;
  }
  .fast-contact .fast-address {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.fast-contact .fast-phone {
  color: #fff;
  font-family: "VONNESTTBOLDCOND";
  font-size: 28px;
  margin-bottom: 16px;
}
.fast-contact .fast-phone i {
  font-size: 32px;
  margin-right: 5px;
}
.fast-contact .fast-p {
  font-size: 12px;
  color: #919191;
  line-height: 25px;
  margin-bottom: 30px;
}
.fast-contact .bdshare-button-style2-16 a {
  padding: 0;
  margin: 0 10px 0 0;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background: #737477;
  color: #1f3068;
  font-size: 14px;
  border-radius: 100%;
}
.fast-contact .bdshare-button-style2-16 a:hover {
  background: #3599d8;
}
.fast-contact .footer-icon {
  text-align: right;
  padding-top: 10px;
}
.fast-contact .footer-icon a {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
@media screen and (max-width: 1150px) {
  .fast-contact {
    width: auto;
    float: none;
    text-align: center;
  }
  .fast-contact .fast-address {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 335px;
    margin-bottom: 0;
  }
  .fast-contact .footer-icon {
    text-align: center;
  }
}

.fast-ewm {
  float: right;
  width: 140px;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.fast-ewm img {
  width: 100%;
}
.fast-ewm p {
  font-size: 12px;
  color: #666;
  line-height: 30px;
}
@media screen and (max-width: 1350px) {
  .fast-ewm {
    float: none;
  }
}
@media screen and (max-width: 1150px) {
  .fast-ewm {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
  }
}

.fast-link-con {
  overflow: hidden;
}
@media screen and (max-width: 1150px) {
  .fast-link-con {
    display: none;
  }
}

.fast-link-tb {
  float: right;
  display: table;
  table-layout: fixed;
}
.fast-link-tb .fast-link-tc {
  display: table-cell;
  border-left: 1px solid #434343;
  min-width: 125px;
}
.fast-link-tb .fast-link-tc dt {
  margin-bottom: 20px;
  text-align: center;
}
.fast-link-tb .fast-link-tc dt a {
  font-size: 14px;
  color: #fff;
}
.fast-link-tb .fast-link-tc dt a:hover {
  color: #3599d8;
}
.fast-link-tb .fast-link-tc dd {
  margin-bottom: 14px;
  text-align: center;
}
.fast-link-tb .fast-link-tc dd a {
  font-size: 12px;
  color: #919191;
}
.fast-link-tb .fast-link-tc dd a:hover {
  color: #3599d8;
}

.footer {
  padding: 30px 0;
  background-color: #1a1a68;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  color: #909090;
}
.footer a {
  color: #909090;
}
.footer a:hover {
  color: #3599d8;
}
@media screen and (max-width: 750px) {
  .footer {
    display: none;
  }
}

.inside-con {
  background: #eef0f2 url(../images/info_bg_1.jpg) center top repeat-x;
  padding: 40px 0 90px;
}
@media screen and (max-width: 750px) {
  .inside-con {
    padding-bottom: 0.45rem;
  }
}

.bread {
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  color: #555;
}
.bread a {
  color: #555;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
}
.bread a:hover {
  color: #3599d8;
}
.bread:before {
  font-family: "iconfont";
  content: "\e664";
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
.bread .back {
  position: absolute;
  right: 0;
  top: 0;
  width: 126px;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  padding: 0;
  transition: all 0.2s ease;
}
.bread .back:before {
  font-family: "iconfont";
  content: "\e61a";
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.bread .back:hover {
  color: #fff;
  background-color: #3599d8;
}
@media screen and (max-width: 640px) {
  .bread {
    height: auto;
    line-height: 30px;
    font-size: 12px;
  }
  .bread a {
    line-height: 30px;
    height: 30px;
    padding: 0;
  }
  .bread .back {
    display: none;
  }
}

.nav-mobile {
  position: absolute;
  width: 2.65rem;
  top: 0.98rem;
  left: 0;
  bottom: 0;
  z-index: 103;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}
.nav-mobile.anim {
  transform: translateX(0);
}
.nav-mobile-con {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9902;
  box-sizing: border-box;
  overflow: hidden;
}
.nav-mobile-con .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 102;
}
.nav-mobile-top {
  width: 100%;
  height: 0.55rem;
  line-height: 0.55rem;
  box-sizing: border-box;
  padding: 0 0.25rem;
  background-color: #1f3068;
  font-size: 0.15rem;
  color: #fff;
  z-index: 103;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-mobile-search {
  position: absolute;
  left: 0;
  top: 0.55rem;
  background-color: #f5f5f5;
  padding: 0.09rem 0.2rem;
  display: flex;
  z-index: 104;
  width: 100%;
  box-sizing: border-box;
}
.nav-mobile-search input[type=text] {
  flex: 1;
  height: 0.25rem;
  line-height: 0.25rem;
  appearance: none;
  border: none;
  font-size: 0.13rem;
  background: none;
}
.nav-mobile-search button {
  width: 0.4rem;
  height: 0.25rem;
  border: none;
  appearance: none;
  font-family: iconfont;
  display: block;
  background: none;
  font-size: 0.2rem;
  color: #555;
}
.nav-mobile-search button:before {
  content: "\e627";
}
.nav-mobile-wp {
  position: relative;
}
.nav-mobile-title {
  position: relative;
  margin: 0 0.25rem;
  border-bottom: 1px solid #ededed;
}
.nav-mobile-title > a {
  position: relative;
  display: block;
  line-height: 0.42rem;
  font-size: 0.14rem;
  color: #333;
  z-index: 2;
  backface-visibility: hidden;
  width: 100%;
}
.nav-mobile-child-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: right;
  line-height: 0.42rem;
  font-size: 0.15rem;
  font-weight: bold;
  z-index: 1;
  color: #848484;
}
.nav-mobile-child-btn span {
  display: inline-block;
  margin-right: 0.2rem;
}
.nav-mobile-child-btn i {
  position: absolute;
  display: block;
  width: 0.2rem;
  height: 100%;
  top: 0;
  right: 0;
  font-family: iconfont;
  color: #888;
  line-height: 0.42rem;
  text-align: center;
  font-size: 0.15rem;
  transform: rotate(180deg);
}
.nav-mobile-child-btn i:before {
  content: "\e6e9";
}
.nav-mobile-child-btn.open i {
  transform: rotate(0);
}
.nav-mobile-child-btn + a {
  display: inline-block;
  width: auto;
}
.nav-mobile .sub {
  padding: 0 0.2rem;
  display: none;
}
.nav-mobile .sub li {
  border-bottom: 1px solid #ededed;
  padding-left: 0.15rem;
  position: relative;
  height: 0.42rem;
  overflow: hidden;
}
.nav-mobile .sub li a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.42rem;
  font-size: 0.14rem;
  height: 0.42rem;
  color: #333;
  overflow: hidden;
}

.mo-footer {
  display: none;
  padding: 0.2rem;
  background-color: #1f3068;
}
@media screen and (max-width: 750px) {
  .mo-footer {
    display: flex;
  }
}

.mo-footer-ewm {
  width: 0.8rem;
  background-color: #fff;
  padding: 0.05rem;
  border-radius: 0.04rem;
  text-align: center;
}
.mo-footer-ewm img {
  display: block;
  max-width: 100%;
}
.mo-footer-ewm p {
  color: #666;
  font-size: 0.09rem;
}

.mo-footer-info {
  flex: 1;
  padding-left: 0.18rem;
}

.mo-footer-phone {
  color: #fff;
  font-family: "VONNESTTBOLDCOND";
  font-size: 0.14rem;
  margin-bottom: 0.08rem;
}
.mo-footer-phone i {
  font-size: 0.16rem;
  margin-right: 3px;
}

.mo-footer-p {
  color: #969696;
  font-size: 0.12rem;
  line-height: 0.18rem;
  margin-bottom: 0.1rem;
}
.mo-footer-p a {
  color: #969696;
}

.mo-footer-share .bdshare-button-style2-16 a {
  padding: 0;
  margin: 0 10px 0 0;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background: #737477;
  color: #1f3068;
  font-size: 14px;
  border-radius: 100%;
}
.mo-footer-share .bdshare-button-style2-16 a:hover {
  background: #3599d8;
}

.inside-banner {
  display: block;
  width: 100%;
}
.inside-banner img {
  max-width: 100%;
  display: block;
}
.inside-banner-mo {
  display: none;
  width: 100%;
  padding-bottom: 63.7333333333%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .inside-banner {
    display: none;
  }
  .inside-banner-mo {
    display: block;
  }
}

.inside-swiper {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
}
.inside-swiper.no-init .swiper-wrapper {
  text-align: center;
  width: 100%;
  display: block;
}
.inside-swiper .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.inside-swiper .swiper-slide a {
  padding: 0 35px;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
}
.inside-swiper .swiper-slide a:before {
  position: absolute;
  width: 1px;
  height: 8px;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #c7c7c7;
  content: "";
}
.inside-swiper .swiper-slide.on a, .inside-swiper .swiper-slide:hover a {
  color: #3599d8;
}
.inside-swiper .swiper-slide:first-child a:before {
  display: none;
}

.inside-box {
  padding: 60px 0 25px;
  background-color: #ebebeb;
}
@media screen and (max-width: 750px) {
  .inside-box {
    padding: 0.3rem 0 25px;
  }
}

.inside-search-con {
  font-size: 0;
  text-align: center;
  margin-bottom: 50px;
}
.inside-search-con .box {
  display: inline-block;
  vertical-align: top;
  max-width: 480px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 16px 16px #d6d6d6;
  overflow: hidden;
}
.inside-search-con .box input {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  height: 50px;
  line-height: 50px;
  background: none;
  border: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  appearance: none;
}
.inside-search-con .box button {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  height: 50px;
  line-height: 50px;
  background: #575757;
  border: none;
  appearance: none;
  font-family: "iconfont";
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.inside-search-con .box button:before {
  content: "\e627";
}
.inside-search-con .box button:hover {
  background: #5f5f5f;
}
@media screen and (max-width: 750px) {
  .inside-search-con {
    margin-bottom: 0.25rem;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
  }
  .inside-search-con .box {
    height: 40px;
    border-radius: 20px;
  }
  .inside-search-con .box input,
  .inside-search-con .box button {
    height: 40px;
    line-height: 40px;
  }
}

.home-fixed {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 10px;
  width: 80px;
  z-index: 99;
}
.home-fixed li {
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 80px;
  border: 1px solid #c9c9c9;
  border-top: 0;
  line-height: 80px;
  text-align: center;
  font-size: 36px;
  color: #7c7d80;
}
.home-fixed li > a {
  display: block;
  height: 100%;
}
.home-fixed .text-con {
  display: none;
  position: absolute;
  top: -1px;
  right: 78px;
  width: 220px;
  height: 81px;
  background-color: #575757;
  border: 1px solid #a1a1a1;
  border-right: 0;
}
.home-fixed .text-con a {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #a1a1a1;
  box-sizing: border-box;
}
.home-fixed .text-con a p {
  font-size: 16px;
  line-height: 24px;
}
.home-fixed .img-con {
  display: none;
  position: absolute;
  top: -58px;
  right: 80px;
  width: 140px;
  padding: 10px;
  background-color: #fff;
}
.home-fixed .img-con img {
  width: 100%;
}
.home-fixed .phone-con {
  position: absolute;
  width: 150px;
  text-align: center;
  line-height: 80px;
  height: 80px;
  background-color: #575757;
  color: #fff;
  font-size: 14px;
  right: 90px;
  top: 0;
  display: none;
}
.home-fixed .phone-con:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #575757;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  content: "";
}
.home-fixed li.active {
  background-color: #575757;
  color: #fff;
}
.home-fixed li.active .text-con {
  display: block;
}
.home-fixed li.active .img-con {
  display: block;
}
.home-fixed li.active .phone-con {
  display: block;
}
.home-fixed .top {
  border-radius: 40px 40px 0 0;
  border-top: 1px solid #a1a1a1;
}
.home-fixed .back-btn {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .home-fixed {
    display: none;
  }
}
.pro-top-con {
  box-sizing: border-box;
  padding: 55px 60px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .pro-top-con {
    padding: 0.2rem;
  }
}

.pro-top-img {
  float: left;
  max-width: 638px;
}
.pro-top-img img {
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .pro-top-img {
    float: none;
    margin: 0 auto;
  }
}

.pro-top-info {
  overflow: hidden;
  padding-left: 65px;
  padding-top: 50px;
  line-height: 32px;
  color: #555;
  font-size: 13px;
}
.pro-top-info p {
  margin-bottom: 16px;
}
.pro-top-info img {
  max-width: 100%;
  height: auto !important;
}
.pro-top-info ul {
  list-style: disc;
}
.pro-top-info ul li {
  list-style: disc;
}
.pro-top-info ol {
  list-style: decimal;
}
.pro-top-info ol li {
  list-style: decimal;
}
.pro-top-info h3 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .pro-top-info {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .pro-top-info {
    padding-top: 0.25rem;
  }
}

.pro-intro-con {
  padding: 64px 0 70px;
  background-color: #fff;
}
.pro-intro-con .hd {
  text-align: center;
  font-size: 0;
  margin-bottom: 35px;
}
.pro-intro-con .hd li {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
}
.pro-intro-con .hd li a {
  display: block;
}
.pro-intro-con .hd li:first-child {
  border-left: none;
}
.pro-intro-con .hd li .front {
  display: block;
}
.pro-intro-con .hd li .back {
  display: none;
}
.pro-intro-con .hd li > div {
  text-align: center;
}
.pro-intro-con .hd li > div img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 50px;
  height: 50px;
}
.pro-intro-con .hd li p {
  font-size: 13px;
  color: #555;
}
.pro-intro-con .hd li.on .front, .pro-intro-con .hd li:hover .front {
  display: none;
}
.pro-intro-con .hd li.on .back, .pro-intro-con .hd li:hover .back {
  display: block;
}
.pro-intro-con .hd li.on p, .pro-intro-con .hd li:hover p {
  color: #3599d8;
}
.pro-intro-con .bd .con {
  background-color: #fff;
  font-size: 14px; line-height: 28px;
}
.pro-intro-con .bd .con table,.pro-intro-con .bd .con table th,.pro-intro-con .bd .con table td{
  border: solid 1px #333;
}
 
.pro-intro-con .bd .con:first-child {
  display: block;
}
@media screen and (max-width: 750px) {
  .pro-intro-con {
    padding: 0.35rem 0;
  }
  .pro-intro-con .wp1270 {
    margin: 0 0.1rem;
  }
  .pro-intro-con .hd {
    display: flex;
  }
  .pro-intro-con .hd li {
    flex: 1;
  }
}

.video-con {
  width: 780px;
  height: 480px;
  position: relative;
  margin: 0 auto;
}
.video-con .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-con video,
.video-con .mejs-container,
.video-con .mejs-layer,
.video-con iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.video-con .mejs-container .mejs-controls {
  width: 100%;
}
@media screen and (max-width: 830px) {
  .video-con {
    width: 100%;
    padding-bottom: 61.5384615385%;
    height: 0;
  }
}

.explain-list {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fbfbfb;
}
.explain-list .item {
  border-bottom: 1px dashed #d3d3d3;
}
.explain-list .item:last-child {
  border-bottom: none;
}
.explain-list .item a {
  position: relative;
  display: block;
  padding: 0 90px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  font-size: 14px;
  color: #444;
  text-align: left;
}
.explain-list .item a:after {
  position: absolute;
  display: block;
  font-family: "iconfont";
  content: "\e63b";
  top: 0;
  font-size: 24px;
  right: 70px;
  line-height: 70px;
}
.explain-list .item a:hover {
  color: #3599d8;
}
@media screen and (max-width: 750px) {
  .explain-list .item a {
    padding: 0 0.45rem 0 0.15rem;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }
  .explain-list .item a:after {
    right: 0.05rem;
    line-height: 50px;
    font-size: 20px;
  }
}

.product-list {
  width: 1236px;
  margin: 0 auto;
}
.product-list li {
  float: left;
  width: 376px;
  margin: 0 18px 54px;
}
.product-list li a {
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 15px 15px #d5d5d5;
  font-size: 16px;
  color: #555;
  transition: 0.2s ease all;
}
.product-list li a:hover {
  background-color: #3599d8;
  color: #fff;
}
.product-list li a:hover p:after {
  color: #fff;
}
.product-list li .img {
  width: 100%;
  padding-bottom: 66.4893617021%;
  position: relative;
}
.product-list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-list li p {
  padding: 0 30px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: relative;
}
.product-list li p:after {
  font-family: "iconfont";
  content: "\e63c";
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 1236px) {
  .product-list {
    width: 100%;
  }
  .product-list li {
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
    width: 33.33%;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 750px) {
  .product-list {
    width: 100%;
  }
  .product-list li {
    width: 50%;
    padding-right: 0.1rem;
    padding-left: 0.1rem;
    margin-bottom: 0.25rem;
  }
  .product-list li a {
    font-size: 12px;
  }
  .product-list li p {
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0 0.15rem;
  }
  .product-list li p:after {
    right: 0.05rem;
  }
}

.info-table {
  width: 100%;
  border: 1px solid #cdcdcd;
  margin-bottom: 20px;
}
.info-table .th {
  padding: 0 70px;
  height: 62px;
  line-height: 62px;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #555;
}
.info-table .tr {
  display: flex;
  font-size: 14px;
  line-height: 30px;
  color: #323232;
  padding: 14px 90px 14px 160px;
  border-top: 1px dashed #aeaeae;
}
.info-table .flex-90 {
  flex: 90;
}
.info-table .flex-150 {
  flex: 150;
}
.info-table .flex-180 {
  flex: 180;
}
.info-table .flex-560 {
  flex: 560;
}
.info-table .tac {
  text-align: center;
}
.info-table .tar {
  text-align: right;
}
.info-table a {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 3px;
  font-size: 14px;
  color: #323232;
  margin-right: 10px;
  background-color: #eaeaea;
}
.info-table a:hover {
  background-color: #efefef;
}
@media screen and (max-width: 900px) {
  .info-table .tr {
    padding: 14px 90px;
  }
  .info-table .tar {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .info-table .th {
    padding: 0 0.1rem;
  }
  .info-table .tr {
    padding: 14px 0.1rem;
  }
  .info-table .tr > div {
    box-sizing: border-box;
    padding-right: 3px;
    padding-left: 3px;
  }
}

.product-center-title {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto 35px;
  font-size: 12px;
  color: #666;
  line-height: 32px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .product-center-title {
    padding: 0 0.1rem;
    line-height: 26px;
  }
}

.pro-form-con button {
  display: block;
  width: 200px;
  height: 44px;
  background: #787c81;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  border: none;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.pro-form-con button:hover {
  background: #808489;
}

.pro-form-box {
  padding: 60px;
  background-color: #fff;
  margin-bottom: 20px;
}
.pro-form-box .col {
  display: flex;
  width: 100%;
}
.pro-form-box .col .cell:nth-child(2n+1) {
  margin-right: 5px;
}
.pro-form-box .col .cell:nth-child(2n+2) {
  margin-left: 5px;
}
.pro-form-box .cell {
  flex: 1;
  margin-bottom: 10px;
  background-color: #e7eaed;
  height: 44px;
  line-height: 44px;
  display: flex;
}
.pro-form-box .cell .word {
  padding-left: 28px;
  font-size: 13px;
  color: #555;
}
.pro-form-box .cell .input {
  flex: 1;
}
.pro-form-box .cell .input input {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 13px;
  color: #555;
  border: none;
  background: none;
  appearance: none;
}
.pro-form-box .cell.single:nth-child(2n+1), .pro-form-box .cell.single:nth-child(2n+2) {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .pro-form-box {
    padding: 0.3rem;
  }
  .pro-form-box .col {
    display: block;
  }
  .pro-form-box .col .cell:nth-child(2n+1), .pro-form-box .col .cell:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .pro-form-box .cell {
    width: 100%;
  }
  .pro-form-box .cell .word {
    padding-left: 0.15rem;
  }
}

.notice-list {
  padding-bottom: 30px;
}
.notice-list li {
  margin-bottom: 10px;
  background: #f5f5f5;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 20px 0 50px;
  overflow: hidden;
  position: relative;
}
.notice-list li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 2px solid #3599d8;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.notice-list li>span {
  float: right;
  color: #1d1d1d;
  font-size: 14px;
}
.notice-list li>span.left {
  float: left;
  margin-right: 10px;
}
.notice-list li a {
  display: block;
  font-size: 14px;
  color: #111;
  transition: color 0.2s ease;
  position: relative;
  z-index: 3;
}
.notice-list li a:before {
  font-family: "iconfont";
  content: "\e703";
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 20px;
}
.notice-list li:hover a {
  color: #3599d8;
}
.notice-list li:hover:before {
  opacity: 1;
}
.notice-list li.no-icon {
  padding-left: 20px;
}
.notice-list li.no-icon a:before {
  display: none;
}

.about-article {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  line-height: 34px;
  color: #555;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 13px;
}
.about-article p {
  margin-bottom: 17px;
}
.about-article img {
  max-width: 100%;
  height: auto !important;
}
.about-article ul {
  list-style: disc;
}
.about-article ul li {
  list-style: disc;
}
.about-article ol {
  list-style: decimal;
}
.about-article ol li {
  list-style: decimal;
}
@media screen and (max-width: 750px) {
  .about-article {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
}
.about-article iframe {
  max-width: 100%;
}

.invest-page {
  overflow: hidden;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.stock-con {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 15px;
  background-color: #fff;
}
.stock-con .left {
  float: left;
  width: 350px;
  padding-top: 50px;
  padding-left: 70px;
}
.stock-con .left h3 {
  display: inline-block;
  font-size: 48px;
  color: #3599d8;
  font-family: "Arial";
  margin-bottom: 20px;
  font-weight: bold;
}
.stock-con .left em {
  vertical-align: top;
  display: inline-block;
  margin-top: 8px;
  margin-left: 7px;
  width: 12px;
  height: 11px;
  background-position: center top;
  background-repeat: no-repeat;
}
.stock-con .left em.up {
  background-image: url("../images/relation-san.png");
}
.stock-con .left em.down {
  background-image: url(../images/san-icon.png);
}
.stock-con .left .name {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #666;
}
.stock-con .left .num {
  font-size: 14px;
  color: #666;
}
.stock-con .right {
  margin-left: 350px;
  padding: 40px 60px 50px;
  color: #fff;
  background: #787b80;
}
.stock-con .right ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #b9babd;
  overflow: hidden;
}
.stock-con .right li {
  float: left;
  width: 25%;
  border-right: 1px solid #b9babd;
  box-sizing: border-box;
}
.stock-con .right li:first-child {
  border-left: 1px solid #b9babd;
}
.stock-con .right .num {
  font-family: "Arial";
  font-size: 36px;
  padding-left: 32px;
  font-weight: bold;
}
.stock-con .right .name {
  font-size: 14px;
  padding-left: 32px;
}
.stock-con .right .time {
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 5px;
}
.stock-con .right .source {
  font-size: 16px;
}

@media (max-width: 1050px) {
  .stock-con .left {
    float: none;
    padding: 50px 0;
    text-align: center;
    margin: 0 auto;
  }
  .stock-con .right {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .stock-con {
    margin-left: 12px;
    margin-right: 12px;
  }
  .stock-con .left {
    padding: 25px 0;
    width: 100%;
  }
  .stock-con .left h3 {
    margin-bottom: 10px;
  }
  .stock-con .right {
    padding: 20px 10px 40px;
  }
  .stock-con .right ul {
    padding-bottom: 10px;
  }
  .stock-con .right li {
    width: 50%;
    border-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .stock-con .right li:first-child {
    border-left: 0;
  }
  .stock-con .right .num {
    font-size: 32px;
    padding-left: 0;
  }
  .stock-con .right .name {
    padding-left: 0;
  }
  .stock-con .right .time {
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.trend-bd {
  box-shadow: 0 15px 10px -4px #e2e2e2;
  margin-bottom: 40px;
}
.trend-bd .trend-top {
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 90px;
  background-color: #fff;
}
.trend-bd .trend-top:hover h3 {
  color: #3599d8;
}
.trend-bd .trend-top h3 {
  transition: color 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  margin-bottom: 15px;
  color: #555;
}
.trend-bd .trend-top p {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}
.trend-bd .box {
  display: block;
  padding-top: 25px;
  padding-left: 90px;
  padding-bottom: 25px;
  background-color: #f4f4f4;
}
.trend-bd .box:hover h3 {
  color: #3599d8;
}
.trend-bd .box:nth-child(odd) {
  background-color: #fff;
}
.trend-bd .box h3 {
  transition: color 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
}
.trend-bd .box p {
  font-size: 16px;
  color: #939393;
}

@media (max-width: 767px) {
  .trend-bd {
    margin-left: 12px;
    margin-right: 12px;
  }
  .trend-bd .trend-top {
    padding: 15px 10px;
  }
  .trend-bd .trend-top h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .trend-bd .box {
    padding: 10px 15px;
  }
}
.history-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  position: relative;
}
.history-con:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 95px;
  background: url(../images/shadow_1.png) center bottom no-repeat;
  background-size: 100% auto;
  left: 0;
  bottom: -40px;
  z-index: 1;
  content: "";
  opacity: 0.2;
}
.history-con .history-box {
  padding: 100px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.history-con .iconfont {
  font-size: 36px;
  color: #8d8d8d;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  z-index: 15;
}
.history-con .history-prev {
  left: 50px;
}
.history-con .history-next {
  right: 50px;
}
@media screen and (max-width: 750px) {
  .history-con .history-box {
    padding: 0.5rem 30px;
  }
  .history-con .history-prev {
    left: 3px;
  }
  .history-con .history-next {
    right: 3px;
  }
}

.history-swiper {
  height: 400px;
}
.history-swiper .swiper-slide {
  width: 129px;
  position: relative;
}
.history-swiper .swiper-slide .box {
  position: absolute;
  left: 0;
  width: 258px;
  box-sizing: border-box;
  padding: 0 30px;
  height: 200px;
}
.history-swiper .swiper-slide .box:before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 130px;
  background: #a3a3a3;
  display: block;
  content: "";
}
.history-swiper .swiper-slide .box h5 {
  font-size: 30px;
  color: #3599d8;
  margin-bottom: 12px;
}
.history-swiper .swiper-slide .box .p {
  font-size: 12px;
  line-height: 28px;
  height: 112px;
  overflow: hidden;
  color: #555;
}
.history-swiper .swiper-slide:nth-child(2n+1) .box {
  top: 0;
  background-position: left bottom;
  background-image: url(../images/line_1.png);
  background-repeat: repeat-x;
}
.history-swiper .swiper-slide:nth-child(2n+1) .box:before {
  bottom: 0;
}
.history-swiper .swiper-slide:nth-child(2n+2) .box {
  bottom: 0;
  padding-top: 40px;
}
.history-swiper .swiper-slide:nth-child(2n+2) .box:before {
  top: 0;
}

.contact-con {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto 40px;
  position: relative;
}
.contact-con:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 95px;
  background: url(../images/shadow_1.png) center bottom no-repeat;
  background-size: 100% auto;
  left: 0;
  bottom: -40px;
  z-index: 1;
  content: "";
  opacity: 0.2;
}
.contact-con .box {
  display: flex;
  position: relative;
  padding: 20px;
  background-color: #fff;
  z-index: 5;
}
.contact-con .info {
  padding: 0 50px;
  color: #777;
  font-size: 13px;
  line-height: 30px;
  flex: 1;
  display: flex;
  align-items: center;
}
.contact-con .info h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}
.contact-con .map {
  width: 730px;
  max-width: 100%;
}
.contact-con .map-con {
  width: 100%;
  position: relative;
  padding-bottom: 55.3424657534%;
}
.contact-con .map-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contact-con .map-box img {
  max-width: none;
}
@media screen and (max-width: 900px) {
  .contact-con {
    margin-bottom: 0.2rem;
  }
  .contact-con:after {
    bottom: -15px;
  }
  .contact-con .box {
    display: block;
  }
  .contact-con .info {
    padding: 0;
    margin-bottom: 0.2rem;
  }
  .contact-con .info h3 {
    font-size: 20px;
  }
}

.talent-recruitment {
  position: relative;
  z-index: 22;
}
.talent-recruitment .talent-recruitment-list {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.talent-recruitment .talent-recruitment-list .active .talent-title {
  background-color: #787c81;
}
.talent-recruitment .talent-recruitment-list .active .talent-title li {
  color: #fff;
}
.talent-recruitment .talent-recruitment-list .active .talent-title .icon-rotate span {
  background-color: #fff;
  border-color: #fff;
  transform: rotate(90deg);
}
.talent-recruitment .talent-recruitment-list > li:first-child {
  margin-top: 0;
}
.talent-recruitment .talent-recruitment-list > li:first-child .nr {
  display: block;
}
.talent-recruitment .talent-recruitment-list > li {
  border: 1px solid #d7d7d7;
  background: #fff;
  margin-top: 20px;
}
.talent-recruitment .talent-recruitment-list > li .talent-title {
  position: relative;
  width: 100%;
  height: 53px;
  line-height: 16px;
  font-size: 0;
  cursor: pointer;
  overflow: hidden;
}
.talent-recruitment .talent-recruitment-list > li .talent-title li {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  height: 16px;
  color: #333;
  overflow: hidden;
  width: 175px;
  padding: 0 6px;
  box-sizing: border-box;
}
.talent-recruitment .talent-recruitment-list > li .talent-title .name {
  width: 286px;
}
.talent-recruitment .talent-recruitment-list > li .talent-title .add {
  width: 265px;
}
@media screen and (max-width: 1150px) {
  .talent-recruitment .talent-recruitment-list > li .talent-title .dn1150 {
    display: none;
  }
  .talent-recruitment .talent-recruitment-list > li .talent-title li, .talent-recruitment .talent-recruitment-list > li .talent-title .name {
    width: 23%;
  }
}
.talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 72px;
  transform: translate(0, 0%);
  line-height: 53px;
}
.talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate span {
  transition: all 0.4s ease;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border: 2px solid #7b7f83;
  border-radius: 50%;
  font-family: "iconfont";
  box-sizing: border-box;
  color: #7b7f83;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  transform: rotate(-90deg);
}
.talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate span:before {
  content: "\e63c";
}
@media screen and (max-width: 800px) {
  .talent-recruitment .talent-recruitment-list > li .talent-title {
    padding-right: 0.3rem;
    box-sizing: border-box;
  }
  .talent-recruitment .talent-recruitment-list > li .talent-title .department,
  .talent-recruitment .talent-recruitment-list > li .talent-title .add {
    display: none;
  }
  .talent-recruitment .talent-recruitment-list > li .talent-title .name {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 0 0.1rem;
  }
}
.talent-recruitment .talent-recruitment-list > li .nr {
  display: none;
  position: relative;
}
.talent-recruitment .talent-recruitment-list > li .nr:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 95px;
  background: url(../images/shadow_1.png) center bottom no-repeat;
  background-size: 100% auto;
  left: 0;
  bottom: -40px;
  z-index: 1;
  content: "";
  opacity: 0.2;
}
.talent-recruitment .talent-recruitment-list > li .nr > div {
  font-size: 0;
  position: relative;
  z-index: 5;
  border-top: 1px solid #d7d7d7;
  background: #fff;
  padding: 80px 52px 84px 100px;
}
.talent-recruitment .talent-recruitment-list > li .nr > div .mailbox {
  position: absolute;
  left: 100px;
  bottom: -60px;
}
.talent-recruitment .talent-recruitment-list > li .nr > div .mailbox a {
  font-size: 13px;
  color: #333;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  padding: 0 35px;
  border: 1px solid #020202;
  position: relative;
  transition: all 0.3s ease;
}
.talent-recruitment .talent-recruitment-list > li .nr > div .mailbox a:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
  color: #fff;
}
.talent-recruitment .talent-recruitment-list > li .nr > div h1 {
  font-size: 24px;
  color: #444;
  line-height: 28px;
  margin-bottom: 18px;
}
.talent-recruitment .talent-recruitment-list > li .nr > div .p {
  font-size: 14px;
  color: #555;
  line-height: 30px;
}
.talent-recruitment .talent-recruitment-list > li .nr .left {
  display: inline-block;
  vertical-align: top;
  width: 47.0833333333%;
  box-sizing: border-box;
  padding-right: 52px;
}
.talent-recruitment .talent-recruitment-list > li .nr .right {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  box-sizing: border-box;
  padding-left: 100px;
  border-left: 1px dashed #969696;
}
.talent-recruitment .talent-recruitment-list > li .nr .mobile-title {
  display: none;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}
.talent-recruitment .talent-recruitment-list > li .nr .mobile-title p {
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .talent-recruitment .talent-recruitment-list > li .nr:after {
    bottom: -15px;
  }
  .talent-recruitment .talent-recruitment-list > li .nr > div {
    padding: 0.2rem 0.1rem;
  }
  .talent-recruitment .talent-recruitment-list > li .nr > div:after {
    display: none;
  }
  .talent-recruitment .talent-recruitment-list > li .nr > div h1 {
    margin-bottom: 0.1rem;
    font-size: 18px;
  }
  .talent-recruitment .talent-recruitment-list > li .nr > div .mailbox {
    margin-top: 0.1rem;
    position: static;
  }
  .talent-recruitment .talent-recruitment-list > li .nr .left {
    padding: 0;
    width: 100%;
  }
  .talent-recruitment .talent-recruitment-list > li .nr .right {
    margin-top: 0.2rem;
    padding: 0;
    width: 100%;
    border-left: none;
  }
  .talent-recruitment .talent-recruitment-list > li .nr .mobile-title {
    display: block;
  }
}

.news-tabs {
  text-align: center;
  margin-bottom: 26px;
}
.news-tabs a {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  max-width: 45%;
  height: 38px;
  line-height: 38px;
  margin: 0 4px;
  background-color: #fff;
  font-size: 14px;
  color: #555;
}
.news-tabs a:hover {
  color: #3599d8;
}
.news-tabs a.on {
  color: #fff;
  background-color: #585858;
}

.news-list {
  padding-bottom: 30px;
}
.news-list li {
  position: relative;
}
.news-list li:hover:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 95px;
  background: url(../images/shadow_1.png) center bottom no-repeat;
  background-size: 100% auto;
  left: 0;
  bottom: -40px;
  z-index: 1;
  content: "";
  opacity: 0.2;
}
.news-list li:hover .img {
  opacity: 0.8;
}
.news-list li:hover .time {
  background-color: #3599d8;
}
.news-list li:hover h3 {
  text-indent: 0.5em;
  color: #3599d8;
}
.news-list li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 36px;
  overflow: hidden;
  z-index: 5;
}
.news-list li .img {
  float: left;
  width: 334px;
}
.news-list li .img span {
  display: block;
  width: 100%;
  height: 232px;
  position: relative;
}
.news-list li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-list li .time {
  margin-top: 45px;
  float: right;
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: #555;
  text-align: center;
  font-family: "Arial";
  transition: all 0.2s ease;
}
.news-list li .date {
  font-size: 24px;
  padding-top: 25px;
}
.news-list li .year {
  font-size: 14px;
}
.news-list li .info {
  margin-left: 370px;
  margin-right: 170px;
  padding-top: 45px;
}
.news-list li h3 {
  font-size: 22px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.news-list li .p {
  font-size: 13px;
  line-height: 28px;
  color: #777;
  height: 84px;
  overflow: hidden;
}
.news-list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news-list li a {
    padding: 0.1rem;
  }
  .news-list li .img {
    width: 200px;
  }
  .news-list li .img span {
    height: 0;
    padding-bottom: 69.4610778443%;
  }
  .news-list li .info {
    margin-left: 230px;
    padding-top: 20px;
    margin-right: 130px;
  }
  .news-list li .time {
    margin-top: 20px;
  }
  .news-list li .p {
    height: 56px;
  }
}
@media screen and (max-width: 640px) {
  .news-list li .img {
    width: 120px;
  }
  .news-list li .time {
    display: none;
  }
  .news-list li .info {
    margin-right: 0;
    padding-top: 0;
    margin-left: 140px;
  }
  .news-list li .info h3 {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .news-list li + li {
    margin-top: 0.1rem;
  }
}

.news-info {
  background-color: #fff;
  padding: 60px 0 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .news-info {
    padding: 0.15rem 0 0.2rem;
  }
}

.news-title {
  max-width: 945px;
  margin: 0 auto;
  border-bottom: 1px dashed #b2b2b2;
  text-align: center;
  padding-bottom: 25px;
}
.news-title h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.news-title .tips {
  font-size: 13px;
  line-height: 2em;
  color: #333;
}
@media screen and (max-width: 640px) {
  .news-title {
    box-sizing: border-box;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .news-title h2 {
    font-size: 20px;
  }
}

.news-article {
  padding-top: 15px;
  font-size: 12px;
  line-height: 26px;
  color: #666;
  max-width: 945px;
  margin: 0 auto;
  font-size: 12px;
}
.news-article p {
  margin-bottom: 13px;
}
.news-article img {
  max-width: 100%;
  height: auto !important;
}
.news-article ul {
  list-style: disc;
}
.news-article ul li {
  list-style: disc;
}
.news-article ol {
  list-style: decimal;
}
.news-article ol li {
  list-style: decimal;
}
@media screen and (max-width: 640px) {
  .news-article {
    box-sizing: border-box;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}

.news-paged {
  background-color: #787c81;
}
.news-paged li {
  float: left;
  border-left: 1px solid #a1a4a7;
  width: 33.333%;
  box-sizing: border-box;
}
.news-paged a {
  display: block;
  text-align: center;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}
.news-paged a:hover {
  background-color: #454545;
}
.news-paged-prev a:before {
  display: inline-block;
  vertical-align: top;
  font-family: "iconfont";
  margin-right: 30px;
  content: "\e704";
}
.news-paged-list a:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-family: "iconfont";
  content: "\e620";
}
.news-paged-next a:after {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  font-family: "iconfont";
  content: "\e606";
}
@media screen and (max-width: 640px) {
  .news-paged-prev a:before, .news-paged-list a:before {
    margin-right: 0.1rem;
  }
  .news-paged-next a:after {
    margin-left: 0.1rem;
  }
}

.index-banner .swiper-slide a {
  display: block;
  width: 100%;
  padding-bottom: 39.4270833333%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-banner-prev {
  position: absolute;
  width: 56px;
  height: 56px;
  left: 50px;
  top: 50%;
  margin-top: -28px;
  z-index: 5;
  border-radius: 100%;
  background-color: #bfbfbf;
  cursor: pointer;
  font-size: 34px !important;
  color: #000;
  transform: rotate(180deg);
  text-align: center;
  line-height: 56px;
}
.index-banner-next {
  position: absolute;
  width: 56px;
  height: 56px;
  right: 50px;
  top: 50%;
  margin-top: -28px;
  z-index: 5;
  border-radius: 100%;
  background-color: #bfbfbf;
  cursor: pointer;
  font-size: 34px !important;
  color: #000;
  text-align: center;
  line-height: 56px;
}
.index-banner-mobile {
  display: none;
  width: 100%;
}
.index-banner-mobile .swiper-slide a {
  display: block;
  width: 100%;
  padding-bottom: 63.7333333333%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-banner-mobile .swiper-pagination {
  bottom: 15px;
}
.index-banner-mobile .swiper-pagination-bullet {
  opacity: 1;
  background-color: #1f3068;
}
.index-banner-mobile .swiper-pagination-bullet-active {
  background-color: #3599d8;
}
@media screen and (max-width: 750px) {
  .index-banner {
    display: none;
  }
  .index-banner-mobile {
    display: block;
  }
}

.index-pro {
  background-color: #f2f2f2;
  padding: 75px 0 95px;
}
.index-pro > div:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 95px;
  background: url(../images/shadow_1.png) center bottom no-repeat;
  background-size: 100% auto;
  left: 0;
  bottom: -40px;
  z-index: 1;
  content: "";
  opacity: 0.2;
}
.index-pro .index-pro-pagination {
  bottom: -40px;
  text-align: center;
  width: 100%;
}
.index-pro .index-pro-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  opacity: 1;
  background-color: #1f3068;
}
.index-pro .index-pro-pagination .swiper-pagination-bullet-active {
  background-color: #3599d8;
}
@media screen and (max-width: 750px) {
  .index-pro {
    padding: 0.35rem 0 0.45rem;
  }
  .index-pro > div:after {
    bottom: -15px;
  }
  .index-pro .index-pro-pagination {
    bottom: -30px;
  }
}

.index-pro-swiper {
  position: relative;
  background-color: #f2f2f2;
  z-index: 5;
}
.index-pro-swiper.no-init {
  opacity: 0;
}
.index-pro-swiper.no-init .swiper-wrapper {
  display: block;
  overflow: hidden;
  max-height: 470px;
}
.index-pro-swiper.no-init .swiper-slide {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.index-pro-swiper .swiper-slide {
  background-color: #fff;
}
.index-pro-swiper .swiper-slide a {
  display: block;
}
.index-pro-swiper .swiper-slide a:hover .img img {
  transform: scale(1.1, 1.1);
}
.index-pro-swiper .swiper-slide a:hover .info h4 {
  color: #3599d8;
}
.index-pro-swiper .swiper-slide .img {
  width: 100%;
  padding-bottom: 72.5%;
  position: relative;
  overflow: hidden;
}
.index-pro-swiper .swiper-slide .img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s linear;
}
.index-pro-swiper .swiper-slide .info {
  padding: 20px 30px 50px;
}
.index-pro-swiper .swiper-slide .info h4 {
  font-size: 22px;
  color: #000;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.index-pro-swiper .swiper-slide .p {
  font-size: 12px;
  line-height: 26px;
  color: #888;
  height: 78px;
  overflow: hidden;
  margin-bottom: 12px;
}
.index-pro-swiper .swiper-slide .btn {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #3599d8;
  text-align: center;
  line-height: 24px;
  color: #3599d8;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .index-pro-swiper .swiper-slide .info {
    padding: 0.1rem 0.15rem 0.25rem;
  }
  .index-pro-swiper .swiper-slide .info h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .index-pro-swiper .swiper-slide .p {
    height: 6em;
    line-height: 1.5em;
  }
}

.index-about {
  padding: 80px 0 70px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .index-about {
    padding: 0.4rem 0 0.35rem;
  }
}

.index-about-video {
  float: left;
  width: 780px;
  height: 480px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 1250px) {
  .index-about-video {
    float: none;
    margin: 0 auto;
  }
}
.index-about-video .box,
.index-about-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-about-video video,
.index-about-video .mejs-container,
.index-about-video .mejs-layer {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.index-about-video .mejs-container .mejs-controls {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .index-about-video {
    width: 100%;
    height: 0;
    padding-bottom: 61.5384615385%;
  }
}

.index-about-box {
  margin-top: 20px;
  overflow: hidden;
}
.index-about-box .box {
  background-color: #f2f2f2;
  padding: 70px 110px;
  position: relative;
  z-index: 10;
  margin-right: 126px;
  margin-top: 55px;
}
.index-about-box .box h5 {
  font-size: 26px;
  color: #333;
  margin-bottom: 20px;
}
.index-about-box .box .p {
  font-size: 13px;
  line-height: 30px;
  color: #777;
  height: 120px;
  overflow: hidden;
}
.index-about-box .more {
  position: absolute;
  width: 140px;
  height: 64px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 64px;
  transition: all 0.2s ease;
  right: -80px;
  top: 50%;
  margin-top: -32px;
  z-index: 5;
}
.index-about-box .more:hover {
  opacity: 0.8;
}
.index-about-box .word {
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .index-about-box .box {
    padding: 70px 70px 70px 30px;
  }
}
@media screen and (max-width: 1250px) {
  .index-about-box {
    position: static;
    margin-top: 0;
  }
  .index-about-box .box {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 70px 110px;
  }
  .index-about-box .word,
  .index-about-box .more {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .index-about-box .box {
    padding: 0.25rem;
  }
  .index-about-box .box h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .index-about-box .box .p {
    font-size: 12px;
    line-height: 23px;
    height: auto;
  }
}

.index-news-title {
  border-bottom: 1px solid #d6d6d6;
}
.index-news-title .t {
  float: left;
  position: relative;
  padding-bottom: 10px;
}
.index-news-title .t:after {
  bottom: -1px;
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #7d7d7d;
  position: absolute;
}
.index-news-title .cn {
  font-size: 26px;
  color: #333;
}
.index-news-title .en {
  font-size: 14px;
  font-family: "Arial";
  color: #a3a3a3;
  text-transform: uppercase;
}
.index-news-title .more {
  float: right;
  font-size: 14px;
  font-family: "Arial";
  color: #333;
  padding-top: 30px;
}
.index-news-title .more:hover {
  color: #3599d8;
}
@media screen and (max-width: 750px) {
  .index-news-title {
    border-bottom: none;
  }
  .index-news-title .more {
    display: none;
  }
  .index-news-title .t {
    float: none;
    width: 100%;
    text-align: center;
  }
  .index-news-title .t:after {
    display: none;
  }
  .index-news-title .cn {
    font-size: 16px;
  }
  .index-news-title .en {
    font-size: 10px;
  }
}

.index-news-list {
  padding-top: 25px;
  padding-bottom: 60px;
  width: 1616px;
  margin: 0 auto;
}
.index-news-list li {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 0 12px;
}
.index-news-list li .img {
  width: 100%;
  padding-bottom: 62.3684210526%;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.index-news-list li .img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.index-news-list li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-news-list li .img:hover:after {
  opacity: 1;
}
.index-news-list li .info h4 {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-news-list li .info h4 a {
  color: #000;
}
.index-news-list li .info h4 a:hover {
  color: #3599d8;
}
.index-news-list li .p {
  font-size: 13px;
  color: #999;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-news-list li .more {
  color: #3599d8;
  font-size: 13px;
  font-family: "Arial";
}
.index-news-list li .more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1616px) {
  .index-news-list {
    width: 100%;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 750px) {
  .index-news-list {
    padding-top: 0.13rem;
    padding-bottom: 0.3rem;
  }
  .index-news-list li {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 10px;
  }
  .index-news-list li .img {
    margin-bottom: 8px;
  }
  .index-news-list li .info h4 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
    height: 20px;
  }
  .index-news-list li .p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .index-news-list li .more {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
