/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}


/*头部样式*/

header.pos {
    position: absolute;
    top: 0;
    z-index: 60;
    padding-top: 20px;
}

.logo {
    float: left;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.top_rd {
    display: flex;
    flex-flow: column;
    float: right;
    width: 840px;
    align-items: flex-end;
}

.tels {
    display: block;
    font-family: Impact;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #7a5800;
    text-shadow: -1px 0 white, 0 2px white, 1px 0 white, 0 -0.8px white;text-transform:uppercase; 
}

.tels p {
    font-size: 25px;
    display: inline-block;
}


/*导航栏样式*/

.x-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.x-menu>li {
    display: inline-flex;
    position: relative;
}

.x-menu>li>a {
    display: block;
    padding: 0 0.5em;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: 0px;
    color: #272727;
    text-shadow: -1px 0 white, 0 2px white, 1px 0 white, 0 -0.8px white;
}

.x-menu>li:hover>a {}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 20px;
    opacity: 0;
    top: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.x-menu>li:hover:after {
    height: 0;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150%;
    left: -25%;
    top: calc(100% + 10px);
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 2.4;
    padding: 0 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


/* banner */

.x-banner .owl-carousel .owl-dots button.owl-dot {
    opacity: 1;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: solid 2px #ffffff;
    transition: 0.5s ease;
    -webkit-transitions: 0.5s ease;
    margin: 0 9px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    background-color: #ffffff;
}


/* 关于我们 */

.about_box {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 72px;
    background-position: center bottom;
}

.abl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    float: left;
    width: 50%;
    height: 720px;
    background-color: #000000;
}

.abl img {
    width: 100%;
    height: 100%;
}

.ab_imw {
    position: absolute;
    width: 822px;
    height: 587px;
    border: solid 2px #f1ff4a;
    left: 50%;
    margin-left: -411px;
    top: 50%;
    margin-top: -293.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
}

.ab_imw img {
    width: auto;
    height: auto;
}

.ab_imw span {
    display: block;
    margin: 30px auto 62px;
    width: 100px;
    height: 4px;
    background-color: #ffffff;
}

.ab_imw a {
    display: block;
    width: 116px;
    height: 37px;
    border: solid 1px #f1ff4a;
    line-height: 35px;
    text-align: center;
    background-color: #60aa31;
    font-size: 12px;
    color: #f1ff4a;
}

.abr {
    display: block;
    width: 50%;
    padding-right: 18.75%;
    float: right;
    text-align: left;
}

.abr h2 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #6ab6ce;
    margin-left: 40px;
    margin-top: 50px;
}

.abr h3 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 4.8px;
    color: #1c3f11;
    margin-left: 110px;
    margin-top: 10px;
}

.ab_wz {
    display: block;
    width: 537px;
    margin-left: 40px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 180px;
}

.ab_wz p {
    text-align: justify;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #4d4d4d;
}

.ab_sp1 {
    display: block;
    width: 100%;
    width: 530px;
    margin-left: 50px;
}

.ab_sp1 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 140px;
}

.ab_sp1 li {
    display: inline-flex;
}

.ab_sp1 li a {
    display: block;
    text-align: center;
}

.ab_sp1 li h4 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ab_sp1 li h4 p:nth-child(1) {
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #aab709;
}

.ab_sp1 li h4 p:nth-child(2) {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    margin-left: 2px;
    color: #545454;
    white-space: nowrap;
}

.ab_sp1 li a>p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-top: 10px;
    color: #545454;
}

.ab_sp2 {
    margin-top: 30px;
    display: block;
    width: 100%;
}

.ab_sp2 ul {
    display: flex;
    width: 100%;
}

.ab_sp2 li {
    display: block;
    flex: 1;
    width: 200px;
    height: 205px;
    background-color: #ffffff;
    box-shadow: 0px 3px 25px 0px rgba(184, 184, 184, 0.44);
    transition: 0.5s ease;
    -webkit-transition: ease 0.5s;
}

.ab_sp2 li:hover {
    background-color: #50b09c;
}

.ab_sp2 a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20px;
}

.ab_sp2 .imgs {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
}

.ab_sp2 .imgs img {
    margin: 0 auto;
    display: block;
}

.ab_sp2 li .imgs img:nth-child(2) {
    display: none;
}

.ab_sp2 h5 {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}

.ab_sp2 h6 {
    margin: 0;
    font-size: 14px;
    font-family: PingFang-SC-Bold;
    color: #666666;
    line-height: 1.5;
}

.ab_sp2 li:hover h5 {
    color: #ffffff;
}

.ab_sp2 li:hover h6 {
    color: #ffffff;
}

.ab_sp2 li:hover .imgs img:nth-child(1) {
    display: none;
}

