
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
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;
  }
}
a {
  color: #666;
  outline: none;
  text-decoration: none !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: .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: "POPPINS-LIGHT";
  src: url("../fonts/POPPINS-LIGHT.eot");
  src: url('../fonts/POPPINS-LIGHT.ttf');
  src: url('../fonts/POPPINS-LIGHT.woff');
  src: url('../fonts/POPPINS-LIGHT.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "POPPINS-BOLD";
  src: url("../fonts/POPPINS-BOLD.eot");
  src: url('../fonts/POPPINS-BOLD.ttf');
  src: url('../fonts/POPPINS-BOLD.woff');
  src: url('../fonts/POPPINS-BOLD.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "POPPINS-REGULAR";
  src: url("../fonts/POPPINS-REGULAR.eot");
  src: url('../fonts/POPPINS-REGULAR.ttf');
  src: url('../fonts/POPPINS-REGULAR.woff');
  src: url('../fonts/POPPINS-REGULAR.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #333;
  background: #fff;
  margin: 0 auto;
  font-size: 0.18rem;
  line-height: 1.5;
  font-family: "POPPINS-LIGHT";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
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;
}
.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: #333;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
  }
}
.button {
  text-transform: uppercase;
}
.button a,
.button span {
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  padding: 0 0.2rem;
  min-width: 2.5rem;
  border-radius: 0.3rem;
  color: #739140;
  font-size: 0.18rem;
  position: relative;
  display: inline-block;
  background: #fff;
}
.button a:before,
.button span:before {
  top: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: rgba(115, 145, 64, 0.3);
  border-radius: 0.3rem;
  transition: all 0.5s ease;
}
.button em {
  z-index: 3;
  font-style: normal;
  position: relative;
}
.button:hover a:before {
  left: -10%;
  width: 120%;
}
@media (max-width: 1024px) {
  .button a,
  .button span {
    font-size: 15px;
  }
}
.circle {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: 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, #004d80, #ce281e);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #ce281e;
  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);
  }
}
.topnr {
  display: flex;
  height: 0.55rem;
  align-items: center;
  background: #eaeaea;
}
.topnr .container {
  text-align: right;
  max-width: 17.2rem;
}
.topnr .tel,
.topnr .yx {
  color: #000;
  padding-left: 0.3rem;
}
.topnr .tel img,
.topnr .yx img {
  width: auto;
  height: auto;
  margin-right: 0.05rem;
  margin-top: 0.02rem;
  max-height: 0.2rem;
}
.topnr .tel a,
.topnr .yx a {
  color: #000;
}
.topnr .share {
  padding-left: 0.3rem;
}
.topnr .share a {
  margin-left: 0.15rem;
  text-align: center;
  width: 0.28rem;
  height: 0.28rem;
  background: #2e2e2e;
  display: inline-block;
  border-radius: 50%;
  transition: all 334ms ease;
}
.topnr .share a:hover {
  background: #ce281e;
}
.topnr .share img {
  width: auto;
  height: auto;
  max-height: 0.28rem;
}
@media (max-width: 1024px) {
  .topnr {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.fixed .nav > .list > li > a {
  height: 0.7rem;
  line-height: 0.7rem;
}
.fixed .nav > .list > li .subnav,
.fixed .nav > .list > li .subpro {
  top: 0.7rem;
}
.fixed .logo img {
  max-height: 0.6rem;
}
.fixed .other {
  top: 0.13rem;
}
.fixed .btn a {
  height: 0.4rem;
  line-height: 0.4rem;
}
#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 .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 {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  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: #ce281e;
  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: #004d80;
}
#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: 8.38rem;
  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;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  width: 100%;
  color: #fff;
  top: 50%;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.banner .t1 {
  font-family: "POPPINS-BOLD";
  color: #ce281e;
  font-size: 0.58rem;
  line-height: 0.7rem;
}
.banner .t2 {
  padding-top: 0.1rem;
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-family: "POPPINS-BOLD";
}
.banner .t2 span {
  display: block;
}
.banner .view {
  margin-top: 0.5rem;
}
.banner .view a {
  overflow: hidden;
  position: relative;
  color: #ce281e;
  padding-right: 0.1rem;
  border-radius: 0.1rem;
  font-family: "POPPINS-BOLD";
  height: 0.5rem;
  line-height: 0.5rem;
  min-width: 1.8rem;
  background: #fff;
  display: inline-block;
}
.banner .view a:before {
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 0.18rem;
  background: #e17a85;
  position: absolute;
  animation: fadeInLeft2 1s ease infinite;
}
.banner .view a:after {
  content: "";
  top: 50%;
  left: 0.18rem;
  margin-top: -0.05rem;
  border-radius: 50%;
  width: 0.1rem;
  height: 0.1rem;
  background: #e17a85;
  position: absolute;
  animation: fadeInRight2 1s ease infinite;
}
.banner .view a i {
  top: 0;
  right: -0.1rem;
  width: 0.5rem;
  height: 0.7rem;
  position: absolute;
  background: #ce281e;
  font-style: normal;
  transform: rotate(30deg);
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .view {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-pagination {
  bottom: 1rem;
  text-align: center;
}
.banner .swiper-pagination {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.24rem;
  background: none;
  border-radius: 0;
  margin: 0 0.1rem;
  opacity: 1;
  position: relative;
  transition: all .5s;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.banner .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/circle.png) center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -0.17rem;
  margin-top: -0.17rem;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: .5s;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: rotate(0);
}

.banner .text-2 {
  top: 2rem;
  transform: translate(0);
}
.banner .t3 {
  margin-top: 0.12rem;
  font-size: 0.32rem;
  line-height: 0.58rem;
  padding: 0 0.3rem;
  display: inline-block;
  background: #155c8b;
  border-top-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.banner .t5 {
  padding-top: 0;
  font-family: "POPPINS-REGULAR";
}
.banner .t6 {
  line-height: 0.3rem;
  padding-top: 0.2rem;
  font-size: 0.28rem;
}
.banner .t7 {
  font-size: 0.5rem;
  line-height: 0.6rem;
}
.banner .text-2 .view {
  margin-top: 0.3rem;
}
.banner .swiper-slide-active .t3 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t6 {
  animation: 1.5s titFadeup1 ease;
}
@media (max-width: 640px) {
  .banner .text-2 {
    top: 60px;
  }
  .banner .t3 {
    font-size: 16px;
  }
  .banner .t6 {
    display: none;
  }
  .banner .t7 {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
}


@media screen and (max-width: 1024px) {
  .banner {
    max-height: none;
    margin-top: 60px;
  }
  .banner .button {
    display: none;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .ph img {
    width: auto;
    height: auto;
  }
  .banner .t1,
  .banner .t2 {
    font-size: 17px;
    line-height: 24px;
  }
  .banner .view {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 40px;
  }
}
.index-title {
  text-align: center;
}
.index-title .t1 {
  line-height: 0.3rem;
  font-size: 0.2rem;
  color: #004d80;
  font-family: "POPPINS-BOLD";
}
.index-title .t2 {
  color: #011522;
  padding-top: 0.05rem;
  font-size: 0.4rem;
  line-height: 0.5rem;
  font-family: "POPPINS-REGULAR";
}
@media (max-width: 1024px) {
  .index-title .t1 {
    font-size: 16px;
    line-height: 26px;
  }
  .index-title .t2 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 0;
  }
}
.index-about {
  padding: 0.9rem 0 1rem 0;
}
.index-about .nr {
  display: flex;
  padding-top: 0.9rem;
  padding-bottom: 0.3rem;
  justify-content: space-between;
}
.index-about .lefttext {
  color: #000;
  width: 50%;
  line-height: 0.56rem;
  font-size: 0.48rem;
}
.index-about .lefttext span {
  display: block;
}
.index-about .righttext {
  width: 46%;
  line-height: 0.34rem;
}
.index-about .list {
  padding-top: 1.2rem;
}
.index-about .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.index-about .list li {
  font-size: 0.16rem;
  padding: 0 0.25rem;
  width:25%;
}
.index-about .list li .item {
  padding: 0 0.4rem;
  position: relative;
  text-align: center;
}
.index-about .list li .item:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: url(../images/line.png) no-repeat top left;
  background-size: cover;
}
.index-about .list li .item:after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background: url(../images/line-2.png) no-repeat top left;
  background-size: cover;
}
.index-about .list li .item:before,
.index-about .list li .item:after {
  width: 0.4rem;
  height: 0.8rem;
}
.index-about .list li p:first-child {
  font-size: 0.22rem;
  padding-top: 0.15rem;
  font-family: "POPPINS-BOLD";
}
@media (max-width: 1024px) {
  .index-about {
    padding: 40px 0;
  }
  .index-about .nr {
    display: block;
    padding-top: 30px;
  }
  .index-about .lefttext,
  .index-about .righttext {
    width: 100%;
    line-height: 26px;
  }
  .index-about .lefttext {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .index-about .list {
    padding-top: 0px;
  }
  .index-about .list ul {
    flex-wrap: wrap;
  }
  .index-about .list li {
    width: 100%;
    font-size: 14px;
    padding-top: 20px;
  }
  .index-about .list li:first-child {
    font-size: 16px;
  }
}
.index-advantages {
  overflow: hidden;
}
.index-advantages .container {
  max-width: 100%;
}
.index-advantages .list {
  padding-top: 0.4rem;
}
.index-advantages .list ul {
  margin: 0 -0.04rem;
  display: flex;
  flex-wrap: wrap;
}
.index-advantages .list li {
  width: 15%;
  height: 6.7rem;
  overflow: hidden;
  padding: 0 0.04rem;
  transition: all 500ms ease;
}
.index-advantages .list li .box {
  position: relative;
}
.index-advantages .list li .item {
  display: block;
  position: relative;
}
.index-advantages .list li .txtbox {
  color: #fff;
  width: 100%;
  z-index: 9;
  left: 0rem;
  text-align: left;
  padding: 0 0.1rem;
  position: absolute;
  bottom: 0.2rem;
  min-height: 1.2rem;
}
.index-advantages .list li .tit {
  margin: 0 auto;
  color: #fff;
  font-size: 0.20rem;
  font-family: "POPPINS-BOLD";
}
.index-advantages .list li .tit a {
  color: #fff;
}
.index-advantages .list li .txt {
  display: none;
  margin-top: 0.2rem;
  font-size: 0.16rem;
}
.index-advantages .list li .pic {
  overflow: hidden;
  height: 6.7rem;
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-advantages .list li .pic:before {
  top: 0;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(0, 0, 0, 0.5);
}
.index-advantages .list .active {
  width: 40%;
}
.index-advantages .list .active .txtbox {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  padding-right: 0.5rem;
  padding-left: 0.45rem;
  text-align: left!important;
}
.index-advantages .list .active .icon {
  opacity: 1;
}
.index-advantages .list .active .tit {
  width: auto;
  text-align: left;
  font-size: 0.20rem;
}
.index-advantages .list .active .txt {
  display: block;
}
.index-advantages .list .active .pic:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .index-advantages {
    padding-top: 30px;
  }
  .index-advantages .list {
    padding: 0;
  }
  .index-advantages .list li {
    height: auto;
    margin-top: 30px;
    width: 100%!important;
    padding: 0;
  }
  .index-advantages .list li .pic {
    height: 200px;
  }
  .index-advantages .list li .tit {
    color: #333;
    font-size: 20px!important;
    text-align: left!important;
  }
  .index-advantages .list li .txt {
    height: auto;
    overflow: auto;
    display: block;
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px!important;
  }
  .index-advantages .list li .txtbox {
    color: #666;
    left: auto;
    min-height: auto;
    top: auto!important;
    position: relative;
    transform: translate(0) !important;
    text-align: left!important;
    bottom: auto!important;
    line-height: 24px;
    padding: 30px 0!important;
    padding-bottom: 0!important;
  }
}
.index-video {
  padding: 1.1rem 0;
}
.index-video .container {
  position: relative;
}
.index-video .pic {
  text-align: center;
}
.index-video .pic img {
  width: auto;
  height: auto;
}
.index-video .circle {
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  transform: translate(-50%, -50%);
  position: absolute;
}
.index-video .circle:before,
.index-video .circle:after {
  width: 1rem;
  height: 1rem;
  background: #004d80;
}
.index-video .circle i {
  z-index: 4;
  position: relative;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background: #004d80;
  display: inline-block;
  margin: 0 auto;
  margin-top: 0.3rem;
  animation: ripple 2s ease-out 1s infinite;
}
.index-video .circle img {
  width: auto;
  height: auto;
  margin-top: 0.15rem;
  vertical-align: top;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .index-video {
    padding: 50px 0;
  }
}
.index-product {
  padding-bottom: 0.17rem;
}
.index-product ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem;
  padding-top: 0.27rem;
}
.index-product li {
  width: 25%;
  padding: 0.13rem;
}
.index-product li .item {
  height: 100%;
  border-radius: 0.1rem;
  background: #f0f0f0;
  padding: 0 0.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.55rem;
  position: relative;
}
.index-product li .item:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  opacity: 0;
  z-index: 4;
  position: absolute;
  border-radius: 0.1rem;
  background: rgba(0, 77, 128, 0.8);
  transition: all 334ms ease;
}
.index-product li .text {
  text-align:center;
  transition: all 334ms ease;
}
.index-product li .pic {
  overflow: hidden;
  position: relative;
}
.index-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-product li .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-product li .tit {
  color: #333;
  margin-top: 0.15rem;
  height: 0.58rem;
  line-height: 0.29rem;
  font-size: 0.22rem;
  font-family: "POPPINS-BOLD";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.index-product li .more {
  color: #fff;
  transition: all 334ms ease;
  padding: 0 0.2rem;
  background: #333;
  height: 0.38rem;
  font-size: 0.16rem;
  border-radius: 0.3rem;
  line-height: 0.38rem;
  display: inline-block;
  min-width: 1.4rem;
  margin-top: 0.2rem;
}
.index-product li .more img {
  margin-left: 0.2rem;
  max-height: 0.16rem;
  margin-top: 0.1rem;
}

.inside-applications li .more {
  color: #fff;
  transition: all 334ms ease;
  padding: 0 0.2rem;
  background: #333;
  height: 0.38rem;
  font-size: 0.16rem;
  border-radius: 0.3rem;
  line-height: 0.38rem;
  display: inline-block;
  min-width: 1.4rem;
  margin-top: 0.2rem;
}
.inside-applications li .more img {
  margin-left: 0.2rem;
  max-height: 0.16rem;
  margin-top: 0.1rem;
}
@media (max-width: 1024px) {
  .index-product li {
    width: 50%;
  }
  .index-product li .item {
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
  }
  .index-product li .more {
    padding: 0 15px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }
  .index-product li .more img {
    max-height: 16px;
    margin-top: 10px;
    margin-left: 20px;
  }
  .inside-applications li .more {
    padding: 0 15px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }
  .inside-applications li .more img {
    max-height: 16px;
    margin-top: 10px;
    margin-left: 20px;
  }
}
@media (max-width: 420px) {
  .index-product li {
    width: 100%;
  }
  .index-product li .tit {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 1025px) {
  .index-product li:hover .item {
    min-height: 5.35rem;
  }
  .index-product li:hover .item:before {
    height: 100%;
    opacity: 1;
  }
  .index-product li:hover .text {
    top: 50%;
    width: 100%;
    z-index: 5;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
  }
  .index-product li:hover .tit {
    color: #fff;
    padding: 0 0.7rem;
  }
  .index-product li:hover .more {
    background: #ce281e;
  }

  .inside-applications li:hover .more {
    background: #ce281e;
  }
}
.index-product .list-2 {
  position: relative;
}
.index-product .list-2 ul {
  margin: 0;
  flex-wrap: nowrap;
  padding-top: 0;
}
.index-product .list-2 li {
  padding-left: 0;
  padding-right: 0;
}
.index-product .list-2 .swiper-button-prev,
.index-product .list-2 .swiper-button-next {
  color: transparent;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #004d80;
}
.index-product .list-2 .swiper-button-prev:hover,
.index-product .list-2 .swiper-button-next:hover {
  background: #ce281e;
}
.index-product .list-2 .swiper-button-prev {
  left: -0.6rem;
}
.index-product .list-2 .swiper-button-prev:after {
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
}
.index-product .list-2 .swiper-button-next {
  right: -0.6rem;
}
.index-product .list-2 .swiper-button-next:after {
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 480px) {
  .index-product .list-2 .swiper-button-prev {
    left: 30px;
  }
  .index-product .list-2 .swiper-button-next {
    right: 30px;
  }
}
.index-application {
  padding-top: 1rem;
  background: linear-gradient(to bottom, #fcfdfe, #e7f0f7, #e7f0f7, #e7f0f7);
}
.index-application .index-title .t2 {
  padding: 0 3.3rem;
  padding-top: 0.15rem;
}
.index-application .container {
  max-width: 18rem;
}
.index-application .list {
  padding-top: 0.3rem;
}
.index-application .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.index-application .list li {
  width: 25%;
  padding: 0.3rem;
}
.index-application .list li .item {
  position: relative;
}
.index-application .list li .pic {
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
}
.index-application .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 87%;

}
.index-application .list li .pic img {
  width: auto;
  height: auto;
  border-radius: 0.15rem;
  transition: all 700ms ease;
}
.index-application .list li .tit {
  color: #fff;
  width: 100%;
  left: 0;
  padding: 0 0.35rem;
  bottom: 0.4rem;
  position: absolute;
  height: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.26rem;
  font-family: "POPPINS-BOLD";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-application .list li:hover .pic img {
  transform: scale(1.1);
}
.index-application .list-2 {
  padding-top: 0;
}
.index-application .list-2 ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.index-application .list-2 li {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .index-application .index-title .t2 {
    padding: 0;
  }
  .index-application .list ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .index-application .list li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .index-application .list li .tit {
    bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .index-application .list-2 ul {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
  .index-application .list-2 li {
    padding-left: 0;
    padding-right: 0;
  }
}
.index-partner {
  padding: 0.9rem 0;
  background: linear-gradient(to bottom, #e7f0f7, #ffffff, #ffffff);
}
.index-partner .list {
  padding-top: 0.4rem;
}
.index-partner .item {
  padding-top: 0.2rem;
}
.index-partner .pic {
  position: relative;
}
.index-partner .pic:after {
  content: "";
  display: block;
  padding-bottom: 90.90909091%;
}
.index-partner .pic img {
  width: auto;
  height: auto;
}
.index-partner .swiper-pagination {
  position: relative;
  margin-top: 0.2rem;
}
.index-partner .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.05rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #b4b4b4;
}
.index-partner .swiper-pagination-bullet-active {
  background: #004d80;
}
.index-news {
  padding: 0.9rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f8f8f9;
}
.index-news .index-title .t1 {
  color: #ce281e;
}
.index-news .list {
  padding-top: 0.8rem;
}
.index-news .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-news .list li {
  width: 49%;
}
.index-news .list li .box {
  display: flex;
  justify-content: space-between;
}
.index-news .list li .pic {
  width: 43%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.index-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.78787879%;
}
.index-news .list li .pic img {
  transition: all 700ms ease;
}
.index-news .list li .text {
  width: 54%;
  border-bottom: solid 0.03rem #b1b1b0;
}
.index-news .list li .tit {
  color: #383838;
  line-height: 0.32rem;
  font-family: "POPPINS-BOLD";
  font-size: 0.24rem;
  height: 1.28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.index-news .list li .time {
  color: #999;
  display: flex;
  justify-content: space-between;
  margin-top: 0.15rem;
}
.index-news .list li .time img {
  margin-top: 0.04rem;
  margin-left: 0.2rem;
  max-height: 0.16rem;
}
.index-news .list li .time span:last-child {
  font-size: 0.2rem;
  color: #ce281e;
}
.index-news .list li:hover .pic img {
  transform: scale(1.1);
}
.index-news .list li:hover .tit {
  color: #004d80;
}
.index-news .list-2 {
  padding-top: 0.5rem;
}
.index-news .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.index-news .list-2 li {
  padding: 0 0.15rem;
  width: 33.333%;
}
.index-news .list-2 li a {
  display: block;
  padding: 0.4rem;
  padding-bottom: 0.3rem;
}
.index-news .list-2 li .item {
  background: #fff;
}
.index-news .list-2 li .tit {
  color: #222222;
  font-family: "POPPINS-BOLD";
  font-size: 0.23rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .list-2 li .arrow {
  margin-top: 0.3rem;
}
.index-news .list-2 li .arrow img {
  max-height: 0.16rem;
}
.index-news .list-2 li:hover .tit {
  color: #ce281e;
}
@media (max-width: 1024px) {
  .index-news .list {
    padding-top: 0;
  }
  .index-news .list ul {
    display: block;
  }
  .index-news .list li {
    width: 100%;
    margin-top: 30px;
  }
  .index-news .list-2 ul {
    display: block;
  }
  .index-news .list-2 li {
    width: 100%;
    margin-top: 30px;
  }
}
.footerNav {
  color: #fff;
  line-height: 0.7rem;
  background: #004d80;
}
.footerNav ul {
  display: flex;
  padding: 0 1.3rem;
  justify-content: space-between;
  font-family: "POPPINS-BOLD";
}
.footerNav li {
  font-size: 0.2rem;
  text-align: center;
}
.footerNav li a {
  color: #fff;
  transition: all 500ms ease;
}
.footerNav li:hover a {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .footerNav {
    display: none;
  }
}
.footer {
  color: #fff;
  background: #0162a1;
}
.footer .list {
  display: flex;
  padding-bottom: 0.2rem;
  padding-top: 0.35rem;
  line-height: 0.9rem;
  font-family: "POPPINS-BOLD";
  font-size: 0.38rem;
  justify-content: space-between;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.footer .logo img {
  margin-right: 0.2rem;
  max-height: 1.1rem;
}
.footer .addbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.3rem 0.25rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.footer .addbox li {
  padding: 0.12rem 0;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  width: 46%;
}
.footer .addbox li .t1 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.16rem;
}
.footer .addbox li .t1 img {
  max-height: 0.22rem;
  margin-right: 0.15rem;
}
.footer .addbox li .t2 {
  padding-top: 0.15rem;
  font-size:.18rem;
}
.footer .addbox li:first-child {
  width: 47.5%;
  padding-right: 0.9rem;
}
.footer .addbox li:last-child {
  border-right: 0;
}
.footer .contact {
  padding: 0.6rem 0;
}
.footer .contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .contact li .t1 img {
  max-height: 0.22rem;
  margin-right: 0.15rem;
}
.footer .contact li .t2 {
  padding-top: 0.1rem;
  font-size: 0.32rem;
  line-height: 0.4rem;
}
.footer .contact li .t2 a {
  color: #fff;
}
.footer .link {
  padding-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.3);
}
.footer .link a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.3);
  transition: all 334ms ease;
}
.footer .link a:hover {
  color: #ffffff;
}
.footer .list-2 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.14rem;
  padding: 0.15rem 0;
  background: #1a1c1d;
}
.footer .list-2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .list-2 .topscroll img {
  max-height: 0.16rem;
  margin-top: 0.02rem;
}
.footer .list-2 .topscroll a {
  color: #fff;
  font-size: 0.16rem;
  transition: all 334ms ease;
}
.footer .list-2 .topscroll a:hover {
  opacity: 0.7;
}
.footer .list-2 .topscroll span {
  vertical-align: top;
  margin-top: 0.01rem;
  margin-left: 0.2rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.footer .share img {
  max-height: 0.4rem;
}
@media (max-width: 1024px) {
  .footer .list {
    display: none;
  }
  .footer .addbox {
    padding-top: 20px;
  }
  .footer .addbox ul {
    display: block;
  }
  .footer .addbox li {
    border: 0;
    padding: 15px 0;
    padding-right: 0!important;
    width: 100%!important;
  }
  .footer .addbox li .t1 {
    font-size: 15px;
  }
  .footer .addbox li .t1 img {
    max-height: 22px;
    margin-right: 15px;
  }
  .footer .contact {
    padding-top: 20px;
  }
  .footer .contact li {
    padding-top: 30px;
  }
  .footer .contact li .t1 img {
    max-height: 22px;
    margin-right: 15px;
    margin-top: -2px;
  }
  .footer .link {
    display: none;
  }
  .footer .list-2 {
    padding: 15px 0;
    font-size: 14px;
  }
  .footer .list-2 .container {
    display: block;
  }
  .footer .list-2 .topscroll a {
    font-size: 14px;
  }
  .footer .list-2 .topscroll span {
    width: 22px;
    height: 22px;
  }
  .footer .list-2 .topscroll img {
    max-height: 16px;
    margin-top: 2px;
  }
  .footer .share {
    display: none;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner img {
  width: 100%;
  height: auto;
}
.inside-banner .ph {
  display: none;
}
.inside-banner .text {
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -70%);
}
.inside-banner .t1 {
  font-size: 0.2rem;
  font-family: "POPPINS-BOLD";
}
.inside-banner .t2 {
  font-size: 0.4rem;
  line-height: 0.56rem;
  padding-top: 0.3rem;
}
.inside-banner .t2 span {
  display: block;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .text {
    display: none;
  }
}
.inside-banner-2 .text {
  left: 0;
  top: 0.7rem;
  transform: translate(0);
}
.inside-banner-2 .t2 {
  color: #333;
  font-weight: 700;
}
.inside-current {
  margin-top: 0.2rem;
  color: #666e86;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current img {
  margin-top: 0.02rem;
  margin-right: 0.15rem;
  max-height: 0.22rem;
}
.inside-current a {
  color: #666e86;
}
.inside-current a:hover {
  color: #004d80;
}
.inside-current .container {
  max-width: 14.4rem;
}
.inside-about {
  padding: 1rem 0;
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.inside-about .list {
  display: flex;
  padding-bottom: 0.8rem;
  justify-content: space-between;
}
.inside-about .left {
  width: 50%;
  color: #003a8c;
  font-size: 0.85rem;
  line-height: 0.9rem;
}
.inside-about .left p:first-child {
  font-family: "POPPINS-BOLD";
}
.inside-about .right {
  width: 50%;
  font-family: "POPPINS-BOLD";
}
.inside-about .text {
  font-size: 0.2rem;
}
.inside-about .text .t1,
.inside-about .text .t2 {
  text-align: center;
}
.inside-about .text-2 {
  padding-top: 0.9rem;
}
.inside-about .text-2 .t1 {
  font-size: 0.4rem;
  font-weight: 700;
}
.inside-about .text-2 .t2 {
  padding: 0 0.7rem;
  padding-top: 0.3rem;
}
.inside-about .numlist {
  color: #fff;
  background: #015892;
  margin-top: 0.9rem;
}
.inside-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0;
}
.inside-about .numlist li {
  width: 25%;
  padding-left: 0.5rem;
  border-left: solid 1px #1d6a9e;
}
.inside-about .numlist li .counter {
  font-size: 0.58rem;
  line-height: 0.6rem;
  font-family: "Oswald";
}
.inside-about .numlist li em {
  font-style: normal;
  vertical-align: top;
  display: inline-block;
  font-family: "Oswald";
  font-size: 0.4rem;
  line-height: 0.4rem;
}
.inside-about .numlist li:first-child {
  border-left: 0;
  padding-left: 1rem;
}
@media (max-width: 1024px) {
  .inside-about {
    padding: 50px 0;
    font-size: 15px;
    line-height: 28px;
  }
  .inside-about .list {
    display: block;
  }
  .inside-about .left,
  .inside-about .right {
    width: 100%;
  }
  .inside-about .left {
    font-size: 40px;
    line-height: 50px;
  }
  .inside-about .text {
    font-size: 15px;
  }
  .inside-about .numlist li {
    width: 50%;
    text-align: center;
    padding: 10px!important;
  }
  .inside-about .text-2 .t2 {
    padding: 0;
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .inside-about .numlist li {
    font-size: 12px;
  }
}
.company-environment {
  padding-bottom: 2rem;
}
.company-environment .title {
  color: #011522;
  font-weight: 700;
  font-size: 0.4rem;
  text-align: center;
}
.company-environment .list {
  margin-top: 0.3rem;
}
.company-environment .list2 {
  z-index: 8;
  margin: 0 auto;
  margin-top: -1.4rem;
  position: relative;
  max-width: 9.9rem;
  width: 100%;
}
.company-environment .pic {
  position: relative;
  cursor: pointer;
}
.company-environment .pic img {
  width: auto;
  height: auto;
}
.company-environment .pic:after {
  content: "";
  display: block;
  padding-bottom: 46.34920635%;
}
.company-environment .item {
  position: relative;
}
.company-environment .item .num {
  bottom: 0;
  opacity: 0.4;
  color: #000;
  right: 0.1rem;
  position: absolute;
  font-size: 0.3rem;
  text-transform: uppercase;
  font-family: "寰蒋闆呴粦";
  font-weight: 700;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
.company-environment .item .pic {
  border-radius: 0.05rem;
  border: solid 0.02rem #ffffff;
}
.company-environment .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 46.42857143% !important;
}
.company-environment .item .pic img {
  border-radius: 0.05rem;
}
@media (max-width: 1024px) {
  .company-environment {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .company-environment .list2 {
    display: none;
  }
}
.history {
  color: #fff;
  background-position: center center;
  background-size: cover;
  padding-top: 0.7rem;
  position: relative;
}
.history .title {
  color: #fff;
  left: 50%;
  top: 0.7rem;
  font-size: 0.4rem;
  font-weight: 700;
  position: absolute;
  transform: translateX(-50%);
}
.history a {
  color: #fff;
}
.history .list {
  min-height: 7.98rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.history .list li {
  width: 12.5%;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  position: relative;
}
.history .list li::before {
  content: "";
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: -0.08rem;
  left: -0.04rem;
}
.history .list li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px rgba(255, 255, 255, 0.45) dashed;
  position: absolute;
  top: 0;
  left: 0;
}
.history .list .box {
  display: block;
}
.history .list .year {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.56rem;
  line-height: 1;
  transform: rotate(90deg) translate(-0.1rem, -0.5rem);
  transform-origin: left top;
  transition: 0.45s all ease-in-out;
}
.history .list .info {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.14rem;
  line-height: 1.5;
  opacity: 0;
  transition: .5s;
}
.history .list .active::before {
  background: #ffffff;
}
.history .list .active::after {
  border-color: #ffffff;
}
.history .list .active .year {
  color: #ffffff;
  transform: rotate(0deg) translate(0, -0.1rem);
}
.history .list .active .info {
  margin-top: 0.2rem;
  display: block;
  opacity: 1;
}
.history .list li:nth-child(1) {
  height: 3.5rem;
}
.history .list li:nth-child(2) {
  height: 4.1rem;
}
.history .list li:nth-child(3) {
  height: 4.7rem;
}
.history .list li:nth-child(4) {
  height: 5.3rem;
}
.history .list li:nth-child(5) {
  height: 5.9rem;
}
.history .list li:nth-child(6) {
  height: 6.2rem;
}
.history .list li:nth-child(7) {
  height: 6.95rem;
}
.history .list li:nth-child(8) {
  height: 7.4rem;
}
@media screen and (max-width: 1024px) {
  .history {
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 1;
  }
  .history::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(32, 56, 142, 0.4);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .history .title {
    margin-bottom: 50px;
    position: static;
    left: 0;
    transform: translateX(0);
  }
  .history .list li {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px rgba(255, 255, 255, 0.45) dashed;
    width: 50%;
    height: auto !important;
  }
  .history .list li::before {
    width: 9px;
    height: 9px;
    top: -9px;
    left: -4px;
  }
  .history .list .year {
    font-size: 24px;
    transform: rotate(0) translate(0, 0);
    margin-bottom: 10px;
  }
  .history .list .info {
    margin-top: 0;
    font-size: 14px;
    opacity: 1;
  }
}
@media (max-width: 420px) {
  .history .list li {
    width: 100%;
  }
}
.inside-news {
  padding: 1rem 0;
}
.inside-news .list .box {
  display: flex;
  border-radius: 0.15rem;
  justify-content: space-between;
  background: #fafafa;
}
.inside-news .list .pic {
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  position: relative;
  overflow: hidden;
  width: 54.5%;
}
.inside-news .list .pic img {
  width: auto;
  height: auto;
  transition: all 1000ms ease;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}
.inside-news .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.81670534%;
}
.inside-news .list .text {
  width: 45.5%;
  padding: 0.5rem 0.55rem;
  padding-bottom: 0.4rem;
}
.inside-news .list .tit {
  font-family: "POPPINS-BOLD";
  color: #383838;
  font-size: 0.28rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.inside-news .list .time {
  color: #040300;
  padding-top: 0.2rem;
  font-size:0.16rem;
}
.inside-news .list .txt {
  color: #666;
  font-size:0.18rem;
  margin-top: 0.4rem;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.inside-news .list .more {
  margin-top: 0.55rem;
  font-size: 0.16rem;
  padding: 0 0.1rem;
  color: #004d80;
  text-align: center;
  line-height: 0.42rem;
  border-radius: 0.3rem;
  height: 0.46rem;
  min-width: 1.5rem;
  display: inline-block;
  font-family: "POPPINS-BOLD";
  transition: all 500ms ease;
  border: solid 0.02rem #004d80;
}
.inside-news .list .box:hover .pic img {
  transform: scale(1.1);
}
.inside-news .list .box:hover .tit {
  color: #004d80;
}
.inside-news .list .box:hover .more {
  color: #fff;
  background: #004d80;
}
.inside-news .list-2 {
  padding-top: 0.4rem;
}
.inside-news .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  column-gap: 10px;
}
.inside-news .list-2 li {
  padding-top: 0.4rem;
  width: 553px;
}
.inside-news .list-2 .box {
  position: relative;
}
.inside-news .list-2 .pic {
  overflow: hidden;
  position: relative;
}
.inside-news .list-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 59%;
}
.inside-news .list-2 .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.inside-news .list-2 .text {
  overflow: hidden;
  position: relative;
  padding: 0.25rem;
  transition: all 500ms ease;
  padding-bottom: 0.35rem;
  background: #fafafa;
  height: 100%;
}
.inside-news .list-2 .text .logo {
  bottom: -0.4rem;
  right: -0.4rem;
  opacity: 0;
  transition: all 500ms ease;
  position: absolute;
}
.inside-news .list-2 .text .logo img {
  opacity: 0.26;
  max-height: 3rem;
}
.inside-news .list-2 .tit {
  color: #333;
  font-family: "POPPINS-BOLD";
  font-size: 0.24rem;
  height: 0.9rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.inside-news .list-2 .time {
  color: #040300;
}
.inside-news .list-2 .time,
.inside-news .list-2 .txt {
  font-size: 0.16rem;
  margin-top: 0.15rem;
}
.inside-news .list-2 .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #666;
  height: 0.6rem;
  line-height: 0.3rem;
  font-family: "POPPINS-BOLD";
}
.inside-news .list-2 .more {
  margin-top: 0.55rem;
  font-size: 0.16rem;
  padding: 0 0.1rem;
  color: #004d80;
  text-align: center;
  line-height: 0.42rem;
  border-radius: 0.3rem;
  height: 0.46rem;
  min-width: 1.5rem;
  display: inline-block;
  font-family: "POPPINS-BOLD";
  transition: all 500ms ease;
  border: solid 1px #004d80;
}
.inside-news .list-2 li:hover .text {
  background: #004d80;
}
.inside-news .list-2 li:hover .pic img {
  transform: scale(1.05);
}
.inside-news .list-2 li:hover .tit,
.inside-news .list-2 li:hover .time,
.inside-news .list-2 li:hover .txt {
  z-index: 4;
  position: relative;
  color: #fff;
}
.inside-news .list-2 li:hover .more {
  color: #fff;
  border-color: #ce281e;
  background: #ce281e;
}
.inside-news .list-2 li:hover .logo {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 1024px) {
  .inside-news {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .inside-news .list .box {
    display: block;
  }
  .inside-news .list .pic,
  .inside-news .list .text {
    width: 100%;
    border-radius: 0;
  }
  .inside-news .list .pic img,
  .inside-news .list .text img {
    border-radius: 0;
  }
  .inside-news .list .text {
    padding: 30px 20px;
  }
  .inside-news .list .txt {
    margin-top: 20px;
  }
  .inside-news .list .more {
    padding: 0 15px;
    margin-top: 20px;
    font-size: 14px;
    min-width: 130px;
    height: 38px;
    line-height: 36px;
  }
  .inside-news .list-2 li {
    width: 50%;
  }
  .inside-news .list-2 .text {
    padding: 30px 20px;
  }
  .inside-news .list-2 .time,
  .inside-news .list-2 .txt {
    font-size: 14px;
  }
  .inside-news .list-2 .txt {
    line-height: 24px;
    height: 48px;
  }
  .inside-news .list-2 .more {
    margin-top: 20px;
    font-size: 14px;
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 420px) {
  .inside-news .list-2 li {
    width: 100%;
  }
}
.inside-newsshow {
  overflow: hidden;
  z-index: 9;
  position: relative;
  padding: 0.5rem 0 1rem 0;
}
.inside-newsshow:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  position: absolute;
  background: linear-gradient(to bottom, #ffffff, #d8e8f3);
}
.inside-newsshow .container {
  z-index: 9;
  max-width: 14.4rem;
  position: relative;
}
.inside-newsshow h1 {
  color: #051121;
  font-size: 0.5rem;
  line-height: 0.6rem;
  font-weight: normal;
  font-family: "POPPINS-BOLD";
}
.inside-newsshow .pic img {
  margin-left: 0.3rem;
}
.inside-newsshow .info {
  color: #1d3654;
  font-size: 0.14rem;
  font-weight: lighter;
  padding: 0.4rem 0 0.4rem 0;
}
.inside-newsshow .info span {
  padding: 0 0.2rem;
}
.inside-newsshow .share {
  width: 5%;
  float: left;
  font-size: 0.2rem;
  padding-bottom: 0.65rem;
}
.inside-newsshow .share p {
  color: #1d3654;
}
.inside-newsshow .share li {
  width: 0.46rem;
  height: 0.46rem;
  border: solid 1px #004d80;
  margin-top: 0.2rem;
  line-height: 0.38rem;
  border-radius: 100%;
  text-align: center;
  transition: all 500ms ease;
}
.inside-newsshow .share li img {
  max-height: 0.46rem;
  vertical-align: middle;
}
.inside-newsshow .share li a {
  display: block;
}
.inside-newsshow .right {
  width: 90%;
  float: right;
}
.inside-newsshow .text {
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.inside-newsshow .f28 {
  font-size: 0.28rem;
  font-family: "POPPINS-BOLD";
}
.inside-newsshow .tag {
  font-size: 0.16rem;
  padding-top: 0.4rem;
}
.inside-newsshow .tag a {
  padding: 0 0.1rem;
  display: inline-block;
  color: #f69d01;
}
.inside-newsshow .tag a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .inside-newsshow {
    padding: 50px 0;
  }
  .inside-newsshow .share {
    display: none;
  }
  .inside-newsshow h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-newsshow .info {
    font-size: 14px;
    padding: 15px 0;
  }
  .inside-newsshow .info span {
    padding: 0 10px;
  }
  .inside-newsshow .right {
    width: 100%;
    float: none;
    padding-right: 0;
    font-size: 14px;
  }
  .inside-newsshow .text {
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
  }
  .inside-newsshow .text .pic {
    padding-top: 20px;
    padding-bottom: 30px;
    display: block;
  }
  .inside-newsshow .text .pic img {
    margin-left: 0;
    float: none!important;
  }
  .inside-newsshow .tag {
    font-size: 14px;
    padding-top: 20px;
  }
  .inside-newsshow .tag a {
    padding: 0 10px;
  }
  .inside-newsshow .text .font28 {
    font-size: 20px;
    padding: 30px 0 10px 0;
  }
}
.inside-title {
  color: #011522;
  font-size: 0.4rem;
  text-align: center;
  padding: 0.8rem 0;
  font-weight: 700;
}
.inside-caidan {
  padding: 0.5rem 0;
  background: #e6e6e6;
}
.inside-caidan .list {
  padding-bottom: 0.4rem;
}
.inside-caidan .list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.inside-caidan .list li {
  padding: 0 0.65rem;
}
.inside-caidan .list li span {
  display: block;
  margin-bottom: 0.1rem;
}
.inside-caidan .list li .icon img {
  max-height: 0.4rem;
}
.inside-caidan .list li a {
  color: #000;
  font-size: 0.26rem;
  padding: 0 0.15rem;
  text-align: center;
  line-height: 0.58rem;
  height: 0.58rem;
  background: #fff;
  display: inline-block;
  min-width: 2.4rem;
  border-radius: 0.3rem;
}
.inside-caidan .list li:first-child a {
  height: auto;
  min-width: auto;
  font-size: 0.16rem;
  line-height: 0.3rem;
  background: transparent;
}
.inside-caidan .list li:first-child:hover a {
  color: #333;
  background: transparent;
}
.inside-caidan .list li:hover a,
.inside-caidan .list .cur a {
  color: #fff;
  background: #ce281e;
}
.inside-caidan .search {
  width: 100%;
  margin: 0 auto;
  max-width: 9.7rem;
  position: relative;
}
.inside-caidan .search input {
  border: 0;
  width: 100%;
  font-size: 0.16rem;
  font-family: "POPPINS-LIGHT";
  padding-left: 0.5rem;
  padding-right: 1rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.6rem;
}
.inside-caidan .search .btn {
  top: 0.16rem;
  right: 0.3rem;
  position: absolute;
}
.inside-caidan .search .btn svg {
  fill: #b3b3b3;
  width: 0.36rem;
  height: 0.36rem;
}
@media (max-width: 1024px) {
  .inside-caidan .list li {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .inside-caidan .list {
    padding-bottom: 0;
  }
  .inside-caidan .list li {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .inside-caidan .list li a {
    min-width: 100%;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
  }
  .inside-caidan .list li:first-child a {
    font-size: 16px;
  }
}
.inside-pronav {
  padding: 0.1rem 0 0.7rem 0;
  background: #eeeeee;
}
.inside-pronav .tabnav {
  padding-top: 0.2rem;
}
.inside-pronav .tabnav ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.2rem;
}
.inside-pronav .tabnav li {
  margin-top: 0.16rem;
  padding-left: 0.2rem;
}
.inside-pronav .tabnav li a {
  color: #333333;
  background: #fff;
  font-size: 0.14rem;
  padding: 0 0.2rem;
  line-height: 0.38rem;
  display: inline-block;
  border: solid 1px #d1d1d1;
  border-radius: 0.3rem;
  transition: all 500ms ease;
}
.inside-pronav .tabnav li:hover a,
.inside-pronav .tabnav .cur a {
  color: #fff;
  border-color: #ce281e;
  background: #ce281e;
}
.inside-pronav .tabnav .all a {
  color: #333!important;
  border-color: #03548f!important;
  background: transparent!important;
}
.inside-pronav .tabnav .all img {
  margin-bottom: 0.03rem;
  max-height: 0.2rem;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.inside-pronav .tabnav-2 {
  padding-top: 0;
}
.inside-pronav .tabnav-2 li {
  margin-top: 0;
  border-bottom: dashed 1px #d3d3d3;
  font-size: 0.18rem;
}
.inside-pronav .tabnav-2 li a {
  border: 0;
  padding: 0 0.4rem;
  padding-bottom: 0.2rem;
  background: transparent!important;
  position: relative;
}
.inside-pronav .tabnav-2 li a:after {
  opacity: 0;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 0.02rem;
  position: absolute;
  background: #1a578d;
  transition: all 500ms ease;
}
.inside-pronav .tabnav-2 li:hover a,
.inside-pronav .tabnav-2 .cur a {
  font-weight: 700;
  color: #1c5e99!important;
}
.inside-pronav .tabnav-2 li:hover a:after,
.inside-pronav .tabnav-2 .cur a:after {
  width: 100%;
  opacity: 1;
}
.inside-pronav .tabbox {
  margin-top: 0.6rem;
}
.inside-pronav .tabbox ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-pronav .tabbox li {
  width: 25%;
  margin-bottom: 0.3rem;
}
.inside-pronav .tabbox li a {
  display: block;
  color: #333;
  padding-left: 0.15rem;
  padding-right: 0.1rem;
  position: relative;
}
.inside-pronav .tabbox li a:before {
  content: "";
  top: 0.06rem;
  left: 0;
  opacity: 0;
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  transition: all 500ms ease;
  background: url(../images/arrow-4.png) no-repeat center center;
  background-size: cover;
}
.inside-pronav .tabbox li:hover a,
.inside-pronav .tabbox .cur a {
  color: #1790cd;
  font-weight: 700;
}
.inside-pronav .tabbox li:hover a:before,
.inside-pronav .tabbox .cur a:before {
  opacity: 1;
}
.inside-pronav .drop {
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: dashed 1px #d3d3d3;
}
.inside-pronav .drop span {
  cursor: pointer;
  padding: 0 0.2rem;
  display: inline-block;
}
.inside-pronav .drop em {
  color: #333;
  font-size: 0.18rem;
  text-align: center;
  padding: 0 0.1rem;
  display: inline-block;
  background: #e0e0e0;
  line-height: 0.42rem;
  height: 0.42rem;
  font-style: normal;
  min-width: 2rem;
  transition: all 700ms ease;
  border-left: solid 0.04rem #9a9a9a;
}
.inside-pronav .drop em:hover {
  color: #1790cd;
  background: #cbdfe9;
  border-color: #cbdfe9;
}
.inside-pronav .drop .cur em {
  color: #1790cd;
  background: #cbdfe9;
  border-color: #cbdfe9;
}
.inside-pronav .show {
  display: block;
}
.inside-pronav .tabbox-2 {
  margin-top: 0.5rem;
}
.inside-pronav .tabbox-2 li {
  width: 12%;
}
@media (max-width: 1024px) {
  .inside-pronav {
    display: none;
  }
  .inside-pronav .tabnav li {
    margin-top: 5px;
  }
  .inside-pronav .tabbox {
    display: none;
  }
}
.inside-application {
  padding-top: 0.4rem;
  padding-bottom: 0.7rem;
}
.inside-arrow {
  z-index: 3;
  height: 0.32rem;
  width: 1.41rem;
  margin: 0 auto;
  position: relative;
  line-height: 0.32rem;
  background: url(../images/sbg.png) no-repeat;
  background-size: cover;
}
.inside-arrow a {
  text-align: center;
  display: block;
  position: relative;
}
.inside-arrow a:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  display: inline-block;
  border-top: solid 2px #272636;
  border-right: solid 2px #272636;
  transform: rotate(-45deg);
}
.inside-arrow.active a:after {
  transform: rotate(135deg);
}
@media (max-width: 1024px) {
  .inside-arrow {
    display: none;
  }
}
.inside-product {
  padding-top: 0.4rem;
  padding-bottom: 0.7rem;
}
.inside-product .view {
  text-align: center;
  padding-top: 0.6rem;
}
.inside-product .view a {
  color: #ce281e;
  font-size: 0.2rem;
}
.inside-product .view i {
  margin-left: 0.1rem;
  vertical-align: top;
  width: 0.26rem;
  height: 0.26rem;
  background: #f9f9f9;
  font-style: normal;
  display: inline-block;
  border: solid 1px #c8c8c8;
  border-radius: 50%;
  position: relative;
}
.inside-product .view i:after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  margin-top: 0.06rem;
  vertical-align: top;
  display: inline-block;
  border-top: solid 1px #5c5c5c;
  border-right: solid 1px #5c5c5c;
  transform: rotate(135deg);
  transition: all 334ms ease;
}
.inside-product .view a:hover i {
  border-color: #ce281e;
}
.inside-product .view a:hover i:after {
  border-top: solid 1px #ce281e;
  border-right: solid 1px #ce281e;
}
.inside-proshow-2 {
  color: #555;
  padding: 0.9rem 0;
}
.inside-proshow-2 .title {
  color: #011522;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
}
.inside-proshow-2 .text {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding: 0.5rem;
}
.inside-proshow-2 .text p {
  padding-top: 0.3rem;
}
.inside-proshow-2 .list {
  padding-top: 0.3rem;
}
.inside-proshow-2 .list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0.8rem;
}
.inside-proshow-2 .list li {
  width: 33.333%;
  padding: 0 0.2rem;
}
.inside-proshow-2 .list li .item {
  color: #004d81;
  width: 100%;
  font-family: "POPPINS-BOLD";
  font-size: 0.24rem;
  text-align: center;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(3, 68, 112, 0.14);
}
.inside-proshow-2 .list li .item span {
  display: block;
}
.inside-proshow-2 .list li .box {
  width: 100%;
  display: flex;
  line-height: 0.3rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  padding: 0.3rem;
  min-height: 1.45rem;
  box-shadow: 0 0 0.6rem #cbe3f5 inset;
}
.inside-proshow-2 .list-2 {
  margin: 0 auto;
  max-width: 19.2rem;
}
.inside-proshow-2 .list-2 .pic {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.inside-proshow-2 .list-2 .pic img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.inside-proshow-2 .list-3 {
  font-size: 0.22rem;
  text-align: center;
  padding-top: 0.8rem;
}
.inside-proshow-2 .list-3 span {
  margin: 0 0.25rem;
  display: inline-block;
}
.inside-proshow-2 .list-3 .huise {
  color: #555;
}
.inside-proshow-2 .list-3 .line {
  vertical-align: middle;
  height: 0.02rem;
  background: #5585a5;
  max-width: 4.6rem;
  width: 100%;
}
.inside-proshow-2 .list-3 .red {
  color: #ce281e;
  font-family: "POPPINS-BOLD";
}
@media (max-width: 1024px) {
  .inside-proshow-2 {
    padding: 40px 0;
  }
  .inside-proshow-2 .list {
    padding-top: 0;
  }
  .inside-proshow-2 .list ul {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .inside-proshow-2 .list li {
    width: 100%;
    margin-top: 30px;
  }
  .inside-proshow-2 .text {
    font-size: 15px;
    line-height: 26px;
    padding: 30px 0;
  }
  .inside-proshow-2 .list-2 {
    padding: 0 20px;
    max-width: 640px;
  }
  .inside-proshow-2 .list-3 {
    text-align: center;
  }
  .inside-proshow-2 .list-3 span {
    display: block;
    margin: 0 auto;
  }
  .inside-proshow-2 .list-3 .line {
    margin: 10px auto;
  }
}
.inside-proshow {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-proshow .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-proshow .leftbox {
  width: 37.5%;
  padding: 0.5rem 0;
  position: relative;
}
.inside-proshow .rightbox {
  font-size: 0.24rem;
  width: 51%;
  color: #fff;
}
.inside-proshow .rightbox h1 {
  font-weight: normal;
  font-size: 0.38rem;
  line-height: 0.5rem;
  font-family: "POPPINS-BOLD";
  padding-bottom: 1.2rem;
}
.inside-proshow .rightbox p {
  padding-top: 0.2rem;
}
.inside-proshow .pic {
  position: relative;
}
.inside-proshow .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-proshow .swiper-pagination {
  bottom: auto;
  margin-top: 0.2rem;
  position: relative;
}
.inside-proshow .swiper-pagination-bullet {
  opacity: 1;
  background: #f3f2ef;
  margin: 0 0.05rem;
}
.inside-proshow .swiper-pagination-bullet-active {
  width: 0.25rem;
  border-radius: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-proshow {
    background-image: none!important;
    margin-top: 60px;
  }
  .inside-proshow .container {
    display: block;
  }
  .inside-proshow .leftbox {
    width: 100%;
    background: #e6edf5;
  }
  .inside-proshow .rightbox {
    padding: 40px 30px;
    background: #06467a;
    width: 100%;
  }
  .inside-proshow .rightbox h1 {
    padding-bottom: 0;
  }
}
.inside-xg-product {
  padding-bottom: 1rem;
}
.inside-xg-product .title {
  font-weight: 700;
  font-size: 0.4rem;
  color: #011522;
  text-align: center;
  padding-bottom: 0.3rem;
}
.inside-xg-product .swiper-pagination {
  bottom: auto;
  margin-top: 0.4rem;
  position: relative;
}
.inside-xg-product .swiper-pagination-bullet {
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
  background: #c0c0c0;
  margin: 0 0.07rem;
}
.inside-xg-product .swiper-pagination-bullet-active {
  background: #004d80;
}
.inside-case {
  background: #f4f7fd;
}
.inside-applications {
  padding: 1rem 0;
}
.inside-applications .container {
  max-width: 19.2rem;
}
.inside-applications li {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  justify-content: space-between;
}
.inside-applications li .pic {
  overflow: hidden;
  width: 44.7%;
  border-radius: 0.1rem;
}
.inside-applications li .pic img {
  border-radius: 0.1rem;
  transition: all 700ms ease;
}
.inside-applications li .text {
  width: 55.3%;
  font-size: 0.2rem;
  line-height: 0.36rem;
  padding-left: 0.85rem;
  padding-right: 1.7rem;
}
.inside-applications li .tit {
  font-size: 0.55rem;
  line-height: 0.7rem;
  font-weight: 700;
}
.inside-applications li .txt {
  padding-top: 0.3rem;
}
.inside-applications li:hover .pic img {
  transform: scale(1.1);
}
.inside-applications li:first-child {
  padding-top: 0;
}
.inside-applications li:nth-child(2n) {
  flex-direction: row-reverse;
}
.inside-applications li:nth-child(2n) .text {
  padding-right: 0.85rem;
  padding-left: 1.7rem;
}
@media (max-width: 1024px) {
  .inside-applications {
    padding: 50px 0;
  }
  .inside-applications li {
    display: block;
  }
  .inside-applications li .pic {
    width: 100%;
  }
  .inside-applications li .text {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 30px!important;
  }
}
.inside-contact {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
  background: linear-gradient(to bottom, #f2f7fd, #ffffff);
}
.inside-contact .tit {
  color: #000;
  text-align: center;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: "POPPINS-BOLD";
}
.inside-contact .txt {
  text-align: center;
  padding: 0.2rem 3.5rem;
}
.inside-contact .menu {
  padding-top: 0.4rem;
  border-bottom: solid 1px #bebebe;
}
.inside-contact .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-contact .menu li {
  padding: 0 1rem;
  font-size: 0.24rem;
}
.inside-contact .menu li a {
  color: #000;
  position: relative;
  display: inline-block;
  padding-bottom: 0.4rem;
}
.inside-contact .menu li a:after {
  left: 0;
  content: "";
  width: 0;
  bottom: -1px;
  position: absolute;
  height: 0.04rem;
  background: #004d80;
  transition: all 500ms ease;
}
.inside-contact .menu .cur a:after {
  width: 100%;
}
.inside-contact .con {
  padding-left: 0.5rem;
  background: #f7f7f7;
  position: relative;
  z-index: 1;
}
.inside-contact .con .tit-2 {
  text-align: center;
  font-size: 0.4rem;
  line-height: 0.5rem;
  padding-top: 0.6rem;
  font-weight: 700;
}
.inside-contact .lxfs .list li {
  border-bottom: 1px #cfd0d0 solid;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}
.inside-contact .lxfs .list li:last-child {
  border-bottom: none;
}
.inside-contact .lxfs .list .box {
  display: flex;
  flex-wrap: wrap;
}
.inside-contact .lxfs .list .bt {
  width: 40%;
  color: #003a8c;
  font-weight: 700;
  font-size: 0.5rem;
  font-family: "POPPINS-BOLD";
}
.inside-contact .lxfs .list .text {
  width: 53%;
}
.inside-contact .lxfs .list .div-1 {
  position: relative;
  padding-left: 1.1rem;
  line-height: 1;
  margin-bottom: 0.9rem;
}
.inside-contact .lxfs .list .div-1 > .icon {
  display: inline-flex;
  position: absolute;
  top: -0.07rem;
  left: 0;
}
.inside-contact .lxfs .list .div-1 > .icon img {
  max-height: 0.6rem;
}
.inside-contact .lxfs .list .div-1:last-child {
  margin-bottom: 0;
}
.inside-contact .lxfs .list .title {
  padding-bottom: 0.1rem;
  color: #ce281e;
  font-family: "POPPINS-BOLD";
}
.inside-contact .lxfs .list .info {
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.inside-contact .lxfs .list .info a {
  color: #333;
}
.inside-contact .lxfs .list .btnDiv {
  padding-top: 0.4rem;
}
.inside-contact .lxfs .list .btnDiv a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  padding: 0 0.2rem;
  background: #004d80;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.inside-contact .lxfs .list .btnDiv a .icon {
  margin-left: 0.1rem;
  display: inline-flex;
  width: 0.16rem;
  height: 0.16rem;
}
.inside-contact .lxfs .list .btnDiv a .icon svg {
  width: 100%;
  height: 100%;
}
.inside-contact .lxfs .list .btnDiv a:hover {
  color: #fff;
  background: #ce281e;
}
@media screen and (max-width: 1024px) {
  .inside-contact {
    margin-top: 60px;
  }
  .inside-contact .tit {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-contact .txt {
    padding: 20px 0;
  }
  .inside-contact .menu {
    text-align: left;
  }
  .inside-contact .menu li {
    padding: 0 5px;
  }
  .inside-contact .lxfs .list li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-contact .lxfs .list li:last-child {
    border-bottom: none;
  }
  .inside-contact .lxfs .list .bt {
    width: 40%;
    font-size: 24px;
  }
  .inside-contact .lxfs .list .text {
    width: 55%;
  }
  .inside-contact .lxfs .list .div-1 {
    padding-left: 40px;
    margin-bottom: 30px;
  }
  .inside-contact .lxfs .list .div-1 > .icon {
    width: 30px;
    height: 30px;
    top: -5px;
  }
  .inside-contact .lxfs .list .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .inside-contact .lxfs .list .info {
    font-size: 14px;
    line-height: 1.5;
  }
  .inside-contact .lxfs .list .btnDiv {
    padding-top: 20px;
  }
  .inside-contact .lxfs .list .btnDiv a {
    font-size: 14px;
    min-width: 120px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 15px;
  }
  .inside-contact .lxfs .list .btnDiv a::after {
    border-radius: 100px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    transform: translate(-100%);
  }
  .inside-contact .lxfs .list .btnDiv a .icon {
    margin-left: 10px;
    width: 16px;
    height: 16px;
  }
  .inside-contact .lxfs .list .btnDiv a:hover {
    text-indent: 4px;
  }
}
@media screen and (max-width: 768px) {
  .inside-contact .menu {
    text-align: left;
  }
  .inside-contact .menu ul {
    justify-content: flex-start;
  }
  .inside-contact .menu li {
    margin-bottom: 10px;
  }
  .inside-contact .menu li a {
    padding-bottom: 10px;
  }
  .inside-contact .lxfs .list .bt {
    width: 100%;
    margin-bottom: 10px;
  }
  .inside-contact .lxfs .list .text {
    width: 100%;
  }
}
.inside-message {
  overflow: hidden;
  background: #f7f7f7;
  position: relative;
  box-shadow: 0rem 0.15rem 0.35rem rgba(0, 10, 20, 0.1);
}
.inside-message .container {
  display: flex;
  justify-content: space-between;
}
.inside-message .fromlist {
  padding: 0.5rem 0;
  width: 49%;
}
.inside-message .fromlist .title {
  font-weight: 700;
  font-size: 0.4rem;
  text-align: center;
}
.inside-message .fromlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-message .fromlist li {
  width: 49%;
  padding-top: 0.2rem;
}
.inside-message .fromlist li label {
  color: #394e6a;
  font-size: 0.16rem;
  font-weight: 700;
}
.inside-message .fromlist li em {
  color: #f30;
  font-style: normal;
}
.inside-message .fromlist li p {
  padding-top: 0.05rem;
}
.inside-message .fromlist li .iinput,
.inside-message .fromlist li .itextarea {
  width: 100%;
  border: 0;
  color: #666;
  font-size: 0.16rem;
  padding: 0 0.16rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 0.1rem;
}
.inside-message .fromlist li .itextarea {
  height: 1.7rem;
}
.inside-message .fromlist .li1 {
  width: 100%;
}
.inside-message .fromlist .btn {
  width: 100%;
  display: flex;
  padding-top: 0.3rem;
  justify-content: space-between;
}
.inside-message .fromlist .submit a {
  color: #fff;
  font-size: 0.2rem;
  text-align: center;
  height: 0.52rem;
  line-height: 0.52rem;
  min-width: 1.7rem;
  border-radius: 0.3rem;
  display: inline-block;
  background: #004d80;
  transition: all 500ms ease;
}
.inside-message .fromlist .submit a:hover {
  background: #ce281e;
}
.inside-message .fromlist .submit img {
  margin-top: 0.18rem;
  margin-left: 0.2rem;
  max-height: 0.16rem;
}
.inside-message .fromlist .verifyDiv {
  width: 50%;
  font-family: "POPPINS-LIGHT";
}
.inside-message .rightbox {
  width: 47%;
}
.inside-message .rightbox .tu {
  width: 123%;
}
@media (max-width: 1024px) {
  .inside-message .container {
    display: block;
  }
  .inside-message .fromlist {
    width: 100%;
  }
  .inside-message .fromlist li {
    width: 100%!important;
  }
  .inside-message .fromlist li label {
    font-size: 15px;
  }
  .inside-message .fromlist li .iinput,
  .inside-message .fromlist li .itextarea {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }
  .inside-message .fromlist li .itextarea {
    height: 80px;
  }
  .inside-message .fromlist .verifyDiv {
    width: 100%;
  }
  .inside-message .fromlist .btn {
    display: block;
  }
  .inside-message .rightbox {
    display: none;
  }
}
.inside-message-2 {
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .inside-message-2 {
    margin-bottom: 0;
  }
}
.contact-service {
  position: relative;
  padding: 1rem 0;
}
.contact-service .bt {
  text-align: center;
  font-size: 0.4rem;
  font-weight: 700;
}
.contact-service .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.13rem;
  margin-right: -0.13rem;
}
.contact-service .list li {
  width: 33.33333333%;
  margin-top: 0.4rem;
  padding: 0 0.13rem;
}
.contact-service .list .box {
  display: flex;
  min-height: 100%;
  padding: 0.4rem 0.3rem;
  background: #e4eef4;
}
.contact-service .list .pic {
  width: 1rem;
  height: 1rem;
  text-align: left;
}
.contact-service .list .pic img {
  max-height: 1rem;
}
.contact-service .list .text {
  flex: 1;
  padding-top: 0.1rem;
  padding-left: 0.1rem;
}
.contact-service .list .title {
  color: #383838;
  font-family: "POPPINS-BOLD";
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.contact-service .list .info {
  font-size: 0.16rem;
  color: #383838;
  line-height: 0.22rem;
}
.contact-service .list .info span {
  display: block;
}
.contact-service .list .info a {
  color: #004d80;
  text-decoration: underline;
}
.contact-service .list .btnDiv {
  padding-top: 0.4rem;
}
.contact-service .list .btnDiv a {
  font-family: "POPPINS-BOLD";
  font-size: 0.16rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  background: #004d80;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.contact-service .list li:hover .btnDiv a {
  color: #fff;
  background: #ce281e;
}
@media screen and (max-width: 1024px) {
  .contact-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-service .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .contact-service .list li {
    width: 100%;
    padding: 0 10px 30px 10px;
  }
  .contact-service .list li:last-child {
    padding-bottom: 0;
  }
  .contact-service .list .box {
    display: flex;
  }
  .contact-service .list .pic {
    width: 40px;
    height: 40px;
    text-align: left;
  }
  .contact-service .list .text {
    flex: 1;
    padding-top: 0;
    padding-left: 10px;
  }
  .contact-service .list .title {
    font-size: 20px;
    color: #383838;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .contact-service .list .info {
    font-size: 16px;
    color: #383838;
    line-height: 22px;
  }
  .contact-service .list .btnDiv {
    padding-top: 20px;
  }
  .contact-service .list .btnDiv a {
    font-size: 14px;
    min-width: 120px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 15px;
  }
}
.inside-page {
  font-size: 12px;
  text-align: center;
  padding-top: 0.8rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 0.4rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  font-size: 12px;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #b5b5b5;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  background: #004d80;
  border-color: #004d80;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1.06rem;
  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-top: 30px;
  }
  .inside-page a {
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
  }
}
.inside-tag {
  color: #333;
  padding-top: 0.6rem;
}
.inside-tag a {
  color: #333;
  padding: 0 0.2rem;
  display: inline-block;
}
.inside-tag a:hover {
  color: #ce281e;
}
.inside-pagelist {
  border-top: solid 1px #9e9e9e;
  border-bottom: solid 1px #9e9e9e;
  margin-top: 0.5rem;
}
.inside-pagelist li {
  color: #222;
  overflow: hidden;
  height: 0.7rem;
  line-height: 0.69rem;
  border-top: solid 1px #e2e2e4;
}
.inside-pagelist li span {
  width: 12%;
  display: inline-block;
  position: relative;
}
.inside-pagelist li span:after {
  content: "";
  top: 48%;
  right: 0.3rem;
  position: absolute;
  vertical-align: middle;
  border-left: solid 0.05rem transparent;
  border-right: solid 0.05rem transparent;
  border-bottom: solid 0.06rem #222222;
}
.inside-pagelist li a {
  color: #222;
  font-size: 0.22rem;
}
.inside-pagelist li:first-child {
  border-top: 0;
}
.inside-pagelist li:hover a {
  color: #1d3654;
}
.inside-pagelist li:last-child span:after {
  border-bottom: 0;
  border-left: solid 0.05rem transparent;
  border-right: solid 0.05rem transparent;
  border-top: solid 0.06rem #222222;
}
@media (max-width: 1024px) {
  .inside-pagelist {
    margin-top: 40px;
  }
  .inside-pagelist li {
    overflow: hidden;
    height: 50px;
    padding: 0 0px;
    line-height: 49px;
  }
  .inside-pagelist li a {
    padding-left: 20px;
  }
  .inside-pagelist li span:after {
    display: none;
  }
}
.inside-fanhui {
  margin-top: 0.5rem;
  text-align: right;
}
.inside-fanhui a {
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
  height: 0.4rem;
  min-width: 1.24rem;
  display: inline-block;
  background: #004d80;
}
.inside-fanhui:hover a {
  background: #ce281e;
}
@media (max-width: 1024px) {
  .inside-fanhui {
    margin-top: 30px;
  }
  .inside-fanhui a {
    color: #fff;
    line-height: 40px;
    text-align: center;
    height: 40px;
    min-width: 124px;
    display: inline-block;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.verifyDiv {
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.55rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.55rem;
  height: 0.55rem;
  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.55rem;
  line-height: 0.48rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #394e6a;
  z-index: 1;
  font-size: 0.13rem;
  line-height: 0.55rem;
  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;
}
@media (max-width: 1024px) {
  .verify .fix-tips,
  .verify .verify-msg {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .verify {
    height: 50px;
  }
  .verify .drag-progress {
    height: 50px;
    line-height: 48px;
  }
  .verify .drag-btn {
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
  }
  .verify .fix-tips,
  .verify .verify-msg {
    line-height: 50px;
    padding-left: 50px;
  }
  .verifyDiv {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0;
  }
  .error {
    font-size: 12px;
    padding: 0 6px;
    border-bottom-left-radius: 6px;
  }
  .btn {
    text-align: left;
  }
  .btn .col-2 {
    width: 100%;
    padding: 0;
  }
  .submit {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 3px;
    max-width: 100%;
    padding: 0 10px;
    border: none;
    margin: 0;
  }
  .submit:hover {
    background: #eee;
  }
}
.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 .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: #ce281e;
  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 .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 .title a {
  color: #333;
}
.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!important;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.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: #ce281e;
}
.navM .drop a {
  color: #999!important;
  font-size: 14px;
  padding: 0;
}
.inside-map {
  font-weight: 700;
  padding: 0.6rem 0;
}
.inside-map li {
  padding: 0.15rem 0;
}
.inside-map li a {
  font-size: 0.2rem;
  font-weight: 700;
}
.inside-map li .drop {
  padding-top: 0.1rem;
}
.inside-map li .drop a {
  font-size: 0.16rem;
  margin-right: 0.15rem;
  display: inline-block;
  font-weight: normal;
}
.tkbox,
.tkbox-2,
.tkbox-3 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  display: none;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
.tkbox .nr,
.tkbox-2 .nr,
.tkbox-3 .nr {
  font-size: 0.16rem;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 0.6rem;
  padding-top: 0.35rem;
  max-width: 7.6rem;
  box-shadow: 0 0 0.28rem rgba(167, 198, 226, 0.24);
}
.tkbox .close,
.tkbox-2 .close,
.tkbox-3 .close {
  color: #979797;
  font-size: 0.3rem;
  line-height: 0.4rem;
  top: 0.46rem;
  right: 0.6rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  font-family: "瀹嬩綋";
  border: solid 1px #9d9d9d;
}
.tkbox .title,
.tkbox-2 .title,
.tkbox-3 .title {
  color: #243f01;
  font-size: 0.4rem;
  text-align: center;
  font-family: "POPPINS-BOLD";
}
.tkbox .button,
.tkbox-2 .button,
.tkbox-3 .button {
  margin-top: 0.2rem;
  text-align: center;
}
.tkbox .button a,
.tkbox-2 .button a,
.tkbox-3 .button a {
  color: #fff;
  overflow: hidden;
  font-size: 0.16rem;
  height: 0.48rem;
  line-height: 0.48rem;
  min-width: 1.5rem;
  background: #004d80;
  text-transform: capitalize;
  text-decoration: none;
}
.tkbox .button a:before,
.tkbox-2 .button a:before,
.tkbox-3 .button a:before {
  background: rgba(255, 255, 255, 0.2);
}
.tkbox ul,
.tkbox-2 ul,
.tkbox-3 ul {
  padding-top: 0.2rem;
}
.tkbox li,
.tkbox-2 li,
.tkbox-3 li {
  position: relative;
  margin-top: 0.1rem;
}
.tkbox li .iinput,
.tkbox-2 li .iinput,
.tkbox-3 li .iinput,
.tkbox li select,
.tkbox-2 li select,
.tkbox-3 li select {
  width: 100%;
  color: #3a511b;
  height: 0.45rem;
  font-size: 0.16rem;
  padding: 0 0.3rem;
  border-radius: 0.05rem;
  line-height: 0.43rem;
  border: solid 1px #dcdcdc;
}
.tkbox li select,
.tkbox-2 li select,
.tkbox-3 li select {
  background-color: #fff;
}
.tkbox li input::-webkit-input-placeholder,
.tkbox-2 li input::-webkit-input-placeholder,
.tkbox-3 li input::-webkit-input-placeholder {
  color: #3a511b;
}
.tkbox li input:-moz-placeholder,
.tkbox-2 li input:-moz-placeholder,
.tkbox-3 li input:-moz-placeholder {
  color: #3a511b;
  opacity: 1;
}
.tkbox li input::-moz-placeholder,
.tkbox-2 li input::-moz-placeholder,
.tkbox-3 li input::-moz-placeholder {
  color: #3a511b;
  opacity: 1;
}
.tkbox li input:-ms-input-placeholder,
.tkbox-2 li input:-ms-input-placeholder,
.tkbox-3 li input:-ms-input-placeholder {
  color: #3a511b;
}
.tkbox li label,
.tkbox-2 li label,
.tkbox-3 li label {
  top: 0.14rem;
  left: 0.15rem;
  font-size: 0.16rem;
  position: absolute;
  color: #ff0000;
}
.tkbox li a,
.tkbox-2 li a,
.tkbox-3 li a {
  color: #ce281e;
  text-decoration: underline;
}
.tkbox .default-btn,
.tkbox-2 .default-btn,
.tkbox-3 .default-btn {
  width: 100%;
  color: #666 !important;
  cursor: pointer;
  border: 1px #ddd solid;
  line-height: .46rem;
  height: .48rem;
  padding: 0 .15rem;
  font-size: .16rem;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.tkbox .default-btn,
.tkbox-2 .default-btn,
.tkbox-3 .default-btn {
  overflow: hidden;
  position: relative;
}
.tkbox .default-btn input[type="file"],
.tkbox-2 .default-btn input[type="file"],
.tkbox-3 .default-btn input[type="file"] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 200%;
  cursor: pointer;
}
.tkbox .default-btn:hover,
.tkbox-2 .default-btn:hover,
.tkbox-3 .default-btn:hover {
  color: #004d80;
  border-color: #004d80;
}
.tkbox .default-btn::after,
.tkbox-2 .default-btn::after,
.tkbox-3 .default-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #666;
  opacity: 1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (max-width: 640px) {
  .tkbox .title,
  .tkbox-2 .title,
  .tkbox-3 .title {
    font-size: 20px;
  }
  .tkbox .close,
  .tkbox-2 .close,
  .tkbox-3 .close {
    top: 25px;
  }
  .tkbox li label,
  .tkbox-2 li label,
  .tkbox-3 li label {
    left: 10px;
  }
  .tkbox li .iinput,
  .tkbox-2 li .iinput,
  .tkbox-3 li .iinput,
  .tkbox li select,
  .tkbox-2 li select,
  .tkbox-3 li select {
    padding-left: 25px;
    padding-right: 10px;
  }
}
.returnTopBtn {
  color: #fff;
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
  background: #004d80;
  border-radius: 0.05rem;
}
.returnTopBtn .icon {
  margin: 0 auto;
  margin-top: 0.15rem;
  font-style: normal;
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  transform: rotate(45deg);
}
.returnTopBtn .title {
  top: -0.05rem;
  position: relative;
}
.returnTopBtn a {
  color: #fff;
  display: block;
  font-size: 0.14rem;
}
@media (max-width: 1024px) {
  .returnTopBtn {
    display: none;
  }
}
.returnTopBtn {
  opacity: 0;
  transition: opacity .5s;
}
.returnTopBtn.show {
  opacity: 1;
}


.floatRight {
  width: 40px;
  font-size: 16px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 40px;
  transition: .5s;
}
.floatRight .list li {
  padding-bottom: 2px;
}
.floatRight .list .box {
  width: 200px;
  transition: .5s;
  display: block;
  display: flex;
  align-items: center;
}
.floatRight .list .box:hover {
  opacity: .8;
}
.floatRight .list .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ce281e;
}
.floatRight .list .icon img {
  width: 24px;
  height: 24px;
}
.floatRight .list .txt {
  flex: 1;
  width: calc(100% - 40px);
  background: #2b2c30;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.floatRight .hoverLi .box:hover {
  transform: translateX(-160px);
}
@media screen and (max-width: 1024px) {
  .floatRight {
    display: none;
  }
}

.inside-environment{
	padding: 40px 0;
}
.inside-environment .list ul{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}
.inside-environment .list li{
	padding: 0 0.2rem;
    padding-top: 0.4rem;
    width: 50%;
}
.inside-environment .list .box{
	position: relative;
}
.inside-environment .list .pic{
	overflow: hidden;
    position: relative;
}
.inside-environment .list .pic img{
	width: auto;
    height: auto;
    transition: all 700ms ease;
}
.inside-environment .list li:hover .pic img{
	transform: scale(1.05);
}
.inside-environment .list .pic:after{
	content: "";
    display: block;
    padding-bottom: 46.3%;
}
.inside-environment .list .text{
	overflow: hidden;
    position: relative;
    padding: 0.25rem;
    transition: all 500ms ease;
    padding-bottom: 0.15rem;
}
.inside-environment .list .tit{
	color: #333;
    font-family: "POPPINS-BOLD";
    font-size: 0.24rem;
    height: 0.3rem;
    line-height: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.inside-environment .list .txt{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #666;
    height: 0.3rem;
    line-height: 0.3rem;
    font-family: "POPPINS-BOLD";
}

.inside-environment2 .list li{
	width: 33.3333%;
}
.inside-environment2 .list .pic:after{
	content: "";
    display: block;
    padding-bottom: 74.3%;
}
