@charset "utf-8";
.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(../fonts/HelveticaInserat.ttf);
}
@font-face {
  font-family: 'FuturistCondensed';
  src: url('../fonts/FuturistCondensed Regular.TTF');/* IE9*/
  src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'), /* IE6-IE8 */
  /*url('../fonts/FuturistCondensed Regular.woff') format('woff'), *//* chrome、firefox */
  url('../fonts/FuturistCondensed Regular.TTF') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');/* iOS 4.1- */
}
body {
  font-family: "微软雅黑";
  min-width: 320px;
  color: #666;
  overflow-x: hidden;
}
a:active,a:visited{
  border:none;
}
.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: #2B4A89;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.container {
  width: 1200px;
}
.container2 {
  width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.goomay-clear{
  clear:both;
}
/*-header-*/
.header {
  position: fixed;
  z-index: 999;
  top:0;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  filter: Alpha(opacity=50);
  *zoom:1;
}
.header .container{
  position: relative;
}
.logo{
  margin: 3px 0 3px 80px ;
}
/*-banner-*/
.banner {
  clear: both;
}
.banner img {
  width: 100%;
}
.banner .slick-dots {
  height: 47px;
  bottom: 0;
  background: url(../images/dotsbg.png);
}
.banner .slick-dots li {
  margin-top: 15px;
}
.banner .slick-dots li button {
  background: url(../images/dots.png) no-repeat center;
  width: 36px;
  height: 7px;
}
.banner .slick-dots li.slick-active button {
  background: url(../images/dotsactive.png) no-repeat center;
  width: 36px;
  height: 7px;
}
#banner-scroller{
  position: absolute;
  bottom:30px;
}
.banner_slide{
  display:flex!important;justify-content:center!important;align-items:center!important;
}
.banner-content{
  color:#fff;
  text-transform: uppercase;
  /*display: inline-block;*/
}
.banner-content-center{
  text-align: center;
}
.banner-content-right{
  text-align: right;
}
.nav {
  z-index: 999;
  margin-right:60px;
}
.nav ul li {
  float: left;
  line-height: 80px;
  font-size: 14px;
  position: relative;
}
.nav ul li a {
  text-transform: uppercase;
  padding: 30px 40px;
  transition: 0.3s;
  color: #fff;
}
.nav ul li:hover a {
  color: #fff;
  /*background: #d6000f;*/
}
.nav ul li:hover ul li a {
  /*background: #fff;*/
  /*color: #333;*/
}
.nav ul li ul {
  width: 100%;
  position: absolute;
  padding: 10px 0;
  background: rgba(0,0,0,0.5);
  display: none;
}
.nav ul li ul li {
  float: none;
  font-size: 14px;
  line-height: 30px;
  border-right: 0;
}
.nav ul li ul li a {
  padding: 0;
  display: block;
  text-align: center;
}
.nav ul li ul li a:hover {
  background: #2B4A89;
  color: #fff;
}
.nav ul li ul li .three {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0px;
  display: none;
  background: rgba(0,0,0,0.5);
}
.nav ul li.active .nav-first {
  color: #fff;
  background: #2B4A89;
}
.nav ul li ul li.active a {
  color: #fff;
  background: #2B4A89;
  }
  .nav ul li:last-child {
    border-right: 0;
  }
