body {
	margin: 0 auto;
	font-size: 12px;
	font-family: Microsoft Yahei, "微软雅黑", "宋体";
	color: #535353;
}
body, button, input, select, textarea {
	font-family: Microsoft Yahei, "微软雅黑", "宋体";
	outline: 0px;
	font-size: 14px;
}
textarea {
	overflow-y: hidden;
}
ul {
	margin: 0px;
	padding: 0px;
	zoom: 1;/*用于IE6*/
}
div {
	zoom: 1;/*用于IE6,要是IE6错位,修复这个.*/
}
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
img {
	margin: 0px auto;
	border: 0;
}
a {
	text-decoration: none;
	color: #535353;
	
}
a:hover {
	color: #1d8bce;
	text-decoration: none;
}
a img {
	border: none;
	border: 0;
}
p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	width: 100%;
	height: 0;
	font-size: 0px;
	overflow: hidden;
}
i, em, cite {
	font-style: normal;
}
input, select {
	padding: 0;
	margin: 0;
}
.pager {
	margin: 30px 0;
	text-align: center;
	font-size: 0;
}
.pager a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pager a:hover, .pager a.active {
	background-color: #dd0000;
	color: #fff;
}
.pager a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.paginationr p {
	margin: 0;
	cursor: pointer
}
.paginationr {
	height: 40px;
	text-align: center;
}
.paginationr a {
	display: inline-block;
	margin-right: 10px;
	height: 30px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 30px;
}
.paginationr a:hover {
	color: #36497b;
	background: white;
	border: 1px #36497b solid;
}
.paginationr a.page-num-current {
	border: none;
	background: #36497b;
	color: #fff;
}
.paginationr p {
	display: inline-block;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.paginationr p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.paginationr p.pageRemark b {
	color: red;
}
.paginationr p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.lh18 {
	line-height: 18px;
}
.lh20 {
	line-height: 20px;
}
.lh22 {
	line-height: 22px;
}
.lh24 {
	line-height: 24px;
}
.lh26 {
	line-height: 26px;
}
.lh28 {
	line-height: 28px;
}
.lh30 {
	line-height: 30px;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.fb {
	font-weight: bold;
}
.fn {
	font-weight: normal;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.m10 {
	margin: 10px;
	_display: inline;
}
.m20 {
	margin: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}
.pt15 {
	padding-top: 15px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pr5 {
	padding-right: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pt5 {
	padding-top: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.p10 {
	padding: 10px;
}
.p15 {
	padding: 15px;
}
.p20 {
	padding: 20px;
}
.p5 {
	padding: 5px;
}
.p1 {
	padding: 1px;
}
.b {
	display: block;
}
.in-b {
	display: inline-block;
	zoom: 1;
*display:inline;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.ti {
	text-indent: -999999px;
}
#no {
	border: none;
	border: 0;
}
/*颜色*/
.red {
	color: #e60012;
}
.black {
	color: black;
}
.blue {
	color: blue;
}
.gray {
	color: #999;
}
.white {
	color: white;
}
/*宽度*/
.w100 {
	width: 100%;
}
.w50 {
	width: 50%;
}
/* 文章间距 */
.content p {
	margin-bottom: 10px;
}
/*边框*/
.border {
	border: 1px solid #DFDFDF;
	background-color: #fff;
}
.border-no-top {
	border: 1px solid #b5b5b5;
	border-top: 0;
	background-color: #fff;
}
.border-b {
	border-bottom: 1px solid #DFDFDF;
}
/* 背景 */
.bgf {
	background-color: #fff;
}
/* 头部 */
.navbar {
	background: url("../images/nav1.png") repeat-x #fff left 90px;
	border: none;
	border: 0;
	z-index: 99999;
	margin: 0;
}
.navbar .tel {
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	color: #797979;
	background: url("../images/tel.png") no-repeat left center;
	padding-left: 15px;
}
.navbar .email {
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	color: #797979;
	background: url("../images/email.png") no-repeat left center;
	padding-left: 15px;
}
.navbar .navbar-brand {
	padding: 0;
	height: auto;
}
.navbar .navbar-brand img {
	margin: 20px 20px 0 6px;
}
.navbar .container {
	position: relative;
}
.navbar .hotline {
	position: absolute;
	right: 0;
	top: 10px;
}

.navbar-nav {
	margin: 0px -15px 0px;
	height: 43px;
}
.navbar-nav > li.dropdown {
	margin: 0 17px;
	height: 43px;
}
.navbar-nav > li.dropdown a {
	font-size: 16px;
	height: 43px;
	line-height: 43px;
	color: #010000;
	padding: 0;
}
.navbar-nav > li.dropdown em {
	position: relative;
	top: 2px;
	width: 7px;
	height: 15px;
	border-radius: 3px;
	margin-right: 5px;
	display: inline-block;
	zoom: 1;
*display:inline;
	background-color: #797979;
}
.navbar-nav > li.dropdown .n1 em {
	background-color: #e60012;
}
.navbar-nav > li.dropdown .n2 em {
	background-color: #00a8ee;
}
.navbar-nav > li.dropdown .n3 em {
	background-color: #38b54a;
}
.navbar-nav > li.dropdown .n4 em {
	background-color: #f15a29;
}
.navbar-nav > li.dropdown .n5 em {
	background-color: #ec008c;
}
.navbar-nav > li.dropdown .n6 em {
	background-color: #2b3890;
}
.navbar-nav > li.dropdown .n7 em {
	background-color: #662d91;
}
.navbar-nav > li.dropdown a:hover {
	background-color: #797979;
}
.navbar-nav > li.dropdown a.n1:hover {
	background-color: #e60012;
}
.navbar-nav > li.dropdown a.n2:hover {
	background-color: #00a8ee;
}
.navbar-nav > li.dropdown a.n3:hover {
	background-color: #38b54a;
}
.navbar-nav > li.dropdown a.n4:hover {
	background-color: #f15a29;
}
.navbar-nav > li.dropdown a.n5:hover {
	background-color: #ec008c;
}
.navbar-nav > li.dropdown a.n6:hover {
	background-color: #2b3890;
}
.navbar-nav > li.dropdown a.n7:hover {
	background-color: #662d91;
}
.navbar-nav > li.dropdown.hover a {
	background-color: #797979;
}
.navbar-nav > li.dropdown.hover a.n1 {
	background-color: #e60012;
}
.navbar-nav > li.dropdown.hover a.n2 {
	background-color: #00a8ee;
}
.navbar-nav > li.dropdown.hover a.n3 {
	background-color: #38b54a;
}
.navbar-nav > li.dropdown.hover a.n4 {
	background-color: #f15a29;
}
.navbar-nav > li.dropdown.hover a.n5 {
	background-color: #ec008c;
}
.navbar-nav > li.dropdown.hover a.n6 {
	background-color: #2b3890;
}
.navbar-nav > li.dropdown.hover a.n7 {
	background-color: #662d91;
}
.navbar-nav > li.dropdown a:hover, .navbar-nav > li.dropdown.hover a {
	color: #fff;
}
.navbar-nav > li.dropdown a:hover em, .navbar-nav > li.dropdown.hover a em {
	background-color: #fff;
}
.navbar-form {
	float: right;
}
/*幻灯*/
.tv-slideBox, .tv-slideBox .bd li, .tv-slideBox .bd li a {
	height: 400px;
	min-width: 1000px;
}
.tv-slideBox {
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.tv-slideBox .bd li {
	position: relative;
	float: none;
}
.tv-slideBox .bd li a {
	width: 100%;
	display: block;
	text-indent: -9999px;
	border-top: 1px solid #dddada;
	border-bottom: 1px solid #dddada;
}
.tv-slideBox .hd {
	top: 370px;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
}
.tv-slideBox .hd ul {
	width: 1170px;
	margin: 0 auto;
	text-align: center;
}
.tv-slideBox .hd li {
	color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #797979;
	margin: 0 2px;
	text-indent: -99999px;
	display: inline-block;
	float: none;
}
.tv-slideBox .hd li.on {
	background-color: #e60012;
}
/* 手机下幻灯 */
.tv-slideBox1 {
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.tv-slideBox1 li {
	width: 100%;
}
.tv-slideBox1 li img {
	width: 100%;
}
.tv-slideBox1 .hd {
	bottom: 10px;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
}
.tv-slideBox1 .hd ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.tv-slideBox1 .hd li {
	color: #fff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #797979;
	margin: 0 2px;
	text-indent: -99999px;
	display: inline-block;
	float: none;
}
.tv-slideBox1 .hd li.on {
	background-color: #e60012;
}
/* 最新消息 */
.newsbg {
	background-color: #eee;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;

}
.news .container {
	position: relative;
}
.news .title-h1 {
	font-size: 18px;
	color: #034781;
	margin-bottom: 10px;
}
#owl-demo .item {
	margin: 3px 3px 15px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	padding: 10px;
}
#owl-demo .item:hover{
	
	background-color:#CCCCCC;
     color: #fff;
}


#owl-demo .item .t {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #1d8bce;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
#owl-demo .item p {
	height: 96px;
	line-height: 24px;
	color: #848383;
}
#owl-demo .item .m {
	padding: 10px 0;
	color: #a1a0a0;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
#owl-demo .owl-controls {
	position: absolute;
	right: 0;
	top: -70px;
	width: 57px;
}
#owl-demo .owl-controls .owl-buttons div {
	width: 27px;
	height: 27px;
	border-radius: 0;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#owl-demo .owl-controls .owl-buttons div.owl-prev {
	float: left;
	background: url("../images/hd.png") no-repeat left center;
}
#owl-demo .owl-controls .owl-buttons div.owl-next {
	float: right;
	background: url("../images/hd.png") no-repeat right center;
}
/* pic */
.pic img {
	margin-top: 15px;
	width: 100%;
}
/* footer */
.nav1 {
	height: 25px;
	line-height: 25px;
	margin: 28px auto;
}
.nav1 a {
	padding: 0 10px;
}
.nav1 .right {
	position: absolute;
	right: 15px;
	top: 0;
}
.nav1 .right a {
	padding: 0;
	margin-left: 10px;
}
.bg2 {
	background-color: #e0e0e0;
	padding: 10px 0;
	font-size: 14px;
}
.footer-fl {
}
.footer-fl h2 {
	font-size: 16px;
	margin: 20px 0 10px;
}
.footer-fl .box {
	border-top: 1px solid #8ec5e7;
	border-bottom: 1px solid #8ec5e7;
	padding: 20px 0;
}
.footer-fl .row {
	text-align: center;
}
.footer-fl .row a {
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	background: url("../images/line1.png") no-repeat right center;
}
.footer-fl .row .col-md-4:last-child a {
	background: none;
}
.lx {
	padding: 20px 0;
	font-size: 16px;
	color: #000;
}
.dh {
	position: fixed;
	left: 0;
	width: 90%;
	bottom: 0;
	margin: 0 5%;
}
.dh a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 49%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #c9c7c7;
	border-radius: 5px;
}
.footer2 {
	height: 60px;
}
/* banner1 */
.banner1 {
	border-top: 1px solid #dddada;
	border-bottom: 1px solid #dddada;
}
/* 内页 */
.position {
	padding: 10px 0;
	border-bottom: 1px solid #dddada;
	margin-bottom: 20px;
}
.position .left a:hover{color: #e60012!important;
}
.position .left a {
	padding: 0 15px;
	font-size: 16px;
	color: #000;
	background: url("../images/nav2.png") no-repeat left center;
}
#arr81 {
	color:#e60012;
	padding: 0 15px;
	font-size: 16px;
	background: url("../images/nav2.png") no-repeat left center;}
