@charset "utf-8";
/*初始化样式*/
/*@font-face{
     font-family: 'My_font';
     src: url('font/My_font.eot');
     src:url('font/My_font.woff') format('woff'),
         url('font/My_font.ttf') format('truetype'),
         url('font/My_font.svg') format('svg');
}*/
html {
  width: 100%;
  /*height: 100%;*/
  font-size: 100px;
}
body {
  padding: 0;
  /*height: 100%!important;*/
  margin: 0 auto;
  zoom: 1;
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-family: "My_font", "Arial", "微软雅黑", "sans-serif", "宋体";
  color: #333;
  /*设置宽度*/
  width: 100%;
  background-color: #fff;
}
ul,
li,
form,
dl,
dt,
dd,
div {
  padding: 0;
  margin: 0;
}
.ul,
.ul li {
  list-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
b,
strong {
  font-weight: bold;
}
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #414446;
  font-family: "My_font", "Arial", "微软雅黑", "sans-serif", "宋体";
}
input:focus {
  outline: none;
}
body.hide {
  overflow: hidden;
}
/*强制去除表单自带的样式*/
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}
/*强制去除textarea自带的样式*/
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
figure,
figcaption {
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*百度分享弹框*/
.bd_weixin_popup {
  box-sizing: content-box;
}
img {
  border: none;
  border: 0;
  vertical-align: top;
  max-width: 100%;
}
span {
  outline: none;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a:link,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
  color: #e62129;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}
.animate5s {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.animate3s {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.x-half {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.y-half {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xy-half {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.bg0 {
  background-color: #ffffff;
}
.bg1 {
  background-color: #f8f8f8;
}
.bg2 {
  background-color: #f6f6f6;
}
.bg3 {
  background-color: #f9f9f9;
}
.colr_main {
  color: #2167d2;
}
.colr_main2 {
  color: #e22646;
}
.colr0 {
  color: #fff;
}
.colr1 {
  color: #000;
}
.colr2 {
  color: #333;
}
.colr3 {
  color: #666;
}
.colr4 {
  color: #999;
}
.o-hide {
  overflow: hidden;
}
.imgBox {
  overflow: hidden;
}
.imgBox img {
  display: block;
  transform: scale(1);
}
.imgh:hover img {
  transform: scale(1.08);
}
.pad70 {
  padding-bottom: 5.833%;
}
.pad40 {
  padding-bottom: 3.333%;
}
.vmd {
  display: inline-block;
  vertical-align: middle;
}
/*清楚浮动*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
}
.input_color1::-webkit-input-placeholder {
  color: #999;
}
.input_color1:-moz-placeholder {
  color: #999;
}
.input_color1:-ms-input-placeholder {
  color: #999;
}
.input_color2::-webkit-input-placeholder {
  color: #a1a1a1;
}
.input_color2:-moz-placeholder {
  color: #a1a1a1;
}
.input_color2:-ms-input-placeholder {
  color: #a1a1a1;
}
/*初始化样式*/
.f_l {
  float: left;
  display: inline-block;
}
.f_r {
  float: right;
  display: inline-block;
}
.container {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.em {
  font-style: normal;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 3px;
  background-color: #dddddd;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #dddddd;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #4293f4;
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  background-color: #4293f4;
}
/**动画**/
*[data-animation] {
  opacity: 0;
}
.animated {
  opacity: 1;
}
/**导航**/
#header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: transparent;
}
#header .HBox {
  position: relative;
  padding: 23px 0;
}
#header .HBox .logo img {
  display: block;
  height: 53px;
}
#header .HBox .Menu {
  display: inline-block;
  vertical-align: middle;
  line-height: 53px;
}
#header .HBox .Menu .ul {
  font-size: 0;
}
#header .HBox .Menu .ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  color: #5e5e5e;
}
#header .HBox .Menu .ul li a {
  color: #fff;
}
#header .HBox .Menu .ul li > a {
  display: block;
  padding: 0 43px;
}
#header .HBox .Menu .ul li > .dl {
  display: none;
  padding-top: 23px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
}
#header .HBox .Menu .ul li > .dl a {
  display: block;
  padding: 17px 10px;
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  background: #152e4e;
  background:rgba(21,46,78,.9);
}
#header .HBox .Menu .ul li > .dl a:hover {
  color: #e62129;
}
#header .HBox .Menu .ul li > .dl .dl {
  padding: 8px 0;
  background: #233041;
  background:rgba(35,48,65,.9);
}
#header .HBox .Menu .ul li > .dl .dl a {
  padding: 12px 10px;
  font-size: 14px;
  background: #233041;
  background:transparent;
}
#header .HBox .Menu .ul li.on > a,
#header .HBox .Menu .ul li > a:hover {
  color: #e62129;
}
#header .HBox .FormBox {
  position: absolute;
  left: 0;
  top: 13px;
  z-index: -1;
  width: 100%;
  padding: 10px 0;
  background: #242a37;
  opacity: 0;
  margin-top: -15px;
  transform: scale(0);
  transition: opacity 0.3s, margin-top 0.3s, padding 0.3s;
}
#header .HBox .FormBox .form {
  display: block;
  position: relative;
  padding: 0 40px;
}
#header .HBox .FormBox .form .Key {
  display: block;
  width: 100%;
  height: 53px;
  padding: 0 15px;
  font-size: 16px;
  color: #ccc;
}
#header .HBox .FormBox .form .submit {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  width: 30px;
  background: url(../images/icons_search3.png) no-repeat center / 22px auto;
}
#header .HBox .FormBox .form .exit {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  width: 30px;
  background: url(../images/exit2.png) no-repeat center / 16px auto;
}
#header .HBox .other {
  display: inline-block;
  vertical-align: middle;
}
#header .HBox .other .SearchBtn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 53px;
  background: url(../images/icons_search3.png) no-repeat center / 20px auto;
}
#header .HBox .other .Language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
}
#header .HBox .other .Language::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 1px;
  background: #e4e4e4;
}
.SearchShow #header .HBox .FormBox {
  opacity: 1;
  margin-top: 0;
  transform: scale(1);
  z-index: 2;
}
/**底部**/
#footer {
  background-color: #242a37;
}
#footer .Box {
  padding: 5% 0;
  color: #848485;
  font-size: 14px;
}
#footer .Box .wid {
  display: inline-block;
  float: left;
  padding-right: 6.2%;
}
#footer .Box .cont1 {
  width: 12%;
  padding-left: 0;
}
#footer .Box .cont6 {
  float: right;
  width: auto;
  text-align: left;
}
#footer .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 27px;
}
#footer .aBox {
  line-height: 1.5em;
  color: #999999;
}
#footer .aBox .div {
  padding: 6px 0;
}
#footer .aBox a {
  display: inline-block;
  color: #848485;
  transition: all 0.3s ease-in-out;
}
#footer .aBox.a .div a:hover {
  color: #fff;
  transform: translateX(0.2em);
}
#footer .Box .tBox {
  font-size: 15px;
}
#footer .Box .tBox .phone {
  display: block;
  font-size: 36px;
  color: #fff;
  padding: 10px 0;
}
#footer .Box .shareBox {
  padding-top: 20px;
}
#footer .Box .shareBox .i {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#footer .Box .shareBox .i + .i {
  margin-left: 6px;
}
#footer .Box .shareBox .a {
  display: block;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: #343a46 no-repeat center;
}
#footer .Box .shareBox .a:hover {
  background-color: #d5d7d8;
}
#footer .Box .shareBox .webchat {
  background-image: url(../images/foot_icon2.png);
  position: relative;
}
#footer .Box .shareBox .webchat .imgBox {
  width: 100px;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 10px;
  bottom: 100%;
  opacity: 0;
  transform: translateY(15px) scale(0);
  transition: all 0.3s;
}
#footer .Box .shareBox .webchat .imgBox img {
  display: block;
}
#footer .Box .shareBox .webchat:hover .imgBox {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#footer .Box .shareBox .sina {
  background-image: url(../images/foot_icon3.png);
}
#footer .Box .shareBox .kf {
  background-image: url(../images/foot_icon1.png);
}
#footer .Box .shareBox .txt {
  font-size: 14px;
  padding-top: 5px;
}
#footer .bot {
  border-top: 1px solid #343842;
  font-size: 14px;
  line-height: 22px;
  color: #848485;
  padding: 28px 0;
}
#footer .others a {
  color: #848485;
}
#footer .others a:hover {
  color: #fff;
}
/**公用**/
/**标题**/
.AutoTitle {
  text-align: center;
  padding: 84px 0 30px;
}
.AutoTitle .h2 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.4em;
  color: #333333;
}
.AutoTitle .en {
  font-size: 25px;
  line-height: 1.4em;
  color: #999999;
  text-transform: uppercase;
}
.AutoTitle .en::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 3px;
  margin: 16px auto 30px;
  background: #858585;
}
.AutoTitle .ltit {
  font-size: 15px;
  color: #333333;
  line-height: 1.4em;
}
.TitBox {
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 22px;
}
.TitBox .tit {
  font-size: 24px;
  color: #2167d2;
  font-weight: bold;
  position: relative;
}
.TitBox .tit::after {
  content: "";
  display: block;
  border-bottom: 2px solid #2167d2;
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
}
.TitBox .en {
  margin-left: 10px;
  font-size: 16px;
  color: #999999;
}
.TitBox .more {
  font-size: 14px;
  color: #888888;
}
.TitBox .more:hover {
  color: #2167d2;
}
/**分页**/
.PageBox {
  line-height: 0;
  padding: 60px 15px;
  text-align: center;
  font-size: 0;
}
.PageBox a,
.PageBox span {
  color: #555555;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  min-width: 60px;
  transition: all 0.3s;
  padding: 0 15px;
  margin: 3px;
}
.PageBox a:hover {
  color: #e62129;
  border-color: #e62129;
}
.PageBox .on {
  color: #fff;
  border-color: #e62129;
  background-color: #e62129;
}
/**图片弹框**/
#TankImg .modal-lg {
  position: relative;
  margin: 0.5rem auto;
  max-width: 90%;
}
#TankImg .modal-lg .exit {
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-position: -2.55rem -0.63rem;
  cursor: pointer;
  border-radius: 0.05rem;
}
#TankImg .modal-lg .exit:hover {
  background-color: #0288e1;
}
#TankImg .modal-content {
  border-radius: 0;
  padding: 0.3rem;
}
#TankImg .title {
  font-size: 0.16rem;
  color: #555555;
  line-height: 1.6em;
  padding: 0.25rem 0 0;
}
/**视频弹框**/
.TankVideoBox {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
}
.TankVideoBox .VideoBox {
  position: absolute;
  left:50%!important;
  top:50%!important;
}
.TankVideoBox .VideoBox .exit{
  position: absolute;
  right: -10px;
  top: -10px;
  height: 24px;
  width: 24px;
  background: #fff url(../images/exit.png) no-repeat center/50%;
  border-radius: 50%;
}
.TankVideoBox .VideoBox .exit:hover{
  background-image:url(../images/exit3.png);
}
.TankVideoBox .VideoBox video {
  border: 9px solid #fff;
  display: block;
  height:auto!important;
  max-width:1000px;
  max-height:90vh;
  border-radius: 5px;
}
/**弹框图片**/
#galpop-wrapper {
  z-index: 999;
}
.lock-scroll {
  overflow: visible!important;
}
/**微信弹框**/
#bsBox,
#bsBox * {
  box-sizing: content-box;
}
/**Banner图片**/
#IndexBan {
  position: relative;
}
#IndexBan .BanPoints {
  position: absolute;
  bottom: 37px;
  z-index: 2;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
#IndexBan .BanPoints .swiper-pagination-bullet {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background: #fff;
  border-radius: 6px;
  width: 12px;
  height: 12px;
  opacity: 1;
  vertical-align: middle;
}
#IndexBan .BanPoints .swiper-pagination-bullet-active {
  background: #e62129;
  width: 44px;
}
#IndexBan .PNBtn span {
  position: absolute;
  top: 50%;
  margin-top: -0.25rem;
  z-index: 33333;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  opacity: 0;
}
#IndexBan:hover .PNBtn span {
  opacity: 0.7;
}
#IndexBan .PNBtn .Banprev {
  background: url(../images/icon_jt6_1_h2.png) no-repeat 45% center;
  left: 0.15rem;
}
#IndexBan .PNBtn .Bannext {
  background: url(../images/icon_jt6_2_h2.png) no-repeat 55% center;
  right: 0.15rem;
}
#IndexBan .icon {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.25rem;
  bottom: 0.4rem;
  background: url(../images/run.gif) no-repeat center;
  height: 0.5rem;
  width: 0.5rem;
  z-index: 2;
}
#IndexBan .swiper-slide {
  position: relative;
}
#IndexBan .swiper-slide .TankWord {
  display: block;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}
#IndexBan .swiper-slide .TankWord .swiper-container {
  height: 80px;
}
#IndexBan .swiper-slide .TankWord .swiper-slide {
  font-size: 44px;
  font-style: italic;
  display: block;
  line-height: 80px;
  height: 80px;
  color: #fff;
}
#AutoBan {
  position: relative;
  overflow: hidden;
}
#AutoBan .BanBox {
  display: block;
  position: relative;
}
#AutoBan img {
  display: block;
  max-width: 100%;
  width: 100%;
}
#AutoBan .pc {
  display: block;
}
#AutoBan .phone {
  display: none;
}
#AutoBan .videos{
  display:block;
  width:100%;
}
#AutoBan .videos video{
  display:block;
  width:100%;
}
#AutoBan .word {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 47%;
  padding: 15px 0;
}
#AutoBan .word .h1 {
  font-weight: normal;
  font-size: 34px;
  line-height: 1.4em;
  margin-bottom: 6px;
}
#AutoBan .word .h5 {
  font-weight: normal;
  font-size: 16px;
}
#AutoBan .SiteMap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 66px;
}
#AutoBan .SiteMap .Box {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#AutoBan .SiteMap .icon {
  height: 66px;
  width: 20px;
  background: url(../images/icon_index.png) no-repeat left center; float: right;
}
#AutoBan .SiteMap .link {
  line-height: 0; float: left;
}
#AutoBan .SiteMap .link * {
  display: inline-block;
  font-size: 15px;
  line-height: 66px;
  color: #fff;
}
#AutoBan .SiteMap a:hover {
  color: #e62129;
}
#AutoBan .SiteMap .link span {
  color: #fff;
}
#AutoBan .SiteMap .link .jt {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  margin: 0 17px;
  border: 3px solid transparent;
  border-left-color: #fff;
  border-right: 0;
}
@keyframes scaleAnim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/**首页**/
#IndexBlock1 {
  padding: 65px 0 50px;
}
#IndexBlock1 .word {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 28px;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: #494949;
}
#IndexBlock1 .uls {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
}
#IndexBlock1 .ul {
  margin: -15px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
