h1,

h2,

h3,

h4,

h5,

h6,

p {

  margin: 0;

}


ul,

li {

  margin: 0;

  padding: 0;

  list-style: none;

}


/* * {
  FONT-FAMILY: Tahoma, Helvetica, Arial, sans-serif;
} */

@media (min-width: 1000px) {

  body {

    background: #002925;

  }



  .mo {

    display: none;

  }



  .page {

    width: 1300px;

    margin: 0 auto;

  }



  #pcBanner ul li img {

    width: 100%;

  }



  .header {

    background-color: #002925;

    padding: 20px 0;

  }





  .header .page {

    /* width: 1200px; */

    /* margin: 0 auto; */

    display: flex;

    align-items: center;

    justify-content: space-between;

  }

  .header .page .logo {
    color: #dbdbdb;
    font-size: 14px;
  }

  .header .page .logo a {
    margin-right: 10px;
  }


  .header .nav {

    width: 65%;

  }



  .header .nav ul {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

  }



  .header .nav ul li {

    flex: 1;

    font-size: 15px;

    display: flex;

    position: relative;

    align-items: center;

    justify-content: center;

  }


  .header .nav ul li::after {

    content: '';

    width: 2px;

    height: 15px;

    background-color: #bdbdbd;

    position: absolute;

    right: 0;

  }


  .header .nav ul li a {

    color: #dbdbdb;
    font-family: auto;

  }

  .header .nav ul li:hover a {
    color: #b07d3e;
  }


  /*  */

  .part1 {

    background: #002925;

  }



  .part1 .page {

    display: flex;

    justify-content: space-between;

  }



  .part1 .left {

    width: 25%;

    color: #065b45;

    background-color: #b07d3e;

    padding: 0 80px;

    display: flex;

    flex-direction: column;

    justify-content: center;

  }



  .part1 .left h2 {

    font-size: 38px;

    font-weight: 300;

    position: relative;

    margin-bottom: 30px;

    padding-bottom: 24px;

  }



  .part1 .left h2::after {

    content: '';

    bottom: 0;

    width: 68px;

    height: 4px;

    display: block;

    position: absolute;

    background-color: #065b45;

  }



  .part1 .left h3 {

    font-size: 40px;

    text-transform: uppercase;

    line-height: 50px;

  }



  .part1 .right {

    width: calc(75% - 3px);

  }



  .part1 .right ul {

    display: flex;

    flex-wrap: wrap;

  }



  .part1 .right ul li {

    width: 33%;

    height: 270px;

    margin-right: 3px;

    position: relative;

    overflow: hidden;

  }



  .part1 .right ul li:nth-child(3n) {

    margin-right: 0;

  }



  .part1 .right ul li:nth-child(-n+3) {

    margin-bottom: 3px;

  }



  .part1 .right ul li a {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

  }



  .part1 .right ul li img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 0.4s ease all;

  }



  .part1 .right ul li .hide {

    left: 0;

    top: -100%;

    z-index: 10;

    width: 100%;

    height: 100%;

    color: #fff;

    position: absolute;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: .6s ease all;

    background-color: rgba(79, 139, 123, 0.7);

  }



  .part1 .right ul li .con {

    position: relative;

    height: 95px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    padding: 0 15px;

  }



  .part1 .right ul li .con h2 {

    font-size: 32px;

    font-weight: 300;

    margin-bottom: 10px;

    position: relative;

  }



  .part1 .right ul li .con span {

    text-transform: capitalize;

    font-size: 14px;

    font-weight: 500;

  }



  .part1 .right ul li .con::after {

    content: '';

    position: absolute;

    background: url(/public/image/icon02.png);

    width: 16px;

    height: 95px;

    background-repeat: no-repeat;

    right: 0;

  }



  .part1 .right ul li .con::before {

    content: '';

    position: absolute;

    background: url(/public/image/icon02.png);

    width: 16px;

    height: 95px;

    background-repeat: no-repeat;

    left: 0;

    transform: rotate(180deg);

  }



  .part1 .right ul li:hover .hide {

    top: 0;

  }



  .part1 .right ul li:hover img {

    transform: scale(1.07);

  }



  .about_news {

    background: url(/public/image/bg01.jpg) no-repeat;

    height: 1392px;

    background-position-y: bottom;

  }



  .about_news .page {

    background: rgba(173, 210, 203, .8);

    height: calc(100% - 100px);

  }



  .title {

    display: flex;

    color: #B07D3E;

    align-items: center;

    background-color: #065b45;

    background-image: url(/public/image/bg02.png);

  }



  .title em {

    font-size: 24px;

    line-height: 24px;

  }



  .title span {

    font-size: 20px;

    font-weight: 200;

    line-height: 20px;
    font-weight: bold;

  }



  .part2 .title {

    height: 78px;

    padding-left: 65px;

  }



  .part2 .title em {

    margin-right: 18px;

  }



  .part2 .main {

    height: auto;

    font-size: 16px;

    color: #566055;

    /* display: flex; */

    margin: 50px;

    padding-bottom: 50px;

    /* align-items: center; */

    /* justify-content: space-between; */

    border-bottom: 2px solid #397e6c;

    position: relative;

  }



  .part2 .main::after {

    content: '';

    width: 10px;

    height: 10px;

    background: #065b45;

    position: absolute;

    bottom: -6px;

    left: 0;

  }



  .part2 .main::before {

    content: '';

    width: 10px;

    height: 10px;

    background: #065b45;

    position: absolute;

    bottom: -6px;

    right: 0;

  }



  .part2 .main .left {

    margin-right: 45px;

    float: left;

  }



  .part2 .main .right p {

    text-indent: 2em;

    margin-bottom: 10px;

  }



  .part2 .main .right p:last-child {

    margin-bottom: 0;

  }



  .part3 {

    padding: 0 50px;

    display: flex;

    justify-content: space-between;

  }



  .part3 .title {

    height: 48px;

    padding-left: 25px;

    margin-bottom: 3px;

  }



  .part3 .title em {

    margin-right: 15px;

  }



  .part3 .main {

    width: 48%;

  }



  .part3 .main ul {

    background: #dff4ec;
    overflow: hidden;

    padding: 40px 25px 20px 25px;

  }



  .part3 .main ul li {

    display: flex;

    justify-content: space-between;

    height: 40px;

  }



  .part3 .main ul li h3 {

    display: flex;

    align-items: center;

  }

  .part3 .main ul li:hover h3 a {
    color: #B07D3E;
  }


  .part3 .main ul li h3 a {

    max-width: 350px;

    font-size: 16px;

    color: #7d8a80;

    font-weight: 300;

    letter-spacing: 1px;

    line-height: 40px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    /* font-family: '宋体'; */

  }



  .part3 .main ul li h3 img {

    margin-right: 10px;

  }

  .part3 .main ul li em {

    line-height: 40px;

    color: #566055;

    /* font-family: '宋体'; */

    font-size: 16px;
    font-weight: bold;
    /* font-style: inherit; */

  }

  .part3 .main a.more {

    display: flex;

    width: 100%;

    padding-left: 25px;

    height: 55px;

    background: #dff4ec;

    color: #0a5e48;

    font-size: 16px;

    text-transform: capitalize;

    font-weight: bold;

    font-style: italic;

    align-items: center;

    padding-bottom: 20px;

  }



  .part3 .main a.more i {

    width: 5px;

    height: 5px;

    display: block;

    background: #065b45;

    margin: 0 2px;

    margin-top: 5px;

  }



  .part3 .main a.more i:nth-child(1) {

    margin-left: 10px;

  }



  .part3 .main a.more i:nth-child(2) {

    background: #478977;

  }



  .part3 .main a.more i:nth-child(3) {

    background: #88b7a9;

  }



  footer {

    padding-bottom: 60px;

    color: #b07d3e;

  }



  footer>.page {

    background: #dff4ec;

    padding: 70px 50px 0 50px;

    overflow: hidden;

  }



  footer .text {

    display: flex;

    justify-content: space-between;

    padding-bottom: 20px;

    border-bottom: 2px solid #b07d3e;

  }



  footer .text h1 {

    font-size: 30px;

  }



  footer .main {

    display: flex;

    padding-top: 20px;

    justify-content: space-between;

    padding-bottom: 40px;

    border-bottom: 1px solid #b07d3e;

    margin-bottom: 40px;

    font-size: 16px;

  }



  footer .main .left nav ul {

    display: flex;

    align-items: center;

  }



  footer .main .left nav ul li {

    margin-right: 10px;

    font-size: 16px;

  }

  footer .main .left .con {

    margin-top: 10px;

    line-height: 30px;

  }

  footer .main .right {

    line-height: 30px;

    text-align: right;
  }



  footer .link {

    color: #b07d3e;

    margin-top: 40px;

  }



  footer .link .page {

    padding: 0 50px;

  }



  footer .link span {

    font-size: 16px;

    margin-right: 35px;

  }



  footer .link a {

    margin-right: 15px;

    font-size: 14px;

  }



  /* 栏目 */

  .showNav {

    height: 45px;

    background-color: #065b45;

    background-image: url(/public/image/bg02.png);

    margin-bottom: 5px;

  }



  .showNav .page {

    width: 1200px;

    height: 100%;

  }



  .showNav ul {

    display: flex;

    height: 100%;

  }



  .showNav ul li a {

    color: #b07d3e;

    font-size: 18px;

    height: 100%;

    padding: 0 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    font-weight: bold;

  }



  .showNav ul li.active a {

    background: #b07d3e;

    color: #065b45;

  }



  .showNav ul li.active a::after {

    content: '';

    position: absolute;

    bottom: 0;

    width: 0;

    height: 0;

    border-left: 7px solid transparent;

    border-right: 7px solid transparent;

    border-bottom: 9px solid #065b45;

  }



  .showMain .page-content {

    background: #dff4ec;

    padding: 55px;

    margin: 0;

  }



  /*  */

  .about1 {

    display: flex;

    justify-content: space-between;

    padding-bottom: 50px;

    border-bottom: 2px solid #397e6c;

  }



  .about1 .left {

    margin-right: 80px;

  }



  .about1 .right {

    flex: 1;

    color: #596359;

  }



  .about1 .right p {

    font-size: 16px;

    text-indent: 2em;

    margin-bottom: 10px;

    line-height: 28px;

  }



  .about2 {

    padding: 50px 0;

    border-bottom: 2px solid #397e6c;

  }



  .about2 h2 {

    font-size: 26px;

    color: #065b45;

    font-weight: 300;

    margin-bottom: 50px;

  }



  .about2 h2 em {

    text-transform: capitalize;

    margin-right: 15px;

    font-weight: 500;

  }



  .about2 ul {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

  }



  .about2 ul li {

    width: 48%;

    color: #596359;
  }



  .about2 ul li:nth-child(-n+2) {

    margin-bottom: 55px;

  }



  .about2 ul li h3 {

    font-size: 20px;

    color: #566055;

    display: flex;

    align-items: center;

    margin-bottom: 20px;

  }



  .about2 ul li h3 em {

    font-style: inherit;

    width: 35px;

    height: 35px;

    background: #b07d3e;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #dff4ec;

    margin-right: 15px;

  }



  .about2 ul li .desc {

    font-size: 16px;

    color: #566055;

  }



  .frame1 {

    border-bottom: 2px solid #397e6c;

    padding-bottom: 50px;

    margin-bottom: 50px;

  }



  .frame2 ul {

    display: flex;

    justify-content: space-between;

  }



  .frame2 ul li {

    width: 17%;

  }



  .frame2 ul li h3 {

    font-size: 20px;

    color: #566055;

    display: flex;

    align-items: center;

    margin-bottom: 20px;

  }



  .frame2 ul li h3 em {

    font-style: inherit;

    width: 30px;

    height: 30px;

    background: #b07d3e;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #dff4ec;

    margin-right: 15px;

  }



  .frame2 ul li .desc {
    color: #596359;

    font-size: 14px;

    line-height: 25px;

    height: 230px;

    padding-top: 35px;

    border-top: 1px dashed #73a899;

    border-bottom: 1px dashed #73a899;

  }



  /*  */

  .teamList>.page {

    padding: 50px;

    background: #dff4ec;

  }



  .teamList .page>ul {

    display: flex;

    flex-wrap: wrap;

  }



  .teamList .page>ul li {

    width: 21%;

    margin-right: 5.3%;

    margin-bottom: 50px;

  }



  .teamList .page>ul li:nth-child(4n) {

    margin-right: 0;

  }



  .teamList .page>ul li .img {

    border: none;

    width: 100%;

    height: 305px;

    position: relative;

  }

  .teamList .page>ul li .img .hide {
    width: 100%;
    height: 100%;
    background-color: rgba(6, 91, 69, .8);
    position: absolute;
    bottom: 100%;
    transition: .6s ease all;
  }

  .teamList .page>ul li:hover .img .hide {
    bottom: 0;
  }

  .teamList .page>ul li .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

  }



  .teamList ul li .name {

    margin: 10px 0;

  }



  .teamList ul li .name h3 {

    font-style: 24px;

    font-weight: bold;

    color: #566055;

  }



  .teamList ul li .name h3 span {

    font-weight: 300;

  }



  .teamList ul li .name em {

    color: #397e6c;

    font-size: 14px;

    font-weight: bold;

  }



  .teamList ul li .about {

    padding-top: 20px;
    margin-bottom: 20px;
    /* border-top: 2px solid #397e6c; */

    color: #78857b;

    font-size: 14px;
    position: relative;

    line-height: 25px;

    height: 170px;
    overflow: hidden;

  }

  .teamList ul li .about::after {
    content: "";
    width: 100%;
    height: 2px;
    top: 0;
    display: block;
    background-color: #397e6c;
    left: 0;
    position: absolute;
  }

  .teamList ul li .works h4 {

    color: #92a197;

    font-weight: 400;

    font-style: 18px;

    padding-bottom: 10px;

    border-bottom: 1px solid #397e6c;

  }



  .teamList ul li .works h4 em {

    font-weight: bold;

    color: #566055;

  }



  .teamList ul li .works .con {

    font-style: 14px;

    line-height: 25px;

    color: #566055;

    margin-top: 15px;

  }



  /* 文章模块 */

  .newsList .page {

    background: #f2fbf7;

    padding: 55px;

  }



  .newsList .page>ul li {

    display: flex;

    padding-bottom: 10px;

    margin-bottom: 10px;

    justify-content: space-between;

    border-bottom: 1px solid #bcc2be;
  }



  .newsList .page>ul li h3 {

    font-size: 16px;

    color: #9a9e9a;

    display: flex;

    align-items: center;

    width: 65%;

  }

  .newsList .page>ul li h3 a {
    font-weight: 400;
    /* font-family: '宋体'; */
  }

  .newsList .page>ul li h3 img {

    margin-right: 5px;

  }



  .newsList .page>ul li .look {

    width: 20%;

    display: flex;

    align-items: center;

    justify-content: space-between;

  }



  .newsList .page>ul li .look span {

    width: 45%;

    /* font-family: '宋体'; */
  }



  .newsList .page>ul li .look span:first-child {

    margin-right: 35px;

  }



  .newsList .page>ul li .look span {

    font-size: 16px;

    color: #868985;

  }



  .newsList .page>ul li .look span em {

    color: #b07d3e;

    font-style: initial;
    margin: 0 2px;
  }



  /* 文章详情 */

  .newsShow .page {

    padding: 55px;

    background: #f2fbf7;

  }



  .newsShow h2 {

    font-size: 25px;

    font-weight: bold;

    line-height: 30px;

    text-align: center;

    margin-bottom: 10px;

  }



  .newsShow .para {

    margin-top: 10px;

    font-size: 16px;

  }





  /*  */

  .proList .page {

    padding: 55px 0;

  }



  .proList .page>ul {

    display: flex;

    flex-wrap: wrap;

  }



  .proList .page>ul li {

    width: 23%;

    color: #fff;

    margin-right: 2.6%;

    margin-bottom: 50px;

  }



  .proList .page>ul li:nth-child(4n) {

    margin-right: 0;

  }



  .proList .page>ul li .img {

    width: 100%;

    height: 315px;

    position: relative;

  }

  .proList .page>ul li .img:hover {
    box-shadow: none;
  }

  .proList .page>ul li .img .hide {

    width: 100%;

    height: 100%;

    position: absolute;

    background: rgba(6, 91, 69, .8);

    top: -100%;

    color: #b07d3e;

    padding: 30px;

    transition: .6s ease all;

  }



  .proList .page>ul li .img .hide ul li {

    width: 100%;

    font-size: 16px;

    font-weight: 300;

    color: #b07d3e;

  }



  .proList .page>ul li .img .hide ul li span {

    font-weight: bold;

    margin-right: 20px;

  }



  .proList .page>ul li .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

  }



  .proList .page>ul li:hover .img .hide {

    top: 0;

  }



  .proList .cont {

    padding-bottom: 75px;

    color: #bdbdbd;

    position: relative;

  }

  .proList .cont::after {
    bottom: 0;
    content: '';
    width: 40px;
    height: 3px;
    display: block;
    position: absolute;
    background: #109470;
  }

  .proList .cont h3 {

    font-size: 20px;

    margin-top: 20px;

  }

  .proList .cont h3:hover a {
    color: #b07d3e;
  }

  .proList .cont h3 a {
    font-family: auto;
  }

  .proList .cont h3 a span {
    font-size: 14px;
  }

  .proList .cont .time {

    /* font-size: 18px; */

    margin: 10px 0;

  }



  .proList .cont .en {

    position: relative;

    padding-bottom: 20px;

  }



  /* .proList .cont .en::after {

    bottom: 0;

    content: '';

    width: 40px;

    height: 3px;

    display: block;

    position: absolute;

    background: #109470;

  } */



  /* 产品详情 */

  .porShow .page {

    background: #dff4ec;

    padding: 55px;

  }



  .porShow h2 {

    font-size: 18px;

    font-weight: 400;

    line-height: 30px;

  }



  .porShow h2 span {

    font-weight: bold;

  }



  .porShow .para {

    margin-bottom: 25px;

  }



  .porShow .para ul li {

    font-size: 18px;

    font-weight: 400;

    line-height: 30px;

  }



  .porShow .para ul li span {

    font-weight: bold;

  }



  .porShow .proTab {

    font-size: 18px;

    font-weight: 300;

    color: #566055;

    padding-bottom: 20px;

    position: relative;

  }



  .porShow .proTab::after {

    content: '';

    width: 78px;

    height: 3px;

    display: block;

    bottom: 0;

    background: #3aba95;

    position: absolute;

  }



  .porShow .proTab em {

    font-weight: bold;

  }



  /* 图片模块 */

  .imgList .page {

    background: #dff4ec;

    padding: 55px;

  }



  .imgList .page>ul li {

    display: flex;

    padding: 45px 0;

    border-top: 2px solid #397e6c;

  }



  .imgList .page>ul li .img {

    margin-right: 80px;

    width: 30%;

    height: 238px;

  }



  .imgList .page>ul li .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

  }



  .imgList .page>ul li .cont {

    flex: 1;

  }



  .imgList .page>ul li .cont h3 {

    margin-bottom: 35px;

  }



  .imgList .page>ul li .cont h3 a {

    font-size: 24px;

    color: #b07d3e;

  }



  .imgList .page>ul li .cont .desc {

    font-size: 16px;

    line-height: 30px;

    color: #5f695e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

  }



  /* 图片详情页 */

  .imgShow .page {

    background: #dff4ec;

    padding: 55px;

  }



  .imgShow h2 {

    font-size: 25px;

    font-weight: bold;

    line-height: 30px;

  }



  .imgShow .para {

    margin-top: 10px;

    font-size: 16px;

  }



  .imgShow .proTab {

    margin-top: 30px;

    font-weight: bold;

    font-size: 18px;

    padding-bottom: 10px;

    border-bottom: 1px solid #065b45;

  }



  #imgshow {

    margin: 30px 0;

  }



  #imgshow ul li {

    display: flex;

    align-items: center;

    justify-content: center;

  }



  /* 开发现状 */

  .exploit1 {

    color: #5c665c;

    line-height: 30px;

  }



  .exploit1 h3 {

    font-size: 24px;

    color: #b07d3e;

    padding-bottom: 30px;

    border-bottom: 1px solid #216e5a;

    margin-bottom: 30px;

  }



  .exploit1 .cont {

    margin-top: 80px;

  }



  .exploit1 .cont p {

    margin-bottom: 10px;

  }



  /* 竞争优势 */

  .advantage p {

    font-size: 18px;

    color: #566055;

    line-height: 30px;

  }



  .advantage ul li {

    margin-top: 80px;

  }



  .advantage ul li h3 {

    font-size: 24px;

    color: #065b45;

    padding-bottom: 20px;

    border-bottom: 1px solid #397e6c;

    margin-bottom: 50px;

  }



  .advantage ul li .cont {

    background: #c7dad2;

    padding: 25px;

    color: #7a8279;

    font-size: 16px;

  }



  .advantage ul li .cont .img {

    display: flex;

    justify-content: space-between;

    margin-bottom: 40px;

  }



  .advantage ul li .cont .img img {

    width: 33%;

  }



  /* 打造手法 */

  .forge ul li {

    margin-top: 80px;

    background: #c7dad2;

    padding: 50px 25px;

  }



  .forge ul li h3 {

    font-size: 24px;

    color: #b07d3e;

    font-weight: bold;

    margin-bottom: 40px;

  }



  .forge ul li .img {

    margin-top: 40px;

    display: flex;

  }



  .forge ul li .img img {

    margin-right: 5px;

  }



  .forge ul li .img .cont {

    background: #9daaa3;

    padding: 30px;

  }



  .forge ul li .img .cont h4 {

    font-size: 24px;

    font-weight: bold;

    color: #065b45;

    padding-bottom: 20px;

    border-bottom: 3px solid #065b45;

    margin-bottom: 20px;

  }



  /* 服务内容 */

  .servCont ul li {

    margin-bottom: 80px;

  }



  .servCont ul li h3 {

    font-size: 25px;

    margin-bottom: 40px;
    font-family: auto;

    padding-bottom: 15px;

    color: #b07d3e;

    border-bottom: 1px solid #397e6c;

  }



  .servCont ul li table {

    width: 100%;

  }



  .servCont ul li tbody {

    display: flex;

  }



  .servCont ul li tbody tr {

    width: 25%;

    line-height: 28px;

    display: flex;

    flex-direction: column;

    color: #848783;

    font-size: 14px;

  }



  .servCont ul li tbody tr th {

    color: #b07d3e;

    font-size: 18px;

    margin-bottom: 5px;

  }



  /* 服务流程 */

  .flow ul {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

  }



  .flow ul li {

    width: 48%;

    margin-bottom: 50px;

  }



  .flow ul li h3 {

    font-size: 24px;

    color: #b07d3e;

    margin-bottom: 25px;

    padding-bottom: 15px;

    border-bottom: 1px solid #397e6c;

  }



  .flow ul li .desc {

    font-size: 15px;

  }



  /* 合作伙伴 */

  .partnerList .page {

    background: #dff4ec;

    padding: 55px;

  }



  .partnerList .page>ul {

    display: flex;

    flex-wrap: wrap;

  }



  .partnerList .page>ul li {

    width: calc(100%/6);

    height: 162px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-bottom: 1px solid #397e6c;

  }



  .partnerList .page>ul li img {

    width: 100%;

    height: 100%;

    object-fit: contain;

  }



  .pagination>.active>a,

  .pagination>.active>a:focus,

  .pagination>.active>a:hover,

  .pagination>.active>span,

  .pagination>.active>span:focus,

  .pagination>.active>span:hover {

    background: #065b45;

    border-color: #065b45;

  }



  .pagination>li>a,

  .pagination>li>a:focus,

  .pagination>li>a:hover,

  .pagination>li>span:focus,

  .pagination>li>span:hover {

    color: #065b45;

  }



  .banner-ny {

    background: #065b45;

  }

}

