@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
@font-face{ font-family:"MFYueHei_Noncommercial-Regular.otf"; src:url(../fonts/MFYueHei_Noncommercial-Regular.otf);}
body{ font-family:"微软雅黑"; font-size:14px; color:#888; line-height:24px;} 
ul,li{ list-style:none;}
img{ border:none; display:block;}
a{ color:#888; text-decoration:none;}
a:hover{ color:#888; text-decoration:none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;text-align: center;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.ellipsis{ text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:block;}
.bor_radius_one{ border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.wbk_one{ border:1px solid #dedede; width:200px; height:38px; line-height:38px; padding:0 10px; outline:none; margin-left:5px;}

header{ width:1200px; margin:0 auto;}
header .logo{ float:left; width:116px; margin-right:30px;}
header h2{ float:left; width:500px; padding-top:45px; font-size:30px; color:#06aeb9; font-family:"MFYueHei_Noncommercial-Regular.otf"; } 

#main{ width:100%; margin-top:2%;/* background-image:url(../images/bg.jpg); background-repeat:no-repeat; background-size:100%;  background-position:center*/}

#teamcont{width: 1000px; height: 650px; margin: 0 100px auto; padding:0 auto;}
#teamcont .partener{width:205px; text-align:center;	margin-left:30px;margin-top:30px;}
#teamcont #pichuan .firstrow{float:left; margin-top:180px;}
#teamcont #pichuan .secondrow{float:left; margin-top:40px;}
.pname{padding:10px 0 10px 0;color:black;}

#teamcont .partener .row1{display:block; width:64px; margin:0 auto;
	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');
	
}



/*关闭按钮*/
.closebtn{
	clear:both;
	position:relative;
	top:3px;
	left:460px;
	width:36px;
	height:36px;
	background-image:url(/static/images/close-n.png);
	cursor:pointer;
}


/*隐藏*/
.parinforma{position:absolute;	z-index:10;	width:500px; margin:0 auto;	color:black;	/*border:solid 5px #B93539;*/	-moz-border-radius:10px;	-webkit-border-radius:10px;border-radius:10px;background:#FFFFFF;top:21%; left:70%;}

.cssshadow {
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#afafaf')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#afafaf');
}

.login_one{ padding:30px; padding-bottom:30px;}
.login_one h1{ text-align:center; line-height:60px;  font-size:28px;}

.login_button{ width:300px; height:40px; text-align:center; line-height:40px; color:#fff; font-size:20px; font-family:"微软雅黑"; margin:0 auto; border:none; outline:none; cursor:pointer; margin-left:20px;}
.login_button_01{background:#ffd34f; transition:all ease-in 0.3s;}
.login_button_01:hover{ background:#f1b500;}
.login_button_02{background:#00c5d2; transition:all ease-in 0.3s;}
.login_button_02:hover{ background:#00a3ae;}
.login_button_03{background:#0087dd; transition:all ease-in 0.3s;}
.login_button_03:hover{ background:#0071b9;}


footer{ text-align:center; padding:20px 0;}




