@media only screen and (min-width: 1200px) {
/*header-web*/
#header-web {
	width: 100%;
	background: #f8f8f8;
}
.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: 45px;
	position: relative;
}
.header-nav .menu li a {
	display: block;
	width: 75px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	color: black;
}
.header-nav .menu li a:after {
	content: "";
	position: absolute;
	border-bottom: 3px solid #eb6622;
	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;
	padding: 30px 0px;
	border: 1px solid #ececec;
}
/*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*/
#container .list {
	width: 825px;
	border-bottom: 1px solid #ececec;
	padding: 15px 0px;
	position: relative;
}
.archive-list {
	width: 825px;
	border-bottom: 1px solid #ececec;
	padding: 15px 0px;
	position: relative;
}
.titleimg {
	display: block;
	float: left;
	margin-right: 25px;
	width: 180px;
	height: 110px;
	overflow: hidden;
	background: url(images/xxx.gif);
	background-size: 150px 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: 18px;
	font-weight: bold;
	color: black;
	padding-right: 25px;
	background-position: center right;
	right: 0px;
	transition: all 0.5s ease-out;
}
.mecctitle a:hover {
	color: #eb6622;
	padding-right: 25px;
	background-position: center right;
	right: 0px
}
.meccaddress {
	color: #a2a2a2;
	margin-top: 9px;
	font-style: normal;
	display: inline-block;
}
.meccaddress a {
	color: #525252;
}
.meccaddress a:hover {
	color: #eb6622;
}
.meccaddress img {
	width: 20px;
	height: auto;
}
.mecc p {
	line-height: 30px;
}
.up {
	position: absolute;
	top: 31px;
	right: 20px;
	width: 40px;
	height: 18px;
	line-height: 17px;
	color: #b8b8b8;
	text-indent: 23px;
	background: url(images/cmt.png) no-repeat;
	display: block;
}

