.owl-theme .owl-controls .owl-buttons div{position:absolute;margin:0;padding:0;background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{background-color:transparent;font-size:80px;font-family:瀹嬩綋; line-height:60px;width: 100px;height:100px;top:50%;margin-top: -40px;font-weight: 800;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-80px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-80px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";color: #000;}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";color: #000;}

#ryimg{padding: 0 0 100px 0;}
#ryimg .owl-wrapper-outer{margin:0 auto;}
#ryimg .item{margin:20px 10%;text-align: center;}
#ryimg .item .info{}
#ryimg .item .info h3{font-size:20px;color:#333;letter-spacing: 1px; font-weight: 300;text-align: center;}
#ryimg .item .img {width:100%;margin: 0 auto;max-width:500px;}
#ryimg .item .img img {width:100%; }

.about-imgs{width: 100%;margin: 0 auto 50px auto;}
.about-imgs img{width: 100%;}

#sbimg{padding: 0 0 100px 0;}
#sbimg .owl-wrapper-outer{margin:0 auto;}
#sbimg .item{margin:20px 10%;text-align: center;}
#sbimg .item .info{}
#sbimg .item .info h3{font-size:16px;color:#333;letter-spacing: 1px; font-weight: 300;text-align: center;}
#sbimg .item .img {width:100%;margin: 0 auto;}
#sbimg .item .img img {width:100%;}

/*about*/
.about{}
.about .about-info{width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;
    padding: 50px 0;
}
.about .about-img{width: 45%}
.about .about-img img{width: 100%;}
.about .about-text{width: 50%;}
.about .about-text h4{font-size: 30px;color: #111;position: relative;padding: 0 0 20px 0}
.about .about-text h4:after{
    content: '';
    position: absolute;
    left: 0; top:-15px;
    width: 30px;height: 8px;border-radius: 4px;
    background-image: linear-gradient(120deg, #ec6303 0%, #fe9528 100%);
    -webkit-background-image: linear-gradient(120deg, #ec6303 0%, #fe9528 100%);
}
.about .about-text p{font-size: 16px;line-height: 35px;color: #666;margin: 0 0 30px 0;text-align:justify; text-justify:inter-ideograph;}
.about .text{width: 80%;padding: 50px  0;text-align: center;margin: 0 auto;}
.about .text p{font-size: 16px;line-height: 35px;color: #999;margin: 0 0 30px 0;}
.about .imgs{padding: 20px 0 50px 0;}
.about .operating{background-size:cover;background-color:#ccc;width: 100%;overflow: 0;height: 350px;background-image: url(../images/humanRe6.jpg);margin:30px 0;padding: 30px 0;}
.about .operating .title{width: 1200px;text-align: center;margin: 40px auto;position: relative;}
.about .operating .title h3{font-family: Montserrat-Regular;font-size: 50px!important;color:#fff!important;font-weight: 600!important;text-transform: uppercase!important;}
.about .operating .title:after{
    content:'';
    width:100px;
    height:1px;
    background-color:rgba(255,255,255,0.5);
    display:block;
    position:absolute; left:50%;margin-left: -250px;bottom:10px;
}
.about .operating .title:before{
    content:'';
    width:100px;
    height:1px;
    background-color:rgba(255,255,255,0.5);
    display:block;
    position:absolute; right:50%;margin-right: -250px; bottom:10px;
}
.about .operating .title span{font-size: 20px!important;color: rgba(255,255,255,0.5)!important;}
.about .operating .txt{font-size: 22px;color: #fff;line-height: 35px;letter-spacing: 1px;}