@import url("font-awesome.min.css");
@import url("menu.css");
@import url("animate.css");
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	color:#555;
	font-family:"Microsoft YaHei", "微软雅黑";
	background-color: #FFFFFF;
	line-height:24px;
}
.xdwz {
	position:relative;
}
input, button, textarea, select {
	font-family:"Microsoft YaHei", "微软雅黑";
}
UL {
	list-style-type:none;
}
UL, p, li, form, h1, h2, h3, h4, h5, dd, dl, dt, ol {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}
::selection {
color:#fff;
background-color:#0569b9;
}
::-moz-selection {
color:#fff;
background-color:#0569b9;
}
::-webkit-selection {
color:#fff;
background-color:#0569b9;
}
::-webkit-scrollbar {
 width: 8px;
 height: 4px;
 background-color: #F5F5F5
}
::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
 border-radius: 4px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 background-color: #555
}
img {
	border:0px;
}
#headt {
	width:100%;
	float:left;
	height:35px;
	background-color:#BE4024;
	min-width:1200px;
}
#head {
	width:100%;
	float:left;
	background-color: rgba(255, 255, 255, 0.2);
	min-width:1200px;
}
#flash {
	width:100%;
	float:left;
	min-width:1200px;
}
#nyweb {
	width:100%;
	float:left;
	min-width:1200px;
	padding-top:20px;
	padding-bottom:20px;
}
.hyweb {
	width:100%;
	height:480px;
	position: relative;
	overflow:hidden;
}
.hyweb li {
	width:100%;
	height:480px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
}
.hyweb li img {
	border:0px;
	width:100%;
	height:360px
}
.hyweb li A {
	width:100%;
	height:480px;
	display:block;
	margin:auto;
	OVERFLOW: hidden;
}
/*数字按钮样式*/
.hyweb .num {
	width:100%;
	left:0px;
	bottom:25px;
	text-align:center;
	height:20px;
	line-height:20px;
	position: absolute;
	z-index: 10;
}
.hyweb .num li {
	display:inline-block;
	text-align:center;
	width:14px;
	height: 14px;
	line-height:0px;
	overflow:hidden;
	color:#fff;
	text-align:center;
	margin-right:2px;
	margin-left:2px;
	cursor:pointer;
	font-size:0px;
	overflow:hidden;
	transition:all 0.3s ease-in-out 0s;
	border-radius:14px;
	background-color:#fff;
	transition:all 0.3s ease-in-out 0s;
}
.hyweb .num li.on {
	background-color:#0569b9;
} /*当前项*/
/*上一个  下一个*/
.hyweb .prev, .hyweb .next {
	width: 50px;
	height:480px;
	position: absolute;
	filter: Alpha(Opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev:hover, .hyweb .next:hover {
	filter: Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.hyweb .prev {
	left:-50px;
	background-image: url(pre.png);
	background-repeat: no-repeat;
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(next.png);
}
#hyweb {
	width:100%;
	float:left;
	padding-top:30px;
	padding-bottom:65px;
	min-width:1200px;
	overflow:hidden;
}
#hyweb_1 {
	width:100%;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
	min-width:1200px;
}
#hyweb_3 {
	width:100%;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
	overflow:hidden;
	min-width:1200px;
	background-color:#2a2a2a;
}
#body_1 {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#dibu {
	width:100%;
	float:left;
	background-color:#333;
	padding-top:10px;
	padding-bottom:10px;
	border-top:#2B4053 solid 1px;
}
#t1 {
	width:1200px;
	float:left;
	line-height:35px;
	color:#fff;
	font-size:13px;
}
#t1 .left {
	float:left;
	width:700px;
	float:left;
}
#t1 .right {
	float:right;
	text-align:right;
}
#t1 i {
	margin-left:12px;
	margin-right:12px;
}
#t1 A.fd {
	position:relative;
	height:35px;
	cursor:pointer;
	z-index:101;
}
#t1 A.fd .pic {
	position:absolute;
	left:0px;
	top:-35px;
	height:0px;
	overflow:hidden;
	filter: Alpha(Opacity=0);
	-moz-opacity:0;
	opacity:0;
	transition:all 0.3s ease-in-out 0s;
}
#t1 A.fd .pic img {
	width:100px;
	height:100px;
}
#t1 A.fd:hover .pic {
	top:35px;
	filter: Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
	height:auto;
}
#t1 i {
	color:#fff;
	font-size:20px;
	line-height:35px;
	margin-left:6px;
	margin-right:10px;
}
#t1 b {
	color:#fff;
	font-size:16px;
}
#t1 span {
	float:left;
	margin-right:5px;
	height:35px;
	float:left;
}
#t1 A {
	color:#fff;
	padding-left:6px;
	padding-right:6px;
	display:inline-block;
	line-height:40px;
}
#t1 A:hover {
	color:#fff;
}
#top {
	width:1200px;
	float:left;
	height:120px;
}
#topr {
	width:820px;
	float:right;
}
#logo {
	width:380px;
	float:left;
	overflow:hidden;
	height:120px;
}
#logo div {
	height:120px;
	display:table-cell;
	vertical-align:middle;
}
#logo img {
	float:left;
	height:65px;
	border:0px;
	max-width:446px;
}
#rb {
	float:right;
	position:relative;
	margin-top:25px;
}
#search {
	width:40px;
	height:40px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	background-color:#BF0802;
	border-radius:40px;
}
#search .input {
	float:right;
	width:240px;
	color:#999;
	padding-left:20px;
	padding-right:30px;
	height:35px;
	line-height:25px;
	font-size:14px;
	color:#fff;
	font-family:"Microsoft YaHei", "微软雅黑";
	border:0px;
	background:none;
	outline:none;
	border:0px;
	background-color:#BF0802;
	display:none;
}
#search .buttom {
	float:right;
	width:40px;
	height:40px;
	cursor:pointer;
	border:0px;
	background-color:#BF0802;
	margin:0px;
	padding:0px;
	background-image: url(top_search_03.png);
	background-repeat: no-repeat;
	border-radius:40px;
	background-position: center center;
	position:relative;
	z-index:20;
	margin-left:-35px;
}
#foot {
	width:1200px;
	float:left;
}
#foot dl {
	float: left;
}
#foot dd {
	color: rgb(167, 171, 176);
	line-height: 2.6;
	font-size:14px;
}
#foot dd a {
	color: #fff;
}
#foot dd a:hover {
	color:#fff;
}
#foot dt {
	padding-bottom: 20px;
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	color:#fff;
}
#foot dt A {
	color:#fff;
}
#foot dt::after {
 left: 0px;
