﻿@charset "utf-8";
@font-face {
	font-family: 'iconfontv3';
	src: url('../fonts/iconfont.eot'); /* IE9*/
	src: url('../fonts/iconfont.eot') format('embedded-opentype'),  url('../fonts/iconfont.woff') format('woff'),  url('../fonts/iconfont.ttf') format('truetype'),  url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/*---*/
html {
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
body {
	font: 12px/1.5 "微软雅黑","Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
	position: relative;
}
body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, button, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
}
textarea {
	padding: 5px;
	text-indent: 0;
	min-width: 70%;
	border: 1px solid #DDD;
}
select {
	padding: 2px;
	margin: 0;
	max-width: 100%;
	font-size: 15px;
	border: 1px solid #DDD;
}
input, textarea {
	border: 1px solid #E6E6E6;
	border-radius: 1px;
	margin: 0;
	padding: 0;
	overflow: visible;
	vertical-align: top;
}
input[type*="radio"], input[type*="checkbox"] {
	width: auto;
	border: none;
	position: relative;
	border-radius: 0px;
}
/*input, textarea, select{box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), transparent 0 0 0;-webkit-transition:all border linear .2s, box-shadow linear .2s ease-out;transition:all border linear .2s, box-shadow linear .2s ease-out;}*/
html {
	overflow: -moz-scrollbars-vertical;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	background: transparent;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
a:link, a:visited, a:active {
	text-decoration: none;
	outline: none 0;
}
a:hover {
	text-decoration: none;
	color: #cf1d1b;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
header, nav, article, aside, footer {
	display: block;
}
img {
	vertical-align: middle;
}
input:focus {
	outline: none;
}
a {
	color: #333;
}
.ui-clear:after {
	display: table;
	clear: both;
	content: "";
}
.ui-clear {
	_zoom: 1;
}
.ui-middle-box {
	text-align: center;
	display: table-cell; /* IE7+ */
	vertical-align: middle;
}
.code_img {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 80px;
	height: 33px;
	display: block;
	z-index: 99;
}
.ui-middle-box .ui-middle-hack {
	width: 0px;
	height: 100%;
	font-size: 0;
	display: inline-block; /* IE6、IE7 */
	vertical-align: middle;
}
.ui-w {
	max-width: 1180px;
	min-width: 640px;
	_width: 1180px;
	margin: 0 auto;
}
.ui-mask { /*filter:alpha(Opacity=30);*/
	background: #000;
	width: 100%;
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 302;
}
:root .ui-mask {
	background: rgba(0,0,0,0.8);
	filter: none;
}
.ui-DG {
	position: fixed;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 360px;
	margin-left: -240px;
	padding: 30px 60px;
	background: #fff;
}

.f-l{float: left}
.f-r{float: right}

/*---*/
.video-dialog {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	_position: absolute;
	background: #000;
	z-index: 1200;
	background: rgba(0,0,0,0.8);
}
/*.video-dialog .video {position: absolute;left: 50%;top: 50%;margin: -225px 0 0 -400px;padding:45px 80px;background: #EBEBEB;}*/
.video-dialog .video {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -210px 0 0 -330px;
	background: #EBEBEB;
	width: 640px;
	height: 400px;
	padding: 10px;
	background: #000;
}
.video-closed {
	position: absolute;
	font-size: 50px;
	line-height: 50px;
	height: 50px;
	font-family: "simsun";
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: #FFF;
}
/*.bodyGoods { }
  .bodyGoods .header { border-bottom:solid 1px #e6e6e6; }
  .bodyGoods .header-logo { color:#333; }
  .bodyGoods .header-nav-tit { color:#333; }*/


/*header*/
.header {
	position: relative;
	z-index: 301;
	width: 100%;
	background: #17191a;
}
.header-container {
	position: relative;
	z-index: 2;
	-webkit-transition: background 0.3s;
	width: 100%
}
.header-main {
	position: relative;
	z-index: 1;
	height: 70px;
}
.header-logo {
	float: left;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
	width: 130px;
	margin-left: 20px;
	font-size: 40px;
	line-height: 46px;
	color: #fff;
	font-family: "iconfontv3"
}
.header-nav {
	height: 65px;
	line-height: 24px;
	padding: 5px 0 0;
	font-size: 14px;
	margin-right: 5px;
}
.header-nav-item {
	
	z-index: 1;
	float: left;
	height: 65px;
	padding: 0px 15px;
}


.header-nav-tit {
	display: block;
	height: 65px;
	color: #fff;
	line-height: 65px;
}
.lihover{
	
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/13.png);
	background-position: top center;
	
	
}

.header-nav-tit:hover {
	/*opacity: 0.5;*/
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/13.png);
	background-position: top center;
}
.header-nav-sub-list {
	position: absolute;
	top: 41px;
	left: 0;
	width: 500px;
	height: 123px;
	padding-top: 29px;
	overflow: hidden;
}
.header-nav-sub-item {
	float: left;
	width: 168px;
	height: 103px;
	margin-left: -1px;
	text-align: center;
	border-left: solid 1px #e6e6e6;
}
.header-nav-sub-item a { /*color:#333; */
	text-decoration: none;
}
.header-nav-sub-pic {
	width: 168px;
	height: 75px;
}
/*.header-nav-sub-pic .ui-middle-hack { height:75px; }*/
.header-nav-sub-tit {
	margin-top: 19px;
	font-size: 14px;
	line-height: 1;
}
.header-nav-super1 .header-nav-sub-list {
	left: -100px;
}
.header-nav-super2 .header-nav-sub-list {
	left: -100px;
}
.header-r {
	position: absolute;
	right: 0;
	top: 0;
	width: 234px;
	color: #fff;
}
.header-user {
	float: left;
	width: 100%;
	margin-left:20px; 	
	height: 35px;
}
.header-user-hd{
	height: 24px;
	padding: 10px 0 0 10px;
	line-height: 24px;
	
}
.header-user-icon{
	
	display: inline-block;
    width: 17px;
    height: 15px;
    line-height: 24px;
    vertical-align: top;
	margin-right: 20px;
    font-size: 20px;
}
.header-user-nu{
	display: inline-block;
    width: 80px;
    height: 24px;
    overflow: hidden;
	line-height: 26px;
	font-size: 14px;
}
.header-tel {
	float:left;
	width:100%;	
	padding-left: 24px;
}

.header-tel-hd {
	height: 24px;
	/*padding: 10px 0 10px 10px;*/
	line-height: 24px;
}

.header-tel-hd span{
	font-size: 18px;
	color: #ff0000;
	
}
.banner{
	position: relative;
	width: 100%;

	
	margin: 0px;
	padding: 0px;
}

.home .header {
	position: absolute;
	z-index: 2;
	background: none;
}
.header-container .header-user-hd a {
	color: #fff;
}
.header-hover .header-container .header-user-hd a:hover {
	color: #cf1d1b;
}
.header-container .header-car-hd a {
	color: #fff;
}
.header-hover .header-container .header-car-hd a:hover {
	color: #cf1d1b;
}
.home .header-container0 .header-user-hd a {
	color: #fff;
}
.home .header-container0 .header-car-hd a {
	color: #fff;
}
.home .header-container1 .header-logo {
	color: #000;
}
.home .header-container1 .header-r {
	color: #333;
}
.home .header-container1 .header-user-hd a {
	color: #333;
}
.home .header-container1 .header-car-hd a {
	color: #333;
}
.home .header-container1 .header-nav-tit {
	color: #333;
}
.home .header-container2 .header-user-hd a {
	color: #fff;
}
.home .header-container2 .header-car-hd a {
	color: #fff;
}
.home .header-container3 .header-logo {
	color: #000;
}
.home .header-container3 .header-nav-tit {
	color: #000;
}
.home .header-container3 .header-user-hd a, .home .header-container3 .header-user-hd {
	color: #000;
}
.home .header-container3 .header-car-hd a {
	color: #000;
}
.header-bg {
	-webkit-transition: display 0.5s;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	height: 180px;
	background: #fff;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #e6e6e6;
}
.header-hover .header-container {
	background: #17191a;
}
.header-hover .header-container .header-nav-tit {
	color: #fff;
}
.header-hover .header-container .header-nav-tit:hover {
	color: #cf1d1b;
	opacity: 1;
}
.header-hover .header-container .header-logo {
	color: #fff;
}
.header-hover .header-container .header-r {
	color: #fff;
}
.header-hover .header-container .header-user-hd a, .header-hover .header-container .header-user-hd {
	color: #fff;
}
.header-hover .header-container .header-user-hover .header-user-hd a {
	color: #333;
}
.header-hover .header-container .header-car-hd a {
	color: #fff;
}
.header-hover .header-container .header-car-hover .header-car-hd a {
	color: #333;
}

.footer_content{
	width: 100%;
    overflow: hidden;
    background: #1e1e1e;
}
.footer_contenta{
	width: 100%;
    overflow: hidden;
    background: #000;
}
.footer_bar{
	width: 100%;
	overflow: hidden;
	background: #1e1e1e;
	height: 120px;
}

.footer_bar_cont{
	width: 1180px;
	margin: 0 auto;
	height: 120px;
	
}
.footer_left{
	margin-top: 50px;
	float: left;

	width: 160px;
	height: 150px;
	
}
.footer_left_cont{
	width: 160px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	overflow: hidden;
}

.footer_left_phone{
	color: #fff;
	font-size: 20px;	
}


.footer_right{
	
	float: left;
	width: 1115px;
	height: 100px;
	margin-top: 25px;
	
}

.footer_right_l{
	float: left;
	width: auto;
	height: 100px;
	margin-top: 25px;
	margin-left: 10px;
	
	
	
}

.footer_right_l h3{
	font-size: 12px;
	color: #919191;

}

.footer_right_l h3 a{
	color: #919191;
	font-weight: 100;
	padding: 0 5px 0 5px;
}
.footer_right_l_tit{
	padding: 20px 0 20px 0;
	color: #919191;
	font-size: 16px;
	width:auto; 
	
}

.footer_right_l_tits{

	color: #919191;
	font-size: 12px;
	
}

.footer_bot_cont{
	margin: 5px auto;
	
	padding: 0px;
	overflow: hidden;
	width: 150px;
	height: 30px;
}

.footer_bot_cont a{
	color: #fff;
	background-color: rgba(252,36,28,1);
	display: block;
	width: 150px;
	height: 36px;
	cursor: pointer;
	
}

.footer_bot_cont a span{
 line-height: 30px;

	
}

.footer_bot_cont a:hover{
	color: rgba(252,36,28,1);
	background-color: #fff;
	display: block;
	width: 150px;
	height: 36px;
	cursor: pointer;
	
}



.footer_right_r{
	float: right;
	width: auto;
	height: 150px; 
	margin-top: 10px;
	margin-right: 10px;
	
}

.footer_right_sao{
	
	color: #919191;
}




.bott{
	width: 100%;
	overflow: hidden;
	background: #000;
}
.bott_con{
	width: 1100px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	color: #8b8b8b;
	
}
.bott_con p{
	line-height: 40px;
	font-size: 12px;
	color: #8b8b8b;
}

.bott_floatleft{
	float: left;
	width: auto;
	line-height: 40px;
	color: #8b8b8b;
	margin-left: 15px;
	
}
.bott_floatright{
	float: right;
	line-height: 30px;
	width: 200px;
	text-align: right;
	height: 30px;
	padding-top: 5px;
}

.bdsharebuttonbox{
	margin-right: 20px;
	padding-top: 5px;
	float: right;
	
}


