/*

Theme Name: 菲林

Theme URI: http://www.czofi.com/

Author: 菲林

Author URI: http://www.czofi.com/

Description: 

Version: 1.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: 

Text Domain: 



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/********************************全局样式设置******************************* */



html, body, div, span, applet, object, iframe, h1, h2, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	vertical-align: baseline;

}

body {
	font-size: 12px;
	font-family: "宋体";
	line-height: 1;
}

ol, ul {

	list-style: none;

}

.aboutmid>table td{
	vertical-align:middle
}
hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin: 24px;

	margin-bottom: 1.714285714rem;

}

/**top部分样式**/

#box {

	margin: 0 auto;

	width: 968px;

}

#top {

	height: 77px;

	width: 968px;

	background: url(images/top_bg.jpg) repeat-x left top;

}

#logo {

	float: left;

	width: 237px;

	height: 77px;

	line-height: 77px;

	text-align: center;

}

#logo img {

	vertical-align: middle;

}

#logo>h1{display:none;}

.searchbar {

	color: #666;

	float: right;

	height: 20px;

	padding-top: 15px;

	width: 440px;

	display: block;

	padding-bottom: 6px;

	line-height: 20px;

	font-size: 13px;

}

.searchbar a {

	color: #666

}

.searchbar a:hover {

	color: blue;

}

.searchbar ul li {

	margin-right: 5px;

	border-width: 0px;

	display: inline-block;

	height: 20px;

	line-height: 20px;

	vertical-align: top;

}

.searchbar ul li {

*display:inline;

}

#s {

	border-width: 1px;

	width: 190px;

	line-height: 18px;

	height: 18px;

	vertical-align: top;

}

#searchsubmit {

	border-width: 0px;

}

.menubar {

	background: url(images/bar_bg73137.jpg) no-repeat;

	width: 731px;

	height: 25px;

	float: right;

	display: block;

	padding-top: 12px;

}

.menubar a {

	text-decoration: none;

	color: #333;

}

.menubar a:hover {

	font-weight: bold;

	color: #090;

}

.navi>li {

	float: left;

	width: 80px;

	text-align: center;

	height: 30px;

	display: block

}

.navi>li {

*display:inline-block;

}

.navi>li {

*display:inline;

}

.navi>li>a {

*display:block;

}

.sub-menu {

	border: 1px solid #ccc;

	display: none;

	background-color: #FFFFFF;

	margin-top: 7px;

	position: absolute;

	z-index: 10;

	background: url(images/top_bg.jpg) repeat;

	border-left: 1px solid #ccc;

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

}

.sub-menu>li {

	z-index: 1000000;

	text-align: center;

	height: 30px;

	display: block;

	line-height: 30px;

	padding-left: 5px;

	padding-right: 5px;

	width: 80px;

}

.menu-item-33>ul>li {

	width: 120px;

}

.menu-item-32>ul>li {

	width: 95px;

}

.menu-item-43>ul>li {

	width: 120px;

}

.path {

	float: left;

	width: 700px;

}

.path a {

	color: #666;

	text-decoration: none;

}

.path a:hover {

	text-decoration: underline;

	color: blue;

}

/**********************************************主页样式***************************************/



	/*幻灯片样式*/

.slideshow {

	float: left;

	width: 713px;

	height: 208px;

	overflow: hidden;

	position: relative;

}

#showimg {

	z-index: 10;

}

#showimg img {

	width: 713px;

	height: 208px;

	display: block;

}

.opacity {

	width: 695px;

	height: 32px;

	background-color: #FFFFDD;

	position: absolute;

	z-index: 99;

	bottom: 0px;

	filter: alpha(opacity=50);

	-moz-opacity: 0.5;

	opacity: 0.5;

	overflow: hidden;

}

.operate {

	position: absolute;

	z-index: 1000;

	right: 4px;

	bottom: 4px;

	background: url(images/sprite.png) repeat-x 0px -416px;

}

