<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  outline: 0;
}
@font-face {
  font-family: 'myfont';
  src: url('../font/POPPINS-REGULAR.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myfont2';
  src: url('../font/POPPINS-BOLD.TTF');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #f69d01;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "myfont";
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.dw {
  top: -1.7rem;
  z-index: -1;
  position: absolute;
}
html {
  font-size: 100px!important;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 68px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
/*æ¸…æ¥šæµ®åŠ¨*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*å›¾ç‰‡åž‚ç›´æ°´å¹³å±…ä¸­*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*å¤šè¡Œçœç•¥éšè—*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes bmove {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bmove {
  animation-name: bmove;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wave {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1259px!important;
  }
}
@media (max-width: 1300px) {
  .container {
    padding: 0 20px;
    max-width: 1200px!important;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 640px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.header {
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 1.2rem;
  z-index: 99;
  position: absolute;
  transition: all 500ms ease;
}
.header .top {
  padding-top: 0.1rem;
  color: #abd0fe;
  text-align: right;
}
.header .top a {
  color: #fff;
  position: relative;
  padding: 0 0.3rem;
  display: inline-block;
  transition: all 334ms ease;
}
.header .top a:before {
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 0.12rem;
  position: absolute;
  background: #abd0fe;
  transform: translateY(-50%);
}
.header .top a:first-child:before {
  display: none;
}
.header .top a:last-child {
  padding-right: 0;
}
.header .top a:hover {
  color: #f69d01;
}
.header .logo {
  float: left;
  margin-top: -0.1rem;
  position: relative;
  transition: all 334ms ease;
  display: inline-block;
}
.header .logo img {
  max-height: 0.81rem;
}
.header .logo2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.header .tel {
  color: #fff;
  float: right;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  padding-left: 0.4rem;
  font-size: 0.14rem;
  display: inline-block;
  position: relative;
}
.header .tel .icon {
  top: 0.05rem;
  left: 0;
  position: absolute;
}
.header .tel .icon img {
  max-height: 0.34rem;
}

.header .tel .ticon-phone{display:none}
.header .tel .ticon-2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.header .tel span {
  display: block;
}
.header .tel .phone {
  line-height: 0.18rem;
  font-size: 0.18rem;
font-weight:bold;
  font-family: "Roboto";
}
.header .tel .phone a {
  color: #fff;
}
.header .button {
  float: right;
  margin-top: 0.2rem;
  font-size: 0.22rem;
  text-align: center;
  height: 0.45rem;
  width: 1.8rem;
  font-family: "myfont2";
  line-height: 0.45rem;
  display: inline-block;
  border-radius: 0.1rem;
  position: relative;
  transition: all 600ms ease;
  background: rgba(238, 251, 238, 0.36);
}
.header .button em {
  z-index: 2;
  position: relative;
  font-style: normal;
}
.header .button a {
  color: #fff;
  display: block;
}
.header .button:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0);
  position: absolute;
  border-radius: 0.1rem;
  background: rgba(238, 251, 238, 0.1);
  transition: all 500ms ease;
}
.header .button:hover {
  font-size: 0.2rem;
}
.header .button:hover:after {
  transform: scale(1);
}
.header .nav {
  float: left;
  vertical-align: top;
  padding-left: 0.2rem;
}
.header .nav li {
  float: left;
  font-size: 0.18rem;
  position: relative;
}
.header .nav li &gt; a {
  color: #fff;
  display: block;
  padding: 0 0.25rem;
  line-height: 0.9rem;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 334ms ease;
}
.header .nav li i {
  display: inline-block;
  margin-left: 0.1rem;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 0.09rem;
  height: 0.09rem;
  transform: rotate(45deg);
}
.header .nav li:last-child {
  position: relative;
}
.header .nav .subnav {
  /*top: 1.2rem;*/
  left: 0;
  margin-left: -41%;
  display: none;
  width: 175%;
  text-align: left;
  padding: 0.1rem 0;
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-top: solid 1px #eee;
  background: #ffffff;
}

.header .nav .subnav .container {
    padding: 0;
}
.header .nav .subnav a {
  padding: 0.1rem 0.2rem;
  display: block;
  /*padding-right: 0.4rem;*/
  font-size: 0.16rem;
}
.header .nav .subnav a:hover {
  color: #1d3654;
  text-decoration: underline;
}
.header .nav li:hover &gt; a,
.header .nav .active &gt; a {
  color: #f69d01;
  transform: scale(1.1);
}
@media (max-width: 1023px) {
  .header {
    top: 0;
    height: 50px;
    width: 100%;
    z-index: 99;
     background: #fff !important; 
    border-bottom: 0;
    position: fixed;
  }
  .header .logo {
    padding-top: 0;
    width: auto;
    height: auto;
    margin-top: 5px;
  }
  .header .logo img {
    max-height: 40px;
  }
.header .tel{margin-top:0.1rem;}
.header .tel .ticon-phone{display:block;top: 0;
  left: 0;
  opacity: 1;
  position: absolute;}
  .header .logo .logo1 {
    opacity: 0!important;
  }
  .header .logo .logo2 {
    opacity: 1!important;
  }
 .header .tel .phone a{color:#1d3654}
 .header .tel .time{color:#f69d01}
  .header .nav,
  .header .top,
  .header .button {
    display: none;
  }
  .header .navPhoneBtn {
    display: block;
  }
}
.header-2,
.header:hover,
.fixed {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  background: #fff;
}
.header-2 .top a,
.header:hover .top a,
.fixed .top a {
  color: #1d3654;
}
.header-2 .top a:before,
.header:hover .top a:before,
.fixed .top a:before {
  background: #1d3654;
}
.header-2 .logo2,
.header:hover .logo2,
.fixed .logo2 {
  opacity: 1;
}
.header-2 .tel .ticon-2,
.header:hover .tel .ticon-2,
.fixed .tel .ticon-2 {
  opacity: 1;
}
.header-2 .tel .time,
.header:hover .tel .time,
.fixed .tel .time {
  color: #1d3654;
}
.header-2 .tel .phone a,
.header:hover .tel .phone a,
.fixed .tel .phone a {
  color: #1d3654;
}
.header-2 .button,
.header:hover .button,
.fixed .button {
  background: #f69d01;
}
.header-2 .nav li a,
.header:hover .nav li a,
.fixed .nav li a {
  color: #1d3654;
}
.header-2 .nav li i,
.header:hover .nav li i,
.fixed .nav li i {
  border-bottom: solid 1px #1d3654;
  border-right: solid 1px #1d3654;
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
}
.index-more {
  margin-top: 0.5rem;
  min-width: 2.5rem;
  height: 0.65rem;
  display: inline-block;
  text-align: center;
  padding: 0 0.1rem;
  font-size: 0.21rem;
  font-family: "myfont2";
  line-height: 0.65rem;
  border-radius: 0.6rem;
  position: relative;
  background: #f69d01;
}
.index-more a {
  display: block;
  color: #fff;
  transition: all 600ms ease;
}
.index-more em {
  z-index: 2;
  font-style: normal;
  position: relative;
}
.index-more:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0);
  position: absolute;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.05);
  transition: all 500ms ease;
}
.index-more:hover {
  font-size: 0.24rem;
}
.index-more:hover:after {
  transform: scale(1);
}
@media (max-width: 1023px) {
  .index-more {
    font-size: 16px;
    margin-top: 20px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 30px;
    min-width: 160px;
  }
}
.banner {
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner .pc {
  display: block;
  background: #000;
}
.banner .mobile {
  display: none;
  margin-top: 50px;
}
@media (max-width: 640px) {
  .banner .mobile {
    display: block;
  }
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .pic {
  display: block;
  width: 100%;
  position: relative;
}
.banner .pic img {
  width: 100%;
  object-fit: fill;
  position: static;
}
@media (max-width: 640px) {
  .banner .pic {
    display: none;
  }
}
.banner .textbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: left;
  position: absolute;
  transform: translateY(-40%);
}
.banner .text-1 {
  color: #fff;
}
.banner .text-1 .f62 {
  font-size: 0.62rem;
  line-height: 0.7rem;
  font-weight: 700;
  font-family: "myfont2";
}
.banner .text-1 .f62 span {
  display: block;
}
.banner .text-1 .f22 {
  width: 50%;
  font-size: 0.22rem;
  margin-top: 0.3rem;
}
.banner .btns {
  z-index: 9;
  width: 100%;
  position: absolute;
  bottom: 0.6rem;
}
.banner .btns .container {
  height: 0.4rem;
  position: relative;
}
.banner .swiper-pagination {
  height: 1px!important;
  width: 4.4rem !important;
  float: left!important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: auto!important;
  left: 0.3rem !important;
  z-index: 9;
}
.banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin: 0 0.05rem;
  opacity: 1;
  background-color: #fff;
  transition: all .5s;
}
.banner .swiper-pagination-bullet-active {
  width: 12px;
  background-color: #fff;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  border: none;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.23);
  color: #cccccc;
  text-align: center;
  line-height: 0.4rem;
  margin: auto;
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font-size: 0.16rem;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background-color: #f69d01;
  color: #fff;
}
.banner .swiper-button-prev {
  left: auto;
  right: 0.7rem;
}
@media (max-width: 1300px) {
  .banner .swiper-button-prev {
    right: 60px;
  }
}
.banner .swiper-button-next {
  right: 0;
}
@media (max-width: 1300px) {
  .banner .swiper-button-next {
    right: 20px;
  }
}
.banner .num {
  color: #ffffff;
  text-align: left!important;
  font-family: "myfont2";
  min-width: 5rem;
  line-height: 0.4rem;
  position: absolute;
  bottom: 0;
}
.banner .num .total {
  right: 0;
  position: absolute;
}
.banner .num .cur:before {
  content: "0";
}
.banner .num .line {
  top: 0.15rem;
  width: 1px;
  height: 5px;
  right: 0.31rem;
  background: #fff;
  position: absolute;
}
@media (max-width: 1300px) {
  .banner .num .line {
    display: none;
  }
}
.banner .num .line1 {
  left: 34.99%;
}
.banner .num .line2 {
  left: 64.1%;
}
.banner .swiper-slide-active .pic img {
  animation: 4s bmove1 linear;
}
.banner .swiper-slide-active .text-1 {
  animation: 1s fadeInUp2 linear;
}
.banner .swiper-pagination-progressbar {
  background-color: rgba(255, 255, 255, 0.4);
}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.banner .swiper-pagination {
  margin-right: 1rem;
  width: 1.8rem;
  margin-top: 0.2rem;
  position: relative;
  float: right;
  height: 2px;
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
}
@media (max-width: 1023px) {
  .banner .text-1 .f22 {
    display: none;
  }
  .banner .text-1 .f62 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner .num,
  .banner .swiper-pagination {
    display: none;
  }
  .banner .btns {
    top: 50%;
    bottom: auto;
  }
  .banner .btns .container {
    height: auto;
    max-width: 100%!important;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 30px;
    height: 30px;
    bottom: auto;
  }
  .banner .swiper-button-prev {
    right: auto;
    left: 20px;
  }
  .banner .swiper-button-next {
    right: 100px;
    left: auto;
  }
}
@media (max-width: 640px) {
  .banner .text-1 {
    padding-left: 30px;
  }
  .banner .text-1 .f62 {
    font-size: 20px;
    line-height: 24px;
  }
  .banner .swiper-button-prev {
    right: auto;
    left: 10px;
  }
  .banner .swiper-button-next {
    right: 10px;
  }
}
.index-title {
  line-height: 0.6rem;
  font-size: 0.52rem;
  text-align: center;
  color: #1d3654;
  font-family: "myfont2";
}
@media (max-width: 1023px) {
  .index-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.index-partner {
  padding: 1rem 0;
}
.index-partner ul {
  margin-bottom: 1px;
  margin-top: 0.6rem;
}
.index-partner li {
  border: dashed 1px #dfdfdf;
}
.index-partner li .pic {
  overflow: hidden;
  position: relative;
}
.index-partner li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50.42016807%;
}
.index-partner li .pic img {
  transition: 500ms;
}
.index-partner li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1023px) {
  .index-partner {
    padding: 40px 0;
  }
  .index-partner ul {
    margin-bottom: 0px;
    margin-top: 30px;
  }
}
.index-about .index-title {
  text-align: left;
}
.index-about .swiper-container {
  overflow: inherit;
}
.index-about .toplist .textleft {
  width: 40%;
  float: left;
  color: #4a5c72;
  padding-top: 0.2rem;
  font-size: 0.18rem;
}
.index-about .toplist .textleft .txt {
  padding-bottom: 0.3rem;
  padding-top: 0.6rem;
}
.index-about .toplist .picright {
  width: 55%;
  float: right;
  position: relative;
}
.index-about .toplist .picright:after {
  content: "";
  display: block;
  padding-bottom: 56.81818182%;
}
.index-about .toplist .picright img {
  transition: 500ms;
}
.index-about .toplist .picright:before {
  content: "";
  top: 0.9rem;
  right: -0.4rem;
  border-radius: 0.6rem;
  position: absolute;
  height: 3rem;
  width: 5.7rem;
  background: #f69d01;
  transform: rotate(45deg);
}
.index-about .numlist {
  overflow: hidden;
  padding-top: 1.5rem;
}
.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.index-about .numlist li {
  color: #4a5c72;
  background: #fff;
  line-height: 0.2rem;
  padding: 0 0.8rem;
  padding-right: 0.1rem;
  font-size: 0.18rem;
  width: 25%;
  position: relative;
}
.index-about .numlist li:before {
  content: "";
  width: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  height: 0.84rem;
  background: #e3e3e3;
}
.index-about .numlist li p:first-child {
  color: #f69d01;
  line-height: 0.7rem;
  font-size: 0.68rem;
  font-family: "myfont2";
}
.index-about .numlist li em {
  vertical-align: middle;
  font-size: 0.24rem;
  font-style: normal;
  display: inline-block;
}
.index-about .numlist li .counter {
  letter-spacing: -2px;
}
.index-about .swiper-container-horizontal &gt; .swiper-pagination-bullets,
.index-about .swiper-pagination-custom,
.index-about .swiper-pagination-fraction {
  bottom: 1.9rem;
  cursor: pointer;
  padding-left: 47%;
}
.index-about .swiper-pagination-bullet-active {
  background: #f69d01;
}
.index-about .swiper-button-next,
.index-about .swiper-button-prev {
  transform: scale(0.6);
  color: #1f1f1f;
  margin-top: 9%;
  opacity: 0.2;
}
.index-about .swiper-button-next:hover,
.index-about .swiper-button-prev:hover {
  opacity: 1;
}
.index-about .swiper-button-prev {
  left: 69%;
}
.index-about .swiper-button-next {
  right: 22%;
}
@media (max-width: 1023px) {
  .index-about .toplist .textleft {
    padding-top: 0;
    width: 100%;
    font-size: 14px;
  }
  .index-about .toplist .textleft .txt {
    padding: 20px 0;
  }
  .index-about .toplist .picright {
    width: 100%;
    margin-top: 40px;
  }
  .index-about .toplist .picright::before {
    display: none;
  }
  .index-about .swiper-container-horizontal &gt; .swiper-pagination-bullets,
  .index-about .swiper-pagination-custom,
  .index-about .swiper-pagination-fraction {
    padding-left: 0;
    bottom: -15px;
  }
  .index-about .numlist {
    padding-top: 30px;
  }
  .index-about .numlist ul {
    margin: 0 -10px;
  }
  .index-about .numlist li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .index-about .numlist li:before {
    height: 40px;
  }
  .index-about .numlist li p:first-child {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .index-about .numlist li {
    width: 100%;
    padding-bottom: 10px;
  }
  .index-about .numlist li:before {
    display: none;
  }
}
.index-solutions {
  overflow: hidden;
  background: #fcfdfd;
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background: linear-gradient(to bottom, #fcfdfd, #f5f6f8, #fcfdfd);
}
.index-solutions .tag {
  font-size: 0.18rem;
  color: #f69d01;
  text-align: center;
}
.index-solutions .list {
  background: #fff;
  height: 6rem;
  margin-top: 0.5rem;
  border: solid 1px #e4e4e4;
}
.index-solutions .leftttext {
  width: 30%;
  float: left;
}
.index-solutions .leftttext .swiper-container {
  overflow: inherit;
}
.index-solutions .leftttext li {
  display: none;
}
.index-solutions .leftttext .active {
  display: block;
}
.index-solutions .leftttext .item {
  color: #fff;
  padding: 0 0.5rem;
  margin-top: 0.7rem;
  height: 4.12rem;
  width: 4.42rem;
  padding-top: 0.7rem;
  margin-left: -1.4rem;
  background: url(../images/sbg.png) no-repeat top center;
  background-size: cover;
}
.index-solutions .leftttext .item .icon {
  width: 0.97rem;
  height: 0.97rem;
  margin-left: -0.22rem;
}
.index-solutions .leftttext .item .tit {
  min-height: 1.3rem;
  font-size: 0.36rem;
  line-height: 0.4rem;
}
@media (max-width: 1300px) {
  .index-solutions .leftttext .item {
    margin-left: -0.3rem;
  }
}
.index-solutions .righttext {
  width: 70%;
  float: left;
  position: relative;
  height: 6rem;
}
.index-solutions .righttext ul {
  margin-top: -1px;
}
.index-solutions .righttext li {
  width: 100%;
  float: left;
  padding: 0.4rem 0.5rem;
  height: 3rem;
  padding-bottom: 0;
  transition: all 334ms ease;
  border-left: 1px #dedede solid;
  border-top: 1px #dedede solid;
}
.index-solutions .righttext li .item {
  cursor: pointer;
}
.index-solutions .righttext li.active {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1) inset;
}
.index-solutions .righttext li.active .tit {
  color: #f69d01;
}
.index-solutions .righttext li .icon {
  width: 0.97rem;
  height: 0.97rem;
  margin: 0 auto;
  border-radius: 100%;
  border: solid 1px #f69d01;
}
.index-solutions .righttext li .tit {
  color: #333333;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  overflow: hidden;
}
.index-solutions .righttext li .txt {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  height: 0.44rem;
  overflow: hidden;
}
.index-solutions .righttext .item2 {
  width: 33.33333333% !important;
  float: left;
}
.index-solutions .swiper-button-prev,
.index-solutions .swiper-button-next {
  width: 0.56rem;
  height: 0.56rem;
  color: #ccc;
  opacity: 1!important;
  background: #fff!important;
  border-radius: 0.03rem;
  border: solid 2px #eee;
  transform: rotate(40deg);
}
.index-solutions .swiper-button-prev:after,
.index-solutions .swiper-button-next:after {
  color: #333;
  font-size: 0.2rem !important;
  transform: rotate(-45deg) !important;
}
.index-solutions .swiper-button-prev:hover,
.index-solutions .swiper-button-next:hover {
  border-color: #f69d01;
  background: #f69d01 !important;
}
.index-solutions .swiper-button-prev:hover:after,
.index-solutions .swiper-button-next:hover:after {
  color: #fff;
}
.index-solutions .swiper-button-prev {
  left: -0.25rem;
}
.index-solutions .swiper-button-next {
  right: -0.25rem;
}
@media (max-width: 1023px) {
  .index-solutions {
    padding: 40px 0;
  }
  .index-solutions .leftttext {
    display: none;
  }
  .index-solutions .righttext {
    width: 100%;
    float: none;
  }
  .index-solutions .righttext li {
    padding: 20px;
    margin-left: -1px;
    text-align: center;
  }
  .index-solutions .righttext li .icon {
    width: 45px;
    height: 45px;
  }
  .index-solutions .righttext li .tit {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .index-solutions .righttext li .txt {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 10px;
  }
  .index-solutions .tag {
    font-size: 14px;
  }
  .index-solutions .list {
    margin-top: 30px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .index-solutions .righttext .item2 {
    width: 100%!important;
  }
  .index-solutions .righttext {
    height: auto;
  }
  .index-solutions .righttext li {
    overflow: hidden;
    height: 205px;
  }
  .index-solutions .swiper-button-prev {
    left: 0;
  }
  .index-solutions .swiper-button-next {
    right: 0;
  }
}
.index-ship {
  overflow: hidden;
  padding: 1rem 0;
}
.index-ship .text {
  color: #4a5c72;
  margin: 0 auto;
  text-align: center;
  max-width: 11.7rem;
  font-size: 0.18rem;
  padding-top: 0.2rem;
}
.index-ship .leftvideo {
  height: 500px;
  text-align: center;
  width: 71%;
  float: left;
}
.index-ship .leftvideo video {
  height: 6rem;
}

.index-ship .leftvideo .videopic {
  display:none;
} 

.index-ship .righttext {
  width: 25%;
  float: right;
  color: #1d3654;
  padding-top: 0.4rem;
  font-size: 0.2rem;
}
.index-ship .righttext li {
  padding-top: 0.6rem;width:50%;float:left;
}
.index-ship .righttext li h3 {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  padding-bottom: 0.2rem;
}
.index-ship .righttext li h3 img {
  margin-bottom: 0.02rem;
  max-height: 0.21rem;
  margin-right: 0.1rem;
}
.index-ship .righttext li p {
  color: #4a5c72;
  padding-top: 0.1rem;
}
@media (max-width: 1023px) {
  .index-ship {
    padding: 40px 0;
  }
  .index-ship .text {
    font-size: 14px;
    max-width: 100% ;
    padding-top: 10px;
  }
  .index-ship .leftvideo {
    height: 300px;
    background-size: cover;
	padding:0;
  }
	.index-ship .leftvideo video {
	  display:none;
	}  
	.index-ship .leftvideo .videopic {
	  display:block;
	}  
  .index-ship .righttext {
    font-size: 14px;
    padding-top: 0;
  }
  .index-ship .righttext li {
    padding-top: 30px;
  }
  .index-ship .righttext li h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .index-ship .righttext li p {
    padding-top: 10px;
  }
}
@media (max-width: 640px) {
  .index-ship .leftvideo {
    width: 100%;
    float: none;
    /* padding: 40px; */
    background-size: contain;
  }
  .index-ship .righttext {
    width: 100%;
    float: none;
  }
}
.index-prolist {
  position: relative;
}
.index-prolist .textbox {
  z-index: 9;
  width: 100%;
  color: #fff;
  left: 0;
  max-width: 100%;
  text-align: center;
  top: 1rem;
  position: absolute;
}
.index-prolist .index-title {
  color: #fff;
}
.index-prolist .bigimg .item {
  height: 9.5rem;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-prolist .bigimg .container {
  padding-top: 2.6rem;
}
.index-prolist .bigimg .nr {
  max-width: 7.2rem;
}
.index-prolist .bigimg .tit {
  line-height: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.28rem;
  font-family: "myfont2";
  position: relative;
}
.index-prolist .bigimg .tit:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  height: 0.02rem;
  width: 0.5rem;
  background: #fff;
}
.index-prolist .bigimg .txt {
  overflow: hidden;
  line-height: 0.24rem;
  margin-top: 0.3rem;
}
.index-prolist .bigimg .index-more {
  height: 0.44rem;
  min-width: 1.42rem;
  font-size: 0.14rem;
  font-family: "myfont";
  line-height: 0.44rem;
}
.index-prolist .smallimgbox {
  bottom: 0.9rem;
  left: 0;
  width: 100%;
  z-index: 9;
  position: absolute;
}
.index-prolist .smallimg {
  height: 1.45rem;
}
.index-prolist .smallimg .item {
  margin: 0 1px;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  transition: all 334ms ease;
  padding-top: 0.2rem;
  height: 1.45rem;
  text-align: center;
}
.index-prolist .smallimg .item img {
  display: inline-block;
  max-height: 0.5rem;
  transition: all 700ms ease;
}
.index-prolist .smallimg .f18 {
  margin-top: 0.1rem;
  font-family: "myfont2";
  line-height: 0.16rem;
  transition: all 334ms ease;
}
.index-prolist .smallimg .f18 span {
  display: block;
}
.index-prolist .smallimg .slick-current .item {
  background: #f69d01;
}
.index-prolist .smallimg .slick-current .item img {
  transform: scale(1.1);
}
@media (max-width: 1023px) {
  .index-prolist .textbox {
    top: 50px;
  }
  .index-prolist .bigimg .container {
    padding: 120px 20px 50px 20px;
  }
  .index-prolist .bigimg .item {
    height: 70vh;
  }
  .index-prolist .bigimg .nr {
    max-width: 70%;
  }
  .index-prolist .bigimg .tit {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .index-prolist .bigimg .txt {
    margin-top: 20px;
    line-height: 18px;
  }
  .index-prolist .bigimg .index-more {
    height: 40px;
    min-width: 140px;
    font-size: 14px;
    line-height: 40px;
  }
  .index-prolist .smallimgbox {
    bottom: 0;
  }
  .index-prolist .smallimgbox .container {
    padding: 0;
  }
  .index-prolist .smallimg .item img {
    max-height: 50px;
  }
  .index-prolist .smallimg .f18 span {
    display: inline-block;
  }
  .index-prolist .smallimg {
    height: auto;
  }
  .index-prolist .smallimg .item {
    height: 90px;
    padding: 10px;
  }
  .index-prolist .smallimg .f18 {
    margin-top: 0px;
  }
  .index-prolist .slick-prev,
  .index-prolist .slick-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .index-prolist .slick-prev {
    transform: rotate(45deg);
  }
  .index-prolist .slick-next {
    transform: rotate(-45deg);
  }
}
@media (max-width: 640px) {
  .index-prolist .bigimg .nr {
    max-width: 100%;
  }
}
.index-case {
  overflow: hidden;
  padding: 1rem 0;
}
.index-case .index-title {
  margin: 0 auto;
  max-width: 10rem;
}
.index-case .list {
  padding: 0 0.16rem;
  padding-top: 0.7rem;
}
.index-case .list li {
  float: left;
  padding: 0.06rem;
  width: 33.333%;
}
.index-case .list li .item {
  border-bottom-right-radius: 0.15rem;
  border-top-left-radius: 0.15rem;
  position: relative;
}
.index-case .list li .pic {
  position: relative;
}
.index-case .list li .pic img {
  border-bottom-right-radius: 0.15rem;
  border-top-left-radius: 0.15rem;
  transform-origin: top center;
  transition: all 1000ms ease;
}
.index-case .list li .tit {
  top: 50%;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 0 0.2rem;
  height: 0.6rem;
  overflow: hidden;
  line-height: 0.3rem;
  font-family: "myfont2";
  font-size: 0.28rem;
  text-align: center;
  position: absolute;
}
.index-case .list li .tit span {
  display: block;
}
.index-case .list li:hover .pic {
  z-index: 3;
}
.index-case .list li:hover .pic img {
  transform: scale(1.2) translateY(-0.2rem);
}
@media (max-width: 1023px) {
  .index-case {
    padding: 40px 0;
  }
  .index-case .index-title {
    max-width: 100%;
  }
  .index-case .list {
    padding: 0;
    margin: 0 -10px;
    padding-top: 20px;
  }
  .index-case .list ul {
    margin: 0 -10px;
  }
  .index-case .list li {
    width: 50%;
    padding: 10px;
  }
  .index-case .list li .tit {
    height: 40px;
    padding: 0 20px;
    line-height: 20px;
    font-size: 16px;
    transform: translateY(-50%);
  }
}
.index-picking {
  color: #fff;
  height: 2.89rem;
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index-picking .container {
  position: relative;
}
.index-picking .index-title {
  color: #fff;
  text-align: left;
  padding-left: 0.7rem;
}
.index-picking .text {
  width: 50%;
  padding-left: 0.7rem;
  margin-top: 0.2rem;
  font-size: 0.22rem;
}
.index-picking .pic {
  top: -1.6rem;
  right: -0.1rem;
  position: absolute;
}
.index-picking .pic img {
  max-height: 4.02rem;
}
@media (max-width: 1023px) {
  .index-picking {
    height: 289px;
  }
  .index-picking .index-title {
    padding-left: 0;
  }
  .index-picking .text {
    padding-left: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  .index-picking .pic {
    top: -120px;
    right: 0;
  }
  .index-picking .pic img {
    max-height: 300px;
  }
}
@media (max-width: 640px) {
  .index-picking .pic {
    top: -30px;
  }
  .index-picking .pic img {
    max-height: 200px;
  }
}
.index-unified {
  padding: 1rem 0;
}
.index-unified .index-title {
  padding-bottom: 1rem;
}
.index-unified li .text {
  width: 42%;
  float: left;
  color: #332c2b;
  padding-top: 0.2rem;
  font-size: 0.18rem;
  padding-left: 0.3rem;
}
.index-unified li .text .tit {
  line-height: 0.4rem;
  color: #1d3654;
  font-family: "myfont2";
  font-size: 0.28rem;
}
.index-unified li .text .txt {
  padding-bottom: 0.15rem;
  margin-top: 0.4rem;
}
.index-unified li .pic {
  width: 51%;
  float: left;
}
.index-unified .index-more {
  padding: 0 0.001rem;
  min-width: 2.1rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-family: "myfont";
  background: #000000;
}
.index-unified .index-more:after {
  background: rgba(255, 255, 255, 0.2);
}
.index-unified .index-more:hover {
  font-size: 0.18rem;
}
@media (max-width: 1023px) {
  .index-unified {
    padding: 40px 0;
  }
  .index-unified .index-title {
    padding-bottom: 40px;
  }
  .index-unified .index-more {
    padding: 0 10px;
    min-width: 170px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .index-unified .index-more:after {
    background: rgba(255, 255, 255, 0.2);
  }
  .index-unified .index-more:hover {
    font-size: 0.16rem;
  }
  .index-unified li .pic {
    width: 100%;
    float: none;
  }
  .index-unified li .text {
    width: 100%;
    float: none;
    padding-left: 0;
    line-height: 24px;
    font-size: 16px;
    padding-top: 30px;
  }
}
.index-kefu {
  padding: 1rem 0;
  padding-bottom: 1.3rem;
  background: linear-gradient(#fffefc, #fef8ed, #fffefc);
}
.index-kefu .index-title span {
  display: block;
}
.index-kefu .list {
  position: relative;
  color: #332c2b;
  background: #fff;
  height: 4.34rem;
  margin-top: 0.6rem;
  font-size: 0.18rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.index-kefu .list li {
  background: #fff;
}
.index-kefu .list .text {
  width: 55%;
  float: left;
  position: relative;
  padding: 0.7rem 1.2rem;
  padding-bottom: 0.15rem;
}
.index-kefu .list .text .dian {
  top: 0.3rem;
  left: 0.7rem;
  position: absolute;
}
.index-kefu .list .text .dian-2 {
  bottom: 0.7rem;
  right: 0.6rem;
  position: absolute;
}
.index-kefu .list .dian img,
.index-kefu .list .dian-2 img {
  max-height: 0.31rem;
}
.index-kefu .list .icon {
  padding-top: 0.25rem;
}
.index-kefu .list .icon img {
  margin-right: 0.1rem;
  max-height: 0.2rem;
}
.index-kefu .list .name {
  color: #5c5c5c;
  font-size: 0.2rem;
  padding-top: 0.2rem;
  position: relative;
}
.index-kefu .list .name:before {
  content: "";
  height: 0.02rem;
  width: 0.36rem;
  background: #b3b3b3;
  vertical-align: middle;
  margin-right: 0.1rem;
  display: inline-block;
}
.index-kefu .list .picbox {
  height: 4.34rem;
  width: 45%;
  float: right;
  position: relative;
}
.index-kefu .list .picbox .pic {
  bottom: 0;
  left: -0.6rem;
  z-index: 2;
  position: absolute;
}
.index-kefu .list .picbox .txt {
  top: 50%;
  left: 45%;
  z-index: 4;
  line-height: 0.48rem;
  font-size: 0.38rem;
  transform: translateY(-50%);
  position: absolute;
}
.index-kefu .list .picbox .txt span {
  vertical-align: top;
  font-size: 0.99rem;
  line-height: 0.6rem;
  font-family: "myfont2";
  padding-right: 0.6rem;
}
.index-kefu .list .picbox .year {
  line-height: 0.7rem;
}
.index-kefu .list .picbox:after {
  content: "";
  right: -1.6rem;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f69d01;
  transform: skewX(-20deg);
}
.index-kefu .swiper-button-prev {
  left: -0.5rem;
}
@media (max-width: 1023px) {
  .index-kefu .swiper-button-prev {
    left: 10px;
  }
}
.index-kefu .swiper-button-next {
  right: -0.5rem;
}
@media (max-width: 1023px) {
  .index-kefu .swiper-button-next {
    right: 10px;
  }
}
.index-kefu .swiper-button-prev,
.index-kefu .swiper-button-next {
  cursor: pointer;
  opacity: 1!important;
}
.index-kefu .swiper-button-prev:after,
.index-kefu .swiper-button-next:after {
  color: #3d3d3d;
  font-size: 0.38rem;
  font-weight: 700;
}
.index-kefu .swiper-button-prev:hover:after,
.index-kefu .swiper-button-next:hover:after {
  color: #f69d01;
}
@media (max-width: 1023px) {
  .index-kefu .swiper-button-prev:after,
  .index-kefu .swiper-button-next:after {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .index-kefu {
    padding: 40px 0;
  }
  .index-kefu .list {
    height: auto;
    font-size: 14px;
    margin-top: 30px;
  }
  .index-kefu .list .text {
    width: 100%;
    padding: 40px 60px;
  }
  .index-kefu .list .picbox {
    width: 100%;
    float: none;
    display: none;
  }
  .index-kefu .list .picbox .pic {
    left: 0;
  }
  .index-kefu .list .icon img {
    margin-right: 5px;
    max-height: 20px;
  }
}
.index-news .index-title {
  padding-bottom: 0.5rem;
}
.index-news .list {
  width: 47.5%;
  float: left;
}
.index-news .list li {
  border-bottom: solid 0.03rem #f69d01;
}
.index-news .list li:hover .pic img {
  transform: scale(1.05);
}
.index-news .list li:hover .tit {
  color: #f69d01;
}
.index-news .list .pic {
  overflow: hidden;
  position: relative;
}
.index-news .list .pic img {
  transform-origin: top left;
  transition: all 700ms ease;
}
.index-news .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 64.61988304%;
}
.index-news .list .tit {
  color: #1d3654;
  font-family: "myfont2";
  font-size: 0.32rem;
  line-height: 0.4rem;
  height: 0.8rem;
  overflow: hidden;
  margin-top: 0.4rem;
  transition: all 335ms ease;
}
.index-news .list .time {
  color: #999999;
  font-size: 0.18rem;
  padding: 0.32rem 0 0.17rem 0;
}
@media (max-width: 1300px) {
  .index-news .list {
    width: 49%;
  }
}
.index-news .list-2 {
  width: 50%;
  float: right;
}
@media (max-width: 1300px) {
  .index-news .list-2 {
    width: 49.4%;
  }
}
.index-news .list-2 li {
  border: 0;
  margin-top: 0.3rem;
}
.index-news .list-2 li:first-child {
  margin-top: 0;
}
.index-news .list-2 li a {
  display: block;
  display: flex;
}
.index-news .list-2 li a .pic {
  width: 41%;
  position: relative;
}
.index-news .list-2 li a .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.2116041%;
}
.index-news .list-2 li a .tit {
  margin-top: 0;
  font-size: 0.24rem;
  line-height: 0.32rem;
  height: 0.96rem;
}
.index-news .list-2 li a .box {
  width: 49%;
  margin-left: 0.25rem;
  border-bottom: solid 0.03rem #f69d01;
}
@media (max-width: 1023px) {
  .index-news {
    padding-top: 50px;
  }
  .index-news .index-title {
    padding-bottom: 30px;
  }
  .index-news .list {
    width: 100%;
    float: none;
  }
  .index-news .list .tit {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-top: 20px;
  }
  .index-news .list .time {
    padding: 15px 0;
    font-size: 14px;
  }
  .index-news .list-2 {
    margin-top: 30px;
  }
  .index-news .list-2 li a .tit {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width: 640px) {
  .index-news .list-2 li a .tit {
    height: 48px;
  }
}
.index-ad {
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 1.8rem;
  height: 3.6rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index-ad .index-title {
  color: #fff;
}
.index-ad .index-more {
  margin-left: auto;
  margin-right: auto;
  background: #000;
  min-width: 1.8rem;
  height: 0.56rem;
  font-size: 0.16rem;
  line-height: 0.56rem;
  border-radius: 0.1rem;
  font-family: "myfont";
}
.index-ad .index-more:after {
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1023px) {
  .index-ad {
    margin-top: 50px;
    height: 240px;
  }
  .index-ad .index-more {
    min-width: 150px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
  }
  .index-ad .index-more:after {
    border-radius: 10px;
  }
}
.footer {
  overflow: hidden;
  padding-top: 0.6rem;
}
.footer li:first-child {
  width: 43%;
  line-height: 0.3rem;
  padding-right: 1.5rem;
  font-size: 0.2rem;
}
.footer li:first-child .logo {
  padding-bottom: 0.45rem;
}
.footer li:first-child .logo img {
  max-height: 1.38rem;
}
.footer li:first-child .yx {
  padding-top: 0.2rem;
  font-size: 0.2rem;
  font-family: "myfont2";
}
.footer li:first-child .yx a {
  color: #1d3654;
}
.footer li:first-child .yx:hover a {
  color: #f69d01;
  text-decoration: underline;
}
.footer li:first-child .index-more {
  font-family: "myfont";
  font-size: 0.16rem;
  border-radius: 0.1rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-weight: 700;
}
.footer li:first-child .index-more a {
  color: #fff;
}
.footer li:first-child .index-more img {
  margin-right: 0.1rem;
  vertical-align: middle;
  max-height: 0.3rem;
}
.footer li {
  width: 19%;
  float: left;
}
.footer li span {
  display: block;
  padding-top: 0.2rem;
}
.footer li a {
  color: #1d3654;
}
.footer li a:hover {
  text-decoration: underline;
}
.footer li h3 {
  font-size: 0.22rem;
}
.footer li h3 a {
  font-weight: normal;
}
.footer li:nth-child(3) {
  width: 24%;
  padding-right: 1rem;
}
.footer li:last-child {
  width: 12%;
}
.footer .copy {
  margin-top: 0.9rem;
  background: #151515;
}
.footer .share {
  position: relative;
  padding-bottom: 0.15rem;
  padding-top: 0.35rem;
}
.footer .share span {
  width: 0.37rem;
  height: 0.37rem;
  display: inline-block;
}
.footer #top {
  right: 0;
  top: 0.4rem;
  color: #fff;
  transition: all 500ms ease;
  position: absolute;
}
.footer #top img {
  margin-left: 0.05rem;
  max-height: 0.24rem;
}
.footer #top:hover {
  opacity: 0.5;
}
.footer .bq {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.14rem;
  padding: 0.2rem 0;
  border-top: solid 1px #363636;
}
.footer .bq .solutions {
  right: 0;
  top: 0.2rem;
  position: absolute;
}
.footer .bq .solutions a {
  color: #fff;
}
.footer .bq .solutions a:hover {
  opacity: 0.8;
}
.footer .bq .solutions i {
  display: inline-block;
  margin-left: 0.1rem;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 0.09rem;
  height: 0.09rem;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .footer {
    padding-top: 30px;
  }
  .footer li:first-child .logo {
    padding-bottom: 10px;
  }
  .footer li:first-child .yx {
    font-size: 18px;
    padding-top: 10px;
  }
  .footer li:first-child .logo img {
    max-height: 68px;
  }
  .footer li:first-child {
    display: block;
    width: 100%;
    line-height: 24px;
    padding-right: 0;
  }
  .footer li {
    display: none;
  }
  .footer li:first-child .index-more {
    font-size: 16px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
  }
  .footer .copy {
    margin-top: 40px;
  }
  .footer .share {
    padding: 20px 0;
  }
  .footer .share span {
    width: 30px;
    height: 30px;
  }
  .footer #top img {
    margin-left: 5px;
    max-height: 24px;
  }
  .footer .bq {
    font-size: 12px;
    padding: 15px 0;
  }
}
.inside-text {
  text-align: center;
  color: #4a5c72;
}
.inside-text span {
  display: block;
}
.inside-news {
  padding-bottom: 1rem;
  padding-top: 2.2rem;
}
.inside-news .container {
  position: relative;
}
.inside-news .swiper-button-prev,
.inside-news .swiper-button-next {
  transition: all 334ms ease;
  margin-top: 0.18rem;
  width: 0.36rem;
  height: 0.36rem;
  background: #666e86;
  border-radius: 100%;
}
.inside-news .swiper-button-prev:after,
.inside-news .swiper-button-next:after {
  color: #fff;
  font-weight: 700;
  font-size: 0.14rem;
}
.inside-news .swiper-button-prev:hover,
.inside-news .swiper-button-next:hover {
  background: #f69d01;
}
.inside-news .swiper-button-prev {
  left: -0.6rem;
}
@media (max-width: 1023px) {
  .inside-news .swiper-button-prev {
    left: 20px;
  }
}
.inside-news .swiper-button-next {
  right: -0.2rem;
}
@media (max-width: 1023px) {
  .inside-news .swiper-button-next {
    right: 20px;
  }
}
.inside-news .index-title {
  padding-bottom: 0.3rem;
}
.inside-news .list {
  width: 100%;
  float: none;
}
.inside-news .list ul {
  margin: 0 -0.22rem;
}
.inside-news .list li {
  float: left;
  border-bottom: 0!important;
  padding: 0 0.22rem;
  padding-top: 0.44rem;
  width: 33.3333%;
}
.inside-news .list li .item {
  padding: 0.23rem;
  padding-bottom: 0.4rem;
  background: #f6f6f6;
}
.inside-news .list li .pic:after {
  padding-bottom: 66.413%;
}
.inside-news .list li .tit {
  margin-top: 0.2rem;
  font-size: 0.22rem;
  line-height: 0.28rem;
  height: 0.84rem;
  overflow: hidden;
}
.inside-news .list li .txt {
  margin-top: 0.25rem;
  color: #4a5c72;
  height: 0.48rem;
  overflow: hidden;
  line-height: 0.24rem;
}
.inside-news .list li .time {
  padding-bottom: 0;
  padding-top: 0.2rem;
  font-size: 0.14rem;
}
@media (max-width: 1023px) {
  .inside-news {
    padding: 100px 0 50px 0;
  }
  .inside-news .index-title {
    padding-bottom: 10px;
  }
  .inside-news .list {
    padding-top: 10px;
  }
  .inside-news .list ul {
    margin: 0 -10px;
  }
  .inside-news .list li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }
  .inside-news .list li .item {
    padding: 20px;
  }
  .inside-news .list li .tit {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .inside-news .list li .txt {
    margin-top: 10px;
    color: #4a5c72;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
  }
  .inside-news .list li .time {
    font-size: 12px;
    padding-top: 15px;
  }
}
@media (max-width: 410px) {
  .inside-news .list li {
    width: 100%;
  }
}
.inside-xg-news {
  padding-top: 1rem;
}
.inside-xg-news .index-title {
  color: #333;
  font-family: "myfont";
}
@media (max-width: 1023px) {
  .inside-xg-news {
    padding-top: 40px;
  }
  .inside-xg-news .list {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .inside-xg-news .list ul {
    margin: 0;
  }
}
.index-ad-2 {
  margin-top: 0;
}
.inside-page {
  text-align: center;
  padding-top: 1rem;
}
.inside-page a {
  width: 0.35rem;
  height: 0.35rem;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  line-height: 0.33rem;
  margin: 0 0.06rem;
  color: #666;
  font-size: 0.14rem;
  font-family: arial;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #b2b2b2;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff!important;
  border: 0;
  background: #f69d01;
}
.inside-page .prev,
.inside-page .next {
  width: 1rem;
  position: relative;
}
.inside-page .prev:before {
  content: "&lt;";
  margin-right: 0.06rem;
  font-family: "å®‹ä½“";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: "&gt;";
  margin-left: 0.06rem;
  font-family: "å®‹ä½“";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .inside-page {
    padding-top: 40px;
  }
  .inside-page a {
    padding: 0 5px;
    margin: 0 1px;
    height: 20px!important;
    line-height: 18px!important;
    width: auto!important;
    height: auto!important;
    width: auto;
    height: auto;
    font-size: 14px;
    border-radius: 0px!important;
  }
}
.inside-newsshow {
  color: #1d3654;
  background: #f5f5f7;
  padding: 2.2rem 0 1rem 0;
}
.inside-newsshow h1 {
  color: #1d3654;
  font-family: "myfont2";
  font-size: 0.6rem;
  line-height: 0.7rem;
}
.inside-newsshow .info {
  font-size: 0.14rem;
  color: #1d3654;
  font-weight: lighter;
  padding: 0.4rem 0;
}
.inside-newsshow .info span {
  padding: 0 0.2rem;
}
.inside-newsshow .share {
  width: 13%;
  float: left;
  font-size: 0.28rem;
  text-align: center;
  padding-bottom: 0.65rem;
}
.inside-newsshow .share ul {
  padding-top: 0.1rem;
}
.inside-newsshow .share li {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  line-height: 0.38rem;
  border-radius: 100%;
  background: #666e86;
  text-align: center;
  transition: all 500ms ease;
}
.inside-newsshow .share li img {
  max-height: 0.24rem;
  vertical-align: middle;
}
.inside-newsshow .share li a {
  display: block;
}
.inside-newsshow .share li:hover {
  background: #f69d01;
}
.inside-newsshow .right {
  width: 82%;
  float: right;
  font-size: 0.18rem;
}
.inside-newsshow .right .tu img {
  float: right;
  padding-left: 0.5rem;
}
.inside-newsshow .text {
  line-height: 0.36rem;
  padding-top: 0.5rem;
}
.inside-newsshow .text .mr20 {
  margin-top: 0.5rem;
}
.inside-newsshow .text .font28 {
  padding-bottom: 0.1rem;
  padding-top: 0.5rem;
  font-size: 0.28rem;
  font-family: "myfont2";
}
.inside-newsshow .tag {
  font-size: 0.16rem;
  padding-top: 0.4rem;
}
.inside-newsshow .tag a {
  padding: 0 0.1rem;
  display: inline-block;
  color: #f69d01;
}
.inside-newsshow .tag a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .inside-newsshow {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .inside-newsshow .share {
    display: none;
  }
  .inside-newsshow h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-newsshow .info {
    font-size: 14px;
    padding: 5px 0;
  }
  .inside-newsshow .info span {
    padding: 0;
    display: block;
  }
  .inside-newsshow .right {
    width: 100%;
    float: none;
    padding-top: 30px;
  }
  .inside-newsshow .text {
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
  }
  .inside-newsshow .text .tu {
    padding-bottom: 30px;
    display: block;
  }
  .inside-newsshow .text .tu img {
    float: none;
    padding-left: 0;
    margin-left: 0;
  }
  .inside-newsshow .text .mr20 {
    margin-top: 20px;
  }
  .inside-newsshow .tag {
    font-size: 14px;
    padding-top: 20px;
  }
  .inside-newsshow .tag a {
    padding: 0 10px;
  }
}
.inside-pagelist {
  border-bottom: solid 1px #9e9e9e;
  border-top: solid 1px #9e9e9e;
  margin-top: 0.8rem;
}
.inside-pagelist li {
  color: #222;
  overflow: hidden;
  height: 0.7rem;
  padding: 0 0.3rem;
  line-height: 0.69rem;
  border-top: solid 1px #e2e2e4;
}
.inside-pagelist li span {
  width: 12%;
  display: inline-block;
  position: relative;
}
.inside-pagelist li span:after {
  content: "";
  top: 48%;
  right: 0.3rem;
  position: absolute;
  vertical-align: middle;
  border-left: solid 0.04rem transparent;
  border-right: solid 0.04rem transparent;
  border-bottom: solid 0.05rem #222222;
}
.inside-pagelist li a {
  color: #222;
}
.inside-pagelist li:hover a {
  color: #1d3654;
}
.inside-pagelist li:last-child span:after {
  border-bottom: 0;
  border-left: solid 0.04rem transparent;
  border-right: solid 0.04rem transparent;
  border-top: solid 0.05rem #222222;
}
@media (max-width: 1023px) {
  .inside-pagelist {
    margin-top: 40px;
  }
  .inside-pagelist li {
    overflow: hidden;
    height: 50px;
    padding: 0 20px;
    line-height: 49px;
  }
  .inside-pagelist li span:after {
    display: none;
  }
}
.inside-fanhui {
  margin-top: 0.5rem;
  text-align: right;
}
.inside-fanhui a {
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
  height: 0.4rem;
  min-width: 1.24rem;
  display: inline-block;
  background: #666e86;
}
.inside-fanhui:hover a {
  background: #f69d01;
}
@media (max-width: 1023px) {
  .inside-fanhui {
    margin-top: 30px;
  }
  .inside-fanhui a {
    color: #fff;
    line-height: 40px;
    text-align: center;
    height: 40px;
    min-width: 124px;
    display: inline-block;
    background: #666e86;
  }
}
.inside-priciIng-2 {
  padding: 2.2rem 0 1rem 0;
  background: url(../images/faq-bg.png) no-repeat top center #f7f7f7;
}
.inside-priciIng-2 .search {
  max-width: 4.16rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.inside-priciIng-2 .search input {
  width: 100%;
  height: 0.5rem;
  color: #666;
  font-size: 0.16rem;
  padding: 0.1rem 0.25rem;
  border-radius: 0.3rem;
  font-family: arial;
  padding-right: 0.7rem;
  border: solid 1px #e5e5e5;
  transition: all 334ms ease;
}
.inside-priciIng-2 .search input:focus {
  background-color: #fffdfd;
}
.inside-priciIng-2 .search .btn {
  right: 0.23rem;
  top: 0.11rem;
  opacity: 0.7;
  position: absolute;
}
.inside-priciIng-2 .search .btn img {
  max-height: 0.26rem;
}
.inside-priciIng-2 .text {
  color: #8c8c8c;
  font-size: 0.18rem;
  max-width: 6.7rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.2rem;
}
.inside-priciIng-2 .list {
  padding: 0 0.4rem;
  padding-top: 0.7rem;
}
.inside-priciIng-2 #open {
  border: 0;
  color: #08060b;
  background: #fed076;
}
.inside-priciIng-2 #open .btn:after {
  display: none;
}
.inside-priciIng-2 .list_dt {
  margin-bottom: 15px;
  height: 0.82rem;
  line-height: 0.82rem;
  color: #08060b;
  cursor: pointer;
  padding: 0 0.4rem;
  font-size: 0.26rem;
  position: relative;
  background: #f2f2f1;
}
.inside-priciIng-2 .list_dt .tit {
  width: 80%;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-priciIng-2 .list_dt .btn {
  right: 0.4rem;
  top: 0.25rem;
  position: absolute;
}
.inside-priciIng-2 .list_dt .btn:before {
  content: "";
  width: 0.19rem;
  height: 0.03rem;
  right: 0;
  top: 0.12rem;
  background: #f69d01;
  position: absolute;
  transition: all 500ms ease;
}
.inside-priciIng-2 .list_dt .btn:after {
  content: "";
  width: 0.03rem;
  height: 0.19rem;
  right: 0.08rem;
  top: 0.04rem;
  background: #f69d01;
  position: absolute;
  transition: all 500ms ease;
}
.inside-priciIng-2 .list_dd {
  display: none;
  color: #8c8c8c;
  font-size: 0.18rem;
  padding: 0.3rem 0.4rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .inside-priciIng-2 {
    padding: 100px 0 50px 0;
  }
  .inside-priciIng-2 .text {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
  .inside-priciIng-2 .search {
    max-width: 100%;
  }
  .inside-priciIng-2 .search input {
    width: 100%;
    height: 50px;
    color: #666;
    font-size: 16px;
    padding: 10px 15px;
    padding-right: 40px;
    border-radius: 10px;
    padding-right: 70px;
  }
  .inside-priciIng-2 .search .btn {
    right: 15px;
    top: 10px;
  }
  .inside-priciIng-2 .search .btn img {
    max-height: 26px;
  }
  .inside-priciIng-2 .list {
    padding: 0;
    padding-top: 40px;
  }
  .inside-priciIng-2 .list_dt {
    padding: 0 20px;
    font-size: 16px;
    height: 50px;
    line-height: 49px;
    margin-bottom: 10px;
  }
  .inside-priciIng-2 .list_dt .tit {
    width: 90%;
  }
  .inside-priciIng-2 .list_dt .btn {
    right: 10px;
    top: 14px;
  }
  .inside-priciIng-2 .list_dt .btn:before {
    width: 12px;
    height: 2px;
    right: 0;
    top: 8px;
  }
  .inside-priciIng-2 .list_dt .btn:after {
    width: 2px;
    height: 12px;
    right: 5px;
    top: 3px;
  }
  .inside-priciIng-2 .list_dd {
    font-size: 14px;
    padding: 20px;
  }
}
.index-message {
  overflow: hidden;
  position: relative;
  padding: 1rem 0 0 0;
}
.index-message .bg {
  padding: 0.7rem;
  border-radius: 0.1rem;
  margin: 0 0.3rem;
  margin-top: 0.5rem;
  box-shadow: 0rem 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #f69d01, #fecc75);
}
.index-message .bg ul {
  display: flex;
  flex-wrap: wrap;
}
.index-message .bg li {
  padding: 0 0.06rem;
  margin-top: 0.15rem;
  position: relative;
}
.index-message .bg li label {
  left: 0.2rem;
  top: 0.2rem;
  color: #f30;
  position: absolute;
}
.index-message .bg .btn {
  width: 100%;
  margin-top: 0.25rem;
}
.index-message .input1 {
  width: 50%;
  padding: 0 0.06rem;
  height: 0.6rem;
}
.index-message .input1 span {
  display: block;
}
.index-message .input1 input,
.index-message .input1 select {
  width: 100%;
  border: 0;
  color: #394e6a;
  font-size: 0.16rem;
  padding: 0 0.25rem;
  height: 0.6rem;
  border-radius: 0.05rem;
  font-family: "myfont";
  transition: all 334ms ease;
}
.index-message .input1 input:focus,
.index-message .input1 select:focus {
  background: rgba(255, 255, 255, 0.7);
}
.index-message .tigs {
  width: 100%;
}
.index-message .tigs p {
  margin-bottom: 0.1rem;
}
.index-message .tigs p:last-child {
  padding-bottom: 0;
}
.index-message .item {
  width: 100%;
  color: #fff;
  font-size: 0.18rem;
  border-radius: 0.05rem;
  padding: 0.25rem;
  background: linear-gradient(to right, #f69d01, #fecc75);
}
.index-message .item input[type="checkbox"] {
  margin-left: 0;
  width: 0.14rem;
  height: 0.14rem;
  vertical-align: top;
  margin-top: 0.046rem;
}
.index-message .tit {
  font-size: 0.22rem;
}
.index-message .textarea {
  width: 100%;
}
.index-message .textarea textarea {
  width: 100%;
  border: 0;
  height: 1.4rem;
  color: #394e6a;
  font-size: 0.16rem;
  padding: 0.15rem 0.25rem;
  border-radius: 0.05rem;
  font-family: "myfont";
  transition: all 334ms ease;
}
.index-message .txt {
  float: left;
  color: #394e6a;
  font-size: 0.14rem;
  line-height: 0.5rem;
  padding-left: 0.5rem;
}
.index-message .txt a {
  color: #394e6a;
  text-decoration: underline;
}
.index-message .txt a:hover {
  color: #f69d01;
}
.index-message .button {
  width: 1.87rem;
  position: relative;
  float: right;
}
.index-message .button:after {
  content: "";
  right: 0.38rem;
  top: 0.15rem;
  position: absolute;
  background: url(../images/arrow-3.png) no-repeat center center;
  width: 0.26rem;
  height: 0.26rem;
  background-size: cover;
  animation: 1.5s fadeInLeft  linear infinite;
}
.index-message .button .submit {
  width: 100%;
  border: 0;
  color: #fff;
  padding-left: 0.4rem;
  text-align: left;
  font-family: "myfont";
  font-size: 0.2rem;
  height: 0.56rem;
  border-radius: 0.3rem;
  background: #000;
}
.index-message canvas {
  display: block;
}
.index-message .waves {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 180%;
  opacity: 0.6;
  bottom: 1.8rem;
}
@media (max-width: 1023px) {
  .index-message {
    padding: 50px 0 0 0;
  }
  .index-message .waves {
    display: none;
  }
  .index-message .container {
    padding: 0;
  }
  .index-message .bg {
    padding: 20px;
    margin: 0;
    margin-top: 40px;
  }
  .index-message .bg ul {
    display: block;
    flex-wrap: inherit;
  }
  .index-message .bg li {
    padding: 0;
    margin-top: 15px;
  }
  .index-message .bg li label {
    left: 15px;
    top: 18px;
  }
  .index-message .input1 {
    width: 100%;
    height: auto;
  }
  .index-message .input1 input,
  .index-message .input1 select {
    font-size: 16px;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
  }
  .index-message .item {
    font-size: 12px;
    padding: 15px;
  }
  .index-message .tit {
    font-size: 16px;
  }
  .index-message .tigs p {
    margin-bottom: 10px;
  }
  .index-message .item input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
  .index-message .textarea textarea {
    height: 80px;
    font-size: 16px;
    padding: 0 25px;
    padding-top: 10px;
  }
  .index-message .bg .btn {
    margin-top: 20px;
  }
  .index-message .verifyDiv {
    width: 100%;
    float: none;
  }
  .index-message .verify .fix-tips,
  .index-message .verify .verify-msg {
    font-size: 12px;
    letter-spacing: -2px;
  }
  .index-message .txt {
    float: none;
    color: #394e6a;
    font-size: 14px;
    line-height: 30px;
    padding-left: 0;
    margin-top: 10px;
  }
  .index-message .button {
    float: none;
    padding: 0 10px;
    min-width: 120px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .index-message .button:after {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
  }
  .index-message .button .submit {
    padding-left: 20px;
    text-align: left;
    font-family: "myfont";
    font-size: 16px;
    height: 40px;
    border-radius: 30px;
  }
}
.inside-message {
  padding-bottom: 50px;
}
.inside-message .button .submit {
  padding-right: 0.3rem;
}
.inside-message .button::after {
  right: 0.15rem;
  top: 0.1rem;
}
.verify {
  height: 50px;
  background-color: #f3f3f3;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 20px 20px;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 20px 20px;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 48px;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #394e6a;
  z-index: 1;
  font-size: 0.14rem;
  line-height: 55px;
  padding-left: 50px;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 50px;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.verifyDiv {
  width: 35%;
  vertical-align: middle;
  float: left;
  position: relative;
}
@media (max-width: 1023px) {
  .verifyDiv {
    width: 100%;
    float: none;
  }
  .verify .fix-tips,
  .verify .verify-msg {
    font-size: 12px;
    letter-spacing: -2px;
  }
}
.inside-message .bg {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  background: none;
}
.inside-message .input1 input,
.inside-message .textarea textarea {
  background: #f9f9f9!important;
}
.inside-message .button {
  min-width: 1.5rem;
}
.inside-message .button .submit {
  line-height: 0.46rem;
  height: 0.46rem;
  padding-left: 0;
  font-size: 0.18rem;
  text-align: center;
  background: #f69d01 !important;
}
.inside-message .button .submit:after {
  display: none;
}
@media (max-width: 1023px) {
  .inside-message .button {
    min-width: 150px;
    padding: 0 10px;
  }
  .inside-message .button .submit {
    line-height: 40px;
    height: 40px;
    padding-left: 0;
    font-size: 16px;
  }
  .inside-message .button::after {
    right: 15px!important;
    top: 10px!important;
  }
}
.inside-title {
  text-align: left;
  color: #1d3654;
  line-height: 0.7rem;
  font-size: 0.58rem;
  font-family: "myfont2";
}
.inside-title span {
  display: inline-block;
}
@media (max-width: 1023px) {
  .inside-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.inside-about-1 {
  overflow: hidden;
  margin: 0 auto;
  max-width: 19.2rem;
  position: relative;
  padding-top: 1.2rem;
}
.inside-about-1 .lpic {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.inside-about-1 .lpic img {
  max-height: 8.4rem;
}
@media (max-width: 800px) {
  .inside-about-1 .lpic {
    display: none;
  }
}
.inside-about-1 .text {
  color: #334d6f;
  font-size: 0.22rem;
  padding-right: 0.4rem;
  padding-top: 1rem;
  line-height: 0.36rem;
}
.inside-about-1 .lefttxt {
  width: 54%;
  float: left;
  z-index: 4;
  position: relative;
  padding-left: 0.2rem;
  padding-top: 1.5rem;
  padding-right: 0rem;
}
.inside-about-1 .rightpic {
  width: 46%;
  float: right;
}
.inside-about-1 .rightpic .tu {
  display: block;
  width: 138.5%;
}
@media (max-width: 1023px) {
  .inside-about-1 {
    padding-top: 100px;
  }
  .inside-about-1 .lefttxt {
    width: 100%;
    float: none;
    padding: 0;
  }
  .inside-about-1 .text {
    padding: 20px 0;
    line-height: 24px;
  }
  .inside-about-1 .rightpic {
    display: none;
  }
}
.inside-about-2 {
  padding-bottom: 1rem;
  position: relative;
}
.inside-about-2 li {
  z-index: 3;
  position: relative;
  padding: 0.8rem 0;
  align-items: center;
}
.inside-about-2 .leftpic {
  width: 38%;
  float: left;
  position: relative;
  border-radius: 0.2rem;
}
.inside-about-2 .leftpic img {
  border-radius: 0.2rem;
}
.inside-about-2 .righttxt {
  float: left;
  width: 62%;
  color: #4a5c72;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  line-height: 0.32rem;
  font-size: 0.18rem;
}
.inside-about-2 .righttxt .text {
  padding-top: 0.5rem;
}
@media (max-width: 1023px) {
  .inside-about-2 {
    padding-bottom: 30px;
  }
  .inside-about-2 li {
    display: block;
    padding: 20px 0;
  }
  .inside-about-2 li .txt {
    padding-left: 0!important;
  }
  .inside-about-2 li .t1 {
    padding-bottom: 20px!important;
    line-height: 40px!important;
    font-size: 40px!important;
    padding-top: 40px!important;
  }
  .inside-about-2 li .t1:after {
    height: 1px!important;
    width: 100%!important;
  }
  .inside-about-2 li .t2 {
    font-size: 16px!important;
    line-height: 24px!important;
    padding-top: 20px!important;
  }
  .inside-about-2 li .t2:after {
    display: none!important;
  }
  .inside-about-2 li .leftpic {
    width: 100%;
    float: none;
    display: block!important;
  }
  .inside-about-2 li .righttxt {
    width: 100%;
    font-size: 14px;
    padding: 0!important;
    padding-top: 20px!important;
    line-height: 24px;
  }
  .inside-about-2 li .righttxt .text {
    padding-top: 10px!important;
  }
  .inside-about-2 li .righttxt .inside-title {
    margin-left: 0!important;
  }
}
.inside-about-3 {
  padding: 1rem 0;
  background: #f7f8fa;
}
.inside-about-3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.35rem;
}
.inside-about-3 li:hover .item {
  box-shadow: none;
}
.inside-about-3 li {
  padding: 0 0.35rem;
  width: 25%;
  display: flex;
}
.inside-about-3 li .item {
  width: 100%;
  padding: 0.5rem 0.25rem;
  padding-left: 0.25rem;
  background: #fff;
  min-height: 100%;
  transition: all 500ms ease;
  box-shadow: 0.03rem 0 0.54rem rgba(251, 174, 64, 0.15);
}
.inside-about-3 li .tit {
  color: #1d3654;
  font-size: 0.24rem;
  font-family: "myfont2";
  transition: all 500ms ease;
}
.inside-about-3 li .num {
  color: #f69d01;
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-family: "myfont2";
  margin-top: 0.3rem;
}
.inside-about-3 li .txt {
  color: #4a5c72;
  margin-top: 0.3rem;
  font-size: 0.18rem;
}
@media (max-width: 1023px) {
  .inside-about-3 {
    padding: 40px 0;
  }
  .inside-about-3 ul {
    margin: 0 -10px;
  }
  .inside-about-3 li {
    width: 50%;
    padding: 10px;
    text-align: center;
  }
  .inside-about-3 li .item {
    padding: 20px;
  }
  .inside-about-3 li .tit {
    font-size: 18px;
  }
  .inside-about-3 li .num {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
  .inside-about-3 li .txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .inside-about-3 li {
    width: 100%;
  }
}
.inside-about-4 {
  padding-bottom: 0.6rem;
}
.inside-about-4 ul {
  margin: 0 -0.1rem;
}
.inside-about-4 li {
  padding: 0 0.1rem;
}
.inside-about-4 li:hover .pic img {
  transform: scale(1.1);
}
.inside-about-4 .pic {
  overflow: hidden;
  position: relative;
}
.inside-about-4 .pic img {
  transition: all 1000ms ease;
}
.inside-about-4 .pic:after {
  content: "";
  display: block;
  padding-bottom: 61.34185304%;
}
@media (max-width: 1023px) {
  .inside-about-4 {
    padding-bottom: 40px;
  }
  .inside-about-4 ul {
    margin: 0;
  }
  .inside-about-4 li {
    padding: 0 5px;
  }
}
.inside-solution {
  background: url(../images/soution-bg.jpg) no-repeat top center;
  padding: 2.2rem 0 1rem 0;
}
.inside-solution ul {
  margin: 0 -0.22rem;
  padding-top: 0.5rem;
}
.inside-solution li {
  width: 50%;
  float: left;
  padding: 0 0.22rem;
  padding-top: 0.46rem;
}
@media (min-width: 1023px) {
  .inside-solution li:hover .item {
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.5);
  }
  .inside-solution li:hover .pic:before {
    opacity: 1;
  }
  .inside-solution li:hover .pic img {
    transform: scale(1.05);
    transform-origin: bottom right;
  }
  .inside-solution li:hover .arrow {
    transform: scale(0.7) rotate(-45deg);
  }
  .inside-solution li:hover .text {
    display: flex;
    align-items: center;
  }
  .inside-solution li:hover .en {
    font-size: 0.32rem;
    font-family: "myfont2";
    text-align: center;
    margin: 0;
    width: 100%;
  }
}
.inside-solution .item {
  border-radius: 0.1rem;
  position: relative;
  transition: all 700ms ease;
}
.inside-solution .pic {
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
}
.inside-solution .pic img {
  border-radius: 0.1rem;
  transition: all 700ms ease;
}
.inside-solution .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.inside-solution .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.03448276%;
}
.inside-solution .text {
  top: 0;
  left: 0;
  z-index: 4;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}
.inside-solution .en {
  height: 1.2rem;
  overflow: hidden;
  line-height: 0.4rem;
  transition: all 1000ms ease;
  margin-left: 0.6rem;
  margin-top: 1rem;
  font-size: 0.25rem;
  color: #ffffff;
}
.inside-solution .en span {
  display: block;
}
.inside-solution .arrow {
  right: 0.65rem;
  top: 0.4rem;
  position: absolute;
  transform: scale(0.85);
  transition: all 500ms ease;
}
.inside-solution .arrow img {
  max-height: 0.4rem;
}
@media (max-width: 1023px) {
  .inside-solution {
    padding: 100px 0 40px 0;
  }
  .inside-solution ul {
    padding: 0;
    margin: 0;
  }
  .inside-solution li {
    float: none;
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .inside-solution li .text {
    padding: 0px!important;
  }
  .inside-solution li .pic {
    border-radius: 5px;
  }
  .inside-solution li .pic img {
    border-radius: 5px;
  }
  .inside-solution li .cn {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
  }
  .inside-solution li .en {
    height: 72px;
    margin-top: 35px;
    line-height: 24px;
    margin-left: 30px;
    font-size: 16px;
  }
  .inside-solution li .arrow {
    top: 35px;
    right: 20px;
  }
  .inside-solution li .arrow img {
    max-height: 15px;
  }
}
.inside-solution-2 {
  padding: 1rem 0;
  background: #f7f7f7;
}
.inside-solution-2 ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.7rem;
}
.inside-solution-2 li:first-child:before {
  display: none;
}
.inside-solution-2 li {
  width: 25%;
  position: relative;
}
.inside-solution-2 li.col-3 {
  width: 33.33333333%;
}
.inside-solution-2 li:before {
  content: "";
  top: 18%;
  left: -0.65rem;
  width: 1.2rem;
  height: 0.5rem;
  position: absolute;
  background: url(../images/sicon-8.png) no-repeat center center;
  background-size: cover;
}
.inside-solution-2 li .item {
  text-align: center;
}
.inside-solution-2 li .icon {
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  transition: all 500ms ease;
  border: solid 2px #f69d01;
}
.inside-solution-2 li .ic2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  transform: translateY(0.2rem);
}
.inside-solution-2 li .tit {
  color: #334d6f;
  font-size: 0.2rem;
  margin-top: 0.15rem;
}
.inside-solution-2 li:hover .icon {
  border-color: #fff;
  background: linear-gradient(180deg, #fcc25b, #f7a616);
}
.inside-solution-2 li:hover .ic1 {
  opacity: 0;
}
.inside-solution-2 li:hover .ic2 {
  opacity: 1;
  transform: translate(0);
}
.inside-solution-2 .list-2 {
  padding-top: 1.5rem;
  position: relative;
  flex-direction: row-reverse;
}
.inside-solution-2 .list-2:before {
  content: "";
  top: 0;
  right: 10.5%;
  width: 0.5rem;
  height: 1.2rem;
  position: absolute;
  background: url(../images/sicon-9.png) no-repeat center center;
  background-size: cover;
}

.inside-solution-2 .list-2 li:after {
  transform: rotate(-180deg);
}
.inside-solution-2 .list-2 li:first-child:before {
  display: block;
}
.inside-solution-2 .list-2 li:last-child:before {
  display: none;
}
@media (max-width: 1023px) {
  .inside-solution-2 {
    padding: 40px 0;
  }
  .inside-solution-2 ul {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .inside-solution-2 ul {
    padding-top: 0;
  }
  .inside-solution-2 li {
    margin-top: 20px;
    width: 50%;
  }
  .inside-solution-2 li:before {
    display: none!important;
  }
  .inside-solution-2 li .icon {
    width: 60px;
    height: 60px;
  }
  .inside-solution-2 li .tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .inside-solution-2 .list-2 {
    padding-top: 0;
  }
  .inside-solution-2 .list-2:before {
    display: none!important;
  }
}
.inside-solution-3 li:before {
  top: 30%;
  left: -0.8rem;
  width: 1.82rem;
  height: 0.1rem;
  z-index: 1;
  background: url(../images/sicon-show.png) no-repeat center center;
}
.inside-solution-3 li .icon {
  border: 0;
  z-index: 2;
  position: relative;
  width: 1.8rem;
  height: 1.6rem;
  background: #fff!important;
}
.inside-solution-3 .list-2 {
  padding-top: 1rem;
}
.inside-solution-3 .list-2:before {
  right: 11.5%;
  width: 0.3rem;
  height: 0.9rem;
  background: url(../images/sicon-show-2.png) no-repeat center center;
}
.inside-solution-3 .list-3 {
  padding-top: 1rem;
  position: relative;
}
.inside-solution-3 .list-3:before {
  left: 11.5%;
  content: "";
  top: 0;
  position: absolute;
  width: 0.3rem;
  height: 0.9rem;
  background: url(../images/sicon-show-2.png) no-repeat center center;
}
.inside-solution-3 .list-xz:before {
  right: 15.5%;
}
@media (max-width: 480px) {
  .inside-solution-3 .list-2 {
    padding-top: 0;
  }
  .inside-solution-3 .list-2:before {
    display: none;
  }
  .inside-solution-3 .list-xz:before {
    display: none;
  }  
  .inside-solution-3 .list-3 {
    padding-top: 0;
  }
  .inside-solution-3 .list-3:before {
    display: none;
  }
}
.inside-how {
  padding-top: 2.2rem 0;
}
.inside-how .bigimg .item {
  height: 7.79rem;
}
.inside-how .bigimg .nr {
  max-width: 8rem;
}
.inside-how .bigimg .tit {
  padding-bottom: 0;
  font-size: 0.6rem;
  line-height: 0.7rem;
}
.inside-how .bigimg .tit:after {
  display: none;
}
.inside-how .bigimg .txt {
  font-size: 0.22rem;
  line-height: 0.28rem;
  margin-top: 0.4rem;
}
@media (max-width: 1023px) {
  .inside-how {
    padding-top: 50px;
  }
  .inside-how .bigimg .container {
    padding: 70px 20px;
  }
  .inside-how .bigimg .item {
    height: auto;
  }
  .inside-how .bigimg .nr {
    max-width: 100%;
  }
  .inside-how .bigimg .tit {
    font-size: 30px;
    line-height: 40px;
  }
  .inside-how .bigimg .txt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
}
.inside-howsmall .smallimg {
  bottom: auto;
  z-index: 8;
  margin-top: -0.54rem;
  height: 1.45rem;
  position: relative;
}
.inside-howsmall .smallimg .box {
  float: left;
  width: 16.666%;
}
.inside-howsmall .smallimg .item  {
  margin: 0 1px;
  color: #1d3654;
  cursor: pointer;
  background: #f7f7f7;
  transition: all 334ms ease;
  padding-top: 0.2rem;
  height: 1.45rem;
  text-align: center;
  transition: all 500ms ease;
}

    .inside-howsmall .smallimg .item a {
        color: #1d3654;
    }
    .inside-howsmall .smallimg .box:hover .item,
    .inside-howsmall .smallimg .box.active .item {
        background: #f69d01;
    }
.inside-howsmall .smallimg .box:hover .item .ic1,
.inside-howsmall .smallimg .box.active .item .ic1 {
  opacity: 1;
  transform: translate(0);
}
.inside-howsmall .smallimg .box:hover .item .ic2,
.inside-howsmall .smallimg .box.active .item .ic2 {
  opacity: 0;
}
.inside-howsmall .smallimg .box:hover .item .f18,
.inside-howsmall .smallimg .box.active .item .f18 {
  color: #fff;
}
.inside-howsmall .smallimg .icon {
  margin: 0 auto;
  overflow: hidden;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
}
.inside-howsmall .smallimg .icon img {
  max-height: 0.5rem;
  transition: all 700ms ease;
}
.inside-howsmall .smallimg .ic1 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(0.2rem);
}
.inside-howsmall .smallimg .f18 {
  margin-top: 0.1rem;
  font-family: "myfont2";
  line-height: 0.16rem;
  transition: all 334ms ease;
}
.inside-howsmall .smallimg .f18 span {
  display: block;
}
@media (max-width: 1023px) {
  .inside-howsmall .smallimg {
    overflow: hidden;
    height: auto;
    margin-top: 30px;
  }
  .inside-howsmall .smallimg .box {
    width: 50%;
  }
  .inside-howsmall .smallimg .item {
    height: 130px;
    margin: 1px;
    padding: 20px;
  }
  .inside-howsmall .smallimg .item .icon {
    width: 40px;
    height: 40px;
  }
	.inside-howsmall .smallimg .f18 {
	  margin-top: 0;
	  line-height: 16px;
	}  
}
.inside-service {
  padding-top: 0.9rem;
}
@media (max-width: 1023px) {
  .inside-service {
    padding-top: 40px;
  }
}
.inside-service .list {
  padding-top: 0.9rem;
}
.inside-service .list li {
  width: 100%;
  clear: both;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
  transition: all 700ms ease;
}
.inside-service .list li .en {
  color: #394e67;
  font-size: 0.36rem;
  line-height: 0.4rem;
  font-family: "myfont2";
}
.inside-service .list .pic {
  width: 42.8%;
  float: right;
  overflow: hidden;
  display: block;
  position: relative;
  text-align: center;
}
.inside-service .list .pic img {
  transition: all 700ms ease;
}
.inside-service .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 57.90408526%;
}
.inside-service .list .box {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.6rem;
  background: #f6f6f6;
  transition: all 700ms ease;
  border: solid 1px #f6f6f6;
}
.inside-service .list .text {
  width: 53%;
  float: left;
  display: flex;
  color: #4a5c72;
  margin-top: 0.2rem;
  position: relative;
  z-index: 9;
}
.inside-service .list .text .nr {
  padding-left: 0.4rem;
}
.inside-service .list .text .tag p {
  margin-top: 0.1rem;
}
.inside-service .list .text .tag p img {
  max-height: 0.2rem;
  margin-top: 0.02rem;
  vertical-align: top;
  margin-right: 0.1rem;
}
.inside-service .list .num {
  font-size: .4rem;
  line-height: 0.4rem;
  color: #bebebe;
  font-family: arial;
  font-weight: bold;
}
.inside-service .list .num:after {
  width: 1px;
  height: 0.4rem;
  background: #cacaca;
  content: '';
  display: block;
  margin-left: .25rem;
  position: absolute;
  top: .4rem;
  left: 0;
}
.inside-service .list .jsh {
  line-height: .34rem;
  margin-top: 0.2rem;
}
@media (max-width: 1023px) {
  .inside-service .list {
    padding-top: 30px;
  }
  .inside-service .list .box {
    padding: 20px;
  }
  .inside-service .list .pic {
    width: 100%;
    float: none;
  }
  .inside-service .list .text {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-service .list li {
    margin-bottom: 30px;
  }
  .inside-service .list li .num {
    display: none;
    font-size: 24px;
    line-height: 30px;
  }
  .inside-service .list li .num:after {
    height: 20px;
    top: 30px;
  }
  .inside-service .list li .en {
    font-size: 18px;
    line-height: 24px;
  }
  .inside-service .list li .jsh {
    line-height: 20px;
    margin-top: 15px;
  }
  .inside-service .list li .text .nr {
    padding-left: 0;
  }
  .inside-service .list li .text .tag p {
    margin-top: 10px;
  }
  .inside-service .list li .text .tag p img {
    max-height: 15px;
    margin-top: 2px;
    vertical-align: top;
    margin-right: 10px;
  }
}
.inside-service .list li:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inside-service .list li:hover .box {
  background: #fff;
  border-color: #f69d01;
}
.inside-service .list li:hover .pic img {
  transform: scale(1.05);
}
.inside-service .list li:hover .num {
  color: #f69d01;
}
.inside-service .list li:hover .en {
  color: #f69d01;
}
.inside-service .list li:nth-child(2n) .pic {
  float: left;
}
.inside-service .list li:nth-child(2n) .text {
  float: right;
  padding-left: 0;
}
.inside-service .list li:last-child {
  margin-bottom: 0;
}
.inside-integration .container {
  position: relative;
}
.inside-integration .index-title {
  z-index: 1;
  width: 100%;
  text-align: center;
  top: 0.9rem;
  position: absolute;
}
.inside-integration .pic {
  width: 100%;
  max-width: 11.13rem;
  margin: 0 auto;
}
.inside-integration .pic img {
  max-height: 11.13rem;
}
@media (max-width: 640px) {
  .inside-integration {
    padding-top: 40px;
  }
  .inside-integration .index-title {
    top: 0;
    position: relative;
  }
}
.inside-integration-2 {
  position: relative;
  margin-top: -1.2rem;
  padding-bottom: 1rem;
}
.inside-integration-2 .inside-text {
  margin: 0 auto;
  padding-top: 0.3rem;
  font-size: 0.18rem;
  max-width: 7.4rem;
}
.inside-integration-2 .list ul {
  margin: 0 -0.12rem;
  padding-top: 0.5rem;
}
.inside-integration-2 .list li {
  width: 20%;
  float: left;
  padding: 0.12rem;
}
.inside-integration-2 .list li:hover .pic {
  border-color: #f69d01;
}
.inside-integration-2 .list li:hover .pic img {
  transform: scale(1.1);
}
.inside-integration-2 .list .pic {
  transition: all 334ms ease;
  border: dashed 1px #d1d1d1;
  position: relative;
  overflow: hidden;
}
.inside-integration-2 .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 38.9380531%;
}
.inside-integration-2 .list .pic img {
  transition: all 700ms ease;
}
@media (max-width: 1023px) {
  .inside-integration-2 {
    margin-top: -60px;
    padding-bottom: 40px;
  }
  .inside-integration-2 .inside-text {
    font-size: 14px;
    max-width: 100%;
    padding-top: 15px;
  }
  .inside-integration-2 .list ul {
    margin: 0 -5px;
    padding-top: 30px;
  }
  .inside-integration-2 .list li {
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .inside-integration-2 .list li {
    width: 33.33333333%;
  }
}
.inside-location {
  padding: 2.2rem 0 1rem 0;
}
.inside-location li {
  margin-top: 0.8rem;
}
.inside-location li .tit {
  color: #fff;
  font-family: "myfont2";
  font-size: 0.29rem;
  padding: 0 0.25rem;
  height: 0.88rem;
  line-height: 0.88rem;
  background: #f69d01;
}
.inside-location li .add {
  width: 37.2%;
  float: left;
}
.inside-location li .add .ad {
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
  font-size: 0.26rem;
  color: #332C2B;
  height: 1.2rem;
  word-break: break-all;
}
.inside-location li .add .ad p {
  width: 100%;
}
.inside-location li .add .ad p span {
  display: inline-block;
}
.inside-location li .mapcot {
  width: 100%;
  height: 3rem;
}

.inside-location li .mapcot .mappic{
	display:none;
}
.inside-location li .tu {
  width: 62.8%;
  float: left;
  position: relative;
}
.inside-location li .tu:after {
  content: "";
  display: block;
  padding-bottom: 46.68141593%;
}
.inside-location li .tu .icon {
  right: 0;
  bottom: 0;
  z-index: 1;
  line-height: 0.4rem;
  text-align: center;
  height: 0.4rem;
  width: 0.4rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.inside-location li .tu .icon img {
  margin-bottom: 0.02rem;
  max-height: 0.2rem;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .inside-location {
    padding: 100px 0 40px 0;
  }
  .inside-location li {
    margin-top: 30px;
  }
  .inside-location li .tit {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .inside-location li .add {
    width: 100%;
    float: none;
  }
  .inside-location li .add .ad {
    font-size: 18px;
    padding: 20px;
    height: auto;
  }
  .inside-location li .tu {
    width: 100%;
    float: none;
  }
  .inside-location li .tu .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .inside-location li .tu .icon img {
    margin-bottom: 2px;
    max-height: 20px;
  }
  .inside-location li .mapcot .map{
	display:none;
}
.inside-location li .mapcot .mappic{
	display:block;
}
}
.inside-contact-1 {
  padding-top: 2.2rem;
  position: relative;
}
.inside-contact-1:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 8.05rem;
  position: absolute;
  background: linear-gradient(to right, #f7a008, #fecc75);
}
.inside-contact-1 .lefttxt {
  width: 42%;
  float: left;
  color: #fff;
  z-index: 2;
  position: relative;
  padding-bottom: 1rem;
}
.inside-contact-1 .lefttxt .index-title {
  color: #fff;
  text-align: left;
}
.inside-contact-1 .lefttxt .index-title span {
  display: block;
}
.inside-contact-1 .lefttxt .text {
  font-size: 0.18rem;
  padding-top: 0.8rem;
}
.inside-contact-1 .lefttxt .f28 {
  font-size: 0.28rem;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
.inside-contact-1 .lefttxt .list {
  padding-top: 0.6rem;
  font-size: 0.22rem;
  color: #334d6f;
}
.inside-contact-1 .lefttxt .list li {
  padding-top: 0.6rem;
}
.inside-contact-1 .lefttxt .list li:nth-child(2) .f22 {
  width: 75%;
  font-size: 0.24rem;
}
.inside-contact-1 .lefttxt .list .f32 {
  line-height: 0.4rem;
  font-family: "myfont2";
  font-size: 0.32rem;
  color: #334d6f;
}
.inside-contact-1 .lefttxt .list .f22 {
  padding-top: 0.1rem;
}
.inside-contact-1 .lefttxt .list .f22 a {
  color: #f69d01;
}
.inside-contact-1 .rightlist {
  width: 58%;
  float: left;
  z-index: 2;
  position: relative;
  padding-left: 0.8rem;
}
.inside-contact-1 .step ul {
  display: flex;
  text-align: center;
}
.inside-contact-1 .step li:last-child:before {
  display: none;
}
.inside-contact-1 .step li {
  position: relative;
  width: 25%;
}
.inside-contact-1 .step li:before {
  right: -40%;
  top: 28%;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}
.inside-contact-1 .step li .num {
  z-index: 6;
  font-size: 0.2rem;
  position: relative;
  line-height: 0.4rem;
  color: #f69d01;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  display: inline-block;
  background: #fee3b4;
}
.inside-contact-1 .step li p {
  margin-top: 0.1rem;
}
.inside-contact-1 .step .cur {
  font-family: "myfont2";
  color: #fff;
}
.inside-contact-1 .step .cur:before {
  background: #fff;
}
.inside-contact-1 .step .cur .num {
  background: #fff;
}
@media (max-width: 1023px) {
  .inside-contact-1 {
    padding-top: 100px;
  }
  .inside-contact-1:before {
    height: 70%;
  }
  .inside-contact-1 .lefttxt {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
  .inside-contact-1 .lefttxt .text {
    font-size: 16px;
    padding-top: 20px;
  }
  .inside-contact-1 .lefttxt .f28 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 30px;
  }
  .inside-contact-1 .lefttxt .list li:nth-child(2) .f22 {
    font-size: 16px;
    width: 100%;
  }
  .inside-contact-1 .lefttxt .list {
    font-size: 16px;
    padding-top: 20px;
  }
  .inside-contact-1 .lefttxt .list li {
    padding-top: 30px;
  }
  .inside-contact-1 .lefttxt .list .f32 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-contact-1 .lefttxt .list .f22 {
    padding-top: 10px;
  }
  .inside-contact-1 .lefttxt .list .f22 a {
    color: #334d6f;
  }
  .inside-contact-1 .rightlist {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .inside-contact-1 .step li p {
    font-size: 12px;
    margin-top: 10px;
  }
}
.login {
  padding-top: 0.2rem;
}
.login .item {
  overflow: hidden;
  padding: 0.4rem;
  min-height: 7.6rem;
  padding-bottom: 0.7rem;
  border-radius: 0.1rem;
  background: #f7f7f7;
  box-shadow: 0rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}
.login .tit {
  line-height: 0.4rem;
  color: #394e6a;
  font-size: 0.32rem;
  font-family: "myfont2";
}
.login .tit span {
  float: right;
  font-size: 0.16rem;
  font-family: "myfont";
}
.login .txt {
  padding-top: 0.2rem;
  color: #677791;
}
.login .txt a {
  color: #fd0404;
}
.login ul {
  padding-top: 0.2rem;
}
.login li {
  padding-top: 0.3rem;
}
.login li label {
  display: block;
  color: #394e6a;
  padding-bottom: 0.1rem;
}
.login li i {
  color: #e60106;
  font-style: normal;
}
.login li input,
.login li select,
.login li textarea {
  width: 100%;
  color: #999;
  background: #fff;
  border: 0;
  font-size: 0.16rem;
  height: 0.6rem;
  font-family: "myfont";
  border-radius: 0.05rem;
  padding: 0.15rem 0.25rem;
  transition: all 334ms ease;
}
.login li textarea {
  height: 1.4rem;
}
.login li select {
  appearance: none;
  padding-right: 1rem;
  background: url(../images/bot.jpg) no-repeat center right 0.4rem #ffffff;
}
.login li a {
  color: #fd0404;
  float: right;
}
.login li.button {
  padding-top: 0.5rem;
  float: right;
}
.login li.button a {
  float: left;
}
.login li.button .prev,
.login li.button .next {
  border: 0;
  margin-left: 0.2rem;
  display: block;
  color: #f69d01;
  padding-left: 0.7rem;
  text-align: left;
  font-family: "myfont";
  font-size: 0.2rem;
  height: 0.56rem;
  line-height: 0.54rem;
  background-color: transparent;
  border-radius: 0.3rem;
  border: solid 1px #f69d01;
  width: 1.87rem;
  position: relative;
}
.login li.button .prev:after,
.login li.button .next:after {
  content: "";
  left: 0.38rem;
  top: 0.15rem;
  position: absolute;
  background: url(../images/arrow-4.png) no-repeat center center;
  width: 0.26rem;
  height: 0.26rem;
  background-size: cover;
  animation: 1.5s fadeInLeft  linear infinite;
}
.login li.button .next {
  color: #fff;
  padding-left: 0.6rem;
  border-color: #000;
  background-color: #000;
}
.login li.button .next:after {
  left: auto;
  right: 0.38rem;
  background: url(../images/arrow-3.png) no-repeat center center;
  background-size: cover;
}
.login li .chek {
  margin-top: 0.1rem;
}
.login li .chek input[type="checkbox"] {
  width: 0.18rem;
  height: 0.18rem;
  opacity: 0.5;
  margin-right: 0.1rem;
  border: solid 1px #fff;
}
.login .verifyDiv {
  width: 100%;
  float: none;
}
@media (max-width: 1023px) {
  .login {
    height: auto;
    padding: 30px 0;
  }
  .login .tit span {
    font-size: 14px;
  }
  .login .item {
    min-height: auto;
    padding: 30px 20px!important;
    max-width: 100%;
    margin-left: 0;
    border-radius: 10px;
  }
  .login .tit {
    font-size: 24px;
    line-height: 30px;
  }
  .login .txt {
    padding-top: 10px;
  }
  .login li {
    padding-top: 20px;
  }
  .login li label {
    padding-bottom: 10px;
  }
  .login li input {
    width: 100%;
    color: #999;
    background: #fff;
    border: 0;
    font-size: 16px;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
  }
  .login li.button {
    float: left;
    padding-top: 30px;
  }
  .login li.button .prev,
  .login li.button .next {
    margin-left: 5px;
  }
}
.login-2 .item {
  padding-bottom: 1.6rem;
}
.login-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.06rem;
}
.login-2 li {
  width: 50%;
  padding: 0 0.06rem;
  padding-top: 0.2rem;
}
.login-2 li select {
  background: url(../images/bot.jpg) no-repeat center right 0 #ffffff;
}
.login-2 .btn {
  width: 100%;
  padding-top: 1rem;
  position: relative;
}
.login-2 .verifyDiv {
  width: 65%;
}
.login-2 .button {
  right: 0;
  top: 1rem;
  padding: 0 0.1rem;
  position: absolute;
  min-width: 1.87rem;
}
.login-2 .button:after {
  content: "";
  right: 0.38rem;
  top: 0.15rem;
  position: absolute;
  background: url(../images/arrow-3.png) no-repeat center center;
  width: 0.26rem;
  height: 0.26rem;
  background-size: cover;
  animation: 1.5s fadeInLeft  linear infinite;
}
.login-2 .button .submit {
  width: 100%;
  border: 0;
  color: #fff;
  padding-left: 0.4rem;
  text-align: left;
  font-family: "myfont";
  font-size: 0.2rem;
  height: 0.56rem;
  border-radius: 0.3rem;
  background: #000;
}
@media (max-width: 1023px) {
  .login-2 .btn {
    padding-top: 40px;
  }
  .login-2 .btn .button {
    padding: 0 10px;
    min-width: 140px;
    top: 40px;
  }
  .login-2 .btn .button:after {
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
  .login-2 .btn .submit {
    padding: 5px 10px;
    padding-left: 20px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .login-2 ul {
    margin: 0;
  }
  .login-2 li {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
  .login-2 li a {
    float: left;
  }
  .login-2 .verifyDiv {
    width: 100%;
  }
  .login-2 .btn .button {
    right: auto;
    top: auto;
    padding: 0;
    margin-top: 20px;
    position: relative;
  }
}
.login-3 .btn {
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 1023px) {
  .login-3 .btn {
    padding: 30px 0 0 0;
  }
}
.login-4 label {
  font-family: "myfont2";
}
.login-4 .tag {
  color: #999;
}
.inside-slas {
  color: #4a5c72;
  padding-bottom: 1rem;
  min-height: 6rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 2.2rem;
}
.inside-slas .index-title {
  font-size: 0.6rem;
  line-height: 0.7rem;
}
.inside-slas .inside-text {
  margin-top: 0.2rem;
  font-size: 0.18rem;
}
.inside-slas .list {
  padding-top: 0.6rem;
}
.inside-slas .list li {
  padding-top: 0.6rem;
}
.inside-slas .list .bt {
  color: #1d3654;
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-family: "myfont2";
  padding-bottom: 0.3rem;
}
.inside-slas .list .t-1 {
  margin-top: 0.2rem;
  padding-left: 0.3rem;
  position: relative;
}
.inside-slas .list .t-1 img {
  top: 0.03rem;
  left: 0;
  position: absolute;
  max-height: 18rem;
}
.inside-slas .list .bt-2 {
  color: #1d3654;
  font-size: 0.28rem;
}
.inside-slas .list .txt-2 {
  padding-top: 0.2rem;
}
.inside-slas .list .txt-2 p {
  padding-top: 0.1rem;
}
@media (max-width: 1023px) {
  .inside-slas {
    padding: 100px 0 40px 0;
  }
  .inside-slas .index-title {
    font-size: 30px;
    line-height: 40px;
  }
  .inside-slas .inside-text {
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-slas .list {
    padding-top: 30px;
  }
  .inside-slas .list li {
    padding-top: 30px;
  }
  .inside-slas .list .bt {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .inside-slas .list .t-1 {
    margin-top: 10px;
    padding-left: 30px;
  }
  .inside-slas .list .t-1 img {
    max-height: 18px;
    top: 2px;
  }
  .inside-slas .list .bt-2 {
    font-size: 20px;
  }
  .inside-slas .list .txt-2 {
    padding-top: 10px;
  }
  .inside-slas .list .txt-2 p {
    padding-top: 10px;
  }
}
.inside-slas-2 {
  padding: 1rem 0;
  background: #f7f7f7;
}
.inside-slas-2 .list {
  padding-top: 0;
}
.inside-slas-2 .list li {
  padding-top: 0;
}
.inside-slas-2 .list .txt-3 {
  padding-top: 0.3rem;
}
.inside-slas-2 .list .txt-3 p {
  padding-top: 0.1rem;
}
.inside-slas-2 .list .txt-4 {
  padding-top: 0.3rem;
}
.inside-slas-2 .list .txt-4 p {
  padding-bottom: 0.1rem;
}
@media (max-width: 1023px) {
  .inside-slas-2 {
    padding: 40px 0;
  }
  .inside-slas-2 .list .txt-3 {
    padding-top: 20px;
  }
  .inside-slas-2 .list .txt-3 p {
    padding-top: 10px;
  }
  .inside-slas-2 .list .txt-4 {
    padding-top: 20px;
  }
  .inside-slas-2 .list .txt-4 p {
    padding-bottom: 10px;
  }
}
.inside-slas-3 {
  color: #4a5c72;
  padding: 1rem 0 0.4rem 0;
}
.inside-slas-3 li {
  padding: 0.6rem 0;
  border-top: dashed 1px #c8ced4;
}
.inside-slas-3 li:first-child {
  border-top: 0;
  padding-top: 0;
}
.inside-slas-3 .tit {
  color: #1d3654;
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-family: "myfont2";
  padding-bottom: 0.3rem;
}
.inside-slas-3 .t-1 {
  margin-top: 0.2rem;
  padding-left: 0.3rem;
  position: relative;
}
.inside-slas-3 .t-1 img {
  top: 0.03rem;
  left: 0;
  position: absolute;
  max-height: 18rem;
}
.inside-slas-3 .note {
  padding-top: 0.4rem;
}
.inside-slas-3 .note p {
  padding-top: 0.2rem;
}
@media (max-width: 1023px) {
  .inside-slas-3 {
    padding: 50px 0;
  }
  .inside-slas-3 li {
    padding: 30px 0;
  }
  .inside-slas-3 .tit {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .inside-slas-3 .t-1 {
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
  }
  .inside-slas-3 .t-1 img {
    top: 3px;
    left: 0;
    position: absolute;
    max-height: 18px;
  }
  .inside-slas-3 .note {
    padding-top: 20px;
  }
  .inside-slas-3 .note p {
    padding-top: 10px;
  }
}
.inside-show-1 {
  padding: 1.2rem 0;
}
.inside-show-1 .list {
  display: flex;
}
.inside-show-1 .list .title {
  width: 30%;
  color: #1d3654;
  font-size: 42px;
  font-family: "myfont2";
  line-height: 0.5rem;
}
.inside-show-1 .list .text {
  width: 70%;
  color: #4a5c72;
  padding-bottom: 0.8rem;
  line-height: 0.34rem;
  font-size: 0.2rem;
  position: relative;
  border-bottom: solid 1px #e4e4e4;
}
.inside-show-1 .list .text:after {
  content: "";
  right: 0;
  top: 0rem;
  z-index: -1;
  position: absolute;
  width: 1.84rem;
  height: 1.5rem;
  background: url(../images/dian-3.png) no-repeat top center;
  background-size: cover;
}
.inside-show-1 .list-2 {
  padding-top: 1rem;
}
.inside-show-1 .list-2 ul {
  margin: 0 -0.2rem;
	font-size: 0;
	text-align: center;
}
.inside-show-1 .list-2 li {
  /* float: left; */
  width: 33.333%;
  padding: 0 0.2rem;
  display: inline-block;
}

.inside-show-1 .list-2 li.col-4{
	width:45%;
}

.inside-show-1 .list-2 li .item {
	    text-align: left;
  background: #1d3654;
  padding-bottom: 0.4rem;
  border-top-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.inside-show-1 .list-2 li .pic {
  position: relative;
}
.inside-show-1 .list-2 li .pic img {
  border-top-left-radius: 0.38rem;
  width:100%;
}

.inside-show-1 .list-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.inside-show-1 .list-2 li .tit {
  color: #fff;
  padding: 0 0.4rem;
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.3rem;
  font-family: "myfont2";
  font-size: 0.22rem;
  margin-top: 0.3rem;
}
.inside-show-1 .list-2 li .txt {
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 2rem;
  overflow: hidden;
  margin-top: 0.3rem;
  padding: 0 0.4rem;
}
@media (max-width: 1023px) {
  .inside-show-1 {
    padding: 50px 0;
  }
  .inside-show-1 .list {
    display: block;
  }
  .inside-show-1 .list .title {
    width: 100%;
    float: none;
    font-size: 24px;
    line-height: 30px;
  }
  .inside-show-1 .list .text {
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px;
  }
  .inside-show-1 .list-2 {
    padding-top: 50px;
  }
  .inside-show-1 .list-2 ul {
    margin: 0 -10px;
  }
  .inside-show-1 .list-2 li {
    padding: 0 10px;
  }
  .inside-show-1 .list-2 li .tit {
    padding: 0 20px;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    margin-top: 15px;
  }
  .inside-show-1 .list-2 li .txt {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .inside-show-1 .list-2 {
    padding-top: 20px;
  }
  .inside-show-1 .list-2 li {
    width: 50%;
    padding-top: 20px;
  }
}
@media (max-width: 420px) {
  .inside-show-1 .list-2 li {
    width: 100%;
  }
}
.inside-show-2 {
  padding: 0.6rem 0 0 0;
  /* background: #f9f9f9; */
}
.inside-show-2 .left {
  width: 35.5%;
  float: left;
  color: #4a5c72;
  padding-top: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.34rem;
}
.inside-show-2 .left .index-title {
  font-size: 0.42rem;
  text-align: left;
}
.inside-show-2 .left .text {
  padding-top: 0.3rem;
}
.inside-show-2 .left .pic {
  margin-top: 1.8rem;
  border-top-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.inside-show-2 .left .pic img {
  border-top-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.inside-show-2 .right {
  overflow: hidden;
  width: 55%;
  float: right;
}
.inside-show-2 .right .scroll {
  width: 48%;
  float: left;
  margin-top: -20%;
}
@media (max-width: 1023px) {
  .inside-show-2 .right .scroll {
    margin-top: 0;
  }
}
.inside-show-2 .right .scroll-1 ul {
  margin-top: 0.4rem;
}
.inside-show-2 .right .scroll-2 {
  float: right;
  margin-top: -5%;
}
@media (max-width: 1023px) {
  .inside-show-2 .right .scroll-2 {
    margin-top: 0;
  }
}
.inside-show-2 .right li {
  margin-top: 0.3rem;
}
.inside-show-2 .right .item {
  color: #4a5c72;
  background: #fff;
  padding: 0.35rem;
  border-top-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.inside-show-2 .right .item .icon {
  width: 0.9rem;
  height: 0.9rem;
}
.inside-show-2 .right .item .tit {
  color: #000;
  font-size: 0.19rem;
  font-family: "myfont2";
}
.inside-show-2 .right .item .txt {
  margin-top: 0.2rem;
}
@media (max-width: 1023px) {
  .inside-show-2 {
    padding: 50px 0;
  }
  .inside-show-2 .left {
    width: 100%;
    float: none;
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .inside-show-2 .left .pic {
    margin-top: 30px;
  }
  .inside-show-2 .right {
    width: 100%;
    float: none;
  }
  .inside-show-2 .right .scroll {
    float: none!important;
    width: 100%!important;
    margin-top: 20px!important;
  }
  .inside-show-2 .right .item {
    padding: 20px;
    height: 300px;
    overflow: auto;
  }
  .inside-show-2 .right .item .tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .inside-show-2 .right .item .txt {
    margin-top: 20px;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  padding-top: 20px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #000;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .navPhoneBtn {
    display: block;
  }
}
.navM {
  font-family: arial;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #f3f3f3;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #f69d01;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap &gt; .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap &gt; .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap &gt; .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap &gt; .list .has .title .icon {
  display: block;
}
.navM .navMWrap &gt; .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 0 5px 20px 5px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 15px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 7px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #f69d01;
}
.inside-carries-1 {
  padding-bottom: 1rem;
}
.inside-carries-1 .index-title {
  font-size: 0.28rem;
  text-align: left;
}
.inside-carries-1 .list {
  overflow: hidden;
  padding-top: 1rem;
}
.inside-carries-1 .list ul {
  margin: 0 -0.1rem;
  padding-top: 0.3rem;
}
.inside-carries-1 .list li {
  padding: 0 0.1rem;
  padding-top: 0.5rem;
  width: 20%;
  float: left;
}
.inside-carries-1 .list li .item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  background: #f9f9f9;
}
.inside-carries-1 .list li .item:after {
  content: "";
  display: block;
  padding-bottom: 55%;
}
/*.inside-carries-1 .list-2 {
  padding-right: 2.4rem;
}
.inside-carries-1 .list-2 li {
  width: 25%;
}*/
@media (max-width: 1023px) {
  .inside-carries-1 {
    padding-bottom: 40px;
  }
  .inside-carries-1 .list {
    padding-right: 0!important;
    padding-top: 40px;
  }
  .inside-carries-1 .list ul {
    margin: 0 -10px;
    padding-top: 20px;
  }
  .inside-carries-1 .list li {
    width: 20%!important;
    padding: 10px!important;
  }
}
@media (max-width: 640px) {
  .inside-carries-1 .list li {
    width: 50%!important;
  }
}
.inside-carries-2 {
  padding: 1rem 0;
  background: #f5f6f8;
}
.inside-carries-2 .container {
  display: flex;
  align-items: center;
}
.inside-carries-2 .pic {
  width: 40%;
}
.inside-carries-2 .text {
  width: 60%;
  color: #4a5c72;
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding-left: 0.4rem;
  padding-right: 1.8rem;
}
.inside-carries-2 .txt {
  padding-top: 0.2rem;
  padding-right: 0.4rem;
}
.inside-carries-2 .txt p {
  padding-top: 0.3rem;
}
.inside-carries-2 .index-title {
  text-align: left;
}
@media (max-width: 1023px) {
  .inside-carries-2 {
    padding: 50px 0;
  }
  .inside-carries-2 .container {
    display: block;
  }
  .inside-carries-2 .pic {
    width: 100%;
  }
  .inside-carries-2 .text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    padding-top: 30px;
  }
  .inside-carries-2 .txt {
    padding-top: 0px;
    padding-right: 0;
  }
  .inside-carries-2 .txt p {
    padding-top: 20px;
  }
}
.inside-upcoming-1 {
  background-position: top center;
  background-size: cover;
  padding: 2.2rem 0 0.45454545rem 0;
}
.inside-upcoming-1 .inside-text {
  padding-top: 0.2rem;
}
.inside-upcoming-1 .index-message {
  padding-top: 0.5rem;
}
.inside-upcoming-1 .index-message .input1 {
  width: 100%;
}
.inside-upcoming-1 .index-message .input1 input {
  background: #fff!important;
}
.inside-upcoming-1 .inside-message .bg {
  margin: 0 auto;
  overflow: hidden;
  padding: 0.6rem;
  max-width: 8.4rem;
  background: #f7f7f7;
  padding-top: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.inside-upcoming-1 .index-message .txt {
  padding-left: 0;
}
.inside-upcoming-1 .inside-message .button .submit {
  background: #000!important;
}
.inside-upcoming-1 .index-message .button {
  min-width: 1.5rem;
  width: auto;
}
.inside-upcoming-1 .verifyDiv {
  width: 70%;
}
@media (max-width: 1023px) {
  .inside-upcoming-1 {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .inside-upcoming-1 .inside-message .bg {
    padding: 20px;
  }
}
.inside-upcoming-2 .list {
  margin: 0 auto;
  margin-top: 0.4rem;
  max-width: 9.5rem;
  display: flex;
  flex-wrap: wrap;
}
.inside-upcoming-2 .list li {
  width: 50%;
  display: flex;
  padding: 0.1rem;
}
.inside-upcoming-2 .list li .item {
  width: 100%;
  color: #394e6a;
  min-height: 100%;
  padding: 0.5rem 0.1rem;
  text-align: center;
  border-radius: 0.1rem;
  border: solid 1px #adabad;
  transition: all 500ms ease;
}
.inside-upcoming-2 .list li .t1 {
  font-size: 0.18rem;
}
.inside-upcoming-2 .list li .t2 {
  font-size: 0.28rem;
  font-family: "myfont2";
  margin-top: 0.15rem;
}
.inside-upcoming-2 .list li:hover .item {
  border-color: #f69d01;
  background: #fffdf1;
}
@media (max-width: 1023px) {
  .inside-upcoming-2 .list {
    margin-top: 20px;
  }
  .inside-upcoming-2 .list li {
    padding: 5px;
  }
  .inside-upcoming-2 .list li .item {
    padding: 20px;
  }
  .inside-upcoming-2 .list li .t1 {
    font-size: 14px;
  }
  .inside-upcoming-2 .list li .t2 {
    font-size: 18px;
  }
}
.inside-upcoming-4 {
  padding-top: 1rem;
}
.inside-upcoming-4 .list {
  max-width: 100%;
}
.inside-upcoming-4 .list li {
  width: 33.333%;
}
@media (max-width: 1023px) {
  .inside-upcoming-4 {
    padding-top: 50px;
  }
  .inside-upcoming-4 .list li {
    width: 50%;
  }
}
.inside-upcoming-3 {
  background: none;
  padding-top: 1rem;
}
@media (max-width: 1023px) {
  .inside-upcoming-3 {
    padding-top: 50px;
  }
}


@media(max-width:1300px) {
    .inside-contact-1 .lefttxt .list {
        padding-top: 100rem/100;
    }
}

@media (max-width: 1023px) {
    .verify .fix-tips, .verify .verify-msg {
        font-size: 12px !important;
        letter-spacing: 0px !important;
        line-height: 16px !important;
        padding: 0 5px !important;
        padding-top: 10px !important;
        padding-left: 60px !important;
        padding-right: 10px !important;
    }
}

@media(max-width:640px) {
    .inside-pagelist li a {
        padding-left: 30px;
    }
}

.fixed-bar {
  position: fixed;
  right: 0px;
  bottom: 300px;
  width: 40px;
  z-index: 9999;
}


@media (max-width: 1023px) {
  .fixed-bar {
    display: none;
  }
}
.fixed-bar li {
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius:5px;
}

.fixed-bar2 li {
	background-color: #f69d01;
}


.fixed-bar li.tel:hover p {
  left: -150px;
  width: 150px;
  height:150px;
}

.fixed-bar .tel p {
  right: 0;
  position: relative;
  width: 0;
  overflow: hidden;
  margin-top:-40px;
}


    

.fixed-bar li:hover p {
  left: -125px;
  width: 130px;
  border-radius:5px 0 0 5px;
}

.fixed-bar li.tel {
	background-color: #2DC100;
}

.fixed-bar li.douyin {
	background-color: #000;
}

.fixed-bar li.facebook {
	background-color: #3B5999;
}

.fixed-bar li.xhs {
	background-color: #D41A1B;
}

.fixed-bar li.more {
	background-color: #95D03A;
}

.fixed-bar .douyin:hover p{
  background-color: #000;
}

.fixed-bar .facebook:hover p{
  background-color: #3B5999;
}

.fixed-bar .xhs:hover p{
  background-color: #D41A1B;
}
.fixed-bar .more:hover p{
  background-color: #95D03A;
}
.fixed-bar .douyin p {
  right: 0;
  padding-left: 40px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 0;
  background: url('../images/fx-2.png') no-repeat 0 center;
  background-size: 40px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
.fixed-bar .facebook p {
  right: 0;
  padding-left: 40px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 0;
  background: url('../images/fx-3.png') no-repeat 0 center;
  background-size: 40px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
.fixed-bar .xhs p {
  right: 0;
  padding-left: 40px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 0;
  background: url('../images/fx-4.png') no-repeat 0 center;
  background-size: 40px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
.fixed-bar .more p {
  right: 0;
  padding-left: 40px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 0;
  background: url('../images/fx-7.png') no-repeat 0 center;
  background-size: 40px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
.fixed-bar .douyin p a,.fixed-bar .facebook p a,.fixed-bar .xhs p a,.fixed-bar .more p a {
  color: #fff;
  padding-left: 10px;
}

.fixed-bar2 {
  position: fixed;
  right: 22px;
  bottom: 50px;
  z-index: 44;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
}

.chat-online-style6 {
  border-radius: 10px 10px 29px 29px;
  text-align: center;
  background-color: #f69d01;
  color: #333;
  width: 57px;
  padding: 10px 0 12px;
  right: 23px;
}

.chat-online-style6 a{
  color: #fff;
}


#backTop_click {
  width: 60px;
  height: 60px;
  margin-top:10px;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(122,122,122,.4) 0 0 15px;
  z-index: 44;
}</pre></body></html>