@font-face{
    font-family:'FontAwesome';
    src:url(../fonts/fontawesome-webfont.eot?v=4.3.0);
    src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight:normal;
    font-style:normal
}
div {
	outline: none !important;
}
a {
	outline: none !important;
}
.anli-panel {
	max-width:1200px;
	margin: 0 auto;
}
.side-nav .title {
	height: 64px;
	width:100%;
	font-size: 20px;
	color: #2D3138;
	line-height: 64px;
	text-align:left;
  box-shadow: inset 0 -1px 0 0 #EBEBEB;
  margin: 0;
}
.side-nav .item {
	height: 56px;
	width:100%;
	font-size: 16px;
	color: #2D3138;
	line-height: 56px;
	text-align: left;
	box-shadow: inset 0 -1px 0 0 #EBEBEB;
}
.side-nav .item.active a{
	color: #0081FF;
}
.side-nav .item.active::after {
	font-family:'FontAwesome';
	content:"\f054";
	color: #0081FF;
	position: absolute;
	right:16px;
	font-size: 14px;
}
.side-nav a {
	text-decoration: none;
	color: #2D3138;
	cursor: pointer;
}
.content-block {
	box-shadow: inset 0 -1px 0 0 #EBEBEB;
	margin-left: 80px;
	text-align:left;
	padding-top: 36px;
	padding-bottom: 36px;
}
.content-block .img {
	padding: 0;
}
.content-block > div > img {
	width: 192px;
}
.content-block .description {
	padding-right: 0;
}
.content-block .description .he {
	font-size: 32px;
	color: #000000;
	line-height: 72px;
}
.content-block .description .he span {
	margin-left: 24px;
}
.content-block .description .text {
	font-size: 14px;
	color: #2D3138;
	line-height: 28px;
	padding-top: 32px;
}
.content-block .description .product {
	font-size: 14px;
	color: #60656B;
	padding: 24px 0;
}
.content-block .description .solution {
	font-size: 14px;
	color: #60656B;
	/*padding: 24px 0;*/
}
.content-block .description .product a {
	font-size: 14px;
	color: #2D3138;
	background-repeat: no-repeat;
	padding-left: 24px;
	text-decoration: none;
	margin-left: 24px;
}
.content-block .description .solution a {
	font-size: 14px;
	color: #2D3138;
	background-repeat: no-repeat;
	padding-left: 24px;
	text-decoration: none;
	margin-left: 24px;
}
.content-block .description .product a.fanyi {
	background-image: url("../anli/ic_list_tag_translation.png");
	padding-bottom : 10px;
}
.content-block .description .product a.ocr {
	background-image: url("../anli/ic_list_tag_ocr.png");
	padding-bottom : 10px;
}
.content-block .description .product a.asr {
	background-image: url("../anli/ic_list_tag_asr.png");
	padding-bottom : 10px;
}

.content-block .description .product a.tts {
	background-image: url("../anli/ic_list_tag_tts.png");
	padding-bottom : 10px;
}

.content-block .description .product a.assess {
	background-image: url("../anli/ic_list_tag_assess.png");
	padding-bottom : 10px;
}

.content-block .description .product a.shootsearch {
	background-image: url("../anli/ic_list_tag_shootsearch.png");
	padding-bottom : 10px;
}

/* 华为云解决方案的小图标 */
.content-block .description .solution a.pigai {
	background-image: url("../anli/ic_cases_homework.png");
	padding-bottom : 10px;
}
.content-block .description .solution a.zhibi {
	background-image: url("../anli/ic_cases_exercise.png");
	padding-bottom : 10px;
}
.content-block .description .solution a.coding {
	background-image: url("../anli/ic_cases_program.png");
	padding-bottom : 10px;
}
.content-block .description .solution a.oral-english {
	background-image: url("../anli/ic_cases_Spoken.png");
	padding-bottom : 10px;
}


.demoBtn {
	width:120px;
	height:40px;
	border: 1px solid #0081FF;
	border-radius: 3px;
	font-size: 14px;
	color: #0081FF;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}
.demoBtn:hover {
	color: #ffffff;
	background-color: #0081ff;
}
.img-container {
	display:none;
}