#IndexBlock1 .ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 15px;
}
#IndexBlock1 .ul li .Box {
  display: block;
  position: relative;
}
#IndexBlock1 .ul li .Box img {
  width: 100%;
  margin: 0;
}
#IndexBlock1 .ul li .Box .play {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../images/icon_video.png) no-repeat center;
}
#IndexBlock1 .ul li .Box .tank {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#IndexBlock1 .ul li .Box .tank .word {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 10px 15px;
  font-size: 26px;
  color: #ffffff;
}
#IndexBlock1 .ul li .Box:hover .tank {
  background-color: rgba(0, 82, 217, 0.7);
}
#IndexBlock2 {
  background: #00396c;
  font-size: 0;
}
#IndexBlock2 .Type {
  display: inline-block;
  vertical-align: middle;
  width: 34%;
  padding-left: 3.5%;
  padding-top: 35px;
  padding-bottom: 35px;
}
#IndexBlock2 .Type .Tit {
  display: block;
  position: relative;
  padding-left: 20px;
  opacity: 0.3;
  color: #fff;
}
#IndexBlock2 .Type .Tit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 62px;
  width: 6px;
  background: #ff0000;
  opacity: 0;
}
#IndexBlock2 .Type .Tit .big {
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: bold;
}
#IndexBlock2 .Type .Tit .small {
  font-size: 16px;
  line-height: 1.4em;
}
#IndexBlock2 .Type .Tit.on {
  opacity: 1;
  padding-left: 50px;
}
#IndexBlock2 .Type .Tit.on::after {
  opacity: 1;
}
#IndexBlock2 .Type .Tit + .Tit {
  margin-top: 150px;
}
#IndexBlock2 .ImageCont {
  display: inline-block;
  vertical-align: middle;
  width: 66%;
}
#IndexBlock2 .ImageCont .div .imgBox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50%;
  color: #ffffff;
}
#IndexBlock2 .ImageCont .div .imgBox img {
  display: block;
  width: 100%;
}
#IndexBlock2 .ImageCont .div .imgBox .tank {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 6%;
  background: url(../images/back.png) repeat-x left bottom / auto 100%;
}
#IndexBlock2 .ImageCont .div .imgBox .tank .title {
  position: relative;
  font-size: 24px;
  line-height: 1.4em;
}
#IndexBlock2 .ImageCont .div .imgBox .tank .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: url(../images/icon_jt.png) no-repeat center / 50px auto;
  opacity: 0;
  transform: translateX(-25px);
  transition: all 0.3s;
}
#IndexBlock2 .ImageCont .div .imgBox .tank .word {
  margin: 10px 0;
  height: 0;
  font-size: 16px;
  line-height: 1.5em;
  opacity: 0;
  transform: translateY(25px);
}
#IndexBlock2 .ImageCont .div .imgBox:hover .tank {
  padding-bottom: 23px;
}
#IndexBlock2 .ImageCont .div .imgBox:hover .tank .title::after {
  opacity: 1;
  transform: translateX(0);
}
#IndexBlock2 .ImageCont .div .imgBox:hover .tank .word {
  height: 3em;
  opacity: 1;
  transform: translateY(0);
}
#IndexBlock2 .ImageCont .div .wid {
  width: 100%;
}
#IndexBlock3 {
  position: relative;
  overflow: hidden;
}
#IndexBlock3 .icon1,
#IndexBlock3 .icon2 {
  display: block;
  width: 661px;
  height: 650px;
  position: absolute;
  background: url(../images/qiuqiu.png) no-repeat center;
}
#IndexBlock3 .icon1 {
  bottom: 100%;
  right: 100%;
  margin-right: -287px;
  margin-bottom: -310px;
}
#IndexBlock3 .icon2 {
  top: 100%;
  left: 100%;
  margin-left: -250px;
  margin-top: -250px;
}
#IndexBlock3 .ul {
  padding-bottom: 165px;
  margin: -1.5px;
  font-size: 0;
  text-align: center;
}
#IndexBlock3 .ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 1.5px;
}
#IndexBlock3 .ul li .Box {
  display: block;
  position: relative;
  background: #090f17;
}
#IndexBlock3 .ul li .Box img {
  width: 100%;
  opacity: 0.6;
}
#IndexBlock3 .ul li .Box .tank {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#IndexBlock3 .ul li .Box .tank .div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 10px;
}
#IndexBlock3 .ul li .Box .tank .div .title {
  font-size: 20px;
  line-height: 1.4em;
  color: #ffffff;
  margin-bottom: 7px;
}
#IndexBlock3 .ul li .Box .tank .div .more {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
}
#IndexBlock3 .ul li .Box .tank .div .more::before,
#IndexBlock3 .ul li .Box .tank .div .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #fff;
}
#IndexBlock3 .ul li .Box .tank .div .more::before {
  width: 60%;
  height: 1px;
}
#IndexBlock3 .ul li .Box .tank .div .more::after {
  width: 1px;
  height: 60%;
}
#IndexBlock3 .ul li .Box:hover img {
  opacity: 1;
}
#IndexBlock4 {
  background: url(../images/images/back_img.jpg) no-repeat center / cover;
}
#IndexBlock4 .ul {
  width: 1200px;
  max-width: 100%;
  padding: 45px 0;
  margin: 0 auto;
  font-size: 0;
}
#IndexBlock4 .ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#IndexBlock4 .ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#IndexBlock4 .ul li .Box {
  display: block;
  padding: 20px;
  color: #fff;
}
#IndexBlock4 .ul li .Box .time {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  height: 1.4em;
  font-size: 15px;
  line-height: 1.4em;
  overflow: hidden;
}
#IndexBlock4 .ul li .Box .title {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 20px;
}
#IndexBlock4 .ul li .Box .time2 {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
#IndexBlock4 .ul li .Box .des {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  -webkit-line-clamp: 3;
  opacity: 0;
  transform: translateY(20px);
}
#IndexBlock4 .ul li .Box .more {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: inline-block;
  vertical-align: top;
  padding: 0 45px;
  font-size: 15px;
  line-height: 44px;
  background-color: #3fa2ff;
  opacity: 0;
  transform: translateY(20px);
}
#IndexBlock4 .ul li .Box .more:hover {
  background-color: #e62129;
}
#IndexBlock4 .ul li.on {
  width: 50%;
}
#IndexBlock4 .ul li.on .time {
  height: 0;
}
#IndexBlock4 .ul li.on .title {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 20px;
}
#IndexBlock4 .ul li.on .time2 {
  height: 1.4em;
  margin-bottom: 15px;
}
#IndexBlock4 .ul li.on .des {
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 25px;
}
#IndexBlock4 .ul li.on .more {
  opacity: 1;
  transform: translateY(0);
}
.MenuTypeBox {
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
.MenuTypeBox .swiper-container {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin: 0 25px;
}
.MenuTypeBox a {
  display: inline-block;
  position: relative;
  width: auto;
  font-size: 16px;
  line-height: 78px;
  color: #555555;
}
.MenuTypeBox a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
}
.MenuTypeBox a:last-child {
  margin-right: 0!important;
}
.MenuTypeBox a:hover {
  color: #d42e2e;
}
.MenuTypeBox a.on {
  color: #d42e2e;
}
.MenuTypeBox a.on::after {
  background: #d42e2e;
}
/***产品***/
#ProductList .ProductListBox {
  padding: 70px 0 80px;
}
#ProductList .ProductListBox .Type {
  width: 21.43%;
}
#ProductList .ProductListBox .Type .TypeWord {
  padding: 28px 0 20px;
  text-align: center;
  background-color: #414141;
  color: #fff;
}
#ProductList .ProductListBox .Type .TypeWord .h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
}
#ProductList .ProductListBox .Type .TypeWord .en {
  font-size: 14px;
  opacity: 0.15;
}
#ProductList .ProductListBox .Type .ul {
  padding-top: 6px;
}
#ProductList .ProductListBox .Type .ul li .Tit:hover {
  color: #e62129;
}
#ProductList .ProductListBox .Type .ul li .Tit:hover::before {
  opacity: 1;
}
#ProductList .ProductListBox .Type .ul li.on .Tit::before {
  opacity: 1;
}
#ProductList .ProductListBox .Type .ul li.on .Tit .word {
  border-bottom: 1px dashed #dfdfdf;
}
#ProductList .ProductListBox .Type .ul li.on .Tit .word .icon {
  transform: rotate(90deg);
}
#ProductList .ProductListBox .Type .ul li .Tit {
  display: block;
  position: relative;
  padding: 0 17px 0 20px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
#ProductList .ProductListBox .Type .ul li .Tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  height: 28px;
  width: 3px;
  background: #e62128;
  opacity: 0;
  transition: all 0.3s;
}
#ProductList .ProductListBox .Type .ul li .Tit .word {
  display: block;
  position: relative;
  padding: 17px 30px 17px 0;
  border-bottom: 1px solid #dfdfdf;
}
#ProductList .ProductListBox .Type .ul li .Tit .word .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
  width: 25px;
  height: 28px;
  background: url(../images/icon_jt2.png) no-repeat center;
  transform: rotate(0);
  transition: all 0.3s;
}
#ProductList .ProductListBox .Type .ul li .dl {
  display: none;
  padding: 13px 0;
}
#ProductList .ProductListBox .Type .ul li .dl a {
  display: block;
  padding: 8px 20px 8px 55px;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
}
#ProductList .ProductListBox .Type .ul li .dl .on a,
#ProductList .ProductListBox .Type .ul li .dl a:hover {
  color: #e62129;
}
#ProductList .ProductListBox .List {
  width: 74.71%;
}
#ProductList .ProductListBox .List .h3 {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  border-bottom: 1px solid #dfdfdf;
}
#ProductList .ProductListBox .List .ul {
  padding: 18px 0;
  margin: 0 -18px;
  font-size: 0;
}
#ProductList .ProductListBox .List .ul li {
  display: inline-block;
  width: 33.33%;
  padding: 18px;
}
#ProductList .ProductListBox .List .ul li .Box {
  display: block;
  position: relative;
}
#ProductList .ProductListBox .List .ul li .Box img {
  display: block;
  width: 100%;
}
#ProductList .ProductListBox .List .ul li .Box .cont {
  padding: 21px 15px;
  text-align: center;
  background: #f1f1f1;
}
#ProductList .ProductListBox .List .ul li .Box .cont .tit {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
#ProductList .ProductListBox .List .ul li .Box .cont .lword {
  display:none;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
