@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- */
}
@font-face {
  src: url(../fonts/yuweij.ttf);
}
@font-face {
  font-family: 'yuweij';
  src: url('../fonts/yuweij.ttf');/* IE9*/
  src: url('../fonts/yuweij.ttf') format('embedded-opentype'), /* IE6-IE8 */
  /*url('../fonts/FuturistCondensed Regular.woff') format('woff'), *//* chrome、firefox */
  url('../fonts/yuweij.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/yuweij.ttf') format('svg');/* iOS 4.1- */
}
@font-face {
  font-family: 'goomay';  /* project id 523133 */
  src: url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.eot');
  src: url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.woff') format('woff'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.svg#goomay') format('svg');
}
.goomay a {
  font-family:"goomay" !important;
  font-size:12px!important;
  color: rgb(255,255,255,.5)!important;;
  font-style:normal;
  font-weight: normal;
  margin-left:5px;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e602"; }
.goomay a:hover{color: rgb(255,255,255,1)!important;}
.icon-g:before { content: "\e603"; }
body {
  font-family:arial, "Microsoft YaHei";
  min-width: 320px;
  color: #666;
  overflow-x: hidden;
}
.iconfont {
  font-family: 'iconfont';
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
p{
  margin:0;
}
.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: #d80808;
  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;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/*-header-*/
.header {
  clear: both;
  background: #fff;
  border-bottom: rgba(229, 229, 229, 0.4);
  position: relative;
  z-index: 2;
  padding: 0 50px;
  height:90px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.1)
}
.logo{
  /* line-height: 90px; */
  margin-top:20px;
}
.logo h3{
  font-size: 20px;
  color:#535353;
}
.logo p{
  font-size: 8px;
  font-weight: bold;
  font-family: 'Microsoft YaHei';
  text-transform: uppercase;
  color:#a2a2a2;
}
.logo h3,.logo p{
  display: inline-block;
}
/*-banner-*/
.banner {
  clear: both;
  position: fixed;
  top:0;
  z-index: -1;
  width:100%;
}
.banner img {
  width: 100%;
}
.banner_info{
  position: absolute;
  top:45%;
  left:20%;
  text-shadow: 2px 5px 8px rgba(0,0,0,0.4);
  z-index: 2;
}
.banner .swiper-slide img{
  height:100%;
}
.banner .swiper-slide video{
  width: 100%;
}
.banner .swiper-pagination{
  bottom: 58% !important;
  left: 20% !important;
  width:auto !important;
}
.banner .swiper-pagination span{
  background: #fff !important;
  width:10px !important;
  height:10px !important;
  opacity: 1;
  outline: none;
  background-clip: content-box;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
  border:2px solid #fff;
  background: none !important;
}
.nav {
  position: relative;
  z-index: 2;
}
.nav>ul>li {
  float: left;
  line-height: 88px;
  position: relative;
  margin:0 5px;
}
.nav>ul>li::after{
  content:'';
  width:1px ;
  height:7px;
  background: rgba(229, 229, 229, 0.4);
  position: absolute;
  right:-10px;
  top:48%;
  transform: rotate(30deg);
}
.nav ul li:last-child::after{
  background: none;
}
.nav ul li a {
  text-transform: uppercase;
  transition: 0.3s;
  display: block;
  color:#000;
  padding: 0 30px;
}
.nav ul li:hover a {
  color:rgb(99, 99, 99);
}
.nav ul li:hover ul li a {
  
}
.nav ul li ul {
  width: 100%;
  position: absolute;
  padding: 10px 0;
  background: #fff;
  display: none;
  -webkit-animation: fadeInLeft 1.1s both;
  animation: fadeInLeft 1.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;
}
.nav ul li ul li a:hover {
  background: #e67817;
  color:#fff;
}
.nav ul li ul li .three {
  position: absolute;
  left: 100%;
  width: 150%;
  top: 0;
  padding: 10px 0;
  display: none;
  background: #fff;
}
.nav ul li.active>a {
  border-bottom: 2px solid #f14a00;
}
.nav ul li:last-child {
  border-right: 0;
}
.language{
  line-height: 85px;
}
.sytit-wrap {
  text-align: center;
}
.sytit-wrap p {
  line-height: 40px;
  font-size: 13px;
  color: #333;
}
.sytit {
  background: url(../images/sybg1.png) no-repeat center;
  margin-top: 70px;
}
.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 .syprocon ul li {
  width: 315px;
  height: 500px;
  position: relative;
  float: left;
  margin: 75px 112px 106px 0;
}
.sypro .syprocon ul li .syprotxt {
  text-align: center;
  position: absolute;
  top: 0;
}
.sypro .syprocon ul li .syprotxt h3 {
  font-size: 22px;
  color: #333;
  transition: 0.3s;
}
.sypro .syprocon ul li .syprotxt span {
  width: 56px;
  height: 2px;
  background: #d80808;
  display: inline-block;
}
.sypro .syprocon ul li .syprotxt p {
  line-height: 20px !important;
  margin: 20px 0;
}
.sypro .syprocon ul li .pic {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 360px;
}
.sypro .syprocon ul li .pic img {
  transition: 0.3s;
}
.sypro .syprocon ul li:hover img {
  transform: scale(1.2);
}
.sypro .syprocon ul li:hover h3 {
  color: #d80808;
}
.sypro .syprocon ul li:nth-child(2) .syprotxt {
  bottom: 0;
  top: auto;
}
.sypro .syprocon ul li:nth-child(2) .pic {
  top: 0;
}
/*首页关于我们*/
.syabout {
  max-width: 1920px;
  height: 576px;
  background: #eee;
}
.syabout .syaredbg {
  width: 91.71%;
  height: 428px;
  background: #d80808;
  float: right;
  margin-top: 84px;
  position: relative;
}
.syabout .syaredbg .syawhitebg {
  width: 113.328%;
  height: 92.29%;
  background: #fff;
  position: relative;
  left: -17%;
  top: -20px;
}
.syabout .syaredbg .syawhitebg .syaleft {
  border: 10px solid #fbe6e6;
  width: 44.162%;
  height: 75.7%;
  margin: 40px 0 0 50px;
}
.syabout .syaredbg .syawhitebg .syaleft .pic {
  width: 90.523%;
  margin: -35px 0 0 24px;
}
.syabout .syaredbg .syawhitebg .syaleft .pic:after {
  padding-bottom: 75%;
}
.syabout .syaredbg .syawhitebg .syaright {
  width: 46.382%;
  margin: 50px 25px 0 0;
}
.syabout .syaredbg .syawhitebg .syaright h3 {
  font-family: "FuturistCondensed";
  font-size: 34px;
  color: #333;
}
.syabout .syaredbg .syawhitebg .syaright b {
  font-size: 22px;
  color: #333;
  display: block;
}
.syabout .syaredbg .syawhitebg .syaright span {
  width: 51px;
  height: 2px;
  background: #d80808;
  display: inline-block;
}
.syabout .syaredbg .syawhitebg .syaright p {
  color: #8c8c8c;
  line-height: 25px;
  margin: 5px 0 0;
  height: 125px;
  overflow: hidden;
}
.syabout .syaredbg .syawhitebg .syaright a {
  display: inline-block;
  width: 134px;
  height: 34px;
  border: 1px solid #d80808;
  line-height: 34px;
  text-align: center;
  color: #d80808;
  margin: 25px 0 0;
  transition: 0.3s;
}
.syabout .syaredbg .syawhitebg .syaright a:hover {
  background: #d80808;
  color: #fff;
}
/*首页新闻资讯*/
.synews ul {
  margin: 50px 0;
}
.synews ul li .pic {
  width: 50%;
}
.synews ul li .pic img {
  transition: 0.3s;
}
.synews ul li .pic:after {
  padding-bottom: 66.6%;
}
.synews ul li .syntxt {
  text-align: center;
  width: 50%;
  padding: 0 2.5%;
}
.synews ul li .syntxt span {
  display: block;
  margin-top: 10%;
}
.synews ul li .syntxt a.ntit {
  font-size: 24px;
  color: #333;
  margin: 10px 0 15px;
  display: inline-block;
  transition: 0.3s;
  height: 34px;
  overflow: hidden;
}
.synews ul li .syntxt p {
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.synews ul li .syntxt a.detailed {
  width: 135px;
  height: 39px;
  display: inline-block;
  border: 1px solid #d80808;
  color: #d80808;
  text-align: center;
  line-height: 39px;
  border-radius: 20px;
  margin: 50px 0 0;
  transition: 0.3s;
}
.synews ul li .syntxt a.detailed:hover {
  background: #d80808;
  color: #fff;
}
.synews ul li:hover a.ntit {
  color: #d80808;
}
.synews ul li:hover img {
  transform: scale(1.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;}
*/

/*友情链接*/
.link {
  margin-top: 45px;
}
.link .container {
  border-top: 1px solid #e8e8e8;
  padding: 10px 15px 15px;
}
.link .container span {
  width: 55px;
  height: 8px;
  display: inline-block;
  background: url(../images/linkbg.jpg) no-repeat center;
}
.link .container p {
  margin-top: -5px;
}
.link .container p em {
  color: #333;
  margin-right: 20px;
}
.link .container p a {
  font-size: 12px;
}
.link .container p i {
  margin: 0 0.8%;
}
/*底部开始*/
.footer {
  background: #eeeeee;
  padding: 40px 0 60px;
  position: relative;
  z-index: 2;
}
.footer .code{
  display: inline-block;
  margin-top:45px;
  margin-right: 20px;
  text-align: center;
  color:#8b8b8b;
  font-size: 12px;
}
.footer .container3{
  width:90%;
  margin:0 auto;
  text-align: right;
}
.footer .container3>ul>li{
  display: inline-block;
  vertical-align: top;
  line-height: 2;
  position: relative;
  text-align: left;
  margin-right: 8%;
}
.footer .container3>ul>li:last-child{
  margin-right: 0;
}
.footer .container3>ul>li>a{
  color:#000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.footer .container3 ul li a:hover{
  text-decoration: underline;
}
.footer .container3>ul>li>a::before{
  content:'';
  width:15px;
  height:1px;
  background: #707070;
  left: 0;
  bottom: 0;
  position: absolute;
}
/*内页开始*/
/*副导航开始*/
.vicenav{
  width:100%;
  background: rgba(0,0,0,0.5);
  line-height: 60px;
  height: 60px;
  position: absolute;
  top:90px;
  left: 0;
  z-index: 99;
}
.vicenav .home{
  float: left;
  width:60px;
  height:60px;
  background: #e67817;
  text-align: center;
}
.vicenav .container>ul{
  display: inline-block;
  line-height: 80px;
}
.vicenav .container>ul>li{
  display: inline-block;
  border-right: 1px solid #a0a0a0;
  transition: 0.3s;
  position: relative;
}
.vicenav .container>ul>li:hover{
  background: #fff;
}
.vicenav .container>ul>li:hover a{
  color:#8a8a8a;
}
.vicenav .container>ul>li>a{
  color:#fff;
  display: block;
  padding: 0 60px;
  height: 60px;
}
.vicenav .container>ul>li>ul{
  width:100%;
  display: none;
  position: absolute;
  background: #fff;
  padding-bottom: 20px;
}
.vicenav .container>ul>li>ul li{
  text-align: center;
  transition: 0.3s;
  line-height: 40px;
}
.vicenav .container>ul>li>ul li:hover{
  background: #f24a01;
}
.vicenav .container>ul>li>ul li:hover a{
  color:#fff;
}
.vicenav .container>ul>li>ul li a{
  color:#8a8a8a;
  display: block;
  width: 90%;
  margin:0 auto;
  border-bottom: 1px solid #eeeeee;
}
.vicenav .container>ul>li>ul li:last-child a{
  border-bottom: none;
}
/*面包屑导航*/
.mbx {
  margin: -65px 0 30px;
}
.mbx .mbxwrap {
  padding-left: 15px;
}
.mbx em {
  color: #d80808;
}
/*关于我们*/
.profile{
  margin-top:-180px;
  line-height: 2;
}
.profile table{
  margin:0 auto;
  font-family: '黑体';
  border-collapse: separate;
  border-spacing: 0 80px;
  color:#686868;
  position: relative;
  z-index: 2;
}
.profile table tr.firstRow td:first-child{
  background-image: linear-gradient(to bottom , #e67817, #e05f19);
  height:325px;
  color:#f1eae7;
  padding-left: 5%;
  box-shadow: 48px 48px 60px rgba(0,0,0,0.3);
}
.profile table tr.firstRow td:first-child p:first-child{
  font-size: 24px;
}
.profile table tr:last-child td:last-child{
  padding-left: 5%;
}
.mind{
  width:100%;
  height:650px;
  background: url(../images/mind_bg.png) no-repeat center center;
  background-attachment: fixed;
  padding-top:110px;
}
.mind>p:first-child{
  color:#000;
}
.mind table{
  margin:0 auto;
  color:#fff;
  font-family: '黑体';
}
.mind table td:first-child div{
  width:350px;
  height:350px;
  background: #e67817;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  left:10px;
  z-index: 1;
  padding-top:70px;
  line-height: 2
}
.mind table td:last-child div{
  width:350px;
  height:350px;
  background: #10818c;
  border-radius: 100%;
  text-align: center;
  position: relative;
  right: 10px;
  z-index: 2;
  padding-top:75px;
  line-height: 2
}
.mind table td div p:first-child{
  font-size: 24px;
}
.enter .swiper-slide{
  transition: 0.5s;
}
.enter .swiper-slide:not(.swiper-slide-active){
  transform: scale(0.9);
  top:13px;
}
.enter h3{
  text-align: center;
  font-family: '黑体';
  font-size: 24px;
  color:#000;
  padding: 75px 0 50px;
  font-weight: normal;
}
.enter .swiper-container-enter{
  padding-bottom: 50px;
}
.enter .swiper-button{
  width:30px;
  height:30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  outline: none;
  padding: 0;  
  background-size: 100% 100%;
}
.enter .product-detail-prev{
  background-image: url(../images/arrow_l.png);
  top:97%;
  left: 50%;
  margin-left: -40px;
}
.enter .product-detail-next{
  background-image: url(../images/arrow_r.png);
  top:97%;
  right: 50%;
  margin-right: -40px;
}
#lightbox-container-image-data-box{
  box-sizing: content-box;
}
.organization{
  padding-bottom: 120px;
}
.organization h3{
  text-align: center;
  font-family: '黑体';
  font-size: 24px;
  color:#000;
  padding: 75px 0 50px;
  font-weight: normal;
}
.success{
  height:930px;
  background: url(../images/success_bg.png)no-repeat center center;
  background-attachment: fixed;
}
.success h3{
  text-align: center;
  font-family: '黑体';
  font-size: 24px;
  color:#000;
  padding: 75px 0 50px;
  font-weight: normal;
}
.success table{
  margin:0 auto;
  width:58%;
  border-collapse: separate;
  border-spacing: 15px 0;
  font-family: '黑体';
}
.success table td{
  width:33.33%;
  padding-left: 5%;
  height:220px;
}
.success table td:nth-child(1){
  background: #535353;
  color:#fff;
}
.success table td:nth-child(1) strong{
  font-size: 36px;
  color:#e67817;
  font-family: 'arial'
}
.success table td:nth-child(2){
  background: #e67817;
  color:#fff;
}
.success table td:nth-child(2) strong{
  font-size: 36px;
  color:#fff;
  font-family: 'arial'
}
.success table td:nth-child(3){
  background: #fff;
  color:#616161;
}
.success table td:nth-child(3) strong{
  font-size: 36px;
  color:#e67817;
  font-family: 'arial'
}
.success .swiper-container-success{
  padding-bottom: 35px;
}
.success .swiper-container-success .swiper-pagination{
  bottom: 0;
}
.success .swiper-container-success .swiper-pagination span{
  width:9px;
  height:9px;
  background-color: #e95412;
}
.honor .container{
  position: relative;
}
.honor h3{
  text-align: center;
  font-family: '黑体';
  font-size: 24px;
  color:#000;
  padding: 75px 0 50px;
  font-weight: normal;
}
.honor table{
  margin:0 auto;
  width:66.66%;
}
.honor table td{
  width:33.33%;
  font-size: 16px;
  color:#000;
  text-align: center;
}
.honor table td p:first-child{
  font-size: 14px;
}
.honor table td:nth-child(1) strong{
  font-size: 48px;
  color:#e67817;
  font-family: 'arial'
}
.honor table td:nth-child(2) strong{
  font-size: 48px;
  color:#e67817;
  font-family: 'arial'
}
.honor table td:nth-child(3) strong{
  font-size: 48px;
  color:#e67817;
  font-family: 'arial'
}
.honor .swiper-container-honor{
  margin:30px 100px 70px;
}
.honor .swiper-slide{
  transition: 0.5s;
}
.honor .swiper-slide:not(.swiper-slide-active){
  transform: scale(0.8);
  margin-top:13px;
}
.honor .swiper-button{
  width:30px;
  height:30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  outline: none;
  padding: 0;  
  background-size: 100% 100%;
}
.honor .honor-detail-prev{
  background-image: url(../images/arrow_l.png);
  top:70%;
  left:1%;
}
.honor .honor-detail-next{
  background-image: url(../images/arrow_r.png);
  top:70%;
  right:1%
}
.history{
  height:800px;
  background: url(../images/history_bg.jpg)no-repeat center center;
  background-attachment: fixed;
}
.history h3{
  text-align: center;
  font-family: '黑体';
  font-size: 24px;
  color:#000;
  padding: 75px 0 10px;
  font-weight: normal;
}
.history .swiper-slide h3{
  color:#fff;
  font-weight: bold;
  font-size: 48px;
  position: absolute;
  z-index: 2;
  font-family: 'arial';
  padding: 0;
  bottom: 170px;
  left: 10px;
}
.history .swiper-slide img{
  width:100%;
}
.history_desc{
  position: relative;
}
.history_desc::before{
  content: '';
  width:32px;
  height:2px;
  background: #e95412;
  position: absolute;
  bottom: 0;
  left: 49%;
}
.history_cont{
  padding: 30px 25px;
  background: rgba(255, 255, 255, 0.9);
  height:170px;
}
.history_cont li{
  color:#4a4a4a;
  line-height: 2;
  position: relative;
}
.history_cont li::before{
  content:'';
  width:5px;
  height:5px;
  background: #e95412;
  border-radius: 100%;
  position: absolute;
  top:10px;
  left: -10px;
}
.history_cont li p{
  display: inline-block;
}
.history .swiper-container-history{
  padding-bottom: 50px;
}
.history .swiper-button{
  width:30px;
  height:30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  outline: none;
  padding: 0;  
  background-size: 100% 100%;
}
.history .history-detail-prev{
  background-image: url(../images/arrow_l.png);
  top:97%;
  left: 50%;
  margin-left: -40px;
}
.history .history-detail-next{
  background-image: url(../images/arrow_r.png);
  top:97%;
  right: 50%;
  margin-right: -40px;
}
/*内页新闻资讯*/
.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;
  margin-top: 35px;
}
.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;
}
/*生产实力详细页*/
.caseshow {
  margin-top: 55px;
}
.caseleft {
  width: 47%;
}
.caseleft .big .pic:after {
  padding-bottom: 67%;
}
.caseleft .small {
  margin-top: 6px;
}
.caseleft .small .pic {
  cursor: pointer;
}
.caseleft .small .pic:after {
  padding-bottom: 66.9%;
}
.caseleft .small .slick-current .pic {
  border: 3px solid #d80808;
}
.caseright {
  width: 47%;
}
.caseright h3 {
  font-size: 22px;
  color: #333;
  background: url(../images/caseshow.png) no-repeat bottom left;
  line-height: 30px;
  padding-bottom: 10px;
  margin: 30px 0 15px;
}
.caseright .crighttxt {
  color: #6b6b6b;
  min-height: 160px;
}
.caseright .prenext {
  margin-top: 30px;
}
.caseright .prenext a {
  display: block;
  line-height: 30px;
}
.nyxg {
  margin-top: 70px;
}
/*联系我们*/
#allmap {
  width: 100%;
  height: 553px;
}
#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: #d80808;
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #d80808;
  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;
}
.join .container>h3{
  text-align: center;
  font-weight: normal;
  color:#000;
  font-size: 30px;
  margin:100px 0 45px;
}
.join ul li{
  display: inline-block;
  width:30%;
  margin-right: 4.5%;
  border:1px solid #d2d2d2;
  padding: 4% 3%;
  margin-bottom: 42px;
  height:580px;
  position: relative;
  transition: 0.3s
}
.join ul li:hover{
  border:1px solid #000;
}
.join ul li:nth-child(3n){
  margin-right: 0;
}
.join ul li h3{
  font-size: 20px;
  font-weight: normal;
  color:#e95412;
  padding-bottom: 25px;
  margin-bottom: 45px;
  position: relative;
}
.join ul li h3::before{
  content: '';
  width:26px;
  height:3px;
  background: #c9c9c9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.join ul li div{
  line-height: 2;
  color:#595959
}
.join ul li div.contactway{
  position: absolute;
  bottom: 0;
  padding-bottom:5%;
}
/*在线留言*/
.message{
  margin-bottom: 90px;
}
.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:#c7c7c7;
}
.message table tr td input,.message table tr td textarea,.message table tr td select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #c7c7c7;
}
.message table tr td input,.message table tr td textarea,.message table tr td select::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#c7c7c7;
}
.message table tr td input,.message table tr td textarea,.message table tr td select:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#c7c7c7;
}
.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.5s;
}
.sub input:hover{
  background: #e67817;
  color:#fff;
}
.feedback h3{
  margin:95px 0 45px;
  color:#000;
  font-size: 30px;
  font-family: '微软雅黑';
  font-weight: normal;
  text-align: center;
}
/*人才招聘*/
.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;
}
/*产品中心*/
.product {
  position: relative;
  height:520px;
  margin-top:40px;
}
.product .product_img{
  width:50%;
  position: absolute;
  background: #fff;
  top:0;
  z-index: 2;
}
.product .product_img img{
  transition: 0.5s;
}
.product .product_img:hover img{
  transform: scale(1.1)
}
.product .product_cont{
  width:60%;
  position: absolute;
  bottom: 0;
  background: #e67817;
  padding: 50px 60px;
  text-align: right;
  color:#fff;
}
.product .product_cont .procont{
  display: inline-block;
  text-align: left;
  width:80%;
}
.product .product_cont .procont h3{
  font-size: 30px;
  margin-bottom: 25px;
}
.product:nth-child(2n-1) .product_img{
  left:0;
}
.product:nth-child(2n) .product_img{
  right:0;
}
.product:nth-child(2n-1) .product_cont{
  right:0;
}
.product:nth-child(2n) .product_cont{
  left:0;
  text-align: left;
}
/*产品详细页*/
.pro_show{
  width:77%;
  margin:0 auto;
  margin-top: 120px;
  position: relative;
}
.pro_show .swiper-slide{
  text-align: center;
  background: url(../images/product_bg.png)no-repeat center center;
  height: 613px;
  padding-top: 15px;
  background-size: 100% 100%;
}
.pro_show .swiper-slide a img{
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(30px 30px 10px rgba(0, 0, 0, 0.7))
}
.pro_show .swiper-button{
  width:40px;
  height:40px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  outline: none;
  padding: 0;  
  background-size: 100% 100%;
}
.pro_show .product-detail-prev{
  background-image: url(../images/disarrow_l.png);
  top:48%;
  left:-2%;
}
.pro_show .product-detail-next{
  background-image: url(../images/disarrow_r.png);
  top:48%;
  right:-2%
}
.pro_show .product-detail-prev.swiper-button-disabled{
  background-image: url(../images/arrow_l.png);
  opacity: 1;
}
.pro_show .product-detail-next.swiper-button-disabled{
  background-image: url(../images/arrow_r.png);
  opacity: 1;
}
.pro_show h3{
  text-align: center;
  font-size: 30px;
  color:#000;
  padding:40px 0;
}
.procontent {
  margin-top:70px;
}
.procontent h3{
  color:#000;
  font-size: 18px;
  font-weight: normal;
  font-family: '黑体';
  padding-left: 25px;
  position: relative;
  margin-bottom: 34px;
}
.procontent h3::before{
  content: '';
  width:12px;
  height:15px;
  background: url(../images/protitle.png)no-repeat center center;
  position: absolute;
  top:3%;
  left: 0;
}
.procontent table{
  width:100%;
  margin-bottom:110px;
}
.procontent table td{
  vertical-align: middle;
}
.procontent table tr td:first-child{
  width:18%;
  line-height: 65px;
  background: #eeeeee;
  color:#000;
  text-align: center;
}
.procontent table tr td:last-child{
  border-top:1px solid #dcdcdc;
  padding-left: 35px;
}
.procontent table tr:last-child td:last-child{
  border-bottom:1px solid #dcdcdc;
}
/* 产品详情页选项卡 */
.proshowcon_tab{
  margin:10px auto 0;
  background:#fff;
}
.proshowcon_tab .tab_menu{overflow:hidden;}
.proshowcon_tab .tab_menu li{
  width:130px;
  float:left;
  height:30px;
  line-height:30px;
  color:#fff;
  background:#fff;
  text-align:center;
  cursor:pointer;
}
.proshowcon_tab .tab_menu li.current{color:#333;background:#cdcdcd;}
.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;}
.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;}

