@charset "utf-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,mark,menu,nav,nav li,nav ul,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none;margin:0;padding:0}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
.mobile-left-bg,.mobile-left-menu,.mobile-tool,.mobile-top-btn{display:none}
a{
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
	color:#8f8b8a
}
body{
	font-size:13px;
	color:#8f8b8a;
	line-height:22px;
	font-family:"微软雅黑 Light"
}
.clear{clear:both;float:none}
.w{width:1200px;margin-right:auto;margin-left:auto}
#header .top_bar {
	background-color: #f8f6f7;
	height: 30px;
	line-height: 30px;
	min-width:1200px;
}
#header .top_bar .welcome {
	float: left;
}
#header .top_box {
	height: 162px;
	position: relative;
	clear: both;
	float: none;
}
#header .top_box .logo {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 3;
}
#header .top_box .logo p {
	font-size: 22px;
	padding-top: 1px;
}
#header .top_box .menu {
	height: 42px;
	position: absolute;
	right: 0px;
	text-align: right;
	z-index: 2;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d2d1d0;
	top: 101px;
}
#header .top_box .menu ul li {
	display: inline-block;
	white-space: nowrap;
}
#header .top_box .menu ul li:nth-child(1) a {
margin-left: 0px;
}
#header .top_box .menu ul li a {
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 17px;
	line-height: 32px;
	height: 32px;
	margin-top: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 18px;
	-o-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;
}
#header .top_box .menu ul li.cur a, #header .top_box .menu ul li a:hover {
	background-color: rgba(232, 56, 43, 0.3);
	color: #FFFFFF;
}
#header .top_box .right {
	position: absolute;
	z-index: 3;
	top: 15px;
	right: 0px;
}
#header .top_box .right .tel {
	text-align: right;
	white-space: nowrap;
	font-size: 16px;
	background-image: url(../images/ico_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
	float: right;
	padding-right: 15px;
}
#header .top_box .right .search {
	width: 168px;
	margin-top: 14px;
	height: 30px;
	clear: both;
	float: right;
	position: relative;
}
#header .top_box .right .search .k {
	width: 100%;
	height: 30px;
	border: 1px solid #626262;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	outline:none;
	padding-left: 10px;
	box-sizing:border-box;
	font-family: "微软雅黑 Light";
}
#header .top_box .right .search .go {
	position: absolute;
	top: 1px;
	right: 5px;
	background-image: url(../images/ico_so.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 26px;
	width: 33px;
	outline:none;
	cursor: pointer;
}
#footer {
	background-color: #362e2b;
	clear: both;
	float: none;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 145px;
	min-width:1200px;
	margin-top: 90px;
}
#footer .w {
	position: relative;
}
#footer .logo {
	position: absolute;
	left: 0px;
	top: 10px;
	text-align: center;
	font-size: 20px;
	color: #CCCCCC;
}
#footer .erweima {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #CCCCCC;
	font-size: 18px;
	line-height: 16px;
}
#footer .copyright {
	text-align: center;
	font-size: 14px;
	display: table;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#footer .copyright .box {
	vertical-align: middle;
	display: table-cell;
	min-height: 145px;
	height: 145px;
}
#main {
	margin-top: 65px;
}
#main #left {
	width: 208px;
	float: left;
}
#main #left .tit {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 23px;
	color: #FFFFFF;
	background-color: rgba(232, 56, 43, 0.3);
}
#main #left .box ul li {
	font-size: 17px;
	margin-top: 8px;
}
#main #left .box ul li a {
	display: block;
	text-align: center;
	-o-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;
	line-height: 36px;
	height: 36px;
}
#main  #left  .box  ul  li  a:hover,#main #left .box ul li.cur a,#main #left .box ul .linecur li a {
	background-color: #378dc3;
	color: #FFFFFF;
	text-decoration: none;
}
#main #left .box ul .sub {
	display: none;
}
#main #left .box ul .linecur .sub {
	background-color: #378dc3;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	display: block;
}
#main #left .box ul .linecur .sub a {
	color: #FFFFFF;
}
#main #left .box .sub a {
	display: block;
	text-align: center;
	line-height: 24px;
	height: 24px;
}

#main #right {
	width: 920px;
	float: right;
}
#main #right .weizhi {
	text-align: right;
}
#main #right .weizhi span {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fae2e2;
	margin-right: 20px;
}
#main #right .prolist {
	width: 920px;
	overflow: hidden;
}
#main #right .prolist ul {
	width: 1100px;
}

#main #right .prolist ul li {
	float: left;
	width: 232px;
	text-align: center;
	margin-top: 21px;
	margin-right: 28px;
	margin-left: 27px;
	font-size: 17px;
	margin-bottom: 25px;
}
#main #right .prolist ul li p {
	padding-top: 10px;
}
#main #right .prolist ul li a {
	color: #555555;
}
#main #right .prolist ul li .pic {
	text-align: center;
	display: table;
	height: 250px;
	width: 230px;
	border: 1px solid #d2d2d2;
}
#main  #right  .prolist  ul  li  .pic  span {
	vertical-align: middle;
	display: table-cell;
}




#index_banner {
	height: 600px;
	background-repeat: no-repeat;
	background-position: center top;
	min-width:1200px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#index_banner .bd {
	height: 600px;
}
#index_banner .bd ul li {
	display: block;
	height: 600px;
	width: 100%;
}
#index_banner .bd ul li a {
	display: block;
	height: 600px;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-size:auto 600px;
	background-repeat: no-repeat;
	background-position: center top;
}
#index_banner .hd {
	position: absolute;
	height: 12px;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 20px;
	z-index: 2;
	text-align: center;
}
#index_banner .hd ul li {
	height: 12px;
	width: 12px;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
	text-indent: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(232, 56, 43, 0.3);
	-o-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;
}
#index_banner .hd ul li.on {
	background-color: rgba(232, 56, 43, 1);
}




