@charset "gbk";

/*共同样式 start*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

body,
button,
input,
keygen,
legend,
select,
textarea,
span,
a,
h1,
h2,
h3,
div {
	font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "微软正黑体", "Microsoft JhengHei", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", "sans-serif";
	outline: 0;
	speak: none;
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}


/*��������Ӧ start*/

@media screen and (max-width: 321px) {
	.md-title {
		font-size: 18px !important;
	}
	.font-lg {
		font-size: 18px !important;
	}
	.font-md {
		font-size: 15px !important;
	}
	.font-sm {
		font-size: 14px !important;
	}
	.font-xs {
		font-size: 12px !important;
	}
	.font-title {
		font-size: 13px !important;
	}
}

@media screen and (min-width: 321px) and (max-width:400px) {
	.md-title {
		font-size: 20px !important;
	}
	.font-lg {
		font-size: 20px !important;
		padding-top: 20px;
	}
	.font-md {
		font-size: 16px !important;
	}
	.font-sm {
		font-size: 15px !important;
	}
	.font-xs {
		font-size: 13px !important;
	}
	.font-title {
		font-size: 14px !important;
	}
}

@media screen and (min-width: 400px) {
	.md-title {
		font-size: 25px !important;
	}
	.font-lg {
		font-size: 28px !important;
	}
	.font-md {
		font-size: 18px !important;
	}
	.font-sm {
		font-size: 16px !important;
	}
	.font-xs {
		font-size: 14px !important;
	}
	.font-title {
		font-size: 16px !important;
	}
}


/*��������Ӧ end*/


/*��ͬ��ʽ end*/


/*��ҳ start*/


/*������ start*/

header>.navbar-default {
	position: absolute;
	z-index: 99;
	background: none;
	border-radius: 0;
	border: none;
	float: initial;
	background-color: rgba(0, 0, 0, 0.9);
	padding-bottom: 10px;
	display: flex;
    align-items: Center;

}

header>.navbar-collapse {
	float: right;
}

header>.navbar-collapse nav {
	background-color: #fff;
}

header>.carousel-control {
	opacity: 0;
}

.float-left {
	float: left;
}

header>.navbar-default .container-fluid {
	float: initial;
}

#myCarousel {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

header>.carousel-control:focus,
header>.carousel-control:hover {
	opacity: 0;
}

header .navbar-brand {
	padding: 0 !important;
}

.navbar-header>.navbar-brand>img {
	height: 46px;
	margin-top: 6px;
}

header>.navbar-default .navbar-nav>.active>a {
	color: #00a4ff;
	background-color: transparent !important;
}

header>.navbar-default .navbar-nav>li>a:hover {
	color: #00a4ff!important;
}

header>.navbar-default .navbar-nav>li>a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
}

header>.navbar-default .navbar-nav>li>a:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #00a4ff;
	position: absolute;
	left: 0;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

header>.navbar-default .navbar-nav>li>a {
	color: #fff !important;
	/*background-color: rgb(25, 25, 25) !important;*/
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {

	    background-color:transparent;
}

header .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.9);
}

header .dropdown-menu>li>a {
	color: #fff;
}

header>.nav>li>a {
	padding: 16px 10px !important;
}

header>.header-nav-right {
	float: right;
}

.welcome-container {
	float: right;
}

.topbar-right {
	float: right;
	height: 50px;
	line-height: 50px;
}

.logout-container {
	line-height: 50px;
	font-size: 12px;
}

.welcome-container .userinfo-container,
.welcome-user .logout-container {
	display: none;
}

.login-button {
	margin-left: 20px;
	border: 1px solid #747577;
}

.register-button {
	margin-left: 14px;
	background-color: #00a4ff;
}

.link-items:first-child {
	margin-left: 0;
}

.link-spacing {
	width: 1px;
	height: 15px;
	margin: 0 0 0 14px;
	overflow: hidden;
	background-color: #fff;
	vertical-align: middle;
}

.link-items,
.link-spacing,
.pay-box a {
	display: inline-block;
}

.login-button {
	margin-left: 20px;
	border: 1px solid #fff;
}

.login-button,
.register-button {
	display: inline-block;
	width: 70px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}

.link-items {
	color: #e5e5e5;
	font-size: 12px;
	margin-left: 14px;
	line-height: 1;
}

.link-items:first-child {
	margin-left: 0;
}


/*���� end*/


/*С�˵��� start*/

.clearfloat {
	zoom: 1;
}

#bannerBottom {
	float: inherit;
	clear: both;
	height: 131px;
	margin: 0 auto;
}

.bannerBottom,
.contentFlex,
.contentNew {
	margin: 0 auto;
}

.clearfloat {
	zoom: 1;
}

.bannerBottom ul li a {
	float: left;
	display: block;
	height: 83px;
	padding: 0 20px 0 105px;
	margin: 30px 0px 30px 24px;
	border-right: 1px solid #ccc;
	color: #333;
	box-sizing: border-box;
}

.bannerBottom .list h5 {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
}

.bannerBottom .list p {
	font-size: 14px;
}


/*С�˵��� end*/


/*���� start*/

.m-notice {
	position: absolute;
	margin-top: -40px;
	width: 100%;
	height: 40px;
	z-index: 1;
	background-color: #1a2843;
	/*background-color: hsla(0, 0%, 100%, .12);*/
	line-height: 40px;
	color: #fff;
	left: 0;
	zoom: 1;
}

.g-c-bd {
	position: relative;
	float: inherit;
	padding: 0 10px;
	margin: 0 auto;
}

.white {
	color: #fff !important;
}

.m-notice a.link {
	width: 30%;
	float: left;
	margin-right: 2%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	color: hsla(0, 0%, 100%, .6);
}

.m-notice a.link.gray:hover {
	color: #fff;
	text-decoration: underline;
}

.m-notice a.link.notice-more {
	width: 4%;
	margin-right: 0;
	float: right;
}

.carousel-indicators {
	bottom: 11% !important;
}


/*���� end*/


/*������������Ʒ���ʼ start*/

.u-model-title {
	font-weight: 300;
	clear: both;
	text-align: center;
	margin: 0 auto;
	float: inherit;
	padding-top: 10px;
}

.u-model-title h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 60px;
	font-weight: bold;
	margin: 20px 0;
}

.u-model-title {}

.recommended h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 40% 0 4% 0;
	text-align: center;
}

.sale {
	margin: 0px auto;
	overflow: hidden;
	padding: 15px 0;
}

.sale li {
	float: left;
	height: 400px;
	background: #fff;
	position: relative;
	margin-bottom: 20px;
	bottom: 0px;
	padding: 0 1%;
}

.sale li:first-child {
	margin-left: 0 !important;
}

.sale li:last-child {
	margin-right: 0 !important;
}

