
.works-top{
	margin: 50px 0 16px;
	overflow: hidden;
}
/*---------焦点图---------*/
.works-tab{
	width:640px;
	position:relative;
	float: left;
}
.works-tab .btn{
	position:absolute;
	width:19px;
	height:19px;
	top:418px;
	cursor:pointer;
	z-index:99;
	font-size:50px;
	font-weight:bold;
}
.works-tab .prev{
	left:0;background:url(../../images/global/left_arrow.png) no-repeat;
}
.works-tab #prevTop,.works-tab #nextTop{
	top:213px;
	width: 46px;
	height: 48px;
}
#prevTop{
	background: url(../../images/global/prevBtnTop.png) 0 0 no-repeat;
	display: none;
}
#nextTop{
	background: url(../../images/global/nextBtnTop.png) 0 0 no-repeat;
	display: none;
}
.next{
	right:0;background:url(../../images/global/right_arrow.png) no-repeat;
}
.works-tab li{
	float:left;
}
.cf li{
	position: relative;color: #fff;
}
.cf a{
	display: block; 
	position: absolute;
}
.ban{
    width: 640px;
    height: 366px;
    background: #fff;
    border: solid 1px #e1e1e1;
}
.picBox{
    height: 342px;
    position: relative;
    overflow: hidden;
    margin: 12px;
}
.picBox ul{
	position:absolute;
}
.picBox li{
	width:645px;
	height:342px;
}
.picBox li img{
	width: 620px;
}
.listBox{
	width:612px;
	height:100px;
	margin:0 auto;
	position:relative;
	padding-top: 22px;
	overflow:hidden;
}
.listBox ul{
	position:absolute;
}
.listBox li{
	width:157px;
	cursor:pointer;
	position:relative;
}
.listBox li i{
	display:none;
}
.listBox li a{
	display: block;
	width:124px;
	height: 70px;
}
.listBox li img{
	width:138px;
	height: 71px;
}
.listBox .on img{
	width: 132px;
	height: 65px;
	border:5px solid #2551df;
}
.listBox .on i{
	display:block;
}

 /*---------/焦点图---------*/

 .works-text{
	 width: 510px;
 	float: right;
 }
 .works-text h1{
 	width: 464px;
 	font-size: 24px;
 	font-family: me700;
 	color: #333333;
 	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
 }
 .works-text .title{
	width: 464px;
	font-size: 24px;
	font-family: me700;
	color: #333333;
	line-height: 26px;
 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 display: inline-block;
}
 .byfei{
 	font-size: 18px;
 	font-family: me500;
 	color: #333333;
    line-height: 16px;
    margin-top: 22px;
 }
 .byfei a{
 	color: #2551df;
 }

 .project-stats{
 	overflow: hidden;
 	margin-top: 25px;
 }
 .css-pro-eye{
    overflow: hidden;
/*    text-overflow: ellipsis;*/
    white-space: nowrap;
 	float: left;
 	font-size: 16px;
 	font-family: me500;
 	color: #b5b5b5;
 	margin-right: 13px;
 }
 .pro-eye{
 	width: 94px;
 	background:url(../../images/global/ico_eye.png) no-repeat 0 3px; 
 	padding-left: 28px;
 }
.pro-load{
 	width: 134px;
 	background:url(../../images/global/ico_load.png) no-repeat 0 2px; 
 	padding-left: 22px;
 }
.pro-thumb{
 	width: 137px;
	float: right;
 	background:url(../../images/global/ico_thumb.png) no-repeat 0 4px; 
 	padding-left: 22px;
 	margin-right: 0;
 }

