.plate-introduce{
  background-image: -moz-linear-gradient( 0deg, rgb(178,191,255) 0%, rgb(229,238,255) 50%, rgb(178,191,255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(178,191,255) 0%, rgb(229,238,255) 50%, rgb(178,191,255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(178,191,255) 0%, rgb(229,238,255) 50%, rgb(178,191,255) 100%);
}
.public-title{
  text-align: center;
  font-size: 30px;
  margin-top: 80px;
  color: rgb(61, 68, 102);
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
}
.plate-introduce .left-hd{
  width: 430px;
  position: relative;
  margin-top: 24px;
  float: left;
}
.plate-introduce .left-hd .kj{
  position: absolute;
  top: 20px;
  font-size: 24px;
  color: #12499e;
  left: 175px;
  margin-left: -46px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.plate-introduce .left-hd .text1{
  position: absolute;
  top: 112px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  left: 192px;
  margin-left: -72px;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-transform: matrix( 0.75,0,0,0.75,0,0);
  -ms-transform: matrix( 0.75,0,0,0.75,0,0);
}
.plate-introduce .left-hd .text2{
  position: absolute;
  bottom: 95px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  left: 140px;
  margin-left: -54px;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-transform: matrix( 0.75,0,0,0.75,0,0);
  -ms-transform: matrix( 0.75,0,0,0.75,0,0);
}
.right-hd{
  width: 970px;
  float: left;
  height: 360px;
  overflow: hidden;
  margin-top: 24px;
}
.right-hd .text{
  line-height: 34px;
  font-size: 17px;
  color: #333;
}
.right-hd .text1{
  margin-top: 16px;
}
.right-hd .text2{
  margin-top: 72px;
}
.tst-process{
  padding-bottom: 80px;
}
.tst-process li{
  width: 215px;
  float: left;
  position: relative;
}
.tst-process .lf-circle{
  width: 112px;
  text-align: center;
}
.tst-process li .arrow{
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -44px;
}
.tst-process .circle {
  border-radius: 50%;
  background-image: -moz-linear-gradient( 135deg, rgb(255,255,255) 0%, rgb(236,236,236) 75%, rgb(217,217,217) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(255,255,255) 0%, rgb(236,236,236) 75%, rgb(217,217,217) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(255,255,255) 0%, rgb(236,236,236) 75%, rgb(217,217,217) 100%);
  box-shadow: -5px 8.66px 15px 0px rgba(0, 0, 0, 0.3);
  width: 110px;
  height: 110px;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.tst-process .circle .iconfont{
  font-size: 60px;
  background-image: -webkit-linear-gradient(left, #a284bc, #644da0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tst-process .ti{
  margin-top: 24px;
  font-size: 16px;
  color: #666;
}
.tst-process li:last-of-type {
  width: 109px;
}
.tst-process ul{
  margin-top: 75px;
  margin-left: 0;
}
.providing-services .service{
  justify-content: space-between;
}
.providing-services .service-item img{
  margin-top: 56px;
  margin-bottom: 24px;
  max-width: 128px;
}
.providing-services{
  padding-bottom: 80px;
  background-image: -moz-linear-gradient( 0deg, rgb(178,191,255) 0%, rgb(229,238,255) 50%, rgb(178,191,255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(178,191,255) 0%, rgb(229,238,255) 50%, rgb(178,191,255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(178,191,255) 0%, rgb(229,238,255) 50%, rgb(178,191,255) 100%);
}
.listing img{
  margin-top: 56px;
}
.service-item .describe{
  width: 96px;
  font-size: 16px;
  margin: 0 auto;
}
.transaction-content{
  background-color: #f7f7f7;
  border-top: 2px solid #5c6699;
  padding: 64px 80px 80px 80px;
}
.aside-left{
  width: 210px;
  float: left;
}
.aside-left .aside-item{
  width: 100%;
  line-height: 64px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 8px;
  border: 1px solid #5c6699;
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.5);
}
.aside-left .aside-item a{
  font-size: 18px;
  color: #3d4466;
  display: block;
}
.aside-left .aside-item.active{
  background: linear-gradient(to right,#3d4466,#5c6699,#3d4466);
}
.aside-left .aside-item.active a{
  color: #fff;
}
.aside-left .aside-item:hover{
  background: linear-gradient(to right,#3d4466,#5c6699,#3d4466);
}
.aside-left .aside-item:hover a{
  color: #fff;
}
.article-right-info{
  float: right;
  width: calc(100% - 266px);
  position: relative;
}
.content-infos{
  padding: 72px 64px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(128, 128, 128, 0.2);
}
.article-right-info .title{
  text-align: center;
  font-size: 22px;
  margin-bottom: 14px;
}
.article-right-info .text-date{
  padding-bottom: 8px;
  border-bottom: 1px solid #5c6699;
}
.article-right-info .text-date span{
  font-size: 14px;
  color: #666;
  margin-right: 16px;
}
.article-right-info .content-text{
  margin-top: 56px;
  text-align: justify;
}
.article-right-info .content-text img{
  width: 80%;
  margin: 20px auto;
}
.article-right-info .middle{
  margin-top: 36px;
  float: left;
}
.article-right-info .middle .item{
  font-size: 14px;
}
.article-right-info .middle .item span{
  color: #1a1a1a;
}
.article-right-info .middle .item a{
  color: #808080;
}
.article-right-info .middle .item a:hover{
  color: #00aaff;
}
.article-right-info .middle .prev-item{
  margin-bottom: 14px;
}
.article-right-info .back-list{
  position: absolute;
  width: 150px;
  text-align: center;
  height: 31px;
  line-height: 31px;
  right: 75px;
  bottom: 14px;
  background-color: #5c6699;
}
.article-right-info .back-list a{
  color: #fff;
  font-size: 16px;
}
.article-right-info .back-list:hover{
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.9);
}
.article-right-info .back-list a i{
  margin-right: 16px;
  vertical-align: middle;
}

/*知识产权列表页*/
.group-news{
  border-top: 1px solid #5c6699;
  border-bottom: 1px solid #5c6699;
  margin-bottom: 40px;
}
.group-news .news-list {
  border-bottom: 1px dashed #8a99e5;
}
.group-news .news-list .download{
  float: right;
  font-size: 16px;
  color: #004d99;
}
.group-news .news-list .download:hover{
  color: #309904;
}
.download .download-icon{
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("/static/index/img/property/download_icon.png");
}
.group-news .news-list:last-of-type{
  border-bottom: 0
}
.group-news .news-list .head{
  position: relative;
  margin-top: 24px;
  padding-left: 35px;
  padding-right: 35px;
}
.group-news .news-list .head{
  font-size: 20px;
  color: #4c4c4c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.group-news .news-list .head a:hover{
  color: #00aaff;
}
.group-news .news-list .head .triangle{
  position: absolute;
  left: 0;
  top: 2px;
}
.group-news .news-list .new-text{
  width: 85%;
}
.group-news .news-list .new-text,.group-news .news-list .date{
  font-size: 16px;
  color: #808080;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 8px;
}
.group-news .news-list .date{
  line-height: 46px;
}

/*知识产权服务页*/
.module-content{
  margin-bottom: 56px;
}
.module-content .tl{
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 40px;
}
.module-content .tl .hi{
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  top: -1px;
  position: relative;
  width: 4px;
  height: 23px;
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.5);
  background-image: -moz-linear-gradient( 0deg, rgb(61,68,102) 0%, rgb(92,102,153) 50%, rgb(61,68,102) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(61,68,102) 0%, rgb(92,102,153) 50%, rgb(61,68,102) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(61,68,102) 0%, rgb(92,102,153) 50%, rgb(61,68,102) 100%);
}
.service-info{
  padding: 48px 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.5);
}
.service-info.bg-w{
  background-color: #fff;
  border: none;
}
.service-info .text-info{
  font-size: 24px;
  color: #1a1a1a;
}
.service-info .l{
  width: 720px;
  font-size: 16px;
  text-align: justify;
  color: #4c4c4c;
}
.service-info .l *{
  line-height: 32px;
}
.service-info .l *:last-of-type{
  margin-bottom: 0;
}
.service-info .r{
  width: 400px;
  float: right;
}
.service-info .r img{
  width: 100%;
  height: 100%;
}
.bank-group{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bank-group .bank-list{
  width: 400px;
  height: 160px;
  padding: 35px 39px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  margin-right: 20px;
  margin-bottom: 20px;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.5);
}
.bank-group .bank-list:hover img{
  transform: scale(1.2);
}
.bank-group .bank-list:nth-child(3n),.education-content .bank-group .bank-list:nth-child(3n){
  margin-right: 0 !important;
}
.module-content .box{
  margin-bottom: 20px;
}
/*轮播*/
.module-content>.flex{
  display: flex;
  justify-content: flex-start;
}
.module-content>.flex .carousel-item{
  width: 450px;
  margin-right: 25px;
}
.carousel-box .carousel-item{
  width: 400px;
  margin-right: 20px;
}
.carousel-item:nth-child(3n){
  margin-right: 0 !important;
}
.module-content .carousel-box{
  display: flex;
  justify-content: flex-start;
}
.carousel-item .item-inbox{
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  background-color: rgb(242, 244, 255);
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.5);
}
.carousel-item .item-inbox img{
  width: 100%;
  height: 100%;
  transition: all 1.5s;
}
.carousel-item .item-inbox .mask-top{
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.carousel-item .item-inbox .mask-top .mask-text{
  padding: 26px 32px;
  background-color: #5c6699;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: .9;
}
.carousel-item .item-inbox .mask-top .mask-text .mask-inner{
  width: 100%;
  height: 100%;
  text-align: justify;
  overflow: hidden;
}
.carousel-item .item-inbox .mask-text .mask-inner *{
  color: rgb(242, 242, 242) !important;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
}
.carousel-item .link{
  width: 100%;
  font-size: 20px;
  margin: 24px auto 0 auto;
  display: inline-block;
  text-align: center;
  line-height: 24px;
}
.carousel-item .item-inbox:hover .mask-top{
  display: block;
}
.carousel-item .item-inbox:hover img{
  transform: scale(1.05);
}
.carousel-item .link a{
  color: #333;
}
.carousel-item .link a:hover{
  color: #00aaff;
}
.carousel-box{
  position: relative;
}
.carousel-box .swiper-slide{
  display: flex;
  justify-content: space-between;
}
.message-board{
  margin-top: 64px;
}
.swiper-in-prev, .swiper-in-next {
  width: 30px;
  height: 50px;
  background: rgba(51,51,51, 0.2);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 50px;
  top: 40%;
}
.swiper-in-prev:hover, .swiper-in-next:hover {
  background: rgba(51,51,51, 0.6);
  color: rgba(255, 255, 255, 1);
}
.swiper-in-prev{
  left: -46px;
}
.swiper-in-next{
  right: -46px;
}
.swiper-in-prev:after, .swiper-in-next:after {
  color: #f2f2f2;
  font-size: 14px;
}
/*教育培训改变样式*/
.education-content .bank-group .bank-list{
  width: 450px;
  height: 180px;
}
.im{
  justify-content: space-between;
}
.im .carousel-item {
  width: 450px;
  margin-right: 0;
}
.im .carousel-item .item-inbox .mask-top{
  padding: 40px;
}
.contact-content{
  flex-wrap: wrap;
}
.contact-content .contact-item{
  padding: 12px 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.5);
  width: 690px;
  height: 180px;
}
.contact-content .contact-item .lf-phone{
  width: 180px;
  height: 100%;
  float: left;
  font-size: 24px;
  text-align: center;
}
.contact-content .contact-item .line{
  float: left;
  width: 1px;
  height: 100%;
  background-color: rgb(218, 220, 230);
  opacity: 0.902;
  box-shadow: 0px 2px 10px 0px rgba(128, 128, 128, 0.2);
}
.contact-content .contact-item .lf-phone img{
  margin: 25px auto;
  max-width: 61px;
}
.contact-content .contact-item .r-phone{
  float: left;
  width: 509px;
  text-align: center;
  height: 100%;
  line-height: 156px;
  font-size: 36px;
  color: #e51717;
  overflow: hidden;
}
.service-info .lf-text{
  max-height: 384px;
  overflow: hidden;
  font-size: 16px;
  color: #4c4c4c;
  max-width: 98%;
  text-align: justify;
  margin-top: -8px;
}
.service-info img{
  float: right;
  width: 640px;
  height: 384px;
}
.service-info .lf-text *{
  line-height: 32px;
}
@media (max-width: 768px) {
  .tst-process{
    display: none;
  }
  .breadcrumbs i{
    font-size: 12px;
    margin-right: 8px;
  }
  .service-info{
    padding: 24px 20px;
  }
  .group-news .news-list .new-text{
    width: 100%;
  }
  .providing-services{
    padding-bottom: 40px;
  }
  .right-hd{
    height: auto !important;
  }
  .public-title{
    font-size: 24px;
    margin-top: 40px;
  }
  .providing-services .service-item img{
    margin: 56px auto 24px auto;
    width: 75%;
  }
  .service-item .describe{
    font-size: 14px;
    width: 75%;
  }
  .min-content{
    margin-top: 36px;
  }
  .article-right-info .back-list{
    bottom: 42px !important;
  }
  .swiper-in-prev,.swiper-in-next{
    display: none
  }
  .module-content .tl{
    margin-bottom: 12px;
  }
  .transaction-content{
    padding: 16px !important;
  }
  .group-news .news-list .head,
  .group-news .news-list .new-text,
  .group-news .news-list .date
  {
    padding-right: 0;
  }
  .group-news .news-list .head{
    line-height: 24px;
  }
  .carousel-item .item-inbox .mask-top{
    display: none !important;
  }
  .carousel-item .link{
    width: 100%;
    margin-top: 12px;
  }
  .contact-content .contact-item{
    width: 100% !important;
    margin-bottom: 20px;
  }
  .min-content .education-content,.message-board{
    padding: .08rem;
  }
  .message-board{
    margin-top: 32px;
  }
}
@media (max-width: 991px){
  .plate-introduce .left-hd{
    width: 100% !important;
  }
  .plate-introduce .right-hd{
    width: 100% !important;
    padding: 0 15px;
    height: auto;
  }
  .plate-introduce .left-hd img{
    margin: 10px auto;
  }
  .plate-introduce .left-hd .kj{
    top: 30px;
    left: 50%;
  }
  .plate-introduce .left-hd .text1{
    top: 123px;
    left: 50%;
    margin-left: -55px;
  }
  .plate-introduce .left-hd .text2{
    left: 50%;
    bottom: 106px;
    margin-left: -88px;
  }
  .aside-left,.article-right-info{
    width: 100%;
  }
  .transaction-content{
    padding: 32px 40px 40px 40px;
  }
  .service-info .r{
    width: 100% !important;
    margin-top: 24px;
  }
  .min .module-content .bank-group .bank-list{
    width: 100% !important;
    margin-right: 0 !important;
    height: auto !important;
  }
  .swiper-in-prev{
    left: -34px;
  }
  .swiper-in-next{
    right: -34px;
  }
  .contact-content .contact-item{
    height: 135px;
  }
  .contact-content .contact-item .lf-phone img{
    margin: 12px auto;
  }
  .contact-content .contact-item .lf-phone img{
    width: 60% !important;
  }
  .contact-content .contact-item .r-phone{
    line-height: 111px !important;
    font-size: 14px !important;
  }
  .module-content .service-info .lf-text{
    max-height: 100% !important;
  }
}
@media (max-width: 1200px){
  .right-hd{
    width: 54% !important;
  }
  .tst-process .lf-circle{
    margin: 0 auto;
  }
  .tst-process li{
    width: 14.285% !important;
  }
  .right-hd .text2{
    margin-top: 36px;
  }
  .tst-process li .arrow{
    display: none !important;
  }
  .article-right-info .back-list{
    bottom: 24px;
  }
  .content-infos{
    padding: 36px 32px;
  }
  .bank-group .bank-list{
    width: 248px !important;
    height: 118px !important;
    margin-right: 18px !important;
  }
  .education-content .bank-group .bank-list{
    width: 300px !important;
    height: 130px !important;
    margin-right: 20px !important;
  }
  .service-info .lf-text{
    max-height: 252px !important;
  }
}
@media (min-width: 991px) and (max-width: 1200px){
  .article-right-info .middle .item{
    font-size: 13px;
  }
}

@media (max-width: 1480px) {
  .tst-process .circle .iconfont{
    font-weight: 600;
    font-size: 30px;
  }
  .min .nav-four a{
    width: 19%;
  }
  .right-hd{
    width: 62%;
  }
  .right-hd .text{
    font-size: 14px;
  }
  .tst-process li{
    width: 171px;
  }
  .tst-process .circle{
    width: 90px;
    height: 90px;
  }
  .tst-process li .arrow{
    right: 6px;
  }
  .article-right-info .back-list{
    width: 120px;
    right: 30px;
  }
  .article-right-info .back-list a{
    font-size: 14px;
  }
  .article-right-info .title{
    font-size: 14px;
    line-height: 24px;
  }
  .service-info .text-info,.module-content .tl{
    font-size: 18px;
  }
  .service-info .l{
    width: 100%;
    font-size: 14px;
  }
  .service-info .l *{
    margin-top: 10px;
    line-height: 28px;
  }
  .service-info .r{
    width: 95%;
  }
  .service-info .r img{
    width: 100%;
  }
  .bank-group .bank-list{
    width: 314px;
    height: 130px;
    margin-right: 19px;
  }
  .education-content .bank-group .bank-list{
    width: 368px;
    height: 150px;
    margin-right: 18px;
  }
  .carousel-item,.im .carousel-item{
    width: 32% !important;
  }
  .carousel-item .item-inbox{
    height: auto;
  }
  .carousel-item .link,.aside-left .aside-item a,
  .group-news .news-list .new-text,
  .group-news .news-list .date,
  .group-news .news-list .download
  {
    font-size: 14px;
  }
  .group-news .news-list .head a{
    font-size: 16px;
  }
  .contact-content .contact-item .r-phone{
    width: 70%;
    font-size: 24px;
  }
  .contact-content .contact-item .r-phone i{
    font-size: 14px;
  }
  .contact-content .contact-item{
    width: 48%;
  }
  .contact-content .contact-item .lf-phone{
    width: 29%;
    font-size: 14px;
  }
  .service-info .lf-text{
    max-height: 311px;
    font-size: 14px;
  }
  .service-info img{
    height: auto;
  }
  .carousel-item .link{
    width: 100%;
  }
  .carousel-item{
    margin-right: 0;
    justify-content: space-between;
  }
}
