@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;
}
img {
	border: none;
}
a img {
	border: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #e10000;
	text-decoration: none;
}
a:active {
	color: #333333;
}
p, div {
	color: #333;
	font-size: 12px;
}
body {
	padding-bottom: 36px;
	background: #fff;
}
strong, strong span {
	font-weight: bold;
}
.not-animated {
	opacity: 0;
}
#product:after, .product-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;
	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: #d7c27d;
	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: #D4C393;
	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: #dd0000;
	-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: 2.2rem;
	max-width: 120px;
	left: 0;
	right: 0;
	top: 5px;
	text-align: center;
	margin: 0 auto;
}
#top .logo img {
	width: 100%;
	-ms-interpolation-mode: bicubic;
}
#top .home {
	position: absolute;
	right: 15px;
	top: 13px;
}
#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-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;
}
.service-list {
	padding-top: 40px;
}
.service-list dl {
    width: 1.72rem;
    margin: 0 0.2rem 10px 0.2rem;
    float: left;
    text-align: center;
}
.service-list dl dt {
	display: table-cell;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.6rem;
	background: #c71123;
	text-align: center;
	vertical-align: middle;
}
.service-list dl dt img {
	width: 0.5rem;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.service-list dl:hover dt img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transition: rotate(360deg);
	transform: rotate(360deg);
}
.service-list dl dd {
	margin-top: 15px;
	font-size: 15px;
	text-align: center;
}
/*标题*/
.tit {
	padding: 0 10px 10px 10px;
	text-align: center;
}
.tit span {
	display: inline-block;
	color: #ed0000;
	font-size: 18px;
	line-height: 35px;
	vertical-align: top;
	padding-left: 10px;
	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;
}
#about {
	padding: 40px 0;
	background: url(/images/HituxBlue/about-bottom.jpg) center bottom no-repeat #eee;
}
.about-instro {
	padding: 0 10px;
}
.about-instro p {
	font-size: 13px;
	line-height: 22px;
}
.about-instro-pic {
	margin: 5px 0;
}
.about-instro-pic img {
	width: 100%;
}
/*tree*/
.i-pic {
	text-align: center;
}
#product {
	padding: 0.3rem 0;
}
.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;
}
.product-list dl dt img {
	display: block;
	width: 3rem;
	height: 3rem;
}
.product-list dl dd {
	display: none;
	text-align: left;
	padding: 10px 5px;
	background: #eee;
}
.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;
}
.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;
}
#product .swiper-container {
	padding-bottom: 30px;
}
#footer {
	padding: 7px 10px 5px 10px;
	background: #000;
}
#footer p {
	text-align: center;
	margin-bottom: 3px;
}
#footer p, #footer a {
	color: #8a8a8a;
}
/*内页*/
#inner {
	margin-top: 55px;
	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: 1px solid #DD0000;
	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-tree-list {
	margin-top: 0;
}
/*相关图片*/
.i-related {
	margin-bottom: 15px;
	background: #fff;
}
.i-related h3 {
	padding: 8px 0 8px 10px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
	background: #AF0000;
}
/*翻页等*/

.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: 1.5rem;
	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;
}
.i-contact-info li p.c_add{
	font-size: 12px;
	padding: 0 5px;
}
#allmap {
	width: 100%;
	height: 300px;
	margin: auto 0.2rem;
	text-align: center;
}
.teltool {
	position: fixed;
	width: 6.4rem;
	height: 36px;
	padding-top: 4px;
	background: #fae6e1;
	bottom: 0;
}
.teltool .telicon {
	width: 24px;
	height: 24px;
	margin: 5px 0 0 10px;
	background: url(/images/mimages/htool-tel.png) center center no-repeat #42b449;
	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: 16px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	float: left;
}
.teltool .telnum a {
	font-weight: bold;
	color: #fc3304;
	text-decoration: none;
}
