@charset "UTF-8";
p {
  padding: 0;
  margin: 0;
}
html{font-family:"微软雅黑"!important;}

.w1350 {
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1467px) {
  .w1350 {
    margin: 0 auto;
    width: 92%;
  }
}

.pc_hide {
  display: none;
}

.m_hide {
  display: none;
}

@media (min-width: 1201px) {
  .pc_hide {
    display: block;
  }
}

@media (max-width: 1200px) {
  .m_hide {
    display: block;
  }
}

.pc_hidea {
  display: none;
}

.m_hidea {
  display: none;
}

@media (min-width: 1351px) {
  .pc_hidea {
    display: block;
  }
}

@media (max-width: 1350px) {
  .m_hidea {
    display: block;
  }
}

/*首页banner*/
.xyin-banner {
  position: relative;
  overflow: hidden;
}

.xyin-banner .slick-arrow {
  border: none;
  outline: none;
  position: absolute;
  z-index: 9999;
  display: block;
  font-size: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.xyin-banner .slick-prev {
  left: 0%;
  background: url("../images/z.png") no-repeat top center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
}

.xyin-banner .slick-next {
  right: 0;
  background: url("../images/y.png") no-repeat top center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
}

/*首页banner样式*/
.slick-banner {
  position: relative;
}

.slick-banner .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: 10px;
}

.slick-banner .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #efefef;
  cursor: pointer;
}

.slick-banner .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.slick-banner .slick-dots li.slick-active {
  background: #ed7e04;
}

.slick-banner .img img {
  width: 100%;
}

.slick-banner .slick-con {
  position: relative;
}

#mob-banner {
  display: none;
}

@media (max-width: 768px) {
  #pc-banner {
    display: none;
  }
  #mob-banner {
    display: block;
  }
}

.head1 {
  position: absolute;
  left: 50%;
  top: 1vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  height: 120px;
  width: 100%;
}

a.logo {
  display: block;
}

/*导航栏样式*/
.nav {
  height: 42px;
  /*background: url(../images/line1.jpg) no-repeat right center;*/
  margin-top: 6px;
}

.nav li {
  line-height: 42px;
  height: 42px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  padding: 0px 1.6vw;
  /*background: url(../images/line1.jpg) no-repeat left center;*/
}

.nav li a {
  display: block;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}

.nav li:hover > a {
  background: url(../images/ahjhgj.png) no-repeat center bottom;
}

.nav .sec {
  height: 0;
  background: #2d3442;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 55px;
  left: 0px;
  /*border-radius: 10px;*/
}

.nav .sec a {
  background: #2d3442;
  color: #fff;
  height: 37px;
  line-height: 37px;
  width: 170px;
  /*border-bottom:1px solid #b2b2b3;*/
  font-size: 13px;
  text-indent: 15px;
  text-align: left;
}

.nav .sec a:hover {
  text-decoration: none;
  background: url(../images/dd1.png) no-repeat 150px center;
  color: #ffb015;
}

.fraa {
  font: 500 13px/2em "微软雅黑";
  color: rgba(255, 255, 255, 0.39);
  margin-top: 12px;
}

.fraa a {
  color: rgba(255, 255, 255, 0.39);
}

.fraa a:hover {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1024px) {
  .fraa {
    display: none;
  }
}

/*手机端头部*/
.xymob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #151515;
}

.xymob-head-box {
  position: relative;
  height: 60px;
}

.xymob-head-box .xymob-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 94%;
  height: 30px;
  text-align: left;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
  display: inline;
  font-size: 0;
}

.xymob-head-box .xymob-logo img {
  height: 25px;
}

.xymob-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  /* left: 0; */
  margin: auto 27px auto 0;
  width: 30px;
  height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn span {
  margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
      transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.xymob-search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  text-align: center;
  line-height: 60px;
}

.xymob-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #151515;
  padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}

.xymob-nav > li {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}

.xymob-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
  background: #1E1E1E;
  display: none;
}

.xymob-nav .xymob-sub-menu > li {
  border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.xymob-dlbtn {
  margin-top: 40px;
}

.xymob-dlbtn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #38a937;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.xymob-dlbtn a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
  background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
  background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
  background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

.xymob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0 15%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .xymob-search .xymob-search-close-btn {
    left: 15px;
  }
}

.xymob-search .xymob-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
}

.xymob-search .xymob-search-close-btn i:after {
  background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "微软雅黑";
  font-size: 16px;
  height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
  width: 20%;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
  left: 0;
}

.cont1 {
  background: url(../images/sskbj1.jpg) no-repeat center top;
  height: 89px;
}

