/* CSS 重置 */
body > div{margin-right:auto;margin-left:auto; }
body{font-family: "microsoft yahei", '宋体';}
body,div,ul,ol,ul,li,ol,dl,dd,dt,form,span,p,textarea{margin:0;padding:0;list-style:none;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input{padding-top:0;padding-bottom:0;}
input::-moz-focus-inner{border:none;padding:0;}
select,input{vertical-align:middle;}
select,input,textarea{font-size:12px;margin:0;}
input[type="text"],input[type="password"],textarea{outline-style:none;-webkit-appearance:none;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
img,a img{border:0;margin:0;padding:0;}
img{border:none;}
a{outline-style:none;color:#000;text-decoration:none}
.clear{clear: both;}
header{
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #dedede;
    background-color: #f5f5f5;
}
header .box{
    max-width: 1190px;
    margin: 0 auto;
    font-size: 12px;
    color: #555;
    line-height: 36px;
}
header .box .mc_add{
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    position: relative;
    color: #555;
    float: left;
    padding-right: 16px;
}
header .box .mc_add::before{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background: url(../images/down.png);
    background-size: 12px;
    top: 11px;
    right: 0;
}
header .box .box_l{
    float: left;
}
header .box .welc{
    float: left;
    margin-left: 20px;
    margin-right: 5px;
}
header .box .user_link{
    font-size: 12px;
    color: #555;
    margin-left: 15px;
}
header .box .user_link.on{
    color: #4e7633;
}
header .box .user_link:hover{
    color: #4e7633;
}
header .box .box_r{
    float: right;
}
header .box .top_r_link{
    position: relative;
    margin-left: 0px;
    padding-right: 12px;
    margin-left: 10px;
}
header .box .top_r_link::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #ddd;
    right: 0;
    top: 1px;
}
header .box .mbers_link{
    display: inline-block;
    padding-left: 20px;
    position: relative;
    margin-left: 5px;
    padding-right: 30px;
}
header .box .mbers_link::after{
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/big-icon.png) no-repeat -41px -28px;
    position: absolute;
    left: 0;
    top: 10px;
}
header .box .mbers_link::before{
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/big-icon.png) no-repeat -59px -28px;
    position: absolute;
    right: 0px;
    top: 10px;
}
.main{
    width: 100%;
    margin: 0 auto;
}
.top_box{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 62px;
    padding: 27px 0;
}
.top_box .top_logo{
    width: 270px;
    float: left;
}
.top_box .top_logo img{
    display: block;
    width: 120px;
}
.top_box .top_search{
    width: 580px;
    float: left;
    /* margin-left: 80px; */
}
.top_box .top_search .box_t{
    width: 580px;
    height: 38px;
    position: relative;
}
.top_box .top_search .box_t input{
    display: block;
    width: 100%;
    border: 2px solid #afc354;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none;
    border-radius: 3px 0 0 3px;
    height: 38px;
    line-height: 34px;
    color: #37474f;
    font-size: 14px;
}
.top_box .top_search .box_t button{
    width: 88px;
    height: 38px;
    font-size: 16px;
    color: #fff;
    background-color: #afc354;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
}
.top_box .top_search .box_b{
    font-size: 12px;
    color: #555;
    margin-top: 6px;
}
.top_box .top_search .box_b .link_on{
    color: rgb(255, 0, 0);
    margin-right: 15px;
}
.top_box .top_search .box_b a{
    color: rgb(0, 255, 0);
}
.top_box .top_certi{
    width: 170px;
    float: right;
}
.top_box .top_certi img{
    width: 100%;
}
.top_tab{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.top_tab .all_btn{
    position: relative;
    float: left;
    z-index: 21;
    width: 220px;
    height: 40px;
    background: #5e7b37;
    border-radius: 3px 3px 0 0;
}
.top_tab .all_btn::after{
    content: "";
    width: 14px;
    height: 11px;
    background: url(../images/big-icon.png) no-repeat -4px -31px;
    position: absolute;
    left: 17px;
    top: 15px;
}
.top_tab .all_btn span{
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin-left: 45px;
}
.top_tab .tab_btn{
    margin-left: 15px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
}
.top_tab .tab_btn.on{
    color: #5e7b37;
}
.top_tab .tab_btn:hover{
    color: #5e7b37;
}
.n_box{
    width: 100%;
    background-color: #f8f8f8;
    overflow: hidden;
}
.box1{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    cursor: pointer;
}
.box1 .tab{
    width: 220px;
    height: 500px;
    float: left;
    background: #fff;
}
.box1 .tab .list{
    height: 83px;
    overflow: hidden;
}
.box1 .tab .list .tit{
    font-size: 16px;
    color: #282828;
    position: relative;
    padding-left: 45px;
    margin-top: 6px;
}
.box1 .tab .list .tit::before{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/tab_icon1.png);
    position: absolute;
    left: 15px;
    top: 0;
}
.box1 .tab .list .item{
    margin-left: 20px;
    margin-top: 5px;
}
.box1 .tab .list .item a{
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    line-height: 25px;
}
.box1 .tab .list .item a:hover{
  color: #5e7b37;
}
.box1 .tab .list:hover{
    box-shadow: 0px 2px 20px #979797;
}
.box1 .tab .list:nth-child(2) .tit::before{
    background: url(../images/tab_icon2.png);
}
.box1 .tab .list:nth-child(3) .tit::before{
    background: url(../images/tab_icon3.png);
}
.box1 .tab .list:nth-child(4) .tit::before{
    background: url(../images/tab_icon4.png);
}
.box1 .tab .list:nth-child(5) .tit::before{
    background: url(../images/tab_icon5.png);
}
#banner {
    float: left;
    width: 550px;
    height: 500px;
    position: relative;
}

