@font-face {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  src: url('../Fonts/HarmonyOS_Sans_SC_Regular.ttf');
}

body {
  font-family: 'HarmonyOS_Sans_SC_Regular';
}



.auto_1600 {
  max-width: 1600px;
  width: 94%;
}

.auto_1440 {
  max-width: 1440px;
  width: 94%;
}

/*Top003084 */
.Top003084 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  padding: 0 0px;
  font-size: 16px;
  z-index: 100;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.Top003084:after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  z-index: -1;
  top: 0;
  height: 220%;
  background: -moz-linear-gradient(top, rgba(1, 53, 146, 0.6) 0%, rgba(1, 53, 146, 0.1) 70%, rgba(1, 53, 146, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(1, 53, 146, 0.6) 0%, rgba(1, 53, 146, 0.1) 70%, rgba(1, 53, 146, 0) 100%);
  background: linear-gradient(to bottom, rgba(1, 53, 146, 0.6) 0%, rgba(1, 53, 146, 0.1) 70%, rgba(1, 53, 146, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.Top003084_fixed:after {
  background: rgba(1, 53, 146, 0.86);
  height: 100%;
}

.Top003084 .auto {
  position: relative;
}

.Top003084 a {
  color: #fff;
}

.Top003084 nav a {
  display: inline-block;
}

.Top003084 nav a:not(:last-child):after {
  display: inline-block;
  width: 1px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 10px;
  vertical-align: middle;
  content: '';
}

.Top003084 menu li {
  position: relative;
  transition: 0.3s;
}

.Top003084 menu li:after {
  position: absolute;
  bottom: -1px;
  height: 2px;
  content: '';
  width: 0;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  opacity: 0;
}

.Top003084 menu li.aon:after {
  width: 100%;
  opacity: 1;
}

.Top003084 menu li span {
  font-size: 18px;
  display: block;
}

.Top003084 .sub {
  padding: 0px;
  display: none;
}

.Top003084 .sub dt a {
  line-height: 40px;
}

.Top003084 .open-search {
  position: absolute;
  right: 0px;
  top: 40px;
  background: url(../images/Top003084-search.png) no-repeat;
  width: 20px;
  height: 20px;
}

.Top003084 .top-search {
  position: absolute;
  right: 0px;
  top: 102px;
  background: #fff;
  width: 400px;
  padding-right: 40px;
}

.search-show .Top003084 .top-search {
  display: block;
}

.Top003084 .top-search .text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 10px;
}

.Top003084 .top-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/Top003084-search.png) no-repeat center center #013592;
}

@media (min-width:1025px) {
  .Top003084 menu li {
    float: left;
    min-height: 100px;
    padding-top: 39px;
  }

  .Top003084_fixed menu li {
    min-height: 85px;
    padding-top: 32px;
  }

  .Top003084_fixed .logo {
    max-width: 185px;
    transition: 0.3s;
  }

  .Top003084 menu {
    padding-right: 5.1vw;
  }

  .Top003084 .logo {
    float: left;
    padding-top: 11px;
    /* transition: 0.3s; */
  }

  .Top003084 .top-right {
    float: right;
  }

  .Top003084 nav {
    padding-top: 27px;
    text-align: right;
  }

  .Top003084 menu li:not(:last-child) {
    margin-right: 4.167vw;
  }

  .Top003084 .sub {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    top: 100%;
    border-radius: 0 0 5px 5px;
  }

  .Top003084 .sub dt {
    text-align: center;
  }

  .Top003084 .sub dt a {
    color: #333;
    line-height: 50px;
    width: 120px;
    display: block;
    transition: all 0.6s;
  }

  .Top003084 .sub dt a:hover {
    color: #fff;
    background: #002e81;
  }




}

@media (max-width:1024px) {
  .Top003084 nav {
    position: absolute;
    right: 30px;
    top: 10px;
  }

  .Top003084 menu {
    position: absolute;
    right: 0;
    top: -100%;
    transform: translateY(-100%);
    opacity: 0;
    z-index: 100;
    width: 220px;
    background: rgba(0, 0, 0, 0.5);
    padding: 2vw;
    transition: transform 0.3s;
  }

  .Top003084 menu li {
    border-bottom:1px solid rgb(191 191 191 / 20%);
  }

  .Top003084 menu li span {
    padding: 10px 0;
  }

  .Top003084 .logo {
    display: table;
    height: 80px;
  }

  .Top003084 .logo a {
    display: table-cell;
    ;
    vertical-align: middle;
  }

  .Top003084 .logo img {
    max-height: 54px;
  }

  .Top003084 .open-search {
    top: auto;
    bottom: 10px;
  }

  .Top003084 .open-menu {
    position: absolute;
    right: 70px;
    bottom: 0;
    width: 32px;
  }

  /* .Top003084 .sub {
    background: rgba(0, 0, 0, 0.8);
  } */

  .menu-show .Top003084 menu {
    top: 50px;
    transform: translateY(0);
    opacity: 1;
    height: 100vh;
    right: -11px;
    background: #fff;
    width: 80%;
  }
  .has-multi aside .op-multi:before, .has-multi aside .op-multi:after, .has-sub span .op:before, .has-sub span .op:after {
    background: #000;
}
.Top003084 .sub dt a {
  font-size: 14px;
}
.Top003084 a {
  color: #000;
}
.menu-show .Top003084 .top-right:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 150vh;
    top: -50px;
    background: #00000057;
    right: -11px;
    z-index: -1;
}

.menu-show .Top003084 {
    background: #000;
}
}

@media (max-width:800px) {
  .Top003084 nav {
    display: none;
  }

  .Top003084 .open-search,
  .Top003084 .open-menu {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width:480px) {
  .Top003084 .logo {
    width: 58%;
  }
}


/*Banner002901 */
.Banner002901 img {
  display: block;
  width: 100%;
}

@media(min-width:1025px) {
  .Banner002901 .wap {
    display: none;
  }
}

@media(max-width:1024px) {
  .Banner002901 .pc {
    display: none;
  }
}

.Banner002901 .slick-dots {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  bottom: 5%;
  text-align: center;
}

.Banner002901 .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 2px solid transparent;
  margin: 0 9px;
  position: relative;
  border-radius: 50%;
}

.Banner002901 .slick-dots li button {
  position: absolute;
  background: #fff;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.Banner002901 .slick-dots li.slick-active {
  border-color: #fff;
}

@media(max-width:1024px) {
  .Banner002901 .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 4px;
  }
}





/*Banner002766 */
.Banner002766 {}

/*slick Basic*/
.Banner002766 .slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.Banner002766 .slick-list {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.Banner002766 .slick-list:focus {
  outline: none
}

.Banner002766 .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.Banner002766 .slick-slider .slick-track,
.Banner002766 .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.Banner002766 .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.Banner002766 .slick-track:before,
.Banner002766 .slick-track:after {
  display: table;
  content: '';
}

.Banner002766 .slick-track:after {
  clear: both;
}

.Banner002766 .slick-loading .slick-track {
  visibility: hidden;
}

.Banner002766 .slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.Banner002766 .slick-slide .slick-loading img {
  display: none;
}

.Banner002766 .slick-slide .dragging img {
  pointer-events: none;
}

.Banner002766 .slick-initialized .slick-slide {
  display: block;
}

.Banner002766 .slick-loading .slick-slide {
  visibility: hidden;
}

.Banner002766 .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.Banner002766 .slick-arrow .slick-hidden {
  display: none;
}

/*slick Basic End*/

.Banner002766 .slick-list li {
  position: relative;
}

.Banner002766 .slick-list li a {
  display: block;
}

.Banner002766 .slick-list li img {
  display: block;
  width: 100%;
}

.Banner002766 .slick-list li .txt-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.Banner002766 .slick-list li .txt-main .auto {
  max-width: 1720px;
  height: 100%;
  position: relative;
}

.Banner002766 .slick-list li .txt-main .auto img {
  height: 100%;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  opacity: 0;
  -webkit-opacity: 0;
  transition: 0.5s 0.5s;
}

.Banner002766 .slick-list li .url {
  position: absolute;
  width: 40%;
  max-width: 308px;
  font-size: 20px;
  z-index: 20;
  color: #fff;
  transition: 0.3s 0.5s;
  text-align: center;
  line-height: 65px;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  opacity: 0;
  -webkit-opacity: 0;
  transition: 0.5s 0.8s;
}

.Banner002766 .slick-list li.ani-show .txt-main .auto img,
.Banner002766 .slick-list li.ani-show .url {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
  -webkit-opacity: 1;
}

.Banner002766 .slick-list li .url:before,
.Banner002766 .slick-list li .url:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}

.Banner002766 .slick-list li .url:before {
  left: 0;
  top: 0;
}

.Banner002766 .slick-list li .url:after {
  right: 0;
  bottom: 0;
}

