/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
  font-style: normal;
  list-style: none;
  text-decoration: none;
}

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

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -mos-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 14px;
}

a:hover {
  color: #956034;
}

li:hover {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -mos-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.gradient {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -mos-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.gradient:hover {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -mos-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #e60012;
  color: #fff;
}

::selection {
  background: #e60012;
  color: #fff;
}

/* ---------------------------------------------------------------首页样式--------------------------------------------------------------- */
/* 轮播图 */
.fullSlide {
  width: 100%;
  position: relative;
  height: 600px;
  background: #fff;
}

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

.fullSlide .bd ul {
  width: 100% !important;
}

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

.fullSlide .bd li > a {
  display: block;
  height: 100%;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 16px;
  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;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin: 4px;
  overflow: hidden;
  background: none;
  line-height: 999px;
  border: 2px solid #fff;
}

.fullSlide .hd ul .on {
  background: #fff;
  border: 2px solid #fff;
}

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

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

.banner_bg_top {
  height: 16px;
  background: url(../images/banner_bg_top.png) repeat-x top;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
}

.anchor_layer {
  width: 100%;
  background: #fff;
  height: 98px;
}

.anchor_layer .nav_wrap {
  height: 98px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  width: 1200px;
}

.anchor_layer .nav_wrap img {
  float: left;
  margin-right: 40px;
  margin-top: 16px;
}

.anchor_layer .nav_wrap.navFix {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0;
  z-index: 9999;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.anchor_layer .nav_wrap .wrap_layer {
  height: 98px;
  margin: 0 auto;
  width: 1200px;
}

.anchor_layer .nav_wrap .wrap_layer p {
  background: url(../images/kuaipai_1.png) no-repeat left;
  width: 200px;
  float: right;
  padding-left: 64px;
  margin-top: 24px;
}

.anchor_layer .nav_wrap .wrap_layer p span {
  font-size: 24px;
  color: #e60012;
  font-family: "Impact";
  display: block;
}

.anchor_layer .nav_wrap .wrap_tab {
  height: 98px;
  float: left;
  padding: 0 2.4%;
}

.anchor_layer .nav_wrap a {
  height: 98px;
  display: block;
  color: #333;
  line-height: 98px;
  text-align: center;
  font-size: 15px;
  position: relative;
}

.anchor_layer .nav_wrap .active,
.details_main .anchor_layer .nav_wrap a:hover {
  color: #e60012;
}

.anchor_layer .nav_wrap .active::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 60px;
  background: #f00;
  bottom: 0;
  left: -40%;
  border-radius: 3px;
}

.cont {
  margin: 0 auto;
}

#aa {
  overflow: hidden;
}

/* 搜索关键词 */
.search_main {
  background: url(../images/kuaipai_pc_2.jpg) no-repeat center bottom;
  overflow: hidden;
  padding-bottom: 50px;
}

.index_title {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.index_title p {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.index_title span {
  font-size: 16px;
  color: #888;
  text-align: center;
  display: block;
}

.index_search_main {
  height: 54px;
  width: 55%;
  margin: 0 auto;
  background: #fff;
  border-radius: 27px;
  overflow: hidden;
  position: relative;
}

.index_search_main input {
  border: 0;
}

.index_search_main input[type="text"] {
  height: 54px;
  line-height: 54px;
  text-indent: 20px;
  margin-left: 20px;
  width: 700px;
}

.index_search_main input[type="button"] {
  height: 54px;
  background: #e60012;
  width: 24%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

/* 产品介绍 */
#bb {
  height: 524px;
  background: #fff;
  overflow: hidden;
}

#bb ul {
  margin-top: 30px;
}

#bb ul li {
  width: 31.5%;
  float: left;
  margin-right: 2%;
  text-align: center;
  box-shadow: 0px 0px 2px 2px #f6f6f6;
  padding-bottom: 20px;
  transition: 0.2s;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 10px;
}

#bb ul li:last-child {
  margin-right: 0;
}

#bb ul li p {
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
  line-height: 2;
}

#bb ul li span {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-bottom: 10px;
}

#bb ul li a {
  height: 42px;
  width: 90%;
  margin: 0 auto;
  display: none;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background: #e60012;
  border-radius: 21px;
}

