/*
Theme Name: 橘子皮免费主题
Theme URI: http://www.paipk.com
闲着没事干弄个主题练练手
-------------------------------------------------------------- */


/*	定义了大小，缩小都不会变，最多一起缩小;不定义大小或１００％，会跟着一起缩*/
/*　文章标题字体大小：１８，文章字体１４，右侧标题：１５加粗，右侧列表：１３默认　*/
/*　深彩： #ce5b16　*/
html {
-webkit-text-size-adjust: none;
}
*{
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	width: auto;
}
body {
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
	font-size: 13px;
	background: #f8f8f8;
	color: #656565;
	letter-spacing: 0.5px;
}
a {
	color: #666;
	font-size: 13px;
	text-decoration: none;
	transition: color 0.3s;
}
a:hover {
	color: #d6623d;
}
::selection{background:#d6623d;color:#fff;}

.clear {
	clear: both;
}
.list-paddingleft-2{margin-left:4em;}
.list-paddingleft-2 li p {
	padding:0;
	text-height:1.2em;
}
/*--PC CSS--*/
@media only screen and (min-width: 1200px) {
/*header-web*/
#header-web {
	width: 100%;
	background: #f7f7f7;
}
.header-main {
	width: 1250px;
	height: 60px;
	margin: 0 auto;
	padding: 35px 0px;
}
/*header-web-header-main-logo */
.logo {
	float: left;
	margin-left: 30px;
}
.logo h1 {
	width: 190px;
	float: left;
}
.logo h3 {
	height: 60px;
	line-height: 88px;
	float: left;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.5px;
}
/*header-web-header-main-header-nav */
.header-nav {
	height: 40px;
	border-left: 1px solid #ececec;
	float: left;
	margin-left: 45px;
	margin-top: 15px;
}
.header-nav .menu {
}
.header-nav .menu li {
	float: left;
	margin-left: 20px;
	position: relative;
}
.header-nav .menu li a {
	display: block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	color: #150707;
}
.header-nav .menu li a:after {
	content: "";
	position: absolute;
	border-bottom: 3px solid #d6623d;
	bottom: 0;
	left: 100%;
	width: 0;
	transition: width 350ms, left 350ms;
	-webkit-transition: width 350ms, left 350ms;
	-moz-transition: width 350ms, left 350ms
}
.header-nav .menu li a:hover:after {
	left: 0;
	width: 100%;
	transition: width 350ms;
	-moz-transition: width 350ms;
	-webkit-transition: width 350ms
}
.header-nav .menu > li:hover {
}
.header-nav .menu li:hover > ul {
	display: block;
	background: #fff;
}
.header-nav .menu li .sub-menu {
	display: none;
	position: absolute;
	z-index: 99999;
	top: 40px;
	left: -20px;
	background: red;
	border: 1px solid #ececec;
	box-shadow: 2px 3px 10px #919191;
}
.header-nav .menu li .sub-menu li {
	margin-left: 0px;
	border-bottom: 3px solid #fff;
	transition: border 0.2s;
}/*继成，但是可以改变*/
.header-nav .menu li .sub-menu li a {
	width: 110px;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
/*header-web-header-main-weibo */
.weibo {
	float: left;
	margin-left: 45px;
	margin-top: 24px;
}
/*main*/
#main {
	width: 1250px;
	height: auto;
	background: #FFF;
	margin: 0px auto;
	margin-bottom: 5px;
	padding: 30px 0px;
	box-shadow: 0px 0px 8px #c8c8c8;
}
/*main-container*/
#container {
	width: 825px;
	float: left;
	margin-left: 30px;
}
/*mbx*/	
#mbx {
	width: 825px;
	font-size: 16px;
}
#mbx a {
	font-size: 16px;
}
/*main-container-list*/
.list {
	width: 825px;
	border-bottom: 1px solid #ececec;
	padding: 30px 0px;
	position: relative;
}
.archive-list {
	width: 825px;
	border-bottom: 1px solid #ececec;
	padding: 30px 0px;
	position: relative;
}
.titleimg {
	display: block;
	float: left;
	margin-right: 25px;
	width: 180px;
	height: 110px;
	overflow: hidden;
	background: url(http://127.0.0.1:8088/zb_users/theme/juzipi/style/images/xxx.gif);
	background-size: 180px auto;
}
.titleimg img {
	width: 180px;
	height: 110px;
	transition: All 0.4s ease-in-out;
}
.titleimg img:hover {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}
.mecc {
	width: 620px;
	float: left;
}
.mecc em {
	color: #ff5f1a;
	font-style: normal;
	padding: 0px 3px;
}
.mecctitle {
	height: 20px;
	line-height: 18px;
}
.mecctitle a {
	font-size: 19px;
	font-weight: normal;
	color: #0d0d0d;
	padding-right: 25px;
	background: url(/static/image/link.png) no-repeat;
	background-position: center right;
	right: 0px;
	transition: all 0.5s ease-out;
}
.mecctitle a:hover {
	color: #d6623d;
	padding-right: 25px;
	background: url(/static/image/hover.png) no-repeat;
	background-position: center right;
	right: 0px
}
.meccaddress {
	color: #a2a2a2;
	margin-top: 9px;
	font-style: normal;
	display: inline-block;
}
.meccaddress a {
	color: #a2a2a2;
}
.meccaddress a:hover {
	color: #d6623d;
}
.meccaddress img{width:20px;height:auto;}
.mecc p {
	margin-top: 0.6em;
	line-height: 1.5em;
}
.up {
	width: 40px;
	height: 25px;
	border-radius: 5px;
	background: #f7f7f7;
	position: absolute;
	top: 36px;
	right: 10px;
	display: block;
	text-align: center;
	line-height: 25px;
	transition: background 0.5s;
}
.up:hover {
	background: #d6623d;
	color: #fff
}
/*列的第一个效果*/
.list:first-child {
	width: auto;
	background: #f7f7f7;
	border-left: 2px solid #d6623d;
	border-bottom: none;
	padding: 0px;
	margin-left: -32px;
	margin-bottom: 15px;
	display: block;
}
.list:first-child span {
	display: none
}
/*择属于父元素的第一个子元素的每个 <p> 元素,父字*/
.list:first-child .mecc {
	padding-right: 25px;
}
.list:first-child .mecctitle {
	height: 35px;
	line-height: 33px;
	margin-top: 11px;
}
.list:first-child .mecctitle a {
	font-size: 25px;
	font-weight: 900;
	color: #d6623d;
}
.list:first-child .meccaddress {
	color: #a2a2a2;
	margin-top: 5px;
	font-style: normal;
}
.list:first-child .mecc p {
	width: 830px;
	margin-left: -100px;
	padding: 10px 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background: #fff;
	margin-top: 10px;
	text-indent: 30px;
}
.list:first-child .up {
	position: static;
	float: left;
	display: block;
	height: 80px;
	border-radius: 0px;
	line-height: 80px;
	width: 100px;
	color: #ec9573;
	font-size: 80px;
	text-align: center;
	transition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out;
	-o-transition: All 1s ease-in-out;
}
.list:first-child .up:hover {
	background: none;
	color: #ec9573;
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-webkit-transition: rotatey(360deg);
	-moz-transition: rotatey(360deg);
	-o-transition: rotatey(360deg);
}
/*main-container-pagenavi*/
.pagenavi {
	margin-top: 25px;
	text-align: center;
	height: 30px;
}
.page-numbers {
	border-bottom: 5px solid #ececec;
	padding: 5px 8px 4px;
	margin: 0 5px;
	transition: All 1s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.page-numbers:hover, .pagenavi .current {
	color: #f34c02;
	border-bottom: 5px solid #d6623d;
}
.navigation {
	display: none;
}
/*container-content*/
.content {
	width: 825px;
	border-bottom: 1px solid #ececec;
	padding: 30px 0px;
	position: relative;
}
/*container-content-contenttitle*/
.contenttitle {
	height: 80px;
	background: #f7f7f7;
	border-left: 2px solid #d6623d;
	margin-left: -32px;
	padding-right: 25px;
	display: block;/*不用背景就会填充一行，因为块无素没定义宽就会占一行*/
}
.count {
	float: left;
	display: block;
	height: 80px;
	line-height: 80px;
	width: 100px;
	color: #ec9573;
	font-size: 80px;
	text-align: center;
	transition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out;
	-o-transition: All 1s ease-in-out;
}
.count:hover {
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-webkit-transition: rotatey(360deg);
	-moz-transition: rotatey(360deg);
	-o-transition: rotatey(360deg);
}
.mscc {
	float: left
}
.mscctitle {
	height: 35px;
	line-height: 33px;
	margin-top: 11px;
}
.mscctitle a {
	font-size: 25px;
	font-weight: 900;
	color: #d6623d;
}
.msccaddress {
	color: #a2a2a2;
	margin-top: 5px;
	font-style: normal;
	float: left;
}
.msccaddress em {
	color: #d6623d;
	font-style: normal
}
.msccaddress a {
	color: #a2a2a2
}
.msccaddress img{display:none;}
.bshare-custom {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
/*container-content-content.text*/	
.content-text {
	margin-top: 5px;
}
.content-text p {
	clear: both;
	width: auto;
	padding: 10px 0;
	font-size: 16px;
	line-height: 33px;
	text-indent: 35px;
	color: #555555;
}
.content-text p img {
	max-width: 825px;
	float: left;
	background: url(http://127.0.0.1:8088/zb_users/theme/juzipi/style/images/imgbg.gif) no-repeat;
	background-size: 825px auto;
}
.content-text p a img {
	max-width: 825px;
	float: left;
	background: url(http://127.0.0.1:8088/zb_users/theme/juzipi/style/images/imgbg.gif) no-repeat;
	background-size: 825px auto;
}
.content-text h1 {
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
	margin: 7px 0px 7px -32px;
	border-left: 2px solid #d6623d;
	padding: 0px 55px;
	font-size: 18px;
	font-weight: bold;
	color: #d6623d;
	display: inline-block;
}
.content-text h2,.content-text h3,.content-text h4,.content-text h5,.content-text h6 {
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
	margin: 7px 0px 7px -32px;
	border-left: 2px solid #9faa65;
	padding: 0px 55px;
	font-size: 18px;
	font-weight:bold;
	color: #347e02;
	display: inline-block;
}
.content-text blockquote {
	width: 815px;
	margin-left: -30px;
	padding-left: 25px;
	padding-right: 10px;
	background: #fdf7e9;
}
/*container-content-article-tag*/	
.article-tag {
	background: url(/static/image/tag-orange.png) no-repeat;
	text-indent: 40px;
	height: 20px;
	line-height: 18px;
	margin-left: 30px;
	margin-top: 15px;
}
/*container-nav-single*/
.nav-single {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
}
.nav-single a {
	font-size: 16px;
	color: #0d0d0d;
}
.nav-single a:hover {
	color: #d6623d
}
.nav-previous {
	float: left;
	width: 45%;
	margin-left: 5%;
}
.nav-next {
	float: right;
	width: 45%;
	margin-right: 5%;
	text-align: right;
}
/*container-xianguan*/
.xianguan {
	width: 845px;
	margin-top: 30px;
	overflow: hidden;
}
.xianguantitle {
	line-height: 25px;
	font-size: 16px;
	color: #66666;
	font-weight: bold;
}
.pic {
	margin-top: 30px;
	margin-left: -20px;
}
.pic li {
	float: left;
	width: 191px;
	height: 116px;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
}
.pic li img {
	width: 191px;
	height: 116px;
	display: block;
}
.pic li .link {
	width: 100%;
	height: 35px;
	text-indent: 20px;
	line-height: 35px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0px;
	right: -191px;
	color: #fff;
	transition: all .4s ease-out;
}
.pic li:hover .link {
	right: 0px;
	bottom: 0px;
}
/*comments-coment*/
.comment {
	width: 100%;
	background: #f7f7f7;
	border-radius: 8px;
	padding: 40px 0px;
	margin-top: 30px;
	overflow: hidden;
}
.comment .title {
	width: 100%;
	font-size: 16px;
	color: #949494;
	text-indent: 40px;
}
#comment {
	width: 745px;
	margin: 0 auto;
	margin-top: -30px;
	margin-bottom: 30px;
}
#comment li {
	width: 100%;
	padding: 30px 0px;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}
#comment li span {
	display: block;
	float: left;
	margin-right: 20px;
}
#comment li span img {
	height: 45px;
	width: 45px;
	border-radius: 50px;
	transition: all 0.4s linear;
}
#comment li span img:hover {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
#comment li .mhcc {
	width: 680px;
	;
	float: left;
}
#comment li .mhcc address {
	height: 18px;
	line-height: 16px;
	color: #a2a2a2;
	font-style: normal;
}
#comment li .mhcc address a {
}
#comment li .mhcc p {
	clear: both;
	width: auto;
	padding: 5px 0;
	line-height: 30px;
	font-size: 16px;
}
/*comments-coment-commentform*/
#respond {
	margin-top: 30px;
	width: 100%
}
#respond p {
	margin-left: 40px;
}
#respond p a {
	color: #f34c02;
}
#commentform {
	margin-top: 30px;
	width: 100%;
}
#commentform input {
	width: 217px;
	padding: 12px 0px;
	text-indent: 15px;
	border: 1px solid #ececec;
	border-radius: 3px;
	font-size: 16px;
	color: #949494;
	display: inline-block;
	margin-left: 40px;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
