
body{
	background-color: #f2f2f2;
	font-family:微软雅黑;
	min-width:1030px;
    height:100%;
}

@media (max-width: 998px)
{
	.container 
	{
		width: 1030px;
		padding-right: 15;
		padding-left: 15;
	}
}
@media (min-width: 998px) and (max-width: 1174px) {
	.container 
	{
		width: 1030px;
		padding-right: 15;
		padding-left: 15;
	}
	
}
@media (min-width: 1174px) {
	.container 
	{
		width: 1030px;
		padding-right: 15;
		padding-left: 15;
	}
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.logo_image{
	width:96px;
	height:100%;
	padding-top:60px;
}

.title_block{
	display:block;
	width:664px;
	height:250px;
	padding-left:84px;
	padding-top:65px;
}

.introduce_product_title1{
	display:block;
	font-size:28px;
	color:#333;
	font-weight:bold;
}

.introduce_product_title2{
	display:block;
	font-size:14px;
	color:#333;
	padding-top:10px;
}

.introduce_product_title3{
	display:block;
	font-size:12px;
	color:#797979;
	padding-top:10px;
}

.process_block_title{
	display:block;
	padding-top:15px;
	font-size:14px;
	color:#333;
}

.process_block_Subtitle
{
	width:280px;
	display:block;
	padding-top:8px;
	font-size:12px;
	color:#797979;
}

.btn {
	display: inline-block;
	padding: 0px 0px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.vd-btn-downloadocx{
	color: #fff;
	background-color: #169bd5;
	width:160px;
	height:40px;
	padding-top: 8px;
	font-size: 16px;
	text-align: center;
}

.vd-btn-downloadocx:hover{
	color: #fff;
	background-color: #0088ff;
}

.vd-btn-downloadocx:active{
	color: #fff;
	background-color: #0088ff;
}

.vd-btn-downloadocx:focus{
	color: #fff;
	background-color: #0088ff;
}

a{
	color: #169bd5;
}

a:link{
	color: #169bd5;
	text-decoration:none;
}
a:visited{
	color: #169bd5;
	text-decoration:none;
}
a:hover{
	color: #169bd5;
	cursor:pointer;
	text-decoration:none;
}
a:active{
	color: #169bd5;
	text-decoration:none;
}

.ext_tab{
	border-bottom: 0;
}

.ext_tab>li {
	width: 120px;
	margin-bottom: 0;
	height: 50px;
	float: left;
	text-align: center;
}

.ext_tab>li>a{
	border-radius: 0;
	height: 50px;
	border: 0;
	margin: 0;
	text-align: center;
	line-height: 50px;
	padding: 0;
	color: #fff;

}


.ext_tab>li>a:hover,.ext_tab>li>a:focus{
	background-color: #0ba4db;
}

.ext_tab>li.active>a, .ext_tab>li.active>a:hover, .ext_tab>li.active>a:focus {
	cursor: default;
	background-color: #28abdf;

}

.btn_mark{
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	padding-top: 9px;
	margin: 50px 0 15px;
	width:160px;
	height:42px;
	text-align:center;
	display: inline-block;
	background: #50b50a;
	color: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	position: relative;
}

.btn_mark>a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0;
	cursor: move;
}