/*@font-face {*/
    /*font-family: "font1";/!*标题字体*!/*/
    /*/!*src: url('../../font/kt.TTF') format('truetype');*!/*/
    /*src: url('../../font/FZSJ-YRXKJW.TTF') format('truetype');*/


/*}*/

body{
    background: url("../contact/img/bj1.png") no-repeat;
    background-size: cover;
    /*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;
}
.dg{
    margin-top: 120px;

}
.dg_info{
    position: relative;
    height: 1100px;
    background: rgba(203,243,254,0.6);
    border: 1px solid #f3f3f3;
}
.rw{
    position: absolute;
    left: -155px;
    top: -10px;
    height: 300px;
    width: 300px;
}
.rw img{
    width: 100%;
}
.one{
    margin-left: 150px;
    margin-right: 10px;

}
.info h2{
    text-align: center;
    color: #324b9c;
    font-family: font1;
}
.mytable{
    width: 100%;
    font-size: 16px;
}
.mytable tr{
    line-height: 34px;
}
.tab_one{
    width: 20%;
}
.tab_two{
    text-align: left;
    padding-left: 20px;
}
table,table tr th, table tr td { border:1px solid #fff; }
.navbar-brand img{
    width: 150px;
}
@media screen and (max-width: 768px){
    .navbar-brand{
        padding: 0 20px;
    }
    .navbar-brand img{
        width: 110px;
    }

}
@media screen and (max-width: 1440px) and (min-width: 1200px)  {
    .rw{
        left: -46px;
        top:-22px;
        height: 200px;
        width: 200px;
    }

}
@media screen and (max-width: 1199px) and (min-width: 992px)  {
    .rw{
        left: -46px;
        top:-22px;
        height: 200px;
        width: 200px;
    }

}
@media screen and (max-width: 991px) and (min-width: 769px){
.rw{
    left: -102px;
    top:9px;
    height: 200px;
    width: 200px;
}
}
@media screen and (max-width: 768px){
    .rw{
        display: none;
    }
    .one{
        margin-left: 10px;
    }
}
@media screen and (max-width: 407px){
    .tab_one{
        width: 30%;
    }
}
@media screen and (max-width: 505px){
    .dg_info{
        height: auto;
    }
}