/* Banner  */
.dc-banner {
	padding-top: 144px;
	background-image: url(./img/dongbei_banner.jpg);
	background-size: cover;
}
.banner-text-experience {
	margin-top: 30px;
	height: 45px;
	line-height: 45px;
	background-color: #00aaff;
	border-color: #00aaff;
	font-size: 14px;
}
.banner-text-experience:hover {
    background: #0099e5;
    border: 1px solid #0090d9;
}
.pull-left {
    float: left;
}
.product-info {
     padding-top: 0px; 
}
.banner-main-title {
	font-size: 46px;
}
.shiwai-title1 {
	color: #06deea !important;
}
.banner-sub-title {
	margin-top: 13px;
	line-height: 30px;
	font-size: 14px;
	color: #bcc3cc;
}
.margin-left-0 {
	margin-left: 0!important;
}
/* 节点介绍 */
.first-module {
	position: relative;
	padding: 130px 65px 101px 590px;
	background: url(./img/dongbei_info_bg.png) no-repeat 50px 70px;
	
}
.first-module .block-title1{
	padding-top: 0;
	margin-bottom: 25px;
	text-align: left;
}
.first-module .server-room-info {
	line-height: 30px;
	text-align: justify;
	font-size: 16px;
	color: #888;
}
.server-room-trait,
.server-room-name {
	position: absolute;
	left: 288px;
	color: #666;
}
.server-room-trait {
	top: 185px;
	font-size: 26px;
	font-weight: bold;
}
.server-room-name {
	top: 242px;
	font-size: 18px;
}

/* 优势 */
.youshi-module {
	height: 682px;
	margin-bottom: 80px;
}
.youshi-wrapper {
	margin: 82px 28px 0;
}
.youshi-item {
	width: 314px;
	text-align: center;
	border: 1px solid #d3d3d3;
}
.youshi-item .youshi-header  {
	height: 62px;
	line-height: 62px;
	border-bottom: 1px solid #d3d3d3;
	background: #f0f0f0;
	font-size: 16px;
	color: #666;

}
.youshi-our {
	position: relative;
	z-index: 2;
	border: 2px solid #00aaff;
	border-bottom-width: 6px;
	box-shadow: 0px 0px 6px 2px rgba(0, 170, 255, 0.5);
}
.youshi-our li.youshi-header {
	position: relative;
	color: #fff;
	font-size: 22px;
	height: 63px;
}
.our-block-extra {
	position: absolute;
	left: -2px;
	right: -1px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	bottom: 0;
	z-index: 10;
	background: #00aaff;
}
.youshi-our-rec {
	position: absolute;
	width: 54px;
	height: 54px;
	right: -5px;
	top: -3px;
	background: url(./img/server_icon_recommend.png);
}
.youshi-them {
	width: 362px;
}
.youshi-them .youshi-header {
	padding: 0;
	text-align: center;
	color: #333;
	font-size: 22px;
}
.youshi-item li {
	height: 98px;
	line-height: 98px;
	font-size: 14px;
	color: #666;
	background: #fff;
}
.youshi-our {
	width: 468px;
}
.youshi-them li,
.youshi-our li {
	padding: 25px 20px;
	line-height: 23px;
	text-align: left;
	color: #666;
	font-size: 14px;
}
.youshi-our li.last-row {
	height: 35px;
	padding: 0;
}
.youshi-item .even-row {
	background: #f7f7f7;
}
.youshi-our .even-row {
	background: #e7f1fc;
}
.correct-icon {
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(./img/server_icon_correct.png);
}

.block-title1 {
	font-size: 32px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding-top: 62px;
    color: #2a3a42;
}


/* 节点功能 */

.service-box {
	height: 675px;
	background: url(./img/service_bg.jpg) no-repeat center;
	overflow: hidden;
}
.service-box .block-title1 {
	margin-bottom: 58px;
	color: #fff;
}

