html,
body,
ul,
ol,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
    padding: 0;
    margin: 0;
}
fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul,
ol {
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "PingFang SC";
}
select,
input {
    vertical-align: middle;
}
select,
input,
textarea {
    font-size: 0.16rem;
    margin: 0;
}
body {
    color: #454545;
    font-size: 14px;
    background: #fff;
}

textarea {
    resize: none;
}

img {
    border: 0;
}
table {
    border-collapse: collapse;
    
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #c81623;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,
i,
em {
    font-style: normal;
    
    text-decoration: none;
    
}
.col-red {
    color: #c81623 !important;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.al {
    text-align: left;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.hide {
    display: none;
}

input::-webkit-input-placeholder { 
    font-size: 13px;
    color: #999;
}
input:-moz-placeholder { 
    font-size: 13px;
    color: #999;
}
input::-moz-placeholder { 
    font-size: 13px;
    color: #999;
}
input:-ms-input-placeholder { 
    font-size: 13px;
    color: #999;
}

textarea::-webkit-input-placeholder { 
    font-size: 13px;
    color: #999;
}
textarea:-moz-placeholder { 
    font-size: 13px;
    color: #999;
}
textarea::-moz-placeholder { 
    font-size: 13px;
    color: #999;
}
textarea:-ms-input-placeholder { 
    font-size: 13px;
    color: #999;
}

.header-block{
    height: 100px;
    overflow: hidden;
}
.header-block .h-wrapper{
    width: 1202px;
    margin: 0px auto;
}
.header-block .logo{
    max-width: 694px;
}
.header-block .logo img{
    width: 100%;
    max-height: 80px;
    padding-top: 10px;
    padding-bottom:10px;
}
.header-block .setAccess{
    line-height: 100px;
}
.header-block .setAccess a,.header-block .setAccess span{
    font-size: 14px;
    color:#333;
}

.nav-block{
    height: 38px;
    line-height: 38px;
    
    border-bottom: solid 5px #006400;
    background:-webkit-linear-gradient(#0e9c0c,#0e9c0c,#0e9c0c,#0e9c0c,#006400);
    background:-moz-linear-gradient(#0e9c0c,#0e9c0c,#0e9c0c,#0e9c0c,#006400);
    background:linear-gradient(#0e9c0c,#0e9c0c,#0e9c0c,#0e9c0c,#006400);
}
.nav-block .nav-box{
    width: 1202px;
    margin: 0px auto;
    height: 38px;
    line-height: 38px;
}
.nav-block .nav-box a{
    padding:0px 20px;
    color:#fff;
    font-size: 14px;
    display: inline-block;
    transition: all .3s ease-in-out;
    position: relative;
}
.nav-block .nav-box a:hover{
    padding:0px 20px;
    color:#fff;
    font-size: 14px;
    display: inline-block;
    background: #006400;
}
.nav-block .nav-box a.cur{
    padding:0px 20px;
    color:#fff;
    font-size: 14px;
    display: inline-block;
    background: #006400;
}
.nav-block .nav-box a.cur::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #006400;
    position: absolute;
    left: 0px;
    top: -2px;
}


.banner {
    width: 1202px;
    height: 307px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    margin-top:10px;
}
.banner img {
    width: 100%;
    height: 307px;
    border: 0;
    vertical-align: top;
}
.banner .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    opacity: .8;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f6b501;
    font-size: 10px;
    color: #fff;
}

.wrapper{
    width: 1202px;
    margin: 10px auto;
}


.main{
    width: 970px;
    border: solid 1px #eee;
    box-shadow: 0px 0px 15px #ddd;
    border-radius: 8px;
}

.cur-menu{
    border-bottom: solid 1px #eee;
    padding:20px 0px 5px 15px;
}
.cur-menu span{
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    border-bottom: solid 3px #0e9c0c;
    padding:10px 2px 5px 2px;
}


.cur-nav{
    line-height: 30px;
    padding:10px;
    padding-left: 0px;
}
.cur-nav a{
    font-size: 14px;
    color:#333;
}
.cur-nav a.cur{
    color:#f00;
}


.left-menu{
    width: 220px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #ddd;
    margin:0px 10px 10px 0;
    overflow: hidden;
    background: #fff;
}
.left-menu .first-menu{
    line-height: 30px;
    padding:10px;
    margin: 0px auto;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    background: #0e9c0c;
    border-bottom: solid 5px #006400;
    color:#fff;
}
.left-menu ul{
    width: 100%;
}
.left-menu li{
    border-bottom: solid 1px #f8f8f8;
}
.left-menu li:last-child{
    border-bottom: none;
}
.left-menu li a{
    font-size: 14px;
    color:#333;
    display: block;
    line-height: 25px;
    padding:10px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.left-menu li a:hover{
    color:#f00;
    background: #ddd;
    border-left: solid 3px #0e9c0c;
    border-right: solid 3px #0e9c0c;
}
.left-menu li a.cur{
    color:#f00;
    background: #ddd;
    border-left: solid 3px #0e9c0c;
    border-right: solid 3px #0e9c0c;
}


.foot-menu{
    background: #363535;
    line-height: 36px;
    text-align: center;
}
.foot-menu a{
    padding:0px 10px;
    color:#fff;
    font-size: 14px;
}
.foot-menu span{
    font-size: 14px;
}


.footer-box{
    border-top: solid 5px #0e9c0c;
}
.footer{
    margin-top: 10px;
    line-height: 25px;
    text-align: center;
    padding:10px 0px;
    font-size: 14px;
    color:#333;
}


.not-data{
    line-height:25px;
    padding:10px;
    font-size:14px;
    color: #cdcdcd;
    text-align: center;
}