.wrap {
  background: #efefef;
  overflow: hidden;
  position: relative;
}

.flex {
  display: flex;
}
[class^="navbg"] .header {
  background: none;
  box-shadow: none;
}
.containerp {
  width: 100%;
  margin: 0 auto;
}
.container {
  width: 12rem;
  margin: 0 auto;
}
.container  img{
  
  height: auto;
}
.pc {
  display: block !important;
}
.sj {
  display: none !important;
}
.sjshade {
  display: none;
}
.pb {
  padding-bottom: 0.32rem !important;
}
.pt64 {
  padding-top: 0.64rem !important;
}
.pt128 {
  padding-top: 1.28rem !important;
}
.mb32 {
  margin-bottom: 0.32rem !important;
  width: 100%;
}
.mb64 {
  margin-bottom: 0.64rem !important;
}
.mb128 {
  margin-bottom: 1.28rem !important;
}
.mt48 {
  margin-top: 0.2rem !important;
}
.title {
  width: 100%;
  margin-bottom: 0.5rem;
  text-align: center;
}
.sjsearch{
	/* height: 0.64rem;
	width:0.5rem;
	line-height: 0.64rem;
	background: url(../img/tel.png) left center no-repeat; 
	background-size: 0.3rem 0.3rem;
	display: block;
	padding-left: 0.3rem; */
	width: 2rem;
	height: 0.64rem;
	line-height: 0.64rem;
	background: url(../img/tel.png) left center no-repeat;
	background-size: 0.3rem 0.3rem;
	padding-left: 0.35rem;
	font-size: 0.16rem;
}
.sjmenu{
	display: none;
}
.title span {
  color: #333;
  font-size: 0.32rem;
  font-weight: bold;
  z-index: 3;
  position: relative;
}

.title p {
  color: rgba(51, 51, 51, 0.2);
  font-size: 0.32rem;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.2rem;
  z-index: 2;
}
.title .smalltit {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #999999;
  margin-top: 0.16rem;
}
.head {
  width: 100%;
  height: 0.64rem;
  background: #fff;
  position: relative;
}
.headinner {
  width: 100%;
  height: 0.64rem;
  display: flex;
  justify-content: space-evenly;
}
.headinner .logo {
  width: 1.82rem;
  height: 0.32rem;
  margin-top: 0.16rem; 
}
.headinner .logo img {
  display: block;
  width: 100%;
}
.headinner form {
  width: 2.45rem;
  height: 0.35rem;
  line-height: 0.33rem;
  margin-top: 0.07rem;
  border: 0.01rem solid #9c9d9e;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
}
.headinner form .item {
  width: 2.45rem;
  height: 0.33rem;
  padding: 0 0.35rem 0 0.1rem;
}

.headinner form .item input {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  background: transparent;
}

