.header-hd {
    height: 23px;
    line-height: 23px;
    background: #edeeee;
    font-size: 12px;
    color: #000;
  }
  .header-hd a {
    padding: 0 10px;
  }
  .header-hd a:last-of-type {
    padding-right: 0;
  }
  .header-bd {
    height: 138px;
  }
  .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: 80px;
    font-size: 18px;
    color: #000;
    line-height: 1.3;
    padding: 10px 0 10px 80px;
  }
  .header-bd .header-tel a {
    display: inline-block;
    width: 132px;
    height: 23px;
    background: #0f4793;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-left: 6px;
    vertical-align: 2px;
  }
  .header-bd .header-tel p {
    font-size: 32px;
    color: #d30404;
    font-weight: bold;
  }
  .search-region {
    height: 44px;
    border-bottom: 1px solid #c3c5c7;
  }
  .search-region .search-hd {
    line-height: 44px;
    font-size: 12px;
    color: #000;
  }
  .search-region .search-bd {
    margin-top: 8px;
  }
  .search-region .search-bd .search-key {
    width: 215px;
    height: 29px;
    background: #efefee;
    border: none;
    padding: 0 10px;
    color: #999;
    outline: none;
  }
  .search-region .search-bd .search-button {
    width: 37px;
    height: 29px;
    border: none;
    outline: none;
    vertical-align: top;
    cursor: pointer;
    background: url(../image/sbtn.png) no-repeat center #0f4793;
  }
  .region-tit {
    text-align: center;
  }
  .region-tit h2 {
    font-size: 30px;
    color: #000;
    background: url(../image/titline.png) no-repeat bottom center;
    padding-bottom: 13px;
    margin-bottom: 14px;
  }
  .region-tit h2 span {
    color: #b40d0d;
  }
  .region-tit p {
    font-size: 14px;
    color: #333;
  }
  .product-region {
    padding: 50px 0 70px;
  }
  .product-bd {
    margin-top: 35px;
  }
  .product-bd .product-lside {
    width: 282px;
    float: left;
    background: #f6f6f6;
  }
  .product-bd .product-lside .product-lside-tit {
    background: url(../image/promenu.png) no-repeat 48px center #0f4793;
    height: 99px;
    padding-left: 104px;
    color: #fff;
    padding-top: 21px;
    line-height: 1.3;
  }
  .product-bd .product-lside .product-lside-tit h2 {
    font-size: 30px;
  }
  .product-bd .product-lside .product-lside-tit P {
    font-size: 12px;
    opacity: 0.6;
  }
  .product-bd .product-lside .product-lside-menu {
    
    padding: 8px 0;
  }
  .product-bd .product-lside .product-lside-menu li {
    border-bottom: 1px solid #e1e1e0;
    padding: 0 14px;
  }
  .product-bd .product-lside .product-lside-menu a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #000;
    padding: 0 40px 0 37px;
    border-radius: 28px;
    overflow: hidden;
  }
  .product-bd .product-lside .product-lside-menu a span {
    font-family: "宋体";
    color: #b40d0d;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    margin-top: 19px;
    font-weight: bold;
  }
  .product-bd .product-lside .product-lside-menu li:hover {
    border-color: transparent;
  }
  .product-bd .product-lside .product-lside-menu li:hover a {
    background: #b40d0d;
    color: #fff;
  }
  .product-bd .product-lside .product-lside-tel {
    padding: 30px;
    background: #0f4793;
  }
  .product-bd .product-lside .product-lside-tel h3 {
    font-size: 33px;
    color: #ffffff;
    font-weight: bold;
  }
  .product-bd .product-lside .product-lside-tel .tel {
    background: url(../image/ptel.png) no-repeat left center;
    padding-left: 40px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding-top: 1px;
    margin-top: 17px;
  }
  .product-bd .product-lside .product-lside-tel .tel p {
    font-size: 24px;
  }
  .product-bd .product-list {
    width: 895px;
    float: right;
  }
  .product-bd .product-list li {
    width: 287px;
    height: 236px;
    position: relative;
    margin-right: 17px;
    margin-bottom: 13px;
  }
  .product-bd .product-list li .img {
    font-size: 0;
    border: 3px solid #e5e5e5;
    border-bottom: 0;
  }
  .product-bd .product-list li .img img {
    width: 100%;
  }
  .product-bd .product-list li h5 {
    line-height: 43px;
    height: 43px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    background: #0f4793;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .product-bd .product-list li:hover h5 {
    background: #d30404;
    color: #fff;
  }
  .product-bd .product-list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .ban-region {
    height: 172px;
    background: url(../image/banbg.jpg) no-repeat center;
  }
  .avant-region {
    padding: 68px 0 80px;
  }
  .avant-region .avant-tit {
    text-align: center;
  }
  .avant-region .avant-bd {
    margin-top: 50px;
  }
  .avant-region .avant-bd li {
    float: left;
    width: 584px;
    margin-right: 32px;
    margin-bottom: 16px;
  }
  .avant-region .avant-bd li .tit {
    overflow: hidden;
  }
  .avant-region .avant-bd li .tit .index {
    float: left;
    width: 281px;
    height: 190px;
    background: #0f4793;
    color: #fff;
    text-align: center;
    padding-top: 32px;
  }
  .avant-region .avant-bd li .tit .index i {
    font-size: 72px;
    font-family: arial;
    line-height: 1.2;
  }
  .avant-region .avant-bd li .tit .index p {
    font-size: 18px;
  }
  .avant-region .avant-bd li .tit .index p::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin: 0 auto 10px;
    background: rgba(255, 255, 255, 0.5);
  }
  .avant-region .avant-bd li .tit .img {
    width: 294px;
    float: right;
    font-size: 0;
  }
  .avant-region .avant-bd li .tit .img img {
    width: 100%;
  }
  .avant-region .avant-bd li .desc {
    height: 194px;
    border: 1px solid #e5e5e5;
    padding: 26px 25px;
    background: url(../image/aright.png) no-repeat right bottom;
  }
  .avant-region .avant-bd li .desc p {
    height: 41px;
    line-height: 41px;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #e8e8e8;
  }
  .avant-region .avant-bd li .desc p::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #d30404;
    margin-right: 10px;
    vertical-align: 2px;
  }
  .avant-region .avant-bd li:nth-of-type(2n) {
    margin-right: 0;
  }
  .promise-region {
    padding-bottom: 70px;
  }
  .promise-bd {
    margin-top: 35px;
  }
  .promise-bd ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .promise-bd li {
    width: 189px;
    height: 350px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 24px 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .promise-bd li .img {
    width: 79px;
    height: 79px;
    background: #0f4793;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .promise-bd li .img .h {
    display: none;
  }
  .promise-bd li h3 {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin: 29px 0px 16px;
    font-weight: normal;
  }
  .promise-bd li p {
    font-size: 14px;
    line-height: 26px;
    color: #333;
  }
  .promise-bd li:hover {
    background: #0f4793;
  }
  .promise-bd li:hover .img {
    background: #fff;
  }
  .promise-bd li:hover .img .h {
    display: block;
  }
  .promise-bd li:hover .img .s {
    display: none;
  }
  .promise-bd li:hover h3,
  .promise-bd li:hover p {
    color: #fff;
  }
  .about-region {
    padding: 70px 0 96px;
    background: #f6f6f6;
  }
  .about-bd {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-bd .about-con {
    width: 533px;
  }
  .about-bd .about-con .tit {
    font-size: 26px;
    color: #000;
    font-family: arial;
    font-weight: bold;
  }
  .about-bd .about-con .tit span {
    color: #0f4793;
  }
  .about-bd .about-con .about-desc {
    font-size: 13px;
    line-height: 28px;
    color: #333;
    height: 224px;
    overflow: hidden;
    margin: 10px 0;
  }
  .about-bd .about-con .abmore {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #000;
  }
  .about-bd .about-con .about-tel {
    width: 531px;
    height: 44px;
    background: url(../image/abtel.jpg) no-repeat center;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    margin-top: 20px;
  }
  .about-bd .about-con .about-tel span {
    float: right;
    font-size: 30px;
    display: inline-block;
    width: 326px;
    text-align: center;
  }
  .about-bd .about-img {
    width: 613px;
  }
  .about-bd .about-img img {
    max-width: 100%;
    display: block;
  }
  .honor-region{
      padding-top: 50px;
  }
  .honor-bd {
    margin-top: 30px;
    position: relative;
  }
  .honor-bd .hd a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-family: "宋体";
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: #0f4793;
  }
  .honor-bd .hd .prev {
    left: -50px;
  }
  .honor-bd .hd .next {
    right: -50px;
  }
  .honor-bd .bd {
    overflow: hidden;
  }
  .honor-bd .bd li {
    width: 229px;
    float: left;
    margin-right: 13px;
  }
  .honor-bd .bd li .img {
    height: 165px;
    border: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .honor-bd .bd li .img img {
    display: block;
    max-width: 100%;
  }
  .honor-bd .bd li h5 {
    font-size: 13px;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin-top: 8px;
  }
  .case-region {
    padding: 80px 0 40px;
  }
  .case-bd ul {
    margin: 45px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .case-bd li {
    width: 287px;
    height: 371px;
    position: relative;
  }
  .case-bd li .img {
    width: 197px;
    height: 197px;
    border-radius: 50%;
    border: 5px solid #0f4793;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 2;
  }
  .case-bd li .img img {
    width: 100%;
    display: block;
  }
  .case-bd li .desc {
    width: 100%;
    height: 270px;
    border: 3px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    padding: 120px 20px;
  }
  .case-bd li .desc h5 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
  }
  .case-bd li .desc p {
    font-size: 13px;
    line-height: 21px;
    color: #555;
    height: 63px;
    overflow: hidden;
    margin: 10px 0;
  }
  .case-bd li .desc span {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #0f4793;
  }
  .case-bd .casemore {
    display: block;
    width: 107px;
    height: 35px;
    background: #0f4793;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
  }
  .news-region {
    padding-top: 47px;
    background: url(../image/newsbg.jpg) no-repeat top center;
  }
  .news-region .region-tit h2,
  .news-region .region-tit p {
    color: #fff;
  }
  .news-region .region-tit h2 {
    background-image: url(../image/titline2.png);
  }
  .news-bd {
    margin-top: 37px;
  }
  .news-bd ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-bd li {
    width: 332px;
  }
  .news-bd li .img {
    font-size: 0;
  }
  .news-bd li .img img {
    width: 100%;
  }
  .news-bd li .desc {
    height: 217px;
    padding: 30px 20px;
    background-color: #f4f6f6;
  }
  .news-bd li .desc h5 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
  }
  .news-bd li .desc .time {
    font-size: 12px;
    color: #444;
    margin-top: 2px;
  }
  .news-bd li .desc p {
    font-size: 13px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    color: #333;
    margin: 10px 0;
  }
  .news-bd li .desc span {
    display: block;
    text-align: right;
    color: #0f4793;
    font-size: 12px;
  }
  .news-bd li:hover .desc {
    background: #0f4793;
  }
  .news-bd li:hover .desc h5,
  .news-bd li:hover .desc .time,
  .news-bd li:hover .desc p,
  .news-bd li:hover .desc span {
    color: #fff;
  }
  .news-bd li:hover .desc .time,
  .news-bd li:hover .desc span {
    opacity: 0.8;
  }
  .news-bd .newsmore {
    display: block;
    width: 107px;
    height: 35px;
    background: #0f4793;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .partner-region {
    padding: 60px 0 95px;
  }
  .partner-bd {
    text-align: center;
    margin-top: 50px;
  }
  .partner-bd img {
    max-width: 100%;
  }
  .msg-region .w {
    height: 100%;
    background: linear-gradient(to top, #e5e5e5 115px, #f8f8f8 115px);
    padding: 60px 50px 40px;
  }
  .msg-region .msg-slogan {
    float: left;
    width: 500px;
  }
  .msg-region .msg-slogan .right {
    width: 100px;
    height: 100px;
    background: #b40d0d;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    line-height: 29px;
    padding: 18px 4px 0 25px;
    position: relative;
  }
  .msg-region .msg-slogan .right::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #b40d0d;
    position: absolute;
    bottom: 6px;
    transform: rotateZ(45deg);
    left: 7px;
  }
  .msg-region .msg-slogan h3 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 36px;
  }
  .msg-region .msg-slogan h3 span {
    display: inline-block;
    background: #b40d0d;
    width: 131px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    margin-right: 10px;
  }
  .msg-region .msg-slogan h4 {
    font-size: 43px;
    color: #0f4793;
    font-weight: bold;
  }
  .msg-region .msg-slogan p {
    font-size: 14px;
    color: #000;
    margin-bottom: 26px;
    margin-top: 9px;
  }
  .msg-region .msg-slogan img {
    display: block;
    margin: 0 auto;
  }
  .msg-region .msg-form {
    float: right;
    width: 418px;
  }
  .msg-region .msg-form .tit {
    margin-bottom: 30px;
    padding-top: 4px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bdbdbd;
  }
  .msg-region .msg-form .tit h3 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
  }
  .msg-region .msg-form .tit p {
    font-size: 14px;
    color: #333;
  }
  .msg-region .msg-form .input-group {
    margin-bottom: 11px;
  }
  .msg-region .msg-form .input-group span {
    line-height: 36px;
    font-size: 14px;
    color: #000;
    vertical-align: top;
  }
  .msg-region .msg-form .input-group input {
    height: 36px;
    border: 1px solid #bfbfbf;
    outline: none;
    width: 88%;
  }
  .msg-region .msg-form .input-group textarea {
    width: 88%;
    border: 1px solid #bfbfbf;
    outline: none;
    overflow: hidden;
    resize: none;
    height: 148px;
  }
  .msg-region .msg-form button {
    width: 118px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #b40d0d;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    margin-left: 43px;
  }
  .msg-region .msg-form button:nth-of-type(2) {
    background: #252422;
    margin-left: 22px;
  }
  .area-region {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 40px 0 20px;
  }
  .area-region span {
    display: inline-block;
    background: url(../image/areaicon.png) no-repeat left center;
    padding-left: 30px;
  }
  .footer {
    background: #0f4793;
    padding-top: 75px;
  }
  .footer-hd {
    border-bottom: 1px solid #527ab1;
    padding-bottom: 33px;
  }
  .footer-hd .footer-hd-tit {
    color: #fff;
  }
  .footer-hd .footer-hd-tit p {
    opacity: 0.4;
    font-size: 13px;
    font-family: arial;
    text-transform: uppercase;
  }
  .footer-hd .footer-hd-tit h3 {
    font-size: 17px;
    font-weight: normal;
  }
  .footer-hd ul {
    float: right;
  }
  .footer-hd ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
  }
  .footer-hd ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 44px;
  }
  .footer-bd {
    overflow: hidden;
    padding: 25px 0 42px;
  }
  .footer-bd .footer-code {
    float: right;
    text-align: right;
    width: 510px;
    margin-top: 52px;
  }
  .footer-bd .footer-code .img {
    width: 147px;
    margin-left: 19px;
    float: right;
  }
  .footer-bd .footer-code .img img {
    width: 100%;
  }
  .footer-bd .footer-code a {
    width: 133px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #b40d0d;
    font-size: 14px;
    display: inline-block;
  }
  .footer-bd .footer-code a img {
    margin-right: 5px;
    vertical-align: middle;
  }
  .footer-bd .footer-code p {
    font-size: 14px;
    color: #fff;
    margin: 39px 0 14px;
  }
  .footer-bd .footer-code h3 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
  }
  .footer-bd .footer-contact {
    float: left;
  }
  .footer-bd .footer-contact .footer-bd-nav {
    font-size: 18px;
    opacity: 0.6;
    margin-bottom: 22px;
  }
  .footer-bd .footer-contact .footer-bd-nav a {
    color: #fff;
    display: inline-block;
    margin-right: 44px;
  }
  .footer-bd .footer-contact .footer-bd-address p {
    font-size: 14px;
    opacity: 0.5;
    color: #fff;
    font-family: arial;
    margin-top: 12px;
  }
  .footer-ft {
    font-size: 14px;
    opacity: 0.5;
    color: #fff;
    font-family: arial;
    padding-bottom: 24px;
  }
  .footer-link {
    border-top: 1px solid #527ab1;
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    padding: 16px 0;
  }
  .footer-link .footer-link-tit {
    font-size: 24px;
    float: left;
    font-weight: bold;
    color: #fff;
  }
  .footer-link .footer-link-tit i {
    font-size: 36px;
    color: #b40d0d;
    font-style: normal;
  }
  .footer-link a {
    color: #fff;
    opacity: 0.5;
    padding-left: 30px;
    line-height: 54px;
  }
  