
*{

    padding: 0;

    margin: 0;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

}

html,body{

    color: #000;

    font-size: 14px;

    font-family: "微软雅黑";

    max-width: 1920px;

    margin-left: auto !important;

    margin-right: auto !important;

    text-align: left;

    /* height: 100%; */

    width: 100%;

    overflow-x: hidden;
}

li{

    list-style:none;

}

a{

    text-decoration: none;

}

img,input{

    border: 0;

}

.wap{

    display: none;

}

body .clear{

    clear: both ;

    height: 0 !important;

    width: 0 !important;

    border: none !important;

    margin: 0 !important;

    padding: 0 !important;

}

.px1200{

    max-width: 1200px;

    margin: 0 auto;

}





.top{

    max-width: 1920px;

    margin:0 auto;

    position: relative;

}

.top>img{

    display: block;

    width: 100%;

}

.wap-menu{

    position: absolute;

    top: 22px;

    right: 10px;

    z-index: 99999;

}

.wap-menu img{

    height: 30px;

}

.close-menu {

    display: none;

    position: absolute;

    right: 5px;

    top: 0;

}

.weizi {
    /* border-bottom: 3px solid #d9d9dd; */
    padding-top: 10px;
    line-height: 36px;
    margin-bottom: 20px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 60px 0 30px;
	height: 56px;
	    
}
.weizi a {
    background-size: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #671a20;
    float: left;
    margin-right: 15px;
    position: relative;
    bottom: -2px;
	text-align: center;
	cursor: pointer;
}
.wzactive{
	border-bottom: 4px solid #671a20;
}
.text-lists .text-ul li {
    border-bottom: 1px solid #e5e5e5;
    border-top: 0px solid #e5e5e5;
	cursor: pointer;
}
/* .nav{

    background: url(../image/nav-bj-box.png) no-repeat center center;

    background-size: 100% 100%;

    height: 84px;

}

.nav>ul{

    padding: 0 60px;

    background: url(../image/nav-bj.png) no-repeat center center;

    background-size: 100% 100%;

    position: relative;

    top: -19px;

}

.nav>ul>li{

    float: left;

    width: 11%;

    text-align: center;

    position: relative;

}

.nav>ul>li>a{

    line-height: 85px;

    color: #fff;

    display: block;

    font-size: 18px;

    font-weight: 600;

    position: relative;

}

.nav>ul>li:hover>a {

    color: #fae385;

}

.nav>ul>li:hover>a::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    height: 3px;

    background: #fae385;

}

.nav>ul>li.active>a {

    color: #fae385;

}

.nav>ul>li.active>a::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    height: 3px;

    background: #fae385;

}

.nav>ul>li>span {

    display: none;

    position: absolute;

    right: 0;

    top: 20px;

    cursor: pointer;

}

.nav>ul>li>ul {

    width: 100%;

    position: absolute;

    top: 100%;

    background: #fff;

    box-shadow: 0 0 10px #ccc;

    z-index: 9;

    display: none;

}

.nav>ul>li>ul li a {

    display: block;

    padding: 15px 10px;

    color: #333;

}



.nav>ul>li:hover ul {

    display: block;

}

.nav>ul>li>ul li:hover {

    background: #b5282e;

}

.nav>ul>li>ul li a:hover {

    color: #fff;

} */









/* footer 底部 */

#footer{

    height:auto !important;

    background: #b5282e;

    text-align: center;

}

#footer .fp-tableCell{

    height: auto !important;

}

.footer{

    padding: 20px 20px;

}

#footer .footer p{

    font-size: 14px;

    line-height: 24px;

    color: #fff;

    margin: 3px 0;

}

#footer .footer p a{

    color: #fff;

}

#footer .footer p span{

    margin-left: 15px;

}




.ysfc li p{
	text-align:center !important;
}


/* 分页 */

.pagination{

    text-align: center;

    font-size: 0;

    padding: 60px 0;

}

.pagination a{

    display: inline-block;

    border: 1px solid #dcdcdc;

    padding: 0 12px;

    height: 35px;

    font-size: 14px;

    line-height: 35px;

    text-align: center;

    color: #666;

    margin: 0 7px;

}



.pagination a:hover{

    background: #ba2d35;

    color: #fff;

    border: 1px solid #ba2d35;

}

.pagination select{

    height: 37px;

    padding: 0 5px;

    outline: none;

    border-color: #eee;

}




.imglist {

    display: flex;
    flex-wrap: wrap;

}
.pagebar{
	width:100%;
}
.imglist li {
    width: 100% !important;
    padding-right: 0;
    line-height: 20px;
    margin-bottom: 10px;
    height: 300px;
    overflow: auto;
	padding-right: 0 !important;
	line-height: 1.5 !important;
	float: left;
	margin-right: 20px;
	width: 23% !important;
	border-bottom: 0px solid #e5e5e5 !important;
		border-top: 0px solid #e5e5e5 !important;
}
.imglist li a {
    white-space: normal;
    padding: 0 6px;
	padding-left: 0 !important;
	width: 100% !important;
	height:100%;
}

