body {
	font-family: microsoft yahei, open sans, sans-serif;
	font-size: 15px;
	color: #333
}

input,
select,
textarea {
	font-family: 微软雅黑, open sans, sans-serif;
	font-size: 1em
}

.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
	position: relative
}

img,
a {
	border: 0
}

ul,
li {
	list-style: none
}

* {
	margin: 0;
	padding: 0
}

.flt {
	float: left
}

.frt {
	float: right
}

.clear {
	clear: both
}

.clear:after,
.clear:before {
	content: '';
	clear: both;
	display: table
}

img {
	max-width: 100%
}

.img {
	overflow: hidden;
	position: relative
}

.img:before {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid transparent;
	z-index: 100
}

.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255, 255, 255, .5)
}

.img:hover {
	background: #000
}

.img:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.051) rotate(1deg);
	-webkit-transform: scale(1.05) rotate(1deg);
	-moz-transform: scale(1.051) rotate(1deg);
	-ms-transform: scale(1.051) rotate(1deg);
	opacity: .8
}

h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700
}

*,
*:after,
*:before {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

.modal,
.fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000
}

.fp_modal {
	display: table
}

.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0, 0, 0, .7)
}

.fp_modal .cell {
	display: table-cell;
	vertical-align: middle
}

.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative
}

.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer
}

.modal_cont .box {
	padding: 45px
}

.header {
	background: #242f35;
	line-height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000
}

.header .wrap {
	width: auto;
	padding: 0 250px;
	max-width: 600px;
}

.logo {
	position: absolute;
	top: 0;
	left: 0.3125rem;
	bottom: 0;
	width: 290px;
	text-align: center;
	padding-right: 40px
}

.logo img {
	vertical-align: middle
}

.menu ul {
	display: flex
}

.menu ul li {
	flex: 1;
	text-align: center;
	font-size: 16px
}

.menu {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding-left: 60px;
}

.menu ul li a {
	display: inline-block;
	color: #fff;
	position: relative
}

.menu ul li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: #ffdb60
}

.menu ul li.on a:before,
.menu ul li a:hover:before {
	width: 100%
}

.menu ul li.on a,
.menu ul li a:hover {
	color: #2ca6e0
}

.tel {
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 24px;
	border-left: 1px solid #445863;
	margin-top: -12px;
	padding: 0 30px
}

.tel span {
	color: #ffdb60;
	font-size: 16px;
	padding: 0 30px;
	background: url(../images/icon1.png) no-repeat left center
}

.banner .item {
	position: relative;
	font-family: Arial
}

.banner .item .text {
	text-align: center;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 24px
}

.banner .text h3 {
	font-size: 42px;
	margin-bottom: 20px;
	font-weight: 400;
	letter-spacing: 3px
}

.banner .text p {
	font-size: 16px;
	color: #242f35;
	line-height: 26px;
	background: #ffdb60;
	padding: 0 15px;
	display: inline-block;
	text-transform: uppercase;
	position: relative
}

.banner .text p:after,
.banner .text p:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 18px;
	content: ''
}

.banner .text p:after {
	background: url(../images/icon9-1.png) no-repeat center center;
	left: 100%;
	margin-left: 5px
}

.banner .text p:before {
	background: url(../images/icon9.png) no-repeat center center;
	right: 100%;
	margin-right: 5px
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	opacity: .6
}

.owl-theme .owl-dots {
	margin-bottom: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ff9e24;
	opacity: 1
}

.banner .img1 {
	overflow: hidden
}

.mainer {
	margin-top: 70px
}

.page {
	padding-top: 60px
}

.page_tit {
	text-align: center;
	margin-bottom: 40px
}

.page_tit h3 {
	font-size: 32px;
	font-weight: 400
}

.page_tit label {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	width: 125px;
	height: 2px;
	background: #222
}

.page_tit p {
	text-align: center;
	max-width: 575px;
	line-height: 28px;
	color: #666;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 20px;
	width: 90%
}

.owl {
	position: relative
}

.owl_cur {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 0;
	left: 2%;
	right: 2%;
	z-index: 10
}

.owl_cur span {
	cursor: pointer;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: url(../images/cur1.png) no-repeat center center rgba(255, 255, 255, .2)
}

.owl_cur span.prev {
	float: left
}

