* {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
input, textarea{
	outline:none;
}
ul li {
	list-style:none;
}
a {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	display:block;
	font-weight:normal;
}
body {
	font-size:15px;
	font-family: "microsoft yahei", "serif";
	background-color:#ffffff;
}

/*===================================== HEADER CSS ============================*/
#header {
	background:url(../images/header_bg.png) center top repeat-x;
	width:100%;
	height:426px;
	margin-bottom:15px;
}
#index_header {
	background:url(../images/index_header_bg.png) center top repeat-x;
	width:100%;
	height:697px;
	margin-bottom:15px;
}
#bannar {
	width:100%;
	height:426px;
	background:url(../images/about_bg.jpg) center top no-repeat;
	margin:0 auto;
}
#bannar_product {
	width:100%;
	height:426px;
	background:url(../images/product_bg.jpg) center top no-repeat;
	margin:0 auto;
}
#bannar_job {
	width:100%;
	height:426px;
	background:url(../images/job_bg.jpg) center top no-repeat;
	margin:0 auto;
}
#bannar_contact {
	width:100%;
	height:426px;
	background:url(../images/contact_bg.jpg) center top no-repeat;
	margin:0 auto;
}
#bannar_download {
	width:100%;
	height:426px;
	background:url(../images/download_bg.jpg) center top no-repeat;
	margin:0 auto;
}
#topmenu{
    float:left;
	width:100%;
	height:87px;
	background:url(../images/topmenu_bg.png) center top repeat-x;
}
#index_topmenu{
	width:100%;
	height:84px;
	
}
#topmenu_center{
    width:100%;
	height:84px;
	margin:0 auto;
	
}
#logo{
    float:left;
	width:200px;
	margin-top:13px;
	margin-left:40px;
}
/* #logo{
    float:left;
	width:360px;
	margin-top:13px;
	margin-left:40px;
	display: flex;
	align-items: center;
}
#logo h2{
	font-weight: bold;
	color: #868484;
} */
#menu_txt{
    float:right;
	position:relative;
	width:620px;
	text-align:right;
	font-family: "microsoft yahei", "serif";
	font-size:10pt;
	padding-top:40px;
	padding-right: 40px;
	color:#868484;	
	display: flex;
	align-items: center;
	justify-content: end;
	z-index: 4;
}
#menu_txt a{
	color:#868484;	
}
#bannar_center{
	text-align:center;
    width:100%;
	height:613px;
	margin:0 auto;
}
/* 登录 注册 用户头像 */
#menu_txt a.user-login.hidden{
    display: none;
}
#menu_txt img.user-avatar{
    width: 20px;
	height: 20px;
	cursor: pointer;
}
#menu_txt img.user-avatar.hidden{
    display: none;
}
/*=====================================公司简介 context CSS ============================*/
#context{
    width:925px;
	margin:0 auto;
	overflow: hidden;
	zoom: 1;
}
#context img{
   margin-left:0px;
}
#context p{
    font-family: "microsoft yahei", "serif"; 
	font-size:10pt;
	color:#a4a9ab;
	margin-left:0px;
	margin-right:0px;
	line-height:180%;
}
#context p b{
    font-family: "microsoft yahei", "serif"; 
	font-size:11pt;
	color:#14acff;
	margin-left:0px;
	margin-right:0px;
	line-height:180%;
}
#context h1{
    font-family: "microsoft yahei", "serif"; 
	font-size:14pt;
	color:#14acff;
	margin-left:0px;
	margin-right:0px;
	line-height:120%;
	margin-top:15px;
	margin-bottom:5px;
}
/*=====================================加入我们 context CSS ============================*/
#context_job{
    width:1009px;
	height:700px;
	margin:0 auto;
    background:url(../images/job_context_bg.png) center top no-repeat;
}
#context_frame_job{
   width:100%;
   margin-top:15px;}
