.jh-header {
  height: 120px;
}
.jh-header img.jh-logo {
  max-width: 90px;
  max-height: 90px;
  box-sizing: content-box;
}
.jh-header ul.jh-nav {
  height: 100%;
  font-size: 22px;
}
.jh-header ul.jh-nav li a {
  color: #337ab7;
  text-decoration: none;
  text-align: center;
}
.jh-header ul.jh-nav .jh-menu {
  min-width: auto;
  left: 15px;
  top: 70px;
}
.jh-header ul.jh-nav .jh-menu-logo {
  width: 30px;
  height: 30px;
  float: right;
  background: url(../imgs/menu.png) no-repeat;
  background-size: 30px 30px;
}
.jh-header ul.jh-nav .dropdown-menu {
  width: 100%;
  min-width: auto;
}
.jh-header ul.jh-nav .dropdown-menu li {
  height: 35px;
  text-align: center;
}
.jh-header ul.jh-nav .dropdown-menu li a {
  color: #444;
}
.jh-header .tel img {
  width: 30px;
}
.jh-header .tel p {
  margin-bottom: 0;
}
.jh-header .tel p a {
  color: #e73828;
  font-size: 18px;
}
.banner {
  margin-left: 0;
  margin-right: 0;
}
.banner>p {
  width: 100%;
  height: 600px;
}
.register{
  /* height: 500px; */
  background: url(../imgs/register.jpg) center center no-repeat; 
  background-size: cover; 
  margin-bottom: 0;
  padding-bottom: 30px;
}
.jh-footer {
  background: #333;
  padding-top: 55px;
  padding-bottom: 55px;
  color: #fff;
  font-size: 16px;
}
.jh-footer a {
  color: #fff;
}
.jh-footer .jh-footer-content .content-l {
  font-size: 14px;
}
.jh-footer .jh-footer-content .content-l img {
  width: 25%;
  height: auto;
  margin-bottom: 10px;
}
.jh-footer .jh-footer-content .content-m li {
  margin-bottom: 40px;
  text-align: center;
}
.jh-footer .jh-footer-content .content-r {
  font-size: 14px;
  text-align: center;
}
.jh-footer .jh-footer-content .content-r img {
  width: 30%;
  height: auto;
  margin: 0 auto 10px;
}
.jh-footer .jh-footer-content .content-r li {
  padding-top: 10px;
}
.jh-copy {
  text-align: center;
  background-color: #242424;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.jh-copy a {
  color: #337ab7;
}
.jh-floatbox {
  width: 70px;
  height: 190px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  color: #fff;
  text-align: center;
}
.jh-floatbox li {
  width: 60px;
  height: 60px;
  margin: 0 auto 2px;
  position: relative;
  border-radius: 2px;
}
.jh-floatbox li > img {
  width: 60px;
  display: block;
}
.jh-floatbox li .p1 {
  width: 100px;
  height: 100%;
  background-color: #036eb8;
  position: absolute;
  top: 0;
  right: 65px;
  border-radius: 2px;
}
.jh-floatbox li .p1:after {
  content: '';
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #036eb8;
  position: absolute;
  top: 20px;
  right: -12px;
}
.jh-floatbox li .p1 a {
  color: #fff;
}
.jh-floatbox li .p2 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -10px;
  right: 65px;
}
.jh-floatbox li .p2:after {
  content: '';
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 13px;
  right: -12px;
}
#index .jh-register .container .jh-register-item{
  text-align: center;

}
#index .jh-register .container .jh-register-item h1{
  color: #fff;
  letter-spacing: 3px;
}
#index .jh-register-item h1 span{
  color: #fff100;
}
#index .jh-register .container .jh-register-item h1 p{
  font-size: 20px;
  margin-top: 14px;
  letter-spacing: 2px;
}
/*注册流程*/
#index .container .register-process{
  width: 100%;
  background: #fff;
  display: flex;
  margin-top: 20px;
}
/*版权管理*/
#index .jh-copyright,
#index .jh-trademark{
  background: #f9f9f9;
  padding: 20px 0;
  box-sizing: border-box;
}
#index .jh-copyright .copyright-image img,
#index .jh-trademark .copyright-image img{
  width: 100%;
  height:454px;
  object-fit: cover;
  
}
#index .jh-copyright .pc-copyright ul,
#index .jh-trademark .pc-copyright ul{
  background: #e5e5e5;
  margin-bottom: 0;
  border-radius: 8px;
  padding: 24px 40px 20px;
  box-sizing: border-box;
  margin-left: 10px;
  width: calc(100% - 10px);
}
#index .jh-copyright .row,
#index .jh-trademark .row{
  margin: 0;
}
#index .jh-copyright .pc-copyright ul .col-lg-3, 
#index .jh-copyright .pc-copyright ul .col-md-3,
#index .jh-copyright .pc-copyright ul .col-sm-3,
#index .jh-trademark .pc-copyright ul .col-lg-3, 
#index .jh-trademark .pc-copyright ul .col-md-3,
#index .jh-trademark .pc-copyright ul .col-sm-3{
  padding: 0;
}
#index .jh-copyright .pc-copyright ul li,
#index .jh-trademark .pc-copyright ul li{
  margin-bottom: 4px;
}
#index .jh-copyright .pc-copyright ul li>div,
#index .jh-trademark .pc-copyright ul li>div{
  background: #fff ; 
  margin: 0px 0 4px 4px;
  text-align: center;
  height: 100%;
  border-radius: 8px;
  padding:40px 0  10px;
}
#index .jh-copyright .pc-copyright ul li>div>p,
#index .jh-trademark .pc-copyright ul li>div>p{
  font-size: 15px;
  margin-top:30px ;
  color: #848282;
  letter-spacing: 1.5px;
  font-weight: 600;
}
#index .jh-copyright .pc-copyright ul li>div .apply,
#index .jh-trademark .pc-copyright ul li>div .apply{
  background: #eeeeee;
  padding: 8px 15px;
  width: 70%;
  margin:  0 auto;
  border-radius: 6px;
  color: #505050;
}

