
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0
}
body {
  font: 16px "微软雅黑", "Arial Narrow", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #313131;
  line-height: 1.5;
}
a {
  color: #2d374b;
  text-decoration: none
}
em {
  font-style: normal
}
li {
  list-style: none
}
img {
  border: 0;
  vertical-align: middle
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
p {
  word-wrap: break-word
}
.text-indent {
  text-indent: 2rem;
}
.header, .content, .footer, .text, img {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *zoom: 1;
}
/*swiper*/
html, body {
  position: relative;
  height: 100%;
  background-color: #eaeaea;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  background: #fff;
  background-size: 100% 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}
.menu {
  min-width: 100px;
  width: 70%;
  max-width: 320px;

  background-color: #2C8DFB;
  color: #fff;
}
.content {
  width: 100%;

}
.menu-button {
  position: absolute;
  top: 0px;
  left: 0px;

  padding: 15px;

  cursor: pointer;

  -webkit-transition: .3s;
  transition: .3s;

  background-color: #2C8DFB;

  /*margin: 14px;
  border-radius: 5px;*/
}
.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}
.bar {
  position: relative;
  display: block;
  width: 50px;
  height: 5px;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}
.menu-button:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(1.5px) rotate(-4.5deg);
  -ms-transform: translateY(1.5px) rotate(-4.5deg);
  transform: translateY(1.5px) rotate(-4.5deg);
}
.menu-button:hover .bar:nth-of-type(2) {
  opacity: .9;
}
.menu-button:hover .bar:nth-of-type(3) {
  -webkit-transform: translateY(-1.5px) rotate(4.5deg);
  -ms-transform: translateY(-1.5px) rotate(4.5deg);
  transform: translateY(-1.5px) rotate(4.5deg);
}
.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
.cross:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(13.5px) rotate(-40.5deg);
  -ms-transform: translateY(13.5px) rotate(-40.5deg);
  transform: translateY(13.5px) rotate(-40.5deg);
}
.cross:hover .bar:nth-of-type(2) {
  opacity: .1;
}
.cross:hover .bar:nth-of-type(3) {
  -webkit-transform: translateY(-13.5px) rotate(40.5deg);
  -ms-transform: translateY(-13.5px) rotate(40.5deg);
  transform: translateY(-13.5px) rotate(40.5deg);
}
/*公共头部*/
.header {
  position: relative;
  z-index: 5000000;
  transition: transform 0.5s ease 0s;
  height: 100px;
}
.header .header-main {
  width: 100%;
  padding-top: 24px;
  background-color: #fff;
  transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
  position: fixed;
  left: 0;
  top: 0;
}
.header .header-main .f-cb {
  display: block;
  margin: 0 auto;
  height: 72px;
  background: #fff;
}
.header .m-btn {
  width: 22px;
  height: 20px;
  padding: 12px;
  display: none;
  cursor: pointer;
  margin-top: 3px;
}
.header .m-btn .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header .m-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
.header .m-btn .line1 {
  width: 12px;
  top: 0;
}
.header .m-btn .line2 {
  width: 20px;
  top: 6px;
}
.header .m-btn .line3 {
  width: 16px;
  top: 13px;
}
/*头部*/
.fl {
  float: left;
  display: inline;
}
.w1520 {
  width: 79%;
  margin: 0 auto;
}
.f-cb {
  zoom: 1;
}
.header .extra-link {
  margin-left: 28px;
  margin-top: 4px;
}
.fr {
  float: right;
  display: inline;
}
.header .extra-link .link1 {
  background: url(../img/ico_01.png) no-repeat center;
  background-position: 4px;
}
.header .extra-link a {
  display: inline-block;
  height: 40px;
  width: 22px;
  margin-left: 15px;
  float: left;
  width: 160px;
  line-height: 41px;
  text-align: right;
}
.header .nav-link {
  position: relative;
  margin-top: 4px;
}
.header .nav-link .nav {
  line-height: 40px;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
.header .nav-link .extra-nav {
  color: #333;
}
.header .nav-link .nav .line {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #ccc;
  float: left;
  margin-left: 33px;
  margin-top: 16px;
}
.header .nav-link .nav li {
  padding-left: 25px;
  height: 40px;
  padding-bottom: 32px;
  transition: all 0.3s ease 0s;
  position: relative;
}
.header .nav-link .nav a.tit-a {
  color: #333;
  display: inline-block;
  transition: all 0.3s ease 0s;
  line-height: 40px;
}
.anliList li {
  width: 80px;
  float: left
}
.ReduceRight {
  right: -66%;
}
.AddRight {
  right: 0;
}
/*响应式*/
@media (max-width: 1440px) {
  .w1520 {
    width: 89%;
  }
  .header .nav-link .nav li {
    padding-left: 20px;
  }
}
@media (max-width: 1050px) {
  .header .m-btn {
    display: block;
  }
  .header .nav-link, .header .extra-link {
    display: none;
  }
  .header .header-main {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.m-sub-menu {
  right: -66%;
  transition: all 0.44s ease 0s;
}
.m-sub-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 5000000;
  height: 100%;
  background-color: #fff;
  transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
  line-height: 60px;
  height: 60px;
  background-color: #333;
}
.m-sub-menu .top-box .stt {
  display: inline-block;
  font-size: 16px;
  color: #acacac;
  margin-left: 8.2%;
  font-family: "Base-font";
}
.m-sub-menu .top-box .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/ico_37.png) no-repeat center;
  margin-right: 7.8%;
  margin-top: 22px;
  cursor: pointer;
}
.m-sub-menu .list-wrap ul {
  width: 100%;
}
.m-sub-menu .list-wrap li {
  line-height: 60px;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 768px) {
  .w1520 {
    width: 100%;
  }
  .content {
    margin-top: -12px;
  }
}
@media (max-width: 780px) {
  .m-new-float {
    position: fixed;
    left: 0;
    bottom: 0%;
    z-index: 50;
    width: 100%;
    height: 57px;
    background: #f14702;
  }
  .m-new-float {
    display: block;
  }
  .m-new-float {
    display: none;
  }
  .m-new-float li.hover {
    overflow: hidden;
  }
  .m-new-float li {
    position: relative;
    width: 33.3%;
    height: 57px;
    line-height: 27px;
    color: #fff;
    float: left;
    text-align: center;
  }
}
/*右侧浮动*/
@media (min-width: 768px) {
  .new-float {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 50;
    width: 77px;
    height: 374px;
    margin-top: -150px;
  }
}
.new-float li.hover {
  _overflow: hidden;
}
.new-float li {
  position: relative;
  width: 77px;
  height: 57px;
  margin-bottom: 1px;
  line-height: 27px;
  color: #fff;
  text-align: center;
}
.new-float li.fi a {
  background: url(../img/bg_float01.png) no-repeat;
}
.new-float li a.tit {
  width: 77px;
  height: 27px;
  padding: 30px 10px 0 0;
  color: #fff;
}
.new-float li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.new-float li.th a {
  background: url(../img/bg_float03.png) no-repeat;
}
.new-float li.fif p {
  background: url(../img/bg_float05.png) no-repeat;
  font-size: 12px;
  background-position: 50%;
}
.new-float li p {
  position: relative;
  z-index: 2;
  height: 27px;
  padding-top: 30px;
  cursor: pointer;
}
.new-float li .tel {
  position: absolute;
  left: 77px;
  top: 0;
  z-index: 1;
  width: 184px;
  height: 57px;
  font: 24px/57px Arial;
  color: #fff;
  background: url(../img/bg_float06.png) no-repeat;
  cursor: pointer;
}
.new-float li a.tit {
  width: 77px;
  height: 27px;
  padding: 30px 10px 0 0;
  color: #fff;
}
.new-float li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.clear {
  clear: both;
}
.new-float li.six a {
  background: url(../img/xxf_bg_float01.png) no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .new-float {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 500;
    background-color: #F14702;
    left: 0;
  }
  .new-float li {
    width: 33%;
  }
  .lunbo_position {
    display: none;
  }
  .new-float .return-webtop{
    display: none;
  }
}
.tanchu {
  float: right;
  padding: 1% 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  position: absolute;
  top: 25px;
  background: #fff;
  z-index: -200;
  opacity: 1;
}
.tanchu li {
  float: right;
  margin-right: 30px;
}
.tanchu li:first-child {
  margin-right: 12%;
}
.tit-a {
  height: 72px;
}
@media (max-width: 768px) {
  .text {
    width: 100%;
  }
  .departT {
    width: 100%;
  }
  .more {
    display: none !important;
  }
}
.header .nav-link .nav a.tit-a:hover {
  color: #777;
  text-decoration: none;
}
.tanchu li a {
  font-size: 14px;
  color: #777;

}
.tanchu li a:hover {
  color: #333;
  text-decoration: none;
}
@media (max-width: 1050px) {
  .fif .tel{
    display: none;
  }
  .tanchu{
    display: none;
  }
  .contact-wrap .weixin{
    margin-top: 20px;
  }
  .weixin .wx-img img{
    width: 48%;
  }
}