.tf-l {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sale_border {
	height: 400px;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 0 auto;
}

.navbar-default .navbar-toggle {
	background-color: none !important;
}

.sale li .top {
	position: absolute;
	top: 6%;
	left: 0;
	z-index: 5;
	width: 100%;
}

.sale li h5 {
	margin: 0 auto;
	width: 85%;
	height: 65px;
	color: #a9a9a9;
	font-size: 14px;
	line-height: 30px;
	font-weight: 200;
	padding-left: 0%;
}

.tf-yc {
	-webkit-transition: all 0.3s 0.1s ease-in-out;
	-moz-transition: all 0.3s 0.1s ease-in-out;
	-ms-transition: all 0.3s 0.1s ease-in-out;
	-o-transition: all 0.3s 0.1s ease-in-out;
	transition: all 0.3s 0.1s ease-in-out;
}

.sale li .top .f_pic {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 110px;
	height: 110px;
	opacity: 0;
}

.sale li .top .c_pic {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 110px;
	height: 110px;
	z-index: 9;
	opacity: 1;
}

.sale li .btn {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	z-index: 5;
}

.sale li .buy {
	position: absolute;
	bottom: -40px;
	width: 50%;
	left: 25%;
	background: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 5;
	text-decoration: none;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.sale li .bj {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sale_border a:hover {
	color: #ff6e4c;
}

.s_domain .bj,.s_tzy .bj,.s_vhost .bj,.s_zuyong .bj{
	background: #00a4ff;
}

.sale li .btn span {
	font-size: 14px;
}

.sale li:hover .bj {
	height: 400px;
	bottom: 0px;
}

.sale li:hover h5 {
	color: #fff;
}

.sale li:hover .top {
	top: 22px;
	color: #fff;
}

.sale li:hover .bj {
	height: 400px;
	bottom: 0px;
}


.sale li:hover .buy {
	bottom: 20px;
}

.sale li:hover .btn {
	color: #fff;
	bottom: 55px;
	font-size: 20px;
}

.more-title>div>a {
	font-size: 15px;
	font-weight: normal;
	padding: 10px;
	width: 300px;
	margin: 0 auto 20px;
	border: 1px solid #00a4ff;
	border-radius: 20px;
	color: #00a4ff;
	cursor: pointer;
	display: block;
	transition: color .2s ease-in 0s, background .2s ease-in 0s;
}

.more-title>div>a:hover {
	background: #00a4ff;
	color: #fff;
	border: 1px solid #00a4ff;
}


/*Ϊʲôѡ������ start */

.wide1190 p {
	float: inherit;
	margin: 0 auto;
}

.mod3s {
	width: 100%;
	overflow: hidden;
	background: url(../img/mod3bg.jpg) center no-repeat;
	margin-top: 35px;
}

.mod3s .inc {
	margin: 0 auto;
	height: 480px;
	position: relative;
	left: 0;
	top: 0;
	background: rgba(33, 34, 49, .5);
}

.demand .inner li {
	margin: 15px 0;
	padding: 0;
}

.cmTit {
	padding: 30px 0 0 0;
	overflow: hidden;
}

.mod3s .cmTit .fTit {
	color: #fff;
	padding-top: 20px;
}

.cmTit .fTit {
	display: block;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	overflow: hidden;
	color: #000;
}

.mod3s .cmTit .sTit {
	color: #fff;
	padding: 10px 0 25px 0;
}

.cmTit .sTit {
	display: block;
	font-size: 13px;
	line-height: 22px;
	color: #888;
	text-align: center;
	padding: 5px 0 0 0;
	width: 94%;
	margin: 0 auto;
}

.mod3s .fourCol {
	overflow: hidden;
	zoom: 1;
	padding: 4% 0;
}

.mod3s .slCon {
	display: none;
	text-align: center;
	padding: 90px 0 0 0;
}

.mod3s .col {
	height: 138px;
	float: left;
	overflow: hidden;
	padding: 0;
}

.mod3s .fiveCol {
	overflow: hidden;
	zoom: 1;
}

.mod3s .bTt {
	display: block;
	text-align: center;
	color: #fff;
	transition: all linear .2s;
	font-size: 13px;
	width: auto;
	margin: 3% auto;
}

.ad{
margin: 0 auto;
display: block;
position: relative;
width: 84px; 
height: 84px;
left:0;
top: 0;
overflow: hidden;

}

.duo {
    background: url('../img/dkhs.png') -10px -10px;
}

.duo:hover {
     background: url('../img/dkhs.png') -218px -10px;
}

.kuai {
    background: url('../img/dkhs.png') -114px -10px;
}

.kuai:hover {
     background: url('../img/dkhs.png') -218px -114px;
}

.hao {
    background: url('../img/dkhs.png') -10px -114px;  
}

.hao:hover {
     background: url('../img/dkhs.png') -10px -218px;
}

.sheng {
    background: url('../img/dkhs.png') -114px -114px;  
}

.sheng:hover {
     background: url('../img/dkhs.png') -114px -218px;
}

/*Ϊʲôѡ������ end */


/*������ҵ start*/

.demand {
	overflow: hidden;
	width: 100%;
	background-size: cover;
	padding-bottom: 30px;
}

.demand>h1 {
	line-height: 80px;
	font-size: 18px;
	position: relative;
	font-weight: normal;
	text-align: center;
}

.demand>.inner {
	margin: 0 auto;
	float: inherit;
}

.demand>.inner>li>span {
	display: block;
}

.demand>.inner>li {
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.demand>.inner>li:hover {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	transform: translateY(-15px);
}

.demand>.inner>li>span.img.img-1 {
	background-position: 3px 0px;
}

.demand>.inner>li>span.img {
	margin: 0 auto;
	width: 78px;
	height: 75px;
	background: url(../img/index_ico.png) no-repeat;
	background-size: 600px;
}

.demand>.inner>li>span.h1 {
	font-size: 14px;
	margin: 10px auto;
	text-align: center;
}

.demand>.inner>li>span.img.img-2 {
	background-position: -76px -0px;
}

.demand>.inner>li>span.img.img-3 {
	background-position: -149px -0px;
}

.demand>.inner>li>span.img.img-4 {
	background-position: -224px 0px;
}

.demand>.inner>li>span.img.img-5 {
	background-position: -297px 0px;
}

.demand>.inner>li>span.img.img-6 {
	background-position: -373px 0px;
}

.demand>.inner>li>span.img.img-7 {
	background-position: -448px 0px;
}

.demand>.inner>li>span.img.img-8 {
	background-position: -523px 0px;
}


/*������ҵ end*/


/*��ͼ  start*/

.map-service-left {
	position: absolute;
	left: 30px;
	top: 0;
	padding: 10% 0 0 0;
}

.map-service {
	position: relative;
	min-height: 750px;
	/* background: url(../img/map_balck_whole_bg.jpg) center no-repeat; */
	background-color: #212231;
}


}
.map-service-right {
	margin-left: 414px;
	padding-top: 60px
}
.china-map {
	width: 748px;
	height: 618px;
	background: url(../img/map_balck_whole_bg.jpg) center no-repeat
}
.china-map,
.map-service-box {
	position: relative;
	margin: 0 auto;
	float: inherit;
}
.map-service-intro-div {
	margin-bottom: 26px;
	padding-left: 56px;
	height: 96px
}
.map-intro-div-01 {
	background: url(../img/map_service_intro_icon_01.png) no-repeat;
}
.map-intro-div-02 {
	background: url(../img/map_service_intro_icon_02.png) no-repeat;
}
.map-intro-div-03 {
	background: url(../img/map_service_intro_icon_03.png) no-repeat;
	margin-bottom: 50px
}
.map-service-intro-title {
	height: 36px;
	line-height: 36px;
	color: #eee;
	font-size: 18px;
}
.map-service-intro-subtitle {
	line-height: 50px;
	font-size: 15px;
	color: #999;
	padding-top: 1rem;
}
.map-intro-div-03 .map-service-intro-subtitle {
	border-bottom: none
}
a.map-service-more-link {
	display: block;
	margin-bottom: 38px;
	width: 174px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #00a4ff
}
.area-box .dot,
.area-box .pulse,
.douhao,
.show-regin span {
	display: inline-block
}
a.map-service-more-link:hover {
	background-color: #0099e5
}
.map-service-tip-item {
	display: inline-block;
	float: left;
	padding-left: 21px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	width: 33%;
}
.tip-item-01 {
	color: #00a4ff;
	background: url(../img/tip_icon_blue.png) 0 center no-repeat
}
.tip-item-02 {
	color: #d3810c;
	background: url(../img/tip_icon_orange.png) 0 center no-repeat
}
.tip-item-03 {
	color: #757370;
	background: url(../img/tip_icon_black.png) 0 center no-repeat
}
.map-product {
	padding-bottom: 30px
}
.map-service-right {
	margin-left: 41%;
	/* padding-top: 60px; */
}
.china-map {
	height: 618px;
	background: url(../img/map_black_bg.png) center no-repeat
}
.region-list {
	position: absolute;
	left: 0;
	top: 0
}
@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	
	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
.area-box .dot {
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #a2a9b4;
	opacity: 1;
	filter: alpha(opacity=100)
}
.area-box .pulse {
	position: absolute;
	top: -28px;
	left: -28px;
	height: 66px;
	width: 66px;
	border: 2px solid #b7b7b7;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	-moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}
.area-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}
.area-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}
.area-box .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}
.area-box .delay-04 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}
.area-box .delay-05 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s
}
.area-box .delay-06 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}
.area-box .delay-07 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s
}
.area-box .delay-08 {
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	-o-animation-delay: -.4s;
	animation-delay: -.4s
}
.area-box .delay-09 {
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s
}
.area-box .delay-10 {
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s
}
.area-box .delay-11 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}
.region-list.active .area-box .dot {
	background: #009fd9
}
.region-list.active .area-box .pulse {
	border-color: #009fd9;
	top: -39px;
	left: -39px;
	height: 88px;
	width: 88px;
	-webkit-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
	-moz-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
	box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset
}
.region-list.waite .area-box .dot {
	background: #f90
}
.region-list.waite .area-box .pulse {
	border-color: #f90
}
.show-regin {
	position: absolute;
	left: 2px;
	height: 0;
	top: 0;
	width: 11px;
	opacity: 0;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.online-node .show-regin,
.region-list:hover .show-regin,
.underline-node .show-regin,
.waite-node .show-regin {
	height: 127px;
	opacity: 1
}
.show-regin span {
	width: 80px;
	position: absolute;
	left: 8px;
	top: -11px;
	padding: 6px 10px;
	font-size: 14px;
	color: #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center
}
.postition-10 .show-regin span {
	left: -65px
}
.postition-6 .show-regin span {
	left: -72px
}

.postition-22 .show-regin span {
    left: -35px;
    top: 4px;
}

.area-box {
	z-index: 77
}
.show-regin {
	z-index: 66
}
.region-list.active .show-regin span {
	position: relative;
	color: #ccc
}
.region-list.waite .show-regin span {
	color: #ccc
}
.postition-1 {
	left: 302px;
	top: 308px
}
.postition-2 {
	left: 401px;
	top: 403px
}
.postition-3 {
	left: 358px;
	top: 516px
}
.postition-4 {
	left: 457px;
	top: 348px
}
.postition-5 {
	left: 526px;
	top: 394px
}
.postition-6 {
	left: 526px;
	top: 515px
}
.postition-7 {
	left: 578px;
	top: 355px;
}
.postition-7.region-list.active .area-box .pulse {
	top: -50px;
	left: -50px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.postition-8 {
	left: 621px;
	top: 194px
}
.postition-9 {
	left: 637px;
	top: 371px
}
.postition-9.region-list.active .area-box .pulse {
	top: -50px;
	left: -50px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.postition-10 {
    left: 468px;
    top: 533px;
}
.postition-11 {
	left: 604px;
	top: 300px
}
.postition-13 {
	left: 683px;
	top: 246px;
}
.postition-12 {
	left: 608px;
	top: 470px;
}
.postition-14 {
	left: 525px;
	top: 331px;
}
.postition-15 {
	left: 515px;
	top: 453px;
}
.postition-16 {
	left: 486px;
	top: 596px;
}
.postition-17 {
	left: 504px;
	top: 283px;
}
.postition-18 {
	left: 627px;
	top: 417px;
}

.postition-19 {
    left: 566px;
    top: 434px;
}

.postition-20 {
    left: 492px;
    top: 221px;
}
.postition-21 {
    left: 452px;
    top: 423px;
}
.postition-22 {
  left: 648px;
  top: 380px;
}
.douhao {
	width: 0
}

/*��ͼ  end*/

/*������Ӯ start*/
.cooperative-partner {
	background: #f4f4f4;
}
.auto,
.autoWidth {
	margin: 0 auto;
}
.cloud-product {
	position: relative;
	z-index: 9;
	padding: 2% 0 0px;
}
.cloud-product-title {
	height: 42px;
	text-align: center;
	line-height: 32px;
	font-size: 25px;
	color: #333;
	margin-bottom: 2%;
}
.cloud-product-explain {
	margin-bottom: 4%;
	height: 16px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	width: 80%;
	margin: 20px auto 20px;
	color: #999;
}
.cooperative-partner-list {
	padding-bottom: 20px;
	margin: 0 auto;
	float: inherit;
}
.clearfix:after,
.clearfix:before {
	display: table;
	line-height: 0;
	content: "";
}
.press-release-list {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 20px 0;
}
.press-release {
	margin-bottom: 5%;
}
.btnDiv {
	text-align: center;
}
.btnDiv .txtBtn {
	margin-top: 16px;
	width: 140px;
	height: 34px;
	border: 1px solid #00a4ff;
	border-radius: 18px;
	font-size: 14px;
	color: #00a4ff;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	transition: color .4s ease-in 0s, background .4s ease-in 0s;
}
.btnDiv .txtBtn:hover {
	background: #00a4ff;
	color: #fff;
}
.cooperative-partner-item {
	float: left;
	background: url('../img/partner.png') no-repeat;
	width: 180px;
	height: 80px;
	background-color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	text-align: center;
	margin: 2rem 2rem;
	transform: scale(0.8);
}

.item-01{
	background-position: -15px -15px;
}

.item-02{
	background-position: -225px -15px;
}

.item-03{
	background-position: -15px -125px;
}

.item-04{
	background-position: -225px -125px;
}

.item-05{
	background-position: -15px -235px;
}


.item-06{
	 background-position:-225px -235px;
}

.item-07{
	background-position: -435px -15px;
}


.item-08{
	 background-position: -435px -125px;
}

.item-09{
	background-position: -435px -235px;
}


.item-10{
	background-position: -15px -345px;
}

/*������Ӯ end*/

/*��������̬ start*/
.press-release-title-wrapper {
	display: block;
	height: 30px;
	width: 100%;
	background-color: #00a4ff;
	text-align: center;
	color: #FFFF;
	font-size: 15px;
	line-height: 30px;
}
.press-release-title-wrapper:hover {
	text-decoration: none;
	color: #fff;
}
.news-trends-list {
	margin-top: 46px;
	margin: 45px auto;
	float: inherit;
}
.news-trends-list li {
	padding-left: 1%;
	padding-right: 1%;
}
.press-release-list i {
	font-style: normal;
}
.press-release-list a {
	color: #333;
	font-size: 13px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}

/*��������̬ end*/

/*��չҵ�� start*/
.cjyw {
	background: url(../img/bg_agent.jpg) no-repeat center top;
	text-align: center;
	clear: both;
}
.wide1190 {
	margin: 0 auto;
	height: 140px;
	overflow: hidden;
	zoom: 1;
}
.cjyw p {
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	min-height: 50px;
	padding-top: 3%;
}
a.blueColor:hover {
	background: #38bfef;
	color: #fff;
	border: 1px solid #38bfef;
}
a.blueColor,
a.orangeColor {
	border: 1px solid #eee;
}
a.orangeColor:hover {
	background: #ffc16d;
	color: #fff;
	border: 1px solid #ffc16d;
}
.logout-container .login-button:hover {
	background-color: #00a4ff;
	color: #fff;
	border: 1px solid #00a4ff;
}
.logout-container .register-button:hover {
	background-color: #00a4ff;
	color: #fff;
}
.padding-0 {
	padding: 0 !important;
}
.a1,
.a2 {
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	height: 43px;
	line-height: 43px;
	display: block;
	text-align: center;
	border-radius: 2px;
	transition: color .4s ease-in 0s, background .4s ease-in 0s;
}
a:hover {
	text-decoration: none;
}

/*��չҵ�� end*/

/*������ѯ*/
/*原来的样式
.suspension {
	width: 46px;
	height: 210px;
	position: fixed;
	right: 30px;
	bottom: 150px;
	z-index: 999;
} */



.suspension {
	   width: 40px;
    	height:138px;
	 padding: 11px 8px 0 8px;
   	 background: #FFFFFF;
	box-shadow: 0px 8px 15px 0px rgba(180,180,180,0.28);
	border-radius: 3px;
	position: fixed;
	right: 30px;
	bottom: 150px;
	z-index: 999;
}

/* 测试 suspension li 的样式*/
.suspension-tel{
margin: 0 auto;
width: 18px;
height: 21px;
background-image: url(/img/20230726-service.png);
background-repeat: no-repeat;
background-size: 100%;
}
.suspension-qrcode{
    margin-top:10px;
    text-align: center;
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #60666B;
line-height: 18px;
  cursor: pointer;
}

/* 置顶 */
.suspension-top{
    margin-top:10px;
    width: 25px;
    height: 13px;
    background-image: url(/img/20230726-suspension-top.png);
    background-repeat: no-repeat;
    background-size: 100%;
}










.pop-tel {
	/*border-color: #00a4ff!important;
	background-color: #00a4ff!important;*/
	
	background-position: -1px 0 !important;
}
.pop-qrcode {
	background-position: -1px -51px !important;
}
.to-top {
	background-position: 0 -100px !important;
	cursor: pointer;
}

.suspension li {
	position: relative;
/*	width: 46px;
	height: 46px;
	margin-top: 10px; */
}
.default-transition,
.default-transition-children-fast>*,
.default-transition-children-slow>*,
.default-transition-children>*,
.default-transition-fast,
.default-transition-slow,
.default-transition-tree *,
.default-transition-tree-fast *,
.default-transition-tree-slow * {
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: background-color, background-position, color, border-color, opacity, z-index, -webkit-transform, -webkit-box-shadow;
	-o-transition-property: background-color, background-position, color, border-color, opacity, z-index, box-shadow, -o-transform;
	-moz-transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, box-shadow, -moz-transform, -moz-box-shadow;
	transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, box-shadow;
	transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, box-shadow, -webkit-transform, -moz-transform, -o-transform, -webkit-box-shadow, -moz-box-shadow;
}
.buy-car,
.pop-qrcode,
.pop-tel,
.to-top {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #bcbcbc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/suspend_icon.png);
}
/* 测试 to-top */
.to-top{
    background: none;
    border:none;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.connect-us {
	position: absolute;
    width: 440px;
    height: auto;
    right: 54px;
    top: -290px;
    z-index: 30;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
    display: none;
}


.qrcode {
	position: absolute;
	bottom: 0;
	z-index: 30;
}

.connect-us li:first-child {
	padding-top: 0;
	border-top: none;
}
.suspension li:first-child {
	margin-top: 0;
}

.connect-us li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #333;
	
}

}
.info-name {
	font-size: 14px;
	
}
.info-name,
.info-value {
	display: block;
	padding-left: 30px;
}
.info-value {
	margin-top: 8px;
	height: 18px;
	font-size: 18px;
	font-weight: 700;
	color: #f90;
}


.connect-us li {
	display: list-item;
	width: auto;
	height: 45px;
	padding-left: 10px;
	overflow: hidden;
	margin-top: 0;
	border-top: 1px solid #f4f4f4;
	
}

.connect-us li.feedback-item {
	padding-bottom: 0;
}

.service-zx {
	background-image: url(../img/qq.png);
}

.zxk li{
	float: left;
	padding:0 20px 20px 20px;

}
.zxk ul{
	padding: 25px 0 0 25px;
}
.zxk {
	float: left;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1px;
}

.zx-qq{
	width: 440px;
	height: 100px;
	background-color: #00a4ff;
	color: #fff;
	text-align: center;
	margin:-1px;

}

.zx-title{
	font-size: 26px;
	padding-top: 15px;
}

.zx-sub-title{
	padding-top: 10px;
	font-size: 18px;
}

.txt{
	padding-top: 42px;
	width: 150px;
	float: left;
	padding-left: 20px;
	font-size: 18px;
	color:  #00a4ff;
}

.tsqq {
	margin-left: 15px;
}

.txt1{
    padding-top: 12px;
    width: 150px;
    float: left;
    padding-left: 20px;
    font-size: 18px;
    color: #00a4ff;
}


/*�ײ� footer  start*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
.footer {
	background-color: #212231;
}
.default-font,
.footer {
	font-family: "Microsoft Yahei";
}
.auto,
.autoWidth {
	margin: 0 auto;
}

.five-superiority {
	width: 100%;
	border-bottom: 1px solid #414b51;
}
.five-superiority-list li {
	float: left;
	height: 120px;
}
.five-superiority-list li a {
	white-space: nowrap;
	display: block;
	line-height: 5rem;
	padding-left: 60px;
	background-repeat: no-repeat;
	width: 48px; 
	height: 56px;
	margin-top: 2.5rem;
	font-size: 13px;
	color: #fff;
}

.technology_ico a {
	background: url(../img/rztb.png) -171px -155px;

}
.prepare_ico a {
	background: url(../img/rztb.png)  -287px -15px;
}
.compensate_ico a {
	background: url(../img/rztb.png) -15px -155px;
}
.retreat_ico a {
	background: url(../img/rztb.png) -93px -155px;
}
.sale li .top .f_pic {
	position: absolute;
	right: 12%;
	top: 0;
	width: 76%;
	height: auto;
	opacity: 0;
	text-align: center;
}
.sale li .top .c_pic {
	position: absolute;
	right: 12%;
	top: 0;
	width: 76%;
	height: auto;
	z-index: 9;
	opacity: 1;
	text-align: center;
}
.sale li .top .tf-yc img {
	width: 50%;
}
.sale li:hover .top .f_pic {
	z-index: 12;
	opacity: 1;
}
.sale li:hover .top .c_pic {
	z-index: 9;
	opacity: 0;
}
.footer-floor1 {
	padding: 40px 0 62px;
	min-height: 210px;
}


.footer-left {
	float: left;
}
.footer-list {
	height: 100%;
	border-left: 1px solid #414b51;
	float: left;
}
.footer-list ul {
	float: left;
}
.footer-list .flist-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.footer-list li {
	line-height: 30px;
}
.footer-list li a {
	color: #819199;
	font-size: 14px;
	text-decoration: none;
}
.footer-list {
	height: 300px;
	border-left: 1px solid #414b51;
	float: left;
}
.footer-floor2 {
	width: 100%;
	border-top: 1px solid #212a2f;
	padding: 10px 0;
	text-align: center;
	clear: both;
}
.footer-floor2 p {
	text-align: center;
	color: #819199;
	font-size: 12px;
	line-height: 25px;
}
.company-box,
.footer-list {}
.company-logo {
	height: 40px;
	background: url(img/bottom_19.png) left no-repeat;
}
.company-name {
	margin-top: 20px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
}
.company-logo span {
	display: inline-block;
	margin-left: 136px;
	margin-top: -5px;
	width: 126px;
	height: 40px;
	background: url(img/bottom_16.gif) left no-repeat;
}
.company-name {
	margin-top: 20px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}


/*�ײ� footer  end*/

/*����*/
.recommended {
	margin: 0px auto;
	float: inherit;
}
.fourCol {
	margin: 0 auto;
	float: inherit;
}
.footer .five-superiority-list {
	float: inherit;
	margin: 0 auto;
}
.footer-floor1 {
	float: inherit;
	margin: 0 auto;
}
.tf-yc-kk {
	width: 100%;
	display: block;
	line-height: 25px;
	text-align: center;
}
.official-plat {
	width: 100%;
	height: 100%;
	margin: 20px 0 30px 0;
	position: relative;
}
.official-plat .weixin {
	left: 24px;
	background-position: 0 0;
}
.official-plat .weibo,
.official-plat .weixin {
	top: -145px;
	display: none;
	position: absolute;
	background-repeat: no-repeat;
}
.official-plat>p {
	display: inline-block;
	width: 132px;
	height: 132px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.official-plat ul {
	width: 211px;
	margin-top: 20px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
}
.corner {
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	bottom: -20px;
	right: 50%;
	margin-right: -10px;
	z-index: 10;
}
.official-plat ul li {
	float: left;
	margin-left: 6%;
	width: 40px;
	height: 40px;
}
.official-plat ul a {
	display: block;
}
.official-plat ul li span {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.official-plat li .weibo-logo {
	background: url(../img/rztb.png) -165px -241px;
}
.official-plat li:hover .weibo-logo {
	background: url(../img/rztb.png) -235px -241px;
}
.official-plat li .weixin-logo {
	background: url(../img/rztb.png) -365px -15px;
}
.official-plat li:hover .weixin-logo {
	background: url(../img/rztb.png) -365px -85px;
}
.official-plat li .qq-logo {
	background: url(../img/rztb.png) -365px -155px;
}
.official-plat li:hover .qq-logo {
	background: url(../img/rztb.png) -365px -225px;
}
.official-plat li .email-logo {
	background: url(../img/rztb.png) -15px -316px;
}
.official-plat li:hover .email-logo {
	background: url(../img/rztb.png) -85px -316px;
}
.demand h1.font-lg span {
	display: block;
	height: 3px;
	width: 140px;
	background-color: #01aaff;
	left: 0;
	position: absolute;
	bottom: 17%;
	left: 49%;
	margin-top: -20px;
	margin-left: -50px;
	border-radius: 8px;
}

/*��ҳ end*/

/*�������� start*/
header>.nav>li>a:focus,
header>.nav>li>a:hover {
	color: #00a4ff;
	background-color: transparent !important;
}
header>.nav>li>a {
	color: #fff;
}
.nav>.active>a {
	color: #00a4ff;
	background-color: transparent !important;
}
header>.nav>li>a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
}
header>.nav>li>a:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #00a4ff;
	position: absolute;
	left: 0;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}
.details-m-notice {
	background: none !important;
	bottom: 20px;
	width: 83.33333333% !important;
	margin-left: 12%;
	padding-left: 15px;
	padding-right: 15px;
}

/*��Ʒ���� start*/
.province li a:hover {
	border: 1px solid #648ff7;
	color: #648ff7;
	text-align: center;
}
.title_pro {
	border-bottom: 1px solid #eee;
	padding: 15px 10px;
	font-size: 18px;
}
.province {
	margin: 15px auto;
}
.clear {
	clear: both;
}
.province li {
	float: left;
	position: relative;
	cursor: pointer;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 8px;
}
.vpslist li>div {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #d6e4ee;
	color: #33334f;
	transition: ease 0.2s;
}
.province .actived_pro a {
	border: 1px solid #648ff7;
	color: #648ff7;
}
.province li a {
	display: block;
	font: 14px/36px Arial, sans-serif;
	color: #33334f;
	height: 36px;
	width: 100%;
	text-align: center;
	background: #f8fafd;
	transition: ease 0.3s;
	border: 1px solid #d6e4ee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.province li span {
	display: block;
    height: 16px;
    width: 36px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #ee2d0c;
    position: absolute;
    right: -8px;
    top: -8px;
	z-index:10;
}
.vpslist {
	background: #f8fafd;
	padding: 40px 0 20px 0;
	border-top: 1px solid #eee;
	margin-bottom: 40px;
}
.container {
	float: inherit;
	margin: 0 auto;
	clear: both;
}
.vpslist li {
	margin-bottom: 20px;
	padding-left: 9px;
	padding-right: 9px;
}
.vpslist li>div:hover {
	box-shadow: 0 0 30px #d6e4ee;
	border: 1px solid #648ff7;
	transform: scale(1.03);
}
.title {
	height: auto;
	font: 18px/50px Arial, sans-serif;
	border-bottom: 1px solid #d6e4ee;
	text-align: center;
}
.title1 {
	font: bold 14px Arial, sans-serif;
	border-left: 2px solid #648ff7;
	padding-left: 10px;
	margin: 15px 35px;
}
.peizhi_con {
	font: 14px/30px Arial, sans-serif;
	margin: 0 35px;
	color: rgba(51, 51, 79, 0.5);
}
.shuju {
	border-top: 1px solid #d6e4ee;
	border-bottom: 1px solid #d6e4ee;
	margin: 10px;
	padding: 10x 0 !important;
}
.price_con {
	font: 14px/30px Arial, sans-serif;
	margin: 35px;
	padding-top: 5px;
	text-align: center;
}
.pay_btn {
	display: block;
	font: 14px/36px Arial, sans-serif;
	background: #e87568;
	color: #fff;
	height: 36px;
	width: 180px;
	margin: 20px auto;
	text-align: center;
}
.pay_btn:hover {
	background: #e86051;
	color: #fff !important;
}
.shuju>span {
	text-align: center;
	padding: 10px;
	float: left;
	width: calc(33.3%);
	border-right: 1px solid #d6e4ee;
}
.shuju>span h6 {
	margin: 0;
	padding: 0;
	font-weight: lighter;
	font-size: 20px;
}
.shuju>span p {
	color: rgba(51, 51, 79, 0.5);
	font: 12px/18px Arial, sans-serif;
}
.price_con b {
	color: #e74c3c;
	font-size: 17px;
}

/*��Ʒ���� end*/

/*��Ʒ���� start*/
.server-module.double {
	padding-bottom: 25px;
	background: #f5f5f5;
	clear: both;
}
.module-title {
	position: relative;
	text-align: center;
	height: 83px;
	line-height: 80px;
	font-size: 30px;
	clear: both;
}
.virtue-list {
	margin: 0 auto;
	float: inherit;
}
.virtue-list .virtue-bg1>div {
	background-image: url(../img/virtue_1.png);
}
.virtue-list .virtue-bg2>div {
	background-image: url(../img/virtue_2.png);
}
.margin-left-20 {
	margin-left: 20px;
}
.virtue-list .virtue-bg3>div {
	background-image: url(../img/virtue_3.png);
}
.virtue-list .virtue-bg4>div {
	background-image: url(../img/virtue_4.png);
}
.virtue-title {
	display: block;
	font-size: 22px;
	color: #333;
	padding-left: 30%;
	padding-top: 7%;
}
.virtue-sub-title {
	padding-left: 31%;
	padding-top: 2%;
	height: 50px;
	display: block;
}
.virtue-list li {
	display: list-item;
	float: left;
	padding: 0;
}
.virtue-list-div {
	padding-right: 10px;
	padding-left: 10px;
	height: 180px;
	background-size: 23%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 17px 17px;
	margin: 5px;
}

/*��Ʒ���� end*/

/*�������� start*/
.CommonProblem {
	float: inherit;
	margin: 0 auto 30px;
	font-size: 14px;
}
.CommonProblem>p {
	position: relative;
	padding-left: 12px;
	line-height: 30px;
}
.CommonProblem>p>span {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #C0C0C0;
	float: left;
	left: 0;
	top: 11px;
}

/*�������� end*/

/*�������� srart*/
.wide1190 {
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
.banner-bottom .bb_right .bb-img_2 {
	background-position: -110px 0;
}
.banner-bottom .bb_right .bb-img_3 {
	background-position: -220px 0;
}
.banner-bottom .bb_right .bb-img_4 {
	background-position: -330px 0;
}
.banner-bottom li {
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
}
.banner-bottom .bb_right i {
	float: left;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/cloudhost-icon_2.jpg) no-repeat;
}
.banner-bottom .bb_right .bb-img_1 {
	background-position: 0 0;
}
.banner-bottom .bb_right p {
	color: #999;
	margin: 0;
	overflow: hidden;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 1%;
}
.hotRecommend-mobile {
	margin: 0 auto;
	float: inherit;
	padding: 0;
}
.font18 {
	font-size: 18px;
}
.wide-list {
	margin: 0 auto;
	float: inherit;
}
.wide-list a {
	color: #484848;
}
.wide-VPS {
	margin: 0 auto;
	float: inherit;
	height: 110px;
}
.font18 a {
	color: #484848;
}
.font18 a:hover {
	color: #484848;
}

/*�����Ƽ� start*/
.hotRecommend {
	border-bottom: none !important;
}
.hotRecommend li.active>a {
	border: none;
	background: #1e88e5 !important;
	color: #fff !important;
}
.hotRecommend li a {
	text-indent: inherit;
	width: 160px;
	height: 37px;
	border-radius: 0;
	background: #fff;
	color: #555;
	border: 1px #fff solid;
	line-height: 37px;
	position: relative;
	border-radius: 2px;
	padding: 0;
	margin: 0 5px;
}
.hotRecommend li a:hover {
	background: #1e88e5 !important;
	color: #fff;
}
.hotRecommend li.active a:after,
.hotRecommend li.active a:hover:after {
	content: '';
	position: absolute;
	border-top: 7px solid #328DDB;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	bottom: -7px;
	left: 45%;
}
.hotRecommend-div {
	position: relative;
	background: #F4F6F8;
	padding-top: 50px;
	margin-bottom: 50px;
}
.hotRecommend {
	left: 52%;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	position: inherit;
}
.hotRecommendContent {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	float: inherit;
	min-height: 1045px;
}
.recommend-right {
	width: 33.33%;
	min-height: 431px;
	background: #fff;
	padding: 0;
	margin-bottom: 20px;
}
.recommend-right .ssl-bt {
	font-size: 24px;
}
.recommend-right .ssl-text {
	line-height: 24px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recommend-right .plan-title {
	background: #fff;
	color: #333;
	border-bottom: 1px #eee dotted;
	padding: 30px 0 25px 0;
	margin: 0 20px;
}
.recommend-right .plan-title {
	border-bottom: 0;
	padding-bottom: 10px !important;
}
.recommend-right .plan1 {
	padding: 0 30px;
	border-right: 1px #eee solid;
	min-height: 470px;
	position: relative;
}
.plan-title .new-mj {
	position: absolute;
	right: 40px;
	top: 100px;
	background: linear-gradient(70deg, #ffa909 3%, #ff9d06 55%, #ff9102 91%) !important;
	padding: 0px 8px;
	color: #fff;
	height: 18px;
	line-height: 18px;
	border-radius: 8px 0px 8px 0px;
	font-size: 12px;
	font-weight: bold;
}
.plan.best .hot {
	padding: 0 40px;
	right: -40px;
	top: 10px;
	height: 30px;
	line-height: 30px;
}
.plan {
	overflow: hidden;
}
.plan.best .hot {
	color: #FFF;
	font-weight: bold;
	font-size: 12px !important;
	padding: 0 50px;
	right: -45px;
	top: 20px;
	position: absolute;
	/* background-color: #D9534F; */
	
	background-color: #1e88e5;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.recommend-right .item-list {
	padding: 0 !important;
	margin-bottom: 10px;
}
.recommend-right .plan1 ul li {
	line-height: 24px;
	border-top: 1px #eee dotted;
	padding: 8px 0;
	font-size: 13px;
}
.recommend-right .btn-success {
	background: #1e88e5;
	border-radius: 3px;
	border-color: #1e88e5;
	width: 73%;
	position: absolute;
	bottom: 20px;
	margin-left: 2%;
}
.recommend-right .plan1:hover {
	box-shadow: 0 5px 20px -4px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	border-color: #fff;
}
.recommend-left {
	width: 33.33%;
	background: linear-gradient(45deg, #07b5fb 3%, #02a0fa 55%, #118efc 91%) !important;
	min-height: 470px;
	border-radius: 3px 0 0 3px;
	padding: 30px 25px 0 25px;
	position: relative;
	overflow: hidden;
}
.recommend-left img {
	position: absolute;
	bottom: -20px;
	width: 200px;
	height: 160px;
	left: 0;
	transition: all .5s;
}
.recommend-left h2 {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
.recommend-left p {
	color: #fff;
	line-height: 24px;
}
.recommend-left ul {
	padding-left: 0;
	list-style: none;
}
.recommend-left h2 p {
	font-size: 14px;
	opacity: 0.5;
}
.recommend-left p {
	color: #fff;
	line-height: 24px;
}
.recommend-left ul li {
	margin-top: 5px;
}
.recommend-left ul li b.mj {
	border: 1px #fff dashed;
	padding: 6px;
	list-style: none;
	color: #fff;
	display: block;
	margin: 8px 0;
}

/*�����Ƽ� �ƶ��� start*/
.hotRecommend-mobile {
	clear: both;
}
.hotRecommend-mobile .panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.hotRecommend-mobile .panel-heading {
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	background: #2086ee !important;
	border-bottom: 1px solid #2086ee !important;
	color: #fff !important;
}
.hotRecommend-mobile .panel-heading .panel-title {
	font-weight: normal;
	font-size: 13px;
}
.host-expand a.column {
	display: block;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0;
	height: 84px;
}
.host-expand a.column .column-left {
	float: left;
	width: 75%;
	padding-left: 14px;
}
.host-expand a.column .column-right {
	text-align: center;
	overflow: hidden;
}
.host-expand a.column .column-left .column-title {
	color: #171717;
}
.host-expand a.column .column-left .column-config,
.host-expand a.column .column-right .column-btn {}
.font18 {}
.warn {
	color: #f89b49;
	font-size: 10px;
}
.host-expand a.column .column-left .column-config p:nth-child(2n-1) {
	width: 40%;
}
.host-expand a.column .column-left .column-config p {
	float: left;
	width: 50%;
	font-size: 12px;
	color: #636363;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.host-expand a.column .column-right .column-price {
	color: #ff7f0e;
}
.host-expand .btn,
.manager-btn {
	color: #fff;
	background: #2086ee;
	padding: 3px 12px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 12px;
	margin-top: 10px;
}
.pos-r {
	position: relative;
}
.icon_hot {
	width: 35px;
	height: 29px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/icon_hot_2x.png) no-repeat;
	background-size: contain;
}
.host-expand .column-title {
	margin-bottom: 5px;
}
.hotRecommend-mobile .panel-body {
	padding: 0 5px;
}
.hotRecommend-mobile .last .column {
	border: none !important;
}
.hotRecommend-mobile small {
	font-size: 10px;
	color: #fff;
}
.hotRecommend-mobile .panel-heading-a {
	display: block;
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.hotRecommend-mobile .panel-heading-a::before {
	width: 3px;
	height: 8px;
	background: #fff;
	top: 4px;
	left: -10px;
	content: "";
	display: inline-block;
	position: absolute;
}
.hotRecommend-mobile .panel-heading-a::after {
	width: 15px;
	height: 15px;
	background: url(../img/icon_goback_white_2x.png) no-repeat;
	background-size: contain;
	top: 4px;
	right: 10px;
	content: "";
	display: inline-block;
	position: absolute;
}
.host-title::after {
	width: .22rem;
	height: .12rem;
	background: url(/m/images2016/manager/icon_goup_2x.png) no-repeat;
	background-size: contain;
	top: .3rem;
	right: .2rem;
}

/*�����Ƽ� end*/

/*�������� end*/

/*���������� start*/
.servicesTit {
	border-top: 5px solid #190B65;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 3px #aaa;
	padding: 10px 0 10px 10px;
}
.servicesTit li {
	float: left;
	display: inline;
}
.servicesTit {
	margin: 0 auto;
	float: inherit;
}
.servicesTit li a {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 94%;
}

.ctitle {
	font-size: 30px;
	height: 75px;
	line-height: 75px;
	color: #202020;
}
.server-table-head {
	background-color: #00a4ff;
    color: #fff;
    font-size: 16px;
    height: 55px;
}

.server-table{
	float: inherit;
	margin: 0 auto;	
}

.server-table tr {
	height: 55px;

}
.renting-ctitle {
	margin: 15px auto;
	float: inherit;
	padding: 0;
}

.s-price {
	font-size: 20px;
	font-weight: bold;
	color: #DA1B21;
}

/*����ע������  start*/
.server-ctitle,
.attention-title,
.attention-content {
	margin: 0 auto;
	float: inherit;
}
.attention-title,
.attention-title a {
	border: none !important;
	color: #fff !important;
}
.attention-title .active a {
	font-weight: normal;
	background-color: #041A40 !important;
}
.attention-title a {
	display: block;
	height: 55px;
	line-height: 55px !important;
	padding: 0 20px !important;
	margin: 0 !important;
}
.attention-title a:hover {
	border: none !important;
}
.attention-title>li>a:focus,
.attention-title>li>a:hover {
	background-color: #07347F !important;
}
.attention-title {
	height: 55px;
	line-height: 55px;
	color: #fff;
	background-color: #00a4ff;
	clear: both;
}
.attention-content .tab_cont {
	padding: 20px;
}
.attention-content .des_txt p {
	line-height: 25px;
}
.attention-content .des_txt {
	margin: 10px 0;
}
.attention-content {
	box-shadow: 0 0 3px #aaa;
	clear: both;
}
.server-ctitle {
	margin: 30px auto;
}
.nav-tabs>li>a {
	border-radius: 0 !important;
}

/*����ע������ end*/

/*�������� start*/
.banner-nav {
	background: url(../img/background-datacenter.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0px;
}
.introduction-banner-nav p {
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.introduction-total-div {
	position: relative;
	margin-top: 50px;
}
.introduction-nav-tabs {
	color: #FFF;
	text-align: center;
	display: block;
	width: 100%;
	background: #072847;
	padding-left: 11%;
	border: none !important;
}
.introduction-nav-div {
	background: #072847;
	margin: 0 auto;
	float: inherit;
}
.introduction-nav-tabs li {
	padding-bottom: 10px;
	float: left;
	height: 65px;
	margin-bottom: 0 !important;
}
.introduction-nav-tabs a {
	color: #fff !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding: 15px 0 5px !important;
	display: block;
}
.introduction-nav-tabs li.active {
	background-color: #062947 !important;
	cursor: pointer;
	padding-bottom: 5px;
}
.introduction-nav-tabs li.active a {
	border-bottom: 3px solid #00a4ff!important;
}
.introduction-nav-tabs a:hover {
	background-color: #062947 !important;
	cursor: pointer;
	border-bottom: 3px solid #00a4ff!important;
	padding-bottom: 5px;
}
.introduction-tab-content .item {
	margin: 50px auto;
	float: inherit;
}
.introduction-tab-content p {
	line-height: 35px;
	padding: 0;
}
.item .dataSlide {
	float: right;
	padding: 0;
}
.item .dataSlide li img {
	width: 100%;
}
.padding-0 {
	padding: 0 !important;
}

/*�������� end*/

/*���������� end*/

/*����*/
.demand-li-right .font-md {
	text-align: center !important;
}
.details-m-notice a:hover {
	background: transparent !important;
}
.details-m-notice a:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #00a4ff;
	position: absolute;
	left: 0;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}
.product-box.product-box-popular {
	height: 266px;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.product-box {
	position: relative;
	padding: 30px 0;
	color: #4a5669;
	text-align: center;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	margin-top: 54px;
	box-shadow: 0 0 3px #eee;
}
.product-box .product-popular {
	position: absolute;
	top: -54px;
	left: -2px;
	right: -2px;
	height: 54px;
	color: #fff;
	font-size: 21px;
	line-height: 54px;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	background-color: #0098ef;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.product-box .product-header {
	padding: 0 30px;
	margin-bottom: 30px;
}
.product-box .product-price {
	font-size: 30px;
	font-weight: bold;
	border-top: 1px solid #eee;
	clear: both;
	width: 50%;
	float: left;
	padding-top: 20px;
	height: 60px;
	color: #DA1B21;
}
.product-box .product-features {
	margin-bottom: 30px;
}
.product-box .product-order {
	width: 46%;
	margin: 0 auto;
	float: left;
	height: 60px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.product-box .product-header p {
	margin-top: 0!important;
	color: #a0abbc;
	font-size: 14px;
	line-height: 24px;
}
.product-box .product-price .term {
	bottom: 28px;
	margin-left: 4px;
	font-size: 12px;
	font-weight: bold;
}
.goodsbox-mobile {
	margin-bottom: 30px;
}
.product-box .product-features ul {
	margin: 0!important;
	list-style-type: none;
	line-height: 28px;
}
button.button-secondary,
.button.button-secondary {
	background-color: #efa210;
	display: block;
	padding: 8px 15px;
	border-radius: 6px;
	font-size: 15px;
	color: #fff;
}
.product-box .product-features ul li {
	width: 25%;
	float: left;
	height: 75px;
}
.product-box .product-features ul li strong {
	font-weight: normal;
	width: 100%;
	display: block;
	color: #999;
}
.product-box .product-features ul:last-of-type {
	font-size: 14px;
	line-height: 24px;
}
.footer-list li strong {
	font-weight: normal;
}
.hd_menu_dropdown {
	display: block;
	left: 0;
	top: 0px;
	padding: 20px 0;
	font-size: 0;
	background: rgba(17, 17, 17, .98);
}
.hd_menu_dropdown_item.server_dropdown_item {
	position: static!important;
	display: block;
}
.hd_menu_dropdown_item {
	display: none;
	position: absolute;
	top: 0px;
	left: 190px;
	/* min-width: 720px; */
	
	font-size: 0;
}
.hd_menu_item_col {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	/* margin-right: 50px; */
	
	width: 290px;
}
.hd_item_col_subMenu {
	/* padding-top: 8px; */
	
	padding-bottom: 10px;
	height: 70px;
}
.hd_item_col_subMenu>a {
	display: block;
	font-size: 14px;
	color: #fff;
	background: rgba(36, 36, 36, .8);
	padding: 5px 10px;
	height: 60px;
}
.hd_item_col_subMenu .pro-name {
	padding-right: 10px;
	min-width: 50px;
}
.hd_item_col_subMenu>a span {
	display: inline-block;
	vertical-align: middle;
}
.hd_item_col_subMenu p {
	padding-top: 8px;
	font-size: 12px;
	color: #fff;
	filter: alpha(opacity=60);
	opacity: .6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hd_item_col_subMenu .hot {
	width: 35px;
	background: #ff4200;
}
.hd_item_col_subMenu .mark {
	height: 15px;
	line-height: 11px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.hd_item_col_subMenu>a:hover {
	color: #008bff;
	background: rgba(0, 0, 0, .8);
}
.hd_item_col_subMenu>a:hover p {
	color: #2277da;
}

.mod_foot_lk {
	float: inherit;
	margin: 10px auto;
	text-align: center;
}
.mod_foot_lk a {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #819199;
}
.mod_foot a {
	color: #5d5e66;
	outline: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}
.mod_foot_lk span {
	display: inline-block;
	height: 12px;
	width: 1px;
	margin: 0 10px;
	vertical-align: middle;
	overflow: hidden;
	background: #5d5e66;
}
.weixin_div_li {
	position: relative;
}
.weixin_div {
	display: none;
	position: absolute;
	left: -23px;
}
.carousel-caption {
	position: absolute;
	z-index: 10;
	line-height: 70px;
	top: 100px;
	left: 50%;
	text-align: left;
	margin-left: -600px;
}
.carousel-caption h4 {
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 13px;
}
.carousel-caption p {
	font-size: 18px;
	line-height: 36px;
	color: #fefefe;
	margin-bottom: 80px;
}
.carousel-caption span {
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	width: 195px;
	height: 43px;
	line-height: 43px;
	display: block;
	text-align: center;
	border-radius: 2px;
	transition: color .4s ease-in 0s, background .4s ease-in 0s;
}
.carousel-caption span:hover {
	background: #fefefe;
	color: #222a3c;
}
.carousel-indicators {
	margin-left: -19% !important;
	width: 38% !important;
}

/*ע��*/
.reg-title {
	font-size: 25px;
	text-align: center;
	padding-top: 10rem;
}
.regist-content .ct-inner {
	margin: 0 auto;
}
.regist-content .tab .tab-list {
	padding-top: 10px;
	height: 88px;
	font-size: 0;
	position: relative;
}
.regist-form {
	padding-top: 40px;
}

.regist-form ul {
	padding-bottom: 30px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
background-color:#00a2ff !important;
color: #fff;
}

.regist-form ul li {
	margin: 0 auto;
	padding: 0;
}
.regist-form ul li label.xing {
	padding: 0;
}

.regist-content .tab .tab-list .tab-item.selected {
	border-bottom: 3px solid #00a2ff;
}
.regist-content .tab .tab-list .tab-item {
	display: inline-block;
	width: 50%;
	text-align: center;
	border-bottom: 3px solid #d1d2d4;
}
.regist-content .tab .tab-list .tab-item {
	display: inline-block;
	width: 50%;
	text-align: center;
	border-bottom: 3px solid #d1d2d4;
}
.regist-content .tab .tab-list .tab-item .tab {
	display: block;
	height: 88px;
}
.regist-content .tab .tab-list .tab-item.selected .mail {
	background-image: url(img/icon-mail-h.svg);
}
.regist-content .tab .tab-list .tab-item .mail {
	background-image: url(img/icon-mail.svg);
}
.regist-content .tab .tab-list .tab-item .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100% !important;
}
.regist-content .tab .tab-list .tab-item.selected .title {
	color: #00a4ff;
}
.regist-content .tab .tab-list .tab-item .title {
	font-size: 18px;
	color: #333;
	vertical-align: middle;
}
.regist-content .tab .tab-list .tab-item .mobile {
	background-image: url(img/icon-mobile.svg);
}

.form-input {
	vertical-align: top;
	padding-bottom: 20px;
	position: relative;
}
.fm-dropdown .input-tips,
.form-input .input-tips {
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	cursor: text;
	display: none;
	text-align: left;
}
.regist-content .qc-log-input-text.lg {
	width: 95%;
}
.qc-log-input-text {
	font-size: 14px;
	height: 45px;
	width: 258px;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #333;
	vertical-align: middle;
	padding: 13px 10px 12px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
}
.tip-unit .tip-list {
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #FFF;
	border-radius: 2px;
	color: #000;
	font-size: 14px;
	z-index: 5;
	max-height: 370px;
	overflow-y: auto;
	box-sizing: border-box;
}
.fm-dropdown {
	position: relative;
	border: 1px solid #d1d2d3;
	border-radius: 2px;
	text-align: left;
}
.fm-dropdown .mobile-code-dropdown {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
}
.fm-dropdown .input-tips,
.form-input .input-tips {
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	cursor: text;
	display: none;
	text-align: left;
}
.fm-verify .qc-log-input-text {
	margin-right: 2.3%;
}
.fm-verify .qc-log-btn,
.fm-verify .qc-log-input-text {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.qc-log-input-text {
	font-size: 14px;
	height: 45px;
	width: 258px;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #333;
	vertical-align: middle;
	padding: 13px 10px 12px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
}
.fm-verify .qc-log-btn {
	background: #f4f4f4;
	border: 1px solid #d1d2d4;
	margin-left: 2.3%;
	height: 45px;
	color: #333;
	text-align: center;
}
.qc-log-btn {
	background-color: #00a2ff;
	border: none;
	color: #fff;
	border-radius: 2px;
	outline: 0;
}
.form-ctrl-label-wrap {
	text-align: left;
	width: 90%;
	margin: 0 auto 15px;
}
.form-ctrl-label,
.form-ctrl-label-stacked,
.qc-log-radio-wrap {
	font-size: 14px;
	vertical-align: middle;
	line-height: 1;
}
.form-ctrl-label {
	margin-right: 15px;
}
.qc-log-checkbox:checked {
	background-image: url(../img/regist.png);
	background-position: -31px 0px;
}
.qc-log-checkbox {
	width: 16px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
	outline: 0;
	background: 0 0\9;
	background-image: url(../img/regist.png);
	-webkit-appearance: none;
	background-position: 0px -15px;
}
.form-ctrl-label-wrap span {
	display: inline-block;
	vertical-align: top;
	color: #666;
	max-width: 85%;
	line-height: 1.4;
	font-weight: normal;
}
.qc-log-checkbox:checked:hover {
	background-image: url(../img/regist.png);
	background-position: -49px 0px;
}
.form-ctrl-label .qc-log-checkbox {
	vertical-align: -3px;
	margin-right: 5px;
}
.regist-wrapper .link {
	color: #00a4ff;
	padding: 0 5px;
}
.regist-content .qc-log-btn.lg {
	width: 100%;
	height: 45px;
	border: none;
	margin-bottom: 80px;
	font-size: 16px;
	text-align: center;
}
.qc-log-btn {
	background-color: #00a2ff;
	border: none;
	color: #fff;
	border-radius: 2px;
	outline: 0;
}
.qc-log-btn:hover,
.login-submit:hover {
	background-color: #0097ee;
}
.fm-dropdown .mobile-code-dropdown .mobile-code {
	vertical-align: middle;
	color: #333;
	margin-right: 10px;
	width: 40px;
	display: inline-block;
}
.regist-wrapper .link {
	color: #00a4ff;
	padding: 0 5px;
}
/*header {
	height: 70px;
}*/
.fm-verify a {
	height: 100%;
	display: block;
	line-height: 48px;
	/* margin-left: 20px; */
}
.fm-verify .form-unit {
	height: 45px;
}
.xing {
	padding-left: 10px;
	color: red;
}

/*��¼*/
.login-main-area {
	position: relative;
	height: 630px;
	background: url(../img/login_bg.jpg) no-repeat 0 0;
}
.login-inner {
	position: relative;
	z-index: 20;
}
.login-auto,
.autoWidth {
	margin: 0 auto;
}
.login-desc {
	padding-left: 20px;
	padding-top: 76px;
	color: #fff;
	font-size: 16px;
}
.login-desc h2 {
	margin-bottom: 40px;
	font-size: 28px;
}
.login-desc p {
	height: 22px;
	line-height: 22px;
	margin-bottom: 24px;
	text-indent: 38px;
}
.login-main {
	z-index: 50;
	padding: 40px 40px 38px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 6px #888;
	-moz-box-shadow: 0 1px 6px #888;
	-ms-box-shadow: 0 1px 6px #888;
	-o-box-shadow: 0 1px 6px #888;
	box-shadow: 0 1px 6px #888;
}
.login-title {
	font-weight: bold;
	font-size: 22px;
	color: #666;
	margin-bottom: 30px;
	text-align: center;
}
.error-info {
	display: none;
	height: 32px;
	line-height: 32px;
	text-indent: 32px;
	font-size: 12px;
	color: #ff3300;
	background: #ffe0d9 url(../img/error-icon.png) no-repeat 8px 8px;
}
.form-item-bg {
	background-image: url(../img/login_icons.png);
	background-repeat: no-repeat;
}
.login-form-item+.login-form-item {
	margin-top: 16px;
}
.form-item-bg-lock {
	position: relative;
}
.form-item-bg-lock {
	background-position: 10px -196px;
}
.login-form-item {
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	margin-top: 8px;
	padding-left: 41px;
}
.form-item-bg-user {
	position: relative;
	z-index: 50;
	background-position: 9px -278px;
}
.login-form-item input {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border: none;
	outline: none;
	font-family: "Microsoft Yahei", Tahoma, Arial;
}
.login-options {
	margin-top: 18px;
	line-height: 14px;
}
.idsave-check {
	position: relative;
	z-index: 10;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #00aaff;
	padding-left: 20px;
	cursor: pointer;
}
.login-options a {
	float: right;
	color: #00aaff;
	font-size: 12px;
	text-decoration: none;
}
.login-submit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background-color: #00aaff;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 30px;
	text-align: center;
}
.go-reg {
	font-size: 12px;
	color: #999;
	margin-top: 20px;
}
.go-reg a {
	color: #00aaff;
	text-decoration: none;
	margin-left: 6px;
}

/*��������start*/
.tos-main {
	background-color: #fff;
	margin: 0 auto;
	float: inherit;
	padding-top: 90px;
}
.tos-title {
	font-size: 32px;
	color: #333;
	text-align: center;
	margin-top: 80px;
}

.tos-content {
	margin: 80px auto;
	line-height: 40px;
}
.tos-subtitle {
	font-size: 16px;
	font-weight: bold;
}

.tos-content {
	margin: 40px auto;
	line-height: 30px;
}

/*��������end*/

/*ע��*/

.footer {
	clear: both;
}
.ct-inner .tab {
	margin: 0 auto;
	float: inherit;
}
.op-btn {
	width: 90%;
	margin: 0 auto;
}

/*��¼*/
.login-inner>.clearfix {
	padding-top: 120px;
	float: inherit;
	margin: 0 auto;
}
.navbar-collapse {
	border-top: none !important;
}
.navbar>.container-fluid {
	font-size: 16px;
	/*padding-top: 10px;*/
}


/*.nav>li>a {
	padding: 10px 6px 10px 20px;
}*/
.container-fluid>.navbar-collapse {
	margin-top: 6px;
}
.topbar-right a:hover {
	color: #0af !important;
}
.logout-container a:hover {
	color: #fff !important;
}
.login_div_total {
	float: right;
	margin-left: -20px;
}
.user-name-logout {
	margin-left: 14px !important;
	line-height: 54px;
	height: 50px;
	display: block;
}
.user-panel {
	position: absolute;
	width: 253px;
	background-color: rgba(0, 0, 0, 0.9);
	right: 0;
	color: #e5e5e5;
	display: none;
	height: 215px;
	overflow: hidden;
}
.pay-box {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #2f3233;
}
.pay-box,
.user-panel-body,
.username-text {
	padding: 0 20px;
}
.pay-box span {
	font-size: 18px;
	color: #f60;
}
.pay-box a {
	position: absolute;
	top: 27px;
	right: 20px;
	width: 75px;
	height: 25px;
	line-height: 24px;
	background-color: #f60;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.shortcut-menu-list {
	padding-top: 10px;
}
.user-panel-bottom {
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}
.shortcut-menu-item {
	position: relative;
	height: 30px;
	z-index: 1;
}
.shortcut-menu-item a {
	display: inline-block;
	font-size: 12px;
	color: #c1c1c1;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.user-record-count {
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #0790d4;
	color: #fff;
}
.user-panel-bottom .auth-status {
	display: none;
	padding-left: 22px;
	color: #2ea550;
}
.shortcut-menu-item>span {
	float: left;
}
.navbar-collapse{
	    -webkit-box-shadow:	none;
   box-shadow: 	none; 
}
.qrcode{
	position: absolute;
    right: 52px;
    display: none;
}

.qrcode>img{
	    width: 130px;
}

/*��ϵ����*/

.contact-bg {
	background: url(../img/contact-bg.jpg) center center no-repeat;
	padding-top: 80px;
	height:260px;
    overflow: hidden;
    background-size: cover; 

}
.services-box,.about-area{
	margin: 0 auto;
	float: inherit;
}
.services-box h2 {
    margin-bottom: 60px;
    margin-top: 75px;
    text-align: center;
    font-size: 32px;
    color: #333;
}

.services-box ul li:first-child, .services-box ul li:first-child + li + li + li {
    margin-left: 0;
}

.services-box ul li {
    margin-bottom: 20px;
    margin-left: 2%;
    text-align: center;
    background-color: #f7f9fa;
}

.services-box ul li:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
}

.services-box ul li h4 {
    position: relative;
    display: inline-block;
    padding-top: 98px;
    padding-bottom: 30px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}



.service-desc {
    margin-top: 10px;
    margin-bottom: 26px;
    font-size: 14px;
    color: #666;
}

.service-phone, .service-qq {
    margin-bottom: 10px;
    font-size: 14px;
    color: #00aaff;
}

.service-qq {
    margin-bottom: 10px;
    font-size: 14px;
    color: #00aaff;
    padding-bottom: 40px;
}

.service-1 {
    background: url(../img/c01.png) no-repeat center 42px;
}

.service-2 {
	background: url(../img/c02.png) no-repeat center 42px;
}


.service-3 {
    background: url(../img/c03.png) no-repeat center 42px;
}

.service-4 {
    background: url(../img/c04.png) no-repeat center 42px;
}

.service-5 {
    background: url(../img/c05.png) no-repeat center 42px;
}

.service-6 {
    background: url(../img/c06.png) no-repeat center 42px;
}


/*��չ����*/

.time-line {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.time-line:after {
  display: table;
  content: "";
  clear: both;
}
.time-line:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  height: 100%;
  width: 2px;
  border-right: 2px dashed #00a4ff;
}
.time-line > li {
  position: relative;
  float: left;
  width: 50%;
}
.time-line > li:before {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  height: 2px;
  width: 40px;
  border-top: 2px dashed #00a4ff;
}
.time-line > li .h4 {
  color: #333;
  margin: 0 0 6px;
}
.time-line > li p {
  margin: 0;
  font-size: 16px;
}
.time-line > li:nth-child(odd) {
  text-align: right;
  padding-right: 50px;

}
.time-line > li:nth-child(odd):before {
  top: 10px;
  left: auto;
  right: 0;
}
.time-line > li:nth-child(even) {
  text-align: left;
  padding-left: 50px;
  padding-top: 60px;
}
.time-pin {
  position: absolute;
  top: 4px;
  z-index: 2;
  display: block;
  height: 12px;
  width: 12px;
  background: #00a4ff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.time-line > li:nth-child(odd) .time-pin {
  right: -7px;
}
.time-line > li:nth-child(even) .time-pin {
  top: 64px;
  left: -5px;
}
@media (max-width: 830px) and (min-width: 771px) {
  .time-line > li:before {
    width: 20px;
  }
  .time-line > li:nth-child(odd) {
    padding-right: 20px;
  }
  .time-line > li:nth-child(even) {
    padding-left: 20px;
  }
}

@media (max-width: 770px)
{
  .time-date > p {
    font-size: 15px !important;
  }
  .time-line > li:before {
    width: 20px;
  }
  .time-line > li:nth-child(odd) {
    padding-right: 20px;
  }
  .time-line > li:nth-child(even) {
    padding-left: 20px;
  }
}

@media (max-width: 719px)
{
  .time-date > p {
    font-size: 14px !important;
  }
  .time-line > li:before {
    width: 10px;
  }
  .time-line > li:nth-child(odd) {
    padding-right:10px;
  }
  .time-line > li:nth-child(even) {
    padding-left:10px;
  }
}

@media (max-width: 657px)
{
  .time-date > p {
    font-size: 11px !important;
  }
  .time-line > li:before {
    width: 1px;
  }
  .time-line > li:nth-child(odd) {
    padding-right: 10px;
  }
  .time-line > li:nth-child(even) {
    padding-left: 10px;
  }
}

@media (max-width: 528px)
{
  .time-date > p {
    font-size: 9px !important;
  }
  .time-line > li:before {
    width: 10px;
  }
  .time-line > li:nth-child(odd) {
    padding-right: 10px;
  }
  .time-line > li:nth-child(even) {
    padding-left: 10px;
  }
}

/* Mobile View */
@media (max-width: 445px)
{
  .time-date > p {
    font-size: 14px !important;
  }
  .time-line > li:before {
    width: 15px;
  }
  .time-line > li:nth-child(odd) {
    padding-right: 15px;
  }
  .time-line > li:nth-child(even) {
    padding-left: 15px;
  }
}

.section-blue {
  position: relative;
  border: none;
  overflow: hidden;
}
.section-blue .container {
  position: relative;
  z-index: 2;
}
.section-blue:before {
  position:absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  min-width: 700px;
	border: none;
}

.section-dark .section-title,
.section-blue .section-title {
	color: #333;
}

.section-blue .section-desc ,
.section-blue p {
	color: #666;
}
.section-blue .actions-help {
	color: rgba(196, 227, 255, 0.6);
}
.section-dark .section-desc {
	color: rgba(255, 255, 255, 0.6);
}
.section-blue .panel,
.section-dark .panel {
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
  box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
}

.section-center, .section-center .actions {
    text-align: center;
}

.page-section {
    padding-bottom: 55px;
    border-bottom: 1px solid #edeff2;
}


.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.section-image .image {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.image-vultr-lanch {
    position: relative;
    height: 114px;
    width: 128px;
    margin: 0 auto;
}

.section-center .section-image .image span {
    margin: 0 auto;
}

.section-image .image span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-image .image span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.image-vultr-lanch .bird {
    float: right;
}


.bird-md {
    height: 114px;
    width: 114px;
}

.bird {
    height: 140px;
    width: 140px;
    background: url(../img/timelinelogo.jpg);
    background-size: cover;
    text-shadow: 0 0 black;
}


.section-title {
    margin-left: auto;
    margin-right: auto;
}

.section-desc {
    margin-top: -4px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 28px;
}

.m-b-30 {
    margin-bottom: 30px!important;
}

.time-line-h2 {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.time-bg {
	float: inherit;
	padding-top: 75px;
    height: 170px;
    margin-bottom: 40px;
    display: table;
    width: 100%;
    color: #333;
	background: url(../img/banner-gs.jpg) center center no-repeat #E4E9EF;
}


.time-main,.about-main {
	padding-top: 66px;
}


.time-title,.about-title{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1;
    text-align: center;
}

/*��˾���*/


.about-bg {
	 background: url(../img/about-bg.jpg) center center no-repeat;
}


.achievement {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    padding: 50px 20px 50px;
    min-width: 1000px;
    box-sizing: border-box;
}

h2.title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    white-space: nowrap;
}

.achievement {
    display: block;
    overflow: hidden;
    white-space:nowrap;
}
.about-list {
    list-style: none;
    display: inline-block;
    padding-left: 50px;
    color: #2277da;
    font-size: 40px;
}

.about-list p{
	font-size: 20px;
}

.about-content{
	margin-bottom: 30px;
    text-indent: 2em;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.about-title{
    font-size: 28px;
    text-align: center;
    color: #fff;
    padding-top: 32px;
}

.about-bg,.agent-bg
{
	padding-top: 75px;
	margin-bottom: 40px;
	height:260px;
    overflow: hidden;
    background-size: cover;  
}

.honor-img {
	height: auto;
	display: inline-block;
	width: 100%;
	text-align: center;

}

.contact-info{
	text-align: center;
}

.contact-area{
	margin-bottom: 5rem;
	line-height: 3;
	padding-left: 20px;
    padding-right: 20px;

}

.c-title{
	font-size: 16px;
	padding-left: 30px;

}

.c-qq,.c-qq a{
	font-size: 30px;
	color: #00a4ff;
}

.addr {
	font-size: 25px;
	color: #333;
}

@media screen and (max-width: 1024px) {
    .map-service {
        min-height: 520px;
    }
}


/*��վ��ͼ*/
.mapcontent {
    font-size: 14px;
    padding: 30px;
}

.mapcontent dt {
    background-color: #f2f2f2;
    padding: 5px 25px;
    font-size: 18px;
    color: #1E1A1B;
}

.mapcontent dd {
    padding: 20px 25px;
}

.login-qq {padding-left: 55px;}

.login-qq a {
	background: url(../img/qq.png) no-repeat;
	padding: 5px 24px;
}

/*֧����ʽ*/
.pay-1 {
    background: url(../img/zfb.png) no-repeat center 42px;
}

.pay-2 {
    background: url(../img/gsyh.png) no-repeat center 42px;
}

.pay-3 {
    background: url(../img/nyyh.png) no-repeat center 42px;
}

.pay-4 {
    background: url(../img/zsyh.png) no-repeat center 42px;
}

.pay-5 {
    background: url(../img/zgyz.png) no-repeat center 42px;
}

.pay-6 {
    background: url(../img/jsyh.png) no-repeat center 42px;
}

.dgzh-desc {
	padding-bottom: 25px;
}

.pay-bg {
	background: url(../img/payment.jpg) center center no-repeat;
    padding-top: 80px;
    height: 260px;
    overflow: hidden;
}

/*�������*/

.agent {
    display: block;
}

.agent li {
    float: left;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff;
}

.agent li h4 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 22px;
    color: #333;
}

.agent li p {
    margin-bottom: 18px;
    font-size: 14px;
    color: #999;
}

.agent li i {
    display: block;
    height: 100px;
    margin: 50px 90px;
}

.agent-content{
	margin-bottom: 30px;
	line-height: 40px;
}

.agent-1 {
    background: url(../img/zy.png) no-repeat;
}

.agent-2 {
    background: url(../img/tr.png) no-repeat;
}

.agent-3 {
    background: url(../img/lr.png) no-repeat;
}

.agent-4 {
    background: url(../img/fw.png) no-repeat;
}

.agent-lc {
	font-size: 24px;
	text-align: center;
	padding-bottom: 50px;

}

.agent-tj li{
	float: left;
	padding-left: 30px;
	margin-bottom: 5rem;
	font-size: 15px;
}

.agent-bg{
	background: url(../img/agent-bg.jpg) center center no-repeat;
}

.getpass{
  margin-top:3rem;
}

.get-main{
  padding-bottom:8rem;

}

.rztb{
	margin-top: 1rem;
}

.rztb span{
	width: 106px;
	height: 40px;
	display: inline-block;
}

.icp {
	background: url(../img/rztb.png) -15px -15px no-repeat;
}

.zfb {
	background: url(../img/rztb.png)  -15px -85px no-repeat;
}

.baiduv {
	background: url(../img/rztb.png)  -151px -15px no-repeat;
}

.anquan {
	background: url(../img/rztb.png)  -151px -85px no-repeat;
}

@media only screen and (max-width: 1276px) {
    .topbar-right {
        display:none;
         }  

         .carousel-caption {
         left: 62%;

         }  
    }

    @media only screen and (max-width: 1810px) {
    .container-fluid {
        width:80%;
         }
    }



 @media only screen and (max-width: 1515px) {
    .container-fluid {
        width:90%;
         }
    }

     @media only screen and (max-width: 1353px) {
    .topbar-right {
        display: none!important;
         }
    }

 @media only screen and (max-width: 1205px) {
    .container-fluid {
        width:100%;
         }
     .nav-about {display: none!important;}
    }


@media  only screen and (max-width: 1023px){
.login_div_total {
		display: none;
	}

		 .carousel-caption  {
         	left: 80%;

         }  


}

@media only screen and (min-width:1024px) {
	.logon {
		display: none!important;
	}
}

@media only screen and (max-width:800px) {
	 .carousel-caption  {
         	left: 90%;

         }  

     .carousel-caption span {
         	display: none;
         }
}

@media only screen and (max-width:700px) {

	.carousel-caption  {
         	left: 110%;
         }  

	.carousel-caption h4 {
	font-size: 26px;

}

	.carousel-caption p {
	font-size: 18px;

}

}


@media only screen and (max-width:560px) {
	.carousel-caption h4 {
	font-size: 20px;

}

	.carousel-caption p {
	font-size: 16px;

}

	.carousel-caption  {
         	left: 121%;
         }  
}



@media only screen and (max-width:500px) {
	.carousel-caption h4 {
	font-size: 16px;

}

	.carousel-caption p {
	font-size: 14px;

}

	.carousel-caption  {
         	left: 145%;
         }  
}

@media only screen and (max-width: 375px) {
.carousel-caption {
    left: 175%;
}

}

.s-active {
	background-color: #00a4ff;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.btn-primary {
    background-color: #00a4ff;
    border-color: #00a4ff;
}

/*域名注册*/

.herobanner {
	height:450px;
	background:url(../img/banner-bg@2x.png) center center;
	background-size:cover;
	width:100%;
	padding-top: 6rem;

}
.inner-herobanner {
	margin:0 auto;
	padding-top:45px;
	max-width:1180px
}
.herobanner h4 {
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:400;
	margin:0 auto 5px
}
.herobanner h1 {
	color:#fff;
	font-size:34px;
	text-align:center;
	font-weight:400;
	margin:0 auto
}
.search-area {
	position:relative;
	width:100%;
	padding-left:200px;
	margin:45px 0 0;
	box-sizing:border-box
}
.search-area .single-search {
	height:50px;
	width:100%;
	padding-right:110px;
	box-sizing:border-box
}
.search-area .single-search .search {
	height:50px;
	width:100%;
	padding:0 20px;
	font-size:16px;
	line-height:50px;
	border:none;
	border-radius:0;
	-webkit-appearance:none
}
.search-area .search-btn {
	position:absolute;
	right:0;
	top:39px;
	transition:background .2s ease;
	-webkit-transition:background .2s ease;
	width:110px;
	background:#00a4ff;
	height:51px;
	overflow:hidden;
	outline:0;
	border:none;
	color: #fff;
	font-size: 16px;
}

.search-area .search-btn:hover {
	background:#0092ee;
}

.links-wrap {
	position:relative;
	text-align:center;
	margin-top:10px
}
.links-wrap a {
	color:#fff;
	font-size:14px;
	vertical-align:middle
}
.links-wrap .seperator-caret {
	height:11px;
	background:#fff;
	width:1px;
	margin:0 10px;
	display:inline-block;
	vertical-align:middle
}
.links-wrap a:hover {
	text-decoration:underline
}
.links-wrap-price {
	float:left
}
.links-wrap-function {
	float:right
}
.links-wrap-mobile {
	display:none
}
.search-row {
	position:relative
}
.search-title {
	position:absolute;
	left:0;
	top:20px
}
.search-title .search-title-mini {
	display:block;
	color:#fff;
	font-size:14px
}
.search-title-big {
	display:block;
	color:#fff;
	font-size:24px
}

.price-title {
	padding: 30px 0;
	font-size: 16px;
	color: #333;
}


.tab-content-title {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 30px;
}

.result-box,.search-result {
	position: relative
}

.result-title {
	position: absolute;
	top: 18px;
	left: 0;
	font-size: 14px;
	color: #666;
	width: 90px
}

.result-title:before {
	content: "\2022\20";
	color: #ffb800;
	padding-right: 4px;
	font-size: 10px;
	line-height: 18px
}

.result-list li {
	transition: background .2s ease;
	position: relative;
	line-height: 50px;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 10px
}

.result-list li:hover {
	background: #f8f8f8
}

.r-name {
	position: relative;
	float: left;
}

.warn-box {
	position: relative;
	display: inline-block;
	height: 50px;
}

.r-name .ico-warn {
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background-position: -18px -18px;
	vertical-align: -2px;
	vertical-align: middle;
}

.r-name .domain {
	display: inline-block;
}

.r-name b {
	display: inline-block;
	font-weight: 700;
}

.r-info {
	float: left;
	margin-left: 20px;
	color: #999;
}

.far-r-info {
	margin-left: 45px;
}

.r-price {
	position: relative;
	float: right;
}

.r-price .ico-down-black {
	display: inline-block;
	margin-left: 5px;
	width: 9px;
	height: 5px;
	background-position: 0 -54px;
	vertical-align: 2px;
}

.r-price .price {
	color: #ff7a22;
	font-weight: 400;
}

.r-price .old-price {
	margin-right: 5px;
	color: #999;
	text-decoration: line-through;
}

.r-expin {
	float: right;
	width: 90px;
	color: #999;
	text-align: center;
}

.r-btn {
	position: relative;
	float: right;
	margin-left: 25px;
	width: 90px;
}

.r-btn button {
	width: 125px;
	height: 26px;
	border: 1px solid #00a4ff;
	border-radius: 3px;
	background: #fff;
	color: #00a4ff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.r-btn button:hover {
	background: #00a4ff;
	color: #fff;
}

.r-btn .r-btn-link {
	display: inline-block;
	width: 90px;
	height: 26px;
	border: 1px solid #00a4ff;
	border-radius: 3px;
	background: #fff;
	color: #00a4ff;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.r-btn .r-btn-link:hover {
	background: #00a4ff;
	color: #fff;
}

.r-discount-info {
	float: right;
	margin-right: 10px;
}

.r-discount-info span {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 5px;
	height: 26px;
	border: 1px solid #ff7a22;
	background: #fff;
	color: #ff7a22;
	font-size: 14px;
	line-height: 24px;
}

.btn-get {
	color: #999;
}

.btn-get i {
	display: inline-block;
	margin-right: 5px;
	margin-left: 13px;
	width: 10px;
	height: 7px;
	background-position: -54px -45px;
}

.r-get-btn button {
	display: none;
	margin-top: 12px;
}

.result-list .r-get-btn.hover button {
	display: block;
}

.result-list .r-get-btn.hover .btn-get {
	display: none;
}

.btn-more {
	position: relative;
	height: 50px;
	line-height: 50px;
	float: right;
}

.btn-more a {
	display: block;
	padding-left: 10px;
}

.btn-more a:hover {
	text-decoration: underline;
}

.btn-more a span {
	color: #00a4ff;
	vertical-align: middle;
}

.btn-more .ico-down {
	display: inline-block;
	margin-left: 5px;
	width: 9px;
	height: 5px;
	background-position: -22px -54px;
	vertical-align: middle;
}

.btn-more .r-btn {
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 1;
	text-align: right;
}

.btn-more .r-get-btn {
	right: 15px;
	width: 100px;
}

.btn-more:hover .r-get-btn {
	right: 0;
	width: 100px;
}

.btn-more:hover .r-get-btn button {
	display: block;
	margin-top: 13px;
}

.btn-more:hover .r-get-btn .btn-get {
	display: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;

}

.nav-tabs>li {
	    margin-bottom: -2px;
}

.nav-tabs {
	border-bottom:none;
}

.search-bar {
	padding-right: 140px;
	position: relative;
	margin: 0 0 15px
}

.search-textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px 15px;
	height: 150px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #c2c2c2;
	resize: none
}

.multiple-domain {
	color: #fff;
	margin-top: 10px;
	float: left;
}

.filter-box {
	height: 30px;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	background: #fcfcfc;
	line-height: 28px;
}

.filter-box span {
	vertical-align: middle;
}

.filter-box .f-checkbox {
	margin: 0 6px 0 9px;
	vertical-align: middle;
}

.domain-result {

    margin: 0 auto;
    clear: both;
}


.no-registration-li .r-name {
	color: #999;
}

.no-registration-li .r-regist-info {
	display: block;
}

.no-registration-li .r-regist-info a {
	display: none;
}

.no-registration-li:hover .r-regist-info {
	float: right;
	display: block;
}

.no-registration-li:hover .r-regist-info a {
	display: inline-block;
	width: 92px;
	color: #00a4ff;
	text-align: center;
}

.no-registration-li:hover .r-regist-info a:hover {
	text-decoration: underline;
}

.d-price {
	margin-top: 100px;
}

.shopcart-cont {
	width:234px;
	position:relative;
	background:#fff;
	float: left;
  border:1px solid #DBDBDB;
  margin-top: 67px;
}

.shopcart-cont .tab-content-title {
	margin-bottom:10px
}
.shopcart-cont .result-list {
	margin:0
}
.shopcart-cont .result-list li {
	position:relative
}
.shopcart-cont .shopcart-btn {
	transition:background .2s ease;
	margin-top:20px;
	width:100%;
	height:35px;
	color:#fff;
	background:#ff7a22;
	font-size:14px;
	display:block
}
.shopcart-cont .shopcart-btn:active,.shopcart-cont .shopcart-btn:hover {
	background:#ed711f
}
.shopcart-cont .result-list li .ico-del {
	position:absolute;
	right:0;
	top:0;
	display:none;
	padding:0 10px
}
.shopcart-cont .result-list li .ico-del:after {
	content:'';
	display:inline-block;
	width:12px;
	height:12px;
	background-image:url(sprite/domain-201811151139.png);
	background-position:-54px -17px
}
.shopcart-cont .result-list li:hover .ico-del {
	display:inline-block;
	cursor:pointer
}
.shopcart-cont .result-list li .ico-del:hover:after {
	background-image:url(sprite/domain-201811151139.png);
	background-position:-54px -31px
}
.shopcart-cont .result-list-box {
	min-height:228px;
	max-height:435px;
	overflow:auto
}
.shopcart-cont .btn-clear {
	position:absolute;
	top:28px;
	right:20px;
	color:#00a4ff
}
.shopcart-cont .btn-clear:hover {
	text-decoration:underline
}

.detail-list-box {
	padding:25px 20px 0
}

.course-list .tab-content-title {
	margin-bottom:10px
}

.shopcart-btn-box {
	position:relative;
	padding:0 20px 20px;
	border-top:1px solid #f2f2f2
}

.tab-content-title {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    overflow: hidden;
}

/*QQ欢迎窗口*/

.qq-modal {
	position: fixed;
	width: 405px;
	height: 220px;
	display: none;
	z-index: 998;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(0, calc(-50% - 40px));
	-ms-transform: translate(0, calc(-50% - 40px));
	-moz-transform: translate(0, calc(-50% - 40px));
	transform: translate(0, calc(-50% - 40px));
	left: calc(50% - 185px);
	top: 50%;
}

.qq-modal.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.qq-modal .modal-main {
	position: relative;
	width: 100%;
	display: block;
	box-sizing: border-box;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
	background: #fff;
	border: 1px solid #d0d1d2;
}

.qq-modal .modal-main > .qqzx-body .close {
	z-index: 999;
	width: 40px;
	height: 40px;
	display: block;
	border: none;
	outline: none;
	text-align: center;
	position: absolute;
	right: 5px;
	cursor: pointer;
	top: 1%;
	background: center no-repeat url("../img/close.png");
}

.qq-modal .modal-main .qqzx-body {
	height: 145px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 0 0 135px;
	background: url("../img/qqzx.jpg") no-repeat 25px center;
}

.qq-modal .modal-main .qqzx-body h4 {
	line-height: 42px;
	font-size: 22px;
	color: #222;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
}

.qq-modal .modal-main .qqzx-body p {
	line-height: 29px;
	color: #aaa;
	font-size: 15px;
	text-align: left;
}

.qq-modal .modal-main .qqzx-bot {
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	margin: 5px auto 20px;
}

.qq-modal .modal-main .qqzx-bot .qqzx-btn {
	width: 150px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	background: #fff;
	color: #8891a6;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #d0d1d2;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.qq-modal .modal-main .qqzx-bot .qqzx-btn:hover {
	color: #333;
	background: #eee;
}

.qq-modal .modal-main .qqzx-bot .qqzx-btn.submit {
	background: #00a4ff;
	color: #fff;
	border: 1px solid #00a4ff;
}

.qq-modal .modal-main .qqzx-bot .qqzx-btn.submit:hover {
	background: #0077cc;
	border: 1px solid #0077cc;
}

.close {
    opacity: 0.8;
}