@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;
}

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;
}

input,
textarea {
  box-sizing: border-box;
  border: 0;
  background: none;
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  resize: 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: 80%;
  }
}

/*头部*/
.header {
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  font-family: "微软雅黑";
 background-color: #fff;
  transition: all 0.5s;background-color: #fff;
}



/* logo */
.header .logo {
  width:150px;
 
  float: left;
  position: relative;
  transition: all 0.5s;
}

.header .logo a {
  display: inline-block;
  float: left;
  height: 55px;
  margin-top: 15px;
  transition: all 0.5s;
}

.header .logo img {
  width: 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;
}

.header .y_y{float:right; border-left:1px solid #eee}
.header .y_y ul li{overflow:hidden; float:left; margin-left:20px; line-height:86px}
.header .y_y ul li a{color: rgba(0, 0, 0, 0.9);}
.header .y_y i{width:24px; height:86px; display:block; float:left; margin-right:8px;}
.header .y_y i.z_w{background:url(../images/z_g.jpg) no-repeat center; background-size:100% auto;}
.header .y_y i.y_w{background:url(../images/y_g.jpg) no-repeat center; background-size:100% auto;}




/* 联系我们 */
.topShop {
  display: inline-block;
  float: right;
  line-height: 40px;
  padding: 0 15px;
  background-color: #3c87ba;
  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";
  margin: 0 40px;
}

.header .nav ul li {
  font-size: 17px;
  text-align: center;
  float: left;
  display: block;
  position: relative;
  margin: 0px 0px 0px 40px;
  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::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3c87ba;
  transition: width 0.5s;
}

.header .nav ul li:hover:before {
  width: 100%;
  transition: width 0.5s;
}

.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: 16px;
  line-height: 50px;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.header .nav .ej a:hover {
  background: #3c87ba;
  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: #333;
  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: 60px;
  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: -5px;
  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>ul>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>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 .logo {
  width:100px;
 
  float: left;
  position: relative;
  transition: all 0.5s;
}
  .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;
  }
}

@media only screen and (max-width: 599px) {
  .content {
    padding: 0 15px;
  }

  .sp_header {
    right: 15px;
  }
  .header .y_y{ display:none}
  .gallery-top .banIcon{display:none}
}

@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;
  }
} 
.y_y1{float:left; }
.y_y1 ul li{overflow:hidden; float:left;line-height:86px; width:120px}
.y_y1 ul li a{color: rgba(0, 0, 0, 0.9);}
.y_y1 em{width:24px; height:86px; display: inline-block; float:left; margin-right:8px;}
.y_y1 em.z_w{background:url(../images/z_g.jpg) no-repeat center; background-size:100% auto;}
.y_y1 em.y_w{background:url(../images/y_g.jpg) no-repeat center; background-size:100% auto;}

/* banner */

