@charset "gb2312";
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑", 'STHeiti', "SimHei", "黑体";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
img {
	border: none;
}
a img {
	border: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #313fa8;
	text-decoration: none;
}
a:active {
	color: #333333;
}
p, div {
	color: #333;
	font-size: 12px;
}
body {
	padding-bottom: 44px;
	background: #fff;
}
strong, strong span {
	font-weight: bold;
}
.not-animated {
	opacity: 0;
}
#product:after, .product-list:after,#transfer:after,.transfer-list:after, .i-base:after, .i-content:after {
	content: '';
	clear: both;
	display: table;
}
.container {
	position: relative;
	max-width: 6.4rem;
	margin: 0 auto;
	overflow: hidden;
}
#top {
	position: fixed;
	width: 6.4rem;
	height: 55px;
	top: 0;
	background: #fff;
	box-shadow: 0 0 5px #b0b0b0;
	z-index: 99;
}
.nav-bg {
	position: absolute;
	width: 100%;
	min-height: 55px;
	overflow: hidden;
}
.hidden-nav-text {
	position: absolute;
	color: #333;
	font-size: 15px;
	left: 60px;
	top: 18px;
}
.nav {
	position: fixed;
	z-index: 100;
	opacity: 0;
	top: 55px;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.nav-active .nav {
	opacity: 0.96;
	background-color: #000;
}
.nav-list {
	margin: 0;
	padding: 20px 2%;
	;
}
.nav-item {
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #5D5D5D;
	margin-bottom: 10px;
	padding-left: 6px;
	overflow: hidden;
}
.nav-item>a {
	display: block;
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.two-menu {
	margin: 10px 0;
	overflow: hidden;
}
.two-menu li {
	display: inline-block;
	margin-right: 15px;
	float: left;
}
.two-menu li a {
	color: #d8d8d8;
	font-size: 12px;
}
.nav-trigger {
	display: block;
	position: absolute;
	left: 15px;
	top: 18px;
	z-index: 200;
	cursor: pointer;
}
.nav-active {
	height: 100% !important;
}
.nav-active .nav-trigger {
	opacity: 0.8;
}
.nav-icon {
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	margin: 7px auto;
	background-color: #000;
	-webkit-transition: .3s;
	transition: .3s;
}
.nav-icon:nth-of-type(1) {
	margin-top: 0px;
}
.nav-icon:nth-of-type(3) {
	margin-bottom: 0px;
}
.nav {
	-webkit-transform: translate(-100%, -100%) scale(0.5);
	transform: translate(-100%, -100%) scale(0.5);
	border-radius: 100%;
}
.nav-active .nav {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	border-radius: 0;
	width: 6.4rem;
	height: 100%;
}
.nav-active .nav-icon:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.nav-active .nav-icon:nth-of-type(2) {
	opacity: 0;
}
.nav-active .nav-icon:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	-ms-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
#top .logo {
    position: absolute;
	width: 160px;
    left: 0;
	right: 0;
	margin: 0 auto;
    top: 50%;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transform: translate(0px, -50%);
}
#top .logo img {
	width: 100%;
	-ms-interpolation-mode: bicubic;
}
#top .home {
	position: absolute;
    right: 10px;
    top: 50%;
    margin: 0;
    height: 28px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#top .home img {
	width: 30px;
}
#banner {
	padding-top: 55px;
}
.swiper-container, .swiper-container1 {
	width: 100%;
	height: 100%;
}
.swiper-container:hover, .swiper-container1:hover {
	cursor: pointer;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .swiper-pagination-bullet-active:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -4px;
    left: -4px;
    border: solid 2px #fff;
    border-radius: 50%;
}
#banner .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff;
}
#banner .swiper-pagination-bullet {
    position: relative;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 8px;
    background: #fff;
	opacity: 1;
}
#banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
#service {
	padding: 0.4rem 0;
	overflow: hidden;
}
.tit {
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.tit h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.odds-list{
	margin: 0 10px;
}
	
.odds-list dl{
	position:relative;
	width: 100%;
	height:200px;
	padding:10px 10px;
	margin-top: 60px;
	background:#f5f5f5;
	float:left;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.odds-list dl:hover{
	-webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-box-shadow:0 5px 10px #ccc;
    box-shadow: 0 5px 10px #ccc;
	}
.odds-list dl dt{
	position:absolute;
	width:80px;
	height:80px;
	border-radius:42px;
	border:2px solid #fff;
	margin:0 auto;
	background:#313fa8;
	top:-42px;
	left:0;
	right:0;
	overflow:hidden;
}
#odd{
	
}
.odds-list dl:hover dt{
	background:#c2c8fb;
	}
.odds-list dl dt img{
	position:absolute;
	width:80px;
	top:0;
	left:0;
	right:0;
	margin:auto;
	transition:all 0.3s ease;
	}
.odds-list dl:hover dt img{
	top:-80px;
	}
.odds-list dl dd{
	padding:60px 20px 0 20px;
}
.odds-list dl dd h3{
	font-size:16px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	}
.odds-list dl dd p{
	margin-top:15px;
	font-size:13px;
	color:#7B7B7B;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	line-height:24px;
	}
/*标题*/
.tit {
	padding: 0 10px 10px 10px;
	text-align: center;
}
.tit span {
	display: inline-block;
	color: #000;
	font-size: 18px;
	line-height: 35px;
	vertical-align: top;
	font-weight: bold;
}
.tit p {
	padding-top: 10px;
	font-size: 13px;
	color: #666;
	transition: all 0.3s ease-in-out;
}
.tuijian {
	width: 80px;
	padding: 2px 7px;
	background: #dd0000;
	margin-left: 10px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	border-radius: 5px;
}
#transfer{
	padding:0.4rem 0;
}
.transfer-list{
	padding-top: 30px;
}
.i-transfer-list{
	padding-top: 0;
}
.transfer-list dl{
	width:3rem !important;
	margin: 0 0.1rem 20px 0.1rem;
	float: left;
	}
