﻿.header {
	background: #000000;
	height: 60px;
}

.header .logo {
	height: 60px;
	float: left;
	width: 213px;
	overflow: hidden;
}

/*导航部分*/
.header .nav {
	float: right;
}

.header .nav li {
	border-left: #4d4d4d solid 1px;
	cursor: pointer;
	height: 60px;
	float: left;
}

.header .borderRight {
	border-right: #4d4d4d solid 1px;
}

.header .nav a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .navIndex {
	width: 68px;
	height: 60px;
	overflow: hidden;
	background: url(../Images/nav1.jpg) no-repeat;
}

.header .navIndex:hover {
	background: url(../Images/nav1.jpg) no-repeat;
	background-position: -69px 0px;
	width: 68px;
}

.header .navAbout {
	width: 68px;
	height: 60px;
	overflow: hidden;
	background: url(../Images/nav2.jpg) no-repeat;
}

.header .navAbout:hover {
	background: url(../Images/nav2.jpg) no-repeat;
	background-position: -69px 0px;
	width: 68px;
}

.header .navCulture {
	width: 68px;
	height: 60px;
	overflow: hidden;
	background: url(../Images/nav3.jpg) no-repeat;
}

.header .navCulture:hover {
	background: url(../Images/nav3.jpg) no-repeat;
	background-position: -71px 0px;
	width: 68px;
}

.header .navBrand {
	width: 68px;
	height: 60px;
	overflow: hidden;
	background: url(../Images/nav4.jpg) no-repeat;
}

.header .navBrand:hover {
	background: url(../Images/nav4.jpg) no-repeat;
	background-position: -71px 0px;
	width: 68px;
}

.header .navProject {
	width: 68px;
	height: 60px;
	overflow: hidden;
	background: url(../Images/nav5.jpg) no-repeat;
}

.header .navProject:hover {
	background: url(../Images/nav5.jpg) no-repeat;
	background-position: -71px 0px;
	width: 68px;
}

.header .navNews {
	width: 68px;
	height: 60px;
	overflow: hidden;
	background: url(../Images/nav6.jpg) no-repeat;
}

.header .navNews:hover {
	background: url(../Images/nav6.jpg) no-repeat;
	background-position: -71px 0px;
	width: 68px;
}

.header .navProducts {
	width: 68px;
	height: 60px;
	overflow: hidden;
	background: url(../Images/nav7.jpg) no-repeat;
}

.header .navProducts:hover {
	background: url(../Images/nav7.jpg) no-repeat;
	background-position: -71px 0px;
	width: 68px;
}

.header .navContact {
	width: 68px;
	height: 60px;
	overflow: hidden;
	background: url(../Images/nav8.jpg) no-repeat;
}

.header .navContact:hover {
	background: url(../Images/nav8.jpg) no-repeat;
	background-position: -71px 0px;
	width: 68px;
}

.header .navDownLoad {
	width: 68px;
	height: 60px;
	overflow: hidden;
	background: url(../Images/nav9.jpg) no-repeat;
}

.header .navDownLoad:hover {
	background: url(../Images/nav9.jpg) no-repeat;
	background-position: -71px 0px;
	width: 68px;
}
/*内页公共部分*/
.banner {
	width: 1000px;
	height: 300px;
	overflow: hidden;
}

/*搜索部分*/
.searchContaienr {
	background-color: #e7e7e7;
	height: 42px;
}

.searchContaienr .search {
	height: 100%;
}

.searchContaienr .topHotSearch {
	line-height: 42px;
	float: left;
}

.searchContaienr .searchCtrl {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}

.searchCtrl .inputCtrl {
	float: left;
	margin-right: 0px;
	padding-right: 0px;
}

.searchCtrl .inputCtrl input {
	border-right: 0px;
	outline: none;
	width: 194px;
}

