@import url(./animate.min.css);
/* Header */
#InpageHeader {
  width: 98%;
  margin-left: 0;
}
/* Header End */
.location {
  padding: 15px 0;
  font-size: 16px;
}
.location a {
  font-size: 16px;
  margin: 0 5px;
}
/* InpageBanner */
.InpageBanner {
  height: 400px;
  overflow: hidden;
  background-size: cover;
  text-align: center;
}
.InpageBanner img {
  height: 100%;
}
/* InpageBanner End */

/* InpageFooter */
.Footer02 {
  border-top: 1px #e4e4e4 solid;
}
/* InpageFooter End */

/* WbfwNav */
.InpageBanner {
  position: relative;
}

/*.WbfwNav{position: absolute;bottom: 100px;left: 50%;margin-left: -600px;background-color: #fff;}*/
.WbfwNav {
  position: absolute !important;
  bottom: -100px;
  left: 50%;
  background-color: #fff;
  margin-left: -600px;
  z-index: 9;
  height: 300px;
  box-shadow: 3px 30px 40px rgba(0, 0, 0, 0.1);
}
.WbfwNav ul li,
.villaElevatorNavs ul li {
  float: left;
  width: 180px;
  text-align: center;
  padding-left: 15px;
}
.WbfwNav ul li img {
  width: 80%;
  transition: 0.3s;
  padding: 20px 0;
}
.WbfwNav ul > li > a {
  display: block;
  font-size: 16px;
  color: #666;
  transition: 0.3s;
}
.WbfwNav ul li:hover img,
.WbfwNav ul li:hover a {
  transform: scale(1.1);
}
.BannerBg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.BannerTitle {
  position: absolute;
  top: 150px;
  right: 20%;
  z-index: 9;
  margin-left: -200px;
}
.BannerTitle h3 {
  font-size: 36px;
  color: #fff;
  float: left;
  border-right: 1px #fff solid;
  padding-right: 35px;
  margin-right: 35px;
  text-align: right;
}
.BannerTitle h3 em {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.BannerTitle h4 {
  font-size: 26px;
  color: #fff;
  float: left;
  font-family: "QUEEN";
}
.BannerTitle h4 em {
  font-size: 16px;
  display: block;
}

.ProductNav ul li {
  width: 400px;
}
.NewsNav ul li {
  width: 240px;
}

.villaElevatorNavs {
  position: relative;
  width: 1200px;
}
.villaElevatorNavs .BoxCon {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 30px 0;
  height: 230px;
}
.villaElevatorNavs .BoxCon ul {
  position: relative;
  /* display: flex;
  justify-content: space-between; */
}

.villaElevatorNavs i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.villaElevatorNavs i img {
  display: block;
  width: 30px;
  height: 30px;
}

.villaElevatorNavs i.prev {
  left: -40px;
  border-right: 1px solid #eee;
}
.villaElevatorNavs i.prev:hover,
.villaElevatorNavs i.next:hover {
  background-color: #f7f7f7;
}

.villaElevatorNavs i.next {
  right: -40px;
  border-left: 1px solid #eee;
}

.yxwlNav ul li {
  width: 240px;
}

.CaseNav ul li {
  width: 600px;
}
.CaseNav ul li.li07 i {
  background: url(../image/CaseImg01.png) no-repeat center right;
  background-position: -1px 0;
}
.CaseNav ul li.li07:hover i {
  background: url(../image/CaseImg01.png) no-repeat center right;
  background-position: -1px -25px !important;
}
.CaseNav ul li.li08 i {
  background: url(../image/CaseImg02.png) no-repeat center right;
  background-position: -2px 0;
}
.CaseNav ul li.li08:hover i {
  background: url(../image/CaseImg02.png) no-repeat center right;
  background-position: -2px -25px !important;
}
.InpageBanner .CaseNav ul li.cur i {
  background-position: -2px -25px !important;
}

.Product-Detail .container {
  border-bottom: 2px solid rgba(9, 29, 62, 0.9);
}

.Product-Detail-Top ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
}

.Product-Detail-Top ul li {
  flex: 1;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
}
.Product-Detail-Top ul li:nth-child(2) {
  border-left: none;
  border-right: none;
}
.Product-Detail-Top ul li.active {
  background-color: rgba(9, 29, 62, 0.9);
  color: #fff;
}
.Product-Detail-Content {
  position: relative;
  z-index: 9;
  padding: 50px;
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 16px;
}
/* WbfwNav End */

/* linkUsLy */
.Product-Detail .box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.Product-Detail .box input {
  width: 408px;
  height: 58px;
  line-height: 58px;
  padding: 0 70px 0 20px;
  border: none;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
  outline: none;
  font-size: 16px;
  color: #999999;
}
.Product-Detail .box textarea {
  height: 80px;
  padding: 0 70px 0 20px;
  border: none;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
  outline: none;
  font-size: 16px;
  color: #999999;
  padding-top: 20px;
  resize: none;
}
.Product-Detail .box .input3 {
  width: 100px;
}
.Product-Detail .box a {
  position: relative;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  background: #00245a;
  text-decoration: none;
}

/* Installation */
.Installation {
  background-color: #f6f6f6;
  padding: 100px 0;
}

.InpageTitle {
  text-align: center;
}
.InpageTitle h3 {
  font-size: 32px;
  color: #063a75;
}
.InpageTitle h3 span {
  border-left: 1px #063a75 dotted;
  border-right: 1px #063a75 dotted;
  padding: 0 10px;
  margin: 0 10px;
}
.InpageTitle p {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.InstallationCon {
  padding-top: 60px;
}
.InstallationCon ul li {
  float: left;
  width: 49%;
  margin-left: 2%;
  position: relative;
}
.InstallationCon ul li:first-child {
  margin-left: 0;
}
.InstallationCon ul li span {
  display: block;
  overflow: hidden;
}
.InstallationCon ul li span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.InstallationCon ul li:hover span img {
  transform: scale(1.1);
}

.InstallationCon ul li p {
  width: 550px;
  height: 90px;
  background: url(../image/InstallationBg01.png) center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.InstallationCon ul li:hover p {
  background: url(../image/InstallationBg02.png) center;
}

.InstallationCon dl {
  background-color: #fff;
  padding: 40px 50px 0;
  margin-top: 20px;
}
.InstallationCon dl dt p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
}
.InstallationCon dl dt p.p2 {
  margin-top: 40px;
}
.InstallationCon dl dd {
  height: 70px;
  line-height: 70px;
  background-color: #063a75;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
  bottom: -35px;
}
/* Installation End */

/* Elevator */
.Elevator {
  padding: 80px 0 100px;
}

.Elevator dl dt {
  width: 600px;
  height: 386px;
  overflow: hidden;
}
.Elevator dl dt img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.Elevator dl dt:hover img {
  transform: scale(1.1);
}
/*.Elevator dl dd{width: 480px;background-color: #f6f6f6;height: 281px;padding: 60px 60px 45px;position: relative;}*/
.Elevator dl dd {
  width: 480px;
  background-color: #f6f6f6;
  height: 281px;
  padding: 35px 60px 14px;
  position: relative;
}
.Elevator dl dd h3 {
  font-size: 32px;
  color: #063a75;
}
.Elevator dl dd h3 em {
  display: block;
  font-size: 16px;
  color: #606060;
  margin-top: 20px;
  font-family: "QUEEN";
  margin-bottom: 30px;
}
.Elevator dl dd p {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
}

.Elevator dl dd h3 i {
  width: 30px;
  height: 2px;
  background-color: #063a75;
  display: block;
  position: absolute;
  right: -11px;
  top: 80px;
  z-index: 99;
}
.Elevator dl dd h3 i.i01 {
  left: -22px;
}
/* Elevator End */

/* Question */
.Question {
  padding-bottom: 100px;
  margin-top: 30px;
}

.QuestionTitle {
  text-align: center;
  z-index: 99;
  position: relative;
}
.QuestionTitle h3 {
  font-size: 32px;
  color: #063a75;
}
.QuestionTitle h3 a {
  font-size: 32px;
  color: #063a75;
}
.QuestionTitle p {
  font-size: 16px;
  color: #606060;
  margin-top: 20px;
}
.Question .container {
  display: flex;
  align-items: flex-start;
}
.Question .QuestionLeft {
  width: 260px;
}
.Question .QuestionLeft h3 {
  height: 70px;
  background-color: #063a75;
  color: #fff;
  line-height: 70px;
  padding-left: 20px;
}
.Question .QuestionLeft ul {
  padding: 20px 5px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.Question .QuestionLeft ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}
.Question .QuestionLeft ul li.active {
  border-bottom: 1px solid #063a75;
}
.Question .QuestionLeft ul li:last-child {
  border-bottom: none;
}
.Question .QuestionLeft ul li a {
  font-size: 16px;
  margin-left: 20px;
  transition: 0.3s;
}
.Question .QuestionLeft ul li:hover a {
  margin-left: 30px;
  color: #063a75;
}
.Question .QuestionLeft ul li.active a {
  color: #063a75;
  font-weight: bold;
}
.Question .QuestionCon {
  flex: 1;
  border: 1px #e9e9e9 solid;
  margin-left: 50px;
}
.Question .QuestionCon dl {
  background-color: #fff;
  border-top: 1px #e9e9e9 solid;
  padding: 20px 40px 20px 20px;
  display: flex;
}
.Question .QuestionCon dl:first-child {
  border-top: none;
}
.Question .QuestionCon dl dt {
  width: 220px;
  height: 140px;
  overflow: hidden;
}
.Question .QuestionCon dl dt img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.Question .QuestionCon dl:hover dt img {
  transform: scale(1.1);
}
.Question .QuestionCon dl:hover {
  background-color: #063a75;
}
.Question .QuestionCon dl:hover h3 a {
  color: #fff;
}
.Question .QuestionCon dl:hover dd span {
  color: #fff;
}
.Question .QuestionCon dl:hover dd p {
  color: #fff;
}
.Question .QuestionCon dl:hover dd h3 i {
  background: url(../image/QuestionIcon.png) no-repeat right;
}
.Question .QuestionCon dl dd {
  flex: 1;
  margin-left: 30px;
}
.Question .QuestionCon dl dd h3 a {
  font-size: 18px;
  color: #333;
}
.Question .QuestionCon dl dd h3 i {
  background: url(../image/News03.png) no-repeat right;
  width: 62px;
  height: 7px;
  display: block;
  float: right;
}
.Question .QuestionCon dl dd span {
  font-size: 14px;
  color: #999;
  font-family: "QUEEN";
  margin-top: 5px;
  display: block;
}
.Question .QuestionCon dl dd p {
  font-size: 14px;
  color: #606060;
  line-height: 25px;
  margin-top: 30px;
}

.News-Item {
  position: relative;
  z-index: 99;
  margin-top: -200px;
  margin-bottom: 100px;
}

.News-Item .container {
  background-color: #fff;
  padding-top: 50px;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
}
.News-Item .News-Item-Title,
.ServicesCon .ServicesCon-Item-Title {
  text-align: center;
  color: #ddd;
}
.News-Item .News-Item-Title p,
.ServicesCon .ServicesCon-Item-Title p {
  margin-top: 10px;
  color: #bababa;
  line-height: 30px;
}
.ContactUs {
  margin-top: 30px;
}
.ContactUs .ContactUs-Title {
  text-align: center;
}
.ContactUs .ContactUs-Title h2 {
  font-size: 26px;
  color: #063a75;
  text-align: center;
  position: relative;
  display: inline-block;
}
.ContactUs .ContactUs-Title h2::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background-color: #2f4a8d;
}

.ContactUs .ContactUs-Top {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-top: 50px;
}
.ContactUs .ContactUs-Top img {
  width: 200px;
}
.ContactUs .ContactUs-Top-Left {
  border-left: 1px solid #eee;
  padding-left: 50px;
  margin-left: 50px;
}
.ContactUs .ContactUs-Top-Left h3 {
  font-size: 26px;
  margin: 10px 0 20px;
  color: #063a75;
}
.ContactUs .ContactUs-Top-Left h3 i {
  font-size: 26px;
}
.ContactUs .ContactUs-Top-Left p {
  font-size: 16px;
  color: #063a75;
}
.ContactUs .ContactUs-Top-Right {
  border-left: 1px solid #eee;
  padding-left: 50px;
  line-height: 30px;
}
.ContactUs #dituContent {
  width: 100%;
  height: 700px;
  cursor: cell;
  position: relative;
  z-index: 88;
}
.ContactUs .Contact-Form {
  position: relative;
  margin-top: -300px;
  z-index: 99;
  background-color: #091d3e;
  color: #fff;
  padding: 40px;
  margin-bottom: 40px;
}

.ContactUs .Contact-Form-Title {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
}
.ContactUs .Contact-Form-Title h3 {
  line-height: 30px;
}
.ContactUs .Contact-Form-Title strong {
  font-size: 18px;
}
.ContactUs .Contact-Form-Content form {
  display: flex;
}

.ContactUs .Contact-Form-Content form dl {
  display: flex;
  background-color: #fff;
  color: #999;
  font-size: 18px;
  height: 46px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2);
}
.ContactUs .Contact-Form-Content form dl dt {
  padding-left: 10px;
  line-height: 46px;
  width: 180px;
}
.ContactUs .Contact-Form-Content form dl dt i {
  font-size: 18px;
  margin-right: 4px;
}
.ContactUs .Contact-Form-Content form dl dd {
  width: 100%;
}
.ContactUs .Contact-Form-Content form input {
  width: 100%;
  background: none;
  border: none;
  height: 46px;
  outline: none;
}
.ContactUs .Contact-Form-Content form input:focus {
  background-color: #f7f7f7;
}
.ContactUs .Contact-Form-Content form button {
  margin-left: 60px;
  width: 180px;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.Sitemap {
  background-color: #fff;
  margin: 50px 0;
  padding: 50px;
}
.Sitemap > h2 {
  font-size: 20px;
  position: relative;
  padding-left: 15px;
  color: #063a75;
}
.Sitemap > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #063a75;
}
.Sitemap .Sitemap-Category {
  margin: 20px 0;
  border: 1px solid #eee;
  padding: 20px;
}
.Sitemap .Sitemap-Category > h3 {
  font-size: 18px;
  display: inline-block;
}
.Sitemap .Sitemap-Category .Sitemap-Body {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.Sitemap .Sitemap-Category .Sitemap-Body dl {
  margin-left: 15px;
  width: calc(25% - 15px);
}
.Sitemap .Sitemap-Category .Sitemap-Body dl dt {
  font-size: 16px;
}
.Sitemap .Sitemap-Category .Sitemap-Body dl dd {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #eee;
}
.Sitemap .Sitemap-Category .Sitemap-Body dl dd a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px;
}
.Sitemap .Sitemap-Category .Sitemap-Body dl dd a:hover {
  background-color: rgba(9, 29, 62, 0.9);
  color: #fff;
}
.Sitemap .Sitemap-Category .Sitemap-Body dl dd a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #a0d9f6;
}
.News-Item .News-Item-Title p {
  line-height: 40px;
  font-size: 14px;
  color: #ddd;
}
.News-Item .News-Item-Content,
.ServicesCon .ServicesCon-Item-Content {
  margin-top: 50px;
  padding: 50px;
  position: relative;
  line-height: 1.5;
  min-height: 500px;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgb(0 0 0 / 5%);
}
.ServicesCon-Item-Footer {
  background-color: #fff;
}
.ServicesCon-Item-Footer a {
  margin-left: 10px;
}
.News-Item .News-Item-Title h2,
.ServicesCon .ServicesCon-Item-Title h2 {
  /* display: inline-block; */
  position: relative;
  color: #666;
}
.News-Item .News-Item-Title h2::after,
.ServicesCon .ServicesCon-Item-Title h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eee;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.News-Item .News-Item-Footer ul,
.ServicesCon .ServicesCon-Item-Footer ul {
  display: flex;
  padding: 0 50px;
  border-top: 1px solid #eee;
}
.News-Item .News-Item-Footer ul li,
.ServicesCon .ServicesCon-Item-Footer ul li {
  flex: 1;
  line-height: 50px;
}
.News-Item .News-Item-Footer ul li:last-child,
.ServicesCon .ServicesCon-Item-Footer ul li:last-child {
  text-align: right;
  /* border-left: 1px solid #eee; */
}

