@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	background: #fff;
	line-height: 32px;
	color: #333;
	overflow-x: hidden;
	max-width: 1920px;
	margin: 0 auto;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover {
	color: #a34748;
	text-decoration: none;
}
.clear {
	clear: both;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.blank22 {
	height: 22px;
	clear: both;
	overflow: hidden;
}
.imgbg {
	background: no-repeat center center;
	background-size: cover;
}
.imgbg img {
	opacity: 0;
}
/*手机端按钮*/
.dompc {
	display: block;
}
.dommobile {
	display: none;
}
.mobile_btn {
	cursor: pointer;
	width: 36px;
	display: none;
	height: 50px;
	position: absolute;
	right: 12px;
	top: -280px;
	z-index: 999;
	box-sizing: border-box;
	padding: 13px 6px;
}
.mobile_btn.on .line1 {
	transform: rotate(45deg);
	transform-origin: 3% 50%;
}
.mobile_btn.on .line2 {
	width: 0;
}
.mobile_btn.on .line3 {
	transform: rotate(-45deg);
	transform-origin: 3% 50%;
}
.mobile_btn span {
	display: block;
	width: 28px;
	height: 3px;
	background: #a34748;
	transition: all .45s;
}
.mobile_btn .line2 {
	margin: 7px 0;
	width: 28px;
}
.w1200 {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
#header {
	width: 100%;
	background: #a34748;
	clear: both;
	height: 50px;
	position: relative;
	z-index: 6;
	
}
#header .navpc {
}
#header .navpc ul li {
	float: left;
}
#header .navpc ul li {
	font-size: 18px;
	display: block;
	color: #5d5d5d;
	float: left;
	padding: 0px 5px;
	line-height: 50px;
	margin: 0px 6px;
	position:relative;
}
#header .navpc ul li a {
	color: #fff;
	display: block;
	padding: 0px 30px;
}
@media screen and (min-width: 1200px) {
#header .navpc ul li:hover a {
	color: #fff;
	background: #ed954e;
}
}
#header .navpc ul li .box {
	position: absolute;
		background: #ed954e;
	left: 0px;
	top: 50px;
	clear: both;
	width: 100%;
	-o-transition: all .5s;
	overflow: hidden;
	display: none;

}
#header .navpc ul li .box a {
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	width:100%;
	display:block;
        white-space: nowrap;
}
#header .navpc ul li .box a:hover{
	background:rgba(255,255,255,.2)
}

#header .navpc ul li:hover .box {
	display: block;
}
/*230525add*/
.topbg {
	position: relative;
	width: 100%;
	height:100px;
}
.topbg img {
	display: block;
}
.logo{
	padding-top:18px;
	float:left;
        margin-left: -26px;
}
.bannner{
	width:100%;
	margin:0 auto;
	height:432px;
}
.bannner img{
	width:100%;
	display:block;
}
#bannerSwiper{
	width:1200px;
	height:400px;
	margin:18px auto;
}
#bannerSwiper img{
	width:1200px;
	height:400px;
}
.search_form {
	width: 267px;
	height: 30px;
	float: right;
	background: #eee;
	margin-top: 36px;
}
.search_form .keyword {
	width: 204px;
	height: 30px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0 10px 0 40px;
	background: url(../images/search.png) 10px center no-repeat;
	border: 0;
	outline: none;
	float: left;
}
.search_form .submitbtn {
	width: 63px;
	height: 30px;
	background: #a34748;
	border: 0;
	outline: none;
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
}
.news_l {
	width: 350px;
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
}
.news_m {
	width: 503px;
	float: left;
	
	margin-bottom: 10px;
}
.news_r {
	width: 320px;
	float: right;

	margin-bottom: 10px;
}
.news_r img {
	width: 100%;
}
.jwglpt {
	width:100%;
	margin:18px auto;
	background:#ed954e;
	font-size:22px;
	text-align:center;
	color:#fff;
	height:70px;
	line-height:70px;
	border-radius:6px;
}
.jwglpt:hover{
	background:#a34748;
}
.jwglpt a{
	color:#fff;
}
.w1200 .news_l:nth-child(3n) {
	margin-right: 0px;
	float: right;
}
.fwq_title {
	clear: both;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background:#f0f0f0;
}
.fwq_title02 {
	padding:0px 15px;
	background:#a34748;
	height: 36px;
	line-height: 36px;
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	font-weight:bold;
	position:relative;
}
.fwq_title02:before {
    content: "";
    position: absolute;
    bottom: -7px;
	left:50%;
	margin-left:-7px;
    z-index: 2;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #a34748;
}