.service-box li {
	display: list-item;
	position: relative;
	float: left;
	margin-left: 40px;
	width: 579px;
	height: 420px;
	background: url(./img/service_icon_bg.png) no-repeat left top;
	text-align: center;
}
.service-box .service-bg {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 136px;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 20;
}
.service-bg-01 {
	background-image: url(./img/service_icon_01.png);
}
.service-bg-02 {
	background-image: url(./img/service_icon_02.png);
}
.service-box li:hover .service-bg-01 {
	background-image: url(./img/service_icon_01_hover.png);
}
.service-box li:hover .service-bg-02 {
	background-image: url(./img/service_icon_02_hover.png);
}
.service-box .service-name {
	position: absolute;
	top: 224px;
	left: 0;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	z-index: 20;
}
.service-box .service-info {
	position: absolute;
	top: 272px;
	left: 0;
	padding: 0 35px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	z-index: 20;
}
.service-box .service-screen {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #00aaff;
	z-index: 10;
}
.service-box li:hover .service-screen {
	animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
	-moz-animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
	-webkit-animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
	-o-animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
@keyframes animation-05 {
	from {
		height: 4px;
	}
	to {
		height: 420px;
	}
}

/* 应用场景 */
.scene-box {
	height: 710px;
	position: relative;
}
.scene-box .block-title1 {
	margin-bottom: 66px;
}
.scene-box ul {
	position: absolute;
	bottom: 85px;
	left: 0;
	width: 100%;
}
.scene-box li {
	position: absolute;
	bottom: 0;
	padding: 0 30px;
	width: 392px;
	height: 426px;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
}
.scene-box li.scene-bg-01 {
	left: 0;
	background-image: url(./img/scene_bg_01.png);
}
.scene-box li.scene-bg-02 {
	left: 404px;
	background-image: url(./img/scene_bg_02.png);
}
.scene-box li.scene-bg-03 {
	left: 808px;
	background-image: url(./img/scene_bg_03.png);
}
.scene-box li:hover { 
	height: 446px;
}
.scene-bg-01-hover,
.scene-box li:hover.scene-bg-01 {
	background-image: url(./img/scene_bg_01_hover.png);
}
.scene-bg-02-hover,
.scene-box li:hover.scene-bg-02 {
	background-image: url(./img/scene_bg_02_hover.png);
}
.scene-bg-03-hover,
.scene-box li:hover.scene-bg-03 {
	background-image: url(./img/scene_bg_03_hover.png);
}

.scene-box .scene-title {
	margin-top: 45px;
	margin-bottom: 22px;
	padding-top: 74px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 22px;
	line-height: 0px;
    color: #ffffff;
}
.scene-box .scene-bg-01 .scene-title {
	background-image: url(./img/scene_icon_01.png);
}
.scene-box .scene-bg-02 .scene-title {
	background-image: url(./img/scene_icon_02.png);
}
.scene-box .scene-bg-03 .scene-title {
	background-image: url(./img/scene_icon_03.png);
}
li:hover.scene-bg-01 .scene-title {
	background-image: url(./img/scene_icon_01_hover.png);
}
li:hover.scene-bg-02 .scene-title {
	background-image: url(./img/scene_icon_02_hover.png);
}
li:hover.scene-bg-03 .scene-title {
	background-image: url(./img/scene_icon_03_hover.png);
}
.scene-box li:hover .scene-title {
	margin-top: 65px;
}
.scene-title .scene-name {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 3px solid #009dff;
}
.scene-box .scene-info {
	text-indent: 2em;
	line-height: 24px;
	text-align: justify;
	font-size: 14px;
	color: #ffffff;
}
.scene-box .scene-screen {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #009dff;
}
.scene-box li:hover .scene-screen {
	display: block;
}

/* 更多产品 */
.product-module {
	height: 469px;
}
.product-list {
	margin-top: 50px;
	width: 100%;
}
.product-list li {
	display: list-item;
	float: left;
	position: relative;
	padding: 40px 27px 0 200px;
	width: 590px;
	height: 200px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 30px 37px;
}
.product-list li a {
	display: block;
	height: 100%;
}
.product-list li:hover {
	box-shadow: 1px 1px 15px rgba(223, 223, 223, 0.65);
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-top-20 {
	margin-top: 20px;
}
.product-list .product-bg1 {
	background-image: url(./img/product_1.png);
}
.product-list .product-bg2 {
	background-image: url(./img/product_2.png);
}
.product-list .product-bg3 {
	background-image: url(./img/product_3.png);
}
.product-list .product-bg4 {
	background-image: url(./img/product_4.png);
}
.product-title {
	display: block;
	font-size: 18px;
	color: #333;
}
.product-title span {
	color: #00aaff;
}
.product-info {
	margin-top: 20px;
	line-height: 25px;
	font-size: 14px;
	color: #555;
	text-align: justify;
}
.product-icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 80px;
	width: 80px;
	background-repeat: no-repeat;
	background-position: center;
}
.buy-hot-icon {
	background-image: url(./img/buy_bot_icon.png?v=2);
}
.waiting-icon {
	background-image: url(./img/waiting_icon.png?v=2);
}
@media (max-width: 768px) {
.dc-banner,.product-module {
    display: none;
}
.auto {
    min-width: 1px;
    padding: 25px;
}
.banner-title {
    margin-top: 3rem;
    font-size: 0.8rem;
    font-weight: 550;
    color: #fff;
}

div.server-banner {
    background-image: url(https://img.shiwaiyun.net/images/2023/03/28/bannerbd9593cb645d1ec3.png);
}

.banner-describe {
    color: #fff;
}
.first-module {
    padding: 432px 0 0 0;
    background: url(./img/dongbei_info_bg.png) no-repeat 0px 70px;
}
.server-room-trait, .server-room-name {
    position: absolute;
    left: 225px;
    color: #666;
}

.service-box {
    height: 100%;
    background-size: cover;
}

.service-box li {
    width: 100%;
    margin-left: 0px;

}

.margin-left-0 {
    margin-bottom: 124px;
}
.service-box .service-bg {
    top: 19px;
}
.service-box .service-name {
    top: 163px;
}
.service-box .service-info {
    top: 205px;
}
.scene-box {
    height: 100%;
}

.scene-box ul {
     position: static;
     display: flex;
    flex-direction: column;
}
.scene-box li {
     position: static;
     width: 100%;
}
.scene-box li:hover {
     height: 426px; 
}
.scene-box li:hover .scene-title {
     margin-top: 15px; 
}
.scene-bg-01 {
    margin-bottom: 30px;
}
.scene-bg-02 {
    margin-bottom: 30px;
}
.scene-box .scene-title {
    margin-top: 15px;
}



}