@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","Arial","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",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":"#f08300","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: 83.33%;
  margin: 0 auto;
}
@font-face {
  font-family: 'JSyun';
  src: url('../font/JSyun.ttf') format('truetype');
}
/*COMMON_BLK_END*/
/**/
.about {
  padding: 4rem 0;
}
.about dl img {
  display: block;
  width: 100%;
}
.about dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.about dl dt em {
  display: block;
  background-image: url('../images/yinz_video.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 6rem 6rem;
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: 2.5rem;
  left: 3rem;
  cursor: pointer;
  z-index: 2;
}
.about dl dd {
  width: 100%;
  padding-bottom: 2.2rem;
}
.about dl dd h5 {
  width: 42.5%;
  float: left;
  line-height: 0;
}
.about dl dd .ab_desc {
  width: 45%;
  float: right;
}
.about dl dd span {
  display: block;
  font-size: 1rem;
  color: #000;
  line-height: 2rem;
  height: 3rem;
  position: relative;
}
.about dl dd span:before{content: "";width: 3rem;height: 0.1rem;background: #f08300;position: absolute;bottom: 0;left: 0;}
.about dl dd b{font-size: 1.2rem;color:#f08300;padding-right:0.2rem;}
.about dl dd p {
  font-size: 0.8rem;
  color: #0e0e0e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.4rem;
  height: 5.6rem;
  padding-top: 1.2rem;
}
.ibrand-num {
  width: 100%;
  padding: 4rem 0 0;
  height: 5rem;
  display: flex;
  justify-content: space-between;
}
.ibrand-num li {
  font-size: 1.4rem;
  color: #282828;
  line-height: 2.8rem;
  transition: all 0.5s;
}
.ibrand-num li em {
  display: block;
  float: left;
  line-height: 0;
  width: 4rem;
  height: 4rem;
  margin: 0.3rem 1rem 0 0;
}
.ibrand-num li em img {
  width: 4rem;
  height: 4rem;
}
.ibrand-num li p {
  float: left;
}
.ibrand-num li b,
.ibrand-num li i {
  font-size: 2.5rem;
  line-height: 2.5rem;
  display: block;
  float: left;
}
.ibrand-num li i {
  font-size: 2.2rem;
}
.ibrand-num li span {
  display: block;
  width: 100%;
  line-height: 1.5rem;
  font-size: 1rem;
  clear: both;
}
.ibrand-num li:hover em img {
  animation: flipInY 0.8s;
}
.ibrand-num li:first-child b {
  padding-right: 0.3rem;
}
/*产品定制中心*/
.product {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 46.25rem;
}
.pro_tit {
  padding-top: 5.5rem;
  font-weight: normal;
  height: 12rem;
}
.pro_tit a {
  font-size: 2.5rem;
  color: #000;
  display: block;
  line-height: 2.6rem;
}
.pro_tit i {
  display: block;
  font-family: 'JSyun';
  font-size: 3.2rem;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 3.2rem;
  padding-bottom: 1rem;
}
.pro_tit span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding-top: 0.8rem;
}
.pro_nav {
  width: 100%;
  position: relative;
  height: 6rem;
}
.pro_nav:before {
  content: "";
  width: 2px;
  height: 5rem;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.pro_nav ul li {
  width: 25%;
  height: 6rem;
  float: left;
  position: relative;
}
.pro_nav ul li:before {
  content: "";
  width: 2px;
  height: 5rem;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
}
.pro_nav ul li a {
  font-size: 1.3rem;
  color: #000;
  display: block;
  line-height: 1.5rem;
  text-align: center;
}
.pro_nav ul li em {
  width: 2.7rem;
  height: 2.3rem;
  display: block;
  line-height: 0;
  margin: 0 auto 0.8rem;
  overflow: hidden;
}
.pro_nav ul li em img {
  width: 2.7rem;
  height: 4.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_nav ul li.on a {
  color: #f08300;
}
.pro_nav ul li.on em img {
  margin-top: -2.3rem;
}
.pro_btn {
  margin: 15rem 0 0 50%;
  width: 50%;
  height: 4.2rem;
  position: relative;
}
.pro_btn:before {
  content: "";
  width: 75%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0.8rem;
  right: 10%;
}
.pro_btn p {
  width: 1.6rem;
  height: 1.6rem;
  float: left;
  line-height: 0;
  margin-right: 1.2rem;
  cursor: pointer;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.pro_btn p img {
  width: 1.6rem;
  height: 1.6rem;
}
.pro_btn .pageState {
  display: block;
  float: right;
  font-size: 1.5rem;
  color: #999;
  overflow: hidden;
  font-family: "DINOT";
  line-height: 1.6rem;
  margin-top: -0.3rem;
}
.pro_btn .pageState span {
  font-weight: bold;
  font-size: 2rem;
  color: #f08300;
}
.pro_video {
  width: 28.5%;
  line-height: 0;
  position: absolute;
  top: 21rem;
  left: 0;
  cursor: pointer;
}
.pro_video img {
  display: block;
  width: 100%;
}
.pro_video em {
  display: block;
  background-image: url('../images/cp_videobtn.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 4rem 4rem;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  cursor: pointer;
}
.pro_m {
  width: 100%;
  height: 46.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pro_m p {
  width: 100%;
  height: 46.25rem;
  line-height: 0;
}
.pro_m p img {
  display: block;
  width: 100%;
  height: 100%;
}
.pro01 {
  padding: 4rem 0 6.5rem;
}
.pro01 dl {
  width: 31.875%;
  height: 29rem;
  float: left;
  position: relative;
  margin-left: 2.15%;
  overflow: hidden;
}
.pro01 dl dt {
  width: 100%;
  height: 29rem;
  line-height: 0;
  overflow: hidden;
  border-radius: 0.6rem;
  position: relative;
}
.pro01 dl dt:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.6rem;
}
.pro01 dl dt img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
}
.pro01 dl dd {
  width: 100%;
  position: absolute;
  top: 11.5rem;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro01 dl dd h5 {
  height: 2.5rem;
  line-height: 2.5rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro01 dl dd h5 a {
  font-size: 1.8rem;
  color: #fff;
}
.pro01 dl dd h5 a:hover,
.pro01 dl dd ul li a:hover {
  font-weight: bold;
}
.pro01 dl dd span {
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.7rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2rem;
  padding-top: 1.8rem;
}
.pro01 dl dd i {
  display: block;
}
.pro01 dl dd ul {
  display: none;
  padding-top: 1rem;
}
.pro01 dl dd ul li {
  line-height: 1.8rem;
}
.pro01 dl dd ul li a {
  font-size: 1rem;
  color: #fff;
}
.pro01 dl dd em {
  display: none;
  width: 2.3rem;
  height: 2.3rem;
  margin: 2rem auto 0;
}
.pro01 dl dd em img {
  width: 2.3rem;
  height: 2.3rem;
}
.pro01 dl:first-child {
  margin-left: 0;
}
.pro01 dl.cur dd {
  top: 5rem;
}
.pro01 dl.cur dd ul,
.pro01 dl.cur dd em {
  display: block;
}
.pro01 dl.cur dd span {
  display: none;
}
.pro01 dl: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.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);
  z-index: 1;
}
.pro01 dl:hover:before {
  left: 110%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1800px) {
  .pro_video {top:20rem;}
}
@media screen and (max-width: 1600px) {
  .pro_video {top:21rem;}
}
@media screen and (max-width: 1500px) {
  .pro_video {top:20.5rem;}
}
@media screen and (max-width: 1300px) {
  .pro_video {top:21rem;}
}

/*定制方案*/
.cpys_tit {
  font-size: 2.5rem;
  color: #000000;
  height: 5.5rem;
  line-height: 2.5rem;
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  padding-top: 1.5rem;
}
.cpys_tit a {
  color: #000000;
}
.cpys_tit span {
  display: block;
  font-size: 1.1rem;
  color: #666;
  padding: 1rem 0 0;
  line-height: 1.3rem;
}
.cpys {
  width: 100%;
  height: 39rem;
  padding-top: 2.5rem;
  box-sizing: border-box;
  background-image: url('../images/cpys_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 39rem;
}
.cpys .cpys_tit {
  background-image: url('../images/cpys_tbg.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 30.5rem 3.5rem;
}
.cpys dl {
  width: 13.25%;
  height: 21rem;
  float: left;
  background: rgba(255, 255, 255, 0.5);
  border: #fff 0.15rem solid;
  box-sizing: border-box;
  border-radius: 0.8rem;
  padding: 2.8rem 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 1.25%;
  margin-top: 3rem;
}
.cpys dl dt {
  width: 75%;
  margin: 0 auto;
  color: #000;
}
.cpys dl dt h5 {
  font-size: 1.2rem;
  height: 4rem;
  line-height: 3rem;
  position: relative;
  font-weight: normal;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.cpys dl dt h5:before {
  content: "";
  width: 2rem;
  height: 0.2rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cpys dl dt p {
  font-size: 0.8rem;
  height: 4.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  padding-top: 2rem;
}
.cpys dl dt em {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 0;
  overflow: hidden;
  margin-top: 1.6rem;
}
.cpys dl dt em img {
  width: 1.3rem;
  height: 1.3rem;
}
.cpys dl dd {
  display: none;
  width: 85%;
  margin: 0 auto;
}
.cpys dl dd h5 {
  font-size: 1.9rem;
  color: #f08300;
  height: 4rem;
  line-height: 2rem;
  position: relative;
  font-weight: normal;
  overflow: hidden;
  background-image: url('../images/cpys_ico02.png');
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 2.5rem 2.5rem;
}
.cpys dl dd i {
  font-size: 1rem;
  text-transform: uppercase;
  padding-left: 0.5rem;
}
.cpys dl dd p {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.5rem;
  overflow: hidden;
  padding-top: 2rem;
}
.cpys dl dd span {
  display: block;
  font-size: 0.6rem;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 1rem;
  padding-top: 1rem;
}
.cpys dl.cur {
  background: rgba(255, 255, 255, 0.8);
  width: 42%;
  border-color: rgba(255, 255, 255, 0.1);
}
.cpys dl.cur dt {
  display: none;
}
.cpys dl.cur dd {
  display: block;
}
.cpys dl.no-ma {
  margin-right: 0;
}
/*案例*/
.case {
  padding: 4.5rem 0 8rem;
}
.case .cpys_tit {
  background-image: url('../images/case_tbg.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 22rem 3.5rem;
}
.case_nav {
  padding-top: 2rem;
  height: 4rem;
}
.case_nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.case_nav ul li a {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.case_nav ul li em {
  width: 2.1rem;
  height: 1.9rem;
}
.case_nav ul li em img {
  width: 2.1rem;
  height: 1.9rem;
}
.case_nav ul li span {
  font-size: 1rem;
  color: #666;
  font-weight: bold;
  padding: 0.2rem 0 0 0.5rem;
}
.case_nav ul li i {
  display: block;
  font-size: 0.8rem;
  color: #9b9b9b;
  text-transform: uppercase;
  padding-top: 0.2rem;
}
.case_nav ul li:hover span{font-weight:bold;color: #333;}
.case_nav ul li:hover em img{animation: flipInY 1s;}

.case_list {
  width: 100%;
}
.case_list .case_dl {
  width: 59.4%;
  float: left;
  margin-right: 0.6%;
  margin-bottom: 0.5rem;
  position: relative;
}
.case_list .case_dl dt {
  width: 100%;
  height: 19.25rem;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.case_list .case_dl dt:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.case_list .case_dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.case_list .case_dl dd {
  width: 100%;
  height: 10.75rem;
  position: absolute;
  top: 8.5rem;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case_list .case_dl dd h5 {
  font-size: 1.4rem;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  font-weight: normal;
}
.case_list .case_dl dd i {
  font-size: 0.9rem;
  text-transform: uppercase;
  padding-left: 0.3rem;
}
.case_list .case_dl dd p {
  display: none;
  width: 80%;
  margin: 0 auto;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.2rem;
  padding-top: 0.5rem;
}
.case_list .case_dl dd em {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 0;
  position: absolute;
  bottom: 1.8rem;
  left: 2.2rem;
}
.case_list .case_dl dd em img {
  width: 2.5rem;
  height: 2.5rem;
}
.case_list .case_dl:nth-child(2),
.case_list .case_dl:nth-child(3) {
  width: 40%;
}
.case_list .case_dl:nth-child(2n) {
  margin-right: 0;
}
.case_list .case_dl:hover dd,
.case_list .case_dl.cur dd {
  top: 7rem;
  height: 12.25rem;
}
.case_list .case_dl:hover dd p,
.case_list .case_dl.cur dd p {
  display: block;
}
.case_list .case_dl:hover dd em,
.case_list .case_dl.cur dd em {
  display: none;
}
/*优势*/
.super {
  height: 44.8rem;
  position: relative;
}
.sup-tit {
  font-size: 2.8rem;
  color: #fff;
  height: 13rem;
  line-height: 3rem;
  overflow: hidden;
  position: absolute;
  top: 5rem;
  left: 8.3%;
  z-index: 5;
}
.sup-tit:before {
  content: "";
  width: 3rem;
  height: 0.15rem;
  background: #f08300;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sup-tit i {
  display: block;
  font-family: 'JSyun';
  font-size: 3.2rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  line-height: 3.4rem;
  padding-bottom: 0.5rem;
}
.sup-tit span {
  display: block;
  font-size: 1.2rem;
  padding: 1.2rem 0 0;
  line-height: 1.3rem;
  font-weight: normal;
}
.sup_btn {
  height: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
  bottom: 15rem;
  right: 8.3%;
  z-index: 5;
}
.pageState {
  font-size: 1.5rem;
  color: #999;
  overflow: hidden;
  font-family: "DINOT";
}
.pageState span {
  font-weight: bold;
  font-size: 2rem;
  color: #f08300;
}
.sup_nav {
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  border-top: rgba(255, 255, 255, 0.2) 0.2rem solid;
}
.sup_nav ul li {
  width: 25%;
  float: left;
  text-align: center;
  height: 6.2rem;
  padding-top: 1.8rem;
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8rem;
}
.sup_nav ul li:before {
  content: "";
  width: 0.1rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.sup_nav ul li em {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 0;
  margin: 0 auto 0.7rem;
  overflow: hidden;
}
.sup_nav ul li em img {
  width: 1.8rem;
  height: 3.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sup_nav ul li:first-child:before {
  display: none;
}
.sup_nav ul li.on {
  color: #f08300;
  font-weight: bold;
}
.sup_nav ul li.on em img {
  margin-top: -1.8rem;
}
.sup_m {
  width: 100%;
}
.sup_m dl {
  position: relative;
}
.sup_m dl dt {
  width: 100%;
  line-height: 0;
  height: 44.8rem;
  overflow: hidden;
}
.sup_m dl dt img {
  display: block;
  width: 100%;
  height: 100%;
}
.sup_m dl dd {
  position: absolute;
  top: 21rem;
  left: 8.3%;
  z-index: 5;
}
.sup_m dl dd p {
  font-size: 0.8rem;
  color: #fff;
  line-height: 2rem;
  background-image: url('../images/ys_ico05.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.8rem 0.8rem;
  padding-left: 1.3rem;
}
/*合作客户*/
.hz {
  padding: 6.5rem 0;
}
.hz-tit {
  font-size: 2.5rem;
  color: #000;
  height: 13rem;
  line-height: 2.6rem;
  overflow: hidden;
}
.hz-tit a {
  font-size: 2.5rem;
  color: #000;
}
.hz-tit i {
  display: block;
  font-family: 'JSyun';
  font-size: 3.2rem;
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  line-height: 3.4rem;
  padding-bottom: 0.8rem;
}
.hz-tit span {
  display: block;
  font-size: 1.1rem;
  color: #666;
  padding: 0.8rem 0 0;
  line-height: 1.2rem;
  font-weight: normal;
}
.hz_btn {
  margin: 2rem 0 0;
  width: 100%;
  height: 2.2rem;
  position: relative;
}
.hz_btn:before {
  content: "";
  width: 80%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  right: 3%;
}
.hz_btn p {
  width: 2.2rem;
  height: 2.2rem;
  float: left;
  line-height: 0;
  margin-right: 0.5rem;
  cursor: pointer;
}
.hz_btn p img {
  width: 2.2rem;
  height: 2.2rem;
}
.hz_l {
  width: 48.125%;
}
.hz_l ul {
  width: 100%;
}
.hz_l ul li {
  width: 31.2%;
  float: left;
  line-height: 0;
  border: #d6d6d6 1px solid;
  box-sizing: border-box;
  margin-bottom: 0.7rem;
  margin-right: 2.1%;
}
.hz_l ul li img {
  display: block;
  width: 100%;
}
.hz_r {
  width: 55.375%;
  float: right;
  line-height: 0;
  margin-right: -10%;
  border-radius: 1rem 0 0 1rem;
}
.hz_r img {
  display: block;
  width: 100%;
  border-radius: 1rem 0 0 1rem;
}
/*新闻*/
.news {
  padding: 6.2rem 0 0;
  background-image: url('../images/news_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 51.2rem;
  height: 45rem;
}
.news_nav {
  width: 24%;
}
.news_nav .hz-tit {
  height: 20rem;
}
.news_nav .hz-tit i {
  line-height: 4rem;
  color: rgba(0, 0, 0, 1);
}
.news_nav .hz-tit span{
    line-height: 1.8rem;
}
.news_nav ul li {
  height: 3rem;
  line-height: 3rem;
}
.news_nav ul li a {
  font-size: 1.1rem;
  color: #666;
  font-weight: bold;
}
.news_nav ul li:hover a,
.news_nav ul li.on a {
  color: #f08300;
}
.news_nav .news_more {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 0;
  margin-top: 6.5rem;
}
.news_nav .news_more img {
  width: 3rem;
  height: 3rem;
}
.news_m {
  width: 75%;
}
.news_m .news_dl {
  display: block;
  width: 48.3%;
  height: 12rem;
  float: left;
  background: #fff;
  position: relative;
  margin-right: 3.4%;
  margin-bottom: 1.7rem;
}
.news_m .news_dl dd {
  padding: 2.5rem 0 0;
  width: 85%;
  margin: 0 auto;
}
.news_m .news_dl dd span {
  display: block;
  width: 24%;
  float: left;
  font-size: 0.8rem;
  color: #9c9c9c;
  height: 5rem;
  position: relative;
  line-height: 1.6rem;
}
.news_m .news_dl dd span:before {
  content: "";
  width: 3.6rem;
  height: 0.1rem;
  background: #d4d4d4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_m .news_dl dd span i {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #333;
}
.news_m .news_dl dd .news_desc {
  width: 76%;
  float: left;
}
.news_m .news_dl dd h3 {
  font-size: 0.8rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
}
.news_m .news_dl dd p {
  font-size: 0.7rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3rem;
  height: 3.9rem;
  padding-top: 0.5rem;
}
.news_m .news_dl.cur {
  box-shadow: 0 3px 10px 3px rgba(240, 131, 0, 0.1);
}
.news_m .news_dl.cur dd span {
  color: #f08300;
}
.news_m .news_dl.cur dd span:before {
  background: #f08300;
}
.news_m .news_dl.cur dd span i {
  color: #f08300;
}
.news_m .news_dl:nth-child(2n) {
  margin-right: 0;
}
/*友情链接*/
.f_link {
  height: 2.5rem;
  line-height: 2rem;
  overflow: hidden;
  background: #0d1118;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: -1.2rem;
  position: relative;
  z-index: 2;
}
.link_m {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.f_link b {
  display: block;
  float: left;
}
.f_link b i {
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
}
.f_link p {
  float: left;
}
.f_link p a {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 10px 0 0;
}
.f_link p a:hover {
  color: #ffffff;
}
/**/
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: 1920px) {
  html {
    font-size: 20px;
  }
}
/**/
@-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);
  }
}
