diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/base.css" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..04689e5186b7ddc441d094f82d406ab3a6cf1af1
--- /dev/null
+++ "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/base.css"
@@ -0,0 +1,12 @@
+*{
+ padding: 0px;
+ margin: auto;
+}
+body{
+ background-color: #2286C6;
+}
+#father{
+ width: 780px;
+ height: 880px;
+ background-color: #6495ED;
+}
\ No newline at end of file
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/bottom.css" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/bottom.css"
new file mode 100644
index 0000000000000000000000000000000000000000..4c386c1d41cc767bca92a084b7a4933e4d55a98b
--- /dev/null
+++ "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/bottom.css"
@@ -0,0 +1,19 @@
+#bottom{
+ width: 770px;
+ height: 20px;
+ background-color: #5EA6EB;
+ float: left;
+ border: solid 5px #FFFFFF;
+}
+#qq ul{
+ list-style: none;
+}
+#qq li{
+ text-align: center;
+}
+#qq a{
+ color: #003973;
+}
+#qq a2{
+ color: #FFFFFF;
+}
\ No newline at end of file
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/center.css" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/center.css"
new file mode 100644
index 0000000000000000000000000000000000000000..00d26837a029c6dee7aeab768eb78151c2075553
--- /dev/null
+++ "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/center.css"
@@ -0,0 +1,46 @@
+#center{
+ width: 390px;
+ height: 655px;
+ background-color: darkturquoise;
+ float: left;
+ border: solid 5px #FFFFFF;
+}
+#aaa{
+ background: url(../img/ghost.jpg) no-repeat #FFFFFF;
+ width: 390px;
+ height: 280px;
+}
+#bbb{
+ background: url(../img/picture_h1.gif) no-repeat;
+ background-color: #FFFFFF;
+ width: 390px;
+ height: 150px;
+ padding-top: 50px;
+}
+#bbb ul{
+ list-style: none;
+}
+#bbb li{
+ float: left;
+ padding-left: 13px;
+}
+#ccc{
+ background: url(../img/route_h1.gif) no-repeat;
+ background-color: #FFFFFF;
+ width: 390px;
+ height: 125px;
+ padding-top: 50px;
+}
+#ccc ul{
+ list-style: none;
+}
+#ccc li{
+ padding-top: 5px;
+}
+#ccc a{
+ background: url(../img/icon1.gif) no-repeat 15px center;
+ padding-left: 30px;
+ font-size: 13px;
+ color: #004E8A;
+ text-decoration: none;
+}
\ No newline at end of file
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/left.css" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..8e79b883d01118dd43d83aa5f57206171dda0ea2
--- /dev/null
+++ "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/left.css"
@@ -0,0 +1,69 @@
+#left{
+ width: 190px;
+ height: 655px;
+ background-color: chartreuse;
+ float: left;
+ margin-right: 2px;
+ border: solid 5px #FFFFFF;
+}
+#login{
+ background: url(../img/lgcWeather.jpg) no-repeat;
+ background-color: #5EA6EB;
+ width: 190px;
+ height: 160px;
+ padding-top: 5px;
+}
+#login li{
+ padding-left: 5px;
+}
+#login ul{
+ list-style: none;
+ margin-top: 14px;
+}
+#login a{
+ background: url(../img/icon1.gif) no-repeat left center;
+ padding-left: 15px;
+ font-size: 13px;
+ color: #FFFFFF;
+ text-decoration: none;
+}
+#login a:hover{
+ position: relative;
+ bottom: 1px;
+ left: 1px;
+}
+#login h3{
+ color: #FFFFFF;
+ padding-left: 70px;
+ padding-top: 10px;
+ font-size: 16px;
+}
+#cat h3{
+ background: url(../img/icon2.gif) no-repeat left center;
+ color: #003973;
+ font-size: 14px;
+ background-color: #BBDDFF;
+ padding-left: 20px;
+ padding-top: 3px;
+ padding-bottom: 3px;
+}
+#cat{
+ background-color: #5EA6EB;
+ width: 190px;
+ height: 490px;
+}
+#cat ul{
+ list-style: none;
+}
+#cat li{
+ padding-top: 10px;
+ text-align: center;
+}
+#cat img{
+ border: solid #FFFFFF 1px;
+}
+#cat a{
+ text-decoration: none;
+ color: #FFFFFF;
+ font-size: 14px;
+}
\ No newline at end of file
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/right.css" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..4af32733c5e1ef9f509458651ea8896b5a5dd19f
--- /dev/null
+++ "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/right.css"
@@ -0,0 +1,89 @@
+#right{
+ width: 166px;
+ height: 655px;
+ background-color: darkseagreen;
+ float: right;
+ border: solid 5px #FFFFFF;
+}
+#aa1 h3{
+ background: url(../img/icon2.gif) no-repeat left center;
+ color: #003973;
+ font-size: 14px;
+ background-color: #BBDDFF;
+ padding-left: 20px;
+ padding-top: 3px;
+ padding-bottom: 3px;
+}
+#aa1{
+ background-color: #5EA6EB;
+ width: 166px;
+ height: 265px;
+}
+#aa1 ul{
+ list-style: none;
+}
+#aa1 li{
+ padding-top: 10px;
+ text-align: center;
+}
+#aa1 img{
+ border: solid #FFFFFF 1px;
+}
+#bb1{
+ background-color: #5EA6EB;
+ width: 166px;
+ height: 165px;
+}
+#bb1 h3{
+ background: url(../img/icon2.gif) no-repeat left center;
+ color: #003973;
+ font-size: 14px;
+ background-color: #BBDDFF;
+ padding-left: 20px;
+ padding-top: 3px;
+ padding-bottom: 3px;
+}
+#bb1 ul{
+ list-style: none;
+ margin-top: 5px;
+}
+#bb1 li{
+ padding-top: 5px;
+ border-bottom:dashed 1px #FFFFFF;
+}
+#bb1 a{
+ background: url(../img/icon1.gif) no-repeat 15px center;
+ padding-left: 30px;
+ font-size: 13px;
+ color: #FFFFFF;
+ text-decoration: none;
+}
+#cc1{
+ background-color: #5EA6EB;
+ width: 166px;
+ height: 225px;
+}
+#cc1 h3{
+ background: url(../img/icon2.gif) no-repeat left center;
+ color: #003973;
+ font-size: 14px;
+ background-color: #BBDDFF;
+ padding-left: 20px;
+ padding-top: 3px;
+ padding-bottom: 3px;
+}
+#cc1 ul{
+ list-style: none;
+ margin-top: 5px;
+}
+#cc1 li{
+ padding-top: 5px;
+ border-bottom:dashed 1px #FFFFFF;
+}
+#cc1 a{
+ background: url(../img/icon1.gif) no-repeat 15px center;
+ padding-left: 30px;
+ font-size: 13px;
+ color: #FFFFFF;
+ text-decoration: none;
+}
\ No newline at end of file
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/top.css" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..f8ac0abfc42bfb885e803d4bba4373f2a728a68c
--- /dev/null
+++ "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/css/top.css"
@@ -0,0 +1,31 @@
+#top{
+ width: 780px;
+ height: 183px;
+ background-color: #6495ED;
+ margin-bottom: 2px;
+}
+#banner{
+ background: url(../img/banner.jpg) no-repeat;
+ width: 780px;
+ height: 150px;
+}
+#nav ul{
+ list-style: none;
+}
+#nav li{
+ background: url(../img/button1.jpg) no-repeat;
+ width: 78px;
+ line-height: 33px;
+ text-align: center;
+ float: left;
+}
+#nav li:hover{
+ background: url(../img/button1_bg.jpg) no-repeat;
+ position: relative;
+ bottom: 2px;
+ left: 2px;
+}
+#nav a{
+ color: #004E8A;
+ font-size: 15px;
+}
\ No newline at end of file
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/banner.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/banner.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d25e804a5ed806367b92a568809d83ad3a3e2b11
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/banner.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty1.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..33e5e9401e5311046d391809f056df2bf1b585d4
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty1.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty2.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..5c0d38f8e8b0c044b175df4f1e05d70448e1647f
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty2.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty3.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty3.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..0f896b9125640efca1d52493e20b706090a89b7c
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty3.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty4.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty4.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..fad26c19dd14b868b5551e5db8f598066ae812dd
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/beauty4.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/button1.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/button1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d2c6f80cfe9a0925df3a8f806d0e57c7c285cb82
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/button1.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/button1_bg.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/button1_bg.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..eff8bc7a9f6371ac607eff6f502ac722c013696d
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/button1_bg.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/ghost.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/ghost.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..8f56b26c29fc7852889b7291d4df0083b5d34e6b
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/ghost.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/icon1.gif" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/icon1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..a782fdb5acc99dc454319658c516dd5fe2d912f0
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/icon1.gif" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/icon2.gif" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/icon2.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..b09b0699e4fef91054f5f44be74bb3e734cc7b48
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/icon2.gif" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/lgcWeather.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/lgcWeather.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..c43d4428511beb6584b2941a3dfb312a1eed441c
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/lgcWeather.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/map1.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/map1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..bca136dafc5b708449f8f49eff60dae19d991ba9
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/map1.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/map2.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/map2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..51c1214e12ac0e645c5da3080d52c729cd6a8754
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/map2.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/picture_h1.gif" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/picture_h1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..79cb2e58db6feb9424b64f954ba1cb27912e0f9c
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/picture_h1.gif" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/route_h1.gif" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/route_h1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..92ffeeef1df1a755a804b9f13b44c10acdc846aa
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/route_h1.gif" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/tuijian1.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/tuijian1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..8ba02982dee3a06473fc1c83956bc5d5df1769b5
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/tuijian1.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/tuijian2.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/tuijian2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..868c3a7387d6916f2bae0ea97e36c032165dd7c1
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/tuijian2.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/tuijian3.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/tuijian3.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d8d57e19d33ff4df7ef5b643999383cd8d0e1101
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/tuijian3.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/weather.jpg" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/weather.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..7ada6f7d04ad6b42b174a8fcb9b0725380cca54c
Binary files /dev/null and "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/img/weather.jpg" differ
diff --git "a/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/index.html" "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..6d31bf883203c2a6a0a8fb7c03b7cd3a0d3cf869
--- /dev/null
+++ "b/\345\210\230\351\237\265\345\251\267/\346\226\260\347\226\206\350\241\214/index.html"
@@ -0,0 +1,115 @@
+
+
+
+
+ 新疆行知书
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
新疆风光
+
+ 
+ 
+
+
+
+
+
+
+
+
+
diff --git "a/\345\220\264\347\205\214/css/base.css" "b/\345\220\264\347\205\214/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..196e4e78e4d5b2de3bc41bb73117633604ae8440
--- /dev/null
+++ "b/\345\220\264\347\205\214/css/base.css"
@@ -0,0 +1,16 @@
+*{
+ margin: 0;
+ padding: 0;
+ font-size: 12px;
+
+}
+body{
+
+ background-color: #2286C6;
+
+}
+#father{
+ width: 780px;
+ background-color: bisque;
+ margin: auto;
+}
\ No newline at end of file
diff --git "a/\345\220\264\347\205\214/css/bottom.css" "b/\345\220\264\347\205\214/css/bottom.css"
new file mode 100644
index 0000000000000000000000000000000000000000..1ecf8133dd390fc4c36c73da682c66628915a488
--- /dev/null
+++ "b/\345\220\264\347\205\214/css/bottom.css"
@@ -0,0 +1,23 @@
+#bottom{
+ width: 780px;
+ height: 30px;
+ background-color: rgb(245, 252, 245);
+ float: left;
+ margin-top: 10px;
+}
+#dibu{
+ width: 770px;
+ height: 20px;
+ background-color: #5EA6EB;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ margin-left: 5px;
+ margin-bottom: 5px;
+}
+h5{
+ text-align: center;
+}
+.w1{
+ color: white;
+ font-size: 3px;
+}
diff --git "a/\345\220\264\347\205\214/css/left.css" "b/\345\220\264\347\205\214/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..c7590ca9e247be015c16c3dcf90e11b040de8deb
--- /dev/null
+++ "b/\345\220\264\347\205\214/css/left.css"
@@ -0,0 +1,74 @@
+#left{
+ width: 190px;
+ height: 600px;
+ background-color: white;
+ float: left;
+}
+#weather{
+ width: 180px;
+ height:140px;
+ margin-left: 5px;
+ margin-right: 5px;
+ float: left;
+ margin-top: 5px;
+ background: url();
+ background-color: #5EA6EB;
+}
+#weather li{
+ color: white;
+ background: url(../images/icon1.gif)no-repeat;
+ background-position: left;
+ margin-left: 10px;
+ padding-left: 10px;
+
+}
+#weather ul{
+ list-style: none;;
+
+}
+#weather li:hover{
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+ color: aquamarine;
+}
+h3{
+ background: url(../images/lgcWeather.jpg) no-repeat;
+ width: 180px;
+ height: 42px;
+ padding-top: 10px;
+ text-align: center;
+ color: white;
+}
+h4{
+ background: url(../images/icon2.gif) no-repeat;
+ background-color: #BBDDFF;
+ background-position:left;
+ margin-top: 0;
+ padding-left:10px;
+ height: 20px;
+ padding-left: 15px;
+
+}
+#tuijian{
+ width: 180px;
+ height: 450px;
+ background-color: #5EA6EB;
+ float: left;
+ margin-left: 5px;
+ margin-right: 5px;
+}
+#tuijian ul{
+ list-style: none;
+ margin-top: 5px;
+}
+#tuijian li{
+ text-align: center;
+ margin-bottom: 5px;
+ color: white;
+}
+#tuijian li:hover{
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+}
\ No newline at end of file
diff --git "a/\345\220\264\347\205\214/css/right.css" "b/\345\220\264\347\205\214/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..601156b4c8d919f3df413ab99340ea1cb04e97e7
--- /dev/null
+++ "b/\345\220\264\347\205\214/css/right.css"
@@ -0,0 +1,107 @@
+#right{
+ width: 170px;
+ height: 600px;
+ background-color: white;
+ float: left;
+
+}
+#fengguang{
+ width: 160px;
+ height: 250px;
+ background-color: #5EA6EB;
+ float: left;
+ margin-top: 5px;
+ margin-left: 5px;
+ margin-right: 5px;
+
+}
+h4{
+ background: url(../images/icon2.gif) no-repeat;
+ background-color: #BBDDFF;
+ background-position:left;
+ margin-top: 0;
+ padding-left:10px;
+ height: 20px;
+ padding-left: 15px;
+}
+#fengguang ul{
+ list-style: none;
+}
+#fengguang li{
+ margin-left: 5px;
+ margin-right: 5px;
+ margin-bottom: 5px;
+ margin-top: 5px;
+
+}
+#fengguang li:hover{
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+}
+#food{
+ width: 160px;
+ height: 130px;
+ background-color: #5EA6EB;
+ float: left;
+ margin-left: 5px;
+ margin-right: 5px;
+}
+#food ul{
+ list-style: none;
+
+}
+#food li{
+ background: url(../images/icon1.gif)no-repeat;
+ background-position: left;
+ margin-left: 15px;
+ padding-left: 10px;
+ padding-bottom: 3px;
+ border-bottom: dashed 1px;
+ padding-top: 5px;
+ width: 125px;
+ color: white;
+}
+#food h4{
+ margin-bottom: 2px;
+
+}
+#food li:hover{
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+ color: aquamarine;
+}
+#hotel{
+ width: 160px;
+ height: 210px;
+ background-color: #5EA6EB;
+ float: left;
+ margin-left: 5px;
+ margin-right: 5px;
+}
+
+#hotel h4{
+ margin-bottom: 5px;
+ }
+#hotel ul{
+ list-style: none;;
+}
+#hotel li{
+ background: url(../images/icon1.gif)no-repeat;
+ background-position: left;
+ margin-left: 15px;
+ padding-left: 10px;
+ padding-bottom: 3px;
+ border-bottom: dashed 1px;
+ padding-top: 5px;
+ width: 125px;
+ color: white;
+}
+#hotel li:hover{
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+ color: aquamarine;
+
+}
\ No newline at end of file
diff --git "a/\345\220\264\347\205\214/css/top.css" "b/\345\220\264\347\205\214/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..0eec0e7883ec974d877b52e275d5662a5bf4eabe
--- /dev/null
+++ "b/\345\220\264\347\205\214/css/top.css"
@@ -0,0 +1,38 @@
+#top{
+ width: 780px;
+ height: 188px;
+
+ float: left;
+ margin-bottom: 2px;
+}
+#banner{
+ width: 780px;
+ height: 150px;
+ background: url(../images/banner.jpg) no-repeat;
+ float: left;
+}
+#nav{width: 780px;
+ height: 33px;
+
+}
+#nav ul{
+ list-style: none;
+}
+#nav li{
+ float: left;
+ width: 78px;
+ height: 33px;
+ text-align: center;
+ line-height: 33px;
+ background: url(../images/button1.jpg) ;
+}
+#nav a{
+ text-decoration: none;
+ color: #256498;
+}
+#nav li:hover{
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+ background: url(../images/button1_bg.jpg);
+}
\ No newline at end of file
diff --git "a/\345\220\264\347\205\214/css/zhong.css" "b/\345\220\264\347\205\214/css/zhong.css"
new file mode 100644
index 0000000000000000000000000000000000000000..a7e7fde649e1e82dc062d476e5538daa4233acb8
--- /dev/null
+++ "b/\345\220\264\347\205\214/css/zhong.css"
@@ -0,0 +1,86 @@
+#zhong{
+ width: 412px;
+ height:600px;
+ background-color: white;
+ float: left;
+ margin-left: 4px;
+ margin-right: 4px;
+}
+#photo{
+ width: 400px;
+ height: 260px;
+ float: left;
+ background: url(../images/);
+
+}
+#photo ul{
+ list-style: none;
+}
+#photo li{
+ float: left;
+ margin-top: 10px;
+ margin-left: 10px;
+}
+#photo li:hover{
+ transform: scale(1.2);
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+
+}
+
+#meijing{
+ width: 380px;
+ height: 180px;
+ float: left;
+ background: url(../images/picture_h1.gif) no-repeat;
+ background-color;
+ margin-top: 15px;
+}
+#meijing ul{
+ list-style: none;
+
+}
+#meijing li{
+ float: left;
+ margin-top: 45px;
+ margin-left: 13px;
+
+
+
+
+}
+#meijing li:hover{
+ transform: scale(1.2);
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+}
+#xianlu{
+ width: 380px;
+ height: 200px;
+ background: url(../images/route_h1.gif) no-repeat;
+ background-color;
+ float: left;
+}
+#xianlu ul{
+ list-style: none;
+ margin-top: 45px;
+}
+#xianlu li{
+ background: url(../images/icon1.gif) no-repeat;
+ background-position: left;
+ margin-left: 25px;
+ padding-left: 10px;
+ padding-bottom: 8px;
+ color: #2286C6;
+}
+#xianlu li:hover{
+ position: relative;
+ right: 1px;
+ bottom: 1px;
+ color: chocolate;
+}
+#fengguang{
+ width: ;
+}
\ No newline at end of file
diff --git "a/\345\220\264\347\205\214/images/banner.jpg" "b/\345\220\264\347\205\214/images/banner.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d25e804a5ed806367b92a568809d83ad3a3e2b11
Binary files /dev/null and "b/\345\220\264\347\205\214/images/banner.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/beauty1.jpg" "b/\345\220\264\347\205\214/images/beauty1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..33e5e9401e5311046d391809f056df2bf1b585d4
Binary files /dev/null and "b/\345\220\264\347\205\214/images/beauty1.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/beauty2.jpg" "b/\345\220\264\347\205\214/images/beauty2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..5c0d38f8e8b0c044b175df4f1e05d70448e1647f
Binary files /dev/null and "b/\345\220\264\347\205\214/images/beauty2.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/beauty3.jpg" "b/\345\220\264\347\205\214/images/beauty3.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..0f896b9125640efca1d52493e20b706090a89b7c
Binary files /dev/null and "b/\345\220\264\347\205\214/images/beauty3.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/beauty4.jpg" "b/\345\220\264\347\205\214/images/beauty4.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..fad26c19dd14b868b5551e5db8f598066ae812dd
Binary files /dev/null and "b/\345\220\264\347\205\214/images/beauty4.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/button1.jpg" "b/\345\220\264\347\205\214/images/button1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d2c6f80cfe9a0925df3a8f806d0e57c7c285cb82
Binary files /dev/null and "b/\345\220\264\347\205\214/images/button1.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/button1_bg.jpg" "b/\345\220\264\347\205\214/images/button1_bg.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..eff8bc7a9f6371ac607eff6f502ac722c013696d
Binary files /dev/null and "b/\345\220\264\347\205\214/images/button1_bg.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/ghost.jpg" "b/\345\220\264\347\205\214/images/ghost.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..8f56b26c29fc7852889b7291d4df0083b5d34e6b
Binary files /dev/null and "b/\345\220\264\347\205\214/images/ghost.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/icon1.gif" "b/\345\220\264\347\205\214/images/icon1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..a782fdb5acc99dc454319658c516dd5fe2d912f0
Binary files /dev/null and "b/\345\220\264\347\205\214/images/icon1.gif" differ
diff --git "a/\345\220\264\347\205\214/images/icon2.gif" "b/\345\220\264\347\205\214/images/icon2.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..b09b0699e4fef91054f5f44be74bb3e734cc7b48
Binary files /dev/null and "b/\345\220\264\347\205\214/images/icon2.gif" differ
diff --git "a/\345\220\264\347\205\214/images/lgcWeather.jpg" "b/\345\220\264\347\205\214/images/lgcWeather.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..c43d4428511beb6584b2941a3dfb312a1eed441c
Binary files /dev/null and "b/\345\220\264\347\205\214/images/lgcWeather.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/map1.jpg" "b/\345\220\264\347\205\214/images/map1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..bca136dafc5b708449f8f49eff60dae19d991ba9
Binary files /dev/null and "b/\345\220\264\347\205\214/images/map1.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/map2.jpg" "b/\345\220\264\347\205\214/images/map2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..51c1214e12ac0e645c5da3080d52c729cd6a8754
Binary files /dev/null and "b/\345\220\264\347\205\214/images/map2.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/picture_h1.gif" "b/\345\220\264\347\205\214/images/picture_h1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..79cb2e58db6feb9424b64f954ba1cb27912e0f9c
Binary files /dev/null and "b/\345\220\264\347\205\214/images/picture_h1.gif" differ
diff --git "a/\345\220\264\347\205\214/images/route_h1.gif" "b/\345\220\264\347\205\214/images/route_h1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..92ffeeef1df1a755a804b9f13b44c10acdc846aa
Binary files /dev/null and "b/\345\220\264\347\205\214/images/route_h1.gif" differ
diff --git "a/\345\220\264\347\205\214/images/tuijian1.jpg" "b/\345\220\264\347\205\214/images/tuijian1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..8ba02982dee3a06473fc1c83956bc5d5df1769b5
Binary files /dev/null and "b/\345\220\264\347\205\214/images/tuijian1.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/tuijian2.jpg" "b/\345\220\264\347\205\214/images/tuijian2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..868c3a7387d6916f2bae0ea97e36c032165dd7c1
Binary files /dev/null and "b/\345\220\264\347\205\214/images/tuijian2.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/tuijian3.jpg" "b/\345\220\264\347\205\214/images/tuijian3.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d8d57e19d33ff4df7ef5b643999383cd8d0e1101
Binary files /dev/null and "b/\345\220\264\347\205\214/images/tuijian3.jpg" differ
diff --git "a/\345\220\264\347\205\214/images/weather.jpg" "b/\345\220\264\347\205\214/images/weather.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..7ada6f7d04ad6b42b174a8fcb9b0725380cca54c
Binary files /dev/null and "b/\345\220\264\347\205\214/images/weather.jpg" differ
diff --git "a/\345\220\264\347\205\214/index.html" "b/\345\220\264\347\205\214/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..4502787c0c05788fc1d773083b3d57b7f159fd48
--- /dev/null
+++ "b/\345\220\264\347\205\214/index.html"
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+ 新疆行
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
  天气查询