#commentform textarea {
	width: 715px;
	padding: 14px;
	margin: 0 auto;
	margin-top: 30px;
	border: 1px solid #ececec;
	border-radius: 3px;
	font-size: 16px;
	color: #949494;
	display: block;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
.cancel-comment-reply {
	display: none;
}
#commentform #submit {
	float: right;
	width: 120px;
	height: 40px;
	line-height: 15px;
	border-radius: 3px;
	border: none;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #949494;
	cursor: pointer;
	margin-top: 30px;
	margin-right: 40px;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
#commentform #submit:hover {
	background-color: #d6623d;
	color: #fff;
}
/*sitebar*/
#sitebar {
	width: 335px;
	margin-right: 30px;
	float: right;
}
.sitebar_list {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.sitebar_title {
	width: 100%;
	border-bottom: 1px solid #ececec;
}
.sitebar_title h4 {
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #66666;
	font-weight: bold;
	text-indent: 5px;
	border-bottom: 2px solid #d6623d;
	margin-bottom: -1px;
}
/*sitebar-标签*/
#divNavBar div ul,#divNavBar ul,
#divCatalog div ul,#divCatalog ul,
#divFavorites div ul,#divFavorites ul,
#divLinkage div ul,#divLinkage ul,
#divMisc div ul,#divMisc ul,
#divAuthors div ul,#divAuthors ul,
#divTags div ul,#divTags ul,
#divArchives div ul,#divArchives ul,
.sitebar_list .menu {
	width:341px;
	float: left;
	margin-top:10px;
	margin-left: -6px;
}
#divNavBar div ul li,#divNavBar ul li,
#divCatalog div ul li,#divCatalog ul li,
#divFavorites div ul li,#divFavorites ul li,
#divLinkage div ul li,#divLinkage ul li,
#divMisc div ul li,#divMisc ul li,
#divAuthors div ul li,#divAuthors ul li,
#divTags div ul li,#divTags ul li,
#divArchives div ul li,#divArchives ul li,
.sitebar_list .menu li {
	float: left;
	width: auto;
	margin: 6px 6px;
}
#divNavBar div ul li a,#divNavBar ul li a,
#divCatalog div ul li a,#divCatalog ul li a,
#divFavorites div ul li a,#divFavorites ul li a,
#divLinkage div ul li a,#divLinkage ul li a,
#divMisc div ul li a,#divMisc ul li a,
#divAuthors div ul li a,#divAuthors ul li a,
#divTags div ul li a,#divTags ul li a,
#divArchives div ul li a,#divArchives ul li a,
.sitebar_list .menu li a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	border: 1px dashed #ececec;
	border-radius: 5px;
	transition: background 0.2s;
}
#divNavBar div ul li a:hover,#divNavBar ul li a:hover,
#divCatalog div ul li a:hover,#divCatalog ul li a:hover,
#divFavorites div ul li a:hover,#divFavorites ul li a:hover,
#divLinkage div ul li a:hover,#divLinkage ul li a:hover,
#divMisc div ul li a:hover,#divMisc ul li a:hover,
#divAuthors div ul li a:hover,#divAuthors ul li a:hover,
#divTags div ul li a:hover,#divTags ul li a:hover,
#divArchives div ul li a:hover,#divArchives ul li a:hover,
.sitebar_list .menu li a:hover {
	background: #d6623d;
	border: 1px solid #fff;
	color: #fff;
}
/*日历*/
#tbCalendar{
	width:90%;
	padding:1em 0 0 0;
	margin:2em auto;
}
#tbCalendar tbody tr td{
	text-align: center;
	color: #CACACA;
}

