.inpage {
    background: #f7f7f7;
}
.pagetitle {

    display: flex;
}
.topimage {

    display: flex;

    width: 44%;
}
.topimage img{

}
.pagepoint {

    display: flex;

    flex-direction: column;

    padding-top: 25px;
}

@media (min-width : 1250px) {
    .introduceImg {

        width: 135%;
    }
}
@media (max-width : 1250px) {
    .introduce{
        display:unset !important;
    }
    .introduceDetail{
        height:100% !important;
    }
    .introduceDetail p{
        font-size:20px !important;
    }
    .introduceImg img{
        width:100%;
        height:unset !important;
    }
}
@media only screen and (orientation: portrait) {

    .pagepoint a{
        font-size:40px !important;
    }

    .introduce{
        display:unset !important;
    }
    .introduceDetail{
        height:100% !important;
    }
    .introduceDetail p{
        font-size:40px !important;
    }
    .introduceImg img{
        width:100%;
        height:unset !important;
    }
    .ExpEnvImages img{
        width:100% !important;
    }
}
.pagepoint a{

    padding: 0 100px;

    padding-bottom: 18px;

    font-size: 15px;

    font-weight: 700;

    color: #678fd3;

    transition: all .4s;
}
.pagepoint a:hover{
    transform: scale(1.1);
}
.introduce {

    display: flex;

    padding-top: 10px;
}
.introduceDetail {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    /*margin-bottom: 30px;*/
    /* overflow: auto;*/
    height: 300px;
}
.introduceDetail p{

    font-size: 16px;

    padding-top: 7px;

    margin-right: 60px;

    font-weight: 700;

    line-height: 25px;
}
.introduceImg {

    display: flex;

    padding-right: 23px;

    /*width: 135%;*/
}
.organization {

    display: flex;

    flex-direction: column;

    padding-top: 86px;

    padding-bottom: 106px;
}
.Ctitle {

    display: flex;

    flex-direction: column;
}
.Ctitle span{
    position: absolute;
    background: linear-gradient(#729adf,#87b3fc);
    width: 10px;
    height: 40px;
    left: -10px;
}
.Ctitle h4{
    position: relative;
    color: #3268c4;
    background: linear-gradient(to right,#bdd5fc,#eff3fa);
    width: 8%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.3em;
}
.Ctitle p{

    font-size: 17px;

    padding-top: 12px;

    color: #8395b5;
}
.institution_tree {

    font-size: 26px;
}
.institution_tree ul {
    padding-top: 62px;
    position: relative;
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
}
.institution_tree li {
    float: left;
    list-style: none;
    text-align: center;
    position: relative;
    padding: 75px 5px 0 5px;
    width:100%;
}
/*利用::before,::after作分支线*/
.institution_tree li::before,
.institution_tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 70px;
    border-top: 1px solid #ccc;
}
.institution_tree li:after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}
.institution_tree li:first-child::before,
.institution_tree li:last-child::after {
    border: 0 none;
}
.institution_tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 10px 0 0;
}
.institution_tree li:first-child::after {
    border-radius: 10px 0 0 0;
}

/*删除仅只有一个分支的分支线*/
.institution_tree li:only-child::before,
.institution_tree li:only-child::after {
    border: none;
}
.institution_tree li:only-child {
    padding-top: 0;
}

/*添加仅只有一个分支的下分支线*/
.institution_tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 70px;
}
.institution_tree a {
    font-size: 16px;
    display: inline-block;
    color: #666;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 15px;
}

.institution_block {
    width: 50px;
    height: 60px;
    margin: auto;
    background: #ccc;
    text-align: center;
}
.ExpEnv {

    display: flex;

    flex-direction: column;

    padding-bottom: 80px;
}
.ExpEnvImages {

    padding-top: 56px;

    overflow-x: scroll;

    white-space: nowrap;
}
.ExpEnvImages img{

    width: 30%;
}


/*èµ„è´¨è£èª‰é¡µé¢ å§‹*/
.ccapb_honor {
    display: flex;
    padding-top: 50px;
}

.ccapb_honor .left {
    width: 120px;
    padding-top: 60px;
    margin-right: 100px;
}

.ccapb_honor .left a {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}

.ccapb_honor .left a.active {
    color: #3268c4;
}
.ccapb_honor .left a.active:after{
    content: '';
    height: 3px;
    width: 56px;
    margin-top: 8px;
    border-radius: 5px;
    display: block;
    background-color: #3268c4;
    margin-left: auto;
    margin-right: auto;
}

.ccapb_honor .middle {
    width: calc(100% - 400px);
}

.ccapb_honor .middle .title {
    text-align: center;
    color: #3268c4;
    font-size: 27px;
    margin-bottom: 30px;
}

.ccapb_honor .middle .swiper-container {
}

.ccapb_honor .middle .swiper-container .swiper-slide {
}

.ccapb_honor .middle .swiper-container .swiper-slide img {
}

.ccapb_honor .middle .swiper-container .swiper-slide div {margin: 10px 0;}

.ccapb_honor .right {
    padding-top: 100px;
}
#ccapb_honor_thumb_next,#ccapb_honor_thumb_prev{
    position: relative;
    left: 70px;
    right: 0;
    top: -6px;
    bottom: 0px;
    transform: rotate( 90deg);
}
#ccapb_honor_thumb_next{
    top: 25px;
}
.ccapb_honor .right .swiper-slide{
    text-align: center;
    line-height: 50px;
}
.ccapb_honor .right .swiper-slide div{
    white-space: nowrap;
}
.ccapb_honor .right .swiper-slide-active{
    background-color: #d6e6ff;
    color:#3268c4;
    padding: 0px 30px;
    border-radius: 8px;
}
/*èµ„è´¨è£èª‰é¡µé¢ ç»ˆ*/