+
+ - 乌鲁木齐 雷阵雨 20℃-31℃
+ - 吐鲁番 多云转阴 20℃-28℃
+ - 客什 阵雨转多云 25℃-32℃
+ - 库尔勒 阵雨转阴 21℃-28℃
+ - 克拉马依 雷阵雨 26℃-30℃
+
+
+
+
+
+
+
+
+ 
+
+
+
+
+
+ - 吐鲁番--库尔勒--库车--塔中--和田--客什
+ - 乌鲁木齐--天池--克拉马依--乌伦古湖--客纳斯
+ - 乌鲁木齐--奎屯--乔尔玛--那拉提--八音布鲁克
+ - 乌鲁木齐--五彩城--将军隔壁--吉木萨尔
+
+
+
+
+
+
+
新疆风光
+
+ 
+ 
+
+
+
+
小吃推荐
+
+ - 17号抓饭
+ - 大盘鸡
+ - 五一夜市
+ - 水果
+
+
+
+
+
宾馆酒店
+
+ - 莆田希尔顿酒店
+ - 美丽华大饭店
+ - 海德大饭店
+ - 银都大饭店
+ - 洪福大饭店
+ - 棉麻宾馆
+ - 电信宾馆
+
+
+
+
+
+
+
吴先生 ©版权所有 2321842380@qq.com
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\224\220\344\274\237\345\273\272/css/bottom.css" "b/\345\224\220\344\274\237\345\273\272/css/bottom.css"
new file mode 100644
index 0000000000000000000000000000000000000000..8820244d7007bfe5dd933ff6f0c2647a09ad54ff
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/css/bottom.css"
@@ -0,0 +1,14 @@
+.bottom{
+ height: 30px;
+ width: 780px;
+ background-color: #5EA6EB;
+ float: left;
+ border: solid 5px white;
+ }
+.bottom p{
+ text-align: center;
+ line-height: 30px;
+}
+.bottom span{
+ color: white;
+}
\ No newline at end of file
diff --git "a/\345\224\220\344\274\237\345\273\272/css/container.css" "b/\345\224\220\344\274\237\345\273\272/css/container.css"
new file mode 100644
index 0000000000000000000000000000000000000000..4c42a10fd8a671bef2b3d954544dc996efeeb1f5
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/css/container.css"
@@ -0,0 +1,13 @@
+.container{
+ height: 1000px;
+ width: 780px;
+ margin: 0 auto;
+}
+*{
+ margin: 0;
+ padding: 0;
+ font-size: 12px;
+}
+body{
+ background-color: #2286C6;
+}
\ No newline at end of file
diff --git "a/\345\224\220\344\274\237\345\273\272/css/left.css" "b/\345\224\220\344\274\237\345\273\272/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..cbef2d89623d779becebab39576825c5a9656f11
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/css/left.css"
@@ -0,0 +1,64 @@
+.left{
+ height: 625px;
+ width: 200px;
+ float: left;
+ background-color: white;
+ margin-right: 2px;
+ margin-bottom: 1px;
+}
+
+.districtcontainer{
+ background-color: #5EA6EB;
+ height: 160px;
+ margin: 0 5px 0 5px;
+}
+.weather{
+ background:url(../img/weather.jpg) no-repeat;
+ height:47px;
+ width: 200px;
+ float: left;
+}
+.district ul{
+ list-style: none;
+ padding-left: 15px;
+}
+.district li{
+ background: url(../img/icon1.gif) no-repeat left center;
+ margin-top: 5px;
+ padding-left: 10px;
+ float: left;
+}
+.recommendcontainer{
+ background-color: #BBDDFF;
+ width: 190px;
+}
+.recommend{
+ background: url(../img/icon2.gif) no-repeat left center;
+ height: 20px;
+ margin-left: 10px;
+}
+.recommend h3{
+ padding-left:10px ;
+}
+.scenerypicture{
+ border: 10px white;
+}
+.scenerypicture ul{
+ list-style: none;
+ text-align: center;
+ margin-top: 8px;
+}
+.scenerypicture .map1NO{
+ padding-top: 10px;
+}
+.scenerypicturecontainer{
+ background-color: #5EA6EB;
+ margin: 0 5px 0 5px;
+ padding-bottom: 12px;
+}
+.scenerypicture p{
+ color: white;
+}
+.secnerypicture li{
+ padding: 1px;
+}
diff --git "a/\345\224\220\344\274\237\345\273\272/css/middle.css" "b/\345\224\220\344\274\237\345\273\272/css/middle.css"
new file mode 100644
index 0000000000000000000000000000000000000000..72278def82888731787d0e2e3a25143f9dc670a0
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/css/middle.css"
@@ -0,0 +1,33 @@
+.middle{
+ height: 620px;
+ width: 400px;
+ float: left;
+ background-color: white;
+}
+.ghostcity{
+ padding: 5px;
+}
+.beautyscenery{
+ background: url(../img/picture_h1.gif) no-repeat;
+ margin-top: 10px;
+ padding-top: 50px;
+ padding-left: 13px;
+}
+.beautyscenery img{
+ margin-right: 11px;
+ margin-bottom: 10px;
+}
+.line{
+ background: url(../img/route_h1.gif) no-repeat;
+ margin-left: 5px;
+}
+
+.line ul{
+ padding-top: 50px;
+ list-style: none;
+}
+.line li{
+ background: url(../img/icon1.gif) no-repeat left center;
+ padding-left: 10px;
+ margin-left: 24px;
+}
\ No newline at end of file
diff --git "a/\345\224\220\344\274\237\345\273\272/css/right.css" "b/\345\224\220\344\274\237\345\273\272/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..bdbe6fac9f8d5e88841d3d0622718a9a099e20dc
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/css/right.css"
@@ -0,0 +1,74 @@
+.right{
+ height: 610px;
+ width:165px ;
+ background-color:#5EA6EB;
+ float: right;
+ border: solid 5px white;
+}
+.outlookcontainer{
+ background-color: #BBDDFF;
+ width: 165px;
+}
+.outlook{
+ background: url(../img/icon2.gif) no-repeat left center;;
+ margin-left: 10px;
+}
+.outlook h3{
+ padding-left:10px ;
+}
+.xingjiangoutlook ul{
+ margin: 10px;
+ list-style: none;
+}
+.xingjiangoutlook img{
+ padding-bottom: 10px;
+}
+
+.xiaochirecommendcontainer{
+ background-color: #BBDDFF;
+ width: 165px;
+}
+.xiaochirecommend{
+ background: url(../img/icon2.gif) no-repeat left center;
+ margin-left: 10px;
+}
+.xiaochirecommend h3{
+ padding-left:10px ;
+}
+.xiaochi ul{
+ list-style: none;
+}
+.xiaochi li{
+ background: url(../img/icon1.gif) no-repeat left center;
+ margin-left: 15px;
+ padding-left: 10px;
+ border-bottom: dashed 1px white;
+ width: 140px;
+ margin-bottom: 10px;
+ color:#C0DEFB;
+}
+.hotlecommendcontainer{
+ background-color: #BBDDFF;
+ width: 165px;
+}
+.hotlerecommend{
+ background: url(../img/icon2.gif) no-repeat left center;
+ margin-left: 10px;
+}
+.hotlerecommend h3{
+ padding-left:10px ;
+}
+.hotle ul{
+ list-style: none;
+}
+.hotle li{
+ background: url(../img/icon1.gif) no-repeat left center;
+ margin-left: 15px;
+ padding-left: 10px;
+ margin-top: 10px;
+ border-bottom: dashed 1px white;
+ width: 140px;
+ color:#C0DEFB;
+ }
+.rightwhite{
+}
\ No newline at end of file
diff --git "a/\345\224\220\344\274\237\345\273\272/css/top.css" "b/\345\224\220\344\274\237\345\273\272/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..54088a244fc5592d0962c273a76c0db8a20e5014
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/css/top.css"
@@ -0,0 +1,30 @@
+.top{
+ height: 183px;
+ width: 780px;
+ margin-bottom: 1px;
+}
+.banner{
+ background: url(../img/banner.jpg);
+ height: 150px;
+ width: 780px;
+}
+.nav ul{
+ list-style: none;
+}
+.nav li{
+ float: left;
+ width: 78px;
+ text-align: center;
+ line-height: 33px;
+ background: url(../img/button1.jpg);
+ display: block;
+}
+.nav li:hover{
+ background: url(../img/button1_bg.jpg);
+ position: relative;
+ bottom:1px;
+ right: 1px;
+}
+.nav a{
+ color: #0F548E;
+}
diff --git "a/\345\224\220\344\274\237\345\273\272/img/banner.jpg" "b/\345\224\220\344\274\237\345\273\272/img/banner.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d25e804a5ed806367b92a568809d83ad3a3e2b11
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/banner.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/beauty1.jpg" "b/\345\224\220\344\274\237\345\273\272/img/beauty1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..33e5e9401e5311046d391809f056df2bf1b585d4
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/beauty1.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/beauty2.jpg" "b/\345\224\220\344\274\237\345\273\272/img/beauty2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..5c0d38f8e8b0c044b175df4f1e05d70448e1647f
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/beauty2.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/beauty3.jpg" "b/\345\224\220\344\274\237\345\273\272/img/beauty3.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..0f896b9125640efca1d52493e20b706090a89b7c
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/beauty3.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/beauty4.jpg" "b/\345\224\220\344\274\237\345\273\272/img/beauty4.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..fad26c19dd14b868b5551e5db8f598066ae812dd
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/beauty4.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/button1.jpg" "b/\345\224\220\344\274\237\345\273\272/img/button1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d2c6f80cfe9a0925df3a8f806d0e57c7c285cb82
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/button1.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/button1_bg.jpg" "b/\345\224\220\344\274\237\345\273\272/img/button1_bg.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..eff8bc7a9f6371ac607eff6f502ac722c013696d
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/button1_bg.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/ghost.jpg" "b/\345\224\220\344\274\237\345\273\272/img/ghost.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..8f56b26c29fc7852889b7291d4df0083b5d34e6b
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/ghost.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/icon1.gif" "b/\345\224\220\344\274\237\345\273\272/img/icon1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..a782fdb5acc99dc454319658c516dd5fe2d912f0
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/icon1.gif" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/icon2.gif" "b/\345\224\220\344\274\237\345\273\272/img/icon2.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..b09b0699e4fef91054f5f44be74bb3e734cc7b48
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/icon2.gif" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/lgcWeather.jpg" "b/\345\224\220\344\274\237\345\273\272/img/lgcWeather.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..c43d4428511beb6584b2941a3dfb312a1eed441c
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/lgcWeather.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/map1.jpg" "b/\345\224\220\344\274\237\345\273\272/img/map1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..bca136dafc5b708449f8f49eff60dae19d991ba9
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/map1.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/map2.jpg" "b/\345\224\220\344\274\237\345\273\272/img/map2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..51c1214e12ac0e645c5da3080d52c729cd6a8754
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/map2.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/picture_h1.gif" "b/\345\224\220\344\274\237\345\273\272/img/picture_h1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..79cb2e58db6feb9424b64f954ba1cb27912e0f9c
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/picture_h1.gif" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/route_h1.gif" "b/\345\224\220\344\274\237\345\273\272/img/route_h1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..92ffeeef1df1a755a804b9f13b44c10acdc846aa
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/route_h1.gif" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/tuijian1.jpg" "b/\345\224\220\344\274\237\345\273\272/img/tuijian1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..8ba02982dee3a06473fc1c83956bc5d5df1769b5
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/tuijian1.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/tuijian2.jpg" "b/\345\224\220\344\274\237\345\273\272/img/tuijian2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..868c3a7387d6916f2bae0ea97e36c032165dd7c1
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/tuijian2.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/tuijian3.jpg" "b/\345\224\220\344\274\237\345\273\272/img/tuijian3.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d8d57e19d33ff4df7ef5b643999383cd8d0e1101
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/tuijian3.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/img/weather.jpg" "b/\345\224\220\344\274\237\345\273\272/img/weather.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..7ada6f7d04ad6b42b174a8fcb9b0725380cca54c
Binary files /dev/null and "b/\345\224\220\344\274\237\345\273\272/img/weather.jpg" differ
diff --git "a/\345\224\220\344\274\237\345\273\272/index.html" "b/\345\224\220\344\274\237\345\273\272/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..eea6f28754989bc8ad1068134d6ca740c6cecacc
--- /dev/null
+++ "b/\345\224\220\344\274\237\345\273\272/index.html"
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - 乌鲁木齐 雷阵雨 20℃-31℃
+ - 吐鲁番 多云转阴 20℃-28℃
+ - 喀什 阵雨转多云 25℃-32℃
+ - 库尔勒 阵雨转阴 21℃-28℃
+ - 克拉玛依 雷阵雨 26℃-30℃
+
+
+
+
+
+
+
+
+
+ 喀纳斯河
+
+
+ 布尔津
+
+
+ 天山之路
+
+
+
+
+
+
+
+
+
+
+
+
+ - 吐鲁番--库尔勒--库车--塔中--和田--喀什
+ - 乌鲁木齐--天池--克拉玛依--乌伦古湖--喀纳斯
+ - 乌鲁木齐--奎屯--乔尔玛-那拉提--巴音布鲁克
+ - 乌鲁木齐--五彩城--将军隔壁--吉木萨尔
+
+
+
+
+
+
+
+
+ 
+ 
+
+
+
+
+
+ - 17号抓饭
+ - 大盘鸡
+ - 五一夜市
+ - 水果
+
+
+
+
+
+
+ - 美丽华大饭店
+ - 海德大饭店
+ - 银都大饭店
+ - 鸿福大饭店
+ - 友好大饭店
+ - 棉麻宾馆
+ - 电信宾馆
+
+
+
+
+
+
+
艾萨克©版权所有 demo@demo.com
+
+
+
+
diff --git "a/\345\274\240\347\233\212\351\243\236/css/bace.css" "b/\345\274\240\347\233\212\351\243\236/css/bace.css"
new file mode 100644
index 0000000000000000000000000000000000000000..58a60742caa3d397d0195126f20a2830fb9c49da
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/css/bace.css"
@@ -0,0 +1,30 @@
+.father{
+ width: 780px;
+ height: 783px;
+ margin: 0 auto;
+}
+*{
+ padding: 0;
+ margin: 0;
+
+}
+body{
+ background-color: cornflowerblue;
+
+}
+ul{
+ list-style: none;
+
+
+}
+a:hover{
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+
+}
+li{
+ font-size: 13px;
+ list-style: none;
+
+}
\ No newline at end of file
diff --git "a/\345\274\240\347\233\212\351\243\236/css/center.css" "b/\345\274\240\347\233\212\351\243\236/css/center.css"
new file mode 100644
index 0000000000000000000000000000000000000000..5802c24e0354fb7372c7a843b16f8cc58711f2f5
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/css/center.css"
@@ -0,0 +1,74 @@
+.center{
+ width: 400px;
+ height: 600px;
+ background-color: white;
+
+ float: left;
+ margin-left: 2px;
+ }
+.ghost{
+ width: 390px;
+ height: 270px;
+
+
+
+
+}
+.ghost {
+ width: 390px;
+ height: 275px;
+ background: url(../img/ghost.jpg) no-repeat;
+ text-align: center;
+ margin: 0 auto;
+ margin-top: 5px;
+
+
+
+}
+.picture{
+ width:157px;
+ height: 41px;
+ background: url(../img/picture_h1.gif) no-repeat;
+
+}
+.beatuy{
+ width: 390px;
+ height: 130px;
+ margin-top: 5px;
+
+
+
+}
+.beatuy li{
+ width: 82px;
+ height: 123px;
+ float: left;
+ padding-left: 12.5px;
+
+
+}
+.picture1{
+ width:157px;
+ height: 41px;
+ background: url(../img/route_h1.gif) no-repeat;
+ margin-bottom: 5px;
+
+
+}
+.text li{
+ width:300px;
+ padding-left: 8px;
+ background: url(../img/icon2.gif) no-repeat;
+ background-position: left center;
+ margin-left: 15px;
+ padding-top: 3px;
+
+
+
+
+
+}
+.text a {
+ text-decoration: none;
+
+}
\ No newline at end of file
diff --git "a/\345\274\240\347\233\212\351\243\236/css/left.css" "b/\345\274\240\347\233\212\351\243\236/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..f8dc53d6261a1164fdaecec83c2f2bc396f783b3
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/css/left.css"
@@ -0,0 +1,90 @@
+.left{
+ width: 190px;
+ height: 600px;
+ float: left;
+
+ background-color: white;
+
+}
+.weather{
+ width: 189px;
+ height:47px;
+ background: url(../img/weather.jpg);
+ margin-right: 2px;
+
+
+
+
+
+
+}
+.weather1 {
+ width: 185px;
+ height: 100px;
+ background-color:#A1CCF5;
+ margin: 1px 3px 0px 3px;
+
+
+
+
+
+
+}
+.weather1 li{
+ width: 180px;
+ text-align: center;
+ padding-top: 1px;
+
+ background: url(../img/icon1.gif) no-repeat;
+ background-position: left center;
+
+ padding-left: 0px;
+
+
+
+
+}
+ .today{
+ width: 188px;
+ height: 25px;
+
+
+
+}
+.today li{
+ margin-top: 1px;
+
+ margin-left: 3px;
+ line-height: 25px;
+ background: url(../img/icon2.gif) no-repeat;
+ background-position: left center;
+ padding-left: 10px;
+ background-color:#BBDDFF;
+
+
+}
+.tuijian{
+ width: 185px;
+
+ background-color:#5AAAEA;
+ margin: 1px 3px 0px 3px;
+
+
+
+}
+.tuijian li{
+ padding: 5px 5px 0px 5px;
+ margin-left: 2px;
+
+
+
+}
+.tuijian li{
+ text-align: center;
+
+}
+.tuijian a{
+ text-decoration: none;
+ color: white;
+
+}
\ No newline at end of file
diff --git "a/\345\274\240\347\233\212\351\243\236/css/right.css" "b/\345\274\240\347\233\212\351\243\236/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..3bebb30981bca3aec573c24c3d01697e19e85a4d
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/css/right.css"
@@ -0,0 +1,126 @@
+.right{
+ width: 186px;
+ height: 600px;
+ background-color: white;
+
+ float:right;
+
+}
+a{
+ text-decoration: none;
+ border-bottom: dashed 1px;
+
+
+}
+.right1{
+ width: 185px;
+ height: 25px;
+
+
+
+
+}
+
+
+
+
+.right1 li{
+ margin-top: 1px;
+ margin-left: 2px;
+
+
+
+ line-height: 25px;
+ background: url(../img/icon2.gif) no-repeat;
+ background-position: left center;
+ padding-left: 10px;
+ background-color:#BBDDFF;
+
+
+}
+.map{
+ width: 180px;
+ height: 215px;
+
+
+ background-color:#5AAAEA;
+ margin: 0px 3px 0px 3px;
+ }
+.map li{
+ width: 150px;
+ height: 100px;
+ padding-left: 15px;
+ padding-bottom: 4px;
+
+
+
+
+
+}
+
+.right2 {
+ margin-bottom: 2px;
+ background-color:#BBDDFF;
+
+
+
+}
+.right2 li{
+ background: url(../img/icon1.gif) no-repeat;
+ background-position: left center;
+ padding-left: 10px;
+
+}
+.right3{
+ width: 180px;
+ height: 100px;
+ background-color:#A1CCF5;
+ margin: 0 auto;
+ padding-top: 2px;
+}
+.right3 li{
+ padding-top: 5px;
+ padding-left: 9px;
+ background: url(../img/icon1.gif) no-repeat;
+ background-position: left center;
+}
+.right3 li a {
+ color: white;
+
+}
+.right4 {
+ margin-top: 2px;
+ background-color:#BBDDFF;
+ margin-bottom: 2px;
+}
+.right4 li {
+
+ background: url(../img/icon1.gif) no-repeat;
+ background-position: left center;
+ padding-left: 10px;
+
+
+}
+.right5{
+ width: 180px;
+ height: 212px;
+ background-color:#A1CCF5;
+ margin: 0 auto;
+ padding-top: 3px;
+ padding-left: 3px;
+
+
+}
+.right5 li{
+ padding-left: 10px;
+ background: url(../img/icon1.gif) no-repeat;
+ background-position: left center;
+
+
+
+}
+
+.right5 li a {
+ color: white;
+}
+
diff --git "a/\345\274\240\347\233\212\351\243\236/css/top.css" "b/\345\274\240\347\233\212\351\243\236/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..2f73444eecb5c7580cd42b91a0b7a2adb152fc82
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/css/top.css"
@@ -0,0 +1,33 @@
+.top{
+ width: 780px;
+ height: 183px;
+ background-color: crimson;
+ margin-bottom: 2px;
+
+}
+.banner{
+ width: 780px;
+ height: 150px;
+ background: url(../img/banner.jpg);
+
+
+
+}
+.nav{
+ width: 780px;
+ height: 33px;
+
+}
+.nav li{
+ width: 78px;
+ text-align: center;
+ float: left;
+ line-height: 33px;
+ background: url(../img/button1.jpg);
+}
+.nav a:hover{
+ background: url(../img/button1_bg.jpg);
+ display: block;
+
+
+}
\ No newline at end of file
diff --git "a/\345\274\240\347\233\212\351\243\236/index.html" "b/\345\274\240\347\233\212\351\243\236/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..210cc349022b01e1d24a95c9c4bce2c240bdf3db
--- /dev/null
+++ "b/\345\274\240\347\233\212\351\243\236/index.html"
@@ -0,0 +1,113 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+ 
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/base.css" "b/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..ffa2d11c996aab1921d42dc99415f633efa583a5
--- /dev/null
+++ "b/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/base.css"
@@ -0,0 +1,18 @@
+*{
+ padding: 0;
+ margin: 0;
+ font-size: 12px;
+}
+
+#base{
+ width:780px;
+ height:1000px;
+
+ margin: 0 auto;
+}
+body{
+ background-color:#2286C6;
+}
+ul{
+ list-style: none;
+}
diff --git "a/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/bottom.css" "b/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/bottom.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/left.css" "b/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..7f36540cca4148ea67b933e8977478958b0d39da
--- /dev/null
+++ "b/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/left.css"
@@ -0,0 +1,49 @@
+#left{
+ width: 220px;
+ height: 1000px;
+ background-color: white;
+ float: left;
+ margin-top: 1px;
+
+}
+#weather{
+ background:url(../img/lgcWeather.jpg) no-repeat ;
+ float: left;
+ width: 200px;
+ height: 140px;
+ background-color: #5EA6EB;
+ margin-left: 10px;
+ margin-right:2px;
+ margin-top: 8px;
+ padding-top:42px;
+}
+#weather li{
+ padding-top: 5px;
+ padding-left: 12px;
+ margin-top: 5px;
+ background: url(../img/icon1.gif) no-repeat left center;
+ margin-left: 10px;
+ color: white;
+}
+ h1{
+
+ height: 20px;
+ width: 188px;
+
+ float: left;
+ padding-top: 5px;
+ background: url(../img/icon2.gif) no-repeat left center #BBDDFF ;
+ padding-left: 12px;
+ margin-left: 10px;
+ font-size: 14px;
+ color:#003973 ;
+}
+#maps{
+ float: left;
+ width: 200px;
+ background-color: #5EA6EB;
+ background: url(../img/map1.jpg) no-repeat center ;
+ margin-left: 10px;
+ margin-right:2px;
+ padding-top:42px;
+}
diff --git "a/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/right.css" "b/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/top.css" "b/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..b0634eef8bd72a576d42e9404e6e5f17eab1dd3b
--- /dev/null
+++ "b/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/top.css"
@@ -0,0 +1,29 @@
+#top{
+ width: 780px;
+ height: 183px;
+ float: left;
+ margin-bottom: 1px;
+}
+
+#banner{
+ background: url(../img/banner.jpg) no-repeat;
+ height: 150px;
+ width: 780px;
+}
+#button li{
+ width: 78px;
+ height: 33px;
+ float: left;
+ background: url(../img/button1.jpg);
+ text-align: center;
+}
+#button a{
+ padding-right: 10px;
+ line-height: 33px;
+}
+#button li:hover{
+ background: url(../img/button1_bg.jpg);
+ position: relative;
+ lefts: 1px;
+ top:1px
+}
\ No newline at end of file
diff --git "a/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/index.html" "b/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..d8f6bebeaf4b242af27dab16c069d2b71b4c08be
--- /dev/null
+++ "b/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/index.html"
@@ -0,0 +1,64 @@
+
+
+
+
+ 新疆行知书
+
+
+
+
+
+
+
+
+
+
+
+
+ - 乌鲁木齐 雷阵雨 20℃-31℃
+ - 吐鲁番 多云转阴 20℃-28℃
+ - 喀什 阵雨转多云 25℃-32℃
+ - 库尔勒 阵雨转阴 21℃-28℃
+ - 克拉玛依 雷阵雨 26℃-30℃
+
+
+
今日推荐
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\350\203\241\350\266\212/css/base.css" "b/\350\203\241\350\266\212/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..ce79a953b036a67d071ffdc6f85503ae83199453
--- /dev/null
+++ "b/\350\203\241\350\266\212/css/base.css"
@@ -0,0 +1,20 @@
+*{
+ margin: 0;
+ padding: 0;
+ font-size: 12px;
+}
+#dhz{
+ width: 790px;
+ margin: 0 auto;
+}
+body{
+ background-color: #2286C6;
+}
+li{
+ list-style: none;
+}
+a:hover{
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
diff --git "a/\350\203\241\350\266\212/css/bottom.css" "b/\350\203\241\350\266\212/css/bottom.css"
new file mode 100644
index 0000000000000000000000000000000000000000..024823f9f9b639d9feb70a817a372d936ea0ce6a
--- /dev/null
+++ "b/\350\203\241\350\266\212/css/bottom.css"
@@ -0,0 +1,11 @@
+#bottom{
+ width: 780px;
+ height: 20px;
+ border: solid white 4px;
+ float: left;
+ background-color: #6495ED;
+ text-align: center;
+}
+#a2{
+ color: white;
+}
diff --git "a/\350\203\241\350\266\212/css/center.css" "b/\350\203\241\350\266\212/css/center.css"
new file mode 100644
index 0000000000000000000000000000000000000000..fd990122b7f50f407fbad90a985af485d93f1000
--- /dev/null
+++ "b/\350\203\241\350\266\212/css/center.css"
@@ -0,0 +1,43 @@
+#center{
+ width: 390px;
+ float: left;
+ margin-left: 3px;
+ border: solid white 4px;
+}
+#mog{
+ background: url(../img/ghost.jpg)no-repeat white;
+ display: block;
+ width: 390px;
+ height: 260px;
+ padding-bottom: 5px;
+}
+#meij{
+ background: url(../img/picture_h1.gif)no-repeat white;
+ display: block;
+ width: 390px;
+ height: 130px;
+ padding-top: 50px;
+ padding-bottom: 5px;
+}
+#meij li{
+ float: left;
+ margin-left: 12px;
+}
+#xianl{
+ background: url(../img/route_h1.gif)no-repeat white;
+ display: block;
+ width: 372px;
+ height: 98px;
+ padding-top: 50px;
+ padding-left: 20px;
+}
+#xianl li{
+ float: left;
+ background: url(../img/icon1.gif)no-repeat left center;
+ padding-left: 15px;
+ margin-top: 5px;
+}
+#xianl a{
+ text-decoration: none;
+ color:royalblue;
+}
\ No newline at end of file
diff --git "a/\350\203\241\350\266\212/css/left.css" "b/\350\203\241\350\266\212/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..f38c9e1489d04ffec306fb10b465ff001a0db719
--- /dev/null
+++ "b/\350\203\241\350\266\212/css/left.css"
@@ -0,0 +1,53 @@
+#left{
+ width: 190px;
+
+ float: left;
+ background: url(../img/lgcWeather.jpg)no-repeat cornflowerblue;
+ padding-bottom: 15px;
+ border: solid white 4px;
+}
+#tqcx{
+ color: white;
+ text-align: center;
+ line-height: 50px;
+}
+#tianq{
+ padding-left: 10px;
+}
+#tianq li{
+ background: url(../img/icon1.gif)no-repeat left center;
+ float: left;
+ padding-left: 15px;
+ width: 180px;
+}
+#tianq a{
+ text-decoration: none;
+ color: white;
+}
+#tj1{
+ float: left;
+ margin-top: 10px;
+ line-height: 20px;
+ color: #4169E1;
+ background-color: #aaffff;
+ padding-left: 5px;
+
+}
+#tj1 li{
+ background: url(../img/icon2.gif)no-repeat left center;
+ float: left;
+ padding-left: 15px;
+ width: 170px;
+}
+#tj2 li{
+ margin-top: 10px;
+}
+#tj2 ul{
+ float: left;
+ margin-left: 9px;
+ text-align: center;
+}
+#tj2 a{
+ text-decoration: none;
+ color: white;
+}
\ No newline at end of file
diff --git "a/\350\203\241\350\266\212/css/right.css" "b/\350\203\241\350\266\212/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..b0359591b2cf95f50fbc28da4264dcdc145d187b
--- /dev/null
+++ "b/\350\203\241\350\266\212/css/right.css"
@@ -0,0 +1,47 @@
+#right{
+ width: 170px;
+ float: left;
+ background-color: cornflowerblue;
+ margin-left: 3px;
+ border: solid white 4px;
+}
+#r1{
+ background-color: #AAFFFF;
+ line-height: 20px;
+ padding-left: 5px;
+ color: #4169E1;
+}
+#r1 li{
+ background: url(../img/icon2.gif)no-repeat left center;
+ padding-left: 15px;
+}
+#t1{
+ margin-top: 8px;
+ margin-left: 10px;
+ margin-bottom: 10px;
+}
+#xcjd li{
+ background: url(../img/icon1.gif)no-repeat left center;
+ padding-left: 15px;
+ margin-top: 8px;
+ line-height: 15px;
+ border-bottom: dashed 1px white;
+}
+#xcjd a{
+ text-decoration: none;
+ color: white;
+}
+#xcjd h3{
+ background: url(../img/icon2.gif)no-repeat left center;
+ padding-left: 10px;
+ background-color: #AAFFFF;
+ color: #4169E1;
+ line-height: 20px;
+}
+#c1{
+ margin-bottom: 20px;
+ padding-top: 10px;
+}
+#c2{
+ margin-bottom: 20px;
+}
\ No newline at end of file
diff --git "a/\350\203\241\350\266\212/css/top.css" "b/\350\203\241\350\266\212/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..de2f233f356d2cf821c9fbaee7c89b5831cbf1e5
--- /dev/null
+++ "b/\350\203\241\350\266\212/css/top.css"
@@ -0,0 +1,28 @@
+#top{
+ width: 780px;
+ height: 183px;
+ margin-bottom: 2px;
+ float: left;
+}
+#banner{
+ background: url(../img/banner.jpg) no-repeat;
+ display: block;
+ width: 780px;
+ height: 150px;
+}
+#nav li{
+ float: left;
+ width: 78px;
+ height: 33px;
+ text-align: center;
+ line-height: 33px;
+ color: royalblue;
+ background: url(../img/button1.jpg) no-repeat;
+}
+#nav a:hover{
+ background: url(../img/button1_bg.jpg) no-repeat;
+ display: block;
+ position: relative;
+ bottom: 2px;
+ right: 2px;
+}
\ No newline at end of file
diff --git "a/\350\203\241\350\266\212/img/banner.jpg" "b/\350\203\241\350\266\212/img/banner.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d25e804a5ed806367b92a568809d83ad3a3e2b11
Binary files /dev/null and "b/\350\203\241\350\266\212/img/banner.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/beauty1.jpg" "b/\350\203\241\350\266\212/img/beauty1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..33e5e9401e5311046d391809f056df2bf1b585d4
Binary files /dev/null and "b/\350\203\241\350\266\212/img/beauty1.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/beauty2.jpg" "b/\350\203\241\350\266\212/img/beauty2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..5c0d38f8e8b0c044b175df4f1e05d70448e1647f
Binary files /dev/null and "b/\350\203\241\350\266\212/img/beauty2.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/beauty3.jpg" "b/\350\203\241\350\266\212/img/beauty3.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..0f896b9125640efca1d52493e20b706090a89b7c
Binary files /dev/null and "b/\350\203\241\350\266\212/img/beauty3.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/beauty4.jpg" "b/\350\203\241\350\266\212/img/beauty4.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..fad26c19dd14b868b5551e5db8f598066ae812dd
Binary files /dev/null and "b/\350\203\241\350\266\212/img/beauty4.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/button1.jpg" "b/\350\203\241\350\266\212/img/button1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d2c6f80cfe9a0925df3a8f806d0e57c7c285cb82
Binary files /dev/null and "b/\350\203\241\350\266\212/img/button1.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/button1_bg.jpg" "b/\350\203\241\350\266\212/img/button1_bg.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..eff8bc7a9f6371ac607eff6f502ac722c013696d
Binary files /dev/null and "b/\350\203\241\350\266\212/img/button1_bg.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/ghost.jpg" "b/\350\203\241\350\266\212/img/ghost.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..8f56b26c29fc7852889b7291d4df0083b5d34e6b
Binary files /dev/null and "b/\350\203\241\350\266\212/img/ghost.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/icon1.gif" "b/\350\203\241\350\266\212/img/icon1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..a782fdb5acc99dc454319658c516dd5fe2d912f0
Binary files /dev/null and "b/\350\203\241\350\266\212/img/icon1.gif" differ
diff --git "a/\350\203\241\350\266\212/img/icon2.gif" "b/\350\203\241\350\266\212/img/icon2.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..b09b0699e4fef91054f5f44be74bb3e734cc7b48
Binary files /dev/null and "b/\350\203\241\350\266\212/img/icon2.gif" differ
diff --git "a/\350\203\241\350\266\212/img/lgcWeather.jpg" "b/\350\203\241\350\266\212/img/lgcWeather.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..c43d4428511beb6584b2941a3dfb312a1eed441c
Binary files /dev/null and "b/\350\203\241\350\266\212/img/lgcWeather.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/map1.jpg" "b/\350\203\241\350\266\212/img/map1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..bca136dafc5b708449f8f49eff60dae19d991ba9
Binary files /dev/null and "b/\350\203\241\350\266\212/img/map1.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/map2.jpg" "b/\350\203\241\350\266\212/img/map2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..51c1214e12ac0e645c5da3080d52c729cd6a8754
Binary files /dev/null and "b/\350\203\241\350\266\212/img/map2.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/picture_h1.gif" "b/\350\203\241\350\266\212/img/picture_h1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..79cb2e58db6feb9424b64f954ba1cb27912e0f9c
Binary files /dev/null and "b/\350\203\241\350\266\212/img/picture_h1.gif" differ
diff --git "a/\350\203\241\350\266\212/img/route_h1.gif" "b/\350\203\241\350\266\212/img/route_h1.gif"
new file mode 100644
index 0000000000000000000000000000000000000000..92ffeeef1df1a755a804b9f13b44c10acdc846aa
Binary files /dev/null and "b/\350\203\241\350\266\212/img/route_h1.gif" differ
diff --git "a/\350\203\241\350\266\212/img/tuijian1.jpg" "b/\350\203\241\350\266\212/img/tuijian1.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..8ba02982dee3a06473fc1c83956bc5d5df1769b5
Binary files /dev/null and "b/\350\203\241\350\266\212/img/tuijian1.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/tuijian2.jpg" "b/\350\203\241\350\266\212/img/tuijian2.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..868c3a7387d6916f2bae0ea97e36c032165dd7c1
Binary files /dev/null and "b/\350\203\241\350\266\212/img/tuijian2.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/tuijian3.jpg" "b/\350\203\241\350\266\212/img/tuijian3.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..d8d57e19d33ff4df7ef5b643999383cd8d0e1101
Binary files /dev/null and "b/\350\203\241\350\266\212/img/tuijian3.jpg" differ
diff --git "a/\350\203\241\350\266\212/img/weather.jpg" "b/\350\203\241\350\266\212/img/weather.jpg"
new file mode 100644
index 0000000000000000000000000000000000000000..7ada6f7d04ad6b42b174a8fcb9b0725380cca54c
Binary files /dev/null and "b/\350\203\241\350\266\212/img/weather.jpg" differ
diff --git "a/\350\203\241\350\266\212/index.html" "b/\350\203\241\350\266\212/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..9cd184e60eb83ec4521c9a61d5ed31593d708586
--- /dev/null
+++ "b/\350\203\241\350\266\212/index.html"
@@ -0,0 +1,117 @@
+
+
+
+
+ 新疆行
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+ 
+
+
+
+
+
+
+
+
diff --git "a/\350\222\262\346\231\223\351\252\217/css/base.css" "b/\350\222\262\346\231\223\351\252\217/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..f66fdbf108cbffb54880db2e2a4800642a7e0bb7
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/css/base.css"
@@ -0,0 +1,17 @@
+#father{
+ width: 780px;
+ height: 1000px;
+ margin: auto;
+}
+body{
+ background-color: #2286c6;
+}
+*{
+ padding: 0;
+ margin: 0;
+}
+a{
+ text-decoration: none;
+ font-size: 12px;
+}
+li{list-style: none;}
\ No newline at end of file
diff --git "a/\350\222\262\346\231\223\351\252\217/css/bottom.css" "b/\350\222\262\346\231\223\351\252\217/css/bottom.css"
new file mode 100644
index 0000000000000000000000000000000000000000..b10d87fb0c195bcaa8de507a5d231e61d3063bda
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/css/bottom.css"
@@ -0,0 +1,16 @@
+#bottom{
+ width: 770px;
+ height: 20px;
+ border: #FFFFFF 5px solid;
+ clear: both;
+ background-color:#5EA6EB;
+
+}
+#bottom p{
+ text-align: center;
+
+}
+.px{
+ color: white;
+}
+
diff --git "a/\350\222\262\346\231\223\351\252\217/css/center.css" "b/\350\222\262\346\231\223\351\252\217/css/center.css"
new file mode 100644
index 0000000000000000000000000000000000000000..3c6f9d28f1318e79d2239a133604df6bb35c13b5
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/css/center.css"
@@ -0,0 +1,40 @@
+#center{
+ width: 390px;
+ height: 625px;
+ background-color: white;
+ float: left;
+ margin-top: 3px;
+ border: #FFFFFF 5px solid;
+ margin-left: 2px;
+}
+#img3{
+ width: 390px;
+ height: 260px;
+ background: url(../img/ghost.jpg) no-repeat;
+ padding-bottom: 15px;
+}
+#look{
+ width: 390px;
+ height: 154px;
+ background: url(../img/picture_h1.gif) no-repeat;
+ padding-top: 41px;
+}
+#look li{
+ float: left;
+ margin-left: 12.4px;
+ padding-top: 10px;
+}
+#road{
+ width: 390px;
+ background: url(../img/route_h1.gif) no-repeat;
+ padding-top: 48px;
+}
+#road li{
+ background: url(../img/icon1.gif) no-repeat left center;
+ margin-left: 20px;
+}
+#road a{
+ margin-left: 15px;
+ color: #407AA7;
+
+}
diff --git "a/\350\222\262\346\231\223\351\252\217/css/left.css" "b/\350\222\262\346\231\223\351\252\217/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..5f54c35030c8f7240a73caf01515922388f32ef1
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/css/left.css"
@@ -0,0 +1,80 @@
+#left{
+ width: 190px;
+ float: left;
+ margin-top: 3px;
+ height: 625px;
+ border: #FFFFFF 5px solid;
+}
+#img2{
+ background: url(../img/lgcWeather.jpg);
+ width: 190px;
+ height: 42px;
+ }
+ #img2 a{
+ line-height: 42px;
+ margin-left: 80px;
+ font-size: 16px;
+ color: white;
+ font-family: 楷体;
+ }
+#weather{
+ width: 190px;
+ height: 114px;
+ background-color:#5EA6EB;
+}
+#weather li{
+ background: url(../img/icon1.gif) no-repeat left center;
+ margin-left: 14px;
+
+}
+#weather a{
+ text-align: center;
+ margin-left: 10px;
+ color:#C8E2FC;
+}
+#title{
+ background-color: #BBDDFF;
+ width: 190px;
+ height: 24px;
+}
+#title li{
+ background: url(../img/icon2.gif) no-repeat left center;
+ margin-left: 3px;
+}
+#title a{
+ margin-left: 14px;
+ font-weight: 600;
+ color: #003973;
+
+}
+#recommend{
+ width: 190px;
+ height: 440px;
+ background-color: #5EA6EB;
+ padding-top: 5px;
+
+
+}
+#recommend li{
+ text-align: center;
+ padding:3px;
+
+}
+#recommend a{
+ color:#C8E2FC;
+}
+#recommend img{
+ border: #FFFFFF 1px solid;
+}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\350\222\262\346\231\223\351\252\217/css/right.css" "b/\350\222\262\346\231\223\351\252\217/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..bd7c073560ddd43de7681d1f32507cb04ea7ef0e
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/css/right.css"
@@ -0,0 +1,53 @@
+#right{
+ width: 165px;
+ float:right;
+ margin-top: 3px;
+ height: 625px;
+ border: #FFFFFF 5px solid;
+ background-color:#5EA6EB;
+ margin-bottom: 3px;
+}
+h3{
+ background: url(../img/icon2.gif) no-repeat left center;
+ height: 24px;
+ font-size: 12px;
+ font-weight: 600;
+ background-color: #BBDDFF;
+ line-height: 24px;
+}
+#view{
+ height: 250px;
+
+}
+#view li{
+ border: #FFFFFF 1px solid;
+ margin: 5px;
+}
+#cate{
+ height: 130px;
+}
+#cate li{
+ background: url(../img/icon1.gif) no-repeat left center;
+ margin-left: 15px;
+ border-bottom: white 1px dashed;
+ margin-bottom: 3px;
+}
+#cate a{
+ margin-left: 10px;
+ color:#C8E2FC;
+}
+#hotel{
+ height: 245px;
+
+}
+#hotel li{
+ background: url(../img/icon1.gif) no-repeat left center;
+ margin-left: 15px;
+ border-bottom: white 1px dashed;
+ margin-bottom: 3px;
+ padding-top: 5px;
+}
+#hotel a{
+ margin-left: 10px;
+ color:#C8E2FC;
+}
\ No newline at end of file
diff --git "a/\350\222\262\346\231\223\351\252\217/css/top.css" "b/\350\222\262\346\231\223\351\252\217/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..8a8ee69de53ca16b5c4aefceb42b12f27bb52ee8
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/css/top.css"
@@ -0,0 +1,31 @@
+#top{
+ width: 780px;
+ height: 185px;
+}
+#img{
+ background: url(../img/banner.jpg);
+ width: 780px;
+ height: 150px;
+}
+#nav{width: 780px;
+height: 33px;
+}
+#nav li{
+ list-style: none;
+}
+#nav a{
+ width: 78px;
+ float: left;
+ display: inline;
+ background: url(../img/button1.jpg);
+ text-align: center;
+ line-height: 33px;
+ text-decoration: underline;
+ color: #2286C6;
+}
+#nav a:hover{
+ position: relative;
+ background: url(../img/button1_bg.jpg);
+ bottom: 2px;
+ right: 2px;
+}
\ No newline at end of file
diff --git "a/\350\222\262\346\231\223\351\252\217/index.html" "b/\350\222\262\346\231\223\351\252\217/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..a4f16d03571093b3d8f042577cc810c0354f4c74
--- /dev/null
+++ "b/\350\222\262\346\231\223\351\252\217/index.html"
@@ -0,0 +1,115 @@
+
+
+
+
+ 新疆行
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
新疆风光
+

