﻿﻿html,
body,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  padding: 0;
  margin: 0;
  line-height: 24px;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: '微软雅黑', 'Noto Sans S Chinese Thin', 'microsoft yahei', 'Arial';
}

#abous {
  display: flex;
  justify-content: space-around;
  text-align: -webkit-left;
}

.section-title {
  background: rgb(243, 243, 243) !important;
}

.slick-prev {
  display: none !important;
}

.slick-next {
  display: none !important;
}

.ryu {
  display: flex;
  justify-content: space-around;
}

.one {
  width: 70%;
  float: left;
  display: flex;
  justify-content: space-around;
}

.content_item2P .mps:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(http://www.sh-lijing.com/Public/home/images/ico_play.png);
  background-size: cover;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  z-index: 1;
}

.mps {
  text-align: center;
  width: 33%;
  float: left;
}

.mps p {
  font-size: 16px;
  text-align: center;
  padding: 20px;
}

.anniu {
  width: 183px;
  height: 45px;
  text-align: center;
  background: #cf000d;
  line-height: 43px;
  border-radius: 14px;
}

.advantage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px;
}

.advantage_s {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  position: relative;
}

.advantage_s div {
  width: 50%;
}

.navbar-collapse a:hover {
  text-decoration: none;
   !important
}

.xm-disappear:hover {
  text-decoration: none;
   !important
}

.pro-items a:hover {
  text-decoration: none;
   !important
}

@media screen and (max-width: 600px) {
  #xw {
    display: none !important
  }

  .advantage {
    flex-direction: column-reverse;
  }

  .advantage_s {
    flex-direction: column;
  }

  .part2_con {
    width: 100% !important;
  }

  .imgxian img {
    width: 100% !important;
  }

  .part2_con img {
    width: 100% !important;
  }

  .part2_con_div {
    width: 100% !important;
  }

  .part2_con h2 {
    width: 100% !important;
  }
}

.toggle button {
  margin: 15px;
  font-size: 16px;
  height: 40px;
}

#d {
  width: 75%;
}

.sub-nav-main a first-child {
  background-color: #fff;
  color: #cf000d !important;
}

*,
:after,
:before,
input[type=search] {
  box-sizing: border-box;
}

::selection {
  text-shadow: none;
  background-color: rgba(39, 85, 178, 0.42);
}

.owl-dot,
.owl-nav>button {
  border: none;
}

/**************/
.clearfix {
  zoom: 1
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center-block,
.container {
  display: block;
  margin-left: auto;
  margin-right: auto
}

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

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

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

.invisible {
  visibility: hidden;
}

.one-omission span {
  white-space: nowrap;
}

.one-omission p {
  line-height: 18px;
}

.one-omission {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.clearfix:after,
.clearfix:before {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
}

.hide {
  display: none
}

.show {
  display: block
}

img {
  vertical-align: middle;
}

hr,
img {
  border: 0;
}

.primary-color {
  color: #cf000d
}

.primary-bgcolor {
  background-color: #cf000d
}

.about-pic-con>img {
  max-width: 100%;
}

.about-pic-con {
  color: #666;
  line-height: 2;
  text-align: center;
}

/************animate**************/
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft2 {
  animation: fadeInLeft 1s linear;
}

.fadeInLeft {
  animation: fadeInLeft 1s linear 1s;
}

.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.5em;
  height: 4.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}

.loader:before {
  animation: before 2s infinite;
  -webkit-animation: before 2s infinite;
  -moz-animation: before 2s infinite;
  -ms-animation: before 2s infinite;
  -o-animation: before 2s infinite;
}

.loader:after {
  animation: after 2s infinite;
  -webkit-animation: after 2s infinite;
  -moz-animation: after 2s infinite;
  -ms-animation: after 2s infinite;
  -o-animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }

  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }

  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }

  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}

@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }

  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }

  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }

  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

/**
         * Attempt to center the whole thing!
         */
html,
body {
  height: 100%;
}

.loader {
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}

.loader-con>img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader-con {
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgb(160, 0, 10);
  left: 0;
  right: 0;
  z-index: 200;
}

/***********animate*************/


.product-wrap {
  padding: 5%;
}


* {
  margin: 0;
  padding: 0;
  list-style: none
}

body {
  font-size: 12px
}

img {
  border: 0
}

.fl {
  display: inline;
  float: left
}

.fr {
  display: inline;
  float: left
}

.cf:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden
}

.cf {
  zoom: 1
}

