@media screen and (min-width: 1025px) {
  /* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/

  .page_top_index #header {
    background: none;
  }
  .navigation > ul > li > .nav_wrap > a:before {
    width: 0;
    height: 4px;
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    border-radius: 2px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #f34d13;
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .navigation > ul > li.active > .nav_wrap > a:before {
    width: 30px;
  }
  /* .navigation > ul > li.active > .nav_wrap > a {
    color: #38b050;
  } */
  .page_top_index .primary-nav > li > a {
    color: #fff;
  }
  /* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

  .ban_index h2 {
    margin: 20px 0 16px 0;
  }

  /* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/

  .foot_con_t .foot_pro.item_01 {
    width: 30%;
  }

  .cate_pic .content {
    display: flex !important;
    justify-content: space-around;
  }

  .cate_item .txt h4 {
    width: 80%;
  }
  .container {
    width: 1400px;
  }

  .page_top_index .sticky .navigation > ul > li > a {
    color: #333;
  }
  .navigation > ul > li {
    display: inline-block;
    position: relative;
  }
  .navigation > ul > li a {
    position: relative;
  }

  .navigation > ul > li .sub_menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    -webkit-box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.1);
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border-radius: 6px;
    transition: all 0.3s;
    z-index: 1000;
    behavior: url(ie-css3.htc);
    border: 1px solid #e5e5e5;
  }
  .navigation > ul > li.on .sub_menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .navigation > ul > li .sub_menu .menu_body {
    display: none;
  }
  .navigation > ul > li .sub_menu li {
    border-bottom: 1px solid #e5e5e5;
  }
  .navigation > ul > li .sub_menu li a {
    position: relative;
    display: block;
    padding: 15px 30px;
    text-align: center;
    transition: all 0.3s;
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
  }
  .navigation > ul > li .sub_menu li a:hover {
    color: #fff;
    background-color: #1f8e57;
  }
  .navigation > ul > li .sub_menu li:first-child {
    border-radius: 6px 6px 0 0;
  }
  .navigation > ul > li .sub_menu li:last-child {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
  }

  #header .header_r .navigation {
    height: 150px;
    line-height: 150px;
  }
  .appl_con .appl_sm {
    display: none;
  }
  .news_con .col-md-5 {
    width: 38%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .news_con .col-md-4 {
    padding-left: 22px;
    padding-right: 22px;
  }
  .about_ti h2 {
    margin: 10px 0;
  }
  .about1_b .about1_l {
    width: 849px;
  }
  .about1_b .about1_r {
    width: 577px;
  }
  .header_m .logo_ti {
    letter-spacing: 3px;
  }
  .header_m .logo_ti {
    margin-bottom: 16px;
  }
  .pro_sub_ti {
    margin-bottom: 20px;
  }
  .about1 .col-lg-5 {
    width: 45%;
  }
  .about1 .col-lg-7 {
    width: 55%;
    padding: 50px 30px;
  }

  .adv_con .col-lg-3 {
    width: 20%;
    padding: 0;
  }
}
@media screen and (max-width: 1680px) {
  body {
    font-size: 14px;
  }
  p,span {
    font-size: 14px;
  }
  h3,h4,h5 {
    font-size: 18px;
  }
  a {
    font-size: 14px;
  }
  .sec-ti h2 {
    font-size: 32px;
  }
  .ban-index-txt {
    background-size: cover;
  }
  .anim-box-01 {
    right: 0.4%;
    top: 35.2%;
  }
  .anim-box-02 {
    right: 4.1%;
    top: 58.2%;
  }
  .anim-box-03 {
    right: 29.9%;
    top: 49.8%;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 90%;
  }
  h3,
  h4 {
    font-size: 18px;
  }
  .anim-box-01 {
    right: 1.2%;
    top: 35.2%;
  }
  .anim-box-02 {
    right: 4.8%;
    top: 58.2%;
  }
  .anim-box-03 {
    right: 30.1%;
    top: 49.8%;
  }
  .navigation > ul > li > .nav_wrap > a {
    font-size: 14px;
  }
  .inner .content .title_txt span {
    font-size: 20px;
  }
  .inner .content .title_txt h4 {
    font-size: 22px;
    margin: 6px 0;
  }
  .inner .content .title_txt p {
    font-size: 18px;
  }
  .pro-con .item .txt {
    height: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .leader_list .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .ban-index-txt {
    display: none;
  }
  .ban-index-txt-01 {
    display: block;
  }
  .adv-con .map-pc {
    display: none;
  }
  .adv-con .map-mob {
    display: block;
  }
 .ban-index {
  height: auto;
 }
 .ban-index-txt-01 {
  height: 4.2rem;
 }
 .ban-index-txt .txt {
  width: 80%;
 }
 .ban-index-txt span {
  font-size: 30px;
 }
 .ban-index-txt h1 {
  font-size: 30px;
 }
 .ban-index-txt h6 {
  font-size: 16px;
 }
 .about-adv-list li {
  width: 100%;
  margin-bottom: 10px;
 }
 .about-adv-list li {
  padding: 20px 20px 20px 166px;
 }
 .foot_cont li {
  margin-right: 10px;
}
 .about .sec-ti {
  text-align: center;
 }
 .about .en-sec-ti h2,
  .sec-ti h2 {
    font-size: 18px;
  }
  .sec-ti span {
    font-size: 16px;
  }
  .icon-list {
    margin-bottom: .3rem;
  }
  .inner .content .title_txt {
    padding-top: 0.44rem;
  }
  .inner .content .title_pic {
    width: 3.6rem;
  }
  .inner .content .title_txt,
  .inner .content .title_pic {
    height: 1.8rem;
  }
  .inner .content .title_pic img {
    width: 100%;
  }
  .inner .nav {
    text-align: left;
  }
  .insti_con .item h3 {
    margin-bottom: 0.06rem;
  }
  .insti_con .item p {
    line-height: 0.24rem;
  }
  .inner .side_bar {
    float: none;
    padding: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .inner .side_bar {
    width: 100%;
  }
  .inner .content {
    width: 100%;
  }
  .side_bar_con > .title {
    background-size: cover;
  }
  .insti_grap .grap_txt h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    margin-top: -0.7rem;
    margin-left: -0.7rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background-color: #fff;
  }
  .insti_grap .grap_txt h3 span {
    font-size: 0.2rem;
    line-height: 46px;
    text-align: center;
    padding: 0 0.14rem;
  }
  .insti_grap .grap_txt h4 {
    position: absolute;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
  }
  .insti_grap .grap_txt span {
    display: block;
    font-size: 0.13rem;
    line-height: 24px;
    padding: 0 20px;
  }
  .insti_grap .grap_txt .item_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/institution_item_01.png) no-repeat center;
    background-size: cover;
    left: 13%;
    top: 3%;
  }
  .insti_grap .grap_txt .item_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.27rem;
    background: url(../images/institution_item_02.png) no-repeat center;
    background-size: cover;
    right: 26%;
    top: -13%;
  }
  .insti_grap .grap_txt .item_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.3rem;
    height: 1.21rem;
    background: url(../images/institution_item_03.png) no-repeat center;
    background-size: cover;
    right: 5%;
    top: 38%;
  }
  .insti_grap .grap_txt .item_04 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.3rem;
    background: url(../images/institution_item_04.png) no-repeat center;
    background-size: cover;
    right: 30%;
    bottom: -16%;
  }
  .insti_grap .grap_txt .item_04 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.22rem;
    height: 1.32rem;
    background: url(../images/institution_item_04.png) no-repeat center;
    background-size: cover;
    right: 30%;
    bottom: -19%;
  }
  .insti_grap .grap_txt .item_05 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.22rem;
    background: url(../images/institution_item_05.png) no-repeat center;
    background-size: cover;
    left: 9%;
    bottom: 11%;
  }
  .insti_con .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news .news_list p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }
  .news .news_list i {
    display: none;
  }
  .news .news_list .txt {
    height: 40px;
  }
  .container {
    max-width: 94%;
  }
  .foot_con_t h4 {
    font-size: 18px;
  }
  .adv_cont img {
    height: 28px;
  }
  .adv_list .txt {
    width: auto;
  }
  .about_l_t .left,
  .about_l_t .right {
    height: auto;
    padding: 30px 0;
  }
  .adv_list .item h3 {
    font-size: 15px;
    line-height: 22px;
  }
  .mod18 .picBox li {
    height: auto;
  }
  .picBox img {
    width: 100%;
    height: 6rem;
  }
  .mod18 .picBox li {
    width: 100%;
  }
  .mod18 .picBox {
    height: 6rem;
  }
  .hon_con {
    display: block;
  }
  .about_txt p {
    font-size: 14px;
    line-height: 22px;
  }
  /* .cate_list .pic img {
    height: 1.8rem;
  } */
  /* .pro_con .pro_item .txt {
    line-height: 30px;
  } */
  .main_r .news_lists,
  .main_r .rec_con {
    padding: 0;
  }
  .pro_con ul li {
    margin-bottom: 20px;
  }
  .cate_list h2 {
    font-size: 15px;
    margin: 20px 0;
  }
  .pro_title ul li a {
    font-size: 15px;
  }
  .pro_title ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .pro_title ul li a {
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .honor .sec_ti {
    margin-bottom: 0.3rem;
  }
  .pro_title ul li:nth-child(2):before {
    content: none;
  }
  .pro_title ul {
    padding: 14px 0;
  }
  .pro_item dd h4 {
    font-size: 16px;
  }
  .pro_title ul li {
    width: 50%;
  }
  .foot_con_t .foot_news li {
    width: 50%;
  }
  .hon_list {
    width: 100%;
    height: auto;
  }
  .sec_ti i {
    width: 4rem;
    height: 0.5rem;
    margin-top: 0.2rem;
  }
  .prolist .pro_item {
    margin-bottom: 10px;
  }
  .page_top_index .primary-nav > li > .nav_wrap > a {
    color: #333;
  }
  .honor {
    background-size: auto;
  }
  .hon_inner_con {
    background: url(../images/hon_inner_mob_bg.jpg) no-repeat center top;
    background-size: 100%;
    height: 4rem;
  }
  .about_inner .sec_ti {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .about_inner .sec_ti:after {
    content: none;
  }
  .cul_list li {
    width: 100%;
    padding: 0;
  }
  .cul_list .item {
    height: 3rem;
  }
  .cul_list .item .item_l {
    width: 28%;
    margin-right: 10px;
  }
  .cul_list .item {
    padding: 0.2rem;
  }
  .cul_list .item_l .num {
    font-size: 30px;
    line-height: 30px;
  }
  .cul_list .item .item_r {
    width: 68%;
    font-size: 14px;
  }
  .cul_list li {
    margin-bottom: 0.3rem;
  }
  .cul_list .item p {
    word-break: break-all;
    /*属性规定自动换行的处理方法。normal(使用浏览器默认的换行规则。),break-all(允许在单词内换行。),keep-all(只能在半角空格或连字符处换行。)*/
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4;
    /** 显示的行数 **/
    overflow: hidden;
  }
  .about_txt {
    width: 90%;
  }
  .about_con {
    display: block;
  }
  .about_con .about_l,
  .about_con .about_r {
    width: 100%;
  }
  .news .news_con {
    display: block;
    height: auto;
  }
  .appl_list .appl_item .item_wrap:nth-child(2) {
    margin-top: 0;
  }
  .sec_ti h2 {
    margin-bottom: 0.1rem;
  }
  .honor .container {
    display: block;
  }
  .honor .sec_ti {
    width: 100%;
    padding-top: 0;
  }
  .honor .sec_ti h2,
  .honor .sec_ti span {
    text-align: center;
  }
  .honor .hon_con {
    height: auto;
    padding: 0.3rem;
  }

  .honor .sec_ti h2,
  .honor .sec_ti span {
    padding-left: 0;
  }
  .pro_con .pro_item,
  .cate_list ul li {
    padding: 0;
  }
  .pro_con .pro_item {
    margin-bottom: 20px;
  }
  .cate_list ul li .pro_item {
    margin-bottom: 0;
  }
  .pro_con .active .txt {
    line-height: 1.4rem;
  }
  .pro_con .pro_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .honor .hon_con {
    width: 100%;
  }
  .sec_ti {
    margin: 25px 0;
  }
  .main {
    display: block;
  }
  .main_news .main_l {
    display: none;
  }
  .main_l {
    display: none;
  }
  .article_main_l {
    display: block;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .main_l .prolist_ti {
    line-height: 50px;
    height: 50px;
  }

  .pro_side {
    display: block;
    width: 100%;
  }
  .pro_side .newslist,
  .pro_side .keywords,
  .pro_side .contlist {
    display: none;
  }

  .pro_side ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pro_side ul > li {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .pro_side .prolist > ul > li > a {
    width: 100%;
    padding: 0;
    text-align: center;
    background: none;
    border: 1px solid #cecece;
  }

  .prolist .menu_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* .prolist .menu_body a {
    width: 46%;
    margin-bottom: 4%;
  } */
  .main_l .prolist .menu_body a:after {
    content: none;
  }
  h2 {
    font-size: 18px;
  }
  h3,
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .grid {
    margin-right: -15px !important;
  }
  .grid .grid_item {
    padding: 0;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .header_nav {
    background: none;
    height: auto;
  }
  /* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
  .navigation > ul > li > .nav_wrap > a {
    padding: 0.1rem 0.4rem;
  }
  .navigation .primary-nav {
    position: absolute;
    left: 0;
    top: 1.4rem;
    display: none;
    width: 100%;
    height: auto;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
  }

  .navigation > ul > li .icon_wrap {
    float: right;
  }
  .navigation > ul > li .icon_wrap > i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/nav-jia.png);
    transition: all 0.3s;
  }
  .navigation > ul > li.on .icon_wrap > i {
    background-image: url(../images/nav-jian.png);
  }
  .navigation a {
    display: block;
  }
  .navigation .i {
    position: relative;
  }
  .navigation .i::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    transition: all 0.3s ease 0s;
  }
  .navigation .i.active::after {
    transform: rotate(135deg);
    background-color: #f5f5f5;
  }
  .navigation > ul > li {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
  }
  .navigation li:last-child {
    border-bottom: none;
  }
  .navigation .sub_menu {
    display: none;
    background-color: #f5f5f5;
  }
  .navigation .sub_menu > li > a {
    padding: 0 0.6rem;
  }
  .navigation .sub_menu a {
    font-size: 0.28rem;
  }
  .navigation > ul > li > .nav_wrap > a {
    float: left;
    display: block;
    width: 80%;
    font-size: 0.3rem;
    line-height: 0.79rem;
    margin: 0;
    text-align: left;
    color: #333;
  }
  .navigation > ul > li .icon_wrap {
    position: relative;
    display: block;
    width: 20%;
    height: 0.99rem;
  }
  .nav-toggle {
    display: block;
  }
  .nav-toggle {
    position: absolute;
    top: 0.5rem;
    right: 0.6rem;
    width: 0.54rem;
    height: 0.54rem;
    z-index: 1000;
  }
  .nav-toggle p {
    width: 0.54rem;
    height: 3px;
    background-color: #333;
    border-radius: 0.5rem;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
  }
  .nav-toggle p:nth-child(1) {
    top: 0.02rem;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav-toggle p:nth-child(2) {
    top: 0.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav-toggle p:nth-child(3) {
    top: 0.38rem;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav-toggle p:nth-child(1).cur {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .nav-toggle p:nth-child(2).cur {
    opacity: 0;
  }
  .nav-toggle p:nth-child(3).cur {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  /* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
  .ban_index .pic {
    height: 100%;
  }
  /* ------------------------------------------------------------------------------
	Advantage
-------------------------------------------------------------------------------*/
  .adv_inner_item img {
    height: 3rem;
  }
  .adv_inner .item {
    height: 4rem;
  }
  .cul_con .cul_list .item_wrap {
    width: 70%;
  }
  .cul_con .cul_list .item_wrap img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  /* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
  .foot_item ul {
    display: flex;
    flex-wrap: wrap;
  }

  .primary-nav li {
    width: inherit;
  }
  .ban_index {
    background-position: center top;
    background-size: 150%;
  }
  .adv_con .adv_l,
  .adv_con .adv_r {
    width: 100%;
    height: auto;
  }
  .adv_list .item h4 {
    line-height: 28px;
  }
  .adv_list .item_wrap {
    width: 70%;
  }
  .appl_inner_con {
    height: 3.2rem;
  }
  .adv_list .item {
    width: 48%;
  }
  .news_list .text_l span {
    width: 70px;
  }
  .power_list .item_r {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .news_list .text_r {
    width: 78%;
  }
  .news_con .news_list li:last-child {
    margin-bottom: 0;
  }
  .power_list .pic,
  .power_list .txt {
    height: 2rem;
  }
  .pow_icon_list .item {
    padding: 0 0.4rem;
    margin-bottom: 0.3rem;
  }
  .pow_icon_list .item img {
    width: 60%;
  }
  .pow_icon_list span {
    margin-left: 0.2rem;
  }
  .appl_list .swiper-button-prev {
    left: 5rem;
  }
  .sec_ti h2:before {
    left: 20%;
    width: 0.6rem;
  }
  .sec_ti h2:after {
    right: 20%;
    width: 0.6rem;
  }
  .banner-txt h2 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .banner-txt h3 {
    font-size: 0.3rem;
  }
  .banner-txt span {
    font-size: 0.26rem;
    margin-bottom: 0;
  }
  .about_txt .more {
    margin-top: 0.2rem;
  }
  .about_l_item b {
    font-size: 0.5rem;
  }
  .about_l_item .odometer span {
    font-size: 0.5rem;
  }
  .about_l_item dt i {
    right: 0.2rem;
    top: 0rem;
    font-size: 0.3rem;
  }
  .cont_con .cont_form {
    margin-bottom: 0.4rem;
  }
  .inner_pro {
    margin-top: 0;
  }
  .adv_con {
    height: auto;
  }
  .about_r .about_txt .more {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  .about_r .about_txt p {
    line-height: 26px;
  }
  .adv_con {
    background: none;
    margin: 0;
  }
  .appl_inner_con {
    margin: 0;
  }
  .appl_inner_con .row {
    margin-left: 0;
  }
  .news_con .txt {
    font-size: 0.26rem;
  }
  .equ_con {
    height: auto;
  }
  .equ_l .txt {
    width: 5rem;
    height: 4rem;
    margin-left: -2.5rem;
    margin-top: -2rem;
  }
  .equ_l .txt .en {
    font-size: 32px;
  }
  .adv_icon_item {
    height: auto;
  }
  .about_con .about_txt {
    padding: 0;
  }
  .zeromodal-container {
    position: fixed !important;
    width: 80% !important;
    height: 5rem !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  #header {
    width: 100%;
    height: 1.4rem;
    z-index: 20;
  }
  #header .header-content > a {
    display: block;
  }
  #header .header-content .logo img {
    width: 100%;
  }
  #header.fixed a {
    color: #353535;
  }
  #header .header-content {
    width: 90%;
    display: flex;
    align-items: center;
  }
  .sec-ti h2 {
    margin-bottom: 0;
  }
  #header .header-content .logo {
    width: 5rem;
    height: .8rem;
    background: url(../images/logo_inner.png) no-repeat center;
    background-size: cover;
  }
  .foot_con_wrap .qrCode {
    padding-left: 0;
  }
  .single-info .info-content {
    width: 70%;
  }
  .page_top {
    position: relative;
  }
  .page_top .sec_nav {
    display: block;
  }

  .ban_index h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .banner {
    height: 3rem;
    background-size: cover;
    margin-top: 0;
  }
  .ban_cp {
    background-position: 68% 0;
  }

  .sec_ti span {
    font-size: 14px;
  }
  .about_r .about_txt p {
    margin-bottom: 10px;
  }
  .about_inner_con .about_txt_wrap {
    padding: 0;
    background: none;
  }
  .about_inner_con .about_r {
    padding-left: 0;
    padding-right: 0;
  }
  .about_con .about_b {
    height: 3rem;
  }
  .about_b_l .about_txt span {
    font-size: 0.3rem;
  }
  .about_b_l .about_txt h2 {
    font-size: 0.4rem;
    margin-bottom: 0;
  }
  .about_b_l .about_txt p {
    font-size: 0.3rem;
    margin-bottom: 0;
  }
  .about_b_l .about_txt {
    text-align: center;
    padding: 0.2rem 0;
  }
  .about_b .about_b_l {
    height: 2rem;
  }
  .about_b .about_b_l,
  .about_b .about_b_r {
    height: auto;
  }
  .about_b_r .item {
    padding: 0.15rem 0;
  }
  .about_b .about_b_r {
    padding: 0.2rem 0;
  }
  .about_b_r .item span {
    font-size: 18px;
  }

  .cate_con .title_wrap p {
    line-height: 17px;
  }

  .pow_con .title_t {
    text-align: center;
  }
  .power .title_b {
    margin: 0 auto;
  }
  .power .title {
    background: none;
  }
  .power .title_b {
    margin-top: 0.3rem;
  }
  .power .content {
    justify-content: space-between;
    margin-top: 0.3rem;
  }
  .pow_con .item {
    width: 30%;
  }
  .pow_con .item img {
    width: 100%;
  }
  .power .item_01,
  .power .item_02 {
    padding-right: 0;
  }
  .power .item_01:after,
  .power .item_02:after {
    content: none;
  }

  .cate_list li a {
    font-size: 14px;
  }
  .cate_pic .title span {
    font-size: 20px;
    line-height: 20px;
  }

  .adv_con li {
    margin-bottom: 0.3rem;
  }
  .adv_con .adv_item {
    justify-content: left;
    padding-left: 0.4rem;
  }

  .par_con .item_01,
  .par_con .item_02 {
    margin-bottom: 0.1rem;
  }
  .par_con .item:after {
    content: none;
  }
  .pro-con .pro-list span {
    line-height: 1.1;
  }
  .pro-con .pro-list li {
    height: 242px;
  }
  .pro-con .pro-list li:nth-child(1),
  .pro-con .pro-list li:nth-child(2),
  .pro-con .pro-list li:nth-child(3)
  {
    margin-bottom: 15px;
  }
  .team_con .team_r {
    padding-top: 0;
    padding-right: 0;
  }

  .mar_01 {
    background: url(../images/mar_01_mob_bg.jpg) no-repeat center top;
    background-size: 100%;
    height: 5.2rem;
  }

  .pro_cate_list ul li {
    width: 50%;
  }
  .section {
    padding: .4rem 0;
  }
  .ban-index {
    padding: 0;
  }
  .pro-con .pro-list {
    flex-wrap: wrap;
  }
  .pro-con .pro-list img {
    height: 60px;
  }
  .pro-con .pro-list li {
    width: calc((100% - 15px) / 2);
  }
  .news {
    padding-top: 0.4rem;
  }
  .news .container {
    background: none;
  }
  .news .news_con {
    padding: 0;
  }
  .news_con .cont_con {
    height: 1.8rem;
  }
  .news_con .cont_con img {
    height: 100%;
  }

  .foot_con_t .list {
    display: inherit;
  }
  .foot_about ul {
    display: flex;
  }
  .foot_con_t .foot_item b {
    font-size: 18px;
  }
  .flex-33>div {
    width: 48.5%;
  }
  .pro-con .pro-title img {
    max-width: 100%
  }
  .pro-con .pro-title {
    padding: .3rem;
  }
  .pro-con .pro-title h2 {
    margin-bottom: 10px;
  }
  .pro-con .item .txt {
    padding: 15px;
    padding-top: 86px;
    margin-top: 50px;
  }
  .pro-con .more {
    padding-top: 10px;
    margin-top: 10px;
  }
  .pro-con .item .pic {
    width: 120px;
    height: 120px;
    border: 6px solid #fff;
  }
  .ban_index .ban_item_01 {
    margin-bottom: 0.2rem;
  }
  .ban_index .ban_item .bold_cn {
    margin-bottom: 0.1rem;
  }
  .ban_index .ban_item {
    height: auto;
  }
  .ban_index .ban_item .en_ti {
    width: 88%;
    height: 0.6rem;
    margin-bottom: 0;
  }
  .ban_index .ban_item .more {
    width: 60%;
  }
  .banner-txt {
    margin-top: 0;
  }
  .mob_cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 999;
    top: 1.4rem;
    left: 0;
    display: none;
  }
  .main_r {
    width: 100%;
  }
  .index_wrap {
    background: none;
  }
  .about_con .about_l_txt h3 {
    display: none;
  }
  .news_con .txt li {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .news_con .txt {
    padding: 0;
  }

  .about_l_txt ul {
    width: 20%;
  }
  .about_l_txt .txt {
    width: 76%;
  }
  .sol_inner_con .sol_item .pic {
    height: 2.2rem;
  }
  .category {
    height: auto;
    background: #ccc url(../images/cate_bg.jpg);
    background-size: 100% 4rem;
    background-repeat: no-repeat;
  }
  .about_inner_con {
    height: auto;
  }
  .about_inner_con .about_l {
    position: inherit;
    padding: 0;
    height: 100%;
  }
  .about_inner_con .col-md-7 {
    width: 100%;
  }
  .about_inner_txt {
    padding-left: 0;
    padding-right: 0;
  }
  .news_con .news_pic {
    margin-bottom: 0.2rem;
  }
  .news_list .ellipsis {
    margin-bottom: 0;
  }
  .news_list .ellipsis {
    width: 100%;
  }
  .infoList img {
    width: 100%;
  }
  .news_con .news_date .day {
    font-size: 0.4rem;
  }
  .news_con .news_date .month {
    font-size: 0.24rem;
  }
  .adv-con .txt {
    padding: 20px;
  }
  .adv-con>div {
    margin-bottom: 15px !important;
  }
  .adv-con .map {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .adv-con .map-pic,
  .adv-con .map-pic .pic
  {
    width: 100%;
  }
  .adv-con .map .list {
    width: 100%;
    padding: 20px;
  }
  .adv-con .map .list li {
    width: 100%;
  }
  .adv-con .map .list li {
    margin-bottom: 15px;
  }
  .adv-con .map .list li:nth-child(5) {
    margin-bottom: 15px;
  }
  .flex-25 li {
    width: 48.5%;
  }
  .news-con .txt {
    padding: 20px;
  }
  .news_con .news_date {
    width: 1.6rem;
    margin-right: 0.2rem;
  }
  .news_con a .content {
    font-size: 0.24rem;
  }
  .inner_equ {
    padding-top: 0;
    padding-bottom: 0;
  }
  .culture .cul_l {
    padding-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .foot_link {
    display: none;
  }
  .foot_con {
    padding-top: 0.4rem;
    background-size: cover;
  }
  .foot_con_wrap .qrCode {
    text-align: left;
  }
  .foot_ti_item dt {
    margin-bottom: 0.2rem;
  }
  .foot_ti_item {
    margin-right: 0;
  }
  .foot_con_wrap {
    flex-wrap: wrap;
  }
  .foot_con .foot_pic:last-child {
    margin-bottom: 0;
  }
  .foot_con_wrap .qrCode {
    margin-top: 0.2rem;
  }
  .PageV {
    margin-top: 0;
  }
  .page_item {
    font-size: 0.24rem;
    padding: 0.1rem;
    margin-right: 0.06rem;
  }
  .news_lists .item_ti {
    font-size: 0.26rem;
  }
  .news_lists dl dt {
    line-height: 0.5rem;
  }
  .news_lists dl dd {
    line-height: 0.4rem;
    text-align: left;
    padding-bottom: 15px;
  }
  .sec_nav ul li a {
    font-size: 0.3rem;
    height: 1rem;
    line-height: 1rem;
  }
  .server_info p img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .mod18 .listBox {
    display: none;
  }
  .chanp_xq {
    min-height: auto;
  }
  .boss_con .sec_ti {
    padding-left: 0.3rem;
    padding-top: 0.4rem;
  }
  .boss_con .desc {
    padding: 0.3rem;
  }
  .boss_con .desc p {
    line-height: 24px;
  }
  .ban_index {
    padding-left: 0;
    justify-content: center;
  }
  .cate_con .cate_item {
    height: auto;
  }
  .pow_con .pic_01 {
    height: auto;
  }
  .pow_con .list {
    height: auto;
  }
  .pow_con .pic_02 {
    height: auto;
  }
  .part_con .sec_ti {
    display: none;
  }
  .ban_index .ban_item img {
    width: 100%;
  }
  .ban_index .ban_item {
    margin-bottom: 0.2rem;
  }
  .pow_con .list {
    padding: 15px;
  }
  .pow_con .sec_ti {
    display: flex;
    align-items: center;
    padding: 0;
    height: 2rem;
  }
  .pow_con .sec_ti a {
    width: 100%;
    height: auto;
  }
  .pow_con .sec_ti span,
  .part_con .sec_ti span {
    line-height: inherit;
    text-align: center;
  }
  .power_inner {
    margin-bottom: 0.3rem;
  }
  /* .pro_item dd h4 {
    line-height: 0.6rem;
  } */
  .pro_item dd i {
    line-height: 0.6rem;
    font-size: 18px;
  }
  .pro_cate_list {
    margin-top: 0.4rem;
  }

  .pro_item dd i {
    width: 18%;
    background-size: 40% 40%;
  }
  .sub_list .container {
    margin: 0;
    padding: 0;
  }
  .pow_con .list .num {
    width: 20%;
    margin-bottom: 0.2rem;
  }
  .pow_con .list .txt {
    width: 100%;
  }
  .dis_list li img {
    height: 2.4rem;
  }
  .dis_list li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .header_m .logo_ti {
    line-height: 36px;
  }
  .appl_con .col-sm-7 {
    width: 70%;
  }
  .appl_con .col-sm-3 {
    width: 30%;
  }
  .news_l_con .news_list {
    width: 60%;
    float: left;
  }
  .news_l_con .news_l_pic {
    width: 40%;
    float: right;
  }
  .news_l_con .news_list {
    height: 150px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .news_l_con .news_list_01 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  h5, h6 {
    font-size: 16px;
  }
  .equ-list li h5 {
    font-size: 14px;
    margin-top: 6px;
  }
  .hon-item a {
    padding: 10px;
  }
  .insti_con .list li {
    height: 2rem;
  }
  .inner .content .title_pic {
    width: 100%;
  }
  .about .sec-ti {
    margin-bottom: .4rem;
  }
  .inner_con p span {
    font-size: 14px !important;
  }
  .flex-50>div, .flex-50>ul {
    width: 100%;
  }
  .advantage .flex-50>div {
    width: 100%;
}
.foot_con_t .box {
  flex-wrap: wrap;
}
  .flex-33 li {
    width: 100%;
  }

  .pro-con li:nth-child(1) {
    display: none;
  }
  .vis-con .pic {
    margin-bottom: 20px;
  }
  .news-con .item  .info {
    width: 71%;
  }
  .vis-con .pic,
  .vis-con .txt {
    width: 100%;
  }
  .flex-50 .hon-list {
    width: 100%;
  }
  .flex-50 .adv-list {
    width: 100%;
  }
  .adv-list .item {
    padding: 20px;
  }
  .about-con .txt h3 {
    margin-bottom: 10px;
  }
  .news-con li {
    margin-bottom: 15px;
  }
  .adv-list .icon {
    margin-bottom: 10px;
  }
  .adv-list .icon img {
    height: 40px;
  }
  .appl-con .appl-pic {
    display: none;
  }
  .appl-con .image-list {
    width: 100%;
  }
  .news-con .item .time {
    width: 24%;
    height: 78px;
  }
  .about-inner-con .txt {
    padding: 20px;
  }
  .news-con .time .day {
    font-size: 20px;
  }
  .news-con .time .year {
    font-size: 16px;
  }
  .sec-ti {
    margin-bottom: .4rem;
  }
  .inner .content .title_txt {
    padding: 0.3rem 0;
  }
  .inner .content .title_txt,
  .inner .content .title_pic {
    height: auto;
  }
  .about-con p {
    margin-bottom: 0;
  }
  .proj-news .list li {
    width: 100%;
  }
  .tech-src .top-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tech-src .top-list li:last-child {
    margin-bottom: 0;
  }
  .tech-src .bottom-list {
    margin-top: 20px;
  }
  .tech-src .bottom-list li {
    width: 100%;
    margin-right: 0;;
    margin-bottom: 20px;
  }
  .tech-src .bottom-list li:last-child {
    margin-bottom: 0;
  }
  .tech-src ul li {
    margin-bottom: 0;
  }
  .banner .banner-txt {
    margin-top: 0;
  }
  .slo-list ul li {
    width: 100%;
  }
  .about-inner-con .pic {
    margin-bottom: 20px;
  }
  .vis-con .list h5 {
    text-align: center;
  }
  .vis-con .list .item {
    flex-direction: column;
    height: 100%;
  }
  .vis-con .list .item:after {
    left: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 8px;
  }
  .vis-con .list .item img {
    height: 52px;
    margin-bottom: 10px;
  }
  .hon-item a img {
    width: auto;
    height: 100px;
}
.hon-item {
  height: 170px;
}
  .dev-list-item .time {
    margin-right: 20px;
    padding-right: 46px;
  }
  .dev-list-item .item {
    margin-bottom: 15px;
  }
  .dev-list-item .time {
    font-size: 24px;
  }
  .vis-con .list h5 {
    margin-left: 0;
  }
  .cont-list ul {
    flex-wrap: wrap;
  }
  .cont-list ul li {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .cont-list i {
    font-size: 32px;
  }
  .theme-btn {
    margin-top: 10px;
    margin-bottom: 0;
  }
.cont-list .item-l {
  width: 60px;
  height: 60px;
}
  .market-con .market-list {
    width: 100%;
  }
  footer h1 {
    font-size: 18px;
  }
  .hard-equ .txt,
  .hard-equ .pic-list {
    width: 100%;
  }
  .hard-equ .item p {
    line-height: 1.5;
  }
  .about-inner-con .pic, 
  .about-inner-con .txt {
    width: 100%;
  }


.index-cont {
  display: none;
}


  .chanp_xq {
    padding: 15px;
  }
  .pro_title ul li:nth-child(4):before {
    border: none;
  }
  .container {
    max-width: 100%;
    flex-wrap: wrap;
  }
  
.foot_con_t .foot_item {
  max-width: 100%;
}
  .col-xs-6 {
    padding: 5px;
  }
  .power_list .pic,
  .power_list .txt {
    height: 3.6rem;
  }
  .power_list .item_r h4 {
    line-height: 28px;
  }
  .news .news_con {
    height: 3.6rem;
  }
  .news .news_list .item {
    margin-bottom: 0.2rem;
  }
  .news .news_con {
    height: auto;
  }
  .news_con .content h4 {
    margin-bottom: 0;
  }
  .news_con a .date {
    width: 22%;
  }
  .news_con .date span.lg {
    font-size: 0.4rem;
  }
  .news_con .date span.sm {
    font-size: 0.24rem;
  }
  .cul_con .cul_big {
    height: 5.2rem;
  }
  .appl_inner_item .pic {
    height: 2.8rem;
  }
  .cont_list_wrap .list {
    width: 100%;
  }
  .cont_list_wrap .pic {
    width: 40%;
  }
  .why_con .pic,
  .why_con .txt {
    height: 2.6rem;
  }
  #header.fixed a {
    color: #fff;
  }
  #header.fixed a.logo {
    color: #000;
  }
  .banner-text {
    padding-top: 30%;
  }
  .banner-text h1 {
    font-size: 42px;
  }
  .banner-text p {
    font-size: 18px;
  }
  .about1_wrap {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  p, span, a {
    font-size: 14px;
  }
  h6, span {
    font-size: 14px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mg60 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .pd40 {
    padding: 20px 0;
  }
  .pd60 {
    padding: 30px 0;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .pro_mob_nav {
    display: block;
   }
   .banner {
    padding-left: 12%;
   }
  .scroll-txt {
    display: none;
  }
  .foot_cont_t {
    flex-wrap: wrap;
  }
  .foot_con_t .foot_item {
    flex: auto;
  }
  .foot_con_t .foot_item, 
  .foot_con_t .foot_logo
  {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .foot_con_t .foot_item:last-child {
    margin-bottom: 0;
  }
  .coop-list li {
    width: calc((100% - 27px) / 2);
    margin-right: 25px;
    margin-bottom: 25px;
    border:1px solid #ccc;
  }
  .coop-list li:nth-child(4n+4) {
    margin-right: 25px;
  }
  .coop-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .coop-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
  .expert {
    padding-bottom: 40px;
  }
  .expert .txt h3 {
    margin-bottom: 15px;
  }
  .expert li {
    display: block;
  }
  .expert .pic {
    margin-left:auto;
    margin-right: auto;
  }
  .expert .txt h3,  .expert .txt h5 {
    text-align: center;
  }
  .inner .sub_ti {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .inner_cate_nav li {
    width: 48.5%;
    margin-bottom: 15px;
}
.related .list .item {
  width: calc((100% - 20px) / 2);
}
.related .list .item:nth-child(4n+4) {
  margin-right: 20px;
}
.related .list .item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.related .list .item:nth-child(2n+2) {
  margin-right: 0;
}
.related .list .pic {
  height: 190px;
}
.contact_list .wrap .cont_item {
  font-size: 14px;
}
.foot_con_t li a {
  font-size: 14px;
}
.form_container .item {
  width: 100%;
}
.form_container {
  flex-wrap: wrap;
}
.form_container .form_input:last-child {
  margin-bottom: 15px;
}
.form_container textarea {
  height: 180px;
}
.equ-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.pat-list .item h4 {
  width: 100px;
  line-height: 1.5;
}
.sp-thumbs {
  height: 32px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
  height: 100%;
}
.contact_list i {
  font-size: 36px;
}
.contact_list ul li i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-size: 46% !important;
}
.equ-list li:nth-child(3n + 3) {
  margin-right: 15px;
}
.equ-list li {
  width: calc((100% - 15px) / 2);
}
.equ-list li:nth-child(2n+2) {
  margin-right: 0;
}
.inner_cate_nav {
  border: none;
  margin-top: 15px;
}
.inner_cate_nav .list {
  justify-content: space-between;
  /* border: 1px solid #ccc; */
}
.inner_cate_nav li:nth-child(1n) {
  line-height: 1.5;
  border: 1px solid #ccc;
  /* border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; */
  /* margin-right: -1px;
  margin-bottom: -1px; */
}
/* .inner_cate_nav li:nth-child(2n) {
  border-bottom: 1px solid #ccc;
  border-right: none;
} */
/* .inner_cate_nav li:last-child {
  border-bottom:none;
} */
.pro-con .item .txt {
  height: 258px;
}
.news-con .pic{
  height: 108px;
}
.news-con .txt {
  height: 140px;
}
.inner_cate_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner_cate_nav a {
  padding: 15px;
}
.vis-con .txt {
  padding: 20px;
}
.arti_con .top {
  height: auto;
}
.arti_con .txt_wrap {
  padding: 20px;
}
.arti_con .top h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.arti_con .top .more {
  margin-top: 15px;
}
.arti_con_title h3 {
 padding: 10px;
}
.arti_con .top {
  flex-wrap: wrap;
}
.arti_con .top .top_box, .arti_con .top .txt {
  width: 100%;
}
.en-ban-index-txt h1 {
  font-size: 20px;
}
  .pro_list .pro_item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
  .pro_list .pro_item:nth-child(3n+3) {
    margin-right: 15px;
  }
  .pro_list .pro_item:nth-child(2n+2) {
    margin-right: 0;
  }
  .sci_dire .list h3 {
    height: auto;
  }
  .sci_dire .list p {
    height: auto;
  }
  .xq_fr {
    padding: 0;
  }
  .news-list .list-item {
    flex-wrap: wrap;
  }
  .news-list .list-item .pic {
    width: 100%;
    margin-right: 0;
  }
  .news-list .list-item .txt {
    width: 100%;
  }
  .acad_list .list-item .txt {
    padding-top: 0;
  }

  .news-list .list-item .txt {
    align-items: center;
  }
  .news-list .list-item .info {
    width: 70%;
    flex: none;
  }
  .news-list .list-item h3 {
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-list .list-item .day {
    font-size: 22px;
    line-height: 1;
  }
  .news-list .list-item .year {
    font-size: 16px;
  }
  .inner_pro .main-l {
    display: none;
  }
  .inner_pro .content {
    width: 100%;
  }
  .sci_dire .list li {
    width: 100%;
  }
  .sci_dire .list li {
    margin-bottom: 15px !important;
  }
  .sci_dire .list li:last-child {
    margin-bottom: 0;
  }
  .news-con .news-list {
    flex-wrap: wrap;
  }
  .news-con .news-list li {
    width: 100%;
  }
  .news-con .news-list .pic {
    height: 200px;
  }
  .news-con .news-list li:nth-child(1),
  .news-con .news-list li:nth-child(2)
  {
    margin-bottom: 20px;
  }
  .foot_con_t {
    flex-wrap: wrap;
  }
.acad_con .pic {
  margin-bottom: .2rem;
}
  .news_lists > a {
    margin-bottom: 15px;
  }
  .sciFor_coop .graphics {
    margin-top: 60px;
  }
  .leader_list .wrap .pic {
    width: 1.9rem;
    height: auto;
    margin-right: 0.3rem;
  }
  .dire_item .txt_wrap .txt_l {
    display: none;
  }
  .acad_list li:nth-child(4),
  .acad_list li:nth-child(5),
  .acad_list li:nth-child(6) {
    margin-bottom: 0.3rem;
  }
  .acad_list li {
    margin-bottom: 0.3rem;
  }
  .orga_graphics .orga_grap_txt {
    height: 5rem;
  }
  .orga_graphics .item_01 {
    width: 1.7rem;
    margin-left: -0.85rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .orga_graphics .item_02 {
    width: 1.7rem;
    margin-left: -0.85rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .orga_graphics .item_03 {
    width: 1.7rem;
    height: 0.4rem;
    line-height: 0.4rem;
    left: 21.8%;
  }
  .orga_graphics .item_04 {
    width: 1.7rem;
    height: 0.4rem;
    line-height: 0.4rem;
    right: 20.2%;
  }
  .orga_graphics .item_05 {
    width: 0.4rem;
    line-height: 0.4rem;
    height: 4rem;
    padding-top: 15px;
  }
  .orga_graphics .item_06 {
    width: 0.4rem;
    line-height: 0.4rem;
    height: 4rem;
    padding-top: 15px;
  }
  .orga_graphics .item_07 {
    width: 0.4rem;
    line-height: 0.4rem;
    height: 4rem;
    padding-top: 15px;
  }
  .orga_graphics .item_08 {
    width: 0.4rem;
    line-height: 0.4rem;
    height: 4rem;
    padding-top: 15px;
  }
  .orga_graphics .item_09 {
    width: 0.4rem;
    line-height: 0.4rem;
    height: 4rem;
    padding-top: 15px;
  }
  .orga_graphics .item_10 {
    width: 0.4rem;
    line-height: 0.4rem;
    height: 4rem;
    padding-top: 15px;
  }
  .orga_graphics .item_11 {
    width: 0.4rem;
    line-height: 0.4rem;
    height: 4rem;
    padding-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .inner-nav {
    padding: 15px 0;
  }
  .inner-nav ul{
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .inner-nav ul li {
    width: 48%;
    padding: 0;
  }
  .inner-nav ul li h3 {
    text-align: center;
    line-height: 2.5;
  }
  .inner .content p img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .foot_cont > li {
    width: 100%;
  }
  /* .newsContent p,
  .newsContent p span {
    font-size: 14px !important;
  } */
  .info .container {
    height: auto;
  }
  .info_list .item a {
    height: 70px;
  }
  .info .info_list .item a {
    height: inherit;
  }
  .equ_list .equ_item .equ_item_title {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 15px 10px;
  }
  .equ_item_box h4 {
    font-size: 14px;
  }
  .empl_con img {
    width: 150px;
    margin-right: 14px;
  }
  .empl_con h3,
  .empl_con h4 {
    margin-bottom: 7px;
  }
  .empl_con h4 {
    font-size: 15px !important;
  }
  .empl_con .boss_txt p {
    font-size: 13px;
    line-height: 25px;
  }
  .info_list {
    flex-wrap: wrap;
  }
  .news .news_list .item img {
    height: 128px;
  }
  .news_list_item .pic img {
    height: 128px;
  }


  .phdProfile_graphics .grap_txt h4 {
    width: 2.2rem;
    height: 0.6rem;
    padding: 0 0.1rem;
    line-height: 0.6rem;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .phdProfile_graphics .grap_txt .item_01 {
    margin-left: -1.1rem;
  }
  .phdProfile_graphics .grap_txt .item_03 {
    margin-left: -1.1rem;
  }
  .phdProfile_graphics {
    height: 2rem;
  }
  .supp_list .supp_item {
    width: 100%;
  }
  .supp_list {
    display: flex;
    flex-wrap: wrap;
  }
  .supp_list .supp_item .item_l {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .supp_list .supp_item i {
    width: 3rem;
    height: 3rem;
    background-size: cover;
    margin: 0 auto;
  }
  .supp_list .supp_item .item_r p {
    font-size: 13px;
  }
  .supp_list .supp_item .item_r {
    background: none;
  }
  .supp_list .supp_item .item_r {
    display: block;
    width: 100%;
    height: auto;
  }
  .supp_list .supp_item .wrap {
    width: 100%;
  }
  .supp_list .supp_item h4 {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  .news-list .list-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .news-list .list-item .time {
    margin-right: 15px;
    padding: 20px 10px;
  }
  .sciFor_coop .graphics {
    height: 5rem;
  }
  .subj_list .subj_item {
    width: 49%;
  }
  .inner_section .title h5 {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .sciFor_coop .grap_txt .item_02 {
    width: 60%;
    top: -36px;
  }
  .sciFor_coop .grap_txt h4 {
    font-size: 14px;
  }
  .sciFor_coop .grap_txt .item_03 {
    margin-left: -35px;
  }
  .phd_purp {
    padding: 0.3rem;
  }
  .phd_purp .wrap {
    display: block;
  }
  .inner_section .title h5 {
    padding-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .phd_purp {
    margin-bottom: 0.3rem;
  }
  .inner_section {
    margin-bottom: 0.3rem;
  }
  .phd_purp .pic {
    margin-right: 0;
  }
  .phd_purp h5 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .purp_con {
    width: 100%;
  }
  .purp_icon_list span {
    display: block;
    width: 1.3rem;
    text-align: center;
  }
  .phd_purp .en {
    font-size: 34px;
  }
  .sciFor_table th {
    height: 36px;
    line-height: 36px !important;
  }
  .sciFor_table th,
  .sciFor_table td {
    font-size: 13px;
  }
  .sciFor_table .details {
    padding: 10px 0;
    padding-left: 10px;
  }
  .sciFor_table .details li {
    line-height: 20px;
  }
  .subj_item_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .inner_section .title {
    font-size: 16px;
  }
  .subj_list .subj_item {
    margin-bottom: 0.8rem;
  }
  .download_table a {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .download_table {
    display: block;
  }
  .download_table a span {
    margin-left: 8px;
  }
  .pat-pic-list {
    width: 100%;
  }

  .pat-list .item img {
    height: 62px;
  }
  .pat-list .item {
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .pat-list .item:nth-child(2) {
    margin-right: 0;
  }
  .pat-pic-list {
    margin: 20px 0;
  }
  .hon-list li {
    width: 48%;
  }
  .hon-list li .pic a {
    height: 142px;
    padding: 15px;
  }
  .hon-list li h3 {
    margin: 15px 0;
  }
  .acad_list .item {
      width: 100%;
  }
  .acad_list .item:last-child {
    margin-bottom: 0;
  }
  .acad_item_con h3 {
    height: auto;
  }
  .boss_con .boss_pic {
    margin-bottom: 0.3rem;
  }
  .inner .content .title_pic {
    width: 100%;
    height: 3.5rem;
  }
  .inner .content .title_pic img {
    width: 100%;
  }
  .inner .content .title_txt span {
    font-size: 18px;
  }
  .supp_list .supp_item {
    margin-bottom: 0.3rem;
  }
  .inner .content .title_txt h4 {
    font-size: 18px;
    margin: 0;
  }
  .inner .content .title_txt p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .boss_con .boss_pic {
    margin-right: 0;
  }
  .boss_con .pic img {
    display: block;
    margin: 0 auto;
  }
  .boss_con {
    display: block;
  }
  .insti_con .list li {
    width: 100%;
    height: 2.9rem;
  }
  .insti_con .item p {
    line-height: 18px;
  }
  .info_list .item_01,
  .info_list .item_02,
  .info_list .item_03 {
    width: 100%;
    height: 4rem;
  }
  .info_list .item_01 i {
    width: 48px;
    height: 46px;
  }
  .info_list .item_01 i {
    width: 48px;
    height: 46px;
  }
  .info_list .item_02 i {
    width: 48px;
    height: 30px;
  }
  .info_list .item_03 i {
    width: 48px;
    height: 48px;
  }
  .part_list {
    flex-wrap: wrap;
  }
  .part_list .item {
    margin-bottom: 0.2rem;
  }
  .acad_con .acad_reco,
  .acad_con .pic {
    width: 100%;
  }
  .acad_con .acad_reco {
    padding: 0.3rem;
  }
  .team_list .item {
    background-size: contain;
  }
  .team_list .content p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .team_list .content h3 {
    margin-bottom: 0.2rem;
  }
  .team_list .item {
    height: 5.2rem;
    padding-top: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .team_list .item .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    margin-bottom: 0.4rem;
  }
  .banner {
    height: 3rem;
  }
  .news_list_item .txt {
    padding: 0.16rem;
  }
  .news_list_item .txt .time {
    width: 80px;
  }
  .news_list_item .txt h3 {
    margin: 6px 0;
  }
  .cont1_wrap {
    height: 6rem !important;
  }

  .contact_list .wrap .en {
    font-size: 18px;
  }
  .contact_list .wrap p {
    font-size: 14px;
  }
  .contact_con {
    margin-bottom: 0.3rem;
  }
  .foot_con_t {
    padding-bottom: 0.3rem;
  }
  .foot_con_t .box {
    padding-bottom: 0;
  }
  .foot_con_b {
    padding-top: 0.3rem;
  }
  .inner .content {
    float: none;
  }
  .side_bar_con > .title {
    background-size: cover;
  }
  .side_bar_con > .title,
  .side_bar .side_bar_item {
    height: 62px;
  }
  .inner .content {
    width: 100%;
  }
  .inner .content .txt span {
    font-size: 18px;
  }
  .inner .content .txt h4 {
    font-size: 20px;
    margin: 7px 0;
  }
  .inner .nav {
    margin-bottom: 0.3rem;
  }
  .foot_con_t .foot_logo {
    flex-wrap: wrap;
  }
  .foot_con_t .foot_logo img {
    margin-left: 0;
  }
  .foot_con_t .foot_logo .txt ,
  .foot_con_t .foot_logo .pic {
    width: 100%;
  }
  .foot_con_t .foot_logo .pic {
    margin-left: 0;
    margin-top: 10px;
  }
  .foot_con_t .foot_logo span {
    text-align: left;
  }
}
