@font-face {
  font-family: pmzd;
  src: url('../font/PangMenZhengDaoBiaoTiTi-1.ttf');
}
@font-face {
  font-family: Barlow;
  src: url('../font/Barlow Condensed SemiBold.woff2.ttf');
}
@font-face {
  font-family: ali;
  src: url('../font/aliBold.ttf');
}
.container{
  width: 1600px;
  margin: 0 auto;
}
.clear:after{
  display: block;
  content: '';
  clear: both;
}
.cover{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yichu{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.top{
  width: 100%;
  position: absolute;
  z-index: 100;
}
.logo{
  padding-top: 20px;
}
.logo img{
  display: block;
  float: left;
  padding-right: 25px;
}
.logo span{
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.top-title{
  text-align: center;
}
.top-title h3{
  color: #fff;
  font-family: pmzd;
  font-size: 80px;
  transform:scaleY(1.2);
  letter-spacing: 4px;
  padding-top: 57px;
}
.top-title h3 span{
  font-family: pmzd;
  background-image: -webkit-linear-gradient(left,#81f7fd,#fcf782);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-title p{
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 14px;
  padding-top: 20px;
}
.search{
  width: 880px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0,0,0,0.15);
  margin-top: 35px;
}
.search_i{
  width: 86%;
  float: left;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 16px;
  text-indent: 40px;
  border: none;
}
.search_i::-webkit-input-placeholder{
  color: #a7a7a7;
  font-size: 16px;
}
.search_s{
  width:14%;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-indent: 20px;
  background: url("../image/sea.png") no-repeat top center;
  border: none;
  background-size: cover;
  float: right;
}
.top-data{
  width: 860px;
  margin: 0 auto;
  padding-top: 22px;
}
.top-data ul{
  display: flex;
  justify-content: space-between;
}
.top-data ul li:nth-child(1){
  width:20%;
}
.top-data ul li:nth-child(2){
  width:40%;
}
.top-data ul li:nth-child(3){
  width:40%;
}
.top-data ul li h3{
  font-size: 72px;
  font-family: Barlow;
  background-image: -webkit-linear-gradient(left,#81f7fd,#fcf782);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  float: right;
  margin-right: 10px;
  color: #fff;
}
.top-data ul li .d-r{
  float: right;
}
.top-data ul li .d-r strong{
  color: #fff;
  font-size: 24px;
  display: block;
  font-family: ali;
  margin-top: 25px;
  position: relative;
  z-index: 100;
}
.top-data ul li:nth-child(2) h3{
  margin-right: 5px;
}
.top-data ul li:nth-child(2) .d-r strong{
  font-size: 53px;
  font-family: Barlow;
  margin-top: 0;
}
.top-data ul li .d-r p{
  color: #fff;
  font-size: 18px;
}
.top-data ul li:nth-child(2) .d-r p{
  margin-top: -18px;
}
.top-data ul li .d-r strong:after{
  display: block;
  content: '';
  width: 37px;
  height: 37px;
  position: absolute;
  top:-12px;
  left: 11px;
  transition: all .5s;
  z-index: -1;
  background:url("../image/yuan.png") no-repeat center center;
}
.top-data ul li:nth-child(2) .d-r strong:after{
  top: 12px;
  transition: all .5s;
}
.top-data ul li:hover .d-r strong:after{
  left: 0;
  top: 0;
  transition: all .5s;
}

  
  


.banner{
  width: 100%;
  position: relative;
  height: 660px;
  overflow: hidden;
}

.choose{
  width: 100%;
  position: relative;
  margin-bottom: 45px;
}
.type-center{
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  background: #fff;
  position: relative;
  margin-top: -40px;
}
.type{
  padding: 0 2%;
  box-sizing: border-box;
  border-bottom: 1px dashed #eeeeee;
}
.type ul h3,.color h3{
  color: #999999;
  font-size: 14px;
  line-height: 55px;
  float: left;
}
.type ul li{
  float: left;
  padding: 0 5px;
  line-height: 55px;
}
.type ul li a{
  color: #666;
  font-size: 14px;
  padding: 7px;
  transition: all .3s;
}
.type ul li a.active{
  background: #f03d37;
  color: #fff;
}
.type ul li:hover a{
  background: #f03d37;
  color: #fff;
  transition: all .3s;
}
.color{
  padding: 0 2%;
  box-sizing: border-box;
  border-bottom: 1px dashed #eeeeee;
  height: 55px;
}
.color ul{
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  flex: 1;
}
.color ul li:nth-child(1){
 margin-right: 10px;
  padding: 0 5px;
}
.color ul li:nth-child(1) a{
  color: #666;
  font-size: 14px;
  transition: all .3s;
  padding:7px;
}
.color ul li a{
  line-height: 55px;
}
.color ul li span{
  display: block;
  height: 16px;
  width: 82px;
  transition: all .3s;
  position: relative;
}
.color ul li span:hover{
  -webkit-transform: scaleY(1.25);
  -moz-transform: scaleY(1.25);
  -ms-transform: scaleY(1.25);
  -o-transform: scaleY(1.25);
  transform: scaleY(1.25);
}
.color ul li span:after{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  content: '';
  width: 13px;
  height: 9px;
  background: url("../image/gou.png") no-repeat center center;
  opacity: 0;
}
.color ul li:last-child span:after{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  content: '';
  width: 13px;
  height: 9px;
  background: url("../image/gou1.png") no-repeat center center;
  opacity: 0;
}
.color ul li a.active span:after{
  opacity: 1;
}
.color ul li:nth-child(1) a:hover{
  background: #f03d37;
  color: #fff;
}
.color ul li:nth-child(1) a.active{
  background: #f03d37;
  color: #fff;
}
.area{
  border-bottom: none;
}

.index{
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.index ul li{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.index ul li:nth-child(4n){
  margin-right: 0;
}
.wrapUp {
  position: relative;
  overflow: hidden;
}
.index-img{
  width: 100%;
  height:300px;
  
  overflow: hidden;
  position: relative;
}
.index-img img{
  object-fit: cover;
  left: 0;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.youxiu-img{
  width: 80px;
  height:80px;
  
  overflow: hidden;
  position: absolute;
  bottom:20px;
  right:20px;
  z-index:11;
  opacity: 1;
  transition: 0.3s;
}
.youxiu-img img{
  object-fit: contain;
  width:100%;
  height:100%;
}
.index ul li .mask {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.index ul li .mask:before, .index ul li .mask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../image/bgi-business-item.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.index ul li .mask:before {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%);
  clip-path: polygon(0% -0.1%, 0% 0%, 100% 0%, 100% 100.05%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index ul li .mask:after {
  -webkit-clip-path: polygon(0% -0.18%, 0% 100%, 100% 100%, 100% 99.97%);
  clip-path: polygon(0% -0.18%, 0% 100%, 100% 100%, 100% 99.97%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.index ul li .mask .wrapIn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  max-width: 80%;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.index ul li:hover .youxiu-img{
  opacity: 0;
  visibility: hidden;
}

.index ul li .mask1{
   position: absolute;
   top:0;
   left:0;
   right:0;
   bottom:0;
   background: rgba(55,55,55,0.8);
   transition: all 0.3s;
   opacity: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.index ul li .case-title{
  width:200px;
  position: relative;
}
.index ul li .case-title p:nth-child(1){
   width: 100%;
   font-size:24px;
   line-height: 1;
   color:#fff;
   text-align: center;
   position: relative;
}
.index ul li .case-title p:nth-child(1):before{
  display: block;
  position: absolute;
  content:"";
  width:30px;
  height:6px;
  left:0;
  top:50%;
  border-radius: 6px;
  margin-top:-3px;
  background-image: linear-gradient(90deg,rgba(55,55,55,0.5),#f03d37);
  background-image: -moz-linear-gradient(90deg,rgba(55,55,55,0.5),#f03d37);
  background-image: -ms-linear-gradient(90deg,rgba(55,55,55,0.5),#f03d37);
  background-image: -o-linear-gradient(90deg,rgba(55,55,55,0.5),#f03d37);
}
.index ul li .case-title p:nth-child(1):after{
  display: block;
  position: absolute;
  content:"";
  width:30px;
  height:6px;
  right:0;
  top:50%;
  border-radius: 6px;
  margin-top:-3px;
  background-image: linear-gradient(90deg,#f03d37,rgba(55,55,55,0.5));
  background-image: -moz-linear-gradient(90deg,#f03d37,rgba(55,55,55,0.5));
  background-image: -ms-linear-gradient(90deg,#f03d37,rgba(55,55,55,0.5));
  background-image: -o-linear-gradient(90deg,#f03d37,rgba(55,55,55,0.5));
}
.index ul li .case-title p:nth-child(2){
  position: absolute;
  width:100%;
  text-align: center;
  font-family: "Impact";
  font-size:50px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0);
  left:0;
  bottom:0;
  line-height: 1;
  letter-spacing: 2px;
}
.index ul li .mask1  .case-btn-box{
   display: flex;
   width: 100%;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   margin-top:20px;
}
.index ul li .mask1  .case-btn-box .website{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  width: 40%;
  color: #333333;
  font-size: 14px;
  border-radius: 40px;
  background: #fff;
}

.index ul li .mask1  .case-btn-box .website >i{
  display: block;
  width:20px;
  height:20px;
  margin-right:5%;
  transition: all 0.3s;
}
.index ul li .mask1  .case-btn-box .website >i.online-icon{
  background: url(../image/p2.png) no-repeat center;
}
.index ul li .mask1  .case-btn-box .website >i.case-icon{
  background: url(../image/case-icon1.png) no-repeat center;
}
.index ul li .mask1  .case-btn-box .website >span{
  font-size:14px;
  color:#333;
}
.index ul li .mask1  .case-btn-box .website.online{
   margin-right:3%;
}
.index ul li .mask1  .case-btn-box .website:hover{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  width: 40%;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  background: #f03d37;
}
.index ul li .mask1  .case-btn-box .website:hover >i.online-icon{
  background: url(../image/p2-2.png) no-repeat center;
}
.index ul li .mask1  .case-btn-box .website:hover >i.case-icon{
  background: url(../image/case-icon.PNG) no-repeat center;
}
.index ul li .mask1  .case-btn-box .website:hover >span{
  font-size:14px;
  color:#fff;
}
.index ul li:hover .mask1{
  opacity: 1;
}
.index ul li .mask1  .case-catelist{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top:15px;
}
.index ul li .mask1  .case-catelist > span{
   display: inline-block;
   color:#fff;
   font-size:14px;
   position: relative;
   padding:0 10px;
}
.index ul li .mask1  .case-catelist .cate-title:before{
   display: block;
   position: absolute;
  content:"";
  width:1px;
  height:10px;
  background: rgba(255,255,255,0.3);
  left:0;
  top:50%;
  margin-top:-5px;
}
.index ul li .mask1  .case-catelist .cate-title:nth-child(1):before{
  display: none !important;
}
.index ul li:hover .mask {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
}
.index ul li:hover .mask:before, .index ul li:hover .mask:after {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.index ul li .mask .wrapIn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  width: 80%;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.index ul li:hover .mask .wrapIn {
  -webkit-transition: all 250ms ease-out 340ms;
  transition: all 250ms ease-out 340ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.juzhong{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wrapIn a{
  display: block;
  line-height: 50px;
  width: 70%;
  color: #333333;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 30px;
  text-indent: 30px;
}
.wrapIn .website{
  background: #fff url("../image/p2.png") no-repeat center left 30%;
}
.wrapIn .website.case{
  background: #fff url("../image/case-icon1.png") no-repeat center left 30%;
}
.wrapIn .mobile{
  background: #fff url("../image/p1.png") no-repeat center left 30%;
  margin-top: 20px;
}
.index ul li .mask .wrapIn a:hover {
  color: #fff;
}
.index ul li .mask .wrapIn .website:hover{
  background: #f03d37 url("../image/p2-2.png") no-repeat center left 30%;
}
.index ul li .mask .wrapIn .mobile:hover{
  background: #f03d37 url("../image/p1-1.png") no-repeat center left 30%;
}
.index ul li .mask .wrapIn .website.case:hover{
  background: #f03d37 url("../image/case-icon.PNG") no-repeat center left 30%;
}
.index-title{
  margin: 0 7%;
}
.index-title h3{
  line-height: 60px;
  text-align: left;
  border-bottom: 1px solid #eee;
  color: #333333;
  font-size: 16px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.index-title p{
  line-height: 50px;
  color: #999999;
  font-size: 14px;
}
.index-title p span{
  float: right;
}
.color .color-span[data-color="红"]{
  background-color:#cd0400;
}
.color .color-span[data-color="橙"]{
  background-color:#f38f00;
}
.color .color-span[data-color="黄"]{
  background-color:#f1e000
}
.color  .color-span[data-color="绿"]{
  background-color:#5dc800;
}
.color  .color-span[data-color="蓝"]{
  background-color:#126ae4;
}
.color  .color-span[data-color="紫"]{
  background-color:#9b40d8;
}
.color  .color-span[data-color="棕"]{
  background-color:#8b531b;
}
.color  .color-span[data-color="黑"]{
  background-color:#333333;
}
.color  .color-span[data-color="灰"]{
  background-color:#989898;
}
.color  .color-span[data-color="白"]{
  background-color:#fff;
  border: 1px solid #ebebeb;
}


.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-right:20px;
  overflow: hidden;
  border-radius: 50%;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #f03d37;
  background: #f03d37;
}
.de-page-mian .page-inner a.prev {
  margin-right: 20px;
  background: #fff url(../image/prev1.png) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-right: 15px;
  background: #fff url(../image/next1.png) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

.foot{
  width: 100%;
  background: #282828;
  padding: 45px 0;
}
.foot p{
  color: rgba(255,255,255,0.3);
  font-size: 14px;
  line-height: 30px;
}
.foot p a{
  color: rgba(255,255,255,0.3);
  font-size: 14px;
}

.moni{
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 101;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;}
.moni1{
  opacity: 1;
  visibility: visible;
}
.close-moni{
  position: absolute;
  width: 31px;
  height: 31px;
  background: red;
  right: -39px;
  top: -20px;
  background: url("../image/cl.png") center no-repeat;
  cursor: pointer;
  content: '关闭';
}
.moni-ewm{
  position: absolute;
  width: 200px;
  height: 236px;
  right: -280px;
  top: 190px;
  background: #fff url("../image/loading-1.gif") center no-repeat;
}
.moni-shouji{
  width: 408px;
  height: 650px;
  background:url("../image/mn.png") center no-repeat;
  background-size: contain;
  position: relative;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0;
}
.moni-ewm .i{
  width: 100%;
  height: 100%;

}
.moni-ewm .i .tc{
  text-align: center;
  font-size: 16px;
}
.moni-ewm .i .s{
  width: 170px;
  height: 170px;
  background: #fff;
  margin: 15px;
}
.moni-shouji .son{
  width: 362px;
  height: 550px;
  background: #fff;
  margin-left: 23px;
  margin-top: 81px;
  border-bottom-left-radius: 43px;
  border-bottom-right-radius: 43px;
  overflow: hidden;
}
.moni-shouji .tips{
  position: absolute;
  width: 363px;
  height: 62px;
  background: rgba(0,0,0,0);
  left: 22px;
  top: 19px;
}
.moni-shouji .p1{
  font-size: 12px;
  text-indent: 30px;
  margin-top: 9px;
  font-weight: bold;
}
.moni-shouji .p2{
  width: 92%;
  padding: 0 4%;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
  background-size: 18px;
  text-align: center;
}
.moni1 .moni-shouji{
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  .container{
    width: auto;
    padding: 0 5%;
  }
  .index-img{
    height: 250px;
  }
  .wrapIn a{
    line-height: 50px;
  }
  .mask1 .case-title> p:nth-child(1){
    font-size:20px !important;
  }
  .mask1 .case-btn-box ,website >span{
    font-size:14px !important;
  }
}
@media screen and (max-width: 1400px) {
  .warpper{
    width: auto;
    padding: 0 5%;
  }
  .wrapIn a{
    line-height: 40px;
    font-size:14px;
  }
  .index-img{
    height: 230px;
  }
  .index-title h3{
    line-height: 50px;
    font-size: 15px;
  }
  .index-title p{
    line-height: 40px;
    font-size: 13px;
  }
  .youxiu-img{
    width: 70px;
    height:70px;

  }
  .mask1 .case-title> p:nth-child(1){
    font-size:18px !important;
  }
  .mask1 .case-btn-box .website {
    width:40% !important;
  }
  .mask1 .case-btn-box ,website >span{
    font-size:14px !important;
  }
  .moni-shouji{
    height: 465px;
    background:url("../image/mn-m.png")  no-repeat center center;
  }
  .moni-shouji .tips {
    width: 289px;
    left: 60px;
  }
  .moni-shouji .son{
    width: 290px;
    height: 370px;
    margin-left: 59px;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
  }
  .moni-ewm .i .s{
    width: 150px;
    height: 150px;
  }
  .moni-ewm .i .s canvas{
    width: 150px!important;
    height: 150px!important;
  }
  .moni-ewm {
    width: 180px;
    height: 215px;
    right: -220px;
    top: 145px;
  }
  .close-moni {
    right: -28px;
  }
}
@media screen and (max-width: 1200px) {
  .index-img{
    height: 230px;
  }
  .youxiu-img{
    width: 60px;
    height:60px;
  }
  .wrapIn .website{
    background: #fff url("../image/p2.png") no-repeat center left 20%;
  }
  .wrapIn .mobile{
    background: #fff url("../image/p1.png") no-repeat center left 20%;
  }
  .index ul li .mask .wrapIn .website:hover{
    background: #f03d37 url("../image/p2-2.png") no-repeat center left 20%;
  }
  .index ul li .mask .wrapIn .mobile:hover{
    background: #f03d37 url("../image/p1-1.png") no-repeat center left 20%;
  }
}
@media screen and (max-width: 991px) {
  .index ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
  }
  .index ul li:nth-child(2n){
    margin-right: 0;
  }
  .index ul li:nth-child(3){
    margin-right: 2%;
  }
  .index ul li:nth-child(9){
    margin-right: 2%;
  }
  .search{
    width: 80%;
  }
  .search_i{
    width: 80%;
  }
  .search_s{
    width: 20%;
  }
  .top-data{
    width: 80%;
  }
  .top-title p{
    letter-spacing: 8px;
  }
  .top-data{
    padding-top: 30px;
  }
  .top-data ul li h3{
    font-size: 50px;
  }
  .top-data ul li .d-r {
    margin-top: -18px;
  }
  .color ul li span{
    width: 62px;
  }
}