.li-language{
  margin-left:30px;
  
}
  .language {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
  }
  .language a {
    color: #fff;
    display: block;
    padding:0px 30px!important;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2B4A89;
  }
  .language .lang-none {
    position: absolute;
    z-index: 99;
    display: none;
    width: 100%
  }
  .language .lang-none a{
    color: #fff;
    background: #2B4A89;
  }
  .language:hover .lang-none {
    display: block;
  }
  .language .lang-none a:hover{
    background: #2B4A89;
    color: #fff;
  }
  .sytit-wrap {
    text-align: center;
  }
  .sytit-wrap p {
    line-height: 40px;
    font-size: 13px;
    color: #333;
  }
  .sytit {
    margin-top: 90px;
  }
  .sytit .sytitwrap {
    position: relative;
    top: -15px;
  }
  .sytit h3 {
    font-family: "黑体";
    font-size: 30px;
    color: #000;
    font-weight: 600;
  }
  .sytit b {
    font-family: "HelveticaInserat";
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 100;
  }
  .sypro {
    background: #f7f7f7;
    padding-bottom: 70px;
  }
  .index-product{
    margin-top:20px;
  }
  .index-product-menu{
    display: flex;justify-content: space-around;
    margin-bottom: 40px;
  }
  .index-product-menu li{
    cursor: pointer;
  }
  .index-product-more{
    margin-top:30px!important;
  }
  .product-swiper-container{
    margin-bottom: 80px;
  }
  .index-product-nav .tab_box .swiper-slide{
    position: relative;
  }
  .index-product-title{
    text-align: center;
    position: absolute;
    background: #ffffff;
    line-height: 80px;
    width: 80%;
    left:10%;
    z-index: 99;
    margin-top: -40px;
        border: 1px solid #ccc;
    box-shadow: 2px 2px 10px #d3d0d0;
  }
  .index-product-title:hover{background:#2B4A88; color: #fff; }


  .index-product-nav .tab_menu{
    background: #ffffff;
    padding:0 20px;
  }
  .index-product-nav .tab_box{
    
  }
  .index-product-nav li{
    float: left;
    line-height: 50px;
    width: 160px;
    text-align: center;
    background: #ffffff;
    margin:0 10px;
  }
  .index-product-nav li.current{
    background: #2B4A89;
    color:#ffffff;
  }
  .sy_more i{
    color:#2B4A89;
    font-size: 24px;
  }
  /*首页关于我们*/
  .syabout {
    max-width: 1920px;
  }
  .index-about-box{
    padding-bottom:80px;width: 100%;
  }
  .index-about-content{
    margin-bottom: 20px;
    text-align: center;
    line-height: 40px;
  }
  .index-about-img{
    background: #f7f7f7;padding-bottom: 100px;
  }
  .index-support .container{
    position: relative;
    height: 100%;
  }
  .support-box{
    position: absolute;
    color:#000;
    width: 330px
  }
  .support-box1{
    left:0;
    top:160px;
  }
  .support-box1 .support-title{
    text-align: right;
  }
  .support-box3{
    right:0;
    top:160px;
  }
  .support-box2{
    bottom:60px;
    text-align: center;
    left:50%;
    margin-left:-165px;
  }
  .support-title{
    margin-bottom: 10px;
    font-weight: bolder;
  }
   .support-more{
    margin-top:5px;
    text-align: right;
   }
   .support-box2 .support-more{
    text-align: center!important;
   }
  .support-more a{
    font-size: 12px;
    color:#ffffff;
  }
  .support-desc{
    font-size: 14px;
    line-height: 26px;
  }
  .index-circle{
    text-align: center;
    margin-top:210px;
    color:#ffffff;
  }
  .index-circle .title{
    font-weight: bolder;
    font-size: 24px;
  }
  .index-circle .sub-title{
    text-transform: uppercase;
  }
  .index-case-circle{
    font-size: 12px;
    margin-top:160px!important;
  }
  .index-case-circle .sub-title{
    font-family: "Arial";
    font-size: 10px;
  }
  .index-case-circle .desc{
    width: 200px;
    margin:0 auto;
    margin-top:10px;
  }
  /*首页新闻资讯*/
  .synews{
    background-color: #f2f2f2;
    padding-bottom: 70px;
  }
.synews .container{
   position: relative;
}
.swiper-news-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-news-container .swiper-slide
{
  padding:70px 50px;
  background: #f7f7f7;
  background: -moz-linear-gradient(left,  #f0f0f0 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%,#f0f0f0), color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(left,  #f0f0f0 0%,#f7f7f7 100%);
  background: -o-linear-gradient(left,  #f0f0f0 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(left,  #f0f0f0 0%,#f7f7f7 100%);
  background: linear-gradient(to right,  #f0f0f0 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f7f7f7',GradientType=0 );
}
.swiper-news-container .swiper-slide .index-news-title{
  font-weight: bolder;
  padding: 30px 0 15px;
}
.index-news-desc{
    font-size: 12px;
    color:#9b9b9b;
}
.index-news-time{
  font-size: 12px;
  margin-top:20px;
}
.news-button-next,.news-button-prev{
  border: 1px solid #dcdcdc!important;
  width: 58px;
  height:58px;
  line-height: 58px;
  position: absolute;
  top:50%;
  margin-top:-29px;
  text-align: center;
  z-index: 99;
  font-size: 30px;
}
.news-button-next{
  right: -58px;
}
.news-button-prev{
  left: -58px;
}
  /*首页案例展示*/
  .sypicture .container{padding: 10px 0px 15px 0px;}
  .sypicture .swiper-container {
    width: 100%;
    height: 100%;
    margin-top:30px;
    padding-bottom: 40px;
  }
  .sypicture .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f9f9f9;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .sy_more{clear: both;margin: 0 auto;margin-top: 10px;width: 150px;text-align: center;}
  .sy_more a{display: block;height: 40px;color: #000;font-weight: normal;font-size: 14px;line-height: 40px;border:1px solid #e5e5e5;}
/*
.sypicture .container{padding: 10px 0px 15px 0px;}
.sypicture ul.slides{width:800%;}
.sypicture ul.slides li{width: 100%; height:100%;}
.sypicture ul.slides li dl{width: 25%;padding:10px 10px}
.sypicture ul.slides li dl dt a{display: block;overflow: hidden;margin: 0 auto;}
.sypicture ul.slides li dl dd{background:#e3e3e3;}
.sypicture ul.slides li dl dd h4{margin: 0 auto;height: 40px;line-height: 40px;text-align: center;font-weight: normal;font-size: 15px;overflow: hidden}
.sypicture ul.slides li dl dd h4 a{width:100%;height:100%;text-align: center;font-size: 14px}
h4.sy_more{clear: both;margin: 0 auto;padding-top: 30px;width: 200px;text-align: center;}
h4.sy_more a{display: block;height: 40px;background: #e9280c;color: #fff;font-weight: normal;font-size: 14px;line-height: 40px;}
*/

/*友情链接*/
.link {
  margin: 20px 0;
}
.swiper-container-free-mode > .swiper-wrapper{
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-ms-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
margin: 0 auto;
}
/*底部开始*/
.footer {
  background: #2B4A88;
  padding-top: 45px;
  color:#fff;
}
.foot-logo{
  position: relative;
}
#up{
  position: absolute;
  right: 0;
  top:50%;
  margin-top:-5px;
  cursor: pointer;
  font-size: 12px;
  color:#fff;
}
.footerleft h3 {
  font-size: 32px;
  color: #fff;
}
.footerleft span {
  width: 63px;
  height: 2px;
  background: #d6000f;
  display: block;
  margin: 10px 0;
}
.footerleft ul {
  
}
.footerleft ul li {
  color: #ababab;
  line-height: 35px;
  float: left;
  padding-right:70px;
}
.footerleft ul li em {
  color: #d6000f;
  margin-right: 5px;
}
.footerleft ul li a {
  color: #fff;
  transition: 0.3s;
}
.footerleft ul li a:hover {
  color: #d6000f;
}
.footer-subnav{
  line-height: 24px;
}
.footer-subnav a{
  color:#d3d3d3 !important;
  font-size: 12px;
}
.footerright {
  /*width: 40%;*/
}
.wechat_desc{
  font-size:12px;
  color:#fff;
  line-height: 40px;
}
.footerright ul li {
  float: left;
  margin-bottom: 27px;
  position: relative;
}
.footerright ul li input {
  width: 100%;
  height: 35px;
  background: #3a3a3a;
  border: none;
  color: #afafaf;
  padding-left: 5px;
  line-height: 35px;
}
.footerright ul li input:focus {
  background: #fff;
  color: #adadad;
}
.footerright ul li span {
  color: red;
  position: absolute;
}
.footerright ul li.li1 {
  margin-right: 3.6%;
}
.footerright ul li.li1,
.footerright ul li.li2 {
  width: 48.167%;
}
.footerright ul li.li3 {
  width: 100%;
}
.footerright ul li.li3 textarea {
  width: 100%;
  height: 111px;
  background: #3a3a3a;
  border: none;
  color: #afafaf;
  padding-left: 5px;
}
.footerright ul li.li3 textarea:focus {
  background: #fff;
  color: #adadad;
}
.footerright ul li.li4 {
  width: 65%;
}
.footerright ul li.li4 input {
  width: 127px;
  float: left;
}
.footerright ul li.li4 img {
  cursor: pointer;
  float: left;
  margin: 0 10px;
}
.footerright ul li.li4 a {
  float: left;
  line-height: 35px;
  color: #ababab;
  transition: 0.3s;
}
.footerright ul li.li4 a:hover {
  color: #d6000f;
}
.footerright ul li.li4 span {
  left: 128px;
}
.footerright ul li.li5 {
  width: 15.556%;
  float: right;
}
.footerright ul li.li5 input {
  background: #d6000f;
  color: #e2a4a4;
}
.footerright ul li.li6 {
  width: 100%;
}
.footerright ul li.li6 input {
  width: 100%;
}
.foot-nav{
  border-top: 1px solid #fff;
  margin-top:30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copy {
  line-height: 80px;
}
.copy .container{
  border-top: 1px solid #4f4e4e;
}
.copy p {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
}
.copy p a {
  color: #fff;
}
.copy p a:hover {
  color: #004480;
}
.copy p span.weixin {
  position: relative;
}
.copy p span.weixin:hover em {
  display: block;
}
.copy p span {
  margin-left: 5px;
  display: inline-block;
}
.copy p span em {
  width: 140px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -70px;
  display: none;
}
/*内页开始*/
/*副导航开始*/
.vicenav {
  position: relative;
  margin-bottom:40px;
}
.vicenavwrap .menu {
  padding-left: 0;
  text-align: center;
  display: flex;
}
.vicenavwrap .menu .slick-track {
  margin: 0 auto;
}
.vicenavwrap .menu a {
  display: inline-block;
  width: 100%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #333;
  background: #f7f7f7;
}
.subnav-parent{
  flex:1;
  position: relative;
}
.vicenavwrap .menu a:hover {
  color: #2B4A89;
}
.vicenavwrap .menu a.cur {
  background: #2B4A89;
  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;
}
.subnav-child{
  display: none;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.subnav-parent:hover .subnav-child{
  display: block;
}
/*面包屑导航*/
.mbx {
  border-bottom: 1px solid #e8e8e8;
  line-height: 40px;
  font-size: 12px;
}
/*关于我们*/
.about .aboutimg1 {
  margin: 50px 0;
}
.nytit {
  text-align: center;
  margin-top:20px;
  margin-bottom: 10px;
  position: relative;
}
.nytit .title-bg{
  font-size: 72px;
  color:#f7f7f7;
  text-transform: uppercase;
  font-weight: bolder;
  font-family: "Arial";
}
.nytit .title{
  position: absolute;
  z-index: 99;
  text-align: center;
  width: 100%;
  bottom:30px;
}
.nytit h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin:0 auto;
}
.nytit h3 {
  font-size: 18px;
}
.nytit span {
  font-family: arial;
  color: #999;
  line-height: 30px;
}
.abouttxt p {
  line-height: 30px;
  margin-bottom: 25px;
}
.quality-nycontainer2{
  background: #f7f7f7;
}
.quality-nycontainer .container2{
  padding: 100px 0;
}
.quality-nycontainer1 .container2{
  padding-top: 10px;
}
.quality-content{

}
/*内页新闻资讯*/
.nytit2 span {
  display: block;
  height: 8px;
  background: url(../images/nynewsbg.jpg);
}
.nytit2 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #d6000f;
  line-height: 40px;
}
.nynewwrap {
  margin: 70px 0 85px;
}
.nynewwrap ul {
  margin-top: 20px;
}
.nynewwrap ul li {
  width: 50%;
  position: relative;
  float: left;
}
.nynewwrap ul li .redbg {
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 12px 15px 0 35px;
}
.nynewwrap ul li .redbg a.nynewstit {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  transition: 0.3s;
  display: inline-block;
  height: 35px;
  overflow: hidden;
}
.nynewwrap ul li .redbg p {
  font-size: 13px;
  transition: 0.3s;
  height: 38px;
  overflow: hidden;
}
.nynewwrap ul li .redbg a.view {
  width: 132px;
  height: 23px;
  display: inline-block;
  background: url(../images/view.png) no-repeat center;
  text-align: center;
  line-height: 23px;
  font-size: 13px;
  font-family: arial;
  float: right;
  margin: 7px 4px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  transition: 0.3s;
}
.nynewwrap ul li .redbghover {
  background: #d6000f;
  width: 100%;
  height: 107px;
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s;
}
.nynewwrap ul li:hover .redbghover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nynewwrap ul li:hover a.view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nynewwrap ul li:hover a.nynewstit {
  color: #fff;
}
.nynewwrap ul li:hover p {
  color: #fff;
}
/*荣誉资质*/
.honorcon ul {
  margin: 60px 0 100px;
}
.honorcon ul li {
  background: url(../images/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%;
}
.honorcon ul li .pic .zzc {
  width: 100%;
  height: 100%;
  background: url(../images/hzzcbg.png);
  position: absolute;
  bottom: 0;
  /*opacity: 0;filter: alpha(opacity=0);*/ display: none;
}
.honorcon ul li .pic .zzc span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/honorbtn.png) no-repeat center;
}
.honorcon 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: #d6000f;
}
/*生产实力*/
.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: #d6000f;
  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(../images/caseview.png) no-repeat center;
  margin-top: 15px;
  transition: 0.3s;
}
.case ul li:hover .casezzc {
  display: block;
}
.case ul li:hover .casetxt {
  background: #d6000f;
  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(../images/caseviewhover.png) no-repeat center;
}
.case ul li:nth-child(4n) {
  margin-right: 0px;
}
.page {
  line-height: 50px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
}
.page li {
  display: inline;
}
.page li a{
  font-family: arial;
  background: #424242;
  padding: 4px 10px;
  margin: 0 4px;
  display: inline;
  margin-bottom:0px;
  color:#fff;
}
.page li a:hover {
  background: #fff!important;
}
.page li a:hover {
  color: #000;
}
.page li.active a{
  background: #ffffff;
  color: #000;
  border: 1px solid #000;
}
.page li.bgnone a{
  background: none;
}
.page li.bgnone a:hover {
  color: #d6000f;
}
.page li.active a:hover{
  background: #ffffff;
  color: #000;
  border: 1px solid #000;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
  border-radius: 0!important;
}
/*生产实力详细页*/
.caseshow {
  margin-top: 55px;
}
.caseleft {
  width: 40%;
}
.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 #d6000f;
}
.caseright {
  width: 60%;
}
.caseright h3 {
  font-size: 16px;
  color: #333;
  border:1px solid #ebebeb;
  padding:12px 20px;
  margin-left:20px;
}
.caseright .crighttxt {
  color: #6b6b6b;
  min-height: 160px;
}
.caseright .prenext {
  margin-top: 30px;
}
.caseright .prenext a {
  display: block;
  line-height: 30px;
}
.nyxg {
  margin-top: 70px;
}
.contact-map{
  border: 1px solid #e8e8e8;
  padding:5px;
}
/*联系我们*/
#allmap {
  width: 100%;
  height: 368px;
}
#allmap img {
  max-width: 1070px;
  max-height: 368px;
}
#allmap label {
  max-width: 1070px;
}
.contactwrap ul {
  line-height: 58px;
  border-bottom: 1px solid #d4d4d4;
}
.contactwrap ul li {
  float: left;
  font-size: 16px;
  margin-right: 5%;
}
.contactwrap ul li span {
  color: #d6000f;
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #d6000f;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  margin-right: 5px;
}
.contactwrap ul li a {
  font-family: arial;
}
.contactwrap ul li:last-child {
  margin-right: 0;
}
.contactwrap .contacttxt {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}
/*在线留言*/
.message {
  margin: 50px 0;
  background-color: #fafafa;
}
.message p {
  text-align: center;
}
.message .messagecon {
  width: 100%;
  margin: 0 auto;
  padding: 20px 5% 7% 5%;
}
.message .messagecon ul {
  width: 45%;
  float: left;
  
}
.message .messagecon ul:first-child{
  margin-right: 10%;
}
.message .messagecon ul li{
  margin-bottom: 24px;
}

