/*reset*/
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: #0657A4;
	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;
}
/** 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: 30px;
	margin-top: 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: #0657A4;
	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: #000;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
}
.new-pro-top.top{
	margin-top: 15px;
}
.new-pro-top span{
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.new-pro-top span::before,
.new-pro-top span::after{
	content: "";
	width: 80px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	background: url(/web/pic/before.png) no-repeat;
	background-position: 100% 50%;
}
.new-pro-top span::after{
	background: url(/web/pic/after.png) no-repeat;
	left: 100%;
	right: auto;
	background-position: 0 50%;
}
.product-more{
	text-align: center;
	margin-top: 15px;
}
.product-more a{
	display: inline-block;
	color: #fff;
	background-color: #0657A4;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 5px;
}

.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: 100px;
	position: relative;
	height: 1px;
}
.new-pro-box{
	overflow: hidden;
	height: auto;
}
.new-pro-box a{
	display: block;
}
.new-pro-title{
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.new-pro-box img{
	border: 1px solid #ddd;
}

.index_ad{
	padding: 20px 0;
	margin-top: 5px;
}
.dazi{
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.xiaozi{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}
.index_ad_txt{
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
}
.index_ad_txt a{
	display: inline-block;
	color: #fff;
	background-color: #148BFF;
	line-height: 36px;
	padding: 0 30px;
	border-radius: 18px;
}
.owl-carousel.owl-zs{
	margin-top: 15px;
}
.owl-carousel.owl-zs .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
}
.owl-carousel.owl-zs .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.full-mainPro{
	background-color: #EBF0F6;
	padding: 20px 0;
}
.full-ads{
	padding: 20px 0;
	background-image: url(../images/zone2_02.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-top: 15px;
}
.index_title_06{
	text-align: center;
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.index_title_06::after{
	width: 40px;
	height: 2px;
	background-color: #0057A6;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.index_title_06.bai{
	color: #fff;
}
.index_title_06.bai::after{
	background-color: #fff;
}
.ys_txt{
	height: auto;
	overflow: hidden;
}
.ys_txt dl{
	display: block;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	background: url(/web/pic/ys_title.png) left bottom repeat-x;
}
.ys_txt dt{
	width: 53px;
	height: 53px;
	overflow: hidden;
	background: #FF9501;
	text-align: center;
	line-height: 53px;
	color: #fff;
	font-size: 31px;
	float: left;
}
.ys_txt dt span{
	font-size: 30px;
	font-style: italic;
	color: #d8271c;
}
.ys_txt dd{
	overflow:hidden;
	margin-left: 65px;
}
.ys_txt h2{
	font-size:16px;
	display:block;
	overflow: hidden;
	font-weight: bold;
	color: #0042a6;
}
.ys_txt h3{
	font-size:12px;
	display:block;
	color: #666;
	font-weight: normal;
	/* float: left;
	margin-left: 15px; */
	margin-top: 5px;
}
.ys_txt .ys_p{
	overflow:hidden;
	display:block;
	/* font-size: 16px; */
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#liucheng{
	overflow:hidden;
	height: auto;
	display: block;
}
#liucheng li{
	width:50%;
	overflow: hidden;
	text-align:center;
	float: left;
	padding: 6px;
}
#liucheng li .pic{
	display: block;
	margin: 0px auto;
}
#liucheng li .pic img{
	display:block;
	margin: 0px auto;
	width: 80px;
	height: auto;
}
#liucheng li h3{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-top: 10px;
}
#liucheng li .txt,#liucheng li p{
	display:block;
	margin-top:10px;
	color: #ddd;
	line-height: 25px;
}
#index_m_tel{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
#index_m_tel span{
	font-size: 16px !important;
}
#index_m_box{
	text-align: center;
	margin-top: 15px;
}
#index_m_box a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 50px;
	color: #fff;
	background: url(/web/pic/zixun.png) 30px center no-repeat #0657A4;
	border: 1px solid #0657A4;
	transition: 0.6s;
	width: 170px;
	padding-left: 40px;
	font-size: 16px;
}

.owl-carousel .title{
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
}

/*******************************
 * 关于我们
 ******************************/
