/*
 * @Author: Chin 
 * @Date: 2020-03-31 16:55:07 
 * @Last Modified by: Chin
 * @Last Modified time: 2020-10-29 17:03:14
 */
@font-face {
  font-family: "r";
  src: url("../fonts/TimesRoman/TIMES.eot");
  src: url("../fonts/TimesRoman/TIMES.eot") format("embedded-opentype"), url("../fonts/TimesRoman/TIMES.woff2") format("woff2"), url("../fonts/TimesRoman/TIMES.woff") format("woff"), url("../fonts/TimesRoman/TIMES.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  position: relative;
}

.imgs {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.reset {
  line-height: 1;
  font-size: 0;
}

.linkA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

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

.photoActives .photoActive {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #042275;
  opacity: .9;
  z-index: 3;
}

.photoActives.reset_photoActive .photoActive {
  bottom: -100%;
  transition: .8s;
  transition-timing-function: ease-in-out;
}

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

.scrollx {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.scrollx::-webkit-scrollbar {
  display: none;
}

.wechat {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  cursor: pointer;
}

.wechat.active {
  visibility: visible;
  opacity: 1;
}

.wechat.active div {
  transform: translateY(0);
}

.wechat div {
  height: auto;
  padding: 20px;
  background: #eee;
  text-align: center;
  transition: .3s;
  transform: translateY(50px);
}

.wechat div img {
  width: 100%;
  display: block;
  margin: auto;
}

.wechat div p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}

.videobox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.videobox.active {
  visibility: visible;
  opacity: 1;
}

.videobox.active .bg {
  visibility: visible;
  opacity: 1;
}

.videobox.active video {
  transition-delay: .3s;
  opacity: 1;
  transform: translateY(0);
}

.videobox .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .4s;
  visibility: hidden;
  opacity: 0;
}

.videobox video {
  width: 70%;
  transition: .4s;
  transform: translateY(50%);
  opacity: 0;
}

.subnavHead {
  position: relative;
  z-index: 3;
}

.subnavHead .bannerimg {
  overflow: hidden;
}

.subnavHead .bannerimg img {
  position: relative;
  left: 50%;
  width: 100%;
  display: block;
  transform: translateX(-50%);
}

.subnavHead .bannerText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splitbox {
  overflow: hidden;
}

.jsplit {
  width: 1515px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}

.jsplit .splitbox h5 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 2;
}

.jsplit .splitbox h5.active span {
  animation: fadeInUp  1s forwards;
}

.jsplit .splitbox h5 span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
  opacity: 0;
  display: inline-block;
  text-indent: 1px;
}

.jsplit .splitbox h6 {
  font-size: 50px;
  color: white;
  font-family: 'Microsoft Yahei';
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.jsplit .splitbox h6.active span {
  animation: fadeInUp  1s forwards;
}

.jsplit .splitbox h6 span {
  font-family: inherit;
  min-width: auto;
  font-size: inherit;
  color: inherit;
  opacity: 0;
  margin-right: 15px;
  display: inline-block;
}

.jsplit .splitbox h6 span:last-child {
  margin-right: 0;
}

.newspaper p, .newspaper span, .newspaper a {
  word-break: break-all;
}

.newspaper a {
  transition: .4s;
}

.newspaper a:link {
  color: #333;
}

.newspaper a:visited {
  color: #333;
}

.newspaper a:active {
  color: #f03;
}

.newspaper a:hover {
  color: #f03;
}

.newspaper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.newspaper .tablebox {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.newspaper .tablebox::-webkit-scrollbar {
  display: none;
}

.newspaper .tablebox table {
  width: 100%;
}

.last3:nth-child(3n+1):nth-last-child(-n+3) a,
.last3:nth-child(3n+1):nth-last-child(-n+3) ~ li a {
  margin-bottom: 0px;
}

.mobileMenu {
  display: none;
  align-items: center;
  transition: .4s;
  transition-timing-function: ease-in-out;
}

.mobileMenu .mobileMenu_box {
  position: relative;
  width: 42px;
  height: 26px;
}

.mobileMenu .mobileMenu_box.active div:first-child {
  top: 50%;
  transform: translateY(-50%);
}

.mobileMenu .mobileMenu_box.active div:nth-child(2) {
  opacity: 0;
}

.mobileMenu .mobileMenu_box.active div:last-child {
  bottom: 50%;
  transform: translateY(50%);
}

.mobileMenu .mobileMenu_box.actives div {
  background: #C90B1A;
}

.mobileMenu .mobileMenu_box.actives div:first-child {
  transform: translateY(-50%) rotate(45deg);
}

.mobileMenu .mobileMenu_box.actives div:nth-child(2) {
  opacity: 0;
}

.mobileMenu .mobileMenu_box.actives div:last-child {
  transform: translateY(50%) rotate(-45deg);
}

.mobileMenu .mobileMenu_box div {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #C90B1A;
  right: 0;
  transition: .3s;
}

.mobileMenu .mobileMenu_box div:first-child {
  top: 0;
}

.mobileMenu .mobileMenu_box div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.mobileMenu .mobileMenu_box div:last-child {
  bottom: 0;
}

.mobileNav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  transform: translateX(100%);
  transition: .4s;
  transition-timing-function: ease-in-out;
  z-index: 8;
  background: #f3f2f2;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.mobileNav::-webkit-scrollbar {
  display: none;
}

.mobileNav.active {
  visibility: visible;
  transform: translate(0);
}

.mobileNav .box {
  height: 100vh;
  padding: 0 5%;
  padding-top: 80px;
  box-sizing: border-box;
}

.mobileNav .box .mobileNavitems {
  height: auto;
  overflow: hidden;
}

.mobileNav .box .mobileNavitems:last-child ol {
  border: none;
}

.mobileNav .box .mobileNavitems:first-child ol {
  padding: 0;
}

.mobileNav .box .mobileNavitems .item {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 1;
  box-sizing: border-box;
}

.mobileNav .box .mobileNavitems .item h5 {
  font-family: initial;
  color: #2d3d47;
  font-weight: 500;
  font-size: 16px;
  transition: .3s;
}

.mobileNav .box .mobileNavitems ol {
  transition: .4s;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #e0dcdd;
}

.mobileNav .box .mobileNavitems ol li {
  position: relative;
  width: 50%;
  line-height: 1;
}

.mobileNav .box .mobileNavitems ol li.active i {
  background: #C90B1A;
}

.mobileNav .box .mobileNavitems ol li.active p {
  color: #C90B1A;
}

.mobileNav .box .mobileNavitems ol li i {
  width: 6px;
  height: 6px;
  background: #042275;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.mobileNav .box .mobileNavitems ol li p {
  vertical-align: middle;
  position: relative;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #2d3d47;
  transition: .3s;
  display: inline-block;
  font-family: initial;
  line-height: 1;
}

.mobileNavbg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transition-timing-function: linear;
}

.mobileNavbg.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 640px) {
  .videobox video {
    width: 100%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 82px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0 0 3px transparent;
  z-index: 9;
}

header.active {
  transition-delay: .4s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

header.active:after {
  height: 100%;
}

header.active ul li a {
  color: #616161;
}

header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background: white;
  transition: .4s;
}

header .logo {
  display: block;
}

header ul {
  height: 100%;
  display: flex;
}

header ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 13px;
}

header ul li:hover a {
  color: #042275;
}

header ul li.active a {
  color: #042275;
}

header ul li a {
  font-size: 16px;
  color: white;
  transition: .3s;
  font-weight: 700;
  font-family: 'Microsoft Yahei';
}

header .headerlink {
  display: flex;
  align-items: center;
}

header .headerlink a {
  position: relative;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  color: white;
  z-index: 9;
}

header .headerlink a p {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 5px 10px;
  background: #042275;
  margin-top: 5px;
  white-space: nowrap;
  transform: translate(-50%, 0) translateY(50%);
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  z-index: 10;
}

header .headerlink a:hover p {
  opacity: 1;
  transform: translate(-50%, 0) translateY(0%);
  visibility: visible;
}

header .headerlink a:hover:after {
  width: 100%;
  height: 100%;
}

header .headerlink a:last-child {
  margin-left: 7px;
  font-size: 14px;
  font-weight: 500;
}

header .headerlink a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .4s;
  transition-timing-function: linear;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #C90B1A;
}

.swiper-box1 {
  position: relative;
  z-index: 2;
}

.swiper-box1 .swiper-wrapper .swiper-slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-box1 .swiper-wrapper .swiper-slide.swiper-slide-active .img {
  transform: scale(1.5);
}

