﻿@charset "utf-8";
@import "https://at.alicdn.com/t/font_2537907_006sl9k52s1u4.css";
/*样式重置start*/
html,
body,
a,
div,
audio,
br,
button,
canvas,
font,
form,
footer,
header,
frame,
h1,
h2,
h3,
h4,
h5,
h6,
head,
foot,
hr,
i,
iframe,
img,
input,
label,
li,
link,
map,
menu,
nav,
object,
ol,
option,
p,
section,
select,
source,
span,
table,
tbody,
thead,
td,
th,
textarea,
tfoot,
time,
title,
tr,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  outline: none;
  -webkit-font-smoothing: antialiased; /*字体抗锯齿*/
  -webkit-overflow-scrolling: touch; /*IOS端平滑滚动*/
  -ms-scroll-chaining: none;
  overscroll-behavior: contain; /*解决滚动冒泡*/
  position: relative;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
 

}
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
a {
  color: inherit;
}
ol,
ul,
li {
  list-style: none;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  border: none;
  background-color: rgba(0, 0, 0, 0);

}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 0;
  }
}
img {
  vertical-align: top;
}
.clearfix {
  zoom: 1;
} /*添加给浮动元素的父级元素*/
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*样式重置end*/
:root {
  --theme-bg-color: #99d64b;
  --theme-link-color: #039954;
  --nav-text-color: #333;
  --nav-color:#02b663;
  --nav-active-text-color: #99d64b;
  --gray-text-color: #999;
  --content-text-color: #666;
  --header-logo: url(../images/logo-tuya.png);
  --bottom-logo: url(../images/bottom-logo-tuya.png);
}
html {
  font-size: 14px;
  font-weight: 400;
}
body {
  min-height: 100vh;
}
section.gray {
    background-color: #f2f3f7;
}
.plat-lin2 span {
    display: block;
    /* background: rgba(255,255,255,0.4); */
    height: 0;
    margin: 20px;
    border-bottom: dashed rgba(255,255,255,0.4) 1px;
}
.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.loading img {
  display: block;
  margin: auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.btn {
  display: block;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.btn:hover::before {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.btn.active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
header {
  z-index: 2;

}

.top-infor {
    display: flex;
    height: 100px;
    align-items: center;
    /* width: 1200px; */
    margin: 0 auto;
    padding: 0 calc((100% - 1200px)/2);
  /*  background: url(../images/top-bg.png)no-repeat center top;
       background-size: 100% 100%;*/
}
.right-go {
    margin-left: auto;
        display: flex;
    align-items: center;
}
.code-top {
    margin-left: 20px;
    position: relative;
}
.code-top img{width: 80px;height: 80px;}



.nav-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
background: #0f9155;
position: relative;
 
}
.nav-cont .container{    position: initial;}

.nav-cont .logo {
  width: 346px;
  height: 90px;
  margin-right: auto;
  background: var(--header-logo) center no-repeat;
  background-size: contain;
}
.nav-cont nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      position: initial;
}
.nav-cont nav ul li{flex:1;   position: initial;}
.nav-cont nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
font-size: 15px;
  height: 50px;
 color: #fff;

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
    .nav-cont nav ul li a i {
        font-size: 18px;
        margin-right: 6px;
        color: #ffffffc4;
    }
.nav-cont nav ul li:hover > a {
background: #27cc4a;
color: #fff
}

.nav-cont nav ul li.active > a {
  margin-top: 0px;
background: #27cc4a;
color: #fff
}

footer {
    bottom: 0;
    left: 0;
    width: 100%;
    background: #243543 !important;
    background-size: cover;
    color: #fff;
}
footer::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/yd1.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: movebg 100s linear infinite alternate;
    animation: movebg 200s linear infinite alternate;
    opacity: 0.6;
    z-index: 1

}
.foot-logo {
    width: 150px;
    text-align: center;
    text-align: center;
    background: rgba(0,0,0,0.1);
    padding: 10px 0;
    background-image: linear-gradient(rgb(36 53 67), rgba(36,53,67,0.2), rgb(36 53 67));
        font-style: italic;
}
.foot-logo img{width: 100%;    opacity: 0.9;    margin-top: 10px;}
.foot-logo i {
    font-size: 46px;
    margin: 20px 0 0px 0;
    display: block;
    color: #cfd3d5;
}
.foot-logo h6 {
    font-size: 14px;
    font-weight: 100;
    color: rgba(255,255,255,0.6);
        margin: 0px 0 0px 0;
}
.foot-logo p {
    font-size: 18px;
    font-weight: 100;
    color: rgba(255,255,255,0.6);
}
footer .container{z-index: 2;}
footer .footer-top{z-index: 3;}
@-webkit-keyframes movebg {
    0% {
        background-position: 0%;
    }

    0% {
        background-position: 100%;
    }
}

