.w1200 {
	width: 1200px;
}

.auto {
	margin: 0 auto;
}

.bgfcf5e1 {
	background-color: #fcf5e1;
}

.bgfff1e7 {
	background-color: #fff1e7;
}

.bgfd523a {
	background-color: #fd523a;
}

.ltTop {
	font-size: 0;
}

.ltNav {
	background: -moz-linear-gradient(left, #ff3131, #ff914d);
	background: -ms-linear-gradient(left, #ff3131, #ff914d);
	background: -o-linear-gradient(left, #ff3131, #ff914d);
	background: -webkit-linear-gradient(left, #ff3131, #ff914d);
	line-height: 70px;
}

.ltNav ul.menu {
	width: 80%;
}

.ltNav ul.menu li {
	display: inline-block;
	margin: 0 3%;
	padding: 0 .9%;
	text-align: center;
	position: relative;
}

.ltNav ul.menu>li::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 80%;
	margin: 0 10%;
	left: 0;
	bottom: 10px;
	border-radius: 3px;
	background-color: #fff;
	opacity: 0;
}

.ltNav ul.menu li a {
	color: #fff;
	font-size: 20px;
}

.ltNav ul.menu>li ul {
	display: none;
	background-color: rgba(253, 82, 58, .9);
	position: absolute;
	left: -50%;
	top: 72px;
	z-index: 4;
	padding: 10px 30px;
	width: 150%;
	/* text-align: center; */
	line-height: 30px;
}

.ltNav ul.menu>li.active::after {
	opacity: 1;
}

.ltNav ul.menu>li ul.active {
	display: block;
}
.ltNav ul.menu>li ul li{
	padding-top: 10px;
	padding-bottom: 10px;
}
.ltNav .ltTopss {
	background-color: rgba(255, 255, 255, .3);
	margin-top: 18px;
	height: 36px;
	line-height: 36px;
	border-radius: 23px;
	width: 20%;
}

.ltNav .ltTopss .ltTopText {
	width: 80%;
	text-indent: 10px;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	background: none;
	color: #fff;
}

.ltNav .ltTopss .ltTopText::placeholder {
	color: #ffff;
}

.ltNav .ltTopss .ltTopBtn {
	background: url(../images/icon_ssbtn.png) no-repeat center;
	background-size: contain;
	width: 20%;
	height: 26px;
	cursor: pointer;
	margin-top: 5px;
}

.ltGggs {
	height: 80px;
	line-height: 80px;
	font-size: 18px;
}

.ltGggs h3 {
	font-size: 20px;
	width: 10%;
	text-align: center;
}

.gdList {
	width: 76%;
	height: 80px;
	overflow: hidden;
}

.gdList .swiper-slide {
	overflow: hidden;
}

.gdList .swiper-slide a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	display: inline-block;
}

.gdList .swiper-slide a i {
	color: #fd523a;
}

.ltGggs p.more {
	width: 10%;
	text-align: right;
}

.gdList .swiper-slide a:hover,
.gdList .swiper-slide a i,
.ltGggs p.more a:hover {
	color: #fd523a;
}

.gdList .swiper-slide .date {
	color: #8a8a8a;
}

.ltGggs p.more a {
	color: #8a8a8a;
	font-size: 16px;
}

.ltLbt {
/*	padding-bottom: 30px;*/
	padding-top: 20px;
}

.ltLbt .swiper-slide dt{
	height:520px;
}

.ltLbt .swiper-slide dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	padding: 20px 10px;
	width: 80%;
	text-align: left;
	background: #fff;
}

.ltLbt .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.ltLbt .swiper-horizontal>.swiper-pagination-bullets,
.ltLbt .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 20px;
	right: 10px;
	left: auto;
	width: auto;
}

.ltLbt .swiper-button-next,
.ltLbt .swiper-button-prev {
	color: #fff;
	background-color: #fd523a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: 45%;
	opacity: 0;
	/* 默认不显??*/
	transition: opacity 0.5s ease;
	/* 平滑过渡效果 */
}

.ltLbt .swiper-horizontal:hover .swiper-button-next,
.ltLbt .swiper-horizontal:hover .swiper-button-prev {
	opacity: 1;
	/* 鼠标悬停时显??*/
}

.ltLbt .swiper-button-next.swiper-button-disabled,
.ltLbt .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.ltLbt .swiper-horizontal:hover .swiper-button-next.swiper-button-disabled,
.ltLbt .swiper-horizontal:hover .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
}

