@charset "utf-8";

#main {
	width: 100%;
	height: auto;
	display: table;
	background: url(../images/mainBg.jpg) top center;
	margin-top: 103px;
	position: relative;
}
#main .mainBL, #main .mainBR, #main .mainTR {
	position: absolute;
}
#main .mainBL {
	bottom: 0px;
	left: 0px;
	width: 206px;
	height: 417px;
	background-image: url(../images/mainBL.png);
}
#main .mainBR {
	bottom: 0px;
	right: 0px;
	width: 538px;
	height: 485px;
	background-image: url(../images/mainBR.png);
}
#main .mainTR {
	top: 40px;
	left: 50%;
	width: 388px;
	height: 206px;
	padding-left: 406px;
	background: url(../images/mainTR.png) no-repeat top right;
	z-index: 1;
}
#main .main {
	width: 1040px;
	/*margin: 0px auto;*/
	display: table;
	padding: 61px 0px 110px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -520px;
	z-index: 2;
}
/*左部*/
#main .mainL {
	width: 200px;
	display: table;
	padding-top: 42px;
}
.mainL .header {
	width: 100%;
	height: 40px;
	background: url(../images/leftTop.png) no-repeat top center;
	display: block;
	color: #fff;
}
.mainL .nav {
	width: 100%;
}
.nav div {
	width: 100%;
	height: 19px;
	background-image: url(../images/navTop.png);
}
.nav nav {
	width: 100%;
	background-image: url(../images/navBg.png);
	display: table;
}
.nav nav ul {
	width: 100%;
	display: table;
	padding: 9px 0px 6px;
}
.nav nav li {
	width: 180px;
	margin: 0px 10px;
	float: left;
	border-bottom: 1px solid #e9e8e7;
}
.nav nav li a {
	width: 110px;	/*180*/
	height: 38px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	background: url(../images/navBg.gif) no-repeat 45px top;
	padding: 0px 3px 0px 67px;
}
.nav nav li a:hover, .nav nav li.cur a {
	color: #ce0809;
	background: url(../images/navBg.gif) no-repeat 45px -40px;
}
.nav nav li ul {
	width: 180px;
	padding: 0px 0px 13px;
	display: table;
}
.nav nav li li {
	width: 100%;
	float: left;
	margin: 0px;
	border-bottom-width: 0px;
}
.nav nav li li a {
	width: 108px;	/*180*/
	height: 30px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	line-height: 30px;
	padding: 0px 5px 0px 67px;
}
.nav nav li li a, .nav nav li.cur li a {
	color: #666;
}
.nav nav li li a, .nav nav li.cur li a {
	background-image: none;
}
.nav nav li li a:hover, .nav nav li li.cur a {
	color: #ce0809;
}
/*右部*/
#main .mainR {
	width: 807px;
	display: table;
}
#main .mainR .header {
	width: 797px;
	margin: 0px auto;
}
.mainR .header .category {
	width: auto;
	min-width: 40px;
	height: 41px;
	background: url(../images/mainTop.png) no-repeat top left;
}
.mainR .header .category .ch {
	padding-left: 50px;
	color: #b50029;
}
.mainR .header .category .en {
	color: #a4a4a4;
}
.mainR .header .position, .mainR .header .position a {
	color: #676767;
}
.mainR .header .position a:hover, .mainR .header .position span {
	color: #b50029;
}
#main .mainR .main {
	width: 100%;
}
.mainR .mainNr {
	width: 100%;
}
.mainR .mainNr .Rt {
	width: 100%;
	height: 20px;
	overflow: hidden;
	background-image: url(../images/mainRt.png);
}
.mainR .mainNr .Rm {
	width: 100%;
	display: table;
	background-image: url(../images/mainRm.png);
}
.mainR .mainNr .Rb {
	width: 100%;
	height: 24px;
	overflow: hidden;
	background-image: url(../images/mainRb.png);
}

/*
单页
*/
#main .mainR #page {
	width: 717px;
	margin: 0px auto;
	display: table;
	padding: 30px 0px 46px;
}
#page p {
	margin: 0px;
}
#page img {
	max-width: 690px;
	height: auto;
}

