/*reset*/

* {
  -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: #01B1EC;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}
button:focus,
button: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;
}
/** head & nav **/
#container{
	margin: 0 auto;
	max-width: 100%;
}
.site-header {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #fff;
	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: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.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: #01B1EC;
	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;					
}

.search{
	margin: 0 auto;
	max-width: 480px;
	position: relative;
	padding: 5px 0;
}
.search .key_text{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 40px 0 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.search .search_btn{
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 5px;
	right: 0;
	background-color: transparent;
}

/*******************************
 * banner
 ******************************/
.banner{
	margin-top: 50px;
	position: relative;
}

.section1{
	background-image: url(/web/pic/s1.jpg);
	padding: 80px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.jfkdjkjfk{
	height: auto;
	overflow: hidden;
}
.jfkdjkjfk img{
	display: block;
	margin: 0 auto;
	max-width: 90%;
	height: auto;
}

/*******************************
 * 最新产品
 ******************************/
.new-pro-top{
	text-align: center;
	color: #137bde;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}
.new-pro-top img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 30px;
}
.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;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px;
	font-size: 14px;
}
.new-pro-box .pic{
	height: auto;
}
.new-pro-box img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	border: 1px solid #ddd;
}
.new-pro-box .title,
.new-pro-box2 .title{
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
}
.new-pro-box2{
	height: auto;
	overflow: hidden;
}
.new-pro-box2 .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.product-more{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	text-transform: uppercase;
}
.product-more a{
	display: inline-block;
	line-height: 42px;
	padding: 0 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #fff;
	background-color: #2E2F68;
}
.pro-img22{
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
}
.full-llcc{
	padding: 20px 0;
	background-color: #F8F8F8;
}
.llcc-list{
	height: auto;
	overflow: hidden;
}
.llcc-list ul li{
	width: 50%;
	height: 120px;
	padding-top: 74px;
	text-align: center;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	margin-top: 15px;
}
.llcc-list ul li#li1{
	background-image: url(/web/pic/lc1.png);
}
.llcc-list ul li#li2{
	background-image: url(/web/pic/lc2.png);
}
.llcc-list ul li#li3{
	background-image: url(/web/pic/lc3.png);
}
.llcc-list ul li#li4{
	background-image: url(/web/pic/lc4.png);
}
.llcc-list ul li#li5{
	background-image: url(/web/pic/lc5.png);
}
.llcc-list ul li#li6{
	background-image: url(/web/pic/lc6.png);
}
.llcc-list ul li#li7{
	background-image: url(/web/pic/lc7.png);
}
.llcc-list ul li#li8{
	background-image: url(/web/pic/lc7.png);
}

.tmdwhyyy{
	margin-top: 20px;
}
.ys_txt{
	height: auto;
	overflow: hidden;
    background-position: left 5px;
    background-repeat: no-repeat;
	margin-bottom: 15px;
	line-height: 36px;
	font-size: 14px;
	margin-top: 15px;
}
#ys_txt1 {
    background-image: url(/web/pic/1.png);
}
#ys_txt2 {
    background-image: url(/web/pic/222.png);
}
#ys_txt3 {
    background-image: url(/web/pic/3.png);
}
#ys_txt4 {
    background-image: url(/web/pic/4.png);
}
.ys_pic {
	height: auto;
	overflow: hidden;
}
.ys_pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

#index_lxxx a{
	display: inline-block;
	color: #fff;
}

.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;
}
.why-list{
	height: auto;
	overflow: hidden;
}
.why-list ul li{
	height: auto;
	overflow: hidden;
	margin: 10px 0;
}
.why-list ul li .why-top{
	border: 1px solid #ddd;
	padding: 5px 10px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 30px;
}
.why-list ul li#li1 .why-top{
	background-image: url(/web/pic/i1.png);
}
.why-list ul li#li2 .why-top{
	background-image: url(/web/pic/i2.png);
}
.why-list ul li#li3 .why-top{
	background-image: url(/web/pic/i3.png);
}
.why-list ul li#li4 .why-top{
	background-image: url(/web/pic/i4.png);
}
.why-list ul li .why-top h2{
	font-size: 16px;
	line-height: 20px;
}
.why-list ul li .why-top p{
	display: block;
	color: #999;
	line-height: 20px;
}
.why-list ul li .why-pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.why-list ul li .why-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.why-list ul li .title{
	height: auto;
	overflow: hidden;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-top: 5px;
}
.why-list ul li .intro{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 12px;
	line-height: 2;
	text-align: left;
	margin-top: 5px;
}

