@charset "UTF-8";
/*样式初始化   开始*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  outline: none;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

body, button, input, select, textarea, code, kbd, pre, samp, tt {
  font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, "宋体", sans-serif;
}

address, cite, dfn, em, var {
  font-style: normal;
}

small {
  font-size: 12px;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

abbr[title], acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

legend {
  color: #000;
}

fieldset, img {
  border: none;
}

button, input, select, textarea {
  font-size: 100%;
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: none;
  height: 1px;
}

body {
  font-size: 12px;
  line-height: 26px;
  white-space: normal;
  word-break: break-word;
}

/*样式初始化   结束*/
/*公用样式   开始*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.nopull {
  float: none;
}

.w1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.w1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.content {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

@media (min-width: 0px) and (max-width: 1100px) {
  .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.line1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.line2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.line5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.line6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/*公用样式   结束*/
@font-face {
  font-family: "AlimamaShuHeiTi";
  src: url("../font/Alimama_ShuHeiTi_Bold.ttf") format("woff2");
}
/*BEGIN*/
#banner {
  width: 100%;
  min-height: 200px;
}
#banner .swiper-slide {
  overflow: hidden;
}
#banner .swiper-slide a, #banner .swiper-slide img {
  display: block;
  width: 100%;
}
#banner .swiper-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3%;
  text-align: center;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 35px;
  height: 4px;
  border-radius: 2px;
  margin: 0 5px;
  background: #DCE3F1;
  opacity: 1 !important;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1558DA;
}

/*@media (min-width: 0px) and (max-width: 1200px) {
    #banner { width: 100%;
        .swiper-slide {
            //img { width: 150%; margin-left: -25%;}
        }
        .swiper-pagination {
            .swiper-pagination-bullet { width: 4px;height: 20px; margin: 5px 0;}
        }
    }
}*/
/*END*/
/*BEGIN*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  padding: 0 60px;
  transition: all 0.8s;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 12px 8px 30px 0px rgba(179, 187, 199, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
#header.topnavback {
  background: #fff;
}

.header_logo {
  float: left;
  display: flex;
  height: 100%;
  align-items: center;
}
.header_logo img {
  display: block;
  float: left;
  height: 40px;
}
.header_logo strong {
  font-size: 24px;
  color: #141425;
  padding-left: 22px;
  font-weight: normal;
}

.header_menu {
  float: right;
}
.header_menu li {
  position: relative;
  float: left;
  margin-left: 10px;
}
.header_menu li:first-child {
  margin-left: 0;
}
.header_menu li > a {
  display: block;
  line-height: 60px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  color: #141425;
  font-weight: bold;
  padding: 0 22px;
  box-sizing: border-box;
}
.header_menu li:hover > a, .header_menu li.on > a {
  border-bottom: 2px solid #1558DA;
  background: rgba(21, 88, 218, 0.01);
  background: -webkit-linear-gradient(bottom, rgba(21, 88, 218, 0.01), rgba(21, 88, 218, 0.1));
  background: -moz-linear-gradient(bottom, rgba(21, 88, 218, 0.01), rgba(21, 88, 218, 0.1));
  background: -o-linear-gradient(bottom, rgba(21, 88, 218, 0.01), rgba(21, 88, 218, 0.1));
  background: linear-gradient(to bottom, rgba(21, 88, 218, 0.01), rgba(21, 88, 218, 0.1));
}
.header_menu li:hover > div {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header_menu li > div {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 120px;
  transform: translate(-50%, 0);
  text-align: center;
  background: #FFFFFF;
  box-shadow: 7px 4px 14px 0px rgba(179, 187, 199, 0.27);
  border-radius: 4px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header_menu li > div a {
  display: block;
  font-size: 14px;
  color: #141425;
  line-height: 24px;
  padding: 10px 0;
}
.header_menu li > div a:hover, .header_menu li > div a.on {
  color: #1558DA;
}

.menu_btn {
  display: none;
}

.mask {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 80;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .menu_btn {
    display: block;
    float: right;
    border: none;
    background: none;
    height: 64px;
    padding: 0 20px;
    cursor: pointer;
  }
  .menu_btn img {
    height: 24px;
  }
  .menu_btn img:nth-child(1) {
    display: block;
  }
  .menu_btn img:nth-child(2) {
    display: none;
  }
  #banner {
    min-height: auto;
  }
  #header {
    position: sticky;
    padding: 0 0 0 20px;
    height: 64px;
    background: #fff;
    transition: all 0s;
  }
  .header_logo img {
    height: 32px;
    width: auto;
  }
  .header_logo strong {
    font-size: 22px;
    padding-left: 10px;
  }
  .header_menu {
    overflow: hidden;
    position: fixed;
    top: -100vh;
    left: 0;
    background: #fff;
    border-top: 1px solid rgba(16, 21, 38, 0.1);
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  .header_menu li {
    width: 100%;
    margin-left: 0;
  }
  .header_menu li.haschild > a:after {
    content: " ";
    display: block;
    width: 15px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 20px;
    background: url("../images/icon_04_h.png") no-repeat center;
    background-size: auto 15px;
  }
  .header_menu li.haschild.open, .header_menu li.haschild.open a {
    background: #F8F8F8 !important;
  }
  .header_menu li.haschild.open a:after {
    background: #F8F8F8 url("../images/icon_04.png") no-repeat center;
    background-size: 15px auto;
  }
  .header_menu li.haschild.open > div {
    display: block !important;
  }
  .header_menu li > a {
    display: block;
    line-height: 70px;
    border-bottom: none;
    font-size: 16px;
    padding: 0 20px;
  }
  .header_menu li:hover > div, .header_menu li.on > div {
    display: none;
  }
  .header_menu li:hover > a, .header_menu li.on > a {
    border-bottom: none;
    background: #fff;
  }
  .header_menu li > div {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, 0);
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    text-align: left;
  }
  .header_menu li > div a {
    display: block;
    font-size: 14px;
    padding: 10px 0 10px 36px;
    font-weight: bold;
  }
  body.showMenu .header_menu {
    top: 64px;
  }
  body.showMenu .mask {
    display: block;
    opacity: 1;
  }
  body.showMenu .menu_btn img:nth-child(1) {
    display: none;
  }
  body.showMenu .menu_btn img:nth-child(2) {
    display: block;
  }
}
/*END*/
/*BEGIN*/
#apply {
  background: url("../images/apply_bg.jpg") no-repeat center;
  background-size: cover;
}
#apply > main {
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
  z-index: 3;
}
#apply > main img {
  float: right;
  width: 224px;
}