@keyframes movebg {
    0% {
        background-position: 0%;
    }

    0% {
        background-position: 100%;
    }
}

.footer-top {
    background: #273a4a;
    line-height: 48px;
}
.footer-top .container {
    display: flex;
    align-items: center;
}
.footer-top span{color: #666;font-size: 16px;color: #039c2f;}
    .footer-top a {
        color: #ececec;
        font-size: 14px;
        padding-right: 15px;
        font-weight: 100;
    }
.footer-top a:hover{color: #039c2f}

.footer-top em {
    color: #5c9155;
    font-size: 28px;
    font-weight: 100;
    font-style: inherit;
    padding: 0 10px;
    font-family: 宋体;
}

.site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  padding: 40px 0;
}
.scan-code-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-info .plat-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-info .plat-link a {
    display: block;
    color: rgba(255,255,255,0.6);
    font-weight: 100;
}
.site-info .plat-link a:nth-child(1){color: #0ac06c;cursor: auto;}
.site-info .plat-link a:hover {
  color: #fff;
}
.site-info .address,
.site-info .service {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.site-info .address {
    height: 56px;
    font-size: 14px;
    font-weight: 100;
    color: #fafafa;
}
.site-info .address p {

}
.site-info .service p {

}.service {
    font-weight: 100;
    font-size: 12px;
    height: 56px;
    color: #fafafa
}
.site-info .scan-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      margin-left: 20px;
      opacity: 0.8;
}
.site-info .scan-code:hover{opacity: 1;}
.foot-bottom {
    background: #243543;
    text-align: center;
    line-height: 54px;
    font-weight: 100;
    font-size: 13px;
    border-top: 1px solid #ffffff1a;
        color: #ffffff8a;
}
.foot-bottom span{margin: 0 10px;}
.site-info .scan-code img {
    display: block;
    width: 98px;
    height: 98px;
    /* -webkit-box-shadow: 0 0 0 2px #fff; */
    /* box-shadow: 0 0 0 2px #fff; */
    margin-bottom: 10px;
    -o-object-fit: contain;
    /* object-fit: contain; */
}
.bottom-info {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
}
.bottom-info span {
  margin: auto;
}
.swiper-pagination-bullet {
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.8);
    opacity:1;
    height:6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--theme-bg-color);
}
.scroll-top {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  width: 36px;
  height: 36px;
  background: #243543 url(../images/down-link-to-tuya.svg);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
.bottom-nav {
  position: absolute;
  bottom: 284px;
  width: 100%;
  height: 84px;
  background-color: #f2f3f7;
}
.bottom-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.bottom-nav ul {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bottom-nav ul li {
  padding: 0 1rem;
}
.bottom-nav ul li a {
  color: var(--content-text-color);
}
.bottom-nav ul li + li {
  -webkit-box-shadow: inset 1px 0 0 var(--content-text-color);
  box-shadow: inset 1px 0 0 var(--content-text-color);
}
.bottom-nav ul li a:hover {
  color: var(--theme-link-color);
}

.code-top span {
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.code-top span:hover {
    -webkit-transform: rotate(
90deg
);
    -ms-transform: rotate(90deg);
    transform: rotate(
90deg
);
}

.phcord1 {
    position: absolute;
 z-index: 9;
    left: -20px;
    background: #fff;
    padding: 1px;
    box-shadow: 0 4px 6px #00000059;

    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.phcord1:before {
    content: '';
    position: absolute;
    top: -16px;
    /* left: 0; */
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-color:  transparent transparent  #ffffff transparent ;
    border-style: solid;
    border-width: 8px;
    transform: translate(-50%, 0);
    left: 50%;
}
 .phcord1.active{ opacity: 1;}

.code-top span i{color: #666;}
 .page-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
 .page-toggle a {
  padding: 0.5rem 1rem;
  background-color: var(--theme-link-color);
  color: #fff;
}
 .page-toggle a.disabled {
  background-color: var(--content-text-color);
  pointer-events: none;
}
 .page-toggle a + a {
  margin-left: 30px;
}

.search {
    position: relative;
    padding-right: 110px;
    padding-left: 10px;
    background: #FFF;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #ddd;
}
.search input {
    display: block;
    height: 36px;
    width: 100%;
    border: none;
    background: none;
}
    .search a {
        display: block;
        height: 36px;
        background: #FFF;
        width: 55px;
        text-align: center;
        line-height: 36px;
        color: #FFF;
        background: #0f9155;
        font-size: 14px;
        position: absolute;
        right: 0px;
        top: 0px;
        transition: all .3s;
        -webkit-transition: all .3s;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
        border: 1px solid #fff;
    }
.search a:hover{background: #0cbf3f;} 
.banner-box{height: 455px;}
.banner-box .swiper-container{width: 100%;height: 100%;}
.banner-box .swiper-slide img{width: 100%;height: 100%;}

.gg-left .swiper-button-next:after, .gg-left .swiper-button-prev:after {
    font-size: 18px;
}

.title-box {
    display: flex;
    align-items: center;
    line-height: 48px;
    padding: 0 calc((100% - 1200px)/2);
    border-bottom: 1px solid #f5f5f5;
}
body .item:nth-child(2n) .title-box{border-bottom: 1px solid #ebe9e9;}
.title-box h6 {
    font-size: 22px;
    color: #333;

    position:relative;
}
    .title-box h6:before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 3px;
        width: 30px;
        background: #0f9155;
        border-radius: 10px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 50%;
    }
.title-nav {

    margin-left: auto;
        display: flex;
}
.title-nav ul li a {
    padding: 0 0 0 34px;
    color: #666;
    font-size: 16px;
}
    .title-nav ul li a:hover {
        color: #0f9155;
    }
    .title-nav ul li.active a {
        color: #0f9155;
    } 
.title-nav ul {
    display: flex;
    margin-right: 40px;
}
/*body .item{background: #fff;min-height: 340px;padding: 15px 0 50px 0;}
body .item:nth-child(2n){background: #fafafa;}*/

.title-more {
    display: flex;
    align-items: center;
}
.title-more a {
    border: 1px solid #999;
    width: 23px;
    height: 23px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.title-more a::before {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5.5px;
    margin-top: -0.5px;
}
.title-more a::after {
content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 1px;
    height: 11px;
    background: #999;
margin-left: -0.5px;
margin-top: -5.5px;

}
.title-more a:hover {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }


.hover-img img{transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;}

.hover-img:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.nac-no {
    position: absolute;
    width: 100%;
    background: #0b6f41;
    left: 0;
    padding: 0 calc((100% - 1200px)/2);
    align-items: center;
    justify-content: center;
    display: none;
    border-top: 1px solid #27cc4a;
}
.nac-no a {
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 14px;
    float: left;
    display: inline;
    padding: 0 20px;
    position: relative;
}
.nac-no a:hover{background: rgba(255,255,255,0.4);}
.nac-no a::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -2px;
}
.active .nac-no {
    display:flex;
}
.btn-fill-horz-o:hover{color: #fff;}

.plat-lin2{}
.plat-lin2 a{display: block;}
.plat-lin2 a:nth-child(1) {
    /* border: 1px solid #b5c07b; */

    color: #0ac06c;
 
    font-size: 16px;
}
.plat-lin2 {
    text-align: center;
    background: rgba(0,0,0,0);

    background-image: inherit;
}
.plat-lin2 a + a {
    margin-top: 6px;
color: rgba(255,255,255,0.6);
    font-weight: 100;}

.plat-lin2 a + a:hover{color: rgba(255,255,255,1);}     




/*内页*/
.list-banner {
  width: 100%;
  /*height: 400px;*/
  background: url(../images/n-banner.jpg)no-repeat center center;
  background-size: cover;
}
    .list-banner img {
        width: 100%;
    }
.list-nav {



   
}
.list-nav > ul {
  display: flex;
     background: #e1e1e1;
     line-height: 60px; 
    height: 60px;
    border-top: 2px solid #0f9155;
        padding: 0 calc((100% - 1200px)/2);
}
.list-nav > ul > li {
    flex: 1;
    text-align: center;
    font-size: 16px;
}
.list-nav > ul > li:hover{ background: #0f9155;color: #fff;cursor: pointer;}
.list-nav > ul > li > a {
    color: #333;
    font-size: 16px;
    text-align: center;
    min-width: 200px;
    width: 100%;
    height: calc(100% - 2px);
    display: block;
}
.list-nav > ul > li.active{
    background: #0f9155;
    color: #fff;

}

.tab-box .tab-zbox{z-index: 2;height: 0;overflow: hidden;width: 1000px; }

.tab-box .tab-zbox.tab-zbox1{height: auto;margin:60px auto;}
.tab-box .tab-zbox.active{height: auto!important;margin:60px auto;}


.tab-zbox .title h6{
    font-size: 28px;
    color: #333;
    font-weight: normal;
}
.tab-zbox .title p{
    font-size: 22px;
    color: #666;
}
.tab-zbox .title span {
    display: block;
    width: 30px;
    height: 2px;
    background: #0f9155;
    margin-top: 20px;
}
.text p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-indent: 2em;
    color: #666;
    margin-top: 20px;
}
.tab-box {
    min-height: 200px;
        padding-bottom: 200px;
}
.tab-box{}

.tab-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;

    background: url(../images/footer-bg.jpg) no-repeat center bottom;
    background-size:100%;
    z-index: -1;
    opacity: 0.5;
}
.text {
    width: 100%;
    height: 100%;
}

.contact{
    padding: 60px calc((100% - 1000px)/2) 0 calc((100% - 1000px)/2);
        min-height: 200px;
    padding-bottom: 200px;
}
.contact::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    /*background: url(../images/footer-bg.jpg) no-repeat center bottom;*/
    background-size: 100%;
    z-index: -1;
    opacity: 0.5;
}
.tab-zbox{z-index: 4}


.BMap_cpyCtrl span {
    display: none !important;
}
.anchorBL {
    display: none;
}
.map {
    width: 50%;
    height: 400px;
box-shadow: 6px 0px 10px #00000017;
}

.map-box {
    display: flex;
    align-items: center;
    margin:30px 0 60px 0;
    background: #fcfafa;
    overflow: hidden;
}

.map-right{padding-left: 40px;}
.map-right h6 {
    font-size: 22px;
    color: #0f9155;
    margin: 10px 0;
    /* font-weight: 600; */    margin-bottom: 20px;
}
.map-right p{text-indent: 0;font-size: 16px;color: #333;margin:10px 0;}


.news-mini {
    display: flex;
    margin-bottom: 10px;
    cursor:pointer;
}
.news-left {
    width: 180px;
    height: 130px;
    background: #27cc4a0d;
}
.news-left img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.news-right {
    flex: 1;
    padding: 10px 14px 10px 14px;
}
.news-right h6 {
    font-size: 18px;
    color: #333;
}
.news-right em {
    font-size: 12px;
    color: #999;
    margin: 5px 0 5px 0;
    display: block;
}
.news-right p {
    font-size: 14px;
    color: #666;
    font-weight: 100;
}
.news-box {
    margin-top: 40px;
}
.news-box .news-mini{    background: #fafafa;cursor: pointer;box-shadow: inset 0 0 0px 1px #f0eeee;
}
.news-box .news-mini:hover{ box-shadow: inset 0 0 0px 1px #0f9155; }



.details-box {
    padding: 40px 0;
    text-align: center;
}
    .details-box h2 {
        font-size: 33px;
        color: #333333;
        font-weight: 600;
        padding-bottom: 20px;
    }
.time-list{margin:20px 0; }
.time-list span {
    color: #999;
    font-size: 14px;
    margin: 0 8px;
    display: inline-block;
}

.details-box p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-align: left;
    text-indent: 2em;
    margin: 20px 0;
}
.page-list {
    border-top: 1px solid #d5d5d5;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    font-size: 16px;
}
.page-list a {
    margin: 0 30px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
max-width: 50%;
}
.page-list a:hover{

    color: #0f9155;
}

.zz-list-box {
 
        width: 100%;
    padding-top: 40px;
}

.zz-list-box .zz-mini .zz-img{width: 100%;height:210px;}
.zz-list-box .zz-mini .zz-img img{width: 100%;height:100%;}

.zz-list-box .zz-mini {
    width: calc((100% - 40px)/3);
    display: inline-block;
    margin-left: 20px;
        margin-bottom: 20px;
}
.zz-list-box .zz-mini h6 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}
.zz-list-box .zz-mini:nth-child(3n + 1){  margin-left: 0;}

.list-a {
    display: flex;
    flex-wrap: wrap;
}

.tab-zbox .title {
    position: relative;
}

.tab-zbox .title input {
    position: absolute;
    right: 0;
    border: 1px solid #ddd;
    top: 50%;
    line-height: 38px;
    height: 38px;
    padding-left: 10px;
    margin-top: -19px;
    width: 180px;
        color: #333;
        border-radius: 5px;
}
.tab-zbox .title input:focus {
    border-color: #0f9155!important;
    opacity: 1;
  
}


.yq-mini-top {
    display: flex;
    padding: 0 20px;
}
.yq-list-left {
    width: 150px;
    height: 100px;
}
.yq-list-left img{
    width: 100%;
    height: 100%;
}
.yq-list-right {
    flex: 1;
    margin-left: 20px;
    line-height: 24px;
    color: #666;
   font-size: 14px;
}
.yq-list-right a {
    color: #00a39a;
}
.yq-mini {
    background: #fcfcfc;
    border: 1px solid #f3f3f3;
        margin-bottom: 30px;
}
.title2 {
    padding: 30px 20px 20px 20px;
}
.title2 h6{

    font-size: 20px;
    color: #00a364;
    font-weight: bold;
    overflow: hidden;
}
.title2 p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #a1d2ba;
   text-transform:uppercase;
  }

  .yq-mini-bottom {
  
}
.yq-list {
    margin: 30px 0;
}
.yq-list-right-a {
    display: flex;
}
.yq-list-right a {
    /* width: 80px; */
    line-height: 14px;
    /* background: #ddd; */
    border-radius: 3px;
    margin-left: auto;
    display: block;
    color: #0f9155;
    text-align: center;
    position: relative;
    opacity: .999;
    /* margin-top: 20px; */
    font-size: 14px;
    /* font-family: 宋体; */
}
.yq-list-right a:hover{color: #27cc4a;}
.yq-mini-bottom .cp-box .swiper-container{margin: 10px auto;}
.mini-title {
    text-align: center;
}
.mini-title span {
    position: relative;
    display: inline-block;
    padding: 0px 105px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.mini-title span:before {
    content: '';
    display: block;
    position: absolute;
    width: 85px;
    height: 1px;
    top: 20px;
    left: 0px;
    background: #d1d1d1;
}
.mini-title span:after {
    content: '';
    display: block;
    position: absolute;
    width: 85px;
    height: 1px;
    top: 20px;
    right: 0px;
    background: #d1d1d1;
}

.detalis-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0 20px 0;
}
.detalis-table table tr th, .detalis-table table tr td {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    text-align:center;
}

.detalis-table p{text-indent:0;}

.detalis-box {
    padding: 30px 10px 20px 10px;
}
.details-box  .detalis-box:nth-child(2n){background: #fafafa;}

.chart{width: 100%;height: 400px;}



.but-list span{
  width: 100px;
    line-height: 40px;
    background: #ddd;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    color: #666;
    text-align: center;
    position: relative;
    opacity: .999;
    margin-top: 10px;
    cursor: pointer;
}


.chart-box {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.chart-box .chat-lsit{
width: 50%;
height: 50%;
}


.chart-box .chat-lsit .chart-title {
    text-align: center;
    font-size: 14px;
    color: #666;
}


ul.pagination {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#prevPage, #nextPage {
    background: #0f9155;
    padding: 6px 8px;
    color: #fff;
    margin: 0 10px;
    border-radius: 4px;
    cursor: pointer;
}

.page2 ul li a {
    border: 1px solid #999;
    padding: 6px 8px;
    color: #999;
    margin: 0 10px;
    border-radius: 4px;
    cursor: pointer;
}
.page2 ul li.active a {
    border: 1px solid #0f9155;
    color: #ffffff;
    background: #0f9155;
}
    .page-box {
        display: flex;
        justify-content: center;
    }
#pagination-prev, #pagination-next {
    /* background: #999; */
    /* padding: 6px 8px; */
    /* color: #fff; */
    margin: 0 10px;
    /* border-radius: 4px; */
    cursor: pointer;
    border: 1px solid #999;
    padding: 6px 8px;
    border-radius: 4px;
    color: #666;
}
    .page-box .pagination-wrap {
        display: flex;
    }
        .page-box .pagination-wrap li {
            border: 1px solid #999;
            padding: 6px 8px;
            border-radius: 4px;
            color: #666;
            cursor: pointer;
        }
            .page-box .pagination-wrap li.pagination-current {
                border: 1px solid #0f9155;
                color: #ffffff;
                background: #0f9155;
            }
            .page-box .pagination-wrap li + li {
                margin: 0 0 0 10px;
            }

.list-content {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.title2 {
    font-size: 31px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 30px 0;
    clear: both;
}

    .title2 p {
        font-size: 16px;
        font-weight: 500;
        color: #666;
        border-top: 1px dotted #ccc;
        width: 800px;
        margin: 10px auto 20px;
        padding: 15px 0
    }


.ts-form {
    width: 80%;
    min-width: 1200px;
    margin: 30px auto 50px;
    clear: both;
    position: relative;
    overflow: hidden
}

    .ts-form p {
        margin-top: 20px;
        float: left;
        width: 50%
    }

        .ts-form p label {
            width: 120px;
            display: inline-block;
            text-align: right
        }

        .ts-form p .input, .ts-form p select {
            width: 70%;
            height: 40px;
            border: 1px solid #ddd;
            padding: 0 0 0 10px;
        }

        .ts-form p:nth-last-child(3) {
            width: 100%
        }

        .ts-form p select {
            width: 69%;
        }

        .ts-form p span {
            color: #f00;
            font-weight: bold;
            font-family: Arial;
            font-size: 14px;
            vertical-align: middle;
            margin-right: 5px;
        }

    .ts-form textarea {
        width: 85%;
        vertical-align: top;
        border: 1px solid #ddd;
        padding: 10px;
        height: 250px;
        color: #666
    }

    .ts-form .submit {
        width: 150px;
        color: #fff;
        margin: 30px 0 0;
        background: #3db2b2;
        text-align: center;
        height: 45px;
        border: none;
        font-size: 18px;
        letter-spacing: 3px
    }

    .ts-form .ehong-idcode-val {
        border: solid 1px #A4CDED;
        background: #FCEFCF;
        font-size: 16px;
        letter-spacing: 5px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        margin-top: -3px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
    }

i.icon-xingxing {
    color: #F1F1F1;
    text-shadow: 18px 0 0 #f1f1f1, 36px 0 0 #f1f1f1, 54px 0 0 #f1f1f1, 72px 0 0 #f1f1f1;
}

    i.icon-xingxing.star1 {
        color: var(--orange);
    }

    i.icon-xingxing.star2 {
        color: var(--orange);
        text-shadow: 18px 0 0 var(--orange), 36px 0 0 #f1f1f1, 54px 0 0 #f1f1f1, 72px 0 0 #f1f1f1;
    }

    i.icon-xingxing.star3 {
        color: var(--orange);
        text-shadow: 18px 0 0 var(--orange), 36px 0 0 var(--orange), 54px 0 0 #f1f1f1, 72px 0 0 #f1f1f1;
    }

    i.icon-xingxing.star4 {
        color: var(--orange);
        text-shadow: 18px 0 0 var(--orange), 36px 0 0 var(--orange), 54px 0 0 var(--orange), 72px 0 0 #f1f1f1;
    }

    i.icon-xingxing.star5 {
        color: var(--orange);
        text-shadow: 18px 0 0 var(--orange), 36px 0 0 var(--orange), 54px 0 0 var(--orange), 72px 0 0 var(--orange);
    }


.code-top1 {
    margin-left: 120px;
    display: flex;
    align-items: center;
    line-height:36px;
}
    .code-top1 a {
        color: #333;
    }
    .code-top1 em {
        color: #b3b3b3;
        margin: 0 8px;
        font-weight: normal;
        font-size: 12px;
    }