
.home-banner {
    width: 100%;
    height: 400px;
    position: relative;
}
.home-banner .banner-box {
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.home-banner .banner-bg {
    height: 100%;
    background-image: url(https://zdspat.oss-cn-hangzhou.aliyuncs.com/system/home/banner1.jpg);
    background-position: center;
    text-align: center;
    overflow:hidden;
}
/*.home-banner .banner-bg .banner-img {*/
/*    !*margin: 0 -100%;*!*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.home-banner .left-navs {
    position: absolute;
    top: 21px;
    width: 210px;
    font-size: 18px;
    color: #FFFFFF;
    background: #500B0F;
}
.home-banner .left-navs li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid;
    margin-left: 15px;
    margin-right: 15px;
}
.home-banner .left-navs li:last-child {
    border-bottom: none;
}
.home-banner .left-navs li.on{
    background: #E50113;
    padding-left:15px;
    padding-right:15px;
    margin-left: 0;
    margin-right: 0;
    border-bottom:none;
}
.home-banner .left-navs .nav-item {
    cursor:pointer;
    padding-left: 10px;
    padding-right: 15px;
}
.home-banner .left-navs .nav-item a {
    color: #ffffff;
    display: block;
}
.home-banner .center-navs{
    position: absolute;
    left: 210px;
    top: 21px;
    width: 700px;
    height: 360px;
    font-size: 18px;
    background: #ffffff;
    padding:30px;
    display: none;
}
.home-banner .center-navs.show{
    display: block;
}
.home-banner .center-navs dl{
    margin-bottom: 20px;
    clear: both;
    position: relative;
    float:left;
}
.home-banner .center-navs dt{
    float:left;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 35px;
    text-align: right;
    position: relative;
}
.home-banner .center-navs dt img{
    width: 4px;
    height: 8px;
    float: right;
    margin-left: 10px;
    position: relative;
    top:14px;
    right:0;
}
.home-banner .center-navs dd{
   margin-left:90px;
}
.home-banner .center-navs a{
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    margin-right:20px;
    max-width: 160px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.home-banner .center-navs a:hover{
    color: #E50113;
}
/******交易动态 start *******/
.home-banner .right-side {
    float: right;
    width: 270px;
    height: 300px;
    background: #ffffff;
    margin-top: 40px;
}
.deal-list {
    margin: 15px;
    overflow:hidden;
}
.deal-list .deal-list-tit {
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 10px;
}
.deal-list .deal-list-tit span{
    color: #666666;
    font-size: 16px;
}
#index-buy-form .form-content{
    margin-bottom: 10px;
}
#index-buy-form .form-content .input-box{
    line-height: 35px;
    height: 35px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    position: relative;
    width: 100%;
}
#index-buy-form .form-content .input-box input{
    border: none;
    width: 100%;
    padding-left:25px;
    padding-right:5px;
}
#index-buy-form .form-content .input-box .icon{
    position: absolute;
    left: 5px;
}
#index-buy-form .form-content .input-box .icon image{
    width: 14px;
    height: 14px;
}
#index-buy-form .form-content.flex .flex-2{
    width: 400px;
}
#index-buy-form .form-content.flex .btn-box{
    border:none;
}
#index-buy-form .form-content.flex .btn-box .btn{
    background: #EB3251;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    height: 35px;
    width: 100%;
}
#index-buy-form .form-content.flex .btn-box .btn:disabled {
    background: #DDDDDD;
}
#index-buy-form .form-content.flex .flex-1{
    margin-left: 10px;
}
#index-buy-form .index-buy-form-button{
    background: #EB3251;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    height: 35px;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
}
.index-buy-segmentation{
    position: relative;
    height: 1px;
    background: #999999;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.index-buy-segmentation .title{
    position: absolute;
    left: 75px;
    width: 90px;
    top: -10px;
    background-color: #ffffff;
    text-align: center;
}
#index-buy-form .form-content{
    display: flex;
}
.deal-list-body li {
    border-bottom: 1px dashed #DDDDDD;
}
.deal-list ul{
    overflow:hidden;
}
.deal-list-body .deal-item {
    font-size: 10px;
    font-weight: light;
    padding-bottom: 12px;
    padding-top:12px;
}
.deal-list-body li .time {
    width: 80px;
    height: 20px;
    display: inline-block;
    background-color: #E50012;
    color: #ffffff;
    /*float: left;*/
    padding-left: 5px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
}
.deal-list-body li .desc {
    /*float: right;*/

}
/*.deal-list {*/
/*    float: right;*/
/*}*/
/******交易动态 end *******/

/******热门领域 start *******/
.hot-box {
    color: #E50012;
    height: 190px;
    box-shadow: 0px 0px 5px #000000;
    z-index: 100;
    background: #ffffff;
    margin-bottom: -95px;
}
.hot-box .left {
    width: 230px;
    height: 100%;
    text-align: center;
}
.hot-box .left .title{
    text-align: center;
    padding-top: 65px;
    font-size: 25px;
    font-weight: bold;
}
.hot-box .left .more-btn {
    color: #E50012;
    /*text-align: center;*/
    border: 1px solid #E50012;
    border-radius: 23px;
    cursor: pointer;
    /*line-height: 42px;*/
    margin-top: 24px;
    font-size: 12px;
    width: 70px;
    display: inline-block;
    padding: 7px 10px;
}
.hot-box .left .more-btn:hover {
    color: #ffffff;
    background-color: #E50012;
}
.hot-box .right {
    /*width: 925px;*/
    height: 100%;
    background-color: #ffffff;
    position: relative;
}
.hot-box .hot-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 150px;
    width: 895px;
    margin: 20px 30px;
}
.hot-box .hot-item {
    width: 140px;
    height: 150px;
    background-color: #ffffff;
    border: 1px solid #E50012;
    position: relative;
}
.hot-box .hot-item .img-top {
    padding-top : 30px;
    height: 115px;
    text-align: center;
}
.hot-box .hot-item .hover-show, .hot-box .hot-item:hover .init-show {
    display: none;
}
.hot-box .hot-item:hover .hover-show {
    display: inline-block;
}
.hot-box .hot-item .title {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    bottom: 30px;
    color: #E50012;
}
.hot-box .hot-item:hover {
    background-color: #E50012;
    color: #ffffff;
}
.hot-box .hot-item:hover .title {
    color: #ffffff;
}
/******热门领域 end *******/