.position .left a:first-child {
	background: none;
}

.position .left a:hover, .position .left a.hover {
	color: #e60012;
}
.position .right {
	text-align: right;
	font-size: 14px;
	color: #8a8988;
}
.yg .year {
	width: 10%;
	color: #434343;
	text-align: center;
	background-color: #fff;
	float: left;
	font-size: 24px;
}
.yg .text {
	width: 90%;
	float: right;
	font-size: 14px;
	color: #434343;
	border-left: 6px solid #a3dfa5;
	padding: 10px 0;
	position: relative;
	background-color: #e6e6e6;
}
.yg .text em {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.yg .text div {
	width: 50%;
	float: left;
	height: 30px;
	line-height: 30px;
	text-indent: 55px;
	background: url("../images/d1.png") no-repeat 40px center;
}
.yg.y2 .text {
	border-left: 6px solid #ffeb9f;
}
.yg.y3 .text {
	border-left: 6px solid #ff9c8f;
}
.yg.y4 .text {
	border-left: 6px solid #96adeb;
}
.yg.hover .text {
	background-color: #fff;
}
.yg.y1 .text em {
	border-left: 8px solid #a3dfa5;
}
.yg.y2 .text em {
	border-left: 8px solid #ffeb9f;
}
.yg.y3 .text em {
	border-left: 8px solid #ff9c8f;
}
.yg.y4 .text em {
	border-left: 8px solid #96adeb;
}
/* 联系我们 */
.lx-t {
	font-size: 14px;
	line-height: 44px;
	color: #4a4949;
	margin-top: 10px;
	text-align: center;
	
}
.lx-t p {
	margin-bottom: 10px;
}
.lx-bd span {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.lx-bd .text {
	width: 100%;
	border: 1px solid #dfdddd;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	margin-bottom: 10px;
}
.lx-bd .textarea {
	border: 1px solid #dfdddd;
	padding: 10px;
	height: 142px;
	width: 100%;
}
.lx-bd .submit {
	width: 30%;
	margin: 15px auto 40px;
	display: inline-block;
	zoom: 1;
    display:inline;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #fff;
	background-color: #337ab7;
	border: none;
	border: 0;
}
/* job-list */
.job-list .box {
	margin-bottom: 20px;
	border: 1px solid #eeeded;
	border-radius: 8px;
	padding: 10px;
}
.job-list .box a.b {
	font-size: 18px;
	color: #5e5f60;
	margin-bottom: 10px;
	line-height: 30px;
	border-bottom: 1px solid #edecec;
}
.job-list .box span {
	font-size: 14px;
	color: #1d8bce;
	margin-bottom: 5px;
}
.job-list .box p {
	font-size: 14px;
	color: #5e5f60;
	line-height: 26px;
}
.job-list .box .more {
	margin: 20px 0 10px;
	width: 112px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #c3c3c3;
	font-size: 14px;
	color: #5e5f60;
	border-radius: 8px;
}
/* down */
.down-list {
}
.down-list .t {
	background: url("../images/d2.png") no-repeat 98% center;
	margin: 20px 0;
	color: #034781;
	height: 38px;
	line-height: 38px;
	text-indent: 10px;
	font-size: 16px;
	border: 1px solid #d7d7d7;
}
.down-list .tt {
	font-size: 18px;
	color: #676765;
	margin: 30px 0 15px;
}
#down {
}
#down .t {
	margin-bottom: 0px;
}
#down .t-list ul li {
	font-size: 14px;
	text-indent: 10px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d7d7d7;
	border-top: 0;
}
#down .t-list ul li {
}
#down .t {
}
.down-list .table {
	border-width: 0;
	text-align: center;
}
.down-list .table .t1 {
	text-align: left;
	text-indent: 50px;
}
.down-list .table td, .down-list .table th {
	border-width: 0;
	padding: 10px 5px;
	font-size: 14px;
	color: #6a6a6a;
	line-height: 40px;
}
.down-list .table th {
	background-color: #7b7b7b;
	color: #fff;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.down-list .table tr.hover td {
	background-color: #eee;
}
.down-list .table .d1 {
	background: url("../images/d3.png") no-repeat left center;
	padding-left: 25px;
}
.down-list .table .d2 {
	background: url("../images/d4.png") no-repeat left center;
	padding-left: 25px;
}
#sale2 th {
	background-color: #f88374;
}
#sale3 th {
	background-color: #88d48a;
}
#sale4 th {
	background-color: #95ace6;
}
#sale5 th {
	background-color: #eace64;
}
.sale-map {
	position: relative;
}
.sale-map .map1 {
	display: none;
}
.sale-map .map2 {
	width: 80px;
	height: 30px;
	left: 600px;
	top: 120px;
}
.sale-map .map3 {
	width: 80px;
	height: 30px;
	left: 280px;
	top: 152px;
}
.sale-map .map4 {
	width: 80px;
	height: 30px;
	left: 800px;
	top: 140px;
}
.sale-map .map5 {
	width: 80px;
	height: 30px;
	left: 870px;
	top: 175px;
}
/* case-list */
.case-list .box {
	margin-bottom: 20px;
	border: 1px solid #dddada;
	background-color: #f7f7f7;
	border-radius: 8px;
	padding: 20px 20px 0;
}
.case-list .box img {
	margin-bottom: 10px;
}
.case-list .box a.b {
	font-size: 16px;
	color: #034781;
	margin-bottom: 10px;
}
.case-list .box span {
	font-size: 14px;
	color: #034781;
	margin-bottom: 5px;
}
.case-list .box p {
	font-size: 14px;
	color: #575858;
	line-height: 24px;
	margin-bottom: 20px;
}
/* art-list */
.art-list li {
	width: 100%;
	border-bottom: 1px dashed #afafaf;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}
.art-list li span {
	background: url("../images/d1.png") no-repeat left center;
	color: #8a8988;
	padding-left: 10px;
}
.art-list li a.b {
	color: #1d8bce;
	line-height: 30px;
}
.art-list li p {
	color: #8a8988;
}
/* pro */
.nav2 {
	border-left: 1px solid #dddada;
	border-top: 1px solid #dddada;
	margin-bottom: 20px;
}
.nav2 li {
	width: 25%;
	float: left;
	text-align: center;
}
.nav2 li a {
	font-size: 14px;
	color: #5a5a5a;
	display: block;
	height: 41px;
	line-height: 41px;
	border: 1px solid #dddada;
	border-top: 0;
	border-left: 0;
}
.nav2 li a:hover, .nav2 li.hover a {
	background-color: #034781;
	color: #fff;
}
.pro-list1 .box {
	margin-bottom: 20px;
	background-color: #fafafa;
	border: 1px solid #dddada;
	border-radius: 8px;
	padding: 20px 20px 10px;
}
.pro-list1 .box img {
	margin-bottom: 10px;
}
.pro-list1 table {
	color: #5a5a5a;
}
.pro-list1 table td {
	padding: 2px 0;
	line-height: 20px;
}
.pro-list1 table td.f {
	color: #034781;
}
.pro-list1 table td a {
	color: #034781;
}
.pro-list1 .down1 {
	padding: 0 20px;
	margin-right: 10px;
	margin-top: 5px;
	border-radius: 8px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #5a5a5a;
	text-align: center;
	font-size: 14px;
	color: #5a5a5a;
}
.pro-list1 .down1:hover {
	border: 1px solid #034781;
	background-color: #034781;
	color: #fff;
}
#pro-con {
	margin-top: 30px;
}
#pro-con img {
	margin-bottom: 20px;
}
#pro-con .down1 {
	padding: 0 30px;
	margin-bottom: 20px;
}
/* 文章内容 */
.wz-box {
	text-align: left;
	padding-bottom: 30px;
}
.wz-box h1 {
	margin: 20px 0 10px;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}