.ltLbt .swiper-button-next:after,
.ltLbt .swiper-button-prev:after {
	font-size: 30px;
}

.ltLbt .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.ltLbt .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	/* margin:0 20px; */
}

.ltLbt .swiper-pagination-bullet-active {
	background: #fd523a;
}

.ltListBlock {
	width: 46%;
	padding: 20px 0 35px;
}

.ltListBlock.w100 {
	width: 100%;
}

.ltListBlock h3 {
	line-height: 50px;
}

.ltZcwdXxfw .ltListBlock h3 span::after,
.ltZyfwgc .ltListBlock h3 span::after {
	position: absolute;
	z-index: 2;
	content: "";
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	/*border-radius: 3px;
	background: -moz-linear-gradient(left, #ff3131, #ff914d);
	background: -ms-linear-gradient(left, #ff3131, #ff914d);
	background: -o-linear-gradient(left, #ff3131, #ff914d);
	background: -webkit-linear-gradient(left, #ff3131, #ff914d);*/
}

.ltListBlock h3 img {
	vertical-align: middle;
}

/*.ltZcwdXxfw .ltListBlock h3 img,
.ltZyfwgc .ltListBlock h3 img {
	vertical-align: text-top;
}
*/
.ltListBlock h3 span {
	font-size: 24px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	line-height: 56px;
}

.ltListBlock h3 a.fr {
	color: #8a8a8a;
	font-size: 16px;
}

.ltListBlock h3 a.fr:hover {
	color: #fd523a;
}


.ltListBlock ul.list li {
	border-bottom: 1px dashed #999;
	padding: 0 5px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
}

.ltListBlock ul.list li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 76%;
}

.ltListBlock ul.list li span.date {
	color: #8a8a8a;
}

.ltListBlock ul.list li a:hover {
	color: #fd523a;
}

.ltZyfwgc .mySwiper {
	padding-bottom: 50px;
}

.ltZyfwgc .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0;
}
.ltZyfwgc .swiper-slide a{
	display: block;
	height:260px;
}
.ltZyfwgc .swiper-slide img,
.ltLbt .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ltZyfwgc .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
}

.ltZyfwgc .swiper-horizontal>.swiper-pagination-bullets,
.ltZyfwgc .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.ltZyfwgc .swiper-button-next,
.ltZyfwgc .swiper-button-prev {
	color: #fff;
	background-color: #fd523a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: 45%;
	opacity: 0;
	/* 默认不显??*/
	transition: opacity 0.5s ease;
	/* 平滑过渡效果 */
}

.ltZyfwgc .swiper-horizontal:hover .swiper-button-next,
.ltZyfwgc .swiper-horizontal:hover .swiper-button-prev {
	opacity: 1;
	/* 鼠标悬停时显??*/
}

.ltZyfwgc .swiper-button-next.swiper-button-disabled,
.ltZyfwgc .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.ltZyfwgc .swiper-horizontal:hover .swiper-button-next.swiper-button-disabled,
.ltZyfwgc .swiper-horizontal:hover .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
}

.ltZyfwgc .swiper-button-next:after,
.ltZyfwgc .swiper-button-prev:after {
	font-size: 30px;
}

.ltZyfwgc .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.ltZyfwgc .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	/* margin:0 20px; */
}

.ltZyfwgc .swiper-pagination-bullet-active {
	background: #fd523a;
}

.ltSpzq .ltListBlock h3 {
	position: relative;
}

.ltSpzq .ltListBlock h3::after {
	position: absolute;
	content: "";
	left: 156px;
	bottom: 6px;
	height: 2px;
	background-color: #54504c;
	width: calc(100% - 156px);
	z-index: 1;
	border-radius: 3px;
}