.form-button{
	padding-top: 112px;
	position: relative;
}
.css-form-btn{
	width: 278px;
	height: 34px;
	font-family: me300;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	margin-bottom: 25px;
	border-radius: 25px;
	text-indent: 68px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.load-btn{
	background: url(../../images/global/btn_load.png) #2551df no-repeat 45px 8px;
}
.form-button .thumb-btn-a{
	background: url(../../images/global/btn_thumb_a.png) #2551df no-repeat 45px 12px;
}
.thumb-btn{
	background: url(../../images/global/btn_thumb.png) #2551df no-repeat 45px 12px;
}
.share-btn{
	background: url(../../images/global/btn_share.png) #2551df no-repeat 45px 8px;
}

.css-form-btn a{
	color: #fff;
	display: block;
}

.load-btn:hover{
	background: url(../../images/global/btn_load.png) #003ecb no-repeat 45px 8px;
}
.thumb-btn:hover{
	background: url(../../images/global/btn_thumb.png) #003ecb no-repeat 45px 12px;
}
.share-btn:hover{
	background: url(../../images/global/btn_share.png) #003ecb no-repeat 45px 8px;
}
.social-sharing{
	width: 270px;
    height: 70px;
    position: absolute;
    top: 204px;
    left: 4px;
    background: #fff;
    box-shadow: 0 0 6px #CCC;
    display: none;
}
.social-sharing-cn{
    margin: 14px 0 0 22px;
    overflow: hidden;
}
.social-sharing-cn .bshare-custom a{
	margin-right: 20px;
}
.social-sharing-cn .jiathis_style_32x32  .jtico{
    padding-left: 48px!important;
}
.share-ico-css{
	width: 44px;
	height: 44px;
	float: left;
	margin-right: 23px;
	text-indent: 0;
}
.fc-share{

}
.tw-share{

}
.wb-share{

}
.share-ico-css img:hover{
	opacity: 0.75;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.form-button{
	padding-top: 38px;
}
.profile-edit-btn{
	width: 230px;
    height: 34px;
    border-radius: 25px;
    background: #2551df;
    line-height: 34px;
    text-align: center;
    font-family: me500;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    text-indent: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.profile-edit-btn:hover{
	background: #003ecb;
}
.profile-edit-btn span{
	width: 15px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 48px;
    background: url(../../images/profile/profile_ico.png)0 -162px no-repeat;
}
.profile-edit-btn a{
    color: #fff;
    display: block;
}
/*---------------选项卡---------------*/
.project-footer{
	font-size: 20px;
	color: #404040;
}
.project-header{
    font-family: me500;
    border-bottom: solid 1px #dedede;
    height: 46px;
    position: relative;
}
.project-header-css{
	margin-bottom: 15px;
	/*cursor: pointer;
	padding-bottom: 20px;
	text-align: center;*/
}
.project-header-active{
    border-bottom: solid 5px #335ce1;
}
.project-overview{
	/*min-width: 228px;
    max-width: 400px;
    position: absolute;
    z-index: 1111111;*/
}
.project-blog{
	/*min-width: 228px;
    max-width: 400px;
    position: absolute;
    left: 225px;*/
}
.project-Components{
	/*min-width: 228px;
    max-width: 400px;
    position: absolute;
    left: 452px;*/
}
.project-Components span{
	font-size: 14px;
	font-family: me500;
	color: #a7a7a7;
	padding-left: 5px;
}

.project-main{
	padding-bottom: 30px;
	border-bottom: solid 1px #e7e7e7;
}
.project-cont-css{
	/*display: none;*/
	margin-bottom: 38px;
}

.project-blog-cont ul li{
	/*margin-bottom: 68px;*/
}
.project-blog-cont time{
	font-size: 16px;
	font-family: me500;
	color: #b5b5b5;
	line-height: 18px;
}
.project-overview-cont{
	display:block;
}
.project-overview-cont p{
	font-size: 16px;
	font-family: me300;
	color: #404040;
	line-height: 18px;
}

.project-blog-cont p{
	font-size: 16px;
	font-family: me300;
	color: #404040;
	line-height: 18px;
}
.project-Components-cont{
		overflow: hidden;
}
.link-text{
	width: 50%;
	float: left;
	font-size: 16px;
	font-family: me500;
	color: #333333;
    display: -webkit-inline-box;
    position: relative;
    margin-bottom: 30px;
}
.link-text span{
    width: 16px;
    height: 16px;
    border: solid 2px #b5b5b5;
    border-radius: 25px;
    font-family: me900;
    color: #b5b5b5;
    font-size: 12px;
    position: absolute;
    line-height: 17px;
    top: 1px;
    text-align: center;
    left: 0px;
}
.link-text p{
    padding: 0 25px  0 35px ; 
    position: relative;
    line-height: 23px;
    float: left;
}
.link-text a{
	width: 20px;
	height: 20px;
    background: url(../../images/global/link_bg.png) no-repeat 0 5px;
    /*position: absolute;
    top: 0;
    right: 0*/
    padding: 2px 10px;
    margin-left: 5px;
}

/*---------------/选项卡---------------*/