* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
	text-decoration: none;
    color: #222;
}

img {
    width: 100%;
    display: block;
}

body {
    font-family: "Noto Sans SC";
     color: #222;
    font-size: 16px;
    background: url("../images/bg.png") repeat-y center center;
    background-size: contain;

}

.container {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    top: -60px;
}

.tit {
    width: 50%;
    margin: 0 auto 15px auto;
}

.pro-wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.proimg{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.proimg  .imgbg{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url("../images/pic-bg.png") no-repeat center center;
	background-size: contain;
	padding: 10px;
	box-sizing: border-box;
}

.ly-tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.ly-tit img{
	width: 70%;
}

.kb-tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.kb-tit img{
	width: 35%;
}

.proly{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url("../images/ly-bg.png") no-repeat left bottom;
	background-size: 100% auto;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 2;
	margin-bottom: 15px;
}

.ly-text{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url("../images/ly-bg1.png") no-repeat right top;
	background-size: auto auto;
}

.provideo{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}

.videowrap{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
	background: url("../images/v-bg.png") no-repeat left bottom;
	background-size: 50% 60%;
	margin-bottom: 15px;
}

.videowrap p{
	width: 100%;
	height: auto;
	line-height: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: nowrap;*/
}

.videowrap span{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -45px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: url('../images/v-icon.png') no-repeat center center;
	background-size: 100% 100%;
}

.kbnews{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.kbnews ul li{
	width: 100%;
	height: auto;
	line-height: 2;
	background: url("../images/news-tit.png") no-repeat left center;
	background-size: 100% 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: nowrap;*/
	margin-bottom: 10px;
	padding: 0 5px 0 15px;
	box-sizing: border-box;
}

.kbnews ul li:last-child{
	margin-bottom: 0;
}

.bdnews{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.bdnews ul li{
	width: 100%;
	height: auto;
	line-height: 2;
	background: url("../images/li-icon.png") no-repeat left 10px;
	background-size: 12px 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: nowrap;*/
	padding-left: 15px;
	box-sizing: border-box;
}

.bdnews ul li:last-child{
	margin-bottom: 0;
}

.pages_fk{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}

.tit-fk{
	font-size: 18px;
	font-weight: bold;
	color: #0379cd;
}

.footer{
	text-align: center;
	margin: 15px auto 0 auto;
}


.buy {
    position: fixed;
    right: 20px;
    bottom: 220px;
    width: 60px;
    height: 60px;
    z-index: 99;
    text-align: center;
}


@media (min-width: 750px) {
    body {
        width: 750px;
        margin: 0 auto!important;
        font-size: 18px;
        background: none;
        box-sizing: border-box;
        background: url(../images/bg.png) repeat-y center center;

    }

    .container {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        top: -100px;
        padding: 0 10px;
        box-sizing: border-box;
        
    }

    .tit {
        width: 358px;
        margin: 0 auto 15px auto;
    }

    .ly-tit img{
    	width: 45%;
    }

    .kb-tit img{
    	width: 25%;
    }

    .buy {
        position: fixed;
        right: 50px;
        bottom: 80px;
        width: 60px;
        height: 60px;
        z-index: 99;
        text-align: center;
    }
}







