﻿
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: 2 none;
  box-shadow: none;
  outline: none;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 14px/22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #666;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  margin: 0px;
}
/*覆盖bootstrape对标题加的默认外边距*/
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
/* 斜体扶正 */
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
}
/*英文换行*/
a:hover {
  text-decoration: none;
  color: #910800;
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}
/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*字体大小*/
.clear {
  clear: both;
  height: 0;
}
.blk-main .clearlist {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100% ;
  float: none;
}
/*表单弹框*/
.nsw-modal {
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal-dialog {
  position: fixed;
  color: #000000;
  top: 150px;
  width: 400px;
  border-radius: 3px;
  min-height: 155px;
  overflow: hidden;
  z-index: 99998;
  margin-left: -200px;
  left: 50%;
}
.modal-dialog .css-icon {
  background-image: url("../image/modal-icons.png");
}
.modal-dialog .modal-head {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #F6EFEF;
  font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
  width: 15px;
  height: 15px;
  background-position: 1px 0px;
  margin: 8px 5px 0 0;
  float: left;
}
.modal-dialog .modal-head .close {
  float: right;
  width: 15px;
  height: 15px;
  background-position: -14px 0px;
  margin-top: 8px;
}
.modal-dialog .modal-body {
  width: 100%;
  min-height: 125px;
  background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
  width: 140px;
  float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
  width: 64px;
  height: 64px;
  margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
  background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
  background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
  width: 260px;
  float: right;
  padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
  color: #000;
  text-align: center;
  width: 90px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
  line-height: 30px;
}
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#ed6c00","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*/
/**/
.pro_m dl dt img,
.pro_list ul li img,
.case dl dt img,
.hz ul li img,
.news_l dl dt img,
.yinz dl dt img,
.super dl dt img,
.honor_pic img,
.news_m ul li img {
  display: block;
  width: 100%;
}
.pro_m dl dt img,
.case dl dt img,
.pro_list ul li img,
.super dl dt img,
.news_l dl dt img,
.news_m ul li img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.pro_m dl dt:hover img,
.case dl dt img:hover,
.pro_list ul li:hover img,
.super dl dt:hover img,
.news_l dl dt:hover img,
.news_m ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*产品中心*/
.pro_tit {
  height: 5rem;
  text-align: center;
  font-size: 2.5rem;
  color: #333333;
  line-height: 2.5rem;
  overflow: hidden;
}
.pro_tit a {
  color: #333333;
  display: block;
}
.pro_tit i {
  /* color: #ed6c00; */
}
.pro_tit span {
  display: block;
  font-size: 1rem;
  line-height: 1.1rem;
  padding-top: 0.9rem;
  font-weight: normal;
}
.product {
  padding: 6rem 0 5rem;
}
.pro_nav ul {
  width: 60%;
  margin: 2.5rem auto 0;
  height: 5.3rem;
  display: flex;
  justify-content: space-between;
}
.pro_nav ul li {
  position: relative;
  height: 5.3rem;
}
.pro_nav ul li:before {
  content: "";
  width: 0;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #ed6c00;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_nav ul li a {
  display: block;
  font-size: 1rem;
  color: #666;
  line-height: 1.2rem;
}
.pro_nav ul li em {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  line-height: 0;
  margin: 1rem auto 0.4rem;
  overflow: hidden;
}
.pro_nav ul li em img {
  width: 1.5rem;
  height: 3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_nav ul li.on a {
  color: #ed6c00;
}
.pro_nav ul li.on em img {
  margin-top: -1.5rem;
}
.pro_nav ul li.on:before {
  width: 100%;
}
.pro_m {
  width: 100%;
}
.pro_m dl {
  width: 100%;
  background: #f5f5f5;
  display: inline-block;
}
.pro_m dl dt {
  width: 50%;
  float: left;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border: #eee 1px solid;
box-sizing:border-box;
}
.pro_m dl dd {
  width: 43%;
  float: left;
  padding: 2rem 0 0 5%;
}
.pro_m dl dd h5 {
  line-height: 2.5rem;
  overflow: hidden;
}
.pro_m dl dd h5 a {
  font-size: 1.8rem;
  color: #333;
  display: block;
}
.pro_desc {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5rem;
  height: 6rem;
  padding-top: 1rem;
}
.pro_con {
  font-size: 0.8rem;
  color: #666;
  width: 100%;
  margin-top: 1rem;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 1.3rem 0 1rem;
  line-height: 1.5rem;
}
.pro_con b {
  display: block;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8rem;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.pro_con b:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0.5rem;
  border-left: 0.4rem solid #333;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
}
.pro_con i {
  color: #ed6c00;
  display: block;
  font-weight: bold;
}
.pro_more {
  margin-top: 1.5rem;
  width: 50%;
}
.pro_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.3rem;
  width: 43.5%;
  background: #ed6c00;
  border-radius: 3rem;
  font-size: 0.8rem;
  color: #fff;
  float: left;
  margin-right: 6.5%;
}
.pro_more a:first-child {
  background: #063061;
}
.pro_more em {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0;
  overflow: hidden;
  margin: 0 0.4rem;
}
.pro_more em img {
  width: 0.8rem;
  height: 0.8rem;
}
.pro_more a:hover,
.honor span a:hover {
  animation: shake 0.9s linear;
  -webkit-animation: shake 0.9s linear;
}
.pro_video {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  background-image: url('../image/cp_video.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 5.6rem 5.6rem;
  position: absolute;
  top: calc(50% - 2.8rem);
  left: calc(50% - 2.8rem);
}
.pro_video:before {
  content: '';
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  -webkit-box-shadow: inset #fff 0 0 40px;
  box-shadow: inset #fff 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn2 2s ease-out 0.1s infinite;
}
.pro_video:after {
  content: '';
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  -webkit-box-shadow: inset #fff 0 0 40px;
  box-shadow: inset #fff 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn 2s ease-out 1.1s infinite;
}
.video-pic .video-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
  background: #000;
}
/*案例*/
.case {
  width: 100%;
  padding: 4.5rem 0 2rem;
  background: #f5f5f5;
}
.case .pro_nav ul {
  margin-top: 2rem;
  width: 100%;
}
.case_dl {
  display: block;
  float: left;
  width: 24.25%;
  margin-right: 1%;
  position: relative;
  background: #fff;
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case_dl:after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #ed6c00;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.case_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.case_dl dd {
  width: 85%;
  padding: 1.2rem 0 1.5rem;
  margin: 0 auto;
}
.case_dl dd h5 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_dl dd p {
  font-size: 0.8rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
  padding-top: 0.3rem;
}
.case_dl:nth-child(4n) {
  margin-right: 0;
}
.case_dl.cur {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.case_dl.cur:after {
  width: 100%;
}
/*引子*/
.yinz {
  background-image: url('../image/yinz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 52.3rem;
  width: 100%;
  height: 46.3rem;
  padding-top: 6rem;
  overflow: hidden;
}
.yinz dl {
  width: 100%;
  position: relative;
}
.yinz dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 10rem 10rem 0 0;
}
.yinz dl dt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%);
}
.yinz dl dd {
  width: 92.6%;
  position: absolute;
  bottom: 1.5rem;
  left: 3.7%;
  display: flex;
  justify-content: space-between;
}
.yinz dl dd p {
  display: flex;
  align-items: center;
  width: 45.5%;
}
.yinz dl dd em {
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 0.8rem;
  background: #ed6c00;
  margin-right: 1rem;
}
.yinz dl dd em img {
  width: 4.3rem;
  height: 4.3rem;
}
.yinz dl dd span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2rem;
}
.yinz dl dd b {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #fff;
}
.yinz_l {
  width: 67%;
}
.yinz_l h5 {
  font-size: 2.5rem;
  color: #333333;
  line-height: 3.5rem;
  overflow: hidden;
}
.yinz_l h5 i {
  /* color: #ed6c00; */
}
.yinz_l h6 {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.8rem;
  color: #333333;
  padding-top: 1rem;
}
.yinz_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: 0.3rem;
}
.yinz_l span {
  display: block;
  line-height: 1.5rem;
  width: 5rem;
  padding-top: 0.5rem;
}
.yinz_l span a {
  display: block;
  font-size: 0.8rem;
  color: #ed6c00;
}
.yinz_l span a:hover {
  font-weight: bold;
}
.digital {
  width: 24%;
  height: 13.7rem;
  overflow: hidden;
}
.digital ul li {
  color: #063061;
  font-size: 0.9rem;
  height: 6.7rem;
  line-height: 3rem;
  float: left;
  width: 57%;
}
.digital ul li:nth-child(2n) {
  width: 43%;
}
.digital ul li b {
  font-size: 3.6rem;
  font-style: italic;
}
.digital ul li span {
  display: block;
  width: 100%;
  color: #999;
  line-height: 1.2rem;
  clear: both;
  margin-top: -0.5rem;
}
/**/