.ab_sp2 li:hover .imgs img:nth-child(2) {
    display: block;
}


/* 产品展示 */

.pro_box {
    display: block;
    padding: 34px 0 0;
}

.pro_cons {
    display: flex;
    width: 1326px;
    position: relative;
    left: 50%;
    margin-left: -663px;
    background-color: #eeeeee;
    padding: 76px 62px 56px;
}

.pros {}

.pros ul {
    display: block;
    position: relative;
    width: 100%;
    width: 850px;
    height: 504px;
}

.pros li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    height: 100%;
    transition: 0.5s ease;
}

.pros li.ons {
    visibility: visible;
    opacity: 1;
    z-index: 20;
    position: static;
}

.pros li img {
    width: 100%;
    height: 100%;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.7);
}

.pro_lis {
    display: block;
    width: 342px;
    float: right;
    margin-left: auto;
    flex-shrink: 0;
    padding-top: 30px;
}

.protit {
    text-align: right;
}

.protit h2 {
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #6ab6ce;
}

.protit h3 {
    font-family: Impact;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    color: #6ab6ce;
}

.pro_lis ul {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.pro_lis li {
    display: block;
    height: 71px;
    background-color: #d0d0d0;
    width: 100%;
    position: relative;
}

.pro_lis li:nth-child(2n) {
    background-color: #e1e1e1;
}

.pro_lis li a {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 71px;
    letter-spacing: 0px;
    color: #3c3c3c;
    background-color: transparent;
    position: relative;
    padding-left: 142px;
    z-index: 20;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.pro_lis li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.pro_lis li.on a span {
    visibility: visible;
    opacity: 1;
}

.pro_lis li a::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #a0a0a0;
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -0.5px;
}

.pro_lis li.on a {
    color: #ffffff;
}

.pro_lis li.on a::before {
    background-color: #ffffff;
}

.pro_lis li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.pro_lis li.on a::after {
    width: 400px;
    background-color: #aab709;
}


/* 树苗展示 */

.smzs {
    display: block;
    padding: 64px 0 70px;
}

.smzs .hd {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
}

.smzs .hd a {
    display: block;
    width: 82px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/case_jt.png");
    position: absolute;
    top: 118px;
    cursor: pointer;
}

.smzs .hd a.prev {
    left: -102px;
}

.smzs .hd a.next {
    right: -102px;
    transform: rotate(180deg);
}

.smzs .bd {
    display: block;
    width: 100%;
    overflow: hidden;
}

.smzs ul {}

.smzs li {
    width: 390px;
    text-align: center;
    margin-right: 15px;
}

.smzs li a.img {
    width: 390px;
    height: 282px;
}

.smzs li a.img img {
    width: 100%;
    height: 100%;
}

.smzs li h3 {
    margin-top: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smzs li h3 a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #303030;
}


/* 优势 */

.adv_box {
    height: 907px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.adv_tit {
    display: block;
    text-align: center;
    padding-top: 115px;
}

.adv_tit h2 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #000000;
}

.adv_tit h3 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #1c3f11;
    margin-top: 15px;
}

.adv_tit h4 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #1c3f11;
    opacity: 0.8;
}

.adv_tit a {
    display: block;
    width: 80px;
    height: 90px;
    margin: 24px auto 0;
}

.adcs {
    display: block;
    margin-top: 70px;
}

.adcs ul {
    display: flex;
}

.adcs li {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
}

.adcs a {
    display: block;
}

.adcs .imgs {
    display: block;
    width: 84px;
    height: 82px;
    text-align: center;
    line-height: 82px;
    margin: 0 auto;
}

.adcs .imgs img {
    transform: rotate3d(0, 0, 0, 0deg);
    -webkit-transform: -webkit-rotate3d(0, 0, 0, 0deg);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.adcs .imgs:hover img {
    transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: -webkit-rotate3d(0, 0, 0, 180deg);
}

.adcs h3 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #1c3f11;
}

.adcs li p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #1e9e82;
    margin-top: 5px;
}

.adcs li:nth-child(1) {
    width: 202px;
    padding-top: 65px;
    margin-left: -20px;
}

.adcs li:nth-child(1) h3 {
    margin-top: 10px;
}

.adcs li:nth-child(2) {
    width: 252px;
    margin-left: -15px;
}

.adcs li:nth-child(2) .imgs {
    margin-top: 25px;
}

.adcs li:nth-child(3) {
    width: 180px;
    margin-left: 90px;
    padding-top: 58px;
}

.adcs li:nth-child(3) h3 {
    margin-top: 20px;
}

.adcs li:nth-child(4) {
    width: 188px;
    margin-left: 82px;
    padding-top: 10px;
}