.headinner form button {
  width: 0.33rem;
  height: 0.33rem;
  cursor: pointer;
  background: url(../img/icon_search.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.nav {
  display: flex;
  margin-top: 0.19rem;
}

.nav li {
  height: 0.45rem;
  font-size: 0.18rem;
  margin: 0 0.32rem;
  position: relative;
}

.nav li .navtit {
  height: 100%;
  display: block;
  color: #666;
  padding-bottom: 0.1rem;
  position: relative;
}

.nav li.on > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  background: #002ca6;
}

.nav_xl {
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 2.4rem;
  height: 0;
  border-radius: 0px 0px 0.24rem 0.24rem;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 9;
}

.nav_xl_inner {
  padding: 0.2rem 0.3rem;
  background-color: #fff;
  border-radius: 0px 0px 0.24rem 0.24rem;
  overflow: hidden;
  position: relative;
}

.nav_xl_inner a {
  color: #666;
  padding: 0.08rem 0;
  display: block;
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.nav_xl_inner a + a {
  border-top: 0.01rem solid #999;
}
@media (any-hover: hover) {
  .nav li:hover > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.02rem;
    background: #002ca6;
  }
  .nav_xl_inner a:hover {
    color: #002ca6;
  }

  .nav li:hover .nav_xl {
    height: auto;
    opacity: 1;
    top: 0.45rem;
  }
}
.bannerSwiper {
  width: 100%;
  height: auto;
  position: relative;
}

.bannerSwiper.swiper-container img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width:100%;
}
.foot {
  width: 100%;
  padding-top: 0.64rem;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.footinner .foottop {
  width: 100%;
  display: flex;
  margin-bottom: 0.48rem;
  overflow: hidden;
}
.footinner ul li {
  margin-bottom: 0.24rem;
  background: #ffffff;
}
.footinner ul li:nth-child(1) {
  width: 0.96rem;
  height: 0.35rem;
  font-size: 0.24rem;
  color: #999999;
  margin-bottom: 0.54rem;
}
.footinner ul li:nth-child(n+2) {
 
  font-size: 0.18rem;

}
.footinner .footlogo {
  margin-right: 0.67rem;
}
.footinner .footlogo .ewm {
  width: 1.2rem;
  margin-top: 0.46rem;
}
.footinner .footlogo .ewm img {
  display: block;
  width: 100%;
}
.footinner .footlogo .ewm p {
  color: #666;
  font-size: 0.14rem;
}
.footlink {
  padding: 0.24rem;
  color: #999;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.01rem solid #eee;
  border-bottom: 0.01rem solid #eee;
}
.footlink a {
  margin-left: 0.32rem;
}
.footbot {
  width: 100%;
  padding: 0.24rem 0;
  color: #666666;
  overflow: hidden;
}
.footbot p {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.cbanner a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.cbanner a img {
  display: block;
  width: 100%;
  /* max-width: 1920px; */
  
  margin: 0 auto;
}
.cbanner a p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.64rem;
  font-weight: bold;
  color: #002ca6;
}
@media screen and (max-width: 750px) {
  .fl,
  .fr {
    float: none;
  }
  .container {
    width: 100%;
  }
  .head {
    width: 100%;
    height: 0.8rem;
    background: #fff;
    position: relative;
  }
 
  body.open {
    height: 100vh;
    overflow: hidden;
  }
  body.open .nav {
    left: 0;
    margin-top: 0;
  }
  body.open .sjshade {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sj {
    display: block !important;
  }
  .sjmenu {
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/icon_menu.png) 0 center no-repeat;
    background-size: cover;
	display: block;
  }
  .sjsearch {
    width: 0.45rem;
    height: 0.45rem;
     /* background: url(../img/icon_search.png) 0 center no-repeat; */
    background-size: cover;
	display: block;
	background:none;
	
  }
  .headinner {
	  width: 100%;
	  height: 0.8rem;
    padding: 0 0.32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
 
  .headinner .logo {
    margin-top: 0;
	width: 2.5rem;
	height: auto;
  }
  .sjshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 998;
    overflow: hidden;
  }
  .nav {
    position: absolute;
    left: -80%;
    top: 0;
    width: 80%;
    height: 100vh;
    margin-top: 0;
    padding: 0.4rem 0.3rem;
    background: rgba(255, 255, 255, 0.83);
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s;
    z-index: 999;
  }
  .nav li {
    width: 1.44rem;
    height: auto;
    font-size: 0.36rem;
    margin: 0 0.32rem 0.32rem;
    position: relative;
  }
  .nav_xl {
    position: absolute;
    left: 120%;
    top: -0.18rem;
    width: 2.3rem;
    height: 0;
    border-radius: 5px;
    margin-left: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 9;
  }
  .nav li.on .nav_xl {
    height: auto;
    opacity: 1;
  }
  .nav_xl .toparrow {
    display: block;
    width: 0.2rem;
    height: 0.16rem;
    float: left;
    background: url(../img/toparrow.png) center center no-repeat;
    transform: rotate(-90deg);
    top: 0.6rem;
    position: relative;
  }
  .nav_xl_inner {
    width: 2.14rem;
    float: right;
    padding: 0.1rem 0;
    border-radius: 5px;
    background: #002ca6;
    overflow: hidden;
    position: relative;
  }
  .nav_xl_inner a {
    color: #fff;
    text-align: center;
    font-size: 0.28rem;
	padding: 0.08rem 0;
	display: block;
	line-height: 0.5rem;
  }
  .nav li .navtit{
    font-size: 0.32rem;
  }
  .bannerSwiper {
    height: 6.4rem;
  }
  .bannerSwiper.swiper-container img {
    width: 100%;
    object-fit: cover;
  }
  .banner a .btxt h1 {
    font-size: 0.48rem;
  }
  .banner a .btxt p {
    font-size: 0.24rem;
  }
  .title {
    margin-bottom: 0.5rem;
  }
  .title span {
    font-size: 0.38rem;
  }
  .title p {
    font-size: 0.36rem;
    top: -0.18rem;
  }
  .title .smalltit {
    font-size: 0.32rem;
    line-height: 0.64rem;
    color: #999999;
    margin-top: 0.32rem;
}
  .foot {
    padding: 0.32rem 0.32rem 0;
  }
  .footinner .footlogo {
    width: 100%;
    margin-right: 0;
  }
  .footinner .foottop {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 0.16rem;
  }
  .footinner .foottop .footlist:nth-child(1){
    width: 20%;
    margin-right: 0 !important;
  }
  .footinner .foottop .footlist:nth-child(2) {
    width: 30%;
    margin-right: 0 !important;
  }
  .footinner .foottop .footlist:nth-child(3) {
    width: 50%;
    margin-right: 0 !important;
  }
  .footinner ul li:nth-child(1) {
    font-size: 0.28rem;
	width: 100%;
    height: auto;
    color: #333333 !important;
    font-weight: bold;
    margin-bottom: 0.16rem;
  }
  .footinner ul li:nth-child(n+2) {
    font-size: 0.24rem;
    color: #333333 !important;
  
  }
  .footinner ul li:nth-child(1) a {
    color: #333333 !important;
  }

  .footinner ul li {
    margin-bottom: 0.16rem;
    font-size: 0.24rem;
  }
  .foot .flex {
    width: 100%;
  }
  .footlogo > a {
    display: none;
  }
  .footinner .footlogo .ewm {
    width: 100%;
    margin-top: 0.16rem;
    display: flex;
    align-items: center;
  }
  .footinner .footlogo .ewm p {
    flex: 1;
    font-size: 0.24rem;
    margin-left: 0.24rem;
  }
  .footinner .footlogo .ewm img {
    width: 1.2rem;
  }
  .footlink {
    font-size: 0.24rem;
    padding: 0.2rem 0;
    justify-content: flex-start;
  }
  .footbot {
    padding: 0px;
  }
  .footbot p {
    font-size: 0.24rem;
    line-height: 0.68rem;
  }
  .footlink a {
    margin-left: 0.24rem;
  }
  .cbanner a p {
    font-size: 0.48rem;
	width: 100%;
	text-align: center;
  }
  .pt64 {
    padding-top: 1.32rem !important;
  }
  .mb128 {
    margin-bottom: 0.48rem !important;
  }
  .pt128 {
    padding-top: 0.64rem !important;
  }
  .mb64 {
    margin-bottom: 0.64rem !important;
  }
  
}