.pc_ban{width:100%; position:relative; overflow:hidden; height:800px}
.pc_ban .swiper-slide{position:relative;}
.pc_ban .swiper-button-prev{width:40px; height:40px; background:url(../images/banner-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:3%; opacity:1;}
.pc_ban .swiper-button-next{width:40px; height:40px; background:url(../images/banner-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:3%; opacity:1;}
.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:80%; margin:0 auto; color:#fff; text-align:center; position:relative;}
.pc_ban .w_z h2{font-size:50px; font-weight:bold; line-height:70px;color:#fff;}
.pc_ban .w_z p{font-size:22px; text-transform:uppercase; line-height:32px; margin-top:15px;}

@media only screen and (max-width:640px) {
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban{width:100%; position:relative; overflow:hidden; height:26vh; margin-top:60px}
.pc_ban img{ width:100%; height:100%}
.pc_ban .container{position:absolute; top:50%; left:0; z-index:99;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.pc_ban .w_z{width:100%; margin:0 auto; color:#fff; text-align:center; position:relative;}
.pc_ban .w_z h2{font-size:20px; font-weight:bold; line-height:40px;color:#fff;}
.pc_ban .w_z p{font-size:14px; text-transform:uppercase; line-height:32px; margin-top:5px;}

}


/* 产品中心 */
.paddingBox {
  padding: 60px 0;
  background-color: #fff;
  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:#3c87ba;
  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: #3c87ba;
}

.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 #3c87ba;
  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: 992px) {
.syTitle{ margin-bottom:20px}
  .syTitle h1 {
    font-size: 20px;
  }

  .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;
  }
.syTitle .js p{ display:none}
.syProduct a{ width: 49%;}
.syProduct a:nth-child(2n) {
  margin-right: 0;
}
.syProduct a .txtBox {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  padding: 8px 10px 5px;
}
.syProduct {
  margin-top: 0px;
}
.paddingBox {
  padding: 20px 0 0;
  background-color: #fff;
  position: relative;
  z-index: 999;
}
.c-common-btn {
  display: block;
  position: relative;
  width: 88px;
  height: 40px;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  color: #fff;
}
}
 
/* 关于我们 */
.indexAbout {
  position: relative;
 background: url(../images/bg1.jpg) 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;
  
}

.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 {
 
  position: relative; float:left; width:30%;box-sizing:border-box
  
}
.indexAbout main ul li:nth-child(2){ width:25%; padding-left:5% }
.indexAbout main ul li:nth-child(3){ width:35%; padding-left:5% }
.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: #3c87ba;
}

/**** 设备与工艺 ****/

.syBusiness main {
  margin-top: 40px;
}

.syBusiness .swiper {
  width: 100%;
  height: 100%;
}

.syBusiness .swiper-slide a {
  position: relative;
  display: block;
  height: auto;
  background-color: #fff;
}

.syBusiness .swiper-slide .imgBox {
  overflow: hidden; border: 1px solid #eee
}

.syBusiness .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
 
  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: #3c87ba;
  transition: all 0.8s;
}

.syBusiness .swiper-slide:hover .txtBox {
  background-color: #003261;
}

.syBusiness .swiper-slide .txtBox h1 {
  font-weight: 100;
  font-size: 16px;
  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: 20px 0;
  }
.syBusiness main {
  margin-top: 0px;
}
  .syBusiness .swiper-slide a {
    height: auto  ;
  }

  .syBusiness .swiper-slide .txtBox {
    padding: 5px 15px;
  }
.syBusiness .swiper-slide .txtBox i {
  position: absolute;
  right: 15px;
  top: 9px;
}
  .syBusiness .swiper-slide .txtBox h1 {
    font-size: 14px;
    font-weight: bold;
  }

  .syBusiness .swiper-slide .txtBox p {
    font-size: 14px;
  }
  
  .indexAbout main .left {
  width: 100%;
  margin-right: 0;
}
 .indexAbout main .left  .syTitle{ margin-bottom:10px}
.indexAbout main .right {
  position: relative;
  width: 100%; margin-top:20px
}
.indexAbout main .txtcon p {
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; margin-bottom:10px
}
.indexAbout main b {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-right: 5px;
  color: #3c87ba;
}
.indexAbout main ul {
  margin-top: 20px;  
}
.indexAbout main ul li:nth-child(2){ width:30%; padding-left:5% }
.indexAbout main ul li:nth-child(3){ width:30%; padding-left:5% }
}

/* 新闻 */
.indexNews {
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.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: 23.5%;
}

.indexNews main .imgBox {
  background-color: #000;
  overflow: hidden;
}

.indexNews main a .txtBox {
  position: relative;
  background: url(../images/bg1.jpg) no-repeat;
  padding: 20px;
  height: auto  ;
}

.indexNews main a:hover img {
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.5s;
}

.indexNews main a img {
  opacity: 0.6;
  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: -32px;
  background-color: #3c87ba;
  color: #fff;
  padding: 5px 15px;
  transition: all 0.5s;
}
.indexNews main a .time:after {
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:0;
  height:0;
  border-top:10px solid #0757a2;
  border-left:10px solid transparent
}
.indexNews main a:hover .time {
  background-color: #003566;
  transition: all 0.5s;
}

.indexNews main a .bt {
  font-size: 20px;
  display: block;
  line-height: 26px;
  height: auto  ;
  overflow: hidden;
  margin-bottom: 10px;color: #3c87ba;
}

.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: 2px;
  background-color: #666;
  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: 20px 0;
  }
 .indexNews main a {
  width: 49%; margin-bottom:10px
}

} 

