<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*寮曠敤鎬濇簮榛戜綋*/
@font-face {			
font-family: 'SouceHanSansCN-Regular';
src: url('../images/SourceHanSansCN-Regular.otf');
}	
@font-face {									
font-family: 'SouceHanSansCN-Bold';
src: url('../images/SourceHanSansCN-Bold.otf');
}					
@font-face {										
font-family: 'SouceHanSansCN-Medium';
src: url('../images/SourceHanSansCN-Medium.otf');
}					
@font-face {									
font-family: 'SouceHanSansCN-Light';
src: url('../images/SourceHanSansCN-Light.otf');
}
@font-face {  
font-family: 'hanyichaoran';
src: url('../images/hanyichaoran.ttf');
} 
html{
	scroll-padding-top: 140px;
}
a{
  color: #303336;
}
a:hover,a:visited,a:link,a:active,a:focus{
	text-decoration: none;
	transition: all 0.3s;
	box-shadow: none;
	outline: none;
}
i{
	font-style: normal;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
body{
	font-size: 16px;
	color: #303336;
	font-family: SourceHanSansCN-Regular;
}
.bg_pic{
	background: url(../images/bg.png);
}
.btn-link:focus,.btn-link:hover {
	text-decoration: none;
}
/*瀵艰埅涓嬬殑涓诲尯鍩�*/
.main_box{
	/* width: 80%; */
	margin: 0 auto;
	position: relative;
	top: 81px;
	padding: 0% 6%;
	background: linear-gradient(180deg, #91A9A0 0%, rgba(246,247,247,0) 100%);
	margin-bottom: 81px;
}

.top_breadcrumb{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
}
.breadcrumb{
	padding: 20px 0;
	margin-bottom: 0;
	background-color: transparent;
                border-radius: 0;
                color: #FFFFFF;
}
.breadcrumb li a{
	color: #FFFFFF;
	font-size: 16px;
}
.breadcrumb li a:hover{
	text-decoration: underline;
	text-decoration:none;
}
.breadcrumb .active{
	color: #FFFFFF;
	font-weight: bold;
}
.breadcrumb&gt;li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "&gt;";
}
.breadcrumb li:nth-child(2):before {
    display: none;
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../images/SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: 'SoucerHanSansCN-Bold';
    src: url('../images/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: 'SoucerHanSansCN-Medium';
    src: url('../images/SourceHanSansCN-Medium.otf');
}

@font-face {
    font-family: 'SoucerHanSansCN-Light';
    src: url('../images/SourceHanSansCN-Light.otf');
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	text-align: center;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	text-align: center;
}

.fujian{
	color: #36715B;
	padding: 10px 0px;
}
.fujian:hover{
	color: #36715B;
}


</pre></body></html>