@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  overflow-x: hidden;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

.no_mes_tip {
  display: none;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 600;
}

.no_mes_tip.active {
  display: block;
}

button {
  /* border: none; */
}

.map img {
  max-width: inherit;
}

/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Han Sans CN", 'pingfang SC';
  color: #555;
  overflow-x: hidden;
}

button:focus {
  outline: none;
}

em,
i {
  font-style: normal;
}

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

.w100 {
  width: 100%;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

input:focus,
textarea:focus {
  outline: none;
}

.overh {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.fuwupingtai {
  margin-bottom: 4.75rem;
  position: relative;
}

.fuwupingtai .swiper-pagination {
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.fuwupingtai {
  height: 220px;
}

.fuwupingtai>div .swiper-slide {
  border: 1px solid #ddd;

}

.fuwupingtai>div .swiper-slide img {
  object-fit: cover;
  height: 100%;
}

.fuwupingtai .swiper-pagination-bullet {
  width: 20px;
  margin: 0 4px;
  height: 20px;
  background: #6d6b6b;
}

.fuwupingtai .swiper-pagination-bullet-active {
  background: #e60012;
}

.gupiao {
  color: #fff;
  display: table;
  height: 71px;
  font-size: 1.125rem;
  padding-top: 10px;
}

.daohang.active .gupiao {
  padding-top: 0;
}

.gupiao>div {
  display: table-cell;
  vertical-align: middle;
}

.gupiao:hover::after {
  display: none;
}

.displaynone {
  display: none;
}

.daohang.active .gupiao {
  color: #000;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.tanchu_school .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}

.tanchu_jianli .modal-dialog {
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 215px;
}

.tanchu_jianli .modal-content {
  box-shadow: none;
  border: none;
}

.tanchu_jianli .modal-body {
  position: relative;
  padding: 0 0 15px;
}

.tanchu_jianli .recruitment-guide-title {
  margin-top: 6px !important;
}

.tanchu_jianli .modal-header {
  border-bottom: none;
  padding: 15px 15px 0;
}

.tanchu_jianli .close {
  opacity: 1;
}

.tanchu_school .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #e40012;
  border-radius: 50%;
}

.tanchu_school #myModalLabel {
  font-weight: 600;
}

.tanchu_school .name {
  font-size: 1.25rem;
  color: #1b1b1b;
  text-align: left;
  position: relative;
  padding-left: 25px;
}

.tanchu_school .modal-body {
  padding: 30px;
}

.tanchu_school .text {
  font-size: 1.125rem;
  line-height: 30px;
  text-align: left;
  color: #656365;
  padding-left: 25px;
}

.tanchu_school ul li {
  margin-bottom: 15px;
}

.tanchu_school ul li:last-child {
  margin-bottom: 0;
}

body {
  padding-top: 84px;
}

.f14px {
  font-size: 14px;
}

.f16px {
  font-size: 16px;
}

.book {
  border: 1px solid #000;
}

.db {
  display: block;
}

.dnb {
  display: inline-block;
}

.flight {
  font-weight: lighter;
}

.fbold {
  font-weight: bold;
}

.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}

.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}

.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}

.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.hovercolor {
  color: #8cca1d;
}

.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}

.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}

.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}

.f48 {
  font-size: 48px;
}

.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p15 {
  padding: 15px;
}

.w50 {
  width: 50%;
}

.blod {
  font-weight: bold;
}

.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.w55 {
  width: 55%;
}

.daohang {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  padding: 10px 0;
  top: 0;

  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.daohang.active1 {
  padding: 5px 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.15);
  /* Opera */
}

.daohang .container {
  width: 90%;
}

.daohang .nav-ul {
  text-align: center;
}

.daohang .nav-ul>li {
  float: left;
  font-size: 1.125rem;
  line-height: 63px;
  margin: 0 1.5rem;

  position: relative;
}

.daohang .nav-ul>li:nth-child(5) .er-ul {
  display: none;
}

.ban .banzi .p2 {
  display: none;
}

.daohang .nav-ul>li::after {
  content: '';
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  opacity: 0;
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  background: #FFFFFF;
  left: 0;
}

.daohang .nav-ul>li i {
  font-size: 1.25rem;
  color: #FFFFFF;
}

.daohang.active .nav-ul>li i {
  color: #262525;
}

.daohang.active .nav-ul>li.active>a {
  color: #e40012;
}

.daohang .nav-ul>li.active::after,
.daohang .nav-ul>li:hover::after,
.daohang.active .nav-ul>li.active::after {
  width: 100%;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.daohang .nav-ul>li>a {

  color: #FFFFFF;
}

.daohang .nav-ul>li:nth-child(7),
.daohang .nav-ul>li:nth-child(8) {
  color: #FFFFFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}



.daohang .nav-ul>li:nth-child(8) i {
  font-size: 1.5625rem;
}

.daohang .img2 {
  display: none;
}

.daohang.active {
  background: #FFFFFF;
  box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.15);
}

.daohang.active .img1 {
  display: none;
}

.daohang.active .img2 {
  display: block;
}

.daohang.active .nav-ul>li>a {
  color: #262525;
}

.daohang.active .nav-ul>li:nth-child(7),
.daohang.active .nav-ul>li:nth-child(8) {
  color: #262525;
}



#dowebok .section.active .hd-p {
  animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -o-animation: fadeInUp 1s;
}

#dowebok .section.active .index-new-ul {
  animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -o-animation: fadeInUp 1s;
}

#dowebok .section.active .index-left .left-div .divs .p1 {
  animation: fadeInUp 1.2s;
  -moz-animation: fadeInUp 1.2ss;
  -webkit-animation: fadeInUp 1.2ss;
  -o-animation: fadeInUp 1.2ss;
}

#dowebok .section.active .index-left .left-div .divs .p2 {
  animation: fadeInUp 1.4s;
  -moz-animation: fadeInUp 1.4s;
  -webkit-animation: fadeInUp 1.4s;
  -o-animation: fadeInUp 1s;
}

#dowebok .section.active .more {
  animation: fadeInUp 1.6s;
  -moz-animation: fadeInUp 1.6s;
  -webkit-animation: fadeInUp 1.6s;
  -o-animation: fadeInUp 1.6s;
}

.bnner {
  overflow: hidden;
}

.bnner .swiper-slide {
  height: 100vh;
  width: 100vw !important;
}

.bnner .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.bnner .ban-zi {
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  top: 45%;
  text-align: center;
  width: 90%;
}

.bnner .ban-zi .p1 {
  letter-spacing: 2px;
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
}

.bnner .ban-zi .p2 {
  margin-top: 20px;
  font-size: 1.4375rem;
  line-height: 35.57px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.bnner .bann-soll {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
  animation: mymove 2s infinite;
  -moz-animation: mymove 2s infinite;
  /* Firefox */
  -webkit-animation: mymove 2s infinite;
  /* Safari and Chrome */
  -o-animation: mymove 2s infinite;
  /* Opera */
}

.bnner .bann-soll img {
  width: 25px;
  position: relative;
}

@keyframes mymove {
  from {
    bottom: 50px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }

  to {
    bottom: 30px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
}

.hd-p {
  font-weight: bold;
  font-size: 93px;
  line-height: 1;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}

.hd-p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  left: 0;
  bottom: -10px;
}

.index-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 5%;
}

.index-left .p1-img {
  right: 0;
  top: 25%;
}

.index-left .left-div {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 85%;
}

.index-left .left-div .divs {
  width: 69%;
  margin-top: 35px;
  padding-left: 10%;
}

.index-left .left-div .divs .p1 {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 10px;
}

.index-left .left-div .divs .p2 {
  font-size: 1.125rem;
  line-height: 30px;
  color: #ffffff;
}

.index-solution {
  background: #e60012;
}

.index-solution>div {
  width: 50%;
}

.index-solution .rig>img {
  height: 100vh;
  overflow: hidden;
}

.index-solution .p2-img {
  left: 0;
  top: 25%;
}

.more {
  margin-top: 60px;
}

