@charset "UTF-8";
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "Arial";
	color: #333333;
}
h1, h2, h3, h4, h5, h6, font {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.ico {
	background: url(../images/icon1.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #3fb150;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*******************index css*********************/
.inews .section_con {
	position: absolute;
	height: 560px;
	left: 50%;
	top: 50%;
	margin: -290px 0 0 -600px;
}
.inews .inews-left {
	width: 550px;
	float: left;
	overflow: hidden;
	position: relative;
}
.inews .inews-left .list {
	width: 500%;
}
.inews .inews-left .prev, .inews .inews-left .next {
	width: 30px;
	height: 70px;
	display: block;
	cursor: pointer;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	position: absolute;
	border-radius: 3px;
	top: 140px;
	z-index: 10;
	background: url(../images/black50.png) repeat 0 0;
}
.inews .inews-left .prev s, .inews .inews-left .next s {
	width: 30px;
	height: 70px;
	display: block;
	background: url(../images/inews-ico.png) no-repeat 11px center;
}
.inews .inews-left .prev:hover, .inews .inews-left .next:hover {
	background: url(../images/red80.png) repeat 0 0;
}
.inews .inews-left .prev {
	left: 10px;
}
.inews .inews-left .next {
	right: 10px;
}
.inews .inews-left .next s {
	background-position: -41px center;
}
.inews .inews-left .item {
	width: 550px;
	float: left;
}
.inews .inews-left .item a {
	width: 100%;
	display: block;
}
.inews .inews-left .item .img {
	height: 350px;
	overflow: hidden;
}
.inews .inews-left .item img {
	width: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.inews .inews-left .item h3 {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	padding-top: 0;
	color: #333;
	font-size: 18px;
}
.inews .inews-left .item .time {
	width: 70px;
	float: left;
	border-right: 1px solid #979797;
	color: #333333;
	line-height: 16px;
	font-size: 16px;
}
.inews .inews-left .item .time .year {
	font-size: 24px;
	display: block;
	line-height: 24px;
	margin-bottom: 4px;
}
.inews .inews-left .item .txt {
	width: 462px;
	float: right;
	color: #979797;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: -7px;
}
.inews .inews-left .item:hover img {
	filter: brightness(105%);
}
.inews .inews-left .item:hover h3 {
	color: #3fb150;
	padding-left: 5px;
}
.inews .inews-left img {
	width: 100%;
	display: block;
}
.inews .inews-right {
	width: 550px;
	float: right;
}
.inews .inews-right .item {
	width: 100%;
	padding: 28px 0;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}
.inews .inews-right .item:first-child {
	padding-top: 0;
}
.inews .inews-right .item a {
	display: block;
	width: 100%;
*zoom: 1;
}
.inews .inews-right .item a:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.inews .inews-right .item img {
	width: 140px;
	height: 105px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	display: block;
	float: left;
	margin-right: 20px;
}
.inews .inews-right .item h3 {
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	color: #333;
}
.inews .inews-right .item .time {
	display: block;
	color: #333;
}
.inews .inews-right .item .more {
	width: 68px;
	height: 18px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	line-height: 18px;
	position: absolute;
	right: 0;
	bottom: 30px;
	text-align: center;
	color: #b6b6b6;
	display: block;
	float: right;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	font-family: arial;
}
.inews .inews-right .item a:hover .more {
	background: #ed4e43;
	border-color: #ed4e43;
	color: #fff;
}
.inews .inews-right .item a:hover img {
	filter: brightness(105%);
}
@media (max-width: 1600px) {
.inews .indexTit {
	margin-bottom: 20px;
}
.inews .section_con {
	height: 540px;
	margin-top: -255px;
}
}
@media (max-width: 1366px) {
.inews .indexTit {
	margin-bottom: 10px;
}
.inews .section_con {
	height: 440px;
	margin-top: -200px;
}
.inews .inews-left .prev, .inews .inews-left .next {
	margin-top: -40px;
}
.inews .inews-left .item .img {
	height: 260px;
}
.inews .inews-left .item h3 {
	height: 40px;
	line-height: 40px;
}
.inews .inews-right .item {
	padding: 10px 0;
}
.inews .inews-right .item .more {
	bottom: 10px;
}
}
/******ivedio******/
.indexTit {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 46px;
}
.indexTit .en {
	color: #2f2f2f;
	font-size: 24px;
	font-family: microsoft YaHei;
	line-height: 30px;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-family: arial;
	display: block;
}
.indexTit .line-left, .indexTit .line-right {
	width: 90px;
	height: 1px;
	position: absolute;
	bottom: 12px;
	display: block;
	background: #c1c1c1;
}
.indexTit .line-left {
	left: 50%;
	margin-left: -158px;
}
.indexTit .line-right {
	right: 50%;
	margin-right: -158px;
}
.indexTit h2 {
	font-size: 24px;
	line-height: 30px;
}
@media (max-width: 1366px) {
.indexTit .en {
	margin-bottom: 0;
}
}
.gridlist {
	width: 100%;
}
.gridlist .item {
	width: 280px;
	margin: 0 27px 30px 0;
	float: left;
	position: relative;
	overflow: hidden;
}
.gridlist .item:first-child {
	margin-left: 0;
}
.gridlist .item img {
	width: 280px;
	height: 210px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.gridlist .item .bg {
	width: 280px;
	height: 210px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: url(../images/black50.png) repeat 0 0;
	position: absolute;
	left: -100%;
	top: 0;
}
.gridlist .item .plus {
	width: 280px;
	height: 210px;
	display: block;
	transition: all ease .4s;
	background: url(../images/ipro_hover.png) no-repeat center center;
	position: absolute;
	left: -100%;
	top: 0;
}
.gridlist .item h3 {
	color: #000;
	line-height: 22px;
	text-align: center;
	padding-top: 12px;
	overflow: hidden;
	font-family: "microsoft yahei";
}
.gridlist .item .txt {
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-family: "microsoft yahei";
}
.gridlist .item:hover .bg {
	left: 0;
}
.gridlist .item:hover .plus {
	left: 0;
}
.gridlist .item:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}
.gridlist .item:hover h3 {
	color: #3fb150;
}
.gridlist.gridlist34 .item {
	width: 180px;
	margin: 0 0 30px 24px;
}
.gridlist.gridlist34 .item:first-child {
	margin-left: 0;
}
.gridlist.gridlist34 .item img, .gridlist.gridlist34 .item .bg, .gridlist.gridlist34 .item .plus {
	width: 180px;
	height: 240px;
}
/***********category css*************/
.nyIcon {
	background: url(../images/nyicon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.shareNew {
	padding-bottom: 20px;
}

/*n-tit*/
.n-tit {
	margin-bottom: 30px;
}
.n-tit h3 {
	line-height: 35px;
	font-size: 24px;
}
.n-tit s {
	width: 4px;
	height: 22px;
	margin-right: 15px;
	background: #3fb150;
	display: inline-block;
	vertical-align: middle;
}
.n-tit .more {
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.n-project {
	width: 100%;
	padding: 45px 0 20px;
}
.n-project .con {
	overflow: hidden;
	position: relative;
}
.n-project .gridlist {
	width: 105%;
*padding-bottom: 30px;
}
.n-project.n-yewu {
	padding-bottom: 30px;
}
.n-project .txtlistbox {
}
.n-project .txtlistbox li {
	width: 590px;
	float: left;
}
.n-project .txtlistbox li:nth-child(2n) {
	float: right;
}
.n-project.n-yewu .gridlist .item {
	margin-right: 26px;
}
.n-yewu .textlist .item {
	width: 280px;
	height: 338px;
	margin-right: 26px;
}
.n-yewu .textlist .item:nth-child(4n) {
	margin-right: 0;
}
.n-yewu .textlist .item .img {
	width: 280px;
	height: 185px;
}
.n-yewu .textlist .item .txt {
	padding: 20px;
}
.n-yewu .textlist .item .txt .desc {
	height: 40px;
	padding-top: 5px;
	margin-bottom: 15px;
	line-height: 22px;
}
.n-yewu .textlist .item span {
	padding-top: 5px;
}
/* loaction */
.location {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f0f0f4;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #eee;
}
.location .w1200 {
	position: relative;
}
.location.fixt {
	position: fixed;
	top: 95px;
}
.location .sitepath {
	color: #363636;
	width: 400px;
	white-space: nowrap;
}
.location .sitepath s {
	width: 22px;
	height: 20px;
	background-position: 0 0;
	margin-right: 6px;
}
.location .sitepath a {
	color: #363636;
}
.location .sitepath a:hover {
	color: #3fb150;
}
.location .menu {
	height: 60px;
	line-height: 60px;
}
.location .menu span {
	width: 1px;
	height: 16px;
	margin: 0 16px 0 14px;
	background-position: -206px -36px;
}
.location .menu li {
	padding: 0;
	height: 60px;
	line-height: 60px;
	margin-left: 35px;
	text-align: center;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #363636;
	display: inline-block;
*display: inline;
*zoom: 1;
}
.location .menu li a {
	display: block;
	position: relative;
}
.location .menu li i {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #3fb150;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.location .menu li:hover i, .location .menu li.hover i {
	width: 100%;
	margin-left: -50%;
}
.location .menu li .box {
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0;
	top: 80px;
	display: none;
}
.location .menu li .box dl {
	position: relative;
}
.location .menu li .box dd {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	margin-right: 14px;
	text-align: center;
	width: 158px;
}
.location .menu li .box dd .a1 {
	border: 1px solid #ddd;
	background: #f8f8f8;
	display: block;
}
.location .menu li .box dd s {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	background: #999;
	margin-right: 5px;
	display: none;
}
.location .menu li .box dd.hover .a1 {
	background: #fff;
	border: 1px solid #3fb150;
	color: #3fb150;
}
.location .menu li .box dd a:hover {
	background: #fff;
	border: 1px solid #3fb150;
	color: #3fb150;
}
.location .menu li.hover a {
	color: #3fb150;
}
.location .menu li.hover .box {
	display: block;
}
.location.fixt .menu .box {
	display: none !important;
}
.projectPage .list {
	padding-top: 0;
}
/*nybanner*/
.nybanner {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/nybanner.jpg);
}
/*teamPage*/
.teamPage {
	overflow: hidden;
}
.teamPage .gridlist34 {
	width: 104%;
	text-align: left;
}
.teamPage .gridlist34 .item {
	width: 380px;
	margin: 0 24px 30px 0;
	text-align: center;
}
.teamPage .gridlist34 .item h3 {
	height: 44px;
	overflow: hidden;
}
.teamPage .gridlist34 .item:first-child {
	margin-left: 0;
}
.teamPage .gridlist34 .item img, .teamPage .gridlist34 .item .bg, .teamPage .gridlist34 .item .plus {
	width: 380px;
	height: 213px;
}
/*searchPage*/
.searchPage {
	overflow: hidden;
}
.searchPage .list {
	padding-bottom: 20px;
	width: 105%;
}
.searchPage .gridlist .itemk {
	width: 100%;
	height: 168px;
	margin-bottom: 26px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: #fbfbfb;
}
.searchPage .gridlist .itemk a {
	width: 100%;
	display: block;
}
.searchPage .gridlist .itemk img {
	width: 300px;
	height: 169px;
	display: block;
	margin-right: 30px;
}
.searchPage .gridlist .itemk h3 {
	font-size: 20px;
	padding: 35px 0 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #000;
}
.searchPage .gridlist .itemk .txt {
	color: #666;
	line-height: 24px;
	height: 48px;
	padding-right: 130px;
	overflow: hidden;
}
.searchPage .gridlist .itemk .time {
	width: 150px;
	padding-top: 45px;
	font-family: arial;
	font-size: 20px;
	color: #999;
}
.searchPage .gridlist .itemk .time .day {
	font-size: 40px;
	line-height: 45px;
	display: block;
}
.searchPage .gridlist .itemk:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.searchPage .gridlist .itemk:hover h3 {
	color: #3fb150;
	text-indent: 5px;
}
.searchPage .gridlist .itemk:hover .time .day span {
	background: #6d6d6d;
}
.searchPage .gridlist .itemk:hover .time .day strong {
	background: #ff0000;
	color: #fff;
}
.contactPage {
	padding: 0 0 0;
}
.contactPage .bcontact {
	padding-top: 30px;
}
.contactPage .bcontact .a3 {
	height: 131px;
}
.contactPage .bcontact .a3 img {
	width: 130px;
	display: block;
	margin: 0 auto;
}
.contactPage .txtcon img {
	max-width: 100%;
}
.contactPage .t2 {
	padding: 58px 0 48px;
	text-align: center;
}
.contactPage .t2 .titb {
	font-size: 30px;
	margin-bottom: 16px;
}
.contactPage .t2 .txt {
	font-size: 14px;
	line-height: 24px;
}
.contactPage .t2 .txt span {
	font-weight: bold;
	color: #3fb150;
}
.contactPage .mapArea {
	width: 100%;
	height: 400px;
	margin-top: 40px;
}
.contactPage .mapArea #allmap {
	width: 100%;
	height: 400px;
}
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 560px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 30px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #cccccc;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 355px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #333;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 1198px;
	height: 240px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 1178px;
	height: 214px;
	line-height: 28px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 46px;
	border: 2px solid #3fb150;
	margin-right: 2px;
	text-align: center;
	background: #3fb150;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #3fb150;
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 0px;
	display: block;
}
.projectPage {
	overflow: hidden;
}
.projectPage .list {
	width: 105%;
}
/*newsPage*/
/*kuaiPage*/
.newsPage .list {
	padding-bottom: 30px;
}
.newsPage .item {
	height: 178px;
	transition: all .5s;
	border: 1px solid #f3f3f3;
	display: block;
	margin-bottom: 20px;
}
.newsPage .item a {
	padding: 26px;
	display: block;
}
.newsPage .item img {
	width: 168px;
	height: 126px;
	display: block;
	margin-right: 30px;
}
.newsPage .item h3 {
	font-size: 20px;
	padding: 25px 0 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #000;
}
.newsPage .item .txt {
	color: #999;
	line-height: 24px;
	width: 640px;
	height: 48px;
	overflow: hidden;
}
.newsPage .item .time {
	width: 130px;
	padding: 20px 0 20px 45px;
	border-left: 1px solid #eee;
	font-family: arial;
	font-size: 18px;
	color: #999;
	text-align: center;
}
.newsPage .item .time .day {
	font-size: 30px;
	line-height: 45px;
	display: block;
}
.newsPage .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	margin-left: 15px;
}
.newsPage .item:hover h3 {
	color: #3fb150;
}
.newsPage .item:hover .time .day span {
	background: #6d6d6d;
}
.newsPage .item:hover .time .day strong {
	background: #ff0000;
	color: #fff;
}
.yewuPage .list {
	padding-bottom: 30px;
}
.yewuPage .item {
	width: 100%;
	height: 160px;
	padding: 26px 0;
	transition: all .5s;
	border-bottom: 1px solid #f3f3f3;
}
.yewuPage .item:first-child {
	padding-top: 0;
}
.yewuPage .item a {
	width: 100%;
	display: block;
}
.yewuPage .item img {
	width: 340px;
	height: 160px;
	display: block;
	margin-right: 30px;
}
.yewuPage .item h3 {
	font-size: 18px;
	padding: 30px 0 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #000;
}
.yewuPage .item .txt {
	color: #999;
	line-height: 24px;
	height: 48px;
	padding-right: 50px;
	overflow: hidden;
}
.yewuPage .item .time {
	width: 130px;
	padding: 25px 0 25px 45px;
	margin-top: 20px;
	border-left: 1px solid #eee;
	font-family: arial;
	font-size: 18px;
	color: #999;
}
.yewuPage .item .time .day {
	font-size: 40px;
	line-height: 45px;
	display: block;
}
.yewuPage .item .time s {
	width: 14px;
	height: 18px;
	display: block;
	margin-top: 20px;
	background-position: -224px 0;
}
.yewuPage .item:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	margin-left: 15px;
}
.yewuPage .item:hover h3 {
	color: #3fb150;
}
.yewuPage .item:hover .time .day span {
	background: #6d6d6d;
}
.yewuPage .item:hover .time .day strong {
	background: #ff0000;
	color: #fff;
}
.yewuPage .item.items img {
	width: auto;
	max-width: 300px;
}
.fxitem {
	background: #fff;
	box-shadow: 0 0 1px #ddd;
	margin-bottom: 40px;
}
.fxitem .txtcon {
	width: 460px;
	padding: 68px;
	float: left;
}
.fxitem .txtcon .title {
	font-size: 18px;
	letter-spacing:5px;
	color: #3fb150;
}
.fxitem .txtcon .desc {
	margin: 20px 0 35px;
	line-height: 26px;
	height: 100px;
	overflow: hidden;
	color: #333;
	font-size: 16px;
}
.fxitem .txtcon .btn {
	height: 32px;
	line-height: 32px;
	border-radius: 20px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	border: 1px solid #ddd;
	text-align: center;
	width: 130px;
}
.fxitem .txtcon:hover .btn {
	background: #3fb150;
	color: #fff;
	border: 1px solid #3fb150;
}
.fxitem .img {
	width: 600px;
	height: 350px;
	overflow: hidden;
	display: block;
	float: right;
}
.fxitem .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.fxitem.it2 .txtcon {
	float: right;
}
.fxitem.it2 .img {
	float: left;
}
.jobPage {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.jobPage .title {
	width: 100%;
	height: 16px;
	position: relative;
	border-top: 1px solid #ccc;
}
.jobPage .title span, .jobPage .title h3 {
	position: absolute;
	left: 0;
	top: -14px;
	line-height: 28px;
	background: #fff;
	display: block;
	padding-right: 14px;
	font-size: 18px;
	color: #000;
}
.jobPage .title span b {
	font-weight: normal;
	color: #3fb150;
	display: inline-block;
	padding: 0 10px;
}
.jobPage .title h3 {
	color: #3fb150;
	font-weight: normal;
}
.jobPage .cont {
	padding-top: 20px;
}
.jobPage .cont .item {
	border: 1px solid #dcdcdc;
	border-left: 4px solid #3fb150;
	padding: 10px 20px 0;
	margin-bottom: 20px;
	position: relative;
}
.jobPage .cont .item .top {
	height: 65px;
	cursor: pointer;
}
.jobPage .cont .item .top span {
	display: inline-block;
}
.jobPage .cont .item .top span.sarry {
	color: #3fb150;
	margin-right: 36px;
}
.jobPage .cont .item .top .time {
	color: #999;
}
.jobPage .cont .item .top h3 {
	font-size: 18px;
	font-weight: normal;
	color: #3fb150;
}
.jobPage .cont .item .top p {
	display: block;
}
.jobPage .cont .item .bottom {
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
	padding-bottom: 20px;
}
.jobPage .cont .item .btn {
	width: 162px;
	height: 58px;
	cursor: pointer;
	position: absolute;
	top: 18px;
	right: -18px;
	text-align: center;
	padding-right: 30px;
	line-height: 40px;
	color: #fff;
	background: url(../images/jobbtn.png) no-repeat 0 0;
	display: none;
}
.jobPage .cont .item.hover {
	background: #f9f9f9;
}
.jobPage .cont .item.hover .btn {
	display: block;
}
.jobPage .left {
	width: 800px;
}
.jobPage .right {
	width: 350px;
}
.jobPage .right .item {
	margin-bottom: 74px;
}
.jobPage .right .item .cont {
	line-height: 28px;
}
.jobPage .right .item .cont img {
	margin-left: 10px;
}
/*****showPro****/
.showPro {
	padding-bottom: 30px;
}
.showPro .showImg {
	padding-bottom: 50px;
}
.showPro .photo {
	width: 540px;
}
.showPro .photo .jqzoom {
	width: 540px;
	height: 405px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	cursor: pointer;
}
.showPro .photo .zoomdiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
}
.showPro .photo .jqZoomPup {
	z-index: 999;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #eee;
	background: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(Opacity=50);
}
.showPro .photo .img {
	width: 540px;
	height: 405px;
	display: block;
}
.showPro .photo .photoimg {
	width: 540px;
	height: 71px;
	margin-top: 12px;
	position: relative;
}
.showPro .photo .photoimg .list {
	width: 505px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.showPro .photo .photoimg .listcon {
	width: 300%;
}
.showPro .photo .photoimg .prev, .showPro .photo .photoimg .next {
	width: 12px;
	height: 30px;
	z-index: 10;
	position: absolute;
	top: 21px;
	cursor: pointer;
	background: url(../images/spro-btn-ico.png) no-repeat 0 center;
}
.showPro .photo .photoimg .prev {
	left: 0;
}
.showPro .photo .photoimg .next {
	right: 0;
	background-position: -90px center;
}
.showPro .photo .photoimg a {
	width: 95px;
	height: 71px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 7px;
}
.showPro .photo .photoimg a img {
	width: 95px;
	height: 71px;
	display: block;
}
.showPro .photo .photoimg a.hover img {
	border: 3px solid #3fb150;
	width: 89px;
	height: 65px;
}
.showPro .imgtxtcon {
	width: 620px;
	height: 488px;
	float: right;
	position: relative;
}
.showPro .imgtxtcon .tit {
	font-size: 24px;
	color: #000;
	line-height: 30px;
	margin-bottom: 10px;
}
.showPro .imgtxtcon .mark {
	color: #888;
}
.showPro .imgtxtcon .line {
	width: 50px;
	height: 3px;
	display: block;
	background: #999999;
	margin: 20px 0;
}
.showPro .imgtxtcon .txtcon .title {
	font-size: 16px;
	margin-bottom: 10px;
}
.showPro .imgtxtcon .txt {
	line-height: 35px;
	height: 280px;
	overflow: hidden;
}
.showPro .imgtxtcon .btn {
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	width: 135px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #3fb150;
}
.showPro .imgtxtcon .btn:hover {
	background: #444;
}
.showPro .showp_txt {
	padding: 0 0 50px 0;
	position: relative;
}
.showPro .showp_txt .tit {
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 2px solid #3fb150;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.showPro .showp_txt .txtcon {
	font-size: 14px;
	color: #000000;
	min-height: 70px;
	line-height: 26px;
}
.showPro .showp_txt .txtcon img {
	max-width: 100%;
	display: block;
}
.showPro .showp_txt.one {
	border-top: 0px;
	padding-top: 25px;
}
.showPro .showp_txt.one .tit {
	top: 25px;
}
/*showNews*/
.showNews .title {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin: 10px 0 22px;
	font-weight: bold;
}
.showNews .mark {
	color: #999999;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 20px;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
}
.showNews .showContxt {
	color: #666666;
	padding: 0 0 30px;
	line-height: 30px;
}
.showNews .showContxt img {
	max-width: 100%;
}
/* reLink */
.reLink {
	width: 97.5%;
	height: 25px;
	border-top: 1px solid #d7d6d6;
	padding: 15px 0 40px;
}
.reLink .nextLink, .reLink .prevLink {
	width: 50%;
	line-height: 25px;
	color: #666;
}
.reLink .nextLink a, .reLink .prevLink a {
	color: #666;
}
.reLink .nextLink {
	text-align: right;
}
.reLink a:hover {
	color: #3fb150;
}
span.bds_more, .bds_tools a {
	line-height: 14px !important;
}
/************** * Animations for content elements * **********/
/* 滞后 */
.delay100 {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}
.delay200 {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}
.delay300 {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}
.delay400 {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}
.delay500 {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}
.delay600 {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}
.delay700 {
	-webkit-animation-delay: 700ms;
	animation-delay: 700ms;
}
.delay800 {
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
}
.delay900 {
	-webkit-animation-delay: 900ms;
	animation-delay: 900ms;
}
.delay1000 {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}
.delay1100 {
	-webkit-animation-delay: 1100ms;
	animation-delay: 1100ms;
}
.delay1200 {
	-webkit-animation-delay: 1200ms;
	animation-delay: 1200ms;
}
.delay1300 {
	-webkit-animation-delay: 1300ms;
	animation-delay: 1300ms;
}
.delay1400 {
	-webkit-animation-delay: 1400ms;
	animation-delay: 1400ms;
}
.delay1500 {
	-webkit-animation-delay: 1500ms;
	animation-delay: 1500ms;
}
.delay1600 {
	-webkit-animation-delay: 1600ms;
	animation-delay: 1600ms;
}
.delay1700 {
	-webkit-animation-delay: 1700ms;
	animation-delay: 1700ms;
}
.delay1800 {
	-webkit-animation-delay: 1800ms;
	animation-delay: 1800ms;
}
.delay1900 {
	-webkit-animation-delay: 1900ms;
	animation-delay: 1900ms;
}
.delay2000 {
	-webkit-animation-delay: 2000ms;
	animation-delay: 2000ms;
}
.delay2100 {
	-webkit-animation-delay: 2100ms;
	animation-delay: 2100ms;
}
.delay2200 {
	-webkit-animation-delay: 2200ms;
	animation-delay: 2200ms;
}
.delay2300 {
	-webkit-animation-delay: 2300ms;
	animation-delay: 2300ms;
}
.delay2500 {
	-webkit-animation-delay: 2500ms;
	animation-delay: 2500ms;
}
.delay2700 {
	-webkit-animation-delay: 2700ms;
	animation-delay: 2700ms;
}
.delay2900 {
	-webkit-animation-delay: 2900ms;
	animation-delay: 2900ms;
}
.delay3000 {
	-webkit-animation-delay: 3000ms;
	animation-delay: 3000ms;
}
.delay4000 {
	-webkit-animation-delay: 4000ms;
	animation-delay: 4000ms;
}
.delay4500 {
	-webkit-animation-delay: 4500ms;
	animation-delay: 4500ms;
}
.delay5000 {
	-webkit-animation-delay: 5000ms;
	animation-delay: 5000ms;
}
.onactive .animated {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.active .animated.fast {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
.onactive .flyInDown {
	-webkit-animation-name: flyInDown;
	animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes flyInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.onactive .flyInRight {
	-webkit-animation-name: flyInRight;
	animation-name: flyInRight;
}
@keyframes flyInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.onactive .flyInUp {
	-webkit-animation-name: flyInUp;
	animation-name: flyInUp;
}
@keyframes flyInUp {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.onactive .flyInLeft {
	-webkit-animation-name: flyInLeft;
	animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-200px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes flyInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-200px);
-moz-transform: translateX(-200px);
-ms-transform: translateX(-200px);
transform: translateX(-200px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.onactive .opacityI {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes opacityI {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
}
@keyframes opacityI {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
}
.onactive .shake {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@keyframes shake {
0% {
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
transform: translateY(-10px);
}
20%, 40%, 60%, 80% {
-transform: translateY(6px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes shake {
0% {
-webkit-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateY(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateY(6px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes shake {
0% {
-moz-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-moz-transform: translateY(-10px);
}
20%, 40%, 60%, 80% {
-moz-transform: translateY(6px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes shake {
0% {
-o-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-o-transform: translateY(-10px);
}
20%, 40%, 60%, 80% {
-o-transform: translateY(6px);
}
100% {
-o-transform: translateY(0);
}
}
@-ms-keyframes shake {
0% {
-ms-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-ms-transform: translateY(-10px);
}
20%, 40%, 60%, 80% {
-ms-transform: translateY(6px);
}
100% {
-ms-transform: translateY(0);
}
}
.onactive .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@-webkit-keyframes scaleIn {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
opacity: 1;
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
}
@keyframes scaleIn {
0% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
opacity: 1;
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
}
}
/*# sourceMappingURL=style.css.map */
/*↓组图样式↓*/
.HS10, .HS15 {
	overflow: hidden;
	clear: both;
}
.HS10 {
	height: 10px;
}
.HS15 {
	height: 15px;
}
.Hidden {
	display: none;
}
.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.FlLeft {
	float: left;
}
.FlRight {
	float: right;
}
/*幻灯片区域背景*/
.MainBg {
	width: 1200px;
	margin: 0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 1200px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
#OriginalPic img {
	display: block;
	min-width: 100px;
	margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	left: 0;
	cursor: url(../images/CurL.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	right: 0;
	cursor: url(../images/CurR.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;
}
/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.ThumbPicBorder {
	width: 1200px;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
}
.ThumbPicBorder #btnPrev {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}
.ThumbPicBorder #btnNext {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.ThumbPicBorder .pic {
	width: 1025px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 10px;
	width: 145px;
	height: 108px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#ThumbPic img.active {
	border: 3px solid #3fb150;
}
/*↑组图样式↑*/
.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}

.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.submian .subright .conBox .ArticleMessage span:first-child {
	margin-left: 0;
}
.submian .subright .conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.submian .subright .conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	line-height: 28px;
	overflow: hidden;
	color: #666;
	font-size: 16px;
}
.submian .subright .showproduct .ArticleTencont img {
	max-width: 100%;
}
.submian .subright .conBox .ArticleTencont img {
	max-width: 100%;
}
.field_down {
	text-align: left;
}
.field_down a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #0267ac;
	color: #fff;
	display: block;
	text-align: center;
}

.submian {
	padding-bottom: 30px;
}
.submian .sobtitle {
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}

.submian .sobtitle a {
	font-size: 14px;
	color: #333
}
.submian .sobtitle a:hover {
	color: #3fb150;
}
.submian .sobtitle a.now {
	color: #3fb150;
	font-size: 14px;
	font-weight: bold;
}
.submian .sobtitle a.now:hover {
	text-decoration: underline;
}
.submian .subleft {
	width: 245px;
}
.submian .subleft .title {
	background: url(../images/bg5.jpg) no-repeat left;
	height: 102px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-right: 29px;
}
.submian .subleft .title h2 {
	line-height: 102px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing:5px;
	padding-left: 30px;
}
.submian .subleft .title i {
	font-size: 24px;
	font-weight: bold;
	letter-spacing:5px;
	color: #fff;
	padding-left: 13px;
	padding-top: 2px;
}
.submian .subleft .bort9 {
	border-top: 9px solid #007eb9;
	border-radius: 5px 5px 0px 0px;
}
.submian .subleft .bor9 {
	border-bottom: 9px solid #eaeaea;
}
.submian .subleft .lefta {
	width: 245px;
	margin-bottom: 10px;
}
.submian .subleft .lefta .comt {
	background: #fff;
}
.submian .subleft .lefta .comt ul {
	border: 1px solid #ddd;
}
.submian .subleft .lefta .comt ul li a {
	background: #fff url(../images/tb9.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 70px;
	letter-spacing:3px;
	font-weight: bold;
	font-size: 18px;
	color: #888;
}
.submian .subleft .lefta .comt ul li .box {
	padding: 10px 0px;
	display: none;
}
.submian .subleft .lefta .comt ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}
.submian .subleft .lefta .comt ul li .box a:hover {
	color: #007eb9;
	background: none;
}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
	background: #3fb150 url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li.hover a {
	background: #3fb150 url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li.hover .box a {
	background: none;
	font-weight: normal;
}
.submian .subleft .lefta .comt ul li.hover .box a.hover {
	color: #007eb9;
	font-weight: bold;
}
.submian .subleft .lefta .comt1 ul li a {
	background: #fff url(../images/jia.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}
.submian .subleft .lefta .comt1 ul li .box {
	padding: 10px 0px;
	display: none;
}
.submian .subleft .lefta .comt1 ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}
.submian .subleft .lefta .comt1 ul li .box a:hover {
	color: #007eb9;
	background: none;
}
.submian .subleft .lefta .comt1 ul li:hover a, .submian .subleft .lefta .comt1 ul li.hover a {
	background: #3fb150 url(../images/jia1.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt1 ul li.hover a {
	background: #3fb150 url(../images/jian.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li .boxlist {
	padding: 0;
	display: none;
	border: none;
}
.submian .subleft .lefta .comt ul li .boxlist li {
	line-height: 50px;
	background: #b1aeae;
}
.submian .subleft .lefta .comt ul li .boxlist li a {
	height: 40px;
	padding-left: 45px;
	color: #333;
	font-weight: normal;
	border-bottom: 0;
	line-height: 40px;
	background: #f6f6f6 url(../images/tb12.png) 26px center no-repeat;
	border-top: none;
}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #3fb150;
	font-weight: bold
}
.submian .subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
.submian .subright .anlitopH4 {
	background: #fff;
}
.submian .subright .anlitopH4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
	margin-top: 20px;
}
.submian .subright .anlitopH4 span {
	border-left: 5px solid #3fb150;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	display: block;
	float: left;
	color: #3fb150;
	font-weight: bold;
	font-size: 18px;
	letter-spacing:3px;
}
.submian .subright .divanli {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
}
.submian .subright .divanli ul {
	width: 105%;
	height: 185px;
}
.submian .subright .divanli ul li {
	float: left;
	margin-left: 10px;
}
.submian .subright .divanli ul li:first-child {
	margin-left: 0;
}
.submian .subright .divanli ul li a img {
	width: 194px;
	height: 143px;
	display: block;
	border: solid 1px #e4e4e4;
}
.submian .subright .divanli ul li a span {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	width: 170px;
}
.submian .subright .divanli ul li a:hover img {
	border-color: #007eb9;
}
.submian .subright .divanli ul li a:hover span {
	color: #007eb9;
	font-weight: bold;
}
.submian .subright .divremmnews {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
}
.submian .subright .divremmnews ul {
	width: 100%;
	overflow: hidden;
}
.submian .subright .divremmnews ul li {
	float: left;
	width: 47%;
	height: 35px;
	line-height: 35px;
	margin: 0 1.5%;
	border-bottom: 1px dashed #ccc;
}
.submian .subright .divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
}
.submian .subright .divremmnews ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap
}
.submian .subright .divremmnews ul li a:hover {
	color: #3fb150;
}
.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
	padding-top: 10px;
}
.map_ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDBDB;
	margin-left: 10px;
	float: left;
}
.map_ul li a {
	font-size: 14px;
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}
.map_ul .list-inline {
	display: block;
	margin-left: 14%;
	width: 80%;
	min-height: 30px;
}
.map_ul .list-inline a {
	font-weight: normal;
	width: auto;
	float: none;
	line-height: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0px 10px;
}
.map_ul .list-inline a:hover {
	background: #3fb150;
	color: #fff;
}
.submian .subleft .adv {
	margin-bottom: 10px;
	background: #000;
}
.submian .subleft .adv a img {
	display: block;
	width: 100%;
}
.submian .subleft .adv a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
.submian .subleft .leftnews {
	margin-bottom: 10px;
}
.submian .subleft .leftnews .title {
	height: 42px;
	padding-left: 52px;
	padding-top: 18px;
}
.submian .subleft .leftnews .leftnewscomt {
	background: #fff;
	padding: 10px;
}
.submian .subleft .leftnews .leftnewscomt ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}
.submian .subleft .leftnews .leftnewscomt ul li a {
	font-size: 14px;
	display: block;
	padding-left: 10px;
}
.submian .subleft .leftnews .leftcont {
	background: #fff;
	padding: 10px;
}
.submian .subleft .leftnews .leftcont h2 {
	font-size: 20px;
	font-weight: bold;
	color: #3fb150;
	padding-bottom: 10px;
	letter-spacing:1px;
	border-bottom: 1px solid #f2f2f2;
}
.submian .subleft .leftnews .leftcont span {
	line-height: 24px;
	font-size: 14px;
	padding-top: 10px;
	display: block;
	letter-spacing:1px;
	border-bottom: 1px solid #f2f2f2;
}
.submian .subleft .leftnews .leftcont p {
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	line-height: normal;
}
.submian .subleft .leftnews .leftcont p i {
	font-family:ImpactMTStd;
	letter-spacing:1.5px;
	line-height: 40px;
	font-size: 34px;
	color: #3fb150;
	display: block;
}
.submian .subright {
	width: 920px;
	padding-bottom: 20px;
	line-height: 28px;
}
.submian .subright .aboutlist {
	color: #666;
}
.submian .subright img {
	max-width: 920px;
}
.submian .subright .newslist .textlist li {
	padding: 25px 0px 25px;
	height: 110px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 25px;
}
.submian .subright .newslist .textlist li a {
	display: block;
	cursor: pointer;
}
.submian .subright .newslist ul li a img {
	width: 147px;
	float: left;
	margin-right: 18px;
	border: 1px solid #eee;
	height: 110px;
	display: block;
}
.submian .subright .newslist ul li a .txt {
	color: #888;
	line-height: 24px;
	font-size: 12px;
}
.submian .subright .newslist .textlist li a p {
	height: 40px;
	line-height: 40px;
}
.submian .subright .newslist .textlist li a b {
	color: #3fb150;
	font-size: 14px;
}
.submian .subright .newslist .textlist li a:hover b {
	color: #3fb150;
}
.submian .subright .newslist .textlist li a i {
	color: #999;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}
.submian .subright .newslist .textlist li a span {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	display: block;
	color: #666;
}
.submian .subright .newslist .textlist2 li {
	height: 40px;
	line-height: 40px;
}
.submian .subright .newslist .textlist2 li a {
	display: block;
}
.submian .subright .newslist .textlist2 li s {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	background: #007eb9;
	margin-right: 10px;
	border-radius: 100%;
}
.submian .subright .newslist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.submian .subright .newslist ul li a:hover p b {
	text-decoration: underline;
}
.submian .subright .newslist ul li a:hover span {
	color: #777;
}
.submian .subright .caselist ul li {
	padding: 20px 0px;
	border-bottom: 1px dotted #c2c2c2;
	height: 176px;
}
.submian .subright .caselist ul li a {
	display: block;
}
.submian .subright .caselist ul li a img {
	width: 220px;
	height: 162px;
	display: block;
	border: 7px solid #e2e2e2;
}
.submian .subright .caselist ul li a .txt {
	width: 470px;
	float: left;
	padding-left: 20px;
}
.submian .subright .caselist ul li a .txt p {
	height: 40px;
	line-height: 40px;
	color: #007eb9;
	font-size: 14px;
	font-weight: bold;
}
.submian .subright .caselist ul li a .txt i {
	color: #666;
	padding-bottom: 10px;
	display: block;
}
.submian .subright .caselist ul li a .txt span {
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	display: block;
	color: #666;
}
.submian .subright .caselist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	border-color: #007eb9;
}
.submian .subright .caselist ul li a:hover p {
	text-decoration: underline;
}
.submian .subright .caselist ul li a:hover span {
	color: #777;
}
.submian .subright .mess {
	background: #fff;
	padding: 0px 40px 30px;
	width: 596px;
	margin-left: 80px;
}
.submian .subright .mess h1 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
}
.submian .subright .mess p {
	text-align: center;
	padding-bottom: 30px;
}
.submian .subright .mess .left {
}
.submian .subright .mess .left li {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}
.submian .subright .mess .left label {
	width: 150px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: none;
	color: #3fb150;
	font-size: 16px;
	float: left;
	border-radius: 3px 0 0 3px;
	border: 1px solid #3fb150;
}
.submian .subright .mess .left input {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 11px 10px;
	width: 404px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
}
.submian .subright .mess .left select {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 45px;
	line-height: 45px;
	width: 424px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
	text-indent: 10px;
}
.submian .subright .mess .right {
	float: left;
	width: 585px;
	padding-top: 10px;
*padding-top:20px;
}
.submian .subright .mess .right input, .submian .subright .mess .right a {
	width: 40%;
	margin-right: 2%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	border: none;
	background: #3fb150;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	transition: ease-in-out .2s;
	float: left
}
.submian .subright .mess .right a {
	color: #333;
	background: #ffcc00;
	float: right
}
.submian .subright .mess .right a:hover {
	background: #cda503;
}
.submian .subright .mess .right input:hover {
	background: #2bba72;
}

/** 新闻中心 **/
.submian .subright .thumblist {
}
.submian .subright .thumblist .list {
	padding-bottom: 20px;
}
.submian .subright .thumblist .item {
	width: 880px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
	transition: all .5s;
}
.submian .subright .thumblist .item a {
	display: block;
}
.submian .subright .thumblist .item .img {
	position: relative;
	width: 180px;
	height: 135px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.submian .subright .thumblist .item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.submian .subright .thumblist .item a:hover img {
	transform: scale(1.1, 1.1);
}
.submian .subright .thumblist .item .txt {
	width: 680px;
	cursor: pointer;
}
.submian .subright .thumblist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.submian .subright .thumblist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
}
.submian .subright .thumblist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.submian .subright .thumblist .item .txt p {
	color: #666;
	line-height: 25px;
}
.submian .subright .thumblist .item .txt p span {
	display: inline-block;
	color: #3fb150;
	padding-left: 10px;
}
.submian .subright .thumblist .item a:hover .txt h3 {
	color: #3fb150;
}
.submian .subright .thumblist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}


.leftprocomt {
	padding-top: 10px;
}
.leftprocomt li {
	float: left;
	text-align: center;
	width: 245px;
	margin-right: 10px;
}
.leftprocomt li img {
	width: 245px;
	height: 175px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li p {
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	font-size: 14px;
}
.leftprocomt li:hover img {
	-webkkit-filter: brightness(105%);
	filter: brightness(105%);
}
.leftprocomt li:hover p {
	color: #3fb150;
}

.reLink {
	height: 38px;
	border: 1px solid #ccc;
	margin: 10px auto 10px;
	padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
	height: 38px;
	line-height: 38px;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #3fb150;
}
.reLink .prevLink {
	float: left;
}
.reLink .nextLink {
	float: right;
}

/* 案例列表 */
.honorlist ul.list {
	float: left;
	width: 105%;
	padding-left: 0px;
}
.honorlist ul.list li.item {
	float: left;
	width: 296px;
	margin-bottom: 30px;
	margin-right: 14px;
}
.honorlist ul.list li.item a:hover img {
	opacity: 0.8;
}
.honorlist ul.list li.item a:hover span {
	color: #fff;
}
.honorlist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.honorlist ul.list li.item img {
	width: 100%;
	display: block;
	padding: 1px;
}
.list_imgH ul.list li.item {
	width: 286px;
	margin-right: 30px;
}
.list_imgH ul.list li.item a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
}
.list_imgH ul.list li.item a:hover {
	background: #3fb150;
}
.list_imgH ul.list li.item img {
	display: block;
	width: 284px;
	height: 213px;
}

.item_mask {
	width: 284px;
	height: 213px;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}
.item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-position: 0px -105px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
}
.list_imgH ul.list li.item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.list_imgH ul.list li.item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}
.submian .t {
	padding: 0 0 25px;
	color: #3fb150;
	font-size: 18px;
}
.submian .t2 {
	padding: 25px 0;
	color: #3fb150;
	font-size: 24px;
}
/* formData */
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 420px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 350px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 918px;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 52px;
	border: 2px solid #3fb150;
	margin-right: 2px;
	text-align: center;
	background: #3fb150;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #3fb150;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}
/*内容页TAB*/
.tags{width:100%; height:25px; margin-top:10px;line-height:30px; padding:5px;}
.tags a{ width:120px; line-height:25px;text-align:center; float:left;margin-left:5px; border: 1px solid #dddddd; display:inline;border-radius:25px;}
.tags span{background:url(../images/tags.png) left no-repeat; width:100px; line-height:25px;text-align:center; float:left;margin-left:5px; display:inline;}
.tags span b{margin-left:15px;}


/*属性组合搜索*/
.select_case{width:1200px; margin:0 auto; padding:10px;overflow:hidden; margin-bottom:15px; background:#fff; border-radius:0 0 2px 2px;box-shadow:1px 10px 40px 0 rgba(227,230,232,.6)}
.select_case h1{ padding:30px 0; text-align:center; font-size:16px; font-weight:500}
.select_case h1 strong{ font-size:22px; padding:0 6px; letter-spacing:2px;}
.select_case table{border-collapse:collapse;border:1px solid #eee}
.select_case table td{line-height:30px;border-bottom:1px dotted #eee;font-size:14px; padding:8px 0}
.select_case table td.td_left{text-align:center;color:#000}
.select_case table td a{margin-left:10px; font-size:100%; display:inline-block;white-space:nowrap; padding:0 10px;}
.select_case .ajax_select_a a:nth-last-child(5){color:#ed2d38; font-weight:bold}
.select_case .ajax_select_a a:nth-last-child(2){color:#FF9900; font-weight:bold}
.select_case table a.hover{margin-left:10px;  display:inline-block;white-space:nowrap; background:#3fb150; padding:0 10px; height:30px; line-height:30px; border-radius:1px; color:#fff !important}
.select_case table a:hover,.select_case table span{margin-left:10px;  display:inline-block;white-space:nowrap; background:#3fb150; padding:0 10px; height:30px; line-height:30px; border-radius:1px; color:#fff !important}
.quanbu{margin-left:23px;margin-right:3px;padding:0 14px;display:inline-block;white-space:nowra}
.tive{background:#3fb150;height:30px; line-height:30px;}
.td_left a{color:#fff}
.tive b{color:#fff;}
