@charset "UTF-8";
.cur a{
    color: #1E50AE !important;
    font-weight: bold;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-5 {
  margin-top: 5px;
}
.ml-10 {
  margin-top: 10px;
}
.ml-15 {
  margin-top: 15px;
}
.ml-20 {
  margin-top: 20px;
}
.f8 {
  font-size: 8px;
}
.f9 {
  font-size: 9px;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f27 {
  font-size: 27px;
}
.f28 {
  font-size: 28px;
}
.f29 {
  font-size: 29px;
}
.f30 {
  font-size: 30px;
}
.f31 {
  font-size: 31px;
}
.f32 {
  font-size: 32px;
}
.f33 {
  font-size: 33px;
}
.f34 {
  font-size: 34px;
}
#header {
  position: relative;
  margin: auto;
  height: 800px;
  padding-top: 30px;
  overflow: hidden;
}
#header .nav {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: auto;
}
#header .nav img {
  width: 160px !important;
}
#header .nav-list li {
  margin-right: 50px;
}
/* /deep/ #header .nav-list li:last-child {*/
/*  margin-right: 0;*/
/*}*/
#header .nav-list a {
  color: #fff;
  font-size: 16px;
}
#header .nav-list a:hover {
  color: #1E50AE;
}
#header .bgc {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#header .bgc img {
  width: 100%;
  height: 100%;
}
/*一些常用的样式*/
a,
b,
body,
button,
dd,
div,
dl,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
label,
li,
nav,
p,
select,
span,
td,
textarea,
u,
ul {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
li,
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #181818;
}
a:active,
a:focus,
a:hover,
button,
input,
textarea {
  outline: 0;
}
img {
  border: none;
  vertical-align: bottom;
}
map area {
  outline: 0;
}
table {
  border-collapse: collapse;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
button,
input[type=button],
input[type=number],
input[type=password],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
body,
html {
  background-color: #f7f8fc;
  font-size: 14px;
  height: 100%;
  font-family: "Microsoft YaHei";
  background: #fff;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
}
body.page-white {
  background: #fff;
}
.clearfix:after {
  content: '';
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex.flex-start,
.flex.start {
  justify-content: flex-start !important;
}
.flex.space-around {
  justify-content: space-around !important;
}
.flex.flex-end,
.flex.end {
  justify-content: flex-end !important;
}
.flex.center {
  justify-content: center !important;
}
.flex.column {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.flex.align-end {
  align-items: flex-end !important;
}
.flex.align-start {
  align-items: flex-start !important;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.vertical-middle {
  vertical-align: middle;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.w100 {
  width: 100%;
}
input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 180px;
}
input:focus {
  outline: none;
  border-color: #409eff;
}
textarea {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
textarea:focus {
  outline: none;
  border-color: #409eff;
}
button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.form-import {
  content: "*";
  color: #f56c6c;
}
.body {
  font-family: Microsoft YaHei;
}
.c1e5 {
  color: #1E50AE !important;
}
.cf {
  color: #ffffff !important;
}
.ce {
  color: #EEEEEE !important;
}
.c3 {
  color: #333333 !important;
}
.c6 {
  color: #666666 !important;
}
.c9 {
  color: #999999 !important;
}
.bg-cf {
  color: #ffffff;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
#header {
  padding-top: 0;
  height: auto;
}
#header .nav-wrap {
  position: relative;
  z-index: 99;
  width: 100%;
  background: #fff;
}
#header .nav {
  padding: 29px 0;
}
#header .nav .nav-list a {
  color: #333;
}
#header .nav .nav-list a:nth-child(2) {
  color: #1E50AE;
}
#header .nav .nav-list a:hover {
  color: #1E50AE;
}
#header .bot-wrap {
  width: 100%;
  height: 28.8vw;
  background-image: url("../img/about/banner1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#header .bot-nav {
  position: absolute;
  z-index: 22;
  width: 100%;
  bottom: 0;
}
#header .bot-nav ul {
  display: block;
  height: 63px;
  width: 1200px;
  margin: auto;
  background: rgba(160, 157, 165, 0.5);
}
#header .bot-nav ul li {
  text-align: center;
  display: inline-block;
  width: 223px;
  height: 63px;
  line-height: 63px;
}
#header .bot-nav ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
#header .bot-nav ul li a:hover {
  background: #1e50ae;
}
.company-active {
  background: #1e50ae;
}
.company {
  display: none;
}
#container {
  width: 1200px;
  margin: auto;
}
#container .company-intro .title {
  color: #333;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-align: left;
}
#container .company-intro .text {
  margin: 27px 133px 0 0;
  width: 768px;
}
#container .company-intro .text p {
  text-indent: 2em;
  text-align: justify;
  line-height: 35px;
}
/*#container .culture {*/
/*  margin-bottom: 90px;*/
/*}*/
#container .culture .title {
  color: #333;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-align: left;
}
#container .culture .right {
  margin-left: 77px;
}
#container .culture .right .tit {
  color: #1E50AE;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
