@charset "utf-8";

.nav-about { border-bottom: 2px solid #0069B7; color: #0069B7;}

/*企业简介*/
.company-introduce-img{
    width: 49%;
    height: 440px;
    float: left;
    object-fit: cover;
	margin-right:3%;
	margin-bottom:15px;
}
/*.company-introduce-box{
    width: 47%;
    float: right;
}*/
.company-introduce-title{
   /* width: 100%;
    float: left;*/
    font-size: 26px;
    color: #323232;
    margin-bottom: 10px;
    margin-top: 40px;
    font-weight: 600;
}
.company-introduce-title2{
    /*width: 100%;
    float: left;*/
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
}
.company-introduce-text{
    /*width: 100%;
    float: left;*/
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    /*height: 280px;
    overflow-y: auto;
    overflow-x: hidden;*/
}
/**/
.aboutus-inbox{
    width: 32.6%;
    float: left;
    margin-right: 1%;
    position: relative;
}
.aboutus-inbox:nth-child(3n){margin-right: 0px;}
.inbox-img{
    width: 100%;
    float: left;
}
.inbox-text{
    width: 80%;
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 10%;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.inbox-text i{font-size: 14px;}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}
/*发展历程*/
.about-us-course-wrap{
    width: 100%;
    float: left;
    padding:80px 0px;
}
.about-us-boxwrap{
    width: 100%;
    float: left;
}
.about-us-box{
    width: 100%;
    height:57px;
    line-height: 57px;
    background-color: #8EC2E9;
    float: left;
    color: #FFFEFF;
    font-size: 38px;
    font-weight: 600;
}
.about-us-boxwrap:hover .about-us-box{background-color: #0168B7;}
.about-us-box i{font-size: 16px;font-weight: 400;}
.about-us-box2{
    width: 90%;
    margin-left: 65px;
    float: left;
    min-height:115px;
    border-left:2px solid #E4E5E0;
    padding: 10px 0px;
}
.about-us-text{
    width: 100%;
    float: left;
    line-height: 25px;
    margin: 10px 0px;
    font-size: 15px;
    color: #646464;
}
.about-us-text i{
    width: 8px;
    height: 8px;
    float: left;
    border:2px solid #DA251C;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: -7px;
    background: #fff;
    margin-top: 6px;
    margin-right: 10px;
}
.about-us-text span {font-weight: 600;margin-right: 10px;color: #333;}
/**/
.honors-tabbox{
    width: 100%;
    float:left;
    padding: 70px 0px 30px 0px;
    text-align: center;
}
.tabbox-title{
    width: 165px;
    height: 40px;
    border:1px solid #DADADA;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #737373;
    margin: 0px 10px;
    cursor: pointer;
}
.tabbox-on{
    background: #0168B7;
    color: #fff;
    border: 1px solid #0168B7;
}
.honors-wrap{
    width: 100%;
    float: left;
}
.honors-box{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 25px;
    text-align: center;
    color: #343434;
}
.honors-box:nth-child(3n){margin-right: 0px;}
.honors-box2{
    width: 100%;
    float: left;
    height: 365px;
    margin-right: 2%;
    background: #F0F0F0;
    margin-top: 25px;
    text-align: center;
    display: table;
}
.honors-imgbox{
    display: table-cell;
    vertical-align: middle;
}
.honors-img1{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-height: 365px;
    object-fit: cover;
}
.honors-text{
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.layer-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 88;
}
.layer-content{
    width: 60%;
    height: 750px;
    position: fixed;
    top: 50%;
    left: 20%;
	margin-top:-375px;
    background: #fff;
    z-index: 88;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.close-btn{
    width: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
	cursor:pointer;
}
.honors-showimg{
    width:80%;
    height: 70%;
    margin-top: 6%;
    margin-left: 10%;
    float: left;
    display: table;
    text-align: center;
}
.honors-showbox{
    display: table-cell;
    vertical-align: middle;
}
.honors-img3{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-height:600px;
    object-fit: cover;
}
.honors-hline{
    width: 17px;
    height: 2px;
    background: #575757;
    float: left;
}
.honors-box:hover{color: #0068B9;}
.honors-box:hover i{background: #0068B9;}
@media only screen and (max-width: 900px) {
    .honors-box{width: 48%;}
    .honors-box:nth-child(2n){margin-right: 0px;}
    .honors-box:nth-child(3n){margin-right: 2%;}
}
/* 手机等小屏幕手持设备 */
img{
    max-width: 100%;
}
.conInner{
    overflow: hidden;
}
.c-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-page01 .content{
    align-items: flex-start;
    margin-top: 80px;
    margin-bottom: 80px;
}
.about-page01 .content .item-l{
    width: 48.4%;
    height: 440px;
    overflow: hidden;
    position: relative;
}
.about-page01 .content .item-l img{
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 10000px;
    transition: all .3s;
}
.about-page01 .content .item-r{
    width: 51.6%;
    padding: 20px 0 20px 40px;
    box-sizing: border-box;
}
.about-page01 .content .tit{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.about-page01 .content .desc{
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}
.about-page01 .content .con{
    font-size: 14px;
    color: #333333;
    line-height: 2;
    margin-top: 18px;
    padding-right: 5px;
    box-sizing: border-box;
    max-height: 336px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.about-page01 .content .con::-webkit-scrollbar {
    width : 3px;  
}
.about-page01 .content .con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background   : #0068B7;
}
.about-page01 .content .con::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #F7F7F7;
}
.setion-four-jslists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}
.setion-four-jslist {
    text-align: center;
}
.setion-four-jslist h4 {
    position: relative;
    display: inline-block;
}
.setion-four-jslist span {
    font-size: 48px;
    color: #0068B7;
}
.setion-four-jslist .plus {
    font-size: 16px;
    color: #0068B7;
}
.setion-four-jslist p {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}
.about-page02{
    margin-top: 80px;
}
.about-page02 .img{
    display: block;
    width: 310px;
    height: 285px;
    margin: 193px auto 261px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}
.about-page02 .conInner{
    position: relative;
}
.about-page02 .list{
    display: inline-block;
    width: 372px;
    height: 150px;
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
}
.about-page02 .list-one,.about-page02 .list-tw{
    top: 90px;
}
.about-page02 .list-one,.about-page02 .list-th{
   left: 35px;
   padding: 13px 30px 0 18px;
}
.about-page02 .list-tw,.about-page02 .list-fo{
    right: 35px;
    padding: 13px 18px 0 30px;
}
.about-page02 .list-th,.about-page02 .list-fo{
    top: 327px;
}
.about-page02 .list-fi{
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 18px 30px;
    width: 360px;
    height: 163px;
}
.about-page02 .title {
    justify-content: space-between;
    align-items: baseline;
}
.about-page02 .tit{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    width: calc(100% - 60px);
    line-height: 1;
}
.about-page02 .con{
    font-size: 12px;
    color: #FFFEFE;
    line-height: 1.5;
    margin-top: 12px;
    height: 72px;
    overflow-y: auto;
}
.about-page02 .con::-webkit-scrollbar {
    width : 3px;  
    background: #ffffff;
}
.about-page02 .con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background   : #0068B7;
}
.about-page02 .con::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ffffff;
}
.about-page02 .num{
    font-size: 36px;
    font-weight: bold;
    color: #82C9FB;
    width: 45px;
    align-items: baseline;
    line-height: 1;
}
.about-page03{
    padding: 80px 0 100px;
}
.about-page03 .img{
    width: 50%;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.about-page03 .img img{
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    max-width: 100000px;
}
.about-page03 .content{
    width: 50%;
    padding:55px 7% 0 8%;
    box-sizing: border-box;
}
.about-page03 .list{
    align-items: flex-start;
    background: #F7F7F7;
}
.about-page03 .list:nth-child(2n){
    flex-direction: row-reverse;
}
.about-page03 .tit{
    font-size: 30px;
    font-weight: bold;
    color: #0068B7;
    line-height: 1.54;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.about-page03 .con{
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    margin-top: 25px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
@media only screen and (min-width: 960px) {
    .about-page01 .content .item-l:hover img{
         height: 110%;
    }
    .about-page03 .img:hover img{
        height: 110%;
    }
}

@media only screen and (max-width:1200px) {
    .about-page02 .list-one, .about-page02 .list-th{
        left: 0;
    }
    .about-page02 .list-tw, .about-page02 .list-fo{
        right: 0;
       
    }
    .about-page02 .list-th, .about-page02 .list-fo{
        top: 290px;
    }
    .about-page02 .img {
        font-size: 28px;
    }
    .about-page02 .img{
        width: 270px;
        height: 245px;
    }
}
@media only screen and (max-width:1024px) {
    .about-page02 .list {
        display: inline-block;
        width: 260px;
        height: auto;
        padding-bottom: 20px;
    }
    .about-page02 .con{
        padding-right: 10px;
    }
    .about-page02 .num{
        font-size: 24px;
    }
}
@media only screen and (max-width: 960px) {
    .about-page01 .content .tit{
        font-size: 24px;
    }
    .setion-four-jslist span{
        font-size: 36px;
    }
    .setion-four-jslist p{
        font-size: 16px;
    }
    .about-page03 .tit{
        font-size: 24px;
    }
    .about-page03 .img{
        height: 280px;
    }
    .about-page03 .content {
        padding: 45px 30px 20px;
    }
    .about-page03 .con{
        margin-top: 15px;
    }
    .about-page01 .content {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .honors-tabbox {
        padding: 30px 0px 0px 0px;
    }
    .honors-box{
        margin-top: 15px;
    }
    .conInner{
        width: 92%;
    }
    .about-page01 .content {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .about-page01 .content .item-l {
        width: 100%;
        height: auto;
    }
    .about-page01 .content .item-l img {
        position: initial;
        height: auto;
        transform: translate(0);
        width: 100%;
    }
    .about-page01 .content .item-r {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .setion-four-jslist span {
        font-size: 24px;
    }
    .setion-four-jslist{
        width: 50%;
        margin-top: 20px;
    }
    .setion-four-jslists{
        flex-wrap: wrap;
    }
    .about-page02 .list{
        position: initial;
        width: 100%;
    }
    .about-page02 .list-fi{
        transform: translateX(0);
    }
    .about-page02 .img{
        background: none!important;
        margin: 30px 0 20px;
        width: 100%;
        height: auto;
        justify-content: left;
        font-size: 22px;
    }
    .about-page02 .list{
        background: #36b5fe!important;
        margin-bottom: 20px;
    }
    .about-page02{
        margin-top: 30px;
        padding-bottom: 10px;
    }
    .about-page03 .img{
        height: auto;
        width: 100%;
    }
    .about-page03 .img img{
         position: initial;
         transform: translate(0);
         width: 100%;
    }
    .about-page03 .content {
        padding: 20px 15px 20px;
        width: 100%;
    }
    .about-page03 .tit {
        font-size: 22px;
        -webkit-line-clamp: initial;
    }
    .about-page03 .con{
        -webkit-line-clamp: initial;
    }
    .about-page03 {
        padding: 30px 0 30px;
    }
}