.Pagination {
  padding-top: 50px;
}
.Pagination .container {
  display: flex;
  justify-content: center;
}

.Pagination a,
.Pagination span {
  padding: 0 15px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #eee;
  font-size: 14px;
  color: #999;
  font-family: "QUEEN";
  display: inline-block;
  margin: 0 10px;
}
.Pagination span {
  color: #ccc;
}
.Pagination a:hover,
.Pagination a.cur {
  background-color: #2f4a8d;
  color: #fff;
}
/* Question End */

/* FreeService */
.FreeService {
  background-color: #f6f6f6;
  padding: 100px 0;
}

.FreeService dl dt {
  width: 600px;
  height: 400px;
  overflow: hidden;
}
.FreeService dl dt img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.FreeService dl dt:hover img {
  transform: scale(1.1);
}
.FreeService dl dd {
  width: 550px;
  position: relative;
}
.FreeService dl dd h3 {
  font-size: 32px;
  color: #063a75;
}
.FreeService dl dd i {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #063a75;
  position: absolute;
  top: 20px;
  left: -100px;
}
.FreeService dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 40px;
}
.FreeService dl dd em {
  font-size: 16px;
  color: #606060;
  display: block;
  margin-top: 127px;
  font-family: "QUEEN";
}

.FreeService ul {
  border: 1px #ddd solid;
  margin-top: 100px;
}
.FreeService ul li {
  width: 528px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 16px;
  color: #606060;
  float: left;
  padding: 0 35px;
  border-left: 1px #ddd solid;
}
.FreeService ul li:first-child {
  border-left: none;
}
.FreeService ul li span {
  font-size: 20px;
  color: #063a75;
  font-family: "QUEEN";
  margin-right: 30px;
}
.FreeService ul li.li02 {
  background-color: #063a75;
  color: #fff;
  border-left: 1px #063a75 solid;
}
.FreeService ul li.li02 span {
  color: #fff;
}
/* FreeService End */

/* FreeService-information */
.FreeService-information {
  padding: 100px 0;
}
.FreeService-information dl dd {
  background: none;
  width: 520px;
  height: 340px;
  padding: 30px 40px 0;
}
.FreeService-information dl dt {
  width: 600px;
  height: 370px;
}
.FreeService-information dl dd p {
  margin-top: 0;
  line-height: 30px;
  color: #666;
  font-size: 14px;
}
.FreeService-information dl dd i {
  display: block;
  height: 2px;
  width: 80px;
  background-color: #063a75;
  margin-top: 37px;
}
.FreeService-information dl dd.dd02 {
  padding: 0 40px;
}
.FreeService-information dl dd.dd02 i {
  margin-top: 150px;
}
/* FreeService-information End */

/* Download */
.Download {
  padding: 100px 0;
}

.DownloadCon {
  border: 1px #eee solid;
  margin-top: 60px;
}
.DownloadCon ul li {
  height: 60px;
  line-height: 60px;
  border-top: 1px #ddd solid;
}
.DownloadCon ul li:first-child {
  border-top: none;
}
.DownloadCon ul li span {
  color: #333;
  font-size: 15px;
  display: block;
  float: left;
  border-left: 1px #ddd solid;
}
.DownloadCon ul li span:first-child {
  border-left: none;
}
.DownloadCon ul li span.span01 {
  width: 781px;
  padding: 0 45px;
}
.DownloadCon ul li span.span02 {
  width: 135px;
  text-align: center;
  color: #999;
  font-size: 12px;
}
.DownloadCon ul li span.span03 {
  width: 190px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.DownloadCon ul li span a {
  background: url(../image/Download01.png) no-repeat 120px;
  padding-right: 35px;
  display: block;
}
.DownloadCon ul li:hover {
  background-color: #063a75;
}
.DownloadCon ul li:hover span {
  border-left: 1px #022a56 solid;
  color: #fff;
}
.DownloadCon ul li:hover span:first-child {
  border-left: none;
}
.DownloadCon ul li:hover span a {
  background: url(../image/Download02.png) no-repeat 120px;
  color: #fff;
}
/* Download End */
.InpageCategory {
  text-align: center;
  margin-top: 20px;
}
.InpageCategory ul {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}
.InpageCategory ul::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 150px;
  top: 0;
  bottom: 0;
  background-color: #eee;
}
.InpageCategory ul li {
  margin-bottom: 15px;
}
.InpageCategory ul li:last-child {
  margin-bottom: 0;
}
.InpageCategory ul li dl {
  display: flex;
  border-bottom: 1px dotted #eee;
}
.InpageCategory ul li:last-child dl {
  border-bottom: transparent;
}
/* .InpageCategory ul li dl dt {
  margin-bottom: 20px;
} */
.InpageCategory ul li dl dt {
  width: 160px;
  text-align: left;
}
.InpageCategory ul li dl dt a {
  font-size: 16px;
}
.InpageCategory ul li dl dd {
  flex: 1;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.InpageCategory ul li dl dd a {
  margin-right: 20px;
  margin-bottom: 10px;
  width: calc(calc(100% - 60px) / 4);
}
.InpageCategory ul li dl dd a:hover {
  font-weight: 700;
}
.InpageCategory ul li dl dd a:nth-child(4n + 4) {
  margin-right: 0;
}
/* .InpageCategory ul li:hover,
.InpageCategory ul li.active {
  border-top: 2px solid #2f4a8d;
}

.InpageCategory ul li:hover a,
.InpageCategory ul li.active a {
  color: #2f4a8d;
  font-weight: bold;
}

.InpageCategory ul li:last-child {
  border-right: none; */
/* } */

.Services {
  position: relative;
  margin-top: 30px;
}
.Services .ServicesTop {
  text-align: center;
}
.Services .ServicesTop ul {
  margin: 0 auto;
  background-color: #fff;
  display: inline-flex;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
}
.Services .ServicesTop ul li {
  line-height: 60px;
  padding: 0 40px;
  border-right: 1px solid #eee;
  border-top: 2px solid transparent;
}

.Services .ServicesTop ul li:hover,
.Services .ServicesTop ul li.active {
  border-top: 2px solid #2f4a8d;
}

.Services .ServicesTop ul li:hover a,
.Services .ServicesTop ul li.active a {
  color: #2f4a8d;
  font-weight: bold;
}

.Services .ServicesTop ul li:last-child {
  border-right: none;
}

.Services .ServicesCon {
  margin: 50px 0;
}

/* AboutUs */
.AboutUs .container {
  padding-top: 100px;
}

.AboutUs {
  background: url(../image/InpageBanner04.jpg) no-repeat center;
  height: 868px;
}
.AboutUs ul li {
  width: 294px;
  height: 269px;
  background: url(../image/AboutUs01.png) no-repeat center;
  text-align: center;
  float: left;
  position: relative;
  transition: all 1s;
  position: relative;
  top: 0;
}
.AboutUs ul li a {
  display: block;
}
.AboutUs ul li:hover {
  background: url(../image/AboutUs02.png) no-repeat center;
  transform: rotateY(180deg);
}
.AboutUs ul li:hover a {
  transform: rotateY(-180deg);
}
.AboutUs ul li a span {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 50px;
  margin: 0 auto;
}
.AboutUs ul li a span img {
  display: block;
  width: 100%;
}
.AboutUs ul li a h3 {
  font-size: 24px;
  color: #fff;
  padding: 25px 0 15px;
}
.AboutUs ul li a p {
  font-size: 16px;
  color: #fff;
  font-family: "QUEEN";
}
.AboutUs ul li a i {
  display: block;
  width: 28px;
  height: 7px;
  background: url(../image/Pagination04.png) no-repeat center;
  margin: 25px auto 0;
}

.AboutUs ul li.li01 {
  background: url(../image/AboutUs03.png) no-repeat center;
}
.AboutUs ul li.li01:hover {
  background: url(../image/AboutUs02.png) no-repeat center;
}
.AboutUs ul li.li02 {
  top: 134px;
  left: -67px;
}
.AboutUs ul li.li03 {
  top: 0;
  left: -134px;
  background: url(../image/AboutUs04.png) no-repeat center;
}
.AboutUs ul li.li03:hover {
  background: url(../image/AboutUs02.png) no-repeat center;
}
.AboutUs ul li.li04 {
  top: 134px;
  left: -201px;
}
.AboutUs ul li.li05 {
  top: -269px;
  left: 908px;
  background: url(../image/AboutUs05.png) no-repeat center;
}
.AboutUs ul li.li05:hover {
  background: url(../image/AboutUs02.png) no-repeat center;
}
.AboutUs ul li.li06 {
  top: 133px;
  left: -66px;
  background: url(../image/AboutUs04.png) no-repeat center;
}
.AboutUs ul li.li06:hover {
  background: url(../image/AboutUs02.png) no-repeat center;
}
.AboutUs ul li.li07 {
  top: -1px;
  left: -134px;
}
.AboutUs ul li.li08 {
  top: 133px;
  left: -201px;
  background: url(../image/AboutUs05.png) no-repeat center;
}
.AboutUs ul li.li08:hover {
  background: url(../image/AboutUs02.png) no-repeat center;
}
/* AboutUs End */

/* EnterpriseHonor */
.EnterpriseHonor {
  padding: 100px 0;
}

.EnterpriseHonor-Nav {
  width: 1200px;
  margin: 40px auto 20px;
  text-align: center;
}
.EnterpriseHonor-Nav ul li {
  width: 110px;
  height: 45px;
  background: url(../image/EnterpriseHonor01.png) no-repeat center;
  text-align: center;
  line-height: 45px;
  display: inline-block; /* float: left; */
  margin-left: 20px;
  font-size: 20px;
  color: #606060;
}
.EnterpriseHonor-Nav ul li a {
  color: #606060;
}
.EnterpriseHonor-Nav ul li:first-child {
  margin-left: 0;
}
.EnterpriseHonor-Nav ul li.cur {
  background: url(../image/EnterpriseHonor02.png) no-repeat center;
  color: #fff;
}
.EnterpriseHonor-Nav ul li.cur a {
  color: #fff;
}
.EnterpriseHonor-Nav ul li:hover {
  background: url(../image/EnterpriseHonor02.png) no-repeat center;
  color: #fff;
}
.EnterpriseHonor-Nav ul li:hover a {
  color: #fff;
}

.EnterpriseHonor-Con ul li {
  float: left;
  width: 280px;
  margin-left: 26px;
  margin-top: 30px;
  text-align: center;
}
.EnterpriseHonor-Con ul li.li01 {
  margin-left: 0;
}
.EnterpriseHonor-Con ul li span {
  width: 258px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  border: 1px #e4e4e4 solid;
  overflow: hidden;
}
.EnterpriseHonor-Con ul li span img {
  transition: 0.8s;
  width: 181px;
  height: 261px;
}
.EnterpriseHonor-Con ul li p {
  height: 70px;
  line-height: 70px;
  width: 280px;
  color: #606060;
  font-size: 16px;
}
.EnterpriseHonor-Con ul li:hover p {
  background-color: #022a56;
  color: #fff;
}
.EnterpriseHonor-Con ul li:hover span {
  border: 1px #022a56 solid;
}
.EnterpriseHonor-Con ul li:hover span img {
  transform: scale(1.1);
}

.EnterpriseHonor .Pagination {
  padding-top: 70px;
}
/* EnterpriseHonor End */

/* CompanyIntroduction */
.CompanyIntroduction {
  padding: 50px 0;
}

.Siglen-Elevator {
  margin: 50px 0;
}
.Siglen-Elevator dl dt {
  width: 600px;
  overflow: hidden;
}
.Siglen-Elevator dl dt img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.Siglen-Elevator dl dt:hover img {
  transform: scale(1.1);
}
.Siglen-Elevator dl dd {
  width: 550px;
  position: relative;
}
.Siglen-Elevator dl dd h3 {
  font-size: 32px;
  color: #063a75;
}
.Siglen-Elevator dl dd i {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #063a75;
  position: absolute;
  top: 20px;
  left: -100px;
}
.Siglen-Elevator dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 30px;
}
/* CompanyIntroduction End */

/* CompanyIntroduction */
.DatasBox ul li {
  width: 24.8%;
  float: left;
  border-left: 1px #fff solid;
  background-color: rgba(9, 29, 62, 0.9);
  height: 290px;
  text-align: center;
  color: #fff;
}
.DatasBox ul li span {
  font-size: 36px;
  font-family: "QUEEN";
  padding: 100px 0 0 0;
  display: block;
}
.DatasBox ul li p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 30px;
}
.DatasBox ul li.li04 {
  border-right: 1px #fff solid;
}
.DatasBox ul li i {
  width: 1px;
  height: 10px;
  background-color: #022a56;
  display: block;
  top: 40px;
  position: relative;
  display: none;
}

.CompanyIntroduction-Box {
  margin-top: 100px;
}
.CompanyIntroduction-Box dl {
  margin-top: 50px;
  margin-bottom: 100px;
}
.CompanyIntroduction-Box dl:first-child {
  margin-top: 0;
}
.CompanyIntroduction-Box dl dt {
  width: 500px;
  height: 350px;
  overflow: hidden;
}
.CompanyIntroduction-Box dl dt img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.CompanyIntroduction-Box dl dt:hover img {
  transform: scale(1.1);
}
.CompanyIntroduction-Box dl dd {
  width: 650px;
  position: relative;
}
.CompanyIntroduction-Box dl dd h3 {
  font-size: 28px;
  color: #063a75;
  margin-bottom: 30px;
}
.CompanyIntroduction-Box dl dd h3 i.i01 {
  left: 570px;
}
.CompanyIntroduction-Box dl dd i {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #063a75;
  position: absolute;
  top: 20px;
  left: -100px;
}
.CompanyIntroduction-Box dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.CompanyIntroduction-Box dl dd em {
  font-size: 16px;
  color: #606060;
  display: block;
  margin-top: 115px;
  font-family: "QUEEN";
}
/* CompanyIntroduction End */

/* CompanyCulture */
.CompanyCulture {
  padding: 100px 0;
}

