
.carousel-caption1 {
    width: 650px;
    background-color: rgba(19, 51, 112, 0.8);
    left: 0;
    bottom: 86px;
    font-size: 15px;
    line-height: 36px;
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
    padding: 24px 24px 15px;
}
.carousel-caption1 p {
    line-height: 22px;
    text-align: left;
}



.carousel-caption-title {
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.construct-image {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.construct-tree-container {
    padding-top: 60px;

}
.construct-tree-wrapper {
    max-width: 1336px;
    padding: 0 10px;
    margin: 0 auto;
}
.construct-tree-top-line {
    height: 68px;
    width: 2px;
    background-color: #000;
    margin: 0 auto;
}
.construct-tree-top-line-2 {
    max-width: 906px;
    height: 108px;
    border: 2px solid #000;
    border-radius: 40px;
    border-bottom: none;
    margin: 0 auto;
    margin-top: -46px;
}
.construct-tree-top {
    max-width: 906px;
    height: 62px;
    line-height: 60px;
    background-color: rgb(0, 96, 196);
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.card-group {
    display: flex;
    background-color: #fff;
    margin-top: -76px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.card-group-item {
    background-color: rgb(104, 164, 222);
    color: #fff;
    font-size: 16px;
    flex: 1;
    padding-bottom: 8px;
    padding-top: 26px;
}

.card-group-item:first-child {
    margin-right: 20px;
}
.card-group-item:last-child {
    margin-left: 20px;
}
.card-group-item-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 8px;
}
.card-label-group {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}
.card-label-group div {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(73, 135, 206);
    flex: 1;
    margin: 0 10px;
}
.leader-container {
    background-color: #fff;

}
.leader-wrapper {
    padding: 60px 10px 0;
    max-width: 1728px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.leader-wrapper .normal-title {
    margin-bottom: 93px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.develop-wrapper .normal-title {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.leader-content {
    margin-left: -71px;
    margin-right: -71px;
}
.leader-item {
    font-size: 24px;
    color: rgba(109, 109, 109, 1);
    /* text-align: center; */
    margin: 0 69px 30px;
    padding-bottom: 30px;
    display: inline-block;
    transition: all 0.3s;
    background-color: #fff;
    position: relative;
    cursor: pointer;

}
.leader-item:hover {
    box-shadow: 0 2px 12px 4px rgb(0 0 0 / 10%);
    /* transform: scale(1.2); */
}
.leader-content2 {
    display: flex;
    padding-bottom: 32px;
}
.leader-content2-row {
    text-align: center;
}
.leader-content2-left {
    width: 482px;
    /* border-right: 1px dashed #8e8e8e; */
    margin-bottom: -32px;
    flex: 1;
    position: relative;
}
.leader-content2-left::after {
    content: ' ';
    display: inline-block;
    border-right: 1px dashed #8e8e8e;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 40px);
}
.leader-content2-right {
    flex: 2;
    margin-bottom: -32px;
}
.leader-content2 .leader-item img {
    width: 160px;
    height: 160px;
}
.leader-item img {
    width: 320px;
    height: 320px;
    object-fit: cover;
}
.leader-content2 .leader-item {
    display: inline-block;
    font-size: 13px;
    margin: 0 32px 15px;
    padding-bottom: 15px;
}
.leader-name {
    text-align: center;
    font-size: 35px;
    color: rgba(17, 49, 106, 1);
    line-height: 18px;
    margin-top: 22px;
    margin-bottom: 10px;
}
.leader-content2 .leader-name {
    font-size: 18px;
    margin-top: 22px;
    margin-bottom: 4px;
}
.leader-posts {
    text-align: center;
}
.leader-item-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.leader-item-preview-inner {
    position: fixed;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 12px 4px rgb(0 0 0 / 10%);
    display: flex;
    text-align: left;
}
.leader-item-preview img {
    width: 320px;
    flex-shrink: 0;
}
.leader-item-preview-info {
    text-align: left;
    padding: 20px;
}

.leader-item-preview-info .leader-name {
    text-align: left;
    margin-top: 20px;
    line-height: 35px;
}
.leader-item-preview-info .leader-posts{
    font-size: 24px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    margin-bottom: 10px;
}
.leader-item-preview-info .leader-introduce {
    font-size: 16px;
}
.glyphicon-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ccc;
    font-size: 20px;
    cursor: pointer;
}

.develop-container {
    padding-top: 40px;
}

.develop-wrapper {
    max-width: 1766px;
    padding: 0 10px;
    margin: 0 auto;
}

.develop-time-wrapper {
    position: relative;
    margin-top: 54px;
}

.develop-time-background {
    width: 258px;
    height: calc(100% - 44px);
    background-image: url('https://sairi.oss-cn-hangzhou.aliyuncs.com/image/aboutus/background.png');
    background-repeat: repeat-y;
    position: absolute;
    right: 50%;
    top: 44px;
    background-size: 100% auto;
}

.develop-time-list {
    /* padding-left: 180px; */
}
.develop-year {
    font-size: 84px;
    font-family: "04b08";
    color: rgba(10, 45, 165, 0.3);
    text-align: center;
}
.develop-year-2 {
    color: rgba(76, 10, 165, 0.2);
}
.develop-year-3 {
    color: rgba(116, 10, 165, 0.2);
}
.develop-year-4 {
    color: rgba(175, 24, 188, 0.2);
}

.develop-detail {
    width: 50%;
    /* padding-left: 126px; */
    padding-bottom: 74px;
    color: rgba(104, 104, 104, 1);
    position: relative;
    left: 50%;
    padding-left: 22px;
}
.develop-item {
    position: relative;
}
.develop-detail-red {
    left: 0;
    padding-right: 22px;
}
.develop-detail-red .develop-detail-time {
    text-align: right;
    color: #ff0000;
}
.develop-detail-red .develop-detail-time::before {
    background-color: #ff0000;
    left: auto;
    right: -26px;
}
.develop-detail-red .develop-detail-content {
    text-align: right;
}
.develop-detail-time {
    font-size: 22px;
    color: rgba(0, 97, 196, 1);
    position: relative;
    margin-bottom: 6px;
}
.develop-detail-time-2 {
    color: rgba(76, 10, 165, 1);
}
.develop-detail-time-3  {
    color: rgba(116, 10, 165, 1);
}
.develop-detail-time-4  {
    color: rgba(175, 24, 188, 1);
}
.develop-detail-time::before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -28px;
    top: 10px;
    background-color: rgba(0, 97, 196, 1);
}
.block-style{
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -28px;
    top: 10px;
    background-color: rgba(0, 97, 196, 1);
}
.develop-detail-time-2::before {
    background-color: rgba(76, 10, 165, 1);
}

.develop-detail-time-3::before {
    background-color: rgba(116, 10, 165, 1);
}
.develop-detail-time-4::before {
    background-color: rgba(175, 24, 188, 1);
}
.develop-detail-content {
    font-size: 19px;
    color: rgba(104, 104, 104, 1);
    max-width: 1100px;
    position: relative;
}

.develop-detail-content img {
    margin-top: 24px;
    max-width: 254px;
}


.contactus-container {
    background-color: rgba(241, 241, 241, 1);
    padding-top: 96px;
    padding-bottom: 120px;
}

.contactus-wrapper {
    max-width: 1708px;
    margin: 0 auto;
    position: relative;
}
.contactus-content {
    margin-top: 76px;
    text-align: right;
}
.contact-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
    margin-bottom: 10px;
}
.contactus-title {
    font-size: 27px;
    color: rgba(79, 79, 79, 1);
    margin-bottom: 42px;
    text-align: left;
}

.contactus-detail {
    font-size: 16px;
    line-height: 30px;
    color: rgba(79, 79, 79, 1);
    text-align: left;
}
@media screen and (max-width: 1442px) {
    .leader-content2 {
        zoom: 1.25;
    }
}
@media screen and (max-width: 1200px) {
    .leader-content2 {
        zoom: 1;
    }
    .develop-time-background {

        height: calc(100% - 28px);
        top: 28px;
    }
    .carousel-caption1 {
        max-width: 700px;
        bottom: 20px;
        padding: 20px;
    }
    .carousel-caption .carousel-caption-title {
        font-size: 33px;
        margin-bottom: 15px;
    }
    .carousel-caption1 p {
        font-size: 14px;
        line-height: 20px;
    }
    .carousel-caption1 {
        width: 562px;
    }
    .construct-tree-top {
        max-width: 750px;
        height: 55px;
        line-height: 55px;
        font-size: 19px;
    }
    .construct-tree-top-line-2 {
        max-width: 750px;
    }
    .card-group-item {
        font-size: 14px;
        padding-top: 18px;
        padding-bottom: 16px;
    }
    .card-group-item-title {
        font-size: 19px;
    }
    .card-label-group div {
        min-height: 38px;
        margin: 0 6px;
    }

    .leader-wrapper {
        padding-top: 28px;
    }
    .leader-wrapper .normal-title {
        margin-bottom: 58px;
    }

    .leader-content {
        margin: 0px auto;
        width: 100%;
    }
    .leader-item img {
        width: 200px;
        height: 200px;
    }
    .leader-content2 .leader-item {
        width: 160px;
        margin: 0 12px;
    }
    .leader-item {
        width: 200px;
        margin: 0 42px 18px;
        font-size: 15px;
        vertical-align: top;
    }
    .leader-name {
        font-size: 22px;
        line-height: 25px;
        margin-top: 21px;
        margin-bottom: 6px;
    }
    .leader-item-preview-inner {
        width: calc(100vw - 20px);
    }
    .leader-item-preview img {
        object-fit: cover;
    }
    .develop-year {
        font-size: 62px;
        left: 16px;
    }
    .develop-detail {
        padding-bottom: 46px;
    }
    .develop-detail-time {
        font-size: 19px;
    }
    .develop-detail-content {
        font-size: 16px;
    }
}

@media screen and (max-width: 1170px) and (min-width: 882px) {
    .leader-content {
        width: auto;
        max-width: 862px;

    }
}
@media screen and (max-width: 882px) and (min-width: 574px) {
    .leader-content {
        width: auto;
        max-width: 574px;

    }
}



@media screen and (max-width: 1040px){
    .card-group-item-title {
        font-size: 18px;
    }
    .card-group-item {
        font-size: 16px;
    }
    .card-label-group {
        padding: 0;
        display: block;
    }
    .card-label-group div {
        margin-bottom: 10px;
    }
    .card-group-item {
        padding: 10px;
    }
}
@media screen and (max-width: 768px) {
    .carousel-caption1 {
        width: 100%!important;
        padding: 20px!important;
        right: auto!important;
        bottom: 20px;
    }
    .leader-wrapper {
        padding-top: 20px;
    }
    .develop-container {
        padding-top: 20px;
    }
    .develop-time-wrapper {
        margin-top: 20px;
    }
    .develop-year {
        font-size: 60px;
        left: 16px;
    }
    .develop-detail-content {
        font-size: 16px;
    }
    .construct-tree-top {
        max-width: 90%;
        height: 48px;
        line-height: 48px;
        background-color: rgb(0, 96, 196);
        font-size: 22px;
    }
    .construct-tree-top-line-2 {
        max-width: 90%;
    }

    .leader-item-preview img {
        width: 35%;
    }
}

@media screen and (max-width: 640px) {
    .develop-detail-content img {
        max-width: calc(50vw - 40px);
    }
    .carousel-caption p {
        display: none;
    }
    .carousel-caption .carousel-caption-title {
        display: block;
        font-size: 20px;
        padding: 0;
    }
    .carousel-caption1 {
        background: none;
        padding: 0 10px!important ;
        bottom: 0;
    }
    .leader-item-preview-inner {
        display: block;
        text-align: center;
        width: 80%;
        position: relative;
    }

    .leader-item-preview img {
        width: 100%;
        display: none;
    }

    .leader-item {
        width: 43vw;
        margin: 0 0 16px;
        text-align: center;
        margin-left: calc(3.5vw - 0px);
        margin-right: calc(3.5vw - 20px);
    }
    .leader-item img {
        width: 100%;
        height: auto;
    }
    .leader-wrapper .normal-title {
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 580px) {
    .leader-content2-left {
        flex: 2;
    }
}
