/*.nav-wrap {
    position: relative;
    width: 100%;
    background: url(/static/images/common/header_bg.png);
}*/

/*banner*/
.container-about-content{
    height:889px;
    padding:0;
    background-color:#000;
}
.about-common-content{
    width:100%;
}

.container-about-box{
    height:789px;
}
.container-about-content2{
    height:735px;
}
.container-about-content2 .block{
    height:735px;
}


.container-about-content .block picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.container-about-content .top-left picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.container-about-content .top-center picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.container-about-content .left-bottom .figure{
    bottom: 122px;
    text-align:left;
    left:196px;

}
@media (max-width:720px){
    .container-about-content .left-bottom .figure {
        padding-left: 65px;
        left: unset;
        bottom:57px;
    }
    .container-about-content .block .figure h6,
    .container-timeline-content .timeline-title h2 {
        font-size:30px;
        font-weight:bold;

    }
    .container-about-content .block .figure p,
    .container-timeline-content .timeline-title p  {
        font-size:20px;
    }
    .container-timeline-content .timeline-title {
        padding:50px 0;
    }

}

.container-about-content .top-left .figure{
    top: 146px;
    text-align:left;
    left:196px;

}

.container-about-content .top-center .figure{
    top: 146px;
    text-align:center;

}

.container-about-content .block .figure h6{
    color:#016AE9;
    font-size:24px;
    letter-spacing: .1em;font-weight:600;
}

.container-about-content .block.top-center .figure h6{
    color:#fff;
    font-size:42px;
}

.container-about-content .block .figure p{
    font-size:16px;
    color:#999;
    opacity:1;
    line-height:32px;
    font-weight: lighter;
    margin-top:16px;
    letter-spacing: .1em;
}
.container-about-content .block.top-center .figure p{
    max-width:880px;
    margin:0 auto;
}

/**timeline**/
.container-timeline-content {
    display:flex;
    justify-content: center;
    background:#000;
}
.container-timeline-content .row{
    width:100%;
}

.container-timeline-content .timeline-title{
    text-align: center;
    padding:58px 0;

}

@media (max-width:720px){
    .container-timeline-content .timeline-title {
        padding:50px 0;
    }

}
.container-timeline-content .timeline-title img{
}
.container-timeline-content .white-t{
    color:#fff;
}
.container-timeline-content .timeline-title h2{
    font-size:24px;
    letter-spacing: .1em;
    margin-top:44px;
    font-weight:bold;
}



.container-timeline-content .white-t-op5{
    color:#999;
    opacity: 1;
}

.container-timeline-content .timeline-title p{
    font-size:16px;
    letter-spacing: .1em;
    margin-top:16px;
    line-height:32px;
}
.bg-color {
    background: linear-gradient(to right,rgba(0,116,255,0),rgba(0,116,255,100),rgba(0,116,255,0));
    width:100%;
    height:1px;
    position:absolute;
    top:88px;
    z-index: 9;
}
@media (max-width:720px){

    .container-timeline-content .timeline-title h2 {
        font-size:30px;
        font-weight:bold;

    }
    .container-timeline-content .timeline-title p  {
        font-size:20px;
    }

}
.container-timeline-content .timeline-content ul{
    background: url(/assets/index/images/about/line.png) repeat-y center;
}

.container-timeline-content .timeline-content{
    padding:50px 0;
}
.container-timeline-content .timeline-content ul li{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
    padding-top: 50px;
}

.container-timeline-content .content-box{
    width:720px;
}
.container-timeline-content li  .content1{
    margin-right: 72px;
    display: flex;
    justify-content: flex-end;
}

.container-timeline-content li  .content2{
    padding-top:54px;
}
.container-timeline-content .timeline-content ul li .box1{
    padding-top:40px;
}
.container-timeline-content .timeline-content ul li:nth-child(even) .box1{
    margin-left:-50px;
}
.container-timeline-content .timeline-content ul li:nth-child(odd) .box2{
    text-align:right;
}

.container-timeline-content li:nth-child(even) .content1{
    padding-left: 74px;
}
.container-timeline-content li:nth-child(even) .content2{
    text-align:right;
}



.container-timeline-content .timeline-content ul li:before {
    background: url(/assets/index/images/about/icon_gray.png) no-repeat center center;
    transform:rotateY(0deg);
    top: 60px;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height:12px;
    right: 50%;
}
.container-timeline-content .timeline-content ul li:nth-child(even){
    flex-direction: row-reverse;


}
.container-timeline-content li:nth-child(even) .content1{
    flex-direction: row-reverse;
}

@media (max-width:720px){
    .container-timeline-content li .content1 {
        flex-direction: column-reverse;
    }
    .container-timeline-content li:nth-child(even) .content1{
        flex-direction: column-reverse;
    }
}

.container-timeline-content .timeline-content ul li:nth-child(even):before{
    transform:rotateY(180deg);
    left:50%;
}
.container-timeline-content .timeline-content ul li .box1 img{
    max-width:450px;

}

@media (max-width:720px){
    .container-timeline-content li:nth-child(even) .content1 {
        padding-left: unset;
    }
    .container-timeline-content li .content1 {
        margin-right: unset;
    }
    .container-timeline-content .timeline-content ul li .box1 {
        max-width:300px;
        overflow:hidden;
    }
    .container-timeline-content .timeline-content ul li:nth-child(even) .box1 {
        margin-left:unset;
    }
    .container-timeline-content .timeline-content ul li .box1 img{
        max-width: 90%;
    }
}
.container-timeline-content .timeline-content ul li .white-t{
    color:#fff;
}

.timeline-content .content-box h4{
    font-size:42px;
    color:#016AE9;
    padding:0;
    margin-bottom: 18px;
    font-weight:400;
}

