.header-hd {
    height: 34px;
    background: #f5f5f5;
    line-height: 34px;
  }
  .header-hd li {
    display: inline-block;
    padding: 0 15px;
    line-height: 1;
    color: #333;
    font-size: 12px;
    border-right: 1px solid #999;
  }
  .header-hd li img {
    vertical-align: -3px;
    margin-right: 6px;
  }
  .header-hd li:last-of-type {
    padding-right: 0;
    border-right: 0;
  }
  .header-bd {
    height: 168px;
  }
  .header-bd .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-right {
    width: 970px;
  }
  .header-slogan {
    height: 111px;
    border-bottom: 1px solid #b6b6b6;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-slogan h2 {
    font-size: 24px;
    color: #27558d;
  }
  .header-slogan p {
    font-size: 16px;
    color: #333;
    margin-top: 4px;
  }
  .header-slogan .header-tel {
    background: url(../image/htel.png) no-repeat left center;
    padding-left: 60px;
    font-size: 12px;
    color: #333;
    line-height: 1;
    padding-top: 10px;
  }
  .header-slogan .header-tel p {
    font-size: 33px;
    color: #014d96;
  }
  .menu-region {
    height: 72px;
    background: #014d96;
  }
  .menu-region .w {
    height: 100%;
  }
  .menu-region ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .menu-region li {
    position: relative;
    padding-left: 40px;
    color: #fff;
    line-height: 1.2;
  }
  .menu-region li img {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-region li h2 {
    font-weight: normal;
    font-size: 18px;
  }
  .menu-region li p {
    font-size: 12px;
  }
  .product-region {
    padding: 70px 0;
  }
  .product-region .bd {
    overflow: hidden;
  }
  .product-region .bd li {
    width: 277px;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    float: left;
  }
  .product-region .bd li img {
    width: 100%;
    display: block;
  }
  .product-region .bd li .desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(100%);
    transition: all 0.3s;
  }
  .product-region .bd li .desc h5 {
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    text-align: center;
  }
  .product-region .bd li .desc p {
    display: block;
    width: 138px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 17px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
  }
  .product-region .bd li .desc p:hover {
    background: #fff;
    color: #27558d;
  }
  .product-region .bd li:hover .desc {
    transform: translateY(0);
  }
  .product-region .hd {
    text-align: center;
    margin-top: 61px;
  }
  .product-region .hd li {
    display: inline-block;
    width: 54px;
    margin: 0 10px;
    height: 0;
    padding-top: 3px;
    background: #dcddde;
    overflow: hidden;
    cursor: pointer;
  }
  .product-region .hd li.on {
    background: #27558d;
  }
  .region-tit {
    text-align: center;
    background: url(../image/titline.png) no-repeat bottom center;
    padding-bottom: 10px;
  }
  .region-tit h2 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
  }
  .region-tit p {
    font-size: 18px;
    color: #666;
    font-family: arial;
    text-transform: uppercase;
  }
  .video-bd {
    margin-top: 27px;
  }
  .partner-region {
    padding: 90px 0;
  }
  .partner-bd {
    margin-top: 44px;
  }
  .case-region {
    height: 1037px;
    padding-top: 66px;
    background: url(../image/casebg.jpg) no-repeat center;
  }
  .case-region .region-tit h2,
  .case-region .region-tit p {
    color: #fff;
  }
  .case-region .case-bd {
    margin: 40px 0;
    overflow: hidden;
  }
  .case-region .case-bd li {
    float: left;
    position: relative;
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .case-region .case-bd li .img {
    overflow: hidden;
  }
  .case-region .case-bd li .img img {
    width: 100%;
    display: block;
    transition: all 0.3s;
  }
  .case-region .case-bd li h5 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background: rgba(1, 77, 150, 0.5);
  }
  .case-region .case-bd li:nth-of-type(3),
  .case-region .case-bd li:nth-of-type(5),
  .case-region .case-bd li:last-of-type {
    margin-right: 0;
  }
  .case-region .case-bd li:hover img {
    transform: scale(1.1);
  }
  .case-region .case-bd .li1 {
    width: 596px;
  }
  .case-region .case-bd .li2 {
    width: 295px;
  }
  .case-region .case-ft a {
    display: block;
    width: 154px;
    height: 42px;
    border-radius: 21px;
    background: #014d96;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
  }
  .process-region {
    background: #f1f1f1;
    overflow: hidden;
    padding: 97px 0 50px;
  }
  .process-region .process-tit {
    margin-bottom: 46px;
  }
  .process-region .process-tit a {
    margin-top: 16px;
  }
  .process-region li {
    width: 334px;
    height: 93px;
    border: 1px solid #aaa;
    border-radius: 10px;
    position: relative;
    padding: 16px 0 0 149px;
    float: left;
    margin-bottom: 50px;
    margin-right: 99px;
  }
  .process-region li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 122px;
    border-right: 1px solid #aaa;
    line-height: 93px;
    color: #014d96;
    font-size: 58px;
    text-align: center;
    font-family: arial;
    font-weight: bold;
  }
  .process-region li p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
  }
  .process-region li:nth-of-type(2n) i {
    color: #fcc239;
  }
  .process-region li::after {
    content: "";
    display: block;
    width: 44px;
    height: 46px;
    background: url(../image/cessr.png) no-repeat right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -77px;
  }
  .process-region li:nth-of-type(3n) {
    margin-right: 0;
  }
  .process-region li:nth-of-type(3n)::after {
    display: none;
  }
  .process-region li:hover p {
    color: #014d96;
  }
  .service-region {
    padding: 66px 0 90px;
  }
  .service-bd {
    margin-top: 37px;
    height: 375px;
    background: url(../image/serline.png) repeat-y center;
  }
  .service-bd .service-img {
    float: left;
  }
  .service-bd ul {
    float: right;
    width: 700px;
    margin-top: 50px;
  }
  .service-bd ul li {
    height: 90px;
    background: #fff;
    margin-bottom: 8px;
    overflow: hidden;
  }
  .service-bd ul li .left {
    width: 200px;
    height: 90px;
    background: #014d96;
    font-size: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-bd ul li .left img {
    margin-right: 15px;
  }
  .service-bd ul li:first-of-type {
    border-radius: 20px 0 0 0;
  }
  .service-bd ul li:last-of-type {
    border-radius: 0 0 0 20px;
  }
  .service-bd ul li .desc {
    float: left;
    padding: 23px 0 0 10px;
  }
  .service-bd ul li .desc p {
    font-size: 13px;
    color: #000;
    font-family: arial;
    line-height: 24px;
  }
  .avant-region {
    background: #014d96;
  }
  .avant-region .avant-tit {
    padding: 65px 0 45px;
    text-align: center;
    color: #fff;
  }
  .avant-region .avant-tit h2 {
    font-size: 36px;
    font-weight: normal;
  }
  .avant-region .avant-tit p {
    font-size: 18px;
    margin-top: 4px;
  }
  .avant-region .avant-bd .hd {
    border-bottom: 2px solid #fff;
    height: 65px;
    position: relative;
    z-index: 99;
  }
  .avant-region .avant-bd .hd ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }
  .avant-region .avant-bd .hd li {
    position: relative;
    font-sizE: 18px;
    color: #fff;
    height: 100%;
    cursor: pointer;
  }
  .avant-region .avant-bd .hd li i {
    position: absolute;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    line-height: 52px;
    text-align: center;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    color: #014d96;
  }
  .avant-region .avant-bd .hd li.on i {
    background: #fcc239;
  }
  .avant-region .avant-bd .bd .slideBox {
    height: 741px;
    padding-top: 170px;
    background: url(../image/avant1.jpg) no-repeat center;
  }
  .avant-region .avant-bd .bd .slideBox:nth-of-type(1) {
    background: url(../image/avant1.jpg) no-repeat center;
  }
  .avant-region .avant-bd .bd .slideBox:nth-of-type(2) {
    background: url(../image/avant2.jpg) no-repeat center;
  }
  .avant-region .avant-bd .bd .slideBox:nth-of-type(3) {
    background: url(../image/avant3.jpg) no-repeat center;
  }
  .avant-region .avant-bd .bd .slideBox:nth-of-type(4) {
    background: url(../image/avant4.jpg) no-repeat center;
  }
  .avant-region .avant-bd .bd .slideBox:nth-of-type(5) {
    background: url(../image/avant5.jpg) no-repeat center;
  }
  .avant-region .avant-bd .bd .slideBox:nth-of-type(6) {
    background: url(../image/avant6.jpg) no-repeat center;
  }
  .avant-region .avant-bd .bd .slideBox:nth-of-type(7) {
    background: url(../image/avant7.jpg) no-repeat center;
  }
  .avant-region .avant-bd .bd .slideBox:nth-of-type(8) {
    background: url(../image/avant8.jpg) no-repeat center;
  }
  .avant-region .avant-bd .bd .slideBox dl {
    width: 592px;
    height: 362px;
    padding: 33px;
    background: rgba(0, 0, 0, 0.5);
  }
  .avant-region .avant-bd .bd .slideBox dt {
    position: relative;
    padding-left: 114px;
    padding-top: 14px;
    margin-bottom: 36px;
  }
  .avant-region .avant-bd .bd .slideBox dt i {
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.3);
    font-sizE: 88px;
  }
  .avant-region .avant-bd .bd .slideBox dt h3 {
    font-sizE: 47px;
    font-weight: normal;
    color: #fff;
  }
  .avant-region .avant-bd .bd .slideBox dt p {
    font-sizE: 16px;
    text-transform: uppercase;
    color: #fff;
  }
  .avant-region .avant-bd .bd .slideBox dd {
    font-sizE: 13px;
    line-height: 25px;
    color: #fff;
  }
  .avant-region .avant-bd .bd .slideBox dd p {
    margin-bottom: 15px;
  }
  .avant-region .avant-bd .bd .slideBox dd p:last-of-type {
    margin-bottom: 0;
  }
  .obtain-region {
    padding: 60px 0;
  }
  .obtain-region .obtain-tit {
    float: left;
    width: 340px;
  }
  .obtain-region .obtain-tit h2 {
    font-sizE: 48px;
    color: #014d96;
    line-height: 1.2;
  }
  .obtain-region .obtain-tit h3 {
    font-sizE: 36px;
    color: #353535;
  }
  .obtain-region .obtain-tit p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 13px;
  }
  .obtain-region .obtain-bd {
    margin-left: 400px;
    padding-top: 21px;
  }
  .obtain-region .obtain-bd input {
    height: 39px;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .obtain-region .obtain-bd .input-group input {
    width: 251px;
    margin-right: 23px;
  }
  .obtain-region .obtain-bd .input-group input:last-of-type {
    margin-right: 0;
  }
  .obtain-region .obtain-bd .input-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .obtain-region .obtain-bd .input-content input {
    width: 100%;
  }
  .obtain-region .obtain-bd button {
    width: 251px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    border: none;
    background: #24201d;
    color: #fff;
    font-size: 14px;
    margin-right: 23px;
    cursor: pointer;
  }
  .obtain-region .obtain-bd button:first-of-type {
    background: #014d96;
  }
  .about-region {
    background: #f9f8f8;
    padding: 60px 0 90px;
  }
  .about-region .region-tit {
    margin-bottom: 35px;
  }
  .about-region .about-bd {
    width: 1200px;
  }
  .about-region .about-bd img {
    width: 100%;
    display: block;
  }
  .about-region .about-bd .about-desc {
    font-sizE: 13px;
    line-height: 26px;
    color: #666;
    height: 390px;
    overflow: hidden;
    margin: 42px 0 40px;
    padding-right: 15px;
  }
  .about-region .about-bd .abmore {
    display: block;
    width: 135px;
    height: 41px;
    bordeR: 1px solid #939393;
    border-radius: 22px;
    text-align: center;
    line-height: 39px;
    color: #000;
    font-size: 16px;
  }
  .about-region .about-bd .abmore:hover {
    border-color: #014d96;
    color: #014d96;
  }
  .about-region .about-right {
    width: 493px;
    float: right;
    overflow: hidden;
    background: url(../image/abbg.png) no-repeat 316px 226px;
  }
  .about-region .about-right li {
    width: 188px;
    height: 227px;
    float: left;
  }
  .about-region .about-right li:nth-of-type(2),
  .about-region .about-right li:nth-of-type(3) {
    color: #fff;
    padding: 29px 23px;
  }
  .about-region .about-right li:nth-of-type(2) h3,
  .about-region .about-right li:nth-of-type(3) h3 {
    font-sizE: 18px;
    font-weight: normal;
  }
  .about-region .about-right li:nth-of-type(2) p,
  .about-region .about-right li:nth-of-type(3) p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-top: 6px;
  }
  .about-region .about-right li:nth-of-type(2) a,
  .about-region .about-right li:nth-of-type(3) a {
    font-sizE: 12px;
    display: block;
    margin-top: 80px;
  }
  .about-region .about-right li:nth-of-type(2) {
    background: url(../image/abbg2.png) no-repeat center;
  }
  .about-region .about-right li:nth-of-type(3) {
    background: url(../image/abbg3.png) no-repeat center;
  }
  .news-region {
    padding: 50px 0 33px;
    overflow: hidden;
  }
  .news-region .region-tit {
    margin-bottom: 40px;
  }
  .news-bd {
    overflow: hidden;
  }
  .news-left {
    width: 544px;
    float: left;
  }
  .news-left li {
    padding-bottom: 26px;
    margin-bottom: 17px;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
  }
  .news-left li .img {
    width: 159px;
    overflow: hidden;
    float: left;
    margin-right: 25px;
  }
  .news-left li .img img {
    width: 100%;
    display: block;
    transition: all .3s;
  }
  .news-left li h5 {
    font-sizE: 18px;
    color: #333;
    font-weight: normal;
    padding: 5px 0 8px;
  }
  .news-left li span {
    font-sizE: 13px;
    font-family: arial;
    color: #333;
  }
  .news-left li p {
    font-size: 12px;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-top: 2px;
  }
  .news-left li:hover img {
    transform: scale(1.1);
  }
  .news-left li:hover h5 {
    color: #014d96;
  }
  .news-right {
    width: 545px;
    float: right;
    height: 433px;
    overflow: hidden;
  }
  .news-right li {
    height: 148px !important;
    padding-top: 35px;
    border-bottom: 1px solid #d6d6d6;
  }
  .news-right li h5 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .news-right li h5 i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #014d96;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: 3px;
  }
  .news-right li p {
    font-sizE: 13px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #888;
  }
  .news-right li:hover h5 {
    color: #014d96;
  }
  .area-region {
    font-sizE: 16px;
    line-height: 24px;
    color: #666;
    padding: 20px 0;
  }
  .area-region span {
    display: inline-block;
    background: url(../image/areaicon.png) no-repeat left center;
    padding-left: 30px;
  }
  .footer {
    background: #014d96;
    padding-top: 75px;
  }
  .footer-hd {
    border-bottom: 1px solid #487fb3;
    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: 70px 0 80px;
  }
  .footer-bd .footer-code {
    float: right;
    text-align: right;
    width: 510px;
  }
  .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: #0a60d1;
    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: 28px;
  }
  .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: 16px;
  }
  .footer-ft {
    font-size: 14px;
    opacity: 0.5;
    color: #fff;
    font-family: arial;
    padding-bottom: 24px;
  }
  .footer-link {
    border-top: 1px solid #487fb3;
    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: #0a60d1;
    font-style: normal;
  }
  .footer-link a {
    color: #fff;
    opacity: 0.5;
    padding-left: 30px;
    line-height: 54px;
  }
  