.more a {
  display: inline-block;
  border: 1px solid #FFFFFF;

  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.more a:hover {
  background: #FFFFFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #e60012;
}

.index-product {
  background: #F7F7F7;
  overflow: hidden;
  height: 100vh;
}

.index-product>div {
  width: 50%;
}

.index-product .right {
  background: #FFFFFF;
}

.index-product .index-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.index-product .index-left .left-div {
  left: 10%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-product .index-left .left-div .hd-p {
  color: #000000;
}

.index-product .index-left .left-div .hd-p::after {
  background: #B7B6B6;
}

.index-product .index-left .left-div .divs .p1 {
  color: #3a3838;
}

.index-product .index-left .left-div .divs .p2 {
  color: #3A3838;
}

.index-product .index-left .left-div .divs .more a {
  color: #3A3838;
  border: 1px solid #B7B6B6;
}

.index-product .pp-ul {
  width: 95%;
  margin-top: 30px;
}

.index-product .pp-ul li {
  width: 46%;
  margin-left: 4%;
  float: left;
}

.index-product .pp-ul li .p1 {
  background: #F7F7F7;
  font-weight: bold;
  font-size: 5.9375rem;
  text-transform: uppercase;
  color: #BABABA;
  color: #bababa;
  padding: 60px;
  text-align: center;
}

.index-product .pp-ul li .p2 {
  font-weight: bold;
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  text-align: center;
  color: #303030;
  margin-bottom: 30px;
}

.index-product .p2-img {
  top: 0;
  left: 0;
}

.index-product .p1-img {
  top: 37.4%;
}

.index-news {
  overflow: hidden;
}

.index-news>div {
  width: 50%;
  height: 100vh;
}

.index-news .index-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.index-news .index-left .left-div {
  left: 10%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-news .index-left .left-div .hd-p {
  color: #000000;
}

.index-news .index-left .left-div .hd-p::after {
  background: #B7B6B6;
}

.index-news .index-left .left-div .divs .p1 {
  color: #3a3838;
}

.index-news .index-left .left-div .divs .p2 {
  color: #3A3838;
}

.index-news .index-left .left-div .divs .more a {
  color: #3A3838;
  border: 1px solid #B7B6B6;
}

.index-news .new-ul li {
  float: left;
  width: 50%;

}

.index-news .new-ul li a img {
  height: 33.33vh;
  width: 100%;
  object-fit: cover;
}

.index-news .new-ul li a {
  position: relative;
  display: block;
}

.index-news .new-ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.index-news .new-ul li.active a::after,
.index-news .new-ul li:hover a::after {
  background: rgba(255, 255, 255, 0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.index-news .p2-img {
  top: 27.4%;
  left: 0;
}

.index-news .index-left .p1-img {
  top: 27.4%;
}

.index-news .index-new-ul {
  width: 70%;
  margin-top: 60px;
  padding-left: 10%;
}

.index-news .index-new-ul li {
  display: none;
}

.index-news .index-new-ul li .data {
  font-size: 1.8125rem;
  line-height: 1;
  opacity: 0.39;
  color: #000000;
}

.index-news .index-new-ul li .title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 2.5625rem;
  line-height: 58px;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
  height: 58px;
  color: #3A3838;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index-news .index-new-ul li .title a {
  color: #3A3838;
}

.index-news .index-new-ul li .yao {
  font-size: 1.125rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #3a3838;
}

.index-news .index-new-ul li .more {
  margin-top: 30px;
}

.index-news .index-new-ul li .more a {
  border: 1px solid #B7B6B6;
  color: #3a3838;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.index-news .index-new-ul li .more a:hover {
  background: #e60012;
  color: #FFFFFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.index-news .index-new-ul li.active {
  display: block;
}

.index-about {
  background: url(../img/11.jpg) no-repeat;
  background-size: cover;
}

.index-about .index-left {
  width: 50%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}

.index-about .index-left .p1-img {
  top: 36%;
}

.index-about .right {
  width: 50%;
  height: 100vh;
  right: 0;
  top: 0;
  bottom: 0;
}

.index-about .right .p2-img {
  top: 36%;
}

.index-foot {
  padding: 40px 0 20px;
  background: #f8f8f8;
}

.index-foot .p1 {
  text-align: center;
  color: #7A7979;
  font-size: 1.125rem;
}

.index-foot .div2 {
  text-align: center;
  height: 46px;
  margin-top: 10px;
}

.index-foot .social-share {
  display: inline-block;
}

.index-foot .social-share a {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  background: transparent;
  padding: 0;
  color: #7A7979;
  font-size: 1.25rem;
  border-radius: 100%;
  border: 2px solid #7A7979;
  line-height: 30px;
}

.ban .banzi {
  left: 50%;
  top: 50%;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  letter-spacing: 2px;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ban .banzi .p2 {
  font-weight: 400;
  letter-spacing: 16px;
  font-size: 1.8rem;
  margin-top: 13px;

}

.kehu-lunbo .swiper-container {
  padding: 30px 0 70px;
}

.kehu-lunbo .swiper-slide {
  padding: 10px;
  border: 1px solid #eee;
}

.xinzeng0228 {
  padding: 80px 0;
}

.xinzeng0228 ul {
  margin-top: 50px;
}

.xinzeng0228 li {
  padding: 0 2rem 0;
  width: 14.285%;
  float: left;
  margin-bottom: 30px;
  line-height: 20px;
}
.xinzeng0228 .wz{
  text-align: center;
}
.xinzeng0228 .wz p:nth-child(1){
  font-size: 1.25rem;
  padding-bottom: 2rem;
}
.xinzeng0228 .wz p:nth-child(2){
  color: #f20000;
  font-size: 1.25rem;
}
.xinzeng0228 li .name {
  font-size: 1.25rem;
  color: #595959;
  /* line-height: 36px; */
  border-right: 1px solid #595959;
}
.xinzeng0228 li:nth-child(7n+7) .name:last-child{
  border-right: none;
}

.xinzeng0228 li .text {
  font-size: 1rem;
  line-height: 30px;
  color: #969696;
  display: none;
}

@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }

  .markets-main .nsxt ul{
    width: 100%;
  }
}

.position-div {
  font-size: 1rem;
  line-height: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
  bottom: 40px;
  width: 100%;
  left: 0;
  right: 0;
}

.position-div a {
  color: #FFFFFF;
}

.position-div a:hover {
  color: #e60012;
}

.about-us .div1 {
  margin-top: 90px;
}

.about-us .div1 .p1 {
  font-size: 2rem;
  line-height: 80px;
  color: #000;
  font-weight: bold;
}

.about-us .div1 .p1 span {
  display: inline-block;
  margin-left: 20px;
}

.about-us .div1 .p1 span b {
  color: #e40012;
  font-weight: bold;

  border-bottom: 2px solid #e40012;
}

.about-us .div1 .p1 span:nth-child(1) {
  margin-left: 0;
}

.about-us .div1 .p2 {
  font-size: 1.875rem;
  line-height: 48px;
  color: #444343;
  margin: 20px 0 30px;
}

.about-us .div1 .div3 {
  font-size: 1.125rem;
  line-height: 36px;
  color: #656468;
}

.about-us .div1 .div-img {
  margin-top: 90px;
}

.about-us .div2 {
  padding-bottom: 90px;
}

.fazhan {
  background: #f1f1f1;
  /* padding: 160px ​0 0; */
  padding-top: 90px;
}

.hd-p {
  color: #000000;
  font-size: 2.375rem;
  font-weight: lighter;
}

.rongs-div {
  padding: 90px 0 40px;
  background: #f1f1f1;
}

.rongs-div .hd-p::after {
  opacity: 0;
}

.rongs-div .rong-lunbo {
  margin-top: 54px;
}

.rongs-div .rong-lunbo .swiper-container,
.pro-lunbos .swiper-container {
  padding-bottom: 50px;
}

.pro-lunbos .swiper-container {
  padding-bottom: 70px;
}

.rongs-div .rong-lunbo .swiper-container .swiper-pagination-bullet,
.pro-lunbos .swiper-container .swiper-pagination-bullet,
.kehu-lunbo .swiper-container .swiper-pagination-bullet,
.pro-lunbos .swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #6d6b6b;
}

.rongs-div .rong-lunbo .swiper-container .swiper-pagination-bullet-active,
.pro-lunbos .swiper-container .swiper-pagination-bullet-active,
.kehu-lunbo .swiper-container .swiper-pagination-bullet-active,
.pro-lunbos .swiper-container .swiper-pagination-bullet-active {
  background: #e60012;
}

.rongs-div .swiper-slide .overh {
  padding: 18px;
  background: #f1f1f1;
}

.rongs-div .swiper-slide .til {
  color: #000000;
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}

.foot-d {
  border-top: 1px solid #cccccc;
}

.concern {
  padding: 70px 0 100px;
}

.concern .concern-list {
  margin-top: 70px;
}

.concern .concern-list .ren-div a {
  display: block;
}

.concern .concern-list .ren-div a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.concern .concern-list .ren-div a>div {
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  padding: 0 50px;
  top: 50px;
  z-index: 3;
  font-size: 1rem;
}

.bl {
  display: block;
}

.panel-title .bl {
  position: relative;
  padding: 12px 0;
  color: #656468;
}

.panel-title .bl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../img/jtx.png);
  width: 16px;
  height: 16px;
  background-size: contain;
}

.concern .concern-list .ren-div a .title {
  line-height: 26px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}


.concern .div-pros1 .ren-div a .zai-div {
  font-size: 1rem;
  line-height: 1.875rem;
}

.concern .concern-list .div-top .left {
  width: 66.66%;
}

.concern .concern-list .div-top .left .ren-div a::after {
  background: rgba(3, 41, 112, 0.67);
}

.concern .concern-list .div-top .right {
  width: 33.33%;
}

.concern .concern-list .div-top .right .ren-div a::after {
  background: rgba(93, 32, 110, 0.46);
}

.concern .concern-list .div-mid>div {
  width: 33.33%;
  float: left;
}

.concern .concern-list .div-mid>div:nth-child(1) .ren-div a::after {
  background: rgba(0, 120, 167, 0.68);
}

.concern .concern-list .div-mid>div:nth-child(2) .ren-div a::after {
  background: rgba(207, 60, 35, 0.74);
}

.concern .concern-list .div-mid>div:nth-child(3) .ren-div a::after {
  background: rgba(60, 156, 181, 0.56);
}

.concern .concern-list .div-bot .left {
  width: 66.66%;
}

.concern .concern-list .div-bot .left .ren-div a::after {
  background: rgba(106, 143, 50, 0.61);
}

.concern .concern-list .div-bot .right {
  width: 33.33%;
}

.concern .concern-list .div-bot .right .ren-div a::after {
  background: rgba(190, 185, 144, 0.39);
}

.con-title {
  font-weight: bold;
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #000000;
}

.con-zhai {
  font-size: 1.125rem;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #656468;
}

.concern .div-pros1 .div-top .left .ren-div a::after {
  background: rgba(0, 0, 0, 0.3);
}

.plan {
  padding: 80px 0 110px;
}

.plan .plan-div {
  margin-top: 80px;
}

.plan-ul {
  text-align: center;
}

.plan .plan-ul li .p1 {
  width: 160px;
  height: 60px;
  text-align: center;
  font-size: 1.3125rem;
  background: #f1f1f1;
  color: #000000;
  border-radius: 30px;
  margin: 0 auto;
  line-height: 60px;
}

.plan .plan-ul li .p2 {
  font-size: 1.3125rem;
  line-height: 35.28px;
  text-transform: uppercase;
  color: #727171;
  margin: 20px 0 10px;
}

.plan .plan-ul li .qi-div {
  margin: 0 auto 20px;
  text-align: center;

}

.plan .plan-ul li:nth-child(2) .p1 {
  background: #514f4f;
  color: #FFFFFF;
}

.plan .plan-ul li:nth-child(3) .p1 {
  background: #e10012;
  color: #FFFFFF;
}

.career {
  padding: 70px 0 130px;
}

.career .career-div {
  margin-top: 70px;
}

.career .career-div .div-bg {
  width: 670px;
  height: 245px;
  border: 1px dashed #e10012;
  margin: 0 auto;
  border-radius: 245px;
}

.career .career-div .div-bg .shu {
  font-weight: bold;
  font-size: 2.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #000000;
}

.career .career-div .aree-l {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.career .career-div .aree-l .fang {
  font-size: 1.6875rem;
  border-radius: 3px;
  width: 314px;
  height: 81px;
  line-height: 81px;
  position: relative;
  margin-top: 29px;
  text-align: center;
  border: 1px solid #979797;
  color: #979797;
}

.career .career-div .aree-l .xian {
  line-height: 139px;
}

.career .career-div .aree-l .yuan {
  width: 139px;
  height: 139px;
  line-height: 139px;
  border-radius: 100%;
  background: #e10012;
  font-size: 1.6875rem;
  text-align: center;
  color: #FFFFFF;
}

.career .career-div .right {
  right: 0;
}

.xinwen {
  background: #f3f3f3;
}

.xinwen .left {
  width: 50%;
}

.xinwen .left .xin-ul li {
  width: 50%;
  height: 318px;
  overflow: hidden;
  float: left;
  position: relative;
}

.xinwen .left .xin-ul li img {
  height: 318px;
  object-fit: cover;
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.xinwen .left .xin-ul li a {
  position: relative;
  display: block;
}

.xinwen .left .xin-ul li a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.xinwen .left .xin-ul li.active a:after {
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */

}

.xinwen .left .xin-ul li.active img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.05);
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari 和 Chrome */
  -o-transform: scale(1.05);

}

.xinwen .right {
  width: 50%;
  padding-top: 53px;
  height: 954px;
  overflow-y: scroll;
}

.xinwen .right .xin-p {
  font-size: 2.25rem;
  line-height: 1;
  color: #222223;
}

.xinwen .right .news-ul {
  margin-top: 40px;
}

