@charset "utf-8";
@import url('/public/plugins/font-awesome-4.7.0/css/font-awesome.min.css');

.u-flex {
  display: flex;
  flex-direction: row;
  align-items: center
}

.u-flex-wrap {
  flex-wrap: wrap
}

.u-flex-nowrap {
  flex-wrap: nowrap
}

.u-col-center {
  align-items: center
}

.u-col-top {
  align-items: flex-start
}

.u-col-bottom {
  align-items: flex-end
}

.u-row-center {
  justify-content: center
}

.u-row-left {
  justify-content: flex-start
}

.u-row-right {
  justify-content: flex-end
}

.u-row-between {
  justify-content: space-between
}

.u-row-around {
  justify-content: space-around
}

.u-text-left {
  text-align: left
}

.u-text-center {
  text-align: center
}

.u-text-right {
  text-align: right
}

.u-flex-col {
  display: flex;
  flex-direction: column
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #076aae;
  -webkit-transition: background-color .3s ease 0s;
  -moz-transition: background-color .3s ease 0s;
  -o-transition: background-color .3s ease 0s;
  -ms-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

img {
  border: 0px;
}

ul,
li,
h1,
p,
h2 {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal
}

input {
  font-family: "Microsoft Yahei";
}

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #666;
  text-align: center;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: inherit | grayscale
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*top*/
.m_top,
.g-ft,
.banners,
.mb_show {
  display: none;
}

.top {
  width: 100%;
  float: left;
  text-align: right;
  font-size: 14px;
  line-height: 38px;
  background: #f2f2f2;
}

.top .fr {
  font-size: 12px;
}

.top .fr span {
  padding-left: 10px;
  padding-right: 10px;
}

.topbar_r_wx {
  float: right;
  position: relative;
  z-index: 2000;
}

.topbar_r_wx div {
  position: absolute;
  z-index: 20;
  display: none;
}

.topbar_r_wx:hover {
  cursor: pointer;
  color: #D71317
}

.topbar_r_wx:hover div {
  display: block;
  top: 37px;
  right: 0px;
  z-index: 2000
}

.container {
  width: 98%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  padding-left: 1%;
  padding-right: 1%;
}

.containers {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  text-align: left;
}

.logo_list {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

.logo_list .logo img {
  max-height: 80px;
}

.search {
  width: 300px;
  border: 1px solid #E0E0E0;
  height: 35px;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 150px;
}

.s {
  width: 290px;
  height: 35px;
  border-radius: 20px;
  padding-left: 10px;
  -moz-border-radius: 20px;
  /* Old Firefox */
  background: #fff;
}

.input {
  float: left;
}

.input input {
  width: 250px;
  border: none;
  line-height: 35px;
  background: none;
  height: 35px;
  color: #999;
}

.logo_list .tel {
  width: 230px;
  padding-top: 15px;
  line-height: 180%;
  color: #ec6b31;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  background: url(../images/top_tel.jpg) no-repeat;
  text-align: left;
  font-size: 32px;
}

.btn {
  float: left;
  padding-top: 8px;
}

.top-head {
  width: 100%;
  z-index: 1000;
  background: #1B2D47;
  float: left;
  overflow: hidden;
}

.nav {
  width: 100%;
  float: left;
}

.nav ul {
  width: 100%;
  display: flex;
}

.nav li {
  float: left;
  text-align: center;
  flex: 1;
  /* position:relative;*/
}

.nav .m a {
  display: block;
  color: #fff;
  font-size: 20px;
  /*overflow:hidden;*/
  line-height: 60px;
  margin: 0 15px 0 15px;
}

.nav .m a:hover {
  background: url(../images/on_menu.jpg);
}

.nav .m a.on {
  background: url(../images/on_menu.jpg);
}

.nav li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -3px;
  height: 3px;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}

.nav li a:hover:after {
  left: 1%;
  right: 1%;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  color: #000
}

.nav a#sel {
  border-bottom: 3px solid #007FCC;
  color: #f3782a;
}

.nav a#sel:hover:after {
  opacity: 0;
}

