/*********** 鑫城通 ***********/
.container-box {
  position: relative;
  max-width: 1220px;
  padding: 0 15px;
  margin: 0 auto;
}


/* 加载页面 */
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -0.2em 0 0 -0.2em;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(0, 0, 0, 0.1);
  border-right: 0.3em solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.1);
  border-left: 0.3em solid #555;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-animation: loader 300ms infinite linear;
  -webkit-animation: loader 300ms infinite linear;
  animation: loader 300ms infinite linear;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
.curtain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/banner/banner_01.jpg') center center;
  background-size: cover;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 0;
  overflow: hidden;
}
.curtain::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
}
.loading-view {
  position: absolute;
  top: 50%;
  height: 150px;
  width: 100%;
  margin-top: -75px;
  text-align: center;
  z-index: 9999;
}
.loading-logo {
  width: 240px;
  height: 64px;
  margin: 15px auto;
  background: url('../images/loading_logo.png') no-repeat 0px center;
  background-size: cover;
}
.loading-text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .loading-view {
    height: 75px;
    margin-top: -37.5px;
  }
  .loading-logo {
    width: 120px;
    height: 32px;
    margin: 7px auto;
  }
  .loading-text {
    font-size: 20px;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.is-loading {
  overflow: hidden;
}
.is-loading .curtain {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 9999;
}
.is-loading .loader {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}


/* 产品展示 */
.section.cpzs {
  position: relative;
  background: url('../images/bg.jpg');
}
.section.cpzs .cpzs-header {
  position: absolute;
  top: -260px;
  left: 0;
  height: 260px;
  width: 100%;
  text-align: center;
  background: url('../images/cpzs/cpzs_header.jpg') no-repeat;
  background-size: cover;
  -webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition:all .6s;
}
.section.cpzs .cpzs-header .cpzs-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  margin-top: 60px;
  background: url('../images/cpzs/cpzs_title.png') no-repeat center;
  background-size: auto;
}
.section.cpzs .cpzs-content {
  opacity: 0;
  position: relative;
  padding-top: 260px;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition:all .6s;
}
.section.cpzs .cpzs-content ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  /* height: 370px; */
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.section.cpzs .cpzs-content ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}
.section.cpzs .cpzs-content ul li.first {
  margin-left: 0;
}
.section.cpzs .cpzs-content ul li.last {
  margin-right: 0;
}
.section.cpzs .cpzs-content .cpzs-box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 0 15px;
  box-sizing: border-box;
  /* margin-top: -185px; */
}
.section.cpzs .cpzs-content .cpzs-box > a {
  display: none;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  background: url('../images/left.png') no-repeat center center;
  opacity: .7;
  background-size: cover;
  z-index: 20;
}
.section.cpzs .cpzs-content .cpzs-box > a:hover {
  opacity: 1;
}
.section.cpzs .cpzs-content .cpzs-box > a.right {
  right: 15px;
  background-image: url(../images/right.png);
}
.section.cpzs .cpzs-content .cpzs-view {
  position: relative;
  width: 100%;
  padding: 0 35px;
  box-sizing: border-box;
}
.section.cpzs .cpzs-content .cp-masking {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}
.section.cpzs .cpzs-content .cp-masking .cp-desc {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 50%;
  left: 0;
  margin-top: -60px;
}
.section.cpzs .cpzs-content .cp-masking p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 50px;
}
.section.cpzs .cpzs-content .cp-masking a {
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 40px;
}
.section.cpzs .cpzs-content li:hover > .cp-masking {
  /* display: block; */
  background-color: rgba(0,0,0,.5);
}

