*{
	margin: 0;
	padding: 0;
}

body{
	background:#f5f7fa;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}

.nav{
	height:60px;
	line-height:60px;
}
.nav-container{
	width:1200px;
	margin:0 auto;
	height:60px;
	font-size:16px;
	color:#666;
	padding-right: 15px;
    padding-left: 15px;
}
.nav-container .glyphicon{
	line-height:60px;
	
}
.nav-container a{
	color:#666;
	margin: 0 10px;
}
.nav-container a:hover{
	color:#265791;
	text-decoration: underline;
}

.banner{
	width: 100%;
    height: 300px;
    background: url(/img/banner/banner16.jpg) 100% 80%;
    position: relative;
}
.banner-text{
	width:100%;
	text-align:center;
	margin-top:90px;
	padding:5px 0;
	text-shadow: 2px 2px 5px rgba(0,0,0,.8);
	color:#fff;
	background: rgba(0,0,0,.3);
}
.banner-item1 {
    font-size: 40px;
}
.banner-item2 {
    font-size: 20px;
}

.header{
	background: #fff;
}
.wrap{
	width:100%;
}

.container{
	width:1200px;
	margin:0 auto;
	padding-left:0;
	padding-right:0;
}

.type{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
}
.type-header{
	height: 68px;
    line-height: 68px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    background:url('/img/publicity/type-header.png');
}

.type-item{
	float:left;
	width:600px;
	height:270px;
	background:#fff;
	transition: all .5s;
    -webkit-transition: all .3s;
}
.type-item:hover{
	cursor: pointer;
	background:#333;
	transform: scale(1.05);
	-ms-transform:scale(1.05); 
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.type-item:hover .type-title{
	color:#fff;
}
.type-box{
	height: 225px;
	margin-top:30px;
}
.type-item img{
	display:block;
    width: 90px;
    height: 90px;
	margin: 35px auto 0px auto;
    overflow: hidden;
}
.type-title{
	font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    color: #1b232e;
    text-align: center;
}
.type-txt{
	color: #999;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.other{
	margin:20px 0;
}
.other-item{
	display:inline-block;
	width:100px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-bottom:2px solid #01aa94;
	cursor: pointer;
	margin-right:30px;
}
.other-item:hover{
	background:#01aa94;
	color:#fff;
}
.active{
	background:#01aa94;
	color:#fff;
}

.line{
	overflow:hidden;
	margin-bottom:20px;
	background:#fff;
}

.pro-bra{
	background:#01a792;
}
.pro-bra-name{
	font-size:30px;
	text-align:center;
	color:#fff;
	padding:10px 0;
}

.pro-mod{
	
}
.pro-mod-item{
	float:left;
	width:240px;
	height:200px;
	border:1px solid #eee;
	background:#fff;
}
.pro-mod-item:hover{
	cursor: pointer;
	border:1px solid #00806f;
}
.pro-mod-item img{
	float:left;
    width: 115px;
    height: 120px;
	margin: 30px 0px;
	margin-left:10px;
}
.pro-mod-name{
	display: flex;
    align-items: center;
	float:left;
	width: 85px;
    height: 180px;
    font-size:15px;
    text-align:center;
    font-weight: 700;
    color:#00806f;
    word-break: break-all;
}


.footer-top,
.footer-top-ul{
	background: #f5f7fa !important;
}
