/*@font-face {*/
    /*font-family: "font1";/!*标题字体*!/*/
    /*/!*src: url('../../font/kt.TTF') format('truetype');*!/*/
    /*src: url('../../font/FZSJ-YRXKJW.TTF') format('truetype');*/


/*}*/

body{
    background: url("img/bj2.png") no-repeat;
    background-size: 100% 100%;
    /*font-family: font1;*/

}
body::-webkit-scrollbar {
    width: 2px;
    height: 5px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4262A9;
}
.navbar-brand img{
    width: 150px;
}
.compy{
    margin-top: 120px;
}
.com_info{
    height: 500px;
    background: rgba(203,243,254,0.6);
    border: 1px solid #f3f3f3;
    position: relative;

}
/*.info_bottom{*/
    /*position: absolute;*/
    /*bottom: 0px;*/
/*}*/
#map{
    height: 500px;
    margin-top: 50px;
    background: #e3e3e3;
    border: 1px solid #f3f3f3;
}


.com_info img{
    width: 350px;
    margin-bottom: 20px;
}
.mytable{
    margin: 0 auto;
    font-size: 20px;
    color: #324b9c;
}
.mytable tr{
    line-height: 44px;
}
.tab_one{
    width: 30%;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}
.tab_two{
    text-align: left;
    padding-left: 20px;
}
table,table tr  { border:1px solid #fff; }
@media screen and (max-width: 768px){
    .navbar-brand{
        padding: 0 20px;
    }
    .navbar-brand img{
        width: 110px;
    }
    .compy{
        margin-top: 75px;
        height: 300px;
    }
    .com_info img{
        width: 250px;
    }
    #map{
        height: 200px;

    }
    .com_info{
        height: auto;
    }
}