.ltBottom {
	text-align: center;
	background: -moz-linear-gradient(left, #ff3131, #ff914d);
	background: -ms-linear-gradient(left, #ff3131, #ff914d);
	background: -o-linear-gradient(left, #ff3131, #ff914d);
	background: -webkit-linear-gradient(left, #ff3131, #ff914d);
	color: #fff;
}

.ltBotLink {
	padding-top: 6px;
	line-height: 70px;
}

.ltBotLink a {
	font-size: 18px;
	color: #fff;
	margin: 0 20px;
}

.ltBotCopy {
	padding: 10px 0 20px;
	line-height: 30px;
	font-size: 14px;
}

.ltBotCopy a {
	color: #fff;
}

.ltBotCopy p.copy {
	margin-bottom: 10px;
}

.ltRight {
	position: fixed;
	right: 0;
	top: 36%;
	z-index: 3;
	text-align: center;
}

.ltRight dl {
	background-color: #fd523a;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 5px;
}
.ltRight dl dd{
	color:#fff;
	font-size: 16px;
	line-height: normal;
}

.backTop {
	margin-top: 20px;
}

.backTop img {
	cursor: pointer;
}

.tylist .dqwz {
	font-size: 18px;
	padding: 20px 0 0;
}

.tylist .dqwz span {
	position: relative;
	display: inline-block;
	line-height: 42px;
}

.tylist .dqwz span::after {
	position: absolute;
	z-index: 2;
	content: "";
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	border-radius: 3px;
	background: -moz-linear-gradient(left, #ff3131, #ff914d);
	background: -ms-linear-gradient(left, #ff3131, #ff914d);
	background: -o-linear-gradient(left, #ff3131, #ff914d);
	background: -webkit-linear-gradient(left, #ff3131, #ff914d);
}

.tylist .ltListBlock {
	padding: 20px 0 20px;
}

.tylist .ltListBlock ul.list li {
	border-bottom: 0;
}

.tylist .ltListBlock ul.list li i {
	color: #fd523a;
}

.tylist .ltListBlock ul.list li:nth-child(2n) {
	border-bottom: 1px dashed #999;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.page_num {
	padding: 30px 0 30px;
	height: 50px;
	overflow: hidden;
	width: 100%;
	margin: auto;
}

#page_div {
	line-height: 36px;
	color: #666;
	font-size: 18px;
}

#pagination_input {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 8px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
	color: #fd523a;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	padding: 0 8px;
	margin-right: 4px;
	float: left;
	height: 36px;
	text-align: center;
	border-radius: 3px;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #666666;

}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #fd523a;
	display: block;
}

#page_div .pagination_index_last {
	float: right;
	text-align: right;
}

#page_div .pagination_index_last a {
	color: #666666;
}

#page_div .pagination_index_last a:hover {
	color: #fd523a;
}

#page_div .pagination_index_num {
	margin-right: 4px;
	padding: 0px;
	width: 36px;
}

#page_div .currentIndex {
	background: #fd523a;
	border: 1px solid #fd523a;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.tyContent {
	padding: 0px 0 60px;
}

.tyContent h1 {
	line-height: 250%;
	font-size: 26px;
	text-align: center;
	padding: 50px 0 10px;
	color: #24333e;
	position: relative;
}

/*.tyContent h1::after,*/
.pages_content::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	
	height: 2px;
	border-bottom: 1.5px dashed #d0cac6;
}

.contentMemo {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1.5px dashed #d0cac6;
	padding-bottom: 10px;
    
}
.fontSize a.on {
    color: #333;
}
.fontSize a {
    color: #999;
}
.pages_content {
	/*line-height: 200% !important;
	font-size: 16px !important;*/
	margin: 0;
	padding: 20px 0px 30px;
	color: #404040;
	text-align: justify;
	position: relative;
}

.pages_content p {
	margin-top: 15px;
	/*line-height: 200% !important;
	font-size: 16px !important;*/
}
.pages_content span {

	/*line-height: 200% !important;
	font-size: 16px !important;*/
}

.pages_content img {
	max-width: 100%;
}

div#share {
	padding:50px 0 120px 0;
	
}

.share_gwygb#share {
	margin-top: 0;
}

