@charset "utf-8";
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #323232;
}
p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}

a:hover{color:#f60;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

img {
	vertical-align: top;
}

/*****************************
			页内css
*****************************/
#header {
	position: relative;
	overflow: hidden;
}
#header .hInner {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

#header .hInner .sub {
	margin: 0 auto;
	width: 1200px;
}

#header .hInner p {
	float: left;
	color: #333;
	font-size: 15px;
}

#header .hInner ul {
	float:right;
}

#header .hInner li {
	display: inline;
	color: #333;
	font-size: 14px;
}

#header .hInner li a {
	margin: 0 10px;
	color: #333;
}

#header .hBox{
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
}

#header h1 {
	margin: 0;
	float: left;
}

#header .tel {
	padding: 0 0 0 80px;
	float: right;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	background: url(../images/tel.png) no-repeat left 5px;
}

#header .tel span {
	display: block;
	font-size: 35px;
	color: #FD8E0D;
	font-weight: bold;
	line-height: 35px;
}

#gNavi {
	overflow: hidden;
	background: #4B861A;
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 20px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	background: #FD8E0D;
}

.mainImg {
	margin-bottom: 50px;
	z-index: 5;
}

.mainImg li {
	width: 100%;
	height: 550px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #4B861A;
}

.pageLead {
	height: 550px;
	background: url(../images/page_lead.jpg) no-repeat center center;
}

.section {
	margin: 0 auto;
	width: 1200px;
}

#main .headLine01 {
	margin: 0 0 30px;
	font-size: 50px;
	color: #4B861A;
	text-align: center;
}

#main .headLine01 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #999;
	font-size: 30px;
	font-weight: normal;
	font-family: impact;
	position: relative;
}

#main .headLine01 span:before {
	margin-left: -50px;
	position: absolute;
	width: 100px;
	height: 3px;
	left: 50%;
	top: 0;
	content: "";
	background: #4B861A;
}


.hot {
	margin-bottom: 40px;
	padding: 5px 0;
	background: url(../images/dot.png) repeat left top;
}

.hot p {
	margin: 0 auto;
	padding: 20px;
	width: 1200px;
	font-size: 15px;
	/*background: #fff;*/
}

.hot p a {
	margin-left: 20px;
	color: #163A84;
}

.hot p a:hover {
	text-decoration: underline;
}



#main {
	margin-bottom: 50px;
}

#main .product {
	padding: 0 0 80px;
}

#main .listBox {
	padding: 0 10px;
}

#main .listBox .list .pageLink {
	margin-top: 20px;
	padding: 0;
	border:none;
}

#main .listBox .list .pageLink a {
	margin: 0 0 6px;
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #0E823B;
}

#marqueesrcoll {
	height: 600px;
	overflow: hidden;
	background: none !important;
}

#main .srcoll li {
	margin: 0 1% 55px;
	width: 23%;
	float: left;
}

#main .srcoll li a {
	display: block;
	position: relative;
}

#main .srcoll li .photo {
	padding: 5px;
	height: 220px;
	overflow: hidden;
	border: 1px solid #ccc;
}

#main .srcoll li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .srcoll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .srcoll li .ttl {
	width: 100%;
	padding: 12px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

#main .srcoll li .ttl span {
	margin-left: 10px;
}

#main .srcoll li .tel {
	font-size: 16px;
	text-align: center;
}

#main .srcoll li .tel span {
	color: #4B861A;
	font-weight: bold;
}

#main .srcoll li a:hover .tel {
	color: #333;
}

#main .feaBox {
	margin-bottom: 100px;
	padding: 70px 0 100px;
	background: url(../images/fea_bg.jpg) no-repeat center top;
}

#main .feaBox .headLine01 {
	margin-bottom: 100px;
	color: #fff;
	text-shadow: 0 0 2px #000;
}

#main .feaBox .headLine01 span {
	color: #fff;
}

#main .feaBox .headLine01 span:before {
	background: #fff;
}

#main .feaBox ul {
	margin: 0 auto;
	width: 1200px;
}