.Banner002766 .slick-list li .url:hover:before,
.Banner002766 .slick-list li .url:hover:after {
  width: 0;
}

.Banner002766 .slick-list li .url:hover {
  background: #000;
}

.Banner002766 .slick-list li .url span {
  display: inline-block;
  background: url(../images/Banner002766_more.png) no-repeat right center;
  padding-right: 40px;
  transition: 0.3s;
}

.Banner002766 .slick-list li .url:hover span {
  background: none;
  padding: 0;
}

.Banner002766 .slick-dots {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  bottom: 5%;
  text-align: center;
}

.Banner002766 .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 2px solid transparent;
  margin: 0 9px;
  position: relative;
  border-radius: 50%;
}

.Banner002766 .slick-dots li button {
  position: absolute;
  background: #fff;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.Banner002766 .slick-dots li.slick-active {
  border-color: #fff;
}

@media(max-width: 1024px) {
  .Banner002766 .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 4px;
  }
}

.Banner002766 img {
  display: block;
  width: 100%;
}

@media(min-width: 1025px) {
  .Banner002766 .wap {
    display: none !important;
  }
}

@media(max-width: 1024px) {
  .Banner002766 .pc {
    display: none !important
  }
}


.Banner002766 .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  background: none;
  border: 0;
  font-size: 0;
  height: 44px;
  width: 44px;
  margin-top: -22px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  cursor: pointer;
}

.Banner002766 .slick-prev {
  left: 3%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.Banner002766 .slick-next {
  right: 3%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

@media(max-width:1024px) {
  .Banner002766 .slick-arrow {
    height: 30px;
    width: 30px;
    margin-top: -15px;
  }

  .Banner002766 .slick-list li .url {
    line-height: 40px;
    max-width: 200px;
    font-size: 16px;
  }
}

@media(max-width:640px) {
  .Banner002766 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }

  .Banner002766 .slick-dots li.slick-active:after {
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
  }

  .Banner002766 .slick-arrow {
    display: none !important;
  }
}

@media(max-width:480px) {
  .Banner002766 .slick-list li .url {
    line-height: 28px;
    max-width: 120px;
    font-size: 12px;
  }

  .Banner002766 .slick-list li .url span {
    padding-right: 30px;
  }
}













.h-title {
  text-align: center;
  margin-bottom: 30px;
}

.h-title.left {
  text-align: left;
}

.h-title .cn {
  font-size: 36px;
  color: #333;
}

.h-title .en {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 1px;
}

.h-title:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/titico.png) no-repeat center center/contain;
  display: block;
  margin: 0 auto;
}

.h-title.left:after {
  margin-left: 0;
}


.h-more {
  padding: 25px 0 0 0;
}

.h-more a {
  display: table;
}

.h-more span {
  display: inline-block;
  vertical-align: middle;
}

.h-more .icon {
  width: 70px;
  height: 70px;
  border: solid 2px #e5e5e5;
  border-radius: 50%;
  position: relative;
  margin-right: 27px;
  transition: 0.3s ease-out;
}

.h-more .icon:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -8px;
}

.h-more a:hover .icon {
  border-color: #013592;
  background: #013592;
}

.h-more a:hover .icon:before {
  border-color: #fff;
}

.h-more .txt {
  color: #666;
  font-size: 16px;
}

.h-more .txt:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  width: 23px;
  height: 1px;
  margin-right: 7px;
  background: #999;
}

.h-more a:hover .txt {
  color: #013592;
}

.h-more a:hover .txt:before {
  background: #013592;
}


/*Floor002902 */
.Floor002902 {
  padding: 5% 0;
}

.Floor002902 .left_side .yinhao {
  color: #013592;
  font-size: 100px;
  height: 0.8em;
  overflow: hidden;
  display: block;
}

.Floor002902 .left_side .main {
  color: #333;
}

.Floor002902 .left_side .tit {
  font-size: 36px;
  line-height: 1.25em;
  color: #013592;
  font-weight: bold;
}

.Floor002902 .left_side .subtit {
  font-size: 18px;
  line-height: 1.667em;
  padding: 1.823vw 0 2.86vw 0;
}

.Floor002902 .left_side .intro {
  color: #666;
  line-height: 2.572em;
  border-top: 1px solid #e5e5e5;
  padding: 35px 0;
  margin-top: 35px;
  font-size: 16px;
  text-align: justify;
}

.Floor002902 .left_side .intro p {
  margin: 0;
  line-height: 34px;
  text-indent:2em;
}

.Floor002902 .left_side .more {
  font-size: 16px;
  color: #333;
}

.Floor002902 .left_side .more:before,
.Floor002902 .left_side .more:after {
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 1px;
  background: #333;
  width: 0;
  transition: 0.3s;
}

.Floor002902 .left_side .more:before {
  margin-right: 20px;
}

.Floor002902 .left_side .more:after {
  margin-left: 20px;
  width: 80px;
}

.Floor002902 .left_side .more:hover {
  margin-left: 0;
}

.Floor002902 .left_side .more:hover:before {
  width: 80px;
}

.Floor002902 .left_side .more:hover:after {
  width: 0;
}

.Floor002902 .right_side ol img {
  border: 1px solid #e5e5e5;
  display: block;
  width: 102px;
  max-width: 112px;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: 10px;
}

.Floor002902 .right_side li {
  padding-left: 1.6vw;
}

.Floor002902 .right_side li .num {
  font-size: 48px;
  color: #013592;
  font-family: Oswald;
  display: flex;
    align-items: center;
}

.Floor002902 .right_side li .num>* {
  vertical-align: middle;
}

.Floor002902 .right_side li .num sub {
  display: inline-block;
  line-height: 0.7em;
  margin-top: -0.2em;
}

.Floor002902 .right_side li p {
  margin: 0;
  font-size: 16px;
  color: #666;
}

@media(min-width:641px) {
  .Floor002902 .right_side ul:not(:last-child) {
    margin-bottom: 5.25vw;
  }

  .Floor002902 .right_side ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .Floor002902 .right_side ul>* {
    display: table-cell;
    vertical-align: top;
  }

  .Floor002902 .right_side ol {
    width: 38%;
  }
}

@media(min-width:1025px) {
  .Floor002902 .auto>.inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
  }

  .Floor002902 .left_side {
    width: 39%;
  }

  .Floor002902 .mid_side {
    width: 37%;
    vertical-align: top;
    padding: 0 6.5% 0 7.5%;
  }

  .Floor002902 .right_side {
    width: 21%;
  }

  .Floor002902 .left_side .main {}

  .Floor002902 .left_side .yinhao {
    margin-top: -0.5em;
  }
}

@media(min-width:1281px) {
  .Floor002902 .left_side .more {
    margin-left: -20px;
  }
}

@media(min-width:1025px) and (max-width:1600px) {
  .Floor002902 .left_side .yinhao {
    font-size: 8vw;
  }

  .Floor002902 .left_side .tit {
    font-size: 3vw;
  }

  .Floor002902 .left_side .subtit {
    font-size: 1.3vw;
  }
  .Floor002902 .right_side {
    width: 23%;
  }
  .Floor002902 .right_side li .num {
    font-size: 46px;
  }
}

@media(max-width:1024px) {

  .Floor002902 .ytable,
  .Floor002902 .ytable-cell {
    display: block;
  }

  .Floor002902 .mid_side {
    text-align: center;
    padding: 6vw 0;
    display: none;
  }

  .Floor002902 .right_side {
    overflow: hidden;
  }

  .Floor002902 .right_side ul {
    float: left;
    width: 33.3333%;
  }

  .Floor002902 .right_side li .num {
    font-size: 30px;
    margin-top: 20px;
  }
}

@media(max-width:640px) {
  .Floor002902 .left_side .tit {
    font-size: 20px;
  }

  .Floor002902 .left_side .yinhao {
    font-size: 20vw;
  }

  .Floor002902 .right_side li {
    text-align: center;
  }

  .Floor002902 .right_side li .num {
    font-size: 6vw;
    padding: 2vw 0;
  }

  .Floor002902 .right_side li p {
    font-size: 3vw;
  }

  .Floor002902 .right_side ol img {
    width: 50%;
  }

  .Floor002902 .left_side .subtit,
  .Floor002902 .left_side .intro {
    padding: 5vw 0;
  }
}

@media(max-width:480px) {
  .Floor002902 .left_side .subtit {
    font-size: 4vw;
  }

  .Floor002902 .left_side .intro {
    font-size: 3.5vw;
  }
}


/*Floor002977*/
.Floor002977 {
  padding: 5% 0;
  background: url(../images/Floor002977-bg.jpg) no-repeat center;
  background-size: cover;
}

