/*banner start*/
.banner {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 0.2rem;
}
.banner .banner-content {
  width: 100%;
  height: 100%;
}
.banner .banner-content .bd,
.banner .banner-content .bd ul {
  width: 100%;
  height: 100%;
}
.banner .banner-content .banner-item .banner-item-img {
  height: 100%;
}
.banner .banner-content .banner-item .banner-item-img img {
  width: 100%;
  height: 100%;
}
.banner .banner-content .banner-item .banner-btn {
  width: 268px;
  height: 94px;
  font-size: 24px;
  color: #004eff;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -134px;
  z-index: 2;
}
.banner .banner-content .banner-video {
  position: relative;
  overflow: hidden;
}
.banner .banner-content .banner-video .video-js {
  width: 100%;
  height: 100%;
}
/*banner   end*/
/*案例 start*/
.case {
  height: 947px;
  height: 9.47rem;
  margin-top: 24px;
  margin-top: 0.24rem;
  position: relative;
  background: url(../img/home/case-bg.jpg);
  background-size: cover;
  overflow: hidden;
}
.case .case-slide {
  width: 100%;
  height: 100%;
}
.case .case-slide .bd {
  height: 100%;
}
.case .case-slide .bd .tempWrap {
  height: 100%;
  overflow: initial;
}
.case .case-slide .case-list {
  width: 100%;
  height: 100%;
  overflow: initial;
}
.case .case-slide .case-list .case-item {
  width: 100%;
  height: 100%;
}
.case .case-slide .case-list .case-item .case-item-content {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .case-slide .case-list .case-item .case-item-content .case-summary {
  width: 246px;
  width: 2.46rem;
  height: 570px;
  height: 5.7rem;
  font-size: 24px;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 40px;
  line-height: 0.4rem;
  padding: 30px 0 0 15px;
  padding: 0.3rem 0 0 0.15rem;
  color: #0042ff;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 75px;
  bottom: 0.75rem;
  left: 276px;
  left: 2.67rem;
  z-index: 3;
}
.case .case-slide .case-list .case-item .case-item-content .case-summary:before {
  content: "";
  width: 55px;
  width: 0.55rem;
  height: 7px;
  height: 0.07rem;
  background-color: #0042ff;
  position: absolute;
  top: 10px;
  top: 0.1rem;
  left: 15px;
  left: 0.15rem;
}
.case .case-slide .case-list .case-item .case-item-content .case-question {
  width: 536px;
  width: 5.36rem;
  font-size: 32px;
  font-size: 0.32rem;
  line-height: 50px;
  line-height: 0.5rem;
  color: #0042ff;
  text-align: right;
  position: absolute;
  bottom: 120px;
  bottom: 1.2rem;
  left: 523px;
  left: 5.23rem;
  z-index: 6;
}
.case .case-slide .case-list .case-item .case-item-content .case-remark {
  font-size: 22px;
  font-size: 0.22rem;
  line-height: 86px;
  line-height: 0.86rem;
  position: absolute;
  bottom: 0;
  left: 268px;
  left: 2.68rem;
  z-index: 3;
}
.case .case-slide .case-list .case-item .case-item-content .case-img {
  width: 5.1rem;
  position: absolute;
  right: 374px;
  right: 3.74rem;
  bottom: -24px;
  bottom: -0.24rem;
  z-index: 3;
}
.case .case-slide .case-list .case-item .case-item-content .case-img .case-img-name {
  font-size: 14px;
  line-height: 18px;
  color: #808080;
  position: absolute;
  right: -120px;
  right: -1.2rem;
  bottom: 110px;
  bottom: 1.1rem;
}
.case .case-slide .case-list .case-item .case-item-content .case-cove {
  width: 103%;
  height: 947px;
  height: 9.47rem;
  background-image: url('../img/home/case-cove.png');
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.case .case-slide .case-list .case-item-b {
  background-color: #000000;
}
.case .case-slide .case-list .case-item-b .case-item-content .case-cove-b {
  background-image: url('../img/home/case-cove-b.png');
  background-size: cover;
}
.case .case-slide .case-btn {
  width: 22px;
  height: 42px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -21px;
  z-index: 10;
}
.case .case-slide .prev {
  background-image: url(../img/home/prev.png);
  background-position: center center;
  background-size: cover;
  left: 82px;
}
.case .case-slide .next {
  background-image: url(../img/home/next.png);
  background-position: center center;
  background-size: cover;
  right: 82px;
}
.case .case-slide .trigger-box {
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
/*案例   end*/
/*极简 satrt*/
.minimalism {
  margin-top: 20px;
  margin-top: 0.2rem;
  height: 930px;
  height: 9.3rem;
  background-image: url(../img/home/cove-img.jpg);
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.minimalism .cover-img {
  width: 100%;
  width: 2595px;
  width: 25.95rem;
  height: 930px;
  height: 9.3rem;
  background-image: url(../img/home/cover-img.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1297.5px;
  margin-left: -12.975rem;
}
.minimalism .cover-img #more-btn {
  width: 180px;
  width: 1.8rem;
  height: 64px;
  height: 0.64rem;
  font-size: 0.22rem;
  line-height: 0.64rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0042ff;
  position: absolute;
  bottom: 72px;
  bottom: 0.72rem;
  left: 43.5%;
  z-index: 6;
}
.minimalism .minimalism-slider {
  width: 100%;
  height: 930px;
  height: 9.3rem;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.minimalism .minimalism-slider .hd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.minimalism .minimalism-slider .hd .cover {
  width: 100%;
  height: 100%;
}
.minimalism .minimalism-slider .hd .cover li {
  float: left;
  width: 37%;
  height: 100%;
}
.minimalism .minimalism-slider .hd .cover li a {
  display: block;
  width: 100%;
  height: 100%;
}
.minimalism .minimalism-slider .bd {
  height: 100%;
}
.minimalism .minimalism-slider .bd ul li {
  width: 100%;
  height: 930px;
  height: 9.3rem;
}
.minimalism .minimalism-slider .bd ul li .minimalism-item {
  height: 100%;
  padding-top: 247px;
  padding-top: 2.47rem;
  padding-left: 720px;
  padding-left: 7.2rem;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.24rem;
  line-height: 48px;
  line-height: 0.48rem;
}
.minimalism .minimalism-slider .bd ul li .minimalism-item h3 {
  font-size: 24px;
  font-size: 0.24rem;
  line-height: 48px;
  line-height: 0.48rem;
  font-weight: bold;
}
.minimalism .minimalism-slider .bd ul li .minimalism-item p {
  margin-bottom: 130px;
  margin-bottom: 1.3rem;
  font-weight: 300;
}
.minimalism .minimalism-slider .bd ul li .minimalism-item .minimalism-item-text-english {
  font-size: 24px;
  font-size: 0.24rem;
  font-weight: 300;
  line-height: 30px;
  line-height: 0.3rem;
  margin: 0px 0 20px 0;
  margin: 0rem 0 0.2rem 0;
}
.minimalism .minimalism-title {
  width: 370px;
  //width: 3.7rem;
  color: #0042ff;
  padding: 34px 0 0 290px;
  padding: 0.34rem 0 0 2.9rem;
  font-weight: 400;
  position: relative;
  z-index: 3;
}
.minimalism .minimalism-title p {
  font-size: 3px;
  font-size: 0.3rem;
  line-height: 3px;
  line-height: 0.3rem;
}
.minimalism .minimalism-title h2 {
  font-size: 34px;
  font-size: 0.34rem;
  font-weight: 400;
  line-height: 54px;
  line-height: 0.54rem;
}
.minimalism .minimalism-block {
  padding-left: 522px;
  padding-left: 5.22rem;
  position: absolute;
  top: 0;
  left: 0;
}
.minimalism .minimalism-block ul li {
  float: left;
  width: 132px;
  width: 1.32rem;
  height: 132px;
  height: 1.32rem;
  border: 24px solid #b4b4b5;
  border: 0.24rem solid #b4b4b5;
  margin-right: 154.5px;
  margin-right: 1.545rem;
  opacity: 0.5;
}
/*极简   end*/
/*新闻 start*/
.news-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.news-wrap .news-header {
  border-top: 3px solid #e7e7e7;
  border-bottom: 3px solid #e7e7e7;
}
.news-wrap .news-header .news-title {
  float: left;
  font-size: 20px;
  line-height: 78px;
  color: #0042ff;
  padding-left: 58px;
  position: relative;
}
.news-wrap .news-header .news-title:before {
  content: "";
  width: 36px;
  height: 36px;
  border: 8px solid #bfbfbf;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -26px;
}
.news-wrap .news-header .morelist{
	  float: right;
  font-size: 20px;
  line-height: 78px;
  color: #0042ff;
    margin-right: 26px;
}
.news-wrap .news-header .news-search {
  float: right;
  width: 292px;
  height: 28px;
  border: 1px solid #d3d3d3;
  margin-top: 26px;
  position: relative;
  margin-right: 26px;
}
.news-wrap .news-header .news-search .text {
  width: 90%;
  height: 100%;
  font-size: 12px;
  border: 0;
  padding-left: 10px;
}
.news-wrap .news-header .news-search .search-btn {
  width: 18px;
  height: 18px;
  background: url(../img/home/search-btn.png) center no-repeat;
  background-size: 100% 100%;
  border: 0;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -9px;
}
.news-wrap .news-list {
  padding-top: 40px;
}
.news-wrap .news-list .news-item {
  float: left;
  width: 50%;
  height: 190px;
  overflow: hidden;
  margin-bottom: 54px;
}
.news-wrap .news-list .news-item .news-item-img {
  float: left;
  width: 270px;
  height: 190px;
  background-color: #bfbfbf;
}
.news-wrap .news-list .news-item .news-item-img img {
	width: 100%;
	height: 100%;
}
.news-wrap .news-list .news-item .news-item-text {
  width: 280px;
  float: right;
  font-size: 16px;
  line-height: 28px;
  padding-right: 26px;
  color: #5e5e5e;
}
.news-wrap .news-list .news-item .news-item-text .news-item-title {
  font-weight: bold;
}
.news-wrap .news-list .news-item .news-item-text .news-item-date {
  font-size: 12px;
  line-height: 36px;
  margin-bottom: 5px;
}
.news-wrap .news-list .news-item .news-item-text .news-item-info {
  font-weight: 400;
  text-align: justify;
}
/*新闻   end*/
