@charset "UTF-8";
/* 动画 */
@-webkit-keyframes upDown {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@keyframes upDown {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

/* 公共标题 */
.common_title {
  text-align: center;
}

.common_title_t label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(132, 141, 173, 0.56);
  vertical-align: middle;
  position: relative;
}

.common_title_t p {
  font-size: 30px;
  color: #243159;
  display: inline-block;
  margin: 0 36px;
  font-weight: bold;
  vertical-align: middle;
}

.common_title_t p span {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #243159;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 4px;
}

.common_title_t_l:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 0;
  border-bottom: 1px solid rgba(132, 141, 173, 0.56);
  position: absolute;
  left: 9px;
  top: 3px;
}

.common_title_t_r:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 0;
  border-bottom: 1px solid rgba(132, 141, 173, 0.56);
  position: absolute;
  left: -28px;
  top: 3px;
}

.common_title_b {
  font-size: 14px;
  color: #a4a6ab;
  text-align: center;
}

.common_title_b.afterline:after {
  content: '';
  display: block;
  width: 27px;
  height: 1px;
  background: url(../../images/zhuanliregister/icon21.png) no-repeat;
  margin: 12px auto 0;
}

.common_title.white .common_title_t p {
  color: #fff;
}

.common_title.white .common_title_b {
  opacity: 0.5;
}

.common_title.white .common_title_b:after {
  opacity: 0.3;
}

/*主内容*/
.container {
  background-color: #fff;
}

.container * {
  /*-webkit-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
}

/* 1200宽度盒子 */
.box1200 {
  width: 1200px;
  margin: auto;
}

/* banner */
/*.banner,.banner .bd,.banner ul,.banner li {*/
/*  width: 100%;*/
/*  height: 482px;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/
/*.banner .li1{background: url(../../images/zl-banner.png) center no-repeat;}*/


/*.banner .li2{background: url(../../images/zl-banner.png) center top no-repeat;}*/




/*.banner .hd{height: 10px;position: absolute;left: 50%;bottom: 100px;width: 1100px;z-index: 2;margin-left: -550px;}*/
/*.banner .hd ul{height: 10px;font-size: 0;}*/
/*.banner .hd li{display: inline-block;width: 10px;height: 10px;border-radius: 100%;-webkit-border-radius: 100%;background: rgba(255, 255, 255, 0.8);margin-left: 10px;text-indent: -9999px;cursor: pointer;}*/
/*.banner .hd li.on{background: rgba(255, 255, 255, 1);}*/
/*.banner .hd li:first-child{margin-left: 0;}*/

/* 查询 */
/*.container .search {*/
/*  display: flex; flex-direction: column;*/
/*  height:190px; box-sizing: border-box;*/
/*  align-items: center; justify-content: space-between;*/
/*  background: #fff;*/
/*  margin-top: -30px;*/
/*  padding: 30px 0 20px 0 ;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.05);*/

/*}*/

/*.search-box{*/
/*  display: flex;*/
/*}*/

/*.search-title{*/
/*  font-size: 20px;*/
/*  font-family: Microsoft YaHei;*/
/*  font-weight: bold;*/
/*  color: #666666;*/
/*}*/
/*.search-content{*/
/*  display: flex;*/
/*  width: 789px;*/
/*  height: 54px;*/
/*  background: #F2F2F2;*/
/*}*/

/*.search-btn{*/
/*  width: 183px; text-align: center;*/
/*  height: 54px; line-height: 54px;*/
/*  background: #2E6EC2;*/
/*  font-size: 16px; cursor:pointer;*/
/*  font-family: Microsoft YaHei;*/
/*  font-weight: 400;*/
/*  color: #FFFFFF;*/
/*}*/

/*.search-btn img{*/
/*    margin-right:8px;*/
/*}*/

/*.search-input{*/
/*  flex:1; height:100%; box-sizing: border-box;*/
/*  padding-left:20px;*/
/*}*/
/*.zixun-btn{*/
/*  width: 178px; text-align: center;*/
/*  height: 54px; line-height: 54px;*/
/*  margin-left:45px;*/
/*  background: #FFFFFF;*/
/*  border: 1px solid #F46A40;*/
/*  font-size: 16px; cursor:pointer;*/
/*  font-family: Microsoft YaHei;*/
/*  font-weight: 400;*/
/*  color: #F47C59;*/
/*}*/

/*.zixun-btn img{*/
/*  margin-right:8px;*/
/*}*/

/*.search-tongji-box{*/
/*  display: flex; justify-content: space-between;*/
/*  width:570px;*/
/*  font-size: 16px;*/
/*  font-family: Microsoft YaHei;*/
/*  font-weight: 400;*/
/*  color: #666666;*/
/*}*/

/*.tongji-num{*/
/*  color:#F4683F;*/
/*}*/


.container .search .left-conner {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 6px solid #bdbdbd;
  border-left: 6px solid #bdbdbd;
}

.container .search .right-conner {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 6px solid #bdbdbd;
  border-right: 6px solid #bdbdbd;
}

.container .search .common_title_t p {
  color: #ff580e;
  font-size: 24px;
  font-weight: normal;
}

.container .search .common_title_t p span {
  background-color: #ff580e;
}

.container .search_checks {
  margin-top: 12px;
  text-align: center;
}

.container .search_checks li {
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
}

.container .search_checks li:first-child {
  margin-left: 0;
}

.container .search_checks li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  margin-right: 3px;
}

