﻿@charset "utf-8";

.clear {
  clear: both;
}

@media screen and (min-width: 1200px) and (max-width: 2600px) {

  /* --- 公用样式 --- */
  .pc {
    display: block;
  }

  .wap {
    display: none;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  .img {
    transition: all 0.6s ease;
    overflow: hidden;
  }

  .img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  a:hover {
    color: #308d4c;
  }

  .wrap {
    max-width: 1200px;
    margin: 0 auto;
  }

  body {
    font-family: Microsoft Yahei;
    font-size: 14px;
    background: #fff;
    color: #333333;
    line-height: 30px;
  }

  a {
    color: #333333;
  }

  /* --- 头部 --- */
  .header {
    background: url(../images/top.jpg) no-repeat center top;
    height: 349px;
  }

  .header .wrap {
    position: relative;
    height: 349px;
  }

  .lang {
    position: absolute;
    top: 35px;
    right: 55px;
    border: #308d4c 1px solid;
    height: 26px;
    line-height: 26px;
    color: #308d4c;
  }

  .lang a {
    display: inline-block;
    width: 70px;
    text-align: center;
    color: #308d4c;
  }

  .lang .cur {
    background: #308d4c;
    color: #fff;
  }

  /* 导航 */
  .nav {
    height: 50px;
    line-height: 45px;
    color: #ffffff;
    background: #308d4c;
  }

  .nav li {
    line-height: 45px;
    position: relative;
    float: left;
    text-align: center;
    padding-top: 5px;
    margin: 0 19px;
  }

  .nav li .link {
    display: block;
    font-size: 14px;
    position: relative;
    padding: 0 21px;
    color: #ffffff;
    text-align: center;
  }

  .nav li .link:hover,
  .nav li .link.now {
    background: #fff;
    border-radius: 10px 10px 0 0;
    color: #308d4c;
  }

  /* 导航滑过 */
  .nav li :hover .link:before {
    width: 100%;
  }

  .nav li:hover .link {}

  /* 导航弹出 */
  .nav li .sub-nav {
    background: #fff;
    border: #dcdcdc 1px solid;
    padding: 0 20px;
    position: absolute;
    left: -20px;
    width: 120px;
    z-index: -100;
    text-align: center;
    opacity: 0;
    top: 50px;
    transition: all 0.3s;
    overflow: hidden;
  }

  .nav li .sub-nav a {
    font-size: 12px;
    line-height: 38px;
    display: block;
    width: 100%;
    color: #333333;
    border-bottom: 1px #dcdcdc solid;
  }

  .nav li .sub-nav a:hover {
    color: #308d4c;
  }

  .nav li:hover .sub-nav {
    opacity: 1;
    z-index: 500;
    width: 120px;
    display: block;
    left: 0;
  }

  .nav li .sub-nav a:last-child {
    border-bottom: none;
  }

  .nav .nva2 .sub-nav {
    width: 120px;
  }

  .tit {
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
  }

  .tit {
    margin: 25px 0;
  }

  .tit span {
    display: inline-block;
  }

  .tit .tit1 {
    float: left;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
  }

  .tit .tit2 {
    float: left;
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    margin-left: 20px;
    border-radius: 8px;
  }

  .tit .tit3 {
    border-radius: 25px;
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    width: 95px;
    text-align: center;
    background: #308d4c;
    height: 35px;
    line-height: 35px;
  }

  .tit .tit3 a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
  }

  #new {
    padding: 50px 0;
  }

  .newleft {
    width: 525px;
    float: right;
  }

  .newleft img {
    width: 525px;
    height: 365px;
  }

  #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-video2 {
    display: none;
  }

  #new #my-video1 {
    display: none;
  }

  #new #my-video3 {
    display: none;
  }

  #new #my-video4 {
    display: none;
  }

  .slideBoxa {
    width: 525px;
    height: 365px;
    overflow: hidden;
    position: relative;
  }

  .slideBoxa .hd {
    height: 8px;
    position: absolute;
    right: 20px;
    bottom: 25px;
    z-index: 1;
    width: 100%;
    text-align: right;
  }

  .slideBoxa .hd ul {
    overflow: hidden;
    zoom: 1;
  }

  .slideBoxa .hd ul li {
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #727272;
    cursor: pointer;
    font-size: 0;
  }

  .slideBoxa .hd ul li.on {
    background: #fff;
  }

  .slideBoxa .bd {
    position: relative;
    height: 100%;
    z-index: 0;
  }

  .slideBoxa .bd li {
    zoom: 1;
    vertical-align: middle;
  }

  .slideBoxa .bd a {
    width: 525px;
    height: 365px;
    display: block;
    position: relative;
  }

  .slideBoxa .bd a img {
    width: 525px;
    height: 365px;
  }

  .slideBoxa .bd a p {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    left: 0;
    width: 525px;
    text-align: center;
    color: #fff;
    background: url(../images/heitou.png);
  }

  .slideBoxa .prev,
  .slideBoxa .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  .slideBoxa .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
  }

  .slideBoxa .prev:hover,
  .slideBoxa .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .slideBoxa .prevStop {
    display: none;
  }

  .slideBoxa .nextStop {
    display: none;
  }

  .newright {
    float: left;
    width: 650px;
  }

  .newright ul li {
    clear: both;
    display: block;
  }

  .newright ul li a {
    border-bottom: #e8e8e8 1px solid;
    display: block;
    padding: 0;
  }

  .newright ul li h3 {
    line-height: 40px;
    font-size: 16px;
    padding-left: 30px;
  }

  .newright ul li i {
    float: left;
    background: url(../images/aaaa.gif) no-repeat center left;
    width: 50px;
    height: 55px;
  }

  .newright ul li a:hover {
    -moz-box-shadow: 5px 5px 5px #f5f5f5, -5px -5px 5px #f5f5f5;
    -webkit-box-shadow: 5px 5px 5px #f5f5f5, -5px -5px 5px #f5f5f5;
    box-shadow: 5px 5px 5px #f5f5f5, -5px -5px 5px #f5f5f5;
  }

  .newright ul li a:hover h3 {}

  .newright ul li p {
    line-height: 25px;
    color: #989898;
    padding-right: 80px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 10px;
  }

  .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;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 4px;
    margin-right: 10px;
  }

  #qikan {
    background: url(../images/qikan.jpg) no-repeat top center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #qikan .tit .tit1,
  #qikan .tit .tit2 {
    color: #fff;
  }

  .qikangtxt {
    background: url(../images/shu.png) no-repeat top center;
    width: 1257px;
    margin: 0 auto;
    padding: 100px 100px 0 100px;
    height: 505px;
  }

  .qikangtxt1 {
    float: left;
    width: 430px;
  }

  .qikangtxt2 {
    float: right;
    width: 430px;
  }

  .qikangtxt3 {
    text-align: right;
    margin-top: 10px;
  }

  .qikangtxt3 a {
    display: inline-block;
    border-radius: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    width: 95px;
    text-align: center;
    background: #308d4c;
    height: 35px;
    line-height: 35px;
  }

  #zhuxi {
    background: url(../images/jiabing.jpg) no-repeat top center;
    padding: 50px 0;
  }

  .zhuxileft {
    width: 415px;
    background: url(../images/tou.png);
    border: #e1e1e1 1px solid;
    padding: 30px 50px;
    float: left;
    height: 620px;
  }

  #zhuxi h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  #zhuxi p {
    color: #989898;
    line-height: 22px;
  }

  .zhuxiright {
    width: 770px;
    background: url(../images/tou.png);
    border: #e1e1e1 1px solid;
    padding: 30px 10px;
    float: right;
  }

  .zhuxiright .tit {
    margin: 0 10px;
  }

  .zhuxileft .tit {
    margin: 0 10px;
  }

  .zhuxiright ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .zhuxiright ul li {
    width: 173px;
    margin: 15px 10px 10px 0;
  }

  .zhuxiright ul li a {
    display: flex;
    flex-direction: row;
  }

  .zhuxiright ul li a div:nth-child(1) {
    width: 60px;
    text-align: center;
    margin-right: 10px;
  }

  .zhuxiright ul li a div:nth-child(2) {
    flex: 1;
  }

  #riqi {
    background: url(../images/riqi.jpg) no-repeat center bottom #308d4c;
    padding: 50px 0;
  }

  #riqi .tit {
    color: #fff;
  }

  #riqi .tit,
  #riqi .tit .tit1,
  #riqi .tit .tit2 {
    color: #fff;
  }

  .riqitxtblk {
    float: left;
    width: 590px;
    margin-right: 20px;
    height: 305px;
  }

  .riqitxtblkleft {
    float: left;
    background: url(../images/tit.jpg) no-repeat;
    width: 145px;
    height: 305px;
    padding: 40px 15px;
  }

  .riqitxtblkleft1 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
  }

  .riqitxtblkleft2 {
    padding-bottom: 20px;
  }

  .riqitxtblkleft3 {
    padding-bottom: 100px;
  }

  .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: 30px;
    width: 445px;
    height: 305px;
    background: #f4f4f4;
    float: left;
    line-height: 16px;
  }

  #huigu {
    padding: 50px 0;
  }

  /* 本例子css */

  .slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 0 50px;
    position: relative;
  }

  .slideGroup .sPrev,
  .slideGroup .sNext {
    position: absolute;
    left: 0;
    top: 158px;
    display: block;
    width: 40px;
    height: 44px;
    background: url(../images/jiantou1.png) center center no-repeat;
  }

  .slideGroup .sNext {
    left: auto;
    right: 0;
    background: url(../images/jiantou2.png) center center no-repeat;
  }

  .slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
  }

  .slideGroup .parBd ul li {
    position: relative;
    width: 346.6px;
    margin: 0 10px;
    float: left;
    _display: inline;
    text-align: center;
  }

  .slideGroup .parBd ul li .jiabg {
    background: #f4f4f4;
    padding: 0 0 45px 0;
    display: block;
  }

  .slideGroup .parBd ul li .pic {
    text-align: center;
  }

  .slideGroup .parBd ul li .pic img {
    width: 346.6px;
  }

  .slideGroup .parBd ul li .title {
    line-height: 60px;
    font-size: 14px;
    color: #333333;
  }

  .jt {
    margin: 0 auto;
    text-align: center;
    border: #d2d2d2 1px solid;
    background: url(../images/jia1.png) center center no-repeat;
    border-radius: 25px;

    width: 95px;

    height: 35px;
    line-height: 35px;
  }

  .jt a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: #d2d2d2 1px solid;
  }

  .slideGroup .parBd ul li:hover .jt {
    background: url(../images/jia2.png) center center no-repeat #308d4c;
    border: #308d4c 1px solid;
  }

  #danwei {
    background: #f4f4f4;
    padding: 50px 0;
  }

  .danwei1 {
    width: 368px;
    float: left;
  }

  .danwei2 {
    width: 368px;
    margin: 0 48px;
    float: left;
  }

  .danwei3 {
    width: 368px;
    float: left;
  }

  .danwei4 {
    width: 100%;
    float: left;
  }

  .jbimg {
    background: #fff;
    width: 368px;
  }

  #danwei .danweiblak {
    display: block;
  }

  .danwei1txt .jbimg {
    border-right: #cccccc 1px solid;
  }

  #danwei h5 {
    margin-top: 10px;
    font-size: 14px;
    height: 60px;
    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;
  }

  /* --- 底部 --- */

  .con {
    text-align: center;
    margin-top: 20px;
  }

  .con a {
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    background: #ededed;
    border-right: #d5d5d5 1px solid;
  }

  .con a:last-child {
    border-right: none;
  }

  .con .cur {
    background: #308d4c;
    color: #fff;
  }

  /* --- list --- */

  #box {
    margin: 20px auto;
  }

  .boxleft {
    width: 260px;
    background: #ededed;
    float: left;
    text-align: center;
  }

  .boxleft1 {
    font-size: 16px;
    background: #308d4c;
    color: #fff;
    line-height: 56px;
    text-align: center;
  }

  .boxleft1 a {
    color: #fff;
  }

  .boxleft2 li {
    border-bottom: #d5d5d5 1px solid;
    line-height: 56px;
  }

  .boxleft2 li a {
    display: block;
  }

  .boxleft2 li a:hover,
  .boxleft2 li .cur {
    color: #308d4c;
  }

  .boxright {
    min-height: 300px;
    float: right;
    width: 900px;
  }

  .boxright1 {
    border-bottom: #d5d5d5 1px solid;
    padding-bottom: 25px;
  }

  .boxright2 {
    padding: 25px 0;
  }

  .list {
    padding: 25px;
  }

  .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 {
    padding: 25px;
  }

  .listpic li {
    margin: 0 12px;
    padding-bottom: 20px;
    border-bottom: #e8e8e8 1px solid;
    margin-bottom: 20px;
  }

  .listpicleft {
    float: left;
    width: 200px;
  }

  .listpic li img {
    width: 200px;
  }

  .listpic li .listpicrig {
    float: right;
    width: 600px;
  }

  .listpic li h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin: 20px 0 10px 0;
  }

  .listpic li p {
    font-size: 14px;
    color: #989898;
    line-height: 24px;
  }

  .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;
  }

  #huigu .mediaBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #huigu .mediaBox .mediaItem {
    width: 300px;
    margin: 0 100px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 5px #aaa;
  }

  #rcheng ul li {
    float: left;
    width: 590px;
    margin-right: 20px;
  }

  .clusteringList ul {
    float: left;
    width: 100%;
  }

  .clusteringList ul li {
    float: left;
    width: 50%;
  }

  .clusteringList ul li a {
    color: #308d4c;
  }

  .clusteringList ul li a:hover {
    text-decoration: underline;
  }

  .clusteringDetail .title {
    text-align: center;
    font-size: 18px;
    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: 10px;
    align-items: center;
  }

  .filterLine .lb {
    width: 60px;
    font-weight: bold;
    font-size: 14px;
  }

  .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;
    transition: all 0.4s;
  }

  .filterLine .filterItem a:hover {
    background: #ddd;
  }

  .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: 200px;
    text-align: center;
    position: relative;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 50px 50px 0 50px;
  }

  .techList .item span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: url(../images/heitou.png);
    color: #fff;
    padding: 3px 0;
  }

  .techList .item:hover {
    box-shadow: 0px 0px 10px #555;
  }

  .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: 650px;
  }

  .historyList .item img {
    width: 650px;
  }

  .historyList .item span {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 20px 0;
  }

  .videoList {
    display: flex;
    flex-direction: column;
  }

  .videoList .item {
    border-bottom: 1px dashed #ddd;
    line-height: 40px;
  }

  .pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .pagination a {
    padding: 2px 10px;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid #fff;
    transition: all 0.4s;
  }

  .pagination a.selected {
    border: 1px solid #308d4c;
    font-weight: bold;
    color: #308d4c;
  }

  .pagination a:hover {
    background: #ddd;
  }

  .topicList {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .topicList a {
    color: #208100;
    width: 32.5%;
    line-height: 20px;
    margin-bottom: 10px;
    border: 1px solid #208100;
    border-radius: 5px;
    padding: 5px 10px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }

  .topicList a:hover {
    background: #208100;
    color: #fff;
  }

  .deitalList .detail {
    margin-bottom: 10px;
  }

  .deitalList .detail .detailTitle {
    color: #208100;
    font-size: 16px;
    border-top: 1px solid #208100;
    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;
  }

  .content ul.xswy strong {
    display: inline-block;
    width: 50px;
  }

  .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;
  }
}