<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
body {
  font-family: "microsoft yahei";
  color: #333e46;
  font-size: 15px;
  background: #fff;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;background: url(../images/bg11.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body,
form,
input,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

dl,
dt,
dd {
  display: block;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  outline: none;
  color: #333;
  text-decoration: none;
}



h2 {
  font-weight: 400;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
}

.row {
  margin: 0;
  padding: 0;
}

.content {
  padding: 0 40px;
}

@media only screen and (min-width: 1440px) {
  .container {
    min-width: 1200px;
  }
}

.top{width:100%; background-color:#014a7d; padding:5px 0; color:#ddd; line-height:30px; position:relative; z-index:99;}
.top .j_h{float:left;}
.top .search{height:30px; background-color:#fff; border-radius:15px; float:right;}
.top .search input{width:130px; height:30px; color:#333; padding:0 10px; line-height:30px; float:left; font-size:13px;}
.top .search button{width:50px; height:30px; text-align:center; font-size:15px; line-height:30px; color:#000; float:right;}
.top .y_y{float:right;}
.top .y_y ul li{overflow:hidden; float:left; margin-left:20px;}
.top .y_y ul li a{color:#fff;}
.top .y_y i{width:24px; height:30px; display:block; float:left; margin-right:8px;}
.top .y_y i.z_w{background:url(../images/z_g.jpg) no-repeat center; background-size:100% auto;}
.top .y_y i.y_w{background:url(../images/y_g.jpg) no-repeat center; background-size:100% auto;}
@media only screen and (max-width:640px){
.top{padding: 0; line-height:30px;}
.top .j_h{display:none;}
.top .y_y{float:right;}
.top .y_y ul li{margin-left:15px;}
.top .y_y ul li a{color:#fff;}
.top .y_y i{width:26px; height:30px;}
}


/*头部*/
.header {
  height: auto;
  width: 100%;
  position:relative;
  
  z-index: 9999;
  font-family: "微软雅黑";
 background: #fff;
 transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; background: #fff;
}

.header.on{position:fixed; top:0; left:0;}

/* logo */
.header .logo {
  width: auto;
  height: 100%;
  float: left;
  position: relative;
  transition: all 0.5s;
}

.header .logo a {
  display: inline-block;
  float: left;
  height: 50px;
  margin-top: 18px;
  transition: all 0.5s;
}

.header .logo img {
  height: 100%;
 
}

.header .logo img.lw {
  display: block;
}

.header.on .logo img.lw,
.header:hover .logo img.lw {
  display: none;
}

.header.on .logo img.lb,
.header:hover .logo img.lb {
  display: block;
}

/* 宣传语 */
.xcy {
  display: inline-block;
  float: left;
  margin: 14px 0 0 30px;
  padding-left: 30px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 54px;
}

.xcy::before {
  content: "";
  display: inline-block;
  float: left;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  margin: 10px 0 0 -30px;
}

.header.on .xcy,
.header:hover .xcy {
  color: #666;
}



/* 联系我们 */
.topShop {
  display: inline-block;
  float: right;
  line-height: 40px;
  padding: 0 15px;
  background-color: #014a7d;
  margin: 22px 15px 0 0;
  transition: all 0.5s;border-radius:20px
}

.topShop a {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
}

/* 导航 */
.header .nav {
  float: right;
  font-family: "DIN";
  
}

.header .nav ul li {
  font-size: 17px;
  text-align: center;
  float: left;
  display: block;
  position: relative;
  margin: 0px 0px 0px 45px;
  line-height: 86px;
  transition: line-height 0.5s;
}

.header .nav ul li a {
  display: block;
  color:rgba(0, 0, 0, 0.9);
}

.header.on .nav ul li a,
.header:hover .nav ul li a {
  color: rgba(0, 0, 0, 0.9);
}
.header .nav ul li.on a { color:#014a7d}
.header .nav ul li:hover a { color:#014a7d}


.header .nav ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #014a7d;
  transition: width 0.5s;
}

.header .nav ul li:hover:before {
  width: 100%;
  transition: width 0.5s;
}
.header .nav ul li.on:before {
 width: 100%;  background-color: #014a7d;	
}
.header .nav .ej {
  width: 160px;
  background-color: hsla(0, 0%, 100%, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 50%;
  margin-left: -80px;
  z-index: 999;
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
}

.header .nav ul li:hover .ej {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  transition: all 0.5s;
}

.header .nav .ej a {
  color: #333;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.header .nav .ej a:hover {
  background: #014a7d;
  color: #fff !important;
}

.header .nav ul li:hover .ej {
  display: block;
}

.header .nav .ej ul {
  position: relative;
}

.header .nav .ej ul:hover .sj {
  display: block;
}

.header .nav .ej .sj {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.9);
}

/* 手机导航 */
.sp_header {
  position: absolute;
  right: 30px;
  display: none;
}

.sp_nav {
  width: 30px;
  float: left;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 22px;
}

.sp_nav span {
  display: block;
  background: #000;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 5px;
  transition: all ease 0.35s;
}

.header.on .sp_nav span,
.header:hover .sp_nav span {
  background-color: #000;
}

.sp_nav span:nth-of-type(1) {
  top: 0px;
}

.sp_nav span:nth-of-type(2) {
  top: 8px;
}

.sp_nav span:nth-of-type(3) {
  top: 16px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: relative;
  position: fixed;
  z-index: 9;
  background-color: hsla(0, 0%, 100%, 0.98);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: calc(100vh - 104px);
  font-size: 15px;
  line-height: 40px;
  top: -100vh;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 90px;
  height: calc(100vh - 120px);
}

.sjj_nav ul li i {
  position: absolute;
  top: 4px;
  right: 0px;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  position: relative;
  top:7px;
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  padding-left: 20px;
}

.sjj_nav&gt;ul&gt;li:last-child {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li a {
  width: 80%;
}

.sjj_nav ul li ul li a {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #aaa;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #0068ff;
}

.sjj_nav ul li ul li&gt;ul {
  margin-left: 10px;
}

 
@media only screen and (max-width: 1439px) {
  .xcy {
    display: none;
  }

  .header .nav {
    margin: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .topShop {
    display: none;
  }

  .header .nav {
    display: none;
  }

  .sp_header {
    display: block;
  }

  .sy_top1_box {
    display: none;
  }

  .header {
    height: 60px;
    border-top: none;
  }

  .header.on,
  .header:hover {
    height: 60px;
  }

  .header .logo a {
    margin: 12px 0 0 0;
    height: 34px;
  }

  .header.on .logo a,
  .header:hover .logo a {
    margin: 12px 0 0 0;
    height: 34px;
  }

  .H {
    height: 60px;
  }
  
.header.on .nav_show {
  top: 60px;
  height: calc(100vh - 120px);
}
}

@media only screen and (max-width: 599px) {
  .content {
    padding: 0 15px;
  }

  .sp_header {
    right: 15px;
  }
}

@media only screen and (max-width: 424px) {

  .header.on .logo a,
  .header:hover .logo a {
    margin: 15px 0 0 0;
    height: 34px;
  }

  .header .logo a {
    margin: 15px 0 0 0;
    height: 34px;
  }
} 

.pc_ban{width:100%; height:500px; position:relative; overflow:hidden;}
.pc_ban .swiper-button-prev{width:40px; height:40px; background:url(../images/ban_l.png) no-repeat center; left:0%; margin-top:-20px; opacity:0;
background-size:40px 40px;
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-ms-background-size:40px 40px;
-o-background-size:40px 40px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-prev{left:2%; opacity:.8;}
.pc_ban .swiper-button-next{width:40px; height:40px; background:url(../images/ban_r.png) no-repeat center; right:0%; margin-top:-20px; opacity:0;
background-size:40px 40px;
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-ms-background-size:40px 40px;
-o-background-size:40px 40px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-next{right:2%; opacity:.8;}
.pc_ban .swiper-pagination-bullet{width:40px; height:3px; border-radius:0;}
.pc_ban .container{position:absolute; top:50%; left:50%; z-index:99;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.pc_ban .w_z{width:100%; margin:0 auto; color:#fff; text-align:left; position:relative;}
.pc_ban .w_z h2{font-size:33px; line-height:40px; font-weight:bold}
.pc_ban .w_z p{font-size:22px; text-transform:uppercase; line-height:32px; margin-top:20px;}
.pc_ban .w_z .n_r{width:130px; height:43px; border:2px solid #fff; background-color:rgba(255,255,255,.2); margin:30px 0 0; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .w_z .n_r:hover{background-color:rgba(255,255,255,0);}
.pc_ban .w_z .n_r a{color:#fff; font-size:14px; text-align:center; line-height:38px; display:block;}
.pc_ban .w_z .n_r i{font-size:14px; font-weight:bold; padding-left:10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .w_z .n_r a:hover i{padding-left:15px;} 
@media only screen and (max-width:992px){
.pc_ban{height:23vh; min-height:inherit;}
.pc_ban .container{width:100%; top:50%;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .swiper-pagination-bullet{width:30px; height:2px;}
.pc_ban .w_z{width:100%;}
.pc_ban .w_z h2{font-size:22px; font-weight:normal; line-height:32px;}
.pc_ban .w_z p{font-size:16px; letter-spacing:1px; line-height:26px;}
.pc_ban .w_z .n_r{width:130px; height:44px; margin:30px auto 0;}
.pc_ban .w_z .n_r a{font-size:14px; line-height:40px;}
}
@media only screen and (max-width:640px){
.pc_ban .w_z h2{font-size:20px; font-weight:bold; line-height:28px;}
.pc_ban .w_z p{font-size:14px; line-height:24px; margin-top:8px;}
.pc_ban .w_z .n_r{display:none;}
}

/* 产品中心 */
.paddingBox {
  padding: 48px 0 0px;
  position: relative;
  z-index: 999;
}

.syProductMargin {
  margin-top: 660px;
  position: relative;
}

.syTitle {
  margin-bottom: 30px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.syTitle .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.syTitle h1 {
  color:#014a7d;
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
}

.syTitle .js {
  position: relative;
  font-size: 14px;
  line-height: 27px;
  padding-left: 20px;
}

.syTitle .js p {
  position: relative;
  top: 12px;
  font-size: 18px;
}

/* 公共按钮 */
.c-common-btn {
  display: block;
  position: relative;
  width: 128px;
  height: 40px;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  color: #fff;
}

.c-common-btn i {
  float: right;
  color: #014a7d;
}

.c-common-btn:hover {
  color: #fff;
}

.c-common-btn.c-unique {
  color: #222;
}

.c-common-btn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  border-bottom: 1px solid #014a7d;
  transition: all 0.5s;
}

.c-common-btn:hover::before {
  width: 100%;
}

.c-common-btn2 {
  text-align: center;
}

.c-common-btn2 .c-btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
  line-height: 60px;
  color: #fff;
  background: #bb1c14;
}

.c-common-btn2 .c-btn i {
  margin-left: 15px;
  font-size: 20px;
}

.syProduct {
  margin-top:40px;
}

.syProduct a {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: solid 1px #eee;
}

.syProduct a:nth-child(4n) {
  margin-right: 0;
}

.syProduct a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.syProduct a:nth-child(4n) {
  margin-right: 0;
}

.syProduct a .imgBox {
  background-color: #fff;
}

.syProduct a img {
  display: block;
  width: 100%;
}

.syProduct a .txtBox {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.syProduct a .txtBox p.bt {
  font-size: 20px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
}

.syProduct a .txtBox p.nr {
  color: #7e7e7e;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.syProduct a .tc {
  position: absolute;
  background: rgba(0, 81, 156, 0.9);
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 110%;
  height: 110%;
  opacity: 0;
  padding: 0 20px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
}

.syProduct a.on .tc {
  opacity: 1;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
}

.syProduct a .tc h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.syProduct a .tc p {
  font-size: 18px;
  opacity: 0.8;
}

.syProduct a .tc em {
  margin-top: 30px;
  display: block;
  width: 154px;
  height: 40px;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}

 
@media only screen and (max-width: 1439px) {
  .syTitle h1 {
    font-size: 40px;
  }

  .syProduct a .tc {
    padding: 0 10px;
    display: none;
  }

  .syProduct a .txtBox {
    padding: 15px 10px;
  }

  .syProduct a .txtBox p.bt {
    font-size: 18px;
  }

  .syProduct a .txtBox p.nr {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .syTitle {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .syTitle h1 {
    width: 100%;
    margin-bottom: 15px;
  }

  .syTitle .js {
    width: 100%;
  }

  .paddingBox {
    padding: 20px 0;
  }

  .syProductMargin {
    margin-top: 0;
  }

  .syProduct a {
    width: 49%;
    margin-right: 2%;
  }

  .syProduct a:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 576px) {
  .syTitle h1 {
    font-size: 24px;
  }

  .syProduct a {
    margin-bottom: 10px;
  }

  .syProduct a .txtBox p.bt {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }

  .syProduct a .txtBox p.nr {
    font-size: 12px;
  }
}
  
/* 关于我们 */
.indexAbout {
  position: relative;
  background: url(../images/bg1.jpg) center/cover no-repeat;
    background-attachment: fixed
}

.indexAbout main .left {
  width: 55%;
  margin-right: 5%;
}

.indexAbout main .right {
  position: relative;
  width: 40%;
}

.indexAbout main .right .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.indexAbout main .right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}

.indexAbout main .right:hover img {
  transform: scale(1.08);
  transition: all 0.5s;
}

.indexAbout main .txtcon h2 {
  font-size: 34px;
}

.indexAbout main .txtcon h3 {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 30px;
  border-radius: 20px;
  font-size: 16px;
  background-color: #f2f2f2;
  margin: 60px 0;
}

.indexAbout main .txtcon h3 span {
  padding-left: 40px;
  line-height: 30px;
  padding: 10px 20px 10px 40px;
  background: url(../images/abic1.png) no-repeat;
  background-position: left center;
}

.indexAbout main .txtcon h3 span:nth-child(2) {
  background: url(../images/abic2.png) no-repeat;
  background-position: left center;
}

.indexAbout main .txtcon h3 span:nth-child(3) {
  background: url(../images/abic3.png) no-repeat;
  background-position: left center;
}

.indexAbout main .txtcon p {
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.indexAbout main ul {
  margin-top: 60px;
}

.indexAbout main .n_r {
  background: url(../images/abic4.png) no-repeat;
  background-position: left top;
  padding-top: 40px;
}

.indexAbout main ul li {
  margin-right: 30px;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.indexAbout main ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.indexAbout main ul li:nth-child(2) .n_r {
  background: url(../images/abic5.png) no-repeat;
  background-position: left top;
}

.indexAbout main ul li:nth-child(3) .n_r {
  background: url(../images/abic7.png) no-repeat;
  background-position: left top;
}
.indexAbout main ul li:nth-child(3)::after {
  display: none;
}
.indexAbout main ul li:nth-child(4) .n_r {
  background: url(../images/abic6.png) no-repeat;
  background-position: left top;
  margin-right: 0;
}



.indexAbout main b {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-right: 5px;
  color: #014a7d;
}

/**** 设备与工艺 ****/

.syBusiness main {
  margin-top: 40px;
}

.syBusiness .swiper {
  width: 100%;
  height: 100%;
}

.syBusiness .swiper-slide a {
  position: relative;
  display: block;
  height: auto;
  background-color: #000000;
}

.syBusiness .swiper-slide .imgBox {
  overflow: hidden;
}

.syBusiness .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transform: scale(1);
  transition: all 0.8s;
}

.syBusiness .swiper-slide:hover img {
  opacity: 1;
  transform: scale(1.08);
  transition: all 0.8s;
}

.syBusiness .swiper-slide .txtBox {
  position: relative;
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: #014a7d;
  transition: all 0.8s;
}

.syBusiness .swiper-slide:hover .txtBox {
  background-color: #003261;
}

.syBusiness .swiper-slide .txtBox h1 {
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.syBusiness .swiper-slide .txtBox p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.syBusiness .swiper-slide .txtBox i {
  position: absolute;
  right: 20px;
  top: 15px;
}

  @media only screen and (max-width: 991px) {
  .syBusiness {
    padding: 40px 0;
  }

  .syBusiness .swiper-slide a {
    height: 340px;
  }

  .syBusiness .swiper-slide .txtBox {
    padding: 0 15px 15px;
  }

  .syBusiness .swiper-slide .txtBox h1 {
    font-size: 18px;
    font-weight: bold;
  }

  .syBusiness .swiper-slide .txtBox p {
    font-size: 14px;
  }
}
  

/* 新闻 */
.indexNews {
padding:60px 0 60px; height:auto; overflow:hidden
}


.indexNews main {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.indexNews main a {
  width: 32%; position:relative}

.indexNews main a:before,
.indexNews main a:after {
  position:absolute;
  content:'';
  width:calc(50% - 20px);
  height:0;
  background:#5f5f5f;
  bottom:0
}
.indexNews main a:before {
  left:20px;
  -webkit-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  transform:rotate(-5deg);
  -webkit-transform-origin:bottom left;
  -ms-transform-origin:bottom left;
  transform-origin:bottom left;
  -webkit-transition:.25s ease;
  -o-transition:.25s ease;
  transition:.25s ease
}
.indexNews main a:after {
  right:20px;
  -webkit-transform:rotate(5deg);
  -ms-transform:rotate(5deg);
  transform:rotate(5deg);
  z-index:-1;
  -webkit-transform-origin:bottom left;
  -ms-transform-origin:bottom right;
  transform-origin:bottom right;
  -webkit-transition:.25s ease;
  -o-transition:.25s ease;
  transition:.25s ease
}

.indexNews main a:before,
.indexNews main a:after {
  -webkit-box-shadow:0 2px 15px 5px #5f5f5f;
  /*! box-shadow:0 2px 15px 5px #5f5f5f; */
}
.indexNews main .imgBox {
  background-color: #000;
  overflow: hidden;
}

.indexNews main a .txtBox {
  position: relative;
  background-color: #f6f6f6;
  padding: 30px;
  height: auto  ;
}

.indexNews main a:hover img {
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.5s;
}

.indexNews main a img {
  opacity: 0.8;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s;
}

.indexNews main a .txtBox {
  position: relative;
}

.indexNews main a .time {
  position: absolute;
  left: -10px;
  top: -200px;
  background-color: #014a7d;
  color: #fff;
  padding: 8px 45px;
  transition: all 0.5s; font-size:20px; font-weight:bold; letter-spacing:1px
}
.indexNews main a .time:after {
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:0;
  height:0;
  border-top:10px solid #164088;
  border-left:10px solid transparent
}
.indexNews main a:hover .time {
  background-color: #003566;
  transition: all 0.5s;
}

.indexNews main a .bt {
  font-size: 17px;
  display: block;
  line-height: 26px;
  height: auto  ;
  overflow: hidden;
  margin-bottom: 10px; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;
}

.indexNews main a .nr {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; line-height:28px
}

.indexNews main a em {
  display: block;
  width: 40%;
  height:3px;
  background:rgba(0,30,104,.3);
  margin-bottom: 20px;
}

/* 伙伴 */
.syPartner {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.syPartner .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

.syPartner main {
  margin-top: 40px;
}

.syPartner main a {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 138px;
  padding: 20px 0;
  margin-bottom: 10px;
}

.syPartner main a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.syPartner .swiper-pagination-bullet {
  background-color: #0068ff !important;
}

.syPartner .swiper-pagination-bullet-active {
  border-color: #0068ff !important;
}

@media only screen and (max-width: 991px) {
  .syPartner {
    padding: 40px 0;
  }
  
.indexNews main a {
  width: 100%; position:relative; margin-bottom:30px}
 .indexNews {
padding:20px 0 20px; height:auto; overflow:hidden
}
.indexNews main a .txtBox {
  position: relative;
  background-color: #f6f6f6;
  padding: 20px;
  height: auto  ;
}
.indexNews main a em{width: 30%; margin-bottom:10px}
.indexNews main a .bt{ margin-bottom:5px}
} 

/* 底部 */
.footer {
  
  background:#333 ;
  font-family: pingfang, Century Gothic, microsoft yahei, Avenir, Helvetica,
    Arial, sans-serif;
  font-weight: normal;
  
  z-index: 111; 
}
.title_container {
  position:relative;  
}
.title_container:before {
  content:'';
  width:100%;
  height:8px;
  position:absolute;
  bottom:0;
  left:0;
  background:#004a7c
}
.title_container .container{ position:relative}
.title_container .container:before {
  content:'';
  width:calc(50% - 50px);
  height:8px;
  position:absolute;
  bottom:0;
  left:0px;
  background:#6b93b0
}

.footer .left-right {
  display: flex;
  justify-content: space-between; padding-top:48px
}

.footer .left-right .left {
  margin-right: 100px;
}

.footer .left-right * {
  color: #f0f2f6 !important;
}

.footer .left-right .left .logo {
  width: auto;
  height: 55px; margin-bottom:20px
}

.footer .left-right .left .left-middle-content {
}

.footer .left-right .left .left-middle-content .content-area {
  margin: 0px 0  0;
  display: flex;
  align-items: center; padding-bottom:3px
}

.footer .left-right .left .left-middle-content .content-area img {
  width: 22px;
  margin-right: 13px;
}

.footer .left-right .left .left-middle-content .content-area:first-child {
  font-size: 18px;
}

.footer .left-right .left .left-middle-content .content-area:nth-child(2) {
  font-size: 18px;
  margin-bottom: 0%;
}

.footer .left-right .left .left-middle-content .content-area i {
  font-size: 24px;
  margin: 0 10px 0 0;
}

.footer .left-right .left .btn {
  font-size: 16px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 60px;
  border-radius: 17px;
  background: #014a7d;
  margin-top: 44px;
}

.footer .left-right .right {
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .left-right .right .list .name {
  border-bottom: 1px solid #585e6c;
  border-radius: 1px;
  padding-bottom: 15px;
  font-family: pingfang, Century Gothic, microsoft yahei, Avenir, Helvetica,
    Arial, sans-serif;
  font-weight: normal;
  font-size: 18px; font-weight:bold; margin-bottom:10px
}

.footer .left-right .right .list .items {
  display: flex;
  font-size: 14px;
}

.footer .left-right .right .list .items .items-box a {
  line-height: 34px;
  display: block;
}

.footer .left-right .right .list .items .items-box .qr-code {
  width: 120px; margin-top:7px
}

.footer .left-right .right .list .items .items-box+.items-box {
  margin-left: 19px;
}

.footer .left-right .right .list {
  width: 23.5%; margin-right:2%
  
}

.footer .left-right .right .list:nth-child(5) .name {
  border-bottom: none;
  padding-bottom: 0px;
}

.footer .bottom-top {
  text-align: center;
  margin-top: 38px;
   
  font-size: 14px;
  font-weight: 400; background:#024068
}

.footer .bottom-top .box {
  width: auto;
  text-align: left;
  margin-bottom: 1%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.footer .bottom-top .box .box-title,
.footer .bottom-top .box .box-content {
  margin-right: 3%;
  color: #fff;
}

.footer .bottom-top .box .box-title a,
.footer .bottom-top .box .box-content a {
  color: #8e93a9;
}

.footer .bottom-underside {
  text-align: center;
 
  font-size: 14px;
  font-weight: 400;
  color: #fff; line-height:40px
}

.footer .bottom-underside span a {
  color: #8e93a9 !important;
}

@media only screen and (max-width: 991px) {
  .footer .left-right .left .logo {
    height: 40px;margin-bottom: 10px;
  }

  .footer .left-right {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .left-right .left {
    width: 100%;
    text-align: left;
  }

  .footer .left-right .left .left-middle-content .content-area {
    justify-content: left;
  }

  .footer .left-right .right .list {
    display: none;
  }

  .footer .left-right .right .list:nth-last-child(1) {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .footer .left-right .left {
    margin-right: 0;
  }

  .footer .left-right .right .list:nth-child(4) .name {
    text-align: left;
  }

  .footer .left-right .right .list .items a {
    text-align: center;
  }

  .footer .left-right .right .list .items {
    justify-content: left;
  }

  .footer .left-right .right .list .items .items-box .qr-code {
    margin: 0 ;
    display: block;
  }
 .footer .bottom-top { padding:10px 0;margin-top: 20px;}
 .footer .bottom-underside {
  text-align: center;
 
  font-size: 14px;
  font-weight: 400;
  color: #fff; line-height:24px
}
.footer .left-right{ padding-top:30px}
.footer .left-right .right .list .name{border-bottom: none; margin-bottom:0}
}
  
/* 在线客服 */

.sidebar {
  display: none;
  position: fixed;
  z-index: 1000;
  left: auto;
  right: 0px;
  top: 50%;
  margin-top: -150px;
  width: 80px;
  height: 240px;
  transition: all 0.5s;
  /*width: 62px; height: 240px; transform: translate(0,-50%); -webkit-transform: translate(0,-50%);*/
}

.sidebar.off {
  right: -62px;
}

.sidebar.off .sidebar-open {
  visibility: visible;
  opacity: 1;
}

.sidebar li {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  float: left;
  cursor: pointer;
  width: 100%;
  text-align: center;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #ebe7e7;
  border-radius: 2px;
  background: #fff;
  background: linear-gradient(to bottom, #ffffff 0%, #edecec 100%);
}

.sidebar li span {
  width: 32px;
  height: 32px;
  display: block;
  margin: 12px auto 0;
}

.sidebar li span img {
  display: block;
  width: 100%;
}

.sidebar li span img+img {
  display: none;
}

.sidebar li em {
  display: block;
  font-size: 14px;
}

.sidebar li a {
  color: #333;
}

.sidebar li .li_con {
  padding: 15px;
  display: none;
  text-align: left;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  position: absolute;
  right: 80px;
  top: 0;
  box-shadow: 0px 0px 3px 0px #ccc;
  background: #fff;
}

.sidebar li:hover {
  background: #014a7d;
  border: 1px solid #014a7d;
  border-radius: 2px;
}

.sidebar li:hover em {
  color: #fff;
}

.sidebar li:hover span img {
  display: none;
}

.sidebar li:hover span img+img {
  display: block;
}

.sidebar li:hover .li_con {
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.sidebar li .li_con .cl {
  display: none;
}

.sidebar li .li_box01 {
  width: 420px;
}

.sidebar li .li_box01 dt {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.sidebar li .li_box01 h5 {
  margin-bottom: 15px;
}

.sidebar li .li_box01 dt input {
  float: left;
  width: calc(100% - 110px);
  padding: 0 10px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ebe7e7;
  background: #fff;
  font-size: 12px;
}

.sidebar li .li_box01 dt button {
  float: right;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  border: none;
  font-size: 12px;
  color: #fff;
  background: #014a7d;
}

.sidebar li .li_box01 dd {
  margin-bottom: 5px;
}

.sidebar li .li_box01 dd&gt;img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.sidebar li .li_box01 dd i {
  color: #014a7d;
}

.sidebar li .li_box02 dd {
  margin-bottom: 10px;
}

.sidebar li .li_box02 dd:last-child {
  margin-bottom: 0px;
}

.sidebar li .li_box02 dd a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff !important;
  text-align: center;
  background: #014a7d;
}

.sidebar li .li_box03 {
  text-align: center;
  width: 150px;
}

.sidebar li .li_box03 p {
  margin-top: 5px;
}

.sidebar li .li_box03 img {
  display: block;
  width: 100%;
}

 
@media only screen and (max-width: 991px) {
  .sidebar {
    width: 60px;
  }

  .sidebar li {
    width: 60px;
    height: 60px;
  }

  .sidebar li span {
    width: 24px;
    height: 24px;
  }

  .sidebar li em {
    font-size: 12px;
  }

  .sidebar li .li_con {
    right: 60px;
  }

  .sidebar li .li_con {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}

@media only screen and (max-width: 959px) {
  .sidebar {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: auto;
    background-color: #fff;
  }

  .sidebar li {
    width: 20%;
  }

  .sidebar li .li_con {
    position: fixed;
    right: auto;
    left: 0;
    top: auto;
    bottom: 60px;
  }

  .sidebar li .li_box01 {
    width: 100%;
  }

  .sidebar li .li_box03 {
    position: absolute;
    left: 0;
  }

  .sidebar li span {
    margin: 10px auto 0;
  }

  .sidebar li .li_con .cl {
    display: block;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    position: absolute;
    top: -40px;
    right: 15px;
    color: #fff;
  }
} 


.index-adv{
	background: #014a7d;
}
/*首页优势*/
.index-adv ul{
	display: flex;
	justify-content: space-between;
}
.index-adv ul li{
	width: 50%;
	height: 22vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.3);
	transition:  all 0.4s;
}
.index-adv ul li:first-child{
	border-left: 1px solid rgba(255,255,255,0.3);
}
.index-adv ul li:hover{
	background: rgba(0,0,0,0.15);
}
.index-adv ul li&gt;div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-adv ul li&gt;div span{
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 2.5rem;
}
.index-adv ul li&gt;div p{
	width: calc(100 - 3.5rem);
	margin-left: 1rem;
	margin-bottom: 0;
	font-size: 1.25rem;
	line-height: 1.5em;
	font-weight: bold;
}
@media (max-width: 991.8px) {
.index-adv ul{
	flex-wrap: wrap;
}
.index-adv ul li{
	border-top: 1px solid rgba(255,255,255,0.3);
}
.index-adv ul li:nth-child(Odd){
	border-left: 1px solid rgba(255,255,255,0.3);
}
}
@media (max-width: 767.8px) {
	.index-adv ul li&gt;div{
		flex-wrap: wrap;
		
	}
	.index-adv ul li&gt;div span{
		font-size: 2rem;
		margin: 0rem 2rem 1rem;
		}
	.index-adv ul li&gt;div p{
		width: 100%;
		margin: 0 2rem;
		font-size: 1rem;
	}
}</pre></body></html>