.main_left{
	float: left;
	width: 275px;
	background: #fff;
	padding: 20px;
}
.main_right{
	float: right;
	width: 785px;

}
.main_right_con{
	margin:0 0px 0 20px;
	background: #fff;
	padding:0 20px;
}
.main_right_con .module_box_inner{

}
.main_right_con .module_title{
	padding: 20px 0;
}

.main_right_con .module_title .module_sign{
	font-size: 28px;
	color: #444;
}
.tabs{
	margin-bottom: 20px; 
}
.tabs a{
	display: inline-block;
	background: #eee;
	padding: 4px 30px;
	border-radius: 3px;
	transition:all 1s;
}
.tabs a:hover{
	background: #ffe99e;
}
.tabs a.now{
	background: #ffc90e;
}
.whitebg{
	background: #fff;
	border-radius: 3px;
	padding: 30px;
}
.mt20{
	margin-top: 20px;
}
.product_list_public .ul1 li{
	text-align: center;
	position: relative;
	float: left;
	width: 130px;
}
.product_list_public .ul1 li img{
	height: 80px;
}
.product_list_public .ul1 li .title a{
	display:block;
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	width: 100%;
	transition:all 1s;
	opacity: 0;
}
.product_list_public .ul1 li:hover .title a{
	opacity: 1;
}
.banner-static{
	height: 300px;
	background: url("/images/banner_static.png") no-repeat center;
}
.banner-about{
    height: 300px;
    background: url("/images/banner/banner9.png") no-repeat center;
}
.banner-down{
    height: 300px;
    background: url("/images/banner/banner5.png") no-repeat center;
}
.banner-contact{
    height: 300px;
    background: url("/images/banner/banner7.png") no-repeat center;
}
.banner-laos{
    height: 300px;
    background: url("/images/banner/banner8.png") no-repeat center;
}
.banner-tfxk{
    height: 300px;
    background: url("/images/banner/banner10.png") no-repeat center;
}
.banner-nbtkt{
    height: 300px;
    background: url("/images/banner/banner6.png") no-repeat center;
}
.form_line{
	line-height: 25px;
	margin:10px 0;
}
.form_line .form_lable{
	float: left;
	width: 100px;
	text-align: right;
	font-size: 14px;
}
.form_line .form_ctrl{
	float: left;
	margin-left: 20px;
	width: 500px;
}
.form_line .form_ctrl .text_box{
	height: 23px;
	width: 260px;
}
.form_line .form_ctrl .textarea{
	width: 100%;
	height: 80px;
	border:1px solid #ddd;
}
.form_line .form_ctrl .button_form{
	display: inline-block;
	background: #ffc90e;
	padding: 4px 30px;
	border-radius: 3px;
	border:none;
	transition:all 1s;
}
.form_line .form_ctrl .button_form:hover{
	background: #ffe99e;
}
.red{
	color: #e00;
}

.article li.card{
	height: 100px;
	border-bottom: 1px dotted #dadada;
}
.card .cardimg{
	height: 90px;
	width: 120px;
	display: block;
	float: left;

}
.card .card_content{
	display: block;
	float: left;
	margin-left: 20px;
}
.card_content h3{
	color: #444;	
}
.card_content .datetxt{
	color: #999;
}
.center{
	text-align: center;
}
.message{
	color: #999;
}
.dotborder_bt{
	border-bottom: 1px #ddd dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.article .product_list_public{
	margin-top:20px; 
}
.article .product_list_public li{
	height: 120px;
	width: 160px;
	float: left;
	overflow: hidden;
	display: block;
	margin: 0;
	padding:0; 
	clear:none;
	text-align: center;
}
.article .product_list_public li img{
	height: 120px;
}
.article .product_list_public li .title a{
	text-align: center;
	opacity: 0.5;
}