﻿/* CSS Document */
/*研究领域*/
#Contact-all{
	width:100%;
	height:370px;
	background-color:#000;
	border:0px solid #999999 ;
	
	background-image:url(../img/second/contact/contact.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-width:1000px;
	background-size:cover;
}
#Contact{
	width:1000px;
	height:370px;
	left:50%;
	margin-left:-500px;
	position:absolute;

}
.contact-img{
	width:auto;
	height:auto;
	margin:0px auto;
	text-align:center;
	position:relative;
}
.contact-title{
	width:500px;
	height:41px;
	position:absolute;
	top:40px;
	/*left:30px;*/
	color:#FFFFFF;
	font-size:40px;
	line-height:30px;
	text-align:left;
	font-family: 'Lato Lig', Arial, Helvetica, sans-serif;
}
.contact-con{
    width:400px;
	height:60px;
	top:100px;
	/*left:30px;*/
	position:absolute;
	color:#FFFFFF;
	font-size:20px;
	line-height:30px;
	text-align:justify;
	font-family: 'Lato Lig', Arial, Helvetica, sans-serif;
}
.re-text{
	width:745px;
	height:auto;
	margin-top:20px;
}
.re-text ul{
	width:745px;
	color:#333333;
}
.re-text ul li{
	font-size:13px;
	text-indent:2em;
	line-height:25px;
}
.re-text ul li strong{
	font-size:15px;
	line-height:35px;
}


/*--当前位置--*/
.Location{
    width:1000px;
	height:40px;
	line-height:40px;
	margin:0px auto;
	text-align:center;
	color:#535353;
	font-size:13px;
	text-align:left;
}
.Location a{
    color:#535353;
	font-size:13px;
	text-decoration:none;
}
.Location a:hover{
    text-decoration:underline;
}


/*--联系我们--*/
.c-title{
    width:1000px;
	height:auto;
	line-height:30px;
	font-size:13px;
	color:#656565;
	float:left;
	margin-top:5px;
	text-align:left;
}
.c-title li{
    width:1000px;
}
.c-title li strong{
    font-size:15px;
	color:#222222;
	font-weight:bold;
	text-align:left;
}

/*--微信--*/
.code-img{
	width:135px;
	height:135px;
	margin:10px 0px 10px 0px;
	float:left;
}
.code-text{
	width:135px;
	height:0px;
	line-height:0px;
	text-align:center;
	font-size:13px;
	color:#4d4d4d;
}
.c-code-all{
    width:auto;
	height:140px;
	float:left;
	margin-right:35px;
	margin-bottom:40px;
}



