@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.content {
  width: 14.4rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.white {
  color: #fff;
}
.hide {
  display: none;
}
@font-face {
  font-family: "Techna-Sans";
  src: url("../fonts/Techna-Sans-Regular.otf") format("opentype"), url("../fonts/Techna-Sans-Regular.ttf") format("truetype"), url("../fonts/Techna-Sans-Regular.woff") format("woff");
  font-style: normal;
}
.blue {
  color: #02338f !important;
}
.phone {
  display: none;
}
/*banner*/
.header_bg {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.001));
  height: 0.84rem;
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  height: 0.84rem;
}
.logo img {
  width: 2.08rem;
}
.nav_btn {
  margin-left: 0.3rem;
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.nav_btn img {
  width: 0.36rem;
  height: 0.16rem;
  margin-right: 0.2rem;
}
.link_list > li {
  margin-left: 0.25rem;
  cursor: pointer;
  position: relative;
}
.link_list > li > img {
  width: 0.24rem;
  height: 0.24rem;
}
.header_code {
  width: 240px;
  z-index: 9;
  background: #fff;
  top: 40px;
  left: -100px;
  padding: 20px 0 ;
}
.header_code_list {
  margin: 0 0.1rem;
}
.header_code_list img {
  width: 0.85rem;
  height: 0.85rem;
}
.header_code_list p {
  font-size: 12px;
}
.header_pop {
  display: none;
}
.header_pop .tc {
  color: #333;
  margin-bottom: 0.1rem;
}
.header_shop {
  top: 40px;
  right: 0;
  z-index: 10;
  background: #ffffff;
  width: 226px;
  padding: 20px 18px;
}
.header_list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 48%;
  border-left: 1px solid #cccccc;
  height: 100%;
}
.header_list::after {
  content: '';
  position: absolute;
  top: 47%;
  left: 0;
  border-top: 1px solid #cccccc;
  width: 100%;
}
.header_list li {
  width: 50%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.header_list li img {
  max-width: 90%;
}
.top_box {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../images/img/search_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  top: -100%;
  left: 0;
  z-index: 30;
  transition: 0.5s;
  color: #fff;
}
.nav_box {
  background: url(../images/img/nav_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.nav_list {
  padding: 2rem 1rem 0 ;
}
.nav_list li {
  text-align: center;
}
.nav_list li img {
  width: 0.96rem;
  height: 0.68rem;
  transition: all 0.3s;
  opacity: 0;
}
.nav_list li h2 {
  font-size: 0.24rem;
  margin: 0.2rem 0;
}
.nav_list li p a {
  display: block;
  color: #eaf6fd;
  line-height: 0.44rem;
  transition: all 0.6s;
}
.nav_list li p a span {
  position: relative;
}
.nav_list li p a:hover {
  color: #e7bc7b;
  text-decoration: underline;
  transition: all 0.6s;
}
.nav_list li p a:hover span::before {
  width: 0.07rem;
  height: 0.07rem;
  background: #e7bc7b;
  border-radius: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -0.15rem;
  transition: all 0.6s;
}
.nav_list li:hover img {
  opacity: 1;
  animation: zy 2.5s 0.15s linear infinite;
}
@-webkit-keyframes zy {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
.header_close {
  margin-left: 0.3rem;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.header_close img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.2rem;
}
.ss_btn {
  cursor: pointer;
}
.search_content {
  padding: 1.5rem 0 0;
}
.ss_pic {
  width: 4.53rem;
}
.ss_pic img {
  width: 100%;
}
.search_con {
  width: 8.13rem;
  margin-right: 0.9rem;
  padding: 0.94rem 0 0;
}
.search_tit {
  font-size: 0.48rem;
  line-height: 1.3;
  font-weight: lighter;
  margin: 0.3rem 0 0.8rem;
}
.search_form {
  border-bottom: solid 2px #ffffff;
  padding-bottom: 0.2rem;
}
.ss_txt {
  width: 7.7rem;
  height: 0.33rem;
  border: none;
  background: none;
  font-size: 0.18rem;
  color: #fff;
}
.ss_txt::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.key {
  margin: 0.45rem 0 0;
}
.key b {
  font-size: 0.18rem;
}
.key a {
  margin-left: 2%;
}
.suoyuan_box .ss_pic {
  width: 4.36rem;
}
.suoyuan_box .search_con {
  width: 7.3rem;
  margin: 0 0 0 0.9rem;
}
.logo2 {
  width: 2.09rem;
}
.banner .swiper-pagination {
  bottom: 0.3rem;
}
.banner .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background: #023591;
  opacity: 1;
  margin: 0 0.1rem !important;
}
.banner .swiper-pagination-bullet-active {
  width: 0.27rem;
  height: 0.35rem;
  background: url(../images/img/banner_dot.png) no-repeat;
  background-size: 100% 100%;
}
.banner_txt {
  color: #f3f4f4;
  left: 5%;
  top: 15%;
  z-index: 10;
  display: none;
}
.banner_txt h3 {
  font-size: 52px;
}
.banner_txt p {
  font-size: 24px;
  text-transform: uppercase;
}
.swiper-slide-active .banner_txt {
  display: block;
}
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}
.pagination li.active {
  background: red;
  color: #fff;
}
.online {
  width: 1.12rem;
  right: 0.2rem;
  top: 30%;
  position: fixed;
  z-index: 9;
}
.online_txt {
  width: 1.75rem;
  height: 0.7rem;
  background: #005bac;
  border-radius: 0.35rem 0 0.35rem 0.35rem;
  color: #fff;
  padding: 0.1rem 0 0 0.2rem;
  top: 0.68rem;
  right: 0.9rem;
}
.online_txt p {
  font-size: 0.12rem;
}
.online_txt h3 {
  font-size: 0.16rem;
}
.online_logo {
  z-index: 3;
}
.online_con_box {
  top: -0.5rem;
}
.online_bg {
  background: #005bac;
  border-radius: 0.56rem;
  height: 4.26rem;
  z-index: 2;
  display: none;
}
.online_con {
  width: 100%;
  height: 4.26rem;
  padding: 0 0.08rem 0;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.kf_list {
  padding: 0.5rem 0 0;
  top: -0.1rem;
  z-index: 2;
}
.kf_list li {
  width: 100%;
  height: 0.32rem;
  border-radius: 0.15rem;
  color: #fff;
  background: #d3a359;
  text-align: center;
  margin-bottom: 0.13rem;
}
.side_shop li {
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.side_shop li p {
  margin: 0.1rem 0 0;
}
.side_code {
  font-size: 0.14rem;
  color: #fff;
}
.side_code img {
  width: 0.83rem;
  height: 0.83rem;
}
.backtop {
  color: #8b8a8a;
  margin-top: 0.1rem;
  cursor: pointer;
}
.backtop img {
  width: 0.25rem;
  height: 0.14rem;
}
.backtop.on {
  margin-top: -0.5rem;
}
.pro_bg {
  background: url(../images/img/bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 0.8rem;
}
.tit {
  padding: 0.9rem 0 0;
}
.tit h3 {
  font-size: 0.48rem;
  color: #02338f;
  background: url(../images/img/tit.png) no-repeat center bottom;
  background-size: 0.08rem 0.21rem;
  padding-bottom: 0.2rem;
}
.tit p {
  color: #5a5a5a;
  font-weight: lighter;
  margin: 0.1rem 0 0;
}
.pro {
  margin: 0.9rem 0 0;
  padding: 0.2rem 0;
}
.pro li {
  box-shadow: 0 0 0.2rem rgba(163, 163, 163, 0.2);
  background: #fff;
  border-radius: 0.2rem;
  height: 4.25rem;
  overflow: hidden;
}
.pro_pic {
  height: 3.3rem;
}
.pro_tit {
  margin: 0.35rem 0 0;
  font-size: 0.18rem;
  color: #02338f;
}
.pro_tit img {
  width: 0.37rem;
  height: 0.4rem;
  margin-right: 0.15rem;
}
.swiper_btn {
  margin: 0.76rem 0 0;
}
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-button-prev {
  position: static;
  margin: 0;
  width: 0.77rem;
  height: 0.77rem;
  background: #fff;
  border-radius: 100%;
  margin: 0 0.1rem;
  transition: all 0.6s;
  z-index:7;
}
.swiper_btn .swiper-button-next::after,
.swiper_btn .swiper-button-prev::after {
  color: #8a8a8a;
  font-size: 0.3rem;
}
.swiper_btn .swiper-button-next:hover,
.swiper_btn .swiper-button-prev:hover {
  background: #02338f;
}
.swiper_btn .swiper-button-next:hover::after,
.swiper_btn .swiper-button-prev:hover::after {
  color: #fff;
}
.news_bg {
  padding-bottom: 1rem;
}
.news_box {
  margin: 0.4rem 0 0;
  background: #f7f7f7;
}
.news_box a {
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
.news_pic {
  width: 5.49rem;
  height: 3.04rem;
}
.news_con {
  width: 7.65rem;
}
.news_tit {
  font-size: 0.22rem;
}
.news_txt {
  color: #7c7d7d;
  text-indent: 2em;
  margin: 0.2rem 0 0.4rem;
}
.news_more {
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.25rem 0 0.25rem 0;
  color: #023591;
  border: solid 1px #023591;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.5s;
}
.news_more img {
  width: 0.27rem;
  height: 0.09rem;
  margin-left: 0.15rem;
}
.news_more::after {
  width: 0;
  height: 100%;
  content: "";
  background: #023591;
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.5s;
  z-index: -1;
}
.news_more:hover {
  color: #fff;
  border: none;
  background: none;
}
.news_more:hover::after {
  width: 100%;
}
.source_more::after {
  background: #fff;
}
.source_more:hover {
  color: #023591;
}
.news_list {
  padding: 0.3rem 0 0;
}
.news_list li {
  width: 6.9rem;
  height: 1.55rem;
  padding: 0.2rem 0.25rem 0.2rem 0.1rem;
  border-bottom: solid 1px #d4d3d3;
  margin-bottom: 0.25rem;
  position: relative;
  animation-name: fadeInLeft;
}
.news_list li:nth-child(odd) {
  animation-name: fadeInRight;
}
.news_list li::after {
  width: 100%;
  height: 100%;
  background: #02338f;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  transition: all 0.6s;
  transform: scale(1, 0);
}
.news_list li:hover::after {
  transform: scale(1, 1);
}
.news_list li:hover .news_date,
.news_list li:hover .news_con,
.news_list li:hover .blue,
.news_list li:hover .news_list_txt,
.news_list li:hover .f18 {
  color: #fff;
}
.news_date {
  border-right: solid 1px #d4d3d3;
  width: 1rem;
  color: #073e98;
  line-height: 1.2;
  font-family: "Techna-Sans";
}
.news_date h3 {
  font-size: 0.56rem;
}
.news_date p {
  font-size: 0.18rem;
}
.news_list_con {
  width: 5.25rem;
}
.news_list_txt {
  color: #7c7d7d;
  margin: 0.1rem 0 0.05rem;
}
.source_bg {
  background: url(../images/img/bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 1.7rem;
}
.source {
  margin: 0.65rem 0;
}
.source li {
  text-align: center;
  cursor: pointer;
  animation-name: fadeInUp;
}
.source li:nth-child(even) {
  animation-name: fadeInDown;
}
.source li img {
  width: 1.3rem;
  height: 1.3rem;
  transition: all 0.6s;
}
.source li h3 {
  color: #023591;
  font-size: 0.26rem;
  line-height: 0.42rem;
  margin: 0.3rem 0 0.15rem;
}
.source li h3 b {
  font-size: 0.48rem;
  font-family: "Techna-Sans";
  margin-left: 0.1rem;
}
.source li p {
  color: #023591;
  font-size: 0.2rem;
}
.source li:hover img {
  transform: rotate(360deg);
}
.source_more {
  background: #023591;
  color: #fff;
}
.quality {
  margin: 0.4rem 0 0;
}
.quality .swiper {
  padding-bottom: 1.05rem;
}
.quality li.swiper-slide-active .quality_pic::after {
  display: none;
}
.quality li.swiper-slide-active .quality_tit,
.quality li.swiper-slide-active .quality_txt {
  opacity: 1;
  transform: translateY(0);
}
.quality .swiper-button-next,
.quality .swiper-button-prev {
  margin: 0;
  top: 2rem;
  width: 0.77rem;
  height: 0.77rem;
  background: #fff;
  border-radius: 100%;
  margin: 0 0.1rem;
  transition: all 0.6s;
}
.quality .swiper-button-next::after,
.quality .swiper-button-prev::after {
  color: #8a8a8a;
  font-size: 0.16rem;
}
.quality .swiper-button-next:hover,
.quality .swiper-button-prev:hover {
  background: #02338f;
}
.quality .swiper-button-next:hover::after,
.quality .swiper-button-prev:hover::after {
  color: #fff;
}
.quality .swiper-button-next {
  right: 0.85rem;
}
.quality .swiper-button-prev {
  left: 0.85rem;
}
.quality_pic img {
  height: 4.8rem;
}
.quality_pic::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: blcok;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}
.quality_tit {
  color: #fff;
  top: 0.55rem;
  left: 0.6rem;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 1s;
}
.quality_tit h2 {
  font-size: 0.36rem;
}
.quality_tit p {
  font-size: 0.2rem;
  font-weight: lighter;
}
.quality_txt {
  width: 6.07rem;
  height: 1.5rem;
  background: #043592 url(../images/quality_bg.png) no-repeat right 0.3rem center;
  background-size: 0.94rem 0.95rem;
  left: 0;
  bottom: -1.05rem;
  color: #fff;
  padding: 0 1.4rem 0 0.3rem;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 1s;
}
.quality_page {
  bottom: 0.35rem;
  right: 2.85rem;
}
.quality_page .swiper-pagination {
  position: static;
  width: 1.65rem;
  height: 2px;
  margin: 0 0.15rem;
}
.quality_page .active_quality_page {
  font-size: 0.3rem;
  color: #043592;
  font-weight: bold;
  font-family: "Techna-Sans";
}
.quality_page .total {
  font-size: 0.24rem;
  color: #000000;
}
.quality_page .swiper-pagination-progressbar {
  background: #dddddd;
}
.quality_page .swiper-pagination-progressbar-fill {
  background: #043592;
}
.vip_bg {
  padding-bottom: 1rem;
}
.vip {
  margin: 0.4rem 0 0;
  background: url(../images/img/vip_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 5.7rem;
  padding: 0 1.98rem 0 1.5rem;
}
.vip_con {
  line-height: 1.8;
}
.vip_con h4 {
  font-size: 0.3rem;
}
.vip_con h2 {
  font-size: 0.42rem;
}
.more1 {
  background: #fff;
  border: none;
  color: #043592;
}
.meber_code {
  width: 2.6rem;
  height: 2.6rem;
  background: #eef3fa;
  padding: 0.1rem;
}
.footer_bg {
  background: #012c95;
  color: #fff;
}
.footer_logo {
  background: #00288a;
  height: 0.84rem;
}
.footer_logo img {
  width: 2.58rem;
  visibility:visible;
}
.footer {
  padding: 0.35rem 0 0;
}
.footer_contact li {
  margin-bottom: 0.2rem;
  font-size:14px;
  visibility:visible;
}
.footer_contact li b {
  font-size: 0.36rem;
  font-family: "Techna-Sans";
}
.footer_contact li span {
  font-size: 0.18rem;
}
.footer_contact li img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.15rem;
  flex-shrink: 0;
}
.footer_code {
  padding: 0.2rem 0 0;
}
.footer_code_list {
  margin-right: 0.35rem;
}
.footer_code_list img {
  width: 0.83rem;
  height: 0.83rem;
  visibility:visible;
}
.footer_code_list p {
  font-size: 0.14rem;
  margin: 0.1rem 0 0;
  visibility:visible;
}
.footer_nav {
  width: 9.85rem;
}
.footer_nav li {
  text-align: center;
}
.footer_nav li h4 {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
  visibility:visible;
}
.footer_nav li p a {
  display: block;
  font-size: 0.14rem;
  opacity: 0.7;
  line-height: 0.32rem;
  transition: all 0.3s;
  visibility:visible;
}
.footer_nav li p a:hover {
  opacity: 1;
}
.copyright {
  font-size: 0.14rem;
  opacity: 0.3;
  padding: 0.2rem 0;
}
