@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.eot') format('eot'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.eot') format('eot'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMedium.eot') format('eot'), url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff'), url('../fonts/RanyMedium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #6076f1;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #6076f1;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#pups_from ul li input[type="submit"]{
  background-color: #002c47;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #002c47;
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #6076f1;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Rany';
  font-weight: 400;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  overflow: unset;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-list .slick-track {
  margin-left: 0;
}
.img_bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.font-50 {
  font-size: 50px;
  line-height: 1.2;
}
.font-30 {
  font-size: 30px;
  line-height: 1.2;
}
.font-24 {
  font-size: 24px;
  line-height: 1.2;
}
.font-18 {
  font-size: 18px;
}
#advMain {
  word-wrap: break-word;
}
#advMain .ssBtn{
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #002c47;
  color: #002c47;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
  text-align: center;
  line-height: 40px;
}
#advMain .ssBtn.prev{
  right: unset;
  left: 0;
}
#advMain .init-1 {
  padding: 20px 0;
  background-color: #002c47;
}
#advMain .init-1 .container .list {
  margin-left: 50px;
  font-size: 18px;
  color: white;
}
#advMain .init-1 .container .phone {
  margin-left: auto;
}
#advMain .init-1 .container .download .img {
  width: 28px;
  margin-right: 10px;
}
#advMain .init-2 {
  position: relative;
}
#advMain .init-2 > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#advMain .init-2 .more{
  position: absolute;
  left: 50%;
  top:47%;
  transform: translate(-50%,-50%);
  color: white;
  border: 1px solid white;
  padding: 8px 20px;
  cursor: pointer;
}
#advMain .init-3 {
  background-color: #f7fbff;
  padding-top: 80px;
  padding-bottom: 100px;
}
#advMain .init-3 .container .topC {
  justify-content: space-between;
}
#advMain .init-3 .container .topC .leftC {
  width: 30%;
}
#advMain .init-3 .container .topC .leftC img {
  width: 100%;
}
#advMain .init-3 .container .topC .rightC {
  width: 58%;
}
#advMain .init-3 .container .topC .rightC .tipsTitle {
  font-weight: 700;
}
#advMain .init-3 .container .topC .rightC .listCont {
  padding-top: 20px;
}
#advMain .init-3 .container .topC .rightC .listCont ul {
  margin: 0 -50px;
}
#advMain .init-3 .container .topC .rightC .listCont ul li {
  width: 33.33%;
  margin-top: 40px;
  padding: 0 50px;
}
#advMain .init-3 .container .topC .rightC .listCont ul li .box .img {
  height: 44px;
}
#advMain .init-3 .container .topC .rightC .listCont ul li .box .img img {
  max-height: 100%;
}
#advMain .init-3 .container .topC .rightC .listCont ul li .box .title {
  margin-top: 20px;
  color: #002c47;
  font-weight: 700;
}
#advMain .init-3 .container .topC .rightC .listCont ul li .box .des {
  margin-top: 20px;
}
#advMain .init-3 .container .topC .rightC .moreC {
  margin-top: 20px;
}
#advMain .init-3 .container .topC .rightC .moreC .more {
  background-color: #002c47;
  min-width: 180px;
  color: #fff;
  padding: 11px;
  cursor: pointer;
  text-align: center;
}
#advMain .init-3 .container .topC .rightC .moreC .more .img {
  width: 26px;
  margin-left: 10px;
}
#advMain .init-3 .container .topC .rightC .moreC .more:hover {
  background-color: #000;
}
#advMain .init-3 .bottomC {
  padding-left: 110px;
  margin-top: 60px;
  position: relative;
}
#advMain .init-3 .bottomC ul li{
  height: auto;
}
#advMain .init-3 .bottomC ul li .box {
  background-color: #002c47;
  height: 100%;
}
#advMain .init-3 .bottomC ul li .box .img {
  background-color: #fff;
  position: relative;
  padding: 20px;
}
#advMain .init-3 .bottomC ul li .box .img img {
  width: 100%;
}
#advMain .init-3 .bottomC ul li .box .img .des{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px 20px;
  opacity: 0;
  display: flex;
  align-items: center;
  transition: all .5s;
  justify-content: center;
}
#advMain .init-3 .bottomC ul li .box .img .des .des2{
  width: 100%;
  max-height: 100%;
  top: 0;
  overflow-y: auto;
  padding-right: 4px;
  font-size: 14px;
  left: 0;
  background: rgba(255,255,255,0.8);
}
#advMain .init-3 .bottomC ul li .box .text {
  background-color: #002c47;
  color: #fff;
  padding: 20px;
}
#advMain .init-3 .bottomC ul li .box:hover .img .des{
  opacity: 1;
}
#advMain .init-4 {
  padding: 100px 0 60px 0;
  background-size: 100% auto;
}
#advMain .init-4 .container{
  overflow: unset;
}
#advMain .init-4 .container .titleC{
  position: sticky;
  top: 0;
}
#advMain .init-4 .container .titleC .list {
  width: 50%;
  text-align: center;
  background-color: #f2f2f2;
  cursor: pointer;
  padding: 30px 20px;
  font-weight: 700;
}
#advMain .init-4 .container .titleC .list:hover,
#advMain .init-4 .container .titleC .list.active {
  background-color: #002c47;
  color: #fff;
}
#advMain .init-4 .container .contentC {
  padding-top: 30px;
}
#advMain .init-4 .container .contentC .listC {
  display: none;
}
#advMain .init-4 .container .contentC .listC ul{
  max-width: 1400px;
  margin: auto;
}
#advMain .init-4 .container .contentC .listC ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 60px 150px 60px 0;
}
#advMain .init-4 .container .contentC .listC ul li .box {
  justify-content: space-between;
}
#advMain .init-4 .container .contentC .listC ul li .box .left {
  width: 56%;
}
#advMain .init-4 .container .contentC .listC ul li .box .left .title {
  font-weight: 700;
  color: #002c47;
  line-height: 1.6;
}
#advMain .init-4 .container .contentC .listC ul li .box .left .des {
  color: #666666;
  margin-top: 40px;
  padding-right: 10px;
  line-height: 2;
  max-height: 162px;
  overflow-y: auto;
  word-wrap: break-word;
}
#advMain .init-4 .container .contentC .listC ul li .box .left .moreC {
  margin-top: 30px;
}
#advMain .init-4 .container .contentC .listC ul li .box .left .moreC .more {
  background-color: #002c47;
  min-width: 180px;
  color: #fff;
  padding: 11px;
  cursor: pointer;
  text-align: center;
}
#advMain .init-4 .container .contentC .listC ul li .box .left .moreC .more .img {
  width: 26px;
  margin-left: 10px;
}
#advMain .init-4 .container .contentC .listC ul li .box .left .moreC .more:hover {
  background-color: #000;
}
#advMain .init-4 .container .contentC .listC ul li .box .right {
  width: 36%;
}
#advMain .init-4 .container .contentC .listC ul li .box .right img {
  width: 100%;
}
#advMain .init-4 .container .contentC .listC ul li:last-child {
  border-bottom: none;
}
#advMain .init-5 {
  padding: 100px 0 80px 0;
  text-align: center;
  color: #fff;
  background-size: cover;
}
#advMain .init-5 .container {
  max-width: 1500px;
}
#advMain .init-5 .container .tipsTitle {
  font-weight: 700;
}
#advMain .init-5 .container .des {
  margin-top: 20px;
}
#advMain .init-5 .container .play {
  width: 70px;
  height: 70px;
  margin: 70px auto 0;
  cursor: pointer;
  position: relative;
}
#advMain .init-5 .container .play .cont {
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #002c47;
  z-index: 2;
}
#advMain .init-5 .container .play .cont i {
  margin-left: 4px;
}
#advMain .init-5 .container .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  animation: ks 3s linear infinite;
}

