@charset "utf-8";

/* header banner footer 和一些公共样式 */

:root {
  /* --change-main-color: 165, 28, 48, 1;
  --hover-yellow-color: 246, 197, 101, 1; */
  /* --default-main-color: 165, 28, 48, 1; */
  --default-main-color: 35, 78, 156, 1;
  --default-hover-yellow-color: 246, 197, 101, 1;

  --change-main-color: var(--default-main-color);
  --hover-yellow-color: var(--default-hover-yellow-color);
}

* {
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
theader,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  /* font-size: 100%; */
}

body {
  position: relative;
  font-size: 16px;
}

html {
  font-size: 100%;
}

body,
button,
input,
select,
textarea {
  color: #303133;
  font-family: "Microsoft YaHei", "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

code,
kbd,
pre,
samp,
tt {
  font-family: Courier New, Courier, monospace
}

address,
cite,
dfn,
em,
var {
  font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

ol,
ul {
  list-style: none
}

a {
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #234e9c;
  /* color: rgba(var(--hover-yellow-color)); */
}

img {
  display: block;
  padding: 0;
  border: none;
  max-width: 100%;
  /* width: 100%; */

}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

:focus {
  outline: 0
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0
}



hr {
  height: 1px;
  border: none;
  background: #ddd
}

/*html{overflow-y:scroll}*/
button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}


textarea {
  overflow: auto
}


.flex-row-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.no-wrap {
  flex-wrap: nowrap;
}

.trans {
  transition: all .3s
}


.wpm {
  width: 95.3125%;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  max-width: 1830px
}


.imgW100 {
  width: 100%
}

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.line8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.fixdbody {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}



.navmob-btn {
  display: none
}

.navmob-btn .toSearch {
  font-size: 25px;
  margin-right: 20px;
  line-height: 38px
}

.head-menu-btn {
  z-index: 999;
  overflow: hidden;
  width: 36px;
  height: 36px;
  text-indent: -5260px;
  opacity: 1;
  transform: translateY(0)
}

.head-menu-btn .line-1,
.head-menu-btn .line-2,
.head-menu-btn .line-3 {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-right: -18px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
  transition-property: transform, width, margin, background-color
}

.head-menu-btn .line-1 {
  margin-top: -11px;
  width: 30px
}

.head-menu-btn .line-3 {
  margin-top: 11px;
  width: 30px
}

html.drawerMenu-open .head-menu-btn .line-1 {
  visibility: hidden
}

html.drawerMenu-open .head-menu-btn .line-2 {
  margin-top: 0 !important;
  width: 36px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

html.drawerMenu-open .head-menu-btn .line-3 {
  margin-top: 0 !important;
  width: 36px !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}



.mobNav {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .95);
  z-index: 889;
  padding-top: 53px;
  bottom: 0;
  padding: 20px 5% 30px;
  display: none
}

.mobNav .links {
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  opacity: .7;
}

.mobNav .links a {
  margin: 0 3px
}

.mobNav ul {
  height: 75vh;
  overflow: auto
}

.mobNav ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.mobNav ul li:last-child {
  border-bottom: 0
}

.mobNav ul li .navp a {
  font-size: 15px;
  color: rgba(var(--change-main-color));
  font-weight: bold;
}

.mobNav ul li .navp i {
  display: block;
  width: 16px;
  transition: .3s;
  transform-origin: center;
  color: #005a99;
  margin-right: 5px
}

.mobNav ul li.on .navp i {
  transform: rotate(-45deg);
}

.mobNav ul li .subNavm {
  margin-top: 10px;
  display: none
}

.mobNav ul li .subNavm a {
  line-height: 35px;
  font-size: 14px;
  width: 33.333%
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 26px 0;
  color: #fff;
}

.yonghu {
  font-size: 20px;
  color: rgba(var(--change-main-color));
}

.header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 10.38rem;
  background: url(../img/head-bg.png) center repeat-x;
  background-size: 100% 100%;
}

.bright{
  border-bottom: 3px solid #234e9c;
    color: #234e9c;
}
.bright a{
  color: #234e9c;
}

.header-nav li:hover{
  border-bottom: 3px solid #234e9c;
  color: #234e9c;
}
.header-nav li:hover a{
  color: #234e9c;
}


.logo {
  position: relative;
  z-index: 999
}

.logoBlue {
  display: none;
  height: 56px
}

@media screen and (min-width: 992px) {
  .header-r {
    width: 65vw;
  }
}

@media screen and (min-width: 1440px) {
  .header-r {
    width: calc(100% - 441px);
  }
}


.fast-link {
  font-size: 14px;
}

.fast-link a {
  margin: 0 3px
}

