.partner-content .line { 
     width: 10%;
}



/*联系我们*/




.contact {
	float: left;
	height: auto;
	background-color: white;
	width: 100%;
}

.contact-title {
	padding-bottom: 50px;
}
.contact-div{
	
}

.contact .contact-div .contact-item {
	width: 350px;
	height: 360px;
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	
	/*background: white;*/
	vertical-align: bottom;
	background-color: white;
	margin-top: 40px;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 30px;
	border: solid 1px gray
	
	
	
}

.contact-pic p {
	font-size: 22px;
	color: #222222;
	margin-top: 210px;
	display: block;
	line-height: 2.5;
	
}



.contact .contact-div .contact-item1 {
	background:url(../img/联系我们/QQ.png) center top 30px ;
	background-repeat: no-repeat;
	background-size: 35% auto;

}
.contact .contact-div .contact-item2 {
	background:url(../img/联系我们/YX.png) center top 50px;
	background-repeat: no-repeat;
		background-size: 38% auto;
	
}
.contact .contact-div .contact-item3 {
	background:url(../img/联系我们/WX.png) center top 50px;
	background-repeat: no-repeat;
		background-size: 35% auto;
	
}



  /*底部链接*/
       .office-bg{
       	  background-color: rgb(239,249,248);
       	  padding: 0px;
          
       }
       
       .office-bg .container {
               
                padding: 0px;
                width: 80%;
                padding-top: 32px;
       }
       .office-list {
       	  margin-top: 0px;
       	  margin-bottom: 50px;
       }
       
       .office {

       	 padding-left: 34px;
       	 padding-right: 40px;
       	 margin: 0px;
       	 border-left: 1px solid lightgrey;
       }
       
       .office-list .office > dt {
       	    font-family:"microsoft yahei" ;
       	    font-size: 24px;
       	    color: #20B2AA;
       	    padding-bottom: 4px;
       	    font-weight: 0;
       	    
       }
       
       
        .office-list .office > dd {
       	    margin-top: 22px;
       	    font-family:"microsoft yahei" ;
       	    font-size: 16px;
       	    color: #222222;
       	    
       }
        
      #office {
      	color: #222222;
      	 font-size: 16px;
      	
      }
      

dt {
     font-weight: 400; 
}