gongsi@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/
.xqMore {
	font-size: 14px;
	color: #c3965d !important;
}

.lineNo {
	border: none;
}

.lineH {
	line-height: 55px !important;
	color: #666 !important;
	font-size: 16px !important;
}

/*单篇+文章页start*/

.singC {
	background: url(../images/singa.png) bottom left no-repeat;
	padding-bottom: 200px;
}

.articleBox {
	line-height: 30px;
	padding: 10px 130px;
	color: #666;
	font-size: 15px;
	text-indent: 2em;
}

.articleBox img {
	max-width: 100%;
}

.art1 {
	font-size: 20px;
	font-weight: bold;
	color: #039c2f !important;
	text-align: left !important;
}

.art2 {
	font-size: 20px;
	font-weight: bold;
	color: #039c2f !important;
}

.articleSpan {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	height: 30px;
	line-height: 30px;
}

.articleSpan1 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #a1cfaa;
	height: 30px;
	line-height: 30px;
}

.saPic {
	position: relative;
	overflow: hidden;
	width: 102px;
	margin: 0 auto;
}

.saPic:after {
	content: '';
	display: block;
	padding-top: 105.8823%;
}

.saPic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.articleTitle {
	clear: both;
	text-align: center;
	padding: 20px 300px 0 300px;
	line-height: 35px;
	font-size: 26px;
	font-family: "microsoft yahei";
	color: #000000;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0 20px 0;
}

.pageUp {
	display: block;
	line-height: 32px;
	padding-left: 20px;
	color: #333333;
	font-size: 14px;
}

.pageUp.hover {
	background: #039c2f;
	color: #fff;
}

.pageUp.hover a {
	color: #fff;
}

.share {
	display: block;
	padding: 10px 0;
}

