header {
	background: #fff
}
.remenkecheng-banner img  {
    width: 622px;
    height: 336px;
}
.gallery-thumbs-w img{
    width: 92px;
    height: 50px;
}
header .logo {
	display: inline-block;
	font-size: 0;
	box-sizing: content-box;
	padding: 2rem 0;
	padding-right: 1.25rem
}

header .logo img {
	max-height: 3.75rem;
	width: auto;
	max-width: 9.375rem
}

@media (max-width:768px) {
	header .logo {
		padding: 1rem 0
	}
}

header .head-menu {
	width: auto;
	position: relative;
	z-index: 1039
}

header .head-menu a {
	background: #fff;
	border-top: 3px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	font-size: 1rem;
	color: #000;
	line-height: 3.75rem;
	padding: 1.875rem 1.5625rem;
	font-weight: bold
}

header .head-menu a:first-of-type {
	transition: all ease 0s;
	-moz-transition: all ease 0s;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	text-decoration: none;
	animation-duration: 0s
}
.visible-xs{
	display: none;
}
.hidden-xs{
	display: block;
}

@media (min-width:1200px) {
	header .head-menu a {
		float: left
	}
}

header .head-phone {
	height: 3.75rem;
	padding: 1.875rem 0
}

header .head-phone .phone-img {
	display: inline;
	position: relative;
	bottom: .25rem;
	right: .25rem
}

header .head-phone .phone-img img {
	max-width: 1.625rem
}

header .head-phone .login {
	text-align: right;
	line-height: 1.5rem;
	font-size: .875rem
}

header .head-phone .login a {
	display: inline-block;
	color: #333
}

header .head-phone .login span {
	display: inline-block;
	color: #333;
	font-size: 1.25rem
}

header .head-phone .phone a {
	display: inline-block;
	font-size: 1.625rem;
	color: #b41e2b;
	font-family: Impact;
	font-weight: normal
}

header .menu-btn {
	display: none;
	padding: 1.5rem 0;
	position: relative;
	z-index: 1039
}

header .menu-btn .bar {
	display: block;
	width: 3rem;
	height: .25rem;
	background: #b61927;
	margin-bottom: 1rem
}

header .menu-btn .bar:last-of-type {
	margin-bottom: 0
}

@media (max-width:1200px) {
	header {
		position: sticky;
		top: 0;
		background-color: #fff;
		z-index: 1039
	}

	header .logo img {
		max-height: 3.75rem
	}

	header .head-menu {
		display: block;
		position: fixed;
		left: -100%;
		z-index: 998;
		border-radius: 50%;
		box-shadow: 0 6px 13px #dedede;
		top: 0;
		padding-top: 3.75rem;
		width: 100%;
		height: 120%;
		background: #fff;
		text-align: center
	}

	header .head-menu a {
		font-size: 1.5rem;
		line-height: 5rem;
		padding: 0;
		display: block
	}

	header .head-menu.active {
		left: 0;
		border-radius: 0
	}

	header .head-phone {
		display: none
	}

	header .menu-btn {
		display: block
	}

	header .menu-btn .bar {
		transform: rotate(0);
		position: relative;
		top: 0;
		bottom: 0
	}

	header .menu-btn.active .bar:nth-last-child(1) {
		transform: rotate(45deg);
		bottom: 1.25rem
	}

	header .menu-btn.active .bar:nth-last-child(2) {
		display: none
	}

	header .menu-btn.active .bar:nth-last-child(3) {
		transform: rotate(-45deg);
		top: 1.25rem
	}
}

footer .font-white {
	color: #adadad;
	display: inline-block
}

footer .font-white.active {
	color: #fff;
	font-weight: bold
}

footer span {
	font-weight: normal
}

footer .border-b {
	border-color: #575757
}

footer a {
	color: #adadad;
	margin-right: 1rem
}

footer .tab-title {
	display: inline-block
}

html {
	font-size: 16px
}

* {
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;
	color: #333
}

img {
	max-width: 100%
}

.h2 {
	font-size: 2.25rem
}

.h4 {
	font-size: 1.5rem
}

a:hover {
	text-decoration: none
}

@media (min-width:1200px) and (max-width:1600px) {
	html {
		font-size: 90%
	}
}

@media (max-width:1200px) {
	html {
		font-size: 80%
	}
}

@media (max-width:768px) {
	html {
		font-size: 75%
	}
}

@media (min-width:1200px) {
	.head-menu {
		position: relative;
		perspective: 800px
	}

	.head-menu a:hover {
		box-sizing: border-box;
		border-top: 3px solid #e10d00
	}

	.head-menu .menubord {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background-color: #fff;
		transform-origin: 100% 0 0;
		transform: rotateX(-90deg);
		z-index: -999999;
		text-align: center;
	}

	.head-menu .menubord .title {
		font-weight: bold;
		padding: 1rem 0
	}

	.head-menu .menubord img {
		max-height: 3.5rem
	}

	.head-menu .menubord a {
		padding: 0;
		line-height: 1.8rem;
		font-size: 1rem;
		border: none;
		font-weight: normal
	}

	.head-menu .menubord a:hover {
		background-color: rgba(0, 0, 0, 0);
		color: #e10d00;
		border: none
	}
}

@media (max-width:1200px) {
	.menubord {
		display: none
	}
}

#daohang:hover~.menubord,
.menubord:hover {
	transform: rotateX(0deg)
}

body {
	overflow-x: hidden
}

.gonggao-b {
	border-color: #e5e5e5
}

.gonggao {
	font-size: 1.125rem;
	line-height: 4.833rem
}

.index-search {
	line-height: 2.5rem;
	font-size: 1.125rem;
	border-color: #e5e5e5;
	outline: none
}

.index-search::-webkit-input-placeholder {
	color: #999
}

.index-search:-moz-placeholder {
	color: #999
}

.index-search::-moz-placeholder {
	color: #999
}

.index-search:-ms-input-placeholder {
	color: #999
}

.remen {
	border-color: #e5e5e5
}

.remenlist .h3 {
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.5rem
}

.remenlist .h5 {
	font-size: 1rem
}

.remenlist .line-height-2 {
	line-height: 2.35rem;
	height: 2.35rem
}

.remenlist .index-meizhou .m-b-2 {
	margin-bottom: 1.875rem
}

.rili * {
	font-family: 'Microsoft Yahei'
}

.rili .h4,
.rili .h5 {
	text-align: center
}

.rili .h4 {
	font-size: 1.1rem;
	line-height: 3rem;
	background-color: #e9e9e9
}

.rili .h5 {
	font-size: .9375rem;
	line-height: 2.75rem;
	background-color: #f5f5f5;
	overflow: hidden
}

.rili .w-100:hover .h5 {
	background-color: #fbfbfb
}

.jinrituijian {
	background-color: #f5f5f5;
	padding-bottom: .5rem
}

.jinrituijian .h3 {
	font-size: 1.5rem
}

.jinrituijian .jinrilist {
	padding: .2rem;
	font-size: .9rem;
	line-height: 1.8rem
}

.jinrituijian .jinrilist div {
	margin: .6rem 0;
	background: url("../images/uldeli.png") repeat-y left center
}

.jinrituijian .jinrilist div a {
	font-size: 1rem;
	line-height: 1.8rem
}

.jinrituijian .jinrilist div:nth-child(even) a {
	color: #d90000
}

.remenkecheng {
	background-color: #f5f5f5
}

.baokaogonggao .tab-title-content {
	font-size: 1.125rem
}

.baokaogonggao a {
	font-size: 1.125rem
}

.baokaogonggao .listTime {
	line-height: 2.45rem
}

.index-baokaotab .tab-title a {
	transition: all ease 0s;
	-moz-transition: all ease 0s;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	text-decoration: none;
	animation-duration: 0s;
	font-size: 1.125rem
}

.index-baokaotab .tab-title a.active {
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: .5625rem
}

