/*
Theme Name:dai
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

div,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	margin: 0;
	padding: 0;
}

html {
    background: #ffffff !important;
}
body {
	font: 100%/1.5em 'Microsoft Yahei', Arial, tahoma;
}

a {
	text-decoration: none; 
	outline: none;
	-webkit-tap-highlight-color: transparent;
	color: #333;
}

input {
	-webkit-appearance: none;
	border: 0;
}

input:focus {
	outline: none;
}

li {
	list-style: none;
}

.clear {
	clear: both; 
}

a img {
	border: none;
}

table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.75em;
	width: 100%;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	box-sizing: border-box;
}

table th {
	background-color: #f9f9f9;
	text-align: center;
	box-sizing: border-box;
}

table td,
table th {
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

hr {
	border: none;
	border-bottom: 1px solid #eee;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #298dd9;
}

/*gold*/
.inner {
	width: 1180px;
	margin: 0 auto;
}

.thumbnail img {
	width: 100%;
	display: block;
}

.blank {
	height: 15px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

/*topad*/
.topad {
	margin-bottom: 15px;
}

.mainad {
	margin-bottom: 20px;
}

.topad img,
.mainad img {
	width: 100%;
	height: auto;
	display: block;
}

.content .mainad {
	border-bottom: 1px solid #eee;
	padding: 0 18px 20px;
}



/*logo*/
.logo {
	float: left;
	height: 60px;
	width: auto;
	width: 434px;
	margin-top: 15px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	height: 86px;
	width: auto;
}

.year {
	height: 45px;
	margin-top: 45px;
	padding-left: 100px;
	float: left;
	font-size: 15px;
	line-height: 15px;
	color: #024390;
	font-weight: bold;
}

.phone {
	width: 251px;
	padding-top: 45px;
	float: right;
}

.phone img {
	float: left;
	padding-right: 16px;
}

.phone hr {
	margin-bottom: 10px;
}

.phone p {
	font-size: 12px;
}

.phone p span {
	font-weight: bolder;
	font-size: 14px;
}

/*nav*/
.nav .menu ul li a:hover,
.nav .menu ul li.current a {
	background-color: #10a0db;
}
.nav-bg {
	background: #298dd9;
	height: 60px;
}

.nav {
	width: 100%;
	height: 60px;
	
}

.nav .menu ul li a {
	color: #fff;
	padding: 0 27px;
	display: block;
}








/*searchbtn*/
.top-other {
	float: right;
}

.top-other ul li i {
	padding: 0 15px;
	cursor: pointer;
	display: block;
}

.top-other ul li .social-share {
	position: absolute;
	right: -2px;
	top: 60px;
	width: 80px;
	background-color: #fff;
	padding: 0 20px;
	border: 1px solid #E9E9E9;
	display: none;
	z-index: 9;
}

.top-other ul li .social-share a {
	display: block;
	clear: both;
	color: #333;
	margin: 10px 0;
}

.top-other .icon-menu {
	display: none;
}

.top-other ul li.cur-menu {
	box-shadow: 0px 0px 3px #232323;
	margin-right: -1px;
	border-right-color: #444;
}

/*search-bg*/
.search-bg {
	background-color: #F5F5F5;
	width: 100%;
	padding: 20px 0;
	display: none;
}

.search-bg.search-open {
	display: block;
}

.search-bg .inner {
	overflow: hidden;
}

.search-form,
.search-form input {
	float: left;
}

.search-form .s {
	background-color: #fff;
	border: 1px solid #ddd;
	height: 22px;
	line-height: 22px;
	padding: 5px;
	font-size: 0.875em;
	width: 500px;
	border-radius: 3px;
}

.search-form button {
	border: none;
	background-color: #343639;
	color: #fff;
	height: 32px;
	padding: 0 5px;
	cursor: pointer;
	margin: 1px 5px;
	border-radius: 3px;
	font-size: 1em;
}

/*tagscloud*/
.tagscloud {
	float: left;
	padding-left: 10px;
	line-height: 32px;
	font-size: 0.875em;
}

.tagscloud span,
.tagscloud a {
	float: left;
}

.tagscloud a {
	color: #32A5E7;
	margin-left: 10px;
}

/*banner*/
#banner {
	position: relative;
	max-height: 700px;
}

#banner img {
	border: 0;
	max-width: 100%;
	vertical-align: top;
	display: block;
}

.ban-control-nav {
	width: 100%;
	position: absolute;
	bottom: 1%;
	left: 0;
	text-align: center;
}

