@charset "UTF-8";
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
	width: device-width;
}

body,
div,
p,
ul,
ol,
dl,
dt,
dd,
li,
form,
input,
table,
th,
td,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
}

ul,
li {
	list-style-type: none;
}

img {
	border: 0px;
	vertical-align: middle;
}

em,
b,
i {
	font-style: normal;
}

body {
	font-family: "Microsoft YaHei", "iconfont" !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #ffffff;
}

a {
	color: #333;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #cd8c2a;
	text-decoration: none;
	1text-decoration: underline;
}

/*浮动元素固定*/
.clearfix {
	zoom: 1;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

/**/
hr.style-one {
	/*内嵌水平线*/
	width: 100%;
	margin: 0 auto;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.style-two {
	/*透明渐变水平线*/
	width: 100%;
	margin: 0 auto;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-three {
	/*渐变*/
	width: 100%;
	margin: 0 auto;
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.tp img {
	-webkit-transition: transform .3s;
	-moz-transform: transform .3s;
	-o-transform: transform .3s;
}

.tp img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

/*===公共样式===*/
.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.wrap-l {
	float: left;
	1width: 790px;
	width: 65.6666667%;
	overflow: hidden;
}

.wrap-r {
	float: right;
	1width: 380px;
	width: 31.3333333%;
	overflow: hidden;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.row {
	float: left;
	width: 103%;
	margin-left: -3%;
	1width: 1230px;
	1margin-left: -30px;
}

.row .col3 {
	float: left;
	1width: 380px;
	1margin-left: 30px;
	width: 30.3333333%;
	margin-left: 3%;
	overflow: hidden;
}

.row1 .col3 {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 0 10px;
}

.ad {
	float: left;
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}

.adp {
	position: relative;
}

.adp p {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 36px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ccc;
	font-size: 12px;
}

.adp img {
	width: 100%;
	-webkit-transition: transform .5s;
	-moz-transform: transform .5s;
	-o-transform: transform .5s;
}

.adp img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/*line*/
.line {
	float: left;
	width: 100%;
	position: relative;
	height: 40px;
	line-height: 40px;
	1border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.line:before {
	content: "";
	float: left;
	width: 4px;
	height: 20px;
	background: #cd8c2a;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 0;
	display: inline-block
}

.line>span {
	position: absolute;
	bottom: -1px;
	border-bottom: 1px solid #cd8c2a;
	font-weight: 700;
	font-size: 20px;
	padding: 0 5px 0 15px;
	letter-spacing: 2px;
}

.line .more {
	position: absolute;
	bottom: 0px;
	right: 5px;
	color: #555;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.line .more:hover {
	color: #cd8c2a;
	text-decoration: none;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

/*top*/
.top {
	height: 42px;
	line-height: 42px;
	background: #f4f4f4;
	font-size: 14px;
	color: #373737;
	border-bottom: 1px solid #ddd;
}

.top .t-menu a {
	padding: 0 10px;
	color: #373737;
}


.top .t-menu a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.top .t-menu a+a {
	border-left: 1px solid #ddd;
}

/*header*/
header {
	float: left;
	width: 100%;
	padding: 15px 0px;
	overflow: hidden;
}

header .p-logo {
	display: block;
	float: left;
	width: auto;
	height: 75px;
	overflow: hidden;
}

header .p-logo img{
	height: 75px;
}

header .m-logo {
	display: none;
}

header .weather {
	float: left;
	width: 230px;
	height: 60px;
	overflow: hidden;
}

header .search-form {
	margin-top: 15px;
	margin-left: 100px;
}

header .search-input {
	border: 1px solid #ddd;
	width: 400px;
	height: 40px;
	line-height: 40px;
	border-right: none;
	text-indent: 8px;
	font-size: 14px
}

header .search-input:hover,
header .search-input:focus {
	border: 1px solid #da251d;
}

header .search-button {
	cursor: pointer;
	background: #da251d;
	border: none;
	color: #fff;
	font-size: 14px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0
}

header .xmw {
	width: auto;
	height: 60px;
	overflow: hidden;
}

header .xmw img {
	width: 100%;
}

.nav-menu {
	display: none;
}

.none {
	display: none;
}

/*nav*/
nav {
	float: left;
	width: 100%;
	height: 55px;
	background: #d0992f;
	margin-bottom: 10px;
}

.nav-list {
	float: left;
	width: 100%;
}

.nav-list li {
	float: left;
	width: 7.14285714%;
	text-align: center;
	position: relative;
}

.nav-list a {
	display: block;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 17px;
	position: relative;
	_display: inline-block;
	letter-spacing: 6px;
}

.nav-list a:hover,
.nav-list .active a {
	color: #fff;
	background: #da251d;
	text-decoration: none;
}

.nav-list li ul {
	display: none;
}

.nav-list li:hover ul {
	display: block;
	float: left;
	width: 100%;
	background: #cd8c2a;
	position: relative;
	z-index: 999;
}

.nav-list li ul li {
	float: left;
	width: 100%;
}

.nav-list li ul li a {
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	letter-spacing: 1px;
}

/*首页头条*/
.t-box {
	float: left;
	width: 100%;
	margin: 30px 0px;
	overflow: hidden;
}

.t-box .tt {
	1width: 100%;
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 20px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}

.t-box .tt .plus {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: -2px;
	top: -2px;
	background: url(../image/tt-plus.gif) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.t-box .tt h2 {
	height: 40px;
	line-height: 40px;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

.t-box .tt h2 a:hover {
	text-decoration: none;
}

.t-box .tt p {
	text-align: center;
	margin-top: 15px;
}

.t-box .tt p a {
	padding: 0px 10px;
	font-size: 14px;
}

.t-box .tt p a+a {
	border-left: 1px solid #666;
}

.t-box .tt2 {
	1padding: 5px 10px;
	1background: #f8f8f8;
	1border: 1px solid #ddd;
	1overflow: hidden;
}

.t-box .tt2 li {
	1float: left;
	1width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.t-box .tt2 span {
	float: right;
	font-weight: bold;
	margin-left: 10px;
}

.t-box .tt2 a {
	font-size: 15px;
	color: #8b8b8b;
}

/*===Baner===*/
.banner {
	float: left;
	width: 100%;
}

.hiSlider {
	float: left;
	width: 100%;
	height: 460px;
	overflow: hidden;
}

.hiSlider-item {
	float: left;
	width: 100%;
}

.hiSlider-item img {
	width: 100%;
}

.hiSlider-pages,
.hiSlider-title {
	position: absolute;
	z-index: 3;
	cursor: pointer;
}

.hiSlider-btn-prev,
.hiSlider-btn-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 50px !important;
	height: 50px !important;
	line-height: 50px;
	text-align: center;
	margin-top: -35px;
	overflow: hidden;
	1background-color: rgba(0, 0, 0, 0.8);
	1border-radius: 50%;
	font-size: 5rem;
	color: #000;
	text-transform: uppercase;
	text-shadow: 0 0 6px #fff;
	opacity: .6;
	filter: alpha(opacity:60);
	cursor: pointer;
}

.hiSlider-btn-prev {
	left: 2%;
}

.hiSlider-btn-next {
	right: 2%;
}

.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover {
	opacity: 1;
	filter: alpha(opacity:100);
}

.hiSlider-title {
	bottom: 0;
	width: 100%;
	color: #fff;
	z-index: 2;
	font-size: 19px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	padding: 5px 15px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
}

.hiSlider-pages {
	bottom: 50px;
	right: 0px;
	width: 100%;
	text-align: center;
}

.hiSlider-pages a {
	height: 10px;
	width: 10px;
	margin: 0 6px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	border-radius: 10px;
	background: #ddd
}

.hiSlider-pages a.active {
	width: 40px;
	background: #FA536F;
}

.banner .hiSlider-title span {
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
}

.banner .hiSlider-title b {
	color: #f00;
	font-weight: 500;
}

/*标题列表*/
.li-list {
	float: left;
	width: 100%;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
}

.li-list li {
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
}

.li-list li:before {
	content: "";
	float: left;
	width: 4px;
	height: 4px;
	background: #666;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 0;
	display: inline-block
}

.li-list li:nth-child(4n + 1) a {
	font-weight: bold;
}


/*图文混排*/
.box-tw {
	float: left;
	width: 100%;
	padding: 5px 0px 20px 0px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.box-tw .b-title {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	font-weight: 600;
}

.box-tw .b-pic {
	float: left;
	width: 42%;
	height: 100px;
	overflow: hidden;
}

.box-tw .b-pic img {
	width: 100%;
}

.box-tw .b-text {
	float: right;
	font-size: 14px;
	line-height: 28px;
	margin-top: 4px;
	width: 55%;
	height: 84px;
	overflow: hidden;
	color: #222;
}

/**/
.tp-list {
	margin-left: -2%;
}

.tp-list li {
	float: left;
	display: inline;
	width: 48%;
	height: 200px;
	overflow: hidden;
	margin: 20px 0 0 2%;
	position: relative;
}

.sp-list li {
	float: left;
	display: inline;
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 20px 0 0 0;
	position: relative;
}

 .tp-list li:first-child {
	width: 98%;
	height: 420px;
	margin: 20px 0 0 2%;
 }

.tp-list img,
.sp-list img {
	width: 100%;
}

.tp-list li i,
.sp-list li i {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	display: none;
}

.tp-list li p,
.sp-list li p {
	position: absolute;
	right: 10%;
	top: 35%;
	width: 80%;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: none;
}

 .tp-list li:first-child p {
	font-size: 26px;
	line-height: 40px;
}

.tp-list li:hover i,
.tp-list li:hover p,
.sp-list li:hover i,
.sp-list li:hover p {
	display: block;
}

/*首页链接*/
.in-link {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.in-link ul {
	padding: 10px 0px;
}

.in-link li {
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	margin-right: 20px;
}

.in-link li a {
	color: #444;
}

.in-link li a:hover {
	color: #cd8c2a;
}

/*新闻列表*/
.news-list {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.news-list h2 {
	line-height: 40px;
	font-size: 20px;
	font-weight: 500;
	border-left: 2px solid #cc6699;
	background: #f7f7f7;
	padding-left: 6px;
}

.news-list h2 i {
	font-size: 20px;
}

.news-list li {
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear
}

.news-list li {
	float: left;
	width: 100%;
	padding: 20px 10px 15px;
	border-bottom: 1px dotted #ddd;
	border-right: 3px solid #fff;
}

.news-list li:hover {
	background: #fbfbfb;
	border-right: 3px solid #b1b0b0;
}

.news-list li:last-child {
	border-bottom: 0 dashed #e8e8e8;
}

.news-mode {
	height: 100%;
	overflow: hidden;
}

.news-mode:before {
	width: 0;
	height: 100%
}

.news-mode .news-title {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical
}

.news-mode .news-title {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 600;
}

.news-mode .title-h {
	height: 70px;
}

.news-mode .img-list {
	float: left;
	width: 102%;
	margin-right: -2%;
	margin-bottom: 10px;
}

.news-mode .img-item {
	float: left;
	width: 23%;
	height: 100px;
	margin-right: 2%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.news-mode .img-item .img-sum {
	display: block;
	width: 50px;
	height: 25px;
	border-radius: 15px 0 0 15px;
	top: 10px;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	position: absolute;
}

.news-mode .news-mode-rbox {
	display: table;
	width: 75%;
	height: 100px;
	overflow: hidden
}

.news-mode .news-info {
	font-size: 14px;
	color: #999;
	height: 20px;
	line-height: 20px;
}

.news-mode .news-info i {
	font-size: 13px;
}

.news-mode .news-info .ly {
	color: #777;
}

.news-mode .news-info .rq {
	margin-left: 10px;
}

.news-mode .news-info .news-info-dislike {
	position: relative;
	color: transparent;
	cursor: pointer;
	width: 0;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 8px;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
	white-space: nowrap;
	z-index: 2;
	text-indent: 999em
}

.news-mode .news-info .news-info-dislike>i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 22px;
	color: #ccc;
}

.news-mode .news-info .news-info-dislike:hover {
	background-color: #cd8c2a;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	width: auto;
	text-indent: 0
}

.news-mode .news-info .news-info-dislike:hover i {
	color: #fff !important
}

.news-mode .img-item .video-sc {
	position: absolute;
	right: 8px;
	bottom: 8px;
	padding: 0 6px 0 16px;
	border-radius: 10px;
	background: #000;
	background: rgba(0, 0, 0, .7)
}

.news-mode .img-item .video-sc:before {
	content: '';
	position: absolute;
	right: 16px;
	border-top: 4px solid transparent;
	border-left: 6px solid #fff;
	border-right: 6px solid transparent;
	border-bottom: 4px solid transparent;
	top: 8px;
	left: 8px
}

.news-mode .img-item .video-sc span {
	line-height: 20px;
	font-size: 12px;
	color: #fff
}

.news-list .list p {
	padding: 10px;
	color: #CC3399;
	text-align: center;
}

.right-tj {
	width: 380px;
	margin-top: 10px;
}

.r-box {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.r-box .line {
	border-top: 1px solid #ddd;
}

.tu-list {
	float: left;
	width: 105%;
	margin-right: -5%;
}

.tu-list li {
	float: left;
	width: 45%;
	margin: 5% 5% 0 0;
}

.tu-list1 li:hover {
	box-shadow: 0 2px 10px #444
}

.tu-list li .pic {
	width: 100%;
	height: 120px;
	background: #f8f8f8;
	position: relative;
	overflow: hidden
}

.tu-list li .pic img {
	width: 100%;
}

.tu-list li .pic em {
	1background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
	1background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
	1background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
	1background: -o-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	width: 100%;
	padding: 0 2%;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	background: rgba(0, 0, 0, .6);
}

.tu-list a {
	color: #fff
}

.tu-list a:hover {
	color: #f30
}

/*图片列表*/
.photo {}

.photo .tu-list {
	width: 102%;
	margin-right: -2%;
}

.photo .tu-list li {
	width: 23%;
	margin: 2% 2% 0 0;
}

.photo .tu-list li .pic {
	height: 180px;
}

/*内容页*/
.article {
	float: left;
	width: 100%;
}

.article h1 {
	padding: 40px 0px;
	font-size: 36px;
	font-weight: 700;
	text-align: left;
	position: relative;
}

.article .con-info {
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 60px;
	height: 60px;
	color: #666;
	margin-bottom: 20px;
}

.article .con-info span {
	margin-right: 20px;
}

.article .con-info .fxd {
	float: right;
}

.article .art-con {
	float: left;
	width: 100%;
	line-height: 30px;
	overflow: hidden;
}

.article .art-con p {
	word-break: break-all;
	white-space: wrap !important;
	overflow: hidden;
	font-size: 17px !important;
	font-weight: normal !important;
	font-style: normal !important;
	border: none !important;
	background: none !important;
	color: #333;
	letter-spacing: normal !important;
	1text-indent: 2em;
	margin-top: 20px;
}

.article .art-con img {
	max-width: 790px;
}

.article .art-con a {
	color: #36F;
}

.article .bj {
	float: right;
	width: 100%;
	text-align: right;
	margin: 20px 10px;
	color: #ccc;
}

.article .t-end {
	text-align: center;
	margin: 10px 0px;
}

.article .t-sm {
	text-align: left;
	padding: 15px;
	line-height: 28px;
}

/*搜索页*/
.so-logo {
	float: left;
	width: 100%;
	height: 80px;
	background: #cd8c2a;
	text-align: center;
}

.so-logo img {
	1width: 100%;
}

.so-list {
	float: left;
	width: 100%;
}

.so-list .search-form {
	1margin-top: 30px;
}

.so-list .search-input {
	border: 1px solid #ddd;
	width: 300px;
	height: 36px;
	line-height: 36px;
	border-right: none;
	text-indent: 8px;
	font-size: 14px
}

.so-list .search-input:hover,
header .search-input:focus {
	border: 1px solid #cd8c2a;
}

.so-list .search-button {
	cursor: pointer;
	background: #cd8c2a;
	border: none;
	color: #fff;
	font-size: 14px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0
}

.so-list .so-bt {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
}

.so-list .so-bt b {
	color: #f30;
	padding: 0 5px;
}

.so-list ul {
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}

.so-list ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.so-list ul li h2 {
	font-size: 20px;
	margin: 10px 0;
}

.so-list ul li h2 b {
	font-weight: 400;
}

.so-list ul li p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
}

.so-list .info {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 40px;
}

.so-list .info span {
	float: right;
	font-size: 14px;
	color: #666;
}

/*分享到*/
.fxd {
	display: block;
	float: right;
	padding-left: 50px;
	background: url(../image/fx.png) 10px center no-repeat;
	background-size: 35px 35px;
}

.social-share {
	font-family: "socialshare" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

.social-share a {
	position: relative;
	text-decoration: none;
	margin: 4px;
	display: inline-block;
	outline: none
}

.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 34px;
	margin-left: 10px;
	1border-radius: 50%;
	line-height: 40px;
	1border: 1px solid #666;
	color: #ccc;
	text-align: center;
	vertical-align: middle;
	transition: background 0.6s ease-out 0s
}

.social-share .icon-qq {
	1border: 1px solid #56b6e7;
	background: url(../image/qq-h.png) center center no-repeat;
	background-size: 30px 30px;
}

.social-share .icon-qq:hover {
	background: url(../image/qq.png) center center no-repeat;
	background-size: 30px 30px;
}

.social-share .icon-qzone {
	1border: 1px solid #FDBE3D;
	background: url(../image/qzone-h.png) center center no-repeat;
	background-size: 30px 30px;
}

.social-share .icon-qzone:hover {
	background: url(../image/qzone.png) center center no-repeat;
	background-size: 30px 30px;
}

.social-share .icon-weibo {
	1border: 1px solid #ff763b;
	background: url(../image/weibo-h.png) center center no-repeat;
	background-size: 30px 30px;
}

.social-share .icon-weibo:hover {
	background: url(../image/weibo.png) center center no-repeat;
	background-size: 30px 30px;
}

.social-share .icon-wechat {
	position: relative;
	1border: 1px solid #7bc549;
	background: url(../image/weixin-h.png) center center no-repeat;
	background-size: 30px 30px;
}

.social-share .icon-wechat:hover {
	background: url(../image/weixin.png) center center no-repeat;
	background-size: 30px 30px;
}

.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: 50px;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
	z-index: 999;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}

.social-share1 .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}

/*分页样式*/
.page_item {text-align:center;padding:20px 0;clear:both;}
.page_item ul.page_number {display:inline-block;padding:0;margin:0;line-height:20px}
.page_item .page_number a {text-decoration:none;margin-right:0px !important}
.page_item ul.page_number li {display:inline}
.page_item .disabled,.page_number .active,.page_number li a {color:black;float:left;padding:8px 16px;text-decoration:none;transition:background-color .3s;border:1px solid #ddd;margin:0 4px}
.page_number .active {background-color:#cd8c2a;color:#fff;border:1px solid #cd8c2a}
.page_item .disabled {background-color:rgba(236,236,236,0.78)}
.page_item ul.page_number a.active {background-color:#cd8c2a;color:white;border:1px solid #cd8c2a}
.page_item ul.page_number li a:hover:not(.active) {background-color:#cd8c2a;color:#FFF !important}

/*footer*/
footer {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
	color: #ddd;
	font-size: 14px;
	border-top: 1px #ddd solid;
	background: #DA251D;
}

footer p {
	line-height: 30px;
}

footer a {
	padding: 0 5px;
	color: #ddd !important;
}

footer span {
	margin: 0px 10px;
}

footer .pc {
	display: block;
}

footer .m {
	display: none;
}

/*gotop*/
.cbbfixed {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: -85px;
	z-index: 99;
	cursor: pointer;
}

.cbbfixed .cbbtn {
	width: 60px;
	height: 60px;
	display: block;
	background-color: #777;
}

.cbbfixed .gotop {
	transition: background-color ease .3s;
	margin-top: 1px;
}

.cbbfixed .gotop .up-icon {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../image/side-top.png);
}

.cbbfixed .gotop:hover {
	background-color: #d0992f;
}

/* Small Desktops */
@media screen and (max-width: 768px) {
	body {
		background: #f8f8f8;
	}

	.wrap {
		float: left;
		width: 100%;
		overflow: hidden;
	}

	.wrap-l,
	.wrap-ll,
	.wrap-lr,
	.wrap-r {
		float: left;
		width: 100%;
	}

	.row {
		width: 100%;
		margin: 0;
	}

	.row .col3 {
		width: 100%;
		margin: 0;
	}

	.ad img {
		margin-top: 5px;
	}

	.mt20 {
		margin-top: 10px !important;
	}

	.ad {
		margin: 10px 0;
	}

	.title {
		height: 40px;
		line-height: 40px;
		border-top: 1px solid #ddd;
	}

	.title span {
		font-size: 20px;
		font-weight: 700;
	}

	.top {
		display: none;
	}

	header {
		height: 50px;
		background: #DA251D;
		padding: 0;
		1box-shadow: 0 1px 12px rgba(200, 0, 0, .7);
	}

	header .p-logo,
	header .search-form,
	header .weather,
	header .xwm {
		display: none;
	}

	header .m-logo {
		display: block;
		float: left;
		width: auto;
		height: 40px;
		padding: 5px 0 0 10px;
	}
	
	header .m-logo  img{
	height: 40px;
	}

	nav {
		padding: 0;
		margin: 0;
		background: none;
	}

	nav .wrap {
		width: 100%;
		padding: 0;
	}

	.menu {
		display: block;
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}

	.menu span {
		display: block;
		background: #fff;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s;
	}

	.menu span:nth-of-type(1) {
		top: 0px;
	}

	.menu span:nth-of-type(2) {
		top: 10px;
	}

	.menu span:nth-of-type(3) {
		top: 20px;
	}

	.menu_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg);
	}

	.menu_se span:nth-of-type(2) {
		width: 0;
	}

	.menu_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg);
	}

	.nav_show {
		position: relative;
	}

	nav {
		position: absolute;
		z-index: 999;
		background: #fff;
		width: 100%;
		height: auto;
		top: -100%;
		left: 0;
	}

	.nav-list {
		width: 100%;
		padding: 10px 0px 10px 0px;
	}

	.nav-list li {
		float: left;
		width: 20%;
	}

	.nav-list a {
		color: #000;
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		letter-spacing: 0px;
	}

	.nav-list a:hover,
	.nav-list .active a {
		color: #cd8c2a;
		background: none;
		font-weight: bold;
	}

	.nav-list li:hover ul {
		display: none;
	}

	/**/
	.t-box {
		display: none;
	}

	/*banner*/
	.hiSlider {
		height: 220px;
	}

	.hiSlider-btn-prev,
	.hiSlider-btn-next {
		display: none;
	}

	.hiSlider-title {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
	}

	.hiSlider-pages {
		bottom: 30px;
	}

	/**/
	.in-main,
	.in-tp,
	.in-link {
		padding: 0 2%;
	}

	.news-list {
		width: 100%;
		padding: 2%;
		1background: #f6f6f6;
	}

	.news-list li {
		margin: 5px 0px;
		padding: 15px 10px 10px;
		border-bottom: 0px dotted #ddd;
		border-right: 0px solid #fff;
		background: #fff;
	}

	.news-mode .news-title {
		font-size: 17px;
		font-weight: 500;
	}

	.news-mode .img-item {
		width: 31.3333333%;
		height: 80px;
	}

	.news-mode .news-mode-rbox {
		display: table;
		width: 66.6666666%;
		height: 80px;
		overflow: hidden
	}

	.news-mode .title-h {
		height: 50px;
	}

	.news-mode .img-list .tu3 {
		display: none;
	}

	.in-yw {
		width: 100%;
		height: auto;
		padding: 0 2%;
	}

	.box-tw {
		float: left;
		width: 100%;
		padding: 10px 0px 0px 0px;
		border-bottom: 0px solid #f5f5f5;
		position: relative;
	}

	.box-tw .b-pic {
		float: left;
		width: 100%;
		height: 200px;
		position: relative;
		overflow: hidden;
		z-index: 10;
	}

	.box-tw .b-pic img {
		width: 100%;
	}

	.box-tw .b-title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 2%;
		height: 40px;
		line-height: 40px;
		background: rgba(0, 0, 0, .6);
		overflow: hidden;
		z-index: 15;
		font-size: 17px;
	}

	.box-tw a {
		color: #fff;
	}

	.box-tw .b-text {
		display: none;
	}

	.tp-list {
		margin: 0;
	}

	.tp-list li,
	.tp-list .big,
	.sp-list li {
		width: 100%;
		height: 200px;
		margin: 15px 0 0 0;
		border-radius: 5px;
	}

	.tp-list li img,
	.tp-list .big img,
	.sp-list li img {
		width: 100%;
		height: auto;
	}

	.tp-list li p,
	.tp-list .big p,
	.sp-list li p {
		display: block;
		font-size: 14px;
		width: 100%;
		padding: 2%;
		top: auto;
		right: 0px;
		bottom: 0px;
		line-height: 20px;
		height: auto;
		text-align: left;
		background: rgba(0, 0, 0, .6);
		color: #fff;
	}

	.tp-list li:hover i,
	.sp-list li:hover i {
		display: none;
	}

	.right-tj,
	.r-box {
		display: none;
	}

	.photo .tu-list li {
		width: 48%;
		margin: 2% 2% 0 0;
	}

	.photo .tu-list li .pic {
		height: 120px;
	}

	/*M内容页*/
	.article {
		padding: 0 4%;
		background: #fff;
	}

	.article h1 {
		font-size: 20px;
		margin: 0;
		padding: 20px 0;
	}

	.article .con-info {
		line-height: 40px;
		height: 40px;
		margin-bottom: 10px;
	}

	.article .con-info .ll {
		float: right;
	}

	.art-con p {
		font-size: 15px !important;
		text-indent: 0em;
	}

	.art-con img {
		width: 100%;
	}

	.art-con video,.art-con iframe {
		max-width: 95% !important;
	}
	
	.share,
	.article .t-sm1,
	.style-two1,
	.t-end1 {
		display: none;
	}

	.fxd,
	#share {
		display: none;
	}

	.photo {
		padding: 0 2%;
	}

	.epages {
		float: left;
		width: 100%;
		padding: 2%;
		text-align: center;
	}

	.epages a {
		padding: 3px 5px;
	}

	/*footer*/
	footer .pc {
		display: none;
	}

	footer .m {
		display: block;
	}

	.cbbfixed .cbbtn {
		width: 30px;
		height: 30px;
	}

	.cbbfixed .gotop .up-icon {
		width: 30px;
		height: 30px;
		background: url(../image/side-top.png) no-repeat;
		background-size: cover;
	}
}