
.inside_ad {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
}
.inside_ad img {
  width: 100%;
}

/*关于我们*/
.about-wrapper .culture-main-warp .culture-desc h4:after{
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 40px;
  background-color: #c7000b;
}

.about-wrapper-wrap {
    background-color: #f6f6f6;
}

.about-wrapper-wrap .content_list .item_block {
    float: left;
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    background-color: transparent;
    position:relative;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.about-wrapper-wrap .content_list .item_block .item_wrapper {
    width: 100%;
    float: unset;
    margin-top: 0;
    padding-top: 50px;    
    padding-bottom: 50px;
    text-align: center;
}
.about-wrapper-wrap .content_list .item_block .item_wrapper .date_wrap {
    transition: all 0.36s ease;
    font-size: 58px;
    font-family: Impact;
    line-height: 1;
    color: #c7000b;
    margin-bottom: 20px;
}
.about-wrapper-wrap .content_list .item_block .item_wrapper .date_wrap .unit {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.about-wrapper-wrap .content_list .item_block .item_wrapper .title {
    color: #333333;
    font-size: 22px;
}
.about-wrapper-wrap .content_list .item_block .item_wrapper .subtitle {
    color: #333333;
    font-size: 16px;
}
.about-wrapper-wrap .content_list .item_block .item_index {
    display: block;
    font-family: Impact;
    position: absolute;
    bottom: -60px;
    right: 10px;
    color: #333333;
    font-size: 80px;
    opacity: 0;
    transition: all 0.3s ease;
}
.about-wrapper-wrap .content_list .item_block:hover{
    background-color: #c7000b;
}
.about-wrapper-wrap .content_list .item_block:hover .item_wrapper .date_wrap {
    color: #ffffff;
}
.about-wrapper-wrap .content_list .item_block:hover .item_wrapper .title,
.about-wrapper-wrap .content_list .item_block:hover .item_wrapper .subtitle {
    color: #ffffff;
}
.about-wrapper-wrap .content_list .item_block:hover .item_index {
    opacity: 1;
}

.about-wrapper-speech {
  margin-top: 80px;
  padding: 90px 0px;
  background-image: url(../images/about_speech_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-wrapper-speech .speech-main-warp {
  background-color: #ffffff;
  border-radius: 12px;
}

.about-wrapper-speech .speech-main-warp .speech-desc {
  float: left;
  width: 50%;
  padding: 50px;
}

.about-wrapper-speech .speech-main-warp .speech-desc .head {
  margin-bottom: 40px;
}
.about-wrapper-speech .speech-main-warp .speech-desc .head:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 40px;
  background-color: #c7000b;
}
.about-wrapper-speech .speech-main-warp .speech-desc .head h4 {
  font-size: 34px;
}
.about-wrapper-speech .speech-main-warp .speech-desc .head h4 i {
  color: #c7000b;
}
.about-wrapper-speech .speech-main-warp .speech-desc .head p {
  color: #333333;
  font-size: 16px;
}
.about-wrapper-speech .speech-main-warp .speech-desc p {
  color: #333;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: justify;
}


.about-wrapper-speech .speech-main-warp .speech-img {
  float: right;
  width: 50%;
}
.about-wrapper-speech .speech-main-warp .speech-img img {
  width: 100%;
}

.about-wrapper-honor {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/containerbgicon2.png) no-repeat left bottom;
}
.about-wrapper-honor .honor-main-warp {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 50px rgba(141, 141, 141, 0.25);
}
.about-wrapper-honor .honor-main-warp .title {
  text-align: center;
  font-size: 32px;
  padding: 20px 0px;
}
.about-wrapper-honor .honor-main-warp .title:after{
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  margin: 15px auto;
  background-color: #555;
}
.about-wrapper-honor .honor-main-warp .my-gallery {
  width: 100%;
}
.about-wrapper-honor .honor-main-warp .my-gallery .pictrue-item {
  float: left;
  width: calc(25% - 24px);
  text-align: center;
  margin-right: 30px;
  margin-bottom: 30px;
}
.about-wrapper-honor .honor-main-warp .my-gallery .pictrue-item:nth-child(4n) {
  margin-right: 0;
}
.about-wrapper-honor .honor-main-warp .my-gallery .pictrue-item p {
  margin-top: 10px;
  height: 40px;
  font-size: 16px;
}

/*发展历程*/
.abojslc{width: 100%;padding: 100px 0;overflow: hidden;}
.abojslc-menu{
  width: 100%;
  padding: 70px 0px;
  background-color: #ffffff;
  position: relative;
}
.abojslc-menu .container {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

.abojslc-menu .equip-min{display: block;width: 100%;position: relative;z-index: 3;text-align: center;}
.abojslc-menu .equip-min span{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color:#333;
  line-height: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.abojslc-menu .equip-min p{
  display: block;
  width: 14px;
  position: relative;
  margin: 0px auto;
  padding: 15px 0px;
}
.abojslc-menu .equip-min p span{
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: #dedede;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.abojslc-menu .equip-min p i{
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: 1px solid #c7000b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0px 0px -12px;
  z-index: 2;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.abojslc-menu .swiper-slide-thumb-active .equip-min span{
  font-size: 24px;
  font-weight: bold;
  color:#c7000b;
}
.abojslc-menu .swiper-slide-thumb-active .equip-min p i{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.abojslc-menu .swiper-slide-thumb-active .equip-min p em{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.abojslc-menu .swiper-slide-thumb-active .equip-min p span{
  background: #c7000b;
}

.abojslc-menu:after{content: "";position: absolute;width: 100%;height: 2px;left: 0;bottom: 90px;background: #efefef;}

.abojslc-menu .swiper-button-next:after,.abojslc-menu .swiper-button-prev:after {
  display: none;
}
.abojslc-menu .swiper-button-next,.abojslc-menu .swiper-button-prev {
  content:'';
  color: #999999;
  font-size: 32px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 19;
}
.abojslc-menu .swiper-button-next {
  background-image: url(../images/sNext.png);

}
.abojslc-menu .swiper-button-prev {
  background-image: url(../images/sPrev.png);
}

.abojslc-cont .courseList {
  position: relative;
}
.abojslc-cont .courseList:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 98%;
    background-color: #d9d9d9;
}
.abojslc-cont .clearfix {
  padding: 50px 0px;
}
.abojslc-cont .clearfix .img {
  float: left;
  text-align: right;
  width: 50%;
  padding: 0px 75px;
}

.abojslc-cont .clearfix .con {
  float: right;
  text-align: left;
  width: 50%;
  padding: 30px 75px;
}
.abojslc-cont .clearfix .con .year {
  color: #c7000b;
  font-size: 24px;
}
.abojslc-cont .clearfix .con .info p {
  color: #666666;
}
.abojslc-cont .clearfix:nth-child(2n) .img {
  float: right;
  text-align: left;
}

.abojslc-cont .clearfix:nth-child(2n) .con {
  float: left;
  text-align: right;
}


.course{
  overflow: hidden;
  position: relative;
}

.course .hd{
  width: 100%;
  padding: 90px 0px 40px;
  background-color: #ffffff
}
.course .hd .container {
  height: 120px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}
.courseLine1{
  display: block;
  width: 0px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 62px;
  z-index: 1;
  background: #c7000b;
}
.course_ul{
  width: 20000px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}
.course_ul li{
  width: 165px;
  overflow: hidden;
  float: left;
  display: inline;
  cursor: pointer;
}
.course_ul li span{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color:#333;
  line-height: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.course_ul li.on span{
  font-size: 24px;
  font-weight: bold;
  color:#c7000b;
}
.course_ul li p{
  display: block;
  width: 14px;
  position: relative;
  margin: 0px auto;
  padding: 15px 0px;
}
.course_ul li p span{
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: #dedede;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.course_ul li p i{
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: 1px solid #c7000b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0px 0px -12px;
  z-index: 2;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}

.course_ul li.on p i{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.course_ul li.on p em{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.course_ul li.on p span{
  background: #c7000b;
}
.courseLine{
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: #dedede;
  position: absolute;
  left: 0px;
  top: 142px;
  z-index: 2;
}
.courseLine i{
  display: block;
  width: 0px;
  height: 1px;
  overflow: hidden;
  background: #57c282;
  position: absolute;
  left: 0px;
  top: 0px;
}
.course .bd .container {
  max-width: 1230px;
}
.course .bd_con .courseList {
  position: relative;
}
.course .bd_con .courseList:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 98%;
    background-color: #d9d9d9;
}
.abojslc-cont .clearfix {
  padding: 50px 0px;
}
.abojslc-cont .clearfix .img {
  float: left;
  text-align: right;
  width: 50%;
  padding: 0px 75px;
}

.abojslc-cont .clearfix .con {
  float: right;
  text-align: left;
  width: 50%;
  padding: 30px 75px;
}
.abojslc-cont .clearfix .con .year {
  color: #c7000b;
  font-size: 24px;
}
.abojslc-cont .clearfix .con .info p {
  color: #666666;
}
.abojslc-cont .clearfix:nth-child(2n) .img {
  float: right;
  text-align: left;
}

.abojslc-cont .clearfix:nth-child(2n) .con {
  float: left;
  text-align: right;
}



/* 企业理念 start */
.companyIdeaBox{
  padding: 60px;
}
.companyIdeaCon{
  width: 1200px;
  height: 800px;
  margin: 0 auto;
  position: relative;
}
.companyLogo {margin-top: 0;text-align: right;}
.companyLogo a img {width: 80px;height: 80px;}
.ideaConTitle{
  width: 220px;
  position: absolute;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.ideaConTitle1{
  width: 700px;
}
.ideaConTitle:before{
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border:5px solid #c7000b;
}
.ideaConTitle:after{
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 94px;
  border-left: 1px dashed #c5c5c5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.ideaConTitle.show:after{
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 94px;
  border-left: 1px dashed #bbbbbb;
}
.ideaConTitle .title {
  line-height: 30px;
  margin-bottom: 20px;
}
.ideaConTitle .title h4 {
  font-size: 20px;
}
.ideaConTitle .title p {
  font-size: 14px;
  color: #666666;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.ideaConTitle .desc img {
  float: left;
  margin-right: 40px;
}
.ideaConTitle .desc p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.ideaConTitle.active{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.ideaConTitle.active .text{
  opacity: 1;
  vertical-align: bottom;
}
.ideaConTitle .title1 a:hover{
  color: #da011e;
}
.ideaConTitle .title2{
  max-height: 120px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #999999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.ideaConTitle.ideaConTitle1 .title2{
  text-align: left;
      padding-left: 100px;
}
/* .ideaConTitle.active .title2{
  font-size: 16px;
  line-height: 40px;
} */
.ideaConTitle1{
  left: 50%;
  top: 0px;
  text-align: center;
  margin-left: -350px;
}
.ideaConTitle1.classStatus{
  top: -20px;
}
.ideaConTitle2{
  right: 69px;
  top: 170px;
}
.ideaConTitle3{
  right: 7px;
  top: 454px;
}
.ideaConTitle4{
  right: 182px;
  top: 686px;
}
.ideaConTitle5{
  left: 165px;
  top: 686px;
  text-align: right;
}
.ideaConTitle6{
  left: -8px;
  top: 454px;
  text-align: right;
}
.ideaConTitle7{
  left: 55px;
  top: 170px;
  text-align: right;
}
.ideaConTitle1:before{
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.ideaConTitle2:before,.ideaConTitle3:before,.ideaConTitle4:before{
  top: 22px;
  left: -30px;
}
.ideaConTitle5:before,.ideaConTitle6:before,.ideaConTitle7:before{
  top: 22px;
  right: -30px;
}
.ideaCircle{
  position: absolute;
  width: 560px;
  height: 560px;
  top: 200px;
  left: 50%;
  margin-left: -280px;
}
.centerCircle{
  height: 154px;
  width: 176px;
  line-height: 154px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
 margin: -64px auto auto;
  background: url(../images/ideaIcn.png) no-repeat center center;
  /*background-size: 176px 154px;*/
  z-index: 10;
}
.centerCircle .title{
  font-size: 36px;
  color: #333333;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.interiorCircle .title a{
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.centerCircle.interiorCircle .title:hover a{
  color: #da011e;
}
.interiorIdea{
  width: 540px;
  height: 540px;
  /*border-radius: 50%;*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -270px;
  margin-top: -270px;
  overflow: hidden;
  z-index: 9;
}
.interiorIdea .loopItem{
  overflow: hidden;
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  overflow: hidden;
  /*transform-origin: 0% 100%;*/
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  cursor: pointer;
  /*border-color: #bb091b;*/
}

.interiorIdea .loopItem:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;width: 100%;height: 100%;border:45px solid #ffffff;background-color: transparent;border-radius: 50%;
}

.interiorIdea .loopItem a {
  opacity: 0;
  visibility: hidden; 
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.interiorIdea .loopItem.hide:before {
  opacity: 0;
  visibility: hidden; 
  background: transparent !important;
}
.interiorIdea .loopItem.hide a{
  opacity: 1;
  visibility: visible; 
  z-index: 9;
}
.ideaConTitle1:after{
  bottom: -120px;
  left: 50%;
}
.ideaConTitle2:after{
  top: 27px;
  left: -71px;
  transform: rotate(51.4286deg);
  -webkit-transform: rotate(51.4286deg);
}
.ideaConTitle3:after{
  top: -26px;
  left: -83px;
  transform: rotate(102.8572deg);
  -webkit-transform: rotate(102.8572deg);
}
.ideaConTitle4:after{
  top: -73px;
  left: -51px;
  transform: rotate(154.2858deg);
  -webkit-transform: rotate(154.2858deg);
}
.ideaConTitle5:after{
  top: -73px;
  right: -51px;
  transform: rotate(205.7144deg);
  -webkit-transform: rotate(205.7144deg);
}
.ideaConTitle6:after{
  top: -26px;
  right: -83px;
  transform: rotate(-102.8572deg);
  -webkit-transform: rotate(-102.8572deg);
}
.ideaConTitle7:after{
  top: 27px;
  right: -71px;
  transform: rotate(-51.4286deg);
  -webkit-transform: rotate(-51.4286deg);
}
.outerIdea{
  width: 520px;
  height: 520px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -260px;
  margin-top: -260px;
  overflow: hidden;
  z-index: 8;
}
.outerIdea .loopItem{
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  overflow: hidden;
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  overflow: hidden;
  /*transform-origin: 0% 100%;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.outerIdea .loopItem .imgCon{
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 0% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
/*.outerIdea .loopItem.loopItem1{
  transform: rotate(-28deg) skewY(-38deg);
  -webkit-transform: rotate(-28deg) skewY(-38deg);
}
.outerIdea .loopItem.loopItem1 .imgCon {
  bottom: 124px;
    left: -70px;
    transform: skewY(37deg) rotate(32deg);
  background-size: auto 220px;
    -webkit-transform: skewY(37deg) rotate(32deg);
  transform-origin: 0% 48%;
    background-position: left -20px;
}
.outerIdea .loopItem.loopItem2{
  transform: rotate(24deg) skewY(-39deg);
  -webkit-transform: rotate(24deg) skewY(-39deg);
}
.outerIdea .loopItem.loopItem2 .imgCon{
  bottom: 40px;
    left: 0;
    transform: skewY(53deg) rotate(0deg);
    -webkit-transform: skewY(53deg) rotate(0deg);
}
.outerIdea .loopItem.loopItem3{
  transform: rotate(75deg) skewY(-40deg);
  -webkit-transform: rotate(75deg) skewY(-40deg);
}
.outerIdea .loopItem.loopItem3 .imgCon{
  top: 21px;
    left: 194px;
    transform: skewY(53deg) rotate(0deg);
    -webkit-transform: skewY(53deg) rotate(0deg);
}
.outerIdea .loopItem.loopItem4{
  transform: rotate(125deg) skewY(-38deg);
  -webkit-transform: rotate(125deg) skewY(-38deg);
}
.outerIdea .loopItem.loopItem5{
  transform: rotate(177deg) skewY(-38deg);
  -webkit-transform: rotate(177deg) skewY(-38deg);
}
.outerIdea .loopItem.loopItem6{
  transform: rotate(229deg) skewY(-39deg);
  -webkit-transform: rotate(229deg) skewY(-39deg);
}
.outerIdea .loopItem.loopItem7{
  transform: rotate(280deg) skewY(-38deg);
  -webkit-transform: rotate(280deg) skewY(-38deg);
}*/
.outerIdea .loopItem.show{
  opacity: 1;
  visibility: visible;
}
/* 企业理念 end */
/* 企业文化 start */
.interiorIdea.newIdeaCon .loopItem.loopItem1 {
    /*transform: rotate(-62deg) skewY(36deg);*/
  /*-webkit-transform: rotate(-60deg) skewY(30deg);*/
  /*background: #b90012;*/
  width: 320px;
  height: 320px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.interiorIdea.newIdeaCon .loopItem.loopItem1:before {
  border-color: #b90012;
}

.interiorIdea.newIdeaCon .loopItem.loopItem2 {
    /*transform: rotate(62deg) skewY(36deg);*/
  /*-webkit-transform: rotate(60deg) skewY(30deg);*/
  /*background: #de959c;*/
  width: 320px;
  height: 320px;
  bottom: 0px;
  right: 0px;
}

.interiorIdea.newIdeaCon .loopItem.loopItem2:before {
  border-color: #f0a444;
}

.interiorIdea.newIdeaCon .loopItem.loopItem3 {
    /*transform: rotate(62deg) skewY(36deg);*/
  /*-webkit-transform: rotate(180deg) skewY(30deg);*/
  /*background: #ebc978;*/
  width: 320px;
  height: 320px;
  bottom: 0px;
  left: 0px;
}
.interiorIdea.newIdeaCon .loopItem.loopItem3:before {
  border-color: #60b0ed;
}



/*.outerIdea.mewIdeaOut.show {
  z-index: 11;
}*/
.outerIdea.mewIdeaOut .loopItem.loopItem1 {
  /*transform: rotate(-62deg) skewY(36deg);*/
  /*-webkit-transform: rotate(-60deg) skewY(30deg);*/
  width: 60%;
  height: 60%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 43;
  margin: 0px auto;
}
.outerIdea.mewIdeaOut .loopItem.loopItem2 {
    /*transform: rotate(62deg) skewY(36deg);*/
  /*-webkit-transform: rotate(60deg) skewY(30deg);*/
  width: 60%;
  height: 60%;
  bottom: 0px;
  right: 0px;
  z-index: 42;
}
.outerIdea.mewIdeaOut .loopItem.loopItem3 {
    /*transform: rotate(62deg) skewY(36deg);*/
  /*-webkit-transform: rotate(180deg) skewY(30deg);*/
  width: 60%;
  height: 60%;
  bottom: 0px;
  left: 0px;
  z-index: 41;
}

.ideaConTitle2.newIdeaTitle2 {
  right: -20px;
  top: 680px;
}
.ideaConTitle2.newIdeaTitle2:before {
  top: 25px;
  left: -40px;
  border: 5px solid #f0a444;
}
.ideaConTitle2.newIdeaTitle2:after {
  top: -37px;
  left: -90px;
  transform: rotate(114.4286deg);
  -webkit-transform: rotate(114.4286deg);
  border-color: #f0a444;
}
.ideaConTitle3.newIdeaTitle3 {
  left: -20px;
  top: 680px;
  text-align: right;
}
.ideaConTitle3.newIdeaTitle3:before{
  top: 25px;
  left: 240px;
  border: 5px solid #60b0ed;
}
.ideaConTitle3.newIdeaTitle3:after {
  top: -37px;
  left: 310px;
  transform: rotate(80.8572deg);
  -webkit-transform: rotate(65.8572deg);
  border-color: #60b0ed;
}
.mewIdeaOut .loopItemBg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mewIdeaOut .loopItem1 .loopItemBg{
  /*left: -8px;*/
  /*transform: rotate(49deg) skewY(0deg);*/
  /*-webkit-transform: rotate(49deg) skewY(0deg);*/
}
.mewIdeaOut .loopItem2 .loopItemBg{
  /*transform: rotate(-70deg) skewY(0deg);*/
  /*-webkit-transform: rotate(-70deg) skewY(0deg);*/
  /*left: -55px;*/
  /*top: 55px;*/
}
.mewIdeaOut .loopItem3 .loopItemBg{
  /*transform: rotate(-180deg) skewY(0deg);*/
  /*-webkit-transform: rotate(-180deg) skewY(0deg);*/
}
/* 企业文化 end */


/* 产业链 start */
.industIdeaTitle .ideaConTitle1{
  left: unset;
  right: 80px;
  text-align: right;
  top: 174px;
  width: 240px;
}
.industIdeaTitle .ideaConTitle1:before{
  top: 26px;
  left: -23px;
  margin-left: 0px;
}
.industIdeaTitle .ideaConTitle1:after{
  /* bottom: -86px; */
  bottom: 34px;
  left: -66px;
  transform: rotate(228.4286deg);
  -webkit-transform: rotate(228.4286deg);
}
.industIdeaTitle .ideaConTitle2 {
    right: 85px;
  top: 590px;
  text-align: right;
}
.industIdeaTitle .ideaConTitle2:after {
    top: -50px;
  left: -74px;
    transform: rotate(128.4286deg);
    -webkit-transform: rotate(128.4286deg);
}
.industIdeaTitle .ideaConTitle3{
  right: unset;
  left: 85px;
  top: 590px;
  text-align: left;
}
.industIdeaTitle .ideaConTitle3:before{
  left: unset;
  right: -30px;
}
.industIdeaTitle .ideaConTitle3:after {
    top: -50px;
  right: -74px;
  left: unset;
    transform: rotate(231.5714deg);
    -webkit-transform: rotate(231.5714deg);
}
.industIdeaTitle .ideaConTitle4 {
    right: unset;
  left: 80px;
  top: 174px;
}
.industIdeaTitle .ideaConTitle4:after {
    top: unset;
    left: unset;
    right: -66px;
  /* bottom: -86px; */
  bottom: 32px;
    transform: rotate(131.5714deg);
    -webkit-transform: rotate(131.5714deg);
}
.industIdeaTitle .ideaConTitle4:before{
  top: 26px;
  left: unset;
  right: -23px;
}
.industIdeaTitle .title1{
  border-bottom: 1px solid #ded7d7;
}
.industIdeaTitle .title1{
  padding-top: 6px;
}
.industIdeaTitle .text{
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.ideaConTitle.active .text{
  opacity: 1;
  visibility: visible;
}
.industIdeaTitle .text{
  
}
.industIdeaCon .loopItem.loopItem1{
  transform: rotate(0deg) skewY(0);
  -webkit-transform: rotate(0deg) skewY(0);
}
.industIdeaCon .loopItem.loopItem2{
  transform: rotate(90deg) skewY(0);
  -webkit-transform: rotate(90deg) skewY(0);
}
.industIdeaCon .loopItem.loopItem3{
  transform: rotate(180deg) skewY(0);
  -webkit-transform: rotate(180deg) skewY(0);
}
.industIdeaCon .loopItem.loopItem4{
  transform: rotate(-90deg) skewY(0);
  -webkit-transform: rotate(-90deg) skewY(0);
}
.industIdeaOut .loopItem.loopItem1{
  transform: rotate(0deg) skewY(0);
  -webkit-transform: rotate(0deg) skewY(0);
}
.industIdeaOut .loopItem.loopItem2{
  transform: rotate(90deg) skewY(0);
  -webkit-transform: rotate(90deg) skewY(0);
}
.industIdeaOut .loopItem.loopItem3{
  transform: rotate(180deg) skewY(0);
  -webkit-transform: rotate(180deg) skewY(0);
}
.industIdeaOut .loopItem.loopItem4{
  transform: rotate(-90deg) skewY(0);
  -webkit-transform: rotate(-90deg) skewY(0);
}
.industIdeaOut .loopItemBg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.industIdeaOut .loopItem.loopItem2 .loopItemBg{
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.industIdeaOut .loopItem.loopItem3 .loopItemBg{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.industIdeaOut .loopItem.loopItem4 .loopItemBg{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}



/*产品*/
.products-main-wrap {
  padding: 120px 0px;
  background: url(../images/pro_bg.jpg) no-repeat center;
  background-size: cover;
}

.productScroll{
  position: relative;
  padding: 0 60px;
}
.productScroll .bd{
  overflow: hidden;
}
.productScroll .slick-list{
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 120px;
}
.productScroll .slick-slide {
  padding: 0px 15px;
}
.productScroll .con{
  width: 100%;
  position: relative;
  top: 0;
  padding: 40px 0px;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  overflow: hidden;
  border-radius: 10px;
  background-color: #e4e4e4;
}
.productScroll .con .pic{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.productScroll .con .pic img{
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.productScroll .con .pic:before{
  padding-top: 173.076923%;
}
.productScroll .con .textC{
  width: 100%;
  margin-top: 50px;
}
.productScroll .mySlide.slide1 .con{
  top: 20px;
}
.productScroll .mySlide.slide2 .con{
  top: 120px;
}
.productScroll .mySlide.slide3 .con{
  top: 72px;
}
.productScroll .mySlide.slide4 .con{
  top: 0px;
}
.productScroll .mySlide.slide5 .con{
  top: 88px;
}
.productScroll .con .text{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.productScroll .con .textC .icn{
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.productScroll .con .textC .title{
  text-align: center;
  width: 170px;
  height: 50px;
  line-height: 48px;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  border:1px solid #bdbdbd;
  margin:0px auto;
  background-color: #ffffff;
}
.productScroll .con .textC .title:hover {
  color: #fff;
  border-color: #c7000b;
  background-color: #c7000b;
}
.productScroll .con .textC .more{
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
.productScroll .con .textC .more span{
  display: inline-block;
  background: url(../images/next1h.png) no-repeat center center;
  background-size: cover;
  width: 8px;
  height: 14px;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -2px;
}
.productScroll .con:hover{
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
}
.productScroll .con:hover .textC .more{
  visibility: visible;
  opacity: 1;
}
.productScroll .con:hover .text{
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
.productpdBtn .productpdPrev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background: #e8989f url(../images/indexPrev2h.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.productpdBtn .productpdNext {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background: #e8989f url(../images/indexNext2h.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.productpdBtn .productpdPrev:hover {
  background: #c7000b url(../images/indexPrev2h.png) no-repeat center center;
}

.productpdBtn .productpdNext:hover {
  background: #c7000b url(../images/indexNext2h.png) no-repeat center center;
}

.products-list-wrap .productsHead {
  width: 100%;
  height: 80px;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
.products-list-wrap .productsHead h4 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  letter-spacing: 2px;
}
.products-list-wrap .productList {
  padding: 40px;
  margin-bottom: 50px;
  background-color: #fafafa;
}
.products-list-wrap .productList .item {
    float: left;
    width: calc(100% / 3 - 30px);
    margin-right: 45px;
    border-radius: 20px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.products-list-wrap .productList .item .picBox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.products-list-wrap .productList .item .picBox a.pic {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-list-wrap .productList .item .picBox a.pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.products-list-wrap .productList .item .text {
    height: 94px;
    line-height: 94px;
    padding: 0 60px;
    text-align: center;
    font-size: 18px;
    color: #444;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.products-list-wrap .productList .item .more {
    padding-top: 10px;
    position: absolute;
    width: 100%;
    height: 130px;
    left: 0;
    bottom: -140px;
    z-index: -1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    background-color: #c7000b;
    text-align: center;
}
.products-list-wrap .productList .item .more .title{
  font-size: 18px;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin-bottom: 12px;
}

.products-list-wrap .productList .item .more a{
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ffffff;
  padding: 0 14px;
  border-radius: 40px;
}
.products-list-wrap .productList .item .more a:hover {
  color: #c7000b;
  background-color: #ffffff
}
.products-list-wrap .productList .item:hover .text{
  opacity: 0;
  visibility: hidden;
}

.products-list-wrap .productList .item:hover .more {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/*产品详情*/
.products-detail {
  margin-top: 80px;
}
.productCloumn .productImg {
  float: left;
  width: 600px;
  max-width: 45%;
  height: 600px;
  border-radius: 30px;
  background-color: #f1f1f1;
  position: relative;
}
.productCloumn .productImg .productBanner,.productCloumn .productImg .productBanner .bd,.productCloumn .productImg .productBanner .bd ul,.productCloumn .productImg .productBanner .bd ul li {
  width: 100%;
  height: 100%;
}
.productCloumn .productImg .productBanner .bd ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productCloumn .productDesc {
  float: right;
  width: calc(55% - 50px);
  max-width: 750px;
}
.productCloumn .productDesc h1 {
  font-size: 38px;
  margin-bottom: 30px;
}
.productCloumn .productDesc .desc p {
  font-size: 15px;
  line-height: 28px;
}


.pages {
  padding: 0px 0px 100px;
  text-align: center;
}
.pages a {
  display: inline-block;
  min-width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0px 10px;
  border-radius: 3px;
  margin:0px 3px;
  border:1px solid #dedede;
}
.pages a:hover {
  border-color: #c7000b;
  color: #c7000b;
}
.pages a.on,.pages a.active {
  color: #fff;
  border-color: #c7000b;
  background-color: #c7000b;
}

.news-main-wrap {
  min-height: 400px;
}
.newsList {
  padding: 50px 0px;
}
.newsList .item {
    float: left;
    width: calc(100% / 3 - 30px);
    margin-right: 40px;
    margin-bottom: 40px;    
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}
.newsList .item a {
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.newsList .item:nth-child(3n) {
  margin-right: 0px
}

.newsList .item .news_img {
  width: 100%;
  height: 0px;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.newsList .item .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.newsList .item .news_text .date {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 80px;
  margin-right: 20px;
  border:1px solid #dddddd;
  color: #888;
  transition: all 0.3s ease;
}
.newsList .item .news_text .date .d {
  font-size: 32px;
  line-height: 1;
}
.newsList .item .news_text .date .ym {
  font-size: 14px;
}
.newsList .item .news_text .desc h4 {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.newsList .item .news_text .desc p {
    color: #888888;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsList .item a:hover {
  border-color: #c7000b;
}
.newsList .item a:hover .news_img img {
   transform: scale(1.08);
}
.newsList .item a:hover .news_text .date {
  color: #ffffff;
  border-color: #c7000b;
  background-color: #c7000b;
}
.newsList .item a:hover .news_text .desc h4 {
  color: #c7000b;
}

.news-detail {
  margin-top: 80px;
}

.news-main-desc h1 {
  font-size: 30px;
}

.news-main-desc .info {
  margin: 20px 0px 30px;
}
.news-main-desc .info span {
  color: #888;
  margin-right: 20px;
}
.news-main-desc .desc p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 15px;
}

/*招贤纳士*/
.jobs-main-wrap {
  background-color: #fafafa;
}
.jobs-main-wrap .rich_text img {
  max-width: 100%;
}
.jobs-main-wrap .rich_text p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 10px;
}

.jobs-main-wrap .jobsRow .jobs_list {
  float: left;
  margin-right: 60px;
  width: calc(100% / 2 - 30px);
  background-color: #ffffff;
}
.jobs-main-wrap .jobsRow .jobs_list:nth-child(2n) {
  margin-right: 0px;
}
.jobs-main-wrap .jobsRow .jobs_list .img {
  overflow: hidden;
}
.jobs-main-wrap .jobsRow .jobs_list .img a img {
  width: 100%;
  transition: all 0.6s ease;
}
.jobs-main-wrap .jobsRow .jobs_list .img a:hover img {
  transform: scale(1.08);
}
.jobs-main-wrap .jobsRow .jobs_list .text {
  padding: 30px;
  line-height: 32px;
}
.jobs-main-wrap .jobsRow .jobs_list .text h4 {
  float: left;
  font-size: 32px;
}
.jobs-main-wrap .jobsRow .jobs_list .text a.link {
  float: right;
  color: #c7000b;
  font-size: 18px;
}
.jobs-main-wrap .jobsRow .jobs_list .text a.link:hover {
  text-decoration: underline;
}

.list-card {
  padding: 40px 0px;
}
.list-card-item {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 30px;
}
.list-card-item:hover{box-shadow:2px 2px 10px #ccc}
.list-card-item .pos-hd {
    padding: 14px 24px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    color: #383838;
}
.list-card-item .pos-hd .pos-tit {
    width: 70%;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 42px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 42px;
}
.list-card-item .pos-hd .pos-tit .pos-cate {
    padding-left: 10px;
    font-size: 14px;
    color: #909090;
}
.list-card-item .pos-hd .pos-summary {
    font-size: 14px;
    margin-bottom: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 21px;
}
.list-card-item .pos-hd .pos-summary span {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 16px;
}
.list-card-item .pos-hd .pos-locate {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #989898;
    height: 36px;
}
.list-card-item .pos-hd .pos-locate span {
    margin-top: 15px;
    display: inline-block;
}
.list-card-item .pos-ft {
    padding: 14px 24px;
    font-size: 12px;
    color: #989898;
}
.list-card-item .pos-ft .need-people, .list-card-item .pos-ft .pub-time {
    margin-right: 16px;
}


.pos-detail-inner {
  margin-top: 80px;
}
.pos-detail-hd-wrap {
  padding: 45px 0px;
  background-color: #e5eaf0;
}

.pos-detail-hd-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__titBar {
    font-size: 36px;
    line-height: 50px;
    color: #1f2329;
    font-weight: 500;
    max-width: 780px;
    word-break: break-all;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-right: 16px;
    margin-bottom: 16px;
}
.pos-detail-hd-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__infoBar {
    color: #1f2329;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}
.pos-detail-hd-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__infoBar span {
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.pos-detail-hd-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__infoBar .workPlaceStr {
    max-width: 276px;
    padding-left: 0px;
    position: relative;   
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pos-detail-hd-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__infoBar span:not(:last-child):after {
    content: "";
    width: 1px;
    height: 20px;
    background: #cbcbcb;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.pos-detail-bd-wrap {
  padding: 40px 0px 100px;
}
.pos-detail-bd-wrap h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.pos-detail-bd-wrap p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
.pos-detail-bd-wrap .info {
  padding: 10px 0px 40px;
}
.pos-detail-bd-wrap .info span {
  color: #666;
  font-size: 16px;
  margin-right: 100px;
}
.pos-detail-bd-wrap .info span i {
  color: #f00;
}

.contact-main-wrap .contact {
  text-align: center;
  margin-top: 80px;
}
.contact-main-wrap .contact h4 {
  color: #333333;
  font-size: 32px;
  margin-bottom: 40px;
}
.contact-main-wrap .contact h4:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  margin: 40px auto 0px;
  background-color: #c7000b;
}
.contact-main-wrap .contact p {
  color: #666666;
  font-size: 18px;
  margin-bottom: 30px;
}


.staff-wrap .staff-wrap-img {
  float: left;
  width: 50%;
  height: 700px;
  position: relative;
}
.staff-wrap .staff-wrap-img .bd,.staff-wrap .staff-wrap-img  .bd ul,.staff-wrap .staff-wrap-img  .bd ul li {
  width: 100%;
  height: 100%;
}
.staff-wrap .staff-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-wrap .staff-wrap-img .hd {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;  
  text-align: center;
}
.staff-wrap .staff-wrap-img .hd li {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.staff-wrap .staff-wrap-img .hd li.on {
  background-color: #c7000b;
}
.staff-wrap .staff-wrap-text {
  float: right;
  width: 50%;
  height: 700px;
  padding: 50px;
  background-color: #928261;
}
.staff-wrap .staff-wrap-text h4 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 40px;
}
.staff-wrap .staff-wrap-text p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.staff-wrap .staff-wrap-text .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 80px;
}
.staff-wrap .staff-wrap-text .row>div {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}
.staff-wrap .staff-wrap-text .row>div img {
  width: 100%;
  border:1px solid #ffffff;
}


@media (max-width: 1400px) {
}

@media (max-width: 1280px) {
   .companyIdeaBox {
    padding: 60px 0px;
  }
}

@media (min-width: 992px){
  .products-list-wrap .productList .item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 992px) { 
  .inside_ad {
    margin-top: 60px;
  }
  .inside_ad img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    text-align: left;
  }
  .news-detail {
    margin-top: 60px;
  }
  .pos-detail-inner {
    margin-top: 60px;
  }
  
  .about-wrapper-speech {
    padding: 40px 0px;
    margin-top: 60px;
  }
  .about-wrapper-speech .speech-main-warp .speech-desc,
  .about-wrapper-speech .speech-main-warp .speech-img {
    width: 100%;
  }
  .about-wrapper-speech .speech-main-warp .speech-desc {
    padding:30px;
  }
  .about-wrapper-speech .speech-main-warp .speech-desc .head h4 {
    font-size: 24px;
  }
  .about-wrapper-speech .speech-main-warp .speech-desc .head p {
    font-size: 14px;
  }
  .about-wrapper-speech .speech-main-warp .speech-desc .head:after {
    margin-top: 20px;
  }

  .course .hd {
    padding: 40px 0px 0px;
  }
  .courseLine {
    top: 93px;
  }
  .abojslc-cont .clearfix {
    padding: 30px 0px;
  }
  .abojslc-cont .clearfix .con {
    padding: 15px;
  }
  .abojslc-cont .clearfix .img {
    padding: 0px 15px;
  }

  .products-main-wrap {
    padding: 40px 0px;
  }
  .productScroll .slick-list {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .products-list-wrap .productList {
    padding: 30px;
  }
  .products-list-wrap .productList .item {
    width: calc(100% / 2 - 15px);
    margin-right: 20px;
  }
  .products-list-wrap .productList .item:nth-child(2n) {
    margin-right: 0px;
  }
  .products-list-wrap .productList .item .text {
    height: 70px;
    line-height: 70px;
    padding: 0px 5px;
  }
  .productCloumn .productImg {
    height: auto;
  }
  .productCloumn .productDesc h1 {
    font-size: 24px;
  }

  .staff-wrap .staff-wrap-img {
    width: 100%;
  }
  .staff-wrap .staff-wrap-text {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .staff-wrap .staff-wrap-text h4 {
    margin-bottom: 10px;
  }

  /* 企业理念 start */
  .companyIdeaBox{
    padding: 30px 15px;
  }
 
  .companyIdeaCon{
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .ideaConTitle{
    width: 100%;
    margin-bottom: 40px;
    position: static;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  .ideaConTitle1{
    width: 100%;
    margin-left: 0
  }
  .ideaConTitle2.newIdeaTitle2,
  .ideaConTitle3.newIdeaTitle3 {
    text-align: center;
  }
  .ideaConTitle .desc img {
    width: 120px;
    height: 120px;
  }
  .companyLogo {margin-top: 0;}
  .companyLogo a img {width: 60px;height: 60px;}
  .ideaCircle {display: none;}
  .companyIdeaBox>.title {display: none;}
  .ideaConTitle:before{
    display: none;
  }
  .ideaConTitle:after{
    display: none;
  }
  .ideaConTitle.show:after{
    display: none;
  }


}
@media (max-width: 768px) { 

  .newsList .item:nth-child(3n) {
      margin-right: 0px;
  }
}
@media (max-width: 768px) { 
  .about-wrapper .culture-main-warp .culture-desc h4:after {
    margin-top: 20px;
  }
  .about-wrapper-wrap .content_list .item_block {
    width: calc(100% / 3 - 0px);
    margin-right: 0px;
    padding: 0px 5px;
  }
  .about-wrapper-wrap .content_list .item_block .item_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-wrapper-wrap .content_list .item_block .item_wrapper .date_wrap {
    font-size: 28px;
  }
  .about-wrapper-wrap .content_list .item_block .item_wrapper .date_wrap .unit {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
  }
  .about-wrapper-wrap .content_list .item_block .item_wrapper .title {
      font-size: 14px;
  }
  .about-wrapper-wrap .content_list .item_block .item_wrapper .subtitle {
      font-size: 12px;
  }


  .productCloumn .productImg {
    width: 100%;
    max-width: 100%;

  }
  .productCloumn .productDesc {
    width: 100%;
    margin-top: 40px;
  }
  .newsList .item {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
  }
  .newsList .item:nth-child(2n) {
    margin-right: 0px;
  }

  .news-main-desc h1 {
    font-size: 24px;
  }

  .jobs-main-wrap .jobsRow .jobs_list {
    width:100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .jobs-main-wrap .jobsRow .jobs_list .text {
    padding: 15px;
  }
  .jobs-main-wrap .jobsRow .jobs_list .text h4 {
    font-size: 22px;
  }
  .jobs-main-wrap .jobsRow .jobs_list .text a.link {
    font-size: 14px;
  }
  .pos-detail-hd-wrap {
    padding: 40px 0px;
  }
  .pos-detail-hd-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__titBar {
    font-size: 24px;
  }
  .pos-detail-hd-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__infoBar {
    font-size: 16px;
  }
  .pos-detail-bd-wrap .info span {
    display: inline-block;
    width: 45%;
    margin-right: 0px;
  }
  .contact-main-wrap .contact h4 {
    font-size: 24px;
  }
  .contact-main-wrap .contact p {
    font-size: 16px;
  }

  .about-wrapper-honor .honor-main-warp {
    padding: 15px;
  }
  .about-wrapper-honor .honor-main-warp .my-gallery .pictrue-item {
      width: calc(50% - 10px);
  }

  .about-wrapper-honor .honor-main-warp .my-gallery .pictrue-item p {
      font-size: 14px;
  }
}
@media (max-width: 540px) {
  .newsList .item {
    width: 100%;
    margin-right: 0px;
  }
  .newsList .item a {
    padding-bottom: 20px;
  }
  .newsList .item .news_img {
    margin-bottom: 20px;
  }
  .newsList .item .news_text .desc h4 {
    font-size: 16px;
  }

  .products-list-wrap .productList .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .products-list-wrap .productList .item:nth-child(2n) {
    margin-right: 0px;
  }
  .products-list-wrap .productList .item .more .title {
    height: 35px;
    line-height: 35px;
  }
  .products-list-wrap .productList .item .more {
    padding: 15px 0px;
    height: auto;
  }
  .products-list-wrap .productList .item .more a {
    font-size: 14px;
    width: 120px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ffffff;
    padding: 0 10px;
}
}

