/*清除并统一浏览器默认样式*/
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;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/*通用样式设置*/

/*@font-face{
    font-family:Average-Regular;
    src:url('/wp-content/themes/zhongtai/fonts/Average-Regular.ttf');
}
@font-face{
    font-family:FjallaOne-Regular;
    src:url('/wp-content/themes/zhongtai/fonts/FjallaOne-Regular.ttf');
}*/
* {
	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-weight: 500;
	font-style: normal;
	/*list-style: none;*/
	font-family: 'Poppins', 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: 360px;
	overflow-x: hidden;
}
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;
}
/*清除浮动*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.box {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}
.overflow {
	overflow: hidden;
}
.wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}
/*inner_banner*/
.inner_banner {
	width: 100%;
}
.inner_banner img {
	width: 100%;
}
/*面包屑导航*/
.breadnav {
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	background-color: #f5f5f5;
	/*margin-top: -4px;*/
}
.breadnav_box {
	/*display: flex;
	display: -webkit-flex;
	align-items: center;*/
}
.breadnav a span {
	color: #333;
	text-transform: capitalize;
	margin: 0 5px;
}
.breadnav a span:hover {
	color: #ed421c;
}
.breadnav span {
	color: #333;
	/*margin-left: 5px;*/
}
.breadnav span:first-child  {
	/*margin-left: 0;*/
}
/*弹性布局*/
.flex_row {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.flex_row_start {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.flex_start_row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
/*分页器*/
.page-splitter {
	text-align: center;
	margin-top: 10px;
}
.page-splitter a {
	display: inline-block;
}
.page-splitter p {
	color: #666;
	border: 1px solid #e3e4e4;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
}
.page-splitter p:hover {
	color: #fff;
	background-color: #ed421c;
}
.page-splitter p span.iconfont {
	font-size: 12px;
	transition: all 0s;
	color: #999;
}
.page-splitter p:hover span.iconfont {
	color: #fff;
}
@media all and (max-width: 450px) {
	.page-splitter {
		margin-top: 25px;
	}
	.page-splitter p {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

/*上一页和下一页*/

.prev_next {
	/*text-align: center;*/
	margin-top: 50px;
}
.prev_next {
	text-transform: capitalize;
}
.prev_next a {
	color: #c5c4c6;
	transition: all 0s;
}
.prev_next p:hover a {
	color: #666263;
}
.prev_next p:hover .btn_tt {
	border-color: #666263;
}
.prev_btn {
	width: 49%;
	/*text-align: right;*/
}
.prev_btn span:first-child {
	width: 90%;
	text-align: right;
	padding-right: 5%;
}
.prev_btn span:last-child {
	width: 10%;
	text-align: center;
	border: 1px solid #c5c4c6;
	height: 36px;
	line-height: 36px;
}
.next_btn {
	width: 49%;
	/*text-align: right;*/
}
.next_btn span:first-child {
	width: 10%;
	
	text-align: center;
	border: 1px solid #c5c4c6;
	height: 36px;
	line-height: 36px;
}
.next_btn span:last-child {
	width: 90%;
	text-align: left;
	padding-left: 5%;
}

@media all and (max-width: 1023px) {
	.prev_next p {
		width: 100%;
	}
	.prev_btn {
		margin-bottom: 1%;
	}
	.prev_btn a {
		flex-direction: row-reverse;
	}
	.prev_btn a span:first-child {
		text-align: left;
		padding-left: 5%;
		padding-right: 0;
	}
}
@media all and (max-width: 450px) {
	.prev_next .btn_tt {
		width: 15%!important;
	}
	.prev_next .btn_con {
		width: 85%!important;
	}
}

/*模块标题*/
/*模块*/
.section {
	padding-top: 30px;
	padding-bottom: 50px;
}
.padding_sec {
	/*padding: 5%;*/
	padding: 2% 4%;
}
.margin_sec {
	margin-bottom: 35px;
}
.cut_section {
	width: 100%;
	height: 35px;
	background-color: #f5f5f5;
}
@media all and (max-width: 1023px) {
	.section {
		padding-top: 15px;
		padding-bottom: 25px;
	}
	.margin_sec {
		margin-bottom: 15px;
	}
	.cut_section {
		height: 15px;
	}
}
/*主标题*/
h1 {
	font-size: 30px;
	color: #333;
	line-height: 1.6em;
	font-weight: 600;
}
/*副标题*/
h2 {
	font-size: 34px;
	line-height: 1.7em;
	color: #333;
	text-align: center;
	/*padding-top: 20px;*/
	padding-bottom: 50px;
	font-weight: 600;
	text-transform: uppercase;
}
h2 a {
	color: #333;
	font-weight: 600;
}
h2 a:hover {
	color: #ed421c;
}
/*小模块标题*/
h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
/*文章-产品标题*/
h4 {
	font-size: 16px;
	line-height: 1.68em;
}

/*文章详情*/
article {
	font-size: 14px;
	line-height: 25px;
	color: #999;
}
article p {
	margin-bottom: 8px;
}
article p:last-child {
	margin-bottom: 0;
}

article table {
	width: 100%;
    border: 1px solid #dcdfe1;
    border-bottom: none;
}
article table tr {
    border-bottom: 1px solid #dcdfe1;
}
article table tr td {
	text-align: center;
    border-right: 1px solid #dcdfe1;
    font-size: 14px;
    color: #8b949b;
    padding-top: 10px;
    padding-bottom: 10px;
}
article img {
	display: block;
	max-width: 100%;
}
/*内页小导航*/
.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;
}
/*更多*/
.in_more {
	display: block;
	width: 113px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #eee;
	font-size: 14px;
	color: #999;
	text-transform: capitalize;
	margin-top: 30px;
}
.in_more:hover {
	background-color: #ed421c;
	color: #fff;
}
.in_more span {
	transition: all 0s;
}



span.icon-correct {
	color: #fa8241;
	margin-right: 10px;
}

#gotop {
	width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #ed421c;
    position: fixed;
    bottom: 10%;
    left: 3%;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    color: #fff;
    opacity: 0.8;
    
}
#gotop span {
	font-size: 30px!important;
}
.leftfixapp{
	width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
	bottom: 10%;
	margin-bottom: 70px;
    left: 3%;
    z-index: 10;
    text-align: center;
	cursor: pointer;
	z-index: 1990;
 
}
.leftfixapp img{
	width: 50px;
}
.leftfixapp .iconfont{
	font-size:50px;
	color: green;
}
.leftfixapp.appwap{
	display: none;
}
#dibunav{
	display: none;
}
@media only screen and (max-width: 1023px) {
	#dibunav{
		width: 80%;
		position: fixed;
		display: block;
		bottom: 0%;
		left: 50%;
		transform: translate(-50%,-50%);
		display: flex;
    	justify-content: center;
    	background: #ed421c;
    	border-radius: 100px;
    	z-index: 99;
    	box-shadow: 0px 26px 25px -29px #000;
	}
	.leftfixapp.appwap{
		display: block;
	}
	.leftfixapp.appc{
		display: none;
	}
}
#dibunav .dibunav-con{
	width: 95%;
	display: -webkit-flex;
	display: flex;
}
#dibunav .dibunav-con li{
	text-align: center;
	float: left;
	width: 25%;
	padding: 16px 0px;
}
#dibunav .dibunav-con li{
	border-left: 1px solid #fff;
}
#dibunav .dibunav-con li:nth-child(1){
	border-left: none;
}
#dibunav .dibunav-con li a{
	color: #fff;
	text-align: center;
}
#dibunav .dibunav-con li .lh-iconfont{
	font-size: 24px;
}
#dibunav .dibunav-con li a img{
	/*width: 100%;*/
	display: inline-block;
	margin: 0 auto;
}
@media only screen and (max-width: 450px) {
	#dibunav{
		width: 95%;
		height: 63px;
	}
	#dibunav .dibunav-con li a img{
		width: 25px;
	}
	#dibunav .dibunav-con li{
		    padding: 8px 0px 10px 0;
	}
}
@media only screen and (max-width: 320px) {
	#dibunav{
		width: 100%;
		bottom: -3%;
	}
	#dibunav .dibunav-con li a img{
		width: 20px;
	}
}
/*首页标题*/
.in_h2 {
	padding-top: 70px;
	color: #333;
	text-transform: uppercase;
	text-align: left;
	font-size: 34px;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	padding-bottom: 23px;
	position: relative;
	margin-bottom: 50px;
}
.in_h2:after {
	position: absolute;
	content: "";
	width: 110px;
	height: 3px;
	background: #ed421c;
	left: 0;
	bottom: 0;
}
.in_h2 a {
	color: #333;
	font-weight: 600;
}
.in_h2 a:hover {
	color: #ed421c;
}

.in_h3 {
	color: #333;
	font-size: 18px;
	line-height: 1.4em;
	position: relative;
	text-transform: capitalize;
	padding-left: 20px;
	margin-bottom: 30px;
}
.in_h3:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 18px;
	background-color: #ed421c;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

@media all and (max-width: 1023px) {	#gotop{display: none !important;}
.leftfixapp{
	
	bottom: 135px;
	margin-bottom:0px;
}
#xhl-wrapper .xhl-launch-button-bottom{
	bottom: 135px !important;
}
	.in_h2 {
		padding-top: 40px;
		margin-bottom: 25px;
		font-size: 24px;
	}
	.in_h3 {
		margin-bottom: 20px;
	}
	h2 {
		font-size: 24px;
		padding-bottom: 20px;
	}
	h1 {
		font-size: 20px;
	}
}

@media all and (max-width: 450px) {
	.in_h2 {
		padding-top: 40px;
		margin-bottom: 25px;
		font-size: 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);
	
	}
}
*/