.index-baokaotab .time {
	text-align: right
}

.hangyedongtai .w-100 {
	border-color: #e5e5e5
}

.hangyedongtai .h3 {
	line-height: 1.875rem;
	font-size: 1.5rem
}

.hangyedongtai .title {
	font-size: 1.125rem;
	line-height: 2rem
}

.hangyedongtai .time {
	font-size: 1rem;
	line-height: 2rem;
	color: #999
}

.remen-card .title {
	line-height: 4rem;
	padding: 0 1rem;
	background-color: #fff
}

.kecheng .tab-title a {
	font-size: 1.625rem;
	line-height: 2.5rem;
	padding: 0 .5rem;
	position: relative;
	font-weight: bold;
	color: #666;
	padding-bottom: .5rem;
	transition: all ease 0s;
	-moz-transition: all ease 0s;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	text-decoration: none;
	animation-duration: .5s
}

.kecheng .tab-title .tab-title-content {
	border: none
}

.kecheng .tab-title .tab-title-content.active {
	background: url(../images/kechengactive.png) no-repeat bottom center;
	border-bottom: 0
}

.kecheng .tab-body .abtn {
	padding: .5625rem .6875rem;
	background: #ffeff2;
	color: #e80014;
	line-height: .875rem;
	font-size: .875rem;
	border-radius: 1.5rem;
	text-align: center
}

.kecheng .tab-body .xuexishipin {
	margin: .92rem 0
}

.kecheng .tab-body .xuexishipin p {
	line-height: 1.5rem;
	margin: 0
}

.kecheng .tab-body .xuexishipin .guankan {
	line-height: 1rem;
	color: #999;
	font-size: .875rem;
	text-align: right
}

.fudao {
	border-color: #e5e5e5;
	position: relative
}

.fudao .tab-miao {
	position: absolute;
	bottom: 1rem;
	right: 0
}

.fudao .tab-title {
	display: inline-block;
	padding: 0 2rem;
	font-size: 0;
	font-weight: normal
}

.fudao .tab-title:last-of-type {
	padding-right: 0
}

.fudao .tab-title a {
	display: inline-block;
	font-size: 1.5625rem
}

.fudao .tab-title a.active {
	color: #e80014;
	font-size: 1.825rem
}

#tab10 .border-b,
#tab11 .border-b,
#tab12 .border-b,
#tab13 .border-b,
#tab14 .border-b,
#tab15 .border-b {
	border-bottom: 1px dashed #e5e5e5
}

.fudaolis .time {
	text-align: right;
	line-height: 2.375rem
}

.fudaolis .m-t-1 {
	margin-top: .6875rem
}

.tuijiantushu .tab-miao {
	font-weight: normal
}

.tuijiantushu .tab-miao a {
	font-size: 1.125rem;
	line-height: 2.5rem;
	padding: 0 1.5625rem
}

.tuijiantushu .tab-miao a:first-of-type {
	padding-left: 0
}

.tuijiantushu .tab-miao a.active {
	color: #e80014
}

.tuijiantushu .tab-miao a.active span {
	display: block;
	width: 3.125rem;
	height: 3px;
	background: #e80014;
	margin: auto
}

#miao-tab3 .h5 a {
	color: #999
}

#miao-tab3 .index-fudao-nr {
	font-size: 1rem
}

#miao-tab4 {
	text-align: center
}

#miao-tab4 a {
	padding: .85rem 2.85rem;
	background: #fb4f41;
	color: #fff;
	border-radius: 1.5rem;
	line-height: 1;
	font-size: 1.125rem;
	display: inline-block
}

.col-f-5:hover .title {
	color: #f0414e
}

.h4 {
	font-size: 1rem
}

.mingshifengcai .tab-title a {
	font-size: 1.625rem;
	font-weight: bold;
	padding: 0 1.4rem;
	line-height: 2.5rem
}

.mingshifengcai .tab-title a:first-of-type {
	padding-left: 0
}

.mingshifengcai .tab-title a.active {
	font-size: 1.875rem;
	color: #e80014
}

.mingshifengcai .tab-title a.active span {
	display: block;
	width: 3.125rem;
	height: .25rem;
	margin: auto;
	margin-top: .5rem;
	background-color: #e80014
}

#miao-tab5 .col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:1200px) {
	#miao-tab5 .col-1200-5 {
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 47%
	}

	#miao-tab5 .col-1200-7 {
		-ms-flex: 0 0 53%;
		flex: 0 0 53%;
		max-width: 53%
	}
}

#miao-tab5 .p-t-2 {
	padding-top: 1.375rem
}

#miao-tab5 .bg-lightgray {
	background-color: #fff;
	border: 3px solid #e5e5e5
}

#miao-tab5 .bg-lightgray .block {
	display: block
}

#miao-tab5 .bg-lightgray .h3 {
	font-size: 1.25rem;
	border-bottom: 2px solid #e5e5e5;
	line-height: 2.75rem;
	margin-bottom: .625rem
}

#miao-tab5 .bg-lightgray .h5 {
	font-size: 1rem;
	color: #666
}

#miao-tab5 .bg-lightgray span {
	color: #e80014;
	display: block;
	width: 50px;
	height: 2px;
	background-color: #e80014;
	position: relative
}

#miao-tab5 .bg-lightgray span:after {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	width: 10px;
	height: 2px;
	bottom: 3px;
	background-color: #e80014;
	transform: rotate(45deg)
}

.gongsijianjie h2 {
	text-align: center
}

.gongsijianjie .bg-lightgray {
	background-color: #f8f8f8
}

.bangzhu .bangzhulists {
	text-align: center;
	border-right: 1px solid #575757
}

.bangzhu .h3 {
	color: #ebebeb;
	text-align: center;
	padding: 0 0 1rem 0
}

.bangzhu .bangzhulists-a a {
	display: block;
	text-align: justify;
	color: #adadad;
	margin: 0;
	line-height: 2rem
}

.banquan {
	color: #adadad;
	text-align: center;
	font-size: .875rem
}

.banquan a {
	color: #adadad;
	font-size: .875rem
}

.foot-ewm-title .h3 {
	color: #ebebeb;
	text-align: center
}

.foot-ewm-b {
	border-right: 1px solid #575757
}

.w-100:first-of-type .foot-las-2 a {
	font-size: 1.875rem;
	color: #fff;
	font-weight: bold
}

.w-100:first-of-type .foot-las .foot-las-1 {
	padding-bottom: .5rem
}

.w-100:last-of-type .foot-las-2 a {
	font-size: 1.125rem;
	color: #fff
}

.w-100:last-of-type .foot-las .foot-las-1 {
	padding-bottom: .5rem
}

.foot-las {
	display: inline-block
}

.foot-las div {
	color: #fff
}

.foot-las .foot-las-1 {
	font-size: .875rem;
	color: #d0d0d0
}

.foot-las .foot-las-2 {
	color: #fff;
	font-size: 1rem
}

.index-pag {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 99
}

.index-pag .swiper-pagination-bullet {
	width: 15px;
	height: 15px
}

.index-pag .swiper-pagination-bullet-active {
	background-color: #b41e2b
}

.mokuai1 {
	text-align: center
}

.mokuai1 a {
	font-size: .875rem;
	display: block;
	padding: .2rem 1rem;
	line-height: 1rem;
	/* border: 1px solid #e80014; */
	margin-bottom: .6875rem;
	border-radius: 1rem
}

.mokuai1-nr {
	padding: 0 .5rem
}

.mokuai1-nr a {
	font-size: 1.125rem;
	padding: .5rem 1.125rem
}

.mokuai1-nr a:hover {
	color: #fff;
	background-color: #e80014
}

.mokuai1-z {
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	opacity: 0
}

.mokuai1-z .row {
	margin: 0
}

.mokuai1-w {
	overflow: hidden;
	position: relative;
	padding-top: 4rem
}

