@charset "UTF-8";

.box-container {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.box-container *,
.box-container *:before,
.box-container *:after {
  box-sizing: inherit;
}

.fullwidth-container {
  width: 100%;
  position: relative;
  /*padding-bottom: 60px;*/
  padding-bottom: 20px;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #eeeeef;
}

.bg-dark {
  background-color: #000000;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.css3-animate {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.item-animate {
  transition: all 0.2s linear;
}

.item-animate:hover {
  box-shadow: 0 3px 10px rgba(68, 66, 154, 0.15);
  -webkit-box-shadow: 0 3px 10px rgba(68, 66, 154, 0.15);
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}
.item-shadow:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
/**大标题 start ***/

.box-title {
  text-align: center;
  margin-bottom: 20px;
  /*font-weight: Medium;*/
  padding-top: 20px;
}

.box-title h1, .box-title h2 {
  font-size: 30px;
  color: #454648;
  font-weight: Medium;
  /*margin-top: 60px;*/
}

.box-title .bottom-line {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  width: 50px;
  display: inline-block;
  padding-top: 5px;
}

/**大标题 end ***/

/** 面包屑 start **/

.breadcrumb-box {
  height: 42px;
  line-height: 42px;
  /*padding-left: 15px;*/
}

.breadcrumb-box .left-side {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  float: left;
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumb-box .left-side a {
  text-decoration: underline;
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumb-box .left-side a:hover {
  color: #E50113;
}

.breadcrumb-box .left-side a:last-child {
  text-decoration: none;
}

.breadcrumb-box .left-side a:last-child:hover {
  color: initial;
}

/** 面包屑 end **/

/** 底部 start ***/

.foot-box {
  /*height: 350px;*/
  padding: 40px 0;
  color: #ffffff;
}

.foot-box .links {
  float: left;
  width: 600px;
  padding-left: 25px;
}

.foot-box .links .group {
  float: left;
  margin-right: 50px;
  line-height: 30px;
}

.foot-box .links .group li {
  /*padding-bottom: 10px;*/
  padding-bottom: 0px;
}

.foot-box .links .group a {
  color: #ffffff;
  font-size: 15px;
}

.foot-box .links .group a:hover {
  color: #e40012;
}

.foot-box .foot-logo {
  float: left;
  margin-right: 56px;
}

.foot-box .contact {
  float: left;
  width: 220px;
}

.foot-box .contact ul {
  line-height: 30px;
}

.foot-box .contact ul a {
  color: #ffffff;
  font-size: 15px;
}

.copyright-box {
  color: #9FA0A0;
  padding-top: 20px;
  padding-bottom: 20px;
  /*height: 90px;*/
}

.copyright-box .copyright {
  line-height: 28px;
}

.copyright-box .copyright .friend-link{
    display: flex;
    flex-wrap: wrap;
}

.copyright-box .friend-link li {
  /*float: left;*/
  margin-right: 10px;
}

.copyright-box .friend-link a {
  color: #9FA0A0;
}

.copyright-box .friend-link a:hover {
  color: #e40012;
}

.copyright-box .layui-tab-title {
    border-bottom: none;
}
.copyright-box .link-tab {
    width: 111px;
    background: #4B4C54;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 200;
    color: #9A9999;
}

.copyright-box .link-tab.layui-this {
    background: #4B4C54;
    font-weight: 200;
    font-size: 16px;
    color: #FFFFFF;
}
.copyright-box .link-tab.layui-this:after {
    border-bottom: none;
}
.copyright-box .layui-tab-item .city-item {
    display: flex;
}
.copyright-box .layui-tab-item .city-item .name {
    width: 90px;
}
/** 底部 end ***/

/*边栏 start*/

.sidebar-box {
    width: 50px;
    position: fixed;
    left: 50%;
    margin-left: 620px;
    bottom: 20px;
    display: block;
    z-index: 2000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.sidebar-box-new {
    width: 70px;
}

.sidebar-box-new-service {
    display: block;
}

.sidebar-box-new-service img {
    width: 70px;
    height: 76px;
}

.sidebar-box-new-item {
    display: block;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(30,31,32,0.1100);
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    position: relative;
}

.sidebar-box-new-item-code {
    box-sizing: content-box;
    padding: 15px 10px;
    position: absolute;
    border: 1px solid #E10000;
    left: -140px;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 8px;
    display: none;
}

.sidebar-box-new-item-code img {
    width: 100px;
    height: 100px;
}

.sidebar-box-new-item-code-name {
    font-size: 14px;
    color: #E10000;
    margin-top: 10px;
}

.sidebar-box-new-item:hover .sidebar-box-new-item-code {
    display: block;
}

.sidebar-box-new-item:hover {
    background-image: linear-gradient(to right, #F2405D,#F399A2);
}

.sidebar-box-new-item-icon {
    width: 24px;
    height: 24px;
    margin: 12px 0 5px;
}

.sidebar-box-new-item-icon-active {
    display: none;
}

.sidebar-box-new-item:hover .sidebar-box-new-item-icon {
    display: none;
}

.sidebar-box-new-item:hover .sidebar-box-new-item-icon-active {
    display: inline-block;
}

.sidebar-box-new-item-name {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #E10000;
}

.sidebar-box-new-item:hover .sidebar-box-new-item-name {
    color: #FFFFFF;
}

.sidebar-box-new-back {
    height: 30px;
    line-height: 30px;
}

.sidebar-box-new-back-icon {
    font-size: 18px;
    font-weight: bold;
    color: #E10000;
}

.sidebar-box-new-item:hover .sidebar-box-new-back-icon {
    color: #FFFFFF;
}

.sidebar-box-new-service-name {
    margin: 0;
    color: #E10000;
}

.sidebar-box-new-service:hover .sidebar-box-new-service-name{
    color: #FFFFFF;
    background-image: linear-gradient(to right, #F2405D,#F399A2);
}



.sidebar-box *,
.sidebar-box *:before,
.sidebar-box *:after {
    box-sizing: inherit;
}

/*.sidebar-box .goto-top {*/

/*    display: none;*/

/*}*/

.sidebar-box .bar-item {
    background: #E83820;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 42px;
    height: 42px;
    overflow: hidden;
    /*display: inline-block;*/
    margin-top: 5px;
    cursor: pointer;
}

.sidebar-box .bar-item:hover .init-show {
    display: none;
    margin-top: -42px;
}

.sidebar-box .bar-item span {
    display: block;
    height: 42px;
    width: 42px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding-top: 4px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

.sidebar-box .bar-item img {
    width: 42px;
    height: 42px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.sidebar-box .eject-item .code-div {
    /*width: 101px;*/
    /*height: 121px;*/
    display: none;
    padding: 10px 9px;
    background: #FFFFFF;
    position: absolute;
    left: -128px;
    top: 25px;
    border: 1px solid #E83820;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/*.eject-item .code-div .xf-tringle {*/

/*    width: 6px;*/

/*    height: 8px;*/

/*    display: inline-block;*/

/*    background: url(../img/icon/xf-tringle.png) no-repeat;*/

/*    position: absolute;*/

/*    bottom: 32px;*/

/*    right: -6px;*/

/*    z-index: 200;*/

/*}*/

.sidebar-box .eject-item .code-div img {
    width: 101px;
    height: 100px;
}

.sidebar-box .eject-item .code-div p {
    font-size: 14px;
    color: #E83820;
    line-height: 14px;
    margin-top: 8px;
    text-align: center;
}

.sidebar-box .eject-item:hover .code-div {
    display: block;
}

/**边栏 end**/

/* 收藏红心 start*/
.toggle-collect {
    cursor: pointer;
}
.toggle-collect.layui-icon-heart-fill {
    color: #e40012;
}
/* 收藏红心 end*/

.trade-done {
    display: block;
    width: 167px;
    height: 40px;
    margin-right: 7px;
    background: gray;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
}
/*首页充值活动*/
.top-up-activities-floating-block{
    position: fixed;
    bottom: 450px;
    /*left: -150px;*/
    left: 20px;
    display: none;
    z-index: 2010;
}
.top-up-activities-floating-block .img{
    width: 118px;
    height: 158px;
    cursor:pointer;
}
.top-up-activities-floating-block .close{
    position: absolute;
    right: 0;
    top:0;
    cursor:pointer;
}
.top-up-activities{
    position: fixed;
    bottom: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 2010;
    background: rgba(29,30,32,.7);
}
.top-up-activities .bg{
    background-image: url(../img/index/top-up-activities.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 1200px;
    height: 243px;
    position: relative;
    top: -41px;
}
.top-up-activities .number-box{
    display: flex;
    position: absolute;
    bottom: 52px;
    left: 560px;
}
.top-up-activities .number-box img{
    width: 27px;
    height: 44px;
    margin-left:3px;
}
.top-up-activities .bottom{
    position: absolute;
    right: 50px;
    bottom: 36px;
}
.top-up-activities .close{
    position: absolute;
    right: 0;
    top: 50px;
    cursor:pointer;
}
.top-up-activities .activity-time{
    position: absolute;
    left: 300px;
    bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
}

/***专利权评价报告的注册活动****/
.top-up-activities .bg1{
    background-image: url(../img/index/promotion/promotion.png?ver=1);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 1200px;
    height: 168px;
    position: relative;
    top: -41px;
}
.top-up-activities .register-btn {
    position: absolute;
    left: 268px;
    bottom: 10px;
}
/***专利权评价报告的注册活动****/

/*注册送资料*/
.register-send-data{
    position: fixed;
    bottom: 230px;
    left: 0;
    z-index: 2010;
}
.footer-link{
    display: flex;
    padding-bottom:25px;
    padding-left: 25px;
    margin-top: -25px;
}
.footer-link a{
    margin-right: 10px;
}
.bar-exhibit-create{
    display: none;
}
.bar-training{
    background: #FAAE42 !important;
    font-size: 14px !important;
    display: none;
}
/**完善资料**/
.perfect-information{
    background-image: url(../img/index/perfect-information.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
    width: 100%;
    height: 100%;
    text-align: center;
}
.perfect-information .tt{
    padding-top:220px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
}
.perfect-information .sub{
    margin-top:40px;
    background: #E40012;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    width: 250px;
    height: 60px;
}

/*** 专大师服务优势 start ****/
.advantage-service-box{
    padding-bottom: 100px;
}
.advantage-service-box .service-box{
    display: flex;
    border: 1px solid #D9DADE;
}
.advantage-service-box .service-box .other{
    width: 476px;
}
.advantage-service-box .service-box .other .name{
    background: #D8D8D8;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 60px;
    padding-left: 60px;
}
.advantage-service-box .service-box .other .clause{
    background: #FFFFFF;
    text-align: center;
    padding: 54px 0;
}
.advantage-service-box .service-box .other .clause p{
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    line-height: 40px;
}
.advantage-service-box .service-box .we-box{
    flex: 1;
}
.advantage-service-box .service-box .we-box .title-box{
    display: flex;
    background: #53596C;
    box-shadow: -3px 0px 4px 0px rgba(0, 0, 0, 0.18);
    padding: 0 60px;
    line-height: 60px;
    align-items:center;
}
.advantage-service-box .service-box .we-box .title-box .name{
    font-size: 20px;
    font-weight: bold;
    color: #FEFEFE;
    flex: 1;
}
.advantage-service-box .service-box .we-box .title-box .img{
    width: 162px;
    height: 23px;
}
.advantage-service-box .service-box .we-box .list-box{
    display: flex;
    background: #FAFAFA;
    box-shadow: -3px 0px 4px 0px rgba(0, 0, 0, 0.18);
}
.advantage-service-box .service-box .we-box .list-box.on{
    background: #D9DADE;
}
.advantage-service-box .service-box .we-box .list-box .item{
    padding: 15px 60px;
    flex: 1;
}
.advantage-service-box .service-box .we-box .list-box .item .name{
    font-size: 18px;
    font-weight: 600;
    color: #53596C;
    padding: 0 0 10px 0;
}

.advantage-service-box .service-box .we-box .list-box .item .clause{
    font-size: 15px;
    font-weight: 500;
    color: #898C97;
    line-height: 25px;
}
/*** 专大师服务优势 end ****/

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #f46a41;
    left: 0px;
    top: 0px;
}
