﻿body, html
{
	background: #f6f9fe;
	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;
}
/*****************************************************************top.ascx*****************************************************************/
.head_bg1
{
	background-image: url(/images/LogoBack.jpg);
	width: 100%;
}
.head_wrap
{
	margin: 0 auto;
	width: 1200px;
	height: 130px;
	height: 130px;
	position: relative;
}
.head_logo
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.head_tel
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.head_bg2
{
    background:#2B9A22;
	width: 100%;
	height: 55px;
	position: relative;
}
.menu
{
	width:1200px;
	height: 55px;
	margin: 0 auto;
}
.menu_list li
{
	float: left;
	width: auto;
	display: block;
}
.menu_list li a
{
	float: left;
	height: 55px;
	padding: 0 30px;
	line-height: 55px;
	color: Yellow;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	transition: color .3s linear;
}
.menu_list li a:hover
{
	color:#2B9A22;
	background: #FFF;
}

/*****************************************************************bottom.ascx*****************************************************************/
.footer_top
{
	width: 100%;
	height: 46px;
	color: #FFF;
	background-color: #3d3d3d;
}
.footer_top_center
{
	width: 1200px;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
}
.footer_top_center .s1
{
	float: left;
}
.footer_top_center .s2
{
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.footer_top_center .s2 em
{
	font-weight: bold;
}
.footer_top_center .s3
{
	float: left;
	font-size: 14px;
	margin-left: 30px;
}
.footer
{
	width: 100%;
	height: 170px;
	background: #C31112;
}
.footer_con
{
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	position: relative;
}
.footer_con div
{
	float: left;
}
.footer_wxewm
{
	width: 170px;
	height: 170px;
}
.footer_more
{
	margin: 30px 0px 0px 80px;
	width: 80px;
}
.footer_more .title
{
	font-size: 14px;
	color: #8B98A1;
	font-weight: bold;
}
.footer .link_list
{
	padding-top: 12px;
}
.footer .link_list li
{
	height: 32px;
	line-height: 32px;
}
.footer .link_list li a
{
	font-size: 12px;
	color: #FFF;
	transition: color .3s linear;
}
.footer .link_list li a:hover
{
	color: #333;
}
/*****************************************************************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%;
	text-align:center;
}
.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: 400px;
	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 #C31112;
	-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_layer1
{
	top: -1px;
}
.sub_sidebar .cover_layer2
{
	top: 44px;
}
.sub_sidebar .cover_layer3
{
	top: 89px;
}
.sub_sidebar .cover_layer4
{
	top: 134px;
}
.sub_sidebar_list
{
	position: relative;
	width: 198px;
}
.sub_sidebar_list li a
{
	display: block;
	height: 44px;
	width: 185px;
	border-bottom: 1px solid #f0f0f0;
	color: #666;
	font-size: 18px;
	line-height: 44px;
	text-align: right;
	padding-right: 13px;
	text-decoration: none;
	position: relative;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
.sub_sidebar_list .current a, .sub_sidebar_list li a:hover
{
	color: #C31112;
}
.article_content
{
	width: 750px;
	float: right;
	margin-right: 200px;
	display: inline;
}
.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: #C31112;
	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: #C31112;
}
.news_sub_list .time
{
	line-height: 30px;
	float: right;
	color: #999;
}
/*****************************************************************ProductCenter.aspx*****************************************************************/
.product_cont
{
	position: relative;
}
.product_sub_list li
{
	width: 360px;
	height: 280px;
	float: left;
	margin: 0 5px;
}
.product_sub_list li a
{
	display: block;
	width: 360px;
	height: 280px;
	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: #C31112;
	background: #ecf0f1;
}
.product_sub_list li img
{
	width: 340px;
	height: 190px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.product_sub_list li span
{
	width: 360px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 220px;
	left: 0px;
	text-align: center;
}
/*****************************************************************TalentRecruit.aspx*****************************************************************/
.recruit_cont
{
	position: relative;
	color: #5e6267;
	font-size: 14px;
	line-height: 28px;
}
.recruit_cont div
{
	float: left;
	width:200px;
	text-align:center;
	margin-right: 50px;
}
.recruit_cont img
{
	width:180px;
}
/*****************************************************************CompanyHonor.aspx*****************************************************************/
.CompanyHonor1
{
	color: #5e6267;
	font-size: 14px;
	line-height: 28px;
	text-align:center;
}
.CompanyHonor1 ul li
{
	float: left;
}
.CompanyHonor1 ul li img
{
	width:230px;
	height:314px;
	margin:10px 10px;
}
.CompanyHonor1 ul li 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);
}
