﻿
/* 清除内外边距 */
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("../image/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":"#c61c22","sub1color":"#333333"},
{"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: 1400px;
  margin: 0 auto;
}
i,
em,
b {
  font-style: normal;
}
/*COMMON_BLK_END*/
/**/
.guide {
  background-image: url('../image/ab_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 36.5rem;
  height: 31.5rem;
  padding-top: 5rem;
  overflow: hidden;
}
.gui_l {
  width: 57.14%;
}
.gui_l h3 {
  font-size: 2.1rem;
  color: #333333;
  height: 6.6rem;
  line-height: 6.6rem;
  background-image: url('../image/ab_tit.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 39.7rem 4rem;
  margin-left: -1.5rem;
  padding: 0 0 0 1.5rem;
  position: relative;
}
.gui_l h3:before {
  content: "";
  width: 65%;
  height: 0.1rem;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
}
.gui_l h3:after {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background: #c61c22;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gui_l h3:hover:after {
  width: 6rem;
}
.gui_l i {
  color: #c61c22;
}
.gui_l p {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5rem;
  height: 6rem;
  padding-top: 2.4rem;
  width: 76.25%;
}
.ibrand-num {
  width: 100%;
  padding: 3rem 0 0;
}
.ibrand-num li {
  font-size: 1.2rem;
  color: #333;
  width: 7.5rem;
  height: 7.5rem;
  float: left;
  position: relative;
  border: #aaa 1px dashed;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
  padding-top: 2.3rem;
  box-sizing: border-box;
  margin-left: 0.5rem;
}
.ibrand-num li:before {
  content: "";
  width: 6.6rem;
  height: 6.6rem;
  background: #c61c22;
  position: absolute;
  top: calc(50% - 3.3rem);
  left: calc(50% - 3.3rem);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}
.ibrand-num li b {
  font-size: 1.9rem;
  font-family: "DINOT";
}
.ibrand-num li span {
  display: block;
  width: 100%;
  line-height: 1.5rem;
  padding-top: 0.3rem;
  font-size: 0.8rem;
  clear: both;
}
.ibrand-num li:hover,
.ibrand-num li.cur {
  border-color: #c61c22;
  color: #fff;
}
.ibrand-num li:hover:before,
.ibrand-num li.cur:before {
  transform: scale(1);
}
.ibrand-num li:first-child {
  margin-left: 0;
}
.gui_r {
  width: 6rem;
  height: 6rem;
  line-height: 0;
  padding: 9rem 6rem 0 0;
  cursor: pointer;
}
.gui_r img {
  width: 6rem;
  height: 6rem;
}
/*产品中心*/
.product {
  padding: 4.7rem 0 4.2rem;
}
.pro_tit {
  font-size: 2.1rem;
  color: #333333;
  text-align: center;
  line-height: 2.2rem;
  height: 4.5rem;
}
.pro_tit a {
  color: #333333;
}
.pro_tit span {
  display: block;
  font-size: 1rem;
  color: #666;
  line-height: 1.2rem;
  padding-top: 0.7rem;
  font-weight: normal;
}
.pro_list01 {
  margin: 2.5rem 0 3rem;
}
.product dl {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
.product dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.product dl dt img {
  display: block;
  width: 100%;
}
.product dl dd {
  position: absolute;
  top: 4.7rem;
  left: 7.3%;
  width: 27%;
}
.product dl dd h3 {
  width: 100%;
  height: 4.2rem;
  position: relative;
  line-height: 1.9rem;
  margin-bottom: 1.5rem;
}
.product dl dd h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product dl dd h3 a {
  font-size: 1.6rem;
  color: #333333;
}
.product dl dd h3 a:hover {
  color: #c61c22;
}
.product dl dd h3 i {
  display: block;
  font-size: 0.7rem;
  line-height: 0.9rem;
  color: #888;
  font-weight: normal;
}
.product dl dd ul li {
  height: 1.8rem;
  line-height: 1.8rem;
  background-image: url('../image/cp_ico01.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.4rem 0.3rem;
}
.product dl dd ul li a {
  font-size: 0.9rem;
  color: #333333;
  padding-left: 1rem;
}
.product dl dd ul li a:hover {
  color: #c61c22;
  font-weight: bold;
}
.product dl dd span {
  width: 61.54%;
  height: 2.5rem;
  margin-top: 5rem;
  display: block;
}
.product dl dd span a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  font-size: 0.8rem;
  color: #333333;
  background: #fff;
  border-radius: 2rem;
}
.product dl dd span a:hover {
  animation: shake 0.8s linear;
  -webkit-animation: shake 0.8s linear;
}
.product dl dd span em {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 0;
  padding-left: 1rem;
}
.product dl dd span em img {
  width: 1.8rem;
  height: 1.8rem;
}
.product .pro_list02 dl {
  width: 48.57%;
  margin-left: 2.85%;
}
.product .pro_list02 dl dd {
  top: 3.7rem;
  width: 35.3%;
}
.product .pro_list02 dl dd span {
  margin-top: 4rem;
  width: 66.66%;
}
.product .pro_list02 dl:first-child {
  margin-left: 0;
}
.product dl:before,
.honor p:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -110%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.product dl:hover:before,
.honor p:hover:before {
  left: 110%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
/*产品优势*/
.cpys_m {
  background-image: url('../image/cpys_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 40rem;
  width: 100%;
  height: 40rem;
  margin-top: 2.3rem;
  overflow: hidden;
}
.cpys_m dl {
  width: 16.66%;
  text-align: center;
  float: left;
  position: relative;
  z-index: 1;
  height: 25rem;
  padding-top: 4rem;
  box-sizing: border-box;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  margin-top: 15rem;
}
.cpys_m dl:before {
  content: "";
  width: 1px;
  height: 40rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -15rem;
  left: 0;
}
.cpys_m dl:after {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(198, 28, 34, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cpys_m dl dt {
  width: 100%;
}
.cpys_m dl dt em {
  width: 2.9rem;
  height: 2.7rem;
  display: block;
  line-height: 0;
  margin: 0 auto 1.7rem;
}
.cpys_m dl dt em img {
  width: 2.9rem;
  height: 2.7rem;
}
.cpys_m dl dt h5 {
  font-size: 1.6rem;
  color: #fff;
  height: 3.5rem;
  line-height: 1.7rem;
}
.cpys_m dl dt i {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.8rem;
  padding-top: 0.8rem;
}
.cpys_m dl dd {
  display: none;
  padding-top: 1.2rem;
  font-size: 0.8rem;
  color: #fff;
  width: 75%;
  margin: 0 auto;
}
.cpys_m dl:nth-child(2n) {
  margin-top: 0;
}
.cpys_m dl:nth-child(2n):before {
  top: 0;
}
.cpys_m dl.cur:after {
  height: 25rem;
}
.cpys_m dl.cur dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5rem;
  height: 6rem;
}
/*应用案例*/
.case {
  padding: 5rem 0;
}
.case_nav {
  margin-top: 2.3rem;
  height: 9.5rem;
  position: relative;
  z-index: 1;
}
.case_nav:before {
  content: "";
  width: 90%;
  height: 1px;
  border-bottom: #e2e2e2 1px dashed;
  position: absolute;
  top: 2.2rem;
  left: 5%;
  z-index: -1;
}
.case_nav ul li {
  width: 14.28%;
  float: left;
}
.case_nav ul li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #333333;
  text-align: center;
  line-height: 1.4rem;
}
.case_nav ul li em {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto 0.6rem;
  position: relative;
  background: #fff;
  border: #eee 0.1rem solid;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1;
}
.case_nav ul li em:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #c61c22;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.5s;
  z-index: -1;
  border-radius: 50%;
}
.case_nav ul li em img {
  width: 4.5rem;
  height: 9rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case_nav ul li.cur em img {
  margin-top: -4.5rem;
}
.case_nav ul li.cur em:before {
  transform: scale(1);
}
.case_m {
  position: relative;
}
.case_m dl {
  background: #f5f5f5;
  position: relative;
}
.case_m dl:before {
  content: "";
  width: 0;
  height: 0.15rem;
  background: #c61c22;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case_m dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.case_m dl dt img {
  display: block;
  width: 100%;
}
.case_m dl dd {
  width: 91%;
  margin: 0 auto;
}
.case_m dl dd a {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case_m dl dd h5 {
  font-size: 1.2rem;
  color: #333;
  width: 88%;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.case_m dl dd em {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 0;
  overflow: hidden;
}
.case_m dl dd em img {
  width: 2.5rem;
  height: 2.5rem;
}
.case_m dl:hover:before {
  width: 100%;
}
.c_prev,
.c_next {
  width: 3rem;
  height: 3rem;
  line-height: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 8rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c_prev:hover,
.c_next:hover {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}
.c_prev {
  left: -5rem;
}
.c_next {
  right: -5rem;
}
.c_prev img,
.c_next img {
  width: 3rem;
  height: 3rem;
}
/*荣誉资质*/
.honor {
  background-image: url('../image/honor_bg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 26.1rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.honor ul {
  width: 60%;
  margin: 2.6rem auto;
  display: flex;
  justify-content: space-between;
}
.honor ul li {
  font-size: 0.9rem;
  color: #c61c22;
  width: 7.3rem;
  height: 4.8rem;
  background-image: url('../image/honor_k.gif');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 7.3rem 4.8rem;
  line-height: 1.4rem;
  text-align: center;
  font-weight: bold;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.honor ul li i {
  display: block;
  padding-top: 0.7rem;
}
.honor ul li:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.honor p {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.honor p img {
  display: block;
  width: 100%;
}
/*新闻*/
.news {
  padding: 5rem 0;
}
.news_nav {
  height: 6rem;
}
.news_nav .news_tit {
  float: left;
  line-height: 2.3rem;
}
.news_nav .news_tit a {
  font-size: 2.1rem;
  color: #333;
}
.news_nav .news_tit i {
  display: block;
  font-size: 0.9rem;
  color: #999;
  font-weight: normal;
  text-transform: uppercase;
}
.news_nav ul {
  float: right;
  height: 2.5rem;
  padding: 1rem 0 0;
  width: 17rem;
}
.news_nav ul li {
  float: left;
  height: 2.5rem;
  width: 8rem;
  padding-right: 0.5rem;
}
.news_nav ul li a,
.news_nav span a {
  display: block;
  width: 100%;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.9rem;
  color: #333;
  border-radius: 5rem;
  box-sizing: border-box;
  background: #f6f6f6;
}
.news_nav ul li:hover a,
.news_nav span:hover a,
.news_nav ul li.on a {
  background: #c61c22;
  color: #fff;
}
.news_nav span {
  display: block;
  float: right;
  height: 2.5rem;
  width: 8rem;
  padding: 1rem 0 0;
}
.news_m {
  width: 100%;
}
.news_m .news_dl {
  display: block;
  width: 32.86%;
  height: 27rem;
  float: left;
  margin-right: 1.8%;
  background: #f6f6f6;
}
.news_m .news_dl dt {
  width: 87%;
  line-height: 0;
  overflow: hidden;
  margin: 2.5rem auto 0;
}
.news_m .news_dl dt img {
  display: block;
  width: 100%;
}
.news_m .news_dl dd {
  padding: 2rem 0 0;
  width: 87%;
  margin: 0 auto;
}
.news_m .news_dl dd h3 {
  font-size: 1.1rem;
  color: #333333;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.news_m .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.5rem;
}
.news_m .news_dl dd span {
  display: block;
  font-size: 1.5rem;
  color: #333;
  line-height: 2rem;
  padding-bottom: 0.5rem;
}
.news_m .news_dl dd:hover h3 {
  color: #c61c22;
}
.news_m ul {
  width: 30%;
  height: 26rem;
  padding-top: 1rem;
  float: right;
  background: #f6f6f6;
}
.news_m ul li {
  width: 86%;
  margin: 0 auto;
}
.news_m ul li a {
  display: block;
  padding: 1.5rem 0 0;
  width: 100%;
  height: 4.5rem;
  border-top: #ddd 1px solid;
}
.news_m ul li h3 {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #333333;
  height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_m ul li span {
  display: block;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.5rem;
  padding-top: 0.3rem;
}
.news_m ul li:first-child a {
  border-top: none;
}
.news_m ul li:hover h3 {
  color: #c61c22;
}
.news_m dl dt img,
.photo ul li img,
.case_m dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.news_m dl dt img:hover,
.photo ul li:hover img,
.case_m dl dt img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/**/
.yinz {
  background-image: url('../image/yinz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 40rem;
  height: 35.5rem;
  padding-top: 4.5rem;
  position: relative;
  overflow: hidden;
}
.yinz:before {
  content: "";
  width: 82%;
  height: 3rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 9%;
}
.yinz ul {
  width: 68.57%;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
}
.yinz ul li {
  width: 12rem;
  height: 12rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  text-align: center;
  padding-top: 3.2rem;
  box-sizing: border-box;
  position: relative;
}
.yinz ul li:before {
  content: "";
  width: 12.6rem;
  height: 12.6rem;
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
  border: #c61c22 1px dashed;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.5s;
}
.yinz ul li b {
  display: block;
  font-size: 1.6rem;
  color: #c61c22;
  line-height: 2rem;
}
.yinz ul li span {
  display: block;
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.6rem;
  width: 80%;
  margin: 0.7rem auto 0;
}
.yinz ul li:hover:before {
  transform: scale(1);
}
.yinz_tit {
  font-size: 2.1rem;
  color: #333333;
  height: 6rem;
  line-height: 2.2rem;
  text-align: center;
}
.yinz_tit span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8rem;
  padding-top: 0.8rem;
}
/*公司相册*/
.photo {
  padding: 0 0 4rem;
}
.photo ul li em {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.photo ul li i {
  display: block;
  font-size: 0.8rem;
  color: #333333;
  line-height: 2rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.5rem;
}
.photo ul li img {
  display: block;
  width: 100%;
}
/*友情链接*/
.f_link {
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  margin: -100px 0 0 60%;
  width: 40%;
  position: relative;
  z-index: 202;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.f_link b {
  display: block;
  float: left;
  width: 15%;
  text-align: right;
  font-weight: normal;
}
.f_link p {
  float: left;
  width: 85%;
}
.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: 1500px) {
  .content {
    width: 1200px;
  }
  .gui_l p {
    font-size: 14px;
  }
  .ibrand-num li span {
    padding-top: 0;
  }
}
/**/
@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);
  }
}
