@charset "utf-8";
/* CSS Document */
/*-------重设浏览器默认样式--------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, select, input, textarea, p, blockquote, table, th, td, hr, button {
	margin: 0;
	padding: 0;
}
body, select, input, textarea {
	color: #333;
	font-size: 62.5%;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	word-wrap: break-word; /*允许长单词换行到下一行*/
	word-break : normal;/*word-break: break-all;*/ /*允许在单词内换行*/
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
img, input, button {
	border: 0 none;
}
.wrapper1 img, .wrapper2 img {
	max-width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto;
}
/*去掉链接虚线，针对Firefox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #D7503C;
	text-decoration: underline;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}
@font-face {
	font-family: myFirstFont;
	src: url(../fonts/BeachmanScript.ttf);
}
/*-------定义公共样式--------*/
#header, main, footer {
	width: 100%;
	margin: 0px auto;
}

/*------顶部联系方式-------*/
#yjtop{
	height:42px;
	background:#f7f7f7;
	border-bottom:1px solid #c9cacb;
}
.top-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
#yjtop .left{
	float:left;
	display:inline;
}
#yjtop .left span {
	font-size:1.6em;
	padding:0 20px;
	color:#595757;
}
#yjtop .left a {
	font-size:1.3em;
	color:#898989;
	line-height: 42px;
	padding-left: 28px;
}
#yjtop .left a.tel {
	background: url(../images/tel.png) no-repeat left;
}
#yjtop .left a.email {
	background: url(../images/email.png) no-repeat left;
}
#yjtop .left a:hover {
	color: #D7503C;
	text-decoration: underline;
}
/*-----头部右侧----*/
#yjtop .right {
	float: right;	
}


#yjtop .right a {
	font-size:1.3em;
	color:#898989;
	line-height: 42px;
	padding-left: 28px;
}
#yjtop .right a:hover {
	color: #D7503C;
}

#yjtop .right a.cn {
	float: right;
	background: url(../images/cn-flag.png) no-repeat left;
}
/*---------搜索-----------*/
#yjtop form {
	float: right;
	width: 230px;
	margin-top:8px;
	position: relative;
	margin-right:10px;
}
#yjtop form input[type="text"] {
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	font-size: 1.4em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #dcdddd;
	background:#f7f7f7;
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .8em;
}
#yjtop form input[type="submit"] {
	width: 36px;
	height: 25px;
	background: url(../images/search-bg.png) no-repeat;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	right:0;
	top: 0;
}
/*---------头部文件---------*/
#header {
	position: relative;
}
#header img {
	vertical-align: middle;
	max-width: 100%;
}
#header .logo {
	float: left;
	display: inline;
	margin: 25px 0 0 0;
}
/*-------菜单------*/
nav.menu ul {
	clear: both;
}
nav.menu>ul>li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	display: inline;
	position: relative;
}
nav.menu>ul>li>a {
	display: block;
	text-align: center;
}
nav.menu>ul>li:hover>a, nav.menu>ul>li.acted>a {
	text-decoration: none;
}