.wz-box .info {
	line-height: 26px;
	background-color: #eee;
	margin: 0 10px;
	text-align: center;
}
.wz-box .content1 {
	line-height: 25px;
	margin: 20px 20px 30px;
}
.wz-box .content1 p {
	margin-top: 20px;
}
.wz-box .content1 img {
	max-width: 90%;
}
/*分页*/
.list_pages {
	text-align: center;
	height: 52px;
	margin-top: 20px;
}
.list_pages ul {
}
.list_pages ul li {
	float: none;
	width: auto;
	padding: 4px 8px;
	border: 1px solid #eee;
	background-color: #eee;
	display: inline-block;
	zoom: 1;
*display:inline;
	margin: 0 2px;
}
.list_pages ul li a {
	color: #606060;
}
.list_pages ul li a:hover {
	color: #000000;
}
.list_pages ul li.thisclass, .list_pages ul li.thisclass a, .list_pages ul li.thisclass a:hover {
	background-color: #e60012;
	color: #fff;
	border: 1px solid #e60012;
}
.list_pages .pageinfo {
	padding: 4px 10px;
	color: #555;
	font-weight: normal;
	float: none;
}
.list_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
}
.list_pages select {
	font: 12px Verdana, Arial, Tahoma;
	vertical-align: middle;
}
/* 经销商 */
.jqs ul {
	width: 400px;
	margin: 0 auto;
	font-size: 14px;
}
.jqs ul li {
	width: 100%;
	line-height: 32px;
	margin-bottom: 10px;
}
.jqs ul li span {
	display: block;
	width: 80px;
	padding-right: 20px;
	text-align: right;
	float: left;
}
.jqs ul li .text {
	width: 298px;
	border: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
}
.jqs ul li a {
	padding: 0 10px;
}
.jqs ul li .submit {
	width: 132px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #034781;
	border: none;
	border: 0;
}

