img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;}  
a { text-decoration:none; color:#454545; vertical-align:baseline; cursor:pointer; }  

/*浮动*/  
.g-f-l { float:left; _display:inline; }  
.g-f-r { float:right; _display:inline; } 
.container{ width: 100%; max-width: 1200px; margin: 0 auto;}





/* 首页-专业团队 */
.team{ margin-top: 80px;}
.title{ position: relative;}
.title:before{ content: ""; position: absolute; width: 228px; height: 259px; background: url(../Images/bg_03.jpg) no-repeat; left: -56px; top: 22px; z-index: -1;}
.title a.more{ position: static; margin-top: 94px;}

.team-r{ width: 85%;}
.team-r ul{ overflow: hidden; float: right; margin-bottom: 76px; margin-top: 5px;}
.team-r ul li{ padding: 0 10px; height: 36px; line-height: 36px; background-color: #d4b563; float: left; font-size: 20px; color: #fff; margin-left: 10px;}
.team-r ul li a{ color: #fff;}
.team-r ul li.last-t{ background-color: #fff; color: #666;}
.team-r ul li.last-t a{ color: #666;}
.team-item{ margin-left: 20px; transition: all linear .2s;}
.team-pic{ transition: all linear .2s;}
.team-wen{ background-color: #eee; text-align: center; padding-top: 20px; padding-bottom: 16px; transition: all linear .2s;}
.team-wen strong{ font-weight: normal; font-size: 20px; display: block;}
.team-wen strong a{ color: #121212; transition: all linear .2s;}
.team-wen p{ font-size: 15px; color: #666; line-height: 34px; transition: all linear .2s;}
.team-item{ width: 23.5%;}
.team-item:first-child{ margin-left: 0;}
.team-item:nth-child(odd){ margin-top: 120px;}
.team-item:hover{ background-color: #d4b563;}
.team-item:hover .team-pic{ -webkit-transform: scale(0.97,0.97); -moz-transform: scale(0.97,0.97); transform: scale(0.97,0.97);}
.team-item:hover .team-wen{ background-color: #d4b563;}
.team-item:hover .team-wen strong a{ color: #fff;}
.team-item:hover .team-wen p{ color: #fff;}