.xinwen .right .news-ul li {
  background: #f3f3f3;
  padding: 2.65rem 0;
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.xinwen .right .news-ul li:nth-child(even) {
  background: #ffffff;
}

.xinwen .right .news-ul li .fl {
  width: 25%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 24px;
  text-transform: uppercase;
  color: #9E9FA1;
}

.xinwen .right .news-ul li .rights {
  width: 75%;
}

.xinwen .right .news-ul li .rights .title {
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xinwen .right .news-ul li .rights .title a {
  font-size: 1.3125rem;
  text-transform: uppercase;
  color: #636363;
}

.xinwen .right .news-ul li .rights .zhai {
  font-size: 1rem;
  line-height: 24px;
  text-transform: uppercase;
  color: #636363;
  opacity: .63;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.xinwen .right .news-ul li:hover,
.xinwen .right .news-ul li {

  border: 1px solid transparent;
}

.xinwen .right .news-ul li:hover,
.xinwen .right .news-ul li.active {
  background: #FFF;
  border: 1px solid #e60012;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.xinwen .right .news-ul li:hover .fl,
.xinwen .right .news-ul li.active .fl {
  color: #e60012;
}

.xinwen .right .news-ul li:hover .rights .title a,
.xinwen .right .news-ul li.active .rights .title a {
  color: #e60012;
}

.xinwen .right .news-ul li:hover .rights .zhai,
.xinwen .right .news-ul li.active .rights .zhai {

  opacity: 1;
}

.xinwen .right::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.xinwen .right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.xinwen .right::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}

.link-hd {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1;
  color: #000000;
  padding-bottom: 10px;
}

.link-hd::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #e60012;
}

.link-top {
  padding: 75px 0;
}

.link-top .link-gong,
.mt_row {
  margin-top: 73px;
}

.link-top .link-gong .p1 {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 26px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 2px solid #dedede;
}

.link-top .link-gong .gong-zhai {
  font-size: 1.125rem;
  line-height: 30px;
  margin-top: 24px;
  color: #000000;
}

.link-mid {
  /* background: #f3f3f3; */
  padding: 0px 0 90px;
}


/*市场领域详情页新开始*/
.markets.newbj .link-hd{
  text-align: center;
}
.markets.newbj .link-hd::after{
  margin: 0 auto;
  right: 0;
  height: 3px;
}
.markets-main .part1{
  overflow: hidden;
  background: #efefef;
  
}
.markets-main .part1 .left{
   width: 50%;
}
.markets-main .part1 .right{
  width: 50%;
  padding: 2.5% 2.5% 0;
 
}
.markets-main .part1 .ico{
  overflow: hidden;
  width: 40rem;
  margin-top: 5%;
}
.markets-main .part1 .titi{
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 2rem;
}
.markets-main .part1 .right .titi h3{
   font-size: 2.5rem;
   color: #000;
  
}
.markets-main .part1 .right .titi span a{
  padding: 3px 15px;
  background: #e30012;
  color: #fff;
  border-radius: 5px;
  display: inline-block;

}
.markets-main .part1 .miaos{
  line-height: 35px;
  font-size: 1.125rem;
 
}
.markets-main .part1 .ico li img{
  max-width: 72px;
  /* background: #fff; */
  padding: 10px;
  margin-bottom: 10px;

}
.markets-main .part1 .ico ul{
 
  padding-top: 2rem;
  overflow: hidden;
}
.markets-main .part1 .ico ul li{
  float: left;
  
  text-align: center;
  margin-bottom: 20px;
  width: 90px;
}
.markets-main .part1 .ico ul li:hover p a{
  color: #e30012;
}
.markets-main .nsxt ul li:hover p a{
  color: #e30012;
}
.markets .markets-main{
  margin-top: 3rem;
}
.markets-main .part1 .ico ul li a{
  color: #8d8d8dee;
}

.markets-main .part1 .ico ul li:nth-child(2){
  margin-left: 10rem;
  margin-right: 10rem;
}
.markets-main .part1 .ico ul li:nth-child(5){
  margin-left: 10rem;
  margin-right: 10rem;
}
.markets-main .part1 .right .titi span a:hover{
  background: #bd0413;
}

.markets-main .nsxt ul{
  overflow: hidden;
  width: 100%;
}

.markets-main .nsxt{
  overflow: hidden;
  padding-top: 6rem;
}
.markets-main .nsxt ul li{
  width: 20%;
  margin: 15px 0;
  
  text-align: center;
  

}
.markets-main .nsxt ul li div{
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 11%);
  padding: 10px;
}

.markets-main .nsxt .titi{
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 20px;
}
.markets-main .part1 .titi span{
  display: inline-block;
  margin-top: 0.5rem;
  margin-left: 2rem;
}



.markets-main .nsxt ul li a{
  color: #8d8d8dee;
  display: inline-block;
}








/*市场领域详情页新结束*/


.link-mid .mid-div {
  margin-top: 70px;
}

.link-bot {
  padding: 50px 0 70px;
}

.link-bot .liu-div {
  margin-top: 40px;
}

.link-bot .liu-div .lius {
  margin-bottom: 30px;
}

.link-bot .liu-div .lius input {
  width: 100%;
  border: 2px solid #c8c9ca;
  border-radius: 5px;
  height: 44px;
  padding-left: 15px;
}

.link-bot .liu-div .lius input::placeholder {
  color: #979797;
  font-size: 1rem;
}

.link-bot .liu-div .lius .xing {
  font-size: 1rem;
  line-height: 44px;
  text-transform: uppercase;
  color: #979797;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}

.link-bot .liu-div .lius .xing sup {
  color: #E10012;
}

.link-bot .liu-div textarea {
  height: 200px;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
  resize: none;
  border: 2px solid #c8c9ca;
}

.link-bot .liu-div textarea::placeholder {
  color: #979797;
  font-size: 1rem;
  padding: 15px;
}

.link-bot .liu-div button {
  font-size: 1rem;
  margin-top: 20px;
  line-height: 44px;
  width: 103px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  border: none;
  background: #e60012;
  color: #FFFFFF;
}

.reason {
  padding-top: 150px;
  padding-bottom: 0px;
}

.reason .reason-top {
  margin-top: 52px;
}

.reason .reason-d {

  padding: 0;
  border-radius: 30px;
  cursor: pointer;

}

.reason .reason-d a {
  display: block;
}

.reason .reason-d:hover {

  background: transparent;
}

.reason .reason-d:hover a .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: rotateZ(-360deg);
}

.reason .reason-d:hover a .tils {
  color: #e60012;
}

.xz-pret {
  background: url(../img/xzss.jpg) no-repeat;
  background-size: cover;
  display: flex;
  /*实现垂直居中*/
  align-items: center;
  /*实现水平居中*/
  justify-content: center;

  text-align: justify;
  position: relative;
  height: 100vh;

}

.xz-pret .con-title {
  color: #FFF;
}

.xz-pret .container {
  position: relative;
  z-index: 4;
}

.xz-pret::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.301);
}

.reason .reason-d .tils {
  font-size: 1.3125rem;
  margin-top: 10px;
  line-height: 35.28px;
  text-transform: uppercase;
  color: #000000;
}

.reason .reason-midd .reason-midd-lunbo {
  padding: 70px 0;
}

.reason .reason-midd .reason-midd-lunbo .overh {
  border-radius: 100%;
  width: 400px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
}

.reason .reason-midd .reason-midd-lunbo .overh img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.reason .reason-midd .reason-midd-lunbo .bot-reason {
  padding: 30px 0px;
  /* background: #d9e2e9; */
}

.reason .reason-midd .reason-midd-lunbo .bot-reason .titlw {
  line-height: 36px;
  display: -webkit-box;
  text-align: center;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.reason .reason-midd .reason-midd-lunbo .bot-reason .titlw a {
  font-size: 1.5rem;
  color: #656468;
  text-align: center;
}

.reason .reason-midd .reason-midd-lunbo .bot-reason .more1 {
  margin-top: 14px;
  text-align: center;
}

.reason .reason-midd .reason-midd-lunbo .bot-reason .more1 a {
  font-size: 1rem;
  color: #656468;
}

.reason .reason-midd .reason-midd-lunbo .swiper-slide .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.reason .reason-midd .reason-midd-lunbo .swiper-slide:hover .titlw a {
  color: #e60012;
}

.reason .reason-midd .reason-midd-lunbo .swiper-slide:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}

.reason .reason-midd .reason-midd-lunbo .swiper-slide:hover .bot-reason .more1 a {
  color: #e60012;
}

.reason .reason-bot {
  margin-top: 80px;
}

.reason .reason-midd .reason-midd-lunbo .swiper-slide {
  transform: scale(0.6);
}

.reason .reason-midd .reason-midd-lunbo .swiper-slide .bot-reason {
  opacity: 0;
}

.reason .reason-midd .reason-midd-lunbo .swiper-slide-next.swiper-slide {
  transform: scale(1);
}

.reason .reason-midd .reason-midd-lunbo .swiper-slide-next.swiper-slide .bot-reason {
  opacity: 1;
}

.reason-midd-lunbo .swiper-button-next,
.reason-midd-lunbo .swiper-button-prev {

  width: 40px;
  height: 40px;
  background: transparent !important;
  text-align: center;
  line-height: 40px;

  background-color: rgba(0, 0, 0, 0.3) !important;
  background-size: 100% 100%;

  border-radius: 100%;



}

.reason .reason-d .overh {
  width: 120px;
  height: 120px;
  padding: 20px;

  border: 2px solid #FFF;
  border-radius: 100%;
  margin: 10px auto;
}

.reason-midd-lunbo .swiper-button-next i,
.reason-midd-lunbo .swiper-button-prev i {
  color: #FFF;
  font-size: 20px;

}

.article_article::after {
  display: none !important;
}

.article_data {
  padding: 20px 0 40px;
}

#miao .article_data {
  font-size: 1.125rem;
}

#miao .markets-zhai {
  font-size: 1rem;
}

.article_container {
  width: 80%;
  margin: 0 auto;
}

.reason-bot .reason-div1 {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.reason-bot .reason-div1 a {
  position: relative;
  display: block;
}

.reason-bot .reason-div1>a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

.reason-bot .reason-div1 .reason-gan-bot .divdiv1>a {
  display: inline-block;
}

.reason-bot .reason-div1 .overh .reason-zai {
  left: 56px;
  top: 56px;
  z-index: 5;
}

.reason-bot .reason-div1 .overh .reason-zai .p1 {
  font-size: 2.3125rem;
  line-height: 56.14px;
  padding-bottom: 10px;
  position: relative;
  color: #FFFFFF;
}

.reason-bot .reason-div1 .overh .reason-zai .p1:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  background: #e60012;
  left: 0;
  bottom: 0;
}

.reason-bot .reason-div1 .overh .reason-zai .p2 {
  font-size: 1.3125rem;
  color: #FFFFFF;
  margin-top: 10px;
}

.reason-bot .reason-div1 .reason-gan {
  padding: 28px 30px;
  display: none;
}

.reason-bot .reason-div1 .reason-gan .reason-gan-top .fl {
  width: 83%;
}

.reason-bot .reason-div1 .reason-gan .reason-gan-top .fl input {
  width: 100%;
  height: 50px;
  border: 1px solid #979797;
  border-radius: 5px;
  padding-left: 15px;
}

.reason-bot .reason-div1 .reason-gan .reason-gan-top .fl input::placeholder {
  font-size: 1rem;
  color: #979797;
}

.reason-bot .reason-div1 .reason-gan .reason-gan-top .fr {
  width: 15%;
}

.reason-bot .reason-div1 .reason-gan .reason-gan-top .fr button {
  width: 100%;
  border-radius: 5px;
  border: none;
  height: 50px;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 50px;
  background: #e60012;
}

.reason-bot .reason-div1 .reason-gan .reason-gan-top1 .fl {
  width: 41%;
}

.reason-bot .reason-div1 .reason-gan .reason-gan-top1 .fl:nth-child(3) {
  margin-left: 1%;
}

.career .reason-bot .reason-div1 .overh .reason-zai .p2 span {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 20px;
  background: #FFF;
  color: #e60012;
  border-radius: 30px;

}

.reason-bot .reason-div1 img {
  width: 100%;
}

.career-div .reason-bot .reason-div1 .overh::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
}

.reason-bot .reason-div1 .reason-gan .reason-gan-top1 .fl select {
  width: 100%;
  height: 50px;
  border: 1px solid #979797;
  border-radius: 5px;
  padding-left: 15px;
}

.reason-bot .reason-div1 .reason-gan-bot {
  margin-top: 40px;
}

.reason-bot .reason-div1 .reason-gan-bot .pp1 {
  color: #979797;
  font-size: 1rem;
}

.reason-bot .reason-div1 .reason-gan-bot .divdiv1 {
  color: #979797;
  margin-top: 10px;
  font-size: 1rem;
}

.reason-bot .reason-div1 .reason-gan-bot .divdiv1>a {
  color: #979797;
  font-size: 1rem;
}

.reason-bot .reason-div1 .reason-gan-bot .divdiv1 a:hover {
  color: #e60012;
}

.reason-son {
  background: #f1f1f1;
  padding: 52px 0 40px;
  margin-top: 60px;
  text-align: center;
}

.reason-son .p3 {
  font-size: 1.5rem;
  line-height: 26px;
  text-transform: uppercase;
  color: #000000;
}

.reason-son .p3 span {
  font-size: 2rem;

  font-weight: bold;
}

.reason-son .p3 img {
  width: 150px;
}

.reason-son .p4 {
  font-size: 1.125rem;
  line-height: 28px;
  text-transform: uppercase;
  color: #656468;
  margin: 15px 0;
  padding-left: 0px;
}

.ms {
  padding-left: 30px;
}

.p5.ms {
  padding-left: 0;
}