#ProductList .ProductListBox .List .ul li .Box:hover .Tank {
  opacity: 1;
  transform: scale(1);
}
#ProductList .ProductListBox .List .ul li .Box .Tank {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #e62129;
  color: #fff;
  overflow: hidden;
  opacity: 0;
}
#ProductList .ProductListBox .List .ul li .Box .Tank .pad {
  padding: 18% 9.2% 5%;
}
#ProductList .ProductListBox .List .ul li .Box .Tank .tits {
  font-size: 18px;
  line-height: 22px;
}
#ProductList .ProductListBox .List .ul li .Box .Tank .word {
  height: 8em;
  margin: 9% 0 9%;
  font-size: 14px;
  line-height: 26px;
}
#ProductList .ProductListBox .List .ul li .Box .Tank .more {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#ProductList .ProductListBox .List .ul li .Box .Tank .more::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 7px;
  height: 12px;
  background: url(../images/icon_jt2_hover.png) no-repeat center;
}
#ProductList .ProductListBox .List .ul li .Box .Tank .more:hover {
  background-color: #fff;
  color: #333;
}
#ProductList .ProductListBox .List .ul li .Box .Tank .more:hover::after {
  background-image: url(../images/icon_jt2.png);
}
/***产品详情***/
#ProductInfo .h2 {
  position: relative;
  padding-left: 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 30px;
}
#ProductInfo .h2::before {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: #d42e2e;
}
#ProductInfo .InfoBlock .InfoBox {
  padding: 5% 7.14% 6.43%;
}
#ProductInfo .InfoBlock .InfoBox .ImgBox {
  position: relative;
  width: 49.58%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-box-sizing:content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#ProductInfo .InfoBlock .InfoBox .ImgBox img {
  display: block;
  width: 100%;
}
#ProductInfo .InfoBlock .InfoBox .CBox {
  width: 47.5%;
}
#ProductInfo .InfoBlock .InfoBox .CBox .content .h1 {
  margin: 25px 0 15px;
  font-size: 32px;
  line-height: 1.4em;
  color: #333333;
  font-weight: normal;
}
#ProductInfo .InfoBlock .InfoBox .CBox .content .word {
  font-size: 15px;
  line-height: 2em;
  color: #999999;
}
#ProductInfo .InfoBlock .InfoBox .CBox .content .cont {
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 2.5em;
  color: #888888;
  border-top: 1px solid #e5e5e5;
}
#ProductInfo .InfoBlock .InfoBox .CBox .content .kf {
  display: inline-block;
  vertical-align: top;
  padding: 0 50px;
  font-size: 15px;
  line-height: 48px;
  color: #f7f7f7;
  background: #e62129;
}
#ProductInfo .InfoBlock .InfoBox .CBox .content .kf:hover {
  background: #f9373f;
}
#ProductInfo .InfoBlock .InfoBox .CBox .swiperBox {
  margin-top: 125px;
  position: relative;
  padding: 0 20px;
}
#ProductInfo .InfoBlock .InfoBox .CBox .swiperBox .InfoBtns a {
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background: no-repeat center;
  cursor: pointer;
  opacity: 0.6;
  z-index: 2;
}
#ProductInfo .InfoBlock .InfoBox .CBox .swiperBox .InfoBtns a:hover {
  opacity: 1;
}
#ProductInfo .InfoBlock .InfoBox .CBox .swiperBox .InfoBtns .prev {
  left: 0;
  background-image: url(../images/icons_jt3_p.jpg);
  background-position: left center;
}
#ProductInfo .InfoBlock .InfoBox .CBox .swiperBox .InfoBtns .next {
  right: 0;
  background-image: url(../images/icons_jt3_n.jpg);
  background-position: right center;
}
#ProductInfo .InfoBlock .InfoBox .CBox .swiperBox .Box {
  display: block;
  border: 1px solid #e5e5e5;
}
#ProductInfo .InfoBlock .InfoBox .CBox .swiperBox .Box img {
  display: block;
  width: 100%;
}
#ProductInfo .InfoBlock .InfoBox .CBox .swiperBox .Box.on {
  border-color: #e62129;
}
#ProductInfo .InfoCharacteristic {
  background: #f3f3f3;
}
#ProductInfo .InfoCharacteristic .Box {
  padding: 5% 7.14%;
}
#ProductInfo .InfoCharacteristic .Box .ul {
  font-size: 0;
  line-height: 0;
}
#ProductInfo .InfoCharacteristic .Box .ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 15px 90px;
  margin: 16px 0;
  width: 50%;
  position: relative;
}
#ProductInfo .InfoCharacteristic .Box .ul li img {
  position: absolute;
  left: 0;
  top: 0;
}
#ProductInfo .InfoCharacteristic .Box .ul li .h4 {
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4em;
  color: #333333;
}
#ProductInfo .InfoCharacteristic .Box .ul li .p {
  font-size: 15px;
  line-height: 22px;
  color: #777777;
}
#ProductInfo .InfoFunction .Box {
  padding: 5% 7.14%;
}
#ProductInfo .InfoFunction .Box .Tables img{
  height:auto!important;
}
#ProductInfo .InfoFunction .Box .Tables {
  padding-top: 10px;
}
#ProductInfo .InfoFunction .Box .Tables table {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  border-collapse: collapse;
}
#ProductInfo .InfoFunction .Box .Tables table tr td {
  vertical-align: middle;
  padding: 20px 35px;
  border: 1px solid #ededed;
}
#ProductInfo .InfoFunction .Box .Tables table tr td:first-child {
  width: 305px;
}
#ProductInfo .InfoFunction2 {
  background: #f3f3f3;
}
#ProductInfo .InfoFunction2 img{
  height:auto!important;
}
#ProductInfo .InfoFunction2 .Box {
  padding: 5% 7.14%;
}
#ProductInfo .InfoFunction2 .Box .Tables {
  padding-top: 10px;
}
#ProductInfo .InfoFunction2 .Box .Tables table {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  border-collapse: collapse;
  text-align: center;
}
#ProductInfo .InfoFunction2 .Box .Tables table tr th {
  vertical-align: middle;
  background: #808080;
  padding: 16px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #d6d6d6;
}
#ProductInfo .InfoFunction2 .Box .Tables table tr th:first-child {
  width: 145px;
}
#ProductInfo .InfoFunction2 .Box .Tables table tr th:last-child(2) {
  width: 300px;
}
#ProductInfo .InfoFunction2 .Box .Tables table tr td {
  vertical-align: middle;
  padding: 10px 35px;
  border: 1px solid #d6d6d6;
}
#ProductInfo .PutProduct .DivBox {
  padding: 5% 7.14%;
}
#ProductInfo .PutProduct .DivBox .ul {
  padding: 13px 0;
  margin: 0 -13px;
  font-size: 0;
}
#ProductInfo .PutProduct .DivBox .ul li {
  display: inline-block;
  width: 25%;
  padding: 13px;
}
#ProductInfo .PutProduct .DivBox .ul li .Box {
  display: block;
  position: relative;
}
#ProductInfo .PutProduct .DivBox .ul li .Box img {
  display: block;
  width: 100%;
}
#ProductInfo .PutProduct .DivBox .ul li .Box .cont {
  padding: 21px 15px;
  text-align: center;
  background: #f1f1f1;
}
#ProductInfo .PutProduct .DivBox .ul li .Box .cont .tit {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
#ProductInfo .PutProduct .DivBox .ul li .Box .cont .lword {
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
#ProductInfo .PutProduct .DivBox .ul li .Box:hover .Tank {
  opacity: 1;
  transform: scale(1);
}
#ProductInfo .PutProduct .DivBox .ul li .Box .Tank {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #e62129;
  color: #fff;
  overflow: hidden;
  opacity: 0;
}
#ProductInfo .PutProduct .DivBox .ul li .Box .Tank .pad {
  padding: 18% 9.2% 5%;
}
#ProductInfo .PutProduct .DivBox .ul li .Box .Tank .tits {
  font-size: 18px;
  line-height: 22px;
}
#ProductInfo .PutProduct .DivBox .ul li .Box .Tank .word {
  height: 8em;
  margin: 9% 0 9%;
  font-size: 14px;
  line-height: 26px;
}
#ProductInfo .PutProduct .DivBox .ul li .Box .Tank .more {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 5px;
}
#ProductInfo .PutProduct .DivBox .ul li .Box .Tank .more::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 7px;
  height: 12px;
  background: url(../images/icon_jt2_hover.png) no-repeat center;
}
/**关于我们**/
#AboutBlock {
  /**荣誉资质**/
  /**联系我们**/
}
#AboutBlock .AboutDesInfo {
  padding: 55px 0 75px;
  font-size: 15px;
  line-height: 32px;
  color: #333333;
}
#AboutBlock .AboutDesInfo .ImgIco {
  float: right;
  display: inline-block;
  margin: 4% 0 10px 6.42%;
  max-width: 42.93%;
}
#AboutBlock .AboutDesInfo .h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 46px;
}
#AboutBlock .AboutDesInfo .h3 .cor {
  color: #e62129;
}
#AboutBlock .AboutDesInfo .h3 .br {
  display: block;
}
#AboutBlock .AboutDesInfo .h5 {
  margin: 40px 0 18px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.4em;
}
#AboutBlock .AboutDesInfo .NumBox {
  padding-top: 23px;
  text-align: center;
}
#AboutBlock .AboutDesInfo .NumBox .nums {
  display: inline-block;
  position: relative;
  padding-left: 90px;
}
#AboutBlock .AboutDesInfo .NumBox .nums::before {
  content: "";
  position: absolute;
  left: 47px;
  top: 5%;
  height: 50%;
  width: 1px;
  background: #e6e6e6;
}
#AboutBlock .AboutDesInfo .NumBox .nums:first-child {
  padding-left: 0;
}
#AboutBlock .AboutDesInfo .NumBox .nums:first-child::before {
  display: none;
}
#AboutBlock .AboutDesInfo .NumBox .nums .b {
  font-size: 60px;
  font-weight: bold;
  line-height: 44px;
  color: #1a52bf;
}
#AboutBlock .AboutDesInfo .NumBox .nums .word {
  font-size: 22px;
  color: #444444;
  line-height: 20px;
  margin-left: 6px;
}
#AboutBlock .AboutDesInfo .NumBox .nums .ico {
  vertical-align: top;
  margin-left: 3px;
  font-size: 25px;
  line-height: 12px;
  color: #1a52bf;
}
#AboutBlock .AboutDesInfo .NumBox .nums .p {
  padding-top: 2px;
}
#AboutBlock .AboutCulture {
  background: #f8f8f8;
}
#AboutBlock .AboutCulture .Box {
  padding: 6.42% 0;
}
#AboutBlock .AboutCulture .Box .cont {
  width: 40%;
}
#AboutBlock .AboutCulture .Box .cont .h2 {
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  font-weight: normal;
}
#AboutBlock .AboutCulture .Box .cont .h2::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
  background: #e62129;
}
#AboutBlock .AboutCulture .Box .cont .ul {
  padding-top: 13px;
}
#AboutBlock .AboutCulture .Box .cont .ul li {
  margin-top: 33px;
}
#AboutBlock .AboutCulture .Box .cont .ul li .h6 {
  padding-bottom: 6px;
  font-size: 24px;
  line-height: 1.4em;
  color: #333333;
  font-weight: normal;
}
#AboutBlock .AboutCulture .Box .cont .ul li p {
  font-size: 15px;
  line-height: 22px;
  color: #777777;
}
#AboutBlock .AboutCulture .Box .img {
  width: 53.21%;
}
#AboutBlock .AboutCulture .Box .img img {
  display: block;
  width: 100%;
}
#AboutBlock .AboutLc {
  padding: 80px 0;
  background: url(../images/about/img_back.jpg) no-repeat bottom center / 100% auto;
}
#AboutBlock .AboutLc .title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 38px;
  line-height: 1.2em;
  color: #333333;
  font-weight: normal;
}
#AboutBlock .AboutLc .dlBox {
  position: relative;
}
#AboutBlock .AboutLc .dlBox::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  margin-left: -0.5px;
  background: #e8e8e8;
}
#AboutBlock .AboutLc .dlBox .more {
  padding-top: 70px;
}
#AboutBlock .AboutLc .dlBox .more .jt {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 42px;
  width: 140px;
  background: #1f82e8 url(../images/icons_jt4.png) no-repeat center;
  z-index: 9;
}
#AboutBlock .AboutLc .dlBox .more .jt:hover {
  background-color: #3595f9;
}
#AboutBlock .AboutLc .dl {
  font-size: 0;
  line-height: 0;
}
#AboutBlock .AboutLc .dl dd {
  display: inline-block;
  position: relative;
  width: 45%;
  padding: 25px;
  margin-bottom: 24px;
  background: #f5f5f5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#AboutBlock .AboutLc .dl dd::before {
  content: "";
  position: absolute;
  top: 73px;
  height: 16px;
  width: 16px;
  border: 4px solid #e8e8e8;
  border-radius: 50%;
  background: #fff;
  z-index: 9;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#AboutBlock .AboutLc .dl dd::after {
  content: "";
  position: absolute;
  top: 73px;
  border: 8px solid transparent;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#AboutBlock .AboutLc .dl dd:nth-child(odd) {
  float: left;
  clear: both;
}
#AboutBlock .AboutLc .dl dd:nth-child(odd)::before {
  left: 100%;
  margin-left: 9.9%;
}
#AboutBlock .AboutLc .dl dd:nth-child(odd)::after {
  left: 100%;
  border-left: 13px solid #f5f5f5;
  border-right: 0 none;
}
#AboutBlock .AboutLc .dl dd:nth-child(even) {
  float: right;
  margin-top: 73px;
}
#AboutBlock .AboutLc .dl dd:nth-child(even)::before {
  right: 100%;
  margin-right: 9.7%;
}
#AboutBlock .AboutLc .dl dd:nth-child(even)::after {
  right: 100%;
  border-right: 13px solid #f5f5f5;
  border-left: 0 none;
}
#AboutBlock .AboutLc .dl dd:first-child {
  margin-top: 0;
}
#AboutBlock .AboutLc .dl dd .imgBox {
  float: left;
  display: inline-block;
  width: 178px;
  margin-right: 25px;
}
#AboutBlock .AboutLc .dl dd .cont {
  padding: 4px 0;
}
#AboutBlock .AboutLc .dl dd .time {
  font-size: 38px;
  color: #333333;
  line-height: 1.2em;
  font-weight: bold;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#AboutBlock .AboutLc .dl dd .ul li {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#AboutBlock .AboutLc .dl dd:hover {
  background-color: #1f82e8;
}
#AboutBlock .AboutLc .dl dd:hover .time {
  color: #fff;
}
#AboutBlock .AboutLc .dl dd:hover .ul li {
  color: #fff;
}
#AboutBlock .AboutLc .dl dd:hover::before {
  border-color: #1f82e8;
}
#AboutBlock .AboutLc .dl dd:hover:nth-child(odd)::after {
  border-left-color: #1f82e8;
}
#AboutBlock .AboutLc .dl dd:hover:nth-child(even)::after {
  border-right-color: #1f82e8;
}
#AboutBlock .HonorList {
  padding-top: 60px;
  padding-bottom: 48px;
}
#AboutBlock .HonorList .ul {
  font-size: 0;
  line-height: 0;
}
#AboutBlock .HonorList .ul li {
  display: inline-block;
  width: 25%;
}
#AboutBlock .HonorList .ul li .Box {
  display: block;
  position: relative;
  padding: 18px;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
#AboutBlock .HonorList .ul li .Box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #e62129;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#AboutBlock .HonorList .ul li .Box .imgBox {
  margin-bottom: 18px;
}
#AboutBlock .HonorList .ul li .Box .imgBox img {
  display: block;
  width: 100%;
}
#AboutBlock .HonorList .ul li .Box:hover::after {
  width: 100%;
}
#AboutBlock .HonorList .ul li .Box:hover .title {
  color: #e62129;
}
#AboutBlock .HonorList .ul li .title {
  font-size: 15px;
  line-height: 22px;
  color: #555555;
}
#AboutBlock .ContactInfo .Box {
  font-size: 0;
  padding: 60px 0;
}
#AboutBlock .ContactInfo .Box .wid {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50%;
  text-align: center;
  padding: 0 6%;
}
#AboutBlock .ContactInfo .Box .wid .icon {
  display: inline-block;
  vertical-align: top;
  height: 102px;
  width: 102px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background: url(../images/icons_address1.jpg) no-repeat center;
}


#AboutBlock .ContactInfo .Box .wid .icon2 {
  display: inline-block;
  vertical-align: top;
  height: 102px;
  width: 102px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background: url(../images/icons_address2.jpg) no-repeat center;
}