.home-patent-box {
    height: 500px;
    padding: 10px;
    background: #ffffff;
}
.home-patent-box .left-side {
    width: 236px;
    height: 480px;
    float: left;
}
.home-patent-box .right-side {
    width: 935px;
    float: right;
}
.home-patent-box .right-side .layui-tab {
    position: relative;
    margin: 0px;
}
.home-patent-box .right-side .layui-tab .index-flex-prev{
    position: absolute;
    left: 10px;
    top: 200px;
    background-color: #888888;
    padding-top:20px;
    padding-bottom: 20px;
}
.home-patent-box .right-side .layui-tab .index-flex-prev.on{
    background-color: #cccccc;
}
.home-patent-box .right-side .layui-tab .index-flex-next{
    position: absolute;
    right: 10px;
    top: 200px;
    background-color: #888888;
    padding-top:20px;
    padding-bottom: 20px;
}
.home-patent-box .right-side .layui-tab .index-flex-next.on{
    background-color: #cccccc;
}
#myTabContent .tab-item{
    display: none;
}
#myTabContent .tab-item.on{
    display: block;
}
#scrollDiv {
    overflow: hidden;
    margin-top: 5px;
    height: 310px;
}
.home-patent-box .right-side .layui-tab .index-flex-patent-prev{
    position: absolute;
    left: 10px;
    top: 250px;
    background-color: #888888;
    padding-top:20px;
    padding-bottom: 20px;
}
.home-patent-box .right-side .layui-tab .index-flex-patent-prev.on{
    background-color: #cccccc;
}
.home-patent-box .right-side .layui-tab .index-flex-patent-next{
    position: absolute;
    right: 10px;
    top: 250px;
    background-color: #888888;
    padding-top:20px;
    padding-bottom: 20px;
}
.home-patent-box .right-side .layui-tab .index-flex-patent-next.on{
    background-color: #cccccc;
}
.home-patent-box .right-side .tab-head li {
    width: 33.3%;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-size: 17px;
    font-weight: normal;
}
.home-patent-box .right-side .layui-tab-content {
    padding: 0px;
}
.home-patent-box .right-side .layui-tab-title {
    height: auto;
}
.home-patent-box .right-side .layui-tab-title li {
    padding: 0px;
}
.home-patent-box .right-side .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
}
.home-patent-box .right-side .patent-list {
    display: flex;
    flex-wrap: wrap;
    /*padding: 25px 50px;*/
    padding: 20px 40px;
    background: #F3F2F8;
    justify-content: space-between;
    /*justify-content: flex-start;*/
    flex-wrap: wrap;
    /*height: 430px;*/
    height: 440px;
    align-content: space-between;
}
.home-patent-box .right-side .patent-item {
    width: 205px;
    /*height: 212px;*/
    /*float: left;*/
    text-align: center;
    background: #FFFFFF;
    /*border: 1px solid #F3F5F7;*/
    /*margin-bottom: 11px;*/
    /*margin-right: 10px;*/
}
/*.home-patent-box .right-side .patent-item:hover {*/
/*    !*box-shadow: 0 2px 6px 2px hsla(0, 0%, 86%, .5);*!*/
/*    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);*/
/*}*/
.home-patent-box .right-side .patent-item:nth-child(4n+0) {
    margin-right: 0px;
}
.patent-market-box .right-side .patent-list .item-img {
    width: 100px;
    height: 140px;
    margin: 13px auto 10px;
}
.home-patent-box .right-side .patent-list .item-img img {
    max-width: 100%;
}
.home-patent-box .right-side .patent-list .item-desc {
    font-size: 12px;
    margin: 0 25px;
    color: #454648;
    padding-bottom: 14px;
}
.home-patent-box .right-side .patent-list .item-title {
    font-size: 16px;
    font-weight: 600;
    /*line-height: 16px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}
.home-patent-box .right-side .patent-list .item-num {
    line-height: 13px;
    margin-top: 8px;
    color: #999999;
}

img.two-arrow-down {
   margin-top: 15px;
}

/*专利超市 start*/
.market-box-title, .market-box-title a  {
    color: #E83820;
}
.patent-market-box .left-side{
    background-image: url(../img/index/side/side-1.jpg)
}
.patent-market-box .tab-head li a {
    line-height: 60px;
    color: #4C4948;
    font-size: 17px;
}
.patent-market-box .tab-head li.layui-this > a{
    background: #E83820 !important;
    color: #ffffff;
}
/*专利超市 end*/

/*精品专利 start*/
.boutique-box-title, .boutique-box-title a {
    color: #6364FF;
}
.patent-boutique-box .tab-head li a {
    line-height: 60px;
    color: #4C4948;
    font-size: 17px;
}
.patent-boutique-box .left-side{
    background-image: url("https://zdspat.oss-cn-hangzhou.aliyuncs.com/system/home/boutique-left.png")
}
.patent-boutique-box .right-side .patent-list .item-img {
    /*width: 198px;*/
    height: 140px;
    margin-top: 13px;
}
.patent-boutique-box .tab-head li.layui-this > a{
    background: #6364FF !important;
    color: #ffffff;
}
.patent-boutique-box .patent-list img {
    width: 135px;
    height: 135px;
}
.patent-boutique-box .patent-list .item-desc {
    margin-top: 5px !important;
}
/*精品专利 end*/

/*创新培训 start*/
.training-box-title{
    padding-top: 55px;
    padding-left: 60px;
    color: #ffffff;
}
.training-box-title a {
    color: #ffffff;
    font-size: 38px;
}
.training-box .right .bottom-line {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    width: 38px;
    display: inline-block;
    padding-top: 5px;
}
.training-box {
    height: 600px;
    padding-top: 72px;
}
.training-box .left {
    width: 600px;
    height: 460px;
    overflow: hidden;
    /*background-image: url(../img/index/training-bg.jpg)*/
}
.training-box .left:hover img {
    transform: scale(1.15);
}
.training-box .right {
    width: 600px;
    height: 460px;
    background-color: #E83820;
    position: relative;
}
.training-box .right .content {
    font-size: 25px;
    color: #ffffff;
    padding-top: 86px;
    padding-left: 60px;
    line-height: 35px;
}
.training-box .more-btn {
    color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 23px;
    cursor: pointer;
    position: absolute;
    bottom: 72px;
    left: 60px;
    width: 144px;
    /*height: 46px;*/
    line-height: 42px;
}
.training-box .more-btn:hover {
    color: #e40012;
    background-color: #ffffff;
}
/*创新培训 end*/

/*专利服务 start*/
.service-box {
    height: 540px;
    padding: 10px;
    background: #ffffff;
}
.service-box-title, .service-box-title a {
    color: #E83820;
}
.service-box .left-side{
    background-image: url(https://zdspat.oss-cn-hangzhou.aliyuncs.com/system/home/patent-service-left.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.service-box .right-side{
    /*height: 540px;*/
}
.service-box .right-side .navigation{
    display: flex;
}
.service-box .right-side .navigation li{
    flex:1;
    /*font-weight: 400;*/
    font-size: 18px;
    /*color: #666666;*/
    line-height: 45px;
    text-align: center;
    /*padding-top:10px;*/
    /*padding-bottom: 10px;*/
    cursor:pointer;
}
.service-box .right-side .navigation li.on{
    color: #FFFFFF;
    background: #DD3954;
}
.service-box .right-side .content{
    background: #F8F7F7;
    /*height: 475px;*/
    /*padding-left: 20px;*/
    /*padding-top: 10px;*/
    padding: 20px;
}
.service-box .right-side .content .new-list{
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}
.service-box .right-side .content .new-list .new-ll{
    /*width: 33.33%;*/
    width: 287px;
    /*padding-top:10px;*/
    /*padding-right: 20px;*/
}
.service-box .right-side .content .new-list .new-ll .new-box{
    background-image: url(../img/index/service/new-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 280px;
    padding:20px;
    position: relative;
    text-align: center;
}
.service-box .right-side .content .new-list .new-ll .new-box .img {
    width: 42px;
    height: 44px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.service-box .right-side .content .new-list .new-ll .new-box .title{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 20px;
}
.service-box .right-side .content .new-list .new-ll .new-box .describe{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 75px;
    margin-bottom: 10px;
}
.service-box .right-side .content .new-list .new-ll .new-box .price{
    font-size: 25px;
    font-weight: 600;
    color: #E82727;
    /*position: absolute;*/
    /*bottom: 20px;*/
    display: flex;
    justify-content: center;
    align-items: baseline;
}
/*.service-box .right-side .content .new-list .new-ll .new-box .price .money {*/
/*    float: left;*/
/*}*/
/*.service-box .right-side .content .new-list .new-ll .new-box .price .hint {*/
/*    float: left;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    !*height: 34px;*!*/
/*    justify-content: flex-end;*/
/*}*/
.service-box .right-side .content .new-list .new-ll .new-box .price .words {
    font-size: 12px;
    color: #333333;
    display: block;
}
.service-box .divider {
    background-color: #dcdfe6;
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    margin: 50px 0 24px 0;
}
.service-box .divider__text{
    position: absolute;
    background-color: #F8F7F7;
    padding: 0 20px;
    font-weight: 500;
    color: #E82727;
    font-size: 14px;
    left: 30%;
    top: -10px;
}
.service-box .icon-downward{
    width: 10px;
    height: 14px;
    margin: 0 auto;
}
.service-box .other{
    margin-top:20px;
    width: 100%;
    text-align: center;
}
.service-box .other-box{
    display: flex;
    color: #666666;
    justify-content: center;
    margin-top: 20px;
}
.service-box .other-box .other-name{
    font-size: 18px;
    line-height: 35px;
}
.service-box .other .other-service{
    cursor:pointer;
    width: 120px;
    height: 30px;
    background: #3784E3;
    border-radius: 4px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-left:10px;
}
.service-box .other .icon-service{
    width: 17px;
    height: 17px;
}
.service-box .right-side .content .list{
    display: none;
}
.service-box .right-side .content .list .list-inner {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    height: 435px;
}
.service-box .right-side .content .ll{
    display: flex;
    width: 291px;
    background-color: #ffffff;
    padding: 15px 20px;
    height: 100px;
}
.service-box .right-side .content .ll img {
    width: 44px;
    height: 44px;
    margin-right: 20px;
    position: relative;
    top: 13px;
}
.service-box .right-side .content .ll .title{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    /*line-height: 25px;*/
}
.service-box .right-side .content .ll:hover .title{
    color: #e40012;
}
.service-box .right-side .content .ll .explain{
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 5px;
}
.service-box .service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*height: 480px;*/
    /*width: 895px;*/
    margin: 30px;
}
.service-box .service-item {
    width: 210px;
    height: 350px;
    background-color: #FCE4DF;
    color: #E83820;
    /*border: 2px solid #E83820;*/
    position: relative;
    text-align: center;
}
.service-box .service-item:hover {
/*    background-color: #E83820;*/
/*    color: #ffffff;*/
}
.service-box .service-item .img-top {
    height: 134px;
    padding-top: 40px;
    text-align: center;
}
.service-box .service-item .img-top img{
    /*max-width: 50px;*/
    /*max-height: 70px;*/
}
/*.service-box .service-item .hover-show, .service-box .service-item:hover .init-show {*/
/*     display: none;*/
/*}*/
/*.service-box .service-item:hover .hover-show {*/
/*    display: inline-block;*/
/*}*/
.service-box .service-item .title {
    text-align: center;
    font-size: 20px;
    display: block;
}
.service-box .service-item .desc {
    padding-top: 20px;
    font-size: 14px;
    color: #454648;
    line-height: 22px;
}
.service-box .service-item .bottom-line {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    width: 38px;
    display: inline-block;
    padding-top: 15px;
}
.service-box .service-item .more-btn {
    color: #E50012;
    /*text-align: center;*/
    border: 1px solid #E50012;
    border-radius: 23px;
    cursor: pointer;
    margin-top: 40px;
    font-size: 12px;
    width: 112px;
    display: inline-block;
    padding: 7px 10px;
}
.service-box .service-item .more-btn:hover {
    color: #ffffff;
    background-color: #E50012;
}

.service-box .middle {
    height: 130px;
    text-align: left;
    padding-top: 45px;
    font-size: 18px;
    padding-left: 70px;
}
.service-box .middle p {
    font-size: 32px;
}
/*.service-box .version-list {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-wrap: wrap;*/
/*    width: 925px;*/
/*    !*margin: 0px 15px 0px 15px;*!*/
/*}*/
/*.service-box .version-item {*/
/*    width: 150px;*/
/*    height: 85px;*/
/*    line-height: 85px;*/
/*    background-color: #E83820;*/
/*    !*color: #ffffff;*!*/
/*    margin-bottom: 10px;*/
/*}*/
/*.service-box .version-item:hover {*/
/*    box-shadow: 0 2px 6px 2px hsla(0, 0%, 86%, .5);*/
/*}*/
/*.service-box .version-item a {*/
/*    color: #ffffff;*/
/*    font-weight: bold;*/
/*    font-size: 20px;*/
/*    !*line-height: 80px;*!*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*}*/
/*专利服务 end*/

/*好点子 start*/
.idea-box-title, .idea-box-title a {
    color: #6364FF;
}
.idea-box .left-side{
    background-image: url(../img/index/side/side-4.png)
}
.idea-box .right-side{
    /*background-color: #E5E5E5;*/
    height: 540px;
    color: #6364FF;
    position: relative;
    border-top: 10px solid #6364FF;
    border-bottom: 10px solid #6364FF;
}
.idea-box .right-side .top {
    background-color: #EBEBEB;
    height: 265px;
    width: 925px;
    padding-top: 30px;
    padding-left: 75px;
}
.idea-box .right-side .top h2 {
    font-size: 32px;
}
.idea-box .right-side .top p {
    color: #4C4948;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
}
.idea-box .right-side .column-line {
    border-right: 2px solid #6364FF;
    height: 221px;
    position: absolute;
    right: 0;
    top: 20px;
}
.idea-box .service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*height: 260px;*/
    width: 925px;
    /*margin: 30px 15px;*/
}
.idea-box .service-item {
    width: 308px;
    /*height: 260px;*/
    background-color: #ffffff;
    position: relative;
}
.idea-box .service-item img {
    -webkit-transition: -webkit-transform .5s;
}
.idea-box .service-item:hover img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
/*.idea-box .service-item:hover {*/
/*    background-color: #6364FF;*/
/*    color: #ffffff;*/
/*}*/
.idea-box .service-item .img-top {
    height: 134px;
    padding-top: 50px;
    text-align: center;
}
.idea-box .service-item .img-top img{
    /*height: 100px;*/
    /*width: 100px;*/
}
/*.idea-box .service-item .hover-show, .idea-box .service-item:hover .init-show {*/
.idea-box .service-item .hover-show {
    display: none;
}
/*.idea-box .service-item:hover .hover-show {*/
/*    display: inline-block;*/
/*}*/
.idea-box .service-item .title {
    text-align: center;
    font-size: 20px;
    display: block;
    line-height: 30px;
}
.idea-box .more-btn {
    margin-top: 30px;
    color: #6364FF;
    text-align: center;
    cursor: pointer;
    width: 93px;
    line-height: 30px;
    font-size: 16px;
}
/*好点子 end*/

/*担保交易 start*/
.dbjy-box-title {
    color: #E83820;
}
.dbjy-container {
    height: 632px;
    background-image: url(../img/index/dbjy-bg.jpg)
}
.dbjy-box {
    height: 416px;
    background-color: #ffffff;
    padding: 54px 66px;
    box-shadow: 0px 0px 5px #000000;
}
.dbjy-box .dbjy-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 336px;
}
.dbjy-box .dbjy-item {
    width: 240px;
    /*height: 260px;*/
    background-color: #ffffff;
    color: #E83820;
}
.idea-box .dbjy-item:hover {
    background-color: #E83820;
    color: #ffffff;
}
.dbjy-box .dbjy-item .hover-show, .dbjy-box .dbjy-item:hover .init-show {
    display: none;
}
.dbjy-box .dbjy-item:hover .hover-show {
    display: inline-block;
}
.dbjy-box .dbjy-item .img-top {
    width: 240px;
    height: 240px;
    padding-top: 50px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    border: 3px solid #E83820;
}
.dbjy-box .dbjy-item:hover .img-top {
    color: #ffffff;
    background-color: #E83820;
}
.dbjy-box .dbjy-item .img-top img{
    /*height: 100px;*/
    /*width: 100px;*/
}
.dbjy-box .dbjy-item .title {
    text-align: center;
    font-size: 26px;
    display: block;
    position: absolute;
    bottom: 44px;
    width: 100%;
}
.dbjy-box .dbjy-item .desc {
    margin-top: 35px;
    color: #3E3A39;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
/*担保交易 end*/

/***底部特色 start***/
.feature-box {
    height: 120px;
    background-color: #ffffff;
    padding: 30px 0px;
}
.feature-box .feature-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*height: 336px;*/
}
.feature-box .feature-item {
    width: 285px;
    background-color: #ffffff;
    color: #ffffff;
    height: 60px;
}
.feature-box .feature-item .hover-show, .feature-box .feature-item:hover .init-show {
    display: none;
}
.feature-box .feature-item:hover .hover-show {
    display: inline-block;
}
.feature-box .feature-item .img-left {
    width: 60px;
    display: inline-block;
}
.feature-box .feature-item .info {
    margin-left: 20px;
    display: inline-block;
    color: #454648;
    vertical-align: middle;
}
.feature-box .feature-item .title {
    font-size: 20px;
    font-width: Medium;
    display: block;
}
.feature-box .feature-item .desc {
    font-size: 14px;
    font-width: Light;
    display: block;
    line-height: 25px;
}
/***底部特色 end***/

/***box 的左边栏 start ***/
.left-side .info {
    margin-top: 55px;
    padding-left: 25px;
    color: #ffffff;
}
.left-side .title {
    font-size: 35px;
    font-weight: bold;
}
.left-side .desc {
    font-size: 25px;
    font-weight: Light;
    line-height: 30px;
    padding: 5px 0;
    /*border-bottom: 1px solid #ffffff;*/
}
.left-side .bottom-line {
    border-bottom: 1px solid #ffffff;
    width: 22.5px;
    height: 1px;
    display: inline-block;
}
/***底部特色 end ***/

.loading-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
}
.loading-inner {
    display: table-cell;
    vertical-align: middle;
}
.loading-inner img {
    width: 15px;
}
.swiper-list{
    display: none;
}
.swiper-list-show{
    display: block;
}
.index-innovation-training{
    background-image: url(../img/index/innovation/bg.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    padding-top:40px;
}
.index-innovation-training .boutique-box-title{
    color: #ffffff;
}
.index-innovation-training .boutique-box-title a{
    color: #ffffff;
}
.index-innovation-training .patent-boutique-box{
    display: flex;
    background: none;
    height: 402px;
}
.index-innovation-training .innovation-left{
    flex:4;
}
.index-innovation-training .innovation-left .list{
    width: 50%;
    float: left;
    cursor:pointer;
}
.index-innovation-training .innovation-left .list .box{
    background-color: #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding-top:40px;
    padding-bottom: 40px;
    height: 190px;
}
.index-innovation-training .innovation-left .list .box ul{
    display: flex;
    justify-content: center;
}
.index-innovation-training .innovation-left .list .box ul li{
    display: block;
    width: 17px;
    height: 2px;
    background: #DDDDDD;
    margin-top:20px;
    margin-bottom: 20px;
    margin-right:5px;
}
.index-innovation-training .innovation-left .list .box img{
    width: 38px;
    height: 38px;
}
.index-innovation-training .innovation-left .list .box p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.index-innovation-training .innovation-left .list .box-on{
    background: #6F4D4D;
    opacity: 0.58;
    color: #ffffff;
    height: 190px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
}
.index-innovation-training .innovation-left .list .box-on .bg{
    background: url(../img/index/innovation/left_on.png) no-repeat;
    background-size:100% 100%;
    height: 161px;
    display: table-cell;
    vertical-align:middle;
    padding-left:10px;
    padding-right: 10px;
    font-size: 12px;
}
.index-innovation-training .innovation-right{
    flex:6;
    background-color: #ffffff;
    height: 390px;
}
.index-innovation-training .innovation-right .bg{
    background-image: url(../img/index/innovation/right_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 10px;
    height: 370px;
}
.index-innovation-training .innovation-right .title h3{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-left: 20px;
    padding-top: 20px;
}
.index-innovation-training .innovation-right .title span{
    font-weight: 400;
    color: #FF0000;
    background: #FFFFFF;
    border: 1px solid #FF0000;
    border-radius: 4px;
    font-size: 12px;
    margin-left:10px;
    position: relative;
    bottom: 4px;
    padding: 2px 6px;
}
.index-innovation-training .innovation-right .segmentation{
    width: 44px;
    height: 2px;
    background: #FF0000;
    margin-left: 20px;
    margin-top: 10px;
}
.index-innovation-training .innovation-right .issue{
    margin-left: 40px;
    margin-top:20px;
}
.index-innovation-training .innovation-right .issue li{
    list-style-type:disc;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    font-size: 14px;
}
.index-innovation-training .innovation-right .innovation-swiper{
    width: 700px;
    margin-top:10px;
}
.index-innovation-training .innovation-right .innovation-swiper .swiper-slide{

}
.index-innovation-training .innovation-right .innovation-swiper .play-list{
    position: relative;
    height: 125px;
    width: 200px;
    text-align: center;
    background-image: url(../img/training/case/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left:20px;
    float: left;
    margin-bottom: 20px;
}
.index-innovation-training .innovation-right .innovation-swiper .play-list .logo{
    width: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.index-innovation-training .innovation-right .innovation-swiper .play-list .play{
    width: 40px;
    padding-bottom: 20px;
}
.index-innovation-training .innovation-right .innovation-swiper .play-list .desc{
    color: #666666;
    line-height: 20px;
    margin-top:25px;
}
.patent-service .service-box-title a{
    color: #333333;
}
.patent-service .box-title .bottom-line{
    color: #333333;
}
.home-patent-box.service-box .left-side {
    height: 520px;
}
.idea{
    background-image: url(../img/index/idea/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.idea .service-box-title a {
    color: #333333;
}
.idea .box-title .bottom-line {
    color: #333333;
}
.idea .box{
    display: flex;
}
.idea .left{
    flex:3;
    background: #F3F3F3;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    margin-right:10px;
    padding:20px;
    position: relative;
    /*height: 415px;*/
 }
.idea .left .more{
    position: absolute;
    right: 20px;
    font-size: 14px;
    top: 25px;
    display: flex;
    color: #999999;
}
.idea .left .more:hover{
    color: #e40012;
}
.idea .left .more img{
    width: 17px;
    height: 17px;
    margin-left: 10px;
    position: relative;
    top:1px;
}
.idea .left .list{
    display: flex;
    margin-top: 5px;
    margin-bottom: 20px;
}
.idea .left .list .li{
    display: flex;
    margin-right: 60px;
    font-weight: bold;
    font-size: 16px;
    cursor:pointer;
}
.idea .left .list .li span{
    background-image: url(../img/index/idea/triangle.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    display: block;
    width:7px;
    height: 8px;
    position: relative;
    top:7px;
    margin-right:5px;
}
.idea .left .list .li.on{
    color: #EA1414;
}
.idea .left .list .li.on span{
    background-image: url(../img/index/idea/triangle-on.png);
}
.idea .left .introduce{
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    padding:10px;
}
.idea .left .introduce img{
    width: 335px;
    height: 294px;
}
.idea .left .introduce .content{
    margin-left: 30px;

}
.idea .left .introduce .content .title{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 10px;
}
.idea .left .introduce .content .wire{
    width: 60px;
    height: 2px;
    background: #EA1414;
}
.idea .left .introduce .content .describe{
    color: #666666;
    font-size: 15px;
    padding-top:10px;
    line-height: 28px;
}
.idea .left .advantage{
    display: flex;
    flex-wrap: wrap;
}
.idea .left .advantage >div{
    width: 25%;
}
.idea .left .advantage .column{
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    background-image: url(https://res.zdspat.com/system/home/advantage-bg1.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    height: 318px;
}
.idea .left .advantage .column.two{
    background-image: url(https://res.zdspat.com/system/home/advantage-bg2.png);
}
.idea .left .advantage .column.three{
    background-image: url(https://res.zdspat.com/system/home/advantage-bg3.png);
}
.idea .left .advantage .column.four{
    background-image: url(https://res.zdspat.com/system/home/advantage-bg4.png);
}
.idea .left .advantage .column.on{
    padding-top:30px;
}
.idea .left .advantage .column.on img{
    display: none;
}
.idea .left .advantage .column.on .describe{
    display: block;
}
.idea .left .advantage .column .describe{
    padding:20px;
    display: none;
}
.idea .left .advantage .column img{
    width: 89px;
    height: 89px;
    margin-top:40px;
    margin-bottom: 20px;
}
.idea .left .advantage .column .column-title{
    color: #333333;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
}
.idea .left .advantage .column .en{
    text-transform: uppercase;
    line-height: 30px;
}
.idea .left .advantage .column .across{
    width: 32px;
    height: 3px;
    background: #F05906;
    margin: 0 auto;
}
.idea .right{
    flex:1;
    background: #F3F3F3;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    padding:20px;
}
.idea .right .title{
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 5px;
    position: relative;
}
.idea .right .title .advantage{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.idea .right .title .more{
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    top:2px;
}
.idea .right .flow{
    margin-top:10px;
}
.idea .right .flow .flow-title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-left: 30px;
    padding-top:12px;
    padding-bottom: 12px;
}
.idea .right .flow .flow-title.on{
    color: #E51B1B;
}
.idea .right .flow .flow-left{
    position: absolute;
    left: 0px;
    top:0px;
}
.idea .right .flow .flow-left .circle{
     position: absolute;
     left: 0px;
     top:15px;
     width: 17px;
     height: 17px;
     background: #FFFFFF;
     border: 1px solid #DDDDDD;
     border-radius: 50%;
 }
.idea .right .flow .flow-left .vertical{
    position: absolute;
    left: 7px;
    top:0px;
    width: 1px;
    height: 60px;
    border: 1px solid #DDDDDD;
}
.idea .right .flow .flow-left .vertical.on{
    height: 20px;
    top:-20px;
}
.idea .right .examine{
    position: absolute;
    bottom: 20px;
}
.idea .right .examine .details{
    width: 270px;
}
.idea .right .examine .sub{
    position: absolute;
    bottom: 30px;
    left: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    width: 101px;
    text-align: center;
}
.index-dbjy{
    /*height: 592px;*/
    background-color: #F9F9F9;
}
.index-dbjy .box-title h1{
    /*padding-top:40px;*/
    color: #333333;
}
.index-dbjy .box-title .bottom-line{
    color: #333333;
}
.index-dbjy .list-box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
/*.index-dbjy .list-box .item-box{*/
/*    flex: 1;*/
/*}*/
.index-dbjy .list-box .item-box .item{
    width: 260px;

    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    /*margin: 0 20px;*/
    text-align: center;
    padding: 40px 30px;
    overflow: hidden;
}
.index-dbjy .list-box .item-box .item .item-inner {
    height: 230px;
    overflow: hidden;
}
.index-dbjy .list-box .item-box .item .img{
    width: 114px;
    height: 114px;
}
.index-dbjy .list-box .item-box .item .name{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 10px;
    margin-top:40px;
}
.index-dbjy .list-box .item-box .item .en{
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    margin-bottom: 15px;
}
.index-dbjy .list-box .item-box .item .symbol{
    width: 42px;
    height: 4px;
    background: #F05906;
    margin: 0 auto;
}
.index-dbjy .list-box .item-box .item .explain{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding-top: 30px;
    display: none;
}
.index-dbjy .list-box .item-box .item:hover .img{
    /*display: none;*/
    margin-top: -135px;
}
.index-dbjy .list-box .item-box .item:hover .explain{
    display: block;
}
.innovation-next{
    background-image: url(../img/index/swiper-right.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 23px;
    height: 44px;
    right: 0!important;
    top:63px!important;
}
.innovation-prev{
    left: 0 !important;
    background-image: url(../img/index/swiper-left.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 23px;
    height: 44px;
    top:63px!important;
}
.innovation-next:after{
    content: none !important;
}
.innovation-prev:after{
    content: none !important;
}

#swiper-button-next-1,#swiper-button-next-2,#swiper-button-next-3,#swiper-button-next-boutique{
    background-image: url(../img/index/swiper-right.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 23px;
    height: 44px;
    right: 0!important;

}
#swiper-button-prev-1,#swiper-button-prev-2,#swiper-button-prev-3,#swiper-button-prev-boutique{
    left: 0 !important;
    background-image: url(../img/index/swiper-left.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 23px;
    height: 44px;
}
#swiper-button-next-1:after,#swiper-button-next-2:after,#swiper-button-next-3:after,#swiper-button-next-boutique:after{
    content: none !important;
}
#swiper-button-prev-1:after,#swiper-button-prev-2:after,#swiper-button-prev-3:after,#swiper-button-prev-boutique:after{
    content: none !important;
}
/*首页滚动*/
.bm_content {
    width: 240px;
    height: 295px;
    background-color: white;
    margin: 0px 5px 0 5px;
    border-radius: 3px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}
/**新闻中心**/
.index-news{
    /*height: 800px;*/
    background: #EEEEEF;
    padding-bottom: 20px;
}
.index-news .box-container{
    display: flex;
    align-items: flex-start;
}
.index-news .box-container .detail{
    margin-right: 10px;
    width: 570px;
    background-color: #ffffff;
    padding: 10px 20px;
    box-shadow: 3px 3px 8px 0px rgba(31, 33, 36, 0.04);
}
.index-news .box-container .detail img{
    width: 520px;
    height: 305px;
    object-fit: cover;
}
.index-news .box-container .detail .title{
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    /*margin-top:10px;*/
    line-height: 40px;
}
.index-news .box-container .detail .title .time{
    padding-right: 10px;
}
.index-news .box-container .detail .title .name{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 410px;
}
.index-news .box-container .detail:hover .title .name{
    color: #E32E2E;
}
.index-news .box-container .detail .summary{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}
.index-news .box-container .detail .button{
    width: 122px;
    background: #94BEE6;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #FEFEFE;
    line-height: 42px;
    margin-top:10px;
}
.index-news .box-container .list{
    width: 620px;
}
.index-news .box-container .list .li{
    padding: 10px 20px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 3px 3px 8px 0px rgba(31, 33, 36, 0.04);
    margin-bottom: 10px;
}
.index-news .box-container .list .li:last-child{
    border-bottom:none;
}
.index-news .box-container .list .li .times{
    width: 80px;
    margin-right: 20px;
    margin-top:20px;
    margin-bottom: 10px;
    text-align: center;
    padding-right: 20px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
}
.index-news .box-container .list .li .times .day{
    font-size: 40px;
    font-weight: 400;
    color: #333333;
}
.index-news .box-container .list .li .times .month{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.index-news .box-container .list .li .content{
    flex:1;
}
.index-news .box-container .list .li .content:hover .title .name{
    color: #E32E2E;
}
.index-news .box-container .list .li .content .title{
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}
.index-news .box-container .list .li .content .title .time{
    padding-right: 10px;
}
.index-news .box-container .list .li .content .title .name{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 410px;
}
.index-news .box-container .list .li .content .summary{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
}
.index-news .box-container .list .operation{
    display: flex;
    justify-content: flex-end;
}
.index-news .box-container .list .operation div{
    margin-right: 10px;
    cursor:pointer;
}
.index-news .box-container .list .operation .more{
    width: 74px;
    height: 26px;
    background: #94BEE6;
    font-size: 16px;
    font-weight: bold;
    color: #FEFEFE;
    line-height: 26px;
    text-align: center;
}
.index-patent{
    background: #EEEEEF;
}
.index-patent .box-title{
    padding-top: 130px;
}
.index-patent .box-title h2 a{
    color: #E84135;
}
.index-patent .box-title .bottom-line{
    color: #E84135;
}
.index-patent .index-patent-supermarket-box .box-container{
    margin-top: 20px;
    display: flex;
    background:#ffffff;
    padding: 10px;
}
.index-patent .index-patent-supermarket-box .headline{

}
.index-patent .index-patent-supermarket-box .content-box{
    flex: 1;
    margin-left: 10px;
}
.index-patent .index-patent-supermarket-box .content-box .nav-box{
    display: flex;
}
.index-patent .index-patent-supermarket-box .content-box .nav-box .item{
    flex: 1;
    /*padding: 5px 0;*/
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    /*color: #333333;*/
    line-height: 45px;
    cursor:pointer;
}
.index-patent .index-patent-supermarket-box .content-box .nav-box .item:hover, .index-patent .index-patent-supermarket-box .content-box .nav-box .item.on{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 45px;
    background: #EC862A;
}
.index-patent .index-patent-supermarket-box .content-box .list-box{
    background: #EEF1F6;
    padding: 20px 40px;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    height: 464px;
    flex-wrap: wrap;
    /*margin-right: -10px;*/
    /*margin-bottom: -10px;*/
}
.index-patent .index-patent-supermarket-box .content-box .list-box .item-box{
    /*width: 25%;*/
    width: 205px;
}
.index-patent .index-patent-supermarket-box .content-box .list-box .item-box .item{
    background: #ffffff;
    /*margin-right: 15px;*/
    /*margin-bottom: 15px;*/
    text-align: center;
    /*padding: 20px;*/
    padding: 13px;
}
/*.index-patent .index-patent-supermarket-box .content-box .list-box .item-box .item .img{*/
/*    width: 101px;*/
/*    height: 139px;*/
/*}*/
.index-patent .index-patent-supermarket-box .content-box .list-box .item-box .item .name{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding: 5px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.index-patent .index-patent-supermarket-box .content-box .list-box .item-box .item .explain{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 4px;
}
.index-patent .index-patent-supermarket-box .content-box .certification{
    width: 934px;
}
.index-patent .index-patent-supermarket-box .content-box .certification .swiper-container{
    display: none;
}
.index-patent .index-patent-supermarket-box .content-box .certification .swiper-container.on{
    display: block;
}
#index-patent-swiper-next-certification-1,#index-patent-swiper-next-certification-2,#index-patent-swiper-next-certification-3{
    background-image: url(../img/index/swiper-right.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 23px;
    height: 44px;
    right: 0!important;
}
#index-patent-swiper-prev-certification-1,#index-patent-swiper-prev-certification-2,#index-patent-swiper-prev-certification-3{
    left: 0 !important;
    background-image: url(../img/index/swiper-left.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 23px;
    height: 44px;
}
#index-patent-swiper-next-certification-1:after,#index-patent-swiper-next-certification-2:after,#index-patent-swiper-next-certification-3:after{
    content: none !important;
}
#index-patent-swiper-prev-certification-1:after,#index-patent-swiper-prev-certification-2:after,#index-patent-swiper-prev-certification-3:after{
    content: none !important;
}
.index-boutique-patent{
    padding-top: 20px;
    background: #F9F9F9;
}
.index-trademark-trading{
    background: #EEEEEF;
}
.index-trademark-trading .box-title{
    padding-top: 20px;
}
.index-trademark-trading .box-title h2 a{
    color: #3A6DDD;
}
.index-trademark-trading .box-title .bottom-line{
    color: #3A6DDD;
}
.index-trademark-trading .index-trademark-trading-box .content-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
    padding:10px;
}
.index-trademark-trading .index-trademark-trading-box .content-box .headline .img{
    width: 236px;
    /*height: 487px;*/
}
.index-trademark-trading .index-trademark-trading-box .content-box{
    display: flex;
}
.index-trademark-trading .index-trademark-trading-box .content-box .headline{
    padding-right: 10px;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box{
    background: #EEF1F6;
    display: flex;
    padding: 20px 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    /*height: 100%;*/
    height: 452px;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box .box-item-box{
    /*width: 25%;*/
    width: 205px;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box .box-item{
    background: #FFFFFF;
    box-shadow: 2px 5px 13px 0px rgba(69, 69, 69, 0.05);
    padding: 15px 30px 15px 30px;
    /*margin-right: 10px;*/
    /*margin-bottom: 10px;*/
    text-align: center;
    height: 190px;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box .box-item:nth-child(4n+4){
    margin-right: 0;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box .box-item .img{
    height: 70px;
    width: 100%;
    object-fit: contain;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box .box-item .name{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box .box-item .details{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    height: 40px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box .box-item .operation-box{
    width: 92px;
    height: 26px;
    display: block;
    margin: 10px auto 0;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box .box-item .operation{
    width: 92px;
    height: 26px;
    background: #5C78E0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    margin: 10px auto 0;
    display: none;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box .box-item:hover .operation{
    display: block;
}
.index-trademark-trading .index-trademark-trading-box .content-box .list-box .box-item .operation .img{
    width: 12px;
    height: 12px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
#index-trademark-trading-service-detail-common-next-certification{
    background-image: url(../img/index/swiper-right.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 23px;
    height: 44px;
    right: 0!important;

}
#index-trademark-trading-service-detail-common-prev-certification{
    left: 0 !important;
    background-image: url(../img/index/swiper-left.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 23px;
    height: 44px;
}
#index-trademark-trading-service-detail-common-next-certification:after{
    content: none !important;
}
#index-trademark-trading-service-detail-common-prev-certification:after{
    content: none !important;
}
.index-patent-service{
    background: #F9F9F9;
}
.index-trademark-service{
    background: #EEEEEF;
}
.index-trademark-service .box-title{
    padding-top: 20px;
}
.index-trademark-service .box-title h2 a{
    color: #7C3BDE;
}
.index-trademark-service .box-title .bottom-line{
    color: #7C3BDE;
}
.index-trademark-service .content-box{
    display: flex;
    padding: 15px;
    background: #ffffff;
}
.index-trademark-service .content-box .left-box{
    margin-right: 10px;
}
.index-trademark-service .content-box .right-box{
    flex: 1;
}
.index-trademark-service .content-box .right-box .menu{
    display: flex;
}
.index-trademark-service .content-box .right-box .menu .item{
    flex: 1;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #666666;
    line-height: 45px;
    cursor:pointer;
}
.index-trademark-service .content-box .right-box .menu .item:hover,.index-trademark-service .content-box .right-box .menu .item.on{
    background: #7A39DD;
    color: #FFFFFF;
}
.index-trademark-service .content-box .right-box .details{
    background: #EEF1F6;
    height: 387px;
}
.index-trademark-service .content-box .right-box .details .domestic-trademark{
    padding: 20px;
    display: none;
}
.index-trademark-service .content-box .right-box .details .domestic-trademark .list-box{
    display: flex;
    justify-content: space-between;
}
/*.index-trademark-service .content-box .right-box .details .domestic-trademark .list-box .item-box{*/
/*    flex: 1;*/
/*}*/
.index-trademark-service .content-box .right-box .details .domestic-trademark .list-box .item-box .item{
    background: #FFFFFF;
    box-shadow: 2px 5px 13px 0px rgba(69, 69, 69, 0.05);
    /*margin-right: 10px;*/
    height: 347px;
    text-align: center;
    padding: 40px 20px;
    width: 210px;
}
.index-trademark-service .content-box .right-box .details .domestic-trademark .list-box .item-box .item .img{
    width: 42px;
    height: 44px;
    margin-bottom: 30px;
}
.index-trademark-service .content-box .right-box .details .domestic-trademark .list-box .item-box .item .name{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-trademark-service .content-box .right-box .details .domestic-trademark .list-box .item-box .item .describe{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    height: 100px;
    margin-bottom: 20px;
}
.index-trademark-service .content-box .right-box .details .item .price{
    font-size: 12px;
    font-weight: 400;
    color: #FF0000;
}
.index-trademark-service .content-box .right-box .details .item .price span{
    font-size: 18px;
    font-weight: 600;
}
.index-trademark-service .content-box .right-box .details .international-trademark{
    display: none;
}
.index-trademark-service .content-box .right-box .details .international-trademark .list-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px;
    margin: 0 -10px -10px 0;
}
.index-trademark-service .content-box .right-box .details .international-trademark .list-box .item-box{
    width: 33.33%;
}
.index-trademark-service .content-box .right-box .details .international-trademark .list-box .item-box .item{
    background: #FFFFFF;
    box-shadow: 2px 5px 13px 0px rgba(69, 69, 69, 0.05);
    display: flex;
    height: 106px;
    margin: 0 10px 10px 0;
    padding:40px 30px 30px 30px;
}
.index-trademark-service .content-box .right-box .details .international-trademark .list-box .item-box .item .img{
    width: 50px;
    height: 30px;
    margin-right: 15px;
}
.index-trademark-service .content-box .right-box .details .international-trademark .list-box .item-box .item .name-box{
    flex: 1;
    position: relative;
    top: -3px;
}
.index-trademark-service .content-box .right-box .details .international-trademark .list-box .item-box .item .name-box .name{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.index-trademark-service .content-box .right-box .details .international-trademark .list-box .item-box .item .name-box .en{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}
.index-trademark-service .content-box .right-box .details .legal-service{
    padding: 20px;
    display: none;
}
.index-trademark-service .content-box .right-box .details .legal-service .list-box{
    display: flex;
}
.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box{
    flex: 1;
}
.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box .item{
    background: #FFFFFF;
    box-shadow: 2px 5px 13px 0px rgba(69, 69, 69, 0.05);
    margin-right: 10px;
    height: 347px;
    text-align: center;
    padding: 40px;
}
.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box .item .img{
    width: 42px;
    height: 44px;
    margin-bottom: 30px;
}
.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box .item .name{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box .item .describe{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    height: 100px;
    margin-bottom: 20px;
}
/*.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box .item .price{*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #FF0000;*/
/*}*/
/*.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box .item .operation{*/
/*    display: none;*/
/*}*/
/*.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box .item:hover .price{*/
/*    display: none;*/
/*}*/
.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box .item:hover .operation{
    display: block;
    position: relative;
    top: -20px;
}
.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box .item .operation .know{
    height: 26px;
    background: #5C78E0;
    border-radius: 4px;
    width: 100%;
    display: block;
    line-height: 26px;
    color: #FFFFFF;
}
.index-trademark-service .content-box .right-box .details .legal-service .list-box .item-box .item .operation .service{
    width: 100%;
    height: 26px;
    background: #EA2352;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    margin-top: 10px;
    cursor:pointer;
}
.index-trademark-service .content-box .right-box .details .other-services{
    display: none;
}
.index-trademark-service .content-box .right-box .details .other-services .list-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px;
    margin: 0 -10px 10px 0;
}
.index-trademark-service .content-box .right-box .details .other-services .list-box .item-box{
    width: 33.33%;
}
.index-trademark-service .content-box .right-box .details .other-services .list-box .item-box .item{
    height: 114px;
    background: #FFFFFF;
    box-shadow: 2px 5px 13px 0px rgba(69, 69, 69, 0.05);
    display: flex;
    margin: 0 10px 10px 0;
    padding: 15px 20px;
}
.index-trademark-service .content-box .right-box .details .other-services .list-box .item-box .item .img{
    width: 42px;
    height: 44px;
    margin-right: 20px;
    position: relative;
    top: 13px;
}
.index-trademark-service .content-box .right-box .details .other-services .list-box .item-box .item .name-box{
    flex: 1;
}
.index-trademark-service .content-box .right-box .details .other-services .list-box .item-box .item .name-box .name{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.index-trademark-service .content-box .right-box .details .other-services .list-box .item-box .item .name-box .explain{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    padding: 3px 0;
    height: 48px;
}
/*.index-trademark-service .content-box .right-box .details .other-services .list-box .item-box .item .name-box .price{*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #FF0000;*/
/*}*/
.index-trademark-service .content-box .right-box .details .on{
    display: block;
}

.index-knowledge-sharing{
    background: #F4F6F8;
}
.index-knowledge-sharing .list-box{
    display: flex;
}
.index-knowledge-sharing .list-box .item-box{
    background: #ffffff;
    padding:30px 20px;
    margin-right: 20px;
    flex: 1;
}
.index-knowledge-sharing .list-box .item-box:last-child{
    margin-right: 0;
}
.index-knowledge-sharing .list-box .item-box .tt {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDDDDD;
}
.index-knowledge-sharing .list-box .item-box .tt a:hover {
    color: #e40012;
}
.index-knowledge-sharing .list-box .item-box .top-box{
    padding: 10px 0;
    display: flex;
}
.index-knowledge-sharing .list-box .item-box .top-box img{
    width: 130px;
    height: 89px;
    object-fit: cover;
}
.index-knowledge-sharing .list-box .item-box .top-box .right-box{
    padding-left: 20px;
    flex: 1;
}
.index-knowledge-sharing .list-box .item-box .top-box .right-box .name{
    font-size: 16px;
    font-weight: 500;
    color: #1D3655;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 400px;
}
.index-knowledge-sharing .list-box .item-box .top-box .right-box:hover .name {
    color: #e40012;
}
.index-knowledge-sharing .list-box .item-box .top-box .right-box .across{
    width: 17px;
    height: 1px;
    background: #999899;
    margin-top: 15px;
    margin-bottom: 5px;
}
.index-knowledge-sharing .list-box .item-box .top-box .right-box .describe{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height: 24px;
    width: 400px;
}
.index-knowledge-sharing .list-box .item{
    display: flex;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #DDDDDD;
}
.index-knowledge-sharing .list-box .item:hover {
    color: #e40012;
}
.index-knowledge-sharing .list-box .item:last-child{
    border-bottom: none;
}
.index-knowledge-sharing .list-box .item .triangle-box, .index-help-section .list-content .item .triangle-box{
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #666666;
    border-bottom: 3px solid transparent;
    position: relative;
    top: 8px;
    margin-right: 5px;
}
.index-knowledge-sharing .list-box .item .name{
    flex: 1;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 515px;
}
.index-knowledge-sharing .list-box .item .arrows img{
    width: 25px;
    height: 10px;
}
.index-help-section {
    background: #EEEEEF;
}
.index-help-section .list-box {
    background: #FFFFFF;
    padding: 30px 20px;
}
.index-help-section .list-box .tt {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDDDDD;
}
.index-help-section .list-box .list-content {
    display: flex;
    flex-wrap: wrap;
}
.index-help-section .list-box .item {
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 386px;
}
.index-help-section .list-box .item .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 350px;
}
.index-help-section .list-box .item:hover {
    color: #e40012;
}
.index-polymerization-section{
    background: #FFFFFF;
}
.index-polymerization-section .list-box{
    display: flex;
    background: #ffffff;
    padding:15px;
}
.index-polymerization-section .list-box .item-box{
    background: #EEF1F6;
    padding: 40px 20px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex: 1;
    margin-left:10px;
}
.index-polymerization-section .list-box .item-box .item{
    width: 25%;
}
.index-polymerization-section .list-box .item-box .item .label{
    background: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-polymerization-section .list-box .item-box .item .label:hover {
    color: #e40012;
}
