﻿
/*global css*/
/*
*{font-family:Arial, Helvetica, sans-serif; -webkit-text-size-adjust:none; _behavior:url(/iepng/iepngfix.htc);behavior:url(/inc/file/ie-css3.htc);}
*/
* {/*_behavior:url(/iepng/iepngfix.htc);*/
	behavior: url(/inc/file/ie-css3.htc);
}
/*td,th,div,input,select,textarea,li,ol,dt,dd,h1,h2,h3,h4,h5,h6{font-size:12px; color:#333;}*/
/*font,span{font-size:12px;}*/
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0;}*/
/*h1,h2,h3,h4,h5,h6{font-weight:normal;}*/
/*li{list-style-type:none;}*/
img {
	border: none;
}
/*.line{border-bottom:1px dashed #ccc; height:1px; overflow:hidden;}*/
/*.border{border:1px solid #ccc;}*/

/*文字大小，颜色，行距定义 fz:font-size；fc:font-color；flh:font-line-height*/

.fz_12px {
	font-size: 12px;
}
.fz_14px {
	font-size: 14px;
}
.fz_16px {
	font-size: 16px;
}
.fc_red {
	color: #ff0000;
}
.fc_gory {
	color: #666;
}
.fc_white {
	color: #fff;
}
.fc_yellow {
	color: #ff6600;
}
.flh_150 {
	line-height: 150%;
}
.flh_180 {
	line-height: 180%;
}
/*form*/
.form_input {
	border: 1px solid #ccc;
	color: #333;
	background: url(../img/input_bg.gif) #fff repeat-x;
	height: 20px;
	line-height: 20px;
}
.form_area {
	border: 1px solid #ccc;
	color: #333;
	background: url(../img/input_bg.gif) #fff repeat-x;
	line-height: 180%;
}
.form_button {
	border: none;
	background: #505050;
	color: #fff;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	overflow: hidden;
	width: 80px;
}
.form_button_130 {
	width: 130px;
}
.form_focus {
	border-color: red;
}
.form_gory_button {
	border: none;
	background: url(../img/button_grey.gif);
	width: 110px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #555;
	text-align: center;
}
select.form_focus {
	background: #ccc;
}
/* padding */
.clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.blank3 {
	margin: 0px auto;
	clear: both;
	height: 3px;
	font-size: 1px;
	overflow: hidden;
}
.blank6 {
	margin: 0px auto;
	clear: both;
	height: 6px;
	font-size: 1px;
	overflow: hidden;
}
.blank9 {
	margin: 0px auto;
	clear: both;
	height: 9px;
	font-size: 1px;
	overflow: hidden;
}
.blank12 {
	margin: 0px auto;
	clear: both;
	height: 12px;
	font-size: 1px;
	overflow: hidden;
}
.blank15 {
	margin: 0px auto;
	clear: both;
	height: 15px;
	font-size: 1px;
	overflow: hidden;
}
.blank20 {
	margin: 0px auto;
	clear: both;
	height: 20px;
	font-size: 1px;
	overflow: hidden;
}
.blank25 {
	margin: 0px auto;
	clear: both;
	height: 25px;
	font-size: 1px;
	overflow: hidden;
}
/*a*/
/*
a{color:#333; text-decoration:none;}
a:hover{color:#ff6600; text-decoration:underline;}
a.red{color:red; text-decoration:none;}
a.red:hover{color:red; text-decoration:underline;}
*/

.clean:after, .clean:before {
	display: table;
	content: '';
}
.clean:after {
	clear: both;
}
.clean {
	zoom: 1;
}
/*turn page*/
#turn_page {
	text-align: center;
	height: 26px;
	line-height: 26px;
}
#turn_page .page_button {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 3px;
	padding: 2px 5px;
}
#turn_page .page_item {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 5px;
	margin: 0 3px;
}
#turn_page .page_item_current {
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 2px 5px;
	margin: 0 3px;
	color: red;
}

.sub_left_foot_pro { width: 100%; float: left; margin:0% 0%; }
.sub_left_foot_pro1 { width: 33%; float: left; }
.sub_left_foot_pro2 { width: 33%; float: left; }
.sub_left_foot_pro3 { width: 33%; float: left; }

.lastnews { margin-bottom: 10%!important; margin-bottom:3%; border: #ddd 1px solid; }
    .lastnews h3, .hotpro h3 { padding: 0 10px; background: #e8e8e8; color: #000; height: 40px; line-height: 40px; border-bottom: #ddd solid 1px; font-size: 18px; }
    .lastnews ul { overflow: hidden; padding: 5px 5px 8px 0; }
        .lastnews ul li { line-height: 34px; height: 34px; overflow: hidden; width: 100%; background: url(../images/bg_title.gif) no-repeat 5px 13px; text-indent: 19px; }
            .lastnews ul li a { font-size: 16px; color: #666; }
                .lastnews ul li a:hover { color: #ff4a00; }	

 .layout, .xgnew, .xgnew-layout {
	display: block
}

.layout {
	width: 100%
}
.padding-big-bottom {
	padding-bottom: 20px
}
.layout:after, .xgnew:after, .xgnew-layout:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.xgnew, .xgnew-layout {
	margin: 0 auto;
	padding: 0 10px
}
@media(min-width:760px) {
.xgnew {
	width: 750px
}
}
@media(min-width:1000px) {
.xgnew {
	width: 1000px
}
}
@media(min-width:1200px) {
.xgnew {
	width: 1200px
}
}
.text-center {
	text-align: center
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.prolist h3 {
	padding: 8px 0px;
	text-align: center;
}
.proitem {
	padding: 10px;
}
.proitem img {
	padding: 10px;
	width: 100%;
	border: solid 1px #999;
}
.xl12, .xs12, .xm6, .xl6, .xs6, .xb6 {
	position: relative;
	min-height: 1px
}
.xm4, .xb3 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}
.xb23 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}

.xb23 {
	float: left
}
.xb23 {
	width: 22%
}