/* 底部 */
.footer {
  position: relative;
  background: #001930;
  font-family: pingfang, Century Gothic, microsoft yahei, Avenir, Helvetica,
    Arial, sans-serif;
  font-weight: normal;
  padding-top: 40px;
  z-index: 111;
}

.footer .left-right {
  display: flex;
  justify-content: space-between; 
}

.footer .left-right .left {
  margin-right: 100px;
}
.footer .left-right .left .name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  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:15px
}

.footer .left-right * {
  color: #f0f2f6 !important;
}

.footer .left-right .left .logo {
  width: auto;
  height: 64px;
}

.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:10px
}

.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: 22px;
}

.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: #3c87ba;
  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 rgba(255, 255, 255, 0.2);
  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; font-size:14px
}

.footer .left-right .right .list .items .items-box .qr-code {
  width: 120px;
}

.footer .left-right .right .list .items .items-box+.items-box {
  margin-left: 19px;
}

.footer .left-right .right .list {
  width: 20%;
  margin-right: 5%;
}

.footer .left-right .right .list:nth-child(5) .name {
  border-bottom: none;
  padding-bottom: 0px;
}

.footer .bottom-top {
  text-align: center;
  padding:  0;
  font-size: 14px;
  font-weight: 400; margin-top:30px
}

.footer .bottom-top .box {
  width: auto;
  text-align: left;

  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;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff; background:#00101f
}

.footer .bottom-underside span a {
  color: #8e93a9 !important;
}
 @media only screen and (max-width: 991px) {
	.footer { padding-top:20px; margin-bottom:30px; padding-bottom:10px}
  .footer .left-right .left .logo {
    height: 40px;
  }
.footer .left-right .left .left-middle-content .content-area:first-child {
  font-size: 15px;
}
.footer .left-right .left .left-middle-content .content-area:nth-child(2) {
  font-size: 15px;
  margin-bottom: 0%;
}
.footer .left-right .left .left-middle-content .content-area {
  margin: 0px 0  0;
  display: flex;
  align-items: center; padding-bottom:0px
}

  .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: center;
  }

  .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: none  ;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
.footer .left-right .right .list .name{ text-align:center; font-size:16px}
.footer .bottom-top{ margin-top:0}
  .footer .left-right .left {
    margin-right: 0;
  }

  .footer .left-right .right .list:nth-child(4) .name {
    text-align: center;
  }

  .footer .left-right .right .list .items a {
    text-align: center;
  }

  .footer .left-right .right .list .items {
    justify-content: center;
  }

  .footer .left-right .right .list .items .items-box .qr-code {
    margin: 0 0;
    display: block;
  }
}
 
/* 在线客服 */

.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: #3c87ba;
  border: 1px solid #3c87ba;
  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: #3c87ba;
}

.sidebar li .li_box01 dd {
  margin-bottom: 5px;
}

.sidebar li .li_box01 dd>img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.sidebar li .li_box01 dd i {
  color: #3c87ba;
}

.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: #3c87ba;
}

.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: #47576e;
}
/*首页优势*/
.index-adv ul{
	display: flex;
	justify-content: space-between;
}
.index-adv ul li{
	width: 50%;
	height: 15vh;
	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>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-adv ul li>div span{
	display: inline-block;
 
	line-height: 2.5rem;
	font-size: 2.5rem;
}
.index-adv ul li>div span img{ width:60px }
.index-adv ul li>div p{
	width: calc(100 - 3.5rem);
	margin-left: 1rem;
	margin-bottom: 0;
	font-size: 1.25rem;
	line-height: 1.5em;
	font-weight: bold;
}
.index-adv ul li>div em{ display: block; font-size:16px; font-style:normal; margin-top:5px 
}
@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>div{
		flex-wrap: wrap;
		
	}
	.index-adv ul li>div span{
		font-size: 2rem;
		margin: 0rem  auto 10px;
		}
	.index-adv ul li>div p{
		width: 100%;
		margin: 0 ;
		font-size: 16px; text-align:center }
.index-adv ul li>div em{ display: block; font-size:14px; font-style:normal; margin-top:0px }
.index-adv ul li>div span img{ width:40px }
}

