/*清除浮动*/
.clear{clear:both;}
.clear-fix:after {content: ".";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}
.clear-fix {+height:1%;}

/*强制换行*/
.break_word{word-wrap:break-word;word-break:break-all;}

/*禁止换行*/
.keep_all{word-break:keep-all;white-space:nowrap;}

/*超出省略号，仅限单行，并且需要设定一个宽度*/
.ellipsis { overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}

/*段落两端对齐*/
.case_intro , .txt_justify{text-align:justify;text-justify:inter-ideograph;}

/*禁止FF等浏览器给textarea增加可拖拽大小的设置*/
textarea { resize: none; }

/*隐藏*/
.hide{ display:none;}

/*仅写自己所要用到的*/
.fl{ float:left;}
.fr{ float:right;}
/*英文字母大小写*/
.en{
	text-transform:uppercase;/*全部大写*/
	text-transform:lowercasecase;/*全部小写*/
	text-transform:capitalize;/*首字母大写*/
}

/*顶部工具条*/
.ym_headtop{height:32px;line-height:32px;font-size:13px;width:100%;background:#fff;color:#7b7b7b; border-bottom:1px solid #dadada;}
.ym_headtop .bar{width:1000px;height:100%;margin:0px auto;}
.ym_headtop .bar a{color:#7b7b7b;}
.ym_headtop .bar ul.right li{margin-right:10px; float:right;}
.ym_headtop .bar ul.left li{margin-right:3px;}

/*头部LOGO区*/

.top-wrap{ width:100%;  height:140px; background:url(../images/top-bg.png); margin-bottom:13px;}
.top-wrap .fix{width:1000px;height:140px;overflow:hidden; margin:0px auto;}
.top-wrap .logo img{margin-top:5px;}
.top-wrap .item{float:left; margin-top:30px;}
.top-wrap .tel{float:right;}

/*联系电话*/
.controls-tel{width:250px; height:50px; margin-top:25px;}
.controls-tel i{display:block; float:left;background:url(../images/icon-tel.png) no-repeat; width:43px; height:41px; margin-right:10px;}
.controls-tel span{display:block; float:left; font-size:14px;font-family:"Microsoft YaHei", "SimSun";}
.controls-tel b{display:block;float:left;font-size:21px;color:#0098DC; font-weight:bold;font-family:"Microsoft YaHei", "SimSun";}

/*page 1*/
.ymui_page_1{float:right;font-family:微软雅黑; font-size: 14px; font-style: normal;text-decoration: none;color:gray; line-height: 38px;margin-top:10px;}
.ymui_page_1 a{background:#fff;}
.ymui_page_1 a:hover{background:#F5F5F5}
.ymui_page_1 a,.ymui_page_1 span.nolink,.ymui_page_1 span font{border: 1px solid #cfcfcf; color: #3A3C3B;margin: 0 2px; padding: 5px 11px;text-decoration: none !important; cursor:pointer;}
.ymui_page_1 span font{ background:#0088C7; color:#fff;}/*当前页*/
.ymui_page_1 span.nolink{background:#F1F1F1; cursor:default;} /*不可用状态*/