@media screen and (min-width:1200px) {
	body{
		width: 100%;
		/*overflow: hidden;*/
		overflow-x: hidden;
	}
	.icp_banner{
		width: 100%;
		height: 620px;
		background: url(../images/icp_banner.jpg) center no-repeat;
	}
	.icp_banner_info h3{
		line-height: 125px;
	}
	.icp_banner_info span{
		width: 500px;
		line-height: 34px;
	}
	.icp_banner_info a{
		width: 130px;
		border-radius: 5px;
		margin-top: 40px;
	}
	.record{
		width: 100%;
		height: 510px;
		background: #f5f5f5;
	}
	.record ul{
		height: 89px;
		border-bottom: 1px solid #383d41;
		padding-top: 50px;
		width: 1200px;
		margin: 0 auto 60px;
		position: relative;
	}
	.record ul:after,.record ul:before{
		display: inline-block;
		padding: 0 8px;
		content: '1个工作日';
		height: 20px;
		line-height: 20px;
		background: #f5f5f5;
		position: absolute;
		left: 440px;
		bottom: -10px;
		color: #999;		
	}
	.record ul:before{
		content: '请耐心等待，约20个工作日';
		left: auto;
		right: 147px;
	}
	.record ul li{
		display: block;
		float: left;
		width: 130px;
		position: relative;
		cursor: pointer;
		height: 89px;
		margin: 0 55px;
	}
	.record ul li em{
		display: block;
		width: 40px;
		height: 40px;
		overflow: hidden;
		margin: 0 auto;
	}
	.record ul li em img{
		display: block;
		width: 40px;
		height: 80px;
		transform: translateY(0);
		transition: 0.3s;
	}
	.record ul li:hover em img{
		transform: translateY(-40px);
		transition: 0.3s;
	}
	.record ul li span{
		height: 34px;
		line-height: 34px;
		display: block;
		text-align: center;
		color: #333;
		font-size: 16px;
		transition: 0.3s;
	}
	.record ul li i{
		display: block;
		height: 20px;
		width: 20px;
		line-height: 20px;
		text-align: center;
		font-size: 12px;
		background: #383d41;
		color: #fff;
		border-radius: 20px;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		bottom: -9px;
		transition: 0.3s;
	}
	.record ul li:hover span{
		color: #1f65e0;
		transition: 0.3s;
	}
	.record ul li:hover i{
		background: #1f65e0;
		transition: 0.3s;
	}
	.record a{
		display: block;
		width: 160px;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		text-align: center;
		background: #ff8929;
		margin: 0 auto;
		font-size: 18px;
		color: #fff;
	}
	.select{
		width: 1200px;
		margin: 70px auto 40px;
		height: 40px;
		line-height: 40px;
	}
	.select select{
		width: 160px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.select select option{
		font-size: 16px;
		line-height: 40px;
	}
	.map{
		height: 988px;
		width: 1200px;
		margin: 0 auto;
	}
	.echarts{
		display: block;
		width: 780px;
		float: left;
		height: 620px;
		overflow: hidden;
	}
	.map_tab{
		display: block;
		width: 420px;
		height: 540px;
		float: right;
		margin-top: 40px;
	}
	.map_tab_li{
		height: 40px;
	}
	.map_tab_li li{
		width: 50%;
		height: 40px;
		line-height: 40px;
		float: left;
		background: #f5f5f5;
		color: #333;
		font-size: 14px;
		cursor: pointer;
		text-align: center;
	}
	.map_tab_li li.active{
		color: #fff;
		background: #46abff;
	}
	.map_tab_div{
		width: 388px;
		height: 489px;
		border: 1px solid #eee;
		border-top: none;
		display: none;
		padding: 25px 15px;
	}
	.scroll_box{
		display: block;
		height: 489px;
		overflow-y:auto ;
		width: 100%;
	}
	.map_tab_div h3{
		display: block;
		font-size: 14px;
		line-height: 30px;
		color: #333;
	}
	.map_tab_div p{
		display: block;
		line-height: 21px;
		color: #999;
		font-size: 12px;
	}
	.icp_common{
		display: block;
		height: 560px;
		background: #f5f5f5;
	}
	.icp_common_box{
		display: block;
		width: 1280px;
		margin: 0 auto;
		padding-top: 70px;
	}
	.icp_common_list{
		display: block;
		float: left;
		width: 250px;
		margin: 0 35px;
	}
	.icp_common_list h3{
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #e5e5e5;
		font-size: 16px;
		color: #333;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.icp_common_list li{
		line-height: 30px;
		font-size: 14px;
		color: #999;		
	}
	.icp_common_list a{
		display: block;
		padding-left: 10px;
		color: #1f65e0;
		font-size: 14px;
	}
	.icp_common_list li a{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-left: 0px;
		color: #333;
	}
	.icp_common_list li a:hover{
		color: #1f65e0;
	}
	/*滚动条的宽度*/
	.scroll_box::-webkit-scrollbar {
	  width:9px;
	  height:9px;
	}
	
	/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
	.scroll_box::-webkit-scrollbar-track {
	  width: 6px;
	  background-color:#fff;
	  -webkit-border-radius: 2em;
	  -moz-border-radius: 2em;
	  border-radius:2em;
	}
	
	/*滚动条的设置*/
	.scroll_box::-webkit-scrollbar-thumb {
	  background-color:#f5f5f5;
	  background-clip:padding-box;
	  min-height:28px;
	  -webkit-border-radius: 2em;
	  -moz-border-radius: 2em;
	  border-radius:2em;
	}
	.help_banner{
		width: 100%;
		height: 250px;
		overflow: hidden;
		background: url(../images/help_banner.jpg) center no-repeat;
	}
	.help_banner h3{
		text-align: center;
		font-size: 28px;
		color: #fff;
		line-height: 60px;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.help_banner span{
		width: 620px;
		margin: 0 auto;
		border-radius: 5px;
		overflow: hidden;
		display: block;
	}
	.help_banner span input{
		width: 470px;
		background: #fff;
		line-height: 44px;
		font-size: 16px;
		padding: 0 15px;
		border: none;
		float: left;
	}
	.help_banner span button{
		display: block;
		height: 44px;
		width: 120px;
		background: #069dff;
		border: none;
		float: left;
		cursor: pointer;
		color: #FFFFFF;
		font-size: 18px;
	}
	.help_banner div{
		width: 620px;
		font-size:12px;
		line-height: 50px;
		color: #FFFFFF;
		margin: 0 auto;
	}
	.help_banner div a{
		display: inline-block;
		color: #fff;
		padding-right: 15px;
	}
	.help_nav{
		width: 1200px;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 100px;
		background: url(../images/helpbg.jpg) repeat-y;
	}
	.help_nav_left{
		float: left;
		width: 220px;
		min-height: 500px;
		position: relative;
		height: 100%;
		/*background: #fafafa;*/
	}
	.help_nav_rgiht{
		padding-left: 40px;
		width: 940px;
		overflow: hidden;
		float: left;
	}
	.nav_right_top{
		width: 100%;
		overflow: hidden;
	}
	.help_common{
		width: 550px;
		float: left;
	}
	.help_contact{
		float: right;
		width: 350px;
	}
	.help_h3{
		padding-top: 20px;
		border-bottom: 1px solid #e5e5e5;
		line-height: 48px;
		font-size: 16px;
		color: #333;
		margin-bottom: 15px;
	}
	.help_common li,.help_contact li{
		line-height: 28px;
		font-size: 14px;
		width: 50%;
		float: left;
		box-sizing: border-box;
		padding-right:10px;
	}
	.help_common li a{
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.help_common li a:hover{
		color: #069dff;
	}
	.help_contact li{
		width: 100%;
		display: flex;
	}
	.help_contact li img{
		display: block;
		width: 18px;
		height: 18px;
		float: left;
		margin-top: 5px;
	}
	.help_contact li em{
		flex: 1;
		padding-left: 10px;
	}
	.help_novice{
		display: block;
		width: 100%;
	}
	.help_novice li{
		width: 120px;
		float: left;
		text-align: center;
		color: #069dff;
		padding-right: 85px;
		position: relative;
	}
	.help_novice li em{
		display: block;
		border: 1px solid #069dff;
		height: 40px;
		line-height: 40px;
		border-radius: 3px;
		box-sizing: border-box;
	}
	.help_novice li:after{
		display: block;
		width: 85px;
		height: 40px;
		content: '';
		background: url(../images/help_setp.png) center no-repeat;
		position: absolute;
		right: 0;
		top: 0;
	}
	.help_novice li:last-child{
		padding: 0;
	}
	.help_novice li:last-child:after{
		display: none;
	}
	.help_list_box{
		width: 100%;
		overflow: hidden;
		
	}
	.help_list{
		width: 440px;
		float: left;
	}
	.help_list h3{
		background: url(../images/help_icon1.png) right 39px no-repeat;
	}
	.help_list:nth-child(even){
		float: right;
	}
	.help_list ul{
		height: 56px;
		overflow: hidden;
	}
	.help_list li{
		display: inline-block;
		padding-right: 30px;
		color: #666;
		line-height: 28px;
		font-size: 14px;
	}
	.help_nav_left li{
		line-height: 50px;
		cursor: pointer;
		border-top: 1px solid #f2f2f2;
		background: url(../images/help_icon1.png) 200px 20px no-repeat;
	}
	.help_nav_left li.active{
		background: url(../images/help_icon2.png) 200px 20px no-repeat;
	}
	.help_nav_left li img{
		display: block;
		float: left;
		width: 16px;
		margin: 17px 0 0 15px;
	}
	.help_nav_left li em{
		display: inline-block;
		padding-left: 10px;
	}
	.help_nav_left li ul{
		display: none;
	}
	.help_nav_left li ul li{
		padding-left: 41px;
		background: none;
	}
	.seo_banner{
		width: 100%;
		height: 620px;
		position: relative;
		overflow: hidden;
		background: url(../images/seo_banner.jpg) center no-repeat;
	}
	.seo_banner img{
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -960px;	
		display: block;	
		width: 1920px;
		height: 620px;
	}
	.seo_banner_box{
		width: 100%;
		position: absolute;
		left: 0;
		z-index: 9;
		color: #fff;
		text-align: center;
		padding-top: 190px;
	}
	.seo_banner_box h3{
		font-size: 48px;
		font-weight: 600;
		line-height: 90px;
	}
	.seo_banner_box p{
		font-size: 24px;
		line-height: 66px;	
	}
	.seo_banner_box a{
		width: 140px;
		height: 40px;
		border-radius: 3px;
		display: block;
		background: #fff;
		font-size: 18px;
		color: #350c7a;
		line-height: 40px;
		margin: 60px auto 0;
	}
	h3.public{
		font-size: 48px;
		color: #333;
		text-align: center;
		width: 100%;
		padding-top: 75px;
		line-height: 60px;
	}
	h3.public p{
		font-size: 18px;
		line-height: 35px;
	}
	.seo_difficulty{
		overflow: hidden;
		padding-bottom: 100px;
	}
	.seo_difficulty ul{
		width: 1200px;
		margin: 0 auto;
		padding-top: 70px;
		text-align: center;
	}
	.seo_difficulty ul li{
		width: 400px;
		float: left;
	}
	.seo_difficulty ul li em{
		width: 140px;
		height: 140px;
		border-radius: 140px;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		transition: 0.3s;
		background: #fff;		
		box-shadow: 0 4px 10px rgba(73,119,187,0.13)
	}
	.seo_difficulty ul li em img{
		display: block;
		width: 140px;
		height: 280px;
		float: left;
		transform: translateY(0);
		transition: 0.3s;
	}
	.seo_difficulty ul li em:hover{
		background: #009eff;
		transition: 0.3s;
	}
	.seo_difficulty ul li em:hover img{
		transform: translateY(-140px);
		transition: 0.3s;
	}
	.seo_difficulty ul li strong{
		display: block;
		line-height: 45px;
		padding-top: 20px;
		font-size: 18px;
		font-weight: 600;
		color: #333;
	}
	.seo_difficulty ul li p{
		line-height: 30px;
		font-size: 16px;
		color: #777;
		width: 175px;
		margin: 0 auto;
	}
	.seo_strategy{
		width: 100%;
		height: 720px;
		background: #f5f5f5 url(../images/seo_strategy.png) center 240px no-repeat;
	}
	.seo_strategy_wap{
		display: none;
	}
	.seo_strategy ul{
		padding-top: 70px;
		width: 1080px;
		margin: 0 auto;
		overflow: hidden;
	}
	.seo_strategy ul li{
		display: block;
		overflow: hidden;
		width: 320px;
		float: left;
	}
	.seo_strategy ul li.right{
		padding-left: 220px;
	}
	.seo_strategy ul li.left{
		padding-right: 220px;
	}
	.seo_strategy ul li.left em,.seo_strategy ul li.left span{
		float: right;
	}
	.seo_strategy ul li.left_center,.seo_strategy ul li.right_center{
		margin: 95px 0;
	}
	.seo_strategy ul li.left_center{
		width: 250px;
		padding-right: 290px;
	}
	.seo_strategy ul li.right_center{
		width: 250px;
		padding-left: 290px;
	}
	.seo_strategy ul li em{
		display: block;
		width: 41px;
		height: 42px;
		border:1px solid #ffbb46;
		line-height: 42px;
		text-align: center;
		font-size: 24px;
		background: #ffbb46;
		color: #fff;
		float: left;
	}
	.seo_strategy ul li span{
		float: left;
		display: block;
		height: 42px;
		line-height: 42px;
		border:1px solid #ffbb46;
		background: #FFFFFF;
		color: #333333;
		padding: 0 30px;
		font-size: 22px;
	}
	.seo_baidu{
		height: 860px;
		background: url(../images/seo_baidu_back.jpg) center bottom no-repeat;
	}
	.seo_baidu_vs{
		padding-top: 100px;
		width: 950px;
		margin: 0 auto;
		height: 64px;
		background: url(../images/seo_baidu_vs.png) center 58px no-repeat;
	}
	.seo_baidu_vs span{
		display: block;
		width: 315px;
		height: 64px;
		line-height: 64px;
		font-size: 30px;
		font-weight: 600;
		border-radius: 8px;
		text-align: center;
	}
	.seo_baidu_vs span.left{
		float: left;
		background: #faf0eb;
		color: #ff5b18;
	}
	.seo_baidu_vs span.right{
		float: right;
		background: #f7f7f7;
		color: #333;
	}
	.vs_list{
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 95px;
		position: relative;
	}
	.vs_list:after{
		background: #b9b9b9;
		width: 1px;
		height: 430px;
		left: 50%;
		position: absolute;
		top: 20px;
		display: block;
		content: '';
		z-index: 1;
	}
	.vs_list_ul{
		width: 440px;
		float: left;
	}
	.vs_list_ul li{
		height: 64px;
		border-radius: 8px;
		padding:0 20px 0 60px;
		width: 360px;
		position: relative;
		display: flex;
		margin: 10px 0px;
		float: left;
	}
	.vs_list_left li{
		background: #faf0eb;
		color: #ff5b18;
	}
	.vs_list_right li{
		background: #f7f7f7;
		color: #333;
	}
	.vs_list_ul li em{
		border-radius: 28px;
		width: 14px;
		height: 14px;
		background: #ff6833;
		position: absolute;
		left: 20px;
		top: 16px;
		text-align: center;
		padding: 7px;
	}
	.vs_list_right li em{
		background: #929292;
	}
	.vs_list_ul li em img{
		display: block;
	}
	.vs_list_ul li div{
		flex: 1;
		display: table;
		height: 64px;
		font-size: 16px;
		line-height: 150%;
	}
	.vs_list_ul li div span{
		display: table-cell;
		vertical-align: middle;
		font-size: ;
	}
	.vs_list_center{
		width: 320px;
		float: left;
	}	
	.vs_list_center li{
		height: 64px;
		width: 100%;
		position: relative;
		float: left;
		margin: 10px 0;
		z-index: 2;
	}
	.vs_list_center li em{
		width: 170px;
		line-height: 44px;
		display: block;
		margin: 10px auto;
		text-align: center;
		font-size: 24px;
		color: #fff;
		background: #939393;
		border-radius: 5px;
	}
	.vs_list_center li:after,.vs_list_center li:before{
		display: block;
		height: 64px;
		width: 64px;
		content: '';
		position: absolute;
		top: 0;
	}
	.vs_list_center li:before{
		background: url(../images/seo_baidu_left.png) center no-repeat;
		left: 0;
	}
	.vs_list_center li:after{
		background: url(../images/seo_baidu_right.png) center no-repeat;
		right: 0;
	}
	.seo_case_tab{
		padding-top: 70px;
		overflow: hidden;
	}
	.seo_case .swiper-container{
		display: none;
	}
	.tab_li{
		width: 1200px;
		margin: 0 auto;
		height: 45px;
		border-bottom: 1px solid #e5e5e5;
	}
	.tab_li ul{
		/*width: 850px;*/
		margin: 0 auto;
		text-align: center;
	}
	.tab_li ul li{
		/*display: block;*/
		display: inline-block;
		width: 205px;
		text-align: center;
		cursor: pointer;
		line-height: 45px;
		font-size: 18px;
		color: #353535;
		/*float: left;*/
		position: relative;
	}
	.tab_li ul li.active{
		color: #079cff;
	}
	.tab_li ul li.active:after{
		background: #079cff;
		display: block;
		width: 40px;
		height: 1px;
		position: absolute;
		left: 50%;
		margin-left: -20px;
		bottom: -1px;
		content: '';
		z-index: 99;
	}
	.tab_box{
		padding: 60px 20px 130px;
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
	.tab_box_div{
		display: none;
	}
	.tab_box_div em{
		width: 645px;
		height: 420px;
		border-radius: 10px;
		float: left;
		overflow: hidden;
		-o-box-shadow:5px 5px 15px rgba(13,4,8,0.06),
									5px -5px 15px rgba(13,4,8,0.06),
									-5px 5px 15px rgba(13,4,8,0.06),
									-5px -5px 15px rgba(13,4,8,0.06);
		-ms-box-shadow:5px 5px 15px rgba(13,4,8,0.06),
									5px -5px 15px rgba(13,4,8,0.06),
									-5px 5px 15px rgba(13,4,8,0.06),
									-5px -5px 15px rgba(13,4,8,0.06);
		-moz-box-shadow:5px 5px 15px rgba(13,4,8,0.06),
										5px -5px 15px rgba(13,4,8,0.06),
										-5px 5px 15px rgba(13,4,8,0.06),
										-5px -5px 15px rgba(13,4,8,0.06)
		-webkit-box-shadow:5px 5px 15px rgba(13,4,8,0.06),
											5px -5px 15px rgba(13,4,8,0.06),
											-5px 5px 15px rgba(13,4,8,0.06),
											-5px -5px 15px rgba(13,4,8,0.06);
		box-shadow:5px 5px 15px rgba(13,4,8,0.06),
							5px -5px 15px rgba(13,4,8,0.06),
							-5px 5px 15px rgba(13,4,8,0.06),
							-5px -5px 15px rgba(13,4,8,0.06);
	}
	.tab_box_div em img{
		display: block;
		width: 100%;
	}
	.tab_box_div_right{
		padding-left: 75px;
		width: 480px;
		float: left;
		padding-top: 80px;
	}
	.tab_box_div_right h4{
		font-size: 36px;
		line-height: 95px;
	}
	.tab_box_div_right span{
		line-height: 32px;
		font-size: 16px;
		display: block;
		color: #777;
	}
	.tab_box_div_right a{
		display: block;
		float: left;
		margin-top: 70px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		border-radius: 50px;
		background: #009EFF;
		width: 160px;
	}
	.seo_data{
		background: #f5f5f5;
	}
	.new_datas{
		border-bottom: 1px solid #eee;
	}
	
	.product_banner{
		width: 100%;
		height: 580px;
		background: url(../images/product_banner.jpg) center no-repeat;
	}
	.product_banner_box{
		width: 1200px;
		margin: 0 auto;
		padding-top: 153px;
		color: #fff;
		position: relative;
		height: 620px;
		box-sizing: border-box;
	}
	.product_banner_box h3{
		font-size: 40px;
		color: #fefefe;
		line-height: 94px;
	}
	.product_banner_box span{
		display: block;
		width: 250px;
		line-height: 23px;
		font-size: 14px;
	}
	.product_banner_box a{
		display: block;
		float: left;
		width: 205px;
		height: 44px;
		box-sizing: border-box;
		margin-top: 60px;
		text-align: center;
		line-height: 44px;
		font-size: 16px;
		color: #fff;
		border-radius: 44px;
		border: 1px solid #fff;
	}
	.product_banner_box img{
		position: absolute;
		right: -73px;
		bottom: 0;
	}
	.product_one,.product_two{
		display: table;
		height: 500px;
		width: 1200px;
		margin: 0 auto;
	}
	.product_two_box{
		background: #f4f4f4;
	}
	.product_one_right{
		text-align: right;
	}
	.product_one_left,.product_one_right,.product_two_left,.product_two_right{
		display: table-cell;
		vertical-align: middle;
	}
	.product_span{
		width: 445px;
		display: block;
		font-size: 16px;
		line-height: 30px;
	}
	.product_h3{
		line-height: 94px;
		font-size: 32px;
	}
	.product_one_right{
		width: 650px;
	}
	.product_two_left{
		width: 440px;
	}
	.vnet_banner{
		height: 620px;
		width: 100%;
		background: url(../images/vnet_banner.jpg) center no-repeat;
	}
	.vnet_banner .product_banner_box span{
		width: 400px;
	}
	.vnet_banner .product_banner_box a{
		width: 130px;
		border-radius: 3px;
	}
	.vneta_effect{
		text-align: center;
		background: #f5f5f5;
		padding-bottom: 100px;
	}
	.vneta_effect img{
		display: block;
		width: 1200px;
		margin:70px auto 0 ;
	}
	/*.vneta_search{
		padding-bottom: 100px;
	}*/
	.vneta_search span.search_box{
		width: 470px;
		height: 40px;
		padding:10px 0 0px;
		margin: 0 auto;
		display: block;
	}
	.vneta_search span.search_box input{
		border: 1px solid #079cff;
		height: 38px;
		line-height: 38px;
		width: 268px;
		padding: 0 15px;
		float: left;
		font-size: 16px;
	}
	.vneta_search span.search_box a{
		height: 40px;
		text-align: center;
		line-height: 40px;
		border: none;
		width: 170px;
		background: #079cff;
		float: left;
		color: #fff;
		font-size: 18px;
		cursor: pointer;
	}
	.tab_child{
		display: none;
	}
	.tab_child_left{
		width: 180px;
		float: left;
	}
	.tab_child_left ul li{
		height: 90px;
		line-height: 90px;
		background: #f8f8f8;
		margin-bottom: 1px;
		display: flex;
		color: #353535;
		cursor: pointer;
	}
	.tab_child_left ul li.active{
		background: #079cff;
		color: #fff;
	}
	.tab_child_left ul li img{
		display: block;
		padding-left:10px;
		float: left;
		margin: 32px 0;
	}
	.tab_child_left ul li em{
		flex: 1;
		font-size: 18px;
		padding-left: 10px;
	}
	.tab_child_right{
		float: right;
		width: 950px;
		padding-left: 70px;
	}
	.tab_child_right_tab{
		display: none;
	}
	
	.cloud_banner{
		width:100% ;
		height: 620px;
		background: url(../images/yun_banner.jpg) center no-repeat;
	}
	.cloud_banner_box{
		width: 1200px;
		margin: 0 auto;
	}
	.cloud_banner_left{
		color: #fff;
		padding-top: 140px;
		width: 500px;
		float: left;
	}
	.cloud_banner_left p{
		line-height: 50px;
		font-size: 24px;
	}
	.cloud_banner_left h3{
		height: 74px;
		line-height: 74px;
		padding-bottom: 26px;
		font-size: 48px;
	}
	.cloud_banner_left span{
		display: block;
		line-height: 34px;
		font-size: 16px;
	}
	.cloud_banner_right{
		float: right;
		height: 480px;
		width: 400px;
		border-radius: 10px;
		background: #fff;
		margin-top: 70px;
	}
	.cloud_banner_right h3{
		height: 50px;
		width: 270px;
		margin: 0 auto;
		padding: 27px 0;
	}
	.cloud_banner_right ul{
		padding: 0 26px;
		overflow: hidden;
	}
	.cloud_banner_right ul li{
		/*height: 44px;*/
		margin-bottom: 20px;
		float: left;
		width: 100%;
	}
	.cloud_banner_right ul li span{
		display: block;
		padding: 5px 15px;
		background: #f0f4ff;
		border-radius: 5px;
		height: 34px;
	}
	.cloud_banner_right ul li span input{
		height: 34px;
		background: none;
		width: 100%;
		border: none;
	}
	.cloud_banner_right ul li.yzm span input{
		width: 205px;
	}
	.cloud_banner_right ul li button{
		width: 100%;
		border: none;
		height: 44px;
		color: #391916;
		cursor: pointer;
		background: #f6d8aa;
		font-size: 18px;
		border-radius: 5px;
	}
	.cloud_banner_right ul li.yzm span a{
		display: inline-block;
		width: 110px;
		text-align: center;
		border: none;
		height: 34px;
		line-height: 34px;
		color: #171374;
		cursor: pointer;
		background: none;
		border-left: #d1d3da 1px solid;
		font-size: 14px;
		border-radius: 0;
	}
	.cloud_banner_right ul li.yzm{
		margin-bottom: 30px;
	}
	.cloud_banner_right ul li p{
		display: block;
		height: 20px;
		line-height: 35px;
		font-size: 12px;
		color: #999;
		padding-left: 15px;
	}
	.cloud_banner_right ul li:last-child p{
		color: #252525;
	}
	.core_list{
		width: 1200px;
		margin: 70px auto 100px;
		display: block;
		background: url(../images/core_img.jpg) center no-repeat;
		height: 400px;
	}
	.core_list ul li{
		height: 111px;
		width: 313px;
		border-radius: 5px;
		border: 1px solid #def2ff;
		background: #f9fbfd;
		float: left;
		margin: 10px 0;
		position: relative;
		display: table;
	}
	.core_list ul li:after{
		display: block;
		content: '';
		width: 10px;
		height: 21px;
		background: url(../images/core_left.png) center no-repeat;
		position: absolute;
		right: -9px;
		top: 45px;
	}
	.core_list_right ul li:after{
		background: url(../images/core_right.png) center no-repeat;
		right: auto;
		left: -9px;
	}
	.core_list_right ul li{
		float: right;
	}
	.core_list ul li em,.core_list ul li div{
		display: table-cell;
		vertical-align: middle;
	}
	.core_list ul li em{
		width: 60px;
		text-align: center;
		font-size: 30px;
		color: #f15a24;
	}
	.core_list ul li div h3{
		padding-right: 13px;
		line-height: 37px;
		font-size: 16px;
		color: #333;
	}
	.core_list ul li div p{
		padding-right: 30px;
		line-height: 24px;
		font-size: 14px;
		color: #777;
	}
	.core_list_left{
		float: left;
		width: 400px;
	}
	.core_list_right{
		float: right;
		width: 400px;
	}
	.rich{
		height: 522px;
		width: 100%;
		background: url(../images/rich.jpg) center no-repeat;
	}
	.rich h3{
		color: #fff;
	}
	.rich ul{
		width: 1284px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 70px;
	}
	.rich ul li{
		display: block;
		float: left;
		width: 214px;
		text-align: center;
	}
	.rich ul li img{
		display: block;
		margin: 0 auto;
	}
	.rich ul li em{
		display: block;
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 80px;
	}
	
  .wap_box{
  	display: none;
  }
}
@media screen and (max-width:1199px) {
	body{
		display: block;
		max-width: 640px;
		margin: 0 auto;
	}
	.seo_banner{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: url(../images/seo_banner.jpg) center no-repeat;
		background-size: cover;
		padding-bottom: 20px;
	}
	.seo_banner_box{
		width: 100%;
		z-index: 9;
		color: #fff;
		text-align: center;
	}
	.seo_banner_box h3{
		font-size: 24px;
		font-weight: 600;
		line-height: 50px;
		padding-top: 20px;
	}
	.seo_banner_box p{
		font-size: 18px;
		line-height: 30px;	
	}
	.seo_banner_box a{
		width: 140px;
		height: 40px;
		border-radius: 3px;
		display: block;
		border:1px solid #fff;
		font-size: 18px;
		color: #350c7a;
		line-height: 40px;
		margin: 10px auto 0;
		color: #fff;
	}	
	h3.public{
		font-size: 20px;
		color: #333;
		text-align: center;
		width: 100%;
		padding-top: 30px;
	}
	h3.public p{
		font-size:14px; 
		margin:5px 0 0;
	}
	.seo_case{
		width: 100%;
		/*float: left;*/
	}
	.seo_difficulty{
		overflow: hidden;
		/*padding-bottom: 30px;*/
	}
	.seo_difficulty ul{
		width: 100%;
		margin: 0 auto;
		padding-top: 30px;
		text-align: center;
	}
	.seo_difficulty ul li{
		width: 33.33%;
		float: left;
	}
	.seo_difficulty ul li em{
		width: 80px;
		height: 80px;
		border-radius: 100%;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		transition: 0.3s;
		background: #fff;		
		box-shadow: 0 4px 10px rgba(73,119,187,0.13)
	}
	.seo_difficulty ul li em img{
		display: block;
		width: 80px;
		height: 160px;
		float: left;
		transform: translateY(0);
		transition: 0.3s;
	}
	.seo_difficulty ul li em:hover{
		background: #009eff;
		transition: 0.3s;
	}
	.seo_difficulty ul li em:hover img{
		transform: translateY(-100px);
		transition: 0.3s;
	}
	.seo_difficulty ul li strong{
		display: block;
		line-height: 35px;
		padding-top: 10px;
		font-size: 16px;
		font-weight: 600;
		color: #333;
	}
	.seo_difficulty ul li p{
		line-height: 24px;
		font-size: 14px;
		color: #777;
		width: 100%;
		margin: 5px auto;
	}
	.seo_strategy{
		display: none;
	}
	.seo_strategy_wap ul{
		padding: 20px 10px 0;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		box-sizing: border-box;
	}
	.seo_strategy_wap ul li{
		display: inline-block;
		overflow: hidden;
		width: 50%;
		float: left;
		margin-bottom:15px;
	}
	.seo_strategy_wap ul li em{
		display: block;
		width: 31px;
		height: 32px;
		border:1px solid #ffbb46;
		line-height: 32px;
		text-align: center;
		font-size: 16px;
		background: #ffbb46;
		color: #fff;
		float: left;
	}
	.seo_strategy_wap ul li span{
		float: left;
		display: block;
		height: 32px;
		line-height: 32px;
		border:1px solid #ffbb46;
		background: #FFFFFF;
		color: #333333;
		padding: 0 10px;
		font-size: 14px;
	}
	.seo_baidu{
		display: none;
	}
	.seo_data .new_data{
		padding-top: 0;
	}
	.swiper-container {
    width: 100%;
    height: auto;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    padding: 0 10px;
  	box-sizing: border-box;
  }
  .seo_case_tab{display: none;} 
  .seo_case .swiper-container{
  	padding: 10px 0 40px;
  	margin-top: 20px;
  }
  .seo_case-img{
  	display: block;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	margin-bottom: 15px;
  }
  .seo_case .swiper-slide em{
  		display: block;
		width: 100%;
		height: 300px;
		border-radius: 5px;
		overflow: hidden;
		
	}
  .seo_case img{
  	display: block;
  	width: 100%;
  }
  .swiper-slide_info h4{
  	font-size: 20px;
  	line-height: 40px;
  	text-align: left;
  	color: #333;
  	display: block;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  }
  .swiper-slide_info span{
  	line-height: 20px;
  	font-size: 12px;
  	color: #999;
  	text-align: left;
  	display: block;
  }  
	.cloud_banner{
		width:100% ;
		overflow: hidden;
		float: left;
		background: url(../images/yun_banner.jpg) center no-repeat;
		background-size: cover;
		padding-bottom: 15px;
	}
	.cloud_banner_box{
		width: 100%;
		margin: 0 auto;
	}
	.cloud_banner_left{
		color: #fff;
		padding-top: 20px;
		width: 100%;
		float: left;
		text-align: center;
	}
	.cloud_banner_left p{
		line-height: 30px;
		font-size: 18px;
	}
	.cloud_banner_left h3{
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}
	.cloud_banner_left span{
		display: block;
		line-height: 24px;
		font-size: 14px;
	}
	.cloud_banner_right{
		float: right;
		height: 480px;
		border-radius: 10px;
		background: #fff;
		margin: 30px 15px 0;
	}
	.cloud_banner_right h3{
		height: 50px;
		width: 270px;
		margin: 0 auto;
		padding: 27px 0;
	}
	.cloud_banner_right ul{
		padding: 0 26px;
		overflow: hidden;
	}
	.cloud_banner_right ul li{
		margin-bottom: 20px;
		float: left;
		width: 100%;
	}
	.cloud_banner_right ul li span{
		display: block;
		padding: 5px 15px;
		background: #f0f4ff;
		border-radius: 5px;
		height: 34px;
	}
	.cloud_banner_right ul li span input{
		height: 34px;
		background: none;
		width: 100%;
		border: none;
	}
	.cloud_banner_right ul li.yzm span{
		display: flex;
	}
	.cloud_banner_right ul li.yzm span input{
		flex: 1;
	}
	.cloud_banner_right ul li button{
		width: 100%;
		border: none;
		height: 44px;
		color: #391916;
		cursor: pointer;
		background: #f6d8aa;
		font-size: 18px;
		border-radius: 5px;
	}
	.cloud_banner_right ul li.yzm span a{
		display: inline-block;
		width: 110px;
		text-align: center;
		border: none;
		height: 34px;
		line-height: 34px;
		color: #171374;
		cursor: pointer;
		background: none;
		border-left: #d1d3da 1px solid;
		font-size: 14px;
		border-radius: 0;
	}
	.cloud_banner_right ul li.yzm{
		margin-bottom: 30px;
	}
	.cloud_banner_right ul li p{
		display: block;
		height: 20px;
		line-height: 35px;
		font-size: 12px;
		color: #999;
		padding-left: 15px;
	}
	.cloud_banner_right ul li:last-child p{
		color: #252525;
	}
  .core{
  	overflow: hidden;
  	width: 100%;
  	float: left;
  }
  .core_list{
		width: 100%;
		margin: 20px auto;
		display: block;
		/*background: url(../images/core_img.jpg) center no-repeat;*/
		float: left;
		box-sizing: border-box;
		padding: 0 10px;
		/*height: 400px;*/
	}
	.core_list ul li{
		height: 88px;
		width: 100%;
		border-radius: 5px;
		border: 1px solid #def2ff;
		background: #f9fbfd;
		float: left;
		margin: 10px 0;
		position: relative;
		display: table;
	}
	.core_list_right ul li{
		float: right;
	}
	.core_list ul li em,.core_list ul li div{
		display: table-cell;
		vertical-align: middle;
	}
	.core_list ul li em{
		width: 60px;
		text-align: center;
		font-size: 30px;
		color: #f15a24;
	}
	.core_list ul li div h3{
		padding-right: 13px;
		line-height: 37px;
		font-size: 16px;
		color: #333;
	}
	.core_list ul li div p{
		padding-right: 30px;
		line-height: 24px;
		font-size: 14px;
		color: #777;
	}
	/*.core_list_left{
		float: left;
		width: 400px;
	}
	.core_list_right{
		float: right;
		width: 400px;
	}*/
  .rich{
		width: 100%;
		background: url(../images/rich.jpg) center no-repeat;
		background-size: cover;
		float: left;
		overflow: hidden;
	}
	.rich h3{
		color: #fff;
	}
	.rich ul{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 20px;
	}
	.rich ul li{
		display: block;
		float: left;
		width: 33.33%;
		text-align: center;
		margin-bottom: 10px;
	}
	.rich ul li img{
		display: block;
		margin: 0 auto;
		width: 70%;
	}
	.rich ul li em{
		display: block;
		text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}
	.huoban{
		padding-bottom: 30px;
	}
	.huoban ul{
		float: left;
		overflow: hidden;
		margin-top: 10px;
		padding: 0 5px;
	}
	.huoban ul li {
    width: 50%;
    margin: 0;
    margin-top: 12px;
    padding: 0 6px;
    box-sizing: border-box;
	}
	.vneta_search{
		float: left;
		width: 100%;
	}
	.vneta_effect img{
		margin-top: 20px;
	}
	.vneta_search span.search_box{
		width: 100%;
		height: 45px;
		padding:10px 10px 0px;
		margin: 0 auto;
		display: flex;
		box-sizing: border-box;
	}
	.vneta_search span.search_box input{
		border: 1px solid #079cff;
		height: 33px;
		line-height: 33px;
		padding: 0 8px;
		font-size: 16px;
		flex: 1;
	}
	.vneta_search span.search_box button{
		height: 35px;
		border: none;
		min-width: 80px;
		background: #079cff;
		float: left;
		color: #fff;
		font-size: 14px;
		cursor: pointer;
	}
	.vneta_search span.search_box button i{
		display: none;
	}
	.tab_li{
		width: 100%;
		margin: 0 auto;
		height: 45px;
		border-bottom: 1px solid #e5e5e5;
	}
	.tab_li ul{
		width: 100%;
		margin: 0 auto;
	}
	.tab_li ul li{
		display: block;
		width: 20%;
		text-align: center;
		cursor: pointer;
		line-height: 45px;
		font-size: 16px;
		color: #353535;
		float: left;
		position: relative;
	}
	.tab_li ul li.active{
		color: #079cff;
	}
	.tab_li ul li.active:after{
		background: #079cff;
		display: block;
		width: 40px;
		height: 1px;
		position: absolute;
		left: 50%;
		margin-left: -20px;
		bottom: -1px;
		content: '';
		z-index: 99;
	}
	.tab_box{
		padding: 20px 10px 0;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		box-sizing: border-box;
	}
	.tab_box_div{
		display: none;
	}
	.tab_child{
		display: none;
	}
	.tab_child_left{
		width: 80px;
		float: left;
	}
	.tab_child_left ul li{
		height: 35px;
		line-height: 35px;
		background: #f8f8f8;
		margin-bottom: 1px;
		display: flex;
		color: #353535;
		cursor: pointer;
		text-align: center;
	}
	.tab_child_left ul li.active{
		background: #079cff;
		color: #fff;
	}
	.tab_child_left ul li img{
		display: none;
	}
	.tab_child_left ul li em{
		flex: 1;
		font-size: 14px;
	}
	.tab_child_right{
		float: right;
		width: calc(100% - 90px);
	}
	.tab_child_right_tab{
		display: none;
	}
	.tab_child_right_tab img{
		width: 100%;
	}
	.vneta_effect{
		width: 100%;
		float: left;
	}
	.vnet_banner{
		overflow: hidden;
		float: left;
		width: 100%;
		background: url(../images/vnet_banner.jpg) center no-repeat;
		background-size: initial;
		/*margin-bottom: 20px;*/
	}
	/*.vnet_banner .product_banner_box span{
		width: 400px;
	}*/
	.vnet_banner .product_banner_box a{
		width: 130px;
		border-radius: 3px;
	}
	.product_banner_box{
		width: 100%;
		margin: 0 auto;
		padding-top: 10px;
		color: #fff;
		text-align: center;
		float: left;
	}
	.product_banner_box h3{
		font-size: 22px;
		color: #fefefe;
		line-height: 50px;
		width: 100%;
		float: left;
	}
	.product_banner_box span{
		display: block;
		width: 100%;
		line-height: 23px;
		font-size: 12px;
	}
	.product_banner_box a{
		display: block;
		margin: 0 auto;
		width: 205px;
		height: 44px;
		box-sizing: border-box;
		margin-top: 20px;
		text-align: center;
		line-height: 44px;
		font-size: 16px;
		color: #fff;
		border-radius: 44px;
		border: 1px solid #fff;
	}	
	.product_banner_box img{
		width: 94%;
		float: left;
		margin: 20px 3% 0;
	}
	.product_banner{
		width: 100%;
		overflow: hidden;
		background: url(../images/product_banner.jpg) center no-repeat;
	}
	.product_banner .product_banner_box span{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.product_one_right{
		float: left;
		width: 100%;
	}
	.product_one_left{
		float: right;
		width: 100%;
	}
	.pc_box{
		display: none;
	}
	.product_two_box{
		background: #f4f4f4;
		float: left;
		padding: 10px 15px;
	}
	.product_one{
		margin: 10px 15px;
		float: left;
	}
	.product_two_right,.product_two_left,.product_one_left,.product_one_right{
		display: block;
		width: 100%;
		float: left;
	}	
	.product_span{
		width: 100%;
		display: block;
		font-size: 14px;
		line-height: 24px;
	}
	.product_h3{
		line-height: 50px;
		font-size: 24px;
	}
	.foot{
		float: left;
		width: 100%;
	}
	.help_banner{
	width: 100%;
	height: 155px;
	overflow: hidden;
	background: url(../images/help_banner.jpg) center no-repeat;
	background-size: cover;
}
.help_banner h3{
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.help_banner span{
	/*padding: 0 10px;*/
	margin: 0 10px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
}
.help_banner span input{
	background: #fff;
	line-height: 44px;
	font-size: 14px;
	padding: 0 10px;
	border: none;
	flex: 1;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.help_banner span button{
	display: block;
	height: 44px;
	width: 80px;
	background: #069dff;
	border: none;
	float: right;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 16px;
}
.help_banner div{
	display: none;
	width: 100%;
	font-size:12px;
	line-height: 30px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 10px 0 0 10px;
}
.help_banner div a{
	display: inline-block;
	color: #fff;
	padding-right: 5px;
}
.help_nav{
	width: 100%;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 100px;
}
.help_nav_left{
	float: left;
	width: 120px;
	min-height: 500px;
	position: relative;
	height: 100%;
	background: #fafafa;
}
.help_nav_rgiht{
	padding: 0 10px;
	overflow: hidden;
	flex: 1;
}
.nav_right_top{
	width: 100%;
	overflow: hidden;
}
.help_common{
	width: 100%;
	float: left;
}
.help_contact{
	width: 100%;
}
.help_h3{
	border-bottom: 1px solid #e5e5e5;
	line-height: 48px;
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
.help_common li,.help_contact li{
	line-height: 28px;
	font-size: 14px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right:10px;
}
.help_common li{
	float: none;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.help_common li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.help_common li a:hover{
	color: #069dff;
}
.help_contact li{
	width: 100%;
	display: flex;
}
.help_contact li img{
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 5px;
}
.help_contact li em{
	flex: 1;
	padding-left: 10px;
}
.help_novice{
	display: block;
	width: 100%;
}
.help_novice li{
	width: 90px;
	float: left;
	text-align: center;
	color: #069dff;
	padding-right: 45px;
	position: relative;
	margin-bottom: 10px;
}
.help_novice li em{
	display: block;
	border: 1px solid #069dff;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	box-sizing: border-box;
}
.help_novice li:after{
	display: block;
	width: 45px;
	height: 35px;
	content: '';
	background: url(../images/help_setp.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
.help_novice li:last-child{
	padding: 0;
}
.help_novice li:last-child:after{
	display: none;
}
.help_list_box{
	width: 100%;
	overflow: hidden;
	
}
.help_list{
	width: 100%;
	float: left;
}
.help_list h3{
	background: url(../images/help_icon1.png) right center no-repeat;
}
.help_list:nth-child(even){
	float: right;
}
.help_list ul{
	height: auto;
}
.help_list li{
	display: block;
	padding-right: 30px;
	color: #666;
	line-height: 28px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: none;
}
.help_nav_left li{
	line-height: 50px;
	cursor: pointer;
		border-top: 1px solid #f2f2f2;
		background: url(../images/help_icon1.png) 100px 20px no-repeat;
	}
	.help_nav_left li.active{
		background: url(../images/help_icon2.png) 100px 20px no-repeat;
	}
	.help_nav_left li img{
		display: none;
		float: left;
		width: 16px;
		margin: 17px 0 0 15px;
	}
	.help_nav_left li em{
		display: inline-block;
		padding-left: 10px;
	}
	.help_nav_left li ul{
		display: none;
	}
	.help_nav_left li ul li{
		padding-left: 15px;
		background: none;
	}
	.icp_banner{
		width: 100%;
		float: left;
		overflow: hidden;
		background: url(../images/icp_banner.jpg) center no-repeat;
		background-size: cover;
	}
	/*.icp_banner_info h3{
		line-height: 125px;
	}*/
	.icp_banner_info span{
		width: 100%;
		line-height: 34px;
	}
	.icp_banner_info a{
		width: 130px;
		border-radius: 5px;
		margin: 20px auto;
		display: block;
	}
	.record{
		width: 100%;
		height: 320px;
		background: #f5f5f5;
		float: left;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.record div{
		display: block;
		overflow-x: auto;
		width: 100%;
	}
	.record ul{
		height: 89px;
		border-bottom: 1px solid #383d41;
		padding-top: 20px;
		width: 1200px;
		margin: 0 auto 40px;
		position: relative;
	}
	.record ul:after,.record ul:before{
		display: inline-block;
		padding: 0 8px;
		content: '1个工作日';
		height: 20px;
		line-height: 20px;
		background: #f5f5f5;
		position: absolute;
		left: 440px;
		bottom: -10px;
		color: #999;		
	}
	.record ul:before{
		content: '请耐心等待，约20个工作日';
		left: auto;
		right: 147px;
	}
	.record ul li{
		display: block;
		float: left;
		width: 130px;
		position: relative;
		cursor: pointer;
		height: 89px;
		margin: 0 55px;
	}
	.record ul li em{
		display: block;
		width: 40px;
		height: 40px;
		overflow: hidden;
		margin: 0 auto;
	}
	.record ul li em img{
		display: block;
		width: 40px;
		height: 80px;
		transform: translateY(0);
		transition: 0.3s;
	}
	.record ul li:hover em img{
		transform: translateY(-40px);
		transition: 0.3s;
	}
	.record ul li span{
		height: 34px;
		line-height: 34px;
		display: block;
		text-align: center;
		color: #333;
		font-size: 16px;
		transition: 0.3s;
	}
	.record ul li i{
		display: block;
		height: 20px;
		width: 20px;
		line-height: 20px;
		text-align: center;
		font-size: 12px;
		background: #383d41;
		color: #fff;
		border-radius: 20px;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		bottom: -9px;
		transition: 0.3s;
	}
	.record ul li:hover span{
		color: #1f65e0;
		transition: 0.3s;
	}
	.record ul li:hover i{
		background: #1f65e0;
		transition: 0.3s;
	}
	.record a{
		display: block;
		width: 160px;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		text-align: center;
		background: #ff8929;
		margin: 0 auto;
		font-size: 18px;
		color: #fff;
	}
	.select{
		margin: 20px 10px;
		height: 40px;
		line-height: 40px;
	}
	.select select{
		width: 160px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.select select option{
		font-size: 16px;
		line-height: 40px;
	}
	.map{
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		float: left;
	}
	.map h3.public{
		width: 100%;
	}
	.echarts_box{
		display: block;
		float: left;
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}
	.echarts{
		display: block;
		width: 780px;
		float: left;
		height: 620px;
		overflow: hidden;
	}
	.map_tab{
		display: block;
		width: 100%;
		height: 540px;
		float: right;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.map_tab_li{
		height: 40px;
	}
	.map_tab_li li{
		width: 50%;
		height: 40px;
		line-height: 40px;
		float: left;
		background: #f5f5f5;
		color: #333;
		font-size: 14px;
		cursor: pointer;
		text-align: center;
	}
	.map_tab_li li.active{
		color: #fff;
		background: #46abff;
	}
	.map_tab_div{
		width: 100%;
		box-sizing: border-box;
		height: 489px;
		border: 1px solid #eee;
		border-top: none;
		display: none;
		padding: 25px 15px;
	}
	.scroll_box{
		display: block;
		height: 489px;
		overflow-y:auto ;
		width: 100%;
	}
	.map_tab_div h3{
		display: block;
		font-size: 14px;
		line-height: 30px;
		color: #333;
	}
	.map_tab_div p{
		display: block;
		line-height: 21px;
		color: #999;
		font-size: 12px;
	}
	.icp_common{
		display: block;
		background: #f5f5f5;
		width: 100%;
		float: left;
	}
	.icp_common_box{
		display: block;
		width: 100%;
		margin: 0 auto;
		padding-top: 10px;
		overflow: hidden;
	}
	.icp_common_list{
		display: block;
		float: left;
		width: 100%;
		margin: 0 10px 20px;
	}
	.icp_common_list h3{
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #e5e5e5;
		font-size: 16px;
		color: #333;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.icp_common_list li{
		line-height: 30px;
		font-size: 14px;
		color: #999;		
	}
	.icp_common_list a{
		display: block;
		padding-left: 10px;
		color: #1f65e0;
		font-size: 14px;
	}
	.icp_common_list li a{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-left: 0px;
		color: #333;
	}
	.icp_common_list li a:hover{
		color: #1f65e0;
	}
	/*滚动条的宽度*/
	.scroll_box::-webkit-scrollbar {
	  width:9px;
	  height:9px;
	}
	
	/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
	.scroll_box::-webkit-scrollbar-track {
	  width: 6px;
	  background-color:#fff;
	  -webkit-border-radius: 2em;
	  -moz-border-radius: 2em;
	  border-radius:2em;
	}
	
	/*滚动条的设置*/
	.scroll_box::-webkit-scrollbar-thumb {
	  background-color:#f5f5f5;
	  background-clip:padding-box;
	  min-height:28px;
	  -webkit-border-radius: 2em;
	  -moz-border-radius: 2em;
	  border-radius:2em;
	}
}
