/* banner开始 */
.box{
    color: red;
}
.banner{
	position: relative;
}
.banner .bannerImg{
	width: 100%;
}
.banner .banner_content{
	position: absolute;
	top: 0;    
	left: 50%;
	height: 100%;
    margin-left: -600px;
	z-index:9;
}
.banner .centent{
	position: absolute;
	top: 50%;
	margin-top: -200px;    
	width: 100%;
}
.banner .text .h1{
	font-size: 48px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 58px;
	margin-top: 80px;
	margin-bottom: 30px;
}
.banner .text b{
	width: 48px;
	height: 2px;
	background: #EDFAFF;
	margin-bottom: 35px;
	display: block;
}
.banner .text p{
	font-size: 26px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 40px;
}
.banner .text i{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	opacity: 0.65;
	margin-right: 10px;
	margin-top: 5px;
}
.banner .text .span{    
	display: inline-block;
	margin-top: 8px;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 18px;
	opacity: 0.65;
}
.banner .text a{
	margin-top: 60px;
	display: inline-block;
}
.banner .text .a_link1{
	padding-left: 35px;
	width: 111px;
	height: 44px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 44px;
	margin-right: 30px;
}
.banner .text .a_link1 img,.banner .text .a_link2 img{
	width: 8px;
	height: 14px;
	margin-left: 6px;
	margin-top: 16px;
	display: inline-block;
}
.banner .text .a_link2{
	padding-left: 35px;
	width: 111px;
	height: 44px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #009FE8;
	line-height: 44px;
}
.banner .login{
	padding: 35px 30px;
	width: 300px;
	height: 372px;
	background:rgba(255,255,255,.85);
	box-shadow: 0px 0px 10px 0px rgba(43, 43, 43, 0.16);
	border-radius: 9px 9px 9px 9px;
}
.banner .login .title{
	text-align: center;
	font-size: 22px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #242933;
	line-height: 22px;
}
.banner .login .tip{
	text-align: center;
	margin-top: 9px;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #7E7E7E;
	line-height: 16px;
	margin-bottom: 45px;
}
.banner .login .block{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	border-bottom: 1px rgba(36,41,51,0.4) solid;
}
.banner .login .block p{
	margin-right: 30px;
	font-size: 16px;
}
.banner .login .block input{
	background: none;
	height: 25px;
	font-size: 16px;
	width: 270px;
}
.banner .login .block button{
	background: none;  
	font-size: 16px;  
	color: #242933;
	cursor: pointer;
	width: 94px;
}
.banner .login .submit{
	cursor: pointer;
	width: 300px;
	height: 44px;
	background: #009FE8;
	border-radius: 2px 2px 2px 2px;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 44px;    
	margin-top: 40px;
	text-align:center;
}
.banner .login .submit img {
    width: 8px;
    height: 14px;
    margin-left: 3px;
}
.banner .login .tel input{
	width: 170px;
}
.banner .login .block img{
	width: 19px;
	height: 18px;
	margin-right: 7px;
	margin-top: 3px;
}
.banner .static{
	position: absolute;
	bottom: -70px;
	width: 1200px;
	height: 52px;
	padding:48px 0px;
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	box-shadow: 0px 0px 32px 0px rgba(47, 47, 47, 0.3);
}
.banner .static .text{
	width: 20%;
}
.banner .static .text:nth-child(1){
	padding-left: 70px;
}
.banner .static .text:nth-child(5){
	width: 10%;
}
.banner .static .h1{
	font-size: 36px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #242933;
	line-height: 36px;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 5px;
}
.banner .static span{
	font-size: 14px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #242933;
}
.banner .static p{
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #7E7E7E;
	line-height: 16px;
}
/* banner结束 */
/* 热销产品开始 */
.product_bg{
	background-image: url(../image/index_product_bg.png);
	background-size: 100%;
	padding: 70px 0;
}
.product_index{
	height: 440px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	padding: 18px 12px;
}
.product_index .left{
	width: 155px;
	height: 135px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	margin-bottom: 15px;
	margin-right: 58px;
	cursor: pointer;
}
.product_index .left_active{
	border: 1px solid #009FE8;
	position: relative;
}
.product_index .left_active:after{
	content: "";
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #009FE8;
	position: absolute;
	top: 58px;
	right: -11px;
}
.product_index .left img{
	width: 65px;
	height: 65px;
	margin-top: 17px;
	margin-left: 45px;
}
.product_index .left p{
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #242933;
	line-height: 40px;
	text-align: center;
}
.product_index .center{
	width: 440px;
}
.product_index .center .h1{
	font-size: 30px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #242933;
	line-height: 30px;
	margin-top: 72px;
	margin-bottom: 26px;
}
.product_index .center p{
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #242933;
	margin-bottom: 2px;
}
.product_index .center span{
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #7E7E7E;
	margin-bottom: 5px;
	display: block;
}
.product_index .product_img{
	width: 510px;
	height: 348px;
	margin-top: 47px;
}
.product_index .a_link1{
	padding-left: 35px;
	width: 111px;
	height: 44px;
	margin-top: 25px;
	border: 1px solid #009FE8;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #009FE8;
	line-height: 44px;
	display: inline-block;
	margin-right: 30px;
}
.product_index .a_link2{
	padding-left: 35px;
	width: 111px;
	height: 44px;
	margin-top: 25px;
	margin-right: 50px;
	background: #009FE8;
	border: 1px solid #009FE8;
	border-radius: 4px;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 44px;
	display: inline-block;
}
.product_index .a_link1 img,.product_index .a_link2 img{
	width: 8px;
	height: 14px;
	margin-left: 6px;
	margin-top: 16px;
	display: inline-block;
}
/* 热销产品结束 */
/* 为什么选择网上管家婆开始 */
.why_div{
	height: 626px;
}
.why_index{
	height: 386px;
	background: #F1F1F1;	
}
.why_one{
	cursor: pointer;
	width: 602px;
	height: 300px;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 70px 43px;
}
.why_one1{
	background: url(../image/why_bg1.png);
}
.why_one2{
	background: url(../image/why_bg2.png);
}
.why_one3{
	background: url(../image/why_bg3.png);
}
.why_one4{
	background: url(../image/why_bg4.png);
}
.why_one .title{
	font-size: 22px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
}
.why_one .line{
	display: block;
	width: 26px;
	height: 2px;
	background: #EF6000;
	margin-top: 35px;
	margin-bottom: 25px;
}
.why_one p{
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 28px;
}
.why_one .button{
	width: 185px;
	height: 45px;
	border: 1px solid #F1F1F1;
	border-radius: 2px 2px 2px 2px;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 45px;
	margin-top: 40px;
	margin-right: 14px;
	text-align: center;
}
.why_Two{
	cursor: pointer;
	width: 124px;
	height: 298px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	padding: 70px 23px;
}
.why_Two .h1{
	font-size: 22px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #242933;
	line-height: 26px;
	text-align: center;
}
.why_Two p{
	margin-top: 20px;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #7E7E7E;
	line-height: 26px;
	margin-bottom: 130px;
}
.why_Two p span{
	color: #009FE8;
}
.why_Two p img{
	width: 7px;
	height: 12px;
}
.why_Two .icon{
	display: block;
	margin: auto;
}
/* 为什么选择网上管家婆结束 */
/* 网上管家婆行业解决方案开始 */
.plan_title{
	font-size: 22px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #242933;
	line-height: 22px;
	margin-bottom: 27px;
}
.plan_title p{
	cursor: pointer;
	width: 200px;
	text-align: center;
}
.plan_line{
	height: 1px;
	background: rgba(0,159,232,0.7);
	margin-bottom: 35px;
}
.plan_line p{
	margin: 0px 96px;
	width: 8px;
	height: 8px;
	background: #242933;
	border-radius: 50%;
	margin-top: -3px;
}
.plan_line .active_line{
	margin: 0px 42px;
	width: 120px;
	height: 3px;
	margin-top: -1px;
	background: #EF6000;
	border-radius: 0;
}
.plan_block{
	background: url(../image/plan_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 470px;
	margin-bottom: 70px;
}
.plan_block .plan_index{
	margin: 4px;
	display: block;
	margin-right: 53px;
}
.plan_block .h1{
	font-size: 30px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 66px;
	margin-bottom: 36px;
}
.plan_block p{
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 18px;
	margin-bottom: 10px;
}
.plan_block span{
	width: 600px;
	word-break: break-word;
	display: block;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
	opacity: 0.7;
	margin-bottom: 30px;
}
.plan_block a{
	margin-top: 5px;
	width: 116px;
	height: 46px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	margin-right: 40px;
	display: block;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 46px;
	padding-left: 30px;
}
.plan_block a img{
	width: 8px;
	height: 14px;
	margin-left: 8px;
	margin-top: 17px;
}
.plan_block .a1{
	background: #EF6000;
}
/* 网上管家婆行业解决方案结束 */
/* 这些都在用网上管家婆开始 */
.case_div{
	height: 620px;
	background: #F1F1F1;
}
.case_block{    
	margin: 0 14px;
	width: 370px;
	height: 370px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-shadow: 0px 0px 4px 0px rgba(148, 148, 148, 0.7);
}
.case_block img{
	display: block;
	margin: auto;    
	margin-top: 25px;
	margin-bottom: 10px;
}
.case_block .h1{
	text-align: center;
	font-size: 20px;
	text-align: center;
	color: #323232;
	font-weight: 700;
	margin-top: 10px;
}
.case_block p{
	width: 320px;
	margin: 0 auto;
	text-align: justify;
	color: #323232;
	margin-top: 20px;
	line-height: 24px;
	margin-bottom: 30px;
}
.case_block a{
	display: block;
	width: 204px;
	height: 40px;
	border: 1px solid #2386ee;
	color: #2386ee;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
}
.case_block a:hover{
	background: #2386ee;
	color: #fff;
}
/* 这些都在用网上管家婆结束 */
/* 资讯中心开始 */
.new_block{
	margin: 0 38px;
	width: 350px;
}
.new_block .top{
	width: 330px;
	height: 240px;   
	padding-left: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.new_block .top .title{
	font-size: 32px;
	padding-top: 40px;
	color: #fff;
	display: block;
	font-weight: 500;
	margin-bottom: 55px;
}
.new_block .top span{
	display: block;
	width: 70px;
	height: 28px;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 15px;
}
.new_block .top .link_a{
	color: #fff;
}
.new_block .top .link_a img{
	width: 8px;
	height: 14px;
	margin-left: 3px;
}
.new_block1{
	background: url(../image/news_index1.png);
}
.new_block2{
	background: url(../image/news_index2.png);
}
.new_block3{
	background: url(../image/news_index3.png);
}
.new_block .text {
	background: rgba(237, 245, 255, .9);
	padding: 30px;
	font-size: 14px;
	height: 140px;
	line-height: 28px;
}
.new_block .text a{
	color:#333;   
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 290px;
    display: block;
}
/* 资讯中心结束 */
/* 申请免费试用开始 */
.last_apply{
	margin-top: 70px;
	padding: 51px 160px;
	height: 346px;
	width: 878px;
	background: #FFFFFF;
	border: 1px solid #009FE8;
	margin-bottom: 70px;
}
.last_apply .left .title{
	font-size: 22px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #242933;
	line-height: 22px;
	margin-bottom: 10px;
	text-align: center;
}
.last_apply .left p{
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #7E7E7E;
	line-height: 18px;
	margin-bottom: 43px;
	text-align: center;
}
.last_apply .left img{
	margin: auto;
	display: block;
	margin-bottom: 43px;
}
.last_apply .left .phone{
	font-size: 36px;
	font-family: 060-CAI978;
	font-weight: bold;
	color: #242933;
	line-height: 36px;
	margin-bottom: 10px;
	text-align: center;
}
.last_apply .left .time{
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #7E7E7E;
	line-height: 26px;
	text-align: center;
}
.last_apply .line{
	width: 1px;
	height: 348px;
	background: #8FACC3;
	margin-left: 160px;
	margin-right: 135px;
}
.last_apply .right .title{
	font-size: 30px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #242933;
	line-height: 30px;
	margin-bottom: 6px;
	text-align: center;
}
.last_apply .right p{
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #7E7E7E;
	line-height: 18px;
	margin-bottom: 43px;
	text-align: center;
}
.last_apply .right input{
	width: 266px;
	height: 45px;
	border: 1px solid #7E7E7E;
	border-radius: 2px;
	margin: auto;
	display: block;
	margin-bottom:15px;
	padding: 0px 16px;
}
.last_apply .right .code{
	width: 300;
	height: 45px;
	border-radius: 2px;
	margin: auto;
	display: block;
	margin-bottom:15px;
}
.last_apply .right .code input{
	border: 0px;
	width: 145px;
	border-left: 1px solid #7E7E7E;
	border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
}
.last_apply .right .code .button{
	width: 121px;
	cursor: pointer;
	height: 45px;
	border: 1px solid #009FE8;
	border-radius: 2px;
	background: #fff;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #009FE8;
	text-align:center;
	line-height: 45px;
}
.last_apply .right .code img{
	width: 8px;
	height: 14px;
	margin-left: 3px;
}
.last_apply .right .submit{
	cursor: pointer;
	width: 300px;
	height: 44px;
	background: #009FE8;
	border-radius: 2px;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 44px;
	cursor: pointer;
	text-align:center;
}
.last_apply .right .submit img{
	width: 8px;
	height: 14px;
	margin-left: 3px;
}
/* 申请免费试用结束 */
/* 市场检验开始 */
.hotline{
	height: 180px;
	background: #009fe8;
}
.hotline .left{
	background: url(../image/hotline_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 260px;
	height: 190px;
	margin-top: -25px;
}
.hotline .left .h1 {
	font-size: 69px;
	font-family: 060-CAI978;
	font-weight: bold;
	color: #009FE8;
	line-height: 69px;
	margin-top: 53px;
	margin-left: 22px;
	width: 116px;
}
.hotline .left .h1 span{
	font-size: 30px;
	font-weight: 400;
}
.hotline .left p{
	font-size: 36px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 85px;
	margin-left: 41px;
}
.hotline .line{
	width: 1px;
	height: 105px;
	background: #FFFFFF;
	opacity: 0.5;
	margin-top: 40px;
	margin-left: 73px;
	margin-right: 88px;
}
.hotline .right .title{
	font-size: 14px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
	opacity: 0.7;
	margin-top: 35px;
	display: block;
	letter-spacing: 19px;
}
.hotline .right .h1{
	font-size: 30px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 6px;
	margin-bottom: 14px;
}
.hotline .right .button{
	width: 148px;
	height: 46px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	margin-right: 40px;
	display: block;
	font-size: 16px;
	font-family: Noto Sans S Chinese;
	font-weight: 500;
	color: #FFFFFF;
	line-height:46px;
	text-align:center;
	background: #EF6000;
}
.hotline .right .button img{
	width: 8px;
	height: 14px;
	margin-left: 8px;
	margin-top: 4px;
}
.hotline .right .tell{
	margin-left: 12px;
	width: 400px;
	height: 46px;
	border: 1px solid #FFFFFF;
	border-radius: 4px 4px 4px 4px;
}
.hotline .right .tell img{
	width: 36px;
	height: 32px;
	margin: 7px 11px;
	display: block;
}
.hotline .right .tell p{
	font-size: 26px;
	letter-spacing: 2px;
	font-family: Noto Sans S Chinese;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 46px;
}
.hotline .right .tell span{
	color: #E9FE84
}
.hotline .Hotline_more{
	width: 18px;
	height: 10px;
	margin-top: 17px;
}
/* 市场检验结束 */
.footer_links {
	background: #242933;
	padding: 20px 0;
	padding-top: 10px;
	color: #8D8D8D;
}
.footer_links a{
	color: #8D8D8D;
}
.footer_links .left{
	color: #AEAFB2;
	font-size: 12px;
	width: 100px;
}
.footer_links a{
	font-size: 12px;
	margin-right: 20px;
	display: block;
	margin-bottom: 8px;
}
.footer_links .right{
	width: 1100px;
}
/*注册登录开始*/
.bg_top {
	display: block;
	height: 120px;
	width: 100%;
}
#frame_content {
	display: block;
}
/*注册登录结束*/
/*404页面开始*/
.imh404 {
	width: 700px;
	display: block;
	margin: auto;
	margin-bottom: 50px;
}
.content_404 {
	margin: 150px auto;
}
.content_404 p{
	text-align:center;
	font-size:22px;   
	font-weight: bold;
	margin-bottom: 30px;
}
.content_404 a {
	width: 140px;
	height: 40px;
	background: #009FE8;
	font-size: 20px;
	font-family: Noto Sans S Chinese;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	display: block;
	border-radius: 5px;
	margin: auto;
}
/*404页面结束*/
/*云订货登录*/
.login-banner {
	width: 100%;
	min-width: 1000px;
	margin: 0 0 60px;
	height: 420px;
	background-color: #fff;
	position: relative;
}
ul.login-bg {
	width: 100%;
	height: 420px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.CloudOrderLogin {
	background: url(/image/plan_bg.png) no-repeat center center;
	background-size: 100% 100%;
}
.CloudOrderLogin .right{
	width: 318px;
	margin-top: 67px;
	height: 415px;
}
.CloudOrderLogin img {
	height: 420px;
	margin-top: 36px;
}
/*云订货登录*/