* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: '微软雅黑', "FontAwesome", "Arial Narrow", HELVETICA;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

body {
    background: #f8f8f8;
}

body, button, input, keygen, legend, select, textarea {
    font-family: "Microsoft Yahei", "HanHei SC", "PingHei", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    color: #333;
    outline: 0;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body {
    background: #FFF;
}

@media (min-width: 1440px) and (max-width: 1920px) {
    #content .con {
        min-height: 630px;
    }

}

@media (min-width: 1220px) and (max-width: 1440px) {
    #content .con {
        min-height: 350px;
    }

}

/*input::-ms-clear,::-ms-reveal{display:none;}*/
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #7F7F7F;
}

input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    /*-webkit-appearance: none;*/
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}

#top {
    width: 100%;
    height: 140px;
    background: url(../img/index_top.jpg) 100% 50% no-repeat;
    background-color: #EFF2E1;
    background-size: 100% 100%;
    text-align: center;
}

#top .top {
    margin: auto;
    width: 1220px;
    height: 140px;
}

#top .top a {
    height: 140px;
    width: 1220px;
    display: block;
}

#top .top a img {
    height: 140px;
    margin: 0 auto;
    border: none;
}

#content {
    width: 100%;
}

#content .con {
    width: 1200px;
    margin: auto;
    overflow: hidden;

    /*background: white;*/
    position: relative;
}

.con .con_login {
    width: 500px;
    margin: 40px auto;
    height: 464px;
    background: #f9f9f9;
    border-radius: 4px;
    overflow: hidden;
}

.con .con_login .login {
    color: #578D1E;
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
}

.con_login .logina_a {
    margin: auto;
    width: 370px;
    border: 2px solid #cccccc;
    height: 42px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 38px;
}

.con_login .logina_a input {
    width: 324px;
    height: 42px;
    background: none;
    font-size: 16px;
    text-indent: 1em;
    line-height: 42px;
}

.con_login .logina_a img {
    vertical-align: middle;
}

.con_login .logina_b {
    margin: auto;
    width: 370px;
    overflow: hidden;
    margin-top: 20px;
    color: #90a2bc;
    font-size: 16px;
}

.con_login .logina_b .password {
    float: right;
    text-decoration: underline;
}

.con_login .logina_c {
    margin: auto;
    width: 370px;
    height: 42px;
    overflow: hidden;
    margin-top: 20px;
    color: white;
    font-size: 20px;
    background: #578D1E;
    text-align: center;
    line-height: 42px;
    border-radius: 6px;
    letter-spacing: 6px;
    cursor: pointer;
}

.con_login .logina_c a {
    color: #fff;
}

.con_login .logina_c a:hover {
    color: #fff;
}

.con_login .logina_d {
    margin: auto;
    width: 370px;
    overflow: hidden;
    margin-top: 20px;
    color: #cccccc;
    font-size: 20px;
    text-align: center;
    letter-spacing: 6px
}

/*底部*/
#footer {
    width: 100%;
    height: 50px;
    background: #e5e5e5;
    margin-top: 20px;
}

#footer .footer {
    width: 1220px;
    margin: auto;
    overflow: hidden;
}

.footer_a {
    width: 406px;
    float: left;
    text-align: center;
    height: 150px;
    margin-top: 20px;
}

.footer_a .gzh {
    width: 110px;
    margin-top: 10px;
    border: 4px solid white;

}

.footer_ul {
    width: 100%;

    border-left: 1px solid #b1b5b9;
    overflow: hidden;
    height: 150px;
    font-size: 14px;

}

.footer_ul li {
    float: left;
    width: 50%;
}

.footer_ul li a {
    color: #333333;
}

.footer_ul li a:hover {
    color: #7f7f7f;
}

.footer_p {
    text-align: center;
    font-size: 14px;
    margin-top: 24px;
}

/*首页css*/
#top_a {
    width: 100%;
    height: 34px;
    background: #f1f1f1;

}

.top_a {
    width: 1220px;
    margin: auto;
    line-height: 34px;
}

.top_a_l {
    float: left;
    font-size: 14px;
}

.top_a_r {
    float: right;
    font-size: 14px;
    margin-left: 10px;
}

.top_a_r a {
    width: 60px;
    height: 26px;
    text-align: center;
    display: inline-block;
    line-height: 26px;
}

.top_a_r a button {
    color: white;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.top_a_r a button:hover {
    background-color: white;
    color: #578D1E;
    cursor: pointer;
}

button {
    outline-color: invert;
    outline-style: none;
    outline-width: 0rem;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    background: none;
}

#nav {
    width: 100%;
    height: 50px;
    background: #578D1E;
    margin-top: 6px;
    line-height: 50px;
}

#nav .nav {
    width: 1220px;
    margin: auto;
    overflow: hidden;
}

.nav_ul {
    overflow: hidden;
    float: left;
}

.nav_div {
    float: right;
    overflow: hidden;
}

.nav_ul li {
    width: 160px;
    float: left;
    text-align: center;

}

/*.nav_ul li:nth-child(1){
	background: #87c4ec;
}*/
.navcolor {
    background: #8EC32E;
}

