﻿@charset "utf-8";

.header {
	width: 100%;
}
.w {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	padding:0px 5px;
}
.m10 {
	margin-top: 10px;
}
.logo {
	float: left;
	width: 800px;
	color: #fe933b;
	font-size: 38px;
	font-family: "微软雅黑", "宋体";
	margin: 20px 0px;
}
.favorite {
	float: left;
	width: 160px;
	line-height: 30px;
	line-height: 50px;
	margin-top: 20px;
}
.favorite a {
	padding: 0px 5px;
}

.nav {
	width: 100%;
	background: #fe933b;
	height: 40px;
	line-height: 40px;
}
.nav ul {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}
.nav ul li {
	float: left;
	width: 120px;
	text-align: center;
}
.nav ul li a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.nav ul li a:hover, .nav ul li a.hover {
	background: #F3F6D4;
	color: #fe933b;
}

.webbanner {
	width: 100%;
	height: 350px;
	overflow: hidden;
	background: #F2E8D8;
}
.banner {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	height: 350px;
	position: relative;
}
.banner .bd ul {
	width: 1000px;
}
.banner .bd li, .banner img {
	width: 1000px;
	height:350px;
}
.banner .hd {
	width: 1000px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 4px;
	background: #666;
	overflow: hidden;
	border-radius: 12px;
	text-indent: -99em;
}
.banner .hd ul .on {
	background: #fe933b;
}
.title {
	background: url(../../../html/template1/images/border.jpg) bottom repeat-x;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.news {
	float: left;
	width: 315px;
	margin-top: 10px;
}
.title span {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 10px;
	border-bottom: 2px solid #fe933b;
	height: 38px;
	font-size: 15px;
	font-weight: bold;
}
.main {
	margin: 0px auto;
	width: 1000px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 10px;
}
.more {
	float: right;
	display: inline-block;
	width: 46px;
	height: 16px;
	background: url(../../../html/template1/images/more.gif) no-repeat;
	margin-top: 15px;
}
.more:hover{
	margin-top:14px;
	}
.news_list {
	margin: 10px 5px 0px;
	overflow: hidden;
}
.news_list li {
	line-height: 32px;
	height: 32px;
	border-bottom: 1px dashed #e0e0e0;
	background: url(../../../html/template1/images/dian1.png) no-repeat 0px center;
	padding-left: 15px;
}
.time {
	float: right;
	color: #999;
}
.news_list li a {
	display: inline-block;
	width: 240px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
.w_center {
	float: left;
	width: 340px;
	margin: 10px 10px 0px;
	display: inline;
}
.jscon {
	margin-top: 10px;
	height: 200px;
	overflow: hidden;
}
.jscon img {
	width: 130px;
	height: 100px;
	float: left;
	margin: 5px 10px 0px 0px;
	opacity: 0.8;
	filter: Alpha(opacity=80)
}
.jscon img:hover {
	opacity: 01;
	filter: Alpha(opacity=100)
}
.jscon p {
	line-height: 28px;
	color: #666;
	font-size: 14px;
}
.phone {
	margin-top: 10px;
}
.phone p {
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
.phone p img {
	padding: 0px 10px;
	vertical-align: middle;
}
.erm {
	margin: 10px 0px 0px 18px;
	font-size: 12px;
}

.product {
	width: 1000px;
	margin-top: 15px;
	position:relative;
}
.product_list{
	overflow: hidden;
	width:900px;
	margin-left:55px;
}
.product ul li {
	float: left;
	width: 140px;
	margin-right:10px;
	text-align: center;
	font-size: 14px;
}
.product ul li img {
	width: 134px;
	height: 134px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	border: 1px solid #e0e0e0;
	padding: 2px;
}
.product ul li a:hover img {
	opacity: 1;
	filter: Alpha(opacity=100);
	border: 1px solid #fe943c;
}
.proname {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product .prev{
	position:absolute;
	top:50px;
	left:10px;
	width:30px;
	height:48px;
	background:url(../../../html/template1/images/sprite.png) no-repeat;
	opacity:0.2;
	filter: alpha(opacity=20);
	cursor:pointer;
	}
.product .next{
	position:absolute;
	top:50px;
	right:10px;
	width:30px;
	height:48px;
	background:url(../../../html/template1/images/sprite.png) no-repeat right top;
	opacity:0.2;
	filter: alpha(opacity=20);
	cursor:pointer;
	}
.product .next:hover,.product .prev:hover{
	opacity:1;
	filter: alpha(opacity=100);
	}

.leftforms {
	float: left;
	margin:0px 10px 0px 5px;
	width: 220px;
}
.search {
	width: 218px;
	border: 1px solid #e0e0e0;
}
.lefttitle {
	line-height: 40px;
	background: #fe943c;
	height: 40px;
	color: #FFF;
	font-size: 15px;
	padding-left: 15px;
}
.searchBox {
	overflow: hidden;
	margin: 15px auto;
	width: 190px;
}
.g_itext {
	float: left;
	margin-right: 5px;
	height: 22px;
	line-height: 22px;
	padding: 1px 5px;
	border: 1px solid #e0e0e0;
	width: 120px;
}
.g_btn {
	float: left;
	display: block;
	height: 24px;
	width: 50px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	font-size: 12px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
}
.g_btn:hover {
	border: 1px solid #3298fe;
	background: #e8f3fe;
	color: #666;
}
.flist {
	margin: 10px;
	width: 200px;
}
.flist li {
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 14px;
	background: url(../../../html/template1/images/19.png) no-repeat 0px center;
	padding-left: 25px;
}
.rightforms {
	float: left;
	width: 760px;
	font-size:14px;
}
.newslist {
	margin-top: 10px;
}
.newslist li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #e0e0e0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../../../html/template1/images/dian.png) no-repeat 0px center;
	padding-left: 10px;
	font-size: 14px;
}
.newslist li span{
	float:right;
	font-size:12px;
	color:#666;
	padding-right:10px;
	}
.newslist li:hover {
	background: url(../../../html/template1/images/dian.png) no-repeat 0px center #fafafa;
}
.page {
	margin-top: 10px;
	padding-bottom: 20px;
}
.page a {
	padding: 0px 10px;
}

.formMiddleContent {
	height: auto;
	_zoom: 1;
	min-height: 30px;
	max-height: none;
	_height: 30px;
	overflow-x: hidden;
	margin: 10px 5px;
}
.formMiddleContent p {
	line-height: 30px;
	text-indent: 2em;
}

.pro_list ul {
	width: 730px;
	overflow: hidden;
	margin-top: 10px;
}
.pro_list ul li {
	float: left;
	width: 160px;
	margin: 10px 10px 0px;
	display: inline;
	text-align: center;
}
.pro_list ul li img {
	width: 154px;
	height: 154px;
	border: 1px solid #e0e0e0;
	padding: 2px;
}
.pro_list ul li a:hover img {
	border: 1px solid #fe933b;
}
.proname {
	height: 35px;
	line-height: 35px;
	margin: 0px 10px;
	overflow: hidden;
}

.contact {
	width: 730px;
	margin-top: 10px;
}
.contact p img {
	max-width: 700px;
	text-align: center;
	height: auto;
}
.contact p {
	line-height: 30px;
}
.right_ico {
	position: fixed;
	_position: absolute;
	bottom: 208px;
	right: 0;
	z-index: 999999;
	display: block;
}
.right_ico a {
	display: block;
	background: url(../../../html/template1/images/7_03.png) no-repeat;
	width: 68px;
	height: 74px;
	text-indent: -999em;
}

.jiansuo {
	margin: 30px 50px;
}
.jiansuo dl {
	width: 640px;
	overflow: hidden;
	line-height: 24px;
	margin-top: 15px;
 *line-height:26px;
}
.jiansuo dl dt {
	line-height:30px;
}
.jiansuo dl dd {
	width: 550px;
}
.jiansuo dl dd select {
	height: 24px;
}
.jstext {
	height: 35px;
	line-height: 25px;
	border: 1px dashed #aaa;
	width: 400px;
	padding: 4px;
	background:#eee;
}
.jsbtn {
	margin: 30px 0px 0px 90px;
}
.jsbtn a {
	display: block;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #fe933b;
	border-radius: 3px;
}
.jsbtn a:hover, .choose a:hover {
	background: #eb7615;
	color: #fff;
}

.main-im {
	position: fixed;
	right: 0px;
	bottom: 100px;
	z-index: 100;
	width: 110px;
	height: 272px;
}
.main-im .qq-a {
	display: block;
	width: 106px;
	height: 116px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}
.main-im .qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
}
.main-im .qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}
.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 109px;
	height: 118px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #dddddd;
	background: url(../../../html/template1/images/qq-icon-bg.png) no-repeat center 8px;
}
.main-im .img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main-im .im-qq:hover .img-qq {
	max-width: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}