.pb10 {
  padding-bottom: 10px
}

.mt10 {
  margin-top: 10px
}

.lanrenzhijia {
  width: 100%;
  background: #fff;
}

.lanrenzhijia .title {
  height: 33px;
  border-bottom: 3px solid #e7e7e7;
  padding-bottom: 10px
}

.lanrenzhijia .title h2 {
  font-size: 20px;
  font-family: microsoft yahei
}

.lanrenzhijia .title-list {
  position: relative;
  top: 6px
}

.lanrenzhijia .title-list li {
  width: 146px;
  line-height: 20px;
  text-align: center;
  float: left;
  display: inline
}

.lanrenzhijia .title-list li.on {
  color: #f60;
  font-weight: 700
}

.lanrenzhijia .title-list p {
  position: absolute;
  top: 24px;
  left: 0;
  width: 146px;
  height: 13px;
  border-top: 3px solid #f60;
  overflow: hidden;
  text-align: center
}

.lanrenzhijia .title-list b {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid dashed dashed dashed;
  border-width: 9px;
  border-color: #f60 #fff #fff #fff;
  overflow: hidden;
  zoom: 1;
  font-size: 0
}

.product {
  position: relative;
  overflow: hidden;
  display: none;
  margin-top: 20px
}

.product ul {
  position: absolute;
  left: 0
}

.product-wrap .show {
  display: block
}

.product-wrap .product li {
  float: left;
  display: inline;
  margin-left: 13px;
  background: #f3f3f3;
  border: 2px solid #fafafa;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s
}

.product-wrap .product li.ml0 {
  margin-left: 0
}

.product-wrap .product li a.imgwrap {
  display: block;
  width: 226px;
  height: 200px;
  background: #fff;
  text-align: center
}

.product-wrap .product li p {
  padding-left: 15px;
  color: #666;
  line-height: 22px
}

.product-wrap .product li p a {
  color: #666;
  text-decoration: none
}

.product-wrap .product li p a:hover {
  color: #f60;
  text-decoration: none
}

.product p {
  line-height: 32px;
}

* {
  padding: 0;
  margin: 0;
  font-family: 微软雅黑;
  box-sizing: inherit;
  outline: 0
}

:after,
:before {
  box-sizing: inherit
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none
}

.pc-bg-container {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat
}

.home-market-section {
  text-align: center;
}

.home-market-section .section-title {
  margin: 20px 0;
  font-size: 30px;
  min-width: 150px;
  text-align: left;
  color: #f8f8f8;
  display: inline-block;
  position: relative;
  border: 0;
  height: 42px;
  line-height: 42px;
  padding-left: 10px
}

.home-market-section .section-title a {
  width: 100%;
  display: block;
  position: relative
}

.home-market-section .section-title a:before {
  position: absolute;
  content: '';
  right: -12px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  transition: .2s
}

.home-market-section .section-title a:hover:before {
  right: -16px
}

.home-market-section .section-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto
}

.home-market-section .section-inner .swiper-container {
  height: 364px;
  max-width: 1230px
}

