@font-face{
    font-family: "微軟正黑體";
    src: url('../fonts/Microsoft JhengHei.eot');
    src:url('../fonts/Microsoft JhengHei.woff'),
    url('../fonts/Microsoft JhengHei.ttf'),
    url('../fonts/Microsoft JhengHei.svg');
}
@font-face{
    font-family: "Microsoft JhengHei";
    src: url('../fonts/Microsoft JhengHei.eot');
    src:url('../fonts/Microsoft JhengHei.woff'),
    url('../fonts/Microsoft JhengHei.ttf'),
    url('../fonts/Microsoft JhengHei.svg');
}
*,body,ul, ul li{
    padding: 0;
    margin: 0;
}
ul, ul li{list-style-type:none;}
a,a:link,a:visited,a:hover,a:active{  text-decoration:none; }
input,textarea,select,button{outline:none;  -webkit-border-radius: 0;  -moz-border-radius: 0; border-radius: 0;}
select::-ms-expand { display: none; }
h1,h2,h3,h4,h5,h6{  font-weight: 400;  }

.topBox{
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}
.topBox .logo{
    overflow: hidden;
}
.topBox .logo img{}
.topBox .txt{
    overflow: hidden;
    position: relative;
}
.topBox .txt h4{
    color: #000;
    margin: 0 0 18px 0;
}
.topBox .txt h3{
    overflow: hidden;
    margin: 0;
    color: #000;
    line-height: 30px;
}
.topBox .txt h3 span{
    color: #0b9444;
}

.menuBox{
    height:50px;
    position: relative;
    padding: 7px 0;
    border-top: 4px solid #0b9444;
}
.menuBox ul{
    display: flex;
    justify-content: space-between;
}
.menuBox ul li{position:relative;}
.menuBox ul li img{
    float: left;
    display: none;
}
.menuBox ul li a{
    float: left;
    font-size: 18px;
    color: #0b9444;
    font-weight: 600;
    padding-left: 10px;
    line-height: 30px;
}
.menuBox ul li a:hover,.menuBox ul .this a{
    color: #8dc63f;
}
.menuBox ul .this img{
    display: block;
}

.bannerBox{
    overflow: hidden;
    position: relative;
}
.bannerBox .spT{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    margin-top: -60px;
    z-index: 1;
    font-weight: 600;
}
.bannerBox .spT h1{
    color: #8dc63f;
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
}
.bannerBox .spT h1 span{
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}
.bannerBox .spT .spD{
    font-size: 60px;
    color: #fff;
    margin: 35px 0 0 0;
}
.bannerBox .spI{
    overflow: hidden;
}
.bannerBox .spI img{
    width: 100%;
    height: auto;
}





.zBanner{
    overflow: hidden;
    position: relative;
}
.zBanner .spT{
    position: absolute;
    width: 650px;
    right: 0;
    bottom: 60px;
    text-align: left;
    z-index: 1;
    font-size: 38px;
    font-weight: 400;
    color: #fff;
}
.zBanner .bor{
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.zBanner .bor img{
    width: 650px;
    height: 50px;
}
.zBanner .spI{
    overflow: hidden;
}
.zBanner .spI img{
    width: 100%;
    height: auto;
}


.menuBox ul li  dl {
    display: none;
    position: absolute;
    width: 200%;
    left: 50%;
    padding-top: 20px;
    margin-left: -100%;
    background-color: rgba(255,255,255,0);
    margin-top: 20px;
	z-index:111111111111111;
	color:#fff;
}



.menuBox ul li dl dd a {
	 display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #000 !important;
    height: 45px;
    line-height: 45px;
    background-color: #aed15b;
    border-bottom: 1px solid #fff;
	padding-left:0;
}
.menuBox ul li dl dd a:hover{background:#0b9444;opcity:0.5;}
.menuBox ul li a i{color:#aed15b}
.menuBox ul li .bg{
    color: #aed15b;
}






















.footer{
    overflow: hidden;
    position: relative;
}
.footer .foot{
    overflow: hidden;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background-color: #aed15b;
}
.footer .foot h1{
    margin: 0;
}
.footer .foot h3{
    margin: 20px 0;
}
.footer .foot h4{
    margin: 0;
    font-size: 16px;
}
.footer .copy{
    overflow: hidden;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    background-color: #0b9444;
}
.footer .copy a{
    color: #fff;
}