#bb ul li:hover {
  border: 1px solid #e5e5e5;
  margin-top: -20px;
}

#bb ul li:hover a {
  display: block;
  transition: 0.6s;
}

#bb ul li:hover p {
  height: 74px;
  background: #f5f5f5;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 74px;
}

#bb ul li a.bb_contact {
  width: 42%;
  float: left;
  margin-left: 6%;
}

#bb ul li a.bb_sqty {
  width: 42%;
  float: right;
  margin-right: 6%;
  background: #333;
}

/* 产品优势 */
#cc {
  background: #f8f8f8 url(../images/kuaipai_pc_3.jpg) no-repeat center bottom;
  height: 607px;
}

.index_ys_main {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.index_ys_main ul.ys_left {
  width: 365px;
  left: 30px;
  position: absolute;
}

.index_ys_main ul.ys_left li * {
  float: right;
  text-align: right;
}

.index_ys_main ul.ys_right {
  width: 365px;
  right: 20px;
  position: absolute;
}

.index_ys_main ul.ys_right li * {
  float: left;
  text-align: left;
}

.index_ys_main ul li {
  width: 345px;
  overflow: hidden;
  margin-bottom: 30px;
}

.index_ys_main ul li p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

.index_ys_main ul li span {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
}

.index_ys_main .ys_img {
  width: 369px;
  height: 290px;
  background: url(../images/kuaipai_7.png) no-repeat center;
  position: absolute;
  top: 45px;
  left: 416px;
}

.index_ys_main .ys_img p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-top: 105px;
  margin-bottom: 6px;
}

.index_ys_main .ys_img span {
  font-size: 14px;
  color: #666;
  display: block;
  text-align: center;
}

.index_ys_main .ys_img a {
  height: 42px;
  width: 120px;
  background: #e60012;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 21px;
  margin-top: 140px;
  float: left;
  margin-left: 40px;
}

/* 优化流程 */
#dd {
  overflow: hidden;
}

#dd ul.index_process_main {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

#dd ul.index_process_main li {
  width: 12.2%;
  border-radius: 6px;
  border: 1px solid #eee;
  float: left;
  margin-right: 2%;
  position: relative;
  margin-bottom: 20px;
  padding: 2.7% 0;
  padding-left: 5%;
  padding-right: 1%;
}

#dd ul.index_process_main li p {
  font-size: 18px;
}

#dd ul.index_process_main li span {
  font-size: 14px;
  color: #666;
}

#dd ul.index_process_main li:last-child {
  margin-right: 0;
}

#dd ul.index_process_main li:nth-child(1) {
  background: url(../images/kuaipai_8.png) no-repeat 18px 45%;
}

#dd ul.index_process_main li:nth-child(2) {
  background: url(../images/kuaipai_9.png) no-repeat 18px 45%;
}

#dd ul.index_process_main li:nth-child(3) {
  background: url(../images/kuaipai_10.png) no-repeat 18px 45%;
}

#dd ul.index_process_main li:nth-child(4) {
  background: url(../images/kuaipai_11.png) no-repeat 18px 45%;
}

#dd ul.index_process_main li:nth-child(5) {
  background: url(../images/kuaipai_12.png) no-repeat 18px 45%;
}

.index_about_main {
  height: 446px;
  width: 94%;
  margin-top: 20px;
  border: 4px solid #eee;
  border-radius: 6px;
  position: relative;
  margin-bottom: 60px;
}

.index_about_main h2 {
  height: 54px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-left: 6%;
  margin-top: 5%;
  background: url(../images/kuaipai_14.png) no-repeat right top;
  width: 40%;
}

.index_about_main p {
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding-left: 6%;
  text-align: justify;
  width: 54%;
}

.index_about_main img {
  position: absolute;
  top: -30px;
  right: -50px;
}

/* 关于我们移动端 */
.index_about_wap {
  width: 90%;
  margin: 0 auto;
  padding: 20px 4%;
  border: 3px solid #eee;
  border-radius: 8px;
  margin-bottom: 30px;
  display: none;
}

.index_about_wap h2 {
  line-height: 2;
  text-align: center;
  font-size: 20px;
}