.searchCtrl .searBtn {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

.searchCtrl .searBtn input {
	background: url(../Images/searchBtn.jpg) no-repeat;
	width: 41px;
	height: 22px;
	cursor: pointer;
	border: 0px;
	outline: none;
}

/*左右布局*/
.innerContentContainer {
	background-color: #f9f9f9;
	padding-top: 5px;
}

.innerContentContainer .innerContent {
	background-color: #ffffff;
	border: #ffffff solid 1px;
	border-radius: 5px;
}

.innerContent .leftContent{
	width: 218px;
	float: left;
	overflow: hidden;
}

.innerContent .rightContent {
	width: 772px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.rightContent .innerNav {
	border: #cfcfcf solid 1px;
	border-radius: 5px;
	width: 770px;
	height: 30px;
	line-height: 30px;
}

.rightContent .innerContent {
	margin-top: 10px;
	border: #cfcfcf solid 1px;
	border-radius: 5px;
	width: 750px;
	padding: 10px;
}

/*category样式*/
.category .categoryTop {
	background: url(../Images/categoryTop.jpg) no-repeat;
	width: 218px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	color: #ffffff;
}

.category .categoryList {
	border: #f47424 solid 1px;
	border-bottom-right-radius: 10px;
}

.category ul{
	margin-bottom: 20px;
}

.category li {
	width: 178px;
	margin: 0 auto;
	text-align: left;
	height: 37px;
	line-height: 37px;
	background: url(../Images/categoryLiIcon.jpg) no-repeat 10px 12px;
	overflow: hidden;
	border-bottom: #d9d9d9 dashed 1px;
	padding-left: 30px;
}

.category a 
{
	display: block;
}

/*内页左侧联系我们样式*/
.innerContact {
	margin-top: 20px;
	margin-bottom: 20px;
}

.innerContact .title {
	width: 219px;
	height: 42px;
	background: url(../Images/innerContactBg.jpg) no-repeat center;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.innerContact .content{
	border: #f47424 solid 1px;
	width: 195px;
	overflow: hidden;
	margin-left: 1px;
	padding: 10px;
}



/*图片列表样式*/
.imageList {
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}

.imageList li {
	float: left;
	margin: 10px;
}

.imageList li:hover {
	box-shadow: 2px 2px 10px #888888;
}

.imageList img {
	border: #e5e5e5 solid 1px;
	padding: 2px;
}

.imageList p {
	text-align: center;
	line-height: 30px;
}

/*左边图标，右边信息样式*/
.imgInfosList li{
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: #bfbfbf solid 2px;
	padding-bottom: 10px;
}

.imgInfosList .leftImg {
	float: left;
	width: 100px;
	margin-right: 20px;
}

.imgInfosList .rightInfo {
	float: left;
	width: 630px;
}

.imgInfosList p.title {
	font-size: 16px;
	font-weight: bold;
}


/*资讯样式*/
.infosList p.title {
	font-size: 16px;
	font-weight: bold;
}

.infosList p.detail
{
	 color: #535353;
}

.infosList li {
	margin-top: 10px;
	margin-bottom: 20px;
}

/*资讯详情页*/
.InfosDetailContainer .title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.InfosDetailContainer .pubTime {
	text-align: center;
	display: block;
	margin: 10px auto 10px auto;
}

.InfosDetailContainer .bigImg {
	text-align: center;
	display: block;
	margin: 10px auto 10px auto;
}
/*内页公共样式结束*/
/*走进英龙*/



/*新闻资讯*/

/*新闻详情*/


/*产品中心*/

/*产品详情*/
.pdtContainer .title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.pdtContainer img {
	display: block;
	margin: 20px auto;
}

.imgContainer {
	width: 350px;
	float: left;
}

.imgContainer .showBigImg {
	width: 350px;
	padding: 10px;
	background-color: #e7e7e7;
	border: #e7e7e7 solid 1px;
	border-radius: 5px;
}

.imgContainer .smallImg {
	margin-top: 10px;
}


.zoomWrapper {
	margin-left: 41px;
}

.pdtDetail {
	width: 355px;
	float: left;
	padding: 10px;
	overflow: hidden;
	margin-left: 25px;
}

.pdtDetail .pdtName {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #d9d9d9 dashed 1px;
	line-height: 30px;
}

.pdtDetail p {
	line-height: 30px;
}

.pdtDetail .jiathis_style_32x32 {
	display: block;
	width: 289px;
	margin: 0 auto;
}

.buyBtn a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	background: #464b51;
	padding: 10px 20px 10px 20px;
	width: 70px;
	margin-top: 20px;
}

.imgLine {
	border-bottom: #cfcfcf dashed 1px;
}

.ptdInfo{
	border-bottom: #464b51 solid 2px;
	margin-top: 30px;
}

.ptdInfo .title {
	padding: 10px 20px 10px 20px;
	background-color: #464b51;
	font-size: 16px;
	color: #ffffff;
	display: block;
	width: 65px;
}

.pdtInfoImg {
	margin-top: 10px;
	margin-bottom: 20px;
}

.pdtInfoImg img {
	max-width: 750px;
}

.buyPdt{
	background-color: #f0f0f0;
	height: 40px;
	border: #f0f0f0 solid 1px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.buyPdt .title {
	color: #ff0000;
	line-height: 40px;
	font-size: 16px;
	margin-left: 20px;
	font-weight: bold;
}

/*留言*/
.leave_msg_container
{
    padding: 10px;
}

.leave_msg_container .left_text
{
    width: 80px;
    text-align: right;
}

.leave_msg_container .left_text div
{
    height: 50px;
    line-height: 50px;
}

.leave_msg_container .right_input div
{
    height: 50px;
    line-height: 50px;
}

.leave_msg_container .right_input input
{
    width: 300px;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.leave_msg_container .right_input textarea
{
    border: 1px solid #ccc;
}

.leave_msg_container .content_text
{
    height: 200px;
}


.leave_msg_container .msg_content_container .content
{
    height: 100px;
    width: 500px;
    font-size: 14px;
}

.leave_msg_container .opts
{
    margin-left: 100px;
}

.leave_msg_container .msg_submit
{
    background: url(../Images/btn_submit.png) no-repeat;
    width: 105px;
    height: 29px;
    border: 0px;
    outline: none;
}

.leave_msg_container .msg_reset
{
    background: url(../Images/btn_reset.png) no-repeat;
    width: 105px;
    height: 29px;
    border: 0px;
    outline: none;
}




/* 响应式图片盒子 */

.imgBox {
	position: relative;
}

	.imgBox img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}

.productList .imgBox {
	width: 100%;
	padding-bottom: 43.5%;
}
.productList li {
	width: 48%;
	margin: 1%;
}