/*!*首页*!
!*轮播图*!
.rotation_chart_box{
    !*height: 500px;*!
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.rotation_content{
    position: absolute;
    left: 0;
    !*height: 500px;*!
    transition: left .4s ease;
    display: flex;
}
!*.rotation_content>img{*!
!*    float: left;*!
!*}*!
!*.arrows_Lcon{*!
!*    width: 45px;*!
!*    height: 108px;*!
!*    background: rgba(0, 0, 0, 0.52);*!
!*    position: absolute;*!
!*    top: 35%;*!
!*    left: 0;*!
!*    cursor: pointer;*!
!*}*!
!*.arrows_Rcon{*!
!*    width: 45px;*!
!*    height: 108px;*!
!*    background: rgba(0, 0, 0, 0.52);*!
!*    position: absolute;*!
!*    top: 35%;*!
!*    right: 0;*!
!*    cursor: pointer;*!
!*}*!
!*.arrows_Lcon:hover{*!
!*    background: linear-gradient(to right,rgba( 171, 218, 244, 0.3) 5%,rgba( 171, 218, 244, 0) 95%);*!
!*}*!
!*.arrows_Rcon:hover{*!
!*    background: linear-gradient(to left,rgba( 171, 218, 244, 0.3) 5%,rgba( 171, 218, 244, 0) 95%);*!
!*}*!
!*.arrows_left,.arrows_right{font-family: "宋体";}*!
!*.arrows_left{*!
!*    width: 23px;*!
!*    height: 36px;*!
!*    margin: 0 auto;*!
!*    margin-top: 35px;*!

!*}*!
!*.arrows_right{*!
!*    width: 23px;*!
!*    height: 36px;*!
!*    margin: 0 auto;*!
!*    margin-top: 35px;*!
!*}*!
.rotation_dots{
    width: 600px;
    height: 9px;
    position: absolute;
    bottom: 25px;
    z-index: 2;
    left: 50%;
    margin-left: -300px;
}
.rotation_dots div{
    width: 72px;
    margin: 0 auto;
}
.rotation_dots span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: transparent;
}
.rotation_dots span.active{
    background-color:#F31A2A;
}
!*.rotation_dots span:hover{*!
!*    background-color: #F31A2A !important;*!
!*}*!

!*banner样式*!
.index_banner_wraps{
    !*height: 500px;*!
    overflow: hidden;
    position: relative;
    background: #f4f5f9;
}
.banner_background_image{
    !*height: 500px;*!
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    !*transition: opacity .17s ease;*!
}
.ace_view_center {
    margin: 70px auto 0;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    width: 1200px;
}
.ip_manamge_box{
    font-size: 64px;
    color: #333333;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.ip_manamge_box span{
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    background: linear-gradient(90deg, #F31A2A 0%, #FF496A 100%);
    box-shadow: 0px 5px 10px 0px rgba(243,26,42,0.1);
    border-radius: 4px 4px 4px 4px;
    position: absolute;
    top: 10px;
    right: -80px;
}
.ip_des_box{
    width: 558px;
    font-size: 18px;
    color: #333;
}
.ip_server_box{
    margin-top: 60px;
    width: 600px;
}
.mouseover_handle>a{
    width: 300px !important;
    height: 76px !important;
    position: static !important;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    background: #fff;
    line-height: 1.7;
}
.mouseover_handle>a i{
    margin: 0px 24px 0px 24px;
    font-size: 40px;
}
.mouseover_handle>a>div{
    position: static !important;
    opacity: 1 !important;
    width: auto !important;
    display: flex !important;
    align-items: center;
}
.mouseover_handle>a h3{
    font-size: 18px;
    color: #252B3A;
    font-weight: 700;
}
.mouseover_handle>a.on{
    background: linear-gradient(90deg, #F31A2A 0%, #FF496A 100%);
    box-shadow: 0px 10px 10px 0px rgba(243,26,42,0.1);
    color: #fff;
}
.mouseover_handle>a.on h3{
    color: #fff;
}*/
/*banner下方导航*/
.server_nav_box{
    /*width: 1200px;*/
    /*margin: 0px auto;*/
    display: flex;
    justify-content: center;
}
.server_nav_box>li{
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    color: #666666;
    height: 100px;
    background: #fff;
    line-height: 1.7;
    overflow: hidden;
}
.server_nav_box>li>div {
    width: 100%;
    border-left: 1px solid #d8d8d8;
    padding: 0 2px;
}
.server_nav_box>li>div h3,.server_nav_box>li>div div {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.server_nav_box>li>div h3 {
    font-weight: 700;
}
.server_nav_box>li>div>a:hover h3{
    color: red;
}
.server_nav_box>li:first-child div {
    border-left: none;
}
.server_nav_box>li h3{
    font-size: 18px;
    color: #000;
}
.server_nav_box>li .index_icon{
    width: 40px;
    margin: 0px 24px 0px 24px;
    height: 40px;
}
.server_nav_box>li .index_icon1{
   background: url(../images/index_icon1.png) no-repeat center;
    background-size: 100%;
}
.server_nav_box>li .index_icon2{
   background: url(../images/index_icon2.png) no-repeat center;
    background-size: 100%;
}
.server_nav_box>li .index_icon3{
   background: url(../images/index_icon3.png) no-repeat center;
    background-size: 100%;
}
.server_nav_box>li .index_icon4{
   background: url(../images/index_icon4.png) no-repeat center;
    background-size: 100%;
}

/*推荐服务*/
.tuijian_box{
    /*width: 1200px;*/
    /*margin: 0px auto;*/
}
.tuijian_img_box{
    text-align: center;
    height: 56px;
    padding-top: 20px;
}
/*.index_tuijian{*/
/*    background: url(../images/index_tuijian.png) no-repeat center 15px;*/
/*    background-size: 50%;*/
/*}*/
/*.tuijian_img_box img{*/
/*    width: 560px;*/
/*}*/
.tuijian_ul>.tuijian_li:nth-of-type(2n){
    margin-left: 2%;
}

.tuijian_ul {
    display: flex;
    flex-wrap: wrap;
}

.tuijian_li {
    /*width: 590px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 49%;
    height: 240px;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    margin-top: 20px;
}
.tuijian_li_left {
    /*width: 295px;*/
    /*float: left;*/
    /*margin-top: 49px;*/
    /*margin-left: 30px;*/
    width: calc(100% - 200px);
}
.tuijian_li_left h1 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tuijian_li_left_con {
    height: 60px;
    margin-top: 20px;
    color: #333;
}
.tuijian_li_left .detail-button.hover {
    background: #F31A2A;
    color: rgba(255, 255, 255, 1);
}
.tuijian_li_left .detail-button {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #F31A2A;
    border: 1px solid #F31A2A;
    margin: 0 auto;
    text-align: center;
    margin-top: 12px;
    margin-right: 6px;
    cursor: pointer;
}
.tuijian_li_right {
    width: 200px;
    height: 160px;
    /*margin-top: 40px;*/
    /*margin-left: 36px;*/
    /*float: left;*/
}
.tuijian_li_right img {
    width: 200px;
    height: 160px;
    border-radius: 4px;
}
/*模块盒子*/
.main_content {
    background-color: #f5f5fa;
}

/*专利交易*/
.module_cnt * {
    box-sizing: border-box;
}
.module_cnt {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    line-height: 1.5;
}
.module_img_title{
    padding: 20px 0;
    height: 56px;
}
/*.module_img_title.index_title1{*/
/*    background: url(../images/index_title1.png) no-repeat center;*/
/*    background-size: 50%;*/
/*}*/
/*.module_img_title.index_title2{*/
/*    background: url(../images/index_title2.png) no-repeat center;*/
/*    background-size: 50%;*/
/*}*/
/*.module_img_title.index_title3{*/
/*    background: url(../images/index_title3.png) no-repeat center;*/
/*    background-size: 50%;*/
/*}*/
/*.module_img_title.index_title4{*/
/*    background: url(../images/index_title4.png) no-repeat center;*/
/*    background-size: 50%;*/
/*}*/

.module_cnt_left {
    width: 240px;
    height: 520px;
    position: relative;
    background: rgba(11,195,84,0.04);
}
.module_cnt_right {
    flex: 1;
}
.module_cnt_right>li{
    height: 100%;
}
.new_empty{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.module_cnt_right>li:nth-of-type(n+2){
    display: none;
}
.module_cnt_left>h1 {
    height: 100px;
    background: url(../images/ip_guanjia.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding: 20px;
}
.module_cnt_left>a {
    font-size: 14px;
    color: #333333;
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
}
.module_cnt_left>a:hover{
    color: #F31A2A;
}
.module_cnt_left>a i {
    margin-left: 4px;
    font-size: 12px;
}

.module_cnt_left_tab li {
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid rgba(11,195,84,0.1);
    cursor: pointer;
}
.module_cnt_left_tab li i {
    font-size: 18px;
    margin-right: 12px;
}
.module_cnt_left_tab li.active, .module_cnt_left_tab li:hover {
    background: linear-gradient(90deg, #0BC354 0%, rgba(11,195,84,0.3) 100%);
    color: #fff;
}
.module_cnt_left_tab li.active, .module_cnt_left_tab li:hover i {
    color: #fff;
}

/*专利交易*/
.patent_jiaoyi{
    height: 540px;
    background: rgba(231,0,17,0.04);
}
.patent_jiaoyi>h1{
    background: url(../images/patent_jiaoyi.png) no-repeat center;
    background-size: 100% 100%;
}
.patent_jiaoyi .module_cnt_left_tab li.active, .patent_jiaoyi .module_cnt_left_tab li:hover{
    background: linear-gradient(90deg, #FF383A 0%, rgba(255,56,58,0.3) 100%);
}
.patent_jiaoyi .module_cnt_left_tab li{
    border-bottom: 1px solid rgba(231,0,17,0.1);
}
.patent_list_box>a{
    display: block;
    width: 33.333333%;
    height: 180px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 20px 30px;
    cursor: pointer;
    overflow: hidden;
    transition: all ease-in .2s;
}
.patent_desc{
    font-size: 16px;
}

.patent_status span{
    font-size: 12px;
    color: #FFFFFF;
    padding: 2px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-right: 4px;
}
.patent_status span.status_type1{
    background: #FF383A;
}
.patent_status span.status_type2{
    background: #00B150;
}
.patent_status span.patent_type0{
    display: none;
}
.patent_status span.patent_type1{
    background: #00B150;
}
.patent_status span.patent_type2{
    background: #FF383A;
}
.patent_status span.patent_type3{
    background: #FF9307;
}
.blue_color{
    color: #006AE1;
}
.red_color{
    color: #FF383A;
}
.fontbold{
    font-weight: 700;
}
.patent_desc h2{
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 6px 0;
}
.patent_desc .button_style{
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #FF383A;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    border: none;
    font-size: 14px;
    position: relative;
    top: 32px;
    transition: all ease-in .2s;
}
.patent_pubdate{
    font-size: 14px;
    margin-top: 24px;
}
.patent_list_box>a:hover{
    box-shadow: 0px 4px 20px 0px rgba(243,26,42,0.2);
}
.patent_list_box>a:hover .button_style{
    top: -26px;
}
/*服务模块*/
.servicemain_box{
    display: none;
}
.service_use{
    color: #999;
    font-size: 14px;
    height: 68px;
}
.service_list_box>a{
    height: 173.33px;
}
.patent_desc{
    position: relative;
}
.service_empty_data{
    height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
/*商标交易*/
.brand_jiaoyi{
    height: 540px;
    background: rgba(231,0,17,0.04);
}
.brand_jiaoyi>h1{
    background: url(../images/brand_jiaoyi.png) no-repeat center;
    background-size: 100% 100%;
}
.brand_jiaoyi .module_cnt_left_tab li.active, .brand_jiaoyi .module_cnt_left_tab li:hover{

    background: linear-gradient(90deg, #FF7D1F 0%, rgba(255,125,31,0.3) 100%);
}
.brand_jiaoyi .module_cnt_left_tab li{
    border-bottom: 1px solid rgba(255,125,31,0.1);
}

.brand_list_box>a{
    display: block;
    width: 33.333333%;
    height: 180px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: all ease-in .2s;
}
.brand_desc{
    font-size: 16px;
}

.branddesc_top{
    display: flex;
    align-items: center;
}
.branddesc_top .brand_img_box{
    max-width: 82px;
    max-height: 82px;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    /*background:#BE7BB6 ;*/
    text-align: center;
    font-weight: 700;
    line-height: 82px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.errorimg_box{
    display: none;
}
.branddesc_top>div:nth-of-type(1){
    margin-right: 8px;
    width: 82px;
}
.branddesc_top>div:nth-of-type(2){
    width: calc(100% - 82px);
}
.branddesc_top h2{
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.branddesc_top .brand_appno{
    margin: 6px 0;
}
.brand_desc .button_style{
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #FF383A;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    border: none;
    font-size: 14px;
    position: relative;
    top: 32px;
    transition: all ease-in .2s;
}
.brand_pubdate{
    font-size: 14px;
    margin-top: 24px;
}
.brand_list_box>a:hover{
    box-shadow: 0px 4px 20px 0px rgba(243,26,42,0.2);
}
.brand_list_box>a:hover .button_style{
    top: -26px;
}

.d_tardl1 {
    background: rgba(218, 76, 146, 1);
}

.d_tardl2 {
    background: rgba(154, 91, 89, 1);
}

.d_tardl3 {
    background: rgba(179, 140, 91, 1);
}

.d_tardl4 {
    background: rgba(161, 146, 87, 1);
}

.d_tardl5 {
    background: rgba(223, 97, 108, 1);
}

.d_tardl6 {
    background: rgba(144, 165, 93, 1);
}

.d_tardl7 {
    background: rgba(87, 150, 125, 1);
}

.d_tardl8 {
    background: rgba(112, 139, 169, 1);
}

.d_tardl0 {
    background: rgba(97, 111, 151, 1);
}