/*sitebar-文章列表*/
#divPrevious div ul,#divPrevious ul,
#divComments div ul,#divComments ul,
.sitebar_list_ul {
	width: 305px;
	margin:20px 0 20px 28px;
	list-style-type: decimal-leading-zero;
}
#divPrevious div ul li,#divPrevious ul li,
#divComments div ul li,#divComments ul li,
.sitebar_list_ul li {
	width: 100%;
	border-bottom: 1px dashed #ececec;
}
#divPrevious div ul li a,#divPrevious ul li a,
#divComments div ul li a,#divComments ul li a,
.sitebar_list_ul li a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 24px;
}
/*sitebar-search*/
#divSearchPanel div form{
	margin:2em;
}
.search {
	margin-bottom: 30px;
	position: relative;
}
.search .text {
	width: 333px;
	height: 28px;
	font-size: 16px;
	padding: 3px 0px;
	text-indent: 10px;
	color: #949494;
	border: 1px solid #f3cdc1;
	border-radius: 3px;
	box-shadow: inset 0px 1px 2px #d4d4d4;
	display: block;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
.search .text:focus {
	color: #656565;
}
.search .button {
	height: 36px;
	width: 88px;
	background: url(http://127.0.0.1:8088/zb_users/theme/juzipi/style/images/bn_srh_1.png) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
/*page-head*/
.searchtitle {
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
	margin: 0px 0px 0px -32px;
	border-left: 2px solid #d6623d;
	padding: 0px 55px;
	font-size: 18px;
	font-weight: normal;
	color: #150707;
	display: inline-block;
}

.erweima {
	width: 100%;
	margin-bottom: 20px;
}
/*sitebar-picnew*/
.picnew {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.picnew ul {
	margin-top: 7px;
}
.picnew ul li {
	width: 100%;
	border-bottom: solid 1px #F2F2F2;
	padding: 10px 0px;
	overflow: hidden;
}
.picnew ul li .picc {
	float: left;
	display: block;
	width: 65px;
	height: 45px;
}
.picnew ul li .picc img {
	width: 65px;
	height: 45px;
}
.picnew ul li .link {
	width: 260px;
	float: left;
	margin-left: 10px;
	line-height: 21px;
}
.picnew ul li p {
	margin-top: 5px;
	color: #a2a2a2;
	margin-left: 11px;
	float: left;
}
/*dibu*/
#dibu {
	height: auto;
	width: 100%;
	background: #f7f7f7;
}
#dibu .about {
	width: 1190px;
	margin: 0 auto;
	padding: 35px 0px;
	overflow: hidden;
}
#dibu .about .right {
	float: right;
	border-left: 1px solid #ececec;
	margin-right: 25px;
}
#dibu .about .right .menu {
	overflow: hidden;
}
#dibu .about .right .menu li {
	float: left;
	margin-left: 25px;
}
#dibu .about .right .menu li a {
	display: block;
	width: 55px;
	height: 17px;
	line-height: 17px;
	text-align: center;
}
#dibu .about .right .banquan {
	margin-top: 10px;
	margin-left: 25px;
}
#dibu .about .left {
	float: right;
	margin-top: 6px;
}
#dibu .about .left .bottomlist {
}
#dibu .about .left .bottomlist li {
	float: right;
	margin-right: 25px;
}
#dibu .bottom {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #101010;
}
#dibu .bottom .tongji {
	display: none
}
/*弹出二维码*/
.cd-popup-trigger {
}
.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(231, 231, 231, 0.5);
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
	position: relative;
	width: 440px;
	margin: 80px auto;
	padding: 30px 0px;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.cd-popup-container h1 {
	width: 380px;
	height: 50px;
	margin: 0 auto;
	line-height: 40px;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}
