﻿@media only screen and (min-width:900px) {
	.hmFocus {
		width: 1100px;
		height: 420px;
		overflow: hidden;
	    margin-top:3px;
	}

	.hmFocus .swiper-pagination {
		bottom: 10px;
		left: 0;
		width: 100%
	}

	.hmFocus .swiper-pagination-bullet {
		opacity: .5;
		background: #040404;
		margin: 0 6px!important;
		border: 1px solid #fff;
		width: 35px;
		height: 11px;
		display: inline-block;
		background: #000;
		opacity: .7
	}

	.hmFocus .swiper-pagination-bullet-active {
		background: #d8643f;
		border: 1px solid #fff
	}

	.autoImg a img {
		width: 1100px;
		height: 420px;
		display: block
	}
}

@media only screen and (max-width:900px) {
	.hmFocus {
		width: 100%;margin-top:1px;
	}

	.swiper-container {
		width:100%;
	}

	.hmFocus .swiper-pagination {
		bottom: 0;
		left: 0;
		width: 100%
	}

	.hmFocus .swiper-pagination-bullet {
		opacity: .5;
		background: #040404;
		margin: 0 3px!important;
		border: 1px solid #fff;
		width: 15px;
		height: 3px;
		display: inline-block;
		background: #000;
		opacity: .2
	}

	.hmFocus .swiper-pagination-bullet-active {
		background: #d8643f;
		border: 1px solid #fff;
		height: 4px
	}

	.swiper-slide {
		width: 100%
	}

	.swiper-slide a {
		width: 100%;
		display: block
	}

	.autoImg a img {
		width: 100%;
		height: auto;
		display: block
	}
}

.swiper-slide,.swiper-wrapper {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	width: 100%
}

