@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: arial,"微软雅黑";
  min-width: 320px;
  color: #323232;
  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: #323232;
}
a:hover {
  color: #cc2936;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.container {
  width: 1200px;
  padding: 0;
}
.container2 {
  width: 1100px;
  margin: 0 auto;
}
p{
  margin:0;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
#lightbox-container-image-data-box{
  box-sizing: content-box;
}
#ascrail2000 {
  z-index: 999 !important;
}
/*-header-*/
.header {
  clear: both;
}
.logo{
  margin-left: 4%;
  line-height: 90px;
}
/*-banner-*/
#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  opacity: 0.3;
}
.banner {
  clear: both;
  overflow: hidden;
}
.banner_slide{
  outline: none;
}
.ban_cont{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  color:#fff;
  text-shadow: 0 2px 3px rgba(0,0,0,0.33);
  -webkit-animation: fadeOutRight 1.5s both;
  animation: fadeOutRight 1.5s both;
}
.banner_slide.slick-active .ban_cont{
  -webkit-animation: fadeInDown 1.5s both 1s;
  animation: fadeInDown 1.5s both 1s;
}
.ban_cont p:nth-child(2){
   font-family: 'aparajita';
}
.ban_cont p:nth-child(3){
  margin-bottom: 20px;
}
.ban_cont img{
  display: inline-block;
}
#is_banner .ban_cont{
  margin-top:11%;
}
.banner .banner_slide>img{display: none;}
.banner .ban_cont{
  margin-top:20%;
}
.banner .ban_cont h3{
  font-size: 30px;
  font-family: '微软雅黑';
  text-transform: uppercase;
}
.ban_cont a{
  padding: 10px 40px;
  background: #cc2936;
  color:#fff;
  padding-right: 70px;
  display: inline-block;
  margin-top:45px;
  position: relative;
}
.ban_cont a::before{
  content:'';
  width:18px;
  height:1px;
  background: #fff;
  position: absolute;
  right:40px;
  top:49%;
  transition: 0.5s;
}
.ban_cont a::after{
  content:'';
  width: 7px;
  height:1.2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  right: 40px;
  bottom: 22px;
  transition: 0.5s;
}
.ban_cont a:hover::before{
  width: 25px;
  right:33px;
}
.ban_cont a:hover::after{
  right:33px;
}
.nav {
  position: relative;
  z-index: 2;
}
.nav>ul>li {
  float: left;
  line-height: 90px;
  position: relative;
}
.nav ul li a {
  text-transform: uppercase;
  transition: 0.3s;
  color: #000;
  padding: 0 27px;
}
.nav ul li:hover a {
  color: #cc2936;
}
.nav ul li:hover ul li a {
  background: #fff;
  color: #000;
}
.nav ul li ul {
  width: 150%;
  position: absolute;
  left:-25%;
  padding: 10px 0;
  background: #fff;
  display: none;
  -webkit-animation: fadeInLeft 1s both ;
  animation: fadeInLeft 1s both ;
}
.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;
  text-transform: capitalize;
}
.nav ul li ul li a:hover {
  color: #cc2936;
}
.nav ul li.active a {
  color: #cc2936;
}
.nav ul li:last-child {
  border-right: 0;
}
.language {
  position: relative;
  margin-top:33px;
  margin-left: 3%;
}
.language>span{
  color:#808080;
}
.language a {
  color: #3b3b3b;
  display: inline-block;
  position: relative;
}
.language .lang-none {
  position: absolute;
  z-index: 99;
  right: 25px;
  display: none;
}
.language .lang-none a{
  color: #3b3b3b;
}
.language:hover .lang-none {
  display: block;
  -webkit-animation: fadeIn 0.5s both ;
  animation: fadeIn 0.5s both ;
}
.language .lang-none a:hover{
  color:#cc2936;
}
.searchs{
  margin-left: 2%;
}
.searchs a{
  width: 100px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 90px;
  background: #e5e5e5;
}
.advantage{
  background: rgba(204, 41, 54, 0.7);
  height: 140px;
  color:#fff;
  margin-top:-140px;
  position: relative;
  z-index: 2;
  -webkit-animation: fadeInUp 1s both 0.5s;
  animation: fadeInUp 1s both 0.5s;
}
.advantage table{
  height: 140px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.advantage table td{
  position: relative;
}
.advantage table td::after{
  content:'';
  width: 1px;
  height:80px;
  background: rgba(224, 126, 132, 0.7);
  position: absolute;
  right: 0;
  top:50%;
  margin-top:-40px;
}
.advantage table td:last-child::after{
  display: none;
}
.advantage table td img{
  margin-bottom: 18px;
}
/* 产品 */
.sypro{
  margin:65px 0 130px;
}
.sypro>h3{
  text-align: center;
  font-family: 'HYe3gj';
  font-size: 30px;
  color:#323232;
  margin-bottom: 55px;
  position: relative;
}
.sypro>h3::before{
  content:'';
  width: calc(50% - 100px);
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: 0;
  bottom: 49%;
}
.sypro>h3::after{
  content:'';
  width: calc(50% - 100px);
  height: 1px;
  background: #cccccc;
  position: absolute;
  right: 0;
  bottom: 49%;
}
.sypro>h3>i{
  padding: 0 40px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.sypro ul.application{
  margin-bottom: 120px;
}
.sypro ul.application li{
  float: left;
  width: 30%;
  margin-right: 5%;
  height: 460px;
  position: relative;
  overflow: hidden;
}
.sypro ul.application li:last-child{
  margin-right: 0;
}
.sypro ul.application li .app_img{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.sypro ul.application li .app_cont{
  position: absolute;
  background: rgba(204, 41, 54, 0.6);
  color:#fff;
  width: 100%;
  padding: 22px 30px;
  bottom:-140px;
  transition: 0.5s;
  height: 200px;
}
.sypro ul.application li .app_cont h3{
  font-size: 18px;
  margin-bottom: 25px;
  color:fff;
}
.sypro ul.application li .app_cont span{
  display: block;
  line-height: 1.5;
  margin-bottom: 35px;
}
.sypro ul.application li .app_cont a{
  padding: 8px 25px;
  display: inline-block;
  background: #cc2936;
  color:#fff;
  position: absolute;
  bottom:30px;
}
.sypro ul.application li:hover .app_cont{
  background: #292929;
  bottom: 0;
}
.sypro ul.application li:hover .app_img{
  transform: translateY(-10px)
}
.sypro .container>h3{
  font-family: 'HYe3gj';
  font-size: 30px;
  color:#323232;
  margin-bottom: 55px;
  position: relative;
}
.sypro .container h3 i{
  font-family: '微软雅黑';
  font-size: 14px;
  padding-right: 25px;
  position: relative;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
}
.sypro .container h3 i::before{
  content:'';
  width:18px;
  height:1px;
  background: #323232;
  position: absolute;
  right:0;
  top:49%;
  transition: 0.5s;
}
.sypro .container h3 i::after{
  content:'';
  width: 7px;
  height:1.2px;
  background: #323232;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  bottom: 22px;
  transition: 0.5s;
}
.sypro .pro_tab{
  margin-bottom: 40px;
}
.sypro .pro_tab li{
  float: left;
  width: 16.66%;
  margin-right: 4.16%;
  text-align: center;
  border: 1px solid #bfbfbf;
  padding: 10px 0;
}
.sypro .pro_tab li a{
  color:#323232;
  display: block;
}
.sypro .pro_tab li:nth-child(5n){
  margin-right: 0;
}
.sypro .pro_box>div {
  display: none;
}
.sypro .pro_box>div.active{
  display: block;
  -webkit-animation: fadeIn 1s both 0.5s;
  animation: fadeIn 1s both 0.5s;
}
.sypro .pro_box>div .swiper-slide{
  overflow: hidden;
}
.sypro .pro_box>div .swiper-slide img{
  transition: 0.8s;
}
.sypro .pro_box>div .swiper-slide:hover img{
  transform: scale(1.1);
}
/*首页关于我们*/
.syabout {
  height: 520px;
  max-width: 1920px;
  margin:0 auto;
}
.syabout .pull-left{
  width: 39%;
  height: 100%;
  color:#fff;
  padding-left: 18%;
  padding-top:35px;
}
.syabout .pull-left h3{
  font-family: 'HYe3gj';
  font-size: 30px;
  margin-bottom: 15%;
  position: relative;
}
.syabout .pull-left .about_cont>div>*:not(table){
  line-height: 2;
}
.syabout .pull-left .about_cont .countup{
  font-weight: bold;
}
.syabout .pull-left .about_cont table{
  margin-top:12%;
  width: 100%;
}
.syabout .pull-left .about_cont table td{
  width: 50%;
}
.syabout .pull-left .about_cont table td p:nth-child(2){
  padding-left: 10px;
}
.syabout .pull-left .about_cont table tr:first-child td{
  padding-bottom: 25px;
}
.syabout .pull-right{
  width: 61%;
  height:100%;
  background: #ececec;
  padding-left: 4%;
  padding-top: 4%;
}
.syabout .pull-right ul{
  margin-bottom: 80px;
}
.syabout .pull-right ul li{
  float: left;
  position: relative;
  width: 220px;
  height:180px;
  margin-right: 30px;
  text-align: center;
  transition: 0.5s;
}
.syabout .pull-right ul li:nth-child(3){
  margin-right: 0;
}
.syabout .pull-right ul li>div{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.syabout .pull-right ul li>div img{
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.syabout .pull-right ul li:hover{
  box-shadow: 5px 5px 12px rgba(0,0,0,0.2);
}
.syabout .pull-right ul li:hover>div img{
  transform: scale(1.1)
}
.syabout .pull-right ul li a{
  position: absolute;
  color:#fff;
  width: 100%;
  height: 100%;
  display: block;
  padding-top:60px;
}
.syabout .pull-right ul li a::after{
  content:'+';
  font-family: '宋体';
  width:21px;
  height:21px;
  border-radius: 100%;
  border:1px solid #fff;
  position: absolute;
  font-size: 22px;
  line-height: 21px;
  bottom: 45px;
  left: 50%;
  margin-left: -10.5px;
}
.syabout .pull-right>div{
  color:#545454;
  line-height: 2;
  padding-right: 33%;
}
/*首页新闻资讯*/
.synews{
  margin:110px 0;
}
.synews h3{
  text-align: center;
  font-family: 'HYe3gj';
  font-size: 30px;
  margin-bottom: 75px;
  position: relative;
}
.synews .swiper-slide{
  border:1px solid #bfbfbf;
  padding: 18px 25px;
  transition: 0.3s;
}
.synews .swiper-slide p{
  font-size: 11px;
  color:#8c8c8c;
  margin-bottom: 7px;
  transition: 0.3s;
}
.synews .swiper-slide h4{
  margin-bottom: 20px;
}
.synews .swiper-slide h4 a{
  font-size: 18px;
  color:#3b3b3b;
  transition: 0.3s;
}
.synews .swiper-slide span{
  color:#545454;
  line-height: 1.5;
  display: block;
  transition: 0.3s;
}
.synews .swiper-slide>a{
  display: inline-block;
  margin-top:30px;
  color:#cc2936;
  transition: 0.3s;
}
.synews .swiper-container-news{
  padding: 10px 1px;
}
.synews .swiper-slide:hover>a,.synews .swiper-slide:hover h4 a,.synews .swiper-slide:hover>span{
  color:#fff;
}
.synews .swiper-slide:hover>p{
  color:#cccccc;
}
.synews .swiper-slide:hover{
  background: #cc2936;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}
/*首页案例展示*/
.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;
}
h4.sy_more{clear: both;margin: 0 auto;margin-top: 10px;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;}
/*
.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;}
*/
.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none;  position:fixed; left:50%; top:50%; margin-left:-25%; margin-top:-300px; z-index:100; width:50%;  }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
/*友情链接*/
.link {
  text-align: center;
  color:#fff;
  padding: 70px 0 0;
  height: 400px;
  position: relative;
}
.link>img{position: absolute;width: 100%;top:0;left: 0;display: none;height: 100%;}
.link div{
  line-height: 1.5;
  width: 100%;
  max-width: 460px;
  margin:0 auto 55px;
}
.link div p:first-child{
  margin-bottom: 30px;
}
.link a{
  width: 180px;
  height:50px;
  line-height: 50px;
  background: #cc2936;
  color:#fff;
  margin:0 auto;
  display: block;
  transition: 0.3s;
}
.link a:hover{
  box-shadow: 0 3px 8px rgba(0,0,0,0.3)
}
/*底部开始*/
.footer {
  padding-top:65px;
  background: #f7f7f7;
}
.footer .container{
  margin-bottom: 40px;
}
.footer .container>div{
  float: left;
  width: 33.33%;
}
.footer .container>div h3{
  margin-bottom: 45px;
  padding-left: 25px;
  position: relative;
  line-height: 50px;
}
.footer .container>div:not(:first-child) h3{
  padding-left: 100px;
}
.footer .container>div:not(:first-child) h3::before{
  content:'';
  width: 80px;
  height:1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 49%;
}
.footer .container>div ul{
  line-height: 2;
  color:#666666;
}
.footer .container>div a{
  color:#666;
}
.footer .container>div a:hover{
  color:#cc2936;
  text-decoration: underline;
}
.footer .container>div:nth-child(2) ul li{
  float: left;
  width: 25%;
}
.footer .container>div:nth-child(3) input{
  line-height: 50px;
  padding: 0;
  border:none;
  outline: none;
  transition: 0.5s;
}
.footer .container>div:nth-child(3) input:first-child{
  padding-left: 25px;
}
.footer .container>div:nth-child(3) input:hover,.footer .container>div:nth-child(3) input:focus{
  box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}
.footer .container>div:nth-child(3) input:first-child::-webkit-input-placeholder { /* WebKit browsers */
  color: #bfbfbf;
}
.footer .container>div:nth-child(3) input:first-child::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #bfbfbf;
}
.footer .container>div:nth-child(3) input:first-child:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #bfbfbf;
} 
.footer .container>div:nth-child(3) input:last-child{
  background: #cc2936;
  color:#fff;
  width: 100px;
  text-align: center;
  margin-left: 5%;
}
.footer>p{
  text-align: center;
  line-height: 45px;
  color:#999999;
  text-transform: uppercase;
  font-size: 12px;
}
/*内页开始*/
/*副导航开始*/
.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(../images/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(../images/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;
}
/*关于我们*/
.profile{
  margin:100px 0 120px;
}
.profile h3{
  font-size: 24px;
  color:#242424;
}
.profile .container>p{
  color:#242424;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  position: relative;
  margin-bottom: 80px;
}
.profile .container>p::after{
  content:'';
  width: 100px;
  height:5px;
  background: #cc2936;
  position: absolute;
  left: 0;
  bottom: 0;
}
.profile .container>div{
  line-height: 2;
  color:#404040;
}
.profile table{
  width: 100%;
}
.profile table td{
  vertical-align: middle;
}
.profile table td:first-child{
  padding-right: 5%
}
.profile table td p:first-child{
  font-weight: bold;
  color:#cc2936;
  font-size: 20px;
  line-height: normal;
}
.profile table td p:nth-child(2){
  color:#666666;
  line-height: normal;
  margin-bottom: 5%;
}
.mind{
  background-attachment: fixed !important;
  padding: 75px 0 100px;
  color:#000;
  text-align: center;
}
.mind .container>p:first-child{
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: bold;
}
.mind table{
  border-collapse: separate;
  border-spacing: 30px 40px;
  margin:-40px -30px;
  width: 100%;
}
.mind table td{
  background: rgba(255, 255, 255, 0.8);
  height: 240px;
  vertical-align: middle;
  color:#3d3d3d;
  line-height: 1.5;
  transition: 0.8s;
}
.mind table td:hover{
  transform: translateY(-10px);
  box-shadow: 5px 5px 12px rgba(0,0,0,0.2);
}
.mind table td p:first-child{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  color:#000;
  text-transform: capitalize;
}
.equipment{
  padding: 9% 0 12%;
  text-align: center;
}
.equipment h3{
  font-size: 24px;
  color:#242424;
}
.equipment .container{
  position: relative;
}
.equipment .container>p{
  color:#242424;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  position: relative;
  margin-bottom: 80px;
}
.equipment .container>p::after{
  content:'';
  width: 100px;
  height:5px;
  background: #242424;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
}
.equipment .swiper-button{
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  line-height: 50px;
  text-align: center;
  background-image: none;
  border-radius: 100%;
  font-family: '宋体';
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.33);
  margin:0;
  top:60%;
}
.equipment .swiper-button-prev{
  left: -80px;
}
.equipment .swiper-button-next{
  right: -80px;
}
.honor{
  margin-bottom: 100px;
}
.honor h3{
  font-size: 24px;
  color:#242424;
}
.honor .container>p{
  color:#242424;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  position: relative;
  margin-bottom: 80px;
}
.honor .container>p::after{
  content:'';
  width: 100px;
  height:5px;
  background: #cc2936;
  position: absolute;
  left: 0;
  bottom: 0;
}
.honor .swiper-container-honor{
  padding-bottom: 90px;
}
.honor .swiper-pagination{
  bottom: 0 !important;
}
.honor .swiper-pagination span{
  width: 10px;
  height:10px;
  border:1px solid #cc2936;
  background: none;
  opacity: 1;
  transition: 0.3s;
}
.honor .swiper-pagination span.swiper-pagination-bullet-active{
  background: #cc2936;
}
/*内页新闻资讯*/
.nytit2 span {
  display: block;
  height: 8px;
  background: url(../images/nynewsbg.jpg);
}
.nytit2 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #d80808;
  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: #d80808;
  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: #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(../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: #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(../images/caseviewhover.png) no-repeat center;
}
.case ul li:nth-child(4n) {
  margin-right: 0px;
}
.page {
  text-align: center;
}
.page ul li a{
  border:none;
  background: none;
  color:#2e7879;
  padding:6px 3px;
  margin:0 10px;
}
.page ul li.disabled a{
  border:none;
  background: none;
}
.page ul li.active a{
  border:none;
  background: none;
  color:#2e7879;
  border-bottom: 3px solid #2e7879;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  border:none;
  background: none;
}
.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:#2e7879;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: none;
  color:#2e7879;
}
/*生产实力详细页*/
.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 {
  color:#000;
  font-size: 14px;
  line-height: 35px;
  background: rgba(13, 185, 210, 0.1);
  padding-left: 25px;
}
.caseright .crighttxt {
  color: #6b6b6b;
  min-height: 160px;
}
.caseright .prenext {
  margin-top: 30px;
}
.caseright .prenext a {
  display: block;
  line-height: 30px;
}
.nyxg {
  margin-top: 70px;
}
/*联系我们*/
#allmap {
  width: 100%;
  height: 600px;
  margin-top: 50px;
}
#allmap img {
  max-width: 1070px;
  max-height: 600px;
}
#allmap label {
  max-width: 1070px;
}
.contact{
  margin-top:90px;
}
.contact>h3{
  font-size: 24px;
  color:#242424;
}
.contact>p{
  color:#242424;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  position: relative;
  margin-bottom: 60px;
}
.contact>p::after{
  content:'';
  width: 100px;
  height:5px;
  background: #cc2936;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact>div p:nth-child(1){
  color:#242424;
}
.contact>div p:nth-child(2){
  margin-bottom: 23px;
  color:#242424;
}
.contact>div p:nth-child(3){
  margin-bottom: 40px;
  color:#3d3d3d;
}
.contact>div p img.border{border:1px solid #808080;max-width: 170px;}
/*在线留言*/
.message{
  margin:180px 0 90px;
}
.message .messagecon {
  width: 100%;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
  padding: 20px 5% 7% 5%;
}
.message .messagecon ul {
  width: 43.02%;
  float: left;
  margin-right: 6%;
}
.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;
}
.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;
}
.message .messagecon ul li input:focus {
  border: 1px solid #d80808;
}
.message .messagecon ul li textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 395px;
  float: left;
}
.message .messagecon ul li textarea:focus {
  border: 1px solid #d80808;
}
.message .messagecon ul li.li4 {
  margin-top: 35px;
}
.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 table{
  width: 100%;
  border-top:1px solid #000;
  border-bottom: 1px solid #000;
}
.message table tr:first-child{
  border-bottom: 1px solid #dcdcdc;
}
.message table tr td:first-child{
  background: #f8f8f8;
  width:18%;
  text-align: center;
  font-size: 16px;
  color:#000;
}
.message table tr td:last-child{
  padding: 55px 65px;
}
.message table tr:first-child td:last-child{
  padding-right:25%;
}
.message table tr:first-child td  input,select{
  width:45%;
  line-height: 46px;
  height:46px;
  margin-bottom: 15px;
  margin-right: 2%;
  border:1px solid #e5e5e5;
  padding-left: 10px;
  display: inline-block;
  outline: none;
}
.message table tr:first-child td  input:nth-child(5){
  width:92.5%;
}
.message table tr:first-child td  input:nth-child(6){
  width:92.5%;
}
.message table tr:first-child td  input:nth-child(7){
  width:92.5%;
}
.message table tr:last-child td input,textarea{
  width:100%;
  border:1px solid #e5e5e5;
  padding-left: 10px;
  margin-bottom: 15px;
  outline: none;
}
.message table tr:last-child td input{
  line-height: 46px;
}
.message table tr:last-child td textarea{
  height:134px;
}
.message table tr:last-child td input:nth-last-child(3){
  width:32%;
  background: #eee;
  margin-right: 25px;
}
.message table tr td input,.message table tr td textarea,.message table tr td select::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:#999999;
}
.message table tr td input,.message table tr td textarea,.message table tr td select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999999;
}
.message table tr td input,.message table tr td textarea,.message table tr td select::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#999999;
}
.message table tr td input,.message table tr td textarea,.message table tr td select:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#999999;
}
.sub {
  text-align: center;
  margin-top:70px;
}
.sub input{
  width:17%;
  line-height: 50px;
  color:#575757;
  box-shadow: none;
  border:1px solid #dcdcdc;
  background: #fff;
  margin-right: 15px;
  transition: 0.3s;
}
.sub input:hover{
  background: #cc2936;
  color:#fff;
}
/*人才招聘*/
.job ul {
  margin-top: 50px;
}
/*.job ul li {
  border-bottom: 1px solid #cecece;
}*/
.job ul li .jobtit {
  color: #333;
  line-height: 49px;
  cursor: pointer;
  background: url(../images/jobtitbg.png) no-repeat 99% center;
  position: relative;
  height: 49px;
  padding-right: 3%;
}
.job ul li .jobtit span {
  width: 63px;
  height: 49px;
  background: url(../images/jobbg1.png) no-repeat center;
  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: #d80808;
  display: inline-block;
  position: absolute;
  top: 42px;
  left: 64px;
  transform: rotate(-39deg);
  display: none;
}
.job ul li .jobcon {
  background: #faf2db;
  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: #d80808 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;
}
.talent{
  position: relative;
  margin:100px 0 180px;
}
.talent h3{
  font-size: 24px;
  color:#242424;
  text-transform: uppercase;
}
.talent>p{
  color:#242424;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  position: relative;
  margin-bottom: 40px;
}
.talent>p::after{
  content:'';
  width: 100px;
  height:5px;
  background: #cc2936;
  position: absolute;
  left: 0;
  bottom: 0;
}
.talent>span{
  line-height: 2;
  color:#404040;
  display: block;
  margin-bottom: 65px;
}
.talent>h4{
  color:#242424;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 18px;
}
.talent .swiper-button{
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  line-height: 50px;
  text-align: center;
  background-image: none;
  border-radius: 100%;
  font-family: '宋体';
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.33);
  margin:0;
  top:70%;
}
.talent .swiper-button-prev{
  left: -80px;
}
.talent .swiper-button-next{
  right: -80px;
}
.jobs{
  padding: 0 0 12%;
}
.jobs>h3{
  font-size: 24px;
  color:#242424;
  text-align: center;
}
.jobs>p{
  color:#242424;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.jobs>span{display: block;text-align: center;margin-bottom: 30px;}
.jobs>p::after{
  content:'';
  width: 100px;
  height:5px;
  background: #cc2936;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
}
.jobs ul li{
  float: left;
  width: 28.333%;
  margin-right: 7.5%;
  background: #f2f2f2;
  margin-bottom: 56px;
  padding: 4% 3%;
  height: 430px;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
}
.jobs ul li:nth-child(3n){
  margin-right: 0;
}
.jobs ul li h3{
  font-size: 18px;
  color:#242424;
  margin-bottom: 10px;
}
.jobs ul li>p{
  color:#666666;
  margin-bottom: 20px;
}
.jobs ul li>span{
  color:#404040;
  margin-bottom: 30px;
  display: block;
}
.jobs ul li div#inner-content{
  position: absolute;
}
.jobs ul li div#inner-content>div#box{
  color:#404040;
  line-height: 2;
  height: 190px;
  overflow: hidden;
  overflow-y: auto;
}
.jobs ul li div#inner-content>div#box>div{
  margin-bottom: 30px;
}
.jobs ul li>a{
  position: absolute;
  display: block;
  color:#cc2936;
  bottom: 10%;
}
.jobs ul li:hover{
  transform: translateY(-10px);
  box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
}
/*产品中心*/
.product_nav{
  font-size: 0;
  border-bottom: 1px solid #999999;
  width: 100%;
  text-align: center;
  margin: 110px 0 90px;
}
.product_nav li{
  display: inline-block;
  font-size: 16px;
  margin:0 25px;
}
.product_nav li a{
  color:#000;
  padding: 0 5px 15px;
  display: block;
  border-bottom: 5px solid rgba(0,0,0,0);
  transition: 0.3s;
}
.product_nav li.active a,.product_nav li:hover a{
  border-bottom: 5px solid #cc2936;
}
.product{
  margin-bottom: 30px;
}
.product>ul li{
  float: left;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 85px;
  overflow: hidden;
  transition: 0.8s;
}
.product>ul li:nth-child(4n){
  margin-right: 0;
}
.product>ul li img{
  transition: 0.8s;
}
.product>ul li:hover img{
  transform: scale(1.1)
}
.product>ul li:hover{
  box-shadow: 2px 3px 8px rgba(0,0,0,0.25);
}
.nycontainer .application{
  margin-bottom: 150px;
}
.nycontainer .application h3{
  font-size: 24px;
  color:#242424;
}
.nycontainer .application>p{
  color:#242424;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  position: relative;
  margin-bottom: 80px;
}
.nycontainer .application>p::after{
  content:'';
  width: 100px;
  height:5px;
  background: #cc2936;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nycontainer .application .swiper-slide{
  background: #FFF;
  position: relative;
}
.nycontainer .application .swiper-slide .pull-left{
  width: 45.83%;
  padding-right: 3%;
  position: absolute;
}
.nycontainer .application .swiper-slide .pull-right{
  width: 54.17%;
}
.nycontainer .application .swiper-slide .pull-left h4{
  line-height: 65px;
  color:#242424;
  font-size: 20px;
  font-weight: bold;
}
.nycontainer .application .swiper-slide .pull-left span{
  line-height: 2;
  color:#242424;
  display: block;
  height: 280px;
  overflow: hidden;
}
.nycontainer .application .swiper-pagination{
  text-align: left;
  color:#000;
  padding-left: 30px;
  font-size: 18px;
}
.nycontainer .application .swiper-pagination i{
  font-family: '宋体';
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
}
.nycontainer .application .swiper-pagination i:last-child{
  margin-left: 20px;
}
.nycontainer .application .swiper-pagination span.swiper-pagination-current{
  color:#cc2936;
  font-size: 24px;
}
.nycontainer .application .swiper-button{
  background: none;
  margin:0;
  font-family: '宋体';
  font-weight: bold;
  font-size: 22px;
  color:#000;
  width: auto;
  height: auto;
  top:auto;
  bottom: 12px;
}
.nycontainer .application .swiper-button-prev{
  left:0;
}
.nycontainer .application .swiper-button-next{
  right: auto;
  left: 87px;
}
/*产品详细页*/
.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-top:35px;
}
.pro_show .caseleft {
  width: 31.7%;
}
.pro_show .caseright{
  width:65%;
}
.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 {
  line-height: 48px;
  background: #f6f6f6;
  margin-top: 64px;
}

