

a{
    color: #000000;
}
a:hover{
    color: #e11358;
}

.design_box{
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
.design_box_boom{
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #eaeaea;
}
.design_box_menu{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.design_box_menu li {
	width: 171px;
	height: 90px;
	text-align: center;

}
.design_box_menu a{
  float: left;
}
.design_box_active dd {
	width: 65px;
	height: 4px;
	background: #DF1C4E;
	margin: auto;
}
.design_box_menu li dt {
	font-size: 16px;
	line-height: 85px;
}
.design_image{
  width: 1200px;
  height: auto;
  margin: 50px auto;
  padding-bottom: 50px; 
  display: flex;
  align-items: stretch !important;
  flex-wrap: wrap;
}
.image-w {
    width: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: -2px 5px 24px 0px rgba(127, 127, 127, 0.23);
    margin:20px;
}
.image-w:hover{
    box-shadow: 0 0 10px 1px rgba(127, 127, 127, 1);
}
.image-w img{
    max-width: 100%;
    vertical-align: middle;
}

.caption {
    position: relative;
}

.caption .captionbg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption .caption-text {
    z-index: 10;
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
    padding: 0.5em 1px 0.7em;
}

.caption p {
    margin: 0;
    padding-top: 0.5em;
    opacity: 0.85;
}

.bg_main {
    background: #ffffff;
}


.image-w .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.image-w .captionbg {
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    /* -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; */
}

.image-w:hover .captionbg {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.image-w .caption-text {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0.5em 0;
    text-align: center;
}

:root .image-w .caption-text {
    top: 50%;
}

.image-w img {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.image-w:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.image-w .tags_txt {
    height: 150px;
    position: relative;
    padding: 0.6em 1em;
    /* -webkit-transform: translateY(0);
    transform: translateY(0); */
    opacity: 1;
    top: 70px;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tags_txt1{
    display: inline-block;
font-size: 30px;
line-height: 35px;
font-weight: bold;
margin-top: 10px;
}
.tags_txt2{
    font-size: 10px;
    margin-top: 5px;
}
.tags_txt3{
    width: 27px;
    height: 3px;
    background: #FFFFFF;
    margin: auto;
    margin-top: 25px;
}
.tags_txt4{
    font-size: 20px;
    margin-top: 20px;
}


.image-w p {
    font-size: 14px;
    line-height: 25px;
    padding: 0.5em 0.8em;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}   

.tags_txt_bg{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.image-w:hover .tags_txt{
    /* background: rgba(116, 115, 115, 0.5);
    margin-top: 0;*/
    top: 10px;
    color: #000000;
}

.image-w:hover .tags_txt1{
    color: #e11358;

    /* transition: all .1s linear;  */
}
.image-w:hover .tags_txt3{
    background: #000000;
}
.image-w:hover .tags_txt4{
    color: #000000;
}
.image-w:hover .tags_txt3{
    margin-top: 75px;
    -webkit-transition-delay: .1s !important;
    transition-delay: .1s !important;
    transition: all .15s linear; 
}
.image-w:hover .tags_txt4{
    margin-top: -50px;
    -webkit-transition-delay: .1s !important;
    transition-delay: .1s !important;
    transition: all .15s linear; 
}
.image-w:hover .tags_txt,
.image-w:hover p {
    opacity: 1;
    color: #000000;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.image-w:hover p {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    text-align: left;
    color: #000000;
}