.header-hd {
    height: 31px;
    line-height: 31px;
    background: #0097e6;
    color: #fff;
    font-size: 14px;
  }
  .header-hd a {
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
  }
  .header-hd a:last-of-type {
    padding-right: 0;
  }
  .header-bd {
    height: 123px;
  }
  .header-bd .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-bd .header-call {
    background: url(../image/htel.png) no-repeat left center;
    font-size: 14px;
    color: #000;
    padding-left: 80px;
    padding-top: 13px;
  }
  .header-bd .header-call p {
    font-size: 31px;
    color: #ff812a;
    font-family: arial;
    font-weight: bold;
    margin-top: 6px;
  }
  .banner {
    border-top: 6px solid #0097e6;
  }
  .search-region {
    height: 49px;
    border-bottom: 1px solid #d7d7d3;
    line-height: 48px;
  }
  .search-region .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-region .search-keywords {
    font-size: 14px;
    color: #000;
  }
  .search-region .search-keywords a {
    font-size: 14px;
    color: #000;
  }
  .search-region .search-keywords::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border: 2px solid #eeeeee;
    background: #e57818;
    border-radius: 50%;
    float: left;
    margin: 15px 10px 0 0;
  }
  .search-region .search-form .search-key {
    height: 12px;
    border: none;
    outline: none;
    padding: 0 10px;
    border-right: 1px solid #a9aaa2;
    color: #000;
  }
  .search-region .search-form .search-button {
    width: 31px;
    height: 31px;
    background: url(../image/sbtn.png) no-repeat center #ededed;
    cursor: pointer;
    border: none;
    margin-left: 20px;
    border-radius: 50%;
  }
  .slogan-region {
    height: 203px;
    background: url(../image/sloganline.png) repeat-y center;
  }
  .slogan-region * {
    box-sizing: border-box;
  }
  .slogan-region dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .slogan-region dl dt {
    width: 340px;
    height: 203px;
    padding-top: 50px;
  }
  .slogan-region dl dt h3 {
    font-size: 33px;
    color: #fff;
  }
  .slogan-region dl dt h3 span {
    font-size: 41px;
    opacity: 0.2;
    vertical-align: -6px;
    position: relative;
    left: 30px;
  }
  .slogan-region dl dt p {
    font-size: 27px;
    color: #fff;
  }
  .slogan-region dl dd {
    width: 286px;
    color: #000;
    height: 203px;
    border-right: 1px solid #d5d6d7;
    padding: 35px 29px 0 30px;
  }
  .slogan-region dl dd:last-of-type {
    border: none;
  }
  .slogan-region dl dd h4 {
    font-size: 56px;
    font-weight: bold;
    font-family: arial;
    line-height: 1;
  }
  .slogan-region dl dd h4 i {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: #ff812a;
    border-radius: 50%;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    vertical-align: 23px;
    margin-left: 6px;
  }
  .slogan-region dl dd h5 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 2px;
  }
  .slogan-region dl dd p {
    font-size: 12px;
    line-height: 21px;
    margin-top: 11px;
  }
  .region-tit {
    text-align: center;
  }
  .region-tit h2 {
    background: url(../image/titline.png) no-repeat center;
    color: #000;
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    padding: 0 134px;
    background-size: 100% 3px;
  }
  .region-tit p {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
  }
  .product-region {
    padding: 60px 0 70px;
  }
  .product-bd {
    margin-top: 30px;
  }
  .product-bd .hd ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product-bd .hd li {
    display: inline-block;
    width: 163px;
    height: 35px;
    border: 1px solid #7d7d7d;
    line-height: 33px;
    text-align: center;
    box-sizing: border-box;
  }
  .product-bd .hd li a {
    display: block;
    font-size: 16px;
    color: #000;
  }
  .product-bd .hd li:hover {
    border-color: #0097e6;
  }
  .product-bd .hd li:hover a {
    color: #fff;
    background: #0097e6;
  }
  .product-bd .bd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .product-bd .bd li {
    width: 386px;
    position: relative;
    margin-top: 19px;
  }
  .product-bd .bd li img {
    width: 100%;
    display: block;
  }
  .product-bd .bd li h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: rgba(0, 151, 230, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
  }
  .product-bd .bd li:hover h5 {
    height: 100%;
  }
  .properity-region {
    padding-bottom: 55px;
    background: linear-gradient(to bottom, #fff, 290px, #eeeff1 290px);
  }
  .properity-region .properity-bd {
    margin-top: 75px;
  }
  .properity-region .properity-bd ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .properity-region .properity-bd li {
    width: 232px;
    transition: all 0.3s;
  }
  .properity-region .properity-bd li .img {
    height: 303px;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    position: relative;
  }
  .properity-region .properity-bd li .img img {
    width: 100%;
    display: block;
  }
  .properity-region .properity-bd li .img p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    padding: 0 20px;
    background: rgba(0, 151, 230, 0.5);
    box-sizing: border-box;
    text-align: center;
    transform: translateY(100%);
    transition: all 0.3s;
  }
  .properity-region .properity-bd li:nth-of-type(2) .img,
  .properity-region .properity-bd li:nth-of-type(3) .img,
  .properity-region .properity-bd li:nth-of-type(5) .img {
    border-radius: 0 20px 020px;
  }
  .properity-region .properity-bd li .desc {
    font-size: 14px;
    line-height: 23px;
    color: #000;
    position: relative;
    padding-top: 60px;
    transition: all 0.3s;
  }
  .properity-region .properity-bd li .desc .iconimg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 73px;
    height: 73px;
    background: #0097e6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -41px;
  }
  .properity-region .properity-bd li .desc .iconimg::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #0097e6;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .properity-region .properity-bd li:hover {
    transform: translateY(-20px);
  }
  .properity-region .properity-bd li:hover .img p {
    transform: translateY(0);
  }
  .properity-region .properity-bd li:hover .desc {
    text-align: center;
  }
  .properity-region .properity-bd li:hover .desc b {
    font-size: 18px;
  }
  .properity-region .properity-bd li:hover .desc span {
    display: none;
  }
  .properity-slogan {
    width: 603px;
    height: 124px;
    background: #0097e6;
    border-radius: 40px 0 40px 0;
    margin: 52px auto 33px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .properity-slogan h3 {
    font-size: 36px;
    font-weight: bold;
  }
  .properity-slogan p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 9px;
  }
  .properity-case {
    background: url(../image/perbg.png) repeat-x bottom center;
    padding: 0 15px 29px;
  }
  .properity-case ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .properity-case li {
    width: 223px;
  }
  .properity-case li img {
    width: 100%;
    display: block;
  }
  .prpoperity-tel {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .prpoperity-tel .img {
    width: 38px;
    height: 38px;
    background: #ff812a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
  }
  .prpoperity-tel b {
    font-size: 24px;
    font-weight: normal;
  }
  .avant-top {
    height: 269px;
    background: url(../image/avanttop.jpg) no-repeat center;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 97px;
  }
  .avant-top h2 {
    font-size: 30px;
  }
  .avant-top p {
    font-size: 14px;
    opacity: 0.4;
    font-family: arial;
    margin-top: 6px;
  }
  .avant-region {
    padding: 60px 0;
  }
  .avant-region .avant-tit {
    display: block;
    width: 926px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    line-height: 1.7;
    text-align: right;
    padding-right: 80px;
    box-sizing: border-box;
    padding-top: 17px;
    background: url(../image/avanttit.jpg) no-repeat top center;
  }
  .avant-region .avant-tit h2 {
    font-size: 30px;
    font-weight: bold;
  }
  .avant-region .avant-tit h2 span {
    color: #0097e6;
  }
  .avant-region .avant-tit p {
    font-size: 18px;
  }
  .avant-region .avant-bd {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .avant-region .avant-desc {
    background: url(../image/dtline.png) no-repeat left center;
    padding-left: 22px;
    width: 520px;
    box-sizing: border-box;
  }
  .avant-region .avant-desc dl {
    margin-bottom: 13px;
  }
  .avant-region .avant-desc dl:last-of-type {
    margin-bottom: 0;
  }
  .avant-region .avant-desc dt {
    font-size: 29px;
    color: #cdcaca;
    font-weight: bold;
    font-family: arial;
    background: url(../image/avanti.jpg) no-repeat right center;
  }
  .avant-region .avant-desc dd h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 9px;
    margin-top: 5px;
  }
  .avant-region .avant-desc dd h3 b {
    font-size: 28px;
    color: #0097e6;
  }
  .avant-region .avant-desc dd p {
    font-size: 18px;
    color: #999;
    line-height: 33px;
  }
  .avant-region .avant-desc dd p::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #999;
    transform: rotate(45deg);
    float: left;
    margin: 9px 9px 0 0;
  }
  .avant-region .avant-img {
    width: 650px;
  }
  .about-region {
    padding: 0 0 90px;
  }
  .about-bd {
    position: relative;
    height: 433px;
    margin-top: 40px;
  }
  .about-bd .about-img {
    width: 723px;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-bd .about-img img {
    width: 100%;
  }
  .about-bd .about-desc {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 521px;
    height: 318px;
    background: #0097e6;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-bd .about-desc-content {
    height: 210px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
  }
  .about-ft {
    margin-top: 30px;
  }
  .about-ft ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-ft li {
    width: 281px;
    background: url(../image/abbg.jpg) center;
    font-size: 0;
  }
  .case-region {
    background: #eeeff1;
    overflow: hidden;
    padding: 63px 0 75px;
  }
  .case-region .case-bd {
    position: relative;
    margin: 50px 0;
  }
  .case-region .case-bd .hd a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .case-region .case-bd .hd .prev {
    left: -100px;
  }
  .case-region .case-bd .hd .next {
    right: -100px;
  }
  .case-region .case-bd .bd li {
    width: 390px !important;
    height: 280px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 125px 20px 0;
    margin-right: 15px;
    margin-top: 45px;
  }
  .case-region .case-bd .bd li .img {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 147px;
    height: 147px;
    border-radius: 50%;
    line-height: 0;
    overflow: hidden;
  }
  .case-region .case-bd .bd li .img img {
    width: 100%;
  }
  .case-region .case-bd .bd li h3 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    text-align: center;
  }
  .case-region .case-bd .bd li p {
    font-size: 13px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #999;
    text-align: center;
    margin-top: 15px;
  }
  .case-region .case-bd .bd li:hover h3 {
    color: #0097e6;
  }
  .case-region .case-link {
    text-align: center;
  }
  .case-region .case-link a {
    margin: 0 10px;
    display: inline-block;
    width: 134px;
    height: 39px;
    border-radius: 20px;
    border: 1px solid #535353;
    box-sizing: border-box;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color: #000;
  }
  .case-region .case-link a:first-of-type {
    border-color: #0097e6;
    background: #0097e6;
    color: #fff;
  }
  .partner-region {
    height: 394px;
    box-sizing: border-box;
    padding-top: 70px;
    background: url(../image/partbg.jpg) no-repeat center;
  }
  .partner-region .region-tit h2 {
    background-image: url(../image/titline2.png);
  }
  .partner-region .region-tit h2,
  .partner-region .region-tit p {
    color: #fff;
  }
  .partner-region .partner-bd {
    margin-top: 40px;
    position: relative;
  }
  .partner-region .partner-bd .hd a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 47px;
    background: #ff812a;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-family: "宋体";
    font-size: 30px;
  }
  .partner-region .partner-bd .hd .prev {
    left: -50px;
  }
  .partner-region .partner-bd .hd .next {
    right: -50px;
  }
  .partner-region .partner-bd .bd {
    overflow: hidden;
  }
  .partner-region .partner-bd .bd li {
    width: 283px;
    margin-right: 22px;
    line-height: 0;
  }
  .partner-region .partner-bd .bd li img {
    width: 100%;
  }
  .news-region {
    padding: 80px 0 70px;
  }
  .news-region .w {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .news-region .news-tit {
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
  }
  .news-region .news-tit a {
    display: block;
    width: 58px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(to bottom, #0097e6 50%, #027fc1 50%);
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
  }
  .news-region .news-tit h2 {
    font-size: 27px;
    color: #000;
    font-weight: bold;
    border-left: 6px solid #0097e6;
    padding-left: 8px;
    line-height: 1.2;
  }
  .news-region .news-tit h2 span {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-left: 5px;
  }
  .news-left {
    width: 680px;
  }
  .news-left li {
    margin-bottom: 20px;
  }
  .news-left .li1 {
    overflow: hidden;
  }
  .news-left .li1 .img {
    width: 200px;
    float: left;
    margin-right: 20px;
    line-height: 0;
  }
  .news-left .li1 .img img {
    width: 100%;
  }
  .news-left .li1 h5 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding-top: 11px;
  }
  .news-left .li1 p {
    font-size: 12px;
    color: #666;
    line-height: 25px;
    height: 75px;
    margin: 5px 0 8px;
    overflow: hidden;
  }
  .news-left .li1 .time {
    font-size: 12px;
    color: #999;
  }
  .news-left .li1 .time i {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 13px;
    font-family: "宋体";
    border: 1px solid #999;
    border-radius: 50%;
    margin-right: 10px;
  }
  .news-left .li2 {
    border-top: 1px dashed #999;
    padding-top: 15px;
  }
  .news-left .li2 h5 {
    font-size: 13px;
    color: #000;
  }
  .news-left .li2 h5 span {
    color: #999;
  }
  .news-right {
    width: 460px;
  }
  .news-right li {
    padding-bottom: 23px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 23px;
  }
  .news-right li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .news-right li i {
    display: block;
    width: 21px;
    height: 21px;
    background: #0097e6;
    line-height: 21px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 15px;
    font-style: normal;
  }
  .news-right li h5 {
    font-size: 15px;
    color: #000;
    margin-bottom: 14px;
  }
  .news-right li p {
    font-size: 12px;
    color: #888;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
  }
  .news-right li p i {
    background: #ff812a;
  }
  .feed-region {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    position: relative;
  }
  .feed-region .feed-form {
    box-sizing: border-box;
    position: relative;
    width: 50%;
    padding: 5.3% 0;
  }
  .feed-region .feed-form .input-group input {
    width: 317px;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    margin-bottom: 9px;
    display: block;
  }
  .feed-region .feed-form .input-text input {
    width: 565px;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    margin-bottom: 9px;
  }
  .feed-region .feed-form .input-text textarea {
    height: 165px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    width: 565px;
    overflow: hidden;
    resize: none;
  }
  .feed-region .feed-form .form-btn {
    margin-top: 41px;
  }
  .feed-region .feed-form .form-btn button {
    display: inline-block;
    width: 153px;
    height: 45px;
    background: #363636;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
  }
  .feed-region .feed-form .form-btn button:first-of-type {
    background: #ff812a;
    margin-right: 12px;
  }
  .feed-region .feed-form .feed-form-tel {
    position: absolute;
    top: 13%;
    right: 51px;
  }
  .feed-region .feed-form .feed-form-tel h4 {
    font-size: 36px;
    color: #1b59a6;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .feed-region .feed-form .feed-form-tel div {
    background: url(../image/formtel.png) no-repeat left top;
    padding-left: 35px;
    font-size: 13px;
    color: #999;
  }
  .feed-region .feed-form .feed-form-tel div p {
    font-size: 22px;
    color: #000;
  }
  .feed-region .feed-img {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .feed-region .feed-img img {
    width: 100%;
    display: block;
  }
  .footer-region {
    background: #232222;
  }
  .footer-region .w {
    padding: 75px 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  .footer-region .footer-logo h2 {
    font-size: 18px;
    margin: 9px 0 8px;
  }
  .footer-region .footer-logo .footer-logo-tel {
    font-size: 15px;
  }
  .footer-region .footer-logo .footer-logo-tel p {
    font-size: 32px;
    font-weight: bold;
  }
  .footer-region .footer-nav-link {
    width: 230px;
    border-left: 1px solid #525151;
  }
  .footer-region .footer-nav-link dd a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    width: 50%;
  }
  .footer-region .footer-nav {
    padding: 0 45px;
    border-right: 1px solid #525151;
  }
  .footer-region .footer-nav dt {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .footer-region .footer-nav dd {
    font-size: 14px;
    line-height: 41px;
  }
  .footer-region .footer-code h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 19px;
  }
  .footer-region .footer-code .img {
    text-align: center;
  }
  .footer-region .footer-ft {
    text-align: center;
    background: #fff;
    padding: 15px 0;
    line-height: 20px;
    font-size: 12px;
    color: #000;
  }
  