.fwq_title01 {
	padding-left:60px;
	background:url(../images/pt01.jpg) no-repeat left  center;
	height: 36px;
	line-height: 36px;
	display: block;
	float: left;
	font-size: 18px;
	color: #333;
	width:200px;
}
.photo_more a {
	cursor: pointer;
	display: block;
	width: 49px;
	height: 17px;
	float: right;
	color: #333;
	text-align: center;
	line-height: 17px;
	margin-top: 12px;
	margin-right: 6px;
	font-size: 14px;
}
.newslist {
	width: 100%;
	clear: both;
	padding: 12px 12px;
	font-size: 15px;
	overflow: hidden;
}
.newslist li {
	float: left;
	height: 37px;
	line-height: 37px;
	width: 100%;
	text-align: left;
	position: relative;
}
.newslist li:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 0px;
	background: #8da8bb;
	width: 3px;
	height: 3px;
}
.newslist li a {
	width: 80%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	text-indent: 10px;
}
.date {
	float: right;
	width: 20%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.adbox {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	padding: 0px 0px 14px;
	clear: both;
}
.adbox img {
	display: block;
}
#tabs-container04 {
	padding-top: 15px;
}
#tabs-container04 img {
	width: 283px;
	height: 180px;
}
.pcimg {
	width: 283px;
	height: 180px;
	overflow: hidden;
}
.pctxt {
	width: 93%;
	float: left;
	color: #333;
	box-sizing: border-box;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
	text-overflow: ellipsis;
}
.fw-left, .fw-right {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 51px;
	cursor: pointer;
	z-index: 6;
	margin-top: -35px;
}
.fw-right {
	left: 0px;
	background: url(../images/left01.png) center no-repeat;
}
.fw-left {
	right: 0px;
	background: url(../images/right01.png) center no-repeat;
}
.time23 {
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	text-indent: 20px;
}
.lunbo_l {
	width: 800px;
	float: left;
	font-size: 15px;
	overflow: hidden;
}
.newsrb{
	width:340px;
	float:right;
	clear:none;
	border:0px;
	margin-top:5px;
}
.titlezn {
    float: left;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #0a65cd;
    margin: 0;
    padding: 0 15px 0 40px;
    color: #0a65cd;
    font-weight: 600;
    font-size: 18px;
 background: url(../images/tt01.png) 5px center no-repeat;
 background-size:29px auto;
}
.titleznts {
 background: url(../images/tt02.png) 5px center no-repeat;
  background-size:29px auto;
}
#tabs-container01{
	width: 350px;
	height: 230px;
	margin:8px  auto;
}
#tabs-container01 img {
	width: 350px;
	height: 230px;
	display: block;
}
.info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 36px;
	line-height: 36px;
	background:#ed954e;
	color: #fff;
	padding: 0px 10px;
	box-sizing: border-box;
	width: 100%;
	padding-right: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lunbo_l .swiper-container-horizontal>.swiper-pagination-bullets, .lunbo_l .swiper-pagination-custom, .lunbo_l .swiper-pagination-fraction {
	text-align: right;
}
.link_l {
	width: 110px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	color: #333;
	font-weight: bold;
	float: left;
}
.yqlj li {
	float: left;
	margin: 0px 10px 0px 20px;
}
.yqlj li a {
	float: left;
	height: 31px;
	line-height: 31px;
}
#footer {
	width: 100%;
	margin:0 auto;
    background:#a34748;
	color:#fff;
    clear: both;
    font-size: 15px;
    padding: 26px 0px 26px 0px;
    overflow: hidden;
	text-align:center;
	line-height:30px;
}
.link {
	padding: 20px 0px;
	overflow: hidden;
	font-size: 15px;
}
/*列表页*/
.content_nyl {
	width: 280px;
	background: #fff;
	overflow: hidden;
	float: left;
}
.topleft {
	width: 280px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.left_title {
	background: #a34748;
	border-radius:6px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 20px;
	color:#fff;
	font-weight:bold;
}

.content_nyr {
	width: 900px;
	overflow: hidden;
	float: right;
	padding: 1px;
	margin-bottom: 36px;
}
.jzqnav {
	overflow: hidden;
	clear: both;
	padding-top: 2px;
	border: #e8e8e8 1px solid;
	border-bottom:0px;
}
.jzqnav li a {
	line-height: 48px;
	height: 48px;
	display: block;
	color: #333;
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 15px;
	border-bottom: 1px solid #e8e8e8;
	background: url(../images/tab.png) no-repeat;
}
.jzqnav li a.nomal {
	font-weight: bold;
	color:#a34748;
    background: url(../images/tab.png) no-repeat;
}
.jzqnav li a:hover {
	font-weight: bold;
	color:#a34748;
    background: url(../images/tab.png) no-repeat;
}
.right_top {
	background:#fff;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 13px;
	font-size: 20px;
	font-weight:bold;
	color: #333;
}
.qyjs {
	background: #22ac7b;
	color: #fff;
	height: 48px;
	padding: 0px 20px;
	text-align: center;
	font-size: 22px;
	line-height: 48px;
	float: left;
}
.position {
	height: 46px;
	line-height: 46px;
	color: #5f5f5f;
	width: 1200px;
	font-size: 16px;
	text-indent: 40px;
	background: url(../images/nav.png) no-repeat 5px 13px;
	background-size:23px auto;
	margin: 0 auto;
}
.dh {
	color: #000;
}
.pad20 {
	padding: 0px 20px;
}
.xw {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.xw_l {
	width: 80%;
	float: left;
	text-indent: 15px;
}
.xw_r {
	width: 20%;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #666
}
.fenye {
	border-top: 3px solid #f2f2f2;
	padding-top: 18px;
	text-align: center;
	margin-top: 12px;
	padding-bottom: 40px;
	overflow: hidden;
}
.fenye span {
	margin-left: 10px;
}
/*详情页*/
.news_title {
	font-size: 26px;
	line-height: 42px;
	padding: 20px 0px 16px 0px;
	width: 90%;
	text-align: center;
	margin: 0 auto;
	color: #333;
	font-weight: bold;
}
.laiyuan {
	color: #000;
	margin-right: 26px;
}
.xian {
	text-align: center;
	padding: 8px 6px;
	font-size: 14px;
	line-height: 23px;
	overflow: hidden;
	border-top: 1px solid #e2e2e2;
}
.news_leibie a {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	background-color: #ea5a25;
	text-align: center;
	font-size: 14px;
	color: #fff;
	clear: both;
}
.zhengwen {
	color: #727272;
	padding: 23px 0px 30px 0px;
	line-height: 28px;
}
.zhengwen p {
	margin-bottom: 15px;
	line-height: 28px;
	color: #383838;
}
.zhengwen img {
	margin-bottom: 20px;
	max-width: 100%;
	margin: 0 auto;
}


.content_nyr .xw:nth-child(6n) {
    height: 66px;
    border-bottom: 1px #eaeaea dashed;
    margin-bottom: 21px;
    background: none !important;
    padding: 0;
}