+

+
+
+
+
+
+
艾萨克©版权所有 demo@demo.com
+
+
+
+
+
+
diff --git "a/\350\222\262\346\231\223\351\252\217/new_file.css" "b/\350\222\262\346\231\223\351\252\217/new_file.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/bottom.css" "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/bottom.css"
new file mode 100644
index 0000000000000000000000000000000000000000..9617bdcea42723c37aadacfcff5170f54dd3d861
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/bottom.css"
@@ -0,0 +1,7 @@
+#bottom p{
+ text-align: center;
+ font-size: 16px;
+}
+#bottom font{
+ color: white;
+}
\ No newline at end of file
diff --git "a/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/center.css" "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/center.css"
new file mode 100644
index 0000000000000000000000000000000000000000..39ded4e7a844a00905f721e76a20717fd7620fdd
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/center.css"
@@ -0,0 +1,35 @@
+#center{
+ background-color: white;
+}
+
+#ghost{
+ background: url(../img/ghost.jpg) no-repeat;
+ width: 390px;
+ height: 260px;
+ background-position: 2px;
+ margin-bottom: 5px;
+}
+
+#beauty{
+ background: url(../img/picture_h1.gif) no-repeat;
+ padding-top: 41px;
+ margin-bottom: 10px;
+}
+
+#beauty li{
+ display: inline-block;
+ padding-left: 10px;
+}
+
+#route{
+ background: url(../img/route_h1.gif) no-repeat;
+ padding-top: 51px;
+}
+
+#route li{
+ padding-left: 20px;
+ padding-top: 8px;
+ background: url(../img/icon1.gif) no-repeat;
+ background-position: 10px 10px;
+ color: #2286C6;
+}
\ No newline at end of file
diff --git "a/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/left.css" "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..f1fd1c980553e580a46b80831e40202c134303e1
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/left.css"
@@ -0,0 +1,21 @@
+#weather{
+ background: url(../img/lgcWeather.jpg) no-repeat;
+}
+
+#weather h5{
+ color: white;
+ text-align: center;
+ line-height: 43px;
+}
+
+#weather li{
+ padding-left: 20px;
+ padding-top: 3px;
+}
+
+#recommend li{
+ padding-left: 2px;
+ text-align: center;
+ color: white;
+ margin-top: 10px;
+}
diff --git "a/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/main.css" "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/main.css"
new file mode 100644
index 0000000000000000000000000000000000000000..7d429bfeff91d98bd05727dccd9a93bead55e5d8
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/main.css"
@@ -0,0 +1,85 @@
+* {
+ margin: 0;
+ padding: 0;
+ font-size: 8px;
+ font-family: 微软雅黑;
+}
+
+body {
+ background-color: #2286C6;
+}
+
+
+#main {
+ width: 790px;
+ height: 935px;
+ margin: 0 auto;
+}
+
+#top {
+ width: 780px;
+ height: 183px;
+ background-color: #5EA6EB;
+ border: white solid 4px;
+ margin-bottom: 3px;
+}
+
+#left {
+ width: 190px;
+ height: 600px;
+ background-color: #5EA6EB;
+ border: white solid 4px;
+ float: left;
+ margin-right: 11px;
+}
+
+#center {
+ width: 394px;
+ height:595px;
+ background-color: #5EA6EB;
+ border: white solid 4px;
+ float: left;
+ margin-right: 11px;
+}
+
+#right {
+ width: 158px;
+ height: 600px;
+ background-color: #5EA6EB;
+ border: white solid 4px;
+ float: left;
+}
+
+#bottom {
+ width: 776px;
+ height: 25px;
+ background-color: #5EA6EB;
+ border: white solid 6px;
+ float: left;
+ margin-top: 3px;
+}
+
+ul {
+ list-style: none;
+}
+
+.icon li{
+ background: url(../img/icon1.gif) no-repeat;
+ background-position: 10px 10px;
+ color: white;
+}
+
+h4{
+ background: url(../img/icon2.gif) no-repeat;
+ background-position: 5px ;
+ background-color: #BBDDFF;
+ padding-left: 15px;
+}
+
+.bor-sty img{
+ border:white solid 1px;
+}
+
+.tips{
+ color: white;
+}
\ No newline at end of file
diff --git "a/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/right.css" "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..9db9562933279c4b1b66602378ee967f538f7e51
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/right.css"
@@ -0,0 +1,30 @@
+#map li{
+ padding-left: 3px;
+ padding-top: 2px;
+}
+
+#snack li{
+ padding-left: 20px;
+ padding-top: 5px;
+}
+
+#hotel li{
+ padding-left: 20px;
+ padding-top: 5px;
+}
+
+#snack h4,#hotel h4{
+ margin-top: 20px;
+ margin-bottom: 15px;
+}
+#snack ul,#hotel ul{
+ margin-top: 5px;
+ padding-left: 15px;
+}
+
+#snack li,#hotel li{
+ border-bottom: dashed 1px;
+ width: 100px;
+ height: 16px;
+ line-height: 10px;
+}
\ No newline at end of file
diff --git "a/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/top.css" "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..2e33e3d01365939b48edbf7dfd12f855ec6f07a0
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/css/top.css"
@@ -0,0 +1,22 @@
+#banner{
+ background: url(../img/banner.jpg) no-repeat;
+ width: 780px;
+ height: 150px;
+}
+
+#nav li{
+ width: 78px;
+ height: 33px;
+ float: left;
+ line-height: 33px;
+ text-align: center;
+ background: url(../img/button1.jpg);
+}
+
+#nav li:hover{
+ background: url(../img/button1_bg.jpg);
+}
+
+#nav a{
+ color: #165A91;
+}
\ No newline at end of file
diff --git "a/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/xjx.html" "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/xjx.html"
new file mode 100644
index 0000000000000000000000000000000000000000..9bba4dfd60725dcc771f5f912387bf9c6b68ec14
--- /dev/null
+++ "b/\351\231\210\350\257\227\346\235\260/\346\226\260\347\226\206\350\241\214\347\237\245\344\271\246/xjx.html"
@@ -0,0 +1,115 @@
+
+
+
+
+ 新疆行知书
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 天气预报
+ - 乌鲁木齐 雷阵雨 20℃-31℃
+ - 吐鲁番 多云转晴 20℃-28℃
+ - 喀什 阵雨转多云 25℃-32℃
+ - 库尔勒 阵雨转多云 21℃-28℃
+ - 克拉玛依 雷阵雨 26℃-30℃
+
+
+
+
+ 今日推荐
+ -
+

