.promessage {
    font-size: 16px;
    text-align: center;
}

.procat {
    display: flex;
    justify-content: space-between;
}

.procat .items .imgs {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: content-box;
    filter: grayscale(0%);
}

.procat .items.active .imgs {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: content-box;
    filter: grayscale(0%);
}

.procat .items .protitle {
    font-size: 16px;
    text-align: center;
    color: #1E2528;
}

.procat .items .protitle span {
    color: #888888;
    margin-left: 15px;
}

.procat .items .prodes {
    text-align: center;
    font-size: 16px;
    color: #1E2528;
    font-weight: bold;
}

.procat .items .prodes span {
    color: #FFCD11;

}

.promess1 {
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
}

.promess1 img {
    width: 25px;
    padding-right: 5px;
}

.ruelist {
    background: #333333;
    display: flex;
    justify-content: flex-start;
}

.ruelist .rueleft {
    width: 300px;
    padding-left: 20px;
    color: #ffffff;
}

.ruelist .rueleft h1 {
    font-size: 18px;
    font-weight: bold;
}

.ruelist .rueleft h2 {
    font-size: 16px;
    font-weight: normal;
}

.ruelist .rueleft h2 span {
    font-size: 16px;
    font-weight: bold;
    color: #FFCD11;
}
.ruelist .rueleft .menulist {
    margin-top: 15px;
}
.ruelist .rueleft .menulist .items .title{
    font-size: 14px;
    line-height: 200%;
}
.ruelist .rueleft .menulist .itemlist{
    padding: 10px;
    background: #DDDDDD;
    color: #333333;
}
.ruelist .rueleft .menulist .items .item{
    font-size: 14px;
    line-height: 200%;
    display: flex;
    justify-content:space-between;
    border-bottom: solid 1px #333333;
}
.ruelist .rueleft .menulist .items .item:last-child{
    font-size: 14px;
    line-height: 200%;
    background: #DDDDDD;
    border-bottom: none;
}
.tui-checkbox:checked {
	background: #333333;
}

.tui-checkbox {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 16px;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease 0.1s;
	transition: background-color ease 0.1s;
	margin: 0 0 0 2px !important;
}

.tui-checkbox:checked::after {
	content: '';
	top: 3px;
	left: 2px;
	position: absolute;
	background: transparent;
	border: #fff solid 2px;
	border-top: none;
	border-right: none;
	height:8px;
	width: 13px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.ruelist .rueright {
    width: 900px;
}

.rueright .protype {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    font-weight: bold;
}

.ruelist .rueright .protype .items {
    background: #FFFFFF;
    color: #666666;
    font-size: 16px;
    padding: 5px 35px;
}

.ruelist .rueright .protype .active {
    background: #111111;
    color: #FFCD11;
    font-size: 16px;
    padding: 5px 35px;

}




.contentlist {
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 2%;
}

.contentlist .itemp {
    width: 32%;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.08);

    margin-top: 15px;
}

.contentlist .itemp .pheader {
    margin-bottom: 0.2rem;
    position: relative;
}

.contentlist .itemp .pheader {
    line-height: 200%;
    color: #ffcd11;
}

.contentlist .itemp .pheader a {

    color: #fff;

}


.contentlist .itemmc .pheader {
    line-height: 200%;
    background: #a8a8a8;
    color: #000000;

}

.contentlist .itemp .pheader p {
    margin: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.contentlist .itemp .pheader p.r {
    background: #FF6B6A;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    text-align: right;
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    right: 10px;
    bottom: 10px;
}

.contentlist .itemp .pheader p.r img {
    height: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.contentlist .itemp .pfooter a {
    background: #ffcd11;
    margin-top: 10px;
    line-height: 200%;
    text-align: center;
    display: block;
    color: #333333;
    border-radius: 10px;
}

.contentlist .itemmc .pfooter a {
    background: #191919;
    margin-top: 10px;
    line-height: 200%;
    text-align: center;
    display: block;
    color: #ffffff;
    border-radius: 10px;
}

.contentlist .itemp .pcontent {
    line-height: 150%;

}

.contentlist .itemp .pcontent .p1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contentlist .itemp .pcontent .p1 h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 25px;
    height: 25px;
    font-weight: bold;
    width: 160px;

}

.contentlist .itemp .pcontent .p1 h3 a {
    color: #414141;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentlist .itemp .pcontent .p1 span.xcyx {
    z-index: 1000;
    color: #A17F00;
    border: solid #000000 1px;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-top: 10px;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
    display: inline-block;
}

.contentlist .itemp .pcontent .p1 span.kzks {
    z-index: 1000;
    color: #A10026;
    border: solid #000000 1px;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
    display: inline-block;
}
.contentlist::after{
    content: "";
    width: 31%;
}
.img_div .xiabiao img {
    height: 0.4rem;
}

.imgCSS {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    height: 170px;
}

.mask {
    position: absolute;
    background: rgba(101, 101, 101, 0.6);

    color: #ffffff;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    pointer-events: none;
}

.mask h3 {
    text-align: center;
    margin: 0;
    height: 100%;
    line-height: 170px;
    font-size: 16px;
}

.mask h3 img {
    line-height: 25px;
    width: 25px;
    height: 25px;
}

.img_div:hover .mask {
    opacity: 1;
}

.xialamore {
    text-align: center;
    margin: 15px 0;
    color: #ffffff;
}

.xialamore img {
    width: 10px;
    margin-left: 5px;
}



.footer {
	 
	background: url(list_6_2.png) no-repeat center;
	background-size: 100%; 
    width: 100%;
}

.footer1 {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	color: #fff;
	display: -webkit-flex;
	box-sizing: border-box;
	flex-direction: row;
	flex-wrap: wrap;
    width: 1200px;
    margin: 0px auto;
    padding-top: 50px;
}

.footer1 .list01 {
	width: 25%;
	text-align: center;
	margin-top: 0.22rem;
	padding: 5px 0;
    font-size: 20px;
}

.footer1 .list01yell {
	background: #ffcd11;
	border-top-left-radius: 0.15rem;
	border-bottom-left-radius: 0.15rem;
}

.footer1 .list01 p span {
	font-size: 22px;
}

.footer1 .list01 p {
	line-height: 30px;
	font-size: 16px;
	margin: 0;
}

.videosp {
	margin: 0px auto 0;
	width: 1000px;
}

.videosp video {
	width: 1000px;
	height: 700px;
}

/* 隐藏video 音量按钮*/
video::-webkit-media-controls-mute-button {
	display: none !important;
}

/*隐藏video 当前按钮*/ 
video::-webkit-media-controls-current-time-display {
	display: none !important;
}

/* 隐藏video 总时间*/
video::-webkit-media-controls-time-remaining-display {
	display: none !important;
}

/* 隐藏video 全屏按钮*/
video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}