#advMain .init-5 .container .play .ling:last-child {
  animation-delay: -1.5s;
}
#advMain .init-5 .container .listCont {
  padding-top: 40px;
}
#advMain .init-5 .container .listCont ul {
  justify-content: space-between;
}
#advMain .init-5 .container .listCont ul li {
  margin-top: 40px;
}
#advMain .init-5 .container .listCont ul li .box .top {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}
#advMain .init-5 .container .listCont ul li .box .top .num {
  font-size: 70px;
}
#advMain .init-5 .container .listCont ul li .box .bottom {
  font-size: 20px;
}
#advMain .init-6 {
  padding-top: 80px;
  text-align: center;
}
#advMain .init-6 .container .tipsTitle {
  font-weight: 700;
}
#advMain .init-6 .container .listCont {
  margin-top: 50px;
}
#advMain .init-6 .container .listCont ul {
  margin: 0 -15px;
}
#advMain .init-6 .container .listCont ul li {
  width: 33.333333%;
  padding: 0 15px;
}
#advMain .init-6 .container .listCont ul li .box {
  background-color: #f7f7f7;
  height: 100%;
  padding: 60px 20px 30px;
}
#advMain .init-6 .container .listCont ul li .box .img {
  height: 48px;
}
#advMain .init-6 .container .listCont ul li .box .title {
  margin-top: 20px;
  font-weight: 700;
}
#advMain .init-6 .container .listCont ul li .box .des {
  color: #666666;
  margin-top: 14px;
}
#advMain .init-6 .container .listCont ul li .box:hover {
  background-color: #002c47;
}
#advMain .init-6 .container .listCont ul li .box:hover .img {
  filter: grayscale(1) brightness(5);
}
#advMain .init-6 .container .listCont ul li .box:hover .title {
  color: #fff;
}
#advMain .init-6 .container .listCont ul li .box:hover .des {
  color: #fff;
}
#advMain .init-7 {
  padding: 100px 0 70px 0;
}
#advMain .init-7 .container ul li {
  margin-bottom: 30px;
}
#advMain .init-7 .container ul li .box {
  text-align: center;
}
#advMain .init-8 {
  background-color: #f7faff;
  padding: 80px 0;
}
#advMain .init-8 .container {
  width: 100%;
}
#advMain .init-8 .container .tipsTitle {
  font-weight: 700;
  text-align: center;
}
#advMain .init-8 .container .content {
  margin-top: 40px;
}
#advMain .init-8 .container .content ul {
  transition-timing-function: linear;
}
#advMain .init-8 .container .content ul li .box a.img {
  display: block;
}
#advMain .init-8 .container .content ul li .box a.img img {
  width: 100%;
}
#advMain .init-8 .container .content .list .swiper{
  height: 760px;
}
#advMain .init-8 .container .content .list:last-child {
  margin-top: 30px;
}
#advMain .init-8 .container .content .list .swiper li{
  height: 50%;
  padding: 20px;
}
#advMain .init-8 .container .content .list .swiper li .box{
  height: 100%;
}
#advMain .init-8 .container .content .list .swiper li .box a{
  height: 100%;
  display: block;
}
#advMain .init-8 .container .content .list .swiper li:nth-child(2n){
  position: relative;
  left: 100px;
}
#advMain .init-8 .container .content .list .swiper li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#advMain .init-9 {
  padding: 120px 0;
}
#advMain .init-9 .bottom {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
}
#advMain .init-9 .bottom .swiper-button-next:after, 
#advMain .init-9 .bottom .swiper-button-prev:after{
  display: none;
}
#index-body .init-8 .bottom .swiper-container{
  overflow: hidden;
}
#advMain .init-9 .bottom .box {
  max-width: 580px;
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: 10;
}
#advMain .init-9 .bottom .box h3 {
  font-size: 36px;
  font-family: 'MODERNIZ';
}
#advMain .init-9 .bottom .box .swiper-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
#advMain .init-9 .bottom .box .swiper-btn .swiper-button-next,
#advMain .init-9 .bottom .box .swiper-btn .swiper-button-prev {
  background-image: none;
}
#advMain .init-9 .bottom .box .swiper-btn .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: 0;
  width: 65px;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  z-index: 10;
  color: #333;
  font-size: 30px;
  margin-right: 20px;
}
#advMain .init-9 .bottom .box .swiper-btn .btn i {
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#advMain .init-9 .bottom .box .swiper-btn .btn:hover {
  background-color: #002c47;
  border-color: #002c47;
}
#advMain .init-9 .bottom .box .swiper-btn .btn:hover i {
  color: white;
}
#advMain .init-9 .bottom .swiper-container ul li {
  width: 240px;
  -webkit-transition: width 0.64s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: width 0.64s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: width 0.64s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  will-change: width;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 645px;
}
#advMain .init-9 .bottom .swiper-container ul li.swiper-slide-active + .swiper-slide {
  width: 460px !important;
}