#index .jh-copyright .pc-copyright>div.col-lg-3 ,
#index .jh-copyright .pc-copyright>div.col-md-3 ,
#index .jh-copyright .pc-copyright>div.col-sm-3 ,
#index .jh-copyright .pc-copyright>div.col-xs-12,
#index .jh-trademark .pc-copyright>div.col-lg-3 ,
#index .jh-trademark .pc-copyright>div.col-md-3 ,
#index .jh-trademark .pc-copyright>div.col-sm-3 ,
#index .jh-trademark .pc-copyright>div.col-xs-12{
  padding: 0;
}
#index .jh-copyright .pc-copyright ul li:hover>div .apply:hover,
#index .jh-trademark .pc-copyright ul li:hover>div .apply:hover{
  background: #f9888e;
  color: #fff;
}
#index .jh-trademark .pc-copyright ul li:hover>div .apply:hover a,
#index .jh-copyright .pc-copyright ul li:hover>div .apply:hover a{
  color: #fff;
  text-decoration: none;
}
#index .jh-copyright .pc-copyright ul li>div>div:first-child,
#index .jh-trademark .pc-copyright ul li>div>div:first-child{
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
}
/*版权服务图标*/
#index .jh-copyright .pc-copyright ul li:first-child>div>div:first-child{
  background: url(../imgs/copyright/1.png) center center / cover no-repeat;
}
#index .jh-copyright .pc-copyright ul li:hover:first-child>div>div:first-child{
   background: url(../imgs/copyright/1_r.png) center center / cover no-repeat;
}

#index .jh-copyright .pc-copyright ul li:nth-child(2)>div>div:first-child{
  background: url(../imgs/copyright/2.png) center center / cover no-repeat;
}
#index .jh-copyright .pc-copyright ul li:hover:nth-child(2)>div>div:first-child{
   background: url(../imgs/copyright/2_r.png) center center / cover no-repeat;
}

#index .jh-copyright .pc-copyright ul li:nth-child(3)>div>div:first-child{
  background: url(../imgs/copyright/3.png) center center / cover no-repeat;
}
#index .jh-copyright .pc-copyright ul li:hover:nth-child(3)>div>div:first-child{
   background: url(../imgs/copyright/3_r.png) center center / cover no-repeat;
}

#index .jh-copyright .pc-copyright ul li:nth-child(4)>div>div:first-child{
  background: url(../imgs/copyright/4.png) center center / cover no-repeat;
}
#index .jh-copyright .pc-copyright ul li:hover:nth-child(4)>div>div:first-child{
   background: url(../imgs/copyright/4_r.png) center center / cover no-repeat;
}

#index .jh-copyright .pc-copyright ul li:nth-child(5)>div>div:first-child{
  background: url(../imgs/copyright/5.png) center center / cover no-repeat;
}
#index .jh-copyright .pc-copyright ul li:hover:nth-child(5)>div>div:first-child{
   background: url(../imgs/copyright/5_r.png) center center / cover no-repeat;
}

#index .jh-copyright .pc-copyright ul li:nth-child(6)>div>div:first-child{
  background: url(../imgs/copyright/6.png) center center / cover no-repeat;
}
#index .jh-copyright .pc-copyright ul li:hover:nth-child(6)>div>div:first-child{
   background: url(../imgs/copyright/6_r.png) center center / cover no-repeat;
}

#index .jh-copyright .pc-copyright ul li:nth-child(7)>div>div:first-child{
  background: url(../imgs/copyright/7.png) center center / cover no-repeat;
}
#index .jh-copyright .pc-copyright ul li:hover:nth-child(7)>div>div:first-child{
   background: url(../imgs/copyright/7_r.png) center center / cover no-repeat;
}

#index .jh-copyright .pc-copyright ul li:nth-child(8)>div>div:first-child{
  background: url(../imgs/copyright/8.png) center center / cover no-repeat;
}
#index .jh-copyright .pc-copyright ul li:hover:nth-child(8)>div>div:first-child{
   background: url(../imgs/copyright/8_r.png) center center / cover no-repeat;
}

/*商标注册图标*/
#index .jh-trademark .pc-copyright ul li:first-child>div>div:first-child{
  background: url(../imgs/trademark/1.png) center center / cover no-repeat;
}
#index .jh-trademark .pc-copyright ul li:hover:first-child>div>div:first-child{
   background: url(../imgs/trademark/1_r.png) center center / cover no-repeat;
}

#index .jh-trademark .pc-copyright ul li:nth-child(2)>div>div:first-child{
  background: url(../imgs/trademark/2.png) center center / cover no-repeat;
}
#index .jh-trademark .pc-copyright ul li:hover:nth-child(2)>div>div:first-child{
   background: url(../imgs/trademark/2_r.png) center center / cover no-repeat;
}

#index .jh-trademark .pc-copyright ul li:nth-child(3)>div>div:first-child{
  background: url(../imgs/trademark/3.png) center center / cover no-repeat;
}
#index .jh-trademark .pc-copyright ul li:hover:nth-child(3)>div>div:first-child{
   background: url(../imgs/trademark/3_r.png) center center / cover no-repeat;
}

#index .jh-trademark .pc-copyright ul li:nth-child(4)>div>div:first-child{
  background: url(../imgs/trademark/4.png) center center / cover no-repeat;
}
#index .jh-trademark .pc-copyright ul li:hover:nth-child(4)>div>div:first-child{
   background: url(../imgs/trademark/4_r.png) center center / cover no-repeat;
}

#index .jh-trademark .pc-copyright ul li:nth-child(5)>div>div:first-child{
  background: url(../imgs/trademark/5.png) center center / cover no-repeat;
}
#index .jh-trademark .pc-copyright ul li:hover:nth-child(5)>div>div:first-child{
   background: url(../imgs/trademark/5_r.png) center center / cover no-repeat;
}

#index .jh-trademark .pc-copyright ul li:nth-child(6)>div>div:first-child{
  background: url(../imgs/trademark/6.png) center center / cover no-repeat;
}
#index .jh-trademark .pc-copyright ul li:hover:nth-child(6)>div>div:first-child{
   background: url(../imgs/trademark/6_r.png) center center / cover no-repeat;
}

#index .jh-trademark .pc-copyright ul li:nth-child(7)>div>div:first-child{
  background: url(../imgs/trademark/7.png) center center / cover no-repeat;
}
#index .jh-trademark .pc-copyright ul li:hover:nth-child(7)>div>div:first-child{
   background: url(../imgs/trademark/7_r.png) center center / cover no-repeat;
}