.imglist  li img {
    width: 100%;
    height: 90%;
    object-fit: contain;
	 border-radius: 5px;
}
.text-lists .text-ul li a::before{
	display: none;
}
.imglist p{
	text-align: center;
}

.ryimg li{
	width: 23.3% !important;
	height: auto;
}
.ryimg li img {
    width: 100%;
    height: 190px;
    object-fit: inherit;
	border-radius: 5px;
}

.text-lists {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 15px 0 15px;
}

.ryimg li a{
	white-space: inherit !important;
}
.ryimg p{
	text-align:left !important;
	padding:0 5px;
}




@media screen and (max-width: 1440px){

    .nav>ul>li>a{

        font-size: 16px;

    }

}

@media screen and (max-width: 1024px){

    .pc{

        display: none;

    }

    .wap{

        display: block;

    }



    .wap-menu img {

        height: 25px;

    }



    .nav {

        position: fixed;

        z-index: 9999;

        padding-top: 50px;

        left: 0;

        top: 0;

        right: 0;

        bottom: 0;

        background: rgba(0, 0, 0, 0.8);

        display: none;

        opacity: 0;

        height: 100%;

    }

    .nav>ul {

        background: none;

        padding: 0 30px;

        width: auto;

        top: 0;

    }

    .nav>ul>li {

        float: none;

        width: auto;

        display: block;

        text-align: left;

        padding: 13px 0;

        margin: 0;

        height: auto;

        border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    }

    .nav>ul>li>a {

        font-size: 16px;

        line-height: normal;

        font-weight: normal;

        padding: 0 10px;

    }

    .nav>ul>li:hover>a{

        color: #fff;

    }

    .nav>ul>li:hover>a::after{

        content: none;

    }

    .nav>ul>li.active>a::after{

        content: none;

    }

    .nav>ul>li:hover ul {

        display: none;

    }

    .nav>ul>li>span {

        display: block;

        color: #fff;

        transition: all 0.3s;

    }

    .nav>ul>li>span.active {

        transform: rotateZ(90deg);

    }

    .nav>ul>li>ul {

        position: static;

        padding: 0;

        width: auto;

        background: none;

        padding-left: 30px;

        box-shadow: none;

    }

    .nav>ul>li>ul>li {

        display: block;

        text-align: left;

        padding: 15px 0;

        margin: 0;

        border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    }

    .nav>ul>li>ul>li:last-child {

        border: none;

    }

    .nav>ul>li>ul>li a {

        color: #fff;

        padding: 0;

    }

    .nav>ul>li>ul>li:hover {

        background: none;

    }

    .nav>ul>li>ul>li a {

        color: #fff;

        padding: 0;

    }



}



@media screen and (max-width:768px){

	.imglist {
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	
	.imglist li {
	    border-top: 0px solid #e5e5e5 !important;
	    width: 48% !important;
	    padding-right: 0;
	    line-height: 20px;
	    margin-bottom: 10px;
	    margin-right: 0px;
	    height: 190px !important;
	    overflow: auto;
		padding-right: 0 !important;
		line-height: 1.5 !important;
		float: none !important;
		
	}
	.imglist li a {
	    white-space: normal;
	    padding: 0 6px;
	    width: 100%;
		padding-left: 0 !important;
		width: 100% !important;
	}
	
	.imglist  li img {
	    width: 100%;
	    height: 90%;
	    object-fit: inherit;
	}
	.text-lists .text-ul li a::before{
		display: none;
	}
	.imglist p{
		text-align: center;
	}
	.ryimg img{
		height: 29vw !important;
		object-fit: inherit !important;
	}
	
	.ryimg li{
		height: auto !important
	}
	.weizi {
	padding: 11px 15px 0 15px;
	}
	
    .pagination{

        padding:30px 0;

    }

    .pagination a {

        padding: 0 8px;

        height: 30px;

        font-size: 12px;

        line-height: 30px;

        margin: 0px 5px;

    }

    .pagination select{

        height: 32px;

        font-size: 12px;

    }

    .wap-menu img{

        height: 25px;

    }
	.link192 .w192{ width:100% !important; overflow:hidden}
	.link192 .web192{ width:100%}

}



@media screen and (max-width:480px){

    #footer .footer p {

        font-size: 12px;

    }

    #footer .footer p span{

        display: block;

        margin: 0;

    }

}
.bd li{
	width: 100%;
	height: 224px !important;
}
.new-switch .slideBox ul li a img{
	width: 100% !important;
	height: 100% !important;
}
.ggtit-h2 span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    padding: 0 20px 0 15px;
    background: url(../img/title-bj1.png) no-repeat left center;
    background-size: 100% 100%;
}
.hot-new .new-list ul {
    padding: 0px;
}
.gglsits li,.section2 li,.ysdj li{
	display: flex;
	align-items: center;
}
.gglsits li a{
    width: 72%;
    margin-right: 15px;
}
.gglsits li a,.section2 li a,.ysdj li a{
    width: 70%;
    margin-right: 15px;
}
.fwfw .new-down{
	padding: 10px 0;
}
.fwfw .swiper-slide a{
	background: #a22e36;
	display: flex;
	padding: 20px 10px;
	align-items: center;
}
.fwfw .swiper-slide img{
	width: 25%;
	margin-right: 10px;
}
.fwfw .swiper-slide span{
	color: white;
}
.section2 {
	padding: 0px 15px 0px 15px;
    /* background: url(../image/s2-bj.jpg) no-repeat center center; */b
    background-size: 100% 100%;
    background: #f2f7fb;
}
.s2-top>div>h2>span {
    background: url(../img/title-bj1.png) no-repeat left center;
    background-size: 100% 100%;
}
.s2-child ul{
	margin-bottom: 15px;
}
.s2-main>div ul li a{
	font-size: 14px;
	line-height: 40px;
}
.section3{
	padding: 0 15px 15px 15px;
	margin-bottom: 15px;
}


