@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
div {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: "微软雅黑";
}

button, select, input, textarea {
    outline: none
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333333
}

a:hover {
    text-decoration: none;
}

em, i, strong, b {
    font-style: normal;
    font-weight: normal;
}

ul, li, ol {
    list-style: none;
    padding: 0;
    margin: 0
}

img {
    border: 0;
    vertical-align: middle;
    padding: 0;
    margin: 0
}

body {
    color: #333;
    overflow-x: hidden;
}

table, tr, td {
    padding: 0;
    margin: 0;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both
}

.f20 {
    margin-bottom: 20px
}

/*首页*/
.header_c {
    margin-left: 110px
}

.navbar {
    background: #a68325;
    height: 32px; /*修改的*/
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar ul li {
    float: left;
    font-size: 16px /*新增加的*/
}

.navbar ul li a {
    display: block;
    color: white;
    margin-left: 36px; /*修改的*/
}

.navbar ul li:first-child a {
    margin-left: 0
}

.index_img ul li {
    float: left;
}

.index_img {
    margin-top: 5px; /*修改的*/
    margin-bottom: 20px;
}

.index_c {
    margin-left: 5px;/*修改的*/
    margin-right: 5px/*修改的*/
}

.index_img ul li img {
    width: 396px;/*修改的*/
    height: 100px;
}

.index_list {
    width: 300px;
    border: 1px solid #ccc; /*修改的*/
    border-radius: 5px;
    padding-left: 5px; /*修改的*/
    padding-right: 5px; /*修改的*/
    padding-bottom: 5px;
    height: 359px;
}

.index_list em {
    display: inline-block;
    max-width: 225px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_list h3 {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    background: #a68325;
    margin-top: 5px; /*修改的*/
    margin-bottom: 12px
}

.index_list ul li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.index_list ul li span.fl {
    display: block;
    top: 15px;
}

.index_list ul li {
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px
}

.index_list p {
    margin-top: 10px
}

.index_list p img {
    width: 100%;
    height: 165px
}

.index_list ul li i {
    color: #f4620f;
    border-bottom: 1px solid #f4620f;
    margin-left: 5px;
    display: inline-block;
}

.index_top span {
    display: inline-block;
    width: 120px;
    height: 35px;
    background: #a68325;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.index_nav {
    width: 880px;
}

.index_top a {
    font-size: 16px;
    color: #999999
}

.index_top {
    border-bottom: 3px solid #a68325;/*修改的*/
    margin-bottom: 10px;
}

/*.goods_list{
    margin-bottom: 20px
}*//*这行注释*/
.goods_list ul{
    position: relative;
    width: 933px;
    left: -53px
}

.goods_list ul li {
    width: 180px;
    float: left;
    margin-left: 53px;
    margin-bottom: 20px/*修改的*/
}

/*.goods_list ul li:first-child{
    margin-left: 0//这行注释
}*/

.goods_list ul li p {
    width: 178px;
    height: 186px;
    border: 1px solid #ccc; /*修改的*/
    line-height: 186px;
    text-align: center;
}

.goods_list ul li p img {
    max-width: 100%;
    height: 175px;
}

.hot_center {
    height: 135px;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
}

.hot_center h3 {
    padding-top: 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.hot_center h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hot_center h4 span {
    color: #a68325
}

.goods_btn a {
    display: inline-block;
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
    color: white;
    background: #800002
}

.goods_btn a.fr {
    background: #333333
}

.index_list2 {
    float: left;
    margin-left: 25px;
    width: 281px
}

.index_line .index_list2:first-child {
    margin-left: 0
}

.in_list {
    margin-top: 20px;
    margin-bottom: 20px
}

.in_list ul li {
    float: left;
    margin-left: 12px;
}

.in_list ul li:first-child {
    margin-left: 0
}

.in_list ul li img {
    width: 190px;
    height: 110px
}

.art_left {
    width: 460px;
    border: 1px solid #ccc; /*修改的*/
    border-radius: 5px;
    height: 558px;
    padding-left: 5px; /*修改的*/
    padding-right: 5px; /*修改的*/
}

.art_left h3, .art_right h3 {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    background: #a68325;
    margin-top: 20px;
    margin-bottom: 12px;
}

.art_center {
    padding-bottom: 12px;
    height: 480px;
    overflow: hidden;
    padding-left: 5px; /*修改的*/
    padding-right: 5px /*修改的*/
}

.art_center img {
    float: right;
    margin-top: 10px;
    width: 168px;
    height: 108px
}

.art_center p {
    font-size: 16px;
    line-height: 27px
}

.art_right {
    width: 730px;
    border: 1px solid #ccc; /*修改的*/
    border-radius: 5px;
    height: 558px;
    padding-left: 10px;
    padding-right: 10px;
}

.art_right h3 {
    width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px
}

.art_right ul li {
    float: left;
    width: 346px;
    margin-left: 16px;
    margin-bottom: 20px;
    height: 105px;
}

.art_right ul {
    position: relative;
    width: 724px;
    left: -16px
}

.art_l {
    height: 105px;
    line-height: 105px;
    text-align: center;
}

.art_l img {
    max-width: 120px;
    max-height: 105px;
}

.art_r {
    width: 216px;
}

.art_r h4 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 5px
}

.art_r p {
    height: 78px;
    overflow: hidden;
}

.foot_link a {
    color: #666;
    padding-left: 16px;
    padding-right: 16px
}

.foot_link {
    /*height: 30px;*/
    line-height: 29px;
    border: 1px solid #ccc; /*修改的*/
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 37px;
    color: #ccc/*新增的*/
}

.foot_link span {
    color: #a68325;
    font-size: 16px;
}

.foot_navbar {
    background: #a68325;
    color: white;
    height: 32px;
    line-height: 31px;
    text-align: center;
}

.foot_navbar a {
    color: white;
    padding-left: 10px;
    padding-right: 10px
}

.footer {
    border: 1px solid #ccc; /*修改的*/
    position: relative;
}

.footer_l ul li {
    float: left;
    width: 240px;
    margin-bottom: 20px
}

.footer_l {
    margin: 0 auto;
    width: 480px;
    margin-top: 45px
}

.footer_l p {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
}

.footer_r {
    position: absolute;
    right: 75px;
    top: 28px;
}

.footer_r .fr {
    margin-left: 10px;
    padding-top: 25px;
    text-align: center;
}

/*冰酒庄园*/
.alcohol_park {
    margin-bottom: 20px
}

.alcohol_list {
    height: auto
}

.alcohol_r {
    width: 878px;
    padding: 20px 0 0 0;
    height: auto;
    border: 0;
    border-bottom: 1px solid #999999;/*修改的*/
    border-radius: 0
}

.alcohol_r ul {
    width: 803px;
    left: -37px;
    margin: 0 auto;
    padding-bottom: 15px
}

.alcohol_r ul li {
    margin-left: 55px
}

.alcohol_tit {
    font-size: 20px;
    color: #a68325;
    padding-left: 20px;
    margin-bottom: 20px
}

.alcohol_all {
    border: 1px solid #ccc; /*修改的*/
    border-radius: 5px
}

.pages {
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: center;
}

.pages a {
    display: inline-block;
    width: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    border: 1px solid #999999;
    color: #999999;
    margin-left: 10px
}

.pages a.first {
    width: auto;
    padding-left: 6px;
    padding-right: 6px
}

.pages a.cur {
    color: white;
    background: #bb0406;
}

/*English*/
.eng_l {
    border: 1px solid #ccc; /*修改的*/
    background: #f2f2f2;
    width: 280px;
    padding-top: 18px;
}

.eng_l ul li {
    padding-left: 35px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #666
}

.eng_l ul li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    margin-right: 7px;
}

.eng_r {
    width: 900px;
    border: 1px solid #ccc; /*修改的*/
    padding: 0 15px
}

.eng_r h3 {
    font-size: 20px;
    color: #a68325;
    margin-bottom: 5px;
    padding-top: 15px;
}

.eng_r p.eng_img {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.eng_r p.eng_img img {
    max-width: 100%
}

.eng_list {
    margin-bottom: 20px;
}

/*冰酒百科*/
.rank_list {
    height: auto;
    padding-bottom: 5px /*修改的*/
}

.index_list ul li span.cur {
    background: #a68325;
}

.rank_r {
    width: 900px;
}

.rank_r_l {
    width: 430px;
    height: 425px;
    margin-left: 20px
}

.rank_cen_l img {
    width: 80px;
    height: 80px;
}

.rank_cen_r {
    width: 330px;
    font-size: 16px;
    height: 108px;
    overflow: hidden;
}

.rank_cen {
    margin-top: 10px
}

.rank-li ul li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.rank-li ul li span.fl {
    display: block;
    top: 15px;
}

.rank-li ul li {
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px
}

.rank-li ul li i {
    color: #f4620f;
    border-bottom: 1px solid #f4620f;
    margin-left: 5px;
    display: inline-block;
}

.rank-li {
    margin-bottom: 16px
}

/*冰酒分销合作*/
/*.other_r{*/
/*    width: 900px;*/
/*    border:1px solid #ccc;*/
/*    padding-left: 40px;*/
/*    padding-right: 40px;*/
/*}*/
.other_r h2 {
    font-size: 20px;
    color: #a68325;
    padding-top: 18px;
    margin-bottom: 5px
}

.other_r h2 span {
    color: #cb1d1d
}

.other_r h2 em {
    color: #cb1d1d;
    font-size: 16px
}

.other_r h2 img {
    margin-left: 5px;
    margin-right: 5px
}

.other_r table {
    width: 100%;
    border-right: 1px solid #a68325;
    border-top: 1px solid #a68325;
    font-size: 16px
}

.other_r table tr td {
    border-bottom: 1px solid #a68325;
    border-left: 1px solid #a68325;
    text-align: center;
    height: 75px;
}

.other_r table tr:first-child td {
    background: #dbcda8;
    font-size: 18px;
    height: 40px;
    line-height: 40px
}

.other_r table tr td p span {
    color: #a68325
}

.other_cen {
    padding-bottom: 20px
}

.other_cen h4 {
    color: #cc2424;
    margin-top: 15px;
    margin-bottom: 20px
}

.other_cen h4 span {
    color: #333
}

.other_cen img {
    width: 100%
}

/*冰酒图片*/
.img_right {
    width: 880px;
    border: 1px solid #ccc; /*修改的*/
    border-radius: 5px;
    min-height:560px;
}

.img_right h3 {
    font-size: 20px;
    color: #a68325;
    padding-left: 10px;
    padding-top: 18px;
    margin-bottom: 20px
}

.img_right ul {
    border-bottom:1px solid #999999;/*修改的*/
}

.img_right ul li {
    float: left;
    margin-left: 80px;
    margin-bottom: 25px
}

.img_right ul li a {
    display: block;
}

.img_right ul li a p {
    float: left;
    width: 122px;
    height: 122px;
    line-height: 122px;
    text-align: center;
    margin-bottom: 10px
}

.img_right ul li a p img {
    max-width: 100%;
    max-height: 122px;
}

.img_right ul li a h4 {
    text-align: center;
}

.img-all {
    margin-bottom: 20px
}

/*分销合作*/
/*.cooper_all{*/
/*    border:1px solid #ccc;!*修改的*!*/
/*    margin-bottom: 20px;*/
/*    padding: 20px 15px;*/
/*}*/
.cooper_all h2 {
    color: #cb1d1d;
    font-size: 18px;
}

.cooper_all span {
    color: #a68325;
    margin-left: 14px;
}

.cooper_all em {
    margin-left: 10px;
    color: #333
}

.cooper_all img {
    position: relative;
    top: -2px;
}

.cooper_all {
    font-size: 16px
}

.about_us {
    width: 900px;
    border: 1px solid #ccc; /*修改的*/
}

.about_us h3 {
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #999;
    font-size: 24px;
    padding-left: 20px
}

.about_cen {
    font-size: 16px;
    padding: 15px 15px 20px 15px
}

.comment_list {
    width: 880px;
    border: 1px solid #ccc; /*修改的*/
    border-radius: 5px;
    min-height: 560px
}

.comment_list h3 {
    font-size: 20px;
    color: #a68325;
    padding-left: 10px;
    padding-top: 20px;
    margin-bottom: 10px
}

.comment_list ul {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;/*修改的*/
    min-height: 430px
}

.comment_list ul li {
    line-height: 27px;
    font-size: 16px;
}

.comment_list ul li i {
    color: #f4620f;
    margin-left: 5px;
    border-bottom: 1px solid #f4620f;
}

.comment_list ul li em {
    display: inline-block;
    max-width: 645px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comment_list ul li span {
    position: relative;
    top: -4px;
    margin-right: 3px
}

.introduce_list {
    width: 880px;
    border: 1px solid #ccc; /*修改的*/
    border-radius: 5px;
    min-height: 560px;
}

.introduce_top {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc; /*修改的*/
}

.introduce_top img {
    margin-left: 5px;
    margin-right: 5px
}

.introduce_cen {
    padding: 20px;
}

.introduce_cen_l p {
    width: 130px;
    height: 100px;
    line-height: 100px;
}

.introduce_cen_l p img {
    max-width: 100%;
    max-height: 100%;
}

.introduce_cen_r {
    width: 692px;
    margin-left: 15px
}

.introduce_cen_r h4 {
    font-size: 40px;
    color: #a68325;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.introduce_cen_r p {
    line-height: 25px;
    font-size: 16px
}

.introduce_cen_l {
    margin-top: 50px
}

.introduce_art {
    padding-left: 20px;
    padding-right: 20px
}

.introduce_art h2 {
    font-size: 38px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}
.introduce_art p{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px
}
.introduce_art h3 {
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;/*修改的*/
    margin-bottom: 15px
}

.introduce_art h3 span {
    margin-left: 15px;
    margin-right: 15px
}

.about_our {
    width: 900px;
    border: 1px solid #ccc; /*修改的*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    min-height: 210px;
}

.about_our h2 {
    border-bottom: 5px solid #999;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-bottom: 15px
}

.about_our p {
    font-size: 16px;
    margin-top: 10px
}