body {
	font: 12px/24px "微软雅黑", "华文细黑", Arial, sans-serif;
	padding: 180px 0px 0px;
	margin: 0px;
	height: 100%;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.header {
	position: absolute;
	width: 100%;
	height: 185px;
	min-width: 1024px;
	left: 0;
	top: 0;
	background: url(../img/header_bg.png) repeat-x;
	_position: absolute;
_top: expression(offsetParent.scrollTop);
	z-index: 9;
}
.header1 {
	width: 100%;
	height: 84px;
	margin: 25px 0;
}
.logo {
	float: left;
	width: 690px;
	height: 75px;
	background: url(../img/logo.jpg) no-repeat;
}
.header_right{ width:250px; float:right; text-align:right}
.header_right a{ font-size:14px; line-height:3em}
.header_right a.curr{ font-weight:bold; color:#1359b8}
.dnav {
	height: 20px;
	margin: 0;
}
.dnav li {
	float: left;
	margin-right: 20px;
	min-width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 22px;
	font-size: 14px;
	position: relative;
}
.dnav .active {
	background-color: #1359b8;
	border-radius: 15px;
}
.dnav .active a {
	color: #fff
}
.dnav li:hover {
	background-color: #1359b8;
	border-radius: 15px;
}
.dnav li:hover a {
	color: #fff
}
.dnav li.nobg {
	background: none;
}
.sonNav {
	position: absolute;
	left: -8px;
	top: 31px;
	display: none;
	width: 155px;
}
.sonNavMain {
	height: 90px;
	padding: 40px 0 28px;
	float: left
}
.sonNavMain li {
	width: 123px;
	background: none;
	padding-right: 0;
	float: left;
	display: inline;
	padding: 0;
	margin-right: 0;
}
.dnav .sonNavMain li a {
	width: 125px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	padding: 0;
	border-bottom: 1px solid #357dbd;
	text-align: center;
	margin: 0 6px 8px 15px;
	float: left;
	_height: 24px;
	_position: relative;
	_overflow: hidden
}
.dnav .sonNavMain li:hover {
	background: none;
	border-radius: 0;
}
.dnav .sonNavMain li:hover a {
	color: #fff
}
.sonNavR {
	width: 32px;
	background: url(../img/sonnav_r.png) no-repeat right bottom;
	float: left
}
.searchWrap {
	float: right;
	width: 200px;
	height: 24px;
	padding-top: 15px;
}
.searchWrap select {
	width: 150px;
	float: right
}
.searchWrap a {
	float: left;
	display: block;
}
.searchWrap a:hover {
	color: #2e75d1;
}
.search-form {
	float: right;
}
.search-form div, .search-form input, .search-form button {
	float: left;
}
.search-input-box {
	position: relative;
	width: 151px;
	height: 24px;
	padding-left: 20px;
	border: none;
	background: url(../img/searchInput.jpg) no-repeat;
	display: inline;
}
.search-input-box input {
	width: 151px;
	height: 24px;
	border: none;
	background: none;
	line-height: 25px;
	vertical-align: middle;
}
.search-btn button {
	position: relative;
	width: 28px;
	height: 24px;
	border: none;
	background: url(../img/searchBtn.jpg) no-repeat;
	cursor: pointer;
	text-indent: -999em;
}
.banner {
	height: 352px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.banner li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	cursor: pointer;
}
.banner .w1000 {
	height: 352px;
}
.banner .btn {
	height: 6px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 2;
}
.banner .btn span {
	display: inline-block;
	width: 45px;
	height: 6px;
	background: url("../img/bg_bannerbtn.png") no-repeat;
	margin-right: 8px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.banner .btn span.on {
	background-position: 0 -6px;
}
.news_index {
	width: 100%;
	height: 415px;
	overflow: hidden;
	background-color: #f2f2f2;
	display: inline-block
}
.news_index_title {
	width: 100%;
	height: 25px;
	margin-top: 30px;
	background: url(../img/news_text.png) top center no-repeat;
	padding-top: 25px;
}
.news_index_content ul {
	margin: 0;
}
.news_index_content ul li {
	float: left;
	width: 222px;
	height: 270px;
	margin-right: 13px;
	border: 1px solid #1f68ce;
	padding: 8px;
	background-color: #fff;
}
.news_index_content ul li .pic_container {
	width: 222px;
	height: 110px;
	overflow: hidden;
}
.news_index_content ul li:hover {
	border-top: 4px solid #1f68ce;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.news_index_content ul li:last-child {
	margin-right: 0;
}
.news_index_content h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	margin: 12px 0
}
.news_index_content p {
	text-indent: 2em;
	height: 90px;
	overflow: hidden;
}
.news_index_content ul li a {
	display: block;
	width: 112px;
	height: 24px;
	margin: auto;
	text-align: center;
	background-color: #6087c8;
	border: 1px solid #1f68ce;
	border-radius: 12px;
	color: #fff;
	line-height: 24px;
}
.news_index_content ul li a:hover {
	color: #1f68ce;
	text-decoration: none;
	background-color: #fff
}
.news_index_nav {
	width: 270px;
	margin: auto
}
.news_index_nav a {
	color: #fff
}
.news_index_nav li {
	width: 88px;
	float: left;
	height: 24px;
	background-color: #323232;
	border: 1px solid #0b0b0b;
	text-align: center;
	line-height: 26px;
}
.news_index_nav .active {
	width: 90px;
	height: 32px;
	background: url(../img/news_catebg.png) no-repeat;
	border: none;
}
.products_index {
	margin-bottom: 50px;
	display: block;
}
.products_index_title {
	width: 100%;
	height: 50px;
	position: relative;
	margin-top: 30px;
	background: url(../img/index_3.png) no-repeat;
}
.products_index_title ul {
	float: left;
	margin-left: 210px;
	margin-top: 18px
}
.products_index_title ul li {
	float: left;
	margin: 0 5px;
	font-size: 14px;
}
.join_btn {
	position: absolute;
	right: 80px;
}
.products_index_content {
	width: 1000px;
	height: 138px;
	overflow: hidden;
}
.products_index_content ul {
	margin: 0;
}
.products_index_content ul li {
	float: left;
	width: 190px;
	min-height: 135px;
	margin-right: 12px;
	background-color: #ecf1f4;
}
.products_index_content ul li .pic_container {
	width: 190px;
	height: 100px;
	padding-top: 5px;
	overflow: hidden;
	text-align: center;
}
.products_index_content ul li:hover {
	border-bottom: 1px solid #9bc6e0;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.products_index_content ul li:last-child {
	margin-right: 0;
}
.products_index_content h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	margin: 8px 0 3px;
	text-align: center
}
.products_index_control {
	width: 48px;
	height: 24px;
	float: right;
	position: relative
}
.products_index_control .carousel-control {
	position: absolute;
	top: 30px;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -20px;
	font-size: 30px;
	font-weight: 100;
	line-height: 18px;
	color: #717171;
	text-align: center;
	background: none repeat scroll 0% 0% #fff;
	border: 1px solid #c9c9c9;
	border-radius: 0;
	opacity: 0.5;
}
.products_index_control .carousel-control:hover {
	color: #666;
	text-decoration: none;
	opacity: 0.9;
}
.products_index_control .carousel-control.right {
	right: 0;
	left: auto;
}
.links_index {
	height: 240px;
}
.link_box {
	width: 480px;
}
.link_box_title {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #898989;
	margin-bottom: 16px;
}
.link_box ul {
	height: 80px
}
.link_box ul li {
	width: 153px;
	height: 62px;
	float: left;
	margin-right: 10px;
}
.link_box ul li:last-child {
	margin-right: 0;
}
.affiliate .link_box_title {
	background: url(../img/index_4.png) no-repeat
}
.affiliate ul li {
	 
	text-align: center;
}
.affiliate ul li a {
	font-size: 16px;
	color: #333;
	display: block;
	padding-top: 20px;
}
.systems .link_box_title {
	background: url(../img/index_5.png) no-repeat
}
.link_box ul li:hover {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
}
.footer {
	width: 100%;
	height: 160px;
	background-color: #1e68cb;
}
.footer_content {
	height: 160px;
	background: url(../img/mascot.png) 0px 30px no-repeat;
}
.footer_content p {
	color: #fff;
	text-align: center;
	padding-top: 45px;
}
/*子页面*/

.inner-banner {
	width: 100%;
	height: 18px;
	min-width: 1000px;
	margin: 0 auto 53px;
	background: url("../img/in_bg01.jpg") repeat-x;
	overflow: hidden;
}
.side {
	width: 160px;
	float: left;
}
.side-top {
	height: 28px;
	width: 160px;
	background: url("../img/side_bg01.jpg") no-repeat;
	overflow: hidden;
}
.side-bot {
	height: 20px;
	width: 160px;
	background: url("../img/side_bg02.jpg") no-repeat;
	overflow: hidden;
}
.side-nav {
	width: 160px;
	background: url("../img/side_bg03.jpg") repeat-y;
}
.side-nav ul li {
	width: 100%;
	background: url("../img/side_bg04.jpg") no-repeat 0 bottom;
}
.side-nav ul li a {
	padding-left: 40px;
	display: block;
	height: 36px;
	line-height: 34px;
	background: url("../img/side_bg04.jpg") no-repeat 0 -34px;
}
.side-nav ul li a:hover, .side-nav ul li a.on {
	background-position: 0 2px;
	color: #fff;
}
.sol-nav ul li a {
	padding-left: 42px;
}
.side-nav ul li .sidenav-son {
	padding: 25px 0;
	background: #fff;
	border: 1px solid #e6e4e4;
	border-width: 0 1px 0 1px;
	display: none;
}
.sol-nav ul li.navh a {
	background: 0 -118px;
}
.side-nav ul li.cur a {
	background-position: 0 -70px;
	color: #fff;
}
.side-nav ul li .sidenav-son a {
	line-height: 24px;
	height: 24px;
	background: url("../img/bit07.jpg") no-repeat 30px center;
	padding-left: 45px;
	color: #666;
}
.side-nav ul li .sidenav-son a:hover, .side-nav ul li .sidenav-son a.on {
	color: #005bab
}
.right {
	float: right;
	width: 800px;
}
.path {
	height: 36px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e4e3e3;
}
.path font {
	color: #005BAB;
}
.path h1 {
	float: left;
	font-size: 24px;
	color: #333;
}
.path span {
	float: right;
}
.path a {
	padding-right: 17px;
	background: url("../img/bit05.png") no-repeat right 4px;
	margin-right: 10px;
}
.propath {
	padding-top: 22px;
	margin-bottom: 20px;
	border: none
}
.con-til {
	font-size: 18px;
	color: #333;
}
.about {
	font-size: 14px;
	line-height: 2em
}
.about-video {
	position: relative;
	z-index: 0;
}
.about-posi {
	border-top: 1px solid #e4e3e3;
}
.about-posi ul li {
	width: 135px;
	height: 140px;
	padding: 0 28px 0 0;
	margin-right: 43px;
	border-right: 1px dashed #e0e0e0;
}
.about-tab {
	width: 764px;
	height: 32px;
	padding-left: 14px;
	margin-bottom: 35px;
	background: url("../img/about_bg01.jpg") no-repeat;
	overflow: hidden;
}
.about-tab ul li {
	padding: 0 20px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}
.about-tab ul li.cur, .about-tab ul li.hover {
	background: url("../img/about_bg03.png") no-repeat center top;
	color: #fff;
}
.about-ajax {
	width: 763px;
	margin: 0 auto;
}
/*时间轴*/
.dev-line {
	width: 100%;
	height: 1px;
	background: #ededed;
	position: absolute;
	left: 0;
	top: 86px;
	z-index: 1;
}
.about-th .title {
	width: 382px;
	height: 58px;
	padding-top: 56px;
	font-size: 20px;
	line-height: 58px;
	color: #525252;
	background: url("../img/bg_shadow06.png") no-repeat center 12px;
	margin: 0 auto 65px;
	position: relative;
	z-index: 2;
	font-weight: bold;
}
.about-th .tips {
	padding-bottom: 30px;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;
	color: #888;
	min-height: 94px;
	height: auto!important;
	height: 94px;
}
.about-th .tips img {
	margin-bottom: 20px;
}
.about-th .tips h2 {
	font-size: 30px;
	line-height: 42px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
.about-th .btns {
	width: 800px;
	height: 94px;
	padding-bottom: 78px;
	margin: 0 auto;
}
.about-th .btns .prev {
	width: 30px;
	height: 52px;
	float: left;
	cursor: pointer;
	background: url("../img/prev01.jpg") no-repeat;
}
.about-th .btns .next {
	width: 30px;
	height: 52px;
	float: left;
	cursor: pointer;
	background: url("../img/next01.jpg") no-repeat;
}
.about-th .btns .btn.hover {
	background-position: -30px 0;
}
.about-th .btns .list {
	width: 640px;
	height: 94px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 43px;
}
.about-th .btns .line {
	width: 100%;
	height: 1px;
	background: #cecece;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 1;
}
.about-th .btns ul {
	float: left;
	position: relative;
	z-index: 2;
}
.about-th .btns li {
	width: 76px;
	height: 38px;
	padding: 52px 0 4px;
	float: left;
	margin: 0 14px;
	display: inline;
	background: url("../img/bg_li02.png") no-repeat center top;
	color: #828282;
	text-align: center;
	cursor: pointer;
}
.about-th .btns li.on {
	background: url("../img/bg_li03.png") no-repeat center top;
	font-size: 22px;
	line-height: 38px;
	color: #942723;
}
.intro_unit {
	width: 800px;
	margin: 0 auto;
	position: relative;
	display: none;
}
.about-th .intro {
	min-height: 380px;
	height: auto;
	background: #f5f5f5;
	margin-bottom: 60px;
}
.about-th .intro .img {
	margin: 20px;
}
.about-th .intro .dev {
	width: 400px;
	height: auto;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
	position: relative;
}
.about-th .intro .dev table {
	font-size: 14px;
}
.about-th .intro .scroll-obj {
	width: 410px;
}
.about-th .intro td {
	line-height: 24px;
	padding-bottom: 15px;
}
.about-th .intro td span {
	font-size: 14px;
	font-family: Arial;
	color: #942723;
}
.about-th .intro .scroll-bar {
	height: 290px;
}
.news-list ul li {
	width: 100%;
	border-bottom: 1px solid #e4e3e3;
	padding: 22px 0;
}
.news-list ul li .newsimg {
	width: 233px;
	height: 143px;
	padding: 7px;
	border: 1px solid #e6e4e4;
	float: left;
	_display: inline;
	margin: 5px 30px 0 11px;
	background: url("../img/bg/news_bg02.jpg") no-repeat;
}
.news-list ul li .newscon {
	width: 450px;
	float: left;
	height:160px;
	position:relative;
}
.news-list ul li .newscon h2 {
	font-size: 18px;
	color: #333;
}
.news-list ul li .newscon p {
	line-height: 20px;
}
.news-list ul li .newscon span {
	background: url("../img/bit06.jpg") no-repeat 0 2px;
		position:absolute;
			left:0;
	bottom:30px;
	padding-left: 20px;
	color: #949494;
}
.news-list ul li .newscon a.newsmore {
	display: block;
	position:absolute;
	width: 91px;
	height: 26px;
	left:0;
	bottom:0;
	background: url("../img/news_bg01.jpg") no-repeat;
}
.news-list ul li .newscon a.newsmore:hover {
	background-position: 0 -26px;
}
.news-list ul li .newscon2 {
	width: 100%;
}
.news-list ul li .newscon2 p {
	height: auto
}
.info-til {
	margin: 0 auto;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6
}
.info-til h2 {
	text-align: center;
	font: 16px/22px;
	color: #5b5a5a;
	padding-bottom: 8px;
}
.info-til p {
	font-family: Arial;
	color: #a1a1a1;
	text-align: center;
}
.info-con {
	margin: 0 auto;
	padding: 22px 8px 40px;
}
.info-con img {
	max-width: 761px;
}
.info-page {
	margin: 0 auto;
	padding-top: 22px;
	border-top: 1px solid #e6e6e6;
}
.info-page .back {
	float: right;
	line-height: 16px;
	float: right;
	padding-right: 14px;
	background: url("../img/bit03.jpg") no-repeat right center;
	color: #4d8dcf;
}
.info-page .back:hover {
	color: #1778cb;
	border-bottom: 1px dotted #4d8dcf
}
.info-page p {
	color: #ababab
}
.pro_content2 {
	width: 1000px;
	margin: 0 auto;
}
.inner-banner2 {
	width: 100%;
	height: 29px;
	min-width: 1000px;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
}
.pathtop {
	width: 100%;
	margin: 0 auto;
	height: 32px;
	margin-bottom: 20px;
	background: url("../img/pro_bg13.jpg") repeat-x 0 bottom #eeeeee;
}
.pathtop a {
	display: block;
	float: left;
	width: 116px;
	height: 32px;
	padding-left: 18px;
	margin-right: 1px;
	background: url("../img/pro_bg12.jpg") no-repeat -135px 0;
	color: #fff;
	line-height: 32px;
}
.pathtop a.cur, .pathtop a:hover {
	background-position: 0 0;
	color: #3659bb;
	font-weight: bold
}
.prodlist {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.prodlist li {
	width: 214px;
	height: 312px;
	overflow: hidden;
	padding: 5px;
	margin: 15px 11px;
	border: #FFFFFF solid 2px;
}
.prodlist li:hover {
	border: #023052 solid 2px;
}
.prodlist li .pic {
	width: 214px;
	height: 269px;
	overflow: hidden;
}
.prodlist li .ti {
	width: 214px;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	background: url("../img/agnf_15.jpg") no-repeat left top;
}
.prodlist li .ti a {
	width: 212px;
	height: 43px;
	display: block;
	overflow: hidden;
	color: #333333;
	padding-left: 2px;
	font-family: "黑体";
}
.prodlist li .ti a:hover {
	width: 212px;
	height: 43px;
	padding-left: 2px;
	display: block;
	overflow: hidden;
	color: #333333;
	font-family: "黑体";
}
.prodlist2 {
	margin: 0 auto;
}
.prodlist2 ul {
	background-color: #f5f5f5;
	height: auto;
	padding-top: 1px;
	margin-bottom: 20px;
}
.prodlist2 li {
	display: inline-block;
	_display: inline;
	width: 214px;
	height: 252px;
	overflow: hidden;
	padding: 5px;
	margin: 15px 11px;
	border: #FFFFFF solid 2px;
	background-color: #fff;
}
.prodlist2 li a, .prodlist li a {
	display: block;
}
.prodlist2 li:hover {
	border: #2e75d1 solid 2px;
}
.prodlist2 li .pic {
	width: 214px;
	height: 131px;
	overflow: hidden;
}
.prodlist2 li .xl {
	width: 214px;
	height: 38px;
	line-height: 38px;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
}
.prodlist2 li .intro {
	width: 214px;
	height: 38px;
	line-height: 18px;
	color: #888888;
	font-size: 12px;
	overflow: hidden;
}
.prodlist2 li .ti {
	width: 214px;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	background: url("../img/agnf_15.jpg") no-repeat left top;
}
.prodlist2 li .ti a {
	width: 212px;
	height: 43px;
	display: block;
	overflow: hidden;
	color: #333333;
	padding-left: 2px;
}
.prodlist2 li .ti a:hover {
	width: 212px;
	height: 43px;
	padding-left: 2px;
	display: block;
	overflow: hidden;
	color: #333333;
}
.prodlist2 .ti2 {
	height: 48px;
	background: url("../img/product_12.png") no-repeat left bottom;
	font-size: 14px;
	margin: 15px 0 5px -12px;
}
.prodlist2 .ti2_text {
	height: 36px;
	background-color: #2e75d1;
	color: #fff;
	line-height: 36px;
	width: 200px;
	text-align: center;
	box-shadow: 1px 1px 5px #999
}
/*产品详情页*/
.main-comm {
	width: 100%;
	background: #eee;
	padding: 30px 0;
}
.proinfo-top {
	width: 980px;
	margin: 0 auto 45px;
	position: relative;
}
.jqzoom {
	margin-right: 42px;
	width: 400px;
	height: 350px;
	position: relative;
	border: 1px solid #e0dfdf;
}
.jqzoom img {
	width: 80%;
	margin: 30px auto 0;
	display: block
}
.zoom_icon {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 21px;
	height: 20px;
	background: url("../img/bg/zoom_bg01.png") no-repeat;
}
.proinfo-del {
	width: 460px;
	float: left;
	font-size: 14px;
}
.proinfo-tit {
}
.proinfo-tit h1 {
	font: 24px "黑体";
	font-weight: normal;
	color: #333;
	padding-bottom: 6px;
	border-bottom: 1px dashed #e0dfdf;
	margin-bottom: 10px;
}
.proinfo-con {
	border-top: 1px dashed #e0dfdf;
	padding-top: 20px;
}
.proinfo-contil {
	font: 18px/24px "黑体";
	color: #333;
	margin-bottom: 20px;
}
.SBox {
	position: relative;
	height: 170px;
}
.ScontentBox {
	width: 420px;
	height: 170px;
	position: relative;
	overflow: hidden;
}
.Scontent {
	position: absolute;
	width: 420px;
	top: 0;
	left: 0;
}
.SscrollBox {
	position: absolute;
	width: 5px;
	height: 160px;
	top: 5px;
	right: -15px;
}
.Sscroll {
	position: absolute;
	width: 5px;
	height: 8px;
	top: 0;
	left: 0;
	background: #c2c0c0;
	z-index: 1;
	cursor: pointer;
}
.Sscroll_top {
	position: absolute;
	top: -10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #000;
	overflow: hidden;
	cursor: pointer;
	display: none;
}
.Sscroll_bot {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #000;
	overflow: hidden;
	cursor: pointer;
	display: none;
}
.Sscroll_bg {
	position: absolute;
	width: 1px;
	height: 160px;
	background: #e0dfdf;
	left: 2px;
}
.proinfo-tab {
	width: 980px;
	margin: 0 auto 40px;
	height: 34px;
	background: #ececec;
}
.proinfo-tab ul li {
	width: 127px;
	margin-right: 1px;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
}
.proinfo-tab ul li.cur, .proinfo-tab ul li.hover {
	background: #023052;
	color: #fff;
	font-weight: bold;
}
.proinfo-box {
	width: 980px;
	margin: 0 auto;
	min-height: 400px;
	padding-bottom: 50px;
}
.pro-hot {
	width: 1008px;
	margin: 0 auto 15px;
}
.pro-hot-top {
	width: 100%;
	height: 10px;
	background: url("../img/pro_bg01.jpg") no-repeat;
	overflow: hidden;
}
.pro-hot-bot {
	width: 100%;
	height: 10px;
	background: url("../img/pro_bg03.jpg") no-repeat;
	overflow: hidden;
}
.pro-hot-cen {
	padding: 0 4px;
	background: url("../img/pro_bg02.jpg") repeat-y;
}
.pro-hot-til {
	padding-left: 43px;
	line-height: 55px;
	height: 55px;
	border-bottom: 1px solid #ececec;
	font-size: 16px;
	color: #333;
}
.pro-hot-til span {
	padding-left: 10px;
	color: #999;
	font-size: 14px;
}
.pro-hot-list {
	width: 936px;
	margin: 30px auto 40px;
}
.pro-hot-list ul li {
	width: 210px;
	margin: 0 12px;
}
.pro-hot-list ul li a {
	color: #999
}
.pro-hot-list ul li .pic_container {
	width: 208px;
	height: 135px;
	overflow: hidden;
	margin-bottom: 5px;
}
.pro-hot-list ul li img {
}
.solulist-a span {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 2em
}
.pro-hot-more {
	height: 37px;
	padding-top: 6px;
	background: url("../img/pro_bg04.jpg") no-repeat;
	text-align: center;
	cursor: pointer;
}
.pro-hot-more span {
	padding-right: 30px;
	background: url("../img/pro_bg05.jpg") no-repeat right 6px;
}
.pro-hot-more span.open {
	background-position: right -18px
}
.pro-hot-hide {
	display: none;
}
.joblist {
	margin-top: 33px;
	position: relative;
	z-index: 5;
	min-height: 350px;
	_height: 350px;
}
.joblist dt {
	position: relative;
	height: 34px;
	padding: 10px 0px 10px 20px;
	overflow: hidden;
	line-height: 34px;
	background: url("../img/job_img06.jpg") no-repeat 755px center #f1f1f1;
	border-bottom: #fff 1px solid;
}
.joblist-overbg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 0px;
	height: 54px;
	background: url("../img/job_img05.jpg") no-repeat 755px center #246ac6;
}
.joblist-tit {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.joblist dt a.apply {
	padding-right: 56px;
}
.joblist dt span a {
	display: inline-block;
	color: #444;
}
.joblist-tit b {
	display: inline-block;
	padding-right: 15px;
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	background: url("../img/job_img04.jpg") no-repeat right 12px;
}
.joblist-tit em {
	display: inline-block;
	padding: 0 11px;
	line-height: 34px;
	background: url("../img/job_img04.jpg") no-repeat right 10px;
}
.joblist-tit i {
	display: inline-block;
	padding: 0 11px;
	line-height: 34px;
	font-style: normal;
}
.joblist dt span a:hover {
	color: #246ac6;
}
.joblist dt.over a {
	position: relative;
	z-index: 5;
}
.joblist dt.over, .joblist dt.over a, .joblist dt.over a:hover {
	color: #fff;
}
.joblist dd {
	display: none;
	padding: 20px;
	color: #888;
	border-bottom: #fff 1px solid;
	background: #f8f8f8;
}
.joblist-dd {
	padding: 0 0 20px 20px;
	border-bottom: #dfdfdf 1px solid;
}
.joblist-dd span {
	padding-right: 15px;
}
.joblist-dd tr td {
	padding: 5px 35px 5px 0;
}
.joblist-ddcon {
	padding-top: 20px;
	padding-left: 20px;
}
.joblist-dd span, .joblist-ddcon h3 {
	color: #246ac6;
}