.reason-son .ms a {
  font-size: 1rem;
  color: #E10012;
  width: 156px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  border: 1px solid #e60012;
  border-radius: 5px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.reason-son .ms a:hover {
  color: #ffffff;
  background: #e60012;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.recruit {
  padding: 50px 0 80px;
}

.recruit .fenglei-ul {
  margin-top: 30px;
}

.recruit .more {
  background: #e40012;

  color: #fff;
  display: inline-block;
}

.recruit .more:hover {
  background: #fff;
  border-color: #e40012;
}

.recruit .more:hover a {
  color: #e40012;
  border: 1px solid #e40012;
}

.recruit .more a {
  color: #fff;
  line-height: 42px;
}

.recruit .fenglei-ul li {
  width: 19%;
  float: left;
  margin: 0 .5%;
}

.fenglei-ul.zhiwei20 li {
  width: 19%;
}

.recruit .fenglei-ul li b {
  font-size: 1rem;
}

.recruit .fenglei-ul li select {
  margin-top: 10px;
  width: 100%;
  height: 45px;
  border: 1px solid #dfdede;
  padding: 10px 20px;
  appearance: none;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/5.png) no-repeat right center #ffffff;
}

.recruit .fenglei-ul li select option {
  color: #979797;
}

.recruit .fenglei-ul li input {
  width: 75%;
  border-radius: 5px;
  height: 45px;
  border: 1px solid #dfdede;
  padding-left: 20px;
}

.recruit .fenglei-ul li button {
  width: 23%;
  height: 45px;
  font-size: 1rem;
  line-height: 44px;
  background: #e40012;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
}

.wedji {
  float: right;
  width: 23%;
}

.wedji button {
  float: none;
  width: 100% !important;
}

.recruit .recruit-bot .div1 {
  font-size: 1.125rem;
  line-height: 36px;
  margin-top: 20px;
  color: #656365;
}

.recruit .recruit-bot .div1 a {
  color: #e40012;
}

/* 联系我们新的0924 */
.squera_col4 .name {
  font-size: 1.325rem;
  line-height: 2.875rem;
  color: #f50101;
}

.squera_col4 ul {
  font-size: 1rem;
  line-height: 2.5rem;
  color: #1b1b1b;
}

.squera_col4 {
  margin-bottom: 3.375rem;
}

.squera_col4>div {
  background-color: #ffffff;
  box-shadow: -1px 5px 5px 0px rgba(244, 244, 244, 0.6);
  border: solid 2px #f7f6f6;
  padding: 3.625rem .9375rem 1.875rem;
  height: 100%;
}

.squera_col4 {
  -moz-transition: all .1s;
  -o-transition: all .6s;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.squera_col4:hover>div {
  -moz-transition: all .1s;
  -o-transition: all .6s;
  -webkit-transition: all .1s;
  transition: all .1s;
  /* transform: scale(1.03); */
  box-shadow: 0 0 15px rgba(234, 38, 38, 0.205);
}

.squera_col4:hover>div {
  border-color: #ea2626;
}

.squera_col4 ul li span:nth-child(1) {
  width: 16%;
  text-align: justify;
  float: left;
  display: block;
}

.squera_col4 ul li span:nth-child(2) {
  width: 84%;
  float: left;
  display: block;
}

.squera_cll42.squera_col4 {
  height: 250px;
}
.squera_cll42.squera_col4 .first ul li span:nth-child(1){
    width: 30%;
}
.squera_cll42.squera_col4 .first ul li span:nth-child(2){
    width: 70%;
}
.squera_cll42.squera_col4 .first{
    padding-left: 0;
    padding-right: 0;
}

.dian-ul {
  padding: 20px 0 20px 0;
}

.dian-ul li {
  cursor: pointer;
  overflow: hidden;
}

.dian-ul li .dian-top {
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}

.dian-ul li .dian-top .fl {
  color: #d8251c;
  font-size: 1.375rem;
  width: 70%;
}

.dian-ul li .dian-top .fr {
  width: 30%;
  color: #7b7a7a;
  font-size: 1.125rem;
  line-height: 35px;
}

.dian-ul li .zhaops-cons {
  font-size: 1rem;
  line-height: 36px;
  color: #656365;
  transition: 600ms ease-in-out;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
  top: -100%;
}

.dian-ul li.active .zhaops-cons {
  top: 0%;
  opacity: 1;
  transition: 600ms ease-in-out;
  height: auto;
  padding: 40px 0 40px 0;
}

.dian-ul li.active {
  border-bottom: 1px solid #eeeeee;
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.dian-ul li .dian-top .tile {
  font-size: 1.25rem;
  line-height: 26px;
  color: #000000;
}

.dian-ul li .dian-top .zhs {
  font-size: 1.125rem;
  line-height: 26px;
  color: #959494;
  margin-top: 10px;
}

.dian-ul li .dian-top .zhs span {
  display: inline-block;
  margin: 0 10px;
}

.dian-ul li .dian-top .zhs span:first-child {
  margin-left: 0;
}

.dian-ul li .dian-top .fr i {
  font-size: 1.25rem;
}

.company-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: #000000;
}

.duty-content {
  font-size: 1.125rem;
  line-height: 36px;
  color: #656365;
}

.duty-content>div {
  width: 50%;
}

.duty-content>div strong {
  font-weight: bold;
}

.duty-content .left {
  padding-right: 80px;
  border-right: 1px solid #eeeeee;
}

.duty-content .right {
  padding-left: 80px;
}

.dian-ul li.active .dian-top .tile {
  color: #e60012;
}

.recruitment-guide {
  width: 80%;
  margin: 70px auto 0;
  text-align: center;
}

.recruitment-guide .col-sm-2:nth-child(1),
.recruitment-guide .col-sm-2:nth-child(2) {
  cursor: pointer;
}

.recruitment-guide .overh img {
  width: 100px;
}

.recruitment-guide .recruitment-guide-title {
  font-size: 1.125rem;
  color: #000000;
  margin-top: 20px;
}

.recruitment-guide .recruitment-guide-title2 {
  font-size: 1rem;
  color: #c1c1c1;
  margin-top: 8px;
}

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

.jiehsou .hover {
  position: absolute;
  top: 0;
  left: 0%;
  background: #fff;
  z-index: 99;
  transition: all .6s;
  width: 100%;
  opacity: 0;
}

.jiehsou .hover .recruitment-guide-title {
  margin-top: 5px;
}

.jiehsou:hover .hover {
  opacity: 1;
  transition: all .6s;
}

.communication {
  background: url(../img/48.jpg) no-repeat;
  padding: 181px 0;
  background-size: cover;
  font-size: 1.125rem;
  margin-top: 70px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 55px;
  height: 500px;
}

.fresh {
  margin-top: 57px;
}

.fresh .fresh-ul li {
  width: 24%;
  margin: 0 .5%;
  padding: 35px;
  border-radius: 35px;
  float: left;
  background: #f1f1f1;
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.fresh .fresh-ul li .p1 {
  font-size: 1.5rem;
  line-height: 26px;
  text-transform: uppercase;
  color: #000000;
}

.fresh .fresh-ul li .tr {
  color: #000000;
  margin-top: 20px;
}

.fresh .fresh-ul li .tr i {
  font-size: 1.3125rem;
}

.fresh .fresh-ul li:hover,
.fresh .fresh-ul li.active {
  background: #e60012;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.fresh .fresh-ul li:hover .p1,
.fresh .fresh-ul li.active .p1 {
  color: #ffffff;
}

.fresh .fresh-ul li:hover .tr,
.fresh .fresh-ul li.active .tr {
  color: #ffffff;
}

.xizas-a {
  color: #000000;
  line-height: 26px;
  font-size: 1.25rem;
  margin-top: 12px;
}

.xizas-a a {
  color: #000000;
  display: inline-block;
  margin-right: 10px;
}

.xizas-a a:hover {
  color: #e60012;
}

.by-year-ul {
  padding: 10px 0;
  height: 233px;
  overflow: hidden;
}

.by-year-ul.active {
  height: auto;
}

.by-year-ul li {
  border-bottom: 1px solid #eee;
}

.by-year-ul li:last-child {
  border-bottom: none;
}

.by-year-ul li a {
  font-size: 1.125rem;
  line-height: 44px;
  text-transform: uppercase;
  color: #4B4C4C;
  display: block;
}

.by-year-ul li a span {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #c5c5c5;
  border-radius: 100%;
}

.by-year-ul li:hover a,
.by-year-ul li.active a {
  color: #e60012;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.by-year-ul li:hover a span,
.by-year-ul li.active a span {
  background: #e60012;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.investor-div {
  padding: 52px 0;
}

.investor-div .investor-div1 {
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
}

.investor-div .investor-div1 .fl {
  font-size: 1.625rem;
  font-weight: bold;
  color: #000000;
}

.investor-div .investor-div1 .fr {
  font-size: 1.125rem;
}

.investor-div .investor-div1 .fr a {
  color: #e60012;
}

.investor-div .investor-left {
  width: 20%;
}

.investor-div .investor-right {
  width: 75%;
}

.investor-div .investor-uls li {
  padding: 11px 40px;
  margin-bottom: 20px;
  background: #f1f1f1;
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: 1px solid #f1f1f1;
}

.investor-div .investor-uls li .icon-zi {
  width: 10%;
  text-align: center;
}

.investor-div .investor-uls li .icon-zi i {
  color: #959595;
  font-size: 3.75rem;
}

.investor-div .investor-uls li .investor-frs {
  width: 90%;
}

.investor-div .investor-uls li .investor-frs .investor-title {
  line-height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.investor-div .investor-uls li .investor-frs .investor-title a {
  font-weight: bold;
  font-size: 1.2rem;
  color: #000000;
}

.investor-div .investor-uls li .investor-frs .investor-data {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.4);
}

.investor-div .investor-uls li:hover {
  background: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: 1px solid #e60012;
}

.investor-div .investor-uls li:hover .icon-zi i {
  color: #e60012;
}

.investor-div .investor-uls li:hover .investor-frs .investor-title a {
  color: #e60012;
}

.investor-div .investor-bot {
  margin-top: 18px;
  display: none;
}

.investor-div .investor-bot .investor-search {
  margin-top: 24px;
  border: 1px solid #c5c5c5;
  height: 47px;
}

.investor-div .investor-bot .investor-search input {
  width: 80%;
  height: 45px;
  padding-left: 20px;
}

.investor-div .investor-bot .investor-search button {
  width: 20%;
  text-align: center;
  border: none;
  height: 45px;
  line-height: 45px;
  background: transparent;
}

.investor-div .investor-bot .investor-search button i {
  font-size: 1.25rem;
}

.by-year-a a {
  font-size: 1.125rem;
  color: #4B4C4C;
}

.by-year-a a i {
  color: #e60012;
  font-weight: bold;
}

.talent-wealth p {
  font-size: 1.125rem;
  line-height: 30px;
  text-transform: uppercase;
  color: #979797;
  margin: 6px 0;
}

.talent-wealth p sup {
  color: #e60012;
}

.talent-wealth .col-md-3 {
  margin-bottom: 10px;
}

.talent-wealth .col-md-3 select {
  height: 40px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #979797;
  font-size: 1rem;
  padding: 0 10px;
}

.talent-wealth .col-md-3 input {
  height: 40px;
  font-size: 1rem;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #979797;
  padding: 0 10px;
}

.talent-wealth .col-sm-12 {
  margin-bottom: 10px;
}

.talent-wealth .col-sm-12 textarea {
  border: 1px solid #c5c5c5;
  padding: 10px;
  font-size: 1rem;
  height: 180px;
  border-radius: 5px;
  color: #979797;
  width: 100%;
  resize: none;
}

.talent-wealth .col-sm-12 input {
  height: 40px;
  font-size: 1rem;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #979797;
  padding: 0 10px;
}

.talent-wealth button {
  width: 103px;
  height: 48px;
  margin-top: 50px;
  text-align: center;
  line-height: 48px;
  background: #e60012;
  border-radius: 5px;
  color: #ffffff;
  border: none;
}

#dowebok .index-solution .hd-p,
#dowebok .index-about .hd-p {
  color: #ffffff;
}

.fazhan .fazhans {
  padding-top: 109px;
  position: relative;
}

.fazhan .left0 {
  width: 20%;
}

.fazhan .left {
  width: 60%;
  float: left;
}

.fazhan .left .gai-p1 {
  margin-top: 114px;
}

.fazhan .right {
  width: 8%;
}

.fazhan .gallery-top {
  width: 100%;
  height: 450px;
}

.fazhan .gallery-top .suan {
  font-size: 57px;
  line-height: 1;
  color: #CFCFCF;
  position: relative;
  top: 0px;
  font-weight: 600;
}

strong {
  font-weight: 600 !important;
}

.fazhan .gallery-top .ysa {
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #656468;
  margin-top: 10px;
}

.fazhan .gallery-top .ysa>div {
  position: relative;
  padding-left: 20px;
}

.fazhan .gallery-top .ysa>div::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #656468;
  border-radius: 50%;

}

.fazhan .hd-p {
  position: relative;
  padding-bottom: 15px;
}

.fazhan .hd-p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #E10012;
}

.fazhan .right .gallery-thumbs {
  width: 100%;
  float: left;
  text-align: right;
}

.fazhan .gallery-top .swiper-slide.swiper-slide-active .suan {
  top: 0;
  color: #000;
}

.fazhan .right .gallery-thumbs .swiper-slide {
  padding: 0px 0px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  line-height: 33px;
  color: #7c7a7a;
}

.fazhan .right .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  font-size: 1.5rem;
  color: #d50011;
}