.a1_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a1_v1 > h2 {
  color: #ffffff;
  font: 600 24px/89px "微软雅黑";
}

#formsearch1 {
  width: auto;
  float: right;
  margin-top: 25px;
}

/*搜索和热门搜索*/
#formsearch1 input {
  height: 39px;
  background: none;
  border: none;
  line-height: 22px;
}

#formsearch1 input#keyword {
  height: 39px;
  line-height: 39px;
  color: #fff;
  font-size: 14px;
  width: 230px;
  border: 1px solid #8e9194;
  text-indent: 2em;
}

#formsearch1 input#s_btn {
  width: 49px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: url(../images/ssk.jpg) no-repeat center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.souo {
  width: 785px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 26px;
}

.souo select {
  max-width: 309px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 40px;
  /* text-indent: 4px; */
  border: none;
  background: url(../images/xj.png) no-repeat 93% 50% #2a3034;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 2.5% 0 1.5%;
  border-bottom: 1px solid #fff;
}

.souo a.haha {
  display: block;
  width: 67px;
  line-height: 36px;
  height: 36px;
  margin-top: 4px;
  font-size: 14px;
  background: #fea501;
  text-align: center;
  color: #fff;
}

@media (max-width: 1320px) {
  .a1_v1 > h2 {
    display: none;
  }
  .cont1 {
    background: #2a3034;
    height: auto;
    padding: 1.4em 0;
  }
  .souo, #formsearch1 {
    margin-top: 0;
  }
}

@media (max-width: 1220px) {
  .ss1 {
    width: calc(96% - 283px);
  }
  .ss1 .souo {
    width: 100%;
  }
  .ss1 .souo select {
    max-width: calc(calc(98% - 67px)/2);
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  #formsearch1 {
    display: none;
  }
  .ss1 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .ss1 .souo select {
    max-width: 100%;
  }
  .souo a.haha {
    width: 80px;
    line-height: 32px;
    height: 32px;
  }
}

.cont2 {
  margin-top: 2vw;
}

.title_a1 {
  text-align: center;
}

.title_a1 h2 {
  color: #ababab;
  font: 500 40px/1.5em "微软雅黑";
}

.title_a1 h2 span {
  color: #333333;
  font-weight: 600;
}

.title_a1 p {
  color: #444444;
  font: 500 16px/2em "微软雅黑";
}

.tab1 {
  display: none;
}

.a2_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.7vw;
}

.a2_v1 .a2_b1 {
  width: 38.37%;
}

.a2_v1 .a2_b1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../images/ahgfhgfj.jpg) no-repeat center top #f7f7f7;
  background-size: 100% 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a2_v1 .a2_b1 li a.img {
  width: 138px;
  line-height: 140px;
  height: 140px;
  overflow: hidden;
  text-align: center;
}

.a2_v1 .a2_b1 li a.img img {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.a2_v1 .a2_b1 li .whegh {
  width: calc(93% - 138px);
  padding-right: 4%;
}

.a2_v1 .a2_b1 li .whegh h2 {
  color: #fea501;
  font: 500 23px/1.6em "微软雅黑";
}

.a2_v1 .a2_b1 li .whegh p {
  color: #000000;
  font: 500 15px/1.4em "微软雅黑";
  padding: 0.5em 0;
}

.a2_v1 .a2_b1 li .whegh a {
  display: block;
  color: #fea501;
  font: 500 12px/1.5em "微软雅黑";
}

.a2_v1 .a2_b1 li.cur {
  background: url(../images/ahgfhgfja.jpg) no-repeat center top #fea501;
  background-size: 100% 100%;
}

.a2_v1 .a2_b1 li.cur a.img img.img2 {
  -webkit-transform: translateY(-140px);
      -ms-transform: translateY(-140px);
          transform: translateY(-140px);
}

.a2_v1 .a2_b1 li.cur a.img img.img1 {
  -webkit-transform: translateY(-140px);
      -ms-transform: translateY(-140px);
          transform: translateY(-140px);
}

.a2_v1 .a2_b1 li.cur .whegh h2, .a2_v1 .a2_b1 li.cur .whegh p, .a2_v1 .a2_b1 li.cur .whegh a {
  color: #fff;
}

.a2_v1 .a2_b2 {
  width: calc(100% - 38.37%);
}
.tab1{
    background: url(../images/bj11.jpg) no-repeat center top;
    background-size: cover;
}
.a2_v1 .a2_b2 a.img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 560px;
}

.a2_v1 .a2_b2 a.img img {
  width: auto;
  max-width: 80%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%; transform: translate(-50%,-50%);
}

.m_a2_vba1 {
  position: relative;
  overflow: hidden;
  margin-top: 1em;
}

