.px1600{
    max-width: 1400px;
}
.top_line{
    background: #3869b9;
    line-height: 25px;
    height: 25px;
   /* padding: 0 10%;*/
}

.top_other {

  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 25px;
  align-items: center;
  /* margin-top: 10px; */
  transition: all .3s;
max-width: 1400px;
    margin: 0 auto;
}

 .top_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
}

 .top_link a {
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
  line-height: 25px;
  opacity: .8;
  transition: all .3s;
}

/*.ihead .top_link a:last-child{
    color: #fff;
    border: #fff 1px solid;
    border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}*/
.ihead .top_link a:hover {
  opacity: 1;
}
.ihead {
  /* position: fixed; */
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  /* padding: 0 3%; */
  background-color: #427ad6;
  padding: 15px 0;
}

.ihead .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}



.ihead .tops {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: relative;
  z-index: 99;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}

.ihead .tops_r {
  flex: 1;
  min-width: 0;
  height: auto;
  text-align: right;
  /*margin-right: 20px;*/
/*margin-right: 15px;*/
}
.top_dh{
    /* text-align: right; */
    /* width: 200px; */
}
.top_dh p{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    display: block;
    font-size: 24px;
    display: inline-block;
}

.top_dh .two_p{
margin-left:1em;
}

.ihead .fl {
  float: left;
}

.ihead .logo {}

.ihead .logo a {
  display: block;
}

.ihead .logo a img {
  display: block;
  height: 70px;
  transition: all .3s;
  width: auto !important;
}

.ihead .fr {
  float: right;
}

/*  */



.ihead input,
.ihead button {
  border: none;
  outline: none;
}

.ihead .search {
  position: relative;
  width: 180px;
  height: 32px;
  line-height: 30px;
  overflow: hidden;
  border-radius: 229px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ihead .search div {
  margin-left: 50px;
}

.ihead .search a {
  display: inline-block;
}

.ihead .search a:hover {
  opacity: 0.85;
}

.ihead .search span {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
}

.ihead .search span:nth-child(1) {
  margin-right: 15px;
}

.ihead .search input[type="text"] {
  font-size: 16px;
  width: 220px;
  height: 30px;
  padding-left: 15px;
  line-height: 38px;
  background: none;
  border-radius: 0;
  float: left;
  color: #fff;
}

.ihead .search input[type="text"]::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.2);
}

.ihead .search .btn {
  line-height: 30px;
  position: absolute;
  color: #fff;
  font-size: 16px;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  right: 0;
  width: 40px;
  height: 30px;
  text-align: right;
  padding: 0 10px;
  font-size: 0;
  background-size: 17px 17px;
}

.ihead .search img {
  position: absolute;
  right: 15px;
  top: 50px;
}

.ihead .search:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

/*  */

.ihead .ihead.on .inav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border: none;
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}

/*  */
.inav {
  height: 50px;
  line-height: 50px;
  margin-top: 0;
  position: relative;
  z-index: 9;
  background: #fff;
}

.inav>ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
}

 .inav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  /* width: 10%; */
  line-height: 50px;
  height: 50px;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
  padding: 0 3%;
}

.inav>ul>li:hover {
  /* background: #6c95d1; */
  transition: all 0.6s;
}