.top_cps {
  width: 1280px;
  overflow: hidden;
  padding-top: 25px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.nav .sub {
  display: none;
  padding: 0;
  position: absolute;
  overflow: hidden;
  text-align: left;
  z-index: 110;
  left: 0;
  background: #fbfbfb;
  width: 100%;
  float: left;
}

.cp1 {
  float: left;
  width: 200px;
}

.cp1 .cps {
  width: 100%;
  float: left;
  display: block;
}

.cp1 .cps li {
  width: 90%;
  float: left;
  margin: 0px;
  border-bottom: 1px solid #E0E0E0;
  padding-left: 10%;
  text-align: left;
}

.cp1 .cps li a {
  padding: 0px;
  font-size: 16px;
  color: #666;
  line-height: 48px;
}

.cp1 .cps li a:hover {
  background: none;
}

.cp2 {
  width: 410px;
  float: left;
  text-align: center;
  padding-top: 25px;
}

.cp2 img {
  width: 320px;
  height: 210px;
}

.cp3 {
  width: 670px;
  float: left;
  padding-top: 25px;
}

.cp3 h2 {
  padding-bottom: 15px;
  font-size: 16px;
  color: #EB6A30;
  border-bottom: 1px solid #e0e0e0;
}

.cp3 p {
  font-size: 16px;
  line-height: 200%;
  padding-top: 15px;
}

/*banner*/
.banner {
  width: 100%;
  height: 700px;
  float: left;
  text-align: center;
  padding-top: 1px;
}

.fullSlide {
  width: 100%;
  position: relative;
  height: 700px;
  z-index: 5;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
  list-style: none;
  margin: 0px;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 700px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 700px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 15px;
  height: 15px;
  margin: 5px;
  overflow: hidden;
  background: #000;
  line-height: 999px;
  border-radius: 50%;
}

.fullSlide .hd ul .on {
  background: #EB6A30;
}

.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 5%;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}

.fullSlide .next {
  left: auto;
  right: 5%;
  background-position: -6px -137px;
}

/*partner*/
.tit {
  width: 100%;
  float: left;
  padding-top: 35px;
  padding-bottom: 40px;
}

.tit h1 {
  font-size: 32px;
  color: #1B2D47;
  font-weight: bold;
  text-align: center;
}

.tit p {
  color: #999;
  padding-top: 13px;
  text-align: center;
}

.case_con {
  width: 100%;
  float: left;
  padding-top: 40px;
}

.rollBox {
  max-width: 1400px;
  overflow: hidden;
  float: left;
}

.rollBox .LeftBotton {
  height: 80px;
  width: 26px;
  background: url(../images/scroll.png) no-repeat 0px 0;
  overflow: hidden;
  float: left;
  display: inline;
  margin: 0 0 0 0;
  cursor: pointer;
}

.rollBox .RightBotton {
  height: 80px;
  width: 26px;
  background: url(../images/scroll.png) no-repeat -26px 0;
  overflow: hidden;
  float: left;
  display: inline;
  margin: 0 0 0 0;
  cursor: pointer;
}

.rollBox .ScrCont {
  width: 10000000px;
}

.rollBox .Cont {
  width: 1266px;
  overflow: hidden;
  float: left;
  margin-right: 40px;
  margin-left: 40px;
}

.rollBox .Cont .cp {
  width: 210px;
  height: 80px;
  float: left;
  margin-right: 1px;
  text-align: center;
}

.rollBox .Cont .cp img {
  width: 210px;
  height: 80px;
}