#advMain .footer {
  background-color: #002c47;
}
#advMain .footer .fTop {
  padding: 110px 0 60px;
  background-size: cover;
}
#advMain .footer .fTop .container {
  justify-content: space-between;
}
#advMain .footer .fTop .container .left {
  width: 56%;
}
#advMain .footer .fTop .container .left ul li {
  cursor: pointer;
  margin-top: 10px;
}
#advMain .footer .fTop .container .left ul li .box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 30px 150px 30px 40px;
  transition: all 0.5s;
}
#advMain .footer .fTop .container .left ul li .box .titleC {
  position: relative;
  font-weight: 700;
}
#advMain .footer .fTop .container .left ul li .box .titleC .title {
  color: #fff;
}
#advMain .footer .fTop .container .left ul li .box .sub {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 40px;
  right: 40px;
}
#advMain .footer .fTop .container .left ul li .box .sub .line {
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
#advMain .footer .fTop .container .left ul li .box .sub .line2 {
  width: 3px;
  height: 15px;
  left: 6px;
  top: 0;
}
#advMain .footer .fTop .container .left ul li .box .des {
  color: #666666;
  padding-top: 20px;
  display: none;
  overflow-y: auto;
  padding-right: 4px;
  max-height: 210px;
}
#advMain .footer .fTop .container .left ul li.active .box {
  background-color: #fff;
}
#advMain .footer .fTop .container .left ul li.active .box .titleC .title {
  color: #002c47;
}
#advMain .footer .fTop .container .left ul li.active .box .sub .line {
  background-color: #002c47;
}
#advMain .footer .fTop .container .left ul li.active .box .sub .line2 {
  opacity: 0;
  transform: rotate(45deg);
}
#advMain .footer .fTop .container .right {
  width: 36%;
}
#advMain .footer .fTop .container .right .tipsTitle {
  color: #fff;
  font-weight: bold;
}
#advMain .footer .fTop .container .right .des {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
#advMain .footer .fTop .container .right form {
  padding-top: 10px;
  justify-content: space-between;
}
#advMain .footer .fTop .container .right form input,
#advMain .footer .fTop .container .right form textarea {
  width: calc(50% - 15px);
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(67, 114, 179, 0.2);
  padding: 14px 18px;
  color: #fff;
}
#advMain .footer .fTop .container .right form input::placeholder,
#advMain .footer .fTop .container .right form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#advMain .footer .fTop .container .right form input.w-100,
#advMain .footer .fTop .container .right form textarea.w-100 {
  width: 100%;
}
#advMain .footer .fTop .container .right form .moreC {
  margin-top: 20px;
}
#advMain .footer .fTop .container .right form .moreC .more {
  background-color: #fff;
  min-width: 180px;
  color: #002c47;
  padding: 11px;
  cursor: pointer;
  text-align: center;
}
#advMain .footer .fTop .container .right form .moreC .more .img {
  width: 26px;
  margin-left: 10px;
}
#advMain .footer .fTop .container .right form .moreC .more:hover {
  background-color: #000;
}
#advMain .footer .fBottom {
  padding: 26px 0;
  text-align: center;
}
#advMain .footer .fBottom .container {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1800px) {
  #advMain .init-9 .bottom .box {
    left: unset;
    right: 0;
    max-width: 45%;
  }
  #advMain .init-9 .bottom {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    padding-top: 0;
  }
}
@media (max-width: 1500px) {
  .font-50 {
    font-size: 40px;
  }
  #advMain .init-9 .bottom .box h3 {
    font-size: 26px;
  }
  #advMain .init-9 .bottom .box {
    max-width: 40%;
  }
  #advMain .init-3 .bottomC {
    width: 1200px;
    padding: 0 15px;
    margin: 40px auto 0;
  }
  #advMain .init-3 .container .topC .rightC .listCont ul {
    margin: 0;
  }
  #advMain .init-3 .container .topC .rightC .listCont ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #advMain .init-4 .container .contentC .listC ul li{
    padding-right: 50px;
  }
  #advMain .init-4 .container .contentC .listC ul li .box .left {
    width: 62%;
  }
  #advMain .init-8 .container .content .list .swiper{
    height: 49vw;
  }
  #advMain .init-5 .container .listCont ul li .box .top .num {
    font-size: 50px;
  }
  #advMain .init-9 .bottom .swiper-container ul li{
    height: 550px;
  }
  #advMain .init-9 {
    padding: 190px 0 120px;
  }
}
@media (max-width: 1250px) {
  .font-50 {
    font-size: 32px;
  }
  #advMain .init-1 .container .list {
    margin-left: 20px;
  }
  #advMain .init-1 .container .phone{
    margin-left: auto;
  }
  #advMain .init-1 .container .list.download{
    display: none;
  }
  #advMain .init-3 .bottomC {
    width: 970px;
  }
  #advMain .init-6 .container .listCont {
    margin-top: 10px;
  }
  #advMain .init-6 .container .listCont ul li {
    width: 33.33%;
    margin-top: 20px;
  }
  #advMain .footer .fTop .container .right {
    width: 100%;
    order: -2;
  }
  #advMain .footer .fTop .container .left {
    width: 100%;
    margin-top: 20px;
  }
  #advMain .init-9 .bottom .swiper-container ul li {
    height: 445px;
  }
  #advMain .init-9 .bottom .swiper-container ul li.swiper-slide-active + .swiper-slide {
    width: 320px !important;
  }
  #advMain .init-9 .bottom .box .swiper-btn {
    margin-top: 35px;
  }
  #advMain .init-9 .bottom .box{
    position: relative;
    left: unset;
    top:unset;
  }
  #advMain .init-9{
    padding: 100px 0;
  }
  #advMain .init-9 .bottom .box{
    margin-bottom: 60px;
    max-width: 100%;
  }
  #advMain .init-9 .bottom .box .swiper-btn{
    display: none;
  }
  #advMain .init-9 .bottom .box h3{
    margin-bottom: 20px;
  }
  
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #advMain .ssBtn{
    display: block;
  }
  #advMain .init-1 {
    padding: 10px 0;
  }
  #advMain .init-1 .logo {
    display: block;
    margin: auto;
  }
  #advMain .init-3 .bottomC {
    width: 700px;
  }
  #advMain .init-3 .container .topC .leftC {
    width: 100%;
    max-width: 400px;
  }
  #advMain .init-3 .container .topC .rightC {
    width: 100%;
    margin-top: 20px;
  }
  #advMain .init-4 .container .titleC .list {
    width: 100%;
    padding: 5px;
    font-size: 18px;;
  }
  #advMain .init-4 .container .contentC .listC ul li {
    padding: 40px 0;
  }
  #advMain .init-4 .container .contentC .listC ul li .box .right {
    width: 100%;
    max-width: 400px;
    order: -2;
  }
  #advMain .init-4 .container .contentC .listC ul li .box .left {
    width: 100%;
    margin-top: 20px;
  }
  #advMain .footer .fTop .container .left ul li .box {
    padding: 30px 32px 30px 10px;
  }
  #advMain .footer .fTop .container .left ul li .box .sub {
    right: 10px;
  }
  #advMain .init-9 {
    padding: 80px 0;
  }
  #advMain .init-9 .bottom .swiper-container ul li.swiper-slide-active + .swiper-slide {
    width: 325px !important;
  }
  #advMain .init-9 .bottom .swiper-container ul li {
    height: auto;
  }
  #advMain .init-6 .container .listCont ul li{
    width: 50%;
    margin: 15px 0;
  }
  #advMain .init-6 .container .listCont ul li:last-child{
    width: 100%;
  }
  #advMain .init-6 .container .listCont ul li .box .title{
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  #advMain .init-3 .bottomC {
    width: 100%;
  }
  #advMain .init-6 .container .listCont ul li {
    width: 100%;
  }
  .font-30,
  .font-50{
    font-size: 24px;
  }
  #advMain .init-2 .more{
    display: none;
  }
}
@media (max-width: 500px) {
  .font-50 {
    font-size: 24px;
    line-height: 1.8;
  }
  #advMain .init-2 .more{
    display: none;
  }
  .font-30 {
    line-height: 1.6;
    font-size: 24px;
  }
  .font-24 {
    font-size: 20px;
    line-height: 1.6;
  }
  #advMain .init-3 {
    padding: 40px 0;
  }
  #advMain .init-4 {
    padding: 40px 0;
  }
  #advMain .init-4 .container .contentC .listC ul li .box .left .des {
    margin-top: 20px;
  }
  #advMain .init-4 .container .titleC .list {
    font-size: 16px;;
  }
  #advMain .init-5 {
    padding: 40px 0;
  }
  #advMain .init-5 .container .listCont ul li {
    width: 100%;
  }
  #advMain .init-5 .container .listCont ul li .box .top .num {
    font-size: 30px;
  }
  #advMain .init-7 {
    padding: 40px 0 10px 0;
  }
  #advMain .init-8 {
    padding: 40px 0;
  }
  #advMain .init-8 .container .content {
    margin-top: 20px;
  }
  #advMain .init-8 .container .content .list .swiper li{
    padding: 5px;
  }
  #advMain .footer .fTop {
    padding: 40px 0;
  }
  #advMain .footer .fTop .container .right form input,
  #advMain .footer .fTop .container .right form textarea {
    width: 100%;
  }
}
#index-body span.tag {
    color: #002c47;
    text-transform: uppercase;
    line-height: 1.6;
}
#index-body .title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px;
}
#index-body .advantage {
  padding: 5.7292% 0 7%;
}
#index-body .advantage .left {
  padding-right: 59px;
}
#index-body .advantage .left .list {
  margin-top: 41px;
}
#index-body .advantage .left .list ul li {
  margin-bottom: 38px;
}
#index-body .advantage .left .list ul li i {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  width: 72px;
}
#index-body .advantage .left .list ul li .text {
  display: inline-block;
  width: 85%;
  padding-left: 0;
}
#index-body .advantage .left .list ul li .text span {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
#index-body .advantage .left .list ul li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #626262;
  margin-top: 6px;
}
#index-body .advantage .left .list ul li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .right ul {
  margin-top: 36px;
}
#index-body .advantage .right ul li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.5;
}
#index-body .advantage .right ul li .top em {
  color: #002c47;
}
#index-body .advantage .right ul li .progress {
  height: 8px;
  background-color: #f2f8fd;
  position: relative;
  width: 100%;
  border-radius: 4px;
  margin-top: 6px;
}
#index-body .advantage .right ul li .progress i {
  border-radius: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #002c47;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
