<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "å¾®è½¯é›…é»‘";
}

ul li {
	list-style: none;
}

a:hover {
	color: tomato !important;
}

/* ç½‘ç«™é¡¶éƒ¨ */
.welcome-wrap {
display:none;
	width: 100%;
	height: 40px;
	background-color: #454746;
}

.welcomeBox {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}

.welcomeBox .welcomeL {
	float: left;
	height: 40px;
}

.welcomeL p {
	height: 40px;
	line-height: 40px;
	color: #d6d6d6;
	font-size: 14px;
	margin: 0;
}

.welcomeBox .welcomeR {
	float: right;
	height: 40px;
}

.welcomeR a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #d6d6d6;
	margin-left: 15px;
	text-decoration: none;
}

/* banner */
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
        position:relative;
}
.lzu{
        position: absolute;
        top:35%;
        right: 20%;
        width:60px;
}
.banner .lzu a{
        width:100%;
        height:100%;
        text-decoration: none;
}
.banner .lzu img{
        width:34px;
        height:34px;
        margin-left:13px;
}
.banner .lzu p{
        padding: 0;
        margin: 0;
        color: #ffffff;
        font-size: 14px;
        margin-top:4px;
}
.banner img {
	display: block;
	width: 100%;
	height: auto;
}

.nav-phone {
	display: none;
}

.nav-wrap {
	width: 100%;
	height: 60px;
	background-color: #538d30;
}

.nav-wrap .navBox {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.navBox .nav-menu {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
}

.navBox .searchBox {
display:none;
	float: right;
	position: relative;
	width: 15%;
	height: 30px;
	padding: 15px 0px;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
}

.nav-menu&gt;ul&gt;li {
	position: relative;
	float: left;
	width: 10%;
	height: 60px;
	text-align: center;
}

.nav-menu&gt;ul&gt;li:hover ul {
	/* display: block; */
}

.nav-menu&gt;ul&gt;li&gt;ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 99;
	width: 120px;
	height: auto;
	overflow: hidden;

	padding: 0 1%;
	/* transition: all 0.5s; */
}

.nav-menu&gt;ul&gt;li&gt;.sonlist li {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*border-bottom: 1px #eee solid;*/
        background: #538d30;
        color: #ffffff;
        border-top: 1px solid #ffffff;
}

.nav-menu&gt;ul&gt;li&gt;.sonlist li a {
	color: #fff;
        font-weight:bold;
        
	font-size: 14px;
	text-decoration: none;
}

.nav-menu&gt;ul&gt;li&gt;a {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	text-decoration: none;
	transition: all 0.2s;
	font-weight: 600;
}

.nav-menu&gt;ul&gt;li:hover&gt;a {
	color: tomato;
}

.searchBox input {
	position: absolute;
	width: 180px;
	*width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	box-sizing: border-box;
	border: 1px #bfbfbf solid;
	outline: none;
	padding: 0 34px 0 24px;
	*padding: 0 10px 0 10px;
}

.searchBox a {
	position: absolute;
	top: 18px;
	left: 146px;
	width: 24px;
	height: 24px;
}

.searchBox a img {
	*display: none;
	width: 24px;
	height: 24px;
	border: 0 none;
}

/* ä¸»ä½“éƒ¨åˆ† */
.container {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../img/img-bg.png) no-repeat;
	background-size: 100% 100%;
}

.container .main-wrap {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.main-wrap .mainL {
	float: left;
	width: 350px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
}

.main-wrap .mainC {
	float: left;
	width: 460px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
}

.main-wrap .mainR {
	float: left;
	width: 350px;
	height: auto;
	overflow: hidden;
}

.mainL .columL {
	float: left;
	width: 328px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
	padding: 0px 10px;
	border: 1px #dfd8ba solid;
	background-color: rgba(248, 223, 129, 0.1);
	margin-bottom: 20px;
}

.mainL .oneBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	width: 328px;
	height: auto;
	padding: 0px 10px;
	border: 1px #dfd8ba solid;
	background-color: rgba(248, 223, 129, 0.1);
	margin-bottom: 20px;
}

