/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
html,body{
	height:100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: #9b1838;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
h1{font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
/* css清除浮动 */
.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after{
	clear: both;
}
.container{
	width:100%;
	max-width:480px;
	padding: 0 10px;
	margin: 0 auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
table { border-collapse: collapse; border-spacing: 0; }
form,input,textarea{margin:0; padding:0;}
ul,ol,li,dl,dt,dd { list-style: none; list-style-image: none; }

.img-response{
	max-width: 100%;
	height: auto;
}
.img-center{
	display: block;
	margin: 0 auto;
}
body{ 
	font-size:12px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif; 
	line-height:1.5;
	color:#333;
	-webkit-text-size-adjust:none;
	max-width: 480px;
	margin: 0 auto;
}
/** head & nav **/
#container{
	margin: 0 auto;
	max-width: 100%;
}
.site-header {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
	width: 100%;
	padding: 5px 10px;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.head-bar{
	max-width: 480px;
	margin: 0 auto;
}
.logo{
	display: inline-block;
	float: left;
	height: 40px;
}
.logo img{
	height: 40px;
}
.menu-btn {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	text-align: center;
	cursor: pointer;
	line-height: 0;
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
}
.icon-bar{
	display: inline-block;
	width: 22px;
	height: 2px;
	background-color: #9b1838;
	position: absolute;
	margin-top: 6px;
	left: 50%;
	margin-left: -11px;
	-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
}
.icon-bar.x{
	top: 3px;
}
.icon-bar.y{
	top: 9px;
}
.icon-bar.z{
	top: 15px;
}
.pushy-open-right .icon-bar{
	top: 9px !important;
}
.pushy-open-right .icon-bar.x{
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	transform: rotate(45deg);	
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.y{
	width: 0px;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.z{
	-ms-transform: rotate(-45deg); 
   	-webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);	
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;					
}

/*******************************
 * banner
 ******************************/
.banner{
	margin-top: 50px;
	position: relative;
}

/*******************************
 * 最新产品
 ******************************/
.new-pro-top{
	text-align: center;
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
}
.item-half{
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
}
.item-full{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	position: relative;
	min-height: 1px;
	float: left;
}
.new-pro-box{
	overflow: hidden;
	margin-top: 15px;
}
.new-pro-box1{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.new-pro-box a{
	display: block;
}
.new-pro-title{
	text-align: center;
	padding: 8px 0;
}
.new-pro-box img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	border: 1px solid #ddd;
}

.fuwu-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.fuwu-list ul li{
	width: 33.3333%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 2px;
	margin: 5px 0;
}
.fuwu-list ul li a{
	display: block;
}
.fuwu-list ul li .pic{
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border: 1px solid #54b800;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	padding: 8px;
}
.fuwu-list ul li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.fuwu-list ul li h3{
	text-align: center;
	font-size: 14px;
	color: #54b800;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 6px;
}

.full-why{
	padding: 20px 0;
	background-color: #f6f6f6;
}
.main-why{
	height: auto;
	overflow: hidden;
}
.ys_pic{
	height: auto;
	overflow: hidden;
}
.ys_pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.ys_txt{
	height: auto;
	overflow: hidden;
}
.ys_txt dl dd{
	height: auto;
	overflow: hidden;
}
.ys_txt dl dd h2{
	outline-color: #000;
	font-size: 24px;
	margin-top: 15px;
}
.ys_txt ul li{
	height: auto;
	overflow: hidden;
	padding-left: 25px;
	line-height: 24px;
	background: url(/web/pic/ico.jpg) left 15px no-repeat;
	border-bottom: 1px dashed #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
}

.good-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.good-list ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.good-list ul li .pic{
	height: auto;
	overflow: hidden;
}
.good-list ul li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.good-list ul li .title{
	text-align: center;
	color: #000;
	font-size: 20px;
	margin-top: 10px;
}
.good-list ul li .intro{
	color: #666;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}


/*******************************
 * 关于我们
 ******************************/
.full-about{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
	margin-top: 20px;
}
.about-top{
	text-align: center;
	font-size: 24px;
	color: #000;
	position: relative;
	padding-bottom: 10px;
}

.about-brief{
	color: #444;
	margin-top: 15px;
	line-height: 2;
}
.about-list{
	overflow: hidden;
	margin-top: 20px;
}
.about-list ul li{
	width: 50%;
	padding: 5px;
	position: relative;
	float: left;
	margin: 10px 0;
}
.about-list ul li p{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	display: block;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
}
.about-list ul li img{
	display: block;
	margin: 34px auto auto;
}
.about-list ul li span{
	display: block;
	margin-top: 15px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
.about-pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-more{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
.about-more a{
	display: inline-block;
	line-height: 36px;
	border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	background-color: #9b1838;
	color: #fff;
	padding: 0 30px;
}

.zs-wrap{
	margin-top: 20px;
}
.zs-title{
	text-align: center;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shuzi_zone{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.shuzi_zone ul li{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.shuzi_zone ul li:nth-child(2n+1){
	border-right: 1px solid #ddd;
}
.shuzi_zone ul li .shang span{
	font-size: 18px;
}

.you-good{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.you-good ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.you-good ul li .num{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 10px;
	vertical-align: top;
}
.you-good ul li .num span{
	display: inline-block;
	font-size: 24px;
	color: #9b1838;
}
.you-good ul li .pic{
	height: auto;
	overflow: hidden;
}
.you-good ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.you-good ul li .intro{
	font-size: 12px;
	line-height: 2;
	margin-top: 10px;
}

.zone-cnt{
	padding: 20px 0;
	background-image: url(/web/pic/zone3.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.index_title_01{
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.index_cplist_04{
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.index_cplist_04 dd{
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	background-color: #2B2B2B;
	margin: 1%;
	text-align: center;
	color: #fff;
	font-size: 14px !important;
	padding: 15px 0;
}
.index_cplist_04 dd span{
	font-size: 14px !important;
}

/*******************************
 * 新闻资讯
 ******************************/
.news-list{
	overflow: hidden;
}
.news-list ul li{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
}
.news-list ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
}
.news-list ul li a i{
	padding-right: 5px;
	color: #2b3087;
}

/*******************************
 * footer
 ******************************/
footer{
	background-color: #202020;
	margin-top: 20px;
	padding-top: 20px;
}
.accordion {
 	width: 100%;
 	margin: 0 auto;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	color: #4D4D4D;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: uppercase;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 12px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 12px;
}
.accordion li.open .link {
	color: #127cd5;
}
.accordion li.open i {
	color: #127cd5;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.submenu {
 	display: none;
 	background: #FFFFFF;
 	font-size: 14px;
 }
 .submenu li {
 	border-bottom: 1px solid #EEEEEE;
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
 	padding-left: 25px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .submenu a:hover {
 	color: #333;
 }
 
 .foot-content{
 	padding: 15px;
 	font-size: 12px;
 	line-height: 2;
 	color: #000000;
 }
 .copyright{
 	text-align: center;
 	margin-top: 20px;
 	color: #FFFFFF;
 	padding: 15px 0;
 	background-color: #202020;
 	border-top: 1px solid #ddd;
 }
 
 /***********************/
.sigle-title{
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	color: #9b1838;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
.sigle-content{
	margin-top: 15px;
	line-height: 2;
}
.sigle-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.sigle-content iframe,
.sigle-content video,
.sigle-content embed{
	max-width: 100% !important;
	height: auto;
}

.news-piclist{
	overflow: hidden;
}
.news-piclist ul li{
	margin-top: 15px;
	position: relative;
}
.news-piclist ul li a{
	display: block;
}
.news-pic{
	width: 45%;
	float: left;
	position: relative;
}
.news-picrt{
	width: 55%;
	float: left;
	position: relative;
	padding-left: 15px;
}
.news-pictitle{
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.news-picinfo{
	margin-top: 5px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	color: #999999;
}

.news-title{
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.vide-content{
	margin-top: 15px;
	overflow: hidden;
}
/*******************************
 * 产品详情页
 ******************************/
.smoobox{
	margin-top: 20px;
}



/*******************************
 * 产品二级,三级目录
 ******************************/
.pushy-content .pushy-submenu dl dt a{
	background-color: #595959;
	border-bottom: 1px solid #777;
	padding: 6px 10px 6px 35px;
}
/*---分页--*/
.pages-num{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pages-num a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pages-num .current{
	background:#0090CD;
	border-color:#0090CD;
	color:#FFF;
	font-weight:700;
}

.ab-cate{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.ab-cate a{
	display: block;
	padding: 0 15px;
	background-color: #F0F0F0;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}
.ab-cate #on{
	background:#9b1838;
	color:#fff;
}
.ab-top{
	margin-top: 10px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.form-group label{
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.form-group input{
	display: block;
	width: 100%;
	padding: 3px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	line-height: 2;
	border: 1px solid #ddd;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 3px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #ddd;
	height: 80px;
}
.form-group2{
	margin-top: 15px;
	margin-bottom: 20px;
}
.form-group2 input{
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 0;
	text-transform: uppercase;
	line-height: 2;
	background-color: #9b1838;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.sigle-content *:before,.sigle-content *:after{
	display:inline!important;
}

.about-pic img,.about-brief img{
	max-width:100%;
	height:auto;
	display:block;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	font-size:0;
	text-indent:-9999em;
}