/*调整模板的宽度*/ div.container-fluid.costom_main_navigation,div.row.content{ max-width: 1140px } /*清除 padding*/ .clean-paddings{ padding: 0px; } /*清除 padding*/ .costom_main_navigation a { height:110px; font-size: 17px; line-height: 80px !important; } /*导航 */ .navbar{ background: #ffffff; border-radius: 0px; min-height: 70px; box-shadow: 0px 4px 14px #d0d0d0; } .container-fluid{ max-width: 980px; min-height: 100px; } .navbar-brand{ height: 70px; line-height: 40px; } .navbar-nav>li>a{ height:110px; font-size: 17px; line-height: 80px; } .navbar-default .navbar-nav>li>a{ color: #206FA2 } /*导航 end*/ /*body*/ body{ background: #f4f4f6 } /*body end*/ /*内容*/ .content{ max-width: 980px; margin:0 auto; } .thumbnail{ border: none; border-radius: 0px; box-shadow: 4px 5px 5px #d0d0d0; } /*内容 end*/ /*路径导航*/ .breadcrumb{ background: none; border-radius: 0px; border-bottom-width: 1px; border-bottom-color: #f4f4f4; border-bottom-style: solid; } /*路径导航 end*/ /*banner */ .banner img{ display: block; width: 100%; } /*banner end*/ /*categorys tab*/ .content-tab{ padding-top: 30px; } .tab-content{ background-color: #ffffff; box-shadow: 5px 3px 10px #d0d0d0; } .top-tabs{ background: #e6eef9; } .categorys li a{ padding-top: 16px; padding-bottom: 16px; color: #000000; background: #e6eef9; border: none; } .categorys li a:hover{ background: none } .categorys li.active a,.categorys li.active a:hover,.categorys li.active a:focus{ background-color: #00a1e9; color: #ffffff; border-radius: 0px; border: 1px solid #00a1e9; margin: 0px; } .category-content{ border-bottom: 1px solid #ceb7b7; padding-top: 12px; } .category-content li{ display: table; width: 25%; } .category-content li a{ display: table; margin: 0 auto; color: #00a1e9; } .category-content li a:hover{ background: none } .category-content li.active a,.category-content li.active a:hover,.category-content li.active a:focus{ background-color: #00a1e9; text-align: center; display: table; margin: 0 auto; color: #ffffff; } /*categorys end*/ /* @media screen (min-width: 768px) and (max-width: 1200px){ .margin-top-10{ margin-top:10px; } } */ @media (min-width: 768px) and (max-width: 1199px){ .margin-top-10{ margin-top:10px; } } @media (min-width: 768px) and (max-width: 1013px){ .navbar-brand { width: 210px; padding-left: 0px; padding-right: 0px; padding-top: 31px; } .navbar-nav>li>a { font-size: 13px; } } /*在线咨询框*/ .askDiv{ width:164px; position: fixed; right: -132px; top:520px; /* -webkit-transition: right .5s ease-in-out; -moz-transition: right .5s ease-in-out; -o-transition: right .5s ease-in-out; transition: right .5s ease-in-out; */ } /* .askDiv:hover { right: 0px; } */ .askDiv .leftDiv{ width:32px; text-align: center; padding:10px 0px; background-color:rgb(255,255,255); float: left; border: 1px solid rgb(208,217,226); border-right-width:0px; } .askDiv .rightDiv{ width: 132px; height: 122px; text-align: center; padding:12px; background-color: rgb(240,241,243); margin-left: 32px; border: 1px solid rgb(208,217,226); } .askDiv .rightDiv img{ margin-left: 3px } .askDiv .rightDiv input{ padding: 0px 5px; border: 1px solid rgb(208,217,226); border-radius: 5px; background-color: rgb(255,255,255); }