.ban-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.ban-control-paging li a {
	width: 20px;
	height: 5px;
	display: block;
	background: #afafaf;
	cursor: pointer;
	text-indent: 9999em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.ban-control-paging li a:hover {
	background-color: #fff;
}

.ban-control-paging li a.ban-active {
	background-color: #fff;
	cursor: default;
	width: 40px;
}

/*container*/
.container {
	overflow: hidden;
}

.slidercontainer {
	position: relative;
}

/*breadcrumb*/
.breadcrumb {
	font-size: 0.875em;
	color: #666;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.breadcrumb span {
	border-left: 3px solid #009dda;
	padding-left: 15px;
	margin: 20px 0;
	font-weight: normal;
	font-size: 1.25em;
}

/*main*/
.main {
	width: 840px;
	float: left;
}

/*focus*/
.focus {
	float: left;
	width: 330px;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}

.focus ul {
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.focus ul li {
	width: 33%;
	height: 128px;
	float: left;
	border: 2px solid #f8f8f8;
	border-left: none;
	border-bottom: none;
	box-sizing: border-box;
	background: #eaeaea;
}

.focus ul li:nth-child(3n) {
	border-right: none;
}

.focus ul li a {
	text-align: center;
	display: block;
}

.focus ul li img {
	display: inline-block;
	margin-top: 10px;
}

.hots-item {
	float: left;
	width: 330px;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}

.hots-item ul {
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hots-item ul li {
	width: 33%;
	height: 128px;
	float: left;
	border: 2px solid #f8f8f8;
	border-left: none;
	border-bottom: none;
	box-sizing: border-box;
	background: #eaeaea;
}

.hots-item ul li:nth-child(3n) {
	border-right: none;
}

.hots-item ul li a {
	text-align: center;
	display: block;
}

.hots-item ul li img {
	display: inline-block;
	margin-top: 10px;
}

.flexslider {
	width: 100%;
}

.img-ad {
	width: 312px;
	position: relative;
	overflow: hidden;
	float: right;
	margin-top: 30px;
}

.img-ad img {
	width: 100%;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
}

.flexslider .slides:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides>li:first-child {
	display: block;
}

.flexslider {
	background-color: #fff;
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	-moz-user-select: none;
}

.flex-viewport {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 387px;
}

.carousel li {
	margin-right: 5px;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 15px;
	right: 10px;
	text-align: right;
}

.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background-color: #869791;
	cursor: pointer;
	text-indent: 9999em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.flex-control-paging li a:hover {
	background-color: #DA6B4A;
}

.flex-control-paging li a.flex-active {
	background-color: #DA6B4A;
	cursor: default;
}

.flex-caption {
	position: absolute;
	width: 96%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.flex-caption a {
	color: #fff;
}

/*top*/
.top1 {
	width: 495px;
	height: auto;
	float: left;
	/* background-color: #fff; */
	margin-bottom: 20px;
	/* overflow: hidden; */
	margin-left: 1%;
}

.ambient h3,
.hots-item h3,
.focus h3,
.top1 h3,
.hots h3,
.content h3,
.widget h3 {
	border-left: 3px solid #009dda;
	padding-left: 15px;
	margin: 20px 0;
	font-weight: normal;
	font-size: 1.25em;
}

.widget .bloggerinfo {
	padding: 0 18px;
}

.top1 ul li {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	line-height: 1.7;
}

.top1 ul li.last {
	border-bottom: none;
	margin-bottom: 0;
}

.top1 h4 {
	font-size: 1.125em;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top1 p,
.hots ul li p {
	font-size: 0.875em;
	color: #555;
	overflow: hidden;
}

.top1 p {
	height: 48px;
}

.hots ul li p {
	height: 72px;
}

.news-first {
	height: auto;
	margin: 15px auto;
	overflow: hidden;
}

.news-first img {
	display: block;
	width: 30%;
	height: 100px;
	float: left;
}

.news-first p {
	padding: 0;
	float: right;
	/* width: 65%; */
	height: auto;
	font-size: 16px;
	color: #565656;
	text-indent: 2em;
	line-height: 26px;
}

.news-first p a {
	color: #ff0000;
}

.tab-content .slides {
	overflow: hidden;
	margin-top: 5px;
}

.tab-content .slides li a {
	color: #909090;
	font-size: 16px;
	transition: all 0.3s linear;
	display: block;
}

.tab-content .slides li a span:first-child {
	display: inline-block;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.tab-content .slides li a span:last-child {
	display: inline-block;
	width: 25%;
	text-align: right;
}

.tab-content .slides li a:hover {
	color: red;
}

.tab-page {
	padding: 0;
	width: 100%;
	height: 35px;
}

.tab-page li {
	display: block;
	width: 31%;
	height: 35px;
	line-height: 35px;
	float: left;
	margin-right: 3%;
	text-decoration: none;
	background: #ececec;
	color: #024390;
	font-size: 20px;
	text-align: center;
}

.tab-page .tab-active {
	color: rgb(255, 255, 255);
	background: rgb(0, 157, 218);
}

.tab-page li:last-child {
	margin-right: 0;
}

/*hots*/
.hots,
.content {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
}

.ambient .section-title,
.hots-item .section-title,
.focus .section-title,
.top1 .section-title,
.hots .section-title,
.content .section-title,
.widget .section-title,
.friendlinks .section-title {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.hots ul {
	padding: 0 18px;
	overflow: hidden;
}

.section {
	padding: 16px 8px 22px 22px;
	border: 1px solid transparent;
	box-sizing: border-box;
}

.section:hover {
	border: 1px solid #dcecfc;
	box-shadow: 0 0 10px #dcecfc;
	-webkit-box-shadow: 0 0 10px #dcecfc;
	-moz-box-shadow: 0 0 10px #dcecfc;
}

.section-first {
	margin-bottom: 20px;
	overflow: hidden;
}

.section-first dt {
	float: left;
	width: 30%
}

.section-first dt img {
	width: 100%;
}

.section-first dd {
	float: left;
	width: 70%;
	height: 276px;
	padding: 30px;
	background: #eef4fb;
	box-sizing: border-box;
}

.section-first dd h4 {
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #d3dfec;
	padding-bottom: 24px
}

.section-first dd p {
	font-size: 18px;
	line-height: 30px
}

.section-first dd p a {
	color: #666666;
	text-decoration: none
}

.section-first dd p a span {
	color: #f8353d
}

.section-news {
	margin-bottom: 20px;
	overflow: hidden;
}

.section-news dl {
	width: 49%;
	height: 70px;
	float: left;
	margin: 0;
	margin-top: 15px;
	margin-right: 8px;
}

.section-news dl:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.section-news dl:nth-of-type(2) dt {
	background: #ff6691;
}

.section-news dl:nth-of-type(3) dt {
	background: #fdb51a;
}

.section-news dl:nth-of-type(4) dt {
	background: #3ab6fe;
}

.section-news dl dt {
	width: 25%;
	height: 70px;
	background: #86cf76;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 1.1;
}

.section-news dl dt h3 {
	font-size: 32px;
	margin: 0;
	font-weight: bold;
	padding-top: 5px;
	border: none;
	padding-left: 0;
}

.section-news dl dt h6 {
	font-size: 18px;
	margin: 0;
	padding-top: 2px;
	font-weight: normal;
}

.section-news dl dd {
	width: 75%;
	height: 70px;
	font-size: 18px;
	line-height: 70px;
	float: left;
	text-align: center;
	background: #eef4fb;
}

.section-news dl dd a {
	color: #666666;
}

.hots ul li {
	float: left;
	width: 49%;
	padding-bottom: 5%;
}

.hots ul li.right {
	float: right;
}

.hots ul li .thumbnail {
	width: 130px;
	height: 98px;
	float: left;
	padding-right: 10px;
}

.hots ul li img {
	height: 98px;
}

.hots ul li h4 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1em;
	margin-bottom: 5px;
}

/*ambient*/
.ambient {
	overflow: hidden;
}

.ambient .section-title {
	overflow: hidden;
}

.ambient .section-title h3 {
	float: left;
}

.ambient .section-title a {
	float: right;
	font-size: 18px;
	color: #5bb7e0;
	margin-top: 15px;
	position: relative;
}

.ambient .section-title a:before {
	position: absolute;
	content: '+';
	width: 22px;
	height: 22px;
	background: #5bb7e0;
	left: -28px;
	bottom: 0;
	top: 0;
	margin: auto;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	font-size: 22px;
}

.ambient ul li .fl,
.ambient ul li .fr {
	width: 235px;
	height: 148px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}

.ambient ul li .fl {
	background: #009dda;
}

.ambient ul li .fr {
	background: #024390;
}

.ambient ul li:first-child img {
	margin-left: 4.5px;
}

.ambient ul li:last-child img {
	margin-right: 4.5px;
}

/*section*/
.section {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.section h2 {
	font-weight: normal;
	font-size: 1.25em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}

.section .thumbnail {
	float: left;
	width: 200px;
	padding-right: 25px;
	position: relative;
}

.section .thumbnail span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 5px;
	font-size: 0.75em;
	background: rgba(71, 150, 216, .7);
	color: #fff;
}

.section .thumbnail img {
	height: 150px;
}

.section .excerpt p {
	font-size: 0.875em;
	color: #555;
	height: 72px;
	overflow: hidden;
}

/*postmeta*/
.postmeta {
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.postmeta span {
	font-size: 0.75em;
	color: #666;
	margin-right: 15px;
}

/*post*/
.post {
	margin: 0 18px;
	overflow: hidden;
}

.post h1.post-title {
	font-size: 1.25em;
	margin-bottom: 10px;
	color: #555;
}

.post .postmeta {
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
}

.post .postmeta span {
	color: #999;
}

.post .entry {
	color: #333;
}

.post .entry p {
	font-size: 1em;
	line-height: 1.75em;
	margin-bottom: 20px;
}

.post .entry ul,
.post .entry ol,
.post .entry hr,
.post .entry blockquote,
.post .entry h1,
.post .entry h2,
.post .entry h3,
.post .entry h4,
.post .entry h5,
.post .entry h6 {
	margin-bottom: 20px;
}

.post .entry h1,
.post .entry h2,
.post .entry h3,
.post .entry h4,
.post .entry h5,
.post .entry h6 {
	border-left: 3px solid #D90000;
	padding-left: 15px;
	font-weight: bold;
}

.post .entry li {
	font-size: 1em;
}

.post .entry ul,
.post .entry ol {
	padding-left: 2em;
}

.post .entry ul li {
	list-style: inside disc none;
	margin-left: 1px;
}

.post .entry ol li {
	list-style: inside decimal none;
}

.post .entry blockquote {
	overflow: hidden;
	border: 1px solid #eee;
	border-left: 4px solid #eee;
	background-color: #F5F5F5;
	color: #777;
	padding: 20px 20px 0;
	font-size: 0.875em;
	margin: 0 2em 20px;
	border-radius: 4px;
}

.post .entry a {
	color: #4796D8;
}

.post .entry img {
	max-width: 100%;
	height: auto;
}

/*tags*/
.tags {
	margin-bottom: 20px;
	font-size: 0.875em;
	color: #888;
}

.tags a {
	color: #888;
	margin-right: 5px;
}

/*postnavi*/
.postnavi {
	margin-bottom: 20px;
	overflow: hidden;
}

.postnavi .prev {
	float: left;
}

.postnavi .next {
	float: right;
}

.postnavi i {
	font-style: normal;
	font-family: '宋体';
}

.postnavi a {
	font-size: 0.875em;
	color: #555;
}

.postnavi a:hover {
	color: #D90000;
}

/*related-post*/
.related-post,
.related-pic,
.commentslist {
	border-top: 1px solid #eee;
	margin-bottom: 20px;
}

.related-post h3,
.related-pic h3,
.commentslist h3 {
	border: none;
	padding-left: 0;
	font-size: 1em;
	color: #333;
	margin: 20px 0 10px;
}

.related-post ul li {
	line-height: 1.75em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.875em;
}

/*related-pic*/
.related-pic {
	overflow: hidden;
}

.related-pic ul {
	width: 819px;
	overflow: hidden;
}

.related-pic ul li {
	float: left;
	width: 189.75px;
	padding: 5px 0;
	margin-right: 15px;
}

.related-pic ul li .thumbnail {
	margin-bottom: 5px;
	height: 143px;
	position: relative;
}

.related-pic ul li .thumbnail img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.related-pic ul li p {
	font-size: 0.875em;
	height: 44px;
	overflow: hidden;
}

/*commentslist*/
.commentslist ol li {
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 3px;
	background-color: #f9f9f9;
}

.commentslist ol li .cmt-wrap {
	position: relative;
	padding-left: 55px;
}

.commentslist ol li .thumbnail {
	position: absolute;
	left: 0;
	top: 5px;
	width: 45px;
	height: 45px;
	border-radius: 2px;
	overflow: hidden;
}

.commentslist ol li .thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 2px;
}

.commentslist ol li .cmt-user {
	font-size: 0.875em;
	margin-bottom: 5px;
}

.commentslist ol li .cmt-meta {
	font-size: 0.75em;
	color: #888;
	margin-bottom: 10px;
}

.commentslist ol li .cmt-meta span.reply {
	margin-left: 10px;
}

.commentslist ol li .cmt-txt {
	font-size: 1em;
}

.commentslist ol li li {
	margin-top: 10px;
	background-color: #fff;
}

/*comment-form*/
.comment-form {
	margin-bottom: 20px;
	overflow: hidden;
}

.comment-form textarea {
	border: 1px solid #dedede;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	text-indent: 5px;
	height: 120px;
}

.comment-form p {
	margin-top: 15px;
}

.comment-form .input {
	float: left;
}

.comment-form .text,
.comment-form p.verifyCode .input {
	border: 1px solid #dedede;
	padding: 5px;
	width: 200px;
	border-radius: 3px;
	margin-right: 5px;
	height: 24px;
	line-height: 24px;
}

.comment-form p.verifyCode .input {
	width: 120px;
}

.comment-form label {
	font-size: 0.875em;
	color: #555;
}

.comment-form .submit {
	float: right;
	background-color: #D90000;
	color: #fff;
	border-radius: 3px;
	border: none;
	padding: 5px 15px;
	cursor: pointer;
	font-size: 1.125em;
}

/*pagenavi*/
.pagenavi {
	text-align: center;
	margin-bottom: 20px;
}

.pagenavi a,
.pagenavi b,
.pagenavi em {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 5px 10px;
	font-size: 0.75em;
	color: #333;
	margin: 0;
}

.pagenavi a:hover {
	color: #3ab6fe;
}

.pagenavi a.current,
.pagenavi b {
	background-color: #3ab6fe;
	color: #fff;
	border-color: #3ab6fe;
}

/*sidebar*/
.sidebar {
	width: 320px;
	float: right;
}

/*widget*/
.widget {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

.textwidget {
	padding: 9px 18px;
}

.textwidget p {
	padding: 9px 0;
}

.textwidget img {
	width: 100%;
	height: auto;
}

.widget ul {
	padding: 0 18px 3px;
}

.widget.theme-widget ul {
	padding: 0 18px;
}

.widget ul li {
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.875em;
	margin-bottom: 13px;
}

.bar1 ul li {
	white-space: normal
}

.btn {
	display: block;
	background: #3ab6fe;
	color: #fff;
	width: 80%;
	margin: 20px auto;
	font-size: 18px;
	padding: 6px 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.widget .thumbnail {
	float: left;
	width: 100px;
	height: 75px;
	padding-right: 15px;
}

.widget .thumbnail img {
	height: 75px;
}

.widget ul li p {
	font-size: 1em;
}

.widget ul li i {
	font-style: normal;
	font-size: 0.75em;
	background-color: #eee;
	color: #888;
	padding: 3px 8px;
	margin-right: 8px;
	border-radius: 3px;
}

.widget ul li i.a1 {
	background-color: #D90000;
	color: #fff;
}

.widget ul li i.a2 {
	background-color: #FD6440;
	color: #fff;
}

.widget ul li i.a3 {
	background-color: #4796D8;
	color: #fff;
}

.widget ul li i.a4,
.a5,
.a6,
.a7,
.a8,
.a9 {
	font-style: normal;
	font-size: 0.75em;
	background-color: #eee;
	color: #888;
	padding: 3px 8px;
	margin-right: 8px;
	border-radius: 3px;
}

.widget .follow {
	padding: 0 9px;
	text-align: center;
}

.widget .follow img {
	margin: 0 9px;
	width: 130px;
	height: 130px;
}

.widget .follow p {
	margin-bottom: 18px;
}

.widget ul li.list p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget ul li.list .thumbnail {
	display: none;
}

.widget ul li.list.cur .thumbnail {
	display: block;
}

.widget ul li.list.cur i {
	display: none;
}

.widget ul li.list.cur p {
	white-space: normal;
}

.widget .bloggerinfo .bloggerinfoimg img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}

.widget .bloggerinfo p,
.widget .bloggerinfo .bloggerinfoimg {
	margin-bottom: 18px;
}

.widget .bloggerinfo p.name {
	text-align: center;
	font-size: 1.25em;
}

.widget .bloggerinfo p.des {
	font-size: 0.875em;
	color: #555;
	text-indent: 2em;
}

.widget #calendar {
	margin-bottom: 18px;
}

.widget #calendar table {
	border: none;
}

.widget #calendar table td,
.widget #calendar table th {
	border: none;
	text-align: center;
}

.widget #calendar table td.day2 a {
	background-color: #D90000;
	border-radius: 50%;
	color: #fff;
	width: 17px;
	height: 17px;
	margin: 0 auto;
	display: block;
	line-height: 17px;
}

.widget.twitter p {
	margin-bottom: 5px;
	color: #555;
	font-size: 1em;
	white-space: normal;
	text-align: justify;
}

.widget.twitter ul li p.time {
	color: #888;
	font-size: 0.875em;
}

.widget.twitter p.more {
	margin-bottom: 18px;
	text-align: right;
	font-size: 0.75em;
}

.divTags ul {
	padding: 0 18px 18px;
	overflow: hidden;
}

.divTags a {
	display: block;
	float: left;
	font-size: 0.75em;
	background-color: #E1474D;
	padding: 0 8px;
	border-radius: 2px;
	margin: 2px 5px 2px 0;
	overflow: hidden;
	color: #fff;
}

.divTags a:hover {
	opacity: 0.9;
}

.divTags a:nth-child(8n-7) {
	background-color: #8A9B0F;
}

.divTags a:nth-child(8n-6) {
	background-color: #EB6841;
}

.divTags a:nth-child(8n-5) {
	background-color: #3FB8AF;
}

.divTags a:nth-child(8n-4) {
	background-color: #FE4365;
}

.divTags a:nth-child(8n-3) {
	background-color: #FC9D9A;
}

.divTags a:nth-child(8n-2) {
	background-color: #EDC951;
}

.divTags a:nth-child(8n-1) {
	background-color: #C8C8A9;
}

.divTags a:nth-child(8n) {
	background-color: #83AF9B;
}

.divTags a:first-child {
	background-color: #E1474D;
}

.divTags a:last-child {
	background-color: #3299BB;
}

.widget.blogsort ul li {
	position: relative;
	margin-bottom: 10px;
}

.widget.blogsort ul li i,
.widget.twitter p i {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	margin-right: 0;
}

.widget.blogsort ul li span {
	float: right;
}

.widget.blogsort ul li ul {
	padding: 0 0 0 1em;
}

.widget.blogsort ul li ul li {
	margin-bottom: 0;
	margin-top: 10px;
}

.widget.newcmt ul {
	padding: 0 18px 13px;
}

.widget.newcmt ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.875em;
	color: #555;
	margin-bottom: 5px;
}

.widget.newcmt ul li img {
	float: left;
	width: 40px;
	height: 40px;
	padding: 6px 5px 0 0;
}

.widget.newcmt ul li span {
	display: block;
}

.widget.newcmt ul li a {
	color: #555;
}

.widget .side-search {
	padding: 18px;
}

.widget .side-search form {
	display: block;
	width: 187px;
	margin: 0 auto;
	overflow: hidden;
}

.widget .side-search .input-search {
	border: 1px solid #dedede;
	height: 22px;
	padding: 5px 0;
	text-indent: 5px;
	line-height: 22px;
	border-radius: 3px 0 0 3px;
	float: left;
	width: 140px;
}

.widget .side-search .btn {
	float: left;
	background-color: #D90000;
	color: #fff;
	border: none;
	height: 34px;
	padding: 0 10px;
}

/*weiyu*/
#weiyu {
	padding: 18px;
}

#weiyu .main_img p {
	margin-bottom: 5px;
}