width: 30px;
height: 1px;
bottom: 0px;
display: block;
position: absolute;
content: "";
background-color: #fff;
}
.ft_dl_01 {
	width: 18.5%;
}
.ft_dl_02 {
	width: 15.5%;
}
.ft_dl_03 {
	width: 15.5%;
}
.ft_dl_04 {
	width: 24%;
}
.ft_dl_04 p {
	font-size:14px;
	color: #fff;
	line-height:32px;
}
.ft_dl_04 p A {
	color: rgb(167, 171, 176);
}
.ft_dl_05 {
	width: 25%;
	float: right;
}
.ft_search {
	background-color: #dedede;
	height:45px;
}
.ft_search form {
	padding: 0px 10px 0px 20px;
}
.ft_search input {
	border: 0px currentColor;
	border-image: none;
	width: 80%;
	background-color: transparent;
	line-height:30px;
	height:40px;
	outline:none;
	color:#fff;
}
.ft_search .button {
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
	margin-top: 10px;
	float: right;
	cursor: pointer;
	background-color: transparent;
}
.ft_search .button {
	background: url("search.png") no-repeat;
	width: 25px;
	height: 25px;
	font-size: 0px;
}
.ft_share {
	padding-left: 20px;
	margin-top: 30px;
	font-size:14px;
	color:#fff;
}
.bdsharebuttonbox {
	height: 50px;
}
.bdshare-button-style0-32.bdsharebuttonbox a {
	background: url("ft_share_01.png") no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.bdshare-button-style0-32.bdsharebuttonbox .bds_tsina {
	background-position: 0px 0px;
}
.bdshare-button-style0-32.bdsharebuttonbox .bds_tqq {
	background-position: -30px 0px;
}
.bdshare-button-style0-32.bdsharebuttonbox .bds_tqf {
	background-position: -61px 0px;
}
.bdshare-button-style0-32.bdsharebuttonbox .bds_qzone {
	background-position: -92px 0px;
}
.bdshare-button-style0-32.bdsharebuttonbox .bds_kaixin001 {
	background-position: -123px 0px;
}
.bdshare-button-style0-32.bdsharebuttonbox .bds_douban {
	background-position: -154px 0px;
}
.bdsharebuttonbox {
	position: relative;
}
.bdshare-button-style0-32.bdsharebuttonbox .qr_ion {
	background-position: -184px 0px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color:#fff;
	position:relative;
}
.qr_wrap {
	right: 25px;
	bottom: 100%;
	position: absolute;
	display:none;
}
.qr_wrap img {
	width:100px;
	height:100px;
}
#linkd {
	width:1180px;
	float:left;
	margin-top:15px;
	padding:9px;
	line-height:25px;
	color:#fff;
	font-size:14px;
	border:#fff solid 1px;
}
#linkd a {
	color:#fff;
	margin-left:6px;
	margin-right:6px;
}
#bottom {
	width:1200px;
	float:left;
	line-height:22px;
	font-size: 14px;
}
#bottom .copyright {
	text-align:center;
	LINE-HEIGHT: 25px;
	color:#A7ABB0;
}
#bottom A {
	color:#A7ABB0;
}
a:link {
	text-decoration: none;
	color:#5a5a5a;
}
a:visited {
	text-decoration: none;
	color:#5a5a5a;
}
a:hover {
	color:#BE4024;
}
.hg2 {
	margin-top:25px;
}
.hg {
	margin-top:15px;
}
.hg1 {
	margin-top:20px;
}
.izl-rmenu {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 999;
	background-color:#fff;
	width: 42px;
}
.izl-rmenu .btn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
	border:#eee solid 1px;
	margin-top:-1px;
	text-align:center;
	color:#555;
	background-color:#fff;
	line-height:40px;
}
.izl-rmenu .btn:hover {
	color:#fff;
	border:#BE4024 solid 1px;
}
.izl-rmenu .btn i {
	font-size:18px;
	line-height:40px;
}
.izl-rmenu .btn-qq {
}
.izl-rmenu .btn-qq:hover {
	background-color: #BE4024;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
}
.izl-rmenu .btn-wx {
}
.izl-rmenu .btn-wx:hover {
	background-color: #BE4024;
}
.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: -120px;
	top: -1px;
	display: none;
	width: 120px;
	height: 120px;
}
.izl-rmenu .btn-phone {
}
.izl-rmenu .btn-phone:hover {
	background-color: #BE4024;
}
.izl-rmenu .btn-phone .phone {
	background-color:#BE4024;
	position: absolute;
	width: 180px;
	left: -180px;
	top: -1px;
	line-height: 41px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}
