﻿body {
            	background-color: ;
            





            background-position:top center;margin-left:0px;
            COLOR:;
            margin-top: 0px;margin-right: 0px;margin-bottom:0px;
            font-size: 14px;
            }
            A:link {
            FONT-SIZE: 14px;
            COLOR: ;
            TEXT-DECORATION: none}
            A:visited {
            FONT-SIZE: 14px;
            COLOR: ;
            TEXT-DECORATION: none}
            A:hover {
            FONT-SIZE: 14px;
            COLOR: ;
            TEXT-DECORATION: none}
            


/*导航样式开始*/

            #webdh {
            text-align:center;
            vertical-align:middle;
            width: 1300px;
            height:0px;
            margin: 0 auto;
            font-size: 12px;
            font-weight: normal;
            COLOR: ;
            
            	background-color: ;
            
            overflow:hidden;
            }
            #webdh A:link {FONT-SIZE: 12px;COLOR: ; TEXT-DECORATION: none}
            #webdh A:visited {FONT-SIZE: 12px;COLOR: ; TEXT-DECORATION: none}
            #webdh A:hover {FONT-SIZE: 12px;COLOR: ; TEXT-DECORATION: none}
            #copy {text-align:center;width:1300px;margin: 0 auto; line-height:150%;}
            .clear {clear:both; height:0; overflow:hidden; display:block;}
            .clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }
            -->
            

/*中间内容开始*/

#bodycon {margin: 0 auto;width: 100%;max-width: 1600px;}
#bodycon #left {float: left;width: 0px;

            	background-color: ;
            
}
#bodycon #center {float:left;

            
width: 100%;
max-width: 1600px;
}
#bodycon #right {float:left;width: 0px;

            	background-color: ;
            
}
            
/*中间内容结束*/


/*详细内容开始*/

            #bodycontent {            margin: 10px auto;
            width:100%;
max-width: 1600px;
}
            #bodycontent.bodycontent2020 {
                text-align:left;
            }
            
/*详细内容结束*/


.custom-swiper-slide {
    position: relative;
}

/* 图片容器 */
.custom-slide-img-wrapper {
    position: relative;
    overflow: hidden;
}

/* 图片本身 */
.custom-slide-img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-slide-hover {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	text-align: left;
	font-size: 18px;
	line-height: 1.58;
}


.custom-slide-hover  p{
	

	color: #ffffff;


	text-align: left;
	font-size: 18px;
	line-height: 1.58;
	width: 100%;
	display: block;
	position: static;
	margin-top: 10px;
}

/* Hover 显示 */
.custom-swiper-slide:hover .custom-slide-hover {
    opacity: 1;
    visibility: visible;
}