.operate span {

	float: left;

	width: 16px;

	height: 16px;

	line-height: 16px;

	margin-left: 2px;

	font-weight: bold;

	cursor: pointer;

	color: #000;

	text-align: center;

}

.operate span.hov {

	color: #950000;

}

#msg {

	float: left;

	width: 695px;

	height: 24px;

	line-height: 24px;

	position: absolute;

	z-index: 100;

	bottom: 0px;

	overflow: hidden;

	display: none;

}

#msg li {

	background: repeat-x;

	height: 22px;

	line-height: 24px;

	font-size: 14px;

	font-weight: bold;

	color: #004C94;

	display: block;

	width: 560px;

	float: left;

	text-align: center;

	background-image: url('images/msgback.png');

}

#msg li a:link, #msg li a:visited {

	color: #FFFFCC;

	text-decoration: none;

}

#msg li a:hover {

	color: #FF0000;

	text-decoration: underline;

}

/*分类目录样式*/

.index_pro {

	margin-right: 9px;

	background: url(images/prokua.jpg) no-repeat;

	width: 368px;

	height: 280px;

	padding: 0 14px;

	float: left;

}

.index_pro h2 {

	font-size: 13px;

	color: #22216c;

	padding-bottom: 6px;

	border-bottom: 1px dotted #cccccc;

	background: url(images/dot2.jpg) no-repeat 5px 0px;

	padding-left: 20px;

	list-style-type: none;

	margin-top: 14px;

	margin-bottom: 2px;

	float: left;

	width: 340px;

	line-height: 13px;

}

.index_pro h2 a, .index_pro h2 a:visited {

	color: #22216c;

}

.index_pro h2 a:hover {

	color: blue;

}

.index_pro ul {

	list-style-type: none;

	padding: 0px 5px;

	float: left;

	clear: both;

}

.index_pro li {

	line-height: 22px;

	padding-left: 20px;

	background: url(images/list2.png) no-repeat 7px 9px;

	float: left;

	padding-right: 20px;

	display: block;

	width: 130px;

}

.index_pro li a {

	color: #424242;

}

.index_pro li a {

	color: #424242;

	text-decoration: none;

}

.index_pro li a:hover {

	text-decoration: underline;

	color: blue;

}

.fuwu_homepage {

	height: 70px;

	overflow: hidden;

	float: left;

}

/*滚动图片样式*/

.scroll {

	width: 100%;

	height: 125px;

	overflow: hidden;

	position: relative;

	float: left;

}

.scroll ul {

	float: left;

	margin: 5px 5px 0px;

	width: 1500px;

	position: absolute;

	top: 0px;

	left: 0;

	list-style-type: none;

}

.scroll ul li {

	background: url(images/dot31.jpg) no-repeat 0px 5px;

	float: left;

	margin-bottom: 10px;

	padding: 0px 4px;

	width: 160px;

	height: 130px;

	overflow: hidden;

	text-align: center;

}

.scroll ul li img {

	padding: 2px 2px;

	height: 90px;

	border: 1px solid #E4E4E4;

}

.scroll ul li h4 {

	width: 160px;

	height: 34px;

	line-height: 17px;

	font-size: 13px;

	font-weight: normal;

	text-align: center;

}

/*首页关于我们样式*/

.index_about {

	float: left;

	background: url(images/inaboutbg.jpg) no-repeat;

	width: 280px;

	height: 280px;

	padding: 0 14px;

}

.index_about h2 {

	font-size: 13px;

	color: #22216c;

	padding-bottom: 6px;

	border-bottom: 1px dotted #cccccc;

	background: url(images/dot2.jpg) no-repeat 5px 0px;

	padding-left: 20px;

	list-style-type: none;

	margin-top: 14px;

	margin-bottom: 2px;

	float: left;

	width: 260px;

	line-height: 13px;

}

.index_about h2 a, .index_about h2 a:visited {

	color: #22216c;

}

.index_about h2 a:hover {

	color: blue;

}

.index_about {

	line-height: 22px;

	color: #424242;

}

