.news .bdshare-button-style0-16 a,
.news .bdshare-button-style0-16 .bds_more {
  float: left;
  font-size: 12px;
  padding-left: 17px;
  line-height: 16px;
  height: 16px;
  /* background-image: url(../img/share/icons_0_16.png?v=91362611.png); */
  background-image: none;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
}

/* .news .bdshare-button-style0-16 .bds_sqq, */
.news .bdshare-button-style0-16 .bds_sqq {
  /* background-position: 0 -2652px; */
  background-image: url(../img/qq.png);
  background-position: center center;
}
/* .news .bdshare-button-style0-16 .bds_tsina , */
.news .bdshare-button-style0-16 .bds_tsina{
  /* background-position: 0 -2652px; */
  background-image: url(../img/weibo.png);
  background-position: center center;
}
/* .news .bdshare-button-style0-16 .bds_weixin, */
.news .bdshare-button-style0-16 .bds_weixin {
  /* background-position: 0 -2652px; */
  background-image: url(../img/weixin.png);
  background-position: center center;
}
.bdsharebuttonbox  a{
  display: inline-block;
  background: #7e7e7e;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
}
/* index.html自适应 */

@media (max-width: 765px){
  
}
@media (max-width: 765px){
  
}

/* 首页searching */
.searching{
  display: none;
  height: 50px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.searching .container{
  padding: 0px;
  position: relative;
  
}
.searching .container i{
  font-size: 30px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.searching .container button{
  width: 40px;
  height: 40px;
  background-color: #fff;
  border:none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.searching input{
  padding-left: 49px;
  line-height: 49px;
  font-size: 20px;
  width: 100%;
}


.mobile-foot {
  /* background: #2ca9e8; */
  background: #d90024;
  padding: 8px 0;
  position: fixed!important;
  bottom: 0!important;
  left: 0!important;
  width: 100%;
  z-index: 9999;
display:none;
}
.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
 width:22%;
  padding: 0 15px;
  margin:0 5px;
  transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  padding: 0px;
}
.pull-left {
  float: left!important;
}
.pull-right {
  float: right!important;
}
.btn {
  display: inline-block; 
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400; 
  text-align: center;
  white-space: nowrap;
  vertical-align: middle; 
  cursor: pointer;  
  border: 1px solid transparent;
  border-radius: 4px;
}

@media(max-width:480px){    .mobile-foot { display:block;}     }

/* 百度地图css */
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/* 插件中的样式 */
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 14px;
}
.navcon{
  padding: 0px;
}
.navbar{
  margin-bottom: 0px;
}
.navbar-header.clearfix{
  background: #fff;
  padding: 10px 0px;
  position: relative;
}
.navbar-header{
  position: relative;
}
.navbar-header>span{
  right: 80px;
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
}
.navbar-header .lan{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.navbar-header>a>img{
  position: absolute;
  width: 28%;
  left: 15px;
  top:50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
  height: 60%;
}
@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling : touch;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
  resize: none;
  border: none;
}

/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* 图片自适应 */
// img {
//  width: 100%;
//  height: auto;
//  width: auto\9; /* ie8 */
//  display: block;
//  -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
// }

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/1.5  "Source Han Sans CN","noto sans";
  color: #555;
  background-color: #f7f7f7;
}
em, i {
  font-style: normal;
}
ul,li{
  list-style-type: none;
}
/*strong {
  font-weight: normal;
}*/
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #969696;
  font-family: "Source Han Sans CN","noto sans";
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
 font-family: "Source Han Sans CN","noto sans";
}
img {
  border: none;
}
input{
 font-family: "Source Han Sans CN","noto sans";
}