.adcs li:nth-child(4) p {
    margin-top: 10px;
}

.adcs li:nth-child(4) .imgs {
    margin-top: 14px;
}

.adcs li:nth-child(5) {
    width: 240px;
    padding-top: 72px;
    margin-left: 30px;
}

.adcs li:nth-child(5) h3 {
    margin-top: 5px;
}


/* 服务流程 */

.fwlc_box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 710px;
    padding: 75px 0 125px;
}

.fwlc_tit {
    text-align: center;
}

.fwlc_tit h2 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #313130;
    line-height: 1.5;
}

.fwlc_tit h3 {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #5c5c5c;
    line-height: 2;
    display: inline-block;
    padding: 0 34px;
    position: relative;
}

.fwlc_tit h3::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #5d5d5d;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.fwlc_tit h3::after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #5d5d5d;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
}

.fwlc_con {
    display: block;
    width: 100%;
    margin-top: 55px;
}

.fwlc_con ul {
    display: flex;
    width: 100%;
    height: 366px;
}

.fwlc_con li {
    display: flex;
    flex: 1;
    position: relative;
}

.fwlc_con li .fw_cs {
    display: block;
    width: 100%;
    position: relative;
    z-index: 20;
}

.fwlc_con li .fw_cs h3 {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 54px;
}

.fwlc_con li .fw_cs h3 span {
    display: block;
    width: 49px;
    height: 49px;
    background-color: rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 49px;
    border-radius: 50%;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #232323;
    margin-bottom: 25px;
}

.fwlc_con li .fw_cs h3 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    writing-mode: tb-rl;
    display: block;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 3.4px;
    color: #fefefe;
}

.fwlc_con li .fw_csh {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
    z-index: 80;
    width: 200%;
    height: 100%;
}

.fwlc_con li:hover .fw_csh {
    display: block;
    opacity: 1;
    padding: 0 16px 0;
}

.fwlc_con li .fw_csh h3 {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 54px;
}

.fwlc_con li .fw_csh h3 span {
    display: block;
    width: 49px;
    height: 49px;
    background-color: rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 49px;
    border-radius: 50%;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #232323;
}

.fwlc_con li .fw_csh h3 p {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
}

.fwlc_con li .fw_csh>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}

.fwlc_con li .fw_csh>a {
    width: 230px;
    height: 42px;
    display: block;
    margin: 20px auto 0;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    background-image: linear-gradient(90deg, #fe9518 0%, #efaa42 100%), linear-gradient( #96d03e, #96d03e);
    background-blend-mode: normal, normal;
    border-radius: 42px;
}


/* 3个展示 */

.zs3_box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.zs3_box::before,
.zs3_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
    z-index: -1;
}

.zs3_box::before {
    background-color: #50b09c;
    left: 0;
}

.zs3_box::after {
    background-color: #aab709;
    right: 0;
}

.zs3_box ul {
    display: flex;
}

.zs3_box li {
    display: flex;
    flex-flow: column;
    flex: 1;
}

.zs3_box li:nth-child(2n) {
    flex-flow: column-reverse;
}

.zs3_box li .imgs {
    display: block;
    height: 594px;
    position: relative;
}

.zs3_box li .imgs>img {
    width: 100%;
    height: 100%;
}

.zs3_box li .imgs span {
    display: flex;
    width: 96px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    overflow: hidden;
    align-items: flex-end;
    left: 50%;
    margin-left: -48px;
}

.zs3_box li:nth-child(2n) .imgs {
    height: 564px;
}

.zs3_box li:nth-child(2n) .imgs span {
    bottom: 0;
    top: auto;
}

.zs3_box li:nth-child(2n) .imgs span {
    align-items: flex-start;
    height: 24px;
}

.zs3_box li .wzs {
    display: block;
    width: 100%;
    height: 317px;
    text-align: center;
    padding: 50px 26px 0;
}

.zs3_box li:nth-child(1) .wzs {
    background-color: #50b09c;
}

.zs3_box li:nth-child(2n) .wzs {
    height: 347px;
}

.zs3_box li:nth-child(2) .wzs {
    background-color: #fc981d;
}

.zs3_box li:nth-child(3) .wzs {
    background-color: #aab709;
}

.zs3_box li .wzs h3 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 2;
}

.zs3_box li .wzs p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 5px;
}

.zs3_box li .wzs h4 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.7;
}

.zs3_box li .wzs a {
    display: block;
    width: 116px;
    height: 37px;
    border: solid 1px #f1ff4a;
    line-height: 35px;
    text-align: center;
    background-color: #60aa31;
    font-size: 12px;
    color: #f1ff4a;
    margin: 20px auto 0;
}

.zs3_box li:nth-child(1) .wzs a {
    margin-top: 60px;
}