.index_about>a {

	float: right;

	color: #666;

	padding-top: 10px;

	text-decoration: none;

}

.index_about>a:hover {

	text-decoration: underline;

	color: blue;

}

/**首页右下角图片**/

.zyan1, .zyan2, .zyan3, .zyan4 {

	padding: 0;

	border: 1px solid #cccccc;

	float: left;

	width: 245px;

}

.zyan1 {

	height: 70px;

	margin-top: 1px;

}

.zyan2 {

	height: 57px;

}

.zyan3, .zyan4 {

	height: 40px;

}

.zyan1, .zyan2, .zyan3 {

	margin-bottom: 21px;

}

/********************************conent部分样式*****************************************/



.content {

	float: left

}

.left713 {

	width: 720px;

	float: left;

}

.banner713 {

	float: left;

}

.banner713>img {

	width: 713px;

	height: 208px;

	display: block;

}

/* Pagenavi */

.wpagenavi {

	margin: 5px auto;

	width: 94%;

	height: 34px;

	line-height: 34px;

	text-align: center;

	float: left;

}

.wpagenavi a:link, .wpagenavi a:visited {

	margin: 0 2px;

	padding: 3px 7px;

	text-decoration: none;

	border: 1px solid #CCC;

	color: #333;

}

.wpagenavi a:hover, .wpagenavi a:active {

	border: 1px solid #888;

	color: #0000FF;

	background: #DDD no-repeat 0 -118px;

}

.wpagenavi a.extend {

	padding: 3px 6px;

	color: #333;

}

.wpagenavi a.extend:hover {

	color: #222 !important;

}

.wpagenavi a.current:link, .wpagenavi a.current:visited, .wpagenavi a.current:hover {

	border: 1px solid #888;

	color: #0000FF;

	background: #DDD no-repeat 0 -118px;

}

.postnavi {

	margin: 0px auto 30px;

	padding: 15px 0px 5px;

	text-align: center;

}

.previous_post, .next_post {

	width: 300px;

	height: 24px;

	overflow: hidden;

}

.previous_post {

	float: left;

	text-align: left;

}

.next_post {

	float: right;

	text-align: right;

}

.postnavi a:link, .postnavi a:visited {

	color: #036;

	text-decoration: none;

}

.postnavi a:hover {

	color: #B00;

	text-decoration: underline;

}

/* 产品中心列表样式*/

.showcase {

	float: left;

	margin-top: 15px;

}

.showcase li, .the_related li {

	float: left;

	width: 200px;

	height: 177px;

	margin-bottom: 15px;

	padding: 0 11px 10px 11px;

	border-bottom: 1px #DDD dashed;

	overflow: hidden;

	text-indent: 0em;

}

.showcase li img, .the_related li img {

	float: left;

	padding: 2px 2px;

	width: 195px;

	height: 150px;

	border: 1px solid #E4E4E4;

}

.showcase li h3, .the_related li h4 {

	float: left;

	margin: 5px 0px;

	width: 205px;

	height: 18px;

	line-height: 18px;

	font-size: 13px;

	font-weight: normal;

	text-align: center;

	display: block;

	overflow: hidden;

}

.showcase li h3 a {

	text-decoration: none;

	color: black;

}

.showcase li h3 a:hover {

	text-decoration: underline;

	color: blue;

}

/**分类列表显示样式**/

.tabcontent {

	float: left;

	margin: 0 40px 20px 0;

	width: 300px;

	text-indent: 0em;

}

.tabcontentcol1 {

	clear: left;

}

.tabcontentcol2 {

	margin: 0 0px 20px 0;

}

.tabcontent img {

	float: left;

	margin: 0 10px 17px 0

}

.tabcontent ul {

	float: left;

	margin: 0 0 17px;

	width: 290px;

}

.tabcontent h3 {

	background-color: #0099ff;

	color: #ffffff;

	font-size: 11px;

	font-weight: bold;

	padding-left: 3px;

	margin: 0 0 10px;

}

