﻿.main-anli{
    margin-top: 9%;
    margin-bottom: 7%;
}
  .main-move{
    margin-top: 50px;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-bottom: 56px;
  }
.main-move a{
    list-style: none;
    margin-left: 1px;
    margin-right: 2px;
    float: left;
    width: 201px;
    height: 612px;
    border-left: 1px solid #d8dadd;
    background-repeat: no-repeat;
    background-position: 0 center;
    
    background-color: #f0f0f0;
    transition: all 400ms;
    color: #fff;
    position: relative;
}

.main-move a.active{
width: 481px;
}

.actives{width: 5.2em;}



.main-move a .pro_a_bottom_des{
    display: none;
}

.main-move a .pro_a_bottom_des p:first-child{font-size: 18px;color: #333333;padding-bottom: 20px;}

.main-move a.active .pro_a_bottom_des{
    display: block;
    margin-top: 400px;
}

.main-move a .text{
padding: 20px;
text-align: left;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.main-move a .text h3{
font-size: 24px;
color: #333333;

}
.main-move a .text p{
font-size: 16px;
color: #757575;


}
.section-design{
   display: inline-block;
   width: 100%;
   min-height: 500px;
   margin-top: 8%;
}
.title{
  font-size: 34px;
  margin: 30px auto 10px;
  font-weight: 300;
}
.desc{
  font-size: 20px;
  color: #575757;
}
.main-anli .banner{
    margin-top: 7%;
    height: 800px;
    background-size: cover;
    background: url(404.png) no-repeat center center;
}
.main-anli table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.main-anli td{
    text-align: center;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.2);
}
.main-anli h2{
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 20px;
}
.main-anli a{
    display: inline-block;
    width: 150px;
    padding: 10px 0;
    font-size: 13px;
    line-height: 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-decoration: none;
    color:#fff;
    margin-top: 30px;
}
.main-anli a:hover{
    background-color: rgba(0, 0, 0, 0.2);
}
.main-moves{
    margin-top: 7%;
    overflow: hidden;
    padding: 10px;
}
.main-moves a{
    list-style: none;
    float: left;
    width: 48%;
    margin: 1%;
    height: 4.3em;
    background-repeat: no-repeat;
    background-position: 0 center;
    color: #fff;
    position: relative;
}

.main-moves a .text{
    padding: 10px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.main-moves a .text h3{ font-size: 18px; }
.main-moves a .text p{ font-size: 18px; }
.main-moves a .text .icon-right{
    top: 80px;
    position: absolute;
    left: 15px;
    width: 18px;
}
.section-design-m{ display: none; }

@media screen and (max-width: 1000px) {
    .section-design-pc{
        display: none;
    }
    .section-design-m{
        display: block;
    }
}

@media screen and (max-width: 700px) {
    .main-moves a{
        height: 230px;
    }
}

@media screen and (max-width: 400px) {
    .main-moves a{
        height: 160px;
    }
}