.fazhan .hd-p {
  margin-top: 60px;
}

.lunbo-fa .gallery-top .swiper-slide .le {
  width: 100%;
  padding: 0 0 68px;
}

.lunbo-fa .gallery-top .swiper-slide .re {
  width: 47%;
}

.lunbo-fa .gallery-thumbs {
  height: 500px;
}

.fazhan {
  background: #f1f1f1;
  position: relative;
}

.fazhan .hd-p::after {
  display: none;
}

.fazhan .right {
  right: 0%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 0px;
}

.fazhan::after {
  content: '';
  position: absolute;
  background: #cfcdcd;
  height: 100%;
  right: 8%;
  width: 3px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.searchbox {
  padding: 1rem 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: fixed;
  display: none;
  left: 0;
  width: 100%;
  right: 0;
  top: 84px;
  border-top: 0.125rem solid #e60012;
  text-align: center;
  z-index: 99;
}
#recruit_miao .fenglei-ul li:nth-child(2) select option:last-child{
  display: none;
}

.searchbox.active {
  top: 76px;
}

.searchs {
  max-width: 37.5rem;
  margin: 0 auto;
}

.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 0.75rem;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 0.75rem;
  height: 3.25rem;
  line-height: 3.25rem;
  transition: 0.4s;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  background: #e60012;
  color: #fff;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: 0.44s;
}

.ds {
  cursor: pointer;
}

.phone {
  box-shadow: 0rem 0rem 0.3125rem rgba(200, 203, 204, 0.5);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  padding: 0 10px;
}

#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.phone .index_a img {
  width: 112px;
  margin-top: 8px;
  /* margin-top: 0rem;
  line-height: 4.375rem; */
}

.sidebar-menu.is-active+#wrapper {
  transform: translateX(-500px);
}

.color_dao i {
  display: inline-block;
  font-size: 2.2rem;
  color: #e40012;
  line-height: 4.375rem;
}

.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.4);
  transition: right 0.5s;
  z-index: 99999;
}

.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}

.sidebar-menu__header {
  text-transform: uppercase;
  background: #e40012;
  z-index: auto;
  position: relative;
  float: right;
  font-size: 1.3rem;
  display: block;
  padding: 0.9375rem 1.5625rem;
  height: 100%;
  width: 80%;
  color: #fff;
}

.sidebar-menu__title {
  color: #ccc;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-menu__title>i {
  display: inline-block;
  float: right;
  font-size: 1.75rem;
  line-height: inherit;
}

.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -0.625rem;
  color: #fff;
  font-size: 1.25rem;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga"1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}

.sidebar-menu__list {
  position: fixed;
  top: 4rem;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 80%;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.search_submenu.is-active {
  width: 100%;
}

.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 0.0625rem solid #eeeeee;
}

.colos {
  line-height: 4.375rem;
}

.markets .markets-zhai .iconfont {
  color: #cd1927;
}
.markets .markets-zhai p{
  line-height: 30px;
}

.sidebar-menu__item:first-child {
  border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #cd1927 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}

.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
  color: #6e6e6e;
}

.phone_i {
  display: inline-block;
  line-height: 3.75rem;
  padding: 0 0.9375rem;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(500px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}

.sidebar-menu__link {
  display: block;
  padding: 1rem 1.5625rem;
  color: #828282;
  font-size: 1.3rem;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.25rem;
  margin-right: 0.25rem;
}

.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}

.mobile-foot {
  display: none;
  background: #e40012;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}

.mobile-foot .containers {
  padding: 0;
}

.mobile-foot a i {
  font-size: 1.125rem;
}

.mobile-foot a {
  color: #fff;
  line-height: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.25rem;
  text-align: center;
  width: 25%;
  font-size: 0.9375rem;
  float: left;
  padding: .5rem 0;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.mobile-foot a:last-child {
  border-right: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.markets {
  padding: 108px 0;
}

.markets .markets-zhai {
  margin-top: 30px;
}

.ecolon-divs {
  padding: 100px 0;
}

.ecolon-divs .ecolon-ul li {
  width: 50%;
  float: left;
  padding: 30px 0 40px;
  border-bottom: 2px solid #d7d5d5;
}

.ecolon-divs .ecolon-ul li .link-hd {
  font-weight: bold;
  text-transform: uppercase;
}

.ecolon-divs .ecolon-ul li .link-hd a {
  font-size: 1.2rem;
  color: #000000;
}

.ecolon-divs .ecolon-ul li:hover .link-hd a {
  color: #e60012;
}

.ecolon-divs .ecolon-ul li .ecolon-yas {
  font-size: 1rem;
  line-height: 30px;
  text-align: justify;
  margin-top: 10px;
}

.ecolon-divs .ecolon-ul li .ecolon-yas a {
  color: #000000;
}


.ecolon-divs .ecolon-ul li:nth-child(odd) {
  padding-right: 2%;
}

.ecolon-divs .ecolon-ul li:nth-child(even) {
  padding-left: 2%;
}

.ecolon-divs .ecolon-ul li:nth-last-of-type(2) {
  border-bottom: 2px solid transparent;
}

.ecolon-divs .ecolon-ul li:nth-last-of-type(1) {
  border-bottom: 2px solid transparent;
}

.ecolon-divs .left {
  width: 77%;
  padding-right: 100px;
  border-right: 1px solid #d7d5d5;
}

.ecolon-divs .left .ecolon-content {
  padding: 40px 0;
  font-size: 1.125rem;
  line-height: 30px;
  color: #656468;
}

.ecolon-divs .left .ecolon-content strong {
  font-weight: bold;
  color: #000000;
}

.ecolon-divs .right {
  width: 23%;
  padding: 0px 0 0 60px;
}

.ecolon-divs .right .product-div1 .titles {
  font-size: 1.5rem;
  line-height: 36px;
  color: #000000;
}

.ecolon-divs .right .product-div1 .recy-ul {
  margin-top: 10px;
}

.ecolon-divs .right .product-div1 .recy-ul li {
  font-size: 1.125rem;
  line-height: 36px;
  color: #656468;
}

.ecolon-divs .right .product-div1 .recy-ul li a {
  color: #656468;
}

.ecolon-divs .right .product-div1 .recy-ul li a:hover {
  color: #e60012;
}

.ecolon-divs .right .product-div2 {
  margin-top: 30px;
}

.baioges .table>tbody>tr>td,
.baioges .table>tbody>tr>th,
.baioges .table>tfoot>tr>td,
.baioges .table>tfoot>tr>th,
.baioges .table>thead>tr>td,
.baioges .table>thead>tr>th {
  border-left: none;
  vertical-align: middle;
  border-bottom-width: 1px;
  border-right: none;
  border-top: none;
  padding: 25px 10px;
}

.baioges .table>thead>tr>th {
  background: #f0f0f0;
  color: #000000;
  font-size: 18px;
  padding: 20px 10px;
  text-align: center;
}

.baioges .table>tbody>tr>td {
  color: #000000;
  font-size: 16px;
  text-align: center;
}

.baioges .table>tbody>tr>td i {
  font-size: 20px;
}

.baioges .table>tbody>tr>td a {
  color: #000000;
}

.baioges .table-bordered {
  border: none;
}

.markets {
  padding: 108px 0;
}

.markets .markets-title {
  font-size: 1.375rem;
  line-height: 36px;
  text-transform: uppercase;
  color: #656468;
}

.markets .markets-zhai {
  font-size: 1.125rem;
  line-height: 36px;
  margin-top: 30px;
  color: #656468;
}

.markets .markets-list {
  margin-top: 30px;
}

.markets .markets-list .markets-divs {
  margin-bottom: 30px;
}

.markets .markets-list .markets-divs a {
  display: block;
  position: relative;
}

.markets .markets-list .markets-divs a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.markets .markets-list .markets-divs a .markets-zis {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 90%;
  z-index: 9;
}

.markets .markets-list .markets-divs a .markets-zis img {
  width: 70px;
}

.markets .markets-list .markets-divs>a>img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}

.markets .markets-list .markets-divs:hover>a>img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);

}

