/*lyBanner start*/
.lyBanner {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #f3f7fc;
}

.lyBanner .lyBanner_main {
  margin: 0 auto;
}

.lyBanner_main .lyAll_Category {
  width: 270px;
  height: 640px;
  margin: 0;
  padding: 12px 12px 60px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 38, 125, 0.06);
  float: left;
  position: relative;
}

.lyAll_Category .lyAllCategory_title {
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 12px;
  background-color: #f08200;
}

.lyAllCategory_title i {
  color: #fff;
  font-size: 18px;
  margin: 0 12px 0 0;
}

.lyAll_Category .lyAllCategory_list {
  width: 258px;
  height: auto;
  margin: 0 auto;
}

.lyAllCategory_list ul li {
  width: 100%;
  height: 44px;
  margin: 12px auto;
  padding: 0 12px 0 0;
  border: 1px solid #fff;
  border-right: 0;
}

.lyAllCategory_list ul li:hover,
.lyAllCategory_list ul li.active {
  border: 1px solid #e6e6e6;
  border-right: 0;
}

.lyAllCategory_list ul li .CategoryImg {
  width: 42px;
  height: 42px;
  overflow: hidden;
  float: left;
}

.lyAllCategory_list ul li .CategoryImg a {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 10px auto;
  position: relative;
}

.lyAllCategory_list ul li .CategoryImg a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAllCategory_list ul li:hover .CategoryImg a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyAllCategory_list ul li a.CategoryName {
  display: block;
  width: calc(100% - 42px);
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 20px 0 0;
  position: relative;
}

.lyAllCategory_list ul li a.CategoryName i {
  color: #aaa;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -8px 0 0;
}

.lyAllCategory_list ul li:hover a.CategoryName,
.lyAllCategory_list ul li.active a.CategoryName {
  color: #f08200;
}

.lyAllCategory_list ul li:hover a.CategoryName i,
.lyAllCategory_list ul li.active a.CategoryName i {
  color: #f08200;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.lyAllCategory_list ul li .AllCategory_right {
  display: none;
  width: 872px;
  height: 640px;
  overflow-y: scroll;
  margin: 0;
  padding: 30px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 38, 125, 0.06);
  opacity: 0;
  scrollbar-width: none;
}

.AllCategory_right dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}

.AllCategory_right dl dd p {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 8px;
  padding: 0;
}

.AllCategory_right dl dd p a {
  display: block;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 18px;
  margin: 0 auto;
  padding: 0 0 0 24px;
  position: relative;
}

.AllCategory_right dl dd p a i {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/titIco.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

.AllCategory_right dl dd p a:hover {
  color: #f08200;
  text-decoration: underline;
}

.AllCategory_right dl dd .CateList {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 0 24px;
}

.AllCategory_right dl dd .CateList a {
  display: block;
  width: 32%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 2% 0 0;
  padding: 0;
  float: left;
}

.AllCategory_right dl dd .CateList a:nth-child(3n+3) {
  margin: 0;
}

.AllCategory_right dl dd .CateList a:hover {
  color: #f08200;
  text-decoration: underline;
}

.lyAllCategory_list ul li:hover .AllCategory_right {
  display: block;
  opacity: 1;
}

.lyAll_Category .lyAllCategory_more {
  width: 246px;
  height: 48px;
  overflow: hidden;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.lyAllCategory_more a {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #333;
  font-size: 16px;
  margin: 0 auto;
  padding: 0 12px;
  background-color: #f3f7fc;
}

.lyAllCategory_more a:hover {
  color: #fff;
  background-color: #f08200;
}

.lyAllCategory_more a i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-size: 22px;
  text-align: center;
  margin: 14px 12px 14px 0;
  float: left;
}

.lyAllCategory_more a:hover i {
  color: #fff;
}

.lyBanner_main .lyBanner_right {
  width: 1120px;
  height: auto;
  float: right;
}

.lyBanner_right .lyBanner_swiper {
  width: 860px;
  height: 480px;
  overflow: hidden;
  margin: 0 0 10px;
  float: left;
}

.lyBanner_swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.lyBanner_swiper .swiper-container .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBanner_swiper .swiper-container .swiper-slide img {
  display: block;
  width: 860px;
  height: 480px;
  margin: -240px 0 0 -430px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}

/*分页器*/
.lyBanner_swiper .swiper-container .swiper-pagination {
  width: 100%;
  height: 10px;
  overflow: hidden;
  left: 0;
  bottom: 20px !important;
}

.lyBanner_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
  margin: 0 5px;
  vertical-align: top;
}