input,button,select,textarea{outline:none}
textarea{resize:none}
/*单行溢出*/
.one-txt-cut{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
  overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.w50{
  width: 50%;
}
.w25{
  width: 25%;
}
.w20{
  width: 20%;
}
.w60{
  width:60%;
}
.w75{
  width: 75%;
}
.w80{
  width:80%;
}
.w90{
  width: 90%;
}
.w95{
  width:95%;
}
.w100{
  width:100%;
}
.w30{
  width: 30%;
}
.w33{
  width: 33.333333%;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.db{
  display: block !important;
}
.dn{
  display: none;
}



/* index.html */
.navs{
  background: #fff;
  /* height: 128px; */
}
.navs .top .container{
  position: relative;
  height: 128px;
}
.navs .top .container .left{
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
}
.navs .top .container .right{
  text-align: right;
  width: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
}
.navs .top .container .right .lan{
  vertical-align: middle;
  display: inline-block;
}
.navs .top .container .right .lan span{
  font-size: 13px;
  color: rgb( 0, 0, 0 );
  margin-left: 5px;
}
.navs .top .container .right form{
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}
.navs .top .container .right form input{
  vertical-align: top;
  width: 220px;
  height: 35px;
  background: #f0f0f0;
  padding-left: 15px;
}
.navs .top .container .right form button{
  vertical-align: top;
  width: 40px;
  height: 35px;
  background: #e0e0e0;
  border:none;
  position: relative;
}
.navs .top .container .right form button i{
  font-size: 25px;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.navs .bottom{
  background: #d90024;
  height: 58px;
  line-height: 58px;
}
.navs .bottom .container{
  padding: 0px;
}
.navs .bottom .container>ul{
  font-size: 0px;
}
.navs .bottom .container>ul>li{
  line-height: 58px;
  height: 58px;
  float: left;
  width: 11.11111%;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.navs .bottom .container>ul>li:hover>ul{
  display: block;
}
.navs .bottom .container>ul>li>ul{
  z-index: 10000;
  display: none;
  width: 180px;
  position: absolute;
  top: 58px;
  left: 50%;
  -webkit-transform: translateX( -50%);
  -moz-transform: translateX( -50%);
  -ms-transform: translateX( -50%);
  -o-transform: translateX( -50%);
  background: rgba(255, 255, 255, .9);
  /* padding: 20px 0px; */
}
.navs .bottom .container>ul>li>ul>li{
  /* line-height: 2; */
  line-height: 58px;
  border-bottom: 1px solid #ccc;
}
.navs .bottom .container>ul>li>ul>li:last-child{
  border-bottom: none;
}
.navs .bottom .container>ul>li>ul>li:hover{
  background: #d90024;
}
.navs .bottom .container>ul>li>ul>li:hover a{
  color: #fff;
}
.navs .bottom .container>ul>li>ul>li a{
  color: #6f6f6f;
  font-size: 14px;
  vertical-align: middle;
}
.navs .bottom .container>ul>li>ul>li a:hover{
  /* color: #d90024; */
}

.navs .bottom .container>ul>li:nth-child(3):hover>div{
  display: block;
}
.navs .bottom .container>ul>li:nth-child(3)>div{
  display: none;
  text-align: left;
  background: rgba(255, 255, 255, .8);
  padding-top: 28px;
  width: 480px;
  height: 300px;
  z-index: 10000;
  position: absolute;
  top: 58px;
  left: 50%;
  -webkit-transform: translateX( -50%);
  -moz-transform: translateX( -50%);
  -ms-transform: translateX( -50%);
  -o-transform: translateX( -50%);
}
.navs .bottom .container>ul>li:nth-child(3)>div >div{
  padding: 0px;
  /* padding-left: 30px; */
  padding-left: 5px;
  
}
.navs .bottom .container>ul>li:nth-child(3)>div >div:nth-child(2){
  /* border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; */

  /* border-left: 2px solid #ccc;
  border-right: 2px solid #ccc; */

}
.navs .bottom .container>ul>li:nth-child(3)>div >div:nth-child(2) dl:last-child{
  margin-bottom: 0px;
}


.navs .bottom .container>ul>li:nth-child(3)>div p{
  font-size: 17px;
  color: rgb( 111, 111, 111 );
  line-height: 1.765;
  margin-bottom: 10px;
}

.navs .bottom .container>ul>li:nth-child(3)>div dl{
  list-style: disc !important;
  margin-bottom: 15px;
}
.navs .bottom .container>ul>li:nth-child(3)>div dl dt{
  color: #d90024;
  font-size: 14px;
}
.navs .bottom .container>ul>li:nth-child(3)>div dl dd{
  line-height: 2;
}
.navs .bottom .container>ul>li:nth-child(3)>div dl dd a{
  color: #6f6f6f;
  font-size: 14px;
  vertical-align: middle;
}
.navs .bottom .container>ul>li:nth-child(3)>div dl dd a:hover{
  color: #d90024;
}
.navs .bottom .container>ul>li:nth-child(3)>div dl dd i{
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #d90024;
  vertical-align: middle;
  margin-right: 5px;
}

.navs .bottom .container>ul>li>a{
  font-size: 16px;
  color: rgb( 255, 255, 255 );
}




.aboutus{
  padding: 78px 0px;
}
.aboutus .container{
  
}
.aboutus .container>.left{
  
}
.aboutus .container>.left p.tit{
  font-size: 27px;
  color: rgb( 217, 0, 36 );
  line-height: 1.222;
  margin-bottom: 35px;
}
.aboutus .container>.left p.detail{
  font-size: 14px;
  color: rgb( 80, 80, 80 );
  line-height: 2.357;
}
.aboutus .container>.right{
  
}


.i-systems {
  height: 436px;
  padding-top: 70px;
  position: relative;
  background: rgba(248,248,248,1);
  overflow: hidden;
}

.i-systems .i-title-new {
  float: left;
  position: relative;
  padding-left: 29px;
  /* padding-top: 70px; */
  padding-top: 50px;
}
.i-systems .i-title-new::after {
  position: absolute;
  left: 7px;
  top: 60px;
  width: 7px;
  height: 180px;
  /* height: 150px; */
  background: rgba(232,37,25,1);
  overflow: hidden;
  content: " ";
}

.i-title-new {
  float: left;
  position: relative;
  padding-left: 29px;
  /* padding-top: 70px; */
  padding-top: 90px;
}

.i-title-new::after {
  position: absolute;
  left: 7px;
  top: 95px;
  width: 7px;
  height: 180px;
  /* height: 150px; */
  background: rgba(232,37,25,1);
  overflow: hidden;
  content: " ";
}

.i-title-new h2 {
  position: relative;
  margin-bottom: 38px;
  font-size: 26px;
  line-height: 38px;
  color: rgba(51,51,51,1);
  padding-bottom: 20px;
  font-weight: 400;
}

.i-title-new p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(102,102,102,1);
}

.i-systems-cont {
  float: right;
  overflow: hidden;
}
.i-business-cont {
  float: right;
  /* overflow: hidden; */
}


.i-system-ul1 {
  margin-bottom: 65px;
  margin-right: -40px;
  overflow: hidden;
}
.i-business-ul1 {
  margin-bottom: 65px;
  margin-right: -40px;
  overflow: hidden;
}
.i-business{
  background: #d90024;
}
.i-business .i-title-new::after{
  background: #fff;
}
.i-business .i-title-new h2 {
  position: relative;
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 38px;
  /* color: rgba(51,51,51,1); */
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
}
.i-business .i-title-new p {
  font-size: 18px;
  line-height: 30px;
  /* color: rgba(102,102,102,1); */
  color: #fff;
}

.i-business-ul1 .img i{
  font-size: 50px;
  color: #fff;
}
.i-business-ul1 .normal{
  font-size: 16px;
  color: rgb( 255, 255, 255 );
  line-height: 2.063;
  /* margin-bottom: 30px; */
  margin: 5px 0px 10px;
}
.i-business-ul1 .hover{
  font-size: 13px;
  color: rgb( 255, 255, 255 );
  line-height: 2.077;
}


.i-business .i-title-new::after {
  position: absolute;
  left: 7px;
  top: 95px;
  width: 7px;
  /* height: 180px; */
  height: 150px;
  background: #fff;
  overflow: hidden;
  content: " ";
}





.i-system-ul1 li {
  float: left;
  position: relative;
  width: 220px;
  height: 290px;
  text-align: center;
}
.i-business-ul1 li {
  float: left;
  position: relative;
  width: 220px;
  height: 290px;
  text-align: center;
  /* padding-top: 70px; */
  padding-top: 83px;
}

.i-system-ul1 li:after {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 1px;
  height: 30px;
  background: rgba(193,193,193,.5);
  overflow: hidden;
  content: " ";
}


.i-system-ul1 li:last-child:after {
  display: none;
}

.i-system-ul1 .img {
  display: block;
  height: 200px;
  margin-bottom: 12px;
  background: url("img/shadow.png") no-repeat;
  overflow: hidden;
}

.i-system-ul1 .img i {
  display: block;
  height: 200px;
  transition: all .5s;
}

.i-system-ul1 li:hover .img i {
  margin-top: -10px;
}

.i-system-ul1 .img i.i1 {
  background: url("../img/L1.png") no-repeat;
}

.i-system-ul1 li:hover .img i.i1 {
  background: url("../img/L1-hover.png") no-repeat;
}

.i-system-ul1 .img i.i2 {
  background: url("../img/L2.png") no-repeat;
}

.i-system-ul1 li:hover .img i.i2 {
  background: url("../img/L2-hover.png") no-repeat;
}

.i-system-ul1 .img i.i3 {
  background: url("../img/L3.png") no-repeat;
}

.i-system-ul1 li:hover .img i.i3 {
  background: url("../img/L3-hover.png") no-repeat;
}

.i-system-ul1 .img i.i4 {
  background: url("../img/L4.png") no-repeat;
}

.i-system-ul1 li:hover .img i.i4 {
  background: url("../img/L4-hover.png") no-repeat;
}

.i-system-ul1 .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 15px;
  opacity: 0;
  transition: all .5s;
}

.i-system-ul1 .hover:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -73px;
  width: 146px;
  height: 6px;
  background: #e23b1a;
  overflow: hidden;
  content: " ";
}

.i-system-ul1 .hover h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #e23b1a;
}