.full-about{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
	background-image: url(/web/pic/zone1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.about-top{
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 10px;
}
.about-brief{
	color: #FFFFFF;
	margin-top: 15px;
	line-height: 2;
}
.about-list{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.about-list ul li{
	width: 50%;
	padding: 5px;
	position: relative;
	float: left;
}
.about-list ul li .pic{
	display: block;
	height: auto;
	overflow: hidden;
}
.about-list ul li .pic img{
	display: block;
	margin: 0 auto;
	width: 80px;
	height: auto;
}
.about-list ul li h3{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.about-list ul li p{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;
}
.about-list ul li .intro{
	height: 144px;
	overflow: hidden;
	font-size: 12px;
	line-height: 24px;
}

.full-product{
	padding: 15px 0;
	background-color: transparent;
	background-image: url(../images/zone2_03.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
ul.index_cplist_05{
	overflow:hidden;
	width: auto;
	/* height: 724px;
	position: relative; */
}
ul.index_cplist_05 li{
	overflow:hidden;
	text-align: center;
	position: relative;
	width: 50%;
	float: left;
	/* margin-right: 40px; */
}
ul.index_cplist_05 li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
ul.index_cplist_05 li:hover .pic img{
	transform:scale(1.1);
}
ul.index_cplist_05 li a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	/* opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s; */
	padding: 10px;
	background: rgba(0, 0, 0, 0.3);
	/* display: flex;
  justify-content:center;
  align-items:Center; */
}
ul.index_cplist_05 li:hover a{
	/* filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1); */
	background: rgba(0, 66, 166, 0.7);
}
ul.index_cplist_05 li a .kuang{
	width:100%;
	height:100%;
	display:block;
	border: 1px solid #fff;
	overflow: hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
}
ul.index_cplist_05 li a i{
	font-size:18px;
	display:block;
	color: #fff;
	margin-top: 10px;
	/* width: 30px;
	height: 30px;
	background: #fff;
	line-height: 30px; */
	text-align-last: center;
}
ul.index_cplist_05 li .num{
	display: block;
	font-size: 64px;
	color: #fff;
	-moz-text-shadow: 2px 2px 5px #000;
	-webkit-text-shadow: 2px 2px 5px #000;
	text-shadow: 2px 2px 5px #000;
	margin-top: 15%;
	position: relative;
	text-align: left;
	padding-left: 85px;
}
ul.index_cplist_05 li .num::before{
	content: "";
	width:65px;
	height: 6px;
	background: #fff;
	display: block;
	position: absolute;
	left:0;
	top:50%;
	margin-top: -3px;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow:2px 2px 5px #000;
}
ul.index_cplist_05 li .ico{
	display: block;
	margin: 20px auto 0 auto;
}
ul.index_cplist_05 li .ico img{
	display: block;
	margin: 0px auto;
}
ul.index_cplist_05 li h3{
	font-size:16px;
	display: block;
	color: #fff;
	font-weight: normal;
	margin-top: 15px;
}
ul.index_cplist_05 li a .line{
	width:40px;
	height:2px;
	background:#fff;
	display:block;
	margin:15px auto 0 auto;
}
ul.index_cplist_05 li .txt{
	/* padding:0 30px; */
	overflow:hidden;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}
ul.index_cplist_05 li a p{
	color:#fff;
	padding-top: 5px;
	margin-top:10px;
	border-top: 1px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding-bottom: 75px;
	background: url(/web/pic/link.png) bottom center no-repeat;
}
ul.index_cplist_05 li a .jia{
	width: 42px;
	height: 42px;
	overflow: hidden;
	background: url(/web/pic/jia.png) no-repeat;
	display: block;
	margin: 20px auto 0 auto;
}
ul.index_cplist_05 li a .detail{
	display: block;
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin:30px auto 0 auto;
	color:#fff;
	border: 1px solid #fff;
	transition: 0.6s;
}
ul.index_cplist_05 li:hover a .detail{
	background: #fff;
	color: #0057A6;
}
ul.index_cplist_05 #li1{
	width: 592px;
	height: 377px;
	left:0;
	top:0;
}
ul.index_cplist_05 #li2{
	width: 592px;
	height: 377px;
	right:0;
	top:0;
}
ul.index_cplist_05 #li3{
	width: 394px;
	height: 333px;
	left:0;
	bottom:0;
}
ul.index_cplist_05 #li4{
	width: 394px;
	height: 333px;
	left:405px;
	bottom:0;
}
ul.index_cplist_05 #li5{
	width: 394px;
	height: 333px;
	right:0;
	bottom:0;
}

.about-more{
	text-align: center;
	margin-top: 15px;
	margin-top: 15px;
}
.about-more a{
	display: inline-block;
	color: #fff;
	background-color: #0057A6;
	line-height: 40px;
	padding: 0 40px;
}

