*{
    margin: 0;
    padding: 0;
}
body{
    font-family: Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif;
    font-size: 62.5%;word-break: keep-all;
}
.clear{clear: both;}
li{
    list-style: none;
}
a,a:hover{
    text-decoration: none;
}
h3,h4,p{
    color: #101771;
}
h3{
    font-size: 2rem;
}
.rt{
    float: right;
}
.lf{
    float: left;
}
.cl{
    display: table;
    content: "";
    clear:both;
}
.container{
    padding: 0;
    margin: 0;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.contentmain{
    margin-top: 60px;
}
.middle{
    text-align: center;
}
/*导航条*/
.navbar{
    height: 60px;
    position: fixed;
    top: 0;
    display: block;
    z-index: 10001;
    max-width: 640px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #00246e;
}
.nav{
    max-width: 640px;
}
.navbar>a{
    display: inline-block;
}
.navbar>a>img{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
}
.navbar-toggle{
    float: left;
    display: block;
    margin-top: 8px;
    padding: 9px 10px;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
    width: 30px;
    height: 4px;
    border-radius: 2px;
}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top: 6px;
}
.nav-list{
    background-color:#101771;
    display: block;
    width: 50%;
    position: fixed;
    left: -80%;
    z-index: 100001;
    top:0;
}
.nav-list>li>a{
    color: #fff;
    display: block;
    padding: 18px 10px;
    border-bottom: 1px solid #fff;
    font-size: 1.5rem;
    text-align: center;
}
.nav-list>li>a:hover{
    color: #000;
    background: #FFAD00;
}
/*语言切换栏*/
.navbar>.btn-group{
    float: right;
}
.dropdown-menu{
    top: 50%;
    left: -6px;
    min-width: 97px;
    margin-right: 20px;
}
.btn-group>.btn-default{
    float: right;
    line-height:26px;
    height: auto;
    margin-right: 20px;
    width: 86%;
    font-size: 1.5rem;
    margin-top: 15px;
    border-width: 0;
}
/*删除号*/
.nav-list>a{
    position: absolute;
    top: 0px;
    left: 100%;
    background-color: #00246e;
    color: #00246e;
    height: 58px;
    cursor: pointer;
}
.nav-list>a>img:hover{
    background-color: #FFAD00;
}
/*logo*/
.logo{
}
/*在线购买模态框*/
.modal-body{
    width: 94%;
    margin: 0 auto;
}
.modal-header>p{
    margin: 10px 0;
}
.modal-dialog{
    margin: 60px auto;
}
/*标题*/
.title{
    width: 100%;
    background-color: #efefef;
    height: 60px;
}
.title>h3{
    text-align: center;font-weight: bold;
    line-height: 60px;
}
/*按钮*/
.btn-default{
    padding: 0;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 45px;
    width:98%;
    height: 50px;
    border: 2px solid #00246e;
    border-radius: 0;
    line-height: 50px;
    font-size: 2rem;
    color: #00246e;
}
@media screen and (max-width:375px){
    .btn-default{
        height: 50px;
        line-height: 50px;
    }
    .title>h3{
        line-height: 60px;
    }
}
/*公用按钮*/
.pub_button{
    width: 103%;
}
.public>li>a>h3{
    font-size: 1.1666666rem;
    margin: 0;
    width: 100%;
    display:inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #00246e;
    font-weight: normal;
    cursor: pointer;
    color: #fff;
}
/*页脚部分*/
.footer{
    width: 100%;
    height: auto;
    background-color: #efefef;
}
.map_title>h3{
    display: inline-block;
    font-size: 2rem;
    margin-left: 10px;
    color: #000;
}
.map_img>.img-responsive{
    margin: 0 auto;
}
.info{
    margin-top: 20px;
}
.info>p{
    margin: 10px;
    color: #767676;
    font-size: 1.5rem;
}
.info:last-child{
    color: #000;
}
.info>hr{
    border-top: 1px solid #00246e;
}
/*各分页的banner*/
.banner>.bg{
    position: absolute;
    top: 380px;
    left: 10px;
    opacity: 0.8;
}
.banner>h3{
    font-size: 3rem;
    position: absolute;
    top: 385px;
    left: 67px;
}
@media screen and (max-width:414px){
    .banner>.bg{
        position: absolute;
        top: 250px;
        left: 10px;
        opacity: 0.8;
        width: 60%;
    }
    .banner>h3{
        font-size: 3rem;
        position: absolute;
        top: 250px;
        left: 50px;

    }
}

