@charset "utf-8";
/*-------定义公共样式--------*/
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 {
	border: 0 none;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto;
}
/*去掉链接虚线，针对Firfox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #8d0701;
	text-decoration: underline;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}
/*--------主体框架---------*/
#header, footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
main {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
/*---------头部文件---------*/
.auto-hide-header {
	width: 100%;
	border-bottom: 4px solid #8d0701;
}
.auto-hide-header .logo {
	float: left;
}
/*-----------语言与搜索--------------------*/
.auto-hide-header .language a {
	font-size: 14px;
	line-height: 26px;
}
.auto-hide-header .language a.cn {
	padding-left: 25px;
	background: url(../images/cn-flag.jpg) no-repeat left;
	margin-right: 10px;
}
.auto-hide-header .language a.en {
	padding-left: 25px;
	background: url(../images/en-flag.jpg) no-repeat left;
	margin-right: 10px;
}
.auto-hide-header .language form {
	height: 26px;
	position: relative;
}
.auto-hide-header .language form input[type="text"] {
	border: 1px solid #CCC;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	font-size: 1.3em;
}
.auto-hide-header .language 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);
}
.auto-hide-header .language form input[type="submit"] {
	width: 18px;
	height: 18px;
	background: url(../images/search_bg.png) no-repeat center center;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 5px;
}
/*-------菜单------*/
nav.menu {
	float: right;
	display: inline;
}
nav.menu ul {
	clear: both;
}
nav.menu ul li {
	float: left;
	display: inline;
}
nav.menu > ul a {
	font-size: 1.5em;
	display: block;
}
nav.menu > ul a:hover {
	text-decoration: none;
}
/*-------焦点图--------*/
/*#banner {
	clear: both;
	width: 1004px;
	margin: 0 auto;
	height: 171px;
	background: url(../images/banner_bg.jpg) no-repeat;
}*/
/*-----------------------------*/
#products {
	width: 100%;
	float: left; margin-top: 10px;
}
#products section {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: auto !important;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
#products section >h1 {
	line-height: 35px;
	font-size: 1.6em;
	font-weight: normal;
	background: #dde4e9;
	height: 35px;
	text-indent: 10px;
}
#products section >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%;
}
#products section >h1 a:hover, #products section >h1 a.dl-active {
	background: url(../images/arrow-down2.png) no-repeat center center;
}
/*----侧边栏------*/
aside {
	float: left;
	display: inline;
	width: 22%;
	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: #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);
}
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 12px 20px 12px;
}
aside figcaption {
	background: #8d0701;
	padding: 10px 20px;
	margin-bottom: 10px;
}
aside figcaption h3 {
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
}
/*-----产品侧边栏-----*/
.subNav {
	border-bottom: solid 1px #e8e8e8;
	cursor: pointer;
	line-height: 30px;
	padding: 5px 0 5px 15px;
	position: relative;
}
.subNav span {
	font-size: 1.6em;
	padding-left: 15px;
}
.subNav a.acur, .subNav a:hover {
	text-decoration: none;
	color: #8d0701;
}
.currentDd {
	color: #333;
}
.currentDt {
	color: #8d0701;
}
.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 52px;
	word-break: break-all;
	color: #969595;
	background: url(../images/icon-03.gif) no-repeat 38px 14px;
	border-bottom: 1px solid #e8e8e8;
}
.accordion>ul>li a:hover, .accordion>ul>li a.hover2 {
	text-decoration: none;
	color: #4c4a4a;
}

.accordion>ul>li>ul {
	/*display: none;*/
}
.accordion>ul>li>ul li a {
	padding: 6px 0 6px 40px;
	font-size: 13px;
	font-weight: normal;
	background:none;
}
.accordion>ul>li>ul li a:hover {
	color: #675C7C;
}