#index .jh-trademark .pc-copyright ul li:nth-child(8)>div>div:first-child{
  background: url(../imgs/trademark/8.png) center center / cover no-repeat;
}
#index .jh-trademark .pc-copyright ul li:hover:nth-child(8)>div>div:first-child{
   background: url(../imgs/trademark/8_r.png) center center / cover no-repeat;
}
#footer .row{
	margin: 0;
}
/*服务流程*/

#index .jh-service{
  text-align: center;
}
#index .jh-service h3{
  /* font-family: SimSun; */
  color: #333;
}
#index .jh-service h3 p{
  width:150px;
  margin: 10px auto;
  border-bottom: 2px solid #6296c8;
}
#index .jh-service .serviceImg{
  width:100px;
  height: 100px;
}
#index .jh-service .jt-img{
  width: 15px;
  height: 25px;
  margin: 0 20px;
}

#index .jh-service .jh-service-item>div{
  margin-top: 30px;
}
#index .jh-service .jh-service-item .service-process p{
  margin-top: 10px;
  width: 100px;
}




#index .jh-coreBusiness,
#index .jh-register,
#index .jh-cooperation,
#index .jh-company {
  background: #f6f6f6;
}
#index .jh-coreBusiness h1,
#index .jh-cooperation h1,
#index .jh-company h1,
#index .jh-service {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
#index .jh-coreBusiness h1 p,
#index .jh-cooperation h1 p,
#index .jh-company h1 p {
  font-size: 24px;
  color: #b6b6b6;
  margin-top: 10px;
}
#index .jh-coreBusiness .jh-coreBusiness-item ul,
#index .jh-cooperation .jh-coreBusiness-item ul,
#index .jh-company .jh-coreBusiness-item ul {
  padding-top: 10px;
}
#index .jh-coreBusiness .jh-coreBusiness-item li,
#index .jh-cooperation .jh-coreBusiness-item li,
#index .jh-company .jh-coreBusiness-item li {
  width: 25%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  box-shadow: 0 0 10px #999;
  padding: 0 0 10px;
  position: relative;
}
#index .jh-coreBusiness .jh-coreBusiness-item li p:last-child,
#index .jh-cooperation .jh-coreBusiness-item li p:last-child,
#index .jh-company .jh-coreBusiness-item li p:last-child {
  margin-bottom: 0;
  font-size: 30px;
}
#index .jh-coreBusiness .jh-coreBusiness-item li img,
#index .jh-cooperation .jh-coreBusiness-item li img,
#index .jh-company .jh-coreBusiness-item li img {
  width: 100%;
}
#index .jh-coreBusiness .jh-coreBusiness-item li .jh-coreBusiness-item-con,
#index .jh-cooperation .jh-coreBusiness-item li .jh-coreBusiness-item-con,
#index .jh-company .jh-coreBusiness-item li .jh-coreBusiness-item-con {
  font-size: 30px;
  font-style: italic;
}
#index .jh-coreBusiness .jh-coreBusiness-item li .itembox,
#index .jh-cooperation .jh-coreBusiness-item li .itembox,
#index .jh-company .jh-coreBusiness-item li .itembox {
  width: 100%;
  height: auto;
  background: url('../imgs/33.jpg') no-repeat;
  background-size: cover;
  padding: 10px 0;
}
#index .jh-coreBusiness .jh-coreBusiness-item li button,
#index .jh-cooperation .jh-coreBusiness-item li button,
#index .jh-company .jh-coreBusiness-item li button {
  display: block;
  width: 90%;
  margin: 30px auto;
  padding: 13px;
  font-size: 16px;
}
#index .jh-coreBusiness .jh-coreBusiness-item li button a,
#index .jh-cooperation .jh-coreBusiness-item li button a,
#index .jh-company .jh-coreBusiness-item li button a {
  color: #fff;
  text-decoration: none;
}
#index .jh-coreBusiness .jh-coreBusiness-item li .bgP,
#index .jh-cooperation .jh-coreBusiness-item li .bgP,
#index .jh-company .jh-coreBusiness-item li .bgP {
  position: absolute;
  background: #aaa;
}
#index .jh-coreBusiness .jh-coreBusiness-item li:hover,
#index .jh-cooperation .jh-coreBusiness-item li:hover,
#index .jh-company .jh-coreBusiness-item li:hover {
  box-shadow: 0 0 10px #a0a7bd;
}
#index .jh-coreBusiness .jh-coreBusiness-item li:hover .jh-coreBusiness-item-con,
#index .jh-cooperation .jh-coreBusiness-item li:hover .jh-coreBusiness-item-con,
#index .jh-company .jh-coreBusiness-item li:hover .jh-coreBusiness-item-con {
  color: #ed9200;
}
#index .jh-coreBusiness .jh-coreBusiness-item li:hover p:last-child,
#index .jh-cooperation .jh-coreBusiness-item li:hover p:last-child,
#index .jh-company .jh-coreBusiness-item li:hover p:last-child {
  color: #ed9200;
}
#index .jh-cooperation {
  background: url(../imgs/2.png) center center no-repeat;
  background-size: cover;
}
#index .jh-cooperation .jh-cooperation-item ul {
  height: 250px;
}
#index .jh-cooperation .jh-cooperation-item ul li {
  text-align: center;
}
#index .jh-cooperation .jh-cooperation-item ul li a:hover {
  text-decoration: none;
}
#index .jh-cooperation .jh-cooperation-item ul li a img {
  height: 64%;
  width: 100%;
}
#index .jh-cooperation .jh-cooperation-item ul li a p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #337ab7;
}
#index .jh-company {
  background: url(../imgs/5bg.jpg) no-repeat;
  background-size: 100% 300px;
  background-color: #f3f3f3;
  padding-bottom: 70px;
}
#index .jh-company .subtitle {
  margin-top: 80px;
  margin-bottom: 50px;
}
#index .jh-company .subtitle section {
  border: 1px solid #fff;
  border-radius: 55px;
  background: #fff;
}
#index .jh-company .subtitle section h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#index .jh-company .subtitle section h2 p {
  font-size: 20px;
  color: #b6b6b6;
}
#index .jh-company .subtitle section.cur {
  border: 1px solid #e45514;
  box-shadow: 0 0 10px #666;
}
#index .jh-company .jh-company-item {
  min-height: 500px;
  box-shadow: 0 0 10px #bbb;
  background: #fff;
  padding: 20px;
}
#index .jh-company .jh-company-item .jh-intro {
  height: 100%;
}
#index .jh-company .jh-company-item .jh-intro #swiper-container3 {
  min-height: 460px;
}
#index .jh-company .jh-company-item .jh-intro #swiper-container3 img {
  width: 100%;
  min-height: 460px;
}
#index .jh-company .jh-company-item .jh-intro img {
  height: 100%;
}
#index .jh-company .jh-company-item .jh-intro p {
  letter-spacing: 1px;
  padding-top: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #595757;
  line-height: 2.5;
  text-indent: 2em;
}
#index .jh-company .jh-company-item .jh-intro p button {
  font-size: 18px;
  padding: 3px 15px;
  border-radius: 20px;
  float: right;
}
#index .jh-company .jh-company-item .jh-dynamics {
  min-height: 460px;
}
#index .jh-company .jh-company-item .jh-dynamics #swiper-container3 {
  min-height: 460px;
}
#index .jh-company .jh-company-item .jh-dynamics #swiper-container3 img {
  width: 100%;
  min-height: 460px;
}
#index .jh-company .jh-company-item .jh-dynamics .swiper-container-cube .swiper-slide {
  padding: 0 15px;
}
#index .jh-company .jh-company-item .jh-dynamics .jh-dynamics-con {
  cursor: pointer;
}
#index .jh-company .jh-company-item .jh-dynamics .jh-dynamics-con a {
  text-decoration: none;
}
#index .jh-company .jh-company-item .jh-dynamics .jh-dynamics-con li {
  line-height: 3;
  border-bottom: 1px dotted #bbb;
  margin-bottom: 10px;
}
#index .jh-company .jh-company-item .jh-dynamics .jh-dynamics-con li .content {
  width: 70%;
  margin-bottom: 0;
}
#index .jh-company .jh-company-item .jh-dynamics .jh-dynamics-con li .content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index .jh-company .jh-company-item .jh-dynamics .jh-dynamics-con li .time {
  width: 30%;
  margin-bottom: 0;
  color: #aaa;
  text-align: right;
}
#index .jh-company .jh-company-item .jh-dynamics .jh-dynamics-con li:hover {
  color: #e45514;
}
#index .jh-company .jh-company-item .jh-dynamics .jh-dynamics-con li:hover .time {
  color: #e45514;
}
#coreBusiness h1 {
  max-width: 400px;
  text-align: center;
  margin: 60px auto 50px;
  line-height: 80px;
  border-bottom: 4px solid #d77a58;
}
#coreBusiness .coreBusiness-item .item-list {
  text-align: center;
  position: relative;
}
#coreBusiness .coreBusiness-item .item-list .imgbg {
  width: 80px;
  height: 80px;
  /* border-radius: 50%; */
  /* background: url(../imgs/tu2.png); */
  background-size: cover;
  margin: 0 auto;
}
#coreBusiness .coreBusiness-item .item-list .con {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
#coreBusiness .coreBusiness-item .item-list .shadow {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 42px;
  left: 0;
  right: 0;
  margin: auto;
}
#coreBusiness .coreBusiness-item .item-list .shadow span {
  color: #fff;
  white-space: wrap;
  font-size: 16px;
}
#coreBusiness .h1 {
  margin-bottom: 0;
}
#coreBusiness .advantage {
  margin-top: 60px;
  margin-bottom: 50px;
}
#coreBusiness .advantage .advantage-l .subtitle {
  font-size: 30px;
  line-height: 100px;
  background-size: 80px;
  padding-left: 90px;
  border-bottom: 4px dotted;
}
#coreBusiness .advantage .advantage-l .content {
  padding-left: 90px;
  font-size: 16px;
  color: #666;
}
#coreBusiness .advantage .advantage-r p {
  width: 500px;
  height: 400px;
  margin: 0 auto;
}
#jh-introduce .content,
#dynamic .content,
#contact .content,
#jqCheck .content,
#listDetail .content,
#newsDetail .content {
  margin-top: 50px;
  height: 480px;
}
#dynamic .content,
#dynamic .news-item-box .news-item{
  height: auto !important;

}
#dynamic .news-item-box .news-item{
  margin-bottom: 50px !important;
}
#jh-introduce .content .content-l,
#dynamic .content .content-l,
#contact .content .content-l,
#jqCheck .content .content-l,
#listDetail .content .content-l,
#newsDetail .content .content-l {
  margin-bottom: 10px;
}
#jh-introduce .content .content-l .l-top,
#dynamic .content .content-l .l-top,
#contact .content .content-l .l-top,
#jqCheck .content .content-l .l-top,
#listDetail .content .content-l .l-top,
#newsDetail .content .content-l .l-top {
  border: 1px solid #e6e6e6;
}
#jh-introduce .content .content-l .l-top .title,
#dynamic .content .content-l .l-top .title,
#contact .content .content-l .l-top .title,
#jqCheck .content .content-l .l-top .title,
#listDetail .content .content-l .l-top .title,
#newsDetail .content .content-l .l-top .title {
  /* height: 36px;
  line-height: 36px;
  background: url(http://www.szyclw.com/bak/templates/images/l_menu.gif) left center;
  background-size: 100% 36px;
  font-size: 14px; */
    height: 36px;
    line-height: 36px;
    background: cornflowerblue;
    font-size: 14px;
}