/* 新闻 */

.new_box {
    margin-top: 140px;
    padding: 60px 0 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 20;
}

.new_tits {
    display: block;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("../images/new_tit.png");
}

.new_tits h2 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 10px;
}

.new_tits span {
    display: inline-block;
    width: 66px;
    height: 2px;
    background-color: #1e68ed;
}

.new_tits h3 {
    font-family: Arial;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 10px;
}

.news {
    display: flex;
    margin-top: 68px;
    width: 100%;
    justify-content: space-between;
}

.newl {
    width: 580px;
}

.new_imgs {
    display: block;
    width: 580px;
    height: 325px;
}

.new_imgs img {
    width: 100%;
    height: 100%;
}

.new_wzs {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 5px 32px 0px rgba(0, 29, 77, 0.35);
    width: 100%;
    height: 245px;
    padding: 30px 22px;
}

.new_wzs h3 {}

.new_wzs h3 a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #303030;
}

.new_wzs p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #303030;
    margin-top: 10px;
}

.new_wzs div {
    display: block;
    margin-top: 40px;
}

.new_wzs div span {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #4f4f4f;
}

.new_wzs div a {
    display: block;
    float: right;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #010101;
}

.newr {
    width: 590px;
}

.newr .new_wzs {
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 40px;
    height: 270px;
    padding-left: 35px;
}

.newr li {
    padding: 0 10px 15px;
}

.newr li:last-child {
    border-top: 1px dashed #404040;
    padding-top: 15px;
}

.newr li h3 {}

.newr li h3 a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #303030;
}

.newr li p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #303030;
    margin-top: 15px;
}


/* 联系 */

.lx_box {
    margin-top: 60px;
    position: relative;
    z-index: 30;
    background-color: #f1f1f1;
}

.lx_l {
    display: block;
    width: 602px;
    float: left;
}

.lx_l h2 {
    display: block;
    height: 105px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/lx_bj.jpg");
    font-family: Impact;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 105px;
    letter-spacing: 2.1px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 18px;
    margin-top: -105px;
}

.lx_l h3 {
    font-size: 29px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #6ab6ce;
    margin-left: 19px;
}

.lx_l p {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #323232;
    margin-left: 19px;
}

.lx_r {
    display: block;
    float: right;
    width: 598px;
    margin-top: -105px;
    padding: 15px 64px 20px 52px;
}

.lx_r h2 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
}

.lx_r h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 2px;
}

#x-form {}

#x-form input,
#x-form textarea {
    outline: none;
    border: none;
    background: none;
    resize: none;
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    border-bottom: 1px solid #bbd1bb;
}

#x-form input::placeholder,
#x-form textarea::placeholder {
    color: #ffffff;
}

#x-form textarea[name="content"] {
    height: 80px;
    border: solid 1px #bbd1bb;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 20px;
}

.code-group {
    position: relative;
    margin-top: 10px;
}

.checkCodeImg {
    position: absolute;
    right: 0;
    bottom: 0;
}

#x-form input[name="btn"] {
    width: 128px;
    height: 40px;
    background-color: #934405;
    border-radius: 6px;
    margin: 20px auto 0;
    border: none;
}


/*友情链接*/

.f_link {
    width: 1200px;
    padding: 0.5em 0;
    line-height: 30px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    margin-top: 100px;
}

.f_link a {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
    margin-right: 5px;
}

.f_link a:hover {
    opacity: 1;
}


/*页面底部*/

footer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
}

footer h2 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #676767;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #d8d8d8;
    line-height: 2.5;
}

.ft_ewm {
    display: block;
    float: left;
    width: 280px;
}

.ft_ewm table {
    text-align: center;
    margin-top: 22px;
    margin-left: 10px;
}

.ft_ewm tr:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #8e8e8e;
}

.ft_lx {
    display: block;
    width: 260px;
    float: left;
    margin-left: 16%;
    padding-top: 4%;
}

.ft_lx p {
    font-family: Impact;
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.9px;
    color: #38afad;
    text-align: center;
    margin-top: 14%;
}

.ft_zx {
    display: block;
    float: right;
    width: 293px;
}

.ft_zx ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 22px;
}

.ft_zx li {
    margin-right: 8px;
}

.ft_zx li a {
    display: block;
    width: 130px;
    height: 40px;
    background-color: rgba(254, 32, 38, 0.12);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.ft_zx li a img {
    margin-right: 6px;
}

.foots {
    /* height: 180px; */
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding: 2.5% 0 1%;
}

.foots a {
    color: #ffffff;
}


/*内页左侧样式*/

.container {
    width: 1200px!important;
    margin: 0 auto;
    padding: 0;
}

.page-product-inquiry a {
    color: #fff;
}