@media screen and (max-width:375px){
    .banner>.bg{
        position: absolute;
        top: 240px;
        left: 10px;
        opacity: 0.8;
    }
    .banner>h3{
        font-size: 3rem;
        position: absolute;
        top: 240px;
        left: 50px;
        line-height: 18px;
    }
}
@media screen and (max-width:320px){
    .banner>.bg{
        position: absolute;
        top: 225px;
        left: 10px;
        opacity: 0.8;
    }
    .banner>h3{
        font-size: 2.5rem;
        position: absolute;
        top: 225px;
        left: 35px;
        line-height: 12px;
    }
}
.about-site>h3{
    text-align: center;
}
.member_title{
    width: 100%;
    background-color: #E5E5E5;
    height: 60px;
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
}
.member_title>img{
    margin-top: 14px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
}
.member_title>h3{
    display: inline-block;
    margin-top: 20px;
    font-weight: 800;text-transform: uppercase;
}
.member_title>img{
    float: right;
    margin-left: -60px;
}
.tab-content>.active{
    margin-top: 30px;
}
.list>li>a>.image{
    float: left;
    width: 40%;
}
.list>li>a>.introduce{
    float: left;
    width: 60%;
    /*background-color: #eee;*/
}

.list>li>a{
    display: block;
    width: 97.18%;
    margin: 0 auto;
}
.list>li{
    margin-bottom: 28px;
}
/*.pub_button{
    margin-top: 20px;
}*/
ul.pub_button>li{
    float: left;
    width: 24%;
    margin: 1px 1px;
}
ul.pub_button h3{
    font-size: 1.6666666rem;
    margin: 0;
    width: 100%;
    display:inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #dcdcdc;
    font-weight: normal;
    cursor: pointer;
}
ul.pub_button h3:hover{
    background-color:#ffae00;
    font-weight: bold;
}
/*标签栏*/
.labs{
    margin-top: 20px;
    overflow: hidden;
}
.labs>li{
    float: left;
    width:48%;
    margin: 1px 0.5%;
    border: 1px solid #00246e;
}
.labs h3{
    margin: 0;
    width: 100%;
    display:inline-block;
    line-height: 40px;
    text-align: center;
    background-color: #dcdcdc;
    font-weight: normal;
    cursor: pointer;
    font-size: 1.666666666666666rem;
}
.labs h3:hover{
    background-color:#ffae00;
    font-weight: bold;
}
.about-site{
    padding-top: 130px;
}
/*企业列表标题栏*/
.member_title img{
    float: right;
    margin-top: 10px;
    margin-right: 18px;
}
.panel-body{
    font-size: 1.5rem;
    color: #333;
    padding: 15px 1px;
}
.panel-body p{color: #666 !important;}
.panel-body img{max-width:100%;}
.panel-body table{width:96%;max-width:100%;border-collapse: collapse;margin: 0px auto;}
.panel-body table td{border: 1px solid #ccc;text-align: center;font-size: xx-small;padding:5px 0px;}
/*尖头塔机Q900*/
.about-site>img{
    width: 96.56%;
    margin: 0 auto;
}
.product-site{
    width: 96%;
    margin: 10px auto;
}
.product-site>h3{
    font-weight: normal;
}
.product-site>hr{
    border-top: 2px solid #00246e;
}
.product-site>ul{
    width: 96.56%;
    margin: 0 auto;
}
.product-site>ul>li{
    width: 97%;
    display: inline-block;
    font-size: 1.5rem;
    color: #777777;
}
.product_acc{
    width: 100%;
    background-color: #e5e5e5;
    overflow: hidden;
}
.product_acc>.img{
    display: inline-block;
    width: 30.31%;

}
.product_acc>.img>img{
    float: left;
    margin:10px;
}
.product_acc>p{
    float: right;
    width: 68.69%;
    font-size: 1.666666667rem;
    padding: 0 9.06%;
    margin-top: 23px;
}
@media screen and (max-width:414px){
    .product_acc>.img{
        display: inline-block;
        width: 40.31%;
    }
    .product_acc>.img>img{
        margin:5px;
    }
    .product_acc>p{
        float: right;
        width: 59.69%;
        font-size: 1.666666667rem;
        padding: 0 2.06%;
        margin-top: 22px;
        font-size: 1.33333333rem;
    }
}
@media screen and (max-width:375px){
    .product_acc>.img{
        display: inline-block;
        width: 43.31%;
    }
    .product_acc>.img>img{
        margin:5px;
    }
    .product_acc>p{
        float: right;
        width: 56.69%;
        padding: 0 2.06%;
        margin-top: 13px;
        font-size: 1.33333333rem;
    }
}
@media screen and (max-width:320px){
    .product_acc>.img{
        display: inline-block;
        width: 51.31%;
    }
    .product_acc>.img>img{
        margin:5px;
    }
    .product_acc>p{
        float: right;
        width: 48.69%;
        padding: 0 2.06%;
        margin-top: 13px;
        font-size: 1rem;
    }
    .labs h3{
        font-size: 1.666666666666rem;
    }
}
.jt_info>a.btn-default{
    background-color: #00246e;
    color: #fff;
}
/*滚动轮播*/
.carousel-inner>.item>img {
    margin-top: 20px;
    margin-bottom: 30px;
}
.carousel-indicators{
    bottom: -10px;
}
.carousel-indicators li{
    border: 1px solid #00246e;
}
.carousel-indicators .active{
    background-color: #00246e;
}
/*上下篇*/

.next{
    width: 96.88%;
    margin: 0 auto;
}
.next>li{
    width: 48%;
}
.next>li>a{
    color: #000;
    display: block;
    font-size: 1.6666666666666666rem;
    line-height: 50px;
}
.panel-heading{
    padding: 0 5px;
}
/*相关工程范例*/
.list>li>a{
    height: 149px;
}
.abcase>h3{
    font-size: 2rem;
    color: #232323;
    width: 80%;
    margin: 15px auto;
}
.abcase>p{
    font-size: 1.77rem;
    color: #7e7e7e;
    width: 80%;
    margin: 16px auto;
}
@media screen and (max-width:414px){
    .abcase>h3{
        font-size: 1.5rem;
    }
    .abcase>p{
        font-size: 1.333333333rem;
    }
    .list>li>a{
        height: 120px;
    }
}
@media screen and (max-width:375px){
    .abcase>h3{
        font-size: 1.333333333rem;
    }
    .abcase>p{
        font-size: 1rem;
    }
    .list>li>a{
        height: 120px;
    }
}
@media screen and (max-width:320px){
    .member_title img {
        margin-top: 22px;
        width: 10%;
    }
    .member_title>h3{
        font-size: 1.666666666rem;
    }
    .abcase>h3{
        font-size: 1.333333rem;
    }
    .abcase>p{
        font-size: 1rem;
    }
    .list>li>a{
        height: 100px;
    }
    .list .image {
        width: 40%;
    }
    .introduce {
        float: left;
        width: 60%;
    }
}
/*在线订购*/
.form-horizontal .control-label{
    padding: 0;
}
.control-label{
    font-size: 1.8rem;
    float: left;
    line-height: 39px;
    font-weight: normal;
    color: #00246e;
}
.form-control{
    width: 80%;
    float: right;
    padding: 20px 12px;
}
@media screen and (max-width:414px){
    .control-label{
        font-size: 1.666666rem;
    }
}
@media screen and (max-width:375px){
    .control-label{
        font-size: 1.5rem;
    }
}
@media screen and (max-width:320px){
    .control-label{
        font-size: 1.3333333rem;
    }
}