/*列的第一个效果*/
#container .list:first-child {
	width: auto;
	background: #f7f7f7;
	border-bottom: none;
	padding: 0px;
	margin-left: -32px;
	margin-bottom: 15px;
	display: block;
}
#container .list:first-child span {
	display: none
}
/*择属于父元素的第一个子元素的每个 <p> 元素,父字*/
#container .list:first-child .mecc {
	padding-right: 25px;
}
#container .list:first-child .mecctitle {
	height: 35px;
	line-height: 33px;
	margin-top: 11px;
}
#container .list:first-child .mecctitle a {
	font-size: 18px;
	font-weight: 900;
	color: #eb6622;
}
#container .list:first-child .meccaddress {
	color: #a2a2a2;
	margin-top: 5px;
	font-style: normal;
}
#container .list:first-child .mecc p {
	width: 830px;
	margin-left: -10px;
	padding: 10px 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background: #fff;
	margin-top: 10px;
	text-indent: 30px;
}
#container .list:first-child .up {
	position: static;
	border-left: 2px solid #eb6622;
	float: left;
	display: block;
	height: 80px;
	border-radius: 0px;
	line-height: 80px;
	width: 10px;
	color: #ec9573;
	font-size: 80px;
	text-align: center;
	background: #f8f8f8;
	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;
}
#container .list:first-child .up:before{display:none;}
#container .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 #eb6622;
}
.navigation {
	display: none;
}
/*container-content*/
.content {
	width: 825px;
	padding: 30px 0px;
	position: relative;
}
.content-text li {
	float: left;
	list-style: none;
}
.content-text li a {
	font-size: 16px;
	display: block;
	padding: 20px 20px;
}
/*container-content-contenttitle*/
.contenttitle {
	height: 80px;
	background: #f7f7f7;
	border-left: 2px solid #eb6622;
	margin-left: -32px;
	padding-right: 25px;
	position: relative;
	display: block;/*不用背景就会填充一行，因为块无素没定义宽就会占一行*/
}
.count {
	float: left;
	display: block;
	height: 80px;
	line-height: 80px;
	width: 10px;
	color: #f88246;
	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;
	overflow: hidden;
}
.count:hover {
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-webkit-transition: rotatey(360deg);
	-moz-transition: rotatey(360deg);
	-o-transition: rotatey(360deg);
}
.mscc {
	float: left;
	margin-left: 20px;
}
.mscctitle {
	height: 35px;
	line-height: 33px;
	margin-top: 11px;
}
.mscctitle a {
	font-size: 18px;
	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;
}
.content-text p {
	width: auto;
	padding: 10px 0;
	font-size: 16px;
	line-height: 33px;
	text-indent: 35px;
	color: #555555;
}
.content-text p img {
	max-width: 825px;
	margin-left: -35px;
	margin-bottom: -10px;
	background: url(images/imgbg.gif) no-repeat;
	background-size: 825px auto;
}
.content-text p a img {
	max-width: 825px;
	margin-left: -35px;
	margin-bottom: -10px;
	background: url(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 #eb6622;
	padding: 0px 55px;
	font-size: 18px;
	font-weight: bold;
	color: #eb6622;
	display: inline-block;
}
.content-text h2 {
	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(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%;
	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: 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: #eb6622;
	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: 335px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #66666;
	font-weight: bold;
	text-indent: 5px;
	border-bottom: 2px solid #eb6622;
	margin-bottom: -1px;
}
/*search*/
#soutab {
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;
}
.search {
	width: 335px;
	height: 36px;
}
.search .text {
	width: 243px;
	height: 28px;
	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: 34px;
	width: 80px;
	margin-left: 10px;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	color: #fff;
	font-size: 15px;
	background: #e54e1e;
	border-radius: 2px;
}
.searchtitle {
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
	margin: 0px 0px 0px -32px;
	border-left: 2px solid #eb6622;
	padding: 0px 55px;
	font-size: 18px;
	font-weight: normal;
	color: #150707;
	display: inline-block;
}
/*sitebar-:100%名家*/
.sitebar_list span{font-size:14px;font-weight:normal;width:70px;background:#eb6622;color:#fff;display:block;margin-top:18px;padding:2px 6px;}
.tagg{width:100%;overflow:hidden;}
.tagg li {float: left; display: block;}
.tagg .menu {
	width: 341px;
	float: left;
	margin-top: 10px;
	margin-left: -8px;
	margin-bottom:-8px;
}
.tagg .menu li {
	float: left;
	width: auto;
	margin: 8px 8px;
}
.tagg .menu li a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 21px;
	border-radius: 3px;
	transition: background 0.2s;
	font-size: 14px;
	color: #282828;
	border: 1px solid #ececec;
}
.tagg .menu li a:hover {
	border: 1px solid #fff;
	background: #eb6622;
	color: #fff;
}
/*sitebar-文章列表*/
.sitebar_list_ul {
	width: 335px;
}
.sitebar_list_ul li {
float: left;
	width: 100%;
	border-bottom: 1px dashed #ececec;overflow:hidden;
}
.sitebar_list_ul li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.sitebar_anyueguidang_ul {
	width: 335px;
}
.sitebar_anyueguidang_ul li {
	float: left;
	width: 33.3%;
	border-bottom: 1px dashed #ececec;overflow:hidden;
}
.sitebar_anyueguidang_ul li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.erweima {
	width: 100%;
	margin-bottom: 20px;
}
#sitebar .tagg {
	width: 335px;
	margin-left: -8px;
	margin-top:10px;
}

