*{margin:0px; padding:0px;list-style:none;box-sizing: border-box;}
html,body{font-size: 16px;color: #202020; font-family: Microsoft YaHei,sans-serif;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
*html clearfix{height:1%;}
.fl{float: left;}
.fr{float: right;}
img{border: 0;}
input, label, img, th {vertical-align: middle;}
.hide {display: none;}
.block {display: block !important;}
.f14 {font-size: 14px;}
.ta_c{
	text-align:center;
}
a{text-decoration: none;color:#202020; cursor: pointer;}
a:hover{ color: #2554ff;}
.maxw{
	width:1320px;
	margin:auto;
}
.minw{
	min-width:1320px;
	margin:auto;
}
.cursorp{
	cursor: pointer;
}

.nodata{
	text-align: center;
	line-height: 80px;
	width: 100%;
}
.opacity8 a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.banner .maxw{
	display: flex;
	height: 315px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
/*
头部
*/
header{
	height: 64px;
	width: 100%;
}
.pagetop{
	z-index: 100;
	padding-left: 30px;
	padding-right: 30px;
	position: fixed;
	display: flex;
	flex-direction: row;
	top: 0px;
	left: 0px;
	right: 0px;
	transition: all .3s ease-in-out;
	background-color: #fff;
	min-width: 1320px;
	height: 64px;
	transition-delay: 0.5s;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); 
}
.sticky {
	height: 64px;
}
.pagetop .ptop_c{
	width: 1320px;
	margin: auto;
	padding: 0px;
	display: flex;
	height: 100%;
	justify-content: space-between;
}
.pagetop.active{
	background-color:hsla(0,0%,100%,.9) !important;
	box-shadow: 0 1px 10px 0 rgba(121,169,173,.3) !important;
}
.indexClass .pagetop{
	box-shadow:none;
}
.pagetop .logo{
	display:inline-block;
	background:url(../images/logo.png) no-repeat left center;
	background-size: auto 32px;
	width: 155px;
}
.pagetop.sticky .logo{
	height: 80px;
}
.pagetop .menu{
	flex: auto;
	display: flex;
	text-align: center;
	justify-content:center;
}
.pagetop .menu .menusub::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 18px;
  background: url(../images/sanjiao.png) no-repeat center center;
  top: -18px;
}
.pagetop .menu > span{
	align-items:center;
	margin: 0px 4px;
	display: flex;
}
.pagetop .menu > span > a{
	display: inline-block;
	padding: 0px 15px;
	position: relative;
}
.mainlevelHeader{
	position: relative;
}
.mainlevelHeader > a{
	display: inline-block;
	position: relative;
}
.mainlevelHeader > a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  top: 8px;
  background: url(../images/icon_03.png) no-repeat;
  right: 0px;
}
.mainlevelHeader.on > a::after{
	background: url(../images/icon_02.png) no-repeat;
}
.mainlevelHeader .menusub{
	left: 50%;
  	transform: translate3d(-50%, 0, 0);
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 6px #c7c7c7;
	top:66px;
	padding: 17px 0px;
}
.pagetop .menu .menusub::after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 18px;
	background: url(../images/sanjiao.png) no-repeat center center;
	top: -18px;
}
.mainlevelHeader .menusub .li{
	padding-left: 20px;
	text-align: left;
}
.mainlevelHeader .menusub a{
	white-space:nowrap;
	line-height: 46px;
	padding: 0px 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: 12px center;
}
.mainlevelHeader .menusub a span{
	margin: 0px 5px;
}
.menusub{
	position:absolute;
	z-index:10000;
	display:none;
}
.pagetop .menu > a:hover{
	background-color: #2554ff;
	border-radius: 6px;
}
.mainlevelHeader .menusub a.ip_leasing{
	background-image: url(../images/ip.png);
}
.mainlevelHeader .menusub a.ip_leasing:hover, .mainlevelHeader .menusub a.on.ip_leasing{
	background-image: url(../images/ip_2.png);
	color: #2554ff;
}
.mainlevelHeader .menusub a.server_hosting{
	background-image: url(../images/serverHosting.png);
}
.mainlevelHeader .menusub a.server_hosting:hover, .mainlevelHeader .menusub a.on.server_hosting{
	background-image: url(../images/serverHosting_2.png);
	color: #2554ff;
}
.mainlevelHeader .menusub a.asia_cabinet{
	background-image: url(../images/cabinetRental.png);
}
.mainlevelHeader .menusub a.asia_cabinet:hover, .mainlevelHeader .menusub a.on.asia_cabinet{
	background-image: url(../images/cabinetRental_2.png);
	color: #2554ff;
}
.mainlevelHeader .menusub a.bandwidth_cn2{
	background-image: url(../images/bandwidth.png);
}
.mainlevelHeader .menusub a.bandwidth_cn2:hover, .mainlevelHeader .menusub a.on.bandwidth_cn2{
	background-image: url(../images/bandwidth_2.png);
	color: #2554ff;
}
.mainlevelHeader .menusub a.about{
	background-image: url(../images/about.png);
}
.mainlevelHeader .menusub a.about:hover, .mainlevelHeader .menusub a.on.about{
	background-image: url(../images/about_2.png);
	color: #2554ff;
}
.mainlevelHeader .menusub a.blog{
	background-image: url(../images/blog.png);
}
.mainlevelHeader .menusub a.blog:hover, .mainlevelHeader .menusub a.on.blog{
	background-image: url(../images/blog_2.png);
	color: #2554ff;
}
.mainlevelHeader .menusub a.contact{
	background-image: url(../images/contact.png);
}
.mainlevelHeader .menusub a.contact:hover, .mainlevelHeader .menusub a.on.contact{
	background-image: url(../images/contact_2.png);
	color: #2554ff;
}
.pagetop .menu > a.on,.pagetop .menu > span.on > a{
	color: #2554ff;
}
.pagetop .menu > span > a:hover,.pagetop .menu > span > a.on{
	color: #2554ff;
}
.pagetop .top_r{
	width: 158px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pagetop .top_r span{
	padding: 0px 10px;
}
.pagetop .top_r a{
	display: inline-block;
	line-height: 34px;
	text-align: center;
	float: right;
	width: 72px;
	border-radius: 4px;
}
.pagetop .top_r .reglog{
	background-color: #2554ff;
	border: 2px solid #2554ff;
	color: #fff;
}
.pagetop .top_r .tigd{
	text-align: left;
	text-align: center;
	border: 2px solid #2554ff;
	color: #2554ff;
}
/* 首页 */
.btn_g{
	display: inline-block;
	width: 100%;
	background-color: #2554ff;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 52px;
	font-weight: bold;
	border-radius: 26px;
}
.btn_g:hover{
	color: #fff;
	background-color: #ffb610;
}
.home_banner{
	background-color: #f8f8f8;
}
.home_banner .maxw{
	display: flex;
	padding: 70px 0px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.home_banner .title{
	font-size: 48px;
	font-weight: bold;
}
.home_banner .des{
	font-size: 18px;
	color: #4f5251;
	padding-top: 20px;
}
.home_banner a{
	width: 170px;
	margin-top: 30px;
}
.pni_banner .title{
	font-size: 36px;
}
.p_dh{
	padding-top: 73px;
	text-align: center;
	padding-bottom: 50px;
}
.p_dh .dh_title{
	font-size: 40px;
	font-weight: bold;
}
.p_dh .dh_des{
	padding-top: 18px;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro_list dl dd{
	width: 390px;
	background-color: #fff;
	margin-bottom: 50px;
	border: 1px solid #e0e0e0;
	position: relative;
	border-radius: 14px;
	padding: 60px 50px;
	text-align: center;
	float: left;
	margin-right: 75px;
}
.pro_list dl dd:nth-child(3n){
	margin-right: 0px;
}
.pro_list dl dd:hover{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); 
}
.pro_list dl dd .hot_tag{
	display: none;
}
.pro_list dl dd:hover .hot_tag{
	display: block;
	position: absolute;
	width: 90%;
	text-align: center;
	background-color: #f1f5f8;
	font-weight: bold;
	line-height: 50px;
	top: -50px;
	left: -3px;
}
.pro_list dl dd .btn_w{
	margin-bottom: 25px;
}
.pro_list dl dd:hover .btn_w{
	background-color: #ff6633;
	color: #fff;
}
.pro_list dl dd:hover .btn_w::after{
	background: url(../images/images/jtw.png) no-repeat center;
}
.pro_list .title{
	font-size: 24px;
	font-weight: bold;
}
.pro_list .des{
	padding-top: 10px
	;
}
.pro_list .name{
	padding-bottom: 28px;
}
.pro_list .price{
	padding-bottom: 8px;
	font-size: 30px;
	font-weight: bold;
}
.pro_list .pr{
	padding-right: 5px;
	color: #ff6633;
}
.pro_list .month{
	font-size: 16px;
	font-weight: normal;
}
.pro_list .peizhi{
	padding-top: 46px;
}
.pro_list .li{
	line-height: 34px;
	background: url(../images/home_07.png) no-repeat left center;
	padding-left: 24px;
	text-align: left;
	color: #4f5251;
	border-bottom: 1px dashed #4f5251;
	line-height: 50px;
}
.pro_list .li:last-child{
	border-bottom: 0px;
}
.pro_list .price .pr{
	font-size: 30px;
	font-weight: bold;
}
.pro_list .buy{
	padding-top: 36px;
}
.h_link ul li{
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 62px;
}
.h_link ul li img{
	width: 217px;
}
.h_advantages ul li{
	display: inline-block;
	height: 175px;
	width: 220px;
	background-color: #2554ff;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-top: 117px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center 40px;
}
.h_advantages ul .bac_1{
	background-image: url(../images/home_17.png);
}
.h_advantages ul .bac_2{
	background-image: url(../images/home_11.png);
}
.h_advantages ul .bac_3{
	background-image: url(../images/home_20.png);
}
.h_advantages ul .bac_4{
	background-image: url(../images/home_14.png);
}
.h_advantages ul .bac_5{
	background-image: url(../images/home_23.png);
}
.h_advantages ul li:hover{
	background-color: #ffb610;
}
.h_technology{
	padding-bottom: 75px;
}
.h_technology ul li{
	width: 416px;
	padding: 32px;
	border-radius: 18px;
	border: 1px solid #e0e0e0;
}
.h_technology ul li .templates_img{
	text-align: center;
}
.h_technology .title{
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.h_technology .des{
	line-height: 28px;
}
.h_country{
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
	width: 72%;
}
.h_country a{
	display: inline-block;
	border: 1px solid #e0e0e0;
	line-height: 38px;
	padding: 0px 24px;
	border-radius: 19px;
	margin: 0px 5px 10px;
	font-size: 18px;
}
.h_country a:hover, .h_country a.on{
	color: #fff;
	background-color: #2554ff;
	border: 1px solid #2554ff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); 
	font-weight: bold;
}
.h_newlist{
	background-color: #fafafa;
}
.h_newlist ul li{
	display: flex;
	width: 46%;
	padding-bottom: 40px;
	margin-bottom: 52px;
}
.h_newlist ul li .date{
	width: 90px;
	height: 90px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	margin-right: 14px;
	text-align: center;
	font-weight: bold;
}
.h_newlist ul li .date span{
	display: block;
	font-size: 36px;
	line-height: 56px;
	border-bottom: 1px solid #e0e0e0;
	margin: 0px 5px 3px;
}
.h_newlist ul li .cont{
	flex: 1;
	width: 432px;
	color: #898989;
}
.h_newlist ul li a{
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-overflow: ellipsis;
	color: #42474d;
	width: 100%;
}
.h_newlist ul li:hover a{
	text-decoration: underline;
}
.h_newlist ul li .des{
	margin-top: 10px;
	margin-bottom: 10px;
	display: -webkit-box; 
	width: 432px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
	text-overflow: ellipsis;
}
.h_f_link{
	padding-bottom: 50px;
}
.h_f_link a{
	margin: 5px 10px;
	display: inline-block;
}
.h_f_link a:hover{
	text-decoration: underline;
}
/* 关于我们 */
.p_about{
	display: flex;
	flex-direction: row;
	padding: 56px 0px;
}
.about_left{
	margin-right: 110px;
}
.p_about .title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 28px;
}
.p_about .des{
	line-height: 28px;
	color: #4f5251;
	font-size: 18px;
}
.p_about .des p{
	text-indent: 2rem;
}
.about_mid{
	background-color: #f8f8f8;
}
.about_mid ul{
	padding: 62px 0px 70px;
}
.about_mid ul li{
	width: 270px;
	text-align: center;
}
.about_mid ul li .title{
	font-size: 36px;
	font-weight: bold;
}
.about_mid ul li .title span{
	color: #2554ff;
}
.about_mid ul li .des{
	color: #858585;
}
.about_sm{
	padding: 54px 0px 77px;
}
.about_sm ul li{
	width: 414px;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 32px;
	text-align: center;
	padding-top: 186px;
	background-repeat: no-repeat;
	background-position: center 56px;
}
.about_sm ul li.bac1{
	background-image: url(../images/about_17.png);
}
.about_sm ul li.bac2{
	background-image: url(../images/about_14.png);
}
.about_sm ul li.bac3{
	background-image: url(../images/about_11.png);
}
.about_sm .title{
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
}
.about_sm .des{
	color: #4f5251;
	padding-bottom: 50px;
	line-height: 150%;
}
/* 联系我们 */
.p_contact{
	padding: 100px 0px;
}
.p_contact ul li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.p_contact ul li .title{
	font-size: 21px;
	color: #232323;
	padding-bottom: 26px;
}
.p_contact ul li .cont{
	height: 74px;
	color: #777777;
	font-size: 14px;
	line-height: 26px;
}
.p_contact ul li .tel{
	width: 260px;
	background-color: #f6f6f6;
	line-height: 44px;
	margin: auto;
}
.p_contact ul li .fqdh{
	display: inline-block;
	background-color: #2554ff;
	color: #fff;
	width: 126px;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
}
/* 隐私政策 */
.privacy{
	padding: 100px 0px;
	line-height: 180%;
}
.privacy h1, .privacy h2{
	padding-bottom: 20px;
	color: #000;
}
.privacy .section{
	padding-bottom: 40px;
}
.privacy_hotprotitle{
	text-align: center;
	font-size: 20px;
	color: #777777;
	line-height: 38px;
	padding-bottom: 60px;
}
.privacy_hotprotitle .title{
	font-size: 44px;
	font-weight: bold;
	color: #010101;
	line-height: 60px;
	padding-top: 60px;
	padding-bottom: 23px;
}
/* 解决方案 */
.yewu{
	margin-bottom: 74px;
}
.yewu ul li{
	width: 48%;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	margin-bottom: 36px;
	padding: 50px 0px 50px 140px;
	background-position: 35px 54px;
	background-repeat: no-repeat;
}
.yewu ul li:hover{
	border: 1px solid #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); 
}
.yewu ul li.bac1{
	background-image: url(../images/jjfa2_03.png);
}
.yewu ul li.bac2{
	background-image: url(../images/jjfa2_05.png);
}
.yewu ul li.bac3{
	background-image: url(../images/jjfa2_07.png);
}
.yewu ul li.bac4{
	background-image: url(../images/jjfa2_10.png);
}
.yewu ul li .title{
	padding-bottom: 26px;
	font-size: 24px;
	font-weight: bold;
}
.yewu ul li .li_t{
	font-size: 18px;
	line-height: 32px;
}
.solution_ld{
	background-color: #fafafa;
	padding-bottom: 70px;
}
.solution_ld ul li{
	width: 32.5%;
	background-color: #ffffff;
	border-radius: 16px;
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	padding: 35px 43px 66px 0px;
	display: flex;
	flex-direction: row;
}
.solution_ld ul li .img{
	background-color: #f5f7fd;
	width: 58px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 29px;
	text-align: center;
	border-radius: 12px;
}
.solution_ld ul li .img img{
	width: 24px;
}
.solution_ld ul li .cont{
	flex: 1;
}
.solution_ld ul li .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}
.solution_ld ul li .font{
	color: #4f5251;
	line-height: 180%;
}
.solution_ys{
	padding-bottom: 80px;
}
.solution_ys ul li{
	width: 32.5%;
	background-color: #ffffff;
	border-radius: 16px;
	border: 1px solid #e0e0e0;
	padding: 52px 28px 88px 28px;
	text-align: center;
}
.solution_ys ul li .img{
	width: 140px;
	height: 140px;
	background-color: #f5f7fd;
	margin: auto;
	border-radius: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 58px auto;
}
.solution_ys ul li .img1{
	background-image: url(../images/jjfa_26.png);
}
.solution_ys ul li .img2{
	background-image: url(../images/jjfa_33.png);
}
.solution_ys ul li .img3{
	background-image: url(../images/jjfa_40.png);
}
.solution_ys ul li .title{
	padding-top: 55px;
	font-size: 24px;
	padding-bottom: 28px;
	font-weight: bold;
}
.solution_ys ul li .des{
	font-size: 18px;
	line-height: 180%;
}
/* 博客 */
.p_news{
	padding-top: 55px;
}
.n_left{
	padding-bottom: 100px;
}
.bpi_list ul li{
	width: 416px;
	margin-bottom: 30px;
	padding: 22px;
	border: 1px solid #e0e0e0;
	border-radius: 18px;
	float: left;
	margin-right: 36px;
}
.bpi_list ul li:nth-child(3n){
	margin-right: 0px;
}
.bpi_list ul li .entry-title{
	padding-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #1a1d21;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bpi_list ul li .des{
	display: -webkit-box;
  	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	margin-bottom: 20px;
	color: #4f5251;
}
.bpi_list ul li .more a{
	color: #2554ff;
	display: inline-block;
	font-weight: bold;
	background: url(../images/rsj.png) no-repeat left center;
	padding-left: 16px;
}
.bpi_list .art_pic img{
	width: 100%;
	height: 238px;
	border-radius: 16px;
}
.p_news .nv_left{
	width: 75%;
}
.p_news .nv_right{
	width: 20%;
}
.p_news .nv_right dl{
	margin-bottom: 60px;
}
.p_news .nv_right dl dd{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ececec;
}
.p_news .nv_right dl dd a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p_news .nv_right .wint_right{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 18px;
	display: inline-block;
	border-bottom: 3px solid #2554ff;
}
.p_news .nv_right .tag_list a{
	display: inline-block;
	padding: 4px 6px;
	border: 1px solid #ededed;
	margin-bottom: 8px;
	margin-right: 5px;
	font-size: 14px;
}
.p_news .nv_right .tag_list a:hover{
	background-color: #2554ff;
	color: #fff;
}
.p_news .blog_dh{
	padding-bottom: 40px;
}
.p_news .news_info .des{
	font-size: 18px;
	line-height: 180%;
	padding-bottom: 60px;
}
.p_news .news_info .des a{
	color: #2554ff;
}
.p_news .news_info .des h2{
	padding-top: 20px;
	padding-bottom: 10px;
}
.p_news .news_info p{
	text-indent: 2rem;
}
.p_news .prevnext{
	padding-bottom: 80px;
}
.p_news .prevnext .pre{
	padding-bottom: 10px;
}
.des_foot .tag{
	padding-bottom: 20px;
}
.des_foot .tag a{
	margin-right: 8px;
}
.random_news{
	padding-bottom: 100px;
}
.nrandom_title{
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
	background-color: #2554ff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	width: 200px;
	line-height: 54px;
	border-radius: 10px;
}
.pn_has_tag{
	padding-bottom: 30px;
	font-size: 18px;
}
.pn_has_tag h1{
	color: #2554ff;
	display: inline-block;
	font-size: 18px;
}
.p_tags_c{
	padding-bottom: 100px;
}
.p_tags_c .title{
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 18px;
}
.p_tags_c .p_tags a{
	border: 1px solid ;
	display: inline-block;
	padding: 4px 6px;
	margin-right: 10px;
  	border: 1px solid #ededed;
	margin-bottom: 15px;
}
.p_tags_c .p_tags a:hover{
	background-color: #2554ff;
	color: #fff;
}
/* 产品内页 */
.pn_pro{
	padding: 52px 0px 70px;
}
.proItemTitle{
	width: 100%;
	font-size: 24px;
	padding-bottom: 15px;
}
.pro_class_list{
	padding-bottom: 20px;
}
.pro_class_list a{
	float: left;
	display: inline-block;
	border: 1px solid #e0e0e0;
	width: 200px;
	margin-right: 24px;
	text-align: center;
	line-height: 52px;
	font-size: 18px;
	margin-bottom: 15px;
	border-radius: 10px;
}
.pro_class_list a.on{
	background-color: #2554ff;
	color: #fff;
	border: 1px solid #2554ff;
}
.pro_class_list a:nth-child(6n){
	margin-right: 0px;
}
.pro_class_list .all{
	font-weight: bold;
}
.attention{
	background-color: #2554ff;
	background-image: url(../images/zysx_03.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #fff;
	padding: 36px 238px 36px 76px;
	border-radius: 10px;
	line-height: 160%;
}
.attention .title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 12px;
}
.attention a{
	color: #fff;
}
/* CDN */
.zcgn{
	padding-top: 112px;
	padding-bottom: 130px;
}
.table{
	text-align: center;
	border: 1px solid #cfd0d4;
	border-radius: 4px;
}
.table tr{
	line-height: 60px;
}
.table tr:nth-child(odd){
	background-color: #f6f6f6;
}
.table th{
	font-weight: normal;
	text-align: center;
	border-right: 1px dashed #cfd0d4;
}
.table td{
	text-align: center;
}
/* 数据中心 */
.dcdk_iplease_t ul li{
	width: 49%;
	margin-bottom: 22px;
}
.dcdk_iplease{
	border: 1px solid #cfd1d6;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 100px;
}
.dcdk_iplease th, .dcdk_iplease tr:nth-child(even){
	background-color: #f6f6f6;
}
.dcdk_iplease th, .dcdk_iplease td{
	height: 58px;
	text-align: center;
	width: 20%;
	padding-left: 18px;
}
.dcdk_iplease table{
	border: 0px;
	width: 100%;
}
.dcdk_iplease .price{
	color: #2554ff;
	font-size: 18px;
}
.dcdk_iplease .support{
	display: inline-block;
	background: url(../images/zulin1_03.png) no-repeat left center;
	padding-left: 35px;
}
.dcdk_iplease a{
	display: inline-block;
	width: 122px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	background-color: #2554ff;
}
.dcip_solution{
	padding-top: 15px;
	padding-bottom: 26px;
}
.dcip_solution a{
	color: #2554ff;
}
#barcon{
	text-align: center;
	line-height: 38px;
	font-size: 14px;
}
#barcon a, #barcon span{
	display: inline-block;
	padding: 0px 18px;
	margin-left: 18px;
	border-radius: 4px;
	border: 1px solid #cfd1d6;
}
#barcon a{
	color: #000;
}
#barcon span{
	color: #898989;
}
#barcon a:hover, #barcon span.currentPage{
	background-color: #2554ff;
	color: #fff;
}
.dcdk_youshi ul li {
	width: 264px;
	border: 1px solid #cfd1d6;
	border-radius: 6px;
	padding: 0px 28px 28px;
}
.dcdk_iplease_t ul li {
	width: 49%;
	margin-bottom: 22px;
}
.dcdk_youshi {
  	padding-bottom: 80px;
}
.dcdk_youshi ul li .img {
	height: 118px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dcdk_youshi ul li .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 12px;
}
.dcdk_youshi ul li .des{
	line-height: 180%;
}
.dcdk_youshi ul {
 	text-align: center;
}
.dc_trusteeship_t ul li {
  width: 49%;
  margin-bottom: 22px;
  padding-top: 46px;
  padding-left: 0px;
  padding-bottom: 38px;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}
