@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;
}

/*头部*/

.top {
	width: 100%;
	height: 30px;
	background: #848484;
}
.top .cont {
	width: 1002px;
	margin: 0 auto;
}
.top .cont:after {
	display: block;
	content: '';
	clear: both;
}
.top span {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}
.top ul {
	float: right;
}
.top ul li {
	display: inline-block;
	font-size: 12px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
}
.top ul li a {
	color: #FFFFFF;
}
.header {
	width: 1002px;
	margin: 0 auto;
	padding: 35px 0;
}
.header:after {
	display: block;
	content: '';
	clear: both;
}
.header .logo {
	float: left;
}
.header .tel {
	float: right;
	text-align: center;
}
.header .tel span {
	font-size: 14px;
	color: #6a6a6a;
}
.header .tel p {
	font-size: 28px;
	color: #feac3c;
	line-height: 40px;
}
.header .tel p .iconfont {
	font-size: 28px;
}
.nav {
	width: 100%;
	height: 55px;
	background: #0066FF;
}
.nav ul {
	width: 1002px;
	margin: 0 auto;
}
.nav ul li {
	width: 142px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.nav ul li a {
	font-size: 16px;
	color: #FFFFFF;
}
.nav ul li:hover,.nav ul li.on {
	background: #0c0c0c;
}
.search {
	width: 100%;
	height: 39px;
	background: #3f4a55;
}
.search .cont {
	width: 1002px;
	margin: 0 auto;
}
.search .cont:after {
	display: block;
	content: '';
	clear: both;
}
.search p {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	line-height: 39px;
	height: 39px;
}
.search p span {
	margin: 0 10px;
}
.search .ss {
	width: 202px;
	height: 23px;
	background: #FFFFFF;
	font-size: 0;
	float: right;
	margin-top: 8px;
}
.search .ss input {
	width: 159px;
	height: 23px;
	border: none;
	background: none;
	outline: none;
	font-size: 14px;
	text-indent: 10px;
	vertical-align: top;
}
.search .ss button {
	width: 43px;
	height: 23px;
	outline: none;
	border: none;
	background: #ff6600;
	cursor: pointer;
}
.search .ss .iconfont {
	color: #FFFFFF;
}

/*banner*/

.banner {
	position: relative;
	width: 100%;
	height: 600px;
}
.banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
	width: 100% !important;
	height: 600px !important;
}
.banner .bd ul li {
	width: 100% !important;
	text-align: center;
}
.banner .bd ul li a {
	display: block;
	height: 600px;
	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: #0c0c0c;
	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: #0066FF;
}

/*案例*/

