@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":"#90c320","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: 83.33%;
  margin: 0 auto;
}
/*COMMON_BLK_END*/
/**/
.guide {
  padding: 6.5rem 0 0;
  height: 44.5rem;
  background-image: url('../images/yinz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 51rem;
  overflow: hidden;
}
.guide dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.guide dl dd {
  width: 100%;
  height: 13.5rem;
}
.gui_l {
  width: 61.25%;
}
.gui_l h5 {
  width: 100%;
  height: 5rem;
  line-height: 2.5rem;
  font-size: 2.4rem;
  color: #333333;
}
.gui_l h5 span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3rem;
  padding-top: 0.7rem;
}
.gui_l 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: 1rem;
}
.gui_l .gui_ul {
  padding: 1.2rem 0 0;
  width: 100%;
  display: inline-block;
}
.gui_l .gui_ul li {
  width: 24.5%;
  height: 2.6rem;
  margin: 0 0.5rem 0 0;
  float: left;
  position: relative;
}
.gui_l .gui_ul li a {
  width: 100%;
  height: 2.6rem;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00478f;
}
.gui_l .gui_ul li em {
  width: 1.1rem;
  height: 1.1rem;
  line-height: 0;
  overflow: hidden;
  padding-left: 0.8rem;
}
.gui_l .gui_ul li em img {
  width: 1.1rem;
  height: 1.1rem;
}
.gui_l .gui_ul li span {
  display: block;
  width: 5rem;
  height: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 2rem);
  right: -5.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.gui_l .gui_ul li span img {
  display: block;
  width: 100%;
}
.gui_l .gui_ul li:hover a {
  background: #90c320;
}
.gui_l .gui_ul li:hover span {
  height: 5rem;
  border: #90c320 1px solid;
}
.digital {
  width: 28%;
}
.digital li {
  color: #00478f;
  font-size: 0.9rem;
  font-weight: bold;
  width: 66%;
  height: 6.5rem;
  float: left;
}
.digital li b {
  font-size: 3.5rem;
  line-height: 3.5rem;
  height: 3.5rem;
  display: block;
  float: left;
}
.digital li span {
  display: block;
  width: 100%;
  color: #787878;
  font-weight: normal;
  clear: both;
  line-height: 1.2rem;
  overflow: hidden;
}
.digital li:nth-child(2n) {
  width: 33%;
}
.guide dl dt img,
.pro01 dl dt img,
.pro01_list ul li img,
.pro02 dl dt img,
.news_pic img,
.ab_m dl dt img {
  display: block;
  width: 100%;
  height: 100%;
}
/*产品中心01*/
.pro_tit {
  height: 4.6rem;
  text-align: center;
  font-size: 2.4rem;
  color: #333333;
  line-height: 2.5rem;
  overflow: hidden;
}
.pro_tit a {
  color: #333333;
}
.pro_tit span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding-top: 0.5rem;
  font-weight: normal;
}
.pro01 {
  width: 100%;
  padding-top: 6.5rem;
  height: 67.7rem;
  background-image: url('../images/cp_bg01.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 74.2rem;
}
.pro_nav {
  width: 100%;
  height: 5.4rem;
  border-top: #dcdcdc 1px solid;
  /*border-bottom: #dcdcdc 1px solid;*/
  margin: 2.3rem 0 0.5rem;
}
.pro_l {
  width: 18%;
}
.pro_l a {
  width: 100%;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.8rem;
  color: #00478f;
}
.pro_l em {
  width: 3.6rem;
  height: 2.9rem;
  line-height: 0;
  padding-right: 0.5rem;
}
.pro_l em img {
  width: 3.6rem;
  height: 2.9rem;
}
.pro_l span {
  line-height: 1.8rem;
  padding-top: 0.7rem;
}
.pro_l i {
  display: block;
  font-size: 0.6rem;
  color: rgba(0, 71, 143, 0.5);
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
}
.pro_r {
  width: 81.25%;
  height: 5.4rem;
  position: relative;
}
.pro_r:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  top: 50%;
  left: 0;
}
.pro01_nav {
  width: 100%;
  height: 2.7rem;
  line-height: 2.7rem;
  overflow: hidden;
}
.pro01_nav h4 {
  float: left;
  width: 12.3%;
}
.pro01_nav h4 a {
  font-size: 0.9rem;
  color: #333;
}
.pro01_nav ul {
  width: 87.6%;
  float: left;
}
.pro01_nav ul li {
  background-image: url('../images/cp_san01.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.2rem 0.4rem;
  float: left;
}
.pro01_nav ul li a {
  font-size: 0.8rem;
  color: #666;
  padding: 0 1.5rem 0 0.5rem;
}
.pro01_nav ul li a:hover {
  font-weight: bold;
}
.pro01_m {
  position: relative;
  height: 28rem;
}
.pro01_m .pro01_dl {
  display: block;
  width: 100%;
  height: 28rem;
  position: relative;
  overflow: hidden;
}
.pro01_m .pro01_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro01_m .pro01_dl dt h5 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2.5rem;
  color: #fff;
  position: absolute;
  right: 2rem;
  bottom: 3.5rem;
}
.pro01_m .pro01_dl dd {
  width: 40%;
  height: 28rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pro01_m .pro01_dl dd:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
}
.pro01_m .pro01_dl dd p {
  width: 50%;
  float: left;
  height: 11.5rem;
  text-align: center;
  padding-top: 2.5rem;
  position: relative;
}
.pro01_m .pro01_dl dd p:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
}
.pro01_m .pro01_dl dd em {
  display: block;
  width: 3rem;
  height: 3rem;
  background: #90c320;
  border-radius: 50%;
  margin: 0 auto;
}
.pro01_m .pro01_dl dd em img {
  width: 3rem;
  height: 3rem;
}
.pro01_m .pro01_dl dd b {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  line-height: 2rem;
  padding-top: 1rem;
}
.pro01_m .pro01_dl dd span {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2rem;
  height: 2.4rem;
  width: 70%;
  margin: 0 auto;
  padding-top: 0.5rem;
}
.pro01_m .pro01_dl dd p:hover em {
  animation: flipInY 1s;
}
.pro01_btn {
  width: 14%;
  height: 1.6rem;
  position: absolute;
  bottom: 1.6rem;
  right: 2rem;
  z-index: 5;
}
.pro01_btn a {
  display: block;
  line-height: 0;
}
.pro01_btn img {
  width: 5.25rem;
  height: 1.6rem;
}
.pro01_list ul li {
  height: 18.5rem;
  background: #fff;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
}
.pro01_list ul li a {
  display: block;
  width: 100%;
  height: 16.5rem;
}
.pro01_list ul li em {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro01_list ul li span {
  display: block;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.pro01_list ul li:hover {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}
.pro01 .pro01_dl:before,
.pro02 .pro02_dl:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.pro01 .pro01_dl:hover:before,
.pro02 .pro02_dl:hover:before {
  left: 100%;
  -moz-transition: 1.2s;
  -o-transition: 1.2s;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
/*产品中心02*/
.pro02 {
  width: 100%;
  padding-bottom: 7rem;
  background: #eff3f8 url('../images/cp_botbg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 25rem 21rem;
}
.pro02 .pro02_dl {
  display: block;
  float: left;
  width: 48.8%;
  height: 26.1rem;
  position: relative;
  overflow: hidden;
  margin-right: 2.4%;
}
.pro02 .pro02_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro02 .pro02_dl dd {
  width: 38.4%;
  position: absolute;
  top: 2.5rem;
  left: 3rem;
}
.pro02 .pro02_dl dd h5 {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.2rem;
}
.pro02 .pro02_dl dd .pro02_desc {
  width: 100%;
  padding-top: 1.5rem;
}
.pro02 .pro02_dl dd p {
  width: 100%;
  height: 4rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2rem;
}
.pro02 .pro02_dl dd b {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  position: relative;
  padding-left: 0.6rem;
}
.pro02 .pro02_dl dd b:before {
  content: "";
  width: 0.15rem;
  height: 1rem;
  background: #90c320;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
}
.pro02 .pro02_dl dd span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.66%;
  height: 1.8rem;
  border: #90c320 1px solid;
  border-radius: 2rem;
  font-size: 0.8rem;
  color: #90c320;
  margin-top: 2rem;
}
.pro02 .pro02_dl dd em {
  width: 0.3rem;
  height: 0.6rem;
  line-height: 0;
  padding-right: 0.5rem;
}
.pro02 .pro02_dl dd em img {
  width: 0.3rem;
  height: 0.6rem;
}
.pro02 .pro02_dl.nomar {
  margin-right: 0;
}
.pro02_nav {
  width: 100%;
  height: 6.2rem;
  border-top: #dcdcdc 1px solid;
  overflow: hidden;
}
.pro02_nav .pro_l {
  width: 25%;
}
.pro02_nav .pro_l a {
  height: 6.2rem;
}
.pro02_nav .pro_l em {
  padding-right: 0.8rem;
}
.pro02_nav .pro_l span {
  padding-top: 0.7rem;
}
.pro02_nav ul {
  width: 47.5%;
  float: right;
}
.pro02_nav ul li {
  background-image: url('../images/cp_san01.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.2rem 0.4rem;
  float: left;
  line-height: 6.2rem;
}
.pro02_nav ul li a {
  font-size: 0.8rem;
  color: #666;
  padding: 0 1.5rem 0 0.5rem;
}
.pro02_nav ul li a:hover {
  font-weight: bold;
}
/*优势*/
.super {
  position: relative;
  padding: 6.5rem 0 7.2rem;
}
.sup_nav {
  width: 83.33%;
  height: 17.2rem;
  position: absolute;
  bottom: 0;
  left: 8.3%;
  z-index: 1;
}
.sup_nav dl {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 19.5%;
  float: left;
  height: 17.2rem;
  margin-left: 0.8%;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sup_nav dl:first-child {
  margin-left: 0;
}
.sup_nav dl dt {
  width: 100%;
  height: 17.2rem;
  position: relative;
  padding: 2rem 15% 0;
  box-sizing: border-box;
}
.sup_nav dl dt em {
  display: block;
  font-size: 2.4rem;
  color: #fff;
  background-image: url('../images/ys_k.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 5rem 5rem;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5.6rem;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.sup_nav dl dt h5 {
  font-size: 1.5rem;
  color: #000;
  height: 3.5rem;
  line-height: 1.5rem;
  overflow: hidden;
}
.sup_nav dl dt i {
  display: block;
  font-size: 1rem;
  line-height: 1.1rem;
  padding-bottom: 0.5rem;
}
.sup_nav dl dt p {
  font-size: 0.8rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5rem;
  height: 4.5rem;
  padding-top: 1rem;
}
.sup_nav dl dd {
  display: none;
  width: 100%;
  height: 17.2rem;
  padding: 2rem 8% 0;
  box-sizing: border-box;
  background: #00478f url('../images/ys_k.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 16rem 12.5rem;
}
.sup_nav dl dd h5 {
  font-size: 1.5rem;
  color: #fff;
  height: 3.5rem;
  line-height: 1.5rem;
  overflow: hidden;
}
.sup_nav dl dd i {
  display: block;
  font-size: 1rem;
  line-height: 1.1rem;
  padding-bottom: 0.5rem;
}
.sup_nav dl dd .ys_desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8rem;
  padding-top: 1rem;
}
.sup_nav dl dd b {
  display: block;
  font-size: 4.5rem;
  color: rgba(255, 255, 255, 0.1);
  height: 2.8rem;
  line-height: 4.5rem;
  position: absolute;
  bottom: 0;
  left: 8%;
  overflow: hidden;
}
.sup_nav dl.on {
  width: 39.1%;
}
.sup_nav dl.on dt {
  display: none;
}
.sup_nav dl.on dd {
  display: block;
}
.sup_m {
  min-width: 1200px;
  max-width: 1920px;
  width: 100%;
  margin: 2rem auto 0;
}
.sup_m p {
  width: 100%;
  line-height: 0;
  height: 37rem;
}
.sup_m p img {
  display: block;
  width: 100%;
  height: 100%;
}
/*解决方案*/
.plan {
  padding-top: 6.5rem;
}
.plan-ul {
  height: 37rem;
  overflow: hidden;
  margin-top: 2rem;
}
.plan-ul li {
  float: left;
  width: 9.4%;
  height: 37rem;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.plan-ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.plan-ul li .default {
  width: 100%;
  height: 37rem;
  padding: 16.5rem 0 0;
  box-sizing: border-box;
  background: rgba(5, 69, 133, 0.5);
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.7rem;
}
.plan-ul li .default i {
  display: block;
}
.plan-ul li .hover {
  width: 100%;
  height: 37rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.plan-ul li .hover .pinz-xc {
  width: 93%;
  height: 7.5rem;
  background: #fff;
  position: absolute;
  bottom: 1.5rem;
  left: 3.5%;
  z-index: 3;
  padding: 1rem 15% 0 4%;
  box-sizing: border-box;
}
.plan-ul li .hover .pinz-xc h5 {
  font-size: 1.4rem;
  color: #333;
  line-height: 2rem;
  height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.plan-ul li .hover .pinz-xc p {
  width: 100%;
  font-size: 0.8rem;
  color: rgba(102, 102, 102, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4rem;
  height: 2.8rem;
  padding-top: 0.5rem;
}
.plan-ul li .hover em {
  width: 6rem;
  height: 7.5rem;
  display: block;
  line-height: 0;
  position: absolute;
  bottom: 1.5rem;
  right: 3.5%;
  z-index: 10;
}
.plan-ul li .hover em a{
    display: block;
    width: 100%;
    height: 100%;
    background: #8fc31f url('../images/plan_so.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.8rem 1.8rem;
}
.plan-ul li.cur {
  width: 53%;
}
.plan-ul li.cur .default {
  opacity: 0;
}
.plan-ul li.cur .hover {
  opacity: 1;
}
/*案例*/
.case {
  width: 100%;
  height: 72.1rem;
  padding-top: 6.5rem;
  background-image: url('../images/case_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 78.6rem;
}
.case_nav {
  height: 4.2rem;
  width: 100%;
  border-top: #dcdcdc 1px solid;
  margin-top: 2rem;
}
.case_nav ul {
  display: flex;
  justify-content: space-between;
}
.case_nav ul li a {
  font-size: 0.8rem;
  color: #333;
  display: block;
  height: 4.2rem;
  line-height: 4.2rem;
  position: relative;
}
.case_nav ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #19559b;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case_nav ul li.cur a {
  color: #19559b;
}
.case_nav ul li.cur a:before {
  width: 100%;
}
.case_dl {
  display: block;
  float: left;
  width: 31.7%;
  height: 23.3rem;
  margin-right: 2.4%;
  position: relative;
  background: #fff;
  margin-bottom: 2rem;
}
.case_dl:after {
  content: "";
  width: 0;
  height: 1px;
  background: #90c320;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.case_dl dt {
  width: 100%;
  height: 14.3rem;
  line-height: 0;
  overflow: hidden;
}
.case_dl dd {
  width: 83%;
  padding-top: 1rem;
  margin: 0 auto;
}
.case_dl dd h5 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6rem;
  color: #333333;
  height: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.2rem;
}
.case_dl dd p {
  font-size: 0.8rem;
  color: #999;
  padding-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5rem;
  height: 4.5rem;
}
.case_dl dd span {
  display: block;
  font-size: 0.9rem;
  color: #00478f;
  line-height: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_dl:nth-child(3n) {
  margin-right: 0;
}
.case_dl:hover:after {
  width: 100%;
}
.case_btn {
  width: 24%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0.7rem;
}
.case_btn a {
  width: 47.6%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 3rem;
  background: #19559b;
}
.case_btn em {
  width: 1rem;
  height: 1rem;
  line-height: 0;
  overflow: hidden;
  padding-right: 0.5rem;
}
.case_btn em img {
  width: 1rem;
  height: 1rem;
}
.case_btn a:hover {
  background: #90c320;
}
.case_dl dt img,
.news_dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.case_dl dt img,
.news_dl dt img,
.news_pic img,
.ab_m dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.case_dl dt img:hover,
.news_dl dt img:hover,
.news_pic img:hover,
.ab_m dl dt img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*合作客户*/
.hz {
  width: 100%;
  height: 34.25rem;
  padding-top: 5.5rem;
  background-image: url('../images/hz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 39.75rem;
}
.hz_tit {
  width: 14.2rem;
  height: 4.7rem;
  margin: 0 auto;
  line-height: 0;
}
.hz_tit img {
  width: 14.2rem;
  height: 4.7rem;
}
.hz_desc {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
  padding-top: 1rem;
}
.hz_desc i {
  display: block;
}
.hz_m {
  background: #fff;
  height: 16.9rem;
  width: 100%;
  margin-top: 2.2rem;
  position: relative;
  overflow: hidden;
}
.hz_m:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #90c320;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hz_l {
  width: 25.6%;
  height: 16.7rem;
  background: #00478f;
}
.hz_l span {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.6rem;
  text-align: center;
  height: 5rem;
  overflow: hidden;
  padding-top: 1.7rem;
}
.hz_l i {
  display: block;
  font-size: 1rem;
  line-height: 1.1rem;
  padding-bottom: 0.5rem;
}
.hz_l p {
  width: 39%;
  line-height: 0;
  margin: 0 auto;
}
.hz_r {
  width: 74.4%;
  height: 16.7rem;
  position: relative;
}
.hz_r:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.hz_r ul li {
  width: 20%;
  float: left;
  line-height: 0;
  padding: 0.9rem 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.hz_r ul li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 0;
  right: 0;
}
.hz_r ul li:hover {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.hz_l p img,
.hz_r ul li img {
  display: block;
  width: 100%;
}
/*新闻资讯*/
.news {
  padding: 6.5rem 0 7rem;
}
.news .pro_tit {
  margin-bottom: 2.5rem;
}
.news_l {
  width: 57%;
  height: 36.7rem;
  overflow: hidden;
}
.news_tit {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  font-weight: normal;
  margin-bottom: 1rem;
}
.news_tit:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_tit:after {
  content: "";
  width: 5rem;
  height: 1px;
  background: #19559b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.news_tit a {
  font-size: 1.3rem;
  color: #19559b;
}
.news_tit span {
  display: block;
  float: right;
}
.news_tit span a {
  font-size: 0.7rem;
  color: #999;
  text-transform: uppercase;
}
.news_dl {
  display: block;
  width: 100%;
  height: 9.1rem;
  padding: 2rem 0 0;
}
.news_dl dt {
  width: 36%;
  max-width: 36%;
  height: 9.1rem;
  float: left;
  line-height: 0;
  overflow: hidden;
}
.news_dl dd {
  width: 60%;
  float: right;
  padding-top: 0.5rem;
}
.news_dl dd h5 {
  font-size: 1.1rem;
  color: #333333;
  font-weight: normal;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_dl dd p {
  font-size: 0.8rem;
  color: #999;
  padding-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
}
.news_dl:hover dd h5 {
  color: #90c320;
}
.news_btn {
  font-size: 0.8rem;
  color: #90c320;
  display: flex;
  align-items: center;
  height: 1.5rem;
  padding-top: 0.5rem;
}
.news_btn em {
  width: 0.3rem;
  height: 0.6rem;
  line-height: 0;
  padding-right: 0.5rem;
}
.news_btn em img {
  width: 0.3rem;
  height: 0.6rem;
}
.news_r {
  width: 37.5%;
  height: 36.7rem;
  overflow: hidden;
  background: #eff3f8;
  padding: 0 3.4%;
  box-sizing: border-box;
}
.news_r h3 {
  width: 100%;
}
.news_r h3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5.5rem;
  font-size: 1.3rem;
  color: #333333;
  font-weight: normal;
}
.news_r h3 em {
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  float: right;
  line-height: 0;
  overflow: hidden;
}
.news_r h3 em img {
  width: 2.6rem;
  height: 2.6rem;
}
.news_r .news_pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}
.news_r ul li {
  width: 100%;
  height: 3.8rem;
  border-bottom: #dcdcdc 1px dashed;
}
.news_r ul li a {
  font-size: 1.1rem;
  color: #333;
  display: block;
  width: 100%;
  line-height: 3.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_r ul li a:hover {
  color: #90c320;
}
/*关于*/
.about {
  width: 100%;
  height: 34rem;
  padding-top: 6rem;
  overflow: hidden;
  background-image: url('../images/ab_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 40rem;
}
.about .pro_tit a {
  color: #fff;
}
.ab_desc {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  line-height: 2rem;
}
.ab_desc i {
  display: block;
}
.ab_video {
  width: 6.2rem;
  height: 6.2rem;
  display: block;
  line-height: 0;
  margin: 2rem auto 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  border-radius: 50%;
}
.ab_video img {
  width: 6.2rem;
  height: 6.2rem;
}
.ab_video:hover {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}
.ab_m {
  padding-top: 3.5rem;
}
.ab_m .ab_dl {
  display: block;
  float: left;
  width: 32.3%;
  height: 9rem;
  background: #fff;
  padding: 1.1rem 1% 0;
  box-sizing: border-box;
  margin-left: 1.5%;
}
.ab_m .ab_dl dt {
  width: 46%;
  max-width: 46%;
  height: 6.8rem;
  float: left;
  line-height: 0;
  overflow: hidden;
}
.ab_m .ab_dl dd {
  width: 46.5%;
  float: left;
  padding: 0 0 0 6%;
  color: #333;
}
.ab_m .ab_dl dd h5 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  padding: 0.8rem 0;
}
.ab_m .ab_dl dd i {
  display: block;
  font-size: 0.6rem;
  color: #999;
  font-weight: normal;
}
.ab_m .ab_dl:first-child {
  margin-left: 0;
}
/*友情链接*/
.f_link {
  background: #00478f;
  height: 4rem;
  line-height: 4rem;
  overflow: hidden;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.f_link b {
  display: block;
  float: left;
  font-weight: normal;
}
.f_link p {
  float: left;
}
.f_link p a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0.5rem 0 0;
}
.f_link p a:hover {
  color: rgba(255, 255, 255, 0.8);
}
/**/
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;
  }
}
/**/
@-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);
  }
}