#AboutBlock .ContactInfo .Box .wid .h2 {
  margin: 22px 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4em;
}
#AboutBlock .ContactInfo .Box .wid .cont {
  font-size: 15px;
  line-height: 32px;
  color: #555555;
}
#AboutBlock .ContactInfo .wid + .wid::before {
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 10%;
  background: #d4d4d4;
}
#AboutBlock .MapBox {
  position: relative;
}
#AboutBlock .MapBox .Box {
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: right;
  z-index: 9;
}
#AboutBlock .MapBox .Box .AddBox {
  display: inline-block;
  position: relative;
}
#AboutBlock .MapBox .Box .AddBox .PosBox {
  position: absolute;
  right: 0;
  top: 50%;
}
#AboutBlock .MapBox .Box .address {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 46px;
  color: #8b8b8b;
  padding: 0 25px;
  margin: 5px 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  word-break: keep-all;
}
#AboutBlock .MapBox .Box .address span {
  display: block;
  position: relative;
  padding-left: 25px;
}
#AboutBlock .MapBox .Box .address span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 100%;
  background: url(../images/icons_address2.png) no-repeat center;
}
#AboutBlock .MapBox .Box .address:hover {
  color: #e62129;
}
#AboutBlock .MapBox .Box .address.on {
  background: #e62129;
  color: #fff;
}
#AboutBlock .MapBox .Box .address.on span::before {
  background-image: url(../images/icons_address3.png);
}
#AboutBlock .MapBox img {
  max-width: 99999px;
}
#AboutBlock .MapBox .Map {
  height: 590px;
}
#AboutBlock .FormBlock .form {
  display: block;
  padding: 85px 0 90px;
}
#AboutBlock .FormBlock .form .h3 {
  padding-bottom: 21px;
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 1.2em;
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #f0f0f0;
}
#AboutBlock .FormBlock .form .h4 {
  font-size: 15px;
  color: #888888;
  line-height: 1.2em;
  font-weight: normal;
}
#AboutBlock .FormBlock .form .Box {
  padding: 40px 0;
  margin: -18px;
  font-size: 0;
}
#AboutBlock .FormBlock .form .Box .inputBox {
  display: inline-block;
  width: 33.33%;
  padding: 18px;
}
#AboutBlock .FormBlock .form .Box .input {
  height: 48px;
  line-height: 48px;
}
#AboutBlock .FormBlock .form .input {
  display: block;
  width: 100%;
  padding: 0 18px;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  color: #a0a0a0;
}
#AboutBlock .FormBlock .form .p {
  padding-left: 40px;
  margin-bottom: 24px;
  font-size: 15px;
  color: #555555;
  line-height: 22px;
  background: url(../images/icons_message.png) no-repeat left center;
}
#AboutBlock .FormBlock .form .textarea .input {
  height: 260px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 22px;
}
#AboutBlock .FormBlock .form .submit {
  display: inline-block;
  vertical-align: top;
  height: 46px;
  width: 160px;
  padding: 0;
  margin-top: 30px;
  font-size: 15px;
  color: #fff;
  line-height: 46px;
  background: #e62129;
  text-align: center;
  cursor: pointer;
}
#AboutBlock .FormBlock .form .submit:hover {
  background: #ef353d;
}
/**人才招聘**/
#JobBlock .h1 {
  font-size: 34px;
  line-height: 1.2em;
  color: #333333;
  font-weight: normal;
  text-align: center;
  padding: 55px 0 45px;
}
#JobBlock .JobInfo {
  padding-bottom: 90px;
}
#JobBlock .JobInfo .Box {
  font-size: 0;
  background: #f7f7f7;
}
#JobBlock .JobInfo .Box .imgBox {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
#JobBlock .JobInfo .Box .imgBox img {
  display: block;
  width: 100%;
}
#JobBlock .JobInfo .Box .cont {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 15px 3.57%;
}
#JobBlock .JobInfo .Box .cont .h2 {
  font-size: 20px;
  line-height: 1.2em;
  color: #333333;
  font-weight: bold;
}
#JobBlock .JobInfo .Box .cont .word {
  font-size: 15px;
  line-height: 30px;
  color: #555555;
}
#JobBlock .JobFuli {
  background: url(../images/about/job_back.jpg) no-repeat center / cover;
}
#JobBlock .JobFuli .Box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 95px;
}
#JobBlock .JobFuli .Box .span {
  text-align: center;
}
#JobBlock .JobFuli .Box .span .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e62129;
  border-radius: 50%;
  background: transparent;
  margin-bottom: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#JobBlock .JobFuli .Box .span .icon img {
  display: block;
  width: 112px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#JobBlock .JobFuli .Box .span .icon .img {
  opacity: 1;
}
#JobBlock .JobFuli .Box .span .icon .img_h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#JobBlock .JobFuli .Box .span .txt {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
#JobBlock .JobFuli .Box .span:hover .icon {
  background: #e62129;
}
#JobBlock .JobFuli .Box .span:hover .img {
  opacity: 0;
}
#JobBlock .JobFuli .Box .span:hover .img_h {
  opacity: 1;
}
#JobBlock .JobList .dl {
  padding-bottom: 80px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#JobBlock .JobList .dl .wid {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 15px;
}
#JobBlock .JobList .dl .wid1 {
  width: 30.71%;
}
#JobBlock .JobList .dl .wid2 {
  width: 10.71%;
}
#JobBlock .JobList .dl .wid3 {
  width: 37.14%;
}
#JobBlock .JobList .dl .wid4 {
  width: 12.85%;
}
#JobBlock .JobList .dl .wid5 {
  width: 7.14%;
  padding: 0;
  text-align: left;
}
#JobBlock .JobList .dl dt {
  background: #e62129;
}
#JobBlock .JobList .dl dt .wid {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
#JobBlock .JobList .dl dd.on .Btn {
  background-image: url(../images/icons_jt5_h.png);
}
#JobBlock .JobList .dl .InfoBox {
  border-bottom: 1px solid #dcdcdc;
}
#JobBlock .JobList .dl .InfoBox .wid {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
#JobBlock .JobList .dl .Btn {
  display: block;
  height: 32px;
  width: 32px;
  background: url(../images/icons_jt5.png) no-repeat center / contain;
}
#JobBlock .JobList .dl .Bot {
  display: none;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f7f7f7;
  text-align: left;
}
#JobBlock .JobList .dl .Bot .cont {
  padding: 3% 3.92%;
}
#JobBlock .CultureBlock {
  padding-bottom: 110px;
  background: url(../images/about/job_back2.jpg) no-repeat center / cover;
}
#JobBlock .CultureBlock .ul {
  margin: -14px;
  font-size: 0;
  line-height: 0;
}
#JobBlock .CultureBlock .ul li {
  display: inline-block;
  width: 25%;
  padding: 14px;
}
#JobBlock .CultureBlock .ul li img {
  display: block;
  width: 100%;
}
/**技术核心**/
#TechnologyCore .TechnologyType {
  text-align: center;
  padding: 43px 0;
  font-size: 0;
  background: #f6f6f6;
}
#TechnologyCore .TechnologyType a,
#TechnologyCore .TechnologyType .line {
  display: inline-block;
  vertical-align: middle;
}
#TechnologyCore .TechnologyType .a {
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}
#TechnologyCore .TechnologyType .a img {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  margin-right: 8px;
  margin-top: -2px;
}
#TechnologyCore .TechnologyType .a.on {
  color: #d42e2e;
}
#TechnologyCore .TechnologyType .a:hover {
  color: #d42e2e;
}
#TechnologyCore .TechnologyType .line {
  display: inline-block;
  height: 10px;
  width: 1px;
  margin: 0 38px;
  background: #e2e2e2;
}
#TechnologyCore .TechnologyContent {
  padding-bottom: 90px;
  background: #f6f6f6;
}
#TechnologyCore .TechnologyContent .Box {
  padding: 6.5% 15px;
}
#TechnologyCore .TechnologyContent .Box img{
  height:auto!important;
}
/**解决方案**/
#SolutionBlock {
  /**解决方案详情**/
}
#SolutionBlock .SolutionList {
  padding-top: 60px;
  padding-bottom: 48px;
}
#SolutionBlock .SolutionList .ul {
  margin: -18px;
  font-size: 0;
  line-height: 0;
}
#SolutionBlock .SolutionList .ul li {
  display: inline-block;
  width: 33.33%;
  padding: 18px;
}
#SolutionBlock .SolutionList .ul li .Box {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
}
#SolutionBlock .SolutionList .ul li .Box .imgBox img {
  display: block;
  width: 100%;
}
#SolutionBlock .SolutionList .ul li .Box .Tank {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.29);
}
#SolutionBlock .SolutionList .ul li .Box .Tank .TBox {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 15px 9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#SolutionBlock .SolutionList .ul li .Box .Tank .TBox .title {
  font-size: 20px;
  line-height: 24px;
}
#SolutionBlock .SolutionList .ul li .Box .Tank .TBox .des {
  margin: 6px 0;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.59);
  height: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#SolutionBlock .SolutionList .ul li .Box .Tank .TBox .more {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent url(../images/icons_jh.png) no-repeat center;
}
#SolutionBlock .SolutionList .ul li .Box:hover .Tank .TBox .des {
  height: 44px;
  margin: 20px 0;
}
#SolutionBlock .SolutionList .ul li .Box:hover .Tank .TBox .more {
  background-color: #d42e2e;
  border-color: #d42e2e;
}
#SolutionBlock .SolutionInfo .h2 {
  position: relative;
  padding-left: 15px;
  margin: 70px 0 55px;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: normal;
}
#SolutionBlock .SolutionInfo .h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #d42e2e;
}
#SolutionBlock .SolutionInfo .InfoBlock1 {
  padding-top: 1px;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .h1 {
  margin-top: 60px;
  font-size: 28px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .h2 {
  margin-top: 60px;
  margin-bottom: 30px;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .Boxs {
  font-size: 0;
  padding-bottom: 70px;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .Boxs .cont {
  display: inline-block;
  vertical-align: middle;
  width: 56.86%;
  padding-right: 5%;
  font-size: 15px;
  line-height: 30px;
  color: #555555;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .Boxs .imgBox {
  display: inline-block;
  vertical-align: middle;
  width: 43.14%;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .Boxs .imgBox img {
  display: block;
  width: 100%;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .swiperBox {
  text-align: center;
  padding-bottom: 60px;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .swiperBox .Btns {
  display: none;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .swiperBox .Box {
  display: block;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .swiperBox .Box img {
  display: block;
  width: 100%;
}
#SolutionBlock .SolutionInfo .InfoBlock1 .swiperBox .Box .txt {
  padding: 20px 15px 5px;
  font-size: 15px;
  line-height: 20px;
  color: #555555;
}
#SolutionBlock .SolutionInfo .InfoBlock2 {
  padding: 1px 0 85px;
  background: #f3f3f3;
}
#SolutionBlock .SolutionInfo .InfoBlock2 img{
  height:auto!important;
}
#SolutionBlock .SolutionInfo .InfoBlock3 {
  padding: 1px 0;
}
#SolutionBlock .SolutionInfo .InfoBlock3 img{
  height:auto!important;
}
#SolutionBlock .SolutionInfo .InfoBlock3 .ul {
  font-size: 0;
  text-align: center;
  padding-bottom: 40px;
}
#SolutionBlock .SolutionInfo .InfoBlock3 .ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-bottom: 25px;
}
#SolutionBlock .SolutionInfo .InfoBlock3 .ul li .ico {
  display: inline-block;
  vertical-align: top;
}
#SolutionBlock .SolutionInfo .InfoBlock3 .ul li .ico img {
  display: block;
  width: 72px;
}
#SolutionBlock .SolutionInfo .InfoBlock3 .ul li .txt {
  padding: 17px 10px;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
}
#SolutionBlock .SolutionInfo .InfoBlock4 {
  padding: 1px 0;
  background: #f3f3f3;
}
#SolutionBlock .SolutionInfo .InfoBlock4 .ul {
  padding-bottom: 80px;
  margin: -20px 0;
  font-size: 0;
}
#SolutionBlock .SolutionInfo .InfoBlock4 .ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 20px 0;
}
#SolutionBlock .SolutionInfo .InfoBlock4 .ul li .imgBox {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  position: relative;
}
#SolutionBlock .SolutionInfo .InfoBlock4 .ul li .imgBox img {
  display: block;
  width: 100%;
  height:auto!important;
}
#SolutionBlock .SolutionInfo .InfoBlock4 .ul li .imgBox .word {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
}
#SolutionBlock .SolutionInfo .InfoBlock4 .ul li .imgBox .word .w {
  display: inline-block;
  vertical-align: top;
  width: 205px;
  max-width: 90%;
  padding: 7px 15px;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  background: #1d4a9e;
}
#SolutionBlock .SolutionInfo .InfoBlock4 .ul li .cont {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  padding: 15px 5% 15px 3.5%;
  font-size: 15px;
  line-height: 32px;
  color: #333333;
}
#SolutionBlock .SolutionInfo .InfoBlock5 {
  padding: 1px 0;
}
#SolutionBlock .SolutionInfo .InfoBlock5 .ul {
  padding-bottom: 90px;
}
#SolutionBlock .SolutionInfo .InfoBlock5 .ul li {
  display: inline-block;
  width: 48.57%;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-right: 2%;
  border-bottom: 1px solid #e2e2e2;
}
#SolutionBlock .SolutionInfo .InfoBlock5 .ul li:nth-child(odd) {
  float: left;
  clear: both;
}
#SolutionBlock .SolutionInfo .InfoBlock5 .ul li:nth-child(even) {
  float: right;
}
#SolutionBlock .SolutionInfo .InfoBlock5 .ul li .icon {
  float: left;
  display: inline-block;
  width: 115px;
  margin-right: 20px;
}
#SolutionBlock .SolutionInfo .InfoBlock5 .ul li .icon img {
  display: block;
  width: 100px;
}
#SolutionBlock .SolutionInfo .InfoBlock5 .ul li .cont {
  overflow: hidden;
}
#SolutionBlock .SolutionInfo .InfoBlock5 .ul li .cont .h5 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: normal;
}
#SolutionBlock .SolutionInfo .InfoBlock5 .ul li .cont .p {
  font-size: 14px;
  line-height: 22px;
  color: #777777;
}
#SolutionBlock .SolutionInfo .InfoBlock6 {
  padding: 1px 0;
  background: #f3f3f3;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul {
  margin: -16px;
  padding-bottom: 55px;
  font-size: 0;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li {
  display: inline-block;
  width: 25%;
  padding: 16px;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .imgBox {
  position: relative;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box {
  display: block;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box img {
  display: block;
  width: 100%;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box .cont {
  padding: 20px 15px;
  text-align: center;
  background: #f3f3f3;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box .cont .tit {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box .cont .lword {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box:hover .More {
  opacity: 1;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box .More {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box .More .div {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box .More .m_word {
  display: block;
  width: 140px;
  max-width: 92%;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  background: #e62129;
}
#SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box .More .m_word::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 7px;
  height: 12px;
  background: url(../images/icon_jt2_hover.png) no-repeat center;
}
/**智能制造**/
#FactoryBlock .h2 {
  padding: 60px 0 50px;
  font-size: 40px;
  line-height: 40px;
  color: #333333;
  font-weight: normal;
  text-align: center;
}
#FactoryBlock .FBlock1 {
  padding-top: 60px;
}
#FactoryBlock .FBlock1 .imgBox {
  position: relative;
}
#FactoryBlock .FBlock1 .imgBox img {
  display: block;
  width: 100%;
}
#FactoryBlock .FBlock1 .imgBox .Box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  top: 10%;
  width: 685px;
  max-width: 80%;
  height: 73.64%;
  padding: 5% 3.6%;
  color: #fff;
  overflow-y: auto;
  background: rgba(9, 125, 255, 0.94);
}
#FactoryBlock .FBlock1 .imgBox .Box .h1 {
  width: 100%;
  margin-bottom: 8px;
  font-size: 38px;
  line-height: 38px;
  font-weight: normal;
}
#FactoryBlock .FBlock1 .imgBox .Box .en {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
#FactoryBlock .FBlock1 .imgBox .Box .word {
  width: 100%;
  padding-top: 40px;
  font-size: 15px;
  line-height: 30px;
  opacity: 0.78;
}
#FactoryBlock .FBlock1 .NumBers {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 70px 0;
}
#FactoryBlock .FBlock1 .NumBers .nums {
  position: relative;
  width: 25%;
  padding: 0 15px;
  color: #333333;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#FactoryBlock .FBlock1 .NumBers .nums + .nums::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 1px;
  height: 50%;
  background: #d9d9d9;
}
#FactoryBlock .FBlock1 .NumBers .nums:hover {
  color: #1f82e8;
}
#FactoryBlock .FBlock1 .NumBers .nums .num {
  font-size: 63px;
  line-height: 63px;
  font-weight: bold;
}
#FactoryBlock .FBlock1 .NumBers .nums .jh {
  vertical-align: top;
  margin-left: 5px;
  font-size: 33px;
  font-weight: normal;
}
#FactoryBlock .FBlock1 .NumBers .nums .txt {
  padding: 12px 0;
  font-size: 15px;
  line-height: 22px;
  color: #888888;
}
#FactoryBlock .FBlock2 {
  background: #f4f4f4;
  padding: 90px 0;
}
#FactoryBlock .FBlock2 .ul {
  margin: -10px;
  font-size: 0;
}
#FactoryBlock .FBlock2 .ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 10px;
  text-align: center;
}
#FactoryBlock .FBlock2 .ul li .Box {
  padding: 38px 15px;
  color: #fff;
  background: #1f82e8;
}
#FactoryBlock .FBlock2 .ul li .Box .imgBox {
  display: inline-block;
  vertical-align: top;
}
#FactoryBlock .FBlock2 .ul li .Box img {
  display: block;
  width: 80px;
  margin: 0 auto;
}
#FactoryBlock .FBlock2 .ul li .Box .num {
  margin: 30px 0 23px;
  font-size: 20px;
  font-weight: bold;
}
#FactoryBlock .FBlock2 .ul li .Box .num .strong {
  padding-right: 4px;
  font-size: 54px;
  line-height: 54px;
}
#FactoryBlock .FBlock2 .ul li .Box .h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
}
#FactoryBlock .FBlock2 .ul li .Box .txt {
  font-size: 15px;
  opacity: 0.76;
}
#FactoryBlock .FBlock3 .swiperBox {
  position: relative;
  margin: 0 -60px;
  padding: 0 60px 60px;
  text-align: center;
  overflow: hidden;
}
#FactoryBlock .FBlock3 .swiperBox .Btns a {
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 230px;
  background: no-repeat center;
}
#FactoryBlock .FBlock3 .swiperBox .Btns .prev {
  left: 0;
  background-image: url(../images/icons_jt6_1.png);
}
#FactoryBlock .FBlock3 .swiperBox .Btns .prev:hover {
  background-image: url(../images/icons_jt6_1_h.png);
}
#FactoryBlock .FBlock3 .swiperBox .Btns .next {
  right: 0;
  background-image: url(../images/icons_jt6_2.png);
}
#FactoryBlock .FBlock3 .swiperBox .Btns .next:hover {
  background-image: url(../images/icons_jt6_2_h.png);
}
#FactoryBlock .FBlock3 .swiperBox .txt {
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
#FactoryBlock .FBlock4 {
  background: url(../images/factory/back.jpg) no-repeat center / cover;
}
#FactoryBlock .FBlock4 .swiperBox {
  padding-bottom: 60px;
}
#FactoryBlock .FBlock4 .swiperBox img {
  display: block;
  width: 100%;
}
#FactoryBlock .FBlock4 .swiperBox .txt {
  padding: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  text-align: center;
}
#FactoryBlock .FBlock5 .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 50px;
}
#FactoryBlock .FBlock5 .ul li {
  width: 28.57%;
  text-align: center;
}
#FactoryBlock .FBlock5 .ul li .Box {
  display: block;
  padding: 75px 15% 95px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#FactoryBlock .FBlock5 .ul li .Box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#FactoryBlock .FBlock5 .ul li .Box .imgBox {
  display: inline-block;
  vertical-align: top;
}
#FactoryBlock .FBlock5 .ul li .Box img {
  display: block;
  width: 100%;
}
#FactoryBlock .FBlock5 .ul li .Box .txt {
  margin: 25px 0 32px;
  font-size: 15px;
  line-height: 26px;
  color: #333333;
}
#FactoryBlock .FBlock5 .ul li .Box .more {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  max-width: 80%;
  font-size: 15px;
  color: #316de6;
  line-height: 42px;
  border-radius: 3px;
  border: 1px solid #316de6;
  background: transparent;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#FactoryBlock .FBlock5 .ul li .Box .more:hover {
  background: #316de6;
  color: #fff;
}
/**资讯**/
#NewsBlock .List .ul {
  padding-top: 60px;
}
#NewsBlock .List .ul li + li {
  margin-top: 50px;
}
#NewsBlock .List .ul li .Box {
  display: block;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}
