﻿@charset "UTF-8";

/*///////////////////////////////   首页  开始   ///////////////////////*/
/*///////////////////////////////   首页  开始   ///////////////////////*/
/* CSS3 效果 */
.transition-all-5,.transition-all-5 * {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
/* 荣誉资质 */

section.Qualification .swiper-pagination-bullet
{
width:8px;
height:2px;
display:inline-block;
border-radius: 100%;
background:#D3D3D3;
}
section.Qualification .swiper-pagination-bullet-active{
    opacity: 1;
    background: #d80b14;
}
ul.Honor {
    display: flex;
    flex-flow: wrap;
    /* justify-content: space-around; */
    justify-content: space-between;
}
section.Qualification
{
height: 6rem;

}
ul.Honor > li {
 
    border-radius: 0.1rem;
   
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
}

    ul.Honor > li img {
        width: 1.3rem;
        height: 2rem;
        
    }
/* 主轮播广告 */
div#swiper1 {
    background-color: #f2f2f2;
    font-size: 0;
}
    div#swiper1 img {
        width: 100%;
    }

    div#swiper_about {
        background-color: #f2f2f2;
        font-size: 0;
    }
        div#swiper_about img {
            width: 100%;
        }
    
/* 模块通用抬头 */
body > section { font-size: 0; }
body > section > h2 {
    background-color: #e5e5e5;
    line-height: 0.42rem;
    display: block;
    font-size: 0.16rem;
}
    body > section > h2 > span {
        color: #959595;
        font-size: 0.1rem;
        position: relative;
    }
    body > section > h2 > span::after {
        content: "";
        position: absolute;
        bottom: -0.03rem;
        right: -0.15rem;
        width: 0;
        height: 0;
        border: 0.05rem solid transparent;
        border-right-color: #d80b14;
        transform: rotate(-135deg);
    }
    body > section > h2 > b {
        font-size: 0.16rem;
        color: #444;
    }

/* 弹窗 */
aside.popup-window {
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
}

/* 搜索框 */
section.index-search {
    height: 0.6rem;
    background-color: #e8e8e8;
    padding: 0.1rem 0.12rem;
}
    section.index-search > div {
        background-color: #FFF;
        border: 1px solid #dcdcdc;
        border-radius: 0.03rem;
        height: 100%;
        text-align: left;
        font-size: 0.13rem;
        display: flex;
        align-items: center;
        box-sizing: content-box;
        overflow: hidden;
    }
        section.index-search > div > input {
            height: 100%;
            padding: 0rem 0.14rem;
            flex: 1;
            font-size: 0.13rem;
        }
        section.index-search > div > span {
            display: inline-block;
            height: 0.19rem;
            width: 0.65rem;
            border-left: 1px solid #707070;
            color: #7d7d7d;
            text-align: center;
            position: relative;
            padding-right: 0.1rem;
        }
        section.index-search > div > span::after {
            content: "";
            position: absolute;
            top: 0.07rem;
            right: 0.1rem;
            border: 0.05rem solid transparent;
            border-top-color: #7d7d7d;
        }
        section.index-search > div > button {
            background-color: #d80b14;
            height: 100%;
            width: 0.77rem;
            color: #FFF;
            font-size: 0.13rem;
        }
        ul.search-type {
            width: 50%;
            background-color: #FFF;
            border-radius: 0.05rem;
        }
            ul.search-type > li {
                line-height: 0.4rem;
                padding: 0rem 0.2rem;
                position: relative;
            }
            ul.search-type > li:not(:last-child){
                border-bottom: 1px solid #dcdcdc;
            }
            ul.search-type > li.active::after {
                content: "";
                position: absolute;
                top: 0.15rem;
                right: 0.15rem;
                background-image: url('../img/index/correct.png');
                background-size: contain;
                width: 0.15rem;
                height: 0.15rem;
            }

/* 核心业务 */
section.core-business {
    padding-bottom: 0.2rem;
}
    ul.core-business-list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 0rem 0.2rem;
    }
        ul.core-business-list > li {
            max-width: 130px;
            width: 30%;
            font-size: 0;
            margin-top: 0.2rem;
        }
            ul.core-business-list > li img {
                width: 0.62rem;
            }
            ul.core-business-list > li h4 {
                font-size: 0.15rem;
                color: #444;
                padding-top: 0.1rem;
            }

/* 商标注册流程 */
section.regist-process > img {
    width: 100%;
}

/* 齐翔五星优势 */
section.advantage > img {
    width: 100%;
}

