<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鐨偆 */
/* function*/
/* banner */
#banner {
  *zoom: 1;
  width: 100%;
}
#banner:before,
#banner:after {
  content: "";
  display: table;
}
#banner:after {
  clear: both;
}
#banner img {
  margin: 0 auto;
  width: 84%;
  height: auto;
  display: block;
}
#banner .wmuSlider {
  height: 84% !important;
  position: relative;
  overflow: hidden;
}
#banner .slider_img {
  display: block;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#banner .slider_img img{
	display:inline-block!important;
	margin:0px 0;
	max-width:100%;
	width: auto;
	height: auto;
	display:block;
	}
#banner .wmuSliderPrev,
#banner .wmuSliderNext {
  text-indent: -30000px;
  width: 85px;
  height: 85px;
  overflow: hidden;
  margin: -40px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s ease;
}
#banner .wmuSliderPrev {
  background: url("../images/icon/index_btnleft.png") no-repeat;
  background-size: 100% 100%;
  left: 30px;
}
#banner .wmuSliderNext {
  background: url("../images/icon/index_btnright.png") no-repeat;
  background-size: 100% 100%;
  right: 30px;
}
#banner .bdbd {
  position: absolute;
  bottom: 4%;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .bbdd {
  *zoom: 1;
}
#banner .bbdd:before,
#banner .bbdd:after {
  content: "";
  display: table;
}
#banner .bbdd:after {
  clear: both;
}
#banner .bbdd li {
  float: left;
  *display: inline;
  overflow: hidden;
  text-indent: -30000px;
  margin: 0 10px;
}
#banner .bbdd li a {
  display: block;
  width: 22px;
  height: 4px;
  background: #fff;
}
#banner .bbdd li .wmuActive {
  background: #ef3042;
}
@media (max-width: 992px) {
  #banner .wmuSliderPrev,
  #banner .wmuSliderNext {
    width: 65px;
    height: 65px;
    overflow: hidden;
    margin: -30px 0 0 0;
  }
}
@media (max-width: 768px) {
  #banner .wmuSliderPrev,
  #banner .wmuSliderNext {
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin: -25px 0 0 0;
  }
}
@media (max-width: 377px) {
  #banner .wmuSliderPrev,
  #banner .wmuSliderNext {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: -15px 0 0 0;
  }
}
/* index-search */
.index-search {
  width: 84%;
  margin: 0 auto;
}
/*about us*/
.aboutus {
  width: 100%;
  background: #fff;
  padding: 0;
  text-align: center;
}
.aboutus .about-tit {
  position: relative;
  font-size: 90px;
  color: #43443e;
  line-height: 110px;
  display: inline-block;
}
.aboutus .about-tit span {
  color: #ef3042;
}
.aboutus .about-tit:after {
  content: "";
  background-color: #43443e;
  width: 40px;
  display: inline-block;
  position: absolute;
  height: 5px;
  left: 73px;
  top: 0;
}
.aboutus .about-hr {
  width: 1200px;
  height: 25px;
  margin: 0 auto 250px auto;
  border-bottom: 1px solid #ccc;
}
.aboutus .container {
  width: 100%;
  height: 966px;
  padding-top: 1px;
  margin-bottom: 80px;
  position: relative;
  /*background: url("/Content/C_IMG/m117/index_aboutbg.jpg") repeat-y top center;*/
}
.aboutus .container-store {
  width: 1200px;
  *zoom: 1;
  position: absolute;
  top: -220px;
  left: 50%;
  margin-left: -600px;
}
.aboutus .container-store:before,
.aboutus .container-store:after {
  content: "";
  display: table;
}
.aboutus .container-store:after {
  clear: both;
}
.aboutus .container-store img {
  float: left;
  *display: inline;
}
.aboutus .container-store .corner-block {
  position: absolute;
  right: 0;
  top: 0;
  background: #f4f4f4;
  width: 26px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 1px solid #fff;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.aboutus .txt-box {
  width: 564px;
  height: 370px;
  position: relative;
  margin-top: 20px;
  float: left;
  *display: inline;
  background: #f4f4f4;
}
.aboutus .txt {
  width: 465px;
  height: 260px;
  overflow: hidden;
  margin: 20px 0 0 56px;
  color: #c0c0c0;
  text-align: left;
}
.aboutus .txt h3 {
  position: relative;
  font-size: 22px;
  font-weight: normal;
  color: #43443e;
  line-height: 30px;
  padding-bottom: 15px;
}
.aboutus .txt h3:after {
  content: "";
  background-color: #43443e;
  width: 80px;
  display: inline-block;
  position: absolute;
  height: 3px;
  left: 0;
  bottom: 0px;
}
.aboutus .txt p {
  /* font-style: italic; */
  font-size: 14px;
  line-height: 20px;
  padding: 18px 0 0 0;
}
.aboutus .txt-button {
  display: block;
  width: 160px;
  height: 34px;
  margin-left: 56px;
}
.aboutus .btn-left {
  width: 120px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
  background: #232323;
  float: left;
  *display: inline;
}
.aboutus .btn-right {
  background: #3e3e3e;
  width: 40px;
  height: 34px;
  float: left;
  *display: inline;
  position: relative;
}
.aboutus .btn-right:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 13px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-right: 9px solid transparent;
  transform: rotate(90deg);
}
.aboutus .btn-right:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 11px;
  width: 0;
  height: 0;
  margin: -1px 0 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #3e3e3e;
  border-right: 9px solid transparent;
  transform: rotate(90deg);
}
.aboutus .about-lists {
  width: 1200px;
  margin: 40px auto 0 auto;
  background: #f4f4f4;
  position: relative;
  *zoom: 1;
}
.aboutus .about-lists:before,
.aboutus .about-lists:after {
  content: "";
  display: table;
}
.aboutus .about-lists:after {
  clear: both;
}
.aboutus .about-lists .corner-block {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ef3042;
  width: 50px;
  height: 65px;
}
.aboutus .about-cols {
  padding: 20px 0 0 20px;
  *zoom: 1;
}
.aboutus .about-cols:before,
.aboutus .about-cols:after {
  content: "";
  display: table;
}
.aboutus .about-cols:after {
  clear: both;
}
.aboutus .about-col {
  float: left;
  *display: inline;
  width: 373px;
  height: 373px;
  margin: 0 20px 20px 0;
  position: relative;
}
.aboutus .about-col img {
  width: 373px;
  height: 373px;
}
.aboutus .about-col a {
  display: block;
  width: 100%;
  height: 100%;
}
.aboutus .about-col .col-floatbox {
  width: 313px;
  height: 313px;
  position: absolute;
  text-align: left;
  top: 30px;
  left: 30px;
  display: table;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  /* Firefox 4 */
  -webkit-transition: all 0.4s ease-out;
  /* Safari 鍜� Chrome */
  -o-transition: all 0.4s ease-out;
  /* Opera */
}
.aboutus .about-col a:hover .col-floatbox {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.aboutus .col-float {
  vertical-align: middle;
  display: table-cell;
}
.aboutus .col-title {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 233px;
  line-height: 22px;
  position: relative;
  margin: 0 40px;
  padding:10px 0px;
}
.aboutus .col-title:after {
  content: "";
  background: #ef3042;
  width: 24px;
  display: inline-block;
  position: absolute;
  height: 4px;
  left: 0;
  top: 0;
}
.aboutus .col-txt {
  display: inline-block;
  width: 233px;
  font-size: 12px;
  line-height: 20px;
  margin: 0 40px;
  color: #fff;
}
@media (max-width: 1200px) {
  .aboutus .about-hr {
    width: 604px;
  }
  .aboutus .container {
    height:100%;
    padding-bottom:40px;
  }
  .aboutus .container-store {
    width: 604px;
    margin-left: -302px;
  }
  .aboutus .txt-box {
    margin: 0 0 0 20px;
  }
  .aboutus .txt-box .corner-block {
    display: none;
  }
  .aboutus .about-lists {
    width: 806px;
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 806px) {
  .aboutus .container {
    height:100%;
    padding-bottom:40px;
  }
  .aboutus .about-lists {
    width: 413px;
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 604px) {
  .aboutus .about-tit {
    font-size: 70px;
    line-height: 90px;
  }
  .aboutus .about-tit:after {
    width: 35px;
    left: 55px;
  }
  .aboutus .about-hr {
    width: 350px;
  }
  .aboutus .container {
    height:100%;
    padding-bottom:40px;
  }
  .aboutus .container-store {
    width: 350px;
    margin-left: -175px;
  }
  .aboutus .container-store img {
    float: left;
    *display: inline;
    width: 100%;
  }
  .aboutus .txt-box {
    width: 330px;
    margin: 0 0 0 10px;
  }
  .aboutus .txt-box .corner-block {
    display: none;
  }
  .aboutus .txt {
    width: 300px;
    height: 270px;
    overflow: hidden;
    margin: 20px 0 0 15px;
  }
  .aboutus .txt h3 {
    position: relative;
    font-size: 24px;
    font-weight: normal;
    color: #43443e;
    line-height: 40px;
  }
  .aboutus .txt-button {
    margin-left: 15px;
  }
  .aboutus .about-lists {
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 415px) {
  .aboutus .container {
    height: 3260px;
  }
  .aboutus .about-lists {
    width: 393px;
    margin: 30px auto 0 auto;
  }
  .aboutus .about-lists .corner-block {
    display: none;
  }
  .aboutus .about-cols {
    padding: 10px 0 0 10px;
  }
  .aboutus .about-col {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 393px) {
  .aboutus .container {
    height: 3300px;
  }
  .aboutus .about-lists {
    width: 375px;
    margin: 30px auto 0 auto;
  }
  .aboutus .about-cols {
    padding: 10px 0 0 1px;
  }
  .aboutus .about-col {
    margin: 0 1px 10px 0;
  }
}
/*product*/
.product {
  width: 100%;
  background: #fff;
  text-align: center;
}
.product .product-tit {
  position: relative;
  font-size: 35px;
  color: #43443e;
  line-height: 50px;
  display: inline-block;
}
.product .product-tit span {
  color: #ef3042;
}
.product .product-tit:after {
  content: "";
  background-color: #43443e;
  width: 40px;
  display: inline-block;
  position: absolute;
  height: 5px;
  left: 50%;
  top: -20px;
  margin-left:-20px;
}
.product .product-hr {
  width: 1200px;
  height: 25px;
  margin: 0 auto 45px auto;
  border-bottom: 1px solid #ccc;
}
.product .container {
  width: 1200px;
  margin: 0 auto;
  height: 680px;
  background: #f4f4f4;
  position: relative;
}
.product .corner-block {
  position: absolute;
  right: 0;
  top: 0;
  background: #f4f4f4;
  width: 33px;
  height: 25px;
  border: 8px solid #fff;
}
.product .product-itembox {
  width: 100%;
  height: 100%;
  position: relative;
}
.product .slider_box {
  display: block;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product .slider_box img
 {
  display: block;
  }
.product .wmuSliderPrev {
  display: none;
}
.product .wmuSliderNext {
  position: absolute;
  top: 305px;
  right: 55px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-indent: -30000px;
  z-index: 99;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s ease;
  background: url("/Content/C_IMG/m117/index_btnright.png") no-repeat;
  background-size: 100% 100%;
}
.product .bdbd {
  display: none;
}
.product .item-img {
  float: left;
  *display: inline;
  padding: 35px 40px;
}
.product .item-con {
  text-align: left;
  width: 490px;
  overflow: hidden;
  padding: 90px 30px 0 30px;
  float: left;
  *display: inline;
  position: absolute;
  top: 0px;
  left: 563px;
}
.product .item-con h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 60px;
  border-bottom: 1px solid #43443e;
  color: #43443e;
}
.product .item-desc {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #43443e;
  line-height: 26px;
  padding-top: 5px;
}
.product .item-txt {
  width: 100%;
  padding-top: 35px;
  line-height: 20px;
}
.product .item-txt span {
  display: block;
  vertical-align: top;
  padding-left: 15px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #c0c0c0;
  background: url("/Content/C_IMG/m117/index_producticon.png") no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .item-button {
  display: block;
  width: 160px;
  height: 40px;
  margin-top: 40px;
}
.product .btn-left {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #ef3042;
  float: left;
  *display: inline;
}
.product .btn-right {
  background: #ff4d5e;
  width: 40px;
  height: 40px;
  float: left;
  *display: inline;
  position: relative;
}
.product .btn-right:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 13px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-right: 9px solid transparent;
  transform: rotate(90deg);
}
.product .btn-right:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 11px;
  width: 0;
  height: 0;
  margin: -1px 0 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #ff4d5e;
  border-right: 9px solid transparent;
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .product .product-hr {
    width: 645px;
  }
  .product .container {
    width: 645px;
    height: 1150px;
  }
  .product .wmuSliderNext {
    top: 680px;
  }
  .product .item-con {
    width: 470px;
    overflow: hidden;
    padding: 0 40px;
    position: relative;
    left: 0px;
  }
}
@media (max-width: 806px) {
  .product .product-tit {
    font-size: 70px;
    line-height: 90px;
  }
  .product .product-tit:after {
    width: 35px;
    left: 53px;
  }
}
@media (max-width: 645px) {
  .product .product-tit {
    font-size: 50px;
    line-height: 70px;
  }
  .product .product-tit:after {
    width: 25px;
    left: 38px;
  }
  .product .product-hr {
    width: 350px;
  }
  .product .container {
    width: 100%;
  }
  .product .item-img {
    width: 88%;
    padding: 35px 6%;
  }
  .product .wmuSliderNext {
    top: 50%;
    right: 6%;
  }
  .product .item-con {
    width: 74%;
    overflow: hidden;
    padding: 60px 6% 0 6%;
  }
}
@media (max-width: 415px) {
  .product .product-tit {
    font-size: 40px;
    line-height: 60px;
  }
  .product .product-tit:after {
    width: 22px;
    left: 30px;
  }
}
@media (max-width: 375px) {
  .product .wmuSliderNext {
    top: 40%;
    right: 6%;
  }
}
/*hotsale*/
.hotsale {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  background: url("/Content/C_IMG/m117/index_hotsalebg.jpg") repeat-y top center;
}
.hotsale .hotsale-hr {
  width: 1200px;
  height: 70px;
  margin: 0 auto 50px auto;
  border-bottom: 1px solid #ccc;
}
.hotsale .hotsale-lists {
  width: 1200px;
  margin: 0 auto;
}
.hotsale .hotsale-lists ul {
  width: 1215px;
}
.hotsale .list-box {
  float: left;
  *display: inline;
  margin: 0 15px 15px 0;
  overflow: hidden;
}
.hotsale .list-box1 {
  width: 390px;
  height: 780px;
  background: #fff;
}
.hotsale .list-box2 {
  width: 415px;
  height: 105px;
  text-align: center;
}
.hotsale .list-box3 {
  width: 415px;
  height: 660px;
  position: relative;
  background: #f0f0f0;
}
.hotsale .list-box3 .list-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hotsale .list-box4 {
  width: 365px;
  height: 225px;
  background: #ef3042;
  margin-top: -120px;
  display: table;
}
.hotsale .list-box5 {
  width: 365px;
  height: 540px;
  background: #fff;
}
.hotsale .list-txt {
  width: 100%;
}
.hotsale .list-txt h4 {
  font-size: 18px;
  line-height: 40px;
  color: #43443e;
  padding: 25px 30px 0 30px;
  font-weight: normal;
}
.hotsale .list-txt p {
  font-size: 12px;
  line-height: 20px;
  padding: 0 30px;
  color: #777;
}
.hotsale .hotsale-tit {
  position: relative;
  font-size: 70px;
  color: #43443e;
  height: 105px;
  line-height: 105px;
  display: inline-block;
}
.hotsale .hotsale-tit span {
  color: #ef3042;
}
.hotsale .hotsale-tit:after {
  content: "";
  background-color: #43443e;
  width: 35px;
  display: inline-block;
  position: absolute;
  height: 4px;
  left: 60px;
  top: 0;
}
.hotsale .box4-txt {
  vertical-align: middle;
  display: table-cell;
  padding: 0 10%;
}
.hotsale .box4-txt span {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
}
.hotsale .box4-button {
  margin-top: 20px;
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .hotsale .hotsale-hr {
    width: 820px;
  }
  .hotsale .hotsale-lists {
    width: 820px;
  }
  .hotsale .hotsale-lists ul {
    width: 835px;
  }
  .hotsale .list-box4 {
    width: 390px;
    height: 540px;
    background: #ef3042;
    margin-top: 0;
    display: table;
  }
  .hotsale .list-box5 {
    width: 415px;
    height: 540px;
    background: #fff;
  }
  .hotsale .list-box5 .list-img {
    width: 365px;
    margin: 0 auto;
  }
}
@media (max-width: 820px) {
  .hotsale .hotsale-hr {
    width: 415px;
  }
  .hotsale .hotsale-lists {
    width: 415px;
  }
  .hotsale .hotsale-lists ul {
    width: 430px;
  }
  .hotsale .list-box1 {
    width: 415px;
    height: 780px;
    background: #fff;
    margin-top: 360px;
  }
  .hotsale .list-box1 .list-img {
    width: 390px;
    margin: 0 auto;
  }
  .hotsale .list-box2 {
    margin-top: -1140px;
  }
  .hotsale .list-box4 {
    width: 415px;
    height: 225px;
    margin-top: -1710px;
  }
  .hotsale .list-box5 {
    width: 415px;
    height: 540px;
    background: #fff;
  }
}
@media (max-width: 413px) {
  .hotsale .hotsale-lists {
    width: 100%;
  }
  .hotsale .hotsale-lists ul {
    width: 100%;
  }
  .hotsale .list-box1 {
    margin-right: 0;
  }
  .hotsale .list-box1 {
    width: 100%;
    height: 780px;
    background: #fff;
    margin-top: 360px;
  }
  .hotsale .list-box1 .list-img {
    width: 100%;
  }
  .hotsale .list-box2 {
    width: 100%;
    margin-top: -1140px;
    text-align: center;
  }
  .hotsale .hotsale-tit {
    position: relative;
    font-size: 60px;
    color: #43443e;
    height: 105px;
    line-height: 105px;
    display: inline-block;
  }
  .hotsale .hotsale-tit span {
    color: #ef3042;
  }
  .hotsale .hotsale-tit:after {
    content: "";
    background-color: #43443e;
    width: 30px;
    display: inline-block;
    position: absolute;
    height: 4px;
    left: 50px;
    top: 0;
  }
  .hotsale .list-box3 {
    width: 100%;
  }
  .hotsale .list-box4 {
    width: 100%;
    height: 225px;
    margin-top: -1710px;
  }
  .hotsale .list-box5 {
    width: 100%;
    height: 540px;
    background: #fff;
  }
}
/*news*/
.news {
  width: 100%;
  background: #fff;
  text-align: center;
}
.news .news-tit {
  position: relative;
  font-size: 35px;
  color: #43443e;
  line-height: 110px;
  display: inline-block;
}
.news .news-tit span {
  color: #ef3042;
}
.news .news-tit:after {
  content: "";
  background-color: #43443e;
  width: 40px;
  display: inline-block;
  position: absolute;
  height: 5px;
  left: 50%;
  top: 0;
  margin-left:-20px;
}
.news .news-hr {
  width: 1200px;
  height: 25px;
  margin: 0 auto 4px auto;
  border-bottom: 1px solid #ccc;
}
.news .container {
  width: 1200px;
  margin: 0 auto;
  height: 540px;
  position: relative;
}
.news .corner-block {
  position: absolute;
  right: 0;
  top: 0;
  background: #f4f4f4;
  width: 33px;
  height: 25px;
  border: 8px solid #fff;
}
.news .news-itembox {
  width: 100%;
  height: 100%;
  position: relative;
}
.news .slider_box {
  display: block;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news .wmuSliderPrev {
  display: none;
}
.news .wmuSliderNext {
  position: absolute;
  top: 305px;
  right: 55px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-indent: -30000px;
  z-index: 99;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s ease;
  background: url("../images/index_btnright.png") no-repeat;
  background-size: 100% 100%;
}
.news .bdbd {
  display: none;
}
.news .item-img {
  float: left;
  *display: inline;
  padding: 35px 40px;
}
.news .item-con {
  text-align: left;
  width: 525px;
  overflow: hidden;
  padding:30px 30px 0 30px;
  float: left;
  *display: inline;
}
.news .item-con h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 38px;
  line-height: 60px;
  border-bottom: 1px solid #43443e;
  color: #43443e;
}
.news .item-desc {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #43443e;
  line-height: 26px;
  padding-top: 5px;
}
.news .item-txt {
  width: 100%;
  padding-top: 35px;
}
.news .item-txt span {
  display: block;
  vertical-align: top;
  padding-left: 15px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #c0c0c0;
  background: url("../images/index_producticon.png") no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .item-button {
  display: block;
  width: 160px;
  height: 40px;
  margin-top: 40px;
}
.news .btn-left {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #ef3042;
  float: left;
  *display: inline;
}
.news .btn-right {
  background: #ff4d5e;
  width: 40px;
  height: 40px;
  float: left;
  *display: inline;
  position: relative;
}
.news .btn-right:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 13px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-right: 9px solid transparent;
  transform: rotate(90deg);
}
.news .btn-right:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 11px;
  width: 0;
  height: 0;
  margin: -1px 0 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #ff4d5e;
  border-right: 9px solid transparent;
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .news .product-hr {
    width: 645px;
  }
  .news .container {
    width: 645px;
    height: 1150px;
  }
  .news .wmuSliderNext {
    top: 680px;
  }
  .news .item-con {
    width: 470px;
    overflow: hidden;
    padding: 0 40px;
  }
}
@media (max-width: 806px) {
  .news .news-tit {
    font-size: 70px;
    line-height: 90px;
  }
  .news .news-tit:after {
    width: 35px;
    left: 53px;
  }
}
@media (max-width: 645px) {
  .news .news-tit {
    font-size: 50px;
    line-height: 70px;
  }
  .news .news-tit:after {
    width: 25px;
    left: 38px;
  }
  .news .news-hr {
    width: 350px;
  }
  .news .container {
    width: 100%;
  }
  .news .item-img {
    width: 88%;
    padding: 35px 6%;
  }
  .news .wmuSliderNext {
    top: 50%;
    right: 6%;
  }
  .news .item-con {
    width: 74%;
    overflow: hidden;
    padding: 60px 6% 0 6%;
  }
}
@media (max-width: 415px) {
  .news .news-tit {
    font-size: 40px;
    line-height: 60px;
  }
  .news .news-tit:after {
    width: 22px;
    left: 30px;
  }
}
@media (max-width: 375px) {
  .news .wmuSliderNext {
    top: 40%;
    right: 6%;
  }
}
 .lul {
    list-style-type:none;
    line-height:40px;
 }
      .lul &gt; li {
                border-bottom:1px dashed #120e0b;
                font-size:16px;
            }
       .lul &gt; li:hover {
                color:#ef3042;
            }
			  .lul &gt; li&gt;a:hover {
                color:#ef3042;
            }
                .lul &gt; li &gt; span {
                    float:right;
                }

.video{width:1200px;height:675px;margin:38px auto 0 auto;overflow:hidden;}
.video .my-video-dimensions{width:100%;height:100%;overflow:hidden;}

@media (max-width: 1200px) {
.video{width:806px;height:453px;}
}
@media (max-width: 806px) {
.video{width:413px;height:232px;}
}
@media (max-width: 604px) {
.video{width:413px;height:232px;}
}
@media (max-width: 415px) {
.video{width:393px;height:221px;}
}
@media (max-width: 393px) {
.video{width:375px;height:211px;}
}</pre></body></html>