.swiper-box1 .swiper-wrapper .swiper-slide .img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  transition: 10s;
  transition-timing-function: linear;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28.2%;
  text-align: center;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox.active h1 span, .swiper-box1 .swiper-wrapper .swiper-slide .homebox.active h6 span {
  -webkit-animation: fadeInUp 1s forwards;
  animation: fadeInUp 1s forwards;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox.active > span:after {
  width: 100%;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox > span {
  display: inline-block;
  padding: 0 25px;
  height: 46px;
  line-height: 46px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox > span:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #C90B1A;
  transition: .6s;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox h1 {
  font-size: 62px;
  color: white;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox h1 > hr {
  display: inline-block;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox h1 > img {
  display: inline-block;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox h1 span {
  opacity: 0;
  display: inline-block;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox h6 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-transform: unset;
  font-family: Arial, Helvetica, sans-serif;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox h6 span {
  opacity: 0;
  display: inline-block;
  margin-right: 8px;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox h6 span:last-child {
  margin-right: 0;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox p {
  color: white;
  text-align: center;
  width: 900px;
  margin: auto;
  margin-top: 40px;
  -webkit-line-clamp: 3;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox .ckgd {
  position: relative;
  z-index: 3;
  margin: auto;
  margin-top: 125px;
  width: 160px;
  height: 46px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  transition: .4s;
}

.swiper-box1 .swiper-wrapper .swiper-slide .homebox .ckgd:hover {
  border-color: #C90B1A;
}

.swiper-box1 .bgmb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28%;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.37));
  z-index: 1;
}

.swiper-box1 .num {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -622.5px;
  display: flex;
  width: auto;
  z-index: 1;
}

.swiper-box1 .num .prev, .swiper-box1 .num .next {
  cursor: pointer;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
}

.swiper-box1 .num .prev {
  background: #042275;
}

.swiper-box1 .num .next {
  background: #C90B1A;
  margin-right: 10px;
}

.swiper-box1 .num .swiper-pag {
  display: flex;
}

.swiper-box1 .num .swiper-pag span {
  height: 78px;
  display: flex;
  align-items: center;
  font-family: 'r';
  font-size: 20px;
  color: white;
  transition: .3s;
  width: auto;
  cursor: pointer;
  margin-left: 20px;
  opacity: 1;
  background: transparent;
}

.swiper-box1 .num .swiper-pag span:hover {
  color: #C90B1A;
}

.swiper-box1 .swiper-pagination {
  bottom: 50px;
  z-index: 1;
  cursor: pointer;
}

.swiper-box1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: white;
  opacity: 1;
  margin: 0 5px;
  transition: .3s;
}

.swiper-box1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #70BC5F;
}

.swiper-box1 .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
}

.dhead.other .splitbox h5 {
  margin-bottom: 6px;
}

.dhead.other .splitbox h6 {
  color: #343434;
}

.dhead.white .splitbox h5 {
  color: white;
}

.dhead.white .splitbox h6 {
  color: white;
}

.dhead .splitbox h5 {
  color: #C90B1A;
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.dhead .splitbox h6 {
  color: #C90B1A;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}

.viewmore {
  position: relative;
  width: 132px;
  height: 45px;
  border: 2px solid #CCCCCC;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9C9C9C;
  font-size: 14px;
  z-index: 1;
  transition: .4s;
}

.viewmore:hover {
  transition-delay: .1s;
  color: white;
  border-color: #C90B1A;
}

.viewmore:hover:after {
  left: 0;
  width: 100%;
}

.viewmore:after {
  content: '';
  width: 0%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  transition: .4s;
  z-index: -1;
  background: #C90B1A;
}

.box2 {
  position: relative;
  z-index: 1;
  padding: 110px 0 95px;
}

.box2 .bg {
  position: absolute;
  width: 39%;
  top: 0;
  left: 0;
  height: 100%;
  background: #EEEEEE;
  z-index: -1;
}

.box2 .w1245 {
  display: flex;
  justify-content: space-between;
}

.box2 .w1245 .l {
  flex: 1;
}

.box2 .w1245 .l p {
  color: #545151;
  line-height: 2;
  width: 612px;
  margin-top: 45px;
  margin-bottom: 40px;
}

.box2 .w1245 .r {
  padding-left: 95px;
  border-left: 1px solid  #E9E9E9;
  box-sizing: border-box;
}

.box2 .w1245 .r ul li {
  margin-bottom: 40px;
}

.box2 .w1245 .r ul li:last-child {
  margin-bottom: 0;
}

.box2 .w1245 .r ul li span {
  color: #5A5A5A;
  font-size: 55px;
  font-family: 'r';
  line-height: 1.2;
}

.box2 .w1245 .r ul li span div {
  display: inline-block;
}

.box2 .w1245 .r ul li p {
  color: #3E3E3E;
  font-weight: 500;
}

.box3 {
  position: relative;
  z-index: 1;
  padding-bottom: 110px;
}

.box3 .bg {
  position: absolute;
  width: 61%;
  top: 0;
  right: 0;
  height: 100%;
  background: #E3E7F0;
  z-index: -1;
}

.box3 .w1245 {
  display: flex;
  overflow: hidden;
}

.box3 .w1245.itemAnimates .itemAnimate {
  opacity: 0;
}

.box3 .w1245.itemAnimates.animates .itemAnimate {
  animation: fadeInUp 1s forwards;
}

.box3 .w1245 .item {
  flex: 1;
  position: relative;
}

.box3 .w1245 .item:hover .t img {
  transform: scale(1.05);
}

.box3 .w1245 .item:hover .b h5 {
  color: #042275;
}

.box3 .w1245 .item:hover .b .viewmore {
  transition-delay: .1s;
  color: white;
  border-color: #C90B1A;
}

.box3 .w1245 .item:hover .b .viewmore:after {
  left: 0;
  width: 100%;
}

.box3 .w1245 .item .b {
  padding: 18px 15px 0 35px;
  box-sizing: border-box;
}

.box3 .w1245 .item .b h5 {
  color: #4E4D4D;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  transition: .3s;
}

.box3 .w1245 .item .b h6 {
  color: #808080;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin: 8px 0;
  letter-spacing: -0.5px;
  -webkit-line-clamp: 1;
}

.box3 .w1245 .item .b p {
  width: 330px;
  line-height: 1.8;
  color: #A5A5A5;
  margin-bottom: 20px;
}

.box3 .w1245 .item .b .viewmore {
  width: 120px;
  height: 40px;
}

.box4 {
  display: flex;
}

.box4 .box4l {
  background: #042275;
}

.box4 .box4l .box {
  margin-left: auto;
  padding-right: 85px;
  box-sizing: border-box;
}

.box4 .box4l .box .dhead {
  margin-top: 75px;
}

.box4 .box4l .box p {
  color: #A5A5A5;
  margin-top: 25px;
  margin-bottom: 65px;
  -webkit-line-clamp: 2;
}

.box4 .box4l .box .boxlitems li {
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
  transition: .3s;
}

.box4 .box4l .box .boxlitems li:last-child {
  margin-bottom: 0;
}

.box4 .box4l .box .boxlitems li.active {
  color: #C90B1A;
}

.box4 .box4l .box .boxlitems li.active:after {
  width: 100%;
  left: 0;
}

.box4 .box4l .box .boxlitems li:after {
  content: '';
  position: absolute;
  width: 0%;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #C90B1A;
  transition: .4s;
}

.box4 .box4r {
  position: relative;
  overflow: hidden;
}

.box4 .box4r .swiper-wrapper.active .swiper-slide {
  opacity: 1;
  visibility: visible;
}

.box4 .box4r .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.box4 .box4r .swiper-wrapper .swiper-slide .box4rtext {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 800px;
  height: 207px;
  background: rgba(255, 255, 255, 0.85);
  padding: 60px 165px 0 75px;
  box-sizing: border-box;
  z-index: 1;
  bottom: 0;
  left: 0;
  transition: .4s;
}

.box4 .box4r .swiper-wrapper .swiper-slide .box4rtext.active {
  visibility: visible;
  transition-delay: .1s;
  opacity: 1;
}

.box4 .box4r .swiper-wrapper .swiper-slide .box4rtext h5 {
  font-size: 18px;
  font-weight: 700;
  color: #333030;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
}

.box4 .box4r .swiper-wrapper .swiper-slide .box4rtext p {
  color: #464646;
  font-weight: 500;
  height: 45px;
  -webkit-line-clamp: 2;
}

.box4 .box4r .box4rprev, .box4 .box4r .box4rnext {
  position: absolute;
  bottom: 0;
  width: 78px;
  height: 78px;
  background: #042275;
  transition: .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
}

.box4 .box4r .box4rprev:hover, .box4 .box4r .box4rnext:hover {
  background: #C90B1A;
}

.box5 .w1245 {
  display: flex;
  overflow: hidden;
}

.box5 .w1245.itemAnimates .itemAnimate {
  opacity: 0;
}

.box5 .w1245.itemAnimates.animates .itemAnimate {
  animation: fadeInUp 1s forwards;
}

.box5 .w1245 li {
  flex: 1;
}

.box5 .w1245 li:nth-child(1) .t {
  background: #C1C7D6;
}

.box5 .w1245 li:nth-child(1) .box5viewmore:hover {
  background: #858996;
}

.box5 .w1245 li:nth-child(2) .t {
  background: #9CBCD9;
}

.box5 .w1245 li:nth-child(2) .b {
  background: #E3E3E3;
}

.box5 .w1245 li:nth-child(2) .box5viewmore {
  background: #042275;
}

.box5 .w1245 li:nth-child(2) .box5viewmore:hover {
  background: #0c1963;
}

.box5 .w1245 li:nth-child(3) .t {
  background: #A9D5DE;
}

.box5 .w1245 li:nth-child(3) .box5viewmore {
  background: #C90B1A;
}

.box5 .w1245 li:nth-child(3) .box5viewmore:hover {
  background: #a2060f;
}

.box5 .w1245 li:hover .t img {
  transform: scale(1.05);
}

.box5 .w1245 li .t {
  height: 357px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box5 .w1245 li .b {
  padding: 18px 32px 45px;
  box-sizing: border-box;
  min-height: 205px;
  background: #F2F2F2;
}

.box5 .w1245 li .b h5 {
  color: #4E4D4D;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

.box5 .w1245 li .b .text {
  padding-top: 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.box5 .w1245 li .b .text section {
  position: relative;
  display: flex;
  align-items: center;
}

.box5 .w1245 li .b .text section:hover p {
  color: #C90B1A;
}

.box5 .w1245 li .b .text section:hover i {
  color: #C90B1A;
  transform: translateX(100%);
}

.box5 .w1245 li .b .text section p {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  line-height: 1;
  flex: 1;
  -webkit-line-clamp: 1;
  margin-bottom: 15px;
  transition: .3s;
}

.box5 .w1245 li .b .text section i {
  color: #808080;
  font-size: 14px;
  margin-left: 30px;
  transition: .4s;
}

.box5 .w1245 li .box5viewmore {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
  background: rgba(28, 39, 68, 0.5);
}

.box5 .w1245 li .box5viewmore:hover i {
  transform: translateX(100%);
}

.box5 .w1245 li .box5viewmore p {
  font-weight: 500;
  color: white;
}

.box5 .w1245 li .box5viewmore i {
  color: white;
  font-size: 14px;
  transition: .4s;
}

.box6 .w1245 {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.box6 .w1245 .l {
  flex: 1;
  padding: 0 30px 0 40px;
  box-sizing: border-box;
  display: flex;
}

.box6 .w1245 .l section {
  padding-top: 42px;
  box-sizing: border-box;
}

.box6 .w1245 .l section:first-child {
  margin-right: 30px;
}

.box6 .w1245 .l section .viewmore {
  margin-top: 60px;
}

.box6 .w1245 .l section .firstnews {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #DCDCDC;
}

.box6 .w1245 .l section .firstnews:hover h5 {
  color: #C90B1A;
}

.box6 .w1245 .l section .firstnews h5 {
  color: #545454;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  transition: .3s;
  -webkit-line-clamp: 1;
}

.box6 .w1245 .l section .firstnews p {
  color: #545454;
  -webkit-line-clamp: 2;
}

.box6 .w1245 .l section ol li {
  position: relative;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box6 .w1245 .l section ol li:hover p, .box6 .w1245 .l section ol li:hover span {
  color: #C90B1A;
}

.box6 .w1245 .l section ol li p {
  flex: 1;
  color: #545454;
  font-weight: 500;
  line-height: 1;
  -webkit-line-clamp: 1;
  transition: .3s;
}

.box6 .w1245 .l section ol li span {
  font-size: 12px;
  color: #9A9A9A;
  font-weight: 700;
  line-height: 1;
  margin-left: 30px;
  transition: .3s;
}

.box6 .w1245 .r {
  width: 33.33%;
  position: relative;
}

.box6 .w1245 .r .swiper-tpnews {
  position: relative;
  overflow: hidden;
}

.box6 .w1245 .r .swiper-tpnews .swiper-wrapper .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 32px 32px;
  box-sizing: border-box;
}

.box6 .w1245 .r .swiper-tpnews .swiper-wrapper .swiper-slide .text h5 {
  font-size: 18px;
  color: white;
  font-weight: 700;
  -webkit-line-clamp: 1;
  line-height: 1;
  margin-bottom: 12px;
}

.box6 .w1245 .r .swiper-tpnews .swiper-wrapper .swiper-slide .text p {
  font-size: 14px;
  color: white;
  -webkit-line-clamp: 2;
}

.comesback {
  cursor: pointer;
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #808080;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: opacity,background 1s;
  transition-timing-function: linear;
}

.comesback.active {
  position: absolute;
}

.comesback.actives {
  opacity: 1;
  visibility: visible;
}

.comesback:hover {
  transition: .4s;
  background: #C90B1A;
}

.comesback i {
  color: white;
  font-size: 22px;
  line-height: 1;
}

.comesback p {
  font-size: 18px;
  color: white;
  line-height: 1;
  margin-top: 6px;
  font-weight: 500;
  font-family: "Microsoft Yahei";
}

.deepmao {
  position: relative;
  top: -140px;
  display: block;
  height: 0;
  overflow: hidden;
}

.deepmao.profilemaodian1 {
  top: -180px;
}

.letters {
  color: #C90B1A;
}

footer {
  background: #042275;
}

footer .t {
  padding: 40px 82px 25px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

footer .t .l {
  display: flex;
}

footer .t .l .box {
  margin-right: 25px;
}

footer .t .l .box img {
  width: 120px;
  margin-bottom: 10px;
}

footer .t .l .box span {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1;
  font-size: 14px;
  display: block;
  text-align: center;
}

footer .t .l .box p {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.2;
  margin-bottom: 9px;
}

footer .t .l .box h5 {
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}

footer .t .r .items {
  display: flex;
}

footer .t .r .items .item {
  margin-left: 60px;
}

footer .t .r .items .item h5 {
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}

footer .t .r .items .item ol li {
  line-height: 1;
  margin-bottom: 15px;
}

footer .t .r .items .item ol li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.66);
  transition: .3s;
}

footer .t .r .items .item ol li a:hover {
  color: #C90B1A;
}

footer .b {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px 82px 24px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

footer .b section > p, footer .b section > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1;
  margin-right: 42px;
  display: inline-block;
}

footer .b section > a {
  transition: .3s;
}

footer .b section > a:last-child {
  margin-right: 300px;
}

footer .b section > a:hover {
  color: #C90B1A;
}

footer .b section .yqlj {
  position: absolute;
  right: 82px;
  top: 0;
  width: 254px;
  height: 100%;
  padding-left: 22px;
  padding-right: 26px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

footer .b section .yqlj:hover p, footer .b section .yqlj:hover span {
  color: #C90B1A;
}

footer .b section .yqlj:hover span {
  transform: rotate(-90deg);
}

footer .b section .yqlj ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: white;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  z-index: 7;
  max-height: 200px;
  overflow-y: auto;
}

footer .b section .yqlj ul.active {
  visibility: visible;
  opacity: 1;
}

footer .b section .yqlj ul.active li {
  height: 50px;
}

footer .b section .yqlj ul li {
  height: 0px;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 50px;
  transition: .3s;
  cursor: pointer;
}

footer .b section .yqlj ul li:hover {
  background: #C90B1A;
}

footer .b section .yqlj ul li:hover a {
  color: white;
}

footer .b section .yqlj ul li a {
  font-size: 14px;
  color: #666;
  transition: .3s;
}

footer .b section .yqlj p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66);
  transition: .3s;
}

footer .b section .yqlj span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
  display: block;
  transition: .3s;
}

.subnavbody {
  position: relative;
  width: 100%;
  height: 60px;
  background: #042275;
}

.subnavbody .w1515 {
  height: 100%;
  display: flex;
}

.subnavbody .w1515 li {
  transition: .4s;
}

.subnavbody .w1515 li.active {
  background: white;
}

.subnavbody .w1515 li.active a {
  color: #042275;
}

.subnavbody .w1515 li a {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 14px;
  color: white;
  transition: .3s;
  padding: 0 42px;
  font-family: initial;
}

.about1 {
  display: flex;
  position: relative;
}

.about1 .l {
  width: 50%;
}

.about1 .l .w1515 {
  position: absolute;
  left: 50%;
  top: 0;
  padding-top: 97px;
  box-sizing: border-box;
  height: 100%;
  transform: translateX(-50%);
}

.about1 .l .w1515 p {
  width: 660px;
  color: #6F7071;
  margin-top: 40px;
  margin-bottom: 75px;
}

.about1 .r {
  width: 50%;
  cursor: pointer;
  position: relative;
}

.about1 .r:hover img {
  transform: scale(1.05);
}

.about1 .r:hover .box section {
  background: #C90B1A;
  color: white;
}

.about1 .r .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about1 .r .box section {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C90B1A;
  font-size: 18px;
  margin-bottom: 15px;
  transition: .3s;
}

.about1 .r .box p {
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.about2 {
  overflow: hidden;
  display: flex;
}

.about2.itemAnimates .itemAnimate {
  opacity: 0;
}

.about2.itemAnimates.animates .itemAnimate {
  animation: fadeInDownBig 1s forwards;
}

.about2 .l {
  width: 50%;
  position: relative;
  cursor: pointer;
}

.about2 .l:hover img {
  transform: scale(1.05);
}

.about2 .l:hover .text {
  transform: translateY(-50%);
  opacity: 0;
}

.about2 .l:hover .textn {
  transition-delay: .3s;
  bottom: 50%;
  opacity: 1;
}

.about2 .l .text {
  position: absolute;
  bottom: 76px;
  left: 84px;
  z-index: 3;
  transition: .4s;
}

.about2 .l .text h1 {
  font-size: 33px;
  color: white;
  line-height: 1.2;
  margin-bottom: 5px;
}

.about2 .l .text h2 {
  color: white;
  font-size: 22px;
  line-height: 1.5;
  text-indent: 1em;
  transition: .3s;
  font-weight: 500;
}

.about2 .l .text .viewmore {
  transition: .4s;
  height: 0;
  overflow: hidden;
  border: none;
}

.about2 .l .text .viewmore:hover {
  border-color: #c90b1a;
}

.about2 .l .textn {
  position: absolute;
  opacity: 0;
  bottom: 40%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 50%);
  z-index: 3;
  transition: .4s;
}

.about2 .l .textn h1 {
  font-size: 33px;
  color: white;
  line-height: 1.2;
  margin-bottom: 5px;
}

.about2 .l .textn h2 {
  color: white;
  font-size: 22px;
  line-height: 1.5;
  transition: .3s;
  text-align: center;
  font-weight: 500;
}

.about2 .l .textn .viewmore {
  transition: .4s;
  overflow: hidden;
  height: 50px;
  border: 2px solid #CCCCCC;
  margin: auto;
  margin-top: 55px;
  color: white;
}

.about2 .l .textn .viewmore:hover {
  border-color: #c90b1a;
}

.about3 {
  padding: 60px 0 220px;
}

.about3 .w1515 img {
  max-width: 100%;
  margin: auto;
  margin-top: 66px;
}

.about4 {
  padding: 80px 0 105px;
}

.about4 .w1515 .box {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.about4 .w1515 .box .l {
  width: 75%;
}

.about4 .w1515 .box .l .swiper-his {
  height: 357px;
  overflow: hidden;
}

.about4 .w1515 .box .l .swiper-his .swiper-wrapper .swiper-slide {
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.about4 .w1515 .box .l .swiper-his .swiper-wrapper .swiper-slide::-webkit-scrollbar {
  display: none;
}

.about4 .w1515 .box .l .swiper-his .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: flex;
  padding-bottom: 30px;
}

.about4 .w1515 .box .l .swiper-his .swiper-wrapper .swiper-slide .item:last-child:after {
  display: none;
}

.about4 .w1515 .box .l .swiper-his .swiper-wrapper .swiper-slide .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 2px;
  height: 100%;
  background: white;
  z-index: -1;
}

.about4 .w1515 .box .l .swiper-his .swiper-wrapper .swiper-slide .item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  margin-right: 15px;
}

.about4 .w1515 .box .l .swiper-his .swiper-wrapper .swiper-slide .item .text {
  width: 686px;
}

.about4 .w1515 .box .l .swiper-his .swiper-wrapper .swiper-slide .item .text h5 {
  font-size: 16px;
  color: white;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.about4 .w1515 .box .l .swiper-his .swiper-wrapper .swiper-slide .item .text h6 {
  font-size: 14px;
  color: white;
}

.about4 .w1515 .box .r {
  width: 25%;
  margin-left: 50px;
  padding-right: 135px;
  box-sizing: border-box;
}

.about4 .w1515 .box .r h1 {
  text-align: right;
  line-height: 1;
  margin-bottom: 10px;
}

.about4 .w1515 .box .r h1 span {
  font-size: 60px;
  color: white;
  font-weight: 500;
}

.about4 .w1515 .box .r p {
  color: white;
  text-align: right;
}

.about4 .w1515 .box .r ul {
  margin-top: 28px;
}

.about4 .w1515 .box .r ul li {
  cursor: pointer;
  position: relative;
  width: 150px;
  border-right: 4px solid #C90B1A;
  margin-left: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  margin-bottom: 3px;
  z-index: 1;
}

.about4 .w1515 .box .r ul li.active:after {
  width: 100%;
}

.about4 .w1515 .box .r ul li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #C90B1A;
  z-index: -1;
  transition: .4s;
}

.about4 .w1515 .box .r ul li:last-child {
  margin-bottom: 0;
}

.about5 {
  position: relative;
  padding: 50px 0 70px;
}

.about5 .w1515 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about5 .w1515 .head .r .viewmore {
  border-color: #7D7D7D;
}

.about5 .w1515 .head .r .viewmore:hover {
  border-color: #C90B1A;
}

.about5 .w1515 .prev, .about5 .w1515 .next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  display: flex;
  font-weight: 700;
  color: #343434;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  transition: .5s;
  z-index: 3;
}

.about5 .w1515 .prev:hover, .about5 .w1515 .next:hover {
  background: #042275;
  color: white;
}

.about5 .w1515 .prev {
  left: 5%;
}

.about5 .w1515 .next {
  right: 5%;
}

.about5 .w1515 .swiper-honor {
  margin-top: 65px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.about5 .w1515 .swiper-honor .swiper-wrapper .swiper-slide {
  position: relative;
}

.about5 .w1515 .swiper-honor .swiper-wrapper .swiper-slide:hover .mb {
  opacity: 1;
}

.about5 .w1515 .swiper-honor .swiper-wrapper .swiper-slide:hover .text {
  background: #042275;
  color: white;
}

.about5 .w1515 .swiper-honor .swiper-wrapper .swiper-slide .text {
  height: 48px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #606060;
  transition: .4s;
  padding: 0 15px;
  box-sizing: border-box;
}

.about5 .w1515 .swiper-honor .swiper-wrapper .swiper-slide .text p {
  line-height: 1.4;
}

.about5 .w1515 .swiper-honor .swiper-wrapper .swiper-slide .mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  font-size: 30px;
  color: white;
  transition: .3s;
  background: rgba(0, 0, 0, 0.5);
}

.about5 .w1515 .swiper-honor .swiper-pagination {
  line-height: 1;
  bottom: 0;
}

.about5 .w1515 .swiper-honor .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
}

.about5 .w1515 .swiper-honor .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: white;
  margin: 0 5px;
  transition: .3s;
  opacity: 1;
}

.about5 .w1515 .swiper-honor .swiper-pagination .swiper-pagination-bullet:hover {
  background: #C90B1A;
}

.about5 .w1515 .swiper-honor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C90B1A;
}

.about5 .w1515 .swiper-honor .pswp__bg {
  background: rgba(0, 0, 0, 0.7);
}

.about5 .w1515 .swiper-honor .pswp__top-bar {
  background-color: transparent;
}

.about5 .w1515 .swiper-honor .pswp__top-bar .pswp__button--close {
  position: relative;
  width: 50px;
  height: 50px;
  top: 0;
  background: #C90B1A;
  font-size: 16px;
  color: white;
  background-position: 0 0;
  opacity: 1;
  z-index: 2;
}

.about5 .w1515 .swiper-honor .pswp__caption {
  margin-top: 20px;
  background: transparent;
  bottom: 0;
}

.about5 .w1515 .swiper-honor .pswp__caption small {
  display: none;
}

.about5 .w1515 .swiper-honor .pswp__caption__center {
  width: auto;
  min-height: 44px;
  line-height: 1.2;
  transition: .3s;
  font-size: 14px;
  color: #747474;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: white;
  box-sizing: border-box;
}

.about5 .w1515 .swiper-honor .pswp__button {
  width: 30px;
  height: 30px;
  background: transparent;
}

.about5 .w1515 .swiper-honor .pswp__button--arrow--left, .about5 .w1515 .swiper-honor .pswp__button--arrow--right {
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 50%;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #C90B1A;
  opacity: 1;
}

.about5 .w1515 .swiper-honor .pswp__button--arrow--left:hover, .about5 .w1515 .swiper-honor .pswp__button--arrow--right:hover {
  background: #C90B1A;
  color: white;
}

.about5 .w1515 .swiper-honor .pswp__button--arrow--left {
  left: 50%;
  transform: translateX(-50%);
}

.about5 .w1515 .swiper-honor .pswp__button--arrow--right {
  right: 50%;
  transform: translateX(50%);
}

.about5 .w1515 .swiper-honor .pswp__button--arrow--left {
  margin-left: -600px;
}

.about5 .w1515 .swiper-honor .pswp__button--arrow--right {
  margin-right: -600px;
}

.about5 .w1515 .swiper-honor .pswp__button--arrow--left:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.about5 .w1515 .swiper-honor .pswp__button--arrow--right:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.profile {
  padding: 100px 0 124px;
}

.profile .w1515 .box {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}

.profile .w1515 .box .l {
  flex: 1;
}

.profile .w1515 .box .l p {
  color: #6F7071;
  font-family: initial;
}

.profile .w1515 .box .r {
  width: 405px;
  margin-left: 135px;
}

.profile .w1515 .box .r ol {
  border: 1px solid #DBDBDB;
  display: flex;
  padding: 46px 36px 0 56px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.profile .w1515 .box .r ol li {
  margin-bottom: 55px;
  width: 50%;
}

.profile .w1515 .box .r ol li:nth-child(2n) {
  margin-left: auto;
  max-width: 110px;
}

.profile .w1515 .box .r ol li:last-child {
  margin-bottom: 70px;
}

.profile .w1515 .box .r ol li div {
  margin-bottom: 3px;
}

.profile .w1515 .box .r ol li div span {
  font-size: 40px;
  color: #616161;
  font-family: 'r';
  line-height: 1;
}

.profile .w1515 .box .r ol li p {
  color: #616161;
  font-weight: 700;
  line-height: 1.4;
}

.profilebox {
  position: relative;
  cursor: pointer;
}

.profilebox:hover img {
  transform: scale(1.02);
}

.profilebox:hover .box section {
  background: #C90B1A;
  color: white;
}

.profilebox .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.profilebox .box section {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C90B1A;
  font-size: 18px;
  margin-bottom: 15px;
  transition: .3s;
}

.profilebox .box p {
  font-size: 18px;
  color: white;
  font-weight: 500;
}

.culture {
  padding: 100px 0 185px;
}

.culture .w1515 > p {
  font-size: 14px;
  color: #616161;
  font-weight: 500;
  margin-top: 25px;
}

.culture .w1515 .newspaper p {
  color: #6F7071;
  font-family: initial;
}

.culture .w1515 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
  margin-bottom: 30px;
  justify-content: space-between;
}

.culture .w1515 ul.itemAnimates {
  overflow: hidden;
}

.culture .w1515 ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.culture .w1515 ul.itemAnimates.animates .itemAnimate {
  animation: fadeInUp2 1s forwards;
}

.culture .w1515 ul li {
  position: relative;
  z-index: 1;
  width: 32%;
  margin: 15px 0;
  cursor: pointer;
}

.culture .w1515 ul li:hover:after {
  height: 100%;
}

.culture .w1515 ul li:hover .text {
  bottom: 30px;
  opacity: 1;
  transition-delay: .1s;
}

.culture .w1515 ul li:hover .box {
  top: 30px;
  transition-delay: .1s;
  transform: translateY(0);
}

.culture .w1515 ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 00%;
  background: rgba(200, 11, 26, 0.84);
  z-index: 1;
  transition: .4s;
  display: none;
}

