﻿@charset "utf-8";
@import url(menu_view.css);
@import url(component.css);
*{ padding: 0; margin: 0; box-sizing:border-box;}
body, input, select, textarea {
	font-family: 'Arial', 'Microsoft YaHei', 'SimSun';
}
textarea {resize: none;}
ul,li{list-style: none}
body{overflow-y: scroll}
body{color: #555; font-size: 14px;}
body a{ color: #555; text-decoration: none; }
body a:hover{ color: #f13a3a;  text-decoration: none;}

.group  {
	position:relative;
	word-wrap:break-word;
}
.modulebox{ position: relative; z-index: 1; }
.modulebox:after,.modulebox:before{height: 0;clear: both;    display: block;overflow: hidden;content: '';}
.form-mask {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    line-height: normal;
    position: absolute;
    top: 0;
    width: 100%;
}
.form-horizontal .control-label.col-sm-12{
	text-align:left;
}
.control-label{
  font-size: 12px;
  line-height:34px;
}
#design .hide_tip{ display:none }

/*web_main_edu*/
.box_menu > .view{ z-index: 1; overflow: inherit;}
#Web_Main_Head .edu_style_model{ background:none; display: none;}

#desgin-main{ background: #fff;}
#Web_Main_Head{ min-height: 170px; }
#design .box_picture{ z-index: 3!important; }
#design .box_picture img,#design .box_logo img{display: block;width:100%;height:100%;}
#design .box_base{ z-index: 4!important; }
.page_style_dh{ text-align: center; padding:10px 0;}
#web_design_main{ min-width: 1200px; margin: 0 auto; width:100%; }

.bottom_botton {  padding-top: 10px; height: 50px; text-align: center; }
#Web_main_float,#footer_main_float{ position: relative; z-index:100;}

