html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

h2,
p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

h2 {
  font-size: 34px;
  padding-bottom: 15px;
}

.container {
  width: 1280px;
  margin: 0 auto;
}

.c-primary {
  color: #1e96ff;
}

.btn {
  border-radius: 5px;
  color: #fff;
  text-align: center;
  border: transparent 1px solid;
}

.btn-primary {
  background-color: #1e96ff;
  border-color: #1e96ff;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
  clear: both;
}

.clearfix {
  *zoom: 1;
  overflow: hidden;
  clear: both;
}

.header {
  width: 100%;
  height: 70px;
  background-color: #fff;
}

.header .header-logo .ucloud-logo{
  display: inline-block;
  margin-left: 20px;
  width: 91px;
  height: 36px;
  background-image: url(UCloud.png);
  margin-top: 17px;
}
.header .header-logo .welian-logo{
  display: inline-block;
  width: 196px;
  height: 36px;
  margin-top: 17px;
  background-image: url(banlv_logo.png);
  background-size: 196px 36px;
}
.header .chacha{
  display: inline-block;
  background-image: url('../images/chacha.png');
  width: 10.5px;
  height: 10px;
  margin: 0 5px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.header .logo-text{
  font-size: 14px;
  height: 14px;
  margin-top: 28px;
  color: #333;
  margin-right: 20px;
  line-height: 14px;
}

.banner {
  width: 100%;
  height: 450px;
  background-color: #1E96FF;
 background-image: url(banner04.jpg);
  background-size: auto 100%;
  background-position: center center;
  padding-top: 70px;
}

.banner .banner-container {
  width: 994px;
  height: 225px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.banner-container h2 {
  font-size: 34px;
  padding-bottom: 60px;
}

.banner-container .container{
  width: 1015px;
  height: 186px;
  margin: 0px auto;
  padding-top: 10px;
}
.banner-container .section-item{
  position: relative;
  padding-top: 55px;
  text-align: center;
  font-size: 16px;
  float: left;
  width: 294px;
  height: 175px;
  border: rgba(255,255,255,.5) 1px solid;
  border-radius: 4px;
  margin-right: 60px;
}
.banner-container .section-item:last-of-type{
  margin-right: 0px;
}
.banner-container .section-item:before{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: -12.5px;
  left: -12.5px;
}
.banner-container a.btn {
  display: block;
  width: 337px;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  margin-top: 86px;
  margin-bottom: 15px;
}

.banner-container p {
  font-size: 14px;
}

strong {
  color: #fff;
  font-weight: bold;
}
.page0{
	width: 100%;
	height: 500px;
	background-color: #f0f0f0;
	padding-top: 50px;
}
.package{
	width: 1015px;
	margin: 0 auto;
	height: 400px;
	background-color: #FFFFFF;
}
.package p{
	text-align: left;
}
.package_main{
	width: 33%;
	height: 400px;
	padding: 60px 0 0 70px;
}
.package_main_title{
	font-size: 20px;
	color: #000000;
	padding-bottom: 10px;
}
.package_main_subtitle{
	font-size: 16px;
	color: #555;
	padding-bottom: 30px;
}
.package_main_text{
	font-size: 14px;
	color: #555;
	padding-bottom: 10px;
}
.package_main_price{
	font-size: 25px;
	color: orangered;
	padding-bottom: 15px;
	font-style: italic
}
.package666{
	float: left;
	border-right: #d7d7d7 1px solid;
}
.package799{
	float: left;
	border-right: #d7d7d7 1px solid;
}
.package_more{
	float: right;
}
.package a{
	color: #1E96FF;
}
.package a hover{
	color: #1E96FF;
}
.package_main_btn{
	padding: 8px 20px 8px 20px;
	line-height: 50px;
	border: #1E96FF 1px solid;
	border-radius:5px;
	text-align: center;
	margin-top:10px;
}
.page1 {
  padding-top: 100px;
  width: 100%;
  background-color: #fff;
  height: 500px;
}
.page1 a{
	color: #1E96FF;
}
.page1 a hover{
	color: #1E96FF;
}
.page1 .container {
  width: 1015px;
  margin: 0 auto;
}

.page1 h2 {
  font-size: 34px;
  color: #555;
  text-align: center;
}

.page1 .server-process {
  padding-top: 10px;
  width: 100%;
  position: relative;
}

.page1 .server-process .line {
  width: 1000px;
  height: 2px;
  background-color: #eee;
  position: absolute;
  left: 7.5px;
  top: 120px;
}

.page1 .server-item {
  text-align: center;
  width: 240px;
  float: left;
  margin-right: 147px;
}

.page1 .server-item:last-of-type {
  margin-right: 0px;
}

.page1 .server-item h2 {
  color: #333;
  font-size: 18px;
}

.page1 .server-item p {
  color: #555;
  font-size: 14px;
}

.page1 .server-item .process-icon {
  margin: 0 auto;
  width: 56px;
  height: 77px;
  background-image: url(process.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 22px;
  padding-top: 30px;
  text-align: center;
  color: #D7DEE0;
}

.page1 .server-item .circle {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 16px;
  background-color: #B2EAFC;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 2;
}

.page1 .server-item .circle:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1e96ff;
  border-radius: 8px;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 3;
}

.page1 .server-item .circle:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #35C7F8;
  border-radius: 26px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}
.page2{
	width: 100%;
	height: 500px;
	background-color: #f0f0f0;
	padding-top: 20px;
}
.page2_main{
	width: 1015px;
	margin: 0 auto;	
}
.page2_main p{
	text-align:left;
	text-indent:2em;
}
.page2_title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
}
.page2_imge{
	float: left;
	width: 50%;
	padding-left: 50px;
}
.page2_text{
	padding: 20px 20px 0 0;
	font-size: 16px;
	line-height: 24px;
	color: #555555;
}
.page2_text img{
	padding: 20px;
}
.copyright{
	width: 100%;
	height: 120px;
  padding-top: 40px;
	line-height: 20px;
	text-align: center;
	color: #929292;
	background-color: #FFFFFF;
}
.copyright a{
	color: #929292;
}
.copyright a hover{
	color: #929292;
}


