@charset "utf-8";
/* CSS Document */
/*-------重设浏览器默认样式--------*/
html{
	font-size:62.5%;
}
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: #434343;
	font-size:1.4rem;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	word-wrap: break-word; /*允许长单词换行到下一行*/
	word-break : normal;/*word-break: break-all;*/ /*允许在单词内换行*/
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
img, input, button {
	border: 0 none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
/*去掉链接虚线，针对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;
}
.container {
	max-width: 1280px;
    margin: 0 auto;
	height:auto !important;
	overflow:hidden;
	padding:0 15px;
	position:relative;
}
/*-------定义公共样式--------*/
#header, main, footer {
	width: 100%;
	margin: 0px auto;
}
/*---------头部文件---------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background: #ffffff;
	-webkit-box-shadow: 0 0px 3px #a1a1a1;
	-moz-box-shadow: 0 0px 3px #a1a1a1;
	-o-box-shadow: 0 0px 3px #a1a1a1;
	box-shadow: 0 0px 3px #a1a1a1;
	border: none;
}
#container {
	padding-top: 120px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#header .top-1{
	padding: 15px 0;
	background: #333333;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	overflow: hidden;
	color: #ffffff;
	font-size:1.3rem;
}
#header .top-1 a{
	color: #ffffff;
}
#header .top-1 a:hover{
	color: #fd7505;
	text-decoration:underline;
}
#header.active .top-1{
	height: 0;
	padding: 0;
}
#header .top-1 ul.info-list li {
	display: inline-block;
	margin-right: 25px;
}
#header .top-1 ul.info-list li i {
	color: #E60012;
	margin-right: 10px;
}
#header .topbar-left{
	float:left;
	display:inline;
	width:70%;
}
#header .topbar-right{
	float:left;
	display:inline;
	width:30%;
	text-align:right;
}
/*---------头部文件---------*/
#header .top-2 {
	max-width: 1280px;
    margin: 0 auto;
	padding:0 15px;
	position:relative;
}
#header .logo {
	float: left;
	padding:8px 0;
}
#header .language {
	display:none;
    float: left;
	padding: 25px 0px 0 8px;
}
/*------------菜单-----------*/
nav.menu {
	float: right;
	display: inline;
	position: relative;
}
nav.menu>ul>li {
	float: left;
	display: inline;
	position: relative;
}
nav.menu>ul>li:last-child a{
	float: right;
	display: inline;
	margin:0 0 0 5px;
}
nav.menu>ul>li>a {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	padding: 27px 18px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
nav.menu >ul>li:hover>a, nav.menu>ul>li>a.active, nav.menu>ul>li>a:focus{
	color:#E60112;
	text-decoration: none;
}
/*-------子菜单-------*/
nav.menu>ul>li>ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:11;
	overflow: hidden;
	background: rgba(240,240,240,0.7);
	width:100%;
	border-top: 2px solid #E60012;
}
nav.menu>ul>li>ul li a {
	clear:both;
	display: block;
	padding:8px 5px;
/*	line-height:1.4;
*/	font-weight: normal;
	text-align: center;
	width: 100%;
}
nav.menu>ul>li>ul li a:hover {
	color: #E60012;
	background-color:#f0f0f0;
	text-decoration: none;
}
/*---------搜索-----------*/
nav.menu form {
	float:right;
	display: inline;
	width: 200px;
	position: relative;
	margin-left:26px;
	margin-top:4px;
}
nav.menu form input[type="text"] {
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	height:28px;
	line-height: 28px;
	padding-left: 6px;
	width:100%;
}
nav.menu 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);
}

nav.menu form input[type="submit"] {
	width: 19px;
	height: 19px;
	background: url(../images/search-bg.jpg) no-repeat;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	right:5px;
	top: 4px;
}
/*---------移动端导航-------------*/
.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;
	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;
}
/*----------------------------*/
#banner{
	clear:both;
	height:auto !important;
	overflow:hidden;
}
/*----------------------------*/
main>.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
main>.wrapper >h1 {
	line-height: 35px;
	font-size: 1.6rem;
	font-weight: normal;
	background: #DDE4E9;
	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: #015FA6;
	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: 1.2rem;
	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);
}
/*-----内页导航----*/
nav.breadcrumb-wrapper{
	background: #F4F4F4;
	padding: 30px 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
nav.breadcrumb-wrapper h2{
	font-size: 16px;
	width: 25%;
	float: left;
	display:inline;
}
nav.breadcrumb-wrapper .location {
	text-align: right;
	width: 75%;
	float: left;
	display:inline;
}
/*------内页与公共部分------*/
#content {
	padding: 45px 0;
}
#content .inner-left{
	float:left;
	width:75%;
}
/*----侧边栏------*/
aside {
	float: left;
	width: 25%;
	padding-left:30px;
}
aside>h2 {
    color: #525659;
	text-transform:capitalize;
    font-weight: 600;
	font-size: 2rem;
	margin-bottom: 10px;
}