.mokuai1-k {
	padding: 2rem 1rem;
	display: block
}

.mokuai1-k .h4 {
	font-size: 1.5rem
}

.mokuai1-k:hover .mokuai1-z {
	left: 0;
	top: -0.6875rem;
	opacity: 1
}

.mokuai1-k:hover .mokuai1-title {
	padding-top: 2rem !important
}

.mokuai1-k:hover .mokuai1-w {
	padding-bottom: 2rem
}

@media (max-width:768px) {
	.beikaoziliao .xxjj-btn-list a{
		    width: 45%;
			font-size: 1.2rem !important;
			text-align: center;
	}
	header .menu-btn .bar{
		margin-bottom: 0.7rem;
	}
	header .menu-btn{
		padding: 1rem 0;
	}
	header .logo img{
		    max-height: 3rem;
	}
	header .menu-btn.active .bar:nth-last-child(3){
		top: 1rem;
	}
	.mokuai1-k:hover .mokuai1-w {
		padding-bottom: 1rem
	}
}

.gallery-thumbs-w {
	position: relative;
	z-index: 999
}

.gallery-thumbs {
	overflow: unset
}

.gallery-thumbs .swiper-wrapper {
	background-color: #fff
}

.gallery-thumbs .swiper-slide {
	width: 100% !important;
	height: auto !important;
	padding: .91rem 1.375rem;
	position: relative;
	border-bottom: 1px dashed #e5e5e5
}

.gallery-thumbs .swiper-slide .font-white {
	color: #333;
	line-height: 1.75rem;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	vertical-align: middle
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	background-image: linear-gradient(to right, #ffa378, #f0414e);
	border-bottom: 0;
	border-left: .5rem solid #f6564a;
	right: .5rem
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .font-white {
	color: #fff
}

.gallery-thumbs .swiper-slide img {
	max-width: 6.25rem;
	display: flex
}

.red-border {
	border: 2px solid #e10d01
}

.gonggao-banner .swiper-slide {
	height: auto !important
}

.gonggao-banner .swiper-slide a {
	font-weight: normal
}

.zhiboketang {
	justify-content: space-between;
	padding: .5rem 0
}

.zhiboketang div {
	font-size: .875rem;
	line-height: 1rem
}

.zhiboketang .time {
	text-align: right;
	color: #e10d00
}

.zhiboketang .border-r {
	border-color: #e10d00
}

.pad-fi {
	padding-top: .5rem
}

.xuexishipin:hover .abtn {
	background-color: #e10d00;
	color: #fff
}

.redian-banner {
	position: relative
}

.remen-banner-zz {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	line-height: 2rem;
	padding-left: 1rem
}

.redian-pag {
	text-align: right;
	position: absolute;
	width: 100%;
	bottom: 6px !important;
	right: 0;
	padding-right: 1rem;
	z-index: 999
}

.redian-pag .swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 6px
}

.fengcai-pag {
	position: static;
	padding: 1rem 0;
	width: 100%;
	text-align: center;
	bottom: -10px
}

.fengcai-pag .swiper-pagination-bullet {
	margin: 0 .25rem;
	background: #fff;
	border: 1px solid #aaa;
	opacity: 1;
	width: 15px;
	height: 15px;
	border-radius: 7.5px
}

.fengcai-pag .swiper-pagination-bullet-active {
	background: #aaa
}

.fengcai1-pag {
	position: static;
	padding: 1rem 0;
	width: 100%;
	text-align: center;
	bottom: -10px
}

.fengcai1-pag .swiper-pagination-bullet {
	margin: 0 .25rem;
	background: #fff;
	border: 1px solid #aaa;
	opacity: 1;
	width: 15px;
	height: 15px;
	border-radius: 7.5px
}

.fengcai1-pag .swiper-pagination-bullet-active {
	background: #aaa
}

.gongsijianjie {
	position: relative
}

.gongsijianjie .pos-right {
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	width: 100%
}

.gongsijianjie .pos-right:before {
	content: "";
	position: relative;
	bottom: 4px;
	width: 80%;
	margin-right: 1rem;
	display: inline-block;
	height: 1px;
	background: #e5e5e5
}

a:hover {
	color: #e80014
}

.gongsijianjiewenzi {
	position: relative;
	text-align: justify
}

.fixmenulist {
	position: fixed;
	right: 0;
	bottom: 5%;
	z-index: 999
}

.fixmenu {
	width: 80px;
	height: 80px;
	text-align: center;
	color: #333;
	margin-bottom: 10px;
	background-color: #fff;
	display: block
}

.fixmenu:first-of-type {
	background-color: #e10d00
}

.fixmenu:first-of-type p {
	color: #fff
}

.fixmenu:first-of-type .iconfont {
	color: #fff;
	font-weight: bold
}
.fixmenu:nth-child(2) {
	background-color: #e10d00
}
.fixmenu:nth-child(2) p {
	color: #fff
}

.fixmenu:nth-child(2) .iconfont {
	color: #fff;
	font-weight: bold
}

.fixmenu p {
	margin: 0
}

.fixmenu .iconfont {
	line-height: 50px;
	font-size: 30px
}

.fixmenu:hover {
	background-color: #e10d00
}

.fixmenu:hover P {
	color: #fff
}

.fixmenu:hover .iconfont {
	color: #fff
}

.liniankaoshi {
	padding: 3.25rem 0
}

.liniankaoshi .row .col-12 .col-diy {
	position: relative;
	padding: 2.15rem 1.75rem;
	flex: 0 0 30%;
	max-width: 30%;
	opacity: 1
}

.liniankaoshi .row .col-12 .col-diy:nth-of-type(2) {
	flex: 0 0 40%;
	max-width: 40%;
	padding: 2.25rem 0
}

@media (max-width:768px) {
	.gongsijianjiewenzi .content{
		height: 300px;
		overflow: hidden;
	}
	.visible-xs{
		display: block;
	}
	.hidden-xs{
		display: none;
	}
	.liniankaoshi .row .col-12 .col-diy {
		flex: 0 0 100%;
		max-width: 100%;
		opacity: 1
	}

	.liniankaoshi .row .col-12 .col-diy:nth-of-type(2) {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 2.25rem 0
	}
}

.liniantitle {
	position: relative;
	font-size: 1.625rem;
	line-height: 1;
	margin-bottom: 1.5rem
}

.liniantitle:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 20px;
	background-color: #b21e2a;
	margin-right: 1.125rem
}

.liniantitle a {
	font-size: 1rem;
	position: absolute;
	bottom: 0;
	right: 0
}

.liniancontent {
	background-color: #f8f8f8;
	padding: .75rem 1.25rem .75rem 1.625rem
}

.liniancontent .linianlist {
	border-bottom: 1px solid #e8e8e8;
	position: relative
}

.liniancontent .linianlist:last-of-type {
	border: none
}

.liniancontent a {
	font-size: 1rem;
	line-height: 2.4375rem;
	letter-spacing: 1px;
	max-width: 75%
}

.liniancontent .time {
	font-size: 1rem;
	line-height: 2.4375rem;
	position: absolute;
	right: 0;
	top: 0;
	letter-spacing: -1px
}

.mar-b {
	margin-bottom: 2.5rem
}

.beikaojaingzuo {
	margin-bottom: .625rem
}

.beikaojaingzuolist {
	border-top: 1px solid #dcdcdc;
	padding-top: .9375rem
}

.beikaojaingzuolist .beikaolistimg {
	height: 100%;
	display: inline-block
}

.beikaojaingzuolist .beikaolist {
	position: relative;
	padding: .875rem 0;
	padding-top: 0;
	margin-top: .875rem
}

.beikaojaingzuolist .beikaolist .beikaolistnr {
	display: inline-block;
	max-width: 80%
}

.beikaojaingzuolist .beikaolist .beikaolistnr a {
	letter-spacing: -0.625px
}