.owl_cur span.next {
	float: right;
	background: url(../images/cur2.png) no-repeat center center rgba(255, 255, 255, .2)
}

.owl_cur span:hover {
	background-color: rgba(255, 255, 255, .5)
}

.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001
}

.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: #656d71;
	z-index: 1
}

.full li a:hover span,
.full li a:hover label {
	color: #242f35;
	background-color: #ffdb60 !important
}

.full li:last-child a {
	border-bottom: 0
}

.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat
}

.full li:nth-child(2) a,
.full li:nth-child(1) a {
	z-index: 2
}

.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%
}

.full li a:hover label {
	left: -120px;
	z-index: 101
}

.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal
}

.full li a span.span1 {
	background-image: url(../images/full1.png)
}

.full li a span.span2 {
	background-image: url(../images/full2.png)
}

.full li a span.span3 {
	background-image: url(../images/full3.png)
}

.full li a span.span4 {
	background-image: url(../images/full4.png)
}

.footer {}

.pagesize {
	text-align: center;
	padding: 30px 0
}

.pagesize a {
	background: #fff;
	color: #666;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	display: inline-block;
	height: 34px;
	vertical-align: middle;
	line-height: 34px;
	width: 34px;
	margin: 5px
}

.pagesize a.prev {
	background-image: url(../images/icon10.png);
	background-position: center center;
	background-repeat: no-repeat
}

.pagesize a.next {
	background-image: url(../images/icon10-1.png);
	background-position: center center;
	background-repeat: no-repeat
}

.pagesize a:hover,
.pagesize a.on {
	background-color: #ffdb60;
	color: #000
}

.about .img {
	float: left
}

.about .text {
	overflow: hidden;
	padding: 0px 40px;
	line-height: 32px;
	font-size: 15px;
	color: #444
}

.about .text p {
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px
}

.about .text h3 {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
}

.about {
	background: #f5f5f5;
	padding-bottom: 40px;
}

.div_btn a {
	display: block;
	width: 132px;
	color: #fff;
	line-height: 40px;
	background: url(../images/img_06.jpg) no-repeat center right #242f35;
	padding-left: 20px
}

.div_btn a:hover {
	padding-left: 40px;
	text-align: left
}

.page {
	overflow: hidden
}

.cn_list li {
	background: #242f35;
	width: 33.333%;
	position: relative;
	float: left
}

.cn_list li:nth-child(2n) {
	background: #ffdb60
}

.cn_list li:nth-child(2n+1) .text {
	color: #fff
}

.cn_list li:nth-child(2n) .img .bg {
	background: url(../images/icon4-1.png) no-repeat center center;
	background-size: 100% 100%
}

.cn_list li .img {
	max-width: 357px;
	float: right;
	width: 60%;
	position: relative
}

.cn_list li .img img {
	height: 256px;
	max-width: initial;
	display: block
}

.cn_list li .img .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30%;
	bottom: 0;
	background: url(../images/icon4.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 100
}

.cn_list li .text {
	position: absolute;
	top: 50%;
	margin-top: -48px;
	width: 35%;
	left: 5%
}

.cn_list li .text h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px
}

.cn_list li .text p {
	line-height: 28px;
	font-size: 15px
}

.main_tit {
	text-align: center;
	margin-bottom: 20px
}

.main_tit li {
	display: inline-block;
	margin: 3px 3px;
}

.main_tit li a {
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	padding: 0px 20px;
	border: solid #CCCCCC 1px;
}

.main_tit li a:hover,
.main_tit li.on a {
	background: url(../images/icon3-1.png) no-repeat center center
}

.product_tit {
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #e1e1e1;
	position: relative;
}

.product_tit .img1 {
	float: left;
	background: #2ca6e0;
	width: 100%;
	line-height: 300px;
	position: relative
}

.product_tit .img1 img {
	vertical-align: middle
}



.product_tit .text {
	position: absolute;
	left: 40.9%;
	top: 14.5rem;
}

.product_tit .text h3 {
	padding: 20px 0;
	font-size: 22px;
	font-weight: 400;
	color: #000
}

.product_tit .text p {
	line-height: 28px;
	font-size: 15px;
	height: 115px;
	overflow: hidden;
	margin-bottom: 10px
}

p {
	text-align: justify
}

.product_list .img {}

.product_list li:nth-child(4n+1) {
	clear: both
}

.product_list li {
	width: 25%;
	float: left
}