@media(max-width:1366px) {
  .banner {
    height: 498px;
  }

  .fullSlide {
    height: 498px;
  }

  .fullSlide .bd li {
    height: 498px;
  }

  .fullSlide .bd li a {
    height: 498px;
  }

  .rollBox {
    max-width: 1336px;
  }

  .rollBox .Cont {
    width: 1266px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media(max-width:1280px) {
  .banner {
    height: 467px;
  }

  .fullSlide {
    height: 467px;
  }

  .fullSlide .bd li {
    height: 467px;
  }

  .fullSlide .bd li a {
    height: 467px;
  }

  .rollBox {
    max-width: 1280px;
    overflow: hidden;
    float: left;
  }

  .rollBox .Cont {
    width: 1055px;
    margin-left: 76px;
    margin-right: 77px;
  }
}

@media(max-width:1024px) {
  .banner {
    height: 374px;
  }

  .fullSlide {
    height: 374px;
  }

  .fullSlide .bd li {
    height: 374px;
  }

  .fullSlide .bd li a {
    height: 374px;
  }

  .rollBox {
    max-width: 952px;
  }

  .rollBox .Cont {
    width: 844px;
    margin-left: 54px;
    margin-right: 54px;
  }
}

@media(max-width:800px) {
  .banner {
    height: 292px;
  }

  .fullSlide {
    height: 292px;
  }

  .fullSlide .bd li {
    height: 292px;
  }

  .fullSlide .bd li a {
    height: 292px;
  }

  .cp_show {
    display: none;
  }
}

.rollBox #List1,
.rollBox #List2 {
  float: left;
}

/*product*/
.product {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 50px;
}

.pro_class {
  width: 21%;
  margin-right: 1%;
  background-color: #1e3d87;
  border-radius: 5px;
  float: left;
}

.product .c {
  background-color: #fff;
  overflow: hidden;
  margin: 8px;
  padding: 15px;
  border-radius: 5px;
}


.p_class {
  width: 100%;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

.p_class .fr {
  padding-right: 15px;
  padding-top: 10px;
}

.pro_con {
  width: 77.7%;
  float: left;
}

.pro_class .class {
  width: 100%;
  float: left;
  font-size: 18px;
  background-color: #1e3d87;
  margin-bottom: 10px;
  border-radius: 5px;
}

.pro_class .class a {
  width: 100%;
  float: left;
  line-height: 55px;
  text-align: center;
  color: #fff;
}

.pro_class .class a:hover {
  background-color: #eb6a30;
  color: #fff;
}

.pro_con {
  display: flex;
  flex-wrap: wrap;
}

.pro {
  width: 31.3333%;
  float: left;
  margin-left: 2%;
  margin-bottom: 12px;
  text-align: center;
}

.pro img {
  width: 95.5%;
  height: 200px;
  padding: 2%;
  border: 1px solid #e0e0e0;
}

.pro p {
  text-align: center;
  margin-top: 5px;
  line-height: 30px;
  font-size: 14px;
}

/*首页关于我们*/
.about {
  margin-top: 3%;
}

.about .title em {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
}

.about .title p {
  color: #808080;
  font-family: arial;
  font-size: 14px;
  position: relative;
  bottom: 5px;
  text-transform: uppercase;
}

.about .fl {
  width: 49%;
}

/*.about .fr{width: 32%;}*/

.about .fr {
  width: 32%;
}

.about .fr img {
  display: block;
  width: 100%;
}

.about .fr iframe {
  margin-bottom: 15px;
  width: 100%;
}

.about ul {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.about ul li {
  text-align: center;
}

.about ul li:nth-child(1) {
  width: 140px;
}

.about ul li:nth-child(2) {
  width: 85px;
}

.about ul li:nth-child(3) {
  width: 150px;
}

.about ul li em {
  color: #0f62ca;
  font-size: 60px;
  font-family: impact;
}

.about ul li span {
  color: #0f62ca;
  font-size: 14px;
  margin-left: 6px;
}

.about ul li p {
  color: #4c4c4c;
  font-size: 14px;
}

.about .info {
  margin-top: 8%;
}

.about .info a.a {
  display: inline-block;
  width: calc(100% / 3 - 1%);
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
  font-size: 17px;
  background: #fafafa;
}

.about .info p {
  color: #808080;
  font-size: 14px;
  line-height: 33px;
  margin-top: 7%;
}

.about img {
  display: block;
  margin-bottom: 30px;
  margin-top: 15px;
}

.about .fr span {
  background: #0F62CA;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}

.about .fr em {
  color: #0F62CA;
  font-size: 14px;
  font-family: arial;
}

.about .fr .ck {
  color: #333333;
  font-size: 14px;
  width: 175px;
  height: 55px;
  border: 1px solid #333;
  border-radius: 25px;
  text-align: center;
  line-height: 55px;
  margin-top: 7%;
  display: none;
  margin: auto;
}

/*youshi*/
.youshi {
  width: 100%;
  float: left;
}

.y_tit {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 35px;
  font-size: 30px;
  color: #EB6A30;
  line-height: 55px;
}

.y_tit span {
  font-size: 40px;
  font-family: "Arial Black";
  float: left;
  padding-right: 10px;
}

.y_con {
  width: 100%;
  float: left;
}

.y_con .y_list {
  width: 24.25%;
  float: left;
}

.y_con .y_list .y_img {
  width: 94%;
  border: 1px solid #DFDFDF;
  padding: 2%;
  text-align: center;
}

.y_con .y_list .y_img img {
  max-width: 100%;
}

.y_con .y_list .y_tits {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 70px;
}

.hx_con {
  width: 100%;
  float: left;
  padding-bottom: 48px;
}

.hx_txt {
  width: 54%;
  float: left;
  padding-right: 2%;
}

.hx_tt {
  width: 100%;
  font-size: 25px;
  color: #1B2D47;
  line-height: 51px;
  padding-bottom: 10px;
}

.hx_tt span {
  float: left;
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  font-size: 30px;
  font-family: "Arial Black";
  color: #fff;
  background: url(../images/num_bg.jpg);
  margin-right: 20px;
}

.hx_txt p {
  line-height: 200%;
  font-size: 18px;
  width: 100%;
  padding-bottom: 10px;
}

.hx_img {
  width: 44%;
  float: left;
  padding-top: 20px;
}

.hx_img img {
  max-width: 100%;
}

/*pagefoot*/
.b_menu {
  width: 100%;
  background: #3B3F4A;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}

.b_menu .left {
  float: left;
  border-right: 1px solid #272A34;
  height: 190px;
}

.b_menu .left div {
  float: left;
  margin-right: 45px;
  color: #fff;
  line-height: 200%;
  font-size: 14px
}

.b_menu .left div h2 {
  font-size: 16px;
  font-weight: 100;
  padding-bottom: 10px;
}

.b_menu .left a {
  color: #fff;
}

.b_menu .left a:hover {
  text-decoration: underline;
}

.b_menu .middle {
  height: 150px;
  float: left;
  border-left: 1px solid #4E5362;
  padding-left: 35px;
  line-height: 160%;
  color: #fff;
  padding-bottom: 15px;
  padding-top: 25px;
}


.foot {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  background: #2C2F38;
  color: #C5C6C9;
}

.foot a {
  color: #C5C6C9;
}

.foot img {
  padding-left: 10px;
  padding-right: 10px;
}

.frk {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 40px;
}

.frk a {
  color: #666;
}

.pd1 {
  padding-right: 1%;
}

.imgZoom img,
.imgY180 img {
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.imgZoom {
  overflow: hidden;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.imgZoom:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.imgY180:hover img {
  cursor: pointer;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}


/*main css*/
.main-im {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  width: 110px;
}

.main-im .qq-a {
  display: block;
  width: 106px;
  height: 116px;
  text-align: center;
  position: relative;
}

.main-im .qq-a span {
  bottom: 5px;
  position: absolute;
  width: 90px;
  left: 10px;
  color: #EB6A30;
  font-size: 16px;
}

.main-im .qq-hover-c {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  position: absolute;
  left: 18px;
  top: 10px;
  overflow: hidden;
  z-index: 9;
}

.main-im .qq-container {
  z-index: 99;
  position: absolute;
  width: 109px;
  height: 118px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #dddddd;
  background: url(../images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
  max-width: 60px;
  display: block;
  position: absolute;
  left: 6px;
  top: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
  max-width: 70px;
  left: 1px;
  top: 8px;
  position: absolute;
}

.main-im .im_main {
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #F9FAFB;
  display: none;
}

.main-im .im_main .im-tel {
  color: #1C2D47;
  text-align: center;
  width: 109px;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
  line-height: 180%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-im .qq_txt {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #EB6A30;
  font-size: 16px;
}

.main-im .qq_txt img {
  padding-top: 5px;
  padding-bottom: 5px;
}

.im-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-im .close-im {
  position: absolute;
  right: 10px;
  top: -12px;
  z-index: 100;
  width: 24px;
  height: 24px;
}

.main-im .close-im a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
  text-decoration: none;
}

.main-im .open-im {
  cursor: pointer;
  margin-left: 68px;
  width: 40px;
  height: 133px;
  background: url(../images/open_im.png) no-repeat left top;
}

@media(max-width:480px) {
  body {
    font-size: 14px;
  }

  .top,
  .logo_list,
  .top-head,
  .case_con,
  .p_class,
  .cp_show,
  .b_menu,
  .frk,
  .main-im {
    display: none;
  }

  .m_top,
  .mb_show,
  .banners {
    display: block;
  }


  .m_top {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 20px;
    position: fixed;
    z-index: 1000;
    background: #fff;
    box-shadow: 1px 1px 3px 0 #153F57
  }

  .m_top_l {
    float: left;
    padding-left: 5px;
  }

  .m_top_l img {
    max-width: 170px;
  }

  .m_top_r {
    float: right;
    padding-left: 10px;
  }

  #navbar {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 22px;
    padding-right: 10px;
  }

  .menubtn {

    position: relative;
    z-index: 101;
    color: #274a61;
    text-decoration: none;
    font-size: 0em;
    line-height: 0em;
    top: 2px;
    padding: 20px 10px;
    background-image: url('../images/hamburger.png');
    background-position: 50% 50%;
    background-size: 40px 20px;
    background-repeat: no-repeat;
  }

  .menubtn:hover,
  .openmenu .menubtn {
    color: #bdd43e;
    background-image: url('../images/hamburger-active.png');
  }

  /** toggle menu **/
  body.openmenu {
    position: fixed;
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0;
    left: 0;
  }

  .openmenu .overlay {
    top: 0;
  }

  #hamburgermenu {
    height: 100%;
    width: 0;
    background: #333333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: hidden;
    -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
  }

  #hamburgermenu ul {
    margin-top: 45px;
    z-index: 101;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #hamburgermenu ul li {
    display: block;
    width: 80%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
  }

  #hamburgermenu ul li a {
    display: block;
    text-decoration: none;
    line-height: 40px;
    color: #adadad;
    margin-bottom: 5px;
    border-bottom: 1px solid #2b2b2b;
    text-align: left;
    padding-left: 10%;
    font-weight: bold;
  }

  #hamburgermenu li a:hover {
    color: #fff;
    background: #2b2b2b;
  }

  .banner {
    width: 100%;
    height: 180px;
    margin-top: 80px;
  }

  .fullSlide {
    height: 180px;
  }

  .fullSlide .bd li {
    height: 180px;
  }

  .fullSlide .bd li a {
    height: 180px;
  }

  .fullSlide .hd ul li {
    width: 10px;
    height: 10px;
  }

  .tit {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tit h1 {
    font-size: 18px;
  }

  .tit p {
    font-size: 12px
  }

  .product {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .pro_class {
    width: 100%;
    margin-right: 0%;
    border: none;
  }

  .pro_con {
    width: 100%;
  }

  .pro_class .class {
    width: 45%;
    font-size: 14px;
    margin-left: 2%;
    margin-right: 2%;
    border: 1px solid #e0e0e0;
    margin-bottom: 5px
  }

  .pro_class .class a {
    background: none;
    background-repeat: no-repeat;
    line-height: 45px
  }

  .pro_class .class a:hover {
    background: none;
    background-repeat: no-repeat;
  }

  .pro_class .class a.on {
    background: none;
    background-repeat: no-repeat;
  }

  .pro {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .about {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .a_img {
    width: 100%;
    padding-bottom: 20px;
  }

  .a_con {
    width: 100%;
  }

  .a_con h1 {
    font-size: 22px;
  }

  .a_con p {
    padding-top: 10px;
  }

  .a_con p a.more {
    font-size: 14px;
    padding: 6px 30px;
    float: left;
    margin-top: 10px
  }

  .a_con p a.more:hover {
    background: #1B2D47;
  }

  .y_tit {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 35px;
  }

  .y_tit span {
    font-size: 22px;
  }

  .y_con .y_list {
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .y_con .y_list .y_tits {
    line-height: 50px;
  }

  .pd1 {
    padding-right: 0%;
  }

  .hx_con {
    padding-bottom: 28px;
  }

  .hx_txt {
    width: 100%;
    padding-right: 0%;
  }

  .hx_tt {
    font-size: 18px;
    line-height: 40px;
  }

  .hx_tt span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-right: 10px;
  }

  .hx_txt p {
    font-size: 14px;
  }

  .hx_img {
    width: 100%;
    padding-top: 20px;
  }

  .n_tit1 a {
    font-size: 16px;
    margin-right: 15px;
  }

  .mores a {
    padding: 8px 20px;
  }

  .n_con {
    padding-top: 25px;
  }

  .n_con1 {
    width: 100%;
  }

  .n_con2 {
    width: 100%;
    padding-left: 0%;
  }

  .n_con1 img {
    width: 100%;
    padding-bottom: 20px;
  }

  .n_con2 .n_list {
    padding-bottom: 15px;
  }

  .n_con2 .n_list .n_date {
    width: 70px;
    height: auto;
    font-size: 16px;
  }

  .n_con2 .n_list .n_tits h1 {
    font-size: 16px;
  }

  .n_con2 .n_list .n_tits p {
    font-size: 14px;
  }

  .fnt50 {
    font-size: 30px;
  }

  .foot {
    width: 96%;
    line-height: 35px;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 2%;
    padding-right: 2%;
  }
}

em {
  font-style: normal;
  font-weight: normal;
}

.case {
  padding: 45px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  margin-top: 65px;
}

.case .tit a {
  color: #fff;
}

.case .tit {
  padding: 0;
}

.case2 {
  text-align: center;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}

.case2 a {
  display: inline-block;
  width: 27.55%;
  overflow: hidden;
  margin: 0 0.35% 14px;
  margin-bottom: 0;
}

.case2 dl {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.case2 dt img {
  display: block;
  width: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.case2 dd {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1756ae;
  font: 28px "Microsoft YaHei UI";
  color: #fff;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.case2 dd b {
  display: block;
  width: 78px;
  height: 78px;
  margin: 21% auto 4%;
}

.case2 a:hover dt img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -transform: scale(1.1, 1.1);
}

.tit {
  font: 50px "Microsoft YaHei UI";
  text-align: center;
  color: #000;
}

.tit a {
  color: #000000;
}

.tit em {
  display: block;
  font-size: 18px;
  padding: 15px 0 40px;
}

.index-recommend-products-title {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 65px;
}

.index-recommend-products-title::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.index-recommend-products-title p {
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.index-recommend-products-title hr {
  width: 30px;
  height: 1px;
  background-color: #fff;
  border: 0;
  margin: 0;
}

.lcontact {
  margin: 15px;
  color: #fff;
  padding: 20px 0;
}

.lcontact h2 {
  font-size: 32px;
  font-style: italic;
  margin-bottom: 10px;
}

.lcontact h4 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 150%;
}

.text-center {
  text-align: center;
}

/*footer*/
.footer {
  width: 100%;
  color: #fff;
  padding: 30px 0 20px;
  background: #1b2d47;
}

.footer .links {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  border-bottom: 1px solid #434343;
}

.footer .links span {
  color: #f9f9f9;
  display: inline-block;
}

.footer .links a {
  display: inline-block;
  color: #f9f9f9;
  padding-right: 10px;
}

.footer .links a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.footer .contact {
  width: 340px;
}

.footer .contact .ewm {
  width: 100px;
  height: 100px;
  background: #ddd;
}

.footer .contact .ewm img {
  display: block;
  margin: 6px;
  width: 88px;
  height: 88px;
}

.footer .contact .contact_info {
  margin-left: 16px;
}

.footer .contact .contact_info p {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  text-align: left;
}

.footer .contact .contact_info .tel {
  margin-top: 10px;
  margin-bottom: 12px;
  font: normal 30px "arial";
  color: #407fe1;
  line-height: 24px;
}

.footer .contact .contact_info .p2 {
  margin-bottom: 6px;
}

.footer .bNav {
  width: 700px;
  display: flex;
  justify-content: flex-end;
}

.footer .bNav .item {
  float: left;
  line-height: 26px;
}

.footer .bNav .item h3 {
  margin-bottom: 24px;
  padding: 0 35px;
  border-right: 1px solid #407fe1;
}

.footer .bNav .item:last-child h3 {
  border-right: 0;
}

.footer .bNav .item:first-child h3 {
  border-left: 1px solid #407fe1;
}

.footer .bNav .item h3 a {
  color: #fff;
  font-size: 18px;
  text-indent: 0px;
}

.footer .bNav .item h3 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.footer .bNav .item a {
  color: #ccc;
  display: block;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}

.footer .bNav .item a:hover {
  color: #fff;
}

/*copyright*/
.copyright {
  height: 57px;
  line-height: 57px;
  color: #999999;
  font-size: 12px;
  background: #101010;
  border-top: 1px solid #434343;
}

.copyright .w1200 {
  text-align: left;
}

.copyright span {
  margin: 0 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.copyright a {
  color: #999999;
}

.copyright a:hover {
  color: #fff;
}

.inbanner {
  width: 100%;
  text-align: center;
}

.inbanner img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.indexSwiper {
  overflow: hidden;
  position: relative;
}

.indexSwiper, .indexSwiper img {
  display: block;
  width: 100%;
}

.index-news {
  background-color: #fff;
  padding: 50px 0;
}

.index-news .title {
  font-size: 36px;
  font-weight: 700;
  color: #076aae;
}

.index-news .des {
  margin-top: 15px;
  color: #666;
  font-size: 18px;
}

.index-news .container {
  margin-top: 60px;
}

.index-news .l {
  width: 40%;
}

.index-news .l img {
  display: block;
  width: 100%;
}

.index-news .l .atitle {
  margin-top: 5px;
  line-height: 180%;
  font-size: 18px;
}

.index-news .l p {
  line-height: 180%;
  font-size: 14px;
}

.index-news .r {
  width: 56%;
}

.index-news .r li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.index-news .r .dym {
  width: 80px;
  height: 80px;
  background-color: #eee;
}

.index-news .r .dym .d {
  font-weight: bold;
  font-size: 30px;
}

.index-news .r article {
  flex: 1;
  margin-left: 15px;
}

.index-news .r article .atitle {
  margin-top: 5px;
  line-height: 180%;
  font-size: 18px;
}

.index-news .r article p {
  line-height: 180%;
  font-size: 14px;
}


.index-strength {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.index-strength .title {
  font-size: 36px;
  font-weight: 700;
  color: #076aae;
}

.index-strength .des {
  margin-top: 15px;
  color: #666;
  font-size: 18px;
}

.index-strength ul {
  margin: 60px 0 0;
}

.index-strength li {
  width: 48%;
  margin-bottom: 25px;
}

.index-strength li .img, .index-strength li article {
  width: 48%;
}

.index-strength li .img img {
  width: 100%;
  display: block;
}

.index-strength li .atitle {
  margin-top: 15px;
  line-height: 200%;
  font-size: 18px;
  color: #333;
}

.index-strength li hr {
  width: 32px;
  height: 2px;
  border: 0;
  background-color: #076aae;
  margin: 5px 0 0;
}

.index-strength li .des {
  margin-top: 15px;
  line-height: 190%;
  font-size: 14px;
  color: #666;
}

.index-partners {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.index-partners .title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
}

.index-partners .des {
  margin-top: 15px;
  color: #666;
  font-size: 18px;
}

.index-partners ul {
  margin: 50px 0 0 0;
}

.index-partners li {
  border: 1px solid #eee;
  margin-right: 30px;
  transition: all .5s;
}

.index-partners li:hover {
  border-color: #0f62ca;
  transition: all .5s;
}

.index-partners .swiper-button-prev, .index-partners .swiper-button-next {
  top: 50px;
}

.subnavs {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 10px 0;
}

.subnavs a {
  display: inline-block;
  padding: 0 30px;
  background-color: #1B2D47;
  font-size: 18px;
  color: #fff;
  line-height: 55px;
  margin-right: 40px;
}

.subnavs li:last-child a {
  margin-right: 0;
}

.subnavs li.active a {
  background-color: #104492;
}

.fcode {
  width: 500px;
  position: relative;
}

.fcode p {
  width: 280px;
  height: 43px;
  margin-top: 10px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
  font: 24px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fcode;
  line-height: 43px;
  color: #fff;
  letter-spacing: 2.5px;
}

.fcode p img {
  vertical-align: middle;
  padding: 0 10px 0 20px;
}

.fcode span {
  display: block;
  font: 14px "Microsoft YaHei UI";
  color: #fff;
  line-height: 40px;
  margin-top: 15px;
}

.fcode b {
  display: block;
  width: 136px;
  height: 290px;
  position: absolute;
  top: 15px;
  right: 0;
}

.fcode b img {
  display: block;
  width: 128px;
  height: 128px;
  border: 4px solid #fff;
  margin-bottom: 15px;
}

.client-2 {
  width: 45px;
  position: fixed;
  right: 10px;
  top: 60%;
  z-index: 999;
  color: #fff;
}

.client-2 li a {
  text-decoration: none;
  color: #fff;
}

.client-2 li {
  margin-bottom: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.client-2 li.my-kefu-qq {
  background: #044299 url(../images/cimg23.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
  background: #044299 url(../images/cimg24.png) center no-repeat;
}

.client-2 li.my-kefu-tel {
  background: #044299 url(../images/cimg25.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
  background: #044299 url(../images/tohome.png) center no-repeat;
  background-size: 26px;
}

.client-2 li.my-kefu-shouye a {
  width: 45px;
  height: 45px;
  display: block;
}

.client-2 li.my-kefu-ftop {
  background: #044299 url(../images/returnTop.png) center no-repeat;
}

.client-2 li p {
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.client-2 li.my-kefu-qq .cont {
  margin: 0;
  background: #044299 url(../images/cimg23.png) 15px center no-repeat;
  border-radius: 50px;
  padding-left: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.client-2 li.my-kefu-tel .cont {
  margin: 0;
  background: #044299 url(../images/cimg25.png) 15px center no-repeat;
  border-radius: 50px;
  padding-left: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  width: 180px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.client-2 .my-kefu-ftop {
  display: none;
}

.client-2 .my-kefu-ftop .my-kefu-main {
  padding-top: 6px;
}

.client-2 li.my-kefu-weixin .cont {
  margin: 0;
  width: 115px;
  padding: 5px;
  border: solid 1px #ccc;
  position: absolute;
  left: -150px;
  top: -44px;
  background-color: #fff;
}

.client-2 li.my-kefu-weixin .cont span {
  display: block;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #1a1a1a;
}

.client-2 li.my-kefu-weixin .cont img {
  width: 115px;
  height: 115px;
}

.client-2 li:hover .cont {
  display: block !important;
}

#ccc_con_1 {
  overflow: hidden;
}

.pagelist {
  padding-top: 20px;
  width: 100%;
}

.pagelist ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagelist li {
  margin-right: 8px;
}

.pagelist li a, .pagelist li span {
  display: inline-block;
  padding: 0 5px;
  line-height: 28px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.pagelist li.active a {
  background-color: #1e3d87;
  border-color: #1e3d87;
  color: #fff;
}

@media (max-width: 768px) {
  *{box-sizing: border-box;}
  html{width: 100vw; overflow: scroll; overflow-x: hidden; overflow-y: auto;}
  body{padding-top: 70px;}
  .about .fl, .about .fr, .index-news .l, .index-news .r, .fcode {width: 100%;}
  .index-strength li {width: 100%;}
  .index-news .container {flex-direction: column;}
  .index-news .title {font-size: 18px;}
  .index-partners img {max-width: 100%; max-height: 100%;}
  .m_top {height: 70px; display: flex; align-items: center; justify-content: space-between; top: 0; padding: 0;}
  .about .fr iframe{width: 100%; height: 45vw;}
  .lcontact h2 {font-size: 20px;}
  .lcontact h4{font-size: 18px;}
  #ccc_con_1{display: flex; flex-wrap: wrap;}
  #ccc_con_1 a{width: 48%; margin-bottom: 20px; display: block;}
  #ccc_con_1 a:nth-child(even) {margin-left: 4%;}
  #ccc_con_1 .pro{width: 100%; height: auto; margin: 0;}
  .pro img{width: 100%; height: auto;}
  .footer {padding: 20px 2%;}
  .fcode b{position: static; height: auto;}
  .footer{width: 100%; padding: 20px 2%; overflow: hidden;}
  .footer .bNav{display: none;}
  .copyright{height: auto; padding: 7px 2%; line-height: 150%; overflow: hidden;}
  .copyright .container{display: flex; flex-direction: column;}
  .fcode p{width: 100%; height: 50px; display: flex; align-items: center; font-size: 18px;}
  .about .title em{font-size: 20px; line-height: 150%; margin-bottom: 10px;}
  .about ul li em, .index-partners .title{font-size: 20px;}
  .index-strength .title{font-size: 20px;}
  .case .tit a, .index-recommend-products-title p{font-size: 20px;}
  .case2{min-width: 100%; display: flex; flex-wrap: wrap; padding: 0 2%;}
  .case2 a{width: 48%; margin: 0 1% 0;}
  #navbar{padding-top: 0;}
  .subnavs a{font-size: 14px;}
  .case2 dd{position: static;}
  .index-strength li .atitle{margin-top: 0;}
  .index-news{padding-bottom: 0;}
  .index-news .r{margin-top: 5vw;}
  .index-news .r article .atitle, .index-news .l .atitle{font-size: 16px;}
  .index-partners .des{font-size: 14px;}
  .product .c{padding: 7px;}
  .pro_class .class{width: 48%; margin: 0 0 10px 0;}
  .pro_class .class:nth-child(even) {margin-left: 4%;}
  .about .info p{line-height: 160%;}
  .index-product{}
  .index-recommend-products-title{margin-top: 5vw;}
  .index-product-title{margin-bottom: 4vw;}
  .index-strength li{align-items: center;}
  .index-strength li .des{line-height: 170%;}
  body.openmenu{width: 100%;}
}