@media only screen and (max-width: 1680px) {
  .style_tabbox01, .style_tabbox02, .style_tabbox03, .style_tabbox04, .style_tabbox05{
    height: 8.88rem;
  }
}
@media only screen and (max-width: 1024px) {
  .content{
    width: 94%;
  }
  /*首页*/
  #indexApp .header{
    padding: 0 0.3rem;
  }
  .header{
    padding: 0 0.3rem;
  }
  .logo{
    margin-left: 0;
  }
  .search_box {
    top: 0.27rem;
    right: 0.9rem;
  }
  .nav{
    display: none;
  }
  .menu {
    position: absolute;
    top: 0.4rem;
    right: 0.3rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    width: 0.35rem;
    height: 0.35rem;
    transition: transform 250ms ease;
    cursor: pointer;
    z-index: 200;
    display: block;
  }
  .menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background: #313131;
    border-radius: 10px;
    transition: transform 250ms ease;
    z-index: 200;
  }
  .menu span:nth-of-type(1) {
    transform: translateY(-6px);
  }
  .menu span:nth-of-type(3) {
    transform: translateY(6px);
  }
  #menu {
    display: none;
  }
  #menu:checked ~ .menu {
    background-color: transparent;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span {
    background-color: #fff;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
    width: 100% !important;
  }
  #menu:checked ~ .menu span:nth-of-type(2) {
    display: none;
  }
  #menu:checked ~ .menu span:nth-of-type(3) {
    transform: translateY(-1px) rotate(-45deg);
    width: 100% !important;
  }
  #menu:checked ~ .nav02 {
    display: block;
    transition: 500ms ease;
  }
  .nav02 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 6% 0;
    box-sizing: border-box;
    overflow-y: scroll;
    background: #252525;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: 500ms ease;
    z-index: 9;
    display: none;
  }
  .nav02 li {
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    font-size: 0.28rem;
    line-height: 0.9rem;
    text-indent: 5%;
    cursor: pointer;
  }
  .nav02 li h1{
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.9rem;
    font-weight: normal;
    background: url(../images/arrow_01.png) no-repeat 95% center;
    background-size: 0.2rem;
  }
  .nav02 li.current h1 {
    background: url(../images/arrow_02.png) no-repeat 95% center;
    background-size: 0.2rem;
  }
  .nav02 li a {
    position: relative;
    display: block;
    margin: 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav02 li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width 250ms ease;
    z-index: -1;
  }
  .nav03 {
    width: 100%;
    display: none;
  }
  .nav03 li{
    border: none;
  }
  .nav03 li a{
    color: rgba(255, 255, 255, 0.6);
  }

  .banner,.main_bn{
    margin-top: 0.86rem;
  }
  .bn_r{
    width: 0.3rem;
    right: 0.3rem;
  }
  .banner .swiper-pagination-bullet{
    width: 0.3rem;
    height: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .banner .swiper-num {
    width: 0.3rem;
    font-size: 0.26rem;
  }
  .banner .swiper-num .active {
    height: 0.3rem;
    line-height: 0.5rem;
  }
  .banner .swiper-num i{
    height: 0.52rem;
  }
  .banner .swiper-button-prev,.banner .swiper-button-next{
    width: 0.3rem;
    height: 0.3rem;
    bottom: 0.3rem;
  }
  .banner .swiper-button-prev{
    left: 0.3rem;
  }
  .banner .swiper-button-next{
    left: 1rem;
  }
  .bn_text{
    left: 0.3rem;
  }
  .bn_text h1{
    font-size: 0.35rem;
    line-height: 0.6rem;
  }
  .bn_txt{
    width: 7rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .bn_more{
    width: 1.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
  }

  .text_list{
    width: 90%;
  }
  .text_list .flex{
    display: block;
  }
  .text_list ul{
    margin-right: -3%;
  }
  .text_list li{
    width: 30.333%;
    height: 1.6rem;
    padding: 0.2rem 0.37rem 0 0.28rem;
    margin-right: 3%;
  }
  .text_list i{
    width: 0.06rem;
    height: 0.3rem;
    top: 0.3rem;
  }
  .text_list h4{
    line-height: 0.54rem;
  }
  .text_list h4 span{
    font-size: 0.3rem;
  }

  .about_bg{
    width: 100%;
    padding-top: 0.8rem;
  }
  .about_box{
    width: 90%;
  }
  .about_left{
    width: 5rem;
  }
  .about{
    -webkit-line-clamp: 5;
    height: 2.05rem;
  }
  .about_btn{
    margin: 0.34rem 0 0.3rem 0;
  }
  .about_btn li{
    width: 2rem;
    height: 0.47rem;
    line-height: 0.47rem;
  }
  .about_btn i{
    margin: 0.08rem 0.05rem 0 0.4rem;
  }
  .about_more{
    height: 1.65rem;
    padding: 0.5rem 0 0 0.55rem;
  }
  .about_video{
    width: 4rem;
    height: 6rem;
    right: 0;
  }
  .icon_video{
    width: 0.8rem;
    height: 0.8rem;
    top: 3rem;
    left: 1.67rem;
  }
  
  .product{
    width: 90%;
  }
  .product ul{
    margin-right: -3%;
  }
  .product li{
    width: 47%;
    height: 2.52rem;
    margin: 0 3% 3% 0;
  }
  .product_tm{
    padding: 0.2rem;
  }
  .product_tm h1{
    font-size: 0.22rem;
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .product_txt{
    font-size: 0.16rem;
    line-height: 0.26rem;
    height: 1.04rem;
    -webkit-line-clamp: 4;
  }

  .media_box{
    width: 90%;
    height: 6.37rem;
  }
  .media_left{
    width: 48%;
    margin: 0;
  }
  .me01{
    display: none;
  }
  .media_pic{
    height: 2.54rem;
  }
  .media_right{
    width: 48%;
    height: 5.3rem;
    padding-top: 0.37rem;
  }
  .media{
    width: 90%;
    height: 4.6rem;
  }

  .style_box{
    width: 90%;
  }
  .style_tabbox01,.style_tabbox02,.style_tabbox03,.style_tabbox04,.style_tabbox05{
    height: 5.32rem;
    padding-top: 0.76rem;
  }
  .style_tabbox01 .swiper-slide,.style_tabbox02 .swiper-slide,.style_tabbox03 .swiper-slide,.style_tabbox04 .swiper-slide,.style_tabbox05 .swiper-slide{
    height: 2.06rem;
  }
  .style_pic{
    height: 2.06rem;
  }
  .style_tabbox01 .swiper-button-prev,.style_tabbox01 .swiper-button-next,
  .style_tabbox02 .swiper-button-prev,.style_tabbox02 .swiper-button-next,
  .style_tabbox03 .swiper-button-prev,.style_tabbox03 .swiper-button-next,
  .style_tabbox04 .swiper-button-prev,.style_tabbox04 .swiper-button-next,
  .style_tabbox05 .swiper-button-prev,.style_tabbox05 .swiper-button-next{
    width: 0.34rem;
    height: 0.34rem;
  }
  .style_tabbox01 .swiper-button-prev,.style_tabbox02 .swiper-button-prev,.style_tabbox03 .swiper-button-prev,.style_tabbox04 .swiper-button-prev,.style_tabbox05 .swiper-button-prev{
    right: 0.44rem;
  }

  .foot_bg{
    height: auto;
    padding-top: 0.8rem;
  }
  .foot_bg02{
    padding: 0.7rem 0 0.5rem;
  }
  .foot_t{
    width: 90%;
  }
  .foot{
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .foot dl{
    margin: 0;
  }
  .foot dl:nth-child(1){
    width: 36%;
    padding: 0.13rem 0.5rem 0.19rem 0;
  }
  .foot dl:nth-child(2){
    width: 48%;
    padding: 0.13rem 0.5rem 0.19rem 0.5rem;
  }
  .foot dl:nth-child(3){
    width: 16%;
    padding: 0.13rem 0 0.19rem 0.5rem;
  }
  .foot dl ul{
    float: left;
  }
  .foot a{
    color: #fff;
  }
  .foot a:hover{
    text-decoration: underline;
  }
  .foot dl ul h4{
    font-size: 0.21rem;
    font-weight: normal;
    line-height: 0.5rem;
    padding-left: 0.43rem;
  }
  .foot_icon{
    float: left;
    width: 0.32rem;
    height: 0.32rem;
    margin: 0.1rem 0.1rem 0 0;
  }
  .code{
    width: 1.48rem;
    height: 1.48rem;
  }
  .copyright{
    width: 100%;
    text-align: center;
    line-height: 0.28rem;
    padding: 0.15rem 0;
    color: #fff;
    font-size: 0.16rem;
    background: #1c5aa0;
  }


  /* 产品与服务——科研与合作 */
  .top_con{
    width: 100%;
  }
  .top_blue{
    display: none;
  }
  .top_left{
    width: 32%;
    background: #1b5ea9;
  }
  .top_home{
    width: 30%;
  }
  .top_tit{
    width: 70%;
  }
  .top_tit h1{
    width: 95%;
  }
  .list01{
    width: 68%;
  }
  .pro_con{
    width: 92%;
  }
  .pro_list{
    width: 92%;
    padding-top: 0.6rem;
  }
  .pro_pic{
    width: 50%;
    height: 4rem;
  }
  .pro_int{
    width: 45%;
    margin: 0.2rem 0 0 5%;
  }
  .pro_list li:nth-child(even) .pro_int{
    margin: 0.2rem 0 0 0;
  }


  /* 产品与服务——涂料及保温 */
  .list02{
    padding-right: 0.2rem;
  }
  .list02 li{
    margin-right: 0.2rem;
  }
  .main{
    width: 94%;
  }
  .pro ul{
    margin-right: -2%;
  }
  .pro li{
    width: 23%;
    height: 2.3rem;
    margin: 0 2% 1rem 0;
  }
  .pro_img01{
    height: 2.3rem;
  }
  .pro_fon{
    display: none;
  }


  /* 产品与服务——农资产品 */
  .pro02 ul{
    margin-right: -2%;
  }
  .pro02 li{
    width: 23%;
    height: 2.3rem;
    margin: 0 2% 0.3rem 0;
  }
  .pro_img02{
    width: 75%;
    height: 1.7rem;
  }


  /* 产品与服务——密封胶产品 */
  .mfj_left{
    width: 46%;
    padding-top: 0;
  }
  .mfj_pic{
    width: 50%;
    height: 5rem;
  }
  .mfj{
    width: 94%;
  }
  .mfj li{
    float: left;
    width: 33.333%;
    padding: 0;
    margin-bottom: 0.4rem;
  }
  .mfj li:nth-child(3) i{
    display: none;
  }


  /* 产品与服务——定制化生产——工厂介绍 */
  .factory_bg{
    height: auto;
    padding: 0.9rem 0;
  }
  .factory_con{
    width: 60%;
    padding-top: 0;
  }
  .factory_text{
    font-size: 0.35rem;
  }
  .workshop_box{
    width: 94%;
  }
  .workshop{
    width: 48.5%;
  }
  .workshop_pic{
    height: 2.66rem;
  }
  .workshop_tt{
    width: 50%;
    left: 25%;
  }
  .text{
    width: 94%;
  }
  .base_con{
    height: 4.4rem;
  }
  .base .swiper-slide{
    height: 2rem;
  }


  /* 产品与服务——定制化生产——产品列表 */
  .cust_bg{
    padding-top: 1.2rem;
  }
  .cust_right{
    height: 4.54rem;
    padding-top: 0.08rem;
  }
  .cust_list li{
    width: 47%;
  }
  .rjq_left{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
  }
  .rjq_tit{
    width: 90%;
  }
  .rjq_list{
    width: 90%;
  }
  .rjq_list ul{
    margin-right: -3%;
  }
  .rjq_list li{
    float: left;
    width: 47%;
    margin-right: 3%;
  }
  .rjq_pic{
    float: none;
    width: 100%;
    margin: 0.4rem 0;
  }
  .rjq_pic ul{
    margin-right: -3%;
  }
  .rjq_pic li{
    float: left;
    width: 47%;
    margin: 0 3% 0 0;
  }
  .rjq_right{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
  }
  .pic{
    height: 3.5rem;
  }
  .coating_left{
    float: none;
    width: 100%;
    padding: 0.4rem 0;
    margin: 0;
  }
  .h01{
    height: auto;
  }
  .h02{
    height: auto;
  }
  .coating_center{
    float: none;
    width: 100%;
    padding: 0.4rem 0;
    margin: 0.4rem 0;
  }
  .paint_box{
    padding-top: 0.72rem;
    margin-bottom: 0.46rem;
  }
  .paint_part{
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .paint_blue{
    height: auto;
  }
  .waterproof .rjq_list ul,.oxygen .rjq_list ul{
    margin: 0;
  }
  .waterproof .rjq_list li,.oxygen .rjq_list li{
    width: 100%;
    float: none;
    margin: 0;
  }


  /* 产品与服务——详情 */
  .show_page li{
    float: none;
    width: 100%;
    margin: 0;
  }
  .show_page li:last-child{
    text-align: left;
  }


  /* 联系我们 */
  .con_tr{
    width: 68%;
  }
  .con_bg{
    padding: 1rem 0;
  }
  .con_box{
    width: 92%;
  }
  .con_left{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.74rem 0.8rem;
  }
  .con_right{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.74rem 0.84rem;
  }
  .code_list{
    width: 90%;
  }
  .map{
    height: 5.5rem;
  }


  /* 媒体中心 */
  .media_list ul{
    margin-right: -3%;
  }
  .media_list li{
    width: 30.333%;
    margin: 0 3% 0.9rem 0;
  }
  .media_pic{
    height: 1.8rem;
  }


  /* 旗下公司 */
  .com_pic{
    float: none;
    width: 100%;
    height: 6rem;
  }
  .com_list li:nth-child(even) .com_pic{
    float: none;
  }
  .com_text{
    float: none;
    width: 100%;
    padding: 0.66rem;
  }

  .com_box{
    width: 92%;
  }
  .com_left{
    width: 62%;
  }
  .com_right{
    width: 35%;
  }


  /* 业务领域 */
  .bus_box{
    width: 92%;
  }
  .bus_list{
    width: 92%;
  }
  .bus_list ul{
    margin-right: -2%;
  }
  .bus_list li{
    width: 18%;
    margin: 0 2% 0.3rem 0;
  }


  /* 关于顺丰 */
  .about_t .top_left{
    width: 22%;
  }
  .about_t .list02{
    width: 76%;
  }
  .about_t .list02 li{
    margin-right: 0.1rem;
  }
  .about_bg02{
    padding: 0.8rem 0;
  }
  .about_pic{
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .about_right{
    float: none;
    width: 100%;
  }
  .about_txt{
    line-height: 0.34rem;
    height: 3.06rem;
  }
  .partner{
    width: 92%;
  }
  .partner ul{
    margin-right: -2%;
  }
  .partner li{
    width: 23%;
    margin: 0 2% 0.22rem 0;
  }


  /* 关于顺丰-发展历程 */
  .fzlc_pic{
    height: 4rem;
  }
  .fzlc{
    width: 75%;
    margin-left: 25%;
  }


  /* 关于顺丰-企业风采 */
  .fc_box .style_tabbox01{
    height: 5.86rem;
    padding-top: 0.76rem;
  }


  /* 关于顺丰-企业文化 */
  .culture ul{
    margin-right: -0.1%;
  }
  .culture li{
    width: 10%;
    height: 4.5rem;
    margin-right: 0.1%;
  }
  .culture .on{
    width: 59.5%;
  }
  .culture_blue{
    padding: 1rem 0 0 0.22rem;
  }


  /* 关于顺丰-荣誉资质 */
  .honor_p{
    padding: 0.6rem 0;
  }
  .honor_text{
    width: 70%;
  }
  .honor_list li{
    width: 48%;
  }
  .honor ul{
    margin-right: -3%;
  }
  .honor li{
    width: 30.333%;
    margin: 0 3% 0.32rem 0;
  }
  .honor img{
    height: 2.1rem;
  }


  /* 关于顺丰-校企合作 */
  .hz_bot{
    height: 3rem;
  }
  .hz_tit{
    width: 20%;
    margin-left: 0;
  }
  .hz_txt{
    width: 76%;
    margin: 0;
  }
  .hz{
    width: 80%;
  }
  .hz .swiper-slide{
    width: 70%;
  }
  .hz_img{
    height: 2.2rem;
    margin-top: 0.5rem;
  }
  .hz .swiper-slide-active .hz_img{
    height: 3.2rem;
  }
  .hz_box .swiper-button-prev,.hz_box .swiper-button-next{
    top: 30%;
    transform: translateY(-30%);
  }


  /* 关于顺丰-社会责任 */
  .shzr_bg{
    height: auto;
    padding: 0.5rem 0;
  }
  .shzr_yellow{
    float: none;
    width: 90%;
    padding: 0.4rem 0;
    height: auto;
    margin: 0 auto 0.2rem;
  }
  .shzr_con{
    width: 90%;
  }
  .shzr_left{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
    margin: 0 auto;
    background: none;
  }
  .shzr_line{
    border-right: none;
  }


  /* 关于顺丰-研发技术中心 */
  .yanfa_left{
    float: none;
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
  .yanfa_pic{
    float: left;
    width: 47%;
    margin: 0 1.5%;
  }
  .keyan li{
    height: 2.8rem;
  }
  .pic_list ul{
    margin-right: -3%;
  }
  .pic_list li{
    width: 30.333%;
    height: 2.4rem;
    margin: 0 3% 0.26rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  p,span{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  img{
    width: 100%;
  }
  .content{
    width: 92%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }

  /* 首页 */
  .header{
    height: 1.06rem;
    padding: 0 0.3rem;
  }
  .logo{
    width: 2.6rem;
    height: 1.06rem;
    margin-left: 0;
  }
  .search_box {
    width: 0.46rem;
    height: 0.47rem;
    top: 0.3rem;
    right: 1.1rem;
  }
  .menu {
    width: 0.5rem;
    top: 0.45rem;
  }
  .banner,.main_bn{
    margin-top: 1.06rem;
  }
  .banner .swiper-button-prev,.banner .swiper-button-next{
    width: 0.45rem;
    height: 0.45rem;
    bottom: 0.3rem;
  }
  .banner .swiper-button-prev{
    left: 0.77rem;
  }
  .banner .swiper-button-next{
    left: 1.62rem;
  }
  .bn_text{
    width: 90%;
    left: 5%;
  }
  .bn_text h1{
    font-size: 0.44rem;
    line-height: 0.9rem;
    margin-bottom: 0.1rem;
  }
  .bn_txt{
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .bn_more{
    width: 1.6rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.2rem;
  }

  .text_list li{
    height: 2rem;
    padding: 0.2rem 0 0 0.28rem;
    font-size: 0.22rem;
    margin-right: 3%;
  }
  .text_list i{
    width: 0.06rem;
    height: 0.3rem;
    top: 0.3rem;
  }
  .text_list h4{
    font-size: 0.32rem;
    line-height: 0.54rem;
  }
  .text_list h4 span{
    font-size: 0.26rem;
  }

  .about_bg{
    padding-top: 0.35rem;
    background: none;
  }
  .about_box{
    width: 100%;
  }
  .about_left{
    width: 90%;
    margin: 0 auto;
  }
  .about_title{
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin: 0 0 0.25rem 0;
  }
  .about_title h4{
    font-size: 0.32rem;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .about_title i{
    width: 1.38rem;
    margin: 0 auto;
  }
  .about{
    font-size: 0.26rem;
    line-height: 0.48rem;
    height: 2.88rem;
    -webkit-line-clamp: 6;
    margin-bottom: 0.2rem;
  }
  .about_btn{
    width: 46%;
    margin: 0;
    position: absolute;
    top: 0.32rem;
    right: 0.3rem;
  }
  .about_btn ul{
    margin-right: -3%;
  }
  .about_btn li{
    width: 47%;
    height: 0.44rem;
    line-height: 0.44rem;
    border: solid 1px #fff;
    margin-right: 3%;
  }
  .about_btn i{
    width: 0.22rem;
    height: 0.22rem;
    margin: 0.08rem 0.05rem 0 0.2rem;
  }
  .about_btn a{
    color: #fff;
  }
  .about_btn li:last-child{
    border: solid 1px #d88411;
    background: #d88411;
  }
  .about_video{
    width: 100%;
    height: 3.78rem;
    position: static;
  }
  .icon_video{
    width: 1rem;
    height: 1rem;
    top: auto;
    bottom: 1.4rem;
    left: 46%;
  }
  .about_more{
    width: 100%;
    height: auto;
    font-size: 0.12rem !important;
    line-height: 0.24rem;
    padding: 0.16rem 0 0.16rem 0.3rem;
    position: relative;
  }
  .about_more h4{
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .about_more span{
    display: none;
  }
  .about_icon{
    width: 0.44rem;
    height: 0.44rem;
    position: absolute;
    top: 0.34rem;
    left: 2.6rem;
  }
  .about_icon img{
    width: 100%;
    height: 100%;
  }

  .product_box{
    padding: 0.34rem 0 0.42rem;
  }
  .product_title{
    font-size: 0.18rem;
    margin-bottom: 0.26rem;
  }
  .product_title h4 i{
    width: 2.12rem;
    height: 0.03rem;
    margin: 0 0.3rem 0.12rem 0.3rem;
  }
  .product{
    width: 90%;
  }
  .product ul{
    margin-right: 0;
  }
  .product li{
    float: none;
    width: 100%;
    height: 3.4rem;
    margin: 0 0 0.28rem 0;
  }
  .product_tm{
    padding: 0.3rem 0.2rem;
  }
  .product_tm h1{
    font-size: 0.3rem;
    line-height: 0.44rem;
    margin-bottom: 0.17rem;
  }
  .product_txt{
    font-size: 0.22rem;
    line-height: 0.36rem;
    height: 1.44rem;
    margin-bottom: 0.35rem;
  }

  .media_bg{
    height: auto;
    padding: 0.24rem 0 0.54rem;
    background: url(../images/media_bg02.jpg) no-repeat center bottom #b9d8ea;
  }
  .media_bg .product_title{
    margin-bottom: 0.3rem;
  }
  .media_box{
    width: 90%;
    height: auto;
  }
  .media_content{
    width: 100%;
  }
  .media_tab{
    width: 4.94rem;
    margin: 0 auto 0.32rem;
  }
  .media_tab ul{
    margin-right: -0.12rem;
  }
  .media_tab li{
    width: 1.58rem;
    font-size: 0.2rem;
    margin-right: 0.1rem;
  }
  .media_left{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .media_pic{
    height: 3.04rem;
  }
  .media_white{
    height: auto;
  }
  .media_white h1{
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .media_white h4{
    font-size: 0.24rem;
    margin: 0.25rem 0 0.2rem;
  }
  .media_white h4 i{
    width: 0.13rem;
    height: 0.13rem;
    margin: 0.08rem 0.08rem 0 0;
  }
  .media_text{
    font-size: 0.26rem;
    line-height: 0.48rem;
    height: 1.44rem;
  }
  .media{
    width: 96%;
    padding-top: 0.4rem;
    margin: 0 auto;
  }
  .media li{
    padding-bottom: 0.1rem;
  }
  .news_list{
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
  .news_list h4{
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .news_list_more{
    width: 90%;
    text-align: right;
    line-height: 0.32rem;
    font-size: 0.3rem;
    font-weight: bold;
    position: static;
    margin: 0.2rem auto 0;
  }
  .news_list_more a{
    color: #000;
  }
  .news_list_more img{
    width: 0.25rem;
    height: 0.25rem;
  }

  .style_bg{
    padding: 0.34rem 0 0.45rem;
  }
  .style_title{
    line-height: 0.24rem;
    font-size: 0.19rem;
    margin-bottom: 0.62rem;
  }
  .style_title h4{
    line-height: 0.44rem;
  }
  .style_title h4 i{
    width: 2.12rem;
    height: 0.03rem;
    line-height: 0;
    background: #fff;
    display: inline-block;
    margin: 0 0.4rem 0.12rem 0.4rem;
  }
  .style_box{
    width: 90%;
  }
  .style_tab{
    width: 100%;
    text-align: center;
    position: static;
    margin-bottom: 0.36rem;
  }
  .style_tab li{
    float: none;
    padding: 0 0.15rem;
    margin: 0;
    font-size: 0.28rem;
  }
  .style_tab .style_active{
    border: solid 1px #89bb28;
    color: #89bb28;
    box-sizing: border-box;
  }
  .style_tabbox01,.style_tabbox02,.style_tabbox03,.style_tabbox04,.style_tabbox05{
    height: 5.5rem;
    padding: 0 0 0.76rem 0;
  }
  .style_tabbox01 .swiper-slide,.style_tabbox02 .swiper-slide,.style_tabbox03 .swiper-slide,.style_tabbox04 .swiper-slide,.style_tabbox05 .swiper-slide{
    height: 2.2rem;
  }
  .style_pic{
    height: 2.2rem;
  }
  .style_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .style_txt h4{
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .style_tabbox01 .swiper-button-prev,.style_tabbox01 .swiper-button-next,
  .style_tabbox02 .swiper-button-prev,.style_tabbox02 .swiper-button-next,
  .style_tabbox03 .swiper-button-prev,.style_tabbox03 .swiper-button-next,
  .style_tabbox04 .swiper-button-prev,.style_tabbox04 .swiper-button-next,
  .style_tabbox05 .swiper-button-prev,.style_tabbox05 .swiper-button-next{
    width: 0.44rem;
    height: 0.44rem;
    top: auto;
    bottom: 0;
  }
  .style_tabbox01 .swiper-button-prev,.style_tabbox02 .swiper-button-prev,.style_tabbox03 .swiper-button-prev,.style_tabbox04 .swiper-button-prev,.style_tabbox05 .swiper-button-prev{
    right: auto;
    left: 42%;
  }
  .style_tabbox01 .swiper-button-next,.style_tabbox02 .swiper-button-next,.style_tabbox03 .swiper-button-next,.style_tabbox04 .swiper-button-next,.style_tabbox05 .swiper-button-next{
    right: 42%;
  }

  .foot_bg{
    height: auto;
    padding: 0.32rem 0 0.16rem;
  }
  .foot_t{
    width: 100%;
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.42rem;
    margin-bottom: 0.27rem;
  }
  .foot_t a{
    color: #fff;
    padding: 0 0.11rem;
  }
  .foot_txt{
    width: 100%;
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #fff;
  }
  .foot_txt img{
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.1rem;
    vertical-align: middle;
    display: inline-block;
  }
  .copyright{
    line-height: 0.48rem;
    padding: 0;
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }


  /* 产品与服务——科研与合作 */
  .top_con{
    height: auto;
  }
  .top_left{
    float: none;
    width: 100%;
    height: 0.8rem;
  }
  .top_home{
    width: 20%;
    height: 0.8rem;
  }
  .top_home img{
    width: 0.36rem;
    height: 0.36rem;
  }
  .top_tit{
    width: 80%;
  }
  .top_tit h1{
    width: 95%;
    line-height: 0.8rem;
    font-size: 0.3rem;
    background-size: 0.24rem 0.1rem;
  }
  .top_tit ul{
    top: .8rem;
  }
  .top_tit li{
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
  .list01{
    float: none;
    width: 100%;
  }
  .list01 li{
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .txt_p{
    padding: 0.7rem 0;
  }
  .pro_tt{
    font-size: 0.38rem;
  }
  .pro_text{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .pro_pic{
    float: none;
    width: 100%;
    height: 4rem;
  }
  .pro_int{
    float: none;
    width: 100%;
    margin: 0.3rem 0;
  }
  .pro_list li:nth-child(even) .pro_pic{
    float: none;
  }
  .pro_list li:nth-child(even) .pro_int{
    margin: 0.3rem 0;
  }
  .pro_int_txt{
    font-size: 0.28rem;
    line-height: 0.48rem;
    height: auto;
    -webkit-line-clamp: 6;
  }


  /* 产品与服务——涂料及保温 */
  .list02{
    float: none;
    padding: 3%;
    position: relative;
  }
  .list02 ul{
    margin-right: -0.3rem;
  }
  .list02 li{
    font-size: 0.28rem;
    margin-right: 0.3rem;
  }
  .backhome{
    width: 25%;
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 0;
    color: #646262;
    font-size: 0.28rem;
    line-height: 0.6rem;
    display: block;
  }
  .backhome a:hover{
    color: #646262;
  }
  .cailiao_tt{
    padding-left: 0.3rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
  .cailiao{
    padding: 0.17rem 0.3rem;
  }
  .cailiao li{
    float: none;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }
  .pro ul{
    margin-right: -3%;
  }
  .pro li{
    width: 47%;
    height: 3.5rem;
    margin: 0 3% 1rem 0;
  }
  .pro_img01{
    height: 3.5rem;
  }


  /* 产品与服务——农资产品 */
  .pro02 ul{
    margin-right: -3%;
  }
  .pro02 li{
    width: 47%;
    height: 3.5rem;
    margin: 0 3% 0.4rem 0;
  }
  .pro_img02{
    width: 80%;
    height: 2.7rem;
  }
  .pro_txt{
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
  }


  /* 产品与服务——密封胶产品 */
  .mfj_left{
    float: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.5rem;
  }
  .mfj_pic{
    float: none;
    width: 100%;
    height: 5rem;
  }
  .mfj_txt{
    line-height: 0.5rem;
    font-size: 0.28rem;
  }
  .mfj{
    width: 100%;
  }


  /* 产品与服务——定制化生产——工厂介绍 */
  .factory_bg{
    height: auto;
    padding: 2rem 0 0.9rem;
    background: url(../images/factory_bg02.jpg) no-repeat center top #5686f5;
	  background-size: 100%;
  }
  .factory_img{
    margin: 0 0 0.4rem 0;
  }
  .factory_con{
    width: 100%;
    padding-top: 0;
  }
  .factory_txt{
    font-size: 0.28rem;
    line-height: 0.46rem;
    margin-bottom: 0.4rem;
  }
  .workshop_box{
    width: 92%;
  }
  .workshop{
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .workshop_pic{
    height: 4rem;
  }
  .workshop_tt{
    width: 60%;
    line-height: 0.8rem;
    font-size: 0.3rem;
    left: 20%;
  }
  .workshop_txt{
    width: 90%;
    line-height: 0.46rem;
    height: 2.3rem;
    font-size: 0.28rem;
    -webkit-line-clamp: 5;
  }
  .text{
    width: 92%;
  }
  .text li{
    font-size: 0.26rem;
  }
  .base_tab li{
    width: 40%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    margin: 0 2%;
  }


  /* 产品与服务——定制化生产——产品列表 */
  .cust_bg{
    background: url(../images/cust_bg02.png) no-repeat center top;
    background-size: 100%;
    padding-top: 0.8rem;
  }
  .cust_pic{
    float: none;
    width: 100%;
  }
  .cust_right{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
  }
  .cust_w{
    width: 90%;
  }
  .cust_list li{
    font-size: 0.28rem;
  }
  .rjq_list li{
    font-size: 0.28rem;
  }
  .rjq_pic li{
    float: none;
    width: 100%;
    height: 4.4rem;
    margin: 0 0 0.4rem 0;
  }
  .paint_blue{
    padding: 0.45rem 0.3rem;
  }
  .gyq_list li{
    font-size: 0.26rem;
  }


  /* 产品与服务——详情 */
  .path{
    background-size: 0.3rem 0.3rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
    padding-left: 0.5rem;
  }
  .show_txt{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .show_page li{
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }


  /* 联系我们 */
  .con_tr{
    width: 100%;
    line-height: 0.8rem;
	  font-size: 0.26rem;
  }
  .con_tr span{
    font-size: 0.26rem;
  }
  .con_left{
    padding: 0.4rem;
  }
  .con_right{
    padding: 0.4rem;
  }
  .con_tit{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .con_tit h1{
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .con_tt{
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
  .con_list li{
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .con_list img{
    margin: 0 0.18rem 0.28rem 0;
  }
  .con_list h4{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .con_txt{
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .mess_tt{
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
  .mess_list input{
    font-size: 0.28rem;
  }
  .mess_list textarea{
    font-size: 0.28rem;
  }
  .mess_btn{
    font-size: 0.28rem;
  }
  .code_list li{
    width: 50%;
    margin-bottom: 0.3rem;
  }
  .code_list img{
    width: 1.5rem;
    height: 1.5rem;
  }
  .code_list h4{
    font-size: 0.3rem;
  }
  .map{
    height: 7rem;
  }


  /* 媒体中心 */
  .media_list ul{
    margin: 0;
  }
  .media_list li{
    width: 100%;
    margin: 0 0 0.9rem 0;
    padding-bottom: 0.2rem;
  }
  .media_pic{
    height: 4.4rem;
  }
  .media_tt{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .media_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .media_more{
    width: 2.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
  }
  .media_right{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.37rem 0;
    margin-top: 0.4rem;
  }
  .media{
    width: 90%;
    height: auto;
  }


  /* 旗下公司 */
  .main_bn_txt h2{
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .com_pic{
    height: 4.5rem;
  }
  .com_text{
    padding: 0.4rem 0.3rem;
  }
  .com_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 2.4rem;
    -webkit-line-clamp: 6;
  }
  .com_more{
    font-size: 0.26rem;
  }

  .com_left{
    float: none;
    width: 100%;
  }
  .com_right{
    float: none;
    width: 100%;
  }
  .com_fon{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .con_title{
    font-size: 0.3rem;
    line-height: 0.9rem;
    margin-top: 0.57rem;
    padding-left: 0;
  }
  .con_gray h1{
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .con_tel{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .con_tel img{
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.2rem 0.2rem 0 0;
  }


  /* 业务领域 */
  .bus_img{
    float: none;
    width: 100%;
  }
  .bus_right{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
  }
  .bus_list ul{
    margin-right: -2%;
  }
  .bus_list li{
    width: 31.333%;
  }
  .bus_pic{
    height: 4rem;
  }
  .bus_w{
    padding: 3rem 0 1.3rem;
  }


  /* 关于顺丰 */
  .about_bg02{
    background: url(../images/about_bg003.jpg) no-repeat center top;
	  background-size: cover;
  }
  .about_t .top_left{
    float: none;
    width: 100%;
  }
  .about_t .list02{
    float: none;
    width: 100%;
    padding: 0.1rem 0;
  }
  .about_t .list02 li{
    margin: 0;
    width: 25%;
    text-align: center;
    line-height: 0.6rem;
  }
  .about_t .list02 ul{
    margin: 0;
  }
  /* .about_con{
    width: 100%;
    position: relative;
  } */
  .about_line{
    width: 0.01rem;
    height: 90%;
    background: #c8cad2;
    position:absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .about_line i{
    width: 100%;
    height: 0.7rem;
    background: #1b5a9f;
    display: inline-block;
  }
  .about_txt{
    line-height: 0.48rem;
    height: 3.36rem;
    font-size: 0.28rem;
    position: relative;
  }
  .about_txt::-webkit-scrollbar{
    display:block;
  } 
  .adv_pic{
    float: none;
    width: 100%;
    height: 3.8rem;
  }
  .adv_txt{
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .adv_center{
    float: none;
    width: 100%;
    height: 3.8rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .partner ul{
    margin-right: -3%;
  }
  .partner li{
    width: 47%;
    margin: 0 3% 0.3rem 0;
  }
  .partner img{
    height: 1.8rem;
    margin-bottom: 0.2rem;
  }
  .partner h4{
    font-size: 0.28rem;
    line-height: 0.5rem;
  }


  /* 关于顺丰-发展历程 */
  .fzlc_pic{
    float: none;
    width: 100%;
    height: auto;
  }
  .fzlc{
    width: 100%;
    margin-left: 0;
  }
  .fzlc li{
    line-height: 0.44rem;
    font-size: 0.28rem;
  }
  .fzlc h1{
    font-size: 0.5rem;
    line-height: 0.7rem;
  }
  .fzlc i{
    width: 0.2rem;
    height: 0.2rem;
    top: 0.26rem;
    left: -0.1rem;
  }
  .fzlc_arrow{
    width: 0.14rem;
    height: 0.2rem;
    top: 0.26rem;
    left: 0.35rem;
  }
  .fzlc_tit{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .fzlc_tit h1{
    font-size: 0.4rem;
    line-height: 0.6rem;
  }


  /* 关于顺丰-企业风采 */
  .fc_box .style_tabbox01{
    height: 7.2rem;
    padding-top: 0.4rem;
  }
  .fc_box .style_tabbox01 .swiper-pagination{
    bottom: 0.8rem;
  }


  /* 关于顺丰-企业文化 */
  .culture li{
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 0.02rem 0;
  }
  .culture_blue{
    padding: 0.02rem 0 0.12rem 0.22rem;
    font-size: 0.28rem;
    letter-spacing:inherit;
    writing-mode:inherit;
  }
  .culture_blue h1 i{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    border: solid 0.03rem #fff;
    display: block;
    position:static;
    float: left;
    margin: 0.18rem 0.15rem 0 0;
  }
  .culture .on{
    width: 100%;
    height: 4rem;
  }
  .culture_con{
    font-size: 0.28rem;
  }
  .culture_con h1{
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .culture_con h1 i{
    margin: 0.2rem 0.15rem 0 0;
  }
  .culture_con h2{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }


  /* 关于顺丰-荣誉资质 */
  .honor_bg{
    background: url(../images/honor_bg02.jpg) no-repeat center bottom #cf222a;
    background-size: 100%;
    padding-bottom: 3rem;
  }
  .honor_title{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .honor_title h1{
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .honor_text{
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .honor_list ul{
    margin-right: 0;
  }
  .honor_list li{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .honor_list a{
    font-size: 0.28rem;
  }
  .honor_more{
    width: 2.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
  .honor li{
    width: 47%;
  }
  .honor img{
    height: 2.32rem;
  }
  .honor h4{
    font-size: 0.28rem;
  }


  /* 关于顺丰-校企合作 */
  .hz_bot{
    height: 3rem;
  }
  .hz_tit{
    float: none;
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin: 0 0 0.5rem 0;
  }
  .hz_tit h1{
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .hz_txt{
    float: none;
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .hz{
    width: 80%;
  }
  .hz .swiper-slide{
    width: 100%;
  }
  .hz_img{
    height: 3.2rem;
    margin-top: 0;
  }
  .hz_img img{
    opacity: 1;
  }
  .hz .swiper-slide-active .hz_img{
    height: 3.2rem;
  }
  .hz_box .swiper-button-prev,.hz_box .swiper-button-next{
    top: 30%;
    transform: translateY(-30%);
  }


  /* 关于顺丰-社会责任 */
  .shzr_tit{
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .shzr_tit h1{
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .shzr_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }


  /* 关于顺丰-研发技术中心 */
  .yanfa_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .yanfa_pic h4{
    font-size: 0.28rem;
  }
  .keyan li{
    height: 2rem;
  }
  .pic_list li{
    width: 47%;
    height: 2.5rem;
  }
  .yanfa_bg{
    background: url(../images/about_bg003.jpg) no-repeat center top;
	  background-size: cover;
  }
  .keyan_bg{
    background: url(../images/keyan_bg.jpg) no-repeat center top;
	  background-size: cover;
  }
}
  