/*公共样式*/
body{
	font-family: MicrosoftYaHei;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #6c6c6c;
}
.azsjtx{
	margin-top: 80px;
}
.azsjtx .bgcolor{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #f9f9f9;
}
h5.breadcrumb{
	display: flex;
    align-items: center;
}
h5.breadcrumb a{
	font-size: 14px;
	line-height: 16px;
	color: #707070;
	margin: 0 8px;	
}
h5.breadcrumb b{
	width: 4px;
	height: 16px;
	background-color: #707070;
}
.container{
	width: 1180px;
    margin: 0 auto;
}
.azsjtx .main{
	margin-top: 30px;
}
.aside_nav{
	width: 210px;
	height: auto;
	float: left;
}
.aside_nav li:not(.first){
	height: 68px;
	line-height: 68px;
	text-align: center;
	border: solid 1px #d9d9d9;
	border-top: none;
	background-color: #fcfcfc;
	position: relative;
}
.aside_nav li a{
	display: block;
	font-size: 16px;
}
.aside_nav li.first{
	height: 68px;
    background-color: #3B6DC8;
    color: #FFFFFF;
    padding-left: 50px;
    padding-top: 22px;
    
}
.aside_nav li.first span{
	display: block;
	font-size: 24px;
}
.aside_nav .first .en{
	font-size: 12px;
	margin-left: 2px;
}
.aside_nav li.active a{
	color: #3b6dc8;
}
.aside_nav li.active b{
	position: absolute;
	display: inline-block;
	width: 4px;
	height: 65px;
	background-color: #3b6dc8;
	bottom: -1px;
    left: -1px;
}

.azsjtx .content{
	float: right;
	width: 940px;
}
.intro{
	border-bottom: 1px solid #ececec;
	padding-bottom: 30px;
}
.intro dt{
	float: left;
	width: 258px;
	height: 239px;
}
.intro dt img{
	display: block;
	width: 258px;
	height: 239px;
}
.intro dd{
	width: 652px;
	float: right;
	margin-left: 30px;
}
.intro dd h1{
	line-height: 46px;
	font-size: 24px;
	color: #2f2f2f;
	margin-bottom: 10px;
}
.intro dd p{
	line-height: 36px;
	font-size: 14px;
}
.detail{
	padding-bottom: 50px;
}
.detail>div{
	margin-bottom: 40px;
} 
.detail  h4.title{
	font-size: 18px;
	color: #020202;
	padding:26px 0 24px;
}
.detail  h4.title b{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	background-color: #020202;
	color: #FFFFFF;
	text-align: center;
	margin: 0 8px;
}
.detail p{
	font-size: 14px;
	line-height: 36px;
	color: #666666;
}
.detail h5{
	font-size: 16px;
	color: #232323;
	margin-bottom: 10px;
}
.detail p .tip{
	padding: 2px 4px;
	color: #FFFFFF;
	background-color: #e80009;
	margin-right: 3px;
}
.detail p a{
	color: #4379d4;
}






#huawei .intro dd h1{
	line-height: 24px;
}
