body {
	background: #fff;
}
/* 重置auto */
.auto{
	/* width: 100%;
	min-width: 100%;
	max-width: 100%; */
}
.module{
	width: 1200px;
	margin: 0 auto;
}
.module-title{
	/* line-height:1; */
	height: auto;
}
.module-title .module-title-name{
	font-family: MicrosoftYaHei;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	padding: 80px 0 50px 0;
	text-align: center;
}
/*banner样式*/
.info-banner {
	
	background: url("img/20191223/banner.png") no-repeat center top;
}
.info-banner>div{
	width: 1200px;
	margin: 0 auto;
}
.font-orange {
	color: #ff6600;
}
.flex-nav {
	position: absolute;
	right: 140px;
	bottom: 20px;
}
.flex-nav li {
	margin-right: 40px;
	float: left;
}
.flex-nav li a {
	display: inline-block;
	font-size: 14px;
	color: #4c4c4c;
}

/*模块*/
.trusteeship-info {
	margin-top: 38px;
}
.module-marg-top {
	margin-top: 60px;
}

.group-title {
	position: relative;
	height: 20px;
	line-height: 20px;
	margin: 55px 0px 35px 0px;
}

.idc-info {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.address {
	color: #ff6600;
	font-size: 14px;
	margin-top: 10px;
}
.engine_room li {
	float: left;
	width: 23%;
	margin-left: 2.4%;
}
.engine_room li:first-child {
	margin-left: 0px;
}
.advantage-list {
	position: relative;
    margin-left: 37px;
    margin-top: 30px;
}
.advantage-list:first-child {
	margin-top: 0px;
}
.advantage-list .advantage-left {
	float: left;
    display: inline-block;
    width: 34px;
    height: 47px;
    margin-right: 20px;
}
.advantage-right {
	float: left;
	width: 1025px;
}
.advantage-title {
	font-size: 14px;
	color: #0088ff;
}
.advantage-info {
	margin-top: 5px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.product-type {
	height: 70px;
	background: #0088ff;
	width: 100%;
	margin-top: 9px;
}
/* 虚机技术参数 */
.technical-params{
	padding-bottom: 80px;
}
.host-table-outer {
	margin-top: 20px;
}
.table-fold-bar {
	border: 1px solid #eee;
	height: 60px;
	padding-left: 57px;
	line-height: 60px;
	background: #fff;
	color: #333333;
	cursor: pointer;
	position: relative;
}
.table-fold-bar>div{
	width: 22px;
	height: 22px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.table-fold-bar>.params-1{
	background: url(img/20191223/product-param-1.png) no-repeat;
}
.table-fold-bar>.params-2{
	background: url(img/20191223/product-param-2.png) no-repeat;
}
.table-fold-bar>.params-3{
	background: url(img/20191223/product-param-3.png) no-repeat;
}
.table-fold-bar span {
	/* display: inline-block; */
	width: 30px;
	height: 30px;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 15px;
	border-radius: 30px;
}
.table-minus{
	border: 1px solid #0088ff;
}
.table-minus:before{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid #0088ff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -10px;
	z-index: 99;
}
.table-minus:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -9px;
	z-index: 999;
}
.table-plus{
	border: 1px solid #ddd;
	
}
.table-plus:before{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888888;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -2px;
	z-index: 99;
}
.table-plus:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -3px;
	z-index: 999;
}
.table-info {
	width: 100%;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.table-fold .table-info {
	display: none;
}
.table-minus,
.table-fold .table-plus {
	display: inline-block;
}
.table-plus,
.table-fold .table-minus {
	display: none
}
.table-top {
	margin-top: 68px;
}
.table-info tr:first-child td {
	font-size: 14px;
}
.table-info tr:first-child td {
	text-align: center;
}
.table-info-dual tr:first-child td {
	text-align: left;
}
.table-info tr td {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}

.table-info tr td strong{
	display: inline-block;
	font-style: normal;
	font-size: 20px;
	color: #ff6600;
}
.table-info tr td {
	padding: 22px 30px 22px 30px;
	/*line-height: 60px;*/
	font-size: 14px;
	color: #545454;
}
.table-info tr:first-child {
	width: 166px;
	font-size: 14px;
}

.table-info .td-border-blue {
	border-bottom:1px solid #0088ff;
	border-right:1px solid #0088ff;
}
.table-info .alone-box {
	position: relative;
}
.table-info .alone {
	position: absolute;
	left: -1px;
	bottom: 0;
	width: 100.7%;
	height: 72px;
	line-height: 72px;
	background: #0088ff;
	color: #fff;
}
.table-info tr td:first-child {
	background: #fafafa;
	text-align: left;
    padding-left: 30px;
}
.module-marg-top .type-table tr td:first-child {
	background: #fafafa;
	font-size: 14px;
	text-align: center;
    padding-left: 0px;
}
.table-p {
	margin-top: 0px;
}
.table-nasttd {
	width: 234px;
}
.table-windows-icon {
	display: inline-block;
	padding-left: 26px;
	line-height: 1.5em;
	background: url(img/host_windows.png) no-repeat left 3px;
	vertical-align: middle;
}
.table-linux-icon {
	display: inline-block;
	padding-left: 26px;
	line-height: 1.5em;
	background: url(img/host_linux.png) no-repeat left 0px;
	vertical-align: middle;
}
.max-width-218 {
	display: block;
	max-width: 218px;
	height: auto;
	word-break: break-all;
}
.table-content-placer {
	display: inline-block;
	width: 120px;
	line-height: 1em;
}
/* 虚机推荐套餐 */
.host-package-tag {
	position: relative;
	float: left;
	border: 1px solid #ff6600;
	margin-top: 2px;
	margin-left: 12px;
	height: 20px;
	line-height: 18px;
	padding: 0 11px;
	background: #fff8f0;
	font-size: 12px;
	color: #ff6600;
}
.host-package-tag:before,
.host-package-tag:after {
	content: "";
	position: absolute;
}
.host-package-tag:before {
	border: 6px solid transparent;
	border-right-color: #ff6600;
	left: -12px;
	top: 50%;
	z-index: 10;
	margin-top: -6px;
}
.host-package-tag:after {
	border: 5px solid transparent;
	border-right-color: #fff8f0;
	left: -9px;
	top: 50%;
	z-index: 11;
	margin-top: -5px;
}
.host-package-outer {
	margin-top: 35px;
}
.host-package-left {
	width: 73%;
	border: 2px solid #ff6600;
}
.host-package-right {
	width: 24.5%;
	border: 1px solid #ddd;
}
.host-package-title {
	border-bottom: 1px solid #ddd;
	background: url(img/host_title_icon.png) no-repeat 18px center;
	padding: 25px 0 25px 88px;
}
.package-title-text {
	position: relative;
	font-size: 18px;
	color: #555;
}
.package-subtitle-text {
	margin-top: 5px;
	font-size: 12px;
	color: #999;
}
.host-independence {
	float: left;
	width: 33.3%;
	border-left: 1px solid #ddd;
	padding: 20px 18px 27px 18px;
}
.host-share {
	padding: 20px 18px 27px 18px;
}
.host-independence:first-child {
	border-left: none;
}
.host-independence:hover {
	background-color: #fafafa;
}
.pkg-item-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.pkg-item-title-text {
	font-size: 18px;
	color: #555555;
}
.pkg-item-subtitle-text {
	font-size: 12px;
	color: #999;
}
.pkg-item-configs {
	padding: 20px;
	border-bottom: 1px solid #ddd;
}
.pkg-config-row {
	margin-top: 20px;
}
.pkg-config-row:first-child {
	margin-top: 0;
}
.pkg-config-item {
	float: left;
	width: 50%;
	text-align: center;
	border-left: 1px dashed #ddd;
}
.pkg-config-item:first-child {
	border-left: none;
}
.pkg-config-name {
	font-size: 12px;
	color: #999;
}
.pkg-config-value {
	font-size: 20px;
	color: #555;
}
.pkg-item-price {
	padding-top: 20px;
	color: #555;
}
.pkg-unit-price {
	margin-bottom: 10px;
	text-align: center;
}
.price-outer {
	/*width: 180px;
	margin: 0 auto;*/
	display: inline-block;
}
.pkg-price-color {
	color: #ff6600;
}
.pkg-unit-price .pkg-price-color {
	font-size: 24px;
}
.pkg-year-price {
}
.host-buy-link {
	margin-top: 15px;
}
.host-buy-link a {
	display: block;
	margin: 0 auto;
	width: 60%;
	height: 32px;
	line-height: 32px;
	background-color: #ff6600;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.table-service-td{
	display: inline-block;
	text-align: center;
	padding-left: 35px;
	height: 34px;
	line-height: 34px;
}
.nesting {
	width: 100%;
}
.nesting tr td {
	background: #fff;
	height: 40px;
}
.nesting tr td:first-child {
	background: #fff;
	text-align: center;
}
.nesting tr:first-child td {
	border-top: 0px;
}
.wid194 {
	width: 194px;
}
.nesting tr:first-child td.wid435 {
	width: 435px;
}
.hei40 {
	height: 40px;
}
.hei50 {
	height: 50px;
}
.hei70 {
	height: 70px;
}
.wid196 {
	width: 196px;
}
.wid330 {
	width: 330px;
}
.wid340 {
	width: 340px;
}
.table-info tr:first-child td.wid179 {
	width: 181px;
}
.table-info tr:first-child td {
	width: 10%;
}
.table-info-dual tr td:first-child {
	width: 2%;
}
.table-info-tri tr td:first-child {
	width: 4.5%;
}

.module-marg-top .table-info .nesting td.none-right {
	border-right: 0px;
	color: #ff6600;
}
.table-info .nesting tr:first-child td {
	color: #4c4c4c;
}

/*根据屏幕决定定位*/
.flex-locate {
	position: fixed;
	top: 10px;
	right: 140px;
	z-index: 999;
}
.flex-locate li a.active {
	color: #0088ff;
	border-bottom: 2px solid #0088ff;
}
/* 推荐套餐 */
.recommend-package{
padding-bottom: 90px;
}
.recommend-package>.package-type{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #bbbbbb;
}
.recommend-package>.package-type>div{
	width: 200px;
	height: 60px;
	float: left;
	background-color: #fafafa;
	border: solid 1px #bbbbbb;
	font-size: 18px;
	color: #000000;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
.recommend-package>.package-type>div:not(:first-child){
	margin-left: 20px;
}
.recommend-package>.package-type>div.active{
	background: white;
	color: #0088ff;
	border-color: #0088ff;
	border-bottom: none;
}
.recommend-package>ul{
	width: 100%;
	margin-top: 30px;
	border: solid 1px #bbbbbb;
}
.recommend-package>ul>li{
	width: 100%;
	height: 135px;
	position: relative;
}
.recommend-package>ul>li:not(:last-child){
	border-bottom: 1px solid #bbbbbb;
}
.recommend-package>ul>li>.name{
	width:230px;
	height: 100%;
	padding: 32px 30px 30px 32px;
	float: left;
}
.recommend-package>ul>li>.name>p{
	padding-bottom: 10px;
	font-size: 20px;
	color: #333333;
}
.recommend-package>ul>li>.name>span{
	font-size: 12px;
	color: #999999;
}
.recommend-package>ul>li>.host-config{
	width: 700px;
	height: 100%;
	float: left;
}
.recommend-package>ul>li>.host-config>ul{
	overflow: auto;
    margin-top: 42px;
    margin-left: 2px;
}
.recommend-package>ul>li>.host-config>ul>li{
	float: left;
	text-align: center;
	width:105px;
}

.recommend-package>ul>li>.host-config>ul>li>p:first-child{
	font-size: 12px;
	color: #777777;
	padding-bottom: 14px;
}
.recommend-package>ul>li>.host-config>ul>li>p:last-child{
	font-size: 16px;
	color: #333333;
}
.recommend-package>ul>li>.price-buy{
	position: absolute;
	right: 31px;
	top: 50px;
}
.recommend-package>ul>li>.price-buy>span{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-right: 20px;
}
.recommend-package>ul>li>.price-buy>span>span{
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ff6600;
}
.recommend-package>ul>li>.price-buy>a{
	width: 100px;
	height: 36px;
	background-color: #ffffff;
	border: solid 1px #0080ff;
	font-size: 14px;
	color: #0080ff;
	display: inline-block;
	text-align: center;
	line-height: 36px;
}
.recommend-package>ul>li>.line{
	width: 1px;
	height: 66px;
	background-color: #dddddd;
	position: absolute;
	left: 230px;
	top: 34px;
}
/* 产品优势 */
.product-advance{
	width: 100%;
	height: 492px;
	background-color: #f7f8fa;
}
.virtue-list {
	/* margin-top: 38px; */
	width: 1200px;
	margin: 0 auto;
}
.virtue-list li {
	float: left;
	width:282px;
	height: 260px;
	background: white;	
}
.virtue-list li:not(:first-child){
	margin-left: 24px;
}
.virtue-list li:hover {
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
}
.virtue-list li:first-child {
	margin-left: 0px;
}
.virtue-info {
	margin: 36px 20px;
}
.virtue-info-title {
	margin: 34px 0px 10px 0px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.virtue-info-stand {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	width:100%;
  	word-break:break-all;
  	display:-webkit-box;
  	-webkit-line-clamp:2;
  	-webkit-box-orient:vertical;
	text-align: center;
  	overflow:hidden;
}
.virtue-bg {
	display: block;
	margin: 0 auto;
	height: 36px;
	width: 36px;
	
}

.virtue-bg1 {
	background: url(img/20191223/product-adv-1.png) no-repeat;
	background-size:contain ;
}
.virtue-bg2 {
	background: url(img/20191223/product-adv-2.png) no-repeat;
	background-size:contain ;
}

.virtue-bg3 {
	background: url(img/20191223/product-adv-3.png) no-repeat;
	background-size:contain ;
}

.virtue-bg4 {
	background: url(img/20191223/product-adv-4.png) no-repeat;
	background-size:contain ;
}

/* 应用支持 */
.application-support{
	width: 100%;
	height: 800px;
	background-color: #f7f8fa;
}


.support-list {
	width: 1200px;
	margin: 0 auto;
}
.support-list li {
	float: left;
	width: 590px;
	height: 188px;
	background: white;
	/* margin-left:2%;
	*margin-left:1%; */
	margin-bottom: 20px;
}
.support-list li:nth-of-type(even){
	margin-left: 20px;
}
.support-list .support-info {
	padding-left: 76px;
	margin: 34px;
}
.support-list li.first-in {
	margin-left: 0px;
}
.support-list li span{
	display: block;
}
.support-title {
	line-height: 30px;
	font-size: 18px;
	color: #0088ff;
}
.support-describe {
	line-height: 25px;
	font-size: 12px;
	color: #999999;
}
.support-model {
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
}
.support-info-01 {
	background: url(img/20191223/product-sup-1.png) no-repeat;
	background-position-y: 5px;
}
.support-info-02 {
	background: url(img/20191223/product-sup-2.png) no-repeat;
	background-position-y: 5px;
}
.support-info-03 {
	background: url(img/20191223/product-sup-3.png) no-repeat;
	background-position-y: 7px;
}
.support-info-04 {
	background: url(img/20191223/product-sup-4.png) no-repeat;
	background-position-y: 6px;
}
.support-info-05 {
	background: url(img/20191223/product-sup-5.png) no-repeat;
	background-position-y: 3px;
}
.support-info-06 {
	background: url(img/20191223/product-sup-6.png) no-repeat;
	background-position-y: 4px;
}

/* 常见问题 */
.faq-wrap{
	background: white;
	padding: 0;
}
.qa-box li{
	margin: 0 18px;
}