.m_a2_vba1 li a.img {
  display: block;
}

.m_a2_vba1 li a.img img {
  width: 100%;
}

.m_a2_vba1 li .hgga_a {
  background: #f7f7f7;
  padding: 1em 2em;
}

.m_a2_vba1 li .hgga_a h2 a {
  display: block;
  color: #fea501;
  font: 500 16px/2em "微软雅黑";
}

.m_a2_vba1 li .hgga_a p {
  color: #000000;
  font: 500 12px/1.5em "微软雅黑";
}

.m_a2_vba1 .slick-arrow {
  border: none;
  outline: none;
  position: absolute;
  z-index: 99;
  display: block;
  font-size: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 43px;
  height: 44px;
}

.m_a2_vba1 .slick-prev {
  left: 0%;
  background: url("../images/left.png") no-repeat top center;
  background-size: 100% 100%;
}

.m_a2_vba1 .slick-next {
  right: 0;
  background: url("../images/right.png") no-repeat top center;
  background-size: 100% 100%;
}

@media (max-width: 1467px) {
  .a2_v1 .a2_b1 li .whegh {
    width: calc(100% - 138px);
  }
}

@media (max-width: 1366px) {
  .title_a1 h2 {
    font-size: 32px;
  }
  .title_a1 p {
    font-size: 14px;
  }
  .a2_v1 .a2_b1 li .whegh h2 {
    font-size: 19px;
  }
  .a2_v1 .a2_b1 li .whegh p {
    font-size: 13px;
  }
}