.cd-popup-container img {
	width: 380px;
	margin: 0 auto;
	display: block
}
.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 0px;
	right: -40px;
	width: 40px;
	height: 40px;
	background: #2f1710;
	opacity: 0.5;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
	content: '';
	position: absolute;
	top: 17px;
	width: 25px;
	height: 3px;
	background-color: #fff;
}
.cd-popup-container .cd-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}
.cd-popup-container .cd-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
}
.is-visible .cd-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/*page-head*/
.pagetitle {
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
	margin: -30px 0px 0px -32px;
	border-left: 2px solid #d6623d;
	padding: 0px 55px;
	font-size: 18px;
	font-weight: normal;
	color: #150707;
	display: inline-block;
}
/*link*/
.blogroll {
	overflow: hidden;
	margin-left: -25px;
}/*因为浮动，而ＬＩ又浮动了，所以没高度，除非用overflow:hidden;*/
.blogroll li {
	float: left;
	margin-left: 25px
}/*wp-tag-cloud因为这个*/
.blogroll li a {
	display: block;
	width: 55px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
/*wp-tag-cloud*/
.wp-tag-cloud {
	width: 1196px;
	float: left;
	margin-left: 24px;
	margin-top: -6px;
}
.wp-tag-cloud li {
	float: left;
	width: auto;
	margin: 6px 6px;
}
.wp-tag-cloud li a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	border: 1px dashed #ececec;
	border-radius: 5px;
	transition: background 0.2s;
}
.wp-tag-cloud li a:hover {
	background: #d6623d;
	border: 1px solid #fff;
	color: #fff;
}
/*404*/
#fourpage {
	width: 100%;
	background: #fff;
	height: 440px;
}
.fourjpg {
	width: 1250px;
	margin: 0 auto;
	background: url(http://127.0.0.1:8088/zb_users/theme/juzipi/style/images/404.jpg) no-repeat;
	height: 440px;
}
.four-jpg{display:none;}
.four-buttom {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	margin-top: 340px;
	padding: 0px 10px;
	float: right;
	margin-right: 100px;
	background: #d6623d;
}
.four-buttom:hover {
	color: #fff;
}
/*theme*/	
#theme {
	width: 100%;
	background: url(http://127.0.0.1:8088/zb_users/theme/juzipi/style/images/themebg.png) repeat-x;
	height: 593px;
}
#theme .theme-jpg {
	width: 1250px;
	margin: 0 auto;
	background: url(http://127.0.0.1:8088/zb_users/theme/juzipi/style/images/theme.png) no-repeat;
	height: 593px;
}
#theme .theme-jpg .theme-buttom {
	margin-top: 400px;
	float: left;
	margin-left: 45px;
}/*产生合并*/
#theme .theme-jpg .theme-buttom li {
	margin-left: 40px;
	float: left
}
#theme .theme-jpg .theme-buttom li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	border-radius: 5px;
	font-size: 18px;
	background: #dd4900;
	color: #fff;
}
}
/*--PC CSS end--*/
/*--Ipad CSS--*/
@media only screen and (min-width:700px) and (max-width:1200px) {
/*header-web*/
#header-web {
	width: 100%;
	background: #f7f7f7;
}
.header-main {
	width: 100%;
	padding: 30px 0px;
}
/*header-web-header-main-logo */
.logo {
	width: 100%;
	text-align: center;
}
.logo h1 {
}