.izl-rmenu .btn-qq .qq {
	background-color:#BE4024;
	position: absolute;
	width: 120px;
	left: -120px;
	top: -1px;
	line-height: 41px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	display: none;
}
.izl-rmenu .btn-qq .qq p {
	color:#fff;
}
.izl-rmenu .btn-top {
	display: none;
}
.izl-rmenu .btn-top:hover {
	background-color:#BE4024;
	color:#fff;
}
/*品牌专区 start*/
.indexBrand {
	background:#f8f8f8;
	padding:20px 0 70px;
}
.indexBrand ul {
	width:100%;
	height:700px;
	position:relative;
}
.indexBrand li {
	width:266px;
	height:230px;
	overflow:hidden;
	position:absolute;
	left:50%;
}
.indexBrand li .indexBrandInfo {
	width:190px;
	height:230px;
	overflow:hidden;
	padding:0 38px;
	position:absolute;
	left:0;
	top:0;
	z-index:8;
	opacity:0;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	text-align:center;
	background:url(../images/brandHoverBg.png) center center no-repeat;
}
.indexBrandInfo h5 {
	height:34px;
	overflow:hidden;
	font-size:23px;
	color:#FFF;
	font-weight:bold;
	margin-top:36px;
}
.indexBrandInfo i {
	width:35px;
	height:4px;
	background:#FFF;
	margin:0 auto;
	display:block;
}
.indexBrandInfo p {
	height:54px;
	overflow:hidden;
	line-height:18px;
	font-size:12px;
	color:#FFF;
	margin:10px 0;
}
.indexBrandInfo span {
	width:90px;
	height:24px;
	overflow:hidden;
	border:2px solid #FFF;
	line-height:24px;
	font-size:13px;
	color:#FFF;
	margin:0 auto;
	display:block;
}
.indexBrand li:hover .indexBrandInfo {
	opacity:1;
}
 .indexBrand li:hover:nth-child(5) .indexBrandInfo {
opacity:0;
}
 .indexBrand li:nth-child(1) {
margin-left:-133px;
}
.indexBrand li:nth-child(2) {
margin-left:-338px;
margin-top:118px;
}
.indexBrand li:nth-child(3) {
margin-left:72px;
margin-top:118px;
}
.indexBrand li:nth-child(4) {
margin-left:-545px;
margin-top:236px;
}
.indexBrand li:nth-child(5) {
margin-left:-133px;
margin-top:236px;
}
.indexBrand li:nth-child(6) {
margin-left:276px;
margin-top:236px;
}
.indexBrand li:nth-child(7) {
margin-left:-338px;
margin-top:355px;
}
.indexBrand li:nth-child(8) {
margin-left:72px;
margin-top:355px;
}
.indexBrand li:nth-child(9) {
margin-left:-133px;
margin-top:472px;
}
/*品牌专区 end*/
/*全站统一大标题样式*/
h3.htitle {
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:28px;
	margin-top:55px;
	margin-bottom:3px;
	color:#333;
}
h3.htitle a {
	color:#333;
}
h3.htitle a:hover {
	color:#dc1313;
}
span.htitle {
	display:block;
	text-align:center;
	font-size:18px;
	height:24px;
	line-height:24px;
	color:#777;
	font-family:Arial;
	padding-bottom:20px;
	background:url(../images/title_bg.png) no-repeat center bottom;
	margin-bottom:40px;
	text-transform: uppercase;
}
