@charset "utf-8";
html,input,textarea,select{font: 12px/normal "Arial";color: #333;} 全局默认字体样式及颜色
a{color: #333;text-decoration:none;}
a:hover{text-decoration: none;} 锚点改变颜色及消除下划线
.img_center{ text-align:center;}    /*div放的*/
.img_center img{ vertical-align:middle;max-width:100%;max-height:100%;}  /*div中的图片*/
.img_center span{height:100%;display:inline-block; vertical-align:middle;}  /*div中 图片后面*/


/*************************** 多语言样式 start ***************************/
.lang_de #shield_bd .wide>dl>dd{line-height:160%;}
.lang_es #shield_bd .wide>dl>dd{line-height:160%;}
.lang_fr #shield_bd .wide>dl>dd{line-height:170%;}
.lang_ru #shield_bd .wide>dl>dd{line-height:160%;}
/*************************** 多语言样式 end ***************************/

/*************************** 全局 start ***************************/
img{ max-height:100%; max-width:100%;}
/*.wide{width:1200px; margin:0 auto;}*/
.full{width:100%; margin:0 auto;}
.show{display:block;}
.hide{display:none;}
.white_bg{background:#fff;}
.blue{color:#005ab0;}
.form_button_bg{background-color:#005AB0;}
.form_select_tips{border-color:#ff0000;}
.error, .error_info{color:#900; margin:0; font-family:Verdana;}
.clearfix:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
/*#top_bar_outer, #header, #nav_outer, #service_outer, #footer_outer{min-width:980px;}*/