.culture .w1515 ul li .box {
  position: absolute;
  left: 30px;
  top: 100%;
  transform: translateY(-150%);
  z-index: 2;
  transition: .3s;
}

.culture .w1515 ul li .box h5 {
  font-size: 20px;
  color: white;
  line-height: 1;
  margin-bottom: 8px;
}

.culture .w1515 ul li .box h6 {
  color: white;
  font-size: 16px;
  line-height: 1;
}

.culture .w1515 ul li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  z-index: 2;
  opacity: 0;
  transition: .3s;
}

.culture .w1515 ul li .text p {
  border-top: 1px solid white;
  font-size: 16px;
  padding-top: 18px;
  box-sizing: border-box;
  color: white;
  line-height: 1.4;
}

.culture .w1515 ul i {
  width: 32%;
}

.leader {
  padding: 95px 0 110px;
}

.leader .w1515 {
  display: flex;
  position: relative;
}

.leader .w1515 .l {
  flex: 1;
}

.leader .w1515 .l p {
  color: #6F7071;
  font-family: initial;
  margin-top: 35px;
}

.leader .w1515 .l .name {
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
}

.leader .w1515 .l .name span {
  display: block;
  width: 43px;
  height: 1px;
  background: #6F7071;
  margin-right: 12px;
}