.transfer-list dl dt{
	width:3rem !important;
	height:2.12rem !important;
	}
.transfer-list dl dt img{
	display:block;
	width:3rem !important;
	height:2.12rem !important;
	}
.transfer-list dl dd{
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	background: #f5f5f5;
}
#about {
	padding: 20px 0;
}
.about-instro {
	padding: 0 10px;
}
.about-instro p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
.about-instro-pic {
	margin: 5px 0;
}
.about-instro-pic img {
	width: 100%;
}
/*tree*/
.i-pic {
	text-align: center;
}
.i-pic img{
	display: block;
	width: 100%;
}
#product ,#environment{
	padding: 0.3rem 0;
}
#product .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 10px;
	margin: 0 10px;
	border:1px solid #000;
	background:none;
	opacity: .4;
	}
#product .swiper-pagination-bullet-active{
	background:none;
	border:1px solid #3445cc !important;
	opacity: 1;
	}
#product .swiper-container {
	padding-bottom: 30px;
}

.product-list {
	margin-top: 0.2rem;
}
.product-list dl {
	width: 3rem;
	margin: 0 0.1rem 0.2rem 0.1rem;
	float: left;
}
.product-list dl dt {
    width: 3rem;
    max-height: 2.5rem;
    overflow: hidden;
}
.product-list dl dt img {
	display: block;
	width: 100%;
}
.product-list dl dd {
	text-align: center;
	font-size: 14px;
	padding: 10px 5px;
	background: #eee;
	text-shadow: 0 1px 0 #fff;
}
.pro-pic-tit {
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
}
.pro-pic-tit img, .pro-pic-des img {
	width: 20px;
	padding-right: 3px;
	vertical-align: middle;
}
.pro-pic-tit span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	vertical-align: bottom;
}
.pro-pic-des {
}
.pro-pic-des span {
	color: #000;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
}
#environment{
	margin: 0 10px;
}
.environment-list {
	margin-top: 0.2rem;
}
.environment-list dl {
}
.environment-list dl dt {
	max-height: 300px;
	overflow: hidden;
}
.environment-list dl dt img {
	display: block;
	width: 100%;
}
.environment-list dl dd {
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
	padding: 10px 5px;
	background: #eee;
}
#environment .swiper-container{
	padding-bottom: 35px;
}
#environment .swiper-pagination-bullet-active{
	background: #7d8bef;
}
.i-base {
}
.i-base dl {
	width: 3rem;
	margin: 0 0.1rem 0.2rem 0.1rem;
	float: left;
}
.i-base dl dt {
	width: 3rem;
}
.i-base dl dt img {
	display: block;
	width: 3rem;
	height: 3rem;
}
.i-base dl dd {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background: #eee;
}
#qualification{
	position:relative;
	padding:30px 0;
	background:#f3f3f3;
	overflow:hidden;
	z-index:5;
	}
.qualification-full{
	background: rgba(245, 247, 255, 0.85) !important;
}
.qualification-box{
	position: relative;
	z-index: 100;
}
.qualification-list{
	padding-top:20px;
	margin: 0 1.5%;
	overflow: hidden;
	}
.qualification-list dl{
	position:relative;
	width:47%;
	margin:0 1.5% 15px 1.5%;
	background:#fff;
	overflow:hidden;
	border-bottom: 2px solid #7d8bef;
	border-radius: 0 0 3px 3px;
	float:left;
	}

