<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropdownmenu ul, .dropdownmenu li {
	margin: 0;
	padding: 0;
	height:100%
}
.dropdownmenu ul {
	list-style: none;
	width: 100%;
	height:100%
}
.dropdownmenu li {
	float: left;
	position: relative;
	width:auto;
	height:100%;
}
.dropdownmenu a {
	color: #FFFFFF;
	display: block;
	font: 18px/20px 微软雅黑,黑体;
	padding: 20px 20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.dropdownmenu li:hover a {
	background: #dddddd;
}
#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 60px;
	visibility: hidden;
	width:150px;
	z-index: 19999;
	display:block;
}
li:hover ul#submenu {
	opacity: 1;
	top: 60px;	/* adjust this as per top nav padding top &amp; bottom comes */
	visibility: visible;
}
#submenu li {
	width: 100%;
	float:left;
    height:50px;
}
#submenu a:hover {
	background: #f5f5f5;
    color:#ff6a00;
}
#submenu a {
	background-color:#333;
	opacity: 0.8;
    padding:15px 20px;
}
#submenu1 {
	left: 150px;
	opacity: 0;
	position: absolute;
	top: 60px;
	visibility: hidden;
	width:150px;
	z-index: 19999;
	display:block;
}
#submenu1 li {
	width: 100%;
	float:left;
    height:50px;
}
#submenu li:hover ul#submenu1 {
	opacity: 1;
	top: 0;	/* adjust this as per top nav padding top &amp; bottom comes */
	visibility: visible;
}
/*首页面新闻*/
.news ul {width:100%;display:block;margin-top:10px;}
.news &gt; li {float:left; width:49%;border:1px solid blue;}
.news li span {float:right;margin-right:10px;}

/*首页图片新闻*/
.banner1 .bx-pager {margin-bottom:-40px;}
.swiper-slide &gt; a {height:200px;}
.swiper-slide &gt; a &gt; div:first-child {float:left;width:30%;height:80%;display:block;background-size:cover;background-repeat:no-repeat;}
.swiper-slide &gt; a &gt; div:last-child {float:left;width:70%;padding-left:20px;}
.swiper-slide &gt; a &gt; div:last-child .title {font-size:18px; color:black;max-height:55px;overflow:hidden;text-overflow:ellipsis;}
.swiper-slide &gt; a &gt; div:last-child .contant {font-size:14px;color:gray;margin-top:10px;height:80px;overflow:hidden;text-overflow:ellipsis;text-indent:2em;}
.swiper-slide &gt; a &gt; div:last-child .date {font-size:12px;color:gray;text-align:right;}

/*右下角固定*/
.right-consultation {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99999;
    box-shadow:#dddddd;
    width:12em;
}

/*.right-consultation &gt; h4 {
    position: relative;
    height: 120px;
    background: url(../images/consultation0.png) no-repeat center bottom;
    background-size:contain;
    margin-top: -80px;
}*/

.right-consultation h4 span {
    cursor: pointer;
    display: block;
    position: absolute;
    top:55px;
    right: 0px;
    width: 20px;
    font-size:12px;
}

.downLoad {width:25px;height:20px;float:left;display:block;background-image:url(/html/images/download.png)}</pre></body></html>