.ysls{
	margin-bottom: 15px;
}

.ysls .swiper {
			width: 100%;
			padding-top: 15px;
			padding-bottom: 15px;
		}

		.ysls .swiper-slide {
			width: 200px;
			height: 280px;
			box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
			filter: blur(1px);
			border-radius: 10px;
			display: flex;
			flex-direction: column;
			justify-content: end;
			align-items: self-start;
		}

		.ysls .swiper-slide-active {
			filter: blur(0px);
		}

		.ysls .swiper-pagination-bullet,
		.ysls .swiper-pagination-bullet-active {
			background: #fff;
		}

		.ysls .swiper-slide span {
			text-transform: uppercase;
			color: #fff;
			background: #1b7402;
			padding: 7px 18px 7px 25px;
			display: inline-block;
			border-radius: 0 20px 20px 0px;
			letter-spacing: 2px;
			font-size: 0.8rem;
			font-family: "Open Sans", sans-serif;
		}

		.ysls .swiper-slide--one span {
			background: #62667f;
		}

		.ysls .swiper-slide--two span {
			background: #62667f;
		}

		.ysls .swiper-slide--three span {
			background: #62667f;
		}

		.ysls .swiper-slide--four span {
			background: #62667f;
		}

		.ysls .swiper-slide--five span {
			background: #62667f;
		}

		.ysls .swiper-slide h2 {
			color: #fff;
			font-family: "Roboto", sans-serif;
			font-weight: 400;
			font-size: 1.3rem;
			line-height: 1.4;
			margin-bottom: 15px;
			padding: 25px 45px 0 25px;
		}

		.ysls .swiper-slide p {
			color: #fff;
			font-family: "Roboto", sans-serif;
			font-weight: 300;
			display: flex;
			align-items: center;
			padding: 0 25px 35px 25px;
		}

		.ysls .swiper-slide svg {
			color: #fff;
			width: 22px;
			height: 22px;
			margin-right: 7px;
		}

		.ysls .swiper-slide--one {
			background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
				url(../img/ls/ls01.jpg) no-repeat 50% 50% / cover;
			background-size: 100% 100%;
		}

		.ysls .swiper-slide--two {
			background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
				url(../img/ls/ls02.jpg) no-repeat 50% 50% / cover;
		}

		.ysls .swiper-slide--three {
			background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
				url(../img/ls/ls03.jpg) no-repeat 50% 50% / cover;
		}

		.ysls .swiper-slide--four {
			background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
				url(../img/ls/ls04.jpg) no-repeat 50% 50% / cover;
		}

		.ysls .swiper-slide--five {
			background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
				url(../img/ls/ls05.jpg) no-repeat 50% 50% / cover;
		}

		.ysls .swiper-3d .swiper-slide-shadow-left,
		.ysls .swiper-3d .swiper-slide-shadow-right {
			background-image: none;
		}
		.ysfc .mt-3,.ysfc .my-3{
			padding-top: 0 !important;
		}
		/* .fwfw .swiper-slide{
			width: 50% !important;
		} */
		.s4-right>ul>li a p {
		    position: static;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    padding: 0 10px;
		    line-height: 35px;
		    font-size: 14px;
		    background: none;
		    color: #000;
		    text-align: center;
			width: 100%;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.s4-right{
			margin-bottom: 15px;
		}
		#footer{
			background: #f2f7fb;
		}
		.s2-lbody{
			overflow: hidden !important;
		}
		.top{
			    background: #a22e36;
		}
		.ysry ul  {
		    padding: 0 15px !important;
		}
		.ysry ul li {
		    border-bottom: 0px dashed #eadcce !important;
		}
		.fgsd{
			margin-bottom: 15px;
		}
		.fgsd .s2-lbody,.zdal .s2-lbody{
			background: white;
			padding: 0 15px;
		}
		.fgsd .item,.zdal .item{
			background: #eaeaea;
			border-radius: 10px;
			    height: 56px;
			margin-top: 15px;
			    display: flex;
    align-items: center;
    padding: 10px 15px;
		}
		.zdal .item{
			/* background: brown; */
			border-radius: 10px;
		}
		.fgsd .item:last-child,.zdal .item:last-child{
			margin-bottom: 15px;
		}
		.fgsd .item .icon,.zdal .item .icon{
			    width: 15%;
				margin-right: 20px;
				    display: flex;
					    justify-content: center;
		}
		.fgsd .item .icon img{
			    width: 100%;
		}
		.fgsd .item .icon img,.zdal .item .icon img{
			    width: 100%;
		}
		.zdal .item .icon img{
			    width: 78%;
		}
		.fgsd .item:nth-child(2) .icon img{
			    width: 70%;
		}
		.zdal .item:nth-child(2) .icon img{
			    width: 66%;
		}
		.fgsd .item:nth-child(3) .icon img{
			    width: 78%;
		}
		.zdal .item:nth-child(3) .icon img{
			    width: 66%;
		}
		.fgsd .item:nth-child(4) .icon img{
			    width: 78%;
		}
		.fgsd .item span{
			display: inline-block;
			    width: 85%;
				font-weight: 700;
				color: #a22e36;
				font-size: 16px;
		}
		.zdal .item span{
			display: inline-block;
			    width: 85%;
				font-weight: 700;
				color: #a22e36;
				font-size: 16px;
		}
		#footer .footer p{
			color: black;
		}
		#footer .footer p a{
			color: black;
		}
		.navbar{
			background: #a22e36;
			height: 70px;
			position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 1000;
			display: flex;
			align-items: center;
			    justify-content: space-around;
		}
		.navbar .item{
			    display: flex;
			    flex-direction: column;
			    align-items: center;
				width: 25%;
		}
		.navbar .item img{
			width: 32px;
		}
		.navbar .item span{
			color: white;
		}
		.nav li a {
		    color: #fff;
		    display: block;
		    position: relative;
		    z-index: 2;
		    padding: 0 19px;
			font-size: 16px;
		}
		.foot_r a{
			color: black;
		}
		.ani {
		    position: absolute;
		    left: 40%;
		    bottom: 5%;
		    margin-left: 0px;
		}
		.waptop{
			display: none;
		}
		.wapfooter{
			display: none;
		}
		.nav {
		    background: #671a20;
			height: 70px;
		}
		.nav_list {
		    width: 1280px;
		    margin: auto;
		}
		.nav_list li {
		    line-height: 66px;
		    float: left;
		    /* width: 10%; */
		    text-align: center;
		    position: relative;
		}
		.nav_list li:hover a {
		    color: #fff;
		    background: #5f161c;
		}
		.nav_list li a {
		    color: #fff;
		    display: block;
		    position: relative;
		    z-index: 2;
		    padding: 0 19px;
			font-size: 16px;
		}
		/* .swiper-slide img{
			height: 100%;
		} */
		.foot_l{ width:150px; float:left; padding-right:40px; margin-right:60px; border-right:1px dashed #d0cfcf;}
		.foot_l img{ width:150px;}
		.foot_r{ float:left; text-align:left; line-height:34px; margin-top:10px;}
		.nav ul .nobg{ background:none;}
		@media screen and (max-width: 768px){
			.pctop{
				display: none;
			}
			.waptop{
				display: block;
			}
			.wapfooter{
				display: block;
			}
			.footbox{
				display: none;
			}
		}
		
		
		@media screen and (max-width: 1024px){
			.nav {
			    position: fixed;
			    z-index: 9999;
			    padding-top: 50px;
			    left: 0;
			    top: 0;
			    right: 0;
			    bottom: 0;
			    background: rgba(0, 0, 0, 0.8);
			    display: none;
			    opacity: 0;
			    height: 100%;
			}
			.nav>ul>li {
			    float: none;
			    width: auto;
			    display: block;
			    text-align: left;
			    padding: 13px 0;
			    margin: 0;
			    height: auto;
			    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
			}
		}