.dc_trusteeship_t ul li .img{
	height: auto;
	width: 192px;
	text-align: center;
}
.dc_trusteeship_t ul li .li{
	flex: 1;
}
.features{
	padding-top: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.dctrusteeship{
	padding-top: 100px;
}
.dc_cablease ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dc_cablease ul li{
	width: 25%;
	text-align: center;
	margin-bottom: 100px;
}
.dc_cablease ul li .img{
	height: 74px;
}
.dc_cablease ul li .title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}
.dc_cablease ul li .des{
	color: #979995;
}
/* 分页 */
.pagination {
	margin:auto;
	text-align:center;
	padding-top:30px;
	font-size: 18px;
	font-weight: bold;
}
.pagination li{
	display: inline-block;
}
.pagination a,.pagination span{
	height:40px;
	min-width: 40px;
	padding: 0px 10px;
	margin:0px 8px;
	border: 1px solid #e0e0e0;
	line-height:38px;
	text-align:center;
	background:#fff;
	display:inline-block;
	border-radius: 4px;
}
.pagination a:hover{
	border: 1px solid #2554ff;
}
.pagination .disabled span{
	color: #d8d8d8;
	margin: 0px;
}
.pagination .active span{
	border:1px solid #2554ff;
	color:#fff;
	background:#2554ff;
}
.pagination a.prev,.pagination a.next,.pagination a.first,.pagination a.end{
	width:auto;
	padding:0px 10px;
}
/*底部*/
.foot{
	background: #f5f5f5;
	color: #42474d;
	padding-top: 80px;
}
.foot a{
	color: #42474d;
}
.foot dt{
	color: #42474d;
	display: inline-block;
	font-size: 18px;
	position: relative;
}
.foot .foot1{
	width: 250px;
}
.foot .foot1 a.logo{
	display: inline-block;
	background: url(../images/logo.png) no-repeat;
	width: 155px;
	height: 38px;
	margin: auto;
}
.foot .copyright{
	padding: 28px 0px;
	color: #949494;
	font-size: 13px;
	border-top: 1px solid #ececec;
}
.foot .foot2{
	padding-top: 42px;
	flex: 1;
	line-height: 42px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
.foot2 dl dd{
	line-height: 36px;
}
.foot2 dl dd a:hover{
	color: #000;
}
.foot3{
	width: 362px;
}
.foot3 .cont{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot3 a{
	display: inline-block;
	text-align: center;
	width: 172px;
	line-height: 44px;
	background-color: #0db3b1;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 25px;
}
.foot3 a:hover{
	color: #0db3b1;
	background-color: #b0f2f1;
}
.foot3 a .email{
	display: inline-block;
	background: url(../web/home_44.jpg) no-repeat center bottom;
	width: 22px;
	height: 17px;
	margin-bottom: -3px;
	margin-right: 10px;
}
.footlang{
	width: 140px;
}
.footlang .langc{
	position: relative;
	cursor: pointer;
	display: inline-block;
	border-radius: 10px;
	height: 46px;
	width: 145px;
	font-size: 14px;
	line-height: 46px;
	border-radius: 5px;
	background: url(../images/langbac.png) no-repeat center #fff;
	padding-left: 45px;
}
.langlist{
	display: none;
	position: absolute;
	padding-top: 5px;
	top: 30px;
	width: 110px;
	text-align: center;
	border: 1px solid #bfbfbf;
	left: -1px;
	background: #f9f9f9;
	border-top: 0px;
}
/* 浮动客服 */
.fudong{
	position:fixed;
	top:30%;
	right:20px;
	width:64px;
	text-align: right;
}
.fudong a{
	height: 48px;
	width: 48px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #9d9ea5;
	border-radius: 8px;
}
.fudong a.telegram{
	background-image: url(../images/ficon_03.png) ;
}
.fudong a.skype{
	background-image: url(../images/ficon_05.png) ;
}
.fudong a.line{
	background-image: url(../images/ficon_07.png) ;
}
.fudong a.qq{
	background-image: url(../images/ficon_08.png) ;
}
.fudong a.on{
	background-color: #2554ff;
}
.fudong a img{
	width: 32px;
	height: 32px;
	margin-top: 8px;
}