@charset "utf-8";
/* 优先加载第一张banner */
.banner-engine .banner-ul li:first-child {
    z-index: initial;
}
.banner-engine .banner-ul li {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    float: left;
}
.banner-ul li {
    display: none;
    height: 100%;
    width: 100%;
    float: left;
}
/* banner图 */
.banner-cloudapp {
	background: #16193a url(https://www.niaoyun.com/template/Home/Niaoyun/PC/Static/css/module/home/img/banner_5years.jpg?v=2) center center no-repeat;
}
/* .banner-cloudapp {
	background: #202125 url(/new_images/home_banner_cloudx.jpg?v=2) center center no-repeat;
} */
.banner-loadbalance {
	background: #051433   url(https://www.niaoyun.com/template/Home/Niaoyun/PC/Static/css/module/home/img/home_banner_cps.jpg) center center no-repeat;
}
.banner-domain {
	background: url(/new_images/home_banner_domain.jpg?v=2) center center no-repeat;
}
.banner-vip {
	background: url(/new_images/home_banner_vip.jpg) center center no-repeat;
}
.banner-cps {
	background: url(/new_images/home_banner_cps.jpg) center center no-repeat;
}
.banner-trust {
	background: url(https://storage.googleapis.com/stateless-d2c-io/2019/06/c4d02567-web-1920-%E2%80%93-13.jpg) center center no-repeat;
}
.banner-2018end {
	background: #790ab8 url(/new_images/home_banner_2018end.jpg) center center no-repeat;
}
.banner-2019spring {
	background: #790ab8 url(/new_images/home_banner_2019spring_v2.jpg) center center no-repeat;
}
.banner-huadong {
	background: #001A64 url(/new_images/home_banner_huadong3.jpg) center center no-repeat;
}
/* 5折活动*/
.banner-engine .banner-text3 {
	font-size: 32px;
	color: #fff;
}
.banner-engine .banner-text4 {
	margin-top: 0px;
	font-size: 56px;
	color: #fff;
}
.banner-engine .banner-text5 {
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
}
.banner-engine .banner-particulars-5zhe{
	margin-top: 25px;
}
/* 新banner文字颜色 */
.banner-engine .banner-text2 {
	color: #fff;
}
.banner-text-yellow {
	color: #ff9935;
}
.banner-text-v4green {
	color: #2fc9bd;
}
.banner-link-button.button-colorful {
	border: none;
	background: url(/new_images/banner_button_bg_1.jpg) no-repeat center;
	transition: background 0.3s ease;
}
.banner-link-button.button-colorful:hover {
	border: none;
	color: #fff;
	background: url(/new_images/banner_button_bg_1_hover.jpg) no-repeat center;
}
.banner-link-button.link-2018-spring:hover {
	background-color: #eab536;
	border-color: #eab536;
	color: #fff;
}