|
@@ -4,21 +4,28 @@ a:hover{text-decoration: none;}
|
|
ul,ol,li{list-style: none;padding: 0;margin: 0;}
|
|
ul,ol,li{list-style: none;padding: 0;margin: 0;}
|
|
p,h3{margin: 0;padding: 0;}
|
|
p,h3{margin: 0;padding: 0;}
|
|
/*顶部区域*/
|
|
/*顶部区域*/
|
|
-body{padding-top: 74px;}
|
|
|
|
-header{width: 100%;background: #f0f0f0;line-height: 74px;height: 74px;position: fixed;top: 0;left: 0;z-index: 99999;box-shadow: 2px 4px 10px #CCCCCC;}
|
|
|
|
|
|
+header{width: 100%;background: #ffffff;line-height: 74px;height: 74px;}
|
|
header .logo{float: left;padding-left: 20px;}
|
|
header .logo{float: left;padding-left: 20px;}
|
|
|
|
+.h_fix{position: fixed;top: 0;left: 0;z-index: 99999;box-shadow: 2px 4px 10px #CCCCCC;}
|
|
|
|
|
|
header .nav{float: left;padding-left: 90px;}
|
|
header .nav{float: left;padding-left: 90px;}
|
|
header .nav ul li{float: left;width: 120px;text-align: center;line-height: 76px;}
|
|
header .nav ul li{float: left;width: 120px;text-align: center;line-height: 76px;}
|
|
-header .nav ul li a{color: #064a74;width: 120px;line-height: 76px;display: inline-block;font-size: 16px;}
|
|
|
|
-header .nav ul li:hover a{background: url(../../img/index_nav_bj.png) no-repeat center center;color: #FFFFFF;background-position-y:19px }
|
|
|
|
-.active{background: url(../../img/index_nav_bj.png) no-repeat center center;background-position-y:19px ;}
|
|
|
|
-.active a{color: #FFFFFF!important;}
|
|
|
|
|
|
+header .nav ul li a{color: #333333;width: 120px;line-height: 76px;display: inline-block;font-size: 16px;}
|
|
|
|
+header .nav ul li:hover a{color: #074F88;}
|
|
|
|
+/*hot*/
|
|
|
|
+.nav ul li:hover img{animation: hot 1s infinite linear;transition: all 1s;}
|
|
|
|
+@keyframes hot{
|
|
|
|
+ 0% {width: 30px;height: 30px;}
|
|
|
|
+ 25% {width: 25px;height: 25px; top: 9px;}
|
|
|
|
+ 50% {width: 30px;height: 30px;}
|
|
|
|
+ 100% {width: 25px;height: 25px;top: 9px;}
|
|
|
|
+}
|
|
|
|
+
|
|
header .nav_right{float: right;padding-right: 40px;}
|
|
header .nav_right{float: right;padding-right: 40px;}
|
|
header .nav_right a{color: #333333;margin: 2px;}
|
|
header .nav_right a{color: #333333;margin: 2px;}
|
|
header .nav_right a:hover{color: #2a6597;}
|
|
header .nav_right a:hover{color: #2a6597;}
|
|
.nav ul li {position: relative;}
|
|
.nav ul li {position: relative;}
|
|
-.nav ul li img{width: 20px;height: 20px;position: absolute;right: 8px;top: 19px;}
|
|
|
|
|
|
+.nav ul li img{width: 30px;height: 30px;position: absolute;right: 0px;top: 9px;}
|
|
/*banner*/
|
|
/*banner*/
|
|
|
|
|
|
.banner{clear: both;position: relative;padding-top: 44px;width: 1000px;margin: 0 auto;}
|
|
.banner{clear: both;position: relative;padding-top: 44px;width: 1000px;margin: 0 auto;}
|
|
@@ -41,6 +48,6 @@ header .nav_right a:hover{color: #2a6597;}
|
|
.banner_imgs{width:100%;height: 340px;}
|
|
.banner_imgs{width:100%;height: 340px;}
|
|
|
|
|
|
.banner_box{position: absolute;top: 44px ;right:5px;width: 530px;overflow: hidden;}
|
|
.banner_box{position: absolute;top: 44px ;right:5px;width: 530px;overflow: hidden;}
|
|
-.banner_box ul{width: 1000000px;overflow: hidden;}
|
|
|
|
|
|
+
|
|
.banner_box ul li{float: left;width: 530px;}
|
|
.banner_box ul li{float: left;width: 530px;}
|
|
.banner_txt{padding-bottom: 60px;}
|
|
.banner_txt{padding-bottom: 60px;}
|