.nav_ul li a {
    font-size: 16px;
    color: white;
    display: block;
    font-weight: bold;
}

.sousuo .ipt {
    width: 280px;
    height: 36px;
    font-size: 14px;
    text-indent: 1em;
    line-height: 36px;
}

.sousuo {
    float: left;
}

.sousuo .btn {
    width: 60px;
    height: 36px;
    background: #f39800;
    color: white;
    font-size: 14px;
    margin-left: -5px;
}

.sousuo .btn:hover {
    background: #f3b247;
}

/*轮播图*/
.slideshow {
    margin-top: 20px;
}

/*列表内容*/
.list {
    border-top: 2px solid #578D1E;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 20px;
    background: white;
    padding-bottom: 20px;
}

.list_top_ul {
    overflow: hidden;
    padding-left: 18px;
    height: 45px;
    border: 1px solid #f0f0f0;
    line-height: 45px;
    padding-right: 18px;
}

.list_top_ul li {
    float: left;
    font-size: 16px;
}

.list_top_ul li .jDiaporama {
    color: #578D1E;
}

.list_top_ul li a {
    display: block;
    width: 100%;
    color: #333333;

}

.list_top_ul .more a {
    color: #c1c1c1;
}

.list_top_ul .more a:hover {
    color: #8EC32E;
}

.qk {
    margin-right: 38px;
}

.list_top_ul .qk_a1 {
    color: #578604;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.list_top_ul .qk_a2 {
    font-size: 18px;
    font-weight: bold;
}

.list_top_ul .more {
    float: right;
}

.list_con {
    overflow: hidden;
    /*padding-bottom: 20px;*/
    height: auto;
    /*border: 1px solid #f0f0f0;*/

}

.nav_ul li:hover {
    background: #8EC32E;
}

.list_con_a_ul {
    overflow: hidden;
    margin-left: 20px;
    width: 278px;
    height: 199px;
    margin-top: 20px;

}

.list_con_a_ul:hover {
    box-shadow: 4px 2px 5px #ebebeb;
}

.list_con .list_con_a_ul .index_a1 {
    display: block;
    width: 150px;
    height: 200px;
    float: left;

}

.list_con .list_con_a_ul .index_a2 {
    display: block;
    width: 430px;

    float: left;

}

/*.list_con .list_con_a_ul  a{
	width: 278px;
	height: 199px;
	display: block;
	
}*/
.list_con .list_con_a_ul {
    width: 580px;
    height: 199px;
    border: 1px solid #f0f0f0;
    float: left;

}

.list_con .list_con_a_ul_aa {
    border: none;
}

.list_con .list_con_a_ul_aa img {
    border: 1px solid #F0F0F0;
}

.list_con .list_con_a_ul a img {

    width: 150px;
    height: 200px;
    border-right: 1px solid #F0F0F0;
}