.apply_text {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1.8em;
  margin-bottom: 26px;
  letter-spacing: 2px;
}

.apply_btn {
  display: block;
  width: 116px;
  line-height: 36px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.apply_btn:hover {
  background: rgba(255, 255, 255, 0.06);
}

@media (min-width: 0px) and (max-width: 1550px) {
  .apply_text {
    font-size: 30px;
  }
}
@media (min-width: 0px) and (max-width: 1360px) {
  .apply_text {
    font-size: 24px;
  }
}
@media (min-width: 0px) and (max-width: 1280px) {
  .apply_text {
    font-size: 20px;
  }
}
@media (min-width: 0px) and (max-width: 1200px) {
  #apply {
    display: none;
  }
}
/*END*/
/*BEGIN*/
#footer {
  padding-top: 77px;
  background: #101526;
}

.footer_introduce {
  float: left;
  width: 26.14%;
}
.footer_introduce > a img {
  height: 37px;
}
.footer_introduce > a img, .footer_introduce > a strong {
  display: inline-block;
  vertical-align: middle;
}
.footer_introduce > a strong {
  font-size: 22px;
  color: #FFFFFF;
  padding-left: 16px;
}
.footer_introduce > div {
  margin-top: 22px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  height: 80px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.footer_qrcode {
  float: left;
  text-align: center;
  margin-left: 5%;
  padding-top: 14px;
}
.footer_qrcode img {
  display: block;
  width: 110px;
}
.footer_qrcode div {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 20px;
  padding-top: 18px;
}

.footer_menu {
  float: right;
  display: flex;
}
.footer_menu li {
  padding-left: 80px;
}
.footer_menu li:first-child {
  margin-left: 0;
}
.footer_menu li h3 {
  line-height: 38px;
}
.footer_menu li h3 a {
  font-size: 14px;
  color: #FFFFFF;
}
.footer_menu li div {
  line-height: 36px;
  white-space: normal;
}
.footer_menu li div a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.footer_menu li div a:hover {
  color: #fff;
}

.footer_bottom {
  overflow: hidden;
  padding: 60px 0 30px 0;
  line-height: 30px;
  font-size: 12px;
}
.footer_bottom, .footer_bottom a {
  color: rgba(255, 255, 255, 0.4);
}
.footer_bottom a:hover {
  color: #fff;
}
.footer_bottom img {
  vertical-align: middle;
}

.footer_copy_right {
  float: left;
}

.footer_address {
  float: right;
}

@media (min-width: 0px) and (max-width: 1200px) {
  #footer {
    display: none;
  }
}
/*END*/
/*BEGIN*/
.in_choose_us {
  padding: 65px 0 78px 0;
  background: #F8FCFF;
}

.index_title {
  text-align: center;
}
.index_title h3 {
  font-size: 42px;
  line-height: 70px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  color: #141425;
}
.index_title div {
  font-size: 18px;
  color: rgba(20, 20, 37, 0.8);
  line-height: 24px;
  padding-top: 10px;
}

