@charset "utf-8";
/* CSS Document */

/*****Basic Element*****/
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "黑体";
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
}
body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #535452;
	min-width: 1002px;
}
*:focus{
	outline:0px;}
a {
	text-decoration: none;
	color: #535452;
}
a:hover {
	transition:.5s;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
a img {
	transform:scale(1,1);
}
a:hover img {
	transform:scale(1.1,1.1);
	transition:all 0.5s;
	-webkit-transform:scale(1.1,1.1);
}
body {
	overflow-x:hidden;
}
/*****Generic Classes*****/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	height:0;
	clear: both;
}
.hidden {
	display: none;
}
.ww {
	width: 1200px;
	margin: 0 auto;
}
/*****Basic Layout*****/
#wrap {
}
/*****Top*****/
#top {
	height:30px;
	line-height:30px;
	color:#fff;
	background:#111;
}
#top .gg {
	max-width:620px;
	font-size:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#top .tel {
	font-size:14px;
	padding-left:22px;
	background:url(../../images/icon_tel_03.png) no-repeat left center;
}
/*****Header*****/
#header {
	padding-top:15px;
	height:75px;
}
#header .logo:hover img {
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
}
#header .web-search{
	color:#1a1a1a;
	font-size:0px;
	margin-top:10px;
}
#header .web-search span{
	font-size:14px;
	height:35px;
	line-height:35px;
	vertical-align:middle;
}
#header .web-search input{
	margin:0px;
	padding:2px 5px;
	width:270px;
	height:29px;
	line-height:29px;
	font-size:14px;
	color:#5b5b5b;
	border:1px solid #0f0f0f;
	vertical-align:middle;
}
#header .web-search input.btn{
	width:35px;
	height:35px;
	background:#0f0f0f url(../../images/icon-search.png) no-repeat 0 0 ;
	border-radius:50%;
	margin-left:-17px;
}
/*****Nav*****/
#nav {
	height:62px;
	background:#912d0a;
}
#nav li {
	width:200px;
}
#nav li a {
	display:block;
	width:200px;
	height:62px;
	line-height:62px;
	text-align:center;
	font-size:18px;
	color:#fff;
}
#nav li a span {
	font-family:Arial, Helvetica, sans-serif;
}
#nav li a:hover,#nav li a.selected {
	background:#4f1805;
}
/*****Banner*****/
.flexslider {
	position: relative;
	height: 600px;
	overflow: hidden;
	background: url(../../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 600px;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
 *display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 12px;
	height: 13px;
	line-height: 50px;
	overflow: hidden;
	background: url(../../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 40%;
}
.flex-direction-nav li a {
	display: block;
	width: 35px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	right: 52%;
	margin-right: 500px;
	background: url(../../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	left: 52%;
	margin-left: 500px;
	background: url(../../images/next.png) center center no-repeat;
}
/*****热门产品*****/
.hotpro {
	height:142px;
	padding-top:23px;
	background:#ebebeb;
}
.hotpro .ww {
	position:relative;
}
#marquee4 {
	width:1096px;
	height:119px;
	margin:0 auto;
	overflow:hidden;
}
#marquee4 li {
	width:350px;
	padding-right:22px;
}
#marquee4 li a {
	display:block;
	width:333px;
	height:102px;
	border:1px #bfbfbf solid;
	background:#fff;
	padding:15px 0 0 17px;
}
#marquee4 li .picbox {
	width:133px;
	height:91px;
	overflow:hidden;
}
#marquee4 li .pictureSet_box {
	display:block;
	width:133px;
	height:91px;
	overflow:hidden;
}
#marquee4 li dl {
	width:175px;
	margin-left:10px;
}
#marquee4 li dt {
	font-size:14px;
	color:#030303;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#marquee4 li dd {
	font-size:12px;
	color:#5c5c5c;
	line-height:20px;
	max-height:60px;
}
#contro3 a {
	display:block;
	width:33px;
	height:61px;
	position:absolute;
	top:30px;
}
#contro3 #goL2 {
	right: 0;
	background:url(../../images/arrow_03.jpg) no-repeat right top;
}
#contro3 #goR2 {
	left: 0;
	background:url(../../images/arrow_03.jpg) no-repeat left top;
}
#contro3 #goL2:hover {
	right: 0;
	background:url(../../images/arrow_03.jpg) no-repeat right bottom;
}
#contro3 #goR2:hover {
	left: 0;
	background:url(../../images/arrow_03.jpg) no-repeat left bottom;
}
/*****首页关于我们*****/
.intitle {
	padding:15px 0;
	margin-bottom:10px;
	text-transform:uppercase;
	background:url(../../images/icon_title_03.png) no-repeat 305px center;
}
.intitle h2 {
	font-size:30px;
	color:#912d0a;
}
.intitle h2 span {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:28px;
	color:#838383;
}
.about {
	padding:10px 0 20px 0;
}
.about .home-apic{
	position:relative;
	width:430px;
	height:250px;
	}