@media (max-width:768px) {
	.beikaojaingzuolist .beikaolist .beikaolistnr a {
		max-width: 75%
	}
}

.beikaojaingzuolist .beikaolist .beikaolistnr .time {
	font-size: .875rem;
	line-height: 2rem
}

.beikaojaingzuolist .beikaolist .beikaolistbtn {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 1rem;
	font-size: .75rem;
	line-height: 1;
	padding: .3125rem .9375rem;
	background: #b21e2a;
	color: #fff;
	border-radius: 1rem
}

.beikaojaingzuolist:last-of-type .beikaolist {
	margin-top: 0
}

.shengkaopindaobtn {
	display: inline-block;
	width: 100%;
	background-color: #eb5405;
	font-size: 1.25rem;
	line-height: 1;
	padding: 1.375rem 0;
	text-align: center;
	color: #fff
}

.shengkaopindaobtn:after {
	content: " >>";
	position: absolute
}

.shengkaopindaobtn:hover {
	background: #b21e2a;
	color: #fff
}

.shengkaoeight {
	margin-left: -0.4375rem;
	margin-right: -0.4375rem;
	padding: .875rem 0
}

.shengkaoeight .shengkaoeightlist {
	padding: .4375rem
}

.shengkaoeight .shengkaoeightlist a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #eaeaea;
	padding: 1.125rem 0;
	color: #666;
	font-size: 1rem;
	text-align: center
}

.kaoshengchangyong {
	margin-top: 2rem;
	margin-bottom: .9375rem
}

.kaoshengchangyonglb {
	border-top: 1px solid #dcdcdc
}

.kaoshengchangyongl {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	padding-top: 0
}

.kaoshengchangyongl .bkjz {
	padding: 1.2rem .5rem 0 .5rem
}