.message .messagecon ul li span {
  display: block;
  color: #333;
  line-height: 40px;
}
.message .messagecon ul li input {
  width: 100%;
  line-height: 33px;
  border: 1px solid #ebebeb;
  font-size:12px;
  color:#000; 
  padding:0 10px;
  background:#fafafa;
}
.message .messagecon ul li ::-webkit-input-placeholder{
  color:#000;
}
.message .messagecon ul li input[type="radio"],.message .messagecon ul li input[type="checkbox"]{
  width: auto;
}
.message .messagecon ul li select{
  width: 100%;
  height: 33px;
  border: 1px solid #ebebeb;
  background: #fafafa;
}
.message .messagecon ul li input:focus {
  border: 1px solid #ebebeb;
}
.message .messagecon ul li textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 270px;
  background:#fafafa;
  padding:10px;
}
.message .messagecon ul li textarea:focus {
  border: 1px solid #ebebeb;
}
.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 .messagecon .submit{
  color:#ffffff;
  background: #2B4A89;
  line-height: 35px;
  font-size: 14px;
}
.message-title{
  padding: 60px 5% 0;
  font-size: 12px;
  color:#000;
}
.contact_message_title{
  font-size: 18px;
  font-weight: bolder;
  line-height: 40px;
}
.contact_message_desc{
  margin-bottom: 50px;
}
.contact-title{
  font-size: 12px;
  color:#000;
  text-align: center;
  margin:20px 0 40px;
  text-transform: uppercase;
  line-height: 30px;
}
.contact-title div{
  font-family: "Arial";
}
.contact-title h4{
  font-weight: bolder;
}
.contact-ways{
  background: #f7f7f7;
  display: flex;
  padding:60px 40px;
  color:#000;
}
.conatct-ways-div{
  flex:0 0 32%;
  border-left: 1px solid #d0d0d0;
  padding-left:40px;
  line-height: 30px;
}
.contact-ways .conatct-ways-div:first-child{
  flex:0 0 36%;
  border:none;
}
/*人才招聘*/
.job-head{
  padding:20px 0 70px;
}
.job-head-content{
  border:10px solid #d9e1ef;
  padding:40px;
  border-right: none;
  width: 370px;
  float: left;
  margin-top:7%;
}
.job-head-content p{
  padding:0!important;
  margin:0!important;
  line-height: 30px;
  color:#000;
}
.job-head-img{
  width:700px;
  float: right;
}
.job-head-title-en{
  color:#0058a8;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bolder;
}
.job-head-title-cn{
  color:#0058a8;
  font-size: 26px;
  margin-bottom: 20px;
}

