﻿@charset "utf-8";
/**
**/
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: middle;
}
ol, ul, li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea {
	font-size: 12px;
	font-family: inherit;
	margin: 0;
	outline: none;
	resize: none;
	border: none;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
html {
	verflow: -Scroll;
	overflow-x: hidden;
	zoom: 1;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
body {
	color: #555;
	font-size: 12px;
	line-height: 24px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
a {
	color: #555;
	text-decoration: none;
	outline: none;
blr:expression(this.onFocus=this.blur());
}
a:hover {
	color: #08429a;
	text-decoration: none;
}
:focus {
	outline: none;
}
/* CSS活动的公共样式 */
.fl {
	float: left;
}
.fr {
	float: right;
}
.gr_center {
	text-align: center;
}
.grWidth {
	width: 1200px;
	margin: 0 auto;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.pt30 {
	padding-top: 30px;
}
.center {
	text-align: center;
}
.hidden {
	overflow: hidden;
}
/*  关于我们 */
.about {
	padding: 60px 0;
	overflow: hidden;
	background: url('../images/about_bg.jpg') no-repeat center top;
}
.aboutLeft {
	width: 690px;
}
.aboutLeft .title {
	background: url('../images/aboutLine.jpg') no-repeat left bottom;
	font-size: 24px;
	margin-bottom: 30px;
}
.aboutLeft .title span {
	display: block;
	padding: 10px 0 15px 0;
}
.aboutLeft .title span strong {
	color: #08429a;
}
.aboutLeft .font {
	height: 150px;
	overflow: hidden;
	font-size: 14px;
}
.aboutLeft .more {
	display: inline-block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #08429a;
	color: #fff;
	transition: all 0.3s;
}
.aboutLeft .more:hover {
	background: #006b30;
}
/*  优势 */
.odds {
	padding: 60px 0;
	overflow: hidden;
	background: url('../images/odds_bg.jpg') no-repeat center top
}
.oddsMain li {
	float: left;
	width: 375px;
	margin-right: 37px;
	background: #fff;
	border-bottom: 3px solid #08429a;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
.oddsMain li.two {
	border-bottom: 3px solid #1a3463;
}
.oddsMain li.last {
	margin-right: 0;
	border-bottom: 3px solid #b50000;
}
.oddsMain li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #00b853;
	transition: all 0.5s;
	height: 0;
}
.oddsMain li.two:before {
	background: #0f3a89;
}
.oddsMain li.last:before {
	background: #db0000;
}
.oddsMain li .oImg {
	width: 375px;
	height: 335px;
	overflow: hidden;
	background: #efefef;
	display: block;
}
.oddsMain li img {
	width: 375px;
	height: 335px;
	transition: all 0.4s;
}
.oddsMain li .font {
	padding: 25px;
	height: 140px;
	z-index: 2;
	position: relative;
	text-align: center;
}
.oddsMain li h3 {
	font-size: 24px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: normal;
}
.oddsMain li h3 span {
	color: #9f9f9f;
	font-size: 12px;
	display: block;
}
.oddsMain li:hover {
	color: #fff;
	background: #333;
	transition: all 0.5s;
	transition-delay: 0.2s;
}
.oddsMain li:hover h3, .oddsMain li:hover h3 span {
	color: #fff;
	transition: all 0.5s;
	transition-delay: 0.2s;
}
.oddsMain li:hover img {
	transform: scale(.95, .95);
}
.oddsMain li:hover:before {
	height: 190px;
}
/*  产品中心 */
.product {
	background: #fff;
	padding: 60px 0;
	overflow: hidden;
}
.proMenu {
	height: 65px;
	margin-bottom: 50px;
}
.proMenu a {
	float: left;
	height: 63px;
	line-height: 63px;
	border: 1px solid #e3e3e3;
	background: #f3f3f3;
	text-align: center;
	width: 239px;
	margin-left: -1px;
	font-size: 16px
}
.proMenu a.on {
	background: #08429a;
	color: #fff;
}
.proMain, .proBox {
	height: 650px;
	overflow: hidden;
}
.proBox ul {
	width: 1240px;
}
.proBox li {
	float: left;
	width: 260px;
	padding: 9px;
	border: 1px solid #ddd;
	margin: 0 26px 20px 0;
}
.proBox li .pImg {
	width: 260px;
	height: 260px;
	display: block;
	overflow: hidden;
}
.proBox li img {
	width: 260px;
	height: 260px;
	transition: all 0.3s;
}
.proBox li h4 {
	border-top: 1px dotted #ddd;
	height: 30px;
	line-height: 35px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
.proBox li:hover img {
	transform: scale(.95, .95);
}
.proBox li:hover {
	border: 1px solid #69a30f;
}
.proBox li:hover h4 {
	border-top: 1px dotted #69a30f;
	;
}
/*  新闻中心 */
.news {
	padding: 60px 0;
	overflow: hidden;
	background: #f3f3f3;
}
.nTitle {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	height: 55px;
}
.nTitle span {
	font-size: 12px;
	color: #999;
	font-family: Arial;
	display: block;
	line-height: 20px;
}
.nTitle a {
	float: right;
	font-size: 0;
	width: 27px;
	height: 27px;
	background: url('../images/nMore.jpg') no-repeat left top;
	transition: all 0.3s;
	margin-top: 10px;
}
.nTitle a:hover {
	background-position: 0 -27px;
}
.newsLeft {
	width: 815px;
	overflow: hidden;
}
.newsLeft li.n1 {
	height: 205px;
	background: #fff;
	overflow: hidden;
	padding-right: 25px;
}
.newsLeft li.n1 .nImg {
	width: 345px;
	height: 205px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 25px;
}
.newsLeft li.n1 img {
	width: 345px;
	height: 205px;
	transition: all 0.5s;
}
.newsLeft li.n1 h4, .newsSlide li h4 {
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 25px;
}
.newsLeft li.n1 h4 a, .newsSlide li h4 a {
	color: #333;
}
.newsLeft li.n1 h4 a:hover, .newsSlide li h4 a:hover {
	color: #08429a;
}
.newsLeft li.n1 .date, .newsSlide li .date {
	display: block;
	color: #ccc;
	height: 30px;
}
.newsLeft li.n1:hover img, .newsSlide li img:hover {
	transition: all 0.5s;
	transform: scale(1.1, 1.1)
}
.newsLeft li.n2 {
	background: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	border: 1px solid #eee;
	margin-top: 10px;
}
.newsLeft li.n2 a {
	background: url('../images/ly_li.png') no-repeat left center;
	display: inline-block;
	width: 640px;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsLeft li.n2 span {
	float: right;
	font-family: Arial;
	color: #999;
}
.newsRight {
	width: 340px;
	overflow: hidden;
}
.newsSlide {
	height: 435px;
	background: #fff;
	position: relative;
}
.newsSlide .ohbox {
	width: 340px;
height:;
}
.newsSlide li {
	width: 340px;
	height: 435px;
}
.newsSlide li .nImg {
	width: 340px;
	height: 205px;
	overflow: hidden;
	display: block;
}
.newsSlide li img {
	width: 340px;
	height: 205px;
	transition: all 0.5s;
}
.newsSlide li div {
	padding: 20px;
}
.newsSlide li div h4 {
	padding-top: 0;
}
.newsSlide li .more {
	display: inline-block;
	width: 60px;
	height: 18px;
	line-height: 18px;
	background: #363636;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	transition: all 0.3s;
}
.newsSlide li .more:hover {
	background: #08429a;
}
.newsSlide .pageBtn span {
	background: url('../images/nbtn.png') no-repeat 0 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	left: 0;
	top: 80px;
}
.newsSlide .pageBtn .next {
	background-position: -30px 0;
	left: auto;
	right: 0;
}
.newsSlide .pageBtn span:hover {
	background-position: -60px 0;
}
.newsSlide .pageBtn .next:hover {
	background-position: -90px 0;
}
/*  合作伙伴 */
.partner {
	padding: 60px 0;
height:;
}
.partnerMain {
	height: 115px;
	position: relative;
}
.partner .ohbox {
	position: relative;
	left: 0;
	height: 115px;
	width: 1200px;
	overflow: hidden;
}
.partner .piclist {
	height: 115px;
	width: 1240px;
	zoom: 1;
}
.partner li {
	float: left;
	width: 158px;
	height: 113px;
	overflow: hidden;
	position: relative;
	margin-right: 13px;
	border: 1px solid #eee;
}
.partner li img {
	width: 158px;
	height: 113px;
	position: absolute;
	z-index: 2;
	transform: rotateY(0deg);
	transition: all 0.5s ease 0s;
	backface-visibility: hidden;
}
.partner li span {
	position: absolute;
	width: 148px;
	height: 113px;
	background: #fff;
	line-height: 113px;
	text-align: center;
	transform: rotateY(-180deg);
	transition: all 0.5s ease 0s;
	backface-visibility: hidden;
	color: #333;
	padding: 0 5px;
}
.partner li:hover img {
	transform: rotateY(180deg);
}
.partner li:hover span {
	transform: rotateY(0deg);
}
.partner li:hover {
	border: 1px solid #08429a;
}
.partner .pageBtn span {
	background: url('../images/nbtn.png') no-repeat 0 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	left: -40px;
	top: 40px;
}
.partner .pageBtn .next {
	background-position: -30px 0;
	left: auto;
	right: -40px;
}
.partner .pageBtn span:hover {
	background-position: -60px 0;
}
.partner .pageBtn .next:hover {
	background-position: -90px 0;
}
/* 内页公用 */
.listBanner {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	height: 250px;
}
.listWrapper {
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 30px;
}
.listLeft {
	width: 260px;
	float: left;
	overflow: hidden;
}
.listRight {
	width: 900px;
	float: right;
	overflow: hidden;
}
.breadCrumb {
	border-bottom: 1px solid #DADADA;
	height: 30px;
	margin-bottom: 25px;
}
.breadCrumb strong {
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	height: 29px;
	border-bottom: 2px solid #08429a;
	display: inline-block;
	font-weight: normal;
}
.breadCrumb p {
	background: url(../images/mapIcon.png) no-repeat left center;
	padding-left: 20px;
}
.breadCrumb p span {
	margin: 0 8px;
}
.listLeft .searMain {
	width: 242px;
	margin-bottom: 20px;
}
.listLeft .searMain .sear_text {
	width: 215px;
}
.listLeft .searMain .sear_btn {
	width: 25px;
}
/* 内页横向菜单 */
.listMenu {
	height: 50px;
	margin-top: -50px;
	text-align: center;
	margin-top: -50px;
	position: relative;
	z-index: 10
}
.listMenu a {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #666;
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
	transition: all 0.3s;
	position: relative;
}
.listMenu a:hover, .listMenu a.current {
	background: #08429a;
	color: #fff;
	transition: all 0.3s;
}
.listMenu a.current::before {
	position: absolute;
	content: "";
	bottom: -16px;
	left: 72px;
	border: 8px solid transparent;
	border-top-color: #08429a;
}
/* 内页左侧菜单 */
.sidebar {
	margin-bottom: 20px;
}
.side_title {
	height: 70px;
	color: #fff;
	font-size: 22px;
	background: #08429a;
	font-weight: normal;
	text-align: center;
	line-height: 70px;
	text-align: center;
}
.side_title span {
	display: block;
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
	-webkit-transform: scale(0.8);
	-o-transform: scale(1);
}
.sidebarMenu li {
	margin-top: 1px;
	font-size: 14px;
	background: #ededed;
}
.sidebarMenu li a {
	height: 55px;
	line-height: 55px;
	background: url('../images/side_li.png') no-repeat 230px center;
	padding-left: 30px;
	display: block;
	color: #454545;
	transition: all 0.3s;
}
.sidebarMenu li .current, .sidebarMenu li a:hover {
	background: #08429a url('../images/side_lih.png') no-repeat 230px center;
	color: #fff;
}
.sidebarMenu li ul {
	font-size: 12px;
}
.sidebarMenu li ul a {
	background: url('../images/ly_li.png') no-repeat 35px center;
	padding-left: 50px;
	color: #666;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.sidebarMenu li ul .current, .sidebarMenu li ul a:hover {
	background: url('../images/ly_li.png') no-repeat 35px center;
	color: #08429a;
}
/*  内页左侧 */
.recommend_pro, .sidebarThree {
	margin-bottom: 20px;
	padding: 14px;
	border: 1px solid #ddd;
}
.listLeft .left_title {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	height: 30px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.recommend_slide {
	height: 540px;
	overflow: hidden;
}
.recommend_pro li {
	width: 230px;
	overflow: hidden;
	margin-bottom: 10px;
}
.recommend_pro li img {
	width: 224px;
	height: 224px;
	border: 1px solid #ddd;
	padding: 2px;
}
.recommend_pro li span {
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recommend_pro li:hover img {
	border: 1px solid #08429a;
}
.sidebarThree h5 {
	font-size: 15px;
	margin: 10px 0;
	font-weight: normal;
}
.sidebarThree h5 span {
	display: block;
	font-size: 24px;
	color: #08429a;
	font-family: Arial;
}
/* 企业文化 */
.culture .tie {
	background: url("../images/wl.jpg") no-repeat left bottom;
	color: #08429a;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.culture .tie span {
	display: block;
	font-size: 14px;
	font-family: Arial;
	color: #999;
}
.cultureBox1 {
	margin-bottom: 20px;
	overflow: hidden;
}
.cultureBox1 .font {
	font-size: 14px;
	width: 550px;
	border-top: 1px solid #e8e8e8;
	padding-top: 25px;
	padding-right: 40px;
}
.cultureBox2 {
	height: 380px;
	overflow: hidden;
	background: #08429a;
	font-size: 14px;
	color: #fff;
}
.cultureBox2 img {
	width: 650px;
	height: 380px;
}
.cultureBox2 .font {
	padding: 15px 30px 0 30px;
	width: 490px;
}
.cultureBox2 .tie {
	background: url('../images/culture_line.jpg') no-repeat left bottom;
}
.cultureBox2 .tie, .cultureBox2 .tie span {
	color: #fff;
}
/* 荣誉资质 */
.productList, .caseList, .partnerList, .honorList, .settingList, .newsList, .appList, .newsList, .solutionIndex {
	width: 900px;
	overflow: hidden;
}
.productList ul, .caseList ul, .partnerList ul, .honorList ul, .settingList ul, .appList ul, .solutionIndex ul {
	width: 950px;
}
.honorList ul li {
	width: 280px;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	text-align: center;
}
.honorList ul li img {
	display: block;
	width: 270px;
	height: 200px;
	padding: 4px;
	border: 1px solid #e3e3e3;
	background: #fff;
}
.honorList ul li img:hover {
	border: 1px solid #08429a;
background:;
}
.honorList ul li span {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
/* 公司坏境 */
.settingList ul li {
	width: 280px;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	text-align: center;
}
.settingList ul li img {
	display: block;
	width: 270px;
	height: 200px;
	padding: 4px;
	border: 1px solid #e3e3e3;
	background: #fff;
}
.settingList ul li img:hover {
	border: 1px solid #08429a;
	background: #08429a;
}
.settingList ul li span {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
/* 合作伙伴 */
.partnerList li {
	float: left;
	width: 200px;
	margin-right: 33px;
	margin-bottom: 25px;
}
.partnerList li img {
	width: 190px;
	height: 135px;
	background: #e5e5e5;
	padding: 4px;
	border: 1px solid #d4d4d4;
	box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}
.partnerList li span {
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*  案例 */
.caseList li {
	float: left;
	width: 270px;
	background: #fff;
	margin: 0 27px 25px 0;
	border: 1px solid #ccc;
	padding: 5px 5px 0 5px;
}
.caseList li .cImg {
	width: 270px;
	height: 200px;
	display: block;
	overflow: hidden;
}
.caseList li img {
	width: 270px;
	height: 200px;
	transition: all .4s;
}
.caseList li p {
	height: 39px;
	line-height: 39px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #c6c6c6;
	margin-top: 5px;
}
.caseList li:hover img {
	transform: scale(1.1, 1.1)
}
.caseList li:hover {
	border: 1px solid #08429a;
}
.caseList li:hover p {
	border-top: 1px solid #08429a;
}
/* 客户案例详情 */
.caseShow .title {
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
}
.caseShow .p1 {
	margin-bottom: 25px;
	text-align: center;
	color: #333;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px
}
.caseShow .p1 span {
	margin-right: 15px;
}
.casShow_img {
	margin-bottom: 30px
}
.zoombox {
	width: 900px;
	margin-bottom: 35px;
	text-align: center;
}
.zoompic {
	width: 900px;
height:;
	background: url('../images/loading.gif') no-repeat 50% 50%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.sliderbox {
	height: 76px;
	overflow: hidden;
	margin-top: 20px;
}
.sliderbox .arrow-btn {
	width: 20px;
	height: 70px;
	background: url('../images/arrow_btn.png') no-repeat;
	cursor: pointer;
	margin-top: 3px;
}
.sliderbox #btn-left {
	float: left;
	background-position: 0 0;
}
.sliderbox #btn-left.dasabled {
	background-position: -40px 0;
}
.sliderbox #btn-right {
	float: right;
	background-position: -20px 0;
}
.sliderbox #btn-right.dasabled {
	background-position: -60px 0;
}
.sliderbox .slider {
	float: left;
	height: 76px;
	width: 770px;
	position: relative;
	margin-left: 10px;
	overflow: hidden;
}
.sliderbox .slider ul {
	position: absolute;
	left: 0;
	width: 880px;
}
.sliderbox .slider li {
	float: left;
	width: 120px;
	height: 76px;
	text-align: center;
}
.sliderbox .slider li img {
	border: 3px solid #ddd;
	width: 94px;
	height: 70px;
}
.sliderbox .slider li.current img {
	border: 3px solid #08429a;
}
.caseShow_font1 .title {
	height: 35px;
	border-bottom: 1px solid #ccc;
}
.caseShow_font1 .title span {
	float: left;
	height: 35px;
	width: 120px;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
}
.caseShow_font1 .title .on {
	background: #08429a;
	color: #fff;
}
.relatedCase {
	margin-top: 30px;
}
/*  产品列表 */
.productList li {
	float: left;
	width: 273px;
	border: 1px solid #e8e8e8;
	text-align: center;
	margin-right: 37px;
	margin-bottom: 25px;
}
.productList li .pImg {
	display: block;
    height: 273px;
	width: 273px;
	overflow: hidden;
}
.productList li img {
	width: 273px;
    height: 273px;    
	transition: all 0.5s;
}
.productList li h4 {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	margin-top: 5px;
}
.productList li .more {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	border-radius: 2px;
	margin-top: 15px;
	transition: all 0.3s;
}
.productList li p {
	height: 75px;
	color: #888;
}
.productList li:hover {
	border-color: #08429a;
}
.productList li:hover img {
	transform: scale(1.1, 1.1);
}
.productList li:hover .more {
	background: #08429a;
	color: #fff;
	border-color: #08429a;
}
/* 左侧图片放大镜样式 */
.rec-title {
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	background: url(../images/page_line.jpg) no-repeat 10px 10px #e8e8e8;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.product-show-pic {
	width: 402px;
}
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 310px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
/* 图片小图样式 */
.spec-preview {
	width: 400px;
	height: 300px;
	border: 1px solid #ccc;
}
.spec-scroll {
	margin-top: 10px;
	width: 402px;
	height: 75px;
	overflow: hidden;
	position: relative;
}
.spec-scroll a.prev {
	display: block;
	width: 12px;
	height: 21px;
	position: absolute;
	top: 30px;
	left: 0;
	background: url('../images/listpro_btn.png') no-repeat 0 0px;
	overflow: hidden;
	cursor: pointer;
}
.spec-scroll a.prev:hover {
	background-position: 0 -21px;
}
.spec-scroll a.next {
	display: block;
	width: 12px;
	height: 21px;
	position: absolute;
	top: 30px;
	right: 0;
	background: url('../images/listpro_btn.png') no-repeat 0 -42px;
	overflow: hidden;
	cursor: pointer;
}
.spec-scroll a.next:hover {
	background-position: 0 -63px;
}
.spec-scroll .items {
	position: relative;
	width: 350px;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
}
.spec-scroll .items ul {
	position: absolute;
	width: 400px;
	height: 75px;
}
.spec-scroll .items ul li {
	width: 90px;
	height: 75px;
	float: left;
}
.spec-scroll .items ul li img {
	width: 73px;
	height: 73px;
	cursor: pointer;
	border: 1px solid #ccc;
}
.spec-scroll .items ul li img:hover, .spec-scroll .items ul .on img {
	border: 1px solid #08429a;
}
/* 产品简介 */
.proshow_synopsis {
	background: #f2f2f2;
	border: 1px solid #d5d5d5;
	padding: 24px;
	width: 400px;
	color: #aaa;
	font-size: 14px;
	line-height: 30px;
	height: 350px;
	border-radius: 3px;
}
.proshow_synopsis .title {
	font-size: 24px;
	color: #08429a;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 15px;
	padding-bottom: 0px;
	font-weight: normal;
	padding-bottom: 10px
}
.proshow_synopsis strong {
	color: #333;
	font-weight: normal;
}
.proshow_synopsis .font {
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
}
.proshow_synopsis .font strong {
	float: left;
	width: 45px;
}
.proshow_synopsis .font div {
	float: right;
	width: 355px;
}
.prodcut-tel {
	padding-left: 50px;
	margin-bottom: 20px;
	line-height: 26px;
	background: url('../images/p_icon.png') no-repeat left 8px;
}
.prodcut-tel span {
	font-family: arial;
	font-size: 24px;
	color: #08429a;
	display: block;
}
.proshow_synopsis .btn a {
	display: inline-block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #4b4b4b url(../images/proshow_icon1.png) no-repeat 20px 14px;
	color: #fff;
	transition: all 0.3s;
	font-size: 16px;
}
.proshow_synopsis .btn .a02 {
	background: #08429a url(../images/proshow_icon2.png) no-repeat 20px 13px;
	margin-left: 25px;
}
.proshow_synopsis .btn a:hover {
	opacity: 0.8;
	filter: alpha(opacity=50);
	transition: all 0.3s;
}
/* 产品说明标签切换样式 */
.gr-tab-list {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
}
.gr-tab-list .hd {
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #dadada
}
.gr-tab-list .hd li {
	width: 100px;
	float: left;
	text-align: center;
	background: #dadada;
	margin-right: 5px;
	cursor: pointer;
}
.gr-tab-list .hd li.on {
	background: #08429a;
	color: #fff;
	font-size: 24px;
}
.gr-tab-list .bd {
	overflow: hidden;
	padding-top: 15px;
	font-size: 20px;
}
.tab_down p {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #ddd;
	background: url(../images/ly_li.png) no-repeat left center;
	padding-left: 15px;
}
.tab_down p a {
	float: right;
	background: url(../images/downIcon.png) no-repeat right center;
	padding-right: 25px;
}
.tab_down p a:hover {
	background: url(../images/downIconh.png) no-repeat right center;
}
/* 采购表单样式 */
.orderBox {
	padding: 25px;
	width: 850px;
	background: #eee;
	overflow: hidden;
}
.orderBox h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-family: "微软雅黑";
}
.orderBox .table {
	padding-top: 20px;
	overflow: hidden;
}
.orderBox .table li {
	width: 410px;
	height: 215px;
	float: left;
	height: 35px;
	margin-bottom: 10px;
}
.orderBox .table li span {
	float: left;
	border: 1px solid #ddd;
	line-height: 33px;
	height: 33px;
	width: 78px;
	display: inline-block;
	text-align: center;
	background: #fff;
}
.orderBox .table li .iptTxt {
	float: right;
	width: 319px;
	border: 1px solid #ddd;
	border-left-width: 0;
	height: 33px;
	line-height: 33px;
	background: #fff;
	color: #666;
	padding-left: 10px;
}
.orderBox .table li .iptCode {
	float: left;
	width: 239px;
	border: 1px solid #ddd;
	border-left-width: 0;
	height: 33px;
	line-height: 33px;
	background: #fff;
	color: #666;
	padding-left: 10px;
}
.orderBox .table li .checkcode {
	float: right;
	border: 1px solid #ddd;
	border-left-width: 0;
	background: #fff;
	padding: 5px 9px 6px 10px;
}
.orderBox .table li .btn {
	width: 410px;
	height: 35px;
	line-height: 35px;
	background: #333;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: none;
}
.orderBox .table li .btn:hover {
	background: #08429a;
	color: #fff;
}
.orderBox .table li.areLi {
	width: 400px;
	float: right;
	height: 215px;
	overflow: hidden;
}
.orderBox .table li.areLi .txtContent {
	width: 368px;
	height: 183px;
	border: 1px solid #ddd;
	outline: none;
	resize: none;
	padding: 15px;
	color: #666;
	line-height: 18px;
}
/* 相关产品样式 */
.related-product {
	overflow: hidden;
}
.related-product .title, .relatedTitle {
	background: #d1d1d1;
	height: 35px;
	line-height: 35px;
}
.related-product .title span, .relatedTitle span {
	display: inline-block;
	color: #fff;
	background: #08429a;
	width: 120px;
	height: 35px;
	text-align: center;
	font-size: 14px;
}
.related-product ul {
	width: 950px;
	margin-top: 20px;
}
.related-product li {
	float: left;
	width: 280px;
	margin-bottom: 20px;
	margin-right: 27px;
	border: 1px solid #ddd;
	background: #eee;
	text-align: center;
}
.related-product li a {
	display: block;
	width: 280px;
}
.related-product li img {
	width: 270px;
	height: 270px;
	padding: 5px;
	background: #fff;
}
.related-product li span {
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.related-product li:hover {
	border: 1px solid #08429a;
}
.related-product li a:hover {
	background: #08429a;
	color: #fff;
}
/* 新闻列表 */
.newsList li {
	height: 150px;
	color: #555;
	margin-bottom: 15px;
	padding: 15px;
	background: #f4f4f4;
}
.newsList li img {
	width: 230px;
	height: 150px;
	margin-right: 20px;
}
.newsList li h3 {
	font-size: 18px;
	font-weight: normal;
}
.newsList li h3 span {
	float: right;
	font-size: 12px;
}
.newsList li h3 a {
	color: #333;
	display: inline-block;
	width: 380px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsList li h3 a:hover {
	color: #08429a;
}
.newsList li p {
	margin-bottom: 10px;
	overflow: hidden;
	margin-top: 15px;
}
.newsList li .more {
	color: #08429a;
}
.newsList li .more:hover {
	text-decoration: underline;
}
.newsList li .browse {
	display: block;
	overflow: hidden;
}
/* 常见问题 */
.faqList {
	font-size: 13px;
	word-spacing: 3px;
	padding-bottom: 30px;
}
.faqList li .p01 {
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
	padding: 10px;
	background: url(../images/a.png) no-repeat 5px center;
	padding-left: 30px;
}
.faqList li .answer {
	padding: 15px 25px 10px 35px;
	border-bottom: 1px dotted #a0906e;
	color: #666;
	display: none;
	border-left: 3px solid #08429a;
}
.faqList .current .answer {
	display: block;
}
.faqList .current .p01 {
	background: #eee url(../images/a.png) no-repeat 5px center;
}
/* 新闻详细样式 */
.gr-news-show {
	width: 900px;
	overflow: hidden;
}
.gr-news-show h2 {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #08429a;
	position: relative;
	font-family: "微软雅黑";
	font-weight: normal;
}
.gr-news-show h3 {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-bottom: 1px dashed #d2d2d2;
	font-family: "微软雅黑";
	font-weight: normal;
}
.gr-news-show h3 span {
	margin: 8px 8px 0 8px;
	color: #999;
	text-decoration: none;
}
.fontResizer a {
	padding: 0 5px;
}
.curFont {
	font-weight: bold;
	color: #08429a;
}
.news-show-box {
	line-height: 26px;
	padding-bottom: 10px;
}
.news-message {
	padding-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
	overflow: hidden;
}
.news-message div {
	padding: 10px 0;
}
.news-message h3 {
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	overflow: hidden;
}
.gr-fenx {
	height: 35px;
	background: #ddd;
	padding: 0 10px;
	margin-top: 15px;
}
.prew {
	background: url(../images/pre_info.gif) no-repeat left center;
	float: left;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-left: 15px;
	text-align: left;
	width: 46%;
}
.nextw {
	background: url(../images/next_info.gif) no-repeat right center;
	float: right;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-right: 15px;
	text-align: right;
	width: 46%;
}
.gr-keyword {
	border: 1px solid #dadada;
	padding: 5px 10px;
	margin: 10px 0;
	overflow: hidden;
}
.gr-keyword a {
	padding: 0 5px;
}
.newsShow_main {
	overflow: hidden;
	padding: 15px
}
.newsShow_main .newsShow_img {
	width: 300px;
	height: 300px;
}
.newsShow_main .news-show-box {
	float: right;
	width: 740px;
	padding: 0;
}
/* 推荐资讯样式 */
.gr-rec-news {
	width: 900px;
	margin-top: 10px;
	overflow: hidden;
}
.gr-rec-news ul {
	width: 950px;
	padding-top: 10px;
}
.gr-rec-news ul li {
	float: left;
	margin-right: 30px;
	width: 430px;
	height: 28px;
	line-height: 28px;
}
.gr-rec-news ul li a {
	display: block;
	width: 310px;
	line-height: 28px;
	background: url(../images/ly_li.png) no-repeat left center;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.gr-rec-news ul li span {
	float: right;
	color: #999;
}
.rec-title {
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	background: url(../images/page_line.jpg) no-repeat 10px 10px #ddd;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
/* 服务支持 */
.serviceBox1 li {
	height: 300px;
	overflow: hidden;
	background: #f4f4f4;
	font-size: 14px;
}
.serviceBox1 li img {
	width: 600px;
	height: 300px;
}
.serviceBox1 li .font {
	height: 210px;
	padding-left: 50px;
	padding-top: 90px;
	width: 550px;
	position: relative;
	z-index: 10;
}
.serviceBox1 li .font h3 {
	background: url("../images/wl.jpg") no-repeat left bottom;
	color: #007946;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.serviceBox1 li .font h3 span {
	display: block;
	font-size: 14px;
	font-family: Arial;
	color: #999;
}
.serviceBox1 li .font::before {
	content: "";
	position: absolute;
	top: 150px;
	left: -20px;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-right-color: #f4f4f4;
}
.serviceBox1 li.two .font {
	text-align: right;
	padding-left: 0;
	padding-right: 50px;
}
.serviceBox1 li.two .font h3 {
	background: url("../images/wl.jpg") no-repeat right bottom;
}
.serviceBox1 li.two .font::after {
	content: "";
	position: absolute;
	top: 150px;
	right: -20px;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-left-color: #f4f4f4;
}
.serviceForm {
	background: #007946;
	overflow: hidden;
	border-radius: 6px;
	color: #fff;
	margin-top: 30px;
}
.formLeft {
	width: 300px;
	background: url('../images/form_line.jpg') repeat-y right top;
	padding: 35px 35px 0 0;
	text-align: right;
	height: 270px;
}
.formLeft .title {
	font-size: 42px;
	line-height: 42px;
	text-transform: uppercase;
	border-bottom: 1px solid #1d9a65;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.formLeft .title span {
	display: block;
	font-size: 26px;
	opacity: 0.5;
}
.formRight {
	width: 790px;
	overflow: hidden;
	padding: 0 35px 0 0;
	height: 300px;
}
.feedback input {
	height: 36px;
	line-height: 36px;
	background: #fff;
	padding: 0 10px;
	color: #424242;
	width: 235px;
	float: left;
	margin-bottom: 10px;
	margin-right: 12px;
	border-radius: 3px;
}
.feedback .last {
	margin-right: 0;
}
.feedback textarea {
	width: 770px;
	padding: 5px 10px;
	height: 120px;
	border-radius: 3px;
	margin-bottom: 10px;
	color: #424242;
}
.feedback .code {
	width: 120px;
	margin-right: 0;
	border-radius: 0;
}
.feedback img {
	float: left;
	background: #fff;
	padding: 7px;
	margin-left: 2px;
}
.feedback .sub input {
	width: 140px;
	margin-left: 10px;
	margin-right: 0;
	background: #fff000;
	cursor: pointer;
	transition: all 0.3s;
}
.feedback .sub .reset {
	background: #333;
	color: #fff;
}
.feedback input:hover, .feedback textarea:hover {
	box-shadow: 0 0 2px #27845d inset;
}
.feedback .sub input:hover {
	background: #00522f;
	color: #fff;
	transition: all 0.3s;
	box-shadow: none;
}
/* 人才招聘  */
.jobMain {
	margin-bottom: 60px;
	overflow: hidden;
}
.jobMain_top {
	padding-top: 15px;
	height: 84px;
	border-bottom: 1px solid #e2e2e2;
	background: #f4f4f4;
	font-size: 14px;
	margin-bottom: 15px;
}
.jobMain_top .title img {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	margin-left: 15px;
}
.jobMain_top .title h3 {
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 25px;
	font-family: "微软雅黑";
}
.jobMain_top .title h3 span {
	display: block;
	font-size: 10px;
	color: #acacac;
	-webkit-transform: scale(0.8);
	-o-transform: scale(1);
}
.jobMain_top .fr {
	margin-right: 15px;
	margin-top: 40px;
}
.jobMain_top .fr span {
	margin-left: 25px;
}
.job_box1 {
	padding-left: 50px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #e0e0e0;
}
.job_box1 h5 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	height: 35px;
	font-family: "微软雅黑";
}
.job_box1 .font {
	padding-left: 65px;
}
.job_box2 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 40px;
}
.jobMain .center a {
	display: inline-block;
	width: 205px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	background: #00923f;
	font-family: "微软雅黑";
}
.jobMain .center a:hover {
	background: #bf1f1f;
	transition: all 0.3s;
}
.jobsShow {
	border: 1px solid #ddd;
	background: #fff;
}
.jobsShow h3 {
	font-size: 14px;
	font-weight: bold;
	background: #ddd;
	line-height: 35px;
	padding-left: 15px;
	font-weight: normal;
}
.jobsShow table {
	margin: 10px 20px 20px;
	background: #fff;
}
.jobsShow .mr {
	padding-right: 20px;
}
.jobsShow .jobsInput {
	width: 310px;
	border: 1px solid #ddd;
	line-height: 25px;
	height: 25px;
	padding: 0 5px;
	margin-bottom: 10px;
}
.jobsShow .input_radio {
	margin-right: 5px;
	vertical-align: middle;
}
.jobsShow .jobsInput:focus, .jobsShow .jobsTextarea:focus {
	border: 1px solid #d40413;
}
.jobsShow .jobsTextarea {
	width: 820px;
	padding: 5px;
	border: 1px solid #ddd;
	line-height: 22px;
	height: 125px;
	margin-top: 3px;
	display: block;
}
.jobsShow .jobsSubmit {
	background: #999;
	width: 85px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	color: #fff;
	margin-right: 10px;
	margin-top: 20px;
	border-radius: 4px;
}
.jobsShow .jobsSubmit:hover {
	background: #666;
	color: #fff;
}
.jobsShow .jobsSubmitb {
	background: #333;
	width: 100px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	color: #fff;
	margin-top: 20px;
	border-radius: 4px;
}
.jobsShow .jobsSubmitb:hover {
	background: #d40413;
	color: #fff;
}
/* 内页留言样式 */
.contactFont {
	overflow: hidden;
	width: 560px;
	padding: 20px;
	height: 380px;
	background: #f4f4f4;
	float: right;
}
.feedback {
	margin-top: 50px;
	overflow: hidden;
}
.feedback .title {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 25px;
	color: #333;
}
.feedback .title span {
	background: #fff;
	padding: 0 30px;
	position: relative;
	top: -15px;
}
.feedback .title::before {
	content: "";
	border-bottom: 1px solid #e1e1e1;
	height: 12px;
	vertical-align: top;
	width: 100%;
	display: block;
}
#feedback_form label {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	margin-bottom: 30px;
	padding-left: 40px;
	background: url(../images/contact.png) no-repeat;
	font-size: 14px;
}
#feedback_form label.name {
	background-position: 0 -32px;
}
#feedback_form label.email {
	background-position: 0 -64px;
}
#feedback_form label.city {
	background-position: 0 -96px;
}
#feedback_form label.msg_title {
	background-position: 0 -128px;
}
#feedback_form label.address {
	background-position: 0 -160px;
}
#feedback_form label.message {
	background-position: 0 -192px;
	margin-bottom: 10px;
}
#feedback_form input {
	width: 240px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 37px 30px 0;
	padding: 0 10px;
	border: 1px solid #dbdbdb;
}
#feedback_form input.last {
	margin-right: 0;
}
#feedback_form .msg {
	border-top: 1px dotted #ccc;
	padding: 30px 0;
}
#feedback_form textarea {
	height: 125px;
	width: 1178px;
	padding: 10px;
	border: 1px solid #dbdbdb;
	display: block;
}
#feedback_form .btns {
	width: 120px;
	height: 40px;
	margin-right: 10px;
	background: #08429a;
	color: #fff;
	border: none;
	font-size: 15px;
	margin-bottom: 0;
	cursor: pointer;
}
#feedback_form .btns:hover {
	background: #333;
	transform: all 0.3s;
}
#feedback_form .reset {
	background: #ccc;
	cursor: pointer;
	margin-bottom: 0;
}
#feedback_form .tableRow {
	width: 100%;
	height: 32px;
}
#feedback_form .tableRow input {
	width: 150px;
	margin-right: 10px;
	color: #999;
	float: left;
}
#feedback_form .tableRow .checkcode {
	width: 50px;
	height: 22px;
	margin-left: 5px;
	border: 1px solid #ccc;
	padding: 4px 5px;
	display: block;
	float: left;
	background: #fff;
}
#feedback_form input:focus, #feedback_form textarea:focus {
	border-color: #08429a;
}
/*留言反馈*/
.guest_ctr {
	margin: 0 auto 10px;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.guest_left {
	margin: 0 20px 0 0;
	float: left;
	width: 48px;
	height: auto;
	overflow: hidden;
	display: inline;
}
.guest_pic {
	margin: 0 auto;
	float: left;
	width: 48px;
	height: 48px;
}
.guest_right {
	margin: 0 auto;
	float: left;
	width: 630px;
	min-height: 28px;
	HEIGHT: auto !important;
	height: 28px;
	overflow: visible;
	border: 1px #e7e7e7 solid;
	padding: 10px;
	padding-bottom: 5px;
}
.guest_rt1 {
	margin: 0 auto;
	float: left;
	width: 100%;
	height: 22px;
	border-bottom: 1px #ccc dashed;
}
.guest_rt11 {
	float: left;
	width: 50%;
}
.guest_rt12 {
	float: left;
	width: 50%;
	text-align: right;
	color: #ccc;
}
.guest_rctr {
	margin: 0 auto;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 22px;
	padding: 5px 0;
}
.guest_fg {
	position: absolute;
	width: 7px;
	height: 11px;
	background: url(../images/dot.gif);
	left: 63px;
	top: 18px;
	z-index: 999;
}
.fguest_ctr {
	margin: 0 auto;
	float: left;
	width: 848px;
	height: auto;
	overflow: hidden;
	padding: 25px;
	border: 1px #e7e7e7 solid;
	color: #000;
	background: #fff;
}
.fguest_title {
	margin: 0 auto 5px;
	float: left;
	width: 100%;
	height: 22px;
	border-bottom: 1px #ccc solid;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.input_textarea, .input_text {
	border: 1px #e8e8e8 solid;
	border-top: 1px #b4b4b4 solid;
	border-left: 1px #b4b4b4 solid;
	padding-left: 3px;
}
.input_text {
	height: 22px;
	line-height: 22px;
	width: 200px;
}
.input_textarea {
	padding-top: 5px;
	padding-bottom: 5px;
}
.input_btn {
	margin: 0 auto;
	float: left;
	border: 0;
	width: 88px;
	height: 31px;
	background: url(../images/btn_bg.gif);
	cursor: pointer;
	text-align: center;
	line-height: 31px;
	color: #333;
	display: inline;
}
