/*chinacoat*/
#home-carousel .item{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 760px;
}
.carousel-caption{
	left: 15px;
	right: 15px;
	top:50%;
	font-size: 15px;
	text-align: left;
	color: #FFFFFF;
	text-shadow: none;
}
.carousel-caption h1{
	font-family: arial;
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	padding-top: 180px;
}
.carousel-caption h2{
	font-family: arial;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	line-height: 45px;
}
.simply-countdown{
	width: 1000px;
	margin: 0 auto;
	margin-top: 40px;
	/*background: #000000;*/
}
.simply-countdown > .simply-section{
	display: inline-block;
	width: 110px;
	height: 120px;
	background: rgba(0,0,0,0.2);
	border-bottom: 4px solid rgba(0,191,239,0.8);
	margin: 0 7px;
	position: relative;
	animation: pulse 1.01s ease infinite;
	left: 250px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.simply-countdown > .simply-section > div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 110px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
	padding-top: 10px;
	font-size: 40px;
	text-align: center;
  /* amounts */
}

.simply-countdown > .simply-section .simply-word {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  /* words */
}
.sign{
	width: 200px;
	height: 60px;
	background: rgba(0,190,238,0.75);
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 50px;
}
.sign a{
	display: block;
	width: 200px;
	height: 60px;
	border-radius: 4px;
	font-size: 20px;
	color: white;
	font-weight: 600;
	text-align: center;
	padding-top: 16px;
}
/**/
.china_box{
	width: 1300px;
	height: auto;
	margin: 0 auto;
}
.introduction{
	width: 360px;
	height: 60px;
	background: #00beee;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 60px;
}
.introduction h2{
	display: block;
	color: white;
	font-size: 20px;
	text-align: center;
	padding-top: 16px;
}
.intro{
	width: 1070px;
	height: auto;
	margin: 0 auto;
}
.intro h3{
	font-size: 18px;
	color: #00beee;
	padding-top: 45px;
}
.intro p{
	font-size: 18px;
	color: #444444;
	margin-top: 20px;
	line-height: 35px;
}
.china_server{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.china_server p{
	width: 1070px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	padding-top: 40px;
	line-height: 35px;
}
.advantage{
	width: 1070px;
	height: auto;
	margin: 0 auto;
}
.advantage ul li{
	width: 440px;
	height: auto;
	float: left;
	/*background: 00beee;*/
	margin-top: 55px;
}
.advantage ul li img{
	display: block;
	margin: 0 auto;
}
.advantage ul li span{
	display: block;
	font-size: 18px;
	color: #444444;
	width: 440px;
	text-align: center;
	line-height: 30px;
}
/**/
.schedule{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	margin-top: 50px;
}
.agenda{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}
.agenda h3{
	font-size: 20px;
	color: #444444;
	text-align: center;
	font-weight: normal;
}
.agenda img{
	margin-top: 30px;
	display: block;
	margin: 0 auto;
}
#sheet_word{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
#sheet_word span{
	font-size: 18px;
	color: #444444;
	display: block;
	line-height: 36px;
	text-align: center;
}

.shuru{
	width: 500px;
	height: 50px;
	border-radius: 4px;
	border: 2px solid #00BEEE;
	font-size: 16px;
	padding-left: 16px;
	margin-left: 55px;
	position: relative;
}
.checkbox{
	height: 30px;
	font-size: 16px;
	color: #c00000;
	position: absolute;
	top: 50px;
	left: 55px;
	text-align: center;
}
.sheet{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.sheet ul li{
	display: inline-block;
	margin-left: 10px;
	margin-top: 40px;
	position: relative;
}
.sheet textarea{
	width: 1045px;
	height: 300px;
	border: 2px solid #00BEEE;
	border-radius: 4px;
	margin-left: 75px;
	margin-top: 40px;
	font-size: 16px;
	padding-left: 16px;
	padding-top: 15px;
	/* color: #CCCCCC; */
}
.sheet a{
	display: block;
	width: 1045px;
	height: 60px;
	background: #00BEEE;
	border-radius: 2px;
	margin-left: 75px;
	color: white;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-top: 18px;
	margin-top: 20px;
}
.media{
	width: 1300px;
	margin: 0 auto;
	margin-top: 60px;
}
.media h3{
	font-size: 20px;
	color: #444444;
	text-align: center;
	font-weight: normal;
}
.media img{
	margin-top: 40px;
	margin-bottom: 60px;
}