.markets .markets-list .markets-divs a .markets-zis .markets-p {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.markets-xiang {
  margin-top: 30px;
}

.markets-xiang .div2 {
  margin-top: 40px;
}

.markets-xiang .left {
  width: 47%;
}

.markets-xiang .right {
  width: 51%;
}

.ecolon-content img {
  width: 100%;
}

.ecolon-content .table-responsive table tr:nth-child(odd) {
  background: #eee;

}

.ecolon-content .table-responsive table tr td {
  padding: 10px 0;

  border: 1px solid #ccc
}

.index-pro-left {
  background: #eee;
}

.concern .concern-list img {
  height: 233px;
  object-fit: cover;


}

.div-pros1 .concern .div-pros1 .div-top .left .ren-div a::after {
  background: transparent;
}

.concern .div-pros1 .div-top .right .ren-div a::after {
  background: transparent;
}

.concern .div-pros1 .div-mid>div:nth-child(1) .ren-div a::after {
  background: transparent;
}

.concern .div-pros1 .div-mid>div:nth-child(2) .ren-div a::after {
  background: transparent;
}

.concern .div-pros1 .div-mid>div:nth-child(3) .ren-div a::after {
  background: transparent;
}

.concern .div-pros1 .div-bot .left .ren-div a::after {
  background: transparent;
}

.concern .div-pros1 .div-bot .right .ren-div a::after {
  background: transparent;
}

.ajs-div img {
  width: 50%;
}

.ajs-div {
  text-align: center;
}

.yuanjings-div {
  margin-top: 80px;
}

.yuanjings-ul {
  width: 40%;
  margin: 0 auto;
}

.yuanjings-ul li {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.yuanjings-ul li .p1s {
  font-size: 2rem;
  line-height: 1;
  color: #e40012;
  font-weight: bold;

}

.yuanjings-ul li .div2s {
  font-size: 1.125rem;
  line-height: 36px;
  color: #656468;
  margin-top: 20px;
}

.global-ul {
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.global-ul li {
  font-size: 12px;
  line-height: 24px;
  color: #3D3D3D;
  position: absolute;
  cursor: pointer;
  width: 135px;
  height: 61px;
}

.global-ul li .sp-yuan {
  border-radius: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  text-align: center;
}

.global-ul li .kuangs1 {
  position: absolute;
  display: none;
  width: 243px;
  background: rgba(55, 55, 55, 0.9);
  z-index: 2;
  left: 50%;
  text-align: left;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);


  top: 100%;
  padding: 15px;
}

.global-ul li .kuangs1 .p1 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.global-ul li .kuangs1 .div1 {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}

.global-ul li:hover .kuangs1 {
  display: block;
}


.global-ul2 li:nth-child(1) {
  right: 5%;
  top: 45%;
}

.global-ul2 li:nth-child(2) {
  right: 5%;
  top: 36.8%;
}

.global-ul2 li:nth-child(3) {
  right: 5%;
  top: 55.5%;
}

.global-ul2 li:nth-child(4) {
  right: 5%;
  top: 64%;
}

.global-ul2 li:nth-child(5) {
  left: 48%;
  top: 3%;


}

.global-ul2 li:nth-child(6) {
  left: 39%;
  top: 11%;
}

.global-ul2 li:nth-child(7) {
  left: 8%;
  top: 55%;
}

.global-ul2 li:nth-child(8) {
  left: 8%;
  top: 48%;
}

.global-ul2 li:nth-child(9) {
  left: 26.5%;
  top: 41.5%;
}

.quan-div {
  padding: 90px 0 40px;
}

.fanhuai-a a {
  display: inline-block;
  border: 1px solid #e40012;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1rem;
  color: #e40012;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}

.fanhuai-a a:hover {
  background: #e40012;
  color: #FFF;
}

.pro-lunbos .swiper-slide {
  border: 1px solid #eee;
  padding: 10px;
}

.lunbo-pros-i .swiper-slide img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.index-news .p2-img {
  z-index: 3;
}

.kehu-divs {
  margin-top: 100px;
}

.kehu-p {
  font-size: 1.2rem;
  color: #000;
  margin-top: 20px;
  font-weight: bold;
}

.service-divs {
  padding: 70px 0 50px;
}

.service-divs .service-divs-ul li {
  margin-bottom: 80px;
}

.service-divs .service-divs-ul li>div {
  width: 47%;
}

.service-divs .service-divs-ul li .link-hd a {
  color: #000000;
}

.service-divs .service-divs-ul li .service-yas {
  font-size: 1.0625rem;
  line-height: 36px;
  color: #656468;
  margin: 10px 0;
}

.service-divs .service-divs-ul li .more {
  margin-top: 0;
}

.service-divs .service-divs-ul li .more a {
  color: #868383;
  border: 1px solid #868383;
}

.service-divs .service-divs-ul li .more a:hover {
  color: #ffffff;
  background: #e60012;
}

.service-divs .service-divs-ul li:nth-child(even) .left {
  float: right;
}

.service-divs .service-divs-ul li:nth-child(even) .right {
  float: left;
}

.service-divs .service-divs-ul li .right {
  overflow: hidden;

}

.service-divs .service-divs-ul li .right img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;

}

.service-divs .service-divs-ul li:hover .link-hd a {
  color: #e60012;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}

.position-div a:hover {
  color: #e60012;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}

.service-divs .service-divs-ul li:hover .right img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);

}

.foots .foot-uls li {
  float: left;
  width: 20%;
}

.file-box {
  height: 180px;
  width: 100%;
  border: 1px dashed #cfd1d1;
}

.file-box input {
  width: 100%;
  height: 100%;
}

.file-box label {
  cursor: pointer;
  padding: 30px 0;
  width: 100%;
}

.file-box label input {
  opacity: 0;
}

.file-box .p1 {
  font-size: 1rem;
  font-weight: 400;
}

#menu {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  position: fixed;
  right: 20px;
}

#menu li {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

#menu li a {
  color: #ffffff;
  font-size: 30px;
}

#menu li.active {
  position: relative;
}

#menu li.active a {
  color: #e50012;

}

#menu li.active::after {
  content: '';
  position: absolute;
  width: 41px;
  height: 4px;
  background: #ffffff;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.recruitment-guide .col-sm-3 {
  cursor: pointer;
}

.recruitment-guide .col-sm-3 .overh:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  transform: rotateZ(-360deg);
}

.nav-ul>li .er-ul {
  background: #fff;
  border: 1px solid #eeeeee;
  width: 150px;
  top: 110%;
  text-align: left;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  left: 0;
}

.nav-ul>li:nth-child(4) .er-ul {
  width: 210px;
}

.nav-ul>li:hover .er-ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}

.nav-ul>li .er-ul li {
  line-height: 20px;
  padding: 10px 15px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.nav-ul>li .er-ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
}

.nav-ul>li .er-ul li:hover {}

.nav-ul>li .er-ul li:hover a {
  color: #e60012;
}

#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover,
#page li.thisclass {
  border: 1px solid #e60012;
  background: #e60012;
}

#page li:hover a,
#page li.thisclass {
  color: #fff;
}

#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}

#page li.active {
  border: 1px solid #e60012;
  background-color: #e60012;
  color: #FFFFFF
}

#page li.active a {
  color: #fff
}

.rightfix {
  position: fixed;
  top: 30%;
  right: 0px;
  border-right: none;
  z-index: 99;
  box-shadow: 0px 4px 32px 0px rgba(135, 134, 134, 0.15);
}

.fix_ul li {
  text-align: center;
  float: none;
  position: relative;
  width: 56px;
  cursor: pointer;
  line-height: 56px;
  background: #e40012;
  margin-bottom: 10px;
}

.fix_ul li i {
  font-size: 1.875rem;
  color: #ffffff;
}

.fix_ul li p {
  color: #5e6062;
  font-size: 13px;
}

.fix_ul li a {
  color: #5e6062;
}

.fix_ul li:last-child {
  border-bottom: none;
}

.fix_ul li:hover>a>p {
  color: #FFF;
}

.fix_ul li:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.fix_ul li:hover>p {
  color: #FFF;
}

.right_div .text {
  margin-bottom: 5px;
}

.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-width: 200px;
  -o-transform: scale(0);
  position: absolute;
  color: #fff;
  right: 57px;
  top: 0px;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #e40012;
  padding: 15px 20px;
  line-height: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.fix_ul li:hover a {
  color: #fff;
}

.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.fix_ul li:hover i {
  color: #fff;
}

.daohang .logo-a {
  display: inline-block;
  padding-top: 8px;
  line-height: 63px;
}

.daohang .logo-a img {
  width: 200px;
  height: 50px;
}


.daohang.active1 .logo-a img {
  width: 200px;
  height: 50px;
}

.reason .reason-d:hover .overh img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}

.reason .reason-d a {
  color: #fff;
}

.recruit .fenglei-ul li:last-child {
  margin-top: 32px;
}

.reason .scv-shaixuan>b {
  display: none;
}

.xinwen .left .xin-ul li:after {
  display: none;
}

.baioges .table>tbody>tr>td a:hover {
  color: #e40012;
}

.ren-div a img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}

.ren-div a {
  display: block;
  overflow: hidden;
}

.ren-div:hover a img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;

}

.daohang.active .nav-ul>li:hover>a {
  color: #e40012;
}

.concern .div-pros1 .ren-div a .title {
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  text-align: center;

}

.concern .div-pros1 .ren-div a::after {
  background: rgba(0, 0, 0, 0.4) !important;

}

.concern .div-pros1 .ren-div:hover a::after {
  background: transparent !important;
}

.xz-pret .con-zhai {
  color: #FFF;
  line-height: 28px;

}

.foots {
  background: #f8f8f8;
}

.foots .foot-uls li:last-child {
  margin-right: 0;
}

.foots .foot-uls li a {
  display: block;

}

.foots .foot-uls li>a {
  font-size: 1.2rem;
  color: #000;
}

.foots {
  padding: 50px 0;
}

.foot-a {
  line-height: 30px;
  margin-top: 10px;

}

.foot-a a {
  color: #8d8d8dee;
}

.foot-a a:hover {
  color: #e40012;
}


.global-ul1 li:nth-child(1) {
  right: 18%;
  top: 44%;
}

.global-ul1 li:nth-child(2) {
  right: 16.4%;
  top: 45.8%;
}

.global-ul1 li:nth-child(3) {
  right: 17%;
  top: 47.5%;
}

.global-ul1 li:nth-child(4) {
  right: 22%;
  top: 47%;
  text-align: center;
}

.global-ul1 li:nth-child(5) {
  right: 23%;
  top: 40%;
  display: none;

}

.global-ul1 li:nth-child(6) {
  left: 50%;
  top: 34%;
}

.global-ul1 li:nth-child(7) {
  left: 49%;
  top: 36%;
}

.global-ul1 li:nth-child(8) {
  left: 27%;
  top: 44%;
}

.global-ul1 li:nth-child(9) {
  left: 26.5%;
  top: 41.5%;
}

.global-ul3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;

}

.global-ul3 li {
  position: absolute;
  line-height: 1.875rem;

}

.global-ul3 li:nth-child(1) {
  left: 54%;
  top: 9%;
}

.global-ul3 li:nth-child(2) {
  left: 14%;
  bottom: 13%;
}

.global-ul3 li:nth-child(3) {
  right: 1%;
  bottom: 12%;
}

.global-ul3 li span {
  width: 7px;
  height: 7px;
  position: relative;
  top: -1px;
  border-radius: 100%;
  display: inline-block;
  background: red;

}

.renwgh .sum33>div {
  display: none;
}

.renwgh .sum33>div.active {
  display: block;
}

/* .renwgh .sum1 ul {
  display: none;
  justify-content: center;
  margin-bottom: 10px;
} */
.renwgh .sum1 ul li:first-child {
  box-shadow: 2px -2px 9px #ddd;
}

.renwgh .swiper-button-next,
.renwgh .swiper-button-prev {
  background-size: 20px 20px;

}

.renwgh .sum1 ul {
  display: flex;
  justify-content: center;
}

.renwgh .name {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.renwgh .sum {
  margin-top: 40px;
}

.renwgh .sum1 div {
  padding: 20px 0;
  cursor: pointer;
}

.renwgh .sum1 div .iconfont {
  font-size: 30px;
}

.renwgh ul {
  display: inline-block;
  border-radius: 40px;
}

.renwgh ul li {
  padding: 0 1.875rem;
  background: #fff;
  color: #000;
  cursor: pointer;
  float: left;
  line-height: 46px;
  box-shadow: 6px -2px 9px #ddd;
}

.renwgh ul li:first-child {
  border-radius: 40px 0 0 40px;
}

.renwgh ul li:last-child {
  border-radius: 0 40px 40px 0;
}

.renwgh ul li.active,
.renwgh ul li:hover {
  background: #e40012;
  color: #fff;
}

@media (max-width: 1800px) {
  html {
    font-size: 15px;

  }

  .foots .foot-uls li {}

  .squera_col4 ul li span:nth-child(1) {
    width: 17%;
  }

  .squera_col4 ul li span:nth-child(2) {
    width: 83%;
  }
  .squera_col4 .name{
      font-size: 1.215rem;
  }

  .stockinfo {
    right: 4% !important;
  }
}
@media (max-width: 1800px){
  .xinwen .right .news-ul li{
    padding: 2.45rem 0;
  }
}

@media (max-width: 1600px) {
  .daohang .nav-ul>li {
    margin: 0 1rem;
  }

  .foots .foot-uls li {}

  .squera_col4 ul li span:nth-child(1) {
    width: 25%;
  }
  .squera_cll42.squera_col4 .first .col-md-6{
      width: 100%;
  }
  .qqyx .squera_cll42.squera_col4{
      height: 330px;
  }
  .squera_cll42.squera_col4 .first ul li span:nth-child(1){
      width: 25%;
  }
  .squera_cll42.squera_col4 .first ul li span:nth-child(2){
      width: 75%;
  }
  .squera_cll42.squera_col4 .first .col-md-6:nth-child(2){
      margin-top: .8rem;
  }


  .squera_col4 ul li span:nth-child(2) {
    width: 75%;
  }

  .squera_col4 ul {
    line-height: 30px;
  }

  .squera_col4>div {
    padding: 1.5rem 1.2rem 1.875rem;
  }

  .index-news .index-new-ul {
    width: 65%;
  }

  .stockinfo {
    width: 400px !important;
  }

  .stockinfo .sttop .fl p.data {
    font-size: 2rem !important;
  }

  .xinzeng0228 li {
    width: 25%;
  }
}


@media (max-width: 1440px) {

  .foots .foot-uls li {
    float: left;

  }

  html {
    font-size: 14px;

  }
  .xinwen .right{
    height: auto;
  }
  .xinwen .left .xin-ul li img{
    height: 256px;
  }
  .qqyx .squera_cll42.squera_col4{
      height: 320px;
  }

  .xinwen .right .news-ul li {
    padding: 1.765rem 0;
  }

  .xinwen .right {
    padding-top: 40px;
  }

  .xinwen .right .news-ul {
    margin-top: 15px;
  }

  .xinwen .left .xin-ul li {
    height: auto;
  }

  /* .xinwen .right {
    height: 721px;
  } */

  .about-us .div1 .p1 {
    line-height: 50px;
  }

  .about-us .div1 .p2 {
    line-height: 30px;
    font-size: 1.5rem;
  }

  .bnner .ban-zi .p1 {
    font-size: 3rem;
  }

  .index-left .left-div .divs .p1 {
    line-height: 50px;
  }

  .index-news .new-ul li {
    height: 238px;
  }

  .index-left .left-div .divs {
    padding-left: 4%;
  }

  .p1-img {
    text-align: right;
  }

  .p1-img img {
    width: 50%;
  }

  .p2-img img {
    width: 50%;
  }

  .index-product .p1-img {
    top: 45%;
  }

  .index-product .p1-img {
    top: 48%;
  }

  .index-news .index-new-ul li .title {

    font-size: 1.5625rem;
  }

  .more a {
    height: 40px;
    line-height: 40px;
    width: 153px;
  }

  .more {
    margin-top: 20px;
  }

  #dowebok .section.active .index-left .left-div .divs .p2 {
    line-height: 25px;
  }

  .index-news .index-new-ul {
    margin-top: 50px;
  }

  .bnner .bann-soll {
    width: 25px;
  }

  .reason .reason-midd .reason-midd-lunbo .bot-reason {
    padding: 15px 20px;
  }

  .reason .reason-midd .reason-midd-lunbo .bot-reason .titlw a {
    font-size: 1.3rem;
  }

  .reason .reason-midd .reason-midd-lunbo .bot-reason .more1 {
    margin-top: 20px;
  }

  .reason .reason-bot .reason-div1 .overh .reason-zai .p1 {
    font-size: 2rem;
    line-height: 40px;
  }

  .career .career-div .div-bg {
    width: 300px;
    height: 100px;
  }

  .career .career-div .aree-l .yuan {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 1.2rem;
  }

  .career .career-div .aree-l .fang {
    width: 250px;
    line-height: 80px;
    height: 80px;
    font-size: 1.4rem;
  }

  .career .career-div .aree-l .fang {
    margin-top: 0;
  }

  .career .career-div .aree-l .xian {
    line-height: 80px;
  }

  .career .career-div .right {
    right: 5%;
  }

  .career .career-div .left {
    left: 5%;
  }
}

