@charset "UTF-8";
/* CSS Document */
/*全局样式*/
body {
  font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif, "宋体";
  font-size: 12px;
  color: #333;
  background: #fff;
}

html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
th,
img,
div,
tr,
p,
select,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
  font-size: 12px;
}

li {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

.clear {
  clear: both;
  height: 0px;
  display: block;
  line-height: 0px;
  visibility: hidden;
  overflow: hidden;
  zoom: 1;
}

input {
  vertical-align: middle;
  border: none;
  background: none;
}

select {
  vertical-align: middle;
  border: none;
  background: none;
}

button {
  text-align: center;
  border: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 12px;
}

textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
  padding: 0px;
  background: none;
}

label {
  cursor: pointer;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: none;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

input:focus {
  outline: none;
}

/* 左浮动*/
.fl {
  float: left;
}

/* 右浮动*/
.fr {
  float: right;
}

/* 鼠标变小手*/
.cs {
  cursor: pointer;
}

/* 超过一行内容多的变成... */
.dian1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 超过两行行内容多的变成... */
.dian2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 超过三行内容多的变成... */
.dian3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 12px的字体至28px 如果你是其他单位的如rem等,请自行斟酌修改使用*/
.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fixed:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

html .fixed {
  *zoom: 1;
}

/* 清除浮动 */
.cb {
  clear: both;
}

/* 不让用户选中 */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

  not supported by any browser */
}

.scrollbarchange::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  position: absolute;
  right: 0px;
}

.scrollbarchange::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #e0e0e0;
}

.scrollbarchange::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #f2f2f2;
}

.conent {
  width: 1200px;
  margin: 0 auto;
}

/* 建设世界一流知识产权服务平台 */
.center {
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background: white;
  color: #fff;
  z-index: 9999;
}
.center .center-dev .center-left {
  float: left;
}
.center .center-dev .center-left .left-img {
  float: left;
  margin-top: 20px;
}
.center .center-dev .center-right {
  float: right;
  text-align: center;
}
.center .center-dev .center-right a {
  padding: 15px 16px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #F44444;
  border: 1px solid #F44444;
  line-height: 70px;
  border-radius: 5px;
}

.trademark {
  margin: 0 auto;
  width: 1920px;
  height: 448px;
  background: url(../images/banner.png) no-repeat;
}
.trademark .trademark-p {
  position: relative;
  bottom: -180px;
  left: 378px;
  font-size: 34px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFEF84;
  line-height: 48px;
}

/* 专注知产服务20年 */
.middle {
  display: flex;
  flex-direction: column;
}
.middle .middle-focus {
  height: 29px;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-top: 40px;
}
.middle .middle-focus::before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 16px;
  background: url(../images/3.png) no-repeat;
  margin-right: 11px;
}
.middle .middle-focus::after {
  content: "";
  display: inline-block;
  width: 72px;
  height: 16px;
  background: url(../images/4.png) no-repeat;
  margin-left: 11px;
  margin-bottom: 3px;
}
.middle .middle-p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-top: 13px;
}