/*----子菜单------*/
nav.menu>ul>li ul {
	display: none;
	position: absolute;
	z-index: 99;
	padding-top:8px;
	min-width: 100%;
}
nav.menu ul li ul li {
	margin: 0;
	padding: 0;
/*	width: 60px;
*/}
nav.menu ul li ul li a {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 12px;
	font-weight: normal;
	border: none;
	text-align: center;
	width: 100%;
	color:#595757;
	line-height:24px;
}
nav.menu ul li ul li a:hover {
	color: #eb811c;
	text-decoration: none;
}
/*----------------------------*/
.bigmegamenu {
	position: relative;
}
.wsmenu-list form {
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	padding: 10px 0 10px 15px;
	position: relative;
}
.wsmenu-list form input[type="text"] {
	display: block;
	border: 1px solid #CCC;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	height: 34px;
	padding-left: 10px;
	font-size: 1.4em;
	width: 190px;
	position: relative;
}
.wsmenu-list form input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wsmenu-list form input[type="submit"] {
	width: 18px;
	height: 18px;
	background: url(../images/search_bg.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 28px;
	z-index: 999;
}
/*-------------------*/
main>.wrapper {
	max-width: 995px;
	margin: 0 auto;
	position: relative;
	height: auto !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main>.wrapper >h1 {
	line-height: 35px;
	font-size: 1.6em;
	font-weight: normal;
	background: #e8e2d6;
	height: 35px;
	text-indent: 10px;
}
main>.wrapper >h1 a {
	border: none;
	width: 23px;
	height: 23px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top: 2px;
	right: 7px;
	cursor: pointer;
	outline: none;
	background: url(../images/arrow-down.png) no-repeat center center;
	background-size: 100%;
}
main>.wrapper >h1 a:hover, main>.wrapper >h1 a.dl-active {
	background: url(../images/arrow-down2.png) no-repeat center center;
}
/*-----下拉菜单-----*/
.dl-menuwrapper {
	width: 100%;
	float: right;
	right: 0;
	position: absolute;
	z-index: 10;
}
.dl-menuwrapper ul {
	background: #8d817f;
	position: absolute;
	width: 100%;
	padding: 0;
	list-style: none;
	display: none;
	z-index:8;
}
.dl-menuwrapper li {
	position: relative;
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	border-top: 1px solid #F1F1F1;
	outline: none;
}
.dl-menuwrapper li a:hover {
	text-decoration: none;
	background: rgba(255,248,213,0.1);
}
/*------子菜单------------*/
#sub-menu{
	height:180px;
	max-width:1440px;
	margin:0 auto;
	background:url(../images/sub-menu-bg.jpg) no-repeat center top;
}
/*----侧边栏------*/
aside {
	float: left;
	display: inline;
	width: 21.3%;
	height: auto !important;
	overflow: hidden;
	margin-top: 16px;
	padding-right:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

aside h2 {
	color: #595757;
	font-size: 1.3em;
	line-height: 40px;
	margin-bottom:10px;
	border-bottom:1px solid #898989;
	text-align:right;
	padding-right:20px;
}

aside ul.case {
	margin: 0 auto 25px;
	height: auto !important;
	overflow: hidden;
	padding-bottom:10px;
	border-bottom:1px solid #898989;
}
aside ul.case>li>a {
	font-size: 1.3em;
	color: #595757;
	display: block;
	text-align:right;
	padding-right:20px;
	margin:8px 0;
	line-height:24px;
/*	line-height:45px;
*/}
aside ul.case>li>a.acur, aside ul.case>li>a:hover {
	color: #ea7c14;
	text-decoration:none;
	background:url(../images/dot-1.jpg) #e2e2e4 no-repeat left center;
}
aside address {
	height: auto !important;
	overflow: hidden;
	text-align:right;
	padding-right:20px;
}
aside address p {
	text-align:right;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 18px;
}



/*-----产品侧边栏-----*/
.accordion{
	padding-left:30px;
}


.subNav {
	cursor: pointer;
	line-height:24px;
/*	line-height: 24px;
	padding: 5px 0 5px 15px;
*/	position: relative;
}
.subNav span {
	font-size: 12px;
	padding-left: 15px;
}
.subNav>a {
	color: #595757;
}
.subNav a.acur, .subNav a:hover {
	text-decoration: none;
	color: #ea7c14;
}
.currentDd {
	color: #595757;
}
.currentDt {
	color: #ea7c14;
}
.accordion>ul {
	display: none;
}
.accordion .subNav i {
	position: absolute;
	top:8px;
/*	top: 15px;
*/	font-size: 10px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.currentDt i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion>ul{
	margin:0;
	padding:0;
}
.accordion>ul>li a {
	display: block;
	font-size: 12px;
	padding: 5px 0 5px 20px;
	word-break: break-all;
	color: #595757;
	background: url(../images/icon-03.gif) no-repeat 8px 8px;
}
.accordion>ul>li a:hover, .accordion>ul>li a.hover2 {
	text-decoration: none;
	color: #ea7c14;
}






/*-----中间内容----*/
#content{
	background:#FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .site-nav {
	font-size: 14px;
	font-weight:bold;
	color: #221815;
	padding: 22px 0 10px 12px;
	margin: 0 10px;
}
#content .site-nav span {
	font-size: 12px;
	color: #898989;
	font-weight:normal;
	padding-left:8px;
}


#content .site-2 {
	font-size: 12px;
	color: #221815;
	padding-left:5px;
/*	padding: 10px 0 10px 0;
*/	margin: 0 10px;
}
/*-----右侧内容----*/
main #right{
	width:21.7%;
	float:left;
	display:inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:15px;
}
main #right h2 {
	color: #898989;
	font-size: 1.3em;
	margin-bottom:10px;
	font-weight:normal;
	padding: 22px 0 10px 0;
}

main #right ul.news {
	height: auto !important;
	overflow: hidden;
}
main #right ul.news li{
	font-size:1.2em;
	line-height:20px;
	margin-bottom:10px;
}
main #right ul.news li a {
	padding-right:20px;
}

main #right .more{
	font-size:1.2em;
	padding-left:15px;
	background:url(../images/dot-2.png) no-repeat left center;
	margin-bottom:30px;
}

