@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[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
}
input {
  background: 0;
  border: 0;
  outline: none;
}
textarea {
  -webkit-appearance: none;
  appearance: 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":"#e41f16","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;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.content {
  width: 83.33%;
  margin: 0 auto;
}
/*COMMON_BLK_END*/
.yinz_pic img,
.product dl dt img,
.pro_list ul li img,
.plan_m dl dt img,
.hz_l ul li img,
.photo_qie ul li img {
  display: block;
  width: 100%;
}
.plan_m dl dt img,
.hz_l ul li img,
.photo_qie ul li img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.plan_m dl dt:hover img,
.hz_l ul li:hover img,
.photo_qie ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*引子*/
.yinz {
  padding: 6.5rem 0 0;
}
.yinz_m {
  padding-bottom: 2rem;
}
.yinz_l {
  width: 22%;
}
.yinz_l h5 {
  width: 100%;
  font-size: 2.4rem;
  color: #000;
  overflow: hidden;
  height: 5rem;
  line-height: 3rem;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 1.8rem;
}
.yinz_l ul li {
  font-size: 0.9rem;
  color: #282828;
  line-height: 1.8rem;
  position: relative;
  padding-left: 1.5rem;
}
.yinz_l ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0;
  height: 0;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.4rem solid #e41f16;
}
.yinz_r {
  width: 62.5%;
}
.yinz_desc {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5rem;
  height: 4.5rem;
}
.digital {
  width: 100%;
  margin: 2.2rem 0 0;
}
.digital ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.digital ul li {
  color: #282828;
  font-size: 0.9rem;
  font-weight: bold;
}
.digital ul li em {
  display: block;
  float: left;
  color: #fff;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  overflow: hidden;
  background-image: url('../images/yinz_k.gif');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1.2rem 1.2rem;
  margin: 0 1rem 0 0.6rem;
}
.digital ul li b,
.digital ul li i {
  display: block;
  float: left;
  font-size: 2rem;
  line-height: 2rem;
}
.digital ul li span {
  display: block;
  line-height: 1.5rem;
  height: 2rem;
  width: 100%;
  border-bottom: 1px solid #d7d9d7;
  clear: both;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.digital ul li.cur {
  color: #e41f16;
}
.yinz_pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
/*产品中心*/
.pro_tit {
  height: 4.5rem;
  text-align: center;
  font-size: 2.4rem;
  color: #000000;
  line-height: 4.5rem;
  overflow: hidden;
  background-image: url('../images/cp_tit.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 41.5rem 2.7rem;
}
.pro_tit a {
  color: #000000;
  display: block;
}
.product {
  padding: 4rem 0 3.5rem;
  width: 96.4%;
  margin: 0 auto;
}
.product .pro_tit {
  margin-bottom: 3rem;
}
.pro_l {
  width: 33%;
  overflow: hidden;
}
.pro_l a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pro_l dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro_l dd {
  color: #f0f1f6;
  overflow: hidden;
  width: 82%;
  position: absolute;
  top: 2.6rem;
  left: 9%;
  z-index: 5;
}
.pro_l dd h3 {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.pro_desc {
  font-size: 0.8rem;
  line-height: 1.8rem;
  padding-top: 1rem;
}
.pro_r {
  width: 66.3%;
  height: 39.5rem;
  overflow-y: auto;
  /* 滚动条整体样式 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 火狐浏览器滚动条样式 */
  scrollbar-width: thin;
  scrollbar-color: #e41f16 #e7e7e7;
}
.pro_r::-webkit-scrollbar {
  width: 5px;
}
.pro_r::-webkit-scrollbar-track {
  background: #ababab;
  border-radius: 4px;
}
.pro_r::-webkit-scrollbar-thumb {
  background: #e41f16;
  border-radius: 4px;
}
.pro_r .pro_dl {
  display: block;
  width: 47.3%;
  background: #f7f9fc;
  float: left;
  position: relative;
  margin-bottom: 1.3rem;
  margin-right: 1.3rem;
  overflow: hidden;
}
.pro_r .pro_dl dt {
  width: 57%;
  float: right;
  line-height: 0;
  overflow: hidden;
}
.pro_r .pro_dl dd {
  width: 38%;
  float: left;
  padding: 3rem 0 0 1.2rem;
}
.pro_r .pro_dl dd h3 {
  font-size: 1.5rem;
  color: #000;
  line-height: 2.2rem;
  height: 2.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro_r .pro_dl dd p {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.4rem;
  height: 5.6rem;
  padding-top: 0.5rem;
}
.pro_r .pro_dl dd em {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 0;
  margin-top: 1rem;
  overflow: hidden;
}
.pro_r .pro_dl dd em img {
  width: 3rem;
  height: 6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_r .pro_dl:hover dd em img {
  margin-top: -3rem;
}
.pro_l a:after,
.pro_dl:after {
  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.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_l a:hover:after,
.pro_dl:hover:after {
  left: 110%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
/*产品中心02*/
.pro02 {
  padding: 0 0 5.5rem;
}
.pro02 .pro_list {
  padding-right: 0.2rem;
}
.pro02_tit {
  width: 100%;
  height: 5rem;
}
.pro02_tit h2 {
  width: 25%;
  float: left;
  line-height: 2.6rem;
  height: 2.6rem;
  overflow: hidden;
}
.pro02_tit h2 a {
  font-size: 2rem;
  color: #000000;
  display: block;
}
.pro02_tit ul {
  width: 38%;
  float: right;
  display: flex;
  justify-content: space-between;
}
.pro02_tit ul li {
  position: relative;
  height: 2.8rem;
}
.pro02_tit ul li:before {
  content: '';
  width: 0;
  height: 0.1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #e41f16;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro02_tit ul li a {
  font-size: 1.2rem;
  color: #282828;
  display: block;
  line-height: 2.5rem;
}
.pro02_tit ul li.on:before {
  width: 2.4rem;
  left: calc(50% - 1.2rem);
}
.pro_list ul{
    width: 100%;
    display: flex;justify-content: space-between;
}
.pro_list ul li {
    width: 23.75%;
  border: 1px solid #e3e3e3;
  line-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.pro_list ul li em{
    display: block;
  width: 80%;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
}
.pro_list ul li span {
  display: block;
  width: 100%;
  /*height: 6.2rem;*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
  text-align: center;
  padding: 1rem 0 2rem;
  color: #282828;
  background: #fff;
}
.pro_list ul li b {
  display: block;
  width: 90%;
  margin: 0 auto 0.8rem;
  font-size: 0.9rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5rem;
}
.pro_list ul li i {
  display: block;
  width: 6rem;
  margin: 0 auto;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.7rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.pro_list ul li:hover {
  background: #f7fafc;
  border-color: #f7fafc;
}
.pro_list ul li:hover span {
  background: #e41f16;
  color: #fff;
}
.pro_list ul li:hover span i {
  border-color: rgba(255, 255, 255, 0.3);
}
.cp_btn {
  width: 3.4rem;
  height: 3.4rem;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 17rem;
}
.cp_btn img {
  width: 3.4rem;
  height: 3.4rem;
}
.cp_btn:hover {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}
.cp_btn.cp_lico {
  left: -4.5rem;
}
.cp_btn.cp_rico {
  right: -4.5rem;
}
/*解决方案*/
.plan {
  padding: 2.5rem 0 4rem;
  background: #f7f9fc;
}
.plan .pro_tit {
  background-image: url("../images/plan_tit.png");
}
.plan_nav {
  width: 100%;
  height: 8.5rem;
  background: #fff;
}
.plan_nav ul li {
  width: 10%;
  float: left;
  height: 8.5rem;
  position: relative;
  z-index: 5;
  padding-top: 2rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.plan_nav ul li:before {
  content: '';
  width: 1px;
  height: 6rem;
  background: #eaeaea;
  position: absolute;
  top: calc(50% - 3rem);
  right: 0;
  z-index: -2;
}
.plan_nav ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #e41f16;
  position: absolute;
  top: -3%;
  left: 0;
  transition: 0.3s;
  transform: scale(0);
  z-index: -1;
  box-shadow: 0 3px 20px 3px rgba(228, 31, 22, 0.3);
}
.plan_nav ul li:last-child:before {
  display: none;
}
.plan_nav ul li a {
  display: block;
  text-align: center;
}
.plan_nav ul li em {
  display: block;
  width: 2.5rem;
  height: 2rem;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.plan_nav ul li em img {
  width: 2.5rem;
  height: 4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.plan_nav ul li span {
  display: block;
  line-height: 2rem;
  height: 3rem;
  width: 70%;
  margin: 1rem auto 0;
  font-size: 1rem;
  color: #434343;
  position: relative;
}
.plan_nav ul li.on {
  padding-top: 0.3rem;
}
.plan_nav ul li.on:after {
  transform: scale(1.2);
}
.plan_nav ul li.on span {
  font-size: 1.2rem;
  color: #fff;
  width: 85%;
}
.plan_nav ul li.on span:before {
  content: '';
  width: 1.6rem;
  height: 0.15rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.8rem);
}
.plan_nav ul li.on em img {
  margin-top: -2rem;
}
.plan_nav ul li:nth-child(3) span {
  line-height: 1.3rem;
  margin-top: 0.8rem;
}
.plan_nav ul li:nth-child(3).on span {
  line-height: 1.6rem;
  height: 4rem;
}
.plan_m {
  width: 100%;
  margin-top: 2rem;
}
.plan_m dl {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.plan_m dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.plan_btn {
  width: 8rem;
  height: 3.5rem;
  position: absolute;
  top: 31rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.plan_btn p {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
}
.plan_btn img {
  width: 3.5rem;
  height: 3.5rem;
}
.plan_btn p:hover {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}
/*优势*/
.super {
  padding: 2.6rem 0 0;
}
.super .pro_tit {
  background-image: url("../images/ys_tit.png");
}
.ys_btn {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.ys_btn:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.1rem;
  right: 0.3rem;
  border-radius: 50%;
  background: #e41f16;
}
.ys_btn img {
  width: 2.5rem;
  height: 2.5rem;
}
.sup_nav {
  width: 100%;
  height: 39.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sup_nav dl {
  width: 25%;
  height: 39.3rem;
  float: left;
  position: relative;
  z-index: 1;
}
.sup_nav dl:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 0 0 5rem;
  background: rgba(228, 31, 22, 0.8);
}
.sup_nav dl dt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  width: 100%;
  height: 11.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background-image: url('../images/ys_line.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0.3rem 100%;
  padding-top: 5rem;
}
.sup_nav dl dt em.ys_btn {
  margin: 1.5rem auto 0;
}
.sup_nav dl dd {
  width: 78%;
  padding-top: 8rem;
  margin: 0 auto;
  display: none;
}
.sup_nav dl dd em.ys_btn {
  margin-top: 2.5rem;
}
.sup_nav dl dd em.ys_btn:before {
  background: #fff;
}
.sup_nav dl dd h5 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.2rem;
  width: 100%;
}
.sup_nav dl dd .sup_desc {
  font-size: 0.9rem;
  color: #fff;
  padding-top: 1.5rem;
  line-height: 1.9rem;
}
.sup_nav dl dd span {
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}
.sup_nav dl dd span img {
  width: 3.3rem;
  height: 3.3rem;
}
.sup_nav dl.on:before {
  height: 100%;
}
.sup_nav dl.on dt {
  display: none;
}
.sup_nav dl.on dd {
  display: block;
}
.sup_nav dl:first-child dt {
  background: none;
}
.sup_m {
  width: 100%;
  margin-top: 2rem;
}
.sup_video{width: 100%;line-height: 0;}
.sup_m p {
  width: 100%;
  height: 39.5rem;
  line-height: 0;
  overflow: hidden;
}
.sup_m p img {
  display: block;
  width: 100%;
  height: 100%;
}
/*合作客户*/
.hz {
  padding: 4.8rem 0 0;
  width: 100%;
  height: 38.4rem;
  overflow: hidden;
  background: #f8fbf9 url('../images/hz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 43.2rem;
}
.hz_l {
  width: 42%;
}
.hz_l h3 {
  width: 100%;
  position: relative;
  height: 6.5rem;
  line-height: 3rem;
}
.hz_l h3:before {
  content: '';
  width: 3.2rem;
  height: 0.25rem;
  position: absolute;
  top: 4rem;
  left: 0;
  background: #e41f16;
  border-radius: 0.1rem;
}
.hz_l h3 a {
  font-size: 2.4rem;
  color: #000;
}
.hz_l h3 span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding-top: 1.5rem;
}
.hz_l p {
  width: 90%;
  font-size: 0.7rem;
  color: #282828;
  line-height: 1.2rem;
  padding-top: 1rem;
}
.hz_l ul {
  width: 90%;
  margin-top: 1.8rem;
}
.hz_l ul li {
  width: 32.5%;
  float: left;
  overflow: hidden;
  line-height: 0;
  border: #fff 1px solid;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
  margin-right: 1.2%;
}
.hz_l ul li:hover {
  border-color: rgba(228, 31, 22, 0.3);
}
.hz_l ul li:nth-child(3n) {
  margin-right: 0;
}
.hz_r {
  width: 38%;
  padding-top: 5rem;
}
.hz_rm {
  width: 78%;
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 5% 2rem;
  box-sizing: border-box;
  margin-left: 2.8rem;
  color: #000;
}
.hz_rm h5 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 3rem;
  height: 3rem;
  width: 100%;
  border-bottom: #e41f16 1px solid;
  margin-bottom: 0.8rem;
  letter-spacing: 3px;
}
.hz_rm p {
  height: 1.8rem;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}
.hz_rm em {
  width: 1.1rem;
  height: 1.1rem;
  line-height: 0;
  margin-right: 0.5rem;
  overflow: hidden;
}
.hz_rm em img {
  width: 1.1rem;
  height: 1.1rem;
}
.hz_dian {
  display: block;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  background-image: url('../images/hz_dian.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 5rem 5rem;
  position: absolute;
  left: 0;
  top: 15.5rem;
}
.hz_dian:before {
  content: '';
  width: 5rem;
  height: 5rem;
  position: absolute;
  -webkit-box-shadow: inset #ec1811 0 0 40px;
  box-shadow: inset #ec1811 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn2 2s ease-out 0.1s infinite;
}
.hz_dian:after {
  content: '';
  width: 5rem;
  height: 5rem;
  position: absolute;
  -webkit-box-shadow: inset #ec1811 0 0 40px;
  box-shadow: inset #ec1811 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn 2s ease-out 1.1s infinite;
}
/*新闻动态*/
.news {
  padding: 4rem 0 5rem;
}
.news .pro_tit {
  background-image: url("../images/news_tit.png");
  margin-bottom: 2.2rem;
}
.news_m {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news_m dl {
  width: 82%;
  margin: 2rem auto 0;
}
.news_m dl dt {
  width: 100%;
  overflow: hidden;
}
.news_m dl dt h5 {
  font-size: 0.9rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.news_m dl dt a {
  display: block;
  width: 100%;
  height: 12.5rem;
  line-height: 0;
  overflow: hidden;
}
.news_m dl dd {
  width: 100%;
  padding-top: 1rem;
}
.news_m dl dd a {
  display: block;
}
.news_m dl dd b {
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.2rem;
  color: #333;
}
.news_m dl dd em {
  width: 1.1rem;
  height: 1.1rem;
  line-height: 0;
  overflow: hidden;
}
.news_m dl dd em img {
  width: 1.1rem;
  height: 1.1rem;
}
.news_m dl dd p {
  font-size: 0.7rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.2rem;
  height: 3.6rem;
  padding-top: 0.5rem;
}
.news_m .news01 {
  width: 32.2%;
  background: #fff;
  height: 27rem;
  border: 1px solid #d7d7d7;
  position: relative;
}
.news_m .news01 h3 {
  width: 82%;
  position: absolute;
  top: 0;
  left: 9%;
  z-index: 6;
  display: none;
  text-align: center;
}
.news_m .news01 h3:before {
  content: '';
  width: 2rem;
  height: 0.2rem;
  position: absolute;
  top: 8.5rem;
  left: calc(50% - 1rem);
  background: #fff;
}
.news_m .news01 h3 a {
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding-top: 5.5rem;
  height: 21.5rem;
  line-height: 2rem;
}
.news_m .news01 h3 i {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1.2rem;
  padding-top: 2rem;
}
.news_m .news01 h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 2.3rem;
  background: #e41f16;
  border-radius: 3rem;
  font-size: 0.9rem;
  margin: 6rem auto 0;
}
.news_m .news01 h3 b {
  width: 1.1rem;
  height: 1.1rem;
  line-height: 0;
  overflow: hidden;
  margin-left: 1rem;
}
.news_m .news01 h3 b img {
  width: 1.1rem;
  height: 1.1rem;
}
.news_m .news01:hover,
.news_m .news01.cur {
  border-color: #e41f16;
}
.news_m .news01:hover h3,
.news_m .news01.cur h3 {
  display: block;
}
.news_m .news01:hover dl,
.news_m .news01.cur dl {
  width: 100%;
  margin: 0;
}
.news_m .news01:hover dl dt,
.news_m .news01.cur dl dt {
  position: relative;
}
.news_m .news01:hover dl dt:before,
.news_m .news01.cur dl dt:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.news_m .news01:hover dl dt a,
.news_m .news01.cur dl dt a {
  height: 27rem;
}
.news_m .news01:hover dl dt h5,
.news_m .news01.cur dl dt h5 {
  display: none;
}
.news_m .news01:hover dl dd,
.news_m .news01.cur dl dd {
  display: none;
}
.news_m dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news_list {
  margin-top: 3rem;
}
.news_list ul {
  width: 50%;
  float: left;
}
.news_list ul li {
  height: 3rem;
  line-height: 3rem;
  width: 95%;
  background-image: url('../images/news_ico03.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.7rem 1.1rem;
  border-bottom: #c5c5c5 0.05rem solid;
}
.news_list ul li a {
  display: block;
  width: 100%;
  padding: 0 0 0 1.4rem;
  overflow: hidden;
  box-sizing: border-box;
}
.news_list ul li b {
  display: block;
  float: left;
  width: 80%;
  font-size: 0.9rem;
  color: #9c9c9c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.news_list ul li i {
  display: block;
  float: right;
  font-size: 0.8rem;
  color: #bdbdbd;
  width: 16%;
}
.news_list ul li:hover b {
  color: #e41f16;
}
.news_list ul li:last-child {
  border-bottom: none;
}
/*关于我们*/
.about {
  padding: 4.2rem 0 0;
  width: 100%;
  height: 32.9rem;
  overflow: hidden;
  background: #fff url('../images/ab_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 37.1rem;
}
.about .pro_tit {
  background-image: url("../images/ab_tit.png");
}
.about .pro_tit a {
  color: #fff;
}
.ab_desc {
  font-size: 0.8rem;
  color: #f2f2f2;
  line-height: 1.6rem;
  text-align: center;
  padding-top: 1.5rem;
}
.photo {
  padding: 7rem 0 0;
}
.photo ul li {
  width: 19.2%;
  float: left;
  margin-right: 0.5rem;
  line-height: 0;
  overflow: hidden;
  border: 0.1rem solid #fff;
  box-sizing: border-box;
}
.photo ul li:hover {
  border-color: #e41f16;
}
/*友情链接*/
.f_link {
  height: 3rem;
  line-height: 3rem;
  background: #e41f16;
}
.f_link b {
  display: block;
  width: 4.5%;
  float: left;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}
.f_link p {
  float: left;
  width: 95%;
}
.f_link p a {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 10px 0 0;
}
.f_link p a:hover {
  color: rgba(255, 255, 255, 0.9);
}
/**/
html {
  font-size: 12px;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 13.33333px;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 14.22916px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 16.66666px;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 18.75px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 2144px) {
  html {
    font-size: 22.33333px;
  }
}
@media screen and (min-width: 2400px) {
  html {
    font-size: 25px;
  }
}
@media screen and (min-width: 2752px) {
  html {
    font-size: 28.66666px;
  }
}
@media screen and (min-width: 3200px) {
  html {
    font-size: 33.33333px;
  }
}
@media screen and (min-width: 3840px) {
  html {
    font-size: 40px;
  }
}
/**/
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes warn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 8;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
/**/
@-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);
  }
}