.mainL .twoBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	width: 328px;
	padding: 0px 10px;
	border: 1px #dfd8ba solid;
	background-color: rgba(248, 223, 129, 0.1);
}

.twoBox&gt;img {
	display: block;
	width: 100%;
	height: 90px;
	margin-top: 20px;
}

.oneBox&gt;img {
	display: block;
	width: 100%;
	height: 218px;
	margin: 20px 0px;
}

.mainC .threeBox {
	width: 458px;
	height: auto;
	overflow: hidden;
	border: 1px #dfd8ba solid;
	background-color: rgba(248, 223, 129, 0.1);
	margin-bottom: 20px;
}

.mainC .threeBox .public-title {
	width: 96%;
	margin-left: 2%;
}

.threeBox .circle-wrap {
	position: relative;
	width: 100%;
	height: 567px;
}

.circle-wrap .link_1 {
	width: 180px;
	height: 25px;
	top: 62px;
	left: 125px;
}

.circle-wrap .link_2 {
	width: 110px;
	height: 25px;
	top: 92px;
	left: 159px;
}

.circle-wrap .link_3 {
	width: 140px;
	height: 25px;
	top: 127px;
	left: 148px;
}

.circle-wrap .link_4 {
	width: 35px;
	height: 123px;
	top: 156px;
	left: 84px;
	transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	/* IE 9 */
	-moz-transform: rotate(18deg);
	/* Firefox */
	-webkit-transform: rotate(18deg);
	/* Safari å’Œ Chrome */
	-o-transform: rotate(18deg);
}

.circle-wrap .link_5 {
	width: 35px;
	height: 123px;
	top: 156px;
	left: 312px;
	transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	-o-transform: rotate(-18deg);
}

.circle-wrap .link_6 {
	width: 28px;
	height: 134px;
	top: 276px;
	left: 136px;
	transform: rotate(-56deg);
	-ms-transform: rotate(-56deg);
	-moz-transform: rotate(-56deg);
	-webkit-transform: rotate(-56deg);
	-o-transform: rotate(-56deg);
}

.circle-wrap .link_7 {
	width: 28px;
	height: 134px;
	top: 276px;
	left: 275px;
	transform: rotate(56deg);
	-ms-transform: rotate(56deg);
	-moz-transform: rotate(56deg);
	-webkit-transform: rotate(56deg);
	-o-transform: rotate(56deg);
}

.circle-wrap .link_8 {
	width: 103px;
	height: 25px;
	top: 391px;
	left: 167px;
}

.circle-wrap .link_9 {
	width: 158px;
	height: 25px;
	top: 418px;
	left: 139px;
}

.threeBox .circle-wrap a {
	position: absolute;
	z-index: 99;
	background: url(about:blank);
}

.threeBox .circle-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.mainC .columC {
	width: 438px;
	height: auto;
	overflow: hidden;
	padding: 0px 10px 20px 10px;
	border: 1px #dfd8ba solid;
	background-color: rgba(248, 223, 129, 0.1);

}

.mainR .columR {
	width: 328px;
	height: auto;
	overflow: hidden;
	padding: 0px 10px;
	border: 1px #dfd8ba solid;
	background-color: rgba(248, 223, 129, 0.1);
	margin-bottom: 20px;
}

.mainR .fourBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	width: 328px;
	height: auto;
	padding: 0px 10px;
	border: 1px #dfd8ba solid;
	background-color: rgba(248, 223, 129, 0.1);
	margin-bottom: 20px;
}

.fourBox&gt;img {
	display: block;
	width: 100%;
	height: 218px;
	margin: 20px 0px;
}

.fiveBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	width: 328px;
	height: auto;
	padding: 0px 10px;
	border: 1px #dfd8ba solid;
	background-color: rgba(248, 223, 129, 0.1);
}

.fiveBox&gt;img {
	display: block;
	width: 100%;
	height: 230px;
	margin: 20px 0px;
}

.public-title {
	width: 100%;
	height: 36px;
	border-bottom: 1px #ebdea4 solid;
}

