.app_header{
  width: 100%;
  background-size: 100% 100%;
  height: 7rem;
  background: url(../images/header_bj_m.png) no-repeat bottom center;
  padding-bottom: 1rem;
}
.header_box{
  height: 1rem;
  width: 100%;
  background-color: #003075;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.app_header_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
  padding: 0 0.3rem;
}
.logo{
  width: 4.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.logo a.logo1{
  width: 1.86rem;
  height: 0.49rem;
  display: block;
}
.logo a.logo2{
  width: 2.42rem;
  height: 0.39rem;
  display: block;
}
.logo img{
  display: block;
  width: 100%;
  font-size: 0;
}
.right_open{
  margin-left: auto;
  display: flex;
  align-items: center;
}
.search{
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  font-size: 0;
  margin-right: 0.6rem;
}
.open{
  width: 0.53rem;
  height: 0.42rem;
  display: block;
  font-size: 0;
}
.search_modal{
  width: 100%;
  height: 3.63rem;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 2;
}
.search_box{
  width: 6rem;
  height:0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border:0.03rem solid #f3bc65;
}
.search_box input{
  width: 100%;
  padding-left: 0.22rem;
  height: 0.74rem;
  outline: none;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 0.3rem;
  padding-right: 0.76rem;
}
.search_box button{
  width: 0.72rem;
  height: 0.74rem;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/search_03.png");
  background-size: 0.32rem 0.32rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  outline: none;
  border:none;
}
input[type=search]::-webkit-search-cancel-button{ 
  -webkit-appearance: none; 
  position: relative; 
  height: 0.2rem; 
  width: 0.2rem; 
  border-radius: 50%; 
  background : url("../images/clear.png") no-repeat center; background-size: 0.2rem 0.2rem; 
}
.search_close{
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.search_close img{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}
.hide{
  display: none;
}
.open_menu{
  background: rgba(54, 67, 71, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 0.4rem;
}
.open_menu_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
  padding: 0 0.3rem;
}
.open_menu_bottom{
  border-top: 0.02rem solid  rgba(255,255,255,0.3);;
}
.close{
  width: 0.38rem;
  height: 0.38rem;
}
.close img{
  display: block;
  width: 100%;
  font-size: 0;
}
.nav_list li{
  border-top: 0.02rem solid rgba(255,255,255,0.3);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  color: #ffffff;
  font-size: 0.41rem;
  transition: all 0.2s;
}
.nav_list li span{
  display: flex;
  height: 1.3rem;
  line-height: 1.3rem;
  align-items: center;
  justify-content: space-between;
  /* transition: all 0.2s; */
}
.nav_list li span i{
  font-style: normal;
}
.nav_list li span img{
  width: 0.31rem;
  height: 0.16rem;
  display: block;
  font-size: 0;
}
.nav_list li span.active img{
  transform: rotate(-180deg);
}
.subnav{
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  /* transition: all 0.2s; */
}
.subnav a{
  width: 50%;
  color: #ffffff;
  font-size: 0.249rem;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-right: 2rem;
}
.subnav.hide{
  display:none;
}
.login_box{
  display: flex;
  height: 1.3rem;
  line-height: 1.3rem;
  align-items: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.login_box a{
  margin-right: 0.6rem;
  color: #ffffff;
  font-size: 0.41rem;
}
.foot{
  margin-top: 0.2rem;
  background: #364347;
  padding-top: 0.65rem;
  padding-bottom: 0.7rem;
}
.gz_us{
  text-align: center;
}
.gz_us h4{
  color: #fff;
  font-size: 0.24rem;
  margin-bottom: 0.35rem;
}
.follow-us-share{
  display: flex;
  justify-content: center;
}
.follow-us-share a{
  width: 0.77rem;
  height: 0.77rem;
  display: block;
  margin:  0 0.15rem;
}
.follow-us-share a img{
  display: block;
  font-size: 0;
  height: 100%;
  width: 100%;
}
.alliance{
  margin-top: 0.6rem;
  text-align: center;
}
.alliance h4{
  color: #fff;
  font-size: 0.24rem;
  margin-bottom: 0.35rem;
}
.alliance-list{
  background: url(../images/bj_031.png);
  width: 1.66rem;
  height: 1rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
}
.alliance-list .swiper-wrapper {
  height: 1rem;
  margin: auto;
  display: flex;
  position: relative;
}
.alliance-item{
  height: 1rem;
  margin: auto;
}
.alliance-item a {
  display: block;
  width: 1.14rem;
  height: 1rem;
  margin: auto;
}
.alliance-item img {
  width: 1.14rem;
  height: 1rem;
  display: block;
  font-size: 0;
}
.foot-left-nav{
  margin-top: 0.5rem;
  /* text-align: center; */
  color: #ffffff;
  font-size: 0.3rem;
  padding-left: 1.18rem;
  padding-right: 1.18rem;
  margin-top: 0.6rem;
}
.foot-left-nav span{
  margin: 0 0.3rem;
}
.foot-left-nav a{
  color: #ffffff;
}
.foot_box{
  display: flex;
  justify-content: center;
}
.download_box{
  margin-top: 0.6rem;
  text-align: center;
  margin-right: 0.5rem;
}
.download_box h4 {
  color: #fff;
  font-size: 0.24rem;
  margin-bottom: 0.35rem;
}
.download_box img{
  width: 1.14rem;
  height: 1rem;
  display: block;
  font-size: 0;
}
.copyRight{
  padding-left: 1.18rem;
  color: rgba(255, 255, 255, .6);
  font-size: 0.18rem;
  line-height: 30px;
}
.copyRight a{
  color: rgba(255, 255, 255, .6);
}
.copyRight img{
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 0.3rem;
  margin-right: 0.05rem;
}
#video1{
  width: calc(100% - 2px);
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  border:1px solid rgba(0, 0, 0, .3)
}
.video_modal{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0 ,0,0, 0.85);
  left: 0;
  top: 0;
  z-index: 3;
}
.bj_modal{
  background-image: url('../images/bj.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  height: 100%;
  width:100%;
  left: 0;
  top: 0;
}
.bj_close{
  position: absolute;
  right: 0.2rem;
  top: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
}
.bj_close img{
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}
.weixin_modal{
  position:fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 12;
}
.modal_content {
  width: 100%;
  background: #fff;
  padding-top: 0.7rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  position: absolute;
  bottom: 0%;
  padding-bottom: 0.4rem;
  text-align: center;
}
.modal_content img{
  width: 3rem;
}
.close_modal {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
  width: 0.28rem;
  height: 0.28rem;
}
.close_modal img{
  display: block;
  font-size: 0;
  width: 100%;
}
.noscroll,
.noscroll body {
  overflow: hidden;
}
.noscroll body {
  position: relative;
}


.header_title{
  padding: .5rem 0;
}
.header_title img{
  display: block;
}
.text1,.text2{
  width: 4.2rem;
  margin: 0 auto;
}
.text3{
  width: 6.7rem;
  margin: 0 auto;
  margin-top: .4rem;
}
.text4{
  width: 5.3rem;
  margin: 0 auto;
  margin-top: .2rem;
}
.text2{
  margin-top: 5px;
}
.text5{
  width: 1.8rem;
  margin: 0 auto;
  margin-top: .3rem;
}