/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}

#divu1{
float:right;}


a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	height: 148px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../2025images/header-bg.png);
}

.logo{
	width: 487px;
	margin-top: 41px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-right{
	margin-top: 20px;
}

.search{
	position: relative;
	width: 187px;
	padding: 1px 36px 1px 20px;
	background-image: url(../2025images/search.png);
	background-repeat: no-repeat;
	background-origin: center;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 32px;
	background-color:transparent;
	border:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.428571;
	padding: 6px 0px;
}

.search input[type="image"]{
	position: absolute;
	right: 13px;
	top: 8px;
	width: 19px;
}

.header-a{
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	margin:0 20px 0 40px;
}

.header-hong{
	line-height: 32px;
	background-color: rgba(151,7,7,0.7);
	color: #fff;
	padding: 0 14px;
	border-radius: 999em;
}
.nav{
	margin-top: 20px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 45px;
}
.nav>ul>li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #970707;
	color: #fff;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .flex-control-paging li a{
	width: 32px;
	height: 32px;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 73px;
}
.fafa .flex-control-nav li{
	margin:0 4px;
}

.main0{
	background-color: #fff;
	padding: 45px 0;
}

.main0-item-wp{
	position: relative;
}
.main0-item-wp::before{
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 1px dashed #970707;
	content:"";
}

.main0-item{
	width: 47%;
}


.main0-title{
	width: 100px;
	margin-right: 20px;
}

.main0-title-h1{
	font-size: 24px;
	color: #970707;
	text-align: center;
}


.main0-title-ico{
	width: 87px;
	height: 87px;
	position: relative;
	margin:0 auto 13px;
}
.main0-title-ico img{
	position: absolute;
	width: 135px;
	left: 50%;
	top: -12px;
	margin-left: -67px;
	max-width: none;
}


.main0-dl{
	overflow: hidden;
}

.main0-dl dl{
	margin:0;
}

.main0-dl dd{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 18px;
	color: #666;
	padding-top: 25px;
}

.main0-dl dd a:hover{
	color: #970707;
}

.main1{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../2025images/main1-bg.jpg);
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 260px;
}
.title-00{
	border-bottom: 1px solid #eee7e7;
}
.title-00 .fl{
	font-size: 20px;
	color: #970707;
	font-family: "Times New Roman";
	text-transform: uppercase;
	position: relative;
}
.title-00 .fl::before{
	position: absolute;
	width: 58px;
	height: 70px;
	left: -30px;
	top: 50%;
	margin-top: -35px;
	content:"";
	background-image: url(../2025images/yuanh.png);
}
.title-00 .fl span{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	padding-right: 13px;
}

.title-00 a.fr{
	font-size: 20px;
	color: #970707;
	font-family: "Times New Roman";
	text-transform: uppercase;
	margin-top: 11px;
}
.title-00 a.fr img{
	margin-top: -3px;
	margin-left: 10px;
}

.main1-bottom{
	margin-top: 100px;
}
.main1-bottom-item{
	width: 45%;

	
}


.main1-div{
	margin-top: 60px;
}

.main1-pic{
	margin-right: 80px;
	width: 800px;
}

.fmain1 .imgbox_a{
	padding-bottom: 63.375%;
}
.fmain1 .flex-control-nav{
right:15px;
bottom:42px;
height:0;
text-align:right;
} 
.fmain1 .flex-control-nav li{
margin:0}
.fmain1 .flex-control-nav li+li{
margin-left:5px;}
.fmain1 .flex-control-paging li a{
width:18px;height:18px;
}

