body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, img {margin: 0;padding: 0;}
body { font:12px/1.5 "Microsoft YaHei",tahoma,arial,Hiragino Sans GB,\5b8b\4f53; position: relative;background:#f5f5f5;}
html,body,.am-page,.am-body,.am-bg{height:100%; width:100%;}
/* 设置需要的标签内边距和外边距为0，仅添加需要的标签，不建议使用星号（*）代替，以下为示例 */
* { margin: 0; padding: 0;font-size: 14px; outline: none; color:#666666;}

/*禁止FF等浏览器给textarea增加可拖拽大小的设置*/
textarea { resize: none; }

/*解决谷歌浏览器<12字不能变小的问题*/
html{-webkit-text-size-adjust: none;}

/*打开字号缩放功能*/
*{-webkit-text-size-adjust:auto !important;}

/*图片无边框*/
img { border: none; }
.imgwrap img { width: 100%; }
.border-radius {-moz-border-radius:5px;border-radius:5px;}
.black_border {border-bottom:2px solid #000;padding-bottom:20px;}
.box-shadow {box-shadow:0 0 2px 2px #ccc;}


/* 清除列表样式设置，以下为示例，仅写你用到的标签 */
ul , li{ list-style: none;}
i{font-style:normal;}

/*文字对齐*/
.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }

/*背景透明*/
.opacity {background-color:#000000;
    filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;
    position:static; 
    *zoom:1; }
.opacity p {position:relative;}
.opacity span {position:relative;}

/* 设置链接默认样式，默认颜色和鼠标移入颜色根据实际需求自行更改 */
a{text-decoration:none;
	transition:color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
}
em{font-style:normal}
.hotsearch li a:hover , a:hover{color:#ee1d23;}

/*清除浮动 两种方式根据具体需求自选*/
.cf:before, .cf:after { content:"";display:table;}
.cf:after {clear:both;}
.cf { zoom:1;} /*方式1*/
.of { overflow:hidden; }/*方式2*/

/*表格边框合并*/
table{border-collapse:collapse;}

/*动画*/
.btn_cheng ,
.serch_tip ,
.sousuo,
.img2,
.news_list li a , 
.news_list li,
.more_3,
.banner_tip li ,
.txt_search ,
.animate{
transition:all 0.3s;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-o-transition:all 0.3s;
}

/*浮动*/
.f_left{float:left;}
.f_right{float:right;}

/*强制换行*/
.break_word{word-wrap:break-word;word-break:break-all;}

/*禁止换行*/
.label_list li , .title_coloumn .txt , .keep_all{word-break:keep-all;white-space:nowrap;}

/*超出省略号，仅限单行，并且需要设定一个宽度*/
.car_item_name,
.car_item_center li,
.wenda a,
.car_classlist li a , 
.hot_baike li h1 ,
.list_car .txt ,
.news_list li a ,
.artile_img .zz b ,
.pinpai_list li a ,
.news_tuijian p,
.list_car span,
.pingce_list li a,
.hot_news a,
.news .news_right .newslist ul li a,
.news_3column_list li a,
.video_text span,
.hot_product_text li a,
.news_left p,
.news_right ul li a,
.news_left ul li a,
.huati_txt0 p,
.huati_txt span,
.huati_txt0 a,
.tuijian_xm li span,
.ellipsis { overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap }

/*段落两端对齐*/
.intro_banner{text-align:justify;text-justify:inter-ideograph}

/*两端对齐 若单行，至少要3个字符，只有两个字符的，中间补一个空格*/
.text_justify {
	text-align: justify; text-justify: distribute-all-lines;/*ie6-8*/ 
	text-align-last: justify;/* ie9*/ 
	-moz-text-align-last: justify;/*ff*/ 
	-webkit-text-align-last: justify;/*chrome 20+*/ }
	@media screen and (-webkit-min-device-pixel-ratio:0) {/* chrome*/
	.aaa:after { content: "."; display: inline-block; width: 100%; overflow: hidden; height: 0; }
}

/*修复火狐按钮文字不垂直居中的bug*/
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border:none;
	padding:0;
}

/*布局框架*/
.m_b30{margin-bottom:30px !important;}
.m_b40{margin-bottom:40px !important;}
.m_b50{margin-bottom:50px !important;}
.m_b60 {margin-bottom:60px !important;}
.m_b20{margin-bottom:20px !important;}
.m_b10{margin-bottom:10px !important;}
.m_t10{margin-top:10px !important;}
.m_t30{margin-top:30px !important;}
.m_t20{margin-top:20px !important;}
.m_t40{margin-top:40px !important;}
.m_t60 {margin-top:60px !important;}
.p_b20 {padding-bottom:20px;}
.p_b10 {padding-bottom:10px;}
.p_tb10 {padding:10px 0px;}
.p_lr10 {padding:0px 10px;}
.padd25 {padding:25px;}
.padd20 {padding:20px;}
.blank_20 {height:20px;background:#fff;}
.m_center{margin:0 auto 0 auto;}
.container{position:relative;}
.container_full{width:100%;}
.container_half{width:50%;}
.container_1200{width:1200px;}
.page_left {width:900px;background:#fff;}
.page_right {width:280px;background:#fff;}
.b_border {border-bottom:1px solid #ccc;}
.f_bg {background:#f5f5f5;}
.ff_bg {background:#fff;}

/*文字位置*/
.l_text {text-align:left;}
.r_text {text-align:right;}
.c_text {text-align:center;}


/*head*/
.header {padding: 30px 0px;background:#fff;}
.container_top {background:#fff;}
.container_head{border-bottom:1px solid #edeef0;height:40px; line-height:40px;background:#fcfcfc;}
.container_head a{display:inline-block;margin:0 9px;font-size:12px;}


/*翻页pagin*/
.pagin{padding:20px;height:26px;clear:both;white-space:nowrap;}
.pagin .pagin_info{text-align:center;}
.pagin a{ display:inline-block; width:auto;background-color:#f2f2f2;border:1px solid #ddd;height:24px;line-height:24px;font-size:12px;padding:0 8px;text-decoration:none;margin-right:5px;cursor:pointer;}
.pagin a:visited{color:#666;}
.pagin a:hover,.pagin a.now{color:#f8f8f8;background:#e02428;}


/*友情链接*/
.tab_zixun{height:38px;line-height:38px;border-bottom:1px solid #e7e7e7;border-top:1px solid #ff0000;background:#fff;}
.tab_zixun li{float:left;border-right:1px solid #e7e7e7;padding:0 15px;color:#333;font-size:14px;cursor:default;}
.tab_zixun .focus  {color:#ffffff;font-weight:bold;}
.tab_zixun .focus:hover {background:#ee1d23;color:#ffffff;}
.tab_zixun li:hover{color:#EE1D23;}
.table_link {border:1px solid #e7e7e7;line-height:40px;}
.table_link a {padding-left:5px;}

/*友情链接*/
.links {border-top:2px solid #f76464;height:90px;background:#f5f5f5;}
.links .tab{ overflow:hidden;}
.links .tab a{ display:block; padding:5px 20px; float:left; text-decoration:none; color:#f76464;}
.links .tab a:hover{ background:#f76464; color:#fff; text-decoration:none;}
.links .tab a.on{ background:#f76464; color:#fff; text-decoration:none;}
.links .content{ overflow:hidden; padding-left:20px;margin-top:-5px;}
.links .content li{ display:none;}


/*页脚链接*/
.filed { border-top: 1px #ccc solid;background:#535353;padding:30px 0px;overflow:hidden;width:100%;}
.filed a {text-decoration:none;color:#fff;}
.filed .block { padding-top: 0px; width: 190px;float: left; text-align:center;}
.tlink ul{ margin-bottom: 10px; margin-top:2px;overflow:hidden;}
.tlink ul p {font-weight:bold;padding-bottom:20px;text-align:center;color:#fff;}
.tlink ul li a {line-height:22px; float:left;width:100%;margin-bottom:5px;text-align:center;}
.tlink a {color:#eee;}

/*页脚版权*/
.footer,.footer a {color:#535353;}
.footer { padding:20px 10px;text-align: center;}
.footer p {line-height:24px;color:#535353;font-weight:normal;}



