@charset "utf-8";
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: 2 none;
  box-shadow: none;
  outline: none;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 14px/22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #666;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  margin: 0px;
}
/*覆盖bootstrape对标题加的默认外边距*/
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
/* 斜体扶正 */
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
}
/*英文换行*/
a:hover {
  text-decoration: none;
  color: #910800;
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}
/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*字体大小*/
.clear {
  clear: both;
  height: 0;
}
.blk-main .clearlist {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100% ;
  float: none;
}
/*表单弹框*/
.nsw-modal {
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal-dialog {
  position: fixed;
  color: #000000;
  top: 150px;
  width: 400px;
  border-radius: 3px;
  min-height: 155px;
  overflow: hidden;
  z-index: 99998;
  margin-left: -200px;
  left: 50%;
}
.modal-dialog .css-icon {
  background-image: url("../images/modal-icons.png");
}
.modal-dialog .modal-head {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #F6EFEF;
  font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
  width: 15px;
  height: 15px;
  background-position: 1px 0px;
  margin: 8px 5px 0 0;
  float: left;
}
.modal-dialog .modal-head .close {
  float: right;
  width: 15px;
  height: 15px;
  background-position: -14px 0px;
  margin-top: 8px;
}
.modal-dialog .modal-body {
  width: 100%;
  min-height: 125px;
  background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
  width: 140px;
  float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
  width: 64px;
  height: 64px;
  margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
  background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
  background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
  width: 260px;
  float: right;
  padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
  color: #000;
  text-align: center;
  width: 90px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
  line-height: 30px;
}
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#dbb087","sub1color":"#000000"},
{"vicolor":"#00B32D","sub1color":"#59B370"},
{"vicolor":"#FC3BFF","sub1color":"#FF9875"},
{"vicolor":"#914E00","sub1color":"#B8824D"}
]
AVAIBLE_VI*/
.ovh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.content {
  width: 1600px;
  margin: 0 auto;
}
i,
em,
b {
  font-style: normal;
}
/*COMMON_BLK_END*/
/**/
.yinz {
  background-image: url('../images/yinz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 57.2rem;
  width: 100%;
  height: 44.2rem;
  padding-top: 13rem;
}
.yinz .yinz_tit {
  width: 45.25%;
  height: 10rem;
  border-bottom: #b1aaa4 1px solid;
}
.yinz .yinz_tit i {
  display: block;
  font-size: 2.2rem;
  color: #000;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  padding-left: 1.2rem;
  margin-top: 1.2rem;
  font-weight: normal;
}
.yinz .yinz_tit i:before {
  content: "";
  width: 0.4rem;
  height: 2rem;
  background: #dbb087;
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
}
.yinz .yinz_desc {
  width: 45.25%;
}
.yinz .yinz_desc em {
  margin: 2rem 0;
}
.yinz .yinz_desc p {
  font-size: 0.8rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6rem;
  height: 3.2rem;
}
.yinz_tit em,
.yinz_desc em {
  display: block;
  width: 100%;
  line-height: 0;
}
.yinz_tit em img,
.yinz_desc em img {
  display: block;
  width: 100%;
}
.yinzm {
  position: relative;
  margin-top: 5rem;
  height: 8rem;
}
.yinzm ul li {
  width: 24%;
  padding-top: 5px;
}
.yinzm ul li a {
  display: block;
  width: 100%;
  height: 8rem;
  border: #dbb087 1px solid;
  box-sizing: border-box;
  border-radius: 0.5rem;
  padding: 1rem 8% 0;
  background: #fff;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.yinzm ul li a:hover {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.yinzm ul li span {
  display: block;
  font-size: 0.9rem;
  color: #080806;
  line-height: 1.4rem;
  height: 2.8rem;
  width: 100%;
  clear: both;
}
.yinzm ul li em {
  width: 2.9rem;
  height: 2.9rem;
  display: block;
  float: left;
  line-height: 0;
  padding-top: 0.5rem;
}
.yinzm ul li em img {
  width: 2.9rem;
  height: 2.9rem;
}
.yinzm ul li i {
  width: 1.3rem;
  height: 0.8rem;
  display: block;
  float: right;
  line-height: 0;
  padding-top: 1.3rem;
}
.yinzm ul li i img {
  width: 1.3rem;
  height: 0.8rem;
}
.yinzm .c_prev,
.yinzm .c_next {
  width: 1.3rem;
  height: 1.3rem;
  line-height: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: calc(50% - 0.6rem);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.yinzm .c_prev:hover,
.yinzm .c_next:hover {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}
.yinzm .c_prev {
  left: -1.8rem;
}
.yinzm .c_next {
  right: -1.8rem;
}
.yinzm .c_prev img,
.yinzm .c_next img {
  width: 1.3rem;
  height: 1.3rem;
}
/*产品中心*/
.product {
  padding: 3rem 0 0;
  background: #faf3ed;
}
.pro_tit {
  font-size: 3rem;
  color: #000000;
  text-align: center;
  line-height: 3.2rem;
  height: 6rem;
}
.pro_tit a {
  color: #000000;
}
.pro_tit span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: normal;
  padding-top: 1rem;
}
.pro {
  position: relative;
  width: 71.15%;
  margin-top: 1.6rem;
}
.pro .swiper-container {
  overflow: initial;
}
.pro dl {
  position: relative;
  overflow: hidden;
}
.pro dl:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.pro dl:hover:before {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.pro dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro dl dt img {
  display: block;
  width: 100%;
}
.pro dl dd {
  width: 30%;
  position: absolute;
  top: 32rem;
  left: 4rem;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro dl dd h5 {
  font-size: 3rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro dl dd p {
  display: none;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.2rem;
  padding-top: 2rem;
}
.pro dl dd i {
  display: block;
}
.pro dl dd span {
  width: 7rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #fff 1px solid;
  border-radius: 2rem;
  margin-top: 1.5rem;
}
.pro dl dd em {
  width: 2.3rem;
  height: 1rem;
  line-height: 0;
  overflow: hidden;
}
.pro dl dd em img {
  width: 2.3rem;
  height: 2rem;
}
.pro dl.swiper-slide-active dd {
  top: 9.2rem;
  left: 8rem;
}
.pro dl.swiper-slide-active dd p {
  display: block;
}
.pro dl.swiper-slide-active dd span {
  border-color: #dbb087;
  margin-top: 2.6rem;
}
.pro dl.swiper-slide-active dd em img {
  margin-top: -1rem;
}
.cp_next {
  width: 5rem;
  height: 5rem;
  line-height: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: calc(50% - 2.5rem);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cp_next:hover {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}
.cp_next {
  right: -2.5rem;
}
.cp_next img {
  width: 5rem;
  height: 5rem;
}
/**/
.cpys {
  background-image: url('../images/cpys_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 64.7rem;
  width: 100%;
  height: 54.7rem;
  padding-top: 10rem;
}
.cpys_l {
  width: 6.5rem;
  height: 6.5rem;
  margin: 18.7rem 0 0 27.75%;
  cursor: pointer;
}
.cpys_l img {
  width: 6.5rem;
  height: 6.5rem;
}
.cpys_r {
  width: 63%;
}
.cpys_r h5 {
  width: 100%;
  height: 16.5rem;
  border-bottom: rgba(219, 176, 135, 0.5) 2px solid;
  font-size: 3rem;
  color: #000000;
  line-height: 3rem;
  position: relative;
}
.cpys_r h5 i {
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: normal;
  padding-top: 1.3rem;
  background-image: url('../images/cpys_music01.png');
  background-repeat: no-repeat;
  background-position: 20.7rem 1.5rem;
  background-size: 1.6rem 1.6rem;
}
.cpys_r h5 em {
  display: block;
  width: 100%;
  line-height: 0;
  margin-bottom: 1.5rem;
}
.cpys_r h5 em img {
  display: block;
  width: 100%;
}
.cpys_r h5 b {
  display: block;
  width: 21.3rem;
  height: 5.3rem;
  position: absolute;
  top: 8rem;
  right: 0;
}
.cpys_r h5 b img {
  width: 21.3rem;
  height: 5.3rem;
}
.cpys_r ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpys_r ul li {
  width: 25.5%;
  padding-top: 3.5rem;
  height: 9rem;
  text-align: center;
}
.cpys_r ul li em {
  width: 3rem;
  height: 3rem;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto 0.6rem;
  transition: all 0.5s;
}
.cpys_r ul li em img {
  width: 3rem;
  height: 3rem;
}
.cpys_r ul li b {
  display: block;
  font-size: 1.2rem;
  color: #000000;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cpys_r ul li span {
  display: block;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4rem;
  height: 2.8rem;
}
.cpys_r ul li:hover em {
  animation: flipInY 1s;
}
/*案例*/
.case {
  padding: 4.5rem 0 5.4rem;
}
.case_tit {
  height: 6.5rem;
}
.case_tit h5 {
  float: left;
  font-size: 3rem;
  color: #000000;
  line-height: 3rem;
}
.case_tit h5 a {
  color: #000000;
  display: block;
}
.case_tit h5 i {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: normal;
  padding-top: 1.5rem;
}
.case_tit p {
  float: right;
  text-align: right;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.4rem;
}
.case_tit p i {
  display: block;
}
.case_tit p a {
  display: block;
  font-size: 1rem;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 1.2rem;
}
.case_list {
  padding-top: 1.5rem;
  width: 98%;
  margin: 0 auto;
}
.case_list ul li {
  margin-bottom: 0.6rem;
  margin-right: 0.6%;
  width: 49.7%;
  height: 22.5rem;
  float: left;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.case_list ul li:nth-child(1) {
  width: 59.4%;
}
.case_list ul li:nth-child(2) {
  width: 40%;
}
.case_list ul li:nth-child(2n) {
  margin-right: 0;
}
.case_list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.case_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.case_list ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.case_list ul li p {
  width: 80%;
  height: 9rem;
  position: absolute;
  top: 8rem;
  left: calc(50% - 40%);
  z-index: 2;
}
.case_list ul li span {
  display: block;
  width: 100%;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_list ul li i {
  display: block;
  font-size: 1.1rem;
  color: #fff;
  width: 7.8rem;
  text-align: center;
  height: 2.6rem;
  line-height: 2.5rem;
  border: #fff 2px solid;
  border-radius: 3rem;
  margin: 1rem auto 0;
  text-transform: uppercase;
}
.case_list ul li em {
  display: none;
  width: 5.7rem;
  height: 5.7rem;
  line-height: 0;
  margin: 1rem auto 0;
}
.case_list ul li em img {
  width: 5.7rem;
  height: 5.7rem;
}
.case_list ul li:hover a:before,
.case_list ul li.cur a:before {
  transform: scale(0);
}
.case_list ul li:hover i,
.case_list ul li.cur i {
  display: none;
}
.case_list ul li:hover em,
.case_list ul li.cur em {
  display: block;
}
/*优势*/
.super {
  overflow: hidden;
  background: #faf3ed url('../images/ys_bg.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16rem 20rem;
  padding: 4.5rem 0 5.5rem;
}
.sup_nav {
  width: 100%;
  height: 9.5rem;
  margin-top: 2.5rem;
}
.sup_nav dl {
  width: 13%;
  height: 9.5rem;
  float: left;
  padding-top: 1.5rem;
  box-sizing: border-box;
  position: relative;
  -webkit-transition:all .5s;transition:all .5s;
}
.sup_nav dl:before {
  content: "";
  width: 1px;
  height: 5rem;
  background: #ddd;
  position: absolute;
  top: calc(50% - 2.5rem);
  left: 0;
}
.sup_nav dl:first-child:before {
  display: none;
}
.sup_nav dl:nth-child(3) {
  width: 15.5%;
}
.sup_nav dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  color: #333;
  text-align: center;
}
.sup_nav dl dt em {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto 0.5rem;
}
.sup_nav dl dt em img {
  width: 2.8rem;
  height: 2.8rem;
}
.sup_nav dl dd {
  display: none;
}
.sup_nav dl dd h5 {
  font-size: 1.3rem;
  color: #333;
  height: 2.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  position: relative;
}
.sup_nav dl dd h5:before {
  content: "";
  width: 2.6rem;
  height: 0.15rem;
  background: #dbb087;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sup_nav dl dd p {
  font-size: 0.9rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
  padding-top: 0.8rem;
}
.sup_nav dl.on {
  width: 32.5%;
  background: #fff;
  padding-left: 3%;
  padding-right: 3%;
}
.sup_nav dl.on dt {
  display: none;
}
.sup_nav dl.on dd {
  display: block;
}
.sup_pic {
  width: 100%;
  line-height: 0;
  height: 28.6rem;
  margin-top: 2rem;
  border-bottom: #dbb087 0.6rem solid;
  overflow: hidden;
}
.sup_pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.sup_video {
  background-image: url('../images/ys_line.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% 0.7rem;
  width: 67%;
  height: 5rem;
  position: absolute;
  top: 29.5rem;
  left: 16.5%;
}
.sup_video em {
  width: 5rem;
  height: 5rem;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.sup_video em img {
  width: 5rem;
  height: 5rem;
}
.sup_pic img,
.news_dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.sup_pic img:hover,
.news_dl dt img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/**/
.news {
  padding: 4.5rem 0 3rem;
}
.news_tit {
  height: 10rem;
}
.news_tit a {
  font-size: 3rem;
  color: #000000;
  display: block;
  line-height: 3rem;
}
.news_l {
  width: 16.25%;
}
.news_l ul li {
  width: 85%;
  overflow: hidden;
  border-bottom: #939393 1px solid;
}
.news_l ul li a {
  font-size: 1.1rem;
  color: #1d1d1d;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
}
.news_l ul li a:hover,
.news_l ul li.on a {
  color: #dbb087;
  background-image: url('../images/news_ico01.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.9rem 1.9rem;
}
.news_l span {
  display: block;
  height: 4rem;
  line-height: 4rem;
}
.news_l span a {
  font-size: 1.1rem;
  color: #1d1d1d;
  font-weight: bold;
}
.news_r {
  width: 80%;
}
.news_dl {
  display: block;
  float: left;
  width: 31.25%;
  margin-left: 2%;
}
.news_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.news_dl dt img {
  display: block;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}
.news_dl dd {
  padding-top: 1.7rem;
}
.news_dl dd h5 {
  font-size: 1rem;
  color: #333;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_dl dd p {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
  padding-top: 0.6rem;
}
.news_dl dd span {
  width: 100%;
  height: 3.6rem;
  font-size: 0.9rem;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  border-top: #e9e9e9 2px solid;
  margin-top: 1.3rem;
}
.news_dl dd span:before {
  content: "";
  width: 0;
  height: 2px;
  background: #dbb087;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_dl dd em {
  width: 0.8rem;
  height: 0.7rem;
  line-height: 0;
  padding-left: 0.5rem;
  overflow: hidden;
}
.news_dl dd em img {
  width: 0.8rem;
  height: 1.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_dl:hover dd h5,
.news_dl:hover dd span {
  color: #dbb087;
}
.news_dl:hover dd span:before {
  width: 100%;
}
.news_dl:hover dd em img {
  margin-top: -0.7rem;
}
/**/
.ab_video {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.ab_video img {
  display: block;
  width: 100%;
}
.ab_video em {
  background-image: url('../images/ab_video.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 8.6rem 8.6rem;
  display: block;
  width: 8.6rem;
  height: 8.6rem;
  position: absolute;
  top: calc(50% - 4.3rem);
  left: calc(50% - 4.3rem);
  cursor: pointer;
}
.digital {
  padding-top: 2.5rem;
  height: 8.5rem;
}
.ibrand-num {
  display: flex;
  justify-content: space-between;
}
.ibrand-num li {
  color: #000000;
  font-size: 1.6rem;
}
.ibrand-num li b,
.ibrand-num li i {
  font-size: 3.6rem;
  line-height: 3.6rem;
  display: block;
  float: left;
  font-weight: bold;
}
.ibrand-num li em {
  font-size: 3.1rem;
  line-height: 3.6rem;
  font-weight: bold;
  display: block;
  float: left;
}
.ibrand-num li span {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0.6rem 0 0;
  clear: both;
}
.ibrand-num li:hover {
  color: #dbb087;
}
/*友情链接*/
.f_link {
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  margin: -90px 0 0 50%;
  width: 50%;
  position: relative;
  z-index: 2;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
}
.f_link b {
  display: block;
  float: left;
  width: 9%;
  font-weight: normal;
}
.f_link p {
  float: left;
  width: 90%;
}
.f_link p a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px 0 0;
}
.f_link p a:hover {
  color: rgba(255, 255, 255, 0.8);
}
/**/
@media screen and (max-width: 1600px) {
  .content {
    width: 1400px;
  }
}
@media screen and (max-width: 1500px) {
  .content {
    width: 1300px;
  }
}
@media screen and (max-width: 1300px) {
  .content {
    width: 1200px;
  }
}
/**/
@media screen and (min-width: 1263px) {
  html {
    font-size: calc(1263px * 20 / 1903);
  }
}
@media screen and (min-width: 1349px) {
  html {
    font-size: calc(1349px * 20 / 1903);
  }
}
@media screen and (min-width: 1463px) {
  html {
    font-size: calc(1463px * 20 / 1903);
  }
}
@media screen and (min-width: 1543px) {
  html {
    font-size: calc(1543px * 20 / 1903);
  }
}
@media screen and (min-width: 1583px) {
  html {
    font-size: calc(1583px * 20 / 1903);
  }
}
@media screen and (min-width: 1643px) {
  html {
    font-size: calc(1643px * 20 / 1903);
  }
}
@media screen and (min-width: 1663px) {
  html {
    font-size: calc(1663px * 20 / 1903);
  }
}
@media screen and (min-width: 1903px) {
  html {
    font-size: calc(1903px * 20 / 1903);
  }
}
/**/
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