#NewsBlock .List .ul li .Box .imgBox {
  float: left;
  margin-right: 3.21%;
}
#NewsBlock .List .ul li .Box .imgBox img {
  display: block;
  width: 305px;
  height: 195px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#NewsBlock .List .ul li .Box .r_con {
  float: right;
  position: relative;
  width: 15.57%;
  height: 195px;
  margin-left: 5.35%;
  padding-top: 45px;
  color: #e0e0e0;
  text-align: right;
  border-left: 1px solid #eaeaea;
}
#NewsBlock .List .ul li .Box .r_con .more {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 136px;
  font-size: 15px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  background: #e62129;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#NewsBlock .List .ul li .Box .r_con .year {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  opacity: 1;
}
#NewsBlock .List .ul li .Box .r_con .time {
  font-size: 62px;
  line-height: 60px;
  opacity: 1;
}
#NewsBlock .List .ul li .Box .cont .h2 {
  padding-top: 45px;
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 26px;
  color: #2a2736;
}
#NewsBlock .List .ul li .Box .cont .word {
  font-size: 15px;
  line-height: 24px;
  color: #888888;
}
#NewsBlock .List .ul li .Box:hover .r_con .more {
  opacity: 1;
}
#NewsBlock .List .ul li .Box:hover .r_con .year,
#NewsBlock .List .ul li .Box:hover .r_con .time {
  opacity: 0;
}
#NewsBlock .List .ul li .Box:hover .cont .h2 {
  color: #e62129;
}
#NewsBlock .InfoBlock .Box {
  position: relative;
  padding: 55px 0 35px;
}
#NewsBlock .InfoBlock .Box::before {
  content: "";
  position: absolute;
  left: 69.28%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e7e7e7;
}
#NewsBlock .InfoBlock .Content {
  width: 69.28%;
  padding-right: 2.85%;
}
#NewsBlock .InfoBlock .Content .h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
}
#NewsBlock .InfoBlock .Content .other {
  padding: 18px 0 25px;
  font-size: 15px;
  line-height: 30px;
  color: #c8c8c8;
}
#NewsBlock .InfoBlock .Content .other .share a {
  margin: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: transparent;
  border: 0 none;
  background: #c0c0c0 no-repeat center;
}
#NewsBlock .InfoBlock .Content .other .share a + a {
  margin-left: 8px;
}
#NewsBlock .InfoBlock .Content .other .share a:hover {
  background-color: #da383d;
}
#NewsBlock .InfoBlock .Content .other .share .icon-qq {
  background-image: url(../images/icons_info1.png);
}
#NewsBlock .InfoBlock .Content .other .share .icon-weibo {
  background-image: url(../images/icons_info2.png);
}
#NewsBlock .InfoBlock .Content .other .share .icon-wechat {
  background-image: url(../images/icons_info3.png);
}
#NewsBlock .InfoBlock .Content .cont_word {
  padding: 40px 0;
  font-size: 15px;
  line-height: 28px;
  color: #555555;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