.about .home-apic .apic-num{
	position:absolute;
	z-index:3;
	bottom:10px;
	right:34px;
	}
.about .home-apic .apic-num li{
	float:left;
	width:17px;
	height:17px;
	background:#707070;
	margin-right:4px;
	text-align:center;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	line-height:17px;
	}
.about .home-apic .apic-num li.active{
	background:#5f7bc4;
	}
.about .home-apic .apic-img{
	position:absolute;
	z-index:2;
	top:0px;
	left:22px;
	width:388px;
	height:249px;
	}
.about .home-apic .apic-img li{
	display:none;
	}
.about .home-apic .apic-img li.active{
	display:block;
	}
.about .home-apic .apic-img .pictureSet_box{
	width:382px;
	height:243px;
	display:block;
	border:3px solid #912d0a;
	overflow:hidden;
	}
.about .home-apic .apic-bg{
	position:absolute;
	z-index:1;
	width:430px;
	height:80px;
	background:#912d0a;
	top:140px;
	left:0px;
	}
.about .home-atext{
	width:745px;
	font-size:16px;
	line-height:36px;
	}
.about .home-atext .home-amore{
	display:block;
	width:125px;
	height:40px;
	line-height:40px;
	background:#912d0a;
	font-size:14px;
	text-align:center;
	color:#fff;
	border-radius:8px;
	margin:0px 0px auto auto;
	transition:all 0.5s;
	border:1px solid #fff;
	}
.about .home-atext .home-amore:hover{
	border:1px solid #912d0a;
	background:#fff;
	color:#912d0a;
	}
/*产品展示*/
.intitle.ww{
	text-align:center;
	background-position:335px center;}

.home-side {
	width: 225px;
}
.home-side .side-tit {
	color: #fff ;
	background:#912d0a url(../../images/icon-tab.png) no-repeat center 40px;
	font-size: 24px;
	text-align: center;
	padding:10px 0 15px;
}
.home-side .side-tit p {
	font-family: "Arial Unicode MS";
	font-size: 14px;
	text-transform: uppercase;
}
.home-side .home-series{
	padding-bottom:10px;
	background:#912d0a;
}
.home-side .home-series li {
	height: 34px;
}
.home-side .home-series li a {
	display: block;
  height: 33px;
	line-height: 33px;
	font-size: 16px;
	text-align: center;
	transition: all 0.5s;
	background-image: none;
	color:#fff;
	border-bottom: 1px solid #4c4c4c;
	width:90%;
	margin:0 auto;
}
.home-side .home-series li.last a {
	background: url(../../images/icon-tab.png) no-repeat 130px -31px;
	color: #fff;
	border-bottom:0px;
	text-indent:-25px;
}
.home-side .home-series li:hover{
}
.home-side .home-series li:hover a{
	color:#282828;
	background-color:#fff;
}
.home-side .home-series li.last:hover a {
	background-position: 130px -72px;
}
.side-tel p {
	margin-top:25px;
	font-size: 24px;
	color: #282828;
	background: url(../../images/icon-tel2.png) no-repeat left center;
	padding-left: 35px;
	height: 25px;
	line-height: 25px;
}
.side-tel span {
	color: #ec0505;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
}
.side-lxwm {
	font-size: 14px;
	margin-top: 10px;
	line-height:30px;
}
.home-pro{
	background:#912d0a;
	width:910px;
	padding:30px 20px 10px;
	margin-bottom:20px;
	}