#main .feaBox li {
	margin: 0 1%;
	padding: 15px;
	height: 350px;
	width: 23%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .feaBox li:hover {
	margin-top: -20px;
}

#main .feaBox li .pic {
	margin: -80px auto 20px;
	padding-top: 20px;
	width: 130px;
	height: 130px;
	text-align: center;
	box-sizing: border-box;
	background: #4B861A;
	border-radius: 65px;
}

#main .feaBox li p {
	margin: 20px 0;
	color: #2a2a2a;
	font-size: 22px;
	text-align: center;
}

#main .feaBox li span {
	display: block;
	color: #5a5a5a;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}

#main .aboutBox {
	margin-bottom: 80px;
	padding: 100px 0;
	background: url(../images/about_bg.jpg) no-repeat center center;
}

#main .aboutBox .about .photoBox {
	width: 550px;
	float: right;
}

#main .aboutBox .about .photoBox img {
	width: 100%;
}

#main .aboutBox .about .textBox {
	width: 580px;
	float: left;
	position: relative;
}

#main .aboutBox .about .textBox h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 28px;
}

#main .aboutBox .about .textBox h3 span {
	font-size: 20px;
}

#main .aboutBox .about .textBox .ttlimg {
	margin-bottom: 10px;
	text-indent: 0;
}

#main .aboutBox .about .textBox .link {
	margin-top: 20px;
}

#main .aboutBox .about .textBox .link a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .aboutBox .about .textBox .link a:hover {
	color: #4B861A;
	background: #fff;
	border-color: #fff;
}

#main .aboutBox .about .textBox .tel {
	padding: 10px 0 10px 80px;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/atel.png) no-repeat left center;
}

#main .aboutBox .about p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-indent: 2em;
}

#main .commore {
	margin-top: 50px;
	text-align: center;
}

#main .commore a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #89C018;
	border-radius: 30px;
}

#main .tabUl {
	margin-bottom: 30px;
	text-align: center;
}

#main .tabUl li {
	display: inline;
}

#main .tabUl li a {
	margin: 0 10px;
	padding: 10px 0;
	width: 150px;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	background: #1C8D42;
}

#main .newsBox {
	margin-bottom: 70px;
	position: relative;
}

#main .newsBox .case {
	margin: 0 0 50px;
	padding: 50px 0;
}

#main .newsBox h2 {
	margin: 0;
	padding: 15px;
	font-size: 17px;
	position: relative;
}

#main .newsBox h2 a {
	color: #666;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 15px;
	font-weight: normal;
}

#main .newsBox h2 a:hover {
	text-decoration: underline;
}

#main .newsList {
	width: 755px;
	float: left;
	border: 1px solid #ccc;
}

#main .newsBox .newsList .ttlImg img {
	width: 100%;
}

#main .newsBox .imgList {
	padding: 20px;
	height: 175px;
}

#main .newsBox .imgList li {
	margin: 0 1% 15px;
	width: 48%;
	float: left;
	color: #333;
	font-size: 16px;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li a:hover {
	text-decoration: underline;
}

#main .newsBox .imgList li a {
	padding-left: 15px;
	display: block;
	position: relative;
}

#main .newsBox .imgList li a:before {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
}

#main .newsBox .contact {
	padding-bottom: 9px;
	width: 400px;
	float: right;
	border: 1px solid #ccc;
}

#main .newsBox .contact .ttlImg img {
	width: 100%;
}

#main .newsBox .contact p {
	padding: 20px;
	color: #333;
	font-size: 16px;
	line-height: 2;
}


#main .newsPage  {
	margin-bottom: 50px;
}

#main .newsPage li {
	margin-bottom: 15px;
	padding: 10px;
	color: #666;
	font-size: 15px;
	position: relative;
	border: 1px solid #ccc;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsPage li:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#main .newsPage li a {
	display: block;
	overflow: hidden;
}

#main .newsPage li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

#main .newsPage li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#main .newsPage li .textBox {
	padding-left: 220px;
}

#main .newsPage li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	color: #367501;
	font-weight: bold;
}