.product_list a {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: block;
	margin: 10px
}

.product_list ul {
	margin: -10px
}

.page.on {
	background: #f5f5f5
}

ul:after {
	content: '';
	display: block;
	clear: both
}

.product_list {
	padding-bottom: 50px
}

.product_list .text {
	border-top: 1px solid #e8e8e8;
	text-align: center;
	padding: 20px;
	line-height: 26px
}

.product_list .text h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px
}

.product_list .text p {
	text-align: center;
	color: #666;
	font-size: 15px;
	padding: 0 10px
}

.page4 {
	color: #fff;
	padding: 60px 0;
	background: url(../images/img_23.jpg) no-repeat center center;
	background-size: 100%;
	background-color: #2ca6e0;

}

.page4 h4 {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 20px;
	background: #ffdb60;
	color: #242f35;
	font-weight: 400;
	font-size: 15px
}

.page4 h3 {
	font-size: 3.75rem;
	font-weight: 400;
	margin-bottom: 20px;
	color: #ffdb60;
	font-weight: bold;
}

.page4 label {
	display: inline-block;
	margin: 28px 0;
	width: 72px;
	height: 1px;
	background: #ffdb60
}

.page4 span {
	font-size: 20px
}

.news_list {
	padding-bottom: 70px
}

.news_list li {
	margin-bottom: 24px
}

.news_list li a {
	display: block;
	border: 1px solid #e1e1e1;
	background: #fff
}

.news_list .date {
	float: left;
	padding: 20px 0;
	padding-right: 65px;
	background: url(../images/icon6.png) no-repeat right center;
	background-size: auto 100%;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding-left: 25px
}

.news_list .date label {
	display: block;
	font-size: 36px;
	color: #999
}

.news_list .text {
	overflow: hidden;
	padding-right: 200px;
	position: relative;
	padding-top: 10px
}

.news_list .text .div_btn2 {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 0 20px;
	line-height: 40px;
	background: #cfcfcf;
	color: #fff;
	right: 30px
}

.news_list .text .div_btn2 span {
	display: inline-block;
	padding-right: 35px;
	background: url(../images/icon7.png) no-repeat right center
}

.news_list .text h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #000
}

.news_list .text p {
	line-height: 26px;
	color: #444;
	height: 52px;
	overflow: hidden
}

.news_list li a:hover .date {
	background: url(../images/icon6-1.png) no-repeat right center;
	background-size: auto 100%
}

.news_list li a:hover .date span,
.news_list li a:hover .date label {
	color: #242f35
}

.news_list li a:hover {
	background: #242f35
}

.news_list li a:hover .text h3,
.news_list li a:hover .text p {
	color: #fff
}

.news_list li a:hover .div_btn2 {
	background: #ffdb60
}

.news_list li a:hover .div_btn2 span {
	color: #242f35;
	background: url(../images/icon7-1.png) no-repeat right center
}

.footer {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding: 50px 0;
	background: #242f35
}

.f_nav li {
	float: left;
	line-height: 30px;
	padding: 20px;
	position: relative
}

.f_nav ul {
	overflow: hidden;
	margin: 0 -20px
}

.f_nav ul a {
	display: block;
	color: #fff
}

.f_nav ul a:hover {
	color: #ffdb60
}

.f_nav li:first-child:before {
	display: none
}

.f_nav li:before {
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	right: 100%;
	margin-right: -3px;
	content: '';
	display: block;
	background: url(../images/icon8.png) no-repeat center center
}

.f_text span {
	color: #ffdb60
}

.f_ewm {
	width: 125px;
	text-align: center
}

.case_list {
	padding: 40px 0
}

.case_list li {
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
	background: #fff
}

.case_list .img {
	float: right;
	width: 40%;
	margin: -1px
}

.case_list .img img {
	display: block
}

.case_list .text {
	overflow: hidden;
	padding: 30px;
	line-height: 28px
}

.case_list .text h3 {
	font-size: 22px;
	line-height: 50px
}

.case_list .text p {
	height: 112px;
	overflow: hidden;
	margin-bottom: 20px
}

.d_tit {
	padding: 40px 0;
	background: #fff
}

.d_tit .main_tit {
	margin-bottom: 0;
	margin-top: 30px
}

