@charset "utf-8";
/* CSS Document */
.h100 {
  height: 100px;
}
.aboutus-banner {
  background: url(../images/about-pic-1.jpg) center center no-repeat;
  height: 515px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.aboutus-banner h2 {
  font-size: 60px;
  letter-spacing: 5px;
  line-height: 200%;
}
.aboutus-banner h3 {
  font-size: 25px;
}
.about-tit {
  text-align: center;
  margin: 110px 0 60px 0;
}
.about-tit h2 {
  font-size: 55px;
  color: black;
}
.about-tit span {
  width: 70px;
  height: 5px;
  background-color: #e6525d;
  display: block;
  margin: 20px auto;
}
.about-con {
  font-size: 30px;
  line-height: 200%;
  text-align: center;
}
.about-lc {
  margin: 100px 0;
}
.about-lc ul {
  display: flex;
  justify-content: center;
}
.about-lc ul li {
  margin: 0 80px;
}
.about-lc ul li .about-lc-pic {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-lc ul li .about-lc-pic:after {
  content: '';
  width: 5px;
  height: 30px;
  background-color: #e6525d;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}
.about-lc ul li:last-child .about-lc-pic:after {
  display: none;
}
.about-lc ul li span {
  display: block;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
.about-video {
  height: 500px;
  background: url(../images/about-pic-5.jpg) no-repeat;
  display: flex;
  align-items: center;
}
#video {
  width: 760px;
  margin: 0px auto;
}
.about-history {
  background: url(../images/about-pic-6.jpg) no-repeat;
  height: 1150px;
  overflow: hidden;
  margin-top: 100px;
}
.about-history .about-tit h2 {
  color: #fff;
}
.about-history-list {
  position: relative;
  height: 4px;
  background-color: #fff;
  width: 100%;
  margin-top: 450px;
}
.about-history-list ul {
  display: flex;
}
.about-history-list li {
  color: #fff;
  width: 220px;
  position: absolute;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-history-list li h3 {
  font-size: 35px;
  font-weight: bold;
}
.about-history-list li span {
  font-size: 16px;
  margin: 10px 0;
  height: 80px;
}
.about-history-list li .hbor {
  width: 2px;
  height: 210px;
  background-color: #fff;
}
.about-history-list li em {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50px;
}
.about-history-list li:nth-child(2n) h3 {
  order: 3;
}
.about-history-list li:nth-child(2n) span {
  order: 4;
  height: auto;
}
.about-history-list li:nth-child(2n) .hbor {
  order: 2;
}
.about-history-list li:nth-child(2n) em {
  order: 1;
}
.about-history-list li:hover h3 {
  color: #e6525d;
}
.about-history-list li:hover span {
  color: #e6525d;
}
.about-history-list li:hover .hbor {
  background-color: #e6525d;
}
.about-history-list li:hover em {
  background-color: #e6525d;
}
.about-history-list li.his-1 span {
  height: auto;
}
.about-history-list li.his-1 {
  left: -110px;
  top: -93px;
}
.about-history-list li.his-2 {
  left: 0px;
  top: -6px;
}
.about-history-list li.his-3 {
  left: 110px;
  top: -362px;
}
.about-history-list li.his-4 {
  left: 220px;
  top: -6px;
}
.about-history-list li.his-5 {
  left: 330px;
  top: -362px;
}
.about-history-list li.his-6 {
  left: 440px;
  top: -6px;
}
.about-history-list li.his-7 {
  left: 550px;
  top: -362px;
}
.about-history-list li.his-8 {
  left: 660px;
  top: -6px;
}
.about-history-list li.his-9 {
  left: 770px;
  top: -362px;
}
.about-history-list li.his-10 {
  left: 880px;
  top: -6px;
}
.about-history-list li.his-11 {
  left: 990px;
  top: -362px;
}
.about-history-list li.his-12 {
  left: 1090px;
  top: -6px;
}
.about-history-list li.his-13 {
  left: 1120px;
  top: -6px;
}
.about-history-list li.his-14 {
  left: 1150px;
  top: -6px;
}
.about-history-list li.his-15 {
  left: 1180px;
  top: -6px;
}
.about-culture-banner {
  height: 817px;
  background: url(../images/culture-1.jpg) no-repeat;
  text-align: center;
  overflow: hidden;
}
.about-culture-banner h2 {
  font-size: 65px;
  color: #000;
  margin-top: 70px;
}
.about-culture-banner h3 {
  margin-top: 10px;
  font-size: 26px;
}
.about-culture-list {
  margin: 110px 0;
}
.about-culture-list ul {
  display: flex;
  justify-content: space-between;
}
.about-culture-list ul li {
  margin: 0 10px;
}
.about-culture-list ul li h3 {
  font-size: 38px;
  color: #000;
}
.about-culture-list ul li span {
  width: 70px;
  height: 5px;
  background-color: #e6525d;
  display: block;
  margin: 20px 0;
}
.about-culture-list ul li p {
  font-size: 23px;
  line-height: 150%;
}
.about-culture-pic1 {
  background: url(../images/culture-2.jpg) center center no-repeat;
  height: 844px;
}
.about-culture-news {
  text-align: center;
  margin: 100px 0;
  position: relative;
  height: 450px;
}
.about-culture-news h3 {
  font-size: 40px;
  color: #000000;
}
.about-culture-news p {
  font-size: 18px;
  color: #7f7f7f;
  line-height: 200%;
  margin-top: 20px;
}
.about-culture-news li {
  position: absolute;
}
.about-culture-news li img {
  width: 80%;
}
.about-culture-news li.culture-pic1 {
  top: 0;
  left: 0;
}
.about-culture-news li.culture-pic2 {
  top: 150px;
  left: 20%;
}
.about-culture-news li.culture-pic3 {
  top: 240px;
  left: 40%;
}
.about-culture-news li.culture-pic4 {
  top: 150px;
  left: 60%;
}
.about-culture-news li.culture-pic5 {
  top: 0;
  left: 80%;
}
.about-culture-pic2 {
  padding: 30px;
  background-color: #f1f1f1;
}
.about-culture-pic2 dl {
  overflow: hidden;
}
.about-culture-pic2 dl dt {
  width: 40%;
  float: left;
}
.about-culture-pic2 dl dt h3 {
  color: #000000;
  font-size: 40px;
}
.about-culture-pic2 dl dt p {
  line-height: 180%;
  font-size: 20px;
  color: #999;
  margin-top: 30px;
}
.about-culture-pic2 dl dd {
  width: 60%;
  float: right;
}
.about-culture-pic2 dl dd img {
  width: 100%;
}
.about-culture-pic2 ul {
  display: flex;
  justify-content: space-between;
  margin: 30px -15px 0 -15px;
}
.about-culture-pic2 ul li {
  margin: 0 15px;
}
.about-culture-pic2 ul li img {
  width: 100%;
}
.about-culture-pic3 {
  height: 1080px;
  background: url(../images/culture-12.jpg) center top no-repeat;
  overflow: hidden;
  text-align: center;
  margin-top: 100px;
}
.about-culture-pic3 h3 {
  font-size: 60px;
  color: #fff;
  margin-top: 100px;
}
.about-culture-pic3 p {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  line-height: 200%;
}
.project-banner {
  height: 778px;
  color: #fff;
  background: url(../images/project-1.jpg) center top no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-banner h3 {
  font-size: 58px;
}
.project-banner h4 {
  font-size: 36px;
  text-transform: uppercase;
  margin: 20px;
}
.project-banner span {
  width: 70px;
  height: 6px;
  background-color: #fff;
}
.project-box1 {
  text-align: center;
  font-size: 50px;
  padding: 0px 0;
  width: 750px;
  margin: 100px auto 50px auto;
  position: relative;
}
.project-box1 span {
  color: #b41010;
  font-size: 80px;
  font-weight: bold;
  margin-left: 10px;
}
.project-box1 .pleft {
  position: absolute;
  left: 0;
  top: 0;
}
.project-box1 .pright {
  position: absolute;
  right: -20px;
  bottom: 0;
}
.project-process {
  height: 1296px;
  background: url(../images/project-2.jpg) center top no-repeat;
  box-sizing: border-box;
  padding: 50px 0;
  overflow: hidden;
}
.project-process ul {
  width: 1px;
  margin: 0 auto;
  position: relative;
}
.project-process ul li {
  width: 600px;
  background-color: red;
  position: absolute;
}
.project-con {
  position: relative;
  width: 100%;
}
.project-con b {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #a0a0a0;
  color: white;
  text-align: center;
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  display: block;
  line-height: 82px;
}
.project-con .project-process-con {
  position: absolute;
  box-sizing: border-box;
}
.project-con .project-process-con h4 {
  font-size: 35px;
  color: #000000;
  margin-top: -25px;
}
.project-con .project-process-con p {
  font-size: 20px;
  line-height: 160%;
  margin-top: 10px;
  text-align: left;
}
.project-con img {
  position: absolute;
}
.project-process ul li:nth-child(2n+1) b {
  order: 3;
}
.project-process ul li:nth-child(2n+1) .project-process-con {
  order: 2;
}
.project-process ul li:nth-child(2n+1) img {
  order: 1;
}
.project-process ul li:nth-child(2n+1) .project-process-con {
  background: url(../images/project-10.png);
  width: 321px;
  height: 221px;
}
.project-process ul li:nth-child(2n) .project-process-con {
  background: url(../images/project-11.png);
  width: 321px;
  height: 221px;
}
.project-process ul li:last-child .project-process-con {
  background: url(../images/project-12.png);
  width: 321px;
  height: 235px;
}
.project-process ul li:nth-child(1) {
  top: 0;
  left: -560px;
}
.project-process ul li:nth-child(2) {
  top: 210px;
  left: 0px;
}
.project-process ul li:nth-child(3) {
  top: 420px;
  left: -560px;
}
.project-process ul li:nth-child(4) {
  top: 630px;
  left: 0px;
}
.project-process ul li:nth-child(5) {
  top: 840px;
  left: -560px;
}
.project-process ul li:nth-child(2n+1) b {
  right: 0;
}
.project-process ul li:nth-child(2n+1) .project-process-con {
  top: 35px;
  right: 38px;
  padding-left: 60px;
}
.project-process ul li:nth-child(2n+1) img {
  top: 165px;
  left: 0px;
}
.project-process ul li:nth-child(2n) b {
  left: -40px;
}
.project-process ul li:nth-child(2n) .project-process-con {
  top: 35px;
  left: -1px;
  padding-left: 90px;
}
.project-process ul li:nth-child(2n) img {
  top: 165px;
  right: 0px;
}
.project-dasai {
  margin: 100px 0;
  text-align: center;
}
.project-dasai h2 {
  font-size: 55px;
  color: #000;
  margin-top: 70px;
}
.project-dasai h3 {
  margin-top: 10px;
  font-size: 26px;
}
.project-dasaibg {
  height: 650px;
  background: url(../images/picbg.jpg) no-repeat;
  display: flex;
  align-items: center;
}
.owl-list4 .item {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.owl-list4 .item img {
  max-width: 1000px;
  max-height: 500px;
  width: auto;
}
.owl-list4 .owl-buttons {
  height: 102px;
  margin-top: -102px;
}
.owl-list4 .owl-buttons div {
  width: 45px;
  height: 102px;
}
.owl-list4 .owl-buttons .owl-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  background: url(../images/project-left.png) center center no-repeat;
  transform: translateY(-50%);
}
.owl-list4 .owl-buttons .owl-next {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/project-right.png) center center no-repeat;
}
.owl-list4 .owl-pagination {
  display: none;
}
.adv-banner {
  background: url(../images/advantage-1.jpg) center center;
  color: #fff;
}
.adv-banner .w {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 733px;
}
.adv-banner h2 {
  font-size: 60px;
  letter-spacing: 3px;
}
.adv-banner h3 {
  font-family: arial;
  font-size: 30px;
  text-transform: uppercase;
}
.adv-banner span {
  width: 70px;
  height: 6px;
  background-color: #fff;
  display: block;
  margin: 50px 0 30px 0;
}
.adv-banner p {
  font-size: 30px;
  line-height: 150%;
}
.adv-tit {
  margin: 100px 0 50px 0;
  text-align: center;
}
.adv-tit h2 {
  font-size: 50px;
  color: #000000;
  display: block;
  letter-spacing: 2px;
}
.adv-tit span {
  font-size: 25px;
  color: #7d7d7d;
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}
.adv-liucheng h2 {
  display: block;
  background: url(../images/advantage-2.png);
  width: 136px;
  height: 48px;
  font-size: 24px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
}
.adv-liucheng .w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
}
.adv-liucheng-con1 {
  width: 595px;
  height: 210px;
  background-color: #da0211;
  color: #fff;
  box-sizing: border-box;
  padding: 25px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.adv-liucheng-con1 .liucheng-con1-tit {
  width: 150px;
  height: 158px;
  background: url(../images/advantage-3.png) left center no-repeat;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.adv-liucheng-con1 .liucheng-con1-tit h3 {
  font-size: 28px;
}
.adv-liucheng-con1 .liucheng-con1-tit span {
  font-size: 16px;
  opacity: 0.5;
  text-transform: uppercase;
}
.adv-liucheng-con1 .adv-content {
  width: 330px;
  margin-left: 50px;
  line-height: 20px;
}
.adv-liucheng-con1 .icon {
  position: absolute;
  width: 8px;
  height: 12px;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.adv-liucheng-con2 {
  width: 190px;
  height: 210px;
  border: 2px solid #dadada;
  margin-left: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.adv-liucheng-con2 h3 {
  font-size: 17px;
  margin-top: 10px;
}
.adv-liucheng-con2:nth-child(5) {
  margin-left: 0;
}
.adv-liucheng-con2 .icon {
  z-index: 10;
  position: absolute;
  width: 16px;
  text-align: center;
  height: 25px;
  background-color: #fff;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}
.adv-liucheng-con2:hover {
  border: 2px solid #da0211;
}
.adv-bg {
  background: url(../images/advbg.png);
}
.adv-bg .w {
  height: 1108px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adv-bg-content {
  position: absolute;
  width: 325px;
  text-align: center;
  color: #2a2829;
}
.adv-bg-content h3 {
  font-size: 32px;
}
.adv-bg-content h4 {
  font-size: 27px;
  margin: 10px 0;
}
.adv-bg-content p {
  font-size: 24px;
}
.adv1 {
  left: 50%;
  top: 50px;
  margin-left: -162px;
}
.adv2 {
  left: 0%;
  top: 25%;
}
.adv3 {
  right: 0%;
  top: 25%;
}
.adv4 {
  left: 0%;
  top: 60%;
}
.adv5 {
  right: 0%;
  top: 60%;
}
.adv6 {
  left: 50%;
  bottom: 50px;
  margin-left: -162px;
}
.advside-bg {
  background: url(../images/advsidebg.jpg) center center no-repeat;
}
.owl-list5 .item {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.owl-list5 .item img {
  max-width: 1000px;
  max-height: 500px;
  width: auto;
}
.owl-list5 .item span {
  display: block;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  left: 0;
}
.owl-list5 .owl-buttons {
  height: 100px;
  margin-top: -100px;
}
.owl-list5 .owl-buttons div {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.owl-list5 .owl-buttons .owl-prev {
  position: absolute;
  left: -150px;
  top: 50%;
  background: rgba(255, 255, 255, 0.3) url(../images/left2.png) center center no-repeat;
  transform: translateY(-50%);
}
.owl-list5 .owl-buttons .owl-next {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3) url(../images/right2.png) center center no-repeat;
}
.owl-list5 .owl-pagination {
  display: none;
}
.adv-content2 {
  color: #000000;
}
.adv-content2 h2 {
  font-size: 40px;
  letter-spacing: 5px;
}
.adv-content2 h2 b {
  font-size: 55px;
  font-weight: bolder;
}
.adv-content2 p {
  margin: 20px 0;
  font-size: 23px;
  line-height: 200%;
}
.adv-content3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
}
.adv-content3 .adv-content2 {
  text-align: right;
}
.adv-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto;
}
.adv-map h3 {
  font-size: 40px;
  font-weight: bolder;
  line-height: 200%;
}
.adv-map p {
  font-size: 24px;
}
.hzlist {
  background: url(../images/hzbg.png) center center no-repeat;
  padding: 100px 0;
}
.hzlist .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hzlist .w li {
  text-align: center;
  margin: 20px 0px;
  width: 16%;
  padding: 0 20px;
  box-sizing: border-box;
}
.hzlist .w li img {
  width: 100%;
}
.tec-banner {
  background: url(../images/tec.jpg);
}
.tec-banner .w {
  height: 766px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.tec-banner h2 {
  font-size: 70px;
  font-weight: bolder;
  letter-spacing: 5px;
}
.tec-banner span {
  font-size: 40px;
  margin-top: 20px;
}
.tec-text {
  text-align: center;
  font-size: 35px;
  color: #000;
  height: 100px;
  line-height: 100px;
  margin: 50px 0;
  background: url(../images/tec-wz.png) center bottom no-repeat;
}
.tec-list ul {
  margin: 0 -1%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.tec-list ul li {
  display: flex;
  justify-content: space-between;
  width: 48%;
  margin: 0 1%;
  margin-bottom: 20px;
  position: relative;
}
.tec-list ul li .vs {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
}
.tec-list ul li .tec-list-con {
  box-sizing: border-box;
  width: 285px;
  overflow: hidden;
}
.tec-list ul li .tec-list-con img {
  width: 100%;
  transition: all 600ms ease-in-out;
}
.tec-list ul li .tec-list-con h3 {
  display: block;
  background-color: #757474;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.tec-list ul li .tec-list-con .tec-content {
  padding: 10px;
  line-height: 23px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  border: 1px solid #c3c3c3;
  border-top: 0;
}
.tec-list ul li .tec-list-con .tec-content span {
  display: block;
  height: 50px;
}
.tec-list-pic {
  height: 320px;
  overflow: hidden;
}
.tec-list-pic:hover img {
  transform: scale(1.2);
  transition: all 500ms;
}
.tec-list ul li .cur h3 {
  background-color: #d80211;
}
.tec-list ul li .cur .tec-content b {
  color: #d80211;
}
.service-banner {
  background: url(../images/service-1.jpg);
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.service-banner h2 {
  font-size: 60px;
  margin-right: 20px;
}
.service-banner h2 em {
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
}
.service-banner span {
  width: 70px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 30px 0;
}
.service-banner p {
  font-size: 24px;
}
.service-tit {
  text-align: center;
  padding: 70px 0;
}
.service-list {
  height: 665px;
  background: url(../images/service-2.jpg) no-repeat;
  overflow: hidden;
}
.service-list h2 {
  font-size: 30px;
  letter-spacing: 10px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 80px 0 50px 0;
}
.owl-list3 {
  padding: 0 100px;
  box-sizing: border-box;
  text-align: center;
}
.owl-list3 .item {
  width: 205px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.owl-list3 .item img {
  width: 100%;
}
.owl-list3 .owl-buttons {
  height: 60px;
  margin-top: -60px;
}
.owl-list3 .owl-buttons div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.owl-list3 .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  background: #222223 url(../images/s-left.png) center center no-repeat;
  background-size: 30% auto;
  transform: translateY(-50%);
}
.owl-list3 .owl-buttons .owl-prev:hover {
  background: #c30a17 url(../images/s-left.png) center center no-repeat;
  background-size: 30% auto;
}
.owl-list3 .owl-buttons .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #222223 url(../images/s-right.png) center center no-repeat;
  background-size: 30% auto;
}
.owl-list3 .owl-buttons .owl-next:hover {
  background: #c30a17 url(../images/s-right.png) center center no-repeat;
  background-size: 30% auto;
}
.owl-list3 .owl-pagination {
  display: none;
}
.service-con {
  background-color: #fff;
  padding: 10px;
}
.service-con h3 {
  display: block;
  border-bottom: 1px solid #333;
  font-size: 16px;
  height: 25px;
}
.service-con p {
  font-size: 12px;
  line-height: 20px;
}
.service-ico {
  height: 720px;
  background: url(../images/service-3.jpg) no-repeat;
  padding: 100px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.service-ico-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-ico-con .service-ico-left h3 {
  font-size: 40px;
  font-weight: bold;
  color: #b71111;
  display: block;
}
.service-ico-con .service-ico-left span {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  color: #272727;
  display: block;
}
.service-ico-con .service-ico-right {
  flex: 2;
  font-size: 24px;
  border-bottom: 2px solid #000;
  height: 35px;
  text-align: right;
  letter-spacing: 5px;
}
.service-ico-list {
  text-align: center;
}
.service-ico-list h3 {
  color: #000;
  font-size: 30px;
  margin: 80px;
  letter-spacing: 10px;
}
.service-ico-list ul {
  display: flex;
  justify-content: space-between;
}
.service-ico-list ul li {
  text-align: center;
}
.service-ico-list ul li .service-pic {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 10px solid #b71111;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-ico-list ul li span {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  color: black;
}
.service-kh {
  height: 770px;
  background: url(../images/service-9.jpg) no-repeat;
  overflow: hidden;
  text-align: center;
  color: white;
}
.service-kh h3 {
  font-size: 60px;
  margin-top: 100px;
  font-weight: bold;
  margin-bottom: 50px;
}
.service-kh p {
  font-size: 28px;
  line-height: 200%;
}
/*设计师*/
.city-local {
  display: flex;
  border: 1px solid #f1f0f0;
  padding: 1px;
  font-size: 20px;
  line-height: 70px;
}
.city-local .city-name {
  background-color: #eeeeee;
  padding: 0 30px;
}
.city-local .city-num {
  border-right: 1px solid #f1f0f0;
  padding: 0 30px;
}
.design-banner {
  height: 570px;
  overflow: hidden;
}
.design-banner h3 {
  font-size: 60px;
  color: #fff;
  margin-top: 100px;
}
.design-banner span {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}
.local {
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #999;
}
.local i {
  margin-right: 5px;
}
.design-list {
  border: 1px solid #e3e3e3;
  margin-top: 30px;
  padding: 30px;
}
.design-list dl {
  display: flex;
}
.design-list dl dt {
  width: 250px;
}
.design-list dl dt img {
  width: 100%;
}
.design-list dl dd {
  flex: 1;
  margin-left: 30px;
  flex-direction: column;
  height: 375px;
  justify-content: space-between;
}
.design-list dl dd .list-title {
  display: flex;
  align-items: center;
}
.design-list dl dd .list-title h3 {
  color: #323232;
  font-size: 32px;
  margin-right: 20px;
}
.design-list dl dd .list-title span {
  width: 110px;
  height: 30px;
  line-height: 30px;
  background-color: #cfa776;
  border-radius: 15px;
  color: #fff;
  text-align: center;
}
.design-list dl dd .list-desc {
  font-size: 16px;
  margin: 20px 0;
  line-height: 30px;
}
.design-list dl dd .list-desc p strong {
  font-weight: bold;
}
.design-list dl dd .list-con ul {
  display: flex;
  text-align: center;
}
.design-list dl dd .list-con ul li {
  padding: 0 20px;
  border-right: 2px solid #e3e3e3;
  font-size: 16px;
  line-height: 35px;
  display: flex;
  flex-direction: column;
}
.design-list dl dd .list-con ul li b {
  font-size: 26px;
}
.design-list dl dd .list-con ul li:last-child {
  border-right: 0;
}
.design-list .list-pic {
  display: flex;
  margin: 0 -1%;
}
.design-list .list-pic li {
  width: 32%;
  margin: 20px 1% 0 1%;
}
.design-list .list-pic li img {
  width: 100%;
}
.design-list .list-pic li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.design-list .list-pic li a span {
  opacity: 0;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  line-height: 100%;
  text-align: center;
}
.design-list .list-pic li a:hover span {
  opacity: 1;
}
.design-list:hover {
  box-shadow: 0 0 30px rgba(33, 37, 44, 0.2);
}
.design {
  background: #f2f2f2 url(../images/desinger-icon.png) 50px center no-repeat;
  margin-top: 100px;
  padding: 30px;
  display: flex;
}
.design .design-img {
  margin-left: 100px;
  margin-top: -80px;
}
.design-content {
  margin-left: 30px;
}
.design-title {
  overflow: hidden;
  width: 100%;
  align-items: center;
}
.design-title h3 {
  font-size: 36px;
  font-weight: bold;
  float: left;
}
.design-title span {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  width: 110px;
  height: 30px;
  line-height: 30px;
  background-color: #cfa776;
  border-radius: 15px;
  color: #fff;
  text-align: center;
}
.design-title a {
  display: block;
  float: right;
  line-height: 40px;
  background-color: #e4393c;
  text-align: center;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.design-other {
  font-size: 18px;
  color: #cfa675;
  margin: 10px 0;
}
.design-con dl {
  display: flex;
  line-height: 30px;
  font-size: 14px;
}
.design-con dl dt {
  color: #666;
  width: 100px;
}
.design-con dl dd {
  color: #000;
  width: 400px;
  overflow: hidden;
}
.design-case {
  margin: 50px 0 100px 0;
}
.design-case h2 {
  font-size: 24px;
  color: #606060;
  height: 50px;
  border-bottom: 1px solid #bfbfbf;
}
.design-case ul {
  display: flex;
  margin: 0 -1%;
  flex-wrap: wrap;
}
.design-case li {
  width: 31.333333%;
  margin: 20px 1% 0 1%;
}
.design-case li img {
  width: 100%;
}
.design-case li .design-case-desc {
  border: 1px solid #bfbfbf;
  border-top: 0;
  padding: 10px;
}
.design-case li .design-case-desc h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bolder;
}
.design-case li .design-case-desc span {
  font-size: 12px;
  color: #666;
}
.case-banner {
  height: 420px;
  overflow: hidden;
}
.case-list {
  margin: 50px -1% 0 -1%;
}
.case-list ul {
  display: flex;
  flex-wrap: wrap;
}
.case-list ul li {
  width: 48%;
  margin: 0 1% 30px 1%;
}
.case-list ul li img {
  width: 100%;
}
.case-list-img {
  position: relative;
  overflow: hidden;
}
.caseItem-master {
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.caseItem-master::before,
.caseItem-master::after {
  pointer-events: none;
}
.caseItem-master::before,
.caseItem-master::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.caseItem-master::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.caseItem-master::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.case-list-img a:hover .caseItem-master {
  opacity: 1;
}
.case-list-img a:hover .caseItem-master::before,
.case-list-img a:hover .caseItem-master::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.case-list-con {
  background-color: #f5f5f5;
  padding: 20px;
  height: 110px;
  box-sizing: border-box;
}
.case-list-con dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-list-con dl dt {
  flex: 1;
  margin-right: 20px;
}
.case-list-con dl dt h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.case-list-con dl dd {
  width: 110px;
  font-size: 12px;
  text-align: center;
}
.case-list-con dl dd span {
  color: red;
}
.case-list-con dl dd a {
  display: block;
  width: 100%;
  border: 1px solid #999;
  line-height: 23px;
  text-align: center;
  margin-top: 10px;
}
.case-list-con dl dt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bor1 {
  border: 1px solid #c3c3c3;
}
.main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.main-left {
  width: 75%;
  box-sizing: border-box;
}
.case-side {
  padding: 30px;
}
.main-right {
  width: 23%;
  box-sizing: border-box;
  font-size: 14px;
}
.case-right-box1 {
  padding: 15px;
}
.case-right-box1 h3 {
  height: 35px;
  border-bottom: 1px solid #C3C3C3;
  font-size: 16px;
}
.case-right-box1 dl {
  display: flex;
  line-height: 30px;
}
.case-right-box1 dl dt {
  margin-right: 20px;
  color: #666;
}
.case-right-box1 dl dd {
  color: #000;
}
.case-right-box2 {
  margin-top: 15px;
  padding: 15px;
  margin-bottom: 10px;
}
.case-right-box2 dl {
  display: flex;
  align-items: center;
}
.case-right-box2 dl dt {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.case-right-box2 dl dt img {
  width: 100%;
}
.case-right-box2 dl dd {
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}
.case-right-box2 dl dd b {
  font-size: 16px;
  color: #000;
  font-weight: bolder;
}
.case-right-box2 a {
  color: #da0211;
  display: block;
  margin-top: 20px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #da0211;
}
.case-right-box2 a:hover {
  background-color: #da0211;
  color: #fff;
}
.case-right-gbook {
  padding: 15px;
  margin-top: 15px;
  box-sizing: border-box;
}
.case-right-gbook input {
  border: 1px solid #C3C3C3;
  line-height: 27px;
  font-size: 12px;
  color: #C3C3C3;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 100%;
}
.case-right-gbook p {
  color: #747474;
  font-size: 12px;
}
.case-right-gbook .gbook-but {
  margin-top: 10px;
  color: #da0211;
  line-height: 27px;
  text-align: center;
  border: 1px solid #da0211;
  background: none;
}
.case-right-gbook .gbook-but:hover {
  background-color: #da0211;
  color: #fff;
}
.case-side .swiper-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.case-side .swiper-pagination {
  margin-left: 85%;
  margin-bottom: 30px;
  width: 80px;
  height: 26px;
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  color: #fff;
}
.case-side .swiper-pagination .swiper-pagination-current {
  font-size: 18px;
}
.case-side .swiper-button-next {
  width: 30px;
  height: 30px;
  background: url(../images/right2.png) center center no-repeat;
  margin-top: -15px;
}
.case-side .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: url(../images/left2.png) center center no-repeat;
  margin-top: -15px;
}
.case-side .swiper-button-next:after,
.case-side .swiper-button-prev:after {
  display: none;
}
.case-desc {
  border-top: 1px solid #C3C3C3;
  padding-top: 30px;
  margin-top: 30px;
  line-height: 27px;
}
.news-list {
  padding: 0 20px;
}
.news-list dl {
  border-bottom: 1px dashed #C3C3C3;
  padding: 20px 0;
}
.news-list dl a {
  display: flex;
  justify-content: space-between;
}
.news-list dl a dt {
  width: 40%;
}
.news-list dl a dt img {
  width: 100%;
}
.news-list dl a dd {
  width: 58%;
}
.news-list dl a dd p {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.news-tit {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.news-tit h3 {
  font-size: 24px;
  color: #000;
  line-height: 35px;
}
.news-tit span {
  display: block;
  margin-left: 20px;
  margin-top: 5px;
  background: url(../images/click.png) left center no-repeat;
  padding-left: 40px;
  height: 20px;
  font-size: 14px;
  color: #757474;
  width: 100px;
}
.right-news {
  margin-top: 10px;
}
.right-news h3 {
  background-color: #f6f6f6;
  line-height: 35px;
  text-align: center;
  color: #000000;
}
.right-news ul {
  padding: 10px;
}
.right-news li {
  border-bottom: 1px dotted #C3C3C3;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-news li a {
  color: #333;
}
.norecord {
  text-align: center;
  margin-top: 30px;
}
.news-show {
  padding: 30px;
}
.news-show h1 {
  display: block;
  font-size: 24px;
  color: #000;
}
.news-show h3 {
  display: block;
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.news-content {
  margin-top: 20px;
  font-size: 14px;
}
.news-content img {
  max-width: 100%;
}
.nnext {
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  border-top: 1px solid #C3C3C3;
  margin-top: 50px;
}
.soft-banner {
  height: 824px;
  background: url(../images/soft.jpg) center top no-repeat;
  padding-top: 230px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.soft-list dl {
  display: flex;
  align-items: center;
}
.soft-list dl dt {
  width: 50%;
}
.soft-list dl dt img {
  width: 100%;
}
.soft-list dl dd {
  width: 50%;
  color: #343232;
  line-height: 80px;
}
.soft-list dl dd h4 {
  font-size: 40px;
  text-transform: uppercase;
}
.soft-list dl dd h3 {
  font-size: 45px;
}
.soft-list dl dd span {
  width: 90px;
  height: 3px;
  background-color: #343232;
  display: block;
  margin: 30px 0;
}
.soft-list dl dd h5 {
  font-size: 30px;
}
.soft-list dl dd p {
  font-size: 20px;
  color: #767474;
  line-height: 200%;
}
.soft-list dl dd .soft-list-con {
  width: 450px;
  margin-left: 180px;
}
.soft-list dl:nth-child(2) dt {
  order: 2;
}
.soft-list dl:nth-child(2) dd {
  order: 1;
}
.soft-box2 {
  position: relative;
  line-height: 60px;
}
.soft-con {
  margin-top: -100px;
  margin-bottom: 100px;
}
.soft-con h4 {
  font-size: 45px;
  color: #000;
}
.soft-con h4 em {
  font-size: 24px;
}
.soft-con span {
  font-size: 24px;
  text-transform: uppercase;
}
.soft-con p {
  font-size: 28px;
  color: #5e5c5c;
}
.soft-con p b {
  color: black;
}
.product-list {
  margin: 50px -1.5%;
}
.product-list ul {
  display: flex;
  flex-wrap: wrap;
}
.product-list ul li {
  width: 30.333333%;
  margin: 0px 1.5% 50px 1.5%;
}
.product-list ul li:hover {
  box-shadow: 0 0 30px rgba(33, 37, 44, 0.2);
}
.pro-list-img a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.pro-list-img a img {
  width: 100%;
  transition: all 600ms ease-in-out;
}
.pro-list-img a div {
  display: none;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 25px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.pro-list-img a div span {
  font-size: 36px;
}
.pro-list-img a:hover img {
  transform: scale(1.2);
}
.pro-list-img a:hover div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-list-con {
  border: 1px solid #EAEAEA;
  padding: 20px;
  box-sizing: border-box;
}
.pro-list-con dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-list-con dl dt h3 {
  font-size: 20px;
  color: #757474;
}
.pro-list-con dl dt h3 span {
  font-size: 16px;
}
.pro-list-con dl dt p {
  font-size: 12px;
}
.pro-list-con dl dd a {
  background-color: #d6000f;
  height: 20px;
  display: block;
  font-size: 12px;
  padding: 0 10px;
  line-height: 20px;
  border-radius: 10px;
  color: #fff;
}
.prism-player-box {
  position: relative;
  background-color: #333;
}
.play_btn_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video_cover {
  width: 100%;
}
.video-piclist .item {
  padding: 50px 10px;
}
.video-piclist .item a {
  display: block;
  position: relative;
}
.video-piclist .item img {
  width: 100%;
}
.video-piclist .item span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.video-piclist .item a:hover {
  transform: scale(1.15);
}
.video-piclist .item a.cur {
  transform: scale(1.15);
}
.video-piclist .owl-buttons .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 46px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.8;
}
.video-piclist .owl-buttons .owl-prev:before {
  content: "\e632";
}
.video-piclist .owl-buttons .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 46px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.video-piclist .owl-buttons .owl-next:before {
  content: "\e631";
}
.video-piclist .owl-pagination {
  display: none;
}
.video-bg {
  background: url(../images/videobg.jpg);
}
.video-piclist2 .item {
  text-align: center;
}
.video-piclist2 .item img {
  max-width: 1000px;
  max-height: 600px;
}
.video-piclist2 .item a {
  display: inline-block;
  position: relative;
}
.video-piclist2 .item span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}
.video-piclist2 .owl-buttons .owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 66px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.video-piclist2 .owl-buttons .owl-prev:before {
  content: "\e632";
}
.video-piclist2 .owl-buttons .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 66px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.video-piclist2 .owl-buttons .owl-next:before {
  content: "\e631";
}
.video-piclist2 .owl-pagination {
  display: none;
}
.video-content {
  margin-bottom: 30px;
}
.video-tit {
  display: flex;
  align-items: center;
}
.video-tit h3 {
  font-size: 34px;
  color: #000;
}
.video-tit span {
  font-size: 20px;
}
.video-con {
  margin-top: 20px;
  line-height: 35px;
  font-size: 20px;
  text-indent: 2em;
  color: #666;
}
