﻿@media only screen and (min-width:700px) and (max-width:1200px) {
/*header-web*/
#header-web {
	width: 100%;
	background: #f8f8f8;
}
.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 #eb6622;
	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%;
	margin-top:25px;
	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: black;
	padding-right:25px;
	background: url(images/link.png) no-repeat;
	background-position:center right;right:0px ;
	transition:all 0.5s ease-out;
}
.mecctitle a:hover {
	color: #eb6622;
	padding-right:25px;background: url(images/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: black;
}
.meccaddress a:hover {
	color: #eb6622;
}
.meccaddress img{width:20px;height:auto;}
.mecc p {
	margin-top: 5px;
	line-height: 30px;
}
.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;
	overflow: hidden;
}
.up:hover {
	background: #eb6622;
	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: #eb6622;
	border-bottom: 5px solid #eb6622;
}
.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;
	overflow: hidden;
	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: #eb6622;
}
.msccaddress {
	color: #a2a2a2;
	margin-top: 5px;
	font-style: normal;
	float: left;
}
.msccaddress em {
	color: #eb6622;
	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 #eb6622;
	padding: 5px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #eb6622;
	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(images/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: #eb6622;
}
.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: #eb6622;
	color: #fff;
}
/*search*/
#soutab {
	width: 100%;
	overflow: hidden;
	margin-top:-25px;
	background: #f8f8f8;
	padding-bottom:30px;
}/*没有overflow:hidden，就表现这个层没有高度，而里面的层又漂浮起来，所以下面的main层也票了起来*/
.search {
	width: 78%;
	height: 40px;
	margin:0 auto;
}
.search .text {
	width: 80%;
	height: 32px;
	font-size: 16px;
	padding: 3px 0px;
	float: left;
	text-indent: 15px;
	color: #949494;
	border: 1px solid #ececec;
	border-radius: 3px;
	display: block;
	letter-spacing:1.5px;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}
.search .text:focus {
	color: #656565;
}
.search .button {
	height: 38px;
	width: 18%;
	margin-left: 1%;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	color: #fff;
	font-size: 15px;
	background: #ef4c17;
	border-radius: 2px;
}
.searchtitle {
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
	margin-top:25px;
	padding: 0px 40px;
	font-size: 18px;
	font-weight: normal;
	color: #150707;
	display: inline-block;
}
/*sitebar*/
#sitebar {
	display:none;
}
/*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 #eb6622;
	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: #eb6622;
	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(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: #eb6622;
}
}