/*新闻资讯*/
.news table{
  width:100%;
  background: url(../images/news_bg.png)no-repeat center center;
  background-size: 100%;
  margin-top:85px;
  font-family: '黑体';
}
.news table td{
  width:50%;
}
.news table td img{
  width:100%;
}
.news table td:last-child{
  padding: 0 5%;
}
.news table td:last-child h3{
  font-size: 24px;
  margin-bottom: 25px;
}
.news table td:last-child h3 a{
  color:#000;
}
.news table td:last-child p{
  color:#000;
  line-height: 2;
}
.news .newslist{
  margin-top:90px;
}
.news .newslist ul{
  text-align: center;
}
.news .newslist ul li{
  display: inline-block;
  width:31%;
  height:445px;
  vertical-align: top;
  margin-right: 3.1%;
  margin-bottom: 55px;
  border:1px solid #e5e5e5;
  transition: 0.3s;
}
.news .newslist ul li:nth-child(3n){
  margin-right: 0;
}
.news .newslist ul li .newsimg{
  overflow: hidden;
}
.news .newslist ul li .newsimg img{
  width:100%;
  transition: 0.5s;
}
.news .newslist ul li:hover .newsimg img{
  transform: scale(1.1)
}
.news .newslist ul li .newscont{
  padding: 9% 8%;
  position: relative;
  height:205px;
}
.news .newslist ul li .newscont p{
  color:#e95412;
  font-size: 16px;
  margin-bottom: 10px;
}
.news .newslist ul li .newscont h3 a{
  color:#000;
  font-size: 16px;
  transition: 0.3s;
  font-weight: normal;
}
.news .newslist ul li:hover .newscont h3 a{
  color:#e95412;
}
.news .newslist ul li:hover{
  box-shadow: 12px 15px 21px rgba(0,0,0,0.07);
}
.news .newslist ul li .newstime{
  padding: 9% 8%;
  position: absolute;
  right:0;
  bottom: 0;
  color:#b5b5b5;
}

