/*商务合作20170612 */

html,body {
	font-family: "Microsoft YaHei";
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	height: 100vh;
}
a{
	text-decoration: none;
	color: #666;
}
*::-webkit-scrollbar{
	display: none;
}

.body_bg{
	background:url(../images/bg.png) no-repeat ; 
	background-size: cover;
}
header{
	width: 100%;
    height: 1.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}
.nav{
    width: 90%;
    height: 1.5rem;
    margin: 0 auto;
    position: relative;
}
.nav img{
    height: 1.1rem;
    margin: .2rem 0;
    display: inline-block;
}
.navBox{
    display: inline-block;
    width: 60%;
    height: 1.5rem;
    line-height: 1.5rem;
    vertical-align: top;
    text-align: right;
}
.navBox a {
    display: inline-block;
    margin: 0 0 0 .5rem;
    text-align: center;
    color: #666;
    position: relative;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.cur::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: calc(50% - 4px);
    bottom: .25rem;
    border: 4px solid #3e94f7;
    border-radius: 50%;
}
.home_container{
	width: 100%;
    margin: 1.5rem 0 2rem;
}
.goods{
	width: 100%;
	margin: 0 auto;
	padding: 2rem 0;
    position: relative;
}
.brief{
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0;
    position: relative;
}
.subtitle{
	height: 1rem;
}
.briefImg{
	width: 90%;
	margin: 0 auto;
}
.service{
	width: 90%;
	padding-top: 1rem;
	margin: .5rem auto;
}
.service .subtitle{
	margin-bottom: .5rem;
}
.center{
	text-align: center;
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flexItem{
	flex: 1;
	text-align: center;
}
.footer{
    width: 100%;
    line-height: .5rem;
    color: #666;
    padding: 1rem 0;
}
@media only screen and (min-width: 750px){
	header{
	    height: 60px;
		box-shadow: 0 0 10px #f1f1f1;
	}
	.nav{
	    height: 60px;
		font-size: 0;
	}
	.nav img{
	    height: 50px;
	    margin: 5px 0;
	}
	.navBox{
	    width: calc(100% - 150px);
	    height: 60px;
	    line-height: 60px;
	}
	.navBox a {
	    font-size: 14px;
	}
	.navBox a.cur {
	    font-weight: bold;
	}
	.cur::before{
	    bottom: 10px;
	}
	.home_container{
		margin: 0;
	}
	.goods{
		width: 60%;
		padding: 100px 0;
	}
	.brief{
		width: 60%;
		padding: 100px 0;
	}
	.briefImg{
		width: 80%;
		padding: 20px 0;
	}
	.subtitle{
		height: 50px;
	}
	.service{
		padding-top: 50px;
		margin: 0 auto;
		width: 40%;
	}
	.service .subtitle{
		margin-bottom: 20px;
	}
	.footer{
	    line-height: 25px;
	    padding: 50px 0 20px;
	}
}