.fast-link .l1 a,
.fast-link .l1 {
  color: #9db0cb
}

.fast-link .l2 a,
.fast-link .l2 {
  color: #fff
}

.fast-link .l2 {
  margin: 0 20px
}

.fast-link .l3 .inp {
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  width: 122px
}

.fast-link .l3 .but {
  border: 0;
  background: transparent;
  color: #fff;
  margin-left: -20px;
  cursor: pointer;
}


.header-r-top {
  margin-bottom: 20px;
  justify-content: flex-end;
}

.header-nav ul {
  flex: 1;
  justify-content: flex-end;
}

.header-nav ul>li {
  position: relative;
  /* margin-left: 5vw; */
  transition: all .3s
}

@media screen and (min-width: 992px) {
  .header-nav ul>li {
    margin-left: 2vw;
  }
}

@media screen and (min-width: 1920px) {
  .header-nav ul>li {
    margin-left: 46px;
  }
}

/* .header-nav ul>li a {
  font-size: 18px;
}

@media screen and (max-width: 1440px) {
  .header-nav ul>li a p {
    font-size: 16px;
  }
} */



.header-nav .nav-parent a {
  font-size: 16px
}

.header-nav .nav-parent .last-a {
  padding: 8px 15px;
  background: #F57C40;
  border-radius: 30px;
  color: #fff;
}

.header-nav .nav-parent .last-a i {
  margin-right: 7px;
}

.header-nav .sub-nav {
  position: absolute;
  top: 50px;
  padding-top: 17px;
  opacity: 0;
  visibility: hidden;
}

.header-nav ul>li:hover .sub-nav {
  top: 100%;
  visibility: inherit;
  opacity: 1
}

.header-nav .sub-nav .sub-nav-wp {
  padding: 20px 20px;
  background: url(../img/navbg.png) #fff no-repeat right bottom;
  margin-top: 10px;
  position: relative;
  padding-right: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.header-nav .sub-nav .sub-nav-wp::before {
  position: absolute;
  content: '';
  border: 10px solid #fff;
  border-color: transparent transparent #fff transparent;
  top: -20px;
  z-index: 5;
}

.header-nav .sub-nav .sub-nav-wp a {
  color: #000;
  font-size: 16px
}

.header-nav .sub-nav .sub-nav-wp a:hover {
  color: #234e9c
}

.header-nav .sub-nav .sub-nav-wp .nav-pic {
  position: relative;
  width: 230px
}

.header-nav .sub-nav .sub-nav-wp .nav-pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 65px 5px 5px;
  z-index: 10;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: linear-gradient(0deg, rgba(60, 117, 166, 1) 0%, rgba(60, 117, 166, 0) 100%)
}

.header-nav .sub-nav .sub-nav-wp .sub-nav-a {
  width: calc(100% - 270px)
}

.header-nav .sub-nav .sub-nav-wp .sub-nav-a div.flex:after {
  display: inline-block;
  width: 33%;
  content: ''
}

.header-nav .sub-nav .sub-nav-wp .sub-nav-a a {
  margin-left: 0;
  width: 33%;
  padding: 5px 5px;
  line-height: 1.3em;
  background: url(../img/home/cirb.png) no-repeat left 12px;
  padding-left: 12px;
  display: block\0;
}

.header-nav .sub-nav1 {
  width: 800px;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav .sub-nav1 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px
}

.header-nav .sub-nav2 {
  width: 800px;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav .sub-nav2 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px
}

.header-nav .sub-nav3 {
  width: 927px;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav .sub-nav3 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px
}