.Floor002977 li {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.Floor002977 li a {
  color: #fff;
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.Floor002977 li a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45.834%;
  opacity: 0.6;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

.Floor002977 li aside {
  word-break: break-word;
  line-height: 1.2em;
}

.Floor002977 li figure {
  padding-bottom: 75%;
  transition: all 0.6s;
}

.Floor002977 li a:hover figure {
  transform: scale(1.1);
}

.Floor002977 li .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3vw;
  z-index: 20;
  display: flex;
}

.Floor002977 li .icon {
  padding: 18px;
  background: #013592;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.Floor002977 li .txt {
  padding-left: 20px;
}

.Floor002977 li .t-1 {
  font-size: 32px;
}

.Floor002977 li .t-2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.6);
}

@media(min-width:769px) {
  .Floor002977 li {
    float: left;
    width: 49%;
    margin-bottom: 30px;
  }

  .Floor002977 li:nth-child(2n) {
    float: right;
  }
}

@media(min-width:769px) and (max-width:1280px) {
  .Floor002977 li .t-1 {
    font-size: 2vw;
  }

  .Floor002977 li .t-2 {
    font-size: 2.2vw;
  }

  .Floor002977 li .more i {
    font-size: 1.5vw;
  }
}

@media(max-width:768px) {
  .Floor002977 {
    margin: 3% 0 4% 0;
  }

  .Floor002977 li {
    margin-bottom: 3%;
  }
}

@media(max-width:480px) {
  .Floor002977 li .t-1 {
    font-size: 4vw;
  }

  .Floor002977 li .t-2 {
    font-size: 4.5vw;
  }

  .Floor002977 li .more i {
    font-size: 3vw;
  }
}

/*Floor003197 */
.Floor003197 {
  overflow: hidden;
}

.Floor003197 .root-sz-16 {
  padding: 5% 0 4%;
}

.Floor003197 .main {
  border-radius: calc(20 / 16 * 1em);
  width: calc(982 / 1089 * 100%);
  margin: 0 auto;
  position: relative;
  transition: 0.3s 0.5s;
}

.Floor003197 .main .Ispic {
  padding-bottom: 50%;
  transition: all 0.6s;
}

.Floor003197 .main .pic:hover .Ispic {
  transform: scale(1.1);
}

.Floor003197 .slick-slide .main .txt {
  display: none
}

.Floor003197 .slick-current .main .txt {
  display: block;
}

.Floor003197 .main .tit {
  font-size: 24px;
  margin-top: 14px;
  margin-bottom: 15px;
  color: #333333;
}

.Floor003197 .main .tit a {
  color: #333;
}

.Floor003197 .main pre {
  font-size: calc(16 / 16 * 1em);
  line-height: 2;
  text-align: center;
  color: #666;
  font-family: 'HarmonyOS_Sans_SC_Regular';
}

.Floor003197 .main .more a {
  display: inline-block;
  padding: 0 calc(57 / 16 * 1em) 0 calc(20 / 16 * 1em);
  line-height: calc(60 / 16 * 1em);
  border: solid 2px #ff7366;
  border-radius: calc(60 / 16 * 1em);
  color: #ff7366;
  background: url(../images/Floor003197-more.svg) no-repeat right calc(21 / 16 * 1em) center;
  transition: 0.3s;
  background-size: auto calc(12 / 16 * 1em);
}

.Floor003197 .main .more a:hover {
  background-color: #ff7366;
  color: #fff;
  background-image: url(../images/Floor003197-more-on.svg);
  background-position: left calc(21 / 16 * 1em) center;
  padding: 0 calc(20 / 16 * 1em) 0 calc(57 / 16 * 1em);
}

.Floor003197 .main .pic {
  text-align: center;
  overflow: hidden;
}

.Floor003197 .main .pic .ytable {
  height: 100%;
}

.Floor003197 .slick-arrow {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 36%;
  margin-top: -0.5em;
  border-radius: 50%;
  background: url(../images/Floor003197-prev.svg) no-repeat center center #fff;
  background-size: auto calc(12 / 60 * 1em);
  z-index: 10;
  transition: 0.3s;
  font-size: calc(60 / 16 * 1em);
  text-indent: -999em;
  overflow: hidden;
}

.Floor003197 .slick-arrow:hover {
  background-color: #013592;
}

.Floor003197 .slick-next {
  background-image: url(../images/Floor003197-next.svg);
}

.Floor003197 .slick-prev:hover {
  background-image: url(../images/Floor003197-prev-on.svg);
}

.Floor003197 .slick-next:hover {
  background-image: url(../images/Floor003197-next-on.svg);
}

@media (min-width:1025px) {
  .Floor003197 .slider {
    width: 143.75%;
    margin-left: calc(-43.75% / 2);
  }

  .Floor003197 .slider li.slick-slide {
    padding-top: calc(0 / 16 * 1em);
    padding-bottom: calc(0 / 16 * 1em);
  }

  .Floor003197 .slick-prev {
    left: 28%;
    margin-left: -0.5em;
  }

  .Floor003197 .slick-next {
    right: 28%;
    margin-right: -0.5em;
  }

  .Floor003197 .main .pic {}

  .Floor003197 .main .pic .ytable-cell {
    vertical-align: bottom;
  }

  .Floor003197 .main .pic img {
    max-height: calc(457 / 16 * 1em);
    max-width: 70%;
  }

  .Floor003197 .main .txt {
    text-align: center;
    padding: 22px;
  }

  .Floor003197 .slider li:not(.slick-current) .main {
    opacity: 0.2;
  }
}

@media (max-width:1024px) {
  .Floor003197 .root-sz-16 {
    padding: 3em 0;
  }

  .Floor003197 .title {
    font-size: 2em;
  }

  .Floor003197 .slick-prev {
    left: 0.1em;
  }

  .Floor003197 .slick-next {
    right: 0.1em;
  }

  .Floor003197 .main {
    padding: 0 2em 2em;
  }

  .Floor003197 .main .pic {
    height: 42vw;
  }

  .Floor003197 .main .pic img {
    max-height: 30vw;
  }

  .Floor003197 .main pre,
  .Floor003197 .main .txt {
    text-align: center;
  }

  .Floor003197 .main .tit {
    font-size: 1.5em;
  }
}


/*Floor001845 */
.Floor001845 {
  padding: 5% 0;
  background: url(../images/Floor001845-bg.jpg) no-repeat center;
  background-size: cover;
}

.Floor001845 dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.Floor001845 dd {
  /*float: right;*/
  /*text-align: center;*/
}

.Floor001845 dd:nth-child(1) {
  width: 30%;
}
.Floor001845 dd:nth-child(2) {
  width: 34.8%;
}
.Floor001845 dd:nth-child(3) {
  width: 31%;
  /*padding: 1.3%;*/
  padding: 21px;
  text-align: center;
  background: rgba(1, 53, 146, 0.04);
}
.Floor001845 dd p {
  padding: 0 5%;
  margin: 0;
}

.Floor001845 dd p * {
  display: block;
}

.Floor001845 dd p span {
  background: url(../images/Floor001845-icon1.png) no-repeat center top;
  padding-top: 31px;
  font-size: 16px;
  color: #333;
}

.Floor001845 dd p b {
  color: #333;
  padding: 2% 0 5% 0;
  font-size: 18px;
  font-weight: normal;
}

.Floor001845 dd p .b1 {
  font-size: 20px;
}

.Floor001845 dd p.p_2 span {
  background-image: url(../images/Floor001845-icon2.png);
}

.Floor001845 dd p.p_3 span {
  background-image: url(../images/Floor001845-icon3.png);
}

/*.Floor001845 dt {
  float: left;
  width: 67%;
}*/

.Floor001845 dd .pic {
  /*float: left;
  width: 45%;*/
  width: 100%;
  height: 100%;
}

.Floor001845 dd .pic .Ispic {
  height: 100%;
}

.Floor001845 .from {
  position: relative;
  /* padding-left: 48%; */
  /* background: url(../images/contact.jpg) no-repeat left top; */
  /* background-size: 45%; */
  /*float: right;
  width: 52%;*/
}

.Floor001845 .from tr:not(:last-child) td {
  /*padding-bottom: 3%;*/
  padding-bottom: 14px;
}

.Floor001845 .from td div {
  position: relative;
}

.Floor001845 .from td.f_name {
  padding-right: 0%;
  width: 100%;
}

.Floor001845 .from label {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 50px;
  color: #666;
}

.Floor001845 .from .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 10px;
  border: none;
  background: #fff;
}

.Floor001845 .from textarea.text {
  display: block;
  height: 221px;
}

.Floor001845 .from .btn {
/*  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  padding-bottom: 0;*/
}

.Floor001845 .from .btn input {
  cursor: pointer;
  padding: 0;
  border: none;
  width: 120px;
  height: 40px;
  color: #fff;
  background: #013592;
  border-radius: 50px;
  font-size: 16px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -60px;
}

