/* about */
.about-wrap{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
}
.about-wrap .about-content{
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
}
.about-wrap .about-content .about-left{
    width: 22%;
    vertical-align: top;
    display: inline-block;
    padding: 0px 20px 0px 0px;
}
.about-wrap .about-content .about-left .left-nav{
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.about-wrap .about-content .about-left .left-nav .left-nav-title{
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    padding: 8px 0px 8px 10px;
    text-transform: none;
    color: #fff;
    background-color: #337ab7;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.about-wrap .about-content .about-left .left-nav .left-nav-list{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about-wrap .about-content .about-left .left-nav .left-nav-list ul{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.about-wrap .about-content .about-left .left-nav .left-nav-list ul li{
    position: relative;
    width: 100%;
}
.about-wrap .about-content .about-left .left-nav .left-nav-list ul li a{
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    margin: 0;
    padding: 8px 0px 8px 25px;
    text-align: left;
    text-transform: none;
    border-bottom: 1px dashed #cccccc;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.about-wrap .about-content .about-left .left-nav .left-nav-list ul li a::before{
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 6px;
    height: 8px;
    background: url(../../image/img/circular.png) no-repeat center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.about-wrap .about-content .about-left .left-nav .left-nav-list ul li:hover a{
    color: rgb(6, 97, 243);
    padding: 8px 0px 8px 31px;
}
.about-wrap .about-content .about-left .left-nav .left-nav-list ul li.selected a{
    color: rgb(6, 97, 243);
    padding: 8px 0px 8px 31px;
}
.about-wrap .about-content .about-right{
    width: 78%;
    vertical-align: top;
    display: inline-block;
    padding: 0px 0px 0px 20px;
}

/* expand */
.expand{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.expand .expand-cont{
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.expand .expand-cont .expand-cont-case{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.expand .expand-cont .expand-cont-case .timeline{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
}
.expand .expand-cont .expand-cont-case .timeline::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 4px;
    margin: 0px 0px 0px 18.5px;
    background-color: rgb(72, 152, 228);
    display: block;
}
.expand .expand-cont .expand-cont-case .timeline .timeline-item{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-icon{
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 35px 0px 0px 10px;
    background-color: #337ab7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 5px rgb(72, 152, 228);
    -moz-box-shadow: 0 0 0 5px rgb(72, 152, 228);
    box-shadow: 0 0 0 5px rgb(72, 152, 228);
    float: left;
}
.expand .expand-cont .expand-cont-case .timeline .timeline-item:first-child .timeline-inner .timeline-icon{
    animation: waveIcon 3s ease-out 0s infinite;
}
.expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable{
    position: relative;
    margin: 30px 0px 0px 60px;
    padding: 20px 30px;
    background-color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable::after{
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 0px;
    height: 0px;
    margin: 0px 0px 0px -10px;
    border-width: 10px 10px 10px 0px;
    border-color: transparent #eee transparent transparent;
    border-style: solid;
    display: block;
}
.expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable h3{
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
    color: #337ab7;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    display: block;
}
.expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable p{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    display: block;
}
@keyframes waveIcon {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgb(72, 152, 228);
        -moz-box-shadow: 0 0 0 5px rgb(72, 152, 228);
        box-shadow: 0 0 0 5px rgb(72, 152, 228);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgb(72, 152, 228);
        -moz-box-shadow: 0 0 0 10px rgb(72, 152, 228);
        box-shadow: 0 0 0 10px rgb(72, 152, 228);
    }
    50% {
        -webkit-box-shadow: 0 0 0 5px rgb(72, 152, 228);
        -moz-box-shadow: 0 0 0 5px rgb(72, 152, 228);
        box-shadow: 0 0 0 5px rgb(72, 152, 228);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgb(72, 152, 228);
        -moz-box-shadow: 0 0 0 10px rgb(72, 152, 228);
        box-shadow: 0 0 0 10px rgb(72, 152, 228);
    }
}

/* profile */
.profile{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.profile .profile-cont{
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.profile .profile-cont .profile-video{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.profile .profile-cont .profile-video .profile-video-case{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
}
.profile .profile-cont .profile-video .profile-video-case .profile-video-btn{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: block;
    overflow: hidden;
}
.profile .profile-cont .profile-video .profile-video-case .profile-video-btn img{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
}
.profile .profile-cont .profile-video .profile-video-case .profile-video-btn .profile-video-icon{
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
    font-size: 2.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.0rem;
    height: 5.2rem;
    line-height: 5.2rem;
    margin: -2.6rem 0rem 0rem -3.5rem;
    color: #fff;
    background-color: rgba(6, 97, 243, 0.6);
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    border: none;
    display: block;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.profile .profile-cont .profile-video .profile-video-case .profile-video-btn:hover .profile-video-icon{
    background-color: rgb(6, 97, 243);
}
.profile .profile-cont .profile-video .profile-video-case .profile-video-btn .profile-video-icon::before{
    content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.profile .profile-cont .profile-video p{
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    color: #333;
    margin: 10px 0px 0px 0px;
    text-align: center;
    text-transform: none;
    display: block;
}
.profile .profile-cont .profile-text{
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px 0px 0px 0px;
    display: inline-block;
}
.profile .profile-cont .profile-text h3{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    text-transform: none;
    display: inline-block;
}
.profile .profile-cont .profile-text span{
    width: 100%;
    height: 3px;
    line-height: 3px;
    margin: 6px 0px;
    background-color: #337ab7;
    display: inline-block;
}
.profile .profile-cont .profile-text p{
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 22px;
    color: #333;
    margin: 10px 0px 0px 0px;
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    display: block;
}

/* qualificate */
.qual-case{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.qual-case .qual-cont{
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.qual-case .qual-cont ul{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: -30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    clear: both;
}
.qual-case .qual-cont ul li{
    position: relative;
    width: 50%;
    height: auto;
    padding: 0px 0px 30px 0px;
    display: inline-block;
    overflow: hidden;
}
.qual-case .qual-cont ul li:nth-of-type(odd){
    padding-right: 20px;
}
.qual-case .qual-cont ul li:nth-of-type(even){
    padding-left: 20px;
}
.qual-case .qual-cont ul li .qual-item{
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.qual-case .qual-cont ul li:nth-of-type(odd) .qual-item{
    padding: 0px 5px 5px 0px;
    -webkit-box-shadow: 2px 3px 5px rgba(19, 19, 19, 0.3);
    -moz-box-shadow: 2px 3px 5px rgba(19, 19, 19, 0.3);
    box-shadow: 2px 3px 5px rgba(19, 19, 19, 0.3);
}
.qual-case .qual-cont ul li:nth-of-type(even) .qual-item{
    padding: 0px 0px 5px 5px;
    -webkit-box-shadow: -2px 3px 5px rgba(19, 19, 19, 0.3);
    -moz-box-shadow: -2px 3px 5px rgba(19, 19, 19, 0.3);
    box-shadow: -2px 3px 5px rgba(19, 19, 19, 0.3);
}
.qual-case .qual-cont ul li .qual-item p{
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.qual-case .qual-cont ul li .qual-item p::before{
    content: "";
    padding-bottom: 90%;
    display: inline-block;
    vertical-align: middle;
}
.qual-case .qual-cont ul li .qual-item p img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

/* pic-window */
.pic-window{
    position: fixed;
    top: 0;
	left: 0;
	height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000000;
    cursor: pointer;
    display: none;
}
.pic-window img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
	max-height: 90%;
    margin: auto;
    border: 2px solid #fff;
}
.pic-window .prev{
    position: absolute;
    top: 50%;
    left: 10px;
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px 0px;
    border: 2px solid #fff;
    background-color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1000001;
    display: inline-block;
}
.pic-window .prev:hover{
    background-color: #666;
}
.pic-window .prev::before{
    content: "";
    position: relative;
    top: 18px;
    left: 1px;
    width: 0px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    border-width: 10px 10px 10px 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
}
.pic-window .next{
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px 0px;
    border: 2px solid #fff;
    background-color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1000001;
    display: inline-block;
}
.pic-window .next:hover{
    background-color: #666;
}
.pic-window .next::before{
    content: "";
    position: relative;
    top: 18px;
    left: 15px;
    width: 0px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    border-width: 10px 10px 10px 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
}

@media(max-width: 1500px){
    /* about */
    .about-wrap .about-content .about-left{
        width: 25%;
        padding: 0px 15px 0px 0px;
    }
    .about-wrap .about-content .about-right{
        width: 75%;
        padding: 0px 0px 0px 15px;
    }
    /* expand */
    .expand .expand-cont{
        width: 85%;
    }
    /* profile */
    .profile .profile-cont{
        width: 85%;
    }
    /* qualificate */
    .qual-case .qual-cont{
        width: 90%;
    }
    .qual-case .qual-cont ul{
        margin-bottom: -25px;
    }
    .qual-case .qual-cont ul li{
        padding: 0px 0px 25px 0px;
    }
    .qual-case .qual-cont ul li:nth-of-type(odd){
        padding-right: 15px;
    }
    .qual-case .qual-cont ul li:nth-of-type(even){
        padding-left: 15px;
    }
}

@media(max-width: 1200px){
    /* about */
    .about-wrap .about-content .about-left{
        width: 30%;
        padding: 0px 12px 0px 0px;
    }
    .about-wrap .about-content .about-right{
        width: 70%;
        padding: 0px 0px 0px 12px;
    }
    /* expand */
    .expand .expand-cont{
        width: 90%;
    }
    /* profile */
    .profile .profile-cont{
        width: 90%;
    }
    /* qualificate */
    .qual-case .qual-cont{
        width: 100%;
    }
    .qual-case .qual-cont ul{
        margin-bottom: -20px;
    }
    .qual-case .qual-cont ul li{
        padding: 0px 0px 20px 0px;
    }
    .qual-case .qual-cont ul li:nth-of-type(odd){
        padding-right: 10px;
    }
    .qual-case .qual-cont ul li:nth-of-type(even){
        padding-left: 10px;
    }
}

@media(max-width: 992px){
    /* about */
    .about-wrap .about-content .about-left{
        width: 34%;
        padding: 0px 10px 0px 0px;
    }
    .about-wrap .about-content .about-right{
        width: 66%;
        padding: 0px 0px 0px 10px;
    }
    /* expand */
    .expand .expand-cont{
        width: 95%;
    }
    .expand .expand-cont .expand-cont-case .timeline::before{
        margin: 0px 0px 0px 15px;
    }
    .expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-icon{
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin: 30px 0px 0px 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable{
        margin: 25px 0px 0px 50px;
        padding: 15px 20px;
    }
    .expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable::after{
        margin: 0px 0px 0px -9px;
        border-width: 9px 9px 9px 0px;
    }
    .expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable h3{
        font-size: 18px;
        line-height: 22px;
        margin: 0px 0px 8px 0px;
    }
    .expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable p{
        font-size: 12px;
        line-height: 18px;
    }
    @keyframes waveIcon {
        0% {
            -webkit-box-shadow: 0 0 0 5px rgb(72, 152, 228);
            -moz-box-shadow: 0 0 0 5px rgb(72, 152, 228);
            box-shadow: 0 0 0 5px rgb(72, 152, 228);
        }
        25% {
            -webkit-box-shadow: 0 0 0 8px rgb(72, 152, 228);
            -moz-box-shadow: 0 0 0 8px rgb(72, 152, 228);
            box-shadow: 0 0 0 8px rgb(72, 152, 228);
        }
        50% {
            -webkit-box-shadow: 0 0 0 5px rgb(72, 152, 228);
            -moz-box-shadow: 0 0 0 5px rgb(72, 152, 228);
            box-shadow: 0 0 0 5px rgb(72, 152, 228);
        }
        75% {
            -webkit-box-shadow: 0 0 0 8px rgb(72, 152, 228);
            -moz-box-shadow: 0 0 0 8px rgb(72, 152, 228);
            box-shadow: 0 0 0 8px rgb(72, 152, 228);
        }
    }
    /* profile */
    .profile .profile-cont{
        width: 95%;
    }
    /* qualificate */
    .qual-case .qual-cont{
        width: 100%;
    }
    .qual-case .qual-cont ul{
        margin-bottom: -25px;
    }
    .qual-case .qual-cont ul li{
        width: 100%;
        padding: 0px 0px 25px 0px;
    }
    .qual-case .qual-cont ul li:nth-of-type(odd){
        padding-right: 0px;
    }
    .qual-case .qual-cont ul li:nth-of-type(even){
        padding-left: 0px;
    }
    .qual-case .qual-cont ul li:nth-of-type(odd) .qual-item{
        padding: 0px 0px 5px 0px;
        -webkit-box-shadow: 0px 3px 5px rgba(19, 19, 19, 0.3);
        -moz-box-shadow: 0px 3px 5px rgba(19, 19, 19, 0.3);
        box-shadow: 0px 3px 5px rgba(19, 19, 19, 0.3);
    }
    .qual-case .qual-cont ul li:nth-of-type(even) .qual-item{
        padding: 0px 0px 5px 0px;
        -webkit-box-shadow: 0px 3px 5px rgba(19, 19, 19, 0.3);
        -moz-box-shadow: 0px 3px 5px rgba(19, 19, 19, 0.3);
        box-shadow: 0px 3px 5px rgba(19, 19, 19, 0.3);
    }
}

@media(max-width: 768px){
    /* about */
    .about-wrap .about-content .about-left{
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
    .about-wrap .about-content .about-right{
        width: 100%;
        padding: 10px 0px 0px 0px;
    }
    /* expand */
    .expand .expand-cont{
        width: 100%;
    }
    .expand .expand-cont .expand-cont-case .timeline::before{
        width: 3px;
        margin: 0px 0px 0px 12.5px;
    }
    .expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-icon{
        width: 12px;
        height: 12px;
        line-height: 12px;
        margin: 25px 0px 0px 8px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable{
        margin: 20px 0px 0px 40px;
        padding: 15px 20px;
    }
    .expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable::after{
        margin: 0px 0px 0px -8px;
        border-width: 8px 8px 8px 0px;
    }
    .expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable h3{
        font-size: 16px;
        line-height: 20px;
        margin: 0px 0px 5px 0px;
    }
    .expand .expand-cont .expand-cont-case .timeline .timeline-item .timeline-inner .timeline-lable p{
        font-size: 12px;
        line-height: 18px;
    }
    /* profile */
    .profile .profile-cont{
        width: 100%;
    }
    /* pic-window */
    .pic-window .prev,.pic-window .next{
        top: auto;
        bottom: 20px;
        margin: 0;
    }
}