/** 标题 **/
.container .title {
  text-align: center;
}
.container .title h1 {
  color: #EA5824;
  margin-bottom: 15px;
}
/** 地图控件样式 **/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
/** 分页控件样式 **/
.pagination {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination ul {
  float: right;
  margin: 20px 0 50px;
}
.pagination ul:after {
  content: '';
  display: block;
  clear: both;
}
.pagination li {
  float: left;
}
.pagination li a {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.pagination li:hover a {
  background: #ddd;
  color: #FFF;
}
.pagination li:first-child a,
.pagination li a.current {
  border: none;
  margin: 0;
  background: #fff;
  color: #333;
}
/** 轮播插件样式 **/
.banner {
  position: relative;
}
.banner .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.banner .flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
}
.banner .flex-control-nav li a {
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.banner .flex-control-nav li a:hover {
  background: rgba(56, 89, 164, 0.7);
}
.banner .flex-control-nav li .flex-active {
  background: rgba(56, 89, 164, 0.9);
}
.banner .flex-direction-nav a {
  display: block;
  width: 60px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin: -40px 0 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  background-image: url(../images/icon.png);
  text-indent: -9999px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: rgba(6, 6, 6, 0.5);
}
.banner .flex-direction-nav .flex-prev {
  left: -50px;
  background-position: -25px 18px;
}
.banner .flex-direction-nav .flex-next {
  right: -50px;
  background-position: -67px 18px;
}
.banner .flex-direction-nav .flex-prev:hover,
.banner .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.banner:hover .flex-prev {
  left: 10px;
  opacity: .5;
}
.banner:hover .flex-next {
  right: 10px;
  opacity: .5;
}
/** 当前位置 **/
.now {
  line-height: 40px;
  padding: 10px 0;
}
.now a {
  cursor: pointer;
}
.now a:hover {
  color: #F17624;
}
.now i {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: url(../images/icon.png) 0 -33px no-repeat;
}
/** 横幅广告 **/
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  max-width: 100%;
}
/*** 首页 ***/
.index {
  /** 横幅广告 **/
}
.index .banner {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
.index .news {
  float: left;
  width: 42%;
  height: 300px;
  margin: 30px 0;
}
.index .news .nav {
  margin: 20px 0;
}
.index .news .nav li {
  float: left;
  padding: 8px 20px;
  background: #B5B5B5;
  cursor: pointer;
}
.index .news .nav .active {
  color: #eee;
  background: #EA5824;
}
.index .news .content {
  position: relative;
}
.index .news .content > div {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.index .news .content .nav_intro {
  position: relative;
  z-index: 1;
}
.index .news .content .nav_bus {
  position: absolute;
  left: 0;
  top: 0;
}
.index .news .content .box .text {
  height: 200px;
  color: #878787;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
}
.index .news .content .box a {
  color: rgba(219, 10, 42, 0.5);
}
.index .news .content .box a:hover {
  color: #DB0A2A;
}
.index .product {
  float: right;
  width: 55%;
  max-height: 300px;
  padding: 18px 20px;
  color: #eee;
  margin: 30px 0;
  background: #2C79F7;
}
.index .product .title {
  padding-bottom: 10px;
  line-height: 25px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.index .product .title p {
  font-size: 16px;
  letter-spacing: 1px;
}
.index .product .title a {
  display: block;
  width: 70px;
  line-height: 24px;
  font-size: 14px;
  background: #EA5824;
  color: #fff;
  text-align: center;
  border-radius: 3px 1px 3px 3px;
  position: absolute;
  right: -30px;
  top: 5px;
}
.index .product .title:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #EA5824;
  position: absolute;
  right: -40px;
  top: -5px;
}
.index .product .cont {
  padding: 25px 0;
  max-height: 220px;
  overflow: hidden;
}
.index .product .cont ul {
  width: 700px;
}
.index .product .cont ul li {
  float: left;
  width: 32%;
  max-height: 180px;
  margin:0 5px;
  padding:0;
  overflow: hidden;
}
.index .product .cont ul li img {
  max-width: 100%;
}
/*** 联系我们 ***/
.contact .content .title {
  margin-bottom: 50px;
}
.contact .content li {
  font-size: 20px;
  line-height: 40px;
}
.contact .content .map {
  width: 100%;
  height: 400px;
  margin: 50px 0;
}
/*** 企业简介 ***/
.intro .cont {
  margin: 30px 0 70px;
  font-size: 18px;
  line-height: 35px;
  color: #777;
}
.intro .cont p {
  margin-bottom: 20px;
}
/*** 组织机构&质量体系&企业理念 ***/
.frame .cont,
.quality .cont,
.philosophy .cont {
  padding: 50px 0 70px;
}
/*** 主营业务 ***/
.business ul {
  margin: 50px 0 70px;
}
.business ul li {
  float: left;
  display: flex;
  width: 30%;
  height: 200px;
  border: 1px solid #4697F2;
  text-align: center;
  padding: 0 30px;
  line-height: 35px;
  margin-left: 5%;
  margin-top: 20px;
}
.business ul li:nth-child(3n-2) {
  margin-left: 0;
}
.business ul li div {
  margin: auto;
  font-size: 18px;
  line-height:30px;
}
.business ul li div p{
  margin-bottom: 15px;
}
.business ul li div p img{
  width:auto;
  max-width:100%;
}
.business ul li div span {
  display: inline-block;
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
}
/*** 发展愿景 ***/
.vision .cont {
  margin: 30px 0 70px;
  position: relative;
}
.vision .cont ul {
  float: left;
  width: 120px;
}
.vision .cont ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 80px;
  margin-top: 20px;
  color: #EEE;
}
.vision .cont ul li:first-child {
  margin-top: 0;
}
.vision .cont ul li:nth-child(3n-2) {
  background: #1B9F85;
}
.vision .cont ul li:nth-child(3n-1) {
  background: #065244;
}
.vision .cont ul li:nth-child(3n) {
  background: #9F3E1B;
}
.vision .cont .box {
  display: flex;
  position: absolute;
  top: 0;
  left: 150px;
  right: 0;
  bottom: 0;
  padding: 15px 25% 15px 100px;
  color: #777;
  line-height: 35px;
  font-size: 18px;
  /*align-items: center;*/
  text-align: center;
  background: url(../images/shan.png) right 0 no-repeat;
  background-color: #eee;
}
.vision .cont .box div{
  margin:auto;
}
/*** 直营店展示 ***/
.stores .cont {
  margin: 30px 0 70px;
  position: relative;
}
.stores .cont .intro{
  position: absolute;
  top:0;
  left:0;
  width:45%;
  background: #fff;
  z-index:9;
}
.stores .cont .cabinet .text {
  float: left;
  width: 40%;
  min-height:1px;
}
.stores .cont .cabinet .text h2 {
  font-size: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #aaa;
}
.stores .cont .cabinet .text div,
.stores .cont .cabinet .text p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}
.stores .cont .cabinet .img {
  float: left;
  width: 50%;
  margin-left: 10%;
}
.stores .cont .cabinet .img img {
  max-width: 100%;
}
.stores .cont .cont_list {
  width: 100%;
  margin-top: 50px;
  padding: 0 60px;
  position: relative;
  overflow: hidden;
}
.stores .cont .cont_list ul li {
  float: left;
  margin: 0 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.stores .cont .cont_list ul li img {
  width: 200px;
  height: 155px;
  padding: 8px;
  border: 2px solid transparent;
}
.stores .cont .cont_list ul .flex-active img,
.stores .cont .cont_list ul li:hover img {
  border-color: #9F3E1B;
}
.stores .cont .cont_list .div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stores .cont .cont_list a {
  display: block;
  width: 60px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin: -40px 0 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0.3;
  background-image: url(../images/icon.png);
  text-indent: -9999px;
  background-color: rgba(6, 6, 6, 0.5);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.stores .cont .cont_list .prev {
  left: -10px;
  background-position: -25px 18px;
}
.stores .cont .cont_list .next {
  right: -10px;
  background-position: -67px 18px;
}
.stores .cont .cont_list .prev:hover,
.stores .cont .cont_list .next:hover {
  opacity: 1;
}
/*** 招商政策 ***/
.investment .cont {
  padding: 40px 0 70px;
}
.investment .cont .box {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 30px;
}
.investment .cont .box h2 {
  border-left: 8px solid #9F3E1B;
  color: #9F3E1B;
  font-size: 20px;
  padding-left: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 300;
}
/*** 合作厂家 ***/
.cooperation .cont {
  margin: 30px 0 20px;
}
.cooperation .cont li {
  float: left;
  width: 22%;
  padding: 20px 0;
  margin-left: 4%;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ddd;
}
.cooperation .cont li:nth-child(4n-3) {
  margin-left: 0;
}
.cooperation .cont li div {
  height: 60px;
  margin-bottom: 10px;
}
.cooperation .cont li div img {
  width: auto;
  height: 100%;
  vertical-align: middle;
}
/*** 产品展示 ***/
.product .p_list{
  margin:20px 0;
}
.product .p_list li{
  float: left;
  margin:0 10px;
}
.product .p_list li a{
  display: inline-block;
  padding:5px 12px;
  background:#eee;
  color:#777;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
}
.product .p_list .active a, .product .p_list li:hover a{
  background:#2C79F7;
  color:#eee;
}
.product .cont {
  padding: 30px 0 20px;
}
.product .cont li {
  background: #ddd;
  padding: 15px;
  margin-bottom: 20px;
}
.product .cont li .img {
  float: left;
  display: flex;
  align-items: center;
  width: 200px;
  min-height: 200px;
  background: #FFF;
}
.product .cont li .img img {
  max-width: 100%;
}
.product .cont li .text {
  min-height: 200px;
  padding-left: 220px;
}
.product .cont li .text p {
  font-size: 16px;
  line-height: 30px;
}
/*** 企业荣誉 ***/
.honor .container ul {
  padding: 30px 0 70px;
}
.honor .container ul li {
  float: left;
  width: 28%;
  padding: 30px 20px;
  margin-left: 8%;
  background: #EEE;
  text-align: center;
}
.honor .container ul li:first-child {
  margin: 0;
}
.honor .container ul li img {
  max-width: 100%;
  vertical-align: middle;
}
/*** 文化风采 ***/
.mien .cont {
  background: #eee;
  margin: 50px 0;
}
.mien .cont ul {
  padding: 50px 0;
}
.mien .cont ul li {
  float: left;
  width: 30%;
  margin: 0 1.5% 30px;
  text-align: center;
  font-size: 16px;
}
.mien .cont ul li p {
  margin-top: 12px;
}
/*** 下载中心 ***/
.download .cont {
  margin: 30px 0 70px;
}
.download .cont li {
  float: left;
  width: 22%;
  margin-left: 4%;
  text-align: center;
  cursor: pointer;
}
.download .cont li:nth-child(4n-3) {
  margin-left: 0;
}
.download .cont li div {
  min-height: 200px;
  border: 1px solid #ddd;
  padding: 10px;
  overflow: hidden;
  margin: 30px 0 10px;
}
.download .cont li div img {
  max-width: 100%;
}
.download .cont li a {
  display: none;
}
.download .cont li a span {
  color: #BF4A30;
  margin-left: 6px;
  font-weight: 600;
}
.download .cont .active div {
  border-color: #BF4A30;
}
.download .cont .active p {
  display: none;
}
.download .cont .active a {
  display: inline-block;
}
@media screen and (max-width: 678px) {
  .index .banner {
    height: auto;
  }
  .index .news {
    float: none;
    width: 100%;
    height: auto;
  }
  .index .product {
    float: none;
    width: 95%;
    margin: 0 auto 20px;
    max-height: inherit;
  }
  .index .news .content,
  .index .news .content .box .text {
    height: auto;
    min-height: 200px;
  }
  .intro .cont p {
    font-size: 16px;
  }
  .business ul li {
    width: 48%;
    margin-left: 4%;
    padding: 0 10px;
  }
  .business ul li:nth-child(3n-2) {
    margin-left: 4%;
  }
  .business ul li:nth-child(2n-1) {
    margin-left: 0;
  }
  .vision .cont ul {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .vision .cont ul li {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 0;
  }
  .vision .cont ul li:first-child {
    margin-left: 0;
  }
  .vision .cont .box {
    position: static;
    font-size: 16px;
    padding: 20px 120px 20px 10px;
    background-size: contain;
  }
  .stores .cont .cont_list ul li img,
  .stores .cont .cabinet .text,
  .stores .cont .cabinet .img {
    width: 100%;
    margin: 0;
  }
  .stores .cont .cabinet .img {
    margin-left: 0;
    margin-top: 15px;
  }
  .investment .cont .box {
    font-size: 16px;
  }
  .product .cont li {
    background: transparent;
    border-bottom: 1px solid #ddd;
  }
  .product .cont li .img {
    width: 100%;
  }
  .product .cont li .text {
    padding-left: 0;
  }
  .mien ul li {
    width: 48%;
    margin: 0 0 20px;
  }
  .mien ul li:nth-child(2n) {
    margin-left: 4%;
  }
  .mien ul li img {
    width: 100%;
  }
  .honor .container ul li {
    width: 48%;
    margin: 0 0 20px;
    padding: 10px 12px;
  }
  .honor .container ul li:nth-child(2n) {
    margin-left: 4%;
  }
  .download .container ul li {
    width: 31%;
    margin-left: 3%;
  }
  .download .container ul li:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 450px) {
  .download .container ul li {
    width: 48%;
    margin-left: 4%;
  }
  .download .container ul li:nth-child(3n-2) {
    margin-left: 4%;
  }
  .download .container ul li:nth-child(2n-1) {
    margin-left: 0;
  }
}
.zoomify { cursor: pointer; cursor: -webkit-zoom-in; cursor: zoom-in; }
.zoomify.zoomed { cursor: -webkit-zoom-out; cursor: zoom-out; padding: 0; margin: 0; border: none; border-radius: 0; box-shadow: none; position: relative; z-index: 1501; }
.zoomify-shadow { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: block; z-index: 1500; background: rgba(0, 0, 0 , .3); opacity: 0; }
.zoomify-shadow.zoomed { opacity: 1; cursor: pointer; cursor: -webkit-zoom-out; cursor: zoom-out; }