.service-content {
  margin-top: 16px;
}
.service-content .service-ul .service-li {
  float: left;
  margin-top: 26px;
  margin-right: 34px;
  width: 583px;
  height: 142px;
  transition: all 0.5s;
}
.service-content .service-ul .service-li .service-img {
  width: 583px;
  height: 142px;
}
.service-content .service-ul .service-li .service-p1 {
  position: relative;
  bottom: 118px;
  margin-left: 129px;
  margin-top: 13px;
  height: 24px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 700;
  color: #181818;
  line-height: 24px;
  text-align: left;
}
.service-content .service-ul .service-li .service-p1 span {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  color: #E4463A;
}
.service-content .service-ul .service-li .service-p2 {
  position: relative;
  bottom: 118px;
  margin-left: 129px;
  margin-top: 24px;
  height: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #181818;
  text-align: left;
}
.service-content .service-ul .service-li::after {
  content: "";
  position: relative;
  bottom: 75px;
  display: block;
  width: 0px;
  height: 4px;
  background-color: #E84E42;
  border: 50%;
  transition: width 0.3s cubic-bezier(0.1, 0.1, 0.1, 0.1);
}
.service-content .service-ul .service-li:hover {
  box-shadow: -3px 8px 20px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.service-content .service-ul .service-li:hover::after {
  width: 583px;
  background-color: #E84E42;
  transition: all 0.3s;
}
.service-content .service-ul .service-li:nth-child(2n) {
  margin-right: 0;
}

.middle-img {
  position: relative;
  top: 0;
  left: -355px;
  width: 1920px;
  height: 434px;
  background: url(../images/9.png) no-repeat;
  margin-top: 20px;
}

.img {
  margin-top: 30px;
}
.img .img-left {
  float: left;
  margin-right: 34px;
  margin-left: 360px;
  width: 584px;
  height: 262px;
  background: url(../images/10.jpg) no-repeat;
}
.img .img-left ul {
  margin-top: 41px;
  margin-left: 36px;
}
.img .img-left ul .leftul-li1 {
  height: 31px;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px;
}
.img .img-left ul .leftul-li2 {
  margin-top: 25px;
  margin-bottom: 40px;
  height: 47px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.img .img-left ul .leftul-li3 {
  padding: 9px 14px;
  width: 95px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
}
.img .img-left ul .leftul-li3 span {
  width: 62px;
  height: 15px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  transition: all 0.3s;
}
.img .img-left ul .leftul-li3 span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  position: relative;
  bottom: 4px;
  left: 14px;
  margin: auto;
  background: url(../images/why-arrow-hover.png) no-repeat;
  transition: all 0.3s;
}
.img .img-left ul .leftul-li3:hover {
  border: 0;
  background-color: #E02520;
  transition: all 0.4s ease 0s;
}
.img .img-right {
  float: left;
  width: 582px;
  height: 260px;
  background: url(../images/12.png) no-repeat;
}
.img .img-right ul {
  margin-top: 41px;
  margin-left: 36px;
}
.img .img-right ul .leftul-li1 {
  height: 31px;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px;
}
.img .img-right ul .leftul-li2 {
  margin-top: 25px;
  margin-bottom: 40px;
  height: 47px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.img .img-right ul .leftul-li3 {
  padding: 9px 14px;
  width: 95px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
}
.img .img-right ul .leftul-li3 span {
  width: 62px;
  height: 15px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  transition: all 0.3s;
}
.img .img-right ul .leftul-li3 span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  position: relative;
  bottom: 4px;
  left: 14px;
  margin: auto;
  background: url(../images/why-arrow-hover.png) no-repeat;
  transition: all 0.3s;
}
.img .img-right ul .leftul-li3:hover {
  border: 0;
  background-color: #E02520;
  transition: all 0.4s ease 0s;
}
.img .img-right ul .leftul-li3:hover span::after {
  background: url(../images/why-arrow-hover.png) no-repeat;
  transform: scale(1.1);
  transition: all 0.4s ease 0s;
  -webkit-transform: scale(1.1);
}

.qr-code {
  margin-top: 30px;
  display: flex;
}
.qr-code .code-div img {
  width: 544px;
  height: 418px;
  margin-right: 110px;
}
.qr-code .code-div .code-p {
  position: relative;
  bottom: 40px;
  left: 102px;
  width: 263px;
  height: 23px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.qr-code .forus-div {
  float: left;
}
.qr-code .forus-div .radius li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 29px;
  width: 6px;
  height: 6px;
  background: #347CE7;
  border-radius: 50%;
}
.qr-code .forus-div .fize {
  margin-top: 31px;
}
.qr-code .forus-div .fize .ul-li1 {
  height: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #999999;
  line-height: 18px;
}
.qr-code .forus-div .fize .ul-li2 {
  margin-top: 12px;
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #181818;
  line-height: 18px;
}
.qr-code .forus-div .fize .ul-li2::after {
  content: "";
  display: block;
  margin-top: 31px;
  width: 88px;
  height: 4px;
  background: #347CE7;
}
.qr-code .forus-div .fize .ul-li2::before {
  content: "";
  display: block;
  position: relative;
  top: 53px;
  width: 558px;
  height: 1px;
  background: #E8F1FF;
}
.qr-code .forus-div .serve {
  margin-top: 66px;
  display: flex;
  width: 339px;
  justify-content: space-between;
}
.qr-code .forus-div .serve .trademark-services {
  width: 116px;
  text-align: center;
  margin-right: 107px;
}
.qr-code .forus-div .serve .trademark-services img {
  width: 116px;
  height: 116px;
  margin-bottom: 13px;
}
.qr-code .forus-div .serve .trademark-services .trademark-p1 {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.qr-code .forus-div .serve .trademark-services .trademark-p2 {
  margin-top: 8px;
  margin-bottom: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.qr-code .forus-div .serve .trademark-services .trademark-div {
  padding: 7px 19px 7px 11px;
  width: 78px;
  height: 28px;
  border: 1px solid #181818;
  border-radius: 3px;
  transition: all 0.4s ease 0s;
}
.qr-code .forus-div .serve .trademark-services .trademark-div .trademark-span {
  width: 30px;
  height: 15px;
  font-size: 16px;
  color: #333333;
  font-family: PingFang SC;
  font-weight: 400;
  transition: all 0.4s ease 0s;
}
.qr-code .forus-div .serve .trademark-services .trademark-div .trademark-span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  position: relative;
  bottom: 4px;
  left: 8px;
  margin: auto;
  background: url(../images/16.png) no-repeat;
  transition: all 0.4s ease 0s;
}
.qr-code .forus-div .serve .trademark-services .trademark-div:hover {
  background: #E02520;
  border: 0;
  border-radius: 3px;
  transition: all 0.4s ease 0s;
}
.qr-code .forus-div .serve .trademark-services .trademark-div:hover .trademark-span {
  color: #FFFFFF;
  transition: all 0.4s ease 0s;
}
.qr-code .forus-div .serve .trademark-services .trademark-div:hover .trademark-span::after {
  background: url(../images/17.png) no-repeat;
  transform: scale(1.1);
  transition: all 0.4s ease 0s;
  -webkit-transform: scale(1.1);
}
.qr-code .forus-div .serve .case-services {
  width: 116px;
  text-align: center;
}
.qr-code .forus-div .serve .case-services img {
  width: 116px;
  height: 116px;
  margin-bottom: 13px;
}
.qr-code .forus-div .serve .case-services .trademark-p1 {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.qr-code .forus-div .serve .case-services .trademark-p2 {
  margin-top: 8px;
  margin-bottom: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.qr-code .forus-div .serve .case-services .trademark-div {
  padding: 7px 19px 7px 11px;
  width: 78px;
  height: 28px;
  border: 1px solid #181818;
  border-radius: 3px;
  transition: all 0.4s ease 0s;
}
.qr-code .forus-div .serve .case-services .trademark-div .trademark-span {
  width: 30px;
  height: 15px;
  font-size: 16px;
  color: #333333;
  font-family: PingFang SC;
  font-weight: 400;
  transition: all 0.4s ease 0s;
}
.qr-code .forus-div .serve .case-services .trademark-div .trademark-span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  position: relative;
  bottom: 4px;
  left: 8px;
  margin: auto;
  background: url(../images/16.png) no-repeat;
  transition: all 0.4s ease 0s;
}
.qr-code .forus-div .serve .case-services .trademark-div:hover {
  background: #E02520;
  border: 0;
  border-radius: 3px;
  transition: all 0.4s ease 0s;
}
.qr-code .forus-div .serve .case-services .trademark-div:hover .trademark-span {
  color: #FFFFFF;
  transition: all 0.4s ease 0s;
}
.qr-code .forus-div .serve .case-services .trademark-div:hover .trademark-span::after {
  background: url(../images/17.png) no-repeat;
  transform: scale(1.1);
  transition: all 0.4s ease 0s;
  -webkit-transform: scale(1.1);
}

.footer {
  width: 100%;
  min-width: 1200px;
  background: #24242a;
}
.footer .footer-div {
  margin-top: 25px;
  width: 1200px;
  height: 236px;
  padding-top: 57px;
  background-color: #24242a;
  margin: 0 auto;
}
.footer .footer-div .footer-Shangbiao .footer-left {
  float: left;
  margin-right: 351px;
}
.footer .footer-div .footer-Shangbiao .footer-left ul .li-logo {
  margin-top: 2px;
  width: 168px;
  height: 38px;
}
.footer .footer-div .footer-Shangbiao .footer-left ul .li-phone {
  margin-top: 48px;
}
.footer .footer-div .footer-Shangbiao .footer-left ul .li-phone img {
  margin-top: -2px;
}
.footer .footer-div .footer-Shangbiao .footer-left ul .li-phone span {
  width: 136px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #E5E5E5;
  margin-left: 14px;
}
.footer .footer-div .footer-Shangbiao .footer-left ul .headquarters-address {
  width: 389px;
  height: 49px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E5E5E5;
  line-height: 28px;
}
.footer .footer-div .footer-Shangbiao .footer-right {
  float: left;
}
.footer .footer-div .footer-Shangbiao .footer-right .footer-ul .footer-li {
  display: inline;
  height: 15px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}
.footer .footer-div .footer-Shangbiao .footer-right .footer-ul .liul-li1 {
  display: block;
  width: 57px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E5E5E5;
  margin-left: 387px;
  margin-top: 29px;
}
.footer .footer-div .footer-Shangbiao .footer-right .footer-ul .liul-li2 {
  display: block;
  width: 57px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E5E5E5;
  margin-left: 387px;
  margin-top: 8px;
}
.footer .footer-div .footer-Shangbiao .footer-right .footer-ul .footer-li:nth-child(1) {
  margin-right: 129px;
}
.footer .footer-div .footer-Shangbiao .footer-right .footer-ul .footer-li:nth-child(2) {
  margin-right: 143px;
}
.footer .footer-div .copyright {
  width: 414px;
  height: 14px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E5E5E5;
  line-height: 24px;
  text-align: center;
  position: relative;
  left: 393px;
  top: 20px;
}
.footer .footer-div::before {
  content: "";
  display: block;
  position: relative;
  top: 185px;
  border-bottom: 1px solid #505050;
}/*# sourceMappingURL=index.css.map */