.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.9); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:992px){
.e_m .n_r{width:230px; padding:15px;}
.e_m .n_r p{font-size:15px;}
}

.pc_kf{width:50px; position:fixed; right:30px; bottom:30px; z-index:99999;}
.pc_kf .nr{font-size:18px; text-align:center; line-height:50px; margin-bottom:10px; position:relative;}
.pc_kf .tel{width:160px; background-color:#3c87ba; font-size:16px; line-height:50px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}
.pc_kf .nr:hover .tel{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .ewm{width:130px; padding:10px 10px 0; background-color:#3c87ba; position:absolute; bottom:0; right:-180px; opacity:0;}
.pc_kf .ewm img{width:100%; height:auto; display:block; margin-bottom:10px;}
.pc_kf .ewm p{font-size:14px; color:#fff; line-height:16px; margin-bottom:10px;}
.pc_kf .nr:hover .ewm{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr a{display:block; width:50px; height:50px; box-shadow:0 0 10px #ddd;  background-color:#fff; border-radius:5px; overflow:hidden;}
.pc_kf .nr i{color:#333;}
.pc_kf .nr i.icon-aui-icon-qq{font-size:30px;}
.pc_kf .nr i.icon-icon{font-size:26px; vertical-align:middle;}
.pc_kf .fh{width:50px; height:50px; border-radius:5px; background-color:#3c87ba; text-align:center; line-height:50px; color:#fff; cursor:pointer;}
.pc_kf .fh i{font-size:30px; font-weight:bold;}
@media only screen and (max-width:992px) {
.pc_kf{right:10px; bottom:10px;}
}
@media only screen and (max-width:640px){
.pc_kf{width:100%; background-color:#3c87ba; position:fixed; right:0; bottom:0;}
.pc_kf .nr{width:25%; border-right:1px solid rgba(255,255,255,.6); font-size:20px; background:none; box-shadow:none; margin-bottom:0; float:left;}
.pc_kf .tel{display:none;}
.pc_kf .ewm{display:none;}
.pc_kf .nr a{display:block; width:100%; border-radius:0; background-color:#3c87ba; box-shadow:none;}
.pc_kf .nr i{color:#fff;}
.pc_kf .nr a:hover i{color:#fff;}
.pc_kf .fh{width:25%; box-shadow:none; font-size:22px; float:left;}
}


.sy_ys{width:100%; padding:0 0 60px; overflow:hidden;}
.sy_ys li{ float:left; width:18.4%; margin-right:2%; margin-top:20px}
.sy_ys ul li:nth-child(5n){margin-right:0; }

.sy_ys .t_b{width:92px; height:92px; border-radius:50%; border:1px solid #47576e; margin:0 auto; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .n_r:hover .t_b{border:1px solid #fff;}
.sy_ys .t_b:after{width:80px; height:80px; border-radius:50%; position:absolute; top:5px; left:5px; background:rgba(71,87,110,.1); content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .n_r:hover .t_b:after{background-color:#044b8d;}
.sy_ys .b{width:90px; height:90px; border-radius:50%; margin:0 auto; background-position:top center; background-repeat:no-repeat; background-size:100% auto; overflow:hidden;
position:relative; z-index:9;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .n_r:hover .b{background-position:bottom center;}
.sy_ys .n_r{padding:30px 50px; border-radius:10px; text-align:center;  
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; background: url(../images/bg1.jpg);
   }
.sy_ys .n_r:hover{background:#3c87ba; box-shadow:0 8px 15px 0 rgba(0,97,188,.2);}
.sy_ys .n_r h3{font-size:20px; font-weight:bold; color:#333; line-height:30px; margin:15px 0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .n_r:hover h3{color:#fff;}
.sy_ys .n_r p{font-size:15px; color:#333; line-height:26px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .n_r:hover p{color:#fff;}
.sy_ys a.sy_an{width:100%;
background-image:-webkit-linear-gradient(left, #e5402c, #cc0001);
background-image:-moz-linear-gradient(left, #e5402c, #cc0001);
background-image:-ms-linear-gradient(left, #e5402c, #cc0001);
background-image:-o-linear-gradient(left, #e5402c, #cc0001);
background-image:linear-gradient(left, #e5402c, #cc0001);}
@media only screen and (max-width:990px){
.sy_ys{padding:0px 0 20px;}
.sy_ys .n_r{padding:25px;}
.sy_ys .n_r h3{font-size:18px; line-height:28px; margin:10px 0;}
.sy_ys .n_r p{font-size:14px; line-height:24px;}
.sy_ys li{ float:left; width:49%; margin-right:2%; margin-top:0px ; margin-bottom:10px}
.sy_ys ul li:nth-child(2n){margin-right:0; }

}


.gy_bt{text-align:center; margin-bottom:40px;}
.gy_bt h3{font-size:32px; color:#3c87ba; margin-bottom:15px; font-weight:bold}
.gy_bt h4{font-size:16px; text-transform:uppercase;}
.gy_bt em{width:45px; height:4px; border-radius:4px; background-color:#3c87ba; display:block; margin:0 auto 12px; position:relative;}
@media only screen and (max-width:640px) {
.gy_bt{text-align:center; margin-bottom:20px;}
.gy_bt h3{font-size:18px; color:#3c87ba; margin-bottom:10px; font-weight:bold}
.gy_bt h4{font-size:12px; text-transform:uppercase;}
.gy_bt em{width:35px; height:4px; border-radius:4px; background-color:#3c87ba; display:block; margin:0 auto 12px; position:relative;}
.z_lang{float: right; width: 100px; margin-top:13px; margin-right:35px}
.z_lang a{margin-left: 10px;width: 22px;height: 22px; float:left}

}

.fuwu{ width:100%; height:auto; overflow:hidden; padding:60px 0 ;  margin:0 auto}
.fuwu ul{ display: flex;   justify-content: space-between;   align-items: center; }

.fuwu ul li{flex-shrink:1; position:relative; height:400px; overflow:hidden; text-align:center; border:#fff 1px solid; box-sizing:border-box; transition: 0.6s}
.fuwu ul li img{  height:100%; width:auto;}

.fuwu ul li:hover{flex-shrink:0;transition: 0.6s}

.fuwu ul li .hyjs{ position:absolute; background:rgba(0,0,0,0.5); color:#fff; padding:15px 0; box-sizing:border-box; bottom:0; width:100%; z-index:2}
.fuwu ul li .hyjs h3{ display:block; font-size:16px; margin-bottom:10px; }
.fuwu ul li .hyjs  p{ display:block; font-size:14px; line-height:25px; background:#3c87ba; width:120px;  margin:0 auto; border-radius:150px; opacity:0; display:none;}

.fuwu ul li:hover .hyjs p{ opacity:1; display:block; }

@media only screen and (max-width:992px){
.fuwu{ padding:20px 0}	
.fuwu ul{ display:block}
.fuwu ul li { height:140px; overflow:hidden}
.fuwu ul li img{ position:absolute; width:100%; height:auto; left:0; top:50%; transform:translateY(-50%); z-index:0}	
		.fuwu ul li .hyjs{ padding:10px;}
	.fuwu ul li .hyjs h3{ display:block; font-size:14px; margin-bottom:0}
.fuwu ul li .hyjs  p{ display:block; font-size:14px; line-height:25px; background:#e37c20; width:120px;  margin:0 auto; border-radius:150px; opacity:0; display:none;}

.fuwu ul li:hover .hyjs p{ display:none;}

}


.sy_gy{width:100%; padding:0 0 ; height:auto; overflow:hidden;}
.sy_gy .gy_nr{width:100%; background:url(../images/gy_bj.jpg) no-repeat center / cover fixed; padding:60px 0 ; position:relative;}
.sy_gy .gy_nr:after{width:50%; height:100%; background-color:rgba(60,135,186,.7); position:absolute; top:0; right:0; content:"";}
.sy_gy .gy_nr .container{position:relative; z-index:9;}
.sy_gy .gy_nr .row{margin:0 -50px; display:flex; align-items:center; justify-content:space-between;}
.sy_gy .gy_nr .col-12{padding:0 50px;}
.sy_gy .gy_nr .video{border:5px solid #fff;}
.sy_gy .gy_nr .video img{width:100%;}
.sy_gy .gy_nr .w_z{color:#fff;}
.sy_gy .gy_nr .w_z h3{font-size:32px; font-weight:bold; letter-spacing:2px; line-height:36px; color:#fff}
.sy_gy .gy_nr .w_z em{width:50px; height:5px; background-color:#fff; display:block; margin:15px 0 20px;}
.sy_gy .gy_nr .w_z p{font-size:16px; line-height:30px; height: auto; margin-bottom:30px;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:9;}
.sy_gy .gy_nr .w_z a{width:120px; height:38px; border:1px solid #fff; font-size:15px; line-height:36px; text-align:center; color:#fff; display:block;}
.sy_gy .gy_nr .w_z a:hover{background-color:#fff; color:#804f21;}
.sy_gy .wrap{padding:30px; box-shadow:0 0 20px #aaa; background-color:#fff; position:relative; z-index:99; margin-top:-100px;}
.sy_gy .wrap ul li{float:left; width:25%; padding:0px 10px; text-align:center; }
.sy_gy .wrap ul li img{max-width:100%; height:auto; margin-bottom:10px;}
.sy_gy .wrap ul li p{font-size:16px; margin-bottom:7px;}
.sy_gy .wrap em{display:block; margin:0 auto; width:20px; height:1px; background-color:#666; margin-bottom:7px;}
.sy_gy .wrap ul li span{display:block; text-transform:uppercase; font-size:13px;}
@media only screen and (max-width:992px){
.sy_gy{padding:20px 0 20px;}
.sy_gy .gy_nr{background:url(../Images/gy_bj.jpg) no-repeat center / cover; padding:20px 0 10px;}
.sy_gy .gy_nr .row{margin:0 -15px; display:block}
.sy_gy .gy_nr .col-12{padding:0 15px;}
.sy_gy .gy_nr .w_z{text-align:center; margin-top:20px;}
.sy_gy .gy_nr .w_z h3{font-size:16px; letter-spacing:0; line-height:26px;}
.sy_gy .gy_nr .w_z em{width:40px; height:4px; margin:10px auto 10px;}
.sy_gy .gy_nr .w_z p{font-size:14px; line-height:22px; height: auto; margin-bottom:20px}
.sy_gy .gy_nr .w_z a{width:100px; height:30px; font-size:12px; line-height:30px; margin:0 auto 20px;}
.sy_gy .wrap{padding:10px; }
.sy_gy .wrap .n_r{margin-bottom:20px;}
.sy_gy .wrap ul li img{max-width:60%; height:auto; margin-bottom:10px;}

.sy_gy .wrap .s_z{font-size:30px; text-align:center;}
.sy_gy .wrap .s_z b{font-size:56px; padding-right:10px;}
.sy_gy .wrap em{width:50px;}
.sy_gy .wrap ul li p{font-size:12px; margin-bottom:0;}
.sy_gy .wrap ul li span{display:none;}
.sy_gy .wrap em{ display:none}
}


.sy_hz{width:100%; padding:60px 0 60px;   overflow:hidden;}
.sy_hz img{width:100%; height:auto; display:block; border:#eee 1px solid}
@media only screen and (max-width:992px){
.sy_hz{padding:20px 0;}
}