.main1-1-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 25px 40px;
	background-color:rgba(0,0,0,0.15);
}
.main1-1-title-h1{
	padding-right: 200px;
	line-height: 1;
	z-index: 15;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.main1-1-date{
	position: absolute;
	right: 130px;
	top: 50%;
margin-top:-10px;
line-height:20px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}


.main1-list1{
	overflow: hidden;
}

.main1-list1 dl{
	margin:0;
}

.main1-list1 dd+dd{
	margin-top: 15px;
}

.main1-list1 dd>a{
	display: block;
	background-color: #fff;
	padding: 12px 70px 12px 50px;
}


.main1-list1-date{
	text-align: center;
	margin-right: 45px;
}

.main1-list1-date-h1{
	font-size: 36px;
	font-weight: bold;
	font-family: "Times New Roman";
	line-height: 1;
	color: #970707;
}

.main1-list1-date-h2{
	font-size:12px;
	font-family: "Times New Roman";
	line-height: 1;
	color: #970707;
}

.main1-list1-a{
	font-size: 18px;
	color: #333;
	padding-top: 12px;
}

.main1-list1 dd>a:hover{
	background-color: #970707;
}
.main1-list1 dd>a:hover .main1-list1-date-h1{color: #fff;}
.main1-list1 dd>a:hover .main1-list1-date-h2{color: #fff;}
.main1-list1 dd>a:hover .main1-list1-a{color: #fff;}
.main1-list2{
	margin-top: 30px;
}
.main1-list2 dl{
	margin:0;
}

.main1-list2 dd{
	position: relative;
	font-size: 16px;
	color: #333;
	height: 72px;
	line-height: 71px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 90px;
	border-bottom: 1px dashed #b54f4e;
}

.main1-list2 dd a:hover{
	color: #970707;
}
.main1-list2 dd span.span_01{
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman";
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	color: #970707;
	border-right: 1px solid #970707;
	width: 74px;
}









.main2{
	height: 352px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../2025images/main2-bg2.jpg);
	position: relative;
}

.main2-1{
	position: absolute;
	width: 51.2%;
	left: 0;
	bottom: 0;
	height: 505px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../2025images/main2-bg1.png);
	z-index: 15;
}

.main2 .container{
	position: relative;
	z-index: 25;
}
.title-11.title-00{
	border-bottom: 0;
}
.title-11.title-00 .fl::before{
	display: none;
}
.title-11.title-00 .fl,
.title-11.title-00 .fl span{
	color: #fff;
}

.main2 .title-11{
	width:566px;
	position: relative;
	top: -80px;
}
.title-11.title-00 a.fr{
	font-size: 14px;
	color: #fff;
	margin-top: 22px;
}

.main2-div{
	padding-left: 160px;
}
.main2-list{
	margin-top: 70px;
}
.main2-list .imgbox_a{
	padding-bottom: 37.84%;
}
.main2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-40px;
    top: 50%;
    margin-top: -17px;
    width: 20px;
    height: 35px;
    background-image: url(../2025images/lleft.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main2-list .owl-nav button.owl-next{
    position: absolute;
    right:-40px;
    top: 50%;
    margin-top: -17px;
    width: 20px;
    height: 35px;
    background-image: url(../2025images/rright.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.main3{
	height: 960px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../2025images/main3-bg.jpg);
	background-size: cover;
	padding-top: 382px;
}


.main3-dl dl{
	margin:0;
}

.main3-dl dd{
	float: left;
	width: 14.28571%;
}

.main3-dl dd .imgbox_a{
  background: rgba(255,255,255, 0.15);
  backdrop-filter: blur(5px);
  background-repeat: no-repeat;
  background-position: center;
}
.main3-dl dd:nth-child(3){
	transform: translateY(-100%);
}
.main3-dl dd:nth-child(7){
	transform: translateY(-100%);
	
}

.main3-dl dd:nth-child(7) .imgbox_a{
	background: #970707;
  backdrop-filter:none;
}





.main3-dl dd:nth-child(8){
	margin-left: 14.28571%;
}
.main3-dl dd:nth-child(9){
	margin-right:28.57142%;
	float: right;
}


.main3-1{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 35px 20px 0;
}

.main3-1-1{
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.main3-1-1 span{
	font-size: 60px;
	font-family: 'Times New Roman';
	font-weight: bold;
	padding-right: 5px;
}
.main3-1-2{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 10px;
}

.main3-2{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	text-align: center;
}
.main3-2-1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.main3-2-2{
	font-size: 20px;
	font-family: 'Times New Roman';
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 15px;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	background-image: url(../2025images/footer-1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footer-1-div{
	height: 148px;
	position: relative;
	padding-left: 560px;
	padding-top:50px;
}

.footer-1-logo{
	position: absolute;
	width: 437px;
	left: 0;
	top: 39px;
}
.footer-1-logo a,.footer-1-logo img{
	display: block;
	width: 100%;
}

.footer-1-dl dl{
	margin:0;
	margin-left: -3%;
}

.footer-1-dl dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
}

.footer-1-dl dd .form-control{
	height: 48px;
	border-radius: 0;
	font-size: 16px;
}


.footer-2{
	background-image: url(../2025images/footer-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footer-2-1{
	padding:50px 0 40px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.foo2-1{
	width: 50%;
	margin-right: 80px;
}

.er-wp{
	width: 280px;
}

.er{
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 120px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}


.foo2-1-p{
	font-size: 20px;
	color: #fff;
	line-height: 1.8;
	margin-top: 30px;
}
.foo2-1-p p{margin:0;}


.foo2-2{
	overflow: hidden;
	padding-top: 25px;
}

.foo2-2-h1{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.foo2-dl dl{
	margin:0;
	margin-left: -2%;
	font-size: 0;
}

.foo2-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 31.3333%;
	margin-left: 2%;
	margin-top: 40px;
}

.foo2-dd-h1{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.foo2-dd-h2{
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
	margin-top: 10px;
}



.footer-2-2{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 18px 0;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../2025images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../2025images/jia2h.png);

}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width:250px;
    margin-left: 15px;
    margin-top: 18px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../2025images/heidi.png);
	display: none;

}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}


.banner-2::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.3;
	content:"";
}


.erji{
	padding: 140px 0 100px;
	position: relative;
	z-index: 50;
	background-color: #f8f7f7;
}

.erji-top{
	position: absolute;
	right: 0;
	left: calc((100% - 1600px)/2);
	padding-right: calc((100% - 1600px)/2);
	height: 136px;
	background-image: url(../2025images/erji-top.jpg);
	background-position: center;
	top: -67px;
	border-top-left-radius: 67px;
	box-shadow: 0px 5px 30px 0px rgba(106, 0, 8, 0.2);
	padding-left: 70px;
}

.erji-top-title{
	
	margin-top: 34px;
}

.erji-top-a{
	height: 70px;
	line-height: 70px;
	padding-left:23px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 30px;
	color: #fff;
}
.erji-top-a+.erji-top-a{
	margin-left: 60px;
}
.erji-top-a a:hover{
	font-weight: bold;
}
.erji-top-a.cur{
	background-image: url(../2025images/yuan.png);
	font-weight: bold;
}

.mianbaoxie{
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
	height: 136px;
	line-height: 136px;
}
.mianbaoxie img{
	margin-top: -3px;
	margin-right: 10px;
}

.erji-title{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #970707;
	line-height: 1;
}

.erji-title::after{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #970707;
	margin:20px auto 0;
	content:"";
}

.erji-menu1{
	width: 775px;
	margin:40px auto 0;
}

.erji-menu1-item{
	width: 169px;
	line-height: 1;
	height: 58px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.erji-menu1-item.fr{
	text-align: right;
}
.erji-menu1-item a{
	font-size: 30px;
	color: #999;
}
.erji-menu1-item.cur a,
.erji-menu1-item a:hover{
	color: #970707;
}
.erji-menu1-item.fl{background-image: url(../2025images/e1.png);}
.erji-menu1-item.fr{background-image: url(../2025images/e2.png);}


.erji-menu1-item.fl.cur{background-image: url(../2025images/e1h.png);}
.erji-menu1-item.fr.cur{background-image: url(../2025images/e2h.png);}

.erji-div{
	margin-top: 60px;
}

.fengcai-list dl{
	margin:0;
	margin-left: -3%;
}

.fengcai-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 50px;
}

.fengcai-pic .imgbox_a{
	padding-bottom: 56.2%;
	border-radius: 13px;
}

.fengcai-h1{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 25px;
}

.fengcai-item:hover .fengcai-h1{
	color: #970707;
}

.fenye{
	text-align: center;
	margin-top: 60px;
}

.fenye ul{
	margin:0;
}

.gonggao-list  dl{
	margin:0;
}
.gonggao-list dd{
	border-bottom-left-radius: 40px;
	border-top-right-radius: 40px;
	overflow: hidden;
}

.gonggao-item{
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 30px 0;
	border-bottom: 1px dashed #eacdcd;
	
}

.gonggao-item:hover{
	background-image: url(../2025images/gonggao-bg.png);
	border-bottom: 0;
}
.gonggao-item:hover .gonggao-h1 span{
	color: #fff;
	border-color:#fff;
}

.gonggao-item:hover .gonggao-h2{
	color: #fff;
}

.gonggao-item:hover .xinnwen-con-p{
	color: #fff;
}
.gonggao-h1{
	font-size: 0
}

.gonggao-h1 span{
	display: inline-block;
	font-size: 24px;
	color: #970707;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #970707;
	font-family: "Times New Roman";
}

.gonggao-h2{
	margin-top: 20px;
	font-size: 26px;
	color: #333;
}
.xinnwen-con-p{
	margin-top: 20px;
	font-size: 16px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.gonggao-h2 a:hover{
	font-weight: bold;
}

.xinwen-pic{
	width: 340px;
	margin-right: 40px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 64.7%;
	border-radius: 15px;
}

.xinwen-list .gonggao-item{
	height: 300px;
	padding-top: 40px;
}


.xinwen-list .gonggao-item:hover{
	background-image: url(../2025images/xinwen-bg.png);
}

.xinwen-con{
	overflow: hidden;
	padding-top: 10px;
}

.xinwen-list .gonggao-h2{
	margin-top: 35px;
}


.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	font-size: 24px;
	color: #666666;
	padding-bottom: 20px;
	position: relative;
	margin-right: 60px;
	margin-bottom: 15px;
}
.sanji-dl dd.cur::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	content:"";
	height: 2px;
	background-color: #970707;
}
.sanji-dl dd>a:hover{
	color: #970707;
}
.sanji-dl dd.cur>a{
	color: #970707;
	font-weight: bold;
}

.xinwen-xx-left{
	width: 1120px;
	margin-right: 80px;
}
.xinwen-xx-h1{
	font-size: 36px;
	font-weight: bold;
	color: #970707;
}
.xinwen-xx-h2{
	font-size: 18px;
	color: #666;
	line-height: 1.6;
	margin-top: 35px;
}
.xinwen-xx-right{
	overflow: hidden;
}

.xinwen-xx-con{
	font-size: 16px;
	color: #666;
	line-height: 2;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 0;
	margin:30px 0;
}

.xinwen-xx-con img{
	display: block;
	margin:0px auto 10px;
}

.xinwen-page .fl,.xinwen-page .fr{
	max-width: 48.5%;
	font-size: 18px;
	color: #333;
}

.xinwen-page a:hover{
	color: #970707;
}

.xinwen-xx-h3{
	font-size: 20px;
	color: #333;
}

.xinwen-xx-right-dl{
	margin-top: 15px;
	border:1px solid #e1e1e1;
}

.xinwen-xx-right-dl dl{
	margin:0;
}
.xinwen-xx-right-dl dd{
	padding: 22px 35px;
}
.xinwen-xx-right-dl dd+dd{
	border-top: 1px solid #e1e1e1;
	
}

.xinwen-xx-tja{
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	max-height: 3.2em;
	overflow: hidden;
}
.xinwen-xx-tja a:hover{
	color: #970707;
}



.xiazai-list  dl{
	margin:0;
}
.xiazai-list dd{
	border-bottom-left-radius: 40px;
	border-top-right-radius: 40px;
	overflow: hidden;
}

.xiazai-item{
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 27px 60px 0;
	border-bottom: 1px dashed #eacdcd;
	
}

.xiazai-item:hover{
	background-image: url(../2025images/xiazai-bg.png);
	border-bottom: 0;
}

.xiazai-date{
	width: 94px;
	height: 106px;
	background-size: 100%;
	background-image: url(../2025images/liu.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin-right: 60px;
	padding-top: 20px;
}

.xiazai-date-h1{
	font-size: 40px;
	color: #970707;
	font-family: 'Times New Roman';
	line-height: 1;
}

.xiazai-date-h2{
	font-size: 20px;
	color: #970707;
	font-family: 'Times New Roman';
	line-height: 1;
}

.xiazai-con{
	overflow: hidden;
	position: relative;
	padding-right: 60px;
}
.xiazai-con::after{
	position: absolute;
	width: 44px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	right: 0;
	content:"";
	background-image: url(../2025images/xia.png);
}
.xiazai-a{
	height: 106px;
	line-height: 106px;
	font-size: 26px;
	color: #333;
}
.xiazai-a a:hover{
	font-weight: bold;
}
.xiazai-item:hover .xiazai-date{
	background-image: url(../2025images/liuh.png);
}
.xiazai-item:hover .xiazai-date-h1{color: #fff;}
.xiazai-item:hover .xiazai-date-h2{color: #fff;}
.xiazai-item:hover .xiazai-a{color: #fff;}

.xiazai-item:hover .xiazai-con::after{
	background-image: url(../2025images/xiah.png);
}


.jigou1{
	border-bottom-left-radius: 40px;
	border-top-right-radius: 40px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px;
	background-image: url(../2025images/jigou1-bg.png);
	overflow: hidden;
	background-size: cover;
}

.jigou1-title .fl{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.jigou1-dl dl{
	margin:0;
	font-size: 0;
	margin-left: -3%;
	padding-top: 15px;
}

.jigou1-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 3%;
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	margin-top: 30px;
}

.jigou2{
	margin-top: 70px;
}

.jigou2-list dl{
	margin:0;
}
.jigou2-list dd{
	border-bottom-left-radius: 40px;
	border-top-right-radius: 40px;
	overflow: hidden;
	background-image: url(../2025images/jigou2-dd.png);
	background-repeat: no-repeat;
	background-position: center;
}
.jigou2-list dd+dd{
	margin-top: 40px;
}

.jigou2-pic{
	width: 200px;
}

.jigou2-pic .imgbox_a{
	padding-bottom: 120%;
}

.jigou2-con{
	overflow: hidden;
	padding: 35px 60px 0
}

.jigou2-h1{
	font-size: 18px;
	color: #970707;
	padding-bottom: 15px;
	border-bottom: 1px solid #970707;
}
.jigou2-h1 a{
	font-size: 26px;
	margin-right: 60px;
	color: #333;
}
.jigou2-h1 a:hover{
	font-weight: bold;
}
.jigou2-con-p{
	font-size: 18px;
	color: #333;
	line-height: 2.4;
	height: 4.8em;
	overflow: hidden;
	margin-top: 30px;
}
.jigou2-con-p p{
	margin:0;
}

.jigou2-list dd:hover{
	background-image: url(../2025images/jigou2-ddh.png);
}

.jigou2-list dd:hover .jigou2-h1{color: #fff;border-color: #fff;}
.jigou2-list dd:hover .jigou2-h1 a{color: #fff;}
.jigou2-list dd:hover .jigou2-con-p{color: #fff;}

.lingdao-list dl{
	margin:0;
}

.lingdao-list dd+dd{
	margin-top: 80px;
}

.lingdao-pic{
	width: 270px;
	margin-right: 80px;
	position: relative;
}
.lingdao-pic::before{
	z-index: 15;
	position: absolute;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #970707;
	content:"";
	left: 20px;
	top: 20px;
}
.lingdao-pic .imgbox_a{
	padding-bottom: 116.67%;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	z-index: 50;
}

.lingdao-con{
	overflow: hidden;
	padding: 40px 45px 0;
	background-color: #fff;
	border-radius: 20px;
	height: 315px;
	background-image: url(../2025images/yinz.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.lingdao-name{
	border-bottom: 1px solid #dfdfdf;
	font-size: 20px;
	color: #333;
}

.lingdao-name a{
	display: inline-block;
	padding-bottom: 15px;
	font-size: 36px;
	color: #333;
	border-bottom: 2px solid #970707;
	margin-right: 28px;
}
.lingdao-name a:hover{
	color: #970707;
}
.lingdao-con-p p{margin:0;}
.lingdao-con-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 45px;
}

.lingdao-qm{
	font-size: 0;
	text-align: right;
	margin-top: 70px;
}
.zkk{
        width: 15px;
        margin: 30px auto 0;
        cursor: pointer;
}
.zkk img{
        display: block;
        width: 100%;
}

.main0-dl dd{display: none;}
.main0-dl dd:nth-child(1){display: block;}
.main0-dl dd:nth-child(2){display: block;}
.main0-dl dd:nth-child(3){display: block;}
.main0-dl dd:nth-child(4){display: block;}
.main0-dl dd:nth-child(5){display: block;}
.main0-dl dd:nth-child(6){display: block;}
.main0-dl dd:nth-child(7){display: block;}
.main0-dl dd:nth-child(8){display: block;}
.foo2-dl dd{
        margin-top: 26px;
}
.foo2-dd-h2+.foo2-dd-h2{
        margin-top: 5px;
}

.foo2-2{
        padding-top: 0
}
.main3-dl{
        position: relative;
}
.main3-dl dd:nth-child(10){
        position: absolute;
        bottom: 100%;
        right: 28.57142%;
}