/* 大屏幕（大桌面显示器，大于等于 1600px） */

@media screen and (min-width:1600px) {
    .mobile,
    .m_img,
    .m_nav {
        display: none;
    }
    .fea {
        height: 925px;
    }
    .fea_con {
        width: 1570px;
        height: 298px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .mobile,
    .m_img,
    .m_nav {
        display: none;
    }
    .container,
    .wrap {
        width: 1200px;
    }
   .navigation li{
       margin: 0 20px;
       font-size: 16px;
   }
   .index02 .right h1 {
    font-size: 40px;
    margin-bottom: 20px;
    }
    .index02 .right .center {
  font-size: 16px;
  line-height: 24px;
   
  margin-bottom: 20px;
}
.index02 .right .list {
  line-height: 42px;
  font-size: 14px;
}
.index03 .right h1 {
  
  font-size: 22px;
   
  line-height: 35px;
   
}
.index03 .right .tab{
    font-size: 16px;
}
.index03 .wrap {
  
  height: 600px;
}
.index-title .t2 {
  font-size: 40px;
}.index07 .item .title {
  font-size: 20px;}
  .index08 .box {
  width: 70%;
   
}
.index01{
    width: 1200px;
}.head .logo a{
    width: 220px;
}
}


/* 小屏幕（手机） */

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .pc,
    .head-top,
    .header {
        display: none;
    }
    .nav,
    .he_b3p3le {
        display: none;
    }
    .mobile {
        display: block;
    }
    .container,
    .wrap {
        padding: 0 .2rem;
        overflow: hidden;
        width: auto;
    }
    .m_img {
        display: block;
        height: 1.1rem;
        background: #ffffff;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: Center;
        position: fixed;
        z-index: 999;
        top: 0;
        padding: 0 .2rem;
        -moz-box-shadow: 0px 4px 6px #d4d5d6;
        -webkit-box-shadow: 0px 4px 6px #d4d5d6;
        box-shadow: 0px 4px 6px #d4d5d6;
    }
    .m_img .headlf {
        float: left;
    }
    .m_img .headcent {
        float: left;
        margin-left: .2rem;
        color: #e61c42;
        font-size: .18rem;
        line-height: .3rem;
    }
    .m_img .headcent select {
        width: 1.2rem;
        height: .4rem;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url('../images/arrow_06.jpg') 80% center no-repeat;
        background-size: .13rem;
        background-color: #e5e5e5;
        display: block;
        padding-left: .1rem;
        margin-left: .3rem;
    }
    .m_img .headlf .m_logo {
        height: auto;
        width: 70%;
        display: block
    }
    .m_img .headrg {
        position: absolute;
        right: .2rem;
    }
    .m_img .headrg a .m_menuimg {
        height: .45rem;
        width: .53rem;
        display: block
    }
    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }
    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }
    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 0;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }
    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%
    }
    .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530
    }
    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }
    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }
    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }
    .m_nav .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat!important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }
    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
    .m_img .language {
        position: absolute;
        right: .8rem;
    }
    .m_img .language img {
        width: 80%;
    }
    .banner {
        margin-top: 1.1rem;
    }
    .banner .swiper-slide img{
        display: block;
    }
     .index01 {
  background: url(../images/index_05.jpg) no-repeat;
  width: 100%;
  height: auto;
  margin: 0;
   display: block;overflow: hidden;
  padding: 0 .2rem;
}
.index01 .txt1 {
  
  font-size: .24rem;
  line-height: .4rem;
  margin-top: .3rem;margin-bottom: .3rem;
}
.index01 .txt2 a {
   
  font-size: .5rem;
   
  margin-left: .4rem;
}
.index01 .txt2{
    margin-bottom: .3rem;
}
.index02 {
  margin: 1rem 0;
}
.index02 .wrap{
     display: block;
}
.index02 .img {
  width: 100%;
}
.index02 .right {
  width: 100%;
}
.index02 .right h1 {
  font-size: .4rem;
  margin-bottom: .4rem;
}
.index02 .right .center {
  font-size: .22rem;
  line-height: .3rem;
   
  margin-bottom: .4rem;
}
.index02 .right .list {
  line-height: .5rem;
  font-size: .22rem;
}
.index-title .t2 {
  font-size: .35rem;
   
}
.index-title {
  margin: 1rem 0;
   
}
.index03 .left {
  width: 100%;
  position: relative;
  z-index: 9;
  
  top: 0;
}
.index03 .left .txt {
  
  padding: .2rem;
  font-size: .2rem;
  line-height: .3rem;
}
.index03 .right {
  width: 100%;
   
  position: relative;
   
  padding: .2rem;
}
.index03 .right h1 {
  
  font-size: .26rem;
  margin-bottom: .4rem;
  line-height: .5rem;
  padding-left: 0;
}
.index03 .right .tab {
   
  font-size: .22rem;
   
  line-height: .55rem;
  padding-left: 1rem;
  
}
.index03 .right .cur::before {
  
  width: .5rem;
  
  top: .3rem;
   
}
.index03 .wrap {
   
  height: auto;
}
.index05 .content .box{
    flex-wrap: wrap;
}
.marqueeleft li {
   
  width: 2.25rem;
  height: .9rem;
  
  margin-left: .5rem;
  margin-top: .3rem;
  
}
.marqueeleft {
  height: 1.5rem;
   
}
.index05 .tab {
  margin-bottom: .9rem;
   flex-wrap: wrap;
  justify-content: start;
}
.index05 .tab .fl {
  padding: .1rem .2rem;
  
   
  font-size: .22rem;
  
  margin: .1rem .2rem;
}
.index05 .content .left {
  width: 100%;
 
}
.index05 .content .left .txt-box {
  
  padding: .3rem;
}
.index05 .content .left .txt-box .title {
  
  font-size: .24rem;
   
  margin-bottom: .2rem;
}
.index05 .content .left .txt-box .detail {
  font-size: .2rem;
  
}
.index05 .content .right {
  width: 100%;
   
}
.index05 {
  margin-bottom: 1rem;
}
.index06 .item .t2 {
  font-size: .2rem;
   
  line-height: .3rem;
   
}
.index07 .index-title .more {
  
  font-size: .2rem;
}
.index07 .item {
  width: 47%;
    padding: .2rem;
    margin-right: 3%;
}
.index07 .item .title {
  font-size: .24rem;
  
  line-height: .3rem;
  margin-bottom: .3rem;
}
.index08 .box {
  width: 100%;
  padding: 0 .2rem;
}
.index08 .box .t1 {
  font-size: .3rem;
  
  line-height: 1rem;
}
.index08{
    height: 5.5rem;
}
.foot{
    display: none;
}
.copyright {
  height: auto;
  line-height: .3rem;
   
  padding: .3rem 0;
}
.index07 .item .blog {
 
  width: 1.18rem;
  height: .46rem;
  line-height: .46rem;
  
  border-radius: 10px;
  right: 0;
  top: 0;
  font-size: .2rem;
}
}