.in_choose_us_list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-top: 47px;
}
.in_choose_us_list li {
  width: 23.4%;
  background: #F4F8F9;
  border: 2px solid #FFFFFF;
  box-shadow: 12px 8px 20px 0px rgba(179, 187, 199, 0.35);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px 20px 35px 20px;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.in_choose_us_list li:hover {
  top: -15px;
}
.in_choose_us_list li > span {
  display: block;
  padding: 30px 0 0 0;
}
.in_choose_us_list li > span img {
  height: 130px;
  display: block;
  margin: 0 auto;
}
.in_choose_us_list li > h3 {
  font-size: 24px;
  line-height: 36px;
  color: #474B67;
  font-weight: normal;
}
.in_choose_us_list li > div {
  font-size: 16px;
  line-height: 24px;
  color: rgba(100, 105, 139, 0.8);
  margin: 30px 0 12px 0;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .in_choose_us {
    padding: 40px 0;
    background: #F8FCFF;
  }
  .index_title h3 {
    font-size: 36px;
    line-height: 60px;
  }
  .in_choose_us_list {
    flex-wrap: wrap;
    padding-top: 35px;
  }
  .in_choose_us_list li {
    width: 48%;
    margin-bottom: 4%;
    padding: 15px 15px;
    box-shadow: 0 0 10px 0px rgba(179, 187, 199, 0.35);
  }
  .in_choose_us_list li:hover {
    top: 0;
  }
  .in_choose_us_list li > span {
    padding: 15px 0;
  }
  .in_choose_us_list li > span img {
    height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .in_choose_us_list {
    flex-wrap: wrap;
    padding-top: 35px;
  }
  .in_choose_us_list li > span img {
    height: 80px;
  }
  .in_choose_us_list li > div {
    font-size: 14px;
    line-height: 22px;
  }
  .in_choose_us_list li > h3 {
    font-size: 18px;
  }
  .index_title h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .index_title div {
    font-size: 16px;
    line-height: 22px;
    padding-top: 5px;
  }
}
/*END*/
/*BEGIN*/
.in_product {
  padding: 64px 0 80px 0;
}

.in_product_list {
  padding-top: 47px;
}
.in_product_list li {
  display: flex;
  position: relative;
  margin-bottom: 38px;
  background: #F4F8F9;
  border: 1px solid rgba(21, 88, 218, 0.6);
  border-radius: 10px;
  overflow: hidden;
}
.in_product_list li:last-child {
  margin-bottom: 0;
}
.in_product_list li:hover .in_product_img img {
  transition: all 0.6s 0s;
  transform: scale(1.12);
}
.in_product_list .in_product_img {
  width: 42.85%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 26.9%;
}
.in_product_list .in_product_img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.in_product_list .in_product_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 20%;
}
.in_product_list .in_product_bg img {
  display: block;
  width: 100%;
}
.in_product_list .in_product_main {
  flex: 1;
  position: relative;
  z-index: 2;
  padding: 20px 0 20px 2.85%;
}
.in_product_list .in_product_main > h3 {
  font-size: 24px;
  line-height: 34px;
  padding: 20px 0;
}
.in_product_list .in_product_main > h3 a {
  color: #141425;
}
.in_product_list .in_product_main > dl {
  width: 100%;
  overflow: hidden;
  height: 184px;
}
.in_product_list .in_product_main > dl dd {
  position: relative;
  float: left;
  min-width: 50%;
  font-size: 18px;
  color: #64698B;
  line-height: 26px;
  box-sizing: border-box;
  padding: 10px 20px 10px 16px;
}
.in_product_list .in_product_main > dl dd:after {
  content: " ";
  position: absolute;
  height: 6px;
  width: 6px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #1558DA;
}
.in_product_list .in_product_main > div {
  padding-top: 14px;
}
.in_product_list .in_product_main > div a {
  display: block;
  width: 103px;
  height: 34px;
  line-height: 34px;
  background: #F4F8F9;
  border: 1px solid #1558DA;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #1558DA;
}
.in_product_list .in_product_main > div a .aui-icon {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("../images/icon_01.png") no-repeat center;
  background-size: 100% 100%;
}
.in_product_list .in_product_main > div a:hover {
  background: rgba(21, 88, 218, 0.1);
}

@media (min-width: 0px) and (max-width: 1460px) {
  .in_product_list .in_product_img {
    width: 43%;
  }
  .in_product_list .in_product_bg {
    width: 18%;
  }
  .in_product_list .in_product_main {
    padding: 15px 0 15px 2.85%;
  }
  .in_product_list .in_product_main > h3 {
    line-height: 32px;
    padding: 15px 0;
  }
  .in_product_list .in_product_main > dl {
    height: 144px;
  }
  .in_product_list .in_product_main > dl dd {
    line-height: 24px;
    padding: 6px 15px 6px 16px;
    font-size: 16px;
  }
}
@media (min-width: 0px) and (max-width: 1280px) {
  .in_product {
    padding: 40px 0;
  }
  .in_product_list {
    display: flex;
    justify-content: space-between;
  }
  .in_product_list li {
    width: 48%;
    flex-wrap: wrap;
    margin-bottom: 0;
    flex-direction: column;
  }
  .in_product_list .in_product_img {
    width: 100%;
    padding-top: 62%;
  }
  .in_product_list .in_product_bg {
    width: 25%;
  }
  .in_product_list .in_product_main {
    padding: 15px 0 15px 2.85%;
  }
  .in_product_list .in_product_main > h3 {
    line-height: 32px;
    padding: 15px 0;
  }
  .in_product_list .in_product_main > dl {
    height: auto;
  }
  .in_product_list .in_product_main > dl dd {
    line-height: 24px;
    padding: 6px 15px 6px 16px;
    font-size: 16px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .in_product_list {
    width: 100%;
    flex-direction: column;
    padding-top: 20px;
  }
  .in_product_list li {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .in_product_list .in_product_img {
    width: 100%;
    padding-top: 62%;
  }
  .in_product_list .in_product_bg {
    width: 25%;
  }
  .in_product_list .in_product_main {
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
  }
  .in_product_list .in_product_main > h3 {
    ont-size: 20px;
    padding: 0 0 15px 0;
  }
  .in_product_list .in_product_main > dl dd {
    padding: 6px 0 6px 16px;
    font-size: 14px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
/*END*/
/*BEGIN*/
.in_case {
  padding: 64px 0 80px 0;
  background: url(../images/indexcaseback.png) no-repeat center;
}

.case_swipers {
  padding-top: 42px;
}

.case_swiper_container {
  margin-bottom: 30px;
}
.case_swiper_container:last-child {
  margin-bottom: 0;
}
.case_swiper_container .swiper-slide {
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  background: #F4F8F9;
  border: 1px solid rgba(4, 89, 255, 0.4);
  box-shadow: 7px 4px 14px 0px rgba(179, 187, 199, 0.27);
  border-radius: 8px;
}
.case_swiper_container .swiper-slide, .case_swiper_container .swiper-slide img {
  display: block;
  width: 294px;
  height: 80px;
}

.case_swiper_container > .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .in_case {
    padding: 40px 0;
  }
  .case_swipers {
    padding-top: 40px;
  }
  .case_swiper_container {
    margin-bottom: 25px;
  }
  .case_swiper_container .swiper-slide, .case_swiper_container .swiper-slide img {
    width: 259px;
    height: 70px;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .case_swipers {
    padding-top: 25px;
  }
  .case_swiper_container {
    margin-bottom: 20px;
  }
  .case_swiper_container .swiper-slide, .case_swiper_container .swiper-slide img {
    width: 180px;
    height: 50px;
  }
}
/*END*/
/*BEGIN*/
.in_news {
  padding: 64px 0 80px 0;
}

.in_news_nav {
  text-align: center;
}
.in_news_nav li {
  display: inline-block;
  margin-left: 75px;
}
.in_news_nav li:first-child {
  margin-left: 0;
}
.in_news_nav li a {
  position: relative;
  display: block;
  line-height: 32px;
  font-size: 18px;
  color: rgba(20, 20, 37, 0.6);
  padding-bottom: 14px;
}
.in_news_nav li a:after {
  display: none;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  height: 2px;
  background: #1558DA;
}
.in_news_nav li a:hover, .in_news_nav li a.on {
  color: #1558DA;
}
.in_news_nav li a:hover:after, .in_news_nav li a.on:after {
  display: block;
}

.news_swiper_container {
  padding: 25px 0;
}
.news_swiper_container .swiper-slide {
  box-sizing: border-box;
  padding: 15px;
}
.news_swiper_container .swiper-slide a {
  display: block;
  background: #F4F8F9;
  border: 1px solid #FFFFFF;
  box-shadow: 5px 8px 10px 0px rgba(179, 187, 199, 0.3);
  border-radius: 6px;
  overflow: hidden;
}
.news_swiper_container .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.news_swiper_container .swiper-slide a > header {
  overflow: hidden;
  position: relative;
  padding-top: 56%;
}
.news_swiper_container .swiper-slide a:hover img {
  transition: all 0.6s 0s;
  transform: scale(1.12);
}
.news_swiper_container .swiper-slide main {
  padding: 12px 28px;
}
.news_swiper_container .swiper-slide main h3 {
  font-size: 18px;
  color: rgba(20, 20, 37, 0.9);
  height: 48px;
  line-height: 48px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news_swiper_container .swiper-slide main div {
  font-size: 14px;
  color: rgba(100, 105, 139, 0.8);
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_swiper_container .swiper-slide main footer {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
  line-height: 22px;
  font-size: 14px;
  color: rgba(100, 105, 139, 0.8);
}
.news_swiper_container .swiper-slide main footer strong {
  color: #1558DA;
  font-weight: normal;
}
.news_swiper_container .swiper-slide main footer strong .aui-icon {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("../images/icon_01.png") no-repeat center;
  background-size: 100% 100%;
}

.in_news_swiper_item {
  overflow: hidden;
}

.in_news_more {
  text-align: center;
  vertical-align: top;
}
.in_news_more a {
  display: inline-block;
  width: 140px;
  height: 42px;
  line-height: 42px;
  background: #FFFFFF;
  border: 1px solid #1558DA;
  border-radius: 4px;
  font-size: 16px;
  color: #1558DA;
}
.in_news_more a:hover {
  background: rgba(21, 88, 218, 0.1);
}

@media (min-width: 0px) and (max-width: 1200px) {
  .in_news {
    padding: 40px 0;
  }
  .in_news_nav li {
    margin-left: 40px;
  }
  .in_news_nav li a {
    padding-bottom: 5px;
  }
  .news_swiper_container {
    padding: 15px 0;
  }
  .news_swiper_container .swiper-slide {
    padding: 8px;
  }
  .news_swiper_container .swiper-slide a {
    box-shadow: 2px 3px 5px 0px rgba(179, 187, 199, 0.3);
  }
  .news_swiper_container .swiper-slide main {
    padding: 8px 15px 12px 15px;
  }
  .news_swiper_container .swiper-slide main h3 {
    line-height: 42px;
    height: 42px;
  }
  .news_swiper_container .swiper-slide main footer {
    padding-top: 10px;
  }
  .in_news_more {
    padding-top: 10px;
  }
}
/*END*/
/*BEGIN*/
#moFooter {
  display: none;
  background: #101526;
  padding: 15px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}
#moFooter, #moFooter a {
  color: #FFFFFF;
}
#moFooter img, #moFooter a {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 0px) and (max-width: 1200px) {
  #moFooter {
    display: block;
  }
}
/*END*/
/*BEGIN*/
.subpage_ban {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 26.1%;
}
.subpage_ban img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

@media (min-width: 0px) and (max-width: 1000px) {
  .subpage_ban {
    padding-top: 48.4%;
  }
  .subpage_ban img {
    width: 100%;
    margin-left: 0;
  }
}
/*END*/
/*BEGIN*/
.subpage_content {
  padding: 60px 0;
  min-height: 60vh;
}

.abput_map {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.abput_map .index_title {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.abput_map img {
  display: block;
  width: 100%;
}

.coverage_data {
  position: absolute;
  top: 200px;
  left: 0;
  white-space: nowrap;
}
.coverage_data .coverage_data_num {
  font-size: 48px;
  color: #1558DA;
  line-height: 58px;
}
.coverage_data .coverage_data_num span {
  font-size: 18px;
  color: rgba(100, 105, 139, 0.5);
}
.coverage_data .coverage_data_text {
  font-size: 18px;
  color: #64698B;
  line-height: 42px;
  margin-bottom: 22px;
  text-indent: 8px;
}

.about_stat {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 40px 0;
}
.about_stat li {
  margin-right: 2.5%;
  background: #EDF3FD;
  border-radius: 8px;
  flex: 1;
  padding: 16px;
}
.about_stat li:last-child {
  margin-right: 0;
}
.about_stat li header {
  line-height: 66px;
}
.about_stat li header strong {
  font-size: 50px;
  color: #141425;
  font-weight: normal;
}
.about_stat li header span {
  font-size: 20px;
  color: rgba(100, 105, 139, 0.8);
}
.about_stat li header:after {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url("../images/icon_05.png") no-repeat center;
  background-size: 100% 100%;
  vertical-align: top;
  position: relative;
  top: 8px;
}
.about_stat li div {
  line-height: 50px;
  font-size: 20px;
  color: rgba(100, 105, 139, 0.8);
}

.about_content {
  font-size: 18px;
  line-height: 1.9em;
}
.about_content img {
  max-width: 100%;
}
.about_content, .about_content a {
  color: rgba(20, 20, 37, 0.9);
}

@media (min-width: 0px) and (max-width: 1200px) {
  .subpage_content {
    padding: 30px 0;
  }
  .abput_map .index_title {
    top: 30px;
    left: 0;
    width: 100%;
  }
  .coverage_data {
    top: 150px;
  }
  .coverage_data .coverage_data_num {
    font-size: 40px;
    line-height: 40px;
  }
  .coverage_data .coverage_data_num span {
    font-size: 16px;
  }
  .coverage_data .coverage_data_text {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .about_content {
    font-size: 16px;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .about_stat {
    flex-wrap: wrap;
    text-align: center;
    padding: 30px 0 20px 0;
  }
  .about_stat li {
    min-width: 48%;
    width: 48%;
    box-sizing: border-box;
    margin: 0 0 4% 0;
    flex: 0;
    padding: 20px 10px 15px 10px;
  }
  .about_stat li header {
    line-height: 50px;
  }
  .about_stat li header strong {
    font-size: 38px;
  }
  .about_stat li header span {
    font-size: 18px;
  }
  .about_stat li header:after {
    height: 14px;
    width: 14px;
    top: 8px;
  }
  .about_stat li div {
    line-height: 30px;
    font-size: 18px;
  }
  .abput_map .index_title {
    position: relative;
    top: 0;
    padding-bottom: 20px;
  }
  .abput_map img {
    width: 150%;
    margin-left: -30%;
  }
  .coverage_data {
    top: 20px;
  }
  .coverage_data > div {
    float: left;
    margin-right: 30px;
  }
  .coverage_data .coverage_data_num {
    font-size: 30px;
    line-height: 30px;
  }
  .coverage_data .coverage_data_num span {
    font-size: 14px;
  }
  .coverage_data .coverage_data_text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
/*END*/
/*BEGIN*/
.pager {
  text-align: center;
  padding-top: 50px;
}
.pager a {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(20, 20, 37, 0.1);
  border-radius: 2px;
  font-size: 14px;
  color: #141425;
}
.pager a:hover, .pager a.on, .pager a.page-num-current {
  background-color: #1558DA;
  border-color: #1558DA;
  color: #fff;
}
.pager a:first-child {
  background: url("../images/icon_06.png") no-repeat center;
  background-size: 6px 9px;
}
.pager a:first-child:hover {
  background: #1558DA url("../images/icon_08.png") no-repeat center;
  background-size: 6px 9px;
}
.pager a:last-child {
  background: url("../images/icon_07.png") no-repeat center;
  background-size: 6px 9px;
}
.pager a:last-child:hover {
  background: #1558DA url("../images/icon_09.png") no-repeat center;
  background-size: 6px 9px;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .pager {
    text-align: center;
    padding-top: 30px;
  }
  .pager a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .pager {
    text-align: center;
    padding-top: 30px;
  }
  .pager a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
/*END*/
/*BEGIN*/
.case_list li {
  display: flex;
  margin-bottom: 30px;
  background: #F4F8F9;
  border: 1px solid rgba(4, 89, 255, 0.4);
  box-shadow: 7px 4px 14px 0px rgba(179, 187, 199, 0.27);
  border-radius: 10px;
  overflow: hidden;
}
.case_list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.case_list li:last-child {
  margin-bottom: 0;
}
.case_list li > div {
  position: relative;
  overflow: hidden;
  width: 47.14%;
  padding-top: 26.7%;
}
.case_list li > div img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.case_list li > main {
  box-sizing: border-box;
  padding: 0 4% 0 4%;
  width: 52.86%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case_list li > main header img {
  display: block;
  height: 78px;
}
.case_list li > main > div {
  font-size: 16px;
  color: #474B67;
  margin: 20px 0;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  height: 96px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case_list li > main footer {
  font-size: 14px;
}
.case_list li > main footer a {
  color: #1558DA;
}
.case_list li > main footer .aui-icon {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("../images/icon_01.png") no-repeat center;
  background-size: 100% 100%;
}

@media (min-width: 0px) and (max-width: 1280px) {
  .case_list li > main header img {
    height: 65px;
  }
  .case_list li > main > div {
    color: #474B67;
    margin: 15px 0;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    height: 84px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 0px) and (max-width: 1200px) {
  .case_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .case_list li {
    flex-direction: column;
    width: 48%;
  }
  .case_list li:last-child {
    margin-bottom: 30px;
  }
  .case_list li:nth-child(2n) {
    flex-direction: column;
  }
  .case_list li > div {
    width: 100%;
    padding-top: 56.7%;
  }
  .case_list li > main {
    padding: 20px;
    width: 100%;
  }
  .case_list li > main header {
    height: 65px;
  }
  .case_list li > main header img {
    height: auto;
    max-height: 65px;
    max-width: 100%;
  }
  .case_list li > main > div {
    color: #474B67;
    margin: 15px 0;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    height: 84px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .case_list li {
    width: 100%;
  }
  .case_list li > main header {
    height: 60px;
  }
  .case_list li > main header img {
    height: auto;
    max-height: 60px;
    max-width: 100%;
  }
}
/*END*/
/*BEGIN*/
.subpage_details_content {
  padding: 150px 0 60px 0;
}

.details_title {
  text-align: center;
  font-size: 40px;
  color: #141425;
  line-height: 60px;
  padding: 9px 0;
}

.details_info {
  text-align: center;
  font-size: 18px;
  line-height: 58px;
  color: rgba(100, 105, 139, 0.8);
}
.details_info span {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  white-space: nowrap;
}

.details_content {
  font-size: 18px;
  color: #141425;
  line-height: 2em;
  padding: 26px 0;
}
.details_content img {
  max-width: 100%;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .subpage_details_content {
    padding: 30px 0;
  }
  .details_title {
    font-size: 24px;
    line-height: 1.8em;
  }
  .details_info {
    font-size: 14px;
    line-height: 2em;
  }
  .details_info span {
    margin: 0 5px;
  }
  .details_content {
    font-size: 18px;
    color: #141425;
    line-height: 2em;
    padding: 26px 0;
  }
  .details_content img {
    max-width: 100%;
  }
}
/*END*/
/*BEGIN*/
.page_turner {
  border-top: 1px solid rgba(20, 20, 37, 0.2);
  padding-top: 20px;
}
.page_turner .page_turner_prev, .page_turner .page_turner_nest {
  max-width: 45%;
}
.page_turner .page_turner_prev {
  float: left;
}
.page_turner .page_turner_nest {
  float: right;
}
.page_turner a {
  font-size: 14px;
  color: #64698B;
  line-height: 32px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.page_turner a:hover {
  color: #000;
}

/*END*/
/*BEGIN*/
.job_list li {
  background: #F4F8F9;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  padding: 3.57%;
  margin-bottom: 30px;
}
.job_list li:last-child {
  margin-bottom: 0;
}

.job_item_title {
  font-size: 20px;
  color: #141425;
  line-height: 34px;
  font-weight: normal;
}

.job_item_info {
  font-size: 16px;
  color: #64698B;
  line-height: 34px;
  padding-top: 22px;
}
.job_item_info span {
  display: inline-block;
  padding-right: 50px;
  vertical-align: top;
}
.job_item_info span:last-child {
  padding-right: 0;
}

.job_item_txt {
  font-size: 16px;
  color: #141425;
  line-height: 2em;
  padding-top: 30px;
}

.job_contact_info {
  font-size: 16px;
  color: #474B67;
  line-height: 34px;
  padding-top: 45px;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .job_list li {
    margin-bottom: 20px;
  }
  .job_item_info {
    padding-top: 15px;
  }
  .job_item_txt {
    padding-top: 15px;
  }
  .job_contact_info {
    padding-top: 30px;
  }
}
/*END*/
/*BEGIN*/
.news_list li {
  box-sizing: border-box;
  width: 31.57%;
  float: left;
  margin: 0 2.64% 2.64% 0;
}
.news_list li:nth-child(3n) {
  margin-right: 0;
}
.news_list li a {
  display: block;
  background: #F4F8F9;
  border: 1px solid #FFFFFF;
  box-shadow: 5px 8px 10px 0px rgba(179, 187, 199, 0.3);
  border-radius: 6px;
  overflow: hidden;
}
.news_list li a img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news_list li a > header {
  overflow: hidden;
  padding-top: 56%;
  position: relative;
}
.news_list li a > header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_list li a:hover img {
  transition: all 0.6s 0s;
  transform: scale(1.12);
}
.news_list li main {
  padding: 12px 28px;
}
.news_list li main h3 {
  font-size: 18px;
  color: rgba(20, 20, 37, 0.9);
  height: 48px;
  line-height: 48px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news_list li main div {
  font-size: 14px;
  color: rgba(100, 105, 139, 0.8);
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list li main footer {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
  line-height: 22px;
  font-size: 14px;
  color: rgba(100, 105, 139, 0.8);
}
.news_list li main footer strong {
  color: #1558DA;
  font-weight: normal;
}
.news_list li main footer strong .aui-icon {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("../images/icon_01.png") no-repeat center;
  background-size: 100% 100%;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .news_list li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .news_list li:nth-child(3n) {
    margin-right: 4%;
  }
  .news_list li:nth-child(2n) {
    margin-right: 0;
  }
  .news_list li main {
    padding: 12px 15px;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .news_list li {
    width: 100%;
    margin: 0 0 4% 0 !important;
  }
  .news_list li main {
    padding: 12px 15px;
  }
}
/*END*/
/*BEGIN*/
.sub_page_nav {
  position: relative;
}
.sub_page_nav ul {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 207px 0px rgba(196, 223, 251, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 6px 6px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.sub_page_nav ul li {
  flex: 1;
  text-align: center;
}
.sub_page_nav ul li a {
  position: relative;
  display: block;
  line-height: 90px;
  font-size: 24px;
  color: #141425;
}
.sub_page_nav ul li a:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 2px;
  height: 42%;
  background: #FFFFFF;
  box-shadow: 2px 1px 4px 0px rgba(80, 97, 112, 0.19);
  transform: translate(0, -50%);
}
.sub_page_nav ul li a:hover, .sub_page_nav ul li a.on {
  color: #1558DA;
}
.sub_page_nav ul li:last-child a:after {
  display: none;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .sub_page_nav ul li a {
    line-height: 60px;
    font-size: 20px;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .sub_page_nav ul li a {
    line-height: 38px;
    font-size: 18px;
  }
}
/*END*/
/*BEGIN*/
.no_data {
  text-align: center;
  padding: 5% 0;
}
.no_data img {
  display: block;
  margin: 0 auto;
  width: 366px;
}
.no_data div {
  padding-top: 50px;
  font-size: 18px;
  color: rgba(20, 20, 37, 0.7);
  line-height: 54px;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .no_data img {
    width: 260px;
  }
  .no_data div {
    line-height: 30px;
  }
}
/*END*/
/*BEGIN*/
.product_overview, .product_advantage, .product_fun {
  padding: 70px 0;
}

.product_overview {
  background: #F8FCFF;
}

.product_overview_main {
  position: relative;
  padding: 110px 0;
}

.product_overview_bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.product_overview_bg img {
  display: block;
  height: 100%;
  float: right;
}

.product_overview_content {
  margin-right: 52%;
  position: relative;
  z-index: 2;
}

.product_overview_h {
  width: 50px;
  height: 3px;
  background: #1558DA;
}

.product_overview_text {
  font-size: 18px;
  color: rgba(100, 105, 139, 0.9);
  line-height: 2em;
  padding: 25px 0 60px 0;
}

.product_overview_list {
  display: flex;
}
.product_overview_list li {
  margin-right: 50px;
  text-align: center;
  max-width: 70px;
}
.product_overview_list li span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  background: #FFFFFF;
  border: 1px solid #1558DA;
  border-radius: 50%;
}
.product_overview_list li span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 26px;
}
.product_overview_list li em {
  display: block;
  font-size: 16px;
  color: #141425;
  line-height: 1.3em;
  padding-top: 20px;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .product_overview, .product_advantage, .product_fun {
    padding: 40px 0;
  }
  .product_overview_main {
    padding: 50px 0;
  }
  .product_overview_content {
    margin-right: 0;
  }
  .product_overview_bg {
    opacity: 0.2;
    display: none;
  }
  .product_overview_list {
    justify-content: center;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .product_overview_text {
    font-size: 16px;
    padding: 15px 0 30px 0;
  }
  .product_overview_main {
    padding: 30px 0 0 0;
  }
  .product_overview_content {
    margin-right: 0;
  }
  .product_overview_bg {
    opacity: 0.2;
  }
  .product_overview_list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .product_overview_list li {
    margin: 0 20px 20px 20px;
  }
  .product_overview_list li span {
    height: 60px;
    width: 60px;
  }
  .product_overview_list li em {
    font-size: 16px;
  }
}
/*END*/
/*BEGIN*/
.product_advantage_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 45px;
}
.product_advantage_list li {
  width: 48.9%;
  background: #F4F8F9;
  border: 2px solid #FFFFFF;
  box-shadow: 12px 8px 20px 0px rgba(179, 187, 199, 0.18);
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 2.2%;
  padding: 50px 30px;
}
.product_advantage_list li > div {
  float: left;
  width: 50px;
}
.product_advantage_list li > div img {
  display: block;
  width: 100%;
}
.product_advantage_list li > main {
  margin-left: 80px;
}
.product_advantage_list li > main > h3 {
  font-size: 24px;
  color: #141425;
  line-height: 34px;
}
.product_advantage_list li > main > div {
  margin-top: 20px;
  font-size: 16px;
  color: rgba(100, 105, 139, 0.8);
  line-height: 28px;
}

@media (min-width: 0px) and (max-width: 750px) {
  .product_advantage_list {
    padding-top: 30px;
  }
  .product_advantage_list li {
    width: 100%;
    margin-bottom: 25px;
    padding: 20px;
  }
  .product_advantage_list li > div {
    width: 30px;
  }
  .product_advantage_list li > main {
    margin-left: 45px;
  }
  .product_advantage_list li > main > h3 {
    font-size: 18px;
    line-height: 1.8em;
  }
  .product_advantage_list li > main > div {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8em;
    margin-left: -50px;
  }
}
/*END*/
/*BEGIN*/
.product_fun {
  background: #F8FCFF url("../images/product_01.png") no-repeat center;
  background-size: 100% 100%;
}
.product_fun .swiper-slide {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.product_fun_img {
  width: 58%;
}
.product_fun_img img {
  display: block;
  width: 100%;
}

.product_fun_swiper {
  position: relative;
  padding-left: 45px;
}
.product_fun_swiper .swiper-pagination {
  left: 0;
  width: 20px;
  bottom: auto !important;
  top: 50%;
  transform: translate(0, -50%);
}
.product_fun_swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  margin-bottom: 14px;
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1 !important;
  background: none !important;
}
.product_fun_swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: rgba(20, 20, 37, 0.2);
  border-radius: 50%;
}
.product_fun_swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.product_fun_swiper .swiper-pagination .swiper-pagination-bullet:hover, .product_fun_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #1558DA;
}
.product_fun_swiper .swiper-pagination .swiper-pagination-bullet:hover:after, .product_fun_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #1558DA;
}

.product_fun_txt {
  width: 38.85%;
}
.product_fun_txt > h3 {
  font-size: 24px;
  color: rgb(20, 20, 37);
  line-height: 34px;
}
.product_fun_txt > div {
  padding: 25px 0 30px 0;
  font-size: 16px;
  color: #64698B;
  line-height: 28px;
}
.product_fun_txt > ul li {
  position: relative;
  padding: 6px 0 6px 18px;
  font-size: 16px;
  color: rgba(100, 105, 139, 0.9);
  line-height: 30px;
}
.product_fun_txt > ul li:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 2px solid #1558DA;
  border-radius: 50%;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .product_fun .swiper-slide {
    flex-direction: column-reverse;
  }
  .product_fun_img {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product_fun_txt {
    width: 100%;
  }
  .product_fun_txt > h3 {
    font-size: 24px;
    line-height: 1.8em;
    font-weight: normal;
  }
  .product_fun_txt > div {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.8em;
  }
  .product_fun_txt > ul li {
    font-size: 14px;
    line-height: 2em;
    padding: 3px 0 3px 18px;
  }
  .product_fun_txt > ul li:after {
    width: 6px;
    height: 6px;
  }
  .product_fun_swiper {
    position: relative;
    padding: 0 0 45px 0;
  }
  .product_fun_swiper .swiper-pagination {
    left: 0;
    width: 100%;
    bottom: 0 !important;
    top: auto;
    transform: translate(0, 0);
  }
  .product_fun_swiper .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 2px;
  }
}
/*END*/
/*BEGIN*/
.contact_us_list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.contact_us_list li {
  width: 48.57%;
  margin: 0 2.85% 2.85% 0;
  background: #F4F8F9;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  box-shadow: 12px 8px 20px 0px rgba(179, 187, 199, 0.18);
  border-radius: 8px;
  padding: 34px 42px 38px 42px;
}
.contact_us_list li:nth-child(2n) {
  margin-right: 0;
}
.contact_us_list li > h3 {
  font-size: 24px;
  font-weight: bold;
  color: #141425;
  line-height: 34px;
  margin-bottom: 26px;
}
.contact_us_list li > main > div {
  margin-bottom: 20px;
}
.contact_us_list li > main > div:last-child {
  margin-bottom: 0;
}

.contact_us_list_address, .contact_us_list_phone {
  font-size: 16px;
  line-height: 24px;
}
.contact_us_list_address, .contact_us_list_address a, .contact_us_list_phone, .contact_us_list_phone a {
  color: #64698B;
}
.contact_us_list_address span, .contact_us_list_phone span {
  display: block;
  float: left;
  height: 24px;
  width: 20px;
}
.contact_us_list_address div, .contact_us_list_phone div {
  margin-left: 32px;
}

.contact_us_list_address span {
  background: url("../images/icon_10.png") no-repeat center;
  background-size: auto 100%;
}

.contact_us_list_phone span {
  background: url("../images/icon_11.png") no-repeat center;
  background-size: 100% auto;
}

@media (min-width: 0px) and (max-width: 850px) {
  .contact_us_list {
    padding: 0;
  }
  .contact_us_list li {
    width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #FFFFFF;
    padding: 24px 20px 28px 20px;
  }
  .contact_us_list li > h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 22px;
  }
}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/

/*# sourceMappingURL=style.css.map */