.leader .w1515 .l .name h2 {
  font-family: initial;
  color: #6F7071;
  font-size: 22px;
  font-weight: 500;
}

.leader .w1515 .r {
  margin-left: 90px;
}

.prd {
  padding: 72px 0 120px;
}

.prd .w1515 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prd .w1515 ul li {
  position: relative;
  width: 24%;
  margin-bottom: 45px;
  background: white;
}

.prd .w1515 ul li:hover .t img {
  transform: scale(1.05);
}

.prd .w1515 ul li:hover .b a {
  background: #C90B1A;
  border-color: #C90B1A;
}

.prd .w1515 ul li .t {
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prd .w1515 ul li .b p {
  font-family: initial;
  color: #616161;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 15px;
  box-sizing: border-box;
}

.prd .w1515 ul li .b a {
  width: 98px;
  height: 33px;
  background: #042275;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: auto;
  margin-top: 17px;
  border-radius: 17px;
  transition: .3s;
  margin-bottom: 22px;
}

.prd .w1515 ul i {
  width: 24%;
}

.prd .w1515 .fy {
  margin-top: 20px;
}

.fy {
  display: flex;
  justify-content: center;
}

.fy a {
  width: 48px;
  height: 48px;
  border: 1px solid #C8C8C8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #616161;
  transition: .4s;
  margin: 0 4px;
}

.fy a:hover {
  background: #042275;
  border-color: #042275;
  color: white;
}

.fy a.active {
  background: #042275;
  color: white;
  border-color: #042275;
}

.prdinnerlink {
  position: fixed;
  top: 80px;
  display: flex;
  z-index: 8;
  width: 100%;
  height: 75px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.prdinnerlink .item {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.prdinnerlink .item:hover {
  background: rgba(4, 34, 117, 0.8);
}

.prdinnerlink .item:hover p {
  color: white;
}

.prdinnerlink .item:hover i {
  color: white;
}

.prdinnerlink .item:hover span {
  background: white;
}

.prdinnerlink .item:nth-child(2) {
  background: rgba(4, 34, 117, 0.8);
}

.prdinnerlink .item:nth-child(2) p {
  margin-left: 10px;
  color: white;
}

.prdinnerlink .item:nth-child(2) i {
  color: white;
}

.prdinnerlink .item:last-child {
  flex-direction: row-reverse;
}

.prdinnerlink .item:last-child p {
  margin-left: 0;
  margin-right: 24px;
}

.prdinnerlink .item i {
  color: #444444;
  transition: .3s;
}

.prdinnerlink .item span {
  display: block;
  width: 55px;
  height: 1px;
  background: #444444;
  transition: .3s;
}

.prdinnerlink .item p {
  margin-left: 24px;
  color: #363636;
  transition: .3s;
  font-family: initial;
}

.bannerText .w1515 {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
}

.bannerText .w1515 .l h4 {
  color: white;
  font-size: 30px;
  line-height: 1.2;
  font-family: initial;
  margin-bottom: 5px;
}

.bannerText .w1515 .l h1 {
  color: white;
  font-size: 40px;
  line-height: 1.2;
}

.bannerText .w1515 .l .text {
  margin-top: 45px;
  margin-bottom: 75px;
}

.bannerText .w1515 .l .text p {
  color: white;
}

.bannerText .w1515 .l a {
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C90B1A;
}

.bannerText .w1515 .l a i {
  color: white;
}

.bannerText .w1515 .l a p {
  color: white;
  margin-left: 25px;
}

.prdhead .splitbox h3 {
  color: #343434;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}

.prdhead .splitbox h6 {
  font-size: 16px;
  color: #979797;
  line-height: 1;
}

.prdt {
  padding: 60px 0;
}

.prdt .w1515 ul {
  display: flex;
  margin-top: 25px;
}

.prdt .w1515 ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.prdt .w1515 ul.itemAnimates.animates .itemAnimate {
  animation: zoomInLeft 1s forwards;
}

.prdt .w1515 ul li {
  width: 25%;
  position: relative;
  padding: 50px 0;
  z-index: 1;
}

.prdt .w1515 ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: .5s;
  z-index: -1;
}

.prdt .w1515 ul li:hover:after {
  background: #042275;
}

.prdt .w1515 ul li:hover img {
  filter: brightness(100%);
}

.prdt .w1515 ul li:hover .box {
  border: none;
}

.prdt .w1515 ul li:hover .box i {
  color: white;
}

.prdt .w1515 ul li:hover .box h5 {
  color: white;
}

.prdt .w1515 ul li:hover .box span {
  background: white;
}

.prdt .w1515 ul li:hover .box p {
  color: white;
}

.prdt .w1515 ul li img {
  margin: 0 auto;
  filter: brightness(30%);
  transition: .4s;
}

.prdt .w1515 ul li .box {
  transition-delay: .2s;
  height: 440px;
  padding-top: 50px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  transition: .3s;
}

.prdt .w1515 ul li .box i {
  color: #000000;
  font-size: 48px;
  line-height: 1;
  display: flex;
  justify-content: center;
  transition: .3s;
}

.prdt .w1515 ul li .box h5 {
  margin: 40px;
  font-size: 18px;
  color: #616161;
  text-align: center;
  font-family: initial;
  transition: .3s;
}

.prdt .w1515 ul li .box span {
  display: block;
  background: #042275;
  width: 40px;
  height: 1px;
  margin: auto;
  margin-bottom: 40px;
  transition: .3s;
}

.prdt .w1515 ul li .box p {
  color: #616161;
  width: 80%;
  text-align: center;
  margin: auto;
  -webkit-line-clamp: 3;
  font-family: initial;
  transition: .3s;
}

.prdx {
  padding: 60px 0 70px;
  background: #EEEEEE;
}

.prdx .w1515 {
  overflow: hidden;
}

.prdx .w1515 ul {
  margin-top: 20px;
}

.prdx .w1515 ul li {
  display: flex;
  height: 72px;
  border-bottom: 1px solid #CCCCCC;
}

.prdx .w1515 ul li:first-child {
  background: #C90B1A;
}

.prdx .w1515 ul li:first-child div {
  color: white;
}

.prdx .w1515 ul li:first-child div:first-child {
  border-left: 1px solid #C90B1A;
}

.prdx .w1515 ul li div {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 32px;
  border-right: 1px solid #CCCCCC;
  box-sizing: border-box;
  color: #343434;
  font-size: 16px;
  line-height: 1.4;
  font-family: initial;
}

.prdx .w1515 ul li div:first-child {
  padding-left: 66px;
  border-left: 1px solid #CCCCCC;
}

.prdsfw {
  padding: 77px 0 40px;
  border-bottom: 1px solid #D4D4D4;
  box-sizing: border-box;
}

.prdsfw .w1515 p {
  margin-top: 32px;
  color: #4D4D4D;
  font-family: initial;
}

.prdsff {
  padding: 50px 0;
  border-bottom: 1px solid #D4D4D4;
  box-sizing: border-box;
}

.prdsff .w1515 .text {
  margin-top: 40px;
}

.prdsff .w1515 .text h6 {
  color: #565656;
  font-size: 16px;
  font-family: initial;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.prdsff .w1515 .text p {
  color: #4D4D4D;
  line-height: 2;
  font-family: initial;
}

.prdszy {
  padding: 50px 0 55px;
  border-bottom: 1px solid #D4D4D4;
  box-sizing: border-box;
}

.prdszy .w1515 .prdhead {
  margin-bottom: 35px;
}

.prdszy .w1515 p {
  color: #4D4D4D;
  font-family: initial;
}

.prdsxg {
  padding: 40px 0 145px;
}

.prdsxg .w1515 {
  overflow: hidden;
}

.prdsxg .w1515 ul {
  margin-top: 87px;
  display: flex;
  justify-content: space-between;
}

.prdsxg .w1515 ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.prdsxg .w1515 ul.itemAnimates.animates .itemAnimate {
  animation: fadeInUp2 1s forwards;
}

.prdsxg .w1515 ul li {
  position: relative;
  width: 24%;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  background: white;
}

.prdsxg .w1515 ul li:hover .t img {
  transform: scale(1.05);
}

.prdsxg .w1515 ul li:hover .b a {
  background: #C90B1A;
  border-color: #C90B1A;
}

.prdsxg .w1515 ul li .t {
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prdsxg .w1515 ul li .b p {
  font-family: initial;
  color: #616161;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.prdsxg .w1515 ul li .b a {
  width: 98px;
  height: 33px;
  background: #042275;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: auto;
  margin-top: 17px;
  border: 1px solid #707070;
  border-radius: 17px;
  transition: .3s;
  margin-bottom: 22px;
}

.news {
  padding: 63px 0 93px;
  background: #F6F6F6;
}

.news .w1515 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news .w1515 ul li {
  position: relative;
  width: 24%;
  background: white;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.news .w1515 ul li:hover .t img {
  transform: scale(1.05);
}

.news .w1515 ul li:hover .b .newstext h5 {
  color: #042275;
}

.news .w1515 ul li .t {
  overflow: hidden;
}

.news .w1515 ul li .b {
  height: 245px;
  padding: 30px 26px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .w1515 ul li .b .newstext h5 {
  color: #686868;
  font-size: 16px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  font-family: initial;
  transition: .3s;
}

.news .w1515 ul li .b .newstext p {
  -webkit-line-clamp: 1;
  color: #979797;
  margin-top: 25px;
}

.news .w1515 ul li .b .newstime {
  width: 100%;
  border-top: 1px solid #ECECEC;
  padding-top: 13px;
  line-height: 1;
  padding-bottom: 23px;
  color: #616161;
  font-size: 14px;
}

.news .w1515 ul i {
  width: 24%;
}

.news .w1515 .fy {
  margin-top: 30px;
}

.news_video {
  padding: 63px 0 93px;
  background: #F6F6F6;
}

.news_video .w1515 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_video .w1515 ul li {
  margin-bottom: 45px;
  width: 32%;
  cursor: pointer;
}

.news_video .w1515 ul li:last-child:nth-child(3n - 1) {
  margin-right: calc(32% + (4% / 2));
}

.news_video .w1515 ul li:hover .img img {
  transform: scale(1.1);
}

.news_video .w1515 ul li .img {
  position: relative;
  overflow: hidden;
}

.news_video .w1515 ul li .img img {
  transition: .4s;
}

.news_video .w1515 ul li .img .bgmb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_video .w1515 ul li .img .bgmb i {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50%;
  color: white;
}

.news_video .w1515 ul li .text {
  margin-top: 15px;
}

.news_video .w1515 ul li .text p {
  color: #646464;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  -webkit-line-clamp: 1;
}

.news_video .w1515 .fy {
  margin-top: 60px;
}

.newsinner {
  background: #F6F6F6;
  padding: 137px 0 105px;
}

.newsinner .prev, .newsinner .next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.newsinner .prev:hover i, .newsinner .prev:hover p, .newsinner .next:hover i, .newsinner .next:hover p {
  color: #C90B1A;
}

.newsinner .prev:hover span, .newsinner .next:hover span {
  background: #C90B1A;
}

.newsinner .prev i, .newsinner .next i {
  color: #444444;
  transition: .3s;
}

.newsinner .prev span, .newsinner .next span {
  display: block;
  width: 55px;
  height: 1px;
  background: #444444;
  transition: .3s;
}

.newsinner .prev p, .newsinner .next p {
  margin-left: 24px;
  color: #363636;
  transition: .3s;
  font-family: initial;
}

.newsinner .prev {
  left: 25px;
}

.newsinner .next {
  right: 25px;
  flex-direction: row-reverse;
}

.newsinner .next p {
  margin-left: 0;
  margin-right: 24px;
}

.newsinner .w1515 {
  padding: 65px 175px 120px 155px;
  box-sizing: border-box;
  background: white;
}

.newsinner .w1515 h5 {
  color: #373737;
  font-size: 26px;
  font-weight: 700;
  font-family: initial;
  line-height: 1.4;
}

.newsinner .w1515 .title {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 48px;
}

.newsinner .w1515 .title .l {
  display: flex;
  align-items: center;
}

.newsinner .w1515 .title .l a, .newsinner .w1515 .title .l i {
  color: #707070;
  font-size: 16px;
  margin-right: 15px;
}

.newsinner .w1515 .title .l a {
  transition: .3s;
  margin: 0 !important;
  margin-right: 15px !important;
  transition: .4s;
  float: none !important;
  padding: 0 !important;
  line-height: 1 !important;
  background: none !important;
}

.newsinner .w1515 .title .l a:hover {
  color: #042275;
}

.newsinner .w1515 .title .l i {
  margin-right: 3px;
}

.newsinner .w1515 .title .l span {
  color: #373737;
  font-size: 14px;
  font-family: initial;
}

.newsinner .w1515 .bqian {
  margin-top: 15px;
  margin-bottom: 48px;
  color: #373737;
  font-size: 14px;
  font-family: initial;
}

.newsinner .w1515 .newspaper {
  border-top: 1px solid #DFDFDF;
  padding-top: 30px;
}

.newsinner .w1515 .newspaper p {
  font-family: initial;
  color: #616161;
}

.fanhui {
  position: relative;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fanhui i {
  font-size: 16px;
  color: #C90B1A;
  line-height: 1;
}

.fanhui p {
  color: #373737;
  margin-left: 15px;
  font-family: initial;
}

.case {
  padding: 75px 0 115px;
  background: #F6F6F6;
}

.case .w1515 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case .w1515 ul li {
  position: relative;
  width: 32%;
  margin-bottom: 20px;
}

.case .w1515 ul li:hover .t img {
  transform: scale(1.05);
}

.case .w1515 ul li:hover .b {
  background: #042275;
}

.case .w1515 ul li:hover .b h5 {
  transition-delay: .1s;
  color: white;
}

.case .w1515 ul li:hover .b .text:after {
  width: 100%;
  left: 0;
}

.case .w1515 ul li:hover .b .text .l span {
  transition-delay: .1s;
  color: white;
}

.case .w1515 ul li:hover .b .text .r i {
  transition-delay: .1s;
  border-color: white;
  background: white;
}

.case .w1515 ul li .t {
  overflow: hidden;
}

.case .w1515 ul li .b {
  height: 125px;
  padding: 18px 30px 0 26px;
  box-sizing: border-box;
  background: white;
  transition: .4s;
}

.case .w1515 ul li .b h5 {
  line-height: 1;
  color: #4B4B4B;
  font-size: 18px;
  transition: .3s;
  font-weight: 500;
  font-family: initial;
}

.case .w1515 ul li .b .text {
  position: relative;
  margin-top: 15px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.case .w1515 ul li .b .text:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  transition: .4s;
  height: 1px;
  background: white;
}

.case .w1515 ul li .b .text .l span {
  line-height: 1;
  font-family: initial;
  font-size: 14px;
  transition: .3s;
  color: #686868;
}

.case .w1515 ul li .b .text .r i {
  width: 28px;
  height: 28px;
  border: 1px solid #C1C1C1;
  box-sizing: border-box;
  display: flex;
  transition: .3s;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #707070;
}

.case .w1515 ul i {
  width: 32%;
}

.case .w1515 .fy {
  margin-top: 60px;
}

.system {
  padding: 45px 0 180px;
  background: #F6F6F6;
}

.system .w1515 ul li {
  position: relative;
  background: white;
  display: flex;
  overflow: hidden;
}

.system .w1515 ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.system .w1515 ul li.itemAnimates .itemAnimate {
  opacity: 0;
}

.system .w1515 ul li.itemAnimates.animates .itemAnimate {
  animation: fadeInUp 1s forwards;
}

.system .w1515 ul li:hover .l img {
  transform: scale(1.05);
}

.system .w1515 ul li:hover .r {
  background: #042275;
}

.system .w1515 ul li:hover .r h5, .system .w1515 ul li:hover .r h6 {
  color: white;
}

.system .w1515 ul li:hover .r span {
  background: white;
}

.system .w1515 ul li:hover .r p {
  color: white;
}

.system .w1515 ul li .l {
  width: 50%;
  overflow: hidden;
}

.system .w1515 ul li .r {
  width: 50%;
  padding: 88px 90px 0 70px;
  box-sizing: border-box;
  transition: .4s;
}

.system .w1515 ul li .r h5 {
  color: #343434;
  font-weight: 700;
  font-size: 25px;
  transition: .3s;
  line-height: 1.3;
}

.system .w1515 ul li .r h6 {
  color: #B7B7B7;
  font-size: 28px;
  line-height: 1.4;
  transition: .3s;
}

.system .w1515 ul li .r span {
  display: block;
  margin-top: 25px;
  margin-bottom: 35px;
  width: 92px;
  height: 1px;
  background: #C90B1A;
  transition: .3s;
}

.system .w1515 ul li .r p {
  color: #616161;
  font-family: initial;
  -webkit-line-clamp: 4;
}

.zeren {
  padding: 95px 0 155px;
}

.zeren.itemAnimates .itemAnimate {
  opacity: 0;
}

.zeren.itemAnimates.animates .itemAnimate {
  animation: fadeInUp 1s forwards;
}

.zeren > h5 {
  color: #363636;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.zeren h6 {
  line-height: 1;
  color: #B5B5B5;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
  margin-bottom: 14px;
}

.zeren > span {
  margin: auto;
  width: 52px;
  height: 6px;
  display: block;
  background: #C90B1A;
}

.zeren > p {
  font-size: 16px;
  color: #505050;
  width: 515px;
  line-height: 2;
  margin: auto;
  margin-top: 30px;
  text-align: center;
  font-family: initial;
}

.zeren .w1515 {
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.zeren .w1515 .prev, .zeren .w1515 .next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #042275;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  transition: .3s;
  cursor: pointer;
}

.zeren .w1515 .prev:hover, .zeren .w1515 .next:hover {
  background: #C90B1A;
}

.zeren .w1515 .prev {
  margin-left: 78px;
}

.zeren .w1515 .next {
  margin-right: 78px;
}

.zeren .w1515 .swiper-zeren {
  overflow: hidden;
  width: 1190px;
  margin: auto;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide:hover .l img {
  transform: scale(1.05);
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide:hover .r a {
  background: #C90B1A;
  border-color: #C90B1A;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide .l {
  width: 62%;
  overflow: hidden;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide .r {
  width: 38%;
  background: #042275;
  padding: 40px 95px 0 50px;
  box-sizing: border-box;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide .r .zerentime {
  width: 75px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide .r .zerentime p {
  font-family: initial;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  color: white;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide .r .zerentime p:last-child {
  font-size: 14px;
  margin-top: 8px;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide .r h5 {
  font-size: 20px;
  color: white;
  font-family: initial;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 50px;
  -webkit-line-clamp: 1;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide .r p {
  color: white;
  -webkit-line-clamp: 2;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide .r a {
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  transition: .4s;
  height: 45px;
  border: 1px solid white;
  box-sizing: border-box;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide .r a span {
  color: white;
}

.zeren .w1515 .swiper-zeren .swiper-wrapper .swiper-slide .r a i {
  margin-left: 32px;
  color: white;
}

.xingdong {
  padding: 88px 0 60px;
}

.xingdong .w1515 > p {
  width: 865px;
  color: #505050;
  margin-top: 24px;
  margin-bottom: 62px;
  font-family: initial;
}

.xingdong .w1515 .swiper-grow {
  position: relative;
  overflow: hidden;
  padding-bottom: 115px;
}

.xingdong .w1515 .swiper-grow .swiper-wrapper .swiper-slide {
  position: relative;
}

.xingdong .w1515 .swiper-grow .swiper-wrapper .swiper-slide:hover .t img {
  transform: scale(1.05);
}

.xingdong .w1515 .swiper-grow .swiper-wrapper .swiper-slide:hover .b {
  background: #042275;
}

.xingdong .w1515 .swiper-grow .swiper-wrapper .swiper-slide:hover .b p {
  color: white;
  transition-delay: .1s;
}

.xingdong .w1515 .swiper-grow .swiper-wrapper .swiper-slide:hover .b span {
  color: white;
  transition-delay: .1s;
}

.xingdong .w1515 .swiper-grow .swiper-wrapper .swiper-slide .b {
  height: 145px;
  padding: 25px 17px 0;
  box-sizing: border-box;
  background: white;
  transition: .4s;
}

.xingdong .w1515 .swiper-grow .swiper-wrapper .swiper-slide .b p {
  color: #616161;
  font-family: initial;
  margin-bottom: 15px;
  transition: .3s;
  -webkit-line-clamp: 2;
}

.xingdong .w1515 .swiper-grow .swiper-wrapper .swiper-slide .b span {
  color: #616161;
  font-family: initial;
  font-size: 14px;
  transition: .3s;
}

.xingdong .w1515 .swiper-grow .swiper-pagination {
  line-height: 1;
  bottom: 0;
}

.xingdong .w1515 .swiper-grow .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
}

.xingdong .w1515 .swiper-grow .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: white;
  margin: 0 5px;
  transition: .3s;
  opacity: 1;
}

.xingdong .w1515 .swiper-grow .swiper-pagination .swiper-pagination-bullet:hover {
  background: #C90B1A;
}

.xingdong .w1515 .swiper-grow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C90B1A;
}

.hezuo {
  padding: 55px 0 35px;
  background: #F6F6F6;
}

.hezuo .w1167 {
  width: 1167px;
  margin: auto;
}

.hezuo .w1167 .biaoges {
  margin-top: 40px;
  background: white;
}

.hezuo .w1167 .biaoges .head {
  height: 45px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #042275;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  font-family: initial;
  color: white;
}

.hezuo .w1167 .biaoges .box {
  margin-top: 10px;
  padding: 0 30px;
  padding-bottom: 65px;
  box-sizing: border-box;
}

.hezuo .w1167 .biaoges .box .item {
  border-left: 1px solid #BCBCBC;
}

.hezuo .w1167 .biaoges .box .item .itemhead {
  height: 40px;
  line-height: 40px;
  background: #CFC8EE;
  font-size: 14px;
  font-weight: 700;
  color: #3D3D3D;
  padding: 0 22px;
  box-sizing: border-box;
  font-family: initial;
  border: 1px solid #BCBCBC;
  border-left: none;
}

.hezuo .w1167 .biaoges .box .item ul {
  display: flex;
  border-bottom: 1px solid #BCBCBC;
}

.hezuo .w1167 .biaoges .box .item ul li {
  width: 33.33%;
  display: flex;
}

.hezuo .w1167 .biaoges .box .item ul li input {
  flex: 1;
  min-height: 40px;
  height: auto;
  padding: 0 15px;
  border-right: 1px solid #BCBCBC;
  box-sizing: border-box;
  font-family: initial;
  font-size: 14px;
  color: #333;
}

.hezuo .w1167 .biaoges .box .item ol {
  display: flex;
  flex-wrap: wrap;
}

.hezuo .w1167 .biaoges .box .item ol li {
  width: 50%;
  display: flex;
  border-bottom: 1px solid #BCBCBC;
  border-top: none;
  box-sizing: border-box;
}

.hezuo .w1167 .biaoges .box .item ol li:nth-child(even) {
  border-left: none;
}

.hezuo .w1167 .biaoges .box .item ol li.x {
  width: 100%;
}

.hezuo .w1167 .biaoges .box .item ol li.z .itemtitle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hezuo .w1167 .biaoges .box .item ol li.z .itemtitle i {
  vertical-align: top;
}

.hezuo .w1167 .biaoges .box .item ol li.z .itemtitle p {
  vertical-align: top;
}

.hezuo .w1167 .biaoges .box .item ol li input {
  flex: 1;
  min-height: 40px;
  height: auto;
  padding: 0 15px;
  border-right: 1px solid #BCBCBC;
  box-sizing: border-box;
  font-family: initial;
  font-size: 14px;
  color: #333;
}

.hezuo .w1167 .biaoges .box .item ol li .texts {
  flex: 1;
  min-height: 140px;
  height: auto;
  padding: 10px 15px;
  border-right: 1px solid #BCBCBC;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  font-family: 'Microsoft Yahei';
}

.hezuo .w1167 .biaoges .box .item ol li .texts div {
  font-family: inherit;
}

.hezuo .w1167 .biaoges .box .buttons {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.hezuo .w1167 .biaoges .box .buttons button {
  margin: 0 5px;
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EBEBEB;
  font-size: 16px;
  color: #3D3D3D;
  font-family: initial;
  transition: .3s;
  cursor: pointer;
}

.hezuo .w1167 .biaoges .box .buttons button.active {
  background: #042275;
  color: white;
}

.hezuo .w1167 .biaoges .box .buttons button:hover {
  background: #042275;
  color: white;
}

.itemtitle {
  min-height: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  padding: 0 15px 0 22px;
  box-sizing: border-box;
  background: #E1DDF3;
  border-right: 1px solid #BCBCBC;
}

.itemtitle i, .itemtitle p {
  vertical-align: middle;
}

.itemtitle i {
  font-style: inherit;
  color: #C90B1A;
}

.itemtitle p {
  color: #3D3D3D;
  font-family: initial;
}

.webjoin {
  padding: 55px 0 110px;
}

.webjoin .w1167 {
  width: 1167px;
  margin: auto;
}

.webjoin .w1167 ul {
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
}

.webjoin .w1167 ul li {
  width: 16%;
  height: 94px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webjoin .w1167 ul li:hover img {
  transform: scale(1.05);
}

.contact {
  padding: 237px 0 143px;
  overflow: hidden;
}

.contact .w1234 {
  width: 1234px;
  margin: auto;
  padding: 60px 83px 120px;
  box-sizing: border-box;
  background: white;
}

.contact .w1234 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact .w1234 .head .l h5 {
  font-size: 26px;
  color: #343434;
  font-weight: 700;
  line-height: 1;
  font-family: initial;
}

.contact .w1234 .head .l h6 {
  font-size: 16px;
  line-height: 1;
  font-family: initial;
  color: #B4B4B4;
  margin-top: 10px;
}

.contact .w1234 .head .r {
  display: flex;
  align-items: center;
}

.contact .w1234 .head .r div {
  text-align: right;
  margin-left: 12px;
}

.contact .w1234 .head .r div p {
  color: #343434;
  font-size: 16px;
  font-family: initial;
  margin-bottom: 2px;
}

.contact .w1234 .head .r div span {
  color: #042275;
  font-size: 28px;
  line-height: 1;
  font-family: initial;
}

.contact .w1234 .cen {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.contact .w1234 .cen .l {
  width: 47%;
  border: 1px solid;
  border-image: -webkit-linear-gradient(#042275 56px, #DEDEDE 0%) 1;
  border-image: -moz-linear-gradient(#042275 56px, #DEDEDE 0%) 1;
  border-image: linear-gradient(#042275 56px, #DEDEDE 0%) 1;
}

.contact .w1234 .cen .l .heads {
  height: 55px;
  line-height: 55px;
  background: #042275;
  padding: 0 25px;
  box-sizing: border-box;
  font-style: 18px;
  color: white;
  font-family: initial;
}

.contact .w1234 .cen .l .cenbox {
  padding: 22px  25px 25px;
  border-top: none;
}

.contact .w1234 .cen .l .cenbox div {
  margin-bottom: 30px;
}

.contact .w1234 .cen .l .cenbox div:last-child {
  margin-bottom: 0;
}

.contact .w1234 .cen .l .cenbox div h5 {
  font-family: initial;
  color: #343434;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.contact .w1234 .cen .l .cenbox div p {
  font-family: initial;
  color: #343434;
  line-height: 1.4;
}

.honor {
  padding: 100px 0;
}

.honor .w1515 .demo-gallery {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.honor .w1515 .demo-gallery a {
  width: 18%;
  position: relative;
  margin-bottom: 30px;
}

.honor .w1515 .demo-gallery a:last-child:nth-child(5n - 1) {
  margin-right: calc(18% + 10% / 4);
}

.honor .w1515 .demo-gallery a:last-child:nth-child(5n - 2) {
  margin-right: calc(36% + 20% / 4);
}

.honor .w1515 .demo-gallery a:last-child:nth-child(5n - 3) {
  margin-right: calc(54% + 30% / 4);
}

.honor .w1515 .demo-gallery a:hover .mb {
  opacity: 1;
}

.honor .w1515 .demo-gallery a:hover .text {
  background: #042275;
  color: white;
}

.honor .w1515 .demo-gallery a .text {
  height: 48px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #606060;
  transition: .4s;
  padding: 0 15px;
  box-sizing: border-box;
}

.honor .w1515 .demo-gallery a .text p {
  line-height: 1.4;
}

.honor .w1515 .demo-gallery a .mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  font-size: 30px;
  color: white;
  transition: .3s;
  background: rgba(0, 0, 0, 0.5);
}

.honor .w1515 .pswp__bg {
  background: rgba(0, 0, 0, 0.7);
}

.honor .w1515 .pswp__top-bar {
  background-color: transparent;
}

.honor .w1515 .pswp__top-bar .pswp__button--close {
  position: relative;
  width: 50px;
  height: 50px;
  top: 0;
  background: #C90B1A;
  font-size: 16px;
  color: white;
  background-position: 0 0;
  opacity: 1;
  z-index: 2;
}

.honor .w1515 .pswp__caption {
  margin-top: 20px;
  background: transparent;
  bottom: 0;
}

.honor .w1515 .pswp__caption small {
  display: none;
}

.honor .w1515 .pswp__caption__center {
  width: auto;
  min-height: 44px;
  line-height: 1.2;
  transition: .3s;
  font-size: 14px;
  color: #747474;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: white;
  box-sizing: border-box;
}

.honor .w1515 .pswp__button {
  width: 30px;
  height: 30px;
  background: transparent;
}

.honor .w1515 .pswp__button--arrow--left, .honor .w1515 .pswp__button--arrow--right {
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 50%;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #C90B1A;
  opacity: 1;
}

.honor .w1515 .pswp__button--arrow--left:hover, .honor .w1515 .pswp__button--arrow--right:hover {
  background: #C90B1A;
  color: white;
}

.honor .w1515 .pswp__button--arrow--left {
  left: 50%;
  transform: translateX(-50%);
}

.honor .w1515 .pswp__button--arrow--right {
  right: 50%;
  transform: translateX(50%);
}

.honor .w1515 .pswp__button--arrow--left {
  margin-left: -600px;
}

.honor .w1515 .pswp__button--arrow--right {
  margin-right: -600px;
}

.honor .w1515 .pswp__button--arrow--left:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.honor .w1515 .pswp__button--arrow--right:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.subnavbody.active {
  position: fixed;
  z-index: 8;
}

.swiper-culture {
  overflow: hidden;
  position: relative;
}

.swiper-culture .swiper-pagination {
  line-height: 1;
}

.swiper-culture .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #042275;
  cursor: pointer;
  margin: 0 6px;
}

.randomdots {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.randomdots .randomdot {
  cursor: pointer;
  width: 0;
  height: 0;
  padding-top: 0;
  position: absolute;
  background: #C90B1A;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.randomdots .randomdot.active {
  width: 100%;
  padding-top: 100%;
  transform: translate(-50%, -50%) scale(3);
  transition: .5s;
  transition-timing-function: linear;
}