.lyBanner_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f08200;
}

.lyBanner_swiper .swiper-container .swiper-button-prev,
.lyBanner_swiper .swiper-container .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  text-align: center;
  margin: -24px 0 0 !important;
  position: absolute;
  top: 50% !important;
  opacity: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}

.lyBanner_swiper .swiper-container .swiper-button-prev i,
.lyBanner_swiper .swiper-container .swiper-button-next i {
  color: #fff;
  font-size: 28px;
  margin: 10px 0;
}

.lyBanner_swiper .swiper-container .swiper-button-prev {
  left: -100px;
}

.lyBanner_swiper .swiper-container .swiper-button-next {
  right: -100px;
}

.lyBanner_swiper .swiper-container:hover .swiper-button-prev {
  left: 20px;
}

.lyBanner_swiper .swiper-container:hover .swiper-button-next {
  right: 20px;
}

.lyBanner_swiper .swiper-container .swiper-button-prev:hover,
.lyBanner_swiper .swiper-container .swiper-button-next:hover {
  background: #f08200;
}

.lyBanner_swiper .swiper-container .swiper-button-prev:hover i,
.lyBanner_swiper .swiper-container .swiper-button-next:hover i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg)
}

.lyBanner_swiper .swiper-container i.lyBannerSwiper_mask {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.lyBanner_right .lyBanner_userInfor {
  width: 250px;
  height: auto;
  overflow: hidden;
  float: right;
}

.lyBanner_userInfor .lyBanner_user {
  width: 100%;
  height: 145px;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 12px;
  background: linear-gradient(145deg, #fffaf5, #ffe7cb);
  border: 1px solid #fff;
}

.lyBanner_user .lyUser_head {
  width: 100%;
  height: 56px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.lyUser_head .lyUser_img {
  width: 56px;
  height: 56px;
  margin: 0 10px 0 0;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  float: left;
}

.lyUser_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
}

.lyUser_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyUser_head .lyUser_text {
  width: calc(100% - 68px);
  height: 56px;
  overflow: hidden;
  padding: 2px 0;
  float: right;
}

.lyUser_text a {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #60401a;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.lyUser_text a:hover {
  color: #f08200;
}

.lyUser_text p {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #debf9a;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.lyBanner_user .lyUser_btn {
  width: 100%;
  height: 32px;
  overflow: hidden;
  margin: 0 auto;
}

.lyUser_btn a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
}

.lyUser_btn a.loginBtn {
  width: 80px;
  color: #fff;
  background-color: #f08200;
  float: left;
}

.lyUser_btn a.loginBtn:hover {
  background-color: #60401a;
}

.lyUser_btn a.regBtn {
  width: 134px;
  color: #60401a;
  background-color: #fff;
  float: right;
}

.lyUser_btn a.regBtn i {
  color: #f08200;
  font-size: 18px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
}

.lyUser_btn a.regBtn:hover {
  color: #fff;
  background-color: #f08200;
}

.lyUser_btn a.regBtn:hover i {
  color: #fff;
}

.lyBanner_userInfor .lyBanner_infor {
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 12px;
  background-color: #fff;
}

.lyBanner_infor .lyInfor_head {
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 10px;
  border-bottom: 1px solid #e6e6e6;
}

.lyInfor_head a {
  display: block;
  width: auto;
  height: 35px;
  line-height: 35px;
  color: #999;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  margin: 7px 0;
  float: right;
}

.lyInfor_head a:hover {
  color: #f08200;
}

.lyBanner_infor .lyInfor_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.lyInfor_list ul li {
  width: 100%;
  margin: 4px auto 0;
}

.lyInfor_list ul li a {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 0 0 42px;
  position: relative;
}

.lyInfor_list ul li a:hover {
  color: #f08200;
  text-decoration: underline;
}

.lyInfor_list ul li a span {
  display: block;
  width: 32px;
  height: 16px;
  overflow: hidden;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 0;
  top: 8px;
}

.lyInfor_list ul li a span.hotTag {
  color: #f4766a;
  background-color: #fff2f0;
}

.lyInfor_list ul li a span.newTag {
  color: #79afff;
  background-color: #ebf3ff;
}

.lyInfor_list ul li a:hover span.hotTag {
  color: #fff;
  background-color: #f4766a;
}

.lyInfor_list ul li a:hover span.newTag {
  color: #fff;
  background-color: #79afff;
}

.lyBanner_right .lyBanner_pro {
  width: 100%;
}

.lyBanner_pro ul li {
  width: 366.666666px;
  height: 150px;
  overflow: hidden;
  margin: 0 10px 0 0;
  padding: 12px 24px;
  float: left;
}

.lyBanner_pro ul li:nth-child(1) {
  background: linear-gradient(to right, #ddeeff, #91b5ff);
}

.lyBanner_pro ul li:nth-child(2) {
  background: linear-gradient(to right, #fcefe7, #f2d1c2);
}

.lyBanner_pro ul li:nth-child(3) {
  background: linear-gradient(to right, #dbffec, #99f4c2);
  margin: 0;
}

.lyBanner_pro ul li .lyBannerPro_text {
  width: 180px;
  height: auto;
  overflow: hidden;
  float: left;
}

.lyBanner_pro ul li .lyBannerPro_text span {
  display: block;
  width: 40px;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 10px 10px 10px 0;
}

.lyBanner_pro ul li:nth-child(1) .lyBannerPro_text span {
  background-color: #e82715;
}

.lyBanner_pro ul li:nth-child(2) .lyBannerPro_text span {
  background-color: #f08200;
}

.lyBanner_pro ul li:nth-child(3) .lyBannerPro_text span {
  background-color: #45bb79;
}

.lyBanner_pro ul li .lyBannerPro_text a.lyBannerPro_name {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 22px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.lyBanner_pro ul li:nth-child(1):hover .lyBannerPro_text a.lyBannerPro_name {
  color: #e82715;
}

.lyBanner_pro ul li:nth-child(2):hover .lyBannerPro_text a.lyBannerPro_name {
  color: #f08200;
}

.lyBanner_pro ul li:nth-child(3):hover .lyBannerPro_text a.lyBannerPro_name {
  color: #45bb79;
}

.lyBanner_pro ul li .lyBannerPro_text p {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.lyBanner_pro ul li:nth-child(1) .lyBannerPro_text p {
  color: #7b92bb;
}

.lyBanner_pro ul li:nth-child(2) .lyBannerPro_text p {
  color: #da8e67;
}

.lyBanner_pro ul li:nth-child(3) .lyBannerPro_text p {
  color: #69b289;
}

.lyBanner_pro ul li .lyBannerPro_img {
  width: 126px;
  height: 126px;
  overflow: hidden;
  float: right;
}

.lyBanner_pro ul li .lyBannerPro_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.lyBanner_pro ul li .lyBannerPro_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyBanner_pro ul li:hover .lyBannerPro_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

/*lyBanner end*/

/*lyRec_pro start*/
.lyRec_pro {
  width: 1400px;
  height: auto;
  margin: 60px auto;
}

.ly_title01 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
}

.ly_title01 img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -12px;
  top: -4px;
}

.ly_title01 a {
  display: block;
  width: auto;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  float: right;
}

.ly_title01 a:hover {
  color: #f08200;
}

.ly_title01 a i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background: #366fb6 url(../images/more01.png) center center no-repeat;
  background-size: 10px 2px;
  border-radius: 50%;
  margin: 11px 0 11px 8px;
  vertical-align: middle;
  float: right;
}

.ly_title01 a:hover i {
  background: #f08200 url(../images/more01.png) center center no-repeat;
  background-size: 10px 2px;
}

.lyRec_pro .lyRecPro_swiper {
  width: 1500px;
  height: auto;
  margin: 0 0 0 -50px;
  padding: 0 50px;
  position: relative;
}

.lyRecPro_swiper .swiper-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border: 1px solid #e6e6e6;
}

.lyRecPro_swiper .swiper-container .swiper-slide {
  height: 330px;
  padding: 15px;
  border-left: 1px solid #e6e6e6;
}

.lyRecPro_swiper .swiper-container .swiper-slide.swiper-slide-active {
  border-left: 1px solid #fff;
}

.lyRecPro_swiper .swiper-container .swiper-slide img {
  display: block;
  /* width: 860px;
  height: 480px;
  margin: -240px 0 0 -430px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%; */
}

.lyRecPro_swiper .swiper-button-prev2,
.lyRecPro_swiper .swiper-button-next2 {
  width: auto !important;
  text-align: center;
  position: absolute;
  top: 50% !important;
  opacity: 1;
  background: none;
  cursor: pointer;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyRecPro_swiper .swiper-button-prev2 i,
.lyRecPro_swiper .swiper-button-next2 i {
  color: #d0d0d0;
  font-size: 40px;
}

.lyRecPro_swiper .swiper-button-prev2 {
  left: 0;
}

.lyRecPro_swiper .swiper-button-next2 {
  right: 0;
}

.lyRecPro_swiper .swiper-button-prev2:hover i,
.lyRecPro_swiper .swiper-button-next2:hover i {
  color: #333;
  font-size: 48px;
}

.lyRecPro_swiper .swiper-container .swiper-slide .lyRecPro_img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin: 0 auto 8px;
}

.lyRecPro_swiper .swiper-container .swiper-slide .lyRecPro_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.lyRecPro_swiper .swiper-container .swiper-slide .lyRecPro_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.lyRecPro_swiper .swiper-container .swiper-slide:hover .lyRecPro_img a img {
  /* -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1); */
}

.lyRecPro_swiper .swiper-container .swiper-slide .lyRecPro_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 32px;
  position: relative;
}

.lyRecPro_swiper .swiper-container .swiper-slide .lyRecPro_text a.recPro_name {
  display: block;
  width: 100%;
  height: 40px;
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.lyRecPro_swiper .swiper-container .swiper-slide:hover .lyRecPro_text a.recPro_name {
  color: #f08200;
  text-decoration: underline;
}

.lyRecPro_swiper .swiper-container .swiper-slide .lyRecPro_text .recPro_model {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 6px auto 12px;
  padding: 0 0 0 20px;
  position: relative;
}

.lyRecPro_swiper .swiper-container .swiper-slide .lyRecPro_text .recPro_model i.proModel {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/proModel.png) center center no-repeat;
  background-size: 14px 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyRecPro_swiper .swiper-container .swiper-slide .lyRecPro_text span.recPro_price {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #e30000;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
}

.lyRecPro_swiper .swiper-container .swiper-slide .lyRecPro_text a.recPro_btn {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f08200;
  position: absolute;
  bottom: -32px;
  z-index: 1;
  opacity: 0;
}

.lyRecPro_swiper .swiper-container .swiper-slide:hover .lyRecPro_text a.recPro_btn {
  bottom: 0;
  opacity: 1;
}

.lyRecPro_swiper .swiper-container .swiper-slide .lyRecPro_text a.recPro_btn i {
  display: inline-block;
  width: 16px;
  height: 12px;
  overflow: hidden;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url(../images/eye01.png) center center no-repeat;
  background-size: 16px 12px;
}

/*lyRec_pro end*/

/*lyProducts start*/
.lyProducts {
  margin: 60px auto;
}

.lyProducts .lyPro_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.lyPro_main .lyPro_left {
  width: 20%;
  height: 620px;
  overflow: hidden;
  padding: 60px 30px;
  float: left;
  position: relative;
}

.lyPro_main .lyPro_left.proBg01 {
  background: url(../images/proBg01.jpg) center top no-repeat;
  background-size: 100% 100%;
}

.lyPro_main .lyPro_left.proBg02 {
  background: url(../images/proBg02.jpg) center top no-repeat;
  background-size: 100% 100%;
}

.lyPro_main .lyPro_left.proBg03 {
  background: url(../images/proBg03.jpg) center top no-repeat;
  background-size: 100% 100%;
}

.lyPro_main .lyPro_left.proBg04 {
  background: url(../images/proBg04.jpg) center top no-repeat;
  background-size: 100% 100%;
}

.lyPro_main .lyPro_left.proBg05 {
  background: url(../images/proBg05.jpg) center top no-repeat;
  background-size: 100% 100%;
}

.lyPro_main .lyPro_left.proBg06 {
  background: url(../images/proBg06.jpg) center top no-repeat;
  background-size: 100% 100%;
}

.lyPro_left .lyPro_CategoryName {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 30px;
}

.lyPro_CategoryName p {
  width: 100%;
  height: auto;
  max-height: 64px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  word-break: break-all;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.lyPro_CategoryName i {
  display: block;
  width: 52px;
  height: 4px;
  overflow: hidden;
  background-color: #fff;
  margin: 30px 0 0;
}

.lyPro_left .lyPro_CategoryImg {
  width: 220px;
  height: 220px;
  margin: 0 0 0 -110px;
  position: absolute;
  left: 50%;
  bottom: 124px;
}

.lyPro_left .lyPro_CategoryImg a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.lyPro_left .lyPro_CategoryImg a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyPro_left:hover .lyPro_CategoryImg a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyPro_left .lyPro_CategoryMore {
  width: 200px;
  height: auto;
  margin: 0 0 0 -100px;
  position: absolute;
  left: 50%;
  bottom: 40px;
}

.lyPro_CategoryMore a {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.lyPro_CategoryMore a:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.lyPro_CategoryMore a i {
  font-size: 24px;
  margin: -2px 0 0 8px;
  vertical-align: middle;
}

.proBg01 .lyPro_CategoryMore a {
  color: #ffc279;
}

.proBg01 .lyPro_CategoryMore a i {
  color: #ffc279;
}

.proBg01 .lyPro_CategoryMore a:hover {
  color: #fff;
  background-color: #ffa941;
}

.proBg01 .lyPro_CategoryMore a:hover i {
  color: #fff;
}

.proBg02 .lyPro_CategoryMore a {
  color: #b1cbff;
}

.proBg02 .lyPro_CategoryMore a i {
  color: #b1cbff;
}

.proBg02 .lyPro_CategoryMore a:hover {
  color: #fff;
  background-color: #91b5ff;
}

.proBg02 .lyPro_CategoryMore a:hover i {
  color: #fff;
}

.proBg03 .lyPro_CategoryMore a {
  color: #ffa681;
}

.proBg03 .lyPro_CategoryMore a i {
  color: #ffa681;
}

.proBg03 .lyPro_CategoryMore a:hover {
  color: #fff;
  background-color: #ff8b57;
}

.proBg03 .lyPro_CategoryMore a:hover i {
  color: #fff;
}

.proBg04 .lyPro_CategoryMore a {
  color: #66e1a0;
}

.proBg04 .lyPro_CategoryMore a i {
  color: #66e1a0;
}

.proBg04 .lyPro_CategoryMore a:hover {
  color: #fff;
  background-color: #4dcf87;
}

.proBg04 .lyPro_CategoryMore a:hover i {
  color: #fff;
}

.proBg05 .lyPro_CategoryMore a {
  color: #fe898f;
}

.proBg05 .lyPro_CategoryMore a i {
  color: #fe898f;
}

.proBg05 .lyPro_CategoryMore a:hover {
  color: #fff;
  background-color: #fb656e;
}

.proBg05 .lyPro_CategoryMore a:hover i {
  color: #fff;
}

.lyPro_main .lyPro_list {
  width: 80%;
  height: 620px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-left: 0;
  float: right;
}

.lyPro_list ul li {
  width: 25%;
  height: 309px;
  overflow: hidden;
  margin: 0;
  padding: 15px;
  border-right: 1px solid #e6e6e6;
  float: left;
}

.lyPro_list ul li:nth-child(4n+4) {
  border-right: 0;
}

.lyPro_list ul li:nth-child(1),
.lyPro_list ul li:nth-child(2),
.lyPro_list ul li:nth-child(3),
.lyPro_list ul li:nth-child(4) {
  border-bottom: 1px solid #e6e6e6;
}

.lyPro_list ul li .lyProList_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}

.lyPro_list ul li .lyProList_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.lyPro_list ul li .lyProList_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyPro_list ul li:hover .lyProList_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyPro_list ul li .lyProList_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.lyPro_list ul li .lyProList_text a.proName {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
  margin: 8px auto 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.lyPro_list ul li:hover .lyProList_text a.proName {
  color: #f08200;
  text-decoration: underline;
}

.lyPro_list ul li .lyProList_text .ProList_bottom {
  width: 100%;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
}

.lyPro_list ul li .lyProList_text .ProList_bottom .proModel {
  width: auto;
  max-width: 50%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  float: left;
}

.lyPro_list ul li .lyProList_text .ProList_bottom .proModel i {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/proModel.png) center center no-repeat;
  background-size: 14px 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyPro_list ul li .lyProList_text .ProList_bottom a.proView {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0 0 0 10px;
  padding: 5px 0;
  background-color: #366fb6;
  border-radius: 50%;
  float: right;
}

.lyPro_list ul li:hover .lyProList_text .ProList_bottom a.proView {
  background-color: #f08200;
}

.lyPro_list ul li .lyProList_text .ProList_bottom a.proView i {
  display: block;
  width: 14px;
  height: 10px;
  margin: 0 auto;
  background: url(../images/eye02.png) center center no-repeat;
  background-size: 14px 10px;
}

.lyPro_list ul li .lyProList_text .ProList_bottom span.proPrice {
  display: block;
  width: auto;
  height: 20px;
  line-height: 20px;
  color: #e30000;
  font-size: 18px;
  font-weight: bold;
  float: right;
}

/*lyProducts end*/

/*lyBrand start*/
.lyBrand {
  height: auto;
  margin: 60px auto;
}

.lyBrand .lyBrand_swiper {
  width: 1500px;
  height: auto;
  margin: 0 0 0 -50px;
  padding: 0 50px;
  position: relative;
}

.lyBrand_swiper .swiper-container {
  width: 100%;
  height: 215px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.lyBrand_swiper .swiper-container .swiper-slide {
  height: 100px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.lyBrand_swiper .swiper-container .swiper-slide:hover {
  border: 1px solid #f08200;
}

.lyBrand_swiper .swiper-container .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyBrand_swiper .swiper-container .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyBrand_swiper .swiper-button-prev3,
.lyBrand_swiper .swiper-button-next3 {
  width: auto !important;
  text-align: center;
  position: absolute;
  top: 50% !important;
  opacity: 1;
  background: none;
  cursor: pointer;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyBrand_swiper .swiper-button-prev3 i,
.lyBrand_swiper .swiper-button-next3 i {
  color: #d0d0d0;
  font-size: 40px;
}

.lyBrand_swiper .swiper-button-prev3 {
  left: 0;
}

.lyBrand_swiper .swiper-button-next3 {
  right: 0;
}

.lyBrand_swiper .swiper-button-prev3:hover i,
.lyBrand_swiper .swiper-button-next3:hover i {
  color: #333;
  font-size: 48px;
}

/*lyBrand end*/

/*lyNews start*/
.lyNews {
  margin: 60px auto;
}

.lyNews .lyRec_news {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 24px;
}

.lyRec_news .lyRecNews_left {
  width: 50%;
  height: 400px;
  overflow: hidden;
  background-color: #f3f7fc;
  float: left;
  position: relative;
}

.lyRecNews_left a.recNews_img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.lyRecNews_left a.recNews_img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.lyRecNews_left a.recNews_img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyRecNews_left a.recNews_img i.recNews_mask {
  display: block;
  width: 100%;
  height: 80%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.lyRecNews_left .recNews_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 20px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.lyRecNews_left .recNews_text a.recNews_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto 8px;
}

.lyRecNews_left:hover .recNews_text a.recNews_name {
  color: #f08200;
}

.lyRecNews_left .recNews_text .recNews_time {
  width: auto;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  float: left;
}

.lyRecNews_left .recNews_text .recNews_time i {
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px 5px 5px 0;
  background: url(../images/time01.png) center center no-repeat;
  background-size: 14px 14px;
  float: left;
}

.lyRecNews_left .recNews_text a.recNews_more {
  display: block;
  width: auto;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  float: right;
}

.lyRecNews_left:hover .recNews_text a.recNews_more {
  color: #f08200;
}

.lyRecNews_left .recNews_text a.recNews_more i {
  color: #f08200;
  font-size: 17px;
  margin: -2px 0 0 8px;
  vertical-align: middle;
}

.lyRecNews_left:hover .recNews_text a.recNews_more i {
  margin: -2px 0 0 16px;
}

.lyRec_news .lyRecNews_list {
  width: 50%;
  height: 400px;
  overflow-y: scroll;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-left: 0;
  padding: 0 30px;
  float: right;
  scrollbar-width: none;
  position: relative;
  background: url(../images/line01.jpg) 40px 23px no-repeat;
  background-size: 1px 350px;
}

.lyRecNews_list ul {
  padding: 0 0 0 50px;
}

.lyRecNews_list ul li {
  width: 100%;
  height: 133px;
  margin: 0 auto;
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.lyRecNews_list ul li i.dot {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 3px;
  border: 1px solid #f08200;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -50px;
  top: 22px;
}

.lyRecNews_list ul li i.dot::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 auto;
  background-color: #f08200;
  border-radius: 50%;
  opacity: 0;
}

.lyRecNews_list ul li:hover i.dot::after {
  opacity: 1;
}

.lyRecNews_list ul li:last-child {
  border: 0;
}

.lyRecNews_list ul li a.recNewsList_name {
  display: block;
  width: 100%;
  height: auto;
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 20px;
  word-break: break-all;
  margin: 0 auto 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.lyRecNews_list ul li:hover a.recNewsList_name {
  color: #f08200;
}

.lyRecNews_list ul li .recNewsList_time {
  width: auto;
  height: 24px;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  float: left;
}

.lyRecNews_list ul li .recNewsList_time i {
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px 5px 5px 0;
  background: url(../images/time01.png) center center no-repeat;
  background-size: 14px 14px;
  float: left;
}

.lyRecNews_list ul li a.recNewsList_more {
  display: block;
  width: auto;
  height: 24px;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  font-style: italic;
  float: right;
}

.lyRecNews_list ul li:hover a.recNewsList_more {
  color: #f08200;
}

.lyRecNews_list ul li a.recNewsList_more i {
  color: #f08200;
  font-size: 17px;
  margin: -4px 0 0 8px;
  vertical-align: middle;
}

.lyRecNews_list ul li:hover a.recNewsList_more i {
  margin: -4px 0 0 16px;
}

.lyNews .lyNews_li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
}

.lyNews_li dl dd {
  width: 50%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 15px;
  border-left: 1px solid #e6e6e6;
  float: left;
}

.lyNews_li dl dd:first-child {
  border-left: 0;
}

.lyNews_li dl dd .nw_img {
  width: 190px;
  height: 120px;
  overflow: hidden;
  background-color: #f3f7fc;
  float: left;
}

.lyNews_li dl dd .nw_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.lyNews_li dl dd .nw_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.lyNews_li dl dd:hover .nw_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyNews_li dl dd .nw_text {
  width: calc(100% - 190px);
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 6px 0 6px 24px;
  float: right;
}

.lyNews_li dl dd .nw_text a.nw_name {
  display: block;
  width: 100%;
  height: auto;
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 20px;
  word-break: break-all;
  margin: 0 auto 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.lyNews_li dl dd:hover .nw_text a.nw_name {
  color: #f08200;
}

.lyNews_li dl dd .nw_time {
  width: auto;
  height: 24px;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  float: left;
}

.lyNews_li dl dd .nw_time i {
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px 5px 5px 0;
  background: url(../images/time01.png) center center no-repeat;
  background-size: 14px 14px;
  float: left;
}

.lyNews_li dl dd a.nw_more {
  display: block;
  width: auto;
  height: 24px;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  font-style: italic;
  float: right;
}

.lyNews_li dl dd:hover a.nw_more {
  color: #f08200;
}

.lyNews_li dl dd a.nw_more i {
  color: #f08200;
  font-size: 17px;
  margin: -4px 0 0 8px;
  vertical-align: middle;
}

.lyNews_li dl dd:hover a.nw_more i {
  margin: -4px 0 0 16px;
}

/*lyNews end*/