/* 公司简介 */
.container_wrap .companyProfile {
    background: #f5f5f5;
    width: 100%;
}

.container_wrap .companyProfile .companyProfile-box {
    width: 90%;
    max-width: 1200px;
    padding: 32px 0;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.container_wrap .companyProfile .companyProfile-box .left {
    padding: 40px 0px;
    margin-right: 50px;
}

.container_wrap .companyProfile .companyProfile-box .left .title {
    margin-bottom: 30px;
}

.container_wrap .companyProfile .companyProfile-box .left .titleCn {
    font-size: 36px;
    margin-right: 10px;
}

.container_wrap .companyProfile .companyProfile-box .left .titleEn {
    font-size: 24px;
    color: #d2d2d2;
    font-family: 'Franklin Gothic Medium';
}

.container_wrap .companyProfile .companyProfile-box .left .summary {
    font-size: 18px;
    margin-bottom: 20px;
}

/* .container_wrap .companyProfile .companyProfile-box .left .content {
    font-size: 14px;
    line-height: 21px;
    color: #696969;
    margin-bottom: 20px;
} */

.container_wrap .companyProfile .companyProfile-box .left .tag {
    display: flex;
    justify-content: space-between;
    color: #12a6f3;
    text-align: center;
    margin-top: 50px;
    display: none;
}

.container_wrap .companyProfile .companyProfile-box .left .tag .tag-top {
    font-size: 60px;
}

.container_wrap .companyProfile .companyProfile-box .left .tag .tag-top span,
.container_wrap .companyProfile .companyProfile-box .left .tag .tag-bottom {
    font-size: 16px;
}

.container_wrap .companyProfile .companyProfile-box .right {
    padding-right: 20px;
}

.container_wrap .companyProfile .companyProfile-box .right .right-box {
    width: 339px;
    height: 433px;
    border: 1px dashed #000000;
    margin: 60px 0 0 30px;
    position: relative;
}

.container_wrap .companyProfile .companyProfile-box .right .right-box .companyImg {
    width: 339px;
    height: 433px;
    background: url(../images/aboutus01.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: 0.5s all ease;
}

.container_wrap .companyProfile .companyProfile-box .right .right-box .companyImg:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* 企业文化 */
.container_wrap .corporateCulure .corporateCulure-box {
    width: 90%;
    padding: 32px 0;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.container_wrap .corporateCulure .corporateCulure-box .top {
    text-align: center;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom {
    display: flex;
    justify-content: space-between;
}

.container_wrap .corporateCulure .corporateCulure-box .top .titleCn {
    font-size: 36px;
    margin-bottom: 10px;
}

.container_wrap .corporateCulure .corporateCulure-box .top .titleEn {
    font-size: 24px;
    color: #d2d2d2;
    font-family: 'Franklin Gothic Medium';
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .left {
    width: 40%;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .left ul li {
    border: 1px dotted #797979;
    padding: 10px;
    margin: 48px 0;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .left ul li p:first-of-type {
    display: flex;
    color: #12a6f3;
    font-size: 20px;
    margin-bottom: 10px;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .left ul li p:last-child {
    margin-left: 16px;
    font-size: 14px;
    color: #696969;
    height: 25px;
    overflow: hidden;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .left ul li .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #12a6f3;
    border-radius: 50%;
    margin: 9px 10px 0 0;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .right .right-box {
    width: 524px;
    height: 544px;
    background: url(../images/bg-aboutus-office.gif) no-repeat center;
    margin-left: 32px;
    position: relative;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .right .right-box .officeCornerImg {
    width: 365px;
    height: 215px;
    box-shadow: 0 0 15px #888888;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .right .right-box .officeCornerImg1 {
    position: absolute;
    top: 40px;
    right: 100px;
    background: url(../images/office01.jpg) no-repeat center;
    background-size: cover;
    transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    /* Internet Explorer */
    -moz-transform: rotate(-9deg);
    /* Firefox */
    -webkit-transform: rotate(-9deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-9deg);
    /* Opera */
    z-index: 3;
    transition: 0.5s all ease;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .right .right-box .officeCornerImg1:hover {
    z-index: 4;
    transform: scale(1.2) rotate(-9deg);
    -ms-transform: scale(1.2) rotate(-9deg);
    /* Internet Explorer */
    -moz-transform: scale(1.2) rotate(-9deg);
    /* Firefox */
    -webkit-transform: scale(1.2) rotate(-9deg);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2) rotate(-9deg);
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .right .right-box .officeCornerImg2 {
    position: absolute;
    top: 210px;
    right: 50px;
    background: url(../images/office02.jpg) no-repeat center;
    background-size: cover;
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    /* Internet Explorer */
    -moz-transform: rotate(3deg);
    /* Firefox */
    -webkit-transform: rotate(3deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(3deg);
    /* Opera */
    z-index: 2;
    transition: 0.5s all ease;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .right .right-box .officeCornerImg2:hover {
    z-index: 4;
    transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    /* Internet Explorer */
    -moz-transform: scale(1.2) rotate(3deg);
    /* Firefox */
    -webkit-transform: scale(1.2) rotate(3deg);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2) rotate(3deg);
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .right .right-box .officeCornerImg3 {
    position: absolute;
    top: 270px;
    right: 180px;
    background: url(../images/office03.jpg) no-repeat center;
    background-size: cover;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    /* Internet Explorer */
    -moz-transform: rotate(10deg);
    /* Firefox */
    -webkit-transform: rotate(10deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(10deg);
    /* Opera */
    z-index: 1;
    transition: 0.5s all ease;
}

.container_wrap .corporateCulure .corporateCulure-box .bottom .right .right-box .officeCornerImg3:hover {
    z-index: 4;
    transform: scale(1.2) rotate(10deg);
    -ms-transform: scale(1.2) rotate(10deg);
    /* Internet Explorer */
    -moz-transform: scale(1.2) rotate(10deg);
    /* Firefox */
    -webkit-transform: scale(1.2) rotate(10deg);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2) rotate(10deg);
}

/* 发展历程 */
.container_wrap .developmentHistory {
    background: url(../images/bg-aboutus-fzlc.jpg) no-repeat center;
    background-size: cover;
}

.container_wrap .developmentHistory .developmentHistory-box {
    width: 90%;
    padding: 32px 0;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.container_wrap .developmentHistory .developmentHistory-box .top {
    text-align: center;
}

.container_wrap .developmentHistory .developmentHistory-box .top .titleCn {
    font-size: 36px;
    margin-bottom: 10px;
}

.container_wrap .developmentHistory .developmentHistory-box .top .titleEn {
    font-size: 24px;
    color: #d2d2d2;
    font-family: 'Franklin Gothic Medium';
}

.container_wrap .developmentHistory .developmentHistory-box .bottom {
    margin: 30px 0;
}

.container_wrap .developmentHistory .developmentHistory-box .bottom .time-axis {
    display: flex;
    width: 85%;
    margin: 0 auto;
}

.container_wrap .developmentHistory .developmentHistory-box .bottom .time-axis .lineAndCircle {
    margin-right: 30px;
}

.container_wrap .developmentHistory .developmentHistory-box .bottom .time-axis .lineAndCircle-box {
    height: 120px;
}

.container_wrap .developmentHistory .developmentHistory-box .bottom .time-axis .lineAndCircle .circle {
    width: 30px;
    height: 120px;
    position: relative;
    border-right: 1px solid #9b9b9b;
}

.container_wrap .developmentHistory .developmentHistory-box .bottom .time-axis .lineAndCircle .inner-circle {
    display: inline-block;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    background: #12a6f3;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    right: 0;
    margin-right: -6px;
    margin-top: -5px;
}

.container_wrap .developmentHistory .developmentHistory-box .bottom .time-axis .lineAndCircle .outer-circle {
    display: inline-block;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    border: 1px dashed #12a6f3;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    right: 0;
    margin-right: -10px;
    margin-top: -9px;
}

.container_wrap .developmentHistory .developmentHistory-box .bottom .time-axis .time div {
    color: #12a6f3;
    font-size: 30px;
    font-family: 'Arial';
    height: 120px;
    padding-top: 16%;
    box-sizing: border-box;
}

.container_wrap .developmentHistory .developmentHistory-box .bottom .time-axis .content div {
    font-size: 16px;
    height: 120px;
    padding-top: 2.5%;
    box-sizing: border-box;
}