﻿@charset "utf-8";
/*wap*/
@media screen and (min-width:0px) and (max-width:1199px) {

  html,
  body {
    max-width: 750px;
    margin: 0 auto;
    font-size: 1.2rem;
  }

  html {
    font-size: 62.5%
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .clear {
    clear: both;
    height: 1px !important;
    font-size: 1px !important;
  }

  @media only screen and (min-width:321px) {
    html {
      font-size: 62.5% !important
    }
  }

  @media only screen and (min-width:361px) {
    html {
      font-size: 70.31% !important
    }
  }

  @media only screen and (min-width:376px) {
    html {
      font-size: 73.24% !important
    }
  }

  @media only screen and (min-width:481px) {
    html {
      font-size: 94% !important
    }
  }

  @media only screen and (min-width:561px) {
    html {
      font-size: 109% !important
    }
  }

  @media only screen and (min-width:641px) {
    html {
      font-size: 125% !important
    }
  }


  /* --- 头部 --- */
  .header {
    overflow: hidden;
  }

  .header .wrap {
    display: flex;
    align-items: center;
  }

  .home-header {
    /*position:fixed; */
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 200;
  }

  /* --- 头部 --- */


  .header .wrap {
    position: relative;
    height: 620px;
  }

  .lang {
    position: absolute;
    top: 2rem;
    right: 4.5rem;
  }

  .lang a {
    text-align: center;
    color: #fff;
    background: #308d4c;
    width: 2rem;
    line-height: 2rem;
    display: block;
    border-radius: 2rem;
    height: 2rem;
  }

  /* logo */
  .header .logo {
    width: 70%;
  }


  /* 导航 */
  .wap-nav {}

  .drawer-nav {
    z-index: 200;
  }

  .drawer-nav li {
    line-height: 3.5rem;
    text-align: left;
    border-bottom: 1px solid #efefef;
    font-size: 1.4rem;
    position: relative
  }

  .drawer-nav li .link {
    padding-left: 15px;
  }

  .drawer-nav li i {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 1.3rem;
    right: 1rem;

    border-color: rgba(255, 255, 255, .4);
    transform: rotate(135deg);
  }

  .drawer-nav li .sub-nav {
    display: none;
  }

  .drawer-nav li:hover .sub-nav {
    display: block;
    background: #fff;
  }

  .drawer-nav li:hover .sub-nav a {
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.2rem;
    border-bottom: 1px dotted #fff;
    padding-left: 15px;
    font-size: 12px;
    border-bottom: #e5e5e5 1px solid;
    color: #333;
  }

  .drawer-nav li:hover .sub-nav a:last-child {
    border-bottom: none;
  }



  /* --- 内容 --- */


  /* --- 内容 --- */
  #anniu {
    margin: 2% 20px;
  }

  #anniu a {
    display: block;
    float: left;
    width: 46%;
    background: #ffa614;
    padding: 15px 0;
    margin: 2%;
    text-align: center;
    color: #fff;
  }

  #anniu a:hover {
    font-weight: bold;
  }

  #anniu span,
  #anniu b {
    display: block;
  }

  #anniu b {
    font-size: 14px;
  }

  #anniu span {
    font-size: 12px;
  }

  #anniu .anniu3,
  #anniu .anniu2 {
    background: #308d4c;
  }

  .tit {
    font-size: 24px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 3px;
  }

  .tit {
    margin: 25px 0;
  }

  .tit span {
    display: inline-block;
  }

  .tit .tit1 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
  }

  .tit .tit2 {
    display: none;
    float: left;
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    margin-left: 20px;
  }

  .tit .tit3 {
    border-radius: 25px;
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    width: 65px;
    text-align: center;
    background: #308d4c;
    height: 35px;
    line-height: 35px;
  }

  .tit .tit3 a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
  }

  #new {
    background: #f4f4f4;
    padding: 5px 10px;
  }

  .newleft {
    overflow: hidden;
    width: 100%;
  }

  .newleft img {
    width: 100%;
  }

  .nlef {
    position: relative;
  }

  .nlef p {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: url(../images/heitou.png);
  }

  .newright ul {
    margin-bottom: 25px;
  }

  .newright ul li {
    border-bottom: #ebebeb 1px solid;
    clear: both;
    padding: 0 3px;
  }

  .newright ul li h3 {
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    overflow: hidden;
  }

  .newright ul li p {
    line-height: 25px;
    color: #989898;
  }

  .newright .ch {
    margin-bottom: 10px;
    color: #555;
  }

  .newright .ch span {
    font-weight: bold;
    color: #308d4c;
    display: inline-block;
    margin-left: 5px;
  }

  .newright .ch a {
    display: inline-block;
    background: #308d4c;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    margin-right: 10px;
  }

  #new .tit3 {
    margin-left: 10px;
    border: 1px solid #308d4c;
    background: #fff;
    cursor: pointer;
    width: auto;
    padding: 0 10px;
  }

  #new .tit3 a {
    color: #308d4c
  }

  #new .tit3.active {
    background: #308d4c;
  }

  #new .tit3.active a {
    color: #fff;
  }

  #new #my-video1 {
    display: none;
  }


  #new #my-video2 {
    display: none;
  }

  #new #my-video3 {
    display: none;
  }

  #new #my-video4 {
    display: none;
  }

  #new .video-js {
    width: 100%;
  }

  #qikan {
    background: url(../images/qikan.jpg) no-repeat bottom center #3d5ba2;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  #qikan .tit {
    margin: 0 10px;
  }

  #qikan .tit .tit1,
  #qikan .tit .tit2 {
    color: #fff;
  }

  .qikangtxt {
    background: #f1f1f1;
    padding: 20px;
    margin: 10px;
  }

  .qikangtxt1 {}

  .qikangtxt2 {}

  .qikangtxt3 {
    text-align: right;
    margin-top: 10px;
  }

  .qikangtxt3 a {
    display: inline-block;
    border-radius: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    width: 65px;
    text-align: center;
    background: #308d4c;
    height: 35px;
    line-height: 35px;
  }

  #zhuxi {
    background: url(../images/jiabing.jpg) no-repeat top center;
    padding: 50px 0;
  }

  .zhuxileft {
    background: url(../images/tou.png);
    border: #e1e1e1 1px solid;
    padding: 0 50px 30px 50px;
    margin: 0 10px 30px 10px;
  }

  #zhuxi h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  #zhuxi p {
    color: #989898;
    line-height: 22px;
  }


  .zhuxiright {
    background: url(../images/tou.png);
    border: #e1e1e1 1px solid;
    padding: 30px 10px 30px 10px;
    margin: 0 10px;
  }

  .zhuxiright .tit {
    margin: 0 30px 30px 30px;
  }

  .zhuxiright ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .zhuxiright ul li {
    width: 31.33%;
    margin: 0 1%;
  }

  .zhuxiright ul li img {
    width: 100%;
  }

  #riqi {
    background: url(../images/riqi.jpg) no-repeat center bottom #308d4c;
    padding: 0 0 50px 0;
  }

  #riqi .tit {
    color: #fff;
  }

  #riqi .tit,
  #riqi .tit .tit1,
  #riqi .tit .tit2 {
    color: #fff;
  }

  .riqitxtblk {}

  .riqitxtblkleft {
    background: #d5ddea;
    padding: 40px 15px;
  }

  .riqitxtblkleft1 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    float: left;
    line-height: 20px;
    padding-top: 15px;
  }

  .riqitxtblkleft2 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    float: left;
    line-height: 40px;
    display: none;
  }

  .riqitxtblkleft3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    float: left;
    line-height: 40px;
    padding-left: 20px;
  }

  .riqitxtblkleft4 {
    clear: both;
    display: none;
  }

  .riqitxtblkleft4 a {
    display: block;
    border-radius: 25px;
    font-size: 12px;
    color: #e0e0e0;
    font-weight: normal;
    width: 95px;
    text-align: center;
    background: #308d4c;
    height: 35px;
    line-height: 35px;
  }

  .riqitxtblkright {
    padding: 15px;
    background: #f4f4f4;
  }

  #huigu {
    padding: 50px 0;
  }

  #jiabin {
    padding: 0 0 50px 0;
  }

  .swiper-slide {
    width: 260px;
    margin: 0 auto;
  }

  /* 本例子css */

  .parHd {
    text-align: center;
    margin-bottom: 20px;
  }

  .parHd ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin-right: 30px;
    width: 40%;
    margin: 0 2%;
    text-align: center;
    background: #308d4c;
    color: #fff;
  }

  .parHd ul li a {
    color: #999999;
    color: #fff;
  }



  .home-banner {
    margin: 0 10px;
  }

  .jiabg {
    background: #fafafa;
    padding: 15px 0;
    display: block;
  }

  .pic {
    text-align: center;
  }

  .pic img {}

  .pic a:hover img {
    border-color: #999;
  }

  .title {
    line-height: 25px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 15px 5px;
  }

  .ms {
    color: #999999;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .swiper-pagination-bullet-active {
    background: #308d4c;
  }

  .swiper-button-next {
    background: url(../images/right.png) no-repeat center center;
  }

  .swiper-button-prev {
    background: url(../images/left.png) no-repeat center center;
  }


  .swiper-button-next:hover {
    background: url(../images/righth.png) center center no-repeat;
  }

  .swiper-button-prev:hover {
    background: url(../images/lefth.png) center center no-repeat;
  }

  #danwei {
    background: #f4f4f4;
    padding: 5px 0;
  }

  .danwei1 {
    text-align: center;
  }

  .danwei2 {
    text-align: center;
  }

  .danwei3 {
    text-align: center;
  }

  .danwei4 {
    text-align: center;
  }

  .danwei1txt,
  .danwei2txt,
  .danwei3txt {
    margin: 15px;
  }

  .danweiblak {
    display: block;
    padding: 0 20px;
  }

  .jbimg {
    background: #fff;
  }

  #danwei h5 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
    height: 25px;
  }

  #danwei .danwei1txt h5 {
    height: 50px;
  }

  #danwei p {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }

  #foot1 {
    padding: 50px 0;
    background: #308d4c;
  }

  #foot1 dl {
    width: 25%;
    float: left;
    text-align: center;
  }

  #foot1 dt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
  }

  #foot1 dl dt a {
    color: #fff
  }

  #foot1 dl a {
    color: #c7c7c7
  }

  #foot2 {
    height: 60px;
    line-height: 60px;
    color: #bcbcbc;
    text-align: center;
    background: #ffffff;
  }

  #foot2 a {
    color: #bcbcbc;
  }

  /* --- 底部 --- */



  /* --- list --- */
  #box {
    margin: 20px auto;
  }

  .boxright {
    min-height: 300px;
  }

  .boxright1 {
    border-bottom: #d5d5d5 1px solid;
    line-height: 40px;
    padding-left: 5px;
  }

  .boxright1 span a {
    color: #666b8b;
  }

  .boxright1 b {}

  .boxright1 span {
    display: none;
    float: right;
    margin-right: 20px;
    color: #666b8b;
    font-size: 12px;
  }

  .boxright2 {
    padding: 25px;
  }

  .list {
    padding: 25px 5px;
  }

  .list li {
    background: url(../images/quan.png) no-repeat left center;
    padding-left: 25px;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .list li span {
    float: right;
  }

  .page {
    text-align: center;
    padding: 15px 0;
  }

  .page span,
  .page a {
    display: inline-block;
    border: #e6e6e6 1px solid;
    padding: 5px 12px;
  }

  .page span {
    border: #394170 1px solid;
    color: #FFF;
  }

  .listpic {}

  .listpic li {
    padding: 0 3px 20px 3px;
    border-bottom: #e8e8e8 1px solid;
    margin-top: 20px;
  }

  .listpicleft {
    float: left;
    width: 25%;
  }

  .listpic li img {
    width: 100%;
  }

  .listpic li .listpicrig {
    float: right;
    width: 73%;
  }

  .listpic li h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin: 5px 0 10px 0;
  }

  .listpic li p {
    font-size: 14px;
    color: #989898;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
  }

  .showtit {

    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #eee;
    line-height: 24px;
    padding: 30px 0 15px 0;
    text-align: center;
    margin-bottom: 25px;
  }

  .listdown {
    padding: 25px;
  }

  .listdown li {
    background: url(../images/quan.png) no-repeat left center;
    padding-left: 25px;
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 25px;
  }

  .listdown li span {
    float: right;
    border: #394170 1px solid;
    padding: 0 15px;
  }





  .news_left_foot {
    background: #f0f0f0;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 25px;
    padding-left: 10px;
    width: auto;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
  }

  .news_left_foot p {
    color: #777;
    padding: 0 10px;
    border: 1px solid #ddd;
    float: left;
    clear: both;
    margin-top: 10px;
    background: #fff;
  }

  .news_left_foot p a {
    color: #2c518a;
  }

  /* 分页  */
  .showpage {
    text-align: center;
    padding: 1.5rem;
  }

  .showpage a {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #jiabin .mediaBox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #jiabin .mediaBox .mediaItem {
    width: 300px;
    margin: 30px 0;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 5px #aaa;
  }

  #rcheng2 ul li {
    float: left;
    width: 100%;
  }

  .clusteringList ul li a {
    color: #308d4c
  }

  .clusteringList ul li a:hover {
    text-decoration: underline;
  }

  .clusteringDetail .title {
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .clusteringDetail i {
    font-style: italic;
    font-weight: bold;
  }

  .filterbox {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
  }

  .filterLine {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    align-items: top;
  }

  .filterLine .lb {
    font-weight: bold;
  }

  .filterLine .filterItem {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .filterLine .filterItem a {
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid #fff;
  }

  .filterLine .filterItem a.active {
    border: 1px solid #308d4c;
    font-weight: bold;
    color: #308d4c;
  }

  .techList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .techList .item {
    width: 40%;
    text-align: center;
    position: relative;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 50px 5% 0 5%;
  }

  .techList .item span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: url(../images/heitou.png);
    color: #fff;
    padding: 3px 0;
  }

  .historyList {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .historyList .item {
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
  }

  .historyList .item img {
    width: 100%;
  }

  .historyList .item span {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 20px;
    margin: 20px 0;
  }

  .videoList {
    display: flex;
    flex-direction: column;
  }

  .videoList .item {
    border-bottom: 1px dashed #ddd;
    line-height: 50px;
  }

  .topicList {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .topicList a {
    color: #0066cc;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #0066cc;
    border-radius: 5px;
    padding: 5px 10px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }

  .topicList a:hover {
    background: #0066cc;
    color: #fff;
  }

  .deitalList .detail {
    margin-bottom: 10px;
  }

  .deitalList .detail .detailTitle {
    color: #0066cc;
    border-top: 1px solid #0066cc;
    margin-bottom: 30px;
    padding-top: 10px;
  }

  .content p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
    text-indent: 2em;
  }

  .content p a {
    color: #0066cc;
    text-decoration: underline;
  }

  .content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .content h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .content h5 {
    font-size: 14px;
    font-weight: bold;
  }

  .content ul,
  .content ol {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .content ul.xswy strong {
    display: inline-block;
    width: 100px;
  }

  .content table.scheduleTable {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  .scheduleTable th {
    border: 1px solid #ddd;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    background: #308d4c;
    text-align: center;
    font-weight: bold;
  }


  .content .scheduleTable td {
    border: 1px solid #ddd;
    padding: 12px 10px 10px 10px;


  }

  .content .scheduleTable .line {
    border-bottom: 1px solid #ddd;
    padding: 12px 10px 10px 10px;
    float: left;
    width: 100%;
    margin-bottom: -1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .content .feetable {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
  }

  .content .feetable th,
  .content .feetable td {
    text-align: center;
  }
}