@media screen and (min-width:1000px) and (max-width:1300px) {
  .header .page {
    width: 1000px;
  }

  .page {
    width: 1000px;
    margin: 0 auto;
  }

  .part1 .right ul li {
    height: 205px;
  }

  .part1 .left {
    padding: 0 30px;
  }

  .part1 .left h2 {
    margin-bottom: 15px;
  }

  .part1 .left h3 {
    font-size: 35px;
    line-height: 35px;
  }

  .part1 .right ul li .con h2 {
    font-size: 25px;
  }

  .part2 .main {
    margin: 30px;
  }

  .part2 .main .left {
    margin-right: 20px;
  }

  .part2 .main .left img {
    width: 400px;
  }

  .part2 .main .right {
    font-size: 14px;
  }

  .part2 .title {
    height: 58px;
    padding-left: 40px;
  }

  .part2 .title em {
    font-size: 16px;
  }

  .title span {
    font-size: 18px;
  }

  .part3 .main ul {
    padding: 15px;
    padding-bottom: 0;
  }

  .part3 {
    padding: 0 30px;
  }

  .part3 .main {
    width: 49%;
  }

  .part3 .main ul li h3 a {
    max-width: 270px;
    font-size: 14px;
  }

  .part3 .main ul li em {
    font-size: 16px;
  }

  .about_news .page {
    padding-bottom: 50px;
    height: auto;
  }

  .about_news {
    height: auto;
    padding-bottom: 100px;
  }

  .about1 {
    display: block;
  }

  .about1 .left {
    margin-right: 20px;
    float: left;
  }

  .about1 .left img {
    width: 400px;
  }

  .showNav .page {
    width: 1000px;
  }

  .showMain .page-content,
  .teamList>.page,
  .imgShow .page,
  .newsList .page,
  .newsShow .page {
    padding: 30px;
  }

  .teamList .page>ul li,
  .proList .page>ul li {
    width: 31%;
    margin-right: 3.5%;
  }

  .teamList .page>ul li:nth-child(4n),
  .proList .page>ul li:nth-child(4n) {
    margin-right: 3.5%;
  }

  .teamList .page>ul li:nth-child(3n),
  .proList .page>ul li:nth-child(3n) {
    margin-right: 0;
  }

  .teamList .page>ul li .img img {
    height: 355px;
  }

  .newsList .page>ul li .look {
    width: 25%;
  }

  .newsShow h2 {
    font-size: 20px;
  }

  .proList .page>ul li .img {
    height: 330px;
  }

  .imgList .page>ul li .img {
    height: 180px;
    margin-right: 30px;
  }

  .imgList .page>ul li .cont h3 {
    margin-bottom: 10px;
  }

  .forge ul li .img img {
    width: 30%;
    object-fit: cover;
  }

  .forge ul li .img .cont {
    padding: 15px;
  }

  .forge ul li .img .cont h4 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .about1 .right p {
    font-size: 14px;
  }

  .about2 ul li {
    font-size: 14px;
  }

  .about2 ul li h3,
  .frame2 ul li h3 {
    margin-bottom: 10px;
  }

  .frame2 ul li {
    width: 19%;
  }

  .frame2 ul li .desc {
    padding-top: 15px;
  }
}