.inav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.inav>ul>li:hover{/*background:#fdec56*/background:#f25a2b;}

.inav>ul>li>a {
  font-size: 18px;
  color: #222;
  text-align: center;
  /*font-weight: bold;*/
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
}
.inav>ul>li:hover .first_nav{color: #fff !important;;}
 .inav>ul>li:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0px;
  height: 2px;
  background: #fff;
  transition: all .3s;
}

/*.ihead .inav>ul>li:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 38px;
  height: 2px;
  background: #FFC107;
  transition: all .3s;
}*/

 .xg1 .inav>ul>li:after {
  bottom: -10px;
}

.xg1 .inav>ul>li:hover:after {
  bottom: -10px;
  background: #ccc;
}

.inav>ul>li.on>div {}

.inav>ul>li.on>a::after {
  width: 100%;
}

 .inav>ul>li.active>a {
  color: #f2faf6;
}



 .xg1 .inav>ul>li:hover>a {
  /*color: #d4e9ff;*/
color:#f25a2b;
}

.inav>ul>li:hover>a:after {
  width: 100%;
}

.inav>ul>li>div {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /*min-width: 130px;*/
min-width: 120px;
  z-index: 9999;
  display: none;
  padding-top: 0;
  border-top: #0066CC 3px solid;
  /* border-bottom: #0066CC 3px solid; */
  /*border-radius: 10px;*/
  overflow: hidden;
}

.inav>ul>li>div>ul {
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  line-height: normal;
}

.inav>ul>li>div>ul>li a {
  display: block;
  font-size: 16px;
  line-height:24px;
padding:10px 0;
  transition: 0.3s;
  color: #222;
}

.inav>ul>li>div>ul>li:hover {
  background: #eff6fd;
  color: #0066CC;
}

 .inav>ul>li>div>ul>li:hover a {
  color: #0066CC;
}


 .banner-box {}

 .banner .slick-slide.slick-current a>img {
  animation: img_scale linear 8s;
}

@keyframes img_scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }

}

 .banner-box  .banner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

 .banner-box  .banner img {
  display: block;
  width: 100%;
}

 .banner-box  .banner a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  z-index: 1;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%);
  opacity: .2
}

 .banner-box  .banner .slick-prev {
  width: 60px;
  height: 60px;
  background: url(../images/bal.png) no-repeat center center;
  left: 30px;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

 .banner-box  .banner .slick-next {
  width: 60px;
  height: 60px;
  background: url(../images/bar.png) no-repeat center center;
  right: 30px;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

 .banner-box  .banner .slick-prev:hover,
 .banner-box  .banner .slick-next:hover {
  opacity: 1
}

 .banner-box  .banner .slick-dots {
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  height: 50px;
}

 .banner-box  .banner .slick-dots li {
  width: auto;
  height: 48px;
  margin: 0 10px;
  /* background: #f2f2f2; */
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
}

 .banner-box  .banner .slick-dots li button {
  display: block;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 3px;
  font-size: 0;
  opacity: 0.4;
  background: #FCFCFC;
  transition: all .3s;
  padding: 0;
}

 .banner-box  .banner .slick-dots li.slick-active button {
  opacity: 1;
  width: 40px;
  height: 40px;
  background: url(../images/banner_ico.png) center no-repeat;
}
.m_nav{display:none}
.lm_banner {
}

.lm_banner img {
  display: block;
  width: auto;
  text-align: center;
  margin: 15px auto;
  max-width: 100%;
}

.ej_main {
  height: auto;
  overflow: hidden;
  padding-bottom: 0;
  margin: 0 auto 0 auto;
}

.ej_main .leftNav {
  float: left;
  width: 291px;
  position: relative;
  margin-right: 50px;
  /* background: #900201; */
}

.ej_main .leftNav>h2 {
  line-height: 60px;
  color: #fff;
  font-size: 32px;
  overflow: hidden;
  /* text-align: center; */
  /* font-weight: normal; */
  background: url(../images/sub_titbg.png) bottom center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 20px 0;
}

.ej_main .leftNav>h2 img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}

.ej_main .leftNav p {
  margin-left: 20px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
}

.ej_main .leftNav>ul {
  padding: 0 20px 50px 20px;
  background-size: 100% auto;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-left: 14px;
}

.ej_main .leftNav>ul:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 10px;
  height: 95%;
  background: #427ad6;
}

.ej_main .leftNav>ul>li {
  position: relative;
  border-bottom: 1px rgba(144, 2, 1, .2) dashed;
}

.ej_main .leftNav>ul>li:first-child {
  border-top: none;
}

.ej_main .leftNav>ul>li:last-child {
  border-bottom: 1px solid transparent;
}

.ej_main .leftNav ul li a {
  display: block;
  font-size: 22px;
  line-height: 64px;
  padding-left: 10px;
  color: #333;
}

.ej_main .leftNav>ul>li>span {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 12px;
  top: 18px;
  line-height: 50px;
  background: url(../images/sub_left_down.png) no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
}

.ej_main .leftNav>ul>li.on>span {
  transform: rotate(90deg);
}

.ej_main .leftNav>ul>li.on>a {
  color: #427ad6;
  font-weight: bold;
}


.ej_main .leftNav>ul>li.active>a {
  color: #427ad6;
  font-weight: bold;
}

.ej_main .leftNav>ul>li.active>span {
  background: url(../images/sub_left_downh.png) no-repeat center center;
}

.ej_main .leftNav>ul>li.on>span {
  background: url(../images/sub_left_downh.png) no-repeat center center;
}

.ej_main .leftNav ul li:hover {}

.ej_main .leftNav ul li.active {
  border-bottom: 1px #427ad6;
}

.ej_main .leftNav ul li.active ul {
  display: block;
}

.ej_main .leftNav ul li a:hover {
  background-position: 31px center;
  color: #427ad6;
}