.d_tit h2 {
	padding-bottom: 15px;
	position: relative;
	color: #222;
	padding-right: 100px;
	font-weight: 400;
	font-size: 32px;
	line-height: 60px;
	border-bottom: 1px solid #ffc160
}

.d_tit h2:before {
	content: '';
	display: block;
	width: 47px;
	height: 5px;
	bottom: -3px;
	background: #ffc160;
	position: absolute
}

.d_tit h2 span {
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 15px;
	color: #999
}

.details_txt {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	margin: 30px 0 80px;
	background: #fff;
	padding: 150px;
	line-height: 26px;
	font-size: 15px
}

.details_txt p {
	min-height: 20px
}

.details_cur {
	line-height: 15px;
	border-top: 1px solid #d8d8d8;
	padding-top: 20px
}

.details_cur span {
	display: block;
	max-width: 45%
}

.details_cur a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666
}

.details_cur a:hover {
	color: #242f35;
	text-decoration: underline
}

.pro_tit .img {
	float: left
}

.pro_tit .txt {
	overflow: hidden;
	padding: 0 20px
}

.pro_tit h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	padding: 20px 0;
	letter-spacing: 2px
}

.pro_tit .tit p {
	line-height: 26px;
	width:50%;
	float: left;
}

.pro_tit .tit {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px;
	margin-bottom: 10px;
	float: left;
}

.pro_tit .info {
	line-height: 36px;
	color: #999
}

.info_btn a {
	display: block;
	width: 198px;
	line-height: 46px;
	background: #ed001e;
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-right: 20px;
	margin-top: 5px
}

.info_btn p {
	overflow: hidden;
	line-height: 26px;
	float: left;
}

.info_btn p span {
	display: block;
	font-size: 18px;
	color: #ed001e;
	letter-spacing: 2px;
	font-weight: 700
}

.info_btn {
	margin-top: 15px
}

.pro_tag {
	margin-bottom: 30px;
	background: #242f35;
	padding: 0 60px;
	margin-top:20px;
}

.pro_tag li {
	margin-left: -25px;
	float: left;
	width: 194px;
	line-height: 46px;
	text-align: center
}

.pro_tag li span {
	font-size: 16px;
	display: block;
	cursor: pointer;
	color: #fff
}

.pro_tag li:hover span,
.pro_tag li.on span {
	background: url(../images/icon3-2.png) no-repeat center center;
	background-size: 100% 100%;
	color: #242f35
}

.details_txt2 {
	margin-bottom: 30px
}

.about2 {
	position: relative
}

.about2 .img {
	position: absolute;
	right: 0
}

.about2 .d_tit {
	position: relative;
	z-index: 10;
	background: 0 0
}

.about2 .text {
	padding-right: 470px;
	line-height: 32px;
	font-size: 15px
}

.about2 .text p {
	margin-bottom: 30px
}

.t_list {
	margin-top: 50px
}

.t_list li {
	display: inline-block;
	min-width: 200px;
	margin-right: 80px
}

.t_list li span {
	display: block;
	float: left;
	font-size: 40px;
	color: #ffdb60;
	line-height: 50px
}

.t_list li span label {
	font-size: 66px
}

.t_list li p {
	overflow: hidden;
	line-height: 26px;
	font-size: 22px;
	padding-left: 15px;
	margin-bottom: 0
}

.his_list .list {
	position: relative
}

.his_list .list .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 122px;
	width: 2px;
	background: #dbe1e5
}

.his_list li span {
	margin-top: 13px;
	display: block;
	float: left;
	width: 119px
}

.his_list li {
	padding: 15px 0
}

.his_list li .box {
	overflow: hidden
}

.his_list li .box p {
	line-height: 30px;
	padding: 5px 0;
	padding-left: 80px;
	background: url(../images/icon12.png) no-repeat left 16px
}

.zp_list .list {
	margin-bottom: 30px;
	margin-top: -30px;
	color: #666;
	font-size: 14px;
	line-height: 32px
}

.zp_list .list .tit {
	border-bottom: 1px solid #e1e1e1;
	line-height: 80px;
	font-size: 16px;
	color: #000
}

.zp_list .list .tit label {
	float: right;
	color: #999;
	padding-right: 30px;
	display: block;
	background: url(../images/icon13-1.png) no-repeat right center
}

.zp_list .list .tit label:before {
	content: '展开'
}

.zp_list .list .on .tit label:before {
	content: '收起'
}

