/*fix bootstrap*/
ul{
    margin:0;
    padding:0;
}
a:hover{
    text-decoration: none;
}
/*end*/
body{
    font-family:Tahoma,Verdana,simsun,sans-serif;
}
header{
    box-shadow:0 0.2em 0.5em #171717;
    position: relative;
    z-index: 10000;
}
.top_container{
    background: url('../image/top_bg.jpg');
    width: 100%;
    padding: 30px 0 15px 0;
}
.logo2{
    display: none;
}
.hotline{
    float:right;
    background: url('../image/phone_icon.png') no-repeat;
    padding-left:50px;
}
.hotline a,.bottom a{/*iphone safari 会给电话号码加链接样式*/
    color:white;
}

.hotline .glyphicon-earphone{
    display: none;
}
.hotline .hour24{
    color:#666;
    font-family: Tahoma, SimHei, sans-serif;
    font-size:16px;
    line-height: 16px;
}
.hotline .mobile{
    font-family: 'Microsoft Yahei', Arial, sans-serif;
    font-size:30px;
    line-height: 30px;
    font-weight: bold;
    color:#db0000;
}
.nav_container{
    width: 100%;
    background: url('../image/menu_bg.gif') #0151b0 repeat-x center;
}
.menu_icon{
    display: none;
    font-size:20px;
    background: none;
    color:white;
    border: none;
    float: left;
    height: 30px;
    margin-top:5px;
}
.nav_menu_text{
    display: none;
}
nav button{
    background: none;
    border:none;
    padding:0 10px;
}
nav{
    overflow: hidden;
}
nav li{
    display: inline-block;
    list-style-type: none;
    width:14%;
    text-align: center;
    padding-top: 10px;
    border-right:1px solid #6da9ef;
    height: 40px;
}
nav li:first-child{
    margin-left: 1%;
}
nav li:last-child{
    border-right: none;
}
nav a{
    color:white;
    font-weight: bold;
    padding-bottom:2px;
    border-bottom: 2px solid #0151b0;
}
nav a:hover{
    color:white;
    border-bottom: 2px solid lightblue;
    transition: all 0.5s ease-in-out;
}
/*for inner pages */
.inner_banner{
    width: 100%;
    height: 200px;
    background: url('../image/inner_banner.jpg') center center no-repeat;
    background-size: cover;
}
.inner_main_container{
    background: #cbe5fb;
}
.inner_main{
    margin: 0 auto;
    padding: 20px 0;
}
.inner_left{
    float:left;
    width:250px;
    padding:10px;
}
.left_link{
    height:90px;
    margin-bottom: 5px;
    border:2px solid #999;
    padding:2px;
    border-radius: 3px;
    box-shadow: 0 0 5px #888;
}
.left_link a{
    color: #444;
    font-family: 'Microsoft Yahei', sans-serif;
    font-size:20px;
    padding:0 130px 60px 10px;
    text-shadow: 0 0 2px #888;

}
.inner_left .profile{
    background: url("../image/profile_left_bg.jpg") right bottom;
}
.inner_left .profile:hover{
    background: url("../image/profile_left_bg2.jpg") right bottom;
}
.inner_left .qualification{
    background: url("../image/qualification_left_bg.jpg") right bottom;
}
.inner_left .qualification:hover{
    background: url("../image/qualification_left_bg2.jpg") right bottom;
}
.inner_left .design{
    background: url("../image/design_left_bg.jpg") right bottom;
}
.inner_left .design:hover{
    background: url("../image/design_left_bg2.jpg") right bottom;
}
.inner_left .engineering{
    background: url("../image/engineering_left_bg.jpg") right bottom;
}
.inner_left .engineering:hover{
    background: url("../image/engineering_left_bg2.jpg") right bottom;
}
.inner_left .news{
    background: url("../image/news_left_bg.jpg") right bottom;
}
.inner_left .news:hover{
    background: url("../image/news_left_bg2.jpg") right bottom;
}
.inner_left .contact{
    background: url("../image/contact_left_bg.jpg") right bottom;
}
.inner_left .contact:hover{
    background: url("../image/contact_left_bg2.jpg") right bottom;
}
.inner_left, .inner_right{
    box-shadow: 0 0 10px #666;
    border-radius: 5px;
    background: #e1eef9;
    /* border: 1px solid #555;*/
}
.inner_right{
    margin-left:270px;
    padding:10px 10px 50px 10px;
    min-height:590px;
}
.inner_right_top{
    background: url("../image/right_top_bg.gif") repeat-x #0070cc;
    font-size:16px;
    font-family: 'Microsoft Yahei', Arial, sans-serif;
    color:white;
    font-weight:bold;
    padding:10px;
    margin-bottom:20px;
    border-radius: 3px;
}
.inner_right_top .glyphicon{
    margin-right: 5px;
    font-size:20px;
    vertical-align: bottom;
    top:-1px;
}
.pagination-container{
    text-align: center;
}
footer{
    width:100%;
    background: #0151b0;
    color:white;
}
.bottom{
    padding:10px 0;
}
.bottom img{
    float:left;
    padding:5px 20px 5px 0;
    margin-right: 20px;
    border-right:1px solid #ccc;
}
footer .contact a{/*safari会给电话号码加链接*/
    color:white;
}
.icp{
    text-align: center;
    color:gray;
    font-size:12px;
    clear: both;
}
footer .bottom .icp a{
    text-decoration: none;
    color:gray;
    font-size:12px;
}

