html {
  width: 100%;overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight: rgba(0,0,0,0);
  -webkit-text-size-adjust: none;
}
body {
  margin:0; padding:0; overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  background:#f0f0f0;
}
body {
  padding-bottom: constant(safe-area-inset-bottom);
}
body, div, p, th, td, div, li, dl, dt, dd, input, button, select, textarea{
font-family:"SimHei", Arial;
}
body, div, p, th, td{
margin:0; padding:0; color:#303030;
-webkit-text-size-adjust:none;
}
input, button, select, textarea{
margin:0; padding:0; border:0; line-height:normal;
outline:none; vertical-align:middle;
border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
  -moz-box-sizing:border-box; -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box; box-sizing:border-box;
background-color:#fff;
}
textarea{
resize:none;
}
label {
cursor:pointer;
}
table{
border-collapse:collapse; border:0;
}
th, td{
border:0;
font-weight:300; 
}
img{
width:100%; vertical-align:middle; border:0;
}

div {
  display: block;
  list-style-type: disc;
  margin-block-start: none;
  margin-block-end: none;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  margin-block-start:0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
}
li{
  list-style:none
}
a,
a:hover{
text-decoration: none;
}

button,
input[type=button],
input[type=submit]{
border:0; cursor:pointer; text-align:center;
-webkit-appearance:none;
}
* {
  outline: none;
}
  

.container .swiper-container{
  width: 100%; height: 100vh;
}
.container .swiper-container .swiper-slide{
  width: 100%; height: 100vh;
}
.container .page{
  width: 100%; height: 100vh;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.index{
  background: #fff;
  height: 100%;
  width: 100%; 
  margin: 0 auto;
  overflow-x: hidden;
}

.index_header{
  width: 100%;
  height: 13vw;
  background: #16447f;
  /* background-size: 36vw; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.flex-start {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.align-center{
  align-items: center;
}
/* .header_item{
  flex: 1;
  display: flex;
  align-items: center;
  
}
.header_item2{
  justify-content: flex-end;
} */
.index_icon1{
  width: 77%;
  margin-left: 10%;
}
.index_icon2{
  margin-top: -1.1vmin;
  width: 50%;

}
.index_menu_btn,
.index_menu_btn1
{
  margin:0 10%;
  position: relative;
}
.index_menu_btn::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 6vw;
  background-color: #fff;
  top: 23%;
  left: -10%;
}
.index_menu_btn1::before{
width: 0;
}
.menu_btn{
  width: 0.56rem;
  height: 0.56rem;
  position: absolute;
  left: 0.36rem;
  top: 0.52rem;
  background-image: url('../img/menu_btn.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.index_address{
  width: 1.5067rem;
  height: 0.3867rem;
  position: absolute;
  top: 0.5867rem;
  right: 0.4rem;
  background-image: url('../img/index_calling.png');
  background-size: 65%;
  background-repeat: no-repeat;
}

.address{
  width: 1.5067rem;
  height: 0.3867rem;
  position: absolute;
  top: 0.5867rem;
  right: 0.4rem;
  background-image: url('../img/address.png');
  background-size: 100%;
  background-repeat: no-repeat;
}


.index_hiden_menu{
  position: absolute;
  top: 12vw;
  width: 100%;
  height: auto;
  color: #fff;
  z-index: 100;
  background: #16447f;
  display: none;
}

.index_hiden_menu div li{
  width: 100%;
  height: 8vw;
  border-bottom: 1px dashed #fff;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.8rem;
}

.index_hiden_menu div li a{
  display: block;
  color: #fff;
}

#li_act{
  color: #00a2ff;
}

#sectitle{
  color: rgb(112, 112, 112);
  font-size: 0.3rem;
  line-height: 2.4vmin;
}

.secmenu{
  margin:4vw;
  line-height:3vw;

}
.secmenu img{
  width: 2vw; 
  height: 3vw; 
  margin-top: -0.5vw;
  margin-right: 0.5vw;
}

.index_hiden_menu div li:nth-last-child(1){
  border-bottom: none
}

#li_act{
  color: #00a2ff;
}