#jh-introduce .content .content-l .l-top .title span:nth-child(1),
#dynamic .content .content-l .l-top .title span:nth-child(1),
#contact .content .content-l .l-top .title span:nth-child(1),
#jqCheck .content .content-l .l-top .title span:nth-child(1),
#listDetail .content .content-l .l-top .title span:nth-child(1),
#newsDetail .content .content-l .l-top .title span:nth-child(1) {
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
}
#jh-introduce .content .content-l .l-top .title span:nth-child(2),
#dynamic .content .content-l .l-top .title span:nth-child(2),
#contact .content .content-l .l-top .title span:nth-child(2),
#jqCheck .content .content-l .l-top .title span:nth-child(2),
#listDetail .content .content-l .l-top .title span:nth-child(2),
#newsDetail .content .content-l .l-top .title span:nth-child(2) {
  margin-right: 5px;
  color: gray;
}
#jh-introduce .content .content-l .l-top .title span:nth-child(2):hover,
#dynamic .content .content-l .l-top .title span:nth-child(2):hover,
#contact .content .content-l .l-top .title span:nth-child(2):hover,
#jqCheck .content .content-l .l-top .title span:nth-child(2):hover,
#listDetail .content .content-l .l-top .title span:nth-child(2):hover,
#newsDetail .content .content-l .l-top .title span:nth-child(2):hover {
  text-decoration: underline;
}
#jh-introduce .content .content-l .l-top .l-top-item,
#dynamic .content .content-l .l-top .l-top-item,
#contact .content .content-l .l-top .l-top-item,
#jqCheck .content .content-l .l-top .l-top-item,
#listDetail .content .content-l .l-top .l-top-item,
#newsDetail .content .content-l .l-top .l-top-item {
  width: 85%;
  margin: 10px auto 20px;
}
#jh-introduce .content .content-l .l-top .l-top-item a,
#dynamic .content .content-l .l-top .l-top-item a,
#contact .content .content-l .l-top .l-top-item a,
#jqCheck .content .content-l .l-top .l-top-item a,
#listDetail .content .content-l .l-top .l-top-item a,
#newsDetail .content .content-l .l-top .l-top-item a {
  text-decoration: none;
}
#jh-introduce .content .content-l .l-top .l-top-item li,
#dynamic .content .content-l .l-top .l-top-item li,
#contact .content .content-l .l-top .l-top-item li,
#jqCheck .content .content-l .l-top .l-top-item li,
#listDetail .content .content-l .l-top .l-top-item li,
#newsDetail .content .content-l .l-top .l-top-item li {
  font-size: 14px;
  color: gray;
  height: 30px;
  line-height: 30px;
  text-indent: 35px;
  margin: 12px 0 11px 0px;
  background: url(../imgs/menu.jpg) left center no-repeat;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#jh-introduce .content .content-l .l-top .l-top-item li:hover,
