*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.header-wrap .top-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.header-wrap .top-box .logo{
    width: 50%;
}
.header-wrap .top-box .tel{
    width: 40%;
}
.menu-box {
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    background: #fff;
    transition: 0.4s;
    padding-top: 40px;
    overflow: hidden;
    z-index: 1001;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.menu-box .more {
    color: rgb(105, 105, 105);
    line-height: 22px;
    position: fixed;
    top: 10px;
    right: 14px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255,255,255,0.5);
    padding: 4px 2px;
    border-radius: 2px;
}
.menu-box .more:before {
    background: #696969;
    content: "";
    transform: rotate(0);
    transform-origin: 8%;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0;
    border-radius: 1px;
    transition: all .2s ease-in-out;
}
.menu-box .more:after {
    background: #696969;
    content: "";
    transform: rotate(0);
    transform-origin: 8%;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0;
    border-radius: 1px;
    transition: all .2s ease-in-out;
}
.menu-box .more .hamburger-bar {
    background: #696969;
    margin: 4px 0;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    transition: all .2s ease-in-out;
}
.menu-box ul {
    padding: 10px;
    box-sizing: border-box;
}
.menu-box ul li>a{
	color: #000000;
    line-height: 22px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    white-space: nowrap;
	padding: 8px 12px;
	display: block;
}
.menu-box ul li .nav-link{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 8px 12px;
}
.menu-box ul li .nav-link a {
    color: #000000;
    line-height: 22px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    white-space: nowrap;
}
.menu-box ul .two-menu {
    border-radius: 3px;
    background-color: #f5f5f5;
    background-clip: padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    transition: .25s;
    display: none;
}
.menu-box ul .two-menu a {
    padding: 5px 15px;
    display: block;
    width: 100%;
    color: #666666;
    box-sizing: border-box;
	line-height: 22px;
	overflow: hidden;
	font-size: 15px;
    white-space: nowrap;
}
.menu-box .more.collapsed:before {
    transform: rotate(45deg);
    background: #696969;
}
.menu-box .more.collapsed .hamburger-bar {
    background: transparent;
}
.menu-box .more.collapsed:after {
    transform: rotate(-45deg);
    background: #696969;
}
.menu-box ul li .nav-link .fa-angle-down {
    width: 6px;
    height: 6px;
	min-width: 6px;
    border: 1px solid #696969;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
    margin-top: -4px;
	margin-left: 20px;
    transition: all .2s;
}
.menu-box ul li .nav-link .fa-angle-down.active {
    transform: rotate(-135deg);
    margin-top: 4px;
}
.slider.banner-slider {
    height: 50vw;
}
.slider .slider-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider.banner-slider .img {
    object-fit: cover;
}
.banner-slider.slider .slider-pointer li{
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
.content-wrap .lbxw{
    margin-top: 10px;
}
.content-wrap .lbxw #KinSlideshow{
    font-size: 0;
}
#KinSlideshow .KSS_titleBox .title {
    line-height: 40px;
    margin: 0 12px !important;
    width: 54%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-wrap .xwdt{
    margin-top: 15px;
}
.content-wrap .xwdt .b-tit{
    color: #ce0027;
    font-size: 20px;
    border-bottom: 1px solid #ce0027;
    padding: 0 12px 6px 12px;
	display: block;
}
.content-wrap .xwdt .list-box .item{
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #DFDFDF;
}
.content-wrap .xwdt .list-box .item .time{
    font-size: 16px;
    color: #ffffff;
    display: block;
    width: 80px;
    min-width: 80px;
    line-height: 22px;
    text-align: center;
    padding-top: 10px;
    background-color: #ce0027;
    height: 60px;
}
.content-wrap .xwdt .list-box .item div {
    min-width: 100px;
    margin-left: 10px;
}
.content-wrap .xwdt .list-box .item .title {
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.content-wrap .xwdt .list-box .item .desc {
    font-size: 15px;
    line-height: 22px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.content-wrap .xyys{
    padding: 12px 0;
    background: #444444;
}
.content-wrap .txt-con{
	padding: 0 12px;
}
.content-wrap .xyys .d1{
    color: #efefef;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 6px;
    margin-top: 20px;
    padding-left: 20px;
}
.content-wrap .xyys .d2{
    color: #efefef;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.content-wrap .xyys .desc{
    color: #f0f0f0;
    font-size: 17px;
    text-indent: 2em;
    line-height: 30px;
    text-align: justify;
}
.content-wrap .xyys .box-con{
    position: relative;
    width: 100%;
    /* height: 950px; */
    margin-top: 16px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.content-wrap .xyys .box{
    /* width: 260px;
    height: 248px;
    background: #e3e3e3;
    text-align: center;
    box-sizing: border-box;
    position: absolute; */
	width: 48vw;
	height: 48vw;
	margin-top: 1.3vw;
}
.content-wrap .xyys .box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-wrap .xyys .box p{
    text-indent: 2em;
    text-align: justify;
}
.content-wrap .xyys .box1{
    /* background: #c60c1a;
    padding-top: 16px;
    left: 0;
    top: 0; */
}
.content-wrap .xyys .box1 div{
    color: #ffffff;
    font-size: 30px;
}
.content-wrap .xyys .box1 p{
    color: #ffffff;
    font-size: 14px;
    padding: 0 14px;
    line-height: 22px;
}
.content-wrap .xyys .box2{
    /* padding-top: 4px;
    right: 0;
    top: 228px; */
}
.content-wrap .xyys .box2 div {
    font-size: 28px;
}
.content-wrap .xyys .box2 p {
    font-size: 14px;
    padding: 0 14px;
    line-height: 22px;
}
.content-wrap .xyys .box3{
    /* background: #c60c1a;
    padding-top: 8px;
    left: 0;
    top: 468px; */
}
.content-wrap .xyys .box3 div {
    font-size: 28px;
    transform: scaleX(.7);
    white-space: nowrap;
    width: 50%;
    color: #ffffff;
}
.content-wrap .xyys .box3 p {
    font-size: 14px;
    padding: 0 14px;
    line-height: 22px;
    color: #fff;
}
.content-wrap .xyys .box4{
    /* padding-top: 15px;
    right: 0;
    top: 694px; */
}
.content-wrap .xyys .box4 div {
    font-size: 28px;
}
.content-wrap .xyys .box4 p {
    font-size: 14px;
    padding: 0 14px;
    line-height: 22px;
}
.content-wrap .xmzs{
    padding: 30px 12px 0 12px;
}
.content-wrap .xmzs .b-tit {
    color: #ce0029;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 4px;
    text-indent: 4px;
}
.content-wrap .xmzs .b-tit::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    background-color: #cccccc;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.content-wrap .xmzs .b-tit i {
    background-color: #ce0029;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.content-wrap .xmzs .img-box .item {
    display: block;
    position: relative;
    width: 100%;
    height: 40vw;
    margin-top: 14px;
}
.content-wrap .xmzs .img-box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-wrap .xmzs .img-box .item p {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 42px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    padding: 0 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}
.content-wrap .spzc{
    padding: 30px 12px 20px 12px;
    background: #dee5e9;
    margin-top: 20px;
}
.content-wrap .spzc .b-tit {
    color: #ce0029;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 4px;
    text-indent: 4px;
}
.content-wrap .spzc .b-tit::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    background-color: #cccccc;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.content-wrap .spzc .b-tit i {
    background-color: #ce0029;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.content-wrap .spzc .con .item{
    width: 100%;
    height: 62vw;
    display: block;
    position: relative;
    margin-top: 14px;
}
.content-wrap .spzc .con .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-wrap .spzc .con .item p{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0,0,0,.5);
    line-height: 40px;
    height: 40px;
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
}
.content-wrap .spzc .more{
    margin-top: 20px;
    text-align: center;
}
.content-wrap .spzc .more a{
    color: #ce0027;
    border: 2px solid #ce0027;
    display: inline-block;
    width: 100px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    font-weight: bold;
}
.content-wrap .spzc .more a img{
    margin-left: 6px;
}
.content-wrap .stzx{
    padding: 30px 12px 0 12px;
}
.content-wrap .stzx .b-tit {
    color: #ce0029;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 4px;
    text-indent: 4px;
}
.content-wrap .stzx .b-tit::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    background-color: #cccccc;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.content-wrap .stzx .b-tit i {
    background-color: #ce0029;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.content-wrap .stzx .box-tit{
    font-size: 20px;
    color: #ce0029;
    border-bottom: 1px solid #e67f94;
    margin-top: 20px;
    padding-bottom: 4px;
	display: block;
}
.content-wrap .stzx .box-tit span{
    font-size: 12px;
    margin-top: 5px;
    margin-left: 10px;
}
.content-wrap .stzx .news-box .first-box{
    margin-top: 12px;
}
.content-wrap .stzx .news-box .news-first .time-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-wrap .stzx .news-box .news-first .time-img .time {
    color: #5f5e5c;
}
.content-wrap .stzx .news-box .news-first .time-img .time .p1 {
    font-size: 46px;
}
.content-wrap .stzx .news-box .news-first .time-img .time .p2 {
    font-size: 28px;
}
.content-wrap .stzx .news-box .news-first .time-img img {
    width: 200px;
    height: 138px;
	object-fit: contain;
}
.content-wrap .stzx .news-box .news-first .title {
    color: #000;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
}
.content-wrap .stzx .news-box ul {
    border-top: 1px solid #e6e6e6;
    margin-top: 12px;
    padding-top: 10px;
}
.content-wrap .stzx .news-box ul li {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    color: #333;
}
.content-wrap .stzx .news-box ul li a {
    color: #333;
    font-size: 15px;
    margin-left: 4px;
}