.case {
	width: 100%;
	background: url(../images/case.jpg) repeat-y center top;
	padding: 42px 0 112px 0;
}
.case .cont {
	width: 1002px;
	margin: 0 auto;
}
.case .cont:after {
	display: block;
	content: '';
	clear: both;
}
.case .title {
	text-align: center;
}
.case .title p {
	font-size: 30px;
	color: #333333;
}
.case .title span {
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
	text-transform: uppercase;
}
.case .title hr {
	width: 58px;
	height: 5px;
	background: #0066FF;
	border: none;
	margin: 20px auto 0;
}
.case .hd {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	position: relative;
}
.case .hd ul li {
	display: inline-block;
	margin: 0 30px;
}
.case .hd ul li a {
	font-size: 16px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #000000;
}
.case .hd ul li:after {
	display: block;
	content: "";
	width: 58px;
	height: 2px;
	background: #fca028;
	margin: 13px auto 0;
	opacity: 0;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.case .hd ul li:hover a {
	color: #fca028;
}
.case .hd ul li:hover:after {
	opacity: 1;
}
.case .hd .more {
	position: absolute;
	right: 0;
	top: 0;
}
.case .hd .more .iconfont {
	font-size: 16px;
	color: #fca028;
}
.case .bd ul {
	margin: 30px -6px 0;
}
.case .bd ul:after {
	display: block;
	content: '';
	clear: both;
}
.case .bd ul li {
	width: 325px;
	height: 220px;
	position: relative;
	float: left;
	margin: 9px 6px;
}
.case .bd ul li .photo {
	display: block;
	width: 100%;
	height: 220px;
}
.case .bd ul li .photo img {
	width: 100%;
	height: 100%;
}
.case .bd ul li p {
	width: 100%;
	position: absolute;
	height: 42px;
	line-height: 42px;
	text-indent: 62px;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	bottom: 0;
}
.case .bd ul li p a {
	font-size: 14px;
	color: #FFFFFF;
}

/*产品*/

.pro {
	width: 100%;
	height: 486px;
	background: url(../images/pro.jpg) no-repeat center center;
}
.pro .cont {
	width: 1002px;
	margin: 0 auto;
	padding-top: 15px;
}
.pro .cont:after {
	display: block;
	content: '';
	clear: both;
}
.pro .title {
	text-align: center;
	margin-bottom: 40px;
}
.pro .title p {
	font-size: 30px;
	color: #FFFFFF;
}
.pro .title span {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: uppercase;
}
.pro .title hr {
	width: 58px;
	height: 5px;
	background: #0066FF;
	border: none;
	margin: 20px auto 0;
}
.pro ul {
	margin: 0 -5px;
}
.pro ul li {
	width: 191px;
	height: 264px;
	background: #9b9b9b;
	float: left;
	margin: 0 5px;
}
.pro ul li .photo {
	width: 100%;
	height: 190px;
	display: block;
	font-size: 0;
	margin-bottom: 15px;
}
.pro ul li .photo img {
	width: 100%;
	height: 100%;
}
.pro ul li .name {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 13px;
}
.pro ul li p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0 13px;
}
.pro ul li:nth-child(even) {
	margin-top: 40px;
}
.mid {
	width: 1002px;
	margin: 40px auto 0;
}
.mid:after {
	display: block;
	content: '';
	clear: both;
}
.mid .tit {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid #0066FF;
	position: relative;
	margin-bottom: 25px;
}
.mid .tit:after {
	display: block;
	content: '';
	clear: both;
}
.mid .tit ul {
	float: left;
}
.mid .tit ul li {
	width: 122px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	display: inline-block;
}
.mid .tit ul li a {
	font-size: 16px;
	color: #3b3b3b;
}
.mid .tit:after {
	display: block;
	content: "";
	width: 122px;
	height: 2px;
	background: #fca028;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.mid .tit .more {
	float: right;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 36px;
	height: 36px;
}
.mid .tit .iconfont {
	font-size: 12px;
}
.news {
	width: 630px;
	float: left;
}
.news .fr {
	height: 166px;
	padding-bottom: 33px;
	border-bottom: 1px dashed #cfcfcf;
	margin-bottom: 25px;
}
.news .fr .photo {
	width: 220px;
	height: 166px;
	float: left;
}
.news .fr .photo img {
	width: 100%;
	height: 100%;
}
.news .fr .txt {
	margin-left: 233px;
}
.news .fr .txt .name {
	font-size: 16px;
	color: #0066FF;
	line-height: 48px;
	font-weight: bold;
}
.news .fr .txt p {
	font-size: 14px;
	color: #3b3b3b;
	line-height: 20px;
	padding: 15px 0;
}
.news .fr .txt .more {
	display: block;
	border: 1px solid #0066FF;
	width: 132px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-top: 10px;
}
.news .list ul li {
	height: 30px;
	line-height: 30px;
}
.news .list ul li a {
	font-size: 14px;
	color: #3b3b3b;
}
.news .list ul li a:hover {
	color: #0066FF;
}
.news .list ul li .iconfont {
	vertical-align: middle;
	color: #666666;
	margin-right: 10px;
}
.news .list ul li span {
	float: right;
	font-size: 14px;
	color: #b2b2b2;
}
.ans {
	float: right;
	width: 350px;
}
.ans .list ul li {
	padding: 24px 0 15px 0;
	border-top: 1px dashed #cfcfcf;
}
.ans .list ul li span {
	display: block;
	width: 28px;
	height: 28px;
	border-width: 1px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	border-style: solid;
	margin-right: 15px;
}
.ans .list ul li span.s1 {
	border-color: #0066FF;
}
.ans .list ul li a {
	font-size: 16px;
	color: #0066FF;
}
.ans .list ul li p {
	font-size: 14px;
	color: #3b3b3b;
	line-height: 20px;
	margin-top: 10px;
}
.about {
	width: 100%;
	height: 486px;
	background: url(../images/about.jpg) no-repeat center center;
	margin-top: 85px;
}
.about .cont {
	width: 1002px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 23px 50px 0 41px;
}
.about .cont:after {
	display: block;
	content: '';
	clear: both;
}
.about .photo {
	width: 414px;
	height: 435px;
	float: left;
}
.about .photo img {
	width: 100%;
	height: 100%;
}
.about .txt {
	width: 467px;
	float: right;
}
.about .txt h3 {
	font-size: 24px;
	color: #0066FF;
	font-weight: bold;
	padding-top: 15px;
}
.about .txt span {
	font-size: 16px;
	color: #ababab;
	text-transform: uppercase;
	letter-spacing: 6px;
	line-height: 24px;
}
.about .txt p {
	font-size: 16px;
	color: #8f8f8f;
	line-height: 30px;
	margin-top: 75px;
}
.about .txt a {
	display: block;
	width: 112px;
	height: 29px;
	line-height: 29px;
	border: 1px solid #0066FF;
	text-align: center;
	font-size: 12px;
	color: #0066FF;
	margin-top: 60px;
}
.part {
	width: 100%;
	padding-bottom: 140px;
	background: url(../images/bg.jpg) no-repeat center bottom #f4f4f4;
	margin-top: 60px;
}
.part .cont {
	width: 1002px;
	margin: 0 auto;
	padding-top: 32px;
}
.part .cont:after {
	display: block;
	content: '';
	clear: both;
}
.part p {
	font-size: 30px;
	color: #000000;
	text-align: center;
}
.part ul {
	padding: 32px 21px 15px;
}
.part ul li {
	width: 122px;
	height: 62px;
	border: 1px solid #cccccc;
	float: left;
	margin: 8px 18px;
}
.part ul li img {
	width: 100%;
	height: 100%;
}
.link {
	width: 100%;
	height: 63px;
	background: #dbdbdb;
}
.link .cont {
	width: 1002px;
	margin: 0 auto;
	height: 63px;
	line-height: 63px;
}
.link .cont:after {
	display: block;
	content: '';
	clear: both;
}
.link span {
	font-size: 14px;
	color: #0066FF;
	font-weight: bold;
	margin: 0 25px;
}
.link a {
	font-size: 12px;
	color: #2d3236;
	margin: 0 25px;
}