#main .newsPage li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

#main .newsPage li .textBox .date {
	font-size: 14px;
	color: #999;
}



#main .gallery {
	padding: 50px 0;
}

#main .gallery ul {
}

#main .gallery li {
	margin: 0 15px;
	padding: 10px 0;
	width: 350px;
	float: left;
}

#main .gallery li a {
	display: block;
	background: #fff;
	box-shadow: 1px -1px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px -1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 1px -1px 5px rgba(0,0,0,.3);
}

#main .gallery li .photo {
	height: 260px;
	overflow: hidden;
}

#main .gallery li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .gallery li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .gallery li p {
	padding: 15px 0;
	color: #333;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .gallery li a:hover p {
	color: #fff;
	background: #4B861A;
}

#footer {
	background: #4B861A/*0056B5*/;
}

#footer .sub {
	margin: 0 auto;
	padding: 50px 0;
	width: 1200px;
}

#footer .tel {
	width: 260px;
	float: left;
	text-align: center;
}

#footer .logo {
	padding-top: 30px;
	width: 360px;
	float: left;
}

#footer .logo img {
	width: 100%;
}

#footer .tel .num {
	margin: 15px;
	display: block;
	color: #F6F6F6;
	font-size: 30px;
	font-family: Impact;
}

#footer .tel .ttl {
	margin-bottom: 30px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

#footer .tel a {
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 30px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 30px;
}

#footer .navi {
	margin-left: 30px;
	padding: 20px;
	width: 410px;
	min-height: 150px;
	float: left;
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
}

#footer .navi > li {
	margin: 0 0 10px;
	width: 50%;
	float: left;
	color: #fff;
}

#footer .navi li a {
	padding: 5px 10px;
	color: #fff;
	font-size: 15px;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .boxinfo {
	width: 300px;
	float: right;
	color: #fff;
}

#footer .boxinfo p {
	font-size: 17px;
	line-height: 2;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #000;
}

#side {
	width: 265px;
	float: left;
}

#side .sLink {
	margin-bottom: 30px;
}

#side h2 {
	margin: 0;
	padding: 15px 0;
	color: #fff;
	font-size: 25px;
	text-align: center;
	background: #4B861A;
}

#side h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#side ul {
	margin-bottom: 20px;
	padding: 20px 15px;
	border: 1px solid #ccc;
}

#side li {
	margin-bottom: 15px;
}

#side li:last-child {
	margin-bottom: 0;
}

#side li a {
	padding: 18px 20px;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	border: 1px solid #ccc;
}

#side li a:hover {
	color: #fff;
	background: #4B861A;
	border: 1px solid #4B861A;
}

#side .sconttact {
	padding: 0;
	border: 1px solid #ccc;
}

#side .sconttact p {
	padding: 20px 0px 20px 20px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

#side .sCon {
	padding: 0;
}

#side .sCon h2 {
	margin-bottom: 20px;
	color: #000;
	text-align: left;
	background: none;
	border-bottom: 2px solid #000;
}

#side .sCon dl {
	border-bottom: #e3e3e3 3px solid;
	border-left: #e3e3e3 3px solid;
	padding-bottom: 10px;
	margin: 10px auto 15px;
	padding-left: 5px;
	padding-right: 5px;
	height: 50px;
	border-top: #e3e3e3 3px solid;
	border-right: #e3e3e3 3px solid;
	padding-top: 10px
}

#side .sCon dt {
	text-align: center;
	width: 65px;
	float: left;
	border-right: #e3e3e3 1px solid
}

#side .sCon dt img {
	display: inline-block
}

#side .sCon dd {
	margin: 0;
	line-height: 25px;
	padding-left: 10px;
	float: left;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

#side .sCon dd span {
	line-height: 10px;
	text-transform: uppercase;
	font-family: arial;
	color: #979797;
	font-size: 9px;
	font-weight: normal;
}

#side .sCon .sTel {
	margin-bottom: 10px;
	font-family: impact;
	color: #d10000;
	font-size: 40px;
	text-align: center;
}