.full-ruuu{
	padding: 10px 0;
}
.ruu-info{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.ruu-info img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.full-ccss{
	padding: 20px 0;
	background-image: url(/web/pic/zone4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.ccsss-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.ccsss-list ul li{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 5px;
}
.ccsss-list ul li a{
	display: block;
	color: #fff;
}
.ccsss-list ul li .pic{
	display: block;
	height: auto;
	overflow: hidden;
}
.ccsss-list ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.ccsss-list ul li h3{
	text-align: center;
	font-size: 12px;
	line-height: 2;
	margin: 5px 0;
}
.new-pro-top.bai{
	color: #fff;
}

.full-jsss{
	background-image: url(/web/pic/s6.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover;
}

.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-thrd{
	height: auto;
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 20px 0;
}
.index_tuwenlist{
	height: auto;
	overflow: hidden;
}
.index_tuwenlist dl{
	display: block;
	height: auto;
	overflow: hidden;
	background-color: #F8F8F8;
	width: 50%;
	float: left;
}
.index_tuwenlist dl dt,
.index_tuwenlist dl dd{
	height: auto;
	overflow: hidden;
}
.index_tuwenlist dl dt img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.index_tuwenlist dl dd .title{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-align: center;
}

.ys_txt h2{
	font-size: 20px;
	color: #225DA5;
}

.full-product{
	padding: 15px 0;
	background-color: #F4F4F4;
}

/*******************************
 * 关于我们
 ******************************/
.full-about{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F5F5F5;
	margin-top: 15px;
}
.about-top{
	text-align: center;
	font-size: 24px;
	color: #333;
	position: relative;
	padding-bottom: 10px;
}
.about-top img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 30px;
}
.about-brief{
	color: #333;
	line-height: 2;
	font-size: 14px !important;
	line-height: 30px;
	height: auto;
	overflow: hidden;
}
.about-brief strong{
	font-weight: normal;
}
.full-abbbbb{
	padding: 20px 0;
	background-color: #215DA6;
	margin-top: 15px;
}
.about-list{
	overflow: hidden;
}
.about-list ul li{
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.about-list ul li .a{
	display: block;
}
.about-list ul li .pic{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.about-list ul li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.about-list ul li .title{
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.about-list ul li .txt{
	font-size: 14px;
	height: auto;
	overflow: hidden;
	color: #666;
}
.about-list ul li .shang{
	overflow: hidden;
    width: 100%;
    position: absolute;
    top: 24px;
    left: 0;
    text-align: center;
    background: #215DA6;
    font-size: 14px;
    color: #fff;
}
.about-list ul li .miaoshu{
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 15px;
}
.about-list ul li .pic{
	height: auto;
	overflow: hidden;
}
.about-list ul li .pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.about-list ul li .title{
	text-align: center;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.about-list ul li .intro{
	text-align: center;
	font-size: 12px;
	height: 44px;
	overflow: hidden;
	line-height: 22px;
}
.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;
	background-color: #2E2F68;
	color: #fff;
	padding: 0 30px;
}
.about-more i{
	margin-left: 5px;
}
.new-pro-title2{
	font-size: 14px;
	line-height: 2;
	text-align: center;
	margin-top: 6px;
}
.full-sslll{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.index_cplist_06{
	display: block;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.index_cplist_06 dd{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	position: relative;
}
.index_cplist_06 dd a{
	display: block;
}
.index_cplist_06 dd .pic{
	display: block;
	height: auto;
	overflow: hidden;
}
.index_cplist_06 dd .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.index_cplist_06 dd h3{
	height: 44px;
	line-height: 44px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	right: 0;
	color: #fff;
	background: rgba(5, 70, 193, 0.7);
	text-align: center;
	font-size: 14px;
}

.full-news{
	padding: 30px 0;
	background-image: url(/web/pic/zone1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.newsinner{
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}
.zs-wrap{
	margin-top: 0;
}
.zs-wrap img{
	border: 1px solid #ddd;
}
.xixixwen{
	color: #666;
	font-size: 14px;
}
.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: 15px;
	vertical-align: top;
	
}
.you-good ul li .num span{
	display: inline-block;
	font-size: 18px;
	color: #046db7;
	padding-right: 10px;
}
.you-good ul li .pic{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.you-good ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.you-good ul li .intro{
	font-size: 14px;
	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;
}

.faq-list-iiii{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.faq-list-iiii ul li{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
}

.full-add1{
	padding: 20px 0;
	background-image: url(/web/pic/zone1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.add-head{
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 15px;
}
.add-intro{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2;
}

.index_ad{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.index_ad a{
	display: block;
}
.index_ad img{
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.index_ad_txt{
	position: absolute;
	top: 30px;
	color: #fff;
	font-size: 14px;
	left: 15px;
	font-size: 14px;
	line-height: 2;
}
.yuan-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.yuan-list li{
	width: 33.333%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 2px;
}
.yuan-list li span.pic{
	display: block;
	height: auto;
	overflow: hidden;
}
.yuan-list li img{
	display: block;
	margin: 0 auto;
	width: 70px;
	height: auto;
}
.yuan-list li h3{
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.yuan-list li p{
	text-align: center;
	font-size: 12px;
	text-align: center;
	padding: 0 5px;
}

.full-kdkdkdk{
	padding: 20px 0;
	margin-top: 10px;
	background-image: url(/web/pic/zone2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.jbjbjbjb{
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.jinjinj{
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.jinjinj dl dt,
.jinjinj dl dd{
	width: 50%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	float: left;
}
.jinjinj dl dt img{
	display: block;
	width: 100%;
	height: auto;
}
.jinjinj dl dd .title{
	font-size: 16px;
	padding: 15px;
}
.jinjinj dl dd p{
	font-size: 12px;
	padding: 0 15px;
}


/*******************************
 * 新闻资讯
 ******************************/
.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;
}
.full-gray{
	padding: 15px 0;
	background-color: #f9f9f9;
}

.new-pro-cate{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.new-pro-cate a{
	display: block;
}
.new-pro-cate .pic{
	width: 120px;
	height: 120px;
	border: 5px solid #FDEBE9;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	margin: 0 auto;
}
.new-pro-cate .pic img{
	display: block;
	width: 70px;
	height: 70px;
	margin-top: 20px;
}
.new-pro-cate .title{
	text-align: center;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
}

.index_cplist_05{
	display: block;
	height: auto;
	overflow: hidden;
}
.index_cplist_05 li{
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
}
.index_cplist_05 li a{
	display: block;
}
.index_cplist_05 li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.index_cplist_05 li h3{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.index_cplist_05 li#li1,
.index_cplist_05 li#li2,
.index_cplist_05 li#li4,
.index_cplist_05 li#li5{
	width: 50%;
}
.index_cplist_05 li#li3{
	width: 100%;
}

.new-pro-box22{
	height: auto;
	overflow: hidden;
}


/*******************************
 * footer
 ******************************/
footer{
	background-color: #fff;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
#footer_logo{
	height: auto;
	overflow: hidden;
}
#footer_logo img{
	display: block;
	margin: 0 auto;
	width: 90%;
	height: auto;
}
.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: #2E2F68;
}
.accordion li.open i {
	color: #2E2F68;
}
.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-title{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
 .foot-content{
 	padding: 15px;
 	font-size: 12px;
 	line-height: 2;
 	color: #333;
 }
 .foot-content a{
	 color: #333;
	 padding-left: 0;
 }
 .wechat{
	 height: auto;
	 overflow: hidden;
	 margin-top: 15px;
 }
 .wechat img{
	 display: block;
	 margin: 0 auto;
	 max-width: 100%;
	 height: auto;
 }
 .copyright{
 	text-align: center;
 	margin-top: 0px;
 	color: #FFFFFF;
 	padding: 15px 10px;
 	background-color: #0168B7;
 }
 .copyright a{
	 color: #fff;
 }
 
 /***********************/
.sigle-title{
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	color: #01B1EC;
	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,
.sigle-content table{
	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:#01B1EC;
	border-color:#01B1EC;
	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:#01B1EC;
	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: #0565cf;
	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;
}

.fbiaodan{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.fbiaodan input.ftext{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 15px;
}
.fbiaodan textarea{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	height: 80px;
}
.fbiaodan input.fbtn{
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 0 45px;
	font-size: 14px;
	line-height: 40px;
	margin: 0 15px;
	border: none;
	color: #fff;
	background-color: #01B1EC;
}