.header-hd {
    height: 21px;
    line-height: 21px;
    background: #1758ab;
    color: #fff;
    font-size: 12px;
  }
  .header-hd a {
    padding: 0 10px;
  }
  .header-hd a:last-of-type {
    padding-right: 0;
  }
  .header-bd {
    height: 115px;
  }
  .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: 74px;
    font-size: 15px;
    color: #000;
    line-height: 1.3;
    padding-top: 11px;
  }
  .header-bd .header-tel p {
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    color: #fd6f05;
  }
  .search-region {
    height: 81px;
    background: #1758ab;
  }
  .search-region .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-region .search-hot {
    font-size: 14px;
    color: #fff;
  }
  .search-region .search-hot a {
    padding: 0 10px;
  }
  .search-region .search-form {
    margin: 0;
  }
  .search-region .search-form .search-key {
    width: 433px;
    height: 32px;
    border: none;
    outline: none;
    background: url(../image/sbtn.png) no-repeat 10px center #f2f3f3;
    padding: 0 10px 0 33px;
    color: #999;
  }
  .search-region .search-form .search-button {
    width: 63px;
    height: 32px;
    border: none;
    background: #616161;
    outline: none;
    cursor: pointer;
    vertical-align: top;
    color: #fff;
  }
  .provide-region {
    padding: 50px 0;
  }
  .provide-region ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .provide-region li {
    border-right: 1px solid #d4d4d2;
    padding: 0 30px;
    text-align: center;
    width: 25%;
  }
  .provide-region li:last-of-type {
    border: none;
  }
  .provide-region li .img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #1758ab;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .provide-region li .img img {
    max-width: 100%;
  }
  .provide-region li h3 {
    font-size: 18px;
    color: #000;
    margin: 17px 0 15px;
  }
  .provide-region li p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 78px;
  }
  .region-tit {
    text-align: center;
    color: #000;
  }
  .region-tit h2 {
    font-size: 40px;
    background: url(../image/titbg.png) no-repeat bottom center;
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
  .region-tit p {
    font-size: 18px;
  }
  .product-region {
    padding-bottom: 65px;
  }
  .product-bd {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .product-bd .product-lside {
    width: 296px;
  }
  .product-bd .product-lside .product-tit {
    height: 150px;
    background: url(../image/proicon.png) no-repeat 49px center #1758ab;
    color: #fff;
    padding-left: 116px;
    padding-top: 40px;
  }
  .product-bd .product-lside .product-tit h3 {
    font-size: 30px;
  }
  .product-bd .product-lside .product-tit p {
    font-size: 12px;
    text-transform: uppercase;
  }
  .product-bd .product-lside ul {
    border: 3px solid #1758ab;
    border-top: 0;
    border-bottom: 0;
    padding: 20px 24px;
  }
  .product-bd .product-lside ul li {
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 25px;
  }
  .product-bd .product-lside ul li:nth-of-type(5) {
    border: none;
    margin-bottom: 0;
  }
  .product-bd .product-lside ul li:nth-of-type(1n+6) {
    display: none;
  }
  .product-bd .product-lside ul li a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #000;
    font-size: 18px;
  }
  .product-bd .product-lside ul li a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #1758ab;
    border-radius: 50%;
    margin: 0 13px 0 20px;
    float: left;
    margin-top: 21px;
  }
  .product-bd .product-lside ul li:hover {
    background: #1758ab;
    border-color: transparent;
    border-radius: 10px;
  }
  .product-bd .product-lside ul li:hover a {
    color: #fff;
  }
  .product-bd .product-lside ul li:hover a::before {
    background: #fff;
  }
  .product-bd .product-lside .product-tel {
    height: 375px;
    background: #1758ab;
    color: #fff;
    text-align: center;
    padding: 35px 20px;
  }
  .product-bd .product-lside .product-tel h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .product-bd .product-lside .product-tel p {
    font-size: 14px;
    line-height: 24px;
  }
  .product-bd .product-lside .product-tel .tel {
    font-size: 24px;
    border-top: 1px solid #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
    margin-top: 11px;
    padding-top: 6px;
  }
  .product-bd .product-list {
    width: 880px;
    overflow: hidden;
  }
  .product-bd .product-list .li1 {
    position: relative;
    margin-bottom: 7px;
  }
  .product-bd .product-list .li1 img {
    width: 100%;
    display: block;
  }
  .product-bd .product-list .li1 .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(23, 88, 171, 0.4);
    color: #fff;
    padding: 30px 77px 40px;
  }
  .product-bd .product-list .li1 .desc h5 {
    font-size: 24px;
    font-weight: normal;
  }
  .product-bd .product-list .li1 .desc p {
    font-size: 12px;
    margin: 8px 0 16px;
  }
  .product-bd .product-list .li1 .desc span {
    display: block;
    width: 133px;
    height: 27px;
    line-height: 27px;
    border-radius: 14px;
    background: #fff;
    font-size: 12px;
    color: #000;
    text-align: center;
  }
  .product-bd .product-list .li1 .desc span i {
    display: inline-block;
    width: 20px;
    margin-left: 5px;
    height: 20px;
    background: #1758ab;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-family: "宋体";
  }
  .product-bd .product-list .li2 {
    float: left;
    width: 287px;
    margin-right: 9px;
  }
  .product-bd .product-list .li2 img {
    width: 100%;
    display: block;
  }
  .product-bd .product-list .li2 h5 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    background: #e0e0e0;
  }
  .product-bd .product-list .li2:hover h5 {
    color: #1758ab;
  }
  .product-bd .product-list .li2:last-of-type {
    margin-right: 0;
  }
  .avant-region {
    height: 974px;
    padding-top: 50px;
    background: url(../image/avantbg.jpg) no-repeat top center;
    position: relative;
  }
  .avant-region .avant-bd {
    position: relative;
    height: 650px;
  }
  .avant-region .avant-bd .img_bg {
    width: 558px;
    height: 558px;
    border: 18px solid #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    position: absolute;
    bottom: -190px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  .avant-region .avant-bd .img_bg img {
    width: 100%;
  }
  .avant-region .avant-bd li {
    width: 300px;
  }
  .avant-region .avant-bd li h3 {
    font-size: 23px;
    color: #1758ab;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .avant-region .avant-bd li p {
    line-height: 25px;
    font-size: 12px;
    color: #666;
  }
  .avant-region .avant-bd li .img {
    width: 118px;
    height: 118px;
    border: 12px solid #f5f5f5;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
    z-index: 99;
  }
  .avant-region .avant-bd li .img img {
    height: 100%;
  }
  .avant-region .avant-bd li:nth-of-type(1) {
    position: absolute;
    left: 27px;
    bottom: 49px;
    width: 252px;
  }
  .avant-region .avant-bd li:nth-of-type(1) .img {
    position: absolute;
    right: -116px;
    top: 49px;
  }
  .avant-region .avant-bd li:nth-of-type(2) {
    position: absolute;
    left: 144px;
    bottom: 321px;
    width: 274px;
    text-align: right;
  }
  .avant-region .avant-bd li:nth-of-type(2) .img {
    position: absolute;
    right: -28px;
    bottom: -112px;
  }
  .avant-region .avant-bd li:nth-of-type(3) {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
  .avant-region .avant-bd li:nth-of-type(3) .img {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
  }
  .avant-region .avant-bd li:nth-of-type(4) {
    position: absolute;
    right: 136px;
    bottom: 328px;
    width: 270px;
  }
  .avant-region .avant-bd li:nth-of-type(4) .img {
    position: absolute;
    left: -43px;
    top: 167%;
    transform: translateY(-50%);
  }
  .avant-region .avant-bd li:nth-of-type(5) {
    position: absolute;
    right: 18px;
    bottom: 51px;
    width: 256px;
  }
  .avant-region .avant-bd li:nth-of-type(5) .img {
    position: absolute;
    left: -127px;
    bottom: -32px;
  }
  .avant-region .avant-ft {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 163px;
    background: #1758ab;
  }
  .avant-region .avant-ft .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .avant-region .avant-ft .item-hd {
    color: #fff;
    line-height: 1.6;
  }
  .avant-region .avant-ft .item-hd h4 {
    font-size: 24px;
  }
  .avant-region .avant-ft .item-hd p {
    font-size: 18px;
  }
  .avant-region .avant-ft ul li {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 14px;
  }
  .avant-region .avant-ft ul li img {
    height: 22px;
  }
  .avant-region .avant-ft ul li:last-of-type {
    padding-right: 0;
  }
  .solve-region {
    padding: 100px 0 90px;
  }
  .solve-region .solve-bd {
    margin-top: 40px;
  }
  .solve-region .solve-bd .hd {
    margin-top: 29px;
  }
  .solve-region .solve-bd .hd ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .solve-region .solve-bd .hd li {
    display: inline-block;
    width: 282px;
    height: 82px;
    background: #122742;
    position: relative;
    color: #fff;
    padding: 20px 0 0 60px;
  }
  .solve-region .solve-bd .hd li img {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
  .solve-region .solve-bd .hd li h3 {
    font-size: 16px;
  }
  .solve-region .solve-bd .hd li p {
    font-family: arial;
    font-size: 12px;
    text-transform: uppercase;
  }
  .solve-region .solve-bd .hd li.on {
    background: #1758ab;
  }
  .solve-region .solve-bd .bd .slideBox {
    height: 517px;
    position: relative;
  }
  .solve-region .solve-bd .bd .slideBox .item-hd {
    position: absolute;
    left: 0;
    top: 0;
    width: 720px;
  }
  .solve-region .solve-bd .bd .slideBox .item-bd {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/rs.png) no-repeat left center;
    width: 543px;
    height: 363px;
    z-index: 9;
    color: #fff;
    padding: 75px 50px;
  }
  .solve-region .solve-bd .bd .slideBox .item-bd .tit {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
  }
  .solve-region .solve-bd .bd .slideBox .item-bd .tit h3 {
    font-size: 24px;
    font-weight: normal;
  }
  .solve-region .solve-bd .bd .slideBox .item-bd .tit p {
    font-size: 12px;
  }
  .solve-region .solve-bd .bd .slideBox .item-bd .desc {
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0 20px;
  }
  .solve-region .solve-bd .bd .slideBox .item-bd .linkmore {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #fff;
  }
  .serve-region {
    height: 700px;
    padding-top: 48px;
    background: url(../image/serbg.jpg) no-repeat center;
  }
  .serve-region .serve-bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 53px;
  }
  .serve-region .hd {
    width: 541px;
  }
  .serve-region .hd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .serve-region .hd li {
    width: 157px;
    height: 157px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .serve-region .hd li:nth-of-type(1n+4) {
    margin-bottom: 0;
  }
  .serve-region .hd li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    right: -23px;
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-bottom: 42px solid #1758ab;
    transform: rotateZ(142deg);
    display: none;
  }
  .serve-region .hd li .img {
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .serve-region .hd li .img .h {
    display: none;
  }
  .serve-region .hd li h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 8px 0 0px;
  }
  .serve-region .hd li i {
    height: 21px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: arial;
    padding: 0 2px;
    background: linear-gradient(to top, #fd6f05 5px, #f5f5f5 5px);
  }
  .serve-region .hd li.on {
    background: #1758ab;
  }
  .serve-region .hd li.on .img .h {
    display: block;
  }
  .serve-region .hd li.on .img .s {
    display: none;
  }
  .serve-region .hd li.on h3,
  .serve-region .hd li.on i {
    color: #fff;
  }
  .serve-region .hd li.on i {
    background: linear-gradient(to top, #fd6f05 5px, #1758ab 5px);
  }
  .serve-region .hd li.on::after {
    display: block;
  }
  .serve-region .bd {
    width: 612px;
    padding-left: 73px;
    padding-top: 70px;
  }
  .serve-region .bd .slideBox {
    width: 275px;
  }
  .serve-region .bd .slideBox h3 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #afb3b8;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .serve-region .bd .slideBox p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
  .serve-region .bd .serve-tel {
    background: url(../image/sertel.png) no-repeat left center;
    padding-left: 55px;
    font-size: 12px;
    color: #000;
    line-height: 1.3;
    padding-top: 4px;
    margin-top: 68px;
    display: block !important;
  }
  .serve-region .bd .serve-tel p {
    font-size: 30px;
    color: #fd6f05;
    font-weight: bold;
  }
  .about-region {
    padding-top: 31px;
    padding-bottom: 80px;
    background: linear-gradient(to bottom, #1758ab 345px, #ebebeb 345px);
  }
  .about-region .region-tit h2,
  .about-region .region-tit p {
    color: #fff;
  }
  .about-bd {
    margin-top: 30px;
    height: 490px;
    padding: 41px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-content {
    width: 520px;
  }
  .about-content .tit {
    font-size: 26px;
    font-weight: bold;
    color: #333;
  }
  .about-content .tit:after {
    content: "";
    display: block;
    width: 58px;
    height: 4px;
    background: #c3131e;
    margin-top: 18px;
  }
  .about-content .desc {
    font-size: 14px;
    line-height: 34px;
    height: 170px;
    overflow: hidden;
    color: #000;
    margin: 18px 0 40px;
    position: relative;
  }
  .about-content .desc .more {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    color: #1758ab;
    line-height: 34px;
  }
  .about-content ul {
    display: flex;
  }
  .about-content li {
    border-right: 1px solid #dedede;
    width: 24%;
    padding-left: 3%;
  }
  .about-content li:last-of-type {
    border-right: 0;
  }
  .about-content li h5 {
    font-size: 39px;
    color: #333;
    font-family: arial;
    line-height: 1;
  }
  .about-content li h5 span {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    margin-left: -7px;
  }
  .about-content li p {
    font-size: 15px;
    color: #666;
    padding-left: 2px;
  }
  .about-img {
    width: 546px;
    line-height: 0;
  }
  .about-img img {
    width: 100%;
  }
  .about-ft {
    margin-top: 36px;
    text-align: center;
  }
  .about-ft a {
    display: inline-block;
    width: 238px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
    background: #c3131e;
  }
  .about-ft a:last-of-type {
    background: #333333;
  }
  .business-region {
    padding-bottom: 87px;
  }
  .business-bd {
    margin-top: -35px;
    position: relative;
    z-index: 9;
  }
  .business-bd .parHd {
    text-align: center;
    margin-bottom: 58px;
  }
  .business-bd .parHd li {
    display: inline-block;
    width: 238px;
    height: 69px;
    background: #333333;
    line-height: 69px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
  }
  .business-bd .parHd li.on {
    background: #1758ab;
  }
  .business-bd .parBd .tempWrap {
    width: 1200px !important;
  }
  .business-bd .parBd .slideBox {
    position: relative;
  }
  .business-bd .parBd .slideBox .sbtn {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    background: #ecebee;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    font-family: "宋体";
    transform: translateY(-50%);
  }
  .business-bd .parBd .slideBox .sbtn:hover {
    background: #1758ab;
    color: #fff;
  }
  .business-bd .parBd .slideBox .sPrev {
    left: -80px;
  }
  .business-bd .parBd .slideBox .sNext {
    right: -80px;
  }
  .business-bd .parBd ul li {
    float: left;
    width: 392px;
    margin-right: 12px;
    position: relative;
    overflow: hidden;
  }
  .business-bd .parBd ul li .img {
    border: 6px solid #dcdcdc;
    line-height: 0;
  }
  .business-bd .parBd ul li .img img {
    width: 100%;
  }
  .business-bd .parBd ul li p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    transform: translateY(-100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 88, 171, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
  }
  .business-bd .parBd ul li:hover .img {
    border-color: #dcdcdc;
  }
  .business-bd .parBd ul li:hover p {
    transform: translateY(0);
  }
  .case-region {
    background: #f3f3f3;
    padding: 60px 0;
  }
  .case-bd .hd {
    width: 100%;
    margin: 50px 0 43px;
  }
  .case-bd .hd::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d7d7d9;
  }
  .case-bd .hd ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .case-bd .hd li {
    font-size: 18px;
    color: #000;
    margin: 0 35px;
    margin-top: -7px;
  }
  .case-bd .hd li a {
    color: #000;
  }
  .case-bd .hd li::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #000;
    margin: 0 auto 7px;
    border-radius: 50%;
  }
  .case-bd .bd {
    width: 1200px;
    height: 695px;
    margin: 0 auto;
  }
  .case-bd .bd .inBox {
    position: relative;
    height: 695px;
  }
  .case-bd .bd .inBox .inHd {
    position: absolute;
    right: 0;
    top: 0;
    width: 234px;
  }
  .case-bd .bd .inBox .inHd li {
    margin-bottom: 4px;
    position: relative;
    z-index: 9;
  }
  .case-bd .bd .inBox .inHd li img {
    width: 100%;
    display: block;
  }
  .case-bd .bd .inBox .inHd li:last-of-type {
    margin-bottom: 0;
  }
  .case-bd .bd .inBox .inHd li.on::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 264px;
    height: 184px;
    background: url(../image/caselih.png) no-repeat right center;
  }
  .case-bd .bd .inBox .inBd {
    position: absolute;
    left: 0;
    top: 0;
    width: 954px;
  }
  .case-bd .bd .inBox .inBd .img img {
    width: 100%;
    display: block;
  }
  .case-bd .bd .inBox .inBd h4 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin: 20px 0 15px;
  }
  .case-bd .bd .inBox .inBd p {
    font-size: 12px;
    line-height: 24px;
    height: 72px;
    color: #333;
    overflow: hidden;
  }
  .case-bd .bd .inBox .case-tel {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .case-bd .bd .inBox .case-tel h6 {
    background: url(../image/casetel.png) no-repeat left center;
    padding-left: 40px;
    font-size: 14px;
    color: #000;
  }
  .case-bd .bd .inBox .case-tel p {
    font-size: 30px;
    color: #000;
    font-weight: bold;
  }
  .case-bd .bd .inBox .case-tel p a {
    display: inline-block;
    padding: 0 20px;
    line-height: 29px;
    background: #fd6f05;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    vertical-align: 8px;
    font-weight: normal;
    margin-left: 17px;
  }
  .partner-region {
    height: 280px;
    padding-top: 48px;
    background: url(../image/partbg.jpg) no-repeat center;
  }
  .partner-region .partner-tit {
    line-height: 27px;
    border-left: 3px solid #fff;
    padding-left: 10px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
  }
  .partner-region .partner-bd {
    position: relative;
  }
  .partner-region .partner-bd .hd a {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    background: #fff;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    font-family: "宋体";
    transform: translateY(-50%);
  }
  .partner-region .partner-bd .hd .next {
    right: -80px;
  }
  .partner-region .partner-bd .hd .prev {
    left: -80px;
  }
  .partner-region .partner-bd .bd {
    overflow: hidden;
  }
  .partner-region .partner-bd .bd li {
    width: 228px;
    float: left;
    margin-right: 15px;
  }
  .partner-region .partner-bd .bd li .img {
    background: #fff;
  }
  .partner-region .partner-bd .bd li .img img {
    width: 100%;
    display: block;
  }
  .partner-region .partner-bd .bd li h5 {
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    width: 100%;
  }
  .news-region {
    padding-top: 60px;
  }
  .news-bd {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .news-bd .news-tit {
    border-bottom: 1px solid #d5d4d4;
    background: url(../image/newsicon.png) no-repeat left 7px;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 34px;
  }
  .news-bd .news-tit a {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    font-family: arial;
    line-height: 30px;
  }
  .news-bd .news-tit h3 {
    font-size: 20px;
    color: #000;
    display: inline-block;
    margin-right: 19px;
  }
  .news-left {
    width: 568px;
  }
  .news-left li {
    height: 94px;
    border: 1px solid #e5e5e5;
    margin-bottom: 24px;
    padding-right: 10px;
  }
  .news-left li .time {
    float: left;
    width: 93px;
    height: 92px;
    background: #e5e5e5;
    text-align: center;
    font-size: 16px;
    font-family: arial;
    color: #000;
    margin-right: 15px;
    line-height: 1.2;
    padding-top: 17px;
  }
  .news-left li .time b {
    display: block;
    font-size: 30px;
    font-weight: bold;
  }
  .news-left li h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 20px 0 8px;
  }
  .news-left li p {
    font-size: 12px;
    color: #666;
  }
  .news-left li:hover .time {
    color: #1758ab;
  }
  .news-right {
    width: 568px;
  }
  .news-right img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .news-right li {
    margin-bottom: 23px;
  }
  .news-right li h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
  }
  .news-right li h4 .time {
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
  }
  .news-right li h4 i {
    font-size: 20px;
    font-family: arial;
    margin-right: 5px;
  }
  .news-right li p {
    font-size: 12px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
  }
  .area-region {
    font-size: 14px;
    color: #000;
    line-height: 50px;
    margin: 20px 0;
  }
  .area-region span {
    display: inline-block;
    background: url(../image/aicon.png) no-repeat left center;
    padding-left: 40px;
  }
  .area-region a {
    color: #000;
    padding: 0 5px;
  }
  .footer-region {
    background: #2c2c2c;
    border-top: 7px solid #1758ab;
    padding-top: 30px;
  }
  .footer-region .footer-hd .w {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-region .footer-hd .footer-hd-nav,
  .footer-region .footer-hd .footer-hd-code,
  .footer-region .footer-hd .footer-hd-contact {
    width: 33%;
  }
  .footer-region .footer-hd .tit {
    color: #fff;
    margin-bottom: 15px;
  }
  .footer-region .footer-hd .tit h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .footer-region .footer-hd .tit h2 {
    font-size: 24px;
    font-weight: bold;
  }
  .footer-region .footer-hd .footer-hd-nav .desc a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 30%;
    background: url(../image/fticon.png) no-repeat left center;
    padding-left: 15px;
    line-height: 60px;
  }
  .footer-region .footer-hd .footer-hd-code ul {
    width: 318px;
    height: 189px;
    border: 1px solid #5c5c5c;
    display: flex;
  }
  .footer-region .footer-hd .footer-hd-code ul li {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
  }
  .footer-region .footer-hd .footer-hd-code ul li:last-of-type {
    border-left: 1px solid #5c5c5c;
  }
  .footer-region .footer-hd .footer-hd-contact .desc {
    font-size: 14px;
    color: #fff;
    line-height: 49px;
  }
  .footer-region .footer-hd .footer-hd-contact .desc img {
    vertical-align: -11px;
    margin-right: 5px;
  }
  .footer-region .footer-bd {
    margin: 30px 0;
  }
  .footer-region .footer-bd .w {
    background: url(../image/fticon5.png) no-repeat left center;
    padding-left: 25px;
    color: #fff;
  }
  .footer-region .footer-ft {
    text-align: center;
    border-top: 2px solid #464646;
    line-height: 20px;
    padding: 18px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
  }
  