#weiyu .main_img p.author {
	font-size: 1em;
	color: #555;
}

#weiyu .main_img p span {
	font-size: 0.75em;
	color: #888;
}

#weiyu .main_img p a span {
	font-size: 1em;
}

#weiyu .main_img img {
	float: left;
	display: block;
	width: 45px;
	height: 45px;
	padding: 6px 8px 0 0;
}

#weiyu .main_cont {
	margin-bottom: 20px;
	overflow: hidden;
}

#weiyu .main_cont p {
	padding: 0 20px;
	color: #555;
	font-size: 0.875em;
}

#weiyu .main_cont .blockquote_l {
	background: url(../images/block_l.png) no-repeat left top;
	width: 20px;
	height: 20px;
	display: block;
}

#weiyu .main_cont .blockquote_r {
	background: url(../images/block_r.png) no-repeat left top;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
}

#weiyu ul.r {
	margin-bottom: 15px;
}

#weiyu ul.r li {
	font-size: 0.875em;
	color: #333;
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #666;
}

#weiyu ul.r li span {
	display: block;
}

#weiyu ul.r li span.name {
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

#weiyu ul.r li span.time {
	font-size: 0.875em;
	color: #888;
	margin-top: 10px;
}

#weiyu ul.r li em {
	position: absolute;
	right: 0;
	top: 0;
	font-style: normal;
}