#context_job p{
    font-family: "microsoft yahei", "serif"; 
	font-size:10pt;
	color:#a4a9ab;
	margin-left:50px;
	margin-right:350px;
	line-height:160%;
}
#context_job h1{
    font-family: "microsoft yahei", "serif"; 
	font-size:14pt;
	color:#14acff;
	margin-left:50px;
	margin-right:50px;
	line-height:180%;
	margin-top:15px;
	margin-bottom:5px;
}
/*=====================================产品介绍 context CSS ============================*/
#context_product{
    width:1009px;
	height:700px;
	margin:0 auto;
    background:url(../images/product_context_bg.png) center top no-repeat;
}
#context_frame_product{
   width:100%;
   margin-top:0px;
}
#context_product p{
    font-family: "microsoft yahei", "serif"; 
	font-size:10pt;
	color:#868484;
	margin-left:20px;
	margin-right:40px;
	line-height:160%;
}
#context_product h1{
    font-family: "microsoft yahei", "serif"; 
	font-size:14pt;
	color:#14acff;
	margin-left:20px;
	margin-right:30px;
	line-height:180%;
	margin-top:0px;
	margin-bottom:5px;
}
#product_tital{
    float:left;
	position:relative;
	width:240px;height:600px;
	font-family: "microsoft yahei", "serif";
	font-size:11pt;
	line-height:240%;
	text-align:right;
	background:url(../images/left_bg.png) left top no-repeat;
	padding-top:0px;
	padding-right:0px;
	color:#a4a9ab;
}
.product-tital {
	color:#a4a9ab;
	margin-right:25px;
}
.product-tital.selected{
	color:#14acff;
	font-size:14pt;
}
#product_right{
    float:right;
	position:relative;
	width:660px;
	padding-top:7px;
}
.product-summary.video {
	width: 640px;
	height: 360px;
	cursor: pointer;
}
.product-summary.hidden{
	display: none;
}
.product-summary.mobile table{
	border-collapse: separate;
	border-spacing: 0px 20px; 
}
.product-summary.mobile img{
	width: 200px;
}
#product_right b{
	font-family: "microsoft yahei", "serif"; 
	font-size:11pt;
	color:#868484;
	font-weight:normal;
}
#product_right a{
	font-family: "microsoft yahei", "serif"; 
	font-size:11pt;
	color:#868484;
	font-weight:normal;
}
#product_right span{
	font-family: "microsoft yahei", "serif"; 
	font-size:14pt;
	color:#14acff;
	margin-left:0px;
	margin-right:0px;
	line-height:180%;
	margin-top:0px;
	margin-bottom:5px;
}
#product_left{
    float:left;
	position:relative;
	width:240px;
	padding-top:10px;
}
/*=====================================联系我们 context CSS ============================*/
#context_contact{
    width:1009px;
	height:421px;
	margin:0 auto;
    background:url(../images/contact_context_bg.png) center top no-repeat;
	/* background-size: 925px 386px; */
}
#context_frame_contact{
   width:100%;
   margin-top:0px;
}
#context_contact p{
	text-align:left;
    font-family: "microsoft yahei", "serif"; 
	font-size:9pt;
	color:#868484;
	margin-left:650px;
	margin-right:40px;
	line-height:190%;
}
#context_contact h1{
    font-family: "microsoft yahei", "serif"; 
	font-size:14pt;
	color:#14acff;
	margin-left:650px;
	margin-right:40px;
	line-height:180%;
	margin-top:15px;
	margin-bottom:5px;
}
/*=====================================软件下载 context CSS ============================*/
.download-video {
	width: 292px;
	height: 162px;
	cursor: pointer;
}
.download-btn{
	width: 100%;
	padding: 10px 0;
	display: inline-block;
	text-align: center;
	font-family: "microsoft yahei", "serif";
	font-size: 16px;
	background-color: #f07203;
	border: none;
	outline: none;
	border-radius: 4px;
	color: white;
	cursor: pointer;
}
/*=====================================底部 ============================*/
#bottom{
    width:925px;
	font-family: "microsoft yahei", "serif";
	line-height:180%; 
	font-size:9pt;
	color:#868484;
    text-align:center;
    padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	border-top:3px solid #f2f0f0;
}
#bottom_index{
    width:925px;
	font-family: "microsoft yahei", "serif";
	line-height:180%; 
	font-size:9pt;
	color:#868484;
    text-align:center;
    padding-top:2px;
	padding-bottom:10px;
	margin:0 auto;
	
}
#icp{
	padding-left: 10px;
}
#icp a{
	color:#868484;
}
#inner {
	width: 100%;
	margin:0 auto;
}