/*---------搜索-----------*/
main #right form {
	width: 100%;
	position: relative;
	float: right;
	display: inline;
	margin-bottom:18px;
}
main #right form input[type="text"] {
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
	font-size: 1.2em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #dcdddd;
	background:#f7f7f7;
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .8em;
}
main #right form input[type="submit"] {
	width: 18px;
	height: 18px;
	background: url(../images/search-bg2.png) no-repeat;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	right:8px;
	top: 3px;
}

/*-------搜索区域----*/
main #right ul.keyword-area{
	background-color:#fff;
	width:100%;
	height:auto !important;
	overflow:hidden;
	padding:10px 8px 0 0;
}
main #right ul.keyword-area li {
    float: left;
	display:inline;
	margin-bottom:10px;
	margin-left: 8px;
}
main #right ul.keyword-area li a{
	color:#898989;
	display:block;
	border:1px solid #c9caca;
	font-size:1.2em;
	padding:2px 5px;
}
main #right ul.keyword-area li a:hover{
	color:#fff;
	text-decoration:none;
	background:#eb811c;
	border:1px solid #eb811c;
}
/*------底部地图-----*/
.footer-map{
	max-width:1440px;
	height:auto !important;
	overflow:hidden;
	margin:0 auto;
	background-color:#242527;
	padding-bottom:15px;
}
.footer-map .wrapper{
	max-width:995px;
	margin: 0 auto;
	position: relative;
	padding-top: 24px;
}
.footer-map .wrapper .left {
	height: auto !important;
	overflow: hidden;
	float: left;
	display: inline;
	color:#fff;
	font-size:1.2em;
	padding-top:5px;
}
.footer-map .wrapper .left1 {
	width: 26%;
}
.footer-map .wrapper .left2 {
	width: 22%;
}
.footer-map .wrapper .left .link{
	margin-bottom:8px;
}
.footer-map .wrapper .left .link ul li{
	line-height:24px;
}
.footer-map .wrapper .left .link ul li a{
	color:#898989;
}
.footer-map .wrapper .left .link ul li a:hover{
	color:#ea7c14;
	text-decoration:underline;
}
/*----------联系地址---------------*/
.footer-map .contact{
	line-height:24px;
}
.footer-map .contact span{
	color:#ea7c14;
	padding-right:5px;
}
.footer-map .contact p{
	margin-bottom:25px;
}
.footer-map .contact a{
	color:#fff;
}
.footer-map .contact a:hover{
	color:#959595;
	text-decoration:underline;
}
.footer-map .right {
	width: 52%;
	height: auto !important;
	overflow: hidden;
	float:right;
	display: inline;
}
.footer-map .right img{
	max-width:100%;
	vertical-align:middle;
}
/*-----底部-----*/
.footer1 {
	display: none;
}
footer {
	font-size: 1.3em;
	color: #c9caca;
	background-color: #1a1a1a;
}
footer a {
	color: #c9caca;
	padding: 0px 2px;
}
footer a:hover {
	color: #ea7c14;
	text-decoration: underline;
}
footer strong {
	font-weight: normal;
}
footer address {
	padding: 20px 0;
	max-width:995px;
	margin:0 auto;
	height:auto !important;
	overflow:hidden;
}
footer address span {
	padding-right: 12px;
}
/*-------分页--------*/
#content .page {
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;
}
#content .page a, #content .page span {
	padding: 4px 8px;
	border: 1px solid #555;
}
#content .page span {
	margin: 0 6px;
}
#content .page a:hover {
	background: #E5E5E5;
	text-decoration: none;
}
/*-----分页样式-----*/
nav.pagelist {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 5px 0px 22px 0px;
}
nav.pagelist a {
	border: #eb811c 1px solid;
	margin-right: 6px;
	padding: 2px 5px;
	color: #eb811c;
}
nav.pagelist a:hover {
	color: #fff;
	background: #eb811c;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #eb811c 1px solid;
	background-color: #eb811c;
	margin-right: 6px;
	padding: 2px 5px;
	color: #fff;
}
nav.pagelist span.disabled {
	border: #ccc 1px solid;
	margin-right: 6px;
	padding: 2px 5px;
	color: #3C3C3C;
}
/*--------上下翻页------------*/
#content .prevnext {
	margin: 0px 20px 30px 20px;
	clear: both;
	font-size: 14px;
	padding: 10px 17px 5px 17px;
	text-align: center;
	height: auto !important;
	overflow: hidden;
	border-top: 1px dotted #959595;
}
#content .prevnext .previous {
	width: 50%;
	float: left;
	text-align: left;
}
#content .prevnext .next {
	width: 50%;
	float: right;
	text-align: right;
}
.nothing {
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}
/*-------百度地图API-------*/
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
#bdmap {
	height: 258px;
	border: #ccc solid 1px;
}
