body {
    background-color: #F8F8F8 !important;
    /*overflow-y: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}

.comment, .home_page {
    width: 100%;
    float: left;
}

#cusLoading{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .7);
    opacity: .7;
}
.loading_warp{
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*.comment_warp{
    width: 1200px;
    background-color: violet;
    margin: 0 auto;
}*/

.banner {
    width: 100%;
    float: left;
    padding-top: 20px;
    box-sizing: border-box;
}

.layui-carousel {
    width: 1200px !important;
    height: 406px;
    margin: 0 auto;
    background-color: blue;
}
.banner .layui-carousel-ind ul{
	background-color: transparent;
}
.banner .layui-carousel-ind li{
	width: 30px;
	height: 5px;
	border-radius: 0px;
}

.notice_warp,
.business_w, .data_s_l {
    max-width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.data_s{
    background-color: #fff;
    padding: 50px 0 0 0;
    box-sizing: border-box;
}

//模块描述
.left_title_t{
   width: 100%;
   float: left;  
}
.left_title_1{
    width: 1200px;
    height: 80px;
    font-size: 22px;
    line-height: 80px;
    /*background-color: blue;*/
    margin: 0 auto;
}
.notic_area{
	width: 400px;
	height: 35px;
	color: #409eff;
	font-size: 14px;
	overflow: hidden;
	line-height: 35px;
	/*background-color: blueviolet;*/
	float: right;
	margin-top: 23px;
}
.notic_area ul li{
	cursor: pointer;
}
.notic_area ul li:hover{
	color: darkblue;
}
.notic_area ul li .notic_commnet{
	display: inline-block;
	width: 240px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.notic_area ul li .notic_time{
	float: right;
}

.new_area_p{
	float: right;
}
.left_title_1 img{
	width: 20px;
	height: 20px;
	float: left;
	margin: 29px 15px 0 0 ;
	/*background-color: blueviolet;*/
}
//业务操作
.business_first{
    width: 100%;
    float: left;
}
.business_f_1{
    width: 1200px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 45px;
    padding-left: 128px;
    box-sizing: border-box;
    /*background-color: darkviolet;*/
}
.reach_f{
    width: 180px;
    height: 180px;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    float: left;
    text-align: center;
    background: #FE7603;
    margin-right: 45px;
    cursor: pointer;
    transition: all 0.5s;
}
.reach_f img{
    display: inline-block;
    width: 80px;
    height: 80px;
}
.reach_f:hover{
    transform: scale(1.2); /* 放大1.2倍 */
}
.reach_f text{
    display:block;
    width: 100%;
    color: #fff;
    font-size: 26px;
    margin-top: 20px;
}
.master_new_area div{
	background-color: #5491FF;
}
.patg_card_area div{
	background-color: #FFBD42;
}
.data_query_area div{
	background-color: #9F5704;
}
.footer_area{
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
}
.company_beian{
	width: 1200px;
	height: 60px;
	color: #6C6C6C;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
}
/*动态订单*/
.dynamic_area{
	width: 100%;
	float: left;
	display: none;
	margin-bottom: 80px;
	background-color: #fff;
}
.dynamic_order{
	width: 1200px;
	margin: 0 auto;
}
.order_list{
	width: 100%;
	float: left;
	padding-left: 45px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.order_title{
	width: 230px;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.order_title .sort_num, .order_title .otder_state{
	float: left;
	height: 48px;
	line-height: 48px;
}
.order_title .sort_num{
	font-size: 30px;
	color: #878787;
}
.order_title .otder_state{
	width: 160px;
	font-size: 18px;
	color: #333333;
	margin-left: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.order_descr_area{
	width: 600px;
	cursor: pointer;
	float: right;
	margin-right: 120px;
}
.order_descr_area .order_descr{
	width: 100%;
	height: 48px;
	float: left;
	color: #878787;
	line-height: 48px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #EEEEEE;
}
.order_descr:hover{
	color: red;
}
.order_descr_area .order_date{
	float: right;
	color: #9A9A9A;
	margin-top: 8px;
}
