@charset "utf-8";
/* CSS Document */

/*rest*/
@font-face { 
	font-family: 'pingfang1'; 
	src: url('../font/pingfang1.eot'); 
	src: local('../font/pingfang1 Regular'), 
	local('../font/pingfang1'), 
	url('../font/pingfang1.woff') format('woff'), 
	url('../font/pingfang1.ttf') format('truetype'), 
	url('../font/pingfang1.svg#pingfang1') format('svg'); 
} 

*{ margin:0; padding: 0; font-family:"Arial","Microsoft YaHei",sans-serif;}
html,body{ position:relative; min-width: 320px; max-width: 640px; margin: 0 auto;}
li{ list-style: none;}
a{text-decoration: none;}
a:hover{cursor: pointer;}
img{ border: 0; border-style:none; vertical-align: middle;}
.floatL{float: left;}
.floatR{float: right;}
.clear{ clear: both; overflow: hidden;}
.blank { height: 8px; clear: both; }
.blank20 { height: 20px; clear: both; }
.clearfix:after, .clear:before { display: table; content: ''; }
.clearfix:after { clear: both; overflow: hidden; }
.clearfix { zoom: 1; }
.relative { position: relative; }
.absolute { position: absolute; }
.float_left { float: left; }
.float_right { float: right; }

.main{min-width:320px; max-width: 640px; overflow: hidden; margin: 0 auto; position: relative;}
.topFixed{position: fixed; width: 100%; min-width: 320px; max-width: 640px;}
.curName{display: none;}

/*logo*/
.logoBar{width: 100%; overflow: hidden;  background: #FFF;}
.logoBar li{float: left;}
.logoBar .left{ width: 16%;}
.logoBar .center{ width: 68%;}
.logoBar .right{ width: 16%;}
.logoBar img{ width: 100%; display: block;}

/*topNav*/
#topNav {
  width: 100%;
  font-size: 16px;
  line-height: 47px;
  background: url(../img/navBg.jpg) repeat-x;
  z-index: 1000;
}
#topNav .swiper-slide {
  padding: 0 10px;
  text-align: center;
  float: left;
  width: auto;
}
#topNav .swiper-slide a {
  padding: 0 5px;
  color: #666;
  transition: all .3s ease;
  display: block;
}
#topNav .active a {
  border-bottom: 5px solid #19b1cf;
}

/*Foot*/
.indexFoot {
  position: relative;
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 5%;
}
.indexFoot .imgBg {
  margin-top: 15%;
}
.indexFoot .imgBg img {
  width: 100%;
}
.footInfo {
  width: 80%;
  margin: 0 auto;
  padding: 8% 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 10%;
}
.footInfo .footTel {
  width: 58%;
  display: block;
  margin: 0 auto;
}
.footInfo .footMa {
  width: 55%;
  display: block;
  margin: 5% auto 5%;
}
.footInfo .footMore {
  width: 70%;
  display: block;
  margin: 5% auto 5%;
}
.footInfo p {
  color: #FFF;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 2%;
}
.footInfo p strong {
  font-size: 18px;
}

/*footNav*/
.footNav {
  width: 100%;
  height: auto;
  position: fixed;
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  z-index: 100000;
  bottom: 0;
}
.footNav li {
  float: left;
}
.footNav li img {
  width: 100%;
}
.footNav li:nth-child(1) {
  width: 18%;
}
.footNav li:nth-child(2) {
  width: 36%;
}
.footNav li:nth-child(3) {
  width: 46%;
}
.backToTop {
  width: 50px;
  height: 50px;
  background: url(../img/toTop.png) no-repeat;
  position: fixed;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
  opacity: .8;
  z-index: 140;
  display: none;
}
/*popMenu*/
.popMenu {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 174, 203, 0.9);
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 2147483647 ;
  display: none;
  max-width: 640px;
}
.popMenu .close {
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: url(../img/menuClose.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 2000;
}
.popMenu ul.tlikbox {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 80px auto 0px;
}
.popMenu ul.tlikbox li {
  width: 50%;
  height: auto;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 5px 0px;
}
.popMenu ul.tlikbox li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 2;
  color: #fff;
}
.blinkbox {
  width: 90%;
  height: auto;
  overflow: hidden;
  border-top: solid 1px #fff;
  margin: 5px auto 0px;
  padding-top: 5px;
  text-align: center;
  font-size: 18px;
  line-height: 3;
  color: #fff;
}
.blinkbox p {
  padding-top: 5px;
}
.blinkbox a {
  color: #fff;
}
.blinkbox span {
  margin: 0px 10px;
}
.popMenu .menuTel {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 10%;
}
.popMenu .menuTel img {
  max-width: 65%;
  display: block;
  margin: 0 auto;
}

/*
#weixintop{
    width:100%;
    height:50px;
    background: black;
    padding-top: 5px;
    display: none;
}
*/
#weixintop{
  width:100%;
  height:50px;
  background: black;
  display: none;
  max-width: 640px;
}

#weixintopbox{
  width:100%;
  height:50px;
  background: black;
  padding-top: 5px;
  position:fixed;
  z-index: 100000;
  max-width: 640px;
}