#dynamic .content .content-l .l-top .l-top-item li:hover,
#contact .content .content-l .l-top .l-top-item li:hover,
#jqCheck .content .content-l .l-top .l-top-item li:hover,
#listDetail .content .content-l .l-top .l-top-item li:hover,
#newsDetail .content .content-l .l-top .l-top-item li:hover {
  color: red;
}
#jh-introduce .content .content-l .l-btm,
#dynamic .content .content-l .l-btm,
#contact .content .content-l .l-btm,
#jqCheck .content .content-l .l-btm,
#listDetail .content .content-l .l-btm,
#newsDetail .content .content-l .l-btm {
  margin-top: 10px;
  border: 1px solid #e6e6e6;
}
#jh-introduce .content .content-l .l-btm .title,
#dynamic .content .content-l .l-btm .title,
#contact .content .content-l .l-btm .title,
#jqCheck .content .content-l .l-btm .title,
#listDetail .content .content-l .l-btm .title,
#newsDetail .content .content-l .l-btm .title {
  /* height: 36px;
  line-height: 36px;
  background: url(http://www.szyclw.com/bak/templates/images/l_menu.gif) left center;
  background-size: 100% 36px;
  font-size: 14px; */
  height: 36px;
  line-height: 36px;
  background: cornflowerblue;
  font-size: 14px;
}
#jh-introduce .content .content-l .l-btm .title span:nth-child(1),
#dynamic .content .content-l .l-btm .title span:nth-child(1),
#contact .content .content-l .l-btm .title span:nth-child(1),
#jqCheck .content .content-l .l-btm .title span:nth-child(1),
#listDetail .content .content-l .l-btm .title span:nth-child(1),
#newsDetail .content .content-l .l-btm .title span:nth-child(1) {
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
}
#jh-introduce .content .content-l .l-btm .title span:nth-child(2),
#dynamic .content .content-l .l-btm .title span:nth-child(2),
#contact .content .content-l .l-btm .title span:nth-child(2),
#jqCheck .content .content-l .l-btm .title span:nth-child(2),
#listDetail .content .content-l .l-btm .title span:nth-child(2),
#newsDetail .content .content-l .l-btm .title span:nth-child(2) {
  margin-right: 5px;
  color: gray;
}
#jh-introduce .content .content-l .l-btm .title span:nth-child(2):hover,
#dynamic .content .content-l .l-btm .title span:nth-child(2):hover,
#contact .content .content-l .l-btm .title span:nth-child(2):hover,
#jqCheck .content .content-l .l-btm .title span:nth-child(2):hover,
#listDetail .content .content-l .l-btm .title span:nth-child(2):hover,
#newsDetail .content .content-l .l-btm .title span:nth-child(2):hover {
  text-decoration: underline;
}
#jh-introduce .content .content-l .l-btm .l-btm-item,
#dynamic .content .content-l .l-btm .l-btm-item,
#contact .content .content-l .l-btm .l-btm-item,
#jqCheck .content .content-l .l-btm .l-btm-item,
#listDetail .content .content-l .l-btm .l-btm-item,
#newsDetail .content .content-l .l-btm .l-btm-item {
  height: 185px;
  margin-bottom: 0;
  padding: 5px 10px 10px;
  background: url(http://www.szyclw.com/bak/templates/images/contact.gif) right bottom no-repeat;
}
#jh-introduce .content .content-l .l-btm .l-btm-item > li,
#dynamic .content .content-l .l-btm .l-btm-item > li,
#contact .content .content-l .l-btm .l-btm-item > li,
#jqCheck .content .content-l .l-btm .l-btm-item > li,
#listDetail .content .content-l .l-btm .l-btm-item > li,
#newsDetail .content .content-l .l-btm .l-btm-item > li {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  white-space: wrap;
}
#jh-introduce .content .content-l .l-btm .l-btm-item > li a,
#dynamic .content .content-l .l-btm .l-btm-item > li a,
#contact .content .content-l .l-btm .l-btm-item > li a,
#jqCheck .content .content-l .l-btm .l-btm-item > li a,
#listDetail .content .content-l .l-btm .l-btm-item > li a,
#newsDetail .content .content-l .l-btm .l-btm-item > li a {
  color: #333;
}
#jh-introduce .content .section1,
#dynamic .content .section1,
#contact .content .section1,
#jqCheck .content .section1,
#listDetail .content .section1,
#newsDetail .content .section1 {
  margin-top: 10px;
}
#jh-introduce .content .section1 .sec-title,
#dynamic .content .section1 .sec-title,
#contact .content .section1 .sec-title,
#jqCheck .content .section1 .sec-title,
#listDetail .content .section1 .sec-title,
#newsDetail .content .section1 .sec-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
#jh-introduce .content .section1 .sec-title p,
#dynamic .content .section1 .sec-title p,
#contact .content .section1 .sec-title p,
#jqCheck .content .section1 .sec-title p,
#listDetail .content .section1 .sec-title p,
#newsDetail .content .section1 .sec-title p {
  margin: 0;
}
#jh-introduce .content .section1 .sec-title .left,
#dynamic .content .section1 .sec-title .left,
#contact .content .section1 .sec-title .left,
#jqCheck .content .section1 .sec-title .left,
#listDetail .content .section1 .sec-title .left,
#newsDetail .content .section1 .sec-title .left {
  font-size: 18px;
  font-weight: bold;
}
#jh-introduce .content .section1 .sec-title > .right,
#dynamic .content .section1 .sec-title > .right,
#contact .content .section1 .sec-title > .right,
#jqCheck .content .section1 .sec-title > .right,
#listDetail .content .section1 .sec-title > .right,
#newsDetail .content .section1 .sec-title > .right {
  font-size: 14px;
}
#jh-introduce .content .section1 .sec-title > .right .span2,
#dynamic .content .section1 .sec-title > .right .span2,
#contact .content .section1 .sec-title > .right .span2,
#jqCheck .content .section1 .sec-title > .right .span2,
#listDetail .content .section1 .sec-title > .right .span2,
#newsDetail .content .section1 .sec-title > .right .span2,
#jh-introduce .content .section1 .sec-title > .right .span3,
#dynamic .content .section1 .sec-title > .right .span3,
#contact .content .section1 .sec-title > .right .span3,
#jqCheck .content .section1 .sec-title > .right .span3,
#listDetail .content .section1 .sec-title > .right .span3,
#newsDetail .content .section1 .sec-title > .right .span3,
#jh-introduce .content .section1 .sec-title > .right .span4,
#dynamic .content .section1 .sec-title > .right .span4,
#contact .content .section1 .sec-title > .right .span4,
#jqCheck .content .section1 .sec-title > .right .span4,
#listDetail .content .section1 .sec-title > .right .span4,
#newsDetail .content .section1 .sec-title > .right .span4,
#jh-introduce .content .section1 .sec-title > .right .span5,
#dynamic .content .section1 .sec-title > .right .span5,
#contact .content .section1 .sec-title > .right .span5,
#jqCheck .content .section1 .sec-title > .right .span5,
#listDetail .content .section1 .sec-title > .right .span5,
#newsDetail .content .section1 .sec-title > .right .span5 {
  color: gray;
  cursor: pointer;
}
#jh-introduce .content .section1 .sec-title > .right .span2:hover,
#dynamic .content .section1 .sec-title > .right .span2:hover,
#contact .content .section1 .sec-title > .right .span2:hover,
#jqCheck .content .section1 .sec-title > .right .span2:hover,
#listDetail .content .section1 .sec-title > .right .span2:hover,
#newsDetail .content .section1 .sec-title > .right .span2:hover,
#jh-introduce .content .section1 .sec-title > .right .span4:hover,
#dynamic .content .section1 .sec-title > .right .span4:hover,
#contact .content .section1 .sec-title > .right .span4:hover,
#jqCheck .content .section1 .sec-title > .right .span4:hover,
#listDetail .content .section1 .sec-title > .right .span4:hover,
#newsDetail .content .section1 .sec-title > .right .span4:hover {
  color: orange;
  text-decoration: underline;
}
#jh-introduce .content .section1 .sec-content1,
#dynamic .content .section1 .sec-content1,
#contact .content .section1 .sec-content1,
#jqCheck .content .section1 .sec-content1,
#listDetail .content .section1 .sec-content1,
#newsDetail .content .section1 .sec-content1 {
  margin-top: 2px;
  border-top: 1px solid #aaa;
  padding: 10px 20px;
}
#jh-introduce .content .section1 .sec-content1 p,
#dynamic .content .section1 .sec-content1 p,
#contact .content .section1 .sec-content1 p,
#jqCheck .content .section1 .sec-content1 p,
#listDetail .content .section1 .sec-content1 p,
#newsDetail .content .section1 .sec-content1 p {
  font-size: 14px;
  text-indent: 2em;
}
#jh-introduce .content .section1 .sec-content3,
#dynamic .content .section1 .sec-content3,
#contact .content .section1 .sec-content3,
#jqCheck .content .section1 .sec-content3,
#listDetail .content .section1 .sec-content3,
#newsDetail .content .section1 .sec-content3 {
  padding: 10px 20px;
  margin-left: 20px;
}
#jh-introduce .content .section1 .sec-content3 .left,
#dynamic .content .section1 .sec-content3 .left,
#contact .content .section1 .sec-content3 .left,
#jqCheck .content .section1 .sec-content3 .left,
#listDetail .content .section1 .sec-content3 .left,
#newsDetail .content .section1 .sec-content3 .left {
  font-size: 14px;
  font-weight: bold;
}
#jh-introduce .content .section1 .sec-content3 ul li,
#dynamic .content .section1 .sec-content3 ul li,
#contact .content .section1 .sec-content3 ul li,
#jqCheck .content .section1 .sec-content3 ul li,
#listDetail .content .section1 .sec-content3 ul li,
#newsDetail .content .section1 .sec-content3 ul li {
  list-style-type: disc;
}
#dynamic .news-item-box .news-item,
#jqCheck .news-item-box .news-item,
#projectShow .news-item-box .news-item {
  height: 400px;
  margin-bottom: 20px;
}
#dynamic .news-item-box .news-item li,
#jqCheck .news-item-box .news-item li,
#projectShow .news-item-box .news-item li {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: gray;
  border-bottom: 1px dotted #eee;
  font-size: 12px;
  background: url(http://www.szyclw.com/bak/templates/images/li.gif) left center no-repeat;
  text-indent: 2em;
}
#dynamic .news-item-box .news-item li:hover,
#jqCheck .news-item-box .news-item li:hover,
#projectShow .news-item-box .news-item li:hover {
  color: red;
  text-decoration: underline;
}
#dynamic .news-item-box .news-item li p,
#jqCheck .news-item-box .news-item li p,
#projectShow .news-item-box .news-item li p {
  font-size: 14px;
}
#dynamic .news-item-box .news-item li .con,
#jqCheck .news-item-box .news-item li .con,
#projectShow .news-item-box .news-item li .con {
  width: 70%;
  font-size: 14px;
}
#dynamic .news-item-box .news-item li .con p,
#jqCheck .news-item-box .news-item li .con p,
#projectShow .news-item-box .news-item li .con p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dynamic .news-item-box .news-item li .time,
#jqCheck .news-item-box .news-item li .time,
#projectShow .news-item-box .news-item li .time {
  width: 30%;
  text-align: right;
}
#dynamic .news-item-box .pagelist-box,
#jqCheck .news-item-box .pagelist-box,
#projectShow .news-item-box .pagelist-box ,
#cert .news-item-box .pagelist-box {
  text-align: center;
  margin-bottom: 50px;
}
#dynamic .news-item-box .pagelist-box .pagelist,
#jqCheck .news-item-box .pagelist-box .pagelist,
#projectShow .news-item-box .pagelist-box .pagelist {
  display: inline-block;
  font-size: 12px;
}
#dynamic .news-item-box .pagelist-box .pagelist .p0,
#jqCheck .news-item-box .pagelist-box .pagelist .p0,
#projectShow .news-item-box .pagelist-box .pagelist .p0 {
  line-height: 22px;
}
#dynamic .news-item-box .pagelist-box .pagelist .p0,
#jqCheck .news-item-box .pagelist-box .pagelist .p0,
#projectShow .news-item-box .pagelist-box .pagelist .p0,
#dynamic .news-item-box .pagelist-box .pagelist .p3,
#jqCheck .news-item-box .pagelist-box .pagelist .p3,
#projectShow .news-item-box .pagelist-box .pagelist .p3 {
  border: 0;
}
#dynamic .news-item-box .pagelist-box .pagelist li,
#jqCheck .news-item-box .pagelist-box .pagelist li,
#projectShow .news-item-box .pagelist-box .pagelist li {
  font-size: 12px;
  border: 1px solid #eee;
  padding: 4px;
  margin: 0 5px;
}
#dynamic .news-item-box .pagelist-box .pagelist li > .page,
#jqCheck .news-item-box .pagelist-box .pagelist li > .page,
#projectShow .news-item-box .pagelist-box .pagelist li > .page {
  width: 30px;
  text-align: center;
}
#dynamic .news-item-box .pagelist-box .pagelist li > .all,
#jqCheck .news-item-box .pagelist-box .pagelist li > .all,
#projectShow .news-item-box .pagelist-box .pagelist li > .all {
  color: gray;
}
#contact .content {
  height: auto;
  margin-bottom: 50px;
}
#contact .content .content-l {
  margin-top: 10px;
}
#jqCheck .content,
#projectShow .content {
  min-height: auto;
}
#jqCheck .content .news-item-box .news-item2,
#projectShow .content .news-item-box .news-item2 {
  height: auto;
  margin-right: -3.3%;
}
#jqCheck .content .news-item-box .news-item2 li,
#projectShow .content .news-item-box .news-item2 li {
  color: #000;
  margin-top: 30px;
  padding: 20px 10px 5px;
  width: 30%;
  border-radius: 2px;
  border: 1px solid #EBE8E3;
  text-align: center;
  margin-right: 3.3%;
}
#jqCheck .content .news-item-box .news-item2 li img,
#projectShow .content .news-item-box .news-item2 li img,
#jqCheck .content .news-item-box .news-item2 li div,
#projectShow .content .news-item-box .news-item2 li div {
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.6s;
  height: 150px;
}
#jqCheck .content .news-item-box .news-item2 li img:hover,
#projectShow .content .news-item-box .news-item2 li img:hover,
#jqCheck .content .news-item-box .news-item2 li div:hover,
#projectShow .content .news-item-box .news-item2 li div:hover {
  transform: scale(1.1);
}
#jqCheck .content .news-item-box .news-item2 li p,
#projectShow .content .news-item-box .news-item2 li p {
  cursor: pointer;
}
#jqCheck .content .news-item-box .news-item2 li p:hover,
#projectShow .content .news-item-box .news-item2 li p:hover {
  color: #c00000;
  text-decoration: underline;
}
#jqCheck .content .news-item-box .news-item2 li:hover,
#projectShow .content .news-item-box .news-item2 li:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#jqCheck .content .pagelist-box,
#projectShow .content .pagelist-box {
  margin-top: 30px;
}
#listDetail .news-item-box {
  margin-top: 30px;
}
#listDetail .news-item-box .div1 img {
  border: 5px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 40%;
  height: 250px;
  object-fit: contain;
}
#listDetail .news-item-box .div1 .detail {
  width: 100%;
  padding: 0 20px;
}
#listDetail .news-item-box .div1 .detail h4 {
  font-weight: bold;
}
#listDetail .news-item-box .xiangqing {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
}
#listDetail .news-item-box .xiangqing p {
  text-align: left;
}
#listDetail .news-item-box .xiangqing h5 {
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}
#listDetail .news-item-box .xiangqing img {
  margin: 0 auto;
  max-width: 100%;
}
#newsDetail .news-item-box h3 {
  text-align: center;
  color: #e94c13;
}
#newsDetail .news-item-box > p {
  color: #999;
  text-align: center;
}
#newsDetail .news-item-box .content {
  margin-top: 0;
  height: auto;
  margin-bottom: 30px;
}
#newsDetail .news-item-box .content p {
  text-indent: 2em;
}
#newsDetail .news-item-box .content .section1 .sec-title {
  border: 0;
}
#projectShow .content {
  min-height: auto;
}
#projectShow .content .news-item-box .news-item2 {
  height: auto;
  margin-right: -5%;
}
#projectShow .content .news-item-box .news-item2 li {
  width: 20%;
  margin-right: 5%;
}
#projectShow .content .news-item-box .news-item2 li img {
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.6s;
}
#projectShow .content .news-item-box .news-item2 li img:hover {
  transform: scale(1.1);
}
#projectShow .content .news-item-box .news-item2 li p {
  cursor: pointer;
}
#projectShow .content .news-item-box .news-item2 li p:hover {
  color: #c00000;
  text-decoration: underline;
}
#projectShow .content .news-item-box .news-item2 li:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/*专利详情*/
#paent{
  margin: 30px 0 10px 0;
}
#paent .jh-paent .left-img{
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
}
#paent .jh-paent .left-img>img{
  width: 100px;
  height: 100px;
}
#paent .jh-paent .left-img>p{
  margin-top: 10px;
  font-size: 20px;
  
}
#paent .container .row{
  margin: 0;
}
#paent .jh-paent>div{
    border: 1px solid#ececec;
    border-radius: 6px;
    margin-bottom :30px;
    position: relative;
}
#paent .jh-paent>div>a{
  background: #f19715;
  color: #fff;
  padding: 6px 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: -5%;
  right: 10%;
  font-family: SimHei;
  border-radius: 7px;
}
#paent .jh-paent .paentBox{
  line-height: 2.1;
  display: flex;
  align-items: center;
  border-left: 1px dashed #ececec;
  padding: 50px 30px;
  box-sizing: border-box;
}
#paent .jh-paent .paentBox ul li{
  font-size: 16px;
  color: #5d5c5c;
}
#paent .jh-paent .paentBox ul li:not(:first-child):before {
    content: "";
    display:inline-block;
    width: 7px;
    height:7px;
    background: #333;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}
