
* {
    margin: 0;
    padding: 0;
}

.picchu li{
    list-style: none;
}
.picchu .left {
    float: left;
}

.picchu .right {
    float: right;
}
.picchu .nowrapT{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a{
    word-break: break-all;
}
/**导航条**/
.picchu .navigation .navigationFixed.active{
    position: fixed;
    top: 30px;
}

.picchu .slideBar ol{
    border-left: 10px solid #e4e4e4;
    padding-left: 10px;
}
.picchu .slideBar ol li {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    padding-left: 40px;
    line-height: 34px;
    font-size: 16px;
    color: #0060ac;
    cursor: pointer;
}
.picchu .slideBar ol li.active{
    color: #474747;
    background-color: #e6e6e6;
}
.picchu .slideBar ol li:hover{
    color: #474747;
    background-color: #e6e6e6;
}
.picchu .slideBar ol li.active:before{
    position: absolute;
    left: -20px;
    top: 11.5px;
    content: "";
    height: 11px;
    width: 10px;
    background-color: #d63105;
}

/**news-导航条**/
.picchu .nSlideBar ol{
    padding-left: 0px;
}
.picchu .nSlideBar ol .shrinkItem a.parent{
    cursor: pointer;
}
.picchu .nSlideBar ol a.parent{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #d6d6d6;
    margin: 0px;
    padding-bottom: 10px;
    padding-left: 25px;
    display: block;
}
.picchu .nSlideBar ol a.active{
    color: #0060ac;
}
.picchu .nSlideBar li a.parent:before {
    width: 19px;
    height: 19px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 12px;
    background: url("../images/b_arrowB.png") no-repeat;
}
.picchu .nSlideBar li a.parent.toTop:before {
    background: url("../images/b_arrowT.png") no-repeat;
}
.picchu .nSlideBar li ul{
    padding-left: 57px;
    padding-top: 0.5em;
}
.picchu .nSlideBar li ul li a {
    font-size: 14px;
    color: #2f2f2f;
}
/*******************************************
*********************首页*******************
******************************************/
.picchu.msr-index .msr-collections-carousel .slick-track .collection_button{
    display: table;
    margin: auto;
    margin-top: 55px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.picchu.msr-index .title{
    margin-bottom: 20px;
}
.picchu.msr-index .title p{
    font-size: 36px;
    color: #2f2f2f;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 36px;
}
.picchu.msr-index .title a{
    font-size: 16px;
    line-height: 36px
}
.picchu.msr-index .information ul{
    padding: 0px;
}
.picchu.msr-index .information ul li {
    margin-top: 15px;
}
.picchu.msr-index .information ul li a.subTitle{
    font-size: 16px;
}
.picchu.msr-index .information ul li p.text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #2f2f2f;
    text-align: justify;
    height: 75px;
    overflow: hidden;
}
.picchu.msr-index .story .imgBox {
    position: relative;
}
.picchu.msr-index .story .imgBox img{
    display: block;
    width: 100%;
}
.picchu.msr-index .story .imgBox .text{
    position: absolute;
    width: 100%;
    min-height: 20%;
    background: rgba(0,0,0,0.5);
    padding: 0 25px;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-size: 18px;
    text-align: justify;
    line-height:74px;
    vertical-align: middle;
}
/*加入我们*/
.picchu.msr-index .joinUs{
    background: url("") no-repeat center center;
    background-size: cover;
}
.picchu.msr-index .joinUs a{
    color: #fff;
}
.picchu.msr-index .joinUs .joinUsContent{
    padding: 70px 0px;
}
.picchu.msr-index .joinUs .joinUsContent.bgShade{
    background: rgba(0,0,0,0.6);
}
.picchu.msr-index .joinUs .subscribeBox{
    /*background-color: #0060ac;*/
    padding: 40px;
/*    display: table;*/
/*    min-width: 460px;*/
/*    cursor: pointer;*/
    margin-left: 12%;
}
.picchu.msr-index .joinUs .subscribeBox p{
    margin-bottom: 0px;
}
.picchu.msr-index .joinUs .subscribeBox .title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.picchu.msr-index .joinUs .subscribeBox .icon{
    background: url("../images/subscribeIcon.png") no-repeat;
    display: inline-block;
}
.picchu.msr-index .joinUs .subscribeBox .title .icon{
    height: 36px;
    width: 54px;
    margin-right: 10px;
}
.picchu.msr-index .joinUs .subscribeBox p{
    font-size: 16px;
    color: #fff;
}
.picchu.msr-index .joinUs .subscribeBox .text{
    margin-top: 15px;
}
.picchu.msr-index .joinUs .subscribeBox .text span{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    vertical-align: middle;
    margin-right: 15px;
}
.picchu.msr-index .joinUs .subscribeBox .text .icon{
    height: 36px;
    width: 38px;
    background-position: -59px 0px;
    margin: 0px;
}
@media (max-width: 767px){
    .picchu.msr-index .joinUs .subscribeBox{
        margin-left: 0px;
        width: 100%;
        min-width: 100%;
    }
    .picchu.msr-index .story .imgBox .text{
        min-height: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
/*******************************************
*********************搜索页*******************
******************************************/
/*搜索*/
.picchu .selecetBox .msr-colon-label{
    color: #474747;
    vertical-align: middle!important;
    margin-right: 5px!important;
    font-size: 14px;
}
.picchu .selecetBox .centerSelecetBox{
    display: table;
    margin: auto;
    padding: 0px;
}
.picchu .selecetBox .centerSelecetBox li{
    display: inline-block;
    margin-left: 16px;
}
.picchu .selecetBox .centerSelecetBox li:first-child{
    margin-left: 0px;
}
.picchu .selecetBox .input.small,
.picchu .selecetBox .dropdown.small{
    width: 200px;
    margin-bottom: 10px;
}
.picchu .selecetBox .dropdown.small select{
    line-height: 23px;
    width: 200px;
}
.picchu .selecetBox .input.small input{
    width: 200px;
}
.picchu .selecetBox .centerSelecetBox  input.submit{
    background: #0060ac;
    width: 100px;
    height: 36px;
    color: #fff;
    border: none;
}

@media (max-width: 767px){
    .picchu .selecetBox .right{
        float: none;
    }
    .picchu .selecetBox .centerSelecetBox{
        display: block;
    }

    .picchu .selecetBox .dropdown.small,
    .picchu .selecetBox .input.small{
        width: 100%;
        margin-top: 10px;
    }
    .picchu .selecetBox .dropdown.small select,
    .picchu .selecetBox .input.small input{
        width: 100%;
    }

    .picchu .selecetBox .centerSelecetBox li{
        margin-left: 0px;
        display: block;
    }

    .picchu .selecetBox .centerSelecetBox  input.submit{
        width: 100%;
    }
}
/*右侧*/
.picchu .pageTitle{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.picchu .articleTitle .subTitle{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.picchu .articleTitle .text-right a{
    font-size: 14px;
    /*text-decoration: underline;*/
}

.picchu .articleContent article p.subtitle {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.picchu .articleContent article p.subtitle a{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

/*活动**专题**视频*/
.picchu .articleContent article .videoText p {
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    margin-bottom: 5px;
}

.picchu .articleContent article .videoBox {
    position: relative;
}

.picchu .articleContent article .imgBox img,
.picchu .articleContent article .videoBox img {
    width: 100%;
    display: block;
}

.picchu .articleContent article .videoBox .shadeImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.picchu .articleContent article .videoTitle {
    height: 55px;
    overflow: hidden;
    margin-top: 15px;
}
.picchu .articleContent article .videoTitle a{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
/*文章**下载**其他*/
.picchu .articleList li:first-child{
    margin-top: 0px;
}
.picchu .articleList li{
    border-bottom: 1px dashed #afafb0;
    padding-bottom: 0px;
    margin-top: 20px;
}
.picchu .articleList li p.title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.picchu .articleList li p.title a{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.picchu .articleList li p.title a span{
    color: #ff0000;
}
.picchu .articleList li p.time{
    font-size: 12px;
    color: #474747;
    padding-top: 4px;
}
.picchu .articleList li p.text{
    font-size: 14px;
    line-height: 24px;
    color: #474747;
    text-align: justify;
}
.picchu .articleList li a.link{
    font-size: 14px;
    word-break: break-all;
}
.picchu .articleList li .textBox{
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.picchu .articleList li .textBox p.text{
    display: table-cell;
    padding-right: 50px;
}
.picchu .articleList li .textBox .download{
    display: table-cell;
    vertical-align: middle;
    width: 95px;
}
.picchu .articleList li .textBox .download a{
    display: block;
    width: 95px;
    text-align: center;
    line-height: 36px;
    background: #0060ac;
    color: #fff;
}


@media (max-width: 767px){
    /*下载*/
    .picchu .articleList li .textBox p.text{
        display: block;
        padding-right: 0px;
    }
    .picchu .articleList li .textBox .download{
        display: block;
        margin-bottom: 15px;
    }
}
/**活动页面**/
.picchu .activity_articleItem p.subtitle {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.picchu .activity_articleItem p.subtitle a{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.picchu .activity_articleItem p.time {
    font-size: 12px;
    color: #474747;
    margin-bottom: 10px;
}

.picchu .activity_articleItem p.text {
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
}

/**新闻中心---查看更多**/
.picchu .news_VM_articleItem {
    margin-bottom: 30px;
}
.picchu .news_VM_articleItem .articleImg{
    margin-right: 30px;
    width: 242px;
    height: 168px;
}
.picchu .news_VM_articleItem .articleImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.picchu .news_VM_articleItem .articleText .title{
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.picchu .news_VM_articleItem .articleText .text{
    font-size: 14px;
    line-height: 30px;
    color: #474747;
    height: 95px;
    overflow: hidden;
}
.picchu .news_VM_articleItem .articleText .information {
    margin-bottom: 0px;
}
.picchu .news_VM_articleItem .articleText .information span{
    font-size: 12px;
}
.picchu .news_VM_articleItem .articleText .information span.style{
    margin-left: 20px;
}

@media (max-width: 767px){

    .picchu .news_VM_articleItem .articleImg{
        margin-right: 0px;
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 20px;
    }
    .picchu .news_VM_articleItem .articleText .text{
        height: auto;
    }

}
/*新闻中心---视频*/
.picchu .videoItem p.subtitle {
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.picchu .videoItem p.subtitle a{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.picchu .videoItem p {
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    margin-bottom: 5px;
}

.picchu .videoItem .videoBox {
    position: relative;
}

.picchu .videoItem .videoBox img {
    width: 100%;
    display: block;
}

.picchu .videoItem .videoBox .shadeImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/**活动_OverView页面**/
.picchu .selecetBox.margin-R10 .dropdown,
.picchu .selecetBox.margin-R10 .button{
    margin-right: 10px;
}
.picchu .activity_OV_table .msr-table-schedule tr th{
    font-size: 16px;
    text-align: center;
}
.picchu .activity_OV_table .msr-table-schedule tr td .msr-table-schedule-cell{
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0px;
}
.picchu .activity_OV_table .msr-table-schedule tbody tr {
    border: 0;
    border-bottom: 1px solid #c8c8c8;
}

@media (min-width: 768px){

    .picchu .activity_OV_table .msr-table-schedule tr{
        height: 45px;
    }
}
@media (max-width: 767px){
    .picchu .activity_OV_table .msr-table-schedule tr{
        padding-left: 10px;
    }
    .picchu .activity_OV_table .msr-table-schedule tr th{
        text-align: left;
    }
    .picchu .activity_OV_table .msr-table-schedule tr td{
        text-align: left;
        margin-bottom: 10px;
    }
}
/**活动-表单申请**/
.picchu .activity_FormRequestContainer{
    width: 80%;
    margin: auto;
}
.picchu .activity_FormRequestContainer .gform_title{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    /*text-align: center;*/
    margin-bottom: 25px;
}
.picchu .activity_FormRequestContainer .gform_description{
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    /*text-align: center;*/
}
.picchu .activity_FormRequestContainer .text{
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    text-align: center;
}
.picchu .activity_FormRequestContainer ul{
    padding: 0px;
    display: table;
    margin: auto;
    margin-top: 30px;
}
.picchu .activity_FormRequestContainer ul li{
    margin-bottom: 25px;
    text-align: left;
}
.picchu .activity_FormRequestContainer ul.gfield_checkbox li ,
.picchu .activity_FormRequestContainer ul.gfield_radio li {
    margin-bottom: 10px;
}
.picchu .activity_FormRequestContainer ul li label{
    /*width: 70px;*/
    width: 100%;
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
    color: #474747;
    font-weight: normal;
}
.picchu .activity_FormRequestContainer ul li .ginput_container{
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px!important;
}
.picchu .activity_FormRequestContainer ul li .ginput_container .medium,
.picchu .activity_FormRequestContainer ul li .ginput_container .medium gfield_select{
    width: 100%;
    height: 36px;
    font-size: 15px!important;
}

.picchu .activity_FormRequestContainer .gform_footer input.gform_button{
    text-align: center;
    background: #0060ac;
    width: 100px;
    color: #fff;
    line-height: 36px;
    border: none;
    padding: 0px;
    margin: auto;
    /*display: table;*/
}

@media (max-width: 767px){
    .picchu .activity_FormRequestContainer{
        width: 95%;
    }
    .picchu .activity_FormRequestContainer .text{
        text-align: left;
    }
    .picchu .activity_FormRequestContainer ul{
        width: 100%;
    }
    .picchu .activity_FormRequestContainer ul li{
        text-align: left;
        margin-bottom: 15px
    }
    .picchu .activity_FormRequestContainer ul li label{
        text-align: left;
        margin-bottom: 5px;
    }
    .picchu .activity_FormRequestContainer ul li .ginput_container{
        width: 100%!important
    }
    .picchu .activity_FormRequestContainer .gform_footer input.gform_button{
        width: 100%;
    }
}
/*****************************************
**************活动-详情页******************
*****************************************/
.picchu .activity_Detail .contentLeft{
    margin-bottom: 30px;
}
.picchu .activity_Detail .contentLeft .subheader{
    color: #474747;
    font-size: 20px;
    font-weight: bold;
}
.picchu .activity_Detail .contentLeft ul{
    padding-left: 0px;
}
.picchu .activity_Detail .contentLeft ul li{
    color: #474747;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 0px;
}
.picchu .activity_Detail .contentLeft .submit{
    background: #0060ac;
    width: 100px;
    height: 36px;
    color: #fff;
    border: none;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 36px;
}
/*人物简介*/
.picchu .activity_Detail .contentLeft .p-photo img{
    width: 180px;
    display: block;
    border-radius: 50%;
}
.picchu .activity_Detail .contentLeft .p-name{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}
.picchu .activity_Detail .contentLeft .p-job{
    font-size: 18px;
    margin-bottom: 5px;
}
/*右侧*/
.picchu .activity_Detail .contentRight .msr-tabs ul li a{
    padding: 15px;
}

.picchu .activity_Detail .contentRight .msr-tabs ul li a.active{
    color: #020202;
    font-weight: bold;
}

.picchu .activity_Detail .contentRight .msr-tabs-content article{
    padding-top: 25px;
    display: none;
}
.picchu .activity_Detail .contentRight .msr-tabs-content article.active{
    display: block;
}
.picchu .activity_Detail .contentRight .msr-tabs-content article p{
    color: #474747;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
/*招聘-详情****招聘-OverView*/
.picchu .recruit_ContentL .recruit_Ttle{
    font-size: 24px;
    line-height: normal;
    color: #0060ac;
    font-weight: bold;
    margin-bottom: 10px;
}
.picchu .recruit_ContentL .recruit_Ttle.blackTitle{
    color: #2f2f2f;
}
.picchu .recruit_ContentL .recruit_Langbtn{
    font-size: 14px;;
    color: #fff;
    background: #0060ac;
    padding: 5px 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.picchu .recruit_ContentL .stuInfo{
    padding-left: 0px;
}
.picchu .recruit_ContentL .stuInfo li{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.picchu .recruit_ContentL .recruit_des{
    border-top: 1px solid #afafb0;
    padding-top: 1.5em;
}
.picchu .recruit_ContentL .recruit_des li{
    font-size: 14px;
    list-style: inherit;
}
.picchu .recruit_ContentL .recruit_des p{
    font-size: 14px;
}
/*
.picchu .recruit_ContentL .recruit_des p{
    font-size: 16px;
}
.picchu .recruit_ContentL .recruit_des p.subTitle{
    font-size: 14px;
    font-weight: bold;
}
.picchu .recruit_ContentL .recruit_des ul{
    padding-left: 16px;
}
.picchu .recruit_ContentL .recruit_des ul li{
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 30px;
}
*/

.picchu .recruit_ContentR article{
    margin-bottom: 30px;
}
.picchu .recruit_ContentR article li {
    margin-top: 20px;
}
.picchu .recruit_ContentR article li:first-child {
    margin-top: 0px;
}
.picchu .recruit_ContentR article li .imgBox{
    width: 117px;
    height: 79px;
    margin-right: 20px;
}
.picchu .recruit_ContentR article li .imgBox img{
    width: 100%;
    height: 100%;
    display: block;
}
.picchu .recruit_ContentR article li .textBox a{
    font-size: 14px;
    color: #000;
    height: 20px;
    display: block;
    overflow: hidden;
}
.picchu .recruit_ContentR article li .textBox a:hover{
    color: #0060ac;
    text-decoration: underline;
}
.picchu .recruit_ContentR article li .textBox p.text{
    color: #2f2f2f;
    font-size: 12px;
    height: 58px;
    overflow: hidden;
    margin: 0px;
    margin-top: 10px;
    text-align: justify;
    line-height: 19px;
}
.picchu .recruit_ContentR .recruit_AD{
    position: relative;
}
.picchu .recruit_ContentR .recruit_AD img{
    width: 100%;
    display: block;
}
.picchu .recruit_ContentR .recruit_AD .recruit_AD_Content{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
}
.picchu .recruit_ContentR .recruit_AD .recruit_AD_Content p{
    position: absolute;
    top: 50%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    line-height: normal;
}
.picchu .recruit_ContentR .recruit_AD .recruit_AD_Content p:after{
    width: 34px;
    height: 34px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-top: -9.5px;
    margin-left: 10px;
    background: url("../images/w_arrowR.png") no-repeat;
    background-size: 100% 100%;
}
/**/
.picchu .recruit_ContentL .font14 p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}
.picchu .recruit_ContentL .articleDow {
    margin-top: 30px;
    margin-bottom: 25px;
}
.picchu .recruit_ContentL .articleDow a{
    font-size: 12px;
    line-height: 24px;
    display: block;
    text-decoration: underline;
}

.picchu .recruit_ContentL .recruit_table .tdFirst{
    background: url("../images/tdIcon.png") no-repeat;
    background-position: 18px 12px;
    padding-left: 55px;
}

.picchu .recruit_ContentL .recruit_table .tdFirst{
    line-height: normal;
    margin-left: 10px;
    font-size: 14px;
}
.picchu .recruit_ContentL .recruit_table .tdSecond a{
    font-size: 14px;
}
.picchu .recruit_ContentL .recruit_table .tdSecond .tdTable tr td{
    font-size: 14px;
}
.picchu .recruit_ContentL .recruit_table .tdSecond .tdTable tr td:first-child{
    padding-left: 0px;
}
.picchu .recruit_ContentL .recruit_table .tdThird{
    text-align: right;
    vertical-align: middle;
}
.picchu .recruit_ContentL .recruit_table .tdThird .detail{
    background: #fff;
    width: 100px;
    height: 36px;
    color: #0060ac;
    border: 1px solid #0060ac;
    margin-bottom: 0px;
    font-size: 12px;
}
.picchu .recruit_ContentL .recruit_table .msr-table-schedule tr td .tdTable tr{
    border: none;
}
.picchu .recruit_ContentL .recruit_table .msr-table-schedule tr{
    border: none;
    border-bottom: 1px solid #c8c8c8;
}
.picchu .recruit_ContentL .recruit_table .msr-table-schedule tr:first-child{
    padding-top: 12px;
    border-top: 1px solid #c8c8c8;
}
.picchu .recruit_ContentL .recruit_table .msr-table-schedule tr:hover .tdSecond a{
    text-decoration: underline;
}
.picchu .recruit_ContentL .recruit_table .msr-table-schedule tr:hover .tdThird .detail{
    background: #0060ac;
    color: #fff;
}

.picchu .recruit_ContentL .recruit_table .msr-table-schedule tbody tr:hover{
    background: #f2f2f2;
}
/**轮播**/
.picchu .recruitSlideBox .swiper-slide{
    position: relative;
}
.picchu .recruitSlideBox .swiper-slide img{
    width: 100%;
    display: block;
}
.picchu .recruitSlideBox .swiper-slide .shadeBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
}
.picchu .recruitSlideBox .swiper-slide .shadeBox.bgShade{
    background: rgba(0,0,0,0.6);
}


.picchu .recruitSlideBox .swiper-slide .shadeBox p{
    position: absolute;
    top: 50%;
    left: 15%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 36px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    text-overflow: ellipsis;
}
@media (max-width: 767px){
    .picchu .recruit_ContentL .recruit_Ttle{
        float: none;
    }
    .picchu .recruit_ContentL .recruit_Langbtn{
        float: none;
    }
    .picchu .recruit_ContentR article li .imgBox{
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .picchu .recruit_ContentR article li .textBox a{
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .picchu .recruit_ContentR article li .textBox p.text{
        height: auto;
    }
    .picchu .recruit_ContentR .recruit_AD .recruit_AD_Content p{
        font-size: 22px;
    }
    .picchu .recruit_ContentR .recruit_AD .recruit_AD_Content p:after{
        width: 25px;
        height: 25px;
        margin-top: -5px;
    }
    /**/
    .picchu .recruit_ContentL .recruit_table .tdFirst{
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
        background-position: 0px 0px;
        padding-left: 35px;
        padding-top: 5px;
        min-height: 28px;
        display: block;
    }
    .picchu .recruit_ContentL .recruit_table .tdThird {
        text-align: left;
    }
    .picchu .recruit_ContentL .recruit_table table tr{
        padding-left: 12px;
    }
    .picchu .recruit_ContentL .recruit_table table tr td .tdTable tr{
        padding-left: 0px;
    }
    .picchu .recruitSlideBox .swiper-slide .shadeBox p{
        left: 10px;
        font-size: 24px;
    }
}
/***********************************
*************新闻中心概述页***********
************************************/
.picchu.msr-newsOverview .itemBox{
    background-size: cover;
    position: relative;
}
.picchu.msr-newsOverview .bg-clip-content{
    padding-left: 0.5vw;
    padding-right: 0.5vw;
}
.picchu.msr-newsOverview .itemBox a.bgshade{
    display: block;
    width: 100%;
    height: 100%;
/*    background: rgba(0,0,0,0.3);*/
    position: relative;
}
.picchu.msr-newsOverview .itemBox .bgImg{
    display: block;
    width: 100%;
    /*visibility: hidden;*/
}
.picchu.msr-newsOverview .itemBox .typeName{
    width: 130px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: rgba(13,77,125,0.7);
    position: absolute;
    top: 0px;
    right: 1vw;
    margin: 0px;
    font-size: 18px;
}
.picchu.msr-newsOverview .itemBox .typeName:hover{
    background: rgba(13,77,125,1);
}
.picchu.msr-newsOverview .itemBox .textBox{
    color: #fff;
    position: absolute;
    bottom: 0px;
/*
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10%;
*/
    width: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.6);
}
.picchu.msr-newsOverview .itemBox .textBox .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.picchu.msr-newsOverview .itemBox .textBox .text{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.picchu.msr-newsOverview .itemBox .textBox .text:hover{
    text-decoration: underline;
}
.picchu.msr-newsOverview .itemBox .textBox .icon{
    display: block;
    width: 34px;
    height: 35px;
    background: url("../images/w_arrowR.png") no-repeat;
}

.picchu.msr-newsOverview .articleList{
    margin-bottom: 0px;
}
.picchu.msr-newsOverview .articleList li{
    padding-bottom: 0px;
}
.picchu.msr-newsOverview .periodicalItem{
    width: 20%;
    padding: 0 1vw;
    position: relative;
}
.picchu.msr-newsOverview .periodicalItem img{
    display: block;
    width: 100%;
}

.picchu.msr-newsOverview .periodicalItem .periodicalTitle{
    font-size: 14px;
    text-align: center;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;
}

.picchu.msr-newsOverview .periodicalItem .periodicalTitle.viewMore{
    position: absolute;
    top: 50%;
    left: 0px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    margin-left: -0.125vw;
    width: 100%;
    color: #0060ac;
    /*font-weight: bold;*/
    /*text-decoration: underline;*/
}

.picchu.msr-newsOverview .periodicalList{
    margin: 0px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #d4d4d4;
}
.picchu.msr-newsOverview .periodicalList ul{
    position: relative;
    padding-left: 0px;
    padding-right: 85px;
    margin-left: -10px;
}

.picchu.msr-newsOverview .periodicalList li {
    background: url("../images/book.png") no-repeat;
    background-position: 0 6px;
    padding-left: 25px;
    float: left;
    margin: 0 10px;
}

.picchu.msr-newsOverview .periodicalList li a{
    font-size: 14px;
    /*text-decoration: underline;*/
    width: 100%;
}
.picchu.msr-newsOverview .periodicalList li.viewMore{
    text-align: right;
    background: none;
    padding-right: 0px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -12.5px;
}
.picchu.msr-newsOverview .periodicalList li.viewMore a{
    /*text-decoration: none;
    font-weight: bold;*/
}
.picchu.msr-newsOverview .empty_row{
    border-top: 1px solid #d4d4d4;
    padding-top: 20px;
}
@media screen and (max-width: 767px){
    .picchu.msr-newsOverview .itemBox .textBox .text {
        display: none;
    }  
}
@media screen and (max-width: 539px){
    .picchu.msr-newsOverview .periodicalItem {
        width: 33.33333%;
        padding: 0 1vw;
        position: relative;
    }
    
    .picchu.msr-newsOverview .periodicalList ul{
        padding-right: 0px;
    }
    .picchu.msr-newsOverview .periodicalList li {
        float: none;
        margin-bottom: 5px;
    }
    .picchu.msr-newsOverview .periodicalList li.viewMore{
        text-align: left;
        position: initial;
        margin-top: 0px;
        margin-bottom: 0px;
    }  
}
/*******************************
*************科技前沿************
********************************/
.picchu.msr-technology .technologyItem{
    border-right: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
}
.picchu.msr-technology .technologyItem:hover{
    background-color: #fff;
}
.picchu.msr-technology .technologyItem:hover .subtitle a{
    color: #0060ac;
    text-decoration: underline;
}
.picchu.msr-technology .technologyItem.noHover:hover{
    background-color: #f2f2f2;
}
.picchu.msr-technology .technologyItem.noHover:hover .subtitle a{
    color: #000;
    text-decoration: none;
}
.picchu.msr-technology .technologyItem.noHover{
    border: none!important;
}
.picchu.msr-technology .technologyItem:nth-child(3n){
    border-right: none;
}
.picchu.msr-technology .technologyItem:nth-child(1),
.picchu.msr-technology .technologyItem:nth-child(2),
.picchu.msr-technology .technologyItem:nth-child(3){
    border-top: none;
}

.picchu.msr-technology .technologyItem .imgBox{
    width: 100%;
    margin-bottom: 20px;
}
.picchu.msr-technology .technologyItem .imgBox img{
    width: 100%;
    display: block;
}
.picchu.msr-technology .technologyItem .subtitle a{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.picchu.msr-technology .technologyItem .text{
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    margin-bottom: 0px;
}
.picchu.msr-technology .articleTitle{
    font-size: 30px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 25px;
    text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1083px){
    .picchu.msr-technology .technologyItem:nth-child(3n){
        border-right: 1px solid #cbcbcb;
    }
    .picchu.msr-technology .technologyItem:nth-child(2n){
        border-right: none;
    }
    .picchu.msr-technology .technologyItem:nth-child(3){
        border-top: 1px solid #cbcbcb;
    }
}
@media screen and (max-width: 767px) {
    .picchu.msr-technology .technologyItem {
        border-right: none;
    }

    .picchu.msr-technology .technologyItem:nth-child(2),
    .picchu.msr-technology .technologyItem:nth-child(3){
        border-top: 1px solid #cbcbcb;
    }
}

.picchu.msr-technology .swiper-container{
    background: #fff;
}
.picchu.msr-technology .swiper-container-horizontal .swiper-pagination-bullets{
    background: #f3f3f3;
    bottom: 0px;
}

.picchu.msr-technology .researchItem .titleBox{
    display: table;
    margin: auto;
}
.picchu.msr-technology .researchItem .titleBox img{
    display: table-cell;
    vertical-align: middle;
    width: 90px;
}
.picchu.msr-technology .researchItem .titleBox p.subTitle{
    display: table-cell;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    padding-left: 15px;
}

.picchu.msr-technology .researchItem .text{
    border-top: 1px solid #3c3c3c;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 24px;
    text-align: justify;
    padding-top: 15px;
    margin-top: 15px;
}
.picchu.msr-technology a.technologyVM{
    border: 2px solid #454242;
    display: block;
    margin: 25px auto;
    width: 200px;
    line-height: 50px;
    text-align: center;
    color: #000;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
}
/********************************
*********matrix页面***************
*********************************/
.picchu .matrixItem {
    text-align: center;
    margin-bottom: 40px;
}
.picchu .matrixItem img{
    width: 100%;
}
.picchu .matrixItem a.title{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 8px 0px;
    display: block;
}
.picchu .matrixItem p.time{
    font-size: 12px;
    color: #474747;
    margin-bottom: 6px;
}
.picchu .matrixItem a.download{
    font-size: 12px;
    color: #474747;
    display: block;
}
.picchu .matrixItem a.download span{
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 7px;
    background: url("../images/downloadIcon.png") no-repeat;
    background-position: -15px 0px;
}
.picchu .matrixItem a:hover{
    color: #0060ac;
}

.picchu .matrixItem a.download:hover span{
    background-position: 0px 0px;
}
/******************************************
*********search-project-page页面***********
******************************************/
.picchu.msr-search-project-page .contentText .title{
    font-size: 18px;
    color: #0060ac;
    font-weight: bold;
}
.picchu.msr-search-project-page .contentText p{
    font-size: 14px;
    line-height: 24px;
    color: #474747;
}
.picchu.msr-search-project-page .msr-tab-list li a{
    padding: 15px;
}
.picchu.msr-search-project-page .msr-tab-list li a.active{
    color: #020202;
    font-weight: bold;
}
.picchu.msr-search-project-page .c-tabs__tabpanel ul{
    padding: 0px;
}
.picchu.msr-search-project-page .c-tabs__tabpanel ul li{
    margin-bottom: 0px;
    padding: 15px 0px;
    border-bottom: 1px dashed #afafb0;
}
.picchu.msr-search-project-page .c-tabs__tabpanel ul li .title{
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
}
.picchu.msr-search-project-page .c-tabs__tabpanel ul li a.title{
    color: #0060ac;
}
.picchu.msr-search-project-page .c-tabs__tabpanel ul li p{
    font-size: 12px;
    color: #474747;
    margin: 0px;
}
/************************************************
****************msr-Ematrix页面********************
**************************************************/
.picchu .msr-Ematrix-table{
    width: 100%;
}
.picchu .msr-Ematrix-table tr{
    border: none;
    height: 60px;
}
.picchu .msr-Ematrix-table tr:nth-child(odd){
    background-color: #f5f5f5;
}
.picchu .msr-Ematrix-table tr td:nth-child(1){
    padding-left: 50px;
}
.picchu .msr-Ematrix-table tr td:nth-child(4){
    width: 200px;
    padding-right: 50px;
}
.picchu .msr-Ematrix-table tr td:nth-child(4) a{
    float: right;
}
.picchu .msr-Ematrix-table tr td{
    vertical-align: middle;
    font-size: 16px;
}
.picchu .msr-Ematrix-table tr td a.buttom{
    border: 1px solid #0060ac;
    width: 95px;
    font-size: 14px;
    line-height: 35px;
    display: table;
    text-align: center;
}
.picchu .msr-Ematrix-table tr td a.buttom:hover{
    background-color: #0060ac;
    color: #fff;
}
/*即刻订阅*/
.picchu .subscribeSection{
    background: url("../images/subscribeBg.jpg") no-repeat center center;
    background-size: cover;
    padding: 50px 0px;
}
/*新闻中心背景*/
#newSubscribeSection{
    background: #fff;
    border:none;
}
#newsubscribeBox{
    margin-left: -20px;
}
span.newSubscribeBox{
    /*background: url("../images/submail.png") no-repeat;
    background-size:20px 17px;*/
    background: url("../images/mailsub.png") no-repeat;
    background-size:17px 17px;
    color: #0060ac;
    cursor: pointer;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 45px;
    text-decoration: none;
}
span.newSubscribeBox{
    font-size: 14px;
}
/**/
.picchu .subscribeSection .subscribeBox{
    background-color: #0060ac;
    padding: 40px;
    display: table;
    min-width: 460px;
    cursor: pointer;
    margin-left: 12%;
}
.picchu .subscribeSection .subscribeBox p{
    margin-bottom: 0px;
}
.picchu .subscribeSection .subscribeBox .title span{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.picchu .subscribeSection .subscribeBox .icon{
    background: url("../images/subscribeIcon.png") no-repeat;
    display: inline-block;
}
.picchu .subscribeSection .subscribeBox .title .icon{
    height: 36px;
    width: 54px;
    margin-right: 10px;
}
.picchu .subscribeSection .subscribeBox .text{
    margin-top: 15px;
}
.picchu .subscribeSection .subscribeBox .text span{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    vertical-align: middle;
    margin-right: 15px;
}
.picchu .subscribeSection .subscribeBox .text .icon{
    height: 36px;
    width: 38px;
    background-position: -59px 0px;
    margin: 0px;
}
/*欢迎订阅我们-弹框*/
.picchu .shadeBox{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5)
}

.picchu .shadeBox .shadeContaner{
    width: 650px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);		/* IE 9 */
    -webkit-transform: translate(-50%,-50%);	/* Safari and Chrome */
    -o-transform: translate(-50%,-50%);		/* Opera */
    -moz-transform: translate(-50%,-50%);		/* Firefox */
    transform: translate(-50%,-50%);
    padding: 80px 80px 90px 80px;
}
.picchu .shadeBox .shadeContaner p{
    font-size: 18px;
    color: #3c3c3c;
    text-align: justify;
}
.picchu .shadeBox .shadeContaner p.title{
    font-size: 28px;
    font-weight: bold;
}
.picchu .shadeBox .shadeContaner input{
    width: 365px;
}
.picchu .shadeBox .shadeContaner a.submit{
    display: inline-block;
    width: 120px;
    line-height: 36px;
    background-color: #0060ac;
    color: #fff;
    text-align: center;
}
.picchu .shadeBox .shadeContaner p.closeBTN{
    position: absolute;
    top: -27px;
    right: -27px;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    background: url("../images/icon_close_alt2.png") no-repeat;
    display: block;
    width: 32px;
    height: 32px;
}
@media (max-width: 767px){
    .picchu .msr-Ematrix-table tr td:nth-child(1){
        padding-left: 5%;
    }
    .picchu .msr-Ematrix-table tr td:nth-child(4){
        display: none;
    }
    .picchu .subscribeSection .subscribeBox{
        width: 100%;
        min-width: 100%;
        margin-left: 0px;
    }
    /*欢迎订阅我们-弹框*/
    .picchu .shadeBox .shadeContaner{
        width: 90%;
        padding: 60px 25px;
    }
    .picchu .shadeBox .shadeContaner p.closeBTN{
        font-size: 35px;
        line-height: 35px;
        top: -40px;
        right: 0px;
    }
    .picchu .shadeBox .shadeContaner input{
        width: 100%;
    }
    .picchu .shadeBox .shadeContaner a.submit{
        margin-top: 20px;
    }
}

/***************************************
****************学术合作页面**************
***************************************/

.picchu.msr-cooperation .articleContent .articleTitle{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
/*学术合作亮点*/
.picchu.msr-cooperation .articleContent .imgIcon img{
    display: block;
    margin: auto;
}
.picchu.msr-cooperation .articleContent article p.articleSubtitle{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin:10px 0px;
}
.picchu.msr-cooperation .articleContent article .imgBox {
    position: relative;
}
.picchu.msr-cooperation .articleContent article .imgBox .shade{
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.picchu.msr-cooperation .articleContent article .imgBox .shade a{
    color: #fff;
    line-height: 53px;
    font-weight: bold;

}
.picchu.msr-cooperation .articleContent article .text{
    padding-left: 20px;
}
.picchu.msr-cooperation .articleContent article .text a{
    display: table;
    font-size: 14px;
    color: #474747;
    line-height: 24px;
}
/*学术合作新闻*/
.picchu.msr-cooperation .articleContent article p{
    margin-bottom: 0px;
    margin-top: 20px;
}
/*关注学术合作*/
.picchu.msr-cooperation .articleContent .ms-Inline-row {
    text-align: center;
    font-size: 0px;
}
.picchu.msr-cooperation .articleContent .ms-Inline-row article{
    display: inline-block;
    float: none;
    vertical-align: top;
}
.picchu.msr-cooperation .articleContent .ms-Inline-row article p{
    font-size: 14px;
    color: #474747;
    margin-bottom: 0px;
    margin-top: 5px;
}
.picchu.msr-cooperation .articleContent .ms-Inline-row .imgBox{
    padding: 15%;
    padding-bottom: 0px;
}
.picchu.msr-cooperation .articleContent a.viewMore{
    display: table;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
}

.picchu.msr-technology  a.viewMore{
    display: table;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
}

.picchu.msr-cooperation .typeName {
    display: none;
}

/************************************************
****************关于我们-首页（aboutUs-index）****************
************************************************/
/*院长致辞*/
.picchu.msr-aboutUs-index .speech .information img{
    width: 100%;
    display: block;
    border-radius: 100%;
    margin-bottom: 10px;
}
.picchu.msr-aboutUs-index .speech .information p{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
}
.picchu.msr-aboutUs-index .speech .title{
    font-size: 30px;
    font-weight: bold;
}
.picchu.msr-aboutUs-index .speech .des{
    font-size: 14px;
    color: #474747;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 0px;
}
/*公司业务*/
.picchu.msr-aboutUs-index .business .text p{
    font-size: 14px;
    /*text-indent: 28px;*/
    color: #474747;
    line-height: 30px;
    margin-bottom: 0px;
}

.picchu.msr-aboutUs-index .business .imgIcon img{
    display: block;
    margin: auto;
}
.picchu.msr-aboutUs-index .business p.articleSubtitle{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #bebebe;
}
.picchu.msr-aboutUs-index .business p.text{
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: justify;
}
/*轮播*/
.picchu.msr-aboutUs-index .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
.picchu.msr-aboutUs-index .swiper-pagination{
    position: initial;
}
.picchu.msr-aboutUs-index .slideSection{
    background: url("../images/subscribeBg.jpg") no-repeat center center;
    background-size: cover;
}
.picchu.msr-aboutUs-index .slideSection .slideItem{
    padding: 70px 0px;
}
.picchu.msr-aboutUs-index .slideSection .slideItem a{
    color: #fff;
}
.picchu.msr-aboutUs-index .slideSection .slideItem.bgShade{
    background: rgba(0,0,0,0.6);
}
.picchu.msr-aboutUs-index .slideSection .subscribeBox{
    /*background-color: #0060ac;*/
    padding: 40px;
/*
    display: table;
    min-width: 460px;
*/
    cursor: pointer;
    margin-left: 12%;
}
.picchu.msr-aboutUs-index .slideSection .subscribeBox p{
    margin-bottom: 0px;
}
.picchu.msr-aboutUs-index .slideSection .subscribeBox .title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.picchu.msr-aboutUs-index .slideSection .subscribeBox .icon{
    background: url("../images/subscribeIcon.png") no-repeat;
    display: inline-block;
}
.picchu.msr-aboutUs-index .slideSection .subscribeBox .title .icon{
    height: 36px;
    width: 54px;
    margin-right: 10px;
}
.picchu.msr-aboutUs-index .slideSection .subscribeBox .text span{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    vertical-align: middle;
    margin-right: 15px;
}
.picchu.msr-aboutUs-index .slideSection .subscribeBox .text .icon{
    height: 36px;
    width: 38px;
    background-position: -59px 0px;
    margin: 0px;
}
/*管理团队*/
.picchu.msr-aboutUs-index .team .title{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.picchu.msr-aboutUs-index .team article .about-avatar{
    padding: 0 15%;
    margin-bottom: 10px;
}
.picchu.msr-aboutUs-index .team article .about-avatar .photo{
    width: 100%;
    display: block;
    border-radius: 50%;
    margin-bottom: 0px;
}
.picchu.msr-aboutUs-index .team article p.name{
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}
.picchu.msr-aboutUs-index .team article p.name:hover{
    text-decoration: underline;
}
.picchu.msr-aboutUs-index .team article p.job,
.picchu.msr-aboutUs-index .team article p.department{
    font-size: 14px;
    color: #474747;
    margin-bottom: 0px;
    text-align: center;
}
/*相关报道-联系我们*/
.picchu.msr-aboutUs-index .report-contact .report .title,
.picchu.msr-aboutUs-index .report-contact .contact .title{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 18px;
}
.picchu.msr-aboutUs-index .report-contact .report ul{
    padding: 0px;
}
.picchu.msr-aboutUs-index .report-contact .report ul li{
    display: table;
    width: 100%;
    margin-bottom: 13px;
}
.picchu.msr-aboutUs-index .report-contact .report ul li a{
    display: table-cell;
    font-size: 14px;
}
.picchu.msr-aboutUs-index .report-contact .report ul li span{
    display: table-cell;
    font-size: 14px;
    color: #0060ac;
    width: 85px;
    text-align: right;
}
.picchu.msr-aboutUs-index .report-contact .contact{
    padding-left: 5%;
}
.picchu.msr-aboutUs-index .report-contact .contact p{
    font-size: 14px;
    color: #474747;
    margin-bottom: 10px;
}
@media (max-width: 767px){
    .picchu.msr-aboutUs-index .speech .information{
        margin-bottom: 20px;
    }
    .picchu.msr-aboutUs-index .speech .information img{
        width: 75%;
        margin: auto;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .picchu.msr-aboutUs-index .slideSection .subscribeBox{
        margin-left: 0px;
        width: 100%;
        min-width: 100%;
    }

    .picchu.msr-aboutUs-index .report-contact .contact{
        padding-left: 0px;
    }

}
/************************************************
****************关于我们-历史进程（aboutUs_History.html）****************
************************************************/
/*
.picchu.msr-aboutUs-history .articleBox .articleItem{
    border-bottom: 1px solid #c2c2c2;
}
*/
.picchu.msr-aboutUs-history .ms-row.articleBox{
    margin: 0 1vw;
}
.picchu.msr-aboutUs-history .articleBox .articleContentL{
    padding-right: 0px;
    border-right: 1px solid #43464a;
}
.picchu.msr-aboutUs-history .articleBox .articleContentR{
    padding-left: 0px;
    border-left: 1px solid #43464a;
}
.picchu.msr-aboutUs-history .articleBox .articleContentR:before{
    content: " ";
    height: 16px;
    width: 16px;
    display: table;
    background: #43464a;
    border-radius: 100%;
    margin-left: -9px;
    margin-top: -3px;
    border: 3px #727477 solid;
}
.picchu.msr-aboutUs-history .articleBox .articleContentL:after,
.picchu.msr-aboutUs-history .articleBox .articleContentR:after{
    height: 80px;
}


.picchu.msr-aboutUs-history .articleBox .articleItem{
    padding: 20px 0;
    border-bottom: 1px solid #c2c2c2;
}

.picchu.msr-aboutUs-history .articleBox .articleItem{
    position: relative;
}
.picchu.msr-aboutUs-history .articleBox .articleItem ul{
    padding: 0px;
    margin: 0px;
}
.picchu.msr-aboutUs-history .articleBox .articleContentL .articleItem ul{
    padding-right: 150px;
}
.picchu.msr-aboutUs-history .articleBox .articleContentR .articleItem ul{
    padding-left: 150px;
}
.picchu.msr-aboutUs-history .articleBox .articleItem ul li {
    margin-bottom: 25px;
}
.picchu.msr-aboutUs-history .articleBox .articleItem ul li:last-child {
    margin-bottom: 0px;
}
.picchu.msr-aboutUs-history .articleBox .articleItem ul li .tableCell{
    display: table-cell;
    vertical-align: top;
}

.picchu.msr-aboutUs-history .articleBox .articleItem ul li .tableCell.img{
    width: 110px;
}
.picchu.msr-aboutUs-history .articleBox .articleItem ul li .tableCell.img img{
    width: 100%;
    display: block;
}
.picchu.msr-aboutUs-history .articleBox .articleItem ul li .tableCell.text{
    padding-left: 15px;
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    text-align: justify;
}
.picchu.msr-aboutUs-history .articleBox .articleItem ul li .tableCell.text span{
    font-size: 24px;
    font-weight: bold;
}
.picchu.msr-aboutUs-history .articleBox .articleItem .year{
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 0px;
    vertical-align: bottom;
    width: 150px;
    text-align: center;
    bottom: 20px;
}
.picchu.msr-aboutUs-history .articleBox .articleContentL .articleItem .year{
    right: 0px;
}
.picchu.msr-aboutUs-history .articleBox .articleContentR .articleItem .year{
    left: 0px;
}
@media screen and (max-width: 1083px){
    .picchu.msr-aboutUs-history .articleBox .articleContentL .articleItem ul{
        padding-left: 150px;
        padding-right: 1vw;
    }
    .picchu.msr-aboutUs-history .articleBox .articleContentL .articleItem .year{
        right: auto;
        left: 0px;
    }
    .picchu.msr-aboutUs-history .articleBox .articleContentL{
        padding-left: 0px;
        border-left: 2px solid #43464a;
        border-right: none;
    }
    .picchu.msr-aboutUs-history .articleBox .articleContentR{
        border-left: 2px solid #43464a;
    }
    .picchu.msr-aboutUs-history .articleBox .articleContentL:before{
        content: " ";
        height: 16px;
        width: 16px;
        display: table;
        background: #43464a;
        border-radius: 100%;
        margin-left: -9px;
        margin-top: -3px;
        border: 3px #727477 solid;
    }
    .picchu.msr-aboutUs-history .articleBox .articleContentR:before{
        display: none;
    }
    .picchu.msr-aboutUs-history .articleBox .articleContentL:after{
        height: 0px;
    }
}

@media (max-width: 767px){
    .picchu.msr-aboutUs-history .articleBox .articleContentL .articleItem ul,
    .picchu.msr-aboutUs-history .articleBox .articleContentR .articleItem ul{
        padding-left: 1vw;
    }
    .picchu.msr-aboutUs-history .articleBox .articleItem .year {
        position: static;
        margin-bottom: 20px;
        text-align: left;
        padding-left: 1vw;
    }
}

/*关注Microsoft*/
.ms-social-bar h2.tight{
    font-size: 14px;
    color: #474747;
    margin-bottom: 0px;
}
.ms-social-bar .ms-social-bar__follow-buttons-container .ms-social-bar__follow-button{
    margin: 0 5px;
}
.ms-social-bar .ms-social-bar__follow-buttons-container .ms-social-bar__follow-button a img{
    display: block;
    width: 24px;
    height: 24px;
}
.picchu .msr-blog-social__rss {
    height: auto;
    margin-left: 0px;
}
.bdshare-button-style0-24 a{
    margin: auto !important;
    margin-right: 13px !important;
}
.bdshare-button-style0-24 a:last-child{
    margin-right: 0px!important;
}
/*关注Microsoft弹框*/
#wechat_shade{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
}
#shareShade{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -122.5px;
    /* width: 220px; */
    /* border: 10px #7F7F7F solid; */
    /*-moz-border-radius: 5px;*/
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    background-color: #fff;
    font-size: 12px;
}

#shareShade .bsClose {
    cursor: pointer;
    position: absolute;
    top: -27px;
    right: -27px;
    width: 32px;
    height: 32px;
    background: url("../images/icon_close_alt2.png") no-repeat;
}
#shareShade .bsTop {
    color: #666;
    background: #f2f2f2;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #e8e8e8;
}
#shareShade .bsTop span {
    float: left;
    font-size: 12px;
}
#shareShade .bsFrameDiv{
    padding: 10px;
}
#shareShade .bsFrameDiv img {
    width: 180px;
/*    height: 180px;*/
    display: block;
/*    margin: 10px auto;*/
}

@media (max-width: 767px){
    /*翻页按钮*/
    .picchu .msr-pagination .page-numbers{
        margin: 0 0.3em;
    }

}
@media (min-width: 768px){

}
/**底部间隔取消**/
#footerArea .c-universal-footer{
    margin-top: 0px;
}
/***/
.picchu.msr-index header .msr-hero-carousel ul.slick-dots{
    background: none;
    top: initial;
    bottom: 0px;
    margin-bottom: 0px;
}

.picchu.msr-index section.msr-collections{
    margin-top: 50px;
}
.commentator-top{
    display: block;
    width: 95px;
    text-align: center;
    line-height: 36px!important;
    background: #0060ac;
    color: #fff;
    border: none;
}



.picchu .activity_FormRequestContainer input[type=checkbox]{
    -webkit-appearance:checkbox;
    -moz-appearance:checkbox;
    appearance:checkbox;

}


.picchu .activity_FormRequestContainer input[type=radio]{
    -webkit-appearance:radio;
    -moz-appearance:radio;
    appearance:radio;

}

.picchu .joinUs img{
    width: 85%;
}


.picchu .joinUs.center{
   text-align: center;
}
/*导航--微软亚洲研究院--字体样式*/
@media screen and (min-width: 768px){
  .c-universal-header>div+div .c-logo span {
        font-size: 18px !important;
        line-height: 33px !important;
    }  
}

.picchu .xt-clearfix {
    zoom: 1;
    margin-left: -1vw!important;
    margin-right: -1vw!important;
}

.picchu .xt-clearfix:after {
    clear: both;
    display: block;
    overflow: hidden;
    content: "0";
    height: 0;
}
.picchu .xt-clearfix strong {
    font-weight: bold;
}
/*banner图加遮照*/
.picchu .msr-banner-content.bgShade{
    background: rgba(0,0,0,0.6)
}


@media screen and (max-width: 767px){
    .picchu .msr-banner-content.bgShade{
        background: #181818;
    }
}
/*科技前沿内页 > 相关文章   标题以及图片调整*/
@media screen and (min-width: 768px){
    .picchu.science .m-no-margin-bottom{
        margin-bottom: 30px;
    }
}
.picchu.science .widget-row .widget-row img.db{
    width: 100%;
}
.picchu.science .overlay-link-text h3.title{
    font-size: 16px;
}
.picchu.science .overlay-link-text .gray-d1-c .body-alt{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}


/*面包屑*/
.picchu .c-breadcrumb.msr-bread{
    display: block;
}
.picchu .c-breadcrumb.msr-bread li{
    vertical-align: middle;
}
.picchu .c-breadcrumb.msr-bread li:last-child{
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.picchu.science .country-content h3.title{
    text-align: center;
    font-size: 16px;
}
@media screen and (max-width: 767px){
    .picchu .c-breadcrumb.msr-bread{
        display: none;
    } 
}
/*博客页手机端滚动条*/
.picchu.msr-blog{
    overflow: hidden;
}

/*清除hover*/
.picchu .nSlideBar ol a:hover , .picchu .about-researchers  article a{
    text-decoration: none;
}


/*****header*****/
#uhf-c-nav a.active{
    color: #E6E6E6;
    background: #464646!important;
}
a#uhfCatLogo.active{
    /*color: #E6E6E6;*/
    /*background: #464646!important;*/
}
#uhf-c-nav a.my_disactive{
    color: #E6E6E6;
    background: none !important;
}

/**************富文本默认样式擦除***************/
.picchu .remove_style,
.picchu .remove_style *{
    font-size: 14px;
}
.picchu .remove_style h1,
.picchu .remove_style h2,
.picchu .remove_style h3,
.picchu .remove_style h4,
.picchu .remove_style h5,
.picchu .remove_style h6{
    font-weight: bold;
}
.picchu .remove_style h1{
    font-size: 32px;
}
.picchu .remove_style h2{
    font-size: 24px;
}
.picchu .remove_style h3{
    font-size: 18.72px;
}
.picchu .remove_style h4{
    font-size: 16px;
}
.picchu .remove_style h5{
    font-size: 13.28px;
}
.picchu .remove_style h6{
    font-size: 12px;
}
.picchu .remove_style ul{
    padding-left: 20px!important;
}
.picchu .remove_style ul.msr-tab-list{
    padding-left: 0px!important;
}
.picchu .remove_style li{
    list-style: inherit;
    list-style-position: inside;/*解决火狐下 li 的点会突出的问题*/
}

.picchu .remove_style iframe{
    margin: inherit;
    display: inline-block;
}

.picchu .remove_style strong {
    font-weight: bold;
}
/**分享icon**/
.bdshare-button-style0-24 a.bds_weixin{
    background: url("../images/msra-wechat-footer.png");
    background-size: 100% 100%;
}
.bdshare-button-style0-24 a.bds_tsina{
    background: url("../images/msra-weibo-footer.png");
    background-size: 100% 100%;
}
.bdshare-button-style0-24 a.bds_linkedin{
    background: url("../images/msra-linkin.jpg");
    background-size: 100% 100%;
}
.bdshare-button-style0-24 a.bds_qzone{
    background: url("../images/qzone.png");
    background-size: 100% 100%;
}
.bdshare-button-style0-24 a.bds_douban{
    background: url("../images/douban.png");
    background-size: 100% 100%;
}
.bdshare-button-style0-24 a.bds_fbook{
    background: url("../images/fbook.jpg");
    background-size: 100% 100%;
}
.bdshare-button-style0-24 a.bds_twi{
    background: url("../images/twi.png");
    background-size: 100% 100%;
}
.bdshare-button-style0-24 a.bds_mail{
    background: url("../images/mail.jpg");
    background-size: 100% 100%;
}
/*微信分享弹框*/
.bd_weixin_popup .bd_weixin_popup_foot{
    text-align: center!important;
}


/*轮播*/
.picchu.msr-cooperation-index .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
.picchu.msr-cooperation-index .swiper-pagination{
    position: initial;
}
.picchu.msr-cooperation-index .slideSection{
    background: url("../images/subscribeBg.jpg") no-repeat center center;
    background-size: cover;
}
.picchu.msr-cooperation-index .slideSection .slideItem{
    padding: 70px 0px;
}
.picchu.msr-cooperation-index .slideSection .slideItem a{
    color: #fff;
}
.picchu.msr-cooperation-index .slideSection .slideItem.bgShade{
    background: rgba(0,0,0,0.6);
}
.picchu.msr-cooperation-index .slideSection .subscribeBox{
    /*background-color: #0060ac;*/
    padding: 40px;
    /*
        display: table;
        min-width: 460px;
    */
    cursor: pointer;
    margin-left: 12%;
}
.picchu.msr-cooperation-index .slideSection .subscribeBox p{
    margin-bottom: 0px;
}
.picchu.msr-cooperation-index .slideSection .subscribeBox .title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.picchu.msr-cooperation-index .slideSection .subscribeBox .icon{
    background: url("../images/subscribeIcon.png") no-repeat;
    display: inline-block;
}
.picchu.msr-cooperation-index .slideSection .subscribeBox .title .icon{
    height: 36px;
    width: 54px;
    margin-right: 10px;
}
.picchu.msr-cooperation-index .slideSection .subscribeBox .text span{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    vertical-align: middle;
    margin-right: 15px;
}
.picchu.msr-cooperation-index .slideSection .subscribeBox .text .icon{
    height: 36px;
    width: 38px;
    background-position: -59px 0px;
    margin: 0px;
}
/***/
.picchu.profile .profile-section p{
    margin-bottom: 5px;
}
.picchu.profile .profile-section .profile-englishurl{
    margin: 15px 0px;
}
.bd_weixin_popup .bd_weixin_popup_head {
    text-align: center!important;
}
/*学术合作详情页左侧相关链接*/
.picchu.academic-story .activity_Detail .contentLeft ul li{
    line-height: normal;
}
/*视频详情页*/
#related_info .related-projects li{
    list-style-type: disc;
}


.picchu .ms-row .people-search{
    text-align: center;
}


.picchu .remove_style button.msr-accordion__header{
    font-size: 14px;
}


/*视屏按钮居中*/
.mejs-overlay-button {
    margin: -50px 0 0 -50px!important;
}

/*轮播按钮边框*/
.picchu a,
.picchu button{
    outline: none!important;
}
/*评论*/
#commentform p.comment-form-url{
    display: none;
}
#commentform #email-notes,#commentform .comment-form-email label{
    font-size:14px;
}
/*首页人物特写，轮播按钮放在外面*/
/*.msr-index .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    position: relative;
    top: 0;
}*/
/*视频loading*/
.wp-video .mejs-video .mejs-overlay-loading{
    position: relative;
    left: 40%;
    top: 35%;
}
/*评论*/
.commentList ul.children{
    position: relative;
    left: 5%;
    width: 95%;
}
.commentList ul.children button.commentator-top{
    display: none;
}
.commentList div.top button.commentator-top{
    display: none;
}
/*banner手机端颜色*/
@media (max-width: 767px){
    .msr-banner .gray-d4-bgc .l-col-16-24 h2.headline{
        color:#fff !important;
    }
    .msr-banner .gray-d4-bgc .l-col-16-24 .cta-container a.cta-link {
        color:#fff !important;
    }
    .picchu .ms-grid .ms-row{
        margin-left:-1vw;
        margin-right:-1vw;
    }
    .pwd_style form p label{
        display: block;
        width: 15%;
    }
    .pwd_style form p label input{
        position: relative;
        top: -25px;
        left: 60px;
        height: 25px;
    }
    .pwd_style form p input{
        position: relative;
        top: -51px;
        left: 35%;
    }
}
@media (min-width: 767px) {
    .team article.xs-col-12-24.m-col-8-24.l-col-6-24.margin-top-sp5 {
        width: 27.5%;
        margin-left:3%;
        margin-right: 2%;
    }
    .msr-aboutUs-index .ms-grid .ms-row{
        margin-left:3vw;
        margin-right:3vw;
    }
    .pwd_style form p label{
        display: block;
        width: 8%;
    }
    .pwd_style form p label input{
        position: relative;
        top: -25px;
        left: 60px;
        height: 25px;
    }
    .pwd_style form p input{
        position: relative;
        top: -51px;
        left: 15%;
    }
}


.picchu.msr-blog .pw_detail{
    background: #0060ac;
    width: 100px;
    height: 26px;
    color: #fff;
    border: 1px solid #0060ac;
    margin-bottom: 0px;
    font-size: 12px;
    margin-left:2%;
}
@media (max-width: 320px){
    .picchu.msr-blog .pw_detail{
        margin-left: 5%;
    }
}
@media (min-width: 760px ) {
    .picchu.msr-blog .pw_detail{
        margin-left: 6%;
    }
}
/*首页人物特写轮播点*/
.home span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #232323;
    /*width: 6.3px;
    height: 6.3px;
    box-sizing:border-box;
    border-radius: 50%;*/
}
.home span.swiper-pagination-bullet{
    width:6px;
    height:6px;
    border-radius: 50%;
}

.picchu .ms-social-bar__follow a img:hover {
    color:#333;
    opacity:.8;
    filter:alpha(opacity=80)
}

.picchu #opportunity h3.subtitle{
    font-size: 16px !important;
}
.picchu #opportunity .details div{
    font-size: 14px !important;
}

.bdshare-button-style0-24 a{
    padding-left:24px !important;
}


.picchu .ms-row .preview .shadeImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*万能表单样式*/
.gform_body input[type="radio"]{
    -webkit-appearance: radio !important;
    -moz-appearance:radio !important;
    appearance:radio !important;
}
.gform_body input[type="checkbox"]{
    -webkit-appearance: checkbox !important;
    -moz-appearance:checkbox !important;
    appearance:checkbox !important;
}
.picchu .remove_style .gform_body ul{
    padding-left: 0 !important;
}
/*hr标签样式*/
hr{
    margin-bottom: 20px;
}
/*视频底部间距*/
.wp-video div.mejs-video{
    margin-bottom: 15px;
}

/*========================================院友会===================================*/


/*首页*/

.president-introduction .information {
    text-align: left;
    padding: 0 3%;
}

.president-introduction .information .avatar {
    width: 100%;
    border-radius: 100%;
}

.president-introduction .information .intro {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 0;
}

.president-introduction .information .intro p {
    font-size: 16px;
    margin: 5px 0 0;
}

.president-introduction .greetings {
    padding-right: 4%;
}

.president-introduction .greetings h2 {
    margin: 20px 0;
    font-size: 30px;
}

.president-introduction .greetings .text p {
    /*color: #474747;*/
}

.president-introduction .greetings h2 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.president-introduction .greetings .text p {
    font-size: 14px;
    line-height: 1.5;
}

.freindsMeeting-index .section-block .box {
    background-color: #fff;
    border: 1px solid #cbcbcb;
}

.freindsMeeting-index .section-block .box .pic img {
    width: 100%;
}

.freindsMeeting-index .section-block a:hover {
    text-decoration: none;
}

.freindsMeeting-index .section-block .box .text {
    padding: 0 30px;
    line-height: 70px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

.freindsMeeting-index .section-btm-banner .banner {
    margin: 1% 0;
    background: url(../images/banner-20171017-4.jpg) no-repeat 0 center;
    background-size: cover;
    height: 350px;
    width: 100%;
}


/*动态*/

.dynamic-siderbar a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #2f2f2f;
    padding-left: 45px;
}

.dynamic-siderbar a.on {
    background: url(../images/arrow-right.png) no-repeat scroll 18px 10px;
    font-weight: 700;
    color: #000;
}

.dynamic-siderbar a:hover {
    text-decoration: none;
}

.freindsMeeting-dynamic .dynamic-content {}

.freindsMeeting-dynamic .dynamic-list .list-item {
    background-color: #f2f2f2;
    padding: 2% 1%;
    color: #474747;
    margin-top: 35px;
}

.freindsMeeting-dynamic .dynamic-list .pic img {
    width: 100%;
}

.freindsMeeting-dynamic .dynamic-list .list-item:first-child {
    margin-top: 0;
}

.freindsMeeting-dynamic .dynamic-list .title {
    font-size: 16px;
    /*margin-bottom: 2%;*/
    font-weight: 700;
}

.freindsMeeting-dynamic .dynamic-list .desc {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    margin-bottom: 25px;
    overflow: hidden;
}

.freindsMeeting-dynamic .dynamic-list p.text{
    font-size: 14px;
}

.freindsMeeting-dynamic .dynamic-list .link {
    font-size: 14px;
}

.freindsMeeting-dynamic .msr-pagination {
    /*background-color: #fafafa;*/
}


/*加入我们*/
.freindsMeeting-joinus .section-block-1{
    margin-top: -60px;
}

.freindsMeeting-joinus .section-block-1 h5 {
    color: #000;
    font-size: 14px;
}

.freindsMeeting-joinus .section-block-1 .text p {
    color: #474747;
    margin-bottom: 2%;
    font-size: 14px;
}

.freindsMeeting-joinus .section-block-2 .banner {
    height: 295px;
    width: 100%;
    background: url(../images/joinus-pic-20171017-1.jpg) no-repeat center;
    background-size: cover;
    padding: 4% 0;
}

.freindsMeeting-joinus .section-block-2 .banner .box {
    padding: 40px 50px;
    background-color: #0060ac;
    color: #fff;
    font-size: 30px;
    display: inline-block;
}

.freindsMeeting-joinus .box {
    padding: 30px 40px;
    background-color: #5779b7;
    color: #fff;
    font-size: 30px;
    display: inline-block;
}

.freindsMeeting-joinus .box p.title {
    margin: 0;
    font-size: 20px;
}

.freindsMeeting-joinus .section-block-2 .banner .title {
    margin: 0;
}

.freindsMeeting-joinus .section-block-2 .banner .box a {
    background: url(../images/arrow-right-2.png) no-repeat right 5px;
    font-size: 18px;
    color: #fff;
    padding-right: 40px;
    display: inline-block;
}

.freindsMeeting-joinus .box span.sub_title {
    background: url(../images/arrow-right-2.png) no-repeat right 7px;
    font-size: 16px;
    color: #fff;
    padding-right: 40px;
    display: inline-block;
    height:30px;
}

.freindsMeeting-joinus .section-block-2 .text {
    font-size: 14px;
    line-height: 30px;
}

.freindsMeeting-joinus .section-block-2 .text p {
    font-size: 14px;
    line-height: 30px;
}

.freindsMeeting-joinus .box p.text {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0px;
}
.freindsMeeting-joinus .box div.text {
    font-size: 14px;
    line-height: 30px;
    color: #474747;
}


/*关于我们*/

.freindsMeeting-aboutus .section-block-1 {
    color: #474747;
    padding-top: 0px;
    background-color: #fff;
    margin-top: -20px;
}
.freindsMeeting-aboutus .section-block-4{
    padding-top: 0px;
}

.freindsMeeting-aboutus .section-block-1 p {
    margin-bottom: 2%;
    font-size: 14px;
}

.freindsMeeting-aboutus .section-block-2 .pic {
    text-align: center;
}

.freindsMeeting-aboutus .section-block-2 h2 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: bold;
}

.freindsMeeting-aboutus .section-block-3 h2 {
    font-size: 22px;
    margin-bottom: 35px;
    font-weight: bold;
}

.freindsMeeting-aboutus .section-block-3 .content h3 {
    font-size: 18px;
    /*margin-bottom: 25px;*/
    margin-bottom: 20px;
    font-weight: 700;
    color: #303030;
    line-height: 0px;
}

.freindsMeeting-aboutus .section-block-3 .content .block-1 {
    margin-bottom: 30px;
    width: 50%;
    float: left;
    clear: both;
}

.freindsMeeting-aboutus .section-block-3 .content .block-2 {
    margin-bottom: 30px;
    width: 50%;
    float: right;
    clear: both;
    position: absolute;
    left:50%;
}

.freindsMeeting-aboutus .section-block-3 .member-list {
    padding: 0;
}

.freindsMeeting-aboutus .section-block-3 .member-list li {
    float: left;
    width: 100%;
    /*margin-bottom: 20px;*/
    margin-right: 2%;
}

.freindsMeeting-aboutus .section-block-3 .member-list.list-2 li {
    width: 25%;
}

.freindsMeeting-aboutus .section-block-3 .member-list .info-1 {
    /*font-weight: 700;*/
    margin-bottom: 10px;
    color: #303030;
}

.freindsMeeting-aboutus .section-block-3 .member-list .info-1 strong {
    /*font-weight: 700;*/
    font-size: 14px;
    display: inline-block;
    min-width: 15%;
    font-weight: normal;
}

.freindsMeeting-aboutus .section-block-3 .member-list .info-1 span {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
}
.freindsMeeting-aboutus .section-block-3 .member-list .info-1 span.member_name {
    display: inline-block;
    margin-left: 0;
    font-size: 14px;
    min-width: 15%;
}

.freindsMeeting-aboutus .section-block-3 .member-list .info-2 {
    color: #666;
    font-size: 14px;
    display: inline;
}

.freindsMeeting-aboutus .section-block-3 .block-1-left,
.freindsMeeting-aboutus .section-block-3 .block-1-right {
    padding-right: 4%;
}

.freindsMeeting-aboutus .section-block-4 .saying-item {
    margin-bottom: 30px;
    width: 25%;
}

.freindsMeeting-aboutus .section-block-4 h2 {
    font-size: 22px;
    margin-bottom: 25px;
    padding-top: 25px;
    font-weight: bold;
}

.freindsMeeting-aboutus .section-block-4 .saying-item .box {
    background-color: #fff;
    height: 265px;
    padding: 15px 30px;
}

.freindsMeeting-aboutus .section-block-4 .words {
    font-size: 14px;
    color: #474747;
    line-height: 30px;
    height: 180px;
    margin-bottom: 15px;
}

.freindsMeeting-aboutus .section-block-4 .name {
    font-size: 14px;
    color: #000;
    /*font-weight: 600;*/
    text-align: right;
}

.l-col-12-12.xl-col-8-24.block-1-left{
    /*width: 33.3333333333%;*/
    width: 100%;
}

.freindsMeeting-dynamic .m-col-19-24.l-col-20-24.dynamic-list{
    margin: 0 auto;
}
.freindsMeeting-aboutus section.section-block-3.padding-vertical-sp3{
    margin-top: -70px;
}


@media screen and (max-width: 1084px) {
    .freindsMeeting-aboutus .section-block-3 .member-list.list-2 li {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .president-introduction .information {
        text-align: center;
        padding: 0 6%;
    }
    .president-introduction .information .avatar {
        max-width: 330px;
    }
    .president-introduction .greetings h2 {
        margin: 8% 0 2%;
    }
    .freindsMeeting-index .section-block .block-item {
        margin-bottom: 40px;
    }
    .freindsMeeting-index .section-btm-banner .banner {
        background: url(../images/mobile-banner-20171017-4.jpg) no-repeat 0 center;
    }
    /*动态*/
    .freindsMeeting-dynamic .dynamic-list .pic {
        margin-bottom: 15px;
    }
    .freindsMeeting-dynamic .dynamic-list .link {
        padding-bottom: 5px;
    }
    .freindsMeeting-dynamic .msr-pagination {
        background: none;
        padding: 0 0 20px;
    }
    .freindsMeeting-dynamic .dynamic-list .desc {
        height: auto;
        margin-bottom: 20px;
    }
    /*加入我们*/
    .freindsMeeting-joinus .section-block-2 .banner {
        padding: 14% 4%;
    }
    .freindsMeeting-aboutus .section-block-3 .table-style td:last-child {
        width: 40%;
    }
    .freindsMeeting-aboutus .section-block-3 h2 {
        margin-bottom: 9%;
    }
    .freindsMeeting-aboutus .section-block-4 .ms-grid {
        padding: 0;
    }
    .freindsMeeting-aboutus .section-block-4 .ms-row {
        margin: 0;
    }
    .freindsMeeting-aboutus .section-block-4 .saying-item .box {
        border: medium none;
        height: auto;
    }
    .freindsMeeting-aboutus .section-block-4 .saying-item {
        margin-bottom: 30px;
        padding: 0;
        width: 94%;
    }
    .freindsMeeting-aboutus .section-block-4 .words {
        height: auto;
        min-height: 150px;
    }
    .freindsMeeting-aboutus .section-block-4{
        padding-left: 5%;
    }
}

@media screen and (max-width:540px) {
    .freindsMeeting-aboutus .section-block-3 .member-list li,
    .freindsMeeting-aboutus .section-block-3 .member-list.list-2 li {
        width: 100%;
    }
}

@media screen and (min-width:768px){
    .freindsMeeting-joinus .box{
        margin-left: 110px;
    }
}

@media screen and (min-width: 1024px){
    .president-introduction .m-col-8-24.xl-col-5-24.information{
        width: 18.999999%;
    }
    .president-introduction div.text{
        margin-top: -25px;
        margin-left: -25px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1400px){
    .president-introduction .m-col-8-24.xl-col-5-24.information{
        width: 25%;
    }
    .picchu .m-col-16-24{
        width: 75%;
    }
}

@media screen and (max-width:767px){
    .freindsMeeting-index .image-quote{
        height: 60vw;
    }
    .freindsMeeting-aboutus .section-block-3 .member-list .info-1 strong{
        min-width: 25%;
    }
    .freindsMeeting-aboutus .section-block-3 .member-list .info-1 span.member_name{
        min-width: 25%;
    }

    .freindsMeeting-aboutus .section-block-3 .content .block-2{
        position: static;
        float: none;
        width: 100%;
    }
    .freindsMeeting-aboutus .section-block-3 .content h3{
        text-align: center;
    }
    .freindsMeeting-aboutus .section-block-3 .content .block-1{
        width: 100%;
        float: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
    .freindsMeeting-aboutus .section-block-4 .saying-item{
        width: 45%;
        margin:0 auto;
        margin-bottom:30px;
    }
    
}

@media screen and (min-width:768px){
    .freindsMeeting-aboutus .section-block-3 .member-list li{
        height: 25px;
    }
}





.gform_wrapper h2.gsection_title{
    font-size: 14px !important;
}

/*视频详情页tab*/
.msr-video-article__details .msr-tabs a{
    font-size: 14px;
}
.msr-video-article__details h2.title.tight{
    font-size: 14px;
}

@media (min-width: 768px){
    .picchu .margin-bottom-sp4 {
        margin-bottom: 10px;
    }
}