.banner {
    /*  background: url(intro_bg_iee.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;*/
    background-size: cover;
    /*  -ms-behavior: url(backgroundsize.min.htc);*/
    height: 250px;
    width: 100%;
    padding: 0;
}

.tem01-people-content {
    margin-bottom: 20px;
}

.tem01-people-content h4 {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tem01-people-content li {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

@media (max-width: 991px) {
    .banner {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 50px;
    }
}

ul.intro-hd {
    font-size: 20px;
    color: #737373;
    text-align: left;
    padding-top: 30px;
    border-bottom: 2px solid #e3e3e3;
}

ul.intro-hd li {
    display: inline;
    margin-left: 15px;
    /* line-height: 50px; */
}

ul.intro-hd li.active>a {
    color: #08734f;
    border-bottom: 3px solid #08734f;
}

.main {
    margin: 30px auto;
    padding: 0 140px;
    position: relative;
}

ul.intro-hd li>a {
    line-height: 50px;
    height: 50px;
    display: inline-block;
}

.intro-bd {
    margin-top: 30px;
    padding-bottom: 30px;
}

.intro-bd p {
    /*! text-align: justify; */
}

.title {
    font-size: 26px;
    line-height: 56px;
    color: #08734f;
    border-bottom: 4px solid #08734f;
    display: inline-block;
    margin-top: 56px;
    font-weight: 600;
    /* width: 124px; */
}

.green-title {
    color: #004083;
    border-bottom: 4px solid #004083;
    /* margin-left: 15px; */
}

@media (max-width:1499px) {
    ul.intro-hd {
        font-size: 18px;
    }

    ul.intro-hd li {
        float: left;
    }
}

@media (max-width:1199px) {
    .main {
        padding: 0 80px;
    }

    ul.intro-hd {
        font-size: 18px;
    }

    ul.intro-hd li {
        margin-left: 22px;
    }
}

@media (max-width:767px) {
    .main {
        padding: 0 60px;
    }

    ul.intro-bd {
        margin-top: 40px;
    }

    .title {
        font-size: 26px;
        line-height: 32px;
    }

}



/** .intro-name start======*/
.intro-name a.name {
    font-size: 26px;
    color: #3f3f3f;
    display: block;
    line-height: 64px;
}

.intro-name span.major {
    font-weight: 600;
    font-size: 18px;
}

.main .intro-bd.intro-name>li {
    float: left;
    /*! height: 138px; */
}

@media (max-width:767px) {
    .main .intro-bd.intro-name>li {
        float: left;
        height: 100px;
    }

    .intro-name a.name {
        font-size: 28px;
        line-height: 32px;
    }

    .intro-name span.major {
        font-size: 16px;
    }
}

/** .intro-name end======*/


/** .intro-cv start======*/
.intro-cv img {
    padding: 0;
    max-width: 192px;
    border-radius: 4px;
}

.intro-cv h2 {
    font-size: 36px;
    height: 64px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 16px;
}

.intro-cv .brief-content-place {
    font-size: 20px;
    display: inline-block;
    margin-left: 20px;
    font-weight: 600;
}

.intro-cv .brief-content-text {
    font-size: 18px;
    line-height: 38px;
}

.intro-cv .brief-content {
    padding-left: 38px;
}

@media (max-width:767px) {
    .intro-cv img {
        margin: 0 0 2em 38px;
    }
}

/** .intro-cv end======*/

.intro-article .article-text {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 1.1em;
}

.intro-article {
    margin-top: 40px;
}

.intro-article .article-pic {
    max-width: 460px;
    padding-left: 50px;
}

.intro-article .article-content {
    padding: 0;
}

@media (max-width:767px) {
    .intro-article .article {
        text-align: center;
    }

    .intro-article .article-pic {
        padding: 0;
        float: none;
    }
}


.intro-leader {
    margin-top: 40px;
}

.intro-leader>.leader li {
    display: inline-block;
    font-size: 20px;
    line-height: 54px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 1em;
    width: 100%;
}

.intro-leader>.leader li:first-child {
    border-top: 1px solid #e3e3e3;
}

.intro-leader>.leader .position {
    width: 300px;
    display: inline-block;
}

.intro-leader>.leader a.name,
.intro-leader>.leader .duration {
    color: #0058ae;
}

.intro-leader>.leader a.name {
    width: 104px;
    display: inline-block;
}

.intro-leader>.leader a.name:hover {
    text-decoration: underline;
}

.intro-leader>.leader .leader-pic {
    box-shadow: 0 5px 20px 3px #e2e2e2;
    padding: 20px 20px 40px 20px;
}

.intro-leader>.leader .leader-pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


.leader-modal {
    max-width: 100%;
    /* overflow: scroll; */
}

.leader-modal .modal-dialog {
    margin: 30px auto;
    position: relative;
    display: table;
    /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
    max-height: 80%;
    /* max-width: 100%; */
    overflow: scroll;
}

.leader-modal .modal-content {
    border-radius: 0;
    /* position: relative; */
    overflow-y: auto;
    height: 100%;
    padding: 15px;
}

.leader-modal .modal-header {
    border: none;
}

.leader-modal .modal-header>.close {
    width: 34px;
    height: 34px;
}

.leader-modal .modal-header>.close>span {
    background: url(leader_modal_x_iee.png) no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.leader-modal .modal-body {
    color: #3f3f3f;
    padding-top: 9px;
}

.leader-modal .modal-body h2 {
    display: inline-block;
    font-size: 36px;
    padding-bottom: 25px;
}

.leader-modal .modal-body h2>span {
    font-size: 20px;
    display: inline-block;
    margin-left: 1em;
}

.leader-modal .leader-info {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    white-space: nowrap;
    padding: 36px 0px;
}

.leader-modal .leader-info>li {
    display: inline-block;
    padding-right: 1.5em;
}

.leader-modal .leader-info-field {
    color: #737373;
    display: block;
    font-size: 16px;
    line-height: 2.4em;
}

.leader-modal .leader-info-value {
    font-size: 20px;
    font-weight: 600;
}

.leader-modal .leader-cv {
    padding: 39px 1em;
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
    margin-bottom: 2em;
}


.leader-modal .modal-col {
    float: left;
    display: inline-block;
    /* max-width: 50%; */
}

.leader-modal .leader-portrait {
    width: 250px;
    margin: 20px 20px 0 40px;
}

.leader-modal .leader-portrait>img {
    width: 100%;
}

@media (max-width: 1199px) {
    .leader-modal .leader-cv {
        max-width: 500px;
    }

    .intro-leader>.leader .leader-pic {
        padding: 20px 10px 30px 10px;
    }
}

@media (max-width: 991px) {
    .leader-modal .modal-dialog {
        display: block;
        overflow-y: scroll;
    }

    .leader-modal .leader-info>li {
        display: block;
        padding-right: 1.5em;
    }

    .leader-modal .leader-cv {
        max-width: 500px;
    }

    .leader-modal .leader-portrait {
        width: 170px;
        margin: 20px 0 0 30px;
        float: right;
        display: inline-block;
    }
}


.intro-pic img {
    max-width: 100%;
}

.intro-pic .intro-pic-caption {
    text-align: center;
}

.intro-pic .pic-wrapper {
    text-align: center;
    padding-left: 0;
}

.intro-pic {
    margin-top: 40px;
}

.intro-pic .pic-wrapper span {
    display: block;
    font-size: 20px;
    line-height: 56px;
    margin-bottom: 50px;
}

.intro-kycg-title {
    margin: 56px auto;
    width: 124px;
    display: block;
}

.intro-kycg .pic-wrapper {
    text-align: center;
}

.intro-kycg .pic-wrapper span {
    display: block;
    line-height: 49px;
    font-size: 20px;
}

.intro-kycg .pic-wrapper span.circle {
    /* max-width: 100%; */
    display: inline-block;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: relative;
}

.intro-kycg .pic-wrapper>a:hover>span.circle:before {
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgba(188, 73, 72, 0.8);
    background-color: rgb(188, 73, 72)\0;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.intro-kycg .pic-wrapper+.pic-wrapper>a:hover>span.circle:before {
    background-color: rgba(94, 161, 194, 0.8);
    background-color: rgb(94, 161, 194)\0;
}

.intro-kycg .pic-wrapper+.pic-wrapper+.pic-wrapper>a:hover>span.circle:before {
    background-color: rgba(124, 184, 95, 0.8);
    background-color: rgb(124, 184, 95)\0;
}

.intro-kycg .pic-wrapper+.pic-wrapper+.pic-wrapper+.pic-wrapper>a:hover>span.circle:before {
    background-color: rgba(75, 163, 167, 0.8);
    background-color: rgb(75, 163, 167)\0;
}

.intro-kycg .pic-wrapper>a:hover>span.circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(kycg1_icon_iee.png) no-repeat center center;
}

.intro-kycg .pic-wrapper+.pic-wrapper>a:hover>span.circle:after {
    background-image: url(kycg2_icon_iee.png);
}

.intro-kycg .pic-wrapper+.pic-wrapper+.pic-wrapper>a:hover>span.circle:after {
    background-image: url(kycg3_icon_iee.png);
}

.intro-kycg .pic-wrapper+.pic-wrapper+.pic-wrapper+.pic-wrapper>a:hover>span.circle:after {
    background-image: url(kycg4_icon_iee.png);
}



.intro-lab {
    margin-top: 54px;
}

.intro-lab>.lab>ul {
    padding-left: 1.5em;
}

.intro-lab>.lab>ul>li {
    font-size: 20px;
    color: #3f3f3f;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}

.intro-lab>.lab>ul>li:before {
    content: '';
    display: block;
    width: 2px;
    background: #f0f0f0;
    position: absolute;
    top: 12px;
    bottom: 19px;
    left: -16px;
    z-index: 1;
}

.intro-lab>.lab>ul>li:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(article_timeline_dot_iee.png) no-repeat;
    position: absolute;
    top: 6px;
    left: -22px;
    z-index: 1;
}

.intro-lab>.lab>ul>li>ul {
    padding-top: 15px;
    position: relative;
    /* margin-bottom: 40px; */
}

.intro-lab>.lab>ul>li>ul>li {
    position: relative;
}

.intro-lab>.lab>ul>li>ul>li>a {
    font-size: 18px;
    color: #0058ae;
    font-weight: normal;
    line-height: 43px;
    padding-left: 1em;
}

.intro-lab>.lab>ul>li>ul>li>a:hover {
    text-decoration: underline;
}

.intro-lab>.lab>ul>li>ul>li>a:before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    top: 22px;
    bottom: 19px;
    left: -16px;
    z-index: 1;
}

@media (max-width: 767px) {
    .intro-lab>.lab>ul>li {
        font-size: 16px;
    }

    .intro-lab>.lab>ul>li:after {
        top: 2px;
    }

    .intro-lab>.lab>ul>li>ul>li>a {
        font-size: 14px;
    }
}

