.header-hd {
    height: 20px;
    line-height: 20px;
    background: #026ddb;
    color: #fff;
    font-size: 12px;
  }
  .header-hd a {
    padding-left: 20px;
  }
  .header-bd {
    height: 111px;
  }
  .header-bd .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-tel {
    text-align: right;
  }
  .header-tel h3 {
    line-height: 26px;
    font-size: 15px;
    font-weight: normal;
  }
  .header-tel h3 img {
    vertical-align: -5px;
    margin-right: 5px;
  }
  .header-tel h3 span {
    font-size: 27px;
    color: #026ddb;
    font-weight: bold;
    font-family: arial;
  }
  .header-tel p {
    display: inline-block;
    padding: 0 30px;
    line-height: 25px;
    background: #f08d00;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 6px;
  }
  .search-region {
    height: 51px;
    border-bottom: 1px solid #dbdbd9;
  }
  .search-region-hd {
    line-height: 52px;
    font-size: 14px;
    color: #000;
  }
  .search-region-bd {
    margin-top: 16px;
  }
  .search-region-bd .search-key {
    font-size: 14px;
    border: none;
    border-right: 1px solid #333;
    margin-right: 15px;
    outline: none;
    color: #999;
  }
  .search-region-bd .search-button {
    width: 20px;
    height: 21px;
    background: url(../image/sbtn.png) no-repeat center;
    border: none;
    cursor: pointer;
    vertical-align: -5px;
  }
  .case-region {
    padding: 65px 0 75px;
  }
  .case-region-tit {
    color: #000;
  }
  .case-region-tit h2 {
    font-size: 36px;
    font-weight: normal;
  }
  .case-region-tit h2 span {
    color: #026ddb;
  }
  .case-region-tit h2::after {
    content: "";
    display: block;
    width: 56px;
    height: 1px;
    background: #026ddb;
    margin: 16px 0;
  }
  .case-region-tit p {
    font-size: 18px;
  }
  .case-region-bd {
    position: relative;
    margin-top: 30px;
  }
  .case-region-bd .hd a {
    position: absolute;
    width: 38px;
    height: 38px;
    border: 1px solid #a4a4a4;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    font-family: "宋体";
    font-size: 22px;
    right: 0;
    top: -70px;
  }
  .case-region-bd .hd a:hover {
    color: #026ddb;
    border-color: #026ddb;
  }
  .case-region-bd .hd .prev {
    right: 60px;
  }
  .case-region-bd .bd {
    overflow: hidden;
  }
  .case-region-bd li {
    float: left;
    position: relative;
  }
  .case-region-bd li img {
    width: 100%;
  }
  .case-region-bd li h5 {
    font-size: 16px;
    font-weight: normal;
  }
  .case-region-bd .li1 {
    width: 755px;
    margin-right: 15px;
  }
  .case-region-bd .li1 h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 67px;
    line-height: 67px;
    color: #fff;
    padding-left: 30px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
  }
  .case-region-bd .li1 h5 i {
    font-family: "宋体";
    width: 100px;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    background: #026ddb;
  }
  .case-region-bd .li2 {
    margin-bottom: 12px;
  }
  .case-region-bd .li2 h5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .case-region-bd .case-more {
    display: block;
    width: 430px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    background: #026ddb;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .case-region-ft {
    margin-top: 60px;
  }
  .case-region-ft ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .case-region-ft li span {
    font-size: 65px;
    color: #026ddb;
    font-family: serif;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
  }
  .case-region-ft li i {
    font-size: 25px;
    display: block;
    color: #000;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 13px;
  }
  .case-region-ft li p {
    font-size: 16px;
    color: #000;
    display: inline-block;
    vertical-align: 1px;
  }
  .case-region-ft .line {
    width: 1px;
    height: 60px;
    background: #bfbfbf;
    transform: rotateZ(16deg);
    flex: 0 0 auto;
  }
  .solve-region {
    background: #edeff1;
    padding-top: 80px;
  }
  .solve-region-tit {
    text-align: center;
    color: #000;
  }
  .solve-region-tit h2 {
    font-size: 36px;
    font-weight: normal;
  }
  .solve-region-tit h2 span {
    color: #026ddb;
  }
  .solve-region-tit p {
    font-size: 18px;
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .solve-region-bd {
    overflow: hidden;
  }
  .solve-region-bd .solve-bd-list {
    float: left;
    width: 800px;
  }
  .solve-region-bd .solve-bd-list li {
    display: inline-block;
    width: 46%;
    position: relative;
    height: 130px;
    border-bottom: 1px solid #cacbcd;
    padding-left: 80px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    padding-top: 38px;
    vertical-align: top;
  }
  .solve-region-bd .solve-bd-list li i {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    left: 0;
    background: #fff;
    border-radius: 50%;
    font-size: 24px;
    color: #000;
    font-style: normal;
  }
  .solve-region-bd .solve-bd-list li p {
    font-size: 20px;
    padding-top: 6px;
    margin-bottom: 13px;
  }
  .solve-region-bd .solve-bd-list li:nth-of-type(1n+5) {
    border: none;
  }
  .solve-region-bd .solve-bd-list li a {
    display: block;
    width: 139px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    background: #026ddb;
    border-radius: 21px;
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
  }
  .solve-region-bd .solve-bd-list li a img {
    margin-right: 6px;
    vertical-align: -4px;
  }
  .solve-region-bd .solve-bd-list .solve-slogan {
    padding-left: 0;
    margin-top: 38px;
  }
  .solve-region-bd .solve-bd-list .solve-slogan h4 {
    font-size: 18px;
  }
  .solve-region-bd .solve-bd-list .solve-slogan h3 {
    font-size: 27px;
    color: #000;
    font-family: arial;
    letter-spacing: -4px;
    margin-top: 12px;
  }
  .solve-region-bd .solve-bd-list .solve-slogan h3 span {
    color: #026ddb;
  }
  .solve-region-bd .solve-bd-list .solve-slogan p {
    font-size: 18px;
    color: #000;
  }
  .solve-region-bd .solve-bd-list .solve-slogan p span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #026ddb;
    line-height: 28px;
    text-align: center;
    color: #fff;
  }
  .solve-region-bd .solve-bd-img {
    float: right;
    margin-right: -10px;
  }
  .avant {
    position: relative;
  }
  .avant-region {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .avant-region-tit {
    height: 180px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    padding-top: 46px;
    box-sizing: border-box;
  }
  .avant-region-tit h2 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 6px;
  }
  .avant-region-tit p {
    font-size: 18px;
  }
  .avant-region-bd {
    margin-left: auto;
    background: #fff;
	width: calc((100% - 1200px) / 2 + 1200px);
	height: calc(100% - 180px);
    padding: 3% 3%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .avant-region-bd .avant-bd-list {
    width: 40%;
  }
  .avant-region-bd .avant-bd-list li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 27px;
  }
  .avant-region-bd .avant-bd-list li img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .avant-region-bd .avant-bd-list li h3 {
    font-size: 19px;
    color: #026ddb;
    padding: 5px 0px 9px;
  }
  .avant-region-bd .avant-bd-list li h3 i {
    font-size: 30px;
    padding-right: 11px;
    vertical-align: -2px;
  }
  .avant-region-bd .avant-bd-list li p {
    font-size: 13px;
    line-height: 20px;
    color: #555;
    padding-bottom: 26px;
    border-bottom: 1px solid #9b9a9a;
  }
  .avant-region-bd .avant-bd-list li:last-of-type {
    margin-bottom: 0;
  }
  .avant-region-bd .avant-bd-list li:last-of-type p {
    border: none;
  }
  .avant-region-bd .avant-bd-img {
    width: 55%;
    text-align: right;
  }
  .avant-region-bd .avant-bd-img img {
    max-width: 100%;
  }
  .serve-region {
    padding: 100px 0 95px;
  }
  .serve-region-tit {
    width: 319px;
    height: 554px;
    float: left;
    color: #fff;
    box-sizing: border-box;
    padding: 64px 40px;
    background: url(../image/sertit.png) no-repeat bottom left #026ddb;
  }
  .serve-region-tit h2 {
    font-size: 36px;
    line-height: 51px;
    margin-bottom: 34px;
  }
  .serve-region-tit h2::after {
    content: "";
    display: block;
    width: 43px;
    height: 4px;
    background: #97c3f0;
    margin-top: 60px;
  }
  .serve-region-tit p {
    font-size: 18px;
    line-height: 31px;
  }
  .serve-region-tit .tel {
    font-size: 18px;
    margin-top: 70px;
    line-height: 2;
  }
  .serve-region-tit .tel p {
    font-size: 30px;
    font-family: arial;
  }
  .serve-region-list {
    float: right;
    width: 850px;
    margin-top: 31px;
  }
  .serve-region-list li {
    width: 189px;
    float: left;
    margin-right: 31px;
    margin-bottom: 33px;
    position: relative;
  }
  .serve-region-list li img {
    width: 100%;
  }
  .serve-region-list li p {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #eff0f1;
    color: #000;
    font-size: 16px;
  }
  .serve-region-list li:hover p {
    background: #026ddb;
    color: #fff;
    font-weight: bold;
  }
  .serve-region-list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .serve-region-list li::after {
    content: ">";
    position: absolute;
    right: -23px;
    top: 38%;
    font-size: 30px;
    font-family: "宋体";
    font-weight: bold;
  }
  .serve-region-list li:nth-of-type(1n+5)::after {
    content: "<";
  }
  .serve-region-list li:last-of-type::after {
    content: "";
  }
  .serve-region-list li:nth-of-type(4)::after {
    content: "<";
    top: auto;
    bottom: -33px;
    right: 43%;
    transform: rotateZ(-90deg);
  }
  .form-region {
    overflow: hidden;
    padding-bottom: 100px;
  }
  .form-region-tit {
    line-height: 1.3;
    width: 350px;
    float: left;
  }
  .form-region-tit h2 {
    font-size: 36px;
    color: #353535;
  }
  .form-region-tit h2 span {
    color: #f08d00;
    font-size: 48px;
    display: block;
  }
  .form-region-tit p {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    margin-top: 14px;
  }
  .form-region-bd {
    width: 775px;
    float: right;
    margin-top: 19px;
  }
  .form-region-bd input {
    width: 251px;
    height: 39px;
    border: 1px solid #e0e0e0;
  }
  .form-region-bd .input-group input {
    width: 240px;
    height: 39px;
    margin-right: 3px;
    display: inline-block;
    outline: none;
    line-height: 0;
    padding: 0 7px;
  }
  .form-region-bd .input-group input:last-of-type {
    margin-right: 0;
  }
  .form-region-bd .input-text {
    margin: 15px 0;
  }
  .form-region-bd .input-text input {
    width: 100%;
    height: 39px;
    box-sizing: border-box;
    padding: 0 8px;
  }
  .form-region-bd .input-btn button {
    display: inline-block;
    width: 251px;
    height: 39px;
    background: #026ddb;
    border: none;
    color: #fff;
    font-sizE: 14px;
    margin-right: 20px;
  }
  .form-region-bd .input-btn button:last-of-type {
    background: #f08d00;
  }
  .about-region {
    background: #eff0f1;
    padding: 90px 0 70px;
  }
  .about-region-tit {
    text-align: center;
    line-height: 1.5;
  }
  .about-region-tit h2 {
    font-size: 36px;
    display: inline-block;
    padding: 0 100px;
    color: #000;
    position: relative;
  }
  .about-region-tit h2 span {
    color: #026ddb;
  }
  .about-region-tit h2::after,
  .about-region-tit h2::before {
    content: "";
    display: block;
    width: 77px;
    height: 1px;
    background: #a6a5a5;
    position: absolute;
    top: 50%;
  }
  .about-region-tit h2::after {
    right: 0;
  }
  .about-region-tit h2::before {
    left: 0;
  }
  .about-region-tit p {
    font-size: 18px;
    color: #000;
    margin-top: 5px;
  }
  .about-region-bd {
    background: #fff;
    height: 500px;
    margin-top: 35px;
  }
  .about-region-bd .about-bd-content {
    float: left;
    width: 563px;
    box-sizing: border-box;
    padding: 70px 58px;
  }
  .about-region-bd .about-bd-content .about-tit h3 {
    font-size: 48px;
    color: #f08d00;
    opacity: 0.3;
    margin-bottom: 6px;
  }
  .about-region-bd .about-bd-content .about-tit p {
    font-size: 30px;
    color: #000;
  }
  .about-region-bd .about-bd-content .about-desc {
    font-size: 13px;
    line-height: 25px;
    height: 125px;
    overflow: hidden;
    color: #666;
    margin: 35px 0 60px;
  }
  .about-region-bd .about-bd-content .about-link a {
    display: inline-block;
    width: 114px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    vertical-align: top;
    margin-right: 20px;
    color: #fff;
    background: #026ddb;
    font-size: 16px;
  }
  .about-region-bd .about-bd-content .about-link a:last-of-type {
    background: #f08d00;
  }
  .about-region-bd .about-bd-img {
    width: 637px;
    float: right;
  }
  .about-region-bd .about-bd-img img {
    width: 100%;
    display: block;
  }
  .about-region-slide {
    margin-top: 30px;
    position: relative;
  }
  .about-region-slide .hd a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #9a9b9c;
    font-family: "宋体";
    font-size: 46px;
    font-weight: bold;
  }
  .about-region-slide .hd .prev {
    left: -45px;
  }
  .about-region-slide .hd .next {
    right: -45px;
  }
  .about-region-slide .bd {
    overflow: hidden;
  }
  .about-region-slide li {
    margin-right: 21px;
    width: 284px;
    float: left;
  }
  .about-region-slide li .img {
    width: 282px;
    height: 312px;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-region-slide li .img img {
    max-width: 100%;
  }
  .about-region-slide li h5 {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
  }
  .honor-region {
    padding: 100px 0;
  }
  .honor-region-tit {
    text-align: center;
    line-height: 1.5;
  }
  .honor-region-tit h2 {
    font-size: 36px;
    display: inline-block;
    padding: 0 100px;
    color: #000;
    position: relative;
  }
  .honor-region-tit h2 span {
    color: #026ddb;
  }
  .honor-region-tit h2::after,
  .honor-region-tit h2::before {
    content: "";
    display: block;
    width: 77px;
    height: 1px;
    background: #a6a5a5;
    position: absolute;
    top: 50%;
  }
  .honor-region-tit h2::after {
    right: 0;
  }
  .honor-region-tit h2::before {
    left: 0;
  }
  .honor-region-tit p {
    font-size: 18px;
    color: #000;
    margin-top: 5px;
  }
  .honor-region-bd {
    text-align: center;
    margin-top: 50px;
  }
  .i-news {
    padding: 75px 0 50px;
    background-color: #edeff1;
  }
  .i-news-hd {
    width: 693px;
    padding: 23px;
    background-color: #fff;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
  }
  .box-news-tit {
    padding-bottom: 8px;
    border-bottom: 1px solid #d2d2d2;
  }
  .box-news-tit a {
    display: inline-block;
    color: #6a6a6a;
    font-size: 18px;
  }
  .box-news-tit a:first-child {
    padding: 0 20px;
    margin-right: 13px;
    background: url("../image/news_titbg.png") no-repeat center;
  }
  .box-news-tit a:last-child {
    font-size: 12px;
    color: #a4a4a4;
  }
  .box-news-tit a:hover {
    color: #026ddb;
  }
  .i-news-list .item-hd {
    margin: 36px 0 25px;
    height: 156px;
  }
  .i-news-list .item-hd .i-news-img {
    width: 155px;
  }
  .i-news-list .item-hd .i-news-desc {
    width: 470px;
  }
  .i-news-list .item-hd .i-news-desc h5 {
    font-size: 16px;
    display: inline-block;
    max-width: 370px;
    color: #026ddb;
    padding-bottom: 10px;
  }
  .i-news-list .item-hd .i-news-desc span {
    display: block;
    font-size: 14px;
    color: #026ddb;
    margin-top: 3px;
  }
  .i-news-list .item-hd .i-news-desc p {
    font-size: 12px;
    line-height: 23px;
    color: #4f4f4f;
    max-height: 115px;
    overflow: hidden;
    display: inline-block;
  }
  .i-news-list .item-hd .i-news-desc i {
    display: inline-block;
    font-size: 12px;
    color: #026ddb;
  }
  .i-news-list .item-bd {
    height: 40px;
    line-height: 40px;
    padding-left: 13px;
    background: url("../image/news_ico.png") no-repeat 2px center;
    border-bottom: 1px dashed #e5e5e5;
  }
  .i-news-list .item-bd:hover h5 {
    color: #026ddb;
  }
  .i-news-list .item-bd h5 {
    font-size: 14px;
    color: #4f4f4f;
    font-weight: normal;
  }
  .i-news-list .item-bd span {
    font-size: 14px;
    color: #9f9f9f;
  }
  .i-news-bd {
    width: 452px;
    background-color: #fff;
    height: 409px;
    padding: 25px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
  }
  .i-news-bd .bd {
    margin-top: 37px;
  }
  .i-news-bd ul li {
    border-bottom: 1px dashed #d2d2d2;
  }
  .i-news-bd ul li h5 {
    padding-left: 45px;
    background: url("../image/que.png") no-repeat left center;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 20px;
    margin: 37px 0 17px;
  }
  .i-news-bd ul li:hover h5 {
    color: #026ddb;
  }
  .i-news-bd ul li p {
    padding-left: 42px;
    background: url("../image/anser.png") no-repeat left top;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #6e6e6e;
    margin-bottom: 30px;
  }
  .i-link {
    height: 76px;
    line-height: 76px;
    font-size: 18px;
    color: #4c4c4c;
  }
  .i-link a {
    color: #4c4c4c;
  }
  .i-link a:hover {
    color: #026ddb;
  }
  .footer {
    border-top: 15px solid #026ddb;
    padding-top: 55px;
    background: #000 url("../image/footer_bg.png") repeat-x left top;
  }
  .footer .footer-hd {
    width: 333px;
  }
  .footer .footer-hd ul li {
    margin-bottom: 20px;
    padding-left: 55px;
    color: #b3b3b3;
    font-size: 14px;
    background: url("../image/footer_ico1.png") no-repeat left center;
    height: 41px;
    line-height: 1.4;
  }
  .footer .footer-hd ul li p {
    font-size: 15px;
    margin-top: 2px;
    font-family: arial;
  }
  .footer .footer-hd ul li:nth-of-type(2) {
    background: url("../image/footer_ico2.png") no-repeat left center;
  }
  .footer .footer-hd ul li:nth-of-type(3) {
    background: url("../image/footer_ico3.png") no-repeat left center;
  }
  .footer .footer-bd {
    width: 310px;
    margin-left: 96px;
  }
  .footer .footer-bd ul li {
    margin-bottom: 32px;
    border-right: 1px solid #c2c2c2;
    padding-right: 25px;
    margin-right: 25px;
    height: 16px;
    line-height: 16px;
  }
  .footer .footer-bd ul li a {
    font-size: 16px;
    color: #c2c2c2;
  }
  .footer .footer-bd ul li a:hover {
    color: #026ddb;
  }
  .footer .footer-bd ul li:nth-of-type(3n),
  .footer .footer-bd ul li:last-child {
    margin-right: 0;
    border: none;
    padding-right: 0;
  }
  .footer .footer-ft {
    text-align: center;
  }
  .footer .footer-ft .code {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
    width: 152px;
  }
  .footer .footer-ft img {
    width: 100%;
    display: block;
  }
  .footer .footer-ft p {
    font-size: 16px;
    color: #c2c2c2;
    line-height: 40px;
    height: 40px;
  }
  .footer .copyright {
    margin-top: 46px;
    border-top: 1px solid #484b52;
    text-align: center;
    padding: 18px 0 10px;
    font-size: 12px;
    color: #c2c2c2;
    line-height: 18px;
  }
  .footer .copyright p {
    display: inline-block;
  }
  .footer .copyright a {
    color: #c2c2c2;
  }
  .footer .copyright a:hover {
    color: #026ddb;
  }
  @media screen and (max-width: 1440px) {
    .avant-region-bd .avant-bd-list {
      width: 50%;
    }
    .avant-region-bd .avant-bd-list li {
      padding-left: 75px;
      margin-bottom: 16px;
    }
    .avant-region-bd .avant-bd-list li img {
      width: 64px;
    }
    .avant-region-bd .avant-bd-list li h3 {
      font-size: 16px;
      padding: 2px 0 5px;
    }
    .avant-region-bd .avant-bd-list li h3 i {
      font-size: 26px;
      padding-right: 7px;
    }
    .avant-region-bd .avant-bd-list li p {
      font-size: 12px;
      line-height: 20px;
      color: #555;
      padding-bottom: 11px;
    }
  }
  @media screen and (max-width: 1366px) {
    .avant-region-bd .avant-bd-list {
      width: 50%;
    }
    .avant-region-bd .avant-bd-list li {
      margin-bottom: 13px;
    }
  }
  