.index_about_wap p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
  margin-bottom: 20px;
}

.index_about_wap img {
  width: 100%;
}

/* 联系方式 */
#ff {
  height: 562px;
  background: url(../images/kuaipai_pc_4.jpg) no-repeat center;
  overflow: hidden;
}

#ff .index_contact_main {
  background: #fff;
  margin-top: 60px;
  overflow: hidden;
  padding-bottom: 20px;
}

#ff .index_contact_main .contact_left {
  width: 520px;
  float: left;
  padding: 20px 40px;
}

#ff .index_contact_main .contact_left p {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  line-height: 54px;
  position: relative;
}

#ff .index_contact_main .contact_left p span {
  font-size: 14px;
  color: #666;
  float: right;
  font-weight: normal;
}

#ff .index_contact_main .contact_left p::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 95px;
  background: #f00;
  bottom: 0;
  left: 0;
  z-index: 99;
}

#ff .index_contact_main .contact_left input,
#ff .index_contact_main .contact_left textarea {
  border: 1px solid #dedede;
  margin-bottom: 12px;
}

#ff .index_contact_main .contact_left input[type="text"] {
  height: 48px;
  text-indent: 8px;
  border-radius: 6px;
}

#ff .index_contact_main .contact_left input:nth-child(1)[type="text"] {
  width: 48.5%;
}

#ff .index_contact_main .contact_left input:nth-child(2)[type="text"] {
  width: 48.5%;
  float: right;
}

#ff .index_contact_main .contact_left input:nth-child(3)[type="text"] {
  width: 100%;
  float: right;
}

#ff .index_contact_main .contact_left textarea {
  height: 100px;
  width: 100%;
  border-radius: 6px;
  text-indent: 8px;
  line-height: 32px;
}

#ff .index_contact_main .contact_left input[type="button"] {
  height: 42px;
  width: 330px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  background: #e60012;
  border: none;
  color: #fff;
  border-radius: 21px;
}

#ff .index_contact_main .contact_right {
  width: 50%;
  float: right;
}

#ff .index_contact_main .contact_right #map {
  height: 272px;
  width: 570px;
  margin-top: 30px;
}

#ff .index_contact_main .contact_right h2 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  padding-top: 16px;
}

#ff .index_contact_main .contact_right h2 span {
  font-size: 30px;
  font-family: "Impact";
  color: #e60012;
}

#ff .index_contact_main .contact_right p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}

/* 底部 */
.footer {
  height: 210px;
  background: #efefef;
}

.footer .footer_left {
  float: left;
  width: 36%;
}

.footer .footer_left img {
  margin-top: 24px;
}

.footer .footer_left p {
  line-height: 2;
  font-size: 16px;
  color: #666;
}

.footer .footer_center {
  width: 300px;
  float: left;
}

.footer .footer_center h2 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 40px;
}

.footer .footer_center p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.footer .footer_right {
  float: right;
  width: 185px;
  padding-top: 40px;
}

.footer .footer_right a {
  display: block;
  text-align: center;
  width: 72px;
  float: left;
  margin-left: 20px;
}

.footer .footer_right a div {
  height: 72px;
  width: 72px;
  border: 1px solid #bebebe;
  border-radius: 50%;
}

.footer .footer_right a div img {
  margin-top: 18px;
}

.footer .footer_right a p {
  text-align: center;
  line-height: 1.8;
  color: #666;
}

.copy_right {
  color: #666;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
}

.copy_right a {
  font-size: 14px;
}

/* 手机头部 */
.sj_header {
  height: 55px;
  display: none;
  padding: 0 20px;
}

.sj_header .logo {
  float: left;
  height: 55px;
}

.sj_header .logo a {
  display: block;
  height: 100%;
}

.sj_header .logo img {
  display: block;
  height: 70%;
  margin-top: 2%;
}

.sj_header .wap_top_tel {
  background: url(../images/kuaipai_1.png) no-repeat left;
  width: 40%;
  float: right;
  font-size: 1.6rem;
  height: 90px;
  font-family: "Impact";
  text-indent: 9%;
  line-height: 90px;
}

/* ipad-banner */
.sj_banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

.sj_banner img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination-bullet-active {
  background: #00469d;
}