.main-im .im_main {
	background: #F9FAFB;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: #F9FAFB;
	display: none;
}
.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 109px;
	padding: 20px 0px;
	border-bottom: 1px solid #dddddd;
}
.main-im .im_main .im-tel div {
	font-weight: bold;
	font-size: 12px;
	margin-top: 6px;
}
.main-im .im_main .im-tel .tel-num {
	font-family: Arial;
	font-weight: bold;
	color: #e66d15;
}
.main-im .im_main .im-tel:hover {
	background: #fafafa;
}
.main-im .im_main .weixing-container {
	width: 55px;
	height: 47px;
	border-right: 1px solid #dddddd;
	background: #f5f5f5;
	border-bottom-left-radius: 10px;
	background: url(../../../html/template1/images/weixing-icon.png) no-repeat center center;
	float: left;
}
.main-im .im_main .weixing-show {
	width: 112px;
	height: 152px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	position: absolute;
	left: -125px;
	top: -126px;
}
.main-im .im_main .weixing-show .weixing-sanjiao {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 6px;
	left: 112px;
	top: 134px;
	position: absolute;
	z-index: 2;
}
.main-im .im_main .weixing-show .weixing-sanjiao-big {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #dddddd;
	border-width: 8px;
	left: 112px;
	top: 132px;
	position: absolute;
}
.main-im .im_main .weixing-show .weixing-ma {
	width: 104px;
	height: 103px;
	padding-left: 5px;
	padding-top: 5px;
}
.main-im .im_main .weixing-show .weixing-txt {
	position: absolute;
	top: 110px;
	left: 7px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.main-im .im_main .go-top {
	width: 50px;
	height: 47px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	background: url(../../../html/template1/images/totop-icon.png) no-repeat center center;
	float: right;
}
.main-im .im_main .go-top a {
	display: block;
	width: 52px;
	height: 47px;
}
.main-im .close-im {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 100;
	width: 24px;
	height: 24px;
}
.main-im .close-im a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../../../html/template1/images/close_im.png) no-repeat left top;
}
.main-im .close-im a:hover {
	text-decoration: none;
}
.main-im .open-im {
	cursor: pointer;
	margin-left: 68px;
	width: 40px;
	height: 133px;
	background: url(../../../html/template1/images/open_im.png) no-repeat left top;
}

