* {margin: 0; padding: 0; font-size: inherit; font-style: inherit; font-family: 'MicrosoftYaHei'; box-sizing: border-box; -webkit-text-size-adjust: 100%;}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
.wrap {
	width: 1200px;
	margin: 0 auto
}
.wrap img{
	 vertical-align:middle;
}
.small-nav {
	margin: 40px 0;
	font-size: 14px;
	color: #6A6A6A;
}
.content-title {
	text-align: center;
	margin-bottom: 30px;
}
.content-text {
	font-size: 16px;
	color: #444444;
	line-height: 1.8;
	margin-bottom: 40px;
	margin-top: 32px;
}
.mid-text {
	padding-bottom: 30px;
	font-size: 18px;
	border-bottom: 1px solid #0080BC;
	font-family:MicrosoftYaHei;
}
.mid-text > span/*:first-child*/ {
	font-weight: bold;
	color:#444444;
}
.mid-text > span:nth-child(2) {
	margin: 0 5px;
}
.email-introduce-L {
	display: inline-block;
	width: 59%;
	padding: 35px 0;
	font-size: 18px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	color:rgba(68,68,68,1);
}

.email-introduce-L > div:last-child {
	margin-top: 20px;
}
.email-introduce-L > div:last-child >span:first-child {
	font-weight: normal;
	height:24px;
}
.email-introduce-R {
	padding: 20px 0;
	display: inline-block;
	width: 39%;
	font-size: 18px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	color:rgba(68,68,68,1);
}
.email-introduce-R > div > span:first-child {
	font-weight: normal;
}
.email-introduce-R > div:nth-child(2) {
	margin: 20px 0 15px 0;
}
/************************/
.content-title{
    text-align: center;
}
.content-title p{
    font-size:24px;
    font-family:MicrosoftYaHei-Bold;
    color:rgba(109,109,109,1);
    line-height:28px;
    font-style: italic;
    font-weight: bold;
    display: inline-block;	
}
.content-title  span{
    display: inline-block;
    width:85px;
    height:1px;
    background:rgba(46,97,150,1);
}
.content-title >*{
	    vertical-align: middle;
}