#sitebar .tagg  a {
	display: inline-block;
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	margin: 8px 8px;
	border: 1px solid #ececec;
	border-radius: 5px;
	transition: background 0.2s;
}
#sitebar .tagg  a:hover {
	background: #f34c02;
	border: 1px solid #fff;
	color: #fff;
}
/*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 #eb6622;
	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: 15px;
	margin-top: -15px;
}
.wp-tag-cloud li {
	float: left;
	width: auto;
	margin: 15px 15px;
}
.wp-tag-cloud li a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 18px;
	border-radius: 1px;
	border: 1px solid #fff;
	transition: background 0.2s;
	color: #fff;
	background: #eb6622;
}
.wp-tag-cloud li a:hover {
	background: #fff;
	border: 1px dashed #eb6622;
	color: #eb6622;
}
/*404*/
#fourpage {
	width: 100%;
	background: #fff;
	height: 440px;
	float:right
}
.fourjpg {
	width: 1250px;
	background: url(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: #eb6622;
}
.four-buttom:hover {
	color: #fff;
}
/*theme*/	
#theme {
	width: 100%;
	background: url(images/themebg.png) repeat-x;
	height: 593px;
	border-top: 1px solid #ececec;
}
#theme .theme-jpg {
	width: 1250px;
	margin: 0 auto;
	background: url(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;
}
/*ad*/
.logo2 {
	text-align: center;
}
#ad {
	width: 100%;
	background: #fff
}
.ad-middle {
	background: url(img/adv.png) no-repeat;
	width: 1250px;
	height: 390px;
	margin: 0 auto;
}
.ad-middle h1 {
	color: #fa3500;
	font-size: 35px;
	font-weight: 100;
	margin-left: 120px;
	padding-top: 85px;
}
.ad-middle p {
	width: 320px;
	margin-left: 80px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
}
.ad-middle .but {
	margin-left: 255px;
	margin-top: 15px;
}
/*ad2*/
#ad2 {
	width: 100%;
	background: #f8f8f8;
	padding-bottom: 50px;
}
.serve {
	width: 1250px;
	margin: 0 auto;
	overflow: hidden;
}
.serve .title {
	width: 1250px;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	margin-top: 50px;
}
.serve h1 {
	font-size: 23px;
	color: #070707;
}
.serve_con {
	width: 330px;
	float: left;
	margin-left: 65px;
	margin-top: 50px;
	overflow: hidden;
}
.serve_con .s1 {
	background: url(img/icon.png) no-repeat;
	width: 50px;
	height: 45px;
	float: left;
}
.serve_con .biao {
	width: 260px;
	float: left;
	margin-left: 20px;
}
.serve_con .biao h2 {
	line-height: 20px;
	font-weight: normal;
	color: #070707;
}
.serve_con .biao p {
	line-height: 25px;
	margin-top: 5px;
	font-size: 12px;
}
.special {
	width: 870px;
	margin: 0 auto;
	background: #f3f0e1;
	padding: 30px;
	font-size: 17px;
	color: green;
	margin-top: 50px;
}
.special ul {
}
.special ul li {
	line-height: 45px;
	color: #656565
}
/*ad4*/
#ad4 {
	width: 100%;
	background: #fff;
}
.ad-middle4 {
	width: 1100px;
	margin: 0 auto;
}
/*ad3*/
#ad3 {
	width: 100%;
	background: #f8f8f8;
	padding: 50px 0px;
}
#main2 {
	width: 1250px;
	height: auto;
	margin: 0 auto;
}
#main2 .title {
	width: 1250px;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	margin-bottom: 50px;
}
#main2 h1 {
	font-size: 23px;
	color: #070707;
}
#primary {
	width: 1280px;
	height: auto;
	margin-left: -25px;
	overflow: hidden;
}
#primary .list {
	width: 293px;
	height: 229px;
	float: left;
	margin-left: 25px;
	overflow: hidden;
	position: relative;
}
#primary .list img {
	width: 293px;
	height: 179px;
	display: block
}
#primary .list .mecc {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: -30px;
	transition: all .2s ease-out;
}
#primary .list .mecc h2 {
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 14px;
	text-indent: 15px;
}
#primary .list .mecc address {
	height: 30px;
	font-size: 12px;
	font-style: normal;
	color: #a2a2a2;
	text-indent: 15px;
}
#primary .list .mecc address a {
	font-size: 12px;
	color: #a2a2a2;
}
#primary .list:hover .mecc {
	left: 0px;
	bottom: 0px;
}
}