#paent .container h3,
#experts h3{
  text-align: center;
  color: #333;
}
#paent .container h3 p,
#experts h3 p{
  width:150px;
  margin: 10px auto;
  border-bottom: 2px solid #6296c8;
  margin-bottom: 50px;
}

#experts{
  width: 100%;
  background: url(../imgs/inr_bj2.jpg) center center no-repeat;
  background-size: cover;
}
#experts h3{
  margin: 0;
  padding: 60px 0 0 0px;
  box-sizing: border-box;
}
#experts .jh-experts{
  padding-bottom: 60px;
  box-sizing: border-box;
}
#experts .jh-experts p{
  font-size: 16px;
  line-height: 2;
  text-indent:2em;
}
#experts-bottom{
  width: 100%;
  background: url(../imgs/inr_bj4.jpg) center center no-repeat;
  background-size: cover;
}
#experts-bottom .jh-experts-bottom{
  /* position: relative; */
}
#experts-bottom .jh-experts-bottom h2{
  text-align: center;
  color: #fff;
  font-weight: normal;
}
#experts-bottom .jh-experts-bottom h2>span{
  font-size: 20px;
  color: #f7f7f7;
  margin-left: 10px;
}
#experts-bottom .intrHtu{
    width: 50%;
    height: 34px;
    background: url(../imgs/honor1.png) no-repeat;
    background-size:cover ;
    margin: 0 auto;
    z-index: 10;
}
#experts-bottom .row{
  margin: 0;
}
#experts-bottom .experts-image ul{
  overflow: hidden;
}
#experts-bottom .experts-image{
  margin: 30px 10px;
}
#experts-bottom .experts-image ul li{
  height: 100%;
  background-color: rgba(255,255,255,0.1);
}
#experts-bottom .experts-image ul li:first-child{
  background: #fff;
}
#experts-bottom .experts-image ul li img{
  width: 100%;
}