.main_box{
  width: 100%;
  background-image: url("../img/commonBg.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.main_box_white{
  width: 100%;
  background-color: #fff;
}
.index_weibo{
  position: relative;
  top: 47%;
  left: 75%;
  width: 8%;
  height: 16%;
}
.product_weibo{
  position: relative;
  top: 58%;
  left: 75%;
  width: 8%;
  height: 16%;
}
.index_banner_box{
  width: 100%;
  height: 81vw;
  background-image: url("../img/index_banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.jtxfd_banner_box{
  width: 100%;
  height: 68vw;
  background-image: url("../img/jtxfd_banner.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.lyjh_banner_box{
  width: 100%;
  height: 68vw;
  background-image: url("../img/lyjh_banner.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.ykt_banner_box{
  width: 100%;
  height: 68vw;
  background-image: url("../img/ykt_banner1.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.xcjh_banner_box{
  width: 100%;
  height: 68vw;
  background-image: url("../img/xcjh_banner2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.contactUs_banner_box{
  width: 100%;
  height: 60vw;
  background-image: url("../img/contactUs_banner.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.index_card_box{
  width: 93.5%;
  height: 113vw;
  padding:0.5vw 0vw;
  margin: -25vw auto 10vw auto;
  background-image: url("../img/indexCardBg1.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.index_card_box li{
  width: 97%;
  margin: 0 auto;
  padding-top: 0.75vw;
  padding-bottom: 0.75vw;
}
.index_card_box li:nth-last-child(1){
  padding-bottom:1.5vw;
}
.index_card_box li:nth-last-child(5){
  padding-top:1.5vw;
}

.backButton{
  position: relative;
  height: 5vw;
  width: 12vw;
}

.product_card_box{
  width: 93.5%;
  height: 113vw;
  margin: -17vw auto 10vw auto;
  background-image: url("../img/productCardBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.product_card_box li{
  width: 97%;
  margin: 0 auto;
  padding-top: 0.75vw;
  padding-bottom: 0.75vw;
}
.product_card_box li:nth-last-child(1){
  padding-bottom:1.5vw;
}
.product_card_box li:nth-last-child(5){
  padding-top:1.5vw;
}
.contactUs_content{
  padding: 6vw;
}
.contactUs_upper_item{
  padding: 0vw 2vw;
  
  border-left: #16447f solid 2px;
}
.contactUs_content li{
  height: 18vw;
  display: flex;
  align-items: center;
  border-bottom: #e4e4e4 solid 1px;
}
.contactUs_content li:nth-child(5){
  border-bottom: none;
}
.contactUs_content img{
  width: 9vw;
  height: 9vw;
  margin-right: 4vw;
}

.index_banner_subtitle{
  width: 4rem;
  margin: 0.9rem auto;
  display: flex;
  position: relative;
}

.banner_btn,.banner_btn1,.banner_btn2{
  position: absolute;
  top: 4.1333rem;
  left: 2.7067rem;
  font-size: 0.4rem;
  color: #fff;
  line-height: 1.0267rem;
  width: 4.6267rem;
  height: 1.0267rem;
  padding-left: 1.9733rem;
  box-sizing: border-box;
  background-size: 100%;
  background-repeat: no-repeat;
}

.banner_btn{
  background-image: url('../img/banner_btn_bg1.png');
}

.banner_btn1{
  top: 5.52rem;
  background-image: url('../img/banner_btn_bg2.png');
}

.banner_btn2{
  top: 6.9467rem;
  background-image: url('../img/banner_btn_bg3.png');
}

.main{
  width: 100%;
  height: 6.573rem;
  position: relative;
}

.main_qr{
  width: 100%;
  height: 4.2rem;
}

.qr_app_box{
  width: 50%;
  height: 100%;
  float: left;
}

.qr_app{
  width: 2.3rem;
  height: 2.6133rem;
  padding-top: 0.8533rem;
  padding-right: 0.1667rem;
  float: right;
  font-size: 0.2667rem;
  text-align: center;
  color: #0041a1;
}

.qr_app div{
  width: 100%;
  color: #0041a1;
}

.qr_app img{
  width: 1.93rem;
}

.qr_wechat div{
  color: #0041a1;
}

.qr_wechat_box{
  width: 50%;
  height: 100%;
  float: right;
}

.qr_wechat{
  width: 2.3rem;
  height: 2.6133rem;
  margin-top: 0.8533rem;
  margin-left: 0.1667rem;
  float: left;
  font-size: 0.2667rem;
  text-align: center;
  color: #0041a1;
}

.qr_wechat img{
  width: 1.93rem;
}

.main_nav{
  width: 100%;
  height: 2.1333rem;
}

.main_nav li{
  float: left;
  width: 2.64rem;
  height: 0.5867rem;
  line-height: 0.5867rem;
  font-size: 0.32rem;
  color: #595757;
  text-align: center;
  margin: 0.24rem 0.345rem;
  margin-bottom: 0;
  border-radius: 0.3rem;
  overflow: hidden;
}

.main_nav li a{
  display: block;
  color: #595757;
}

.main_nav li:nth-child(1) a{
  background-color: rgb(9, 99, 245);
  color: #fff;
}


.footer{
  width: 96%;
  padding: 2vw;
  /* padding-top: 0.1rem; */
  background-color: #fff;
  
}
.ysxy_link_mask{
  position: relative;
  height: 20%;
  width: 28%;
  top: 42%;
  left: 33%;
}
.weibo{
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url('../img/weiboIcon.png') no-repeat;
  opacity: 0;
  background-size: 100% 100%;
}
.weixin{
  display: inline-block;
  margin-left: 1vw;
  margin-right: 1vw;
  width: 10vw;
  height: 10vw;
  background: url('../img/weixinIcon.png') no-repeat;
  background-size: 100% 100%;
}
.appicon{
  display: inline-block;
  width: 10vw;
  height: 10vw;
  background: url('../img/appIcon.png') no-repeat;
  background-size: 100% 100%;

}
.footer_app_ma{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.footer_app_ma::after{
  width: 10rem;
  height: 12rem;
  background: url('../img/pic_d6ba4d.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6rem;
  margin-left: -5rem;
  content: "";
}
.footer_c{
  padding:0.3rem 0.3rem;
  background-color: #d5f1fd;
  text-align: justify;
  line-height: 0.5rem;
}

.footer_slide{
  padding: 0rem 0.1rem;
}
.flex-between{
  display:flex;
  display: -webkit-flex;
  justify-content:space-between;
  -webkit-justify-content:space-between;
}
.flex-column-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer_pic{
  width: 100%;
  height: 20vw;
  background-image: url("../img/mobfoot.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.footer_c div{
  color: rgb(148, 148, 148);
  font-size: 0.32rem;
  width: 92%;
  margin: 0 auto;
}
.footer_c div li{
  text-align-last: justify;
}
.footer_c a{
  color: rgb(148, 148, 148);
  font-size: 0.32rem;
}
.footer_c img{
  height: 3vw;
  width: 3vw;
}

.footer_b{
  display: flex;
  padding-top: 0.35rem;
  margin-bottom: 0.6rem;
  align-items: center;
  justify-content: center;
  color: rgb(148, 148, 148);
  font-size: 0.35rem;
}

/* .footer_b a{
  color: #000;
  font-size: 0.24rem;
} */
.text-center{
  text-align: center;
}
.footer_b1{
  width: 14.5vw;
  height: 3.2vw;
  padding: 0 3vw;
  /* width: 1.5rem;
  height: 0.32rem;
  padding: 0 0.3rem; */
}
.footer_b2{
  height: 3.2vw;
  width: 33.5vw;
  /* width: 3.6rem;
  height: 0.32rem; */
}

.index_product_banner{
  width: 100%;
  height: 5.8rem;
}

.public_banner{
  width: 100%;
  /* height: 5.8rem; */
}

.public_banner div{
  width: 100%;
  height: 0.8267rem;
  background-color: rgb(0, 65, 134);
  /* padding:0 0.84rem; */
  /* box-sizing: border-box */
  display: flex;
  justify-content: center;
}

.public_banner div li{
  /* float: left; */
  color: #fff;
  line-height: 0.8267rem;
  /* text-align: center; */
  font-size: 0.2667rem;
  margin: 0 0.3067rem;
  position: relative;
}


.public_banner div li a{
  display: block;
  color: #fff;
}

.public_banner div li::after{
  content: "";
  position: absolute;
  width: 0.0267rem;
  height: 0.2133rem;
  top: 0.2867rem;
  right: -0.3067rem;
  background-color: #fff;
  z-index: 1;
}

.public_banner div li:nth-last-child(1)::after{
  width: 0;
}

/* .public_banner div li:nth-child(1){
  margin-left: 1.0533rem;
} */

.date{
  line-height: 0.57rem;
  font-size: 0.43rem;
  color: #16447f;
  text-align: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  align-items: center;
  font-weight: bold;
}
.date li{
  width: 65%;
  padding-left: 0.3vw;
  text-align: center;
  align-items: center;
}

.introduce_box_2{
  margin-top: 4vw;
  margin-bottom: 4vw;
  padding-top: 12vw;
  background-image: url('../img/gloryBg.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.introduce_box_2 img{
  height:4vw;
  width: 1vw;
  margin-left: 49.5vw;
}
.introduce_box_2_dot{
  margin-top: -0.5vw;
  margin-bottom: -0.5vw;
}

.introduce_box_2_card{
  width: 72%;
  height: 30vw;
  padding: 0 4vw;
  margin: 0 auto;
  background: url('../img/gloryCardBg.png') no-repeat;
  background-size: 100% 100%;
}



.glory{
  height: auto;
  font-size: 0.32rem;
  flex: 1;
  line-height: 0.4rem;
  text-align: justify;
}

.footer1{
  height: 1rem;
  background-image: url('../img/footer1.jpg');
}

.product_main{
  width: 100%;
  height: auto;
  padding-top: 0.4933rem;
  padding-bottom: 0.2533rem;
}

.product_main li{
  width: 9.0133rem;
  height: 2.5067rem;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(to right,rgb(57,130,233),rgb(37,89,229));
  border-radius: 0.24rem;
  margin-bottom: 0.3733rem;
}

.product_main a:nth-child(2) li{
  background: linear-gradient(to right,rgb(245,174,37),rgb(246,50,110));
}

.product_main a:nth-child(3) li{
  background: linear-gradient(to right,rgb(41,218,129),rgb(30,78,193));
}

.product_main li div:nth-child(1){
  font-size: 0.5333rem;
  color: #fff;
  padding-top: 0.6867rem;
}

.product_main li div:nth-child(2){
  font-size: 0.3333rem;
  color: #fff;
  margin-top: 0.2267rem;
}

.new_main{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.new_main_title{
  padding-top: 3vw;
  font-size: 0.52rem;
  color: black;
  font-weight: bold;
  line-height: 6vw;
}
.new_main_title p{
  font-size: 0.42rem;
  color: black;
  font-weight: bold;
  line-height: 6vw;
}
.contactUs_title{
  font-size: 0.52rem;
  color: black;
  font-weight: bold;
  line-height: 6vw;
}
.contactUs_text{
  font-size: 0.35rem;
  line-height: 0.5rem;
}

.ysxy_main_info{
  margin-top: 4vw;
  height: 1rem;
  /* padding: 3vw; */
}
.ysxy_main_info span{
  font-size: 0.30rem;
  color: rgb(112, 112, 112);
  /* float: left; */
  /* line-height: 0.5rem; */
}

.ysxy_text{
  margin-bottom:1.5vw; 
  font-size: 0.35rem;
  line-height: 0.5rem;
}

.new_text{
  margin-bottom:1.5vw; 
  font-size: 0.35rem;
  line-height: 0.5rem;
}

.new_text p{
  margin-top: 4vw;
}

.new_main_info{
  margin-top: 1.5vw;
  overflow: hidden;
  padding: 1vw 0vw;
  align-items: center;
  display: flex;
}

.new_main_info div:nth-child(1){
  font-size: 0.32rem;
  color: rgb(112, 112, 112);
  float: left;
  align-items: center;
}

.new_main_info div:nth-child(2){
  /* margin-left: 0.3rem; */
  font-size: 0.32rem;
  color: rgb(112, 112, 112);
  font-weight: bold;
  float: left;
  align-items: center;
}
.new_main_info div:nth-child(3){
  font-size: 0.32rem;
  color: rgb(112, 112, 112);
  font-weight: bold;
  float: left;
  align-items: center;
}

.new_main_text{
  margin-top: 0.5rem;
}

.new_main_text div,.new_main_text li{
  font-size: 0.32rem;
  text-align: justify;
  /* text-indent: 2em; */
  line-height: 0.5rem;
  /* margin-top: 0.2667rem; */
}
.news_main_more{
  margin-bottom: 4vw;
}
.news_more img{
  width: 11%;
  float: right;
}

.contact_main{
  width: 100%;
  height: 9.3333rem;
  background-image: url('../img/contact_main_bg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.contact_main_box{
  width: 90%;
  height: auto;
  background-image: url('../img/contact_box.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 5vw;
  margin: 10vw  auto;
  box-sizing: border-box;
  padding: 5vw;
  padding-left: 20vw;
  padding-right: 20vw;
  padding-bottom: 10vw;
  
}
.contact_main_box .img{
  width: 60vw;
  margin-left: -3vw;
  /* margin-left: -0.5rem; */
  padding-bottom: 2vw;
}
.contact_main_box div{
  line-height:0.7rem;
  font-size: 0.3rem;
}
.contact_main_box .b{
color: #16447f;
font-size: 0.4rem;
font-weight: bold;
padding-top: 2vw;
}

.productF_main{
  width: 100%;
  height: auto;
  position: relative;
}

.productF_main_box{
  width: 9.4rem;
  /* height: 8.6667rem; */
  margin: 0.1733rem 0.2933rem;
  background-color: rgb(194,224,255);
  border-radius: 0.2rem;
  padding-top: 0.1734rem;
  /* padding-left: 0.5467rem; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.productF_main_box li{
  width: 4.2rem;
  height: 2.24rem;
  background: #fff;
  height: 2.3rem;
  border-radius: 14px;
  box-shadow: 2px 2px #91acca;
  /* background-image: url('../img/productF_box_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: left; */
  margin-top: 0.9333rem;
  position: relative;
  text-align: center;
}

.productF_main_box li img{
  position: absolute;
  width: 1.28rem;
  height: 1.28rem;
  top: -0.63rem;
  left: 1.448rem;
}

.productF_main_box li div:nth-child(2){
  font-size: 0.5333rem;
  color: #16447f;
  font-weight: bold;
  margin-top: 0.8rem;
}


.productF_main_box li div:nth-child(3),.productF_main_box li div:nth-child(4){
  font-size: 0.32rem;
  color: #16447f;
}

.productF_qr{
  width:100%;
  float: left;
  margin: 0.2rem 0;
  /* height: auto;
  position: absolute;
  top: 3.9467rem;
  left: 6.1067rem; */
  text-align: center;
  color: #16447f;
  line-height: 0.5rem;
  font-size: 0.2628rem;
}


.productS_main{
  width: 100%;
  height: auto;
  position: relative;
}

.productS_main_box{
  width: 9.4rem;
  /* height: 11rem; */
  margin: 0.1733rem 0.2933rem;
  background-color: rgb(194,224,255);
  border-radius: 0.2rem;
  /* padding-left: 0.5467rem; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.productS_main_box li{
  width: 4.2rem;
  height: 2.24rem;
  background-image: url('../img/productF_box_bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  /* float: left; */
  margin-top: 0.9333rem;
  position: relative;
  text-align: center;
}

.productS_main_box li img{
  position: absolute;
  width: 1.28rem;
  height: 1.28rem;
  top: -0.63rem;
  left: 1.448rem;
}

.productS_main_box li div:nth-child(2){
  font-size: 0.32rem;
  color: #16447f;
  margin-top: 0.9067rem;
}


.productS_main_box li div:nth-child(3){
  font-size: 0.32rem;
  color: #16447f;
  margin-top: 0.08rem;
}

.productS_text_img4{
  /* position: absolute;
  top: 6.5733rem;
  left: 0.36rem; */
  margin-top: 0.2rem;
  /* width: 9.4133rem; */
  height: 0.8667rem;
}

.productS_qr{
  width:100%;
  float: left;
  margin: 0.2rem 0;
  /* height: auto;
  position: absolute;
  top: 7.6933rem; */
  left: 3.9467rem;
  text-align: center;
  color: #16447f;
  line-height: 0.5rem;
  font-size: 0.2628rem;
}



.productB_main{
  width: 100%;
  height: auto;
  position: relative;
}

.productB_main_box{
  width: 9.4rem;
  /* height: 11rem; */
  margin: 0.1733rem 0.2933rem;
  background-color: rgb(194,224,255);
  border-radius: 0.2rem;
  /* padding-left: 0.5467rem; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.productB_main_box li{
  width: 4.2rem;
  height: 2.24rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 2px 2px #91acca;
  /* background-image: url('../img/productF_box_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: left; */
  margin-top: 0.9333rem;
  position: relative;
  text-align: center;
}

.productB_main_box li img{
  position: absolute;
  width: 1.28rem;
  height: 1.28rem;
  top: -0.63rem;
  left: 1.448rem;
}

.productB_main_box li div:nth-child(2){
  font-size: 0.32rem;
  color: #16447f;
  margin-top: 0.9067rem;
}


.productB_main_box li div:nth-child(3){
  font-size: 0.32rem;
  color: #16447f;
  margin-top: 0.08rem;
}

.productB_qr{
  width: 2.067rem;
  height: auto;
  position: absolute;
  top: 6.8533rem;
  left: 6.1333rem;
  text-align: center;
  color: #16447f;
  line-height: 0.5rem;
  font-size: 0.2628rem;
}

.productB_text_img{
  width: 100%;
  height: 0.4267rem;
  /* position: absolute;
  top:6.7rem;
  left: 0; */
  float: left;
  margin: 0.2rem 0;
  background-image: url('../img/productB_text_img.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

/** 2020-11-13，根据需求修改增加样式*/
.product_kind_tip{
  text-align: center;
  color: #16447f;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}

.productB_qr_center{
  width:100%;
  float: left;
  /* height: auto;
  position: absolute;
  top: 7.6933rem;
  left: 3.9467rem; */
  margin-bottom: 0.2rem;
  text-align: center;
  color: #16447f;
  line-height: 0.5rem;
  font-size: 0.2628rem;
}
.productB_qr_center img,.productF_qr img,.productS_qr img{
  width: 2.1733rem;
}
.footer_body{width: 30%;height: 30px;margin-top: 19px;}
.privacy_slogan{
  width: 100%;
}
.privacy_slogan img{
  padding-top: 5vw;
  padding-left: 5vw;
  width: 35%;
}
.privacy_box{
  display: flex;
  margin:4vw  auto;
  padding: 2vw 3vw;
  flex-flow: column wrap;
  justify-content: center;
  background-color: #f5f9fb;
  /* border-radius: 10px;
  box-shadow:  -1px 3px 4px 3px #bcd2dd;
  background-image: linear-gradient(#edf8fe,#ffffff 15%);
  background-origin: content-box;
  background-repeat: no-repeat; */
  width: 88%;
  height: auto;
}

.news_box{
  display: flex;
  margin: 0 auto;
  margin-bottom: 2vw;
  padding: 2vw 4vw;
  flex-flow: column;
  justify-content: center;
  background-color: #f5f9fb;
  /* border-radius: 10px;
  box-shadow:  -1px 3px 4px 3px #bcd2dd;
  background-image: linear-gradient(#edf8fe,#ffffff 15%);
  background-origin: content-box;
  background-repeat: no-repeat; */
  width: 84%;
  height: auto;
}

.news_title_bar{
  color: #16447f;
  font-weight: bold;
  font-size: 0.32rem;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
}
.introduce_box{
  display: flex;
  margin: 8vw auto;
  padding: 2vw 2vw;
  flex-flow: column wrap;
  justify-content: center;
  border-radius: 3px;
  box-shadow:  -1px 3px 4px 3px #bcd2dd;
  background-image: linear-gradient(#edf8fe,#ffffff 15%);
  background-origin: content-box;
  background-repeat: no-repeat;
  width: 92%;
  height: auto;
}
.paddingtb-3vw{
  padding-top: 3vw;
  padding-bottom: 3vw;
}

/* 迁移*/


.ani{
  visibility: hidden;
}
.container1{
  background-color:#fff;
   border-radius: 16PX;
   padding:20px;
   margin: 60px 5% 20px 5%;
   /* width: 80%; */
   height: auto;
   position: absolute;
   top: 1rem;
   left:-0.5%;
   right: -0.5%;
  }

.page1main div{
  font-size: 0.35rem;
  line-height: 0.6rem;
  /* padding:0 0.6rem; */
  box-sizing: border-box;
  margin-top: 0.186rem;
  text-align: justify;
  text-indent: 2em;
  color: #6c6c6c;
  
}

.page1main div:nth-child(1){
  margin-top: 0
}

@media screen and (min-device-width:768px){
.page2
  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/beijing.png);
  background-repeat: no-repeat;
  background-size: 100% 80%;
  height: 54%;
  width: 100%;
  }
  .container1{
    background-color:#fff;
     border-radius: 16PX;
     padding:60px 20px 20px 20px;
     margin: 60px 0.4rem 20px 0.4rem;
     width: 80%;
     height: auto;
     position: absolute;
     top: 2rem;
     left:25px;
    }
    .container{
      background-color:#fff;
       border-radius: 16PX;
       padding:60px 20px 20px 20px;
       margin: 60px 0.4rem 20px 0.4rem;
       width: 80%;
       height: auto;
       position: absolute;
       top: 2rem;
       left:25px;
      }
}

  @media screen and (max-device-width:768px){
.page2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/beijing.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 24%;
  width: 100%;
}
.container{
  background-color:#fff;
   border-radius: 16PX;
   padding:60px 20px 20px 20px;
   margin: 60px 5% 20px 5%;
   /* width: 80%; */
   height: auto;
   position: absolute;
   top: 1rem;
   left:-0.5%;
   right: -0.5%;
  }
}



.page2bg1{
  position: absolute;
  width: 100%;
  bottom: 0;
}

.page2main{
  position: absolute;
  width: 100%;
  top: 0.8267rem;
  
}

.page2qd{
 
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.page2qd img{
  width: 4rem;
}

.page2qd div{
  color: #A5A5A5;
  font-family: Source Han Sans;
  margin-top: 0.2rem;
  font-size: 0.3rem;
}


.page2call{
  /* position: absolute;
  top: 3.08rem; */
  width: 100%;
  text-align: center;
  
}
.page2call img{
  width: 1.2267rem;
}
.page2call div{
  margin-top: 0.5rem;
  color: #000000;
  font-family: Source Han Sans;
  font-weight: 550;
  font-size: 0.4rem;
}
/* .page2call div:nth-child(2){
  margin-top: 0.6933rem; */
  /* font-weight: 700; */
/*  color: #061c71;
}

.page2call div:nth-child(3){
  margin-top: 0.3467rem;
  color: #061c71;
} */

.page2mail img{
  width:2rem;
}

.page2mail{
  /* position: absolute;
  top: 8.6rem; */
  width: 100%;
  text-align: center;
  margin-top: 60px;
  
}

.page2mail img{
  width: 1.2267rem;
}
.page2mail div{
  color: #000000;
  font-family: Source Han Sans;
  margin-top: 0.5rem;
    font-weight: 550;
    font-size: 0.4rem;
}
/* .page2mail div:nth-child(2){
  margin-top: 0.6933rem;
  font-weight: 700;
  color: #061c71;
}

.page2mail div:nth-child(3){
  margin-top: 0.3467rem;
  color: #061c71;
} */
.wx_introduce_container{
    width: 100%; 
    max-width: 10rem; 
    margin: 0 auto;height: 100vh;
    position: relative;
}