/* 手机banner */
.sj_banner_1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

.sj_banner_1 img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination-bullet-active {
  background: #00469d;
}

/*sj底部*/
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 888;
  height: 60px;
  width: 100%;
  background: #e60012;
  font-size: 0.14rem;
  padding: 0px 10px;
  display: none;
}

footer li {
  width: 23.5%;
  height: 100%;
  float: left;
}

footer li img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

footer li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 6px;
  color: #fff;
}

footer span {
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  display: block;
  width: 100%;
}

footer li a.active {
  background: #333;
  color: #fff;
}

.copy {
  width: 100%;
  padding-top: 25px;
  text-align: center;
  line-height: 20px;
  padding-bottom: 20px;
  clear: both;
  font-size: 14px;
  display: none;
  background: #fff;
}

.copy a {
  font-size: 16px;
  color: #999;
  height: 30px;
  line-height: 30px;
}

.copy p {
  width: 100%;
  font-size: 16px;
  color: #999;
  line-height: 30px;
}

.copy span {
  font-size: 26px;
  color: #bb0101;
  font-weight: bold;
  margin-left: 2px;
}

.copy img {
  width: 28px;
  height: 22px;
  float: left;
}

.copy .iconfont {
  font-size: 25px;
  color: #666666;
  margin-right: 6px;
}

@media only screen and (max-width: 1024px) {
  #cc {
    overflow: hidden;
    height: auto;
  }

  .container {
    width: 94%;
    height: auto;
    margin: 0 auto;
  }

  .contact_right #map,
  .wrap_layer p {
    display: none;
  }

  .index_ys_main .ys_img {
    display: none;
  }

  .ys_left {
    float: left;
    left: 0 !important;
    width: 48% !important;
    position: static !important;
  }

  .ys_right {
    float: right;
    right: 0 !important;
    width: 48% !important;
  }

  .index_ys_main ul li {
    width: 100% !important;
  }

  .ys_left * {
    text-align: left !important;
    float: left !important;
  }

  .ys_right {
    right: 0;
    width: auto;
    position: static !important;
  }

  .ys_right span,
  .ys_left span {
    height: 5rem;
  }

  #dd ul.index_process_main li {
    width: 22.7%;
    padding-left: 8%;
  }

  #dd ul.index_process_main li:nth-child(3) {
    margin-right: 0;
  }

  #ff .index_contact_main {
    width: 96%;
    margin: 0 auto;
    margin-top: 40px;
  }

  #ff .index_contact_main .contact_left {
    width: 90%;
  }

  #ff .index_contact_main .contact_left input[type="button"] {
    width: 60%;
    margin: 0 auto;
    display: block;
  }

  .contact_right {
    width: 100% !important;
  }

  .contact_right * {
    padding-left: 5%;
  }
}

@media only screen and (max-width: 768px) {
  body {
    padding-bottom: 60px;
  }

  .anchor_layer,
  .header_cxx,
  .header_nav,
  .banner,
  .footer,
  .index_kuaijie,
  .fullSlide,
  .index_about_main,
  .footer,
  .copy_right {
    display: none;
  }

  .sj_header,
  .sj_banner,
  .copy,
  footer,
  .index_about_wap {
    display: block;
  }

  .sj_header {
    height: 90px;
  }

  .sj_header .logo {
    height: 90px;
  }

  .index_about_right {
    width: 50%;
  }

  .index_about_right ul li {
    margin-right: 1%;
  }

  .index_zhunye ul li {
    padding: 10px 2%;
  }
}

