@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ul li, input, dl, dd {
	padding:0;
	margin:0;
	list-style-type:none;
}
img, a img {
	border:0;
	margin:0;
	padding:0;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
a {
	text-decoration:none;
	color:#444;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
body {
	font-family:"微软雅黑";
	font-size:14px;
	color:#535353;
	overflow-x:hidden;
}
.main {
	width:1190px;
	margin:0 auto;
	position:relative;
	z-index:999;
}
/*-----------------  ■ header -------------------*/
.header {
	width:100%;
	height:100px;
	background:url(../images/header01.jpg) repeat;
	position:relative;
}
.logo {
	float:left;
	height:100px;
	overflow:hidden;
}
.header .tel {
	float:right;
	background:url(../images/tel.png) left 0 no-repeat;
	line-height:22px;
	padding:0 0 2px 53px;
	color:#424242;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:25px;
}
.header .tel span {
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#606060;
}
/*********nav*********/
.g_nav {
	height:60px;
	background:#2a2929;
	position: relative;
	z-index: 999;
}
.g_nav01 {
	width:1190px;
	margin:0 auto;
	position:relative;
}
.g_nav01 ul li {
	text-align:center;
	height:60px;
	line-height:60px;
	position:relative;
	float:left;
	width:170px;
}
.g_nav01 a {
	height:60px;
	line-height:60px;
	display:block;
	color:#fff;
	font-size:15px;
}
.g_nav01 a:hover {
	background:#ff9700;
	color:#fff;
}
.home {
	background:#ff9700;
	color:#fff;
}
.g_nav01 a.cur {
	background:#ff9700;
	color:#fff;
}
.g_nav01 a.g_nav01_on {
	background:#ff9700;
	color:#fff;
}
.g_nav01 ul li .nav_tan {
	display:none;
	width:100%;
	position:absolute;
	left:0;
	top:60px;
	background:#210400;
	border-top:#4d3633 solid 1px;
	z-index:99999;
}
.g_nav01 ul li .nav_tan a {
	background:#210400;
	line-height:38px;
	height:38px;
	font-size:14px;
	color:#fff;
	display:block;
	overflow:hidden;
	border-bottom:#4d3633 solid 1px;
}
.g_nav01 ul li .nav_tan a:hover {
	color:#fff;
	background:#ff9700;
}
.g_nav01 ul li:hover .nav_tan {
	display:block;
}
/*********footer*********/
.footer {
	background:url(../images/f01.jpg) repeat;
	color:#949494;
	text-align:center;
}
.footer00 {
	width:1190px;
	margin:0 auto;
	padding:30px 0px;
}
.footer01 a {
	color:#989797;
	margin:0 20px;
}
.footer01 a:hover {
	color:#989797;
}
.footer02 {
	text-align:center;
	color:#767676;
	padding-top:22px;
}
.footer02 a {
	color:#767676;
}
.footer02 a:hover {
	color:#fff;
}
.f_link {

	line-height:40px;
	background:#1c1c1c; overflow:hidden; padding:12px 0
}
.f_link01 {
	width:1190px;
	margin:0 auto;
}
.f_link02 {
	float:left;
	color:#fff;
}
.f_link02 a {
	color:#fff;
	margin-right:32px;
}
.f_link02 a:hover {
	color:#bebebe;
}
.totop {
	float:right;
	cursor:pointer;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color: #cc8138;
}
:-moz-placeholder { /* Mozilla Firefox 4-18 */
 color: #cc8138;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #cc8138;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #cc8138;
}
/*-----首页 banner-----*/
.slideBox {
	width:100%;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:30px;
	width:100%;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	text-align:center;
	width:100%;
}
.slideBox .hd ul li {
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 3px;
	border-radius:6px;
	text-align:center;
	background:#000;
	cursor:pointer;
	font-size:0;
}
.slideBox .hd ul li.on {
	background:#992c01;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd li a {
	display:block;
}
.slideBox .bd img {
	display:block;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
.all_tit {
	text-align:center;
	font-size:30px;
	color:#999;
	text-transform:uppercase;
	font-family:Arial;
	line-height:26px;
}
.all_tit01 {
	font-weight:bold;
	font-size:24px;
	color:#000;
	background:url(../images/tit02.jpg) no-repeat bottom center;
	height:35px;
}
.all_tit01 span {
	color:#ff9700;
}
.index_gg {
	height:190px;
	border-bottom:#1d1d1d solid 8px;
}
.index_gg01 {
	width:968px;
	margin:0 auto;
	padding-top:88px;
}
.index_gg02 {
	width:382px;
	height:56px;
	border:#eb8e06 solid 1px;
	background:#ff9700;
	border-radius:3px;
	color:#fefefe;
	font-size:25px;
	text-align:center;
	line-height:56px;
}
.index_pro00 {
	height:760px;
}
.index_pro01 {
	padding-top:60px;
	width:1190px;
	margin:0 auto;
	overflow:hidden;
}
.index_pro02 {
	float:left;
	width:275px;
	height:563px;
	background:#eae9e9 url(../images/cp01.jpg) no-repeat left bottom;
	margin-top:30px;
}
.index_pro03 {
	float:right;
	width:900px;
	margin-top:30px;
}
.index_pro04 {
	float:left;
	width:450px;
	height:338px;
	overflow:hidden;
	position:relative;
	background:#eae9e9;
	text-align:center;
}
.index_pro05 {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/cp08.png) repeat;
	text-align:center;
	z-index:9;
}
.index_pro06 {
	line-height:36px;
	height:36px;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	background:url(../images/cp09.jpg) no-repeat bottom center;
	padding-top:90px;
}
.index_pro07 {
	text-align:center;
	line-height:22px;
	margin-top:32px;
	background:url(../images/cp10.png) no-repeat center center;
}
.index_pro07 a {
	font-size:13px;
	color:#fff;
}
.index_pro07 a:hover {
	text-decoration:underline;
}
.index_pro08 {
	float:left;
	width:300px;
	height:225px;
	overflow:hidden;
	position:relative;
	background:#eae9e9;
	text-align:center;
}
.index_pro09 {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/cp08.png) repeat;
	text-align:center;
	z-index:9;
}
.index_pro10 {
	line-height:36px;
	height:36px;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	background:url(../images/cp09.jpg) no-repeat bottom center;
	padding-top:59px;
}
.index_pro11 {
	text-align:center;
	line-height:22px;
	margin-top:32px;
	background:url(../images/cp10.png) no-repeat center center;
}
.index_pro11 a {
	font-size:13px;
	color:#fff;
}
.index_pro12 {
	position:absolute;
	top:0;
	right:29px;
	z-index:2;
}
.index_pro13 a {
	display:block;
	line-height:43px;
	height:43px;
	overflow:hidden;
	background:#eae9e9;
	border-left:#eae9e9 solid 3px;
	font-size:15px;
	color:#131313;
}
.index_pro13 a:hover {
	background:#fff;
	border-left:#ff9700 solid 3px;
}
.index_pro14 {
	text-align:center;
	width:106px;
	height:30px;
	background:#ff9700;
	border-radius:2px;
	border:#ff8200 solid 1px;
	margin:10px auto;
}
.index_pro14 a {
	color:#fff;
	font-size:14px;
	line-height:30px;
	display:block;
}
/*产品分类滚动*/
.picScroll-top .hd ul {
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	zoom:1;
}
.picScroll-top .hd ul li.on {
	background-position:0 0;
}
.picScroll-top .bd {
	margin-top:13px;
}
.picScroll-top .bd ul {
	overflow:hidden;
	zoom:1;
}
.picScroll-top .bd ul li {
	text-align:center;
	zoom:1;
	padding:6px 0;
	margin:0;
}
.picScroll-top .bd ul li .title {
	line-height:24px;
}
/****首页 成功案例****/
.index_case01 {
	height:530px;
	padding-top:60px;
}
.index_case02 {
	width:1190px;
	margin:0 auto;
}
/*1111*/
.index_case03 {
	width:390px;
	height:190px;
	position:relative;
	background:#eae9e9;
	text-align:center;
}
.index_case04 {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:160px;
	background:url(../images/case.png) repeat;
	text-align:center;
	text-align:center;
}
.index_case05 {
	width:95px;
	height:30px;
	line-height:30px;
	margin:75px auto 0;
	overflow:hidden;
	border:#f6e6cf solid 1px;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.index_case06 {
	text-align:center;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	padding-top:3px;
}
.index_case07 {
	position:absolute;
	left:13px;
	bottom:12px;
}
.index_case03:hover .index_case05 {
	margin-top:65px;
}
/*2222*/
.index_case08 {
	width:100%;
	background:url(../images/case09.png) repeat;
}
/*3333*/
.index_case09 {
	float:left;
	width:410px;
	height:380px;
	position:relative;
	background:#eae9e9;
	text-align:center;
}
.index_case10 {
	margin-top:166px;
}
.index_case09:hover .index_case10 {
	margin-top:156px;
}
/****首页 关于我们****/
.index_about {
	height:469px;
	padding-top:60px;
}
.index_about02 {
	width:1190px;
	margin:68px auto 0;
	border:#d0d0d0 solid 6px;
	background:#fff;
	height:230px;
}
.index_about03 {
	float:left;
	width:700px;
	font-size:14px;
	line-height:26px;
	color:#424242;
	margin-top:31px;
	padding-left:40px;
}
.index_about04 {
	float:right;
	width:396px;
	height:230px;
	overflow:hidden;
}
.index_about05 {
	width:934px;
	margin:37px auto 0;
	text-align:right;
	background:url(../images/about02.jpg) no-repeat 850px bottom;
	height:24px;
}
.index_about05 a {
	font-size:14px;
	color:#5c5c5c;
}
.index_about05 a:hover {
	color:#ff9700;
}
/****首页 新闻资讯****/
.index_news {
	height:500px;
	overflow:hidden;
	padding-top:60px;
}
.index_news01 {
	width:1190px;
	margin:0 auto;
}
.index_news03 {
	display:block;
	overflow:hidden;
	width:100%;
	padding:36px 0 0;
}
.index_news03 dl {
	float:left;
	width:566px;
	height:127px;
	background:url(../images/index_news03.jpg) 0 0 no-repeat;
	margin:0 29px 31px 0;
	overflow:hidden;
}
.index_news03 dl dt {
	float:left;
	width:160px;
	overflow:hidden;
	text-align:center;
}
.index_news03 dl dt img {
	max-width:100%;
}
.index_news03 dl dd {
	float:right;
	width:365px;
	padding:0 15px 0 22px;
	height:120px;
	margin-bottom:7px;
	overflow:hidden;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.index_news03 dl:hover dd {
	background:#4b4b4b;
}
.index_news03 dl dd h4 {
	font-size:17px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	color:#000;
	padding:2px 0 0;
	line-height:36px;
	height:36px;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.index_news03 dl:hover dd h4 {
	color:#ff9700;
}
.index_news03 dd span {
	display:block;
	font-size:14px;
	line-height:22px;
	height:44px;
	overflow:hidden;
	color:#676767;
	padding:2px 0px 5px 0px;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.index_news03 dl:hover span {
	color:#eeeded;
}
.index_news04 {
	width:133px;
	height:37px;
	line-height:35px;
	margin:0 auto;
}
.index_news04 a {
	display:block;
	color:#737373;
	font-size:14px;
	text-align:center;
	border:#d6d6d6 solid 1px;
	width:131px;
	height:35px;
}
.index_news04 a:hover {
	color:#ff9700;
	border:#ff9700 solid 1px;
}
/****首页 新闻资讯****/
.index_pic {
	height:243px;
	border-top:#1d1d1d solid 10px;
}
/****首页联系我们****/
.index_contact {
	padding-top:60px;
	overflow:hidden;
}
.index_contact04 {
	width:1190px;
	margin:0 auto;
}
.index_contact04 dl {
	float:left;
	text-align:center;
	width:336px;
	padding:52px 0 0;
}
.index_contact04 dl dd span {
	display:block;
	font-size:16px;
	color:#1d1d1d;
	padding:2px 0 22px;
}
.index_contact04 dl dd {
	font-size:14px;
	color:#585858;
	line-height:18px;
}
.index_contact04 dl.index_contact05 {
	padding: 40px 90px 40px 90px;
}
.index_contact04 a {
	color:#333;
}
.index_contact04 a:hover {
	color:#000;
}
a.pg-color:hover {
	color:#000;
	font-weight:bold;
}
/* 内页右侧头部 */
.content_com_title {
	position: relative;
	height:55px;
	height:47px;
	border-bottom:#dddddd solid 1px;
	margin-bottom: 15px;
}
.content_com_title h2 {
	display: inline-block;
	padding-bottom: 6px;
	position: absolute;
	left: 3px;
	top: 13px;
	font-size: 18px;
	font-weight: normal;
	color:#461d00;
	text-align: left;
	font-weight:bold;
}
.bread {
	color:#000;
	position: absolute;
	top:18px;
	right: 0px;
}
.bread a {
	display: inline-block;
	color:#000;
}
/*-------------------------------  ■ 内页---------------------------------*/
.sub_banner {
	position:relative;
	z-index:-100;
}
.product02 {
	float:right;
	width:920px;
	background:#fff;
}
.product {
	width:1190px;
	margin:0 auto;
	position:relative;
	margin-top:30px;
	background:url(../images/sub05.jpg) repeat-y;
	margin-bottom:40px;
}
/*公共内页左侧left-nav*/
.sub_pro01 {
	position:relative;
	float:left;
}
.sub_pro02 {
	margin-top:-70px;
}
.product07 {
	height:88px;
	width:238px;
	padding-top:10px;
	line-height:88px;
	text-align:center;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	background:#ff9700;
	border:#e6790f solid 1px;
}
.product07 b {
	display:block;
}
.product07 span {
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
}
.sidenav {
	padding-top:10px;
	margin:0 auto;
}
.sidenav ul li {
	min-height:39px;
	display:block;
	line-height:39px;
	font-size:15px;
	margin:5px 0;
}
.sidenav ul li a.sidenava {
	height:39px;
	display:block;
	line-height:39px;
	color:#131313;
	overflow:hidden;
}
.sidenav ul li a.sidenava p {
	color:#131313;
	padding-left:32px;
	padding-right:30px;
	height:39px;
	overflow:hidden;
}
.sidenav ul li a.sidenava:hover p {
	font-weight:bold;
	color:#fff;
	padding-left:32px;
	background:url(../images/sub.jpg) left center no-repeat;
}
.sidenav ul li.on a.sidenava p{font-weight:bold;
	color:#fff;
	padding-left:32px;
	background:url(../images/sub.jpg) left center no-repeat;}
.sidenav ul li a.sidenava.cu p {
	font-weight:bold;
	color:#fff;
	padding-left:32px;
	background:url(../images/sub.jpg) left center no-repeat;
}
.sidenav ul li dl {
	width:200px;
	height:auto;
	display:none;
	font-size:12px;
	background:#ddd;
}
.sidenav ul li dl dd {
	width:200px;
	height:38px;
}
.sidenav ul li dl dd a {
	display:block;
	width:180px;
	height:38px;
	padding:0 10px;
}
.sidenav ul li dl dd a span {
	display:block;
	height:37px;
	line-height:37px;
	color:#333;
	padding-left:40px;
}
.sidenav ul li dl dd a:hover span {
	color:#539310;
}
.sidenav ul li dl dd a.on span {
	color:#539310;
}
.sub_lx {
	color:#868687;
	background:#fff url(../images/tel.jpg) no-repeat center 20px;
	margin:15px 0 0 0;
	font-size:14px;
	line-height:24px;
	width:240px;
}
.sub_lx01 {
	border:#eaeaea solid 1px;
	padding:95px 15px 15px 15px;
}
.page {
	width:100%;
	margin:30px auto 10px auto;
}
.page li {
	width:100%;
	color:#1d1d1d;
	line-height:28px;
}
.page li a {
	color:#1d1d1d
}
.back {
	font:14px/39px "microsoft yahei";
	color:#fff;
	width:138px;
	margin:0 auto;
	border-radius:4px;
	display:block;
	text-align:center;
	background:#ff9700;
}
/* 产品 */
.product3 li {
	width:292px;
	float:left;
	overflow:hidden;
	text-align:center;
	margin:6px;
}
.product02 .product3 li img {
	display: inline-block;
	vertical-align:middle;
	border:1px #CCC solid;
}
.product3 li img {
	display: inline-block;
	max-width:100%;
}
.product3 li>p {
	width:88%;
	margin:0 auto;
	text-align:center;
	font:14px/40px "microsoft yahei";
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.news1 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:12px auto;
}
.news1 li {
	width:100%;
	padding:5px 0;
	height:30px;
	font:14px/30px "microsoft yahei";
	color:#737373;/* background:#fff; */
	border-bottom:1px dashed #dddddd;
}
.news1 li a {
	float:left;
	margin-left:12px;
}
.news1 li span {
	float:right;
	margin-right:12px;
}
/* 详细页 */

.view {
	line-height:180%;
	border-bottom:1px dashed #ccc;
	padding:0 0 20px;
	margin-bottom:20px;
}
.view-title {
	width:100%;
	text-align:center;
	font:20px/36px "microsoft yahei";
	color:#333;
	margin-bottom:10px;
}
.view-date {
	width:100%;
	text-align:center;
	color:#999;
	margin-bottom:10px;
}
.view-date span {
	margin:0 7px;
}
.view-share {
	width:140px;
	margin:20px auto;
}
.view-back {
	display:block;
	width:100px;
	height:30px;
	margin:10px auto;
	text-align:center;
	line-height:30px;
}
.view h1 {
	width:100%;
	font:20px/30px "microsoft yahei";
	color:#343434;
}
.view img {
	max-width: 100%;
	display:inline
}
.view div {
	font-size:14px;
}
/*分页样式*/
.pglist {
	padding: 20px 0 10px;
	width: 100%;
	text-align: center;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
font-/weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .page-num-current {
	display: inline-block;
	color: #fff;
	background: #ff9700;
	border-color: #ff9700;
}
.jsform {
	width:100%;
	height:503px;
	background: url("../images/jsqbanner.jpg") no-repeat;
	background-size:100% 100%;
	padding-top:180px;
}
.jsform_main {
	width:1190px;
	margin:0 auto 0;
}
.biaodan {
	width:100%;
	padding-top:50px;
}
.jsform_bt {
	text-align: center;
	margin-bottom:30px;
}
.jsform_bt p {
	font-size:25px;
	color:#333;
	line-height:30px;
}
.jsform_bt p span {
	font-size: 12px;
	color: #f36f20;
	margin-left: 10px;
}
.info_line {
	height: 50px;
	margin-bottom: 15px;
}
.info_line p {
	font-size: 18px;
	color: #333;
	height: 40px;
	line-height: 40px;
	float: left;
}
.label_start {
	float: right;
	font-size: 24px;
	color: #fe5f00;
	margin-top: 5px;
}
.mianji input, .mianji select {
	line-height: 40px;
	margin-left:5px;
}
#area, #tellphone, #huxing {
	background-color: white;
	text-align: left;
	border:1px solid #c5c5c5;
	height: 38px;
	width: 230px;
	padding: 0px 5px;
	font-size: 14px;
	color: #666;
}
.mianji span {
	line-height: 40px;
	float: right;
	padding-right: 10px;
}
.form {
	width:380px;
	margin:0 auto;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #666;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #666;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
 color: #666;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #666;
}
.formbtn {
	width:50%;
	margin:0 auto;
	border:1px solid #c5c5c5;
	background: #fff;
	color:#fe5f00;
	height:40px;
	display: block; cursor:pointer
}

#maximg img{ max-width:100% !important; height:auto !important}
#maximg p span{text-wrap: inherit !important;}