.i-system-ul1 li:hover .hover {
  opacity: 1;
  display: block;
}

.i-system-ul1 .normal {
  opacity: 1;
  transition: all .5s;
}

.i-system-ul1 li:hover .normal {
  opacity: 0;
}

.i-system-ul1 li h4 {
  margin-bottom: 5px;
  font-size: 24px;
 font-family: "Source Han Sans CN","noto sans";
  letter-spacing: 0;
  color: #666;
  line-height: 24px;
}

.i-system-ul1 li h4 span {
  padding: 0 6px;
}

.i-system-ul1 li p {
  /* line-height: 20px;
  font-size: 12px; */
  font-size: 14px;
  color: rgb( 51, 51, 51 );
  line-height: 2.429;
}


.i-system-ul2 li {
  float: left;
  width: 200px;
  text-align: center;
}

.i-system-ul2 li i {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  background: url("../img/L1.png") no-repeat;
}

.i-system-ul2 li i.i1 {
  background-position: 0 0;
}

.i-system-ul2 li i.i2 {
  background-position: 0 -50px;
}

.i-system-ul2 li i.i3 {
  background-position: 0 -100px;
}

.i-system-ul2 li i.i4 {
  background-position: 0 -150px;
}

.i-system-ul2 li p {
  line-height: 24px;
}



.i-network {
  height: 400px;
  /*padding-top: 45px;*/
  background: #18191d;
  position: relative;
  overflow: hidden;
}
.i-network .i-title-new {
  float: left;
  position: relative;
  padding-left: 29px;
  /* padding-top: 70px; */
  padding-top: 50px;
}
.i-network .i-title-new::after {
  position: absolute;
  left: 7px;
  top: 60px;
  width: 7px;
  height: 180px;
  /* height: 150px; */
  background: rgba(232,37,25,1);
  overflow: hidden;
  content: " ";
}
.i-network>.container{
  /* width: 1200px; */
  position: absolute;
  left: 52%;
  top: 0px;
  -webkit-transform: translateX( -50%);
  -moz-transform: translateX( -50%);
  -ms-transform: translateX( -50%);
  -o-transform: translateX( -50%);
}
.i-network .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.i-network .wrap {
  width: 1170px;
  position: absolute;
  z-index: 1;
  top: 45px;
  margin-left: -605px;
  left: 52%;
  /* -webkit-transform: translateX( -50%);
  -moz-transform: translateX( -50%);
  -ms-transform: translateX( -50%);
  -o-transform: translateX( -50%); */
}

.i-title2 h2, .i-title2 p {
  color: #FFF
}

.i-network-cont {
  float: right;
  margin-top: -45px;
  /* width: 620px; */
}

.i-network-ul li {
  position: relative;
  float: left;
  /* width: 150px; */
  width: 207px;
  height: 400px;
  text-align: center;
  color: #FFF;
}

.i-network-ul li:hover {
  background: rgba(232,37,25,1);
}

.i-network-ul li i {
  display: inline-block;
  margin: 100px auto 0;
  width: 80px;
  height: 80px;
  background: url("img/i2.png") no-repeat;
}

.i-network-ul li i.i1 {
  background-position: 0 0;
}

.i-network-ul li i.i2 {
  background-position: 0 -80px;
}

.i-network-ul li i.i3 {
  background-position: 0 -160px;
}

.i-network-ul li i.i4 {
  background-position: 0 -240px;
}

.i-network-ul li i.i5 {
  background-position: 0 -320px;
}

.i-network-ul li i.i6 {
  background-position: 0 -400px;
}

.i-network-ul li h4 {
  font-size: 16px;
  line-height: 16px;
  margin-top: 43px;
}

.i-network-ul li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 125px;
  opacity: 0;
  /*background: url("img/i3.png") no-repeat;*/
  background: rgba(232,37,25,.8);
  transition: all .5s;
}

.i-network-ul li div h3 {
  display: none;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}