#NewsBlock .InfoBlock .Content .cont_word img{
  height: auto!important;
}
#NewsBlock .InfoBlock .Content .cont_word p + p {
  margin-top: 1em;
}
#NewsBlock .InfoBlock .Content .PNBox {
  padding: 22px 0;
}
#NewsBlock .InfoBlock .Content .PNBox .wid {
  min-width: 39%;
  max-width: 48%;
  font-size: 15px;
  line-height: 24px;
  color: #777;
}
#NewsBlock .InfoBlock .Content .PNBox .wid a {
  color: #555555;
}
#NewsBlock .InfoBlock .Content .PNBox .wid a:hover {
  color: #e62129;
}
#NewsBlock .InfoBlock .PutNews {
  position:sticky;
  top:88px;
  width: 30.72%;
  padding-left: 2.85%;
}
#NewsBlock .InfoBlock .PutNews .h2 {
  font-size: 22px;
  font-weight: normal;
  color: #333333;
}
#NewsBlock .InfoBlock .PutNews .ul {
  padding-top: 13px;
}
#NewsBlock .InfoBlock .PutNews .ul li {
  padding: 21px 0;
}
#NewsBlock .InfoBlock .PutNews .ul li + li {
  border-top: 1px solid #f0f0f0;
}
#NewsBlock .InfoBlock .PutNews .ul li .title {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
#NewsBlock .InfoBlock .PutNews .ul li .title:hover {
  color: #e62129;
}
#NewsBlock .InfoBlock .PutNews .ul li .txt {
  font-size: 14px;
  line-height: 20px;
  color: #c8c8c8;
}
@media (min-width: 769px) {
  /**图片弹框**/
  #TankImg .modal-lg {
    width: 665px;
  }
}
@media only screen and (min-width: 1200px) {
  #header {
    background: rgba(0, 0, 0, 0.04);
  }
  #header .HBox .Menu .ul li.pc_hide {
    display: none;
  }
  #header .HBox .Menu .ul li:hover .dl {
    display: block;
  }
  .SmallHeader #header {
    background: #242a37;
  }
  .SmallHeader #header .HBox {
    padding: 10px 0;
  }
  .SmallHeader #header .HBox .Menu .ul li > .dl {
    padding-top: 10px;
  }
  .SmallHeader #header .HBox .Menu .ul li.pc_hide {
    display: none;
  }
  .SmallHeader #header .HBox .FormBox {
    top: 10px;
    padding: 0;
  }
  #IndexBlock2 .ImageCont .div .imgBox .tank .title:hover::after {
    transform: translateX(15px);
  }
}
@media only screen and (min-width: 1430px) {
  .container {
    width: 14.3rem;
  }
  /**首页**/
}
@media only screen and (max-width: 1550px) {
  /**智能制造**/
  #FactoryBlock .h2 {
    padding: 50px 0 40px;
    font-size: 34px;
  }
  #FactoryBlock .FBlock3 .swiperBox {
    margin: 0 -15px;
    padding: 0 35px 60px;
  }
  #FactoryBlock .FBlock3 .swiperBox .Btns a {
    width: 30px;
  }
}
@media only screen and (max-width: 1430px) {
  /***产品***/
  #ProductList .ProductListBox .List .ul li .Box .Tank .pad {
    padding: 9%;
  }
  #ProductList .ProductListBox .List .ul li .Box .Tank .word {
    height: auto;
  }
  /***产品详情***/
  #ProductInfo .InfoBlock .InfoBox .CBox .swiperBox {
    margin-top: 75px;
  }
  #ProductInfo .PutProduct .DivBox .ul li .Box .Tank .pad {
    padding: 9%;
  }
  #ProductInfo .PutProduct .DivBox .ul li .Box .Tank .word {
    height: auto;
  }
  /**关于我们**/
  #AboutBlock .AboutDesInfo .NumBox .nums {
    padding-left: 80px;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums .b {
    font-size: 42px;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums .word {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  body {
    padding-top: 62px;
  }
  /**头部导航**/
  #header {
    background: #242a37;
  }
  #header .HBox {
    padding: 12px 0;
  }
  #header .HBox .logo img {
    height: 38px;
  }
  #header .HBox .Menu {
    display: block;
    position: fixed;
    left: 0;
    top: 62px;
    z-index: 999;
    width: 100%;
    height: calc(100% - 62px);
    background: #242a37;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: opacity 0.3s ease-in-out;
    overflow-y: auto;
  }
  #header .HBox .Menu .ul {
    padding-bottom: 15px;
    border-top: 1px solid #777;
    text-align: left;
  }
  #header .HBox .Menu .ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #777;
  }
  #header .HBox .Menu .ul li > .onshow > a {
    color: #fff;
  }
  #header .HBox .Menu .ul li > .onshow .icon {
    background-image: url(../images/icons_10_hover.png);
  }
  #header .HBox .Menu .ul li a {
    position: relative;
    padding: 0 15px;
    transition: all 0.3s;
  }
  #header .HBox .Menu .ul li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
  }
  #header .HBox .Menu .ul li.hasIcon .icon {
    position: absolute;
    right: 5px;
    height: 100%;
    width: 30px;
    background: url(../images/icons_10_hover.png) no-repeat center / 60% auto;
  }
  #header .HBox .Menu .ul li .dl {
    display: block;
    max-height: 9999999vh;
    position: static;
    padding-top: 0;
    text-align: left;
  }
  #header .HBox .Menu .ul li .dl dd > a {
    padding: 10px 15px;
  }
  #header .HBox .Menu .ul li .dl dd .dl dd a {
    padding: 8px 15px;
    font-size: 14px;
  }
  #header .HBox .Menu .ul li > .dl {
    display: none;
  }
  #header .HBox .FormBox {
    display: flex;
    position: fixed;
    left: 0;
    top: 62px;
    z-index: 999;
    width: 100%;
    height: calc(100% - 62px);
    padding: 15px;
    margin: 0;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: opacity 0.3s ease-in-out;
  }
  #header .HBox .FormBox .form {
    position: relative;
    width: 100%;
    padding-left: 0;
    background-color: #242a37;
    border-radius: 3px;
  }
  #header .HBox .FormBox .form .exit {
    display: none;
  }
  #header .HBox .other .SearchBtn {
    height: 38px;
  }
  #header .HBox .other .MenuBtn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    margin-top: 2px;
    height: 34px;
    width: 40px;
    border-radius: 3px;
  }
  #header .HBox .other .MenuBtn i {
    display: block;
    position: absolute;
    left: 20%;
    top: 50%;
    height: 3px;
    width: 60%;
    margin-top: -1.5px;
    background: #fff;
    transition: all 0.2s ease-in-out;
  }
  #header .HBox .other .MenuBtn .i1 {
    margin-top: -10px;
  }
  #header .HBox .other .MenuBtn .i3 {
    margin-top: 7px;
  }
  #header .HBox .other .Language {
    display: none;
  }
  .SearchShow #header .HBox .FormBox {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .PhoneShow #header .HBox .other .MenuBtn i {
    margin-top: -1.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .PhoneShow #header .HBox .other .MenuBtn .i2 {
    opacity: 0;
  }
  .PhoneShow #header .HBox .other .MenuBtn .i3 {
    margin-top: -1.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  .PhoneShow #header .Menu {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  /**底部**/
  #footer .Box {
    font-size: 14px;
    padding: 25px 0 25px;
  }
  #footer .Box .wid {
    display: none;
  }
  #footer .Box .cont6 {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #footer .Box .cont6 .title {
    display: none;
  }
  #footer .Box .tBox .phone {
    font-size: 24px;
    margin: 0;
  }
  #footer .Box .shareBox {
    padding-top: 15px;
  }
  #footer .Box .shareBox .i + .i {
    margin-left: 10px;
  }
  #footer .bot {
    margin-top: 0;
    padding: 15px 0;
  }
  #footer .bot .f_l,
  #footer .bot .f_r {
    width: 100%;
    text-align: center;
  }
  /**标题**/
  .AutoTitle {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .AutoTitle .h2 {
    font-size: 24px;
  }
  .AutoTitle .en {
    font-size: 16px;
  }
  .AutoTitle .en::after {
    margin: 5px auto 10px;
  }
  /**视频弹框**/
  .TankVideoBox .VideoBox video{
    max-width:94vw;
  }
  /**Banner图片**/
  #IndexBan .BanPoints {
    bottom: 25px;
  }
  #IndexBan .BanPoints .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #IndexBan .BanPoints .swiper-pagination-bullet-active {
    width: 30px;
  }
  #IndexBan .swiper-slide .TankWord {
    width: 400px;
  }
  #IndexBan .swiper-slide .TankWord .swiper-container {
    height: 60px;
  }
  #IndexBan .swiper-slide .TankWord .swiper-slide {
    font-size: 36px;
    line-height: 60px;
    height: 60px;
  }
  #AutoBan .word .h1 {
    font-size: 28px;
    line-height: 1.4em;
  }
  #AutoBan .word .h5 {
    font-size: 14px;
  }
  #AutoBan .SiteMap {
    display: none;
  }
  /**首页**/
  #IndexBlock1 {
    padding: 35px 0 45px;
  }
  #IndexBlock1 .word {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  #IndexBlock1 .ul {
    margin: -5px;
  }
  #IndexBlock1 .ul li {
    padding: 5px;
  }
  #IndexBlock1 .ul li .Box .tank .word {
    font-size: 20px;
  }
  #IndexBlock2 .Type .Tit.on {
    padding-left: 30px;
  }
  #IndexBlock2 .Type .Tit + .Tit {
    margin-top: 80px;
  }
  #IndexBlock2 .Type .Tit .big {
    padding-bottom: 5px;
    font-size: 20px;
  }
  #IndexBlock2 .Type .Tit .small {
    font-size: 14px;
  }
  #IndexBlock2 .Type .Tit.on::after {
    top: 0;
    height: 50px;
  }
  #IndexBlock2 .ImageCont .div .imgBox .tank {
    padding-bottom: 15px;
  }
  #IndexBlock2 .ImageCont .div .imgBox .tank .title {
    padding-right: 50px;
    font-size: 18px;
  }
  #IndexBlock2 .ImageCont .div .imgBox .tank .title::after {
    width: 40px;
    opacity: 1;
    transform: translateX(0);
    background-size: 40px auto;
  }
  #IndexBlock2 .ImageCont .div .imgBox .tank .word {
    display: none;
    margin: 5px 0;
    font-size: 14px;
  }
  #IndexBlock2 .ImageCont .div .imgBox:hover .tank {
    padding-bottom: 15px;
  }
  #IndexBlock3 .icon1 {
    margin-right: -150px;
    margin-bottom: -180px;
  }
  #IndexBlock3 .icon2 {
    margin-left: -150px;
    margin-top: -180px;
  }
  #IndexBlock3 .ul {
    padding-bottom: 45px;
  }
  #IndexBlock3 .ul li .Box .tank .div .title {
    font-size: 18px;
  }
  #IndexBlock3 .ul li .Box .tank .div .more {
    height: 26px;
    width: 26px;
  }
  #IndexBlock4 .ul {
    padding: 25px 0;
  }
  #IndexBlock4 .ul li {
    border-left: 0 none;
    width: 100%;
    height: auto!important;
  }
  #IndexBlock4 .ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #IndexBlock4 .ul li:last-child {
    border-right: 0;
  }
  #IndexBlock4 .ul li.on {
    width: 100%;
  }
  #IndexBlock4 .ul li.on .Box .title {
    font-size: 18px;
    margin: 0;
  }
  #IndexBlock4 .ul li.on .Box .des {
    margin-bottom: 0;
  }
  #IndexBlock4 .ul li.on .Box .more {
    margin-top: 10px;
  }
  #IndexBlock4 .ul li .Box {
    padding: 20px 0;
  }
  #IndexBlock4 .ul li .Box .time {
    display: none;
  }
  #IndexBlock4 .ul li .Box .title {
    font-size: 18px;
    margin: 0;
  }
  #IndexBlock4 .ul li .Box .time2 {
    display: block;
    height: auto;
    opacity: 1;
    margin-bottom: 10px;
  }
  #IndexBlock4 .ul li .Box .des {
    opacity: 1;
    transform: translateY(0);
  }
  #IndexBlock4 .ul li .Box .more {
    margin-top: 10px;
    opacity: 1;
    transform: translateY(0);
    font-size: 14px;
    line-height: 36px;
  }
  /**分页**/
  .PageBox {
    padding: 25px 15px;
  }
  .PageBox a,
  .PageBox span {
    line-height: 36px;
    min-width: 48px;
  }
  /**产品**/
  #ProductList .ProductListBox {
    padding: 25px 0;
  }
  #ProductList .ProductListBox .Type {
    float: none;
    display: block;
    width: 100%;
  }
  #ProductList .ProductListBox .Type .TypeWord {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  #ProductList .ProductListBox .Type .TypeWord .h2 {
    margin: 0;
    padding-left: 15px;
    font-size: 18px;
    line-height: 46px;
    text-align: left;
  }
  #ProductList .ProductListBox .Type .TypeWord .en {
    display: none;
  }
  #ProductList .ProductListBox .Type .TypeWord .PhoneMMenuBtn {
    height: 46px;
    width: 50px;
    background: url(../images/icons_10_hover.png) no-repeat center / 14px 14px;
    transition: all 0.3s;
    transform: rotate(0);
  }
  #ProductList .ProductListBox .Type .ul {
    display: none;
    padding-top: 0;
  }
  #ProductList .ProductListBox .Type .ul li .Tit {
    padding: 0;
  }
  #ProductList .ProductListBox .Type .ul li .Tit::before {
    top: 0;
    height: 100%;
  }
  #ProductList .ProductListBox .Type .ul li .Tit .word {
    padding: 10px 15px;
  }
  #ProductList .ProductListBox .Type .ul li .Tit .word .icon {
    height: 100%;
    top: 0;
  }
  #ProductList .ProductListBox .Type .ul li .dl {
    display: none;
    padding: 8px 0;
  }
  #ProductList .ProductListBox .Type .ul li .dl a {
    padding: 5px 20px;
  }
  #ProductList .ProductListBox .List {
    float: none;
    width: 100%;
  }
  #ProductList .ProductListBox .List .h3 {
    margin-top: 15px;
    padding-bottom: 5px;
  }
  #ProductList .ProductListBox .List .ul {
    margin: 0 -5px;
    padding: 5px 0;
  }
  #ProductList .ProductListBox .List .ul li {
    padding: 5px;
  }
  #ProductList .ProductListBox .List .ul li .Box .Tank {
    display: none;
  }
  .MenuTypeBox a {
    line-height: 55px;
  }
  /***产品详情***/
  #ProductInfo .h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #ProductInfo .InfoBlock .InfoBox {
    padding: 35px 0;
  }
  #ProductInfo .InfoBlock .InfoBox .ImgBox {
    float: none;
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox .content {
    width: 100%;
    order: 2;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox .content .h1 {
    margin: 20px 0 10px;
    font-size: 24px;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox .content .word {
    line-height: 1.6em;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox .content .cont {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 18px;
    line-height: 1.6em;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox .swiperBox {
    margin-top: 20px;
    width: 100%;
    order: 1;
  }
  #ProductInfo .InfoCharacteristic .Box {
    padding: 35px 0;
  }
  #ProductInfo .InfoCharacteristic .Box .ul li {
    margin: 5px 0;
    padding: 5px 0 8px 80px;
  }
  #ProductInfo .InfoCharacteristic .Box .ul li img {
    width: 68px;
  }
  #ProductInfo .InfoFunction .Box {
    padding: 35px 0;
  }
  #ProductInfo .InfoFunction .Box .Tables table tr td {
    padding: 10px 20px;
  }
  #ProductInfo .InfoFunction .Box .Tables table tr td:first-child {
    width: 25%;
  }
  #ProductInfo .InfoFunction2 .Box {
    padding: 35px 0;
  }
  #ProductInfo .InfoFunction2 .Box .Tables table tr th {
    font-size: 16px;
    padding: 10px 20px;
  }
  #ProductInfo .InfoFunction2 .Box .Tables table tr td {
    padding: 10px 20px;
  }
  #ProductInfo .PutProduct .DivBox {
    padding: 35px 0;
  }
  #ProductInfo .PutProduct .DivBox .ul {
    padding: 5px 0;
    margin: 0 -5px;
  }
  #ProductInfo .PutProduct .DivBox .ul li {
    padding: 5px;
  }
  #ProductInfo .PutProduct .DivBox .ul li .Tank {
    display: none;
  }
  /**关于我们**/
  #AboutBlock {
    /**荣誉资质**/
    /**联系我们**/
  }
  #AboutBlock .AboutDesInfo {
    padding: 30px 0;
    font-size: 14px;
    line-height: 24px;
  }
  #AboutBlock .AboutDesInfo .h3 {
    font-size: 26px;
  }
  #AboutBlock .AboutDesInfo .h3 .br {
    display: inline-block;
  }
  #AboutBlock .AboutDesInfo .h5 {
    margin: 5px 0;
    font-size: 18px;
  }
  #AboutBlock .AboutDesInfo .NumBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums {
    margin-bottom: 20px;
    padding-left: 47px;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums::before {
    left: 0;
    top: 25%;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums .b {
    font-size: 32px;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums .word {
    font-size: 16px;
  }
  #AboutBlock .AboutCulture .Box {
    padding: 30px 0;
  }
  #AboutBlock .AboutCulture .Box .cont {
    width: 100%;
  }
  #AboutBlock .AboutCulture .Box .cont .h2 {
    font-size: 22px;
    line-height: 24px;
  }
  #AboutBlock .AboutCulture .Box .cont .h2::before {
    width: 3px;
  }
  #AboutBlock .AboutCulture .Box .cont .ul {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  #AboutBlock .AboutCulture .Box .cont .ul li {
    margin-top: 10px;
  }
  #AboutBlock .AboutCulture .Box .cont .ul li .h6 {
    padding-bottom: 0;
    font-size: 18px;
  }
  #AboutBlock .AboutCulture .Box .cont .ul li p {
    font-size: 14px;
  }
  #AboutBlock .AboutCulture .Box .img {
    width: 100%;
  }
  #AboutBlock .AboutLc {
    padding: 30px 0;
  }
  #AboutBlock .AboutLc .title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #AboutBlock .AboutLc .dlBox .more {
    padding-top: 25px;
  }
  #AboutBlock .AboutLc .dl dd {
    padding: 15px;
    margin-bottom: 25px;
  }
  #AboutBlock .AboutLc .dl dd .imgBox {
    width: 145px;
    margin-right: 20px;
  }
  #AboutBlock .AboutLc .dl dd .time {
    font-size: 20px;
  }
  #AboutBlock .AboutLc .dl dd .ul li {
    line-height: 24px;
  }
  #AboutBlock .AboutLc .dl dd::before {
    top: 25px;
  }
  #AboutBlock .AboutLc .dl dd::after {
    top: 25px;
  }
  #AboutBlock .AboutLc .dl dd:nth-child(odd)::before {
    margin-left: 9.6%;
  }
  #AboutBlock .AboutLc .dl dd:nth-child(even) {
    margin-top: 20px;
    clear: right;
  }
  #AboutBlock .AboutLc .dl dd:nth-child(even)::before {
    margin-right: 9.4%;
  }
  #AboutBlock .HonorList {
    padding: 30px 0 15px;
  }
  #AboutBlock .HonorList .ul li .Box {
    padding: 10px;
  }
  #AboutBlock .HonorList .ul li .Box .imgBox {
    margin-bottom: 5px;
  }
  #AboutBlock .HonorList .ul li .Box .title {
    font-size: 14px;
  }
  #AboutBlock .ContactInfo .Box {
    padding: 35px 0;
  }
  #AboutBlock .ContactInfo .Box .wid .icon {
    width: 60px;
    height: 60px;
    background-size: 22px auto;
  }
  #AboutBlock .ContactInfo .Box .wid .h2 {
    margin: 10px 0 5px;
    font-size: 20px;
  }
  #AboutBlock .ContactInfo .Box .wid .cont {
    font-size: 14px;
    line-height: 24px;
  }
  #AboutBlock .MapBox .Map {
    height: 350px;
  }
  #AboutBlock .FormBlock .form {
    padding: 35px 0;
  }
  #AboutBlock .FormBlock .form .h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 22px;
  }
  #AboutBlock .FormBlock .form .Box {
    padding: 20px 0;
    margin: -8px;
  }
  #AboutBlock .FormBlock .form .Box .inputBox {
    padding: 8px;
  }
  #AboutBlock .FormBlock .form .Box .input {
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
  }
  #AboutBlock .FormBlock .form .p {
    margin-bottom: 15px;
  }
  #AboutBlock .FormBlock .form .input {
    font-size: 14px;
  }
  #AboutBlock .FormBlock .form .textarea .input {
    height: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #AboutBlock .FormBlock .form .submit {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  /**人才招聘**/
  #JobBlock .h1 {
    padding: 35px 0 25px;
    font-size: 26px;
  }
  #JobBlock .JobInfo {
    padding-bottom: 35px;
  }
  #JobBlock .JobInfo .Box .cont {
    padding: 15px 2.5%;
  }
  #JobBlock .JobInfo .Box .cont .h2 {
    font-size: 20px;
  }
  #JobBlock .JobInfo .Box .cont .word {
    font-size: 14px;
    line-height: 28px;
  }
  #JobBlock .JobFuli .Box {
    padding-bottom: 35px;
  }
  #JobBlock .JobFuli .Box .span .icon {
    margin-bottom: 10px;
  }
  #JobBlock .JobFuli .Box .span .icon img {
    width: 90px;
  }
  #JobBlock .JobFuli .Box .span .txt {
    font-size: 16px;
  }
  #JobBlock .JobList .dl {
    padding-bottom: 35px;
  }
  #JobBlock .JobList .dl .wid {
    padding: 10px;
  }
  #JobBlock .JobList .dl dt .wid {
    font-size: 15px;
  }
  #JobBlock .JobList .dl .Btn {
    width: 28px;
    height: 28px;
  }
  #JobBlock .JobList .dl .InfoBox .wid {
    font-size: 15px;
  }
  #JobBlock .JobList .dl .Bot {
    font-size: 15px;
    line-height: 28px;
  }
  #JobBlock .CultureBlock {
    padding-bottom: 35px;
  }
  #JobBlock .CultureBlock .ul {
    margin: -8px;
  }
  #JobBlock .CultureBlock .ul li {
    padding: 8px;
  }
  /**技术核心**/
  #TechnologyCore .TechnologyType {
    padding: 25px 0;
  }
  #TechnologyCore .TechnologyType .line {
    margin: 0 25px;
  }
  #TechnologyCore .TechnologyContent {
    padding-bottom: 45px;
  }
  #TechnologyCore .TechnologyContent .Box {
    padding: 25px 15px;
  }
  /**解决方案**/
  #SolutionBlock {
    /**解决方案详情**/
  }
  #SolutionBlock .SolutionList {
    padding: 30px 0 15px;
  }
  #SolutionBlock .SolutionList .ul {
    margin: -10px;
  }
  #SolutionBlock .SolutionList .ul li {
    padding: 10px;
  }
  #SolutionBlock .SolutionList .ul li .Box .Tank .TBox {
    padding: 15px;
  }
  #SolutionBlock .SolutionList .ul li .Box .Tank .TBox .title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #SolutionBlock .SolutionList .ul li .Box .Tank .TBox .des {
    display: none;
  }
  #SolutionBlock .SolutionInfo .h2 {
    padding-left: 12px;
    margin: 35px 0 25px;
    font-size: 20px;
    line-height: 20px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .h1 {
    margin-top: 35px;
    font-size: 22px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .h2 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .Boxs {
    padding-bottom: 25px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .swiperBox {
    padding-bottom: 30px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .swiperBox .Box .txt {
    padding-top: 10px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock3 .ul {
    padding-bottom: 25px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock3 .ul li {
    padding-bottom: 15px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock3 .ul li .ico img {
    width: 56px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock3 .ul li .txt {
    padding: 10px;
    font-size: 16px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock4 .ul {
    padding-bottom: 35px;
    margin: -10px 0;
  }
  #SolutionBlock .SolutionInfo .InfoBlock4 .ul li {
    margin: 10px 0;
  }
  #SolutionBlock .SolutionInfo .InfoBlock4 .ul li .imgBox .word .w {
    padding: 3px 10px;
    font-size: 15px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock4 .ul li .cont {
    line-height: 24px;
    font-size: 14px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul {
    padding-bottom: 35px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul li .icon {
    width: 70px;
    margin-right: 10px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul li .icon img {
    width: 70px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul li .cont .h5 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul li .cont .p {
    line-height: 20px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock6 .ul {
    padding-bottom: 25px;
    margin: -8px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock6 .ul li {
    padding: 8px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box .More {
    display: none;
  }
  #SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box .cont {
    padding: 10px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock6 .ul li .Box .cont .tit {
    margin-bottom: 0;
  }
  /**智能制造**/
  #FactoryBlock .h2 {
    padding: 35px 0 25px;
    font-size: 26px;
    line-height: 26px;
  }
  #FactoryBlock .FBlock1 {
    padding-top: 35px;
  }
  #FactoryBlock .FBlock1 .imgBox .Box .h1 {
    font-size: 26px;
    line-height: 26px;
  }
  #FactoryBlock .FBlock1 .imgBox .Box .word {
    padding-top: 10px;
    line-height: 26px;
  }
  #FactoryBlock .FBlock1 .NumBers {
    padding: 50px 0;
  }
  #FactoryBlock .FBlock1 .NumBers .nums .num {
    font-size: 34px;
    line-height: 34px;
  }
  #FactoryBlock .FBlock1 .NumBers .nums .jh {
    font-size: 24px;
  }
  #FactoryBlock .FBlock1 .NumBers .nums .txt {
    padding: 5px 0;
    font-size: 14px;
  }
  #FactoryBlock .FBlock2 {
    padding: 35px 0;
  }
  #FactoryBlock .FBlock2 .ul {
    margin: -5px;
  }
  #FactoryBlock .FBlock2 .ul li {
    padding: 5px;
  }
  #FactoryBlock .FBlock2 .ul li .Box {
    padding: 25px 10px;
  }
  #FactoryBlock .FBlock2 .ul li .Box img {
    width: 60px;
  }
  #FactoryBlock .FBlock2 .ul li .Box .num {
    margin: 15px 0 10px;
    font-size: 16px;
  }
  #FactoryBlock .FBlock2 .ul li .Box .num .strong {
    font-size: 40px;
    line-height: 40px;
  }
  #FactoryBlock .FBlock2 .ul li .Box .h3 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
  }
  #FactoryBlock .FBlock2 .ul li .Box .txt {
    font-size: 14px;
  }
  #FactoryBlock .FBlock3 .swiperBox {
    margin: 0;
    padding: 0 30px 25px;
  }
  #FactoryBlock .FBlock3 .swiperBox .Btns a {
    width: 30px;
    height: 75%;
  }
  #FactoryBlock .FBlock4 .swiperBox {
    padding-bottom: 25px;
  }
  #FactoryBlock .FBlock5 .ul {
    padding-bottom: 35px;
  }
  #FactoryBlock .FBlock5 .ul li .Box {
    padding: 25px 10%;
  }
  #FactoryBlock .FBlock5 .ul li .Box img {
    width: 100px;
  }
  #FactoryBlock .FBlock5 .ul li .Box .txt {
    margin: 10px 0 15px;
    font-size: 14px;
    line-height: 22px;
  }
  #FactoryBlock .FBlock5 .ul li .Box .more {
    font-size: 14px;
    line-height: 36px;
  }
  /**资讯**/
  #NewsBlock .List .ul {
    padding-top: 35px;
  }
  #NewsBlock .List .ul li + li {
    margin-top: 25px;
  }
  #NewsBlock .List .ul li .Box {
    padding-bottom: 25px;
  }
  #NewsBlock .List .ul li .Box .imgBox {
    margin-right: 2%;
  }
  #NewsBlock .List .ul li .Box .imgBox img {
    width: 200px;
    height: 128px;
  }
  #NewsBlock .List .ul li .Box .r_con {
    width: 140px;
    height: 128px;
    margin-left: 2%;
    padding-top: 30px;
  }
  #NewsBlock .List .ul li .Box .r_con .more {
    display: none;
  }
  #NewsBlock .List .ul li .Box .r_con .year {
    font-size: 20px;
    line-height: 30px;
  }
  #NewsBlock .List .ul li .Box .r_con .time {
    font-size: 42px;
    line-height: 40px;
  }
  #NewsBlock .List .ul li .Box .cont .h2 {
    padding-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
  }
  #NewsBlock .List .ul li .Box .cont .word {
    font-size: 14px;
    line-height: 22px;
  }
  #NewsBlock .List .ul li .Box:hover .r_con .year {
    opacity: 1;
  }
  #NewsBlock .List .ul li .Box:hover .r_con .time {
    opacity: 1;
  }
  #NewsBlock .InfoBlock .Box {
    padding: 35px 0 25px;
  }
  #NewsBlock .InfoBlock .Content .h1 {
    font-size: 20px;
    line-height: 24px;
  }
  #NewsBlock .InfoBlock .Content .other {
    padding: 13px 0 15px;
    font-size: 15px;
    line-height: 30px;
  }
  #NewsBlock .InfoBlock .Content .cont_word {
    padding: 20px 0;
    line-height: 24px;
  }
  #NewsBlock .InfoBlock .Content .cont_word p + p {
    margin-top: 0.7em;
  }
  #NewsBlock .InfoBlock .Content .PNBox {
    padding: 15px 0;
  }
  #NewsBlock .InfoBlock .PutNews .h2 {
    font-size: 20px;
  }
  #NewsBlock .InfoBlock .PutNews .ul {
    padding-top: 1px;
  }
  #NewsBlock .InfoBlock .PutNews .ul li {
    padding: 13px 0;
  }
  #NewsBlock .InfoBlock .PutNews .ul li .title {
    margin-bottom: 2px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  /**关于我们**/
  #AboutBlock .AboutDesInfo .NumBox {
    justify-content: center;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums {
    padding: 0;
    width: 25%;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums::before {
    left: 0;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums:nth-child(5)::before {
    display: none;
  }
  #AboutBlock .AboutLc .dlBox::after {
    left: 8px;
  }
  #AboutBlock .AboutLc .dl {
    margin-left: 34px;
  }
  #AboutBlock .AboutLc .dl dd {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #AboutBlock .AboutLc .dlBox .dl dd::before {
    left: 0;
    margin-left: -34px;
  }
  #AboutBlock .AboutLc .dl dd:nth-child(even) {
    margin-top: 0;
  }
  #AboutBlock .AboutLc .dl dd:nth-child(odd)::after {
    left: -13px;
    border-left: 0 none;
    border-right: 13px solid #f5f5f5;
  }
  #AboutBlock .AboutLc .dl dd:hover:nth-child(odd)::after {
    border-right-color: #1f82e8;
  }
  #AboutBlock .AboutLc .dl dd .imgBox {
    width: 125px;
  }
  #AboutBlock .AboutLc .dl dd .cont {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  /**底部**/
  #footer .others {
    line-height: 20px;
  }
  #footer .others .f_l {
    margin-bottom: 5px;
  }
  /**首页**/
  /**公用**/
  /**标题**/
  .AutoTitle {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .AutoTitle .h2 {
    font-size: 18px;
  }
  .AutoTitle .en {
    font-size: 14px;
    vertical-align: top;
  }
  .AutoTitle .en::after {
    margin: 0px auto 5px;
  }
  .AutoTitle .ltit {
    font-size: 14px;
  }
  /**Banner图片**/
  #IndexBan .BanPoints {
    bottom: 15px;
  }
  /**人才招聘**/
  #JobBlock .h1 {
    padding: 30px 0 20px;
    font-size: 22px;
  }
  #JobBlock .JobInfo .Box .imgBox {
    width: 100%;
  }
  #JobBlock .JobInfo .Box .cont {
    width: 100%;
    padding: 20px 15px;
  }
  /**智能制造**/
  #FactoryBlock .FBlock1 .imgBox .Box {
    padding: 15px;
  }
}
@media only screen and (max-width: 769px) {
  body {
    padding-top: 54px;
  }
  /**头部**/
  #header .HBox .logo img {
    height: 30px;
  }
  #header .HBox .Menu {
    top: 54px;
    height: calc(100% - 54px);
  }
  #header .HBox .FormBox {
    top: 54px;
    height: calc(100% - 54px);
  }
  #header .HBox .other .SearchBtn {
    height: 30px;
  }
  #header .HBox .other .MenuBtn {
    height: 30px;
    width: 36px;
    margin-top: 0;
  }
  #header .HBox .other .MenuBtn .i1 {
    margin-top: -8px;
  }
  #header .HBox .other .MenuBtn .i3 {
    margin-top: 6px;
  }
  /**公用**/
  /**标题**/
  /**底部**/
  #footer .Bot {
    font-size: 0.12rem;
    padding: 0.8em 0;
  }
  /**Banner图片**/
  #IndexBan .swiper-slide .TankWord {
    width: 260px;
  }
  #IndexBan .swiper-slide .TankWord .swiper-container {
    height: 50px;
  }
  #IndexBan .swiper-slide .TankWord .swiper-slide {
    font-size: 22px;
    line-height: 50px;
    height: 50px;
  }
  #AutoBan .pc {
    display: none;
  }
  #AutoBan .phone {
    display: block;
  }
  #AutoBan .word .h1 {
    font-size: 22px;
  }
  #AutoBan .word .h5 {
    font-size: 12px;
  }
  /**公用**/
  /**分页**/
  .PageBox {
    padding: 15px 0;
  }
  .PageBox a,
  .PageBox span {
    line-height: 32px;
    min-width: 30px;
  }
  /**标题**/
  /**首页**/
  #IndexBlock1 {
    padding: 25px 0 30px;
  }
  #IndexBlock1 .word {
    font-size: 14px;
    line-height: 22px;
  }
  #IndexBlock1 .ul li {
    width: 50%;
  }
  #IndexBlock1 .ul li:first-child {
    width: 100%;
  }
  #IndexBlock1 .ul li .Box .tank .word {
    font-size: 16px;
  }
  #IndexBlock2 .Type {
    width: 100%;
    text-align: center;
    padding: 25px 0 10px;
  }
  #IndexBlock2 .Type .Tit {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding-left: 0!important;
  }
  #IndexBlock2 .Type .Tit + .Tit {
    margin-top: 0;
  }
  #IndexBlock2 .Type .Tit .big {
    font-size: 15px;
  }
  #IndexBlock2 .Type .Tit .small {
    display: none;
  }
  #IndexBlock2 .Type .Tit::after {
    display: none;
  }
  #IndexBlock2 .ImageCont {
    width: 100%;
    padding-bottom: 30px;
  }
  #IndexBlock2 .ImageCont .div .imgBox .tank .title {
    font-size: 14px;
  }
  #IndexBlock2 .ImageCont .div .imgBox .tank .title::after {
    background-size: 26px auto;
  }
  #IndexBlock3 .ul {
    padding-bottom: 30px;
  }
  #IndexBlock3 .ul li {
    width: 50%;
  }
  #IndexBlock3 .ul li .Box .tank .div .title {
    margin-bottom: 4px;
    font-size: 16px;
  }
  #IndexBlock3 .ul li .Box .tank .div .more {
    width: 20px;
    height: 20px;
  }
  #IndexBlock4 .ul li .Box .title {
    font-size: 16px;
  }
  #IndexBlock4 .ul li .Box .des {
    font-size: 14px;
  }
  #IndexBlock4 .ul li.on .Box .title {
    font-size: 16px;
  }
  #IndexBlock4 .ul li.on .Box .des {
    font-size: 14px;
  }
  /**产品**/
  #ProductList .ProductListBox .Type .TypeWord .h2 {
    font-size: 16px;
  }
  #ProductList .ProductListBox .List .ul li {
    width: 50%;
  }
  #ProductList .ProductListBox .List .ul li .Box .cont {
    padding: 15px 10px 10px;
  }
  #ProductList .ProductListBox .List .ul li .Box .cont .tit {
    margin-bottom: 0;
  }
  .MenuTypeBox a {
    line-height: 50px;
  }
  /***产品详情***/
  #ProductInfo .h2 {
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 22px;
  }
  #ProductInfo .h2::before {
    height: 22px;
    width: 3px;
  }
  #ProductInfo .InfoBlock .InfoBox {
    padding: 25px 0;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox .content .h1 {
    margin: 15px 0 5px;
    font-size: 18px;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox .content .word,
  #ProductInfo .InfoBlock .InfoBox .CBox .content .cont {
    font-size: 14px;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox .content .kf {
    line-height: 36px;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox .swiperBox {
    margin-top: 10px;
    padding: 0;
  }
  #ProductInfo .InfoBlock .InfoBox .CBox .InfoBtns {
    display: none;
  }
  #ProductInfo .InfoCharacteristic .Box {
    padding: 25px 0;
  }
  #ProductInfo .InfoCharacteristic .Box .ul li {
    width: 100%;
    margin: 7px 0 0;
    padding-left: 60px;
  }
  #ProductInfo .InfoCharacteristic .Box .ul li img {
    width: 50px;
    top: 3px;
  }
  #ProductInfo .InfoCharacteristic .Box .ul li .h4 {
    font-size: 16px;
  }
  #ProductInfo .InfoCharacteristic .Box .ul li .p {
    font-size: 14px;
  }
  #ProductInfo .InfoFunction .Box {
    padding: 25px 0;
  }
  #ProductInfo .InfoFunction .Box .Tables table tr td {
    padding: 8px 15px;
    line-height: 22px;
  }
  #ProductInfo .InfoFunction2 .Box {
    padding: 25px 0;
  }
  #ProductInfo .InfoFunction2 .Box .Tables table tr th {
    padding: 8px 15px;
    font-size: 14px;
  }
  #ProductInfo .InfoFunction2 .Box .Tables table tr th:first-child {
    width: 20%;
  }
  #ProductInfo .InfoFunction2 .Box .Tables table tr th:last-child(2) {
    width: 30%;
  }
  #ProductInfo .InfoFunction2 .Box .Tables table tr td {
    padding: 8px 15px;
    line-height: 22px;
  }
  #ProductInfo .PutProduct .DivBox {
    padding: 25px 0;
  }
  #ProductInfo .PutProduct .DivBox .ul {
    margin: 3px -5px -5px;
  }
  #ProductInfo .PutProduct .DivBox .ul li {
    width: 50%;
  }
  #ProductInfo .PutProduct .DivBox .ul li .Box .cont {
    padding: 15px 10px 10px;
  }
  #ProductInfo .PutProduct .DivBox .ul li .Box .cont .tit {
    margin-bottom: 0;
  }
  /**关于我们**/
  #AboutBlock {
    /**荣誉资质**/
    /**联系我们**/
  }
  #AboutBlock .AboutDesInfo {
    padding: 20px 0 25px;
  }
  #AboutBlock .AboutDesInfo .h3 {
    font-size: 24px;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums {
    width: 33.33%;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums::before {
    display: none;
  }
  #AboutBlock .AboutDesInfo .NumBox .nums .b {
    font-size: 24px;
  }
  #AboutBlock .AboutCulture .Box .cont .h2 {
    font-size: 20px;
  }
  #AboutBlock .AboutLc .title {
    font-size: 20px;
  }
  #AboutBlock .AboutLc .dlBox .more {
    padding-top: 10px;
  }
  #AboutBlock .AboutLc .dl dd .imgBox {
    margin-right: 15px;
  }
  #AboutBlock .AboutLc .dl dd .cont .time {
    font-size: 18px;
  }
  #AboutBlock .AboutLc .dl dd .cont .ul li {
    margin-top: 2px;
    line-height: 20px;
  }
  #AboutBlock .HonorList {
    padding-top: 20px;
  }
  #AboutBlock .HonorList .ul li {
    width: 50%;
  }
  #AboutBlock .HonorList .ul li .Box {
    padding: 5px;
  }
  #AboutBlock .ContactInfo .Box {
    padding: 25px 0;
  }
  #AboutBlock .ContactInfo .Box .wid {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  #AboutBlock .ContactInfo .Box .wid .icon {
    width: 40px;
    height: 40px;
    background-size: 16px auto;
  }
  #AboutBlock .ContactInfo .Box .wid .h2 {
    font-size: 18px;
  }
  #AboutBlock .ContactInfo .Box .wid + .wid {
    margin-top: 25px;
    border-left: 0 none;
  }
  #AboutBlock .ContactInfo .Box .wid + .wid::before {
    display: none;
  }
  #AboutBlock .MapBox .Box {
    position: static;
    height: auto;
  }
  #AboutBlock .MapBox .Box .AddBox {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  #AboutBlock .MapBox .Box .AddBox .PosBox {
    position: static;
    font-size: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    text-align: center;
  }
  #AboutBlock .MapBox .Box .AddBox .PosBox > div {
    display: inline-block;
    width: 50%;
  }
  #AboutBlock .MapBox .Box .address {
    width: 98%;
  }
  #AboutBlock .FormBlock .form {
    padding: 25px 0 30px;
  }
  #AboutBlock .FormBlock .form .h3 {
    font-size: 18px;
  }
  #AboutBlock .FormBlock .form .h4 {
    font-size: 14px;
  }
  #AboutBlock .FormBlock .form .Box .inputBox {
    width: 100%;
  }
  #AboutBlock .FormBlock .form .input {
    font-size: 14px;
  }
  #AboutBlock .FormBlock .form .p {
    padding-left: 30px;
  }
  #AboutBlock .FormBlock .form .textarea .input {
    height: 100px;
  }
  /**人才招聘**/
  #JobBlock .h1 {
    padding: 25px 0 15px;
    font-size: 20px;
  }
  #JobBlock .JobInfo {
    padding-bottom: 30px;
  }
  #JobBlock .JobInfo .Box .cont .h2 {
    font-size: 16px;
  }
  #JobBlock .JobInfo .Box .cont .word {
    line-height: 24px;
  }
  #JobBlock .JobFuli .Box {
    padding-bottom: 25px;
    flex-wrap: wrap;
  }
  #JobBlock .JobFuli .Box .span {
    margin: 10px;
  }
  #JobBlock .JobFuli .Box .span .icon img {
    width: 80px;
  }
  #JobBlock .JobList .dl {
    padding-bottom: 30px;
  }
  #JobBlock .JobList .dl .wid {
    order: 2;
    width: auto;
  }
  #JobBlock .JobList .dl .wid1 {
    width: calc(100% - 50px);
    padding-bottom: 0;
    text-align: left;
    order: 1;
    line-height: 22px;
  }
  #JobBlock .JobList .dl .wid5 {
    width: 50px;
    padding-bottom: 0;
    order: 1;
  }
  #JobBlock .JobList .dl .wid2,
  #JobBlock .JobList .dl .wid3,
  #JobBlock .JobList .dl .wid4 {
    padding-top: 0;
  }
  #JobBlock .JobList .dl dt {
    display: flex;
    flex-wrap: wrap;
  }
  #JobBlock .JobList .dl dt .wid2,
  #JobBlock .JobList .dl dt .wid3,
  #JobBlock .JobList .dl dt .wid4 {
    display: none;
  }
  #JobBlock .JobList .dl .InfoBox {
    display: flex;
    flex-wrap: wrap;
  }
  #JobBlock .CultureBlock {
    padding-bottom: 30px;
  }
  #JobBlock .CultureBlock .ul {
    margin: -5px;
  }
  #JobBlock .CultureBlock .ul li {
    width: 50%;
    padding: 5px;
  }
  /**技术核心**/
  #TechnologyCore .TechnologyType {
    padding: 15px 0;
  }
  #TechnologyCore .TechnologyType .a {
    font-size: 14px;
  }
  #TechnologyCore .TechnologyType .a img {
    width: 18px;
    margin-top: -3px;
    margin-right: 5px;
  }
  #TechnologyCore .TechnologyType .line {
    margin: 0 10px;
  }
  #TechnologyCore .TechnologyContent {
    padding-bottom: 30px;
  }
  /**解决方案**/
  #SolutionBlock {
    /**解决方案详情**/
  }
  #SolutionBlock .SolutionList {
    padding-top: 20px;
  }
  #SolutionBlock .SolutionList .ul {
    margin: -5px;
  }
  #SolutionBlock .SolutionList .ul li {
    width: 50%;
    padding: 5px;
  }
  #SolutionBlock .SolutionList .ul li .Box .Tank .TBox .title {
    margin-bottom: 10px;
    font-size: 15px;
  }
  #SolutionBlock .SolutionList .ul li .Box .Tank .TBox .more {
    width: 22px;
    height: 22px;
    background-size: 50% auto;
  }
  #SolutionBlock .SolutionInfo .h2 {
    font-size: 16px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .h1 {
    margin-top: 30px;
    font-size: 18px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .h2 {
    margin-top: 15px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .Boxs {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .Boxs .imgBox {
    width: 100%;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .Boxs .imgBox img{
    height:auto!important;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .Boxs .cont {
    order: 2;
    width: 100%;
    line-height: 26px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .swiperBox {
    padding-bottom: 20px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock1 .swiperBox .Box .txt {
    font-size: 14px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock3 .ul {
    padding-bottom: 10px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock3 .ul li .ico img {
    width: 46px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock3 .ul li .txt {
    padding: 5px;
    font-size: 14px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock4 .ul {
    margin: -5px;
    padding-bottom: 20px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock4 .ul li {
    padding: 5px;
    margin: 0;
  }
  #SolutionBlock .SolutionInfo .InfoBlock4 .ul li .imgBox {
    width: 100%;
  }
  #SolutionBlock .SolutionInfo .InfoBlock4 .ul li .cont {
    width: 100%;
    padding: 7px 5px 10px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul li {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul li + li {
    padding-top: 15px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul li .Box {
    height: auto!important;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul li .Box .icon {
    display: block;
  }
  #SolutionBlock .SolutionInfo .InfoBlock5 .ul li .cont .h5 {
    font-size: 16px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock6 .ul {
    margin: -5px;
  }
  #SolutionBlock .SolutionInfo .InfoBlock6 .ul li {
    width: 50%;
    padding: 5px;
  }
  /**智能制造**/
  #FactoryBlock .h2 {
    padding: 25px 0 15px;
    font-size: 18px;
    line-height: 20px;
  }
  #FactoryBlock .FBlock1 .imgBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #FactoryBlock .FBlock1 .imgBox img {
    order: 2;
    width: 100%;
    height: auto;
  }
  #FactoryBlock .FBlock1 .imgBox .Box {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 20px 15px;
  }
  #FactoryBlock .FBlock1 .imgBox .Box .h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 3px;
  }
  #FactoryBlock .FBlock1 .imgBox .Box .word {
    padding-top: 7px;
    font-size: 14px;
    line-height: 24px;
  }
  #FactoryBlock .FBlock1 .NumBers {
    flex-wrap: wrap;
    padding: 20px 0 25px;
  }
  #FactoryBlock .FBlock1 .NumBers .nums {
    width: 48%;
  }
  #FactoryBlock .FBlock1 .NumBers .nums:nth-child(3)::before {
    display: none;
  }
  #FactoryBlock .FBlock1 .NumBers .nums .num {
    font-size: 22px;
    line-height: 26px;
  }
  #FactoryBlock .FBlock1 .NumBers .nums .jh {
    font-size: 20px;
  }
  #FactoryBlock .FBlock1 .NumBers .nums .txt {
    padding-top: 0;
  }
  #FactoryBlock .FBlock2 .ul li {
    width: 50%;
  }
  #FactoryBlock .FBlock2 .ul li .Box img {
    width: 50px;
  }
  #FactoryBlock .FBlock2 .ul li .Box .num {
    margin: 8px 0 5px;
  }
  #FactoryBlock .FBlock2 .ul li .Box .num .strong {
    font-size: 30px;
  }
  #FactoryBlock .FBlock2 .ul li .Box .h3 {
    font-size: 16px;
  }
  #FactoryBlock .FBlock3 .Btns {
    display: none;
  }
  #FactoryBlock .FBlock3 .swiperBox {
    padding: 0 0 20px;
  }
  #FactoryBlock .FBlock5 .ul li {
    width: 100%;
  }
  #FactoryBlock .FBlock5 .ul li + li {
    margin-top: 15px;
  }
  #FactoryBlock .FBlock5 .ul li .Box {
    padding: 25px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #FactoryBlock .FBlock5 .ul li .Box img {
    width: 60px;
  }
  #FactoryBlock .FBlock5 .ul li .Box .HBox {
    height: auto!important;
  }
  /**资讯**/
  #NewsBlock .List .ul {
    padding-top: 25px;
  }
  #NewsBlock .List .ul li + li {
    margin-top: 15px;
  }
  #NewsBlock .List .ul li .Box {
    padding-bottom: 15px;
  }
  #NewsBlock .List .ul li .Box .imgBox {
    margin-right: 15px;
  }
  #NewsBlock .List .ul li .Box .imgBox img {
    width: 140px;
    height: 90px;
  }
  #NewsBlock .List .ul li .Box .r_con {
    display: none;
  }
  #NewsBlock .List .ul li .Box .cont .h2 {
    padding-top: 10px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  #NewsBlock .List .ul li .Box .cont .word {
    font-size: 14px;
    line-height: 20px;
  }
  #NewsBlock .InfoBlock .Box {
    padding: 25px 0 15px;
  }
  #NewsBlock .InfoBlock .Box::before {
    display: none;
  }
  #NewsBlock .InfoBlock .Content {
    width: 100%;
    padding-right: 0;
  }
  #NewsBlock .InfoBlock .Content .h1 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  #NewsBlock .InfoBlock .Content .other {
    padding: 5px 0 10px;
    font-size: 14px;
    line-height: 30px;
  }
  #NewsBlock .InfoBlock .Content .other .txt {
    float: none;
    width: 100%;
    text-align: center;
  }
  #NewsBlock .InfoBlock .Content .other .share {
    float: none;
    width: 100%;
    text-align: center;
  }
  #NewsBlock .InfoBlock .Content .other .share a {
    width: 28px;
    height: 28px;
    background-size: 80%;
  }
  #NewsBlock .InfoBlock .Content .cont_word {
    padding: 15px 0;
  }
  #NewsBlock .InfoBlock .Content .PNBox {
    padding: 10px 0;
  }
  #NewsBlock .InfoBlock .Content .PNBox .wid {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
  }
  #NewsBlock .InfoBlock .PutNews {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /**底部**/
}
