@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":"#00aab0","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: 1400px;
  margin: 0 auto;
}
i,
em,
b {
  font-style: normal;
}
/*COMMON_BLK_END*/
/**/
.guide {
  background-image: url('../images/yinz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 872px;
  height: 722px;
  padding-top: 150px;
  overflow: hidden;
}
.gui_l {
  width: 43.57%;
}
.gui_l h3 {
  font-size: 48px;
  color: #000;
  height: 170px;
  background-image: url('../images/yinz_line.gif');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 219px 2px;
  line-height: 66px;
}
.gui_l i {
  display: block;
  font-size: 40px;
  color: #1e1e1e;
  font-weight: normal;
}
.gui_l p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 32px;
  height: 160px;
  padding-top: 30px;
}
.gui_l ul {
  padding-top: 35px;
  width: 66%;
}
.gui_l ul li {
  width: 45%;
  height: 50px;
  margin: 0 16px 16px 0;
  float: left;
  position: relative;
}
.gui_l ul li a {
  width: 100%;
  height: 50px;
  background: #00aab0;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: #00aab0 1px solid;
}
.gui_l ul li em {
  width: 12px;
  height: 18px;
  line-height: 0;
  overflow: hidden;
  padding-left: 15px;
}
.gui_l ul li em img {
  width: 12px;
  height: 36px;
  margin-top: -18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gui_l ul li span {
  display: block;
  width: 80px;
  height: 0;
  line-height: 0;
  position: absolute;
  right: -100px;
  top: calc(50% - 35px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.gui_l ul li span img {
  display: block;
  width: 100%;
}
.gui_l ul li:hover a {
  background: #fff;
  color: #000;
}
.gui_l ul li:hover em img {
  margin-top: 0;
}
.gui_l ul li:hover span {
  height: 80px;
  border: #00aab0 1px solid;
}
/*服务中心*/
.fuw {
  height: 45.8rem;
  overflow: hidden;
  background: #000;
}
.fuw_tit {
  font-size: 2.5rem;
  color: #fff;
  width: 73%;
  position: absolute;
  top: 5rem;
  left: calc(50% - 36.5%);
  line-height: 2.5rem;
  z-index: 1;
}
.fuw_tit a {
  color: #fff;
}
.fuw_tit span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  padding-top: 1rem;
}
.fuw_nav {
  width: 100%;
  height: 8.5rem;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.fuw_nav:before {
  content: "";
  width: 100%;
  height: 4.8rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.fuw_nav ul li {
  float: left;
  width: 25%;
  height: 4.8rem;
  line-height: 4.8rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-top: #fff 1px solid;
  box-sizing: border-box;
  text-align: center;
  margin-top: 3.7rem;
}
.fuw_nav ul li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #00aab0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fuw_nav ul li:after {
  content: "";
  width: 1px;
  height: 4.8rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fuw_nav ul li:first-child:after {
  background: none;
}
.fuw_nav ul li a {
  font-size: 1.3rem;
  color: #fff;
  display: block;
  width: 100%;
}
.fuw_nav ul li em {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 0;
  display: block;
  position: absolute;
  top: -6rem;
  left: calc(50% - 2.75rem);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fuw_nav ul li em img {
  width: 5.5rem;
  height: 5.5rem;
}
.fuw_nav ul li.on {
  height: 8.5rem;
  border-top: none;
  line-height: 13.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
}
.fuw_nav ul li.on:before {
  height: 5.8rem;
}
.fuw_nav ul li.on a {
  font-weight: bold;
  font-size: 1.2rem;
}
.fuw_nav ul li.on em {
  top: 0;
}
.fuw_nav ul li.on:hover em img {
  animation: flipInY 1s;
}
.fuw_m dl {
  position: relative;
}
.fuw_m dl dt {
  width: 75%;
  line-height: 0;
  height: 45.8rem;
  float: left;
  position: relative;
}
.fuw_m dl dt i{position: absolute;width:5.5rem;height:5.5rem; background:url(../images/case_video.png) no-repeat 0 0;
background-size: 5.5rem 5.5rem; top: calc(50% - 3.5rem); left: calc(50% - 2.75rem);z-index:1;display:none;}
.fuw_m dl:hover dt i{display:block;}

.fuw_m dl dt img {
  display: block;
  width: 100%;
  height: 100%;
}
.fuw_m dl dd {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 25%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  padding: 6rem 4rem 0 2.5rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.fuw_m dl dd h5 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #fff;
  height: 3.6rem;
  overflow: hidden;
  margin: 1rem 0;
}
.fuw_m dl dd i {
  display: block;
  font-size: 0.8rem;
}
.fuw_m dl dd p {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  line-height: 1.6rem;
  height: 12.8rem;
}
.fuw_m dl dd a {
  color: #fff;
}
.fuw_m dl dd em {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 0;
  display: block;
}
.fuw_m dl dd em img {
  width: 3.5rem;
  height: 3.5rem;
}
.fuw_m dl dd:hover em img {
  animation: flipInY 1s;
}
.fuw_btn {
  display: block;
  width: 5rem;
  height: 1.8rem;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.8rem;
  color: #fff;
  text-align: center;
  border-radius: 5rem;
  margin-top: 4.4rem;
  background: #00aab0;
  overflow: hidden;
}
.fuw_btn span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.fuw_btn span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fuw_btn:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
/*整体方案服务*/
.plan {
  padding: 5rem 0 3.5rem;
}
.plan_tit {
  font-size: 2.5rem;
  color: #000000;
  line-height: 2.6rem;
  height: 5rem;
  text-align: center;
}
.plan_tit a {
  color: #000000;
  display: block;
}
.plan_tit span {
  display: block;
  font-size: 1rem;
  color: #333;
  font-weight: normal;
  padding: 0.8rem 0 0;
  line-height: 1.2rem;
}
.plan_list {
  width: 93.75%;
  margin: 1.6rem auto 0;
}
.plan_list dl {
  width: 31.1%;
  position: relative;
  height: 16rem;
  overflow: hidden;
  margin-bottom: 3rem;
  margin-right: 3.3%;
  float: left;
  border-radius: 1rem;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.plan_list dl dt {
  width: 100%;
  position: relative;
  height: 16rem;
}
.plan_list dl dt:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.plan_list dl dt h5 {
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  height: 5rem;
  position: absolute;
  top: calc(50% - 3rem);
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.plan_list dl dt h5:before {
  content: "";
  width: 8rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 4rem);
  top: 51%;
}
.plan_list dl dt i {
  font-size: 0.7rem;
}
.plan_list dl dt img {
  display: block;
  width: 100%;
  height: 100%;
}
.plan_list dl dd {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 170, 176, 0.9);
  width: 100%;
  height: 13rem;
  padding-top: 3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: scale(0);
  border-radius: 1rem;
}
.plan_list dl dd h5 {
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.plan_list dl dd h5 a {
  font-size: 2rem;
  color: #fff;
  background-image: linear-gradient(to right, #83c12a, #3099e5, #713073);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
}
.plan_list dl.cur {
  box-shadow: 0 10px 10px 10px rgba(0, 170, 176, 0.1);
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.plan_list dl.cur dt h5 {
  display: none;
}
.plan_list dl.cur dd {
  transform: scale(1);
}
.plan_list dl:nth-child(3n) {
  margin-right: 0;
}
.plan_list ul {
  padding-top: 0.6rem;
}
.plan_list ul li {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}
.plan_list ul li a {
  font-size: 1rem;
  color: #ffffff;
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.plan_list ul li a:hover {
  font-weight: bold;
}
/*优势*/
.super {
  background-image: url('../images/ys_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 50.25rem;
  height: 42.25rem;
  padding-top: 8rem;
  overflow: hidden;
}
.super:before {
  content: "";
  width: 1400px;
  height: 37rem;
  background: #fff;
  position: absolute;
  top: 5.25rem;
  left: calc(50% - 700px);
}
.sup_list {
  padding-top: 2.5rem;
}
.sup_list dl {
  width: 25%;
  height: 25rem;
  float: left;
  padding-top: 2.5rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sup_list dl:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
}
.sup_list dl:after {
  content: "";
  width: 100%;
  height: 0;
  background: #f2fbfb;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.sup_list dl dt {
  padding-top: 0.5rem;
  overflow: hidden;
}
.sup_list dl dt em {
  width: 4rem;
  height: 3.4rem;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin: -5rem auto 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sup_list dl dt em img {
  width: 4rem;
  height: 3.4rem;
}
.sup_list dl dt h5 {
  height: 4.5rem;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 4.5rem;
  color: #333;
  background-image: url('../images/ys_line01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 26px 4px;
}
.sup_list dl dd {
  width: 60%;
  margin: 1.2rem auto 0;
}
.sup_list dl dd p {
  font-size: 0.8rem;
  color: rgba(51, 51, 51, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.5rem;
  height: 7.5rem;
}
.sup_list dl dd span {
  margin: 1rem auto 0;
  background-image: url('../images/ys_btn.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 4.4rem 1.25rem;
  display: block;
  width: 4.4rem;
  height: 1.25rem;
  text-align: center;
  line-height: 1.25rem;
  font-size: 0.6rem;
  color: #fff;
}
.sup_list dl.cur {
  border-top: #f3f3f3 1px solid;
}
.sup_list dl.cur:after {
  height: 100%;
}
.sup_list dl.cur dt em {
  margin-top: 0;
}
.sup_list dl.cur dt h5{
    background-image: url('../images/ys_line02.png');
}
.sup_list dl.cur dd span {
  display: none;
}
.sup_bot {
  width: 100%;
  line-height: 0;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sup_bot img {
  display: block;
  width: 100%;
}
/*服务案例*/
.case {
  background-image: url('../images/case_bg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px 904px;
  padding-top: 86px;
  overflow: hidden;
}
.case_nav {
  height: 220px;
}
.case_nav .case_tit {
  color: #000000;
  width: 21.4%;
  float: left;
  position: relative;
}
.case_nav .case_tit:before {
  content: "";
  width: 1px;
  height: 188px;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}
.case_nav .case_tit a {
  font-size: 50px;
  color: #000000;
  display: block;
  line-height: 72px;
  margin-bottom: 25px;
}
.case_nav .case_tit span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}
.case_nav .case_tit b {
  color: #00aab0;
}
.case_nav ul {
  width: 71.42%;
  float: right;
}
.case_nav ul li {
  line-height: 46px;
  width: 14.28%;
  float: left;
}
.case_nav ul li a {
  font-size: 16px;
  color: #000000;
}
.case_nav ul li a:hover {
  color: #00aab0;
  font-weight: bold;
}
.case_m {
  width: 100%;
  position: relative;
  line-height: 0;
  cursor: pointer;
}
.case_m img {
  display: block;
  width: 100%;
}
.case_m em {
  background: rgba(0, 0, 0, 0.5) url('../images/case_video.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5.5rem 5.5rem;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.case_m h5{
    font-size: 24px;
  color: #fff;
  height: 30px;
  width: 100%;
  position: absolute;
  top: calc(50% + 40px);
  left: 0;
  text-align: center;
}
.case_m h5.cur{
    display: none;
}
/*合作客户*/
.hz {
  background-image: url('../images/hz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 232px;
  height: 180px;
  padding-top: 52px;
  overflow: hidden;
}
.hz ul li {
  width: 13.57%;
  float: left;
  line-height: 0;
  margin-left: 0.7%;
}
.hz ul li a{
    display: block;
  width: 100%;
  border: #dadadb 1px solid;
  box-sizing: border-box;
}
.hz ul li img {
  display: block;
  width: 100%;
}
.hz_qie {
  max-height: 110px;
  overflow: hidden;
}
.hz ul li:hover a {
    border: #00aab0 1px solid;
}
/*案例*/
.news {
  padding: 5rem 0;
}
.news_tit {
  height: 10rem;
  padding-top: 1.5rem;
}
.news_tit a {
  font-size: 2.2rem;
  color: #000000;
  display: block;
  line-height: 2.6rem;
}
.news_tit i {
  display: block;
  font-size: 1.6rem;
}
.news_l {
  width: 21.42%;
}
.news_l ul li {
  height: 3.3rem;
  line-height: 3.3rem;
  overflow: hidden;
  position: relative;
}
.news_l ul li a {
  font-size: 1.2rem;
  color: #666;
}
.news_l ul li a:hover,
.news_l ul li.on a {
  color: #00aab0;
  font-weight: bold;
}
.news_r {
  width: 70rem;
  margin-right: -15rem;
}
.news_qie {
  max-height: 640px;
  overflow: hidden;
  height: 32rem;
}
.news_dl {
  display: block;
  float: left;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  width: 18rem;
  height: 25rem;
  padding: 2.3rem 1.5rem 0;
  background: #f2fbfb;
  border-radius: 2rem 0 2rem 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_dl:last-child{margin-right: 0;}
.news_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.news_dl dt img {
  display: block;
  width: 100%;
}
.news_dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.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_dl dd i {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
  padding: 0.6rem 0;
}
.news_dl dd h5 {
  font-size: 0.9rem;
  color: #fff;
  height: 1.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  display: none;
}
.news_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;
}
.news_dl dd em {
  width: 1.7rem;
  height: 0.8rem;
  display: block;
  margin-top: 1rem;
  line-height: 0;
  overflow: hidden;
}
.news_dl dd em img {
  width: 1.7rem;
  height: 1.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_dl.cur {
  height: 28.6rem;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -1.5rem);
  transform: translate(0, -1.5rem);
  background: #00aab0;
}
.news_dl.cur h5 {
  display: block;
}
.news_dl.cur p {
  padding-top: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
.news_dl.cur em img {
  margin-top: -0.8rem;
}
.news_dl.cur i {
  color: #fff;
}
.news_btn {
  padding-top: 5rem;
}
.news_btn a {
  display: block;
  float: left;
  line-height: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.news_btn img {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
}
.news_btn a:hover {
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
/*友情链接*/
.f_link {
  height: 86px;
  line-height: 30px;
  overflow: hidden;
  margin: -86px 0 0 400px;
  width: 690px;
  position: relative;
  z-index: 2;
}
.f_link b {
  display: block;
  float: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  width: 80px;
  text-align: right;
  font-weight: normal;
}
.f_link p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  float: left;
  width: 600px;
}
.f_link p a {
  font-size: 12px;
  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;
  }
  .super:before {
    width: 1200px;
    left: calc(50% - 600px);
  }
  .case {
    height: 742px;
  }
  .case_nav {
    height: 230px;
  }
  .hz {
    height: 150px;
  }
  .hz_qie {
    max-height: 100px;
  }
  .f_link {
    width: 535px;
  }
  .f_link p {
    width: 455px;
  }
}
/**/
@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);
  }
}
