.ipr-banner {
    height: 440px;
    background: url(../../img/shop/trademark/banner-top.jpg) no-repeat center;
}
.minwidth {
    margin:0 auto;
    width: 1180px;
    overflow: hidden;
}
.ipr-search {
    padding:54px 0;
}
.ipr-search .ipr-search-list ul li {
    float: left;
    width: 131px;
    height: 40px;
    font-size: 12px;
}
.ipr-search .ipr-search-list ul li .item {
    padding:4px;
    color: #666;
    display: inline-block;
}
.ipr-search .ipr-search-list ul li .item em {
    background: #007bc7;
    color: #fff;
    margin-right: 3px;
    display: inline-block;
    padding:1px;
}
.ipr-search .ipr-search-list ul li .item span {
    vertical-align: middle;
}
.ipr-search .ipr-search-list ul li .item:hover {
    background: #fff;
}
.ipr-search .ipr-search-list ul li .item img {
    position: relative;
    top: -4px;
}
.ipr-search .ipr-search-bottom {
    margin:38px auto 0;
    width: 790px;
    height: 50px;
    position: relative;
}
.ipr-search .ipr-search-bottom input {
    border-radius: 30px;
    border:1px solid #007bc7;
    padding-left: 40px;
    background: url(../../img/shop/trademark/search.png) no-repeat 8px;
    display: inline-block;
    width: 100%;
    height: 100%;
    outline: none;
    line-height: 50px;
}
.ipr-search .ipr-search-bottom a {
    display: inline-block;
    position: absolute;
    width: 152px;
    height: 38px;
    color: #fff;
    background: #007bc7;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    right: 6px;
    top: 6px;
}
.ipr-recommend {
    padding:43px 0 65px;
}
.ipr-process {
    padding:43px 0 65px;
}
.ipr-recommend .recommend-title,.ipr-process .process-title {
    padding-left:10px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    border-left: 2px solid #007bc7;
    position: relative;
}
.advantage-content {
    margin-top: 45px;
}
.ipr-recommend .recommend-title ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
}
.ipr-recommend .recommend-title ul li{
    display: inline-block;
    float: left;
    color: #999;
    font-size: 14px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}
.ipr-recommend .recommend-title ul li.active {
    color: #007bc7;
}
.ipr-recommend .recommend-title ul li.shadow {
    position: absolute;
    height: 2px;
    width: 60px;
    margin-left: 5px;
    top: 20px;
    left: 4px;
    z-index: 2;
    background: #108CEE;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.ipr-recommend .recommend-title .fix-right {
    color: #666;
    font-size: 14px;
    position: absolute;
    right: 0;
}
.ipr-recommend .recommend-title .fix-right:hover {
    color: #007bc7;
}
.ipr-recommend .recommend-content li {
    display: inline-block;
    width: 289px;
    margin-top: 24px;
    border:1px solid #f5f5f5;
    border-bottom: 3px solid #e0e0e0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ipr-recommend .recommend-content li:hover {
    border-bottom: 3px solid #007bc7;
    box-shadow: 0 0 2px 1px #007bc7 inset;
}
.ipr-recommend .recommend-content li .img-box {
    height: 156px;
    text-align: center;
    vertical-align: middle;
    padding:10px;
}
.ipr-recommend .recommend-content li .img-box img {
    width: 100%;
    height: 100%;
    /*border:1px solid #e0e0e0;*/
}
.ipr-recommend .recommend-content li .section {
    padding:22px 10px;
}
.ipr-recommend .recommend-content li .section div {
    display: inline-block;
}
.ipr-recommend .recommend-content li .section .title {
    color: #333;
    font-size: 14px;
    margin-bottom: 7px;
}
.ipr-recommend .recommend-content li .section .dec {
    color: #999;
    font-size: 12px;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.ipr-recommend .recommend-content li .section .name {
    padding:0 10px;
    color: #fff;
    background: #007bc7;
    border-radius: 10px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    max-width: 100px;
    height: 16px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.flex {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
}
.advantage-module {
    padding:33px 0 0;
}
.advantage-module h5.advantage-title {
    font-size: 24px;
    color: #333;
    text-align: center;
}
.advantage-module h6.advantage-subtitle {
    font-size: 16px;
    color: #999;
    text-align: center;
    margin:14px 0 45px;
}
.advantage-module .advantage-data {
    padding:27px 0 0;
    font-size: 20px;
    color: #666;
    border-top: 2px solid #007bc7;
    width: 315px;
    display: inline-block;
    margin-right: 114px;
    text-align: left;
}
.advantage-module .advantage-data.margin-0 {
    margin:0;
}
.advantage-module .advantage-data:hover {
    border-top: 2px solid #00b5f2;
}
.advantage-module .advantage-data:hover span.data {
    color: #00b5f2;
}
.advantage-module .advantage-data span.data {
    font-size: 62px;
    color: #007bc7;
}
.advantage-module .advantage-data .word {
    font-size: 18px;
    margin-top: 20px;
    color: #333;
}
/*搴曞浘*/
.bg_foot {
    height: 490px;
    background: url(../../img/shop/trademark/index-foot.jpg) no-repeat center;
}

.js-tab-content {
    display: none;
}
/*鑳屾櫙鑹�*/
.bg_f5 {
    background: #f5f5f5;
}
.bg_ff {
    background: #fff;
}