.share * {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.share-box {
	display: inline-block;
}

.share-box a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	line-height: 40px;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.share-box a:hover {
	opacity: .8;
}

.share-box a.gwds_tsina {
	background-image: url(../images/wb_hover.png);
}


.share-box a.gwds_weixin {
	background-image: url(../images/wx_hover.png);
}

.share-box a.gwds_qzone {
	background-image: url(../images/qqkj_hover.png);
}

.sxpwz {
	font-size: 18px;
	padding-top: 50px;
}

.sxpwz p {
	line-height: 30px;
	padding-top: 10px;
	text-align: justify;
}

.sxpwz p a:hover {
	color: #fd523a;
}

.sxpwz p span.date {
	color: #8a8a8a;
	margin-left: 10px;
}

.yqljContent .tit {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.yqljContent .tit h2{
	color: #333;
	font-size: 24px;
	line-height: 56px;
}
.yqljContent .tit h2 span{
	position: relative;
	display: inline-block;
}
.yqljContent .tit h2 span::after {
	position: absolute;
	z-index: 2;
	content: "";
	bottom: -2px;
	left: 0;
	height: 4px;
	width: 100%;
	border-radius: 3px;
	background: -moz-linear-gradient(left, #ff3131, #ff914d);
	background: -ms-linear-gradient(left, #ff3131, #ff914d);
	background: -o-linear-gradient(left, #ff3131, #ff914d);
	background: -webkit-linear-gradient(left, #ff3131, #ff914d);
}
.yqljContent .link li{
	float: none;
	width: 25%;
	display: inline-block;
}
.wzdtContent .link li{
	display: inline-block;
	margin: 0 50px 0 0;
	width: auto;
}

 .yqljContent .link li a:hover{
	 color:#fd523a;
 }
.hdjl_fl .s-m-faq .t,.hdjl_fl .s-m-faq .text{
	 line-height: 40px;
 }
.hdjl_fl .s-m-faq .t,.hdjl_fl .s-m-faq .text a{font-size: 16px;}
.hdjl_fl .page_num{width: 100%;text-align: center;}
.hdjl_fl .page_num span,.hdjl_fl .page_num span a{font-weight: normal;}
.hdjl_fl .page_num span a:hover{
	color: #fd523a;
}
.page_num a.active{
	color: #fd523a;
}
@media screen and (max-width:750px) {
	.backTop {
		display: none !important;
	}

	.w1200 {
		width: auto;
	}

	.ltNav ul.menu,
	.ltNav .ltTopss {
		width: 100%;
	}

	.ltNav ul.menu {
		padding: 10px 0 0;
	}

	.ltNav ul.menu>li {
		margin: 0;
		padding: 0;
		width: 33.333%;
		float: left;
		line-height: 50px;
	}

	.ltNav ul.menu>li ul {
		top: auto;
		width: 100%;
		left: 0;
		padding: 10px 0;
	}
	.ltNav ul.menu>li::after {
		bottom: 3px;
	}

	.ltNav .ltTopss {
		margin: 10px 10%;
		width: 80%;
	}

	.ltNav .ltTopss,
	.ltNav .ltTopss .ltTopText,
	.ltNav .ltTopss .ltTopBtn {
		height: 46px;
		line-height: 46px;
	}

	.ltNav .ltTopss .ltTopBtn {
		height: 36px;
	}

	.ltGggs {
		height: auto;
		line-height: 50px;
		padding: 0 2%;
	}

	.ltGggs h3 {
		width: 100%;
		text-align: center;
	}

	.ltGggs .gdList {
		width: 75%;
		height: 50px;
	}

	.gdList .swiper-slide a {
		width: 90%;
	}

	.ltGggs p.more {
		width: 20%;
	}

	.ltLbt {
		padding: 20px 0 10px;
	}

	.ltLbt .swiper-slide dd {
		width: 70%;
		padding: 20px 0;
	}

	.ltListBlock {
		width: 96%;
		margin: 0 2%;
		padding: 20px 0;
	}

	.ltListBlock ul.list li a {
		width: 70%;
	}

	.ltListBlock.w100,
	.tylist .dqwz {
		width: 96%;
		margin: 0 2%;
	}

	.ltBotLink {
		line-height: 40px;
	}

	.ltBotLink a {
		margin: 0 12px;
	}

	.ltRight {
		position: static;
		display: flex;
		background: -moz-linear-gradient(left, #ff3131, #ff914d);
		background: -ms-linear-gradient(left, #ff3131, #ff914d);
		background: -o-linear-gradient(left, #ff3131, #ff914d);
		background: -webkit-linear-gradient(left, #ff3131, #ff914d);
		padding: 0 20%;
	}

	.ltRight dl {
		border-radius: 0;
		width: 50%;
		background: none;
		margin-bottom: 0;
	}

	.ltListBlock ul.list li {
		height: auto;
		line-height: 32px;
		text-align: justify;
		padding: 0 0 10px;
	}

	.ltListBlock ul.list li a {
		overflow: auto;
		text-overflow: inherit;
		white-space: normal;
		display: inline;
	}

	.ltListBlock ul.list li span.date {
		float: none;
		padding: 0 0 0 10px;
	}

	.page_num {
		height: auto;
		text-align: center;
	}

	#page_div .pagination_index,
	#page_div .pagination_index_num {
		display: inline-block;
		float: none;
	}

	#page_div .pagination_index_num {
		width: 26px;
	}

	#page_div .pagination_index_last {
		float: left;
		text-align: center;
		width: 100%;
		padding: 20px 0 0;
	}

	.tyContent {
		padding: 0px 2% 60px;
	}

	.pages_content {
		overflow: hidden;
	}
}