/*@font-face {*/
    /*font-family: "zq";/!*标题字体*!/*/
    /*src: url('../../font/FZZQJW.TTF') format('truetype');*/

/*}*/
/*@font-face {*/
    /*font-family: "font1";/!*标题字体*!/*/
    /*/!*src: url('../../font/kt.TTF') format('truetype');*!/*/
    /*src: url('../../font/FZSJ-YRXKJW.TTF') format('truetype');*/


/*}*/
/*@font-face {*/
    /*font-family: "yw";/!*标题字体*!/*/
    /*src: url('../../font/yw.ttf') format('truetype');*/
/*}*/
body{
    /*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;
}
.top{
    margin-top: 110px;
    height: 500px;

}
.top_body{
    width: 100%;
    height: 100%;
    /*background: url("images/ls017.jpg")center no-repeat;*/
    /*background-size: cover;*/
    /*animation:frams 15s infinite;*/
    background: url("images/ls017.jpg"),url("images/ls049.jpg"),url("images/ls051.jpg");
    background-size: cover;
    animation: frams 15s linear infinite;

}
.top_info{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@keyframes frams {
    0%{
        background: url("images/ls017.jpg") center no-repeat;
        background-size: cover;
    }
    30%{
        background: url("images/ls017.jpg") center no-repeat;
        background-size: cover;
    }
    40%{
        background: url("images/ls049.jpg") center no-repeat;
        background-size: cover;
    }
    60%{
        background: url("images/ls049.jpg") center no-repeat;
        background-size: cover;
    }
    70%{
        background: url("images/ls051.jpg") center no-repeat;
        background-size: cover;


    }
    90%{
        background: url("images/ls051.jpg") center no-repeat;
        background-size: cover;


    }
    100%{
        background: url("images/ls017.jpg") center no-repeat;
        background-size: cover;


    }
}
.row_body{
    border: 1px solid #ffffff;
    box-shadow: 0 0 10px #aaa;
    border-radius: 10px;
}
.left img,.right img{
    width: 100%;
    /*height: 100%;*/
    transition: all 0.6s;
}
.myimg{

    overflow: hidden;

}
.myimg img:hover{
    transform: scale(1.1);
}
.our{
    margin-top: 30px;
    margin-bottom: 30px;
}
.our img{
    width: 138px;
}

.our_title{
    padding: 10px;
    width: auto;
}
.our_title span {
    padding: 10px;

}
.product{
    box-shadow: 0 0 10px #aaa;
    padding-top: 20px;
}
.pr_title{
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: url("images/bt.png") no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pr_h{
    font-size: 24px;
    font-family: font1;
    margin-top: -25px;
}
.product .container{
    padding: 0;
    background-image: url("../../images/bj.png") ;
    background-size: contain;
}
.product{
    margin-top: 20px ;
    /*margin-bottom: 20px;*/
    padding-bottom: 20px;
}
.left_top{
    border-radius: 10px 10px 0 0 ;
}
.left_bottom{
    border-radius: 0 0 10px 10px;
}
.right_top{
    border-radius: 10px 10px 0 0 ;
}
.right_bottom{
    border-radius: 0 0 10px 10px;
}
.left_top,.right_bottom{
    height: 480px;
    /*border: 1px solid;*/
    background-color: rgba(163,118,151,0.5);
}
.left_bottom,.right_top{
    height: 240px;
    /*border: 1px solid;*/
    background-color: rgba(163,118,151,0.5);

}

.one{
    font-size: 48px;
    font-family: zq;
    /*font-style:italic;*/
    text-shadow:3px 1px 1px #000;
    color: #fff;
}
.two{
    font-family: yw;
    font-size: 26px;
    text-shadow:3px 3px 3px #000;
    color: #fff;
}
.three{
    margin-top: 20px;
    font-family: zq;
    text-shadow:3px 3px 3px #000;
    color: #fff;
    font-size: 30px;
}
.three span{
    padding:  0 10px;
}
.bottom_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family:font1 ;
}
.bottom_text h2{
    margin-bottom: 20px;
    margin-top: 0;
}
.bottom_text p{
    font-size: 20px;
    margin-top: 10px;
}
.service{
    height: 300px;
    font-size: 22px;
    font-family: font1;

    /*background: #e5d5ef;*/
}
.ser{
    height: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.ser_left,.ser_right{
    flex-grow: 1;
    text-align: center;
}
.ser_right{
    display: flex;
    flex-direction: row;
}
.right_one,.right_two{
    flex-grow: 1;
    text-align: center;
}
.record{
	font-family: "微软雅黑";
	font-size: 12px;
	text-align: center;
}
.record a{
	text-decoration: none;
	color: black;
}
.record a:hover{
	color: #2196F3;
}

@media screen and (max-width: 768px){
    .navbar-brand{
        padding: 0 20px;
    }
    .navbar-brand img{
        width: 110px;
    }
    .top{
        margin-top: 75px;
        height: 300px;
    }
    .one{
        font-size: 24px;
    }
    .two{
        font-size: 16px;
    }
    .three{
        font-size: 12px;
    }
    .three span{
        padding: 0 5px;
    }
    .our img{
        width: 80px;
    }
    .left_top,.right_bottom{
        height: 380px;
        /*border: 1px solid;*/
        text-align: center;
    }
    .left_bottom,.right_top{
        height: 140px;
        /*border: 1px solid;*/
        background-color: rgba(163,118,151,0.5);

    }

    .our_title{
        font-size: 12px;
    }
    .product h2{
        font-size: 26px;
    }
    .bottom_text p{
        font-size: 16px;
    }
    .service{
        height: auto;
        font-size: 16px;
        font-family: font1;
        margin-top: 20px;
        /*background: #e5d5ef;*/
    }

    .ser{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
}