.job ul {
  
}
.job ul li {
  border-bottom: 1px solid #e6e6e6;
}
.job ul li .jobtit {
  color: #333;
  line-height: 50px;
  position: relative;
  height: 50px;
  padding:0 30px;
  display: flex;
  font-size: 15px;
}
.job ul li .jobtit span {
  width: 63px;
  height: 49px;
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
}
.job ul li .jobtit span b {
  font-family: arial;
  font-size: 18px;
}
.job ul li .jobtit span.zhiwei {
  width: 90%;
  display: inline-block;
  height: 49px;
  overflow: hidden;
  background: none;
  color: #333;
  font-weight: normal;
  padding-left: 0;
}
.job ul li .jobtit span.zhiwei b {
  font-size: 14px;
}
.job ul li .jobtit i {
  width: 16px;
  height: 11px;
  background: #d6000f;
  display: inline-block;
  position: absolute;
  top: 42px;
  left: 64px;
  transform: rotate(-39deg);
  display: none;
}
.job ul li .jobcon {
  background: #fafafa;
  padding: 25px 3% 38px 40px;
  display: none;
}
.job ul li .jobcon hr {
  border-top: 1px solid #cbc7bc;
}
.job ul li.active {
  border-bottom: 0;
}
.job ul li.active .jobtit {
  /*background: #d6000f url(../images/jobtit2.png) no-repeat 99% center;
  color: #fff;*/
}
.job ul li.active .jobtit i {
  display: block;
}
.job ul li.active .jobtit span.zhiwei {
  /*color: #fff;*/
}
.job ul li.active .jobcon {
  display: block;
}
.apply-content{
  padding:20px 0;
  margin:20px 0;
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
}
.responsibilities{
  font-size: 20px;
  font-weight: bolder;
  margin-bottom:20px;
}
.apply-header{
  background: #2B4A89;
  color:#ffffff;
  font-size:15px;
  display: flex;
  line-height: 50px;
  padding:0 30px;
}
.read-more{
  cursor: pointer;
  color:#b20000;
}
/*招聘*/
.apply{
  width: 100px;
  text-align: center;
  background: #b20000;
  border-radius: 10px;
  line-height: 40px;
}
.apply a{
  color: #ffffff;
}
.job-container{
  background-color: #f4f4f4;
  padding:70px 0;
}
.apply-header-para{
  flex:0 0 21%;
  text-align: center;
  display:inline-block;
}
.apply-header-para-first{
  flex:0 0 16%;
  text-align: left!important;
}
/*产品中心*/
.pro ul {
  margin-top: 5px;
}