#container .culture .right .val {
  color: #333;
  font-size: 18px;
  margin-bottom: 30px;
}
#container .culture .right .val:last-child {
  margin-bottom: 0px;
}
#container .advantage .title {
  color: #333;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-align: left;
}
#container .advantage .items {
  height: 467px;
}
#container .advantage .items .item:nth-child(1) {
  background-image: url("../img/about/about-h1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#container .advantage .items .item:nth-child(2) {
  background-image: url("../img/about/about-h2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#container .advantage .items .item:nth-child(3) {
  background-image: url("../img/about/about-h3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#container .advantage .items .item:nth-child(4) {
  background-image: url("../img/about/about-h4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#container .advantage .items .item {
  position: relative;
  width: 217px;
  overflow: hidden;
  height: 100%;
  background-position: center center;
}
#container .advantage .items .item:hover {
  cursor: pointer;
}
#container .advantage .items .item.active {
  width: 590px;
  transition: width 500ms linear;
}
#container .advantage .items .item.remove {
  width: 217px !important;
  transition: width 500ms linear;
}
#container .advantage .items .item .info {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 217px;
  height: 100%;
  padding: 86px 40px 0 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
#container .advantage .items .item .info .title2 {
  font-size: 18px;
  margin-bottom: 47px;
}
#container .advantage .items .item .info .text {
  font-size: 14px;
}
.title-honor,
.title-shows {
  width: 1200px;
  margin: auto;
  color: #333;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-align: left;
}
.honor,
.shows {
  padding: 120px 0 107px 0;
  background: #EEEEEE;
}
 .swiper-container2, .swiper-container3 {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  height: auto;
  width: 1300px;
  margin: auto;
}
.honor .swiper-container2 .swiper-wrapper {
  width: 1200px !important;
  margin: auto;
}
.honor .swiper-container2 .swiper-wrapper .swiper-slide {
  opacity: 0;
}
.honor .swiper-container2 .swiper-wrapper .swiper-slide .swipe-item {
  width: auto;
}
.honor .swiper-container2 .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.honor .swiper-button-prev {
  background-image: url('../img/arrow-left.svg') !important;
  background-size: 28px 50px;
}
.honor .swiper-button-next {
  background-image: url('../img/arrow-right.svg') !important;
  background-size: 28px 50px;
}
.shows {
  overflow: hidden;
  /*margin-bottom: 110px;*/
}

.company-shows .shows-wrap{
  padding: 120px 0 107px 0;
  background: #EEEEEE;
}
.company-shows .swiper-container3 {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  height: auto;
  width: 1300px;
  margin: auto;
}
.company-shows .swiper-container3 .swiper-wrapper {
  width: 1200px !important;
  margin: auto;
}
.company-shows .swiper-container3 .swiper-wrapper .swiper-slide {
  opacity: 0;
}
.company-shows .swiper-container3 .swiper-wrapper .swiper-slide .swipe-item {
  width: auto;
}
.company-shows .swiper-container3 .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.company-shows .swiper-button-prev {
  background-image: url('../img/arrow-left.svg') !important;
  background-size: 28px 50px;
}
.company-shows .swiper-button-next {
  background-image: url('../img/arrow-right.svg') !important;
  background-size: 28px 50px;
}
.fadein {
  animation: fadeIn 0.3s linear 1 forwards;
}
.fadeout {
  animation: fadeOut 0.3s linear forwards;
}