@media only screen and (max-width: 425px) {
  .sj_banner {
    display: none !important;
  }

  .sj_banner_1 {
    display: block;
  }

  .ys_left {
    float: left;
    left: 0 !important;
    width: 100% !important;
    position: static !important;
  }

  .ys_right {
    float: right;
    right: 0 !important;
    width: 100% !important;
  }

  .index_search_main {
    width: 100%;
  }

  .index_title span {
    font-size: 14px;
  }

  #bb {
    height: auto;
  }

  #bb ul {
    margin-top: 0;
  }

  #bb ul li:hover {
    margin-top: 0;
  }

  #bb ul li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .sj_header,
  .sj_banner,
  .copy,
  footer {
    display: block;
  }

  .sj_header {
    height: 55px;
  }

  .sj_header .logo {
    height: 55px;
  }

  .sj_header .wap_top_tel {
    display: none;
  }

  #dd ul.index_process_main li {
    width: 80.2%;
    padding-left: 17.5%;
  }

  #ff .index_contact_main .contact_left {
    padding: 2% 5%;
    margin: 0 auto;
  }

  #ff .index_contact_main .contact_left p span {
    line-height: 30px;
    text-align: justify;
    float: left;
  }

  #ff .index_contact_main .contact_left input[type="button"] {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  #ff .index_contact_main .contact_right h2 {
    font-size: 18px;
  }

  #ff .index_contact_main .contact_right h2 span {
    font-size: 24px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 320px) {
  #ff .index_contact_main .contact_left p span {
    display: none;
  }
}

.searchA {
  overflow: hidden;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 73px;
}

.searchA > div {
  overflow: hidden;
  padding: 62px 0 0;
}

.search-left {
  float: left;
  width: 780px;
  height: auto;
}

.search-input {
  overflow: hidden;
  width: 780px;
  height: 45px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 260px;
}

.search-input input {
  float: left;
  width: 630px;
  height: 45px;
  border: 0;
  padding: 0;
  text-indent: 15px;
}

.search-input a {
  float: left;
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #c81414;
  text-decoration: none;
}

.search-title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #bdb8b7;
  background: #f5f5f5;
}

.search-content {
  margin-bottom: 36px;
  background: #fff;
}

.search-title > strong {
  margin: 0 0 0 14px;
  padding: 0 0 0 7px;
  border-left: 5px solid #c81414;
  font-size: 18px;
  color: #22252a;
}

.search-headr {
  overflow: hidden;
  width: 1024px;
  margin: 28px auto;
  padding-bottom: 40px;
}

.search-headr > div {
  overflow: hidden;
}

.search-headr > div:after {
  content: "";
  overflow: hidden;
  display: block;
  height: 0;
  clear: both;
}

.search-headr > div > div {
  height: 35px;
  line-height: 35px;
}

.search-headr > div > .headr-text {
  display: inline-block;
}

.headr-text span {
  margin-left: 16px;
  font-size: 14px;
  color: #646464;
}

.headr-text em {
  color: #c81414;
}

.search-ul {
  overflow: hidden;
  height: auto;
  margin: 16px auto 18px;
  border: 1px solid #eee;
}

.search-ul tr {
  height: 45px;
  line-height: 45px;
}

.list-ul th {
  float: left;
  width: 250px;
  text-align: center;
  background: #f5f5f5;
  font-size: 14px;
  color: #333;
}

.list-ul-a td {
  float: left;
  width: 250px;
  font-size: 15px;
  color: #454545;
  text-align: center;
  border-bottom: 1px solid #eee;
  border-top: 0;
  background: #fff;
  font-size: 14px;
  color: #010101;
}

.search-ul tr:last-child td {
  border: none;
}

.search-ul tr td:nth-child(1),
.search-ul tr td:nth-child(2) {
  border-right: 1px solid #eee;
}

@media (max-width: 1500px) {
  .logo {
    margin-left: 10%;
  }

  .le-group {
    right: 10%;
  }
}

@media (max-width: 1353px) and (min-width: 1199px) {
  .le-group {
    right: 10%;
  }
}

