@charset "utf-8";
/* CSS Document */
body{
    padding:0;
    margin:0;
    height:100%;
}
html{
    height: 100%;
}

*{
  
}
ul{
    padding:0;
  
    list-style: none;
}
ol{
    padding:0;
    margin:0;
    list-style: none;
}
.clearfix{
 
}
.top-nav{
    background-color:#004100;
    height:100px;
    width:100%;
}
.top-nav .logo{
    float:left;
    margin-top:10px;
}
.top-nav ul{
    float:right;
}
.top-content{
    width:1200px;
    margin:0 auto;
}
.top-nav li{
    float:left;
}
.top-er a {
    display: block;
    position: relative;
    width: 99px;
    height: 100px;
    background-color: white;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: all ease 0.5s;

}
.top-er a:hover{
    transform: translateY(-2px);
    -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
}
.top-nav a img{
    margin:0 auto;
}
.top-er a img{
    display:block;
    margin:0 auto;
    padding-top:8px;
}
.top-er a{
    text-decoration:none;
    color: #999;
    margin:0 11px;
}
.logo span{
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin-top: -50px;
}
.top-nav a span{
    display:block;
    text-align:center;
    background-color:#f2f2f2;
    font-size:12px;
    position:absolute;
    bottom:0;
    width:100%;
}
.clearfix{

}
.logo span{
    color:white;
}
.logo span a{
    border-radius: 30px;
    background-color:#8ed100;
    padding:3px 10px;
    border:none;
    color:#fff;
    text-decoration:none;
}
.h-nav{
    width:100%;
    background-color:#eeeeee;
    height:40px;
}
.h-nav{
    width:100%;
    height:40px;
    background-color:#eeeeee;
    text-align:center;
}
.h-nav-list{
    text-align:center;
    width:1200px;
    display: inline-block;
    vertical-align: top;

}
#nav-list{
    margin:0 auto;
    line-height:40px;
    display: inline-block;
    vertical-align: top;
}
#nav-list::after {
    content: "";
    display: table;
    clear: both;
}
#nav-list > li {
    float: left;
}
#nav-list li {
    position: relative;
}
#nav-list a {
    display: block;
    color:#004100;
    opacity:0.7;
    padding:0 30px;
    transition: all .3s;

}
#nav-list li:hover>a {
    background-color:#397606;
    color:white;
}
#nav-list  li:hover>ul, .nav-1 li:hover>ol {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
#nav-list .nav-1 a{
    color:white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav-1, ol {
    position: absolute;
    top: 100%;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    z-index:10;
    background-color:#53a210;
    width:100%;
}

.nav-1 {
    left:0;
    width: 100%;
}
ol {
    top:0;
    left: 100%;
}

.nav-list li{
    float:left;
}
#nav-list .nav-1 a{
    color:white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.h-nav a{
    color:#5fb410;
    text-decoration:none;
}
/*.h-nav-list{
	text-align:center;
}*/

.col-1 p a:hover{
    color:#53a210;
}
.main{
    width:1200px;
    margin:0 auto;
    margin-top:212px;
    padding-bottom:60px;
}
.top{
  min-height: calc(100vh - 77px);
}
.breadcrumb li{
    float:left;
    font-size:12px;
}
.breadcrumb a{
    color:#666;
    text-decoration:none;
    margin-right:10px;
}
.main .row{
    margin-top:20px;
}
.row li a{
    text-decoration:none;
    color:#666;
    font-size:16px;
}
.row li a:hover{
    color:#5db310;
}
.row li{
    list-style:none;
}
.col-1{
    width:14%;
    float:left;
    padding-right: 20px
}
.col-1 h3{
    font-weight:normal;
    font-size:18px;
    margin-top:0;
    border-bottom:solid 1px #f2f2f2;
    margin: 0;
}
.col-1 h3 a{
    font-size: 16px;
    background-color: #004100;
    color: #fff;
    width: 100%;
    display: block;
    padding: 11px;
    border-radius: 5px 5px 0 0;
}
.col-1 p a{
    font-size:14px;
    color:#666;
    display: block;
    width: 100%;
    padding:11px;
}
.col-1 p a:hover{
    background-color:#eef7e7;
    color:#004100;
}
.col-1 p{
    display:block;
    position:relative;
    margin: 0;
}
.col-1 li{
    position:relative;
}
.col-1 li img{
    position:absolute;
    right:0;
    top:30%;
}

.col-1 p img{
    position:absolute;
    top:30%;
    right:0;
}
.p-m{
    visibility: hidden;
}
.p-a:hover{
    color:#6cb931;
}
.p-a:hover  .p-m{
    visibility:visible;
    z-index:20;
}
.col-1 a{
    text-decoration:none;
}
.col-2{
    width:83%;
    float:right;
}
.content{
    border-left:solid 1px #f2f2f2;
}
.content h4{
    font-size:30px;
    font-weight:normal;
    color:#666;
    text-align: center;
    margin-top:0;
}
.content  p{
    font-size:16px;
    color:#666;
}
.text{
    display:block;
    width:800px;
    margin:0 auto;
    padding-top:20px;
}
.text li a{
    text-decoration: none;
    color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.text li:nth-child(1){
    float:left;
    width:600px;
}
.text li:nth-child(2){
    float:right;
}
.text li:nth-child(2) a{
    float:right;
    color:#999;
}
.text  a{
    display:block;
    margin:10px 0;
}
.text p{
    margin:0;
    padding:0;
}
.text ul{
    border-bottom: solid 1px #f2f2f2;
}
.clearfix{
  
}
.page{
    width:528px;
    margin:0 auto;
    text-align: center;
    padding-top:60px;
}
.page a{
    text-decoration: none;
    color:#666;
}
.page li{
    float:left;
    padding:0 20px;
    list-style: none;
}

.footer {
    text-align: center;
    width: 100%;
    height: 200px;
    border-top: solid 1px #f5f5f5;
}
.add{
    text-align: left;
    font-size:12px;
}
.add p{
    margin:0;
    padding-bottom: 12px;
}
.add h5,h6{
    font-weight:normal;
    margin:0;padding:0;
}
.colT{
    float:left;
    box-sizing: border-box;
}
.colT1{
    width:600px;
}
.colT2{
    width:600px;
}
.colTT{
    float:left;
    box-sizing: border-box;
}
.colTT1{
    width:100px;
}
.colTT2{
    width:84px;
}
.colTT3{
    width:234px;
}
.colTT4{
    width:162px;
}
.footer ul {
    text-align: center;
    display: inline-block;
    margin: 10px 0 10px 0;
    padding: 0;
}

.footer li {
    float: left;
    padding: 0 15px;
}

.footer a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.footer p {
    color: #666;
    font-size: 12px;
    margin:0;
}
.colTT h6 {
    font-size: 12px;
    padding-bottom: 12px;
    color: #666;
}
