 * {

		margin: 0;
		padding: 0;
		}



	body {
		 background:#f8f8f8 url("../img/bodygrounp.jpg") no-repeat top center;
		 margin: 0 auto;
		 width: 1500px;

				}

	/** banner*/
 #banner {
	 background-image: url("/img/banner.jpg")
 }

 .container{

	 display: flex;
	 justify-content: center;"


 }

 /***----显示的缩略图----*/
 .simg {
	 margin: 15px;
	 width: 240px;
	 height: 160px;


 }
.daohangimg {

	width: 180px;
	height: 60px;
	margin: auto;



}

#bannertext {
         font-weight: bold;
	     margin-left: 100px;
	     margin-top: 100px;
        font-size: 60px;
         width: 1500px;
	      height: 140px;



}

 /**------------------------导航栏竖 */

 .col {
	 margin-bottom: 5px;
	 margin-top: 5px;
 }
 .col.titel {
	 margin-left: 25px;
	 text-align: center;
	 font-size: 20px;

 }
 col.titel > a {
	  color: black;
 }

 .row {
	 border:#9fcdff 1px solid;
	 width: 100%;

 }

 a {
	 color: #000;
	 
 }
 .bottom {
	 color: #9fcdff;
	 text-align: center;
	 background-color: #0062cc;
	 width: 1470px

 }
 .bottom a {
	 color: #9fcdff;
 }

 container.demo > div >div > a {
	 color: black;
	  display: flex;
	 justify-content: center;


 }

 .bingpic {
	 margin-top: 30px;
	 width: 250px;
	 height: 250px;
 }

 #countdown {
     margin-top: 100px;
	 margin-left: 40px;
	 font-size: 22px;
 }

 #days {
	 color: red;
	 font-size: 50px;
 }
