@charset "utf-8";
/* CSS Document */
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,select,textarea,form{margin: 0; padding: 0;}
body{font:14px/1.5 "微软雅黑";}
img{border:none;}
ul,ol{list-style:none;}
input,select,textarea{outline:none;border:none;background:none;}
textarea{resize:none;}
a{text-decoration:none;}

.nav{
	width: 100%;
	height: 120px;
	padding-top: 30px;
	background: #4689ed;
	color: #fff;
	font-size: 20px;
	position: relative;
}
.nav p{
	text-align: left;
	margin-left: 25%;
	padding: 8px 0;
}
.nav a{
	background: #fff;
	padding: 10px 40px;
	border: none;
	font-size: 18px;
	position: absolute;
	top: 60px;
	right: 25%;
	color: #555;
}
.nav a:hover{background: #EEEEEE;}
.content{
	width: 1100px;
	height: auto;
	margin: 88px auto;
}

/*****************************start_crm_left*************************************/
.crm_left{
    width: 200px;
	height: auto;
	float: left;
}
/*********_crm_left_top******************/
.crm_left_top{
	height: auto;
	background-color: #2D72AD;
	border-radius: 10px;
	color: white;
	margin-bottom: 20px;
	overflow: hidden;
}
.crm_left_top ul{
	width: 140px;
	height: 240px;
	margin-left: 30px;
}
.crm_left_top ul li{
	width: 140px;
	height: 39px;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #245883;
	font-size: 14px;
}
.crm_left_top ul li a{
	color: #fff;
}
/*********_crm_left_middle******************/
.crm_left_middle{
	margin-bottom: 20px;
	height: 210px;
	background: url('../images/crm_right_middle.png') no-repeat;
	overflow: hidden;
}
.crm_left_title{
	width: 170px;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	color: #fff;
}
.crm_left_middle ul{
	width: 140px;
	height: 210px;
	margin-left: 30px;
}
.crm_left_middle ul li{
	width: 140px;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.crm_left_middle ul li a{color: #757575;}
.crm_left_middle ul li img{vertical-align: middle;}
.crm_left_middle ul li a:hover{color: #1586EA;}

/*********_crm_left_bottom******************/
.crm_left_bottom{
	background: url('../images/crm_other_img.png') no-repeat;
	width: 200px;
	height: auto;
	border: 1px solid #2D72AD;
	overflow: hidden;
	border-radius: 7px;
	margin-bottom: 20px;
}
.crm_left_bottom ul{
	width: 140px;
	margin-left: 30px;
}
.crm_left_bottom ul li{
	width: 140px;
	height: 29px;
	line-height: 30px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.crm_left_bottom ul li a{color: #757575;}
.crm_left_bottom ul li img{vertical-align: middle;}
.crm_left_bottom ul li a:hover{color: #1586EA;}

/*****************************end_crm_left*************************************/

/*****************************start_crm_right*************************************/
.crm_right{
	width: 870px;
	height: auto;
	min-height: 400px;
	float: left;
	border: 1px solid #d1d1d1;
	border-radius: 7px;
	margin-left: 20px;
}
.crm_right h2{text-align: center;margin: 25px 0px 15px 0px;font-size: 22px;}
.crm_right .info{padding: 0px 25px;}
/*****************************end_crm_right*************************************/