.qualification-list dl:hover dt img{
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.qualification-list dl dt{
	max-height: 125px;
	overflow:hidden;
	}
.dt-bg{
	position:absolute;
    height: 108px;
	margin-top: 108px;
	 background-color:#7d8bef;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
	left:0;
	right:0;
	z-index:9;
	}
.qualification-list dl:hover .dt-bg{
	margin-top:0;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	}
.qualification-list dl:hover dd h3,.qualification-list dl:hover dd p{
	color: #333;
	}
.i-qualification-list dl:hover dd h3{
	color: #333;
}
.qualification-list dl dt>img{
	display: block;
	width: 100%;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.qualification-list dl dd{
	padding:10px;
	
	}
.qualification-list dl dd h3{
	font-size:14px;
	margin-bottom:10px;
	text-align: center;
	
	}
.qualification-list dl dd p{
	font-size:13px;
	}
.qualification-more{
	padding-top:10px;
	text-align:center;
	}
.qualification-more a{
	display: inline-block;
	font-size:13px;
	padding:10px 15px;
	border:1px solid #7d8bef;
	color:#616161;
	background:#f3f3f3;
	border-radius:5px;
	text-shadow:0 1px 0 #fff;
	}
.qualification-more a:hover{
	color:#fff;
	background:#7d8bef;
	text-shadow:none;
	}
.platform_advantage_bg {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.platform_advantage_bg_z {
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:-1;
}
.platform_advantage_bg li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 169, 186, .15);
	bottom: -160px;
	-webkit-animation: square 28s infinite;
	animation: square 28s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}
.platform_advantage_bg_z li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 169, 186, .15);
	bottom: -300px;
	-webkit-animation: square_z 22s infinite;
	animation: square_z 22s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}
.platform_advantage_bg li:nth-child(1), .platform_advantage_bg_z li:nth-child(1) {
	left: 10%
}
.platform_advantage_bg li:nth-child(2), .platform_advantage_bg_z li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-duration: 17s;
	animation-duration: 17s
}
.platform_advantage_bg li:nth-child(3), .platform_advantage_bg_z li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms
}
.platform_advantage_bg li:nth-child(4), .platform_advantage_bg_z li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	background: rgba(255, 169, 186, .25);
}
.platform_advantage_bg li:nth-child(5), .platform_advantage_bg_z li:nth-child(5) {
	left: 70%
}
.platform_advantage_bg li:nth-child(6), .platform_advantage_bg_z li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background: rgba(255, 169, 186, .2);
}
.platform_advantage_bg li:nth-child(7), .platform_advantage_bg_z li:nth-child(7) {
	left: 32%;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}
.platform_advantage_bg li:nth-child(8), .platform_advantage_bg_z li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s
}
.platform_advantage_bg li:nth-child(9), .platform_advantage_bg_z li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background: rgba(255, 169, 186, .3);
}
.platform_advantage_bg li:nth-child(10), .platform_advantage_bg_z li:nth-child(9) {
	left: 90%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s
}
 @-webkit-keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-1700px)rotate(600deg);
 transform: translateY(-1700px)rotate(600deg)
}
}
 @keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-1700px)rotate(600deg);
 transform: translateY(-1700px)rotate(600deg)
}
}
 @-webkit-keyframes square_z {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-700px)rotate(500deg);
 transform: translateY(-700px)rotate(500deg)
}
}
 @keyframes square_z {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-700px)rotate(500deg);
 transform: translateY(-700px)rotate(500deg)
}
}

#link{
    background: #000;
    color: #a5a5a5;
    padding: 7px 10px 7px 10px;
}
#link a, #link span{
	color: #8a8a8a;
}
#footer {
    padding: 7px 10px 7px 10px;
    background: #000;
    text-align: center;
    color: #a5a5a5;
}
#footer p {
	text-align: center;
	margin-bottom: 3px;
}
#footer p, #footer a {
	color: #8a8a8a;
}
/*内页*/
#inner {
	padding: 10px 0;
	background: #f5f5f5;
}
#i-banner {
	padding-top: 55px;
}
#i-banner img {
	display: block;
	width: 100%;
}
#i-menu {
	margin-bottom: 10px;
	padding: 15px 0;
	background: #fff;
}
.i-tit {
	text-align: center;
}
.i-tit h2 {
	font-size: 15px;
	font-weight: bold;
}
.i-tit .i-line {
	width: 25px;
	border-bottom: 2px solid #7d8bef;
	margin: 10px auto 10px auto;
}
.i-nav-list {
	text-align: center;
}
.i-nav-list a {
	display: inline-block;
	margin: 0 7px;
}
.third-nav {
	margin-left: 15px;
}
.third-nav>a {
	display: inline-block;
	font-size: 12px;
	margin: 0 2px 10px 2px;
}
.third-nav>a>span {
	padding-right: 5px;
	font-size: 12px;
	color: #c40000;
}
.third-nav>a>p {
	display: inline;
	font-size: 12px;
	color: #EC0000 !important;
}
.i-content {
	padding: 15px 0;
	background: #fff;
}
.i-content h1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.time {
	color: #555;
	padding: 10px 0 15px 0;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #E8E8E8;
}
.i-details {
	padding: 10px;
}
.i-details img {
	width: 100%;
}
.i-details p {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}
.i-about-img-list {
}
.i-about-img-list li {
	margin-bottom: 10px;
}
.i-about-img-list li img {
	display: block;
	width: 100%;
}
/*新闻列表*/
.i-news {
}
.i-news li {
	padding: 15px 10px;
	margin-bottom: 10px;
	background: #fff;
}
.i-news li h3 {
	font-size: 16px;
	color: #000;
}
.i-news li p {
	font-size: 13px;
	color: #888;
	margin: 10px 0;
}
.i-news li span {
	display: block;
	color: #333;
	margin-top: 10px;
	font-size: 14px;
}
.i-news li a {
	display: block;
	font-size: 13px;
}
/*内页彩叶苗木*/
.i-qualification-list {
	padding-top: 0;
}

