/*@font-face {*/
    /*font-family: "font1";/!*±êÌâ×ÖÌå*!/*/
    /*/!*src: url('../../font/kt.TTF') format('truetype');*!/*/
    /*src: url('../../font/FZSJ-YRXKJW.TTF') format('truetype');*/

/*}*/


body{
    /*background: url("img/gr.png") ;*/
    background: url("img/bj4.png")  ;
    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;
}
.img-block-wrapper{display: inline-block; position: relative; vertical-align: top; margin: 0 60px;}
.img-block{position: relative; display: inline-block; float: left;}
.img-block > a{position: relative; float: left;}
.img-block > a > img{position: relative; float: left; width: 100%;}
.img-block-wrapper.text-bottom .img-block {
    padding-bottom: 70px;
}

.img-block-wrapper.text-bottom .img-block .description-wrapper {
    margin: 0;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}

.img-block-wrapper.text-bottom .img-block .description-wrapper .description {
    padding-left: 0;
    padding-top: 33px;
    text-align: right;
    padding-right: 33px;
    max-width: 100%;
}

.img-block-wrapper.text-bottom .img-block .description-wrapper .description:before {
    content: "";
    position: absolute;
    right: 70px;
    left: auto;
    top: -23px;
    width: 1px;
    height: 50px;
    background-color: #222;
}

.img-block-wrapper.text-bottom .img-block .description-wrapper .description:after {
    content: "";
    position: absolute;
    right: 25px;
    left: auto;
    top: 27px;
    width: 95px;
    height: 1px;
    background-color: #222;
}

.img-block-wrapper.text-bottom .img-block .description-wrapper .description a {
    margin-left: 0;
    margin-right: -10px;
}
.img-block img{
    border: 2px solid #bbb;
    border-radius: 14px;
    box-shadow:  0 0 10px #aaa;
}
.prou {
    margin-top: 120px;
    padding: 15px;

}

.hh {
    height: 200px;
}

.pro_bottom {

    text-align: center;
    margin-top: 50px;
}

.pro_btn a {
    padding: 15px;
    font-size: 22px;
}

#tong,#tong1{
    display: none;
}


.navbar-brand img{
    width: 150px;
}
.prou_two{
    display: none;
}
@media screen and (max-width: 768px){
    .navbar-brand{
        padding: 0 20px;
    }
    .navbar-brand img{
        width: 110px;
    }
    .prou{
        display: none;
    }
    .prou_two{
        margin-top: 75px;
        display: block;
    }
    .two_img{
        margin-top: 20px;
    }
    .two_img img{
        border: 2px solid #bbb;
        width: 300px;
        border-radius: 14px;
        box-shadow:  0 0 10px #aaa;
    }
}