.public-title .head-icon {
	float: left;
	height: 36px;
}

.public-title .head-more {
	float: right;
	height: 36px;
	*width: 70px;
}

.head-icon img {
	float: left;
	width: auto;
	height: 36px;
	margin-right: 10px;
}

.head-icon p {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 36px;
	margin: 0;
	font-weight: bold;
}
.head-icon a {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 36px;
	margin: 0;
	font-weight: bold;
        text-decoration: none;
}
.head-more img {
	float: left;
	width: auto;
	height: 16px;
	margin: 10px 0px;
}

.head-more a {
	float: right;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #b99570;
	text-decoration: none;
	margin-left: 10px;
}

.public-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 20px 0px;
}

.public-list li {
	height: 30px;
	list-style-type: none;
	list-style-image: url(../img/disc.png);
	margin-left: 16px;
}

.public-list li a {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #424242;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.public-list li span {
	float: right;
	width: 90px;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	text-align: right;
}

.columL .public-list li {
	width: 310px;
	margin-left: 16px;
}

.columL .public-list li a {
	width: 210px;
}

.columR .public-list li {
	width: 310px;
	margin-left: 16px;
}

.columR .public-list li a {
	width: 210px;
}

.columC&gt;img {
	display: block;
	float: left;
	width: 160px;
	height: 230px;
	padding-top: 20px;
}

.columC .public-list {
	float: right;
	width: 260px;
}

.columC .public-list li a {
	width: 140px;
}
.columC .public-list{
      height:210px;
}
.tip-text {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 30px auto;
	text-align: center;
}

.tip-text img {
	width: auto;
	height: 70px;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer&gt;img {
	display: block;
	width: 100%;
	height: auto;
}

.footBox {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0px;
}

.footBox&gt;img {
	display: block;
	float: left;
	width: 530px;
	height: auto;
}

.foot-text {
	/* width: 500px; */
	height: 170px;
	overflow: hidden;
}

.textL {
	float: left;
	/*margin-left: 80px;*/
        margin-left: 65px;
}

.textR {
	/*float: right;
	margin-right: 80px; */
        float: left;
	margin:0 40px;
}
.yq_ma{
        float: left;
        width:100px;
}
.yq_ma img{
        width:100px;
}
.yq_ma p{
        width:100px;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        color: #424242;
        margin: 0;
        font-family: "å¾®è½¯é›…é»‘";
}
.textR p {
	text-align: right;
}

.foot-text p {
	font-size: 14px;
	line-height: 24px;
	color: #424242;
	margin: 0;
	font-family: "å¾®è½¯é›…é»‘";
}

.footer&gt;p {
	display: block;
	margin: 20px 0px;
	text-align: center;
	font-size: 14px;
	color: #424242;
}

/* åˆ—è¡¨é¡µ */
.pageBar {
	margin: 30px 0px;
}

.banner-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0px;
}

.banner-content img {
	display: block;
	width: 100%;
	height: auto;
}

.main-wrap {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
        margin-bottom:15px;
}

.main-wrap .main-left {
	float: left;
	width: 190px;
	height: auto;
	overflow: hidden;
}

.main-wrap .main-right {
	float: right;
	width: 1010px;
	height: auto;
	overflow: hidden;
}

.main-left ul {
	margin: 0;
	padding: 0;
}

.main-left ul li {
	list-style: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px #fff solid;
	background-color: #eee;
	text-align: center;
}

.main-left ul li a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

.main-left ul li a:hover {
	color: #3b6e1c !important;
}

.main-left .active {
	height: 90px;
	line-height: 90px;
	background-color: #538d30;
	color: #fff;
	font-size: 24px;
	margin: 0;
	text-align: center;
font-size:18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
}
.focus{
color: #538d30!important;
font-weight:bold;
}
.main-right .nav-colum {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #eee;
	text-indent: 2em;
}

.nav-colum .columL {
	height: 50px;
	float: left;
}

.nav-colum .columR {
	float: right;
}

