body {
    background-color:#f2f2f2;
}
#k_s_ol_floatWin {
    display: none !important;
}
.patent-head {
    width: 100%;
    height: 226px;
    background: url("../image/patent-head.png")/*tpa=https://style.sudoyu.com/maihuiipr/mhpatent/case/applice/patent-head.png*/ no-repeat center;
}
.patent-tab {
   
    width: 100%;
    height: 59px;
    background-color: #2a549e;
}
.patent-tabCenter {
    width: 1200px;
    height: 59px;
    margin: 0 auto;
}
.patent-tabCenter ul {
    width: 100%;
    height: 100%;
}
.patent-tabCenter ul li {
    cursor: pointer;
    width: 240px;
    height: 100%;
    text-align: center;
    line-height: 56px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.patent-tabCenter ul li::after {
    content:'';
    position: absolute;
    right: -2px;
    top: 22px;
    width: 2px;
    height: 15px;
    background-color:#466fb8;
    
}
.patent-tabCenter ul li span {
    font-size: 16px;
    color: #fff;
    margin-left: 8px;
}
.patent-tabCenter ul .active-color {
    background-color: #466fb8;
}
.patent-tabCenter ul .active-color::after {
    content:'';
    position: absolute;
    right: 0;
    top: 22px;
    /* width: 2px; */
    /* height: 15px; */
    /* background-color:#2a549e; */
}
.search-box {
    width: 100%;
    height: 112px;
}
.search-box .search-center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 28px;
    box-sizing: border-box;
}
.search-box .search-center .search-type {
    width: 286px;
    height: 48px;
    padding: 12px 20px;
    /* padding-top: 12px; */
    box-sizing: border-box;
    background-color: #f6f6f6;
    border: 1px solid #e2e2e2;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
 .search-box .search-center .search-type .select{
        position: absolute;
        width: 285px;
        min-height: 126px;
        background-color: #fff;
        z-index: 10; 
        top: 46px;
        left: 0px;
        border: 1px solid #e2e2e2;
        /* padding: 14px 0px; */
        display: none;
}
.search-box .search-center .search-type .select ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 16px;
    
    /* line-height: 20px; */
    
}
.search-box .search-center .search-type .select ul li:hover{
    background-color: #466fb8;
    color: #fff;
}
.search-box .search-center .search-type .select::after {
    /* position: absolute;
    content: '';
    width:0;
    height:0;
    border: 10px solid transparent;
    border-bottom-color: #e2e2e2;
    top: -20px;
    left: 93px; */
}
.search-box .search-center .search-type .img-type {
    width: 38px;
    height: 18px;
    line-height: 18px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.input-type {
    float: left;
    width: 170px;
}
.input-type span {
    font-size: 14px;
    color: #9f9f9f;
}
.search-box .search-center .search-type .img-type::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    top: 4px;
    right: 0;
    background-color: #d3d3d3;
}
.search-box .search-center .search-find {
    width: 225px;
    height: 48px;
    background-color: #c92423;
    float: left;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}
.search-box .search-center .search-find a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.main-box {
    width: 100%;
    margin-top: 17px;
}
.main-center {
    width: 1200px;
    min-height: 100px;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 30px;
    box-sizing: border-box;
}
.main-center .main-patentCe {

}
.patentCe-logoBox .patentCe-logo {
    position: relative;
}
.patentCe-logoBox .patentCe-logo::after {
    content:'';
    position: absolute;
    right: 0;
    top: 20px;
    width: 1000px;
    height: 2px;
    background-color:#e2e8f3;
}
.main-center .main-patentCe .main-applice {
    width: 100%;
    height: 340px;
    margin-top: 10px;
    /* background-color: bisque; */
}
.main-center .main-patentCe .main-applice .applice-smbox {
    width: 200px;
    height: 112px;
    background-color: #f6f6f6;
    margin-top: 32px;
    float: left;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s;
}
.main-center .main-patentCe .main-applice .applice-smbox a {
    display: block;
    width: 100%;
    height: 100%;
}
.main-center .main-patentCe .main-applice .applice-smbox:hover{
    transform: translate(0,-6px);
}
.main-center .main-patentCe .main-applice .applice-smbox .applice-num {
    position: absolute;
    left: 17px;
    top: 14px;
}
.smbox-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 58px;
    margin-top: -29px;
    width: 170px;
    margin-left: -85px;
}
.smbox-text img {
    margin-bottom: 5px;
}
.smbox-text h4 {
    font-size: 15px;
}
.main-center .main-patentCe .main-applice .applice-jian {
    float: left;
    width: 35px;
    height: 112px;
    margin-top: 32px;
    text-align: center;
    line-height: 112px;
}

.main-service .service-box {
    width: 100%;
    height: 405px;
    margin-top: 10px;
}
.main-service .service-box .service-smbox {
    width: 370px;
    height: 88px;
    float: left;
    margin-top: 30px;
    margin-right: 15px;
    border: 1px solid #e8e8e8;
    transition: all 0.5s;
}
.main-service .service-box .service-smbox:hover{
    box-shadow:5px 10px  10px  #f2f2f2e3;
}
.main-service .service-box .service-smbox a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main-service .service-box .service-smbox .smbox-left {
    width: 85px;
    height: 88px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 88px;
    float: left;
    margin-right: 22px;
}
.main-service .service-box .service-smbox .smbox-p {
    /* margin-left: 22px; */
    margin-top: 23px;
    height: 88px;
    /* line-height: 35px; */
    /* padding-top: 23px; */
    
    /* height: 100%; */

}
.main-service .service-box .service-smbox .smbox-p p{
    font-size: 16px;
    /* line-height: 16px; */
    line-height: 28px;

}
.main-service .service-box .service-smbox .smbox-p span {
    color: #4179c7;
    margin-right: 8px;
}
.main-service .service-box .service-smbox:nth-child(3n) {
    margin-right: 0px;
}

