﻿@charset "utf-8";

/* CSS Document */


/*重置默认样式*/

* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: Microsoft YaHei, "微软雅黑", SimSun, "宋体";
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: none;
	display: block;
	width: 100%;
}

a {
	text-decoration: none;
	color: #000;
}

input,
button,
select,
textarea {
	outline: none;
	border: 0;
	font-family: Microsoft YaHei, "微软雅黑", SimSun, "宋体";
}


/*通用类*/


/*@font-face {
  font-family: 'iconfont';
  src: url('http://at.alicdn.com/t/font_shcc19rjso4xi529.eot');
  src: url('http://at.alicdn.com/t/font_shcc19rjso4xi529.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_shcc19rjso4xi529.woff') format('woff'),
  url('http://at.alicdn.com/t/font_shcc19rjso4xi529.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_shcc19rjso4xi529.svg#iconfont') format('svg');
}*/

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	margin-top: -3px\9;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscaleFont type;
}

img.lazy {
	background: url(../images/loading.gif) no-repeat center;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
}

.ie7_hints {
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #ffffdc;
	color: #b78e66;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.borderRadius3 {
	border-radius: 3px;
}

.mauto {
	margin-left: auto;
	margin-right: auto;
}

.w1200 {
	width: 1200px;
}


/*显示布局类*/

.imgBox {
	overflow: hidden;
}

.imgBox img {
	width: 100%;
	height: auto;
	display: block;
}

.thide {
	overflow: hidden;
	/*超出的部分隐藏起来。*/
	white-space: nowrap;
	/*不显示的地方用省略号...代替*/
	text-overflow: ellipsis;
	/* 支持 IE */
}

.thides {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.thides2 {
	-webkit-line-clamp: 2;
}

.thides3 {
	-webkit-line-clamp: 3;
}

.abl {
	position: absolute;
	left: 50%;
	top: 0;
}

.abt {
	position: absolute;
	left: 0;
	top: 50%;
}


/*触发类效果*/

.hoverBoxshaows {}

.hoverBoxshaows:hover {
	z-index: 20;
	-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	/* transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0); */
}

.ease-1 {
	-webkit-transition: all 0.1s ease-out;
	-khtml-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.ease-3 {
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.inputBox input[type='text']:focus,
.inputBox textarea:focus,
.inputBox input[type='password']:focus,
.inputBox input[type='email']:focus,
.inputBox input[type='number']:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.btn_orange {
	border: 1px #FF9800 solid;
	color: #fff;
	background-color: #FF9800;
}

.btn_orange:hover {
	background-color: #ca8c32;
	color: #fff;
}

.btn_orange:active {
	background-color: #ca8c32;
	color: #fff;
}

.btn_blue {
	border: 1px #ff9800 solid;
	color: #fff;
	background-color: #ff9800;
}

.btn_blue:hover {
	background-color: #ca8c32;
	color: #fff;
}

.btn_blue:active {
	background-color: #ca8c32;
	color: #fff;
}


/*面包屑导航*/

.Breadcrumb {
	padding: 10px 0 10px 5px;
	line-height: 30px;
}

.Breadcrumb ul li {
	display: inline-block;
	vertical-align: middle;
}

/* .Breadcrumb ul li+li:before {
	content: '/';
	padding: 0 5px;
	color: #ccc;
	font-size: 14px;
} */

.Breadcrumb ul li i.iconfont {
	vertical-align: middle;
	color: #888;
	margin-right: 8px;
	float: left;
	font-size: 18px;
}

.Breadcrumb ul li em {
	font-size: 14px;
	color: #888;
}

.Breadcrumb ul li>a {
	color: #ff9800;
	font-size: 14px;
	transition: all .2s ease;
}

.Breadcrumb ul li.active>a {
	color: #888;
}

.Breadcrumb ul li>a:hover {
	color: #ca8c32;
}

.Breadcrumb ul li.active>a:hover {
	color: #888;
}


/*翻页*/

.pagination {
	text-align: center;
	margin: 50px 0;
}

.pagination a {
	display: inline-block;
	color: #df6c10;
	font-size: 16px;
	transition: all .2s ease;
	width: 40px;
	line-height: 40px;
	margin: 0 5px;
}

.pagination a:hover {
	color: #fff;
	background: #df6c10;
}

.pagination .pagination-current {
	background: none;
	color: #df6c10;
	border: 1px solid #DBDBDB;
	width: 38px;
	height: 38px;
}

.pagination .pagination-next,
.pagination .pagination-prev {
	padding: 0 15px;
	width: auto;
}

.text_box {
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

.text_box img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.pagination span {
	background: #df6c10;
	color: #fff;
	border: 1px solid #DBDBDB;
	width: 38px;
	height: 38px;
	display: inline-block;
	line-height: 38px;
}

.pagination a {
	border: 1px solid #DBDBDB;
	color: #666;
}

.pagination a.a1 {
	padding: 0 15px;
	width: auto;
}

.page {}

.page ul {
	clear: both;
	overflow: hidden;
	display: table;
	margin: 50px auto;
}

.page ul li {
	float: left;
	text-align: center;
	margin: 0 5px;
}

.page ul li a {
	display: block;
	font-size: 16px;
	transition: all .2s ease;
	line-height: 38px;
	border: 1px solid #DBDBDB;
	color: #666;
	width: 38px;
}

.page ul li a:hover {
	background: #df6c10;
	color: #fff;
	border: 1px solid #DBDBDB;
}

.page ul li.a1 a {
	padding: 0 15px;
	width: auto;
}

.page ul li span {
	background: #df6c10;
	color: #fff;
	border: 1px solid #df6c10;
	width: 38px;
	height: 38px;
	display: inline-block;
	line-height: 38px;
}