.mbx {
	width: 1000px;
	background: #fff;
	padding-top: 1px;
	margin: 0px auto;
}
.bread_nav {
	line-height: 40px;
	background: #f8f8f8;
	margin: 10px 5px 0px;
	color: #555;
	font-size: 14px;
}
.p_Crumbs {
 background: url(../../../html/template1/images/p_home.png) no-repeat scroll .5rem center;
	padding-left: 30px;
}
.on {
	color: #de373d;
}
.addinfo {
	margin: 0 auto 10px;
	overflow: hidden;
	line-height: 30px;
	padding: 5px 0px;
	text-align: center;
	height: 30px;
	color:#888;
}
 .addinfo span, {
 padding-right: 15px;
 color: #666;
}
.addinfo span div {
	display: inline;
}
.addinfo span div a, .bds_more {
	display: inline-block;
	float: none !important;
	vertical-align: middle !important;
}
.rightforms h3 {
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	margin-top: 30px;
	color: #333;
	font-weight: bold;
}
.nextpage {
    margin: 20px 10px 10px;
    overflow: hidden;
    border-top: 1px dotted #e0e0e0;
    line-height: 40px;
    padding-top: 10px;
}
.nextpage li {
float: left;
width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.nextpage li a {
	color: #004a93;
}
.nextpage li a:hover {
  color: #c00;
}

.link{
	margin:10px 5px 0px;
	width:990px;
	overflow:hidden;
	}
.link_con{
	margin-top:10px;
	line-height:30px;
	}
.link_con a{
	font-size:14px;
	padding:0px 10px;
	display:inline-block;
	}