@media (max-width: 1024px) {
  .section.cpzs .cpzs-content .cpzs-box {
    /* margin-top: -150px; */
  }
}
@media (max-width: 768px) {
  .section.cpzs .cpzs-header,
  .section.cpzs .cpzs-header .cpzs-title {
    height: 154px;
  }
  .section.cpzs .cpzs-content {
    padding-top: 154px;
  }
  .section.cpzs .cpzs-header .cpzs-title {
    height: 100px;
    margin-top: 54px;
    background-size: 40%;
  }
  .section.cpzs .cpzs-content .cpzs-box > a {
    display: inline-block;
  }
  .section.cpzs .cpzs-content ul li {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  .section.cpzs .cpzs-header .cpzs-title {
    background-size: 50%;
  }
  .section.cpzs .cpzs-content ul li {
    margin: 0 5px;
  }
  .section.cpzs .cpzs-content ul li.first {
    margin-left: 5px;
  }
  .section.cpzs .cpzs-content ul li.last {
    margin-right: 5px;
  }
}
@media (max-width: 460px) {
  .section.cpzs .cpzs-header .cpzs-title {
    background-size: 70%;
  }
  .section.cpzs .cpzs-content {
    padding-top: 142px;
  }
}

/* 关于我们 */
.section.gywm {
}
.section.gywm .gywm-box {
  position: relative;
  height: 100%;
  text-align: center;
  background: url('../images/bg.jpg');
}
.section.gywm .gywm-box .gywm-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-left: -528px;
  margin-top: -400px;
}
.section.gywm .gywm-box .flower {
  position: absolute;
  left: -130px;
  top: -50px;
}
.section.gywm .gywm-box .title {
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -125px;
  -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition:all left .5s;
}
.section.gywm .gywm-box .gywm-content .desc {
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 400px;
}
.section.gywm .gywm-box .gywm-content .desc img.cp {
  display: inline-block;
  width: 50%;
  opacity: 0;
  margin-left: -150px;
  height: auto;
  float: left;
  -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition:all .5s;
}
.section.gywm .gywm-box .gywm-content .desc img.mini-title {
  display: none;
}
.section.gywm .gywm-box .gywm-content .desc > div {
  display: inline-block;
  width: 47%;
  opacity: 0;
  margin-right: -150px;
  float: right;
  text-align: left;
  -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition:all left .5s;
}
.section.gywm .gywm-box .gywm-content .desc > div p {
  font-size: 22px;
  letter-spacing: 2px;
}