.tabcontent h4 {

	font-size: 11px;

}

div.edit .tabcontent * {

	display: none;

}

.clearer {

	float: none;

	clear: both;

	height: 0;

	font-size: 0;

	line-height: 1px!important;

	line-height: 0;

}

.matrixParagraph {

	margin: 20px 0 0

}

.matrixtabcontent {

	float: left;

	margin: 0 30px 10px 0;

	width: 300px;

}

.matrixtabcontentcol2 {

	margin-right: 0!important;

}

.matrixtabcontent h3 {

	background-color: #0099ff;

	color: #ffffff;

	font-size: 11px;

	font-weight: bold;

	padding-left: 3px;

	margin: 0;

}

.matrixtabcontent ul {

	font-size: 11px;

	padding: 0;

	list-style-type: none;

	list-style-image: none;

	margin: 0;

}

.matrixtabcontent ul a {

	color: #555;

	text-decoration: none;

	padding-left: 10px;

	display: block;

	background: url("images/pathmarker.gif") no-repeat scroll 0 center transparent;

}

.matrixtabcontent ul a:hover {

	text-decoration: underline;

	color: #0000FF;

}

.matrixtabcontent ul a:visited {

	text-decoration: underline;

}

/**正文样式**/

.abouttop {

	background: url(images/abutopbg.jpg) no-repeat;

	width: 713px;

	height: 54px;

	float: left;

}

.abouttop h1 {

	float: left;

	font-size: 18px;

	color: #000;

	width: 100%;

	text-align: center;

	vertical-align: middle;

	margin-top: 30px;

}

.abouttop h2 {

	font-size: 14px;

	color: #ff6600;

	padding: 35px 10px 20px 20px;

}

.aboutmid {

	float: left;

	width: 670px;

	min-height: 350px;

	font-size: 13px;

	line-height: 21px;

	padding: 20px 20px 0 20px;

	border: 1px solid #E0E0E0;

	border-top: none;

	position: relative;

	font-family: 宋体, Arial, Helvetica, sans-serif;

}

.aboutmid a:visited {

	color: #333;

}

.aboutmid>p{

	text-indent: 2em;

	line-height: 22px;

	padding-top: 10px;

}

.aboutmid>h2{font-size:14px;}



	/**文章列表样式**/

.post_list {

	float: left;

	margin: 10px 0px;

	padding: 0px 10px;

}

.post_list li {

	float: left;

	width: 660px;

	_width: 650px;

	height: 28px;

	padding: 0 0 0 14px;

	line-height: 28px;

	border-bottom: 1px dashed #E0E0E0;

	background: url(images/sprite.png) no-repeat 0 -248px;

}

.post_list li h3 {

	text-indent: 0;

	float: left;

	width: 570px;

	height: 28px;

	line-height: 28px;

	font-size: 13px;

	font-weight: normal;

	margin: 0;

}

.post_list li h3>a {

	color: #333;

	text-decoration: none;

}

.post_list li h3>a:hover {

	text-decoration: underline;

	color: #0000FF;

}

.post_list li h3>a:visited {

	text-decoration: underline;

}

.post_list li span {

	text-indent: 0;

	float: right;

	width: 80px;

	text-align: right;

	color: #666;

}

/**相关阅读样式**/

.yarpp-related h3, .the_related h3 {

	border-bottom: 1px #E4E4E4 dashed;

	margin: 5px 0px 5px;

	padding: 5px 0px 3px 12px;

	font-size: 13px;

	color: #0000FF;

}

.yarpp-related {

	clear: both;

}

.yarpp-related a {

	color: #333;

	text-decoration: none;

}

.yarpp-related a:hover {

	text-decoration: underline;

	color: #0000FF;

}

.yarpp-related a:visited {

	text-decoration: underline;

}

/**siderbar样式**/

.right248 {

	width: 248px;

	float: right;

	overflow: hidden;

}