.home-market-section .section-inner .swiper-container .swiper-wrapper {
  align-items: center;
  height: 279px !important
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 279px !important;
  background: 0 0;
  padding: 0 50px;
  box-sizing: border-box;
  text-align: center
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a {
  display: block;
  float: left;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(201, 164, 103, .2);
  width: calc((100% - 60px)/3);
  padding: 45px 25px 0;
  height: 100%;
  margin-right: 20px;
  border-radius: 5px
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
  border: 2px solid red;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .3)
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide img {
  height: 80px;
  width: auto
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide h3 {
  font-weight: 400;
  margin-top: 25px;
  font-size: 18px;
  color: #252b3a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide p {
  margin-top: 10px;
  font-size: 14px;
  color: #a0a2a8;
  text-align: center;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time {
  position: absolute;
  bottom: 12px;
  width: calc(100% - 60px);
  text-align: center;
  border-top: 1px solid #e7e7e7;
  color: #666a75;
  padding-top: 10px;
  letter-spacing: .44px;
  line-height: 23px
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time span {
  font-size: 20px;
  color: #f66f6a;
  letter-spacing: 0;
  line-height: 23px;
  margin-right: 3px
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:last-of-type {
  margin-right: 0
}

.home-market-section .section-inner .swiper-container .swiper-pagination-bullets {
  bottom: 50px
}

.home-market-section .section-inner .swiper-container .swiper-pagination-bullet {
  position: relative;
  margin: 0 5px;
  width: 24px;
  height: 4px;
  border-radius: 100px;
  opacity: 1;
  background: 0 0
}

.home-market-section .section-inner .swiper-container .swiper-pagination-bullet:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 24px !important;
  height: 4px;
  opacity: 1;
  left: 0;
  border-radius: 100px;
  background: #dfe1f1;
  vertical-align: middle;
  transition: opacity .8s, background-color .8s
}

.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active {
  opacity: 1
}

.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before {
  width: 24px !important;
  opacity: 1;
  border-radius: 100px;
  transform: scale(1.2);
  background: #38ffe3
}

.home-market-section .section-inner .swiper-button-prev {
  left: 0;
  top: 118px;
  margin-top: 0;
  background: url(../images/marketplace-home-arrow_big.svg)
}

.home-market-section .section-inner .swiper-button-next {
  right: 0;
  top: 118px;
  margin-top: 0;
  background: url(../images/marketplace-home-arrow_big.svg);
  transform: rotate(180deg)
}

.home-market-section .section-inner .swiper-button-next:hover {
  background: url(../images/marketplace-home-arrow_big_hover.svg)
}

.home-market-section .section-inner .swiper-button-prev:hover {
  background: url(../images/marketplace-home-arrow_big_hover.svg)
}

.row {
  display: inline-block;
  margin-bottom: 2%;
  background: white;
  width: 100%;
}

/******************盒子-start****************/
.box-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.ul.pros>li>a:hover {
  box-shadow: 0 0 10px #ccc;
}

/******************盒子-end****************/
/****************栅格-start****************/
@media only screen and (min-width: 1200px) {

  /* For desktop: */
  .col-lg-1 {
    width: 8.33%;
  }

  .col-lg-2 {
    width: 16.66%;
  }

  .col-lg-3 {
    width: 22.5%;
  }

  .col-lg-4 {
    width: 50%;
    float: left
  }

  .col-lg-5 {
    width: 41.66%;
  }

  .col-lg-6 {
    width: 50%;
    float: left
  }

  .col-lg-7 {
    width: 58.33%;
  }

  .col-lg-8 {
    width: 66.66%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33%;
  }

  .col-lg-11 {
    width: 91.66%;
  }

  .col-lg-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 993px) and (max-width:1199px) {

  /* For desktop: */
  .col-md-1 {
    width: 8.33%;
  }

  .col-md-2 {
    width: 16.66%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-5 {
    width: 41.66%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33%;
  }

  .col-md-8 {
    width: 66.66%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33%;
  }

  .col-md-11 {
    width: 91.66%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width:992px) {
  .col-sm-1 {
    width: 8.33%;
  }

  .col-sm-2 {
    width: 16.66%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33%;
  }

  .col-sm-5 {
    width: 41.66%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33%;
  }

  .col-sm-8 {
    width: 66.66%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33%;
  }

  .col-sm-11 {
    width: 91.66%;
  }

  .col-sm-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .col-xs-2 {
    width: 8.33%;
  }

  .col-xs-2 {
    width: 16.66%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33%;
  }

  .col-xs-5 {
    width: 41.66%;
  }

  .col-xs-6 {
    width: 96%;
  }

  .col-xs-7 {
    width: 58.33%;
  }

  .col-xs-8 {
    width: 66.66%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33%;
  }

  .col-xs-11 {
    width: 91.66%;
  }

  .col-xs-12 {
    width: 100%;
  }
}

/****************栅格-end****************/
/**container/disappear**/

.container11 {
  width: 130px;
}

.ztdej {
  width: 130px;
  top: 83px !important;
  margin: 0;
  padding: 0;
  left: auto !important;
  right: auto !important;
  margin-left: -9px;
}

.ztdej ul li .t {
  line-height: 180%;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.ztdej ul li .t:hover {
  color: #F8090D;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg-disappear {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) and (max-width:1199px) {
  .container {
    width: 980px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md-disappear {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width:992px) {
  .sm-disappear {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {

  .xm-disappear {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .md-lg-disappear {
    display: none !important;
  }
}

@media only screen and (max-width:1199px) {
  .sm-md-disappear {
    display: none !important;
  }
}

/**container/disappear**/

/***************************header*****************************/
/*nav*/

.nav-header {
  float: left;
}

#xws hover {
  color: white;
  background: #cf000d;
}

@media only screen and (min-width:769px) {

  body {
    font-size: 14px
  }

  header {
    height: 90px;
  }

  .nav-header {
    height: 90px;
    line-height: 90px
  }

  .img-responsive {
    height: auto;
  }

  a.navbar-brand {
    vertical-align: middle;
    display: inline-block;
    float: none;
    height: auto;
  }

  ul.navbar-main>li {
    display: inline-block;
    float: left;
    line-height: 48px;
    height: 48px;
    margin-top: 32px;
    position: relative
  }

  li.hasSubnav.img {
    position: inherit;
  }

  li.hasSubnav.img:hover .navbar-imglist-container {
    display: block;
  }

  ul.navbar-main>li:hover>a {
    color: #cf000d;
    font-weight: bold
  }

  ul.navbar-main>li:hover>a:after {
    content: ' ';
    display: block;
    height: 4px;
    background-color: #cf000d;
    position: absolute;
    left: 25px;
    right: 25px
  }

  ul.navbar-list a {
    color: #666;
  }

  ul.navbar-main>li:first-child>a {
    border-left: none
  }

  ul.navbar-main>li>a {
    font-size: 14px;
    color: #666;
    line-height: 48px;
    position: relative;
  }

  span.contact-us>em {
    font-style: normal;
    font-size: 14px;
    color: #cf000d;
    font-weight: bold;
    float: left;
    height: 24px;
    width: 100%;
    display: block;
    line-height: 24px;
    margin-top: 20px;
    white-space: nowrap;
    padding-left: 50px;
  }

  span.contact-us {
    width: 94px;
    float: right;
    /* padding-left: 40px;*/
    background-image: url(/images/tele.png);
    background-size: 40% 80%;
    background-repeat: no-repeat;
    background-position: 13% 109%;
  }

  ul.navbar-list {
    position: absolute;
    font-size: 14px;
  }

  ul.navbar-list li:last-child {
    border-bottom: none;
  }

  ul.navbar-list li {
    border-bottom: 1px solid #d8d8d8;
  }

  .navbar-list-container {
    position: absolute;
  }

  ul.navbar-list {
    font-size: 14px;
    left: 0;
    width: 160px;
    line-height: 42px;
    border: 1px solid #d8d8d8;
    text-align: center;
    display: none;
    background-color: #fff;
  }

  .navbar-list-container {
    position: absolute;
    padding-top: 12px;
    left: 25px;
    right: 25px;
    height: 0px;
    z-index: 10
  }

  .navbar-main li:hover .navbar-list {
    display: block
  }

  .navbar-collapse {
    height: 90px;
    line-height: 90px;
    float: left
  }

  .navbar-list a:hover {
    color: #cf000d;
    font-weight: bold
  }

  @ media only screen and (max-width:1199px) {
    a.navbar-brand>img {
      margin-left: 25px
    }

    .
  }

  @media only screen and (min-width:1200px) {
    .link span {
      display: inline-block;
      text-align: center;
    }

    #one {
      width: 25%;
    }

    #two,
    #three,
    #four,
    #five,
    #six {
      width: 15%;
    }

    .navbar-collapse {
      width: 820px;
    }
  }

  ul.navbar-main>li>a {
    padding: 0 20px;
    display: block
  }
}

@media only screen and (min-width:769px) and (max-width:1199px) {
  ul.navbar-main>li>a {
    padding: 0 14px;
  }
}

@media only screen and (max-width:768px) {
  body {
    font-size: 0.3125rem
  }

  header,
  .navbar,
  .nav-header {
    height: 1.375rem;
    width: 100%;
  }

  .navbar-toggle {
    width: 1.5625rem;
    border: none;
    height: 1.375rem;
    padding: 0;
    float: right;
    position: relative;
  }

  a.navbar-brand>img {
    width: 5.4375rem;
  }

  a.navbar-brand {
    line-height: 1.375rem;
    margin-left: 0.3125rem;
    float: left;
  }

  span.icon-bar {
    width: 42%;
    height: 3px;
    background-color: #fff;
    display: block;
    position: relative;
    transition: all 0.3s;
    bottom: 0;
    top: 0;
    margin: 0.125rem auto;
    left: 0;
    right: 0;
  }

  .navbar-open span.icon-bar:nth-child(2) {
    display: none
  }

  .navbar-open span.icon-bar:first-child {
    transform: rotate(45deg);
    position: absolute;
    top: 0.5rem;
  }

  .navbar-open span.icon-bar:last-child {
    transform: rotate(-45deg);
    position: absolute;
    top: 0.5rem;
  }

  /*nav-collapse*/
  .navbar-collapse {
    position: absolute;
    top: 1.375rem;
    font-size: 0.4375rem;
    line-height: 1.375rem;
    left: 0;
    right: 0;
    padding: 0 0.3125rem;
    display: none;
    z-index: 7;
    background: #fff;
  }

  ul.navbar-main>li>a:before {
    content: ' ';
    display: block;
    background-repeat: no-repeat;
    background-size: 0.46875rem;
    height: 0.46875rem;
    width: 0.43875rem;
    left: 0;
    position: absolute;
    top: 0.4rem;
  }

  ul.navbar-main>li:nth-child(1)>a:before {
    background-image: url(/images/index-icon1.png);
  }

  ul.navbar-main>li:nth-child(2)>a:before {
    background-image: url(/images/index-icon2.png);
  }

  ul.navbar-main>li:nth-child(3)>a:before {
    background-image: url(/images/index-icon3.png);
  }

  ul.navbar-main>li:nth-child(4)>a:before {
    background-image: url(/images/index-icon4.png);
  }

  ul.navbar-main>li:nth-child(5)>a:before {
    background-image: url(/images/index-icon5.png);
  }

  ul.navbar-main>li:nth-child(6)>a:before {
    background-image: url(/images/index-icon6.png);
  }

  ul.navbar-main>li:nth-child(7)>a:before {
    background-image: url(/images/index-icon7.png);
  }

  ul.navbar-main>li {
    border-bottom: 1px solid #e8e8e8;
    padding-left: 0.6rem;
    position: relative
  }

  ul.navbar-main a {
    color: #666;
    display: block;
  }

  .navbar-list-container {
    display: none;
  }

  ul.navbar-list {
    margin-left: -0.6rem;
    padding-left: 0.6rem;
    border-top: 1px solid #dbdbdb;
    padding-top: 0.1rem;
  }

  ul.navbar-list>li>a {
    font-size: 0.375rem;
    color: #999;
    height: 0.625rem;
    display: block;
    line-height: 0.625rem;
    margin: 0.375rem 0;
  }

  span.icon {
    position: absolute;
    padding-right: 5px;
    font-family: cursive;
    right: 0;
    top: 0;
  }

  ul.navbar-list a {
    color: #666;
  }

  .navbar-imglist li {
    background: red;
  }
}

/***************************header-end*****************************/
/**************************footer-start****************************/
@media only screen and (min-width:769px) {
  footer {
    padding: 38px 0 4px;
  }

  .am-navbar {
    display: none;
  }

  p.words span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
  }

  ul.footer-list {
    width: 410px;
    margin-left: 100px;
    float: left;
    font-size: 0;
    line-height: 1.5;
    margin-top: 15px;
  }

  a.footer-logo {
    float: left;
  }

  ul.footer-list a {
    color: #666;
    text-align: left;
    padding-left: 25px;
    display: block;
  }

  p.words {
    float: right;
  }

  ul.footer-list>li:nth-child(3n) {
    border-right: none
  }

  ul.footer-list a:hover {
    color: #cf000d;
  }

  ul.footer-list>li {
    float: left;
    width: 126px;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #cf000d;
  }

  .footer-right .code {
    width: 100px;
    margin-right: 10px;
    float: left;
  }

  .footer-right {
    float: right;
  }

  .navbar-imglist-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    top: 84px;
    display: none;
    border-top: 1px solid #eee;
    box-shadow: 1px 1px 1px #eee;
  }

  ul.navbar-imglist.container.clearfix.center-block img {
    width: 180px;
  }

  ul.navbar-imglist li {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px #d3d1c5 solid;
  }

  ul.navbar-imglist li:last-child {
    border-right: none;
  }

  ul.navbar-imglist.container.clearfix.center-block>li:hover .t:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #cf000d;
    border-radius: 50%;
    left: -10px;
    top: 12px;
  }

  .t {
    position: relative;
    color: #666;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-weight: bold
  }

  ul.navbar-imglist.container.clearfix.center-block>li:hover .t {
    color: #cf000d;
  }

  ul.navbar-imglist.container.clearfix {
    margin: 40px auto;
  }

  @ media only screen and (max-width:1200px) {
    footer .container {
      width: 94%;
    }
  }
}

@media only screen and (max-width:768px) {
  .am-navbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 49px;
    line-height: 49px;
    z-index: 1010
  }

  .am-navbar ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    width: 100%
  }

  .am-navbar .am-navbar-nav {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .am-navbar .am-navbar-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none
  }

  .am-navbar-nav {
    position: relative;
    z-index: 1015
  }

  .am-navbar-nav a {
    display: inline-block;
    width: 100%;
    height: 49px;
    line-height: 20px
  }

  .am-navbar-nav a img {
    display: block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    margin: 4px auto 0
  }

  .am-navbar-nav a [class*=am-icon] {
    width: 24px;
    height: 24px;
    margin: 4px auto 0;
    display: block;
    line-height: 24px
  }

  .am-navbar-nav a [class*=am-icon]:before {
    font-size: 22px;
    vertical-align: middle
  }

  .am-navbar-nav a .am-navbar-label {
    padding-top: 2px;
    line-height: 1;
    font-size: 12px;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
  }

  .am-navbar-default .am-navbar-nav {
    background: #d6d6d6
  }

  .am-navbar-default a {
    color: red
  }

  .am-navbar .am-navbar-nav li {
    border-right: 1px solid #fff;
  }

  .am-navbar .am-navbar-nav li:last-child {
    border-right: none;
  }

  .am-with-fixed-navbar {
    padding-bottom: 50px;
  }

  .mps {
    width: 100% !important;
  }

  .home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a {
    width: 100% !important
  }

  .left,
  .right {
    width: 100% !important;
  }

  .item img {
    width: 250px !important;
  }

  .case-list li {
    width: 350px !important;
  }

  .footer-right .code {
    width: 50%;
  }

  p.md-lg-disappear.sm {
    font-size: 0.4375rem;
    line-height: 2;
  }

  .footer-right {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(52, 52, 52, 0.85);
    z-index: 2;
    text-align: center;
    color: #fff;
    display: none
  }

  .wechat-con {
    position: relative
  }

  .mid {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
  }

  .words sm-disappear xm-disappear {
    margin-top: 10px;
  }

  footer {
    padding: 0rem 0.3125rem;
    font-size: 0.3125rem;
    color: #999;
    line-height: 1.5;
    display: block;
    margin-bottom: 60px
  }

  .none {
    display: none !important;
  }

  td,
  address {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-justify: inter-word;
    font-family: "Microsoft Yahei";
    color: #725744;
  }

  table {
    margin-left: auto;
    margin-right: auto;
  }

  li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .photox:hover {
    LEFT: 5px;
    POSITION: relative;
    TEXT-DECORATION: none;
  }

  .photoy:hover {
    LEFT: -5px;
    POSITION: relative;
    TEXT-DECORATION: none;
  }

  .itemOff,
  .itemOn {
    width: 100px;
    height: 100px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 3px;
    float: left;
  }

  .itemOff {
    border: #999999 1px solid
  }

  .itemOn {
    border: #0e78be 1px solid;
    background-color: #FFFFFF;
  }

  A:link,
  A:active,
  A:visited {
    TEXT-DECORATION: none;
    color: #725744;
  }

  A:hover {
    TEXT-DECORATION: underline;
    Color: #ff0000
  }

  .photo:hover {
    LEFT: 1px;
    POSITION: relative;
    TOP: 1px;
    TEXT-DECORATION: none;
  }

  .b {
    font-weight: bold;
  }

  .wi3 {
    font-family: 'Wingdings 3';
  }

  .none {
    display: none;
  }

  .f12 {
    font-size: 12px;
  }

  .f13 {
    font-size: 13px;
  }

  .f15 {
    font-size: 15px;
  }

  .f16 {
    font-size: 16px;
  }

  .f18 {
    font-size: 18px;
  }

  .f20 {
    font-size: 20px;
  }

  .f24 {
    font-size: 24px;
  }

  .f30 {
    font-size: 30px;
  }

  .fl15 {
    line-height: 15px;
  }

  .fl16 {
    line-height: 16px;
  }

  .fl20 {
    line-height: 20px;
  }

  .fl24 {
    line-height: 24px;
  }

  .fl25 {
    line-height: 25px;
  }

  .fl26 {
    line-height: 26px;
  }

  .fl30 {
    line-height: 30px;
  }

  .fl35 {
    line-height: 35px;
  }

  .fl8 {
    line-height: 8px;
    font-size: 1px;
  }

  .fl5 {
    line-height: 5px;
    font-size: 1px;
  }

  .icnew {
    width: 100%;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
  }

  .icnew2 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    padding-top: 4px;
  }

  .xt3 {
    width: 100%;
    height: 66px;
    overflow: hidden;
    line-height: 22px;
    padding-top: 4px;
  }




  /* i i s 7 . c o m */