/* 小屏下 */
@media (min-width: 1150px) {
.navbar-nav > li.dropdown {
	width: 140px;
	margin: 0;
	text-align: center;
	background: url("../images/nav2.png") no-repeat left center;
}
.navbar-nav > li.dropdown:first-child {
	background: none;
}
.navbar-nav > li.dropdown a {
	font-size: 16px;
	color: #010000;
	padding: 0;
}
}

/* 小屏下 */
@media (max-width: 1000px) {
.navbar .navbar-brand {
	width: 60%;
	float: left;
}
.navbar .navbar-brand img {
	width: 100%;
	margin: 20px 0px 0;
}
.navbar-toggle {
	margin-top: 20px;
}
.navbar-collapse {
	background-color: #fff;
}
.navbar-form {
	float: none;
}
.navbar-nav > li.dropdown {
	margin: 0 5px;
}
}

/* 小屏下 */
@media (max-width: 768px) {
.navbar-header {
	height: auto;
}
.position .right {
	display: none;
}
.navbar-nav {
	height: auto;
}
.navbar {
	background: none;
}
.navbar .hotline {
	position: static;
	right: auto;
	top: auto;
	float: right;
	margin: 0;
}
.navbar .navbar-brand {
	width: 55%;
	float: left;
}
.navbar .navbar-brand img {
	width: 100%;
	margin: 15px 0px 0 20px;
}
.navbar-toggle {
	margin-top: 15px;
}
.navbar-collapse {
	background-color: #fff;
}
.navbar-form {
	float: none;
}
.navbar-nav > li.dropdown {
	margin: 0 17px;
}
.navbar-nav > li.dropdown em {
	margin-left: 10px;
	_display: inline;
}
.nav1 {
	height: auto;
}
.nav1 .right {
	position: static;
}
.footer-fl .row a {
	background: none;
}
/* yg */
.yg .year {
	width: 20%;
}
.yg .text {
	width: 80%;
}
.yg .text div {
	width: 100%;
	text-indent: 25px;
	background: urontainer("../images/d1.png") no-repeat 15px center;
}
/* down-list */
.down-list .table .t1 {
	text-align: left;
	text-indent: 10px;
}
/* pro */
.nav2 li {
	width: 100%;
}
.nav2 li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
}