.ej_main .leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.ej_main .leftNav>ul>li>ul>li>a {
  font-size: 16px;
  line-height: 45px;
  border-top: 1px #D8D8D8 dashed;
  padding-left: 65px;
  color: #666666;
}

.ny-right {
  overflow: hidden;
  min-height: 600px;
  padding-bottom: 60px;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1500px){
.top_other {
    width: 80%;
}
.top_dh p {
    font-size: 22px;
}
}
@media screen and (max-width: 1400px){
  .ihead .logo a img {
    display: block;
    height: 60px;
    transition: all .3s;
}
  .ihead .inav>ul>li>a{
    font-size: 16px;
}
.top_dh p {
    font-size: 22px;
}
.lm_banner img{
margin-top: 0;
}
}
/*@media screen and (max-width: 1300px){
    .top_dh p {
        font-size: 20px;
    }
}*/
/*@media screen and (max-width: 1200px){
    .ihead .logo a img {
    display: block;
    height: 50px;
    transition: all .3s;
}
  .ihead .logo span{
    font-size: 21px;
}
.top_dh p {
    font-size: 20px;
}
}*/
/*@media screen and (max-width: 1100px){
  .ihead .logo span{
    font-size: 21px;
}
.top_dh p {
    font-size: 18px;
}
}*/
@media screen and (max-width: 1084px){
.top_dh p {
        font-size: 20px;
    }
 .ihead .logo a img{
    height: 56px;
}
   .ihead .logo span{
    font-size: 22px;
}
}
 @media screen and (max-width: 1000px){
   .top_link a{
    font-size: 12px;
    margin: 0px 6px;
}
.pcsearch-con{
margin: 0 0 0 6px;
}
    .logo {
            margin: 10px 0;
            }

        .logo img {
            width: 114%;
            }
.inav{display:block;}
  /* .inav{display:none} */
  /* .m_nav{display:block;}*/
   .ihead .logo a img{
    height: 50px;
}
   .ihead .logo span{
    font-size: 15px;
}
  body{
    /* padding-top: 96px; */
}
  .m_nav{background: #fff;display:block;margin: 0 auto;width: 100%;border-radius: 0;overflow: hidden;}
  .m_mavhd{
    background: #fff;
    /*line-height: 50px;*/
    line-height: 35px;
    /*padding: 0 20px;*/
    /*padding: 0 35px;*/
    margin: 0 auto;
    width: 80%;
}
.lm_banner img{margin: 0 auto 15px;}
   .m_mavhd ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
  .m_mavhd li{ } 
   .m_mavhd li.active {/*background:#fdec56*/background:#f25a2b; }
 .m_mavhd li.active  a{color: #fff;}
     .m_mavhd li:hover{/*background:#fdec56*/background: #f25a2b; }
    .m_mavhd li a{box-sizing: border-box;
        display: inline-block;
        width: 100%;font-size: 18px;/*font-weight: bold;color: #3869b9;*/color: #000;padding: 0 10px;}
  .m_mavbd{
    /*background: #f8f8f8;*/
    background:#f5f5f5;
    /*padding: 10px 10px;*/
    padding: 5px 0;
    display: none;
}
    .m_mavbd ul{
    width:80%;
   margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    overflow: hidden;   display: none;
}
     .m_mavbd li{
    /* width: 25%; */
    line-height: 30px;
    float: left;
    font-size: 15px;
    padding: 0 10px;
}
    /* .m_mavbd ul>li:first-child{ padding-left: 0;}*/
  .ihead{
    padding: 10px 0;
}
   /*.pc{display:none}*/
  .sj_btn{
    display: none;
}
     .sjbdb .logo img {
        width: 160px !important;
    }
  .bmLOGO span{
    font-size: 18px;
    line-height: 100%;
    display: block;
}
   .ej_main .leftNav>h2 {
    line-height: 46px;
    font-size: 18px;
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
    padding-top: 0;
    background: #427ad6;
    padding-bottom: 0;
  }

  .ej_main .leftNav>h2 span {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-position: center center;
    margin-right: 10px;
    transition: all 0.3s;
  }

  .ej_main .leftNav>h2 span.on {
    transform: rotateZ(45deg);
  }
 .ej_main .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .ej_main .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .ny-right {
    float: none;
    width: auto;
  }


 

  .ej_main .leftNav ul {
    display: none;
  }

  .ej_main .leftNav ul li a {
    line-height: 45px;
    padding-left: 20px;
    font-size: 16px;
  }

  .ej_main .leftNav>ul>li>span {
    top: 10px;
  }

  .ej_main .leftNav>ul>li>ul>li>a {
    font-size: 15px;
    line-height: 40px;
  }
.ej_main .leftNav>ul:before{}
  .head-sj .logo ul li {
        display: flex !important;
        align-items: center;
    }
   .top_dh p{
    font-size: 12px;
    line-height: 22px;
    display:inline-block;
}
.m_nav{display: none;}
.top_dh{
    text-align: right;
}
 .ihead .logo span {
        font-size: 22px;
    }
.top_dh p {
        font-size: 20px;
    }  
.inav>ul>li>a{
font-size: 16px;
}
.inav>ul>li>div{
    min-width: 0;
}
.inav>ul>li>div>ul>li a {
    font-size: 15px;
}
}
@media screen and (max-width: 900px){
 .ihead .tops_r{
    margin-right: 0;
}
 /* .top_line{
    padding: 0 4%;
}*/
    .top_dh p {
        font-size: 17px;
    }
    .ihead .logo span {
        font-size: 18px;
    }
    .ihead .logo a img {
        height: 45px;
    }

}
@media screen and (max-width: 800px){
    .ihead .logo span {
        font-size: 16px;
    }
    .top_dh p {
        font-size: 16px;
    }
.inav>ul>li>a {
        font-size: 15px;
    }
    .ihead .logo a img {
        height: 40px;
    }
}
@media screen and (max-width: 768px){
  .m_mavbd li{
    /* width: 33%; */
}
    .m_mavhd {
        width: 90%;
    }
  .qr-grid{
    gap: 0px !important;
    display: flex !important;
    justify-content: space-between !important;
}
  .qr-card{
    width: 22% !important;
}
  .qr-card img{
    width: 100% !important;
    height: auto !important;
}
  .qr-card p{
    font-size: 12px !important;
}
/*.top_other{width:90%;}*/
    .m_mavbd ul {
        width: 90%;}

}
@media screen and (max-width: 720px){
    .ihead .logo a img {
        height: 35px;
    }
    .ihead .logo span {
        font-size: 14px;
    }
     .top_dh p {
        font-size: 14px;
    }
.inav>ul>li{
padding: 0 2%;
}
}
@media screen and (max-width: 640px){
.top_dh p {
        font-size: 18px;
    }
.ihead .logo a img {
        height: 60px;
    }
    .ihead .logo span {
        font-size: 22px;
    }
   .ihead .tops_r{display:none;}
    .m_nav {
        display: block;
    }
    .inav {
        display: none;
    }
.ej_main_in{width: 90%;}
    .top_other {
        width: 90%;
    }
}
@media screen and (max-width: 600px){
  .m_mavhd {
        margin: 0 auto;
        width: 90%;}
   .m_mavbd ul{width: 90%;}
}

@media(max-width:555px) {
.top_dh p {
        font-size: 14px;
    }
.ihead .logo a img {
        height: 55px;
    }
    .ihead .logo span {
        font-size: 21px;
    }
}
@media(max-width:520px) {
.m_mavhd li a {
        font-size: 16px;}
}
@media(max-width:485px) {
.m_mavhd li a {
        font-size: 14px;}
    .m_mavbd li {
        font-size: 14px;
 padding: 0 5px;
    }

}
@media screen and (max-width: 480px){

.m_mavhd {
        margin: 0 auto;
        width: 90%;}
/* .ihead .tops{
flex-direction: column;
}*/
.ihead .tops_r{display:none;}
.top_dh p{display: inline-block;}
.ihead .logo span{font-size: 20px;}
    .ihead .logo a img {
        height: 50px;
    }
}
@media screen and (max-width: 400px){
.ihead .logo span{font-size: 18px;}
    .ihead .logo a img {
        height: 40px;
    }
    .top_link a {
        margin: 0 5px;
    }
.pcsearch-con {
    width: 28px;}
}

@media screen and (max-width: 383px){
.m_mavhd li a{padding: 0 5px;}
}
@media screen and (max-width: 351px){
.ihead .logo span{font-size: 16px;}
    .ihead .logo a img {
        height: 35px;
    }
}
@media screen and (max-width: 320px){
    .ihead .logo span {
        font-size: 14px;
    }
}
@media screen and (max-width: 317px){
    .top_dh p {
        font-size: 12px;
    }
    .m_mavhd li a {
        font-size: 12px;
    }
.m_mavbd li{font-size: 12px;padding: 0px 3px;}
.m_mavhd li a {
        padding: 0px 3px;
    }
}