.nav-colum .columL a,
.nav-colum .columL span {
	font-size: 18px;
	color: #848484;
	text-decoration: none;
}

.nav-colum .columL strong {
	font-weight: 400;
	color: #333;
}

.nav-colum .columR span {
	font-size: 16px;
	color: #999;
	margin: 0px 10px;
}

.nav-colum .active {
	color: #333;
}

.details {
	width: 970px;
	height: auto;
	overflow: hidden;
	padding: 30px 20px;
}

.details h1 {
	font-size: 22px;
	color: #333;
	text-align: center;
	margin: 0;
	line-height: 50px;
	font-weight: bold;
}

.details .content {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #ddd solid;
}

.details .content p {
	text-indent: 2em;
	font-size: 18px;
	color: #333;
}

.details .content span {
	font-size: 16px;
	color: #666;
	line-height: 26px;
}

.details .content img {
	width: 90%;
	display: block;
	margin: 20px auto;
}

.article ul {
	margin: 0;
	*padding-left: 40px;
}

.article ul li {
	list-style: none;
	height: 59px;
	border-bottom: 1px #dcdcdc solid;
}

.article ul li a {
	float: left;
	display: inline-block;
	width: 850px;
	height: 59px;
	line-height: 59px;
	color: #333;
	font-size: 18px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
text-indent:2em
}

.article ul li span {
	float: right;
	display: inline-block;
	width: 100px;
	height: 59px;
	line-height: 59px;
	color: #999;
	font-size: 16px;
	text-align: right;
}

.page {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px 0px 10px 0px;
}

.page .pageL {
	display: inline-block;
	width: 40%;
	float: left;
	font-size: 14px;
	color: #424242;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "å¾®è½¯é›…é»‘";
}

.page .pageR {
	display: inline-block;
	width: 40%;
	float: right;
	font-size: 14px;
	color: #424242;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "å¾®è½¯é›…é»‘";
}

.page-now {
	width: auto;
	height: auto;
	margin: 50px auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 80px;
}

.page-now ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: auto;
	overflow: hidden;
}

.page-now ul li {
	float: left;
	display: inline-block;

}

.page-now ul li a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	border: 1px #e5e5e5 solid;
	padding: 4px 10px;
	margin: 0 8px;
}

.page-now ul li span {
	float: left;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	margin: 0 6px;
}

.page-now ul li input {
	float: left;
	display: inline-block;
	width: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.scroll-target {
	width: 1200px;
	height: 40px;
	margin: 20px auto;
	overflow: hidden;

}

.scroll-target .target-title {
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #b99570;
}

.target-content {
	float: right;
	margin: 0;
	padding: 0;
	width: 1038px;
	height: 38px;
	padding: 0 28px;
	border: 1px #b99570 solid;
	background-color: #f5f3e3;
}

.target-content ul {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.target-content ul li {
	float: left;
	width: auto;
	height: 38px;
}

.target-content ul li a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin-right: 30px;
}

.bg-son {
margin-top: 180px;
}

.email-target:hover {
	color: tomato;
	cursor: pointer;
}

/*å¸ˆèµ„é˜Ÿä¼*/
            
   .teachRight{
    width: 970px;
    height: auto;
    float: left;
    padding:20px;
        text-indent: 0;}

.teachRight ul {
    width:100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding-left:0;
;}  
.teachRight ul li{
    list-style: none;
    float: left;
    width: 100px;
    height: 155px;
    border: 1px solid #eeeeee;
    margin: 0 29px 20px 30px;
    line-height: 0;}
.teachRight ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-indent:0;
    text-decoration: none;}
.teachRight ul li a img{
    width: 100%;
    height: 120px;}
.teachRight ul li a p{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin:0;
    background: #f7f7f7;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;}
.zc{
    margin: 0;
    width: calc(100% - 20px);
    height: 50px;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 1px dashed #bfbfbf;
    color: #333;
    font-weight: bold;
    position:relative;
}
.zc img{
    position: absolute;
    top: 22px;
    left: 0;
    width: 10px;
}
 </pre></body></html>