/* .i-network-ul li div h3:after{
  position: absolute;
  bottom:0;
  left:50%;
  margin-left:-30px;
  width:60px;
  height:1px;
  background:#FFF;
  overflow: hidden;
  content: " ";
} */
.i-network-ul li div p {
  display: none;
  /* font-size: 12px; */
  margin: 0 20px;
  text-align: center;
  /* line-height: 20px; */
  color: rgba(255,255,255,.85);

  font-size: 14px;
    color: rgb( 255, 255, 255 );
    line-height: 1.857;

  ; }

  .灵_活_性_Flexibility__SLIT_520_型系列可配置高精密的自动对刀系统，只需 {
    font-size: 14px;
   font-family: "Source Han Sans CN","noto sans";
    color: rgb( 255, 255, 255 );
    line-height: 1.857;
    text-align: center;
    position: absolute;
    left: 739.344px;
    top: 1405.453px;
    width: 157px;
    height: 117px;
    z-index: 67;
  }
  

.i-network-ul li:hover i, .i-network-ul li:hover h4 {
  opacity: 0
}

.i-network-ul li:hover div {
  opacity: 1;
}

.i-network-ul li:hover div h3, .i-network-ul li:hover div p {
  display: block
}

.i-network-ul li.li-1 div {
  background-position: 0 0;
}

.i-network-ul li.li-2 div {
  background-position: -150px 0;
}

.i-network-ul li.li-3 div {
  background-position: -300px 0;
}

.i-network-ul li.li-4 div {
  background-position: -450px 0;
}

.i-network-ul li.li-5 div {
  background-position: -600px 0;
}

.i-network-ul li.li-6 div {
  background-position: -750px 0;
}

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes slideUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@-webkit-keyframes slideUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes slideDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@-webkit-keyframes slideDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

.i-footer {
  /* height: 150px; */
  height: 178px;
  /* padding-top: 35px; */
  padding-top: 45px;
  color: #FFF;
  font-size: 12px;
  /* background: #1E1D20; */
  background: #1f1f1f;
}
.i-footer  .container{
  /* padding: 0px; */
}
.i-footer .left {
  float: left;
  margin-top: 10px;
}

.i-footer .right {
  width: 830px;
  float: left;
  text-align: center;
  padding-top: 15px;
  font-size: 12px;
  /* padding-left: 114px; */
  /* padding-left: 81px; */
  padding-left: 51px;
  /* margin-right: 114px; */
  margin-right: 0px;
}

.foot-code {
  float: right;
  margin-top: 10px;
  padding: 2px;
  background: #fff;
}

/* .i-footer .right ul{
  text-align: center;
} */
.i-footer .right ul li {
  margin-bottom: 3px;
  display: inline-block;
  /* padding: 0 20px; */
  padding: 0px 10px;
  /* float: left; */
  line-height: 12px;
  border-right: 1px solid #fff;
}
.i-footer .right ul li:nth-child(6){
  border-right: 1px solid #fff;
}
.i-footer .right ul li:nth-child(7){
  border-left: 1px solid #fff;
}
.i-footer .right ul li:last-child {
  border: none;
}

.i-footer .right ul li a {
  /* color: #fff; */
  font-size: 15px;
  /* font-family: "SimSun"; */
  color: rgb( 255, 255, 255 );
}



.i-footer .right ul li a:hover {
  color: #E2231A;
}

.i-footer .right dl {
  /*height: 50px;*/
  margin-bottom: 25px;
  overflow: hidden;
}

.i-footer .right dt {
  float: left;
  width: 140px;
}

.i-footer .right dt img {
  float: left;
  margin-right: 5px;
  width: 60px;
  height: 60px;
}

.i-footer .right dt p {
  font-size: 12px;
  line-height: 21px;
}

.i-footer .right dd {
  margin-left: 185px;
}

.i-footer .right dd p {
  font-size: 12px;
  padding-bottom: 5px;
}

.i-footer .right dd p.p1 {
  padding-left: 4px;
  color: #c1c1c1;
}

.i-footer .right dd a {
  margin: 0 3px;
  color: #FFF;
}

.i-footer .right dd a:hover {
  color: #E2231A;
}

.i-footer .right .copy {
  margin-top: 15px;
  font-size: 12px;
  color: #949494;
  letter-spacing: -1px;
}

.i-footer .right .copy span {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
}



.ban{

}
.ban .container{
  padding: 0px;
}

.innerlist{
  /* background: #fff; */
  /* padding: 35px 30px 105px; */
}
.innerlist .container{
  padding: 35px 30px 105px;
  background: #fff;
}
.innerlist .container .left{
  background: url(../img/bgcolor.png) top center no-repeat;
  width: 800px;
  float: left;
  /* background: #f9f9f9; */
  padding: 35px;
}

.innerlist .container .left .video{

}
.innerlist .container .left .video li{
  width: 32%;
  vertical-align: top;
  float: left;
  margin-right: 21px;
}
.innerlist .container .left .video li:nth-child(3n + 0){
  margin-right: 0px;
}
.innerlist .container .left .video li .bottom{
  padding: 10px 0px;
}
.innerlist .container .left .video li .bottom p.tit{
  margin-bottom: 0px;
}




.innerlist .container .left p.tit{
  font-size: 23px;
  color: rgb( 217, 0, 36 );
  line-height: 1.435;
  margin-bottom: 20px;
}

.innerlist .container .left .chac .topic{
  display: inline-block;
  width: 145px;
  height: 30px;
  background: #d90024;
  text-align: center;
  font-size: 15px;
  line-height: 30px;  
  color: #fff;
  margin-bottom: 20px;
}
.innerlist .container .left .chac ul li{
  font-size: 15px;
  color: rgb( 80, 80, 80 );
  line-height: 2.2;
}
.innerlist .container .left .chac ul li i{
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #d90024;
  vertical-align: middle;
  margin: 10px;
}
.innerlist .container .left .chac ul li span{
  font-weight: bold;
  color: #000000;
  margin-right: 10px;
}





.boimg{
  width: 100%;
  overflow: hidden;
}

.boimg img{
  display: block;
  width: 100%;
}

.boimg span{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
}

.boimg p{
  display: inline-block;
  min-height: 80px;
  font-size: 14px;
  margin-bottom:15px;
  /*text-align: center;*/
}

.boimg ~ hr{
  border: 1px solid red;
}

.tedian{
  width: 100%;
  overflow: hidden;
}

