@charset "utf-8";
body{
	margin: 0;
	padding: 0; font-family: "微软雅黑";
}

ul,li{list-style: none;margin: 0; padding: 0;}
p,img,div{margin: 0; padding: 0;}
a{text-decoration: none !important;}
a.mobileItem{color: #fff;}
a.mobileItem:hover{color: #fff;}
a.mobileItem:visited{color: #fff;}

a.advantagesItem{color: #000;}
a.advantagesItem:hover{color: #000;}
a.advantagesItem:visited{color: #000;}

.a_cursor{cursor: default;}

.fl{float: left;}
.fr{float: right;}

.txtCenter{ text-align: center;}
.p_0{padding: 0;}

.pos{position: relative; z-index: 100;}
.mTop_40{ margin-top: 40px;}
.mTop_50{ margin-top: 50px;}
.mTop_58{ margin-top: 58px;}
.mTop_78{ margin-top: 78px;}
.m_btto{margin-bottom: 80px;}
.color_gray{color: #666;}

.borderNone{border: none;}

.banner-text{opacity: 0;}


/*----------缩放----------*/
@-webkit-keyframes scale
{
	0%
	{
		-webkit-transform:scale(0.5);
		opacity:0;
	}	
	100%
	{
		-webkit-transform:scale(1);
		opacity:1;
	}	
}
@-moz-keyframes scale
{	0%
	{
		-moz-transform:scale(0.5);
		opacity:0;
	}	
	100%
	{
		-moz-transform:scale(1);
		opacity:1;
	}	
}
@-ms-keyframes scale
{
	0%
	{
		-ms-transform:scale(0.5);
		opacity:0;
	}	
	100%
	{
		-ms-transform:scale(1);
		opacity:1;
	}	
}
@keyframes scale
{
	0%
	{
		transform:scale(0.5);
		opacity:0;
	}	
	100%
	{
		transform:scale(1);
		opacity:1;
	}	
}

/*----------banner 缩放----------*/
@-webkit-keyframes banner_scale
{
	0%
	{
		-webkit-transform:scale(1);
		
	}	
	100%
	{
		-webkit-transform:scale(1.04);
		
	}	
}
@-moz-keyframes banner_scale
{
	
	0%{
		-moz-transform:scale(1);
		
	}
	100%{
		-moz-transform:scale(1.04);
		
	}	
}
@-ms-keyframes banner_scale
{	
	0%{
		-ms-transform:scale(1);
		
	}	
	100%{
		-ms-transform:scale(1.04);
		
	}	
}
@keyframes banner_scale
{   
	0%{
		transform:scale(1);
	}	
	100%{
		transform:scale(1.04);
		
	}	
}
/*----------banner内部图片  缩放----------*/
@-webkit-keyframes banner_pic
{

	100%
	{
		-webkit-transform:scale(1);
		
	}	
}
@-moz-keyframes banner_pic
{
	
	100%
	{
		-moz-transform:scale(1);
		
	}	
}
@-ms-keyframes banner_pic
{	
	
	100%
	{
		-ms-transform:scale(1);
		
	}	
}
@keyframes banner_pic
{   
	
	100%
	{
		transform:scale(1);
		
	}	
}

/*----------移动-Y---------*/
@-webkit-keyframes translate_y
{
	0%
	{
		
		opacity:0;
	}	
	100%
	{
		-webkit-transform:translateY(0);
		opacity:1;
	}	
}
@-moz-keyframes translate_y
{
	0%
	{
		
		opacity:0;
	}	
	100%
	{
		-moz-transform:translateY(0);
		opacity:1;
	}	
}
@-ms-keyframes translate_y
{
	0%
	{
		
		opacity:0;
	}	
	100%
	{
		-ms-transform:translateY(0);
		opacity:1;
	}	
}
@keyframes translate_y
{
	0%
	{
		
		opacity:0;
	}	
	100%
	{
		transform:translateY(0);
		opacity:1;
	}	
}

/*--------移动-X-----------*/

@-webkit-keyframes translate_x
{
	100%
	{
		-webkit-transform:translateX(0);
		opacity:1;
	}	
}
@-moz-keyframes translate_x
{
	100%
	{
		-moz-transform:translateX(0);
		opacity:1;
	}	
}
@-ms-keyframes translate_x
{
	100%
	{
		-ms-transform:translateX(0);
		opacity:1;
	}	
}
@keyframes translate_x
{
	100%
	{
		transform:translateX(0);
		opacity:1;
	}	
}

/*--------rotate-----------*/



/*--------opcity-----------*/

@-webkit-keyframes e_opcity
{
	0%{
		
		opacity:0;
	}	
	100%{
		
		opacity:1;
	}	
}
@-moz-keyframes e_opcity
{
	0%{
		
		opacity:0;
	}
	100%{
		
		opacity:1;
	}	
}
@-ms-keyframes e_opcity
{

	0%{
		
		opacity:0;
	}
	100%{
		
		opacity:1;
	}	
}
@keyframes e_opcity
{
	0%{
		
		opacity:0;
	}
	100%{
		
		opacity:1;
	}	
}
/*向上悬浮箭头*/

.flotage{width: 48px; height: 164px;right: 0; bottom: 48px;  position: fixed; z-index: 101;}
.flotage img{margin-top: 6px;}
.two-dimension-code{ width:93px; height: 94px; position: absolute; top: 60px; left:-94px; background: url(../images/82.jpg) no-repeat; display: none;}
/*顶部   top*/

.topBox{width: 100%; background: #242c42; height: 31px;line-height: 31px; z-index: 1000; position:fixed;top:0;left:0;}
.tel{ color: #fff; line-height: 31px; background: url(../images/51.png) left center no-repeat; padding-left: 20px;}
.qq{color: #fff; line-height: 31px; background: url(../images/52.png) left center no-repeat; padding-left: 20px; margin-left: 20px; }
.qq:hover{color: #e04c3e; line-height: 31px; background: url(../images/53.png) left center no-repeat; padding-left: 20px; margin-left: 20px; }
.userName{color: #fff; line-height: 31px; display: none;}
.exit{color: #fff; line-height: 31px; display: none; margin-left: 20px;}
a.exit:hover{color: #e04c3e;}

/*logo 框*/
.logoBox{position:fixed;top:31px;left:0;z-index:1000;width: 100%; background: #fff; padding: 18px 0; }
.boxShadow{ box-shadow:  1px 1px 6px #888;
 -webkit-box-shadow: 1px 1px 6px #888;
 -moz-box-shadow: 1px 1px 6px #888;
  
}
.useBtn{color: #d7343e; margin-left: 20px; padding: 8px 15px; display: none ;}
.useBtn:hover{background: #bf222c;}
.active{font-size: 14px; background: #d7343e; color: #fff; border-radius: 4px;}

/*banner*/
.banner{
	width: 100%; 
	overflow: hidden;
	
	padding-top:270px ;
	padding-bottom: 195px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index:3;
	overflow-x: hidden;
	
}
.banner_animate{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1); 
	
	-webkit-animation:10s banner_scale; 
	-moz-animation:10s banner_scale; 
	-ms-animation:10s banner_scale; 
	animation:10s banner_scale; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}

.banner_animate1{ 
	transition:2s;
	-webkit-animation:2s .5s e_opcity; 
	-moz-animation:2s .5s e_opcity; 
	-ms-animation:2s .5s e_opcity; 
	animation:2s .5s e_opcity; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 	
}

.banImg{position: absolute; top: 0; height: 0; z-index:10;}
.bannerTransparent{width: 100%;z-index: 2; position: relative; background:-#333;}
.bgFixed{width: 100%; height:100%; z-index:1;position:fixed; top: 0; left: 0; background: url(../images/80.jpg) no-repeat; background-size: 100% 100%; display: none;}
.prev{ width: 70px; height: 70px; line-height: 70px; border-radius: 100%; background:#000; opacity: 0.26; position: absolute; left: 40px; top: 45%; font-size: 26px; color: #fff; text-align: center; }
.next{width: 70px; height: 70px; line-height: 70px; border-radius: 100%; background:#000;opacity: 0.26; position: absolute; right: 40px; top: 45%; font-size: 26px; color: #fff; text-align: center; }


.our{color: #fff; font-size:60px; font-family: "微软雅黑"; margin-top: 20px;}
.permanent-free{color: #fff; font-size:100px; font-family: "微软雅黑";}
.bannerBtn{ display:inline-block; color: #fff; font-size: 24px;  padding: 10px 50px; border-radius: 50px; text-align: center; opacity: 0;
    margin-right: 20px; margin-bottom: 50px; margin-top: 48px;
    background: -webkit-linear-gradient(left,#d7343e,#ec5944); 
	background: -moz-linear-gradient(left,#d7343e,#ec5944); 
	background: -ms-linear-gradient(left,#d7343e,#ec5944); 
	background: linear-gradient(left,#d7343e,#ec5944); 
}
.bannerBtn:hover{display:inline-block; color: #fff; font-size: 24px;  padding: 10px 50px; border-radius: 50px; text-align: center;
    margin-right: 20px;
    background: -webkit-linear-gradient(left,#be2731,#d24d3a); 
	background: -moz-linear-gradient(left,#be2731,#d24d3a); 
	background: -ms-linear-gradient(left,#be2731,#d24d3a); 
	background: linear-gradient(left,#be2731,#d24d3a); 
}
/*立即使用  按钮*/
.immediateUseBtn{width: 260px; height: 67px; line-height: 67px; display:inline-block; color: #fff; font-size: 24px;  border-radius: 50px; text-align: center;
   
    background: -webkit-linear-gradient(left,#ce372a,#c70c58); 
	background: -moz-linear-gradient(left,#ce372a,#c70c58); 
	background: -ms-linear-gradient(left,#ce372a,#c70c58); 
	background: linear-gradient(left,#ce372a,#c70c58); 
}
/*网店建立，会员互动     经营分析*/

.buildText{font-size: 20px; line-height: 66px; text-align: center;}
#OnlineShop,#memberExchange,#manageAnalyze,#sameChoose,#fufang_describe,#purchase_sell,#advantages,#advantagesArrow,#advantages2,#advantagesArrow2{opacity: 0;}


/*我们的优势*/
.scale{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1); 
	
	
	-webkit-animation:1s scale; 
	-moz-animation:1s scale; 
	-ms-animation:1s scale; 
	animation:1s scale; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}

.advantagesBox{padding: 90px 0 40px 0; background: #fff; z-index: 1000;}
.advantages{font-size: 40px;  margin-bottom: 20px; margin-top: 80px;}
.advantages_describe{font-size: 14px; line-height: 36px; margin-bottom: 10px;

}

.advantagesItem{font-size:18px;  font-family: '微软雅黑'; line-height:70px;}




/*永久免费*/
.free{
	-webkit-transform:translateX(-50px);
	-moz-transform:translateX(-50px);
	-ms-transform:translateX(-50px);
	transform:translateX(-50px); 
	opacity:0; 
	
	-webkit-animation:1.5s .5s translate_x; 
	-moz-animation:1.5s .5s translate_x; 
	-ms-animation:1.5s .5s translate_x; 
	animation:1.5s .5s translate_x; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards;
		
}
/*随时升级*/
.upgrade{
	
-webkit-animation:3s e_opcity; 
-moz-animation:3s e_opcity; 
-ms-animation:3s e_opcity; 
animation:3s e_opcity; 

-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards; 
-ms-animation-fill-mode:forwards; 
animation-fill-mode:forwards; 
}
/*完全符合  GSP*/
.GSP{
	
-webkit-animation:3s e_opcity; 
-moz-animation:3s e_opcity; 
-ms-animation:3s e_opcity; 
animation:3s e_opcity; 

-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards; 
-ms-animation-fill-mode:forwards; 
animation-fill-mode:forwards; 
}
/*经营分析*/
.operate{
	
	-webkit-transform:translateX(50px);
	-moz-transform:translateX(50px);
	-ms-transform:translateX(50px);
	transform:translateX(50px); 
	opacity:0; 
	
	-webkit-animation:1.5s .5s translate_x; 
	-moz-animation:1.5s .5s translate_x; 
	-ms-animation:1.5s .5s translate_x; 
	animation:1.5s .5s translate_x; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards;
}

/*超低价采购*/
.supervise{ padding-top: 80px; background: #fff;}
.supervise_left{width: 100%; height:600px;float: left;  display: inline-block; background:url(../images/81.jpg) no-repeat; 
      position: relative;}

.supervise_leftImg{position: absolute; top: 0; right:84px;}
.supervise_right{width: 100%; height:600px;float: left;  display: inline-block; position: relative;
background: -webkit-linear-gradient(left,#d7333e,#ea5644); 
background: -moz-linear-gradient(left,#d7333e,#ea5644);
background: -ms-linear-gradient(left,#d7333e,#ea5644);
background: linear-gradient(left,#d7333e,#ea5644);
 }
 .supervise_rightBox{padding: 0; height: 100%;}
.rightBg{ width: 537px; height:600px; background: url(../images/75.png) left bottom no-repeat; background-size: 100% 100%; position: absolute; left: 0; bottom: 0;z-index: 9; } 
 
@media (max-width: 1440px){

	.supervise_left{width: 100% !important; height:600px;float: left;  display: inline-block; 
background:url(../images/1440.jpg) left center no-repeat; position: relative; background-size: 100% 100%;}
}

@media (max-width: 1024px){
	
	.serviceTit{font-size:48px; color: #e04c3e; margin-left: 20px !important; }
	.service_describe{font-size:48px;  color: #666; margin-left: 20px !important; line-height: 40px;  margin-top: 50px !important; margin-bottom: 50px; }
	#serviceImg{width: 460px!important; height: 340px!important;}
	.fufang_describe{font-size:14px; font-family: '微软雅黑'; line-height:30px; color: #333; text-align: left; margin-top: 30px; padding-left: 200px !important;}	
	
	.supervise_describe{z-index: 11;}
	.superviseTit{z-index: 11;}
	
	.supervise_left{width: 100% !important; height:600px;float: left;  display: inline-block; 
background:url(../images/1024.jpg) left center no-repeat; position: relative; background-size: 100% 100%;}
	.our{color: #fff; font-size:50px; font-family: "微软雅黑"; margin-top: 20px;}
	.permanent-free{color: #fff; font-size:80px; font-family: "微软雅黑";}

}

@media (max-width: 992px){

	#rebate{text-align: center;}
	.serviceTit{font-size:48px; color: #e04c3e; margin-left: 0 !important; }
	.service_describe{font-size:48px;  color: #666; margin-left: 0 !important; line-height: 40px;  margin-top: 50px !important; margin-bottom: 50px;}
	.service_left{width: 100%; padding-top:0 !important; margin-bottom:0!important;}
	#serviceImg{width: 460px!important; height: 340px!important;}
	.supervise_describe{z-index: 11;}
	.superviseTit{z-index: 11;}
}

@media (max-width: 768px){	
	.superviseTit{font-size:24px !important;  color: #fff;margin-bottom: 110px; margin-top: 130px; margin-left: 42px; z-index: 11;}
	.supervise_describe{font-size:16px !important;  color: #fff; line-height: 40px; margin-left: 42px; z-index: 11;}
	
	
	#serviceImg{width: 80% !important; height: 80%!important;}
	.serviceTit{font-size:24px !important; color: #e04c3e; margin-left: 0 !important; text-align: center;}
	.service_describe{font-size:16px !important;  color: #666; line-height: 40px;  margin-left: 0 !important; text-align: center; margin-top: 50px !important; 		margin-bottom: 10px !important;
	}
	.service_left{width: 100%; padding-top:0 !important; margin-bottom: 0;}
	.soMany{font-size:50px!important;  color: #f25140;  margin-top: 100px; text-align: center;}	
	.sameChoose{font-size:24px!important;  color: #495062;   text-align: center;}
	.fufang_describe{font-size:14px; font-family: '微软雅黑'; line-height:30px; color: #333; text-align: left; margin-top: 30px; padding-left: 0 !important;}	
	
	
	
	.banner{padding-top: 200px; padding-bottom: 100px;}
	.prev{ width: 40px; height: 40px; line-height: 40px; border-radius: 100%; background:#000; opacity: 0.26; position: absolute; left: 5px; top: 45%; font-size: 16px; color: #fff; text-align: center;  z-index: 100;}
	.next{width: 40px; height: 40px; line-height: 40px; border-radius: 100%; background:#000;opacity: 0.26; position: absolute; right: 5px; top: 45%; font-size: 16px; color: #fff; text-align: center; z-index: 100;}
	
	.purchasingRebates{width: 290px !important; height: 80px !important; margin-bottom: 0;}
	.purchase{ position: absolute; left:0!important; bottom: -25px!important; font-size:14px!important;}
	.sell{ position: absolute; right:-10px !important;  bottom: -25px!important; font-size:14px!important;}

	
	
	
	
	.joinUs_Content{padding-left: 0!important;}
	
	#OnlineShopImg1{width: 100%;}
	#OnlineShopImg2{width: 100%;}
	#OnlineShopImg3{width: 100%;}

	.rightBg{ width: 100% !important; background: url(../images/75.png) left bottom no-repeat; background-size: 100% 100%; position: absolute; left: 0; bottom: 0;z-index: 9;  } 

	.supervise_leftImg{position: absolute; top: 0; right:0; width: 100% !important;}
	.eTit{font-size: 24px!important; color: #fff;  margin-bottom: 20px; text-align: center; margin-top: 42px; margin-bottom: 42px;}
	.eDescribe{color: #fff; font-size: 16px!important; line-height: 30px;text-align: left !important;}
	
	.supervise_left{width: 100% !important; height:400px; float: left;  display: inline-block; position: relative;
background:url(../images/1024.jpg) no-repeat; position: relative; background-size: 100% 100%;}
	
	.our{color: #fff; font-size:30px; font-family: "微软雅黑"; margin-top: 18px;}
	.permanent-free{color: #fff; font-size:50px; font-family: "微软雅黑";}
	.bannerBtn{ display:inline-block; color: #fff; font-size: 20px;  padding: 10px 40px; border-radius: 40px; text-align: center; opacity: 0;
	    margin-right: 20px; margin-bottom: 50px; margin-top: 38px;
	    background: -webkit-linear-gradient(left,#d7343e,#ec5944); 
		background: -moz-linear-gradient(left,#d7343e,#ec5944); 
		background: -ms-linear-gradient(left,#d7343e,#ec5944); 
		background: linear-gradient(left,#d7343e,#ec5944); 
	}
	
}

.mobileItem{font-size:18px; font-weight:bold; font-family: '微软雅黑'; line-height:50px; color: #fff; margin-top: 20px; display: block;}
.mobileItem_describe{font-size:14px; font-family: '微软雅黑'; line-height:40px; color: #fff;}


.superviseTit{font-size:40px;  color: #fff;margin-bottom: 50px; margin-top: 120px; margin-left: 42px; z-index: 10 !important; position: absolute; opacity: 0;}

.animate_goLeft{	
	-webkit-transform:translateX(100px);
	-moz-transform:translateX(100px);
	-ms-transform:translateX(100px);
	transform:translateX(100px); 
	opacity:0; 
	
	-webkit-animation:1s translate_x; 
	-moz-animation:1s translate_x; 
	-ms-animation:1s translate_x; 
	animation:1s translate_x; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}


.supervise_describe{font-size:22px;  color: #fff; line-height: 40px; margin-left: 42px;  z-index: 11 !important; position: absolute; top: 240px; opacity: 0;}

.animate_goLeft2{	
	-webkit-transform:translateX(100px);
	-moz-transform:translateX(100px);
	-ms-transform:translateX(100px);
	transform:translateX(100px); 
	opacity:0; 
	
	-webkit-animation:1s .5s translate_x; 
	-moz-animation:1s .5s translate_x; 
	-ms-animation:1s .5s translate_x; 
	animation:1s .5s translate_x; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}


/*售后服务*/

.service{padding-top: 130px;  }
.service_left{width: 100%; height: 100%; display: inline-block; padding-top:70px;}

.animate_goRight{
	-webkit-transform:translateX(-100px);
	-moz-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	transform:translateX(-100px); 
	opacity:0; 
	
	-webkit-animation:1s translate_x; 
	-moz-animation:1s translate_x; 
	-ms-animation:1s translate_x; 
	animation:1s translate_x; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}
.animate_goRight2{
	-webkit-transform:translateX(-100px);
	-moz-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	transform:translateX(-100px); 
	opacity:0; 
	
	-webkit-animation:1s 1s translate_x; 
	-moz-animation:1s 1s translate_x; 
	-ms-animation:1s 1s translate_x; 
	animation:1s 1s translate_x; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}
.serviceTit{font-size:48px;  color: #fff; color: #e04c3e; margin-left: 200px;}
.service_describe{font-size:24px;  color: #666; line-height: 40px;  margin-left: 200px; margin-top: 110px;}



/*电子处方*/
#eLeft{opacity: 0;}
#eRight{opacity: 0;}
.e-Prescribing{ padding-bottom: 179px; padding-top: 142px; background: transparent; clear: both; position: relative; z-index: 100;}
.eTit{font-size: 40px; color: #fff;  margin-bottom: 20px; text-align: center; margin-top: 42px; margin-bottom: 42px;}

.eDescribe{color: #fff; font-size: 18px; line-height: 30px;text-align: center; }
.eAnimate1{ 
	
	transition:2s;
	
	-webkit-animation:1s e_opcity; 
	-moz-animation:1s e_opcity; 
	-ms-animation:1s e_opcity; 
	animation:1s e_opcity; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
	
}
.eAnimate2{ 
	
	transition:2s;

	-webkit-animation:1s .5s e_opcity; 
	-moz-animation:1s .5s e_opcity; 
	-ms-animation:1s .5s e_opcity; 
	animation:1s .5s e_opcity; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
	
}
.purchase_sell1{
	-webkit-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-ms-transform:translateY(100px);
	transform:translateY(100px);
	
	
	-webkit-animation:.5s translate_y; 
	-moz-animation:.5s translate_y; 
	-ms-animation:.5s translate_y; 
	animation:.5s translate_y; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}

.purchase_sell2{
	-webkit-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-ms-transform:translateY(100px);
	transform:translateY(100px);
	
	
	-webkit-animation:.5s .5s translate_y; 
	-moz-animation:.5s .5s translate_y; 
	-ms-animation:.5s .5s translate_y; 
	animation:.5s .5s translate_y; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}

.purchase_sell3{
	-webkit-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-ms-transform:translateY(100px);
	transform:translateY(100px);
	
	
	-webkit-animation:.5s 1s translate_y; 
	-moz-animation:.5s 1s translate_y; 
	-ms-animation:.5s 1s translate_y; 
	animation:.5s 1s translate_y; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}



/*查找药品*/
.searchDrug{
	-webkit-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-ms-transform:translateY(100px);
	transform:translateY(100px);
	opacity:0; 
	
	-webkit-animation:1s .5s translate_y; 
	-moz-animation:1s .5s translate_y; 
	-ms-animation:1s .5s translate_y; 
	animation:1s .5s translate_y; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}
/*网上开店*/

.OnlineShop{
	-webkit-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-ms-transform:translateY(100px);
	transform:translateY(100px);
	
	
	-webkit-animation:.5s .5s translate_y; 
	-moz-animation:.5s .5s translate_y; 
	-ms-animation:.5s .5s translate_y; 
	animation:.5s .5s translate_y; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}
/*会员互动，如此简单*/
.memberExchange{
	-webkit-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-ms-transform:translateY(100px);
	transform:translateY(100px);
	
	
	-webkit-animation:.5s 1s translate_y; 
	-moz-animation:.5s 1s translate_y; 
	-ms-animation:.5s 1s translate_y; 
	animation:.5s 1s translate_y; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}
/*经营分析，随身携带*/
.manageAnalyze{
	-webkit-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-ms-transform:translateY(100px);
	transform:translateY(100px);

	
	-webkit-animation:.5s 1.5s translate_y; 
	-moz-animation:.5s 1.5s translate_y; 
	-ms-animation:.5s 1.5s translate_y; 
	animation:.5s 1.5s translate_y; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 

}



.soMany{font-size:100px;  color: #f25140;  margin-top: 100px; text-align: center;}
.sameChoose{font-size:36px;  color: #495062;   text-align: center;}
#s5{padding-top: 100px; padding-bottom: 260px;}
.s1_Row{padding-bottom: 60px; margin-top: 40px;}
.animate_goDown{
	-webkit-transform:translateY(-100px);
	-moz-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	transform:translateY(-100px);
	opacity:0; 
	
	-webkit-animation:1s translate_y; 
	-moz-animation:1s translate_y; 
	-ms-animation:1s translate_y; 
	animation:1s translate_y; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 
}
.animate_goDown2{
	-webkit-transform:translateY(-50px);
	-moz-transform:translateY(-50px);
	-ms-transform:translateY(-50px);
	transform:translateY(-50px);
	opacity:0; 
	
	-webkit-animation:1s 1s translate_y; 
	-moz-animation:1s 1s translate_y; 
	-ms-animation:1s 1s translate_y; 
	animation:1s 1s translate_y; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 

}

.fufang_describe{font-size:14px; font-family: '微软雅黑'; line-height:30px; color: #333; text-align: left; margin-top: 30px; padding-left: 290px;}
.strong{ color: #de4040; font-size: 24px;}
/*采购返利   销售返利*/
.purchasingRebates{ width:826px; height: 205px; margin: 0 auto; background:url(../images/54.png) no-repeat; background-size:100% 100% ; margin-top: 94px;
     position: relative; 
}
.purchase{ position: absolute; left:30px; bottom: -50px; font-size:24px;}
.sell{ position: absolute; right:10px; bottom: -50px; font-size:24px;}




.animate_goUp{
	-webkit-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-ms-transform:translateY(100px);
	transform:translateY(100px);
	opacity:0; 
	
	-webkit-animation:1s 1s translate_y; 
	-moz-animation:1s 1s translate_y; 
	-ms-animation:1s 1s translate_y; 
	animation:1s 1s translate_y; 
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards; 
	-ms-animation-fill-mode:forwards; 
	animation-fill-mode:forwards; 

}

/*色条*/
.colorLump{ width: 100%; padding: 22px 0; position: relative; z-index: 100;
background: -webkit-linear-gradient(left,#d7333e,#ec5944); 
background: -moz-linear-gradient(left,#d7333e,#ec5944);
background: -ms-linear-gradient(left,#d7333e,#ec5944);
background: linear-gradient(left,#d7333e,#ec5944);

}

/*底部    我要申请     按钮*/
.applyBtn_bottom{width: 230px; height: 54px; display:block; color: #d73446; font-size: 24px;  padding: 10px 54px; border-radius: 50px; background: #fff; text-align: center;
 margin: 0 auto;
  }


.applyBtn_bottom:hover{ border: 2px solid #fff; color: #fff; padding:8px 52px;
	background: -webkit-linear-gradient(left,#d7333e,#ec5944); 
	background: -moz-linear-gradient(left,#d7333e,#ec5944); 
	background: -ms-linear-gradient(left,#d7333e,#ec5944); 
	background: linear-gradient(left,#d7333e,#ec5944); 
}


.box{background-color:#fff; position: relative; z-index: 100; width: 100%;}

/*底部辅助导航*/

.bottomNav{width: 100%; background: #1a1334; padding-top: 120px; padding-bottom: 100px; position: relative; z-index: 100;}
.logoBottom{padding-top: 20px; margin-bottom: 20px; }
.bottom-qq{padding-top: 20px; margin-bottom: 20px; cursor:pointer;}
.bottomNavTit{color: #e94f45; font-size: 18px; line-height: 60px; margin-bottom: 10px;}
.bottomNavText{color: #fff; font-size: 12px; line-height: 30px;}

a.bottomNavMenu{color: #fff; font-size: 12px; line-height: 50px; background: url(../images/39.png) left center no-repeat; padding-left: 20px; display: block;}

.bottomNavTel{color: #fff; font-size: 12px; line-height: 50px;}


/*备案信息*/
.putOnRecords{width: 100%; background: #120b23; color: #939393; font-size: 12px; text-align: center; padding: 20px 0; line-height: 30px; position: relative; z-index: 100;}


/*加入复方*/
.joinUs_ImgBox{width: 100%; background: #f3f2f0; margin-top: 105px;}
.joinUs_Content{padding-top:60px; padding-left: 100px;padding-bottom: 50px; }
.joinUs_Content p{line-height: 30px;}
.joinUs_Content h5{font-weight: bold; font-family: '微软雅黑';}























