@import url("reset.css");
@media screen and (max-width: 992px) {
  * {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
  }
  
  .pagination {
      /*border: 1px solid red;*/
      display: flex;
      height: 100%;
      font-size: 0.4rem;
      justify-content: center;
      margin: 0.5rem 0;
  }
  
  .pagination li {
      border: 1px solid #EDEDED;
      height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pagination li a {
      width: 100%;
      height: 100%;
      color: #666666;
      display: flex;
      align-items: center;
      justify-content: color;
      padding:8px 15px;
      /*margin: 0 0.08rem;*/
  }
  
  .pagination li span {
      display: inline-block;
      width: 100%;
      height: 100%;
      padding:8px 15px;
      /*margin: 0 0.08rem;*/
      display: flex;
      align-items: center;
      justify-content: color;
  }
  
  .pagination .active {
      color: #0074B7;
  }
  html {
    font-size: 16px;
  }
  .header {
    width: 100%;
    height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
  }
  .header .navbar {
    width: 100%;
    height: 4rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .header .navbar .img {
    flex: 1;
    text-align: center;
    margin: 0 2rem 0 1rem;
  }
  .header .navbar .img img {
    width: 100%;
    height: 100%;
  }
  .header .navbar .nav {
    display: none;
  }
  .header .navbar .menu {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 1rem;
  }
  .header .navbar .menu img {
    width: 100%;
    height: 100%;
  }
  .header .navbar .nav_list {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #0074B7;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 10;
  }
  .header .navbar .nav_list .closebtn {
    position: absolute;
    right: 2rem;
    top: 5rem;
    font-size: 3rem;
    color: #ffffff;
  }
  .header .navbar .nav_list .nav_list_content {
    display: inline-block;
    width: 100vw;
    height: 50vh;
    text-align: center;
    margin: 40% 0;
    line-height: calc(50vh / 4);
  }
  .header .navbar .nav_list .nav_list_content a {
    display: block;
    color: #fff;
    margin: auto 0;
    font-size: 1rem;
  }
  .banner-box {
    width: 100%;
    height: 15rem;
    position: relative;
    color: #fff;
    margin: 5rem 0 0 0;
  }
  .banner-text{
      display: none;
  }
  .swiper{
    height: 100%;
  }
  .swiper-button-prev,
  .swiper-button-next{
      opacity: 0;
  }
  .banner-box img {
    width: 100%;
    height: 100%;
  }
  .router-box {
    display: none;
  }
  .index-page .bodyer .item01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .index-page .bodyer .item01 .info {
    padding: 10px 0 0 0;
  }
  .index-page .bodyer .item01 .info .title {
    line-height: 50px;
    font-size: 1.3rem;
    color: #333333;
    font-weight: bold;
    position: relative;
    line-height: 1.3;
    text-align: center;
  }
  .index-page .bodyer .item01 .info .subtitle {
    color: #666666;
    font-size: 16px;
    margin: 1.5rem 0;
    line-height: 1.3;
    padding: 0 1rem;
  }
  .index-page .bodyer .item01 .info .btn {
    display: none;
  }
  .index-page .bodyer .item01 .img {
    flex: 1;
    padding: 0 1rem;
  }
  .index-page .bodyer .item01 .img img {
    width: 100%;
  }
  .index-page .bodyer .item02 {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .index-page .bodyer .item02 .title-box {
    margin: 20px 0;
  }
  .index-page .bodyer .item02 .title-box .title .chititle {
    font-size: 1.3rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  .index-page .bodyer .item02 .title-box .title .engtitle {
    display: none;
  }
  .index-page .bodyer .item02 .title-box .more {
    border: 1px solid #F8F8FA;
    display: none;
  }
  .index-page .bodyer .item02 .title-box .more .text {
    margin: 0 5px 0 0;
    color: #858383;
  }
  .index-page .bodyer .item02 .card-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .index-page .bodyer .item02 .card-box .card {
    display: flex;
    flex-direction: column;
    color: #333333;
  }
  .index-page .bodyer .item02 .card-box .card .img img {
    width: 100%;
    height: 100%;
  }
  .index-page .bodyer .item02 .card-box .card .text {
    padding: 10px 10px;
    height: 6.25rem;
    box-sizing: border-box;
    position: relative;
    background-color: #f5f5f5;
    color: #333333;
  }
  .index-page .bodyer .item02 .card-box .card .text .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.125rem;
    color: #333333;
    font-weight: bold;
    line-height: 1.3;
  }
  .index-page .bodyer .item02 .card-box .card .text .subtitle {
    display: none;
  }
  .index-page .bodyer .item02 .card-box .card .text .more {
    position: absolute;
    right: 10px;
    bottom: 15px;
    color: #999999;
  }
  .index-page .bodyer .item03 {
    width: 100%;
    height: 3rem;
    margin: 2rem auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
  }
  .index-page .bodyer .item03 .title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .index-page .bodyer .item03 .title .chititle,
  .index-page .bodyer .item03 .title .engtitle {
    display: flex;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
  }
  .index-page .bodyer .item03 .title .chititle {
    font-size: 1.5rem;
  }
  .index-page .bodyer .item03 .title .engtitle {
    display: none;
  }
  .index-page .bodyer .item03 .btn {
    border-radius: 16px;
    background-color: #fff;
    color: #0068B7;
    display: flex;
    align-items: center;
    height: 2.5rem;
  }
  .index-page .bodyer .item03 .btn img {
    margin: 0 10px;
  }
  .index-page .bodyer .item03 .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .about-page .item01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0 1rem;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
  }
  .about-page .item01 .info {
    padding: 10px 0 0 0;
    flex: 1;
    margin: 0 1.875rem 0 0;
    width: 100%;
  }
  .about-page .item01 .info .title {
    line-height: 50px;
    font-size: 1.2rem;
    color: #0068B7;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .about-page .item01 .info .subtitle {
    color: #666666;
    font-size: 16px;
    margin: 1rem 0 1rem 0;
    line-height: 1.3;
  }
  .about-page .item01 .info .btn {
    padding: 10px 15px;
    background-color: #0068B7;
    align-items: center;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
  }
  .about-page .item01 .img {
    width: 100%;
  }
  .about-page .item01 .img img {
    width: 100%;
  }
  .about-page .item02 {
    width: 100%;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .about-page .item02 .info {
    padding: 10px 0 0 0;
    flex: 1.3;
  }
  .about-page .item02 .info .title {
    font-size: 1.2rem;
    color: #0068B7;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 0 1.5rem 0;
  }
  .about-page .item02 .info .subtitle {
    color: #666666;
    font-size: 16px;
    margin: 0.5rem 0;
    line-height: 1.3;
    padding: 0 1rem;
  }
  .about-page .item02 .right {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 1rem;
    grid-gap: 0.5rem;
    flex: 0.9;
    margin: 1rem 0;
  }
  .about-page .item02 .right .num-box {
    border-radius: 8px;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-page .item02 .right .num-box .title {
    color: #0068B7;
    display: flex;
    align-items: flex-end;
    margin: 1rem 0 0 0;
  }
  .about-page .item02 .right .num-box .title .num {
    font-size: 3rem;
  }
  .about-page .item02 .right .num-box .title .text {
    font-size: 1rem;
    margin: 0 0 5px 5px;
  }
  .about-page .item02 .right .num-box .subtitle {
    width: 100%;
    margin: 1rem 0;
    font-size: 14px;
    color: #666666;
    text-align: center;
  }
  .news-page .item01 {
    width: 100%;
  }
  .news-page .item01 .news-card {
    width: 100%;
    margin: 2rem auto;
    background-color: #F5F5F7;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 1rem;
    overflow: hidden;
  }
  .news-page .item01 .news-card .img {
    width: 100%;
    height: 250px;
    box-sizing: border-box;
  }
  .news-page .item01 .news-card .img img {
    width: 100%;
    height: 100%;
  }
  .news-page .item01 .news-card .info {
    flex: 1;
    box-sizing: border-box;
  }
  .news-page .item01 .news-card .info .title {
    font-size: 1.2rem;
    color: #333333;
    font-weight: bold;
    margin: 1rem 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-page .item01 .news-card .info .subtitle {
    font-size: 1rem;
    color: #666666;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .news-page .item01 .news-card .info .below {
    display: flex;
    margin: 0.5rem 0;
    justify-content: space-between;
  }
  .news-page .item01 .news-card .info .below .date {
    color: #666666;
    font-size: 16px;
  }
  .news-page .item01 .news-card .info .below .more {
    font-size: 14px;
    color: #999999;
  }
  .news-page .item01 .news-card .info .below .more img {
    margin: 0 5px;
  }
  .news-page .sorter-box {
    padding: 0 1rem 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1rem;
    color: #666666;
  }
  .news-page .sorter-box .previous-page,
  .news-page .sorter-box .next-page {
    padding: 10px 15px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    margin: 0 5px;
    height: 33px;
  }
  .news-page .sorter-box .btn {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin: 0 5px;
    margin: 1rem auto;
    height: 33px;
  }
  .news-page .sorter-box .ckeck_sorter {
    border: 1px solid #0074B7;
    color: #0074B7;
  }
  .news-page .sorter-box .skip {
    height: 100%;
    margin: 0 5px;
    height: 33px;
  }
  .news-page .sorter-box .skip input {
    border: 1px solid #EDEDED;
    width: 30px;
    height: 33px;
    color: #666666;
    height: 100%;
    text-indent: 5px;
  }
  .news-details-page .bodyer .item01 {
    width: 100%;
    margin: 5rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .news-details-page .bodyer .item01 .title {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }
  .news-details-page .bodyer .item01 .date {
    color: #999999;
    height: 2.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
  }
  .news-details-page .bodyer .item01 .contents {
    margin: 0rem 0 2rem 0;
  }
  .news-details-page .bodyer .item01 .contents .text {
    margin: 1rem 0;
    line-height: 1.2;
  }
  .news-details-page .bodyer .item01 .contents .img {
    width: 100%;
    text-align: center;
  }
  .news-details-page .bodyer .item01 .contents .img img {
    width: 100%;
  }
  .contact-page .item01 {
    width: 100%;
    padding: 0 1rem;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
  }
  .contact-page .item01 .info {
    flex: 1;
  }
  .contact-page .item01 .info .title {
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 1.2rem;
    font-weight: 1.875rem;
    margin: 1.5rem 0;
  }
  .contact-page .item01 .info .li {
    display: flex;
    align-items: center;
    height: 50px;
    color: #666666;
    font-size: 15px;
    line-height: 1.3;
  }
  .contact-page .item01 .info .li img {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
  }
  .contact-page .item01 .map {
    width: 100%;
    height: 300px;
    margin: 0 0 1.875rem 0;
  }
  .contact-page .item01 .map img {
    width: 100%;
    height: 100%;
  }
  .footer {
    background-color: #F5F5F7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer .info-box {
    width: 100%;
    flex: 1;
  }
  .footer .info-box .link {
    height: 3.15rem;
    display: flex;
    width: 100%;
    box-sizing: border-box;
  }
  .footer .info-box .link a {
    color: #333333;
    font-size: 1rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*.info-box .archival a{*/
  /*    border: 1px solid red;*/
  /*}*/
  /*.footer .info-box .archival {*/
  /*  font-size: 14px;*/
  /*  margin: 30px 0;*/
  /*  color: #666666;*/
  /*  line-height: 1.5;*/
  /*  padding: 0 1rem;*/
  /*}*/
  /*.footer .info-box .archival a{*/
  /*    color: red;*/
  /*}*/
  .footer .info-box .btn-box {
    display: none;
  }
  .footer .code-box {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1rem 0;
  }
  .footer .code-box .img {
    width: 100px;
    margin: 0 10px;
  }
  .footer .code-box .img img {
    width: 100px;
  }
  .footer .code-box .img .text {
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 0.875rem;
    color: #666666;
  }
}
@media screen and (min-width: 993px) {
  * {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
  }
  .phone-element {
    display: none;
  }
  .pagination {
      /*border: 1px solid red;*/
      display: flex;
      height: 100%;
      font-size: 0.4rem;
      justify-content: center;
      margin: 0.5rem 0;
  }
  
  .pagination li {
      border: 1px solid #EDEDED;
      height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pagination li a {
      width: 100%;
      height: 100%;
      color: #666666;
      display: flex;
      align-items: center;
      justify-content: color;
      padding:8px 15px;
      /*margin: 0 0.08rem;*/
  }
  
  .pagination li span {
      display: inline-block;
      width: 100%;
      height: 100%;
      padding:8px 15px;
      /*margin: 0 0.08rem;*/
      display: flex;
      align-items: center;
      justify-content: color;
  }
  
  .pagination .active {
      color: #0074B7;
  }
  	
  .header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
  }
  .header .navbar {
    width: 70%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .header .navbar .img {
    flex: 1;
    text-align: center;
  }
  .header .navbar .nav {
    flex: 1;
    display: flex;
    height: 100%;
  }
  .header .navbar .nav a {
    color: #333333;
    font-size: 16px;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s;
  }
  .header .navbar .nav a::after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #0068B7;
    opacity: 0;
    transition: all 0.5s;
  }
  .header .navbar .nav a:hover {
    color: #0068B7;
  }
  .header .navbar .nav a:hover::after {
    opacity: 1;
  }
  .header .navbar .nav .check-nav {
    color: #0068B7;
  }
  .header .navbar .nav .check-nav::after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #0068B7;
    opacity: 1;
    transition: all 0.5s;
  }
  .banner-box {
    width: 100%;
    height: 500px;
    position: relative;
    color: #fff;
    margin: 60px 0 0 0;
  }
  .banner-box img {
    width: 100%;
    height: 100%;
  }
  .banner-box .banner-text {
    position: absolute;
    left: 15%;
    top: 45%;
  }
  .banner-box .banner-text .banner-name {
    font-size: 48px;
  }
  .banner-box .banner-text .banner-engname {
    margin: 10px 0 0 0;
  }
  .router-box {
    width: 70%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #555555;
    font-size: 14px;
  }
  .router-box img {
    margin: 0 10px 0 0;
  }
  .router-box a {
    color: #555555;
  }
  .index-page .bodyer .banner-box {
    width: 100%;
    height: 550px;
    position: relative;
    margin: 60px 0 0 0;
    color: #fff;
  }
  .index-page .bodyer .banner-box .swiper {
    width: 100%;
    height: 100%;
  }
  .index-page .bodyer .banner-box .swiper .swiper-button-prev {
    left: 50px;
    opacity: 0;
    transition: all 0.5s;
  }
  .index-page .bodyer .banner-box .swiper .swiper-button-next {
    right: 50px;
    opacity: 0;
  }
  .index-page .bodyer .banner-box .swiper:hover .swiper-button-prev {
    opacity: 1;
  }
  .index-page .bodyer .banner-box .swiper:hover .swiper-button-next {
    opacity: 1;
  }
  .index-page .bodyer .item01 {
    width: 70%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
  }
  .index-page .bodyer .item01 .info {
    padding: 10px 0 0 0;
    flex: 1;
    margin: 0 30px 0 0;
  }
  .index-page .bodyer .item01 .info .title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    position: relative;
  }
  .index-page .bodyer .item01 .info .title::after {
    content: '';
    width: 60px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #0068B7;
    position: absolute;
  }
  .index-page .bodyer .item01 .info .subtitle {
      /*border: 1px solid red;*/
    color: #666666;
    font-size: 16px;
    margin: 30px 0 50px 0;
    line-height: 1.3;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 5;*/
    /*overflow: hidden;*/
  }
  .index-page .bodyer .item01 .info .btn {
    padding: 10px 15px;
    background-color: #0068B7;
    align-items: center;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
  }
  .index-page .bodyer .item01 .img {
    flex: 1;
  }
  .index-page .bodyer .item01 .img img {
    width: 100%;
  }
  .index-page .bodyer .item02 {
    width: 70%;
    margin: 80px auto;
  }
  .index-page .bodyer .item02 .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
  }
  .index-page .bodyer .item02 .title-box .title .chititle {
    font-size: 32px;
    color: #333333;
    margin: 0 0 5px 0;
  }
  .index-page .bodyer .item02 .title-box .title .engtitle {
    font-size: 24px;
    color: #858383;
    margin: 5px 0 0 0;
  }
  .index-page .bodyer .item02 .title-box .more {
    border: 1px solid #F8F8FA;
    display: flex;
    padding: 10px 15px;
    border-radius: 20px;
  }
  .index-page .bodyer .item02 .title-box .more .text {
    margin: 0 5px 0 0;
    color: #858383;
  }
  .index-page .bodyer .item02 .card-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }
  .index-page .bodyer .item02 .card-box .card {
    height: 350px;
    display: flex;
    flex-direction: column;
  }
  .index-page .bodyer .item02 .card-box .card .img {
    height: 250px;
  }
  .index-page .bodyer .item02 .card-box .card .img img {
    width: 100%;
    height: 100%;
  }
  .index-page .bodyer .item02 .card-box .card .text {
    padding: 10px 10px;
    height: 100px;
    box-sizing: border-box;
    position: relative;
    background-color: #f5f5f5;
  }
  .index-page .bodyer .item02 .card-box .card .text .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.3;
  }
  .index-page .bodyer .item02 .card-box .card .text .more {
    position: absolute;
    right: 10px;
    bottom: 15px;
    color: #999999;
  }
  .index-page .bodyer .item02 .card-box .card:first-child {
    /* 跨越所有的3列 */
    grid-column: 1/4;
    display: flex;
    flex-direction: row;
  }
  .index-page .bodyer .item02 .card-box .card:first-child .img {
    flex: 1;
    height: 100%;
  }
  .index-page .bodyer .item02 .card-box .card:first-child .img img {
    width: 100%;
    height: 100%;
  }
  .index-page .bodyer .item02 .card-box .card:first-child .text {
    width: 400px !important;
    height: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .index-page .bodyer .item02 .card-box .card:first-child .text .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index-page .bodyer .item02 .card-box .card:first-child .text .subtitle {
    font-size: 16px;
    color: #666666;
    margin: 30px 0;
    height: 168px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
  }
  .index-page .bodyer .item02 .card-box .card:first-child .text .more {
    display: flex;
    justify-content: flex-end;
    color: #999999;
    font-size: 14px;
  }
  .index-page .bodyer .item02 .card-box .card:first-child .text .more img {
    margin: 0 0 0 10px;
  }
  .index-page .bodyer .item03 {
    width: 100%;
    height: 110px;
    margin: 100px 0 100px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .index-page .bodyer .item03 .title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 15%;
  }
  .index-page .bodyer .item03 .title .chititle,
  .index-page .bodyer .item03 .title .engtitle {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 5px 0;
  }
  .index-page .bodyer .item03 .title .chititle {
    font-size: 32px;
  }
  .index-page .bodyer .item03 .title .engtitle {
    font-size: 24px;
  }
  .index-page .bodyer .item03 .btn {
    padding: 20px 30px;
    border-radius: 16px;
    background-color: #fff;
    color: #0068B7;
    display: flex;
    align-items: center;
    margin: 0 15% 0 0;
  }
  .index-page .bodyer .item03 .btn img {
    margin: 0 10px;
  }
  .index-page .bodyer .item03 .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .about-page .item01 {
    width: 70%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
  }
  .about-page .item01 .info {
    padding: 10px 0 0 0;
    flex: 1;
    margin: 0 30px 0 0;
  }
  .about-page .item01 .info .title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #0068B7;
    font-weight: bold;
    position: relative;
  }
  .about-page .item01 .info .title::after {
    content: '';
    width: 30px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #0068B7;
    position: absolute;
  }
  .about-page .item01 .info .subtitle {
    color: #666666;
    font-size: 16px;
    margin: 30px 0 50px 0;
    line-height: 1.3;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 5;*/
    /*overflow: hidden;*/
  }
  .about-page .item01 .info .btn {
    padding: 10px 15px;
    background-color: #0068B7;
    align-items: center;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
  }
  .about-page .item01 .img {
    flex: 1;
  }
  .about-page .item01 .img img {
    width: 100%;
  }
  .about-page .item02 {
    width: 70%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
  }
  .about-page .item02 .info {
    padding: 10px 0 0 0;
    flex: 1.3;
  }
  .about-page .item02 .info .title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #0068B7;
    font-weight: bold;
    position: relative;
  }
  .about-page .item02 .info .title::after {
    content: '';
    width: 30px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #0068B7;
    position: absolute;
  }
  .about-page .item02 .info .subtitle {
    color: #666666;
    font-size: 16px;
    margin: 30px 0 30px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .about-page .item02 .info .btn {
    padding: 10px 15px;
    background-color: #0068B7;
    align-items: center;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
  }
  .about-page .item02 .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 0 0 0;
    grid-gap: 20px;
    flex: 0.9;
    margin: 0 0 0 50px;
  }
  .about-page .item02 .right .num-box {
    border-radius: 8px;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-page .item02 .right .num-box .title {
    color: #0068B7;
    display: flex;
    align-items: flex-end;
  }
  .about-page .item02 .right .num-box .title .num {
    font-size: 48px;
  }
  .about-page .item02 .right .num-box .title .text {
    font-size: 16px;
    margin: 0 0 5px 5px;
  }
  .about-page .item02 .right .num-box .subtitle {
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
    color: #666666;
    text-align: center;
  }
  .news-page .item01 {
    width: 100%;
  }
  .news-page .item01 .news-card:first-child {
    margin: 0 auto;
  }
  .news-page .item01 .news-card {
    width: 70%;
    height: 300px;
    margin: 20px auto;
    background-color: #F5F5F7;
    display: flex;
    box-sizing: border-box;
  }
  .news-page .item01 .news-card .img {
    width: 450px;
    height: 250px;
    margin: auto 30px auto 20px;
    box-sizing: border-box;
  }
  .news-page .item01 .news-card .img img {
    width: 100%;
    height: 100%;
  }
  .news-page .item01 .news-card .info {
    flex: 1;
    box-sizing: border-box;
    margin: 25px 20px 25px 10px;
  }
  .news-page .item01 .news-card .info .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-page .item01 .news-card .info .subtitle {
    font-size: 16px;
    color: #666666;
    height: 117px;
    line-height: 1.2;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .news-page .item01 .news-card .info .below {
    display: flex;
    justify-content: space-between;
  }
  .news-page .item01 .news-card .info .below .date {
    color: #666666;
    font-size: 16px;
  }
  .news-page .item01 .news-card .info .below .more {
    font-size: 14px;
    color: #999999;
  }
  .news-page .item01 .news-card .info .below .more img {
    margin: 0 5px;
  }
  .news-page .sorter-box {
    margin: 30px auto;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #666666;
  }
  .news-page .sorter-box .previous-page,
  .news-page .sorter-box .next-page {
    padding: 10px 15px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    margin: 0 5px;
  }
  .news-page .sorter-box .btn {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin: 0 5px;
  }
  .news-page .sorter-box .ckeck_sorter {
    border: 1px solid #0074B7;
    color: #0074B7;
  }
  .news-page .sorter-box .skip {
    height: 100%;
    margin: 0 5px;
  }
  .news-page .sorter-box .skip input {
    border: 1px solid #EDEDED;
    width: 30px;
    height: 33px;
    color: #666666;
    height: 100%;
    text-indent: 5px;
  }
  .news-details-page .bodyer .item01 {
    width: 50%;
    margin: 60px auto;
  }
  .news-details-page .bodyer .item01 .title {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .news-details-page .bodyer .item01 .date {
    color: #999999;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
  }
  .news-details-page .bodyer .item01 .contents {
    margin: 0rem 0 50px 0;
  }
  .news-details-page .bodyer .item01 .contents .text {
    margin: 20px 0;
    line-height: 1.2;
  }
  .news-details-page .bodyer .item01 .contents .img {
    width: 100%;
    text-align: center;
  }
  .news-details-page .bodyer .item01 .contents .img img {
    width: 100%;
  }
  .contact-page .item01 {
    width: 70%;
    margin: 0 auto 50px;
    display: flex;
  }
  .contact-page .item01 .info {
    flex: 1;
  }
  .contact-page .item01 .info .title {
    font-weight: bold;
    color: #333333;
    font-weight: 30px;
    margin: 30px 0;
  }
  .contact-page .item01 .info .li {
    display: flex;
    align-items: center;
    height: 50px;
    color: #666666;
    font-size: 15px;
    line-height: 1.3;
  }
  .contact-page .item01 .info .li img {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
  }
  .contact-page .item01 .map {
    width: 500px;
    height: 300px;
    margin: auto 0 auto 30px;
  }
  .contact-page .item01 .map img {
    width: 100%;
    height: 100%;
  }
  .footer {
    background-color: #F5F5F7;
    height: 230px;
    display: flex;
    justify-content: space-between;
  }
  .footer02{
    background-color: #F5F5F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0 0 25px 0;
  }
  .footer02 .archival{
      line-height: 1.5;
      font-size:14px;
      color: #666666;
      display: flex;
      align-items: center;
  }
  .footer02 .archival img{
      margin: 0 5px 0 0;
  }
  .footer .info-box {
    margin: 0 0 0 15%;
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
  }
  .footer .info-box .link {
    height: 50px;
    display: flex;
    margin: 30px 0;
    width: 100%;
  }
  .footer .info-box .link a {
    color: #333333;
    font-size: 16px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .info-box .link .btn {
    /*border: 1px solid #DDDDDD;*/
    padding: 10px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 14px;
    /*background-color: #fff;*/
    color: #333333;
    margin: 0 20px 0 0;
    position: relative;
    cursor: pointer;
  }
  .footer .info-box .link .btn img {
    margin: 0 5px;
  }
  .footer .info-box .link .btn .ul {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    display: none;
  }
  .footer .info-box .link .btn .ul .li {
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #333333;
    box-sizing: border-box;
    padding: 10px 0;
    transition: all 0.5s;
  }
  .footer .info-box .link .btn .ul .li:hover {
    background-color: #0068B7;
    color: #fff;
  }
  .footer .info-box .link .btn:hover .ul {
    display: flex;
  }
  .footer .info-box .link {
    font-size: 16px;
    margin: 30px 0;
    color: #666666;
    line-height: 1.5;
  }
  .footer .info-box .btn-box {
    display: flex;
  }
  /*.footer .info-box .btn-box .btn {*/
  /*  border: 1px solid #DDDDDD;*/
  /*  padding: 10px 15px;*/
  /*  box-sizing: border-box;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  font-size: 14px;*/
  /*  background-color: #fff;*/
  /*  color: #333333;*/
  /*  margin: 0 20px 0 0;*/
  /*  position: relative;*/
  /*}*/
  .footer .info-box .btn-box .btn img {
    margin: 0 5px;
  }
  .footer .info-box .btn-box .btn .ul {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    display: none;
  }
  .footer .info-box .btn-box .btn .ul .li {
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #333333;
    box-sizing: border-box;
    padding: 10px 0;
    transition: all 0.5s;
  }
  .footer .info-box .btn-box .btn .ul .li:hover {
    background-color: #0068B7;
    color: #fff;
  }
  .footer .info-box .btn-box .btn:hover .ul {
    display: flex;
  }
  .footer .code-box {
    width: auto;
    margin: 0 15% 0 5%;
    display: flex;
    align-items: center;
  }
  .footer .code-box .img {
    width: 100px;
    margin: 0 10px;
  }
  .footer .code-box .img img {
    width: 100px;
  }
  .footer .code-box .img .text {
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    color: #666666;
  }
}
