.videoBg{
  display: none;
}
.header {
  height:30%;
  max-height: 100vh;
  width:100%;
  zoom: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.zjjn{
  background-image: url(../images/zjjnbg1.png);
}
.joinUs{
  background-image: url(../images/about/lianxi.png);
}
.contactUs{
  background-image: url(../images/about/lianxi.png);
}
.jnjy{
  background-image: url(../images/about/jingying.png);
}
.header .swiper-wrapper,.header .swiper0{
  width: 100%;
  height: 100%;
}
.header .pic{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 5s;
}
.scale{
  transform: scale(1.1)
}
.swiper0{
  --swiper-pagination-color: #fff;/* 两种都可以 */
}
.tabbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;

}
.tabbar .w{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding: 3vw 5vw;
}
.tabbar .logo {
  width: 40vw;
  height: auto;
}
.tabbar .tabs {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100vh;
  background-color: rgba(51,51,51,1);
  padding-top: 10vw;
}
.tabbar {

}
.tabbar .tab{
  color: #fff;
}
.tabbar .tabs .tab {
  display: block;
  color: #fff;
  line-height:1;
  height: 15vw;
  line-height: 15vw;
  font-size: 4vw;
  padding-left: 5vw;
  white-space: nowrap;

}
.tabbar #menu{
  position: relative;
}
.tabbar .arrow{
  position: absolute;
  width: 15vw;
  height: 15vw;
  right: 0;
  top: 0;
}
.tabbar .arrow img{
  width: 5vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tabbar .ul{
  display: block;
}
.tabbar .ul a{
  display: block;
  color: #aaa;
  width: 100%;
  padding-left: 6vw;
  font-size: 3.5vw;
  height: 8vw;
  line-height: 8vw;
}
.tabbar .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabbar .language .more {
  width: 6vw;
  height: auto;
  margin-left: 2vw;
}
/*# sourceMappingURL=mobile.css.map */
.w {
  width: 96vw;
  margin: 0 auto;
}
.word {
  color: #fff;
  height:350px;
  padding: 15px;
  position: absolute;
  z-index: 2;
  top: 10vw;
  left: 0;
  width: 100%;
}
.word .title {
  font-size: 18px;
  margin-top: 5vh;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.word .summary {
  text-align: justify;
  width: 92vw;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
   display:none;
}
.word .btn {
  display: none;
  font-size: 14px;
  line-height: 60px;
  width: 50%;
  height: 60px;

  color: #eafafa;
  text-align: center;
  margin-top: 2vh;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: -webkit-gradient(linear, left top, right top, from(#1c5589), to(#194781)) no-repeat;
  background: linear-gradient(to right, #1c5589, #194781) no-repeat;
  background-size: 0% 100%;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.word .btn:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #fff;
  padding-left: 10px;
}

.section {
  padding: 10px 0;
}
/* 追求卓越 引领未来 */
.section1 .section-title {
  color: #36383c;
  font-size: 8vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 10px 30px;
}
.section1 .stiltle {
  display: block;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
  color: #000;
  padding: 10px 30px;
  
}

.section1 .boxs {
  margin-top: 0px;
  overflow: hidden;
  padding: 0 0px;
}

.section1 .boxs .box1, .section1 .boxs .box3 {
  width: 100%;
  height: 400px;
  float: left;
  background: url(../images/zjjnbox1.png) no-repeat;
  color: #fff;
  padding: 40px 15px;
  background-size: 100% 100%;
  position: relative;
}

.section1 .boxs .box1 .t1, .section1 .boxs .box3 .t1 {
  font-size: 18px;
}

.section1 .boxs .box1 .t2, .section1 .boxs .box3 .t2 {
  font-size: 18px;
  line-height: 48px;
  margin-top: 30px;
  text-align: justify;
}

.section1 .boxs .box1 .t3, .section1 .boxs .box3 .t3 {
  font-size: 18px;
  margin-top: 30px;
  line-height: 24px;
  text-align: justify;
}

.section1 .boxs .box2 {
  width: 100%;
  height: auto;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
}

.section1 .boxs .box2 .li2{
  margin-top: 10px;
}

.section1 .boxs .box2 .one, .section1 .boxs .box2 .two {
  display: block;
  height: 268px;
  background: #1d4bc0;
  color: #fff;
  padding: 40px 15px;
}

.section1 .boxs .box2 .one .t1, .section1 .boxs .box2 .two .t1 {
  font-size: 18px;
}

.section1 .boxs .box2 .one .t2, .section1 .boxs .box2 .two .t2 {
  font-size: 24px;
  line-height: 48px;
  margin-top: 30px;
  text-align: justify;
}

.section1 .boxs .box2 .two {
  margin-top: 12px;
  background: #b18745;
}

.section1 .boxs .box2 .list_title {
  font-size: 20px;
  color: #000;
  text-align: center;
}
.section1 .boxs .box2 .list_p {
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 10px 30px;
}

.section1 .boxs .box2 .list_box{
  font-size: 16px;
  color: #000;
  text-align: center;
  height:100px;
  padding: 20px 0;
}

.section1 .boxs .box3 {
  float: left;
  background: url(../images/box3.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
}

.section1 .boxs .box1 {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.section1 .boxs .box1::before {
  content: " ";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section2 {
  width: 100%;
  height: 350px;
  display:none;
  background-position: center;
  background-attachment: fixed;
}

.section2 .section-title {
  font-size: 8vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}

.section2 .enTitle {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.section2 .items {
  margin-top: 10px;
}

.section2 .items .item {
  float: left;
  width: 33%;
}

.section2 .items .item .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.section2 .items .item .name {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section2 .items .item .num {
  text-align: center;
  color: #fff;
  font-size: 72px;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.section2 .items .item .num span {
  font-size: 18px;
}

.section2 .items .item1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.section2 .items .item2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.section2 .items .item3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.picShow .section-title {
  font-size: 8vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.picShow .summary {
  font-size: 18px;

  margin-top: 20px;
}

.picShow .tabs {
  margin-top: 70px;
  overflow: hidden;
  padding-bottom: 10px;
}

.picShow .tabs .tab {
  width: 33.33%;
  color: #000;
  font-size: 18px;
  float: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.picShow .tabs .tab:hover {
  opacity: 0.8;
}

.picShow .tabs .tab span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.picShow .tabs .tab .active {
  color: #194781;
}

.picShow .tabs .tab .active::after {
  content: " ";
  position: absolute;
  left: 0;
  background-color: #194781;
  bottom: -5px;
  width: 0;
  height: 4px;
  -webkit-animation: line 0.2s ease-in 1;
          animation: line 0.2s ease-in 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.picShow .tabs .tab1 {
  text-align: right;
}

.picShow .tabs .tab2 {
  text-align: center;
}

.picShow .tabs .tab3 {
  text-align: left;
}
.picShow .zhanshi .btn{
  margin: 0 auto;
  margin-top: 30px;
  width: 220px;
  border: 2px solid #fff;
  padding: 11px 18px;
  font-size: 18px;
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  background-color: #005bab;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-align: center;
}
.picShow .zhanshi .pic,.picShow .zhanshi .pic2{
  position: relative;
}
.picShow .zhanshi .title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, .6);
  color: #fff;
}
.picShow .lvxing{
  display: none;
}
.picShow .duxin{
  display: none;
}
.picShow .zhanshi .btn:hover{
  border-color: #004291;
  background-color: #004291;
}
.picShow .swiper-container {
  margin: 50px auto;
  width: 1100px;
}

.picShow .swiper-container .swiper-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
}

.picShow .swiper-container .swiper-slide-active, .picShow .swiper-container .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* 发展历程 */
.wrap { width:100%; margin-right:auto; margin-left:auto;padding:0 2vw;}
.index_title{font-size:36px;color:#36383c;line-height:1;margin-bottom:16px;}
.ab_index03 .index_title a{color:#c79556;}
.ab_index03{padding:70px 0px;background:url(../images/ab_index03_bj.png) no-repeat center;position:relative;background-size: cover;}
.ab_index03 .list_time{font-size:22px;font-weight:bold;color:#c79556;margin-bottom: 15px;}
.ab_index03 .list_time em{font-size:22px;}
.ab_index03 .list_box{color:#fff;display:block;position: relative;width: 100%;margin-bottom: 20px;}
.ab_index03 .list_border{display: none;}
.ab_index03 .list_title02{font-size:16px;display:block;margin-bottom: 8px;line-height: 1.5;}
.ab_index03 .list_title01{font-size:18px;display:block;position: absolute;top:0;right:0}
/* .mwrap { width:100%; margin-right:auto; margin-left:auto;}
.ab_index03 .list_title01{font-size:20px;display:block;margin-bottom:24px;}
.ab_index03 .list_title02{font-size:16px;font-weight:bold;display:block;}
.ab_index03 .list_border{display:none;width:14px;height:14px;background:#c79556;border-radius:50%;margin:10px 0px 40px;-webkit-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px);}
.ab_index03 .border{width:100%;height:1px;background:#c79556;position:absolute;left:0;top:214px;display:block;}
.ab_index03 .list_border:after,.ab_index03 .list_border:before{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;background:rgba(199,149,86,.5);border-radius:50%;}
.ab_index03 li:hover .list_time,.ab_index03 li:hover .list_title01,.ab_index03 li:hover .list_title02{text-shadow: 6px 6px 10px #000;transform:translate(-2px,-2px);-webkit-transform:translate(-2px,-2px);}

.ab_index04{padding:70px 0px 90px;background:#eef2f5;} */

.full-row {
  width: 100%;
  transition: 0.2s width ease;
  zoom: 1;
}
.full-row:before,
.full-row:after {
  display: table;
  clear: both;
  content: '';
}
.full-row > .span-8 {
  width: 25%;
}
.full-row > .smal-24 {
  width: 100%;
}

/*企业荣誉*/
.about_honor .honor_hd{text-align:center;margin-bottom:-5px;}
.about_honor .stiltle {
  display: block;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
  color: #000;
  padding: 35px;
}
.about_honor .honor_hd a{display:inline-block;*display:inline;*zoom:1;width:100%;font-size:24px;margin:0 2%;font-weight:bold;}
/* .about_honor .honor_hd .honor_ico{width:40px;height:40px;display:block;background:url(../img/honor_ico.png) no-repeat;margin-right:12px;} */
.about_honor .honor_hd .honor_ico2{background-position:-40px 0px;}
.about_honor .honor_hd .honor_ico3{background-position:-80px 0px;}
.about_honor .honor_hd a:hover .honor_ico1,.about_honor .honor_hd a.cur .honor_ico1{background-position:0px -40px;}
.about_honor .honor_hd a:hover .honor_ico2,.about_honor .honor_hd a.cur .honor_ico2{background-position:-40px -40px;}
.about_honor .honor_hd a:hover .honor_ico3,.about_honor .honor_hd a.cur .honor_ico3{background-position:-80px -40px;}
.about_honor .honor_hd a:hover,.about_honor .honor_hd a.cur{color:#c79556;}
.about_honor .honor_bd{background:#e6e6e6 no-repeat center;}
/* .about_honor .bd_l{width:100%;height:0px;background:url(../img/black_75.png) repeat;} */
.about_honor .bd_l .b_img{display:none;}
/* .about_honor .bd_l .img_title{text-align:center;background:url(../img/brown_80.png) repeat;padding:16px 4%;font-size:16px;color:#fff;font-weight:normal;}
.about_honor .bd_r{width:100%;min-height:624px;background:url(../img/brown_26.png) repeat;} */
.about_honor .bd_r_box{padding:10% 8% 0;color:#fff;}
.about_honor .r_title{font-size:30px;margin-bottom:20px;}
.about_honor .r_text{font-size:16px;color:rgba(255,255,255,0.9);line-height:28px;margin-bottom:40px;}
.about_honor .bd_r .img_box{height:106px;background:#e6e6e6;text-align:center;position:relative;overflow:hidden;}
.about_honor .bd_r .img_box img{height:100%;}
.about_honor .bd_r li{margin-bottom:14px;float:left;margin-right:3%;width:30%;cursor:pointer;}
.about_honor .img_list{height:346px;overflow-y:scroll;margin-bottom:14px;padding-right:4%;position:relative;}
/* .about_honor .img_cover{position:absolute;width:100%;height:100%;background:url(../img/brown_80.png) repeat;top:0;left:0;opacity:0;}
.about_honor .img_cover .list_ico{width:40px;height:40px;background:url(../img/honor_img_ico.png) no-repeat center;left:50%;top:50%;margin-top:-20px;margin-left:-20px;display:block;position:absolute;} */
/* .about_honor .img_list.scrollbar-ui .scroll_slider{background:#dbd6d1}
.about_honor .img_list.scrollbar-ui .scroll_bar{background:url(../img/honor_scroll_bj.png) repeat-y center;} */
.about_honor li:hover .img_cover{opacity:1;}
.about_honor .bd_r .img_title{display:none;}
.about_honor .honor_bd{
  background: url(../images/rongyu.jpg) no-repeat;
  background-size: 100% 100%;
}
.footer {
  width: 100%;
  height:auto;
  font-size: 16px;
  color: #7c7d7e;
}

.footer a {
  color: #7c7d7e;
}

.footer .f1 {
  height: auto;
  background-color: #383a3f;
  padding-top: 65px;
  display: none;
}

/* .footer .f1 .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .f1 .line .l1 {
  display: block;
  line-height: 27px;
}

.footer .f1 .line .l1:hover {
  color: #d7dbdf;
}

.footer .f1 .line .title {
  font-size: 14px;
  color: #c08a5e;
  margin-bottom: 40px;
}
.footer .f1 .line {
  float: left;
  line-height: 45px;
  width:100%;
} */
.footer .f2 {
  height: 85px;
  background-color: #2e3033;
}
.footer .f2 .w{
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}




/*新闻右侧搜索*/
.news_flot{width:100%;}
.news_flot .serch_title{font-size:26px;margin-bottom:18px;line-height:1;color:#333;}
.news_flot .serch_box{background:#fff;padding:12.5% 10%;margin-bottom:20px;}
.news_flot .serch_inp{background:#dedede;margin-bottom:14px;font-size:16px;}
.news_flot .serch_inp ::-webkit-input-placeholder{color:#666;}
.news_flot .serch_inp .select_box01,.news_flot .serch_inp input{width:88%;height:40px;line-height:40px;background:none;border:none;padding:0;margin:0;color:#666666;padding:0 6%;border-radius:0;}
.news_flot .serch_btn{width:100%;height:40px;line-height:40px;text-align:center;color:#fff;font-size:16px;border:none;background:#e44230;}
.news_flot .content_box{background:#fff;padding: 10% 10% 6.4%;}
.news_flot .content_title{font-size:26px;color:#333333;line-height:1;margin-bottom:3px;}
.news_flot dl{padding:20px 0px;border-bottom:1px solid #dddddd;color:#666666;font-size:16px;}
.news_flot dl:last-child{border:none;}
.news_flot dt{color:#c79556;font-weight:bold;margin-bottom:6px;}
.news_flot dd{margin-bottom:4px;}
.news_flot dd .r{width:90%;text-align:left;}
.news_flot dd .phone_number{color:#666;cursor:default;}
.news_flot dd em{color:#c79556;}
.news_flot .serch_inp ._arrow{width:40px;height:40px;background:url(../images/select_ico.jpg) no-repeat center;}
.news_flot .serch_inp ._arrow .arr{display:none;}
.news_flot .select-ui-choose-default ._txt{padding:0;}


/*新闻综合*/
.news_index .hd_l{width:100%}
.news_index .ipart2{padding:0;margin-bottom:65px;}
.news_index .ipart2 .ipart_hd .li3{width:100%;margin-top:2.5%;}
.news_index .ipart2 .ipart_hd .li3 .list_text{-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform: translate3d(0,0px,0);transform: translate3d(0,0px,0);visibility:visible;}
.news_index .ipart2 .ipart_hd .list_title{margin-bottom:26px;}
.news_index .ipart2 .ipart_hd .li3:after{right:0;opacity:0;-webkit-transition: all 1s ease;
    transition: all 1s ease;}
.news_index .ipart2 .ipart_hd .li3:hover:after{opacity:1;}
.news_index .ipart2 .ipart_hd .li1{margin-right:0;width:37%;}
.news_index .ipart2 .ipart_hd .li2{float:right;width:37%;}
.news_index .ipart_title{text-align:left;margin-bottom:30px;}
.news_index .ipart_title a{display:inline-block;}
.news_index .ipart2 .ipart_hd .cur{width:60.533%;}
.news_index .part2 .list_box{display:block;}
.news_index .part2 .list_text{background:#fff;padding:10%;}
.news_index .part2 .list_time{font-size:16px;color:#666;}
.news_index .part2 .list_title{font-size:20px;color:#333333;margin:20px 0px;min-height:120px;}
.news_index .part2 .more_btn_news{font-size:16px;color:#c79556;}
/*新闻列表*/
.news_list .list_l{width:100%}
.news_list .list_l li{margin-top:20px; margin-bottom:20px;}
.news_list .list_l .list_box{background:#eaeaea;padding:3%;display:block;position:relative;overflow:hidden;position:relative;}
.news_list .list_l .list_box .img_bj{position:absolute;width:100%;height:auto;top:0;left:0;z-index:1;}
.news_list .list_l .list_box .img_bj img{width:100%;}
.news_list .list_l .list_time{font-size:16px;color:#666;}
.news_list .list_l .list_title{font-size:20px;color:#333;margin:30px 0px 20px;}
.news_list .list_l .list_p{font-size:16px;color:#666;line-height:28px;min-height: 84px;}
.news_list .list_l .list_img{width:38%;margin-left: 4%;display: none;}
.news_list .list_l .list_img ._full{height:auto}
.news_list .list_l .list_text{position:relative;z-index:3;}

.news_list .list_l .first_list .list_time,.news_list .list_l .first_list .list_title,.news_list .list_l .first_list .list_p{color:#fff;}
.news_list .list_l .first_list .black_bj{width:100%;height:100%;display:block;background:url(../images/black_75.png) repeat;top:0;left:0;position:absolute;z-index:2;}

.news_list .list_l li:hover .list_title{color:#005bab;}
.news_list .list_l .first_list:hover .list_title{color:#fff;}

.news_list .more_btn{border-color:#005bab;color:#fff;margin:50px auto 0px;background-color:#005bab;}
.news_list .more_btn:hover{border-color:#004291;background-color:#004291;}
.news_list .list_l li{float: none;}
.xc_nav{display:none;}
#tel{display:none;}
/*分页*/
.page_box{display:none;padding:20px 0;margin: 0 auto;}


/*加入我们*/
.joinUs_main .title{
  font-size: 6vw;
  width: 100%;
  color: #1B1B1B;
  text-align: center;
  width: 100%;
  padding: 3vw 0;
}
.joinUs_main .pic1,.joinUs_main .pic2,.joinUs_main .pic3{
  display: block;
  margin-top: 10vw;
}
.joinUs_main .pic3{
  margin-bottom: 20vw;
}
/* 联系我们 */
.contactUs_main .left{
  display: flex;
  flex-wrap: wrap;
}
.contactUs_main .left .info{
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10vw;
}
.contactUs_main .right{
  margin-top: 10vw;
  margin-bottom: 20vw;
}
.contactUs_main .right .title{
  text-align: center;
  font-size: 4.8vw;
  margin-bottom: 10vw;
}
.contactUs_main .right .line{
  display: flex;
  margin-bottom: 8vw;
}
.contactUs_main .right .line .label{
  width: 25vw;
}
.contactUs_main .right .line .ipt{
  background-color: #DCDCDC;
  padding: 2vw 5vw;
  width: 100%;
  margin-right: 5vw;
}
.contactUs_main .right .line textarea{
  border: none;
  resize: none;
  height: 30vw;
}
.contactUs_main .map{
  display: none;
}

.contactUs_main .right .submit{
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  background-color: #DF3F24;
  border-radius: 4px;
}
.contactUs_main .right .submit:hover{
  opacity: 0.9;
}
/* 江南精英 */
.jnjy_main{
  margin: 10vw auto;
}
.jnjy_main .title{
  color: #DF3F24;
  font-size: 4.8vw;
  text-align: center;
  padding: 3vw;
}
.jnjy_main .imgList{
  display: flex;
  flex-wrap: wrap;
}
.jnjy_main .imgList .im{
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  height: 278px;
  overflow: hidden;
  position: relative;
} 
.jnjy_main .imgList .name{
  position: absolute;
  bottom: 0;
  height: 40px;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
}
.jnjy_main .imgList .im img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}
/* 产品中心 */
.product_main .inner{
  margin-top: 10vw;
}
.product_main .inner img{
  margin-bottom: 5vw;
}
.product_main .picShow{
  display: block;
  width: 90vw;
}
.product_main .section-title{
  color: #1B1B1B;
}
.product_main .section2 .left,.product_main .section2 .right{
  background: #f8f8f8;
  padding: 4vw;
  margin-top: 8vw;
}
.product_main .section2 .right{
  margin-top: 5vw;
}
.product_main .section2 .title{
  font-size: 4.8vw;
  text-align: center;
  color: #1B1B1B;
  margin-bottom: 3vw;
} 
.product_main .section2 .line{
  color: #1B1B1B;
  font-size: 4vw;
  line-height: 6vw;
}


.detail_main {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 100px;
  overflow: hidden;
  width: 100%;
  padding: 0 15px;
}

.detail_main .title {
  font-size: 22px;
  color: #000;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.detail_main .info {
  line-height: 16px;
  text-align: center;
  padding: 10px 0;
  color: #a1a1a1;
}

.detail_main .info .num {
  display: inline-block;
  margin-left: 10px;
}

.detail_main .content {
  line-height: 1.5;
  font-size: 16px;
  margin-top: 10px;
}

.detail_main .content img {
  width: auto;
  height: auto;
  display: inline-block;
}
/* 活力江南 */
.photo_wrapper{
  display: flex;
  flex-wrap: wrap;
}
.photo_wrapper .pic{
  width: 100%;
  height: 200px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.photo_wrapper .pic .title{
  position: absolute;
  bottom: 0px;
  height: 30px;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  transition: all .6s;
}
.photo_wrapper .pic img{
  width: 100%;
  height: 100%;
  transition: all .6s;    
}
.photo_tabs{
  background-color: #f8f8f8;
}
.photo_tabs .w{
  display: flex;
  flex-wrap: wrap;
}
.photo_tabs .tab{
  width: 33%;
  text-align: center;
  padding: 20px 0;
  white-space: nowrap;
  font-size: 20px;
  color: #666;
  display: block;
}
.photo_tabs .active{
  color: #db9f5d;
}