.container .search_checks li label {
  display: inline-block;
  font-size: 14px;
  color: #999;
  vertical-align: middle;
  cursor: pointer;
}

.container .search_checks li.on span {
  border-color: #fa6b32;
}

.container .search_checks li.on span:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #fa6b32;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

.container .search_checks li.on label {
  color: #333333;
}

.container .search_input {
  width: 860px;
  height: 60px;
  margin: 14px auto 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(45, 39, 57, 0.14);
  box-shadow: 0px 3px 10px 0px rgba(45, 39, 57, 0.14);
  border-radius: 4px;
  border: solid 2px #ff580e;
  position: relative;
}

.container .search_input img {
  margin: -4px 20px 0 15px;
}

.container .search_input input {
  width: 620px;
  height: 100%;
  font-size: 14px;
}

.container .search_input_button {
  width: 174px;
  height: 60px;
  background-color: #ff580e;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
  position: absolute;
  top: -2px;
  right:0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.container .search_input_button:after {
  content: '';
  width: 164px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 5px;
  border-radius: 0px 2px 2px 0px;
  border: dotted 1px #ffffff;
  opacity: 0.5;
}

.container .search_input_button:hover {
  background-color: rgba(255, 88, 14, 0.8);
}

.container .search_text {
  text-align: center;
}

.container .search_text span {
  margin: 0 12px;
  font-size: 14px;
  color: #5c5c5c;
}

.container .search_text span label {
  color: #ff580e;
  font-weight: bold;
}

.container .search_slide {
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
  margin-top: 18px;
  height: 56px;
  line-height: 54px;
  position: relative;
}

.container .search_slide:before, .container .search_slide:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ebebf3;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -5px;
}

.container .search_slide:before {
  left: -4px;
}

.container .search_slide:after {
  right: -4px;
}

.container .search_slide_l {
  margin-left: 15px;
}

.container .search_slide_l span {
  font-size: 14px;
  color: #5c5c5c;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 5px;
}

.container .search_slide_l img {
  position: relative;
  top: 1px;
}

.container .search_slide_r {
  width: 1034px;
  height: 100%;
  position: relative;
}

.container .search_slide_r li {
  margin: 0;
}

.container .search_slide_r li span {
  display: inline-block;
  width: 328px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  vertical-align: middle;
}

.container .search_slide_r li span:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/brandSpecial/search_icon3.png) no-repeat;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.container .search_slide_r .next,
.container .search_slide_r .prev {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 6px;
  position: absolute;
  line-height: 10px;
  text-align: center;
  top: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container .search_slide_r .next:hover,
.container .search_slide_r .prev:hover {
  background-color: #e4e4e4;
}

.container .search_slide_r .next {
  right: 8px;
}

.container .search_slide_r .prev {
  right: 28px;
}

.container .search_links {
  background-color: #fff;
  width: 100%;
  height: 118px;
}

.container .search_links li {
  float: left;
  width: 33.33%;
  height: 100%;
  border-left: 1px solid #ebebeb;
  padding: 28px 0 0 22px;
}

.container .search_links li:first-child {
  border-left: none;
}

.container .search_links li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.container .search_links li:hover .search_links_text {
  opacity: 1;
}

.container .search_links li:hover .search_links_pic > img {
  opacity: 0.9;
}

.container .search_links_pic {
  margin-right: 12px;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.container .search_links_pic > img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container .search_links_play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 60px;
}

.container .search_links_text {
  margin-top: 10px;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container .search_links_text p {
  font-size: 12px;
  color: #929292;
}

.container .search_links_text p:first-child {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: bold;
  margin-bottom: 4px;
}

.container .search_links_text p:first-child i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../../images/zhuanliregister/search_icon7.png);
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 4px;
}


