@charset "utf-8";
/* CSS Document */
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper1 .swiper-pagination {
  display: inline-block;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #e74c3c;
  width: 20px;
  border-radius: 5px;
}
.swiper1 .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url(../images/next.png) center center no-repeat;
  margin-top: -25px;
}
.swiper1 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/prev.png) center center no-repeat;
  margin-top: -25px;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.message {
  background-color: #000;
}
.message h3 {
  text-align: center;
  padding-top: 35px;
  font-size: 18px;
  color: #fff;
}
.message h3 span {
  color: #da0211;
}
.message form {
  width: 800px;
  margin: 0 auto;
  display: flex;
  height: 100px;
  align-items: center;
}
.message .inputtxt {
  background-color: #fff;
  line-height: 50px;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.message .inputtxt input {
  font-size: 14px;
  padding: 0;
  margin: 0 10px;
  border: 0;
  border-right: 1px solid #ddd;
  line-height: 50px;
}
.message .inputtxt input:last-child {
  border-right: 0;
}
.message .submit {
  width: 190px;
  font-size: 16px;
  background-color: #e60012;
  color: #fff;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  margin-left: 10px;
  border-right: 2px solid #92000b;
  border-bottom: 2px solid #92000b;
}
.message .submit:hover {
  background-color: #92000b;
}
.mtit {
  text-align: center;
  margin: 80px 0 50px 0;
}
.mtit h2 {
  font-size: 40px;
  color: #000;
}
.bor {
  text-align: center;
  margin-top: 30px;
}
.bor i {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e74c3c;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.bor i:before,
.bor i:after {
  content: '';
  width: 80px;
  height: 1px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  position: absolute;
  top: 3px;
}
.bor i:before {
  left: -100px;
}
.bor i:after {
  left: 30px;
}
.goods-five {
  display: flex;
  justify-content: space-between;
}
.goods-five .con-tit {
  width: 270px;
  height: 240px;
  background-color: #da0211;
  color: #fff;
  box-sizing: border-box;
  padding: 40px 30px;
}
.goods-five .con-tit h4 {
  font-size: 28px;
}
.goods-five .con-tit h3 {
  font-size: 48px;
  font-weight: bold;
  margin-top: 10px;
}
.goods-five .goods-right {
  flex: 1;
  width: 930px;
}
.owl-list1 .owl-buttons {
  height: 75px;
  margin-top: -75px;
}
.owl-list1 .owl-buttons div {
  width: 36px;
  height: 75px;
}
.owl-list1 .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.owl-list1:hover .owl-buttons .owl-prev {
  background-image: url(../images/banner_btn.png);
  background-position: -322px -36px;
}
.owl-list1 .owl-buttons .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-list1:hover .owl-buttons .owl-next {
  background-image: url(../images/banner_btn.png);
  background-position: -48px -36px;
}
.owl-list1 .owl-pagination {
  display: none;
}
.goods-five-con {
  border-right: 2px solid #e2e2e2;
  border-top: 2px solid #e2e2e2;
  border-bottom: 2px solid #e2e2e2;
  box-sizing: border-box;
  text-align: center;
  height: 238px;
}
.goods-five-con img {
  padding-top: 40px;
}
.goods-five-con span {
  display: inline-block;
  font-size: 20px;
  color: #333;
  padding-top: 8px ;
}
.goods-five-con .size_bold {
  font-weight: bold;
}
.goods-five-con p {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #d6d6d6;
  line-height: 20px;
}
.goods-five-con .reason_slide_hover {
  display: none;
}
.goods-five-con a:hover span {
  color: red!important;
}
.goods-five-con a:hover .reason_slide {
  display: none;
}
.goods-five-con a:hover .reason_slide_hover {
  display: block;
  margin: 0 auto;
}
.good-story {
  height: 237px;
  margin-top: 20px;
  display: flex;
  margin-bottom: 50px;
}
.good-story-video {
  height: 100%;
  width: 929px;
  overflow: hidden;
}
.prism-player-box {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #333;
}
.play_btn_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video_cover {
  width: 100%;
  margin-top: -200px;
}
.customer_type {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}
.customer_box {
  width: 270px;
  padding: 64px 35px 0 0;
  box-sizing: border-box;
  background-color: #eee;
  height: 237px;
}
.customer_box p {
  text-align: right;
  color: #333;
  width: 100%;
}
.customer_box .customer_index_title {
  width: 243px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 26px;
  margin-right: -5px;
  font-weight: bold;
  position: relative;
}
.customer_box .customer_index_more {
  width: 105px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  float: right;
  cursor: pointer;
  border-radius: 2px;
}
.customer_box .customer_index_more a {
  color: #fff;
}
.mtit2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: 70px;
}
.mtit2 h2 {
  color: #da0211;
  display: inline-block;
}
.mtit2 h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
}
.mtit2 h3 span {
  padding: 0 10px;
  color: #ffc571;
}
.index-case {
  background-image: url(../images/mbg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}
.index-case-con {
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}
.index-case-nav {
  width: 325px;
}
.index-case-nav h3 {
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 30px 0;
  line-height: 30px;
  color: #fff;
}
.index-case-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.index-case-nav li {
  box-sizing: border-box;
  margin: 10px 5px;
  flex: 1;
}
.index-case-nav li a {
  display: block;
  color: #fff;
  border-radius: 45px;
  width: 90px;
  height: 90px;
  position: relative;
  cursor: pointer;
}
.index-case-nav li a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(218, 2, 17, 0.8);
  z-index: 10;
  display: none;
  text-align: center;
  line-height: 90px;
}
.index-case-nav li a:hover span {
  display: block;
}
.index-case-nav li.hover a span {
  display: block;
}
.index-case-nav li a img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
#index-case-con1 {
  width: 875px;
  background-color: #eee;
}
#index-case-con1 ul {
  display: none;
  padding: 80px;
  box-sizing: border-box;
}
#index-case-con1 ul.block {
  display: block;
}
#index-case-con1 ul h3 {
  display: block;
  font-size: 45px;
  color: #222;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 550px;
  display: inline-block;
  line-height: 45px;
  height: 45px;
}
#index-case-con1 ul p {
  margin-top: 16px;
  display: block;
  height: 47px;
  margin-bottom: 62px;
  font-size: 15px;
  line-height: 23px;
  color: #3d3d3d;
  overflow: hidden;
}
#index-case-con1 ul .pimgl img {
  width: 48%;
  margin-right: 10px;
  height: 240px;
}
.index-case-more {
  margin-top: 70px;
  margin-bottom: 70px;
}
.index-case-more a {
  display: block;
  background-color: #333;
  width: 168px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 1px solid #333;
}
.index-case-more a:hover {
  background-color: #e74c3c;
  color: #fff;
}
.mtitbg {
  background: url(../images/designbg.png) center 80px no-repeat;
  padding: 30px 0 0px 0;
  margin: 30px 0 0 0;
}
.index-design-hotlist {
  width: 480px;
  height: 480px;
  overflow: hidden;
  float: left;
}
.index-design-list ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.index-design-list li {
  width: 240px;
}
.index-design-list li a {
  display: block;
  position: relative;
  height: 240px;
  overflow: hidden;
}
.index-design-list li a .index-design-pic {
  left: 0;
  top: 0;
}
.index-design-list li a .index-design-pic img {
  width: 100%;
}
.index-design-list li a .index-design-con {
  display: none;
}
.index-design-list .index-design-con h3 {
  font-size: 24px;
}
.index-design-list li a:hover .index-design-con {
  display: block;
  opacity: 0.9;
  line-height: 35px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #da0211;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-design-other {
  display: flex;
  justify-content: center;
}
.index-design-other dl {
  border-right: 1px solid #eee;
  font-size: 12px;
  padding: 0 5px;
  line-height: 25px;
}
.index-design-other dl:last-child {
  border-right: 0;
}
.index-design-other dl dt,
.index-design-other dl dd {
  display: block;
  text-align: center;
}
.index-design-other dl dd span {
  font-size: 14px;
}
.index-design-hotlist a {
  display: block;
  position: relative;
  height: 480px;
  overflow: hidden;
}
.index-design-hotlist a .index-design-pic img {
  width: 100%;
}
.index-design-hotlist a .index-design-con {
  display: none;
}
.index-design-hotlist .index-design-con h3 {
  font-size: 48px;
}
.index-design-hotlist .index-design-con p {
  font-size: 24px;
  margin: 20px 0;
}
.index-design-hotlist a:hover .index-design-con {
  display: block;
  opacity: 0.9;
  line-height: 35px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #da0211;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-design-hotlist .index-design-other dl {
  font-size: 14px;
}
.index-design-hotlist .index-design-con img {
  margin-top: 30px;
}
.index-design-hotlist .index-design-other dl {
  padding: 0 10px;
}
.index-design-hotlist .index-design-other dl dd span {
  font-size: 16px;
}
.owl-list2 {
  padding: 0 65px;
  box-sizing: border-box;
}
.owl-list2 .item {
  padding: 50px 5px;
  display: block;
}
.owl-list2 .item img {
  width: 60px;
  opacity: 0.5;
}
.owl-list2 .item img:hover {
  opacity: 1;
  transform: scale(1.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.owl-list2 .owl-buttons {
  height: 90px;
  margin-top: -90px;
}
.owl-list2 .owl-buttons div {
  width: 60px;
  height: 90px;
}
.owl-list2 .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  background: #333 url(../images/left2.png) center center no-repeat;
  background-size: 30% auto;
  transform: translateY(-50%);
}
.owl-list2 .owl-buttons .owl-prev:hover {
  background: #da0211 url(../images/left2.png) center center no-repeat;
  background-size: 30% auto;
}
.owl-list2 .owl-buttons .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #333 url(../images/right2.png) center center no-repeat;
  background-size: 30% auto;
}
.owl-list2 .owl-buttons .owl-next:hover {
  background: #da0211 url(../images/right2.png) center center no-repeat;
  background-size: 30% auto;
}
.owl-list2 .owl-pagination {
  display: none;
}
.index-design-more {
  margin-bottom: 70px;
}
.index-design-more a {
  display: block;
  width: 168px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  border: 1px solid #333;
}
.index-design-more a:hover {
  background-color: #333;
  color: #FFFFFF;
}
.index-building {
  background: url(../images/mbg-2.jpg);
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.index-building-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.index-building-list ul li {
  width: 12%;
  height: 160px;
  margin: 20px 10px;
  font-size: 24px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.index-building-list ul li h4 span {
  font-size: 36px;
}
.index-building-list ul li:hover {
  border: 3px solid rgba(218, 2, 17, 0.5);
  cursor: pointer;
  background-color: rgba(218, 2, 17, 0.5);
}
.index-house-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-house-list ul li {
  margin-bottom: 45px;
}
.index-house-list ul li a {
  position: relative;
  display: block;
  width: 370px;
  height: 240px;
  overflow: hidden;
}
.index-house-list ul li a .index-house-con {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  z-index: 1;
  background: rgba(218, 2, 17, 0.5);
}
.index-house-list ul li a .index-house-con span {
  font-size: 34px;
  display: inline;
}
.index-house-list ul li a img {
  width: 100%;
  height: 240px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.index-house-list ul li a h3 {
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  display: block;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  left: 0;
  font-size: 16px;
  text-align: center;
}
.index-house-list ul li a:hover {
  box-shadow: 0 0 20px rgba(33, 37, 44, 0.5);
}
.index-house-list ul li a:hover h3 {
  background: rgba(218, 2, 17, 0.5);
}
.index-house-list ul li a:hover img {
  transform: scale(1.2);
}
.index-news-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.sc_item {
  width: 393px;
  height: 485px;
}
.sc_head {
  background-color: #000;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.sc_title {
  width: 59px;
  line-height: 34px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 51px 15px;
}
.sc_img {
  overflow: hidden;
}
.sc_item ul {
  background-color: #fafafa;
  padding: 20px;
  margin: 0;
  padding: 0;
  padding: 15px;
  height: 279px;
  overflow: hidden;
}
.sc_item ul li {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px dashed #ccc;
  list-style: none;
  color: #505050;
  font-size: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