.pro_m dl dt{width:47.5% !important;}
.pro02 {
  padding: 4.8rem 0 6.5rem;
}
.pro02 .pro_tit {
  height: 4rem;
  margin-bottom: 1.6rem;
}
.pro02 .pro_tit span {
  padding-top: 0.6rem;
  font-size: 0.7rem;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
}
.pro02 ul li:before {
  content: "";
  width: 1px;
  height: 15.5rem;
  position: absolute;
  left: -1.5rem;
  top: 0;
  background: #e5e5e5;
}
.pro02 ul li em {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro02 ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6rem;
  padding-top: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro02 ul li:hover span {
  color: #ed6c00;
}
.pro02_dot {
  width: 100%;
  height: 2rem;
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro02_dot p {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0;
  margin: 0 1.2rem;
}
.pro02_dot img {
  width: 2rem;
  height: 2rem;
}
.pro02_dot .swiper-pagination {
  position: relative;
}
.pro02_dot .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.pro02_dot .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background: #b2c3d3;
  margin: 0 0.25rem;
  opacity: 1;
}
.pro02_dot .swiper-pagination-bullet-active {
  background: #063061;
}
/*优势*/
.super {
  background-image: url('../image/ys_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 40.8rem;
  width: 100%;
  height: 40.8rem;
  overflow: hidden;
}
.super dl {
  width: 100%;
  position: relative;
  height: 40.8rem;
}
.super dl dt {
  width: 67%;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 4rem;
  right: -6rem;
  border: 0.2rem solid #fff;
  border-radius: 2rem;
}
.super dl dt .sbor{}
.super dl dt .sbor img{
    background: #063061;
    padding: 1%;
    border-radius: 2rem;
    width: 98%;
}
.super dl dt .sbor video{border-radius: 2rem;}
.super dl dd {
  width: 35%;
  float: left;
  padding-top: 6rem;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}
.super dl dd h5 {
  font-size: 2.5rem;
  color: #fff;
  height: 4.3rem;
  line-height: 5rem;
  margin-bottom: 2.3rem;
  overflow: hidden;
}
.super dl dd .sup_desc {
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  padding: 2rem 0 1.5rem;
}
.super dl dd p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5rem;
  padding-top: 0.7rem;
}
.super dl dd span {
  display: flex;
  align-items: center;
  line-height: 1.2rem;
}
.super dl dd em {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.3rem;
  background: #ed6c00;
  margin-right: 1rem;
}
.super dl dd em img {
  width: 3.1rem;
  height: 3.1rem;
}
.super dl dd b {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.5rem;
}
.super dl dd i {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: normal;
  text-transform: uppercase;
}
/*资质荣誉*/
.honor {
  background-image: url('../image/honor_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 45.5rem;
  width: 100%;
  height: 39.3rem;
  padding-top: 6.2rem;
  overflow: hidden;
  position: relative;
}
.honor h3 {
  width: 15rem;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  color: #333333;
  line-height: 3.3rem;
  overflow: hidden;
  background-image: url('../image/honor_tbg.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 15rem 3.3rem;
}
.honor h3 a {
  color: #333333;
  display: block;
}



.honor span {
  width: 8%;
  margin: 1.2rem auto 0;
  display: block;
}
.honor span a {
  width: 100%;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background: #ed6c00;
  font-size: 0.8rem;
  color: #fff;
}
.honor span em {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0;
  overflow: hidden;
  margin-left: 0.5rem;
}
.honor span em img {
  width: 0.8rem;
  height: 0.8rem;
}
.honor_desc {
  width: 68.5%;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.6rem;
  padding-top: 0.8rem;
}
.honor_pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.honor:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  z-index: 2;
}
.honor:hover:before {
  left: 120%;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
/*服务支持*/
.fuw {
  background-image: url('../image/fuw_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 40rem;
  width: 100%;
  height: 32.8rem;
  padding-top: 7.2rem;
  overflow: hidden;
}
.fuw dl {
  width: 25%;
  padding: 2rem 0 2.3rem;
  background: rgba(255, 255, 255, 0.9);
  float: left;
  margin-top: 2.5rem;
  position: relative;
}
.fuw dl:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ccc;
}
.fuw dl dt {
  width: 3.7rem;
  height: 3.7rem;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
  background: #00396d;
  border-radius: 50%;
}
.fuw dl dt img {
  width: 3.7rem;
  height: 7.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fuw dl dd {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.8rem;
}
.fuw dl dd h3 {
  font-size: 1.2rem;
  color: #333;
  line-height: 2rem;
  overflow: hidden;
}
.fuw dl dd p {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4rem;
  height: 2.8rem;
  padding-top: 0.6rem;
}
.fuw dl.no-before:before {
  display: none;
}
.fuw dl.cur {
  background: #ed6c00;
}
.fuw dl.cur dt {
  background: #fff;
}
.fuw dl.cur dt img {
  margin-top: -3.7rem;
}
.fuw dl.cur dd h3,
.fuw dl.cur dd p {
  color: #fff;
}
.fuw_tit {
  height: 7.5rem;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  line-height: 2.5rem;
  overflow: hidden;
}
.fuw_tit a {
  color: #333333;
  display: block;
}
.fuw_tit span {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6rem;
  padding-top: 1rem;
  font-weight: normal;
}
.fuw_tit em {
  display: block;
}
.fuw_tit i {
  /* color: #ed6c00; */
}
/*合作伙伴*/
.hz {
  padding: 6rem 0 2rem;
}
.hz .fuw_tit {
  margin-bottom: 2.5rem;
}
.hz .fuw_tit span {
  color: #333333;
}
.hz ul li {
  width: 100%;
  line-height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.hz ul li a {
  display: block;
  width: 99%;
  border: #e5e5e5 1px solid;
  box-sizing: border-box;
}
.hz ul li:hover a {
  border-color: #ed6c00;
}
/*新闻资讯*/
.news {
  padding: 6rem 0 6.5rem;
}
.news .pro_tit {
  margin-bottom: 2rem;
}
.news_l {
  width: 57.5%;
  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: #00396d;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.news_tit a {
  font-size: 1.3rem;
  color: #00396d;
}
.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: 1.8rem 0 0;
}
.news_dl dt {
  width: 35.5%;
  max-width: 35.5%;
  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: #ed6c00;
}
.news_btn {
  font-size: 0.8rem;
  color: #ed6c00;
  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: #f2f2f2;
  padding: 0 3.3%;
  box-sizing: border-box;
}
.news_nav {
  width: 100%;
}
.news_nav ul {
  width: 51%;
  float: left;
  height: 5.5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.news_nav ul:before {
  content: "";
  width: 1px;
  height: 1.2rem;
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 50%;
  background: #dcdcdc;
}
.news_nav ul li a {
  display: block;
  font-size: 1.3rem;
  color: #666;
  height: 5.5rem;
  line-height: 5.5rem;
}
.news_nav ul li.on a {
  color: #333;
}
.news_nav span {
  display: block;
  float: right;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 0;
  overflow: hidden;
  margin-top: 1.5rem;
}
.news_nav span img {
  width: 2.6rem;
  height: 2.6rem;
}
.news_m {
  width: 100%;
}
.news_m ul li {
  width: 100%;
  border-bottom: #dcdcdc 1px dashed;
}
.news_m ul li a {
  display: block;
}
.news_m ul li em {
  display: none;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.news_m ul li span {
  display: block;
  font-size: 1.1rem;
  color: #333;
  width: 100%;
  line-height: 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_m ul li:hover span {
  color: #ed6c00;
}
.news_m ul li:first-child em {
  display: block;
}
.news_m ul li:last-child {
  border-bottom: none;
}
/*关于我们*/
.about {
  background-image: url('../image/ab_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 37.9rem;
  width: 100%;
  height: 33.7rem;
  padding-top: 4.2rem;
  overflow: hidden;
}
.about h2 {
  width: 50rem;
  height: 9rem;
  line-height: 0;
  margin: 0 auto;
}
.about h2 img {
  width: 50rem;
  height: 9rem;
}
.about h3 {
  width: 38%;
  margin: 0 auto;
  text-align: center;
  line-height: 2rem;
  overflow: hidden;
  position: relative;
}
.about h3:before {
  content: "";
  width: 8rem;
  height: 1px;
  position: absolute;
  top: 1.1rem;
  left: 17%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.about h3:after {
  content: "";
  width: 8rem;
  height: 1px;
  position: absolute;
  top: 1.1rem;
  right: 17%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.about h3 a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
}
.about h3 i {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-weight: normal;
}
/*友情链接*/
.f_link {
  background-image: url('../image/link_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  overflow: hidden;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.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;
  }
}
/**/
@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);
  }
}
