
.pro-wrap{
	width: 1400px;
	padding-bottom: 80px;
}
.pro-des{
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 2px;
}
.BodyCenter{
	    box-shadow: 0px 0px 0px 0px #ccc;
    position: relative;
    float: left;
    width: 50%
}
.body-center-container{
	background: none;
    background-color: rgb(255, 255, 255);
    /*padding-top: 10px;*/
    /*padding-left: 10px;
    padding-right: 5px;*/
   /* padding-bottom: 10px;*/
}
.body-center-container img{
	width: 575px;
    height: 432px;
}
.SubContainer{
	position: relative;
    float: left;
    width: 25%;
    box-sizing: border-box;
}
.container-up,.container-down{
	
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 0px 0px #ccc;
    background: none;
    background-color: rgb(255, 255, 255);
}
.container-down{
	padding-top: 0px;
	padding-bottom: 0px;
}

.SubContainer img{
 	width:280px;
 	height:210px;
 }
.dj-complaint{
     width: 100%;
    height: 108px;
    /*border: 1px solid red;*/
    position: relative;
    float: left;
    box-sizing: border-box;
    top: 10px;
}
.hideShadeBottom {
	width: 99%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    color: rgb(255, 255, 255);
    /*background: rgba(0, 0, 0, 0.7);*/
    background: rgb(0, 0, 0, 0.43);
    line-height: 40px;
    display: none;
    height: 0px;
    text-align: center;
    height: 100%;
}
.item-hover{
	position: relative;
}
.item-hover:hover .hideShadeBottom{
	
	display: block;
	transition: all 0.5s ease;
}
.web_ycys{
	/*background: #f3f3f3;*/
    padding-bottom: 80px;

}
.ycysContainer {
	box-sizing: border-box;
    padding: 0 20px;
    
}
.ycys_nav{
	position: relative;
    overflow: hidden;
    width:100%;
    display: inline-block;
    border:2px solid #dadada;
    height:340px;
    box-sizing: border-box;
}
.ycys_nav:hover{
	border:3px solid #ff7800;
}
.ycys_nav:hover .imgHoverBox img{
	opacity: 1;
	transition:all 0.5s;

}
.ycys_nav:hover .text-1{
	color:#ff7800;
	font-weight: 600;
	animation: 300ms Prominent ease-in-out forwards;
}
@keyframes Prominent{
   0%{
   	transform: scale(1.0)
   }
   100%{
   	transform: scale(1.1)
   }
}
.imgBox{
	position: relative;
    height: 215px;
}
.imgNormalBox,.imgHoverBox{
	position: absolute;
    top: 50px;
    left: 26%;
    text-align: center;
}

.imgNormalBox img, .imgHoverBox img{
	width: 150px;
    height: auto;
}
.imgHoverBox img{
	opacity: 0
}
.text-1{
    font-size: 20px;
    text-align: center;
    line-height: 1.75em;
    margin: 0;
    letter-spacing: 1px;
}
.text-2{
	color: rgb(127, 127, 127);
    font-size: 14px;
    text-align: center;
    margin: 0 0 3px;
}
.down-line {
    width: 34px;
    height: 3px;
    background: #f66f3c;
}
.tab-arrows{	
    position: absolute;
    top: calc(50% - 10px);
    left: 98%;
    transform: translateX(-50%);
     border-top: 15px solid transparent;
    border-bottom: 15px solid transparent !important;
    border-left: 15px solid #ff7800;
    border-right: 15px solid transparent !important;
    border-left-color:#ff7800;
    z-index: 980;
    transition: all 1s ease;
    display: none;

} 
.ycysContainer:hover .tab-arrows{
   display: inline-block;
}
.Ins-wrap{	
    text-align: center;
    padding-top: 300px;
    padding-bottom: 150px;
}
.Ins-link{
	width: 400px;
    display: inline-block;
    height: 125px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
.Ins-link img{
	width:96%;
}