123456789101112131415161718192021222324252627282930313233343536 |
- body{color: #333333;font-family: "苹方";}
- input{outline:none}
- li{list-style-type: none;}
- ul,li{margin: 0;padding: 0;}
- i{font-style:normal}
- a{color: #a3a3a3}
- a:hover{text-decoration:none!important;color: #9bc8ff;}
- a:focus {text-decoration:none!important;}
- .container {
- width: 1000px;
- padding-right: 0;
- padding-left: 0;
- }
- header{height: 35px; line-height: 35px; background-color: #F3F3F3;border-bottom:1px solid #eeeeee;font-size: 12px;color: #999999;}
- .lt{float: left;}
- .rt{float: right;}
- .rt a{padding: 0 5px; }
- .rt div{float: right;}
- .login{border-right: 2px solid #CFCFCF;}
- #myCarousel .carousel-indicators{ top: 65%;}
- #myCarousel .carousel-indicators li{width: 30px; height: 1px; margin:0;border: 1px solid #091623; margin-left: 5px;}
- #myCarousel .carousel-indicators .active{width: 30px; height: 1px; margin: 0; border: 1px solid #fff;}
- .header_nav{height: 90px;line-height: 90px;}
- .nav_content li{float: left; padding: 0 5px; width: 25%; text-align: center; font-size: 15px; font-weight: bold;}
- .nav_content li a{color: #333333;}
- .nav_content .active{background: #58a3ff; }
- .nav_content .active a{color: #fff;}
- .nav_content li:hover{background: #58a3ff;}
- .nav_content li:hover a{color: #fff;}
- .title{text-align: center;margin: 60px 0 50px 0;}
- .title p{font-size: 12px;color: #b4b4b4;}
- .title span{width: 76px; height: 1px; background: #58a3ff; display: block; margin: 0 auto;}
|