|
@@ -22,7 +22,7 @@ ul,ol{padding: 0;margin: 0;list-style: none;}
|
|
/*顶部区域*/
|
|
/*顶部区域*/
|
|
header{width: 100%;background: #ffffff;line-height: 74px;height: 74px;}
|
|
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: 99;box-shadow: 2px 4px 10px #CCCCCC;}
|
|
|
|
|
|
+.h_fix{position: fixed;top: 0px;left: 0;z-index: 99;box-shadow: 2px 4px 10px #CCCCCC;display:none;}
|
|
|
|
|
|
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;}
|
|
@@ -83,7 +83,7 @@ header .nav_right a:hover{color: #2a6597;}
|
|
|
|
|
|
|
|
|
|
/*右侧挂件*/
|
|
/*右侧挂件*/
|
|
-.pub_fix{width: 70px;position: fixed;right: 68px;bottom: 150px;border-radius: 10px;border: 1px solid #e0e0e0;overflow: hidden;text-align: center;height: 382px;}
|
|
|
|
|
|
+.pub_fix{width: 70px;position: fixed;right: 68px;bottom: 150px;border-radius: 10px;border: 1px solid #e0e0e0;overflow: hidden;text-align: center;height: 382px;background: #ffffff;}
|
|
.pub_fix .index_blur{width: 100%;height: 30px;line-height: 30px;background: #4c7fa9;display: inline-block;}
|
|
.pub_fix .index_blur{width: 100%;height: 30px;line-height: 30px;background: #4c7fa9;display: inline-block;}
|
|
.pub_fix .index_orange{width: 100%;height: 30px;line-height: 30px;background: #ffd68f;display: inline-block;}
|
|
.pub_fix .index_orange{width: 100%;height: 30px;line-height: 30px;background: #ffd68f;display: inline-block;}
|
|
.pub_fix ul li:first-child{border: none;}
|
|
.pub_fix ul li:first-child{border: none;}
|
|
@@ -93,6 +93,7 @@ header .nav_right a:hover{color: #2a6597;}
|
|
.pub_fix ul li p {color: #074d88;font-size: 14px;}
|
|
.pub_fix ul li p {color: #074d88;font-size: 14px;}
|
|
.pub_fix ul li a{text-decoration: none;}
|
|
.pub_fix ul li a{text-decoration: none;}
|
|
|
|
|
|
|
|
+
|
|
/*登陆页面*/
|
|
/*登陆页面*/
|
|
.login{width: 100%;background: rgba(6,6,6,.4);position: fixed;top: 0;left: 0;z-index: 999;}
|
|
.login{width: 100%;background: rgba(6,6,6,.4);position: fixed;top: 0;left: 0;z-index: 999;}
|
|
.login_mian{width: 600px;background: #ffffff;position: absolute;top: 50%;margin-top: -200px;left: 50%;margin-left: -300px;padding-left: 60px;padding-top: 60px;padding-bottom: 96px;}
|
|
.login_mian{width: 600px;background: #ffffff;position: absolute;top: 50%;margin-top: -200px;left: 50%;margin-left: -300px;padding-left: 60px;padding-top: 60px;padding-bottom: 96px;}
|
|
@@ -123,3 +124,4 @@ header .nav_right a:hover{color: #2a6597;}
|
|
.login_close:hover{cursor: pointer;}
|
|
.login_close:hover{cursor: pointer;}
|
|
|
|
|
|
.login_check label:first-child{margin-right: 15px;}
|
|
.login_check label:first-child{margin-right: 15px;}
|
|
|
|
+.head_login:focus{text-decoration: none;}
|