/*
产品详细
*/
#main .mainR #proIntro {
	width: 745px;
	margin: 0px auto;
	display: table;
	padding: 30px 0px 46px;
}
#proIntro .info {
	width: 100%;
	display: table;
	padding-bottom: 33px;
}
#proIntro .info .nr {
	width: 360px;
}
#proIntro .info .nr h1 {
	width: 100%;
	height: 61px;
	line-height: 61px;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: url(../images/proIntroH1.jpg) no-repeat top center;
	margin-bottom: 10px;
}
#proIntro .info .nr div {
	width: 100%;
	color: #4d3400;
}
#proIntro .info .nr a {
	width: 149px;
	height: 39px;
	display: block;
	background-image: url(../images/proIntroA.jpg);
	color: #fff;
	margin: 20px auto 0px;
}
#proIntro .more {
	width: 100%;
	height: 44px;
	background: url(../images/proIntroMore.jpg) no-repeat;
}
#proIntro .more span {
	width: 130px;
	height: 40px;
	display: block;
	color: #fff;
}
#main .mainR #proIntro #page {
	padding: 30px 0px 0px;
}

/*
详细页面
*/
#main .mainR #view {
	width: 745px;
	margin: 0px auto;
	display: table;
	padding: 30px 0px 46px;
}
#view .info {
	width: 100%;
	display: table;
}
#view .info .time {
	width: 60px;
	height: 61px;
	overflow: hidden;
	background-image: url(../images/tq_newsBg.jpg);
}
#view .info .time .d {
	color: #f00;
}
#view .info .time .y {
	color: #333;
}
#view .info .nr {
	width: 670px;
}
#view .info .nr h1 {
	font-size: 20px;
	line-height: 30px;
	color: #3a3a3a;
	font-weight: bold;
}
#view .info .nr .bdsharebuttonbox .bds_weixin, #view .info .nr .bdsharebuttonbox .bds_tsina, #view .info .nr .bdsharebuttonbox .bds_qzone, #view .info .nr .bdsharebuttonbox .bds_sqq {
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/tq_share.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
#view .info .nr .bdsharebuttonbox .bds_weixin {
	background-position: 0px 0px;
}
#view .info .nr .bdsharebuttonbox .bds_tsina {
	background-position: -25px 0px;
}
#view .info .nr .bdsharebuttonbox .bds_qzone {
	background-position: -50px 0px;
}
#view .info .nr .bdsharebuttonbox .bds_sqq {
	background-position: -75px 0px;
}
#main .mainR #view #page {
	padding: 20px 0px 0px;
}

/*
新闻中心
*/
#main .mainR #news {
	width: 745px;
	margin: 0px auto;
	display: table;
	padding: 30px 0px 20px;
}
#news .top {
	width: 725px;
	margin: 0px auto;
	display: table;
}
#news .top .nr {
	width: 325px;
}
#news .top .nr h1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #3e3e3e;
}
#news .top:hover .nr h1 {
	color: #b50029;
}
#news .top .nr .brief {
	width: 100%;
	height: 168px;
	overflow: hidden;
}
#news .top .nr .time {
	width: 100%;
	height: 32px;
	color: #a91d0c;
	background: url(../images/newsTime.jpg) no-repeat;
}
#news ul {
	width: 100%;
}
#news li {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #d4d4d4;
}
#news li a {
	width: 725px;
	height: 83px;
	display: block;
	overflow: hidden;
	margin: 0px auto;
}
#news li a h1 {
	font-size: 14px;
	color: #3e3e3e;
	width: 100%;
	height: 34px;
	display: block;
	line-height: 34px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 12px;
}
#news li a:hover h1 {
	color: #b50029;
}
#news li a div {
	font-size: 12px;
	color: #666;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: url(../images/newsIcon.gif) no-repeat center left;
	text-indent: 25px;
}