.timeline-content .content-box span{
    font-size:24px;
    line-height:40px;
    display: inline-block;
}

.timeline-content .content-box p{
    font-size:16px;
    opacity: 1;
    line-height:32px;
    color:#999;
}

/*bottom*/
.container-about-content3{
    padding:0;
    background-color:#000;
}

.container-about-content3{

}


.container-about-content3 .top-center picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.container-about-content3 .left-bottom .figure{
    bottom: 122px;
    text-align:left;
    left:195px;

}

.container-about-content3 .top-left .figure{
    top: 146px;
    text-align:left;
    left:195px;

}

.container-about-content3 .top-center .figure{
    top: 20px;
    text-align:center;

}

.container-about-content3 .block .figure h6{
    color:#016AE9;
    font-size:24px;
    letter-spacing: .1em;
}

.container-about-content3 .block.top-center .figure h6{
    color:#fff;
    font-size:42px;
    font-weight:400;
}
.container-about-content3 .block.top-center .figure p{
    max-width:890px;
    margin:0 auto;
}
.container-about-content3 .block.top-center .figure p{
    font-size:16px;
    color:#fff;
    opacity:.8;
    line-height:32px;
    font-weight: lighter;
    margin-top:16px;
    letter-spacing: .1em;
}
.container-about-content3{
    height:730px;
}
.container-about-content3 .block{
    height:730px;
}


    /*通栏模块-one*/
.block-one.banner {
    height: 480px;
}

.block-one.banner .figure {
    top: 64px;
    width: 90%;
    margin-left: 5%;
}

.block-one.banner .figure h3 {
    font-size: 28px;
}

.block-one.banner .figure h4 {
    font-size: 14px;
	margin-bottom:24px;
}

.block-one.banner .figure p {
    font-size: 12px;
	line-height:1.75;
    opacity: .8;
}

.link-group {
}

@media (min-width: 720px) {
    .block-one.banner {
        height: 800px;
    }

    .block-one.banner .figure {
        top: 96px;
        width: 70%;
        margin-left: 15%;
    }

    .block-one.banner .figure h3 {
        font-size: 48px;
    }
	.block-one.banner .figure h4 {
        font-size: 24px;
    }
    .block-one.banner .figure p {
        font-size: 14px;
    }

    .link-group {
    }
}

@media (min-width: 1024px) {
    .block-one.banner {
        height: 960px;
    }

    .block-one.banner .figure {
        top: 128px;
        width: 70%;
        margin-left: 15%;
    }

    .block-one.banner .figure h3 {
        font-size: 48px;
    }
	.block-one.banner .figure h4 {
        font-size: 24px;
    }
    .block-one.banner .figure p {
        font-size: 14px;
    }

    .link-group {
    }
}

@media (min-width: 1366px) {
    .block-one.banner {
        height: 640px;
    }

    .block-one.banner .figure {
        top: 72px;
        width: 50%;
        margin-left: 25%;
    }

    .block-one.banner .figure h3 {
        font-size: 48px;
    }
	.block-one.banner .figure h4 {
        font-size: 24px;
    }
    .block-one.banner .figure p {
        font-size: 14px;
    }

    .link-group {
    }
}

@media (min-width: 1920px) {
    .block-one.banner {
        height: 720px;
    }

    .block-one.banner .figure {
        top: 72px;
        width: 40%;
        margin-left: 30%;
    }

    .block-one.banner .figure h3 {
        font-size: 56px;
    }
	.block-one.banner .figure h4 {
        font-size: 28px;
		margin-bottom:32px;
    }
    .block-one.banner .figure p {
        font-size: 16px;
    }

    .link-group {
    }
}



/*四栏模块-two*/
.block-four.hkj {
    height: auto;
	background:#f1f2f3;
}

.block-four.hkj img{
	width:100%;
	margin-bottom:40px;
}

.block-four.hkj .title { 
	text-align:center;
}

.block-four.hkj .title h3 {
    font-size: 24px;
}

.block-four.hkj .title p {
    font-size: 14px;
    opacity: .8;
	margin-bottom:48px;
}

@media (min-width: 720px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1366px) {

}

@media (min-width: 1920px) {

}



/*通栏模块2-one*/
.block-one.other {
    height: 300px;
}
.title-text {
	text-align:center;
	font-size:14px;
	line-height:2;
	margin-top:24px;
	margin-bottom:48px;
}



@media (min-width: 720px) {
    .block-one.other {
        height: 600px;
    }
	.title-text {
	font-size:16px;
}
}

@media (min-width: 1024px) {
    .block-one.other {
        height: 540px;
    }
}

@media (min-width: 1366px) {
}

@media (min-width: 1920px) {
}

@media (min-width:1080px){
    #box-img1{
        margin-top: -30px;
        margin-left: -48px;
    }

    #box-img2{
        margin-top: -96px;
        margin-right: -190px;
    }

    #box-img3{
        margin-left: -109px;
        margin-top:-50px;
    }

    #box-img4{
        margin-right: -238px;
    }

    #box-img5{
        margin-left: -173px;
        margin-top:-10px;
    }
}

@media (min-width:1366px){
    #box-img1{
        margin-top: -30px;
    }

    #box-img2{
        margin-top: -96px;
        margin-right: -98px;
    }

    #box-img3{
        margin-left:-32px;
        margin-top:-50px;
    }

    #box-img4{
        margin-right: -108px;
    }

    #box-img5{
        margin-left: -59px;margin-top:-10px;
    }
}

@media (min-width:1660px){
    #box-img1{
        margin-top: -30px;
    }

    #box-img2{
        margin-top: -96px;
    }

    #box-img3{
        margin-left:80px;
        margin-top:-50px;
    }

    #box-img4{

    }

    #box-img5{
        margin-left:80px;margin-top:-10px;
    }
}












