@charset "utf-8";
/* CSS Document */

.about-banner {
/*    background: url(../images/ab-banner.png) center center no-repeat;
*/    background-size: cover;

}
.about-banner img {
    width: 100%;

}
.ab-box1 {
    background: #f9f9f9 url(../images/ab-bg2.png) right bottom no-repeat;
    padding: 70px 0 150px;
}
.ab-title {
    font-size: 30px;
}
.ab-min-title {
    color: #a8a8a8;
}
.ab-line {
    width: 83px;
    height: 2px;
    background-color: #d0d0d0;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.ab-box2  .ab-line,.ab-box3 .ab-line,.ab-box4 .ab-line {
    background-color: #e22434;
    width: 50px;
}
.ab-p {
    font-size: 16px;
    color: #666;
    line-height: 38px;
    padding-top: 40px;
}
.ab-box1-content {
    position: relative;
}
.ab-logo {
    position: absolute;
    bottom: -210px;
    width: 1250px;
    left: 50%;
    margin-left: -625px;
    background-color: #fff;
}
.ab-logo>li {
    width: 25%;
    text-align: center;
    float: left;
    margin:44px 0;
    border-right: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ab-logo>li:last-child {
    border-right: 0;
}
.ab-logo>li p {
    font-size: 16px;
    color: #7a7a7a;
    padding-top: 20px;
}
.ab-box2 {
    padding: 150px 0 60px;
    background-color: #f5f5f5;
}

.abbox {
    width: 100%;
    padding-top: 50px;
}
.abbox li{
	float:left;
	width:28%;
	margin-right:50px;	
}
.abbox li h6{
	padding-top: 15px;
	padding-bottom:10px;
    font-size: 20px;
    color: #222222;	
}
.ab-box2-list {
    width: 100%;
    padding-top: 50px;
}
.ab-box2-list>li {
    width: 29.55%;
    margin-right: 70px;
    float: left;
}
.ab-box2-list>li img {
    transform: scale(1);
    transition: all .5s;
}
.ab-box2-list>li img:hover {
    transform: scale(1.1);   
}
.ab-box2-list>li:last-child{
    margin-right: 0;
}
.ab-box2-list>li h6 {
    padding-top: 25px;
    font-size: 20px;
    color: #222222;
}
.ab-box2-list>li p {
    padding-top: 20px;
    color: #666;
    font-size: 16px;
}
.ab-box3 {
    padding: 60px 0 80px;
    background: url(../images/ab-bg1.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ab-box3 .ab-title {
    color: #fff;
}
.ab-chairman {
     margin-top: 45px;
    border-radius: 50%;
    width: 166px;
    height: 166px;
}
.chairman-name {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 50px;
}
.chairman-call {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 25px;
}
.chairman-text {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
    color: #fff;
}
.ab-box4 {
    background: #f5f5f5;
    padding: 60px 0 110px;
}
.ab-honor {
    position: relative;
}
.ab-honor-list {
    padding-top: 60px;
    width: 100%;
}
.ab-honor-list>li {
    width: 19%;
    margin-right: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ab-honor-item {
    padding: 30px 42px;
    background-color: #fff;
    transition: all .5s;
}
.ab-honor-item:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.ab-honor-list>li:last-child {
    margin-right: 0;
}
.ab-honor-list>li p {
    font-size: 18px;
    padding-top: 30px;
}
.ab-item-left,.ab-item-right{
    width: 52px;
    height: 52px;
    background: url(../images/ab-icon1.png) no-repeat;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.ab-item-left {
    left: -100px;
}
.ab-item-right {
    right: -100px;
    background: url(../images/ab-icon2.png) no-repeat;
}
.ab-box4 .swiper-button-prev {
    width: 52px;
    height: 52px;
    background: url(../images/ab-icon1.png) no-repeat;
    left: -90px;
    top: 55%;
    cursor: pointer;   
}
.ab-box4 .swiper-button-next {
    width: 52px;
    height: 52px;
    background: url(../images/ab-icon2.png) no-repeat;
    right: -90px;
    top: 55%;
    cursor: pointer;      
}
.ab-item-left:hover {
    background: url(../images/ab-icon1-1.png) no-repeat;
}
.ab-item-right:hover {
    background: url(../images/ab-icon2-1.png) no-repeat;
}
.ab-box2-list>li img,.ab-honor-item img  {width: 100%;}

@media (max-width: 1250px) {
    .ab-logo {width: 98%; margin-left: 0px; left: 1%;}
    .ab-box2-list>li {width: 28%;}
    .ab-honor-list>li {width: 21%;}
}


@media (max-width: 1024px) {
   
}


@media (max-width:920px) {
    .ab-honor-list>li{ margin-right: 30px;}
    .ab-box2-list>li{margin-right: 40px;}
    .ab-box2-list,.ab-honor-list{padding-left: 20px;}
}

@media (max-width: 767px) {
    .ab-title{font-size: 1.5rem;}
    .ab-line{width: 4rem;}
    .ab-p{padding-top: 2rem;font-size: .8rem; line-height: 1.9rem;}
    .ab-logo>li{width: 50%; margin: 1rem 0;}
    .ab-logo{bottom: -15.5rem;}
    .ab-box2{padding: 7.5rem 0 3rem;}
    .ab-box2-list>li{width: 100%; margin-bottom: 2rem;}
    .ab-box2-list, .ab-honor-list{padding-left: 0;}
    .ab-box2-list{padding-top: 2rem;}
    .ab-box2-list>li p{padding-top: .5rem;font-size: .8rem;}
    .ab-box2-list>li h6{font-size: 1rem; padding-top: .5rem;}
    .chairman-call + img {width: 70%; margin-bottom: 1rem;}
    .ab-box3{padding: 3rem 0 4rem;}
    .chairman-name{font-size: 1.5rem;}
    .chairman-call{font-size: .9rem;}
    .chairman-text{padding: 0 2rem; font-size: .8rem;}
    .ab-box4{padding: 3rem 0 5rem;}
    .ab-honor-list>li{width: 100%;}
    .ab-honor-item{padding: 1.5rem 2.1rem;}
    .ab-honor-list>li p{font-size: .9rem; padding-top: .5rem; padding-bottom: 1rem;}
}

@media (max-width: 667px) { 
   
}

@media (max-width: 370px) {
    
}