123456789101112131415161718192021222324252627282930313233343536373839404142 |
- input{outline:none}
- li{list-style-type: none;}
- a:hover{text-decoration:none}
- .container {
- width: 1270px;
- }
- header{height: 35px; line-height: 35px; background-color: #F3F3F3;border-bottom:1px solid #eeeeee;font-size: 12px;}
- .lt{float: left;}
- .rt{float: right;}
- .rt a{padding: 0 5px; }
- .rt div{float: right;}
- .login{border-right: 2px solid #CFCFCF;}
- .dropdown-toggle{display: block;}
- .dropdown-menu{top: 90%;width: 500px;right: 0;left: -410px;}
- .glyphicon-play{transform: rotate(90deg);}
- .header_nav{height: 90px;}
- .logo{height: 90px; line-height: 90px;}
- .nav_content{height: 90px; line-height: 90px;}
- .nav-pills>li>a{color: #000;}
- .nav-pills>li.active>a,.nav-pills>li>a:hover,.nav-pills>li.active>a:hover{color: #58a3ff;background-color:#fff}
- .nav>li>a{padding: 0 30px;}
- .search{position: relative; padding-left: 0;}
- .search input{width: 100%; height: 36px; line-height: 36px;margin-top: 28px; border: 1px solid #c9c9c9; border-radius: 20px;padding: 0 40px 0 10px;}
- .search span{position: absolute; right: 15px; top: 28px; width: 40px; height: 36px; line-height: 34px;cursor:pointer}
- #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;}
- .content_lf{width: 366px;height: 462px; margin-right: 1px;}
- .service{height: 290px;}
- .star{height: 170px;}
- .content_mid{width: 365px;height: 462px; margin-right: 1px;}
- .content_mid img{width: 100%;height: 462px!important;}
- .content_rt{width: 507px;height: 462px;background: #eee;}
- footer{height: 122px;background: #3c3d43;line-height: 122px;text-align: center;}
- footer a{padding: 0 8px;border-right: 1px solid #828389; color: #828389;}
- footer a:last-child{border: none;}
- footer a:hover{color: #58a3ff;}
|