.i-environment-list{
	margin: 0 1.5%;
	overflow: hidden;
	}
.i-environment-list dl{
	width:47%;
	margin:0 1.5% 15px 1.5%;
	background:#fff;
	float: left;
}
.i-environment-list dl dt{
	overflow:hidden;
}
.i-environment-list dl dd{
	font-size:14px;
	margin-bottom:10px;
	text-align: center;
}
.i-environment-list dl dt>img{
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.i-environment-list dl:hover dt img{
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.i-environment-list dl dt{
	max-height:2.4rem;
	overflow:hidden;
	}
.i-environment-list dl dd{
	padding:10px;
	
	}
/*相关图片*/
.i-related {
	margin-bottom: 15px;
	background: #fff;
}
.i-related h3 {
	padding: 8px 0 8px 10px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
	background: #313fa8;
}
/*翻页等*/

.t_page {
	padding: 0.1rem;
	margin: 0.15rem 0 0.05rem 0;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	background: #fff;
}
.t_page a {
	padding: 2px 5px;
	border: 1px solid #DEDEDC;
	margin: 0px 3px;
}
.prenext {
	padding: 0.1rem 0px;
	margin: 0.15rem 0;
	background: #f5f5f5;
}
.prenext ul li {
	line-height: 30px;
	padding-left: 0.15rem;
	border-bottom: none;
	text-shadow: 0 1px 0 #fff;
}
.prenext ul li a {
	text-shadow: 0 1px 0 #fff;
	float: none;
}
.prenext ul li span {
	text-shadow: 0 1px 0 #fff;
	float: none;
}
/*内页联系我们*/
.i-contact-info {
	margin: 0 0.1rem;
	padding-top: 5px;
	overflow: hidden;
}
.i-contact-info li {
	width: 2.9rem;
	height: 2.2rem;
	padding: 0.35rem 0 0.3rem 0;
	margin: 0 0.1rem 0.2rem 0.1rem;
	background: #f5f5f5;
	float: left;
}
.i-contact-info li span {
	display: block;
	height: 0.55rem;
	text-align: center;
}
.i-contact-info li span img {
	width: 0.5rem;
}
.i-contact-info li p.c_info {
	color: #000 !important;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
}
.i-contact-info li p {
	color: #666;
	font-size: 14px;
	margin-top: 0.2rem;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}
.i-contact-info li p a {
	color: #666;
}
#allmap {
	width: 100%;
	height: 300px;
	margin: auto 0.2rem;
	text-align: center;
}
.teltool {
	position: fixed;
	width: 100%;
	height: 50px;
	padding: 7px 0;
	background: #fae6e1;
	bottom: 0;
    z-index: 9999999;
}
.teltool .telicon {
	width: 24px;
	height: 24px;
	margin: 5px 0 0 10px;
	background: url(/images/mimages/htool-tel.png) center center no-repeat #7d8bef;
	background-size: 12px 15px;
	box-shadow: 0 1px 1px rgba(0,0,0,.5);
	border-radius: 2px;
	float: left;
}
.teltool h2 {
	height: 25px;
	padding-left: 10px;
	padding-top: 8px;
	color: #666;
	font-size: 14px;
	margin: 0;
	float: left;
}
.teltool .telnum {
	padding-top: 5px;
	padding-left: 5px;
	color: #fc3304;
	font-size: 18px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	position: relative;
	float: left;
}
.teltool .telnum a {
	font-weight: bold;
	color: #fc3304;
	text-decoration: none;
}
