/*清除并统一浏览器默认样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height: 1.4em;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/*通用样式设置*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	-o-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	-ms-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	-moz-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	font-style: normal;
	/*list-style: none;*/
	/*font-family: 'Muli', sans-serif;*/
	/*-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;*/
}

a {
	text-decoration: none;
}
img {
    border: none;
}
body {
	position: relative;
	min-height: 100%;
	font-size: 14px;
	color: #666;
	min-width: 320px;
	overflow-x: hidden;
	background: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #999; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #999; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #999; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #999; 
}
textarea {
	resize: none;
}
/*详情页图片*/
img.alignleft {
  float: left;
  margin: 6px 15px 10px 0;
  clear: both;
}

img.alignright {
  float: right;
  margin: 6px 0 28px 28px;
  clear: both;
}

img.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
  clear: both;
}
/*清除浮动*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
/*.box {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}*/
.wrap {
  margin: 0 auto;
  width: 1200px;
}
.content {
	background: #f0f0f0;
	padding: 20px 0;
}

/*@media all and (max-width: 1440px) {
	.wrap {
		max-width: 1000px;
	}
}*/

/*inner_banner*/
.inner_banner {
	width: 100%;
	position: relative;
}
.inner_banner img {
	display: block;
	width: 100%;
}
.inner_banner_text_con {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.inner_banner_title {
	display: inline-block;
	background: rgba(0,0,0,.29);
	padding: 20px 28px;
	color: #fff;
	border-bottom: 1px solid #e7312e;
}
.inner_banner_title h2 {
	font-size: 28px;
	font-weight: 600;
}
.inner_banner_title p {
	font-size: 12px;
	margin-top: 8px;
	text-transform: capitalize;
}
/*面包屑导航*/
.breadnav {
	font-size: 14px;
}
.breadnav_box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.breadnav a {
	color: #a0a0a0;
	text-transform: capitalize;
}
.breadnav i {
	color: #a0a0a0;
	margin: 0 5px;
}
.breadnav span {
	color: #a0a0a0;
	margin: 0 5px;
}
.breadnav i:first-child {
	margin-left: 0;
}
.breadnav a:hover {
	color: #e3322a;
}
/*@media all and (max-width: 1440px) {
	.breadnav {
		font-size: 14px;
	}
}
@media all and (max-width: 768px) {
	.breadnav span,.breadnav span.iconfont {
		font-size: 12px;
	}
	.breadnav_box>a:last-child {
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
}*/

/*iframe 视频样式 - 设置宽高*/
/*.pc-slide-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}
.pc-slide-video iframe,
.pc-slide-video object,
.pc-slide-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
/*弹性布局*/
.flex_row {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.flex_row_top {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
/*分页器*/
.page-splitter {
	text-align: center;
	margin-top: 50px;
}
.page-splitter a {
	color: #333;
	border: 1px solid #e3e4e4;
	text-align: center;
	margin: 0 5px;
	display: inline-block;
	padding: 5px 10px;
}
.page-splitter a:hover {
	color: #fff;
	background-color: #e3322a;
}
.page-splitter a.page-splitter-avtive {
	color: #fff;
	background-color: #e3322a;
}
.page-splitter input {
	outline: none;
	width: 50px;
	border: 1px solid #e3e4e4;
	height: 28px;
	line-height: 28px;
	/*padding: 0 10px;*/
	text-align: center;
	padding: 0 5px;
	color: #333;
}
/*模块标题*/

/*主标题*/
h1 {
	
}

/*副标题*/
h2 {
	
}

/*小模块标题*/
h3 {
	line-height: 1.5em;
}

/*文章-产品标题*/
h4 {
	line-height: 1.5em;
}
/*溢出隐藏*/
.single_ellipsis {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.multi_ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*阴影效果
-webkit-box-shadow:inset 0 0 10px #0CC;
-moz-box-shadow:inset 0 0 10px #0CC;
box-shadow:inset 0 0 10px #0CC;*/


/*详情页表格样式*/
/*article {
	color: #636363;
	line-height: 25px;
}
article p {
	margin-bottom: 30px;
	text-indent: 2em;
}*/
/*.tableDiv {overflow: auto;}
.tableDiv::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}
.tableDiv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.tableDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}
article .tableDiv {
	overflow: auto;
}

article table {
	border: 1px solid #dcdfe1;
	border-bottom: none;
  	width: 100%;
}
article table thead,
article table tbody {

}
article table tr {
    background-color: #fff;
	border-bottom: 1px solid #dcdfe1;

}
article table tr:nth-child(2n+1) {
	background-color: #f8f8f8;
}
article table tr th {
	font-size: 16px;
	color: #8b949b;
	padding-top: 10px;
	padding-bottom: 10px;    
	font-weight: 600;
}
article table tr td {
	border-right: 1px solid #dcdfe1;
	font-size: 14px;
	color: #8b949b;
	padding: 8px 10px;
}
article table tr td p {
	padding-bottom: 0;
}
article table tr td:last-child {
	border-right: none;
}*/

/*内页小导航*/
/*.innerNav {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	height: 70px;
	line-height: 70px;
}
.innerNav a {
	color: #111111;
	font-size: 18px;
	border-bottom: 2px solid #fff;
	padding: 0 10px;
}
.innerNav a:hover {
	color: #fa8241;
	border-bottom: 2px solid #fa8241;
}*/

/*分割线*/
.cut {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #fa8241;
	margin-top: 10px;
	margin-bottom: 25px;
}
/*更多*/
.more_btn {
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #c6c6c6;
	color: #c6c6c6;
}
.more_btn:hover {
	border-color: #e4332d;
	color: #e4332d;
}

/*返回顶部*/

#gotop {
	width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #000;
    position: fixed;
    bottom: 10%;
    left: 3%;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    color: #fff;
    
}
#gotop span {
	font-size: 30px!important;
}


/*模块-间距*/

.section100 {
	padding: 100px 0;
}
.section80 {
	padding: 80px 0;
}
.section60 {
	padding: 60px 0;
}
.section50 {
	padding: 50px 0;
}



/*margin_top*/
.margin_top100 {
	margin-top: 100px;
}
.margin_top80 {
	margin-top: 80px;
}
.margin_top60 {
	margin-top: 60px;
}
.margin_top50 {
	margin-top: 50px;
}
.margin_top40 {
	margin-top: 40px;
}
.margin_top30 {
	margin-top: 30px;
}
.margin_top20 {
	margin-top: 20px;
}



/*margin_bot*/
.margin_bot100 {
	margin-bottom: 100px;
}
.margin_bot80 {
	margin-bottom: 80px;
}
.margin_bot60 {
	margin-bottom: 60px;
}
.margin_bot50 {
	margin-bottom: 50px;
}
.margin_bot40 {
	margin-bottom: 40px;
}
.margin_bot30 {
	margin-bottom: 30px;
}
.margin_bot20 {
	margin-bottom: 20px;
}


/*padding_top*/
.padding_top100 {
	padding-top: 100px;
}
.padding_top80 {
	padding-top: 80px;
}
.padding_top60 {
	padding-top: 60px;
}
.padding_top50 {
	padding-top: 50px;
}
.padding_top40 {
	padding-top: 40px;
}
.padding_top30 {
	padding-top: 30px;
}
.padding_top20 {
	padding-top: 20px;
}

/*padding_bot*/
.padding_bot100 {
	padding-bottom: 100px;
}
.padding_bot80 {
	padding-bottom: 80px;
}
.padding_bot60 {
	padding-bottom: 60px;
}
.padding_bot50 {
	padding-bottom: 50px;
}
.padding_bot40 {
	padding-bottom: 40px;
}
.padding_bot30 {
	padding-bottom: 30px;
}
.padding_bot20 {
	padding-bottom: 20px;
}


/*css3动画*/
/*@keyframes mycolor{
	0%{
		transform: rotate(90deg);
	}
	30%{
		transform: rotate(90deg);
		
	}
	60%{
		transform: rotate(270deg);
		
	}
	100%{
		transform: rotate(360deg);
	
	}
}
@-webkit-keyframes mycolor{
	0%{
		transform: rotate(90deg);
	}
	30%{
		transform: rotate(90deg);
		
	}
	60%{
		transform: rotate(270deg);
		
	}
	100%{
		transform: rotate(360deg);
	
	}
}
@-moz-keyframes mycolor{
	0%{
		transform: rotate(90deg);
	}
	30%{
		transform: rotate(90deg);
		
	}
	60%{
		transform: rotate(270deg);
		
	}
	100%{
		transform: rotate(360deg);
	
	}
}
@-o-keyframes mycolor{
	0%{
		transform: rotate(90deg);
	}
	30%{
		transform: rotate(90deg);
		
	}
	60%{
		transform: rotate(270deg);
		
	}
	100%{
		transform: rotate(360deg);
	
	}
}
@-ms-keyframes mycolor{
	0%{
		transform: rotate(90deg);
	}
	30%{
		transform: rotate(90deg);
		
	}
	60%{
		transform: rotate(270deg);
		
	}
	100%{
		transform: rotate(360deg);
	
	}
}
*/
