body {
  padding-top: 5.2vw;
}
header {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
}
header .left {
  width: 16.66667%;
  text-align: center;
  display: flex;
  align-items: center;
}
header .left a{
    display: block;
    margin: auto;
}
header .left a img {
  height: 2.8vw;
  vertical-align: middle;
}
header .center {
  width: 66.66666%;
}
header .center ul {
  text-align: center;
}
header .center ul li {
  display: inline-block;
  line-height: 4.6857vw;
  padding: 0 20px;
}
header .center ul li a {
  font-size: 14px;
  display: inline-block;
  color: #000;
  line-height: 30px;
}
header .center ul li .active {
  border-bottom: 2px solid #fc4a55;
}
header .center .china {
  display: none;
}
header .right {
  width: 16.66667%;
}
header .right a {
  display: inline-block;
  line-height: 4.6857vw;
  margin: 0 5px;
  font-weight: bold;
  color: #000;
  display: none;
}
header .right .active {
  color: #B21C20;
}
header .menu {
  display: none;
}
.indeximg1 {
  background-image: url(../img/indexbg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: 50% 0px;
  transition: all 0.1s;
}
.indeximg1 .main {
  padding: 100px 40px 170px;
  background-color: rgba(101, 122, 245, 0.3) !important;
}
.indeximg1 .main h5 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  font-family: Montser;
  margin-bottom: 20px;
  line-height: 45px;
}
.indeximg1 .main p {
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-family: Montser;
  font-weight: inherit;
}
.indexM1 {
  overflow: hidden;
  padding: 0 40px;
  min-height: 30px;
  background: #657af5;
  padding: 25px 0;
}
.indexM1 .main {
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.indexM1 .main .le h5 {
  font-size: 20px;
  color: #fff;
}
.indexM1 .main .le div {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.indexM1 .main .cn {
  width: 230px;
}
.indexM1 .main .cn:hover .t div {
  top: 0px;
  border-top: 4px solid #df2427;
}
.indexM1 .main .cn .t {
  font-size: 16px;
  background-color: #b21c20;
  height: 45px;
}
.indexM1 .main .cn .t div {
  color: #fff;
  line-height: 42px;
  text-align: center;
  background-color: #df2427;
  position: relative;
  top: -5px;
  height: 42px;
  border-top: 3px solid #fa5758;
  transition: all 0.2s;
}
.indexM1 .main .cn .t div a {
  color: #fff;
  display: block;
}
.indexM1 .main .cn .b {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
.indexM1 .main1 .cn .t div {
  border-top: 3px solid #ccc;
}
.indexM1_ {
  background: #fff;
}
.indexM2 {
  overflow: hidden;
}
.indexM2 h5 {
  font-size: 38px;
  text-align: center;
  font-weight: initial;
  margin-top: 50px;
}
.indexM2 .main {
  max-width: 790px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexM2 .main .item {
  width: 33.1%;
  margin-bottom: 5px;
}
.indexM2 .main .item:hover a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.indexM2 .main .item a {
  display: block;
  position: relative;
}
.indexM2 .main .item a img {
  width: 100%;
  object-fit: cover;
  transition: all 0.2s;
}
.indexM2 .main .item a p {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 5px;
  font-size: 24px;
  font-weight: bold;
}
.indexM3 {
  overflow: hidden;
  background: #657af5;
  min-height: 100px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexM3 .left {
  width: calc(35% - 25px);
  padding-left: 25px;
}
.indexM3 .left .top {
  margin-top: 25px;
}
.indexM3 .left .top p {
  font-size: 38px;
  color: #fff;
  font-family: Montser;
  font-weight: 400;
}
.indexM3 .left .top1 {
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
}
.indexM3 .left .top2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
}
.indexM3 .left .top2 a {
  color: #fff;
  text-decoration: underline;
}
.indexM3 .right {
  width: 50%;
  text-align: center;
}
.indexM3 .right img {
  max-width: 100%;
}
.indexM4 {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexM4 .left {
  width: 50%;
  position: relative;
}
.indexM4 .left img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.indexM4 .right {
  width: calc(50% - 25px);
  padding-left: 25px;
  padding: 30px 0 50px;
}
.indexM4 .right .top {
  font-size: 38px;
  padding-bottom: 5px;
}
.indexM4 .right div p {
  font-size: 16px;
  margin-top: 20px;
  color: #666;
}
.indexM4 .right div p a {
  text-decoration: underline;
  color: #364957;
  font-weight: bold;
  font-family: Roboto_Black;
}
.indexM5 {
  background: #657af5;
  overflow: hidden;
}
.indexM5 .main {
  max-width: 960px;
  margin: auto ;
  min-height: 100px;
  padding-top: 30px;
  width: 94%;
}
.indexM5 .main .top {
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.indexM5 .main .box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexM5 .main .box .item {
  width: 30%;
}
.indexM5 .main .box .item .img {
  text-align: center;
}
.indexM5 .main .box .item .img svg {
  height: 60px;
}
.indexM5 .main .box .item .img svg path {
  fill: #fff;
}
.indexM5 .main .box .item h5 {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.indexM5 .main .box .item p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
footer {
  background: #212226;
}
footer .main {
  max-width: 960px;
  margin: auto ;
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 45px 0 90px;
  width: 94%;
}
footer .main .left img {
  max-width: 215px;
  margin-top: 50px;
}
footer .main .center {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
footer .main .center .item {
  width: 45%;
  text-align: center;
}
footer .main .center .item h5 {
  font-size: 18px;
  color: #fff;
}
footer .main .center .item p {
  font-size: 18px;
  color: #fff;
}
footer .main .center .item p a {
  color: #fff;
}
footer .main .right img {
  max-width: 215px;
  margin-top: 25px;
}
.lpkBanner {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.lpkBanner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.lpkBanner .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}
.lpkBanner .main p {
  margin: auto;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
.aboutM1 {
  background-color: #657af5;
  color: #fff;
  font-size: 38px;
  text-align: center;
  padding: 40px 0;
}
.aboutM1 p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 0 3%;
}
.aboutM1_ {
  padding: 60px 0;
}
.aboutM2 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.aboutM2 .item {
  flex: 1;
  width: 50%;
  min-height: 18.9vw;
}
.aboutM2 .left {
  position: relative;
}
.aboutM2 .left img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.aboutM2 .right {
  padding: 50px 0;
  display: flex;
  align-items: center;
}
.aboutM2 .right .box {
  width: 80%;
  margin: auto;
}
.aboutM2 .right .box1 p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}
.aboutM2 .right .box1 h5 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.aboutM2 .right .box2 div {
  font-size: 25px;
  margin-bottom: 20px;
}
.aboutM2 .right .box2 p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
}
.aboutM2 .right .box3 {
  width: 50%;
  margin-left: 10%;
}
.aboutM2 .right .box3 h5 {
  font-size: 38px;
}
.aboutM2 .right .box3 p {
  margin-top: 20px;
}
.contantM1 {
  background: #657af5;
  padding: 50px 0;
}
.contantM1 .box {
  max-width: 360px;
  width: 94%;
  margin: auto;
  min-height: 100px;
  background: #fff;
  padding: 20px 20px;
}
.contantM1 .box h5 {
  font-size: 25px;
  color: #364957;
  margin-bottom: 15px;
}
.contantM1 .box h6 {
  font-size: 16px;
  color: #000;
  font-family: Roboto_Black ;
  margin-bottom: 3px;
}
.contantM1 .box .div a {
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  color: #364957;
  font-family: Roboto_Black ;
}
.contantM1 .box .p {
  margin: 15px 0;
}
.contantM1 .box .p p {
  font-size: 16px;
  color: #999;
  line-height: 22px;
}
.map img {
  width: 100%;
  height: 356px;
  object-fit: cover;
}
.lpkPei {
  position: relative;
  max-width: 90%;
  margin: auto;
}
.lpkPei .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lpkPei .main .item {
  min-height: 39vw;
}
.lpkPei .main .left {
  width: 50%;
  display: flex;
  align-items: center;
}
.lpkPei .main .left .box {
  width: 90%;
}
.lpkPei .main .left .box h5 {
  font-size: 38px;
}
.lpkPei .main .left .box p {
  margin-top: 20px;
}
.lpkPei .main .right {
  position: relative;
  width: 50%;
}
.lpkPei .main .right img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  vertical-align: middle;
}
.lpkPeibox {
  /* margin-bottom: 40px; */
}
.lpkPeibox .lpkPei:first-child {
  padding: 40px 0;
}
.lpkPeibox .lpkPei:first-child:before {
  content: "";
  position: absolute;
  display: block;
  background: #ebefee;
  width: 90vw;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translate(-50vw);
}
.lpkPei1 {
  overflow: hidden;
}
.lpkPei1 .left .box {
  width: 90%;
  margin-left: 10%;
}
.lpkfoot {
  background: #212226;
  padding: 60px 0;
}
.lpkfoot .main {
  display: flex;
  justify-content: space-around;
  max-width: 760px;
  margin: auto;
}
.lpkfoot .main .box{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.lpkfoot .main .box h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.lpkfoot .main .box p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
@media screen and (max-width: 1366px) {
  .indexM3 .left {
    width: calc(50% - 25px);
  }
  .lpkBanner{
      height: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutM2 .right .box3 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
    .lpkBanner{
        height: 360px;
    }
  header .center {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 0;
  }
  header .center .china {
    /* display: block; */
  }
  header .center ul li {
    display: block;
    line-height: 40px;
  }
  header .center ul li a {
    color: #fff;
  }
  header .left a img {
    height: 55px;
  }
  header .right {
    display: none;
  }
  header .menu {
    display: block;
    margin-top: 13px;
    margin-right: 5%;
  }
  .lpkPei .main .left .box h5 {
    font-size: 32px;
  }
  .lpkPei .main .left .box p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 415px) {
    .lpkBanner {
        height: 230px;
    }
  .lpkfoot {
    padding: 1.875rem 0;
  }
  .lpkfoot .main {
    flex-wrap: wrap;
  }
  .lpkfoot .main .item {
    width: 94%;
    margin: 0 auto 20px;
  }
  .lpkfoot .main .box {
    width: 94%;
    margin: auto;
  }
  .lpkfoot .main .box h5 {
    font-size: 1.125rem;
  }
  .lpkfoot .main .box p {
    font-size: 0.875rem;
  }
  .indeximg1 .main h5 {
    font-size: 1.75rem;
  }
  .indeximg1 .main p {
    font-size: 1.5rem;
  }
  .indexM1 .main {
    flex-wrap: wrap;
  }
  .indexM1 .main .le {
    width: 94%;
    margin-bottom: 25px;
  }
  .indexM1 .main .cn {
    width: 94%;
  }
  .indexM1 .main .cn .b {
    margin: 15px 0;
  }
  .indexM2 .main .item {
    width: 100%;
    margin: 0;
  }
  .indexM2 .main .item img {
    vertical-align: middle;
  }
  .indexM2 h5 {
    font-size: 1.75rem;
    margin-top: 25px;
  }
  .indexM3 .left {
    width: calc(100% - 24px);
    padding-left: 12px;
  }
  .indexM3 .left .top p {
    font-size: 1.25rem;
  }
  .indexM3 .left .top1 {
    font-size: 1rem;
  }
  .indexM3 .left .top2 {
    font-size: 1rem;
  }
  .indexM3 .right {
    width: 94%;
    margin: 20px auto 0;
  }
  .indexM4 .left {
    width: 94%;
    margin: auto;
    display: none;
  }
  .indexM4 .right {
    width: 94%;
    margin: auto;
  }
  .indexM4 .right .top {
    font-size: 1.75rem;
  }
  .indexM4 .right div p {
    font-size: 16px;
    margin-top: 10px;
  }
  .indexM5 .main .top {
    font-size: 22px;
  }
  .indexM5 .main .box .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .indexM5 .main .box .item h5 {
    font-size: 1.125rem;
  }
  .indexM5 .main .box .item p {
    font-size: 0.875rem;
  }
  footer .main {
    padding: 1.875rem 0 0.625rem;
  }
  footer .main .left {
    display: none;
  }
  footer .main .center {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .main .center .item {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .main .center .item h5 {
    font-size: 1rem;
  }
  footer .main .center .item p {
    font-size: 0.875rem;
  }
  footer .main .right {
    display: none;
  }
  header .left {
    margin-left: 2%;
  }
  .lpkBanner .main p {
    font-size: 1.75rem;
  }
  body {
    padding-top: 65px;
  }
  header .center {
    top: 65px;
  }
  .aboutM1 {
    font-size: 1.25rem;
    padding: 1.25rem 3%;
  }
  .aboutM2 {
    flex-wrap: wrap;
  }
  .aboutM2 .left {
    width: 100%;
  }
  .aboutM2 .right {
    padding: 25px 0;
    width: 100%;
  }
  .aboutM2 .right .box {
    width: 94%;
  }
  .aboutM2 .right .box2 div {
    font-size: 1.5rem;
  }
  .aboutM2 .item {
    flex: 1 100%;
  }
  .aboutM2 .left img {
    position: initial;
  }
  .aboutM2 .right .box3 h5 {
    font-size: 1.25rem;
  }
  .aboutM2 .right .box3 p {
    font-size: 0.9375rem;
  }
  .aboutM1 p {
    padding: 0;
  }
  .aboutM2 .right .box3 {
    width: 94%;
    margin-left: 3%;
  }
  .contantM1 .box {
    width: calc(94% - 40px);
  }
  .contantM1 {
    padding: 25px 0;
  }
  .lpkPei .main {
    flex-wrap: wrap;
  }
  .lpkPei .main .left {
    width: 100%;
  }
  .lpkPei .main .left .box {
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
  }
  .lpkPei .main .left .box h5 {
    font-size: 1.25rem;
  }
  .lpkPei .main .right {
    width: 100%;
  }
  .lpkPeibox .lpkPei:first-child {
    padding: 0 0 25px;
  }
  .lpkPeibox .lpkPei:first-child:before {
    width: 100vw;
  }
}