.kaoshengchangyongl .bkjz:nth-of-type(1) .beikaojaingzuolistn {
	background: linear-gradient(to right, #cc86ff, #8c73f3)
}

.kaoshengchangyongl .bkjz:nth-of-type(2) .beikaojaingzuolistn {
	background: linear-gradient(to right, #ff71b3, #fc6087)
}

.kaoshengchangyongl .bkjz:nth-of-type(3) .beikaojaingzuolistn {
	background: linear-gradient(to right, #44d0ab, #48b7d2)
}

.kaoshengchangyongl .bkjz:nth-of-type(4) .beikaojaingzuolistn {
	background: linear-gradient(to right, #b4d044, #6eb638)
}

.kaoshengchangyongl .bkjz:nth-of-type(5) .beikaojaingzuolistn {
	background: linear-gradient(to right, #718cff, #4253b7)
}

.kaoshengchangyongl .bkjz:nth-of-type(6) .beikaojaingzuolistn {
	background: linear-gradient(to right, #fa5252, #ca2525)
}

.kaoshengchangyongl .beikaojaingzuolistn {
	padding: 1.2rem 1rem;
	padding-right: 0;
	font-size: 1rem;
	color: #fff
}

@media (max-width:768px) {
	.kaoshengchangyongl .beikaojaingzuolistn {
		font-size: .875rem
	}
}

.kaoshengchangyongl .beikaojaingzuolistn img {
	margin-right: .3125rem
}

.difag {
	padding: 2.25rem 0
}

.difagsearch button {
	padding: .9375rem 3.75rem;
	background: #b21e2a;
	font-size: 1.25rem;
	line-height: 1.7rem;
	color: #fff;
	font-weight: bold;
	border: 1px solid #b21e2a;
	float: left;
	cursor: pointer
}

@media (max-width:1200px) {
	.difagsearch button {
		width: 30%;
		padding: .9375rem 0
	}
}

.difagsearch input {
	font-size: 1.25rem;
	line-height: 1;
	color: #333;
	padding: .9375rem 1rem;
	width: 37.5rem;
	float: left
}

@media (max-width:1200px) {
	.difagsearch input {
		width: 70%
	}
}

@media (max-width:1200px) {
	.difagsearch {
		padding-bottom: 15px;
		margin-bottom: 50px
	}
}

.baokaobtnz {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	padding-left: .5rem
}

.baokaobtnw {
	padding: 0 .5rem
}

.baokaobtnw .baokaozhidaobtn {
	display: block
}

.baokaobtnw:nth-of-type(1) .baokaozhidaobtn {
	color: #8d73f3
}

.baokaobtnw:nth-of-type(2) .baokaozhidaobtn {
	color: #fc6088
}

.baokaobtnw:nth-of-type(3) .baokaozhidaobtn {
	color: #48b8d0
}

.baokaobtnw:nth-of-type(4) .baokaozhidaobtn {
	color: #6eb638
}

.baokaobtnw:nth-of-type(5) .baokaozhidaobtn {
	color: #4556bb
}

.baokaozhidaobtn {
	text-align: center;
	font-size: 1.125rem;
	line-height: 1;
	padding: 1.25rem 0;
	border: 1px solid #dcdcdc
}

.baokaozhidaolist {
	padding: 1rem 0
}

.baokaozhidaolist .tab-miao {
	position: relative;
	min-height: 3.46125rem
}

.baokaozhidaolist .tab-miao .tab-title {
	display: inline-block;
	vertical-align: bottom
}

.baokaomenu {
	padding: .825rem .5rem;
	background: #b21e2a
}

.baokaomenu a {
	transition: all ease 0s;
	-moz-transition: all ease 0s;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	text-decoration: none;
	animation-duration: 0s;
	color: #fff;
	padding: 0 1rem;
	border-right: 1px solid #c9626a;
	font-size: 1.125rem
}

.baokaomenu a.active {
	font-size: 1.375rem
}

@media (max-width:1200px) {
	.baokaomenu .tab-title {
		margin-bottom: 1rem
	}
}

.baokaolist {
	padding: 0 0 1.5rem 0
}

.baokaolist .baokaoli {
	float: left;
	width: 50%;
	position: relative;
	padding: 0 1.75rem
}

@media (max-width:768px) {
	.baokaolist .baokaoli {
		width: 100%
	}
}

.baokaolist .baokaoli a {
	line-height: 2.875rem;
	display: inline-block;
	border-bottom: 1px dashed #c7c7c7;
	width: 100%
}

@media (max-width:768px) {
	.baokaolist .baokaoli a {
		width: 65%;
		overflow: hidden;
		/* text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1 */
	}
}

.baokaolist .baokaoli a span {
	line-height: 2.875rem;
	padding-right: .5rem;
	display: inline-block
}

.baokaolist .baokaoli a span i {
	position: relative;
	bottom: 2.875px;
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #ff8f8d
}

.baokaolist .baokaoli .time {
	display: inline-block;
	position: absolute;
	line-height: 2.875rem;
	right: 2.375rem;
	top: 0
}

.baokaokuang {
	border: 1px solid #dcdcdc;
	width: 100%;
	padding-bottom: 2.5rem;
	padding-top: 1.5rem
}

.jicengmenuw {
	background-color: #b21e2a;
	margin-top: 2.5rem
}

@media (min-width:1200px) {
	.jicengmenuw {
		max-width: 1600px
	}
}

@media (min-width:1200px) {
	.jicengmenuw .container {
		max-width: 1200px
	}
}

.jicengmenu a {
	position: relative;
	padding: 1.5rem 2rem;
	display: inline-block
}

.jicengmenu a span {
	position: relative;
	color: #fff;
	z-index: 10;
	font-size: 1.75rem;
	font-weight: bold
}

@media (max-width:1200px) {
	.jicengmenu a a {
		padding: .5rem
	}

	.jicengmenu a span {
		font-size: 1.25rem
	}
}

.jicengmenu a:hover:before {
	content: " ";
	position: absolute;
	z-index: 0;
	line-height: 1;
	top: -10%;
	left: 0;
	height: 120%;
	width: 100%;
	background: #f8ac00;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15)
}

.jicengmenu a.active:before {
	content: " ";
	position: absolute;
	z-index: 0;
	line-height: 1;
	top: -10%;
	left: 0;
	height: 120%;
	width: 100%;
	background: #f8ac00;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15)
}

.kechengzhongxin {
	padding-bottom: 4.125rem
}

.kechengzhongxin .breadmenu {
	padding: 2rem 0;
	font-size: .8375rem;
	color: #666
}

.kechengzhongxin .breadmenu a {
	color: #666
}

.kechengzhongxin .kczx-shadow {
	box-shadow: 0 .2rem 1.5rem rgba(0, 0, 0, 0.15)
}

.kechengzhongxin .kechengzhongxintitle {
	padding-top: 0;
	padding-bottom: 2.375rem
}

.kechengzhongxiniconlist {
	text-align: center;
	padding: 0;
	position: relative;
	padding: 2.75rem 0 2.5rem 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee
}

@media (max-width:768px) {
	.kechengzhongxiniconlist img {
		width: 60%
	}
}

@media (min-width:768px) {
	.kechengzhongxiniconlist:nth-of-type(5) {
		border-right: 0
	}

	.kechengzhongxiniconlist:nth-of-type(6) {
		border-bottom: 0
	}
}

.kechengzhongxiniconlist:nth-of-type(7) {
	border-bottom: 0
}

.kechengzhongxiniconlist:nth-of-type(8) {
	border-bottom: 0
}

.kechengzhongxiniconlist:nth-of-type(9) {
	border-bottom: 0
}

.kechengzhongxiniconlist:nth-of-type(10) {
	border-right: 0;
	border-bottom: 0
}

.kechengzhongxiniconlist .title {
	padding: .375rem 0;
	font-size: 1.375rem;
	color: #b61e2b
}

.kechengzhongxiniconlist .kczxzz {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 100%;
	padding: 2.75rem 0 2.5rem 0
}

.kechengzhongxiniconlist .kczxzz .title {
	padding: .375rem 0;
	font-size: 1.375rem;
	color: #333
}

.kechengzhongxiniconlist .kczxzz:hover {
	opacity: 0
}

.kechengzhongxiniconlist .kczxzz.active {
	opacity: 0
}

.kczxrmkc {
	padding-bottom: 4.375rem;
	background: #f3f3f3
}

.kczxrmkc .kczxrmkc-title {
	padding-top: 2.4rem;
	padding-bottom: 1.97rem
}

.kczxrmkc .msbk-two {
	padding-left: 4.8125rem
}

@media (max-width:1200px) {
	.kczxrmkc .msbk-two {
		padding-top: 3rem;
		padding-left: 0
	}
}

.kczxrmkc .msbk-two .shadow-sm {
	box-shadow: 0 .2rem 1.5rem rgba(0, 0, 0, 0.15) !important
}

.kczxrmkc .msbk-two .msbk-two-n {
	display: block
}

.kczxrmkc .msbk-two .msbk-two-n .title {
	padding: 1.255rem 2.5rem;
	background: #fff
}

.kczxrmkc .msbk-two .msbk-two-n .title span {
	font-size: 1.25rem;
	color: #333;
	line-height: 1.1
}

.kczxrmkc .msbk-two .msbk-two-n:first-of-type {
	margin-bottom: 3.2rem
}

.kczxrmkc .msbk-two .msbk-two-n:hover .title span {
	color: #b51f2b
}

.kczxrmkc .msbk-banner .swiper-slide {
	position: relative
}

.kczxrmkc .msbk-banner .swiper-slide .msbk-banner-title {
	width: 100%;
	bottom: 3px;
	padding: 1.875rem 2.75rem;
	background-color: #b21e2a
}

.kczxrmkc .msbk-banner .swiper-slide .msbk-banner-title span {
	font-size: 1.5rem;
	font-weight: lighter;
	line-height: 1;
	color: #fff
}

.kczxrmkc .msbk-banner .msbk-banner-prev {
	padding: 1.375rem;
	padding-right: 1.25rem;
	background-color: rgba(0, 0, 0, 0.3);
	width: auto;
	height: auto;
	left: 0
}

.kczxrmkc .msbk-banner .msbk-banner-prev img {
	display: block
}

.kczxrmkc .msbk-banner .msbk-banner-prev:after {
	content: "";
	display: none
}

.kczxrmkc .msbk-banner .msbk-banner-prev:hover {
	background-color: rgba(0, 0, 0, 0.6)
}

.kczxrmkc .msbk-banner .msbk-banner-next {
	padding: 1.375rem;
	padding-left: 1.25rem;
	background-color: rgba(0, 0, 0, 0.3);
	width: auto;
	height: auto;
	right: 0
}

.kczxrmkc .msbk-banner .msbk-banner-next:after {
	content: "";
	display: none
}

.kczxrmkc .msbk-banner .msbk-banner-next:hover {
	background-color: rgba(0, 0, 0, 0.6)
}

.xskc {
	padding-top: 2.75rem
}

.xskc .xskc-tab {
	border-bottom: 1px solid #e5e5e5
}

.xskc .xskc-tab .tab-title {
	padding: 0 .8rem;
	display: inline-block
}

.xskc .xskc-tab .tab-title a {
	transition: all ease 0s;
	-moz-transition: all ease 0s;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	text-decoration: none;
	animation-duration: 0s;
	font-size: 1.375rem;
	display: block;
	line-height: 1;
	color: #333;
	font-weight: bold;
	padding-bottom: .875rem
}

.xskc .xskc-tab .tab-title a.active {
	font-size: 1.625rem;
	color: #b51f2b;
	line-height: 1;
	border-bottom: 4px solid #b51f2b;
	padding-bottom: .7rem
}

.xskc .xskc-tab .tab-title:first-of-type {
	padding-left: 0
}

.xskc .tab-content {
	padding-top: 1.4375rem
}

.listTime {
	font-size: 1rem;
	line-height: 2rem
}

.listTime .list {
	color: #333
}

.listTime .time {
	color: #999
}

.tab-title .tab-title-content {
	margin: 0 .7rem;
	line-height: 1.5rem;
	font-size: 1rem
}

.tab-title .tab-title-content:first-of-type {
	margin-left: 0
}

.tab-title .tab-title-content.active {
	color: #e70012;
	border-bottom: 2px solid #e70012
}

.kczx-fenye {
	padding-top: 2.6875rem;
	padding-bottom: 2.125rem
}

.kczx-fenye a {
	font-size: .875rem;
	padding: .3125rem .75rem;
	border: 1px solid #ddd;
	display: inline-block;
	margin-right: .3125rem;
	margin: 0.35rem auto;
}

.kczx-fenye .a1:last-of-type {
	margin-right: 0
}

.kczx-fenye span {
	font-size: .875rem;
	padding: .3125rem .75rem;
	border: 1px solid #ddd;
	display: inline-block;
	margin-right: .3125rem;
	border-color: #b21e2a;
	background: #b21e2a;
	color: #fff
}

.xuexiaojianjie {
	padding: 0 6.25rem;
	padding-top: 5.3125rem;
	padding-bottom: 4.75rem
}

@media (max-width:1200px) {
	.xuexiaojianjie {
		padding: 1rem
	}
}

.xuexiaojianjie .xxjj-title .title-1 {
	font-size: 2.25rem;
	line-height: 1;
	margin-bottom: .1875rem
}

.xuexiaojianjie .xxjj-title .title-2 {
	font-size: 1.5rem;
	line-height: 1;
	color: #dadada
}

.xuexiaojianjie .xxjj-title p {
	width: 2.5625rem;
	height: .4375rem;
	background: #b21e2a;
	margin: .8125rem auto 0 auto
}

.xuexiaojianjie .xxjj-btn-list {
	padding-top: 2.125rem;
	padding-bottom: 2.5rem
}

.xuexiaojianjie .xxjj-btn-list a {
	display: inline-block;
	padding: .75rem 2.1875rem;
	border: 1px solid #b21e2a;
	border-radius: 2.75rem;
	font-size: 1.25rem;
	line-height: 1;
	color: #333;
	margin-right: .75rem
}

.xuexiaojianjie .xxjj-btn-list a.active {
	background: #b21e2a;
	color: #fff
}

.xuexiaojianjie .xxjj-btn-list a:last-of-type {
	margin-right: 0
}

.xuexiaojianjie .xxjj-btn-list a:hover {
	background: #b21e2a;
	color: #fff
}

@media (max-width:1200px) {
	.xuexiaojianjie .xxjj-btn-list a {
		padding: .5rem;
		margin-bottom: .5rem
	}
}

.xuexiaojianjie .content {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #000
}

.xuexiaojianjie .content * {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #000
}

.beikaoziliao {
	line-height: 1;
	padding: 0
}

.beikaoziliao .xxjj-btn-list {
	padding-top: 2.125rem;
	padding-bottom: .4375rem;
	padding-left: 0
}

.beikaoziliao .xxjj-btn-list a {
	display: inline-block;
	padding: .75rem 2.1875rem;
	border: 1px solid #b21e2a;
	border-radius: 2.75rem;
	font-size: 1.25rem;
	line-height: 1;
	color: #333;
	margin-right: .75rem;
	margin-bottom: 1.25rem
}

.beikaoziliao .xxjj-btn-list a.active {
	background: #b21e2a;
	color: #fff
}

.beikaoziliao .xxjj-btn-list a:last-of-type {
	margin-right: 0
}

.beikaoziliao .xxjj-btn-list a:hover {
	background: #b21e2a;
	color: #fff
}

@media (max-width:1200px) {
	.beikaoziliao .xxjj-btn-list a {
		padding: .5rem
	}
}

.beikaoziliao .kechengzhongxintitle {
	padding-bottom: 1rem;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 0
}

.beikaoziliao .kechengzhongxintitle .tab-miao1 {
	display: inline-block;
	margin-left: 4.125rem
}

.beikaoziliao .kechengzhongxintitle .tab-miao1 .tab-title1 a {
	font-size: 1.25rem;
	color: #333;
	margin-right: 2.5rem
}

.beikaoziliao .kechengzhongxintitle .tab-miao1 .tab-title1 a:last-of-type {
	margin-right: 0
}

.beikaoziliao .kechengzhongxintitle .tab-miao1 .tab-title1 a.active {
	color: #b41e2a
}

.beikaoziliao .beikao-tab {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1rem
}

.beikaoziliao .breadmenu {
	padding: 1.375rem 0 3.125rem 0;
	font-size: .8375rem;
	color: #666
}

.beikaoziliao .beikaoziliao-top-list {
	padding: .625rem 0
}

.beikaoziliao .beikaoziliao-top-list a {
	font-size: 1rem
}

@media (max-width:1200px) {
	.beikaoziliao .beikaoziliao-top-list a {
		display: -webkit-box
	}
}

.beikaoziliao .beikaoziliao-top-list a span {
	font-size: 1.125rem;
	color: #fff;
	display: inline-block;
	padding: .3125rem;
	background: #ef2d36;
	border-radius: .3rem;
	margin-right: .5rem
}

.beikaoziliao .beikaoziliao-top-list .time {
	padding: .4375rem 0;
	color: #666;
	font-size: 1rem;
	float: right
}

.beikaoziliao .bkzl-list * {
	font-size: 1rem;
	line-height: 1;
	padding: 1rem 0
}

.beikaoziliao .bkzl-list a {
	display: inline-block
}

.beikaoziliao .bkzl-list span {
	display: inline-block;
	color: #999;
	margin-right: .9375rem
}

.beikaoziliao .bkzl-list .time {
	color: #666;
	float: right
}

.beikaoziliao-red {
	background: #b21e2a;
	padding: 1.125rem 1rem;
	margin-bottom: 1.25rem
}

.beikaoziliao-red .title {
	color: #fff;
	line-height: 1;
	font-size: 1.125rem;
	font-weight: bold
}

.beikaoziliao-red .title span {
	display: inline-block;
	height: 1rem;
	position: relative;
	top: 1.5px;
	line-height: 1;
	width: .25rem;
	background: #fff;
	margin-right: .6875rem
}

.beikao-right-tab {
	padding: 1.6875rem 1.875rem;
	padding-bottom: 0;
	border: 1px solid #e3e3e3;
	transition: all ease 0s;
	-moz-transition: all ease 0s;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	text-decoration: none;
	animation-duration: 0s
}

.beikao-right-tab .tab-title {
	display: inline-block
}

.beikao-right-tab .tab-title a {
	font-size: 1rem;
	margin-right: .9375rem;
	display: inline-block;
	padding-bottom: 1rem
}

.beikao-right-tab .tab-title a.active {
	color: #ef2d36;
	border-bottom: 2px solid #ef2d36;
	transition: all ease 0s;
	-moz-transition: all ease 0s;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	text-decoration: none;
	animation-duration: 0s
}

.beikao-right-tab .tab-miao {
	border-bottom: 1px solid #e3e3e3
}

.beikao-right-tab .tab-body {
	padding: 1.375rem 0;
	padding-bottom: 1.125rem
}

.beikao-shipin-list {
	padding: .9375rem 0
}

.beikao-shipin-list .content {
	display: inline-block;
	width: 65%
}

.beikao-shipin-list .content .title {
	font-size: .875rem;
	line-height: 1.1;
	margin-bottom: .625rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.beikao-shipin-list .content .time {
	font-size: .75rem;
	text-align: right;
	color: #999
}

.beikao-shipin-list .beikao-btn {
	font-size: .75rem;
	padding: .5rem .75rem;
	display: inline-block;
	color: #eb2c36;
	background: #ffeff1;
	border-radius: 1.25rem;
	margin: .25rem
}

.beikao-shipin-list .beikao-btn:hover {
	background: #eb2c36;
	color: #fff
}

@media (max-width:1200px) {
	.beikao-shipin-list .beikao-btn {
		float: right
	}
}

@media (max-width:1200px) {
	.beikao-shipin-list img {
		width: 30px
	}
}

.beikao-mianban {
	margin-top: 2.5rem;
	border: 1px solid #e3e3e3;
	text-align: center;
	position: relative
}

.beikao-mianban .beikao-mianban-title-1 {
	font-size: 1.5rem;
	color: #000;
	font-weight: bold;
	line-height: 1;
	padding: .625rem 0
}

.beikao-mianban .beikao-mianban-title-2 {
	font-size: .875rem;
	color: #999;
	line-height: 1
}

.beikao-mianban .beikao-mianban-btn {
	padding: .9375rem 6.25rem;
	display: inline-block;
	background: #19d100;
	border-radius: 2.1875rem;
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
	margin: 1.6875rem 0 0 0
}

.beikao-mianban .beikao-mianban-n-title {
	font-size: 1.125rem;
	font-weight: bold;
	color: #666;
	margin-bottom: .5rem
}

.beikao-mianban .beikao-mianban-n-title-1 {
	display: block;
	font-size: .875rem;
	color: #999
}

.beikao-mianban .beikao-mianban-three {
	padding: 1.5625rem 0 1.75rem 0
}

.beikao-mianban-2 {
	border: 1px solid #e3e3e3;
	background: #fffaf7;
	padding: 1.25rem 1.25rem 1.25rem 2.375rem;
	margin-top: 1.25rem
}

.beikao-mianban-2 img {
	display: inline-block
}

.beikao-mianban-2 .title {
	padding-left: 1.875rem;
	display: inline-block;
	vertical-align: top
}

.beikao-mianban-2 .title .title-1 {
	font-weight: bold;
	padding: .5rem 0 .875rem 0;
	font-size: 1.5rem;
	color: #000
}

.beikao-mianban-2 .title .title-2 a {
	font-size: 1rem;
	line-height: 1;
	color: #999
}

.beikao-mianban-2 .beikao-mianban-2-btn {
	font-size: 1.25rem;
	line-height: 1;
	padding: .5rem 2.8125rem;
	display: inline-block;
	background: #f97530;
	color: #fff;
	border-radius: 1.75rem;
	float: right;
	margin: 1.125rem 0
}

.beikao-mianban-2:last-of-type {
	margin-bottom: 4.8125rem
}

.beikao-mianban-2:last-of-type .beikao-mianban-2-btn {
	background: #19a0fc
}

.beikao-banner-pag .swiper-pagination-bullet {
	opacity: 1;
	width: .8125rem;
	height: .8125rem;
	border-radius: 6.5rem;
	background: #fff
}

.beikao-banner-pag .swiper-pagination-bullet-active {
	background: #b21e2a
}

.hangye-banner-pag {
	text-align: right;
	padding-right: 1.625rem;
	bottom: 1.125rem
}

.hangye-banner-pag .swiper-pagination-bullet {
	opacity: 1;
	width: .8125rem;
	height: .8125rem;
	border-radius: 6.5rem;
	background: #fff
}

.hangye-banner-pag .swiper-pagination-bullet-active {
	background: #b21e2a
}

.hangye-jianjie {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 2.5rem
}

.hangye-jianjie .title {
	font-size: 1.25rem;
	color: #333;
	line-height: 1.875rem;
	margin-bottom: 1.375rem
}

.hangye-jianjie .desc {
	font-size: 1rem;
	color: #333;
	line-height: 1.875rem;
	margin-bottom: 2.1875rem
}

.hangye-jianjie .btn {
	color: #b21e2a
}

.hangye-banner-jianjie {
	padding: 1.875rem 0;
	border-bottom: 1px dashed #e5e5e5
}

.lianxiwomen {
	padding-bottom: 4rem
}

.lianxiwomen-sec p {
	margin-top: 1rem;
	margin-bottom: 3.625rem;
	font-size: 1.25rem;
	color: #302f35
}

.lxwm-k {
	position: relative;
	min-height: 38.25rem
}

.lxwm-map-z {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 38.25rem;
	padding-top: 5.125rem
}

.col-map-zz {
	max-width: 20.625rem;
	max-height: 28.75rem;
	margin: auto;
	position: relative
}

.col-map-zz .lxwm-map-nr {
	position: absolute;
	width: 100%;
	height: 60%;
	left: 0;
	bottom: 0;
	text-align: center
}

.col-map-zz .lxwm-map-nr .lxwm-map-btn {
	font-size: 1rem;
	color: #fff;
	padding: .75rem 1.5rem;
	display: inline-block;
	background: #b21e2a;
	border-radius: 1.875rem;
	margin-bottom: 4.1875rem
}

.col-map-zz .lxwm-map-nr img {
	max-width: 6.875rem;
	display: block;
	margin: auto
}

.col-map-zz .lxwm-map-nr .title {
	margin-top: .75rem;
	font-size: .875rem;
	color: #302f35;
	line-height: 1.625rem
}

.map-three-icon {
	padding-top: 4.75rem;
	text-align: center
}

@media (min-width:1200px) {
	.map-three-icon {
		max-width: 1200px
	}
}

.map-icon-b {
	display: inline-block;
	width: 6.5625rem;
	height: 6.5625rem;
	padding: 1.875rem 1.625rem;
	border: 1px solid #eee;
	border-radius: 50%;
	margin-bottom: 1rem
}

@media (max-width:1200px) {
	.map-icon-b {
		width: auto;
		height: auto
	}
}

.map-zw {
	border-bottom: 1px solid #e5e5e5
}

.map-three-nr {
	padding: 0 4.375rem;
	padding-bottom: 5.625rem
}

.map-three-nr .content .title {
	color: #666;
	font-size: 1rem;
	line-height: 1.5rem
}

.map-three-nr .content .desc {
	color: #302f35;
	font-size: 1rem;
	line-height: 1.5rem
}

.lxwm-img-b {
	display: inline-block;
	padding: .25rem;
	border: 1px solid #e5e5e5
}

.lxwm-img-w {
	position: relative;
	bottom: 4.75rem
}

.lxwm-ewm-title {
	line-height: 2.25rem;
	font-size: 1rem;
	color: #302f35
}

.lxwm-table {
	padding-top: 3.9375rem;
	background: url("../images/lxwm-table-back.jpg") no-repeat center center;
	background-size: cover
}

.lxwm-table .title {
	color: #302f35;
	font-size: 1.25rem;
	text-align: center;
	padding-bottom: 3.3125rem
}

.lxwm-table-form {
	padding-bottom: 6.25rem;
	text-align: center
}

@media (min-width:1200px) {
	.lxwm-table-form {
		max-width: 600px;
		margin: auto
	}
}

.lxwm-table-form input,
.lxwm-table-form textarea {
	width: 100%;
	font-size: 1rem;
	line-height: 1
}

.lxwm-table-form input {
	border: none;
	margin-bottom: 1.25rem;
	padding: 1.0625rem 1.25rem
}

.lxwm-table-form textarea {
	resize: none;
	border: none;
	max-height: 10rem;
	padding: 1.25rem;
	margin-bottom: 2.25rem
}

#submit {
	display: inline-block;
	width: auto;
	padding: 1.0625rem 3.75rem;
	color: #fff;
	line-height: 1;
	border-radius: 3.125rem;
	background: #b21e2a;
	margin-bottom: 0
}

.gongsijianjie-banner {
	position: relative
}

.gongsijianjie-pag {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 99
}

.gongsijianjie-pag .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	opacity: 1
}

.gongsijianjie-pag .swiper-pagination-bullet-active {
	background: #fff
}

.beikaoziliao-banner {
	margin-bottom: 1.25rem
}

.index-fenxiang .listTime {
	line-height: 2.475rem
}

.index-kecheng-btn {
	margin-top: .75rem
}

.beikaoziliao-top-list a {
	display: inline-block;
	width: 100%
}

.beikaoziliao-top-list i {
	display: inline-block;
	max-width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	font-style: normal
}

.bkzl-list a {
	max-width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden
}

.bkzl-list span {
	vertical-align: top
}

@media (max-width:768px) {
	.gallery-thumbs {
		overflow: hidden
	}

	.remenkecheng .container-1600 {
		padding: 0
	}

	.remenkecheng .container-1600 .rementhree {
		margin: 0
	}

	.remenkecheng .container-1600 .rementhree .remen-card {
		padding: 0 .5rem;
		margin-top: 1rem;
		font-size: .875rem
	}

	.remenkecheng .container-1600 .rementhree .remen-card .title {
		font-size: .9375rem
	}

	.remenkecheng .kecheng {
		padding: 0;
		padding-top: 2rem
	}

	.remenkecheng .kecheng .tab-title a {
		font-size: 1rem;
		transition: all ease 0s;
		-moz-transition: all ease 0s;
		-webkit-transition: all ease 0s;
		-o-transition: all ease 0s;
		text-decoration: none;
		animation-duration: 0s
	}

	.pos-right {
		position: static !important;
		diplay: block
	}

	.pos-right:before {
		width: 0 !important
	}

	.none-x {
		display: none
	}

	#miao-tab4 img {
		max-width: 100%
	}

	.mokuai1-title {
		font-size: .875rem !important
	}

	.mokuai1-nr a {
		font-size: .75rem !important
	}

	.fudao .tab-title {
		padding: 0
	}

	.fudao .tab-title a {
		font-size: 1rem !important
	}

	.tuijiantushu .tab-miao a span {
		display: none !important
	}

	.tuijiantushu .tab-miao a:first-of-type {
		padding-left: 1.5625rem
	}

	.tushurow,
	.index-mokuai {
		padding: .5rem;
		margin: 0
	}

	.tushurow .title {
		font-size: .875rem
	}

	.index-meizhou {
		padding: 0
	}

	.xuexiao-banner img {
		max-width: 100%
	}

	#miao-tab1 .time {
		text-align: right
	}

	.fudaolis {
		margin-top: 4rem
	}

	.index-baokaotab .tab-title a {
		font-size: 1rem
	}

	.index-baokaotab .tab-title a.active {
		font-size: 1.125rem
	}

	.banquan a {
		display: block
	}

	.mokuai1-k {
		padding: .5rem
	}

	.mokuai1-w {
		padding: 1rem 1rem;
		text-align: center
	}

	.mokuai1-w img {
		width: 60%
	}

	.jinrilist .time {
		text-align: right
	}

	.jinrituijian {
		padding: 1rem
	}

	.mokuai1-z {
		display: none
	}

	.mokuai1-k:hover .mokuai1-title {
		padding-top: 1rem !important
	}

	.h2 {
		font-size: 1.75rem
	}

	.fengcai-btn {
		margin-bottom: 2rem
	}

	.gonggao-b {
		padding: 0
	}

	.gonggaorow {
		padding: 0
	}

	.beikaoziliao .row.fx-t {
		margin: 0;
		padding: 0
	}

	.bkzl-list {
		display: inline-block
	}

	.beikao-shipin-list .content {
		display: inline-block;
		max-width: 50%
	}

	.beikao-shipin-list .content .title {
		display: inline-block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.beikao-shipin-list .content .time {
		display: inline-block;
		width: auto
	}

	.beikao-mianban-2 {
		padding: 1rem
	}

	.beikao-mianban-2 .beikao-mianban-2-btn {
		padding: .5rem 2rem
	}
}

.pic-content .pic-list {
	margin-bottom: 1.875rem
}

.pic-content .pic-list img {
	max-width: 100%;
	overflow: hidden;
	border-radius: .5rem .5rem 0 0;
	cursor: pointer;
	display: flex
}

.pic-content .pic-list .xuexiao-pic-title {
	line-height: 3rem;
	font-size: 1rem;
	padding: 0 1rem;
	background: #fff;
	border-radius: 0 0 .5rem .5rem;
	border: 1px solid #999;
	border-top: 0
}

#lg-share {
	display: none
}

.kczx-img {
	padding-left: 0;
	padding-right: 1.875rem
}
.kczx-img img {
	width: 295px;
	height: 160px;
}

.kczx-content .beikaolistimg {
	height: auto;
	display: inline-block
}

.kczx-content .beikaolist {
	position: relative;
	padding: .875rem 0
}

.kczx-content .beikaolist .beikaolistnr {
	display: inline-block;
	width: 90%
}

@media (max-width:1200px) {
	.kczx-content .beikaolist .beikaolistnr {
		width: 70%
	}
}

.kczx-content .beikaolist .beikaolistnr a {
	font-size: 1.125rem;
	line-height: 1.4375rem;
	letter-spacing: -0.625px
}

.kczx-content .beikaolist .desc {
	margin-top: .6875rem;
	font-size: 1rem;
	line-height: 1.875rem
}

.kczx-content .beikaolist .time {
	margin-top: .4375rem;
	font-size: .875rem;
	line-height: 1rem;
	color: #999
}

.kczx-content .beikaolist .beikaolistbtn {
	margin-top: 1.4375rem;
	display: inline-block;
	font-size: .75rem;
	line-height: 1;
	padding: .3125rem .9375rem;
	background: #b21e2a;
	color: #fff;
	border-radius: 1rem
}

.kczx-list:nth-child(even) {
	padding-left: 1.25rem
}

.kczx-list:nth-child(odd) {
	padding-right: 1.25rem
}

@media (max-width:1200px) {
	.kczx-list {
		padding-right: 1rem;
		padding-left: 1rem
	}
}

.kczx-w {
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 1.6875rem;
	padding-top: 1.6875rem
}

.fixweixin .wxewm {
	position: absolute;
	right: -300px;
	top: 268px
}

.fixweixin .wxewm img {
	max-width: 150px
}

.fixweixin:hover .wxewm {
	right: 90px
}

.neirongyeshijian {
	font-size: .875rem;
	padding-top: 2rem;
	font-weight: normal;
	color: #999
}

.neirongyeshijian #hits {
	color: #999
}

.neirongyecontent {
	padding: 1rem 0
}

.neirongyecontent * {
	line-height: 2
}

.fengcai-banner {
	width: 100%
}

.index-fengcaijieshao {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden
}

.show-bread {
	padding: 1.375rem 0 2.125rem 0 !important
}

#lightgallery .fxc img {
	border-radius: 10px 0 0 10px;
	height: 100%;
}

#lightgallery .border {
	border-color: #999;
	border-radius: 0 10px 10px 0
}

