@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;
}
.banner-img img{
  height:28.8vw;
}
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(3) {
  color: #1E50AE;
}
#header .nav .nav-list a:hover {
  color: #1E50AE;
}
#main {
  width: 1200px;
  margin: auto;
  margin-top: 107px;
}
#main .title {
  margin-bottom: 105px;
}
.news {
  position: relative;
  /*height: 100%;*/
}
.news .swiper-container {
  width: 1200px;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  width: 1300px;
  margin: auto;
  height: auto;
}
.news .swiper-container .swiper-wrapper {
  width: 1200px !important;
  margin: auto;
}
.news .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 0;
}
.news .swiper-container .swiper-wrapper .swiper-slide .swipe-item {
  width: auto;
}
.news .swiper-container .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.news .swiper-container .swiper-slide {
  opacity: 0;
}
.news .swiper-container .swiper-slide .swipe-item {
  max-width: 380px;
}
.news .swiper-container .swiper-slide .swipe-item .c1e5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .swiper-container .swiper-slide .swipe-item .c9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .swiper-container .swiper-slide .swipe-item img {
  height: 294px;
  width: 380px;
}
.news .swiper-container .swiper-slide-active {
  opacity: 1;
}
.news .swiper-button-prev {
  background-image: url('../img/arrow-left.svg') !important;
  top: 147px !important;
}
.news .swiper-button-next {
  background-image: url('../img/arrow-right.svg') !important;
  top: 147px !important;  
}
.news .news-img {
  width: 1200px;
  margin: auto;
  margin-top: 100px;
}
