* {
  box-sizing: border-box;
  outline: 0;
}
*,
*: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: #e3be2c;
}
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;
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px !important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px !important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px !important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px !important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -2rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.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: 0.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, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular_0.eot");
  src: url("../fonts/Roboto-Regular_0.oft");
  src: url("../fonts/Roboto-Regular_0.ttf");
  src: url("../fonts/Roboto-Regular_0.woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold_0.eot");
  src: url("../fonts/Roboto-Bold_0.oft");
  src: url("../fonts/Roboto-Bold_0.ttf");
  src: url("../fonts/Roboto-Bold_0.woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.otf");
  src: url("../fonts/Montserrat-Bold.ttf");
  src: url("../fonts/Montserrat-Bold.woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../fonts/Oswald-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "Roboto";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-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;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 14.4rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px !important;
    padding: 0 20px !important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #fff;
  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 0.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 0.5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
  }
}
.button a,
.button span {
  z-index: 2;
  color: #fff;
  overflow: hidden;
  text-align: center;
  height: 0.42rem;
  font-size: 0.14rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.6rem;
  line-height: 0.42rem;
  background: #e3be2c;
  position: relative;
  border: solid 1px #e3be2c;
}
.button img {
  width: auto;
  height: auto;
  max-height: 0.15rem !important;
  margin-left: 0.05rem;
  margin-bottom: 0.03rem;
  vertical-align: middle !important;
}
@media (max-width: 1024px) {
  .button a,
  .button span {
    font-size: 14px;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
  }
}
.button a:hover::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.button a:before,
.button span:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
}
@keyframes shine {
  0% {
    left: -1rem;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.circle {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  text-align: center;
  display: inline-block;
  z-index: 5;
  position: relative;
  margin-top: 0.34rem;
  border-left: solid 0.14rem #ffffff;
  border-top: solid 0.1rem transparent;
  border-bottom: solid 0.1rem transparent;
}
.circle:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: linear-gradient(to right, #e3be2c, #e3be2c);
}
.circle:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #e3be2c;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transition: background-color 0.5s;
  color: #fff;
}
.header a {
  color: #fff;
}
.header > .container {
  max-width: 16rem;
  padding-left: 4.6rem;
  padding-right: 2rem;
  text-align: right;
  position: relative;
}
.header > .container:after {
  content: "";
  display: block;
  clear: both;
}
.header .logo {
  z-index: 1;
  height: 0.4rem;
  float: left;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0rem;
  transition: all 0.5s;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.4rem;
  vertical-align: middle;
  position: relative;
}
.header .logo .img2 {
  display: none;
}
.header .other {
  height: 0.4rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  top: 0.25rem;
  right: 0rem;
  transition: all 0.5s;
}
.header .other .otherC {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.header .searchBtn {
  margin-right: 0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.22rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #e3be2c;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
.header .language {
  padding: 0 0.15rem;
  line-height: 0.3rem;
  border-radius: 0.3rem;
  display: inline-block;
  background: #e3be2c;
  position: relative;
}
.header .language img {
  width: auto;
  vertical-align: middle;
  max-height: 0.24rem;
}
.header .language i {
  margin-bottom: 0.03rem;
  vertical-align: middle;
  margin-left: 0.05rem;
  display: inline-block;
  border-top: solid 0.06rem;
  border-left: solid 0.06rem transparent;
  border-right: solid 0.06rem transparent;
}
.header .language .drop {
  left: 47%;
  opacity: 0;
  width: 1.4rem;
  top: 0.3rem;
  text-align: center;
  padding: 0.2rem 0;
  position: absolute;
  border-radius: 0.1rem;
  line-height: 0.3rem;
  transform: translateX(-50%) scale(0.9);
  text-transform: initial;
  transition: all 700ms ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
  display: none;
}
.header .language .drop:before {
  content: "";
  top: -0.06rem;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
  border-bottom: solid 0.08rem #ffffff;
}
.header .language .drop a {
  color: #666;
  display: block;
  margin: 0.1rem 0;
  font-size: 0.16rem;
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  transition: color 500ms ease;
}
.header .language .drop a:hover {
  color: #e3be2c;
}
.header .language .drop a:hover:before {
  background: #e3be2c;
}
.header .language:hover .drop {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  display: block;
}
.header.fixed,
.header.header-2 {
  color: #333;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(180%) blur(5px);
  box-shadow: 0 0 0.1rem 0 rgba(21, 48, 92, 0.15);
}
.header.fixed .logo .img1,
.header.header-2 .logo .img1 {
  display: none;
}
.header.fixed .logo .img2,
.header.header-2 .logo .img2 {
  display: block;
}
.header.fixed .nav > .list > li > a,
.header.header-2 .nav > .list > li > a {
  color: #333;
}
.header.fixed .nav > .list > li > a:hover,
.header.header-2 .nav > .list > li > a:hover {
  color: #e3be2c;
}
.header.fixed .searchBtn svg,
.header.header-2 .searchBtn svg {
  fill: #999;
}
.header.header-2 {
  top: auto;
  left: auto;
  position: relative;
}
.header.fixed {
  z-index: 100;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
}
@media (max-width: 1024px) {
  .header {
    background: #333 !important;
    height: 60px;
    padding: 0;
  }
  .header > .container {
    padding: 0;
  }
  .header .logo {
    top: 15px;
    height: auto;
    left: 20px;
  }
  .header .logo img {
    max-height: 30px;
  }
  .header .logo .img1 {
    display: block !important;
  }
  .header .logo .img2 {
    display: none !important;
  }
  .header .nav {
    display: none;
  }
  .header .other {
    display: none;
  }
  .header .navPhoneBtn {
    margin-top: 22px;
  }
}
.header.fixed .nav > .list > .active > a {
  color: #e3be2c;
}
.nav {
  width: 100%;
  padding-right: 0.4rem;
  display: inline-block;
  vertical-align: top;
}
.nav:after {
  content: "";
  display: block;
  clear: both;
}
.nav > .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0;
  text-align: center;
}
.nav > .list > li {
  text-align: center;
  float: left;
  position: relative;
}
.nav > .list > li.li-static {
  position: static;
}
.nav > .list > li span {
  display: block;
  font-style: inherit;
  position: relative;
}
.nav > .list > li > a {
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.9rem;
  text-align: left;
  z-index: 1;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transition: all 0.5s;
}
.nav > .list > li .subnav {
  left: 50%;
  text-align: left;
  display: none;
  width: 2rem;
  top: 0.9rem;
  padding: 0.2rem 0;
  position: absolute;
  border-radius: 0.1rem;
  line-height: 0.3rem;
  transform: translateX(-50%);
  text-transform: initial;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
}
.nav > .list > li .subnav a {
  color: #666;
  display: block;
  margin: 0.1rem 0;
  font-size: 0.16rem;
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.4rem;
  padding-right: 0.1rem;
  transition: color 500ms ease;
}
.nav > .list > li .subnav a:before {
  top: 0.02rem;
  left: 0.25rem;
  content: "";
  width: 2px;
  height: 0.26rem;
  background: #dedede;
  position: absolute;
  transition: all 500ms ease;
}
.nav > .list > li .subnav a:hover {
  color: #e3be2c;
}
.nav > .list > li .subnav a:hover:before {
  background: #e3be2c;
}
.nav > .list > li .subnav i {
  width: 5px;
  height: 2px;
  margin-right: 0.05rem;
  vertical-align: middle;
  font-style: normal;
  display: inline-block;
  background: #abacad;
}
.nav > .list > li .subnav-2 {
  width: 2.8rem;
}
.nav > .list > li.active > a {
  color: #e3be2c !important;
}
.nav > .list > li:hover > a {
  color: #e3be2c;
}
.nav > .list > li:hover > a .cn {
  transform: translateY(0.15rem);
  color: #e3be2c;
}
.nav > .list > li:hover > a .en {
  transform: translateY(0.3rem);
  opacity: 0;
}
.nav > .list > li:hover span:after,
.nav > .list > li.active span:after {
  width: 100%;
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all 0.5s;
}
#searchPopup .searchBox.fadeIn {
  top: 1rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: #e3be2c;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: #e3be2c;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.banner {
  height: 100%;
  clear: both;
  max-height: 9.6rem;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner video {
  max-width: 100%;
  object-fit: cover;
  vertical-align: top;
}
.banner .pc {
  display: block;
  background: #000;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .swiper-slide-active .pc img {
  animation: 4s scrollArrow1 ease;
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s titFadeup1 linear;
}
.banner .swiper-slide-active .t2 {
  animation: 1.6s titFadeup1 linear;
}
.banner .swiper-slide-active .t3 {
  animation: 1.7s titFadeup1 linear;
}
.banner .swiper-slide-active .button {
  animation: 1.8s titFadeup1 linear;
}
.banner .swiper-pagination {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  z-index: 9;
}
.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.06rem;
  margin: 0 0.05rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
}
.banner .swiper-pagination-bullet-active {
  width: 0.3rem;
  background-color: #e3be2c;
}
.banner .text {
  width: 100%;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner .t1 {
  font-family: "Roboto-Bold";
}
.banner .t1 span {
  padding: 0 0.1rem;
  line-height: 0.7rem;
  color: #e3be2c;
  display: inline-block;
  background: #15305c;
  font-size: 0.42rem;
}
.banner .t2 {
  font-size: 0.73rem;
  line-height: 0.9rem;
  font-family: "Montserrat-Bold";
}
.banner .t2 span {
  padding: 0.1rem 0;
  display: inline-block;
  min-width: 5.3rem;
  border-bottom: solid 0.05rem #e3be2c;
}
.banner .t3 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  max-width: 8.1rem;
  padding-top: 0.1rem;
}
.banner .button {
  margin-top: 0.5rem;
}
.banner .btn2 {
  margin-left: 0.1rem;
  background: transparent;
  border: solid 1px #fff;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 60px;
    height: auto;
  }
  .banner .button,
  .banner .t3 {
    display: none;
  }
  .banner .t2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.index-title {
  text-align: center;
}
.index-title .t1 {
  color: #e3be2c;
}
.index-title .t2 {
  color: #333333;
  font-family: "Roboto-Bold";
  font-size: 0.48rem;
  line-height: 0.6rem;
  padding-bottom: 0.15rem;
}
.index-title .line img {
  max-height: 0.11rem;
}
.index-product {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
}
.index-product .list {
  width: 126.5%;
  margin-left: -15%;
  margin-top: 0.5rem;
  position: relative;
}
.index-product .item {
  position: relative;
  height: 5rem;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 0.4rem;
  border-radius: 0.2rem;
  transition: all 500ms ease;
}
.index-product .pic {
  overflow: hidden;
  margin: 0 auto;
  max-width: 3.4rem;
  position: relative;
}
.index-product .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-product .pic img {
  transition: all 700ms ease;
  transform-origin: top center;
}
.index-product .tit {
  color: #fff;
  text-align: left;
  padding: 0 0.3rem;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.3rem;
  margin-top: 0.4rem;
  transition: color 500ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .arrow {
  bottom: -0.15rem;
  right: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  transition: all 500ms ease;
  background: url(../images/arrow-2.png) no-repeat center center;
  background-size: cover;
}
.index-product .item:hover {
  box-shadow: 0 0 0.3rem rgba(21, 48, 92, 0.2);
  outline: solid 1px #e3be2c;
}
.index-product .item:hover .arrow {
  transform: rotate(360deg);
  background: url(../images/arrow-3.png) no-repeat center center;
  background-size: cover;
}
.index-product .item:hover .tit {
  color: #e3be2c;
}
.index-product .item:hover .pic img {
  transform: scale(1.05);
}
.index-product .container {
  text-align: center;
  position: relative;
}
.index-product .tag {
  font-size: 0.14rem;
  padding: 0.15rem 0 0.2rem 0;
}
.index-product .swiper-container {
  overflow: inherit;
}
.index-product .swiper-box {
  margin-top: 0.6rem;
}
.index-product .swiper-button-prev,
.index-product .swiper-button-next {
  left: auto;
  right: auto;
  top: auto;
  line-height: 0.4rem;
  margin-top: auto;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.index-product .swiper-button-prev:after,
.index-product .swiper-button-next:after {
  color: #999;
  font-weight: 700;
  font-size: 0.16rem;
}
.index-product .swiper-button-prev:hover:after,
.index-product .swiper-button-next:hover:after {
  color: #e3be2c;
}
.index-product .swiper-scroll {
  vertical-align: top;
  display: inline-block;
}
.index-product .swiper-scroll img {
  max-height: 0.41rem;
}
.index-product .swiper-container-horizontal > .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  left: 50%;
  height: 1px;
  background: #e5e5e5;
  transform: translateX(-50%);
  max-width: 14.4rem;
}
.index-product
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #15305c;
}
@media (max-width: 1024px) {
  .index-product .list {
    width: 100%;
    margin-left: 0;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    margin-top: 30px;
  }
  .index-product .tag {
    font-size: 14px;
  }
  .index-product .item {
    height: auto;
    padding-bottom: 30px;
  }
  .index-product .tit {
    margin-top: 0;
  }
}
.index-projects {
  padding-bottom: 1rem;
}
.index-projects .menutabs {
  padding-top: 0.3rem;
}
.index-projects .menutabs ul {
  display: flex;
  flex-wrap: wrap;
}
.index-projects .menutabs li {
  cursor: pointer;
  width: 20%;
  position: relative;
}
.index-projects .menutabs li .item {
  text-align: center;
  position: relative;
}
.index-projects .menutabs li .tu {
  margin: 0 auto;
  max-width: 1.36rem;
}
.index-projects .menutabs li .tu img {
  max-height: 1.36rem;
}
.index-projects .menutabs li .bg {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.index-projects .menutabs li .bg img {
  max-height: 1.36rem;
}
.index-projects .menutabs li .tit {
  font-size: 0.18rem;
  transition: color 500ms ease;
}
.index-projects .menutabs .active .tit {
  color: #e3be2c;
}
.index-projects .tabbox {
  padding-top: 0.25rem;
}
.index-projects .tabcot {
  display: none;
}
.index-projects .tabcot.show {
  display: block;
  animation: 2s fadeInUp2 ease;
}
.index-projects .tabcot ul {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.index-projects .tabcot li:nth-child(1),
.index-projects .tabcot li:nth-child(2) {
  width: 50%;
}
.index-projects .tabcot li:nth-child(1) .pic:after,
.index-projects .tabcot li:nth-child(2) .pic:after {
  padding-bottom: 63.38028169%;
}
.index-projects .tabcot li {
  width: 33.333%;
  padding: 0.1rem;
}
.index-projects .tabcot li .item {
  position: relative;
}
.index-projects .tabcot li .txtbox {
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem;
  position: absolute;
}
.index-projects .tabcot li .pic {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.index-projects .tabcot li .pic img {
  width: auto;
  height: auto;
  border-radius: 0.1rem;
  transition: all 700ms all;
}
.index-projects .tabcot li .pic:after {
  content: "";
  display: block;
  padding-bottom: 96.35974304%;
  padding-bottom: 63.38028169%;
}
.index-projects .tabcot li .tit {
  font-weight: 700;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-projects .tabcot li .time {
  height: 0;
  font-size: 0;
  transition: all 500ms ease;
}
.index-projects .tabcot li .time img {
  margin-right: 0.05rem;
  vertical-align: middle;
  margin-bottom: 0.03rem;
  max-height: 0rem;
}
.index-projects .tabcot li .time span {
  padding-right: 0.1rem;
  display: inline-block;
}
.index-projects .tabcot li .more {
  height: 0;
  font-size: 0;
  color: #e3be2c;
  transition: all 500ms ease;
}
.index-projects .tabcot li .more img {
  margin-left: 0.1rem;
  vertical-align: middle;
  max-height: 0rem;
}
@media (min-width: 1025px) {
  .index-projects .tabcot li:hover .item .time {
    height: auto;
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
  .index-projects .tabcot li:hover .item .time img {
    max-height: 0.13rem;
  }
  .index-projects .tabcot li:hover .item .more {
    height: auto;
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }
  .index-projects .tabcot li:hover .item .more img {
    max-height: 0.12rem;
  }
}
@media (max-width: 420px) {
  .index-projects .menutabs li {
    width: 33.333%;
    padding-bottom: 10px;
  }
  .index-projects .tabcot li {
    width: 50%;
  }
  .index-projects .tabcot li .tit {
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .index-projects .tabcot li:last-child {
    width: 100%;
  }
}
.index-about {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 1rem 0;
}
.index-about .t2 {
  color: #fff;
}
.index-about .list {
  display: flex;
  justify-content: space-between;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  margin-top: 0.5rem;
}
.index-about .leftbox {
  width: 57%;
  color: #fff;
  padding: 0.7rem;
}
.index-about .leftbox .tit {
  font-size: 0.28rem;
  font-weight: 700;
}
.index-about .leftbox .txt {
  color: rgba(255, 255, 255, 0.7);
}
.index-about .leftbox .txt p {
  padding-top: 0.3rem;
}
.index-about .leftbox .button {
  margin-top: 0.55rem;
}
.index-about .numlist {
  color: #fff;
  width: 43%;
}
.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.index-about .numlist li {
  width: 50%;
  margin-top: -1px;
  min-height: 24vh;
  transition: background-color 334ms ease;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 0.4rem;
}
.index-about .numlist li .item {
  position: relative;
}
.index-about .numlist li .icon {
  right: 0;
  top: 0;
  position: absolute;
}
.index-about .numlist li .icon img {
  max-height: 0.41rem;
}
.index-about .numlist li .ic2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scale(0.5);
  transition: all 500ms ease;
}
.index-about .numlist li .tit {
  vertical-align: top;
  font-size: 0.64rem;
  line-height: 0.7rem;
  font-family: "Oswald-Regular";
}
.index-about .numlist li .txt {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.7);
}
.index-about .numlist li em {
  line-height: 0.3rem;
  vertical-align: top;
  font-style: normal;
  font-size: 0.3rem;
  display: inline-block;
}
@media (min-width: 1025px) {
  .index-about .numlist li:hover {
    background-color: #e3be2c;
  }
  .index-about .numlist li:hover .ic1 {
    opacity: 0;
  }
  .index-about .numlist li:hover .ic2 {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 1024px) {
  .index-about .list {
    border: 0;
    display: block;
  }
  .index-about .leftbox {
    width: 100%;
    padding: 30px;
  }
  .index-about .numlist {
    width: 100%;
  }
  .index-about .numlist li {
    min-height: auto;
  }
  .index-about .numlist li:nth-child(1),
  .index-about .numlist li:nth-child(3) {
    border-left: 0;
  }
}
@media (max-width: 640px) {
  .index-about .numlist li {
    padding: 20px;
  }
  .index-about .numlist li .tit {
    font-size: 30px;
    line-height: 40px;
  }
}
.index-honor {
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.index-honor .container {
  position: relative;
}
.index-honor .nr {
  position: relative;
}
.index-honor .swiper-wrapper {
  align-items: flex-end;
  min-height: 4.2rem;
}
.index-honor .swiper-slide {
  cursor: pointer;
}
.index-honor .swiper-slide .item {
  border: solid 1px #fff;
  position: relative;
  width: 2.3rem;
  padding: 0.15rem;
  background-size: cover;
  box-shadow: inset 0 0 0.5rem rgba(255, 255, 255, 0.7);
}
.index-honor .swiper-slide .d1,
.index-honor .swiper-slide .d2,
.index-honor .swiper-slide .d3,
.index-honor .swiper-slide .d4 {
  height: 0.14rem;
  width: 0.14rem;
  position: absolute;
}
.index-honor .swiper-slide .d1 img,
.index-honor .swiper-slide .d2 img,
.index-honor .swiper-slide .d3 img,
.index-honor .swiper-slide .d4 img {
  max-height: 0.14rem;
}
.index-honor .swiper-slide .d1 {
  top: 0.14rem;
  left: 0.14rem;
}
.index-honor .swiper-slide .d2 {
  right: 0.14rem;
  top: 0.14rem;
}
.index-honor .swiper-slide .d3 {
  left: 0.14rem;
  bottom: 0.14rem;
}
.index-honor .swiper-slide .d4 {
  right: 0.14rem;
  bottom: 0.14rem;
}
.index-honor .swiper-slide .pic {
  width: 2rem;
  height: 2.7rem;
  position: relative;
}
.index-honor .swiper-slide .pic:after {
  display: none;
}
.index-honor .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.index-honor .swiper-slide .title {
  margin-left: -0.3rem;
  margin-top: 0.3rem;
  text-align: center;
  color: #2c2c2c;
  font-size: 0.22rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.index-honor .swiper-pagination {
  width: auto;
  position: relative;
  bottom: -0.9rem;
}
.index-honor .swiper-pagination-bullet {
  margin: 0 0.05rem;
  width: 0.12rem;
  height: 0.12rem;
}
.index-honor .swiper-pagination-bullet-active {
  background: #e3be2c;
}
.index-honor .swiper-slide-active {
  text-align: center;
}
.index-honor .swiper-slide-active .item {
  width: 3.12rem;
}
@media (max-width: 1024px) {
  .index-honor .swiper-slide-active .item {
    margin: 0 auto;
  }
}
.index-honor .swiper-slide-active .d1,
.index-honor .swiper-slide-active .d2,
.index-honor .swiper-slide-active .d3,
.index-honor .swiper-slide-active .d4 {
  height: 0.2rem;
  width: 0.2rem;
  position: absolute;
}
.index-honor .swiper-slide-active .d1 img,
.index-honor .swiper-slide-active .d2 img,
.index-honor .swiper-slide-active .d3 img,
.index-honor .swiper-slide-active .d4 img {
  max-height: 0.2rem;
}
.index-honor .swiper-slide-active .d1 {
  top: 0.18rem;
  left: 0.18rem;
}
.index-honor .swiper-slide-active .d2 {
  right: 0.18rem;
  top: 0.18rem;
}
.index-honor .swiper-slide-active .d3 {
  left: 0.18rem;
  bottom: 0.18rem;
}
.index-honor .swiper-slide-active .d4 {
  right: 0.18rem;
  bottom: 0.18rem;
}
.index-honor .swiper-slide-active .pic {
  width: 2.77rem;
  height: 3.77rem;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .index-honor .swiper-slide-active .pic {
    width: 200px;
    height: 272px;
    margin: 0 auto;
  }
}
.index-honor .swiper-slide-active {
  margin-right: 0.5% !important;
}
.index-honor .swiper-slide-active .title {
  display: block;
}
.index-honor .swiper-prev,
.index-honor .swiper-next {
  background: none;
  width: auto;
  height: auto;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 0.24rem;
}
.index-honor .swiper-prev:hover .icon,
.index-honor .swiper-next:hover .icon {
  background: rgba(227, 190, 44, 0.1);
}
.index-honor .swiper-prev:hover .icon:before,
.index-honor .swiper-next:hover .icon:before {
  border-color: #e3be2c;
}
.index-honor .swiper-prev:hover .icon:after,
.index-honor .swiper-next:hover .icon:after {
  border-color: #e3be2c;
}
.index-honor .swiper-prev:hover .icon i,
.index-honor .swiper-next:hover .icon i {
  color: #fff;
}
.index-honor .swiper-prev:hover .icon i:before,
.index-honor .swiper-next:hover .icon i:before {
  border-color: #e3be2c;
}
.index-honor .swiper-prev:hover .icon svg,
.index-honor .swiper-next:hover .icon svg {
  fill: #e3be2c;
}
.index-honor .swiper-prev {
  left: 0;
}
.index-honor .swiper-next {
  text-align: right;
  right: 0;
}
.index-honor .swiper-next .icon {
  float: right;
}
.index-honor .swiper-next .txt {
  padding-left: 0;
  padding-right: 0.2rem;
}
.index-honor .icon {
  float: left;
  display: block;
  text-align: center;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  position: relative;
}
.index-honor .icon i {
  vertical-align: middle;
  font-family: "宋体";
  font-style: normal;
  display: inline-block;
  font-weight: 700;
  color: #aaa;
  padding-top: 0.26rem;
}
@media (max-width: 1024px) {
  .index-honor .icon i {
    padding-top: 7px;
  }
}
.index-honor .icon:before,
.index-honor .icon:after {
  content: "";
  display: block;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.index-honor .icon:before {
  width: 0.74rem;
  height: 0.74rem;
  border: 1px #bfbfbf solid;
  opacity: 0.27;
  transition: all 0.5s;
  animation: scrollArrow 1.5s ease-in-out infinite;
}
.index-honor .icon:after {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px #bfbfbf solid;
  transition: all 0.5s;
  animation: scrollArrow 1.6s ease-in-out infinite;
}
.index-honor .icon i:before {
  content: "";
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 2px #bfbfbf solid;
  opacity: 1;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  animation: scrollArrow 1.7s ease-in-out infinite;
}
.index-honor .icon svg {
  fill: #b6b6b6;
  width: 0.3rem;
  height: 0.3rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.index-honor .txt {
  float: left;
  font-size: 0.2rem;
  line-height: 0.36rem;
  padding-left: 0.2rem;
}
.index-honor .title-1 {
  color: #999999;
}
.index-honor .title-2 {
  color: #2c2c2c;
}
.index-honor .swiper-button-disabled {
  cursor: initial;
}
@media (max-width: 1024px) {
  .index-honor {
    padding: 50px 0;
    margin-bottom: 0;
  }
  .index-honor .swiper-pagination {
    bottom: -10px;
  }
  .index-honor .tabbox {
    height: 372px;
  }
  .index-honor .tabnav li {
    font-size: 14px;
  }
  .index-honor .swiper-prev,
  .index-honor .swiper-next {
    top: 50%;
  }
  .index-honor .swiper-slide .title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .index-honor .nr {
    margin-top: 0px;
  }
  .index-honor .text {
    font-size: 14px;
  }
  .index-honor .txt {
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
  }
  .index-honor .icon {
    width: 36px;
    height: 36px;
  }
  .index-honor .icon:before {
    width: 36px;
    height: 36px;
  }
  .index-honor .icon i:before {
    width: 20px;
    height: 20px;
  }
  .index-honor .icon:after {
    width: 26px;
    height: 26px;
  }
}
.index-exhibition {
  overflow: hidden;
  padding: 1rem 0;
}
.index-exhibition .container {
  max-width: 19.2rem;
}
.index-exhibition .list {
  margin-top: 0.4rem;
}
.index-exhibition .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05rem;
}
.index-exhibition .list li {
  width: 33.333%;
  padding: 0.05rem;
}
.index-exhibition .list li .pic {
  overflow: hidden;
  position: relative;
}
.index-exhibition .list li .pic img {
  transition: all 700ms ease;
}
.index-exhibition .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 70.86614173%;
}
.index-exhibition .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 480px) {
  .index-exhibition .list li {
    width: 50%;
  }
}
.index-news {
  padding-bottom: 1rem;
}
.index-news .list {
  margin-top: 0.5rem;
}
.index-news .item {
  background: #f3f4f7;
  border-radius: 0.1rem;
}
.index-news .pic {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.index-news .pic:after {
  content: "";
  display: block;
  padding-bottom: 70.6401766%;
}
.index-news .pic img {
  transition: all 700ms ease;
}
.index-news .txtbox {
  padding: 0 0.3rem;
  padding-top: 0.35rem;
  padding-bottom: 0.5rem;
}
.index-news .time {
  color: #999;
  font-size: 0.14rem;
}
.index-news .time img {
  margin-right: 0.05rem;
  margin-bottom: 0.04rem;
  vertical-align: middle;
  max-height: 0.13rem;
}
.index-news .tit {
  transition: color 700ms ease;
  margin-top: 0.2rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: #333;
  height: 0.6rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .txt {
  color: #666;
  margin-top: 0.2rem;
  height: 0.48rem;
  line-height: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .more {
  margin-top: 0.3rem;
  text-decoration: underline;
  transition: color 700ms ease;
}
.index-news .item:hover .tit {
  color: #e3be2c;
}
.index-news .item:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .index-news .time {
    font-size: 14px;
  }
  .index-news .time img {
    max-height: 13px;
  }
}
.index-partner {
  padding: 0.65rem 0;
  height: 9.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-partner .container {
  height: 100%;
  position: relative;
}
.index-partner .pic {
  position: absolute;
}
.index-partner .pic img {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0.15rem 0 0.3rem rgba(21, 48, 92, 0.15);
}
.index-partner .pic1 {
  left: 0;
  top: 0.13rem;
}
.index-partner .pic1 img {
  max-height: 1.78rem;
}
.index-partner .pic2 {
  left: 0.1rem;
  top: 2.5rem;
}
.index-partner .pic2 img {
  max-height: 1.14rem;
}
.index-partner .pic3 {
  left: 2.46rem;
  top: 1.4rem;
}
.index-partner .pic3 img {
  max-height: 1.5rem;
}
.index-partner .pic4 {
  left: 1.34rem;
  top: 3.33rem;
}
.index-partner .pic4 img {
  max-height: 1.5rem;
}
.index-partner .pic5 {
  left: 0.52rem;
  top: 5.42rem;
}
.index-partner .pic5 img {
  max-height: 0.64rem;
}
.index-partner .pic6 {
  left: 0rem;
  top: 6.55rem;
}
.index-partner .pic6 img {
  max-height: 1.14rem;
}
.index-partner .pic7 {
  left: 1.76rem;
  top: 5.3rem;
}
.index-partner .pic7 img {
  max-height: 1.78rem;
}
.index-partner .pic8 {
  left: 4.78rem;
  top: 0rem;
}
.index-partner .pic8 img {
  max-height: 1.14rem;
}
.index-partner .pic9 {
  left: 4.27rem;
  top: 1.28rem;
}
.index-partner .pic9 img {
  max-height: 0.64rem;
}
.index-partner .pic10 {
  left: 4.97rem;
  top: 1.95rem;
}
.index-partner .pic10 img {
  max-height: 1.5rem;
}
.index-partner .pic11 {
  left: 7.16rem;
  top: 0.82rem;
}
.index-partner .pic11 img {
  max-height: 1.78rem;
}
.index-partner .pic12 {
  left: 9.93rem;
  top: 0.22rem;
}
.index-partner .pic12 img {
  max-height: 1.5rem;
}
.index-partner .pic13 {
  left: 11.77rem;
  top: 0.22rem;
}
.index-partner .pic13 img {
  max-height: 0.64rem;
}
.index-partner .pic14 {
  left: 9.41rem;
  top: 1.98rem;
}
.index-partner .pic14 img {
  max-height: 1.14rem;
}
.index-partner .pic15 {
  left: 11.1rem;
  top: 2.55rem;
}
.index-partner .pic15 img {
  max-height: 1.5rem;
}
.index-partner .pic16 {
  left: 12.5rem;
  top: 0.82rem;
}
.index-partner .pic16 img {
  max-height: 1.78rem;
}
.index-partner .pic17 {
  left: 12.91rem;
  top: 3.58rem;
}
.index-partner .pic17 img {
  max-height: 1.5rem;
}
.index-partner .pic18 {
  left: 11.2rem;
  top: 5.42rem;
}
.index-partner .pic18 img {
  max-height: 1.78rem;
}
.index-partner .pic19 {
  left: 13.28rem;
  top: 6.84rem;
}
.index-partner .pic19 img {
  max-height: 1.14rem;
}
.index-partner .pic20 {
  left: 4.63rem;
  top: 6.84rem;
}
.index-partner .pic20 img {
  max-height: 1.5rem;
}
.index-partner .pic21 {
  left: 6.56rem;
  top: 5.84rem;
}
.index-partner .pic21 img {
  max-height: 1.5rem;
}
.index-partner .pic22 {
  left: 7.66rem;
  top: 7.65rem;
}
.index-partner .pic22 img {
  max-height: 1.14rem;
}
.index-partner .pic23 {
  left: 8.9rem;
  top: 6.55rem;
}
.index-partner .pic23 img {
  max-height: 1.5rem;
}
.index-partner .item {
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  height: 3rem;
  text-align: center;
  max-width: 8rem;
  position: absolute;
  transform: translate(-50%, -30%);
  background: rgba(255, 255, 255, 0.8);
}
.index-partner .item .nr {
  width: 100%;
}
.index-partner .item .tit {
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.index-partner .item .tit img {
  margin: 0 0.3rem;
  max-height: 0.3rem;
}
.index-partner .item .txt {
  color: #333;
  position: relative;
  font-size: 0.4rem;
  line-height: 0.56rem;
  font-family: "Roboto-Bold";
  margin-top: 0.15rem;
}
.index-partner .item .tu1 {
  top: -0.4rem;
  left: 0.5rem;
  position: absolute;
}
.index-partner .item .tu2 {
  top: -0.4rem;
  right: 0.5rem;
  position: absolute;
}
.index-partner .item .tu1,
.index-partner .item .tu2 {
  max-height: 1.54rem;
}
@media (max-width: 640px) {
  .index-partner {
    height: auto;
    padding: 50px 0;
  }
  .index-partner .pic {
    width: 13.7%;
    padding: 5px;
    display: inline-block;
    left: auto !important;
    top: auto !important;
    position: relative !important;
  }
  .index-partner .item {
    top: auto;
    left: auto;
    max-width: 100%;
    margin-top: 30px;
    position: relative;
    transform: translate(0);
  }
  .index-partner .pic5,
  .index-partner .pic9,
  .index-partner .pic13,
  .index-partner .pic22 {
    display: none;
  }
}
@media (max-width: 420px) {
  .index-partner .pic {
    width: 19%;
  }
  .index-partner .item .txt {
    font-size: 18px;
    line-height: 30px;
  }
  .index-partner .item .tit img {
    margin: 0;
  }
  .index-partner .item .tu1 {
    left: 10px;
  }
  .index-partner .item .tu2 {
    right: 10px;
  }
}
.index-ad {
  color: #fff;
  text-align: center;
  height: 6.5rem;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-ad .title {
  font-size: 0.48rem;
  line-height: 0.7rem;
  font-family: "Roboto-Bold";
}
@media (max-width: 1024px) {
  .index-ad {
    height: 300px;
  }
  .index-ad .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  .index-ad .title {
    font-size: 15px;
  }
}
.footer {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #081633;
}
.footer .container {
  max-width: 16rem;
}
.footer a {
  color: #fff;
  transition: color 500ms ease;
}
.footer a:hover {
  color: #e3be2c;
}
.footer .box {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.footer .tag img {
  max-height: 0.51rem;
}
.footer .info {
  align-items: center;
  display: flex;
}
.footer .info .coun {
  color: #e3be2c;
  font-size: 0.48rem;
  line-height: 0.5rem;
  font-family: "Roboto-Bold";
}
.footer .info .t2 span {
  color: #fff;
  padding: 0 0.1rem;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02rem;
  line-height: 0.2rem;
  min-width: 0.7rem;
  border-radius: 0.3rem;
  background: #e3be2c;
}
.footer .info em {
  padding-top: 0.1rem;
  color: #e3be2c;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.footer .text {
  font-size: 0.2rem;
  padding-left: 0.2rem;
}
.footer .menulist {
  padding: 0.4rem 0 0.6rem 0;
}
.footer .menulist ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .menulist li {
  width: 11.5%;
}
.footer .menulist li h3 {
  padding-bottom: 0.25rem;
}
.footer .menulist li .drop a {
  transition: color 334ms ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.14rem;
  display: block;
  position: relative;
  padding-left: 0.1rem;
  margin-bottom: 0.1rem;
}
.footer .menulist li .drop a:before {
  top: 0.08rem;
  left: 0;
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  position: absolute;
  border-radius: 50%;
  background: #e3be2c;
}
.footer .menulist li .drop a:hover {
  color: #e3be2c;
}
.footer .menulist .li2 {
  width: 17%;
}
.footer .menulist .last {
  width: 26%;
}
.footer .menulist .last .t1 {
  line-height: 0.22rem;
  margin-bottom: 0.15rem;
  padding-left: 0.25rem;
  position: relative;
}
.footer .menulist .last .t1 img {
  top: 0.03rem;
  left: 0;
  width: auto;
  height: auto;
  position: absolute;
  max-height: 0.17rem;
}
.footer .menulist .last .t2 a {
  display: block;
}
.footer .title {
  color: #fff;
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle;
}
.footer .follow {
  margin-left: 0.1rem;
  display: inline-block;
  vertical-align: middle;
}
.footer .follow img {
  width: auto;
  height: auto;
  max-height: 0.36rem;
  transition: opacity 500ms ease;
}
.footer .follow a {
  transition: opacity 500ms ease;
  border-radius: 0.05rem;
  margin-left: 0.05rem;
  display: inline-block;
}
.footer .follow a:first-child {
  margin-left: 0;
}
.footer .follow a:hover {
  opacity: 0.8;
}
.footer .follow .color1 {
  background: #25d366;
}
.footer .follow .color2 {
  background: #4cbf00;
}
.footer .follow .color3 {
  background: #235b9e;
}
.footer .follow .color4 {
  background: #dd3a25;
}
.footer .follow .color5 {
  background: #1296db;
}
.footer .follow .color6 {
  background: #38a6d7;
}
.footer .copy {
  padding: 0.25rem 0;
  color: rgba(255, 255, 255, 0.48);
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.footer .copy .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer .copy .bq {
  font-size: 0.14rem;
  text-align: right;
}
.footer .copy .bq a {
  padding-left: 0.1rem;
  color: rgba(255, 255, 255, 0.48);
}
.footer .copy .bq a:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .footer {
    font-size: 14px;
  }
  .footer .box {
    display: block;
  }
  .footer .mess {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .footer .mess .iinput {
    margin-top: 10px;
    width: 100%;
    border: 0;
    color: #666;
    font-size: 14px;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    padding-right: 100px;
  }
  .footer .mess .submit {
    color: #fff;
    right: 2px;
    top: 12px;
    border: 0;
    padding: 0 5px;
    font-size: 16px;
    min-width: 85px;
    height: 33px;
  }
  .footer .menulist li {
    display: none;
  }
  .footer .menulist .last {
    display: block;
    width: 100%;
  }
  .footer .menulist .last .t1 img {
    top: 2px;
    max-height: 22px;
  }
  .footer .copy {
    font-size: 14px;
    padding: 15px 0;
  }
  .footer .copy span:last-child {
    float: none;
  }
}
@media (max-width: 640px) {
  .footer .container {
    padding: 0 40px !important;
  }
  .footer .copy .container {
    display: block;
  }
  .footer .copy .sharebox {
    width: 100%;
  }
  .footer .copy .bq {
    width: 100%;
    float: none;
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
  }
}
.inside-banner {
  overflow: hidden;
  position: relative;
}
.inside-banner .pc img {
  width: 100%;
  height: auto;
}
.inside-banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  font-size: 0.18rem;
  position: absolute;
  transform: translateY(-30%);
}
.inside-banner .container {
  position: relative;
}
.inside-banner .container:before {
  top: -0.7rem;
  left: -0.75rem;
  content: "";
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  background: rgba(227, 190, 44, 0.6);
  background: linear-gradient(
    135deg,
    rgba(227, 190, 44, 0.8),
    rgba(21, 48, 92, 0.2)
  );
  animation: scrollArrow 1s alternate infinite;
}
.inside-banner .text {
  width: 50%;
}
.inside-banner .tit {
  font-size: 0.4rem;
  line-height: 0.5rem;
  position: relative;
  padding-bottom: 0.2rem;
  font-family: "Roboto-Bold";
}
.inside-banner .tit:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0.64rem;
  height: 0.02rem;
  position: absolute;
  background: #e3be2c;
}
.inside-banner .txt {
  padding-top: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
}
.inside-banner .txt span {
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .txt {
    display: none;
  }
}
.inside-current {
  z-index: 3;
  font-size: 0.16rem;
  text-align: right;
  margin-top: -0.6rem;
  position: relative;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current a {
  color: rgba(255, 255, 255, 0.6);
}
.inside-current a:hover {
  color: #fff;
}
.inside-current span {
  color: #fff;
}
.inside-current img {
  margin-bottom: 0.02rem;
  vertical-align: middle;
  max-height: 0.21rem;
}
@media (max-width: 1024px) {
  .inside-current {
    margin-top: 0;
    height: 50px;
    color: #999;
    font-size: 14px;
    text-align: left;
    line-height: 49px;
    border-bottom: solid 1px #eee;
  }
  .inside-current a {
    color: #999;
  }
  .inside-current span {
    color: #15305c;
  }
  .inside-current img {
    display: none;
  }
}
.inside-current-2 {
  text-align: left;
  margin-top: 0.1rem;
  color: #999;
}
.inside-current-2 a {
  color: #999;
}
.inside-current-2 a:hover {
  color: #15305c;
}
.inside-current-2 span {
  color: #15305c;
}
.inside-current-3 {
  text-align: left;
}
.inside-exhibition {
  padding: 1rem 0;
}
.inside-exhibition ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.inside-exhibition li {
  width: 33.333%;
  padding: 0.4rem;
  margin-left: -1px;
  border-left: solid 1px #d9d9d9;
}
.inside-exhibition li .tit {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-exhibition li .pic {
  margin-top: 0.25rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.inside-exhibition li .pic:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.inside-exhibition li .pic img {
  transition: all 700ms ease;
}
.inside-exhibition li .time {
  color: #666;
  display: flex;
  margin-top: 0.2rem;
  justify-content: space-between;
}
.inside-exhibition li .time img {
  margin-top: 0.02rem;
  margin-right: 0.05rem;
  max-height: 0.21rem;
}
.inside-exhibition li .tit {
  transition: color 500ms ease;
}
.inside-exhibition li:hover .pic img {
  transform: scale(1.1);
}
.inside-exhibition li:hover .tit {
  color: #e3be2c;
}
@media (max-width: 1024px) {
  .inside-exhibition ul {
    margin: 0 -20px;
  }
  .inside-exhibition li {
    width: 50%;
    padding: 0 20px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 580px) {
  .inside-exhibition li .time {
    display: block;
  }
  .inside-exhibition li .time span {
    display: block;
  }
}
.inside-application {
  padding: 1rem 0;
}
.inside-application .leftnav {
  top: 1rem;
  left: 0;
  width: 23.3%;
  float: left;
  position: sticky;
}
.inside-application .leftnav li {
  margin-bottom: 0.1rem;
  height: 1.5rem;
  border-radius: 0.1rem;
  position: relative;
  background-image: url(../images/application-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-application .leftnav li a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0.2rem;
}
.inside-application .leftnav li .tit {
  z-index: 2;
  position: relative;
  width: 1.8rem;
  font-size: 0.18rem;
  transition: color 500ms ease;
}
.inside-application .leftnav li .tu {
  bottom: 0;
  right: 0.25rem;
  position: absolute;
}
.inside-application .leftnav li .tu img {
  max-height: 1.5rem;
}
.inside-application .leftnav li:hover .tit,
.inside-application .leftnav li.cur .tit {
  color: #e3be2c;
}
.inside-application .rightlist {
  width: 72.7%;
  float: right;
  position: relative;
}
.inside-application .share {
  right: 0;
  top: 0.1rem;
  position: absolute;
}
.inside-application .title {
  padding-left: 0.1rem;
  position: relative;
  line-height: 0.4rem;
  font-family: "Roboto-Bold";
  font-size: 0.32rem;
  color: #15305c;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #e5e5e5;
}
.inside-application .title:before {
  left: 0;
  top: 0.07rem;
  content: "";
  width: 0.03rem;
  height: 0.24rem;
  position: absolute;
  background: #e3be2c;
}
.inside-application .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-application .list li {
  width: 50%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-application .list li .item {
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(21, 48, 92, 0.1);
}
.inside-application .list li .picbox {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.inside-application .list li .pic {
  overflow: hidden;
  position: relative;
}
.inside-application .list li .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.inside-application .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 63.74501992%;
}
.inside-application .list li .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transform: scale(0.6);
  position: absolute;
  transition: all 700ms ease;
  background: rgba(21, 48, 92, 0.4);
}
.inside-application .list li .circle {
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  line-height: 0.84rem;
  position: absolute;
  transition: all 500ms ease;
  transform: translate(-50%, -50%);
}
.inside-application .list li .circle img {
  z-index: 9;
  position: relative;
  vertical-align: middle;
  max-height: 0.21rem;
}
.inside-application .list li .txtbox {
  padding: 0 0.2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.35rem;
}
.inside-application .list li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 700;
  font-size: 0.2rem;
  color: #333333;
  height: 0.3rem;
  line-height: 0.3rem;
  transition: color 344ms ease;
}
.inside-application .list li .tag {
  color: #666;
  margin-top: 0.08rem;
  font-size: 0.14rem;
}
.inside-application .list li .tag img {
  max-height: 0.15rem;
  margin-top: 0.03rem;
  margin-right: 0.02rem;
}
.inside-application .list li .tag span {
  padding-right: 0.2rem;
  display: inline-block;
}
.inside-application .list li:hover .pic img {
  transform: scale(1.1);
}
.inside-application .list li:hover .pic:before {
  opacity: 1;
  transform: scale(1);
}
.inside-application .list li:hover .circle {
  opacity: 1;
}
.inside-application .list li:hover .tit {
  color: #e3be2c;
}
.inside-application .list2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-application .list2 li {
  width: 33.333%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-application .list2 .item {
  padding-bottom: 0.2rem;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 0.1rem;
  transition: all 500ms ease;
}
.inside-application .list2 .pic {
  overflow: hidden;
  margin: 0 auto;
  max-width: 3rem;
  position: relative;
}
.inside-application .list2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-application .list2 .pic img {
  transition: all 700ms ease;
  transform-origin: top center;
}
.inside-application .list2 .tit {
  color: #fff;
  text-align: left;
  padding: 0 0.3rem;
  font-weight: 700;
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.3rem;
  transition: color 500ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-application .list2 .arrow {
  bottom: -0.15rem;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  transition: all 500ms ease;
  background: url(../images/arrow-2.png) no-repeat center center;
  background-size: cover;
}
.inside-application .list2 .item:hover {
  box-shadow: 0 0 0.3rem rgba(21, 48, 92, 0.2);
  outline: solid 1px #e3be2c;
}
.inside-application .list2 .item:hover .arrow {
  transform: rotate(360deg);
  background: url(../images/arrow-3.png) no-repeat center center;
  background-size: cover;
}
.inside-application .list2 .item:hover .tit {
  color: #e3be2c;
}
.inside-application .list2 .item:hover .pic img {
  transform: scale(1.05);
}
.inside-application .list3 {
  margin: 0 -0.21rem;
}
.inside-application .list3 ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-application .list3 li {
  padding: 0 0.21rem;
  padding-top: 0.4rem;
  width: 33.333%;
}
.inside-application .list3 li .item {
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(21, 48, 92, 0.1);
}
.inside-application .list3 li .picbox {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.inside-application .list3 li .circle {
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  position: absolute;
  transition: all 500ms ease;
  transform: translate(-50%, -50%);
}
.inside-application .list3 li .circle i {
  margin-top: 0;
  vertical-align: middle;
}
.inside-application .list3 li .txtbox {
  padding: 0.2rem;
}
.inside-application .list3 li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  color: #333333;
  /*-webkit-line-clamp: 2;
  height: 0.52rem;*/
  line-height: 0.26rem;
  transition: color 344ms ease;
}
@media (max-width: 1024px) {
  .inside-application {
    padding-top: 30px;
  }
  .inside-application .leftnav {
    display: none;
  }
  .inside-application .rightlist {
    width: 100%;
    float: none;
  }
  .inside-application .share {
    right: auto;
    top: auto;
    position: relative;
    margin-top: 30px;
  }
  .inside-application .list li .tag {
    font-size: 14px;
  }
  .inside-application .list li .tag img {
    max-height: 15px;
    margin-top: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 640px) {
  .inside-application .list2 ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .inside-application .list2 li {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 440px) {
  .inside-application .list li {
    width: 100%;
  }
  .inside-application .list3 li {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
  }
}
.inside-menu {
  border-bottom: solid 1px #e1e1e1;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-menu li {
  width: 50%;
  color: #333;
  font-size: 0.18rem;
  text-align: center;
  height: 0.78rem;
  line-height: 0.78rem;
  position: relative;
  transition: background-color 500ms ease;
}
.inside-menu li a {
  display: block;
  color: #333;
  transition: color 500ms ease;
}
.inside-menu li:before {
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 0.14rem;
  background: #d0d3d6;
  position: absolute;
  transform: translateY(-50%);
}
.inside-menu li:hover,
.inside-menu .cur {
  background: #15305c;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #fff;
}
.inside-menu li:hover:before,
.inside-menu .cur:before {
  opacity: 0;
}
.inside-menu li:first-child:before {
  display: none;
}
.inside-menu-2 li {
  width: 33.333%;
}
.inside-news-top {
  padding: 1rem 0 0.6rem 0;
}
.inside-news-top .container {
  position: relative;
}
.inside-news-top .list {
  background: #fff;
  padding: 0.4rem;
  margin-bottom: 0.6rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.inside-news-top .list a {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.inside-news-top .list a:hover .pic img {
  transform: scale(1.1);
}
.inside-news-top .list a:hover .tit {
  color: #e3be2c;
}
.inside-news-top .list a:hover .button span:before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.inside-news-top .list .pic {
  width: 50%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.inside-news-top .list .pic img {
  transition: all 700ms ease;
}
.inside-news-top .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 70.58823529%;
}
.inside-news-top .list .txtbox {
  width: 50%;
  padding: 0.3rem 0.6rem;
  padding-right: 1rem;
}
.inside-news-top .list .time {
  color: #999;
  font-size: 0.14rem;
}
.inside-news-top .list .time img {
  margin-right: 0.05rem;
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.13rem;
}
.inside-news-top .list .tit {
  transition: color 334ms ease;
  color: #333;
  margin-top: 0.15rem;
  font-weight: 700;
  height: 0.64rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news-top .list .txt {
  color: #666;
  margin-top: 0.15rem;
  height: 0.96rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.inside-news-top .list .button {
  margin-top: 0.6rem;
}
.inside-news-top .swiper-button-prev,
.inside-news-top .swiper-button-next {
  top: auto;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
  vertical-align: top;
}
.inside-news-top .swiper-button-prev:after,
.inside-news-top .swiper-button-next:after {
  font-size: 0;
}
.inside-news-top .swiper-button-prev {
  left: 2.2rem;
}
.inside-news-top .swiper-button-prev:hover {
  transform: rotate(-180deg);
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
.inside-news-top .swiper-button-next {
  right: 2.2rem;
  transform: rotate(-180deg);
}
.inside-news-top .swiper-button-next:hover {
  transform: rotate(0);
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
.inside-news-top .swiper-pagination-progressbar {
  height: 1px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  bottom: -0.7rem;
  transform: translateX(-50%);
  max-width: 8rem;
  background: #e5e5e5;
}
.inside-news-top
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #15305c;
}
@media (max-width: 1024px) {
  .inside-news-top .list .txtbox {
    padding: 15px;
  }
  .inside-news-top .list .button {
    display: none;
  }
  .inside-news-top .list .time {
    font-size: 14px;
  }
  .inside-news-top .list .time img {
    max-height: 13px;
    margin-right: 5px;
  }
  .inside-news-top .swiper-button-prev {
    left: 15px;
    z-index: 11;
    background-color: #fff;
  }
  .inside-news-top .swiper-button-next {
    right: 15px;
    z-index: 11;
    background-color: #fff;
  }
}
@media (max-width: 640px) {
  .inside-news-top .swiper-pagination-progressbar {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .inside-news-top .list a {
    display: block;
  }
  .inside-news-top .list .pic {
    width: 100%;
  }
  .inside-news-top .list .txtbox {
    width: 100%;
  }
}
.inside-news .list {
  margin-top: 0;
}
.inside-news ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-news li {
  width: 33.333%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
@media (max-width: 580px) {
  .inside-news li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .inside-news li {
    width: 100%;
  }
}
.inside-news-show {
  margin-bottom: 1rem;
  padding-top: 0.05rem;
}
.inside-news-show .list {
  line-height: 0.28rem;
  padding: 0.3rem 1rem;
  padding-bottom: 1rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(21, 48, 92, 0.1);
}
.inside-news-show .tagbox {
  display: flex;
  justify-content: space-between;
}
.inside-news-show .info span {
  padding-right: 0.6rem;
  display: inline-block;
}
.inside-news-show .share img {
  max-height: 0.27rem;
}
.inside-news-show h1 {
  color: #15305c;
  font-size: 0.36rem;
  line-height: 0.5rem;
  padding: 0.4rem 0;
}
.inside-news-show .fh {
  margin-top: 0.5rem;
}
.inside-news-show .fh a {
  color: #666;
  padding: 0 0.1rem;
  text-align: center;
  height: 0.37rem;
  background: #efefef;
  line-height: 0.37rem;
  min-width: 1.5rem;
  display: inline-block;
  transition: background-color 500ms ease;
}
.inside-news-show .fh a:hover {
  background: #ddd;
}
.inside-news-show .fh img {
  margin-bottom: 0.03rem;
  margin-right: 0.1rem;
  vertical-align: middle;
  max-height: 0.16rem;
}
@media (max-width: 1024px) {
  .inside-news-show .list {
    padding: 0;
    box-shadow: none;
    padding-top: 40px;
  }
  .inside-news-show .tagbox {
    display: block;
  }
  .inside-news-show .tagbox .share {
    margin-top: 20px;
  }
  .inside-news-show .tagbox .share img {
    max-height: 26px;
  }
}
.listpage {
  padding-top: 0.4rem;
}
.listpage ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.listpage li {
  width: 50%;
  padding: 0 0.2rem;
  padding-top: 0 !important;
}
.listpage li .item {
  position: relative;
}
.listpage li .pic {
  transition: border-color 500ms ease;
  border: solid 1px #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.listpage li .pic:after {
  content: "";
  display: block;
  padding-bottom: 70.66666667%;
}
.listpage li .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: rgba(21, 48, 92, 0.6);
}
.listpage li .pic img {
  transition: all 700ms ease;
}
.listpage li .txtbox {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 0.3rem;
  position: absolute;
}
.listpage li .tit {
  transition: color 500ms ease;
  color: #fff;
  height: 0.3rem;
  font-weight: 700;
  font-size: 0.18rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.listpage li .btn {
  display: none;
  color: #fff;
}
.listpage li .btn img {
  margin-right: 0.1rem;
  margin-bottom: 0.02rem;
  vertical-align: middle;
  max-height: 0.13rem;
}
.listpage li:hover .pic {
  border-color: #e3be2c;
}
.listpage li:hover .pic img {
  transform: scale(1.1);
}
.listpage li:hover .tit {
  color: #e3be2c;
}
.listpage li:hover .btn {
  display: block;
}
.inside-application-show {
  margin-bottom: 0;
  padding-top: 0;
}
.inside-application-show .listpage li .pic:after {
  padding-bottom: 63.74501992%;
}
.inside-xg-application {
  padding-bottom: 0.7rem;
  background: #f3f4f7;
}
.inside-xg-application .rightlist {
  width: 100%;
  float: none;
}
.inside-xg-application .list {
  margin-top: 0.5rem;
}
.inside-xg-application .list ul {
  margin: 0;
  flex-wrap: nowrap;
}
.inside-xg-application .list li {
  padding: 0;
  padding-bottom: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-xg-application {
    padding-top: 50px;
  }
}
.inside-partner {
  padding-bottom: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-partner .index-title {
  padding-top: 1rem;
}
.inside-partner .tabcot {
  margin-top: 0.8rem;
}
.inside-partner .tabcot li {
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 0 -0.13rem;
  margin-top: -0.54rem;
  max-width: 2.3rem;
  transition: all 500ms ease;
  background: url(../images/hzmt-bg.png) no-repeat top left;
  padding-top: 0.09rem;
  height: 2.35rem;
  background-size: cover;
}
.inside-partner .tabcot li .pic {
  margin: 0.35rem;
  overflow: hidden;
  position: relative;
}
.inside-partner .tabcot li .pic img {
  transition: all 700ms ease;
}
.inside-partner .tabcot li .pic:after {
  content: "";
  display: block;
  padding-bottom: 94%;
}
@media (max-width: 640px) {
  .inside-partner .tabcot li .pic:after {
    padding-bottom: 50%;
  }
}
@media (min-width: 1025px) {
  .inside-partner .tabcot li:hover {
    background: url(../images/hzmt-bg-h.png) no-repeat top left;
    background-size: cover;
  }
  .inside-partner .tabcot li:hover .pic img {
    transform: scale(1.05);
  }
}
.inside-partner .tabcot li:nth-child(13n - 5) {
  margin-left: 0.96rem;
}
.inside-partner .tabcot .last {
  float: none;
  margin-left: 0 !important;
  margin: 0 auto !important;
}
@media (max-width: 1024px) {
  .inside-partner .tabcot {
    margin-top: 20px;
  }
  .inside-partner .tabcot ul {
    display: flex;
    flex-wrap: wrap;
  }
  .inside-partner .tabcot ul li {
    width: 25%;
    margin: 0;
    padding: 5px;
    height: auto;
    background: transparent;
  }
  .inside-partner .tabcot ul li .pic {
    margin: 0;
    background: #fff;
  }
  .inside-partner .tabcot ul li .pic:after {
    padding-bottom: 50%;
  }
  .inside-partner .tabcot ul li:nth-child(13n - 5) {
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .inside-partner .tabcot ul li {
    width: 33.333%;
  }
}
.inside-development {
  padding-bottom: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-development .list {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.inside-development .leftbox {
  width: 44%;
  position: relative;
  text-align: right;
  padding-right: 1rem;
}
.inside-development .leftbox:after {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  width: 0.1rem;
  height: 6.75rem;
  background: url(../images/development-line.png) no-repeat center center;
  background-size: cover;
}
.inside-development .rightbox {
  width: 49%;
  position: relative;
  padding-top: 0.2rem;
  overflow: hidden;
}
.inside-development .mySwiper {
  height: 6rem;
  overflow: hidden;
}
.inside-development .mySwiper .date {
  cursor: pointer;
  color: #ebedee;
  line-height: 2rem;
  height: 2rem;
  font-size: 1rem;
  transition: color 500ms ease;
}
.inside-development .mySwiper .swiper-slide-thumb-active .date {
  color: #e3be2c;
}
.inside-development .mySwiper .swiper-button-prev {
  left: 0;
}
.inside-development .mySwiper .swiper-button-next {
  right: 0;
}
.inside-development .mySwiper .swiper-button-prev,
.inside-development .mySwiper .swiper-button-next {
  opacity: 0 !important;
  bottom: -0.1rem;
  margin-top: auto;
  top: auto;
}
.inside-development .mySwiper .swiper-button-prev:after,
.inside-development .mySwiper .swiper-button-next:after {
  color: #999;
  font-weight: 700;
  font-size: 20px;
}
.inside-development .mySwiper .swiper-button-prev:hover:after,
.inside-development .mySwiper .swiper-button-next:hover:after {
  color: #e3be2c;
}
.inside-development .mySwiper2 .t1 {
  color: #e3be2c;
  font-size: 0.18rem;
}
.inside-development .mySwiper2 .t2 {
  color: #333;
  font-size: 0.48rem;
  line-height: 0.56rem;
  font-family: "Roboto-Bold";
}
.inside-development .mySwiper2 .t3 {
  font-size: 0.18rem;
  padding-top: 0.4rem;
}
.inside-development .scrollbox .swiper-container {
  padding: 0.5rem 0;
}
.inside-development .scrollbox .swiper-button-prev,
.inside-development .scrollbox .swiper-button-next {
  opacity: 1 !important;
  bottom: 0rem;
  margin-top: auto;
  top: auto;
}
.inside-development .scrollbox .swiper-button-prev:after,
.inside-development .scrollbox .swiper-button-next:after {
  color: #999;
  font-weight: 700;
  font-size: 0.26rem;
}
.inside-development .scrollbox .swiper-button-prev:hover:after,
.inside-development .scrollbox .swiper-button-next:hover:after {
  color: #e3be2c;
}
.inside-development .scrollbox .swiper-button-prev {
  left: auto;
  right: 0.3rem;
}
.inside-development .scrollbox .swiper-button-next {
  right: 0;
}
.inside-development
  .scrollbox
  .swiper-container-horizontal
  > .swiper-pagination-progressbar {
  top: auto;
  bottom: 0.2rem;
  height: 1px;
  background: #e5e5e5;
  max-width: 90%;
}
.inside-development
  .scrollbox
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #15305c;
}
.inside-development .scrollbox .item {
  margin-bottom: 0.4rem;
  border-radius: 0.1rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(21, 48, 92, 0.1);
}
.inside-development .scrollbox .pic {
  margin: 0 auto;
  max-width: 2.4rem;
  overflow: hidden;
  position: relative;
}
.inside-development .scrollbox .pic img {
  transition: all 700ms ease;
}
.inside-development .scrollbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (max-width: 1024px) {
  .inside-development .list {
    display: block;
    padding-top: 70px !important;
  }
  .inside-development .leftbox {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .inside-development .leftbox:after {
    display: none;
  }
  .inside-development .rightbox {
    width: 100%;
  }
  .inside-development .mySwiper {
    overflow: hidden;
    height: 90px;
  }
  .inside-development .mySwiper .date {
    color: #666;
    height: auto;
    font-size: 20px;
    line-height: 30px;
  }
  .inside-development .mySwiper .swiper-button-prev,
  .inside-development .mySwiper .swiper-button-next {
    opacity: 1 !important;
  }
  .inside-development .mySwiper2 {
    margin-top: 30px;
  }
  .inside-development .mySwiper2 .t3 {
    font-size: 14px;
  }
}
.inside-about {
  padding-bottom: 2.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about .index-title {
  padding-top: 1rem;
}
.inside-about .text {
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding-top: 0.5rem;
}
@media (max-width: 1024px) {
  .inside-about .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.inside-about-2 {
  height: 6.77rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.inside-about-2 .text {
  color: #fff;
  font-size: 0.48rem;
  line-height: 0.64rem;
  padding-top: 0.5rem;
}
.inside-about-2 .numlist {
  top: -1.55rem;
  position: relative;
}
.inside-about-2 .numlist ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -0.4rem;
}
.inside-about-2 .numlist li {
  width: 25%;
  padding: 0 0.4rem;
}
.inside-about-2 .numlist li .item {
  padding: 0.4rem;
  height: 2.35rem;
  background-color: #fff;
  position: relative;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  transition: background-color 334ms ease;
}
.inside-about-2 .numlist li .icon {
  right: 0.4rem;
  top: 0.4rem;
  position: absolute;
}
.inside-about-2 .numlist li .icon img {
  max-height: 0.41rem;
}
.inside-about-2 .numlist li .ic2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scale(0.5);
  transition: all 500ms ease;
}
.inside-about-2 .numlist li .tit {
  color: #15305c;
  vertical-align: top;
  font-size: 0.64rem;
  line-height: 0.7rem;
  margin-top: 0.2rem;
  font-family: "Oswald-Regular";
  transition: color 334ms ease;
}
.inside-about-2 .numlist li .txt {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #333;
  transition: color 334ms ease;
}
.inside-about-2 .numlist li em {
  line-height: 0.3rem;
  vertical-align: top;
  font-style: normal;
  font-size: 0.3rem;
  display: inline-block;
}
@media (min-width: 1025px) {
  .inside-about-2 .numlist li:hover .item {
    background-color: #e3be2c;
  }
  .inside-about-2 .numlist li:hover .ic1 {
    opacity: 0;
  }
  .inside-about-2 .numlist li:hover .ic2 {
    opacity: 1;
    transform: scale(1);
  }
  .inside-about-2 .numlist li:hover .tit,
  .inside-about-2 .numlist li:hover .txt {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .inside-about-2 {
    height: 320px;
  }
  .inside-about-2 .numlist ul {
    margin-left: -10px;
    margin-right: 10px;
  }
  .inside-about-2 .numlist li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .inside-about-2 .numlist li .item {
    padding: 20px;
    height: 120px;
  }
  .inside-about-2 .numlist li .tit {
    font-size: 26px;
    line-height: 30px;
  }
  .inside-about-2 .numlist li .txt {
    font-size: 14px;
  }
  .inside-about-2 .text {
    padding-top: 0;
    position: relative;
    margin-top: -80px;
    font-size: 20px;
    line-height: 30px;
  }
}
.inside-about-3 {
  position: relative;
  padding: 1rem 0;
}
.inside-about-3 .list {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 2.4rem;
  max-width: 19.2rem;
}
.inside-about-3 .container {
  position: relative;
}
.inside-about-3 .pic {
  border-radius: 0.1rem;
}
.inside-about-3 .pic img {
  border-radius: 0.1rem;
}
.inside-about-3 .swiper-container {
  padding-bottom: 0.8rem;
}
.inside-about-3 .swiper-button-prev,
.inside-about-3 .swiper-button-next {
  opacity: 1 !important;
  bottom: 0rem;
  margin-top: auto;
  top: auto;
}
.inside-about-3 .swiper-button-prev:after,
.inside-about-3 .swiper-button-next:after {
  color: #999;
  font-weight: 700;
  font-size: 0.26rem;
}
.inside-about-3 .swiper-button-prev:hover:after,
.inside-about-3 .swiper-button-next:hover:after {
  color: #e3be2c;
}
.inside-about-3 .swiper-button-prev {
  left: auto;
  right: 0.3rem;
}
.inside-about-3 .swiper-button-next {
  right: 0;
}
.inside-about-3 .swiper-pagination-progressbar {
  top: auto;
  width: 100%;
  bottom: 0.2rem;
  height: 1px;
  background: #e5e5e5;
  max-width: 95%;
}
.inside-about-3
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #15305c;
}
@media (max-width: 1024px) {
  .inside-about-3 .list {
    padding: 0 24px;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .inside-about-3 .swiper-pagination-progressbar {
    width: 80%;
    bottom: 20px;
  }
  .inside-about-3 .swiper-button-prev {
    right: 50px;
  }
  .inside-about-3 .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 640px) {
  .inside-about-3 .swiper-pagination-progressbar {
    width: 70%;
  }
}
.inside-about-4 {
  padding-bottom: 1rem;
}
.inside-about-4 .mapbox {
  margin-top: 0.5rem;
  position: relative;
}
.inside-about-4 .mapph {
  display: none;
}
.inside-about-4 .tu {
  width: 108%;
}
.inside-about-4 .tu img {
  max-height: 7.3rem;
}
.inside-about-4 .circle {
  width: 0.38rem;
  height: 0.38rem;
}
.inside-about-4 .circle:before,
.inside-about-4 .circle:after {
  background: #15305c;
}
.inside-about-4 .add {
  position: absolute;
}
.inside-about-4 .add1 {
  left: 1.45rem;
  top: 2.23rem;
}
.inside-about-4 .add2 {
  left: 1.37rem;
  top: 2.8rem;
}
.inside-about-4 .add3 {
  left: 3.24rem;
  top: 3.62rem;
}
.inside-about-4 .add4 {
  left: 2.64rem;
  top: 3.8rem;
}
.inside-about-4 .add5 {
  left: 2.66rem;
  top: 4.6rem;
}
.inside-about-4 .add6 {
  left: 3.73rem;
  top: 4.42rem;
}
.inside-about-4 .add7 {
  left: 2.94rem;
  top: 5.15rem;
}
.inside-about-4 .add8 {
  left: 3.27rem;
  top: 5.8rem;
}
.inside-about-4 .add9 {
  left: 6.25rem;
  top: 1.11rem;
}
.inside-about-4 .add10 {
  left: 6.54rem;
  top: 1.14rem;
}
.inside-about-4 .add11 {
  left: 6.35rem;
  top: 1.4rem;
}
.inside-about-4 .add12 {
  left: 6.54rem;
  top: 1.33rem;
}
.inside-about-4 .add13 {
  left: 6.7rem;
  top: 1.23rem;
}
.inside-about-4 .add14 {
  left: 6.14rem;
  top: 3.42rem;
}
.inside-about-4 .add15 {
  left: 6.54rem;
  top: 3.5rem;
}
.inside-about-4 .add16 {
  left: 8.06rem;
  top: 3.9rem;
}
.inside-about-4 .add17 {
  left: 7.34rem;
  top: 5.56rem;
}
.inside-about-4 .add18 {
  left: 6.8rem;
  top: 1.67rem;
}
.inside-about-4 .add19 {
  left: 7.31rem;
  top: 1.93rem;
}
.inside-about-4 .add20 {
  left: 7.66rem;
  top: 2.53rem;
}
.inside-about-4 .add21 {
  left: 7.07rem;
  top: 4.44rem;
}
.inside-about-4 .add22 {
  left: 8.17rem;
  top: 2.27rem;
}
.inside-about-4 .add23 {
  left: 8.43rem;
  top: 2.38rem;
}
.inside-about-4 .add24 {
  left: 8.64rem;
  top: 2.6rem;
}
.inside-about-4 .add25 {
  left: 8.83rem;
  top: 2.7rem;
}
.inside-about-4 .add26 {
  left: 9rem;
  top: 2.93rem;
}
.inside-about-4 .add27 {
  left: 8.42rem;
  top: 2.93rem;
}
.inside-about-4 .add28 {
  left: 9.15rem;
  top: 1.41rem;
}
.inside-about-4 .add29 {
  left: 10.13rem;
  top: 1.14rem;
}
.inside-about-4 .add30 {
  left: 8.95rem;
  top: 2.23rem;
}
.inside-about-4 .add31 {
  left: 10.05rem;
  top: 2.91rem;
}
.inside-about-4 .add32 {
  left: 11.13rem;
  top: 3.08rem;
}
.inside-about-4 .add33 {
  left: 11.52rem;
  top: 3.27rem;
}
.inside-about-4 .add34 {
  left: 11.22rem;
  top: 3.71rem;
}
.inside-about-4 .add35 {
  left: 11.28rem;
  top: 3.9rem;
}
.inside-about-4 .add36 {
  left: 11.67rem;
  top: 2.38rem;
}
.inside-about-4 .add36 img {
  max-height: 0.17rem;
}
.inside-about-4 .add37 {
  left: 12.17rem;
  top: 2.03rem;
}
.inside-about-4 .add38 {
  left: 12.19rem;
  top: 3.28rem;
}
.inside-about-4 .add39 {
  left: 12.1rem;
  top: 4.18rem;
}
.inside-about-4 .add40 {
  left: 12.64rem;
  top: 5.28rem;
}
.inside-about-4 .add41 {
  left: 13.83rem;
  top: 6.3rem;
}
@media (max-width: 1024px) {
  .inside-about-4 .mapbox {
    display: none;
  }
  .inside-about-4 .mapph {
    display: block;
  }
}
.inside-proshow-1 {
  color: #fff;
  height: 8.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-proshow-1 .container {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
.inside-proshow-1 h1 {
  line-height: 0.6rem;
  font-family: "Roboto-Bold";
  font-size: 0.48rem;
}
.inside-proshow-1 .leftbox {
  width: 75%;
  text-align: center;
}
.inside-proshow-1 .leftbox .pic {
  margin: 0 auto;
  max-width: 6rem;
  position: relative;
}
.inside-proshow-1 .leftbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-proshow-1 .rightbox {
  width: 14%;
  position: relative;
}
.inside-proshow-1 .rightbox .pic {
  cursor: pointer;
  height: 1rem;
  border-radius: 0.1rem;
  border: solid 1px #fff;
  transition: color 500ms ease;
  background: url(../images/pro-bg.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
.inside-proshow-1 .rightbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.inside-proshow-1 .rightbox .pic img {
  padding: 0.1rem;
}
.inside-proshow-1 .myswiper2 {
  overflow: hidden;
  padding: 0.3rem 0;
  height: 6rem;
}
.inside-proshow-1 .myswiper2 li {
  padding: 0.05rem 0;
}
.inside-proshow-1 .swiper-slide-thumb-active .pic {
  border-color: #e3be2c;
}
.inside-proshow-1 .swiper-button-prev,
.inside-proshow-1 .swiper-button-next {
  left: auto;
  top: auto;
  width: 100%;
  height: 0.2rem;
  transition: all 500ms ease;
  background: rgba(255, 255, 255, 0.2);
}
.inside-proshow-1 .swiper-button-prev:after,
.inside-proshow-1 .swiper-button-next:after {
  color: #fff;
  font-size: 0.14rem;
  transform: rotate(90deg);
}
.inside-proshow-1 .swiper-button-prev:hover,
.inside-proshow-1 .swiper-button-next:hover {
  background: #e3be2c;
}
.inside-proshow-1 .swiper-button-prev {
  top: 0.25rem;
}
.inside-proshow-1 .swiper-button-next {
  bottom: 0rem;
  right: auto;
}
@media (max-width: 1024px) {
  .inside-proshow-1 {
    margin-top: 60px;
    height: auto;
    padding: 50px 0 0 0;
  }
  .inside-proshow-1 h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-proshow-1 .swiper-button-prev {
    top: 25px;
  }
}
@media (max-width: 480px) {
  .inside-proshow-1 .container {
    display: block;
  }
  .inside-proshow-1 .leftbox {
    width: 100%;
  }
  .inside-proshow-1 .rightbox {
    width: 100%;
  }
  .inside-proshow-1 .myswiper2 {
    height: auto;
    padding-top: 10px;
  }
  .inside-proshow-1 .swiper-button-prev {
    display: none;
  }
  .inside-proshow-1 .swiper-button-next {
    display: none;
  }
}
.inside-title {
  color: #333;
  text-align: center;
  font-size: 0.48rem;
  line-height: 0.58rem;
  position: relative;
  padding-bottom: 0.25rem;
  font-family: "Roboto-Bold";
}
.inside-title:after {
  left: 50%;
  bottom: 0;
  content: "";
  width: 0.9rem;
  height: 0.04rem;
  position: absolute;
  transform: translateX(-50%);
  background: #e3be2c;
}
.inside-promenu {
  top: 0.9rem;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  position: sticky;
  box-shadow: 0 0 0.07rem rgba(21, 48, 92, 0.1);
}
.inside-promenu .container {
  position: relative;
}
.inside-promenu ul {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.inside-promenu li {
  width: 18%;
  font-size: 0.18rem;
  position: relative;
  text-align: center;
  line-height: 0.8rem;
}
.inside-promenu li a {
  display: block;
  color: #333;
}
.inside-promenu li:before {
  content: "";
  width: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  height: 0.16rem;
  background: #ccc;
}
.inside-promenu li:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 0.02rem;
  position: absolute;
  background: #e3be2c;
  transition: all 334ms ease;
}
.inside-promenu li:first-child:before {
  display: none;
}
.inside-promenu .cur a {
  font-family: "Roboto-Bold";
}
.inside-promenu .cur:after {
  opacity: 1;
}
.inside-promenu .fh {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.inside-promenu .fh a {
  color: #666;
  text-align: center;
  line-height: 0.37rem;
  padding: 0 0.1rem;
  min-width: 1.5rem;
  display: inline-block;
  background: #efefef;
  transition: background-color 500ms ease;
}
.inside-promenu .fh img {
  vertical-align: middle;
  max-height: 0.17rem;
  margin-bottom: 0.03rem;
  margin-right: 0.05rem;
}
.inside-promenu .fh:hover a {
  background: #ddd;
}
@media (max-width: 1024px) {
  .inside-promenu ul {
    width: 100%;
  }
  .inside-promenu li {
    width: 25%;
    font-size: 14px;
  }
  .inside-promenu .fh {
    top: auto;
    right: auto;
    position: relative;
    transform: translate(0);
    display: none;
  }
}
@media (max-width: 460px) {
  .inside-promenu li {
    width: 50%;
  }
  .inside-promenu li:before {
    display: none;
  }
}
.inside-proshow-2 {
  position: relative;
  padding: 1rem 0;
}
.inside-proshow-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  padding-top: 0.2rem;
}
.inside-proshow-2 li {
  padding: 0 0.2rem;
  padding-top: 0.4rem;
  width: 33.3333%;
}
.inside-proshow-2 li .item {
  position: relative;
  padding: 0.4rem;
  border-radius: 0.1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-proshow-2 li .pic {
  margin: 0 auto;
  position: relative;
  max-width: 3.8rem;
}
.inside-proshow-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-proshow-2 li .tit1 {
  color: #333;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-proshow-2 li .txtbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  opacity: 0;
  align-items: center;
  padding: 0.2rem;
  border-radius: 0.1rem;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(21, 48, 92, 0.8);
}
.inside-proshow-2 li .txtbox .tit {
  color: #e3be2c;
  font-size: 0.2rem;
}
.inside-proshow-2 li .txtbox .txt p {
  padding-top: 0.25rem;
}
.inside-proshow-2 li:hover .txtbox {
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-proshow-2 li {
    width: 50%;
  }
  .inside-proshow-2 li .txtbox {
    font-size: 14px;
    line-height: 20px;
  }
  .inside-proshow-2 li .txtbox .tit {
    font-size: 16px;
  }
  .inside-proshow-2 li .txtbox .txt {
    height: 140px;
    overflow: auto;
  }
  .inside-proshow-2 li .txtbox .txt p {
    padding-top: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 420px) {
  .inside-proshow-2 li {
    width: 100%;
  }
}
.inside-proshow-3 {
  line-height: 0.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding: 1rem 0;
  background-color: #eff0f3;
}
.inside-proshow-3 .inside-title {
  margin-bottom: 0.6rem;
  text-align: left;
}
.inside-proshow-3 .inside-title:after {
  left: 0;
  transform: translateX(0);
}
.inside-proshow-3 li {
  padding-top: 0.3rem;
}
.inside-proshow-3 li .t1 {
  padding-left: 0.2rem;
  font-size: 0.18rem;
  color: #15305c;
  position: relative;
  font-family: "Roboto-Bold";
}
.inside-proshow-3 li .t1:before {
  top: 0.09rem;
  left: 0;
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  background: url(../images/dot-2.png) no-repeat center center;
  background-size: cover;
}
.inside-proshow-3 li .t2 {
  padding-left: 0.2rem;
  padding-top: 0.05rem;
}
@media (max-width: 1024px) {
  .inside-proshow-3 li .t1 {
    padding-left: 20px;
    font-size: 16px;
  }
  .inside-proshow-3 li .t1:before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
  .inside-proshow-3 li .t2 {
    padding-left: 20px;
    padding-top: 5px;
  }
}
.inside-proshow-4 {
  position: relative;
  padding: 1rem 0;
}
.inside-proshow-4 .table {
  border: solid 1px #e1e1e1;
  margin-top: 0.6rem;
}
.inside-proshow-4 table,
.inside-proshow-4 tr,
.inside-proshow-4 td,
.inside-proshow-4 th {
  border: 0;
  text-align: left;
}
.inside-proshow-4 th {
  color: #fff;
  background: #15305c;
  font-weight: normal;
}
.inside-proshow-4 th,
.inside-proshow-4 td {
  width: 15%;
  padding: 0.1rem;
}
.inside-proshow-4 td {
  font-size: 0.14rem;
  border-top: solid 1px #e1e1e1;
}
.inside-proshow-4 th:first-child,
.inside-proshow-4 td:first-child {
  width: 40%;
  padding-left: 0.6rem;
}
.inside-proshow-4 .bg {
  background: #f1f1f1;
}
.inside-proshow-4 .dow {
  color: #15305c;
}
.inside-proshow-4 .dow img {
  margin-bottom: 0.02rem;
  vertical-align: middle;
  margin-right: 0.05rem;
  max-height: 0.13rem;
}
@media (max-width: 1024px) {
  .inside-proshow-4 td {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .inside-proshow-4 .table {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .inside-proshow-4 .table table {
    width: 1200px;
  }
}
.inside-proshow-5 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding: 1rem 0;
}
.inside-proshow-5 .container {
  position: relative;
}
.inside-proshow-5 .list,
.inside-proshow-5 .list-2 {
  width: 100%;
  margin: 0 auto;
}
.inside-proshow-5 .list {
  margin: 0 auto;
  height: 6.6rem;
  max-width: 11rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 0.6rem;
}
.inside-proshow-5 .list li {
  position: relative;
}
.inside-proshow-5 .list li .vbtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  line-height: 0.42rem;
  background: #e3be2c;
  transform: translate(-50%, -50%);
}
.inside-proshow-5 .list li .vbtn:after {
  content: "";
  display: inline-block;
  border-left: solid 0.1rem #ffffff;
  border-top: solid 0.08rem transparent;
  border-bottom: solid 0.08rem transparent;
}
.inside-proshow-5 .list .tu {
  margin: 0 auto;
  margin-top: 0.3rem;
  max-width: 8.3rem;
  position: relative;
}
.inside-proshow-5 .list .tu:after {
  content: "";
  display: block;
  padding-bottom: 63.24582339%;
}
.inside-proshow-5 .list-2 {
  position: relative;
  padding: 0 0.7rem;
  margin-top: 0.3rem;
}
.inside-proshow-5 .list-2 li {
  position: relative;
}
.inside-proshow-5 .list-2 li .vbtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  line-height: 0.42rem;
  background: #e3be2c;
  transform: translate(-50%, -50%);
}
.inside-proshow-5 .list-2 li .vbtn:after {
  content: "";
  display: inline-block;
  border-left: solid 0.1rem #ffffff;
  border-top: solid 0.08rem transparent;
  border-bottom: solid 0.08rem transparent;
}
.inside-proshow-5 .list-2 .tu {
  overflow: hidden;
  border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
}
.inside-proshow-5 .list-2 .tu img {
  border-radius: 0.1rem;
}
.inside-proshow-5 .list-2 .tu:after {
  content: "";
  display: block;
  padding-bottom: 63.09012876%;
}
.inside-proshow-5 .list-2 .swiper-slide-thumb-active .tu {
  border: solid 1px #e3be2c;
}
.inside-proshow-5 .list-2 .swiper-slide-thumb-active .tu:before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.inside-proshow-5 .swiper-button-prev,
.inside-proshow-5 .swiper-button-next {
  transition: all 500ms ease;
  opacity: 1 !important;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  line-height: 0.4rem;
  border: solid 1px #9b9b9b;
  transform: translateY(0%);
}
.inside-proshow-5 .swiper-button-prev:after,
.inside-proshow-5 .swiper-button-next:after {
  color: #9c9c9c;
  font-size: 0.16rem;
}
.inside-proshow-5 .swiper-button-prev:hover,
.inside-proshow-5 .swiper-button-next:hover {
  border-color: #e3be2c;
  background: #e3be2c;
}
.inside-proshow-5 .swiper-button-prev:hover:after,
.inside-proshow-5 .swiper-button-next:hover:after {
  color: #fff;
}
.inside-proshow-5 .swiper-button-prev {
  left: 0;
}
.inside-proshow-5 .swiper-button-next {
  right: 0;
}
@media (max-width: 1024px) {
  .inside-proshow-5 .list {
    height: auto;
    max-width: 640px;
    padding: 15px;
    background: #000 !important;
    border-radius: 10px;
  }
  .inside-proshow-5 .list .tu {
    margin-top: 0;
    max-width: 100%;
  }
  .inside-proshow-5 .swiper-button-prev,
  .inside-proshow-5 .swiper-button-next {
    margin-top: -15px;
  }
}
.inside-message {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 1rem 0;
}
.inside-message .inside-title {
  color: #fff;
}
.inside-message .inside-title:after {
  background: #fff;
}
.inside-message .list {
  position: relative;
  padding-top: 0.3rem;
}
.inside-message ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-message li {
  width: 33.33333333%;
  padding: 0.2rem;
  position: relative;
}
.inside-message em {
  color: #db0010;
  font-style: normal;
}
.inside-message .li2 {
  width: 50%;
}
.inside-message .box {
  position: relative;
}
.inside-message .tit {
  color: #fff;
  font-size: 0.2rem;
}
.inside-message .input-form,
.inside-message .textarea-form {
  border: none;
  color: #fff;
  background: transparent;
  font-family: arial;
  vertical-align: middle;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  padding-right: 0.3rem;
  height: 0.4rem;
  transition: all 500ms ease;
  line-height: 0.24rem;
  font-size: 0.14rem;
  width: 100%;
}
.inside-message .input-form:focus,
.inside-message .textarea-form:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.inside-message input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.inside-message input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.inside-message input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.inside-message input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.inside-message textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.inside-message textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.inside-message textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.inside-message textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.inside-message .textarea {
  width: 100%;
}
.inside-message .textarea-form {
  transition: all 500ms ease;
  line-height: 0.3rem;
  padding: 0.1rem 0.9rem 0.1rem 0rem;
  width: 100%;
  min-height: 1rem;
}
.inside-message .textarea-form:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.inside-message .btn {
  width: 100%;
  display: flex;
  position: relative;
  padding-top: 0.2rem;
}
.inside-message .button {
  right: 0;
  top: 0.1rem;
  position: absolute;
  text-align: center;
}
.inside-message .submit,
.inside-message .reset {
  color: #fff;
  border-radius: 0.3rem;
  margin-left: 0.2rem;
  background: #e3be2c;
  display: inline-block;
  min-width: 1.6rem;
  text-align: center;
  line-height: 0.44rem;
  height: 0.46rem;
  font-size: 0.16rem;
  border: none;
  transition: all 500ms ease;
}
.inside-message .submit:hover {
  background: #cead28;
}
.inside-message .reset {
  color: #666;
  background: #e1e1e1;
}
.inside-message .reset:hover {
  background: #ddd;
}
.inside-message .icheck {
  width: 50%;
  padding-left: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.4rem;
}
.inside-message .icheck a {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-message .btn {
    display: block;
  }
  .inside-message .verifyDiv {
    width: 100%;
  }
  .inside-message .icheck {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 40px;
  }
  .inside-message .button {
    right: auto;
    position: relative;
  }
  .inside-message .verify .fix-tips,
  .inside-message .verify .verify-msg {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .inside-message li {
    width: 100% !important;
  }
  .inside-message .tit {
    font-size: 16px;
  }
  .inside-message input {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
  }
}
.inside-message-2 .tit {
  color: #333;
}
.inside-message-2 .input-form,
.inside-message-2 .textarea-form {
  color: #666;
  border-color: #e7eaee;
}
.inside-message-2 .input-form:focus,
.inside-message-2 .textarea-form:focus {
  border-color: #ccc;
}
.inside-message-2 input::-webkit-input-placeholder {
  color: #666;
}
.inside-message-2 input:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.inside-message-2 input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.inside-message-2 input:-ms-input-placeholder {
  color: #666;
}
.inside-message-2 textarea::-webkit-input-placeholder {
  color: #666;
}
.inside-message-2 textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.inside-message-2 textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.inside-message-2 textarea:-ms-input-placeholder {
  color: #666;
}
.inside-message-2 .verify {
  color: #999999;
  background: #f7f7f7;
}
.inside-message-2 .icheck a {
  color: #999999;
}
.inside-xg-product {
  padding-bottom: 0.5rem;
}
.inside-xg-product .container {
  overflow: hidden;
}
.inside-xg-product .list {
  width: 100%;
  margin-left: 0;
  padding-bottom: 0.5rem;
}
.inside-contact {
  overflow: hidden;
  padding: 1rem 0;
}
.inside-contact h1 {
  color: #15305c;
  font-size: 0.35rem;
  text-shadow: 0 0 1px #15305c;
}
.inside-contact .container {
  display: flex;
  justify-content: space-between;
}
.inside-contact .leftbox {
  width: 50%;
}
.inside-contact .rightbox {
  width: 45%;
}
.inside-contact .tabtbox {
  width: 139%;
}
.inside-contact .tabnav li {
  cursor: pointer;
  padding: 0.18rem 0;
  border-top: solid 1px #dce0e7;
}
.inside-contact .tabnav li .t1 {
  color: #333;
  font-size: 0.28rem;
  padding-bottom: 0.1rem;
  font-weight: 700;
}
.inside-contact .tabnav li .t2 {
  padding-bottom: 0.1rem;
  padding-left: 0.65rem;
  position: relative;
}
.inside-contact .tabnav li .t2 span {
  top: 0;
  left: 0;
  color: #15305c;
  font-weight: 700;
  position: absolute;
}
.inside-contact .tabnav li .t2 img {
  margin-right: 0.05rem;
  margin-top: 0.03rem;
  max-height: 0.17rem;
}
.inside-contact .tabnav li .t2 a {
  display: block;
}
.inside-contact .tabnav li .t3 {
  padding-left: 0.95rem;
}
.inside-contact .tabnav li .t4 {
  color: #333;
  width: 80%;
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
}
.inside-contact .tabnav li:first-child {
  border-top: 0;
}
.inside-contact .tabnav .active .t1 {
  color: #e3be2c;
}
.inside-contact .tabtbox {
  display: none;
}
.inside-contact .tabtbox.show {
  display: block;
}
@media (max-width: 1024px) {
  .inside-contact .container {
    display: block;
  }
  .inside-contact .leftbox {
    width: 100%;
  }
  .inside-contact .rightbox {
    display: none;
  }
  .inside-contact .tabnav li {
    padding: 20px 0;
  }
  .inside-contact .tabnav li .t2 {
    padding-left: 55px;
  }
  .inside-contact .tabnav li .t3 {
    padding-left: 90px;
  }
  .inside-contact .tabnav li .t2 img {
    max-height: 16px;
    margin-bottom: 2px;
    margin-right: 5px;
  }
}
.inside-contact-2 {
  background: #f3f4f7;
  padding: 0.8rem 0;
}
.inside-contact-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-contact-2 li {
  width: 33.333%;
  padding: 0.2rem;
}
.inside-contact-2 li .item {
  overflow: hidden;
  background: #fff;
  display: flex;
  position: relative;
  border-radius: 0.1rem;
  border: solid 1px #e3be2c;
}
.inside-contact-2 li .pic {
  width: 40%;
  z-index: 2;
  position: relative;
}
.inside-contact-2 li .txtbox {
  width: 60%;
  padding-right: 0.2rem;
  padding-top: 0.35rem;
  padding-left: 0.3rem;
}
.inside-contact-2 li .t1 {
  color: #e3be2c;
  font-size: 0.2rem;
}
.inside-contact-2 li .t2 {
  font-size: 0.14rem;
}
.inside-contact-2 li .t3 {
  margin-top: 0.08rem;
  padding-left: 0.25rem;
  position: relative;
}
.inside-contact-2 li .t3 img {
  top: 0.04rem;
  left: 0;
  position: absolute;
  max-height: 0.17rem;
}
.inside-contact-2 li .tu {
  bottom: 0;
  right: 0;
  position: absolute;
}
.inside-contact-2 li .tu img {
  max-height: 1.54rem;
  transition: all 1000ms ease;
}
.inside-contact-2 li:hover .tu img {
  transform: scale(1.5);
}
@media (max-width: 1024px) {
  .inside-contact-2 li {
    width: 100%;
  }
  .inside-contact-2 li .item {
    align-items: center;
  }
  .inside-contact-2 li .txtbox {
    padding: 15px;
  }
  .inside-contact-2 li .t1 {
    font-size: 16px;
  }
  .inside-contact-2 li .t2 {
    font-size: 12px;
  }
  .inside-contact-2 li .t3 {
    padding-left: 25px;
  }
  .inside-contact-2 li .t3 img {
    top: 2px;
    max-height: 16px;
  }
}
@media (max-width: 420px) {
  .inside-contact-2 li .t2 {
    padding-bottom: 5px;
  }
  .inside-contact-2 li .t3 {
    margin-top: 0;
  }
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.8rem;
}
.inside-page a {
  width: 0.48rem;
  height: 0.48rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 0.46rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #b5b5b5;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #15305c;
  background: #15305c;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1.3rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page span {
  padding-left: 0.2rem;
  font-size: 0.14rem;
}
.inside-page span input {
  color: #666;
  width: 0.6rem;
  padding: 0 0.1rem;
  height: 0.24rem;
  text-align: center;
  font-family: arial;
}
@media (max-width: 1024px) {
  .inside-page {
    padding: 30px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
    width: auto;
    border-radius: 0;
  }
  .inside-page a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
  }
  .inside-page span {
    display: none;
  }
}
.verifyDiv {
  width: 20%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.4rem;
  background-color: #ffffff;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.4rem;
  line-height: 0.38rem;
  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: #999;
  z-index: 1;
  font-size: 0.13rem;
  line-height: 0.4rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.inside-map {
  padding: 0.9rem 0;
}
.inside-map li {
  border-top: solid 1px #eee;
  padding: 0.2rem 0;
}
.inside-map li .subnav {
  padding-top: 0.15rem;
}
.inside-map li .subnav a {
  padding-right: 0.2rem;
  display: inline-block;
}
.inside-map li:first-child {
  border-top: 0;
}
.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: #fff;
  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 0.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: #e3be2c;
  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 > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 18px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.navM .navMWrap > .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 > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  transition: all 0.5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .child-2 .list {
  flex-wrap: wrap;
  display: flex;
}
.navM .child-2 .list li {
  width: 50%;
}
.navM .child-2 .list li a {
  padding: 0;
}
.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: 4px;
  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: #e3be2c;
}
.floatRight {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 0.4rem;
}
.floatRight .list li {
  padding-bottom: 2px;
}
.floatRight .list li:last-child {
  padding-bottom: 0;
}
.floatRight .list .box {
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
  transform: translateX(0);
  background: #15305c;
  border-radius: 0.05rem;
  overflow: hidden;
}
.floatRight .list .iconfont {
  border-radius: 0.05rem;
  display: inline-block;
  vertical-align: top;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
}
.floatRight .list .iconfont img {
  width: auto;
  height: auto;
}
.floatRight .list .box:hover {
  width: 2rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #e3be2c;
  transform: translateX(-1.6rem);
}
.floatRight .list .box:hover .wxhover {
  display: block;
}
.floatRight .list .box:hover .iconfont {
  background: #e3be2c;
}
.floatRight .list .wxhover {
  display: none;
}
.floatRight .list .tel .box {
  background: #2b2c30;
}
@media screen and (max-width: 1024px) {
  .floatRight {
    display: none;
  }
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: 8rem;
  background: #fff;
  border: 0.04rem solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup .dialog_header {
  width: 100%;
  position: relative;
  padding: 0.1rem 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#privacyPopup .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
}
#privacyPopup .dialog_header .close {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #c5c5c5;
  cursor: pointer;
}
#privacyPopup .privacy_policy_title {
  font-size: 0.24rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
#privacyPopup .p-1 {
  font-size: 0.2rem;
}
#privacyPopup .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 5.8rem;
  padding: 0.2rem 0.3rem;
  overflow: auto;
}
#privacyPopup .privacy_footer {
  width: 100%;
  padding: 0.2rem 0 0 0;
  text-align: center;
}
#privacyPopup .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 1.6rem;
  height: 0.4rem;
  background: #e3be2c;
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#privacyPopup .close_btn:before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#privacyPopup .close_btn:hover {
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}
#privacyPopup .close_btn:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 1024px) {
  #privacyPopup {
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
    margin-left: 0;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.1rem;
  padding: 0.17rem;
  background: #fff;
  width: 7.3rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 30%;
  right: 27%;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.messagePopup {
  position: fixed;
  right: 0px;
  bottom: -667px;
  z-index: 999;
  width: 100%;
  max-width: 3.8rem;
}
@media (max-width: 1200px) {
  .messagePopup {
    display: none;
  }
}
.messagePopup .titleBig {
  cursor: pointer;
  margin-left: 1.58rem;
}
.messagePopup .titleBig span {
  display: inline-block;
  font-size: 0.15rem;
  color: #fff;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  width: 2.2rem;
  background: #ddb92b;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.messagePopup .titleBig span img {
  max-height: 0.21rem;
  vertical-align: middle;
  margin-bottom: 0rem;
  margin-right: 0.05rem;
}
.messagePopup .titleBig svg {
  max-height: 0.2rem;
  vertical-align: middle;
}
.messagePopup .nr {
  padding: 0.3rem;
  background: #fff;
}
.messagePopup .list {
  color: #666;
  background: #fff;
  padding-top: 0.2rem;
}
.messagePopup .list .title {
  text-align: center;
  position: relative;
  color: #ed6827;
  font-size: 0.36rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.messagePopup .list .title:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.04rem;
  background: #a6a6a6;
  border-radius: 0.04rem;
  margin: 0.05rem auto 0 auto;
}
.messagePopup .list .required {
  color: #da2f38;
  margin-left: 0.05rem;
}
.messagePopup .list li {
  position: relative;
  margin-bottom: 0.15rem;
  color: #333;
  font-size: 0.14rem;
  clear: both;
}
.messagePopup .list .p-01 {
  line-height: 30px;
}
.messagePopup .list .li-02 {
  width: 50%;
  float: left;
  clear: none;
}
.messagePopup .list input,
.messagePopup .list textarea {
  width: 100%;
  color: #333;
  font-size: 0.14rem;
  line-height: 0.33rem;
  height: 0.35rem;
  border-radius: 0;
  font-family: arial;
  border: 0;
  transition: all 500ms ease;
  border-bottom: solid 1px #e7eaee;
}
.messagePopup .list input:focus,
.messagePopup .list textarea:focus {
  padding-left: 0.1rem;
  box-shadow: 0 0 5px 0 rgba(0, 97, 194, 0.1);
}
.messagePopup .list select {
  font-size: 0.14rem;
  background: #fff;
  line-height: 0.33rem;
  height: 0.35rem;
  width: 100%;
  color: #999;
  border: 0;
  border-bottom: solid 1px #e7eaee;
}
.messagePopup .list textarea {
  height: 0.8rem;
}
.messagePopup .list .yzhm input {
  width: 45%;
  float: left;
}
.messagePopup .list .btn {
  clear: both;
  margin-bottom: 0;
}
.messagePopup .list .btn a {
  display: inline-block;
  background: #e3be2c;
  color: #fff;
  width: 100%;
  border-radius: 0.3rem;
  line-height: 0.4rem;
  text-align: center;
  padding: 0 0.1rem;
  font-size: 0.16rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.messagePopup .list .btn a:hover {
  background: #15305c;
}

.footer .copy {
  padding-bottom: 0.5rem;
}

.index-product .swiper-box {
  padding-left: 0.45rem;
}

@media (max-width: 580px) {
  .inside-news li {
    width: 100%;
  }
}

.banner .t4 {
  font-size: 0.52rem;
  line-height: 0.7rem;
}
.banner .t5 {
  max-width: 8.6rem;
}
.banner .t6 {
  font-size: 0.52rem;
  line-height: 0.7rem;
}
.banner .t6 span {
  min-width: 6.7rem;
}
.banner .t7 {
  max-width: 6.7rem;
}

.banner .swiper-pagination-bullet {
  width: 3rem;
  height: 1px;
  transition: all 500ms linear;
}

.inside-development .list {
  max-width: 1440px;
}

.nav > .list > li .subnav {
  border-radius: 0;
  border-top: 0.04rem solid #e3be2c;
  background: rgba(255, 255, 255, 0.9);
}

.nav > .list > li:after {
  content: "";
  left: 50%;
  z-index: 9;
  bottom: 0;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateX(-50%);
  position: absolute;
  border-bottom: solid 0.08rem #e3be2c;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
}
.nav > .list > li .subnav a {
  font-size: 0.14rem;
  margin: 0.05rem 0;
}
.nav > .list > li .subnav a:before {
  display: none;
}

.nav > .list > li:hover:after {
  opacity: 1;
}

@media (max-width: 1500px) {
  .inside-development .list {
    max-width: 1300px;
  }
}

@media (max-width: 1300px) {
  .inside-development .list {
    max-width: 1200px;
  }
}

.nav > .list > li:hover .navChild {
  display: block;
}

.nav .navChild {
  display: none;
  width: 2.3rem;
  font-size: 0.14rem;
  color: #333;
  position: absolute;
  z-index: 999;
  padding-top: 1px;
  top: 0.89rem;
  left: 50%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.nav .navChild:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.1rem 0.1rem 0.1rem;
  border-color: transparent transparent #e3be2c transparent;
  position: absolute;
  top: -0.08rem;
  left: 0;
  right: 0;
  margin: auto;
}

.nav .navChild .list-2 {
  border-top: 0.04rem #e3be2c solid;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  padding: 0.25rem 0;
  position: relative;
}

.nav .navChild .list-2 li {
  width: 100%;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  float: left;
  display: block;
  position: relative;
}

.nav .navChild .list-2 li:nth-child(1) {
  border-top: none;
}

.nav .navChild .list-2 a {
  width: 100%;
  display: block;
  color: #474747;
  font-size: 0.14rem;
  height: 0.38rem;
  line-height: 0.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  padding: 0 0.1rem;
}

.nav .navChild .list-2 a:hover {
  background-color: #e3be2c;
  color: #fff;
}

.nav .navChild .list-2 .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.nav .navChild.show {
  display: block;
  -webkit-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}

.nav > .list > li::after {
  display: none;
}

.index-exhibition li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.index-exhibition li .txtbox {
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 0.3rem;
  position: absolute;
}
.index-exhibition li .pic {
  overflow: hidden;
  position: relative;
}
.index-exhibition li .pic img {
  width: auto;
  height: auto;
  transition: all 700ms all;
}
.index-exhibition li .pic:after {
  content: "";
  display: block;
  padding-bottom: 96.35974304%;
}
.index-exhibition li .tit {
  color: #fff;
  font-weight: 700;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-exhibition li .time {
  height: 0;
  font-size: 0;
  transition: all 500ms ease;
}
.index-exhibition li .time img {
  margin-right: 0.05rem;
  vertical-align: middle;
  margin-bottom: 0.03rem;
  max-height: 0rem;
}
.index-exhibition li .time span {
  padding-right: 0.1rem;
  display: inline-block;
}
.index-exhibition li .more {
  height: 0;
  font-size: 0;
  color: #e3be2c;
  transition: all 500ms ease;
}
.index-exhibition li .more img {
  margin-left: 0.1rem;
  vertical-align: middle;
  max-height: 0rem;
}
@media (min-width: 1025px) {
  .index-exhibition li:hover .txtbox {
    opacity: 1;
    background: linear-gradient(
      to bottom,
      rgba(21, 48, 92, 0),
      rgba(21, 48, 92, 0.98)
    );
  }
  .index-exhibition li:hover .time {
    height: auto;
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
  .index-exhibition li:hover .time img {
    max-height: 0.13rem;
  }
  .index-exhibition li:hover .more {
    height: auto;
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }
  .index-exhibition li:hover .more img {
    max-height: 0.12rem;
  }
}

.related-exhibition .item {
  background: #fff;
  padding: 0 0.25rem;
}

.related-exhibition .pic {
  margin-top: 0.1rem;
}
.related-exhibition .time {
  margin-top: 0.15rem;
}

.index-product .list {
  width: 100%;
  margin-left: 0;
}

.nav .navChild .list-2 {
  text-align: left;
}

.nav .navChild {
  width: auto;
  min-width: 1.2rem;
}

.nav .navChild .list-2 a {
  padding: 0 0.35rem;
}

.fancybox__thumbs {
  display: none;
}

.footer .whatsapp {
  margin-left: 0.1rem;
  display: flex;
  vertical-align: middle;
  text-align: center;
  justify-content: space-between;
  width: 35%;
  margin: 0 -0.4rem;
}
.footer .whatsapp .t3 {
  position: relative;
}

.footer .whatsapp .t3 .hover {
  display: none;
  position: absolute;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffff;
  padding: 0.1rem;
  left: -0.1rem;
  border-radius: 5px;
}

.footer .whatsapp .t3:hover .hover {
  display: block;
}

.footer .whatsapp .item {
  width: 33.3333333%;
  padding: 0 10px;
}

.footer .whatsapp .item .pic {
  width: 50%;
  float: left;
}

.footer .whatsapp .item .txtbox {
  width: 45%;
  float: right;
}

@media (max-width: 640px) {
  .footer .whatsapp {
    width: 100%;
    margin-top: 20px;
  }
}

.videoWindow2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.videoWindow2 iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.1rem;
  padding: 0.17rem;
  background: #fff;
  width: 7.3rem;
  height: 5.4rem;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow2 i {
  display: block;
  position: absolute;
  top: 10%;
  right: 27%;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
  border: solid 1px rgba(255, 255, 255, 0.1);
  z-index: 999;
}

/****************新增*******************/
.floatRight2 {
  font-size: 0.16rem;
  line-height: 28px;
  position: fixed;
  z-index: 99;
  bottom: 0.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  border: none;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.floatRight2 *,
.floatRight2 *:before,
.floatRight2 *:after {
  border: none;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.floatRight2 a:link,
.floatRight2 a:visited {
  text-decoration: none;
  outline: none;
  color: #666;
}
.floatRight2 a:hover,
.floatRight2 a:active,
.floatRight2 a:focus {
  color: #333;
}
.floatRight2 ol,
.floatRight2 ul,
.floatRight2 li {
  list-style: none;
}
.floatRight2 img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}
.floatRight2 .list {
  width: 64px;
  text-align: center;
}
.floatRight2 .list li {
  position: relative;
}
.floatRight2 .list .box {
  padding: 13px 0;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #15305c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.floatRight2 .list .box a {
  color: #333;
}

.floatRight2 .list .box:hover .hover {
  right: 100%;
}
.floatRight2 .list .icon-1 {
  display: block;
}

.floatRight2 .list .hover {
  top: 0;
  right: 100%;
  padding-right: 10px;
  text-align: center;
  position: absolute;
  right: -5rem;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  z-index: -1;
}
.floatRight2 .list .hoverCon {
  padding: 0.15rem;
  /* background-color:#4c4c4c; */
  cursor: initial;
  white-space: nowrap !important;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.floatRight2 .list .hoverCon:before {
  content: "";
  right: -10px;
  top: 20px;
  position: absolute;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #4c4c4c;
  border-width: 5px;
  width: 0;
  height: 0;
}
.floatRight2 .list .p-1 {
  font-weight: 700;
  font-size: 0.14rem;
}
.floatRight2 .list .p-2 {
  font-size: 0.16rem;
}
.floatRight2 .list .div-1 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
  border-bottom: 1px #d3d3d3 solid;
}
.floatRight2 .list .div-1:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.floatRight2 .list .ewmFloat .hoverCon {
  text-align: center;
  cursor: initial;
  top: initial;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.floatRight2 .list .ewmFloat .hoverCon img {
  max-width: 120px;
}
.floatRight2 .list .ewmFloat .hoverCon .pic {
  padding: 0 5px;
}

@media screen and (max-width: 1023px) {
  .floatRight2 {
    display: none;
  }
}