/*@media(max-width:1440px) {
  .Floor001845 dd .pic .Ispic {
    padding-bottom: 99%;
  }
}

@media(max-width: 1366px) {
  .Floor001845 dt .pic .Ispic {
    padding-bottom: 103%;
  }
}

@media(max-width: 1280px) {
  .Floor001845 dt .pic .Ispic {
    padding-bottom: 110%;
  }
}

@media(max-width: 1200px) {
  .Floor001845 dt .pic .Ispic {
    padding-bottom: 116%;
  }
}*/

@media(max-width:768px) {

  .Floor001845 dl {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .Floor001845 dt,
  .Floor001845 dd {
    float: none;
    width: 100% !important;
  }

  .Floor001845 dd {
    overflow: hidden;
    margin-bottom: 10px;
  }

  .Floor001845 dd p {
    float:none;
    width:100%;
    padding: 0;
    text-align: center;
  }

  .Floor001845 dd p:last-child b{
   font-size: 16px;
  }
  .Floor001845 dd .pic {
    display: none;
  }
  .Floor001845 dd .pic .Ispic {
    padding-bottom: 116%;
  }
}
@media(max-width:640px){
  .Floor001845 .from label{line-height: 40px;}
  .Floor001845 .from .text{height: 40px;line-height: 40px;}
  .Floor001845 .from textarea.text{height: 14vw!important}
}
@media(max-width:480px) {
  .Floor001845 dd p {
    float: none;
    width: auto;
    margin-right: 0;

  }
}

/*Bottom002818 */
.Bottom002818 {
  background: url(../images/bot-bg.png) no-repeat left -5% #002e81;
  background-size: auto 220%;
  color: #fff;
  padding: 72px 0 40px 0;
}

.Bottom002818 .top {
  padding-bottom: 5%;
}

.Bottom002818 .top .txt {
  font-size: 28px;
  line-height: 40px;
  padding-top: 20px;
}

.Bottom002818 .mid {
  line-height: 24px;
  padding-bottom: 25px;
}

.Bottom002818 .mid nav a {
  float: left;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
}

.Bottom002818 .mid nav a:not(:last-child):after {
  display: inline-block;
  content: '·';
  color: rgba(255, 255, 255, 0.7);
  margin: 0 36px;
}

.Bottom002818 .mid nav a:hover {
  color: #fff;
}

.Bottom002818 .mid .bshare-custom a {
  /* width: 20px;
  height: 24px;
  margin: 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat; */
  display: inline-block;
  position: relative;
  cursor:pointer;
}
.Bottom002818 .mid .bshare-custom a .ewm{display: none;position: absolute;left: 50%;bottom: 100%;width: 100px;padding-bottom: 15px;z-index: 3;transform: translateX(-50%);}
.Bottom002818 .mid .bshare-custom a .ewm img{width: 100%;}
.Bottom002818 .mid .bshare-custom a:hover .ewm{display: block;}
.Bottom002818 .mid .bshare-custom a:not(:last-child) {
  margin-right: 25px;
}

/* .Bottom002818 .mid .bshare-custom a.bshare-sinaminiblog {
  background-image: url(../images/Bottom002818_sina.png);
}

.Bottom002818 .mid .bshare-custom a.bshare-weixin {
  background-image: url(../images/Bottom002818_wx.png);
}

.Bottom002818 .mid .bshare-custom a.Instagram {
  background-image: url(../images/Bottom002818_in.png);
}

.Bottom002818 .mid .bshare-custom a.bshare-facebook {
  background-image: url(../images/Bottom002818_f.png);
}

.Bottom002818 .mid .bshare-custom a.bshare-twitter {
  background-image: url(../images/Bottom002818_tw.png);
} */

.bsBox,
.bsBox * {
  box-sizing: content-box;
}

.Bottom002818 .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

.Bottom002818 .bottom,
.Bottom002818 .bottom a {
  color: rgba(255, 255, 255, 0.6);
}

.Bottom002818 .bottom a:hover {
  color: #fff;
}

.Bottom002818 .bottom dt a {
  display: inline-block;
}

.Bottom002818 .bottom dt a:not(:last-child):after {
  margin: 0 17px;
  display: inline-block;
  content: '·';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
}
.Bottom002818 .top .logo .name{text-align: center;}
@media(min-width:1025px) {
  .Bottom002818 .top .logo {
    max-width: 30%;
  }
}

@media(max-width:1280px) {
  .Bottom002818 .mid nav a:not(:last-child):after {
    margin: 0 20px;
  }

  .Bottom002818 .mid .bshare-custom a:not(:last-child) {
    margin-right: 20px;
  }
}

@media(max-width:1024px) {
  .Bottom002818 {
    text-align: center;
    padding: 40px 0;
  }

  .Bottom002818 .mid nav a {
    display: inline-block;
    float: none;
  }

  .Bottom002818 .bottom dt,
  .Bottom002818 .mid nav,
  .Bottom002818 .top .logo {
    padding-bottom: 10px;
  }
}

@media(max-width:640px) {
  .Bottom002818 .top .txt {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0;
  }

  .Bottom002818 .mid nav a {
    font-size: 16px;
  }

  .Bottom002818 .mid nav a:not(:last-child):after {
    margin: 0 10px;
  }
}




/*Banner002730*/
.Banner002730 {
  position: relative;
}

@media(min-width:1025px) {
  .Banner002730 figure {
    height: 550px;
  }

  .Banner002730 img {
    display: none;
  }
}

@media(max-width:1024px) {
  .Banner002730 figure {
    display: none;
  }

  .Banner002730 img {
    width: 100%;
    display: block;
  }
}







/*PicList002856 */
.PicList002856 {
  padding-top: 6vw;
  font-size: 16px;
}

.PicList002856 a:hover {
  color: #002e81;
}

.PicList002856 p {
  line-height: 30px;
  color: #888;
  margin: 0;
  font-size: 16px;
  min-height: 60px;
}

.PicList002856 .top-new {
  margin-bottom: 4%;
}

.PicList002856 .top-new li {
  background: #f9f9f9;
}

.PicList002856 .top-new li .img img {
  display: none;
  width: 100%;
}

.PicList002856 .top-new li .img .Ispic {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  transition: all 0.6s;
}

.PicList002856 .top-new li .img a:hover .Ispic {
  transform: scale(1.1);
}

.PicList002856 .top-new li .txt .inner {
  padding: 20px;
}

.PicList002856 .top-new li .txt time {
  font-family: Arial;
  font-size: 16px;
  color: #002e81;
  display: block;
  border-left: 3px solid #002e81;
  padding-left: 19px;
  margin-left: -20px;
  line-height: 1;
}

.PicList002856 .top-new li .txt time b {
  display: block;
  font-size: 44px;
  margin-bottom: 5px;
}

.PicList002856 .top-new li .txt aside {
  margin: 24px 0;
  font-size: 22px;
}

.PicList002856 .top-new .slick-arrow {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 10;
  background: #002e81 url(../images/Floor003197-prev-on.svg) no-repeat center center;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  border: 0;
  background-size: auto 15px;
}

.PicList002856 .top-new .slick-prev {
  margin-left: -70px;
}

.PicList002856 .top-new .slick-next {
  background-color: #fff;
  background-image: url(../images/Floor003197-next.svg);
}

.PicList002856 .list li {
  background: #f9f9f9;
  position: relative;
}

.PicList002856 .list li:nth-child(2n)~li {
  margin-top: 2%;
}

.PicList002856 .list li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #002e81;
  opacity: 0;
  -webkit-opacity: 0;
  transition: 0.3s;
}

.PicList002856 .list li a:hover {
  opacity: 1;
  -webkit-opacity: 1;
}

.PicList002856 .list li .inner {
  padding: 40px;
  color: #333;
}

.PicList002856 .list li time {
  font-family: Arial;
  font-size: 16px;
  color: #002e81;
  padding-left: 28px;
  background: url(../images/PicList002856-time.svg) no-repeat center left;
  background-size: auto 18px;
  line-height: 22px;
  display: block;
}

.PicList002856 .list li aside.dot {
  font-size: 20px;
  margin: 16px 0;
}

.PicList002856 .list li:hover aside.dot {
  color: #002e81;
}