.logo h3 {
	display: none;
}
/*header-web-header-main-header-nav */
.header-nav {
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.header-nav .menu {
	width: 90%;
	margin: 0 auto;
}
.header-nav .menu li {
	width: 20%;
	float: left;
	position: relative;
}
.header-nav .menu li a {
	display: block;
	width: 50%;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #150707;
	transition: border 0.2s;
}
.header-nav .menu li:hover > a {
	border-bottom: 3px solid #f34c02;
	color: #110707;
}
.header-nav .menu li:hover > ul {
	display: block;
	background: #fff;
}
.header-nav .menu li .sub-menu {
	width: 80%;
	display: none;
	position: absolute;
	z-index: 99999;
	top: 40px;
	left: 0px;
	border: 1px solid #ececec;
	box-shadow: 2px 3px 10px #919191;
}
.header-nav .menu li .sub-menu li {
	width: 100%;
}/*继成，但是可以改变*/

.header-nav .menu li .sub-menu li a {
	width: 100%;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 3px solid #fff;
}
.header-nav .menu li .sub-menu li a:hover {
	border-bottom: 3px solid #d6623d;
	color: #110707;
}
/*header-web-header-main-weibo */
.weibo {
	display:none;
}
/*main*/
#main {
	width: 100%;
	height: auto;
	background: #FFF;
	padding: 25px 0px;
}
/*mbx*/	
#mbx {
	width: 100%;
	font-size: 16px;
}
#mbx a {
	font-size: 18px;
}
.clear {
	clear: both;
}
/*main-container*/
#container {
	width: 94%;
	margin: 0 auto;
}
/*main-container-list*/
.list {
	width: 100%;
	border-bottom: 1px solid #ececec;
	padding: 25px 0px;
	overflow: hidden;
	position: relative;
}
.archive-list {
	width: 100%;
	border-bottom: 1px solid #ececec;
	padding: 25px 0px;
	overflow: hidden;
	position: relative;
}
.titleimg {
	width: 22%;
	display: block;
	float: left;
	margin-right: 3%;
}
.titleimg img {
	width: 100%;
}
.mecc {
	width: 75%;
	float: left;
}
.mecctitle {
	height: 20px;
	line-height: 18px;
}
.mecctitle a {
	font-size: 18px;
	font-weight: normal;
	color: #150707;
	padding-right:25px;
	background: url(/static/image/link.png) no-repeat;
	background-position:center right;right:0px ;
	transition:all 0.5s ease-out;
}
.mecctitle a:hover {
	color: #d6623d;
	padding-right:25px;background: url(/static/image/hover.png) no-repeat;background-position:center right;right:0px 
}
.meccaddress {
	color: #a2a2a2;
	margin-top: 9px;
	font-style: normal;
	display:inline-block;
}
.meccaddress a {
	color: #a2a2a2;
}
.meccaddress a:hover {
	color: #d6623d;
}
.meccaddress img{width:20px;height:auto;}
.mecc p {
	margin-top: 5px;
	line-height: 1.5em;
}
.up {
	width: 40px;
	height: 25px;
	border-radius: 5px;
	background: #f7f7f7;
	position: absolute;
	top: 36px;
	right: 0px;
	display: block;
	text-align: center;
	line-height: 25px;
	transition: background 0.5s;
}
.up:hover {
	background: #d6623d;
	color: #fff
}
/*main-container-pagenavi*/
.pagenavi {
	margin-top: 25px;
	text-align: center;
	height: 30px;
}
.page-numbers {
	border-bottom: 5px solid #ececec;
	padding: 5px 8px 4px;
	margin: 0 5px;
	transition: All 1s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.page-numbers:hover, .pagenavi .current {
	color: #d6623d;
	border-bottom: 5px solid #d6623d;
}
.navigation {
	display: none;
}
/*container-content*/
.content {
	width: 100%;
	border-bottom: 1px solid #ececec;
	padding: 25px 0px;
	position: relative;
}
/*container-content-contenttitle*/
.contenttitle {
	height: 80px;
	background: #f7f7f7;
	display: block;/*不用背景就会填充一行，因为块无素没定义宽就会占一行*/
}
.count {
	float: left;
	display: block;
	height: 80px;
	line-height: 80px;
	width: 100px;
	color: #ec9573;
	font-size: 80px;
	text-align: center;
	transition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out;
	-o-transition: All 1s ease-in-out;
}
.count:hover {
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-webkit-transition: rotatey(360deg);
	-moz-transition: rotatey(360deg);
	-o-transition: rotatey(360deg);
}
.mscc {
	float: left
}
.mscctitle {
	height: 35px;
	line-height: 33px;
	margin-top: 11px;
}
.mscctitle a {
	font-size: 25px;
	font-weight: 900;
	color: #d6623d;
}
.msccaddress {
	color: #a2a2a2;
	margin-top: 5px;
	font-style: normal;
	float: left;
}
.msccaddress em {
	color: #d6623d;
	font-style: normal
}
.msccaddress a {
	color: #a2a2a2
}
.msccaddress img{display:none;}
.bshare-custom {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
/*container-content-content.text*/	
.content-text {
	margin-top: 5px;
	overflow: hidden;
}
.content-text p {
	clear: both;
	width: auto;
	padding: 10px 0;
	font-size: 20px;
	line-height: 35px;
	text-indent: 35px;
}
.content-text p img {
	width: 100%;
	float: left;
}
.content-text p a img {
	width: 100%;
	float: left;
}
.content-text h1 {
	line-height: 50px;
	background: #f7f7f7;
	margin: 7px 0px 7px 0px;
	border-left: 2px solid #d6623d;
	padding: 5px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #d6623d;
	display: inline-block;
}
.content-text h2 {
	line-height: 50px;
	background: #f7f7f7;
	margin: 7px 0px 7px 0px;
	border-left: 2px solid #9faa65;
	padding: 5px 30px;
	font-size: 20px;
	font-weight:bold;
	color: #347e02;
	display: inline-block;
}
.content-text blockquote {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	background: #fdf7e9;
}

/*container-content-article-tag*/	
.article-tag {
	background: url(/static/image/tag-orange.png) no-repeat;
	text-indent: 40px;
	height: 20px;
	line-height: 18px;
	margin-left: 30px;
	margin-top: 15px;
}
/*container-nav-single*/
.nav-single {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
}
.nav-single a {
	font-size: 16px;
	color: #0d0d0d;
}
.nav-single a:hover {
	color: #d6623d;
}
.nav-previous {
	float: left;
	width: 45%;
	margin-left: 5%;
}
.nav-next {
	float: right;
	width: 45%;
	margin-right: 5%;
	text-align: right;
}
/*container-xianguan*/
.xianguan {
	width: 100%;
	margin-top: 25px;
	overflow: hidden;
}
.xianguantitle {
	height: 40px;
	line-height: 25px;
	font-size: 15px;
	color: #66666;
	font-weight: bold;
}
.pic {
	width: 100%;
}
.pic li {
	width: 23%;
	float: left;
	margin-left: 1.6%;
	overflow: hidden;
	position: relative;
}
.pic li img {
	width: 100%;
	height: auto;
	display: block;
}
.pic li .link {
	width: 100%;
	height: 35px;
	text-indent: 20px;
	line-height: 35px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0px;
	right: -100%;
	color: #fff;
	transition: all .4s ease-out;
}
.pic li:hover .link {
	right: 0px;
	bottom: 0px;
}
/*comments-coment*/
.comment {
	width: 100%;
	background: #f7f7f7;
	border-radius: 8px;
	padding: 25px 0px;
	margin-top: 25px;
	overflow: hidden;
}
.comment .title {
	width: 100%;
	font-size: 16px;
	color: #949494;
	text-indent: 40px;
}
#comment {
	width: 90%;
	margin: 0 auto;
	margin-top: -25px;
	margin-bottom: 25px;
}
#comment li {
	width: 100%;
	padding: 25px 0px;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}
#comment li span {
	display: block;
	float: left;
	margin-right: 20px;
}
#comment li span img {
	height: 45px;
	width: 45px;
	border-radius: 50px;
	transition: all 0.4s linear;
}
#comment li span img:hover {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
#comment li .mhcc {
	width: 75%;
	float: left;
}
#comment li .mhcc address {
	height: 18px;
	line-height: 16px;
	color: #a2a2a2;
	font-style: normal;
}
#comment li .mhcc address a {
}
#comment li .mhcc p {
	clear: both;
	width: auto;
	padding: 5px 0;
	line-height: 30px;
	font-size: 16px;
}
/*comments-coment-commentform*/
#respond {
	margin-top: 25px;
	width: 100%
}
#respond p {
	margin-left: 5%;
}
#respond p a {
	color: #f34c02;
}
#commentform {
	margin-top: 25px;
	width: 100%;
}
#commentform input {
	width: 26%;
	padding: 10px 0px;
	text-indent: 15px;
	border: 1px solid #ececec;
	border-radius: 3px;
	font-size: 16px;
	color: #949494;
	display: inline-block;
	margin-left: 5.0%;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
