@charset "utf-8";
/*全局样式*/
html {
  overflow-x: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.5 "微软雅黑", "Arial Narrow", HELVETICA;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none !important;
}
ul,
li,
dl,
dt,
dd {
  list-style-type: none;
}
i {
  font-style: normal;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1430px !important;
}
.tr5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial;
}
.sizeCover {
  background-position: 50% 50%;
  background-size: cover;
}
.vertical_centerbox {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.vertical_center {
  display: table-cell;
  vertical-align: middle;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
  background: #093a7a;
  position: relative;
}
header .logo {
  height: 140px;
  line-height: 140px;
  position: relative;
  font-size: 0;
}
header .logo img {
  max-height: 80%;
}
header nav .ul {
  font-size: 0;
  margin: 0;
}
header nav .ul > li {
  float: left;
  text-align: center;
  position: relative;
}
header nav .ul > li > a {
  position: relative;
  line-height: 140px;
  padding: 0 27px;
  display: block;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
}
header nav .ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
}
header nav .ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #093a7a;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 160%;
  z-index: 100;
}
header nav .ul > li > ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #093a7a;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .ul > li > ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li > ul > li:hover a {
  background-color: #093a7a;
}
header nav .ul > li > ul > li:hover a {
  background-color: #01345a;
}
header nav .ul > li > ul > li:hover > ul {
  display: block;
}
header nav .ul > li:hover a {
  font-weight: 700;
}
header nav .ul > li:hover > ul {
  display: block;
}
header nav .ul > li.active a {
  font-weight: 700;
}
header .search {
  width: 17px;
  height: 17px;
  line-height: 140px;
  cursor: pointer;
}
header .search .img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header .ydd_btn {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 24px;
  right: 15px;
}
header .ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #fff;
}
header .ydd_btn span.span02 {
  margin: 5px 0;
}
header .ydd_btn.click span {
  background: #01345a;
}
header .ydd_btn.click span.span01 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 6px;
  margin-top: 0px;
}
header .ydd_btn.click span.span02 {
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin: 0.5px 0;
}
header .ydd_btn.click span.span03 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  top: -8px;
  margin-top: 0px;
}
header .sjdnav {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2000;
}
header .sjdnav ul {
  padding: 0;
  margin: 0;
}
header .sjdnav ul li {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.7);
}
header .sjdnav ul li a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
}
header .sjdnav ul li:hover {
  background: #01345a;
}
header .sjdnav ul li:last-child {
  border: none;
}
.ss {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: -1111;
}
.ss.active {
  opacity: 1;
  z-index: 111;
}
.ss .gb1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.77);
}
.ss .gb1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #000;
  height: 42px;
  width: 100%;
}
.ss .form .gb2 {
  width: 42px;
  height: 42px;
  background: url("../images/tu30.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.66;
  cursor: pointer;
  transition: all 0.3s;
}
.ss .form .gb2:hover {
  background: rgba(255, 255, 255, 0.3) url("../images/tu30.png") no-repeat center center;
  transition: all 0.3s;
}
.ss .form {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  z-index: 2;
  width: 666px;
  margin: 0 auto;
}
.ss .form form {
  display: block;
  margin: 0 42px;
  position: relative;
}
.ss .form form input {
  width: 100%;
  line-height: 42px;
  height: 42px;
  color: #fff;
  border: 0;
  background: fixed;
  padding: 0 10px;
}
.ss .form form button {
  width: 42px;
  height: 42px;
  background: url("../images/tu1.png") no-repeat center center;
  position: absolute;
  left: -42px;
  top: 0;
  opacity: 0.66;
  border: 0;
}
.ss input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}
.ss .rm {
  background: #fff;
  padding: 16px 0 20px 0;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  width: 666px;
  margin: 0 auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.ss .rm .tt1 {
  padding: 0 20px 0 66px;
  line-height: 34px;
}
.ss .rm .ul {
  max-height: 204px;
  overflow: hidden;
}
.ss .rm .ul a {
  display: block;
  padding: 3px 30px 3px 100px;
  line-height: 28px;
}
.ss .rm .ul a:nth-child(1) {
  padding-left: 86px;
}
.ss .rm .ul a:nth-child(2) {
  padding-left: 96px;
}
.ss .rm .ul a:nth-child(3) {
  padding-left: 106px;
}
.ss .rm .ul a:nth-child(4) {
  padding-left: 126px;
}
.ss .rm .ul a:nth-child(5) {
  padding-left: 146px;
}
.ss .rm .ul a:nth-child(6) {
  padding-left: 186px;
}
.ss .rm .ul a:nth-child(7) {
  padding-left: 206px;
}
.ss .rm .ul a:hover {
  background: #F3F3F3;
  color: #004cff;
}
.ss.active .rm .tt1 {
  padding-left: 30px;
}
.ss.active .rm .ul a {
  padding-left: 44px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #004cff !important;
}
.mCSB_scrollTools {
  width: 6px !important;
}
.topbottom {
  padding-top: 40px;
  padding-bottom: 60px;
}
.title {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
.title h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}
.title span {
  font-size: 28px;
  line-height: 40px;
  color: #575757;
  text-transform: capitalize;
}
.more {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fff;
  width: 312px;
  height: 60px;
  line-height: 55px;
  font-size: 36px;
  color: #fff;
  margin-top: 30px;
}
.more:hover {
  color: #000;
  background-color: #fff;
}
.about .contant {
  background: url(../images/bj.jpg) no-repeat center center / cover;
}
.about .contant h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 53px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 35px;
}
.about .contant .textbox {
  width: 50%;
  padding-right: 20px;
}
.about .contant .textbox .text {
  font-size: 18px;
  line-height: 70px;
  color: #fff;
  height: 420px;
  overflow: hidden;
}
.about .contant .imgbox {
  width: 50%;
  border: 3px solid #fff;
}
.about .contant .imgbox .img {
  height: 393px;
}
.about .contant .imgbox:hover .img {
  transform: scale(1.08);
}
.about .contant .number {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.about .contant .number .list {
  color: #fff;
}
.about .contant .number .list .num {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.about .contant .number .list .num i {
  font-size: 54px;
  font-weight: 700;
  line-height: 58px;
}
.about .contant .number .list span {
  text-align: center;
  display: block;
  font-size: 26px;
  line-height: 30px;
}
.casebox .contant {
  background: url(../images/bj.jpg) no-repeat center center / cover;
}
.casebox .contant .list {
  display: block;
  background-color: #fff;
  padding: 10px;
}
.casebox .contant .list .imgbox .img {
  padding-top: 69.68%;
}
.casebox .contant .list .text {
  font-size: 20px;
  line-height: 30px;
  color: #575757;
  padding-top: 10px;
  padding-right: 10px;
}
.casebox .contant .list:hover .img {
  transform: scale(1.08);
}
.casebox .contant .list:hover .text {
  color: #32b16c;
}
.special .contant {
  background: url(../images/bj2.jpg) no-repeat center center / cover;
  position: relative;
}
.special .contant.topbottom {
  padding-top: 138px;
}
.special .contant .textbox {
  width: 50%;
  background-color: #04477a;
  color: #fff;
  padding: 20px 45px 45px 25px;
  position: relative;
  z-index: 1;
}
.special .contant .textbox h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.special .contant .textbox .text {
  font-size: 26px;
  line-height: 50px;
  height: 150px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 25px;
}
.special .contant .textbox .more1 {
  display: block;
  font-size: 22px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #0068b7;
}
.special .contant .textbox .more1:hover {
  background-color: #32b16c;
}
.special .contant .container-fluid {
  position: relative;
}
.special .contant .imgbox {
  width: calc(50% + 28px);
  position: absolute;
  right: 10px;
  top: -68px;
  z-index: 2;
}
.special .contant .imgbox .overflow {
  border: 3px solid #fff;
  position: absolute;
}
.special .contant .imgbox .overflow.img1 {
  width: 55%;
  z-index: 3;
}
.special .contant .imgbox .overflow.img1 .img {
  height: 242px;
}
.special .contant .imgbox .overflow.img2 {
  width: 50%;
  right: 10px;
  top: 132px;
  z-index: 4;
}
.special .contant .imgbox .overflow.img2 .img {
  height: 245px;
}
.special .contant .imgbox .overflow:hover .img {
  transform: scale(1.08);
}
.beverage .contant {
  background: url(../images/bj3.jpg) no-repeat center center / cover;
}
.beverage .contant .imgbox {
  width: calc(50% + 158px);
  margin-left: -158px;
  border: 5px solid #fff;
  position: relative;
}
.beverage .contant .imgbox .img {
  height: 670px;
}
.beverage .contant .imgbox .inbox {
  width: 370px;
  height: 290px;
  background-color: #04477a;
  text-align: center;
  padding: 30px 35px 40px;
  position: absolute;
  right: -100px;
  top: 90px;
  color: #fff;
}
.beverage .contant .imgbox .inbox h3 {
  font-size: 44px;
  text-transform: uppercase;
}
.beverage .contant .imgbox .inbox .more2 {
  display: block;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 34px;
  line-height: 70px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.beverage .contant .imgbox .inbox .more2:hover {
  color: #32b16c;
}
.beverage .contant .right {
  width: calc(50% - 170px);
  padding-top: 90px;
}
.beverage .contant .right .list {
  display: block;
  border: 5px solid #fff;
  line-height: 170px;
  height: 180px;
  text-align: center;
  font-size: 34px;
  color: #fff;
}
.beverage .contant .right .list:nth-child(1) {
  margin-bottom: 140px;
}
.beverage .contant .right .list:hover {
  color: #32b16c;
}
.beverage .contant .ensure {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.beverage .contant .ensure .list {
  color: #fff;
  text-align: center;
}
.beverage .contant .ensure .list i {
  display: block;
  width: 120px;
  height: 140px;
  line-height: 150px;
  font-size: 65px;
  margin-bottom: 20px;
  background: url(../images/ensure.png) no-repeat center center / contain;
}
.beverage .contant .ensure .list span {
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s;
}
.beverage .contant .ensure .list:hover span {
  color: #32b16c;
}
.honor .contant {
  background: url(../images/bj4.jpg) no-repeat center center / cover;
}
.honor .contant .list {
  display: block;
}
.honor .contant .list .imgbox {
  background-color: #fff;
}
.honor .contant .list .imgbox .img {
  padding-top: 148.64%;
}
.honor .contant .list:hover .img {
  transform: scale(1.08);
}
.honor .contant .more {
  margin-top: 50px;
}
.news .contant {
  background: url(../images/bj5.jpg) no-repeat center center / cover;
}
.news .contant .list {
  display: block;
  background-color: #fff;
  padding: 10px 10px 28px;
}
.news .contant .list .imgbox .img {
  padding-top: 69.68%;
}
.news .contant .list .textbox h4 {
  font-size: 20px;
  line-height: 40px;
  color: #575757;
}
.news .contant .list .textbox .text {
  font-size: 14px;
  line-height: 24px;
  color: #9d9d9d;
  margin-bottom: 5px;
  height: 72px;
  overflow: hidden;
}
.news .contant .list .textbox .date {
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
  color: #9d9d9d;
  margin-bottom: 5px;
}
.news .contant .list .textbox .more2 {
  border: 1px solid #eeeeee;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  color: #252525;
}
.news .contant .list:hover .img {
  transform: scale(1.08);
}
.news .contant .list:hover .more2 {
  background-color: #32b16c;
  color: #fff;
  border-color: #32b16c;
}
.partner .contant {
  background: url(../images/bj6.jpg) no-repeat center center / cover;
}
.partner .contant .list {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}
.partner .contant .list .imgbox .img {
  padding-top: 63.11%;
}
.partner .contant .list:hover .img {
  transform: scale(1.08);
}
.partner .contant .search2 {
  border: 2px solid #32b16c;
  border-radius: 50px;
  height: 50px;
  width: 100%;
  margin-top: 55px;
  overflow: hidden;
}
.partner .contant .search2 input {
  width: calc(100% - 168px);
  border: 0;
  background: #fff url(../images/search2.png) no-repeat 15px center / auto;
  height: 100%;
  padding-left: 42px;
  font-size: 16px;
}
.partner .contant .search2 button {
  width: 168px;
  background-color: #32b16c;
  color: #fff;
  font-size: 23px;
  height: 100%;
  border: 0;
}
.ny {
  padding-bottom: 45px;
}
.ny .inny {
  margin: 0 -8px;
}
.ny .inny .list {
  width: calc(25% - 16px);
  margin: 0 8px 16px;
  display: block;
  border: 1px solid #eeeeee;
  background-color: #fff;
  padding: 10px;
}
.ny .inny .list .imgbox .img {
  padding-top: 69.68%;
}
.ny .inny .list .text {
  font-size: 20px;
  line-height: 30px;
  color: #575757;
  padding-top: 10px;
  padding-right: 10px;
}
.ny .inny .list:hover .img {
  transform: scale(1.08);
}
.ny .inny .list:hover .text {
  color: #32b16c;
}
.ny .inhonor {
  margin: 0 -8px;
}
.ny .inhonor .list {
  border: 1px solid #eeeeee;
  display: block;
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}
.ny .inhonor .list .imgbox {
  background-color: #fff;
}
.ny .inhonor .list .imgbox .img {
  padding-top: 148.64%;
}
.ny .inhonor .list:hover .img {
  transform: scale(1.08);
}
.ny .innews .list {
  display: block;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
}
.ny .innews .list .imgbox {
  width: calc(20% - 50px);
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.ny .innews .list .imgbox .img {
  height: 145px;
}
.ny .innews .list .textbox {
  width: calc(80% + 50px);
  padding-left: 35px;
  padding-right: 144px;
}
.ny .innews .list .textbox h5 {
  font-size: 18px;
  line-height: 33px;
  color: #000;
  padding-right: 15px;
}
.ny .innews .list .textbox .date {
  font-size: 12px;
  color: #a8a8a8;
  line-height: 22px;
}
.ny .innews .list .textbox .text {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 4px;
}
.ny .innews .list .textbox .inmore {
  width: 84px;
  line-height: 26px;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  color: #fff;
  background-color: #d4d4d4;
}
.ny .innews .list:hover {
  background: #fff;
  border-color: #000;
}
.ny .innews .list:hover .img {
  transform: scale(1.08);
}
.ny .innews .list:hover .inmore {
  background: #00479d;
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
}
.danye .bt {
  color: #000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}
.danye .data {
  color: #555555;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  border-top: 1px dashed #d8d8d8;
  padding-top: 10px;
  margin-top: -5px;
}
.danye .pic {
  margin: 0 auto 15px auto;
  display: block;
}
.danye .pic img {
  display: block;
  margin: 0 auto;
}
.danye .dt {
  height: 400px;
  position: relative;
  margin: 20px auto;
}
footer {
  background: #01345a;
  padding: 26px 0;
}
footer .logo2 {
  width: calc(50% - 210px);
  min-height: 330px;
  padding-top: 123px;
  border-right: 1px solid #434343;
}
footer .right {
  width: calc(50% + 210px);
  padding-left: 30px;
  padding-top: 5px;
}
footer .right .contact li {
  float: left;
  font-size: 23px;
  line-height: 42px;
  color: #fff;
}
footer .right .contact li i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  line-height: 42px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 38px;
  margin-right: 10px;
}
footer .right .contact li:nth-child(1) {
  font-size: 16px;
}
footer .right .contact li:nth-child(odd) {
  width: calc(50% - 85px);
}
footer .right .contact li:nth-child(even) {
  width: calc(50% + 85px);
  padding-left: 25px;
}
footer .right .nav {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 60px;
}
footer .right .nav a {
  display: inline-block;
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  margin-right: 60px;
  transition: all 0.3s;
}
footer .right .nav a:hover {
  font-weight: 700;
}
footer .right .text {
  color: #fff;
  font-size: 23px;
  line-height: 26px;
}
.hot {
  height: 50px;
  background: #093a7a;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: solid 2px #fff;
  width: 100%;
}
.hot span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.hot h6 {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.hot .row div a {
  display: block;
  color: #fff;
  padding: 7px 0;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 52px;
  z-index: 99;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.dbbox .dbs.ewm-box {
  text-align: center;
}
.dbbox .dbs.ewm-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.fenxiang-box:after {
  content: "";
  position: absolute;
  left: 75%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.ewm-box img {
  max-width: 140px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
  position: relative;
  padding: 6px 0;
  width: 20%;
  height: 44px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
  position: absolute;
  left: 50%;
  top: 6px;
  margin: 0 0 0 -16px;
  float: inherit !important;
  display: block;
}
@media (max-width: 1399px) {
  header nav .ul > li > a {
    padding: 0 19px;
    font-size: 16px;
  }
  footer .logo2 {
    width: calc(50% - 100px);
  }
  footer .logo2 img {
    max-width: 95%;
  }
  footer .right {
    width: calc(50% + 100px);
  }
  footer .right .contact li {
    font-size: 20px;
  }
  footer .right .contact li:nth-child(odd) {
    width: 100%;
  }
  footer .right .contact li:nth-child(even) {
    width: 100%;
    padding-left: 0;
  }
  footer .right .contact li:nth-child(1) {
    font-size: 20px;
  }
  footer .right .nav a {
    margin-right: 30px;
    font-size: 20px;
  }
  footer .right .text {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  header nav .ul > li > a {
    padding: 0 7px;
    font-size: 15px;
    line-height: 100px;
  }
  header .logo {
    height: 100px;
    line-height: 100px;
  }
  .title h2 {
    font-size: 32px;
    margin-bottom: 0px;
  }
  .title span {
    font-size: 26px;
  }
  .more {
    width: 240px;
    font-size: 28px;
  }
  .about .contant h3 {
    font-size: 44px;
  }
  .about .contant .textbox .text {
    line-height: 50px;
    height: 350px;
  }
  .about .contant .imgbox .img {
    height: 340px;
  }
  .about .contant .number .list .num {
    margin-bottom: 5px;
  }
  .about .contant .number .list .num i {
    font-size: 44px;
  }
  .beverage .contant .imgbox {
    width: calc(50% + 50px);
    margin-left: 0;
  }
  .beverage .contant .imgbox .img {
    height: 530px;
  }
  .beverage .contant .imgbox .inbox {
    width: 355px;
    height: 269px;
  }
  .beverage .contant .imgbox .inbox .more2 {
    font-size: 30px;
    margin-top: 10px;
    padding-bottom: 0px;
  }
  .beverage .contant .imgbox .inbox h3 {
    font-size: 40px;
  }
  .beverage .contant .right {
    width: calc(50% - 170px);
    padding-top: 65px;
  }
  .beverage .contant .right .list {
    line-height: 150px;
    height: 160px;
    font-size: 30px;
  }
  .beverage .contant .right .list:nth-child(1) {
    margin-bottom: 90px;
  }
  .casebox .contant .list .text {
    font-size: 18px;
  }
  .special .contant .imgbox .overflow.img2 .img {
    height: 204px;
  }
  .special .contant .imgbox .overflow.img1 .img {
    height: 218px;
  }
  .special .contant .textbox h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .special .contant .textbox .text {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .special .contant .textbox .more1 {
    font-size: 20px;
  }
  .ny .inny .list .text {
    font-size: 18px;
  }
  .ny .innews .list .imgbox {
    width: calc(23% + 50px);
  }
  .ny .innews .list .textbox {
    width: calc(77% - 50px);
    padding-right: 0px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  header .logo {
    height: 80px;
    line-height: 80px;
  }
  header .logo img {
    max-height: 55%;
  }
  .topbottom {
    padding-bottom: 45px;
  }
  .title h2 {
    font-size: 30px;
  }
  .title span {
    font-size: 24px;
  }
  .more {
    width: 210px;
    height: 55px;
    line-height: 50px;
    font-size: 25px;
  }
  .about .contant h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .about .contant .textbox .text {
    font-size: 17px;
    line-height: 40px;
    height: 280px;
  }
  .about .contant .imgbox .img {
    height: 275px;
  }
  .about .contant .number {
    margin-top: 40px;
  }
  .about .contant .number .list .num {
    font-size: 23px;
    margin-bottom: 0;
  }
  .about .contant .number .list .num i {
    font-size: 40px;
  }
  .about .contant .number .list span {
    font-size: 23px;
  }
  .special .contant .textbox {
    padding: 20px 45px 30px 25px;
  }
  .special .contant .textbox h3 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .special .contant .textbox .text {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 40px;
    height: 120px;
  }
  .special .contant .textbox .more1 {
    font-size: 18px;
    width: 146px;
  }
  .special .contant .imgbox {
    top: -55px;
  }
  .special .contant .imgbox .overflow.img1 .img {
    height: 175px;
  }
  .special .contant .imgbox .overflow.img2 .img {
    height: 150px;
  }
  .special .contant.topbottom {
    padding-top: 100px;
  }
  .beverage .contant .imgbox .img {
    height: 430px;
  }
  .beverage .contant .imgbox .inbox {
    top: 40px;
    width: 285px;
    height: 235px;
    padding: 20px;
  }
  .beverage .contant .imgbox .inbox h3 {
    font-size: 35px;
  }
  .beverage .contant .imgbox .inbox .more2 {
    font-size: 25px;
    margin-top: 0;
    padding-bottom: 0px;
  }
  .beverage .contant .right .list:nth-child(1) {
    margin-bottom: 70px;
  }
  .beverage .contant .right {
    padding-top: 100px;
  }
  .beverage .contant .right .list {
    line-height: 80px;
    height: 90px;
    font-size: 26px;
  }
  .beverage .contant .ensure {
    margin-top: 40px;
  }
  .beverage .contant .ensure .list i {
    width: 100px;
    height: 115px;
    line-height: 125px;
    font-size: 60px;
    margin-bottom: 10px;
  }
  .beverage .contant .ensure .list span {
    font-size: 22px;
  }
  .news .contant .list {
    padding: 10px 10px 20px;
  }
  .news .contant .list .textbox h4 {
    font-size: 18px;
  }
  .honor .contant .more {
    margin-top: 40px;
  }
  .partner .contant .search2 button {
    width: 140px;
    font-size: 20px;
  }
  .partner .contant .search2 input {
    width: calc(100% - 140px);
  }
  footer {
    margin-bottom: 51px;
  }
  footer .logo2 {
    border: 0;
  }
  footer .right {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
  }
  footer .right .contact li i {
    margin-bottom: 20px;
  }
  footer .right .nav {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .ny .inny .list {
    width: calc(33.33% - 16px);
  }
  .ny .inhonor .list {
    width: calc(33.33% - 16px);
  }
}
@media (max-width: 767px) {
  .more {
    width: 170px;
    height: 42px;
    line-height: 40px;
    font-size: 22px;
  }
  .title h2 {
    font-size: 28px;
  }
  .title span {
    font-size: 22px;
  }
  .about .contant h3 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 40px;
  }
  .about .contant .textbox {
    padding-right: 10px;
  }
  .about .contant .textbox .text {
    font-size: 16px;
    line-height: 35px;
    height: 210px;
  }
  .about .contant .imgbox .img {
    height: 245px;
  }
  .about .contant .number {
    margin-top: 20px;
  }
  .about .contant .number .list .num {
    font-size: 20px;
    margin-bottom: 0;
  }
  .about .contant .number .list .num i {
    font-size: 32px;
    line-height: 45px;
  }
  .about .contant .number .list span {
    font-size: 20px;
  }
  .casebox .contant .list {
    padding: 8px;
  }
  .casebox .contant .list .text {
    padding-top: 8px;
    font-size: 16px;
  }
  .special .contant .textbox {
    padding: 15px 45px 25px 20px;
  }
  .special .contant .textbox .more1 {
    font-size: 16px;
    width: 146px;
    height: 42px;
    line-height: 42px;
  }
  .special .contant .textbox .text {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 36px;
    height: 108px;
  }
  .special .contant .textbox h3 {
    font-size: 20px;
  }
  .special .contant .imgbox .overflow.img1 .img {
    height: 145px;
  }
  .special .contant .imgbox .overflow.img2 {
    top: 90px;
  }
  .special .contant .imgbox .overflow.img2 .img {
    height: 138px;
  }
  .beverage .contant .imgbox {
    border: 3px solid #fff;
  }
  .beverage .contant .imgbox .img {
    height: 365px;
  }
  .beverage .contant .imgbox .inbox {
    width: 270px;
    height: 200px;
  }
  .beverage .contant .imgbox .inbox h3 {
    font-size: 32px;
  }
  .beverage .contant .imgbox .inbox .more2 {
    font-size: 20px;
    line-height: 55px;
  }
  .beverage .contant .right .list:nth-child(1) {
    margin-bottom: 55px;
  }
  .beverage .contant .right {
    padding-top: 90px;
  }
  .beverage .contant .right .list {
    height: 70px;
    line-height: 60px;
    font-size: 20px;
    border: 3px solid #fff;
  }
  .beverage .contant .ensure .list span {
    font-size: 20px;
  }
  .beverage .contant .ensure .list i {
    width: 80px;
    height: 95px;
    line-height: 105px;
    font-size: 48px;
    margin-bottom: 5px;
  }
  .news .contant .list .textbox h4 {
    font-size: 17px;
  }
  .partner .contant .search2 {
    margin-top: 40px;
  }
  .partner .contant .search2 input {
    width: calc(100% - 120px);
    font-size: 15px;
  }
  .partner .contant .search2 button {
    width: 120px;
    font-size: 18px;
  }
  .danye {
    font-size: 14px;
    line-height: 28px;
  }
  .danye .dt {
    height: 260px;
    margin: 10px auto;
  }
  .danye .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .danye .data {
    margin-top: -6px;
    padding-top: 6px;
  }
  .danye .pic {
    margin-bottom: 10px;
  }
  footer {
    padding: 20px 0;
  }
  footer .right .contact li {
    font-size: 16px;
    line-height: 34px;
  }
  footer .right .contact li:nth-child(1) {
    font-size: 16px;
  }
  footer .right .contact li i {
    font-size: 20px;
    width: 34px;
    height: 34px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  footer .right .nav {
    margin-bottom: 10px;
    margin-top: 0;
  }
  footer .right .nav a {
    margin-right: 20px;
    font-size: 16px;
  }
  footer .right .text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .title h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .title span {
    font-size: 20px;
    line-height: 30px;
  }
  .topbottom {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .more {
    width: 130px;
    font-size: 16px;
  }
  .about .contant h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .about .contant .imgbox {
    width: 100%;
  }
  .about .contant .textbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .about .contant .number {
    flex-wrap: wrap;
  }
  .about .contant .number .list {
    width: 50%;
    margin: 5px 0;
  }
  .about .contant .number .list .num i {
    font-size: 28px;
    line-height: 34px;
  }
  .about .contant .number .list span {
    font-size: 17px;
  }
  .casebox .contant .list {
    padding: 5px;
  }
  .casebox .contant .list .text {
    padding-top: 5px;
  }
  .special .contant .textbox {
    width: 100%;
    padding: 15px;
  }
  .special .contant .imgbox {
    width: 100%;
    top: 0;
    right: 0;
    position: initial;
  }
  .special .contant .imgbox .overflow {
    position: inherit;
    margin-top: 10px;
  }
  .special .contant .imgbox .overflow.img1 {
    width: 100%;
  }
  .special .contant .imgbox .overflow.img1 .img {
    height: auto;
    padding-top: 61.48%;
  }
  .special .contant .imgbox .overflow.img2 {
    width: 100%;
    right: 0;
    top: 0;
  }
  .special .contant .imgbox .overflow.img2 .img {
    height: auto;
    padding-top: 61.48%;
  }
  .special .contant.topbottom {
    padding-top: 25px;
  }
  .beverage .contant .imgbox {
    width: 100%;
    margin-left: 0;
  }
  .beverage .contant .imgbox .img {
    height: auto;
    padding-top: 78.76%;
  }
  .beverage .contant .imgbox .inbox {
    width: 100%;
    top: 100%;
    right: 0;
    position: initial;
    border-top: 3px solid #fff;
  }
  .beverage .contant .right .list:nth-child(1) {
    margin-bottom: 15px;
  }
  .beverage .contant .right {
    width: 100%;
    padding-top: 15px;
  }
  .beverage .contant .ensure {
    flex-wrap: wrap;
  }
  .beverage .contant .ensure .list {
    width: 50%;
    margin-bottom: 10px;
  }
  .beverage .contant .ensure .list i {
    margin: 0 auto 5px;
  }
  .honor .contant .more {
    margin-top: 25px;
  }
  .partner .contant .search2 {
    height: 42px;
  }
  .partner .contant .search2 input {
    width: calc(100% - 80px);
  }
  .partner .contant .search2 button {
    width: 80px;
    font-size: 16px;
  }
  .ny .inny .list {
    width: calc(50% - 16px);
    padding: 8px;
  }
  .ny .inny .list .text {
    font-size: 16px;
    padding-top: 8px;
  }
  .ny .inhonor .list {
    width: calc(50% - 16px);
  }
  .ny .innews .list {
    padding: 0;
    border: 0;
    background: fixed;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .ny .innews .list .imgbox {
    width: 100%;
  }
  .ny .innews .list .imgbox .img {
    height: auto;
    padding-top: 66.36%;
  }
  .ny .innews .list .textbox {
    width: 100%;
    padding-left: 10px;
  }
  .ny .innews .list:hover {
    background: fixed;
    border: 0;
  }
}
@media (max-width: 479px) {
  .ny .inny {
    margin: 0 -5px;
  }
  .ny .inny .list {
    width: calc(50% - 10px);
    padding: 5px;
    margin: 0 5px 10px;
  }
  .ny .inny .list .text {
    padding-top: 5px;
  }
  .ny .inhonor {
    margin: 0 -5px;
  }
  .ny .inhonor .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  footer {
    padding: 10px 0 20px;
  }
  footer .right .contact li {
    font-size: 15px;
    line-height: 27px;
  }
  footer .right .contact li:nth-child(1) {
    font-size: 15px;
  }
  footer .right .contact li i {
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    margin: 10px 0;
  }
  footer .right .nav a {
    margin-right: 10px;
    font-size: 15px;
  }
  footer .right .text {
    font-size: 15px;
    text-align: center;
  }
}