@media(min-width:641px) {
  .PicList002856 .list li {
    float: left;
    width: 49%;
  }

  .PicList002856 .list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media(min-width:769px) {
  .PicList002856 .top-new .slick-arrow {
    left: 50%;
    bottom: 0;
  }

  .PicList002856 .top-new li .img {
    width: 50%;
  }

  .PicList002856 .top-new li .txt .inner {
    width: 80%;
    margin: 0 auto;
  }
}

@media(min-width:769px) and (max-width:1024px) {
  .PicList002856 .top-new .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .PicList002856 .top-new .slick-prev {
    margin-left: -50px;
  }
}

@media(max-width:768px) {

  .PicList002856 .top-new li .ytable,
  .PicList002856 .top-new li .ytable-cell {
    display: block;
  }

  .PicList002856 .top-new .slick-arrow {
    top: 0;
    right: 0;
    width: 10vw;
    height: 10vw;
    background-size: 51% auto;
  }

  .PicList002856 .top-new .slick-prev {
    right: 10vw;
  }

  .PicList002856 .top-new li .txt {
    padding: 20px;
  }
}



/*Page002623 */
.Page002623 {
  padding: 4vw 0 7vw 0;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
  display: none;
}

.Page002623 .Pages em {
  float: left;
  margin: 0 3vw;
  font-style: normal;
}

.Page002623 .Pages .p_page {
  display: table;
  margin: 0 auto;
}

.Page002623 .Pages a {
  float: left;
  line-height: 50px;
  width: 50px;
  margin: 0 1px;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
  color: #fff;
  background: #002e81;
}

.Page002623 .Pages .p_page>a {
  font-size: 0;
  height: 50px;
  position: relative;
}

.Page002623 .Pages .p_page>a:before {
  position: absolute;
  content: '';
  border: 5px solid transparent;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -10px;
}

.Page002623 .Pages .p_page>a.a_prev:before {
  border-right-color: #000;
  border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
  border-left-color: #000;
  border-left-width: 8px;
  margin-left: -4px;
}

.Page002623 .Pages a.a_prev:hover:before {
  border-right-color: #fff;
}

.Page002623 .Pages a.a_next:hover:before {
  border-left-color: #fff;
}

@media(max-width:640px) {
  .Page002623 {
    padding: 50px 0 100px 0;
  }

  .Page002623 .Pages em {
    display: none;
  }

  .Page002623 .Pages a {
    background-color: #eee;
  }
}








/*.RighInfo000171*/
.RighInfo000171 {
  padding: 6vw 0;
}
.RighInfo000171 .flex{display: flex;justify-content: space-between}
.RighInfo000171 .flex .mian-box{width: 70%}
.RighInfo000171 .flex .sell{width: 25%}
.RighInfo000171 .flex .sell .name{font-size: 20px;margin-bottom: 40px;}
.RighInfo000171 .flex .sell ul li{margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #f5f5f5;}
.RighInfo000171 .flex .sell ul li a{font-size: 16px;color: #444;}
.RighInfo000171 .flex .sell ul li .time{margin-top: 15px;color: #999;font-size: 14px;}
.RighInfo000171 .flex .sell ul li:hover{border-bottom: 1px solid #002e81;}
.RighInfo000171 .flex .sell ul li:hover a{color: #002e81;}
.RighInfo000171 .title {
  color: #333;
  text-align: center;
  padding-bottom: 30px;
}

.RighInfo000171 .title h1 {
  margin: 0;
  padding-bottom: 22px;
  font-size: 28px;
  font-weight: normal;
}

.RighInfo000171 .title time {
  font-family: Arial;
  font-size: 16px;
  color: #002e81;
  padding-left: 28px;
  background: url(../images/PicList002856-time.svg) no-repeat center left;
  background-size: auto 18px;
  line-height: 22px;
  display: inline-block;
}

.RighInfo000171 .info {
  font-size: 16px;
  color: #666;
  line-height: 2;
  text-align: justify;
  border-bottom: 1px dashed #d2d2d2;
  border-top: 1px dashed #d2d2d2;
  padding: 30px 0;
}

.RighInfo000171 .info .pic {
  margin: 2% auto 4%;
  display: block;
}

.RighInfo000171 .info .pic1 {
  float: right;
  margin-bottom: 2%;
  margin-left: 3%;
}

.RighInfo000171 .info .pic2 {
  float: left;
  margin-bottom: 2%;
  margin-right: 3%;
}

.RighInfo000171 .bot {
  position: relative;
  margin-top: 50px
}

.RighInfo000171 .info_back {
  text-align: center;
  clear: both;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 0
}

.RighInfo000171 .info_back a {
  color: #fff;
  font-size: 14px;
  background: #002e81;
  display: block;
  padding: 10px 30px;
  border-radius: 50px
}

.RighInfo000171 .info_back a:hover {
  background: #fff;
  color: #002e81;
  border: 1px #002e81 solid
}

.RighInfo000171 .info_pn span {
  display: block;
  font-size: 15px;
  margin: 15px 0
}

.RighInfo000171 .info_pn span a {
  color: #888
}

.RighInfo000171 .info_pn span a:hover {
  color: #002e81;
  text-decoration: underline
}

@media(max-width:1000px) {
  .RighInfo000171 {
    padding: 50px 0;
  }

  .RighInfo000171 .info_back {
    position: relative
  }

  .RighInfo000171 .bot {
    position: relative;
    margin-top: 15px
  }
}

@media(min-width:1000px) {
  .RighInfo000171 .info_pn span {
    width: 80%
  }
}
@media(max-width:768px){
	.RighInfo000171 .flex{display: block}
	.RighInfo000171 .flex .sell{width: 100%;margin-top: 12vw;}
	.RighInfo000171 .flex .sell .name{margin-bottom: 20px;}
	.RighInfo000171 .flex .mian-box{width: 100%}
}



/*
 .Form002802
 */
.Form002802 {
  padding: 6vw 0 6vw;
}
.contact002802{padding: 6vw 0 10vw;width:100%;background:#f7f7f7 url(../images/Form002802-bg.png) no-repeat bottom center;}
.contact002802 ul,.contact002802 ul li{margin:0;padding:0;list-style:none;}
.contact002802 .list {position:relative;border:1px solid #e6e6e6;margin-top:6%;overflow:hidden;}
.contact002802 .list li{ width:100%;float:left;border-bottom:1px solid #e6e6e6;background:#fff;padding:9% 30px;text-align:center; }
.contact002802 .list li:last-child{border-bottom:none;}
.contact002802 .list li .icon{height:56px;}
.contact002802 .list li .icon img{max-height:100%;}
.contact002802 .list li .tit{line-height:30px;font-size:20px;color:#333;margin-top:24px;padding-bottom:20px;background:url(../images/traffic_line.gif) repeat-x 0 bottom;}
.contact002802 .list li .text{line-height:24px;font-size:16px;color:#888;margin-top:20px;min-height:auto;}

.Form002802 .title {
  font-size: 30px;
  color: #002e81;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #002e81;
  margin-bottom: 2.5vw;
}

.Form002802 .from li {
  margin-bottom: 4%;
}

.Form002802 .from li {
  position: relative;
}

.Form002802 .from label {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 16px;
  line-height: 50px;
  color: #999;
}

.Form002802 .from .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 10px;
  border: none;
  background: #f9f9f9;
  font-size: 16px;
}

.Form002802 .from textarea.text {
  height: 150px;
}

.Form002802 .from .btn {
  padding-bottom: 1.5%;
  text-align: center;
}

.Form002802 .from .btn input {
  background: #002e81;
  cursor: pointer;
  padding: 0;
  border: none;
  width: 160px;
  height: 42px;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
}

  .Form002802 .address {
    padding-bottom: 15px;
  }

.Form002802 .address dd {
  padding-left: 36px;
  line-height: 1.75;
  margin: 0;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: left 4px;
  font-size: 18px;
  margin-bottom: 2.2vw;
  padding-bottom: 2.2vw;
  border-bottom: 1px dashed #eaeaea;
}

.Form002802 .address dd.t_tel {
  background-image: url(../images/Floor001845-icon2.png);
}

.Form002802 .address dd.tel {
  background-image: url(../images/Form002802-tel.svg);
}

.Form002802 .address dd.mail {
  background-image: url(../images/Form002802-mail.svg);
}

.Form002802 .address dd.add {
  background-image: url(../images/Form002802-add.svg);
  border-bottom: none;
  padding-bottom: 0;
}

@media(min-width:1025px) {
  .Form002802 .from {
    width: 50%;
    padding-left: 4vw;
    vertical-align: top;
  }

  .Form002802 .address {
    width: 50%;
    padding-right: 4vw;
    padding-bottom: 0;
    border-right: 1px solid #eaeaea;
    vertical-align: top;
  }
.contact002802 .list li{ width:33.333%;border-left:1px solid #e6e6e6;border-bottom:none;padding:6% 40px;}
.contact002802 .list li:first-child{border-left:none;}
.contact002802 .list li .tit{font-size:24px;padding-bottom:38px;}
.contact002802 .list li .text{margin-top:35px;min-height:96px;}
}


/*Menu001093 */
.Menu001093 {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}

.Menu001093 .auto {
  max-width: 1400px;
}

.Menu001093 .nav {
  display: table;
  margin: 0 auto;
}

.Menu001093 .nav li {
  float: left;
  position: relative;
  display: table;
  height: 70px;
  margin: 0 1px;
  min-width: 8.334vw;
}

.Menu001093 .nav li a {
  transition: 0.3s;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  padding: 0 2vw;
}

.Menu001093 .nav li a:hover,
.Menu001093 .nav li.aon a {
  background: #002e81;
  color: #fff;
}

.Menu001093 .nav li a:after {
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -6px;
  content: '';
  border: 4px solid transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
  border-top-width: 6px;
}

@media(max-width:640px) {
  .Menu001093 .nav li {
    height: 10vw;
  }

  .Menu001093 .nav li a {
    font-size: 2.6vw;
  }
}

@media(max-width:480px) {
  .Menu001093 .nav li {
    height: 14vw;
  }

  .Menu001093 .nav li a {
    font-size: 3.5vw;
    padding: 0 4vw;
  }

  .Menu001093 .nav li a:after {
    bottom: 0.5vw;
    display: none;
  }
}




.listtit {
  position: relative;
  text-align: center;
  margin-bottom: 2vw;
  font-size: 34px;
  color: #333;
  position: relative;
  z-index: 3;
}

.listtit:after {
  display: block;
  content: '';
  margin: 18px auto 0;
  width: 40px;
  height: 4px;
  background: #002e81;
}





/*RighInfo002519 */
.RighInfo002519 {
  padding: 5vw 0;
}

.RighInfo002519.sevice {
  position: relative;
  padding-top: 0;
}

.RighInfo002519.sevice p img {
  display: block;
  width: 100%;
}

.RighInfo002519 p {
  font-size: 16px;
  margin: 0;
  line-height: 2;
}

.RighInfo002519 p+p {
  margin-top: 1vw;
}

.RighInfo002519 .list_img_group {
  margin: 3% 0;
}

.RighInfo002519 .list_img_group li {
  text-align: center;
}

@media(min-width:641px) {
  .RighInfo002519 .list_img_group li {
    float: left;
    width: 32.375%;
  }

  .RighInfo002519 .list_img_group li:nth-child(2) {
    width: 34.25%;
    margin: 0 0.5%;
  }
}

@media(min-width: 1025px) {
  .RighInfo002519.sevice .wap {
    display: none !important;
  }
}

@media(max-width: 1024px) {
  .RighInfo002519.sevice .pc {
    display: none !important
  }
}

@media(max-width:640px) {
  .RighInfo002519 .list_img_group li {
    margin: 2% 0;
  }
}






/*
 .Floor002467 为demo编号
 */
.Floor002467 .videobox {
  position: relative;
  height: auto;
}

.Floor002467 .videobg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 200px;
}

.Floor002467 .videobg .play {
  display: block;
  background: url(../images/Floor002467-play.png) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 30px 30px;
  cursor: pointer;
  z-index: 5;
}

.Floor002467 .videobg h2 {
  font-size: 18px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin-top: 50px;
  letter-spacing: 5px;
}

.Floor002467 .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}

.Floor002467 .video video {
  width: 100%;
  height: 100%;
  background: #000;
}

@media only screen and (min-width: 768px) {

  .Floor002467 .videobg,
  .Floor002467 .videobox {
    height: 400px;
  }

  .Floor002467 .videobg .play {
    background-size: 40px 40px;
  }

  .Floor002467 .videobg h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .Floor002467 .videobg h2 {
    font-size: 20px;
  }

  .Floor002466 .list .item .word {
    bottom: 38px;
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) {

  .Floor002467 .videobg,
  .Floor002467 .videobox {
    height: 800px;
  }

  .Floor002467 .videobg .play {
    background-size: 50px 50px;
  }

  .Floor002467 .videobg h2 {
    font-size: 26px;
  }
}







/*PicList002433 */
.PicList002433 {
  padding: 5vw 0;
}

.PicList002433 .main .slick-arrow {
  position: absolute;
  top: 50%;
  width: 57px;
  height: 57px;
  margin-top: -30px;
  border: 1px solid #002e81;
  padding: 0;
  background: none;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}

.PicList002433 .main .slick-arrow:hover {
  background: #002e81;
}

.PicList002433 .main .slick-arrow:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-top: 2px solid #002e81;
  border-right: 2px solid #002e81;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -11px;
}

.PicList002433 .main .slick-arrow:hover:before {
  border-color: #fff;
}

.PicList002433 .main .slick-prev:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  margin-left: -5px;
}

.PicList002433 .main .slick-prev {
  left: -59px;
}

.PicList002433 .main .slick-next {
  right: -59px;
}

@media(max-width:1408px) {
  .PicList002433 .main .slick-prev {
    left: 2%;
  }

  .PicList002433 .main .slick-next {
    right: 2%;
  }
}

@media(max-width:640px) {
  .PicList002433 .main .slick-arrow {
    width: 7vw;
    height: 7vw;
    margin-top: -3.5vw;
  }

  .PicList002433 .main .slick-arrow:before {
    width: 40%;
    height: 40%;
    margin: 0;
    left: 40%;
    top: 30%;
  }

  .PicList002433 .main .slick-next:before {
    left: 20%;
  }
}

.PicList002433 .list ul {
  padding: 0 50px;
}

.PicList002433 .list li {
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 4%;
}

.PicList002433 .list li:first-child:before,
.PicList002433 .list li:last-child:after {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 90px;
  width: 50px;
}

.PicList002433 .list li:first-child:before {
  left: -50px;
  background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}

.PicList002433 .list li:last-child:after {
  right: -50px;
  background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list li aside {
  padding-top: 35px;
  height: 90px;
  background: url(../images/PicList002433_libg.png) repeat-x left top;
}

.PicList002433 .list li .ytable {
  height: 16vw;
}

.PicList002433 .list li .ytable-cell {
  vertical-align: bottom;
}

.PicList002433 .list li figure {
  position: relative;
  display: inline-block;
  max-width: 80%;
}

.PicList002433 .list li figure:after {
  position: absolute;
  right: -24px;
  background: url(../images/PicList002433_ying.png) no-repeat left bottom;
  width: 24px;
  height: 100%;
  background-size: contain;
  content: '';
}

.PicList002433 .list li figure img {
  max-height: 235px;
  padding: 8px;
  background: #00153b;
}

.PicList002433 .list li p {
  margin: 0 auto;
  max-width: 240px;
  width: 90%;
  line-height: 28px;
  max-height: 56px;
  color: #333;
  font-size: 16px;
}

.PicList002433 .list .ul-3 li {
  width: 33.33333333%;
}

.PicList002433 .list .ul-3 li:nth-child(3):after {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 90px;
  width: 50px;
  right: -50px;
  background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list .ul-2 li {
  width: 50%;
}

.PicList002433 .list .ul-2 li:nth-child(2):after {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 90px;
  width: 50px;
  right: -50px;
  background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list .ul-2 li:nth-child(1)>* {
  padding-left: 30%;
}

.PicList002433 .list .ul-2 li:nth-child(2)>* {
  padding-right: 30%;
}

.PicList002433 .list .ul-1 li {
  width: 100%;
}

@media(max-width:640px) {

  .PicList002433 .auto,
  .PicList002433 .list ul {
    padding: 0;
  }

  .PicList002433 .list li p {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
  .PicList002433 .main .slick-prev{left: -1%;}
  .PicList002433 .main .slick-next{right: -1%;}
  .PicList002433 .list li .ytable {
    height: 150px;
  }

  .PicList002433 .list li figure img {
    max-height: 150px;
    padding: 3px
  }

  .PicList002433 .list .ul-2 li:nth-child(1)>* {
    padding-left: 30%;
  }

  .PicList002433 .list .ul-2 li:nth-child(2)>* {
    padding-right: 30%;
  }

  .PicList002433 .list .ul-3 li:nth-child(3):after,
  .PicList002433 .list li:first-child:before {
    display: none;
  }
}

@media(max-width:480px) {
  .PicList002433 .list li .ytable {
    height: 100px;
  }

  .PicList002433 .list li figure img {
    max-height: 100px;
  }
}




/*PicList002735*/
.PicList002735 {
  padding-top: 4vw;
}

.PicList002735 li {
  float: left;
  width: 22%;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}

.PicList002735 li:not(:nth-child(4n)) {
  margin-right: 4%;
}

.PicList002735 li:nth-child(4n)~li {
  margin-top: 4%;
}

.PicList002735 .Ispic {
  display: block;
  width: 100%;
  padding-bottom: 65.341%;
}

.PicList002735 .tit {
  font-size: 20px;
  margin: 18px 0 12px;
  color: #333;
}

.PicList002735 .tit1 {
  font-size: 20px;
  margin: 18px 0 12px;
  color: #333;
}

.PicList002735 .tit1 span {
  font-size: 17px;
  color: #666;
  margin-left: 6px;
}

.PicList002735 .txt {
  font-size: 14px;
  color: #999;
  min-height: 38px;
}





/*RighInfo003134 */
.RighInfo003134 {
  padding: 5vw 0;
}

.RighInfo003134 .img-side {
  border: solid 1px #f2f2f2;
  margin-bottom: 64px;
}

.RighInfo003134 .img-side .ytable-cell {
  padding-bottom: 48px;
}

.RighInfo003134 .img-group li .Ispic {
  background-size: contain;
  padding-bottom: 55.433%;
}

.RighInfo003134 .controls {
  display: table;
  position: relative;
  padding: 0 56px;
  margin: 40px auto 0;
}

.RighInfo003134 .controls .slick-dots li {
  float: left;
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 5px;
}

.RighInfo003134 .controls .slick-dots li button {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  cursor: pointer;
  border: 0;
  font-size: 0;
  padding: 0;
  transition: 0.3s;
}

.RighInfo003134 .controls .slick-dots li.slick-active button {
  background-color: #002e81;
  width: 100%;
  height: 100%;
}

.RighInfo003134 .controls .slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5px;
}

.RighInfo003134 .controls .slick-prev {
  left: 0;
  background-image: url(../images/RighInfo003134-btn-prev.svg);
}

.RighInfo003134 .controls .slick-next {
  right: 0;
  background-image: url(../images/RighInfo003134-btn-next.svg);
}

.RighInfo003134 .controls .slick-disabled {
  cursor: default;
}

.RighInfo003134 .controls .slick-prev.slick-disabled {
  background-image: url(../images/RighInfo003134-btn-prev-disabled.svg);
}

.RighInfo003134 .controls .slick-next.slick-disabled {
  background-image: url(../images/RighInfo003134-btn-next-disabled.svg);
}

.RighInfo003134 .img-side .tit {
  font-size: 26px;
  color: #002e81;
  font-weight: bold;
}

.RighInfo003134 .img-side .tit:after {
  display: block;
  content: '';
  margin: 24px 0;
  width: 40px;
  height: 4px;
  background: #002e81;
}

.RighInfo003134 .img-side .dl {
  background: #f7f9fb;
  padding: 20px;
}

.RighInfo003134 .img-side .dl dd {
  font-size: 15px;
  display: flex;
  position: relative;
  line-height: 1.5;
  color: #555;
}

.RighInfo003134 .img-side .dl dd span {
  width: 66px;
  color: #999;
}
.RighInfo003134 .img-side .more{margin-top: 40px;}
.RighInfo003134 .img-side .more a{display: flex;align-items: center;justify-content: center;font-size: 18px;width: 160px;height: 50px;background-color: #fff;;border: 1px solid #ddd;box-shadow: 0 0 10px rgba(0, 0, 0, .18);border-radius: 50px;}
.RighInfo003134 .img-side .more a:before{display: block;content: '';width: 32px;height: 32px;background-image: url('../images/zx.png');background-size: 100%;margin-right: 15px;}
.RighInfo003134 .img-side .more a:hover{ color: #002e81;}
.RighInfo003134 .img-side .subtit {
  margin: 44px 0 24px;
  font-size: 18px;
  padding-left: 10px;
  border-left: 4px solid #002e81;
  line-height: 1;
}

.RighInfo003134 .prod-intro .name {
  border-bottom: 1px solid #efefef;
  font-size: 24px;
  padding-bottom: 16px;
  color: #333;
  line-height: 2;
  margin-bottom: 40px;
}

.RighInfo003134 .prod-intro .name i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #002e81;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}

.RighInfo003134 .prod-intro .singlePage {
  line-height: 1.75;
}

.RighInfo003134 .prod-intro .singlePage+.singlePage {
  margin-top: 3vw;
}

.RighInfo003134 .prod-intro .singlePage .name i {
  background-image: url(../images/RighInfo003134-icon1.svg);
}

.RighInfo003134 .prod-intro .singlePage:nth-child(2) .name i {
  background-image: url(../images/RighInfo003134-icon2.svg);
}

@media (min-width:1025px) {
  .RighInfo003134 .img-group {
    width: 50%;
    border-right: solid 1px #f2f2f2;
  }

  .RighInfo003134 .img-side .ytable-cell,
  .RighInfo003134 .img-side .txt {
    padding: 40px;
  }

  .RighInfo003134 .img-side .dl dd {
    /* float: left; */
    width: 100%;
    padding: 15px 0;
    /* padding-left: 66px; */
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  }

  /* .RighInfo003134 .img-side .dl dd:nth-child(2n) {
    float: right;
  }
  
  .RighInfo003134 .img-side .dl dd:nth-child(2n)~dd {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  } */
}

@media (max-width:1024px) {
  .RighInfo003134 .img-side {
    padding: 32px;
  }

  .RighInfo003134 .img-side .btn a {
    min-width: calc(50% - 10px);
    padding: 0;
  }



  .RighInfo003134 .img-side .dl dd+dd {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #eaeaea;
  }



  .RighInfo003134 .img-side .dl dd {
    display: block;
    padding-left: 66px;
    min-height:1.5em;
    position: relative;
  }
  .RighInfo003134 .img-side .dl dd span{
    position: absolute;
    left: 0;
    top: 15px;
  }
  .RighInfo003134 .img-side .dl dd:first-child span {
    top: 0;
  }

  .RighInfo003134 .img-side .dl .dd{
   padding-left: 0;
  }
}





.Joininfo .box {
  padding: 5vw 0;
}

.Joininfo .box:nth-child(2n) {
  background: #f7f9fb;
}

.Joininfo .word {
  font-size: 17px;
  line-height: 1.75;
  color: #666;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 2vw;
  text-align: center;
}

.Joininfo .Advantage li {
  float: left;
  width: 23.5%;
  background: #f7f9fb;
  box-shadow: 0 0 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 20%);
}

.Joininfo .Advantage li:not(:nth-child(4n)) {
  margin-right: 2%;
}

.Joininfo .Advantage li:nth-child(4n)~li {
  margin-top: 2%;
}

.Joininfo .Advantage li .con {
  padding: 35px;
  background: #fff;
}

.Joininfo .Advantage li .Ispic {
  width: 100%;
  padding-bottom: 63.83%;
  overflow: hidden;
  transition: all 0.5s;
  background-size: 100%;
}

.Joininfo .Advantage li:hover .Ispic {
    background-size: 120%;
}
.Joininfo .Advantage li .tit {
  font-size: 20px;
  text-align: center;
  color: #333;
  margin-bottom: 18px;
}

.Joininfo .Advantage li .txt {
  font-size: 15px;
  line-height: 26px;
  min-height: 78px;
  color: #888;
}

.Joininfo .Brand .slick-slide * {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.Joininfo .Brand .slick-slide {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 40px 20px;
}

.Joininfo .Brand .slick-slide h3 {
  font-size: 20px;
  color: #002e81;
  padding-bottom: 10px;
  overflow: hidden;
}

.Joininfo .Brand .slick-slide i {
  display: block;
  width: 50px;
  height: 50px;
  background: #002e81;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.15);
  line-height: 50px;
  margin: 10px auto;
  border-radius: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: Arial;
  font-weight: bold;
}

.Joininfo .Brand .slick-slide h4 {
  font-size: 15px;
  line-height: 28px;
  color: #888;
  width: 100%;
  margin: auto;
  padding: 10px 0 0;
  overflow: hidden;
  font-weight: normal;
}

.Joininfo .Brand .slick-slide h6 {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 6%);
}

.Joininfo .Brand .slick-slide:hover h6 {
  width: 16vw;
  height: 16vw;
  margin-left: -8vw;
  margin-top: -8vw;
}

.Joininfo .Brand .slick-slide:hover i {
  color: #fff;
  background: #002e81;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.15);
}

.Joininfo .slick-dots {
  text-align: center;
}

.Joininfo .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1f4b8c;
  opacity: 0.5
}

.Joininfo .slick-dots li button {
  display: none;
}

.Joininfo .slick-dots li.slick-active {
  opacity: 1;
}

.Joininfo .From {
  padding-bottom: 10vw;
  background: url(../images/Form002802-bg.png) no-repeat bottom center;
}

.Joininfo .From li {
  float: left;
  width: 23.5%;
  background: #f8f8f8;
  padding: 0 20px;
}

.Joininfo .From li:not(:nth-child(4n)) {
  margin-right: 2%;
}

.Joininfo .From .text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  background: none;
  font-size: 16px;
  color: #333;
}

.Joininfo .From input::placeholder {
  color: #333;
}

.Joininfo .From .btn {
  background: #002e81;
  cursor: pointer;
  border: none;
  width: 180px;
  height: 44px;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  margin: 2vw auto 0;
  display: block;
}






/*Spec001883*/
.Spec001883 {
  padding-top: 3.5vw;
}

.Spec001883 .box {
  background: #f7f9fb;
  font-size: 16px;
}

.Spec001883 dl {
  line-height: 40px;
  display: table;
  width: 100%;
}

.Spec001883 dl+dl {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.Spec001883 dl.more {
  border-bottom: 0;
}

.Spec001883 dt,
.Spec001883 dd {
  display: table-cell;
  vertical-align: middle;
  padding-top: 14px;
  padding-bottom: 14px;
}

.Spec001883 dt {
  width: 120px;
  text-align: center;
  color: #fff;
  background-color: #002e81;
  font-weight: bold;
}

.Spec001883 dd {
  position: relative;
}

.Spec001883 dd ol {
  padding-left: 50px;
  overflow: hidden;
  position: relative;
}

.Spec001883 ol a {
  color: #888;
  display: inline-block;
  vertical-align: middle;
}

.Spec001883 ol a:after {
  display: inline-block;
  content: '';
  vertical-align: middle;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 14px;
  margin: 0 1.5vw;
}

.Spec001883 a.on,
.Spec001883 a:hover {
  color: #002e81;
}

.Spec001883 ol span {
  position: absolute;
  top: 0;
  text-align: center;
  width: 48px;
  height: 40px;
  right: 20px;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  background: #002e81;
  cursor: pointer;
  display: none;
}

.Joininfo .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media(max-width:1000px) {
  .Form002802 .address {
    width: 100%;
  }

  .Form002802 .from {
    width: 100%;
  }

  .Form002802 .ytable-cell {
    display: block;
    margin-bottom: 20px;
  }
}
.Spec001883 dd ol .divw {
  float: left;
}

.Spec001883 dd ol>a {
  float: left;
} 
@media(max-width:768px) {
  .Spec001883 dd ol {
    padding-right: 0;
    padding-left: 0px;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
  }
  .Spec001883 {
    position: relative;
    z-index: 99;
}
  .Spec001883 .box {
    display: flex;
}
  .Spec001883 dt {
    width: 80px;
  }

  .Floor001845 .from textarea.text {
    height: 19vw;
  }
  .Floor001845 dt .pic{display: none;}
  .Floor001845 .from {
    width: 100%;
    padding-left: 0;
    background: none;
  }


}

@media(max-width:640px) {
  .Floor002902 .right_side li .num {
    margin-top: 0;
    justify-content: center;
  }

  .Top003084 .open-menu {
    right: 30px;
  }

  .Top003084 .top-search {
    right: 0px;
    margin: auto;
    left: 0;
    top: 60px;
    width: 100%;
  }

  .h-title .cn {
    font-size: 20px;
  }

  .h-title .en {
    font-size: 16px;
  }

  .h-title {
    margin-bottom: 0;
  }

  .Floor002902 .left_side .intro {
    margin-top: 10px;
  }

  .Floor002902 .left_side .subtit,
  .Floor002902 .left_side .intro {
    padding: 10px 0;
  }

  .h-more .icon {
    width: 30px;
    height: 30px;
  }

  .h-more {
    padding: 5px 0;
  }

  .Floor002977 li .icon {
    padding: 10px;
    width: 40px;
    height: 40px;
  }

  .Floor002977 li .txt {
    padding-left: 10px;
  }

  .Floor002977 li .t-2 {
    margin-top: 5px;
  }

  .Floor003197 .root-sz-16 {
    padding: 1em 0;
  }

  .Floor001845 dd p .b1 {
    font-size: 18px;
  }

  .Bottom002818 .top .logo img {
    max-width: 150px;
  }

  .Bottom002818 {
    padding: 20px 0;
  }

  .PicList002735 li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .PicList002735 li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .PicList002735 li {
    width: 48%;
  }
	.PicList002735 li:nth-child(3),
.PicList002735 li:nth-child(4)	{
    margin-top: 4%;
  }
  .Page002623 {
    padding: 20px 0 20px 0;
  }

  .PicList002735 .tit1 {
    font-size: 16px;
    margin: 5px 0 5px;
  }

  .RighInfo003134 .img-side .ytable-cell {
    padding-bottom: 0;
  }

  .RighInfo003134 .img-side {
    padding: 20px;
  }

  .RighInfo003134 .controls {
    margin: 20px auto 20px;
  }

  .RighInfo003134 .img-side .tit {
    font-size: 18px;
  }

  .RighInfo003134 .img-side .tit:after {
    margin: 10px 0;
  }

  .RighInfo003134 .img-side .subtit {
    margin: 15px 0 10px;
  }

  .RighInfo003134 .img-side {
    margin-bottom: 15px;
  }

  .RighInfo003134 .prod-intro .name {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .RighInfo003134 .prod-intro .name i {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .Top003084 .logo img {
    max-height: 40px;
  }

  .Top003084 .logo {
    height: 50px;
  }

  .listtit {
    font-size: 25px;
  }

  .listtit:after {
    margin: 10px auto 0;
  }

  .Joininfo .Advantage li {
    width: 100%;
  }

  .Joininfo .Advantage li .con {
    padding: 15px;
  }

  .Joininfo .Advantage li .tit {
    margin-bottom: 10px;
  }

  .Joininfo .Brand .slick-slide {
    padding: 10px 10px;
  }

  .Joininfo .From li {
    width: 100%;
    margin-bottom: 10px;
  }

  .Joininfo .From li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .RighInfo000171 .title h1 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .RighInfo000171 .title {
    padding-bottom: 10px;
  }

  .RighInfo000171 {
    padding: 20px 0;
  }

  .RighInfo000171 .info {
    padding: 10px 0;
  }

  .PicList002856 .list li {
    margin-bottom: 10px;
  }

  .PicList002856 .list li .inner {
    padding: 20px;
  }

  .Form002802 .title {
    font-size: 20px;
  }


  /* .Spec001883 dd ol .divw {
    float: left;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 46px;
    background: #ebebeb;
    z-index: 999;
    padding: 10px;
    display: none;
  } */
  /* .Spec001883 dd ol{
    overflow: visible;
  }*/
  .Spec001883 ol span{
    display: none !important;
  }
  .Spec001883 dt {
    width: 100%;
    padding: 5px 5px;
    text-align: left;
    font-size: 14px;
    position: relative;
  }
  .Spec001883 .box {
    display: flex;
    position: relative;
    justify-content: space-between;
  }
  .Spec001883 dd {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    z-index: 99;
    background: #fff;
    top: 30px;
  }
  .Spec001883 dl {
    line-height: 20px;
    width: 31%;
  }

  .Spec001883 dt:before {
      content: '';
      position: absolute;
      width: 20px;
      border: 7px solid #fff0;
      border-top-color: #fff;
      width: 0;
      height: 0;
      right: 5px;
      top: 11px;
  }

  .Spec001883 .box.row2 {
    justify-content: flex-start;
  }
  .Spec001883 .box.row2 dl:not(:last-child) {
    margin-right: 4%;
  }
}



.Service{padding: 4vw 0;position: relative;overflow: hidden;background: linear-gradient(360deg,#eeeff3,#f1f2f7);}
.ourServe_fl li {cursor: pointer;transition: all 0.5s;position: relative;padding: 1.275em 4.75em;border-radius: 1.25em;background-color: #fff;}
.ourServe_fl li:hover .icon { ;transform: scale(1.21);}
.ourServe_fl li:not(:last-child) {margin-bottom: 10.3%;}
.ourServe_fl li .icon {transition: all 0.6s;position: absolute;width: 70px;height: 70px;top:50%;left: -2.875em;margin-top: -2.875em;}
.ourServe_fl li aside {position: relative;margin-bottom: 1%;font-size: 1.55em;font-weight: bold;color: #333;}
.ourServe_fl li p {color: #777;font-size: 16px;line-height:22px;}

@media(min-width:1025px){
	 .ourServe_fl {display: flex;align-items: center;margin-top: 3em;}
    .ourServe_fl .pic img {max-width: 42.865em;}
    .ourServe_fl ul {width: 50%;}
    .ourServe_fl li {width: 100%;max-width: 48em;}
    .ourServe_fl li:nth-child(1),
    .ourServe_fl li:nth-child(5) {margin-left: -1.5em;}
    .ourServe_fl li:nth-child(1), .ourServe_fl li:nth-child(3) {margin-left: 3.75em;}
    .ourServe_fl li:nth-child(2) {margin-left: 8.625em;}
	
}	
	

@media (min-width:1025px) and (max-width:1440px) {
    .ourServe_fl li {width: 90%;padding-right: 1em;}
    .ourServe_fl li:nth-child(2),
    .ourServe_fl li:nth-child(4) {margin-left: 2.75em;}
    .ourServe_fl li:nth-child(3) {margin-left: 4.625em;}

}

@media (max-width:640px) {
    .ourServe_fl ul {padding: 0 3% 0 12%;}
    .ourServe_fl .pic {margin-bottom: 6%;}}