#commentform textarea {
	width: 86%;
	padding: 14px;
	margin: 0 auto;
	margin-top: 25px;
	border: 1px solid #ececec;
	border-radius: 3px;
	font-size: 16px;
	color: #949494;
	display: block;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
.cancel-comment-reply {
	display: none;
}
#commentform #submit {
	float: right;
	width: 15%;
	height: 40px;
	line-height: 15px;
	border-radius: 3px;
	border: none;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #949494;
	cursor: pointer;
	margin-top: 25px;
	margin-right: 5%;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
#commentform #submit:hover {
	background-color: #d6623d;
	color: #fff;
}
/*sitebar*/
#sitebar {
	display:none;
}
/*search*/
.search {
	float: right;
	margin-bottom: 25px;
}
.search .text {
	width: 298px;
	height: 35px;
	text-indent: 10px;
	color: #656565;
	border: 1px solid #c4c4c4;
	display: block;
	float: left;
}
.search .button {
	height: 28px;
	width: 28px;
	background: url(http://127.0.0.1:8088/zb_users/theme/juzipi/style/images/bn_srh_1.png) no-repeat;
	border: none;
	cursor: pointer;
	float: left;
	margin-left: -32px;
	display: block;
}
/*dibu*/
#dibu {
	height: auto;
	width: 100%;
	background: #f7f7f7;
}
#dibu .about {
	width: 100%;
	padding: 25px 0px;
	overflow: hidden;
}
#dibu .about .right {
	float: right;
	border-left: 1px solid #ececec;
	margin-right: 25px;
}
#dibu .about .right .menu {
	overflow: hidden;
}
#dibu .about .right .menu li {
	float: left;
	margin-left: 25px;
}
#dibu .about .right .menu li a {
	display: block;
	width: 55px;
	height: 17px;
	line-height: 17px;
	text-align: center;
}
#dibu .about .right .banquan {
	margin-top: 10px;
	margin-left: 25px;
}
#dibu .about .left {
	float: right;
	margin-top: 12px;
}
#dibu .about .left .bottomlist {
}
#dibu .about .left .bottomlist li {
	float: right;
	margin-right: 25px;
}
#dibu .bottom {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #101010;
}
#dibu .bottom .tongji {
	display: none
}
/*弹出二维码*/
.cd-popup-trigger {
}
.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(231, 231, 231, 0.5);
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
	position: relative;
	width: 440px;
	margin: 50px auto;
	padding: 30px 0px;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.cd-popup-container h1 {
	width: 380px;
	height: 50px;
	margin: 0 auto;
	line-height: 40px;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}