/*
企业环境
*/
#main .mainR #pic {
	width: 750px;
	margin: 0px auto;
	display: table;
	padding: 0px 0px 20px;
}
#pic li {
	width: 375px;
	float: left;
	display: table;
	padding-top: 30px;
}
#pic li a {
	width: 331px;
	height: 282px;
	display: block;
	margin: 0px auto;
}
#pic li a img {
	border: 1px solid #cacaca;
}
#pic li a:hover img {
	border: 1px solid #b50029;
}
#pic li a h1 {
	width: 100%;
	height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	margin-top: 16px;
	background: url(../images/picBg.png) no-repeat top center;
}
#pic li a:hover h1 {
	background: url(../images/picBg.png) no-repeat bottom center;
}

/*
产品列些
*/
#main .mainR #pro {
	width: 750px;
	margin: 0px auto;
	display: table;
	padding: 5px 0px 46px;
}
#pro li {
	width: 375px;
	float: left;
	display: table;
	padding-top: 25px;
}
#pro li a {
	width: 351px;
	height: 256px;
	display: block;
	margin: 0px auto;
}

/*
产品列些
*/
#main .mainR #proList {
	width: 750px;
	margin: 0px auto;
	display: table;
	padding: 0px 0px 46px;
}
#proList li {
	width: 250px;
	float: left;
	display: table;
	padding: 30px 0px 10px;
}
#proList li a {
	width: 193px;	/*219*/
	height: 245px;	/*264*/
	display: block;
	margin: 0px auto;
	background-image: url(../images/proBg.jpg);
	padding: 19px 13px 0px;
	text-align: center;
}
#proList li a:hover {
	background-image: url(../images/proBg2.jpg);
}
#proList li a h1 {
	font-size: 14px;
	color: #8b573e;
	width: 100%;
	height: 20px;
	display: block;
	line-height: 20px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}
#proList li a:hover h1 {
	color: #b50029;
}

/*
留言板
*/
#main .mainR .formHead {
	width: 755px;
	margin: 30px auto 0px;
}
.formHead li {
	float: left;
	margin-left: 20px;
}
.formHead li a {
	width: 130px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	background-image: url(../images/lyForm.png);
	color: #4e4e4e;
}
.formHead li a:hover, .formHead li.cur a {
	background-image: url(../images/lyForm2.png);
	color: #fff;
}
/*表单*/
#main .mainR #form {
	width: 715px;
	margin: 0px auto;
	display: table;
	padding: 20px 0px 46px;
}
#form td {
	font-size: 14px;
	color: #686868;
	line-height: 50px;
}
#form td input, #form td textarea {
	width: 105px;	/*115*/
	height: 24px;	/*30*/
	border: 1px solid #d9d9d9;
	padding: 3px 5px;
	line-height: 24px;
}
#form td textarea {
	width: 625px;
	height: 120px;
	margin: 10px 0px -10px;
}
#form td .s {
	width: 116px;
	height: 40px;
	border: 0px;
	cursor: pointer;
	color: #fff;
	float: left;
	background-color: #e69944;
}
/*列表*/
#main .mainR #formList {
	width: 710px;
	margin: 0px auto;
	display: table;
	padding: 8px 0px 20px;
}
#formList li {
	width: 630px;
	height: auto;
	min-height: 62px;
	display: table;
	float: left;
	margin-top: 12px;
	background-color: #f6f6f6;
	padding: 4px 10px 4px 70px;
	position: relative;
}
#formList li span {
	position: absolute;
	top: 13px;
	left: 16px;
	width: 38px;
	height: 36px;
	display: block;
	padding-right: 3px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	background-image: url(../images/formList.png);
	background-repeat: no-repeat;
	/*background-position: bottom left;*/
}
#formList li h1 {
	width: 100%;
	font-size: 14px;
	color: #975400;
	line-height: 30px;
}
#formList li div {
	width: 100%;
	font-size: 12px;
	color: #565656;
	line-height: 27px;
}

/*
分页
*/
#fy {
	clear: both;
	width: 710px;
	height: 86px;
	text-align: center;
	margin: 0px auto;
}
#fy a, #fy span {
	display: inline-block;
	color: #4c4c4c;
	margin: 10px 10px 0px;
}
#fy a {
	width: 100px;
	height: 40px;
	background-color: #ffdfe6;
}
#fy a:hover, #fy a.cur {
	color: #fff;
	background-color: #ffa5b9;
}
#fy span b {
	color: #ee0c3e;
}