/* 成功案例 */
ul.success-case-list {
    padding: 0.23rem 0.1rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
    ul.success-case-list > li {
        height: 1.22rem;
        width: 1.1rem;
        border: 1px solid #eee;
        border-radius: 0.05rem;
        margin-bottom: 0.07rem;
        overflow: hidden;
    }
        ul.success-case-list > li > div {
            background-color: #dcdcdc;
            height: 0.82rem;
            padding: 0.15rem;
        }
            ul.success-case-list > li > div > img {
                height: 100%;
            }
        @media only screen and (width: 1024px){
            ul.success-case-list > li {
                width: 1.3rem;
            }
        }
        ul.success-case-list > li > article {
            padding: 0.04rem 0.1rem;
            font-size: 0.08rem;
            text-align: left;
        }
        
        

/* 专家团队 */
section.expert-team-cont {
    background-color: #bfbfbf;
    padding: 0rem 0.15rem;
    display: flex;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
}
    section.expert-team-cont img {
        width: 1.5rem;
        margin-top: 0.2rem;
    }
    aside.expert-introduce {
        display: inline-block;
        margin-left: 0.1rem;
        color: #707070;
        text-align: left;
        flex: 1;
        max-width: 3rem;
    }
        aside.expert-introduce > p {
            padding-bottom: 0.09rem;
            font-size: 0.12rem;
        }
            aside.expert-introduce > p > b {
                font-size: 0.18rem;
                color: #d80b14;
            }
            aside.expert-introduce > p > span {
                font-size: 0.18rem;
            }
        aside.expert-introduce > h4 {
            display: inline-block;
            font-size: 0.1rem;
            line-height: 0.23rem;
            border-top: 1px solid #707070;
            border-bottom: 1px solid #707070;
            margin-bottom: 0.05rem;
        }
        aside.expert-introduce > h3 {
            font-size: 0.12rem;
            line-height: 0.2rem;
        }

/* 贴心售后，为您解忧 */
ul.intimate-service-list {
    display: flex;
    padding: 0.5rem 0.23rem 0.23rem 0.23rem;
    justify-content: space-around;
    counter-reset: service_item 0;
}
    ul.intimate-service-list > li {
        flex: 1;
        min-width: 1.05rem;
        height: 1.6rem;
        border: 1px solid #a0a0a0;
        border-radius: 0.1rem;
        padding: 0.43rem 0.1rem 0.09rem;
        position: relative;
        counter-increment: service_item;
    }
    ul.intimate-service-list > li:not(:last-child){
        margin-right: 0.07rem;
    }
        ul.intimate-service-list > li::after {
            content: counter(service_item);
            position: absolute;
            left: 0.24rem;
            top: -0.23rem;
            width: 0.57rem;
            height: 0.57rem;
            line-height: 0.57rem;
            font-size: 0.35rem;
            color: #979797;
            background-image: url('../img/index/intimate_bak.png');
            background-size: contain;
        }
            ul.intimate-service-list > li > h2 {
                font-size: 0.12rem;
                padding-bottom: 0.05rem;
            }
            ul.intimate-service-list > li > h3 {
                font-size: 0.09rem;
                color: #6e6e6e;
                height: 0.85rem;
                overflow: hidden;
                text-align: left;
            }

/* 新闻动态 */
ul.news-information-list {
    padding: 0.12rem 0.17rem 0.17rem 0.17rem;
}
    ul.news-information-list > li {
        padding: 0.12rem 0rem;
    }
    ul.news-information-list > li:not(:last-child) {
        border-bottom: 1px solid #c9c9c9;
    }
        ul.news-information-list > li > a {
            display: flex;
        }
            ul.news-information-list > li > a > img {
                width: 1.04rem;
                height: 0.82rem;
                margin-right: 0.1rem;
            }
            aside.news-content {
                flex: 1;
                text-align: left;
            }
                aside.news-content > h2 {
                    font-size: 0.13rem;
                    padding: 0.07rem 0rem;
                    width: 2.2rem;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
                aside.news-content > h4 {
                    font-size: 0.1rem;
                    color: #666;
                    height: 0.28rem;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                }
                aside.news-content > time {
                    font-size: 0.09rem;
                    color: #999;
                }

/*  底部 */
footer.index-foot {
    height: 0.65rem;
    background-color: #FFF;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
    footer.index-foot > a {
        display: inline-block;
        width: 1rem;
        height: 0.28rem;
        color: #7a7a7a;
        font-size: 0.16rem;
        border: 1px solid #7a7a7a;
        text-align: center;
        line-height: 0.26rem;
        border-radius: 0.05rem;
    }
    footer.index-foot > a:last-of-type{
        margin-left: 0.3rem;
    }
    footer.index-foot > a:active{
        opacity: 0.7;
    }
        footer.index-foot > a > img {
            width: 0.16rem;
        }

/*///////////////////////////////   文化企业  开始   ///////////////////////*/
section.Culture{
    padding: 0.2rem 0px;
}
    ul.trademark-Culture {
        display: flex;
        flex-flow: wrap;
        /* justify-content: space-around; */
        justify-content: space-between;
    }
        ul.trademark-Culture > li {
            width: 1.66rem;
            height: 1.3rem;
            border-radius: 0.1rem;
            border: 1px solid #b5b5b5;
            padding: 0.22rem;
            font-size: 0;
            margin-bottom: 0.1rem;
            margin-top: 0.1rem;
        }

            ul.trademark-Culture > li img {
                width: 0.4rem;
                
            }
         
            ul.trademark-Culture > li h3 {
                color: #434343;
                font-size: 0.1rem;
               
              
            }
            ul.trademark-Culture > li h4 {
                color: #434343;
                font-size: 0.1rem;
             
              
            }
section.Culture .inner{
	padding: 0px 0.2rem;
}
            section.Culture   h5
            {
              color: #434343;
              font-size: 0.10rem;
              padding-top: 0.25rem;
              
            }
            section.Culture   h6 {
              color: #707070;
              font-size: 0.10rem;
              width: 100%;
              margin: 1 auto;
              text-align: left;
          }

  /*///////////////////////////////   成功案例  开始   ///////////////////////*/    
  section.Success
  {
height: 5rem;

  }
  section.Success a
  {
font-size: 0.1rem;
  }
  section.Success li
  {
    margin-bottom: 0.25rem;
    margin-left: 0.01rem;
  }
  section.Success  #address
  {
    padding-top: 0.25rem;
      width: 3.4rem;
      height: 2rem;
      margin-left: 0.1rem;
  

  }
  section.Success img
  {
      width: 0.3rem;
      height: 0.3rem;
      margin-left: 0.1rem;
  

  }
/*///////////////////////////////   商标事务  开始   ///////////////////////*/
/*///////////////////////////////   商标事务  开始   ///////////////////////*/
/* 商标事务列表 */
section.trademark-affairs {
    padding: 0.1rem 0.1rem;
}
    ul.trademark-affairs-list {
        display: flex;
        flex-flow: wrap;
        /* justify-content: space-around; */
        justify-content: space-between;
    }
        ul.trademark-affairs-list > li {
    width: 1.1rem;
    height: 1.5rem;
    border-radius: 0.1rem;
    border: 0px solid #b5b5b5;
    padding: 0.1rem;
    font-size: 0;
    margin-bottom: 0.18rem;
    margin-top: 0rem;
        }

            ul.trademark-affairs-list > li img {
                width: 0.64rem;
            }
            ul.trademark-affairs-list > li h2 {
                color: #434343;
                font-size: 0.15rem;
                padding-top: 0.1rem;
            }
    
/* 注册需准备以下材料 */
ul.regist-data-list {
    background-color: #efefef;
    padding: 0.15rem 0rem;
}
    ul.regist-data-list > li {
        width: 3.45rem;
        height: 1.7rem;
        background-color: #FFF;
        border: 1px solid #f6f6f6;
        border-radius: 0.03rem;
        margin: 0 auto 0.15rem;
        display: flex;
    }
        ul.regist-data-list > li > div:first-child {
            border: 0.01rem dashed #d3d3d3;
            width: 0.88rem;
            height: 0.88rem;
            padding: 0.16rem;
            border-radius: 50%;
            margin: 0.3rem 0.12rem;
        }
        ul.regist-data-list > li > div:last-child {
            flex: 1;
        }
        ul.regist-data-list > li img {
            width: 0.55rem;
        }
            div.regist-data-content {
                text-align: left;
            }
                div.regist-data-content > h2 {
                    font-size: 0.15rem;
                    padding-top: 0.2rem;
                    padding-bottom: 0.08rem;
                }
                div.regist-data-content > h4 {
                    font-size: 0.12rem;
                    color: #626262;
                    line-height: 0.18rem;
                }
                    div.regist-data-content > h4 > span {
                        color: #d80b14;
                        display: inline-block;
                        margin-right: 0.02rem;
                    }
                    div.regist-data-content > a > button {
                        width: 0.85rem;
                        height: 0.23rem;
                        background-color: #d80b14;
                        border-radius: 0.02rem;
                        color: #FFF;
                        margin-top: 0.12rem;
                    }

/* 齐翔五星优势 */
ul.advantage-list {
    background-color: #d80b14;
    padding-top: 0.28rem;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    background-image: url('../img/trademark/advantage_bak.png');
    background-position: center;
    background-size: 100% auto;
}
    ul.advantage-list > li {
        width: 30%;
        padding: 0rem 0.1rem;
        margin-bottom: 0.2rem;
    }
        ul.advantage-list > li > div {
            width: 0.66rem;
            height: 0.38rem;
            background-color: #FFF;
            position: relative;
            margin: 0.2rem auto;
        }
            ul.advantage-list > li > div > img {
                width: 0.37rem;
                margin-top: 0.02rem;
            }
        ul.advantage-list > li > div::after {
            content: "";
            border: 0.33rem solid transparent;
            border-bottom: 0.2rem solid #FFF;
            position: absolute;
            left: 0;
            top: -0.53rem;
        }
        ul.advantage-list > li > div::before {
            content: "";
            border: 0.33rem solid transparent;
            border-top: 0.2rem solid #FFF;
            position: absolute;
            left: 0;
            bottom: -0.53rem;
        }
        ul.advantage-list > li > h3 {
            font-size: 0.12rem;
            color: #FFF;
            line-height: 0.22rem;

        }
        ul.advantage-list > li > h4 {
            font-size: 0.11rem;
            color: #d2d2d2;
        }


/* 成功案例 */
ul.trademark-case-list {
    display: flex;
    flex-flow: wrap;
    padding: 0.2rem 0.1rem;
    justify-content: space-around;
}
    ul.trademark-case-list > li {
        width: 1.6rem;
        color: #434343;
        border: 1px solid #b5b5b5;
        margin-bottom: 0.05rem;
    }
        ul.trademark-case-list > li > a > div:first-child {
            height: 0.85rem;
        }
        ul.trademark-case-list > li > a > div:last-child {
            padding: 0.1rem;
            background-color: #d4d4d4;
            text-align: left;
        }
            ul.trademark-case-list > li > a > div > h4 {
                color: #434343;
                font-size: 0.13rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            ul.trademark-case-list > li img {
                width: 100%;
            }

/* 专家团队 */
section.expert-team {
    background-image: url('../zhiyi/zl/expert_team_bak.jpg');
    background-size: 100% auto;
}
    ul.expert-team-list {
        display: flex;
        flex-flow: wrap;
        padding: 0.2rem 0.1rem;
        justify-content: space-around;
    }
        ul.expert-team-list > li {
            width: 1.68rem;
            height: 2.65rem;
            padding: 0.06rem;
            color: #c9c9c9;
            text-align: left;
            margin-bottom: 0.09rem;
            background: linear-gradient(#cf2c38, #dc643e);
        }
            ul.expert-team-list > li > img {
                width: 100%;
            }
            ul.expert-team-list > li > h1 {
                font-size: 0.11rem;
                padding-left: 0.2rem;
                margin-top: -0.1rem;
                padding-bottom: 0.05rem;
            }
                ul.expert-team-list > li > h1 > b {
                    color: #FFF;
                    font-size: 0.17rem;
                }
            ul.expert-team-list > li > h3 {
                font-size: 0.1rem;
                padding-left: 0.2rem;
            }

/* 其它业务 */
ul.other-business-list {
    display: flex;
    height: 1.6rem;
}
    ul.other-business-list > li {
        flex: 1;
        padding-top: 0.3rem;
    }
        ul.other-business-list > li img {
            width: 0.62rem;
        }
        ul.other-business-list > li h2 {
            line-height: 0.35rem;
            font-size: 0.15rem;
            color: #444;
        }
/*///////////////////////////////  品牌历程  开始   ///////////////////////*/  
section.course >ul li
      {
        margin-top: 0.2rem;
        text-align: left;
        
           
      }
      section.course >ul
      {
      margin-left: 0.3rem;
        
           position: relative;
      }
      section.course >ul:after{
	content: " ";
    position: absolute;
    left: 3%;
    top: 0px;
    border-left: 1px solid #ddd;
    bottom: 3%;
    z-index: -1;
      }
      
      section.course >ul li  a
      {
      color: #d80b14;
      font-size: 0.10rem;
      margin-left:0.2rem;
      
      }
      section.course >ul li  p
      {
      color:#000;
      font-size: 0.10rem;
      margin-left:0.3rem;
      margin-top: -0.15rem;

      }
      section.course
      {
            height: 8.5rem;

      }
      section.course img
      {
            
          width: 0.2rem;
          height:0.2rem ;
      }
      /*///////////////////////////////   关于我们  开始   ///////////////////////*/  
      section.Introduction > h3
      {
        color: #434343;
        font-size: 0.10rem;
        padding-top: 0.25rem;
        
      }
      ul.trademark-Introduction {
        display: flex;
        flex-flow: wrap;
        /* justify-content: space-around; */
        justify-content: space-between;
    }
        ul.trademark-Introduction > li {
            width: 3.2rem;
            height: 1.3rem;
            border-radius: 0.1rem;
            border: 1px solid #b5b5b5;
                padding: 0.22rem 0px 0.22rem 0.22rem;
            font-size: 0;
            margin-bottom: 0.1rem;
            margin-top: 0.2rem;
            margin-left:0.3rem;
        }
        .trademark-Introduction .left{
        	    float: left;
    width: 30%;
    padding: 10px 0px 10px 0px;
    border-right: 1px solid #999;
        }
        .trademark-Introduction .right{
        	float:left;
        	width: 60%;
        	text-align: left;
        	    padding-left: 17px;
        }
      section.Introduction >ul img
      {
            width: 0.7rem; 
            height: 0.7rem;
            
      }
      section.Introduction >ul a
      {
        color: #434343;
        font-size: 0.1rem;
        width: 0.2rem;
        height: 1rem;
            
      }
      section.Introduction >ul li h4
      {
        color: #707070;
        font-size: 0.10rem;
        width: 90%;
        margin: 0 auto;
      }
      section.Introduction >ul li h5
      {
        color: #707070;
        font-size: 0.10rem;
      
      }
      
      section.Introduction >ul li
      {
        text-align: left;
      }
      section.Introduction >ul li
      {
        text-align: left;
      }
      section.Introduction > h4 {
        color: #707070;
        font-size: 0.10rem;
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    section.Introduction #backdrop
    {
        padding-top: 0.1rem; 
       

    }
    section.Introduction img
    {
       width: 3.5rem;
       height: 2.5rem;

    }
/*///////////////////////////////   国际商标  开始   ///////////////////////*/
/*///////////////////////////////   国际商标  开始   ///////////////////////*/
/* 港澳台商标 */
section.GAT-trademark {
    padding-bottom: 0.22rem;
}
    section.GAT-trademark > h3 {
        color: #434343;
        font-size: 0.16rem;
        padding-top: 0.25rem;
        padding-bottom: 0.12rem;
    }
    section.GAT-trademark > h4 {
        color: #707070;
        font-size: 0.14rem;
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    ul.GAT-trademark-list {
        display: flex;
        padding-top: 0.15rem;
    }
        ul.GAT-trademark-list > li {
            flex: 1;
        }
        ul.GAT-trademark-list > li > img {
            width: 1.04rem;
        }
        ul.GAT-trademark-list > li > h3 {
            color: #434343;
            padding-top: 0.15rem;
            padding-bottom: 0.21rem;
            font-size: 0.16rem;
        }
        section.GAT-trademark button {
            width: 0.94rem;
            height: 0.28rem;
            border: 1px solid #d80b14;
            border-radius: 0.05rem;
            color: #d80b14;
        }

/* 国际商标 */
ul.I-T-type {
    display: flex;
}
    ul.I-T-type > li {
        flex: 1;
        height: 0.42rem;
        font-size: 0.13rem;
        background-color: #e2e2e2;
        color: #515151;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ul.I-T-type > li:not(:last-child) {
        border-right: 1px solid #FFF;
    }
    
    ul.I-T-type > li.active {
        background-color: #d80b14;
        color: #FFF;
    }

    ul.I-T-list {
        width: 400%;
        display: flex;
    }
        ul.I-T-list > li {
            width: 25%;
            padding: 0px 0.1rem;
        }
            ul.I-T-list > li > h2 {
                color: #515151;
                padding-top: 0.22rem;
                padding-bottom: 0.05rem;
                font-size: 0.15rem;
            }
            ul.I-T-list > li > h4 {
                color: #878787;
                font-size: 0.1rem;
            }
            ul.I-T-list > li > ul {
                display: flex;
                flex-flow: wrap;
                padding-top: 0.15rem;
            }
                    ul.I-T-list > li > ul > li > div {
                        border-radius: 50%;
                        margin: 0 auto;
                        box-shadow: 1px 1px 2px 1px #d2d2d2;
                    }
                        ul.I-T-list > li > ul > li img {
                            width: 100%;
                        }
                    ul.I-T-list > li > ul > li h5 {
                        font-size: 0.09rem;
                        color: #515151;
                        line-height: 0.2rem;
                    }

            ul.I-T-item-a > li {
                width: 25%;
                margin-bottom: 0.15rem;
            }
                ul.I-T-item-a > li > div {
                    width: 0.6rem;
                    height: 0.6rem;
                }
            ul.I-T-item-b > li {
                width: 20%;
                margin-bottom: 0.15rem;
            }
                ul.I-T-item-b > li > div {
                    width: 0.5rem;
                    height: 0.5rem;
                }
            ul.I-T-item-c > li {
                width: 16.6%;
                margin-bottom: 0.15rem;
            }
                ul.I-T-item-c > li > div {
                    width: 0.42rem;
                    height: 0.42rem;
                }

            ul.I-T-list > li.I-T-MDL {
                font-size: 0.09rem;
                color: #878787;
                padding: 0.17rem 0.15rem;
                text-align: left;
            }
                ul.I-T-list > li.I-T-MDL > h2 {
                    font-size: 0.13rem;
                    color: #515151;
                    padding-top: 0rem;
                    padding-left: 1.3rem;
                }
                ul.I-T-list > li.I-T-MDL > h4 {
                    font-size: 0.1rem;
                    color: #878787;
                    padding-left: 1.3rem;
                    line-height: 0.25rem;
                    font-weight: bold;
                }

                ul.I-T-list > li.I-T-MDL > h5 {
                    font-size: 0.09rem;
                    color: #878787;
                    line-height: 0.15rem;
                    display: inline-block;
                }
                    ul.I-T-list > li.I-T-MDL > h5 > img {
                        width: 1.3rem;
                        height: 1.05rem;
                        float: left;
                        margin-top: -0.5rem;
                    } 

/* 注册需准备以下材料 */
ul.prepare-data-list {
    padding: 0.17rem 0.15rem;
}
    ul.prepare-data-list > li {
        border: 1px solid #b5b5b5;
        position: relative;
        padding: 0.35rem 0.1rem;
        text-align: left;
        height: 2.1rem;
    }
    ul.prepare-data-list > li:not(:last-child){
        margin-bottom: 0.1rem;
    }
        ul.prepare-data-list > li > h2 {
            font-size: 0.17rem;
            color: #434343;
            padding-bottom: 0.13rem;
            font-weight: bold;
        }
        ul.prepare-data-list > li > h5 {
            font-size: 0.11rem;
            color: #959595;
            line-height: 0.17rem;
        }
        ul.prepare-data-list > li > img {
            height: 100%;
            position: absolute;
            top: 0rem;
            right: 0rem;
        }
            ul.prepare-data-list > li button {
                width: 0.7rem;
                height: 0.23rem;
                background-color: #d80b14;
                font-size: 0.1rem;
                border-radius: 0.02rem;
                color: #FFF;
                margin-top: 0.15rem;
            }

/* 注册国际商标的好处 */
ul.internation-benefit-list {
    padding: 0.17rem 0.15rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
    ul.internation-benefit-list > li {
        max-width: 1.6rem;
        height: 1.25rem;
        border: 1px solid #d3d3d3;
        padding: 0.18rem 0.22rem;
    }
        ul.internation-benefit-list > li > img {
            width: 0.35rem;
        }
        ul.internation-benefit-list > li > h4 {
            color: #5d5d5d;
            font-size: 0.12rem;
            padding-top: 0.07rem;
            padding-bottom: 0.05rem;
        }
        ul.internation-benefit-list > li > h5 {
            font-size: 0.09rem;
            color: #8a8a8a;
        }
        ul.internation-benefit-list > li:not(:nth-last-child(-n+2)){
            margin-bottom: 0.1rem;
        }

/*///////////////////////////////   商标案例  开始   ///////////////////////*/
/*///////////////////////////////   商标案例  开始   ///////////////////////*/
/* 商标案件办理流程 */
section.handling-process > img {
    width: 100%;
}
    ul.T-after-sale-list {
        padding: 0.2rem 0.25rem 0.2rem 0.65rem;
    }
        ul.T-after-sale-list > li {
            height: 0.93rem;
            background-color: #e5e5e5;
            position: relative;
            padding: 0.15rem 0.05rem 0.15rem 0.55rem;
            display: flex;
            flex-direction: column;
            text-align: left;
            justify-content: space-around;
        }
        ul.T-after-sale-list > li:not(:last-child){
            margin-bottom: 0.22rem;
        }
            ul.T-after-sale-list > li > h5 {
                color: #6e6e6e;
                font-size: 0.1rem;
                line-height: 0.1rem;
                position: relative;
            }
            /* ul.T-after-sale-list > li > div {
                height: 0.1rem;
                width: 100%;
                background: blue;
            }
            ul.T-after-sale-list > li > div:first-of-type {
                background: red;
            } */
            ul.T-after-sale-list > li > h5::after {
                content: "";
                position: absolute;
                top: 0.01rem;
                left: -0.1rem;
                width: 0.08rem;
                height: 0.08rem;
                background-size: contain;
                background-image: url('../img/trademark_case/after_sale_item.png');
            }
            
            ul.T-after-sale-list > li > article {
                width: 0.8rem;
                height: 0.93rem;
                position: absolute;
                top: 0rem;
                left: -0.4rem;
                background-image: url('../img/trademark_case/after_sale_bak.png');
                background-size: contain;
                color: #FFF;
                line-height: 0.93rem;
                font-size: 0.12rem;
                text-align: center;
            }

/*///////////////////////////////   商标变更  开始   ///////////////////////*/
/*///////////////////////////////   商标变更  开始   ///////////////////////*/
section.change-process > img {
    width: 100%;
}
ul.change-advantage {
    background-image: url('../img/trademark_case/change_advantage_bak.jpg');
}

/*///////////////////////////////   商标续展  开始   ///////////////////////*/
/*///////////////////////////////   商标续展  开始   ///////////////////////*/
section.apply-material > img {
    width: 100%;
}
/* 申请所需材料 */
ul.apply-material-list {
    padding: 0.2rem;
    display: flex;
    flex-flow: wrap;
    /* justify-content: space-around; */
    justify-content: space-between;
}
    ul.apply-material-list > li {
        width: 1.5rem;
        height: 1.7rem;
        border-radius: 0.1rem;
        border: 1px solid #b5b5b5;
        padding: 0.22rem;
        font-size: 0;
        margin-bottom: 0.1rem;
        margin-top: 0.1rem;
    }
        ul.apply-material-list > li img {
            width: 0.65rem;
        }
        ul.apply-material-list > li h2 {
            font-size: 0.13rem;
            padding-top: 0.18rem;
        }
    

/*///////////////////////////////   商标转让  开始   ///////////////////////*/
/*///////////////////////////////   商标转让  开始   ///////////////////////*/
/* 贴心售后，为您解忧 */
section.handling-process > img {
    width: 100%;
}
    ul.TF-after-sale-list {
        padding: 0.2rem 0.25rem;
    }
        ul.TF-after-sale-list > li {
            height: 0.7rem;
            background-color: #e5e5e5;
            position: relative;
            display: flex;
            flex-flow: wrap;
            text-align: left;
            align-content: center;
        }
        ul.TF-after-sale-list > li:nth-child(odd){
            margin-left: 0.4rem;
            padding-left: 0.45rem;
            padding-right: 0.45rem;
        }
        ul.TF-after-sale-list > li:nth-child(even){
            padding-right: 0.45rem;
            padding-left: 0.5rem;
            margin-right: 0.4rem;
        }
        ul.TF-after-sale-list > li:not(:last-child){
            margin-bottom: 0.22rem;
        }
        ul.TF-after-sale-list > li::after {
            content: "";
            position: absolute;
            top: 0;
            width: 0;
            height: 0;
            border-bottom: 0.7rem solid #FFF;
        }
        ul.TF-after-sale-list > li:nth-child(odd)::after {
            right: 0;
            border-left: 0.4rem solid transparent;
        }
        ul.TF-after-sale-list > li:nth-child(even)::after {
            left: 0;
            border-right: 0.4rem solid transparent;
        }
            ul.TF-after-sale-list > li > h5 {
                color: #6e6e6e;
                font-size: 0.1rem;
                line-height: 0.1rem;
                position: relative;
            }
            ul.TF-after-sale-list > li > h5::after {
                content: "";
                position: absolute;
                top: 0.01rem;
                left: -0.1rem;
                width: 0.08rem;
                height: 0.08rem;
                background-size: contain;
                background-image: url('../img/trademark_case/after_sale_item.png');
            }
            
            ul.TF-after-sale-list > li > article {
                width: 0.7rem;
                height: 0.7rem;
                border-radius: 50%;
                border: 0.03rem solid red;
                position: absolute;
                top: 0rem;
                background-size: contain;
                color: #3a3a3a;
                line-height: 0.64rem;
                font-size: 0.12rem;
                text-align: center;
                background-color: #FFF;
            }
                ul.TF-after-sale-list > li:nth-child(odd) > article {
                    left: -0.4rem;
                }
                ul.TF-after-sale-list > li:nth-child(even) > article {
                    right: -0.4rem;
                }

/*///////////////////////////////   版权转让  开始   ///////////////////////*/
/*///////////////////////////////   版权转让  开始   ///////////////////////*/
/* 成功案例 */
ul.copyright-case-list {
    padding: 0.15rem 0.25rem 0.3rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
    ul.copyright-case-list > li {
        width: 1.37rem;
        height: 1.72rem;
        border: 1px solid #b5b5b5;
        overflow: hidden;
    }
    ul.copyright-case-list > li:not(:nth-last-child(-n+2)){
        margin-bottom: 0.08rem;
    }
        ul.copyright-case-list > li img {
            width: 100%;
        }
        section.copyright-case span.swiper-pagination-bullet {
            background-color: #a0a0a0;
        }
        section.copyright-case span.swiper-pagination-bullet-active {
            background-color: #d80b14;
        }

/* 贴心售后，为您解忧 */
ul.CR-after-sale-list {
    padding: 0.2rem 0.4rem 0.2rem 0.6rem;
    counter-reset: service_item 0;
}
    ul.CR-after-sale-list > li {
        display: flex;
        flex-flow: wrap;
        width: 2.72rem;
        height: 0.9rem;
        border: 1px solid #a0a0a0;
        border-radius: 0.05rem;
        padding: 0.1rem 0.1rem 0.1rem 0.4rem;
        position: relative;
        counter-increment: service_item;
    }
    ul.CR-after-sale-list > li:not(:last-child){
        margin-bottom: 0.04rem;
    }
        ul.CR-after-sale-list > li::after {
            content: counter(service_item);
            position: absolute;
            left: -0.28rem;
            top: 0.16rem;
            width: 0.57rem;
            height: 0.57rem;
            line-height: 0.57rem;
            font-size: 0.35rem;
            color: #979797;
            background-image: url('../img/index/intimate_bak.png');
            background-size: contain;
        }
            ul.CR-after-sale-list > li > h2 {
                font-size: 0.12rem;
                padding-bottom: 0.05rem;
            }
            ul.CR-after-sale-list > li > h3 {
                font-size: 0.09rem;
                color: #6e6e6e;
                height: 0.85rem;
                overflow: hidden;
                text-align: left;
            }

/*///////////////////////////////   软件著作权  开始   ///////////////////////*/
/*///////////////////////////////   软件著作权  开始   ///////////////////////*/
/* 准备以下材料 */
ul.software-data-list {
    display: flex;
    flex-flow: wrap;
    padding: 0.2rem 0rem;
    justify-content: space-around;
}
    ul.software-data-list > li {
        width: 1.5rem;
    }
    ul.software-data-list > li:not(:nth-last-child(-n+2)) {
        margin-bottom: 0.2rem;
    }
        ul.software-data-list > li > img {
            width: 100%;
            height: 0.78rem;
        }
        ul.software-data-list > li > h4 {
            height: 0.6rem;
            display: flex;
            padding: 0.1rem 0.08rem;
            justify-content: center;
            align-items: center;
            color: #707070;
            font-size: 0.12rem;
            border-left: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
        }
        ul.software-data-list > li button {
            width: 100%;
            height: 0.3rem;
            color: #d80b14;
            border: 1px solid #d80b14;
            font-size: 0.12rem;
        }


/*///////////////////////////////   专利  开始   ///////////////////////*/
/*///////////////////////////////   专利  开始   ///////////////////////*/
/* 专利列表 */
section.patent-affairs {
    padding: 0.05rem 0.07rem;
}
    ul.patent-list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.25rem;
    }
        ul.patent-list > li {
            width: 1.15rem;
            height: 0.35rem;
            background-color: #e5e5e5;
            color: #444;
            line-height: 0.35rem;
            text-align: center;
            position: relative;
            font-size: 0.12rem;
        }
        ul.patent-list > li.active{
            background-color: #d80b14;
            color: #fff;
        }
        ul.patent-list > li.active::after {
            content: "";
            position: absolute;
            left: 0.49rem;
            bottom: -0.2rem;
            border: 0.1rem solid transparent;
            border-top-color: #d80b14;
        }
        section.patent-affairs > h4 {
            min-height: 1.25rem;
            
            padding: 0.15rem;
            font-size: 0.12rem;
            color: #959595;
            text-align: left;
            box-shadow: 0rem 0rem 0.1rem #e5e5e5;
        }
            section.patent-affairs > h4 > span {
                font-size: 0.15rem;
                color: #000;
                display: inline-block;
                margin-right: 0.1rem;
            }
            section.patent-affairs > h4 > span:nth-of-type(2){
                margin-top: 0.1rem;
            }

/* 申请流程 */
section.patent-process {
    /* height: 6.2rem; */
    padding-bottom: 0.2rem;
    background-image: url('../zhiyi/zl/process_bak.jpg');
    background-size: cover;
    background-position: bottom;
}
    section.patent-process > img {
        width: 100%;
    }
    section.patent-process > div {
        width: 2.75rem;
        margin: 0 auto;
    }
    section.patent-process > div:last-of-type {
        margin-top: 0.12rem;
    }
        section.patent-process > div > h3 {
            background-color: #eee;
            font-size: 0.15rem;
            color: #000;
            line-height: 0.34rem;
        }
        section.patent-process > div > ul {
            background-color: rgba(230, 230, 230, 0.7);
            height: 1.35rem;
            display: flex;
        }
            section.patent-process > div > ul > li {
                flex: 1;
                font-size: 0.12rem;
                color: #434343;
                position: relative;
            }
            section.patent-process > div > ul > li:first-child::before {
                content: "";
                position: absolute;
                width: 1px;
                height: 0.37rem;
                top: 0.45rem;
                right: 0rem;
                background-color: #a1a1a1;
            }
            div.patent-personal > ul > li {
                padding: 0.3rem 0.2rem;
            }
                div.patent-personal img {
                    width: 0.35rem;
                    padding-bottom: 0.12rem;
                }
            div.enterprise-personal > ul > li {
                padding: 0.1rem 0.2rem;
            }
                div.enterprise-personal img {
                    width: 0.27rem;
                    padding-bottom: 0.02rem;
                }

/* 专家团队 */
section.patent-team img {
    width: 100%;
}

/* 贴心售后，为您解忧 */
ul.patent-service-list {
    display: flex;
    padding: 0.3rem 0.18rem 0.18rem 0.18rem;
    justify-content: space-between;
    counter-reset: service_item 0;
}
    ul.patent-service-list > li {
        width: 1.1rem;
        height: 1.5rem;
        padding: 0.43rem 0.1rem 0.09rem;
        position: relative;
        counter-increment: service_item;
        background-image: url('../img/patent/after_sale_bak.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    ul.patent-service-list > li:not(:last-child){
        margin-right: 0.06rem;
    }
        ul.patent-service-list > li::after {
            content: counter(service_item);
            position: absolute;
            left: 0.45rem;
            top: -0.17rem;
            font-size: 0.32rem;
            color: #81191a;
        }
            ul.patent-service-list > li > h2 {
                font-size: 0.12rem;
                padding-bottom: 0.05rem;
            }
            ul.patent-service-list > li > h3 {
                font-size: 0.1rem;
                color: #626262;
                height: 0.85rem;
                overflow: hidden;
                text-align: left;
            }





/*///////////////////////////////   企业知识产权贯标  开始   ///////////////////////*/
/*///////////////////////////////   企业知识产权贯标  开始   ///////////////////////*/
/* 什么是企业知识产权贯标 */
section.iso-describe {
    padding: 0.25rem 0.17rem;
}
    section.iso-describe > p {
        height: 1.3rem;
        border: 1px solid #b5b5b5;
        padding: 0.25rem 0.1rem 0.18rem;
        color: #7d7d7d;
        font-size: 0.12rem;
        line-height: 0.17rem;
        text-align: left;
        position: relative;
    }
    section.iso-describe > p::after {
        content: "什么是企业知识产权贯标？";
        position: absolute;
        left: 0.64rem;
        top: -0.15rem;
        width: 2.12rem;
        height: 0.3rem;
        background-color: #e5e5e5;
        font-size: 0.14rem;
        color: #434343;
        text-align: center;
        line-height: 0.3rem;
    }

/* 贯标对企业的好处 */
ul.iso-benefit-list {
    padding: 0.15rem;
}
    ul.iso-benefit-list > li {
        box-shadow: 0rem 0rem 0.1rem #e5e5e5;
    }
    ul.iso-benefit-list > li:first-child {
        margin-bottom: 0.2rem;
    }
        ul.iso-benefit-list > li > h2 {
            font-size: 0.18rem;
            color: #FFF;
            line-height: 0.37rem;
            background: linear-gradient(#ea1f2e, #fa6433);
        }
        ul.iso-benefit-list > li > div {
            /* height: 2.45rem; */
            background-color: #FFF;
            padding: 0.1rem 0.25rem 0.6rem;
            position: relative;
        }
            ul.iso-benefit-type {
                display: flex;
            }
                ul.iso-benefit-type > li {
                    flex: 1;
                    line-height: 0.27rem;
                    color: #d80b14;
                    border: 1px solid #d80b14;
                    font-size: 0.12rem;
                    margin-bottom: 0.1rem;
                }
                ul.iso-benefit-type > li:not(:last-of-type){
                    margin-right: 0.12rem;
                }

            ul.iso-benefit-list > li > div > h4 {
                font-size: 0.12rem;
                color: #626262;
                line-height: 0.2rem;
                text-align: left;
            }
            ul.iso-benefit-list > li > div button {
                width: 1.5rem;
                height: 0.3rem;
                color: #d80b14;
                border: 1px solid #d80b14;
                position: absolute;
                bottom: 0.15rem;
                left: 50%;
                margin-left: -0.725rem;
            }



/* 为您全面解决企业贯标问题 */
section.iso-problem {
    height: 2.27rem;
    padding: 0rem 0.2rem;
    background-image: url('../zhiyi/xinxiliu/iso_problem_bak.jpg');
}
    section.iso-problem > p {
        text-align:center;
        color: #FFF;
        font-size: 0.22rem;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        letter-spacing:0.04rem;
    }
    section.iso-problem div> span {
        display: inline-block;
        font-size: 0.14rem;
        color: #FFF;
    }
    section.iso-problem div> input {
        width: 2.6rem;
        line-height: 0.35rem;
        border-radius: 0.05rem;
        padding: 0rem 0.13rem;
        font-size: 0.13rem;
        margin-bottom: 0.17rem;
    }
    section.iso-problem button {
        width: 3.1rem;
        height: 0.35rem;
        color: #710908;
        border-radius: 0.05rem;
        background: linear-gradient(#ffe04d, #ff9025);
    }
    
    section.Success ul{
    	text-align: left;
    	padding-left:0.1rem ;
    	    padding-top: 0.2rem;
    }
   section#map {
    height: 2.3rem;
    margin: 0.2rem;
    border: 1px solid #999;
}
    section.Success ul li{
    	position: relative;
    	padding-left: 49px;
    	line-height: 30px;
    }
    section.Success ul li:last-child{
    	line-height: 15px;
    }
    section.Success ul li img{
    	position: absolute;
    	left: 0px; top: 0px;
    }
    section.Success li {
    margin-bottom: 0.1rem;
    margin-left: 0.01rem;
}

/* 贯标常见问题 */
section.iso-common {
    padding-bottom: 0.3rem;
}
    section.iso-common > img {
        height: 1.3rem;
        vertical-align: top;
        margin-top: 0.1rem;
    }
    ul.iso-common-list {
        width: 2.1rem;
        color: #838383;
        font-size: 0.12rem;
        display: inline-block;
        padding-top: 0.2rem;
        z-index: 2;
    }
        ul.iso-common-list > li {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 0.12rem;
            line-height: 0.2rem;
            padding-left: 0.1rem;
            position: relative;
        }
        ul.iso-common-list > li::after {
            content: "●";
            position: absolute;
            left: 0.01rem;
            top: 0rem;
            font-size: 0.1rem;
            z-index: 3;
        }


#swiper_about .swiper-button-next{
	
	background-image: url(../img/about/未标题-3.jpg);
}
#swiper_about .swiper-button-prev
{
	
	background-image: url(../img/about/未标题-2.jpg);
}

/*///////////////////////////////   免费查询  开始   ///////////////////////*/
section.query {
    background-image: url('../zhiyi/shangb/sbcx.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: #2f1e09;*/
    height: 4.6rem;
    padding-top: 0.45rem;
    padding-bottom: 0.6rem;
}

    section.query > h2 {
        color: #fff100;
        font-size: 0.22rem;
    }
    section.query > h5 {
        color: #fff;
        font-size: 0.12rem;
        padding-bottom: 0.25rem;
    }
        section.query > h5 > span {
            color: #fff100;
            font-size: 0.12rem;
        }
    ul.query-list {
        width: 80%;
        margin: 0 auto;
    }
        ul.query-list > li {
            background-color: #f2f2f2;
            height: 0.43rem;
            font-size: 0.14rem;
            padding: 0.12rem 0.18rem;
            border-radius: 0.1rem;
            margin-bottom: 0.2rem;
            overflow: hidden;
            text-align: left;
        }
            ul.query-list > li > input {
                background: none;
                padding-left: 0.1rem;
				width:57%;
            }
        section.query > button {
            height: 0.43rem;
            width: 80%;
            background-color: red;
            color: #fff;
            font-size: 0.17rem;
            border-radius: 0.1rem;
        }
		
section.tijiaosb input{
            height: 0.43rem;
            width: 80%;
            background-color: red;
            color: #fff;
            font-size: 0.17rem;
            border-radius: 0.1rem;
        }
		
		
        section.query > footer {
            background-color: rgba(0,0,0,0.3);
            height: 0.27rem;
            color: #FFF;
            font-size: 0.12rem;
            line-height: 0.27rem;
            margin-top: 0.32rem;
            overflow: hidden;
        }
            section.query > footer > img {
                height: 0.15rem;
                vertical-align: top;
                margin-top: 0.06rem;
            }
            ul.query-order-turn {
                display: inline-block;
                transition: all 0.5s;
                transform: translate3d(0px, 0%, 0px);
            }
                ul.query-order-turn > li {
                    line-height: 0.27rem;
                }
				
				