.patent-container{
  padding:50px 0 66px 0;
}




.patent-apply-container{
  /*margin-top:70px;*/
}

.patent-container .title{
  width:100%; padding:0;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.patent-apply-title span{
  margin:0 10px;
}



.sub-title{
  margin-top:10px;
  font-size: 14px; text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.patent-apply-list{
  width:1100px; margin:0 auto;
  margin-top:36px;
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.05);
}

.patent-apply-list ul{
    display: flex;
}

.patent-apply-list li{
   width:258px; padding:35px 0 20px 0;
  border-right:1px solid #f8f8f9;
  text-align: center;
}
.patent-apply-list li:last-child{
  border-right:0px solid #f8f8f9;
}



.patent-apply-list .item-title{
  margin-top:10px;
  font-size: 22px; line-height: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.patent-apply-list .item-sub-title{
  font-size: 14px; margin-top:15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.patent-apply-list .line{
  margin:30px auto 23px;
  width: 29px;
  height: 3px;
  background: #333333;
  border-radius: 2px;
}

.patent-apply-list .item-desc{
  display: flex; flex-direction: column;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.patent-apply-list .item-desc span{
    margin-bottom:12px;
}


.patent-apply-list .apply-btn{
  width: 141px;
  height: 36px; line-height: 36px;
  margin:0 auto;
  border: 1px solid #F4683F;
  border-radius: 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F4683F; cursor: pointer;
}


.patent-merit-container{
  margin-top:60px;
}


.patent-merit-inner{
  width:1100px; height:510px; margin:60px  auto 0;
  position: relative;
}

.patent-merit-item{
  display: flex; justify-content: center; align-items: center;
  width: 333px;
  height: 92px;
  padding:0 25px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 2px rgba(49, 49, 49, 0.05);
}

.patent-merit-item-img{
  flex-shrink: 0;
  width:50px; height:50px;
}

.patent-merit-item-title{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.patent-merit-item-sub-title{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.left-1{
   position:absolute; top:0px; left:120px;
}

.left-2{
  position:absolute; top:138px; left:0px;
}

.left-3{
  position:absolute; top:278px; left:20px;
}

.right-1{
  position:absolute; top:30px; right:70px;
}

.right-2{
  position:absolute; top:155px; right:0px;
}

.right-3{
  position:absolute; top:300px; right:57px;
}

.patent-merit-item.bottom{
  position:absolute; bottom:0px; right:400px;
}

.patent-merit-middle{
  position:absolute; left:49%; top:42%;
  margin-left:-162px; margin-top:-158px;

}


/* 专利申请服务 */
.application {
  width: 100%;
  height: 798px;
  background: url(../../images/zhuanliregister/application_bg.jpg) no-repeat center;
  padding-top: 365px;
  margin-top: -314px;
}

.application_l {
  margin-top: -42px;
  padding: 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.application_l1 {
  background: url(../../images/zhuanliregister/application_pic1.png) center no-repeat;
}

.application_l2 {
  background: url(../../images/zhuanliregister/application_pic2.png) center no-repeat;
}

.application_l3 {
  background: url(../../images/zhuanliregister/application_pic3.png) center no-repeat;
}

.application_l4 {
  background: url(../../images/zhuanliregister/application_pic4.png) center no-repeat;
}

.application_l li {
  float: left;
  width: 282px;
  height: 300px;
  margin-left: 10px;
  padding: 30px 0 0 24px;
}

.application_l li:first-child {
  margin-left: 0;
}

.application_l li:hover .application_l_b {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

.application_l_t {
  font-size: 18px;
  color: #393f52;
  font-weight: bold;
}

.application_l_d {
  font-size: 14px;
  color: #acadb2;
  margin-top: 4px;
}

.application_l_d:after {
  content: '';
  display: block;
  width: 21px;
  height: 1px;
  background: url(../../images/zhuanliregister/line.png);
  margin: 16px 0 24px;
}

.application_l_p label {
  font-size: 12px;
  color: #636366;
}

.application_l_p label:first-child {
  color: #ff580e;
  font-size: 16px;
}

.application_l_p span {
  font-size: 30px;
  color: #ff580e;
  font-weight: bold;
  font-family: 'Arial';
  position: relative;
  top: 2px;
}

.application_l_b {
  height: 30px;
  overflow: hidden;
  margin-top: 80px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(20px);
}

.application_l_b a {
  display: inline-block;
  width: 110px;
  height: 30px;
  overflow: hidden;
  background-color: #34426d;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.application_l_b a:hover {
  opacity: 0.9;
}

.application_l_b a:first-child {
  margin-right: 12px;
  background-color: #fa6b32;
}

/* 其他专利 */
.other {
  width: 100%;
  height: 577px;
  background: url(../../images/zhuanliregister/other_bg.jpg) no-repeat center;
  padding-top: 38px;
}

.other .box1200 {
  margin-top: -42px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 20px 0 20px 20px;
  height: 380px;
}

.other_l {
  width: 282px;
  height: 340px;
  margin-right: 10px;
  background: url(../../images/zhuanliregister/other_pic0.png) center no-repeat;
  padding: 36px 0 0 30px;
  position: relative;
}

.other_l:before {
  content: '';
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  position: absolute;
  top: 36px;
  left: 30px;
}

.other_l_tag {
  display: inline-block;
  width: 59px;
  height: 20px;
  background-color: #ffad33;
  border-radius: 2px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin: 17px 0 10px;
}

.other_l_tag:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px 6px 0 6px;
  border-color: transparent;
  border-top-color: #ffad33;
  border-style: solid;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}

.other_l_t span {
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(66, 62, 60, 0.3);
  font-weight: bold;
  vertical-align: middle;
  margin-right: 16px;
}

.other_l_d {
  color: #faa887;
  font-size: 14px;
}

.other_l_d:after {
  content: '';
  display: block;
  width: 35px;
  height: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  margin: 12px 0 10px;
}

.other_l_p {
  color: #fff;
}

.other_l_p span {
  font-size: 24px;
  font-family: 'Arial';
  position: relative;
  top: 2px;
}

.other_l_p label {
  font-size: 12px;
  margin-left: -2px;
}

.other_l_p:after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-top: 30px;
}

.other_l_c {
  display: inline-block;
  width: 210px;
  height: 34px;
  border: solid 2px #ffffff;
  margin-top: 48px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.other_l_c span {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.other_l_c span:after, .other_l_c span:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 5px;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.other_l_c span:before {
  background: url(../images/patentSpecial/other_icon3.png);
}

.other_l_c span:after {
  background: url(../images/patentSpecial/other_icon4.png);
}

.other_l_c:hover {
  background-color: #fff;
}

.other_l_c:hover span {
  color: #fa6b32;
}

.other_l_c:hover span:before {
  background: url(../images/patentSpecial/other_icon5.png);
}

.other_l_c:hover span:after {
  background: url(../images/patentSpecial/other_icon6.png);
}

.other_r {
  background-color: #fff;
  width: 886px;
  height: 100%;
}

.other_r li {
  width: 292px;
  height: 170px;
  float: left;
  border-left: 1px solid #edeef8;
  position: relative;
}

.other_r li:hover .other_r_d {
  height: 0;
  opacity: 0;
}

.other_r li:hover .other_r_b {
  margin-top: 30px;
  opacity: 1;
}

.other_r_c {
  padding: 18px 0 0 22px;
  overflow: hidden;
}

.other_r_t {
  font-size: 18px;
  color: #393f52;
  font-weight: bold;
}

.other_r_d {
  margin-top: 2px;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #acadb2;
}

.other_r_d:after {
  content: '';
  display: block;
  width: 21px;
  height: 1px;
  background: url(../images/patentSpecial/line.png);
  margin: 10px 0;
}

.other_r_p {
  color: #ff580e;
}

.other_r_p label {
  font-size: 14px;
}

.other_r_p label:first-child {
  font-size: 12px;
}

.other_r_p span {
  font-size: 16px;
  margin: 0 -4px;
}

.other_r_b {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.other_r_b a {
  display: inline-block;
  width: 110px;
  height: 30px;
  overflow: hidden;
  background-color: #34426d;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.other_r_b a:hover {
  opacity: 0.9;
}

.other_r_b a:first-child {
  margin-right: 12px;
  background-color: #fa6b32;
}

.other_r1 {
  border-bottom: 1px solid #edeef8;
  padding: 0 10px 10px;
}

.other_r1 .other_r_c {
  width: 100%;
  height: 100%;
  background: url(../../images/zhuanliregister/other_pic1.png);
}

.other_r2 {
  border-bottom: 1px solid #edeef8;
  padding: 0 10px 10px;
}

.other_r2 .other_r_c {
  width: 100%;
  height: 100%;
  background: url(../../images/zhuanliregister/other_pic2.png);
}

.other_r3 {
  border-bottom: 1px solid #edeef8;
  padding: 0 10px 10px;
  padding-right: 20px;
  width: 302px !important;
}

.other_r3 .other_r_c {
  width: 100%;
  height: 100%;
  background: url(../../images/zhuanliregister/other_pic3.png);
}

.other_r4 {
  padding: 10px 10px 0;
}

.other_r4 .other_r_c {
  width: 100%;
  height: 100%;
  background: url(../../images/zhuanliregister/other_pic4.png);
}

.other_r5 {
  padding: 10px 10px 0;
}

.other_r5 .other_r_c {
  width: 100%;
  height: 100%;
  background: url(../../images/zhuanliregister/other_pic5.png);
}

.other_r6 {
  padding: 10px 10px 0;
  padding-right: 20px;
  width: 302px !important;
}

.other_r6 .other_r_c {
  width: 100%;
  height: 100%;
  background: url(../../images/zhuanliregister/other_pic6.png);
}

/* 专利申请流程 */
.process {
  width: 100%;
  height: 560px;
  background: url(../../images/zhuanliregister/process_bg.jpg) no-repeat center;
}

.process_in {
  padding-top: 58px;
}

.process_in .common_title_t p {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}

.process_in .common_title_b {
  font-size: 14px;
  color: #b9bfd5;
}

.process_in .common_title img {
  margin-top: -21px;
}

.process_in_list {
  position: relative;
  top: -42px;
  z-index: 3;
}

.process_in_list_each {
  width: 232px;
  height: 300px;
  position: relative;
  background: url(../../images/zhuanliregister/process_bg1.png) no-repeat center;
  text-align: center;
  margin-right: 10px;
}

.process_in_list_each:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 50px;
  height: 40px;
  background: url(../../images/zhuanliregister/process_icon3.png) no-repeat center;
  margin-top: -20px;
  z-index: 2;
}

.process_in_list_each_up {
  width: 100%;
  height: 90px;
  position: relative;
}

.process_in_list_each_up img {
  max-width: 232px;
  max-height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}

.process_in_list_each_up span {
  display: block;
  width: 65px;
  height: 64px;
  background: url(../../images/zhuanliregister/process_img1.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 64px;
  font-size: 20px;
  color: #243159;
  font-weight: bold;
  font-family: Arial;
}

.process_in_list_each_p1 {
  font-size: 18px;
  color: #393f52;
  font-weight: bold;
  margin-top: 35px;
}

.process_in_list_each_p2 {
  font-size: 14px;
  color: #acadb2;
  margin-top: 8px;
  position: relative;
}

.process_in_list_each_p2:after {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 1px;
  background: url(../../images/zhuanliregister/line.png) no-repeat center;
  bottom: -15px;
  left: 50%;
  margin-left: -10.5px;
}

.process_in_list_each_btn {
  display: block;
  width: 192px;
  height: 36px;
  border: 2px solid #d5d6d8;
  text-align: center;
  background: url(../../images/zhuanliregister/process_icon1.png) no-repeat center;
  line-height: 32px;
  margin: 46px auto 0 auto;
  font-size: 14px;
  color: #737580;
  transition: .3s;
}

.process_in_list_each_btn:hover {
  border: 2px solid #fa753c;
  color: #fff;
  background: #fa753c url(../../images/zhuanliregister/process_icon2.png) no-repeat center;
}

.process_in_list_each:last-child {
  margin-right: 0;
}

.process_in_list_each:last-child:after {
  content: none;
}

/* 权威专家团队 */
.expert {
  width: 100%;
  height: 587px;
  background: url(../../images/zhuanliregister/expert_bg.jpg) no-repeat center;
}

.expert_in {
  padding-top: 37px;
}

.expert_in_slide {
  width: 100%;
  height: 468px;
  margin-top: -135px;
  position: relative;
  z-index: 2;
}

.expert_in_slide_wrap {
  width: 1284px;
  margin: auto;
  position: relative;
}

.expert_in_slide_wrap .turnfront, .expert_in_slide_wrap .turnback {
  display: block;
  position: absolute;
  width: 40px;
  height: 65px;
  transition: 0.3s;
  top: 245px;
  cursor: pointer;
}

.expert_in_slide_wrap .turnfront {
  background: url(../../images/zhuanliregister/expert_icon1.png) no-repeat center;
  left: 22px;
}

.expert_in_slide_wrap .turnfront:hover {
  background: url(../../images/zhuanliregister/expert_icon2.png) no-repeat center;
}

.expert_in_slide_wrap .turnback {
  background: url(../../images/zhuanliregister/expert_icon3.png) no-repeat center;
  right: 22px;
}

.expert_in_slide_wrap .turnback:hover {
  background: url(../../images/zhuanliregister/expert_icon4.png) no-repeat center;
}

.expert_in_slide_in {
  width: 1200px;
  height: 468px;
  overflow: hidden;
  margin: auto;
}

.expert_in_slide_bd_each {
  width: 1200px;
  height: 488px;
  float: left;
  position: relative;
  padding-bottom: 20px;
}

.expert_in_slide_bd_each .expert_wrap {
  margin-top: 100px;
  box-shadow: 0 0 20px rgba(194, 194, 194, 0.2);
  width: 1200px;
  height: 370px;
  background: #fff url(../images/patentSpecial/expert_sbg.png) no-repeat right bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 42px;
}

.expert_in_slide_bd_each_name {
  font-size: 24px;
  color: #3b3b3b;
  margin: 0px 0 0 48px;
}

.expert_in_slide_bd_each_name span {
  display: inline-block;
  padding: 0 8px;
  height: 21px;
  background: #2e447a;
  line-height: 21px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 10.5px;
  position: relative;
  top: -3px;
}

.expert_in_slide_bd_each_intro1 {
  font-size: 14px;
  color: #a9a9a9;
  margin: 5px 0 0 48px;
  position: relative;
}

.expert_in_slide_bd_each_intro1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 21px;
  height: 1px;
  background: url(../images/patentSpecial/line.png) no-repeat center;
}

.expert_in_slide_bd_each_intro2 {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 30px;
  margin: 28px 0 0 48px;
  width: 725px;
  height: 120px;
  position: relative;
}

.expert_in_slide_bd_each_intro2 span {
  color: #fa753c;
}

.expert_in_slide_bd_each_intro2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 21px;
  height: 1px;
  background: url(../images/patentSpecial/line.png) no-repeat center;
}

.expert_in_slide_bd_each_skilful {
  font-size: 14px;
  color: #6e6e6e;
  margin: 8px 0 0 48px;
}

.expert_in_slide_bd_each_show {
  margin: 32px 0 0 48px;
}

.expert_in_slide_bd_each_show_detail {
  width: 158px;
}

.expert_in_slide_bd_each_show_detail1 {
  width: 111px;
  padding-left: 0;
  position: relative;
}

.expert_in_slide_bd_each_show_detail11 {
  font-size: 18px;
  color: #5e5e5e;
}

.expert_in_slide_bd_each_show_detail12 {
  font-size: 14px;
  color: #999999;
}

.expert_in_slide_bd_each_show_detail2 {
  width: 166px;
  padding-left: 48px;
  position: relative;
}

.expert_in_slide_bd_each_show_detail21 {
  font-size: 18px;
  color: #5e5e5e;
}

.expert_in_slide_bd_each_show_detail22 {
  font-size: 14px;
  color: #999999;
}

.expert_in_slide_bd_each_show_detail2:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 43px;
  background: #e6e6e6;
  top: 0;
  right: 0;
}

.expert_in_slide_bd_each_show_detail3 {
  width: 166px;
  padding-left: 48px;
  position: relative;
}

.expert_in_slide_bd_each_show_detail31 {
  font-size: 18px;
  color: #5e5e5e;
}

.expert_in_slide_bd_each_show_detail32 {
  font-size: 14px;
  color: #999999;
}

.expert_in_slide_bd_each_show_detail3:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 43px;
  background: #e6e6e6;
  top: 0;
  right: 0;
}

.expert_in_slide_bd_each_show_detail3:after {
  content: none;
}

.expert_in_slide_bd_each .person {
  position: absolute;
  bottom: 0;
  right: 55px;
}

/* 顾问 */
.team {
  width: 100%;
  height: 614px;
  background: url(../../images/zhuanliregister/team.jpg) center no-repeat;
  padding-top: 50px;
}

.team .common_title_b:after {
  content: '';
  display: block;
  width: 31px;
  height: 1px;
  background: url(../images/projectDeclare/team_icon1.png) no-repeat center;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15.5px;
}

.team_slide {
  margin-top: 26px;
}

.team_slide_hd ul {
  width: auto;
  text-align: center;
  font-size: 0;
}

.team_slide_hd ul li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #8b90a2;
  border-left: none;
  cursor: pointer;
}

.team_slide_hd ul li:first-child {
  border-left: 1px solid #8b90a2;
}

.team_slide_hd ul li.on {
  border-top: 2px solid #ef561e;
  position: relative;
}

.team_slide_hd ul li.on:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 4px 0 4px;
  border-top-color: #ef561e;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
}

.team_slide_bd {
  margin-top: 50px;
  height: 320px;
}

.team_slide_bd .team_star {
  width: 320px;
  height: 320px;
  float: left;
  margin-right: 10px;
  background: url(../../images/zhuanliregister/team_pic1.jpg) center no-repeat;
  text-align: center;
  padding-top: 22px;
}

.team_slide_bd .team_star_t {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.team_slide_bd .team_star_pic {
  margin: 10px auto 6px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  overflow: hidden;
}

.team_slide_bd .team_star_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.team_slide_bd .team_star_name {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.team_slide_bd .team_star_exp {
  font-size: 14px;
  color: #ffd3bf;
  margin: 8px 0 12px;
}

.team_slide_bd .team_star a {
  display: inline-block;
  width: 100px;
  height: 26px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2b051), to(#f2b051)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#f2b051, #f2b051), linear-gradient(#ffffff, #ffffff);
  -webkit-box-shadow: 1px 1px 8px 0px rgba(129, 80, 59, 0.23);
  box-shadow: 1px 1px 8px 0px rgba(129, 80, 59, 0.23);
  border-radius: 13px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team_slide_bd .team_star a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.team_slide_bd .team_person {
  width: 141px;
height: 158px;
float: left;
position: relative;
margin: 0 0 4px 4px;
overflow: hidden;
}

.team_slide_bd .team_person:hover .team_person_contact {
  width: 100%;
  height: 100%;
}

.team_slide_bd .team_person_pic {
  width: 100%;
  height: 100%;
  background:#15181D;
}

.team_slide_bd .team_person_pic img {
  max-width: none;
}

.team_slide_bd .team_person_contact {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team_slide_bd .team_person_contact > div {
  width: 144px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -72px;
  margin-top: -80px;
}

.team_slide_bd .team_person_contact i {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-left: 2px solid #3d3d3d;
  border-top: 2px solid #3d3d3d;
}

.team_slide_bd .team_person_contact p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 66px 0 24px;
}

.team_slide_bd .team_person_contact a {
  display: inline-block;
  width: 100px;
  height: 26px;
  background-color: #fa753c;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(129, 80, 59, 0.23);
  box-shadow: 1px 1px 8px 0px rgba(129, 80, 59, 0.23);
  border-radius: 13px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  -webkit-transition: box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

/* 案例 */
.case {
  height: 479px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 42px;
  background: url(../images/patentSpecial/success_bg.jpg) no-repeat center;
}

.case .common_title {
  margin-bottom: -50px;
}

.case_l {
  width: 1200px;
  height: 260px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.02);
  padding: 12px;
}

.case_l li {
  float: left;
  width: 180px;
  height: 104px;
  background-color: #f2f3f7;
  text-align: center;
  line-height: 104px;
  margin: 8px;
}

.case_l li img {
  transition: 0.5s;
}

.case_l li:hover img {
  transform: scale(1.1);
}

/* 常见问题 */
.question {
  width: 100%;
  height: 526px;
  background: url(../images/patentSpecial/question_bg.jpg) no-repeat center;
}

.question_in {
  padding-top: 52px;
}

.question_in .common_title img {
  margin-top: 5px;
}

.question_in_detail {
  width: 1200px;
  margin-top: -73px;
  position: relative;
  z-index: 2;
}

.question_in_detail_each {
  width: 285px;
  margin-right: 20px;
}

.question_in_detail_each:hover .question_in_detail_each_up {
  transform: translateY(-4px);
}

.question_in_detail_each_up {
  width: 285px;
  height: 216px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 30px 0 30px;
  transition: 0.3s;
  background: url(../images/patentSpecial/question_sbg.png) no-repeat center;
}

.question_in_detail_each_up_icon {
  width: 86px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #ffffff;
  font-family: Arial;
  background: #fa9164;
  border-radius: 9px;
}

.question_in_detail_each_up_show {
  font-size: 14px;
  color: #7a7c80;
  line-height: 25px;
  width: 100%;
  height: 75px;
  margin-top: 12px;
}

.question_in_detail_each_down {
  margin-top: 20px;
}

.question_in_detail_each_down_num {
  margin-left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  font-family: Arial;
  background: #34426d;
}

.question_in_detail_each_down_name {
  margin-left: 10px;
  font-size: 18px;
  color: #393f52;
  font-weight: bold;
  width: 185px;
}

.question_in_detail_each:last-child {
  margin-right: 0;
}

/*查询能否申请弹窗*/
.background_2 {
  position: fixed;
  _position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #323232;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.webox {
  position: fixed;
  _position: absolute;
  z-index: 9999;
  padding: 14px;
  _background: #000;
  background: rgba(10, 10, 10, 0.5);
  border-radius: 5px;
  width: 700px;
  height: 490px;
  display: block;
  left: 50%;
  top: 50%;
  margin: -245px 0 0 -350px;
}

.webox #inside {
  background-color: #ffffff;
  height: 490px;
}

.webox #inside h1 {
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  height: 60px;
  padding-left: 35px;
  font-family: Arial;
  background: #0586eb;
  cursor: move;
}

.webox #inside h1 a {
  position: absolute;
  display: block;
  right: 15px;
  margin-top: 15px;
  top: 0px;
  font-size: 14px;
  background-image: url(../images/close.fw.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: inline-block;
}

.webox #inside h1 a:hover {
  background-position: center bottom;
}

.trademark-xq-reg {
  width: 440px;
  margin: 0 auto;
  color: #999;
  font-size: 14px;
  padding-top: 40px;
}

.trademark-xq-buy {
  width: 470px;
  margin: 0 auto;
}

.trademark-xq-buy-c li {
  margin-top: 24px;
  position: relative;
}

.trademark-xq-buy-cl {
  float: left;
  width: 80px;
  text-align: right;
  color: #4c4c4c;
  font-size: 16px;
  padding-top: 6px;
}

.trademark-xq-buy-cr {
  float: left;
  width: 380px;
  height: 34px;
  padding-left: 10px;
}

.clearone {
  clear: both;
  zoom: 1;
  height: 0;
}

.trademark-xq-buy-input {
  border: 1px solid #eee;
  height: 32px;
  line-height: 32px;
  width: 358px;
  padding: 0 10px;
}

.trademark-xq-reg-c-a {
  background: #7ac143 url(../images/trademark-serxq-d.png) no-repeat 10px 50%;
  color: #fff;
  position: absolute;
  top: -20px;
  right: 0;
  width: 352px;
  height: 20px;
  padding-left: 28px;
}

.submit-btn {
  background: #ff962a;
  border: 1px solid #ff962a;
  width: 149px;
  height: 38px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  margin-left: 90px;
}

.reset-btn {
  background: #e5e5e5;
  border: 1px solid #d2d2d2;
  width: 149px;
  height: 38px;
  cursor: pointer;
  color: #4c4c4c;
  font-size: 14px;
  margin-left: 10px;
}

.trademark-xq-reg-b {
  height: 42px;
  line-height: 42px;
  color: #999;
  font-size: 14px;
  border-top: 1px dashed #efefef;
  margin-top: 35px;
}

.trademark-xq-reg-b span {
  padding-left: 20px;
}

.trademark-xq-buy-cr .select_box {
  float: left;
}

.trademark-xq-buy-cr .select_box dl dd {
  float: left;
  border: 1px solid #eee;
  height: 32px;
  line-height: 32px;
  width: 380px;
  position: relative;
}

.trademark-xq-buy-cr .select_box dl dd span {
  display: inline-block;
  width: 100%;
  position: relative;
}

.trademark-xq-buy-cr .select_box dl dd span a {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #818181;
  background: url(../images/pull_down_icon.png) no-repeat 94% 50%;
  padding: 0 44px 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.trademark-xq-buy-cr .select_box dl dd .select {
  position: absolute;
  left: -1px;
  top: 32px;
  width: 100%;
  max-height: 120px;
  height: auto;
  z-index: 999;
  border: 1px solid #eee;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.trademark-xq-buy-cr .select_box dl dd .select a {
  display: block;
  width: 100%;
  height: 24px;
}

.trademark-xq-buy-cr .select_box dl dd .select a label {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 12px;
  color: #818181;
  text-indent: 10px;
  cursor: pointer;
}

.trademark-xq-buy-cr .select_box dl dd .select a input {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 6px 4px 4px 0;
}
/*查询能否申请弹窗*/