html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
}
.header-wrapper {
	height: 102px;
}
.slideshow {
	width: 100%;
	position: relative;
	height: 450px;
	background-color: #fff;
	overflow: hidden;
}
.slider {
	width: 1423px;
	height: 450px;
	position: absolute;
	left: 50%;
	margin-left: -711.5px;
}
.slider:before,
.slider:after {
	content: "";
	display: block;
	position: absolute;
	width: 17%;
	height: 100%;
	top: 0;
	z-index: 999;
}
.slider:before {
	left: 0;
	background: linear-gradient(to right, #ffffff 0%, rgba(255,255,255,.0) 100%);
	background: -o-linear-gradient(left, #ffffff 0%, rgba(255,255,255,.0) 100%);
	background: -moz-linear-gradient(left, #ffffff 0%, rgba(255,255,255,.0) 100%);
}
.slider:after {
	right: 0;
	background: linear-gradient(to left, #ffffff 0%, rgba(255,255,255,.0) 100%);
	background: -o-linear-gradient(right, #ffffff 0%, rgba(255,255,255,.0) 100%);
	background: -moz-linear-gradient(right, #ffffff 0%, rgba(255,255,255,.0) 100%);
}
.slider img {
	width: 1423px;
	height: 450px;
}
.slides-pagination {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -8%;
}
.slides-pagination li {
	display: block;
	float: left;
	margin-right: 10px;
}
.slides-pagination li a {
	display: block;
	width: 100px;
	height: 50px;
	border: 7px solid #fff;
	overflow: hidden;
	transition: all 0.3s;
	background-color: #fff;
}
.slides-pagination li a:hover,
.slides-pagination li.selected a {
	margin-top: -10px;
	box-shadow: 0 2px 7px rgba(0,0,0,.5);
}
.slides-pagination li a:hover {
	border: 7px solid #c71500;
}
.slides-pagination li a img {
	max-width: 165%;
	height: auto !important;
	margin-left: -30%;
}
.slides-next,
.slides-prev {
	display: block;
	width: 32px;
	height: 56px;
	position: absolute;
	top: 198px;
	background-image: url(../Images/slides-next.png);
	background-repeat: no-repeat;
	z-index: 99999;
}
.slides-next {
	right: 70px;
	background-position: -32px 0;
}
.slides-prev {
	left: 70px;
	background-position: 0 0;
}
.index {
	height: 369px;
	padding-top: 8px;
	background: url(../Images/index-line.jpg) repeat-x 0 0;
}
.footer {
	height: 57px;
	background-color: #d9d7d7;
	line-height: 57px;
	color: #5b5a5a;
	font-size: 12px;
}
.top-line {
	width: 100%;
	height: 20px;
	background: #104dab url(../Images/top-line.jpg) no-repeat 0 0;
}
.header {
	width: 100%;
	height: 82px;
	background-color: #fff;
}
.header-main {
	width: 1003px;
	height: 82px;
	margin: 0 auto;
	position: relative;
}
.logo {
	position: absolute;
	left: 0;
	top: 11px;
	width: 279px;
	height: 57px;
	background: url(../Images/logo.png) no-repeat 0 0;
}
.logo a {
	text-indent: -9999px;
	display: block;
	width: 279px;
	height: 57px;
}
.nav {
	display: block;
	float: right;
	margin-top: 40px;
}
.nav li {
	float: left;
	margin: 0 10px;
}
.nav li.line {
	color: #175eb7;
	font-weight: bold;
	line-height: 0.8;
}
.nav li a {
	font-size: 14px;
	color: #404040;
	font-weight: bold;
}
.nav li a:hover,
.nav li a.active {
	color: #175eb7;
}
.index-main {
	width: 1003px;
	height: 302px;
	margin: 0 auto;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	background-color: #fff;
	padding-top: 24px;
}
.index-main .left {
	float: left;
	width: 508px;
	height: 273px;
	margin-left: 47px;
}
.index-main .right {
	float: right;
	width: 332px;
	height: 273px;
	margin-right: 47px;
}
.index-main .top {
	height: 23px;
	border-bottom: 1px solid #dbd9da;
}
.index-main .top .more {
	float: right;
	margin-right: 5px;
	font-size: 12px;
	color: #8c8c8c;
	line-height: 23px;
}
.index-main .top h1 {
	background-color: #0a64b8;
	border-top: 1px solid #014c91;
	color: #fff;
	text-align: center;
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
}
.index-main .right .top a {
	display: block;
	float: left;
	padding: 0 10px;
	background-color: #eaf1f9;
	border-top: 1px solid #eaf1f9;
	color: #404040;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 3px;
}
.index-main .right .top a:hover,
.index-main .right .top a.active {
	background-color: #0a64b8;
	border-top: 1px solid #014c91;
	color: #fff;
	font-weight: bold;
}
.index-main .left .main {
	width: 508px;
	height: 249px;
	overflow: hidden;
}
.index-main .left .main li {
	float: left;
	display: block;
	width: 93px;
	height: 100px;
	overflow: hidden;
	margin-left: 7px;
	margin-top: 17px;
}
.index-main .left .main li img {
	width: 91px;
	height: 64px;
	border: 1px solid #b5b2b2;
}
.index-main .left .main li span {
	display: block;
	height: 34px;
	width: 100%;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #929191;
}
.index-main .left .main li a:hover span {
	color: #175eb7;
}
.index-main .right .main {
	width: 332px;
	height: 215px;
	overflow: hidden;
	color: #929191;
	font-size: 14px;
	text-indent: 2em;
	line-height: 1.5;
	position: relative;
	padding-bottom: 17px;
	padding-top: 17px;
}
.index-main .right .main img {
	max-width: 332px;
	height: auto !important;
}
.index-main .right .main .more {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 17px;
	width: 38px;
	height: 13px;
	background: url(../Images/more.gif) no-repeat 0 0;
}
#solution {
	display: none;
}
#solution ul {
	display: block;
	clear: both;
}
#solution ul li {
	text-indent: 0;
	padding-left: 13px;
	background: url(../Images/list-2.jpg) no-repeat 0 50%;
	margin-bottom: 5px;
}
#solution ul li a:hover {
	color: #175eb7;
}
#solution ul li span {
	float: right;
	font-size: 12px;
	margin-right: 5px;
}
.footer-main {
	width: 1003px;
	height: 57px;
	margin: 0 auto;
}
.logo-btm {
	float: right;
	display: block;
	background: url(../Images/logo-2.png) no-repeat 0 50%;
	height: 57px;
	padding-left: 65px;
	line-height: 62px;
	font-size: 18px;
	color: #aaa9a9;
}
.banner {
	width: 100%;
	height: 241px;
}
.banner-main {
	width: 1423px;
	height: 241px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.banner-main:before,
.banner-main:after {
	content: "";
	display: block;
	position: absolute;
	width: 17%;
	height: 100%;
	top: 0;
	z-index: 999;
}
.banner-main:before {
	left: 0;
	background: linear-gradient(to right, #ffffff 0%, rgba(255,255,255,.0) 100%);
	background: -o-linear-gradient(left, #ffffff 0%, rgba(255,255,255,.0) 100%);
	background: -moz-linear-gradient(left, #ffffff 0%, rgba(255,255,255,.0) 100%);
}
.banner-main:after {
	right: 0;
	background: linear-gradient(to left, #ffffff 0%, rgba(255,255,255,.0) 100%);
	background: -o-linear-gradient(right, #ffffff 0%, rgba(255,255,255,.0) 100%);
	background: -moz-linear-gradient(right, #ffffff 0%, rgba(255,255,255,.0) 100%);
}
.content {
	width: 100%;
	padding-bottom: 50px;
	background-color: #fff;
}
.content-main {
	width: 1003px;
	margin: 0 auto;
}
.content-main .top {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 29px;
	border-bottom: 1px solid #dbd9da;
	line-height: 29px;
	padding-left: 30px;
	background: url(../Images/home-icon.jpg) no-repeat 0 50%;
	color: #404040;
	font-size: 14px;
}
.content-main .top span {
	color: #b3b3b3;
}
.content-main > .left {
	width: 207px;
	float: left;
	position: relative;
	z-index: 1;
}
.content-main > .right {
	width: 770px;
	float: right;
	position: relative;
	z-index: 0;
}
.content-main > .left > .title {
	color: #fff;
	text-align: center;
	height: 50px;
	padding-top: 2px;
	border-top: 2px solid #337aca;
	background: #fff url(../Images/left-titlebg.jpg) repeat-x 0 bottom;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 1px;
}
.content-main > .left > ul {
}
.content-main > .left > ul > li {
	display: block;
	background: url(../Images/left-menu-listbg1.jpg) repeat-x 0 0;
	position: relative;
	z-index: 0;
}
.content-main > .left > ul > li > a {
	display: block;
	height: 43px;
	line-height: 43px;
	background: url(../Images/left-menu-listbg1s.jpg) no-repeat 0 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.content-main > .left > ul > li > a:hover,
.content-main > .left > ul > li > a.active {
	background: url(../Images/left-menu-listbg1-hover.jpg) no-repeat 0 0;
}
.content-main > .left > ul > li > ul {
	display: block;
	position: relative;
	z-index: 0;
}
.content-main > .left > ul > li > ul > li {
	display: block;
	background: url(../Images/left-menu-listbg.jpg) repeat-x 0 0;
	position: relative;
}
.content-main > .left > ul > li > ul > li > a {
	display: block;
	height: 42px;
	line-height: 42px;
	background: url(../Images/left-menu-listbgs.jpg) no-repeat 0 0;
	color: #666;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	position: relative;
	z-index: 0;
	border-top: 1px solid #eee;
}
.content-main > .left > ul > li > ul > li > a:hover,
.content-main > .left > ul > li > ul > li > a.active {
	background: #f6f6f6;
	border-top: 1px solid #eee;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	font-weight: bold;
}
.content-main > .left > ul > li > ul > li > ul {
	position: absolute;
	top: 0px;
	left: 150px;
	background-color: #f6f6f6;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 140px;
	display: none;
	z-index: -1;
}
.content-main > .left > ul > li > ul > li > ul > li {
	float: none;
}
.content-main > .left > ul > li > ul > li > ul > li > a {
	display: block;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin: 20px 0;
}
.content-main > .left > ul > li > ul > li > ul > li > a:hover {
	color: #337aca;
}
.content-main > .left > .left-contact {
	display: block;
	padding-top: 17px;
	padding-bottom: 90px;
	background: #f6f6f6 url(../Images/leftcontact-bottom.jpg) no-repeat center bottom;
	border-top: 10px solid #337aca;
	position: relative;
	z-index: 0;
}
.content-main > .left > .left-contact a.href {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
}
.content-main > .left > .left-contact h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	border-bottom: 1px solid #f0f0f0;
	text-indent: 7px;
	color: #444;
}
.content-main > .left > .left-contact p {
	padding-left: 28px;
	font-size: 12px;
	color: #666;
	line-height: 2.5;
}
.content-main > .left > .left-contact p.dh {
	background: url(../Images/icon_03.jpg) no-repeat 0 center;
}
.content-main > .left > .left-contact p.cz {
	background: url(../Images/icon_06.jpg) no-repeat 0 center;
}
.content-main > .left > .left-contact p.yx {
	background: url(../Images/icon_08.jpg) no-repeat 0 center;
}
.content-main > .left > .left-contact p.dz {
	background: url(../Images/icon_10.jpg) no-repeat 0 8px;
}
.content-main > .right > .title {
	border-top: 2px solid #337aca;
	padding-top: 2px;
	line-height: 50px;
	height: 50px;
	background: url(../Images/right-titlebg.jpg) repeat-x 0 bottom;
	font-size: 16px;
	color: #404040;
	font-weight: bold;
	text-indent: 25px;
}
.content-main > .right > .iframe {
	height: 1100px;
	overflow: hidden;
}
.products-list-wrapper ul {
	margin-left: -47px;
	margin-top: -10px;
}
.products-list-wrapper ul li {
	display: block;
	float: left;
	width: 156px;
	height: 186px;
	margin-left: 48px;
	margin-top: 20px;
}
.products-list-wrapper ul li a {
	display: block;
	width: 156px;
	height: 186px;
}
.products-list-wrapper ul li a img {
	width: 148px;
	height: 148px;
	border: 1px solid #c6c6c6;
	padding: 3px;
}
.products-list-wrapper ul li a span {
	text-align: center;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666;
}
.products-list-wrapper ul li a:hover img {
	border: 1px solid #337aca;
}
.products-list-wrapper ul li a:hover span {
	color: #175eb7;
}
.showproducts-wrapper {
	font-size: 14px;
	color: #333;
	height: 1100px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.showproducts-wrapper > .title {
	color: #01ba5d;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.showproducts-wrapper > .data {
	color: #bababa;
	font-size: 12px;
	text-align: center;
	margin: 10px 0;
}
.showproducts-wrapper > .main {
	line-height: 1.8;
	text-indent: 2em;
}
.showproducts-wrapper > .main img {
	max-width: 753px;
	height: auto !important;
	text-indent: 0;
	margin-left: -2em;
}
.showproducts-wrapper > .back {
	margin-top: 30px;
	text-align: center;
}
.showproducts-wrapper > .back a {
	color: #337aca;
}
.showproducts-wrapper > .back a:hover {
	color: #d00000;
}
.news-wrapper {
	font-size: 14px;
	color: #333;
}
.news-wrapper > ul li {
	font-size: 14px;
	border-bottom: 1px dotted #b3b3b3;
	line-height: 36px;
	margin: 0 10px;
	padding-left: 10px;
	background: url(../Images/list-2.jpg) no-repeat 0 50%;
}
.news-wrapper > ul li span {
	float: right;
	color: #b3b3b3;
	margin-right: 10px;
}
.news-wrapper > ul li a {
	color: #444;
}
.news-wrapper > ul li a:hover {
	color: #175eb7;
}
.news-wrapper > .title {
	color: #01ba5d;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.news-wrapper > .data {
	color: #bababa;
	font-size: 12px;
	text-align: center;
	margin: 10px 0;
}
.news-wrapper > .main {
	line-height: 1.8;
	text-indent: 2em;
}
.news-wrapper > .main img {
	max-width: 770px;
	height: auto !important;
}
.jobs-wrapper {
	font-size: 14px;
	color: #333;
}
.jobs-wrapper .list-head {
	margin: 0 10px;
	border-bottom: 2px solid #b3b3b3;
	line-height: 36px;
	font-weight: bold;
	color: #175eb7;
}
.jobs-wrapper .list-head span {
	display: block;
	float: left;
	width: 32%;
}
.jobs-wrapper .list-head span.zw {
	text-align: left;
	padding-left: 1%;
}
.jobs-wrapper .list-head span.yq {
	text-align: center;
	padding: 0 0.5%;
}
.jobs-wrapper .list-head span.sj {
	text-align: right;
	padding-right: 1%;
}
.jobs-wrapper > ul li {
	font-size: 14px;
	border-bottom: 1px dotted #b3b3b3;
	line-height: 36px;
	margin: 0 10px;
	padding-left: 10px;
	background: url(../Images/list-2.jpg) no-repeat 0 50%;
}
.jobs-wrapper > ul li span {
	float: right;
	display: block;
	margin-right: 10px;
	overflow: hidden;
}
.jobs-wrapper > ul li span.sj {
	width: 33%;
	text-align: right;
	color: #b3b3b3;
}
.jobs-wrapper > ul li span.yq {
	width: 33%;
	text-align: center;
	color: #b3b3b3;
}
.jobs-wrapper > ul li a {
	color: #444;
}
.jobs-wrapper > ul li a:hover {
	color: #175eb7;
}
.jobs-wrapper > .title {
	color: #01ba5d;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.jobs-wrapper > .data {
	color: #bababa;
	font-size: 12px;
	text-align: center;
	margin: 10px 0;
}
.jobs-wrapper > .main {
	line-height: 1.8;
	text-indent: 2em;
}
.jobs-wrapper > .main img {
	max-width: 770px;
	height: auto !important;
}
.pager {
	margin-top: 60px;
	text-indent: 0;
	color: #666;
	float: right;
}
.pager * {
	display: block;
	height: 24px;
	border: 1px solid #ddd;
	float: left;
	line-height: 24px;
	padding: 0 8px;
	margin-left: 8px;
	background-color: #fff;
}
.pager .current {
	background-color: #175eb7;
	color: #fff;
	border: 1px solid #175eb7;
}
.pager a:hover {
	background-color: #175eb7;
	color: #fff;
	border: 1px solid #175eb7;
}
.online {
	position: fixed;
	width: 30px;
	height: 120px;
	right: 0;
	top: 50%;
	margin-top: -60px;
	cursor: pointer;
	color: #fff;
	z-index: 9999999;
}
.online.hide {
	background: #175eb7 url(../Images/online-1.png) no-repeat 0 0;
}
.online.show {
	background: #175eb7 url(../Images/online-2.png) no-repeat 0 0;
}
.online p {
	font-size: 14px;
	width: 15px;
	margin: 0 auto;
	padding-top: 32px;
}
.online-main {
	border: 2px solid #175eb7;
	min-height: 116px;
	background-color: #fff;
	padding: 0 15px;
	position: absolute;
	left: 30px;
	top: 0;
	cursor: auto;
}
.online-main ul {
	margin-top: 15px;
}
.online-main li {
	display: block;
	width: 125px;
	line-height: 2;
}
.online-main li span {
	color: #000;
	float: left;
	display: block;
	line-height: 22px;
	margin-right: 10px;
	font-size: 12px;
}
.online-main li a {
	float: left;
	display: block;
}