.footer-wrap{
    background: #666666;
    padding: 12px;
    margin-top: 20px;
}
.footer-wrap .txt-box{
    color: #ffffff;
    font-size: 15px;
	text-align: center;
}
.footer-wrap .txt-box p{
    line-height: 30px;
}
.footer-wrap .txt-box p a{
    color: #ffffff;
}
.footer-wrap .ewm-box{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
}
.footer-wrap .ewm-box img{
    width: 40%;
}

.lb-container{
	
}
.lb-container .nav-box{
	display: flex;
    height: 42px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.lb-container .nav-box .lm-tit{
	font-size: 16px;
    white-space: nowrap;
	font-weight: bold;
}
.lb-container .nav-box .dqwz {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 10px;
}
.lb-container .nav-box .dqwz a {
    color: #333333;
}
.lb-container .side{
	font-size: 0;
    padding: 0 10px;
}
.lb-container .side a{
	display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 13px;
    margin: 6px 6px 0 0;
	color: #333;
    min-width: 74px;
    box-sizing: border-box;
    text-align: center;
}
.lb-container .news-list {
    margin-top: 10px;
    padding: 0 10px;
}
.lb-container .news-list li {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    border-bottom: 1px dashed #eee;
}
.lb-container .news-list li a {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
.lb-container .news-list li .time {
    font-size: 12px;
    color: #666666;
    margin-left: 20px;
}
.lb-container .pages{
	font-size: 14px;
    color: #333;
    padding: 0 10px;
    margin-top: 10px;
}
.lb-container .pages a{
	color: #333;
}
.lb-container .imgs-list{
	display: flex;
    padding: 0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lb-container .imgs-list .item{
    width: 100%;
	margin-top: 10px;
}
.lb-container .imgs-list .item img{
	width: 100%;
    height: 50vw;
    object-fit: cover;
}
.lb-container .imgs-list .item p{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 6px;
    text-align: center;
	font-size: 15px;
}
.lb-container .nr-con{
	font-family: 仿宋;
    font-size: 18px;
    line-height: 2;
    padding: 10px;
}
.lb-container .nr-con img{
	max-width: 100%;
	object-fit: contain;
}

.nr-container .nav-box{
	display: flex;
    height: 42px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.nr-container .nav-box .lm-tit{
	font-size: 16px;
    white-space: nowrap;
	font-weight: bold;
}
.nr-container .nav-box .dqwz {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 10px;
}
.nr-container .nav-box .dqwz a {
    color: #333333;
}
.nr-container .wz-title{
	font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.nr-container .wz-time{
	font-size: 12px;
    color: #666666;
    line-height: 23px;
    text-align: center;
    margin-top: 12px;
}
.nr-container .nr-con{
	margin-top: 20px;
    padding: 0 12px;
    box-sizing: border-box;
}
.nr-container .nr-con img {
    max-width: 100%;
	object-fit: contain;
	height: auto !important;
}
.nr-container .nr-con video {
    max-width: 100%;
}
.nr-container .paging{
	text-align: right;
    margin-top: 30px;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
}
.lb-container .video-list{
	padding: 0 3vw;
}
.lb-container .video-list .item{
	width: 100%;
    height: 62vw;
    display: block;
    position: relative;
    margin-top: 14px;
}
.lb-container .video-list .item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.lb-container .video-list .item p{
	position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0,0,0,.5);
    line-height: 40px;
    height: 40px;
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
}
