body {
  background-color: #fff;
  overflow-x: hidden;
  min-width: 1230px;
  font-family: "Microsoft YaHei";
}
.header {
  height: 120px;
  position: relative;
  z-index: 999;
}
.header .wrap {
  width: 1200px;
  margin: 0 auto;
  display:  flex;
  justify-content:  space-between;
  align-items:  center;
}
.header .logo {
  float: left;
  width: 238px;
  /*background: #ff0000;*/
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.header .logo img {
  margin-top: 36px;
}
.header .nav-list {
  float: left;
  height: 120px;
  /* width: 770px; */
  line-height: 120px;
}
.header .nav-list .sub-nav {
  float: left;
  /* font-size: 16px; */
  width: 67px;
  position: relative;
  text-align: center;
  margin: 0 9px;
}
.header .nav-list .sub-nav:hover a {
  color: #ff0000;
}
.header .nav-list .sub-nav:hover span {
  width: 70%;
}
.header .nav-list .sub-nav a {
  color: #5e5e5e;
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  display: block;
  font-size: 14px;
  position: relative;
}
.header .nav-list .sub-nav span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 117px;
  content: '';
  transform: translateX(-50%) translateY(0%);
  height: 3px;
  width: 0;
  background: #ff0000;
  transition: .4s;
  display:  none;
}
.header .nav-list .active a {
  color: #ff0000;
}
.header .nav-list .active span {
  width: 70%;
}

.ny-zpal-z-t-l .swiper-button-next::after,.ny-zpal-z-t-l .swiper-button-prev::after {
  content: ''!important;
}

