﻿body, html
{
	background: #fff;
	width: 100%;
}
body
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei";
	overflow-x: hidden;
}
article, aside, blockquote, body, button, code, dd, details, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul
{
	margin: 0;
	padding: 0;
}
b, cite, code, em, i, small, th
{
	font-size: 1em;
	font-style: normal;
	font-weight: 500;
}
table
{
	border: 0px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}
a
{
	cursor: pointer;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li
{
	list-style: none;
}
div
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}
input
{
	font-family: "Microsoft YaHei";
}
textarea
{
	font-family: "Microsoft YaHei";
}
select
{
	height: 24px;
	font-family: "Microsoft YaHei";
	vertical-align: middle;
}
.inp1
{
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 25px;
	padding-left: 5px;
}
.inp2
{
	border: 1px solid #CCCCCC;
	width: 90%;
	height: 25px;
	padding-left: 5px;
}
.inp3
{
	border: 1px solid #CCCCCC;
	width: 96%;
	height: 25px;
	padding-left: 5px;
}
.file
{
	border: 0px solid #CCCCCC;
	width: 90%;
	height: 25px;
	padding-left: 5px;
}
.display
{
	display: none;
}
.a_radius
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.li_radius
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.input_radius
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.div_radius
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.div_shadow1
{
	box-shadow: 3px 3px 3px #E3E3E3;
	-webkit-box-shadow: 3px 3px 3px #E3E3E3;
	-moz-box-shadow: 3px 3px 3px #E3E3E3;
}
.grid
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 0px solid #dcdcdc;
	border-right: 0px solid #dcdcdc;
}
.grid tr
{
	height: 35px;
	line-height: 35px;
}
.grid td
{
	text-align: center;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
/*****************************************************************index.aspx*****************************************************************/
.index_content
{
	width: 100%;
	padding-bottom: 50px;
}
.mt50
{
	margin-top: 50px;
}
.mb50
{
	margin-bottom: 50px;
}
.pt50
{
	padding-top: 50px;
}
.index_bg
{
	background: #f9f9f9;
}
.index_content1
{
	width: 1200px;
	margin: 0 auto;
}
.index_title
{
	width: 100%;
}
.index_title h3
{
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: 500;
	display: block;
}
.index_title p
{
	font-size: 14px;
	color: #6b6b6b;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
}
.index_content2
{
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}
.AdvantageItem
{
	float: left;
	width: 310px;
	margin-left: 135px;
	text-align: center;
}
.index_title .ml0
{
	margin-left: 0px;
}
.AdvantageItem img
{
	margin-top: 50px;
}
.AdvantageItem h5
{
	color: #000000;
	font-weight: 400;
	font-size: 24px;
	margin-top: 20px;
}
.AdvantageItem p
{
	color: #6b6b6b;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-top: 10px;
}

.index_content3
{
	width: 1200px;
	height: 410px;
	margin: 0 auto;
}
.indextCaseItem
{
	float: left;
	width: 243px;
	margin-left: 28px;
	margin-right: 29px;
	position: relative;
}
.indextCaseItem img
{
	margin-top: 50px;
	z-index: 1;
}
.indextCaseItem div
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 243px;
	height: 48px;
	z-index: 3;
	color: #000000;
	font-size: 16px;
	text-align: center;
	background: #FFFFFF;
	opacity: 0.8;
	line-height: 48px;
}
.fixed
{
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: none;
}
.fixed a
{
	display: block;
	width: 50px;
	height: 50px;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	background-image: url(/images/go_to_top.png);
}
.fixed a:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
/*****************************************************************CompanyInfo.aspx*****************************************************************/
.main
{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 17px;
	margin-bottom: 50px;
	position: relative;
}
.sub_sidebar
{
	position: absolute;
	margin-left: 15px;
	top: 5px;
	border-top: 1px solid #f0f0f0;
}
.sub_sidebar div
{
	position: absolute;
	width: 198px;
	height: 46px;
	border-right: 4px solid #1B82D1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sub_sidebar .cover_layer0
{
	display:none;
}
.sub_sidebar .cover_layer1
{
	top: -1px;
}
.sub_sidebar .cover_layer2
{
	top: 44px;
}
.sub_sidebar .cover_layer3
{
	top: 89px;
}
.sub_sidebar .cover_layer4
{
	top: 134px;
}
.sub_sidebar .cover_layer5
{
	top: 179px;
}
.sub_sidebar .cover_layer6
{
	top: 224px;
}
.sub_sidebar_list
{
	position: relative;
	width: 198px;
}
.sub_sidebar_list li a
{
	display: block;
	height: 44px;
	width: 195px;
	border-bottom: 1px solid #f0f0f0;
	color: #666;
	font-size: 13px;
	line-height: 44px;
	text-align: center;
	padding-right: 3px;
	text-decoration: none;
	position: relative;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
.sub_sidebar_list .li1 a
{
	line-height: 22px;
}
.sub_sidebar_list .current a, .sub_sidebar_list li a:hover
{
	color: #1B82D1;
}
.article_content
{
	width: 920px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	display: inline;
}
.company_img
{
	width:500px;
	margin:0 auto;	
}
.company_title
{
	position: relative;
}
.company_title .title
{
	padding-bottom: 10px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
}
.news_cont
{
	position: relative;
}
.news_cont .link-more, .news_cont .time_selector
{
	position: absolute;
	top: -32px;
	right: 0;
	height: 22px;
	cursor: pointer;
}
.news_cont .link-more a
{
	color: #1B82D1;
	font-size: 14px;
	text-decoration: none;
}
.news_ol_list .current
{
	display: block;
}
.news_item
{
	display: none;
	width: 100%;
	padding-bottom: 30px;
}
.news_ol_list .current
{
	display: block;
}

.news_item
{
	display: none;
	width: 100%;
	padding-bottom: 30px;
}
.news_sub_list a.txt
{
	float: left;
	line-height: 30px;
	color: #5e6267;
	font-size: 14px;
	text-decoration: none;
	width: 660px;
	height: 30px;
}
.news_sub_list a:hover
{
	color: #1B82D1;
}
.news_sub_list .time
{
	line-height: 30px;
	float: right;
	color: #999;
}
/*****************************************************************ProductCenter.aspx*****************************************************************/
.product_cont
{
	position: relative;
}
.product_sub_list li
{
	width: 360px;
	height: 300px;
	float: left;
	margin: 0 5px;
}
.product_sub_list li a
{
	display: block;
	width: 360px;
	height: 300px;
	position: relative;
	color: #5e6267;
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product_sub_list li a:hover
{
	color: #1B82D1;
	background: #ecf0f1;
}
.product_sub_list li img
{
	width: 340px;
	height: 220px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.product_sub_list li span
{
	width: 360px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 240px;
	left: 0px;
	text-align: center;
}
/*****************************************************************TalentRecruit.aspx*****************************************************************/
.company_item
{
	margin-top:10px;	
	margin-bottom:50px;	
}
.recruit_cont
{
	position: relative;
	color: #5e6267;
	font-size: 14px;
	line-height: 28px;
	margin-bottom:20px;	
}
.recruit_cont img
{
	margin:0px;
	padding:0px;
}
.recruit_cont div
{
	float: left;
	width:180px;
	text-align:center;
	margin-right: 50px;
}
.recruit_cont .txt
{
	text-indent:28px;
}
/*****************************************************************CompanyHonor.aspx*****************************************************************/
.CompanyHonor
{
	position: relative;
	color: #5e6267;
	font-size: 14px;
	line-height: 28px;
}
.CompanyHonor div
{
	float: left;
	width:230px;
	text-align:center;
	margin-right:20px;
}
.CompanyHonor div img
{
	width:230px;
	margin:10px 0px;
}
.CompanyHonor div h4
{
	height:40px;
	line-height:20px;
}

/*****************************************************************MSJD.aspx*****************************************************************/
.msjd_cont
{
	position: relative;
}
.msjd_cont .txt
{
	color: #5e6267;
	font-size: 14px;
	line-height: 28px;
}
.msjd_cont img
{
	width: 100%;
}
.msjd_cont .title
{
	padding-top: 20px;
	color: #000;
	font-weight: 400;
}
.msjd_cont div
{
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

/*********************************************************按钮样式*********************************************************/
.btnSYY
{
	width: 62px;
	height: 22px;
	cursor: pointer;
	border-width: 0px;
	background-image: url(/Images/btn_syy.gif);
}
.btnXYY
{
	width: 62px;
	height: 22px;
	cursor: pointer;
	border-width: 0px;
	background-image: url(/Images/btn_xyy.gif);
}
.btnTZ
{
	width: 62px;
	height: 22px;
	cursor: pointer;
	border-width: 0px;
	background-image: url(/Images/btn_tz.gif);
}
.btnBC
{
	width: 62px;
	height: 22px;
	cursor: pointer;
	border-width: 0px;
	background-image: url(/Images/btn_bc.gif);
}