.list_con .list_con_a_ul a .h2 {
    margin: auto;
    /*float: left;*/
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.list_con .list_con_a_ul a .h22 {
    font-weight: normal;

}

.list_con .list_con_a_ul a .h2:hover {
    color: #7f7f7f;
}

.list_con .list_con_a_ul p {
    float: left;
    /*width: 118px;*/
    /* height: 82px;*/
    line-height: 24px;
    color: #7f7f7f;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    /*margin-top: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.list .list_con .list_con_a_ul .btn {
    display: block;
    float: left;
    width: 80px;
    height: 30px;
    text-align: center;
    color: white;
    font-size: 14px;
    background: #F39800;
    margin-left: 12px;
    margin-top: 10px;
    line-height: 30px;
    box-shadow: 4px 2px 5px #ebebeb;
}

.btn_a_1 {
    display: block;
    float: right;
    width: 50px;
    height: 36px;
    background: #f39800;
    margin-left: 10px;
    text-align: center;
    line-height: 36px;
    margin-top: 8px;
}

.btn_a_1:hover {
    background: #f3b247;

}

.shop {
    margin-top: 6px;
}

.brief {
    width: 100%;
    border: 1px solid #f0f0f0;
}

.brief h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.brief p {
    font-size: 14px;
    text-indent: 1em;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
}

.brief p span {
    color: #f39800;
}

.brief .brief_a {
    width: 140px;
    height: 40px;
    background: #578D1E;
    color: white;
    text-align: center;
    border-radius: 6px;
    margin: auto;
    line-height: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
    display: block;
}

.brief .brief_a:hover {
    background: #578D1E;
}

/*忘记密码*/
.con_login .logina_aa {
    margin: auto;
    width: 370px;
    border: 2px solid #cccccc;
    height: 42px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 18px;

}

.con_login .logina_bb {
    font-size: 14px;
    color: #b2b2b2;
}

.con_login .logina_aa .inp_password {
    width: 370px;
    height: 42px;
    background: none;
    font-size: 16px;
    text-indent: 1em;
    color: #b2b2b2;
    line-height: 42px;
}

.password_yzm {
    overflow: hidden;
    margin: 26px auto;
    width: 374px;
}

.password_yzma {
    width: 216px;
    height: 42px;
    border-radius: 4px;
    border: 2px solid #cccccc;
    float: left;
    font-size: 16px;
    color: #b2b2b2;
    border-radius: 6px;
}

.password_yzma input {
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #b2b2b2;
    background: none;
    text-indent: 1em;
    line-height: 42px;
}

.password_yzmb {
    width: 136px;
    height: 42px;
    border-radius: 6px;
    border: 2px solid #cccccc;
    float: left;
    margin-left: 14px;
}

.password_hyz {
    text-align: right;
    width: 370px;
    margin: auto;
    color: red;
    font-size: 14px;
    padding-right: 90px;
    margin-top: -20px;
}

.password_btn {
    width: 240px;
    height: 40px;
    background: #578D1E;
    color: white;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
    margin: 60px auto 0 auto;
    display: block;
    cursor: pointer;
    line-height: 40px;

}

.password_btn a {
    color: #fff;
}

.inp_password[placeholder] {
    color: red;
}

.password_yzmba {
    border-color: #578D1E;
    color: #578D1E;
    text-align: center;
    line-height: 42px;
}

.password_btna {
    margin-top: 50px;
}

.password_hyza {
    text-align: center;
    width: 370px;
    margin: auto;
    color: red;
    font-size: 14px;
    margin-top: 30px;
}

/*注册*/
.registered {
    width: 800px;
    margin: auto;
    height: auto;
    min-height: 630px;
    background: #f9f9f9;
    border-radius: 4px;
    overflow: hidden;
}

.con .registered .login {
    color: #578D1E;
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
}

.classification {
    width: 238px;
    height: 38px;
    border: 1px solid #eeeeee;
    margin: 28px auto 0px auto;
    border-radius: 6px;
    font-size: 16px;
}

.classification li {
    width: 50%;
    height: 38px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
}

.classification .lia {
    background: #578D1E;
    border-radius: 6px;
    color: white;
}

.registered_name {
    margin-bottom: 10px;
    width: 390px;
}

.registered_name input {
    width: 238px;
    height: 26px;
    border: 1px solid #dddddd;
    text-indent: 0.5em;
    line-height: 26px;
}

.registered_name input:focus {
    -webkit-box-shadow: 0 0 5px #ccc; /*点击input 外阴影*/
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border-color: #fff; /*黑色边框改为白色*/
    outline: 0; /*去掉默认谷歌点击input边框显示蓝色  */
    background: #fff; /*input内背景为白色*/

}

.registered_name span {
    font-size: 16px;
}

.registered_con {
    width: 740px;
    margin: 24px auto 0 auto;
}

.registered_name span:first-child {
    display: inline-block;
    width: 80px;
}

.registered_name button {
    width: 88px;
    height: 28px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    color: #a2a2a2;
    background: #eeeeee;
}

.registered_con {
    overflow: hidden;
}

.registered_r {
    float: left;
    width: 350px;
    height: 390px;
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.registered_l {
    width: 360px;
    margin-right: 10px;
    float: left;
}

.coloe {
    color: red;
}

/*购物车清单*/
.shop_list {
    width: 360px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); /* 老的 Firefox */
    background: #ffffff;
    position: absolute;
    top: 230px;
    right: 100px;
    z-index: 666;
    display: none;

}

.list_b {
    width: 320px;
    height: 113px;
    margin: 10px auto 0 auto;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.list_b .img1 {
    width: 78px;
    height: 104px;
    float: left;

}

.list_b .p1 {
    width: 126px;
    float: left;
    line-height: 20px;
    height: 70px;
    overflow: hidden;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
}

.list_b .p2 {
    float: left;
    color: #f39800;
    font-size: 16px;
    padding-top: 40px;
    /*	padding-left: 6px;*/
    width: 88px;
    text-align: center;
}

.list_b .img2 {
    padding-top: 43px;
    float: left;

}

.list_bb {
    height: 50px;
    margin-top: 16px;
    overflow: hidden;
}

.list_bb li:first-child {
    width: 220px;
    background: #f9f9f9;
    text-align: center;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 14px;
}

.list_bb li:first-child .span1 {
    color: #f39800;
    font-size: 20px;
}

.list_bb li:first-child .span2 {
    color: #f39800;
    font-size: 14px;
}

.list_bb li:first-child + li {
    width: 140px;
    background: #f39800;
    text-align: center;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 20px;
    color: white;
}

.list_bb li a {
    color: white;
}

.nav_ul li：hover {
    background: #578D1E;
}

/*分页*/
.demo2 {
    text-align: right;

    margin-right: 20px;
}

/*购物车效果*/
.addcar {
    text-transform: uppercase;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}

.top_div {
    text-align: center;
    height: 140px;
    width: 80%;
    min-width: 800px;
    margin-left: 10%;
}
.top_logo {
    height: 100px;
    margin-top: 10px;
    float: left;
}
.top_title {
    text-shadow:5px 2px 6px #92b56d;
    color: #314c02;
    font-size: 40px;
    width: auto;
    margin-top: 25px;
    margin-left: 2%;
    float: left;
}

.my-skin .layui-layer-btn a {
    background-color: #79AD3F;
    border: 1px solid #79AD3F;
    color: #FFF;
}