
/* body模块 */
.chans{
    position: relative;
}
.chans img{
vertical-align: text-bottom;
width: 150px;
}
.chans_text{
    position: absolute;
    top: 30%;   
}
.chans_text p:nth-child(1){
    font-family: SourceHanSansCN-Regular;
	font-size: 60px;
	color: #000000;
}
.chans_text p:nth-child(2){
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	color: #585858;
}
.litlle_nav{
    position: absolute;
    bottom: 0px;
    width: 1300px;
    display: flex;
    height: 100px;
    line-height: 100px;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.litlle_nav li{
    flex:1;
    position: relative;
     text-align: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    overflow: hidden;
}
.litlle_nav li a{
    color: #000 !important;
}
.fff{
    color: #1d2088 !important;
}
.fff a{
    color: #1d2088 !important;
}
.fff::after{
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color:  #1d2088;
    bottom:-10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    
}
.litlle_nav li:hover{
    	color: #1d2088;
}
.litlle_nav li:hover a{
    	color: #1d2088 !important;
}
/* 集团介绍模块 */
.introduction{
    padding-top: 92px;
    /* padding-bottom: 85px; */
}

.addpadding{
    padding-left: 26px;
}
.introduction_text p:nth-child(2){
    margin-bottom: 54px;
}
.introduction_text p:nth-child(n+3){
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
    color: #585858;
    text-align: justify;
}
.introduction_text p:last-child{
    margin-bottom: 70px;
}
.introduction_bottom_text{
    width: 1300px;
    position: absolute;
    padding-top: 58px;
    box-sizing: border-box;
}
.introduction_bottom_text li{
    float: left;
    width: 25%;
}
.introduction_bottom_text li:nth-child(2),
.introduction_bottom_text li:nth-child(3){
    text-align: center;
}
.introduction_bottom_text li:nth-child(4){
    text-align: right;
}
.introduction_bottom_text p{
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    line-height: 50px;
	color: #ffffff;
}
.introduction_bottom_text span{
    font-family: ArialMT;
	font-size: 44px;
	color: #ffffff;
}
/* 生产基地模块 */
.production{
    padding-top: 85px;
    background-color: #f8f8f8;
    width: 100%;
}
.production_bottom{
    padding-bottom: 130px;
}
.production_bottom li{
    height: 260px;
    background: #fff;
    padding:42px 40px 0 40px;
    box-sizing: border-box;
}
.production_bottom li p{
    padding-bottom: 30px;
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #575757;
}
.production_bottom icon{
    width: 24px;
    height: 28px;
    background: url(../images/about_location.png);
    background-size: 100%;
    float: right;
}
.gou {
    width: 270px;
    margin: 30px auto 0;
}
.production_left,
.production_right{
    position: relative;
    width: 132px;
	height: 42px;
    display: inline-block;
}
.production_left{
    background: url(../images/arro3.png) no-repeat center;
    background-size: 100%;

}
.production_right{
    background: url(../images/arro4.png) no-repeat center;
    background-size: 100%;

}
.production_left:hover{
    background: url(../images/arro1.png) no-repeat center;
    background-size: 100%;

}
.production_right:hover{
    background: url(../images/arro2.png) no-repeat center;
    background-size: 100%;

}

.production_bottom .swiper-container {
    width: 1300px !important;
    height: 388px;
    margin: 0 auto !important;
    overflow: none !important;
}

.production_bottom .swiper-slide {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.production_left .swiper-button-prev,
.production_right .swiper-button-next{
    font-size: 60px;
    width: 100%;
    height: 100%;
}
.gou .swiper-button-next:after {
    content: '';
}
.gou .swiper-button-next{
    outline: none;
}
.gou .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: 0;
    outline: none;
}
.gou .swiper-button-prev:after {
    content: '';
}
.team{
    width: 100%;
    background: url(../images/about_teamBackground.png) no-repeat;
    padding-top: 84px;
    padding-bottom: 90px;
    box-sizing: border-box;
}
.team p:nth-child(2){
    color: #fff;
}
.team p:nth-child(n+3){
    color: #fff;
    line-height: 30px;
}
.team_silbar .swiper-container {
      width: 100%;
      height: 100%;
      margin-top: 80px;
    }
.team_silbar img{
    width: 100%;
}
.team_silbar .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.team_silbar .swiper-button-next,
.team_silbar .swiper-button-prev{
        display: block !important;
    }
.team_left,
.team_right {
    width: 120px;
    height: 90px;
    border: 1px solid #1d2088;
    font-size: 18px;
    padding-top: 16px;
    text-align: center;
    color: #1d2088;
    box-sizing: border-box;
}
.team_left{
    right: 20% !important;
}
.team_left .iconfont,
.team_right .iconfont{
    font-size: 40px ;
    color: #1d2088 !important;
}
.team_left:hover,
.team_right:hover{
    color: #fff;
    background-color: #1d2088;
}
.team_left:hover .iconfont,
.team_right:hover .iconfont{
    color: #fff !important;
}
.team_right{
    left: 20% !important;
}
.team_right .iconfont{
    font-size: 46px;
}
.team_silbar .swiper-button-next:after{
    content: "";
}
.team_silbar .swiper-button-prev:after {
    content: "";
}
.culture{
    padding-top: 80px;
    padding-bottom: 92px;
    background-color: #f8f8f8;
}
 .culture_bottom{
    display: flex;
    vertical-align: top;
    text-align: center;
    margin-top: 40px;
}
.culture_left{
    flex:3;
    display: flex;
    flex-direction: column;
}
.culture_left .bottom{
    width: 975px;
    height: 240px;
    background: url(../images/about_cultrue4.png) no-repeat;
    background-size: 100%;

}
.culture_left .top1{
    width: 488px;
	height: 240px;
    float: right;
    background: url(../images/about_culture2.png) no-repeat;
    background-size: 100%;

}
.culture_left  .top2{
    width: 487px;
	height: 240px;
    float: right;
    background: url(../images/about_culture.png) no-repeat;
    background-size: 100%;

}
.culture_right{
    flex:1;
    width: 325px;
	height: 480px;
    background: url(../images/about_culture3.png) no-repeat;
    background-size: 100%;

}
.position_text{
    color: #fff;
      padding-top: 80px;
}
.position_text h5{
    font-family: SourceHanSansCN-Regular;
	font-size: 24px;
}
.position_text i{
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
}
.position_text p{
    font-family: SourceHanSansCN-Light;
	font-size: 16px;
}
.bottom p{
    text-align-last: left;
}
.bottom h5{
    width: 200px;
    height: 240px;
    float: left;
}
.bottom i{
    float: left;
    width: 70px;
    height: 240px;
}
.culture_right{
  
    padding-left: 20px;
    text-align: left;
}
.honor{
    padding:66px 0 50px 0;
    background: url(../images/about_honor_background.png) no-repeat;

}
.honorImg{
    height: 646px;
}
.honor img:nth-child(4n){
    padding-right:0;
}
.honorImg div p{
    text-align: center;
    margin-top: 18px;
}
.honorImg .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

.honorImg .swiper-slide {
      text-align: center;
      font-size: 18px;
      height: calc((100% - 30px) / 2);
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.buttonCenter{
    width: 430px;
    margin: 46px auto 0px;
    
}
.buttonCenter button{
    width: 180px;
    height: 58px;
    font-size: 26px;
	border-radius: 10px;
    border: solid 1px #adadad;
    margin-right: 64px;
    outline: none;
    cursor: pointer;
} 
.honor button:nth-child(2){
    margin-right: 0;
}
.public_button{
    width: 285px;
    margin: 0 auto;
}
.public_button button{
    width: 132px;
	height: 42px;
    margin-right: 16px;
    border: solid 1px #1d2088;
}
.public_button button:nth-child(2){
    padding-right: 0;
}
.histroy{
    padding-top: 84px;
    position: relative;
}

.line{
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #d6d6d6;
    top: 308px;
    
}

#btnLeft,#btnRight{
    position: absolute;
    top: -149px;
    display: inline-block;
    font-size: 44px;
    background-color: #fff;
}
#btnRight{
        right: 1px;
}
.button2 img{
    width: 300px;
}
.button2 p{
    margin-top: 2px;
}
.button2 .swiper-wrapper{
    margin-top: 200px;
}
.video{
    padding: 70px 0 350px 0;
    background: url(../images/about_video.png) no-repeat;
}
.style{
    padding:76px 0 60px 0;
}
.style_border{
	height: 418px;
    background-color: #efeff0 !important;
    padding: 16px;
    box-sizing: border-box;
}

.style_silbar{
    margin-top: 60px;
}
.style_border p{
    margin-top: 10px;
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
    line-height: 36px;
    text-align: left;
    color: #454545;
    display: block;
}
.style_border p span{
    float: right;
    width: 70px;
    height: 30px;
    display: block;
    background: url(../images/arro5.png) no-repeat;
}
.style_border p span:hover{
    background: url(../images/arro6.png) no-repeat;
}
.style .swiper-container {
    width: 1300px !important;
    margin:  0 auto !important;
    height: 600px;
}
.style .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.style .swiper-slide-active,
.style .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 10;
}
style .swiper-pagination{
    position: relative;
    padding-top: 108px;
    height: 200px;
    bottom: -100px;
    border: 1px solid red;
}
.style .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    margin: 6px;
    background-color: #1d2088;
    
}