@media (max-width: 1198px) and (min-width: 992px) {
  .le-group {
    right: 10%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .searchA {
    width: auto;
  }

  .headr-box > div {
    top: auto;
    bottom: 0;
  }

  .headr-box > div label {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .search-headr {
    width: auto;
    padding: 0 15px 20px;
  }

  .search-ul {
    width: 100%;
    margin: 16px auto 18px;
  }

  .headr-text span {
    width: 46%;
  }

  .headr-box > .haedr-content {
    top: auto;
    bottom: 0;
  }

  .list-ul th {
    width: 33.33%;
  }

  .list-ul-a td {
    width: 32%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .logo {
    margin-left: 5%;
  }

  .logo a {
    background-size: 50%;
  }

  .le-group {
    right: 10%;
  }

  .optimal-serch .haedr-content > div {
    margin-left: -187px;
  }

  .searchA {
    width: auto;
  }

  .search-input {
    width: 80%;
  }

  .search-input input {
    width: 75%;
    height: 45px;
    line-height: 45px;
  }

  .search-input a {
    width: 25%;
    height: 45px;
    line-height: 45px;
  }

  .headr-text span {
    padding: 0 15px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  body {
    -webkit-tap-highlight-color: transparent;
  }

  nav {
    height: 60px;
  }

  .logo {
    margin-left: 5%;
    padding: 0;
  }

  .logo a {
    width: 70px;
    height: 60px;
    background-size: 100%;
  }

  .le-group {
    right: 10%;
    top: 50%;
    margin-top: -10px;
  }

  .le-group a {
    width: 70px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .searchA {
    position: relative;
    width: auto;
  }

  .searchA > div {
    padding: 51px 0 0;
  }

  .optimal-serch .headr-box > div {
    left: 0;
  }

  .optimal-serch .headr-box > div h1 {
    font-size: 30px;
  }

  .optimal-serch .headr-box span {
    font-size: 14px;
  }

  .search-input {
    width: 90%;
  }

  .search-input input {
    width: 75%;
  }

  .search-input a {
    width: 25%;
  }

  .search-headr {
    padding: 0 0 20px;
  }

  .search-headr > div > div {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0 15px;
  }

  .search-headr > div > .headr-text {
    margin: 0 auto 16px;
  }

  .search-headr .page-content {
    overflow: visible;
    margin: 0 auto;
  }

  .search-headr .page-content .dataTables_paginate {
    width: 100%;
  }

  .search-title > strong {
    font-size: 16px;
  }

  .headr-text span {
    margin: 0;
    font-size: 12px;
  }

  .pagination > li > a,
  .pagination > li > span {
    padding: 3px 6px;
  }

  .list-ul th {
    width: 33.33%;
  }

  .list-ul-a td {
    width: 32%;
  }

  .search-ul {
    width: 92%;
    margin: 0 15px;
  }
}

@media (max-width: 1200px) {
  .searchA {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 780px) {
  .search-headr {
    width: 100%;
  }

  .searchA {
    padding-bottom: 0;
  }
}

@media (max-width: 414px) {
  .optimal-serch .headr-box > .headr-content {
    width: 90%;
  }

  .optimal-serch .headr-box {
    height: 350px;
  }

  .optimal-serch .headr-box > .headr-content {
    top: 100px;
  }

  .search-input {
    top: 240px;
  }
}

/*客服*/
.lxfx {
  height: auto;
  position: fixed;
  right: 0px;
  top: 200px;
  width: 77px;
  z-index: 999;
}

.lxfx li a {
  color: rgb(255, 255, 255);
  display: block;
  height: 47px;
  margin-top: 5px;
  width: 300px;
  font-size: 14px;
}

.leftlx {
  float: left;
  height: 47px;
  width: 77px;
}

.lxfx li span {
  border-left: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  float: left;
  font-size: 20px;
  height: 24px;
  line-height: 22px;
  margin-top: 8px;
  padding-left: 8px;
}

.fix_ewm {
  border: 5px solid rgb(255, 255, 255);
  display: none;
  height: 120px;
  left: -145px;
  position: absolute;
  top: -40px;
  width: 120px;
}

.lxfx li i {
  display: block;
  height: 32px;
  margin: 0 auto;
  text-align: center;
  width: 30px;
  background: url(../images/fx.png) no-repeat;
  background-position: 0 6px;
}

.lxfx li i.icon-tel {
  background-position: 0 -20px;
}

.lxfx li i.icon-ly {
  background-position: 4px -53px;
}

.lxfx li i.icon-wx {
  background-position: -34px 4px;
}

.lxfx li i.icon-wb {
  background-position: -30px -22px;
}

.lxfx li i.icon-top {
  background-position: -30px -50px;
}

.lxfx li p {
  line-height: 12px;
  text-align: center;
  color: #fff;
}

.lxfx li {
  background: #e60012;
  height: 56px;
  margin-bottom: 1px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 77px;
  float: left;
}