.cd-popup-container img {
	width: 380px;
	margin: 0 auto;
	display: block
}
.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 0px;
	right: -40px;
	width: 40px;
	height: 40px;
	background: #2f1710;
	opacity: 0.5;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
	content: '';
	position: absolute;
	top: 17px;
	width: 25px;
	height: 3px;
	background-color: #fff;
}
.cd-popup-container .cd-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}
.cd-popup-container .cd-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
}
.is-visible .cd-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/*page-head*/
#container .content .pagetitle {
	height: 50px;
	line-height: 55px;
	background: #f7f7f7;
	margin: 7px 0px 7px 0px;
	border-left: 5px solid #d6623d;
	padding: 0px 30px;
	font-size: 20px;
	font-weight: normal;
	color: #150707;
	display: inline-block;
}
/*link*/
.blogroll {
	overflow: hidden;
	margin-left: -25px;
}/*因为浮动，而ＬＩ又浮动了，所以没高度，除非用overflow:hidden;*/
.blogroll li {
	float: left;
	margin-left: 25px
}
.blogroll li a {
	display: block;
	width: 55px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
/*wp-tag-cloud*/
.wp-tag-cloud {
	width: 94%;
	margin: 0 auto;
	margin-top: -6px;
}
.wp-tag-cloud li {
	float: left;
	width: auto;
	margin: 6px 6px;
}
.wp-tag-cloud li a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	border: 1px dashed #ececec;
	border-radius: 5px;
	transition: background 0.2s;
}
.wp-tag-cloud li a:hover {
	background: #d6623d;
	border: 1px solid #fff;
	color: #fff;
}
/*404*/
#fourpage {
	width: 100%;
	background: #fff;
	height: auto;
	overflow:hidden;
	
}
.four-jpg{display:none;}
.fourjpg {
	width: 100%;
	height:auto;
	float:left;
	background: url(http://127.0.0.1:8088/zb_users/theme/juzipi/style/images/404.jpg) no-repeat;
	background-size:100% auto;

}
.four-buttom {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	padding: 0px 10px;
	float: right;
	margin-right: 2%;
	margin-top:30%;
	margin-bottom:5%;
	background: #d6623d;
}
}
/*--Ipad CSS end--*/
/*--phone CSS--*/
@media only screen and (max-width:500px) {
body {
	background: #fff;
}
/*header-web*/
#header-web {
	width: 100%;
	background: #fff;
}
.header-main {
	width: 100%;
}
.logo {
	width: 100%;
	text-align: center;
	padding:5px 0px;
}
.logo h1 img{width:35%;height:auto;
	
}
.logo h3 {
	display: none;
}
/*header-nav*/
.header-nav {
	height: 40px;
	width: 100%;
	background: #e7e7e7;
}
.menu {
	height: 40px;
	width: 100%
}
.menu li {
	float: left;
	width: 20%;
}
.menu li a {
	display: block;
	height: 40px;
	width: 100%;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #585858;
}
.menu li a:hover {
	background: #d6623d;
	color: #fff;
}
.menu li .sub-menu {
	display: none;
}
/*header-web-header-main-weibo */
.weibo {
	display: none;
}
/*main*/
#main {
	width: 100%;
	height: auto;
	background: #FFF;
	overflow: hidden;
	margin-bottom: 20px;
}
/*mbx*/	
#mbx {
	display:none;
}
/*main-container*/
#container {
	width: 100%;
	margin: 0 auto;
}
/*main-container-list*/
.list {
	width: 94%;
	border-bottom: 1px solid #ececec;
	padding: 15px 0px;
	margin:0 auto;
}
.archive-list {
	width: 94%;
	border-bottom: 1px solid #ececec;
	padding: 15px 0px;
	margin:0 auto;
}
.titleimg {
	width: 22%;
	display: block;
	float: left;
	margin-right: 3%;
}
.titleimg img {
	width: 100%;
}
.mecc {
	width: 75%;
	float: left;
}
.mecctitle {
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}
.mecctitle a {
	font-size: 16px;
	font-weight: normal;
	color: #150707;
}
.mecctitle a:hover {
	color: #d6623d;
}
.meccaddress {
	color: #a2a2a2;
	margin-top: 9px;
	font-style: normal;
	display:inline-block;
}
.meccaddress a {
	color: #a2a2a2;
}
.meccaddress a:hover {
	color: #d6623d;
}
.meccaddress img{width:20px;height:auto;}
.mecc p {
	display: none;
}
.up {
	display: none;
}
/*main-container-pagenavi*/
.pagenavi {
	display: none
}
.navigation {
	width: 94%;
	margin:0 auto;
	margin-top: 20px;
}
.navigation a {
	font-size: 16px;
	font-weight: normal;
	color: #150707;
}
.navigation a:hover {
	color: #d6623d;
}
.navigation .nav-previous {
	width: 45%;
	margin-right: 5%;
	float: right;
	text-align: right;
}
.navigation .nav-next {
	width: 45%;
	margin-left: 5%;
	float: left;
}
/*container-content*/
.content {
	width: 100%;
	margin: 0 auto;
}
/*container-content-contenttitle*/
.contenttitle {
	width: 100%;
	padding: 15px 0px;
	background: #f8f8f8;
}
.count {
	display: none;
}
.mscc{width:92%;margin:0 auto;}
.mscctitle {
	line-height: 28px;
}
.mscctitle a {
	font-size: 20px;
	line-height:35px;
	font-weight: normal;
	color: #150707;
}
.msccaddress {
	color: #a2a2a2;
	margin-top: 9px;
	font-style: normal;
}
.bshare-custom {
	display: none;
}
.msccaddress a {
	color: #a2a2a2;
}
.msccaddress img{width:20px;height:auto;}
.msccaddress em {
	display:none;
}
/*container-content-content.text*/		
.content-text {
	overflow: hidden;
	width:92%;margin:0 auto;
}
.content-text p {
	clear: both;
	width: auto;
	padding: 7px 0;
	font-size: 16px;
	line-height: 30px;
	text-indent: 30px;
}
.content-text p img {
	width: 100%;
	float: left;
}
.content-text p a img {
	width: 100%;
	float: left;
}/*飘出p这个层，就相当于没有p的text-indent*/
.content-text h1 {
	line-height: 43px;
	background: #f7f7f7;
	margin: 7px 0px 7px 0px;
	border-left: 2px solid #d6623d;
	padding: 5px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #d6623d;
	display: block;
}
.content-text blockquote {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	background: #fdf7e9;
}
.content-text h2 {
	line-height: 43px;
	background: #f7f7f7;
	margin: 7px 0px 7px 0px;
	border-left: 2px solid #9faa65;
	padding: 5px 30px;
	font-size: 16px;
	font-weight:bold;
	color: #347e02;
	display: inline-block;
}
/*container-content-article-tag*/	
.article-tag {
	display: none;
}
/*container-nav-single*/
.nav-single {
	display: none;
}
/*container-xianguan*/
.xianguan {
	display: none
}
/*comments-coment*/
.comment {
	width: 100%;
	background: #f7f7f7;
	border-radius: 8px;
	padding: 20px 0px;
    margin-top:10px;
	overflow: hidden;
}
.comment .title {
	width: 87%;
	font-size: 16px;
	color: #949494;
	margin:0 auto;
}
#comment {
	width: 87%;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 20px;
}
#comment li {
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}
#comment li span {
	display: block;
	float: left;
	margin-right: 20px;
}
#comment li span img {
	height: 45px;
	width: 45px;
	border-radius: 50px;
	transition: all 0.4s linear;
}
#comment li span img:hover {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
#comment li .mhcc {
	width: 75%;
	float: left;
}
#comment li .mhcc address {
	height: 18px;
	line-height: 16px;
	color: #a2a2a2;
	font-style: normal;
}
#comment li .mhcc address a {
}
#comment li .mhcc p {
	clear: both;
	width: auto;
	padding: 5px 0;
	line-height: 30px;
	font-size: 16px;
}
/*comments-coment-commentform*/
#respond {
	margin-top: 20px;
	width: 87%;
	margin:0 auto;
}
#respond p {
	margin-left: 5%;
}
#respond p a {
	color: #f34c02;
}
#commentform {
	width: 100%;
}
#commentform input {
	width: 100%;
	padding: 14px 0px;
	margin-top:20px;
	text-indent: 15px;
	border: 1px solid #ececec;
	border-radius: 3px;
	font-size: 16px;
	color: #949494;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
#commentform .web{display:none;}
#commentform textarea {
	width: 90%;
	padding: 14px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #ececec;
	border-radius: 3px;
	font-size: 16px;
	color: #949494;
	display: block;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
.cancel-comment-reply {
	display: none;
}
#commentform #submit {
	width: 100%;
	margin:0 auto;
	height: 40px;
	line-height: 15px;
	border-radius: 3px;
	border: none;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #949494;
	cursor: pointer;
	margin-top: 20px;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
