body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "微软雅黑";
  font-size: 16px;
}
.w1300 {
  width: 1300px;
  margin: 0 auto;
}
.w1400 {
  width: 80%;
  margin: 0 auto;
}
.tit {
  text-align: center;
}
.tit img {
  margin: 20px auto;
}
.tit span {
  display: block;
}
i,
u {
  font-style: normal;
}
.header {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(70, 70, 70, 0.612);
}
.header .inner {
  height: 100px;
  position: relative;
  width: 99%;
  margin: 0 auto;
  overflow: hidden;
}
.header .logo img {
  padding-top: 10px;
}
.header .nav {
  width: 54%;
}
.header .nav ul li {
  float: left;
  width: 12%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.header .nav ul li a {
  color: #000;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.header .nav ul li i {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #004f9e;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header .nav ul li a:hover i,
.header .nav ul li a.active i {
  height: 100px;
}
.header .nav ul li a:hover span,
.header .nav ul li a.active span {
  color: #fff;
  line-height: 100px;
}
.header .product_son {
  display: none;
  position: absolute;
  left: 0;
  top: 140px;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  height: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.header .product_son .item {
  display: inline-block;
  width: 9%;
  margin: 0.5%;
}
.header .product_son .item p {
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: #004f9e;
}
.header .product_son .item:hover .pb_bg {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: left 0;
  -webkit-transform-origin: left 0;
  visibility: visible\9;
}
.header .ab_son {
  display: none;
  position: absolute;
  left: 0;
  top: 140px;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  height: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.header .ab_son .item {
  display: inline-block;
  width: 12%;
  margin: 0.5%;
}
.header .ab_son .item p {
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: #004f9e;
}
.header .ab_son .item:hover .pb_bg {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: left 0;
  -webkit-transform-origin: left 0;
  visibility: visible\9;
}
.header .xl_son {
  display: none;
  position: absolute;
  left: 0;
  top: 140px;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  height: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.header .xl_son .item {
  display: inline-block;
  width: 12%;
  margin: 0.5%;
}
.header .xl_son .item p {
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: #004f9e;
}
.header .xl_son .item:hover .pb_bg {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: left 0;
  -webkit-transform-origin: left 0;
  visibility: visible\9;
}
.header .news_son {
  display: none;
  position: absolute;
  left: 0;
  top: 140px;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  height: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.header .news_son .item {
  display: inline-block;
  width: 12%;
  margin: 0.5%;
}
.header .news_son .item p {
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: #004f9e;
}
.header .news_son .item:hover .pb_bg {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: left 0;
  -webkit-transform-origin: left 0;
  visibility: visible\9;
}
.header .call {
  margin-top: 37px;
  height: 70px;
  width: 154px;
  background: url(tel3.png) left 10px no-repeat;
}
.header .call {
  font-size: 24px;
  color: #004f9e;
  font-family: impact;
  margin-top: 20px;
  padding-left: 36px;
}
.header em {
  display: block;
  font-size: 16px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.bt {
  margin-bottom: 20px;
  margin-top: 30px;
}
.bt h3 {
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.bt h3 b{color: #004f9e;margin-right: 10px;}
.bt h3 i{display: block;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;position: absolute;top: -46px;left: 0;right: 0;margin: auto;font-size: 106px;color: rgba(240, 240, 240, 0.631);z-index: -1;text-transform: uppercase;}
.bt span {
  font-size: 20px;
  color: #333333;
  padding-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
}
.bt h3 img{display: inline-block;}







.bt1 h3 {
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: left;
  margin-top: 20px;
}
.bt1 h3 b{color: #004f9e;margin-right: 10px;}
.bt1 h3 i{display: block;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;position: absolute;top: -46px;left: 0;right: 0;margin: auto;font-size: 106px;color: rgba(240, 240, 240, 0.631);z-index: -1;text-transform: uppercase;}
.bt1 span {
  font-size: 20px;
  color: #333333;
  padding-top: 20px;
  display: block;
  width: 100%;
}
.bt1 h3 img{display: inline-block;}






.syal{ background: url(albj.jpg) top right no-repeat;height: 494px;background-attachment: fixed;}
.syal .box{padding: 60px 0}
.syal .box a{width: 19%;float: left;height: 114px;border-radius: 10px;background: #fff;margin-right: 1%;border-radius: 20px;margin-bottom: 10px;}
.syal .box a img{vertical-align: middle;text-align: center;display: inline-block;width: 100%;height: 100%;}


.section_three {
  background: url(cfbj.jpg) top right no-repeat;
  overflow: hidden;
}
.section_three .sy_wz_con ul {
  display: flex;
}
.section_three .sy_wz_con ul li {
  flex: 1;
  text-align: center;
}
.section_three .sy_wz_con ul li span {
  color: #004f9e;
  font-size: 56px;
  display: block;
  margin-bottom: 10px;
}
.section_three .sy_wz_con ul li em {
  color: #b7b6b7;
  font-size: 24px;
  margin: 16px 0;
}
.section_three .sy_wz_con ul li i {
  display: block;
  color: #000000;
  font-size: 18px;
}
.gscon {
  padding-top: 50px;
  overflow: hidden;
}
.gscon .gs_l {
  width: 528px;
}
.gscon .gs_l img {
  height: 400px;
  padding-top: 50px;
}
.gscon .gs_r {
  width: 62%;
  line-height: 200%;
  margin-top: 30px;
}
.gscon .gs_r h2 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  height: 50px;
}
.gscon .gs_r h2::before {
  content: "";
  width: 76px;
  height: 9px;
  background: #004f9e;
  left: 0;
  bottom: -5px;
  display: block;
  position: absolute;
}
.gscon .gs_r .sygs_txt {
  line-height: 180%;
  margin-bottom: 37px;
  font-size: 18px;
}
.num_top {
  margin-top: 140px;
}
.num_top div {
  background: url(1_33.jpg) center top no-repeat;
  float: left;
  text-align: center;
  width: 220px;
  height: 202px;
  margin-left: 150px;
}
.num_top div h3 {
  padding-top: 50px;
  position: relative;
}
.num_top div h3 span {
  position: absolute;
  right: 10px;
  top: 55px;
}
.num_top div i {
  font-size: 50px;
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.sycp .sy_tit {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  width: 1100px;
  margin: 70px auto 10px auto;
}
.sycp .sy_tit:after {
  content: url(1_17.jpg);
  width: 35px;
  height: 26px;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}
.sycp .sy_tit:before {
  width: 35px;
  height: 26px;
  content: url(1_27.jpg);
  right: 0;
  top: 0;
  display: block;
  position: absolute;
}
.sycp .sy_tit1 {
  width: 552px;
}
.sycp p {
  text-align: center;
  font-size: 18px;
}
.sycptj ul {
  overflow: hidden;
}


.bt2{overflow: hidden;margin-top: 60px;height: 100px;}
.bt2 b{font-size: 46px;}
.bt2 a{float: right;margin-top: 40px;}
.bt2 h3 i{font-size: 26px;font-weight: normal;}



.banner1 .swiper-slide li{
  width: 31.15%;
  float: left;
  margin-right: 38px;
}
.banner1 .swiper-slide li:nth-of-type(3),.banner1 .swiper-slide li:nth-of-type(6){
  margin-right: 0;
}

.banner1 .swiper-slide li h4 {
  overflow: hidden;
  box-shadow: 0 0 15px rgb(233, 233, 233);
}
.banner1 .swiper-slide li a {
  display: block;
  position: relative;
  margin-bottom: 50px;
}


.banner1 .swiper-slide li a img {
  transition: all .3s;
}
.banner1 .swiper-slide li a .mxpic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.banner1 .swiper-slide li a ol {
  border-bottom: 1px solid #ccc;
  height: 60px;
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  transition: all .3s;
}
.banner1 .swiper-slide li a ol i {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .3s;
  opacity: 0;
}
.banner1 .swiper-slide li a:hover img {
  transform: scale(1.1, 1.1);
}
.banner1 .swiper-slide li a:hover ol {
  line-height: 40px;
  border-bottom: 1px solid #004f9e;
  color: #004f9e;
}
.banner1 .swiper-slide li a:hover ol i {
  background: #004f9e;
  opacity: 1;
}

















.sycptj ul li {
  width: 31.15%;
  float: left;
  margin-right: 38px;
}
.sycptj ul li:nth-of-type(3),
.sycptj ul li:nth-of-type(6),
.sycptj ul li:nth-of-type(9),
.sycptj ul li:nth-of-type(12) {
  margin-right: 0;
}
.sycptj ul li h4 {
  overflow: hidden;
}
.sycptj ul li h4 img{
  width: 100%;
}
.sycptj ul li a {
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.sycptj ul li a img {
  transition: all .3s;
}
.sycptj ul li a .mxpic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.sycptj ul li a ol {
  border-bottom: 1px solid #ccc;
  height: 60px;
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  transition: all .3s;
}
.sycptj ul li a ol i {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .3s;
  opacity: 0;
}
.sycptj ul li a:hover img {
  transform: scale(1.1, 1.1);
}
.sycptj ul li a:hover ol {
  line-height: 40px;
  border-bottom: 1px solid #004f9e;
  color: #004f9e;
}
.sycptj ul li a:hover ol i {
  background: #004f9e;
  opacity: 1;
}
.section_six{background: url(bj.jpg) center top no-repeat;height: 965px;padding-top: 60px;}
.section_six .swiper-container.anli .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 600px;
  /* height: 455px; */
  border: 10px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff
}
.section_six .swiper-container.anli .swiper-slide img {
  width: 100%;
}
.more {
  text-align: center;
}
.more .call,
.more .but {
  display: inline-block;
  vertical-align: top;
}
.more .call {
  height: 50px;
  text-indent: 1em;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 100px;
  font-size: 28px;
  font-family: impact;
  background: #004f9e url(d1.png) 22px center no-repeat;
}
.more .call a {
  color: #fff;
}
.more .but {
  width: 250px;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  border-radius: 100px;
  background-color: #3a4750;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.more .but:hover {
  background: #004f9e;
}

a{text-decoration: none;background: transparent;outline: none;color:#000;display: block;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran, .item_list .item, .news_three_list .news_box li, .img img, .news_one_list .news_box li:hover .xq:after, .news_two_list .news_box li .x, .item_list .item strong, .item_list :after, .item_list :before, .pagenum span{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.upp{text-transform:uppercase;}

.banner_box{position: relative;overflow: hidden;z-index:1;}
.banner{position: relative;}
.banner .bl, .banner .br{width:50px;height:50px;border-radius:50%;border:1px solid #0056ca;}
.banner .bl{background:url(banner_r.png) center no-repeat;right:20px;}
.banner .br{background:url(banner_l.png) center no-repeat;left:20px;}
.banner .bl:hover{background:#0056ca url(banner_r_h.png) center no-repeat;}
.banner .br:hover{background:#0056ca url(banner_l_h.png) center no-repeat;}
.swiper-pagination-bullet-active{background-color:#0056ca !important;border-color:#0056ca !important;}
.dot2{position: absolute;left: 0;bottom: 20px;right: 0;margin: auto;}




.syjjfa {
  background: #e4e5e7;
  height: 600px;
  margin-bottom: 80px;
  margin-top: 15px;
  overflow: hidden;
}
.syspb_box {
  margin-top: 66px;
  background-image: linear-gradient(to right, #0c6ac9, #004f9e);
  background-attachment: fixed;
  height: 216px;
}
.syspb_box h3 {
  text-align: center;
  font-size: 52px;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.syspb_box p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.syspb_box a {
  border: 2px solid #f0be4d;
  border-bottom-left-radius: 20px;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  padding-top: 15px;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
.syspb_box a i {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #f0be4d;
  display: block;
}
.syspb_box a em {
  position: absolute;
  top: 65px;
  left: -20px;
  color: #f0be4d;
  display: block;
  width: 200px;
}
.syspb_box a:hover {
  background: #fff;
}
.news_tit h4 {
  font-size: 32px;
  background: url(tb.jpg) left no-repeat;
  padding-left: 80px;
}
.news_tit a {
  padding-top: 20px;
}
.synews {
  margin-bottom: 40px;
  margin-top: 80px;
}



.bt4 h3 {
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}
.bt4 h3 i{display: block;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;position: absolute;top: -46px;left: 0;right: 0;margin: auto;font-size: 106px;color: rgba(240, 240, 240, 0.631);z-index: -1;text-transform: uppercase;}
.bt4 span {
  font-size: 20px;
  color: #333333;
  padding-top: 20px;
  display: block;
  width: 100%;
}


.bt3 {margin: 90px auto 30px auto;}
.bt3 .w90{
  width: 90%;
  margin: 0 auto;
}
.bt3 h3 {
  font-size: 46px;
  color: #333333;
  z-index: 2;
  
}
.bt3 h3 i{font-size: 20px;font-weight: normal;margin-left: 30px;}
.bt3 h3 a{float: right;font-size: 20px;font-weight: normal;padding-top: 40px;}
.synews .box{overflow: hidden;}
.synews .box .fl{width: 32%;background: #f7f7f7;padding: 2%;box-sizing: border-box;transition: all .3s}
.synews .box .fl a img{width: 100%;height: 442px;}
.synews .box .fl:hover{background: #004f9e}
.synews .box .fl:hover a{color: #fff;}
.synews .box .fl:hover a h3,.synews .box .fl:hover a span{color: #fff;}
.synews .box .fl a span{display: block;font-size: 18px;margin-bottom: 20px;}
.synews .box .fl h3{font-size: 22px;margin-bottom: 10px;}
.synews .box .fm{width: 32%;margin-left: 1%;color: #6a6a6a;float: left;}
.synews .box .fm a{background:#f7f7f7;margin-bottom: 20px;display: block;padding: 6%;box-sizing: border-box;color: #6a6a6a;overflow: hidden;}
.synews .box .fm a span{display: block;border-bottom: 1px solid #e6e6e6;margin-bottom: 20px;background: url(jt.jpg) right center no-repeat;margin-bottom: 10px;padding-bottom: 20px;}
.synews .box .fm a  h3{margin: 20px 0;color: #6a6a6a;}
.synews .box .fm a span i{display: block;font-size: 30px;}

.synews .box .fm a:hover{background: #004f9e}
.synews .box .fm a:hover a{color: #fff;}
.synews .box .fm a:hover h3,.synews .box .fm a:hover span,.synews .box .fm a:hover p{color: #fff;}
.synews .box .fm a:hover span{background: url(jt.png) right center no-repeat;}


.synews .box .fr{width: 33%;background: #f7f7f7}
.synews .box .fr a{margin-bottom: 34px;padding: 6%;box-sizing: border-box;;border-bottom: 1px solid #e6e6e6;overflow: hidden;}
.synews .box .fr a:last-of-type{border-bottom: 0}
.synews .box .fr a span{width: 20%;float: left;text-align: center;color: #6a6a6a;}
.synews .box .fr a h3{width: 78%;float: right;color: #6a6a6a;font-size: 18px;padding-top: 20px;}
.synews .box .fr a i{display: block;font-size: 30px;color: #6a6a6a}
.synews .box .fr a:hover{background: #004f9e}
.synews .box .fr a:hover a{color: #fff;}
.synews .box .fr a:hover h3,.synews .box .fm a:hover p{color: #fff;}
.synews .box .fr a:hover span,.synews .box .fr a:hover span i{color: #fff;}

.number {
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 99;
  right: 10px;
  bottom: -75px;
  text-align: center;
}
.number span {
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  color: #666;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 26px;
}
.number-on {
  background: #004f9e !important;
  color: #fff !important;
}
.lybox{text-align: center;color: #fff;background: url(ban.jpg) no-repeat top center;height: 336px;box-sizing: border-box;padding-top: 100px;}
.lybox strong{display: block;font-weight: normal;}
.lybox a{display: inline-block;border: 1px solid #fff;color: #fff;text-align: center;margin: 30px 10px 0;padding: 5px 20px;}
.lybox p{margin-top: 20px;color: #fff;}
.footer{background:#2D2D2D;}
.footer .w1300{width: 90%;}
.footer .f1 h3,.footer .f2 h3,.footer .f3 h3,.footer .f4 h3{margin-top:30px;font-size:24px;color:#fff;position:relative;margin-bottom:20px}
.footer .f1 h3::before,.footer .f2 h3::before,.footer .f3 h3::before,.footer .f4 h3::before{position:absolute;content:"";width:50px;height:3px;background:#fff;top:40px;left:0}
.footer .f2{width:42%}
.footer .f2 a{float:left;color:#fff;line-height:30px;display:block;text-align: center;margin: 0 10px 0 0;padding: 0 5px;margin-bottom: 10px;width: 40%;background: #004f9e}
.footer .f2 a:hover{background: #ffac2c;border-color: #ffac2c;}
.footer .f3{width:30%;color:#fff;line-height:30px;margin: 0 2.5%;}
.footer .f3 p{color: #fff;}
.footer .f4{padding-top: 30px;width: 14%;}
.footer .f4 .item img{display: inline-block;margin: 0 auto 10px auto;width: 100%;}
.footer .f4 .item p{color: #fff;text-align: center;}
.footer .copyright{margin-top:30px;text-align:center;color:#fff;padding:5px 0;font-size:14px;border-top:1px solid rgba(255,255,255,0.15)}
.footer .copyright a{display:inline-block;color:#fff;font-size:14px}
.footer .copyright img{display:inline-block;margin-left:15px}
.footer .copyright p{color:#fff;text-align:center}




.about2 dl{overflow: hidden;}
.about2 dl dt{float: left;width: 48%;background-size: cover;}
.video2{background: #004f9e;padding: 20px 20px;margin-top: 15%;}
.about2 dl dd{float: right;width: 50%;padding: 100px 20px;color: #000;box-sizing: border-box;}
.about2 dl dd h2{font-size: 50px;color: #fff;margin-top: 100px;text-transform: uppercase;}
.about2 dl dd h3{font-size: 42px;color: #fff;}
.about2 dl dd h3 b{font-size: 50px;display: block;text-transform: uppercase;}
.about2 dl dd h3 em{font-size: 20px;display: block;font-weight: normal;}
.gs_box{line-height: 200%;margin-top: 20px;}
.about2 dl dd a{background: #d70016;color: #fff;border-radius: 20px;text-align: center;width: 200px;height: 40px;line-height: 40px;margin-top: 20px;font-weight: normal;}
.about2 {
	background: url(weixin.jpg) center top no-repeat;
	height: 729px;
	position: relative;
  }
.gs_box{color: #fff;}
.gs_box p{color: #fff;}

  .sy_wz_con {
	padding: 80px 0 0 0;
	margin: 0px auto 0 auto;
	position: relative;
  }
  .sy_wz_con h4{text-align: center;font-size: 46px;color: #3a3a3a;}
  .sy_wz_con h4 p {color:#484848;font-size: 18px;font-weight: normal;margin-top: 10px;margin-bottom: 20px;}
  .sy_wz_con ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid rgba(255, 255, 255, 0.227);
	border-bottom: 1px solid rgba(255, 255, 255, 0.227);
	margin-bottom: 60px;
  }
  .sy_wz_con ul li {
	text-align: center;
	width: 22%;
	height: 190px;
	display: inline-block;
	padding-top: 29px;
	box-sizing: border-box;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.227);
  }
  .sy_wz_con ul li span {
	color: #0b338a;
	font-size: 60px;
	font-family: Impact, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .sy_wz_con ul li i {
	display: block;
	color: #000;
	font-size: 16px;
	font-style: normal;
  }
  .sy_wz_con ul li em {
	position: absolute;
	top: 10%;
	left: 70%;
	color: #0b338a;
  }
  .wap_show{display: none;}



.pronav{height: 805px;width: 100%;position: relative;box-sizing: border-box; overflow: hidden;background: url(bj1.jpg) bottom center no-repeat;padding-top: 30px;}

.pronavbox .swiper-slide{box-sizing: border-box;overflow: hidden;}



.pronavbox .swiper-slide .fl{box-sizing: border-box;position: relative;z-index: 9;width:30%;}
.pronavbox .swiper-slide .fl ul li{display: inline-block;text-align: center;}
.pronavbox .swiper-slide .fl ul li,.pronavbox .swiper-slide .fl h3,.pronavbox .swiper-slide .fl p,.pronavbox .swiper-slide .fr a{color: #000;}
.pronavbox .swiper-slide .fl h3{font-weight: 400;margin-bottom: 56px; }
.pronavbox .swiper-slide .fl h3 u{width: 10px;height: 30px;background: #004f9e;display: inline-block;margin-right: 10px;}
.pronavbox .swiper-slide .fl .f_60{font-size:30px;font-weight: bold;color: #323232;}
.pronavbox .swiper-slide .fl p{overflow: hidden;margin: 0px 60px 30px 0;font-size: 16px;color: rgb(131, 131, 131);line-height: 200%}


.pronavbox .swiper-slide .fr{position: absolute; display: block; right: 0;width: 70%;top: 0px;}
.pronavbox .swiper-slide .fr a{display: block;}
.pronavbox .swiper-slide .fr .dpic{width: 100%;margin-top:-100px}
.pronavbox .swiper-slide .fl .sytel2{font-size: 26px;background: url(tel2.png) left no-repeat;padding-left: 80px;height: 100px;line-height: 160%}
.fl_pic{overflow: hidden;margin: 30px 0 56px 0;background-size: 100% 100%}
.fl_pic img{width: 30%;float: left;margin-right: 1%;border-radius: 20px;}
.pronavbox .swiper-slide .fl .sytel2 b{display: block;font-size: 32px;color: #0d6bc9;font-family: Impact,'Arial Narrow Bold', sans-serif;font-style: italic;}


.synav{overflow: hidden;margin-left: 2%;}
.synav a{width: 31.6%;text-align: center;background: #004f9e;color: #fff;
  display: inline-block;            overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 3px 5px 0px;
}
.synavcp{overflow: hidden;}
.synavcp li{
  width: 48%;
  float: left;
  margin-left: 1%;
  border: 1px solid rgb(240, 240, 240);
text-align: center;margin-bottom: 20px;
}
.synavcp li img{}
.synavcp li strong{padding: 20px 0;font-weight: normal;display: block;}
.synavcp li strong a{font-size: 14px;background: #0056ca;color: #fff;width: 50%;height: 30px;line-height: 30px;margin: 10px auto 0 auto;display: inline-block;}
.synavcp li strong a:nth-of-type(1){background: #333}
.synavcp li strong b{            overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;display: block;text-align: center}

@media( max-width:1440px ){
  .banner .h2 {
    font-size: 70px;
  }
  .w1400{
    width: 86%;
  }
  .bt2 b {
    font-size: 40px;
}
.bt2 h3 i {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.syspb_box {
margin-top: 36px;
}



.syspb_box h3 {
text-align: center;
font-size: 46px !important;
}


.pronav {
  height: 658px;
}

.about2 dl dd h3 {
  font-size: 40px;
  color: #fff;
}

.about2 {
  height: 594px;
}

.fl_pic {
overflow: hidden;
margin: 30px 0 38px 0;
}



}



@media (max-width: 1366px) {

  .pronav {
    height: 654px;
}

  .w1400 {
    width: 92%;
}
.header .nav {
  width: 60%;
}
.about2 dl dd h3 {
  font-size: 40px;
  color: #fff;
}
.about2 dl dd h3 b{
  display: none;
}
.gs_box {
  line-height: 180%;
  margin-top: 20px;
}
}

.pc_show{display: block;}


@media (max-width: 1024px) {

  .bt2 {
    overflow: hidden;
    margin-top: 26px;
    height: auto;
    margin-bottom: 10px;
}
.bt2 h3 i {
  font-size: 16px;
}

.banner .h2 {
  font-size: 36px;
}
.bt2 b {
  font-size: 28px;
  text-align: center;
  display: block;
}
.bt2 i{display: block;}
.bt2 a{display: none;}
.banner1 {display: none;}

.header .nav_button{top: 25px;}
.wap_show{display: block;}

.pc_show{display: none;}

.about2 dl dt{
  width: 100%;
  float: none;
}
#video1{
  height: 200px;
}


.about2 dl dd {
  padding: 13px 0px;
}
.about2 dl dd h3 {
  font-size: 24px;
  color: #fff;
}
.video2 {
  margin-top: 0%;
}

.about2 dl dd{
  width: 100%;
  font: none;
  
}

.sy_wz_con h4 {
  text-align: center;
  font-size: 28px;
  color: #3a3a3a;
}

.footer .f2 {
  width: 100%;
}
.footer .f2 a{width: 44%;            
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;}

.footer .f3 {
  width: 100%;
}
.footer .f4{
  display: none;
}


.sy_wz_con {
  padding: 42px 0 0 0;
  margin: 0px auto 0 auto;
  position: relative;
}
.sy_wz_con h4 p{
  display: none;
}

.sy_wz_con ul li {
  text-align: center;
  width: 48%;
  height: auto;
  display: inline-block;
  padding-top: 29px;
}
.sy_wz_con ul li span {
  color: #0b338a;
  font-size: 46px;
  font-family: Impact, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bt h3 {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section_six {
  height: 686px;
  padding-top: 30px;
  margin-top: 30px;
}
.banner{
  margin-top: 54px;
}
.bt h3 i {
 display: none;
}
.syal .box a {
  width: 32%;
  float: left;
  height: 66px;
  border-radius: 10px;
  background: #fff;
  margin-right: 1%;
  border-radius: 20px;
  margin-bottom: 10px;
}
.syal{
  height: 497px;
}
.syal .box {
  padding: 46px 0;
}
.syal{
  background-attachment: inherit
}

.synews .box .fl{
  display: none;
}
.synews .box .fm{
  display: none;
}
.synews .box .fr{
  width: 100%;
  float: none;
}

.synews .box .fr a {
 margin-bottom: 0px;
  padding: 2%;
  box-sizing: border-box;
}
.synews .box .fr a h3{
  font-size: 16px;
}

.bt span{
  display: none;
}
.f_48 {
  font-size: 28px;
}

.lybox {
  text-align: center;
  color: #fff;
  background: url(ban.jpg) no-repeat top center;
  height: 198px;
  box-sizing: border-box;
  padding: 46px 10px;
}

.product_list_three .item{
  margin-bottom: 20px;
}

.gscon .gs_l {
  width: 40%;
}
.gscon .gs_l img {
  width: 100%;
  height: auto !important;
}
.gscon .gs_r h2::before {
  bottom: -32px;
}
.gscon .gs_r {
  width: 56%;
}
.gscon {
  position: relative;
  padding-bottom: 120px;
}

.number {
  bottom: -6px;
}
.syspb_box h3 {
  font-size: 2rem;
}
.syspb_box p {
  font-size: 1.8rem;
}
.sycp .sy_tit {
  padding: 0 50px;
  width: 64%;
}
.sy_tit1 {
  width: 40% !important;
}
.sycp p {
  font-size: 1rem;
}
.sn_l,
.sn_r {
  width: 100% !important;
}

.footer2 {
  display: block;
  height: 50px;
  background: #004f9e;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 96%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.footer2 a {
  float: left;
  width: 33.33%;
  text-align: center;
}
.footer2 img {
  display: inline-block;
  height: 24px;
  margin: 5px 0 0;
}
.footer2 strong {
  color: #fff;
  font-size: 12px;
  display: block;
  height: 20px;
  line-height: 20px;
}
body {
  padding-bottom: 50px;
}
.header {
  height: 54px;
  max-width: 750px;
}
.header .inner {
  padding: 0 15px;
  width: auto;
  height: 54px;
}
.header .logo img {
  height: 45px;
  margin: 0;
  padding-top: 5px;
}
.header .nav {
  position: fixed;
  width: 280px;
  height: auto;
  overflow: auto;
  padding: 20px 0;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -140px;
  z-index: 9999999999;
  background-color: #fff;
  box-shadow: 0 0 10px #f1f1f1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.header .nav ul li {
  display: block;
  float: none;
  width: 90%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f9f9f9;
}
.header .nav ul li span,
.header .nav ul li a {
  color: #333 !important;
}
.header .nav ul li a:hover span,
.header .nav ul li a.active span {
  line-height: 40px;
}
.header .nav ul li:last-child {
  border: none;
}
.product_son,
.ab_son,
.news_son,
.xl_son {
  display: none !important;
}
.position_now .fl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.header .menu_box {
  right: 10px;
}
.header .nav_button {
  right: 0px;
}
.header .ab_son,
.header .product_son,
.header .news_son,
.header .xl_son {
  display: none;
}
#nyba {
  background-size: 100% 200px  !important;
  height: 200px;
}
.fade_text {
  margin-top: 96px !important;
}
.product_list_two .item .info strong,
.product_list_three .item .info strong {
  font-size: 1rem;
}
.page_list b a,
.page_list b font {
  width: 25px;
  margin-right: 5px;
}
.news_one .news_box li .img {
  height: auto;
}
.pclx {
  display: none;
}
.mblx {
  display: block;
}
.mblx img {
  margin: 30px auto;
}
.ab_son,
.product_son,
.news_son,
.xl_son {
  display: none;
}
}




@media (max-width: 1200px) {
  .syspb_box{
    display: none;
  }
  .bt4 h3 {
    font-size: 34px;
    margin-top: 48px;
    margin-bottom: 28px;
  }
  .bt4 h3 i {
    top: -20px;
    font-size: 68px;
  }

  .about2 {
    height: 736px;
}
.pronavbox .swiper-slide .fr{
  width: 100%;
  position: relative;
  float: none;
  margin-bottom: 20px;
}
.pronavbox .swiper-slide .fl p{
  margin: 0;
}
.pronavbox .swiper-slide .fr a{
  padding-top: 0 !important;
}
.pronavbox .swiper-slide .fr .dpic{
  margin-top: 0;
}
.fl_pic {
  overflow: hidden;
  margin: 8px 0 3px 0;
}
.pronavbox .swiper-slide .fl h3 {
  margin-bottom: 11px;
}
.pronav {
  height: 564px;
}
.pronavbox .swiper-slide .fr .dpic2{
  margin-top: -100px !important;
}
.pronavbox .swiper-slide .fl .sytel2{
  display: none;
}
.pronavbox .swiper-slide .fl{
  width: 100%;
  float: none;
}
.bt3 h3 a{
  display: none;
}
.bt3 h3{
  text-align: left;
}
.bt3 h3 i{
  display: block;
  text-align: left;
  margin-left:0
}
.bt3 {
  margin: 12px auto 0px auto;
}
  }



@media (max-width: 415px) {
.product_list_two .item {
  height: 153px;
}
.product_list_one .item {
  height: 170px;
}
.product_list_one .item .info {
  padding: 5px;
}
.gscon .gs_r .sygs_txt {
  margin-bottom: 0;
}
.gscon {
  padding-bottom: 90px;
  padding-top: 0;
}
.product_list_one .item strong {
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}
.sycp .sy_tit {
  margin-top: 28px;
}
.section_three .sy_wz_con ul li span {
  display: inline-block;
}
.sycptj ul li {
  height: 219px !important;
}
.syjjfa {
  height: 522px;
}
.max-case li > a > img {
  top: 323px;
}
.number {
  bottom: 67px !important;
}
.more .but {
  width: 277px;
  margin-left: 0;
}

.sygs_txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
}
.sycp .sy_tit {
  font-size: 1.4rem;
  width: 96%;
}
.section_three .sy_wz_con ul li span {
  font-size: 2rem;
}
.section_three .sy_wz_con ul li em {
  font-size: 1.2rem;
}
.section_three .sy_wz_con ul li i {
  font-size: 1rem;
}
.sycp .sy_tit {
  width: 65%;
}
.syspb_box {
  height: 183px;
}
.syspb_box h3 {
  padding: 10px 0;
  font-size: 1rem;
}
.syspb_box p {
  font-size: 1rem;
}
.sycptj ul {
  overflow: hidden;
}
.sycptj ul li {
  width: 48.7804878%;
  float: left;
  margin-right: 0;
  margin-left: 1%;
  height: 335px;
}
.news_tit h4 {
  font-size: 1.3rem;
}
.news_tit a {
  padding-top: 0;
}
}

@media (max-width: 376px) {

.syspb_box {
  height: 219px;
}
.syspb_box h3 {
  font-size: 1.4rem;
}
.syspb_box a {
  width: 40px;
  height: 40px;
  padding-left: 18px;
  padding-top: 10px;
}
.syspb_box a em {
  left: -34px;
  top: 46px;
}
.bt a {
  padding-top: 0;
}
.syjjfa {
  margin-bottom: 30px;
}
.bt a {
  display: none;
}
.sy_tit,
.gscon .gs_r h2,
.max-case .fa_l h2,
.bt h3 {
  text-align: center;
  width: 100%;
}
.bt span {
  text-align: center;
  font-size: 0.8rem;
}
#scroll_one {
  margin: 10px auto !important;
}
.sycptj ul li a ol {
  font-size: 1rem;
}
.info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sn_r {
  margin-top: 20px;
}
}
@media (max-width: 321px) {
.sycptj ul li {
  height: 168px !important;
}
.sycptj ul li a ol {
  height: 40px;
  line-height: 40px;
}
.product_list_one .item {
  height: 140px;
}
}






  