@media (max-width: 1366px) {
  html {
    font-size: 12px;
  }

  .squera_col4 ul li span:nth-child(1) {
    width: 19%;
  }

  .squera_col4 ul li span:nth-child(2) {
    width: 81%;
  }

  .squera_cll42.squera_col4 {
    height: 220px;
  }
  .xinwen .right .news-ul li{
    padding: 2.15rem 0;
  }

  .link-mid {
    padding: 0px 0 50px;
  }
  .qqyx .squera_cll42.squera_col4{
      height: 300px;
  }
.squera_cll42.squera_col4 .first ul li span:nth-child(1){
    width: 19%;
}
.squera_cll42.squera_col4 .first ul li span:nth-child(2){
    width: 81%;
}
  .link-top .link-gong,
  .mt_row {
    margin-top: 40px;
  }
}

@media (max-width: 1280px) {
  .fazhan .right {
    right: 5%;
  }

  .lunbo-fa .gallery-top .swiper-slide .le {
    padding: 20px 0;
  }

  .stockinfo {
    padding: 1% !important;
  }

  .squera_col4 ul {
    line-height: 30px;
  }

  .xinzeng0228 li {
    width: 33.3%;
  }

  .recruitment-guide {
    width: 100%;
  }

  .xinzeng0228 li .name {
    font-size: 16px;
    margin-bottom: 0;
  }

  .xinzeng0228 li .text {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {

  .foots .foot-uls li {}

  /* .xinwen .right {
    height: 504px;
  } */




  html {
    font-size: 12px;
  }

  .fazhan .gallery-top {
    height: 250px;
  }

  .lunbo-fa .gallery-thumbs {
    height: 300px;
  }

  .fazhan .gallery-top .suan {
    font-size: 40px;
  }

  .lunbo-fa .gallery-top .swiper-slide .le {
    width: 50%;
  }
  .xinwen .left .xin-ul li img{
    height: 175px;
  }
  .xinwen .right .news-ul li{
    padding: 5.5px 0;
  }

  .ban .banzi {
    font-size: 2.75rem;
  }

  .career .career-div .aree-l .fang {
    width: 164px;
  }

  .daohang .nav-ul>li {
    margin: 0 .5rem;
  }

  .index-product .p1-img {
    top: 43%;
  }

  .index-left .left-div .divs .p1 {
    font-size: 2rem;
  }

  .index-left .left-div .divs {
    width: 75%;
  }

  #menu {
    display: none;
  }

  .squera_col4 ul li span:nth-child(1) {
    width: 24%;
  }

  .squera_col4 ul li span:nth-child(2) {
    width: 76%;
  }
}

@media (max-width: 990px) {
  .stockinfo {
    display: none !important;
  }
  .markets-main .part1 .ico{
    padding-bottom: 2rem;
  }
  .markets-main .nsxt ul li{
    width: 33.33%;
  }

  .xinwen .right .news-ul li .rights .zhai{
    -webkit-line-clamp: 1;
  }
  .index_a img {
    width: 75%;
  }
  .markets-main .part1 .left,  .markets-main .part1 .right{
    width: 100%;
  }
  .markets-main .part1 .ico ul li{
    width: 33.33%;
  }
  .qqyx .squera_cll42.squera_col4{
      height: auto;
  }
  .markets-main .part1 .ico ul li:nth-child(2),  .markets-main .part1 .ico ul li:nth-child(5){
   margin-left: 0;
   margin-right: 0;
  }
  .foots {
    display: none;
  }

  .article_container {
    width: 100%;
  }

  .stockinfo {
    display: none;
  }

  .link-hd.article_article {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .reason-bot .reason-div1 .overh .reason-zai {
    left: 24px;
    top: 25px;
  }

  .career .reason-bot .reason-div1 .overh .reason-zai .p2 span {

    margin-right: 5px;
  }

  /* .xinwen .right {
    height: 383px;
  } */

  .searchbox.active {
    top: 52px;
  }

  body {
    padding: 52px 0 40px;
  }

  .daohang {
    display: none;
  }

  .phone,
  .mobile-foot {
    display: block;
  }

  .searchbox {
    top: 52px;
    padding: 10px;
  }

  .fazhan .right {
    right: 8%;
  }

  .about-us .div1 {
    margin-top: 20px;
  }

  .about-us .div1 .div-img {
    margin-top: 20px;
  }

  .about-us .div2 {
    padding-bottom: 20px;
  }

  .rongs-div {
    padding: 50px 0;
  }

  .rongs-div .rong-lunbo {
    margin-top: 20px;
  }

  .reason .reason-d {
    padding: 30px;
  }

  .ban .banzi {
    font-size: 2rem;
  }

  .about-us .div1 .p1 {
    font-size: 1.8rem;
  }

  .about-us .div1 .p2 {
    margin: 10px 0 20px;
  }

  .p1-img img {
    width: 38%;
  }

  .p2-img img {
    width: 38%;
  }

  .index-product .pp-ul li .p1 {
    font-size: 1.9375rem;
  }

  .index-product .pp-ul li .p2 {
    font-size: 1.2rem;
  }

  .index-product {
    height: 600px;
  }

  .index-news .new-ul li {
    height: auto;
  }

  .index-news {
    height: 500px;
  }

  .index-news .index-new-ul {
    padding-left: 0;
  }

  .index-left {
    padding-left: 3%;
  }

  #dowebok .section.active .index-left .left-div .divs .p1 {
    line-height: 40px;
  }

  .concern .concern-list .ren-div a .title {
    left: 20%;
    bottom: 10px;
    top: auto;
  }

  .investor-div .investor-uls li {
    padding: 20px;
  }

  .career .career-div .aree-l .xian {
    width: 40px;
  }

  .career .career-div .div-bg {
    width: 200px;
  }

  .career .career-div .div-bg .shu {
    font-size: 2rem;
  }

  .career .career-div {
    margin-top: 40px;
  }

  .reason .reason-d {
    padding: 0 30px;
  }

  .reason .reason-top {
    margin-top: 18px;
  }

  .xz-pret {

    padding: 54px 0;
  }

  .squera_cll42.squera_col4 {
    height: auto;
  }

  .squera_col4 ul li span:nth-child(1) {
    width: 9%;
  }

  .squera_col4 ul li span:nth-child(2) {
    width: 91%;
  }
}

@media (max-width: 767px) {
  .ajs-div img {
    width: 100%;
  }
  .markets .markets-zhai p{
    padding: 0 20px;
  }

  .markets-main .part1 .ico{
    width: 100%;
    
  }
  .xinwen .right .news-ul li{
    padding: 15px 0;
  }
  .lunbo-pros-i .swiper-slide img {
    height: 300px;
  }
  .markets-main .nsxt ul li{
    float: left;
  
  }
  .markets-main .nsxt{
    padding: 0 20px;
  }
  .xinwen .left .xin-ul li img{
    height: 285px;
  }

  .ecolon-content .table-responsive table tr td {
    padding: 2px;
  }

  .ecolon-divs .left .ecolon-content {
    line-height: 20px;
  }

  .ecolon-divs .right {
    width: 100%;
    padding: 0;
  }

  .baioges .table>tbody>tr>td,
  .baioges .table>tbody>tr>th,
  .baioges .table>tfoot>tr>td,
  .baioges .table>tfoot>tr>th,
  .baioges .table>thead>tr>td,
  .baioges .table>thead>tr>th {
    padding: 5px;
    font-size: 13px;
  }

  .ecolon-divs .left .ecolon-content {
    padding: 20px 0 0;
  }

  .ecolon-divs {
    padding: 30px 15px;
  }

  .ecolon-divs .ecolon-ul li {
    width: 100%;
  }

  .ecolon-divs .ecolon-ul li:nth-last-of-type(2) {
    border-bottom: 2px solid #d7d5d5;

  }

  .ecolon-divs .left {
    width: 100%;
    padding: 0;
    border-right: none;
  }

  .ecolon-divs .ecolon-ul li .ecolon-yas {
    line-height: 25px;
  }

  .ecolon-divs .ecolon-ul li {
    padding: 10px 0;
  }

  .company-title {
    font-size: 1.6rem;
  }

  .career .career-div .aree-l .fang {
    line-height: 55px;
    height: 55px;
    margin-top: 15px;

  }

  .career .career-div .aree-l .yuan {
    /* width: 55px;
    line-height: 55px;
    height: 55px; */
  }

  .rightfix {
    display: none;
  }

  .reason .reason-top {
    margin-top: 22px;
  }

  .xinwen .right .xin-p {
    font-size: 2rem;
  }

  .xinwen .right .news-ul li .rights .title {
    line-height: 24px;
  }

  .xinwen .left,
  .xinwen .right {
    width: 100%;
  }

  .markets {
    padding: 30px 15px;
  }

  .markets .markets-zhai {
    margin-top: 20px;
  }

  .reason .reason-bot .reason-div1 .reason-gan-bot {
    margin-top: 20px;
  }

  .reason .reason-midd .reason-midd-lunbo .bot-reason .more1 {
    margin-top: 5px;
  }

  .reason .reason-bot .reason-div1 .reason-gan .reason-gan-top .fl input {
    height: 40px;
  }

  .reason .reason-bot .reason-div1 .reason-gan .reason-gan-top .fr button {
    height: 40px;
    line-height: 40px;
  }

  .reason .reason-bot .reason-div1 .reason-gan .reason-gan-top1 .fl select {
    height: 40px;
  }

  .recruitment-guide {
    width: 100%;
    margin: 20px auto 0;
  }

  .recruitment-guide .col-sm-3 {
    padding: 0 5px;
  }

  .recruitment-guide .col-sm-3 .overh img {
    width: 50%;
  }

  .recruitment-guide .recruitment-guide-title {
    margin-top: 5px;
  }

  .hd-p {
    font-size: 2rem;
  }

  .rongs-div .rong-lunbo .swiper-container {
    padding-bottom: 20px;
  }

  .rongs-div .rong-lunbo .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .career .career-div .aree-l .xian {
    width: auto;
  }

  .position-div {
    display: none;
  }

  .ban .banzi {
    width: 90%;
    text-align: center;
  }

  .about-us .div1 .p1 {
    line-height: 30px;
    font-size: 1.4rem;
  }

  .fazhan,
  .rongs-div {
    padding: 30px 15px;
  }

  .about-us {
    padding: 20px 15px;
  }

  .bnner .ban-zi .p1 {
    font-size: 2rem;
  }

  .bnner .ban-zi {
    width: 90%;
  }

  .bnner .ban-zi .p2 {
    line-height: 25px;
    font-size: 1.2rem;
  }

  .index-solution>div {
    width: 100%;
  }

  .p2-img,
  .p1-img {
    display: none;
  }

  .index-left .left-div {
    position: relative;
  }

  .index-product>div {
    width: 100%;
  }

  .index-about .index-left {
    width: 100%;
    height: auto;
  }

  .index-left .left-div .divs {
    width: 100%;
  }

  .left-div {
    width: 100% !important;
    padding: 30px 10px !important;
    left: auto !important;
    top: auto !important;
    transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -webkit-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
  }

  .index-left {
    position: relative;
  }

  .index-news>div {
    height: auto;
    width: 100%;
  }

  .index-product {
    height: auto;
  }

  .index-news {
    height: auto;
  }

  .index-news .index-new-ul {
    width: 100%;
  }

  .index-news .index-new-ul li .title {
    line-height: 30px;
    height: 30px;
  }

  .index-left {
    padding-left: 0;
  }

  .index-left .left-div .divs {
    padding-left: 0;
  }

  .index-left .left-div .divs .p1 {
    line-height: 40px;
  }

  .index-left .left-div .divs {
    margin-top: 20px;
  }

  .index-about {
    height: 358px;
  }

  .index-about .right {
    width: 100%;
    height: auto;
  }

  .index-foot {
    padding: 20px 15px;
  }

  .bnner .swiper-slide {
    height: 400px;
  }

  .index-news .index-new-ul {
    margin-top: 20px;
  }

  .index-solution .rig>img {
    height: auto;
  }

  .concern {
    padding: 30px 15px;
  }

  .con-title {
    font-size: 1.8rem;
  }

  .ban .banzi {
    font-size: 1.8rem;
  }

  .link-top,
  .link-mid,
  .link-bot {
    padding: 30px 15px;
  }

  .link-hd {
    font-size: 1.8rem;

  }

  .link-top .link-gong {
    margin-top: 20px;
  }

  .link-mid .mid-div {
    margin-top: 20px;
  }

  .link-bot .liu-div textarea {
    height: 100px;
    padding: 10px;
  }

  .link-bot .liu-div .lius {
    margin-bottom: 10px;
  }

  .link-bot .liu-div .lius input {
    height: 35px;
  }

  .link-bot .liu-div {
    margin-top: 10px;
  }

  .plan {
    padding: 30px 15px;
  }

  .plan .plan-div {
    margin-top: 10px;
  }

  .plan-div .col-sm-4 {
    margin-bottom: 15px;
  }

  .plan .plan-ul li .p1 {
    height: 40px;
    line-height: 40px;
  }

  .concern .concern-list .div-top .left {
    width: 100%;
  }

  .concern .concern-list .div-top .right {
    width: 100%;
  }

  .concern .concern-list .div-mid>div {
    width: 100%;
  }

  .concern .concern-list .div-bot .right {
    width: 100%;
  }

  .concern .concern-list .div-bot .left {
    width: 100%;
  }

  .concern .concern-list {
    margin-top: 10px;
  }

  .con-zhai {
    margin-top: 0;
    line-height: 26.28px;
  }

  .recruit {
    padding: 30px 15px;
  }

  .recruit .fenglei-ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .recruit .fenglei-ul {
    margin-top: 15px;
  }

  .dian-ul li .dian-top .zhs {
    display: none;
  }

  .dian-ul li .dian-top {
    padding: 5px 0;
  }

  .dian-ul li .dian-top .tile {
    line-height: 35px;
  }

  .duty-content>div {
    width: 100%;
  }

  .duty-content .right {
    padding-left: 0;
  }

  .duty-content .left {
    padding-right: 0;
    border-right: none;
  }

  .dian-ul li .zhaops-cons {
    line-height: 24px;
  }

  .dian-ul li.active .zhaops-cons {
    padding: 15px 0;
  }

  .reason-son {
    padding: 20px 10px;
    margin-top: 0px;
  }

  .reason-son .p3 {
    font-size: 1.125rem;
  }

  .reason-son .p4 {
    line-height: 24px;
  }

  .reason-son .ms a {

    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .recruit .fenglei-ul li select {
    height: 40px;
  }

  .investor-div {
    padding: 30px 15px;
  }

  .investor-div .investor-left {
    width: 100%;
  }

  .investor-div .investor-right {
    width: 100%;
    margin-top: 20px;
  }

  .investor-div .investor-uls li .icon-zi {
    width: 20%;
  }

  .investor-div .investor-uls li .investor-frs {
    width: 78%;
  }

  .investor-div .investor-uls li .investor-frs .investor-title a {
    font-size: 1.2rem;
  }

  .investor-div .investor-uls li .investor-frs .investor-title {
    line-height: 30px;
  }

  .by-year-ul li a span {
    width: 15px;
    height: 15px;
  }

  .by-year-ul li a {
    line-height: 30px;
  }

  .xizas-a a img {
    width: 20px;
  }

  .fresh .fresh-ul li {
    width: 49%;
    padding: 10px;
    border-radius: 5px;
  }

  .fresh .fresh-ul li .tr {
    margin-top: 0;
  }

  .fresh {
    margin-top: 20px;
  }

  .communication {
    padding: 50px 15px;
    margin-top: 0px;
    line-height: 30px;
  }

  .fresh-ul {
    width: 95%;
    margin: 0 auto;
  }

  .fresh .fresh-ul li {
    margin: .5%;
  }

  .fresh .fresh-ul li .p1 {
    font-size: 1.2rem;
  }

  .reason {
    padding: 30px 15px;
  }

  .reason .reason-d {
    margin-bottom: 10px;
    padding: 20px;
  }

  .reason .reason-d img {
    width: 70px;
  }

  .reason .reason-midd {
    padding: 30px 0;
  }

  .reason .reason-midd .reason-midd-lunbo {
    padding: 20px 0;
  }

  .reason .reason-bot .reason-div1 .reason-gan {
    padding: 15px;
  }

  .reason .reason-bot .reason-div1 {
    margin-bottom: 10px;
  }

  .reason .reason-bot .reason-div1 .overh .reason-zai {
    left: 10px;
    top: 10px;
  }

  .reason .reason-bot .reason-div1 .overh .reason-zai .p1 {
    font-size: 1.5rem;
    padding-bottom: 0;
  }

  .career .career-div .aree-l {
    position: relative;
  }

  .career .career-div .aree-l {
    top: auto;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    margin: 10px 0;
  }

  .career .career-div .left {
    left: auto;
  }

  .career .career-div .right {
    right: auto;
  }

  .career {
    padding: 30px 15px;
  }

  .career .career-div {
    margin-top: 15px;
  }

  .career .career-div .aree-l {
    text-align: center;
  }

  .career .career-div .div-bg {
    height: 50px;
  }

  .career .career-div .div-bg .shu {
    font-size: 1.5rem;
  }

  .lunbo-fa .gallery-top .swiper-slide .le {
    width: 100%;
  }

  .lunbo-fa .gallery-top .swiper-slide .re {
    width: 100%;
  }

  .lunbo-fa .gallery-top .swiper-slide .le {
    padding: 11px 0;
  }

  .fazhan .gallery-top {
    margin-top: 20px;
  }

  .fazhan .gallery-top .suan {
    font-size: 30px;
  }

  .fazhan .left {
    width: 70%;
  }

  .fazhan .right {
    width: 30%;
    right: 0;
  }

  .fazhan .gallery-top {
    height: 300px;
  }
}

@media(max-width:767px) {
  .foots {
    display: none;
  }

  .squera_col4 {
    margin-bottom: 15px;
  }

  .link-top .link-gong,
  .mt_row {
    margin-top: 20px;
  }

  .squera_col4>div {
    height: auto;
    padding: 20px;
  }

  .squera_cll42.squera_col4 {
    height: auto;
  }

  .squera_col4 ul li span:nth-child(1) {
    width: 22%;
  }

  .squera_col4 ul li span:nth-child(2) {
    width: 77%;
  }

  .link-top,
  .link-mid,
  .link-bot {
    padding: 15px 15px;
  }
}

@media(max-width:480px) {
  .reason .reason-bot {
    margin-top: 20px;
  }
  .markets-main .nsxt ul li{
    width: 50%;
  }

  .career .reason-bot .reason-div1 .overh .reason-zai .p2 span {

    padding: 10px 8px;
  }

  .global-ul,
  .global-ul3 {
    position: relative !important;
  }

  .global-ul li {
    position: relative !important;

    right: auto !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    text-align: left;

  }

  .global-ul li .kuangs1 {
    position: relative !important;
    left: 0%;
    text-align: left;
    transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    width: 100%;
    background: rgba(55, 55, 55, 0.12);
    top: 100%;
  }

  .global-ul li .sp-yuan {
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
    opacity: 0;

    border-radius: 0;
    display: block;
    width: 100%;
  }

  .global-ul li .kuangs1 .p1 {

    color: #000;
  }

  .global-ul li .kuangs1 .div1 {

    color: #000;
  }

  .quan-div {
    padding: 20px 15px;
  }

  .global-ul3 li {
    position: relative !important;

    right: auto !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    text-align: left;
    margin-bottom: 10px;
  }

  .global-ul3 {
    padding: 10px 0;
  }

  .ban>img {
    height: 200px;
    object-fit: cover;
  }

  .reason .reason-d .overh {
    width: 60px;
    height: 60px;
    padding: 5px;
  }

  .reason .reason-d img {
    width: 100%;
  }

  .xz-pret {

    padding: 30px 10px;
  }

  .reason .reason-d {

    padding: 0px;
  }

  .reason-bot .reason-div1 .overh .reason-zai .p1 {
    font-size: 1.5rem;
    line-height: 35.14px;
  }

  .reason-bot .reason-div1 .overh .reason-zai .p2 {
    font-size: 1rem;
  }

  .reason .reason-midd .reason-midd-lunbo .overh {
    width: 300px;
    height: 300px;
  }

  .reason .reason-midd .reason-midd-lunbo .swiper-slide .overh img {
    width: 300px;
    height: 300px;
  }

  .xz-pret {
    height: auto;
  }

  .recruitment-guide .col-sm-2 {
    margin-bottom: 15px;
  }

  .recruitment-guide .overh img {
    width: 55px;
  }

  .markets {
    padding-left: 0;
    padding-right: 0;
  }

  .link-hd.article_article {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .article_data {
    padding: 15px 0 20px;
  }

  .fuwupingtai {
    height: 165px;
  }

  .fuwupingtai .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }

  .fuwupingtai .swiper-pagination {
    bottom: -37px;
  }

  .rongs-div .swiper-slide .overh {
    padding: 0;
  }

  .fazhan .left0 {
    width: 100%;
  }

  .fazhan .hd-p {
    margin-top: 0;
  }

  .xinwen .left .xin-ul li img {
    height: 150px;
  }

  .xinzeng0228 li {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 7.5px;
  }

  .xinzeng0228 {
    padding: 25px 0;
  }.xinzeng0228 ul {
    margin-top: 30px;
}
}

.breadcrumb-item{
    display: inline-block;
}