body{
	display:none;
}
.dynamic_ip{
	display:none;
}
@media (min-width: 768px){
/**购买产品**/
#cmm_nav{
		padding:0;
		margin:0;
		background:#ffffff;
	}
	.buyip_type{
		margin:30px 0;
	}
	.buyip_type p{
		width:282px;
		border:1px solid #036eb8;
		height:42px;
		margin:0 auto;
		border-radius:32px;
		padding:0;
	}

	.buyip_type p span{
		cursor:pointer;
		display: inline-block;
		*display:inline;
		*zoom:1;
		width:140px;
		height:40px;
		line-height:40px;
		color:#036eb8;
		text-align:center;
		border-radius:20px;
	}
	.buyip_type p span.active{
		cursor:pointer;
		background:#036eb8;
		color:#ffffff;
	}
	.buyip_info{
		width:auto;
		max-width:1530px;
		padding: 40px 200px 40px 200px;
		margin:0 auto;
	}
	.buyip_cent{
		cursor:pointer;
		width:90%;
		max-width:360px;
		margin:0 auto;
		border:2px solid #c0e5f6;
		border-radius:8px;
		padding:28px 10px 28px 10px;
		box-shadow: 2px 1px 8px #c0e5f6;
	}
	.buyip_cent:hover{
		cursor:pointer;
		border:2px solid #2fa8e1;
	}
	.buyip_cent h3{
		height:42px;
		line-height:42px;
		font-size:22px;
		color:#fb8337;
		text-align:center;
		border-bottom:1px solid #ffffff;
	}
	.buyip_cent ul{
		display:block;
		height:120px;
		margin-top:20px;
		margin-bottom:20px;
	}
	.buyip_cent ul li{
		height:30px;
		line-height:30px;
		color:#7f7f7f;
		font-size:14px;
		margin-left:24px;
		list-style-type:initial;
	}
	.buyip_cent p{
		margin:0;
		padding:0;
	}
	.buyip_cent p.buyip_price{
		position:relative;
		height:74px;
		line-height:124px;
		text-align:center;
		color:#7f7f7f;
		font-size:14px;
	}
	.buyip_cent p.buyip_price span{
		display: inline-block;
		*display:inline;
		*zoom:1;
		height:32px;
		line-height:32px;
		font-size: 24px;
		color: #fb8337;
	}
	.buyip_cent p.buyip_price i{
		position:absolute;
		display:block;
		height:32px;
		line-height:32px;
		padding:0 12px;
		border-radius:4px;
		color:#ffffff;
		font-size:14px;
		text-align:center;
		top:0px;
		left:42%;
		background:#fb8337;
		text-decoration:none;
		font-style:normal;
	}
	.buyip_cent p.buyip_price i:after {
		border: 6px solid transparent;
		border-top: 6px solid #fb8337;
		width: 0;
		height: 0;
		position: absolute;
		content: ' ';
		top: 31px;
		LEFT:8px;
	}
	.buyip_cent p.buy_shop{
		margin-top:14px;
		height:44px;
	}
	.buyip_cent p.buy_shop a{
		display:block;
		width:136px;
		height:42px;
		line-height:42px;
		border-radius:36px;
		background:#ffffff;
		color:#7f7f7f;
		font-size:14px;
		text-align:center;
		margin:0 auto;
		border:1px solid #7f7f7f;
	}
	.buyip_cent p.buy_shop a:hover{
		background:#7f7f7f;
		color:#ffffff;
	}
		/**了解更多**/
	.learn_more{
		width:auto;
		max-width:1530px;
		padding: 52px 100px 40px 100px;
		margin:0 auto;
	}
	.learn_more div.col-md-4{
		
	}
	.learnmore_info{
		position:relative;
		max-width: 360px;
		margin: 0 auto;
	}
	.learnmore_info img{
		display:block;
		width:100px;
		margin:0 auto;
	}
	.learnmore_info h3{
		height:46px;
		line-height:46px;
		color:#036eb8;
		font-size:20px;
		font-weight:bold;
		text-align:center;
	}
	.learnmore_info ul{
		position:relative;
		width:256px;
		height:186px;
		border:1px solid #3497e3;
		border-radius:6px;
		margin:20px auto 0 auto;
		background:#ffffff;
		z-index: 900;
	}
	.learnmore_info ul li{
		height:36px;
		line-height:40px;
		text-align:center;
		color:#7f7f7f;
		font-size:14px;
		margin:0 12px;
		border-bottom:1px solid #3497e3;
	}
	.learnmore_info ul li span.l_price{
		font-size:22px;
		font-weight:bold;
		color:#fb8337;
	}
	.learnmore_info ul li:nth-child(1){
		height:42px;
		line-height:52px;
	}
	.learnmore_info i.cp_ldot{
		display:block;
		position:absolute;
		width:60px;
		height:32px;
		top:244px;
		left:0;
		background:url('/public/statics/image/cp_ldot.png') no-repeat 10px center;
		background-size:50px;
	}
	.learnmore_info i.cp_rdot{
		display:block;
		position:absolute;
		width:60px;
		height:32px;
		top:244px;
		right:0;
		background:url('/public/statics/image/cp_rdot.png') no-repeat 0px center;
		background-size:50px;
	}



}
@media (max-width: 767px) {	
	#cmm_nav{
		padding:0;
		margin:0;
	}
	.navbar-default{
		background-color: #000000;
	}
	.buyip_type{
		margin:30px 0;
	}
	.buyip_type p{
		width:282px;
		border:1px solid #036eb8;
		height:42px;
		margin:0 auto;
		border-radius:32px;
		padding:0;
	}

	.buyip_type p span{
		cursor:pointer;
		display: inline-block;
		*display:inline;
		*zoom:1;
		width:140px;
		height:40px;
		line-height:40px;
		color:#036eb8;
		text-align:center;
		border-radius:20px;
	}
	.buyip_type p span.active{
		cursor:pointer;
		background:#036eb8;
		color:#ffffff;
	}
	.buyip_info{
		width:auto;
		max-width:1530px;
		padding: 0;
		margin:0 auto;
	}
	.buyip_cent{
		cursor:pointer;
		width:80%;
		max-width:360px;
		margin:0 auto 28px	 auto;
		border:2px solid #c0e5f6;
		border-radius:8px;
		padding:28px 10px 28px 10px;
		box-shadow: 2px 1px 8px #c0e5f6;
	}
	.buyip_cent:hover{
		cursor:pointer;
		border:2px solid #2fa8e1;
	}
	.buyip_cent h3{
		height:42px;
		line-height:42px;
		font-size:22px;
		color:#fb8337;
		text-align:center;
		border-bottom:1px solid #ffffff;
	}
	.buyip_cent ul{
		display:block;
		height:120px;
		margin-top:20px;
		margin-bottom:20px;
	}
	.buyip_cent ul li{
		height:30px;
		line-height:30px;
		color:#7f7f7f;
		font-size:14px;
		margin-left:24px;
		list-style-type:initial;
	}
	.buyip_cent p{
		margin:0;
		padding:0;
	}
	.buyip_cent p.buyip_price{
		position:relative;
		height:74px;
		line-height:124px;
		text-align:center;
		color:#7f7f7f;
		font-size:14px;
	}
	.buyip_cent p.buyip_price span{
		display: inline-block;
		*display:inline;
		*zoom:1;
		height:32px;
		line-height:32px;
		font-size: 24px;
		color: #fb8337;
	}
	.buyip_cent p.buyip_price i{
		position:absolute;
		display:block;
		height:32px;
		line-height:32px;
		padding:0 12px;
		border-radius:4px;
		color:#ffffff;
		font-size:14px;
		text-align:center;
		top:0px;
		left:42%;
		background:#fb8337;
		text-decoration:none;
		font-style:normal;
	}
	.buyip_cent p.buyip_price i:after {
		border: 6px solid transparent;
		border-top: 6px solid #fb8337;
		width: 0;
		height: 0;
		position: absolute;
		content: ' ';
		top: 31px;
		LEFT:8px;
	}
	.buyip_cent p.buy_shop{
		margin-top:14px;
		height:44px;
	}
	.buyip_cent p.buy_shop a{
		display:block;
		width:136px;
		height:42px;
		line-height:42px;
		border-radius:36px;
		background:#ffffff;
		color:#7f7f7f;
		font-size:14px;
		text-align:center;
		margin:0 auto;
		border:1px solid #7f7f7f;
	}
	.buyip_cent p.buy_shop a:hover{
		background:#7f7f7f;
		color:#ffffff;
	}
		/**了解更多**/
	.learn_more{
		width:auto;
		max-width:1530px;
		padding: 0;
		margin:0 auto;
	}
	.learn_more div.col-md-4{

		margin-bottom:28px;
		border-bottom:1px solid #ffffff;
	}
	.learn_more div.col-md-4:nth-child(1){
		margin-top:32px;
	}
	.learnmore_info{
		position:relative;
		max-width: 360px;
		margin: 0 auto;
	}
	.learnmore_info img{
		display:block;
		width:100px;
		margin:0 auto;
	}
	.learnmore_info h3{
		height:46px;
		line-height:46px;
		color:#036eb8;
		font-size:20px;
		font-weight:bold;
		text-align:center;
	}
	.learnmore_info ul{
		position:relative;
		width:256px;
		height:186px;
		border:1px solid #3497e3;
		border-radius:6px;
		margin:20px auto 0 auto;
		background:#ffffff;
		z-index: 900;
	}
	.learnmore_info ul li{
		height:36px;
		line-height:40px;
		text-align:center;
		color:#7f7f7f;
		font-size:14px;
		margin:0 12px;
		border-bottom:1px solid #3497e3;
	}
	.learnmore_info ul li span.l_price{
		font-size:22px;
		font-weight:bold;
		color:#fb8337;
	}
	.learnmore_info ul li:nth-child(1){
		height:42px;
		line-height:52px;
	}
	.learnmore_info i.cp_ldot{
		display:block;
		position:absolute;
		width:60px;
		height:32px;
		top:244px;
		left:0;
		background:url('/public/statics/image/cp_ldot.png') no-repeat 10px center;
		background-size:50px;
	}
	.learnmore_info i.cp_rdot{
		display:block;
		position:absolute;
		width:60px;
		height:32px;
		top:244px;
		right:0;
		background:url('/public/statics/image/cp_rdot.png') no-repeat 0px center;
		background-size:50px;
	}



}






