@charset "utf-8";

@font-face {
    font-family: 'Conv_HelveticaNeueLTPro-Th';
    src: url('../fonts/HelveticaNeueLTPro-Th.eot');
    src: url('../fonts/HelveticaNeueLTPro-Th.woff') format('woff'),
        url('../fonts/HelveticaNeueLTPro-Th.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLTPro-Th.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

html,
body {
    font: normal 100% "Microsoft YaHei", Arial;
    background-color: #fff;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
tbody,
thead,
tfoot,
tr,
td,
th,
input {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
h6,
b,
p {
    font-weight: normal;
    font-style: normal;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
hgroup {
    display: block;
    margin: 0;
    padding: 0;
}

img,
hr {
    border: none;
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:hover {
    color: #000;
}

ul,
li {
    list-style: none outside none;
}

li,
p,
a {
    vertical-align: bottom;
}

ul:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.clear {
    clear: both;
}

table {
    border-collapse: collapse;
}

::selection {
    background-color: #000;
    color: #fff;
    /* Safari */
}

::-moz-selection {
    background-color: #000;
    color: #fff;
    /* Firefox */
}

input:focus {
    outline: none;
}

input,
select {
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
    display: none;
}

.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.w1100 {
    width: 1100px;
    margin: 0 auto;
}
/* .ui {
    background-image: url(../images/icon_03.png);
    background-repeat: no-repeat;
} */

/*头部*/
.header {
    width: 100%;
    background-color: #fff;
    padding: 35px 0;
    position: relative;
}
.header .w1100{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo {
    max-width: 180px;
}
.header .search a {
    width: 16px;
    height: 16px;
    float: left;
    padding: 8px;
    cursor: pointer;
    display: block;
}
.header .search a i {
    width: 16px;
    height: 16px;
    background-position: -117px -7px;
    display: block;
}
.header_texts {
    display: block;
}
.common_text{
    margin-top: 8px;
    color: #333;
    font-size: 18px;
}
.header_texts_tit {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.header_texts_tit .icon{
    width: 20px;
    margin-right: 7px;
    display: flex;
    align-items: center;
}


.bdshare-button-style0-24 a,
.bdshare-button-style0-24 .bds_more {
    float: right !important;
    padding-left: 30px !important;
    line-height: 30px !important;
    height: 30px !important;
    background-image: url(../images/icon_03.png) !important;
}
.bdshare-button-style0-24 a:hover {
    color: #333 !important;
    opacity: .8 !important;
    filter: alpha(opacity=80) !important;
}
.bdshare-button-style0-24 .bds_sqq {
    background-position: -21px 0px !important;
}
.bdshare-button-style0-24 .bds_tsina {
    background-position: -51px 0px !important;
}
.bdshare-button-style0-24 .bds_weixin {
    background-position: -81px 0px !important;
    margin-right: 0 !important;
}

/*导航*/
.nav {
    width: 100%;
    height: 44px;
    position: relative;
    z-index: 12;
    background-color: rgba(0, 0, 0, 0.8);
}
.menu {
    width: auto;
    float: left;
}
.menu li {
    position: relative;
    width: 157px;
    height: 44px;
    display: inline;
    float: left;
    cursor: pointer;
    text-align: center;
}
.menu a.tit {
    width: 100%;
    line-height: 44px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.menu li.hover a.tit,
.menu li.on a.tit {
    color: #fff;
    background-color: #000;
}
.subnav {
    position: absolute;
    left: 50%;
    margin-left: -96px;
    top: 44px;
    width: 192px;
    display: none;
    background-color: #fff;
    z-index: 100;
    *zoom: 1;
    border-top: 4px #e4e4e4 solid;
}
.subnav a {
    display: inline-block;
    width: 100%;
    line-height: 45px;
    color: #000;
    text-align: center;
    z-index: 100;
    *zoom: 1;
    font-size: 12px;
    border-bottom: 1px #e4e4e4 solid;
}
.subnav a:hover {
    color: #000;
    background-color: #f7f7f7;
    z-index: 100;
}

/*大图*/
.banner {
    width: 100%;
    height: 680px;
    position: relative;
    background-color: #000;
    margin-top: -44px;
    z-index: 5;
}
.banner-wrap {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 0px;
    overflow: hidden;
}
.banner-box {
    width: 100%;
    height: 680px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.banner-box li {
    height: 680px;
    float: left;
}
.banner-arrow {
    width: 17px;
    height: 31px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.banner-prev {
    left: 10%;
    background: url(../images/icon_01.png) no-repeat left top;
}
.banner-next {
    right: 10%;
    background: url(../images/icon_02.png) no-repeat left top;
}
.banner-nav {
    position: absolute;
    bottom: 30px;
}
.banner-item {
    width: 14px;
    height: 14px;
    float: left;
    display: block;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
}
.banner-item:hover {
    background-color: #c30d23;
}
.banner-current {
    background-color: #c30d23;
}

/*title*/
.intit {
    width: 100%;
    text-align: center;
    padding-bottom: 42px;
}
.intit h2 {
    height: 25px;
}
.intit p {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    padding-top: 7px;
}

/*首页-地区*/
.area {
    width: 100%;
    height: auto;
    padding: 77px 0 42px;
}
.area li {
    width: 258px;
    height: 395px;
    float: left;
    margin-right: 22px;
}
.area li:first-child+li+li+li {
    margin-right: 0px;
}

/*.area li .area-img { width:258px; height:328px; box-shadow:0 6px 20px 5px rgba(0, 0, 0, .08); -moz-box-shadow:0 6px 20px 5px rgba(0, 0, 0, .08); -ms-box-shadow:0 6px 20px 5px rgba(0, 0, 0, .08); -o-box-shadow:0 6px 20px 5px rgba(0, 0, 0, .08); -webkit-box-shadow:0 6px 20px 5px rgba(0, 0, 0, .05); border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; overflow:hidden; }*/
.area li .area-img {
    width: 258px;
    height: 328px;
    box-shadow: 0 6px 20px 5px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 6px 20px 5px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 6px 20px 5px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 6px 20px 5px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 6px 20px 5px rgba(0, 0, 0, .05);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.area li .area-img .areaimg-hovert {
    width: 258px;
    height: 328px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.area li .area-img .areaimg-hoverb {
    width: 258px;
    height: 328px;
    position: absolute;
    left: 0px;
    top: 328px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.area li:hover .area-img .areaimg-hovert {
    top: -328px;
}
.area li:hover .area-img .areaimg-hoverb {
    top: 0;
}
.area li h2 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 18px 0 5px;
}
.area li p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.area li:hover p {
    color: #5fb6de;
}

/*首页-发展史*/
.phylogeny-l {
    width: 734px;
    height: auto;
    float: left;
}
.phylogeny-l .phylogeny-lt {
    width: 694px;
    height: 326px;
    float: left;
    padding: 20px;
    background-color: #60aedf;
}
.phylogeny-l .phylogeny-lt .phylogeny-lt-img {
    width: auto;
    height: 326px;
    float: left;
}
.phylogeny-l .phylogeny-lt .phylogeny-lt-txt {
    width: 278px;
    height: 326px;
    float: left;
    padding: 0 35px 0 55px;
}
.phylogeny-tit {
    width: 100%;
    height: 66px;
    float: left;
    margin-top: 45px;
}
.phylogeny-tit .phylogeny-tab {
    width: 56px;
    height: 64px;
    float: left;
    font-size: 28px;
    padding: 1px 5px;
    background-color: #fff;
}
.phylogeny-tit .phylogeny-tab p {
    line-height: 30px;
}
.phylogeny-tit h2 {
    width: auto;
    height: 64px;
    color: #fff;
    font-size: 28px;
    float: left;
    padding: 1px 0 1px 10px;
}
.phylogeny-tit h2 p {
    line-height: 30px;
}
.phylogeny-font {
    width: 100%;
    height: 72px;
    float: left;
    margin-top: 25px;
    line-height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
}
.phylogeny-a {
    width: 98px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px #fff solid;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 52px;
}
.phylogeny-a:hover {
    color: #fff;
}
.phylogeny-r {
    width: 326px;
    height: auto;
    float: left;
    background-color: #a7d7d7;
    padding: 20px;
}
.phylogeny-r .phylogeny-r-img {
    width: 326px;
    height: 349px;
    float: left;
    position: relative;
}
.phylogeny-r .phylogeny-r-img .phylogeny-r-img-font {
    width: 100%;
    height: 164px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(96, 174, 223, .8);
}
.phylogeny-r .phylogeny-r-img .phylogeny-r-img-font h2 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    padding: 38px 0 15px;
}
.phylogeny-r .phylogeny-r-img .phylogeny-r-img-font a {
    width: 98px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px #fff solid;
    color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    margin: auto;
}
.phylogeny-r .phylogeny-r-txt {
    width: 286px;
    height: 327px;
    float: left;
    padding: 8px 20px;
}

/*底部联系*/
.foot-nav {
    width: 100%;
    height: 138px;
    position: relative;
    z-index: 12;
    background-color: #fafafa;
}
.foot-menu {
    width: auto;
    float: left;
}
.foot-menu li {
    width: 154px;
    height: 138px;
    display: inline;
    float: left;
    cursor: pointer;
    text-align: center;
}
.foot-menu span {
    font-size: 12px;
    color: #e6e6e6;
    float: left;
    display: block;
    line-height: 138px;
}
.foot-menu li a {
    width: 100%;
    line-height: 138px;
    color: #666;
    display: inline-block;
    font-size: 14px;
}
.foot-menu li a:hover {
    color: #000;
}

/*联系方式*/
.foot {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    overflow: hidden;
    padding: 30px 0;
    border-top: 1px #e6e6e6 solid;
}
.foot p {
    color: #7c7c7c;
    font-size: 12px;
    /*text-transform:uppercase;*/
    line-height: 24px;
}
.foot p a {
    color: #7c7c7c;
}
.foot p a:hover {
    color: #7c7c7c;
}



/*公共*/
.wrap-banner {
    width: 100%;
    height: 180px;
    position: relative;
    background-color: #000;
    margin-top: -44px;
    z-index: 5;
    padding-top: 140px;
    background-position: center top;
    background-repeat: no-repeat;
}
.wrap-banner h1 {
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}
.wrap-banner hr {
    width: 145px;
    height: 3px;
    background-color: #fff;
    margin: auto;
    margin-top: 4px;
}
.snav {
    width: 100%;
    height: 54px;
    border-bottom: 1px #ebebeb solid;
}
.snav li {
    width: auto;
    height: 54px;
    line-height: 54px;
    padding-right: 95px;
    float: left;
}
.snav li a {
    font-size: 14px;
    color: #333;
    display: block;
}
.snav li a:hover {
    color: #333;
}
.content_lbg {
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #333;
}



.wrap {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 45px 0 100px;
}
.wrap-tit {
    width: 100%;
    text-align: center;
    padding-bottom: 58px;
}
.wrap-tit h2 {
    font-size: 24px;
    color: #333;
    padding-bottom: 5px;
}
.wrap-tit p {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}
.fy {
    width: 100%;
    height: auto;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    margin-top: 26px;
}
.fy span {
    color: #fff !important;
    background: #0a0e1a !important;
    border: 1px #0a0e1a solid !important;
    padding: 2px 9px !important;
}
.fy a {
    color: #666;
    background: #fff;
    border: 1px #999 solid;
    padding: 2px 9px;
}
.fy a:hover {
    color: #fff;
    background: #0a0e1a;
    border: 1px #0a0e1a solid;
    padding: 2px 9px;
}
.title {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 64px 0 47px;
}
.title h2 {
    font-size: 28px;
}
.title p {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 5px;
}



/*关于我们*/
.about_t {
    width: 100%;
    height: auto;
    padding: 0 0 35px;
    border-bottom: 1px #d3d3d3 dotted;
}
.about_t img {
    display: block;
    float: left;
    margin-right: 30px;
}
.about_t p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-bottom: 7px;
}
.about_b {
    width: 100%;
    height: auto;
    padding: 35px 0 35px;
}
.about_b h2 {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}
.about_b p {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}



/*社会责任*/
.duty-box {
    border: 1px #fafafa solid;
}
.duty-box li {
    width: 50%;
    height: 323px;
    float: left;
}
.duty-box li img {
    width: 100%;
    vertical-align: middle;
}
.duty-box li h2 {
    padding: 60px 35px 10px;
    font-size: 18px;
    color: #333;
}
.duty-box li p {
    padding: 0 35px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}



/*咖啡发展史*/
.cycle-box li {
    width: 538px;
    height: auto;
    float: left;
    margin-bottom: 24px;
}
.cycle-box li .cycle-img {
    width: 538px;
    height: 326px;
}
.cycle-box li .cycle-txt {
    width: 456px;
    height: 65px;
    border: 1px #f9f9f9 solid;
    border-top-width: 0px;
    padding: 0 40px;
}
.cycle-box li .cycle-txt h2 {
    line-height: 65px;
    color: #666;
    font-size: 16px;
    float: left;
}
.cycle-box li .cycle-txt a {
    display: block;
    width: 104px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border: 1px #dddddd solid;
    float: right;
    color: #666;
    font-size: 12px;
    margin-top: 20px;
}
.cycle-box li:hover .cycle-txt a {
    background-color: #e60012;
    color: #fff;
    border: 1px #e60012 solid;
}



.cycle-box li:nth-child(2n) {
    float: right;
}



/*产品介绍*/
.pro-box li {
    width: 350px;
    height: auto;
    float: left;
    margin: 0 25px 25px 0;
}
.pro-box li:nth-child(3n) {
    margin-right: 0px;
}
.pro-box li .pro-img {
    width: 350px;
    height: 250px;
    position: relative;
}
.pro-box li .pro-img .pro-table {
    width: 260px;
    height: 160px;
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(141, 165, 204, .83);
    padding: 30px;
}
.pro-box li .pro-img .pro-table h2 {
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}
.pro-box li .pro-img .pro-table .table-box {
    width: 258px;
    height: auto;
    border: 1px #fff solid;
    border-bottom-width: 0px;
}
.pro-box li .pro-img .pro-table .table-box dd {
    width: 238px;
    height: auto;
    border-bottom: 1px #fff solid;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
}
.pro-box li:hover .pro-img .pro-table {
    background-color: rgba(223, 64, 61, .83);
}
.pro-box li .pro-txt {
    width: 350px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    position: relative;
    border: 1px solid #fafafa;
    border-top-width: 0px;
    color: #666;
    font-size: 14px;
}



/*news*/
.news-box li {
    width: auto;
    height: auto;
    border: 1px solid #fafafa;
    margin-bottom: 20px;
    position: relative;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    overflow: hidden;
}
.news-box li a {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.news-box li .news-boximg {
    width: 272px;
    height: 188px;
    float: left;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    display: block;
}
.news-box li .news-boxfont {
    width: 766px;
    float: left;
    height: 155px;
    margin: 0 30px;
    transition: all .3s ease-out 0s;
    padding-top: 33px;
}
.news-box li .news-boxfont h2 {
    width: 100%;
    font-size: 18px;
    color: #333;
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.news-box li .news-boxfont span {
    color: #999;
    font-size: 12px;
    line-height: 24px;
}
.news-box li .news-boxfont p {
    width: 100%;
    height: 78px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    font-size: 13px;
    margin-top: 7px;
}
.news-box li:hover {
    box-shadow: 0 6px 20px 5px rgba(0, 0, 0, .08);
}
.news-box li:hover .news-boxfont {
    margin: 0 15px 0 45px;
}



/*订购*/
.order-box input {
    width: 322px;
    float: left;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    margin-right: 25px;
    outline: medium none;
    padding: 10px 13px;
    -webkit-transition: all 0.5s ease-in-out;
    font-family: "Microsoft YaHei";
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.order-box input.r {
    margin-right: 0px;
}
.order-box input:hover,
.order-box textarea:hover {
    border: 1px solid #000;
    color: #000;
}
.order-box textarea {
    width: 1072px;
    height: 190px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    outline: medium none;
    padding: 10px 13px;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.order-box .button {
    width: 200px;
    height: 40px;
    margin: 15px 0;
    outline: medium none;
    line-height: 40px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background-color: #e60012;
    font-family: "Microsoft YaHei";
    -webkit-transition: all 0.5s ease-in-out;
    display: block;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
}
.order-box .button:hover {
    background-color: #000;
}



/*联系我们*/
.contact {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.contact li {
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
}
.contact li .contact-img {
    width: 100%;
    height: 120px;
}
.contact li h2 {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px 0 5px;
}
.contact li p {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}
.map {
    border: 1px #e1e1e1 solid;
    padding: 7px;
}
.map img {
    vertical-align: middle
}



/*详细页*/
.show_title {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}
.show_title h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}
.show_title p {
    font-size: 12px;
    color: #999;
}
.show_wrap {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.page {
    width: 100%;
    height: auto;
    padding: 21px 0;
    border-top: 1px #e6e6e6 solid;
    margin-top: 70px;
}
.page a {
    width: 88px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border: 1px #d6d7dc solid;
    display: block;
    float: left;
    font-size: 14px;
    color: #909090;
    margin-right: 20px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    -0-border-radius: 28px;
}
.page a:hover {
    border: 1px #e60012 solid;
    color: #e60012;
}