@charset "utf-8";
body {
	font-family: "microsoft yahei", Arial;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
}
div, ul, li, h1, h2, h3, h4, h5, h6, img, p, dl, dt, dd, ol, th, td {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
form, input, button, option, textarea, select {
	margin: 0px;
	padding: 0px;
}
input, button, textarea, select {
	font: 100% Tahoma, Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	color: #272727;
	font-family: "microsoft yahei";
}
span {
	font-family: "microsoft yahei";
}
p {
	font-family: "microsoft yahei";
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
th {
	font-weight: normal;
}
table {
	font-size: inherit;
	font: 100%;
}
img {
	border: none;
}
.clear:after {
	display: block;
	content: '';
	clear: both;
}

/*全局变量*/

.center {
	width: 1200px;
	margin: 0 auto;
}
.boxsize {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.img img {
	width: 100%;
	height: 100%;
}

/*头部*/

.header {
	width: 100%;
	height: 121px;
	background: #11182a;
}
.header .cont {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header .cont:after {
	display: block;
	content: '';
	clear: both;
}
.header .logo_bg {
	width: 238px;
	height: 159px;
	background: url(../images/logo_bg.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -119px;
	top: 0;
	z-index: 2;
}
.header .logo {
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: 3;
}
.header .tel {
	float: right;
	margin-top: 20px;
}
.header .tel span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.25);
}
.header .tel p {
	font-size: 20px;
	color: #ffd200;
	font-weight: bold;
}
.header .tel .iconfont {
	font-size: 20px;
	color: #8a7715;
	vertical-align: middle;
}
.header .nav {
	float: left;
	margin-top: 25px;
}
.header .nav ul li {
	float: left;
	margin-right: 30px;
}
.header .nav ul li:nth-child(4) {
	margin-right: 366px;
}
.header .nav ul li:last-child {
	margin-right: 0;
}
.header .nav ul li a {
	font-size: 14px;
	color: #ffffff;
}
.header .nav ul li a:hover {
	color: #ffd200;
}

/*banner*/

.banner {
	position: relative;
	width: 100%;
	height: 496px;
	z-index: 1;
}
.banner .bd {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
  /*width: 100% !important;*/
  /*height: 650px !important;*/
}
.banner .bd ul li {
  width: 100% !important;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 496px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	z-index: 1;
}
.banner .hd ul li {
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background: #11182a;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	font-size: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.banner .hd .on {
	background: #78b414;
}
.about {
	width: 100%;
	height: 370px;
	background: #f7f7f7;
}
.about .cont {
	width: 1200px;
	margin: 0 auto;
}
.about .cont:after {
	display: block;
	content: '';
	clear: both;
}
.about .tit {
	width: 236px;
	height: 414px;
	float: left;
	margin-top: -44px;
	position: relative;
	z-index: 10;
	background: #11182a;
}
.about .tit .info {
	padding: 70px 33px 0 46px;
	height: 238px;
	position: relative;
}
.about .tit .info h3 {
	font-size: 32px;
	color: #ffffff;
	font-family: arial;
}
.about .tit .info span {
	font-size: 12px;
	color: #ffffff;
	font-family: arial;
	line-height: 26px;
}
.about .tit .info hr {
	width: 23px;
	height: 1px;
	background: #555a68;
	border: none;
	margin: 10px 0;
}
.about .tit .info p {
	font-size: 20px;
	color: #FFFFFF;
}
.about .tit .info .iconfont {
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	right: 33px;
	bottom: 27px;
}
.about .tit img {
	display: block;
}
.about .us {
	width: 507px;
	float: left;
	padding-top: 75px;
}
.about .us .name {
	padding-left: 45px;
}
.about .us .name p {
	font-size: 18px;
	color: #333333;
	height: 30px;
	line-height: 30px;
}
.about .us .name p span {
	font-size: 16px;
	color: #bfbfbf;
	text-transform: uppercase;
	margin-left: 10px;
}
.about .us .name p .iconfont {
	font-size: 12px;
	color: #ffd100;
	margin-right: 15px;
	vertical-align: middle;
}
.about .us .txt {
	width: 507px;
	height: 229px;
	background: url(../images/us.jpg) no-repeat center;
	margin-top: 36px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 60px 45px 0;
}
.about .us .txt p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
}
.about .us .txt p a {
	color: #ffd200;
	font-weight: bold;
}
.about .contact {
	width: 259px;
	height: 336px;
	background: #78b414;
	float: right;
	margin-top: 34px;
}
.about .contact .title {
	padding: 20px 0 0 38px;
	height: 86px;
	background: #11182a;
}
.about .contact .title p {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
}
.about .contact .title span {
	color: #FFFFFF;
}
.about .contact .title hr {
	width: 20px;
	height: 1px;
	border: none;
	background: rgba(255, 255, 255, 0.3);
	margin-top: 15px;
}
.about .contact .title .iconfont {
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	right: 38px;
	bottom: 28px;
}
.about .contact .info {
	padding: 45px 38px 0;
}
.about .contact .info h3 {
	font-size: 26px;
	color: #feffff;
	font-family: arial;
	margin-bottom: 10px;
}
.about .contact .info p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
}
.about .contact .info .iconfont {
	margin-right: 10px;
}
.item_title {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.item_title h3 {
	font-size: 26px;
	color: #11182a;
	font-family: arial;
}
.item_title span {
	font-size: 24px;
	color: #11182a;
	line-height: 40px;
	border-bottom: 1px solid #78b414;
}
.item_title p {
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	word-spacing: 6px;
	padding-bottom: 32px;
	background: url(../images/eng.png) no-repeat center bottom;
}
.project {
	width: 1200px;
	margin: 70px auto 0;
}
.project:after {
	display: block;
	content: '';
	clear: both;
}
.project ul {
	margin-top: 65px;
}
.project ul li {
	width: 248px;
	float: left;
	position: relative;
	margin: 0 1px;
}
.project ul li .photo {
	display: block;
	width: 248px;
	height: 350px;
	font-size: 0;
}
.project ul li .photo img {
	width: 100%;
	height: 100%;
}
.project ul li .photo:before {
	width: 248px;
	height: 350px;
	background: rgba(16, 29, 62, 0.6);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.project ul li:nth-child(even) {
	margin-top: 40px;
}
.project ul li:hover .photo:before {
	height: 0;
}
.project ul li:hover .name {
	color: #78b414;
	border-bottom-color: #78b414;
}
.project ul li:hover .tag .bg {
	background: #11182a;
}
.project ul li:hover .tag .bg:before {
	border-right-color: #11182a;
}
.project ul li:hover .tag .bg:after {
	border-left-color: #11182a;
}
.project ul li .name {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #a3a3a3;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.project ul li>p {
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	margin-top: 10px;
	padding: 0 4px 40px;
	background: url(../images/eng1.png) no-repeat center bottom;
}
.project ul li .tag {
	width: 78px;
	height: 68px;
	position: absolute;
	top: -34px;
	left: 85px;
}
.project ul li .tag .txt {
	position: relative;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
}
.project ul li .tag .txt p {
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 10px;
}
.project ul li .tag .txt span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.1);
	font-weight: bold;
}
.project ul li .tag .bg {
	width: 40px;
	height: 68px;
	background: #78b414;
	position: absolute;
	z-index: 1;
	left: 19px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.project ul li .tag .bg:before {
	position: absolute;
	left: -19px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 34px solid transparent;
	border-right: 19px solid #78b414;
	border-top: 34px solid transparent;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.project ul li .tag .bg:after {
	position: absolute;
	right: -19px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 34px solid transparent;
	border-left: 19px solid #78b414;
	border-top: 34px solid transparent;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.case {
	width: 100%;
	margin-top: 75px;
}
.case .cont {
	width: 100%;
	height: 363px;
	background: url(../images/case.png) no-repeat center center;
	margin-top: 35px;
}
.case .bd {
	width: 1200px;
	margin: 0 auto;
}
.case .bd:after {
	display: block;
	content: '';
	clear: both;
}
.case .bd ul li {
	width: 248px;
	height: 180px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 1px 2px;
}
.case .bd ul li .photo {
	width: 248px;
	height: 180px;
	display: block;
	font-size: 0;
}
.case .bd ul li .photo img {
	width: 100%;
	height: 100%;
}
.case .bd ul li .info {
	width: 100%;
	height: 90px;
	background: rgba(223, 56, 84, 0.8);
	display: block;
	text-align: center;
	position: absolute;
	bottom: -90px;
	-ms-transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
	-moz-transition: bottom 0.5s;
	transition: bottom 0.5s;
}
.case .bd ul li .info p {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
}
.case .bd ul li .info span {
	font-size: 12px;
	color: #FFFFFF;
}
.case .bd ul li:hover .info {
	bottom: 0;
}
.new {
	width: 1200px;
	margin: 70px auto 0;
}
.new:after {
	display: block;
	content: '';
	clear: both;
}
.new .fr {
	width: 406px;
	height: 260px;
	float: left;
	margin-top: 40px;
	position: relative;
}
.new .fr .photo {
	width: 406px;
	height: 260px;
	font-size: 0;
}
.new .fr .photo img {
	width: 100%;
	height: 100%;
}
.new .fr p {
	font-size: 13px;
	color: #FFFFFF;
	height: 36px;
	line-height: 36px;
	background: rgba(223, 56, 84, 0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.new .fr p .iconfont {
	font-size: 12px;
	margin: 0 16px;
}
.new .fr p a {
	color: #FFFFFF;
}
.new ul {
	width: 577px;
	float: right;
	margin-top: 27px;
}
.new ul li {
	height: 58px;
	padding: 14px;
	margin-bottom: 8px;
}
.new ul li .date {
	width: 56px;
	height: 58px;
	float: left;
	text-align: right;
	background: #11182a;
	color: #FFFFFF;
	padding-right: 9px;
}
.new ul li .date p {
	font-size: 24px;
}
.new ul li .date span {
	font-size: 12px;
}
.new ul li .txt {
	width: 465px;
	float: right;
}
.new ul li .txt .iconfont {
	color: #666666;
}
.new ul li .txt a {
	font-size: 16px;
	color: #11182a;
	font-weight: bold;
}
.new ul li .txt p {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-top: 5px;
}
.new ul li:hover .date {
	background: #78b414;
}
.new ul li:hover .iconfont, .new ul li:hover a {
	color: #78b414;
}
.new ul li:nth-child(2) {
	background: #f3f3f3;
}

/*底部*/

.footer {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background: #11182a;
	margin-top: 80px;
}
.footer a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}
.footer ul li {
	display: inline-block;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}
.footer p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px;
}
.page .cont {
	margin: 24px auto;
	line-height: 26px;
	max-width: 100%;
}

.paper {
	width: 1200px;
	margin: 40px auto;
	min-height: 500px;
}
.paper:after {
	display: block;
	content: "";
	clear: both;
}

/*侧导航*/

.side {
	width: 209px;
	border: 1px solid #78b414;
	float: left;
	background: url(../images/sp.jpg) no-repeat left bottom;
	padding-bottom: 94px;
}
.side .side_c .tit {
	width: 100%;
	height: 58px;
	background: #78b414;
	text-align: center;
	line-height: 58px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.side .side_c .tit span {
	color: rgba(255, 255, 255, 0.25);
}
.side .side_c ul {
	padding: 10px 13px;
}
.side .side_c ul li {
	height: 50px;
	border-bottom: 1px dashed #cdcdcd;
	line-height: 50px;
	text-indent: 27px;
	position: relative;
}
.side .side_c ul li a {
	font-size: 15px;
	color: #444444;
	position: relative;
	z-index: 1;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.side .side_c ul li span {
	display: block;
	width: 211px;
	background: #78b414;
	height: 42px;
	opacity: 0;
	position: absolute;
	left: -14px;
	top: 4px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.side .side_c ul li span:before {
	position: absolute;
	left: 0;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 21px solid transparent;
	border-left: 13px solid #ffffff;
	border-top: 21px solid transparent;
}
.side .side_c ul li span:after {
	position: absolute;
	right: -13px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 21px solid transparent;
	border-left: 13px solid #78b414;
	border-top: 21px solid transparent;
}
.side .side_c ul li:hover span, .side .side_c ul li.on span {
	opacity: 1;
}
.side .side_c ul li:hover a, .side .side_c ul li.on a {
	color: #FFFFFF;
	font-weight: bold;
}
.side .side_p {
	padding: 0 13px 20px;
	margin-top: 56px;
}
.side .side_p .tit {
	border-bottom: 5px solid #11182a;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.side .side_p .tit p {
	font-size: ;
	color: rgba(0, 139, 101, 0.25);
	text-transform: uppercase;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #11182a;
}
.side .side_p .tit p span {
	font-weight: bold;
	color: #11182a;
	font-size: 18px;
	margin-right: 5px;
}
.side .side_p>p {
	font-size: 12px;
	color: #444444;
	line-height: 24px;
}
.side .side_p>p .iconfont {
	color: #ec8898;
	margin-right: 5px;
}
.side .side_p>p span {
	font-size: 14px;
	color: #78b414;
	font-weight: bold;
}

/*面包屑导航*/

.navigation {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #d3d3d3;
}
.navigation:after {
	display: block;
	content: '';
	clear: both;
}
.navigation .s1 {
	font-size: 18px;
	color: #78b414;
	position: relative;
}
.navigation .s1:after {
	display: block;
	width: 45px;
	height: 4px;
	background: #78b414;
	content: '';
	position: absolute;
	bottom: -7px;
}
.navigation p {
	float: right;
	font-size: 12px;
	color: #999999;
}
.navigation p a {
	color: #999999;
}
.navigation p span {
	color: #78b414;
}
.product, .page, .news_list, .detail {
	width: 943px;
	float: right;
}

/*产品列表*/

.product ul {
	margin: 0 -20px;
}
.product ul li {
	width: 286px;
	height: 298px;
	float: left;
	margin: 17px 20px;
	text-align: center;
}
.product ul li .photo {
	display: block;
	width: 286px;
	height: 220px;
	font-size: 0;
	margin-bottom: 10px;
}
.product ul li .photo img {
	width: 100%;
	height: 100%;
}
.product ul li .name {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 32px;
}
.product ul li .name:hover {
	color: #78b414;
}
.product ul li .txt {
	font-size: 12px;
	color: #555555;
	line-height: 24px;
	height: 48px;
	text-indent: 2em;
	text-align: left;
}
.product ul li .more {
	border-style: dashed;
	border-color: #d2d2d2;
	border-width: 1px 0 1px 0;
	height: 23px;
	line-height: 23px;
	margin-top: 15px;
}
.product ul li .more a {
	font-size: 12px;
	color: #555555;
}
.product ul li .more a:hover {
	color: #78b414;
}

/*翻页*/

.pagination {
	width: 100%;
	margin: 30px 0;
}
.pagination:after {
	display: block;
	content: '';
	clear: both;
}
.pagination .prev {
	width: 39px;
	height: 24px;
	border: 1px solid #b8b8b8;
	text-align: center;
	cursor: pointer;
	float: left;
}
.pagination .next {
	width: 39px;
	height: 24px;
	border: 1px solid #b8b8b8;
	text-align: center;
	cursor: pointer;
	float: right;
}
.pagination .num {
	margin-left: 41px;
	margin-right: 41px;
	height: 26px;
	position: relative;
}
.pagination .num .num_list {
	position: absolute;
	text-align: center;
	background: #FFFFFF;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.pagination .num a {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #b8b8b8;
	display: inline-block;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin: 0 4px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.pagination .num a.on, .pagination .num a:hover {
	background: #78b414;
	border-color: #78b414;
	color: #FFFFFF;
}
.pagination .num:after {
	display: block;
	width: 100%;
	content: '';
	height: 1px;
	background: #e6e5e5;
	position: relative;
	top: 13px;
	z-index: -1;
}
.pagination .iconfont {
	font-size: 16px;
	color: #888888;
}
.news_list .fr {
	width: 100%;
	margin-top: 10px;
	padding: 30px 0;
	height: 158px;
	border-bottom: 1px dashed #dcdcdc;
}
.news_list .fr .photo {
	width: 258px;
	height: 158px;
	float: left;
	font-size: 0;
}
.news_list .fr .photo img {
	width: 100%;
	height: 100%;
}
.news_list .fr .txt {
	float: right;
	width: 459px;
	height: 158px;
	position: relative;
}
.news_list .fr .txt .name {
	font-size: 15px;
	color: #444444;
	font-weight: bold;
}
.news_list .fr .txt .name:hover {
	color: #78b414;
}
.news_list .fr .txt span {
	font-size: 12px;
	color: #999999;
	line-height: 40px;
}
.news_list .fr .txt .iconfont {
	margin-right: 10px;
}
.news_list .fr .txt p {
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	margin-top: 10px;
}
.news_list .fr .txt .more {
	display: block;
	width: 100%;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	background: #11182a;
	position: absolute;
	bottom: 0;
}
.news_list ul li {
	height: 141px;
	padding: 29px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.news_list ul li .date {
	width: 88px;
	height: 88px;
	border: 1px solid #dcdcdc;
	float: left;
	text-align: center;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .date p {
	font-size: 35px;
	font-weight: bold;
	color: #666666;
	font-family: arial;
	padding-top: 10px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .date span {
	font-size: 12px;
	color: rgba(102, 102, 102, 0.8);
	font-family: arial;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .txt {
	width: 820px;
	float: right;
}
.news_list ul li .txt .name {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .txt .name:hover {
	color: #78b414;
}
.news_list ul li .txt .more {
	display: block;
	float: right;
	text-align: center;
	width: 64px;
	height: 16px;
	border: 1px solid #dcdcdc;
	font-size: 12px;
	color: #888888;
	line-height: 16px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .txt .more:hover {
	background: #78b414;
	color: #FFFFFF;
	border-color: #78b414;
}
.news_list ul li .txt p {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
}
.news_list ul li:hover .date {
	background: #78b414;
	border-color: #78b414;
}
.news_list ul li:hover .date p {
	color: #FFFFFF;
}
.news_list ul li:hover .date span {
	color: rgba(255, 255, 255, 0.8);
}

/*详情页*/

.detail .view {
	padding: 30px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.detail .view h1 {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
}
.detail .photo {
	width: 100%;
	margin: 20px 0;
	line-height: 0;
	text-align: center;
}
.detail .photo img {
	max-width: 100%;
}
.detail .view .date {
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	color: #666666;
}
.detail .view .date span {
	margin: 0 10px;
}
.detail .viewbox {
	font-size: 14px;
	line-height: 26px;
	margin-top: 30px;
}
.detail .viewbox img{
	max-width: 100%;
	padding-top: 10px;
}
.detail .pager {
	width: 100%;
	margin: 20px auto;
}
.detail .pager p {
	width: 100%;
	height: 32px;
	font-size: 12px;
	color: #777;
	overflow: hidden;
}
.detail .pager a {
	color: #777;
}
.detail .pager a:hover {
	color: #78b414;
	text-decoration: underline;
}

/*表单*/

.form {
	width: 100%;
	padding-top: 15px;
}
.form_tit {
	width: 100%;
	text-align: center;
}
.form_tit .p1 {
	font-size: 36px;
	color: #efefef;
	text-transform: uppercase;
}
.form_tit .p2 {
	font-size: 24px;
	color: #333333;
	background: url(../images/online.png) no-repeat center center;
	height: 68px;
	line-height: 68px;
}
.form_tit .p3 {
	width: 800px;
	height: 43px;
	line-height: 43px;
	background: #efefef;
	margin: 0 auto;
	font-size: 12px;
	color: #9c9c9c;
}
#ocheck {
	width: 830px;
	margin: 50px auto 0;
}
#ocheck td span {
	font-size: 16px;
	color: #333333;
	margin: 0 15px;
	float: left;
	line-height: 46px;
}
#ocheck table {
	width: 100%;
}
#ocheck td {
	width: 50%;
	padding-bottom: 25px;
	position: relative;
}
#ocheck td input {
	height: 46px;
	text-indent: 25px;
	font-size: 16px;
	line-height: 46px;
	border-radius: 5px;
	background: none;
	outline: none;
	border: 1px solid #cccccc;
	width: 264px;
}
#ocheck .new input {
	width: 674px;
}
#ocheck textarea {
	resize: none;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 670px;
	padding: 5px;
	outline: none;
	background: none;
	height: 153px;
}
#ocheck td div {
	width: 264px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#ocheck td div.inred {
	color: red;
}
#ocheck td div.ingreen {
	color: green;
}
#ocheck td .s1 {
	color: red;
	float: right;
	margin: 0;
}
.form ul {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.form ul li {
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin: 0 15px;
}
.form ul li input {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	color: #FFFFFF;
}
.form ul li .oCheckSbumit {
	background: #009688;
}
.form ul li .reset {
	background: #FF5722;
}

/* all */

::-webkit-input-placeholder {
	color: #dedede;
}
::-moz-placeholder {
	color: #dedede;
}

/* firefox 19+ */

:-ms-input-placeholder {
	color: #dedede;
}

/* ie */

input:-moz-placeholder {
	color: #dedede;
}

/* individual: webkit */

#ocheck td input::-webkit-input-placeholder {
	color: #dedede;
}
#ocheck td input::-webkit-input-placeholder {
	color: #dedede;
}
#ocheck td input::-webkit-input-placeholder {
	color: #dedede;
}

/* individual: mozilla */

#ocheck td input::-moz-placeholder {
	color: #dedede;
}
#ocheck td input::-moz-placeholder {
	color: #dedede;
}
#ocheck td input::-moz-placeholder {
	color: #dedede;
}

/*悬浮*/

.float {
	width: 200px;
	position: fixed;
	right: -150px;
	transition: all 0.5s;
	top: 20%;
	z-index: 100;
}
.float ul li {
	position: relative;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	background: #ff9000;
	border-radius: 5px;
	margin-bottom: 3px;
	cursor: pointer;
}
.float ul li span {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.float ul li .iconfont {
	color: #FFFFFF;
	font-size: 30px;
}
.float ul li .icon-huidingbu {
	font-size: 20px !important;
}
.float ul li p {
	font-size: 18px;
	color: #FFFFFF;
}
.float ul li .wx {
	width: 90px;
	height: 0px;
	margin-left: 60px;
	overflow: hidden;
	padding-bottom: 0;
	transition: all 0.5s;
}
.float:hover {
	right: 0;
}
.float:hover .wx {
	height: 90px;
	padding-bottom: 10px;
}