#weiyu ul.r li em a {
	color: #D90000;
}

#weiyu textarea {
	width: 100%;
	border: 1px solid #ddd;
	height: 80px;
	box-sizing: border-box;
	padding: 5px;
	font-size: 0.875em;
	margin-bottom: 10px;
}

#weiyu li .tinfo label {
	display: block;
	float: left;
	font-size: 0.875em;
	width: 50px;
	padding: 0 5px;
	height: 27px;
	border: 1px solid #ddd;
	border-right: none;
	text-align: right;
}

#weiyu li .tinfo p {
	margin-bottom: 5px;
	overflow: hidden;
}

#weiyu li .tinfo input {
	border: 1px solid #ddd;
	font-size: 0.875em;
	padding: 5px;
	float: left;
	border-radius: 0;
}

#weiyu .button_p {
	background-color: #E1474D;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 5px 20px;
	border-radius: 3px;
	float: right;
}

/*friendlinks*/
.friendlinks {
	background-color: #fff;
	margin-bottom: 20px;
}

.friendlinks .section-title {
	padding: 10px 18px;
	font-size: 0.875em;
	margin-bottom: 10px;
}

.friendlinks .section-title span {
	font-size: 0.875em;
	color: #666;
	margin-left: 15px;
}

.friendlinks ul {
	overflow: hidden;
	padding: 0 8px 10px;
}