+ 喀纳斯河
+
+ -
+

+ 布尔津
+
+ -
+

+ 天山之路
+
+
+
+
+
+
+
+
+
+ - 吐鲁番— —库尔勒— —库车— —塔中— —和田— —喀什
+ - 乌鲁木齐— —天池— —克拉马依— —乌伦古湖— —喀纳斯
+ - 乌鲁木齐— —奎屯— —乔尔玛— —那拉提— —巴音布鲁克
+ - 乌鲁木齐— —五彩城— —将军隔壁— —吉木萨尔
+
+
+
+
+
+
+ 新疆风光
+ 
+ 
+
+
+
+
小吃推荐
+
+ - 17号抓饭
+ - 大盘鸡
+ - 五一夜市
+ - 水果
+
+
+
+
宾馆酒店
+
+ - 美丽华大饭店
+ - 海德大饭店
+ - 银都大饭店
+ - 鸿福大饭店
+ - 友好大酒店
+ - 棉麻宾馆
+ - 电信宾馆
+
+
+
+
+
艾萨克©版权所有 demo@demo.com
+
+
+
+
diff --git "a/\351\273\204\346\235\260\347\203\250/css/base.css" "b/\351\273\204\346\235\260\347\203\250/css/base.css"
new file mode 100644
index 0000000000000000000000000000000000000000..d7005c27d74a99fe7c0bdaeda8b274a6a5d1d81b
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/css/base.css"
@@ -0,0 +1,20 @@
+#base{
+ width: 793px;
+ height: 960px;
+ background-color: white;
+ margin: 0 auto;
+}
+*{
+ margin: 0;
+ padding: 0;
+ font-size: 16px;
+}
+body{
+ background-color:#2286c6;
+}
+a{
+ text-decoration: none;
+}
+li{
+ list-style:none;
+}
diff --git "a/\351\273\204\346\235\260\347\203\250/css/bottom.css" "b/\351\273\204\346\235\260\347\203\250/css/bottom.css"
new file mode 100644
index 0000000000000000000000000000000000000000..5fa9304a2c1904ab4faf68f62b229bcadaefa832
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/css/bottom.css"
@@ -0,0 +1,12 @@
+#bottom{
+ width: 780px;
+ height: 20px;
+ background-color: #5ea6eb;
+ float: left;
+ border-top: solid 4px white;
+ margin-top: 5px;
+ margin-left:5px;
+}
+#bottom li{
+ text-align: center;
+}
\ No newline at end of file
diff --git "a/\351\273\204\346\235\260\347\203\250/css/center.css" "b/\351\273\204\346\235\260\347\203\250/css/center.css"
new file mode 100644
index 0000000000000000000000000000000000000000..3e2482fe0e8ff1ecd9f61fb17ae5a4a5ea5d6336
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/css/center.css"
@@ -0,0 +1,59 @@
+#center{
+ width: 390px;
+ height: 700px;
+ background-color: white;
+ float: left;
+ border-left: solid 2px #2286C6;
+ border-right: solid 2px #2286C6;
+ border-bottom: solid 7px #2286c6;
+ padding-left: 7px;
+ padding-right: 7px;
+ padding-bottom: 30px;
+
+
+}
+#city{
+ width: 390px;
+ height: 260px;
+ background: url(../img/ghost.jpg) no-repeat;
+ margin-top: 5px;
+
+}
+#jingse{
+ width: 390px;
+ height:41px;
+ background: url(../img/picture_h1.gif) no-repeat;
+ margin-top: 5px;
+
+ padding-top: 45px;
+}
+#picture{
+ float:left;
+}
+#picture li{
+ width: 82px;
+ height: 123px;
+ float: left;
+ margin-left: 12.5px;
+ margin-top: 10px;
+}
+#picture a{
+ line-height: 50px;
+}
+#xianlu{
+ width: 390px;
+ height: 70px;
+ background: url(../img/route_h1.gif) no-repeat;
+
+ margin-top: 110px;
+}
+#xl li{
+ background: url(../img/icon1.gif) no-repeat;
+ line-height: 40px;
+ background-position: 25px 18px;
+}
+#xl a{
+ color: #02508B;
+ margin-left: 35px;
+}
+
diff --git "a/\351\273\204\346\235\260\347\203\250/css/left.css" "b/\351\273\204\346\235\260\347\203\250/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..e5da8b092290f4bc01279d0a4f21faff1649b848
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/css/left.css"
@@ -0,0 +1,61 @@
+#left{
+ width: 190px;
+ height: 710px;
+ float: left;
+ background-color: #5ea6eb;
+ margin-left: 5px;
+ margin-right: 5px;
+ margin-top: 5px;
+}
+#wea{
+ width: 190px;
+ height: 120px;
+ margin-left: 5px;
+}
+#tianqi{
+ width: 190px;
+ height: 42px;
+ background: url(../img/lgcWeather.jpg) no-repeat ;
+ text-align: center;
+ }
+#tianqi a{
+ color: white;
+ font-size: 13px;
+ line-height: 45px;
+}
+#wea li{
+ background: url(../img/icon1.gif) no-repeat;
+ background-position: 3px 11px;
+}
+#wea a{
+ color: white;
+ font-size: 13px;
+ margin-left: 12px;
+}
+#tuijian {
+ width: 190px;
+ height:25px;
+ background-color:#BBDDFF;
+ float: left;
+ margin-bottom: 10px;
+
+
+}
+#tuijian li{
+ background: url(../img/icon2.gif) no-repeat;
+ background-position: 7px 10px;
+}
+#tuijian a{
+ font-size: 14px;
+ color:#003973;
+ font-weight: bolder;
+ margin-left: 20px;
+}
+#tj{
+ text-align: center;
+ line-height: 33px;
+}
+#tj a{
+ color: white;
+ margin-bottom: 2px;
+}
\ No newline at end of file
diff --git "a/\351\273\204\346\235\260\347\203\250/css/right.css" "b/\351\273\204\346\235\260\347\203\250/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..f8356817900fbf83835452063301e03d29420ed2
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/css/right.css"
@@ -0,0 +1,77 @@
+#right{
+ width: 170px;
+ height: 720px;
+ float: left;
+ background-color: #5ea6eb;
+ border: solid 6px white;
+ margin-left: 3px;
+}
+#fengguang{
+ width: 170px;
+ height:25px;
+ background-color:#BBDDFF;
+ float: left;
+ margin-bottom: 5px;
+
+}
+#fengguang li{
+ background: url(../img/icon2.gif) no-repeat;
+ background-position: 7px 10px;
+
+}
+#fengguang a{
+ font-size: 14px;
+ color:#003973;
+ font-weight: bolder;
+ margin-left: 20px;
+}
+#fg li{
+ margin-bottom: 5px;
+ margin-left: 10px;
+}
+#xiaochi{
+ width: 170px;
+ height:25px;
+ background-color:#BBDDFF;
+ margin-bottom: 10px;
+}
+#xiaochi li{
+ background: url(../img/icon2.gif) no-repeat;
+ background-position: 7px 10px;
+}
+#xiaochi a{
+ font-size: 14px;
+ color:#003973;
+ font-weight: bolder;
+ margin-left: 20px;
+}
+#xc li{
+ background: url(../img/icon1.gif) no-repeat;
+ background-position: 4px 14px;
+ line-height: 30px;
+ border-bottom:dashed 1px white;
+ width: 130px;
+ margin-left: 10px;
+ margin-bottom: 2px;
+}
+#xc a{
+ color: white;
+ font-size: 13px;
+ margin-left: 12px;
+}
+#jiudian{
+ width: 170px;
+ height:25px;
+ background-color:#BBDDFF;
+ margin-bottom: 10px;
+}
+#jiudian li{
+ background: url(../img/icon2.gif) no-repeat;
+ background-position: 7px 10px;
+}
+#jiudian a{
+ font-size: 14px;
+ color:#003973;
+ font-weight: bolder;
+ margin-left: 20px;
+}
\ No newline at end of file
diff --git "a/\351\273\204\346\235\260\347\203\250/css/top.css" "b/\351\273\204\346\235\260\347\203\250/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..ef17a705be44ed50f4f1b8383b3802cd497d1ca2
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/css/top.css"
@@ -0,0 +1,38 @@
+#top{
+ width: 790px;
+ height: 185px;
+ float: left;
+ background-color:white;
+ border-bottom: solid 2px #2286C6;
+ margin-left: 3px;
+}
+#banner{
+ width: 790px;
+ height: 150px;
+ background: url(../img/banner.jpg) no-repeat;
+ float: left;
+
+}
+
+#nav li{
+ background: url(../img/button1.jpg) no-repeat;
+ width: 78px;
+ float: left;
+ text-align: center;
+ line-height: 33px;
+ display: block;
+
+}
+#nav a{
+ color: #2286c6;
+ border-bottom:solid 1px #2286C6;
+ font-size: 16px;
+ margin-left: 5px;
+
+}
+#nav li:hover{
+ background: url(../img/button1_bg.jpg);
+ position: relative;
+ bottom: 1px;
+ right: 1px;
+}
\ No newline at end of file
diff --git "a/\351\273\204\346\235\260\347\203\250/index.html" "b/\351\273\204\346\235\260\347\203\250/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..45b51367639ed6c1f7d90f0ad4fa63f80dfe2602
--- /dev/null
+++ "b/\351\273\204\346\235\260\347\203\250/index.html"
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+