#experts-bottom .experts-image .swiper-container {
    /* width: 100%; */
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    
}
#experts-bottom .experts-image .swiper-slide {
    background-size: cover;
    background-position: center;
    
}

#experts-bottom .experts-image .gallery-top {
    /* height: 80%;
    width: 100%; */
    border: 1px solid #d2d2d2;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 5px;
}
#experts-bottom .experts-image .gallery-thumbs {
    height: 100%;
    /* box-sizing: border-box; */
    /* padding: 10px 0; */
}
#experts-bottom .experts-image .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    border: 1px solid #d2d2d2;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 5px;
    
}
#experts-bottom .experts-image .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}



#jh-introduce .content .section1{
  line-height: 2;
}
#dynamic .news-item-box .news-item li{
  text-indent: 0;
}

#contact .content .content-l {
  margin-top: 10px;
}
#contact .content .left h3 {
  font-size: 20px;
  color: #3C8DDF;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
}
#contact .content .left p {
  height: 90px;
  line-height: 90px;
  font-size: 15px;
  padding-left: 60px;
  border-bottom: 1px dashed #ccc;
}
#contact .content .left p span {
  width: 83%;
  /* height: 88px; */
  /* line-height: 90px; */
  border: 0;
}
#contact .content .left p i{
  width: 22%;
  font-style: normal;
}
#contact .content .left p:nth-child(2) {
    background: url(../imgs/address.png) 15px center no-repeat;
    background-size: 24px 30px;
}
#contact .content .left p:nth-child(3) {
    background: url(../imgs/peo.png) 15px center no-repeat;
    background-size: 24px 30px;
}
#contact .content .left p:nth-child(4) {
    background: url(../imgs/phone.png) 15px center no-repeat;
    background-size: 24px 30px;
}
#contact .content .left p:nth-child(5) {
    background: url(../imgs/email.png) 15px center no-repeat;
    background-size: 24px 30px;
}
#dynamic>h1{
    max-width: 400px;
    text-align: center;
    margin: 60px auto 50px;
    line-height: 80px;
    border-bottom: 4px solid #d77a58;
}

/*证书样本*/
#cert .section1 .news-item-box .news-item{
  overflow: hidden;
}
#cert .section1 .news-item-box .news-item li img{
  /* width: 100%; */
  height: 400px;
}
#cert .section1 .news-item-box .news-item li{
  margin: 20px 0 0 0;
}
#cert .news-item-box .pagelist-box{
  width: 100%;
  margin-top: 50px;
}
#cert .section1 .news-item-box .news-item .col-xs-6,
#cert .section1 .news-item-box .news-item .col-md-4,
#cert .section1 .news-item-box .news-item .col-lg-4{
  padding-left: 10px;
  padding-right: 10px;
}
#cert .section1 .news-item-box .news-item li .con{
  border: 1px solid #2f92e6;
}