/*子页样式*/
.main-wrapper{
	background-attachment: fixed ! important;/*固定背景*/
    background-repeat: no-repeat ! important;
    background-size: cover ! important;
    background-position: center ! important;
    overflow: hidden ! important;/*溢出隐藏消除滚动条*/
    width: 100%;
    height: 400px;
}
.main-wrapper-1{
    background-image: url(../img/banner-1.jpg);
}

.main-wrapper-2{
    background-image: url(../img/banner-2.jpg);
}

.main-wrapper-3{
    background-image: url(../img/banner-3.png);
}

.main-wrapper-4{
    background-image: url(../img/banner-4.png);
}

.main-wrapper-5{
    background-image: url(../img/banner-5.jpg);
    background-position: 0px -200px !important;
}

/*子页banner*/
.advert{
	width: 100%;
	height: 400px;
	background-color: rgba(0,0,0,0.2);
}

.advert h1{
	color: #fff;
	position: relative;
	top: 200px;
	text-align: center;
	font-size: 32px;
}

.advert h2{
	color: #fff;
	position: relative;
	top: 200px;
	text-align: center;
	font-size: 28px;
}
/*子页内容*/
section{
	background-image: url("../img/bk.png");
	background-repeat: repeat-y;
	background-size: cover;
	width: 100%;
	height: 100%;
	border-top: 2px #003366 solid;
}
.box{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.box-left{
	width: 20%;
	padding-bottom: 40px;
	background-color:  rgba(0,51,102,.8);
	float: left;
	display: inline-block;
	border-radius: 0px 0px 50px;
	position: relative;
	top: -50px;
}

.box-left .title{
	position: relative;
	top: -20px;
	width: 100%;
	height: 50px;
	background-color: rgb(0,51,102);
}

.box-left h3{
	position: relative;
    color: #fff;
    text-align: center;
    font-size: 20px;
    top: 14px;
}

.box-left ul{
	width: 100%;
    margin: 0;
    padding-left: 20px;
}

.box-left li{
	color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin: auto;
    width: 100px;
/*    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;*/
}

/*动画效果*/
/*.box-left li:hover{
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
    -moz-transform:translateX(20px);
    -o-transform:translateX(20px);
    -ms-transform:translateX(20px);
}*/

.box-left li a{
	color: #fff;
	text-decoration: none;
}

.box-right{
	float: right;
	display: inline-block;
	width: 70%;
	margin-top: 40px;
}

.box-right .box-right-top{
	padding-bottom: 40px;
}

.box-right .box-right-top ul{
	list-style: none;
	border-bottom: 2px solid rgb(0,51,102);
	padding-left: 0px;
	padding-bottom: 10px;
}

.box-right .box-right-top ul li{
	display: inline-block;
	color: #555;
	font-size: 16px;
	text-align: left;
}

.box-right .box-right-mid{
	width: 100%;
	padding: 40px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow:0 0 10px rgba(204,204,204, .5);
    -moz-box-shadow:0 0 10px rgba(204, 204, 204, .5);
    box-shadow:0 0 10px rgba(204, 204, 204, .5);
}

.box-right .box-right-mid .box-text{
    float: right;
    display: inline-block;
    width: 30%;
}

/*右侧文本段落样式*/
.box-right .box-right-mid h4{
	color: #003366;
}

.box-right .box-right-mid ul{
    margin: 0px 10px;
    padding: 0px 10px;
}

/*微信二维码*/
.box-right .box-weixin p{
    text-align: center;
}

.box-right .box-weixin .wixin-abs{
	display: inline-block;
	float: left;
	width: 300px;
}

.box-right .box-weixin .wixin-abs span{
	display: block;
	width: 160px;
	height: 160px;
	background-image: url("../img/wechat.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.box-right .box-weixin .wixin-fa{
	display: inline-block;
	float: left;
    width: 300px;
}

.box-right .box-weixin .wixin-fa span{
	display: block;
	width: 160px;
	height: 160px;
	background-image: url("../img/weixin-fa.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.box-right .box-weixin .wixin-info{
	position: relative;
	display: inline-block;
	float: left;
	width: 300px;
	padding-top: 40px;
}

.box-right .box-weixin .wixin-info a{
	text-decoration: none;
    display: block;
    text-align: center;
    line-height: 30px;
    width: 200px;
    height: 36px;
    margin: 20px auto;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: 1px #fff solid;
    border-color: rgba(0,51,102,1);
    color: rgba(0,51,102,1);
}

.box-right .box-weixin .wixin-info a:hover{
    -webkit-box-shadow:0 0 20px rgba(0,51,102, .3);
	-moz-box-shadow:0 0 20px rgba(0,51,102, .3);
    box-shadow:0 0 20px rgba(0,51,102, .3);
}

.box-right .box-weixin .wixin-info p{
	text-align: left;
	padding-left: 40px;
}

.box-right .box-right-mid .box-contact{
	display: inline-block;
	float: left;
	padding-right: 40px;
}

.box-right .box-right-mid .box-contact .wechat{
	display: block;
	width: 160px;
	height: 160px;
	background-image: url("../img/wechat.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}


/*case1智能货架*/
.casehj h5{
	text-align: center;
}
.casehj p{
	font-size: 12px;
    line-height: 10px;
    text-align: left;
}
.casehj img{
	height: 240px;
}

.caseImgBox{
	margin:30px 0;
}

.caseImg{
	width: 100%;
	height: 350px;
}

/*abouts*/
.conteways{
	margin-top:20px;
	padding-left: 20px}
.conteways span{
	border: 1px solid #3598F3;
    color: #3598F3;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 12px;
}
.team{
	color: #003366;
	font-size: 16px;
	margin-right: 30px;
	width: 80px;
    display: inline-block;
}

.advantage{margin: 20px 0;}
.advantage .figure img{width:196px;border-radius: 50%;height:196px;overflow:hidden;}
.advantage >div{padding:0;}
.advantage .figure{padding:0 52px;text-align: center;}
.advantage .figure h3{font-size: 16px;line-height: 25px;margin-top: 10px;text-align: left;}

/*certificate*/
.figure{
	margin: 0px;
}
.flexBox img {
    height: 180px;
    /*width: 250px;*/
}

.figure>div{
	text-align: center;
    height: 260px;
    padding: 0px;
}
.figure span {
    float: left;
    width: 195px;
    padding-top: 5px;
    height: 260px;
    overflow: hidden;
    background: url(../img/ry.png) no-repeat;
    background-size: cover;
    z-index: 11;
}
.figure span.a1 {
    background-position: 0px 0px;
}
.figure span.a2 {
    background-position: -197px 0px;
}
.figure span.a3 {
    background-position: -388px 0px;
}
.figure span.a4 {
    background-position: -584px 0px;
}
.figure span.a5 {
    background-position: -779px 0px;
}
.figure span.a6 {
    background-position: -976px 0px;
}
.figure span.a7 {
    background-position: -1169px 0px;
}
.figure span.a8 {
    background-position: -1363px 0px;
}
.figure span.a9 {
    background-position: -1554px 0px;
}
.figure span.a10 {
    background-position: -1740px 0px;
}
.figure span.a11 {
    background-position: -1933px 0px;
}
.figure span.a12 {
    background-position: -2124px 0px;
}

/*buy*/
.box-right .box-right-mid .box-contact .hj{
	display: block;
	width: 180px;
	height: 200px;
	background-image: url("../img/hj.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}
.box-buy{
	margin-top:40px;
}
.box-buy a{
	line-height: 36px;
}
.box-buy a:hover{
	text-decoration: none;
}
.box-buy .model{
	margin: 15px 0;
}

.modal-body .form-group span{
	color:red;
}
/*news*/
.newsContent small{
	padding-left: 20px;
}
.newsContent a{
	text-decoration: none;
}
.newsContent a:hover,.newsContent small:hover{
	color:rgb(0,51,102);
}
.newBody{
	width: 700px;
	margin:100px auto;
}
.newBody h3,.newBody h4,.newBody h5{
	text-align: center;
}
@media  screen  and (max-width: 768px) {

	.advert {
		height: 300px;
	}

	.advert h1 {
		top: 150px;
	}

	.advert h2 {
		top: 150px;
	}

	.main-wrapper {
		height: 300px;
	}

	#newsTogger {
		top: 40px !important;
	}

	.casehj img {
		width: 100%;
	}

	.team {
		display: block;
	}

	.figure > div {
		padding: 0px;
		margin-left: -10px;
		margin-bottom: 2px;
		height: 220px;
	}

	.figure > div > span {
		z-index: 999;
		transition: all 1s;
		-ms-transform: scale(0.8, 0.8);
		-moz-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		-o-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}

	.conteways {
		margin: 0px;
		padding: 0px;
	}

	.conteways span {
		margin: 0px;
		border: none;
		font-size: 8px;
		padding: 0 5px 0 0;
	}

	.caseImgBox {
		margin: 15px 0;
		text-align: center;
	}

	.caseImg {
		width: 120px;
		height: auto;
		margin: auto;
	}
}
	/*case底部防超出*/
	.box-right .box-weixin .wixin-abs, .box-right .box-weixin .wixin-info {
		width: 100%;
	}

	@media (min-width: 992px) {
	}