.fbiaodan{
	height: auto;
	overflow: hidden;
}
.fbiaodan input[type="text"]{
	display: block;
	width: 100%;
	line-height: 36px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 10px 0;
	padding: 0 15px;
}
.fbiaodan textarea{
	display: block;
	width: 100%;
	border-radius: 5px;
	line-height: 20px;
	padding: 5px 15px;
	margin: 10px 0;
	border: 1px solid #ddd;
	height: 80px;
}
.fbiaodan input[type="submit"]{
	display: block;
	width: 100%;
	line-height: 36px;
	border: 0;
	border-radius: 5px;
	margin: 10px 0;
	padding: 0 15px;
	color: #fff;
	background-color: #0657A4;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

/*******************************
 * 新闻资讯
 ******************************/
.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: #000;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 60px;
}
.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: #333;
 }
 .copyright{
 	text-align: center;
 	margin-top: 20px;
 	color: #FFFFFF;
 	padding: 15px 10px;
 	background-color: #333;
	border-top: 1px solid #eee;
 }
 
 #ewm{
 	overflow:hidden;
 	width: 121px;
 	height: 148px;
 	background: url(/web/pic/ewmbg.png) no-repeat;
 	margin: 15px auto 0 auto;
 	text-align: center;
 }
 #ewm .shang{
 	height: 115px;
 	overflow: hidden;
 	display: flex;
   justify-content:center;
   align-items:Center;
 	padding: 10px;
 }
 #ewm img{
 	max-width:100%;
 	height:auto;
 	display:block;
 	/* margin:10px auto 10px auto; */
 }
 #ewm .xia{
 	height:32px;
 	line-height: 32px;
 	overflow: hidden;
 	font-size: 16px;
 	color: #333;
 }
 
 #footer_follow{
	 height: auto;
 	overflow:hidden;
 	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
 }
 
 #footer_follow a{
 	margin:0px 5px 0px 5px;
 	display: inline-block;
 	*display:inline;
 	*zoom:1;
	padding: 0;
 }
 #footer_follow img{
 	width: 35px;
 	height:auto;
 	vertical-align: middle;
 }
 #footer_follow i{
	 position: relative;
	 top: 0;
	 left: 0;
 	width:30px;
 	height:30px;
 	line-height:30px;
 	text-align:center;
 	/* background:none!important; */
 	/* border:2px solid #fff; */
 	margin-right:0px!important;
 	font-size:16px;
 	transition: 0.6s;
 	color: #fff;
	border-radius: 100%;
 }
 #footer_follow a:hover i{
	 
 	color: #F9C450;
 	/* border-color: #E50112;
 	background: #009B4D!important; */
 }
 
 #footer_l{
	 padding: 0 10%;
	 height: auto;
	 overflow: hidden;
 }
 #footer_logo{
	 display: block;
	 margin: 0 auto;
	 width: auto;
	 height: 40px;
 }
 .gs{
	 height: auto;
	 overflow: hidden;
	 margin-top: 10px;
	 padding: 0 10%;
 }
 .gs img{
	 display: block;
	 margin: 0 auto;
	 width: auto;
	 height: 90px;
 }
 #footer_m{
	 color: #fff;
	 line-height: 40px;
	 padding-left: 5%;
 }
 #footer_m a{
	 color: #fff;
 }
 #ewm{
	 height: auto;
	 overflow: hidden;
	 margin-top: 15px;
 }
 #ewm img{
	 display: block;
	 margin: 0 auto;
	 max-width: 100px;
	 height: auto;
 }
 
 
 /***********************/
.sigle-title{
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	color: #0657A4;
	font-weight: bold;
	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;
}

.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: #0657A4;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}
.ab-cate #on{
	background:#FF9501;
}
.ab-top{
	margin-top: 10px;
}
.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: #0657A4;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.fac-ttl{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.fac-ttl span{
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	background-color: #0057A6;
	line-height: 36px;
}

.sigle-content *:before,.sigle-content *:after,.foot-content *:before,.foot-content *:after,.about-brief *:before,.about-brief *:after{
	display:inline!important;
}
.foot-content a{
	padding:0!important;
}
.about-pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.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;
}

#lxxx table td img,.foot-content table td img{
	width:25px;
	height:auto;
}

.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;
}

.foo-fixbar{
	width:100%;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:999;
	background-color:#0657A4;
}
.foo-fixlist{
	max-width:480px;
	height:auto;
	margin:0 auto;
}
.foo-fixlist ul li{
	width:25%;
	float:left;
	text-align:center;
	color:#fff;
	padding:5px 0;
	border-right:1px solid #0869c6;
	border-left:1px solid #044480;
}
.foo-fixlist ul li:first-child{
	border-left:none;
}
.foo-fixlist ul li:last-child{
	border-right:none;
}
.foo-fixlist ul li a{
	display:block;
	color:#fff;
	font-size:14px;
}
.foo-fixlist ul li span{
	display:inline-block;
	padding-top:25px;
	background-repeat:no-repeat;
	background-position:50% 2px;
	background-size: 22px;
}
.foo-fixlist ul li.mail span{
	background-image:url(../images/mail.png);
}
.foo-fixlist ul li.tel span{
	background-image:url(../images/tel.png);
}
.foo-fixlist ul li.contact span{
	background-image:url(../images/talk.png);
}
.foo-fixlist ul li.top span{
	background-image:url(../images/top.png);
}