.f_f {
  float: left;
}
.f_r {
  float: right;
}
.l_q {
  clear: none;
}
.w_Icon {
  position: relative;
  margin: auto;
  width: 1220px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.w_Icon ul {
  overflow: hidden;
  height: 110px;
  padding-top: 5px;
}
.w_Icon ul li {
  transition: all 0.2s;
  border-radius: 5px;
  width: 19%;
  height: 100px;
  margin-left: 1%;
  float: left;
  border: 1px solid #E5E5E5;
}
.w_Icon ul li > div {
  float: left;
}
.w_Icon ul li > div:nth-child(1) {
  width: 33%;
}
.w_Icon ul li .w_describe {
  width: 65%;
  font-size: 12px;
  color: #848484;
  margin-top: 20px;
}
.w_Icon ul li .w_describe > div:nth-child(1) {
  color: #000000 !important;
  font-size: 16px !important;
}
.w_Icon ul li .w_describe .border {
  height: 1px;
  width: 130px;
  margin: 3px 0 6px 0;
  background: #E5E5E5;
}
.w_Icon ul li:hover {
  transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -o-transform: scale(1.06);
  -moz-transform: scale(1.06);
}
.w_Icon ul li:nth-child(1) .w_bk > div {
  width: 60px;
  height: 60px;
  background: url('../img/statc.png') no-repeat 0 0;
  position: relative;
  margin: auto;
  margin-top: 22px;
  margin-left: 8px;
}
.w_Icon ul li:nth-child(2) .w_bk > div {
  width: 60px;
  height: 60px;
  background: url('../img/statc.png') no-repeat -125px 0;
  position: relative;
  margin: auto;
  margin-top: 22px;
  margin-left: 8px;
}
.w_Icon ul li:nth-child(3) .w_bk > div {
  width: 60px;
  height: 60px;
  background: url('../img/statc.png') no-repeat -243px 0;
  position: relative;
  margin: auto;
  margin-top: 22px;
  margin-left: 8px;
}
.w_Icon ul li:nth-child(4) .w_bk > div {
  width: 60px;
  height: 60px;
  background: url('../img/statc.png') no-repeat -63px 0;
  position: relative;
  margin: auto;
  margin-top: 22px;
  margin-left: 6px;
}
.w_Icon ul li:nth-child(5) .w_bk > div {
  width: 60px;
  height: 60px;
  background: url('../img/statc.png') no-repeat -178px 0;
  position: relative;
  margin: auto;
  margin-top: 25px;
}
._product_core {
  width: 100%;
  -height: 660px;
  height: 210px;
  -background: #181818;
  -background: -webkit-linear-gradient(#181818, #2E2E2E);
  /* Safari 5.1 - 6.0 */
  -background: -o-linear-gradient(#181818, #2E2E2E);
  /* Opera 11.1 - 12.0 */
  -background: -moz-linear-gradient(#181818, #2E2E2E);
  /* Firefox 3.6 - 15 */
  -background: linear-gradient(#fff, #cdcdcd);
  /* 标准的语法 */
}
._product_core > div:nth-child(1) {
  padding-top: 10px;
  margin-top: 40px;
  width: 200px;
  position: relative;
  margin: auto;
}
._product_core > div:nth-child(1) span:nth-child(1) {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #535353;
  margin-left: -35px;
  animation: myfirst 5s infinite;
  -webkit-animation: myfirst 5s infinite;
  /* Safari 与 Chrome */
}
@keyframes myfirst {
  50% {
    transform: translateX(211px);
    -ms-transform: translateX(211px);
    /* IE 9 */
    -moz-transform: translateX(211px);
    /* Firefox */
    -webkit-transform: translateX(211px);
    /* Safari 和 Chrome */
    -o-transform: translateX(211px);
    /* Opera */
  }
  100% {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    /* IE 9 */
    -moz-transform: translateX(0px);
    /* Firefox */
    -webkit-transform: translateX(0px);
    /* Safari 和 Chrome */
    -o-transform: translateX(0px);
    /* Opera */
  }
}
@-webkit-keyframes myfirst {
  /* Safari 与 Chrome */
  50% {
    transform: translateX(211px);
    -ms-transform: translateX(211px);
    /* IE 9 */
    -moz-transform: translateX(211px);
    /* Firefox */
    -webkit-transform: translateX(211px);
    /* Safari 和 Chrome */
    -o-transform: translateX(211px);
    /* Opera */
  }
  100% {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    /* IE 9 */
    -moz-transform: translateX(0px);
    /* Firefox */
    -webkit-transform: translateX(0px);
    /* Safari 和 Chrome */
    -o-transform: translateX(0px);
    /* Opera */
  }
}
._product_core > div:nth-child(1) > div:nth-child(2) {
  color: #E62128;
  font-size: 30px;
  margin-top: 12px;
  text-align: center;
}
._product_core > div:nth-child(1) > div:nth-child(3) {
  color: #727272;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
._product_core > div:nth-child(1) > span:nth-child(4) {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #535353;
  margin-left: 150px;
  animation: myfirst_up 5s infinite;
  -webkit-animation: myfirst_up 5s infinite;
  /* Safari 与 Chrome */
}
@keyframes myfirst_up {
  50% {
    transform: translateX(-211px);
    -ms-transform: translateX(-211px);
    /* IE 9 */
    -moz-transform: translateX(-211px);
    /* Firefox */
    -webkit-transform: translateX(-211px);
    /* Safari 和 Chrome */
    -o-transform: translateX(-211px);
    /* Opera */
  }
  100% {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    /* IE 9 */
    -moz-transform: translateX(0px);
    /* Firefox */
    -webkit-transform: translateX(0px);
    /* Safari 和 Chrome */
    -o-transform: translateX(0px);
    /* Opera */
  }
}
@-webkit-keyframes myfirst_up {
  /* Safari 与 Chrome */
  50% {
    transform: translateX(211px);
    -ms-transform: translateX(211px);
    /* IE 9 */
    -moz-transform: translateX(211px);
    /* Firefox */
    -webkit-transform: translateX(211px);
    /* Safari 和 Chrome */
    -o-transform: translateX(211px);
    /* Opera */
  }
  100% {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    /* IE 9 */
    -moz-transform: translateX(0px);
    /* Firefox */
    -webkit-transform: translateX(0px);
    /* Safari 和 Chrome */
    -o-transform: translateX(0px);
    /* Opera */
  }
}
._product_core .core_content {
  width: 1280px;
  height: 340px;
  position: relative;
  margin: auto;
  margin-top: 20px;
  color: #FFFFFD;
}
._product_core .core_content .w_left_suber {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 50px;
  border-radius: 10px;
  background: #4F4F4F;
  cursor: pointer;
}
._product_core .core_content .w_left_suber > span {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url('../img/suber.png') no-repeat -6px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 4px;
}
._product_core .core_content .w_left_suber:hover {
  background: #E4222A;
}
._product_core .core_content .w_right_suber:hover {
  background: #E4222A;
}
._product_core .core_content .w_right_suber {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 50px;
  border-radius: 10px;
  background: #4F4F4F;
  cursor: pointer;
  right: 0;
}
._product_core .core_content .w_right_suber > span {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url('../img/suber.png') no-repeat -25px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 4px;
}
._product_core .core_content .nbsp {
  display: inline-block;
  width: 28px;
}
._product_core .core_content .w_nbsp {
  display: inline-block;
  width: 7px;
}
._product_core .core_content .core_lp {
  z-index: 999;
  top: 0;
  background: #fff;
  position: relative;
  height: 270px !important;
  transition: all 0.5s;
}
._product_core .core_content .core_lp > div:nth-child(1) {
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
._product_core .core_content .core_lp > ul:nth-child(2) {
  padding-left: 50px;
  font-size: 14px;
  margin: 0;
}
._product_core .core_content .w_lost {
  position: relative;
  margin: auto;
  width: 1200px;
  overflow: hidden;
}
._product_core .core_content .reduce {
  margin-top: 70px;
}
._product_core .core_content .w_ul_core {
  overflow-x: hidden;
  width: 9999px;
  height: 340px;
}
._product_core .core_content .w_ul_core > sl:nth-child(1) {
  margin-left: 0 !important;
}
._product_core .core_content .w_ul_core > li {
  cursor: pointer;
  overflow: hidden;
  margin: 0;
  width: 300px;
  height: 270px;
  float: left;
  padding-right: 1px;
}
._product_core .core_content .w_ul_core > li .ly-core-list {
  width: 100%;
  overflow: hidden;
}
._product_core .core_content .w_ul_core > li .ly-core-list > div {
  height: 210px;
}
._product_core .core_content .w_ul_core > li .ly-core-list > div > img {
  width: 100%;
  _height: 100%;
  transition: all 0.5s;
}
._product_core .core_content .w_ul_core > li .ly-core-list .core_lp dl {
  padding-left: 40px;
  box-sizing: border-box;
}
._product_core .core_content .w_ul_core > li .ly-core-list .core_lp dl dt {
  line-height: 35px;
  font-size: 14px;
}
._product_core .core_content .w_ul_core > li:hover .w_bg_img {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
}
._product_core .core_content .w_ul_core > li:hover .core_lp {
  top: -210px;
  background: rgba(227, 33, 42, 0.7);
}
._product_core .core_content .w_ul_core > li:hover .core_lp dl {
  margin-top: 20px;
}
._product_core .core_content .w_ul_core > li:hover .core_lp dl dt {
  line-height: 20px;
}
._product_core .core_content .core_More {
  margin-top: 30px;
  text-align: center;
  color: #E7222C;
  font-size: 14px;
  cursor: pointer;
}
._case_Exhibition {
  height: 680px;
  background: #E7E7E7;
}
._case_Exhibition .w_lost ul {
  overflow: hidden;
}
._case_Exhibition .w_lost.ly-core-list ul {
  width: 999999px;
}
._case_Exhibition .w_lost li {
  float: left;
  width: 400px;
  padding: 0px 10px;
  box-sizing: border-box;
  cursor: pointer;
}
._case_Exhibition .w_lost li .ly-li {
  width: 100%;
}
._case_Exhibition .w_lost li .ly-li > div:nth-child(1) {
  width: 100%;
  height: 255px;
  overflow: hidden;
}
._case_Exhibition .w_lost li .ly-li img {
  width: 100%;
  _height: 100%;
  transition: all 0.5s;
}
._case_Exhibition .w_lost li .ly-li > div:nth-child(2) {
  background: #fff;
  padding: 15px;
  color: #BFBFBF;
  transition: all 0.5s;
}
._case_Exhibition .w_lost li .ly-li > div:nth-child(2) span {
  width: 100%;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  color: #8b8b8b;
}
._case_Exhibition .w_lost li .ly-li > div:nth-child(2) h4 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  color: #212121;
  font-weight: 400;
}
._case_Exhibition .w_lost li:hover .ly-li img {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
}
._case_Exhibition .w_lost li:hover .ly-li .case_conter {
  background: #E6212A !important;
  color: #fff !important;
}
._case_Exhibition .w_lost li:hover .ly-li .case_conter h4 {
  color: #fff !important;
}
._case_Exhibition .w_lost li:hover .ly-li .case_conter span {
  color: #fff;
}

.index-case {
  width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px;
  position: relative;
}
.swiper-case {
  width: 100%;
  _height: 338px;
}
.index-case .swiper-button-prev,
.index-case .swiper-button-next {
  width: 40px;
  height: 50px;
  border-radius: 10px;
}
.index-case .swiper-button-prev {
  left: 0;
  background: #E6212B url(../img/zsuber.png) 7px center/24px auto no-repeat;
}
.index-case .swiper-button-next {
    right: 0;
    background: #E6212B url(../img/ysuber.png) 8px center/24px auto no-repeat;
}
.swiper-case .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-case .swiper-slide .img {
  width: 100%;
  _height: 225px;
  overflow: hidden;
}
.swiper-case .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.swiper-case .swiper-slide .text {
  padding: 15px;
  background-color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.swiper-case .swiper-slide .text  h6 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #212121;
    font-weight: 400;
    -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.swiper-case .swiper-slide .text p {
    width: 100%;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    color: #8b8b8b;
    -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.swiper-case .swiper-slide:hover .img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.swiper-case .swiper-slide:hover .text {
  background-color: #E6212A;
}
.swiper-case .swiper-slide:hover .text h6, 
.swiper-case .swiper-slide:hover .text p {
  color: #fff;
}

._w_Honor {
  position: relative;
  height: 580px !important;
  background: url('../img/honor_bk.png') no-repeat center;
  background-size: auto 100%;
}
._w_Honor > div {
  z-index: 9999;
}
._w_Honor .honor_bk {
  z-index: 888 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
._w_Honor .w_font {
  width: 1000px;
  position: relative;
  word-wrap: break-word;
  color: #898989;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin: 20px auto 0px;
}
._w_Honor .ly-honor-list ul {
  width: 9999px;
}
._w_Honor .core_content {
  height: 200px !important;
}
._w_Honor ._w_honor_up {
  overflow: hidden;
  padding: 10px 0 10px 0;
}
._w_Honor ._w_honor_up ._w_honor_img {
  float: left;
  width: 230px;
  margin-right: 50px;
}
._w_Honor ._w_honor_up ._w_honor_img:last-child {
  margin-right: 0;
}
._w_Honor ._w_honor_up ._w_honor_img > div {
  width: 100%;
  height: 175px;
}
._w_Honor ._w_honor_up ._w_honor_img > div img {
  width: 100%;
  _height: 100%;
  transition: all 0.5s;
  cursor: pointer;
}
._w_Honor ._w_honor_up ._w_honor_img > div img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
._w_Honor .honor_top {
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 13px;
}
.news_int_change {
  background: #E6212A !important;
}
.news_tab {
  color: #E5222A !important;
}
.news_heart {
  background: #E7E7E7;
  width: 100%;
}
.news_heart .news_conter {
  width: 1220px;
  -height: 730px;
  position: relative;
  margin: auto;
  padding: 40px 10px;
  overflow: hidden;
}
.news_heart .news_conter .ly-title-h1 {
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
.news_heart .news_conter .ly-title-h1 h1 {
  color: #E62128;
  font-weight: 400;
  font-size: 30px;
  margin-top: 12px;
}
.news_heart .news_conter .ly-title-h1 p {
  color: #727272;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.news_heart .news_left {
  width: 40%;
  height: 100%;
  background: #fff;
  float: left;
  padding: 15px;
}
.news_heart .news_left > div:nth-child(1) {
  width: 100%;
  -height: 230px;
  overflow: hidden;
}
.news_heart .news_left > div:nth-child(1) img {
  width: 100%;
}
.news_heart .news_left h4 {
  margin: 20px 0 20px 0;
  color: #373737;
  font-size: 16px;
  font-weight: 400;
}
.news_heart .news_left > div:nth-child(3) {
  width: 100%;
  -height: 270px;
  font-size: 12px;
  color: #5A5A5A;
  line-height: 25px;
  overflow: hidden;
}
.news_heart .news_left > div:nth-child(4) {
  margin-top: 5px;
  cursor: pointer;
}
.news_heart .news_right {
  width: 59%;
  height: 100%;
  background: #fff;
  float: left;
  margin-left: 1%;
}
.news_heart .news_right .news_right_tab {
  padding: 15px 20px;
  overflow: hidden;
}
.news_heart .news_right .news_right_tab .ly-news_right_tab {
  display: none;
}
.news_heart .news_right .news_right_tab ul {
  overflow: hidden;
  float: right;
}
.news_heart .news_right .news_right_tab h4 {
  float: left;
  font-size: 18px;
  color: #3a3a3a;
  font-weight: 400;
}
.news_heart .news_right .news_right_tab li {
  float: left;
  cursor: pointer;
  margin-right: 30px;
  font-size: 13px;
  color: #717171;
}
.news_heart .news_right > div:nth-child(3) {
  margin: 10px;
  margin-left: 20px;
  cursor: pointer;
}
.news_heart .news_int {
  padding: 15px 20px;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
  border-bottom: 1px dotted #ff4a00;
}
.news_heart .news_int > div {
  float: left;
}
.news_heart .news_int > div:nth-child(1) {
  width: 28%;
  height: 155px;
  overflow: hidden;
}
.news_heart .news_int > div:nth-child(1) img {
  width: 100%;
  _height: 100%;
}
.news_heart .news_int > div:nth-child(2) {
  margin-left: 3%;
  width: 61%;
}
.news_heart .news_int > div:nth-child(2) h4 {
  color: #373737;
  font-size: 16px;
  font-weight: 400;
}
.news_heart .news_int > div:nth-child(2) p {
  margin: 10px 0 15px;
  color: #5A5A5A;
  font-size: 14px;
}
.news_heart .news_int > div:nth-child(2) ._right_news_font {
  color: #5A5A5A;
  font-size: 12px;
  line-height: 20px;
}
.news_heart .news_int > div:nth-child(2) > div:nth-child(4) {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("../img/img_news_1.png") center;
  background-size: 100% 100%;
}
.news_heart .news_int:hover {
  background: #E6212A !important;
}
.news_heart .news_int:hover > div:nth-child(2) h4,
.news_heart .news_int:hover > div:nth-child(2) p,
.news_heart .news_int:hover > div:nth-child(2) ._right_news_font,
.news_heart .news_int:hover > div:nth-child(2) ._right_op {
  color: #fff;
}
.news_heart .news_int:hover > div:nth-child(2) ._right_op {
  background: url("../img/img_news_2.png") center;
  background-size: 100% 100%;
}
.news_heart .news_More {
  font-size: 12px;
  color: #9A9A9A;
  position: relative;
  top: -7px;
  left: 3px;
}
.news_heart .news_More a {
  font-size: 12px;
  color: #9A9A9A;
}
.partner {
  height: auto !important;
  background: #222222 !important;
}
.partner .w_lost {
  padding-bottom: 30px;
}
.partner .w_lost ul {
  overflow: hidden;
}
.partner .w_lost ul li {
  padding: 15px;
  background: #fff;
  margin-top: 20px;
  float: left;
  width: 224px;
  height: 95px;
  margin-right: 20px;
  overflow: hidden;
  cursor: pointer;
}
.partner .w_lost ul li:nth-child(5n+5) {
  margin-right: 0;
}
.partner .w_lost ul li img {
  width: 100%;
}
.partner .w_lost ul li:hover {
  border: 2px solid #E6212A;
}
.partner .core_content {
  height: auto !important;
}
.ly-line {
  height: 100px;
  border: 1px solid red;
  overflow: hidden;
  width: 730px;
  margin: 0 auto;
  position: relative;
}
#roll {
  width: 200%;
}
#roll dd {
  width: 98px;
  height: 98px;
  border: 1px solid #00EE00;
  float: left;
  margin-right: 5px;
}
.ly-line span {
  position: absolute;
  bottom: 40%;
  display: inline-block;
  width: 50px;
  text-align: center;
  cursor: pointer;
  background: red;
  z-index: 90;
  color: #fff;
}
.ly-line .next {
  right: 0;
}
.box {
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .w_Icon {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .w_Icon ul li .w_describe {
    margin-top: 10px;
  }
  ._product_core {
    height: auto;
    margin-top: 30px;
    background: #fff !important;
  }
  ._product_core > div:nth-child(1) {
    width: 100%;
    padding-top: 0;
  }
  ._product_core > div:nth-child(1) span {
    display: none !important;
  }
  ._product_core .core_content {
    width: 100%;
    padding: 0px 7px;
    height: auto;
    margin-top: 20px;
    box-sizing: border-box;
  }
  ._product_core .core_content .ly-prev {
    display: none;
  }
  ._product_core .core_content .ly-next {
    display: none;
  }
  ._product_core .core_content .w_lost {
    width: 100%;
  }
  ._product_core .core_content .w_lost .w_ul_core {
    width: 100%;
    height: auto;
  }
  ._product_core .core_content .w_lost .w_ul_core li {
    width: 33.33333333%;
    padding: 0px 8px;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
  }
  ._product_core .core_content .w_lost .w_ul_core li:nth-child(n+7) {
    _display: none;
  }
  ._product_core .core_content .w_lost .w_ul_core li .ly-core-list > div {
    height: auto;
  }
  ._product_core .core_content .w_lost .w_ul_core li .ly-core-list > div img {
    height: auto;
  }
  ._product_core .core_content .w_lost .w_ul_core li .ly-core-list .core_lp {
    top: -40px;
  }
  ._product_core .core_content .w_lost .w_ul_core li .ly-core-list .core_lp div:nth-child(1) {
    padding-top: 0px;
    line-height: 40px;
    font-size: 16px;
  }
  ._product_core .core_content .core_More {
    margin-top: 10px;
    color: #333;
  }
  ._product_core._case_Exhibition .ly-core .w_lost li:nth-child(n+7) {
    display: none;
  }
  ._w_Honor .honor_top {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .w_Icon {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .w_Icon ul {
    height: auto;
  }
  .w_Icon ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 0px;
  }
  .w_Icon ul li > div:nth-child(1) {
    width: 80px;
  }
  .w_Icon ul li .w_describe {
    padding: 20px 0px;
    margin-top: 0;
  }
  .w_Icon ul li .w_describe > div:nth-child(1) {
    width: 50px;
    float: left;
    height: 60px;
    line-height: 60px;
  }
  .w_Icon ul li .w_describe .border {
    display: none;
  }
  .w_Icon ul li .w_describe > div:nth-child(3) {
    line-height: 30px;
  }
  .w_Icon ul li .w_describe > div:nth-child(4) {
    line-height: 30px;
  }
  ._product_core {
    height: auto;
    background: #fff !important;
  }
  ._product_core > div:nth-child(1) {
    width: 100%;
    padding-top: 0;
  }
  ._product_core > div:nth-child(1) span {
    display: none !important;
  }
  ._product_core .core_content {
    width: 100%;
    padding: 0px 7px;
    height: auto;
    margin-top: 20px;
    box-sizing: border-box;
  }
  ._product_core .core_content .ly-prev {
    display: none;
  }
  ._product_core .core_content .ly-next {
    display: none;
  }
  ._product_core .core_content .w_lost {
    width: 100%;
  }
  ._product_core .core_content .w_lost .w_ul_core {
    width: 100%;
    height: auto;
  }
  ._product_core .core_content .w_lost .w_ul_core li {
    width: 50%;
    padding: 0px 8px;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
  }
  ._product_core .core_content .w_lost .w_ul_core li .ly-core-list > div {
    height: auto;
  }
  ._product_core .core_content .w_lost .w_ul_core li .ly-core-list > div img {
    height: auto;
  }
  ._product_core .core_content .w_lost .w_ul_core li .ly-core-list .core_lp {
    top: -40px;
  }
  ._product_core .core_content .w_lost .w_ul_core li .ly-core-list .core_lp div:nth-child(1) {
    padding-top: 0px;
    line-height: 40px;
    font-size: 16px;
  }
  ._product_core .core_content .core_More {
    margin-top: 10px;
    color: #333;
  }
  ._product_core._case_Exhibition {
    height: auto;
    margin-top: 80px;
    padding: 0px 15px;
    background: #fff !important;
  }
  ._product_core._case_Exhibition .ly-core {
    padding: 0;
  }
  ._product_core._case_Exhibition .ly-core .ly-core-prev {
    z-index: 99;
    left: -10px;
  }
  ._product_core._case_Exhibition .ly-core .ly-core-next {
    z-index: 99;
    right: -10px;
  }
  ._product_core._case_Exhibition .ly-core .w_lost li {
    margin-right: 20px;
    padding: 0;
  }
  ._product_core._case_Exhibition .ly-core .w_lost li:last-child {
    margin-right: 0;
  }
  ._product_core._case_Exhibition .ly-core .w_lost li .ly-li > div:nth-child(1) img {
    display: block;
  }
  ._product_core._case_Exhibition .ly-core .w_lost li .ly-li .case_conter:nth-child(2) {
    width: 100%;
    background: #E4202A;
  }
  ._product_core._w_Honor {
    height: auto !important;
    background: #fff !important;
    margin-top: 60px;
  }
  ._product_core._w_Honor .honor_bk {
    background: #fff;
  }
  ._product_core._w_Honor .honor_top {
    display: none;
  }
  ._product_core._w_Honor .w_font {
    margin-top: 10px;
    width: 100%;
    padding: 0px 15px;
    line-height: 20px;
    font-size: 12px;
  }
  ._product_core._w_Honor .core_content.ly-honor {
    height: auto !important;
  }
  ._product_core._w_Honor .core_content.ly-honor .ly-honor-prev {
    display: none;
  }
  ._product_core._w_Honor .core_content.ly-honor .ly-honor-next {
    display: none;
  }
  ._product_core._w_Honor .core_content.ly-honor .ly-honor-list ._w_honor_up {
    width: 100%;
  }
  ._product_core._w_Honor .core_content.ly-honor .ly-honor-list ._w_honor_up li {
    width: 50%;
    padding: 0px 7px;
    margin: 0 0 10px;
  }
  ._product_core._w_Honor .core_content.ly-honor .core_More {
    clear: both;
  }
  ._product_core.partner {
    height: auto !important;
  }
  ._product_core.partner .core_content {
    padding: 0px 10px;
  }
  ._product_core.partner .core_content .w_lost ul li {
    margin: 0 0 8px;
    width: 33.33333333%;
    padding: 0px 5px;
    height: auto;
  }
  ._product_core.partner .core_content .w_lost ul li .bo {
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 0;
  }
  ._product_core.partner .core_content .w_lost ul li img {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .news_heart {
    background: #fff;
    padding: 0;
    margin-top: 20px;
  }
  .news_heart .news_conter {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .news_heart .news_conter .ly-title-h1 {
    display: block;
  }
  .news_heart .news_conter .news_left {
    width: 100%;
    padding: 0px 15px;
  }
  .news_heart .news_conter .news_left > div:nth-child(1) {
    height: auto;
  }
  .news_heart .news_conter .news_left > div:nth-child(1) img {
    width: 100%;
    display: block;
  }
  .news_heart .news_conter .news_left > div:nth-child(3) {
    height: auto;
  }
  .news_heart .news_conter .news_left > div:nth-child(4) {
    margin-top: 10px;
  }
  .news_heart .news_conter .news_right {
    width: 100%;
    margin-left: 0;
  }
  .news_heart .news_conter .news_right .news_right_tab {
    text-align: center;
  }
  .news_heart .news_conter .news_right .news_right_tab .ly-news_right_tab {
    display: block;
    color: #727272;
    margin-bottom: 20px;
  }
  .news_heart .news_conter .news_right .news_right_tab ul {
    display: none;
  }
  .news_heart .news_conter .news_right .news_right_tab h4 {
    color: #E62128;
    font-size: 30px;
    margin-top: 12px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .news_heart .news_conter .news_right .news_int {
    margin-bottom: 20px;
    padding: 0px 15px 15px;
    border-bottom: 1px solid #ccc;
  }
  .news_heart .news_conter .news_right .news_int > div:nth-child(1) {
    height: auto;
  }
  .news_heart .news_conter .news_right .news_int > div:nth-child(1) img {
    height: auto;
  }
  .news_heart .news_conter .news_right .news_int > div:nth-child(2) p {
    margin: 5px 0px;
  }
  .news_heart .news_conter .news_right .news_int ._right_op {
    display: none;
  }
  .news_heart .news_conter .news_right > div:nth-child(3) {
    margin-left: 15px;
  }
  ._case_Exhibition .w_lost li .ly-li > div:nth-child(2) h4 {
    color: #fff;
  }
  ._case_Exhibition .w_lost li .ly-li > div:nth-child(2) span {
    color: #fff;
  }
  .hander {
    height: 100px;
    background: #fff;
  }
  .hander .w_lp {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .hander .w_lp .w_log {
    float: left;
    width: 100px;
    height: 100px;
    display: block;
  }
  .hander .w_lp .w_log img {
    width: 100%;
    margin-top: 5px;
  }
  .hander .w_lp .w_nav .w_language {
    display: none;
  }
  .hander .w_lp .w_nav .venus-menu {
    position: relative;
    width: 160px;
    top: 100px;
  }
  .hander .w_lp .w_nav .venus-menu .showhide {
    width: 85px;
    height: 100px;
    position: absolute;
    top: -100px;
    right: 0px;
    background: #fff;
  }
  .hander .w_lp .w_nav .venus-menu li {
    width: 100%;
    text-align: center;
    line-height: 50px;
    background: #000;
    height: 50px;
  }
  .hander .w_lp .w_nav .venus-menu li .ly-nav {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .index-case {
    width: 100%;
    padding: 0 18px;
  }
  .swiper-case .swiper-slide .text {
    background-color: #f0f0f0;
  }
  .swiper-case .swiper-slide .text h6,
  .swiper-case .swiper-slide .text p {
    color: #fff;
  }
}
.xfl2{ margin-top:12px; margin-bottom:6px; overflow:hidden; margin-left:2.8%; }
.xfl2 a{font-size:16px; color:#ff4a00; display:block; float:left; text-align:center; border:1px solid #ff4a00; line-height:26px; margin:6px; padding: 5px 5px 5px 5px;}
.xfl2 a:hover{ font-size:16px; display:block; float:left; text-align:center; color:#fff; border:1px solid #f8ac00; background:#ff4a00; line-height:26px; margin-right:12px; padding: 5px 5px 5px 5px;}