/*底部*/

.footer {
	background: #2d3236;
	padding-bottom: 45px;
}
.footer .menu {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #999999;
}
.footer .menu ul li {
	display: inline-block;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	margin: 0 30px;
}
.footer .menu ul li a {
	color: #FFFFFF;
}
.footer .foot {
	width: 1002px;
	margin: 0 auto;
	padding-top: 47px;
}
.footer .foot:after {
	display: block;
	content: '';
	clear: both;
}
.footer .foot .logo {
	float: left;
}
.footer .foot .info {
	float: left;
	color: #FFFFFF;
	margin-left: 80px;
}
.footer .foot .info span {
	font-size: 16px;
	font-weight: bold;
}
.footer .foot .info p {
	font-size: 14px;
	color: #F6F6F6;
	line-height: 25px;
}
.footer .foot .ewm {
	float: right;
	width: 112px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
}
.footer .foot .ewm img {
	width: 112px;
	height: 112px;
	display: block;
}
.copy {
	height: 46px;
	line-height: 46px;
	background: #0066FF;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
.copy span {
	margin: 0 10px;
}
.paper {
	width: 1002px;
	margin: 60px auto;
	min-height: 500px;
}
.paper:after {
	display: block;
	content: "";
	clear: both;
}
.page .cont {
	margin-top: 30px;
	line-height: 26px;
}

/*侧导航*/

.side {
	width: 209px;
	border: 1px solid #000;
	float: left;
	background: url(../images/sp.jpg) no-repeat left bottom;
	padding-bottom: 94px;
}
.side .side_c .tit {
	width: 100%;
	height: 58px;
	background: #0066FF;
	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: #0066FF;
	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;
	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;
	width: 0;
	height: 0;
	border-bottom: 21px solid transparent;
	border-left: 13px solid #0066FF;
	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 #0c0c0c;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.side .side_p .tit p {
	color: rgba(180, 35, 35, 0.25);
	text-transform: uppercase;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #0c0c0c;
}
.side .side_p .tit p span {
	font-weight: bold;
	color: #0c0c0c;
	font-size: 18px;
	margin-right: 5px;
}
.side .side_p>p {
	font-size: 12px;
	color: #444444;
	line-height: 24px;
}
.side .side_p>p .iconfont {
	color: #0066FF;
	margin-right: 5px;
}
.side .side_p>p span {
	font-size: 14px;
	color: #0066FF;
	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: #0066FF;
	position: relative;
}
.navigation .s1:after {
	display: block;
	width: 45px;
	height: 4px;
	background: #0066FF;
	content: '';
	position: absolute;
	bottom: -7px;
}
.navigation p {
	float: right;
	font-size: 12px;
	color: #999999;
}
.navigation p a {
	color: #999999;
}
.navigation p span {
	color: #0066FF;
}
.product, .page, .news_list, .detail {
	width: 743px;
	float: right;
}

/*产品列表*/

.product ul {
	margin: 0 -20px;
}
.product ul li {
	width: 241px;
	height: 279px;
	float: left;
	margin: 31px 8px;
	text-align: left;
}

.product ul li .photo {
	display: block;
	width: 241px;
	height: 148px;
	font-size: 0;
	margin-bottom: 10px;
}
.product ul li .photo img {
	width: 100%;
	height: 100%;
}
.product ul li .name {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	padding: 3px 10px;
}
.product ul li .name:hover {
	color: #0066FF;
}
.product ul li .txt {
	font-size: 12px;
	color: #555555;
	line-height: 24px;
	height: 48px;
	text-indent: 2em;
	text-align: left;
}
.product ul li .more {
    padding: 3px 20px;
	height: 25px;
	line-height: 25px;
    background: #cccccc;
}
.product ul li .more a {
	font-size: 14px;
	color: #ffffff;
}
.product ul li .more a:hover {
	color: #0066FF;
}

/*新闻列表*/

.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: #0066FF;
}
.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: #0066FF;
	position: absolute;
	bottom: 0;
}
.news_list ul li {
	height: 67px;
	padding: 19px 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: 736px;
	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: #0066FF;
}
.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: #0066FF;
	color: #FFFFFF;
	border-color: #0066FF;
}
.news_list ul li .txt p {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
}
.news_list ul li:hover .date {
	background: #0066FF;
	border-color: #0066FF;
}
.news_list ul li:hover .date p {
	color: #FFFFFF;
}
.news_list ul li:hover .date span {
	color: rgba(255, 255, 255, 0.8);
}