.pro ul li {
  width: 32%;
  margin: 0 2% 100px 0;
  float: left;
  position: relative;
}
.pro ul li:nth-child(3n) {
  margin-right: 0;
}
.product-list-title{
  position: absolute;
  width: 80%;
  z-index: 99;
  left:10%;
  color:#000;
  line-height: 60px;
  bottom:-30px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 5px 25px #f1f1f1;
}
.product-list-title:hover{
background:#F6F6F6;}
.product-page{
  margin-top:0;
}
/*产品详细页*/
.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: #d6000f;
}
.pro_show .caseleft {
  width: 40%;
}
.jqueryzoom { position: relative; padding: 0; border: solid 1px #eaeaea; width: 400px; height:300px; overflow: hidden; display: inline-block; }
.jqueryzoom img { width: 400px;}
.cloudzoom-gallery-active{opacity: .5}
.cloudzoom-gallery{width: 100%;}
.cloudzoom-zoom{z-index: 99;}
.product-thumb{
  width: 385px;
  position: relative;
}
.swiper-container-product{
  width: 345px;
  margin:0 auto;
  overflow: hidden;
  /*padding:0 20px;*/
}
.swiper-container-product .swiper-wrapper{
  width: 345px;
}
.product-detail-prev{
  position: absolute;
  left: 0;
  color:#ffffff;
  background: #b0b0b0;
  padding:3px 4px;
  top:50%;
  margin-top:-15px;
}
.product-detail-next{
  position: absolute;
  right: 0;
  color:#ffffff;
  background: #b0b0b0;
  padding:3px 4px;
  top:50%;
  margin-top:-15px;
}
.pro_show .proshowcon .proshowh {
  line-height: 48px;
  margin-top: 64px;
}

.pro_show .proshowcon .proshowh b {
  font-size: 14px;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
}

.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: #d6000f;
}