@media (max-width:1600px) {
	.beikaoziliao {
		padding-left: 0
	}
}

.zhibozuoce {
	position: absolute;
	right: 0;
	bottom: -0.15625rem;
	padding-bottom: 1rem;
	line-height: 1;
	cursor: pointer
}

.zhibozuoce:hover {
	color: #e80014
}

.baokaogonggao .tab-title {
	position: relative
}

.hangyedongtai .border-b {
	position: relative
}

.hangyedongtai .hangyedongtaigengduo {
	position: absolute;
	right: 0;
	bottom: 1.40625rem
}

.remen .gengduoanniu {
	text-align: right;
	position: relative
}

.remen .gengduoanniu a {
	position: absolute;
	bottom: .8125rem;
	right: 1.5rem
}

.fudao {
	position: relative
}

.fudao .fenxianggengduo {
	font-size: 1rem;
	position: absolute;
	right: 0;
	bottom: 1.75rem;
	font-weight: normal
}

.mingshifengcai .tab-miao {
	position: relative
}

.mingshifengcai .fengcaigengduo {
	position: absolute;
	right: .9375rem;
	bottom: .5rem;
	padding: .7rem 1.5rem;
	line-height: 1rem;
	font-size: 1rem;
	border-radius: 1.4rem;
	border: 1px solid #e5e5e5;
	text-align: center
}