.CompanyCulture-Bot {
  margin-top: 80px;
}
.CompanyCulture-Bot ul li {
  width: 27.3%;
  height: 180px;
  border: 1px #eaeaea solid;
  padding: 40px 35px 30px;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.CompanyCulture-Bot ul li h3 {
  font-size: 24px;
  color: #022a56;
}
.CompanyCulture-Bot ul li h3 em {
  display: block;
  color: #606060;
  font-size: 16px;
  margin-top: 10px;
  font-family: "QUEEN";
}
.CompanyCulture-Bot ul li p {
  font-size: 16px;
  color: #666;
  margin-top: 25px;
}
.CompanyCulture-Bot ul li span {
  display: block;
  width: 40px;
  float: right;
  height: 40px;
  margin-top: 40px;
}
.CompanyCulture-Bot ul li span img {
  display: block;
  width: 100%;
}

.CompanyCulture-Top {
  margin-top: 50px;
}
.CompanyCulture-Top dl {
  background-color: #f6f6f6;
  width: 49%;
  height: 220px;
}
.CompanyCulture-Top dl dd {
  padding: 45px 0 0 50px;
}
.CompanyCulture-Top dl dd h3 {
  font-size: 24px;
  color: #022a56;
}
.CompanyCulture-Top dl dd h3 em {
  display: block;
  color: #606060;
  font-size: 16px;
  margin-top: 10px;
  font-family: "QUEEN";
}
.CompanyCulture-Top dl dd p {
  font-size: 16px;
  color: #666;
  margin-top: 50px;
}
.CompanyCulture-Top dl dt {
  width: 184px;
  height: 220px;
  overflow: hidden;
  position: relative;
  right: 50px;
  top: 45px;
}
.CompanyCulture-Top dl dt img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.CompanyCulture-Top dl:hover dt img {
  transform: scale(1.1);
}
/* CompanyCulture End */

/* SocialResponsibility */
.SocialResponsibility {
  padding: 85px 0 100px;
}

.SocialResponsibility-Top {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.SocialResponsibility-Top ul {
  width: 1215px;
  margin-left: -15px;
}
.SocialResponsibility-Top ul li {
  float: left;
  position: relative;
  width: 390px;
  margin: 15px 0 0 15px;
}
.SocialResponsibility-Top ul li span {
  display: block;
  width: 390px;
  height: 270px;
  overflow: hidden;
}
.SocialResponsibility-Top ul li span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.SocialResponsibility-Top ul li:hover span img {
  transform: scale(1.1);
}
.SocialResponsibility-Top ul li:hover p {
  display: block;
}
.SocialResponsibility-Top ul li p {
  font-size: 14px;
  color: #fff;
  height: 50px;
  width: 100%;
  background: url(../image/SocialResponsibility01.png) center;
  text-align: center;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.SocialResponsibility-Top ul li.li01 {
  width: 390px;
  height: 270px;
  background-color: #063a75;
}
.SocialResponsibility-Top ul li.li01 h3 {
  font-size: 26px;
  color: #fff;
  padding: 55px 55px 30px;
  line-height: 40px;
}
.SocialResponsibility-Top ul li.li01 h4 {
  color: #fff;
  font-size: 14px;
  padding: 0 55px;
  line-height: 25px;
}
/* SocialResponsibility End */

/* Questions */
.Questions {
  padding: 100px 0 90px;
}

.Questions-Left {
  width: 570px;
}
.Questions-Left h3 {
  border-bottom: 1px #e4e4e4 solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.Questions-Left h3 a {
  font-size: 32px;
  color: #063a75;
}
.Questions-Left h3 em {
  display: block;
  font-size: 16px;
  color: #606060;
  margin-top: 15px;
}
.Questions-Left ul li {
  overflow: hidden;
  margin-top: 34px;
}
.Questions-Left ul li:first-child {
  margin-top: 0;
}
.Questions-Left ul li:hover a {
  color: #063a75;
}
.Questions-Left ul li a {
  font-size: 15px;
  color: #333;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.Questions-Left ul li span {
  font-size: 15px;
  color: #ccc;
  float: right;
}

.Questions-Right {
  width: 570px;
}
.Questions-Right h3 {
  border-bottom: 1px #e4e4e4 solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.Questions-Right h3 a {
  font-size: 32px;
  color: #063a75;
}
.Questions-Right h3 em {
  display: block;
  font-size: 16px;
  color: #606060;
  margin-top: 15px;
}
.Questions-Right dl {
  border-bottom: 1px #e4e4e4 solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.Questions-Right dl a {
  display: block;
}
.Questions-Right dl dt {
  width: 195px;
  height: 125px;
  overflow: hidden;
}
.Questions-Right dl dt img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.Questions-Right dl:hover dt img {
  transform: scale(1.1);
}
.Questions-Right dl dd {
  width: 340px;
}
.Questions-Right dl dd h4 {
  font-size: 18px;
  color: #333;
}
.Questions-Right dl dd h4 span {
  display: block;
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
.Questions-Right dl dd p {
  font-size: 13px;
  color: #606060;
  margin-top: 10px;
  line-height: 25px;
}
.Questions-Right dl:hover dd h4 {
  color: #063a75;
}
/* Questions End */

/* InpageCase */
.InpageCase {
  padding-top: 100px;
}

.InpageCaseCon {
  margin-top: 50px;
}
.InpageCaseCon ul li {
  float: left;
  margin-left: 45px;
  border-bottom: 1px #e4e4e4 solid;
  padding-bottom: 40px;
}
.InpageCaseCon ul li a {
  display: block;
}
.InpageCaseCon ul li:first-child {
  margin-left: 0;
}
.InpageCaseCon ul li a h3 {
  font-size: 18px;
  color: #333;
  margin-top: 40px;
}
.InpageCaseCon ul li a h3 em {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  background: url(../image/InpageCase01.png) no-repeat right;
}
.InpageCaseCon ul li a span {
  width: 370px;
  height: 240px;
  display: block;
  overflow: hidden;
}
.InpageCaseCon ul li a span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.InpageCaseCon ul li a:hover span img {
  transform: scale(1.1);
}
.InpageCaseCon ul li a:hover h3 em {
  background: url(../image/InpageCase02.png) no-repeat right;
}
.InpageCaseCon ul li a:hover h3 {
  color: #063a75;
}
.InpageCaseCon ul li:hover {
  border-bottom: 1px #063a75 solid;
}

.InpageCase a.More {
  width: 130px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: block;
  margin: 50px auto 0;
  background: url(../image/Question01.png) no-repeat center;
  font-size: 14px;
  color: #ccc;
}
.InpageCase a.More:hover {
  background: url(../image/AboutUsBg02.png) no-repeat center;
  color: #fff;
}
/* InpageCase End */
.NewsContainer {
  padding-bottom: 50px;
}
.NewsContainer .container {
  display: flex;
}

.NewsContainer .NewsContainer-Left {
  flex: 1;
}
.NewsContainer .NewsContainer-Left .Title {
  border-top: 2px solid #005594;
  padding: 30px 0;
  border-bottom: 1px dashed #ddd;
}
.NewsContainer .NewsContainer-Left .Title p {
  color: #ccc;
  margin-top: 10px;
}
.NewsContainer .NewsContainer-Left .Content {
  padding: 30px 0;
  font-size: 16px;
}
.NewsContainer .NewsContainer-Left .Bottom {
  display: flex;
  flex-direction: column;
  border-top: 1px dashed #ddd;
}
.NewsContainer .NewsContainer-Left .Bottom ul li {
  line-height: 30px;
}
.NewsContainer .NewsContainer-Left .Bottom ul li a {
  margin-left: 10px;
}
.NewsContainer .NewsContainer-Right {
  width: 320px;
  margin-left: 30px;
}

.NewsContainer .NewsContainer-Right .Top {
  font-size: 16px;
  font-weight: 700;
  border-top: 2px solid #b9c7d5;
  padding: 15px 0 0;
}
.NewsContainer .NewsContainer-Right .List img {
  width: 100px;
  margin-top: 5px;
}
.NewsContainer .NewsContainer-Right .List ul {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}
.NewsContainer .NewsContainer-Right .List ul:last-child {
  border-bottom: transparent;
}
.NewsContainer .NewsContainer-Right .List ul li:first-child {
  margin-right: 10px;
}
.NewsContainer .NewsContainer-Right .List ul li:last-child a {
  font-weight: 700;
  display: inline-block;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.NewsContainer .NewsContainer-Right .List ul li:last-child p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* Elevators */
.Elevators {
  padding: 30px 0 50px;
  border-bottom: 1px solid #eee;
}

.Elevators dl dt {
  width: 500px;
  overflow: hidden;
}
/* .Elevators dl dt img {
  display: block;
  width: 100%;
} */
/*.Elevators dl dt:hover img {
  transform: scale(1.1);
} */
.Elevators dl dd {
  width: 610px;
  position: relative;
}
.Elevators .box {
  margin-top: 50px;
}
.Elevators .box .zx {
  display: block;
  width: 197px;
  height: 46px;
  float: left;
  font-size: 22px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  background-color: rgba(9, 29, 62, 0.9);
}
.Elevators .box .zx i {
  color: #fff;
  font-size: 22px;
}

.Elevators .box .phone {
  float: left;
  margin-left: 46px;
  display: flex;
}
.Elevators .box .phone i {
  font-size: 40px;
  margin-right: 10px;
  color: #2f4a8d;
}
.Elevators .box .phone span {
  display: block;
  font-size: 14px;
  color: #333333;
}
.Elevators .box .phone em {
  display: block;
  font-size: 24px;
  color: #2f4a8d;
  font-family: arial;
  margin-top: 0;
}

.Elevators dl dd h3 {
  font-size: 32px;
  color: #063a75;
}
.Elevators dl dd h3 i {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #063a75;
  position: absolute;
  top: 20px;
  left: -100px;
}
.Elevators dl dd > p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin-top: 25px;
}
.Elevators dl dd p b {
  font-size: 16px;
  color: #666;
  line-height: 47px;
  margin-top: 25px;
}
.Elevators dl dd em {
  font-size: 16px;
  color: #606060;
  display: block;
  margin-top: 15px;
  font-family: "QUEEN";
}
.Elevators dl dd em.Villa02 {
  margin-top: 240px;
}
.Elevators dl dd em.Villa03 {
  margin-top: 190px;
}
.Elevators dl dd em.Villa04 {
  margin-top: 160px;
}

.Elevators dl dd ul {
  margin-top: 40px;
}
.Elevators dl dd ul li {
  width: 125px;
  height: 125px;
  text-align: center;
  float: left;
  margin-left: 30px;
  background-color: #fff;
  box-shadow: 0 7px 33px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.Elevators dl dd ul li:first-child {
  margin-left: 0;
}
.Elevators dl dd ul li b {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  font-weight: normal;
  display: block;
}
.Elevators dl dd ul li span {
  display: block;
  width: 33px;
  height: 33px;
  margin: 25px auto 0;
}
.Elevators dl dd ul li span img {
  display: block;
  width: 100%;
}

.Elevators dl dd ul.yydtText {
  margin-top: 65px;
}
.Elevators dl dd ul.yydtText li {
  margin-left: 15px;
}
.Elevators dl dd ul.yydtText li:first-child {
  margin-left: 0;
}

.Elevators dl dd ul.qcdtText {
  margin-top: 85px;
}
/* Elevators End */

/* Residential */
.Residential {
  background-color: #f6f6f6;
  padding-bottom: 100px;
}

.ResidentialCon {
  margin-top: 60px;
}
.ResidentialCon a {
  display: block;
}
.ResidentialCon a img {
  display: block;
  width: 100%;
}
/* Residential End */

/* PassengerSeries */
.PassengerSeries {
  background: url(../image/Datas.jpg) center;
  height: 450px;
  margin-bottom: 190px;
}

.PassengerSeries-Title {
  padding: 100px 0 50px;
}
.PassengerSeries-Title h3 {
  color: #fff;
}
.PassengerSeries-Title h3 a {
  color: #fff;
}
.PassengerSeries-Title p {
  color: #fff;
}

.PassengerSeries-Con ul li {
  width: 380px;
  height: 410px;
  background-color: #fff;
  border: 1px #e4e4e4 solid;
  text-align: center;
  float: left;
  margin-left: 27px;
  position: relative;
}
.PassengerSeries-Con ul li:first-child {
  margin-left: 0;
}
.PassengerSeries-Con ul li a {
  display: block;
  width: 280px;
  height: 285px;
  margin: 50px auto 0;
  padding-top: 25px;
  position: relative;
  z-index: 99;
}
.PassengerSeries-Con ul li a span {
  width: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.PassengerSeries-Con ul li a span img {
  display: block;
  width: 45px;
  height: 90px;
  position: relative;
}
.PassengerSeries-Con ul li:hover a span img {
  position: relative;
  top: -45px;
}
.PassengerSeries-Con ul li a h3 {
  font-size: 24px;
  color: #333;
  margin: 40px 0 25px;
}
.PassengerSeries-Con ul li a h4 {
  color: #ccc;
  font-size: 30px;
  font-family: "QUEEN";
}
.PassengerSeries-Con ul li a i {
  display: block;
  width: 44px;
  height: 2px;
  background-color: #022a56;
  margin: 40px auto 0;
}
.PassengerSeries-Con ul li:hover a {
  background: url(../image/SocialResponsibility01.png) center;
}
.PassengerSeries-Con ul li:hover a h3 {
  color: #fff;
}
.PassengerSeries-Con ul li:hover a i {
  background-color: #fff;
}
.PassengerSeries-Con ul li:hover a h4 {
  color: #fff;
}
.PassengerSeries-Con ul li em {
  display: block;
  width: 380px;
  height: 410px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.PassengerSeries-Con ul li em img {
  display: block;
  width: 100%;
}
.PassengerSeries-Con ul li:hover em {
  display: block;
}
/* PassengerSeries End */

/* VillaElevator-Box 
.VillaElevator-Box{padding: 100px 0 135px;}

.VillaElevator-BoxCon{height: 500px;background: url(../image/Datas.jpg) center;margin-top: 100px;}
.VillaElevator-BoxCon .container{position: relative;}
.VillaElevator-BoxCon span.span01{display: block;width: 955px;height: 955px;margin: 0 auto;position: relative;top: -230px;}
.VillaElevator-BoxCon span.span01 img{display: block;width: 100%;}
.VillaElevator-BoxCon span.span02{width: 339px;height: 569px;display: block;position: absolute;top: -40px;left: 50%;margin-left: -170px;box-shadow: 0 40px 100px rgba(0,0,0,0.4);}
.VillaElevator-BoxCon span.span03{top: -8px;width: 541px;height: 514px;left: 50%;margin-left: -270px;}
.VillaElevator-BoxCon span.span04{top: -35px;}

.VillaElevator-BoxText{position: absolute;top: 125px;left: 175px;}
.VillaElevator-BoxText ul li{font-size: 16px;color: #fff;background: url(../image/villaElevatorBox02.png) no-repeat left;padding-left: 50px;height: 30px;line-height: 30px;position: relative;}
.VillaElevator-BoxText ul li.li01{top: 40px;left: -57px;background: url(../image/villaElevatorBox02.png) no-repeat right;padding-right: 50px;}
.VillaElevator-BoxText ul li.li02{top: 155px;left: -57px;background: url(../image/villaElevatorBox02.png) no-repeat right;padding-right: 50px;}
.VillaElevator-BoxText ul li.li03{top: -60px;left: 665px;}
.VillaElevator-BoxText ul li.li04{top: 13px;left: 690px;}
.VillaElevator-BoxText ul li.li05{top: 155px;left: 630px;}

.VillaElevator-BoxText02 ul li.li01{left: -218px;text-align:  right;}
.VillaElevator-BoxText02 ul li.li02{left: -218px;text-align: right;}
.VillaElevator-BoxText02 ul li.li03{left: 680px;top: -95px;}
.VillaElevator-BoxText02 ul li.li04{left: 680px;}
.VillaElevator-BoxText02 ul li.li05{left: 680px;top: 107px;}*/
/* VillaElevator-Box End */

/* VillaElevator-Box */
.VillaElevator-Box {
  padding: 100px 0 135px;
}

.VillaElevator-BoxCon {
  height: 500px;
  background: url(../image/Datas.jpg) center;
  margin-top: 100px;
}
.VillaElevator-BoxCon .container {
  position: relative;
}
.VillaElevator-BoxCon span.span01 {
  display: block;
  width: 955px;
  height: 955px;
  margin: 0 auto;
  position: relative;
  top: -230px;
}
.VillaElevator-BoxCon span.span01 img {
  display: block;
  width: 100%;
}
.VillaElevator-BoxCon span.span02 {
  width: 339px;
  height: 569px;
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -170px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}
.VillaElevator-BoxCon span.span03 {
  top: -8px;
  width: 541px;
  height: 514px;
  left: 50%;
  margin-left: -270px;
}
.VillaElevator-BoxCon span.span04 {
  top: -35px;
}
.VillaElevator-BoxCon span.span06 {
  box-shadow: none;
  top: -45px;
}
.VillaElevator-BoxCon span.span06 img {
  display: block;
  width: 100%;
  border: 10px #fff solid;
  border-radius: 50%;
}
.VillaElevator-BoxCon span.span08 {
  box-shadow: none;
}

.VillaElevator-BoxText {
  position: absolute;
  top: 125px;
  left: 175px;
}
.VillaElevator-BoxText ul li {
  font-size: 16px;
  color: #fff;
  background: url(../image/villaElevatorBox02.png) no-repeat left;
  padding-left: 50px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.VillaElevator-BoxText ul li.li01 {
  top: 40px;
  left: -57px;
  background: url(../image/villaElevatorBox02.png) no-repeat right;
  padding-right: 50px;
}
.VillaElevator-BoxText ul li.li02 {
  top: 155px;
  left: -57px;
  background: url(../image/villaElevatorBox02.png) no-repeat right;
  padding-right: 50px;
}
.VillaElevator-BoxText ul li.li03 {
  top: -60px;
  left: 665px;
}
.VillaElevator-BoxText ul li.li04 {
  top: 13px;
  left: 690px;
}
.VillaElevator-BoxText ul li.li05 {
  top: 155px;
  left: 630px;
}

.VillaElevator-BoxText02 ul li p {
  font-size: 13px;
}
.VillaElevator-BoxText02 ul li.li01 {
  left: -218px;
  text-align: right;
}
.VillaElevator-BoxText02 ul li.li02 {
  left: -218px;
  text-align: right;
}
.VillaElevator-BoxText02 ul li.li03 {
  left: 680px;
  top: -95px;
}
.VillaElevator-BoxText02 ul li.li04 {
  left: 680px;
}
.VillaElevator-BoxText02 ul li.li05 {
  left: 680px;
  top: 107px;
}

.VillaElevator-BoxText03 ul li.li01 {
  left: -238px;
  text-align: right;
}
.VillaElevator-BoxText03 ul li.li02 {
  left: -226px;
  text-align: right;
}
.VillaElevator-BoxText03 ul li.li03 {
  left: 706px;
  top: -95px;
}
.VillaElevator-BoxText03 ul li.li04 {
  left: 746px;
}
.VillaElevator-BoxText03 ul li.li05 {
  left: 706px;
  top: 107px;
}

.VillaElevator-BoxText04 ul li.li01 {
  left: -120px;
}
.VillaElevator-BoxText04 ul li.li02 {
  left: -120px;
}
/* VillaElevator-Box End

/* DoorOpening */
.DoorOpening {
  padding-bottom: 100px;
}

.DoorOpeningCon dl dt {
  text-align: center;
  padding: 60px 0;
}
.DoorOpeningCon dl dt h4 {
  font-size: 16px;
  color: #063a75;
}
.DoorOpeningCon dl dt p {
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}
.DoorOpeningCon dl dd ul li {
  float: left;
  width: 33%;
  text-align: center;
  border-left: 1px #b1b1b1 dotted;
}
.DoorOpeningCon dl dd ul li:first-child {
  border-left: none;
}
.DoorOpeningCon dl dd ul li span {
  width: 135px;
  height: 135px;
  display: block;
  margin: 0 auto;
}
.DoorOpeningCon dl dd ul li span img {
  display: block;
  width: 135px;
  height: 135px;
}
.DoorOpeningCon dl dd ul li p {
  font-size: 18px;
  color: #063a75;
  margin-top: 10px;
}
/* DoorOpening End */

/* yydtBox */
.yydtBox {
  padding-bottom: 50px;
}

.yydtBoxCon {
  margin-top: 100px;
}
.yydtBoxCon ul {
  width: 1230px;
  margin-left: -30px;
}
.yydtBoxCon ul li {
  width: 380px;
  float: left;
  margin-left: 30px;
}
.yydtBoxCon ul li a {
  display: block;
}
.yydtBoxCon ul li a span {
  display: block;
  width: 380px;
  height: 260px;
  overflow: hidden;
}
.yydtBoxCon ul li a span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.yydtBoxCon ul li:hover a span img {
  display: block;
  transform: scale(1.1);
}
.yydtBoxCon ul li div {
  width: 250px;
  height: 130px;
  background-color: #063a75;
  padding-left: 50px;
  margin: 0 auto;
  position: relative;
  top: -60px;
}
.yydtBoxCon ul li div h3 {
  font-size: 22px;
  color: #fff;
  padding-top: 25px;
}
.yydtBoxCon ul li div h3 em {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  margin-right: 15px;
  font-family: "QUEEN";
}
.yydtBoxCon ul li div p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  padding-left: 45px;
}
/* yydtBox End */

/* yydtseries */
.yydtseries {
  padding: 0 0 50px;
}
.yydtseries .container {
  background-color: #fff;
}
.yydtseries .yydtseriesTop {
  text-align: center;
  position: relative;
  z-index: 99;
  padding: 30px 0;
}
.yydtseries .yydtseriesTop ul li {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  position: relative;
  color: #2f4a8d;
  font-size: 26px;
}
.yydtseries .yydtseriesTop ul li.cur::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  left: 50%;
  bottom: -10px;
  margin-left: -40px;
  background-color: #2f4a8d;
}
.yydtseries .yydtseriesTop ul li:first-child {
  margin-left: 0;
}
.yydtseries .yydtseriesTop ul li.cur a {
  color: #fff;
}

.yydtseries .yydtseriesBot,
.yydtseries .yydtseriesBotVideo {
  margin-top: 20px;
  position: relative;
  padding-bottom: 50px;
  z-index: 99;
}
.yydtseries .yydtseriesBot ul,
.yydtseries .yydtseriesBotVideo ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.yydtseries .yydtseriesBot ul li,
.yydtseries .yydtseriesBotVideo ul li {
  position: relative;
}
.yydtseries .yydtseriesBotVideo ul li .videoed {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 45%;
  top: 40%;
  z-index: 99;
  border-radius: 100%;
  cursor: pointer;
}
.videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -300px;
  z-index: 200;
  width: 800px;
  height: 600px;
}
.masklayer {
  position: fixed;
  display: none;
  width: 100%;
  height: 1000px;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 199;
}
.vclose {
  position: absolute;
  right: -35px;
  top: -15px;
  border-radius: 100%;
  cursor: pointer;
}
.yydtseries .yydtseriesBot ul li a {
  display: block;
}
.yydtseries .yydtseriesBot ul li {
  background-color: #fff;
  width: calc(calc(100% - 45px) / 4);
  text-align: center;
  box-sizing: border-box;
  margin: 30px 0;
  margin-right: 15px;
  box-shadow: 1px 10px 30px rgb(0 0 0 / 10%);
}
.yydtseries .yydtseriesBot ul li > p {
  /* height: 288px; */
  overflow: hidden;
}
.yydtseries .yydtseriesBotVideo ul li {
  background-color: #fff;
  width: calc(calc(100% - 15px) / 2);
  text-align: center;
  box-sizing: border-box;
  margin: 30px 0;
  margin-right: 15px;
  box-shadow: 1px 10px 30px rgb(0 0 0 / 10%);
}
.yydtseries .yydtseriesBot ul li:nth-child(4n + 4) {
  margin-right: 0;
}
.yydtseries .yydtseriesBotVideo ul li:nth-child(2n + 2) {
  margin-right: 0;
}
.yydtseries .yydtseriesBot ul li span,
.yydtseries .yydtseriesBotVideo ul li span {
  display: block;
  width: 378px;
  height: 378px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 35px;
}
.yydtseries .yydtseriesBot ul li img,
.yydtseries .yydtseriesBotVideo ul li img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.yydtseries .yydtseriesBot ul li img {
  /* height: 100%; */
  cursor: pointer;
}
.yydtseries .yydtseriesBot ul li:hover img {
  transform: scale(1.1);
}
.yydtseries .yydtseriesBot ul li h3,
.yydtseries .yydtseriesBotVideo ul li h3 {
  font-size: 16px;
  color: #333;
  font-family: "QUEEN";
  line-height: 50px;
}
.yydtseries .yydtseriesBot ul li h5 {
  color: #666;
  font-size: 14px;
  text-align: left;
  padding: 0 20px 20px;
}
/* yydtseries End */
.fzlc-wrapper {
  display: flex;
}
.fzlc-wrapper .left {
  width: 450px;
}
.fzlc-wrapper .left img {
  width: 100%;
}
.fzlc-wrapper .right {
  flex: 1;
  margin-left: 50px;
}
.fzlc-wrapper .timeline {
  list-style: none;
  margin: 0 0 30px 120px;
  padding-left: 30px;
  border-left: 8px solid #eee;
}
.fzlc-wrapper .timeline li {
  position: relative;
}
.fzlc-wrapper .timeline p {
  margin: 0 0 15px;
}

.fzlc-wrapper .date {
  margin-top: -10px;
  top: 50%;
  left: -158px;
  font-size: 0.95em;
  line-height: 20px;
  position: absolute;
}

.fzlc-wrapper .circle {
  margin-top: -10px;
  top: 50%;
  left: -44px;
  width: 10px;
  height: 10px;
  background: rgba(9, 29, 62, 0.3);
  border: 5px solid #eee9dc;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.fzlc-wrapper .content {
  max-height: 20px;
  padding: 50px 20px 0;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}
.fzlc-wrapper .content:before,
.fzlc-wrapper .content:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
.fzlc-wrapper .content:before {
  border-right-color: inherit;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.fzlc-wrapper .content:after {
  border-right-color: #fff;
  border-width: 7px;
  top: 50%;
  margin-top: -7px;
}
.fzlc-wrapper .content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}

.fzlc-wrapper label {
  font-size: 1.3em;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 15px;
  transition: transform 0.2s linear;
}

.fzlc-wrapper .radio {
  display: none;
}

.fzlc-wrapper .radio:checked + .relative label {
  cursor: auto;
  transform: translateX(42px);
}
.fzlc-wrapper .radio:checked + .relative .circle {
  background: rgba(9, 29, 62, 0.9);
}
.fzlc-wrapper .radio:checked ~ .content {
  max-height: 180px;
  border-color: rgba(9, 29, 62, 0.9);
  margin-right: 20px;
  transform: translateX(20px);
  transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
.fzlc-wrapper .radio:checked ~ .content p {
  max-height: 200px;
  color: #555;
  transition: color 0.3s linear 0.3s;
}

/* ggdtBox */
.ggdtBox {
  margin-bottom: 100px;
  background: url(../image/Datas.jpg) center;
  padding: 75px 0 50px;
  height: 470px;
}

.ggdtBoxTop {
  position: relative;
  width: 1200px;
  overflow: hidden;
}
.ggdtBoxTop ul {
  position: relative;
}
.ggdtBoxTop ul li {
  float: left;
  width: 1200px;
}
.ggdtBoxTop ul li div {
  float: left;
  margin-left: 80px;
  text-align: center;
  position: relative;
}
.ggdtBoxTop ul li div:first-child {
  margin-left: 0;
}
.ggdtBoxTop ul li div p {
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
}
.ggdtBoxTop ul li div span {
  display: block;
  width: 540px;
  height: 360px;
  overflow: hidden;
  position: relative;
  z-index: 99;
  left: 20px;
}
.ggdtBoxTop ul li div span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.ggdtBoxTop ul li div:hover span img {
  transform: scale(1.1);
}
.ggdtBoxTop ul li div i {
  width: 580px;
  height: 110px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 33px;
  left: 0;
  z-index: 1;
}
.ggdtBoxTop ul li:hover p {
  font-weight: bold;
}

.ggdtBoxBot {
  text-align: center;
  margin-top: 20px;
}
.ggdtBoxBot span {
  width: 30px;
  height: 30px;
  background: url(../image/BoxIcon02.png) no-repeat center;
  display: inline-block;
  margin-left: 10px;
}
.ggdtBoxBot span:first-child {
  margin-left: 0;
}
.ggdtBoxBot span.cur {
  background: url(../image/BoxIcon01.png) no-repeat center;
}
/* ggdtBox End */

/* InclinedElevator */
.InclinedElevator {
  padding: 100px 0;
}

.InclinedElevator-Con {
  margin-top: 20px;
}
.InclinedElevator-Con ul {
  width: 1230px;
  margin-left: -30px;
}
.InclinedElevator-Con ul li {
  float: left;
  border: 1px #e7e7e7 solid;
  width: 380px;
  height: 460px;
  margin-left: 28px;
  text-align: center;
  margin-top: 28px;
}
.InclinedElevator-Con ul li span {
  display: block;
  width: 380px;
  height: 230px;
  overflow: hidden;
}
.InclinedElevator-Con ul li span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.InclinedElevator-Con ul li:hover span img {
  transform: scale(1.1);
}
.InclinedElevator-Con ul li h3 {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
}
.InclinedElevator-Con ul li p {
  line-height: 25px;
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}
.InclinedElevator-Con ul li:hover h3 {
  color: #063a75;
  font-weight: bold;
}
/* InclinedElevator End */

/* qcdtBox */
.qcdtBox {
  top: 0;
}
.qcdtBox ul li h3 {
  margin-bottom: 10px;
}
.qcdtBox ul li {
  height: 90px;
}
.qcdtBox ul li.li01 {
  background: url(../image/qcdtBoxIcon01.png) no-repeat right;
  padding-right: 120px;
  left: -265px;
  top: 100px;
}
.qcdtBox ul li.li02 {
  background: url(../image/qcdtBoxIcon02.png) no-repeat right;
  padding-right: 120px;
  left: -265px;
  top: 189px;
}
.qcdtBox ul li.li03 {
  background: url(../image/qcdtBoxIcon03.png) no-repeat left;
  padding-left: 120px;
  left: 650px;
  top: -127px;
}
.qcdtBox ul li.li04 {
  background: url(../image/qcdtBoxIcon04.png) no-repeat left;
  padding-left: 120px;
  left: 650px;
  top: -76px;
}
.qcdtBox ul li.li05 {
  background: url(../image/qcdtBoxIcon05.png) no-repeat left;
  padding-left: 120px;
  left: 650px;
  top: -13px;
}
/* qcdtBox End */

/* CoreAdvantages 
.CoreAdvantages{padding-top: 100px;margin-bottom: 100px;}

.CoreAdvantages-Top{margin: 50px 0 80px;}
.CoreAdvantages-Top ul li{float: left;margin-left: 26px;background: url(../image/PassengerBg01.png) no-repeat center;width: 280px;height: 46px;text-align: center;line-height: 46px;}
.CoreAdvantages-Top ul li.cur{background: url(../image/PassengerBg02.png) no-repeat center;}
.CoreAdvantages-Top ul li a{font-size: 16px;color: #606060;background: url(../image/PassengerIcon01.png) no-repeat left;padding-left: 55px;display:  inline-block;}
.CoreAdvantages-Top ul li.cur a{color: #fff;background: url(../image/PassengerIcon02.png) no-repeat left;}
.CoreAdvantages-Top ul li:first-child{margin-left: 0;}
.CoreAdvantages-Top ul li.li02 a{background: url(../image/PassengerIcon03.png) no-repeat left;padding-left: 35px;}
.CoreAdvantages-Top ul li.li02.cur a{background: url(../image/PassengerIcon04.png) no-repeat left;}
.CoreAdvantages-Top ul li.li03 a{background: url(../image/PassengerIcon05.png) no-repeat left;padding-left: 35px;}
.CoreAdvantages-Top ul li.li03.cur a{background: url(../image/PassengerIcon06.png) no-repeat left;}
.CoreAdvantages-Top ul li.li04 a{background: url(../image/PassengerIcon07.png) no-repeat left;padding-left: 35px;}
.CoreAdvantages-Top ul li.li04.cur a{background: url(../image/PassengerIcon08.png) no-repeat left;}

.CoreAdvantages-Bot{height: 430px;position: relative;}
.CoreAdvantages-Bot ul li{width: 50%;position: relative;}
.CoreAdvantages-Bot ul li h3{font-size: 20px;color: #03346f;}
.CoreAdvantages-Bot ul li p{font-size: 14px;color: #606060;line-height: 20px;margin-top: 20px;padding-left: 155px;}
.CoreAdvantages-Bot ul li h3 span{background: url(../image/CoreAdvantages01.png) no-repeat center;width: 123px;height: 27px;display: inline-block;vertical-align: middle;margin-right: 30px;}
.CoreAdvantages-Bot ul li.text h3 span{background: url(../image/CoreAdvantages02.png) no-repeat center;margin-left: 30px;}
.CoreAdvantages-Bot ul li.text p{text-align:  right; position:  relative; left: -478px;}
.CoreAdvantages-Bot ul li.li01{top: 90px;left: 200px;}
.CoreAdvantages-Bot ul li.li02{top: 198px;left: 200px;}
.CoreAdvantages-Bot ul li.li03{top: -127px;left: 709px;}
.CoreAdvantages-Bot ul li.li04{top: -93px;left: 709px;}
.CoreAdvantages-Bot ul li.li05{top: -52px;left: 709px;}

.CoreAdvantages-Bot em{display: block;position: absolute;bottom: -13px;left: 36%;height:  439px;width: 344px;}
.CoreAdvantages-Bot em img{display: block;width: 100%;}
.CoreAdvantages-Bot i{width: 704px;height: 95px;display: block;position: absolute;bottom: -108px;left: 36%;}
.CoreAdvantages-Bot i img{display: block;width: 100%;}
 CoreAdvantages End */

/* CoreAdvantages */
.CoreAdvantages {
  padding-top: 100px;
}

.CoreAdvantages-Top {
  margin: 50px 0 80px;
}
.CoreAdvantages-Top ul li {
  float: left;
  margin-left: 26px;
  background: url(../image/PassengerBg01.png) no-repeat center;
  width: 280px;
  height: 46px;
  text-align: center;
  line-height: 46px;
}
.CoreAdvantages-Top ul li.cur {
  background: url(../image/PassengerBg02.png) no-repeat center;
}
.CoreAdvantages-Top ul li a {
  font-size: 16px;
  color: #606060;
  background: url(../image/PassengerIcon01.png) no-repeat left;
  padding-left: 55px;
  display: inline-block;
}
.CoreAdvantages-Top ul li.cur a {
  color: #fff;
  background: url(../image/PassengerIcon02.png) no-repeat left;
}
.CoreAdvantages-Top ul li:first-child {
  margin-left: 0;
}
.CoreAdvantages-Top ul li.li02 a {
  background: url(../image/PassengerIcon03.png) no-repeat left;
  padding-left: 35px;
}
.CoreAdvantages-Top ul li.li02.cur a {
  background: url(../image/PassengerIcon04.png) no-repeat left;
}
.CoreAdvantages-Top ul li.li03 a {
  background: url(../image/PassengerIcon05.png) no-repeat left;
  padding-left: 35px;
}
.CoreAdvantages-Top ul li.li03.cur a {
  background: url(../image/PassengerIcon06.png) no-repeat left;
}
.CoreAdvantages-Top ul li.li04 a {
  background: url(../image/PassengerIcon07.png) no-repeat left;
  padding-left: 35px;
}
.CoreAdvantages-Top ul li.li04.cur a {
  background: url(../image/PassengerIcon08.png) no-repeat left;
}

.CoreAdvantages-Bot {
  position: relative;
}
.CoreAdvantages-Bot ul li {
  width: 50%;
  position: relative;
}
.CoreAdvantages-Bot ul li h3 {
  font-size: 20px;
  color: #03346f;
}
.CoreAdvantages-Bot ul li p {
  font-size: 14px;
  color: #606060;
  line-height: 20px;
  margin-top: 20px;
  padding-left: 155px;
}
.CoreAdvantages-Bot ul li h3 span {
  background: url(../image/CoreAdvantages01.png) no-repeat center;
  width: 123px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.CoreAdvantages-Bot ul li.text h3 span {
  background: url(../image/CoreAdvantages02.png) no-repeat center;
  margin-left: 30px;
}
.CoreAdvantages-Bot ul li.text p {
  text-align: right;
  position: relative;
  left: -478px;
}
.CoreAdvantages-Bot ul li.li01 {
  top: 90px;
  left: 200px;
}
.CoreAdvantages-Bot ul li.li02 {
  top: 198px;
  left: 200px;
}
.CoreAdvantages-Bot ul li.li03 {
  top: -127px;
  left: 709px;
}
.CoreAdvantages-Bot ul li.li04 {
  top: -93px;
  left: 709px;
}
.CoreAdvantages-Bot ul li.li05 {
  top: -52px;
  left: 709px;
}

.CoreAdvantages-Bot em {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 36%;
  height: 439px;
  width: 344px;
}
.CoreAdvantages-Bot em img {
  display: block;
  width: 100%;
}
.CoreAdvantages-Bot i {
  width: 704px;
  height: 95px;
  display: block;
  position: absolute;
  bottom: -108px;
  left: 36%;
}
.CoreAdvantages-Bot i img {
  display: block;
  width: 100%;
}

.CoreAdvantages-Bot span {
  display: block;
}
.CoreAdvantages-Bot span img {
  display: block;
  width: 100%;
}
/* CoreAdvantages End */

/* PassengerElevatorSeries */
.PassengerElevatorSeries-Con {
  background-color: #f6f6f6;
  padding: 30px 0 100px;
  margin-bottom: 50px;
}

.PassengerElevatorSeries-Con dl {
  margin-top: 70px;
}
.PassengerElevatorSeries-Con dl dt {
  width: 600px;
  height: 400px;
  overflow: hidden;
}
.PassengerElevatorSeries-Con dl dt img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.PassengerElevatorSeries-Con dl dt:hover img {
  transform: scale(1.1);
}
.PassengerElevatorSeries-Con dl dd {
  width: 550px;
  position: relative;
}
.PassengerElevatorSeries-Con dl dd h3 {
  font-size: 32px;
  color: #063a75;
}
.PassengerElevatorSeries-Con dl dd h3 b {
  display: block;
  font-size: 16px;
  color: #03346f;
  font-weight: normal;
  margin-top: 10px;
}
.PassengerElevatorSeries-Con dl dd i {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #063a75;
  position: absolute;
  top: 20px;
  left: -100px;
}
.PassengerElevatorSeries-Con dl dd i.i02 {
  left: 560px;
}
.PassengerElevatorSeries-Con dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 40px;
}
.PassengerElevatorSeries-Con dl dd em {
  font-size: 16px;
  color: #606060;
  display: block;
  margin-top: 100px;
  font-family: "QUEEN";
}
.PassengerElevatorSeries-Con dl dd em.em02 {
  margin-top: 55px;
}
.PassengerElevatorSeries-Con dl dd em.em03 {
  margin-top: 220px;
}

.PassengerElevatorSeries .More {
  width: 1200px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: url(../image/MoreBg.png) no-repeat center;
  margin: 0 auto;
}
.PassengerElevatorSeries .More a {
  color: #fff;
  font-size: 15px;
  background: url(../image/MoreIcon.png) no-repeat right;
  padding-right: 25px;
}
/* PassengerElevatorSeries End */

/* yxwlBox */
.yxwlBox {
  padding: 100px 0;
}

.yxwlBoxTop {
  text-align: center;
  margin: 60px 0 30px;
}
.yxwlBoxTop i {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  display: block;
  position: relative;
  top: 22px;
  z-index: 1;
}
.yxwlBoxTop ul li {
  display: inline-block;
  margin-left: 30px;
  width: 130px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: url(../image/Question01.png) no-repeat center;
  position: relative;
  z-index: 9;
}
.yxwlBoxTop ul li a {
  display: block;
  color: #666;
  font-size: 14px;
}
.yxwlBoxTop ul li.cur a {
  color: #fff;
}
.yxwlBoxTop ul li.cur {
  background: url(../image/AboutUsBg02.png) no-repeat center;
}
.yxwlBoxTop ul li:first-child {
  margin-left: 0;
}

.yxwlBoxBot {
  border-bottom: 1px #e0e0e0 solid;
  padding-bottom: 30px;
}
.yxwlBoxBot a {
  display: block;
  width: 1200px;
  height: 535px;
  margin: 0 auto;
  cursor: default;
}
.yxwlBoxBot a img {
  display: block;
  width: 1200px;
  height: 535px;
}
/* yxwlBox End */

/* InpageProduct */
.InpageProduct {
  position: absolute;
  top: 200px;
  left: 50%;
  text-align: center;
  margin-left: -231px;
}
.InpageProduct h3 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  font-family: "QUEEN";
}
.InpageProduct h3 em {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.InpageProduct h4 {
  font-size: 42px;
  color: #fff;
  margin-top: 60px;
}
.InpageProduct p {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.InpageProduct i {
  display: block;
  width: 51px;
  height: 2px;
  background-color: #fff;
  margin: 30px auto 0;
}
#InpageProduct {
  top: 0;
}
/* InpageProduct End */

/* InpageCon */
.InpageCon {
  padding: 0.8% 0 100px;
}

.InpageConTop {
  margin-top: 0 !important;
}
.InpageConTop ul li.li01 {
  width: 49.6% !important;
}
.InpageConTop ul li.li01 a .TextCon {
  background: url(../image/SocialResponsibility01.png) center;
  width: 31% !important;
}
.InpageConTop ul li.li01 a .TextCon h4 {
  font-size: 32px !important;
  color: #fff !important;
  margin-bottom: 45px !important;
}
.InpageConTop ul li.li01 a .TextCon h4 em {
  display: block !important;
  font-size: 14px !important;
  margin-top: 5px !important;
}
.InpageConTop ul li.li01 a .TextCon p {
  font-size: 13px !important;
  color: #fff !important;
  line-height: 20px !important;
  margin-top: 30px !important;
}
.InpageConTop ul li.li01:hover a .TextCon i {
  background-color: #fff !important;
}
.InpageConTop ul li.li01 a h3 {
  left: 7% !important;
}

.InpageCon .InpageConBot {
  margin-top: 0.8%;
}
.InpageCon .InpageConBot ul li {
  width: 24.4%;
  margin-left: 0.8%;
  float: left;
  position: relative;
}
.InpageCon .InpageConBot ul li:first-child {
  margin-left: 0;
}
.InpageCon .InpageConBot ul li a {
  display: block;
}
.InpageCon .InpageConBot ul li a span {
  display: block;
  overflow: hidden;
}
.InpageCon .InpageConBot ul li a span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.InpageCon .InpageConBot ul li:hover a span img {
  transform: scale(1.1);
}
.InpageCon .InpageConBot ul li a h3 {
  font-size: 36px;
  color: #fff;
  font-family: "QUEEN";
  position: absolute;
  top: 7%;
  left: 15%;
}
.InpageCon .InpageConBot ul li a h3 em {
  display: block;
  font-size: 16px;
  color: #fff;
}
.InpageCon .InpageConBot ul li a .TextCon {
  width: 50%;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 50px 60px;
}
.InpageCon .InpageConBot ul li a .TextCon h4 {
  font-size: 32px;
  color: #333;
  width: 200px;
}
.InpageCon .InpageConBot ul li a .TextCon p {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}
.InpageCon .InpageConBot ul li a .TextCon i {
  width: 51px;
  height: 2px;
  background-color: #d1d1d1;
  margin-top: 50px;
  display: block;
}
.InpageCon .InpageConBot ul li:hover a .TextCon h4 {
  color: #022a56;
}
.InpageCon .InpageConBot ul li:hover a .TextCon i {
  background-color: #022a56;
}
/* InpageCon End */

/* Suggestions */
.Suggestions {
  padding: 100px 0 70px;
}

.SuggestionsCon {
  margin-top: 50px;
}
.SuggestionsCon ul li {
  height: 60px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  width: 580px;
}
.SuggestionsCon ul li span {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 58px;
  border-left: 1px solid #dedede;
  float: right;
}
.SuggestionsCon ul li span img {
  display: inline-block;
  *display: inline-block;
}
.SuggestionsCon ul li input {
  display: block;
  width: 480px;
  padding: 0 16px;
  border: none;
  line-height: 60px;
  font-size: 16px;
  color: #aaaaaa;
  float: left;
  outline: none;
}
.SuggestionsCon ul li.li05 {
  height: 170px;
  width: 100%;
}
.SuggestionsCon ul li.li05 textarea {
  height: 130px;
  width: 1100px;
  outline: none;
  resize: none;
  border: none;
  font-size: 16px;
  float: left;
  padding: 20px 16px;
}
.SuggestionsCon ul li.li05 span {
  border-left: none;
}
.SuggestionsCon ul li.li05 textarea::-webkit-input-placeholder {
  color: #aaa;
}
.SuggestionsCon ul li.li06 input {
  width: 400px;
}
.SuggestionsCon ul li.li06 span {
  width: 140px;
  cursor: pointer;
}
.SuggestionsCon ul li.li07 {
  background-color: #03346f;
  text-align: center;
  line-height: 60px;
}
.SuggestionsCon ul li.li07 a {
  color: #fff;
  font-size: 22px;
  display: block;
}
.SuggestionsCon ul li.li01 select {
  background: none;
  width: 520px;
  height: 60px;
  border: none;
  color: #03346f;
  font-size: 16px;
  padding: 0 16px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.SuggestionsCon ul li.li01 select::-ms-expand {
  display: none;
}
/* Suggestions End */

/* SingGreen */
.SingGreen {
  padding: 100px 0;
}

.SingGreenTop {
  text-align: center;
  margin: 35px 0 50px;
}
.SingGreenTop ul li {
  width: 110px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: url(../image/EnterpriseHonor01.png) no-repeat center;
  display: inline-block;
  margin-left: 20px;
}
.SingGreenTop ul li:first-child {
  margin-left: 0;
}
.SingGreenTop ul li a {
  font-size: 15px;
  color: #606060;
  display: block;
}
.SingGreenTop ul li.cur {
  background: url(../image/EnterpriseHonor02.png) no-repeat center;
}
.SingGreenTop ul li.cur a {
  color: #fff;
}
.SingGreenTop ul li:hover {
  background: url(../image/EnterpriseHonor02.png) no-repeat center;
}
.SingGreenTop ul li:hover a {
  color: #fff;
}

.SingGreenBot {
  position: relative;
  width: 1200px;
  overflow: hidden;
  height: 590px;
}
.SingGreenBot ul {
  position: relative;
}
.SingGreenBot ul li {
  float: left;
  position: relative;
}
.SingGreenBot ul li span {
  height: 590px;
  width: 1200px;
  overflow: hidden;
  display: block;
}
.SingGreenBot ul li span img {
  transition: 0.8s;
  display: block;
  width: 100%;
}
.SingGreenBot ul li:hover span img {
  transform: scale(1.1);
}
.SingGreenBot ul li p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  position: absolute;
  left: 58%;
  bottom: 104px;
  margin-left: -180px;
  z-index: 9;
}
.xgl-qh h3 {
  font-size: 15px;
  color: #fff;
  margin-top: 50px;
  text-align: center;
}
.xgl-qh h3 b {
  font-size: 26px;
  font-family: "QUEEN";
  font-weight: normal;
}

.xge-Box {
  position: relative;
}
.xgl-qh {
  background: url(../image/SocialResponsibility01.png) center;
  height: 100px;
  width: 830px;
  margin: 0 auto;
  position: absolute;
  top: 445px;
  left: 50%;
  margin-left: -415px;
}
.xgl-qh i {
  display: block;
  width: 50px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 99;
}
.xgl-qh i img {
  display: block;
  width: 50px;
  height: 100px;
}
.xgl-qh i.prev {
  left: -50px;
}
.xgl-qh i.next {
  right: -50px;
}
/* SingGreen End */

/* NewsCenter */
.NewsCenter ul li a i {
  background: url(../image/20180819171628_42945.png) no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-position: 0 -1px;
  margin-left: 21px;
}
.NewsCenter ul li:hover a i {
  background: url(../image/20180819171628_42945.png) no-repeat center;
  background-position: 0 -25px !important;
}
.NewsCenter ul li.li02 a i {
  background: url(../image/20180819171641_20400.png) no-repeat center;
  background-position: 0 -1px;
}
.NewsCenter ul li.li02:hover a i {
  background: url(../image/20180819171641_20400.png) no-repeat center;
  background-position: 0 -25px;
}
.NewsCenter ul li.li03 a i {
  background: url(../image/20180819171655_58549.png) no-repeat center;
  background-position: 0 -1px;
}
.NewsCenter ul li.li03:hover a i {
  background: url(../image/20180819171655_58549.png) no-repeat center;
  background-position: 0 -25px;
}

.NewsCenter ul li.cur a i {
  background-position: 0 -25px !important;
}
/* NewsCenter End */

/* NewsBanner */
.InpageBanner {
  position: relative;
}
.InpageBanner .NewsDetail {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}

.InpageBanner .NewsDetail h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 10%;
}
.InpageBanner .NewsDetail p {
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
}
.InpageBanner .NewsDetail p span {
  border-left: 1px #fff dotted;
  padding-left: 10px;
  margin-left: 10px;
  display: inline-block;
}
.InpageBanner .NewsDetail p span:first-child {
  margin-left: 0;
  border-left: none;
}

.InpageBanner .NewsDetail .shareIt {
  height: 30px;
  line-height: 30px;
  margin-top: -45px;
}
.InpageBanner .NewsDetail .shareIt span {
  float: left;
  font-size: 14px;
  color: #fff;
}
.InpageBanner .NewsDetail .shareIt div {
  float: left;
}
.InpageBanner .NewsDetail .shareIt div a {
  position: relative;
  display: inline-block;
  height: 50px;
}
.InpageBanner .NewsDetail .shareIt div a span {
  width: 27px;
  height: 27px;
  margin: 0 8px;
  display: inline-block;
}
.InpageBanner .NewsDetail .shareIt div a span img {
  display: block;
  width: 100%;
}
.InpageBanner .NewsDetail .shareIt div a i {
  position: absolute;
  left: -30px;
  top: 40px;
  width: 100px;
  height: 100px;
  padding: 2px;
  border: 1px solid #f1f1f1;
  background: #fff;
  display: none;
  z-index: 99;
}
.InpageBanner .NewsDetail .shareIt div a i img {
  display: block;
  width: 100%;
}
.InpageBanner .NewsDetail .shareIt div a:hover i {
  display: block;
}
/* NewsBanner End */

/* NewsText */
.NewsText {
  padding: 50px 50px 60px;
  background-color: #fff;
  border: 1px #ebebeb solid;
  position: relative;
  top: -240px;
}

/*
.NewsText p{font-size: 14px;color: #333;line-height: 25px;}
.NewsText em{margin: 40px 0 30px;display: block;overflow: hidden;}
.NewsText em img{display: block;width: 100%;transition: .8s;}
.NewsText em:hover img{transform: scale(1.1);}
*/

.NewsText .con img {
  max-width: 100%;
}
.NewsText .con p {
  width: 100%;
  margin: 0 auto;
  white-space: normal;
  word-spacing: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.NewsText .con p a {
  color: #063a74;
}
/* NewsText End */

/* xgNews */
.xgNews {
  padding-bottom: 100px;
}

.NewsTitle {
  border-bottom: 1px #e5e5e5 solid;
}
.NewsTitle h3 {
  float: left;
  border-bottom: 1px #03346f solid;
  padding-bottom: 20px;
}
.NewsTitle h3 a {
  font-size: 20px;
  color: #03346f;
}
.NewsTitle h3 a b {
  color: #333;
  font-weight: normal;
}
.NewsTitle a.More {
  float: right;
  font-size: 13px;
  color: #666;
}

.xgNewsCon {
  margin-top: 30px;
}
.xgNewsCon dl {
  width: 600px;
  border-right: 1px #b2b2b2 dotted;
  padding-right: 60px;
}
.xgNewsCon dl dt {
  width: 220px;
  height: 170px;
}
.xgNewsCon dl dt a {
  display: block;
  overflow: hidden;
}
.xgNewsCon dl dt a img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.xgNewsCon dl dt:hover a img {
  transform: scale(1.1);
}
.xgNewsCon dl dd {
  width: 330px;
}
.xgNewsCon dl dd h3 a {
  font-size: 16px;
  color: #333;
}
.xgNewsCon dl dd p {
  font-size: 13px;
  color: #666;
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 71px;
}
.xgNewsCon dl dd span {
  font-size: 13px;
  color: #999;
  margin-top: 25px;
  display: block;
  background: url(../image/Icon01.png) no-repeat right;
  height: 36px;
  line-height: 36px;
}

.xgNewsCon ul {
  width: 480px;
}
.xgNewsCon ul li {
  overflow: hidden;
  margin-top: 15px;
}
.xgNewsCon ul li:first-child {
  margin-top: 0;
}
.xgNewsCon ul li a {
  font-size: 13px;
  color: #333;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 400px;
}
.xgNewsCon ul li span {
  font-size: 13px;
  color: #999;
  float: right;
}
.xgNewsCon ul li:hover a {
  color: #03346f;
}
/* xgNews End */

/* NewsBox */
.NewsBox {
  position: relative;
  top: -125px;
}
.NewsBox ul li {
  width: 470px;
  height: 45px;
  background: url(../image/NewsBg01.png) no-repeat center;
  text-align: center;
  line-height: 45px;
  position: relative;
  z-index: 99;
}
.NewsBox ul li a {
  color: #999;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 33px;
  padding: 0 15px;
}
.NewsBox ul li:hover {
  background: url(../image/NewsBg02.png) no-repeat center;
}
.NewsBox ul li:hover a {
  color: #fff;
}

.NewsBox span {
  width: 50px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  z-index: 99;
}
.NewsBox span img {
  width: 100%;
  display: block;
}
.NewsBox h1 {
  width: 1200px;
  height: 1px;
  background-color: #e7e7e7;
  top: 50%;
  margin-top: -1px;
  position: absolute;
}

.NewsTextBox {
  height: 30px;
  line-height: 30px;
  width: 200px;
  margin: 45px auto 0;
}
.NewsTextBox span {
  float: left;
  font-size: 14px;
  color: #777;
}
.NewsTextBox div {
  float: left;
}
.NewsTextBox div a {
  position: relative;
  display: inline-block;
  height: 50px;
}
.NewsTextBox div a span {
  width: 27px;
  height: 27px;
  margin: 0 8px;
  display: inline-block;
}
.NewsTextBox div a span img {
  display: block;
  width: 100%;
}
.NewsTextBox div a i {
  position: absolute;
  left: -30px;
  top: 40px;
  width: 100px;
  height: 100px;
  padding: 2px;
  border: 1px solid #f1f1f1;
  background: #fff;
  display: none;
  z-index: 99;
}
.NewsTextBox div a i img {
  display: block;
  width: 100%;
}
.NewsTextBox div a:hover i {
  display: block;
}
/* NewsBox End */

/* Merchants */
.Merchants {
  padding: 100px 0;
}

.MerchantsCon {
  margin-top: 50px;
  border: 1px #e4e4e4 solid;
}
.MerchantsCon ul li {
  border-top: 1px #e4e4e4 solid;
  position: relative;
  padding: 40px 0;
}
.MerchantsCon ul li:first-child {
  border-top: none;
}
.MerchantsCon ul li h3 {
  font-size: 28px;
  color: #333;
}
.MerchantsCon ul li em {
  display: inline-block;
  color: #999;
  font-size: 14px;
  margin-left: 20px;
}
.MerchantsCon ul li h4 {
  color: #666;
  font-size: 20px;
  margin-top: 25px;
  background: url(../image/MerchantsIcon04.png) no-repeat right;
  height: 36px;
  line-height: 36px;
}
.MerchantsCon ul li.cur h3 {
  color: #03346f;
}
.MerchantsCon ul li.cur {
  background-color: #f7f7f7;
}
.MerchantsCon ul li.cur h4 {
  background: url(../image/MerchantsIcon05.png) no-repeat right;
}
.MerchantsCon ul li.cur dl dt {
  border-bottom: 1px #e4e4e4 solid;
  padding-bottom: 40px;
}

.MerchantsCon ul li .DowText h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 25px;
}
.MerchantsCon ul li .DowText p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.MerchantsCon ul li .DowText span {
  font-size: 14px;
  color: #03346f;
  margin-top: 50px;
  display: block;
}
.MerchantsCon ul li .DowText span a {
  font-size: 16px;
  color: #03346f;
}
.MerchantsCon ul li .DowText h3.h301 {
  margin-top: 40px;
}
.MerchantsCon ul li .DowText h3.h302 {
  margin-top: 100px;
}
.MerchantsCon ul li .DowText h3.h303 {
  margin-top: 100px;
}
.MerchantsCon ul li dl dt {
  margin: 0 55px;
}
.MerchantsCon ul li dl dd {
  padding: 0 55px;
  display: none;
}

.Merchants .Icon {
  width: 140px;
  position: absolute;
  right: 55px;
  top: 40px;
}
.Merchants .Icon a {
  position: relative;
  display: inline-block;
  height: 50px;
}
.Merchants .Icon a span {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-left: 17px;
}
.Merchants .Icon a span img {
  display: block;
  width: 100%;
}
.Merchants .Icon a i {
  position: absolute;
  left: -30px;
  top: 40px;
  width: 100px;
  height: 100px;
  padding: 2px;
  border: 1px solid #f1f1f1;
  background: #fff;
  display: none;
  z-index: 99;
}
.Merchants .Icon a i img {
  display: block;
  width: 100%;
}
.Merchants .Icon a:hover i {
  display: block;
}
/* Merchants End */

/* xglrBox */
.xglrBox {
  padding: 100px 0;
}
.xglrTop {
  height: 480px;
}

.xglrBoxLeft {
  width: 150px;
  background-color: #063a75;
  height: 480px;
  padding-left: 60px;
}
.xglrBoxLeft h3 {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  padding-top: 60px;
}
.xglrBoxLeft h3 em {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.xglrBoxLeft p {
  font-size: 16px;
  color: #fff;
  margin-top: 280px;
}

.xglrBoxRigh ul li {
  float: left;
  position: relative;
}
.xglrBoxRigh ul li span {
  width: 990px;
  height: 480px;
  display: block;
  overflow: hidden;
}
.xglrBoxRigh ul li span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.xglrBoxRigh ul li:hover span img {
  transform: scale(1.1);
}
.xglrBoxRigh p {
  position: absolute;
  left: 50%;
  bottom: 50px;
  font-size: 15px;
  margin-left: -28px;
  color: #fff;
  z-index: 99;
}
.xglrBoxRigh b {
  font-size: 26px;
}

.xglrBoxRigh {
  position: relative;
}
.xglrBoxRigh i {
  display: block;
  width: 50px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  margin-top: -50px;
}
.xglrBoxRigh i img {
  display: block;
  width: 50px;
  height: 100px;
}
.xglrBoxRigh i.prev {
  left: 0;
}
.xglrBoxRigh i.next {
  right: 0;
}

.xglrImg {
  position: relative;
  width: 990px;
  overflow: hidden;
  height: 480px;
}
.xglrImg ul {
  position: relative;
}

.xglrBot {
  height: 410px;
  background-color: #f6f6f6;
}
.xglrBot p {
  padding-top: 80px;
}
.xglrBot p {
  text-align: center;
  font-size: 20px;
  color: #666;
  line-height: 40px;
}

.ThisMonthsCon .container {
  position: relative;
}
.ThisMonthsCon b {
  display: block;
  width: 50px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  margin-top: -50px;
}
.ThisMonthsCon b img {
  display: block;
  width: 50px;
  height: 200px;
  position: relative;
}
.ThisMonthsCon b:hover img {
  top: -100px;
  position: relative;
}
.ThisMonthsCon b.prev {
  left: -50px;
}
.ThisMonthsCon b.next {
  right: -50px;
}
/* xglrBox End */

/* ThisMonths */
.ThisMonths {
  padding-bottom: 100px;
}

.ThisMonthsBox {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}
.ThisMonthsBox ul {
  position: relative;
  height: 480px;
  top: 35px;
}
.ThisMonthsBox ul li {
  border: 1px #e6e6e6 solid;
  width: 280px;
  height: 440px;
  text-align: center;
  position: relative;
  float: left;
  margin-left: 24px;
}
.ThisMonthsBox ul li:first-child {
  margin-left: 0;
}
.ThisMonthsBox ul li span {
  width: 240px;
  height: 250px;
  overflow: hidden;
  margin: 20px auto 0;
  display: block;
}
.ThisMonthsBox ul li span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.ThisMonthsBox ul li:hover span img {
  transform: scale(1.1);
}
.ThisMonthsBox ul li h3 {
  color: #063a75;
  font-size: 20px;
  margin: 30px 0 15px;
}
.ThisMonthsBox ul li p {
  font-size: 14px;
  color: #606060;
  line-height: 25px;
}
.ThisMonthsBox ul li i {
  width: 31px;
  height: 2px;
  background-color: #03346f;
  margin: 20px auto 0;
  display: block;
}
.ThisMonthsBox ul li em {
  width: 54px;
  height: 33px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -27px;
}
.ThisMonthsBox ul li em img {
  display: block;
  width: 100%;
}
/* ThisMonths End */

/* DomesticProject */
.DomesticProjectBox {
  position: relative;
}
.DomesticProject {
  padding: 100px 0 50px;
}

.DomesticProject-Top {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  width: 1200px;
}
.DomesticProject-Top ul {
  position: relative;
}
.DomesticProject-Top ul li {
  float: left;
}
.DomesticProject-Top ul li span {
  float: left;
  width: 795px;
  height: 535px;
  display: block;
  overflow: hidden;
}
.DomesticProject-Top ul li span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.DomesticProject-Top ul li:hover span img {
  transform: scale(1.1);
}

.DomesticProject-Top ul li .Text {
  width: 355px;
  float: right;
  background-color: #023571;
  height: 485px;
  line-height: 35px;
  padding: 50px 0 0 50px;
}
.DomesticProject-Top ul li .Text h3 {
  font-size: 24px;
  color: #fff;
  padding-right: 40px;
}
.DomesticProject-Top ul li .Text p {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  border-bottom: 1px #355d8d solid;
  padding-bottom: 30px;
  width: 310px;
}
.DomesticProject-Top ul li .Text p.p1 {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  border-left: 2px #fff solid;
  padding-left: 20px;
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 40px;
}
.DomesticProject-Top ul li .Text p.p1 em {
  display: block;
}
.DomesticProject-Top ul li .Text a.More {
  width: 130px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  display: block;
  background: url(../image/AboutUsBg01.png) no-repeat center;
  color: #fff;
  margin-top: 50px;
}

.DomesticProject-Box {
  position: absolute;
  bottom: 40px;
  right: 205px;
}
.DomesticProject-Box span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #2861a1;
  border-radius: 50%;
  margin-left: 30px;
}
.DomesticProject-Box span:first-child {
  margin-left: 0;
}
.DomesticProject-Box span.cur {
  background-color: #fff;
}
/* DomesticProject End */

/* CaseCon-Top */
.CaseCon-Box {
  padding-bottom: 100px;
}
.CaseCon-Top ul {
  width: 1215px;
  margin-left: -15px;
  margin-bottom: -50px;
}
.CaseCon-Top ul li {
  width: 390px;
  margin-left: 15px;
  float: left;
  margin-bottom: 50px;
}
.CaseCon-Top ul li span a {
  display: block;
  overflow: hidden;
}
.CaseCon-Top ul li span a img {
  display: block;
  width: 390px;
  height: 280px;
  transition: 0.8s;
}
.CaseCon-Top ul li:hover span a img {
  transform: scale(1.1);
}
.CaseCon-Top ul li h3 {
  font-size: 18px;
  color: #333;
  margin-top: 35px;
  background: url(../image/BoxBOR.png) no-repeat bottom;
  padding-bottom: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.CaseCon-Top ul li h3 em {
  display: block;
  font-size: 16px;
  color: #ccc;
  margin-top: 5px;
}
.CaseCon-Top ul li p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  border-left: 2px #dcdcdc solid;
  padding-left: 20px;
  margin-top: 20px;
}
.CaseCon-Top ul li p em {
  display: block;
}
.CaseCon-Top ul li a.More {
  width: 130px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: block;
  background: url(../image/Question01.png) no-repeat center;
  font-size: 14px;
  color: #999;
  margin-top: 33px;
}
.CaseCon-Top ul li:hover a.More {
  background: url(../image/AboutUsBg02.png) no-repeat center;
  color: #fff;
}
.CaseCon-Top ul li:hover h3 {
  color: #023571;
}

.CasePagination {
  padding-top: 50px;
}
/* CaseCon-Top End */

/* developmentPath */
.developmentPath {
  padding: 100px 0;
}
.developmentPath .container {
  position: relative;
}

.developmentPath-Con {
  width: 80px;
  background-color: #063a75;
  margin: 60px auto 0;
  height: 2888px;
}
.developmentPath-Con ul li {
  position: absolute;
}
.developmentPath-Con ul li.li01 {
  left: 0;
  top: 0;
}
.developmentPath-Con ul li.li02 {
  right: 0;
  top: 80px;
}
.developmentPath-Con ul li.li02 dl dd h4 {
  right: 440px;
}
.developmentPath-Con ul li.li02 dl dd i {
  left: -180px;
}
.developmentPath-Con ul li.li03 {
  top: 460px;
  left: 0;
}
.developmentPath-Con ul li.li04 {
  right: 0;
  top: 540px;
}
.developmentPath-Con ul li.li05 {
  top: 920px;
  left: 0;
}
.developmentPath-Con ul li.li06 {
  right: 0;
  top: 1000px;
}
.developmentPath-Con ul li.li07 {
  top: 1400px;
  left: 0;
}
.developmentPath-Con ul li.li08 {
  right: 0;
  top: 1480px;
}
.developmentPath-Con ul li.li09 {
  top: 1860px;
  left: 0;
}
.developmentPath-Con ul li.li010 {
  right: 0;
  top: 1940px;
}
.developmentPath-Con ul li.li011 {
  top: 2340px;
  left: 0;
}
.developmentPath-Con ul li.li012 {
  right: 0;
  top: 2420px;
}
.developmentPath-Con ul li dl dt {
  position: relative;
}
.developmentPath-Con ul li dl dt h3 {
  font-size: 32px;
  color: #063a75;
}
.developmentPath-Con ul li dl dt h3 em {
  display: inline-block;
  font-size: 15px;
}
.developmentPath-Con ul li dl dt i {
  width: 2px;
  height: 52px;
  background-color: #023571;
  display: block;
  position: absolute;
  bottom: -70px;
  left: 30px;
  z-index: 99;
}
.developmentPath-Con ul li dl dt p {
  font-size: 15px;
  color: #666;
  margin-top: 30px;
  width: 400px;
}
.developmentPath-Con ul li dl dd {
  position: relative;
}
.developmentPath-Con ul li dl dd span {
  width: 400px;
  height: 250px;
  display: block;
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
.developmentPath-Con ul li dl dd span img {
  display: block;
  width: 100%;
}
.developmentPath-Con ul li dl dd h4 {
  font-size: 15px;
  color: #023571;
  font-family: "QUEEN";
  position: absolute;
  right: -40px;
  top: 0;
  border-top: 1px #023571 solid;
  border-bottom: 1px #023571 solid;
  padding: 10px 0;
}
.developmentPath-Con ul li dl dd i {
  display: block;
  width: 560px;
  height: 1px;
  background-color: #023571;
  position: absolute;
  top: 50%;
  left: 0;
}

.developmentPath-Con span.DianTi {
  width: 49px;
  height: 500px;
  display: block;
  margin: 0 auto;
}
.developmentPath-Con ul li a {
  cursor: default;
}
/* developmentPath End */

/* Features */
.Features {
  padding-bottom: 100px;
}

.FeaturesCon {
  margin-top: 140px;
}
.FeaturesCon ul li {
  width: 280px;
  height: 440px;
  background-color: #f6f6f6;
  float: left;
  margin-left: 26px;
  text-align: center;
  position: relative;
}
.FeaturesCon ul li:first-child {
  margin-left: 0;
}
.FeaturesCon ul li span {
  width: 236px;
  height: 236px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -118px;
}
.FeaturesCon ul li span img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.FeaturesCon ul li h3 {
  font-size: 16px;
  color: #023571;
  margin: 210px 0 20px;
}
.FeaturesCon ul li p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  padding: 0 20px;
  height: 105px;
}
.FeaturesCon ul li i {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #023571;
  margin: 45px auto 0;
}

.sidewalkCon ul li {
  width: 340px;
  margin-left: 90px;
}
/* Features End */

/* Arrangements */
.Arrangements {
  padding-bottom: 100px;
}

.ArrangementsCon {
  margin-top: 50px;
}
.ArrangementsCon ul li {
  float: left;
  width: 43%;
  border-left: 1px #e2e2e2 solid;
  border-bottom: 1px #e2e2e2 solid;
  padding: 40px;
  height: 450px;
}
.ArrangementsCon ul li.li01,
.ArrangementsCon ul li.li02 {
  padding-top: 0;
}
.ArrangementsCon ul li.li01,
.ArrangementsCon ul li.li03,
.ArrangementsCon ul li.li05 {
  border-left: none;
  padding-left: 0;
}
.ArrangementsCon ul li.li05,
.ArrangementsCon ul li.li06 {
  border-bottom: none;
}
.ArrangementsCon ul li h3 {
  font-size: 24px;
  color: #333;
}
.ArrangementsCon ul li h3 em {
  display: inline-block;
  margin-left: 150px;
}
.ArrangementsCon ul li p {
  line-height: 20px;
  font-size: 15px;
  color: #666;
  margin-top: 20px;
}
.ArrangementsCon ul li span {
  width: 472px;
  height: 294px;
  display: block;
}
.ArrangementsCon ul li span img {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.ArrangementsCon ul li span.span02 {
  width: 628px;
  height: 403px;
  display: block;
}
/* Arrangements End */

/* InclinationDisplay */
.InclinationDisplay {
  padding-bottom: 100px;
}

.InclinationDisplay-Con {
  margin-top: 55px;
}
.InclinationDisplay-Con ul li {
  float: left;
  width: 33.25%;
  border: 1px #e5e5e5 solid;
  margin-left: -1px;
  text-align: center;
  height: 493px;
}
.InclinationDisplay-Con ul li span {
  margin: 30px 0 50px;
  display: block;
  overflow: hidden;
}
.InclinationDisplay-Con ul li span img {
  display: block;
  width: 100%;
  display: block;
  transition: 0.8s;
}
.InclinationDisplay-Con ul li:hover span img {
  transform: scale(1.1);
}
.InclinationDisplay-Con ul li:hover h3 {
  color: #023571;
  font-weight: bold;
}
.InclinationDisplay-Con ul li h3 {
  font-size: 20px;
  color: #333;
}
.InclinationDisplay-Con ul li p {
  font-size: 15px;
  color: #999;
  margin-top: 10px;
}
/* InclinationDisplay End */

/* Comprehensive */
.Comprehensive {
  padding: 100px 0;
}

.Comprehensive-Con {
  margin-top: 50px;
}
.Comprehensive-Con ul li {
  float: left;
  width: 330px;
  border-left: 1px #e4e4e4 solid;
  padding-left: 41px;
  margin-left: 41px;
}
.Comprehensive-Con ul li:first-child {
  margin-left: 0;
}
.Comprehensive-Con ul li span {
  display: block;
  width: 330px;
  height: 200px;
  overflow: hidden;
}
.Comprehensive-Con ul li span img {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.Comprehensive-Con ul li:hover span img {
  transform: scale(1.1);
}
.Comprehensive-Con ul li h3 {
  font-size: 24px;
  color: #023571;
  margin: 30px 0 25px;
  position: relative;
}
.Comprehensive-Con ul li h3 em {
  width: 2px;
  height: 23px;
  display: block;
  background-color: #023571;
  position: absolute;
  left: -42px;
  top: 0;
}
.Comprehensive-Con ul li p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  height: 125px;
}
.Comprehensive-Con ul li i {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #023571;
  margin-top: 70px;
}
/* Comprehensive End */

/* TechnicalStrength */
.TechnicalStrength {
  padding-bottom: 0;
}
/* TechnicalStrength End */

/* Uilding */
.Uilding {
  padding: 100px 0;
}

.UildingCon {
  padding: 50px 0 0;
}
.UildingCon dl dt {
  height: 330px;
}
.UildingCon dl dd h3 {
  font-size: 20px;
}
.UildingCon dl dd p {
  line-height: 25px;
  margin-top: 30px;
  height: 170px;
}
.UildingCon dl dd i {
  width: 25px;
  height: 1px;
  display: block;
  background-color: #023571;
}
/* Uilding End */

/* ShaftStructure */
.ShaftStructure {
  background: url(../image/Datas.jpg) center;
  padding: 0 0 50px;
  margin-bottom: 100px;
}

.ShaftStructure-Con ul {
  width: 1240px;
  margin-left: -38px;
}
.ShaftStructure-Con ul li span {
  width: 116px;
  height: 216px;
  display: block;
  position: absolute;
  right: -15px;
  bottom: -50px;
  z-index: 9;
}
.ShaftStructure-Con ul li span img {
  display: block;
  width: 100%;
}
.ShaftStructure-Con ul li {
  width: 580px;
  height: 240px;
  float: left;
  margin-left: 38px;
  border: 1px #4e719a solid;
  position: relative;
  margin-bottom: 38px;
}
.ShaftStructure-Con ul li h3 {
  font-size: 26px;
  color: #fff;
  padding: 40px 40px 0 40px;
}
.ShaftStructure-Con ul li p {
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  margin-top: 25px;
  padding: 0 115px 0 40px;
}
/* ShaftStructure End */

/* InstallationProcess */
.InstallationProcess {
  padding-bottom: 100px;
}

.InstallationProcess-Con span {
  display: block;
  margin-top: 40px;
  left: 50%;
  margin-left: -960px;
  position: relative;
}
.InstallationProcess-Con span img {
  display: block;
}
/* InstallationProcess End */

/* CommonProblems */
.CommonProblems {
  padding-bottom: 100px;
}

.CommonProblems-Con {
  border-top: 1px #e4e4e4 solid;
  border-bottom: 1px #e4e4e4 solid;
  height: 486px;
  margin-top: 50px;
  position: relative;
}
.CommonProblems-Con span {
  width: 265px;
  height: 540px;
  display: block;
  position: absolute;
  right: -135px;
  top: -50px;
  z-index: 1;
}
.CommonProblems-Con span img {
  display: block;
  width: 100%;
}

.CommonProblems-Left {
  height: 490px;
  border-right: 1px #e4e4e4 solid;
  width: 320px;
}
.CommonProblems-Left h3 {
  font-size: 20px;
  color: #023571;
  margin: 50px 0;
}
.CommonProblems-Left ul li {
  font-size: 15px;
  color: #606060;
  position: relative;
  margin-top: 30px;
}
.CommonProblems-Left ul li:first-child {
  margin-top: 0;
}
.CommonProblems-Left ul li i {
  width: 81px;
  height: 13px;
  display: block;
  background: url(../image/CommonProblemsImg.png) no-repeat right;
  position: absolute;
  top: 0;
  right: -40px;
}

.CommonProblems-Right h3 {
  font-size: 20px;
  color: #023571;
  font-weight: bold;
  margin: 50px 90px;
}
.CommonProblems-Right ul {
  margin: 0 90px;
}
.CommonProblems-Right ul li {
  font-size: 15px;
  color: #023571;
  margin-top: 30px;
}
.CommonProblems-Right ul li:first-child {
  margin-top: 0;
}
/* CommonProblems End */

/* 小屏幕 */
@media (max-width: 1920px) {
  .InpageConTop ul li.li01 a .TextCon p {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .InpageConTop ul li.li01 a .TextCon p {
    display: none;
  }
}
/* 小屏幕 End */

/* ljp 开始*/

/* 核心技术 */
.InpageBanner .hexinjs-bn {
  background: url(../image/hexinjs.png) repeat center;
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
.InpageBanner .hexinjs-bn ul {
  width: 1200px;
  margin: 0 auto;
}
.InpageBanner .hexinjs-bn ul li {
  float: left;
  width: 300px;
  padding-top: 50px;
}
.InpageBanner .hexinjs-bn ul li span {
  font-size: 36px;
  color: #fff;
  font-family: "Medium";
}
.InpageBanner .hexinjs-bn ul li p {
  font-size: 16px;
  color: #fff;
}

.hexinkj-zj {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}
.hexinkj-zj dl dd.dd01 {
  width: 600px;
  height: 300px;
  float: left;
}
.hexinkj-zj dl dd.dd01 {
  width: 600px;
  height: 300px;
  display: block;
  overflow: hidden;
}
.hexinkj-zj dl dd.dd01 img {
  width: 600px;
  height: 300px;
  display: block;
  transition: 0.8s;
}
.hexinkj-zj dl dd.dd01 img:hover {
  transform: scale(1.1);
}
.hexinkj-zj dl dd.dd02 {
  padding-left: 37px;
  padding-right: 45px;
  width: 518px;
  float: left;
  padding-top: 39px;
  background: #f6f6f6;
  height: 261px;
  position: relative;
}
.hexinkj-zj dl dd.dd02 h3 {
  color: #063a75;
  font-size: 24px;
  font-weight: normal;
}
.hexinkj-zj dl dd.dd02 h4 {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
}
.hexinkj-zj dl dd.dd02 p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin-top: 28px;
}
.hexinkj-zj dl dd.dd02 img {
  position: absolute;
  display: block;
  width: 49px;
  height: 49px;
  right: 44px;
  bottom: 38px;
}

/* 解困系统 */
.jkxt {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
}
.jkxt > h3 {
  font-weight: normal;
  font-family: "Medium";
  color: #063a75;
  font-size: 24px;
}
.jkxt > h3 a {
  font-weight: normal;
  font-family: "Medium";
  color: #063a75;
  font-size: 24px;
}
.jkxt > p {
  font-size: 14px;
  color: #333;
  line-height: 25px;
  margin-top: 18px;
}

.jkxt-jqr {
  width: 1200px;
  height: 570px;
  margin: 0 auto;
  background: url(../image/jiqirenna01.png) no-repeat 176px;
  margin-top: 50px;
  position: relative;
}
.jkxt-jqr span {
  display: block;
  width: 215px;
  height: 215px;
  position: absolute;
  background: url(../image/tuoyy.png) no-repeat center;
  text-align: center;
}
.jkxt-jqr span em {
  font-size: 36px;
  color: #063a75;
  font-family: "Medium";
  margin-top: 75px;
  display: block;
}
.jkxt-jqr span p {
  font-size: 18px;
  color: #333;
}
.jkxt-jqr span.span01 {
  left: 0;
  top: 10px;
}
.jkxt-jqr span.span02 {
  left: 280px;
  top: 82px;
}
.jkxt-jqr span.span03 {
  left: 64px;
  top: 304px;
}
.jkxt-jqr span.span04 {
  right: 80px;
  top: -33px;
}
.jkxt-jqr span.span05 {
  right: 0;
  top: 179px;
}
.jkxt-jqr span.span06 {
  right: 229px;
  top: 277px;
}
.jkxt > a {
  font-style: 14px;
  color: #999;
  height: 45px;
  line-height: 45px;
  width: 130px;
  text-align: center;
  background: url(../image/llllgda.png) no-repeat center;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.hexinkj-sd {
  width: 1200px;
  margin: 0 auto;
}
.hexinkj-sd ul {
  border: 1px solid #ebebeb;
  width: 100%;
}
.hexinkj-sd ul li {
  width: 399px;
  padding-top: 47px;
  height: 253px;
  position: relative;
  float: left;
  border-left: 1px solid #ebebeb;
}
.hexinkj-sd ul li:first-child {
  border-left: none;
}
.hexinkj-sd ul li h3 {
  font-weight: normal;
  color: #063a75;
  font-size: 24px;
  text-indent: 37px;
  border-left: 1px solid #063a75;
}
.hexinkj-sd ul li p {
  width: 322px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  margin-top: 18px;
}
.hexinkj-sd ul li img {
  display: block;
  position: absolute;
  top: 200px;
  left: 295px;
}

.hexinkj-dl {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}
.hexinkj-dl dl {
  width: 1200px;
}
.hexinkj-dl dl dd {
  float: left;
  height: 398px;
  margin-bottom: 100px;
}
.hexinkj-dl dl dd.dd02 {
  border: 1px solid #ebebeb;
  position: relative;
  width: 599px;
}
.hexinkj-dl dl dd.dd01 .img01 {
  position: absolute;
  top: 20px;
  left: -60px;
  display: block;
}
.hexinkj-dl dl dd.dd01 .img011 {
  position: absolute;
  top: 20px;
  right: -60px;
  display: block;
  z-index: 9;
}
.hexinkj-dl dl dd.dd02 .img02 {
  position: absolute;
  top: -20px;
  left: 177px;
}
.hexinkj-dl dl dd.dd02 .img03 {
  margin: 0 auto;
  display: block;
  margin-top: 52px;
}
.hexinkj-dl dl dd.dd02 .img04 {
  position: absolute;
  top: -20px;
  left: 154px;
}
.hexinkj-dl dl dd.dd02 .img05 {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}

.hexinkj-dl dl:hover dd.dd02 .img05 {
  transform: scale(1.1);
}
.hexinkj-dl dl dd.dd01 {
  position: relative;
  padding-left: 50px;
  width: 549px;
}
.hexinkj-dl dl dd.dd01 h3 {
  font-weight: normal;
  font-size: 32px;
  color: #03346f;
}
.hexinkj-dl dl dd.dd01 h4 {
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  margin-top: 28px;
}
.hexinkj-dl dl dd.dd01 > p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 33px;
  width: 559px;
}
.hexinkj-dl dl .dd01 > a.a01 {
  font-size: 14px;
  color: #999;
  height: 45px;
  line-height: 45px;
  width: 130px;
  text-align: center;
  background: url(../image/llllgda.png) no-repeat center;
  display: block;
  position: absolute;
  bottom: 0;
}
.hexinkj-dl dl .dd01 > .a02 {
  font-size: 16px;
  color: #606060;
  position: absolute;
  bottom: 0;
  font-family: "Medium";
}
.hexinkj-dl dl .dd01 > a:hover {
  color: #022a56;
}
.hexinkj-dl dl .dd01 > span {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  float: left;
  margin-left: 18px;
  margin-top: 26px;
  text-align: center;
  box-shadow: #ebebeb 0px 11px 14px 0px;
}
.hexinkj-dl dl .dd01 > span img {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}
.hexinkj-dl dl .dd01 > span p {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}

.hxjs-wxlc {
  width: 100%;
  height: 1040px;
  background: url(../image/hxjs-liucimg_02.jpg) no-repeat center;
}
.hxjs-wxlc .container {
  text-align: center;
  padding-top: 95px;
}
.hxjs-wxlc .container h3 {
  color: #fff;
  font-size: 32px;
}
.hxjs-wxlc .container p.p01 {
  color: #fff;
  font-size: 16px;
  margin-top: 22px;
  font-family: "Medium";
}
.hxjs-wxlc .container img {
  display: block;
  margin-top: 65px;
}
.hxjs-wxlc .container p.p02 {
  color: #fff;
  font-size: 15px;
  margin-top: 65px;
  line-height: 25px;
}

/* 售后服务条款 */
.shouhoufw {
  padding: 100px 0;
  width: 1200px;
  margin: 0 auto;
}
.shouhoufw dl {
  width: 100%;
  height: 520px;
}
.shouhoufw dl dd {
  width: 600px;
  float: left;
  height: 520px;
  position: relative;
}
.shouhoufw dl dd.dd02 {
  width: 600px;
  float: left;
  height: 520px;
  overflow: hidden;
}
.shouhoufw dl dd.dd02 img {
  width: 600px;
  height: 520px;
  display: block;
  transition: 0.8s;
}
.shouhoufw dl dd.dd01 > a {
  font-size: 16px;
  color: #606060;
  position: absolute;
  bottom: 0;
  font-family: "Medium";
  font-weight: normal;
}
.shouhoufw dl dd.dd01 > a:hover {
  color: #03346f;
}
.shouhoufw dl dd.dd01 h3 {
  font-weight: normal;
  font-size: 32px;
  color: #03346f;
}
.shouhoufw dl dd.dd01 > p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 33px;
  width: 570px;
}
.shouhoufw dl dd.dd01 .img011 {
  position: absolute;
  top: 20px;
  right: -60px;
  display: block;
  z-index: 9;
}
.shouhoufw dl dd.dd02 img:hover {
  transform: scale(1.1);
}

/* 招商加盟 */
.zsjm-jianjie {
  width: 100%;
  background: #f6f6f6;
  padding: 100px 0;
}
.zsjm-jianjie .zsjm-jjb {
  width: 1200px;
  margin: 0 auto;
}
.zsjm-jianjie-left {
  float: left;
  width: 240px;
}
.zsjm-jianjie-left h3 {
  font-size: 32px;
  color: #063a75;
  font-weight: normal;
}
.zsjm-jianjie-left p {
  font-size: 16px;
  color: #606060;
  font-weight: normal;
  font-family: "Medium";
  margin-top: 25px;
}
.zsjm-jianjie-left span {
  display: block;
  width: 30px;
  height: 2px;
  background: #063a75;
  margin-top: 100px;
}
.zsjm-jianjie-right {
  float: left;
  width: 960px;
}
.zsjm-jianjie-right > p {
  font-size: 15px;
  color: #606060;
  line-height: 25px;
  width: 920px;
  margin-bottom: 28px;
}
.zsjm-jianjie-right > a {
  display: block;
  width: 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(../image/zsjm-zxbj.png) no-repeat center;
  margin-top: 80px;
  font-size: 14px;
  color: #f5f5f5;
}

.zsjm-ppys {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.zsjm-ppys-left {
  float: left;
  width: 240px;
}
.zsjm-ppys-left h3 {
  font-size: 32px;
  color: #063a75;
  font-weight: normal;
}
.zsjm-ppys-left p {
  font-size: 16px;
  color: #606060;
  font-weight: normal;
  margin-top: 25px;
}
.zsjm-ppys-left span {
  display: block;
  width: 30px;
  height: 2px;
  background: #063a75;
  margin-top: 100px;
}
.zsjm-ppys-right {
  float: left;
  width: 960px;
}
.zsjm-ppys-right dl {
  width: 960px;
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb;
}
.zsjm-ppys-right dl:first-child {
  padding-top: 0;
}
.zsjm-ppys-right dl dt {
  float: left;
  width: 67px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  font-family: "Medium";
  color: #fff;
  font-size: 30px;
  float: left;
}
.zsjm-ppys-right dl dt.dt01 {
  background: url(../image/zsjm-ppys-bj01.png) no-repeat center;
}
.zsjm-ppys-right dl dt.dt02 {
  background: url(../image/zsjm-ppys-bj02.png) no-repeat center;
}
.zsjm-ppys-right dl dd {
  float: left;
  margin-left: 25px;
}
.zsjm-ppys-right dl dd h3 {
  font-size: 26px;
  color: #063a75;
}
.zsjm-ppys-right dl dd p {
  font-size: 15px;
  color: #666666;
  margin-top: 8px;
  width: 855px;
  line-height: 25px;
}

.zsjm-jcfw {
  width: 100%;
  background: url(../image/zsjm-zcfw-bj_02.jpg) no-repeat center;
  height: 845px;
  padding-top: 95px;
}
.zsjm-jcfw .zsjm-jcfwb {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.zsjm-jcfw-left {
  float: left;
  width: 240px;
}
.zsjm-jcfw-left h3 {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
}
.zsjm-jcfw-left p {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  font-family: "Medium";
  margin-top: 25px;
}
.zsjm-jcfw-left span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-top: 95px;
}
.zsjm-jcfw-right {
  float: left;
  width: 960px;
  background: url(../image/zsjm-fkk.png) no-repeat top right;
  height: 568px;
  position: relative;
}
.zsjm-jcfw-right span {
  display: block;
  width: 250px;
  height: 166px;
  text-align: center;
  padding-top: 62px;
  position: absolute;
}
.zsjm-jcfw-right span i {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  font-family: "Medium";
}
.zsjm-jcfw-right span p {
  font-size: 24px;
  color: #fff;
}
.zsjm-jcfw-right span.span01 {
  left: 133px;
  top: 0;
}
.zsjm-jcfw-right span.span02 {
  left: 325px;
  top: 112px;
}
.zsjm-jcfw-right span.span02 i {
  color: #063a75;
}
.zsjm-jcfw-right span.span02 p {
  color: #063a75;
}
.zsjm-jcfw-right span.span03 {
  left: 518px;
  top: 0;
}
.zsjm-jcfw-right span.span04 {
  right: 0;
  top: 112px;
}
.zsjm-jcfw-right span.span05 {
  left: 518px;
  top: 226px;
}
.zsjm-jcfw-right span.span06 {
  left: 325px;
  bottom: 0;
}
.zsjm-jcfw-right span.span07 {
  right: 0;
  bottom: -5px;
}
.zsjm-jcfw-right span.span07 i {
  color: #063a75;
}
.zsjm-jcfw-right span.span07 p {
  color: #063a75;
}

.zsjm-jcfw-wz {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  width: 375px;
  position: absolute;
  left: 480px;
  top: 555px;
}

.zsjm-liuyan {
  padding: 100px 0;
}
.zsjm-liuyan dl dt {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  width: 320px;
  float: left;
}
.zsjm-liuyan dl dd {
  float: left;
  width: 878px;
}
.zsjm-liuyan dl dd p {
  width: 388px;
  height: 56px;
  line-height: 56px;
  float: left;
  margin-left: 48px;
  margin-bottom: 38px;
}
.zsjm-liuyan dl dd p input {
  width: 386px;
  height: 54px;
  line-height: 56px;
  border: none;
  outline: none;
  border: 1px solid #e0e0e0;
  color: #999;
  font-size: 16px;
  text-indent: 28px;
}
.zsjm-liuyan dl dd p input.input01 {
  background: url(../image/zsjm-lybj01.png) no-repeat 340px;
}
.zsjm-liuyan dl dd p input.input02 {
  background: url(../image/zsjm-lybj02.png) no-repeat 340px;
}
.zsjm-liuyan dl dd p a {
  width: 388px;
  height: 56px;
  line-height: 56px;
  display: block;
  font-size: 16px;
  color: #fff;
  text-indent: 136px;
}
.zsjm-liuyan dl dd p.p01 {
  background: #063a75;
}
.zsjm-liuyan dl dd p.p02 {
  background: #333333;
}
.zsjm-liuyan dl dd p a.a01 {
  background: url(../image/zsjm-lybj03.png) no-repeat 245px;
}
.zsjm-liuyan dl dd p a.a02 {
  background: url(../image/zsjm-lybj04.png) no-repeat 245px;
}

/* ljp 结束*/
.close_bgmask {
  transition: transform 0.3s;
}
.close_bgmask:hover {
  transform: scale(1.1);
}
.close_bgmask:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 1px;
  margin-left: -8px;
  margin-top: -1px;
  transform: rotateZ(45deg);
  background-color: #fff;
}
.close_bgmask:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 1px;
  margin-left: -8px;
  margin-top: -1px;
  transform: rotateZ(-45deg);
  background-color: #fff;
}
.img_bgmask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19000000,endcolorstr=#19000000);
  z-index: 1000;
  text-align: center;
  display: none;
}
/* .img_bgmask:before {
    content:"";
    vertical-align: middle;
    display: inline-block;
    height:100%;
} */

.img_bgmask .view_img_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  vertical-align: middle;
  cursor: move;
  z-index: 1002;
}
.img_bgmask .view_img_wrap img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.close_bgmask {
  position: absolute;
  right: -40px;
  top: -30px;
  z-index: 10;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  border: 1px solid #fff;
}
