﻿@charset "utf-8";
.Content {
  max-width: 1400px;
}
.bPosition{
  width: 1200px;margin:10px auto;
}
.clearfix{
   width: 1200px;margin:10px auto;
}
.news_con{
  line-height: 32px;
}
.news_con h1{
  text-align: center;font-size: 24px;
}
.news_p img{
  display: block;margin:0 auto;
}
/*网站头部*/
header {
  height: 88px;
  background: url(../images/headerbg.gif) repeat-x;
}
header .Logo {
  width: 380px;
  padding-top: 5px;
}
header .Logo a {
  display: block;
  height: 100%;
  width: 100%;
}
header .Slogan {
  float: left;
  margin-left: 12px;
  padding: 5px 12px;
  border-left: solid 1px #ddd;
  line-height: 18px;
  margin-top: 10px;
}
header .Slogan span {
  display: block;
  color: #fe5a01;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
}
header .Slogan em {
  background: #feb65b;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  margin-top: 5px;
}
header .Tel {
  float: right;
  padding-left: 56px;
  background: url(../images/tel.png) no-repeat left 3px;
  line-height: 22px;
  margin-top: 13px;
  background-size: 48px;
}
header .Tel span {
  display: block;
  font-size: 26px;
  color: #feb65b;
  font-family: Impact;
  line-height: 28px;
}
header .Tel em {
  color: #999;
  margin: 0px 10px;
}
/* 导航菜单 */
nav {
  background: linear-gradient(90deg, #444, #343434);
  color: #fff;
  height: 42px;
}
nav .List {
  display: inline-block;
  margin: 0px 6px;
  position: relative;float: right;
}
nav .List:first-child {
  margin-left: 0px;
}
nav .List:last-child {
  margin-right: 0px;
}
nav .List .Tit {
  font-size: 16px;
  line-height: 42px;
  color: #fff;
}
nav .List .Tit a {
  padding: 0px 23px 0px 24px;
  display: block;
}
nav .List .on {
  background: linear-gradient(0deg, #feb65b, #feb65b);
}
nav .List dl {
  position: absolute;
  z-index: 999;
  width: 100%;
  display: none;
}
nav .List dl dd {
  line-height: 38px;
  background: #999;
  padding-left: 20px;
}
nav .List dl dd:hover {
  background: #555;
}
nav .List dl dd:hover a {
  color: #fff;
}
nav .List:hover .Tit {
  background: linear-gradient(0deg, #feb65b, #feb65b);
}
nav .List:hover .Tit a {
  color: #fff;
}
nav .List:hover dl {
  display: block;
  animation: fadeIn 0.6s ease 0s both;
}
/*网站底部     */
footer {
  border-top: solid 3px #feb65b;
  background: url(../images/footer_bg.jpg) no-repeat center top;
  /* 版权说明 */
}
footer .bg {
  background: rgba(50, 50, 50, 0.3);
  padding: 30px 0px 0px;
}
footer .Tel {
  width: 240px;
  padding-right: 20px;
}
footer .Tel span {
  color: #fff;
  font-size: 26px;
  display: block;
  line-height: 36px;
}
footer .Tel em {
  display: block;
  color: #feb65b;
  font-size: 36px;
  font-weight: 400;
  font-family: Impact;
  line-height: 46px;
  padding-bottom: 10px;
}
footer .Tel a {
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  background: #fe011d;
}
footer .Tel a:hover {
  animation: bounceIn 0.8s ease 0s both;
}
footer dl {
  float: left;
  width: 150px;
}
footer dl dt {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  position: relative;
  margin-bottom: 8px;
  line-height: 36px;
}
footer dl dt:before {
  background: #feb65b;
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  content: '';
  margin-top: 36px;
}
footer dl dd {
  line-height: 28px;
  display: block;
  color: #ddd;
}
footer .WeiXinRQ {
  float: right;
  width: 140px;
  text-align: center;
  margin-right: 50px;
}
footer .WeiXinRQ:nth-of-type(2) {
  margin-right: 0px;
}
footer .WeiXinRQ img {
  max-width: 100%;
  max-height: 100%;
}
footer .WeiXinRQ i {
  display: inline-block;
  width: 22px;
  height: 18px;
  background: url(../images/weixin.png) no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}
footer .WeiXinRQ span {
  display: block;
  padding-top: 10px;
  color: #fff;
}
footer .Links {
  clear: both;
  color: #fff;
  padding: 10px 0px;
}
footer .Links a {
  margin-right: 18px;
  color: #ddd;
}
footer .Cert {
  text-align: center;
  padding-top: 16px;
  border-top: solid 1px #333;
}
footer .Cert a {
  margin: 0px 5px;
  display: inline-block;
}
footer .Copyright {
  padding: 8px;
  line-height: 28px;
  height: 28px;
  text-align: center;
  color: #eee;
  font-size: 12px;
}
/*网站底部*/
.Bottom {
  padding: 20px 0px;
  margin-top: 38px;
  border-top: solid 1px #DDD;
}
.Bottom dl {
  float: left;
  width: calc((100% - 5px) / 5);
  border-right: solid 1px #ddd;
  position: relative;
  padding-left: 80px;
  box-sizing: border-box;
}
.Bottom dl dt {
  display: inline-block;
  position: absolute;
  left: 15px;
}
.Bottom dl dt i {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/bottom1.png) no-repeat center;
  background-size: 40px;
}
.Bottom dl h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.Bottom dl:hover i {
  animation: swing 0.8s ease 0s both;
}
.Bottom dl:nth-of-type(2) i {
  background: url(../images/bottom2.png) no-repeat center;
  background-size: 40px;
}
.Bottom dl:nth-of-type(3) i {
  background: url(../images/bottom3.png) no-repeat center;
  background-size: 40px;
}
.Bottom dl:nth-of-type(4) i {
  background: url(../images/bottom4.png) no-repeat center;
  background-size: 40px;
}
.Bottom dl:nth-of-type(5) {
  border-right: 0px none;
}
.Bottom dl:nth-of-type(5) i {
  background: url(../images/bottom5.png) no-repeat center;
  background-size: 40px;
}
.BottomNav {
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, #444, #343434);
  z-index: 99999;
  color: #fff;
  padding: 18px 0px;
  transform: translateY(100%);
  transition: ease 0.6s;
}
.BottomNav.on {
  transform: translateY(0px);
}
.BottomNav .Tel {
  line-height: 38px;
  font-size: 28px;
  float: left;
}
.BottomNav .Tel span {
  color: #feb65b;
  font-family: Impact;
  font-size: 36px;
  vertical-align: middle;
}
.BottomNav .Tel em {
  color: #ddd;
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
}
.BottomNav .List {
  float: right;
  padding-right: 170px;
  box-sizing: border-box;
  position: relative;
}
.BottomNav .List fieldset {
  width: 160px;
  margin-left: 10px;
  float: left;
  position: relative;
  margin-top: 16px;
}
.BottomNav .List fieldset:nth-of-type(2),
.BottomNav .List fieldset:nth-of-type(3) {
  width: 230px;
}
.BottomNav .List fieldset em {
  position: absolute;
  right: 5px;
  color: #555;
  line-height: 28px;
}
.BottomNav .List input {
  width: 100%;
  border-radius: 0px;
  border: solid 0px #feb65b;
  line-height: 30px;
  color: #000;
}
.BottomNav .List button {
  position: absolute;
  right: 0px;
  background: #fe011d;
  padding: 20px 30px;
  font-size: 16px;
}
.BottomNav .List button:hover {
  animation: bounceIn 0.8s ease 0s both;
}
/*案例*/
.CaseType .Title {
  text-align: center;
}
.CaseType .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #ccc;
  height: 56px;
}
.CaseType .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #555;
  letter-spacing: 2px;
}
.CaseType .List {
  border: solid 1px #ddd;
  padding: 20px;
  margin-top: 30px;
}
.CaseType .List li {
  padding: 8px 0px;
  border-bottom: dashed 1px #efefef;
  line-height: 26px;
}
.CaseType .List li span {
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  min-width: 50px;
  text-align: right;
}
.CaseType .List li a {
  margin: 0px 6px;
}
.CaseType .List li a.on {
  background: #feb65b;
  display: inline-block;
  color: #fff;
  padding: 0px 10px;
}
.Case .List dl {
  width: calc((100% - 60px)/3);
  margin: 30px 15px 0px;
  position: relative;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
}
.Case .List dl:nth-of-type(3n-2) {
  margin-left: 0px;
}
.Case .List dl:nth-of-type(3n) {
  margin-right: 0px;
}
.Case .List dl dt {
  width: 100%;
  height: 260px;
  background: #efefef;
  position: relative;
}
.Case .List dl dt img {
  transition: ease 0.6s;
}
.Case .List dl dd {
  position: relative;
  padding: 10px 100px 0px 0px;
  box-sizing: border-box;
  min-height: 100px;
}
.Case .List dl dd span {
  position: absolute;
  right: 0px;
  margin-top: 5px;
}
.Case .List dl dd span i {
  color: #feb65b;
  margin: 0px 3px;
  font-weight: bold;
}
.Case .List dl dd em {
  border: solid 1px #feb65b;
  padding: 3px 16px;
  position: absolute;
  right: 0px;
  margin-top: 40px;
  border-radius: 3px;
  color: #feb65b;
  font-size: 12px;
}
.Case .List dl dd h1 {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 2px;
}
.Case .List dl dd p {
  color: #888;
  line-height: 24px;
}
.Case .List dl:hover img {
  transform: scale(1.2);
}
.Case .List dl:hover h1 {
  color: #feb65b;
  font-weight: bold;
}
.Case .List dl:hover em {
  background: #feb65b;
  color: #fff;
}
/*案例展示*/
.CaseShow {
  box-shadow: 2px 2px 10px #ddd;
  padding: 30px 50px;
  box-sizing: border-box;
}
.CaseShow .Location {
  padding: 3px 0px;
  line-height: 36px;
  /*i { background: url(../images/wei.png) no-repeat; height: 21px; width: 20px; display: inline-block; vertical-align: middle; margin-right: 3px; }*/
}
.CaseShow .Location a {
  margin: 0px 3px;
}
.CaseShow h1 {
  line-height: 56px;
  font-size: 28px;
  text-align: center;
  margin-top: 10px;
  color: #222;
  font-weight: 400;
}
.CaseShow .Tit {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  border-bottom: solid 1px #efefef;
  border-top: solid 1px #efefef;
  text-align: center;
  margin-top: 8px;
}
.CaseShow .Tit a {
  font-size: 12px;
}
.CaseShow .Tit i {
  margin: 0px 3px;
  color: #feb65b;
}
.CaseShow .Tit span {
  margin: 0px 8px;
}
.CaseShow .Tit .shareshow a {
  float: none !important;
}
.CaseShow .Tit .shareshow .bds_more {
  float: none !important;
}
.CaseShow .List {
  padding: 30px 50px;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  box-sizing: border-box;
  text-indent: 20px;
  min-height: 300px;
  color: #222;
  clear: both ;
}
.CaseShow .List p {
  font-size: 16px;
  line-height: 32px;
}
.CaseShow .List img {
  max-width: 100%;
  display: block !important;
  margin: 20px auto ;
}
.CaseShow .List a {
  color: #feb65b;
  font-weight: bold;
  margin: 0px 3px;
  font-size: 17px;
}
.CaseShow .tags {
  margin-top: 30px;
}
.CaseShow .tags a {
  background: #feb65b;
}
.CaseShow .share {
  margin-top: 16px;
}
.CaseShow .Property {
  border-top: solid 1px #666;
  width: 800px;
  margin: 20px auto  0px;
}
.CaseShow .Property dl {
  line-height: 38px;
  position: relative ;
}
.CaseShow .Property dt {
  width: 100px;
  text-align: center;
  background: #666;
  display: inline-block;
  height: 40px;
  float: left;
  color: #fff;
  border-bottom: solid 1px #fff;
}
.CaseShow .Property dd {
  width: calc((100% - 300px) / 3);
  border-bottom: solid 1px #666;
  height: 41px;
  float: left;
  padding-left: 20px;
  border-right: solid 1px #666;
  box-sizing: border-box;
  font-weight: bold ;
}
.DesignItem {
  width: 360px;
  box-shadow: 2px 2px 10px #ddd;
  border-radius: 3px;
  padding: 30px 30px;
  box-sizing: border-box;
}
.DesignItem .Title {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  text-align: center;
}
.DesignItem .Title span {
  font-size: 22px;
  font-weight: 400;
}
.DesignItem .List dl {
  width: 100%;
  margin: 20px 0px 0px;
  position: relative;
  transition: 0.3s ease 0s;
  transform: translateY(0px);
}
.DesignItem .List dl dt {
  width: 100%;
  height: 300px;
  background: #efefef;
  animation: zoomIn 0.8s ease 0s both;
  position: relative;
}
.DesignItem .List dl dt img {
  transition: ease 0.6s;
}
.DesignItem .List dl dt em {
  position: absolute;
  display: inline-block;
  background: #feb65b;
  color: #fff;
  margin-top: 20px;
  line-height: 24px;
  padding: 0px 10px;
  z-index: 999;
  border-bottom-right-radius: 15px;
}
.DesignItem .List dl dd {
  position: relative;
  padding: 10px 0px;
  box-sizing: border-box;
  min-height: 105px;
}
.DesignItem .List dl dd h1 {
  font-size: 18px;
  color: #000;
  line-height: 36px;
}
.DesignItem .List dl dd h1 span {
  margin-left: 10px;
  font-size: 14px;
}
.DesignItem .List dl dd h2 {
  line-height: 24px;
}
.DesignItem .List dl dd h2 i {
  color: #000;
  margin: 0px 3px;
}
.DesignItem .List dl dd h2 span {
  display: inline-block;
}
.DesignItem .List dl dd p {
  color: #888;
  line-height: 24px;
}
.DesignItem .List dl:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
}
.DesignItem .List dl:hover dd {
  background: #feb65b;
  color: #fff;
}
.DesignItem .List dl:hover dd h1,
.DesignItem .List dl:hover dd i,
.DesignItem .List dl:hover dd p {
  color: #fff;
}
.DesignItem .List dl:hover img {
  transform: scale(1.2);
}
/*设计团队*/
.Design .Title {
  text-align: center;
}
.Design .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #ccc;
  height: 56px;
}
.Design .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #555;
  letter-spacing: 2px;
}
.Design .List dl {
  width: calc((100% - 90px)/4);
  margin: 30px 15px 0px;
  position: relative;
  float: left;
  transition: 0.3s ease 0s;
  transform: translateY(0px);
}
.Design .List dl:nth-of-type(4n-3) {
  margin-left: 0px;
}
.Design .List dl:nth-of-type(4n) {
  margin-right: 0px;
}
.Design .List dl dt {
  width: 100%;
  height: 320px;
  background: #efefef;
  animation: zoomIn 0.8s ease 0s both;
  position: relative;
}
.Design .List dl dt img {
  transition: ease 0.6s;
}
.Design .List dl dt em {
  position: absolute;
  display: inline-block;
  background: #feb65b;
  color: #fff;
  margin-top: 20px;
  line-height: 24px;
  padding: 0px 10px;
  z-index: 999;
  border-bottom-right-radius: 15px;
}
.Design .List dl dd {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  min-height: 105px;
  background: #efefef;
}
.Design .List dl dd h1 {
  font-size: 18px;
  color: #000;
  line-height: 36px;
}
.Design .List dl dd h1 span {
  margin-left: 10px;
  font-size: 14px;
}
.Design .List dl dd h2 {
  line-height: 24px;
}
.Design .List dl dd h2 i {
  color: #000;
  margin: 0px 3px;
}
.Design .List dl dd h2 span {
  display: inline-block;
  width: calc((100% - 20px)/2);
}
.Design .List dl dd p {
  color: #888;
  line-height: 24px;
}
.Design .List dl:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
}
.Design .List dl:hover dd {
  background: #feb65b;
  color: #fff;
}
.Design .List dl:hover dd h1,
.Design .List dl:hover dd i,
.Design .List dl:hover dd p {
  color: #fff;
}
.Design .List dl:hover img {
  transform: scale(1.2);
}
/*设计师展示*/
.DesignShow {
  margin-top: 40px !important;
  padding-left: 370px;
  box-sizing: border-box;
  position: relative;
}
.DesignShow .List1 {
  width: 320px;
  position: absolute;
  left: 0px;
}
.DesignShow .List1 .HeadImg {
  width: 320px;
  height: 430px;
  position: relative;
  overflow: hidden;
  background: #efefef;
}
.DesignShow .List1 .HeadImg .pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.DesignShow .List1 .HeadImg .swiper-pagination-bullet {
  margin: 0 6px;
  background: #ccc;
  vertical-align: middle;
  opacity: 1;
}
.DesignShow .List1 .HeadImg .swiper-pagination-bullet-active {
  background: #feb65b;
}
.DesignShow .List1 .HeadImg .swiper-slide {
  overflow: hidden;
  position: relative;
}
.DesignShow .List1 .HeadImg .swiper-slide .Img {
  width: 430px;
  transform: translateX(-45px);
}
.DesignShow .List1 .Tit {
  line-height: 38px;
  height: 38px;
  font-size: 16px;
  text-align: center;
}
.DesignShow .List1 .Tit i {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 6px;
  color: #fe011d;
}
.DesignShow .List1 .Btn {
  padding-top: 10px;
  text-align: center;
}
.DesignShow .List1 .Btn a {
  margin: 0px 6px;
  background: #fff;
  border: solid 1px #ff8700;
  color: #ff8700;
}
.DesignShow .List1 .Btn a i {
  background: url(../images/weixin.png) no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  background-size: 18px;
}
.DesignShow .List1 .shareshow {
  margin-top: 20px;
  text-align: center;
}
.DesignShow .List1 .shareshow a {
  float: none !important;
}
.DesignShow .List1 .shareshow .bds_more {
  float: none !important;
}
.DesignShow .List {
  border-left: solid 1px #ddd;
  padding-left: 50px;
  min-height: 500px;
  padding-bottom: 60px;
}
.DesignShow .List h1 {
  font-size: 28px;
  line-height: 32px;
  height: 40px;
  color: #000;
}
.DesignShow .List h1:before {
  content: '';
  display: block;
  height: 3px;
  background: #666;
  width: 38px;
  position: absolute;
  margin-top: 40px;
}
.DesignShow .List p {
  line-height: 26px;
  padding: 10px 0px 26px;
}
/*设计师作品*/
.DesigWork {
  border-top: solid 1px #ddd;
  margin-top: 50px !important;
}
.DesigWork .Tab {
  margin-top: 30px;
  text-align: center;
}
.DesigWork .Tab li {
  display: inline-block;
  margin: 0px 16px;
  background: #efefef;
  border: solid 1px #ddd;
}
.DesigWork .Tab li a {
  padding: 8px 36px;
  display: block;
}
.DesigWork .Tab li.on,
.DesigWork .Tab li:hover {
  background: #feb65b;
  border: solid 1px #feb65b;
}
.DesigWork .Tab li.on:before,
.DesigWork .Tab li:hover:before {
  content: '';
  background: #feb65b;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 34px;
  transform: rotate(45deg) translateX(-50%);
}
.DesigWork .Tab li.on a,
.DesigWork .Tab li:hover a {
  color: #fff;
}
.DesigWork .List {
  overflow: hidden;
  margin-top: 15px;
}
.DesigWork .List1 {
  padding-bottom: 80px;
}
.DesigWork .List1 dl {
  width: calc((100% - 60px)/3);
  margin: 20px 15px 0px;
  position: relative;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
}
.DesigWork .List1 dl:nth-of-type(3n-2) {
  margin-left: 0px;
}
.DesigWork .List1 dl:nth-of-type(3n) {
  margin-right: 0px;
}
.DesigWork .List1 dl dt {
  width: 100%;
  height: 260px;
  background: #efefef;
  position: relative;
}
.DesigWork .List1 dl dt img {
  transition: ease 0.6s;
}
.DesigWork .List1 dl dd {
  position: relative;
  padding: 10px 100px 0px 0px;
  box-sizing: border-box;
  min-height: 100px;
}
.DesigWork .List1 dl dd span {
  position: absolute;
  right: 0px;
  margin-top: 5px;
}
.DesigWork .List1 dl dd span i {
  color: #feb65b;
  margin: 0px 3px;
  font-weight: bold;
}
.DesigWork .List1 dl dd em {
  border: solid 1px #feb65b;
  padding: 3px 16px;
  position: absolute;
  right: 0px;
  margin-top: 40px;
  border-radius: 3px;
  color: #feb65b;
  font-size: 12px;
}
.DesigWork .List1 dl dd h1 {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 2px;
}
.DesigWork .List1 dl dd p {
  color: #888;
  line-height: 24px;
}
.DesigWork .List1 dl:hover img {
  transform: scale(1.2);
}
.DesigWork .List1 dl:hover h1 {
  color: #feb65b;
  font-weight: bold;
}
.DesigWork .List1 dl:hover em {
  background: #feb65b;
  color: #fff;
}
.DesigWork .List2 {
  padding-bottom: 80px;
}
.DesigWork .List2 dl {
  width: calc((100% - 60px)/3);
  margin: 20px 15px 0px;
  position: relative;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
}
.DesigWork .List2 dl:nth-of-type(3n-2) {
  margin-left: 0px;
}
.DesigWork .List2 dl:nth-of-type(3n) {
  margin-right: 0px;
}
.DesigWork .List2 dl dt {
  width: 100%;
  height: 260px;
  background: #efefef;
  position: relative;
}
.DesigWork .List2 dl dt img {
  transition: ease 0.6s;
}
.DesigWork .List2 dl dd {
  position: absolute;
  box-sizing: border-box;
  height: 38px;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.DesigWork .List2 dl dd h1 {
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}
.DesigWork .List2 dl:hover img {
  transform: scale(1.2);
}
.DesigWork .List3 {
  padding-bottom: 80px;
}
.DesigWork .List3 dl {
  width: calc((100% - 90px)/4);
  margin: 30px 15px 0px;
  position: relative;
  float: left;
  transition: 0.3s ease 0s;
  transform: translateY(0px);
}
.DesigWork .List3 dl:nth-of-type(4n-3) {
  margin-left: 0px;
}
.DesigWork .List3 dl:nth-of-type(4n) {
  margin-right: 0px;
}
.DesigWork .List3 dl dt {
  width: 100%;
  height: 320px;
  background: #efefef;
  animation: zoomIn 0.8s ease 0s both;
  position: relative;
}
.DesigWork .List3 dl dt img {
  transition: ease 0.6s;
}
.DesigWork .List3 dl dt em {
  position: absolute;
  display: inline-block;
  background: #feb65b;
  color: #fff;
  margin-top: 20px;
  line-height: 24px;
  padding: 0px 10px;
  z-index: 999;
  border-bottom-right-radius: 15px;
}
.DesigWork .List3 dl dd {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  min-height: 105px;
  background: #efefef;
}
.DesigWork .List3 dl dd h1 {
  font-size: 18px;
  color: #000;
  line-height: 36px;
}
.DesigWork .List3 dl dd h1 span {
  margin-left: 10px;
  font-size: 14px;
}
.DesigWork .List3 dl dd h2 {
  line-height: 24px;
}
.DesigWork .List3 dl dd h2 i {
  color: #000;
  margin: 0px 3px;
}
.DesigWork .List3 dl dd h2 span {
  display: inline-block;
  width: calc((100% - 20px)/2);
}
.DesigWork .List3 dl dd p {
  color: #888;
  line-height: 24px;
}
.DesigWork .List3 dl:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
}
.DesigWork .List3 dl:hover dd {
  background: #feb65b;
  color: #fff;
}
.DesigWork .List3 dl:hover dd h1,
.DesigWork .List3 dl:hover dd i,
.DesigWork .List3 dl:hover dd p {
  color: #fff;
}
.DesigWork .List3 dl:hover img {
  transform: scale(1.2);
}
/*产品空间*/
.ProductNav {
  background: #feb65b;
  padding: 15px 0px;
}
.ProductNav .kuan {
  padding-left: 150px;
  position: relative;
  box-sizing: border-box;
}
.ProductNav .Title {
  position: absolute;
  left: 0px;
  color: #fff;
  padding-top: 10px;
}
.ProductNav .Title span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 28px;
  padding-bottom: 10px;
}
.ProductNav .Title em {
  display: block;
  border: solid 1px #fff;
  padding: 5px 18px;
  border-radius: 5px;
  text-transform: uppercase;
}
.ProductNav .List {
  border-left: solid 1px #ddd;
  padding-left: 20px;
  padding-top: 10px;
}
.ProductNav .List a {
  display: inline-block;
  margin: 0px 15px;
  width: 100px;
}
.ProductNav .List a span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;
}
.ProductNav .List a i {
  background: url(../images/productnav1.png) no-repeat center;
  width: 100%;
  height: 50px;
  display: block;
  background-size: 38px;
}
.ProductNav .List a:nth-of-type(2) i {
  background: url(../images/productnav2.png) no-repeat center;
  background-size: 38px;
}
.ProductNav .List a:nth-of-type(3) i {
  background: url(../images/productnav3.png) no-repeat center;
  background-size: 38px;
}
.ProductNav .List a:nth-of-type(4) i {
  background: url(../images/productnav4.png) no-repeat center;
  background-size: 38px;
}
.ProductNav .List a:nth-of-type(5) i {
  background: url(../images/productnav5.png) no-repeat center;
  background-size: 38px;
}
.ProductNav .List a:nth-of-type(6) i {
  background: url(../images/productnav6.png) no-repeat center;
  background-size: 38px;
}
.ProductNav .List a:nth-of-type(7) i {
  background: url(../images/productnav7.png) no-repeat center;
  background-size: 38px;
}
.ProductNav .List a:nth-of-type(8) i {
  background: url(../images/productnav8.png) no-repeat center;
  background-size: 38px;
}
.Product .Title {
  text-align: center;
  padding-top: 38px;
}
.Product .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #000;
  letter-spacing: 2px;
}
.Product .Title em {
  display: block;
  line-height: 36px;
}
.Product .Title h1 {
  text-align: center;
}
.Product .Title h1:after,
.Product .Title h1:before {
  height: 1px;
  background: #ddd;
  content: "";
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  margin: 0px 18px;
}
.Product .Title h1 i {
  background: #feb65b;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.Product .List dl {
  width: calc((100% - 90px)/3);
  position: relative;
  float: left;
  transition: 0.3s ease 0s;
  margin: 20px 15px 0px;
  overflow: hidden;
}
.Product .List dl:nth-of-type(3n-2) {
  margin-left: 0px;
}
.Product .List dl:nth-of-type(3n) {
  margin-right: 0px;
}
.Product .List dl dt {
  width: 100%;
  height: 300px;
  background: #efefef;
  position: relative;
  animation: zoomIn 0.8s ease 0s both;
}
.Product .List dl dt .Img {
  width: 100%;
  height: 100%;
}
.Product .List dl dt img {
  transition: ease 0.6s;
  height: 100% !important;
}
.Product .List dl dt .Desc {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 22;
  transition: ease 0.6s;
  padding: 15px;
}
.Product .List dl dt .Desc .kuang {
  height: 100%;
  width: 100%;
  border: solid 1px #fff;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.Product .List dl dt .Desc h1 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 38px;
  letter-spacing: 2px;
}
.Product .List dl dt .Desc p {
  color: #ddd;
  line-height: 20px;
}
.Product .List dl dd h1 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 38px;
  letter-spacing: 2px;
  padding-top: 8px;
}
.Product .List dl dd h2 {
  color: #888;
  text-transform: uppercase;
  font-weight: 400;
}
.Product .List dl:hover img {
  transform: scale(1.3);
}
.Product .List dl:hover .Desc {
  opacity: 1;
}
.ItemBanner {
  width: 100%;
  height: 680px;
  position: relative;
  overflow: hidden;
  background: #29292b;
}
.ItemBanner .pagination {
  position: absolute;
  bottom: 6px;
  text-align: center;
  width: 60% !important;
  z-index: 2;
}
.ItemBanner .swiper-pagination-bullet {
  margin: 0 6px;
  width: 38px;
  height: 6px;
  border-radius: 0;
  background: #ccc;
  vertical-align: middle;
  opacity: 1;
}
.ItemBanner .swiper-pagination-bullet-active {
  background: #feb65b;
}
.ItemBanner .swiper-slide {
  background: #29292b;
  position: relative;
}
.ItemBanner .swiper-slide .Img {
  width: 100%;
  height: 100%;
}
.ItemBanner .List {
  height: 100%;
  padding: 50px;
  box-sizing: border-box;
  position: absolute;
  z-index: 22;
  left: 60%;
}
.ItemBanner .List .Box {
  height: 100%;
  max-width: 400px;
  display: inline-block;
  padding: 50px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
}
.ItemBanner .List .Box .Title span {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  display: block;
  line-height: 38px;
  color: #feb65b;
}
.ItemBanner .List .Box .Title em {
  color: #ddd;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 30px;
  display: block;
}
.ItemBanner .List .Box .ListP {
  line-height: 26px;
  color: #ddd;
  font-size: 16px;
  padding-top: 20px;
  color: #fff;
}
.ItemBanner .List .Box .Btn {
  padding: 6px 26px;
  border: solid 1px #feb65b;
  display: inline-block;
  margin-top: 50px;
  color: #feb65b;
}
.ItemBanner .List .Box .Btn:hover {
  color: #fff;
  background: #feb65b;
  border: solid 1px #feb65b;
}
.ItemBanner .List .Box .Tel {
  font-size: 16px;
  line-height: 38px;
  padding-top: 18px;
}
.ItemBanner .List .Box .Tel i {
  color: #feb65b;
  font-family: Impact;
  font-size: 26px;
  vertical-align: middle;
}
.ItemNav {
  background: #666;
  padding: 30px 0px;
}
.ItemNav a {
  display: inline-block;
  margin: 0px 50px;
}
.ItemNav a:first-child {
  margin-left: 0px;
}
.ItemNav a:last-child {
  margin-right: 0px;
}
.ItemNav a i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 1px #fff;
  display: inline-block;
  transition: all 0.6s ease 0s;
  background: url(../images/productnav1.png) no-repeat center;
  background-size: 38px;
}
.ItemNav a span {
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 10px;
  line-height: 26px;
}
.ItemNav .ICO1 i {
  background: url(../images/productnav1.png) no-repeat center;
  background-size: 38px;
}
.ItemNav .ICO2 i {
  background: url(../images/productnav2.png) no-repeat center;
  background-size: 38px;
}
.ItemNav .ICO3 i {
  background: url(../images/productnav3.png) no-repeat center;
  background-size: 38px;
}
.ItemNav .ICO4 i {
  background: url(../images/productnav4.png) no-repeat center;
  background-size: 38px;
}
.ItemNav .ICO5 i {
  background: url(../images/productnav5.png) no-repeat center;
  background-size: 38px;
}
.ItemNav .ICO6 i {
  background: url(../images/productnav6.png) no-repeat center;
  background-size: 38px;
}
.ItemNav .ICO7 i {
  background: url(../images/productnav7.png) no-repeat center;
  background-size: 38px;
}
.ItemNav .ICO8 i {
  background: url(../images/productnav8.png) no-repeat center;
  background-size: 38px;
}
.ItemNav a:hover i {
  border: solid 1px #feb65b;
  transform: scale(1.2);
  background: url(../images/productnav1.png) no-repeat center #feb65b;
  background-size: 38px;
}
.ItemNav a:hover .ICO1 i {
  background: url(../images/productnav1.png) no-repeat center #feb65b;
  background-size: 38px;
}
.ItemNav a:hover .ICO2 i {
  background: url(../images/productnav2.png) no-repeat center #feb65b;
  background-size: 38px;
}
.ItemNav a:hover .ICO3 i {
  background: url(../images/productnav3.png) no-repeat center #feb65b;
  background-size: 38px;
}
.ItemNav a:hover .ICO4 i {
  background: url(../images/productnav4.png) no-repeat center #feb65b;
  background-size: 38px;
}
.ItemNav a:hover .ICO5 i {
  background: url(../images/productnav5.png) no-repeat center #feb65b;
  background-size: 38px;
}
.ItemNav a:hover .ICO6 i {
  background: url(../images/productnav6.png) no-repeat center #feb65b;
  background-size: 38px;
}
.ItemNav a:hover .ICO7 i {
  background: url(../images/productnav7.png) no-repeat center #feb65b;
  background-size: 38px;
}
.ItemNav a:hover .ICO8 i {
  background: url(../images/productnav8.png) no-repeat center #feb65b;
  background-size: 38px;
}
.ItemList {
  width: 100%;
  height: 650px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: row;
}
.ItemList .IBanner {
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ItemList .IBanner .pagination {
  position: absolute;
  bottom: 6px;
  text-align: center;
  z-index: 2;
}
.ItemList .IBanner .swiper-pagination-bullet {
  margin: 0 6px;
  width: 38px;
  height: 6px;
  border-radius: 0;
  background: #ccc;
  vertical-align: middle;
  opacity: 1;
}
.ItemList .IBanner .swiper-pagination-bullet-active {
  background: #feb65b;
}
.ItemList .List {
  width: 40%;
  height: 100%;
  padding: 60px 35px;
  box-sizing: border-box;
  background: url(../images/itemlistb.jpg) no-repeat right center;
}
.ItemList .List dl {
  width: 250px;
  float: right;
}
.ItemList .List dt {
  display: block;
  line-height: 38px;
  color: #fff;
  height: 80px;
  text-align: center;
  padding-top: 15px;
}
.ItemList .List dt span {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 10px;
  color: #feb65b;
}
.ItemList .List dt em {
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  margin-top: 3px;
}
.ItemList .List dd {
  line-height: 30px;
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #888;
}
/*新闻展示*/
.ItemShow {
  background: #fff;
  margin-top: 30px;
}
.ItemShow .Imgs {
  float: left;
  width: 900px;
  overflow: hidden;
  position: relative;
  height: 550px;
}
.ItemShow .Imgs .pagination {
  position: absolute;
  bottom: 6px;
  text-align: center;
  z-index: 2;
}
.ItemShow .Imgs .swiper-pagination-bullet {
  margin: 0 6px;
  width: 38px;
  height: 6px;
  border-radius: 0;
  background: #ccc;
  vertical-align: middle;
  opacity: 1;
}
.ItemShow .Imgs .swiper-pagination-bullet-active {
  background: #feb65b;
}
.ItemShow .List {
  float: right;
  width: 500px;
  padding: 30px 50px;
  box-sizing: border-box;
}
.ItemShow .List h2 {
  font-size: 28px;
  height: 40px;
  border-bottom: solid 1px #ddd;
  line-height: 32px;
  font-weight: 400;
}
.ItemShow .List h2 span {
  display: inline-block;
  border-bottom: solid 2px #feb65b;
  height: 40px;
}
.ItemShow .List .Desc {
  padding-top: 20px;
  color: #888;
  line-height: 26px;
}
.ItemShow .List .Tel {
  font-size: 16px;
  line-height: 38px;
  padding-top: 20px;
}
.ItemShow .List .Tel i {
  color: #fe011d;
  font-family: Impact;
  font-size: 28px;
  vertical-align: middle;
}
.ItemShow1 dl {
  width: calc((100% - 90px)/4);
  position: relative;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
  margin-right: 30px;
  margin-top: 30px;
}
.ItemShow1 dl:nth-of-type(4n) {
  margin-right: 0px;
}
.ItemShow1 dl dt {
  width: 100%;
  height: 188px;
  background: #fff;
  position: relative;
}
.ItemShow1 dl dt img {
  transition: ease 0.6s;
}
.ItemShow1 dl dd {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  min-height: 100px;
  background: #fff;
}
.ItemShow1 dl dd h1 {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 2px;
}
.ItemShow1 dl dd p {
  color: #888;
  line-height: 22px;
}
.ItemShow1 dl:hover img {
  transform: scale(1.2);
}
.ItemShow1 dl:hover h1 {
  color: #feb65b;
  font-weight: bold;
}
.ItemShow1 dl:hover em {
  background: #feb65b;
  color: #fff;
}
/*新闻列表*/
.News .Title {
  text-align: center;
}
.News .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #ccc;
  height: 56px;
}
.News .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #555;
  letter-spacing: 2px;
}
.News .Tab {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.News .Tab li {
  display: inline-block;
  margin: 0px 16px;
  background: #ddd;
  padding: 8px 28px;
  cursor: pointer;
}
.News .Tab li .on,
.News .Tab li:hover {
  background: #feb65b;
  color: #fff;
}
.News .TabLine {
  height: 1px;
  background: radial-gradient(#ddd, rgba(255, 255, 255, 0.5));
}
.News .List {
  min-height: 600px;
}
.News .List dl {
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
}
.News .List dl dt {
  position: absolute;
  text-align: center;
  background: #888;
  width: 80px;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  z-index: 1;
}
.News .List dl dt span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.News .List dl dd {
  padding: 8px;
  padding-left: 95px;
  box-sizing: border-box;
  width: 100%;
  min-height: 80px;
}
.News .List dl dd h3 {
  font-size: 18px;
  white-space: nowrap;
  color: #000;
  line-height: 32px;
}
.News .List dl dd p {
  color: #929292;
  line-height: 20px;
}
.News .List dl:hover dd {
  background: #feb65b;
  color: #fff;
  animation: zoomIn 0.6s ease 0s both;
}
.News .List dl:hover h3,
.News .List dl:hover p {
  color: #fff;
}
.News .List .Line {
  border-top: solid 1px #efefef;
  clear: both;
  margin-top: 20px;
}
/*新闻展示*/
.NewsShow {
  border: 18px solid #efefef;
  padding: 30px 50px;
  box-sizing: border-box;
}
.NewsShow h1 {
  line-height: 56px;
  font-size: 28px;
  text-align: center;
  margin-top: 10px;
  color: #222;
  font-weight: 400;
}
.NewsShow .Tit {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  border-bottom: solid 1px #efefef;
  border-top: solid 1px #efefef;
  text-align: center;
  margin-top: 8px;
}
.NewsShow .Tit a {
  font-size: 12px;
}
.NewsShow .Tit i {
  margin: 0px 3px;
  color: #fe011d;
}
.NewsShow .Tit span {
  margin: 0px 8px;
}
.NewsShow .Tit .shareshow a {
  float: none !important;
}
.NewsShow .Tit .shareshow .bds_more {
  float: none !important;
}
.NewsShow .Desc {
  background: #efefef;
  border: solid 1px #ddd;
  padding: 8px;
  line-height: 26px;
  margin-top: 20px;
  border-radius: 3px;
  font-size: 12px;
}
.NewsShow .List {
  padding: 30px;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  box-sizing: border-box;
  text-indent: 20px;
  min-height: 300px;
  color: #222;
}
.NewsShow .List p {
  font-size: 16px;
  line-height: 32px;
}
.NewsShow .List img {
  max-width: 100%;
  display: block;
  margin: 20px auto ;
}
.NewsShow .List a {
  color: #fe011d;
  font-weight: bold;
  margin: 0px 3px;
  font-size: 17px;
}
.NewsShow .tags {
  margin-top: 10px;
}
.NewsShow .tags a {
  background: #feb65b !important;
}
.NewsShow .share {
  margin-top: 16px;
}
/*焦点滚动广告图 */
.MadeBanner {
  width: 100%;
  height: 916px;
  position: relative;
  overflow: hidden;
  background: url(../images/madebanner.jpg) no-repeat center;
}
.MadeBanner .List {
  position: absolute;
  bottom: 50px;
  z-index: 999;
  left: 0;
  right: 0px;
}
.MadeBanner .List .Title span {
  font-size: 46px;
  line-height: 56px;
  height: 60px;
  display: block;
  color: #fff;
  letter-spacing: 5px;
  font-weight: bold;
}
.MadeBanner .List .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 38px;
  color: #eee;
  height: 60px;
  text-transform: uppercase;
}
.MadeBanner .List p {
  line-height: 28px;
  color: #ddd;
  font-size: 16px;
  font-weight: bold;
}
.Made1 {
  text-align: center;
}
.Made1 ul li {
  display: inline-block;
  margin: 30px 20px 0px;
  width: 220px;
}
.Made1 ul li i {
  background: url(../images/madet1.jpg) no-repeat center;
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: solid 5px #ddd;
  background-size: cover;
  margin: 0px auto;
}
.Made1 ul li span {
  font-size: 24px;
  text-align: center;
  line-height: 38px;
  padding-top: 8px;
  display: block;
  font-weight: 400;
}
.Made1 ul li p {
  line-height: 26px;
  display: block;
  font-size: 16px;
}
.Made1 ul li p em {
  display: block;
  line-height: 26px;
  height: 26px;
}
.Made1 ul li:hover {
  color: #feb65b;
}
.Made1 ul li:hover i {
  border: solid 5px #feb65b;
}
.Made1 ul li:nth-of-type(2) i {
  background: url(../images/madet2.jpg) no-repeat center;
  background-size: cover;
}
.Made1 ul li:nth-of-type(3) i {
  background: url(../images/madet3.jpg) no-repeat center;
  background-size: cover;
}
.Made1 ul li:nth-of-type(4) i {
  background: url(../images/madet4.jpg) no-repeat center;
  background-size: cover;
}
.Made1 ul:nth-of-type(2) li i {
  background: url(../images/madet5.jpg) no-repeat center;
  background-size: cover;
}
.Made1 ul:nth-of-type(2) li:nth-of-type(2) i {
  background: url(../images/madet6.jpg) no-repeat center;
  background-size: cover;
}
.Made1 ul:nth-of-type(2) li:nth-of-type(3) i {
  background: url(../images/madet7.jpg) no-repeat center;
  background-size: cover;
}
.Made1 ul:nth-of-type(2) li:nth-of-type(4) i {
  background: url(../images/madet8.jpg) no-repeat center;
  background-size: cover;
}
.Made1 ul:nth-of-type(2) li:nth-of-type(5) i {
  background: url(../images/madet9.jpg) no-repeat center;
  background-size: cover;
}
.Made2 {
  padding-top: 28px;
}
.Made2 .Title {
  text-align: center;
}
.Made2 .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #000;
  height: 56px;
  text-transform: uppercase;
}
.Made2 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #555;
  letter-spacing: 2px;
}
.Made2 .List {
  margin-top: 38px;
}
.Made2 .List dd {
  background: url(../images/made21.jpg) no-repeat center;
  margin: 0px 15px;
  width: calc((100% - 120px)/5);
  height: 360px;
  float: left;
  display: block;
  transition: ease 0.3s;
}
.Made2 .List dd:first-child {
  margin-left: 0px;
}
.Made2 .List dd:hover {
  transform: translateY(-20px) scale(1.05);
  box-shadow: 2px 2px 10px #ddd;
}
.Made2 .List dd:nth-of-type(2) {
  background: url(../images/made22.jpg) no-repeat center;
}
.Made2 .List dd:nth-of-type(3) {
  background: url(../images/made23.jpg) no-repeat center;
}
.Made2 .List dd:nth-of-type(4) {
  background: url(../images/made24.jpg) no-repeat center;
}
.Made2 .List dd:nth-of-type(5) {
  background: url(../images/made25.jpg) no-repeat center;
  margin-right: 0px;
}
.Made2 .Nav {
  text-align: center;
  padding-top: 38px;
}
.Made2 .Nav a {
  font-size: 18px;
  margin: 0px 20px;
  display: inline-block;
  border: solid 1px #ddd;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  font-weight: bold;
}
.Made2 .Nav a:hover {
  background: #feb65b;
  color: #fff;
  border: solid 1px #feb65b;
}
.Made3 {
  margin-top: 38px;
  background: url(../images/made3bg.jpg) no-repeat center #e9b268;
  min-height: 360px;
}
.Made4 {
  text-align: center;
}
.Made4 dl {
  width: calc((100% - 200px)/2);
  margin: 50px 50px 0px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  transition: ease 0.3s;
  box-shadow: 2px 2px 10px #ddd;
}
.Made4 dl:nth-of-type(2n-1) {
  margin-left: 0px;
}
.Made4 dl:nth-of-type(2n) {
  margin-right: 0px;
}
.Made4 dl dt {
  background: url(../images/made4dt.jpg) no-repeat center;
  height: 480px;
  background-size: 100%;
}
.Made4 dl dd {
  padding: 10px 20px 20px;
}
.Made4 dl dd em {
  text-align: center;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  display: block;
}
.Made4 dl dd span {
  font-size: 26px;
  font-weight: 400;
  display: block;
  height: 36px;
  text-align: center;
  line-height: 28px;
  padding-top: 5px;
}
.Made4 dl:hover {
  transform: translateY(-20px) scale(1.05);
}
.Made4 dl:hover dd {
  background: #feb65b;
  color: #fff;
}
.Made4 dl:nth-of-type(2) dt {
  background: url(../images/made4dt2.jpg) no-repeat center;
  background-size: 100%;
}
.Made4 dl:nth-of-type(3) dt {
  background: url(../images/made4dt4.jpg) no-repeat center;
  background-size: 100%;
}
.Made4 dl:nth-of-type(4) dt {
  background: url(../images/made4dt3.jpg) no-repeat center;
  background-size: 100%;
}
/*焦点滚动广告图 */
.MadeBanner1 {
  width: 100%;
  height: 880px;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
.MadeBanner1 .pagination {
  position: absolute;
  bottom: 6px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.MadeBanner1 .swiper-pagination-bullet {
  margin: 0 6px;
  width: 38px;
  height: 6px;
  border-radius: 0;
  background: #ccc;
  vertical-align: middle;
  opacity: 1;
}
.MadeBanner1 .swiper-pagination-bullet-active {
  background: #fe011d;
}
.MadeBanner1 .swiper-slide {
  background: url(../images/madebanner1.jpg) no-repeat center;
}
.MadeBanner1 .swiper-slide:nth-of-type(2) {
  background: url(../images/madebanner2.jpg) no-repeat center;
}
.MadeBanner1 .swiper-slide:nth-of-type(3) {
  background: url(../images/madebanner3.jpg) no-repeat center;
}
.MadeBanner1 .List {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0px;
  height: 100%;
}
.MadeBanner1 .List .Box {
  float: right;
  margin-top: 200px;
  width: 480px;
  background: rgba(0, 0, 0, 0.4);
  padding: 48px;
}
.MadeBanner1 .List .Title {
  font-size: 28px;
  line-height: 48px;
  height: 58px;
  display: block;
  color: #fff;
  font-weight: 500;
}
.MadeBanner1 .List p {
  line-height: 36px;
  color: #efefef;
  font-size: 20px;
  text-indent: 40px;
}
.Made1Banner {
  width: 100%;
  height: 900px;
  position: relative;
  overflow: hidden;
  background: url(../images/made1banner.jpg) no-repeat center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
.Made1Banner .Title {
  border: solid 3px #ddd;
  line-height: 40px;
  font-size: 38px;
  color: #fff;
  padding: 20px 0px;
  width: 1400px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0px auto;
}
.Made1Banner .Title em {
  font-size: 46px;
  font-weight: 600;
}
.Made1Banner .List {
  display: inline-block;
  width: 1400px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  box-sizing: border-box;
  padding: 20px;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  color: #fff;
}
.Made1T .Title {
  text-align: center;
}
.Made1T .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #000;
  height: 56px;
  text-transform: uppercase;
}
.Made1T .Title span {
  font-size: 22px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #555;
  letter-spacing: 2px;
}
.Made1T .List {
  padding-top: 30px;
}
.Made1T .List dd {
  width: calc(100%/4);
  float: left;
  background: url(../images/made1t1.jpg) no-repeat center;
  height: 205px;
}
.Made1T .List dd:nth-of-type(1) {
  height: 410px;
  width: calc(100%/2);
}
.Made1T .List dd:nth-of-type(2) {
  background: url(../images/made1t2.jpg) no-repeat center;
  background-size: 100%;
}
.Made1T .List dd:nth-of-type(3) {
  background: url(../images/made1t3.jpg) no-repeat center;
  background-size: 100%;
}
.Made1T .List dd:nth-of-type(4) {
  background: url(../images/made1t4.jpg) no-repeat center;
  background-size: 100%;
}
.Made1T .List dd:nth-of-type(5) {
  background: url(../images/made1t5.jpg) no-repeat center;
  background-size: 100%;
}
.Made1T .Tit {
  line-height: 38px;
  height: 38px;
  font-size: 26px;
  text-align: center;
  padding-top: 38px;
}
.Made1T .imgs {
  text-align: center;
}
.Made1T .imgs img {
  display: inline-block;
}
.MadeTbBanner1 {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
  background: url(../images/madetbbanner1.jpg) no-repeat center;
}
.MadeTbBanner1 .List {
  position: absolute;
  height: 100%;
  left: 45%;
  padding: 80px 0px;
  box-sizing: border-box;
}
.MadeTbBanner1 .List .Box {
  border: solid 3px #fff;
  height: 100%;
  padding: 40px;
  background: rgba(200, 200, 200, 0.6);
  width: 600px;
  box-sizing: border-box;
}
.MadeTbBanner1 .List .Box h1 {
  font-size: 46px;
  font-weight: bold;
  height: 60px;
  line-height: 56px;
  color: #fff;
}
.MadeTbBanner1 .List .Box h2 {
  color: #fff;
  height: 40px;
  font-size: 36px;
  padding-top: 30px;
}
.MadeTbBanner1 .List .Box p {
  line-height: 36px;
  font-size: 26px;
  font-weight: bold;
  padding-top: 36px;
}
.MadeTbBanner1 .List a {
  padding: 6px 40px;
  border: solid 1px #feb65b;
  display: inline-block;
  margin-top: 50px;
  color: #fff;
  background: #feb65b;
  font-size: 24px;
  line-height: 32px;
}
.MadeTbBanner1 .List a:hover {
  color: #fff;
  background: #feb65b;
  border: solid 1px #feb65b;
}
.MadeTbBanner1 .List .Tel {
  font-size: 26px;
  line-height: 40px;
  padding-top: 18px;
  color: #fff;
}
.MadeTbBanner1 .List .Tel i {
  color: #feb65b;
  font-family: Impact;
  font-size: 38px;
  vertical-align: middle;
}
.Made2Banner {
  width: 100%;
  height: 900px;
  position: relative;
  overflow: hidden;
  background: url(../images/made2banner.jpg) no-repeat center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
.Made2Banner .Title {
  color: #fff;
  padding: 60px 0px;
  width: 1400px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0px auto;
  background: url(../images/made2bannert.png) no-repeat center rgba(0, 0, 0, 0.6);
}
.Made2Banner .Title h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 10px;
}
.Made2Banner .Title h2 {
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
}
.Made2Nav {
  background: #efefef;
  padding: 15px 0px;
}
.Made2Nav dd {
  border-right: solid 1px #ddd;
  min-height: 80px;
  float: left;
  line-height: 22px;
  width: calc(100%/4);
  background: url(../images/made2nav1.png) no-repeat 15px 10px;
  position: relative;
  animation: flipInX 0.8s ease 0s both;
  box-sizing: border-box;
  padding-left: 80px;
  transition: ease 0.3s;
}
.Made2Nav dd span {
  display: block;
  font-size: 22px;
  color: #fe011d;
  line-height: 32px;
}
.Made2Nav dd em {
  display: block;
  font-size: 16px;
}
.Made2Nav dd i {
  color: #fe011d;
}
.Made2Nav dd:nth-of-type(2) {
  background: url(../images/made2nav2.png) no-repeat 15px 10px;
  animation: flipInX 0.8s ease 0.1s both;
}
.Made2Nav dd:nth-of-type(3) {
  background: url(../images/made2nav3.png) no-repeat 15px 10px;
  animation: flipInX 0.8s ease 0.2s both;
}
.Made2Nav dd:nth-of-type(4) {
  background: url(../images/made2nav4.png) no-repeat 15px 10px;
  animation: flipInX 0.8s ease 0.3s both;
  border-right: 0px none;
}
.Made2Nav dd:hover {
  transform: scale(1.2);
}
.Made2T {
  padding-top: 28px;
}
.Made2T .Title {
  text-align: center;
}
.Made2T .Title span {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #000;
  height: 56px;
}
.Made2T .Title h1 {
  text-align: center;
  height: 19px;
  border-bottom: solid 1px #ddd;
}
.Made2T .Title h1 i {
  display: inline-block;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  background: #fff;
  color: #ccc;
}
.Made2T .List {
  margin-top: 30px;
}
.Made2T .List dd {
  width: calc((100% - 30px)/4);
  float: left;
  background: url(../images/made2t1.jpg) no-repeat center;
  height: 205px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  transition: ease 0.3s;
  z-index: 0;
}
.Made2T .List dd h1 {
  line-height: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.Made2T .List dd:nth-of-type(1) {
  height: 420px;
}
.Made2T .List dd:nth-of-type(2) {
  background: url(../images/made2t2.jpg) no-repeat center;
}
.Made2T .List dd:nth-of-type(3) {
  background: url(../images/made2t3.jpg) no-repeat center;
}
.Made2T .List dd:nth-of-type(4) {
  background: url(../images/made2t4.jpg) no-repeat center;
  margin-right: 0px;
}
.Made2T .List dd:nth-of-type(5) {
  background: url(../images/made2t5.jpg) no-repeat center;
  margin-top: 10px;
  width: 201px;
  background-size: cover;
}
.Made2T .List dd:nth-of-type(6) {
  background: url(../images/made2t6.jpg) no-repeat center;
  margin-top: 10px;
  width: 390px;
  background-size: cover;
}
.Made2T .List dd:nth-of-type(7) {
  background: url(../images/made2t7.jpg) no-repeat center;
  margin-top: 10px;
  width: 192px;
  margin-right: 0px;
}
.Made2T .List dd:nth-of-type(8) {
  background: url(../images/made2t8.jpg) no-repeat center;
  margin-top: 10px;
  width: 230px;
  margin-right: 0px;
  float: right;
}
.Made2T .List dd:hover {
  transform: scale(1.2);
  box-shadow: 2px 2px 10px #ddd;
  z-index: 88;
}
.Made2T1 dd {
  width: calc((100% - 42px)/3);
  float: left;
  background: url(../images/made2t1b.jpg) no-repeat center;
  height: 230px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  transition: ease 0.3s;
  z-index: 0;
}
.Made2T1 dd:nth-of-type(1) {
  height: 480px;
}
.Made2T1 dd:nth-of-type(2) {
  background: url(../images/made2t4b.jpg) no-repeat center;
  margin-right: 0px;
  height: 400px;
  float: right;
}
.Made2T1 dd:nth-of-type(3) {
  background: url(../images/made2t2b.jpg) no-repeat center;
}
.Made2T1 dd:nth-of-type(4) {
  background: #feb65b;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  font-size: 38px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  letter-spacing: 3px;
  margin-right: 0px;
}
.Made2T1 dd:nth-of-type(5) {
  background: url(../images/made2t7b.jpg) no-repeat center;
  margin-top: 20px;
  margin-right: 0px;
  float: right;
  height: 310px;
}
.Made2T1 dd:nth-of-type(6) {
  background: url(../images/made2t5b.jpg) no-repeat center;
  margin-top: 20px;
}
.Made2T1 dd:nth-of-type(7) {
  background: url(../images/made2t6b.jpg) no-repeat center;
  margin-top: 20px;
}
.Made2T1 dd:hover {
  transform: scale(1.2);
  box-shadow: 2px 2px 10px #ddd;
  z-index: 88;
}
.Made2T2 .Title {
  text-align: center;
}
.Made2T2 .Title span {
  display: block;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  height: 56px;
  background: #feb65b;
  letter-spacing: 3px;
}
.Made2T2 dd {
  width: calc((100% - 60px)/4);
  float: left;
  background: url(../images/made2t2a.jpg) no-repeat center;
  height: 230px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  transition: ease 0.3s;
  z-index: 0;
  margin-top: 20px;
}
.Made2T2 dd:nth-of-type(2) {
  background: url(../images/made2t2b11.jpg) no-repeat center;
}
.Made2T2 dd:nth-of-type(3) {
  background: url(../images/made2t2c.jpg) no-repeat center;
}
.Made2T2 dd:nth-of-type(4) {
  background: url(../images/made2t2d.jpg) no-repeat center;
  margin-right: 0px;
}
.Made2T3 dd {
  width: calc((100% - 80px)/5);
  float: left;
  background: url(../images/made2t3t1.jpg) no-repeat center top;
  height: 380px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  transition: ease 0.3s;
  z-index: 0;
  margin-top: 20px;
}
.Made2T3 dd:nth-of-type(1) {
  background: #feb65b;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.Made2T3 dd:nth-of-type(1) span {
  letter-spacing: 3px;
  font-size: 38px;
  font-weight: bold;
  white-space: nowrap;
  transform: rotate(-45deg);
}
.Made2T3 dd:nth-of-type(2) {
  background: url(../images/made2t3t4.jpg) no-repeat center top;
}
.Made2T3 dd:nth-of-type(3) {
  background: url(../images/made2t3t2.jpg) no-repeat center top;
}
.Made2T3 dd:nth-of-type(5) {
  background: url(../images/made2t3t3.jpg) no-repeat center top;
  margin-right: 0px;
}
.Made2T4 .Title {
  text-align: center;
}
.Made2T4 .Title span {
  display: block;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  height: 56px;
  background: #feb65b;
  letter-spacing: 3px;
}
.Made2T4 dd {
  width: calc((100% - 80px)/5);
  float: left;
  background: url(../images/made2t41.jpg) no-repeat center top;
  height: 380px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  transition: ease 0.3s;
  z-index: 0;
  margin-top: 20px;
}
.Made2T4 dd:nth-of-type(2) {
  background: url(../images/made2t42.jpg) no-repeat center top;
  margin-top: 80px;
}
.Made2T4 dd:nth-of-type(3) {
  background: url(../images/made2t43.jpg) no-repeat center top;
}
.Made2T4 dd:nth-of-type(4) {
  background: url(../images/made2t44.jpg) no-repeat center top;
  margin-top: 80px;
}
.Made2T4 dd:nth-of-type(5) {
  background: #feb65b;
  margin-right: 0px;
  etter-spacing: 3px;
  font-size: 38px;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.Made2T5 {
  background: url(../images/made2tf5.jpg) center top;
  padding: 80px 0px;
}
.Made2T5 .Title {
  text-align: center;
  padding: 20px 0px;
  background: #e9b268;
  opacity: 0.9;
}
.Made2T5 .Title span {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #fff;
  height: 56px;
}
.Made2T5 .Title em {
  font-size: 22px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.Made2T5 .List {
  min-height: 800px;
}
.Made2T5 .List dd {
  background: #000;
  text-align: center;
  font-size: 38px;
  color: #fff;
  width: calc((100% - 320px)/5);
  float: left;
  height: 200px;
  margin-right: 80px;
  position: relative;
  overflow: hidden;
  margin-top: 380px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.Made2T5 .List dd span {
  display: block;
  font-weight: bold;
  font-size: 46px;
  line-height: 60px;
  padding-bottom: 10px;
}
.Made2T5 .List dd:nth-of-type(4),
.Made2T5 .List dd:nth-of-type(2) {
  background: #fff;
  color: #000;
}
.Made2T5 .List dd:nth-of-type(5) {
  margin-right: 0px;
}
.Made2T5 .List dd:hover {
  background: #feb65b;
  color: #fff;
}
.Made2T6 {
  background: url(../images/made2t6bg.jpg) no-repeat top right;
  background-size: 400px;
  box-sizing: border-box;
  padding-right: 460px;
  padding-bottom: 50px;
}
.Made2T6 .Title {
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #e9b268;
}
.Made2T6 p {
  line-height: 42px;
  font-size: 28px;
}
.Made2T6 p b {
  color: #183ad9;
}
.Made2T6 .List {
  line-height: 42px;
  font-size: 26px;
  background: #efefef;
  margin-top: 30px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.Made2T6 .List span {
  display: block;
  font-weight: bold;
  color: #fe011d;
}
.Made2T7 {
  background: url(../images/made2t7bg.jpg) no-repeat top left;
  box-sizing: border-box;
  padding-left: 360px;
  min-height: 460px;
}
.Made2T7 .Title {
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #e9b268;
}
.Made2T7 p {
  line-height: 42px;
  font-size: 28px;
}
.Made2T8 .Title {
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #e9b268;
}
.Made2T8 p {
  line-height: 42px;
  font-size: 26px;
  background: url(../images/made2t8bg.jpg) no-repeat left center;
  box-sizing: border-box;
  padding-left: 460px;
}
.Made2T8 p:nth-of-type(2) {
  padding-left: 0px;
  padding-right: 460px;
  background: url(../images/made2t8bg2.jpg) no-repeat center right;
  margin-top: 50px;
}
.Made2T8 p b {
  color: #183ad9;
}
.Made2T9 {
  background: url(../images/made2t9bg.jpg) no-repeat left top;
  box-sizing: border-box;
  padding-left: 440px;
}
.Made2T9 .List {
  line-height: 30px;
  font-size: 18px;
  background: #efefef;
  margin-top: 30px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.Made2T9 .List span {
  display: block;
  font-weight: bold;
  color: #fe011d;
}
.Made2T9 .List b {
  color: #183ad9;
}
.Made2T10 .Title {
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #e9b268;
}
.Made2T10 dd {
  width: calc((100% - 100px)/3);
  float: left;
  background: url(../images/made2t10b.jpg) no-repeat center top;
  height: 380px;
  margin-right: 50px;
  position: relative;
  overflow: hidden;
  transition: ease 0.3s;
  z-index: 0;
  margin-top: 20px;
}
.Made2T10 dd:nth-of-type(2) {
  background: url(../images/made2t10b2.jpg) no-repeat center top;
}
.Made2T10 dd:nth-of-type(3) {
  background: url(../images/made2t10b3.jpg) no-repeat center top;
  margin-right: 0px;
}
.Made2T11 .Title {
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #e9b268;
  text-align: center;
}
.Made2T11 .List {
  text-align: center;
}
.Made2T11 .List img {
  display: inline-block;
}
.Made2T12 {
  background: url(../images/made2t12.jpg) center top;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  height: 800px;
}
.Made2T12 .Title {
  padding-bottom: 30px;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #fff;
}
.Made2T12 dd {
  margin: 0px 50px;
  position: relative;
  overflow: hidden;
  width: 250px;
  display: inline-block;
  margin-top: 80px;
}
.Made2T12 dd span {
  display: block;
  font-size: 36px;
  line-height: 60px;
  padding: 10px 30px;
  border: solid 3px #fff;
  color: #fff;
}
.Made2T12 dd span:hover {
  background: #feb65b;
}
.Made2T12 dd em {
  line-height: 38px;
  height: 38px;
  padding-top: 10px;
  font-size: 26px;
  color: #fff;
  display: block;
}
.Made3T {
  padding-top: 28px;
}
.Made3T .Title {
  text-align: center;
  padding-bottom: 30px;
}
.Made3T .Title span {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #000;
  height: 56px;
}
.Made3T .Title h1 {
  text-align: center;
  height: 19px;
  border-bottom: solid 1px #ddd;
}
.Made3T .Title h1 i {
  display: inline-block;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  background: #fff;
  color: #ccc;
}
.Made3T .Tit {
  padding-bottom: 20px;
  padding-top: 30px;
  font-weight: bold;
  line-height: 50px;
  font-size: 38px;
  color: #e9b268;
  text-align: center;
}
.Made3T .List {
  display: flex;
  flex-flow: row;
  justify-content: center;
  position: relative;
}
.Made3T .List img {
  display: inline-block;
  margin-bottom: 10px;
}
.Made3T .List h1 {
  font-weight: bold;
  font-size: 28px;
  color: #183ad9;
  line-height: 40px;
  text-align: center;
}
.Made3T .ListT1 {
  text-align: center;
  padding-right: 20px;
}
.Made3T .ListT2 {
  font-size: 26px;
  line-height: 42px;
  padding-left: 20px;
}
.Made3T .ListT2 p {
  padding-top: 10px;
}
.Made3T .ListPic {
  text-align: center;
}
.Made3T .ListPic img {
  display: inline-block;
  margin: 0px 30px;
}
.FlotBook {
  position: fixed;
  left: calc((100vw - 460px)/2);
  top: calc((100vh - 400px)/2);
  width: 460px !important;
  z-index: 888;
  background: #fff;
  padding: 30px 50px !important;
  box-shadow: 5px 5px 15px rgba(102, 102, 102, 0.75) !important;
}
.FlotBook .close {
  background: url(../images/berror.png) no-repeat center #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  cursor: pointer;
}
.FlotBook #FRemark {
  width: 100%;
  background: #f8f8f8;
}
.AlertBg1 {
  overflow: hidden;
  position: fixed;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.About {
  background: url(../images/aboutbg.jpg) no-repeat center top;
}
.About .Title {
  padding: 120px 0px 30px;
}
.About .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  color: #feb65b;
  letter-spacing: 2px;
  font-weight: 600;
}
.About .Title em {
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 10px;
}
.About .Content {
  background: url(../images/about.jpg) no-repeat bottom right;
}
.About .List {
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 800px;
  padding-bottom: 120px;
}
.About .List b {
  color: #fe011d;
  font-weight: bold;
  margin: 0px 3px;
  font-size: 18px;
}
.About .List p {
  font-size: 16px;
  line-height: 32px;
}
/*焦点滚动广告图 */
.AboutBanner1 {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}
.AboutBanner1 .pagination {
  position: absolute;
  bottom: 6px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.AboutBanner1 .swiper-pagination-bullet {
  margin: 0 6px;
  width: 38px;
  height: 6px;
  border-radius: 0;
  background: #ccc;
  vertical-align: middle;
  opacity: 1;
}
.AboutBanner1 .swiper-pagination-bullet-active {
  background: #fe011d;
}
.AboutBanner1 .swiper-slide {
  background: url(../images/madebanner1.jpg) no-repeat center;
}
.AboutBanner1 .swiper-slide:nth-of-type(2) {
  background: url(../images/madebanner2.jpg) no-repeat center;
}
.AboutBanner1 .swiper-slide:nth-of-type(3) {
  background: url(../images/madebanner3.jpg) no-repeat center;
}
.AboutBanner1 .List {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0px;
  height: 100%;
}
.AboutBanner1 .List .Box {
  float: right;
  margin-top: 200px;
  width: 580px;
  background: #e9b268;
  padding: 60px;
}
.AboutBanner1 .List .Title {
  padding-bottom: 20px;
}
.AboutBanner1 .List .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}
.AboutBanner1 .List .Title em {
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 10px;
  color: #ddd;
}
.AboutBanner1 .List p {
  line-height: 38px;
  color: #f8f8f8;
  font-size: 16px;
  padding-bottom: 80px;
}
.AboutBanner1 .List b {
  color: #fff;
  font-weight: bold;
  margin: 0px 3px;
  font-size: 18px;
}
.About2 {
  background: #efefef;
}
.About2 .Title {
  padding: 100px 0px 30px;
}
.About2 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  color: #feb65b;
  letter-spacing: 2px;
  font-weight: 600;
}
.About2 .Title em {
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 10px;
}
.About2 .Content {
  background: url(../images/about2.jpg) no-repeat center left;
}
.About2 .List {
  line-height: 36px;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 700px;
  padding-bottom: 150px;
}
.About2 .List b {
  color: #feb65b;
  font-weight: bold;
  margin: 0px 3px;
  font-size: 18px;
}
.About2 .List p {
  line-height: 36px;
}
.About1 {
  background: #666;
  color: #fff;
  padding: 100px 0px;
}
.About1 .Title {
  text-align: center;
}
.About1 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  color: #feb65b;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
}
.About1 .Title em {
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 10px;
}
.About1 .List {
  box-sizing: border-box;
  padding-left: 50%;
  position: relative;
}
.About1 .List .Line {
  width: 1px;
  background: #ccc;
  height: 100%;
  position: absolute;
}
.About1 dl {
  margin-top: 60px;
  width: 560px;
  padding: 0px 30px;
  position: relative ;
}
.About1 dl:before {
  content: '';
  display: inline-block;
  position: absolute ;
  width: 20px;
  height: 20px;
  background: #feb65b;
  left: -10px;
  top: 30px;
}
.About1 dl dt {
  font-size: 22px;
  color: #feb65b;
  line-height: 38px;
}
.About1 dl dd {
  font-size: 16px;
  line-height: 28px;
}
.About1 dl:nth-of-type(2n) {
  transform: translateX(-100%);
}
.About1 dl:nth-of-type(2n):before {
  left: auto;
  right: -10px;
}
.About1 dl:nth-of-type(2n) dt {
  text-align: right;
}
.Shop .Title {
  text-align: center;
  padding-bottom: 20px;
}
.Shop .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}
.Shop .Title h1 {
  text-align: center;
  height: 19px;
  border-bottom: solid 1px #ddd;
}
.Shop .Title h1 i {
  display: inline-block;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  background: #fff;
  color: #ccc;
}
.Shop .List dl {
  width: calc((100% - 60px)/3);
  margin: 30px 15px 0px;
  position: relative;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
}
.Shop .List dl:nth-of-type(3n-2) {
  margin-left: 0px;
}
.Shop .List dl:nth-of-type(3n) {
  margin-right: 0px;
}
.Shop .List dl dt {
  width: 100%;
  height: 280px;
  background: #efefef;
  position: relative;
  overflow: hidden;
}
.Shop .List dl dt .Img {
  width: calc(100% + 100px);
  transform: translateX(-50px);
  height: 100%;
}
.Shop .List dl dt img {
  transition: ease 0.6s;
}
.Shop .List dl dd {
  position: relative;
  padding: 10px 0px;
  box-sizing: border-box;
  min-height: 100px;
}
.Shop .List dl dd h1 {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: bold;
}
.Shop .List dl dd h2 {
  line-height: 28px;
  font-size: 16px;
}
.Shop .List dl dd h2 span {
  font-weight: bold;
}
.Shop .List dl dd h3 {
  line-height: 28px;
  font-size: 16px;
}
.Shop .List dl dd h3 span {
  font-weight: bold;
}
.Shop .List dl dd h3 i {
  font-size: 24px;
  font-family: Impact;
  color: #feb65b;
}
.Shop .List dl:hover img {
  transform: scale(1.2);
}
.Shop .List dl:hover h1 {
  color: #ff0000;
}
.ShopShow {
  width: 1000px;
  padding-bottom: 20px;
}
.ShopShow .Imgs {
  width: 520px;
  height: 350px;
  float: left;
  border: solid 2px #feb65b;
  overflow: hidden;
  position: relative;
}
.ShopShow .Img {
  width: 700px;
  height: 100%;
  transform: translateX(-90px);
}
.ShopShow .List {
  float: right;
  width: 450px;
}
.ShopShow .List .Tit {
  line-height: 38px;
  box-sizing: border-box;
  border-bottom: dashed 1px #ddd;
  padding-bottom: 20px;
}
.ShopShow .List .Tit:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: #feb65b;
}
.ShopShow .List .Tit span {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 38px;
}
.ShopShow .List h3 {
  padding-top: 20px;
}
.ShopShow .List h3 span {
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.ShopShow .List h3 em {
  color: #fe011d;
  font-size: 26px;
  font-family: Impact;
  line-height: 36px;
  vertical-align: middle;
}
.ShopShow .List h3 .Btn2 {
  background: #feb65b;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  margin-left: 50px;
  vertical-align: middle;
  float: right;
}
.ShopShow .List h3 .Btn2:hover {
  background: #fe011d;
}
.ShopShow .List h2 {
  font-size: 18px;
  padding-top: 15px;
  display: block;
  line-height: 36px;
  padding-bottom: 10px;
}
.ShopShow .List h2 span {
  font-weight: bold;
}
.ShopShow .List .Desc {
  line-height: 26px;
  padding-top: 10px;
  border-top: dashed 1px #ddd;
}
.ShopList {
  border-top: solid 1px #ddd;
  padding-top: 18px;
  width: 1000px;
}
.ShopList .Title {
  border-left: solid 5px #fe011d;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 400;
}
.ShopList .List {
  position: relative;
}
.ShopList .List dd {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  float: left;
  margin-top: 20px;
  border-radius: 3px;
  overflow: hidden;
}
.ShopList .List dd:nth-of-type(3n) {
  margin-right: 0px;
}
.Item1 {
  width: 360px;
  box-shadow: 2px 2px 10px #ddd;
  border-radius: 3px;
  padding: 30px 30px;
  box-sizing: border-box;
}
.Item1 .Title {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.Item1 .Title span {
  border-left: solid 5px #fe011d;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 400;
}
.Item1 .List a {
  border: solid 1px #ddd;
  display: block;
  margin-top: 10px;
  line-height: 36px;
  padding-left: 10px;
  background: #efefef;
}
.Item1 .List a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: #feb65b;
}
.Item1 .List a:hover {
  background: #feb65b;
  color: #fff;
  border: solid 1px #feb65b;
}
.Item2 {
  width: 360px;
  box-shadow: 2px 2px 10px #ddd;
  border-radius: 3px;
  padding: 30px 30px;
  box-sizing: border-box;
}
.Item2 .Title {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.Item2 .Title span {
  border-left: solid 5px #fe011d;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 400;
}
.Item2 .List dl {
  width: 100%;
  margin-top: 30px;
  position: relative;
  animation: zoomIn 0.8s ease 0s both;
}
.Item2 .List dl dt {
  width: 100%;
  height: 160px;
  background: #efefef;
  position: relative;
}
.Item2 .List dl dt img {
  transition: ease 0.6s;
}
.Item2 .List dl dd {
  padding: 10px 100px 0px 0px;
  box-sizing: border-box;
}
.Item2 .List dl dd span {
  position: absolute;
  right: 0px;
  margin-top: 5px;
}
.Item2 .List dl dd span i {
  color: #feb65b;
  margin: 0px 3px;
  font-weight: bold;
}
.Item2 .List dl dd h1 {
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 16px;
}
.Item2 .List dl:hover img {
  transform: scale(1.2);
}
.Item2 .List dl:hover h1 {
  color: #feb65b;
  font-weight: bold;
}
.Join1 {
  background: url(../images/join1.jpg) no-repeat center top;
  height: 900px;
}
.Join2 .Title {
  text-align: center;
  padding-bottom: 28px;
}
.Join2 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}
.Join2 .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #ccc;
  height: 56px;
  text-transform: uppercase;
}
.Join2 .List {
  background: url(../images/join2.jpg) no-repeat center;
  height: 900px;
}
.Join3 .Title {
  text-align: center;
  padding-bottom: 28px;
}
.Join3 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}
.Join3 .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #ccc;
  height: 56px;
  text-transform: uppercase;
}
.Join3 .List dd {
  background: url(../images/join31.jpg) center;
  width: calc((100% - 60px)/3);
  height: 280px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.Join3 .List dd p {
  line-height: 42px;
  font-size: 26px;
  display: block;
  font-weight: bold;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: ease 0.8s;
  text-align: center;
}
.Join3 .List dd:nth-of-type(2) {
  background: url(../images/join32.jpg) center;
}
.Join3 .List dd:nth-of-type(2) p {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.Join3 .List dd:nth-of-type(3) {
  background: url(../images/join33.jpg) center;
  margin-right: 0px;
}
.Join3 .List dd:nth-of-type(4) {
  background: url(../images/join34.jpg) center;
}
.Join3 .List dd:nth-of-type(4) p {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.Join3 .List dd:nth-of-type(5) {
  background: url(../images/join35.jpg) center;
}
.Join3 .List dd:nth-of-type(6) {
  background: url(../images/join36.jpg) center;
  margin-right: 0px;
}
.Join3 .List dd:nth-of-type(6) p {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.Join3 .List dd:hover p {
  transform: translateY(100%);
}
.Join4 .Title {
  text-align: center;
  padding-bottom: 28px;
}
.Join4 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}
.Join4 .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #ccc;
  height: 56px;
  text-transform: uppercase;
}
.Join4 .List {
  font-size: 22px;
  line-height: 42px;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 30px;
  color: #fff;
  padding: 50px 0px;
  background: #b8c5bb;
}
.Join4 .List p {
  font-size: 22px;
  line-height: 42px;
}
.Join4 .List img {
  max-width: 100%;
  display: inline-block;
}
.Join5 .Title {
  text-align: center;
  padding-bottom: 28px;
}
.Join5 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}
.Join5 .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #ccc;
  height: 56px;
  text-transform: uppercase;
}
.Join5 .List {
  background: url(../images/join5.jpg) no-repeat center;
  height: 832px;
}
.Join5 .List1 {
  text-align: center;
  padding-top: 38px;
}
.Join5 .List1 .Btn1 {
  padding: 10px 30px;
  font-size: 18px;
}
.Join5 .List1 .Tel {
  font-size: 16px;
  line-height: 38px;
  padding-top: 28px;
}
.Join5 .List1 .Tel i {
  color: #feb65b;
  font-family: Impact;
  font-size: 26px;
  vertical-align: middle;
}
.Join6 {
  width: 1000px;
}
.Join6 dl {
  width: calc((100% - 60px)/4);
  margin-right: 19px;
  position: relative;
  float: left;
  animation: zoomIn 0.8s ease 0s both;
  margin-bottom: 10px;
}
.Join6 dl:nth-of-type(4n) {
  margin-right: 0px;
}
.Join6 dl dt {
  width: 100%;
  height: 170px;
  background: #efefef;
  position: relative;
  overflow: hidden;
}
.Join6 dl dt .Img {
  width: calc(100% + 100px);
  transform: translateX(-50px);
  height: 100%;
}
.Join6 dl dt img {
  transition: ease 0.6s;
}
.Join6 dl dd {
  position: relative;
  padding: 10px 0px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
.Join6 dl:hover img {
  transform: scale(1.2);
}
.SaleAfter {
  border: 18px solid #efefef;
  padding: 30px 50px;
  box-sizing: border-box;
}
.SaleAfter .Title {
  text-align: center;
  padding-bottom: 20px;
}
.SaleAfter .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}
.SaleAfter .Title h1 {
  text-align: center;
  height: 19px;
  border-bottom: solid 1px #ddd;
}
.SaleAfter .Title h1 i {
  display: inline-block;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  background: #fff;
  color: #ccc;
}
.SaleAfter .List dl dt {
  height: 50px;
  margin-top: 30px;
}
.SaleAfter .List dl dt i {
  background: url(../images/saleafter1.png) no-repeat center;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 8px;
  background-size: 40px;
  vertical-align: middle;
}
.SaleAfter .List dl dt span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 2px;
}
.SaleAfter .List dl dt span:after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 50px;
  background: #feb65b;
}
.SaleAfter .List dl dd {
  line-height: 26px;
  padding: 10px 0px 10px 50px;
  font-size: 16px;
}
.SaleAfter .List dl:nth-of-type(2) i {
  background: url(../images/saleafter2.png) no-repeat center;
  background-size: 40px;
}
.SaleAfter .List dl:nth-of-type(3) i {
  background: url(../images/saleafter3.png) no-repeat center;
  background-size: 40px;
}
.SaleAfter .List dl:nth-of-type(4) i {
  background: url(../images/saleafter4.png) no-repeat center;
  background-size: 40px;
}
.Contact {
  border: 18px solid #efefef;
  padding: 30px 50px;
  box-sizing: border-box;
}
.Contact .Title {
  text-align: center;
  padding-bottom: 20px;
}
.Contact .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}
.Contact .Title h1 {
  text-align: center;
  height: 19px;
  border-bottom: solid 1px #ddd;
}
.Contact .Title h1 i {
  display: inline-block;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  background: #fff;
  color: #ccc;
}
.Contact .List {
  padding-top: 38px;
}
.Contact .List h1 {
  font-size: 28px;
  line-height: 48px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
}
.Contact .List h3 em {
  margin-bottom: 20px;
  display: inline-block;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: Arial;
  font-weight: bold;
}
.Contact .List h2 {
  padding-top: 20px;
  font-size: 28px;
}
.Contact .List h2 em {
  color: #fe011d;
  margin-right: 6px;
  font-weight: bold;
}
.Contact .List ul {
  margin-top: 20px;
}
.Contact .List li {
  display: inline-block;
  min-width: 45%;
  margin-top: 30px;
  padding-left: 180px;
  box-sizing: border-box;
  position: relative;
  min-height: 100px;
  line-height: 26px;
}
.Contact .List li span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.Contact .List li i {
  background: url(../images/contact1.png) center left;
  width: 160px;
  height: 100px;
  display: block;
  position: absolute;
  left: 0px;
}
.Contact .List li:nth-of-type(2) i {
  background: url(../images/contact2.png) center left;
}
.Contact .List li:nth-of-type(3) i {
  background: url(../images/contact3.png) center left;
}
.Contact .List li:nth-of-type(4) i {
  background: url(../images/contact4.png) center left;
}
.Floor .Title {
  text-align: center;
}
.Floor .Title em {
  display: block;
  font-weight: bold;
  line-height: 50px;
  font-size: 48px;
  color: #ccc;
  height: 56px;
}
.Floor .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #555;
  letter-spacing: 2px;
}
.Floor .List dl {
  position: relative;
  animation: zoomIn 0.8s ease 0s both;
}
.Floor .List dl:nth-of-type(3n-2) {
  margin-left: 0px;
}
.Floor .List dl:nth-of-type(3n) {
  margin-right: 0px;
}
.Floor .List dl dt {
  width: 380px;
  height: 260px;
  background: #efefef;
  position: relative;
}
.Floor .List dl dt img {
  transition: ease 0.6s;
}
.Floor .List dl dd {
  position: relative;
  padding: 10px 100px 0px 0px;
  box-sizing: border-box;
  min-height: 100px;
}
.Floor .List dl dd span {
  position: absolute;
  right: 0px;
  margin-top: 5px;
}
.Floor .List dl dd span i {
  color: #feb65b;
  margin: 0px 3px;
  font-weight: bold;
}
.Floor .List dl dd em {
  border: solid 1px #feb65b;
  padding: 3px 16px;
  position: absolute;
  right: 0px;
  margin-top: 40px;
  border-radius: 3px;
  color: #feb65b;
  font-size: 12px;
}
.Floor .List dl dd h1 {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 2px;
}
.Floor .List dl dd p {
  color: #888;
  line-height: 24px;
}
.Floor .List dl:hover img {
  transform: scale(1.2);
}
.Floor .List dl:hover h1 {
  color: #feb65b;
  font-weight: bold;
}
.Floor .List dl:hover em {
  background: #feb65b;
  color: #fff;
}
.ListNo {
  min-height: 200px;
  line-height: 200px;
  font-size: 24px;
  color: #feb65b;
  text-align: center;
}
.PageList .on {
  background: #feb65b;
}
/*焦点滚动广告图 */
.Banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #efefef;
  min-height: 380px;
}
.Banner .pagination {
  position: absolute;
  bottom: 6px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.Banner .swiper-pagination-bullet {
  margin: 0 6px;
  width: 38px;
  height: 6px;
  border-radius: 0;
  background: #ccc;
  vertical-align: middle;
  opacity: 1;
}
.Banner .swiper-pagination-bullet-active {
  background: #feb65b;
}
.Banner img {
  max-width: 100%;
}
/*内页广告图*/
.swiper {
  width: 100%;
  min-height: 480px;
  position: relative;
  overflow: hidden;
  background: #efefef;
}
.swiper .pagination {
  position: absolute;
  bottom: 6px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.swiper .swiper-pagination-bullet {
  margin: 0 6px;
  width: 38px;
  height: 6px;
  border-radius: 0;
  background: #ccc;
  vertical-align: middle;
  opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
  background: #feb65b;
}
.swiper .swiper-slide {
  position: relative;
}
.swiper .swiper-slide a {
  display: block;
  height: 100%;
}
.swiper img {
  max-width: 100%;
}
.Book {
  width: 360px;
  box-shadow: 2px 2px 10px #ddd;
  min-height: 460px;
  border-radius: 3px;
  padding: 30px 30px;
  box-sizing: border-box;
}
.Book .Tit {
  line-height: 38px;
  height: 38px;
  text-align: center;
  font-size: 22px;
}
.Book dl {
  padding-top: 20px;
  padding-left: 80px;
  line-height: 38px;
  position: relative;
  box-sizing: border-box;
}
.Book dl dt {
  position: absolute;
  left: 0px;
  font-size: 16px;
  font-weight: 400;
}
.Book dl em {
  position: absolute;
  right: 10px;
}
.Book dl select {
  margin-right: 3px;
  line-height: 30px;
  background: #f8f8f8;
}
.Book dl input {
  line-height: 28px;
  background: #f8f8f8;
  width: 100%;
}
.Book dl button {
  background: #feb65b;
  padding: 8px 38px;
}
.Book dl button:hover {
  background: #fe011d;
}
.Book .Tel {
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  padding-top: 20px;
}
.Book .Tel i {
  color: #fe011d;
  font-family: Impact;
  font-size: 28px;
  vertical-align: middle;
}
/*服务*/
.Def1 {
  padding-bottom: 38px;
}
.Def1 .Title {
  text-align: center;
  padding-top: 38px;
}
.Def1 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
}
.Def1 .Title em {
  display: block;
  line-height: 36px;
}
.Def1 .Title h1 {
  text-align: center;
}
.Def1 .Title h1:after,
.Def1 .Title h1:before {
  height: 1px;
  background: #ddd;
  content: "";
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  margin: 0px 18px;
}
.Def1 .Title h1 i {
  background: #fe011d;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.Def1 .List1 {
  margin-top: 20px;
}
.Def1 .List1 dl {
  width: calc((100% - 465px)/3);
  position: relative;
  float: left;
  transition: 0.3s ease 0s;
  margin-right: 5px;
}
.Def1 .List1 dl:nth-of-type(1) {
  width: calc((100% - 465px)/3 + 70px);
}
.Def1 .List1 dl:nth-of-type(3) {
  margin-right: 0px;
}
.Def1 .List1 dl dt {
  width: 100%;
  height: 460px;
  background: #efefef;
  position: relative;
  animation: flipInY 0.8s ease 0s both;
}
.Def1 .List1 dl dt img {
  width: 100%;
  height: 100%;
}
.Def1 .List1 dl dd {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  padding: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.Def1 .List1 dl dd:before {
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translateX(-50%);
  content: '';
  display: inline-block;
  left: 50%;
  top: 2px;
  position: absolute;
}
.Def1 .List1 dl dd h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
}
.Def1 .List1 dl dd h2 {
  font-size: 18px;
}
.Def1 .List1 dl dd p {
  color: #ddd;
  padding: 10px 0px;
  min-height: 60px;
}
.Def1 .List1 dl dd a {
  border: solid 1px #feb65b;
  padding: 5px 26px;
  display: inline-block;
  border-radius: 3px;
  color: #feb65b;
}
.Def1 .List1 dl:hover {
  transform: scale(1.06);
  box-shadow: 2px 2px 10px #ddd;
  z-index: 22;
}
.Def1 .List1 dl:hover dd {
  background: #fff;
  color: #feb65b;
  border-bottom: solid 3px #feb65b;
}
.Def1 .List1 dl:hover dd:before {
  background: #fff;
}
.Def1 .List1 dl:hover dd h2 {
  color: #000;
}
.Def1 .List1 dl:hover dd p {
  color: #888;
}
.Def1 .List1 dl:hover dd a {
  background: #feb65b;
  color: #fff;
  border: solid 1px #feb65b;
}
.Def1 .Book {
  float: right;
  width: 380px;
}
/*案例*/
.Def2 {
  background: #fafafa;
  padding-bottom: 38px;
}
.Def2 .Title {
  text-align: center;
  padding-top: 38px;
}
.Def2 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
}
.Def2 .Title em {
  display: block;
  line-height: 36px;
}
.Def2 .Title h1 {
  text-align: center;
}
.Def2 .Title h1:after,
.Def2 .Title h1:before {
  height: 1px;
  background: #ddd;
  content: "";
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  margin: 0px 18px;
}
.Def2 .Title h1 i {
  background: #fe011d;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.Def2 .Nav {
  text-align: center;
  line-height: 32px;
  color: #aaa;
  padding: 16px 0px;
}
.Def2 .Nav a {
  margin: 0px 18px;
  color: #888;
  font-size: 15px;
}
.Def2 .Nav a:hover {
  color: #fe011d;
}
.Def2 .List dl {
  width: calc((100% - 9px)/4);
  position: relative;
  float: left;
  transition: 0.3s ease 0s;
  margin-right: 3px;
  overflow: hidden;
  margin-top: 3px;
}
.Def2 .List dl:nth-of-type(4),
.Def2 .List dl:nth-of-type(7) {
  margin-right: 0px;
}
.Def2 .List dl:nth-of-type(1) dt {
  height: 460px;
}
.Def2 .List dl dt {
  width: 100%;
  height: 228px;
  background: #efefef;
  position: relative;
  animation: zoomIn 0.8s ease 0s both;
}
.Def2 .List dl dt img {
  transition: ease 0.6s;
}
.Def2 .List dl dd {
  position: absolute;
  z-index: 111;
  bottom: 10px;
  left: 10px;
  right: 10px;
  line-height: 30px;
  height: 30px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  transition: ease 0.6s;
}
.Def2 .List dl:hover img {
  transform: scale(1.3);
}
.Def2 .List dl:hover dd {
  background: #feb65b;
  color: #fff;
}
.Def2 .Btn {
  text-align: center;
  margin-top: 38px;
}
.Def2 .Btn .More {
  background: #666;
  padding: 8px 38px;
  display: inline-block;
  color: #fff;
  margin: 0px 16px;
}
.Def2 .Btn .More:nth-of-type(2) {
  background: #feb65b;
}
.Def2 .Btn .More:hover {
  background: #fe011d;
}
/*设计师*/
.Def3 .Title {
  text-align: center;
  padding-top: 38px;
}
.Def3 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
}
.Def3 .Title em {
  display: block;
  line-height: 36px;
}
.Def3 .Title h1 {
  text-align: center;
}
.Def3 .Title h1:after,
.Def3 .Title h1:before {
  height: 1px;
  background: #ddd;
  content: "";
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  margin: 0px 18px;
}
.Def3 .Title h1 i {
  background: #fe011d;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.Def3 .List {
  margin-top: 38px;
}
.Def3 .List dl {
  width: calc((100% - 100px) / 5);
  position: relative;
  float: left;
  transition: 0.3s ease 0s;
}
.Def3 .List dl h1 {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
}
.Def3 .List dl h1 span {
  margin-left: 6px;
  font-size: 14px;
  color: #ddd;
  font-weight: normal;
}
.Def3 .List dl h2 {
  line-height: 24px;
}
.Def3 .List dl h2 i {
  color: #ddd;
  margin: 0px 3px;
}
.Def3 .List dl h2 span {
  display: inline-block;
  width: calc((100% - 20px)/2);
}
.Def3 .List dl p {
  line-height: 24px;
  text-align: left;
}
.Def3 .List dl dt {
  width: 100%;
  height: 260px;
  background: #efefef;
  animation: zoomIn 0.8s ease 0s both;
  position: relative;
  overflow: hidden;
}
.Def3 .List dl dt .Img {
  width: 100%;
  height: 100%;
}
.Def3 .List dl dt .Img img {
  transition: ease 0.6s;
}
.Def3 .List dl dt em {
  position: absolute;
  display: inline-block;
  background: #fe011d;
  color: #fff;
  margin-top: 20px;
  line-height: 24px;
  padding: 0px 10px;
  z-index: 999;
  border-bottom-right-radius: 15px;
}
.Def3 .List dl dt .Desc {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  top: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  border-top: solid 3px #feb65b;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: 222;
  transition: ease 0.6s;
  color: #ddd;
}
.Def3 .List dl dt .Desc a {
  color: #ddd;
  display: block;
  padding: 10px;
}
.Def3 .List dl dt .Desc span {
  display: block;
  margin-left: 0px;
  width: 100%;
}
.Def3 .List dl dt .Desc h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #feb65b;
}
.Def3 .List dl dt .Desc .Btn {
  background: #feb65b;
  padding: 6px 16px;
  display: block;
  color: #fff;
  width: 100px;
  border-radius: 3px;
  margin: 10px auto 0px;
}
.Def3 .List dl dt .Desc .Btn:hover {
  background: #fe011d;
}
.Def3 .List dl dd {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  min-height: 36px;
  width: 100%;
  color: #ddd;
  transition: ease 0.6s;
  z-index: 22;
}
.Def3 .List dl:nth-of-type(1) {
  width: 360px;
}
.Def3 .List dl:nth-of-type(1) dt {
  height: 520px;
}
.Def3 .List dl:nth-of-type(1) dd {
  padding: 10px;
  box-sizing: border-box;
}
.Def3 .List dl:nth-of-type(1) h1 {
  text-align: left;
  line-height: 28px;
}
.Def3 .List dl:hover img {
  transform: scale(1.2);
}
.Def3 .List dl:hover:nth-of-type(1) dd {
  background: #feb65b;
  color: #fff;
  display: block;
}
.Def3 .List dl:hover:nth-of-type(1) span {
  color: #fff;
}
.Def3 .List dl:hover dd {
  display: none;
}
.Def3 .List dl:hover .Desc {
  top: 0px;
}
.Def3 .Btn {
  text-align: center;
  margin-top: 38px;
}
.Def3 .Btn .More {
  background: #666;
  padding: 8px 38px;
  display: inline-block;
  color: #fff;
  margin: 0px 16px;
}
.Def3 .Btn .More:nth-of-type(2) {
  background: #feb65b;
}
.Def3 .Btn .More:hover {
  background: #fe011d;
}
/*产品系列*/
.Def4 {
  padding-bottom: 38px;
}
.Def4 .Title {
  text-align: center;
  padding-top: 38px;
}
.Def4 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 48px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
}
.Def4 .Title h1 {
  text-align: center;
  height: 19px;
  border-bottom: solid 1px #ddd;
}
.Def4 .Title h1 i {
  display: inline-block;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  background: #fff;
  color: #ccc;
}
.Def4 .List {
  margin-top: 50px;
}
.Def4 .List dl {
  width: calc((100% - 115px)/4);
  position: relative;
  float: left;
  transition: 0.3s ease 0s;
  margin-right: 5px;
  overflow: hidden;
  margin-top: 5px;
}
.Def4 .List dl:nth-of-type(1),
.Def4 .List dl:nth-of-type(6) {
  width: calc((100% - 115px)/4 + 100px);
}
.Def4 .List dl:nth-of-type(4) {
  margin-right: 0px;
  float: right;
}
.Def4 .List dl:nth-of-type(4) dt {
  height: 525px;
}
.Def4 .List dl dt {
  width: 100%;
  height: 260px;
  background: #efefef;
  position: relative;
  animation: zoomIn 0.8s ease 0s both;
}
.Def4 .List dl dt .Img {
  width: calc(100% + 100px);
  height: 100%;
  transform: translateX(-50px);
}
.Def4 .List dl dt img {
  transition: ease 0.6s;
}
.Def4 .List dl dt .Desc {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 22;
  transition: ease 0.6s;
  padding: 15px;
}
.Def4 .List dl dt .Desc .kuang {
  height: 100%;
  width: 100%;
  border: solid 1px #fff;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.Def4 .List dl dt .Desc h1 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 38px;
  letter-spacing: 2px;
}
.Def4 .List dl dt .Desc p {
  color: #ddd;
  line-height: 20px;
}
.Def4 .List dl dd {
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.Def4 .List dl dd h1 {
  font-size: 28px;
  font-weight: 600;
  color: #feb65b;
  line-height: 38px;
  letter-spacing: 2px;
}
.Def4 .List dl dd h2 {
  color: #f8c788;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.Def4 .List dl:hover dd {
  display: none;
}
.Def4 .List dl:hover img {
  transform: scale(1.3);
}
.Def4 .List dl:hover .Desc {
  opacity: 1;
}
.Def4 .Nav {
  margin-top: 30px;
  text-align: center;
}
.Def4 .Nav a {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: inline-block;
  border: solid 1px #ddd;
  margin: 0px 20px;
}
.Def4 .Nav a span {
  display: block;
  padding-top: 5px;
}
.Def4 .Nav a:first-child {
  margin-left: 0px;
}
.Def4 .Nav a:last-child {
  margin-right: 0px;
}
.Def4 .Nav a i {
  background: url(../images/def41.png) no-repeat center bottom;
  width: 100%;
  height: 50px;
  display: block;
  background-size: 35px;
}
.Def4 .Nav a:nth-of-type(2) i {
  background: url(../images/def42.png) no-repeat center bottom;
  background-size: 35px;
}
.Def4 .Nav a:nth-of-type(3) i {
  background: url(../images/def43.png) no-repeat center bottom;
  background-size: 35px;
}
.Def4 .Nav a:nth-of-type(4) i {
  background: url(../images/def44.png) no-repeat center bottom;
  background-size: 35px;
}
.Def4 .Nav a:nth-of-type(5) i {
  background: url(../images/def45.png) no-repeat center bottom;
  background-size: 35px;
}
.Def4 .Nav a:nth-of-type(6) i {
  background: url(../images/def46.png) no-repeat center bottom;
  background-size: 35px;
}
.Def4 .Nav a:nth-of-type(7) i {
  background: url(../images/def47.png) no-repeat center bottom;
  background-size: 35px;
}
.Def4 .Nav a:nth-of-type(8) i {
  background: url(../images/def48.png) no-repeat center bottom;
  background-size: 35px;
}
.Def4 .Nav a:nth-of-type(9) i {
  background: url(../images/def49.png) no-repeat center bottom;
  background-size: 35px;
}
/*门店*/
.Def5 {
  background: #fafafa;
  padding-bottom: 38px;
}
.Def5 .Title {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 28px;
}
.Def5 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
}
.Def5 .Title em {
  display: block;
  line-height: 36px;
}
.Def5 .List {
  overflow: hidden;
  background: url(../images/line-bai.jpg) no-repeat top right;
}
.Def5 .List .swiper-slide {
  box-sizing: border-box;
  position: relative;
  padding: 30px 460px 30px 0px;
}
.Def5 .List .Img {
  width: 100%;
  height: 480px;
}
.Def5 .List .ListB {
  position: absolute;
  right: 30px;
  width: 400px;
}
.Def5 .List .ListB .Tit {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  line-height: 38px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin-top: 38px;
}
.Def5 .List .ListB .Tit:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: #feb65b;
}
.Def5 .List .ListB .Tit span {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 38px;
}
.Def5 .List .ListB .Tit span:after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #feb65b;
  margin-top: 18px;
}
.Def5 .List .ListB h1,
.Def5 .List .ListB h2 {
  font-size: 20px;
  color: #000;
  padding-top: 30px;
  display: block;
  line-height: 38px;
  min-height: 60px;
  position: relative;
  padding-left: 100px;
}
.Def5 .List .ListB h1 span,
.Def5 .List .ListB h2 span {
  font-weight: bold;
  line-height: 40px;
  position: absolute;
  left: 0px;
}
.Def5 .List .ListB h3 {
  line-height: 40px;
  font-size: 20px;
  color: #000;
  padding-top: 20px;
  font-weight: bold;
  display: block;
  min-height: 60px;
}
.Def5 .List .ListB h3 em {
  color: #fe011d;
  font-size: 26px;
  font-family: Impact;
}
.Def5 .List .ListB .Btn2 {
  margin-top: 20px;
  background: #feb65b;
  border-radius: 0px;
  display: block;
  width: 160px;
  padding: 8px 10px;
  text-align: center;
  margin-left: 100px;
}
.Def5 .List .ListB .Btn2:hover {
  background: #fe011d;
}
.Def5 .ListNav {
  box-sizing: border-box;
  position: relative;
}
.Def5 .ListNav .prev,
.Def5 .ListNav .next {
  background: url(../images/listnav1.png) no-repeat top left;
  width: 40px;
  left: -40px;
  height: 40px;
  position: absolute;
  top: 70px;
  cursor: pointer;
  z-index: 222;
  filter: grayscale(80%);
}
.Def5 .ListNav .prev:hover,
.Def5 .ListNav .next:hover {
  filter: none;
}
.Def5 .ListNav .next {
  background: url(../images/listnav2.png) no-repeat top right;
  left: auto;
  right: -40px;
}
.Def5 .thumbs {
  overflow: hidden;
  position: relative;
}
.Def5 .thumbs .swiper-slide {
  box-sizing: border-box;
  position: relative;
  border: 5px #fafafa solid;
  max-width: calc((100% - 20px)/5);
  overflow: hidden;
}
.Def5 .thumbs .swiper-slide .Img {
  height: 150px;
  width: 300px;
  overflow: hidden;
  transform: translateX(-14px);
}
.Def5 .thumbs .swiper-slide .Img img {
  transition: ease 0.6s;
}
.Def5 .thumbs .swiper-slide .Img:hover img {
  transform: scale(1.2);
}
.Def5 .thumbs .swiper-slide .Tit {
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 5px;
}
.Def5 .thumbs .swiper-slide-thumb-active {
  border: 5px #feb65b solid;
}
.Def5 .thumbs .swiper-slide-thumb-active .Tit {
  background: #feb65b;
  color: #fff;
}
/*资讯*/
.Def6 .Title {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 28px;
}
.Def6 .Title span {
  font-size: 36px;
  line-height: 38px;
  height: 38px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
}
.Def6 .Title em {
  display: block;
  line-height: 36px;
}
.Def6 .Title h1 {
  text-align: center;
}
.Def6 .Title h1:after,
.Def6 .Title h1:before {
  height: 1px;
  background: #ddd;
  content: "";
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  margin: 0px 18px;
}
.Def6 .Title h1 i {
  background: #fe011d;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.Def6 .Tab {
  text-align: center;
  display: block;
}
.Def6 .Tab li {
  display: inline-block;
  margin: 0px 16px;
  background: #ddd;
  padding: 8px 28px;
  cursor: pointer;
}
.Def6 .Tab .on {
  background: #feb65b;
  color: #fff;
}
.Def6 .TabLine {
  height: 1px;
  background: radial-gradient(#ddd, rgba(255, 255, 255, 0.5));
}
.Def6 .List {
  padding-top: 10px;
}
.Def6 .ListA {
  width: calc((100% - 50px) / 2);
  float: left;
  padding-top: 20px;
}
.Def6 .ListA .Img {
  height: 450px;
}
.Def6 .ListA h1 {
  font-size: 18px;
  white-space: nowrap;
  color: #000;
  line-height: 32px;
  transition: all ease-in 0.3s;
}
.Def6 .ListA p {
  color: #929292;
  line-height: 20px;
  transition: all ease-in 0.3s;
}
.Def6 .ListA .Tit {
  position: relative;
  padding-top: 10px;
}
.Def6 .ListA .Tit span {
  display: block;
  position: absolute;
  right: 0px;
  margin-top: 10px;
}
.Def6 .ListB {
  width: calc((100% - 50px) / 2);
  float: right;
}
.Def6 .ListB dl {
  margin-top: 20px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  transition: all ease-in 0.3s;
}
.Def6 .ListB dl dt {
  position: absolute;
  text-align: center;
  background: #888;
  width: 80px;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.Def6 .ListB dl dt span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 5px;
}
.Def6 .ListB dl dd {
  padding: 8px;
  padding-left: 95px;
  box-sizing: border-box;
  width: 100%;
  min-height: 80px;
}
.Def6 .ListB dl dd h3 {
  font-size: 18px;
  white-space: nowrap;
  color: #000;
  line-height: 32px;
  transition: all ease-in 0.3s;
}
.Def6 .ListB dl dd p {
  color: #929292;
  line-height: 20px;
  transition: all ease-in 0.3s;
}
.Def6 .ListB dl:hover {
  transform: translateX(-10%) scale(1.1);
  background: #feb65b;
  color: #fff;
}
.Def6 .ListB dl:hover dd h3,
.Def6 .ListB dl:hover dd p {
  color: #fff;
}