.bdshare-button-style1-16 a,
.bdshare-button-style1-16 .bds_more {
	float: left;
	font-size: 12px;
	padding-left: 25px !important;
	line-height: 16px;
	height: 23px !important;
	background-image: url(../images/icons_1_16.png);
	background-image: url(../images/icons_1_16_debase.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0px 6px;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #1e8ddc;
}

.articlePage a.hover {
	color: #fff;
	background: #1e8ddc;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #1e8ddc;
	background: #1e8ddc;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 18px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

/*单篇+文章页end*/
/* 图文列表 */
.textList3 {
	overflow: hidden;
}

.textList3 dd {
	padding: 30px;
	overflow: hidden;
	background: #f4f4f4;
	margin-bottom: 20px;
}

.textList3 dd .pic {
	width: 300px;
	position: relative;
	margin-right: 30px;
	/* 
 border: 1px solid #e7e7e7;
 padding: 50px 35px; */
}

.textList3 dd .pic:after {
	display: block;
	content: '';
	padding-top: 54.0023895%;
}

.textList3 dd .pic img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.textList3 .con {
	overflow: hidden;
}

.textList3 .con .title {
	font-size: 22px;
	color: #434343;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

.textList3 .con:hover .title {
	color: #ac7941;
}

.textList3 .con .txt {
	line-height: 30px;
	font-size: 14px;
	color: #929292;
	margin-bottom: 20px;
}

.textList3 .con .time {
	line-height: 30px;
	font-size: 15px;
	color: #3a3a3a;
}

/*新闻*/
.tupian {
	display: inline-block;
	font-size: 0;
	text-align: center;
}

.tupian dd {
	display: inline-block;
	width: 91px;
	height: 91px;
	background: #000;

}

.articleBox {
	line-height: 28px;
	padding: 10px 130px;
	color: #555555;
	font-size: 14px;
}

.articleBox img {
	max-width: 100%;
}

.cntC {
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid #f0f0f0;
}

.cntCon {
	display: inline-block;
}

.cntC .new {
	float: left;
	display: inline;
	line-height: 60px;
}

.timeT {
	font-size: 14px;
	color: #888;
}

.liulan {
	font-size: 14px;
	color: #888;
	margin: 0 35px;
	position: relative;
	cursor: pointer;
}

.ftsz {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	background: #f9f9f9;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.ftsz em {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 12px;
	font-style: normal;
}

.ftsz em:hover {
	background: #522a70;
	color: #FFF;
	cursor: pointer;
}

.liulan:hover .ftsz {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.shareArt .bds_weixin {
	background: url(../images/xinh.png) no-repeat !important;
}

.shareArt.bds_sqq {
	background: url(../images/baiqq.png) no-repeat !important;
}

.shareArt .bds_tsina {
	background: url(../images/bo.png) no-repeat !important;
}

.shareArt .bds_qq {
	display: block !important;
	background: url(../images/qh.png) no-repeat !important;
}

.shareArt .bds_weixin:hover {
	background: url(../images/xinhh.png) no-repeat !important;
}

.shareArt .bds_tsina:hover {
	background: url(../images/boh.png) no-repeat !important;
}

.shareArt .bds_qq:hover {
	display: block !important;
	background: url(../images/qhh.png) no-repeat !important;
}

.shareArt li {
	float: left;
	display: inline;
	margin-right: 20px;
	color: #dedede;
	font-size: 14px;
	line-height: 30px;
	position: relative;
}

.shareArt li a {
	color: #dedede;
	font-size: 14px;
}

.shareArt li:after {
	width: 1px;
	height: 13px;
	background: #c7c7c7;
	display: block;
	content: '';
	position: absolute;
	left: 65px;
	top: 20px;
}

.shareArt li.hide:after {
	display: none;
}

.fotABox {
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
}

.fotR {
	width: 128px;
	line-height: 38px;
	height: 38px;
	text-align: center;
	background: #ac7941;
	font-size: 16px;
	margin: 11px 0;
	border-radius: 3px;
}

.fotR a {
	color: #fff;
	border-radius: 3px;
}

.pageUp:hover a {
	color: #ac7941;
}

/*单篇+文章页end*/

/*全图列表页start*/

/*国药故事*/

.imgList {
	position: relative;
	margin-right: -27px;
}

.imgList dd {
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 35px;
}

.imgList dd .con {
	margin-right: 27px;
	overflow: hidden;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.imgList dd .con .pic {
	position: relative;
	overflow: hidden;
}

.imgList dd .con .pic:after {
	display: block;
	content: '';
	padding-top: 100%;
}

.imgList dd .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.imgList dd .con .text {
	padding: 0px 25px 20px;
	background: #fff;
	box-shadow: 0px 3px 2px #eee;
}

.imgList dd .con .text .title {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	padding-top: 10px;
}

.imgList dd .con .text .title a {
	color: #333;
}

.imgList dd:hover .con .text .title a {
	color: #c29461;
}

.imgList dd .con .text .txt {
	padding-top: 5px;
	line-height: 27px;
	height: 81px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

/*新闻中心*/

.imgList1 {
	overflow: hidden;
	position: relative;
	margin-right: -36px;
}

.imgList1 dd {
	float: left;
	display: inline;
	width: 33.333%;
}

.imgList1 dd .con {
	margin-right: 36px;
	overflow: hidden;
}

.imgList1 dd .con .pic {
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}

.imgList1 dd .con .picsa:after {
	display: block;
	content: '';
	padding-top: 100% !important;
}

.imgList1 dd .con .pic:after {
	display: block;
	content: '';
	padding-top: 64%;
}

.imgList1 dd .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.imgList1 dd .con .text {
	background: #fff;
}

.imgList1 dd .con .text .title {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 15px;
	border-bottom: 1px solid #dbdbdb;
}

.imgList1 dd .con .text .title a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.imgList1 dd:hover .con .text .title a {
	color: #ac7941;
}

.imgList1 dd .con .text .txt {
	padding-top: 5px;
	line-height: 30px;
	height: 60px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

/*产品列表页*/

.imgListTab {
	overflow: hidden;
}

.classFiy {
	font-size: 15px;
	font-weight: bold;
	height: 60px;
	width: 60px;
	line-height: 30px;
	text-align: center;
}

.tabUl {
	font-size: 0;
	overflow: hidden;
}

.tabUl dd {
	display: inline-block;
	font-size: 15px;
	margin-right: 55px;
	height: 30px;
	line-height: 30px;
}

.tabUl dd.hover a {
	color: #ac7941;
}

.tabUl dd:hover a {
	color: #ac7941;
}

.imgList2 {
	overflow: hidden;
	position: relative;
	margin-right: -36px;
}

.imgList2 dd {
	float: left;
	display: inline;
	width: 33.333%;
}

.imgList2 dd .con {
	margin-right: 36px;
	overflow: hidden;
}

.imgList2 dd .con .pic {
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}

.imgList2 dd .con .pic:after {
	display: block;
	content: '';
	padding-top: 100%;
}

.imgList2 dd .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.imgList2 dd .con .text {
	background: #fff;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
}

.imgList2 dd .con .text a {
	color: #666;
	font-size: 16px;
}

.imgList2 dd:hover .con .text a {
	color: #ac7941;
}

/*全图列表页end*/

/*图文列表页start*/

/*图文列表页end*/

/*全文列表页start*/

/*企业荣誉开始*/

.textList {
	overflow: hidden;
}

.textList dd {
	display: inline;
	float: left;
	width: 50%;
	margin-bottom: 25px;

}

.textList dd .con {
	padding: 20px 20px 20px 30px;
	margin-right: 27px;
	background: #f6f6f6;
}

.textList dd .con .title {
	height: 60px;
	line-height: 30px;

}

.textList dd .con .title a {
	display: block;
	overflow: hidden;
	color: #333;
	font-size: 18px;
}

.textList dd a em {
	width: 10px;
	height: 10px;
	background: #333;
	float: left;
	display: inline;
	margin: 14px 10px;
}

.textList dd span {
	float: right;
	display: inline;
	overflow: hidden;
	margin-left: 50px;
	font-size: 14px;
	color: #999;
}

.textList dd .txt {
	height: 56px;
	line-height: 28px;
	color: #939393;
	font-size: 14px;
	padding-left: 30px;
}

.textList dd:hover .con .title span {
	color: #fff;
}

.textList dd:hover .con .title a em {
	background: #fff;
}

.textList dd:hover .con .title a {
	color: #fff;
}

.textList dd:hover .con .txt {
	color: #fff;
}

.textList dd:hover .con {
	background: #ac7941;
}

/*企业文化*/

.textList1 {
	overflow: hidden;
}

.textList1 dd {
	overflow: hidden;
	margin-bottom: 15px;
}

.textList1 dd .textTile {
	height: 60x;
	line-height: 60px;
	background: #f4f4f4;
	padding: 0 26px;
}

.textList1 dd .textTile .text a {
	font-size: 16px;
}

.textList1 dd .textTile .text a {
	padding-left: 32px;
	background: url(../images/tl.png) left center no-repeat;
}

.textList1 dd .txt1Con {
	padding: 22px 60px;
	display: none;
}

.textList1 dd .txt1Con .title {
	height: 66px;
	line-height: 66px;
	font-size: 20px;
	font-weight: bold;
	color: #c29461;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}

.textList1 dd .txt1Con .title:after {
	display: block;
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	left: 0;
	border-radius: 2px;
	background: #c29461;

}

.textList1 dd .txt1Con .conTitle {
	padding: 20px 20px 0 40px;
}

.textList1 dd .txt1Con .conTitle li {
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #888;
	padding-left: 10px;
	position: relative;
}

.textList1 dd .txt1Con .conTitle li:after {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #888;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
}

.textList1 dd .textTile .btn {
	float: right;
	display: inline;
	width: 45px;
	height: 60px;
	background: url(../images/jiah1.png) no-repeat center center;
}

.textList1 dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #888;
	line-height: 28px;
	display: none;
	background: #FFF;
	padding-top: 12px;
}

.textList1 dd:hover .textTile {
	background: #b79671;
	color: #FFF;
}

.textList1 dd:hover .textTile .text a {
	color: #FFF;
	background: url(../images/tl1.png) left center no-repeat;
}

.textList1 dd:hover .textTile .btn {
	background: url(../images/jiabai.png) no-repeat center center;
}

.textList1 dd.active .textTile {
	background: #b79671;
	color: #FFF;
}

.textList1 dd.active .textTile .text a {
	color: #FFF;
	background: url(../images/tl1.png) left center no-repeat;
}

.textList1 dd.active .textTile .btn {
	background: url(../images/jian1.png) no-repeat center center;
}

/*招标采购*/

.textList2 {
	overflow: hidden;
}

.textList2 dd .con {
	padding: 20px 30px;
	margin-right: 27px;
	background: #f6f6f6;
}

.textList2 dd .con .title {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

.textList2 dd .con .title .titleL {
	display: block;
	overflow: hidden;
	color: #222220;
	font-size: 20px;
}

.textList2 dd .titleL em {
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #666;
	float: left;
	display: inline;
	margin: 17px 10px;
}

.textList2 dd .down {
	float: right;
	display: inline;
	overflow: hidden;
	margin: 6px 0 6px 50px;
	font-size: 14px;
	color: #ac7941;
	padding: 0px 20px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #bf996f;
	border-radius: 3px;
}

.textList2 dd .txt {
	height: 32px;
	line-height: 32px;
	color: #666;
	font-size: 14px;
	padding-left: 30px;
	overflow: hidden;
}

.textList2 dd:hover .con .title .down {
	background: #522a70;
	border-color: #522a70;
	color: #fff;
	font-weight: bold;
}

.textList2 dd:hover .con .title .titleL em {
	background: #ac7941;
}

.textList2 dd:hover .con .title .titleL {
	color: #ac7941;
}

/*全文列表页end*/

/*公司视频*/
.vidoList {
	overflow: hidden;
	margin-right: -30px;
}

.vidoList dt {
	width: 50%;
	float: left;
	display: inline;

}

.vidoList dt .con {
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}

.vidoList dt .con:after {
	padding-top: 56.25%;
	content: '';
	display: block;
}

.vidoList dt .con .viedo2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.textVde {
	height: 65px;
	line-height: 35px;
	color: #333;
	text-align: center;
	font-size: 16px;
}

.textVde span {
	padding-left: 36px;
	background: url(../images/vde.png) left center no-repeat;
}

.vidoList dd {
	width: 33.333%;
	float: left;
	display: inline;

}

.vidoList dd .con {
	margin-right: 30px;
	overflow: hidden;

}

.vidoList dd .con .pic {
	overflow: hidden;
	position: relative;
}

.vidoList dd .con .pic:after {
	display: block;
	content: '';
	padding-top: 56.5789%;
}

.vidoList dd .con .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.vidoList dd .con .pic .shade {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

.vidoList dd .con .pic .shade span {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/play.png) center center no-repeat;
}

/*公司视频end*/

/*招聘详情start*/

/*招聘详情end*/

/*招聘表单start*/

.register {
	width: 620px;
	margin: 0 auto;
}

.register .rg_box {
	padding: 5px 0px;
}

.register .title_name {
	font-size: 28px;
	color: #000;
	text-align: center;
	margin-bottom: 44px;
}

.register .title {
	font-size: 14px;
	color: #808080;
	line-height: 30px;
}

.formBox {
	overflow: hidden;
}

.formDiv {
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #f9f9f9;
	position: relative;
}

.formInp {
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	border: none;
	background: none;
	outline: none;
	font-size: 14px;
	color: #333;
	line-height: 48px;
	font-family: 'microsoft yahei';
	position: relative;
}

.zpxl {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	border: none;
	background: none;
	outline: none;
	font-size: 14px;
	color: #333;
	line-height: 48px;
	font-family: 'microsoft yahei';
	z-index: 10;
}

.mysel {
	position: absolute;
	width: 40px;
	height: 100%;
	background: url(../images/mysel.png) no-repeat center center;
	z-index: 2;
	right: 0px;
	top: 0px;
}

.formArea {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border: none;
	background: none;
	outline: none;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	resize: none;
	font-family: 'microsoft yahei';
}

.formSex {
	overflow: hidden;
	padding: 0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.code_a {
	display: block;
	overflow: hidden;
	margin-left: 10px;
}

.code_a img {
	display: block;
	height: 50px;
}

.w_265 {
	width: 265px;
}

.register .title span {
	color: #F00;
	padding-right: 5px;
}

.register dd .formSex .sex {
	float: left;
	display: inline;
	margin-right: 30px;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	background: none;
	background: url(../images/set.png)left center no-repeat;
}

.register dd .formSex .sex.selected {
	background: url(../images/set2.png)left center no-repeat;
}

.formBtn {
	overflow: hidden;
}

.formBtn .fomB {
	float: left;
	display: inline;
	margin-right: 15px;
}

.formBtn .fomB a {
	display: block;
	width: 126px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	position: relative;
}

.formBtn .fomB a .webuploader-pick {
	width: 100%;
	height: 100%;
	padding: 0;
}

.formBtn .fomB:nth-child(1) a {
	background: #e3caaf;
	font-size: 18px;
	color: #333;
}

.formBtn .fomB:nth-child(2) a {
	background: #522a70;
	font-size: 18px;
	color: #fff;
}

.formBtn .fomB span {
	line-height: 52px;
	font-size: 14px;
	color: #e3caaf;
}

.r_btn a {
	display: block;
	width: 265px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	background: #ac7941;
	color: #fff;
	border-radius: 3px;
	font-size: 20px;
}

/*招聘表单end*/

/*留言start*/

.contactBox {
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
}

.address {
	padding: 5px 10px;
}

.addEwm {
	overflow: hidden;
}

.addEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 160px;
	overflow: hidden;
	margin-left: 20px;
}

.addEwm dd img {
	display: block;
	width: 160px;
	height: 160px;
}

.addEwm dd span {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #808080;
}
.telWay{
	overflow: hidden;
}
.telWay .title {
	height: 52px;
	line-height: 52px;
	color: #333;
	font-size: 22px;
}

.telWay .tel {
	display: block;
	font-size: 16px;
	color: #777;
	overflow: hidden;
}
.telWay .tel .titleCon{
	height: 42px;
	line-height: 42px;
}
.telWay .tel .con{
	overflow: hidden;
	line-height: 42px;
	font-size: 16px;
	color: #777;
}
.messageDl {
	overflow: hidden;
}

.messageDl dd {
	float: left;
	display: inline;
	width: 50%;
	padding-right: 5px;
	box-sizing: border-box;
}

.messagedlBox {
	overflow: hidden;
}

.messagedlBox .title {
	line-height: 50px;
	margin-right: 20px;
	font-size: 14px;
	color: #333;
}

.forBox {
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #f9f9f9;
}

.fomPut {
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	border: none;
	background: none;
	outline: none;
	font-size: 14px;
	color: #333;
	line-height: 48px;
	font-family: 'microsoft yahei';
}

.messagedlBox .title .name1 {
	overflow: hidden;
	letter-spacing: 0.5em;
	white-space: nowrap;
}

.messagedlBox .title .name2 {
	overflow: hidden;
	letter-spacing: 1em;
	white-space: nowrap;
}

.messagedlBox .title .xin {
	color: red;

}

.foAre {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border: none;
	background: none;
	outline: none;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	/*resize: none;*/
	font-family: 'microsoft yahei';
}

.messageBox .titledl {
	height: 104px;
	line-height: 104px;
	font-size: 20px;
	color: #333;
}

/*留言end*/

/*大事记*/

/*产品详情页*/
.product {
	background: url(../images/butboxm.png) center center no-repeat;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}

.product:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(../images/zs1.png) left center no-repeat;
}

.prdb {
	padding: 0 66px;
	overflow: hidden;
	width: 1068px;
}

.productPic {
	position: relative;
	overflow: hidden;
	width: 450px;
	margin-right: 90px;
}

.productPic:after {
	content: '';
	display: block;
	padding-top: 100%;
}

.productPic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.productText {
	overflow: hidden;
}

.productText .title {
	height: 90px;
	line-height: 90px;
	font-size: 28px;
	color: #333;
	border-bottom: 1px solid #dfd9d0;
	font-weight: bold;
}

.productText .text {
	line-height: 40px;
	font-size: 16px;
	color: #333;
}

.font {
	font-size: 26px;
	font-weight: bold;
	color: #444;
}

.pdBtn {
	overflow: hidden;
}

.pdBtn {
	overflow: hidden;
}

.pdbL {
	width: 124px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	text-align: center;
}

.pdbL a {
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	border-radius: 30px;
	border: 1px solid #d1d1d1;
}

.pdbL:hover a {
	background: #522a70;
	color: #fff;
	border-radius: 30px;
	border-color: #522a70;
}

.pdbL:hover a:after {

	background: url(../images/duo1.png) center center no-repeat;
}

.pdbL a:after {
	display: block;
	content: '';
	position: absolute;
	width: 15px;
	height: 13px;
	top: 50%;
	margin-top: -7px;
	left: 25px;
	background: url(../images/duo.png) center center no-repeat;
}

.pdR {
	overflow: hidden;
}

.pdR .pdr1 {
	float: left;
	display: inline;
	width: 125px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d1d1d1;
	border-radius: 30px;
	text-align: center;
	margin-left: 10px;
}

.pdR .pdr1:nth-child(1) a {
	display: block;
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	color: #666;
}

.pdR .pdr1:nth-child(2) a {
	display: block;
	position: relative;
	padding-right: 15px;
	font-size: 14px;
	color: #666;
}

.pdR .pdr1:nth-child(1) a:after {
	display: block;
	content: '';
	position: absolute;
	width: 15px;
	height: 13px;
	top: 50%;
	margin-top: -7px;
	left: 15px;
}

.pdR .pdr1:nth-child(2) a:after {
	display: block;
	content: '';
	position: absolute;
	width: 15px;
	height: 13px;
	top: 50%;
	margin-top: -7px;
	right: 15px;
}

.pdR .pdr1:nth-child(1) a:after {
	background: url(../images/lh.png) center center no-repeat;
}

.pdR .pdr1:nth-child(2) a:after {
	background: url(../images/rh.png) center center no-repeat;
}

.pdR .pdr1:hover {
	background: #522a70;
	color: #fff;
	border-radius: 30px;
	border-color: #522a70;
}

.pdR .pdr1:hover a {
	color: #fff;
}

.pdR .pdr1:nth-child(1):hover a:after {
	background: url(../images/lb.png) center center no-repeat;
}

.pdR .pdr1:nth-child(2):hover a:after {
	background: url(../images/rb.png) center center no-repeat;
}

.pdC {
	position: relative;
	overflow: hidden;
}

.pdC:after {
	display: block;
	content: '';
	padding-top: 38.3333%;
}

.pdC img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

.comTitle {
	height: 72px;
	line-height: 72px;
	font-size: 22px;
	color: #b97221;
	border-bottom: 1px solid #f0f0f0;
}

.line {
	border-bottom: 1px solid #f0f0f0;
}

.tabContent tr {
	width: 100%;
}

.tabContent td {
	width: 400px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #777;
}

.artc {
	position: relative;
	overflow: hidden;
	width: 665px;
	margin: 0 auto;
}

.artc:after {
	display: block;
	content: '';
	padding-top: 103.0075%;
}

.artc img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*新增*/
.cultureC{
 position: relative;
 overflow: hidden;
 width: 1200px;
 height: 980px;
 margin: 0 auto;
}
.cultureC:after{
 display: block;
 content: '';
 position: absolute;
 height: 400px;
 width: 248px;
 left:513px;
 bottom: 0px;
 background: url(../images/sz.png) center bottom no-repeat;
}
.dic{
 width: 107px;
 height: 107px;
 border-radius: 100%;
 position: absolute;
 z-index: 10;
}
.dic span{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-radius: 100%;

}
.dic.dic1{
 width: 200px;
 height: 200px;
 top: 392px;
 left: 535px;
 background: #522a70;
}
.dic.dic1 span{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: url(../images/img2.png) center center no-repeat;
}
.dic.dic2{
 width: 145px;
 height: 145px;
 bottom: 316px;
 left: 408px;
 background: #c29461;
}
.dic.dic2 span{
 background: url(../images/img1.png) center center no-repeat;
}
.dic.dic3{
 width: 145px;
 height: 145px;
 top: 623px;
 right: 320px;
 background: #c29461;
}
.dic.dic3 span{
 background: url(../images/img3.png) center center no-repeat;
}
.dic.dic4{
 width: 104px;
 height: 104px;
 top: 693px;
 left:443px;
 background: #fff;
}
.dic.dic4 span{
 background: url(../images/img4.png) center center no-repeat;
}
.dic.dic5{
 width: 120px;
 height: 120px;
 top: 622px;
 left: 290px;
 background: #fff;
}
.dic.dic5 span{
 background: url(../images/img5.png) center center no-repeat;
}
.dic.dic6{
 width: 124px;
 height: 124px;
 top: 531px;
 left: 156px;
 background: #fff;
}
.dic.dic6 span{
 background: url(../images/img6.png) center center no-repeat;
}
.dic.dic7{
 width: 103px;
 height: 103px;
 top: 470px;
 left: 299px;
 background: #fff;
}
.dic.dic7 span{
 background: url(../images/img7.png) center center no-repeat;
}
.dic.dic8{
 width: 130px;
 height: 130px;
 top: 389px;
 left: 142px;
 background: #fff;
}
.dic.dic8 span{
 background: url(../images/img8.png) center center no-repeat;
}
.dic.dic9{
 width: 119px;
 height: 119px;
 top: 390px;
 left: 410px;
 background: #fff;
}
.dic.dic9 span{
 background: url(../images/img9.png) center center no-repeat;
}
.dic.dic10{
 width: 116px;
 height: 116px;
 top: 322px;
 left: 282px;
 background: #fff;
}
.dic.dic10 span{
 background: url(../images/img10.png) center center no-repeat;
}
.dic.dic11{
 width: 124px;
 height: 124px;
 top: 245px;
 left: 144px;
 background: #fff;
}
.dic.dic11 span{
 background: url(../images/img11.png) center center no-repeat;
}
.dic.dic12{
 width: 105px;
 height: 105px;
 top: 287px;
 left: 548px;
 background: #fff;
}
.dic.dic12 span{
 background: url(../images/img12.png) center center no-repeat;
}
.dic.dic13{
 width: 126px;
 height: 126px;
 top: 235px;
 left: 410px;
 background: #fff;
}
.dic.dic13 span{
 background: url(../images/img13.png) center center no-repeat;
}
.dic.dic14{
 width: 124px;
 height: 124px;
 top: 180px;
 left: 280px;
 background: #fff;
}
.dic.dic14 span{
 background: url(../images/img14.png) center center no-repeat;
}
.dic.dic15{
 width: 123px;
 height: 123px;
 top: 160px;
 left:568px;
 background: #fff;
}
.dic.dic15 span{
 background: url(../images/img15.png) center center no-repeat;
}
.dic.dic16{
 width: 120px;
 height: 120px;
 top:100px;
 left: 425px;
 background: #fff;
}
.dic.dic16 span{
 background: url(../images/img16.png) center center no-repeat;
}
.dic.dic17{
 width: 118px;
 height: 118px;
 top: 301px;
 right: 386px;
 background: #fff;
}
.dic.dic17 span{
 background: url(../images/img18.png) center center no-repeat;
}
.dic.dic18{
 width: 120px;
 height: 120px;
 top: 170px;
 right: 351px;
 background: #fff;
}
.dic.dic18 span{
 background: url(../images/img19.png) center center no-repeat;
}
.dic.dic19{
 width: 118px;
 height: 118px;
 top: 128px;
 right: 218px;
 background: #fff;
}
.dic.dic19 span{
 background: url(../images/img21.png) center center no-repeat;
}
.dic.dic20{
 width: 106px;
 height: 106px;
 top: 74px;
 left: 652px;
 background: #fff;
}
.dic.dic20 span{
 background: url(../images/img20.png) center center no-repeat;
}
.dic.dic21{
 width: 102px;
 height: 102px;
 top: 349px;
 right: 148px;
 background: #fff;
}
.dic.dic21 span{
 background: url(../images/img23.png) center center no-repeat;
}
.dic.dic22{
 width: 117px;
 height: 117px;
 top: 268px;
 right: 238px;
 background: #fff;
}
.dic.dic22 span{
 background: url(../images/img22.png) center center no-repeat;
}
.dic.dic23{
 width: 106px;
 height: 106px;
 right: 24px;
 top: 315px;
 background: #fff;
}
.dic.dic23 span{
 background: url(../images/img25.png) center center no-repeat;
}
.dic.dic24{
 width: 106px;
 height: 106px;
 top: 394px;
 right: 280px;
 background: #fff;
}
.dic.dic24 span{
 background: url(../images/img26.png) center center no-repeat;
}
.dic.dic25{
 width: 119px;
 height: 119px;
 top: 225px;
 right:105px;
 background: #fff;
}
.dic.dic25 span{
 background: url(../images/img37.png) center center no-repeat;
}

.dic.dic26{
 width: 106px;
 height: 106px;
 top: 612px;
 right: 138px;
 background: #fff;
}
.dic.dic26 span{
 background: url(../images/img27.png) center center no-repeat;
}
.dic.dic27{
 width: 120px;
 height: 120px;
 top: 491px;
 left: 15px;
 background: #fff;
}
.dic.dic27 span{
 background: url(../images/img28.png) center center no-repeat;
}
.dic.dic28{
 width: 122px;
 height: 122px;
 top: 305px;
 left: 5px;
 background: #fff;
}
.dic.dic28 span{
 background: url(../images/img29.png) center center no-repeat;
}
.dic.dic29{
 width: 107px;
 height: 107px;
 top: 124px;
 left: 70px;
 background: #fff;
}
.dic.dic29 span{
 background: url(../images/img30.png) center center no-repeat;
}
.dic.dic30{
 width: 125px;
 height: 125px;
 top: 46px;
 left: 218px;
 background: #fff;
}
.dic.dic30 span{
 background: url(../images/img31.png) center center no-repeat;
}
.dic.dic31{
 width: 122px;
 height: 122px;
 top:21px;
 right: 309px;
 background: #fff;
}
.dic.dic31 span{
 background: url(../images/img32.png) center center no-repeat;
}
.dic.dic32{
 width: 116px;
 height: 116px;
 top:97px;
 right: 57px;
 background: #fff;
}
.dic.dic32 span{
 background: url(../images/img33.png) center center no-repeat;
}
.dic.dic33{
 width: 123px;
 height: 123px;
 top:486px;
 right: 182px;
 background: #fff;
}
.dic.dic33 span{
 background: url(../images/img24.png) center center no-repeat;
}
.dic.dic34{
 width: 100px;
 height: 100px;
 top:510px;
 right: 345px;
 background: #fff;
}
.dic.dic34 span{
 background: url(../images/img34.png) center center no-repeat;
}
.dic.dic35{
 width: 123px;
 height: 123px;
 top:433px;
 right: 45px;
 background: #fff;
}
.dic.dic35 span{
 background: url(../images/img35.png) center center no-repeat;
}
.dic.dic36{
 width: 118px;
 height: 118px;
 top:599px;
 right: 0px;
 background: #fff;
}
.dic.dic36 span{
 background: url(../images/img36.png) center center no-repeat;
}
/* -----------------------------内页样式end----------------------------- */