.main-zx .zx-box{
    width: 100%;
    height: 386px;
    margin-top: 10px;
    
}
.main-zx .zx-box .sm-box {
    /* overflow: hidden; */
    width: 562px;
    margin-top: 30px;
    transition: all 0.5s;
    float: left;
    margin-right: 15px;
    height: 102px;
    background: url("../image/patent-smbg.png")/*tpa=https://style.sudoyu.com/maihuiipr/mhpatent/case/applice/patent-smbg.png*/ no-repeat center;
}
.main-zx .zx-box .sm-box:hover{
    box-shadow:5px 10px  10px  #f2f2f2e3;
}
.main-zx .zx-box .sm-box a {
    display: block;
    width: 100%;
    height: 100%;
}
.main-zx .zx-box .sm-box:nth-child(2n) {
    margin-right: 0px;
}
.main-zx .zx-box .sm-box .sm-logo {
    width: 95px;
    height: 100%;
  
    text-align: center;
    line-height: 102px;
    float: left;
}
.main-zx .zx-box .sm-box .sm-text {
    float: left;
    height: 102px;
    /* line-height: 102px; */
    padding-top: 30px ;
    box-sizing: border-box;
}
.main-zx .zx-box .sm-box .sm-text  p {
    font-size: 16px;
    line-height: 28px;
    /* display: inline-block; */
}
.main-zx .zx-box .sm-box .sm-text span{
    /* display: block; */
    font-size: 14px;
    color: #999999;
}

.foot-findService {
    width: 100%;
    height: 118px;
    background-color: #484848;
    position: fixed;
    /* bottom: -50px; */
    bottom: 0px;
    z-index: 20;
}
.foot-findService .service-center {
    width: 1200px;
    height: 100%;
    /* background-color: #fff; */
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}
.foot-findService .service-center .girl-img {
    position: absolute;
    top: -49px;
    left: -18px;
}


.foot-findService .service-center .search-type {
    width: 260px;
    height: 48px;
    padding: 12px 20px;
    /* padding-top: 12px; */
    box-sizing: border-box;
    background-color: #f6f6f6;
    border: 1px solid #e2e2e2;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}
.search-type .getCode {
  text-align: center;
  position: absolute;
  font-size: 14px;
  right: 5px;
  top: 11px;
  font-family: MicrosoftYaHei;
  color: #C92423;
}
.search-type #codeHtml{
  display: none;
}
.search-type #codeTopHtml{
  display: none;
}
.foot-findService .service-center .search-type .img-type {
    width: 38px;
    height: 18px;
    line-height: 18px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.foot-findService .service-center .input-type {
    float: left;
    width: 145px;
}
.foot-findService .service-center .input-type span {
    font-size: 14px;
    color: #9f9f9f;
}
.foot-findService .service-center .search-type .img-type::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    top: 4px;
    right: 0;
    background-color: #d3d3d3;
}

.foot-findService .service-center .search-type .select ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 16px;
    
}
.foot-findService .service-center .search-type .select ul li:hover{
    background-color: #466fb8;
    color: #fff;
}

.foot-findService .service-center .search-type .select {
    position: absolute;
    width: 260px;
    min-height: 126px;
    background-color: #fff;
    z-index: 10; 
    top: -127px;
    left: -1px;
    border: 1px solid #e2e2e2;
    /* padding: 14px 0px; */
    display: none;
}

.foot-findService .service-center .search-find {
    width: 157px;
    height: 48px;
    background-color: #c92423;
    float: left;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    font-size: 14px;
}
.foot-findService .service-center .search-find a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.service-center .service-box {
    margin-top: 39px;
    margin-left: 233px;
    float: left;
}

.right-service {
    width: 162px;
    height: 307px;
    background-color: #ad1615;
    position: fixed;
    top: 250px;
    right: 0px;
    z-index: 8;
}
.phone-top {
    background-color: #c92423;
    /* background: url("../image/../../images/web/applice/patent-mb.png") no-repeat center; */
    width: 100%;
    height: 70px;
    text-align: center;
    padding-top: 10px;
}
.phone-top span {
    font-size: 14px;
    color: #fff;
    position: relative;
}
.phone-top span::after{
    content: '';
    width: 6px;
    height: 1px;
    position:absolute;
    background-color: #fff;
    right: -12px;
    top: 10px;
}
.phone-top span::before{
    content: '';
    width: 6px;
    height: 1px;
    position:absolute;
    background-color: #fff;
    left: -12px;
    top: 10px;
}
.phone-top p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.service-mainBox {
    width: 100%;
    height: 257px;
    padding: 20px 10px 0 14px;
    /* padding-bottom: 0px; */
    box-sizing: border-box;
}
.service-mainBox .service-smbox {
    width: 134px;
    height: 34px;
    cursor: pointer;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
  
    border: 1px solid #d68a8a;
    margin-bottom: 12px;
}
.service-mainBox .service-smbox a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.service-mainBox .service-smbox a:hover {
    color: #000;
    background-color: #fff;
}
.service-mainBox .service-smbox:nth-child(4){
    margin-bottom: 5px;
}
.back-top {
    width: 134px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.back-top a span{
    color: #fff;
}
.right-service .right-girl {
    position: absolute;
    top: -137px;
    left: 18px;
}