@media (min-width: 768px) and (max-width: 991px){
    .top_container img{
        width: 450px;
    }
    .hotline .mobile{
        font-size:25px;
    }
}
@media (max-width: 767px) {
    .hotline{
        height: 30px;
        padding-left:0;
    }
    .top_container{
        padding: 40px 0 5px 0;
    }
    .top_container .container{
        text-align: center;
    }
    .top_container img{
        height: 38px;
    }
    .hotline{
        position: absolute;
        top:0;
        left: 0;
        z-index: 10000;
        width: 100%;
        background: none #0151b0;
        margin-top:0;
    }
    .hour24:after{
        content: ':';
    }
    .hotline .hour24,.hotline  .mobile{
        display: inline-block;
        font-size:20px;
        font-weight: normal;
    }
    .hotline .hour24{
        color:#eee;
        margin-right:5px;
    }
    .hotline .mobile{
        color:#fff;
    }
    .hotline .glyphicon-earphone{
        display: inline;
        font-size:16px;
        color:white;
        margin-right: 5px;
    }
    .menu_icon{
        display: block;
    }
    nav ul{
        display: none;
        position: absolute;
        top:120px;
        left: 0;
        width: 100%;
    }
    nav li:first-child{
        margin-left: 0;
    }
    nav ul li{
        display: block;
        border-right:none;
        width: 100%;
        text-align: left;
        background: #0162D4;
        height: auto;
        padding-top:0;
    }
    nav a{
        display: block;
        width: 100%;
        padding:10px 10px 10px 27px;
    }
    .nav_menu_text{
        display: block;
        float: right;
        color:white;
        font-weight: bold;
    }
    .nav_menu_text button{
        padding:7px;
    }
    .bottom{
        font-size:12px;
    }
    .bottom img{
        width: 200px;
    }
    .inner_left{
        display: none;
    }
    .inner_right{
        margin-left: 0;
        min-height: inherit;
        border-radius: 0;
    }
    .inner_main{
        padding-top:10px;
    }
    .inner_banner{
        height: 100px;
    }

}
@media (max-width: 620px) {
    .bottom{
        text-align: center;
    }
    .bottom img{
        float:none;
        display: inline;
        padding:5px;
        margin:0 0 5px 0;
        border-right:none;
        border-bottom: 1px solid #999;
    }
    .address{
        display: block;
    }
    .copyright td{
        vertical-align: middle;
        height: 45px;
    }
}
@media (max-width: 500px) {
    .hotline .hour24,.hotline  .mobile{
        font-size:14px;
    }
    .logo{
        display: none;
    }
    .logo2{
        display: inline-block;
    }
}