#index-body .advantage .right ul li:nth-child(1) .progress i {
  width: 76.612%;
}
#index-body .advantage .right ul.active li .process i {
  width: 0 !important;
}
@media screen and (max-width: 1280px) {
   #index-body .advantage .left {
    padding-right: 30px;
  }
  #index-body .advantage .left .list ul li .text {
    width: 100%;
  }
  #index-body .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .advantage .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .advantage .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #index-body .advantage .left .list ul li {
    margin-bottom: 15px;
  }
  #index-body .advantage .left .list ul li .text {
    width: 100%;
  }
   #index-body .title {
    font-size: 30px;
  }
}

new-index-body .new-init-2 .acc .acc-top {
  background: #EEEEEE;
  padding: 50px 0;
}
.new-init-2 .acc .btn {
  margin-top: 20px;
}
.new-init-2 .acc .btn a {
  display: inline-block;
  background: #002c47;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  padding: 15px 44px;
  text-transform: uppercase;
}
.new-init-2 .acc .acc-bot {
  background: #FFFFFF;
  padding: 50px 0;
}
.new-init-2 .acc .acc-bot .top .left {
  padding-left: 82px;
}
.new-init-2 .acc h4 {
  font-size: 30px;
  font-family: Roboto;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  margin-top: 30px;
}
.new-init-2 .acc span {
  display: inline-block;
  width: 200px;
  height: 3px;
  background: #000000;
  margin: 15px 0;
}
.new-init-2 .acc p {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  color: #111111;
  line-height: 2;
  max-width: 600px;
  margin-bottom:20px;
}
.new-init-2 .acc p strong{
font-weight:600;
}
.new-init-2 .acc p strong{
font-weight:700;
}
.new-init-2 .acc .list {
  margin-top: 50px;
}
.new-init-2 .acc .list span.swiper-notification {
  display: none;
}
.new-init-2 .acc .list .box {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.new-init-2 .acc .list .box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.new-init-2 .acc .list .box .con {
  margin-top: 20px;
}
.new-init-2 .acc .list .box .con h6 {
  font-size: 16px;
  color: #111111;
  line-height: 1.5;
  text-transform: capitalize;
}
.new-init-2 .acc .right {
  height: 320px;
}
.new-init-2 .acc .right img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.new-init-2 .acc .left .more{
  background-color: #002c47;
    min-width: 180px;
    color: #fff;
    padding: 0 11px;
    cursor: pointer;
    text-align: center;
}
.new-init-2 .acc .left .more span{
  width: auto;
  height: auto;
  background: transparent;
}
.new-init-2 .acc .left .more .img {
    width: 26px;
    margin-left: 10px;
}
.left.column h5 {
    padding-top: 0px;
    color: #002c47;
    text-transform: uppercase;
    line-height: 2;
    font-size: 14px;
}
@media screen and (max-width: 1530px) {
  .new-init-2 .acc .acc-bot .top .left {
    padding-left: 30px;
  }
  .new-init-2 .acc h4 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1320px) {
  .new-init-2 .acc p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 1100px) {
  .new-init-2 .acc .left,
  .new-init-2 .acc .right{
    vertical-align: middle;
  }
}
@media screen and (max-width: 972px) {
  .new-init-2 .acc .left,
  .new-init-2 .acc .right {
    width: 100%;
  }
  .new-init-2 .acc .acc-top .right {
    margin-top: 25px;
  }
  .new-init-2 .acc p {
    max-width: 100%;
    line-height: 2;
  }
  .new-init-2 .acc .list .box .con h6 {
    line-height: 1.5;
  }
  .new-init-2 .acc .acc-bot .top .left {
    padding-left: 0;
    margin-top: 25px;
  }
  .new-init-2 .acc .list .box .img,.new-init-2 .acc .right {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .new-init-2 .acc h4 {
    font-size: 26px;
  }
}
