@charset "utf-8";
/* CSS Document @woniu*/
*, ::after, ::before {
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.pl02 {
padding-left: .4rem;
}
.pall02 {
padding-left: .4rem;
padding-right: .4rem;
}
}
@media screen and (min-width: 1281px) {
.layui-container {
	width: 1200px;
}
}
.layui-col-space30 {
	margin: -0.7rem
}
.layui-col-space30>* {
	padding: 0.7rem
}


/****head样式****/
.head{ height:120px; background:url(../images/headbg.png) center top repeat-x;}
.logo{ float:left; margin-top:10px;}
.head_tel{ float:right; background:url(../images/tel.png) left center no-repeat; padding-left:30px; margin-top:37px;}
.head_tel span{ font-size:14px; color:#6e7c88; font-family: "Microsoft YaHei";}
.head_tel h2{ font-size:24px; color:#6e7c88; font-family: "Microsoft YaHei";}

.nav{ height:57px; background:#0c3c8e;}
.menu{ float:left; margin-right:10px;}
.menu li{ width:150px; height:57px; line-height:57px; float:left; text-align:center; position:relative;}
.menu li a{ font-size:16px; color:#fff; font-family: Microsoft YaHei;}
.menu li:Hover,.menu li.cur{ color:#fff; font-weight:bold; background:#14b5f0;}

.search{ width:188px; height:37px; margin-top:10px; overflow:hidden; background:url(../images/w30_bg.png); float:right;}
.searchbox_txt{ width:138px; height:35px; float:left; line-height:35px; margin:1px 0; text-indent:5px; border:0; background:none; color:#fff; font-size:14px;}
.searchbox_txt::placeholder{ color:#fff;}
.btn{ width:50px; height:37px; line-height:37px; float:right; background:url(../images/bx_scarch.png) no-repeat;}

.fixedbignav{ 
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

/*****二级分类***/
.dropDown-menu {
	display: none;
	position: absolute;
	top: 90px;
	width: 150%;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	left:-25%;
	padding: 0px 0;
}
.dropDown-menu>li {
	width:100%;
	position: relative;
	clear: both;
	height:45px;
	line-height:45px;
 * float: left;
}
.dropDown-menu>li>a {
	display: block;
	border-bottom: solid 1px #a09ad7;
	width: 100%;
	float: left;
	text-align: center;
	height:45px;
	line-height: 45px;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	color: #fff !important;
	background: #756dbf;
	font-weight:400 !important;
	overflow:hidden;
}
.dropDown-menu>li>a:hover {
	background: #443e7c;
	font-weight:300;
}



/******banner*****/
.section-three{
	overflow:hidden;
	width:100%;
}
.owl-carousel-c{
	width: 100%;
	float:left;
	overflow:hidden;
	margin-top:1px;
}
#banner{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#banner .item{ display: block; position:relative;}
#banner img { display: block;width:100%;margin:0 auto;}
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;}	
.owl-carousel .owl-item{float: left;}
.owl-controls{position:absolute;bottom:10px;left:50%;float:left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls{margin-top: 10px;text-align: center;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */margin: 5px;
padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #ddd;overflow: hidden;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;background:#14b5f0;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;border-radius: 30px;}
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}


/****公共调用标题***/
.T_title{ text-align:center;}
.T_title h2{ font-size:28px; color:#000; line-height:140%; margin-bottom:15px;}
.T_title h3{ background:url(../images/title_line48.jpg) center no-repeat; height:5px; width:100%;}

/****公共调用标题1***/
.T_title1{text-align:left;}
.T_title1 h2{ font-size:28px; color:#000; line-height:140%; margin-bottom:15px;}
.T_title1 h3{ background:url(../images/title_line48.jpg) left center no-repeat; height:5px; width:100%;}


/****产品展示****/
.products{ padding:60px 0; background:#f5f5f5; overflow:hidden;}
#hotprd{ margin-top:40px;}
.kc_d{ padding:20px; background:#fff; overflow:hidden;}
.kc_img{ width:100%; overflow:hidden; position:relative;}
.kc_yy{ width:100%; height:100%; text-align:center; line-height:100%; float:left; position:absolute; left:0; top:0; background:rgb(0,0,0,0.6); opacity:0; transition: all 0.5s ease-out;}
.kc_yy i{ color:#fff; font-size:40px; position:absolute; left:45%; top:45%;}
.kc_yy a{ width:100%; height:100%;}
.kc_img img{ width:100%;}
.kc_img:Hover .kc_yy{ opacity:1;}
.kc_name{ width:100%; height:40px; line-height:40px; text-align:center; overflow:hidden;}
.kc_name a{ font-size:15px; color:#5a5a5a;}
.kc_name a:Hover{ color:#87c66d; font-weight:bold;}

#hotprd .swiper-container {
    padding-bottom: 40px;
}

#hotprd .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, #hotprd .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
	background: #000
}

/******横幅***/
.hf{ height:300px; background:url(../images/hf.jpg) center top no-repeat;}
#gg_l {
	width: 528px;
	float: left;
	padding-top:50px;
}
#gg_lt {
	width: 528px;
	float: left;
	font-size: 28px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	padding-bottom: 13px;
}
#gg_lt span {
	font-weight: bold;
	font-size: 38px;
}
#gg_ltg {
	width: 290px;
	float: left;
	height: 45px;
	line-height: 45px;
	border: 2px #0164a7 solid;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-left: 120px;
}
#gg_ltel {
	width: 520px;
	float: left;
	padding-top: 15px;
}
#gg_ltela {
	width: 290px;
	float: left;
	background: url(../images/dh.png) left no-repeat;
	padding-left: 28px;
	font-size: 21px;
	color: #fff;
	margin-top: 8px;
	line-height: 26px;
	font-weight: bold;
}
#gg_ltelb {
	width: 173px;
	float: left;
	height: 46px;
	line-height: 46px;
	border-radius: 30px;
	background: #feb101;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#gg_ltelb a {
	color: #000;
	font-size: 18px;
}

/*****公司简介**/
.abouts{ padding:60px 0; overflow:hidden;}
.about_fl{ width:336px; float:left;}
.about_fr{ width:780px; float:right; padding-top:85px;}
.gsgg{ margin-top:30px; font-size:15px; color:#7a7a7a; line-height:30px;}
.aboutmore{ margin-top:30px;}
.aboutmore a{ width:150px; height:40px; line-height:40px; float:left; text-align:center; background:#14b5f0; font-size:15px; color:#fff; margin-right:20px;}

/****我们的优势**/
.wmys{ height:628px; background:url(../images/advbg3.jpg) center top no-repeat; padding:80px 0 40px 0; overflow:hidden;}
.ys_fl{ float:left; width:400px; text-align:right;}
.ys_fr{ float:right; width:400px; text-align:left;}
.ys_nr{ margin-top:90px;}
.ys_nr h2{ font-size:18px; color:#0c3c8e; font-weight:bold; margin-bottom:15px;}
.ys_nr p{ font-size:15px; color:#5a5a5a; line-height:30px;}

/*****新闻资讯***/
.news{ padding:60px 0; overflow:hidden;}
.tab{ width:100%; padding-bottom:44px; margin-top:30px; overflow:hidden; border-bottom: 1px #f2f2f2 solid;}
.news_a {
    width: 420px;
    margin: 0 auto;
}
.news_a a {
	display: block;
	float: left;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	width: 180px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #0164a7;
	margin: 0px 15px;
	transition: all 0.8s linear;
}
.news_a a.on {
	text-decoration: none;
	background: #f98e03;
	transition: all 0.8s linear;
}
.news_xh{ display:none; transition: all 0.8s linear;}
.news .news_div_item, .news .divdgweb_new_div_item {
	overflow: hidden;
	float: left;
	width: 265px;
	height: 184px;
	border: solid 1px #e0e0e0;
	margin: 40px 16px 0;
	transition: all 0.8s linear;
	border-bottom: 4px solid #e0e0e0;
}
.news .news_div_item_pic {
	overflow: hidden;
	width: 265px;
	height: 200px;
}
.news .news_div_item_pic img {
	width: 265px;
}
.news .news_div_item_content, .news .divdgweb_new_div_item_content {
	overflow: hidden;
	width: 240px;
	padding-left: 15px;
	position: absolute;
	margin-top: 60px;
}
.news .news_div_item_title, .news .divdgweb_new_div_item_title {
	height:40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: dashed 1px #d6d6d6;
	border-top: dashed 1px #d6d6d6;
}
.news .news_div_item_title a, .news .divdgweb_new_div_item_title a {
	font-size: 16px;
	transition: all 0.8s linear;
	font-weight: bold;
}
.news .news_div_item_body, .news .divdgweb_new_div_item_body {
	line-height: 22px;
	padding-top: 8px;
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #414141;
	padding-bottom: 8px;
}
.news .news_div_item_date, .news .divdgweb_new_div_item_date {
	position: absolute;
	margin-left: 15px;
	font-size: 14px;
	width: 160px;
	line-height: 45px;
	overflow: hidden;
	z-index: 99;
	color: #fff;
}
.news .news_div_item_day, .news .divdgweb_new_div_item_day {
	position: absolute;
	color: #fff;
	display: block;
	width: 45px;
	height: 45px;
	background: #0164a7;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
}
.news .news_div_item_year, .news .news_div_item_month, .news .divdgweb_new_div_item_year, .news .divdgweb_new_div_item_month {
	float: left;
	color: #000;
	padding-left: 3px;
}
.news .news_div_item_year, .news .divdgweb_new_div_item_year {
	padding-left: 55px;
}
.news .news_div_item:hover, .news .divdgweb_new_div_item:hover {
}
.news .news_div_item:hover .news_div_item_title a, .news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a {
	font-weight: bold;
	transition: all 0.6s linear;
}
.news .news_div_item:hover .news_div_item_body, .news .divdgweb_new_div_item:hover .divdgweb_new_div_item_body {
	transition: all 0.6s linear;
}
.news .news_div_item:hover .news_div_item_pic img, .news .divdgweb_new_div_item:hover .news_div_item_pic img {
	transform: scale(1.05);
	z-index: 1;
}



/*****footer****/
.footer{ background:url(../images/map.png) repeat rgb(12, 60, 142); padding:60px 0; overflow:hidden; width:100%; float:left;}
.foot-logo{ width:350px; float:left; text-align:left;}
.foot-logo h2{ font-size:27px; font-weight:bold; color:rgb(20, 181, 240); margin-bottom:20px;}
.foot-logo p{ font-size:15px; color:#fff; line-height:30px;}
.wxqq{ width:100%; margin-top:20px; overflow:hidden;}
.worksbox{ width:34px; height:34px; float:left; margin-right:10px;}
.phback{ display:none;}
.worksbox a:hover .phback{ display:block;}
.worksbox a:hover .phfront{ display:none;}

.foot-lxfs{ width:300px; height:auto; float:left; margin-left:60px; overflow:hidden;}
.lxfs-dh{ width:100%; overflow:hidden;}
.lx-img{ width:50px; height:50px; line-height:50px; float:left; text-align:center; border:2px solid #fff; border-radius:30px;}
.lx-img img{ width:22px;}
.lx-dh{ float:left; margin-left:10px;}
.lx-dh h2{ font-size:28px; font-weight:bold; color:rgb(20, 181, 240);}
.lx-dh span{ font-size:14px; color:#fff;}
.lxfs-wx{ width:100%; margin-top:30px; overflow:hidden;}
.wximg{ width:50%; float:left; text-align:center; line-height:35px;}
.wximg img{ width:110px;}
.wximg span{ width:100%; height:30px; line-height:30px; float:left; text-align:center; font-size:14px; color:#fff;}

.foot-nav{ width:400px; float:right;}
.foot-nav ul{ width:33.3333%; float:left;}
.foot-nav ul h2{ font-size:19px; color:#fff; margin-bottom:10px;}
.foot-nav li { line-height:35px; height:35px; overflow:hidden;}
.foot-nav li a{ color:#fff; font-size:15px;}


.copyright{ height:50px; line-height:50px; text-align:center; background:rgb(8, 42, 99); font-size:14px; color:#fff; overflow:hidden; width:100%; float:left;}
.copyright a{ color:#fff;}

/*****关于我们*****/
.banner{text-align:center; overflow:hidden;}
.banner img{ width:100%; vertical-align:middle;}

.aboutcon{ background:#f5f5f5; padding-bottom:30px; width:100%; float:left;}
.about_fenlei{ height:72px; line-height:72px; background:#fff; margin-top:-40px; width:100%; float:left;}
.about_fenlei ul{ float:left; margin-left:10px;}
.about_fenlei li{ width:120px; height:72px; line-height:72px; float:left; text-align:center; padding:0 15px;}
.about_fenlei li a{ font-size:15px; color:#434343}
.about_fenlei li.cur,.about_fenlei li:hover{ background:url(../images/title_line.jpg) center bottom no-repeat;}
.about_fenlei li.cur a,.about_fenlei li:hover a{ color:#0c3c8e;}
.about_fenlei h2{ float:right; margin-right:20px; font-size:17px; color:#5a5a5a;}
.about_fenlei h2 span{ color:#888;}
.weizhi{ height:40px; line-height:40px; font-size:14px; width:100%; margin:10px 0; float:left;}
.weizhi a{ color:#434343;}
.about_xxnr{ padding:20px; font-size:15px; line-height:30px; color:#5a5a5a; background:#fff; width:100%; float:left;}
.about_xxnr img{ display:block; max-width:100%; margin-left:auto; margin-right:auto;}
.about_xxnr p{ margin-top:10px;}
.about_xxnr h2{ font-size:22px; color:#333; text-align:center; margin:10px 0; overflow:hidden;}
.about_xxnr h3{ font-size:12px; color:#666; text-align:center; padding-bottom:15px; margin-bottom:15px; border-bottom:1px dashed #ddd;}



/*****联系我们***/
.lxfs_xxnr{ overflow:hidden; background:#fff; width:100%; float:left;}
.pglxfs_fl{ width:45%; padding:40px; float:left;}
.pglxfs_fl h2{ font-size:23px; font-weight:bold; color:rgb(12, 60, 142); margin-bottom:15px;}
.pglxfs_fl h3{ height:5px; background: url(../images/title_line48.jpg) left no-repeat; margin-bottom:30px;}
.pglxfs_fl p{ font-size:16px; color:#5a5a5a; line-height:35px;}
.pglxfs_fr{ width:55%; float:left;}

.pglx-wx{ margin-top:50px; overflow:hidden;}
.pgwx{ width:50%; float:left; text-align:left;}
.pgwx img{ width:180px; border:1px solid #ddd; padding:15px;}
.pgwx span{ width:180px; height:30px; line-height:30px; text-align:center; font-size:13px; color:#5a5a5a; margin-top:10px; float:left;}


/*****新闻中心****/
.news_xxnr{ background:#fff; padding:40px 20px; overflow:hidden; width:100%; float:left;}
.news_xxnr ul{ width:100%; border-bottom:1px solid #ececec; margin-bottom:20px; padding-bottom:20px; overflow:hidden;}
.newsdata{ margin-left:20px; width:70px; height:70px; float:left; background:#e4f2eb;}
.newsdata span{ width:100%; height:30px; line-height:30px; float:left; text-align:center; font-size:25px; font-weight:bold; color:#666; margin:7px 0;}
.newsdata font{ width:100%; float:left; text-align:center;}
.newstit{ width:1030px; float:left; margin-left:20px;}
.newstit a{ font-size:18px; color:#333;}
.newstit a:hover{ color:#0c3c8e;}
.newsgg{ width:1030px; float:left; margin-left:20px; font-size:13px; line-height:25px; color:#999;}

.news_fy{ width:100%; overflow:hidden; margin-top:20px;}
.news_fy a{ width:100%; float:left; font-size:14px;}

/****产品中心***/
.prd_xxnr{ width:100%; overflow:hidden;}
.prd_xxnr li{ width:280px; height:auto; float:left; background:#fff; margin:0 26px 26px 0; overflow:hidden;}
.prd_xxnr li:nth-child(4n){ float:right; margin:0 0 26px 0;}
.prdimg{ width:100%; height:100%; float:left; overflow:hidden;}
.prdimg img{ width:100%; transition: all 0.6s;}
.prd_xxnr li:hover img { transform: scale(1.05);}
.prd_xxnr li span{ line-height:35px; font-size:15px; color:#5a5a5a; text-align:center; width:100%; float:left; padding:10px 0 5px 0;}
.prd_xxnr li:hover span{ color:#0c3c8e;}


/******手机站头部导航*****/
.naviton{ float:right; margin-right:10px; margin-top:17px; display:none;}
.naviton i{ font-size:26px; color:#fff;}

.p_navContent {
	display: none;
	padding: 20px 5%;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fbfbfb;
	z-index: 999;
	overflow-y: auto
}
.p_navButton {
    display: flex;
    justify-content: flex-end;
}
.p_iconBox {
    display: block;
    width: 36px;
    height: 36px;
}
.p_iconBox i{ font-size:26px; font-weight:bold;}
.p_level1Box {
    display: block;
    width: 100%;
}
.p_level1Item {
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    font-size: 14px;
	position: static;
    padding-left: 1vw;
    padding-right: 1vw;
    width: auto;
}
.p_menu1Item {
    align-items: center;
    justify-content: space-between;
}
.p_level1Item a {
    display: block;
    line-height: 60px;
    background: none;
    font-size: 15px;
    padding-left: 10px;
    border-bottom: 0px dashed #ddd;
    background-color: transparent;
	font-weight:bold;
}

/****手机站新闻列表****/
.xinwenlb{ padding:30px 0 0 0; overflow:hidden;}
.xinwenlb li{ width:31.3333%; height:40px; line-height:40px; float:left; text-align:center; background:#243e78; margin-right:2%; margin-bottom:10px;}
.xinwenlb li a{ font-size:14px; color:#fff;}



@media screen and (max-width: 1280px) {
	.layui-container{ padding:0 10px;}
	.head{ height:62px;}
	.logo{ margin-top:5px;}
	.logo img{ height:50px;}
	.head_tel{ display:none;}
	.naviton{ display:block;}
	.naviton i{ color:#15b5f1;}
	.nav{ display:none;}
	.products,.abouts,.news{ padding:40px 0; width:100%;}
	#hotprd{ margin-top:30px;}
	.hf{ background: url(../images/hf1.jpg) left top no-repeat;}
	#gg_l{ width:100%;}
	#gg_lt{ width:100%;}
	#gg_ltel{ width:100%;}
	#gg_ltela{ margin:0 auto; float:none;}
	#gg_ltelb{ display:none;}
	.about_fr{ width:100%; padding-top:0;}
	.about_fl{ width:100%; margin-top:15px;}
	.about_img{ width:50%; float:left;}
	.aboutmore{ width:45%; margin:0; float:right; overflow:hidden;}
	.aboutmore a{ width:100%; margin:0 0 10px 0;}
	.wmys{ background:#f5f5f5; padding:40px 0; height:auto;}
	.ys_nr{ width:50%; height:220px; padding:3%; float:left; margin-top:0; background:#01bbd4; color:#fff;}
	.yscolor2{ background:#0c3c8e;} 
	.yscolor3{ background:#0c3c8e;} 
	.ys_nr h2{ color:#fff;}
	.ys_nr h2 span{ font-size:24px; margin-right:10px;}
	.ys_nr p{ color:#fff;}
	.news_a{ width:100%;}
	.news_a a{ width:42%; margin:0 4%;}
	.news .news_div_item, .news .divdgweb_new_div_item{ width:96%; margin:20px 2%; overflow:hidden;}
	.news .news_div_item_date, .news .divdgweb_new_div_item_date{ width:88%;}
	.news .news_div_item_content, .news .divdgweb_new_div_item_content{ width:88%;}
	.foot-nav,.foot-lxfs{ display:none;}
	.lx-dh h2{ margin-bottom:0;}
	.foot-logo{ width:100%; padding-left:50px;}
	.lxfs-dh{ margin-bottom:30px;}
	.about_fenlei{ margin-top:10px;}
	.newsdata{ margin-left:0; width:20%;}
	.newstit,.newsgg{ width:78%; float:right; margin-left:0;}
	.newsgg{ height:50px; overflow:hidden;}
	.prd_xxnr li{ width:48%; margin-right:2%;}
	.pglxfs_fl{ width:100%; padding:20px;}
	.pgwx img{ width:150px;}
	.pglxfs_fr{ width:100%;}
}
@media screen and (max-width: 281px) {
	.logo{ margin-top:15px;}
	.logo img{ height:35px;}
	#gg_lt span{ font-size:20px;}
	#gg_lt{ font-size:22px;}
	#gg_ltela{ font-size:18px; width:100%;}
	.ys_nr{ height:270px;}
	.pglxfs_fl{ padding:10px;}
	.pgwx img{ width:120px;}
	.pgwx span{ width:100%;}
}