@media (max-width: 1280px) {
  .section.gywm .gywm-box .gywm-content {
    margin-left: -350px;
    margin-top: -248px;
  }
  .section.gywm .gywm-box .gywm-content .bg {
    width: 704px!important;
  }
  .section.gywm .gywm-box .gywm-content .flower {
    width: 213px!important;
    left: -80px;
    top: -30px;
  }
  .section.gywm .gywm-box .gywm-content .title {
    width: 227px!important;
    margin-left: -113.5px;
    top: 30px;
  }
  .section.gywm .gywm-box .gywm-content .desc {
    width: 666px;
    height: 266px;
    margin-left: -333px;
    top: 120px;
  }
  .section.gywm .gywm-box .gywm-content .desc > div p.desc-title {
    font-size: 18px!important;
  }
  .section.gywm .gywm-box .gywm-content .desc > div p {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .section.gywm .gywm-box .gywm-content .flower,
  .section.gywm .gywm-box .gywm-content .title,
  .section.gywm .gywm-box .gywm-content .bg,
  .section.gywm .gywm-box .gywm-content .desc img.cp,
  .section.gywm .gywm-box .gywm-content .desc > div p.desc-title {
    display: none;
  }
  .section.gywm .gywm-box .gywm-content {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    background: url('../images/gywm/gywm_bg_mini.jpg');
    background-size: cover;
  }
  .section.gywm .gywm-box .gywm-content .desc {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    padding: 30px;
    padding-top: 50px;
    /* border: 5px solid rgba(255,255,255,.5); */
    background-color: rgba(0,0,0,.5);
    box-sizing: border-box;
  }
  .section.gywm .gywm-box .gywm-content .desc img.mini-title {
    display: block;
    width: 250px;
    height: auto;
    margin: 20px auto!important;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .section.gywm .gywm-box .gywm-content .desc > div {
    display: block;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    line-height: 30px;
  }
  .section.gywm .gywm-box .gywm-content .desc > div p {
    color: #fff;
    font-size: 22px;
    letter-spacing: 4px;
    text-indent: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .section.gywm .gywm-box .gywm-content .desc > div {
    padding: 25px;
  }
  .section.gywm .gywm-box .gywm-content .desc > div p {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .section.gywm .gywm-box .gywm-content .desc > div {
    padding: 20px;
    line-height: 24px;
  }
  .section.gywm .gywm-box .gywm-content .desc > div p {
    letter-spacing: 2px;
    text-indent: 28px;
  }
}


/* 联系我们 */
.section.lxwm {
  position: relative;
  background: url('../images/lxwm/lxwm_bg.jpg') no-repeat center;
}
.section.lxwm .lxwm-box,
.section.lxwm .bg-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1100px;
  height: 600px;
  margin-top: -300px;
  margin-left: -550px;
  box-sizing: border-box;
}
.section.lxwm .bg-box {
  background-color: #000;
  border: 5px solid #fff;
  opacity: .5;
}
.section.lxwm .lxwm-box {
  padding: 30px;
  color: #fff;
}
.section.lxwm .lxwm-box .left {
  float: left;
  width: 35%;
  height: 100%;
  margin-top: -100px;
  opacity: 0;
  -webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.section.lxwm .lxwm-box .right {
  float: right;
  width: 60%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.section.lxwm .lxwm-box .left .contact {
  padding: 40px;
  padding-right: 0;
}
.section.lxwm .lxwm-box .left .contact div {
  position: relative;
  margin-bottom: 20px;
}
.section.lxwm .lxwm-box .left .contact .address::before,
.section.lxwm .lxwm-box .left .contact .tel::before,
.section.lxwm .lxwm-box .left .contact .mail::before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: -50px;
}
.section.lxwm .lxwm-box .left .contact .address::before {
  top: -13px;
  background: url('../images/lxwm/site_icon.png') no-repeat center;
}
.section.lxwm .lxwm-box .left .contact .tel::before {
  top: -12px;
  background: url('../images/lxwm/tel_icon.png') no-repeat center;
}
.section.lxwm .lxwm-box .left .contact .mail::before {
  top: -13px;
  background: url('../images/lxwm/mail_icon.png') no-repeat center;
}

@media (max-width: 1200px) {
  .section.lxwm .lxwm-box,
  .section.lxwm .bg-box {
    width: 900px;
    height: 492px;
    margin-top: -246px;
    margin-left: -450px;
  }
  .section.lxwm .lxwm-box .left .contact .address::before {
  top: -15px;
  }
}
@media (max-width: 992px) {
  .section.lxwm .lxwm-box,
  .section.lxwm .bg-box {
    width: 700px;
    height: 382px;
    margin-top: -191px;
    margin-left: -350px;
  }
  .section.lxwm .lxwm-box .left img {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .section.lxwm .lxwm-box,
  .section.lxwm .bg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    padding-top: 50px;
    border: none;
  }
  .section.lxwm .lxwm-box .left,
  .section.lxwm .lxwm-box .right {
    float: none;
    width: 100%;
    height: auto;
  }
  .section.lxwm .lxwm-box .left {
    padding-top: 20px;
  }
  .section.lxwm .lxwm-box .left img {
    position: absolute;
    left: 50%;
    margin-left: -125px;
  }
  .section.lxwm .lxwm-box .left .contact div {
    margin-bottom: 0;
  }
  .section.lxwm .lxwm-box .left .contact {
    padding: 50px 40px 10px 40px;
  }
  .section.lxwm .lxwm-box .right {
    height: 300px;
  }
}
@media (max-width: 460px) {
  .section.lxwm .lxwm-box .left {
    padding-top: 0;
  }
}


/* 百度地图 */
html,body{margin:0;padding:0;}
.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}