.friendlinks ul li {
	float: left;
	margin: 5px 10px;
	display: inline;
	font-size: 0.75em;
}

.friendlinks ul li a {
	color: #555;
}

/*fixed-widget*/
.fixed-widget {
	position: fixed;
	right: 2%;
	bottom: 10%;
	z-index: 8;
}

.fixed-widget ul li {
	cursor: pointer;
	font-size: 2em;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.fixed-widget ul li i {
	color: #239fd0;
}

/*footer*/
.footer {
	background-color: #164c94;
	color: #888;
	width: 100%;
	padding: 10px 0;
}

.footer-top {
	overflow: hidden;
	background: #f2f2f2;
	padding: 50px 0;
	box-sizing: border-box;
}

.footer-top ul {
	float: right;
	overflow: hidden;
}

.footer-top ul li {
	float: left;
	text-align: center;
	margin-right: 45px;
}

.footer-top ul li a:hover {
	text-decoration: underline;
}

.footer-top ul li span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #298dd9;
	padding-top: 6px;
}

.footer .inner {
	overflow: hidden;
}

.footer a {
	color: #888;
}

.footer .other {
	float: right;
	font-size: 0.75em;
}

/*copyright*/
.copyright {
	clear: both;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.copyright p {
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin: 5px 0;
}

.copyright p a {
	color: #fff;
}

/*screen width*/
/*search key*/
.search {
	width: 100%;
	height: 90px;
	background: #f4f4f4;
	overflow: hidden;
}

.search .inner {
	height: 90px;
	margin: 0 auto;
}

.search .inner div:nth-child(1) {
	float: left;
	width: 182px;
	text-align: center;
	line-height: 1.4;
}

.search .inner div:nth-child(1) p {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 30px;
}

.search .inner div:nth-child(1) h6 {
	margin: 0;
	padding: 0;
	color: #adadad;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

.search .inner div:nth-child(2) {
	margin: 45px 0 0 0;
	padding: 0;
	float: left;
	width: 638px;
	margin-left: 27px;
}

.search .inner div:nth-child(2) span {
	font-size: 14px;
	color: #939393;
}

.search .inner div:nth-child(2) a {
	font-size: 14px;
	color: #939393;
	margin-right: 12px;
}

.search .inner div:nth-child(2) a:hover {
	color: red;
}

.search .inner form {
	float: left;
	width: 333px;
	margin-top: 33px;
}

.search .inner form input {
	padding-left: 10px;
	width: 225px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #adadad;
	border-radius: 20px;
	background: #f4f4f4;
	outline: none;
}

.search .inner form img {
	margin-left: -40px;
	vertical-align: middle;
}

.search .inner form button {
	width: 85px;
	height: 35px;
	line-height: 35px;
	background: #f39800;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
	margin-left: 14px;
	position: relative;
	top: 3px;
	outline: none;
	border: 0px;
	cursor: pointer;
}

/*full-search*/
.full-search {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.full-search .inner {
	height: 90px;
	margin: 0 auto;
}

.full-search .inner font {
	display: block;
	margin-top: 5px;
}

.full-search .inner form {
	padding: 25px;
	box-sizing: border-box;
}

.full-search .inner form input {
	width: 45%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #adadad;
	border-radius: 5px;
	background: #f4f4f4;
	outline: none;
	padding-left: 15px;
	box-sizing: border-box;
}

.full-search .inner #field {
	width: 60px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	margin-left: 14px;
	position: relative;
	top: 3px;
	outline: none;
	cursor: pointer;
}

.full-search .inner form img {
	margin-left: -40px;
	vertical-align: middle;
}

.full-search .inner form button {
	width: 85px;
	height: 35px;
	line-height: 35px;
	background: #f39800;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
	margin-left: 14px;
	position: relative;
	top: 3px;
	outline: none;
	border: 0px;
	cursor: pointer;
}

.tagscloud strong {
	color: red;
}

.top-other {
	display: none;
}

.advPic {
	width: 100%;
	height: 150px;
	margin: 30px auto;
}

.advPic ul li {
	float: left;
	height: 150px;
	text-align: center;
	color: #fff;
	margin-right: 1px;
	cursor: pointer;
}

.advPic ul li:last-child {
	margin-right: 0;
}

.advPic ul li span {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	margin-bottom: 2%;
	font-size: 14px;
}

.advPic ul li:first-child {
	width: 190px;
	background: #215b93;
}

.advPic ul li:first-child p {
	font-size: 22px;
	line-height: 75px;
}

.advPic ul li:first-child span {
	float: left;
	background: white;
	border-radius: 40px;
	color: #215b93;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 22px;
	line-height: 37px;
	margin-left: 55px;
}

.advPic ul li:first-child span:last-child {
	margin-left: 7px;
}

.advPic ul li:nth-child(2) {
	width: 127px;
}

.advPic ul li:nth-child(2) span:first-child {
	height: 70%;
	background: #f05c5c;
}

.advPic ul li:nth-child(2) span:last-child {
	height: 28%;
	background: #ea69a2;
}

.advPic ul li:nth-child(3) {
	width: 117px;
}

.advPic ul li:nth-child(3) span:first-child {
	height: 40%;
	background: #30a7c9;
}

.advPic ul li:nth-child(3) span:last-child {
	height: 58%;
	background: #fda700;
}

.advPic ul li:nth-child(4) {
	width: 137px;
}

.advPic ul li:nth-child(4) span:first-child {
	height: 25%;
	background: #7a82ce;
}

.advPic ul li:nth-child(4) span:nth-child(2) {
	height: 48%;
	background: #f15e5f;
}

.advPic ul li:nth-child(4) span:last-child {
	height: 23%;
	background: #7782c7;
}

.advPic ul li:nth-child(5) {
	width: 77px;
}

.advPic ul li:nth-child(5) span:first-child {
	height: 65%;
	background: #0683a7;
}

.advPic ul li:nth-child(5) span:last-child {
	height: 33%;
	background: #e86aa3;
}

.advPic ul li:nth-child(6) {
	width: 212px;
}

.advPic ul li:nth-child(6) span:first-child {
	height: 30%;
	background: #ee5554;
}

.advPic ul li:nth-child(6) span:nth-child(2) {
	width: 30%;
	height: 67%;
	background: #f49307;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.advPic ul li:nth-child(6) span:last-child {
	width: 69%;
	height: 67%;
	background: #f49307;
	float: right;
}

.advPic ul li:nth-child(7) {
	width: 122px;
}

.advPic ul li:nth-child(7) span:first-child {
	height: 40%;
	background: #7981cb;
}

.advPic ul li:nth-child(7) span:last-child {
	height: 58%;
	background: #e5ac21;
}

.advPic ul li:last-child {
	width: 190px;
}

.advPic ul li:last-child img {
	width: 100%;
}

/*hot*/
.hots h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hots li {
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.hots li:nth-child(2n) {
	float: right;
}

.hots li p {
	margin-top: 5px;
	padding: 0;
	font-size: 14px;
	color: #565656;
	text-indent: 2em;
	line-height: 22px;
}

.hots li p a {
	color: #ff0000;
}

.hots dl {
	margin-top: 25px;
}

.hots dl dd {
	margin-top: 5px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hots dl dd:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 13px;
	background: url(../images/jt.jpg) no-repeat left center;
	margin: auto;
	background-size: 100%;
}

.hots dl dd a {
	display: block;
	color: #565656;
	font-size: 14px;
	padding-left: 15px;
	width: 368px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hots dl dd a:hover {
	color: #ff0000;
}

/*news-list*/
.news-list table {
	border-collapse: collapse;
	border: none;
	background: none;
}

.news-list table tr {
	font-style: normal;
	font-size: 16px;
}

.news-list table tr td {
	border: none;
}

.news-list table tr strong {
	border-left: 3px solid #009dda;
	padding-left: 15px;
	margin: 20px 0;
	font-weight: normal;
	font-size: 1.25em;
}

.news-list table tr td ul li {
	margin: 15px 0;
}

.news-list table tr td ul li span {
	float: right;
	font-size: 14px;
}

.news-list table tr td ul li:hover a {
	color: #239fd0;
}

.news-list table tr td ul li:hover span {
	color: #239fd0;
}

.zt-main img {
	width: 100%;
	height: auto;
}

/*right-navbar*/
.right-navbar {
	position: fixed;
	right: 2%;
	bottom: 25%;
	width: 55px;
	height: auto;
}

.right-navbar ul {
	width: 100%;
	height: auto;
}

.right-navbar ul li {
	width: 100%;
	height: 56px;
	margin-bottom: 1px;
	background: url(../images/rightnav.png) no-repeat;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
}

.right-navbar ul li:hover {
	background-position: 100% 0px;
}

.right-navbar ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.right-navbar ul li span {
	display: block;
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 23px;
	top: -9px;
	left: 39px;
	background: #f7006f;
}

@media only screen and (max-width:1200px) {
	

	.search {
		display: none;
	}

	.advPic {
		display: none;
	}

	.ambient {
		display: none;
	}

	.top-other {
		display: block;
	}

	.inner {
		width: 1024px;
	}

	.nav .menu ul li,
	.top-other ul li {
		font-size: 0.875em;
	}

	.search-form .s {
		width: 400px;
	}

	.main {
		width: 740px;
	}

	.focus {
		width: 333px;
	}

	.hots-item ul li {
		width: 37%;
	}

	.hots-item ul li:nth-child(3n) {
		border: 2px solid #f8f8f8;
		border-left: none;
		border-bottom: none;
	}

	.img-ad {
		width: 270px;
	}

	.top1 {
		width: 400px;
	}

	.top1 h4 {
		margin-bottom: 9px;
	}

	.top1 ul li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.sidebar {
		width: 264px;
	}

	.related-pic ul {
		width: 719px;
	}

	.related-pic ul li {
		width: 164.75px;
	}

	.related-pic ul li .thumbnail {
		height: 123px;
	}

	.widget .follow img {
		width: 100px;
		height: 100px;
	}
}

@media only screen and (max-width:1060px) {
	.year {
		display: none;
	}

	.inner {
		width: 960px;
	}

	.nav .menu ul li a {
		padding: 0 40px;
	}

	.search-form .s {
		width: 350px;
	}

	.tab-content .slides li a {
		font-size: 14px;
	}

	.img-ad {
		width: 240px;
	}

	.main {
		width: 700px;
	}

	.top1 {
		width: 360px;
	}

	.top1 h4 {
		font-size: 1em;
	}

	.footer-top ul li {
		margin-right: 35px;
	}

	.sidebar {
		width: 240px;
	}

	.widget .thumbnail {
		width: 80px;
		height: 60px;
		padding-right: 8px;
	}

	.widget .thumbnail img {
		height: 60px;
	}

	.related-pic ul {
		width: 679px;
	}

	.related-pic ul li {
		width: 154.75px;
	}

	.related-pic ul li .thumbnail {
		height: 116px;
	}

	.widget .follow img {
		width: 90px;
		height: 90px;
	}
}

@media only screen and (max-width:980px) {
	.top-other {
		width: 100%;
	}

	.top-other ul li:nth-child(2) {
		float: right;
	}

	.hots-item {
		width: 100%;
	}

	.hots-item ul li {
		width: 33%;
	}

	.year {
		display: none;
	}

	.phone {
		display: none;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		margin: 0 auto;
	}

	.img-ad,
	.flexslider {
		width: 98%;
		max-height: 500px;
		margin: 0 auto 15px;
		float: none;
		overflow: hidden;
	}

	.img-ad img {
		height: 500px;
	}

	.footer-top ul li {
		margin-right: 1%;
	}

	.inner,
	.nav .menu ul li a {
		width: 840px;
	}

	.top-other .icon-menu {
		display: block;
	}



	/*mobile nav end*/
	.search-form .s {
		width: 750px;
	}

	.search-form {
		float: none;
	}

	.tagscloud {
		padding-left: 0;
	}

	.search-bg {
		padding: 15px 0 10px;
	}

	.main,
	.sidebar {
		width: 100%;
		float: none;
	}

	.top1 {
		width: 495px;
	}

	.related-pic ul {
		width: 819px;
	}

	.related-pic ul li {
		width: 189.75px;
	}

	.related-pic ul li .thumbnail {
		height: 142px;
	}
}

@media only screen and (max-width:860px) {
	.year {
		display: none;
	}

	.phone {
		display: none;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		margin: 0 auto;
	}

	.hots li {
		padding: 0 5px;
	}

	.footer-top img {
		margin: 15px auto;
		display: block;
	}

	.footer-top ul {
		float: none;
		width: 100%;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-o-justify-content: space-around;
	}

	.inner,
	.nav .menu ul li a {
		width: 768px;
	}

	.search-form .s {
		width: 700px;
	}

	.top1 {
		width: 425px;
	}

	.related-pic ul {
		width: 102.04918%;
	}

	.related-pic ul li {
		width: 22.99%;
		margin-right: 2.008032%;
	}

	.related-pic ul li .thumbnail {
		height: 128px;
	}
}

@media only screen and (max-width:800px) {
	.year {
		display: none;
	}

	.phone {
		display: none;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		margin: 0 auto;
	}

	.inner,
	.nav .menu ul li a {
		width: 96%;
	}

	.search-form .s {
		width: 90%;
	}

	.top1 {
		width: 50%;
	}

	.friendlinks .section-title span,
	.fixed-widget {
		display: none;
	}

	.footer {
		text-align: center;
	}

	.copyright,
	.footer .other {
		float: none;
	}
}

@media only screen and (max-width:747px) {
	.year {
		display: none;
	}

	.phone {
		display: none;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		margin: 0 auto;
	}

	.hots ul li p {
		font-size: 11px;
	}

	.focus {
		width: 100%;
		height: auto;
		float: none;
	}

	.flex-control-nav {
		bottom: 10px;
	}

	.top1 {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.top1 ul {
		padding: 0 5px 10px;
	}

	.top1 p {
		height: auto;
	}

	.related-pic ul li .thumbnail {
		height: 119px;
	}
}

@media only screen and (max-width:640px) {

	.section-first dt,
	.section-first dd,
	.section-news dl {
		float: none;
		width: 100%;
	}

	.section-news dl:nth-child(2n) {
		margin-bottom: 15px;
	}

	.year {
		display: none;
	}

	.phone {
		display: none;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		margin: 0 auto;
	}

	.search-form .s {
		width: 88%;
	}

	.hots ul li .thumbnail {
		width: 100px;
		height: 75px;
		padding-top: 7px;
	}

	.hots ul li img {
		height: 75px;
	}

	.hots ul li p {
		height: 62px;
		line-height: 1.5em;
	}

	.hots ul li h4 {
		font-size: 0.875em;
		margin-bottom: 0;
	}

	.section h2,
	.postmeta {
		margin-bottom: 5px;
	}

	.section .thumbnail {
		width: 160px;
		height: 121px;
		padding-top: 5px;
		padding-right: 15px;
	}

	.section .thumbnail img {
		height: 121px;
	}

	.related-pic ul li .thumbnail {
		height: 101px;
	}

	.footer-logo {
		width: 100%;
	}
}

@media only screen and (max-width:540px) {
	.year {
		display: none;
	}

	.phone {
		display: none;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		margin: 0 auto;
	}

	.search-form {
		margin-bottom: 10px;
	}

	.search-form .s {
		width: 86%;
	}

	.tagscloud {
		line-height: 1.5em;
	}

	.hots ul li,
	.hots ul li.right {
		float: none;
		width: 100%;
	}

	.hots ul li h4 {
		font-size: 1em;
		margin-bottom: 5px;
	}

	.hots ul li .thumbnail {
		padding-top: 0;
	}

	.hots ul li p {
		height: 46px;
		font-size: 14px;
	}

	.section h2 {
		font-size: 1.125em;
	}

	.related-pic ul li .thumbnail {
		height: 85px;
	}
}

@media only screen and (max-width:480px) {
	.year {
		display: none;
	}

	.phone {
		display: none;
	}

	.top-head {
		height: 80px;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		margin: 0 auto;
		height: 40px;
	}



	.nav-bg {
		height: 40px;
	}

	.logo {
		height: 40px;
	}

	.top-other ul li {
		line-height: 40px;
	}

	.top-other ul li .social-share {
		top: 40px;
	}

	.nav {
		top: 120px;
	}

	.search-form .s {
		width: 80%;
	}

	.section h2 {
		font-size: 1em;
	}

	.section .thumbnail {
		width: 120px;
		height: 90px;
		padding-right: 8px;
	}

	.section .thumbnail img {
		height: 90px;
	}

	.postmeta {
		display: none;
	}

	.related-pic ul {
		width: 102%;
	}

	.related-pic ul li {
		width: 48%;
		margin-right: 2%;
	}

	.related-pic ul li .thumbnail {
		height: 155px;
	}
}

@media only screen and (max-width:420px) {
	.year {
		display: none;
	}

	.phone {
		display: none;
	}

	.top-head {
		height: 75px;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		margin: 0 auto;
	}

	.nav {
		top: 115px;
	}

	.related-pic ul li .thumbnail {
		height: 134px;
	}

	.comment-form .input,
	.comment-form .submit {
		float: none;
		clear: both;
	}
}

@media only screen and (max-width:360px) {
	.year {
		display: none;
	}

	.phone {
		display: none;
	}

	.top-head {
		height: 70px;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		margin: 0 auto;
	}

	.nav {
		top: 110px;
	}

	.widget .follow img {
		width: 100px;
		height: 100px;
	}

	.related-pic ul li .thumbnail {
		height: 113px;
	}
}

@media only screen and (max-width:320px) {
	.year {
		display: none;
	}

	.phone {
		display: none;
	}

	.top-head {
		height: 65px;
	}

	.logo {
		width: 100%;
	}

	.logo img {
		margin: 0 auto;
	}

	.nav {
		top: 105px;
	}

	.search-form .s {
		width: 78%;
	}

	.related-pic ul li .thumbnail {
		height: 99px;
	}
}