.tedian li p{
  display: block;
  /*text-align: center;*/
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bolder;
}

.tedian span{
  color: red;
}

.tedian li{
  display: block;
  /*text-align: center;*/
  padding-left: 80px;
}

.tedian1{
  margin-bottom: 8px;

}




.innerlist .container .left .canshu{
  margin-top: 50px;
}
.innerlist .container .left .canshu .topic{
  display: inline-block;
  width: 145px;
  height: 30px;
  background: #d90024;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.innerlist .container .left .canshu .bottom{

}
.innerlist .container .left .canshu .bottom .clearfix{
  margin-bottom: 5px;
}
.innerlist .container .left .canshu .bottom .clearfix>div{
  padding: 0px 3px;
  height: 30px;
}
.innerlist .container .left .canshu .bottom .clearfix>div:first-child{
  padding-left: 0px;
}
.innerlist .container .left .canshu .bottom .clearfix>div:last-child{
  padding-right: 0px;
}
.innerlist .container .left .canshu .bottom .clearfix>div .box{
  height: 100%;
  background: #999999;
  font-size: 14px;
  padding-left: 25px;
  line-height: 30px;
  color: rgb( 255, 255, 255 );
}
.进料宽度_mm__放卷直径_mm__收卷宽度_mm__收卷直径_mm__收卷芯轴直径_最大机械 {
  font-size: 14px;
  font-family: "MicrosoftYaHeiLight";
  color: rgb( 255, 255, 255 );
  line-height: 2.5;
  position: absolute;
  left: 463.453px;
  top: 1469.407px;
  width: 147px;
  height: 189px;
  z-index: 106;
}



.innerlist .container .left p.detail{
  font-size: 15px;
  color: rgb( 80, 80, 80 );
  line-height: 2.2;
}
.innerlist .container .right{
  background: url(../img/lgcolor.png) top center no-repeat;
  width: 290px;
  float: right;
  /* background: #f9f9f9;
  padding: 20px 12px; */
}
.innerlist .container .right .clearfix{
  /* background: #f9f9f9; */
  padding: 0px 12px;
  
}
.innerlist .container .right .clearfix:first-child{
  padding-top: 20px;
}
.innerlist .container .right .clearfix:last-child .box{
  border-bottom: none;
}
.innerlist .container .right .clearfix .box{
  border-bottom: 1px dashed #cccccc;
  padding: 20px 0px;
}
.innerlist .container .right .clearfix p.tit{
  padding-left: 30px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-family: "SimSun";
  color: rgb( 44, 44, 44 );
  background: #e7e7e8;
  margin-bottom: 2px;
}
.innerlist .container .right .clearfix ul li{
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 2px;
}
.innerlist .container .right .clearfix ul li a{
  font-size: 14px;
  color: rgb( 217, 0, 36 );
}


.innerlist .container .right .clearfix .link{
  padding: 20px;
  /* font-size: 15px; */
  font-size: 14px;
  color: rgb( 80, 80, 80 );
  line-height: 2.2;
  /* background: #fff; */
  background: #f5f5f5;
}
.innerlist .container .right .clearfix .link span{
  /* color: #d90024; */
}



.innertitle{

}
.innertitle .container{
    height: 55px;
    line-height: 55px;
}
.innertitle .container ul{
  
}
.innertitle .container ul li{
  float: left;
  padding: 0px 25px;
  color: #6b6b6b;
  font-size: 14px;
  color: #d90024;
}
.innertitle .container ul li.cur{
  color: #d90024;
}
.innertitle .container ul li.cur a{
  color: #d90024;
}
.innertitle .container ul li a{
  color: #6b6b6b;
  font-size: 14px;
}
.innertitle .container ul li.active{

}
.innertitle .container ul li.active a{
  color: rgb( 217, 0, 36 );
}



.innerlist{

}
.innerlist .topimage{
  text-align: center;
  margin-bottom: 60px;
}
.innerlist .topimage img{
  display: inline-block;
}

.innercustome{
  margin-top: 20px;
}

.innercustome ul li{
  width: 355px;
  display: inline-block;
}
.innercustome ul li:nth-child(1),
.innercustome ul li:nth-child(2){
  margin-bottom: 50px;
}
.innercustome ul li:nth-child(even){
  float: right;
}
.innercustome ul li>.top{
  
}
.innercustome ul li>.top img{
  width: 100%;
}
.innercustome ul li>.bottom{
  
}
.innercustome ul li>.bottom .dd{
  margin-top: 15px;
}
.innercustome ul li>.bottom .dd img{
  vertical-align: middle;
}
.innercustome ul li>.bottom .dd span{
  font-size: 16px;
  color: rgb( 0, 0, 0 );
  margin-left: 10px;
}
.innercustome ul li>.bottom .des{
  margin-top: 15px;
  font-size: 15px;
  color: rgb( 80, 80, 80 );
  line-height: 2;
}



.des table{
  width: 100%;
  padding:10px;
  font-size: 12px;
  min-height: 150px;
  text-align: center;
}

.des tr td:first-of-type{
  background-color: #fe0000;
  color: #fff;
  
}
.des tr td.crm{
   background-color: #fff;
  color: rgb( 80, 80, 80 );
}





