﻿* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html,body{ overflow: hidden; overflow-y: auto; color: #333; -webkit-tap-highlight-color: rgba(0,0,0,0); }
body { min-width: 320px; width: 100%; font-family: ""; background-color: #fff; }
a { text-decoration: none; color: #333; }
i,em { font-style: normal; display: inline-block; }
ul,li { list-style: none; }
li { list-style: none; display: inline-block; }
img { vertical-align: middle; width: 100%; height: 100%; max-width: 100%; overflow: hidden; }
input,textarea,select,button { -webkit-appearance:none; background:none; outline:none; border: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin: 0; padding: 0; }
.ts { text-shadow: rgba(0,0,0,.15) 0 0 1px; -webkit-text-shadow: rgba(0,0,0,.15) 0 0 1px; }
.tc { color: #7ad0ae; }
.tc9 { color: #999; }
.triangle { padding-left: 5px; }
.bottom_copyright { height: 90px; }
.b1 { border: 1px solid #f8f8f8; }
button { 
    display: block;
    border-radius: 8px; 
    border: 1px solid #333; 
    font-size: 14px;
    cursor: pointer;
}
header .tr-tel-topbar {
    background-color: #272e29;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.am-topbar .am-text-ir {
  display: block;
  width: 165px;
  background: url(../images/logo.png) no-repeat left center;
  -webkit-background-size: 165px auto;
  background-size: 165px auto;
}
img.top_icon {
    width: 20px;
    height: auto;
}
.down-menu {
  min-width: 97px;
}
.swiper-container,.banner {
    margin-top: -1px;
}
/*泰笛优势----*/
h3.subtitle {
    color: #999;
    font-size: 1.2em;
}
.advantage_item {
    position: relative;
    overflow: hidden;
}
.advantage_item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #7ad0ae;
    content: '';
    -moz-transition: transform .8s;
    -ms-transition: transform .8s;
    -o-transition: transform .8s;
    -webkit-transition: -webkit-transform .8s;
    transition: transform .8s;
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.advantage_item:hover {
    cursor: pointer;
    box-shadow: 0 1px 10px #e0e0e0;
    -webkit-box-shadow: 0 1px 10px #e0e0e0;
}
.advantage_item:hover::after {
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.floor3 {
    padding-bottom: 50px;
}
.floor4 {
    background-size: cover;
    padding-bottom: 50px;
}
.floor4 li.case {
    position: relative;
    z-index: 1;
}
li.case h4.company_name {
    font-weight: 700;
    margin-bottom: 0;
}
li.case h4 a:hover {
    color: #7ad0ae;
}
.floor5 {
    padding-bottom: 50px;
}
.floor5 ul.news_ul {
    padding-bottom: 30px;
}
.box:hover {
    box-shadow: 0 1px 10px #e0e0e0;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.left_pic {
    width: 35%;
}
.right_content {
    width: 60%;
    font-size: 14px;
}
.right_content h1{
	 font-size: 26px;
}
a.tit:hover {
    color: #7ad0ae;
}
.box h5 {
    font-weight: bold;
    font-size: 18px;
}
.right_content a.text {
    display: block;
    font-size: 20px;
    margin: 10px 0; 
    line-height: 1.5em;
}
.right_content a.text:hover {
    text-decoration: underline;
}
.right_content p.date {
    font-size: 12px;
    color: #808080;
}
/*底部----*/
.bottom,.footer {
    background: #272e29;
    color: #fff;
}
.co-company a,.footer a {
    color: #fff;
}
.co-company a:hover,.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
li.contact_list {
    padding-bottom: 10px; 
    display: block;
}
li.map {
    padding-top: 25px;
    width: 90%;
}
.am-form select {
    background: #272e29;
    color: #fff;
}
.am-form select:focus{
    background-color: #272e29;
    border-color: #7ad0ae;
}
.am-form input[type="text"]:focus,.am-form textarea:focus {
    border-color: #7ad0ae;
}
.bottom_submit {
    width: 100%;
    background: #7ad0ae;
    color: #fff;
    padding: 10px 0;
    border-radius: 8px;
    letter-spacing: 0.4em;
    font-size: 1.8rem;
}
.co-company {
    border-top: 2px solid #3d433f;
    border-bottom: 2px solid #3d433f;
    background: #272e29;
    color: #fff;
}
.pd5 {
    padding: 0 5%;
}
/*底部导航----*/
ul.footer_nav {
    margin-bottom: 30px;
}
li.footer_nav_list {
    padding: 0 8px;
}
.co-list {
    margin: 0 5px;
}
.about {
    color: #ec8118;
}
.about_text {
    line-height: 1.8em;
}
.case_wrap {
    background-color: #f3f3f3;
}
.case_bg {
    background-color: #fff;
}
.plants_bg {
    background-color: #fff;
    margin-bottom: 4rem;
    padding: 0 1.5rem;
    width: 100%;
}
.line {
    border-bottom: 1px solid #f3f3f3;
    padding: 1.8em 0;
    color: #333;
    width: 100%;
}
.city-team {
    border: 1px solid #333;
    border-radius: 6px;
    text-align: center;
    width: 22%;
    margin-right: 0.3em;
    margin-bottom: 0.8em
}
.city-team:nth-child(4n) {
    margin-right: 0;
}
.city-team:hover {
    border: 1px solid #7ad0ae;
}
.city-team a:hover {
    color: #7ad0ae;
}
.am-service {
    border-bottom: 1px solid #f3f3f3;
}
.development_history {
    
}
a.case_text_overflow:hover {
    color: #333;
}
/*回到顶部----*/
.topbackStyle { 
    cursor: pointer; 
    width: 60px; 
    height: 50px; 
    text-align: center; 
    vertical-align: top; 
    position: fixed; 
    z-index: 999; 
    right: 20px; 
    bottom: 40px;
}
.topbackStyle img { 
    cursor: pointer; 
    width: 60px; 
    height: 50px; 
    border: 0; 
    display: none; 
    vertical-align: bottom;
}
/*----专题页*/
header .tr-tel-topbar {
    background-color: #272e29;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.am-topbar .am-text-ir {
  display: block;
  width: 165px;
  background: url(../images/logo.png) no-repeat left center;
  -webkit-background-size: 165px auto;
  background-size: 165px auto;
}
.am-topbar {
    background: #fff;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #6cd29e;
}
img.top_icon {
    width: 20px;
    height: auto;
}
.am-topbar .tr-tel-topbar a {
    color: #fff;
}
.down-menu {
  min-width: 97px;
}
.am-nav > li.am-active > a {
    border-radius: 0;
    color: #7ad0ae;
    background: none;
}
ul.am-dropdown-content > li > a:hover, ul.am-dropdown-content > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #7ad0ae;
}
.am-dropdown-content li {
    display: inline-block;
}
.am-topbar a:hover {
    color: #7ad0ae;
}
.banner {
    width: 100%;
    position: relative;
    z-index: 1;
}
.banner_form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
#top-form{ margin-top: 1.5em;}
.am-g-fixed {
  max-width: 1920px;
}
.am-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  max-width: 1230px;
}
legend {
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #ffffff;
  border-bottom: 0;
  padding: 0.8rem 1rem;
  background-color: #7ad0ae;
}
fieldset {
    background-color: #fafafa;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em;
}
.am-form select.bg, .am-form input.bg {
    background-color: #fafafa;
    color: #777;
    font-size: 14px;
    font-weight: bold;
}
.am-form input.tc,.am-form select.tc {
    font-size: 12px;
}
.am-form input.tc,.down_select {
    width: 49%;
}
.am-icon-md:before {
    font-size: 140%;
    vertical-align: -40%;
}
.am-popover-danger .am-popover-inner {
    background: #fff;
    color: #777;
}
.am-popover-sm .am-popover-inner {
    font-size: 12px;
    position: absolute;
    right: -16px;
    bottom: 0;
    width: 200px;
}
.evt {
    position: relative;
}
.am-popover-danger {
    border: 0;
}
.am-popover-danger .am-popover-caret {
    border-bottom-color: #fff;
}
.am-input-group {
    margin: 2rem 0;
    width: 100%;
}
.am-form-group {
    margin-bottom: 2rem;
}
.am-form-icon [class*='am-icon-'] {
    position: absolute;
    left: auto;
    right: 0.5em;
    top: 30%;
    display: block;
    margin-top: -0.5em;
    line-height: 1;
    z-index: 2;
}
.am-form-icon .am-form-field {
    padding-right: 1.75em;
    padding-left: 0.5em !important;
}
.am-input-group-btn:last-child > .am-btn {
    margin-left: 0;
}
/*floor S----*/
h1.title { 
    font-size: 1.5em; 
    color: #7ad0ae;
    letter-spacing: 0.1em; 
}
h3.subtitle {
    color: #999;
    font-size: 1em;
}
.effect_liner {
    position: relative;
   overflow: hidden;
}
.effect_liner::after {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 4px;
   background: #7ad0ae;
   content: '';
   -moz-transition: transform .8s;
   -ms-transition: transform .8s;
   -o-transition: transform .8s;
   -webkit-transition: -webkit-transform .8s;
   transition: transform .8s;
   -moz-transform: translate3d(-100%,0,0);
   -ms-transform: translate3d(-100%,0,0);
   -o-transform: translate3d(-100%,0,0);
   -webkit-transform: translate3d(-100%,0,0);
   transform: translate3d(-100%,0,0);
}
.effect_liner:hover {
   cursor: pointer;
   box-shadow: 0 1px 10px #e0e0e0;
   -webkit-box-shadow: 0 1px 10px #e0e0e0;
}
.effect_liner:hover::after {
   -moz-transform: translate3d(0,0,0);
   -ms-transform: translate3d(0,0,0);
   -o-transform: translate3d(0,0,0);
   -webkit-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
}
.imgBox {
   display: block;
   overflow: hidden;
   position: relative;
}
.textBox {
    padding: 10px 20px 0;
}
.textBox h2 {
    font-size: 1.8rem;
}
.textBox h4 {
    color: #808080;
    font-size: 1.4rem;
}
.hover_scal {
   -moz-transition: all 1s ease 0s;
   -ms-transition: all 1s ease 0s;
   -o-transition: all 1s ease 0s;
   -webkit-transition: all 18s ease 0s;
   transition: all 1s ease 0s;
}
li:hover img.hover_scal {
   -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
}
a.hover_color {
   color: #808080;
   letter-spacing: 0.1em;
   font-size: 17px;
   font-weight: 800;
} 
a.hover_color:hover {
    color: #7ad0ae;
}
.kinds_nav li { 
    display: inline-block;
}
.kinds_nav li.current {
    background-color: #7ad0ae;
}
.kinds_nav li.current a.hover_color {
    color: #fff;
}
ul.kinds_ul~ul.kinds_ul {
    display: none; 
}
li.kinds_list {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    margin-bottom: 1rem;
}
button.index_more {
    width: 12%;
    margin: 40px auto;
    padding: 5px;
}
li a.cover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    z-index: 2;
}
li a.cover:hover::before {
    background: rgba(0, 0, 0, 0);
}
.price {
    color: #7ad0ae;
    font-size: 16px;
}
.name {
    font-size: 16px;
}
.kinds_list .am-text-right {
    color: #999;
}
.tit,.specs {
    font-size: 13px;
}
.floor6 {
    background-size: cover;
    padding-bottom: 50px;
}
.floor6 li.case {
    position: relative;
    z-index: 1;
}
.case_content {
    margin: 0 .5rem 1rem .5rem;
    height: 40px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
}
li.case:hover .case_content {
   height: 45%;
   cursor: pointer;
}
li.case h4.company_name {
   font-weight: 700;
   margin-bottom: 0;
   font-size: 15px;
   line-height: 40px;
}
li.case h4 a:hover {
   color: #7ad0ae;
}
/*Button To Right----*/
.hvr {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7ad0ae;
    border-radius: 8px;
    border: 1px solid #7ad0ae;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr:hover, .hvr:focus, .hvr:active {
    color: white;
    border-radius: 8px; 
    border: 1px solid #7ad0ae;
}
.hvr:hover:before, .hvr:focus:before, .hvr:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*----Button To Right*/
.am-btn {
    display: block;
    margin-bottom: 0;
    padding: 0.5em 1em;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.am-btn-default {
    color: #333;
    border-color: #333;
    background-color: transparent;
}
.am-btn.am-radius {
    border-radius: 8px;
}
.form-btn {
    border: 1px solid #7ad0ae;
    background-color: #7ad0ae;
    color: #fff;
    font-size: 1.4rem;
}
.floor7 {
    padding-bottom: 50px;
}
.city_list img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.city_list:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
/*底部----*/
.footer {
    background: #272e29;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
ul.footer_nav {
    margin-bottom: 30px;
}
li.footer_nav_list {
    padding: 0 8px;
    display: inline-block;
}
h4.lh0 {
    line-height: 20px;
    text-align: left;
}
.info {
    width: 100%;
    border: 1px solid #f8f8f8;
    margin: 0;
    padding: 10px 5px 5px;
    overflow: hidden;
}
.info-item {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}
.info-item h5 {
    height: 25px;
}
.plants-name,.plants-price {
    float: left;
    font-size: 12px;
    text-align: left;
    width: 36%;
}
.plants-info,.plants-spec {
    float: right;
    font-size: 12px;
    text-align: right;
    width: 60%;
}

/*回到顶部----*/
/*.topbackStyle { 
    cursor: pointer; 
    width: 60px; 
    height: 50px; 
    text-align: center; 
    vertical-align: top; 
    position: fixed; 
    z-index: 999; 
    right: 20px; 
    bottom: 40px;
}
.topbackStyle img { 
    cursor: pointer; 
    width: 60px; 
    height: 50px; 
    border: 0; 
    display: none; 
    vertical-align: bottom;
}*/

/* 侧边栏 */
.side {
    position: fixed;
    width: 64px;
    height: 275px;
    right: 10px;
    top: 214px;
    z-index: 100;
    display: none;
}
.side ul {
    padding-left: 0;
    margin: 0;
    display: block;
}
.side ul li {
    width: 64px;
    height:60px;
    float: left;
    margin-bottom: 1px;
    position: relative;
    border-bottom: 1px solid #444;
}
.side ul li .sidebox {
    position:absolute;
    width:64px;
    height:60px;
    line-height: 60px;
    top:0;
    right:0;
    z-index: 100;
    background:#7ad0ae;
    text-align: center;
    color:#fff;
    font-size: 14px;
    font-family: '';

}

.sideinbox{
	width: 64px;
	height: 60px;
    z-index: 90;
	position: absolute;
	right: 0px;
	top: 0;
	opacity: 0;
    background:#7ad0ae;
    line-height: 60px;
    font-size: 1.8rem;
    border-top-left-radius: 7px;
   	border-bottom-left-radius:7px;
    transition: width 0.2s;
    -webkit-transition: width 0.2s;
    overflow: hidden;

}
.sideinbox img.sidein-icon{
	 float: left;
	 width: 50px;
	 height: 50px;
	 display: inline-block;
	 vertical-align: middle;
	 margin-top: 5px;
	 margin-left: 5px;
	  
}



.side ul li .sidetop {
    width:64px;
    height:60px;
    line-height:60px;
    display:inline-block;
    background:#7ad0ae;
    transition:all 0.3s;
}
.side ul li .sidetop:hover {
    background:#7ad0ae;
}

.side ul li img.side-icon {
    float:right;
    width: 57px;
    height: 49px;
    margin-right: 3px;
    margin-top: 4px;
}
.article-tags-bg {
   <!-- background-color: #e5e5e5;-->
    color: #6b6a6a;
    font-weight: bold;
    padding: 1rem 2rem !important;
}
.article-tag {
    line-height: 40px;
    text-align: left;
}
.plants-knowledge {
    width: 100%;
    
}
.plants-ul{
	padding-left: 0;

}
.plants-ul li .right_content p{
	padding-top: 1rem;
	
}
.plants-more{
	font-size: 14px;
	color: #7ad0ae;
	border: 1px solid #7ad0ae;
	border-radius: 20px;
	padding: 0 0.5rem;
	cursor: pointer;
	
}
.plants-time{
	font-size: 14px;
	float: left;

}
.plants-time img {
	width: 20px;
	margin-right: 0.5rem;
	position: relative;
	top: -2px
}