.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 {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.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;
}

.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;
}
/* 技术实力 */
.team{
  background: #eeeeee;
  padding-bottom: 85px;
}
.team h3{
  text-align: center;
  font-family: '黑体';
  font-size: 24px;
  color:#000;
  padding: 75px 0 50px;
  font-weight: normal;
}
.team .swiper-container-team{
  padding-bottom: 50px;
}
.team .swiper-button{
  width:30px;
  height:30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  outline: none;
  padding: 0;  
  opacity: 1 !important;
  background-size: 100% 100%;
}
.team .product-detail-prev{
  background-image: url(../images/arrow_l.png);
  top:97%;
  left:50%;
  margin-left: -50px;
}
.team .product-detail-next{
  background-image: url(../images/arrow_r.png);
  top:97%;
  right:50%;
  margin-right: -50px;
}
.mt-tabpage {
	width: 100%;
  margin: 0 auto;
  margin-top:100px;
	background-color: #FFFFFF;
}
.mt-tabpage-title {
	height: 55px;
	font-size: 0;
	background-color: #fff;
	margin: auto;
  background: #fff;
  font-family: '黑体';
}
.mt-tabpage-title .mt-tabpage-item {
  display: inline-block;
  vertical-align: top;
	width: 33.33%;
	height: 55px;
	line-height: 55px;
  text-align: center;
	color: #616161;
  font-size: 14px;
  transition: 0.5s;
  border:1px solid #dcdcdc;
}
/* .mt-tabpage-title .mt-tabpage-item:hover{
	color: #fff;
  background-color: #e67817;
} */
.mt-tabpage-title .mt-tabpage-item-cur {
  background-color: #e67817;
  color: #fff;
  font-size: 14px;
  border:1px solid rgba(0,0,0,0);
}
.mt-tabpage-count {
	position: relative;
  width: 100%;
  height:650px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
  position: absolute;
  width:300%;
  height:100%;
}
.mt-tabpage-count .mt-tabpage-item {
  width: 33.33%;
  height:100%;
}
.workshop .swiper-container-workshop{
  padding:150px 0px;
}
.workshop .swiper-container-workshop .swiper-slide{
  transition: 0.5s;
}
.workshop .swiper-container-workshop .swiper-slide-active{
  transform: scale(1.7);
  z-index: 99;
  box-shadow: 0 5px 24px rgba(0,0,0,.4)
}
.workshop .swiper-slide:not(.swiper-slide-active){
  opacity: 0.7;
}
.workshopdesc{
  width:100%;
  height:224px;
  background: #e67817;
  display: table; 
}
.workshopdesc>.container{
  display: table-cell;
  vertical-align:middle;
  text-align:center;
}
.training {
  margin: 110px 0;
}
.training table{
  width:100%;
}
.training table td{
  width: 50%;
}
.training table td img{
  width:100%;
}
.training table td:last-child{
  padding: 3% 5%;
  vertical-align: top;
}
.training table td:last-child h3{
  font-family: '黑体';
  color:#242424;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 50px;
}
.training table td:last-child p{
  line-height: 2;
  color:#616161;
}
/* 服务支持 */
.after_sale{
  width: 100%;
  height: 1095px;
  background: #f9f9f9;
  position: relative;
}
.after_sale .content{padding: 8vh 0 6vh;color:#333;}
.after_sale .content h3{font-family: 'yuweij';font-size: 18px;color:#474747;margin-bottom: 25px;font-weight: normal;}
.after_sale .container>table{
  width: 75%;
  margin:0 auto;
  margin-top:125px;
  position: relative;
  z-index: 1;
}
.after_sale .container>table td:first-child{
  width:81%;
}
.after_sale .container>table h3{
  font-family: 'yuweij';
  font-size: 18px;
  color:#474747;
  margin-bottom: 25px;
  font-weight: normal;
}
.after_sale .container>table ul li{
  display: inline-block;
  width:240px;
  height:102px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  position: relative;
  left: -20px;
  padding-left: 35px;
}
.after_sale .container>table ul li:first-child{
  left: 0;
  padding-left: 8px;
}
.after_sale .container>table ul li:last-child{
  left: -40px;
}
.after_sale .container>table ul li table{
  vertical-align: middle;
  height: 100%;
  color:#fff;
  width: 82%;
}
.after_sale .container>table ul li table td:first-child{
  width:30%;
  font-size: 46px;
  font-weight: bold;
  color:#fff;
}
.after_sale .container>table td:last-child{
  text-align: center;
}
.after_sale .container>table td:last-child p{
  margin-top:10px;
}
.aftercont{
  text-align: center;
  margin-top:-50px;
  position: relative;
  z-index: 1;
}
.aftercont>div{
  display: inline-block;
  text-align: left;
}
.aftercont>div>div{
  background: #fff;
  padding: 30px 20px;
  box-shadow: 1px 2px 6px rgba(0,0,0,.16);
  line-height: 2;
}
.aftercont>div>div p:nth-child(2n+1){
  margin-bottom: 15px;
}
.aftercont>div>div p:first-child{
  color:#000;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}
.office_list{
  display: none;
}
.office_list.active{
  display: block;
}
.after_map{
  width: 100%;
  height:605px;
  z-index: 2;
  position: relative;
}
 .dot {
  animation: sploosh 4.5s cubic-bezier(0,0,1,1);
}
 .dot2 {
  animation: sploosh2 4.5s cubic-bezier(0,0,1,1);
}
.location{
  position: absolute;
  text-align: center;
  border-radius: 100%;  
  width: 5px;
  height: 5px;
}
.location:first-child{
  width: 15px;
  height: 15px;
}
.dot,.dot2{
  display: inline-block;
  width: 100%;
  height: 100%;
  /* height: 5px;
  width: 5px; */
  font-size: 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  z-index: 10;
  animation-iteration-count:infinite;
  background: transparent;
  cursor:pointer;
  background:rgba(230,120,23,1);
}
.dot2 a{
  color:#fff;
}
@keyframes sploosh {
  0% {
    box-shadow: 0 0 0 0px rgba(255,255,255, 0.5);
  }
  75% {
    box-shadow: 0 0 0 50px rgba(255,255,255, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(255,255,255, 0);
  }
}
@keyframes sploosh2 {
  0% {
    box-shadow: 0 0 0 0px rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0 0 0 0px rgba(255,255,255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(255,255,255, 0);
  }
}
.location:not(.active) .dot,.location:not(.active) .dot2{
  animation:none;
}
/*站点地图*/
.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: 1460px) {
  .nav ul li a{padding: 0 15px;}

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


}
@media (max-width: 1200px) {
  .after_sale .container>table{width: 100%}
  .after_map{background-size:100% !important;}
  .location{display: none;}
}

@media (max-width: 1100px) {


}
@media (max-width: 992px) {
  .footer .container3{width: 100%}
  .after_map{height:500px;}
  .after_sale .container>table td:first-child{width: 86%;}
  .after_sale .container>table{margin-top:30px}
  .after_sale .container>table ul li{width:205px;}
  .after_sale .container>table ul li table td:first-child{font-size: 30px;width: 20%;}
  .pro_show{width: 90%;margin-top:30px;}
  .procontent{margin-top:20px;}
  .pro_show .swiper-slide{height: auto;}
  .product{height: auto;}
  .product .product_img{width: 100%;position: relative;text-align: center}
  .product .product_img:hover img{transform: none;}
  .product .product_img img{width: 80%;}
  .product .product_cont .procont{width: 100%}
  .product .product_cont{width: 100%;position: relative;}
  .banner_info{left: 10%;top:35%}
  .banner .swiper-pagination{left: 10% !important;bottom: 65% !important;}
  .banner .swiper-slide img,.banner .swiper-slide video{width: auto;height:600px;max-width: none;}
  .banner .swiper-slide img,.banner .swiper-slide video{position: relative;left: 50%;z-index: 999;transform: translateX(-50%);}
  .footer .code{margin-top:30px;}
  .footer .code:nth-child(2){margin-right: 0;}
  .footer .container3>ul{font-size: 0}
  .footer .container3>ul>li{font-size: 14px;width: 33.33%;margin-right: 0 !important;text-align: center;}
  .footer .container3>ul>li ul{display: none;}
  .footer .container3 .pull-left{float: none !important;width:100%;text-align: center !important;}
  .footer{padding: 20px 0;}
  .join .container>h3{margin:30px 0;font-size: 24px;}
  .join ul li div.contactway{position: relative;bottom: auto;padding-bottom: 0;}
}
@media (max-width: 768px) {
  .after_sale .container>table td:last-child p{margin:0;line-height: 2;}
  .after_map{height:400px;}
  .news table{background: none;}
  .aftercont p span{font-size: 16px !important;}
  .after_sale .container>table td:last-child{vertical-align: bottom}

  .after_sale .container>table ul li table td:first-child{display: none;}
  .message table tr:first-child td:last-child{padding: 55px 65px;}
  .message table tr:first-child td input, select,.message table tr:first-child td input:nth-child(5){width:100%}
  .after_sale .container>table td:first-child{width: 70%}
  .after_sale .container>table ul li{display: block;height: auto;left: 0 !important;padding-left: 0 !important;margin-bottom: 10px;}
  .training table td:last-child h3{margin-bottom: 20px;}
  .training{margin: 20px 0;}
  .training table td{width: 100%;display: block;text-align: center;}
  .team{padding-bottom: 30px}
  .mt-tabpage{margin-top:20px;}
  .workshop .swiper-container-workshop .swiper-slide-active{transform: none}
  .workshop .swiper-container-workshop{padding: 20px 0}
  .met_section article .met_article{padding: 10px;box-shadow: none;}
  .page{margin-top:0;}
  .news .newslist ul li .newscont{height: auto;padding: 10px}
  .news .newslist ul li .newstime{padding: 0;position: relative;}
  .news .newslist ul li {
    width: 45%;
    height: 380px;
}
  .product .product_cont{padding: 20px 10px;}
  .profile table{border-spacing: 0;}
  .history{height: auto;padding-bottom: 30px}
  .history_cont{height: auto;}
  .honor table{width: 100%}
  .success{height: auto;}
  .success table td,.procontent table td,.news table td{display: block;width: 100% !important;padding: 0;height: auto;text-align: center;}
  .procontent table tr td:last-child{line-height: 2;border-top:none;}
  .enter .swiper-slide:not(.swiper-slide-active){transform: none;top: auto}
  .enter .swiper-container-enter{padding: 0 30px 30px ;}
  .feedback h3{margin:20px 0;}
  .enter h3,.organization h3,.honor h3,.history h3,.team h3{padding: 20px 0;}
  .mind{height: auto;background-attachment: scroll;padding-top:30px}
  .mind table td{display: block;width: 100%;}
  .mind table td:first-child div{left: 0;padding-top:20px;}
  .mind table td:last-child div{right: 0;padding-top:20px;}
  .profile{margin-top:0;}
  .profile table tr.firstRow td:first-child{height: auto;background: none;box-shadow: none;color:#686868;padding: 0}
  .profile table tr.firstRow td:last-child{display: none;}
  .logo h3{font-size: 14px;}
  .logo p{font-size: 12px;font-weight: normal;}
  .banner_info,.banner .swiper-pagination{left: 5% !important;}
  .banner_info span{font-size: 20px !important;}
  .header{padding: 0;}
  .way td{display: block;width:100% !important;}
  #allmap{height:300px;}
  .profile table td{
    display: block;
    width: 100%;
    text-align: center;
  }
  .aftercont>div>div p:not(:first-child){
    width: 65%;
    display: inline-block;
    vertical-align: top;
  }
  .aftercont>div>div p:nth-child(2n){
    width: 31%;
  }
  .after_sale{
    height:auto;
  }
  .join ul{
    text-align: center;
  }
  .join ul li{
    width: 80%;
    text-align: left;
    margin-right: 0;
    height: auto;
  }
  .mapwrap dt {
    width: 15%;
  }
  .mapwrap dd {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .banner .swiper-slide img,.banner .swiper-slide video{height: 350px;}
  .after_map{height:300px;}
  .message table tr td:first-child{line-height: 40px}
  .message table tr:first-child td:last-child,.message table tr td:last-child{padding: 20px 10px;}
  .message table tr td{display: block;width:100% !important;}
  .mt-tabpage-count{height: 450px;}
  .honor table td{font-size: 12px;}
  .mapwrap dt {
    width: 20%;
  }
  .mapwrap dd {
    width: 80%;
  }
  .news .newslist ul li {
    width: 100%;
    height: auto;
}
}
@media (max-width: 400px) {
  .after_map{height:200px;}
  .mt-tabpage-count{height: 300px;}
  .mind table td div{width: auto !important;height: auto !important;color:#000;background: none !important;}
  .mapwrap dt {
    width: 100%;
  }
  .mapwrap dd {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .logo a div{display: none !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .aftercont>div>div p:not(:first-child){
    width: 49%;
    display: inline-block;
  }
  .aftercont>div>div p:nth-child(2n){
    width: 31%;
  }
  .after_sale{
    height:auto;
  }
  .container3{
    width:100% !important;
  }
  .footer .container3>ul>li{
    margin-right: 5%;
  }
  .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) {

  #allmap{height:400px;}
  .way td{display: block;width:100% !important;}
  .aftercont>div>div p:not(:first-child){
    width: 65%;
    display: inline-block;
  }
  .aftercont>div>div p:nth-child(2n){
    width: 31%;
  }
  .after_sale{
    height:auto;
  }
  .join ul{
    text-align: center;
  }
  .join ul li{
    width: 80%;
    text-align: left;
    margin-right: 0;
    height: auto;
  }
  .news .newslist ul li{
    width:45%;
    height:400px;
  }
  .news .newslist ul li .newscont{padding: 20px 10px;height: auto;}
  .news .newslist ul li .newstime{padding: 0;right: 20px;bottom: 20px;}
  .news .newslist ul li:nth-child(2n){
    margin-right: 0;
  }
  .news .newslist ul li:nth-child(3n){
    margin-right: 3.1%;
  }
  .footer .container3>ul>li{
    margin-right: 2%;
  }

  .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;
  }
  .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: 50px;
  display: none;
  color: #d80808;
  top: 25px;
  z-index: 9;
}
.phone-nav:hover {
  color: #333;
}
@media (max-width: 1100px) {
  .phone-nav {
    display: block;
  }
}
@media (max-width: 1100px) {
  .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: 90px ;
    }
    .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;
    }
    .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%;
    }
  }
  @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;
    }
    
    .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;
  }
  .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; }
  
  .se_news{
    float: right;
    width: 79%;
  }
  .news ul li .se_news a {
    color:#d80808;
    text-decoration: underline;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    transition: 0.3s;
  }
  .search_right .news .date em{
    color: #fff;
  }
  /*下载*/
  #download li{
    margin-bottom: 25px;
  }
  #download ul{
    margin-top: 50px;
    margin-bottom: 110px;
  }
  .down_head{
    margin-left: 25px;
    margin-bottom: 5px;
  }
  .down_body{
    margin: 0 15px;
    padding-top: 5px;
    border-top: 1px solid #d6d6d6;
    overflow: hidden;
  }
  .down_body div{
    margin:0 15px;
  }
  .down_body span{
    margin-right: 15px;
  }
  .f_r{
    float: right;
  }
  .f_l{
    float: left;
  }
  .download_title{
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    padding: 8px;
  }
  .download_button,
  .link_button{
    display: inline-block;
    background: #23b7e5;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    color: #fff;
    border-radius: 2px;
  }
  .download_button:hover,
  .link_button:hover{
    background: #38c4f0;
    color: #fff;
  }
  .content_title{
    margin: 30px 0 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
  }
  .line{
    border-bottom: 1px solid #d6d6d6;
    margin: 15px 0;
  }
  #link h3{
    margin: 10px 15px;
  }
  #img_link,
  #text_link{
    margin-bottom: 50px;
    overflow: hidden;
  }
  #img_link li,
  #text_link li{
    float: left;
    margin: 0 10px;
  }
  /*招聘*/
  .apply{
    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}

.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;}




/*  */
.contact-cont{font-size: 0;}
.contact-cont li{width: 50%;display: inline-block;vertical-align: middle;font-size: 14px;}
@media (max-width: 768px) {

  .contact-cont li{width: 100%;}
  #allmap{height: 300px;}
  
}