#banner ul#b_pic li {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: absolute;
    top: 0;
    display: none;
}

#banner ul#b_pic li img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

#banner ul#b_an {
    position: absolute;
    width: 100%;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner ul#b_an li {
    width: 13px;
    height: 13px;
    background: #fff;
    margin: 0 3px;
}
.box1 .fig_group{
    width: 200px;
    margin-left: 4px;
    float: left;
}
.box1 .fig_group .img{
    width: 200px;
    margin-top: 4px;
}
.box1 .fig_group .img img{
    width: 200px;
    height: 160px;
}
.box1 .box_r{
    float: right;
    width: 220px;
}
.box1 .box_r .nbox_t{
    border-right: 1px solid #eee;
    background-color: #fff;
    overflow: hidden;
    width: 220px;
    height: 299px;
    margin-top: 2px;
}
.box1 .box_r .nbox_t .hd_nav{
    height: 40px;
}
.box1 .box_r .nbox_t .hd_nav li{
    display: inline-block;
    /* width: 73px; */
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
    float: left;
    text-align: center;
    line-height: 40px;
    position: relative;
    font-weight: 600;
    color: #939393;
    cursor: pointer;
}
/* .box1 .box_r .nbox_t .hd_nav li.on::before{
    content: "";
    width: 40px;
    height: 2px;
    background: #ee9234;
    position: absolute;
    bottom: 2px;
    right: 14px;
} */
.box1 .box_r .nbox_t .list_box .item1 .iputwc input{
    display: block;
    height: 40px;
    border: none;
    color: #555;
    line-height: 40px;
    padding-left: 43px;
    width: 152px;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-top: 12px;
}
.iputwc{
    position: relative;
}
.box1 .box_r .nbox_t .list_box .item1 .iputwc::before{
    content: '';
    position: absolute;
    width: 22px;
    height: 20px;
    background:url(../images/yh.png);
    top: 12px;
    left: 20px;
}
.box1 .box_r .nbox_t .list_box .item1 .iputwc2 input{
    padding-right:40px;
    width: 112px;
}
.box1 .box_r .nbox_t .list_box .item1 .iputwc2::before{
    content: '';
    background:url(../images/ma.png);
}
.box1 .box_r .nbox_t .list_box .item1 .iputwc2::after{
    content: '';
    position: absolute;
    width: 22px;
    height: 20px;
    background:url(../images/yj.png);
    top: 12px;
    right: 22px;
    cursor: pointer;
}
.box1 .box_r .nbox_t .list_box .item1 button{
    width: 196px;
    height: 33px;
    background: #afc354;
    color: #fff;
    margin: 0 auto;
    display: block;
    border: none;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.box1 .box_r .nbox_t .list_box .item1 .link{
    width: 185px;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 12px;
    color: #939393;
}
.box1 .box_r .nbox_t .list_box .item1 .link input{
    width: 13px;
    height: 13px;
    margin-right: 2px;
}
.box1 .box_r .nbox_t .list_box .item1 .link a{
    float: right;
    color: #939393;
}
.box1 .box_r .nbox_t .list_box .item2 .ewm{
    width: 120px;
    padding: 10px;
    box-shadow: 5px 0px 10px #ccc;
    margin: 0 auto;
    margin-top: 35px;
}
.box1 .box_r .nbox_t .list_box .item2 .ewm img{
    width: 100%;
}
.box1 .box_r .nbox_t .list_box .item2 p{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #939393;
}
.box1 .box_r .nbox_t .list_box .item2 span{
    color: #4e7633;
}
.box1 .box_r .nbox_b{

}
.box1 .box_r .nbox_b p{
    text-align: center;
    color: #4e7633;
    margin-top: 20px;
}
.box1 .box_r .nbox_b ul{
    padding-left: 14px;
    margin-top: 10px;
    background: #fff;
    padding-bottom: 22px;
}
.box1 .box_r .nbox_b ul li{
    position: relative;
    padding-left: 10px;
    line-height: 25px;
}
.box1 .box_r .nbox_b ul li::before{
    content: '';
    width: 4px;
    height: 4px;
    background: #939393;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.box1 .box_r .nbox_b li a{
    font-size: 12px;
}
.box1 .box_r .nbox_b li a:hover{
    color: #4e7633;
}

footer{
    width: 100%;
    padding-top: 42px;
    background-color: #b5d787;
    height: 344px;
    color: #fff;
}
footer a{
    color: #000;
}
footer .nbox{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
footer .nbox .box_l{
    float: left;
    display: flex;
    justify-content: space-around;
}
footer .nbox .box_l .item{
    width: 150px;
}
footer .nbox .box_l .item p{
    font-size: 14px;
    margin-bottom: 20px;
}
footer .nbox .box_l .item a{
    line-height:30px;
    font-size: 12px;
    display: block;
}
footer .nbox .box_l .item a:hover{
    color:#4e7633;
}
footer .nbox .box_r{
    float: right;
    display: flex;
    justify-content: space-around;
}
footer .nbox .box_r>div{
    width: 120px;
    height: 150px;
    background: #fff;
    margin-right: 50px;
}
footer .nbox .box_r>div .figure{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 20px;
}
footer .nbox .box_r>div .figure img{
    width: 100%;
    display: block;
}
footer .nbox .box_r>div p{
    color: #000;
    font-size: 12px;
    text-align: center;
}
footer .nbox .box_r>div p:nth-child(2){
    margin-top: 7px;
}
footer .links {
    width: 1080px;
    margin: 0 auto;
    line-height: 24px;
    color: #999;
    padding: 25px 0 25px 110px;
    position: relative;
    border-top: 1px solid #414141;
    margin-top: 45px;
    overflow: hidden;
}
footer .links span{
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 5px;
}
footer .links a{
    float: left;
    margin-left: 20px;
    font-size: 12px;
}
footer .opyright{
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    text-align: center;
}
footer .opyright a{
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}
footer .opyright span{
    color: #ddd;
    margin: 0 12px;
}
.popup_box{
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000095;
    top: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup_box .nbox{
    width: 1200px;
    height: 800px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}
.popup_box .nbox button{
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #fff;
    border: 0;
    cursor: pointer;
}
.focusBox {
    margin: auto;
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    background-color: #333;
}

.focusBox .pic img {
    width: 100%;
    display: block;
    height: 800px;
}
.focusBox .prev,
.focusBox .next {
    width: 30px;
    height: 45px;
    top: 50%;
    margin: -22.5px 0 0;
    display: none;
    background: url(../images/left01.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #666;
    z-index: 10;
    cursor: pointer;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.focusBox .prev {
    left: 0;
}

.focusBox .next {
    right: 0;
    background: url(../images/right01.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-color: #666;
}

.focusBox .prev:hover,
.focusBox .next:hover {
    filter: alpha(opacity=80) !important;
    opacity: 0.8 !important;
}
.focusBox .pageState{
    position: absolute;
    bottom: 24px;
    right: 9px;
    color: #fff;
}
.focusBox .pageState span{
    color: #FE7700;
    font-size: 18px;
}
.certi_number {
    line-height: 20px;
    font-size: 13px;
    text-align: center;
}