#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);
}
/*产品详情表格*/
.proshowcon.proshowcon_tab tr.gradients {
    line-height: 50px;
    background: -webkit-linear-gradient(#7d747c, black);
    background: -o-linear-gradient(#7d747c, black);
    background: -moz-linear-gradient(#7d747c, black);
    background: linear-gradient(#7d747c, black);
    color: white;
}
.proshowcon.proshowcon_tab tr.color {
    color: white;
    height: 40px;
    background: #7f7f7f;
}
.proshowcon.proshowcon_tab td {
    border-right: 1px solid white;
    border-bottom: 6px solid white;
}

.pro ul li{border:1px solid #ccc;}

.proshowcon_tab .tab_box table{width:100%;}
.proshowcon_tab .tab_box table td{    text-align: center;
    line-height: 35px;
    border: 1px solid #ccc !important;}
.proshowcon_tab .tab_box table tr:first-child td{background:#2B4A89;font-wieght:bold; color:#fff;}

/* 产品详情页选项卡 */
.product-box{
  margin-top:30px;
}
.proshowcon_tab{
  margin:10px auto 0;
  background:#fff;
  border-bottom:1px solid #ebebeb;
}
.proshowcon_tab .tab_menu{
  overflow:hidden;
  border-bottom: 1px solid #ebebeb;
}
.proshowcon_tab .tab_menu li{
  width:130px;
  float:left;
  height:40px;
  line-height:40px;
  color:#333;
  background:#fff;
  text-align:center;
  cursor:pointer;
}
.proshowcon_tab .tab_menu li.current{color:#333;background:#ebebeb;}
.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 20px 40px;}
.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;}
.product-detail-footer{
  margin:20px 0 70px;
}
/*新闻资讯*/
.newsfirst {
  margin: 55px 0 30px 0;
}
.nleft {
  width: 34.206%;
}
.nleft .pic {
  width: 100%;
}
.nleft .pic:after {
  padding-bottom: 67%;
}
.nright {
  width: 62%;
}
.nright .newstit {
  padding: 10px 0 10px 25px;
  background: #ffac00 url(../images/newsbg.jpg) no-repeat 95% center;
  color: #fff;
}
.nright .newstit span {
  font-size: 22px;
  display: block;
}
.nright .newstit em {
  font-size: 12px;
  font-family: arial;
}
.nright .newscon {
  padding-top: 27px;
  border: 1px solid #d6d6d6;
}
.nright .newscon .date {
  font-family: arial;
  color: #999;
  padding: 0 0 10.3% 3%;
}
.nright .newscon .date span {
  font-size: 39px;
  display: block;
}
.nright .newscon .date em {
  font-size: 12px;
}
.nright .newscon .newfirstcon {
  width: 83%;
  margin-left: 5%;
}
.nright .newscon .newfirstcon a {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  transition: 0.3s;
}
.nright .newscon .newfirstcon p {
  height: 40px;
  overflow: hidden;
}
.nright .newscon:hover a {
  color: #d6000f;
}
.news ul li {
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding:20px 20px 20px 10px;
}
.news ul li .newleft {
  position: relative;
  width: 20%;
}
.news ul li .newleft .pic {
  width: 100%;
}
.news ul li .newleft .pic:after {
  padding-bottom: 67%;
}
.news ul li .newleft .pic img {
  /*transition: 0.3s;*/
}

.news ul li .newright {
  width: 79%;
  padding: 0px 20px 0 0;
}
.news ul li .newright a.newscontit {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
  transition: 0.3s;
}
.news ul li .newright p {
  height: 40px;
  overflow: hidden;
}
.news ul li:hover a.newscontit {
  color: #2B4A89;
}
.news ul li:hover img {
  /*transform: scale(1.2);*/
}
.news-date{
  margin-bottom: 10px;
}
.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: 30px;
  margin-bottom: 50px;
}
.prev-next a {
  display: block;
  color: #999;
  line-height: 25px;
  transition: 0.3s;
}
.prev-next a b {
  color: #666;
}
.prev-next a:hover {
  color: #d6000f;
}
.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 #d6000f;
}
.mapwrap dl:hover dt a {
  color: #d6000f;
  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: #d6000f;
}
.mapwrap dt:hover a {
  color: #fff !important;
}
.mapwrap dt a {
  color: #d6000f;
  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: #d6000f;
  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: #d6000f;
  color: #fff;
}
@media (max-width: 768px) {
  .mapwrap dt {
    width: 15%;
  }
  .mapwrap dd {
    width: 85%;
  }
  .caseleft{
    display: none;
  }
  .caseright{
    width: 100%
  }
  .caseright h3{
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .mapwrap dt {
    width: 20%;
  }
  .mapwrap dd {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .mapwrap dt {
    width: 100%;
  }
  .mapwrap dd {
    width: 100%;
  }
}
@media (max-width: 992px){
    .banner_slide_home{height:300px!important;}
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .nav ul li a {
    padding: 30px 25px;
  }
  .banner_slide_home{height:500px!important;}
}
@media (min-width: 1360px) and (max-width: 1600px) {
    .banner_slide_home{height:700px!important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner_slide_home{height:400px!important;}
  .container {
    width: 100%;
  }
  .container2 {
    width: 100%;
  }
  .nav {
    /*margin-left: 60px;*/
  }
  .nav ul li a {
    padding: 30px 19px;
  }
  .sypro .syprocon {
    text-align: center;
  }
  .sypro .syprocon ul li {
    margin-right: 1%;
    float: none;
    display: inline-block;
    width: 310px;
  }
  .nytit h2 {
    font-size: 30px;
  }
  .honorcon ul {
    text-align: center;
  }
  .honorcon ul li {
    margin: 0 4% 0 0;
    display: inline-block;
    float: none;
  }
  .contactwrap ul li {
    margin-right: 1.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .container2 {
    width: 100%;
  }
  .nav,
  .language {
    display: none;
  }
  .logo {
    margin: 15px 0 10px;
  }
  .sypro .syprocon {
    text-align: center;
  }
  .sypro .syprocon ul li {
    margin-right: 1%;
    float: none;
    display: inline-block;
    width: 32%;
    height: 428px;
  }
  .sypro .syprocon ul li .pic {
    height: 272px;
  }
  .syabout .syaredbg .syawhitebg .syaleft .pic {
    width: 100%;
    margin: 5% 0 0 0px;
  }
  .syabout .syaredbg .syawhitebg .syaright {
    width: 45.382%;
    margin-right: 10px;
  }
  .synews ul li .syntxt a.detailed {
    margin-top: 0;
  }
  .synews ul li .syntxt span {
    margin-top: 7%;
  }
  .footerright {
    width: 100%;
  }
  .vicenav {
    top: -49px;
  }
  .vicenav .vicenavwrap .menu a {
    height: 35px;
    line-height: 35px;
  }
  .mbx {
    /*margin-top: -45px;*/
  }
  .nytit h2 {
    font-size: 25px;
  }
  .honorcon {
    display: none;
  }
  .phonehonor {
    display: block;
  }
  .case .casebg {
    display: none;
  }
  .case ul li {
    width: 48.767%;
  }
  .caseleft {
    width: 100%;
  }
  .caseleft .big .pic:after {
    padding-bottom: 46%;
  }
  .caseleft .small {
    padding-left: 5%;
  }
  .caseleft .pic {
    width: 64%;
  }
  .caseright {
    width: 60%;
  }
  .contactwrap ul li {
    margin-right: 0;
    width: 50%;
  }
  .message .messagecon {
    width: 100%;
  }
  .bigphone {
    display: block;
  }
  .caseleft {
    /*display: none;*/
  }
  .pro_show .proshowcon .inquiry ul {
    width: 100%;
  }
  .pro_show .proshowcon .inquiry ul li input {
    width: 80%;
  }
  .pro_show .proshowcon .inquiry ul li.li2 input {
    width: 80%;
  }
  .pro_show .proshowcon .inquiry ul li.li5 textarea {
    width: 80%;
  }
  .pro_show .proshowcon .inquiry ul li.li7 {
    text-align: center;
    padding-left: 0;
  }
  .nleft {
    display: none;
  }
  .nright {
    width: 100%;
  }
  .nright .newscon {
    padding-top: 2px;
  }
  .nright .newscon .date {
    padding: 0 0 3.3% 1%;
  }
  .news ul li .newright {
    padding-top: 8px;
  }
}
/*-phone-nav-*/
.phone-nav {
  position: absolute;
  font-size: 24px;
  right: 15px;
  line-height: 80px;
  display: none;
  color: #d6000f;
  top: 0px;
  z-index: 9;
}
.phone-nav:hover {
  /*color: #333;*/
}
@media (max-width: 1100px) {
  .phone-nav {
    display: block;
  }
}
@media (max-width: 1100px) {
  .container {
    width: 100%;
  }
  .container2 {
    width: 100%;
  }
  .nav,
  .language {
    display: none;
  }
  .banner .slick-dots {
    height: 30px;
  }
  .logo {
    width: 110px;
    margin: 3px 0 3px 20px;
  }
  nav:not(.mm-menu)
  {
    display: none;
  }
  /*.phone-nav {
    top: 20px !important;
    }*/
    .sytit-wrap p {
      line-height: 25px;
      margin-top: 10px;
    }
    .sytit-wrap .sytit h3 {
      font-size: 25px;
    }
    .sypro .syprocon ul {
      margin-top: 30px;
    }
    .sypro .syprocon ul li {
      margin: 20px 0 20px 0;
      width: 100%;
    }
    .sypro .syprocon ul li {
      height: 465px;
    }
    .sypro .syprocon ul li .syprotxt {
      top: 0 !important;
      width: 100%;
    }
    .sypro .syprocon ul li .syprotxt p {
      margin: 0;
    }
    .sypro .syprocon ul li .pic {
      bottom: 0 !important;
      top: auto !important;
    }
    .syabout {
      height: auto;
    }
    .syabout .syaredbg {
      width: 100%;
      float: none;
      height: auto;
    }
    .syabout .syaredbg .syawhitebg {
      width: 100%;
      position: static;
    }
    .syabout .syaredbg .syawhitebg .pic {
      width: 100% !important;
      margin: 0 !important;
    }
    .syabout .syaredbg .syawhitebg .syaleft {
      width: 100%;
      margin: 0;
    }
    .syabout .syaredbg .syawhitebg .syaright {
      width: 100%;
      margin: 50px 0 0;
      text-align: center;
    }
    .synews ul li .pic {
      width: 100%;
    }
    .synews ul li .syntxt {
      width: 100%;
      padding-bottom: 30px;
    }
    .synews ul li .syntxt span {
      margin-top: 10px;
    }
    .synews ul li .syntxt a.ntit {
      font-size: 20px;
      margin-bottom: 0;
    }

    /* 首页图片 */
    .sypicture ul.slides li dl{width: 50%;padding:10px 10px}

    .footerright {
      width: 100%;
    }
    .footerright ul li {
      width: 100% !important;
    }
    .copy {
      text-align: center;
    }
    .copy p {
      float: none !important;
      line-height: 25px;
      margin: 20px 0;
    }
    .vicenav {
      top: -14px;
    }
    .vicenav .vicenavwrap .menu a {
      height: 35px;
      line-height: 35px;
      font-size: 12px;
      font-weight: 100;
      overflow: hidden;
    }
    .mbx {
      /*margin-top: -10px;*/
    }
    .nytit h2 {
      font-size: 25px;
      margin-bottom: 15px;
    }
    .nynewwrap ul li {
      width: 100%;
    }
    .honorcon {
      display: none;
    }
    .phonehonor {
      display: block;
    }
    .case ul li {
      width: 48.767%;
    }
    .caseleft {
      width: 100%;
    }
    .caseleft .big .pic:after {
      padding-bottom: 70%;
    }
    .caseleft .small {
      padding-left: 5%;
    }
    .caseleft .small .pic {
      width: 90%;
    }
    .caseleft .small .pic:after {
      padding-bottom: 66.9%;
    }
    .caseright {
      /*width: 100%;*/
    }
    .contactwrap ul li {
      margin-right: 0;
      width: 100%;
    }
    .message .messagecon {
      width: 100%;
    }
    .message .messagecon ul {
      width: 100%;
      float: left;
      margin-right: 6%;
    }
    .message .messagecon ul.phonemessage {
      display: block;
    }
    .job ul li .jobtit span.zhiwei {
      width: 85%;
    }
    .pro ul {
      text-align: center;
      margin-top: 50px;
    }
    .pro ul li {
      width: 45%;
      margin: 0 5% 100px 0!important;
      display: inline-block;
      float: none;
    }
    .pro ul li .protxt {
      padding: 10px 0 10px 5px;
      text-align: left;
    }
    .pro ul li:nth-child(even) {
      margin: 0 0 100px 0!important;
    }
    .bigphone {
      display: block;
    }
    .caseleft {
      /*display: none;*/
    }
    .pro_show .proshowcon .inquiry ul {
      width: 100%;
    }
    .pro_show .proshowcon .inquiry ul li input {
      width: 80%;
    }
    .pro_show .proshowcon .inquiry ul li.li2 input {
      width: 80%;
    }
    .pro_show .proshowcon .inquiry ul li.li5 textarea {
      width: 80%;
    }
    .pro_show .proshowcon .inquiry ul li.li7 {
      text-align: center;
      padding-left: 0;
    }
    .nytit span {
      line-height: 15px;
      display: inline-block;
      margin-top: 15px;
    }
    .nleft {
      display: none;
    }
    .nright {
      width: 100%;
    }
    .nright .newscon {
      padding-top: 2px;
    }
    .nright .newscon .date {
      padding: 0 0 3.3% 1%;
      width: 23%;
      text-align: center;
    }
    .nright .newscon .newfirstcon {
      width: 70%;
    }
    .news ul li .newleft {
      width: 25.01%;
    }
    .news ul li .newright {
      width: 65%;
      padding-top: 8px;
    }
  }
  @media (max-width: 480px) {
    .phonehonor ul li .pic:after {
      padding-bottom: 94%;
    }
    .case ul li {
      width: 100%;
    }
    .case ul li .pic .casezzc .consu {
      margin-top: 15%;
    }
    .contactwrap ul li {
      margin-right: 0;
      width: 100%;
      line-height: 40px;
      font-size: 14px;
    }
    .message .sub {
      width: 100%;
    }
    .message .sub input {
      width: 45%;
    }
    .job ul li .jobtit span.zhiwei {
      width: 50%;
    }
    .pro ul li {
      width: 41%;
    }
    .bigphone .pic::after {
      padding-bottom: 98%;
    }
    .pro_show .proshowcon .inquiry ul li input {
      width: 70%;
    }
    .pro_show .proshowcon .inquiry ul li b {
      width: 22%;
      font-size: 12px;
    }
    .pro_show .proshowcon .inquiry ul li.li2 input {
      width: 70%;
    }
    .pro_show .proshowcon .inquiry ul li.li5 textarea {
      width: 70%;
    }
    .nytit span {
      line-height: 15px;
      display: inline-block;
      margin-top: 15px;
    }
    .nright .newscon .date {
      width: 23%;
    }
    .nright .newscon .newfirstcon {
      width: 70%;
    }
    .newshow .newshowtit h1 {
      font-size: 16px;
    }
    .news ul li .newleft {
      width: 33.01%;
    }
    .news ul li .newleft .pic:after {
      padding-bottom: 100%;
    }
    .news ul li .newright {
      width: 60%;
      padding-top: 0;
    }
    .news ul li .newright a.newscontit {
      height: 45px;
    }
    .vicenavwrap .menu div ul {
      width: 225%;
      margin-left: -15%;
    }
    .pro ul li {
      border-radius: 0;
    }
  }
  /*# 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: #d6000f;
    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:#d6000f; 
  }
  .sicatalog li:hover a,
  .sicatalog .active a{
    color:#fff;
  }
  /*生产实力*/
  .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;
    line-height:50px;
    font-size: 24px;
  }
  .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:#d6000f;
    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: #d6000f;
    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:#d6000f;
    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;
  }

/****询盘****/
.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}

.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: #1ABC9C;
}
.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;
}
.support-inside-box{
  line-height: 30px;
}
.support-inside-box .support-box-title{
  color:#d6000f;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.support-inside-box1{
  padding-top:30px;
}
.quality-nycontainer{
  position: relative;
}
.quality-nycontainer1{
  padding-bottom:50px;
}
.quality-nycontainer1:after{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border:5px solid #d6000f;
  bottom:80px;
  left: 50%;
  z-index: -1;
  margin-left: -120px;
}
.quality-nycontainer2:after{
  content: "";
  position: absolute;
  width: 546px;
  height: 80px;
  border:5px solid #d6000f;
  border-top:none;
  bottom:40px;
  left: 50%;
  margin-left: -273px;
}
#about12{
  padding-bottom:70px;
}
.about-content{
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
.about-content .about-title{
  font-weight: bolder;
  padding:15px 0;
  font-size: 14px;
}
.about-content p{
  margin:0;
  padding:0;
}
#about13{
  padding:70px 0;
}
.about-culture-box{
  display: flex;
  flex-wrap: wrap;
  margin-top:50px;
}
.about-culture-div{
  width: 190px;
  flex: 0 0 20%;
}
.about-culture-six{
  margin:0 auto;
  position: relative;
  width: 95px;
  height: 160px;
  background-color: #1ea59d;
  text-align: center;
  line-height: 160px;
  color:#ffffff;
  font-size: 18px;
}
.about-culture-six:before{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right:95px;
  border-width: 80px 47.5px;
  border-style: solid;
  border-color: transparent #1ea59d transparent transparent;
}
.about-culture-six:after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left:95px;
  border-width: 80px 47.5px;
  border-style: solid;
  border-color: transparent transparent transparent #1ea59d;
  top:0;
}
.about-culture-six2{
  background-color: #c74542!important;
}
.about-culture-six2:before{
  border-color: transparent #c74542 transparent transparent!important;
}
.about-culture-six2:after{
  border-color: transparent transparent transparent #c74542!important;
}
.about-culture-six3{
  background-color: #d29319!important;
}
.about-culture-six3:before{
  border-color: transparent #d29319 transparent transparent!important;
}
.about-culture-six3:after{
  border-color: transparent transparent transparent #d29319!important;
}
.about-culture-six4{
  background-color: #139ab8!important;
}
.about-culture-six4:before{
  border-color: transparent #139ab8 transparent transparent!important;
}
.about-culture-six4:after{
  border-color: transparent transparent transparent #139ab8!important;
}
.about-culture-six5{
  background-color: #763dc3!important;
}
.about-culture-six5:before{
  border-color: transparent #763dc3 transparent transparent!important;
}
.about-culture-six5:after{
  border-color: transparent transparent transparent #763dc3!important;
}
.about-culture-content{
  color:#000;
  padding:10px;
  line-height: 30px!important;
}
.about-title-box .fa{
  color:#2B4A89;
  font-size: 20px;
}
.about-title-big{
  display: inline-block;
  font-size: 24px;
  color: #000;
}
.about-title-small{
  display: inline-block;
  color: #000；
}
#about14{
  padding: 70px 0 90px;
}
#about14 .about-title-big,#about14 .about-title-small{
  color: #000!important;
}
.about-honor-swiper{
  overflow: hidden;
  text-align: center;
  margin-top:30px;
}
.about-honor-swiper .swiper-slide{
  background: #f3f3f3;
  padding:10px 10px 0;
}
.about-honor-swiper .swiper-slide a{
   line-height:250px;
   vertical-align: middle;
}
.about-honor-img{
  background: #ffffff;
  padding:0 15px;
  margin-bottom: 20px;
}
.about-honor-title{
  color:#000;
  line-height: 80px;
  display: none;
}
.about-equip-swiper{
  overflow: hidden;
  margin-top:30px;
}
.about15{
  margin-bottom:70px;
}
.about15 .about-title-big,.about15 .about-title-small{
  color: #000!important;
}
#about151{
  background: #eeeeee;
  padding:50px 0 20px;
}
.about-picture-title{
  color:#000;
  line-height: 60px;
}
.about-picture-swiper{
  overflow: hidden;
  text-align: center;
  margin-top:30px;
}
#about16{
  padding: 70px 0 90px;
}
#about17{
  position: relative;
}
.about17-title{
  position: absolute;
  width: 100%;
  top:50px;
}
.china-map{
  position: relative;
}
.region-list{position:absolute;left:0;top:0; display: none;}

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.area-box .dot{position:absolute;left:0;width:10px;height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#d6000f;opacity:1;filter:alpha(opacity=100)}
.area-box .pulse{position:absolute;top:-28px;left:-28px;height:66px;width:66px;border:2px solid #d6000f;-webkit-border-radius:48px;-moz-border-radius:48px;border-radius:48px;-webkit-box-shadow:0 0 4px #d6000f,0 0 10px #d6000f inset;-moz-box-shadow:0 0 4px #d6000f,0 0 10px #d6000f inset;box-shadow:0 0 4px #d6000f,0 0 10px #d6000f inset;opacity:.12;filter:alpha(opacity=0);-webkit-animation:warn 2s ease-out both;-moz-animation:warn 2s ease-out both;-o-animation:warn 2s ease-out both;animation:warn 2s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;background:0 0}
.area-box .delay-01{-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0}
.area-box .delay-02{-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.area-box .delay-03{-webkit-animation-delay:.8s;-moz-animation-delay:.8s;-o-animation-delay:.8s;animation-delay:.8s}
.area-box .delay-04{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}
.area-box .delay-05{-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s}
.area-box .delay-06{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}
.area-box .delay-07{-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;-o-animation-delay:2.4s;animation-delay:2.4s}
.area-box .delay-08{-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}
.area-box .delay-09{-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}
.area-box .delay-10{-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}
.area-box .delay-11{-webkit-animation-delay:4s;-moz-animation-delay:4s;-o-animation-delay:4s;animation-delay:4s}
.region-list.active .area-box .dot{background:#d6000f}
.region-list.active .area-box .pulse{border-color:#d6000f;top:-39px;left:-39px;height:88px;width:88px;-webkit-box-shadow:0 0 12px #d6000f,0 0 20px #d6000f inset;-moz-box-shadow:0 0 12px #d6000f,0 0 20px #d6000f inset;box-shadow:0 0 12px #d6000f,0 0 20px #d6000f inset}
.region-list.waite .area-box .dot{background:#d6000f}
.region-list.waite .area-box .pulse{border-color:#d6000f}
.show-regin{position:absolute;left:2px;height:0;top:0;width:11px;opacity:0;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin{height:127px;opacity:1}
.show-regin span{width:80px;position:absolute;left:8px;top:-11px;padding:6px 10px;font-size:14px;color:#ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-align:center;white-space:nowrap;}
.postition-3 .show-regin span,.postition-9 .show-regin span,.postition-16 .show-regin span,.postition-18 .show-regin span{left:-52px}
.postition-2 .show-regin span{
  left:-20px;
  top:-20px;
}
.area-box{z-index:77}
.show-regin{z-index:66}
.region-list.active .show-regin span{position:relative;color:#fff}
.region-list.waite .show-regin span{color:#fff}
.postition-1{left:46%;top:50%}
.postition-2{left:39.8%;top:52%}
.postition-3{left:40%;top:83%}
.postition-4{left:38%;top:68%}
.postition-5{left:41%;top:65%}
.postition-6{left:41.5%;top:51%}
.postition-7{left:50%;top:31%}
.postition-7.region-list.active .area-box .pulse{top:-50px;left:-50px;width:110px;height:110px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.postition-8{left:43%;top:71%}
.postition-9{left:37%;top:67%}
.postition-9.region-list.active .area-box .pulse{top:-50px;left:-50px;width:110px;height:110px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.postition-10{left:40.5%;top:41%}
.postition-11{left:47.2%;top:76%}
.postition-12{left:47.2%;top:56%}
.postition-13{left:47%;top:58%}
.postition-14{left:43.3%;top:81.7%}
.postition-15{left:49.5%;top:63.6%}
.postition-16{left:47.3%;top:61%}
.postition-17{left:48.3%;top:61%}
.postition-18{left:37%;top:52%}
.product-diagram{
	margin:20px 0 0 20px;
}
.about-tab{
  margin-top:30px;
}
.about-tab .tab_menu li{
  background: #eeeeee;width: 80%;margin-bottom:20px;text-align: center;padding:10px 20px;cursor:pointer;
}
.about-tab li.current{
  background: #2B4A89;
  color:#ffffff;
}