/*----左侧联系我们----*/
aside .contact {
	height: auto !important;
	overflow: hidden;
	box-shadow: 0px 3px 3px #ddd, 0 0 2px #ddd;
	border-radius: 5px;
	margin: 15px 12px 18px 12px;
}
aside .contact figcaption {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
aside .contact .info {
	font-size: 1.4em;
	line-height: 28px;
	padding-left: 12px;
	padding-bottom: 20px;
}
aside .contact .info i {
	padding-right: 5px;
}
.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;
}
/*-----下拉菜单-----*/
.dl-menuwrapper {
	width: 100%;
	float: right;
	right: 0;
	position: absolute;
	z-index: 10;
}
.dl-menuwrapper ul {
	background: #375d7c;
	position: absolute;
	width: 100%;
	padding: 0;
	list-style: none;
	display: none;
}
.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);
}
/*-----右侧内容----*/
#content .site-nav {
	font-size: 24px;
	font-weight: 200;
	color: #8d0701;
	padding: 12px 0 6px 12px;
	margin: 0 10px;
	border-bottom: 1px solid #e5e5e5;
}
#content .site-nav span {
	font-size: 13px;
	float: right;
	display: inline;
	padding: 6px 10px 0 0;
	color: #666;
}
/*----底部-----*/
.footer1 {
	display: none;
}
footer {
	font-size: 1.4em;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #434343;
}
footer a {
	color: #fff;
	padding: 0px 2px;
}
footer a:hover {
	color: #fff;
}
footer strong {
	font-weight: normal;
}
footer address {
	line-height: 180%;
	padding: 12px 0;
}
footer address span {
	padding-right: 12px;
}
/*-------分页--------*/
#content .page {
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;
}
#content .page a {
	padding: 4px 8px;
	border: 1px solid #555;
}
#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 li{ display: inline-block}
nav.pagelist a {
	border: #8d0701 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #8d0701;
}
nav.pagelist a:hover {
	color: #fff;
	background: #8d0701;
	text-decoration: none;
}
nav.pagelist .thisclass {
	border: #8d0701 1px solid;
	background-color: #8d0701;
	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;
}









.fth { height:75px;}


 .ft { position: fixed; bottom: 0px; width: 100%;   z-index: 9999; background-color: #2668b4; padding:10px 0; }
 .ft ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;  overflow: hidden; text-align: center; }
 .ft ul li { width: 25%; overflow: hidden; }
 .ft ul li a { color: white; }
 .ft ul li p { margin-top:5px; font-size: 16px; height: 20px; line-height: 20px; color: white; }
 .ft ul li i { color: white; font-size: 16px;  color: white; display: block; text-align: center; }
 .ft ul li i img{height: 30px; }




.probox {
    display:flex; justify-content: space-between;
}
.proboxpic{ width:49%;}
.proboxtxt{ width:49%;}

.pro-info-list {
    word-break: break-all;     text-align: left; margin-top: 30px;
    line-height: 28px; font-size: 14px;
}.pro-info-list>li {
    display: flex;
}
 .pro-info-list .prod-specifics-brand>labe{
    display: inline-block;
    min-width: 110px;
    max-width: 40%;
    word-break: break-word;
}
.first-typename{padding:30px 0;     text-align:center;}
.first-typename a{font-size:20px; font-weight:bold; color: #8d0701;  }

.mySwiper .swiper-button-next:after,.mySwiper  .swiper-button-prev:after{font-size:12px; color:#fff;}

.mySwiper .swiper-button-next,.mySwiper  .swiper-button-prev{background: #8d0701;  width:25px; height:25px; line-height:25px; text-align:center;     border-radius: 3px; margin-top:-12px;}
.mySwiper  .swiper-button-prev{ left:0;}
.mySwiper .swiper-button-next{ right:0;}


@media screen and (max-width: 750px) {
	
	.probox{flex-wrap: wrap;}
   .proboxpic{ width:100%;}
.proboxtxt{ width:100%;}
.pro-info-list{margin-top: 10px; margin-bottom:20px;} 
#content .news-info header h1{ font-size: 2em; text-align: center !important; margin-top: 10px;}
}