@media screen and (max-width: 1900px){
  .menu>li {
    position: relative;
    padding: 0 25px;
  }
}
@media screen and (max-width: 1730px){
  .menu>li {
    position: relative;
    padding: 0 30px;
  }
  .menu>li.slide {
    background: url(../images/icon_arrow_bottom.png) right no-repeat;
  }
}
@media screen and (max-width: 1600px){
  .menu>li {
    position: relative;
    padding: 0 30px;
  }
  .menu>li.slide {
    background: url(../images/icon_arrow_bottom.png) right no-repeat;
  }
  .headerBtn {
    margin-left: 20px;
  }
  .headerText {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1550px){
  .menu>li {
    position: relative;
    padding: 0 20px;
  }
  .commonWidth {
    width: 1300px;
    margin: 0 auto;
  }
  .banner, .swiperBanner {
    height: 460px;
  }
  .swiperBanner .swiper_text {
    width: 1300px;
    margin-left: -650px;
  }
  .academicIdxItem_Third_pic {
    width: 200px;
  }
  .academicIdxItem_Third_Text {
    width: calc(100% - 220px);
  }
  .labIdx {
    gap: 20px 20px;
  }
  .labIdxItem {
    width: calc(100% - 67.7%)
  }
  .labIntroPic {
    width: 450px;
  }
}

@media screen and (max-width: 1470px){
  .headerBg {
    height: 94px;
  }
  .logo {
    width: 515px;
    height: auto;
  }
  .headerText {
    width: calc(100% - 515px);
  }
  .headerText {
    height: 74px;
  }
  .menu>li>a {
    line-height: 74px;
    font-weight: normal;
  }
  .headerBtn {
    margin-top: 17px;
  }
  .menu>li {
    position: relative;
    padding: 0 30px;
  }
  .menu>li>a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px){
  .menu>li {
    position: relative;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1300px){
  .commonWidth {
    width: 1100px;
    margin: 0 auto;
  }
  .banner, .swiperBanner {
    height: 460px;
  }
  .swiperBanner .swiper_text {
    width: 1100px;
    margin-left: -550px;
  }
  .academicIdx {
    padding: 40px 0px;
  }
  .commonTitleCont>h2 {
    font-size: 40px;
  }
  .academicIdxItem_First_Pic {
    max-height: 239px;
  }
  .academicIdxItem_First_Text>h2, .academicIdxItem_Sec>a>h2 {
    font-size: 22px;
  }
  .academicIdxItem_Third_list + .academicIdxItem_Third_list {
    margin-top: 0px;
    padding-top: 19px;
  }
  .academicIdxItem_Sec>a>h2,
  .academicIdxItem_Sec>a>p {
    margin-top: 20px;
  }
  .academicIdxItem_Sec>a>span {
    margin-top: 30px;
  }
  .academicIdxItem_Sec {
    height: 478px;
  }
  .coreIdx,
  .achievementIdx {
    padding: 40px 0px;
  }
  .codeIdxListDetail>a>div>span+span {
    padding-left: 5px;
  }
  .codeIdxListDetail>a>div>span {
    padding-right: 5px;
  }
  .codeIdxListDetail {
    margin-top: 10px;
  }
  .codeIdxListDetail + .codeIdxListDetail {
    padding-top: 10px;
  }
  .coreIdxNewsPic {
    height: 125px;
  }
  .coreIdx {
    height: auto;
  }
  .achievementIdxListPic {
    height: 133px;
  }
  .achievementIdxItem {
    padding: 40px 20px;
  }
  .labIdxItem>h2 {
    font-size: 16px;
  }
  .labIdxItem {
    width: calc(100% - 68%);
  }
  .swiperBanner .swiper_text {
    top: 80px;
  }
}
@media screen and (max-width: 1270px){
  .logo {
    width: 405px;
  }
  .headerText {
    width: calc(100% - 405px);
  }
  .centerBg {
    height: 170px;
  }
}
@media screen and (max-width: 1160px){
  .commonWidth {
    width: 100%;
    padding: 0px 15px;
  }
  .menu {
    display: none;
  }
  .headerbtn_bar {
    display: block;
  }
  .masking {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: transparent;
    transition: all 0.5s ease 0.2s;
    z-index: -1;
  }
  .masking.focus {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
  }
  .iphone_nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    margin-left: -50%;
    transition: all 0.6s ease  0.2s;;
    -webkit-transition: all 0.6s ease  0.2s;/*谷歌和safari*/
    -moz-transition: all 0.6s ease  0.2s;/*火狐*/
    -ms-transition: all 0.6s ease  0.2s;/*ie*/
    -o-transition: all 0.6s ease  0.2s;/*opera*/
    z-index: 999999;
  }
  .iphone-box {
    background-color: rgba(255, 255, 255, 0.98);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 46px;
    padding-top: 80px;
    transition: all 0.6s ease  0.2s;;
    -webkit-transition: all 0.6s ease  0.2s;/*谷歌和safari*/
    -moz-transition: all 0.6s ease  0.2s;/*火狐*/
    -ms-transition: all 0.6s ease  0.2s;/*ie*/
    -o-transition: all 0.6s ease  0.2s;/*opera*/
  }
  .iphone-box>ul>li>a {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
   font-family:"Libre";
  }
  .iphone-box .active>a {
    color: #7C3030;
  }
  .iphone-box>ul>li>a>i {
    height: 46px;
    width: 16px;
    padding-left: 8px;
    box-sizing: content-box;
    display: inline-block;
    background: url(../images/phone_more.png) no-repeat right center;
    vertical-align: middle;
  }
  .iphone-box>ul>li>ul {
    display: none;
    padding-bottom: 10px;
  }
  .iphone-box>ul>li>ul>li>a {
    display: block;
   font-family:"Libre";
    font-size: 14px;
    color: #000;
    line-height: 30px;
  }
  .iphone-box>ul>li>ul>li>a strong {
    font-weight: normal !important;
  }
  .iphone_nav.focus {
    margin-left: 0;
    display: block !important;
  }
  .swiperBanner .swiper_text {
    width: 100%;
    padding: 0px 15px;
    margin-left: 0px;
    left: 0px;
  }
  .banner, .swiperBanner {
    height: 459px;
  }
  .swiperBanner .swiper_text {
    top: 90px;
  }
  .swiperBanner .swiper_text>h3 {
    font-size: 40px;
    line-height: 57px;
  }
  .swiperBanner .swiper_text>span {
    margin-top: 40px;
  }
  .academicIdxDetailCont,
  .coreIdxItem,
  .achievementIdxItem {
    flex-wrap: wrap;
  }
  .academicIdxItem_First,
  .academicIdxItem_Sec,
  .coreIdxList,
  .achievementIdxList {
    width: calc(100% - 51%);
  }
  .academicIdxItem_Sec {
    height: auto;
  }
  .academicIdxItem_Third {
    width: 100%;
    margin-top: 30px;
  }
  .coreIdxList+.coreIdxList+.coreIdxList,
  .achievementIdxList+.achievementIdxList+.achievementIdxList {
    margin-top: 30px;
  }
  .labIdxItem {
    width: calc(100% - 51.1%);
  }
  .footNav {
    display: none;
  }
  .footCode {
    width: calc(100% - 51%);
    text-align: right;
  }
  .commonNavLeft {
    display: none;
  }
  .commonRight {
    width: 100%;
  }
}
@media screen and (max-width: 800px){
  .logo {
    width: 283px;
  }
  .headerBg {
    height: auto;
  }
  .headerText {
    width: calc(100% - 283px);
    height: 71px;
    padding-right: 0px;
  }
  .headerBtn {
    margin-top: 15px;
    margin-left: 0px;
  }
  .searchBg,
  .headerbtn_bar,
  .language {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .headerbtn_bar {
    background: url(../images/nav-btn.png) no-repeat center center #ae0c2a;
    background-size: 50%;
  }
  .banner, .swiperBanner {
    height: 170px;
  }
  .swiperBanner .swiper_text {
    display: none;
  }
  .noticeIdx {
    height: 70px;
    background: url(../images/icon_notice_bg.png) repeat top center;
  }
  .swiperIdxpaga {
    display: none;
    bottom: 20px !important;
    right: 10px;
    z-index: 10;
  }
  .noticeIdx .commonWidth {
    margin-top: 0px;
    flex-wrap: wrap;
  }
  .noticeIdxTitle {
    width: 100%;
    border-right: 0px;
  }
  .noticeIdxCont {
    width: calc(100% - 20%);
  }
  .noticeIdxCont>span {
    font-size: 14px;
  }
  .noticeIdxCont>a {
    max-width: 67%;
    font-size: 14px;
  }
  .academicIdxItem_First, .academicIdxItem_Sec, .coreIdxList, .achievementIdxList {
    width: 100%;
  }
  .academicIdxItem_Sec,
  .coreIdxList+.coreIdxList,
  .achievementIdxList+.achievementIdxList {
    margin-top: 30px;
  }
  .labIdxItem,
  .footlt,
  .footCode {
    width: 100%;
  }
  .footerBg .commonWidth {
    flex-wrap: wrap;
  }
  .footCode {
    margin-top: 10px;
    text-align: center;
  }
  .footCodeDetail {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .footCodeDetail>img {
    float: none;
    margin: 0 auto;
  }
  .copyright {
    margin-top: 0px;
  }
  .footerBg {
    padding: 40px 0px;
  }
  .footerLogo {
    width: 100%;
    height: auto;
  }
  .centerBg {
    height: 170px;
  }
  .achieTitle>h3 {
    width: 50%;
  }
  .achieTitle>a {
    margin-right: 10px;
  }
  .achieBanner, .swiper_achie_banner {
    height: 220px;
  }
  .swiper_achie_text {
    height: 60px;
  }
  .swiper_achie_text>h3 {
    font-size: 16px;
    margin-top: 5px;
  }
  .articlePage>a {
    padding-left: 0px;
  }
  .dataListPinned>a {
    flex-wrap: wrap;
  }
  .dataPinnedPic {
    width: 100%;
    height: 200px;
  }
  .dataPinnedText {
    width: 100%;
  }
  .dataListItemDetail,
  .labIntruduction,
  .listpic_item>a {
    flex-wrap: wrap;
  }
  .dataListItemCont {
    width: 100%;
  }
  .labNav {
    width: calc(100% - 50%);
  }
  .labNav>a {
    font-size: 14px;
  }
  .labIntroPic {
    width: 100%;
    height: 184px;
  }
  .labIntroText {
    width: 100%;
  }
  .labIntroText>h3 {
    font-size: 18px;
  }
  .teamlistDetail {
    width: 100%;
  }
  .teamlistDetail+.teamlistDetail {
    margin-top: 20px;
  }
  .listpic_item_pic {
    width: 100%;
    height: 180px;
  }
  .listpic_item_text {
    width: 100%;
  }
  .commonTitleCont>h2 {
    font-size: 30px;
  }
  .commonTitleCont>h3:after {
    display: none;
  }
  .commonTitleCont>h3 {
    padding-left: 60px;
  }
  .academicIdxItem_First_Pic {
    max-height: auto;
    height: 200px;
  }
  .academicIdxItem_First_Text {
    height: auto;
    padding: 20px 15px;
  }
  .academicIdxItem_First_Text>h2, .academicIdxItem_Sec>a>h2 {
    font-size: 18px;
  }
  .academicIdxItem_First_Text>h3>span+span, .academicIdxItem_Sec>a>h3>span+span {
    font-size: 18px;
  }
  .academicIdxItem_First_Text>h3>span, .academicIdxItem_Sec>a>h3>span {
    font-size: 22px;
  }
  .academicIdxItem_Sec {
    padding: 21px 25px;
  }
  .academicIdxItem_Third_pic {
    width: 150px;
    height: auto;
  }
  .academicIdxItem_Third_Text {
    width: calc(100% - 180px);
  }
  .academicIdxItem_Third_Text>p {
    display: none;
  }
  .coreIdxItem {
    margin-top: 20px;
  }
  .commonTitleMore>a {
    font-size: 13px;
  }
  .labIdxItem>a>h2 {
    font-size: 18px;
  }
}
