html {
  min-height: 100%;
  position: relative;
}

body {
 
  font-family: 'Microsoft Yahei', sans-serif;
  font-size: 62.5%;
  margin:0px;
  padding:0px;
  
}
#teamcont{
	width: 100%;

	margin: 0 auto;
	position: relative;z-index: 10;
	padding:0 auto;
}
#teamcont .partener{
	
	 margin-right: 2%;
    margin-bottom: 2%;
	
}
#teamcont #pichuan .partener{
	    float: left;
    display: inline-block;
    width: 23%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    position: relative;
}


#teamcont #pichuan .partener .content_list_img{
	    overflow: hidden;
    position: relative;
        border-radius: 10px;
}


#teamcont #pichuan .partener .content_list_hover dt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	color: #fff;
	font-size: 35px;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

#teamcont #pichuan .partener .content_list_hover dd {
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	display: none;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

#teamcont #pichuan .partener .content_list_hover .hr {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
}

#teamcont #pichuan .partener .content_list_hover .hr img {
	width: auto;
	height: auto;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

#teamcont #pichuan .partener:hover .content_list_img img {
	opacity: .6;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

#teamcont #pichuan .partener:hover .content_list_hover dd {
	opacity: 1;
}

#teamcont #pichuan .partener:hover .content_list_hover .hr img {
	opacity: 1;
}

#teamcont #pichuan .partener:hover .content_list_hover dt {
	opacity: 1;
}

#teamcont #pichuan .partener:hover .content_list_hover .hr img {
	-webkit-transform: rotate(360deg);
	animation: rotation 10s linear infinite;
	-moz-animation: rotation 10s linear infinite;
	-webkit-animation: rotation 10s linear infinite;
	-o-animation: rotation 10s linear infinite;
}
.pname{
	padding:25px 0 10px 0;
	font-weight:bold;
	color:black;
}
.pinfo{
	color:black;
	font-size: 14px;
}
.parinforma{
	position:absolute;
	z-index:10;
	width:70%;
	color:black;
	display:none;
	border:solid 5px #B93539;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background:#FFFFFF;
	margin:0px 15%;
}
#teamcont #pichuan .partener img{width: 150px; height: 180px;}
#teamcont .partener .row1{
	background-color:#94070a;
	filter:alpha(opacity=90); 
	-moz-opacity:0.9; 
	opacity:0.9;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;
	cursor:pointer;
	 -moz-box-shadow: 3px 3px 4px #939393;
    -webkit-box-shadow: 3px 3px 4px #939393;
    box-shadow: 3px 3px 4px #939393;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#939393')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#939393');
	
}
.showLeft{
	float:left;
	width: 200px;
	padding:20px 10px 10px 20px;
}
.showRight{
	float:right;
	width:calc(100% - 220px);
	display: table;
	margin-right: 20px;
	flex:1;
}
.showRight  .huncontent{
	padding:40px 0px 20px 30px;
	font-size:18px;
	line-height:35px;
	width:100%;
	display: table;
	text-align:left;
	font-size: 14px;
}
.closebtn{
	clear:both;
	position:relative;
	top:3px;
	right:20px;
	width:36px;
	height:36px;
	background-image:url("https://www.jaenblogs.com/BJYY/template/static/img/close-n.png");
	cursor:pointer;

    float: right;
}
.cssshadow {
	z-index: 100;
	position: relative;
    -moz-box-shadow: 1px 1px 20px 4px #afafaf;
    -webkit-box-shadow:1px 1px 20px 4px #afafaf;
    box-shadow:1px 1px 20px 4px #afafaf;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#afafaf')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#afafaf');
}
#teamcont .partener  img{width: 150px; height: 180px;}