#commentform #submit:hover {
	background-color: #d6623d;
	color: #fff;
}
/*sitebar*/
#sitebar {
	display: none;
}
/*dibu*/
#dibu {
	display: none;
}
/*404*/
#fourpage {
	width: 100%;
	background: #fff;
	height: auto;
	margin-top:15px;
	
}
.fourjpg {
	width: 100%;
	height:auto;

}
.four-jpg{width:100%;height:auto;}
.four-buttom {
	display: none;
}
}
/*--phone CSS end--*/
/*--phone2 CSS--*/
@media only screen and (min-width:500px) and (max-width:700px) {
body {
	background: #fff;
}
/*header-web*/
#header-web {
	width: 100%;
	background: #fff;
}
.header-main {
	width: 100%;
}
.logo {
	width: 100%;
	text-align: center;
	padding:5px 0px;
}
.logo h1 img{width:25%;height:auto;
}
.logo h3 {
	display: none;
}
/*header-nav*/
.header-nav {
	height: 40px;
	width: 100%;
	background: #e7e7e7;
}
.menu {
	height: 40px;
	width: 100%
}
.menu li {
	float: left;
	width: 20%;
}
.menu li a {
	display: block;
	height: 40px;
	width: 100%;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #585858;
}
.menu li a:hover {
	background: #d6623d;
	color: #fff;
}
.menu li .sub-menu {
	display: none;
}
/*header-web-header-main-weibo */
.weibo {
	display: none;
}
/*main*/
#main {
	width: 100%;
	height: auto;
	background: #FFF;
	overflow: hidden;
	margin-bottom: 20px;
}
/*mbx*/	
#mbx {
	display:none;
}
/*main-container*/
#container {
	width: 100%;
	margin: 0 auto;
}
/*main-container-list*/
.list {
	width: 94%;
	border-bottom: 1px solid #ececec;
	padding: 20px 0px;
	margin:0 auto;
}
.archive-list {
	width: 94%;
	border-bottom: 1px solid #ececec;
	padding: 20px 0px;
	margin:0 auto;
}
.titleimg {
	width: 22%;
	display: block;
	float: left;
	margin-right: 3%;
}
.titleimg img {
	width: 100%;
}
.mecc {
	width: 75%;
	float: left;
}
.mecctitle {
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}
.mecctitle a {
	font-size: 18px;
	font-weight: normal;
	color: #150707;
}
.mecctitle a:hover {
	color: #d6623d;
}
.meccaddress {
	color: #a2a2a2;
	margin-top: 9px;
	font-style: normal;
	display:inline-block;
}
.meccaddress a {
	color: #a2a2a2;
}
.meccaddress a:hover {
	color: #d6623d;
}
.meccaddress img{width:20px;height:auto;}
.mecc p {
	margin-top: 5px;
	line-height: 1.5em;
}
.up {
	display: none;
}
/*main-container-pagenavi*/
.pagenavi {
	margin-top: 20px;
	text-align: center;
	height: 30px;
}
.page-numbers {
	border-bottom: 5px solid #ececec;
	padding: 5px 8px 4px;
	margin: 0 5px;
	transition: All 1s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.page-numbers:hover, .pagenavi .current {
	color: #d6623d;
	border-bottom: 5px solid #d6623d;
}
.navigation {
	display: none;
}
/*container-content*/
.content {
	width: 100%;
	margin: 0 auto;
}
/*container-content-contenttitle*/
.contenttitle {
	width: 100%;
	padding:20px 0px;
	margin:0 auto;
	background: #f8f8f8;
}
.count {
	display: none;
}
.mscc{width:92%;margin:0 auto;}
.mscctitle {
	line-height: 28px;
}
.mscctitle a {
	font-size: 20px;
	line-height:35px;
	font-weight: normal;
	color: #150707;
}
.msccaddress {
	color: #a2a2a2;
	margin-top: 9px;
	font-style: normal;
}
.bshare-custom {
	display: none;
}
.msccaddress a {
	color: #a2a2a2;
}
.msccaddress img{width:20px;height:auto;}
.msccaddress em {
	display:none;
}
/*container-content-content.text*/		
.content-text {
	overflow: hidden;
	width:92%;margin:0 auto;
}
.content-text p {
	clear: both;
	width: auto;
	padding: 7px 0;
	font-size: 16px;
	line-height: 30px;
	text-indent: 30px;
}
.content-text p img {
	width: 100%;
	float: left;
}
.content-text p a img {
	width: 100%;
	float: left;
}/*飘出p这个层，就相当于没有p的text-indent*/
.content-text h1 {
	line-height: 43px;
	background: #f7f7f7;
	margin: 7px 0px 7px 0px;
	border-left: 2px solid #d6623d;
	padding: 5px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #d6623d;
	display: block;
}
.content-text blockquote {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	background: #fdf7e9;
}
.content-text h2 {
	line-height: 43px;
	background: #f7f7f7;
	margin: 7px 0px 7px 0px;
	border-left: 2px solid #9faa65;
	padding: 5px 30px;
	font-size: 16px;
	font-weight:bold;
	color: #347e02;
	display: inline-block;
}
/*container-content-article-tag*/	
.article-tag {
	display: none;
}
/*container-nav-single*/
.nav-single {
	display: none;
}
/*container-xianguan*/
.xianguan {
	display: none
}
/*comments-coment*/
.comment {
	width: 100%;
	background: #f7f7f7;
	border-radius: 8px;
	padding: 25px 0px;
	margin-top: 15px;
	overflow: hidden;
}
.comment .title {
	width: 100%;
	font-size: 16px;
	color: #949494;
	text-indent: 40px;
}
#comment {
	width: 90%;
	margin: 0 auto;
	margin-top: -25px;
	margin-bottom: 25px;
}
#comment li {
	width: 100%;
	padding: 25px 0px;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}
#comment li span {
	display: block;
	float: left;
	margin-right: 20px;
}
#comment li span img {
	height: 45px;
	width: 45px;
	border-radius: 50px;
	transition: all 0.4s linear;
}
#comment li span img:hover {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
#comment li .mhcc {
width: 75%;
	float: left;
}
#comment li .mhcc address {
	height: 18px;
	line-height: 16px;
	color: #a2a2a2;
	font-style: normal;
}
#comment li .mhcc address a {
}
#comment li .mhcc p {
	clear: both;
	width: auto;
	padding: 5px 0;
	line-height: 30px;
	font-size: 16px;
}
/*comments-coment-commentform*/
#respond {
	margin-top: 25px;
	width: 100%
}
#respond p {
	margin-left: 5%;
}
#respond p a {
	color: #f34c02;
}
#commentform {
	margin-top: 25px;
	width: 100%;
}
#commentform input {
	width: 42%;
	padding: 10px 0px;
	text-indent: 15px;
	border: 1px solid #ececec;
	border-radius: 3px;
	font-size: 16px;
	color: #949494;
	display: inline-block;
	margin-left: 5.0%;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
#commentform .web{display:none;}
#commentform textarea {
	width: 85%;
	padding: 14px;
	margin: 0 auto;
	margin-top: 25px;
	border: 1px solid #ececec;
	border-radius: 3px;
	font-size: 16px;
	color: #949494;
	display: block;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
.cancel-comment-reply {
	display: none;
}
#commentform #submit {
	float: right;
	width: 25%;
	height: 40px;
	line-height: 15px;
	border-radius: 3px;
	border: none;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #949494;
	cursor: pointer;
	margin-top: 25px;
	margin-right: 5%;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
#commentform #submit:hover {
	background-color: #d6623d;
	color: #fff;
}
/*sitebar*/
#sitebar {
	display: none;
}
/*dibu*/
#dibu {
	display: none;
}
/*404*/
#fourpage {
	width: 100%;
	background: #fff;
	height: auto;
	margin-top:15px;
	
}
.fourjpg {
	width: 100%;
	height:auto;

}
.four-jpg{width:100%;height:auto;}
.four-buttom {
	display: none;
}
}
/*--phone2 CSS end--*/