#miao-tab2 {
	background-color: #fff
}

.tuijiantushubtn {
	padding: .7rem 1.5rem !important;
	line-height: 1rem !important;
	font-size: 1rem !important;
	border-radius: 1.4rem !important;
	border: 1px solid #e5e5e5 !important;
	text-align: center !important;
	position: absolute;
	right: .9375rem;
	bottom: 1rem
}

.tuijiantushu .tab-miao {
	position: relative
}

.contentBomttomBtn {
	width: 100%;
	text-align: center;
	padding: 15px 0
}

.contentBomttomBtn .cBtnPre,
.contentBomttomBtn .cBtnNext {
	padding: 10px 15px;
	border: 1px solid #999;
	color: #333;
	display: inline-block
}

.contentBomttomBtn .cBtnPre:hover,
.contentBomttomBtn .cBtnNext:hover {
	background-color: #e10d00;
	border: 1px solid #e10d00;
	color: #fff
}

@media (max-width:768px) {
	.show-bread {
		padding-left: .9375rem !important
	}
}

.bkzl-list a,
.beikaoziliao-top-list a,
.bkzl-list i,
.beikaoziliao-top-list i {
	color: #e10d00
}

.bkzl-list a:visited,
.beikaoziliao-top-list a:visited,
.bkzl-list i:visited,
.beikaoziliao-top-list i:visited {
	color: #333
}


@media (max-width:768px) {
	.fixmenu{
		width: 50px;
		height: 50px;
	}
	.fixmenu .iconfont{
		font-size: 30px !important;
		line-height: 30px;
	}
}