/*搜索*/
.name_commonbox{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.name_common{
	float: left;
	font-size:24px;
	color: #0080d5;
}
.select_common{
	float: right;
}
.select_common input.text{
	width: 288px;
	height: 30px;
	line-height: 30px;
	float: right;
	border:1px solid #e6e6e6;
	text-indent: 6px;
}
.select_common input.submit{
	width: 60px;
	height: 32px;
	color: #fff;
	line-height: 32px;
	font-size:14px;
	cursor: pointer;
	background: #0080d5;
	border:0 none;
	float: right;
}
/*搜索 end*/

.chosebox{
	margin:0 auto;
	overflow: hidden;
	padding:15px 0;
}
.chosetext{
	width: 1200px;
	margin:0 auto;
	height: 40px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.chosetext a{
	width: 90px;
	padding-right:20px;
	text-align:left;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	color:#666;
	font-size:16px;
}
.chosetext a:hover{
	color: #0080d5;
}
.chosetext a.current{
	color: #0080d5;
}

.open{
	width:78px;
	padding-left:20px;
	border:1px solid #e6e6e6;
	color: #666;
	text-align: center;
	float: right;
	cursor: pointer;
}
.open:hover{
	border:1px solid #0080d5;
	color: #0080d5;
}
.open i{
	display: inline-block;
    margin-bottom: 2px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width:8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 5px;
}
.open:hover i{
	display: inline-block;
    margin-bottom: 2px;
    border-top: 1px solid #0080d5;
    border-right: 1px solid #0080d5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width:8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 5px;
}

ul.productbox{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
ul.productbox li{
	width: 192px;
	float: left;
	margin-right: 60px;
	margin-bottom: 20px;
}
ul.productbox li.none{
	margin-right: 0px;
}
ul.productbox li img{
	width: 192px;
	height: 192px;
}
.protxt{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size:16px;
	color: #333;
	text-align: center;
}

/*公司简介*/
.profile{
	margin:0 auto;
	overflow:hidden;	
	padding: 10px 0px;				
}
.profiletext{
	margin:0 auto;
	overflow: hidden;
}
.profile_title{
	font-size:20px;
	color: #333;
}
.profile_article{
	margin-bottom: 10px;
}
.profile_article p{
	font-size:14px;
	line-height: 30px;
	color: #666;
}
.profile_article p img{
	max-width: 1200px;
}
i.timeicon{
	width: 18px;
	height: 18px;
	display: inline-block;
	background:url(../image/timeicon.png);
	margin-right:5px;
	position: relative;
	top: 3px;
}



/*热门新闻*/
.hot_news{
	margin: 0 auto;
	overflow: hidden;
}
.hot_newtitle{
	height: 50px;
	line-height: 50px;
	font-size:18px;
	color: #333;
	font-weight: bold;
}
.hot_newtitle i{
	width: 3px;
	height: 20px;
	float:left;
	background: #0080d5;
	position: relative;
	top:15px;
	margin-right: 10px;
}
ul.hot_newcont{
	overflow: hidden;
}
ul.hot_newcont li{
	width: 45%;
	float: left;
	padding-right: 5%;
	color: #666;
}
ul.hot_newcont li a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
}
.newtxt{
	display: inline-block;
	padding-right: 30px;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	font-size:14px;
}
.newtxt:hover{
	color: #0080d5;
}
.newtime{
	float: right;
	font-size:14px;
	height: 36px;
	line-height: 36px;
	color: #999;
}