.swiper-pagination,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0)
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-slide,.swiper-wrapper {
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-bullet {
	display: inline-block;
	background: #000;
	opacity: .2
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}


@charset "utf-8";
html {
-webkit-text-size-adjust: none;
}
*{
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

body {
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
	font-size: 17px;
	letter-spacing: 0.8px;
	letter-spacing:1px;

	}
@media only screen and (min-width: 900px) {
body{background:#d8d8d8 url(../images/bga.png) no-repeat;background-size:100% auto;background-position:0 0;}

}
a {
	color: #3f3f3f;
	font-size: 17px;
	text-decoration: none;

}
a:hover {
	color: #f37800;
}
::selection{background:#f37800;color:#fff;}

@media only screen and (min-width: 900px) {
/*顶部*/
#middle{width:1100px;margin: 40px auto;margin-bottom:15px;padding:45px 60px 45px 60px;overflow:hidden;background:#fff;border-top:5px solid #99100d;}
#header-web {
	width:100%;overflow:hidden;
}
.logo {
	width: 420px;
float:left;overflow:hidden;margin-left:25px;

}
.logo img {
	width:100%;
	display:block;
}
/*搜索*/
.search {
	width:280px;background:#23456b;padding:2px;overflow:hidden;border-radius:3px;margin-top:17px;margin-right:20px;
float:right
}
.search .text {
	width: 210px;
	height: 35px;
	font-size: 16px;
	border:none;
	text-indent: 15px;
	color: #000;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
	outline: none;
	border-radius:2px;
	float:left;
	
}
.search .btd{width:60px;height:35px;border:0px;float:left;font-size:20px;background:none;text-align:center;color:#fff;cursor: pointer;outline: none;margin-left:5px;font-size:16px;}
cite{color:#f37800;font-style:normal;}
.searchtitle {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #150707;
	margin-bottom: 30px;
	height:70px;
	line-height:72px;
	text-indent:50px;background:#fff;
}
/*菜单*/
#header-nav {
	height: 45px;
	background:#23456b;width:100%;border-radius:3px;margin-top:25px;float:left;
}
#header-nav  li {
	float: left;
	position: relative;width:12.5%;
}
#header-nav  li a {
width:100%;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 45px;

	
}
.current-menu-item {
	background:#c00f0b;
	color: #fff;
}

#header-nav li a:hover{background:#c00f0b;}
#header-nav li:hover > ul {
top: 50px;
	left: 0px;
	display: block;
	width: 140px;
	height:auto;
	background: #f37800;
}
.sub-menu {
	position: absolute;
	z-index: 99999;
	top: 50px;
	left: 0px;
	transition: all 600ms;
	overflow:hidden;
	width:140px;height:0px;
}
.sub-menu li {
   width:100%;
	margin-left: 0px;
	border-top:1px solid #efb57c;
	clear:both;
}/*继成，但是可以改变*/
.sub-menu li a {
	 width:100%;
	text-align: center;
	color: #fff;
	text-indent:0px;
	padding:0px;
}
.sub-menu li a:hover {
	color: #fff;
}

/*选项卡*/
.widget{width:530px;margin-top:30px;float:right;}
.widget-tab input{display:none}
.widget-tab .widget-box ul{display:none}
.widget-title{height:40px;width:100%;border-radius:2px;}
.widget-title ul li{width:33.333%;float:left;line-height:40px;background:#eeeeee}
.widget-title ul li label{width:100%;display:block;text-align:center;}
#new:checked ~ .widget-title .new,#hot:checked ~ .widget-title .hot,#random:checked ~ .widget-title .random{background:#23456b;color:#fff;}
#new:checked ~ .widget-box .new-list,#hot:checked ~ .widget-box .hot-list,#random:checked ~ .widget-box .random-list{display:block}
.widget-box{width:100%;}
.widget-box ul li{width:100%;clear:both;text-indent:5px;}
.widget-box ul li:last-child{border-bottom:none;}
.widget-box ul li a{color:#313131;line-height:45px;} 
.widget-box ul li a:before {
	content: ' ▷';margin-right:10px;font-size:14px;
	}
.widget-box ul li span{float:right;color:#888888;font-size:15px;margin-top:14px;font-style:italic}
.we{overflow:hidden;border-bottom:none;padding:20px 0px;}
.we img{width:176px;height:auto;margin-right:30px;float:left;border-radius:2px;}
.we .fwe{float:left;width:324px;font-size:20px;color:#000;overflow:hidden;display:block;margin-top:-10px;text-indent:0px;}
.we p{font-size:15px;line-height:25px;margin-top:10px;width:324px;float:left;text-indent:0px;margin-top:-2px;}

/*企业简介*/

.inte {
	width:530px;
	float:left;
	background:#fff;margin-top:30px;overflow:hidden;
}
.inte h2 {
	font-size:22px;
	color:#0a3a72;
	margin-bottom:25px;
}
.inte i{color:#d0d0d0;font-size:17px;font-weight:100;}
.inte .dain {
	width:100%;
	height:auto;
	margin-bottom:4px;border-radius:3px;
}

.inte p {
	line-height:36px;
	margin-top:15px;
	text-indent:40px;float:left;clear:both;
}
.more {
	color:#0a3a72;
}


/*专题*/
.necw{width:100%;background:#f0f0f0;overflow:hidden;padding:35px 0px;margin-top:20px;float:left;}
.necw h2{	width:100px;
	background:#0a3a72;
	text-align:center;
	font-size:17px;
	line-height:35px;
	color:#fff;
	font-weight:100;
	margin-bottom:25px;margin-left:30px;border-radius:3px;}
.liaa {
	width:326px;
	float:left;
	overflow:hidden;margin-left:30px;
}
.liaimg {
	display:block;
	width:322px;
	height:auto;
	overflow:hidden;border:2px solid #fff;
}
.liaimg img {
	display:block;
	width:100%;
	height:auto;
	border-radius:3px;
}
.liale {
width:90%;margin:0 auto;
}
.liale a {
	font-weight:100;line-height:50px;height:50px;overflow:hidden;width:100%;display:block;
}


/*页面主体*/

.box{
	width: 900px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:40px;
}
/*文章列表*/
.list {
	width: 100%;
	padding-bottom: 35px;
	margin-top: 40px;
	overflow: hidden;
	border-bottom: 2px dashed #f1f1f1
}

.titleimg {
	display: block;
	float: left;
	width:auto;
	height: auto;
	overflow: hidden;
	
}
.titleimg img {
 display:block;
  width: 280px;height:auto;border-radius:3px;

}
.mecctitle {
	width: 580px;
	float: right;line-height:21px;
}
.mecctitle a {
	font-size: 20px;
}
.mucctitle {
	width: 99%;
	margin: 0 auto;line-height:21px;
}
.mucctitle a {
	font-size: 20px;
}
time{
	color: #a2a2a2;
	margin-top: 21px;
	font-style: normal;
	font-size:16px;
	float:left;margin-left:40px;
}
.tebe{margin-left:0px;}
.zaiyao {
	float: right;
	width: 580px;
	line-height: 35px;
	margin-top: 11px;
	font-size:17px;
}
.zuiyao {
	width: 100%;
	line-height: 35px;
	margin-top: 10px;
	clear: both;float: right;
	font-size:16px;
}

.zan {
	background: #f37800;
	text-indent:0px;
	color: #fff;
	border-radius: 5px;
	width: 35px;
	height: 15px;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	display:inline-block;
}

/*分页*/
.posts-nav{ font-size: 14px;
    color:rgba(0,0,0,0.44);text-align:center;margin-top:40px;}
.posts-nav .page-numbers{border-radius: 3px;border:1px solid #f1f1f1;display: inline-block;background:#fff;
    text-align: center;
    width: 30px;line-height:30px;margin:0 5px;}
.posts-nav .page-numbers.current,.posts-nav .page-numbers:not(.dots):hover{ background:#f37800;
    border-color: #f37800;color:#fff;}
.posts-nav .page-numbers.dots{border-color:rgba(0,0,0,0)}

/*文章开始*/	
.p3{
	font-size: 38px;
	color: #000;text-align:center;margin-top:40px;}	
.p2{font-weight: 100;
	font-size: 14px;
	color: #a2a2a2;text-align:center;text-align:center;clear:both;margin-top:20px;text-transform:capitalize;}
.content-text {
	width: 88%;padding:0 6%;
	overflow: hidden;
}

.content-text p {
	clear: both;
	width: auto;
	line-height: 35px;
	margin-top: 30px;font-size:17px;text-align:justify;
}

.wp-block-image{width: 100%;
	display: block;
	margin-top: 30px;}
.wp-block-image img{width: 100%;
	display: block;
	}
figcaption{text-align:center;display:block;font-size:17px;margin-top:30px;}	

.content-text h2 {
	margin-top:30px;
	width: auto;
	font-size:33px;
	color: #222222;
	
}

.content-text h3 {
	margin-top: 30px;
	width: auto;
	font-size:28px;
	color: #222222;

}
.content-text h4 {
margin-top: 30px;
	width: auto;
	font-size:23px;
	color: #222222;

}

blockquote {
	width: auto;
	padding:0px 30px 25px 30px;
	margin-top: 30px;
	background:#f5f5f5;
	border-radius: 5px;overflow:hidden;clear:both;
}
.content-text ol{clear:both;list-style:inside lower-alpha;}
.content-text ol li{line-height:35px;margin-top:30px;}
.content-text ul{clear:both;}
.content-text ul li{line-height:35px;margin-top:30px;}
.content-text ul li:before {
    content: "";
    display: inline-block;margin-right:15px;
    width: 10px;
    height: 10px;
    background-color: #dddddd;border-radius:50%;
}
.gallery { width:100%; margin:40px 0px;}
.gallery .gallery-item {
	float: left;
	margin-bottom:2px;
}
#gallery-2{margin-bottom:5px;}
.gallery-columns-3 .gallery-item { width: 33.333%;}
.gallery-columns-3 .gallery-item img{ width: 100%;height:auto;}
.gallery-columns-2 .gallery-item { width: 50%;}
.gallery-columns-2 .gallery-item img{ width: 100%;height:auto;}
.gallery-columns-1 .gallery-item { width:100%;margin-bottom:-36px;}
.gallery img {
    width:100%;height:auto;display:block;background:url(../images/bg.gif) no-repeat;background-size: 100% auto;
}
pre{white-space:pre-wrap;word-wrap:break-word;margin-top:30px;	}
pre code,code{display:block;overflow:auto;font-size:.88rem;padding:2rem 2rem;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;line-height:20px;background: #282b2f;border-radius:3px;margin-right:0px;color:#d7d7d7}
code{display:inline-block;margin:-.36rem 0;padding:0 .36rem;color:#fff;background:#d8643f;line-height:1.6rem;font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";margin-right:15px;}
.wp-block-button{width:250px;margin:30px auto;background:#0073aa;border-radius:4px;}
.wp-block-button__link{color:#fff;width:250px;text-align:center;padding:10px 0px;display:block;}
.wp-block-button__link:hover{color:#fff;}
.wp-block-video{width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;}
.wp-block-video video{width: 100%;
	display: block;
	border-radius:5px;}
.wp-block-audio{margin-top:40px;}
/*底部阅读*/
.bdf{width:100%;overflow:hidden;margin-top:30px;}
.bdf .yue{float:right;margin-right:10px;color: #a2a2a2;background: url(../images/see.png) no-repeat;
	background-size: 22px auto;text-indent:31px;background-position: 0 1px;height: 25px;line-height: 26px;}


/*底部*/
#dibu-main {
	background: #3f3f3f;overflow:hidden;
}
.dww{width: 1040px;margin:0 auto;padding: 35px 0px;overflow:hidden;}
.bottomlist {
	overflow: hidden;
	height: 35px;
	width: 240px;
	float:right;
	margin-top:20px;
}
.bottomlist .xinlan {
	margin-right: 40px;
	width: 35px;
	height: 35px;
background: #d72a2c;
	border-radius: 50%;
	float: left;
}
.bottomlist .weixin2 {
	float: left;
}
.bottomlist .weixin {
	position: absolute;
	width: 35px;
	height: 35px;
	background: #339d17;
	border-radius: 50%;
}
.bottomlist .weixin span{display:none;}
.bottomlist .xixii {
	width: 35px;
	height:35px;
	position: absolute;
	z-index: -99999;
	top: -35px;
	left: 0px;transition: all 0.5s;
}
.bottomlist .weixin:hover .xixii {
	padding: 5px;
	background: #fff;
	position: absolute;
	display: block;
	width: 130px;
	height: 130px;
	z-index: 999999;
	left: -55px;
	top: -196px;
	border-radius: 2px;
}
.bottom {
	float:right;
	margin-right:60px;
}

.botop{overflow:hidden;float:right;
}
.botop  li {
	float: right;
	
}
.botop  li a {
	display: block;
	width:120px;text-align:right;font-size:16px;color:#bebebe;
}
.bottom .botext{
	clear: both;
	text-align:right;margin-top:50px;font-size:16px;color:#bebebe;
}
.bottom .botext a{font-size:16px;color:#bebebe;}
.tongji {
	display: none
}	
.scroll {
	width: 40px;
	height: 40px;
    color:#fff;
	line-height: 38px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 141px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 2px;transition: all 0.5s;background-color:rgba(214,98,61,0.18);
}
.scroll:hover{	background: #d6623d;
	color: #fff;}
/*404*/
.c404{width: 100%;
background:#23456b;
	overflow: hidden;margin:3px auto;}	
.fourjpg {
	width: 100%;
	background: url(../images/404.png)  center no-repeat;
	height: 400px;
	margin:0 auto;
}
.wrong {
	color: #fff;
	font-size: 28px;
	float: left;
	margin-top: 310px;
	width:100%;text-align:center;
}
.four-buttom {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	font-size: 16px;
	color: #f37800;
	padding: 0px 10px;
	margin-left: 20px;
	background: #fff;
	border-radius: 2px;
}
.four-buttom:hover {
	color: #fff;
}	
.scroll {
	width: 40px;
	height: 40px;
    color:#fff;
	line-height: 38px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 141px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 2px;transition: all 0.5s;background-color:rgba(214,98,61,0.18);
}

}

@media only screen and (max-width:900px) {
/*顶部*/
#header-web {
	width: 100%;
	overflow: hidden;
}
.logo {
	width: 300px;
	margin: 13px auto;
	overflow: hidden;
	display: block;
}
.logo img {
	width: 100%;
	height: auto;
	display: block;
}
/*搜索*/
.search {display:none;
}
.search .text {
	width:100%;
	height: 33px;
	line-height: 30px;
	font-size: 16px;
	border:none;
	color: #000;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
	outline: none;border-radius:5px;text-indent:16px;background:#fff;border: 1px solid #dcdbdb;float:left;
}
.text:focus {color: #000; }
.btd{width:60px;height:25px;line-height:27px;border:none;color:#fff;letter-spacing:1px;font-size: 15px;outline: none;float:right;margin-top:-29px;margin-right:5px;background:#f37800;border-radius:5px;}
input:-ms-input-placeholder{
    color: #000;font-size:15px;
}

input::-webkit-input-placeholder{
    color: #000;font-size:15px;
}
cite{color:#d6623d;font-style:normal;}
.searchtitle {
	width: 90%;
	font-size: 18px;
	margin:0 auto;
	font-weight: normal;
	line-height:25px;
	color: #150707;
	padding: 25px 0px;
}
/*菜单*/
#header-nav {
	width: 100%;
overflow:hidden;
margin-top:5px;	background:#23456b;
padding:8px  0px;
	
}
#header-nav li {
	width: 25%;
	float: left;
}
#header-nav li a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 37px;
	width: 100%;font-size:15px;
}
.sub-menu {display:none;}


/*选项卡*/
.widget{width:100%;margin-top:25px;border-bottom:5px solid #eeeeee;padding-bottom:10px;}
.widget-tab input{display:none}
.widget-tab .widget-box ul{display:none}
.widget-title{margin:0 auto;height:35px;width:90%;border-radius:2px;}
.widget-title ul li{width:33.333%;float:left;line-height:35px;background:#eeeeee}
.widget-title ul li label{width:100%;display:block;text-align:center;}
#new:checked ~ .widget-title .new,#hot:checked ~ .widget-title .hot,#random:checked ~ .widget-title .random{background:#23456b;color:#fff;}
#new:checked ~ .widget-box .new-list,#hot:checked ~ .widget-box .hot-list,#random:checked ~ .widget-box .random-list{display:block}
.widget-box{width:90%;margin:0 auto;}
.widget-box ul li{padding:18px 0px;border-bottom:1px solid #ededed;width:100%;clear:both;}
.widget-box ul li:last-child{border-bottom:none;}
.widget-box ul li a{color:#313131;} 
.widget-box ul li span{display:none;}
.we{overflow:hidden;}
.we img{width:100%;height:auto;float:left;border-radius:2px;}
.we .fwe{width:100%;font-weight:bold;font-size:20px;color:#000;overflow:hidden;display:block;margin-top:15px;float:left;}
.we p{font-size:15px;line-height:25px;margin-top:10px;width:100%;float:left;}

/*企业简介*/
.inte{width:100%;margin-top:25px;overflow:hidden;}	
.inte h2{color:#15457e;text-align:center;margin:0 auto;margin-bottom:25px;width:120px;font-size:21px;border:1px solid #15457e;border-radius:50px;border-left:8px solid #15457e;font-weight:900;
}

.inte i{display:none;}
.inte .dain {
width:90%;height:auto;margin:0 auto;
}

.inte p{line-height:33px;text-indent:40px;width:90%;float:left;margin-left:5%;margin-top:20px;}
.more{color:#15457e;}

/*企业简介*/ 
.new {}
.necw h2{color:#15457e;text-align:center;margin:25px auto;width:120px;font-size:21px;border:1px solid #15457e;border-radius:50px;border-left:8px solid #15457e;font-weight:900;
}
.liaa {
	width:90%;
	margin:0 auto;
	padding:20px 0px;
	overflow:hidden;
	border-top:1px solid #f1f1f1;
}
.liaa:last-child {
	border-bottom:none;
}
.liaimg {
	display:block;
	float:left;
	width:32%;
	height:auto;
	overflow:hidden;
}
.liaimg img {
	display:block;
	width:100%;
	height:auto;
	border-radius:3px;
}
.liale {
	width:63%;
	float:right;
	line-height:25px;
}
.liale a {
	font-weight:100;
}

/*页面主体*/
.box {
	width: 100%;
	padding-bottom: 25px;
	overflow:hidden;
}
.list {
	width: 100%;
	margin:0 auto;
	height: auto;
	border-top: 1px solid #f1f1f1;
	padding-top:28px;
	padding-bottom:25px;overflow:hidden;
}

.list:first-child{border-top:0px;}
.titleimg {
	width: 28%;
	display: block;
	float: left;
	margin-right: 5%;border-radius:2px;margin-left:6%;
}
.titleimg img {
	width: 100%;
}
.mecctitle {
	width: 55%;
	float: right;margin-right:6%;margin-top: -5px;line-height: 25px;
}
.mecctitle a {
	font-weight: normal;
}
.mucctitle{width:88%;margin:0 auto;line-height: 25px;}

.mucctitle a {
	font-weight: normal;
}

time {
    width:55%;
	margin-right:6%;
	color: #a2a2a2;
	margin-top: 10px;
	font-style: normal;
	float:right;font-size:15px;
}
.tebe{float:left;margin-left:6%;}

.list p{display:none;}

/*分页*/
.posts-nav{ font-size: 14px;
    color:rgba(0,0,0,0.44);text-align:center;margin-top:25px;}
.posts-nav .page-numbers{border-radius: 3px;border:1px solid #f1f1f1;display: inline-block;
    text-align: center;
    width: 25px;line-height:25px;margin:0 5px;}
.posts-nav .page-numbers.current,.posts-nav .page-numbers:not(.dots):hover{ background:#f37800;
    border-color:#f37800;color:#fff;}
.posts-nav .page-numbers.dots{border-color:rgba(0,0,0,0)}
/*文章开始*/	
.p3{
width:90%;margin:0 auto;
font-weight: 100;
	font-size: 25px;
	color: #3a3a3a;text-align:center;line-height: 35px;margin-top:25px;}	
.p2{font-weight: 100;
	font-size: 14px;
	color: #a2a2a2;text-align:center;margin-top:10px;clear:both;text-transform:capitalize;
	}
.content-text {width: 100%;
	overflow: hidden;
}
.content-text p {
	clear: both;
	width: 88%;
	margin:0 auto;
	line-height: 33px;
	margin-top:20px;letter-spacing:normal;
}
.wp-block-image{width:100%;
margin:0 auto;margin-top:25px;}
.wp-block-image img{width: 100%;
	display: block;
	}
figcaption{margin-top:25px;text-align:center;}	

.content-text h2 {
    width: auto;
	margin:0 6%;
	margin-top:20px;
	color: #222222;
	font-size:28px;
}

.content-text h3 {
  width: auto;
	margin:0 6%;
	margin-top:20px;
	color: #222222;
	font-size:24px;
}

.content-text h4 {
      width: auto;
	margin:0 6%;
	margin-top:20px;
	color: #222222;
	font-size:20px;
}

blockquote {
	width: auto;
	padding: 0px 2% 15px 2%;
	margin-top: 25px;
background:#fcfcfc;overflow:hidden;
}
.content-text ol{clear:both;list-style:inside lower-alpha;}

.content-text ol{clear:both;list-style:inside lower-alpha;width: 90%;
	margin:0 auto;}
.content-text ol li{line-height:33px;margin-top:20px;}
.content-text ul{clear:both;width: 85%;
	margin:0 auto;}
.content-text ul li{line-height:33px;margin-top:20px;}
.content-text ul li:before {
    content: "";
    display: inline-block;margin-right:12px;
    width: 10px;
    height: 10px;
    background-color: #dddddd;border-radius:50%;margin-left:5px;}
.gallery { width:100%; margin:15px 0px 10px 0px;}
.gallery .gallery-item {
	float: left;
	margin-bottom: 2px;
	text-align: center;
	width:100%;
}
.gallery-columns-3 .gallery-item { width:33.333%;float:left;}
.gallery-columns-2 .gallery-item { width:100%;}
.gallery-columns-1 .gallery-item { width: 100%; margin-bottom:-12px;}
.gallery img {
    width:100%;display:block;background-size: 100% auto;
}
pre{white-space:pre-wrap;word-wrap:break-word;margin-top:30px;	}
pre code,code{display:block;overflow:auto;font-size:.88rem;padding:2rem;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;line-height:24px;background: #282b2f;border-radius:3px;margin-right:0px;color:#d7d7d7}
code{display:inline-block;margin:-.36rem 0;padding:0 .36rem;color:#fff;background:#d8643f;line-height:1.6rem;font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";margin-right:10px;}
.wp-block-button{width:250px;margin:30px auto;background:#0073aa;border-radius:4px;}
.wp-block-button__link{color:#fff;width:250px;text-align:center;padding:10px 0px;display:block;}
.wp-block-button__link:hover{color:#fff;}
.wp-block-video{width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;}
.wp-block-video video{width: 100%;
	display: block;}	
.wp-block-audio{width:88%;margin:0 auto;margin-top:25px;}
/*底部阅读*/
.bdf{width:88%;overflow:hidden;margin:0 auto;margin-top:20px;}
.bdf .yue{float:left;color: #a2a2a2;  line-height:26px;background: url(../images/see.png) no-repeat;
	background-size: 22px auto;text-indent:31px;}

/*底部*/
#dibu-main {
height: auto;
	width: 100%;
	overflow: hidden;
border-top: 1px solid #dcdbdb;
padding:9px 0px;background: #f8f8f8;
}
.bottomlist {
	width:100%;
}
.bottomlist {
	width:100%;
}
.bottomlist .xinlan {
	display:none;
}
.bottomlist .weixin2 {
	width:100%;
}
.bottomlist .weixin {
	width:100%;
	text-align:center;
	display:block;
	height:40px;line-height:43px;font-size:15px;color: #5f5f5f;
}
.bottomlist .weixin img{display:none;}
.bottomlist .xixii {
	display:none;
}
.bottom{display:none;}
.tongji {
	display: none
}
.off{display:none;}
/*404*/
.c404{width: 100%;
background:#fff;
	overflow: hidden;}	
.fourjpg {
	width: 80%;
	background: url(../images/404.png)  center no-repeat;
	background-position:0px 0px;
	background-size:100% auto;
	height: 400px;
	margin:0 auto;
}
.wrong {
display:none;
}
}

#backtoTop{position:fixed;right:-100px;bottom:0;width:45px;height:45px;border-radius:100%;background-color:#333d46;-webkit-transition:.5s;transition:.5s}
#backtoTop.button--show{right:20px;bottom:10%}
.per{position:absolute;top:0;width:45px;height:45px;color:#fff;text-align:center;font-size:16px;line-height:45px;cursor:pointer}
.per:before{content:attr(data-percent)}
.per:hover:before{content:"▲";font-size:22px;line-height:0;top:20px;position:absolute;right:10px}


.gbox input[type=submit]{display:block;background:#040404;color:#fff;border:0;line-height:30px;padding:0 20px;border-radius:5px;float:right}
.ecomment{border:#dedcdc 1px solid;padding:10px;margin-bottom:10px}
span.ecommentauthor{color:#b5b5b5;font-size:14px;margin-bottom:5px;display:block}
.mkcomments{margin-top:10px;margin-bottom:50px;background:#fff}
.mkcomments h3{color:#333;font-size:18px;margin-top:0;margin-bottom:25px;text-align:center;letter-spacing:3px}
.mkcomments h3 span{display:block;height:4px;width:35px;background:#38a3db;margin:7px auto 0}
.commentlist .msg{padding-top:10px}
ul.msg{width:100%;margin-bottom:5px}
ul.msg li{width:100%;overflow:hidden;clear:both;margin:0;padding:0;list-style:none}
.msgarticle{padding:10px 2px}
.comment-body{position:relative;margin-left:55px;border:1px solid #ddd;padding:0 10px 10px!important;border-radius:2px}
.comment-body:before{border-right-color:#dedede!important;z-index:1}
.comment-body:after{border-right-color:#f8f8f8!important;margin-left:1px;z-index:2}
.comment-body:after,.comment-body:before{position:absolute;top:8px;left:-8px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid dotted;border-width:8px 8px 8px 0;pointer-events:none}
.comment-header{background-color:#f8f8f8;padding:10px;margin-left:-10px;margin-right:-10px;border-bottom:1px solid #eee;font-weight:500;margin-bottom:10px;font-size:14px}
.comment-header a{color:#999;font-size:13px;margin-right:8px}
.comment-body p{font-size:13px;color:#000;line-height:2em;margin:.5em 0;word-wrap:break-word}
.comment-footer{margin-top:15px;font-size:13px;line-height:1.5em}
.comment-time{font-size:12px;margin-right:8px;color:#999}
.post-reply{font-size:12px;color:#999}
.msgname .msgname,ul.children{margin-left:38px}
.msgname .msgname .avatar,.msgname .msgname .avatar img,ul.children .avatar,ul.children .avatar img{width:30px;height:30px}
#divCommentPost p.posttop{position:relative;z-index:5;font-size:12px;padding:8px 0;width:100%;clear:both;overflow:hidden}
#divCommentPost p a{float:right;line-height:1.5em;margin-right:6px;cursor:pointer;text-decoration:none;color:#777}
#divCommentPost p.posttop small{float:right;position:relative;font-size:12px;cursor:pointer;text-align:right;line-height:18px;padding-bottom:3px;width:75px}
.pinglun{width:auto;font-size:12px;z-index:3;margin:8px 0;padding:0 0 0 60px;position:relative;clear:both;padding:0;margin:0;vertical-align:baseline;font:inherit;line-height:inherit;background:0 0;width:auto;float:none;transition:none;overflow:hidden}
.textarea-wrapper{border:1px solid #ddd;background:0 0;border-radius:3px}
.rounded-top{-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px}
#txaArticle{position:relative;z-index:1;border:0;border-bottom:none;padding-right:24px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none;-webkit-appearance:none;overflow:auto;padding:10px;height:140px;min-height:140px;margin:0;resize:none;outline:0;width:97%;min-width:97%;}
.post-toolbar{margin-top:10px;overflow:hidden;float:right}
.gbook input.button{float:right;height:32px;width:100px;text-align:center;text-shadow:none;font-weight:700;border:none;color:#fff;background-color:#38a3db;border-radius:2px;background-image:none;box-shadow:none;cursor:pointer}
.gbook input.button:hover{background:#8463a9}
.post-terinfo{padding:20px 0 0;color:#777}
.post-terinfo ul li{margin-bottom:5px;text-align:center}
.gbook input.text{margin-right:10px;position:relative;border:none;border:1px solid #ddd;border-radius:2px;height:35px;padding:3px 5px;outline:0;color:#b3b3b3;width:220px;box-shadow:none}
.post-terinfo ul li label{color:#b3b3b3}
.compost .com-info{margin-bottom:10px;}
.compost .com-info li{float:left;margin-bottom:1em;width:38.3%;padding-right:3%;position:relative;list-style:none;}
.compost .com-info li:nth-child(2){padding-right:0}
.compost .com-info li .verify{position:absolute;right:0%;top:0;z-index:1;height:40px!important}
.compost .com-info li .verify img{height:100%;border:1px solid #ddd}
.compost .com-info li input{width:100%;height:40px;line-height:40px;padding-left:4px;border:1px solid #ddd;border-radius:3px;text-indent:10px}
.compost .com-name{padding:1em 0 1em .2em}
#cancel-reply{color:#111}
#txaArticle{border-radius:3px;text-indent:5px;margin:0 0 20px 0;padding:5px;width:98%;border:1px solid #ddd;background:#fff;-webkit-appearance:none;font-size:14px}
.com-submit{border-radius:3px;border:none;cursor:pointer;height:40px;line-height:40px;background-color:#111;color:#fff;padding:0 20px;font-size:14px;opacity:.8;}
.com-submit:hover{opacity:1;}
.comment-list .cinfo{height:20px}
.comment-list .clbody .p{word-wrap:break-word}
.cinfo .author{color:#666}
.c-time{color:#999;font-size:12px}
.comment-at{color:#111}
.reply-a{opacity:.5}
.comment-list li:hover .reply-a{opacity:1}
.gbook h2{margin-top: 20px;margin-bottom: 20px;}
.gbook li:before {
    content: "";
    display: none!important;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    background-color: #dddddd;
    border-radius: 50%;
}
.avatar{position:relative;float:left;width:30px;height:30px;border-radius:100%;padding:2px;display:block;background:-webkit-linear-gradient(bottom left,rgba(0,153,255,.9),rgba(42,228,197,.7));background:-o-linear-gradient(bottom left,rgba(0,153,255,.9),rgba(42,228,197,.7));background: linear-gradient(to top right,rgb(35, 68, 104),rgb(98, 172, 255));}
.avatar img{width:100%;border-radius:50%}
.avatar::after{content:"";position:absolute;background:url(images/v.png) no-repeat;background-size:12px;width:12px;height:12px;right:0;bottom:0}


.weixin2 .weixin .xixii {
    border: 0;
    max-width: initial;
    height: 120px;
    width: 120px;
    display: block;
}

