.header-hd {
    height: 23px;
    line-height: 23px;
    background: #b70103;
    color: #fff;
    font-size: 12px;
  }
  .header-hd a {
    padding: 0 10px;
  }
  .header-hd a:last-of-type {
    padding-right: 0;
  }
  .header-bd {
    height: 134px;
  }
  .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: 95px;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    padding-top: 4px;
  }
  .header-bd .header-tel p {
    font-size: 36px;
    color: #b70103;
    font-weight: bold;
  }
  .search-region {
    height: 52px;
    background: #f5f5f5;
    border-bottom: 1px solid #d1d2ce;
    line-height: 51px;
    overflow: hidden;
  }
  .search-region .search-keywords {
    width: 800px;
    float: left;
    font-size: 14px;
    color: #000;
  }
  .search-region .search-keywords::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #b70103;
    border-radius: 50%;
  }
  .search-region .search-form {
    float: right;
  }
  .search-region .search-form .search-key {
    border: none;
    border-right: 1px solid #a9aaa2;
    outline: none;
    background: none;
    padding: 0 20px;
    color: #000000;
  }
  .search-region .search-form .search-button {
    border: none;
    cursor: pointer;
    width: 31px;
    height: 31px;
    background: url(../image/sbtn.png) no-repeat center #ededed;
    border-radius: 50%;
    margin-left: 20px;
  }
  .region-tit {
    text-align: center;
  }
  .region-tit h2 {
    font-size: 30px;
    color: #000;
    padding-bottom: 13px;
    margin-bottom: 9px;
    background: url(../image/regionline.png) no-repeat center bottom;
  }
  .region-tit h2 span {
    color: #b70103;
  }
  .region-tit p {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
  }
  .partner-region {
    background: #f5f5f5;
    padding: 55px 0 65px;
  }
  .partner-bd {
    position: relative;
    margin-top: 40px;
  }
  .partner-bd .hd a {
    display: block;
    width: 36px;
    height: 67px;
    background: #a2a2a2;
    text-align: center;
    line-height: 67px;
    color: #fff;
    font-family: "宋体";
    position: absolute;
    top: 15%;
  }
  .partner-bd .hd a:hover {
    background: #b70103;
  }
  .partner-bd .hd .prev {
    left: 0;
  }
  .partner-bd .hd .next {
    right: 0;
  }
  .partner-bd .bd {
    width: 1057px;
    margin: 0 auto;
    overflow: hidden;
  }
  .partner-bd .bd li {
    width: 188px;
    float: left;
    margin-right: 29px;
  }
  .partner-bd .bd li .img {
    height: 106px;
  }
  .partner-bd .bd li .img img {
    max-width: 100%;
    display: block;
  }
  .partner-bd .bd li h5 {
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-top: 6px;
  }
  .product-region {
    overflow: hidden;
    padding: 70px 0;
  }
  .product-lside {
    width: 249px;
    float: left;
  }
  .product-lside .tit {
    height: 113px;
    background: #b70103;
    padding: 39px 0 0 26px;
  }
  .product-lside .tit img {
    float: left;
    margin-right: 9px;
  }
  .product-lside .tit h2 {
    font-size: 24px;
    color: #fff;
    line-height: 1;
  }
  .product-lside .tit p {
    font-size: 12px;
    opacity: 0.6;
    color: #fff;
    font-family: arial;
    text-transform: uppercase;
  }
  .product-lside ul {
    background: #f5f5f5;
    padding: 5px 6px;
  }
  .product-lside ul li {
    width: 208px;
    margin: 0 auto;
    border-bottom: 1px solid #dedede;
    height: 40px;
    line-height: 40px;
    margin-bottom: 18px;
    transition: all 0.3s;
  }
  .product-lside ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 14px;
    transition: all 0.3s;
  }
  .product-lside ul li:last-of-type {
    border: none;
    margin-bottom: 0;
  }
  .product-lside ul li:hover {
    background: #272727;
    width: 100%;
  }
  .product-lside ul li:hover a {
    color: #fff;
    padding-left: 28px;
  }
  .product-lside ul li:hover a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #fff;
    float: right;
    margin-top: 16px;
    margin-right: 13px;
  }
  .product-lside .tel {
    background: #b70103;
    height: 227px;
    text-align: center;
    color: #fff;
    padding-top: 47px;
  }
  .product-lside .tel h3 {
    font-size: 18px;
    font-weight: normal;
  }
  .product-lside .tel h3 img {
    vertical-align: -6px;
    margin-right: 5px;
  }
  .product-lside .tel p {
    font-size: 24px;
    font-weight: bold;
    margin: 7px 0 6px;
  }
  .product-lside .tel a {
    display: block;
    margin: 0 auto;
    width: 159px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #b70103;
    background: #fff;
    border-radius: 20px;
  }
  .product-list {
    width: 922px;
    float: right;
  }
  .product-list .tit {
    height: 42px;
    line-height: 42px;
    border: 1px solid #efefef;
    background: linear-gradient(to bottom, #fff, #e7e7e7);
    padding: 0 37px;
    padding-top: 8px;
    margin-bottom: 30px;
  }
  .product-list .tit a {
    display: block;
    width: 70px;
    height: 26px;
    border: 1px solid #d0d0d0;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    color: #d0d0d0;
    font-size: 14px;
  }
  .product-list .tit h2 {
    border-left: 4px solid #b70103;
    line-height: 21px;
    font-size: 14px;
    padding-left: 10px;
    color: #b70103;
    font-weight: normal;
    margin-top: 3px;
  }
  .product-list ul li {
    width: 295px;
    float: left;
    margin-right: 18px;
    margin-bottom: 20px;
  }
  .product-list ul li img {
    width: 100%;
    display: block;
  }
  .product-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .product-list ul li h5 {
    height: 58px;
    line-height: 58px;
    border-bottom: 2px solid #dbdbdb;
    background: #edecec;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: normal;
  }
  .product-list ul li:hover h5 {
    color: #b70103;
  }
  .ban-region {
    height: 286px;
    text-align: center;
    color: #fff;
    background: url(../image/banbg.jpg) no-repeat center;
  }
  .ban-region .ban-tel {
    width: 337px;
    height: 200px;
    background: #b70103;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: right;
    padding-top: 34px;
  }
  .ban-region .ban-tel p {
    font-size: 36px;
    font-weight: bold;
    margin: 1px 0 5px;
  }
  .ban-region .ban-tel a {
    display: block;
    width: 155px;
    height: 35px;
    background: #fff;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 0 auto;
  }
  .ban-region h2 {
    font-size: 36px;
    font-weight: normal;
    padding: 51px 0 28px;
  }
  .ban-region h3 {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    padding: 0 50px;
    border: 1px solid #fff;
    line-height: 40px;
  }
  .avant-region {
    padding: 60px 0 0;
  }
  .avant-tit {
    text-align: center;
    height: 180px;
    padding-top: 36px;
    margin-bottom: 8px;
    background: url(../image/avantit.png) no-repeat center top;
  }
  .avant-tit h2 {
    font-size: 40px;
    color: #000;
  }
  .avant-tit h2 span {
    font-size: 48px;
    color: #b70103;
  }
  .avant-tit p {
    font-size: 24px;
    color: #000;
    margin-top: 8px;
  }
  .avant-bd {
    background: url(../image/avantline.png) no-repeat top center;
  }
  .avant-bd li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0;
  }
  .avant-bd li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .avant-bd li .item-hd {
    width: 43%;
  }
  .avant-bd li .item-hd .tit {
    height: 115px;
    padding-top: 22px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 16px;
    margin-bottom: 21px;
    background: url(../image/avantl.png) no-repeat left top;
  }
  .avant-bd li .item-hd .tit h3 {
    height: 54px;
    color: #fff;
    line-height: 54px;
    background: #b70103;
    display: inline-block;
    padding: 0 40px;
    font-size: 28px;
    font-weight: normal;
  }
  .avant-bd li .item-hd p {
    font-size: 13px;
    color: #333;
    line-height: 24px;
    margin-top: 10px;
    background: url(../image/avanticon.png) no-repeat left 6px;
    padding-left: 20px;
  }
  .avant-bd li .item-hd p span {
    color: #b70103;
  }
  .avant-bd li .item-hd .tel {
    background: url(../image/avanttel.png) no-repeat left center;
    padding-left: 50px;
    font-size: 12px;
    color: #000;
    line-height: 1.1;
    padding-top: 5px;
    margin-top: 34px;
  }
  .avant-bd li .item-hd .tel span {
    display: block;
    font-size: 31px;
    color: #000;
  }
  .case-region {
    padding: 90px 0 70px;
  }
  .case-bd {
    overflow: hidden;
    margin-top: 20px;
  }
  .case-bd li {
    width: 286px;
    float: left;
    margin-right: 18px;
  }
  .case-bd li img {
    width: 100%;
    display: block;
  }
  .case-bd li h5 {
    line-height: 48px;
    height: 48px;
    text-align: center;
    background: #f0f1ef;
    font-size: 14px;
    color: #000;
    font-weight: normal;
  }
  .case-bd li:hover h5 {
    background: #b70103;
    color: #fff;
  }
  .about-region {
    background: #f6f6f6;
    padding: 60px 0;
  }
  .about-region .about-bd {
    margin-top: 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-region .about-content {
    width: 465px;
  }
  .about-region .about-content h3 {
    font-size: 48px;
    color: #b70103;
    opacity: 0.3;
  }
  .about-region .about-content h4 {
    font-size: 18px;
    color: #000;
    margin-top: 13px;
  }
  .about-region .about-content .about-desc {
    font-size: 13px;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    margin: 20px 0 68px;
    color: #333;
  }
  .about-region .about-content .about-link a {
    width: 114px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background: #000;
    margin-right: 10px;
  }
  .about-region .about-content .about-link a:first-of-type {
    background: #b70103;
  }
  .about-region .about-img {
    width: 637px;
  }
  .about-region .about-img img {
    width: 100%;
    display: block;
  }
  .region-tit2 .tel {
    float: right;
    width: 400px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: #b70103;
    font-size: 30px;
    padding-left: 35px;
    margin-top: 5px;
  }
  .region-tit2 .tel img {
    margin-right: 11px;
  }
  .region-tit2 .tel a {
    display: block;
    width: 70px;
    height: 70px;
    background: #000;
    text-align: center;
    line-height: 1.3;
    padding-top: 14px;
    font-size: 12px;
  }
  .region-tit2 .tel a img {
    margin: 0;
  }
  .region-tit2 h2 {
    font-size: 34px;
    color: #b70103;
  }
  .region-tit2 h2 span {
    font-size: 18px;
    font-weight: normal;
    vertical-align: -3px;
    padding-left: 8px;
  }
  .region-tit2 p {
    font-size: 14px;
    color: #000;
    margin-top: 6px;
  }
  .region-tit2 p::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #b70103;
    margin-top: 14px;
  }
  .honor-region {
    padding: 50px 0;
  }
  .honor-bd {
    margin-top: 60px;
    overflow: hidden;
  }
  .honor-bd li {
    width: 284px;
    float: left;
    margin-right: 21px;
  }
  .honor-bd li .img {
    position: relative;
    text-align: center;
    height: 230px;
  }
  .honor-bd li .img::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 126px;
    background: #efefef;
    border: 1px solid #dcdcdc;
  }
  .honor-bd li .img img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 99;
  }
  .honor-bd li h5 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 52px;
  }
  .honor-bd li:nth-of-type(4n) {
    margin-right: 0;
  }
  .honor-bd li:hover .img::after {
    background: #b70103;
    border-color: #b70103;
  }
  .contact-region {
    height: 551px;
    background: url(../image/contactbg.jpg) no-repeat center;
  }
  .contact-region .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact-region .contact-tit {
    float: left;
    width: 450px;
    color: #fff;
  }
  .contact-region .contact-tit h4 {
    font-size: 47px;
    line-height: 1.3;
  }
  .contact-region .contact-tit img {
    display: block;
    margin: 23px 0 80px;
  }
  .contact-region .contact-tit .contact-tel {
    background: url(../image/contel.png) no-repeat left center;
    padding-left: 60px;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 3px;
  }
  .contact-region .contact-tit .contact-tel p {
    font-size: 33px;
  }
  .contact-region .contact-form {
    width: 710px;
    float: right;
  }
  .contact-region .contact-form .bd {
    width: 350px;
    float: left;
  }
  .contact-region .contact-form .bd h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
  }
  .contact-region .contact-form .bd form .input-group {
    line-height: 0;
  }
  .contact-region .contact-form .bd form .input-group input {
    width: 100%;
    border: none;
    padding: 0 10px;
    height: 46px;
    background: #fff;
    border-radius: 5px;
    outline: none;
    margin-bottom: 13px;
  }
  .contact-region .contact-form .bd form .input-group #content {
    width: 100%;
    height: 135px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    resize: none;
    overflow: hidden;
    outline: none;
  }
  .contact-region .contact-form .bd form button {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    color: #fff;
    background: #b70103;
    border-radius: 0 0 5px 5px;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  .contact-region .contact-form .hd {
    width: 331px;
    float: right;
    padding-top: 22px;
  }
  .contact-region .contact-form .hd li {
    height: 138px;
    padding: 38px 0 0 124px;
    margin-top: 26px;
    background: url(../image/conbg.png) no-repeat center #fff;
  }
  .contact-region .contact-form .hd li h4 {
    font-size: 23px;
    color: #b70103;
  }
  .contact-region .contact-form .hd li p {
    font-size: 12px;
    text-transform: uppercase;
    color: #b70103;
  }
  .contact-region .contact-form .hd li:hover,
  .contact-region .contact-form .hd li.on {
    background: url(../image/conbg1.png) no-repeat center #b70103;
  }
  .contact-region .contact-form .hd li:hover h4,
  .contact-region .contact-form .hd li.on h4,
  .contact-region .contact-form .hd li:hover p,
  .contact-region .contact-form .hd li.on p {
    color: #fff;
  }
  .news-region {
    padding: 50px 0;
  }
  .news-region-bd {
    overflow: hidden;
    margin-top: 20px;
  }
  .news-tit {
    line-height: 30px;
    margin-bottom: 23px;
  }
  .news-tit a {
    font-size: 14px;
    color: #b70103;
  }
  .news-tit h3 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
  }
  .news-left {
    width: 705px;
    float: left;
  }
  .news-left .li1 {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .news-left .li1 .img {
    float: left;
    margin-right: 13px;
  }
  .news-left .li1 .img img {
    width: 100%;
    display: block;
  }
  .news-left .li1 h5 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    padding-top: 14px;
  }
  .news-left .li1 h5 span {
    font-size: 14px;
  }
  .news-left .li1 p {
    font-size: 14px;
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    color: #333;
    margin: 9px 0 17px;
  }
  .news-left .li1 .more {
    width: 91px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #b70103;
    color: #fff;
    font-size: 14px;
    float: left;
  }
  .news-left .li2 {
    height: 45px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 44px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
  }
  .news-left .li2 a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #535353;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: -2px;
  }
  .news-left .li2:hover a::before {
    border-color: #b70103;
  }
  .news-right {
    width: 425px;
    float: right;
  }
  .news-right li {
    height: 73px;
  }
  .news-right li a {
    display: block;
    font-size: 18px;
    line-height: 73px;
    color: #000;
    padding: 0 15px;
  }
  .news-right li a .img {
    width: 32px;
    height: 32px;
    background: #e2dede;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 20px;
  }
  .news-right li a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #a0a0a0;
    border-radius: 50%;
    margin-right: 6px;
  }
  .news-right li:hover a {
    background: #b70103;
    color: #fff;
  }
  .news-right li:hover a .img {
    background: #fff;
  }
  .news-right li:hover a::before {
    border-color: #fff;
  }
  .area-region {
    width: 1200px;
    height: 51px;
    margin: 0 auto;
    line-height: 50px;
    border-top: 1px solid #696969;
    font-size: 18px;
    color: #4f4f4f;
  }
  .area-region .right {
    display: block;
    width: 90px;
    height: 51px;
    text-align: center;
    color: #fff;
    background: #b70103;
  }
  .footer {
    background: #1d1d1d;
    border-top: 15px solid #b70103;
  }
  .footer .footer-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 10px;
  }
  .footer .footer-tel {
    width: 290px;
  }
  .footer .footer-tel li {
    position: relative;
    padding-left: 50px;
    color: #fff;
    margin: 25px 0;
  }
  .footer .footer-tel li img {
    position: absolute;
    left: 0;
  }
  .footer .footer-tel li h5 {
    font-size: 14px;
  }
  .footer .footer-tel li p {
    font-size: 16px;
    font-family: arial;
  }
  .footer .footer-tel li:first-of-type {
    margin-top: 0;
  }
  .footer .footer-nav {
    width: 365px;
  }
  .footer .footer-nav a {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 28px;
    color: #fff;
    font-size: 16px;
    margin: 14px 0;
  }
  .footer .footer-nav a:nth-of-type(3n) {
    border-right: 0;
  }
  .footer .footer-nav a:nth-of-type(1),
  .footer .footer-nav a:nth-of-type(4),
  .footer .footer-nav a:nth-of-type(7) {
    padding-left: 0;
  }
  .footer .footer-code {
    text-align: center;
  }
  .footer .footer-bd {
    font-size: 12px;
    border-top: 1px solid #515151;
    color: #fff;
    padding: 15px 0;
    line-height: 18px;
    text-align: center;
  }
  