@charset "utf-8";
/* CSS Document */

html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,span,p,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
    font-size:14px;
    letter-spacing:1px;
    text-align: left;
}
*{ padding:0 ; margin:0 ; font-size:14px;text-align: left;}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}

.w-100{width:100%; height:auto; overflow:hidden;}
.w-1100{width:1100px; margin:0 auto; overflow:hidden;}
.w-1100-1{width:1100px; margin:0 auto;}
.w-1200{width:1200px; margin:0 auto; overflow:hidden;}
.w-1200-1{width:1200px; margin:0 auto;}
.w-1236{width:1236px; margin:0 auto; overflow:hidden;}
.w-1280{width:1280px; margin:0 auto;}
.line01{ width: 100%; border-top:#d8d8d8 1px solid; }
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.mt-4{ margin-top:4px;}
.mt-6{ margin-top:6px;}
.mt-8{ margin-top:8px;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:55px;}
.mt-60{ margin-top:55px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:70px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.mt-110{ margin-top:110px;}
.mt-120{ margin-top:120px;}
.mt-130{ margin-top:130px;}
.mt-140{ margin-top:140px;}
.mt-150{ margin-top:155px;}
.mt-160{ margin-top:155px;}
.mt-170{ margin-top:170px;}
.mt-180{ margin-top:180px;}
.mt-250{ margin-top:255px;}

.mb-10{ margin-bottom:10PX;}
.mb-20{ margin-bottom:20PX;}
.mb-30{ margin-bottom:30px;}
.mb-40{ margin-bottom:40px;}
.mb-50{ margin-bottom:55px;}
.mb-60{ margin-bottom:55px;}

.bg-tc{ background-position:top center; background-repeat:no-repeat;}
.bg-tl{ background-position:top left; background-repeat:no-repeat;}
.bg-tr{ background-position:top right; background-repeat:no-repeat;}
.f-s13{ font-size:13px;}
.f-s14{ font-size:14px;}
.f-s15{ font-size:15px;}
.f-s16{ font-size:16px;}
.f-s17{ font-size:17px;}
.f-s18{ font-size:18px;}
.f-s20{ font-size:20px;}
.f-s22{ font-size:22px;}
.f-s24{ font-size:24px;}
.f-s26{ font-size:26px;}
.t-align-r{ text-align:right;}
.t-align-l{ text-align:left;}
.t-align-c{ text-align:center;}

.t-color-w{ color: #ffffff; }
.f-s18{ font-size: 18px; }
.f-s14{ font-size: 14px; }


.top-1{
  width: 100%;
  height: 35px;
  background-color: #ea7393;
  font-size: 14px;
  color: #fff;
  line-height: 33px;
}
.top-1-l{
  float: left;
  width: 900px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
.top-1-r{
  float: right;
  width: 235px;
}
.top-1-r a{
  float: left;
  margin-top: 10px;
  border-right:1px solid #fff;
  width: 77px;
  height: 15px;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.top-1-r a:last-child{
  border-right: none;
}

/*menu*/
.h-menu-bg{
  width: 100%;
  height: 58px;
}
.h-menu{
  margin: 0 auto;
  width: 1200px;
  height: 58px;
  text-align: center;
}
.h-menu a{
  display: inline-block;
  margin-left:10px;
  margin-right:10px;
  position: relative;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 17px;
  text-align: center;
  color: #333;
  transition: all 0.3s ease-out;
}

.h-menu a:before{
  content: "";
  position: absolute;
  right:-10px;
  top:10px;
  z-index: 10;
  height: 17px;
  border-left:1px solid #d2d2d2;
}

.h-menu a:last-child:before{
  content: "";
  position: absolute;
  right:0px;
  z-index: 10;
  height: 0px;
  border-right:none;
}

.h-menu a:hover{
  background-color: #ea7393;
  color: #fff;
  border-radius: 20px;
}
.h-menu-hover{
  background-color: #ea7393 !important;
  color: #fff !important;
  border-radius: 20px;
}
/*end menu*/ 

/*middle*/
    /*所有标题*/
.h-tit01{
  width: 100%;
  height: 64px;
  overflow: hidden;
  background: url(../Img/tit-bg1.jpg) top center no-repeat;
}
.h-tit01 h2{
  width: 100%;
  height: 40px;
  font-size: 26px;
  color: #222222;
  text-align: center;
  letter-spacing: 0px;
}
.h-tit01 p{
  display: block;
  width: 100%;
  font-size: 20px;
  color: #393939;
  text-align: center;
  letter-spacing: 0px;
  font-family: "宋体";
  text-transform: uppercase;
}


    /*end所有标题*/
.h-proc1{
  width: 1200px;
  height: auto;
}
.h-proc1 a{
  display: block;
  float: left;
  margin-right:3px;
  margin-bottom:3px;
  width: 128px;
  height: 33px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 31px;
  border:1px solid #ea7393;
  transition: all 0.3s ease-out;

}
.h-proc1 a:hover{
  background-color: #ea7393;
  color: #fff;
}
.h-proc1-hover{
  color: #fff !important;
  background-color: #ea7393 !important;
}
.h-about-v{
  width: 1200px;
  height: 305px;
  border:1px dashed #bfbfbf;
  box-sizing: border-box;
  overflow: hidden;
}
.h-about{
  padding:30px;
  font-size: 16px;
  color: #353535;
  line-height: 190%;
  letter-spacing: 0px;
}
.h-shebei1{
  width: 1300px;
  height: auto;
}
.h-shebei1 li{
  float: left;
  margin-right: 12px;
  width: 189px;
  height: 138px;
  border-radius: 6px;
  overflow: hidden;
}
.h-shebei1 li img{
  width: 189px;
  height: 168px;
}
.h-shebei1 li:hover img{
   transition: all 0.5s ease-out;
   transform: scale(1.1, 1.1); 
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}

.h-m1-bg{
  width: 100%;
  height: 393px;
  background: url(../Img/bg01.jpg) top center no-repeat;
}
.h-case-tit{
  float: left;
  width: 207px;
  height: auto;
}
.h-case-tit .zi1{
  margin-top: 50px;
  width: 100%;
  height: 40px;
  font-size: 24px;
  color: #fff;
  font-family: "宋体";
  text-transform: uppercase;
}
.h-case-tit h2{
  display: block;
  width: 100%;
  height: 79px;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0px;
}
.h-case-tit .zi2{
  display: block;
  width: 30px;
  padding:14px 17px;
  border:4px solid #ea7393;
  font-size: 28px;
  color: #ea7393;
  letter-spacing: 0px;
  line-height: 120%;
}

.h-word1{
  width: 100%;
  height: 53px;
  background-color: #ea7393;
  border-radius: 5px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  line-height: 53px;
  letter-spacing: 0px;
}

.h-news-l{
  float: left;
  width: 488px;
  height: auto;
}
.h-news-tit{
  width: 100%;
  height: 70px;
}
.h-news-tit h2{
  display: block;
  float: left;
  font-size: 20px;
  color: #000;
  line-height: 70px;
  letter-spacing: 0px;
}
.h-news-tit a{
  display: block;
  float: right;
  height: 70px;
  font-size: 14px;
  color: #ea7393;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 70px;
}
.h-fwxm{
  padding-top:15px;
  width: 100%;
  height: 105px;
  font-size: 15px;
  color: #4d4d4d;
  letter-spacing: 0px;
  line-height: 170%;
  overflow: hidden;
}
.h-fwxm p{
  font-size: 15px;
  color: #4d4d4d;
  letter-spacing: 0px;
  line-height: 170%;
}
.h-news1{
  float: right;
  width: 666px;
  height: auto;
}
.h-news1 li{
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  overflow: hidden;
}
.h-news1 li .h-news1-l{
  float: left;
  position: relative;
  width: 113px;
  height: 84px;
}
.h-news1 li .h-news1-l .tu1{
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.h-news1 li:hover .h-news1-l .tu1{
  border-radius: 0px;
}
.h-news1 li .h-news1-l .tu1 img{
  width: 84px;
  height: 84px;
}
.h-news1 li .h-news1-l:after{
  content: "";
  position: absolute;
  z-index: 10;
  right: 0px;
  top:7px;
  width: 1px;
  height: 63px;
  background-color: #eeeeee;
  transition: all 0.3s ease-out;
}
.h-news1 li:hover .h-news1-l:after{
  background-color: #ea7393;
  top:0px;
  width: 2px;
  height: 84px;
}
.h-news1 li .h-news1-r{
  float: right;
  width: 505px;
  height: auto;
}
.h-news1 li .h-news1-r a h3{
  display: block;
  width: 100%;
  height: 37px;
  font-size: 16px;
  color: #000;
  line-height: 110%;
  letter-spacing: 0px;
  overflow: hidden;
}
.h-news1 li:hover .h-news1-r a h3{
  color: #ea7393;
}
.h-news1 li .h-news1-r p{
  display: block;
  width: 100%;
  height: 37px;
  font-size: 14px;
  color: #545454;
  line-height: 125%;
  letter-spacing: 0px;
  overflow: hidden;
}

.h-case{
  float: right;
  margin-top: 90px;
  width: 960px;
}
/*end middle*/

/*bottom*/
.h-link{
  margin:0 auto;
  width: 1200px;
  height: 50px;
}
.h-link h3, .h-link a{
  display: block;
  float: left;
  padding-right: 15px;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 45px;
}
.h-f1{
  padding:53px 0px 20px 0px;
  width: 100%;
  background-color: #191919;
}
.h-f-fenlei{
  float: left;
  width: 410px;
  height: auto;
}
.f-fl-tit{
  width: 100%;
  height: 40px;
  font-size: 17px;
  color: #dfdfdf;
  letter-spacing: 0px;
}
.h-f-fenlei a{
  display: block;
  float: left;
  width: 107px;
  height: 21px;
  font-size: 14px;
  color: #868686;
  line-height: 21px;
}
.f-fl2{
  float: left;
  margin-left:15px;
  width: 290px;
  height: auto;
}
.f-fl2 p{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #6d6d6d;
  text-align: center;
}
.f-fr{
  float: right;
  width: 370px;
}

.f-content{
  width: 100%;
  font-size: 14px;
  color: #868686;
  line-height: 150%;
  text-align: left;
  letter-spacing: 0px;
}
.f-content p, .f-content p a .f-content a{
  font-size: 14px;
  color: #868686;
  line-height: 150%;
  letter-spacing: 0px;
}
.w-bq{
  margin-top: 30px;
  width: 100%;
  height: 50px;
  border:1px solid #5e5e5e;
  font-size: 15px;
  color: #5e5e5e;
  text-align: center;
  line-height: 48px;
  box-sizing: border-box;
}
.w-bq p, .w-bq p a, .w-bq a{
  font-size: 15px;
  color: #5e5e5e;
  text-align: center;
  line-height: 53px;
}


/*end bottom*/

/*滚动产品图片样式*/
.h-pro-gun01 li{
  float: left;
  margin-right: 19px;
  margin-bottom: 30px;
  width:300px;
  height: 330px;
  border: 1px solid #313131;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover{
  border: 1px solid #ea7393;
}
.h-pro-gun01 li .tu{
	margin-top: 10px;
	margin-left: 10px;
	width: 280px;
	height: 205px;
	padding:0px;
	border:0px solid #434343;
	background-color: #e5e5e5;
	overflow: hidden;
}
.h-pro-gun01 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun01 li .p1-t{
	margin:0 auto;
	width: 94%;
	height: 32px;
}

.h-pro-gun01 li .p1-t a h3{
	float: left;
  display: block;
  height:32px;
	line-height: 32px;
  font-size: 15px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;
	text-indent: 10px;
}
.h-pro-gun01 li .p1-t p{
	display: block;
	float: right;
	width: 86px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
}
.h-pro-gun01 li:hover .p1-t a h3{
	color: #333;
}
.h-pro-gun01 li .dianhu{
	margin-top:14px;
    width: 300px;
    height: auto;
}
.h-pro-gun01 li .dianhu p{
	display: block;
	padding:6px 0px 6px 10px;
  font-size: 14px;
  color: #333;
  background-color: #eee;
  letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}
.h-pro-gun01 li:hover .dianhu p{
  color: #fff;
  background-color: #ea7393;
}

.h-pro-gun01 li .dianhu span{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 15px;
    color: #5b5b5b;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}



/*滚动产品图片样式*/

.h-pro-gun02 li{
  margin-right: 21px;
  margin-bottom: 30px;
  float: left;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li .tu{
	height:215px;
	background-color: #e5e5e5;
	border:1px  solid #fff;
	overflow: hidden;
}
.h-pro-gun02 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun02 li a h3{
  margin-top:0px;
  display: block;
	width:307px;
  height: 70px;
	line-height: 68px;
  font-size: 16px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;
  border-bottom: 2px solid #b5b5b5;
  transition: all 0.3s ease-out;
}
.h-pro-gun02 li:hover a h3{
  color: #fff;
  background-color: #353535;
  border-bottom: 2px solid #353535;
}

/*手机站样式*/
.img-m{
	text-align:center;
}
.mini-div{
	margin:0 auto;
	max-width:600px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.mini-title{
	width:100%;
	height:50px;
	font-size:18px;
	color:#1a3a83;
	text-align:center;
	line-height:50px;
	}
.mini-class01{
	width:98%;
	margin-left:2%;
	}
.mini-class01 li{
	float:left;
	padding:5px 0px;
	margin-right:1%;
	margin-bottom:1%;
	width:48%;
	/*min-height:30px;*/
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #666666;
	}
.mini-class01 li a{
	display:block;
	width:100%;
	/*min-height:30px;*/
	font-size:14px;
	color:#666666;
	text-align:center;
	}
.mini-h-about{
	padding:10px;
	font-size:14px;
	text-align:left;
	line-height:170%;
	}
.mini-menu{
	width:100%;
	background-color:#1a3a83;
	padding:10px;
	}
.m-menu{
	width:100%;
	margin:0 auto;
	}
.m-menu a{
	display:block;
	float:left;
	width:24%;
	height:40px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:20px;
	}
.m-fl01{
	width:100%;
	height:auto;
	overflow:hidden;
	}
.m-fl01 a{
	display:block;
	margin-bottom:10px;
	width:19%;
	height:66px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}
.m-fl01 a .tu{
	margin:0px;
	padding:0px;
	width:100%;
	height:38px;
	text-align:center;
	}
.m-fl01 a h3{
	display:block;
	marign:0px;
	padding:0px;
	height:15px;
	width:100%;
	font-size:14px;
	text-align:center;
	color:#fff;
	}
.m-fl01-bg01{
	background-color:#0165ba;
	}
.m-fl01-bg02{
	background-color:#fe4351;
	}
.m-fl01-bg03{
	background-color:#ff6f3d;
	}
.m-fl01-bg04{
	background-color:#32b16c;
	}
.m-fl01-l{
	float:left;
	margin-left:5%;
	}
.m-fl01-r{
	float:right;
	margin-right:5%;
	}

.m-tit01{
	margin-bottom:15px;
	width:100%;
	height:40px;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:40px;
	background:url(../Img/m-tu02.png) no-repeat top center;
	}		
.m-tit01-1{background-color:#fe4351;}
.m-tit01-2{background-color:#ff6f3d;}
.m-tit01-3{background-color:#32b16c;}
.m-tit01-4{background-color:#00b7ee;}
.m-part02{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part02 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #fe4351;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#fe4351;
	font-size:15px;
	}
.m-part02-l{
	margin-right:5%;
	}
.m-part03{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part03 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #ff6f3d;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#ff6f3d;
	font-size:15px;
	}
.m-part04{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part04 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #32b16c;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#32b16c;
	font-size:15px;
	}
.m-part05{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part05 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #00b7ee;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#00b7ee;
	font-size:15px;
	}
.m-part06{
	width:100%;
	padding:20px 0px 30px 0px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	background-color:#f51d1d;
	}
.m-part06-1{
	width:80%;
	margin:0 auto;
	}
.m-part06-1 a{
	display:block;
	width:100%;
	height:auto;
	font-size:14px;
	color:#fff;
	border-bottom:1px solid #fff;
	}

.ny-readid{
	width:100%;
	background-color:#efefef;
	height:auto;
	padding:15px 0px;
	overflow:hidden;
	}
.ny-readid .tiao001{
	width:90%;
	height: auto;
	margin:0 auto;
	font-size:14px;
	color:#333;
	}
.ny-readid .tiao001 a{
	color:#09C;
	}

.mini-top{overflow: hidden;}
.mini-top img{ display: block;}
/*menu1*/
.mini-menu-bg{
	padding: 5px 0px 5px 0px;
	width:100%;
	height: auto;
	background-color: #262a2d;
}
.mini-menu1{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
}
.mi-menu1{
	width:23%;
	height: 30px;
	background-color:#f8bf00;
	margin:5px 0 5px 0px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.mi-menu1 a{
	display: block;
	font-size:14px;
	text-align: center;
	line-height: 30px;
	color:#000;
}
/*标题1*/
.m-tit02{
	width:100%;
	height: 88px;
	background: url(../Img/mini-tit-bg.jpg) no-repeat top center;
	font-size:20px;
	line-height: 110px;
	text-align: center;
	color: #887b5a;
	overflow: hidden;
}
.m-tit03{
	margin: 0 auto;
	width:90%;
	height: 36px;
	font-size:20px;
	line-height: 36px;
	text-align: center;
	color: #000;
	background-color: #f8bf00;
	overflow: hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.img-m img {
    margin: 0 auto;
}

/*固定在底部*/

.fotheight{ height:50px;}
.fotfixed{ position:fixed; bottom:0; width:100%; max-width:640px; border-top: 1px solid rgba(255,255,255,0.2);height: 50px; background-color: #353535;}
.footerWrap{ width:98%; margin:0 auto; padding-left:3%; padding-top:6px;}
.footerWrap li{ float:left; width:24%; height:44px;     border-right: 1px solid rgba(255,255,255,0.2); position:relative;}
.footerWrap li:last-child{ border:0;}
.footerWrap .text{ display:block; color:#fff; text-align:center; font-size:12px; line-height:20px;}
.footerWrap .icon{ width: 30px; height: 20px; display: block; background: url(../images/common.png) no-repeat; background-size: 400px; margin: 4px auto 0 auto;position: relative;}
.footerWrap .tel{background-position: -90px -110px;}
.footerWrap .email{    background-position: 0 -110px;}
.footerWrap .qq{    background-position: -360px -109px;}
.footerWrap .map{background-position: -120px -110px;}
.footerWrap .share{    background-position: -60px -110px;}
.footerWrap .message{background-position: -30px -110px;}

.sharebox{ display:none; position:absolute; width:242px; height:52px; left:-120px; top:-52px; background:#fff; padding:5px 0 5px 10px; border-radius:5px; border:1px solid #ccc;}

/*end 手机站样式*/

/*手机banner轮播*/
.banner{width:100%}
.banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;left:0px;bottom:0px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}