#side .sCon p {
	padding: 15px 10px;
	font-size: 16px;
	line-height: 1.8;
	border-top: 1px solid #ccc;
}

#side .sCon p:last-child {
	border-bottom: 1px solid #ccc;
}


#side .sImg {
	margin: 15px -5px 0;
}

#side .sImg img {
	width: 100%;
}

#conts {
	width: 900px;
	float: right;
}

#main .pageTitle {
	margin-bottom: 30px;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
}

#main .pageTitle h2 {
	margin: 0 0 -1px;
	padding: 0 5px 20px;
	width: 180px;
	overflow: hidden;
	float: left;
	color: #535353;
	font-size: 20px;
	white-space: nowrap;
	border-bottom: 3px solid #4B861A;
}

#main .pageTitle .pagePath {
	margin: 0;
	float: right;
	color: #666;
	font-size: 15px;
}

.content {
	font-size: 15px;
	line-height: 1.7;
}

#main .proList {
	margin: 0 -20px 50px 0;
}

#main .proList li {
	margin: 0 1% 20px;
	width: 31.333333333%;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
}

#main .proList li a {
	padding: 15px 15px 30px;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .proList li a:hover {
	background: #f0f0f0;
	box-shadow: 1px -1px 10px rgba(0,0,0,.3);
}

#main .proList li .photo {
	height: 220px;
	border-radius: 3px;
	overflow: hidden;
}

#main .proList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
}

#main .proList li .ttl {
	margin: 0 -15px;
	padding: 15px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	box-sizing: border-box;
}

#main .proList li .tel {
	padding: 0 15px;
	color: #333;
	font-size: 16px;
}

#main .proList li .tel span {
	color: #0D71D0;
	font-size: 28px;
	font-family: impact;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 5px;
	display: inline;
}

.pagelist li a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #4B861A;
	border: 1px solid #4B861A;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #4B861A;
	border: 1px solid #4B861A;
}
.pagelist span{margin-left:5px;margin-right:5px;}
.pagelist span a{margin-bottom:3px;margin-top:3px;margin-left:5px;margin-right:5px;}
.page-status, .page-index, .page-pre, .page-next, .page-last{
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}
.page-numbar a{padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;}
span.page-index:hover, span.page-pre:hover, span.page-next:hover, span.page-last:hover{background:#4B861A !important;border:1px solid #4B861A;color:#fff !important;}
.page-index a:hover, .page-pre a:hover, .page-next a:hover, .page-last a:hover{color:#fff !important;}
.page-numbar a:hover{background:#4B861A !important;border:1px solid #4B861A;color:#fff !important;}
.page-num-current{background:#4B861A !important;color:#fff !important;}
.pagelist a.page-num-current{background:#4B861A !important;color:#fff !important;border:1px solid #4B861A;}


/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 30px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

.conList {
	margin-bottom: 50px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

.topContact {
	position: relative;
	border-top: 3px solid #394954;
}

#dituContent {
	height: 390px;
}

.topContact .txtBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.topContact .txtBox .sub {
	margin: 0 auto;
	width: 1200px;
}

.topContact .txtBox .detai {
	width: 330px;
	height: 390px;
	background: #fff;
}

.topContact .txtBox .sub .ttl {
	padding: 30px 0 20px;
	color: #333;
	font-size: 24px;
	text-align: center;
	background: url(../images/arrow.png) no-repeat center top;
}

.topContact .txtBox .sub .ttl span {
	display: block;
	color: #333;
	font-family: Impact;
	font-size: 35px;
}

.topContact .txtBox ul {
	border-bottom: 1px solid #ddd;
}

.topContact .txtBox li {
	padding:  20px 15px 15px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	font-size: 15px;
}

.topContact .txtBox li span {
	margin: -10px 15px 0 0;
	display: block;
	height: 35px;
	width: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background-color: #E4181F;
}

.topContact .txtBox li span img {
	padding-top: 7px;
	display: inline-block;
}

.iw_poi_title {
	padding-top: 20px;
	font-size: 20px;
}
