.header {
    width: 1200px;
    height: 80px;
  /*  background: #fff;*/
    position: /*fixed*/ absolute;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .header-logo {
    line-height: 0;
  }
  .header #nav {
    width: 983px;
  }
  .search-region {
    height: 76px;
    background: #f4f2f2;
  }
  .search-region .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-region .search-hot {
    font-size: 14px;
    color: #000;
  }
  .search-region .search-hot a {
    color: #000;
  }
  .search-region .search-form .search-key {
    width: 338px;
    height: 42px;
    background: #fff;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
  }
  .search-region .search-form .search-button {
    width: 48px;
    height: 42px;
    background: url(../image/sbtn.png) no-repeat center #00554e;
    outline: none;
    border: none;
    cursor: pointer;
  }
  .region-tit {
    text-align: center;
  }
  .region-tit h2 {
    font-size: 36px;
    color: #000;
    background: url(../image/titline.png) no-repeat bottom center;
    padding-bottom: 13px;
    margin-bottom: 3px;
    font-weight: bold;
  }
  .region-tit p {
    font-size: 18px;
    color: #daac80;
  }
  .server-region {
    padding: 50px 0 105px;
  }
  .server-bd {
    margin-top: 40px;
    padding-bottom: 138px;
    background: url(../image/serbg.png) no-repeat bottom center;
    position: relative;
  }
  .server-bd ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .server-bd li {
    width: 126px;
    height: 136px;
    background: url(../image/serli.png) no-repeat center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .server-bd li p {
    font-size: 14px;
    color: #000;
    margin-top: 11px;
  }
  .server-bd li::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #dedede;
    border-radius: 50%;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
  }
  .server-bd .show-feed {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    width: 373px;
    height: 82px;
    background: #00554e;
    border-radius: 41px;
    color: #fff;
    font-size: 24px;
    line-height: 82px;
    text-align: center;
    letter-spacing: 3px;
    cursor: pointer;
  }
  .about-hd {
    height: 632px;
    background: url(../image/abhdbg.jpg) no-repeat center;
  }
  .about-hd .about-hd-content {
    width: 580px;
    padding-top: 42px;
  }
  .about-hd .about-hd-content .about-tit {
    color: #000;
    line-height: 1.3;
  }
  .about-hd .about-hd-content .about-tit h2 {
    font-size: 22px;
    font-weight: bold;
  }
  .about-hd .about-hd-content .about-tit h3 {
    font-size: 18px;
  }
  .about-hd .about-hd-content .about-tit::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #daac80;
    margin-top: 3px;
  }
  .about-hd .about-hd-content .about-desc {
    font-size: 12px;
    line-height: 29px;
    height: 116px;
    overflow: hidden;
    color: #fff;
    margin: 15px 0;
  }
  .about-hd .about-hd-content .about-more {
    display: block;
    width: 114px;
    height: 32px;
    border: 1px solid #000;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #000;
  }
  .about-hd .about-hd-vision {
    width: 580px;
    margin-top: 20px;
  }
  .about-hd .about-vision-desc {
    width: 448px;
    height: 186px;
    background: #daac80;
    font-size: 12px;
    line-height: 24px;
    color: #00554e;
    position: relative;
    padding: 33px 25px;
    box-sizing: border-box;
    margin-left: auto;
  }
  .about-hd .about-vision-desc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #daac80;
    position: absolute;
    left: 0;
    bottom: -14px;
  }
  .about-hd .about-vision-tit {
    margin: 32px 0 0 84px;
  }
  .about-hd .about-vision-tit h3 {
    font-size: 17px;
    color: #666;
    font-weight: bold;
  }
  .about-bd {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .about-bd ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-bd li {
    width: 395px;
    height: 238px;
    background: #322f2c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    color: #fff;
    box-sizing: border-box;
  }
  .about-bd li .h {
    display: none;
  }
  .about-bd li h3 {
    margin-top: 20px;
    font-size: 18px;
  }
  .about-bd li h3::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background: #fff;
    margin: 15px auto 20px;
  }
  .about-bd li p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .about-bd li:hover,
  .about-bd li.on {
    background: #00554e;
    color: #daac80;
  }
  .about-bd li:hover h3::after,
  .about-bd li.on h3::after {
    background: #daac80;
  }
  .about-bd li:hover .s,
  .about-bd li.on .s {
    display: none;
  }
  .about-bd li:hover .h,
  .about-bd li.on .h {
    display: block;
  }
  .business-region {
    padding: 64px 0;
  }
  .business-bd {
    margin-top: 20px;
  }
  .business-bd-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .business-bd-tit ul {
    display: flex;
  }
  .business-bd-tit li a {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 15px;
    padding: 0 20px;
    border-left: 1px solid #daac80;
  }
  .business-bd-tit li:last-of-type a {
    padding-right: 0;
  }
  .business-bd-tit li:first-of-type a {
    border: none;
  }
  .business-bd-tit li.on a {
    color: #daac80;
  }
  .business-bd-tit h3 {
    line-height: 38px;
    font-size: 16px;
    color: #000;
  }
  .business-bd-tit h3 span {
    display: inline-block;
    width: 192px;
    height: 38px;
    background: #00554e;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    margin-right: 30px;
    position: relative;
  }
  .business-bd-tit h3 span::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #00554e;
  }
  .business-bd-slide {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
  }
  .business-bd-slide .hd {
    width: 239px;
  }
  
  

  .business-bd-slide .hd li {
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
  }
  .business-bd-slide .hd li img {
    width: 100%;
    display: block;
  }
  .business-bd-slide .hd li h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 85, 78, 0.6);
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: all 0.3s;
  }
  .business-bd-slide .hd li h5 .icon {
    display: block;
    height: 19px;
    width: 19px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 5px;
  }
  .business-bd-slide .hd li:hover h5,
  .business-bd-slide .hd li.on h5 {
    transform: translateY(0);
  }
  .business-bd-slide .hd li:last-of-type {
    margin-bottom: 0;
  }
  .business-bd-slide .bd li {
    position: relative;
    width: 954px;
  }
  .business-bd-slide .bd li img {
    width: 100%;
    display: block;
  }
  .business-bd-slide .bd li h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 85, 78, 0.55);
  }
  .avant-region {
    height: 955px;
    padding-top: 83px;
    box-sizing: border-box;
    background: url(../image/avantbg.jpg) no-repeat center;
  }
  .avant-region .region-tit h2 {
    color: #fff;
    background-image: url(../image/titline2.png);
  }
  .avant-region .avant-bd {
    margin-top: 65px;
  }
  .avant-region .avant-bd ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .avant-region .avant-bd li {
    width: 193px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .avant-region .avant-bd li .item-hd {
    width: 100%;
    height: 496px;
  }
  .avant-region .avant-bd li .item-hd .img {
    width: 191px;
    height: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-bottom: 0;
  }
  .avant-region .avant-bd li .item-hd .desc {
    height: calc(100% - 134px);
    background: #fff;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .avant-region .avant-bd li .item-hd .desc h3 {
    font-size: 18px;
    color: #000;
  }
  .avant-region .avant-bd li .item-hd .desc p {
    font-size: 14px;
    line-height: 29px;
    color: #333;
    text-align: center;
    margin: 20px 0;
  }
  .avant-region .avant-bd li .item-hd .desc .h {
    display: none;
  }
  .avant-region .avant-bd li .item-bd {
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #fff;
    font-style: italic;
  }
  .avant-region .avant-bd li:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .avant-region .avant-bd li:nth-of-type(even) .item-hd .desc {
    background: #00554e;
  }
  .avant-region .avant-bd li:nth-of-type(even) .item-hd .desc h3,
  .avant-region .avant-bd li:nth-of-type(even) .item-hd .desc p {
    color: #fff;
  }
  .avant-region .avant-bd li:hover .item-hd .desc {
    background: #00554e;
  }
  .avant-region .avant-bd li:hover .item-hd .desc h3,
  .avant-region .avant-bd li:hover .item-hd .desc p {
    color: #daac80;
  }
  .avant-region .avant-bd li:hover .item-hd .desc .s {
    display: none;
  }
  .avant-region .avant-bd li:hover .item-hd .desc .h {
    display: block;
  }
  .made-region {
    padding: 65px 0 70px;
  }
  .made-bd {
    margin-top: 30px;
    position: relative;
  }
  .made-bd .bd img {
    width: 100%;
    display: block;
  }
  .made-bd .hd {
    position: absolute;
    width: 1128px;
    height: 132px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 7px #cacaca;
  }
  .made-bd .hd ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .made-bd .hd li {
    flex: 1;
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: 3px solid transparent;
    cursor: pointer;
  }
  .made-bd .hd li p {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
  }
  .made-bd .hd li::after {
    content: "";
    height: 85px;
    width: 1px;
    background: #d6d6d6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .made-bd .hd li:hover,
  .made-bd .hd li.on {
    border-color: #daac80;
  }
  .made-bd .hd li:hover p,
  .made-bd .hd li.on p {
    color: #daac80;
  }
  .case-region .casemore {
    display: block;
    background: #00554e;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
  }
  .case-region .casemore:hover {
    color: #daac80;
  }
  .case-bd {
    margin-top: 40px;
    overflow: hidden;
  }
  .case-bd li {
    float: left;
    position: relative;
  }
  .case-bd li img {
    width: 100%;
    display: block;
  }
  .case-bd li h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background: rgba(0, 0, 0, 0.35);
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
  }
  .case-bd li .icon {
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    display: none;
  }
  .case-bd li.li1 {
    width: 522px;
  }
  .case-bd li.li2 {
    width: 329px;
    margin-left: 10px;
    margin-bottom: 9px;
  }
  .case-bd li:nth-of-type(1n+4) {
    margin-bottom: 0;
  }
  .case-bd li:hover h5 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .case-bd li:hover h5 .icon {
    display: block;
  }
  .style-region {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .style-bd {
    margin-top: 40px;
    height: 679px;
    position: relative;
  }
  .style-bd .hd {
    position: absolute;
    width: 1200px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .style-bd .hd ul {
    width: 426px;
    height: 100%;
    background: #fff;
    margin-left: auto;
    position: relative;
    z-index: 99;
  }
  .style-bd .hd li {
    height: calc(25%);
    cursor: pointer;
  }
  .style-bd .hd li h3 {
    width: 86px;
    height: 100%;
    border-right: 1px solid #adadad;
    padding: 17px 36px;
    box-sizing: border-box;
    line-height: 23px;
    font-size: 14px;
  }
  .style-bd .hd li .item-bd {
    position: absolute;
    right: 0;
    top: 0;
    width: 339px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s;
  }
  .style-bd .hd li .item-bd h4 {
    font-size: 32px;
    color: #000;
    font-weight: normal;
    font-family: "宋体";
    margin-top: 45px;
  }
  .style-bd .hd li .item-bd h4::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #d2bd84;
    margin: 25px auto 0;
  }
  .style-bd .hd li .item-bd .desc {
    margin: 50px 0;
    font-size: 13px;
    line-height: 28px;
    color: #000;
    text-align: center;
  }
  .style-bd .hd li .item-bd a {
    display: block;
    width: 72px;
    height: 48px;
    background: url(../image/stylemore.png) no-repeat center;
    line-height: 48px;
    text-align: center;
    color: #00554e;
    font-size: 18px;
  }
  .style-bd .hd li.on h3 {
    background: #00554e;
    color: #fff;
  }
  .style-bd .hd li.on .item-bd {
    opacity: 1;
  }
  .news-region {
    padding-top: 80px;
  }
  .news-bd {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .news-bd .news-tit {
    background: url(../image/newsicon.png) no-repeat left top;
    padding-left: 50px;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 16px;
    line-height: 35px;
    padding-bottom: 12px;
    color: #000;
  }
  .news-bd .news-tit h3 {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
  }
  .news-bd .news-tit a {
    font-size: 12px;
  }
  .news-bd .news-bd-item {
    width: 563px;
  }
  .news-bd .news-bd-item .news-img {
    padding-bottom: 20px;
    line-height: 0;
    border-bottom: 1px solid #c4c4c4;
  }
  .news-bd .news-bd-item .news-img img {
    width: 100%;
  }
  .news-bd .news-bd-item .news-list {
    padding-top: 20px;
  }
  .news-bd .news-bd-item .news-list li a {
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 39px;
  }
  .news-bd .news-bd-item .news-list li a::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #daac80;
    border-radius: 50%;
    margin-top: 17px;
    margin-right: 8px;
    float: left;
  }
  .news-bd .news-bd-item .news-list li a:hover {
    color: #daac80;
  }
  .partner-region {
    margin: 60px 0;
  }
  .partner-region dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .partner-region dt {
    width: 404px;
    height: 197px;
    background: #00554e;
    color: #fff;
    text-align: center;
    padding-top: 31px;
    box-sizing: border-box;
  }
  .partner-region dt h2 {
    font-size: 36px;
    font-weight: bold;
  }
  .partner-region dt h3 {
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    margin-top: 4px;
  }
  .partner-region dt h3::after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #daac80;
    margin: 15px auto 20px;
  }
  .partner-region dt p {
    font-size: 16px;
  }
  .partner-region dd {
    line-height: 0;
  }
  .honor-region {
    height: 227px;
    background: #322f2c;
    padding-top: 44px;
    box-sizing: border-box;
  }
  .honor-region li {
    float: left;
    width: 233px;
    margin-right: 8px;
  }
  .honor-region li img {
    width: 100%;
    display: block;
  }
  .footer {
    background: #00554e;
  }
  .footer .footer-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 45px 0;
  }
  .footer .footer-hd .footer-logo {
    width: 40%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .footer .footer-hd .footer-logo p {
    font-size: 12px;
    line-height: 28px;
    color: #fff;
  }
  .footer .footer-hd .footer-nav {
    width: 57%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer .footer-hd .footer-nav dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
  }
  .footer .footer-hd .footer-nav dd a {
    display: block;
    background: url(../image/fa.png) no-repeat left center;
    padding-left: 20px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
  }
  .footer .footer-hd .footer-nav .ftcontact .ftcontact-item {
    display: flex;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer .footer-hd .footer-nav .ftcontact .img {
    width: 39px;
    height: 36px;
    background: #daac80;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  .footer .footer-ft {
    border-top: 1px solid #699b97;
    padding: 18px 0;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
  }
  .footer .footer-ft .w {
    display: flex;
  }
  .footer .footer-ft a {
    color: #fff;
  }
  .form-region {
    width: 411px;
    height: 424px;
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999999;
    background: url(../image/tanchuang01.png) no-repeat center;
    opacity: 0;
  }
  .form-region form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .form-region form .submit {
    width: 142px;
    height: 37px;
    background: #ebc793;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 16px;
    color: #282828;
    font-family: 微软雅黑;
    margin-top: 44px;
  }
  .form-region .input-group {
    margin-bottom: 12px;
  }
  .form-region .input-group span {
    font-size: 12px;
    color: #595959;
    line-height: 24px;
    font-family: "宋体";
  }
  .form-region .input-group input {
    width: 200px;
    height: 26px;
    border: 0;
    border-bottom: 1px solid #daac80;
    outline: none;
    padding: 0;
  }
  .form-region .close-btn {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-61%);
    cursor: pointer;
  }
  