html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: '微软雅黑', 'Microsoft YaHei';
}
img {
  vertical-align: middle;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: '微软雅黑', 'Microsoft YaHei';
}
blockquote,
q {
  /* 规定 "content" 属性的 "open-quote" 和 "close-quote" 的值不会产生任何引号。 */
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  /* 如果可能，边框会合并为一个单一的边框。会忽略 border-spacing 和 empty-cells 属性。 */
  border-collapse: collapse;
  /* 设置相邻单元格的边框间的距离 */
  border-spacing: 0;
}

ul,
ol,
li,
div {
  margin: 0;
  padding: 0;
}
body {
  background-color: white;
}
ul,
ol {
  list-style: none;
}
div {
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box;
}
a:link,
a:visited {
  /* color: white; */
  text-decoration: none;
  cursor: pointer;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='file'],
input[type='reset'],
button {
  cursor: pointer;
  /* 输入框阴影在苹果手机上特别明显，按钮的时候还会改变按钮的颜色 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clearfix:after {
  /* 清除浮动 */
  content: '';
  display: block;
  clear: both;
}
.box {
  width: 100%;
  height: 100%;
  position: relative;
}
.box .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box .swiper-slide img {
  width: 100%;
}
.box .swiper-pagination {
  width: 399px !important;
  height: 25px;
  /* 相对于#banner定位 */
  position: absolute;
  left: 35% !important;
  /* top值根据.swiper-container */
  top: 73%;
  z-index: 999;
  border-bottom: 2px solid #fff;
}
.box .swiper-pagination span {
  margin: 0 55px !important;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
  opacity: 1;
  position: relative;
}
.box .swiper-pagination-bullet-active {
  color: #196dfc !important;
}
.box .swiper-pagination span i {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 33px;
  z-index: 1;
}
.box .swiper-pagination .swiper-pagination-bullet-active i {
  display: block;
}
/* 底部 */
.footer {
  width: 100%;
  height: 142px;
  background-color: rgba(0, 0, 0, 0.58);
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.footer-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fb-lf {
  font-size: 16px;
  color: #fff;
}
.fb-lf a{
  font-size: 16px;
  color: #fff;
}

.fb-lf-ul,
.fb-lf-li {
  margin-bottom: 10px;
}
.fb-lf-ul li,
.fb-lf-li li {
  float: left;
}
.fb-lf-ul li:nth-child(1) {
  margin-right: 50px;
}
.fb-lf-li li {
  border-right: 2px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
}
.fb-lf-li li a {
  color: #fff;
}
.fb-lf-li li a:hover {
  color: #b5261e;
}
/* 顶部 */
.header {
  width: 94%;
  height: 100px;
  position: absolute;
  left: 2%;
  top: 17px;
  z-index: 999;
}
.header-lf,
.header-rg {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-lf {
  float: left;
}
.logo img {
  width: 355px;
}
.header-lf .nav .nav-li {
  text-align: center;
  line-height: 32px;
  float: left;
  position: relative;
  margin-left: 30px;
}
.header-lf .nav .nav-li.on > a {
  color: #b5261e;
}
.header-lf .nav .nav-li a.navp {
  color: #fff;
  /* font-weight: bold; */
  padding: 5px 10px;
}
.header-lf .nav .nav-li a:hover,
.navlist ul li a.np:hover {
  color: #b5261e;
}
.navlist {
  width: 100%;
  background-color: #fff;
  line-height: 32px;
  border-top: 1px solid rgba(209, 209, 209, 0.41);
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 31px;
  z-index: 1;
  display: none;
}
.navlist ul li a.np {
  color: #747474;
}
.header-lf .nav li:hover .navlist {
  display: block;
}
.header-lf .nav .nav-li:hover .navp-bgc {
  background-color: #fff;
  color: #b5261e;
}
.header-rg {
  float: right;
}
.header-rg1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-rg1 ul li {
  float: left;
  color: #fff;
  /* font-weight: bold; */
  margin-left: 10px;
}
.header-rg1 ul li:nth-child(1) {
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.header-rg2 {
  width: 31px;
  height: 31px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  color: #a0a0a0;
  margin-left: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 单页banner */
.subBanner {
  background: #000;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.subBanner .img {
  width: 105%;
  height: 100%;
  position: absolute;
  left: -2%;
  top: 0%;
  background: center center no-repeat;
  background-size: cover;
  /* opacity: 0.7; */
  -webkit-animation: subs 3s linear 1;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes subs {
  0% {
    left: -2%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: -2%;
  }
}
.subBanner > img {
  max-width: none;
  width: 100%;
  /* opacity: 0.6; */
}

/* 关于我们 */
.about-header {
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}
.about-header .nav a.ab-navp {
  color: #333;
  /* font-weight: bold; */
  padding: 0 10px;
}
.about-header .header-rg1 ul li {
  color: #333;
  /* font-weight: bold; */
}
.about-header .header-rg1 ul li:nth-child(1) {
  background-color: #333;
}
.about-header .header-rg2 {
  background-color: #a0a0a0;
  color: #fff;
}
.about-header .about-header-nav {
  width: 94%;
  margin: 0 auto;
  position: initial;
}
.about-footer {
  width: 100%;
  height: 142px;
  background-color: #232323;
  margin-top: 34px;
}
.ban {
  background-color: #f8f8f8;
}
.swiper-slide-p1 {
  font-size: 22px;
  color: #2299ee;
  text-align: center;
}
.swiper-slide-p2 {
  width: 34%;
  margin: 0 auto;
  height: 1px;
  background-color: #2299ee;
  opacity: 0.5;
  margin-top: 18px;
  position: relative;
}
.swiper-slide-p2 .p2-span {
  width: 48px;
  height: 3px;
  background-color: #2299ee;
  position: absolute;
  left: 45%;
  top: -1px;
  z-index: 1;
}
.huadong {
  width: 88%;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
}
.huadong-lf {
  flex: 1;
}
.huadong-lf2 {
  width: 35%;
  background-color: #f3f3f3;
  text-align: end;
  padding: 10px 40px;
  margin-right: 28px;
}
.huadong-rg {
  width: 29%;
  background-color: #f3f3f3;
  padding: 10px 40px;
  margin-left: 28px;
}
.huadong-rg1 {
  width: 54%;
  background-color: #f3f3f3;
  padding: 10px 40px;
  margin-left: 28px;
}
.list {
  width: 78%;
  margin: 0 auto;
  margin-top: 66px;
}
.list ul li {
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-p1 {
  width: 192px;
  height: 192px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: -2px -2px 22px 0px rgba(194, 214, 255, 0.61);
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-p1-1 {
  width: 132px;
  height: 132px;
  background-color: #f0f5ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-p1-1 img {
  width: 57px;
  height: 57px;
}
.list-p2 {
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  color: #444444;
  margin-top: 43px;
}
/* 人才招聘 */
.person-title {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 6px 6px 7px 0px rgba(210, 210, 210, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
}
.person-title .titlep {
  width: 6%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  border-bottom: 2px solid #b5271f;
}
.title-list {
  width: 82%;
  margin: 0 auto;
  margin-top: 11px;
}
.title-list ul li {
  background-color: #ffffff;
  box-shadow: 6px 6px 7px 0px rgba(210, 210, 210, 0.35);
  border-radius: 5px;
  padding: 20px 3%;
  margin-top: 25px;
}
.title-list ul li:hover,
.list-p1:hover,
.in-content2:hover,
.about-xyfg ul li:hover,
.business-p3:hover {
  transform: scale(1.03);
  transition: 0.5s;
}
.edu,
.recruit-lf-p1.edu {
  font-size: 17px;
  line-height: 30px;
  color: #9ca0ad;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #efefef;
  margin-top: 2px;
}
.recruit .recruit-lf {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-lf-p1 {
  font-size: 20px;
  line-height: 30px;
  color: #5f677a;
  font-weight: bold;
  padding-right: 10px;
  border-right: 1px solid #f1f1f1;
}
.recruit-lf-p2 {
  font-size: 18px;
  line-height: 30px;
  color: #058ef4;
  padding: 0 10px 0 10px;
}
.recruit-lf-p3 img {
  width: 17px;
  margin-bottom: 4px;
}
.recruit-lf-p4 img {
  width: 38px;
  margin-top: 5px;
}
.recruit-lf-p5 {
  font-size: 17px;
  line-height: 30px;
  color: #5f677a;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.recruit-lf-p5 span {
  width: 3px;
  height: 3px;
  background-color: #898b8f;
  border-radius: 50%;
  margin: 0 5px;
}
.recruit .recruit-rg {
  float: right;
}
.recruit .recruit-rg.p1 {
  font-size: 17px;
  color: #e72035;
  line-height: 30px;
}
.recruit .recruit-rg.p2 {
  font-size: 17px;
  color: #e72035;
  line-height: 40px;
}
.recruit .recruit-rg.p3 {
  font-size: 17px;
  color: #058ef4;
  font-weight: bold;
  line-height: 43px;
}
/* 业务 */
.business {
  width: 94%;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 6px 6px 7px 0px rgba(210, 210, 210, 0.35);
  border-radius: 5px;
  padding: 45px 0 98px 0;
  margin-top: 35px;
}
.business .business-p1 {
  font-size: 22px;
  color: #2299ee;
  text-align: center;
}
.business .business-p2 {
  width: 34%;
  margin: 0 auto;
  height: 1px;
  background-color: #2299ee;
  opacity: 0.5;
  margin-top: 18px;
  position: relative;
}
.business .p2-span {
  width: 48px;
  height: 3px;
  background-color: #2299ee;
  position: absolute;
  left: 45%;
  top: -1px;
  z-index: 1;
}
.business-p3 {
  width: 75%;
  margin: 0 auto;
  margin-top: 49px;
}
/* 联系我们 */
.contact1 {
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  color: #333333;
}
.contact2 {
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2px;
  color: #999999;
  margin-top: 10px;
}
.contact {
  margin-top: 72px;
}
.contact ul li {
  font-size: 20px;
  color: #666666;
  text-align: center;
  float: left;
  border-right: 1px solid #bfbfbf;
}
.contact ul li:nth-child(1),
.contact ul li:nth-child(2) {
  width: 30%;
}
.contact ul li:nth-child(3) {
  width: 40%;
  border: 0;
}
.contavt-content {
  width: 94%;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 6px 6px 7px 0px rgba(210, 210, 210, 0.35);
  border-radius: 5px;
  padding-top: 46px;
  padding-bottom: 58px;
  margin-top: 38px;
}
/* vdv */
.page {
  margin-top: 48px;
}
.my-page {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  display: inline-block;
}

.my-page .my-page-prev,
.my-page .my-page-next {
  font-size: 22px;
  color: #666;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  margin: 0 5px;
  cursor: pointer;
}

.my-page .my-page-prev.my-page-forbid,
.my-page .my-page-next.my-page-forbid {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.2);
}

.my-page .my-page-prev:not(.my-page-forbid):hover,
.my-page .my-page-next:not(.my-page-forbid):hover {
  border-color: #bf0000;
}

.my-page .my-page-group {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.my-page .my-page-group li {
  font-size: 22px;
  color: #666;
  float: left;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 30px;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}

.my-page .my-page-group .my-page-cell {
  border-radius: 2px;
}

.my-page .my-page-group .my-page-cell:hover,
.my-page .my-page-group .my-page-checked {
  border-color: #bf0000;
  background-color: #bf0000;
  color: #ffffff;
}

.my-page .my-page-group .my-page-omit {
  pointer-events: none;
}
/* 公司简介 */
.introduction {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 6px 6px 7px 0px rgba(210, 210, 210, 0.35);
}
.introduction .container {
  width: 100%;
}
.introduction ul {
  width: 60%;
  margin: 0 auto;
}
.introduction ul li {
  line-height: 70px;
  float: left;
  text-align: center;
}
.introduction ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 21px;
  position: relative;
}
.in-content {
  width: 94%;
  margin: 0 auto;
  background-color: #fff;
  padding: 45px 0 47px 0;
  margin-top: 38px;
}
.in-content1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.in-content2 {
  width: 86%;
  margin: 0 auto;
  margin-top: 28px;
}
.in-content3 {
  width: 86%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #333333;
}
/* jkl */
.about-xyfg {
  width: 75%;
  margin: 0 auto;
}
.about-xyfg ul li {
  width: 49%;
  float: left;
  margin-top: 45px;
  margin-right: 2%;
  position: relative;
}
.about-xyfg ul li:nth-child(2),
.about-xyfg ul li:nth-child(4),
.about-xyfg ul li:nth-child(6) {
  margin-right: 0;
}
.about-xyfg ul li span {
  width: 95%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  z-index: 1;
}
.about-xyfg ul li .yinying {
  position: absolute;
  left: 0;
  bottom: -14px;
  z-index: 1;
}
