@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: #333333;
  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;
  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/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: #f4f4f4;
}

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

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

/* banner */
.banner {
  width: 100%;
  height: 600px;
  background: url(../images/banner.gif) center no-repeat;
}

/* 查询 */
.container .search {
  background: url(../images/search_bg.jpg);
  margin-top: -85px;
  padding-top: 22px;
  overflow: hidden;
  position: relative;
}



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

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

.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 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 #157dff;
  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: #157dff;
  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:hover {
  background-color: #4a9aff;
}

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

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

.container .search_text span label {
  color: #157dff;
  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 .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/search_icon7.png);
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 4px;
}

/* 专利申请服务 */
.application {
  width: 100%;
  height: 540px;
  background: url(../images/application_bg.jpg) no-repeat center;
}

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

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

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

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

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

.application_l li {
  float: left;
  width:  287px;
  height: 360px;
  margin-left: 10px;
  text-align: center;

}

.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: #333333;
  padding-top: 200px;
  font-weight: bold;
}

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

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

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

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

.application_l_b {
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
  -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: 15px;
  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: #157dff;
}

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

.other .common_title_t p{
  color: #ffffff;
}
.other .box1200 {
  margin-top: 30px;
  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/other_pic0.png) center no-repeat;
  padding: 0px 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_t span {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 16px;
}



.other_l_p {
  color: #157dff;
}

.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: 150px;
  height: 34px;
  border: solid 1px #157dff;
  border-radius: 17px;
  margin-top: 68px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

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

.other_l_c span:after{
  content: '>';
  display: inline-block;
  width: 12px;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.other_l_c span:before {
  content: '<';
  display: inline-block;
  width: 12px;

  margin: 0 10px;
  vertical-align: middle;
  -webkit-transition: all .4s;
  transition: all .4s;
}


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

.other_l_c:hover span {
  color: #157dff;
}


.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: #333333;
  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/line.png);
  margin: 10px 0;
}

.other_r_p {
  color: #157dff;
}

.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: 15px;
  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: #157dff;
}

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

.other_r1 .other_r_c {
  width: 100%;
  height: 100%;
  background: url(../images/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/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/other_pic3.png);
}

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

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

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

.other_r5 .other_r_c {
  width: 100%;
  height: 100%;
  background: url(../images/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/other_pic6.png);
}

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

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

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

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

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

.process_in_list_each {
  width: 190px;
  position: relative;
  text-align: center;
  margin: 0px 5px;
}
.process_in_list_each_b{
    height: 248px;
    width: 190px;
    padding: 20px;

}
.process_in_list_each_h{
  width: 190px;
  height: 77px;

  background: url(../images/process_tit_bg.png) no-repeat center top;

}
.process_in_list_each_b.each1{
    background: url(../images/process_bg1.png) no-repeat center;
}
.process_in_list_each_b.each2{
    background: url(../images/process_bg2.png) no-repeat center;
}
.process_in_list_each_b.each3{
    background: url(../images/process_bg3.png) no-repeat center;
}
.process_in_list_each_b.each4{
    background: url(../images/process_bg4.png) no-repeat center;
}
.process_in_list_each_b.each5{
    background: url(../images/process_bg5.png) no-repeat center;
}
.process_in_list_each_b.each6{
    background: url(../images/process_bg6.png) no-repeat center;
}

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



.process_in_list_each_p1 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 60px;
}

.process_in_list_each_p2 {
  font-size: 16px;
  color: #acadb2;
  margin-top: 4px;
  line-height: 24px;
  min-height: 120px;
  position: relative;
}

.process_in_list_each_btn {
  display: block;
  width: 100px;
  height: 28px;
  border: 2px solid #4a81ee;
  text-align: center;
  line-height: 25px;
  margin: 23px auto 0 auto;
  font-size: 14px;
  border-radius: 14px;
  background: #4a81ee;
  color: #ffffff;
  transition: .3s;
}

.process_in_list_each_btn:hover {
  border: 2px solid #157dff;
  color: #fff;
  background: #157dff ;
}

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

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

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

.case .common_title {
  margin-bottom: -50px;
}
.case .common_title p{
  color: #ffffff;
}
.case_l {
  width: 1200px;
  margin-top: 60px;
  height: 260px;
  position: relative;
  z-index: 2;
  -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: #f6f6f6;
  text-align: center;
  line-height: 104px;
  margin: 8px;
}

.case_l li img {
  max-width:150px;
  max-height:50px;
  transition: 0.5s;
}

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

/* 常见问题 */
.question {
  width: 100%;
  height: 516px;
  background: url(../images/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: 20px;
  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: 230px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 32px 0 30px;
  transition: 0.3s;
  background: url(../images/question_sbg.png) no-repeat top center;
}

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

.question_in_detail_each_down {
  margin-top: 20px;
}

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

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

/* 在线 */
.online_consultation{
    width: 130px;
    height:158px;
    position: fixed;
    bottom: 60px;
    margin-left: 35px;
    float: left;
    background: url('../images/consultation.png') center top;
    cursor: pointer;
    
}

.online_consultation .pic1{
   display: block;
   margin-top: 2px;
   animation:myfirst 5s infinite; 
}

.online_consultation .pic2{
    position: absolute;
    top: 30px;
    left: 50px;
    animation:mytop 700ms infinite; 
}
.online_consultation .btn{
    display: block;
    width: 76px;
    height: 22px;
    margin:auto;
    margin-top: 4px;
    background: url('../images/consultation_btn.png') center no-repeat;
}

@keyframes mytop
{
  0%   {top: 30px;}
  100% {top: 28px;}
}

@keyframes myfirst
{
  0%   {transform:rotate(0deg);}
  100% {transform:rotate(360deg);}
}