.zp_list .list .on .tit label {
	background: url(../images/icon13.png) no-repeat right center
}

.zp_list .list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	padding: 20px
}

.zp_list .list .box h3 {
	font-size: 16px;
	color: #222;
	padding-left: 10px;
	border-left: 4px solid #ffdb60;
	line-height: 16px;
	margin: 10px 0;
	font-weight: 400
}

.zp_list .list .box .item {
	margin-top: 30px
}

.zp_list .list .box .item:first-child {
	margin-top: 0
}

.yg_owl {
	position: relative
}

.yg_owl .yg_cur {
	position: absolute;
	bottom: 100%;
	margin-bottom: 62px;
	right: 0;
	width: 92px;
	height: 46px;
	background: url(../images/icon14.jpg) no-repeat center center #ffdb60
}

.yg_owl .yg_cur span {
	display: block;
	vertical-align: middle;
	width: 50%;
	float: left;
	height: 46px;
	cursor: pointer;
	background-image: url(../images/cur.png);
	background-repeat: no-repeat
}

.yg_owl .yg_cur span.prev {
	background-position: 19px 14px
}

.yg_owl .yg_cur span.next {
	background-position: -28px 14px
}

.yg_owl {
	margin-bottom: 40px
}

.yg_owl .item {
	max-width: 285px;
	position: relative
}

.yg_owl .item .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	background: #ffdb60;
	right: 0;
	line-height: 35px;
	font-size: 15px
}

.yg_owl .item .text .bg {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0
}

.yg_owl .item .text h3 {
	font-size: 18px;
	color: #000;
	font-weight: 400
}

.ry_list {
	margin-bottom: 50px
}

.ry_list li a {
	display: block;
	margin: 30px
}

.ry_list ul {
	margin: -30px
}

.ry_list li {
	width: 25%;
	float: left;
	text-align: center
}

.ry_list li p {
	text-align: center;
	margin-top: 30px;
	font-size: 18px
}

.ry_list li .img {
	border: 1px solid #e5e5e5
}

.ry_list li img {
	display: block
}

.about3 {
	padding-right: 470px
}

.about3 .text {
	padding-right: 0
}

.contact {
	margin-top: 50px;
	padding: 15px 25px;
	background: #242f35
}

.contact li {
	width: 40%;
	white-space: nowrap;
	color: #fff;
	line-height: 35px
}

.contact li span {
	display: block;
	float: left;
	padding-left: 30px;
	width: 90px
}

.contact li p {
	margin-bottom: 0
}

.contact li .span1 {
	background: url(../images/icon16.png) no-repeat left center
}

.contact li .span2 {
	background: url(../images/icon17.png) no-repeat left center
}

.contact li .span3 {
	background: url(../images/icon18.png) no-repeat left center
}

.contact li .span4 {
	background: url(../images/icon19.png) no-repeat left center
}

.img_map {
	position: absolute;
	width: 414px;
	top: 70px;
	bottom: 0;
	right: 0
}

.img_map img {}














.dede_pages {
	height: 34px;
	padding: 20px 0;
	font-size: 14px;
	text-align: center
}

.dede_pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}

.dede_pages ul li {
	float: left;
	font-family: microsoft yahei;
	margin: 0 2px;
	padding: 0 12px;
	line-height: 32px;
	background: #fff;
	border: 1px solid #d8dadf
}

.dede_pages ul li a {
	float: left;
	color: #555;
	display: block
}
.dede_pages ul .curpage {
	float: left;
	background-color: #dbe1e5;
	
}

.dede_pages ul li:hover {
	text-decoration: none;
	color: #fff;
	border: 1px #333 solid;
	background-color: #333
}

.dede_pages ul li:hover a {
	color: #fff
}

.dede_pages ul li:hover a:hover {
	color: #fff;
	text-decoration: none
}

.dede_pages ul li.thisclass {
	background-color: #333;
	color: #fff;
	border: 1px #333 solid
}

.dede_pages ul li.thisclass a {
	color: #fff
}

.dede_pages .pageinfo {
	line-height: 30px;
	padding-left: 5px
}

.dede_pages strong {
	font-weight: 400
}

#maximg {
	padding-bottom: 20px
}

#maximg img {
	width: 100% !important;
	height: auto !important
}
.currentnav{
	
	background-color: #ffdb60;
	
}