/*翻页*/

.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: #0066FF;
	border-color: #0066FF;
	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: 24px;
	color: #888888;
}

/*详情页*/

.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: 31px;
	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;
	text-indent: 2em;
	margin-top: 30px;
}
.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: #0066FF;
	text-decoration: underline;
}

/*表单*/

.form {
	width: 100%;
	padding-top: 55px;
}
.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;
	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;
}
.layui-form {
	width: 830px;
	margin: 50px auto 0;
}
.layui-form td span {
	font-size: 16px;
	color: #333333;
	margin: 0 15px;
	float: left;
	line-height: 46px;
}
.layui-form table {
	width: 100%;
}
.layui-form td {
	width: 50%;
	padding-bottom: 25px;
	position: relative;
}
.layui-form 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;
}
.layui-form .new input {
	width: 674px;
}
.layui-form td .s1 {
	color: red;
	float: right;
	margin-right: 10px;
}
.layui-form textarea {
	resize: none;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 670px;
	padding: 5px;
	outline: none;
	background: none;
	height: 153px;
}
.form ul {
	width: 100%;
	text-align: center;
}
.form ul li {
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin: 0 15px;
}
.form ul li input {
	width: 100%;
	height: 100%;
}

/* 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 */

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

/* individual: mozilla */

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

/*地图*/

.map {
	width: 100%;
	height: 400px;
	margin-top: 30px;
}
.BMap_bubble_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
}
.BMap_bubble_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

/*悬浮*/

/*.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: #0066FF;
	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;
}*/


.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: #0066ff;
	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;
}