.header .tel {
  /* float: right; */
  line-height: 35px;
  /* padding-top: 25px; */
  padding-left:  38px;
  background:  url(../images/dh.png)no-repeat center left;
}
.header .tel p {
  font-size: 20px;
  /* color: #ff0000; */
  /* font-weight: 600; */
  line-height:  25px;
}
.header .ewm{
  display:  flex;
  align-items: center;
}
.header .ewm img{width:70px;display:block;}
.header .ewm .img2{margin-left:20px;}
@media (max-width: 992px) {
  .pc-con {
    display: none!important;
  }
}
.main {
  clear: both;
  /* flexslider */

}
.main .wrap {
  width: 1200px;
  margin: 0 auto;
}
.main .flexslider {
  position: relative;
  height: auto;
  overflow: hidden;
}
.main .slides {
  position: relative;
  z-index: 1;
}
.main .slides a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .slides img {
  width: 100%;
  transition: 4s linear;
  transform: scale(1.08);
}
.main .flex-active-slide img {
  transform: scale(1);
}
.main .slides li {
  height: auto;
  width: 100%;
}
.main .slides li img {
  width: 100%;
}
.main .flexslider:hover .flex-prev {
  opacity: 1;
}
.main .flexslider:hover .flex-next {
  opacity: 1;
}
.main .flex-control-nav {
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.main .flex-control-nav li {
  overflow: hidden;
  display: inline-block;
  width: 42px;
  height: 3px;
  margin: 0px 7px ;
  *display: inline;
  zoom: 1;
  background: #fff;
}
.main .flex-control-nav a {
  height: 3px;
  transform: translate(-42px, 0);
  display: block;
  overflow: hidden;
  background: #e83228;
  cursor: pointer;
  color: transparent;
}
.main .flex-control-nav .flex-active {
  background-position: 0 0;
  background: #e83228;
  transform: translate(0, 0);
  transition: all 4s linear;
}
.main .flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 48%;
  height: 54px;
}
.main .flex-direction-nav li a {
  display: block;
  width: 32px;
  height: 54px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.main .flex-direction-nav li a.flex-prev {
  opacity: 0;
  transition: 0.4s;
  left: 40px;
  background: url(../images/prev_03.png) center center no-repeat;
}
.main .flex-direction-nav li a.flex-next {
  opacity: 0;
  transition: 0.4s;
  right: 40px;
  background: url(../images/next_03.png) center center no-repeat;
}
.main .feature {
  height: 70px;
  background: #fff;
}
.main .feature li {
  width: 300px;
  float: left;
  box-sizing: border-box;
  height: 70px;
  background: url("../images/line_03.jpg") no-repeat right center;
}
.main .feature li .txt {
  padding-left: 52px;
  margin: 14px 0 0 70px;
}
.main .feature li .txt h6 {
  font-size: 16px;
  color: #040404;
  font-weight: 500;
}
.main .feature li .txt p {
  font-size: 14px;
  color: #7d7d7d;
  text-transform: capitalize;
}
.main .feature li:nth-child(1) .txt {
  background: url("../images/ad-icon_03.png") no-repeat left center;
}
.main .feature li:nth-child(2) .txt {
  background: url("../images/ad-icon_05.png") no-repeat left center;
}
.main .feature li:nth-child(3) .txt {
  background: url("../images/ad-icon_07.png") no-repeat left center;
}
.main .feature li:nth-child(4) .txt {
  background: url("../images/ad-icon_10.png") no-repeat left center;
}
.main .feature li:last-child {
  background: none;
}
.main .product {
  background: #f6f6f6;
  padding: 66px 0;
}
.main .product .tit {
  margin-bottom: 50px;
}
.main .product .tit h5 {
  font-size: 24px;
  color: #2a2a2a;
}
.main .product .tit p {
  font-size: 12px;
  color: #464646;
  margin-top: 5px;
}
.main .product .content .left {
  width: 215px;
  float: left;
}
.main .product .content .left li {
  /* width: 206px; */
  /* height: 44px; */
  /* line-height: 44px; */
  margin-bottom: 1px;
}
.main .product .content .left li a {font-size: 12px;color: #fff;padding: 15px 0 15px 10px;background: #007ec7;transition: 0.2s;/* line-height: 50px; */display: block;position: relative;display: flex;align-items: center;justify-content: space-between;}
.main .product .content .left li a span{
  width:  8px;
  height:  14px;
  background: url(../images/cpzx-tb.png);
  margin-right: 20px;
  background-size: 100% 100%;
}
.main .product .content .left li a span.up{transform: rotate(90deg);}
.main .product .content .left li a:hover {
  background: #ff0000;
}
.main .product .content .left .active a {
  background: #ff0000;
}
.main .product .content .left .more {
  margin-top: 35px;
}
.main .product .content .left .more a {
  display: block;
  transition: 0.2s;
  width: 36px;
  height: 36px;
  background: url("../images/more_03.png") no-repeat center;
}
.main .product .content .left .more a:hover {
  background: url("../images/more2_03.png") no-repeat center;
}
.gywm-l p{text-indent: 2em;}
.main .product .content .right {
  width: 965px;
  float: right;
}
.main .product .content .right li {
  width: 305px;
  float: left;
  margin-right: 24px;
}
.main .product .content .right li:hover .img img {
  transform: scale(1.07);
}
.main .product .content .right li:hover .txt h6 {
  color: #ff0000;
}
.main .product .content .right li .img {
  width: 305px;
  height: 213px;
  overflow: hidden;
}
.main .product .content .right li .img img {
  width: 305px;
  height: 213px;
  transition: 0.3s;
}
.main .product .content .right li .txt h6 {
  font-size: 16px;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 17px 0 10px;
  font-weight: 500;
}
.main .product .content .right li .txt p {
  font-size: 14px;
  color: #757575;
  line-height: 25px;
  margin-bottom: 30px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .product .content .right li:nth-child(3n+3) {
  margin-right: 0;
}
.main .application {
  padding-bottom: 66px;
}
.main .application .tit {
  text-align: center;
  padding: 77px 0 67px;
}
.main .application .tit h5 {
  font-size: 24px;
  color: #2a2a2a;
}
.main .application .tit h5 span {
  display: inline-block;
  font-size: 18px;
  color: #464646;
  font-weight: 500;
  margin-left: 10px;
}
.main .application .list-box {
  text-align: center;
}
.main .application .list-box .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 20px;
  width: 340px;
  height: 315px;
  box-shadow: 0 0 20px #e3e3e3;
}
.main .application .list-box .list img {
  margin: 58px 0 27px;
}
.main .application .list-box .list h6 {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 500;
}
.main .application .list-box .list p {
  font-size: 14px;
  color: #757575;
  line-height: 26px;
  margin: 20px 30px 0;
}
.main .about {
  height: 391px;
  background: url("../images/about_02.jpg") no-repeat center;
}
.main .about .txt {
  width: 965px;
  float: right;
  margin-top: 66px;
}
.main .about .txt strong{color:#fff!important; }
.main .about .txt p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 35px;
  color: #fff;
}
.main .about .txt a {
  font-size: 14px;
  color: #ff0000;
}
.main .news {
  padding-bottom: 66px;
}
.main .news .tit {
  text-align: center;
  padding: 77px 0 67px;
}
.main .news .tit h5 {
  font-size: 24px;
  color: #2a2a2a;
}
.main .news .tit h5 span {
  display: inline-block;
  font-size: 18px;
  color: #464646;
  font-weight: 500;
  margin-left: 10px;
}
.main .news .content .left {
  width: 500px;
  float: left;
}
.main .news .content .left:hover .img img {
  transform: scale(1.06);
}
.main .news .content .left:hover .txt h6 {
  color: #ff0000;
}
.main .news .content .left .img {
  width: 500px;
  height: 298px;
  overflow: hidden;
}
.main .news .content .left .img img {
  width: 500px;
  height: 298px;
  transition: 0.4s;
}
.main .news .content .left .txt {
  margin-top: 20px;
}
.main .news .content .left .txt h6 {
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .content .left .txt b {
  display: block;
  font-weight: 500;
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}
.main .news .content .left .txt p {
  font-size: 14px;
  color: #757575;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .news .content .right {
  width: 667px;
  float: right;
  margin-top: -20px;
}
.main .news .content .right li {
  height: 117px;
  border-bottom: 1px dotted #e4e4e4;
}
.main .news .content .right li:hover .txt h6 {
  color: #ff0000;
}
.main .news .content .right li .date {
  margin-top: 15px;
  width: 92px;
  float: left;
  background: url("../images/line2_03.jpg") no-repeat right 15px;
}
.main .news .content .right li .date h3 {
  font-size: 48px;
  color: #ababab;
}
.main .news .content .right li .date p {
  font-size: 14px;
  color: #ababab;
  padding-left: 5px;
}
.main .news .content .right li .txt {
  width: 530px;
  float: right;
  margin-top: 20px;
}
.main .news .content .right li .txt h6 {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.main .news .content .right li .txt p {
  font-size: 14px;
  color: #757575;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .news .content .more {
  margin-top: 67px;
}
.main .news .content .more a {
  display: block;
  transition: 0.2s;
  width: 36px;
  height: 36px;
  background: url("../images/more_03.png") no-repeat center;
  margin: 0 auto;
}
.main .news .content .more a:hover {
  background: url("../images/more2_03.png") no-repeat center;
}
.main .contact {
  padding-bottom: 66px;
}
.main .contact .tit {
  text-align: center;
  padding: 0px 0 67px;
}
.main .contact .tit h5 {
  font-size: 24px;
  color: #2a2a2a;
}
.main .contact .tit h5 span {
  display: inline-block;
  font-size: 18px;
  color: #464646;
  font-weight: 500;
  margin-left: 10px;
}
.main .contact .content .left {
  width: 815px;
  height: 315px;
  float: left;
}
.main .contact .content .left .my-map {
  margin: 0 auto;
  width: 100%;
  height: 315px;
}
.main .contact .content .left .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.main .contact .content .left .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.main .contact .content .left .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.main .contact .content .left .amap-container {
  height: 100%;
}
.main .contact .content .right {
  width: 353px;
  float: right;
  border: 1px solid #e4e4e4;
  padding: 15px;
  height: 285px;
  display:  flex;
  align-items:  center;
  justify-content:  center;
}
.main .contact .content .right .tit {
  text-align: left;
  border-bottom: 1px dotted #e4e4e4;
  padding-bottom: 10px;
}
.main .contact .content .right .tit h5 {
  font-weight: 500;
  margin-top: 10px;
}
.main .contact .content .right .form-box {
  margin-top: 35px;
}
.main .contact .content .right .form-box ul:nth-child(1) li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.main .contact .content .right .form-box ul:nth-child(1) li .txt {
  width: 145px;
  height: 40px;
  border: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 0 10px;
  color: #757575;
}
.main .contact .content .right .form-box ul:nth-child(1) li:nth-child(2n+2) {
  margin-right: 0;
}
.main .contact .content .right .form-box ul:nth-child(2) .submit {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  background: #ff0000;
  cursor: pointer;
  margin-top: 10px;
  border: none;
  width: 100%;
  color: #fff;
}
.main .contact .content .list-box {
  height: 94px;
  border: 1px solid #e4e4e4;
  text-align: center;
  margin-top: 35px;
}
.main .contact .content .list-box li {
  margin: 0 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 25px;
}
.main .contact .content .list-box li .txt {
  padding-left: 50px;
  text-align: left;
}
.main .contact .content .list-box li .txt h6 {
  font-size: 16px;
  color: #757575;
}
.main .contact .content .list-box li .txt p {
  font-size: 14px;
  color: #757575;
}
.main .contact .content .list-box li:nth-child(1) .txt {
  background: url("../images/contact-icon_08.jpg") no-repeat left center;
}
.main .contact .content .list-box li:nth-child(2) .txt {
  background: url("../images/contact-icon_03.jpg") no-repeat left center;
}
.main .contact .content .list-box li:nth-child(3) .txt {
  background: url("../images/contact-icon_05.jpg") no-repeat left center;
  display:  none;
}
.main .contact .content .list-box li:nth-child(4) .txt {
  background: url("../images/contact-icon_11.jpg") no-repeat left center;
  width: 300px;
}
.footer {
  height: 56px;
  background: #3f3f3f;
  line-height: 56px;
}
.footer .footer-con p {
  font-size: 12px;
  color: #fff;
}
.footer .footer-con p a {
  color: #fff;
}
.footer .footer-con p a:hover {
  color: #ff0000;
}
.footer .footer-con .lf {
  float: left;
}
.footer .footer-con .rt {
  float: right;
}
.footer .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .returnTop {
  z-index: 99;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 1;
  width: 48px;
  height: 48px;
  background: url("../images/return-top_03.jpg") no-repeat center;
}
/*ins-page-style*/
.ins-ad {
  height: 280px;
}
.w1{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.lb{
  position: absolute;
  top: 0;
  left:0px;
  width: 185px;
}
.lb a{
  display:  block;
  text-align:  left;
  font-size: 12px;
  color: #fff;
  padding: 15px 0 15px 10px;
  background: #007ec7;
  transition: 0.2s;
  /* line-height: 50px; */
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1px;
}
.lb a:hover,.lb a.active{
  background: #ff0000;
}
.about-ad {
  background: url("../images/about-ad_02.jpg") no-repeat center;
}
.tiaowang-ad {
  background: url("../images/tiaowang-ad_02.jpg") no-repeat center;
}
.child-ad {
  background: url("../images/child-ad_02.jpg") no-repeat center;
}
.recruit-ad {
  background: url("../images/recruit-ad_02.jpg") no-repeat center;
}
.contact-ad {
  background: url("../images/contact-ad_02.jpg") no-repeat center;
}
.D-ad {
  background: url("../images/3d-ad_02.jpg") no-repeat center;
}
.jishu-ad {
  background: url("../images/jishu-ad_02.jpg") no-repeat center;
}
.ins-nav {
  height: 60px;
  line-height: 60px;
  background: #fff;
}
.ins-nav .wrap {
  width: 1170px;
  margin: 0 auto;
}
.ins-nav p {
  padding-left: 20px;
  background: url("../images/house_03.jpg") no-repeat left center;
  font-size: 14px;
  color: #666;
}
.ins-nav p a {
  color: #666;
}
.ins-nav p a:hover {
  color: #c61d1e;
}
.ins-nav p .active {
  color: #c61d1e;
}
.list-nav {
  height: 80px;
  background: #fff;
}
.list-nav .wrap {
  width: 1170px;
  margin: 0 auto;
}
.list-nav li {
  font-size: 18px;
  color: #333;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 10px 35px;
}
.list-nav li a {
  color: #333333;
}
.list-nav .active {
  font-weight: 600;
  border-bottom: 3px solid #c61d1e;
  padding: 10px 0;
}
.list-nav .active a {
  color: #c61d1e;
}
.ins-main .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ins-main .ins-contact .contact-box {
  padding: 66px 0;
}
.ins-main .ins-contact .contact-box .tit {
  text-align: center;
  padding: 0px 0 67px;
}
.ins-main .ins-contact .contact-box .tit h5 {
  font-size: 24px;
  color: #2a2a2a;
}
.ins-main .ins-contact .contact-box .tit h5 span {
  display: inline-block;
  font-size: 18px;
  color: #464646;
  font-weight: 500;
  margin-left: 10px;
}
.ins-main .ins-contact .contact-box .content .left {
  width: 815px;
  height: 315px;
  float: left;
}
.ins-main .ins-contact .contact-box .content .left .my-map {
  margin: 0 auto;
  width: 100%;
  height: 315px;
}
.ins-main .ins-contact .contact-box .content .left .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .contact-box .content .left .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .contact-box .content .left .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .contact-box .content .left .amap-container {
  height: 100%;
}
.ins-main .ins-contact .contact-box .content .right {
  width: 353px;
  float: right;
  border: 1px solid #e4e4e4;
  padding: 15px;
  height: 285px;
}
.ins-main .ins-contact .contact-box .content .right .tit {
  text-align: left;
  border-bottom: 1px dotted #e4e4e4;
  padding-bottom: 10px;
}
.ins-main .ins-contact .contact-box .content .right .tit h5 {
  font-weight: 500;
  margin-top: 10px;
}
.ins-main .ins-contact .contact-box .content .right .form-box {
  margin-top: 35px;
}
.ins-main .ins-contact .contact-box .content .right .form-box ul:nth-child(1) li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.ins-main .ins-contact .contact-box .content .right .form-box ul:nth-child(1) li .txt {
  width: 145px;
  height: 40px;
  border: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 0 10px;
  color: #757575;
}
.ins-main .ins-contact .contact-box .content .right .form-box ul:nth-child(1) li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .ins-contact .contact-box .content .right .form-box ul:nth-child(2) .submit {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  background: #ff0000;
  cursor: pointer;
  margin-top: 10px;
  border: none;
  width: 100%;
  color: #fff;
}
.ins-main .ins-contact .contact-box .content .list-box {
  /* height: 94px; */
  border: 1px solid #e4e4e4;
  text-align: center;
  margin-top: 35px;
  padding-bottom:  10px;
}
.ins-main .ins-contact .contact-box .content .list-box li {
  margin: 0 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 25px;
}
.ins-main .ins-contact .contact-box .content .list-box li .txt {
  padding-left: 50px;
  text-align: left;
}
.ins-main .ins-contact .contact-box .content .list-box li .txt h6 {
  font-size: 16px;
  color: #757575;
}
.ins-main .ins-contact .contact-box .content .list-box li .txt p {
  font-size: 14px;
  color: #757575;
}
.ins-main .ins-contact .contact-box .content .list-box li:nth-child(1) .txt {
  background: url("../images/contact-icon_08.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .content .list-box li:nth-child(2) .txt {
  background: url("../images/contact-icon_03.jpg") no-repeat left center;
}
.ins-main .ins-contact .contact-box .content .list-box li:nth-child(3) .txt {
  background: url("../images/contact-icon_05.jpg") no-repeat left center;
  display:  none;
}
.ins-main .ins-contact .contact-box .content .list-box li:nth-child(4) .txt {
  background: url("../images/contact-icon_11.jpg") no-repeat left center;
  width: 300px;
}
.ins-main .ins-about .tit {
  text-align: center;
  padding: 77px 0 67px;
}
.ins-main .ins-about .tit h5 {
  font-size: 24px;
  color: #2a2a2a;
}
.ins-main .ins-about .tit h5 span {
  display: inline-block;
  font-size: 18px;
  color: #464646;
  font-weight: 500;
  margin-left: 10px;
}
.ins-main .ins-about .jianjie .content .img {
  width: 480px;
  float: left;
}
.ins-main .ins-about .jianjie .content .img img {
  width: 478px;
  height: 397px;
}
.ins-main .ins-about .jianjie .content .txt {
  width: 690px;
  float: right;
}
.ins-main .ins-about .jianjie .content .txt h6 {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 500;
  margin-bottom: 20px;
}
.ins-main .ins-about .jianjie .content .txt p {
  font-size: 14px;
  color: #757575;
  line-height: 26px;
  margin-bottom: 20px;
}
.ins-main .ins-about .application {
  padding-bottom: 66px;
}
.ins-main .ins-about .application .tit {
  text-align: center;
  padding: 77px 0 67px;
}
.ins-main .ins-about .application .tit h5 {
  font-size: 24px;
  color: #2a2a2a;
}
.ins-main .ins-about .application .tit h5 span {
  display: inline-block;
  font-size: 18px;
  color: #464646;
  font-weight: 500;
  margin-left: 10px;
}
.ins-main .ins-about .application .list-box {
  text-align: center;
}
.ins-main .ins-about .application .list-box .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 20px;
  width: 340px;
  height: 315px;
  box-shadow: 0 0 20px #e3e3e3;
}
.ins-main .ins-about .application .list-box .list img {
  margin: 58px 0 27px;
}
.ins-main .ins-about .application .list-box .list h6 {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 500;
}
.ins-main .ins-about .application .list-box .list p {
  font-size: 14px;
  color: #757575;
  line-height: 26px;
  margin: 20px 30px 0;
}
.ins-main .ins-about .about-box {
  height: 391px;
  background: url("../images/about_02.jpg") no-repeat center;
}
.ins-main .ins-about .about-box .txt {
  width: 965px;
  float: right;
  margin-top: 66px;
}
.ins-main .ins-about .about-box .txt p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 35px;
  color: #fff;
}
.ins-main .ins-about .about-box .txt a {
  font-size: 14px;
  color: #ff0000;
}
.ins-main .ins-about .develop {
  padding: 95px 0;
}
.ins-main .ins-about .develop .txt {
  width: 695px;
  float: left;
}
.ins-main .ins-about .develop .txt h6 {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 500;
  margin: 20px 0 30px;
}
.ins-main .ins-about .develop .txt p {
  font-size: 14px;
  color: #757575;
  line-height: 28px;
  margin-bottom: 30px;
}
.ins-main .ins-about .develop .img {
  float: right;
}
.ins-main .ins-about .develop .img img {
  width: 483px;
  height: 333px;
}
.ins-main .ins-download .tit {
  text-align: center;
  padding: 50px 0 0;
}
.ins-main .ins-download li {
  height: 155px;
  line-height: 155px;
  border-bottom: 1px dashed #d1d1d1;
  position: relative;
}
.ins-main .ins-download li p {
  font-size: 18px;
  color: #333;
  padding-left: 236px;
  line-height: 155px;
  background: url("../images/download_03.jpg") no-repeat left center;
}
.ins-main .ins-download li span {
  line-height: 155px;
  position: absolute;
  left: 690px;
  font-size: 18px;
}
.ins-main .ins-download li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
}
.ins-main .ins-news .news-box {
  padding: 66px 0;
}
.ins-main .ins-news .news-box .tit {
  margin-bottom: 50px;
}
.ins-main .ins-news .news-box .tit h5 {
  font-size: 24px;
  color: #2a2a2a;
}
.ins-main .ins-news .news-box .tit p {
  font-size: 12px;
  color: #464646;
  margin-top: 5px;
}
.ins-main .ins-news .news-box .content .left {
  width: 206px;
  float: left;
}
.ins-main .ins-news .news-box .content .left li {
  width: 206px;
  height: 44px;
  line-height: 44px;
  margin-bottom: 13px;
}
.ins-main .ins-news .news-box .content .left li a {
  font-size: 14px;
  color: #fff;
  padding-left: 55px;
  background: #007ec7;
  transition: 0.2s;
  display: block;
}
.ins-main .ins-news .news-box .content .left li a:hover {
  background: #ff0000;
}
.ins-main .ins-news .news-box .content .left .active a {
  background: #ff0000;
}
.ins-main .ins-news .news-box .content .left .more {
  margin-top: 35px;
}
.ins-main .ins-news .news-box .content .left .more a {
  display: block;
  transition: 0.2s;
  width: 36px;
  height: 36px;
  background: url("../images/more_03.png") no-repeat center;
}
.ins-main .ins-news .news-box .content .left .more a:hover {
  background: url("../images/more2_03.png") no-repeat center;
}
.ins-main .ins-news .news-box .content .right {
  width: 965px;
  float: right;
}
.ins-main .ins-news .news-box .content .right li {
  padding: 18px;
  background: #fafafa;
  margin-bottom: 15px;
  transition: 0.3s;
}
.ins-main .ins-news .news-box .content .right li:hover {
  transform: translate(10px, 0);
}
.ins-main .ins-news .news-box .content .right li .img {
  float: left;
}
.ins-main .ins-news .news-box .content .right li .img img {
  width: 200px;
  height: 120px;
}
.ins-main .ins-news .news-box .content .right li .txt {
  float: right;
  width: 700px;
}
.ins-main .ins-news .news-box .content .right li .txt h6 {
  font-size: 16px;
  color: #3f3f3f;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news .news-box .content .right li .txt b {
  font-size: 12px;
  color: #757575;
  font-weight: 500;
  display: block;
  margin: 10px 0;
}
.ins-main .ins-news .news-box .content .right li .txt p {
  font-size: 14px;
  color: #757575;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-news .news-box .content .right .txt-box .box-tit {
  text-align: center;
}
.ins-main .ins-news .news-box .content .right .txt-box .box-tit h5 {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 500;
}
.ins-main .ins-news .news-box .content .right .txt-box .box-tit p {
  margin: 20px 0;
}
.ins-main .ins-news .news-box .content .right .txt-box .box-tit p span {
  font-size: 12px;
  color: #757575;
  display: inline-block;
  margin: 0 15px;
}
.ins-main .ins-news .news-box .content .right .txt-box .summary {
  background: #fbfbfb;
  border: 1px solid #efefef;
  padding: 20px;
}
.ins-main .ins-news .news-box .content .right .txt-box .summary p {
  font-size: 12px;
  color: #757575;
  line-height: 24px;
}
.ins-main .ins-news .news-box .content .right .txt-box .txt-con {
  margin: 40px 0;
}
.ins-main .ins-news .news-box .content .right .txt-box .txt-con p {
/*   font-size: 14px;
  color: #757575;
  line-height: 26px;
  margin-bottom: 20px; */
}
.ins-main .ins-news .news-box .content .right .link p {
  font-size: 14px;
  margin: 20px 0;
  color: #3f3f3f;
}
.ins-main .ins-news .news-box .content .right .link p a {
  color: #3f3f3f;
}
.ins-main .ins-news .news-box .content .right .link p a:hover {
  color: #ff0000;
}
.ins-main .ins-product .product {
  padding: 66px 0;
}
.ins-main .ins-product .product .tit {
  margin-bottom: 50px;
}
.ins-main .ins-product .product .tit h5 {
  font-size: 24px;
  color: #2a2a2a;
}
.ins-main .ins-product .product .tit p {
  font-size: 12px;
  color: #464646;
  margin-top: 5px;
}
.ins-main .ins-product .product .content .left {
  width: 215px;
  float: left;
}
.ins-main .ins-product .product .content .left li {
  /* width: 206px; */
  /* height: 44px; */
  /* line-height: 44px; */
  margin-bottom: 1px;
}
.ins-main .ins-product .product .content .left li a {
  font-size: 12px;
  color: #fff;
  padding: 15px 0 15px 10px;
  background: #007ec7;
  transition: 0.2s;
  /* line-height: 50px; */
  display: block;
  position:  relative;
  display:  flex;
  align-items:  center;
  justify-content: space-between;
}
.ins-main .ins-product .product .content .left li a span{
  width:  8px;
  height:  14px;
  background: url(../images/cpzx-tb.png);
  margin-right: 20px;
  background-size: 100% 100%;
}
.ins-main .ins-product .product .content .left li a span.up{transform: rotate(90deg);}
.ins-main .ins-product .product .content .left li a:hover {
  background: #ff0000;
}
.ins-main .ins-product .product .content .left .active a {
  background: #ff0000;
}
.cpzx_b{
  display:  none;
}
.cpzx_b a{
  background:  #efefef!important;
  color: #666!important;
}
.cpzx_b a:hover{
  color: #f00!important;
}
.cpzx_b dl{}
.cpzx_b dl dt{display:flex;align-items:center;justify-content: space-between;cursor: pointer;background: #efefef;}
.cpzx_b dl dt a{
    display: block;
    width: calc(100% - 40px);
    /* background: #000!important; */
}
.cpzx_b dl dt span{
    width: 8px;
    height: 14px;
    background: url(../images/cpzx-tb.png);
    margin-right: 20px;
    background-size: 100% 100%;
    filter: invert(100%);
    opacity: 0.8;
}
.cpzx_b dl dt span.up{transform: rotate(90deg);}
.cpzx_b dl dd{display:none;padding-left: 20px;background: #efefef;}
.cpzx_b dl dd a{}
.cpzx_b dl dd a.active{color: #f00!important;}
.ins-main .ins-product .product .content .left .more {
  margin-top: 35px;
}
.ins-main .ins-product .product .content .left .more a {
  display: block;
  transition: 0.2s;
  width: 36px;
  height: 36px;
  background: url("../images/more_03.png") no-repeat center;
}
.ins-main .ins-product .product .content .left .more a:hover {
  background: url("../images/more2_03.png") no-repeat center;
}
.ins-main .ins-product .product .content .right {
  width: 965px;
  float: right;
}
.ins-main .ins-product .product .content .right li {
  width: 305px;
  float: left;
  margin-right: 24px;
}
.ins-main .ins-product .product .content .right li:hover .img img {
  transform: scale(1.07);
}
.ins-main .ins-product .product .content .right li:hover .txt h6 {
  color: #ff0000;
}
.ins-main .ins-product .product .content .right li .img {
  border: 1px solid #eee;
  width: 305px;
  height: 213px;
  overflow: hidden;
}
.ins-main .ins-product .product .content .right li .img img {
  width: 305px;
  height: 213px;
  transition: 0.3s;
}
.ins-main .ins-product .product .content .right li .txt h6 {
  font-size: 16px;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 17px 0 10px;
  font-weight: 500;
}
.ins-main .ins-product .product .content .right li .txt p {
  font-size: 14px;
  color: #757575;
  line-height: 25px;
  margin-bottom: 30px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-product .product .content .right li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-product .product .content .right .show-top .img {
  width: 572px;
  height: 400px;
  float: left;
  border: 1px solid #eee;
}
.ins-main .ins-product .product .content .right .show-top .img img {
  width: 572px;
  height: 400px;
}
.ins-main .ins-product .product .content .right .show-top .txt {
  width: 360px;
  float: right;
  word-break: break-all;
}
.ins-main .ins-product .product .content .right .show-top .txt h5 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #2a2a2a;
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px dotted #e4e4e4;
}
.ins-main .ins-product .product .content .right .show-top .txt p {
  font-size: 14px;
  color: #000;
  line-height: 26px;
}
.ins-main .ins-product .product .content .right .show-content {
  margin: 40px 0;
}
.ins-main .ins-product .product .content .right .show-content .con-tit {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
}
.ins-main .ins-product .product .content .right .show-content .con-tit h6 {
  width: 166px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #ff0000;
  font-size: 16px;
  font-weight: 500;
}
.ins-main .ins-product .product .content .right .show-content .con-txt {
  margin: 30px 0;
}
.ins-main .ins-product .product .content .right .show-content .con-txt p {
  font-size: 14px;
  color: #757575;
  line-height: 28px;
}
.ins-main .ins-product .product .content .right .link p {
  font-size: 14px;
  margin: 20px 0;
  color: #3f3f3f;
}
.ins-main .ins-product .product .content .right .link p a {
  color: #3f3f3f;
}
.ins-main .ins-product .product .content .right .link p a:hover {
  color: #ff0000;
}
.page-num {
  clear: both;
  padding: 40px 0 0px;
  text-align: center;
  margin: 20px 0;
}
.page-num span {
  border: 1px solid #ff0000;
  margin: 0 2px;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #ff0000;
}
.page-num a {
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 6px 10px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
}
.page-num a:hover {
  color: #fff;
  border-color: #ff0000;
  background-color: #ff0000;
}
.pro-detail {
  margin: 0 auto 50px;
  background: #fff;
}
.pro-detail .pc-slide {
  width: 670px;
  height: 564px;
  float: left;
}
.pro-detail .view {
  width: 670px;
  height: 453px;
}
.pro-detail .view img {
  width: 670px;
  height: 453px;
}
.pro-detail .view .swiper-container {
  width: 670px;
  height: 453px;
}
.pro-detail .preview {
  margin-top: 14px;
  position: relative;
}
.pro-detail .preview .swiper-container {
  width: 600px;
  height: 94px;
  margin: 0 0 0 40px;
}
.pro-detail .preview .swiper-slide {
  width: 140px;
  height: 94px;
  cursor: pointer;
}
.pro-detail .preview .arrow-left {
  background: url("../images/detail-btn_03.jpg") no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 94px;
  z-index: 10;
}
.pro-detail .preview .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 94px;
  z-index: 10;
  background: url("../images/detail-btn_05.jpg") no-repeat left top;
}
.pro-detail .preview img {
  width: 138px;
  height: 90px;
  border: 2px solid transparent;
}
.pro-detail .preview .active-nav img {
  border: 2px solid #c61d1e;
}
.pro-detail .pro-txt {
  width: 450px;
  float: right;
}
.pro-detail .pro-txt .tit {
  padding-bottom: 18px;
  border-bottom: 1px solid #dad3d0;
}
.pro-detail .pro-txt .tit h5 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  padding-left: 22px;
  background: url("../images/name-bg_03.jpg") no-repeat left center;
}
.pro-detail .pro-txt .txt h6 {
  font-size: 18px;
  color: #666;
  padding: 28px 0 5px 0;
  font-weight: 500;
}
.pro-detail .pro-txt .txt li {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.pro-detail .pro-txt .txt p {
  font-size: 15px;
  color: #333;
  line-height: 28px;
}
.pro-detail .pro-txt .tel {
  margin-top: 56px;
  line-height: 54px;
  padding-left: 44px;
  width: 245px;
  height: 54px;
  background: #694437 url("../images/pro-tel_03.jpg") no-repeat 12px center;
}
.pro-detail .pro-txt .tel p {
  font-size: 18px;
  color: #fff;
}
.pro-detail .pro-txt .tel p span {
  font-family: arial;
}
.pro-detail .related {
  clear: both;
  margin-top: 70px;
}
.pro-detail .related .tit {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 18px 0;
}
.pro-detail .related .tit h6 {
  font-size: 16px;
  color: #333;
  padding-left: 13px;
  font-weight: 500;
  background: url("../images/h6-bg_03.jpg") no-repeat left center;
}
.pro-detail .related .picScroll-left {
  position: relative;
}
.pro-detail .related .picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  padding: 0 10px;
}
.pro-detail .related .picScroll-left .hd .prev {
  width: 20px;
  height: 20px;
  background: url("../images/detail-btn_03.jpg") no-repeat center;
  position: absolute;
  top: -40px;
  right: 30px;
  cursor: pointer;
}
.pro-detail .related .picScroll-left .hd .next {
  width: 20px;
  height: 20px;
  background: url("../images/detail-btn_05.jpg") no-repeat center;
  position: absolute;
  top: -40px;
  right: 0px;
  cursor: pointer;
}
.pro-detail .related .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.pro-detail .related .picScroll-left .bd ul li {
  width: 370px;
  margin: 0 28px 0 0;
}
.pro-detail .related .picScroll-left .bd ul li:hover p {
  color: #c61d1e;
}
.pro-detail .related .picScroll-left .bd ul li img {
  width: 370px;
  height: 250px;
}
.pro-detail .related .picScroll-left .bd ul li p {
  font-size: 16px;
  color: #444;
  text-align: center;
  margin-top: 10px;
}
.jsqb-b dl dd{width: 520px!important;}
.jsqb-b dl dt{width:456px!important;}
.jsqb-b dl dt h3{width:240px!important;padding-right: 10px!important;}
.jsqb-b dl dt p{padding-left: 10px!important;}