.pro_show .proshowcon .proshowh b {
  font-size: 16px;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 3px solid #de3131;
}

.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{
  width: 100%;
  overflow: hidden;
  background: #e5e5e5;
}
.jqueryzoom .cloudzoom{
  margin:0 auto;
  text-align: center;
  width: 100%;
}
.product-thumb{
  padding:0px 20px;
  position: relative;
  margin-top:10px;
}
.product-thumb .swiper-slide{
  border:1px solid #eaeaea;
}
.product-thumb .cloudzoom-gallery{
  cursor: pointer;
  width: 100%;
}
.product-detail-prev{
  position: absolute;
  left: 0;
  color:#fff;
  font-size: 12px;
  width: 12px;
  height:22px;
  line-height: 22px;
  text-align: center;
  top:50%;
  margin-top:-11px;
  background: rgba(0,0,0,0.3);
  outline: none;
}
.product-detail-next{
  position: absolute;
  right: 0;
  color:#fff;
  font-size: 12px;
  width: 12px;
  height:22px;
  line-height: 22px;
  text-align: center;
  top:50%;
  margin-top:-11px;
  background: rgba(0,0,0,0.3);
  outline: none;
}
.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;
    z-index: 99;
}

/* 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(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;
}
.proshowcon_tab .tab_menu{overflow:hidden;}
.proshowcon_tab .tab_menu li{
  width:130px;
  float:left;
  height:36px;
  line-height:36px;
  color:#fff;
  background:#fff;
  text-align:center;
  cursor:pointer;
}
.proshowcon_tab .tab_menu li.current{color:#fff;background:#0db9d2;}
.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:40px 0;min-height:200px;}
.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;}
.met_tools {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  position: relative;
  padding: 10px 10px 0;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.met_tools .met_page {
  clear: both;
  position: absolute;
  right: 5px;
  top: 0;
  color: #818181;
}
.met_tools .met_page li {
  display: inline;
  list-style: none;
  margin-left: 30px;
}
.met_tools .met_page li span {
  padding-right: 5px;
}
.met_tools .met_page a {
  color: #607fa6;
}
/*新闻资讯*/
.news_top{
  background: #f2f2f2;
  padding: 140px 0;
}
.news_top table{
  width: 100%;
}
.news_top table td:first-child{
  width: 41.66%;
}
.news_top table td:last-child{
  padding:0 3%;
}
.news_top table td:last-child p{
  color:#999999;
}
.news_top table td:last-child h3{
  margin-bottom: 20px;
}
.news_top table td:last-child h3 a{
  color:#000;
}
.news_top table td:last-child span{
  display: block;
  color:#666666;
  line-height: 1.5;
  margin-bottom: 42px;
}
.news_top table td:last-child>a{
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border:1px solid #cc2936;
  transition: 0.3s;
  color:#cc2936;
}
.news_top table td:last-child>a:hover{
  background: #cc2936;
  color:#fff;
}
.news{
  margin:10% 0 0;
}
.news li{
  float: left;
  width: 29.166%;
  margin-right: 6.25%;
  height: 420px;
  margin-bottom: 80px;
  background: #f2f2f2;
  padding: 5% 3.5%;
  position: relative;
  transition: 0.5s;
}
.news li:nth-child(3n){
  margin-right: 0;
}
.news li p{
  color:#999999;
}
.news li h3{
  margin-bottom: 35px;
}
.news li h3 a{
  color:#242424;
}
.news li span{
  display: block;
  color:#545454;
  line-height: 1.5;
}
.news li>a{
  display: block;
  width: 84%;
  border-top:1px solid #b2b2b2;
  text-align: center;
  padding-top:25px;
  position: absolute;
  bottom: 25px;
  left: 8%;
  font-family: arial;
}
.news li:hover{
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  transform: translateY(-10px)
}
.tem_inner, .met_section {
  position: relative;
  margin: 0 auto;
  margin: 0 auto;
}
.met_section {
  position: relative;
  /* background: #F8F8F8; */
}
.met_section_sehed {
  padding-top: 0;
}
.met_section article {
  margin:40px 0;
  float: left;
  width: 100%;
}
.met_section article .met_article {

}
.met_clear {
  clear: both;
}
.met_module2 h1.met_title {
  font-size: 28px;
  font-weight: normal;
  padding: 5px 0;
  color:#000;
}
.met_module2 .met_infos {
  color: #818181;
  font-size: 12px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.met_module2 .met_time {
  padding-right: 6px;
}
.met_module2 .met_source {
  padding-right: 6px;
}
.met_module2 .met_source a {
  color: #607fa6;
}
.met_module2 .met_editor {
  padding: 0 10px;
  color:#000;
}

.met_editor {
  line-height: 2;
}
.met_tools {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  position: relative;
  padding: 10px 10px 0;
  height: 50px;
  line-height: 50px;
}
.met_tools .met_page {
  clear: both;
  position: absolute;
  right: 5px;
  top: 0;
  color: #818181;
}
.met_tools .met_page li {
  display: inline;
  list-style: none;
  margin-left: 30px;
}
.met_tools .met_page li span {
  padding-right: 5px;
}
.met_tools .met_page a {
  color: #607fa6;
}
/*站点地图*/
.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;
}
@media (max-width: 1700px) {
  .syabout .pull-right>div{padding-right: 23%;}
}
@media (max-width: 1600px) {
  .syabout .pull-right>div{padding-right: 15%;}
}
@media (max-width: 1500px) {
  .syabout .pull-right>div{padding-right: 12%;}
}
@media (max-width: 1440px) {
  .syabout .pull-right>div{padding-right: 11%;}
  .syabout .pull-left{
    padding-left: 10%;
  }
  .syabout .pull-right{
    padding-left: 2%;
  }
  .syabout .pull-right ul li{
    margin-right: 20px;
  }
  .logo{
    margin-left: 2%;
  }
  .language{
    margin-left: 1.5%;
  }
  .nav ul li a{
    padding: 0 18px;
  }
}
@media (max-width: 1200px) {
  .syabout .pull-right>div{padding-right: 0;}
	.syabout .pull-left h3{
		margin-bottom: 5%;
	}
	.syabout .pull-left .about_cont table{
		margin-top:5%;
	}
  .product>ul li{
    width: 49%;
    margin-right: 2%;
  }
  .product>ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .product>ul li:nth-child(2n) {
    margin-right: 0;
  }
  .profile table td:first-child{
    padding-right: 1%;
  }
  .syabout{
    height: auto;
  }
  .syabout .pull-left{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-size: cover !important;
  }
  .syabout .pull-right{
    width: 100%;
    text-align: center;
    padding:20px 30px;
  }
  .syabout .pull-right ul li{
    float: none;
    display: inline-block;
  }
  .nav ul li a{
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .videos{width: 70%;margin-left: -35%;}
  .jobs ul li{width: 32%;margin-right: 2%;}
  .footer{padding-top:20px;}
  .footer .container>div h3{margin-bottom: 10px;}
  .footer .container>div{width: 100%;float: none;text-align: center;}
  .footer .container>div:not(:first-child) h3{display: none;}
  .footer .container>div:nth-child(2){display: none;}
  .news li{
    width: 45%;
    margin-right: 5%;
  }
  .news li:nth-child(3n) {
    margin-right: 5%;
  }
  .news li:nth-child(2n) {
    margin-right: 0;
  }
  .footer .container>div:nth-child(3) input:last-child{
    margin:0;
  }
  .footer .container>div:nth-child(2) ul li:nth-child(3n){
    margin-right: 0;
  }
}
@media (max-width: 768px) {

  .advantage table{height:auto}
  .link>div,.link>a{position: relative;z-index: 1;}
  .link{height:250px;padding-top:20px;background: none;}
  .link>img{display: block;}
  .link div{margin-bottom: 10px}
  .link div p:first-child{margin-bottom: 0}
  .video{height:300px !important;padding-top:50px !important;background-size: cover !important;}
  .nycontainer .application .swiper-slide .pull-right{padding: 10px 30px;}
  .nycontainer .application .swiper-pagination,.nycontainer .application .swiper-button{display: none;}
  .nycontainer .application .swiper-slide .pull-left span{height: auto;}
  .jobs>span{font-size: 12px;}
  .profile table td p:nth-child(2){font-size: 12px;}
  .link div p:nth-child(3){text-align: left !important;padding: 0 10px;}
  .syabout{padding-bottom: 0;}
  .syabout .pull-right>div{text-align: left;padding: 0 10px;}
  .cloudzoom-blank,.cloudzoom-zoom-inside{display: none;}
  .nycontainer .application>p{margin-bottom: 30px;}
  .nycontainer .application{margin-bottom: 30px;}
  .sypro{margin:30px 0;}
  .sypro>h3{margin-bottom: 30px;font-size: 24px;}
  .honor{margin-bottom: 0;}
  .mind{padding: 20px 0;}
  .mind .container>p:first-child{font-size: 18px;margin-bottom: 20px;}
  .equipment .container>p,.honor .container>p{margin-bottom: 20px;}
  .profile .container>p{margin-bottom: 10px}
  .profile{margin:30px 0;}
  .product_nav li a{padding: 0;}
  .product_nav{margin:20px 0;}
  .talent{margin:30px 0;}
  .jobs{padding-bottom: 0;}
  .message{margin:30px 0}
  .message table tr td{display: block;width: 100% !important;line-height: 2;}
  .ft_message,.footer .container>div ul{display: none;}
  .footer>p{line-height: 2}
  .synews{margin:20px 0;}
  .footer .container{margin-bottom: 0;}
  .synews h3,.sypro .container>h3{margin-bottom: 20px;font-size: 24px;}
  .sypro .pro_tab li{width: auto;padding: 5px 15px;margin-right: 5px;margin-bottom: 5px;}
  .sypro .pro_tab{margin-bottom: 10px;}
  .sypro ul.application{margin-bottom: 0;}
  .sypro ul.application li .app_img{height:200px;}
  .sypro ul.application li:hover .app_img{transform: none}
  .sypro ul.application li .app_cont{position: relative;bottom: auto}
  .sypro ul.application li:hover .app_cont{bottom: auto;background: rgba(204, 41, 54, 0.6)}
  #allmap{height:300px;}
  .message table tr td:last-child{padding: 20px}
  .message table tr:first-child td:last-child{padding-right: 10%;}
  .jobs ul li{width: 49%;margin-right: 2%;}
  .jobs ul li:nth-child(3n){margin-right: 2%}
  .jobs ul li:nth-child(2n){margin-right: 0;}
  .news_top{padding:20px 0}
  .news li{width: 100%;margin:0 0 20px !important;height:300px}
  .news_top table td:first-child,.news_top table td:last-child{width: 100%;display: block;}
  .nycontainer .application .swiper-slide .pull-left,.nycontainer .application .swiper-slide .pull-right{width: 100%;position: relative;}
  .product>ul li{width: 100%;margin:0 0 20px !important;}
  .mind table{margin:0 ;border-spacing: 0;}
  .honor .swiper-pagination{display: none;}
  .mind table td{display: block;width: 70%;margin:0 auto 20px; padding-top:30px;height:180px}
  .profile table td{display: block;width: 100%;}
  .syabout .pull-right ul li{float: left;margin-right: 5px;}
  .sypro ul.application li{width: 100%;margin-bottom: 20px;height: auto;}
  .advantage{margin-top:-120px;height:auto;}
  .advantage table td{display: block;float: left;width: 100%;height:30px;line-height: 30px;padding: 0 20px;}
  .advantage table td p:nth-child(2){border-bottom: 1px solid rgba(255, 255, 255, 0.3);font-size: 12px;}
  .advantage table td img{display: none;}
  .mapwrap dt {
    width: 15%;
  }
  .mapwrap dd {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .videos{width: 90%;margin-left: -45%;margin-top:-20%;}
  .syabout .pull-right ul{margin-bottom: 20px;}
  #is_banner, #is_banner .banner_slide {
    height: 400px !important;
}
  .message table tr td input, .message table tr td textarea, .message table tr td select{width: 100% !important}
  .jobs ul li{width: 100%;margin-right: 0 !important;}
  .product_nav li{margin:0 10px;}
  .product_nav li:first-child{margin-left: 0}
  .product_nav li:last-child{margin-right: 0}
  .syabout .pull-right ul li{float: none;width: 220px;height:180px;display: block;margin:0 auto 10px!important;}
  .phone-nav{right:85px !important;top:20px !important;}
  .searchs a{width: 70px;line-height: 70px;}
  .logo{line-height: 70px;}
  .logo img{width:150px;}
  .mapwrap dt {
    width: 20%;
  }
  .mapwrap dd {
    width: 80%;
  }
}
@media (max-width: 420px) {
  .sypro .pro_tab li{padding: 3px 8px;}
  .video {
    height: 200px !important;
    padding-top: 30px !important;
  }
  .video p:first-child span{font-size: 18px !important;}
  .video p img{width: 40px;}
  .mapwrap dt {
    width: 100%;
  }
  .mapwrap dd {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%;
  }
  .container2 {
    width: 100%;
  }
  .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;
  }
  .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: 100%;
  }
  .contactwrap ul li {
    margin-right: 0;
    width: 50%;
  }
  .message .messagecon {
    width: 100%;
  }
  .bigphone {
    display: block;
  }
  .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%;
  }
}
/*-phone-nav-*/
.phone-nav {
  position: absolute;
  font-size: 24px;
  right: 150px;
  display: none;
  color: #cc2936;
  top: 30px;
  z-index: 9;
}
.phone-nav:hover {
  color: #333;
}
@media (max-width: 1100px) {
  .phone-nav {
    display: block;
  }
}
@media (max-width: 1100px) {
  
  .pro_show .caseright,.pro_show .caseleft{width: 100% !important;margin-bottom: 10px;}
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .container2 {
    width: 100%;
  }
  .nav,
  .language {
    display: none;
  }
  .banner .slick-dots {
    height: 30px;
  }
  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;
    padding-bottom: 40px;
  }
  .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: 33.739%;
    margin: 0 3.68% 5% 3.68%;
    display: inline-block;
    float: none;
  }
  .pro ul li .protxt {
    padding: 10px 0 10px 5px;
    text-align: left;
  }
  .pro ul li:nth-child(4n) {
    margin: 0 3.68% 5% 3.68%;
  }
  .bigphone {
    display: block;
  }
  .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%;
  }
}
@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%;
    margin-top:20px;
  }
  .message .sub input {
    width: 45%;
    float: left;
  }
  .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;
  }
  .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: #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%;
}
/*下载*/
#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{
  position: absolute;
  bottom: 15px;
  right: 40px;
  border: 1px solid red;
  width: 75px;
  text-align: center;
  z-index: 99px
}
.apply a{
  color: red;
}

/****询盘****/
.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) {
  
  
  .banner,.banner_slide{
    height:300px!important;
  }
  #is_banner,#is_banner .banner_slide{
    height: 600px !important;
  }
  .banner .ban_cont{
    margin-top:15%;
  }
}
@media (max-width: 768px) {
  .ban_cont p:nth-child(3){margin-bottom: 10px;}
  #is_banner .ban_cont span{font-size: 18px !important;}
  .ban_cont a{margin-top:20px;}
  #is_banner .ban_cont{margin-top:32%;}
  #is_banner .banner_slide>img{display: block;}
  #is_banner .banner_slide{background: none !important;}
  #is_banner, #is_banner .banner_slide{height:auto !important;}
  .banner, .banner_slide {
    height: 200px!important;
}
}
.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;
}
/*普通产品询盘*/
.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;}