aside form {
	height: 32px;
	width: 100%;
/*	width: 92%;
	margin: 0 auto;
*/	position: relative;
}
aside form input[type="text"] {
	width: 100%;
	border: 1px solid #e5e3da;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	border-radius: .5rem;
	height: 30px;
	line-height: 30px;
	font-size: 1.3rem;
	padding:0 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_bg2.png) no-repeat;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 6px;
}
aside .accordion{
	padding-bottom:20px;
}
/*-----产品侧边栏-----*/
.subNav {
	border-bottom: solid 1px #e8e8e8;
	cursor: pointer;
	position: relative;
	padding:8px 0;
	font-size:1.5rem;
}
.subNav>a {
	color: #555;
}
.subNav a.acur, .subNav a:hover {
	text-decoration: none;
	color: #E60112;
}
.currentDd {
	color: #555;
}
.currentDt {
	color: #E60112;
}
.accordion>ul {
	display: none;
}
.accordion .subNav i {
	font-size: 1.2rem;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-right: 8px;
}
.currentDt i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion>ul>li a {
	display: block;
	padding: 8px 0 8px 30px;
	word-break: break-all;
	color: #969595;
	background: url(../images/icon-03.gif) no-repeat 15px 11px;
	border-bottom: 1px solid #e8e8e8;
}
.accordion>ul>li a:hover, .accordion>ul>li a.hover2 {
	text-decoration: none;
	color: #4c4a4a;
}
/*----左侧联系我们----*/
aside .contact {
	line-height: 1.8;
}
aside .contact a:hover {
	text-decoration: underline;
}
aside .contact h3 {
	color: #B60017;
	font-weight: normal;
	margin-bottom: 5px;
}

/*------产品滚动-----*/
.all-part{
	width:80%;
	margin:0 auto 20px;
}
.hiSlider {
	overflow: hidden;
	width: 100%;
	background: #eee;
}
.hiSlider-item {
	float: left;
}
.hiSlider img {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	vertical-align:middle;
}


/*--------底部--------*/
footer {
	padding: 50px 15px 40px;
	color:#fff;
	background-color:#252525;
	height: auto !important;
	overflow: hidden;
}
footer strong {
	font-weight: normal;
}
footer>.wrapper {
	max-width: 1250px;
	margin: 0 auto;
	height: auto !important;
	overflow: hidden;
}
footer>.wrapper>ul {
	width: 60%;
	float: left;
	display: inline;
}
footer>.wrapper>ul>li {
	width: 18%;
	float: left;
	display: inline;
	text-align:center;
	border-right:1px dotted #fff;
}
footer>.wrapper>ul>li>a {
	display: block;
	margin-bottom: 18px;
	font-size: 1.8rem;
	line-height: 28px;
	color:#fff;
}
footer>.wrapper>ul>li>a:hover {
	color:#e8eaec;
}
footer>.wrapper>ul>li>ul>li {
	line-height: 1.7;
}
footer>.wrapper>ul>li>ul>li>a {
	color:#fff;
	font-size: 1.3rem;
}
footer>.wrapper>ul>li>ul>li>a:hover {
	text-decoration:underline;
	color: #e8eaec;
}
footer>.wrapper .scan {
	width: 15%;
	float: left;
	display:inline;
	text-align: center;
}
footer>.wrapper .scan p {
    color: #fff;
	line-height:32px;
}
/*-----底部联系我们----*/
footer>.wrapper .info {
	width: 25%;
	float: left;
	display:inline;
	font-size: 1.3rem;
	line-height: 2.1;
}
footer a {
	color: #efefef;
}
footer a:hover {
	color: #d20001;
	text-decoration: underline;
}
footer>.wrapper .info i{
	padding-right: 6px;
}
footer>.wrapper .info h3 {
	font-weight: normal;
	font-size:1.6rem;
	margin-bottom: 5px;
}
/*--------------------------------*/
#bottom {
	width: 100%;
	height: auto !important;
	overflow:hidden;
	background:#3e3e3e;
	color:#fff;
	padding:18px 15px;
}
#bottom a{
	color:#fff;
}
#bottom a:hover {
	color:#e8eaec;
	text-decoration:underline;
}
#bottom>.wrapper{
	max-width: 1250px;
	margin: 0 auto;
	height:auto !important;
	overflow: hidden;
	background:#3e3e3e;
	color:#fff;
	line-height:24px;
}
#bottom >.wrapper .left{
	width:80%;
	float:left;
	display:inline;
}
#bottom >.wrapper .left span{
	padding-left:10px;
}
#bottom >.wrapper .right{
	width:20%;
	text-align:right;
	float:right;
	display:inline;
}
/*----回到顶部---*/
#back-to-top {
	position: fixed;
	bottom: 302px;
	right: 0;
	width: 66px;
	height: 66px;
	display: none;
	overflow: hidden;
	z-index: 99;
}
#back-to-top a {
	background: #99969e url(../images/icontop.png) no-repeat top left;
	width: 66px;
	height: 66px;
	display: block;
	top: 0;
	left: 0;
	opacity: .7;
}
#back-to-top a.top:hover {
	background-color: #f66
}
/*-------分页--------*/
#content .page {
	line-height: 30px;
	text-align: center;
	font-size: 1.2rem;
}
#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;
	padding: 20px 0px 30px 0px;
}
nav.pagelist a {
	border: #0065B4 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #0065B4;
}
nav.pagelist a:hover {
	color: #fff;
	background: #0065B4;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #0065B4 1px solid;
	background-color: #0065B4;
	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 0 50px 0;
	clear: both;
	padding: 10px 15px 0;
	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: 1.3rem;
	text-align: center;
	margin-bottom: 10px;
}
/*-------百度地图API-------*/
.iw_poi_title {
	color: #CC5522;
	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
}
#dituContent {
	height: 330px;
	border: #ccc solid 1px;
}