#main_banner {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	min-width:1200px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#main_banner .bd {
	height: 300px;
}
#main_banner .bd ul li {
	display: block;
	height: 300px;
	width: 100%;
}
#main_banner .bd ul li a {
	display: block;
	height: 300px;
	width: 100%;
	background-size:auto 300px;
	background-repeat: no-repeat;
	background-position: center top;
}
#main_banner .hd {
	position: absolute;
	height: 12px;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 20px;
	z-index: 2;
	text-align: center;
}
#main_banner .hd ul li {
	height: 12px;
	width: 12px;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
	text-indent: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(232, 56, 43, 0.3);
	-o-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;
}
#main_banner .hd ul li.on {
	background-color: rgba(232, 56, 43, 1);
}

#brand {
	margin-bottom: 60px;
	overflow: hidden;
}
#brand ul {
	width: 1400px;
}
#brand ul li {
	width: 523px;
	display: block;
	float: left;
	margin-right: 154px;
	margin-top: 95px;
	text-align: center;
}
#brand ul li .logo {
	height: 156px;
	text-align: center;
}
#brand ul li .logo img {
	height: 156px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bcbab9;
}
#brand ul li .title {
	font-size: 36px;
	height: 108px;
	line-height: 80px;
}
#brand ul li .pic {
}

#brand ul li .pic img {
	height: 388px;
	width: 523px;
}
#main #right .single_page {
	clear: both;
	float: none;
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}
#main #right .single_page .name {
	text-align: center;
	padding-bottom: 30px;
}
#main #right .single_page .name h1 {
	font-size: 22px;
	font-weight: normal;
}
.newslist {
	clear: both;
	float: none;
}

.newslist ul li{
	font-size: 14px;
	display: block;

	-o-transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;transition:all .8s;
}
.newslist ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

.newslist ul li:hover {
	background-color: #F9F9F9;
	padding-left: 10px;
}
.newslist ul li:hover a {
	color: #666666;
}


.newslist ul li span{
	float: right;
	padding-right: 20px;
}
.feedbackbox {
	width: 680px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
.feedbackbox dl {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.feedbackbox dl dt {
	text-align: right;
	display: block;
	width: 80px;
	float: left;
	line-height: 36px;
}
.feedbackbox  dl dd {
	display: block;
	width: 600px;
	float: left;
}
.feedbackbox dl dd input.txt {
	height: 32px;
	width: 50%;
	border: 1px solid #D6D3D3;
	font-family: "微软雅黑 Light";
	padding-left: 10px;
	box-sizing:border-box;
	outline:none;
}
.feedbackbox dl dd.textarea textarea {
	border: 1px solid #D6D3D3;
	width: 100%;
	padding-left: 10px;
	font-family: "微软雅黑 Light";
	line-height: 24px;
	box-sizing:border-box;
	outline:none;
}
.feedbackbox dl dd input.btn {
	width: 100px;
	height: 38px;
	background-color: #FFFFFF;
	border: 1px solid #D6D3D3;
	font-family: "微软雅黑 Light";
	font-size: 14px;
	outline:none;
	cursor: pointer;
}
#main #right .proshow {
	clear: both;
	float: none;
	margin-top: 20px;
	width: 920px;
}
#main #right .proshow .head {
	display: marker;
	width: 100%;
}
#main #right .proshow .head .l {
	vertical-align: middle;
	display: table-cell;
	width: 450px;
}
#main #right .proshow .head .r {
	vertical-align: middle;
	display: table-cell;
	padding-left: 30px;
	font-size: 18px;
}
#main #right .proshow .head .r h1 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}
#main #right .proshow .head .r .price strong {
	font-size: 22px;
	color: #E8382B;
}
#main #right .proshow .head .r .fenxiang {
	padding-top: 20px;
}


#main #right .proshow .head .pic {
	width: 450px;
	text-align: center;
	display: table;
}
#main #right .proshow .head .pic span {
	vertical-align: middle;
	display: table-cell;
}

#main #right .proshow .head .pic img {
	width: auto;
	max-height:340px;
}

#main #right .proshow #procontent {
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
	clear: both;
	float: none;
	width: 920px;
	overflow: auto;
}
#main #right .proshow #procontent img {
	height: auto;
	max-width:920px;
}
#main #right .single_page .newshead {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
#main #right .single_page .newshead h1 {
	font-size: 20px;
	color: #666666;
}
#main #right .single_page .newshead .date {
	font-size: 13px;
}
#main #right .single_page .bottom {
	clear: both;
	float: none;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#main #right .single_page .bottom .fenxiang {
	float: right;
}
#main #right .single_page .bottom .sxy {
	float: left;
	font-size: 14px;
	color: #999999;
}
/*分页*/
.flickr{
	text-align: right;
	clear: both;
	float: none;
	padding-top: 38px;
	padding-bottom: 15px;
	padding-right: 20px;
}
.flickr span,.flickr a{
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
	line-height: 30px;
	text-align: center;
	height: 30px;
	overflow: hidden;
	padding-left: 5px;
	min-width:22px;
	padding-right: 5px;
	font-size: 16px;
	color: #908b8a;
}
.flickr a:hover,.flickr .current{
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
}