.news245 {

	width: 209px;

	background: url(images/newbg.jpg) no-repeat;

	height: 179px;

	float: left;

	padding: 14px 18px;

}

.news245 h2 {

	font-size: 13px;

	background: url(images/dot1.jpg) no-repeat;

	padding-left: 15px;

}

.news245 h2 a {

	color: #6e3a06;

}

.news245 h2 a:hover {

	color: blue;

}

.news245 ul {

	list-style-type: disc;

	padding-top: 20px;

	padding-left: 10px;

}

.news245 li {

	line-height: 24px;

}

.news245 li a {

	color: #666;

	text-decoration: none;

}

.news245 li a:hover {

	color: blue;

	text-decoration: underline;

}

.news245 li span {

	float: right;

}

.z_1_box {

	width: 248px;

	float: left;

	overflow: hidden;

	margin-bottom: 25px;

}

.z_1_box h3 {

	line-height: 29px;

	margin: 0;

	background: url(images/title_m_bj.jpg) repeat-x;

	height: 29px;

	width: 225px;

	float: left;

	font-family: "宋体";

	font-size: 13px;

	font-weight: bold;

	line-height: 29px;

	padding-left: 20px;

	overflow: hidden;

	color: #2772b3;

}

.z_1_box h3 a {

	color: #2772b3;

	text-decoration: none;

}

.z_1_box h3 a:hover {

	color: #0000FF;

	text-decoration: underline;

s

}

.z_content_bj {

	border-bottom: 1px #d7d7d7 solid;

	border-left: 1px #d7d7d7 solid;

	border-right: 1px #d7d7d7 solid;

	width: 243px;

	float: left;

	overflow: hidden;

}

.z_content_bj>ul {

	padding: 7px 0;

	list-style-image: url('images/list2.png');

	margin-left: 30px;

}

.z_content_bj>ul>li {

	line-height: 24px;

	font-family: "宋体";

	font-size: 13px;

}

.z_content_bj>ul>li a {

	color: #555;

	text-decoration: none;

}

.z_content_bj>ul>li a:hover {

	color: blue;

	text-decoration: underline;

}

.z_content_bj>ul>li>ul {

	list-style-image: url('images/list1.png');

}

.z_content_bj>ul>li>ul>li {

	margin-left: 20px;

	font-family: "宋体";

	font-size: 12px;

}

.z_content_bj>ul>li>ul>li>ul {

	list-style-type: disc;

}

.z_content_bj>ul>li>ul>li>ul>li {

	margin-left: 20px;

	font-family: "宋体";

	font-size: 12px;

}

.z_1_box .current_page_item>a {

	color: #2772B3;

	font-weight: bold;

}

.z_1_box p {

	margin-left: 20px;

	font-family: "宋体";

	font-size: 12px;

	line-height: 30px;

}

/**footer分样式**/

.footer {

	float: left;

	background: url(images/footerbg.jpg) no-repeat;

	height: 22px;

	width: 958px;

	padding-top: 10px;

	padding-left: 10px;

	position: relative;

}

.footer li {

	color: #FFF;

	display: inline-block;

	text-align: center;

	width: 70px;

}

.footer li {

*display:inline;

}

.footer li a {

	color: #FFF;

	text-decoration: none;

}

.footer li a:hover {

	text-decoration: underline;

	color: #00f;

}

.copyright {

	font-family: Verdana;

}

.bottom {

	float: left;

	width: 100%;

	text-align: center;

}

.bottom li {

	display: inline-block;

	height: 37px;

	line-height: 37px;

	overflow: hidden;

}

.bottom li {

*display:inline;

}

.bottom1 {

	padding-right: 10px;

	vertical-align: top;

}

.bottom img {

	width: 88px;

	height: 37px;

}

/**辅助样式**/

.blank4 {

	clear: both;

	line-height: 4px;

	height: 4px;

	overflow: hidden

}

.blank6 {

	clear: both;

	line-height: 6px;

	height: 6px;

	overflow: hidden

}

