
.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  transition: 0.5s all;
}
.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  transition: 0.5s all;
}
.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  transition: 0.5s all;
}
@font-face {
  src: url(../font/HelveticaInserat.ttf);
}
@font-face {
  font-family: 'FuturistCondensed';
  src: url('../font/FuturistCondensed Regular.TTF');/* IE9*/
  src: url('../font/FuturistCondensed Regular.TTF') format('embedded-opentype'), /* IE6-IE8 */
  /*url('../font/FuturistCondensed Regular.woff') format('woff'), *//* chrome、firefox */
  url('../font/FuturistCondensed Regular.TTF') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../font/FuturistCondensed Regular.svg') format('svg');/* iOS 4.1- */
}
body {
  font-family: "微软雅黑";
  min-width: 320px;
  color: #666;
  overflow-x: hidden;
}
.iconfont {
  font-family: 'iconfont';
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.last {
  margin-right: 0 !important;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {
  color: #666;
}
a:hover {
  color: #1d2088;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.container {
  /*width: 1230px;*/
}
.container2 {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/*-header-*/
.header { width:100%; clear: both;background:url(../image/headerbg.png) left top repeat;line-height:100px;position:fixed;left:50%;margin-left:-50%;top:0;z-index:9;transition: 0.5s;}
.header .container{width:100%;max-width:1630px;}

.logo img.img1{display:none;}
.logo img.img2{display:inline-block;}

.nav { width:56.875%; margin-right:4.9375%;  position: relative;  z-index: 2;}
.nav ul li {width:14.28%; float: left; text-align:center; line-height: 100px;  position: relative;}
.nav ul li a {  text-transform: uppercase; color: #fff;}
.nav ul li:hover a {  color: #3f51b5!important;}
.nav ul li.active a {  color: #3f51b5!important;}

.language {color:#fff;line-height:100px;}
.language a { color: #fff;}
.language a:hover{color:#3f51b5!important;}

.header.on{border-bottom:1px solid #ddd;}
.headerny,.header.on{background:#fff;}
.headerny .nav ul li a,.header.on .nav ul li a{color: #363636;}
.headerny .logo img.img1,.header.on .logo img.img1{display:inline-block;}
.headerny .logo img.img2,.header.on .logo img.img2{display:none;}
.headerny .language,.header.on .language  {color:#363636;}
.headerny .language a,.header.on .language a {color:#363636;}

/*-banner-*/
.banner {  clear: both;}
.banner p {margin:0;}
.banner .banner_slide {position:relative;}
.banner .ban_index {position:absolute;width:100%;left:50%; margin-left:-50%;bottom:32.9%;}
.banner .ban_index a.more{display:block;width:14.52%;max-width:170px;margin-top:7%;}
.banner .ban_index .container{width:100%;max-width:1200px;
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both;}
.banner .banner_slide.slick-active .ban_index .container{
    -webkit-animation: fadeInLeft 1s both 1s;
    animation: fadeInLeft 1s both 1s;
}
.banny{padding-top:100px;}
.banner .ban_ny{position:absolute;width:100%;left:50%;margin-left:-50%;top:50%;transform:translate(0,-50%);text-align:center;color:#fff;}
.banner .ban_ny img{display:inline-block;}
.banner .ban_ny hr{border-top:2px solid #fff;width:30px;margin:17px auto 15px;}
.banner .slick-dots {  height: 38px;  bottom: 0; }
.banner .slick-dots li {}
.banner .slick-dots li button {  background: url(../image/dots.png) no-repeat center;  width: 14px;  height: 12px;}
.banner .slick-dots li.slick-active button {  background: url(../image/dotsactive.png) no-repeat center; width: 14px;  height: 12px;}
#xia{position:absolute;left:50%;width:100%;margin-left:-50%;bottom:50px;z-index:1;text-align:center;
  -webkit-animation: downup 2s infinite;
  animation: downup 2s infinite;}
#xia img{cursor:pointer;}
@keyframes downup {
    0% {
        bottom: 80px;
    }
    50% {
        bottom: 50px;
    }
    100% {
        bottom: 80px;
    }
}
@-webkit-keyframes downup {
    0% {
        bottom: 80px;
    }
    50% {
        bottom: 50px;
    }
    100% {
        bottom: 80px;
    }
}
@-moz-keyframes downup {
    0% {
        bottom: 80px;
    }
    50% {
        bottom: 50px;
    }
    100% {
        bottom: 80px;
    }
}
@-o-keyframes downup {
    0% {
        bottom: 80px;
    }
    50% {
        bottom: 50px;
    }
    100% {
        bottom: 80px;
    }
}
@media (max-width: 1300px){
  .banner .ban_index {bottom:18%;}
}
@media (max-width: 900px){
  .banner .ban_index img{width:70%;}
  .banner .ban_index a.more{margin-top:4%;}
}
@media (max-width: 767px){
  .banner .ban_index a.more{margin-top:2%;}
}

.sytit {  padding-top: 100px;text-align:center;}
.sytit h2 {font-size:18px;color:#1c1c1c;text-transform: uppercase;}
.sytit h2 img{vertical-align:bottom;}
.sytit h2 span{display:block;margin-top:12px;}
.sytit hr{margin:15px auto;border-color:#bfbfbf;}
.sytit p{margin:0;color:#808080;}
.sytit a.more{right:0;top:1px;background:#3f51b5;display:block;width:120px;height:40px;line-height:40px;color:#fff;font-size:12px;text-align:center;}
.sytit a.more:hover{opacity:0.8;}
.sytit1 h2 {font-size:30px;color:#3b3b3b;}
.sytit1 h2 span b{color:#3f51b5;}

.sypro .sytit,.synews .sytit{text-align:left;}
.sypro .sytit h2 img,.synews .sytit h2 span{ margin-right:15px;}
.sypro .sytit h2 span,.synews .sytit h2 span{display:inline-block;}
.link .sytit1 h2{color:#d9d9d9;}
.link .sytit1 h2 span b{color:#fffefe;}

.pb120{padding-bottom:50px;}
.sycase ul{margin-top:40px;margin-bottom:20px;}
.sycase .owl-carousel .owl-stage-outer{padding:20px 0;margin:-20px 0;}
.sycase ul li .img{position:relative;overflow:hidden;max-width:775px;}
.sycase ul li .img img{}
.sycase ul li .img a.more{display:block;width:45px;height:45px;text-align:center;line-height:45px;position:absolute;right: 0;bottom:0;background:#ffeb3b;color:#3f51b5;}
.sycase ul li .img a.more i{font-size:20px;}
.sycase ul li .img a.more:hover{opacity:0.8;}
.sycase ul li .content{background:#3f51b5;color:#fff;padding:20px 15px;}
.sycase ul li .content h2{font-size:22px;color:#ffeb3b;margin-bottom:20px;}
.sycase ul li .content h2 span{font-size:12px;color:#fff;text-transform:uppercase;display:block;margin-bottom:5px;}
.sycase ul li .content p{line-height: 2em;margin:0;}
.sycase .owl-theme .owl-controls{margin-top:20px;}
.sycase .owl-theme .owl-dots .owl-dot span{margin-top:0;margin-bottom:0;background:none;border:1px solid #3f51b5;}
.sycase .owl-theme .owl-dots .owl-dot.active span,.sycase .owl-theme .owl-dots .owl-dot:hover span{background:#3f51b5;}


@media (min-width: 768px){
  .pb120{padding-bottom:120px;}
  .sycase ul{margin-top:98px;margin-bottom:30px;}
  .sycase ul li {padding-left:21.53%; padding-right:12.22%;position:relative;}
  .sycase .owl-item.active li .img{box-shadow:0px 10px 20px rgba(0,0,0,.4);}
  .sycase ul li .img a.more{width:60px;height:60px;line-height:60px;}
  .sycase ul li .img a.more i{font-size:25px;}
  .sycase ul li .content{position:absolute;top:50%;left:0;max-width:300px;padding:30px 15px;transform:translate3d(0,-50%,0);}
  .sycase .owl-theme .owl-controls,.sycase .owl-theme .owl-nav{margin:0;}
  .sycase .owl-theme .owl-nav [class*=owl-]{margin:0;padding:0;display:block;width:42px;height:42px;border:3px solid #ffeb3b;color:#1c1c1c;line-height:34px;border-radius:50%;background:none;font-size:20px;position:absolute;right:0;top:50%;margin-top:-21px;}
  .sycase .owl-theme .owl-nav div.owl-prev{margin-top:-58px;}
  .sycase .owl-theme .owl-nav div.owl-next{margin-top:14px;}
  .sycase .owl-theme .owl-nav [class*=owl-]:hover{background:#fae63b;}
}
@media (min-width: 992px){
  .sycase ul li .content{max-width:364px;padding:30px 45px;}
}
@media (min-width: 1200px){
  .sycase .owl-carousel .owl-stage-outer{overflow:visible;}
  .sycase .owl-carousel .owl-item{display:flex;justify-content:flex-end;opacity: 0.3;transition: 0.4;}
  .sycase .owl-carousel .owl-item.active{display:block;opacity:1;}
  .sycase .owl-carousel .owl-item.active+.owl-item{display:block;}

  .sycase ul li {padding-right:0;}
  .sycase .owl-item.active li {padding-right:12.22%;}
  .sycase .owl-item.active+.owl-item li {padding-left:0;transition:none;}

  .sycase .owl-item.active li .img{box-shadow:0px 10px 20px rgba(0,0,0,.4);}

  .sycase ul li .img a.more{opacity:0;visibility:hidden;;transition:0.3s;transform: translate3d(100%,100%,0);}
  .sycase .owl-item.active li .img a.more{opacity:1;visibility:visible;transition-delay:0.6s;transform: none;}

  .sycase ul li .content{padding:30px 45px 60px;opacity:0;visibility:hidden;transition:0.3s;}
  .sycase .owl-item.active li .content{left:5.98%;opacity:1;visibility:visible;transition-delay:0.6s;}

  .sycase .owl-theme .owl-nav [class*=owl-]{right:3.25%;}
}


.sypro{}
.sypro .syprocon{margin:70px 0 0;}
.sypro .syprocon .slick-slide{padding:40px 0;}
.sypro .syprocon .slick-slide .pic-o{overflow:visible;transition:0.5s;}
.sypro .syprocon .slick-slide .pic:after{padding-bottom: 66.5%;}
.sypro .syprocon .slick-slide img {opacity:0.5;transition:0.5s;}
.sypro .syprocon .slick-slide h3 {opacity:0;color:#3b3b3b;background:#ffeb3b url(../image/tity.png) center right 25px no-repeat;position:relative;width:100%;left:0;bottom:0;padding:0 25px;line-height:44px; transition:0.5s;border:1px solid #ffeb3b;}
.sypro .syprocon .slick-center {position:relative;z-index: 1}
.sypro .syprocon .slick-center .pic-o{transform:scale(1.2);border:1px solid #ffeb3b;z-index:1;box-shadow:0 4px 10px 0px #bdbdbd;}
.sypro .syprocon .slick-center img {opacity:1;}
.sypro .syprocon .slick-center h3 {opacity:1;font-size:18px;}


/*首页关于我们*/
.syabout {text-align:center;padding-bottom:40px;}}
.syabout .sytit{padding-top:45px;}
.syabout p {margin:0;line-height:1.8em;}
.syabout .content1{color:#363636;}
.syabout .content2{}
.syabout .content2 ul{padding-top:70px;}
.syabout .content2 ul li{width:25.3%;float:left;margin-bottom:20px;cursor:pointer;}
.syabout .content2 ul li:nth-child(2n){margin-left:12.05%;margin-right:12.05%;}
.syabout a.more { display: inline-block;width: 180px;height: 50px;line-height: 50px;text-align: center; color: #fff;background:#3f51b5;margin: 40px 0 0;border-radius:5px;font-size:12px;box-shadow:0 4px 10px 1px #aaa;}
.syabout a.more img{margin-left:15px;margin-top:-6px;}
.syabout a.more:hover {opacity:0.8;}
/*首页新闻资讯*/
.synews .sytit{padding-top:130px;}
.synews .row{margin-left:-25px;margin-right:-25px;margin-top:50px;}
.synews .synewsimg{padding-left:25px;padding-right:25px;margin-top:40px;}
.synews .synewsimg .padding{box-shadow:0 4px 10px 2px #d0d0d0;}
.synews .synewsimg .pic:after{padding-bottom:57.14%;}
.synews .synewsimg .pic img{transition:0.5s;max-height:none;}
.synews .synewsimg .content{padding:30px 15px;}
.synews .synewsimg h3{font-size:16px;margin-bottom:15px;}
.synews .synewsimg h3 a{color:#3f51b5;}
.synews .synewsimg p{line-height:1.8em;overflow:hidden;height:3.6em;margin:0;}
.synews .synewsimg .padding:hover img{transform:scale(1.1);}
.synews .synewslist{padding-left:25px;padding-right:25px;margin-top:40px;}
.synews .synewslist ul li{background:#ededed;margin-bottom:15px;padding:30px 30px 38px;position:relative;}
.synews .synewslist ul li .date{font-size:12px;color:#8c8c8c;}
.synews .synewslist ul li .date span{color:#3f51b5;margin-left:35px}
.synews .synewslist ul li h3{font-size:14px;margin-bottom:15px;margin-top:10px;}
.synews .synewslist ul li h3 a{color:#3b3b3b;}
.synews .synewslist ul li p{margin:0;font-size:12px;color:#808080;}
.synews .synewslist ul li a.more{display:block;width:40px;height:40px;line-height:40px;position:absolute;right:0;bottom:0;background:#ffeb3b;color:#3f51b5;font-size:28px;text-align:center;}
.synews .synewslist ul li:hover h3 a{color:#3f51b5;}

/*友情链接*/
.link {  margin-top: 110px;}
.link .sytit {padding-top:52px;}
.link ul{width:100%;max-width:1031px;margin:70px auto 80px;position:static;}
.link ul li{width:100%;max-width:200px;margin:0 auto;}
.link ul li .pic{border:2px solid #3f51b5;background:#fff;margin:0 auto;}
.link ul li .pic:after{padding-bottom:46.94%;}
.link .owl-theme .owl-controls,.link .owl-theme .owl-nav{margin:0;}
.link .owl-theme .owl-nav [class*=owl-]{display:block;padding:0;margin:0;width:34px;height:34px;position:absolute;top:50%;margin-top:-17px;border:2px solid #fae63b;border-radius:50%;background:none;opacity:1;line-height:28px;font-size:20px;color:#fff;}
.link .owl-theme .owl-nav div.owl-prev{left:15px;}
.link .owl-theme .owl-nav div.owl-next{right:15px;}
.link .owl-theme .owl-nav [class*=owl-]:hover{background:#fae63b;}


/*底部开始*/
.footer {  background: #ededed;  padding-top: 50px;}
.footerleft{}
.footerleft ul {margin-top:40px;}
.footerleft ul li {line-height:30px;}
.footerright {margin-top:20px;}
.footerright ul {}
.footerright ul li {float:left;margin-left:60px;}
.footerright ul li h3{font-size:16px;margin-bottom:15px;}
.footerright ul li h3 a{ color:#3b3b3b;}
.footerright ul li li {float:none;margin:0;line-height:30px;}

.footerleft-en{width:250px;}
.footerright-en ul li{margin-left:10px;}

.copy {
  margin-top: 50px;
  text-align: center;
}
.copy p {
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
}

/*内页开始*/
.view{margin:1px auto 60px;}
.view .img{z-index:0;}
.view a.play{display:block;width:7.815%;max-width:100px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.view a img{transition:0.5s;}
.view a:hover img{ transform: rotate(180deg);}
.video{width:100%;height:100%;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;}


/*副导航开始*/
.vicenav {
  position: relative;
  top: -69px;
}
.vicenavwrap .menu {
  padding-left: 0;
  text-align: center;
}
.vicenavwrap .menu div ul {
  width: 150%;
  margin-left: 10%;
}
.vicenavwrap .menu div ul li {
  float: left;
  margin: 0 10px;
  background: url(../image/list-type.jpg) no-repeat left center;
  padding-left: 5px;
}
.vicenavwrap .menu div ul li a {
  width: auto;
  height: auto;
  line-height: 40px;
  background: none;
  border-right: 0;
  font-size: 12px;
  font-weight: 100;
  overflow: hidden;
}
.vicenavwrap .menu div ul li a:hover {
  background: none;
  color: #d80808;
}
.vicenavwrap .menu .slick-track {
  margin: 0 auto;
}
.vicenavwrap .menu a {
  background: url(../image/mbxbg.jpg) bottom;
  display: inline-block;
  width: 100%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-right: 1px solid #e1dfdc;
  font-weight: 600;
  color: #333;
}
.vicenavwrap .menu #gmcur{border-right:none;}
.vicenavwrap .menu a:hover {
  background: #d80808;
  color: #fff;
}
.vicenavwrap .menu a.cur {
  background: #d80808;
  color: #fff;
}
.vicenavwrap .slick-prev,
.vicenavwrap .slick-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.vicenavwrap .slick-prev {
  left: -20px;
}
.vicenavwrap .slick-next {
  right: -20px;
}
/*面包屑导航*/
.mbx {  margin: -65px 0 30px;}
.mbx .mbxwrap {  padding-left: 15px;}
.mbx em {  color: #d80808;}
/*关于我们*/
.about {  margin: 110px 0 130px;color:#545454;}
.about p{line-height:2em;margin-bottom:3px;}
.about p.p1{margin:0;line-height:1.8em;}
.about img{margin-left:3.125%;}
.about hr{border-color:#a8a8a8;margin-top:5px;}

.nytit h2 {  font-size: 30px;  color: #3f51b5;border-bottom:1px solid #a8a8a8;text-transform:uppercase;padding-bottom:10px;}
.nytit h2 span {display:block;  font-family: arial; color: #545454;font-size:14px;margin-top:8px;}

.nytit.nytit-line h2{border:0;padding-bottom:0;}

.about-idea{padding:70px 0 94px;}
.about-idea ul{text-align:center;margin:50px auto;}
.about-idea ul li{float:left;width:18.75%;margin-right:1.5625%;background:rgba(255,255,255,0.67);height:300px;padding:50px 2% 0;color:#3b3b3b;margin-top:30px;overflow:hidden;}
.about-idea ul li h3{font-size:18px;color:#3b3b3b;font-weight:normal;margin:20px auto;}
.about-idea ul li p{margin:0;line-height:2em;}
.about-idea ul li:last-child{margin-right:0;}

.about-honor{margin-top:155px;}
.about-honor .honorimg{width:49.22%;border:7px solid #e6e6e6;}
.about-honor .honorimg .pic:after{padding-bottom:65.584%;}
.about-honor .honorimglist{display: none;}
.about-honor .honorRight{width:46.875%;padding-top:15px;}
.about-honor .honorRight ul{margin-top:40px;}
.about-honor .honorRight ul li h3{font-size:14px;color:#3b3b3b;margin-bottom:15px;cursor:pointer;padding:0 10px;}
.about-honor .honorRight ul li h3:hover,.about-honor .honorRight ul li h3.on{color:#3f51b5;}
.about-honor .owl-theme .owl-controls{position:relative;margin-top:30px;}
.about-honor .owl-theme .owl-nav{margin:0;}
.about-honor .owl-theme .owl-nav [class*=owl-]{width:16px;height:16px;border-radius:50%;color:#616052;background:#ffeb3b;padding:0;margin:0 45px;text-align:center;line-height:14px;font-size:12px;}
.about-honor .owl-theme .owl-nav [class*=owl-]:hover{background:#ffeb3b;color:#616052;}
.about-honor .owl-theme .owl-dots{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.about-honor .owl-theme .owl-dots .owl-dot span{width:auto;height:auto;margin:0 5px;font-size:12px;color:#787878;background:none;opacity:1;}
.about-honor .owl-theme .owl-dots .owl-dot.active span, .about-honor .owl-theme .owl-dots .owl-dot:hover span{color:#3f51b5;background:none;}
.mt175{margin-top:175px;}
.about-development{padding-top:90px;padding-bottom:160px;}
.about-development .nytit h2{color:#fff;border-color:#cfcfcf;}
.about-development .nytit h2 span{color:#e5e5e5}
.about-development .content{background:rgba(255,255,255,0.8);padding:0 80px;position:relative;margin-top:60px;}
.about-development .content:before{content:"";display:block;width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-top:1px dashed #939394;}
.about-development ul{}
.about-development ul li{text-align:center;position:relative;padding:190px 0;}
.about-development ul li .date{width:82px;height:82px;line-height:82px;text-align:center;font-size:24px;color:#fff;background:#3f51b5;border-radius:50%;margin:0 auto;position:relative;}
.about-development ul li .date:before{content:'';position:absolute;left:50%;border-left:1px dashed #939394;height:60px;}
.about-development ul li .date:after{content:'';position:absolute;left:50%;width:12px;height:12px;border-radius:50%;background:#a0a0a0;margin-left:-6px;}
.about-development ul li.li1 .date:before{bottom:82px;}
.about-development ul li.li1 .date:after{bottom:140px;}
.about-development ul li.li2 .date:before{top:82px;}
.about-development ul li.li2 .date:after{top:140px;}
.about-development ul li .con{width:100%;position:absolute;left:0;}
.about-development ul li .con p{margin:0;color:#545454;}
.about-development ul li.li1 .con{bottom:355px;}
.about-development ul li.li2 .con{top:355px;}
.about-development .owl-theme .owl-controls,.about-development .owl-theme .owl-nav{margin:0;}
.about-development .owl-theme .owl-nav [class*=owl-]{position:absolute;margin:0;padding:0;color:#3f51b5;background:#fff;border:1px solid #feeb3f;border-radius:50%;width:50px;height:50px;text-align:center;line-height:45px;font-size:20px;top:50%;margin-top:-25px;}
.about-development .owl-theme .owl-nav div.owl-prev{left:-50px;}
.about-development .owl-theme .owl-nav div.owl-next{right:-50px;}
.about-development .owl-theme .owl-nav [class*=owl-]:hover{background:#feeb3f;}

.about-team{padding-top:70px;padding-bottom:110px;}
.about-team .description{color:#545454;width:100%;padding:0 15px;max-width:750px;margin:50px auto 0;}
.about-team .description p{margin:0;line-height:1.8em;}

.about-team ul.imagesList{margin-top:50px;}
.about-staff ul.imagesList{margin-top:85px;}

.about-staff{padding:95px 0 145px;}

.imagesList.owl-theme .owl-controls{margin-top:20px;}
.imagesList.owl-theme .owl-dots .owl-dot span{margin-top:0;margin-bottom:0;background:none;border:1px solid #3f51b5;}
.imagesList.owl-theme .owl-dots .owl-dot.active span, .imagesList.owl-theme .owl-dots .owl-dot:hover span{background:#3f51b5;}

/*荣誉资质*/
.honorcon ul {
  margin: 60px 0 100px;
}
.honorcon ul li {
  background: url(../image/honorbg.jpg) no-repeat bottom center;
  width: 205px;
  margin: 0 7.78% 0 0;
  height: 260px;
  float: left;
  position: relative;
}
.honorcon ul li .pic {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  bottom: 20px;
  text-align: center;
}
.honorcon ul li .pic img {
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  padding: 12px 10px 0;
  max-height: 100%;
}
ul li .pic .zzc {
  width: 100%;
  height: 100%;
  background: url(../image/hzzcbg.png);
  position: absolute;
  bottom: 0;
  /*opacity: 0;filter: alpha(opacity=0);*/ display: none;
}
ul li .pic .zzc span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../image/honorbtn.png) no-repeat center;
}
ul li:hover .zzc {
  display: block;
}
.honorcon ul li:nth-child(4n) {
  margin-right: 0;
}
.phonehonor {
  display: none;
}
.phonehonor ul {
  width: 100%;
}
.phonehonor ul li {
  width: 100%;
}
.phonehonor ul li .pic {
  width: 100%;
}
.phonehonor ul li .pic:after {
  padding-bottom: 45%;
}
.phonehonor .slick-dots li {
  display: inline-block;
  width: auto;
}
.phonehonor .slick-dots li button {
  background: #ddd;
}
.phonehonor .slick-dots li.slick-active button {
  background: #d80808;
}
/*生产实力*/
.case {
  margin-bottom: 30px;
  position: relative;
}
.case .casebg {
  width: 1000%;
  position: absolute;
  height: 157px;
  background: #ddd;
  left: -100%;
  top: 26%;
}
.case ul li {
  width: 24.767%;
  height: 312px;
  float: left;
  margin: 55px 3px 0 0;
  position: relative;
  z-index: 222;
}
.case ul li .pic {
  width: 100%;
  height: 57%;
}
.case ul li .pic:after {
  padding-bottom: 67%;
}
.case ul li .pic .casezzc {
  width: 100%;
  height: 100%;
  background: #d80808;
  opacity: 0.8;
  text-align: center;
  display: inline-block;
  display: none;
  z-index: 222;
  position: relative;
}
.case ul li .pic .casezzc .consu {
  padding: 5px 20px;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 25%;
  display: inline-block;
}
.case ul li .casetxt {
  padding: 25px 15px;
  background: #f9f9f9;
  transition: 0.3s;
}
.case ul li .casetxt a.casetit {
  color: #333;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
  height: 19px;
  overflow: hidden;
  line-height: 19px;
}
.case ul li .casetxt span {
  display: block;
  color: #999;
  transition: 0.3s;
  height: 20px;
  overflow: hidden;
}
.case ul li .casetxt a.caseview {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../image/caseview.png) no-repeat center;
  margin-top: 15px;
  transition: 0.3s;
}
.case ul li:hover .casezzc {
  display: block;
}
.case ul li:hover .casetxt {
  background: #d80808;
  opacity: 0.8;
  text-align: center;
}
.case ul li:hover .casetxt a.casetit {
  color: #fff;
}
.case ul li:hover .casetxt span {
  color: #fff;
}
.case ul li:hover .casetxt a.caseview {
  background: url(../image/caseviewhover.png) no-repeat center;
}
.case ul li:nth-child(4n) {
  margin-right: 0px;
}
.page {
  text-align: center;
  margin-bottom: 100px;
}
.page li {
  display: inline;
}
.page li a{
  font-family: arial;
  background: none;
  padding:0;
  margin: 0 5px;
  display: inline;
  font-size:12px;
  color:#787878;
  border:0;
}
.page li a:hover {
  background: none;
  color: #3f51b5;
}
.page li.active a{
  background: none;
  color: #3f51b5;
}
.page li.bgnone a{
  background: none;
}
.page li.bgnone a:hover {
  color: #d80808;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background:none;color:#3f51b5;}
.page li:first-child a,.page li:last-child a{display:inline-block;width:15px;height:15px;text-align:center;background:#ffeb3b!important;border-radius:50%;}
/*生产实力详细页*/
.caseshow {
  margin-top: 55px;
}
.caseleft {
  width: 47%;
}
.caseleft .big .pic:after {
  padding-bottom: 67%;
}
.caseleft .small {
  margin-top: 6px;
}
.caseleft .small .pic {
  cursor: pointer;
}
.caseleft .small .pic:after {
  padding-bottom: 66.9%;
}
.caseleft .small .slick-current .pic {
  border: 3px solid #d80808;
}
.caseright {
  width: 47%;
}
.caseright h3 {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  padding-bottom: 10px;
  margin: 0px 0 15px;
}
.caseright .crighttxt {
  color: #6b6b6b;
  min-height: 160px;
}
.caseright .prenext {
  margin-top: 30px;
}
.caseright .prenext a {
  display: block;
  line-height: 30px;
}
.nyxg {
  margin-top: 70px;
}
/*联系我们*/
.map{width:60.9375%;height:400px;margin-top:97px;}
#allmap {
  width: 100%;
  height: 100%;
}
#allmap img {
  max-width: 1070px;
  max-height: 368px;
}
#allmap label {
  max-width: 1070px;
}
.contactwrap {height:400px;width:39.0625%;background:#3f51b5;color:#fff;padding:4% 4.29% 0;margin-top:97px;position:relative;z-index:1;}
.contactwrap img{margin-right:15px;}
.contactwrap p {line-height:1.8em;margin-bottom:5px;}
.contactwrap:after{content:'';position:absolute;width:27px;height:41px;background:url(../image/sangle.png) center center no-repeat;right:-27px;top:50%;margin-top:-20px;z-index:1;}

/*在线留言*/
.message {
  max-width: 900px;
  margin: 50px auto;
}
.message h3{
  font-size:30px;color:#3f51b5;text-align:center;margin-bottom:30px;
}
.message p {
  text-align: center;
}
.message .messagecon {
  width: 100%;
  margin: 0 auto;
  padding: 20px 5% 20px 5%;
}
.message .messagecon ul li{margin-bottom:15px;}
.message .messagecon ul li span {
  display: block;
  color: #333;
  line-height: 40px;
}
.message .messagecon ul li input {
  width: 100%;
  line-height: 35px;
  border: 1px solid #e6e6e6;padding:0 10px;
}
.message .messagecon ul li input[type="radio"],.message .messagecon ul li input[type="checkbox"]{
  width: auto;
}
.message .messagecon ul li select{
  width: 100%;
  height: 35px;
  border: 1px solid #e6e6e6;padding:0 10px;
}
.message .messagecon ul li input:focus {
  border: 1px solid #3f51b5;
}
.message .messagecon ul li textarea {
  width: 100%;padding:8px 10px;
  border: 1px solid #e6e6e6;
  height: 200px;
}
.message .messagecon ul li textarea:focus {
  border: 1px solid #3f51b5;
}
.message .messagecon ul li.li4 {
}
.message .messagecon ul li.li4 input {
  width: 38%;
  float: left;
  padding-left: 5px;
  color: #333;
}
.message .messagecon ul li.li4 img {
  float: left;
  cursor: pointer;
  margin: 0 5px;
}
.message .messagecon ul li.li4 a {
  float: left;
  line-height: 35px;
}
.message .messagecon ul.phonemessage {
  width: 95%;
  display: none;
}
.message .messagecon ul.phonemessage textarea {
  margin-bottom: 35px;
}
.message .sub {
  width: 86%;
  margin: 0 auto;
  text-align: center;
}
.message .sub input {
  height: 45px;
  width: 20%;
  background: #575757;
  border: 0;
  margin-top: 20px;
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
}
.message .sub input:hover {
  background: #3f51b5;
}
/*人才招聘*/
.job ul {  margin-top: 25px;margin-bottom:107px;}
.job ul li{margin-bottom:6px;background:#ededed;border:1px solid #bfbfbf;}
.job ul li .jobtit {
  color: #505050;
  line-height: 48px;
  cursor: pointer;
  background: url(../image/jobtitbg.png) center right 25px no-repeat;
  position: relative;
  height: 48px;font-size:17px;
  padding-right: 26%;
  padding-left: 25px;
}
.job ul li .jobtit span { display:block;position:absolute;right:8%;top:0;font-size:14px;}

.job ul li .jobcon {
  border-top:1px solid #bfbfbf;
  padding: 20px 25px;
  display: none;
}
.job ul li .jobcon .bq{margin-bottom:20px;}
.job ul li .jobcon p{margin:0;line-height:1.8em;}
.job ul li .jobcon hr {
  border-top: 1px solid #cbc7bc;
}
.job ul li.active .jobtit {
  background-image: url(../image/jobtit2.png);
}
.job ul li.active .jobcon {
  display: block;
}
/*技术实力*/
.textImgbox {margin-top:60px;}
.textImgbox .row{margin-left:-30px;margin-right:-30px;}
.textImg{padding-left:30px;padding-right:30px;margin-top:60px;}
.textImg .nytit{margin-top:15px;}
.textImg .con{line-height:1.8em;color:#3b3b3b;margin-top:55px;}
.textImg .con p{margin:0;}
.textImgbox1 .nytit{margin-top:40px;}
.equipment{margin-top:120px;padding:75px 0 190px;}
.equipmentTitle{width:100%;max-width:560px;border:1px solid #3f51b5;margin:0 auto;}
.equipmentTitle a{display:block;width:50%;float:left;font-size:18px;color:#3b3b3b;text-align:center;text-transform:uppercase;padding:13px 0;}
.equipmentTitle a span{display:block;font-family:'Arial';font-size:12px;}
.equipmentTitle a:hover,.equipmentTitle a.on{background:#3f51b5;color:#fff;}
.equipmentImages{margin-top:45px;}
.equipmentImages .content{display:none;}
.slick-sc,.slick-jc{width:100%;}
.equipmentImages .slick-slide{padding:40px 0;}
.equipmentImages .slick-slide .pic-o{overflow:visible;transition:0.5s;}
.equipmentImages .slick-slide .pic:after{padding-bottom:75%;}
.equipmentImages .slick-slide img {opacity:0.5;transition:0.5s;}
.equipmentImages .slick-center .pic-o{transform:scale(1.2);z-index:1;}
.equipmentImages .slick-center img {opacity:1;width:100%;height:100%;border:3px solid #ffeb3b;}

.equipmentImages .slick-slide h3 {opacity:0;color:#3b3b3b;background:#ffeb3b url(../image/tity.png) center right 25px no-repeat;position:relative;width:100%;left:0;bottom:0;padding:0 25px;line-height:44px; transition:0.5s;border:1px solid #ffeb3b;z-index: 1}
.equipmentImages .slick-center {position:relative;z-index: 1;}
.equipmentImages .slick-center h3 {opacity:1;font-size:18px;}


.equipmentImages .slick-prev,.equipmentImages .slick-next{background:#fff;box-shadow:0px 3px 10px 0px #ccc;border-radius:50%;text-align:center;color:#4052b5;font-size:0;transform:rotate(0deg);border:0;left:50%;margin:0;margin-left:-25px;top:auto;bottom:-90px;}
.equipmentImages .slick-prev{margin-left:-65px;}
.equipmentImages .slick-next{margin-left:15px;}
.equipmentImages .slick-prev:after,.equipmentImages .slick-next:after{content:'<';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:20px;}
.equipmentImages .slick-next:after{content:'>';}
.equipmentImages .slick-prev:hover,.equipmentImages .slick-next:hover{background:#4052b5;color:#fff;}
.technical-certificate{margin-top:150px;}
.technical-certificate ul{margin:60px auto 110px;}
.technical-certificate ul li .pic{border:1px solid #3f51b5;padding:0 5px;}
.imagesListZL.owl-theme .owl-controls{margin-top:70px;}
.imagesListZL.owl-theme .owl-dots .owl-dot span{margin-top:0;margin-bottom:0;background:none;border:1px solid #3f51b5;}
.imagesListZL.owl-theme .owl-dots .owl-dot.active span, .imagesListZL.owl-theme .owl-dots .owl-dot:hover span{background:#3f51b5;}

.technical-detail{padding:105px 0 245px;}
.technical-detail .back a{color:#3e3e3e}
.technical-detail .back a:hover{color:#3f51b5}
.technical-detail .img{margin:54px 0 0;}
.technical-detail .content{line-height:1.8em;margin:54px 0 0;}
.technical-detail .content p{margin:0;}
.technical-detail .content ul{}
.technical-detail .content ul li{padding:27px 30px;    font-size: 18px;}
.technical-detail .content ul li:nth-child(odd){background:#3f51b5;color: #fff;}
.technical-detail .content ul li:nth-child(even){background:#fff;color:#1c1c1c;}
/*合作伙伴*/
.partner-school{background:#f2f2f2;padding:105px 0 110px;}
.partner-school .row{margin-left:-10px;margin-right:-10px;margin-top:36px;}
.partner-school .text{padding-left:10px;padding-right:10px;color:3545454;margin-top:30px;}
.partner-school .padding{max-width:630px;margin:0 auto;}
.partner-school .text p{margin:0;line-height:1.8em;}
.partner-school .padding-text{padding-right:6.3%;}

.partner-link {padding:70px 0 100px;}
.partner-link .nytit h2{border:0;}
.partner-link ul.owl-carousel-link{margin-top:50px;}
.partner-link li li{width:15.625%;margin:0 5.46875% 40px 0;float:left;}
.partner-link li li:nth-child(5n){margin-right:0;}
.partner-link ul li .pic{border:2px solid #3f51b5;background:#f2f2f2;margin:0 auto;}
.partner-link ul li .pic:after{padding-bottom:46.94%;}
.partner-link .owl-theme .owl-controls{margin-top:25px;}
.partner-link .owl-theme .owl-dots .owl-dot span{margin:0 5px;background:none;border:1px solid #3f51b5;}
.partner-link .owl-theme .owl-dots .owl-dot.active span, .partner-link .owl-theme .owl-dots .owl-dot:hover span{background:#3f51b5;}
.partner-link-imgMOB{display:none;}

/*产品服务*/
.product-application{padding-top:110px;}
.product-application .row{margin-left:-25px;margin-right:-25px;margin-top:20px;margin-bottom:105px;}
.applicationL,.applicationR{padding-left:25px;padding-right:25px;margin-top:50px;}
.applicationL .padding{margin-left:7.78%;padding:30px 9% 0;color:#545454;}
.applicationL .padding p{margin-bottom:5px}
.applicationR .padding{margin-right:7.78%;}

.product-case{padding:95px 0;}
.product-case .description{color:#545454;margin:55px auto 65px;}
.product-case .description p{margin:0;line-height:1.8em;}
.product-case .imagesListCase li .pic:after{padding-bottom:100%;}
.product-case .imagesListCase li h3{position:absolute;width:100%;left:0;bottom:0;text-align:center;padding:16px 15px;font-size:14px;color:#545454;background:#ffeb3b;}
.product-case .imagesListCase li img{transition:0.5s;}
.product-case .imagesListCase li:hover img{transform:scale(1.1);}
.product-case .owl-theme .owl-nav{margin-top:85px;}
.product-case .owl-theme .owl-nav [class*=owl-]{width:50px;height:50px;line-height:48px;margin:0 15px;padding:0;color:#4052b5;text-align:center;font-size:20px;background:#fff;box-shadow:0px 3px 10px 0px #ccc;border-radius:50%;}
.product-case .owl-theme .owl-nav [class*=owl-]:hover{background:#4052b5;color:#fff;}

.product{padding:130px 0 150px;}
.productPC{margin-top:67px;}
.productPC ul li{}
.productPC li li{width:31.25%;margin-right:3.125%;float:left;margin-bottom:53px;}
.productPC li li:nth-child(3n){margin-right:0;}
.productList .pic:after{padding-bottom:75%;}
.productList h3{position:absolute;width:100%;left:0;bottom:0;text-align:center;padding:16px 15px;font-size:14px;color:#545454;background:#ffeb3b;}
.productList.owl-theme .owl-controls{margin-top:30px;}
.productList.owl-theme .owl-dots .owl-dot span{margin:0 5px;background:none;border:1px solid #3f51b5;}
.productList.owl-theme .owl-dots .owl-dot.active span, .productList.owl-theme .owl-dots .owl-dot:hover span{background:#3f51b5;}
.productMOB{display:none;margin-top:30px;}

/*工程详情*/
.productCaseTitle{padding-bottom:40px;margin-top:120px;}
.productCaseTitle:after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:#3f51b5;}
.productCaseTitle h3{font-size:30px;color:#3f51b5;text-transform:uppercase;}
.productCaseTitle h4{font-family:'Arial';font-size:14px;color:#545454;text-transform:uppercase;margin-top:10px;}
.productCaseCon{margin-top:55px;color:#545454;line-height:1.8em;}
.productCaseCon p{margin:0;}
.productCasePic{margin:130px auto;}
.productCasePic .pic{width:100%;max-width:400px;}
.productCasePic .pic:after{padding-bottom:100%;}
.productCasePic.owl-theme .owl-nav{margin-top:45px;}
.productCasePic.owl-theme .owl-nav [class*=owl-]{width:50px;height:50px;line-height:48px;margin:0 15px;padding:0;color:#4052b5;text-align:center;font-size:20px;background:#f2f2f2;box-shadow:0px 3px 10px 0px #ccc;border-radius:50%;}
.productCasePic.owl-theme .owl-nav [class*=owl-]:hover{background:#4052b5;color:#fff;}
/*产品详细页*/
.bigphone {
  display: none;
}
.bigphone .pic {
  width: 100%;
}
.bigphone .pic:after {
  padding-bottom: 58%;
}
.bigphone .slick-dots li button {
  background: #ddd;
}
.bigphone .slick-dots li.slick-active button {
  background: #d80808;
}
.pro_show{margin:50px auto;}
.pro_show .caseleft {
  width: 100%;
}
.pro_show .caseright {
  width: 100%;
}
.pro_show .caseleft .big {
  width: 74.156%;
  float: left;
}
.pro_show .caseleft .big .pic:after {
  padding-bottom: 113.3%;
}
.pro_show .caseleft .small {
  width: 24.454%;
  float: right;
  margin-top: -1px;
  height: 100%;
  overflow: hidden;
}
.pro_show .caseleft .small .pic:after {
  padding-bottom: 114.9%;
}
.pro_show .proshowcon .proshowh {
  background: #f6f6f6;
  margin-top: 50px;
}

.pro_show .proshowcon .proshowimg {
  text-align: center;
  padding-top: 40px;
}
.pro_show .proshowcon .inquiry ul {
  width: 100%;
  margin: 40px auto 0;
}
.pro_show .proshowcon .inquiry ul li {
  margin: 10px 0;
}
.pro_show .proshowcon .inquiry ul li b {
  display: inline-block;
  width: 16%;
  text-align: right;
  color: #373737;
}
.pro_show .proshowcon .inquiry ul li input {
  width: 42.214%;
  height: 37px;
  border: 1px solid #dbdbdb;
}
.pro_show .proshowcon .inquiry ul li em {
  color: red;
  margin-left: 5px;
}
.pro_show .proshowcon .inquiry ul li.li2 input {
  width: 70%;
}
.pro_show .proshowcon .inquiry ul li.li5 b {
  float: left;
}
.pro_show .proshowcon .inquiry ul li.li5 textarea {
  width: 75.985%;
  height: 197px;
  border: 1px solid #dbdbdb;
  float: left;
  padding: 10px 10px 0 10px;
}
.pro_show .proshowcon .inquiry ul li.li6 b {
  float: left;
  line-height: 37px;
}
.pro_show .proshowcon .inquiry ul li.li6 input {
  width: 22.702%;
  float: left;
}
.pro_show .proshowcon .inquiry ul li.li6 em {
  float: left;
  line-height: 37px;
}
.pro_show .proshowcon .inquiry ul li.li6 img {
  float: left;
  line-height: 37px;
  margin: 0 5px;
  cursor: pointer;
}
.pro_show .proshowcon .inquiry ul li.li6 a {
  float: left;
  line-height: 37px;
}
.pro_show .proshowcon .inquiry ul li.li7 {
  padding-left: 15%;
  margin-top: 65px;
}
.pro_show .proshowcon .inquiry ul li.li7 input {
  width: 22%;
  font-size: 16px;
  color: #fff;
  border: 0;
  background: #727272;
  margin-right: 10px;
  transition: 0.3s;
}
.pro_show .proshowcon .inquiry ul li.li7 input:hover {
  background: #d80808;
}

#tab{position:relative;}
#tab .tabList ul li{
  float:left;
  background:#fefefe;
  background:-moz-linear-gradient(top, #fefefe, #ededed); 
  background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
  background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
  border:1px solid #ccc;
  padding:5px 0;
  width:100px;
  text-align:center;
  margin-left:-1px;
  position:relative;
  cursor:pointer;
}
#tab .tabCon{
  position:absolute;
  left:-1px;
  top:32px;
  border:1px solid #ccc;
  border-top:none;
  width:403px;
  height:100px;
}
#tab .tabCon div{
  padding:10px;
  position:absolute;
  opacity:0;
  filter:alpha(opacity=0);
}
#tab .tabList li.cur{
  border-bottom:none;
  background:#fff;
}
#tab .tabCon div.cur{
  opacity:1;
  filter:alpha(opacity=100);
}
.swiper-container-product{
  position: relative;
  overflow: hidden;
}
.jqueryzoom{
  height: 500px;
  width: 100%;
  overflow: hidden;
  border:1px solid #eeeeee;
}
.jqueryzoom .cloudzoom{
  height: 100%;
  margin:0 auto;
  text-align: center;
}
.product-thumb{
  padding:0px 40px;
  position: relative;
  margin-top:10px;
}
.product-thumb .swiper-slide{
  height:120px;
}
.product-thumb .cloudzoom-gallery{
  cursor: pointer;
  height: 100%;
}
.product-detail-prev{
  position: absolute;
  left: 0;
  color:#000000;
  padding:6px 8px;
  top:50%;
  margin-top:-27px;
  font-size: 30px;
}
.product-detail-next{
  position: absolute;
  right: 0;
  color:#000000;
  padding:6px 8px;
  top:50%;
  margin-top:-27px;
  font-size: 30px;
}
.cloudzoom-lens {
    border: 1px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 1px solid #888;
    width: 500px;
    height: 200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 99;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: url(../image/blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    /*background-image: url(ajax-loader.gif);*/
    width: 32px;
    height: 32px;
}

/* 产品详情页选项卡 */
.proshowcon_tab{
  margin:10px auto 0;
  background:#fff;
}
.proshowcon_tab .tab_menu{overflow:hidden;}
.proshowcon_tab .tab_menu li{
  width:130px;
  float:left;
  height:35px;
  line-height:35px;
  color:#fff;
  background:#fff;
  text-align:center;
  cursor:pointer;
}
.proshowcon_tab .tab_menu li.current{color:#fff;background:#3f51b5;}
.proshowcon_tab .tab_menu li a{color:#fff;text-decoration:none;}
.proshowcon_tab .tab_menu li.current a{color:#333;}
.proshowcon_tab .tab_box{padding:20px;min-height:300px;}
.proshowcon_tab .tab_box li{height:24px;line-height:24px;overflow:hidden;}
.proshowcon_tab .tab_box li span{margin:0 5px 0 0;font-family:"宋体";font-size:12px;font-weight:400;color:#ddd;}
.proshowcon_tab .tab_box .hide{display:none;}

/*新闻资讯*/
.newsTitle{width:100%;max-width:400px;margin:86px auto 0; border:1px solid #3f51b5;}
.newsTitle a{color:#3f51b5;background:#fff;text-align:center;display:block;float:left;line-height:1.8em;padding:12px 0;width:50%;}
.newsTitle a:hover,.newsTitle a.cur{background:#3f51b5;color:#fff;}
.newscom{margin-top:80px;}
.newscom.row{margin-left:0;margin-right:0;}
.newscom.row .pic {width:100%;max-width:585px;margin:0 auto;}
.newscom.row .pic:after{padding-bottom: 68.37%;}
.newscom .img{padding-left:0;padding-right:0;margin-top:20px;}
.newscom .con{padding-left:0;padding-right:0;margin-top:20px;}
.newscom .con .pic{background:#f2f2f2;}
.newscom .con .cons{width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding-left:11.11%;padding-right:16.23%;}
.newscom .con .cons h3{font-size:18px;line-height:1.5em;height:3em;overflow:hidden;}
.newscom .con .cons h3 a{color:#545454;}
.newscom .con .cons h3 a:hover{color:#3f51b5;}
.newscom .con .cons p{color:#545454;line-height:1.8em;height:7.2em;overflow:hidden;margin:35px 0 0;}

.news ul.row{margin-left:-22.5px;margin-right:-22.5px;margin-top:83px;}
.news ul li {padding-left:22.5px;padding-right:22.5px;margin-bottom:70px;}
.news ul li .padding{border:1px solid #ccc;}
.news ul li .pic:after {padding-bottom:65.645%;}
.news ul li .pic img {  transition: 0.3s;}
.news ul li .date {font-size:12px;color:#b2b2b2;text-align:right;}

.news ul li .content {  padding: 25px 6.9% 15px;}
.news ul li .content span{ display:block;color:#3f51b5;}
.news ul li .content a.newscontit {font-size: 16px; color: #3b3b3b;line-height:25px;display: inline-block;height:25px;overflow: hidden;margin-top:10px;}
.news ul li .content p {color:#787878;}
.news ul li:hover a.newscontit {  color: #3f51b5;}
.news ul li:hover img {  transform: scale(1.2);}
@media (max-width: 500px){
 .news ul li{width:100%;} 
 .news ul li .padding{max-width:360px;margin:0 auto;}
}
.newshow{margin-bottom:60px;}
.newshow .newshowtit {
  text-align: center;
  margin-top: 55px;
  border-bottom: 1px dotted #bfbebe;
}
.newshow .newshowtit h1 {
  font-size: 22px;
  color: #333;
}
.newshow .newshowtit .date {
  line-height: 65px;
  font-size: 12px;
  color: #999;
}
.newshow .newshowtxt p {
  margin-top: 25px;
  line-height: 25px;
}
.newshow .newshowimg {
  text-align: center;
  margin: 65px 0;
}
.prev-next {
  float: left;
  margin-top: 10px;
}
.prev-next a {
  display: block;
  color: #999;
  line-height: 25px;
  transition: 0.3s;
}
.prev-next a b {
  color: #666;
}
.prev-next a:hover {
  color: #d80808;
}
.prev-next a.prev {
  border-bottom: 1px dashed #d4d4d4;
}
/*站点地图*/
.mapwrap {
  margin: 40px auto;
  padding-bottom: 100px;
}
.mapwrap dl {
  margin: 20px auto 20px;
  overflow: hidden;
  line-height: 30px;
  width: 98%;
  transition: 0.3s;
}
.mapwrap dl:hover {
  box-shadow: 0 0 2px #d80808;
}
.mapwrap dl:hover dt a {
  color: #d80808;
  font-weight: bold;
}
.mapwrap dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.mapwrap dt:hover {
  background: #d80808;
}
.mapwrap dt:hover a {
  color: #fff !important;
}
.mapwrap dt a {
  color: #d80808;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
}
.mapwrap dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.mapwrap dd {
  font-size: 14px;
  overflow: hidden;
  float: left;
  width: 85%;
  line-height: 40px;
}
.mapwrap dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.mapwrap dd .p2 a {
  color: #d80808;
  font-weight: bold;
  overflow: hidden;
  transition: 0.3s;
}
.mapwrap dd .p2 a:hover {
  color: #000;
}
.mapwrap dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.mapwrap dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
  margin-top: 1px;
  transition: 0.3s;
}
.mapwrap dd div a:hover {
  background: #d80808;
  color: #fff;
}

  /*# sourceMappingURL=style.css.map */
  /*loading页面*/
  #loading  
  {  
    width: 100%;
    height:100%;
    position:fixed;  
    z-index:999;  
    background:#ffffff;
    text-align: center;
    display: table;
  }   
  #loading span{
    display: table-cell;
    vertical-align: middle;
  }
  #loading span p{color:#fff;font-size: 20px;}
  #loading img{   
    display: inline-block; 
  }
  .scoll_dis  
  {   
    overflow:hidden;  
  }
  /*产品分类*/
  #catalog{
    width:1100px;
    margin: 15px auto;
    padding: 0 15px;
  }
  #catalog .catalog_title{width:10%;}
  .sicatalog_head {
    font-size: 44px;
    font-weight:bold;
    color: #d80808;
    font-family: Verdana,Arial;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding-left: 30px;
  }
  .f_l {
    float: left;
  }
  .dashed > ul > li{
    margin-left:30px; 
  }
  .dashed > div > span{
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #333;
  }
  .sicatalog {
    overflow: hidden;
    margin: 0 80px;
  }
  .sicatalog .dashed:first-child {
    border-top: none;
  }
  .sicatalog .dashed {
    overflow: hidden;
    border-top: #aaa 1px dashed;
    padding: 13px 0px;
  }
  .sicatalog li {
    text-align: center;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 13px;
  }
  .sicatalog li:hover,
  .sicatalog .active{
    background:#d80808; 
  }
  .sicatalog li:hover a,
  .sicatalog .active a{
    color:#fff;
  }
  /*产品放大镜*/
  .small > .active{
    border: 3px solid #d80808;
  }
  #magnifier > img{
    width: 100%;
    height:100%
  }
  /*滑块*/
  .magnifyingBegin{
    width: 175px;
    height: 210px;
    left: 0;
    top: 0;
    background-color: #454545;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: absolute;
    cursor: move;
    display: none;
  }
  /*放大镜显示区域*/
  .magnifyingShow{
    width: 370px;
    height: 420px;
    display: none;
    position: absolute;
    right: -400px;
    top: 0;
    overflow: hidden;
    background-color: #454545;
  }
  .magnifyingShow > img{
    width: 790px !important;
    max-width: none;
    height: 865px;
    margin-left:0;
    margin-top: 0;
  }
  /*生产实力*/
  .carousel ul li{
    width: 100%;
    float: none;
  }
  /*站点地图*/
  #map .con{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 50px; 
  }
  .con .hd h1 {
    width: 122px;
    height: 39px;
    font-size: 16px;
    line-height: 39px;
    font-family: "微软雅黑","MicrosoftYahei","宋体","Arial Narrow",sans-serif;
    text-align: center;
  }
  .con .hd {
    height: 39px;
    background: #fcfcfc;
    border-bottom: #fff 1px solid;
  }
  .con .bd {
    padding: 10px 0;
    border-top: #d6dbe1 1px solid;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd dl {
    padding: 0 0 10px 10px;
    zoom: 1;
  }
  .con .bd dd {
    float: left;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd ul {
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd li {
    float: left;
    height: 28px;
    padding: 0 5px;
    line-height: 28px;
  }
  .con .bd dd {
    margin: 6px;
  }
  /*站内搜索*/
  .goomay-keywords-light{
    background: #dc3545 !important;
    color:#ffffff !important;
  }
  #search{
    margin-bottom: 50px;
    overflow:hidden
  }
  .search_left{
    /*float: left;*/
    /*width: 25%;*/
    border: 1px solid #d6d6d6;
    padding-top:5px;
    padding-bottom:5px;
  }
  .s_head{
    border-bottom: 1px solid #d6d6d6;
    height: 50px;
  }
  .s_head h2{
    line-height: 50px;
    /*margin-left: 15px;*/
  }
  .s_body ul{
    margin-top: 10px;
    margin-left: 20px;  
  }
  .s_body ul span{
    display: block;
    color: #333;
    line-height: 40px;
  }
  .s_body ul input,
  .s_body ul select{
    height: 35px;
    width: 80%;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .s_body .sub input{
    height: 35px;
    line-height: 35px;
    background: #575757;
    border: 0;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
    text-align: center;
    padding-left: 0px;
  }
  .search_right{
    padding-left: 40px;
    /*float: right;*/
    /*width: 73%;*/
    /*border-top: 1px solid #d6d6d6;
    padding-bottom: 15px;
    padding-top: 20px; 
    padding-left: 20px;*/
  }
  .search_right .no-result{
    text-align: center;
    font-size: 30px;
    color:#d80808;
    margin-top:50px;
  }
  .search-result-title{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
  }
  .entry-image {
    float: left;
    width: 120px;
    margin: 0 20px 0 0;
  }
  .entry-c{
    position: relative;
    overflow: hidden;
  }
  .search-result-info{
    padding:5px 0;
  }
  .search-result-info li{
    display: inline-block;
  }
  .search_right em{
    color: #004cff;
  }
  .search_right .search-result{
    margin-left:25px;
  }
  .product_title a{
    color: #d80808;
    text-decoration: underline;
  }
  .search_right .search-li{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .search_right li{
    overflow: hidden;
  }
  .search-result-info li:before{
    content: '/';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5
  }
  .search-result-info li:first-child:before { display: none; }
  .product_list{
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6; 
    margin-bottom: 15px;
  }
  .product_img{
    float: left;
  }
  .product_img img{
    border-radius: 50%;
  }
  .product_img img:hover{
    width: 90px;
    height: 90px;
  }
  .product_body{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }
  .product_title{
    margin-bottom: 20px;
  }
  .se_news{
    float: right;
    width: 79%;
  }
  .news ul li .se_news a {
    color:#d80808;
    text-decoration: underline;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    transition: 0.3s;
  }
  .search_right .news .date em{
    color: #fff;
  }
  /*下载*/
  #download li{
    margin-bottom: 25px;
  }
  #download ul{
    margin-top: 50px;
    margin-bottom: 110px;
  }
  .down_head{
    margin-left: 25px;
    margin-bottom: 5px;
  }
  .down_body{
    margin: 0 15px;
    padding-top: 5px;
    border-top: 1px solid #d6d6d6;
    overflow: hidden;
  }
  .down_body div{
    margin:0 15px;
  }
  .down_body span{
    margin-right: 15px;
  }
  .f_r{
    float: right;
  }
  .f_l{
    float: left;
  }
  .download_title{
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    padding: 8px;
  }
  .download_button,
  .link_button{
    display: inline-block;
    background: #23b7e5;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    color: #fff;
    border-radius: 2px;
  }
  .download_button:hover,
  .link_button:hover{
    background: #38c4f0;
    color: #fff;
  }
  .content_title{
    margin: 30px 0 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
  }
  .line{
    border-bottom: 1px solid #d6d6d6;
    margin: 15px 0;
  }
  #link h3{
    margin: 10px 15px;
  }
  #img_link,
  #text_link{
    margin-bottom: 50px;
    overflow: hidden;
  }
  #img_link li,
  #text_link li{
    float: left;
    margin: 0 10px;
  }
  /*招聘*/
  .apply{
    background: #3f51b5;
    width: 160px;
    line-height:40px;
    text-align: center;
  }
  .apply a{
    color: #fff;
  }

/****询盘****/
.inquiry-container .row{margin-left:0px;margin-right:0px;}
.inquiry-container li img{height:30px;}
.inquiry-container a{color:#000000;}
.inquiry-col{padding:0!important;}
.inquiry-title{font-size: 24px;margin:0px 0px 40px;color:#cccccc;position: relative;}
.inquiry-title:before{width: 90%;content:"";position: absolute;border-top: 1px dashed #cccccc;right: 0;top:15px;}
.inquiry-title:after{width: 90%;content:"";position: absolute;border-bottom: 1px dashed #cccccc;right: 0;top:20px;}
.inquiry-chose{background-color:#162c4c;color:#ffffff;padding:0px 20px;line-height: 50px}
.inquiry-chose .inquiry-select select{height:30px;color:#000000;line-height: 30px;width: 100%;border:none;padding:0 20px;cursor:pointer;}
.inquiry-container .classification{padding:0;}
.inquiry-search{text-align: right;}
.inquiry-search input{width: 290px;height: 30px;line-height: 30px;padding:0 10px;color:#000000;display: inline-block;float: right;margin: 10px 0;border: 0}
.inquiry-search i{width: 40px;height: 30px;background: #a0a0a0;color: #ffffff;float: right;line-height: 30px;text-align: center;font-size: 20px;margin: 10px 0;cursor:pointer;}
.inquiry-container .product-list{padding:20px 0 30px;border-bottom: 1px dashed #737373;color:#000000;}
.inquiry-container .fa-play{color:#ffffff;background: #162c4c;width: 24px;height:24px;line-height: 24px;text-align: center;}
.inquiry-container .product-list .product-ul li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-add,.inquiry-submit{background: #e60012;color:#ffffff;padding:8px 20px;width:130px;text-align: center;border-radius: 10px;cursor: pointer;}
.inquiry-submit{margin-top: 30px;}
.inquiry-add .fa{font-size: 16px}
.inquiry-list{margin-top:20px;}
.inquiry-container .list-head{background: #f2f2f2;height:46px!important;line-height: 46px!important;}
.inquiry-list li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-container .fa-times,.inquiry-container .fa-plus{font-size: 18px;cursor: pointer;}
.gm-row{margin:0;padding:0 !important;}
.inquiry-container .input-name{line-height: 40px;color:#0d0d0d;}
.inquiry-container .input-type input,.inquiry-container .input-type textarea{width: 100%;font-size: 12px;padding:5px;}
.inquiry-container .input-type textarea{height:140px;}
.inquiry-container .input-type input{height:40px;margin-bottom: 10px}
.inquiry-container .input-star{color:#cd0406;}
.inquiry-form{margin:50px 0 40px;}
.inquiry-submit{margin:0 auto;margin-top: 40px;}
.inquiry-add-page{margin-top:30px;}
.inquiry-page {padding:8px 0;text-align:right;}
.inquiry-page li {display: inline;}
.inquiry-page li a{font-family: arial;background: #ffffff;padding: 2px 6px;margin: 0 2px;font-size: 12px;display: inline;border:1px solid #cccccc;}
.inquiry-page li a:hover {background: #f3f3f3;}
.inquiry-page li.active a{background: #f3f3f3;color: #ababab;}
.inquiry-page li.bgnone a{display: none;}
.submit-hide{display: none;}
.inquiry-captcha .captcha_src{
  height:40px;
}
#BMapLib_search_bus_btn0{margin-right:0px!important;}
.tangram-suggestion-main{z-index: 99}
@media (max-width: 992px) {
  .banny.banny60 .banner,.banny.banny60 .banner_slide{height:300px!important;}
}
.banny .banner_slide{
  background-position: center!important;
      background-size: cover!important;
}
.baidu-map-content{
  margin:0;
  line-height:20px;
  padding:2px;
}
.baidu-map-content img{
  float:right;
  zoom:1;
  overflow:hidden;
  width:100px;
  height:100px;
  margin-left:3px;
}
/*产品规格*/
.spec-type{
  height: 32px;line-height: 32px;margin-top:3px
}
.spec-item{
  padding: 20px 0;
}
.spec-one-item{
  padding:5px 0;
}
.spec-val{
  padding-left: 0!important;
}
.choiceimg{
  width: 42px!important;
  height: 42px!important;
  padding: 2px!important;
}
.border-spec{
  border:1px solid #fff;
}
.border-spec:hover{
  border:1px dotted #f40;
}
.border-spec-active{
  border:1px dotted #f40;
}
.cartInvalid{
  background: #f0f0f0
}
.choice{
  padding: 0 10px;border: 1px solid #b8b7bd;cursor:pointer;float: left;margin-right: 5px;height: 32px;line-height: 32px;margin-top:3px;
}
.choice:hover{
  border: 1px solid #FF0036;
}
.choice-active{
  border: 1px solid #FF0036;
}
.choice-disabled{
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.click-disabled{
  pointer-events: none;
}
#gotoTop{
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}
#gotoTop:hover{
  background-color: #1d2088;
}
.customer-service{
  z-index: 299;
  position: fixed;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 90px;
}
.customer-service li{
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 10px;
}
.customer-service li a{
  color: #FFF;
}
.customer-service li:hover{
  background-color: #1ABC9C !important;
}
/*普通产品询盘*/
.enquiry-area{width: 100%;height: 100%;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 0 0 25px;border: 1px solid #eee;font-size: 14px;background: #fff;overflow: hidden;}
.enquiry-area .enquiry-head{cursor: default;background: #003e59;color: #ffffff;position: relative;width: 100%;height: 55px;line-height: 55px;font-size: 16px;padding-left: 22px;}
.enquiry-area .enquiry-item{position: relative;background: #fff;padding:0 20px;margin-top: 20px;}
.enquiry-area .enquiry-item button{background: #ff6f00;border: none;border-bottom: 2px solid #ef5a00;color: #ffffff;padding: 8px 22px;border-radius: 3px;text-decoration: none;transition: background 200ms ease;outline: none;cursor: pointer;width: 100%;}
.enquiry-area .enquiry-item button i{display: inline-block;margin-left: 8px;}
.enquiry-area .enquiry-item .enquiry-input{box-sizing: border-box;width: 50%;padding: 10px;font-family: 'Open Sans', sans-serif;background: #fff;margin: 0;height: 40px;font-size: 14px;border: 1px solid #eee;border-left: 2px solid #003e59;outline: none;resize: none;overflow: hidden;border-radius: 3px;transition: box-shadow 200ms ease;}
.enquiry-area .enquiry-item .enquiry-textarea{width:100%!important;height:95px!important;}