@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;
}
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: #d20001;
	text-decoration: none;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}
/*.animate-box {
	opacity: 0;
}*/
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}
/*-------定义公共样式--------*/
#header, footer {
	width: 100%;
	margin: 0px auto;
}
/*---------头部文件---------*/
#header {
	height: 110px;
	position: relative;
}
#header .top-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#header img {
	vertical-align: middle;
	max-width: 100%;
}
#header .logo {
	float: left;
/*	display: inline;
*/	margin: 15px 0 9px 10px;
}
#header h1 {
	font-size: 24px;
	float: left;
	display: inline;
	height: 80px;
	line-height: 80px;
	margin: 10px 0 0 16px;
	font-weight: normal;
	background: url(../images/top-line.png) no-repeat left;
	padding-left: 15px;
}
#header h2 {
	float: left;
	display: inline;
	margin-top:25px;
	margin-left:85px;
}
#header h2 img{
	vertical-align: middle;
	max-width: 100%;
}
/*-----------语言与搜索--------------------*/
#header .language {
	float: right;
/*	display: inline;
*/	font-size: 15px;
	margin: 40px 20px 0 0;
}
#header .language a {
	line-height: 26px;
	padding-left: 28px;
}
#header .language a.cn {
	background: url(../images/cn-flag.png) no-repeat left;
}
#header .language a.en {
	background: url(../images/en-flag.png) no-repeat left;
	margin-left: 15px;
}
/*---------移动端导航-------------*/
.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: 29px;
	height: 29px;
	background: url(../images/search_bg.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 14px;
	right: 28px;
	z-index: 999;
}
/*------------菜单-----------*/
nav.menu {
	height: 46px;
	width: 100%;
	background: #da0101;
}
nav.menu>ul {
	max-width: 1200px;
	margin: 0 auto;
	z-index: 222;
}
nav.menu>ul>li {
	float: left;
	display: inline;
	position: relative;
}
nav.menu>ul>li:last-child {
	border: 0 none;
}
nav.menu>ul>li>a {
	color: #fff;
	font-size: 1.6em;
	display: block;
	height: 46px;
	line-height: 46px;
	padding: 0px 29px;
	text-align: center;
}
nav.menu>ul>li>a.acted {
	color: #fff;
	background: url(../images/menu-bga.jpg) repeat center bottom;
	text-decoration: none;
}
nav.menu>ul>li:hover>a {
	color: #fff;
	background: url(../images/menu-bga.jpg) repeat center bottom;
	text-decoration: none;
}
nav.menu ul li ul {
	display: none;
	position: absolute;
	z-index: 99;
	width:122px;
}
nav.menu ul li ul li {
	margin: 0;
	padding: 0;
	line-height: 38px;
	height: 38px;
/*	width: 122px;
*/}
nav.menu ul li ul li a {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	font-weight: normal;
	background: rgba(240,240,240,0.68);
	border: none;
	text-align: center;
	width: 100%;
}
nav.menu ul li ul li a:hover {
	color: #B31114;
	background: #e1e1e1;
	text-decoration: none;
}
/*-------------------*/
main>.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: auto !important;
	overflow: hidden;
	border-right:1px solid #D5D5D5;
