|
@@ -23,25 +23,26 @@ img{border: none;}
|
|
|
::-webkit-input-placeholder {color: #CCCCCC;}
|
|
|
|
|
|
input:-webkit-autofill {
|
|
|
- -webkit-box-shadow: 0 0 0px 1000px white inset !important;
|
|
|
+ -webkit-box-shadow: 0 0 0 1000px white inset !important;
|
|
|
}
|
|
|
input:focus{outline: none;}
|
|
|
ul,ol{padding: 0;margin: 0;list-style: none;}
|
|
|
|
|
|
/*顶部区域*/
|
|
|
-header{width: 100%;background: #ffffff;line-height: 74px;height: 74px;}
|
|
|
+header{width: 100%;background: #ffffff;height: 90px;line-height: 75px;}
|
|
|
header .logo{float: left;padding-left: 20px;}
|
|
|
+header .logo_right{float: left;padding-left: 20px;width:120px;height: 75px;background: url("../../img/index_xuan.png") no-repeat center center;margin-left: 10px;}
|
|
|
.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>ul>li{float: left;width: 120px;text-align: center;line-height: 76px;position: relative;}
|
|
|
-header .nav>ul>li>a{color: #074d88;width: 120px;line-height: 76px;display: inline-block;font-size: 16px;font-weight: bold;}
|
|
|
+header .nav>ul>li>a{color: #074d88;width: 120px;line-height: 80px;display: inline-block;font-size: 20px;}
|
|
|
header .nav>ul>li:hover a{color: #074F88;}
|
|
|
.active a{color:#074F88!important;}
|
|
|
/*2级导航*/
|
|
|
-header .nav ul li .subnavigation{width: 120px;position: absolute;top: 62px;z-index: 9999;background: #ffffff;display: none;}
|
|
|
+header .nav ul li .subnavigation{width: 120px;position: absolute;top: 75px;z-index: 9999;background: #ffffff;display: none;}
|
|
|
.subnavigation {padding-top: 15px;padding-bottom: 15px;}
|
|
|
.subnavigation li>a{width:120px;height: 30px;line-height: 30px;display: inline-block;color: #333333;}
|
|
|
.subnavigation li:hover a{background: rgba(100,100,100,.7);color: #ffffff!important;}
|
|
@@ -55,7 +56,8 @@ header .nav ul li .subnavigation{width: 120px;position: absolute;top: 62px;z-ind
|
|
|
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;line-height: 90px;font-size: 16px;letter-spacing: 3px;position: relative;}
|
|
|
+header .nav_right>div{width:180px;height:25px;position: absolute;right:0;top:10px;background: url("../../img/index400.png")}
|
|
|
header .nav_right a{color: #333333;margin: 2px;}
|
|
|
header .nav_right a:hover{color: #2a6597;}
|
|
|
.nav ul li {position: relative;}
|
|
@@ -88,10 +90,11 @@ header .nav_right a:hover{color: #2a6597;}
|
|
|
.android{margin-right: 5px;}
|
|
|
|
|
|
/*右侧挂件*/
|
|
|
-
|
|
|
+.index_blur{font-size: 18px;color:#fff;text-align: right;padding-right: 15px;cursor: pointer;}
|
|
|
.pub_fix{width: 70px;position: fixed;right: 20px;bottom: 80px;border-radius: 10px;border: 1px solid #e0e0e0;overflow: hidden;
|
|
|
text-align: center;height:470px;background: #ffffff;z-index: 999;}
|
|
|
-
|
|
|
+.right_cebian{width:35px;height:110px;position: fixed;right: 0;bottom: 180px;border-radius: 5px 0 0 5px;text-align: center;color:#fff;
|
|
|
+display: none;cursor: pointer;padding: 30px 7px 0 7px;background: #5888B5 url("../../img/youce_daohang.png") no-repeat center 5px;}
|
|
|
.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 ul li:first-child{border: none;}
|