.blank10 {

	clear: both;

	line-height: 10px;

	height: 10px;

	overflow: hidden

}

.blank15 {

	clear: both;

	height: 15px;

	line-height: 15px;

	overflow: hidden

}

/**产品页内容样式**/

.headline-1 {

	display: block;

	font-size: 14px;

	font-weight: bold;

	font-family: 微软雅黑, 黑体, verdana;

	line-height: 16px;

	margin: 10px 0 10px 10px;

	clear: both;

	zoom: 1;

	background: url(http://www.czofi.com/mx/wp-content/uploads/2014/10/titleEditLine.png);

	overflow: hidden;

	position: relative

}

.headline-1-index {

	width: 18px;

	height: 18px;

	line-height: 18px;

	font-size: 14px;

	display: block;

	float: left;

	margin: 1px 0 0 0;

	background: #519cea;

	color: #fff;

	text-align: center;

	border-radius: 0 2px 2px 0;

}

.headline-content {

	line-height: 18px;

	display: block;

	float: left;

	padding: 0 8px 0 5px;

	background: #fff

}

.main_pic_div {

	overflow: hidden;

	height: 240px;

	width: 240px;

	float: left;

	padding-bottom: 0px;

	text-align: center;

	padding-top: 0px;

	padding-left: 0px;

	margin: 0px;

	padding-right: 0px

}

.main_pic {

	overflow: hidden;

	height: 180px;

	width: 240px;

	padding: 0px;

	margin: 0px;

}

.main_pic_nav {

	margin-top: 5px;

}

.main_pic_nav li {

	width: 70px;

	height: 50px;

	display: inline-block;

	line-height: 50px;

	text-align: center;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

	cursor: pointer;

}

.main_pic_nav li.other {

	border: 2px solid white;

}

.main_pic_nav li.current, .main_pic_nav li.other:hover {

	border: 2px solid rgba(100,149,237,0.7);

}

.main_details_div {

	width: 370px;

	height: 250px;

	float: right;

	background-repeat: repeat-y;

	margin: 0;

	padding: 0;

}

.main_details_table_1td {

	background-color: #EEEEEE;

}

.tablebk, .tablebk th, .tablebk td {

	border-collapse: collapse;

	border: 1px solid #ccc;

}

.tablebk {

	width: auto;

	margin: 0 auto 1em;

}

/**图文显示样式**/

.c-container {

	width: 100%;

	margin-top: 10px;

	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #CCC;

	padding-bottom: 5px;

}

.c-container h3 {

	float: left;

	font-size: 14px;

	display: block;

	clear: both;

	width: 100%;

	margin-bottom: 5px;

}

.c-container .t a {

	color: #00F;

	text-decoration: underline;

}

.c-container .t a:visited {

	color: purple;

	text-decoration: underline;

}

.c-container .t a:hover {

	color: #F00;

}

.general_image_pic {

	height: 100px;

	width: 130px;

	overflow: hidden;

	text-align: center;

	display: inline-block;

	line-height: 130px;

	margin-right: 10px;

	float: left;

}

.c-img6 {

	height: 100px;

}

.c-abstract {

	display: inline-block;

	text-indent: 2em;

}



/**发展历程**/

.licheng {

	background: url("images/licheng_lst_bg.gif") repeat-y scroll 75px 0 transparent;

	min-height: 280px;

	_background-position: 105px 0;

	width: 590px;

}

.datetime{clear: right;display: inline;float: left; line-height: 30px;margin-bottom: 10px;text-align: right;width: 70px;}

.detail{ background: url("images/licheng_ison_bg.gif") no-repeat scroll 0px 10px transparent; display: inline;float: right;margin-bottom: 25px;padding-left:35px;padding-right:30px;width: 450px;}

.imglist {width:186px;text-align:center;}

.imglist img{width:186px;padding:2px;margin-bottom:5px;}

.licheng li{line-height:30px;}

upload_max_filesize = 64M 
post_max_size = 64M 
max_execution_time = 300 