* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*:focus {
	outline: 0 !important
}
html {
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
		Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
		sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol */
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body {
	/* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
		Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
		sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}
aside,
nav,
footer,
header,
section {
	display: block
}
h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
img {
	border: 0;
	display: block;
}
svg:not(:root) {
	overflow: hidden
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible;
	border: none;
	outline: none
}
button,
select {
	text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled],
html input[disabled] {
	cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	cursor: pointer
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-text-fill-color: #333
}
a {
	color: inherit;
	text-decoration: none
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
a:hover {
	color: inherit
}
ul,
ol {
	margin: 0;
	padding-left: 0;
	list-style: none
}
p {
	margin: 0
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #1553f5 !important;
	-webkit-box-shadow: 0 0 3px 0 #1553f5;
	box-shadow: 0 0 3px 0 #1553f5
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #888
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888
}

/*public*/

/* .container{
	width: 100%;
	overflow: hidden;
} */
.header{
	width: 100%;
	min-width: 1640px;
	height: 255px;
	background: url("../images/headbg.jpg") no-repeat center center;
}

.head_con{
	width: 1640px;
	min-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.headCon_topnav{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}
.headCon_topnav ul{
	display: -webkit-flex;
	display: flex;
}
.headCon_topnav ul li{
	margin-right: 25px;
}
.headCon_topnav ul li a{
	display: -webkit-flex;
	display: flex;
	width: 34px;
	height: 34px;
	border-radius: 34px;
	background-color: #C10F25;
	justify-content: center;
	align-items: center;
}
.headCon_topnav ul li a img{
	width: 20px;
	height: 20px;
}
.searchbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 34px;
	padding: 0 15px;
	border-radius: 17px;
	background-color: #C10F25;
}
.searchbox .serinput{
	color: #fff;
	background-color: transparent;
	outline: none;
	border: none;
	width: 90px;
}
.searchbox .serinput::placeholder{
	color: #fff;
}
.searchbox .shuxian{
	width: 1px;
	height: 12px;
	background-color: #fff;
	margin: 0 10px;
}
.searchbox .serbtn{
	cursor: pointer;
}
.searchbox>a{
	display: flex;
	align-items: center;
}
.searchbox>a>img{
	display: block;
	margin-right: 5px;
}
.headCon_logo{
	margin-top: 20px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headCon_logo a img{
	width: 385px;
}
.NewNav{
	display: -webkit-flex;
	display: flex;
}
.NewNav_item{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-left: 45px;
}
.NewNav_item_bg{
	width: 37px;
	height: 108px;
	background-image: url('../images/top_four_icon.png');
	background-repeat: no-repeat;
	margin-right: 10px;
}
.itembg1{
	background-position: 0;
}
.itembg2{
	background-position: -37px;
}
.itembg3{
	background-position: -74px;
}
.itembg4{
	background-position: -111px;
}
.NewNav_itemR{
	
}
.NewNav_itemR>img{
	max-width: 125px;
}
.NewNav_itemR .itemR_flex{
	max-width: 125px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.itemR_flex2{
	max-width: 125px;
	display: flex;
	flex-wrap: wrap;
}
.itemR_flex2 li{
	margin-right: 18px;
}
.itemR_flex2 li:nth-child(3){
	margin-right: 0;
}
.NewNav_itemR ul li{
	font-size: 15px;
	margin-top: 12px;
}
.NewNav_itemR ul li a{
	position: relative;
}
.NewNav_itemR ul li a::after{
	height: 1px;
	width: 25px;
	background-color: #C10F25;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -14px;
}
.NewNav_itemR ul li a:hover::after{
	content: '';
}


.bannerbox{
	width: 100%;
	min-width: 1400px;
	height: 500px;
	min-height: 538px;
	background: url("../images/bannerbg.jpg") no-repeat center top;
	overflow: hidden;
}
.bannerCon{
	width: 1400px;
	max-width: 1400px;
	max-height: 530px;
	margin-top: 8px;
}
.swiper{
	--swiper-navigation-color: rgba(0,0,0,0);
}
.myself-swiper-button-prev{
	left: 24px !important;
}

.yaowenBox{
	position: relative;
	z-index: 2;
	width: 100%;
	min-width: 1400px;
	min-height: 880px;
	background: url("../images/yaowenbg.png") no-repeat center top;
	overflow: hidden;
}
.yaowenCon{
	width: 1400px;
	margin: 0 auto;
	/* overflow: hidden; */
	display: flex;
	justify-content: space-between;
}
.ywconL{
	
}
.ywconLtit{
	display: flex;
	align-items: center;
	margin-top: 90px;
}
.ywconLtit p{
	font-size: 30px;
	color: #fff;
	margin-left: 15px;
	font-weight: bold;
}
.ywconL_container{
	margin-top: 48px;
	border-left: 4px solid #fff;
	border-top: 4px solid #fff;
	padding-bottom: 6px;
	position: relative;
    width: 788px;
   
}
.ywconL_container li{
	box-shadow: 4px 3px 6px #eee;
}
.ywconL_container  img{
	position: relative;
	z-index: 1;
	width: 788px;
	height: 367px;
}
.ywconL_container li .timebox{
	background-color: #fff;
}
.ywconL_container li .newsTime{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: 168px;
	height: 62px;
	background: url("../images/timebg.png") no-repeat center;
	color: #fff;
	margin-top: -42px;
	margin-left: 32px;
}
.ywconL_container li .newsTime .day{
	font-size: 40px;
	font-weight: bold;
	margin-left: 15px;
}
.ywconL_container li .newsTime>p{
	width: 2px;
	height: 30px;
	background-color: #fff;
	transform: skewX(-10deg);
	margin: 0 15px;
}
.ywconL_container li .newsTime .years{
}

.ywconL_container li .combox{
	display: block;
	max-width: 788px;
	background-color: #fff;
	padding: 30px 15px 40px 32px;
}
.ywconL_container li .combox h2 a{font-size:22px;font-weight:700}
.ywconL_container li .combox p a{
	color: #666;
	line-height: 28px;
}
.fenduanqi{
	position: absolute;
	z-index: 99;
	right: 25px;
	top: 320px;
	display: flex;
}
.fenduanqi p{
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background-color: #fff;
	color: #666;
	text-align: center;
	line-height: 28px;
	margin-left: 10px;
	cursor: pointer;
}
.fenduanqi p.active{
	background-color: #C10F25;
	color: #fff;
}
.ywconR{
	flex: 1;
}
.dotmore{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 25px;
}
.dotmore p{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #D1D1D1;
	margin-left: 28px;
}
.dotmore em{
	width: 1px;
	height: 15px;
	background-color: #D1D1D1;
	margin: 0 28px;
}
.dotmore a{
	display: flex;
	align-items: center;
}
.dotmore a span{
	color: #999;
	margin-right: 10px;
}
.seemore{
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}
.seemore .seem-p{
	display: flex;
	align-items: center;
}
.seemore .seem-p span{
	color: #999;
	margin-right: 10px;
}
.ywlist{
	margin-top: 65px;
	margin-left: 28px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding-right: 6px;
}
.ywlist li{
	width: 100%;
	box-shadow: 0 0 5px #eee;
	padding: 22px 30px;
	margin-bottom: 20px;
}
.ywlist li:nth-last-child(1){
	margin-bottom: 0;
}
.ywlist li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ywlist li  span{
	color: #999;
	font-size: 12px;
}
.ywlist li  h3 a{
	color: #333;
	font-size: 18px;
}
.ywlist li  img{margin-left:auto}
.zonghebox{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	background-color: #FBFBFB;
	margin-top: -45px;
}
.zhCon{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.zhConL{
	
}
.zhconl_tit,.zhconl_tit>div,.zhconl_tit>a,.zhnewsListTop,.zhnewsListBot{
	display: flex;
	align-items: center;
}
.zhconl_tit{
	margin-top: 24px;
}
.zhconl_tit,.zhnewsListTop,.zhnewsListBot{
	justify-content: space-between;
}
.zhconl_tit>div p{
	font-size: 30px;
	color: #C10F25;
	margin-left: 15px;
	font-weight: bold;
}
.zhconl_tit>a span{
	color: #666;
	margin-right: 10px;
}
.zhnewsListTop{
	margin-top: 45px;
}
.zhnewsListTop li{
	display: block;
	max-width: 440px;
	overflow: hidden;
}
.zhnewsListTop li:nth-child(1){
	margin-right: 30px;
}
.zhnewsListTop li>img{
	width: 440px;
	height: 215px;
}
.zhnewsListTop li h4 a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 15px;
    display: block;
}
.zhnewsListTop li p a{
	color: #666;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.zhnewsListBot{
	max-width: 920px;
	flex-wrap: wrap;
	margin-top: 35px;
}
.new-list-box{
	width: 440px;
	max-width: 440px;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px dotted #BFBFBF;
	margin-bottom: 30px;
}
.newstimes{
	margin-right: 20px;
	min-width: 72px;
	width: 72px;
	text-align: center;
}
.newstimes div{
	height: 28px;
	line-height: 28px;
	background-color: #C10F25;
	color: #fff;
}
.newstimes .month{
	background-color: #FF001E;
}
.newstimes p{
	height: 28px;
	line-height: 28px;
	background-color: #F4F4F4;
	color: #C10F25;
}
.newinfotit a{
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newinfotit2{
	color: #fff;
}
.zhConR{
	width: 440px;
	padding: 0 35px;
	min-height: 845px;
	background: url('../images/meiti.jpg') no-repeat left;
}
.videonewbox{
	width: 100%;
	height: 550px;
	min-height: 550px;
	background: url('../images/videonewbg.jpg') no-repeat center;
}
.videonewCon{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.videonewlist{
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.videonewitem{
	position: relative;
	max-width: 320px;
	background-color: #fff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.videonewitem .video-box{
	display: block;
	margin: 25px 15px;
}
.videonewitem .video-box p a{
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.videonewitem .video-box h3 a{    font-size: 18px;}
.videonewitem .video-box:hover h3 a{
	color: #C10F25;
}
.videonewitem_imgbox{
	width: 320px;
	height: 195px;
	overflow: hidden;
}
.videonewitem_imgbox>img{
	width: 100%;
	height: 100%;
}
.videonewitem_timebox{
	position: absolute;
	width: 60px;
	height: 44px;
	text-align: center;
	right: 15px;
	top: 160px;
	background-color: #C10F25;
	color: #fff;
}
.videonewitem_timebox p{
	line-height: 1;
	font-weight: bold;
	margin-top: 6px;
}
.videonewitem_timebox span{
	font-size: 12px;
}
.fivebox{
	width: 100%;
	overflow: hidden;
	background-color: #FBFBFB;
	padding-bottom: 50px;
	position: relative;
}
.redheng{
	width: 100%;
	height: 5px;
	background-color: #C10F25;
	margin-top: 115px;
	position: relative;
	z-index: 8;
}
.fiveCon{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
}
.fiveContit{
	display: flex;
	background-color: #fff;
	max-width: 750px;
	height: 65px;
	border-radius: 12px;
	box-shadow: 0 0 5px 0 #ccc;
	margin-top: -35px;
	position: relative;
	z-index: 9;
}
.fiveContit div{
	line-height: 65px;
	font-size: 20px;
	font-weight: bold;
	width: 150px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.fiveContit div:nth-child(1){
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.fiveContit div:nth-last-child(1){
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.fiveContit div.active{
	background-color: #C10F25;
	color: #fff;
}
.fiveContit div.active::after{
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid #C10F25;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
}
.fivelist{
	margin-top: 50px;
}
.five_item{
	display: flex;
	justify-content: space-between;
}
.five_itemLR{
	width: 100%;
}
.five_itemLR_tit{
	display: flex;
	align-items: center;
}
.five_itemLR_tit p{
	font-size: 24px;
	color: #333;
	margin-left: 8px;
}
.five_itemLR_acon{
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.five_itemLR_acon a{
	display: inline-block;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 20px;
}
.five_itemLR_acon a .someimgbox{
	width: 335px;
	height: 185px;
	overflow: hidden;
}
.five_itemLR_acon a .someimgbox>img{
	width: 100%;
	height: 100%;
}
.five_itemLR_acon a p{
	max-width: 335px;
	padding: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yimengbox{
	width: 100%;
	height: 830px;
	overflow: hidden;
	background: url('../images/yimeng.jpg') no-repeat center;
}
.YmCon{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
}
.ymtit{
	display: flex;
	justify-content: center;
	margin-top: 70px;
}

.ymnewlist{
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}
.ymnewlistL{
	position: relative;
}
.ymnewLitem{
	position: relative;
	width: 880px;
	height: 520px;
}
.zuoceimg{
	width: 365px;
	height: 460px;
	border-top-right-radius: 45px;
	border-bottom-left-radius: 45px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.zuoceimg>img{
	/*width: 100%;*/
	height: 100%;
}
.yuoceimg{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}
.xiacecon{
	width: 745px;
	height: 405px;
	background-color: #fff;
	border-top-right-radius: 45px;
	border-bottom-left-radius: 45px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.xiacecon .xia-tit{
	float: right;
	max-width: 420px;
	margin-right: 55px;
}
.xiacecon .xia-tit h1 a{
	font-size: 24px;
	margin-top: 70px;
	margin-bottom: 40px;display: block;
}
.xiacecon .xia-tit p a{
	color: #666;
	line-height: 28px;
	margin-bottom: 45px;display: block;
}
.xiacecon .xia-tit div span{
	color: #ff5502;
	padding-right: 15px;
}
.changetab{
	position: absolute;
	top: 30px;
	right: 0;
	display: flex;
	align-items: center;
}
.changetab .heng{
	width: 310px;
	height: 1px;
	background-color: #fff;
}
.changetab .pageswi{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	border: 2px solid #fff;
}
.changetab .pageswi>img{
	width: 20px;
}
.changetab .pageswi .ljr{
	display: none;
}
.changetab .pre{
	margin: 0 30px;
}
.pageswi:hover{
	background-color: #fff;
}
.changetab .pre:hover .ljr{
	display: block;
}
.changetab .pre:hover .ljw{
	display: none;
}
.changetab .next:hover .ljr{
	display: block;
}
.changetab .next:hover .ljw{
	display: none;
}
.ymnewlistR{
	width: 442px;
	height: 520px;
	background-color: #fff;
	border-top-right-radius: 45px;
	border-bottom-left-radius: 45px;
	overflow: hidden;
	padding: 30px 20px;
}
.ymnewrtop{
	display: flex;
	align-items: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #C10F25;
}
.ymnewrtop_imgbox{
	width: 170px;
	min-width: 170px;
	height: 105px !important;
}
.ymnewrtop_imgbox img{
	width: 100%;
	height: 100%;
}
.ymnewrtop_right{
	margin: 0 20px;
}
.ymnewrtop_right h3 a{ font-size:16px; font-weight:700}
.ymnewrtop_right p a{
	color: #666;
	font-size: 12px;
	margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ymnewrtop_right span{
	color: #999;
	font-size: 12px;
}
.ymnewrbottom{
	margin-top: 25px;
}
 .ymnewr-box{
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
 .ymnewr-box:hover{
	color: #C10F25;
}
 .ymnewr-box p a{
	margin-left: 10px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.peoplebox{
	width: 100%;
	height: 720px;
	overflow: hidden;
	background: url('../images/tiyuchang.jpg') no-repeat center;
}
.peopleCon{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.peopleheng{
	width: 100%;
	height: 2px;
	background-color: #C10F25;
	margin-top: 15px;
}
.peopleConLeft{
	width: 920px;
	max-width: 920px;
	overflow: hidden;
}
.Linyidaxue{
	margin-top: 30px;
}
.Linyida_tab{
	display: flex;
	width: 380px;
	margin: 0 auto 16px;
}
.Linyida_tab p{
	width: 110px;
	height: 36px;
	color: #C10F25;
	background-color: #fff;
	border-radius: 18px;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	margin-right: 25px;
	cursor: pointer;
}
.Linyida_tab p:nth-last-child(1){
	margin-right: 0;
}
.Linyida_tab p.active{
	background-color: #C10F25;
	color: #fff;
}

.linyida-renwubox{
	max-width: 265px;
	height: 350px;
	min-height: 350px;
	position: relative;
	cursor: pointer;
}
.linyida-renwubox-img{
	width: 265px;
	height: 350px;
}
.linyida-renwubox-img>img{
	width: 100%;
	height: 100%;
        object-fit: cover;
}
.linyida-renwubox-dd{
	width:100%;
	height: 105px;
	background-image: linear-gradient(to bottom right,#C11025,#EC0D27);
	color: #fff;
	position: absolute;
	overflow: hidden;
	bottom:0;
	left: 0;
	display: none;
	mix-blend-mode
}
.linyida-renwubox-dd-active{
	display: block;
}
.linyida-renwubox-dd::after{
	content: '';
	border-top: 15px solid transparent;
	border-bottom: 15px solid #f2f2f2;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -15px;
}
.linyida-renwubox-dd h1{
	font-size: 24px;
	margin: 15px 0 0 25px;
}
.linyida-renwubox-dd p{
	font-size: 18px;
	margin: 10px;
	color: #fedfe3;
}
.linyida-renwubox-dd p a {
	font-size: 16px;
}
.pinfo{
	display: none;
}
.pinfoTextbox{
	position: absolute;
	width: 878px;
	height: 155px;
	bottom: 0px;
	background-color: #fff;
	box-shadow: 0 0 8px #ccc;
	padding:0 30px;
	margin-bottom: 10px;
}
.pinfoTextbox p{
	color: #666;
	font-size: 15px;
	text-indent: 2em;
	margin-top: 22px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.infoactive::after{
	content: '';
	border-top: 15px solid transparent;
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: -30px;
	left: 116px;
}
.infoactive1::after{
	content: '';
	border-top: 15px solid transparent;
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
}
.infoactive2::after{
	content: '';
	border-top: 15px solid transparent;
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: -30px;
	right: 116px;
}
.peopleConRight{
	width: 440px;
	max-width: 440px;
}
.wenhuabox{
	background-color: #fff;
	padding: 20px 18px 30px;
}
.wenhuatab{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.wenhuatab p{
	width: 48%;
	height: 45px;
	background-color: #F1F1F1;
	color: #c3192d;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	border-radius: 6px;
	cursor: pointer;
}
.wenhuatab .wenhuaactive{
	background-color: #c3192d;
	color: #F1F1F1;
}
.wenhuaitem_img{
	display: block;
	width: 100%;
	max-height: 205px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
	position: relative;
}
.wenhuaitem_img img{
	width: 100%;
	height: 100%;
}
.wenhuaitem_img p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #fff;
	padding-left: 15px;
	background-color: rgba(0,0,0,0.5);
	border-bottom: 2px solid #C10F25;
}
.wenhuaitem ul{
	/* margin-top: 35px; */
}
.wenhuaitem ul li{
	margin-top: 30px;
	position: relative;
}
.wenhuaitem ul li::after{
	content: '';
	width: 4px;
	height: 14px;
	background-color: #C10F25;
	position: absolute;
	left: 0;
	top: 3px;
}
.wenhuaitem ul li a{
	display: block;
	color: #666;
	padding-left: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wenhuaitem ul li a:hover{
	color: #C10F25;
}
.zhuantibox{
	width: 100%;
	background-color: #fdfdfd;
	margin-top: -1px;
	padding-bottom: 40px;
	overflow: hidden;
}
.zhauntiCon{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.zhuantitit{
	margin: 40px 0 30px 5px;
	display: flex;
	align-items: center;
	width: 200px;
	height: 70px;
	border-radius: 35px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 12px #ddd;
}
.zhuantitit div{
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-color: #C10F25;
	border: 4px solid #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zhuantitit p{
	font-size: 22px;
	color: #333;
	width: 120px;
	text-align: center;
	letter-spacing: 4px;
}
#swiperzt{
	
}
.zhuanti-swiper-slide{
	
}
.zhuanti-swiper-slide a{
	display: block;
	width: 350px;
	height: 238px;
	padding: 0 20px;
}
.zhuanti-swiper-slide a img{
	width: 100%;
	height: 100%;
	margin: 6px;
	/* box-shadow: 0 0 6px #bbb; */
}
.zhaunti-swiper-button-prev{
	left: 55px !important;
}
.zhaunti-swiper-button-next{
	right: 30px !important;
}
.foot{
	width: 100%;
	background-color: #C10F25;
        margin-top: 40px;
}
.footCon{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}
.footCon .left{
	margin-left: 15px;
}
.footCon .left .logo{
	margin-bottom: 20px;
}
.footCon .left p{
	color: #FFBEBE;
	font-size: 16px;
	margin-top: 0px;
}
.footCon .left p span{
	padding-right: 20px;
}
.footCon .middle{
	display: flex;
	margin-top: 65px;
}
.footCon .middle a{
	width: 190px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin: 0 11px;
}
.footCon .middle a p{
	font-size: 18px;
	color: #C10F25;
	margin-right: 4px;
}
.footCon .right{
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
	width: 405px;
	max-width: 405px;
}
.footCon .right a{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 20px;
	margin-bottom: 20px;
}
.footCon .right a div{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #fff;
}
.footCon .right a p{
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}
/*swiper*/
.zhaunti-button-disabled{
  opacity:1;
}
.linyida-swiper-button-prev{
	top: 175px !important;
	left: 20px !important;
}
.linyida-swiper-button-next{
	top: 175px !important;
	right: 47px !important;
}
.Linyida_swiperbox{
	
}
#swiper2,#swiper3,#swiper4{
	width: 920px;
	box-sizing: content-box;
	padding: 0 25px;
}
.swiper-slide-linyida{
	position: relative;
	min-height: 550px;
}
/*breadbox*/
.breadbox{
	width: 100%;
	height: 40px;
	background: url('../images/bannerbg2.jpg') no-repeat center top;
	overflow: hidden;
	margin-top: 1px;
}
.breadCon{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.breadCon a{
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	margin-left: 80px;
	display: flex;
	align-items: center;
}
.breadCon a img{
	margin-right: 10px;
}
.NewListCon{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
}
.NewListCon_tit{
	height: 60px;
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E2E2E2;
}
.NewListCon_tit>p{
	font-size: 36px;
	color: #333;
}
.locationbox em{
	padding: 0 4px;
}
.NewListCon_list li{
	margin-top: 25px;
}
.NewListCon_list li {
	padding: 25px 15px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.NewListCon_list li:hover{
	background-color: #F7F7F7;
	box-shadow: 0 5px 15px #ddd;
}
.artdetail_imgbox{
        width: 300px;
	height: 158px;
	overflow: hidden;
}
.artdetail_imgbox>img{
	width: 100%;
	height: 100%;
        object-fit: cover;
}
.artdetail_infobox{
	margin-left: 30px;
}
.artdetail_infobox span{
	color: #999;
               font-size: 16px;
}
.artdetail_infobox h4 a{
	color: #C10F25;
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 5px;
display:block
}
.artdetail_infobox p a{
	color: #666;
	font-size: 16px;
	line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.artdetail_jt{
	margin: 0 60px;
}
.article_detail{
	
}
.article_detail h3{
	color: #C11025;
	font-size: 28px;
	margin-top: 35px;
	margin-bottom: 0px;
        text-align: center;
}
.article_info{
	width: 870px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
margin-bottom:30px;
}
.article_info span{
	color: #999;
	font-size: 17px;
	padding: 0 2px;
}
.Textfield{
	padding-bottom: 50px;
}
.Textfield img{
	margin: 40px auto !important;
}
.Textfield p{
	font-size: 18px !important;
	color: #333;
	line-height: 240%;
}
.pageingbox{
	display: flex;
	justify-content: center;
	margin-top: 90px;
	margin-bottom: 60px;
}



/*媒体查询*/
@media screen and (min-width:1920px){
	.yaowenBox{
		background: url("../images/yaowenbg2.png") no-repeat center top;
	}
	.header,.bannerbox,.yaowenBox,.videonewbox,.yimengbox,.peoplebox{
		background-size: 100% 100%;
	}
	.headCon_logo a img{
		width: 320px;
	}
}
.artdetail_infobox {flex:1}