.home-pro li{
	float:left;
	width:188px;
	padding:11px 13px 15px;
	background:#282828;
	border:1px solid #898989;
	margin:0 15px 20px 0px;
	transition:all 0.5s;
	}
.home-pro li a{
	color:#fff;
	display:block;
	position:relative;
	transition:all 0.5s;
	}
.home-pro li .pictureSet_box {
	width:186px;
	height:132px;
	display:block;
	border:1px solid #dfdfdf;
	overflow:hidden;
	}
.home-pro li dl dt{
	font-size:14px;
	height:30px;
	line-height:30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}
.home-pro li dl dd{
	line-height:18px;
	}
.home-pro li .pro-fdj{
	position:absolute;
	right:3px;
	top:116px;
	}
.home-pro li:hover{
	background:#fff;
	}
.home-pro li:hover a{
	color:#252424;
	}
/*新闻中心*/
.intitle.ww a{
	font-size:14px;
	color:#282828;}
.home-newlist li{
	float:left;
	padding:15px 35px;
	width:510px;
	margin:0px 35px 17px 0px;
	background:#f1f0f0;
	transition:all 0.5s;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	border:1px solid #bababa;}
.home-newlist li a{
	display:block;}
.home-newlist li .home-ntext{
	width:445px;
	}
.home-newlist li .home-ntext dt{
	font-weight:bold;
	color:#3b3b3b;
	font-size:16px;
	line-height:34px;
	}
.home-newlist li .home-ntext dd{
	color:#565656;
	font-size:14px;}
.home-newlist li .home-ntime {
	width:60px;
	text-align:center;
	line-height:28px;
	margin-left:0px;
	color:#fff;}
.home-newlist li .home-ntime dt{
	background:#912d0a;
	margin-bottom:1px;}
.home-newlist li .home-ntime dd{
	background:#f9d300;}
.home-newlist li:after{
	background:#870006;
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:7px;
	content:'';
	transform:translate(0,14px);
	-webkit-transform:translate(0,14px);
	transition:all 0.5s;
	}
.home-newlist li:hover:after{
	transform:translate(0,0px);
	-webkit-transform:translate(0,0px);
	}

/*底部*/
.footer{
	background:#0f0f0f;
	padding:15px 0px;
	text-align:center;
	color:#fff;
	line-height:20px;
	margin-top:30px;
	}
.footer a{
	color:#fff;
	}

/*右侧浮动菜单*/
.fix-kf {
	position: fixed;
	top: 300px;
	right: 0px;
}
.fix-kf div {
	width: 0px;
	padding-left: 39px;
	background: url(../../images/icon-kf.png) no-repeat 0 0 #282828;
	height: 39px;
	border-bottom: 1px solid #9a9a9a;
	color: #fff;
	line-height: 39px;
	font-size: 14px;
	margin-right: 0px;
	cursor: pointer;
}
.fix-kf div a {
	color: #fff;
}
.fix-kf div.kf-tel {
	background-position: 0 -39px;
}
.fix-kf div.kf-top {
	background-position: 0 -78px;
}
/*内页*/	
.wrapper{
	width:1200px;}
.main.wrapper {
	margin: 30px auto;
}
.main.wrapper img {
	/*max-width: 100%;*/
}
.main .sidebar {
	width: 300px;
}
.main .sidebar .side-tit {
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #860600;
	text-align: center;
}
.main .sidebar .side-series li {
	height: 45px;
	line-height: 45px;
	width: 286px;
	border: 2px solid #860600;
	text-align: center;
	padding: 4px 5px;
	margin-bottom: 20px;
}
.main .sidebar .side-series li a {
	display: block;
	color: #860600;
	font-size: 24px;
	transition: all 0.5s;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main .sidebar .side-series li a:hover {
	background: #860600;
	color: #fff;
}
.main .sidebar .side-tel p {
	font-size: 24px;
	color: #282828;
	background: url(../../images/icon-tel2.png) no-repeat left center;
	padding-left: 35px;
	height: 25px;
	line-height: 25px;
}
.main .sidebar .side-tel span {
	color: #ec0505;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
}
.main .sidebar .side-lxwm {
	font-size: 14px;
	margin-top: 20px;
}
.main .main-content {
	width: 855px;
}
.main .main-content .main-tit {
	text-align: center;
	border-bottom: 4px solid #860600;
	position: relative;
}
.main .main-content .main-tit span {
	font-size: 32px;
	color: #860600;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}
.main .main-content .main-tit p {
	font-size: 18px;
	text-transform: uppercase;
}
.main .main-content .main-tit .mbx {
	position: absolute;
	right: 0px;
	top: 40px;
}
.main .main-content .line {
	width: 100%;
	height: 2px;
	background: #860600;
	margin: 7px 0 25px;
}
/*产品展示*/
.main .main-content .pro-list li{
	float: left;
	width: 265px;
	margin-right: 16px;
	position: relative;
	border:4px solid #333333;
	text-align:center;
	transition:all 0.5s;
	font-size:16px;
	margin-bottom:20px;
	overflow:hidden;
}
.main .main-content .pro-list li p{
	height:45px;
	line-height:45px;
	background:#333333;
	transition:all 0.5s;
	color:#fff;
}
.main .main-content .pictureSet_box{
	width: 265px;
	height:203px;
	display:block;
	overflow:hidden;
}
.main .main-content .pro-list li:hover{
	border-color:#a3211a;
}
.main .main-content .pro-list li:hover p{
	background:#a3211a;
	text-decoration:underline;
}
/*新闻列表*/
.main .new-list li {
	margin-bottom: 10px;
	border-bottom: 1px dashed #444;
}
.main .new-list li dl {
	line-height: 28px;
}
.main .new-list li dt {
	padding-left: 20px;
	font-size: 20px;
	background: url(../../images/icon-new.png) no-repeat 0 center;
	font-weight: bold;
}
.main .new-list li dd {
	color: #565656;
	font-size: 16px;
}
.main .new-list li dd a {
	color: #565656;
}
/*单页*/
.main .main-text {
	font-size: 14px;
}
/*产品详情*/
.main .main-detail {
	text-align: center;
	margin-bottom: 10px;
}
.main .xg {
	border-top: 2px solid #999;
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
	padding-top: 10px;
}
.main .xg a:hover {
	text-decoration: underline;
}
/*留言板*/
.main-mes {
	margin-top: 30px;
}
.main-mes ul li {
	margin-bottom: 19px;
	float: left;
	margin-left: 15px;
	width: 190px;
}
.main-mes ul li.mes-textarea {
	width: 840px;
}
.main-mes ul li.mes-yzm {
	width: 420px;
}
.main-mes .mmes-nr {
	width: 50px;
	font-size: 16px;
	color: #565656;
	line-height: 30px;
}
.main-mes ul li.last {
	float: right;
	width: 240px;
	margin-right: 35px;
}
.main-mes .mmes-nr.yz {
	margin-left: -20px;
	width: 70px;
}
.main-mes input, .main-mes textarea {
	margin: 0px;
	padding: 4px;
	border: 1px solid #000;
	height: 20px;
	line-height: 20px;
	width: 130px;
	font-family: "微软雅黑";
	color: #c2c2c2;
}
.main-mes textarea {
	height: 160px;
	width: 745px;
}
.main-mes input.mmes-yzm {
	width: 143px;
}
.main-mes img.mmes-yzpic {
	height: 28px;
	margin: 0 5px 0 10px;
}
.main-mes .mmes-yza a {
	text-decoration: underline;
	color: #939393;
}
.main-mes .mmes-cz {
	width: 95px;
	height: 37px;
	color: #fff;
	background: #000;
	margin-left: 12px;
	border-color: #000;
}
.main-mes .mmes-tj {
	width: 95px;
	height: 37px;
	background: #860600;
	color: #fff;
	border-color: #860600;
}






















