.header-hd {
    height: 20px;
    line-height: 20px;
    background: #eee;
    font-size: 12px;
    color: #000;
  }
  .header-hd a {
    padding-left: 20px;
  }
  .header-bd {
    height: 112px;
  }
  .header-bd .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-bd .header-tel {
    background: url(../image/htel.png) no-repeat left center;
    padding-left: 68px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
  .header-bd .header-tel h3 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
  }
  .header-bd .header-tel h3 a {
    display: inline-block;
    background: #007fae;
    color: #fff;
    line-height: 21px;
    width: 121px;
    text-align: center;
    font-size: 14px;
    margin-left: 14px;
  }
  .header-bd .header-tel p {
    font-size: 30px;
    color: #7ab95f;
    font-weight: bold;
  }
  .search-region {
    height: 101px;
    background: url(../image/searchline.png) repeat-y center #007fae;
  }
  .search-region .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .search-region-solgan {
    width: 324px;
    background: #7ab95f;
    color: #fff;
    height: 100%;
    text-align: center;
    font-size: 15px;
    font-family: arial;
    padding-top: 19px;
  }
  .search-region-solgan h2 {
    font-size: 38px;
  }
  .search-region-form .search-key {
    width: 361px;
    height: 45px;
    border-radius: 10px 0 0 10px;
    background: #fff;
    border: none;
    padding: 0 10px;
    outline: none;
  }
  .search-region-form .search-button {
    height: 45px;
    vertical-align: top;
    width: 65px;
    text-align: center;
    line-height: 45px;
    background: #003d70;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    outline: none;
  }
  .search-region-news {
    width: 220px;
    color: #fff;
  }
  .search-region-news h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
  }
  .search-region-news li a {
    font-size: 12px;
    display: block;
    color: #fff;
    line-height: 20px;
  }
  .search-region-news li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin-right: 10px;
  }
  .about-region {
    overflow: hidden;
    padding-top: 85px;
  }
  .about-region-img {
    width: 428px;
    float: left;
  }
  .about-region-bd {
    width: 680px;
    float: right;
    padding-top: 90px;
  }
  .about-region-bd h2 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
  }
  .about-region-bd h2 b {
    font-size: 48px;
    font-family: arial;
    vertical-align: -5px;
    padding-right: 6px;
  }
  .about-region-bd h2 b span {
    font-style: normal;
    color: #007fae;
  }
  .about-region-bd h2::after {
    content: "";
    display: block;
    width: 26px;
    height: 5px;
    background: #007fae;
    margin-top: 35px;
  }
  .about-region-bd .about-desc {
    font-size: 13px;
    line-height: 25px;
    height: 200px;
    overflow: hidden;
    margin: 40px 0 50px;
  }
  .about-region-bd .about-more a {
    display: inline-block;
    width: 134px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #007fae;
    color: #fff;
    font-size: 16px;
    margin-right: 26px;
  }
  .about-region-bd .about-more a:last-of-type {
    background: #7ab95f;
  }
  .region-tit {
    text-align: center;
    color: #000;
  }
  .region-tit h2 {
    font-size: 30px;
    font-weight: bold;
  }
  .region-tit h2::after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #666;
    margin: 14px auto 11px;
  }
  .region-tit p {
    font-size: 16px;
    opacity: 0.7;
  }
  .business-region {
    padding: 50px 0 80px;
  }
  .business-region-bd {
    position: relative;
    margin-top: 30px;
  }
  .business-region .hd a {
    position: absolute;
    top: 50%;
    font-family: "宋体";
    font-size: 50px;
    font-weight: bold;
    transform: translateY(-50%);
  }
  .business-region .hd .prev {
    left: -50px;
  }
  .business-region .hd .next {
    right: -50px;
  }
  .business-region .bd {
    overflow: hidden;
  }
  .business-region .bd li {
    width: 291px;
    position: relative;
    margin-right: 12px;
  }
  .business-region .bd li img {
    width: 100%;
    display: block;
  }
  .business-region .bd li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .business-region .bd li p {
    display: inline-block;
    border: 1px solid #fff;
    height: 29px;
    padding: 0 30px;
    line-height: 29px;
    color: #fff;
    font-size: 14px;
  }
  .product-region {
    background: #f5f5f5;
    padding: 70px 0 90px;
    overflow: hidden;
  }
  .product-region .product-lside {
    width: 250px;
    float: left;
  }
  .product-region .product-lside .product-lside-tit {
    height: 113px;
    background: url(../image/proicon.png) no-repeat 26px center #007fae;
    color: #fff;
    padding: 36px 0 0 69px;
    line-height: 1.4;
  }
  .product-region .product-lside .product-lside-tit h2 {
    font-size: 24px;
    font-weight: normal;
  }
  .product-region .product-lside .product-lside-tit p {
    font-size: 12px;
    text-transform: uppercase;
  }
  .product-region .product-lside .product-lside-menu {
    padding: 5px 6px;
    background: #fff;
  }
  .product-region .product-lside .product-lside-menu li {
    height: 52px;
    border-bottom: 1px solid #f1f1f1;
  }
  .product-region .product-lside .product-lside-menu li a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 50px;
    position: relative;
  }
  .product-region .product-lside .product-lside-menu li a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
  }
  .product-region .product-lside .product-lside-menu li a:hover {
    background: #7ab95f;
    color: #fff;
  }
  .product-region .product-lside .product-lside-tel {
    height: 275px;
    background: #007fae;
    text-align: center;
    color: #fff;
    padding-top: 71px;
  }
  .product-region .product-lside .product-lside-tel h3 {
    font-size: 18px;
    font-weight: normal;
  }
  .product-region .product-lside .product-lside-tel h3 img {
    vertical-align: -6px;
    margin-right: 5px;
  }
  .product-region .product-lside .product-lside-tel p {
    font-size: 24px;
    font-weight: bold;
    margin: 3px 0 13px;
  }
  .product-region .product-lside .product-lside-tel a {
    line-height: 40px;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    font-size: 18px;
    color: #007fae;
    border-radius: 20px;
  }
  .product-region .product-list {
    width: 920px;
    float: right;
  }
  .product-region .product-list .product-list-tit {
    height: 85px;
    padding-top: 16px;
  }
  .product-region .product-list .product-list-tit a {
    display: inline-block;
    padding: 0 15px;
    line-height: 28px;
    background: #007fae;
    color: #fff;
    font-size: 12px;
    margin-top: 18px;
  }
  .product-region .product-list .product-list-tit h4 {
    font-size: 24px;
    font-weight: normal;
    color: #333743;
  }
  .product-region .product-list .product-list-tit p {
    font-size: 12px;
    color: #000;
    opacity: 0.6;
    text-transform: uppercase;
  }
  .product-region .product-list ul li {
    width: 295px;
    height: 237px;
    background: #fff;
    transition: all 0.3s;
    margin-right: 17px;
    margin-bottom: 17px;
  }
  .product-region .product-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .product-region .product-list ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-region .product-list ul li .img{
      overflow: hidden;
  }
  .product-region .product-list ul li img {
    max-width: 100%;
    transition: all .3s;
  }
  .product-region .product-list ul li:hover img{
      transform: scale(1.1);
  }
  .product-region .product-list ul li p {
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 39px;
    background: #007fae;
    line-height: 39px;
  }
  .product-region .product-list ul li:hover p {
    background: #7ab95f;
  }
  .reason-region {
    height: 765px;
    background: url(../image/reabg.jpg) no-repeat center;
    padding-top: 80px;
  }
  .reason-region .region-tit {
    color: #fff;
  }
  .reason-region .region-tit h2::after {
    background: #fff;
  }
  .reason-region-bd {
    margin-top: 60px;
  }
  .reason-region-bd ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 420px;
  }
  .reason-region-bd li {
    width: 25%;
    height: 378px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
  }
  .reason-region-bd li i {
    font-size: 36px;
    color: #7ab95f;
    font-weight: bold;
    font-family: arial;
    line-height: 1;
  }
  .reason-region-bd li p {
    font-size: 12px;
    font-family: arial;
    text-transform: uppercase;
  }
  .reason-region-bd li h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 7px 0 22px;
  }
  .reason-region-bd li .desc {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    height: 150px;
    opacity: 0.6;
  }
  .reason-region-bd li::after {
    content: "";
    display: block;
    width: 41px;
    height: 3px;
    background: #7ab95f;
    margin: 30px auto 0;
  }
  .reason-region-bd li:last-of-type {
    border-right: 0;
  }
  .reason-region-bd li.on {
    background: #fff;
    color: #000;
    height: 420px;
  }
  .case-region {
    padding: 80px 0;
    overflow: hidden;
  }
  .case-region .case-bd {
    margin-top: 50px;
  }
  .case-region .case-bd .hd {
    float: left;
    width: 508px;
  }
  .case-region .case-bd .hd li {
    width: 252px;
    height: 91px;
    float: left;
    background: #f5f5f5;
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
    margin-right: 4px;
    margin-bottom: 4px;
    cursor: pointer;
    color: #000;
    padding-top: 28px;
  }
  .case-region .case-bd .hd li h3 {
    font-size: 16px;
    font-weight: normal;
  }
  .case-region .case-bd .hd li p {
    font-size: 12px;
    text-transform: uppercase;
  }
  .case-region .case-bd .hd li:nth-of-type(2n) {
    margin-right: 0;
  }
  .case-region .case-bd .hd li.on {
    background: #007fae;
    color: #fff;
  }
  .case-region .case-bd .hd li:nth-of-type(7) {
    width: 100%;
    margin-right: 0;
  }
  .case-region .case-bd .hd .case-hd-tel {
    background: #f5f5f5;
    text-align: center;
    clear: both;
    height: 91px;
    padding-top: 25px;
  }
  .case-region .case-bd .hd .case-hd-tel img {
    display: inline-block;
  }
  .case-region .case-bd .hd .case-hd-tel div {
    display: inline-block;
    font-size: 12px;
    color: #000;
    text-align: left;
    padding-left: 14px;
    line-height: 1.2;
  }
  .case-region .case-bd .hd .case-hd-tel div p {
    font-size: 24px;
    color: #b70005;
    font-weight: bold;
  }
  .case-region .case-bd .bd {
    width: 687px;
    float: right;
  }
  .case-region .case-bd .bd li {
    position: relative;
  }
  .case-region .case-bd .bd li img {
    width: 100%;
    display: block;
  }
  .case-region .case-bd .bd li p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    padding: 10px 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .honor-region {
    padding-bottom: 60px;
  }
  .honor-region-bd {
    margin-top: 20px;
    text-align: center;
  }
  .partner-region {
    height: 460px;
    background: #f7f7f7;
    padding-top: 55px;
  }
  .partner-region-bd {
    margin: 40px 0 50px;
    overflow: hidden;
  }
  .partner-region-bd li {
    width: 221px;
    height: 128px;
    border: 1px solid #eee;
    background: #fff;
    margin-right: 23px;
    float: left;
  }
  .partner-region-bd li img {
    width: 100%;
    display: block;
  }
  .partner-region .partner-more {
    display: block;
    width: 232px;
    height: 38px;
    border: 1px solid #007fae;
    line-height: 38px;
    text-align: center;
    color: #007fae;
    font-size: 18px;
    margin: 0 auto;
  }
  .news-region {
    padding-top: 52px;
  }
  .news-region-tit {
    height: 50px;
    border-left: 4px solid #007fae;
    padding-left: 15px;
    color: #000;
    margin-bottom: 45px;
  }
  .news-region-tit p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .news-region-tit h2 {
    font-size: 24px;
    font-weight: normal;
  }
  .news-region-tit ul {
    margin-top: 15px;
  }
  .news-region-tit li {
    display: inline-block;
  }
  .news-region-tit li a {
    font-size: 16px;
    color: #000;
    padding-left: 20px;
  }
  .news-bd {
    overflow: hidden;
  }
  .news-left {
    width: 433px;
    float: left;
    height: 565px;
    background: #007fae;
    padding: 28px;
    color: #fff;
    padding-top: 59px;
  }
  .news-left a {
    color: #fff;
  }
  .news-left h3 {
    font-sizE: 18px;
    font-weight: normal;
  }
  .news-left p {
    font-size: 13px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    margin: 15px 0 104px;
  }
  .news-left .img {
    position: relative;
  }
  .news-left .img img {
    width: 100%;
    transition: all .3s;
  }
  .news-left .img div{
      overflow: hidden;
  }
  .news-left:hover .img  div img{
      transform: scale(1.1);
  }

  .news-left .img .time {
    position: absolute;
    height: 130px;
    border-left: 1px solid #fff;
    font-size: 24px;
    padding-left: 10px;
    line-height: 1.5;
    left: 39px;
    top: -63px;
    z-index: 9;
  }
  .news-left .img .time span {
    font-size: 18px;
    display: block;
  }
  /*.news-list {*/
  /*  width: 740px;*/
  /*  float: right;*/
  /*}*/
  /*.news-list li {*/
  /*  border-bottom: 1px solid #bababa;*/
  /*  padding-bottom: 36px;*/
  /*  overflow: hidden;*/
  /*  margin-bottom: 40px;*/
  /*}*/
  /*.news-list li .img {*/
  /*  float: left;*/
  /*  width: 221px;*/
  /*  margin-right: 15px;*/
  /*  overflow: hidden;*/
  /*}*/
  /*.news-list li .img img {*/
  /*  width: 100%;*/
  /*  transition: all .3s;*/
  /*}*/
  /*.news-list li:hover .img img{*/
  /*    transform: scale(1.1);*/
  /*}*/

  /*.news-list li h5 {*/
  /*  font-size: 18px;*/
  /*  color: #000;*/
  /*  font-weight: normal;*/
  /*  padding-top: 10px;*/
  /*}*/
  /*.news-list li p {*/
  /*  font-size: 13px;*/
  /*  line-height: 25px;*/
  /*  height: 50px;*/
  /*  overflow: hidden;*/
  /*  margin: 14px 0 20px;*/
  /*  color: #666;*/
  /*}*/
  /*.news-list li .time {*/
  /*  background: url(../image/newsr.png) no-repeat right center;*/
  /*  font-size: 12px;*/
  /*  color: #000;*/
  /*  font-family: arial;*/
  /*}*/
  /*.news-list li:last-of-type {*/
  /*  padding-bottom: 0;*/
  /*  bordeR: 0;*/
  /*  margin: 0;*/
  /*}*/
  .area-region {
    height: 51px;
    line-height: 50px;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #696969;
    font-sizE: 18px;
    color: #4f4f4f;
    margin-top: 60px;
  }
  .area-region a {
    color: #4f4f4f;
  }
  .area-region .totop {
    float: right;
    display: block;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    background: #7ab95f;
    color: #fff;
    font-sizE: 18px;
  }
  .footer {
    border-top: 15px solid #3598dc;
    background: #007fae;
  }
  .footer-hd {
    padding: 35px 0;
  }
  .footer-hd .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-hd .footer-hd-contact {
    width: 334px;
  }
  .footer-hd .footer-hd-contact li {
    color: #fff;
    overflow: hidden;
    margin-bottom: 21px;
  }
  .footer-hd .footer-hd-contact li img {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .footer-hd .footer-hd-contact li h3 {
    font-size: 16px;
  }
  .footer-hd .footer-hd-contact li p {
    font-sizE: 14px;
    margin-top: 3px;
  }
  .footer-hd .footer-hd-contact li p span {
    display: inline-block;
    margin-right: 10px;
  }
  .footer-hd .footer-hd-nav {
    color: #fff;
    width: 42%;
    line-height: 38px;
  }
  .footer-hd .footer-hd-nav a {
    display: inline-block;
    font-sizE: 16px;
    color: #fff;
    padding: 0 30px;
    vertical-align: -2px;
  }
  .footer-hd .footer-hd-code {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
  }
  .footer-bd {
    text-align: center;
    color: #fff;
    border-top: 1px solid #3b9bbf;
    line-height: 18px;
    padding: 20px 0;
  }
  .footer-bd a {
    color: #fff;
  }
  .footer-bd .w{
    display: flex;
    justify-content: center;
  }