.news .container{
  background: #fff;
  /* padding: 20px 30px 65px; */
  padding: 0px 30px 65px;
}
.news .container .clearfix{
  /* height: 255px; */
  padding: 23px 0px;
  border-bottom: 1px solid #ededed;
}
.news .container .clearfix:last-child{
  border-bottom: none;
}
.news .container .clearfix .left{
  padding: 0px;
}
.news .container .clearfix .left a{
  display: block;
  overflow: hidden;
}
.news .container .clearfix .left a img{
  transition: 1.2s;
}
.news .container .clearfix .left a img:hover{
  transition: 1.2s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news .container .clearfix .left a img:hover{
  
}
.news .container .clearfix .right{
  background: #f5f5f5;
  padding: 20px 40px 0px 40px;
  height: 255px;
  /* height: 100%; */
}
.news .container .clearfix .right p.tit{
  
}
.news .container .clearfix .right p.tit a{
  vertical-align: middle;
  font-size: 19px;
  color: rgb( 217, 0, 36 );
  line-height: 1.737;
}
.news .container .clearfix .right p.tit span{
  vertical-align: middle;
  float: right;
  font-size: 17px;
  color: rgb( 90, 90, 90 );
}
.news .container .clearfix .right p.detail{
  font-size: 14px;
  color: rgb( 90, 90, 90 );
  line-height: 2.357;
}


.proimg{
  /* z-index: -1; */
  /* text-align: center; */
  position: relative;
  height: 415px;
  background: #f7f7f7;
}

.proimg .protitle{

}




.proimg .container{
  position: relative;
  height: 415px;
  background: #fff;
}
.proimg .container>img{
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: 100%;
}



.news{
  /* padding-top:45px; */
  padding-top:0px;
  padding-bottom:45px;
  /* background-color: #fff; */
}
.news .row{
/* padding-top: 20px; */
}
.news .row:hover{
  background: #fafafa;
}
.news .row .container{
  padding: 0px;
}
.news .col-md-3{
  display: block;
}
.news .col-md-12{
  margin-bottom: 10px;
  padding: 20px 0px;
}
.news .col-md-12>div:nth-child(1){
  padding: 0px;
}
.news .col-md-12>div:nth-child(1) a{
  display: block;
  overflow: hidden;
}
.news .col-md-12>div:nth-child(1) a img{
  width: 100%;
  transition: 1.2s;
}
.news .col-md-12>div:nth-child(1) a img:hover{
  transition: 1.2s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news .container .col-md-12>.shop{
  padding-left: 30px;
}
.news .container .col-md-12>.shop h1{
  font-size: 20px;
  color:#4d4d4d;
  padding:5px 0 15px;
}
.news .container .col-md-12>.shop h1 a{
  font-size: 20px;
  color:#4d4d4d;
}
.news .container .col-md-12>.shop h1 a:hover{
  color:#ee2d24;
}
.news .time{
  font-size:14px;
  color:#8b8b8b;
  padding-bottom: 10px;
}
.news .des{
  font-size: 14px;
  color:#8b8b8b;
}
.news .font{
  margin-top: 10px;
}
.news .font i{
  font-size:20px;
  color:#b5b5b5;
  margin-right: 5px;
}
.new .bottom .zuo{
position: relative;
}
.new .bottom .zuo .bluetime{
position: absolute;
width: 77px;
height: 68px;
text-align: center;
color:#fff;
background-color: #0a509f;
}
.new .bottom .zuo .bluetime p:nth-child(1){
line-height:45px;
font-size: 33px;
font-family: "MicrosoftYaHeiLight";
color: rgb( 255, 255, 255 );
}
.new .bottom .zuo .bluetime p:nth-child(2){
font-size: 12px;
font-family: "MicrosoftYaHeiLight";
color: rgb( 255, 255, 255 );
}
.new .bottom .zuo .tou{
width: 100%;
position: absolute;
left:0px;
padding:0 15px;
bottom: 0px;
height: 45px;
line-height: 45px;
color:#fff;
}
.new .bottom .zuo .tou p{
font-size: 16px;
color: rgb( 255, 255, 255 );
padding-left: 30px;
width: 100%;
background-color: rgba(115,114,116,0.5);
}



/* 子页news自适应 */
@media (max-width: 765px){
.news .row .container a >img {
  padding:0px;
}
.news .row .col-md-12 {
  margin-bottom: 0px;
}
.news .row .container .col-md-12>.shop h1 {
  font-size: 18px;
  color: #4d4d4d;
  padding: 5px 0 15px;
}
.news .container .des {
  font-size: 12px;
  color: #8b8b8b;
}
.news .container .font i {
  font-size: 18px;
  margin-right: 5px;
}
}




/* newsin.html */
.newsin{
/* background-color: #fff; */
/* padding-top: 55px;
padding-bottom: 55px; */
}
.newsin .container{
  padding: 0px 15px;
  padding-top: 55px;
padding-bottom: 55px;
  background-color: #fff;
}
.newsin .container h2{
text-align: center;
font-size: 26px;
font-family: "Microsoft YaHei";
color: rgb( 49, 49, 49 );
}
.newsin .container p:nth-child(2){
text-align: center;
padding: 20px 0px 25px;
border-bottom: 1px solid #eaeaea;
}
.newsin .container p:nth-child(2) span:nth-child(1){
margin-right: 28px;
}
.newsin .container p:nth-child(2) span{
text-align: center;
font-size: 14px;
font-family: "Microsoft YaHei";
color: rgb( 113, 113, 113 );
}
/* .newsin .container p:nth-child(3){
margin-top: 15px;
text-align: left;
font-size: 14px;
color: rgb( 96, 96, 96 );
line-height: 2.5;
} */

.newsin .container .bobo{
  margin-top: 15px;
text-align: left;
font-size: 14px;
color: rgb( 96, 96, 96 );
line-height: 2.5;
}

.newsin .container .meet{
padding-top: 35px;
text-align: center;
padding-bottom: 45px;
border-bottom: 1px solid #eaeaea;
}
.newsin .container>.bottom .left{
margin-top: 25px;
float: left;
}
.newsin .container>.bottom .left div{

}
.newsin .container>.bottom .left div a{
color:#3795ec;
font-size: 14px;
}   
.newsin .container>.bottom .left div span{
font-size: 14px;
font-family: "Microsoft YaHei";
color: rgb( 96, 96, 96 );
font-weight: bold;
line-height: 30px;
}
.newsin .container>.bottom .right{
margin-top: 25px;
float: right;
width: 100px;
height: 35px;
line-height: 35px;
/* background-color: #f6cb03; */
background: #ee2d24;
color: #fff;
text-align: center;
border-radius: 30px;
font-size: 16px;
}


/* newsin.html */
@media (max-width: 765px){
div.newsin .container>.bottom .left{
  float: none;
}
div.newsin .container .meet img{
  width: 100%;
}
div.newsin .container .meet {
  padding-top: 15px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
div.newsin .container h2 {
  text-align: center;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb( 49, 49, 49 );
}
div.newsin {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
div.newsin .container>.bottom .right {
  margin-top: 25px;
  float: right;
  width: 80px;
  height: 25px;
  line-height: 25px;
  background-color: #ee2d24;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
}
div.newsin .container p:nth-child(2) {
  text-align: center;
  padding: 10px 0px 15px;
  border-bottom: 1px solid #eaeaea;
}
/* div.newsin .container p:nth-child(3) {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: rgb( 96, 96, 96 );
  line-height: 2.5;
} */
div.newsin .container .bobo{
  margin-top: 10px;
  font-size: 12px;
  color: rgb( 96, 96, 96 );
  line-height: 2.5;
}
div.newsin .container .bobo img{
  width: 100%;
}

}

/* link.html */
.main{
  padding:40px 0;
}
.main .container{
padding: 0px;
}
.main.aboutus{
  padding:80px 0;
}

.main .container .top{
  position:relative;
}
.main .container .border{
  left:50%;
  transform:translateX(-50%);
  width:30px;
  height:2px;
  position:absolute;
  bottom:0px;
  background: #ee2d24;
}
.main h3{
  padding-bottom:15px;
  font-size: 24px;
  color:#000;
  text-align: center;
}
.main .col-md-4{
padding: 0px;
  height:50px;
  position:relative;

}
.main  .link:hover .box{
  border: none;
  background: #ee2d24;
}
.main  .link:hover .box i{
  color: #fff;
}
.main .bottom{
  padding-left: 0px;
  margin-top: 30px;
}
.main .col-md-4 .box{
  border:1px solid #ccc;
  position: absolute;
  display: inline-block;
  top:50%;
  transform:translateY(-50%);
  width:35px;
  height:35px;
  border-radius: 35px;
}
.main .col-md-4 span{
  font-size:14px;
}
.main .col-md-4 i{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  font-size:20px;
  color: #7f7f7f;
}
.main .col-md-4 span{
  padding-left: 50px;
  line-height: 50px;
}
.main .box{

}
.main .box.active{
background-color:#2e56d9;
color:#fff;
}

.online{
  margin-top:30px;
}
.online input[type="submit"] {
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 1px solid #d5d5d5;
  text-indent: 0px;
  font-size: 16px;
}
.online .col-md-4{
  padding-right:10px;
  padding-left:0px;
}
.online .message{
  position:relative;
}
.online .border{
  left:50%;
  transform:translateX(-50%);
  width:25px;
  height:2px;
  position:absolute;
  bottom:0px;
  background: #ee2d24;
}
.online h2{
  color:#000;
  text-align:center;
  padding-bottom:15px;
  font-size:22px;
}
.online input{
  width:100%;
  height:45px;
  /* background-color:transparent; */
  background: #fff;
  border:1px solid #d5d5d5;
  text-indent: 20px;
  font-size:16px;
  
}
.online input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #ccc;
}
.online input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
}
.online input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
}
.online input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
.online textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #ccc;
}
.online textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
}
.online textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
}
.online textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
.online .info{
  position:relative;
  margin-top:20px;
}
.online .youxiang{
  padding-right:0px;
}
.online .info i{
  font-size:20px;
  color:#ababab;
  position:absolute;
  right:30px;
  top:50%;
  transform: translateY(-50%);
}
.online .container .liuyan textarea{
  padding:10px 0 0 10px;
  margin-top:10px;
  width: 100%;
  padding-right:10px;
  height:130px;
  border:none;
  border:1px solid #ccc;
  font-size: 16px;
  text-indent:10px;
}
.online .liuyan{
  position:relative;
}
.online .liuyan i{
  position: absolute;
  right:30px;
  top:20px;
  font-size:20px;
  color:#dadada;
}
.online .sub{
  position:relative;
  margin-top:20px;
  margin-bottom:100px;
}
.online .sq input{
border:none;
}
.online .sq{

  font-size:18px;
  color:#fff;
  width:300px;
  height:50px;
  background-color:#848484;
  text-align:center;
  margin: 40px auto;
  line-height:50px;
}

  /* 子页link自适应 */
  @media (max-width: 765px){
    .main .container .top.row{
      margin: 0px;
    }
    .main div.col-md-4{
      padding-left: 5px;
    }
    .online .info .col-md-4 {
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .online .container .liuyan{
        padding:0 10px;
    }
    .main .col-md-4.link span {
      /* padding-top: 5px; */
      vertical-align: middle;
      padding-left: 50px;
      float: left;
      line-height: auto; 
    }
  }


.newscommon{
  background: #fff;
  padding-bottom: 75px;
}
.newscommon .container{
  padding: 0px;
}
.newscommon ul{

}
.newscommon ul li{
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #e6e6e6;
}
.newscommon ul li a{
  font-size: 17px;
  color: rgb( 92, 92, 92 );
}
.newscommon ul li a:hover{
  color: #2ca9e8;
}
.newscommon ul li span{
  float: right;
  font-size: 14px;
  color: rgb( 122, 122, 122 );
}

@media (max-width: 765px){
  .newscommon .container{
    padding: 0px 15px;
  }
  .newscommon ul li a {
    font-size: 13px;
    color: rgb( 92, 92, 92 );
  }
  .newscommon ul li span {
    float: right;
    font-size: 12px;
    color: rgb( 122, 122, 122 );
  }
}


/* 首页自适应 */
@media (max-width: 765px){
  .i-systems {
    /* height: 436px; */
    height: auto;
    padding-top: 20px;
    position: relative;
    background: rgba(248,248,248,1);
    overflow: hidden;
  }
  .i-title-new {
    float: left;
    position: relative;
    padding-left: 29px;
    /* padding-top: 70px; */
    padding-top: 20px;
  }
  .i-title-new::after {
    position: absolute;
    left: 7px;
    top: 30px;
    width: 7px;
    height: 180px;
    /* height: 150px; */
    background: rgba(232,37,25,1);
    overflow: hidden;
    content: " ";
  }
  .i-systems-cont {
    float: left;
    overflow: hidden;
  }
  .i-system-ul1 li {
    float: left;
    position: relative;
    width: 44%;
    /* height: 290px; */
    /* height: 260px; */
    height: 182px;
    text-align: center;
  }
  .i-system-ul1 .img {
    display: block;
    height: 105px;
    margin-bottom: 12px;
    background: url(img/shadow.png) no-repeat;
    overflow: hidden;
  }
  .i-system-ul1 .img i{
    background-position: center center !important;
    

    background-size: 60% !important;
  }
  .i-system-ul1 .img i {
    display: block;
    height: 120px;
    transition: all .5s;
  }
  .aboutus .container>.right img{
    width: 100%;
  } 
  .i-business .i-title-new::after {
    position: absolute;
    left: 7px;
    top: 25px;
    width: 7px;
    /* height: 180px; */
    height: 150px;
    background: #fff;
    overflow: hidden;
    content: " ";
  }
  .i-business-ul1 li {
    float: left;
    position: relative;
    /* width: 177px; */
    /* width: 160px; */
    width: 172px;
    /* height: 290px; */
    height: 205px;
    text-align: center;
    /* padding-top: 70px; */
    /* padding-top: 83px; */
    padding-top: 13px;
  }
  .i-business-ul1 li:nth-child(even){
    float: right;
  }
  .i-footer {
    /* height: 150px; */
    /* height: 178px; */
    height: auto;
    /* padding-top: 35px; */
    padding-top: 15px;
    color: #FFF;
    font-size: 12px;
    /* background: #1E1D20; */
    background: #1f1f1f;
    padding-bottom: 52px;
  }
  .i-footer .right {
    /* width: 830px; */
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 15px;
    font-size: 12px;
    /* padding-left: 114px; */
    /* padding-left: 81px; */
    padding-left: 0px;
    /* margin-right: 114px; */
    margin-right: 0px;
  }
  .i-footer .left {
    text-align: center;
    float: none;
    margin-top: 10px;
  }
  .foot-code {
    float: left;
    margin-top: 10px;
    padding: 2px;
    background: #fff;
    margin-left: 161px;
  }
  .aboutus {
    padding: 28px 0px;
  }
  .aboutus .container>div{
    padding: 0px;
  }

  .aboutus .container>.right video{
    width: 100% !important;
    background: #fff;
  }

  .i-network-cont {
    /* display: none; */
    float: right;
    margin-top: -45px;
    width: 620px;
  }
  .i-network .i-title-new{
    display: none;
  }
  .i-network .wrap {
    width: 100%;
    position: static;
    z-index: 1;
    top: 45px;
    margin-left: 0px;
    left: 52%;
  }
}

@media (max-width: 765px){

  .banner img{
    height: 200px;
  }

  .i-system-ul1 li:after{
    display: none;
  }

  .i-network .video-wrap video{
    /* width: auto; */
    width: 100%;

    background-color: #f5f5f5;
  }

  .innerlist .container .left {
    background: url(../img/bgcolor.png) top center no-repeat;
    width:100%;
    float: left;
    /* background: #f9f9f9; */
    padding: 15px;
  }
  .innerlist .container .left .chac img{
    width: 100%;
  }
  .innerlist .container {
    padding: 15px 15px 15px;
    background: #fff;
  }
  .innerlist .container .right {
    /* background: url(../img/lgcolor.png) top center no-repeat; */
    background-image: none;
    width: 100%;
    float: right;
  }
  .innerlist {
    padding-bottom: 52px;
  }

  .innercustome ul li{
    width: 100%;
  }
  .innercustome ul li>.bottom .dd span {
    font-size: 13px;
    color: rgb( 0, 0, 0 );
    margin-left: 5px;
  }
  .innerlist .container .left .canshu .bottom .clearfix>div {
    padding: 0px 0px;
    height: 30px;
    margin-bottom: 2px;
  }
  .innerlist .container .right .clearfix img{
    width: 100%;
  }
  .proimg .container>img{
    width: 100%;
  }
  .innerlist .topimage img{
    width: 100%;
  }
  .innertitle .container {
    padding: 0px;
    height: auto;
    line-height: 40px;
  }
  .innertitle .container ul li {
    float: left;
    /* padding: 0px 15px; */
    padding: 0px 8px;
    color: #6b6b6b;
    font-size: 13px;
    color: #d90024;
  }
  .innerlist .container .left .video li {
    width: 100%;
    vertical-align: top;
    float: left;
    margin-right: 0px;
  }
  .news .container .clearfix .right {
    background: #f5f5f5;
    padding: 10px 15px 20px 15px;
    height: auto;
    /* height: 100%; */
  }
  .news .container {
    background: #fff;
    /* padding: 20px 30px 65px; */
    padding: 0px 15px 35px;
  }
  .newsin .container {
    padding: 0px 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
  }
  #dituContent{
    height: 350px !important;
  }
  .main {
    padding: 20px 0;
  }

  .i-business-ul1{
    margin-right: 0px;
  }

}

@media (max-width: 375px){

  .i-business-ul1 .normal {
    font-size: 13px;
    color: rgb( 255, 255, 255 );
    line-height: 1.9;
    /* margin-bottom: 30px; */
    margin: 5px 0px 10px;
  }

  .foot-code {
    float: left;
    margin-top: 10px;
    padding: 2px;
    background: #fff;
    margin-left: 145px;
  }
  
  .i-business-ul1 li {
    /* padding: 0px 10px; */
    float: left;
    position: relative;
    /* width: 177px; */
    /* width: 171px; */
    width: 145px;
    /* height: 290px; */
    height: 216px;
    text-align: center;
    /* padding-top: 70px; */
    /* padding-top: 83px; */
    padding-top: 13px;
  }
}

#page{ clear:both; height:40px; margin:0 auto; text-align:center; display: table; }
#page li{ float:left; padding:5px 14px; border:1px solid #CCCCCC; margin-right:6px; color:#666; font-size:12px; list-style:none;}
#page li:hover{border:1px solid #0060ad;}
#page li:hover a{color:#0060ad}
#page li a{ color:#666}
#page li.active{border:1px solid #0060ad; background-color:#0060ad; color:#FFFFFF}
#page li.active a{ color:#fff}