.header-nav .sub-nav4 {
  width: 800px;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav .sub-nav4 .sub-nav-wp::before {
  left: 50%;
  margin-left: -10px
}

.header-nav .sub-nav5 {
  width: 800px;
  right: -290px;
}

.header-nav .sub-nav5 .sub-nav-wp::before {
  right: 316px
}

.header-nav .sub-nav6 {
  width: 800px;
  right: -195px;
}

.header-nav .sub-nav6 .sub-nav-wp::before {
  right: 216px
}

.header-nav .sub-nav7 {
  width: 880px;
  right: -95px
}

.header-nav .sub-nav7 .sub-nav-wp::before {
  right: 120px
}

.header-nav .sub-nav8 {
  width: 800px;
  right: 0
}

.header-nav .sub-nav8 .sub-nav-wp::before {
  right: 20px
}

.mask-father {
  position: relative;
}

a {
  color: #fff;
}

.mask-father img {
  position: absolute;
  width: 100%;
  top: 0;
}

.scrolling .header-nav ul>li:hover>.nav-parent a {
  color: #234e9c
}

.scrolling .head-menu-btn .line-1,
.scrolling .head-menu-btn .line-2,
.scrolling .head-menu-btn .line-3 {
  /* background: #1f89e8; */
}



.wrap {
  width: 1200px;
  margin: 0 auto;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.line7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.swiper-pagination-bullet-active {
  background-color: #f9f9f9;
}

@media screen and (max-width: 992px) {
  .pc-show {
    display: none;
  }

  .rowe {
    margin-top: 400px !important;
    padding-top: 0 !important;
  }




  .header {
    padding: 10px 0;
    background-color: rgba(var(--change-main-color));
  }

  .header::before {
    background: url();
    height: 0;
  }

  .logoBlue {
    display: none;
    height: 40px
  }

  .header-r {
    display: none
  }

  .navmob-btn {
    display: flex;
  }
}
a.see-more{
  width: 100%;
  display: inline-block;
  color: #a51c30;
  cursor: pointer;
  text-align: end;
  position: absolute;
  bottom: 0;
}
.index-news .col-1{
  position: relative;
}
.login-btn {
  width: 76px;
  padding: 8px 5px;
  margin-left: 40px;
  background-color: #fff;
  border-radius: 3px;
  color: rgba(var(--change-main-color));
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dongtai-box{
  flex: 1 1 0%;
  height: 1px;
  display: flex;
  flex-direction: column;
}
.login-btn a{
  color: #606266;
font-size: 14px;
}
.login-btn a:hover{
  color: #66b1ff;
}
.login-btn img {
  width: 15px;
  height: 15px;
}

.mb-login-btn {
  width: 70px;
  margin-right: 10px;
  padding: 5px;
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  .mb-login-btn {
    width: 50px;
    padding: 0;
    font-size: 14px;
  }
}
.w100{
  width: 100%;
}
.container {
  width: 90%;
  max-width: 1300px;
  /* max-width: 1180px; */
  margin: 0 auto;
  position: relative;
}
.news-list-container{
  width: 90%;
  max-width: 1465px;
  margin: 0 auto;
  position: relative;
}
.join-jd-container{
  width: 90%;
  max-width: 1650px;
  margin: 0 auto;
  position: relative;
}


.join-us-container {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.header-container {
  width: 90%;
  max-width: 1750px;
  margin: 0 auto;
  position: relative;
  flex-wrap: nowrap;
}

.on {
  /* color: #234e9c; */
}

/* .on::after {
  display: block;
  content: "";
  width: 50px;
  height: 5px;
  background: #234e9c;
} */



.f-s-11 {
  font-size: 11px;
}
.f-s-12 {
  font-size: 12px;
}
.f-s-14 {
  font-size: 14px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-28 {
  font-size: 28px;
}

.f-s-30 {
  font-size: 30px;
}
.f-s-32 {
  font-size: 32px;
}
.f-s-36 {
  font-size: 36px;
}
.f-s-40 {
  font-size: 40px;
}
.f-s-50 {
  font-size: 50px;
}
.f-s-75 {
  font-size: 75px;
}
.mt20{
  margin-top: 20px;
}
@media screen and (max-width: 1660px) {
  .f-s-40{
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .f-s-24 {
    font-size: 18px;
  }
  .f-s-26 {
    font-size: 18px;
  }
  .f-s-28{
    font-size: 18px;
  }
  .f-s-32{
    font-size: 22px;
  }
  .f-s-36 {
    font-size: 22px;
  }
  .f-s-40{
    font-size: 24px;
  }
  .f-s-50 {
    font-size: 25px;
  }
  .f-s-75 {
    font-size: 60px;
  }
}
.fw{
  font-weight: 700;
}
.white {
  color: #fff;
}

.gray1 {
  color: #8A8989;
}

.section-title {
  font-size: 36px;
}

.black {
  color: #000;
}

.black2 {
  color: #141414;
}

.black3 {
  color: #181818;
}

.black-tips {
  color: #8A8A8A;
}

.dark-grey {
  color: #3A3A3A;
}

.loop-grey {
  color: #434343;
}

.text-l {
  text-align: left
}

.text-r {
  text-align: right
}

.text-c {
  text-align: center
}

.p-t-14 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fwb {
  font-weight: bold;
}

.section-padding {
  padding: 50px 0;
}
.flexsb{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex1{
  flex: 1;
}
.flex-center{
  display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 992px) {
  .section-padding {
    padding: 20px 0 20px;
  }
}

@media screen and (max-width: 576px) {
  .head-menu-btn {
    width: 20px;
    height: 24px;
  }

  .head-menu-btn .line-1 {
    margin-top: -8px;
  }

  .head-menu-btn .line-3 {
    margin-top: 8px;
  }
}