/*	border: 1px solid #bfbfbf;
	border-bottom:0 none;
*/}

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);
}
/*----侧边栏------*/
aside {
	float: left;
	display: inline;
	width: 23%;
	height: auto !important;
	overflow: hidden;
}
aside form {
	height: 32px;
	width: 92%;
	margin: 0 auto;
	position: relative;
}
aside form input[type="text"] {
	width: 98%;
	border: 1px solid #e5e3da;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	height: 30px;
	line-height: 30px;
	font-size: 1.3em;
	padding-left: 5px;
}
aside form input[type="text"]:focus {
	border-color: #65361d;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(150,133,91, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(150,133,91, .6);
}
aside form input[type="submit"] {
	width: 20px;
	height: 20px;
	background: url(../images/search_bg.png) no-repeat;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 6px;
}
aside .pro-list {
/*	box-shadow: 0px 3px 3px #ddd, 0 0 2px #ddd;
	border-radius: 5px;
*/	overflow: hidden;
	margin: 15px 15px 20px 0;
	background: #f7f7f7;
}
aside figcaption {
	height: 80px;
	width:100%;
	margin-bottom: 10px;
	background: url(../images/asdbg.jpg) no-repeat left top;
}
aside figcaption h3 {
	color: #fff;
	font-size: 5.4em;
	padding: 0px 0 0px 15px;
/*	font-family:Helvetica, Arial, sans-serif;
*/	font-weight:normal;
	float:left;
}
aside figcaption h4 {
	font-weight: normal;
	color: #fff;
	padding: 12px 0 0 5px;
	float:left;
}
aside figcaption h4 .sp1{
	font-size: 20px;
}
aside figcaption h4 .sp2{
	font-size: 16px;
}
/*-----产品侧边栏-----*/
.subNav {
	border-bottom: solid 1px #e8e8e8;
	cursor: pointer;
	line-height: 30px;
	padding: 5px 0 5px 15px;
	position: relative;
}
.subNav span {
	font-size: 1.5em;
	padding-left: 15px;
}
.subNav>a {
	color: #333;
}
.subNav a.acur, .subNav a:hover {
	text-decoration: none;
	color: #A20F19;
}
.currentDd {
	color: #333;
}
.currentDt {
	color: #A20F19;
}
.accordion>ul {
	display: none;
}
.accordion .subNav i {
	position: absolute;
	top: 15px;
	font-size: 12px;
	-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>li a {
	display: block;
	font-size: 1.4em;
	padding: 9px 0 9px 36px;
	word-break: break-all;
	color: #969595;
	background: url(../images/icon-03.gif) no-repeat 18px 14px;
	border-bottom: 1px solid #e8e8e8;
}
.accordion>ul>li a:hover, .accordion>ul>li a.hover2 {
	text-decoration: none;
	color: #4c4a4a;
}
/*----左侧联系我们----*/
aside .contact {
	height: auto !important;
	overflow: hidden;
	margin: 0px 15px 18px 0;
	background:#F7F7F7;
}
aside .contact .info {
	font-size: 1.4em;
	line-height: 28px;
	padding: 0 12px 20px;
}
aside .contact .info a {
	color: #333;
}
aside .contact .info a:hover {
	color: #8e5325;
	text-decoration: underline;
}
aside .contact .info h3 {
	color: #B60017;
	font-weight: normal;
	margin-bottom: 5px;
}
aside .contact .info i {
	padding-right: 5px;
}
.info i.fa-user, .info i.fa-phone, .info i.fa-fax, .info i.fa-envelope, .info i.fa-envelope, .info i.fa-globe {
	font-size: 1.2em;
}
.info i.fa-map-marker {
	font-size: 1.5em;
}
.info i.fa-mobile {
	font-size: 1.8em;
}
aside .contact .info img {
	vertical-align: middle;
}
/*-----右侧内容----*/
#content .site-nav {
	font-size: 24px;
	font-weight: 200;
	color: #A20F19;
	padding: 12px 0 18px 15px;
	margin: 0 10px;
	background:url(../images/title-line.png) no-repeat left bottom;
/*	border-bottom: 1px solid #e5e5e5;
*/}
#content .site-nav span {
	font-size: 13px;
	float: right;
	display: inline;
	padding: 6px 10px 0 0;
	color: #666;
}
/*-----底部-----*/
footer {
	font-size: 1.4em;
	height: auto !important;
	overflow: hidden;
	border-top:1px solid #989898;
}
footer strong {
	font-weight: normal;
}
footer>.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	height:auto !important;
	overflow: hidden;
	padding: 10px 0px 20px;
}
footer>.wrapper .scan {
	width: 18%;
	float: left;
	text-align: center;
}
footer>.wrapper img {
	margin-top: 12px;
	vertical-align: middle;
	max-width: 100%;
}

footer>.wrapper>ul {
	width: 77%;
	float: left;
	display: inline;
	margin-left:5%;
}
footer>.wrapper>ul>li {
	width: 18%;
	float: left;
	display: inline;
	margin: 40px 0px 0px 0;
}
footer>.wrapper>ul>li>a {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
}
footer>.wrapper>ul>li>ul>li {
	line-height: 28px;
}
footer>.wrapper>ul>li>ul>li>a {
	color:#666;
	font-size: 14px;
}
footer>.wrapper>ul>li>ul>li>a:hover {
	color: #d20001;
}

footer address {
	width: 100%;
	height: auto !important;
	overflow:hidden;
	background:#3b3b3b;
	color:#c7c6c6;
}
footer address .link{
	width: 100%;
	border-bottom: 1px solid #646464;
}
footer address .link .wrapper{
	max-width:1200px;
	line-height:30px;
	margin:0 auto;
	padding:5px 0;
}
footer address .link .wrapper span{
	font-size:16px;
}
footer address a{
	color:#c7c6c6;
	padding:0 5px;
}
footer address a:hover{
	text-decoration:underline;
}

footer address .company-info{
	line-height:26px;
	padding:8px 0;
/*	line-height:48px;
*/	text-align:center;
}

footer address .company-info p.key, footer address .company-info p.key a{
	color:#3B3B3B;
}
footer address .company-info p.key a:hover{
	color:#d20001;
	text-decoration:underline;
}

footer address .company-info span {
	padding : 0 6px;
}
/*-----底部----*/
footer address .company-info2{
	line-height: 160%;
	padding: 10px 0;
	text-align:center;
	font-size: 13px;
}
/*-------分页--------*/
#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: 14px;
	padding: 5px 0px 22px 0px;
}
nav.pagelist a {
	border: #8C2B2B 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #8C2B2B;
}
nav.pagelist a:hover {
	color: #fff;
	background: #8C2B2B;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #8C2B2B 1px solid;
	background-color: #8C2B2B;
	margin-right: 6px;
	padding: 4px 7px;
	color: #fff;
}
nav.pagelist span.disabled {
	border: #ccc 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	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;
}