@media (max-width: 990px) {
  .cont2 {
    margin-top: 2em;
  }
  .title_a1 h2 {
    font-size: 25px;
  }
  .title_a1 p {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .m_a2_vba1 .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 450px) {
  .title_a1 h2 {
    font-size: 22px;
  }
  .m_a2_vba1 li .hgga_a {
    padding: 1em 1.5em;
  }
  .m_a2_vba1 li .hgga_a h2 a {
    font-size: 15px;
  }
}

.trans {
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.fang {
  display: block;
  overflow: hidden;
}

.fang img {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.cont3 {
  background: #f6f6f6;
  padding: 3vw 0;
  margin-top: 3vw;
  display: none;
}

.cont3 .a3_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont3 .a3_v1 .a3_b1 {
  width: 47.85%;
  position: relative;
}

.cont3 .a3_v1 .a3_b1 .ghggha {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font: 500 28px/1.6em "微软雅黑";
  text-align: center;
  padding: 0.6em 1.4em;
  background: #fea501;
  z-index: 99;
  letter-spacing: 5px;
}

.cont3 .a3_v1 .a3_b1 .a3_list1 {
  position: relative;
  overflow: hidden;
}

.cont3 .a3_v1 .a3_b1 .a3_list1 li a.img {
  display: block;
  position: relative;
  font-size: 0;
}

.cont3 .a3_v1 .a3_b1 .a3_list1 li a.img img {
  width: 100%;
}

.cont3 .a3_v1 .a3_b1 .a3_list1 li a.img h2 {
  display: block;
  color: #333;
  font: 500 18px/2em "微软雅黑";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0.8em 0;
}

.cont3 .a3_v1 .a3_b1 .a3_list1 .slick-arrow {
  border: none;
  outline: none;
  position: absolute;
  z-index: 99;
  display: block;
  font-size: 0;
  bottom: 10px;
  width: 20px;
  height: 36px;
}

.cont3 .a3_v1 .a3_b1 .a3_list1 .slick-prev {
  left: 20%;
  background: url("../images/fhgaghf.png") no-repeat top center;
  background-size: 100% 100%;
}

.cont3 .a3_v1 .a3_b1 .a3_list1 .slick-next {
  right: 20%;
  background: url("../images/fhgaghf.png") no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.cont3 .a3_v1 .a3_b2 {
  width: 51.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont3 .a3_v1 .a3_b2 .a3_c1 {
  width: 51.58%;
}

.cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img {
  display: block;
  position: relative;
}

.cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img i {
  display: block;
}

.cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img i img {
  width: 100%;
  height: 486px
}


.cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img .gagfgf {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.71);
  padding: 0 2em;
  overflow: hidden;
  height: 64px;
  width: 100%
}

.cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img .gagfgf h2 {
  color: #ffffff;
  font: 500 24px/64px "微软雅黑";
}

.cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img .gagfgf .gga_hga {
  height: 0;
  color: #fff;
  font: 500 14px/1.7em "微软雅黑";
}

.cont3 .a3_v1 .a3_b2 .a3_c1:hover a.img .gagfgf {
  height: 35%;
}

.cont3 .a3_v1 .a3_b2 .a3_c1:hover a.img .gagfgf .gga_hga {
  height: auto;
  color: #fff;
  font: 500 14px/1.7em "微软雅黑";
}

.cont3 .a3_v1 .a3_b2 .a3_c2 {
  width: 46.97%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 100%;
}

.cont3 .a3_v1 .a3_b2 .a3_c2 li {
  width: 100%;
}

.cont3 .a3_v1 .a3_b2 .a3_c2 li a.img {
  display: block;
  position: relative;
  overflow: hidden;
}

.cont3 .a3_v1 .a3_b2 .a3_c2 li a.img img {
  width: 100%;
}

.cont3 .a3_v1 .a3_b2 .a3_c2 li a.img .wghegha {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.cont3 .a3_v1 .a3_b2 .a3_c2 li a.img .wghegha h2 {
  color: #fff;
  font: 600 24px/2em "微软雅黑";
  width: 100%;
}

.cont3 .a3_v1 .a3_b2 .a3_c2 li a.img .wghegha p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.cont3 .a3_v1 .a3_b2 .a3_c2 li:nth-child(1) a.img .wghegha {
  background: #000000;
}

.cont3 .a3_v1 .a3_b2 .a3_c2 li:nth-child(1) a.img .wghegha h2 {
  color: #fea501;
}

.cont3 .a3_v1 .a3_b2 .a3_c2 li:nth-child(2) a.img .wghegha {
  background: #fea501;
}

.cont3 .a3_v1 .a3_b2 .a3_c2 li:hover a.img .wghegha {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 1240px) {
  .cont3 .a3_v1 .a3_b1 .a3_list1 li a.img h2 {
    font-size: 14px;
  }
  .cont3 .a3_v1 .a3_b1 .a3_list1 .slick-arrow {
    width: 14px;
    height: 25px;
  }
  .cont3 .a3_v1 .a3_b1 .ghggha {
    font-size: 20px;
  }
  .cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img .gagfgf h2 {
    font: 500 18px/44px "微软雅黑";
  }
  .cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img .gagfgf {
    height: 44px;
  }
  .cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img .gagfgf .gga_hga {
    font-size: 12px;
  }
  .cont3 .a3_v1 .a3_b2 .a3_c1:hover a.img .gagfgf {
    height: 124px;
  }
  .cont3 .a3_v1 .a3_b2 .a3_c2 li a.img .wghegha h2 {
    font-size: 20px;
  }
  .cont3 .a3_v1 .a3_b2 .a3_c2 li a.img .wghegha p {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .cont3 {
    padding: 2em 0;
    margin-top: 2em;
  }
  .cont3 .a3_v1 .a3_b1 {
    width: 100%;
  }
  .cont3 .a3_v1 .a3_b2 {
    width: 100%;
    margin-top: 1em;
  }
}

@media (max-width: 640px) {
  .cont3 .a3_v1 .a3_b2 .a3_c1:hover a.img .gagfgf {
    height: auto;
    padding-bottom: 1em;
  }
  .cont3 .a3_v1 .a3_b2 .a3_c2 li a.img .wghegha h2 {
    font-size: 16px;
  }
  .cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img .gagfgf h2 {
    font-size: 16px;
  }
  .cont3 .a3_v1 .a3_b1 .ghggha {
    font-size: 18px;
    padding: 0.6em 1em;
    line-height: 1.3em;
  }
  .cont3 .a3_v1 .a3_b1 .a3_list1 .slick-prev {
    left: 1%;
  }
  .cont3 .a3_v1 .a3_b1 .a3_list1 .slick-next {
    right: 1%;
  }
  .cont3 .a3_v1 .a3_b2 .a3_c1 .hatghg a.img i img{
      height:100%;
  }
}

.cont4 {
  background: url(../images/bj1.jpg) no-repeat center top;
  background-size: cover;
  padding: 5vw 0 4vw;
  margin-top: 2em;
}

.a4_v1 {
  border-bottom: 3px solid #fea501;
  padding-bottom: 2.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a4_v1 .a4_b1 {
  width: 29.629%;
}

.a4_v1 .a4_b1 .hggfag {
  color: #fff;
}

.a4_v1 .a4_b1 .hggfag h2 {
  font: 600 42px/1.5em "微软雅黑";
}

.a4_v1 .a4_b1 .hggfag .gga {
  font: 500 26px/1.4em "微软雅黑";
  padding: 1vw 0 2vw;
}

.a4_v1 .a4_b1 .hggfag p {
  font: 500 17px/1.9em "微软雅黑";
}

.a4_v1 .a4_b1 .hgga_aa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3vw;
}

.a4_v1 .a4_b1 .hgga_aa li {
  width: 50%;
}

.a4_v1 .a4_b1 .hgga_aa li h2 {
  color: #fff;
  font: 500 16px/2em "微软雅黑";
}

.a4_v1 .a4_b1 .hgga_aa li h2 span {
  color: #fea501;
  font: 500 64px/1em "Impact";
}

.a4_v1 .a4_b1 .hgga_aa li h2 b {
  color: #fea501;
  font: 500 30px/1em "Impact";
  display: inline-block;
  padding: 0 0.4em;
}

.a4_v1 .a4_b1 .hgga_aa li p {
  color: #ffffff;
  font: 500 16px/2em "微软雅黑";
}

.a4_v1 .a4_b2 {
  width: 68.37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.a4_v1 .a4_b2 li {
  width: 32%;
}

.a4_v1 .a4_b2 li a.img {
  display: block;
}

.a4_v1 .a4_b2 li a.img img {
  width: 100%;
}

.a4_v1 .a4_b2 li a.img .wgheghas {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5em 1.2em 1em;
}

.a4_v1 .a4_b2 li a.img .wgheghas p {
  color: #333333;
  font: 500 14px/1.5em "微软雅黑";
}

.a4_v1 .a4_b2 li a.img .wgheghas p:before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #fea501;
  margin-bottom: 1em;
}

.a4_v1 .a4_b2 li a.img .wgheghas h2 {
  color: #fea501;
  font: 600 21px/1.5em "微软雅黑";
  padding: 0.5em 0;
}

.a4_v1 .a4_b2 li:hover a.img .wgheghas {
  background: rgba(254, 165, 1, 0.9);
}

.a4_v1 .a4_b2 li:hover a.img .wgheghas p {
  color: #fff;
}

.a4_v1 .a4_b2 li:hover a.img .wgheghas p:before {
  background: #fff;
}

.a4_v1 .a4_b2 li:hover a.img .wgheghas h2 {
  color: #fff;
}

@media (max-width: 1240px) {
  .a4_v1 {
    border-bottom: 2px solid #fea501;
  }
  .a4_v1 .a4_b1 .hggfag h2 {
    font-size: 34px;
  }
  .a4_v1 .a4_b1 .hggfag .gga {
    font-size: 20px;
  }
  .a4_v1 .a4_b1 .hggfag p {
    font-size: 14px;
  }
  .a4_v1 .a4_b1 .hgga_aa li h2 span {
    font-size: 40px;
  }
  .a4_v1 .a4_b1 .hgga_aa li h2 b {
    font-size: 24px;
  }
  .a4_v1 .a4_b1 .hgga_aa li h2 {
    font-size: 14px;
  }
  .a4_v1 .a4_b1 .hgga_aa li p {
    font-size: 12px;
  }
  .a4_v1 .a4_b2 li a.img .wgheghas p {
    font-size: 12px;
  }
  .a4_v1 .a4_b2 li a.img .wgheghas h2 {
    font-size: 16px;
  }
  .a4_v1 .a4_b2 li a.img .wgheghas p:before {
    width: 20px;
    height: 2px;
  }
}

@media (max-width: 990px) {
  .cont4 {
    padding: 4em 0 3em;
  }
  .a4_v1 .a4_b1 {
    width: 100%;
  }
  .a4_v1 .a4_b1 .hgga_aa {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .a4_v1 .a4_b1 .hgga_aa li {
    width: auto;
  }
  .a4_v1 .a4_b1 .hgga_aa li + li {
    margin-left: 5%;
  }
  .a4_v1 .a4_b2 {
    width: 100%;
    margin-top: 1em;
  }
}

@media (max-width: 540px) {
  .cont4 {
    padding: 2em 0 2em;
  }
  .a4_v1 .a4_b2 li {
    width: 100%;
    margin-bottom: 1em;
  }
  .a4_v1 .a4_b1 .hggfag h2 {
    font-size: 28px;
  }
  .a4_v1 .a4_b1 .hggfag .gga {
    font-size: 16px;
  }
  .a4_v1 .a4_b1 .hggfag p {
    font-size: 12px;
  }
  .a4_v1 .a4_b1 .hgga_aa li {
    width: 50%;
  }
  .a4_v1 .a4_b1 .hgga_aa li + li {
    margin-left: 0;
  }
  .a4_v1 .a4_b1 .hgga_aa li p {
    font-size: 12px;
  }
  .a4_v1 .a4_b2 li a.img .wgheghas p {
    font-size: 12px;
  }
  .a4_v1 .a4_b2 li a.img .wgheghas h2 {
    font-size: 16px;
  }
  .a4_v1 .a4_b2 li a.img .wgheghas p:before {
    width: 20px;
    height: 2px;
  }
}

.cont5 {
  padding: 3vw 0 0;
}

.a5_list1 {
  margin: 2vw -0.6vw 0;
  position: relative;
}

.a5_list1 .slick-arrow {
  font-size: 0;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  width: 27px;
  height: 47px;
  top: 45%;
  margin-top: -23px;
  background: url(../images/ahgh.png) no-repeat center;
  z-index: 999;
}

.a5_list1 .slick-prev {
  left: -30px;
}

.a5_list1 .slick-next {
  right: -30px;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.a5_list1 li {
  margin: 0 0.6vw;
}

.a5_list1 li a.img {
  display: block;
}

.a5_list1 li a.img img {
  width: 100%;
}

.a5_list1 li h2 a {
  display: block;
  color: #444444;
  font: 500 18px/2em "微软雅黑";
  text-align: center;
  padding: 0.5em 0;
}

.a5_list1 li:hover h2 a {
  color: #fea501;
}

@media (max-width: 990px) {
  .cont5 {
    padding: 2em 0 0;
  }
  .a5_list1 li h2 a {
    font-size: 14px;
  }
}

.cont6 {
  padding: 2vw 0 0;
}

.a6_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2vw;
}

.a6_v1 .a6_b1 {
  width: 29.185%;
}

.a6_v1 .a6_b1 .xw_a1 li {
  width: 100%;
}

.a6_v1 .a6_b1 .xw_a1 li a.img {
  display: block;
  border: 1px solid #dcdcdc;
  position: relative;
}

.a6_v1 .a6_b1 .xw_a1 li a.img img {
  width: 100%;
}

.a6_v1 .a6_b1 .xw_a1 li a.img .datea {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #fea501;
  padding: 1em 1.5em 0.5em;
  color: #fff;
}

.a6_v1 .a6_b1 .xw_a1 li a.img .datea b {
  display: block;
  font: 500 30px/1em "Impact";
}

.a6_v1 .a6_b1 .xw_a1 li a.img .datea span {
  display: block;
  font: 500 16px/1.5em "微软雅黑";
}

.a6_v1 .a6_b1 .xw_a1 li h2 a {
  display: block;
  color: #333333;
  font: 600 16px/2em "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.a6_v1 .a6_b1 .xw_a1 li h2 a:hover {
  color: #fea501;
}

.a6_v1 .a6_b1 .xw_a1 li h3 {
  color: #666;
  font: 500 14px/2em "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.a6_v1 .a6_b2 {
  width: 37.481%;
}

.a6_v1 .a6_b2 .xw_a2 li {
  border-bottom: 1px dotted #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9em 0;
}

.a6_v1 .a6_b2 .xw_a2 li .datea {
  text-align: center;
  width: auto;
  color: #a6a6a6;
}

.a6_v1 .a6_b2 .xw_a2 li .datea b {
  display: block;
  font: 500 30px/1em "Impact";
}

.a6_v1 .a6_b2 .xw_a2 li .datea span {
  display: block;
  font: 500 16px/1.5em "微软雅黑";
}

.a6_v1 .a6_b2 .xw_a2 li .xw_wenz {
  width: calc(100% - 75px);
}

.a6_v1 .a6_b2 .xw_a2 li .xw_wenz h2 a {
  display: block;
  color: #333333;
  font: 600 16px/1.5em "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.a6_v1 .a6_b2 .xw_a2 li .xw_wenz h3 {
  color: #666;
  font: 500 14px/1.5em "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.a6_v1 .a6_b2 .xw_a2 li:hover .datea, .a6_v1 .a6_b2 .xw_a2 li:hover .xw_wenz h2 a, .a6_v1 .a6_b2 .xw_a2 li:hover .xw_wenz h3 {
  color: #fea501;
}

.a6_v1 .a6_b3 {
  width: 28.444%;
}

.a6_v1 .a6_b3 .hgahggh li {
  width: 100%;
}

.a6_v1 .a6_b3 .hgahggh li a.img {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a6_v1 .a6_b3 .hgahggh li a.img .wegthgs {
  width: 50%;
  background-color: #fea501;
  padding: 0 1em;
}

.a6_v1 .a6_b3 .hgahggh li a.img .wegthgs p {
  color: #fff;
  font: 500 20px/1.5em "微软雅黑";
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.a6_v1 .a6_b3 .hgahggh li a.img i {
  display: block;
  width: 50%;
}

.a6_v1 .a6_b3 .hgahggh li a.img i img {
  width: 100%;
}

.a6_v1 .a6_b3 .hgahggh li:nth-child(2) a.img .wegthgs {
  background: #313131;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 1320px) {
  .a6_v1 .a6_b1 .xw_a1 li a.img .datea b, .a6_v1 .a6_b2 .xw_a2 li .datea b {
    font-size: 24px;
  }
  .a6_v1 .a6_b1 .xw_a1 li a.img .datea span, .a6_v1 .a6_b2 .xw_a2 li .datea span {
    font-size: 12px;
  }
  .a6_v1 .a6_b1 .xw_a1 li h2 a, .a6_v1 .a6_b2 .xw_a2 li .xw_wenz h2 a {
    font-size: 14px;
  }
  .a6_v1 .a6_b1 .xw_a1 li h3, .a6_v1 .a6_b2 .xw_a2 li .xw_wenz h3 {
    font-size: 12px;
  }
  .a6_v1 .a6_b3 .hgahggh li a.img .wegthgs p {
    font-size: 14px;
  }
  .a6_v1 .a6_b2 .xw_a2 li .xw_wenz {
    width: calc(100% - 64px);
  }
}

@media (max-width: 990px) {
  .cont6 {
    padding: 2em 0 0;
  }
  .a6_v1 {
    margin-top: 1.1em;
  }
  .a6_v1 .a6_b1 {
    width: 100%;
  }
  .a6_v1 .a6_b2 {
    width: 100%;
    margin: 1em auto;
  }
  .a6_v1 .a6_b3 {
    width: 100%;
  }
}

.ss {
  margin-top: 3vw;
}

.foot_bj {
  background: #222222;
}

.foot_bj .foot1 {
  padding: 2vw 0;
  border: 1px solid #393939;
}

.foot_bj .foot1 .fo_a1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.foot_bj .foot1 .fo_a1 .d_erm {
  width: 15%;
  text-align: center;
  color: #888888;
  font: 500 14px/2em "微软雅黑";
}

.foot_bj .foot1 .fo_a1 .d_erm img {
  max-width: 100%;
  padding-bottom: 0.5em;
}

.foot_bj .foot1 .fo_a1 .d_nav {
  width: calc(91% - 15%);
}

.foot_bj .foot1 .fo_a1 .d_nav li {
  float: left;
  width: 16.666%;
}

.foot_bj .foot1 .fo_a1 .d_nav li a {
  display: block;
}

.foot_bj .foot1 .fo_a1 .d_nav li > a {
  color: #ffffff;
  font: 500 16px/1.7em "微软雅黑";
}

.foot_bj .foot1 .fo_a1 .d_nav li .sec {
  margin-top: 1em;
}

.foot_bj .foot1 .fo_a1 .d_nav li .sec a {
  color: #888888;
  font: 500 13px/2.1em "微软雅黑";
}

.foot_bj .foot1 .fo_a1 .d_nav li .sec a:hover {
  color: #ffffff;
}

.foot_bj .foot2 {
  padding: 1.5em 0;
  text-align: center;
}

.foot_bj .foot2 .copyright1, .foot_bj .foot2 .copyright1 a {
  color: #888888;
  font: 500 13px/2em "微软雅黑";
}

.foot_bj .foot2 .copyright1 a:hover {
  color: #fff;
}

@media (max-width: 990px) {
  .foot_bj .foot2 {
    margin-top: 2em;
  }
  .foot_bj .foot2 .copyright1, .foot_bj .foot2 .copyright1 a {
    font-size: 12px;
    line-height: 1.5em;
  }
}

@media (max-width: 1200px) {
  body {
    padding-top: 60px;
  }
}

.xypg-product-list {
  margin: 0 -1.5%;
  font-size: 0;
}

.xypg-product-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 30.333%;
  margin: 0 1.5% 20px 1.5%;
  padding: 10px 10px 0 10px;
  border: 1px solid #eeeeee;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-product-list li .img {
  display: block;
}

.xypg-product-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  padding: .8em 0;
}

.xypg-product-list li:hover {
  border-color: #007fce;
}

.xypg-product-list .no-result {
  margin: 0 1.5%;
  font-size: 14px;
}

.xypg-case-list {
  margin: 0 -1%;
  font-size: 0;
}

.xypg-case-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 31.333%;
  margin: 0 1% 10px 1%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-case-list li .img {
  display: block;
}

.xypg-case-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  padding: .8em 0;
}

.xypg-case-list li:hover h3 a {
  color: #007fce;
}

.xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
  width: 100%;
}

.xypg-product-list li .img img, .xypg-case-list li .img img {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.x-product-list li .img, .x-case-item .img, .x-news-img, .xypg-product-list li .img, .xypg-case-list li .img, .relate-product-slick .owl-item .img {
  overflow: hidden;
}

.x-product-list li .img:hover img, .x-case-item .img:hover img, .x-news-img:hover img, .xypg-product-list li .img:hover img, .xypg-case-list li .img:hover img, .relate-product-slick .owl-item .img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #007fce;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #007fce;
}

@media (max-width: 990px) {
  .xypg-news-list li .tit {
    border-bottom: none;
  }
  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .xypg-news-list li .tit .date {
    position: static;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    color: #999;
  }
}

.xypg-album-cate {
  margin: 0 -1%;
}

.xypg-album-cate li {
  float: left;
  width: 31.33333%;
  margin: 0 1% 20px 1%;
  border: 1px solid #eaeaea;
  padding: 10px;
}

.xypg-album-cate li .album-img {
  margin-bottom: 15px;
}

.xypg-album-cate li .album-img img {
  width: 100%;
}

.xypg-album-cate li .album-title {
  text-align: center;
  font-size: 15px;
  color: #666666;
  margin-bottom: 5px;
}

.xypg-album-cate li .album-num {
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.xypg-album-cate li .album-num span {
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .xypg-album-cate li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .xypg-album-cate {
    margin: 0;
  }
  .xypg-album-cate li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.xypg-album-list {
  margin: 0 -1%;
}

.xypg-album-list li {
  float: left;
  width: 31.33333%;
  margin: 0 1% 20px 1%;
  position: relative;
}

.xypg-album-list li .img {
  display: block;
  overflow: hidden;
}

.xypg-album-list li .img img {
  width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-album-list li h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-weight: normal;
  font-size: 16px;
}

.xypg-album-list li:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

@media (max-width: 768px) {
  .xypg-album-list li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .xypg-album-list {
    margin: 0;
  }
  .xypg-album-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.xypg-album-list.xypg-getkey-list li {
  width: 18%;
}

@media (max-width: 1200px) {
  .xypg-album-list.xypg-getkey-list li {
    width: 31.3333%;
  }
}

@media (max-width: 768px) {
  .xypg-album-list.xypg-getkey-list li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .xypg-album-list.xypg-getkey-list {
    margin: 0;
  }
  .xypg-album-list.xypg-getkey-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.right .content img {
  max-width: 100%;
  height: auto !important;
}

.cp_img {
  text-align: center;
}

@media (max-width: 990px) {
  .xypg-news-list li .tit {
    border-bottom: none;
  }
  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .xypg-news-list li .tit .date {
    position: static;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    color: #999;
  }
  .relate {
    display: none;
  }
  .sitemp .site {
    display: none;
  }
  .copyright span {
    display: none;
  }
}

@media (max-width: 768px) {
  .xypg-product-list li {
    width: 47%;
  }
  .xypg-case-list li {
    width: 48%;
  }
  .wehhha {
    width: 100%;
  }
  .product_detail .list {
    width: 100%;
    margin-left: 0;
  }
  h3.title_bar {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 540px) {
  .info_title {
    display: none;
  }
}

@media (max-width: 500px) {
  .sitemp {
    display: none;
  }
}

@media (max-width: 375px) {
  .xypg-product-list li {
    width: 97%;
  }
  .xypg-case-list li {
    width: 98%;
  }
}



/*手机底部*/
@media (max-width:768px){
  .db{display:block!important;}
 }
 
 
 .dbb{height:50px;}
 
 /* 页脚 */
 .footer {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 999;
   background: #ffa902;
 }
 
 .footer ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .footer ul li {
   -webkit-box-flex: 1;
       -ms-flex: 1;
           flex: 1;
   text-align: center;
   color: #ffffff;
   line-height: 30px;padding:10px 0;
   font-size: 0;
 }
 
 .footer ul li.active {
   background: #da251c;
 }
 
 .footer ul li a {
   display: block;color:#fff;
 }
 
 .footer ul li .iconfont {
   font-size: 18px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 5px;
 }
 
 .footer ul li span {
   display: inline-block;
   vertical-align: middle;
   font-size: 16px;color:#fff;
 }
 
 
 .footer li .icon-home{ background: url(../images/a11.png) no-repeat;width:20px;height:20px;}
 .footer li .icon-home2{ background: url(../images/a2.png) no-repeat;width:20px;height:20px;}
 .footer li .icon-phone{ background: url(../images/a3.png) no-repeat;width:20px;height:20px;}
 .footer li .icon-contact{ background: url(../images/a4.png) no-repeat;width:20px;height:20px;}
 
 .footer li .icon-phone:before{font-size:0;}
 .footer ul li a{border-right:1px solid #fff;}
 .footer ul li:last-child a{border-right:none;}
 
 