/**

 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com

 */

body {
    background: #fff;
}

/** 首页 */

/*导航部分*/
.nav {
    width: 100%;
    height: 80px;
    box-shadow: 0 3px 3px 0 #CCC;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    transition: 0.3s;
}

.nav.index {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    margin-top: 50px;
}

.nav.scroll {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s
}

.nav .layui-container {
    position: relative;
    transition: all 400ms ease-out;
}

.nav .nav-logo {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 156px;
    line-height: 80px;
}

.nav .nav-list {
    display: inline-block;
    height: 80px;
    /* width: 95%; */
    width: 1200px;
    /* margin-left: 160px; */
    line-height: 80px;
}

.nav .nav-list button {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 15px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.nav .nav-list button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #2db5a3;
    margin-bottom: 6px;
    transition: 0.5s;
}

.nav .nav-list button span.spa1 {
    transform: rotate(45deg);
}

.nav .nav-list button span.spa3 {
    transform: rotate(-45deg) translate(5px, -5px);
}

.nav .layui-nav {
    width: 100%;
    top: 80px;
    right: 0;
    color: #000;
    background: transparent;
}

.nav .layui-nav .layui-nav-item {
    display: block;
    line-height: 40px;
}

.nav .layui-nav * {
    font-size: 17px;
}

.nav .layui-nav .layui-nav-item a {
    padding: 0 0;
    color: black;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
    height: 2px;
    background-color: #418AFE;
}

.nav .layui-nav .layui-this a, .nav .layui-nav .layui-nav-item a:hover {
    color: black;
}

.nav .layui-nav-child {
    border-radius: 10px;
    color: black;
    left: -50%;
    top: 50px;
    width: 200%;
    padding: 15px 0;
    z-index: 9999;
}

.nav .layui-nav-child a {
    color: black !important;
    text-align: center;
}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
    background: #E5E5E5;
}

.layui-nav .layui-nav-more {
    right: -15px;
}

/*轮播*/
#banner img {
    max-width: 100%;
    height: 100%;
}

/*#banner .banner-item{background: url("../img/banner.png")}*/
#banner .panel {
    width: 70%;
    position: absolute;
    top: 45%;
    left: 20%;
    text-align: center;
}

#banner .panel p {
    color: white;
    font-size: 37px;
    letter-spacing: 15px;
}

#banner .panel p.title {
    color: white;
    font-size: 54px;
    letter-spacing: 10px;
}

/* zhuti */
.banner-carousel img {
    min-width: 100%;
    height: 500px;
}

.main-service1 {
    background: url("../img/productBackground.png") no-repeat;
    background-position-y: -60px;
}

.transform1 {
    text-align: center;
}

.transform1 img:hover {
    transform: scale(1.5);
}

.transform1 img {
    transition: all 0.5s;
    width: 108px;
    height: 108px;
}


.transform1 div {
    display: none;
    text-decoration: none
}

.transform1:hover {
    cursor: pointer
}

.transform1:hover div {
    display: block;
    position: absolute;
    bottom: 150px;
    color: rgb(80, 162, 247);
    width: 400px;
    z-index: 10;
    height: 100px;
    line-height: 36px;
    background: #FFF;
    text-align: center;
    margin-left: -135px;
    border-radius: 15px;
    vertical-align: middle;
}

.transform1:hover div p{
   padding-top: 30px;
}

/* 设置显示文字定位位置，背景半透明 */
span.bottom {
    border-style: outset solid;
    border-width: 10px 10px 10px 10px;
    border-top-color: #fff !important;
    border-bottom-color: rgba(0, 0, 0, 0) !important;
    height: 0;
    color: rgba(0, 0, 0, 0) !important;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 50%
}


/* 溯源 */
.trace-card {
    margin-left: 3%;
    height: 230px;
    border-radius: 3px;
    border: 1px solid #e0dede;
}

.trace-img {
    text-align: center;
    padding: 40px 25px;
}

.trace-card-title {
    font-size: 18px;
    font-weight: 550;
    line-height: 50px;
}

.trace-card:hover {
    border-color: #4ba1e2;
}

.advantage:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 0 40px rgba(0, 36, 100, .3);
    -webkit-box-shadow: 0 0 40px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 0 40px rgba(0, 36, 100, .3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
}

.primaryTitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 60px;
}

.subTitle {
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}

.title22 {
    font-size: 22px;
    font-weight: 500;
}

.color-blue {
    color: #1E9FFF;
}

.color-white {
    color: white;
}

.color-gray {
    color: #939393;
}

.line-spacing80 {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

.line-spacing40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pdl20 {
    padding-left: 20px;
}

.main-about1 .tabIntro {
    padding-bottom: 15px;
}

.main-about1 .tabIntro .content {
    vertical-align: middle;
    display: flex;
}

.main-about1 .tabIntro .content .img {
    width: 50%;
}

.main-about1 .tabIntro .content .img img {
    width: 100%;
}

.main-about1 .tabIntro .content .panel {
    width: 50%;
}

.main-about1 .tabIntro .content .panel .label {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    padding-top: 120px;
}

.main-about1 .tabIntro .content p {
    line-height: 24px;
    text-align: justify;
}

.main-about1 .tabIntro .p_hidden {
    padding: 0 20px;
    display: none;
}

/*主体—产品*/
.main-product {
    padding-top: 110px;
    padding-bottom: 80px;
}

.main-product p {
    font-size: 16px;
    color: #ababab;
    line-height: 28px;
}

.main-product p.title, .main-service p.title {
    color: #484848;
    font-size: 24px;
    text-align: center;
    line-height: 160px;
}

.main-product .product-title {
    height: 130px;
}

.main-product .product-title .primary-title {
    color: #484848;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
}

.main-product .product-title .sub-title {
    color: #939393;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
}

.main-product p.title span, .main-service p.title span {
    color: #2db5a3;
}

.main-product .content {
    padding: 36px;
    text-align: center;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 3px 3px #EEE;
    transition: 0.3s;
}

.main-product .content p.label {
    font-size: 18px;
    color: black;
    line-height: 46px;
    padding-top: 6px;
    font-weight: bolder;
}

.main-product .content p {
    font-size: 14px;
}

.main-product .content a {
    font-size: 18px;
    color: #a1d8cb;
    line-height: 68px;
}

/*.main-product .content:hover{box-shadow: 0 0 3px 3px #EEE; transition: 0.3s;}*/
.main-product .content img {
    transition: 2s;
}

.main-product .content img:hover {
    transform: rotateY(180deg);
}

.main-educate {
}

/*主体-服务*/
.main-service {
    background: #f8f8f8;
}

.main-service .content {
    position: relative;
}

.main-service .content .content-left {
    width: 50%;
}

.main-service .content .content-left img {
    width: 100%;
}

.main-service .content .content-right {
    box-sizing: border-box;
    background: #FFF;
    padding: 58px 40px 0 48px;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
    overflow: hidden;
}

.main-service .content .content-right p {
    color: #adadad;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-service .content .content-right p.label {
    font-size: 16px;
    color: #4a4a4a;
}

.main-service .content .content-right span {
    display: block;
    width: 50px;
    height: 2px;
    background: #2cb6a1;
    margin-bottom: 23px;
}

.main-service .content .content-right:hover {
    box-shadow: 2px 2px 2px #EEE;
    transition: 0.3s;
}

.main-service .service-more {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.main-service .service-more a {
    padding: 10px 62px;
    font-size: 23px;
    line-height: 46px;
    color: #FFF;
    background: #7fd3c6;
    border-radius: 3px;
}

/*底部*/
.footer {
    padding-bottom: 35px;
    background: #091928;
}

.footer .footer-web {
    padding-top: 50px;
    padding-bottom: 63px;
}

.footer .footer-web a {
    color: #a5aaa9;
    line-height: 22px;
    margin-right: 20px;
    transition: 0.3s;
}

.footer .footer-web a:hover {
    color: #dce1e0;
    transition: 0.3s;
}

.footer .footer-contact {
    color: #fff;
}

.footer .footer-contact a {
    color: #a5aaa9;
}

.footer .footer-contact .contact-top {
    padding-top: 20px;
    line-height: 30px;
}

.footer .footer-contact .contact-bottom {
    line-height: 35px;
}


/** 产品 */
.banner {
    height: 320px;
    margin-top: 80px;
}

.banner.product {
    background: url(../img/nav_img1.jpg) no-repeat center top;
    background-size: cover;
}

.main.product {
    padding: 30px 0 75px 0;
}

.main.product .content {
    padding: 50px 0;
    border-bottom: 1px solid #e8e8e8;
}

.main.product .content .content-img {
    text-align: center;
}

.main.product .content .content-img img {
    max-width: 100%;
}

.main.product .content .label {
    color: #565656;
    font-size: 30px;
    line-height: 78px;
    margin-top: 32px;
}

.main.product .content .detail {
    font-size: 16px;
    line-height: 28px;
    color: #d7d7d7;
    padding-bottom: 30px;
}

.main.product .content a {
    color: #a0d2cc;
    font-size: 16px;
    line-height: 38px;
    padding: 10px 11px 10px 23px;
    border: 1px solid #a0d2cc;
    border-radius: 3px;
}


/** 动态 */
.banner.news {
    background: url(../img/nav_img3.jpg) no-repeat center top;
    background-size: cover;
}

.banner .title {
    padding-top: 170px;
}

.banner .title.active {
    padding-top: 120px;
    transition: 1.5s;
}

.banner .title p {
    color: #606060;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 5px;
}

.banner .title p.en {
    font-size: 20px;
    letter-spacing: 3px;
}

.main-news {
    padding: 70px 0 80px 0;
}

.main-news .content > div {
    padding-bottom: 40px;
    border-bottom: 1px dashed #eaeaea;
    position: relative;
}

.main-news .content .news-img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.main-news .content .news-img img {
    max-width: 90%;
}

.main-news .content .news-panel {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-left: 5px;
    box-sizing: border-box;
}

.main-news .content .news-panel strong a {
    display: block;
    color: #555;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-news .content .news-panel p.detail {
    color: #777;
    line-height: 24px;
}

.main-news .content .news-panel p.read-push {
    color: #AAA;
    padding-top: 5px;
}

.main-news #newsPage .layui-laypage {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    color: #e3e3e3;
}

/*动态详情页*/
.main-newsdate {
    margin-top: 80px;
    text-align: center;
}

.main-newsdate .news {
    text-align: left;
    line-height: 104px;
}

.main-newsdate h1 {
    padding-top: 6px;
}

.main-newsdate .pushtime {
    color: #686868;
    font-size: 18px;
    line-height: 82px;
}

.main-newsdate .introTop {
    padding-bottom: 28px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

.main-newsdate .introBott {
    font-size: 18px;
    line-height: 42px;
    text-align: justify;
    padding: 40px 0 102px 0;
}

.main-newsdate img {
    max-width: 100%;
}


/** 案例 */
.banner.case {
    background: url(../img/nav_img2.jpg) no-repeat center top;
    background-size: cover;
}

.main-case {
    padding: 30px 0 75px;
}

.main-case .content {
    width: 48%;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 20px;
    border-bottom: 2px solid #c9c9c9;
}

.main-case .content.even {
    margin-left: 2%;
}

.main-case .content .case-img {
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.main-case .content .case-img img {
    width: 100%;
    transition: 2s;
}

.main-case .content .case-img img:hover {
    transform: scale(1.2, 1.2);
    transition: 2s;
}

.main-case .content p.lable {
    padding-top: 13px;
    font-size: 30px;
    line-height: 76px;
}

.main-case .content p {
    font-size: 18px;
    line-height: 32px;
    color: #505050;
}

.main-case #casePage .layui-laypage {
    display: block;
    text-align: center;
    margin-top: 100px;
}

.main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    color: #e3e3e3;
}


/** 关于 */
.banner.about {
    background: url(../img/nav_img4.jpg) no-repeat center top;
    background-size: cover;
}

.main-about {
    padding-bottom: 130px;
}

.main-about ul.aboutab {
    padding: 100px 0;
    text-align: center;
}

.main-about ul.aboutab li {
    display: inline-block;
    padding: 0 22px;
    margin-left: 15px;
    font-size: 20px;
    line-height: 46px;
    color: #b5b5b5;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: pointer;
}

.main-about ul.aboutab li:first-child {
    margin-left: 0;
}

.main-about ul.aboutab li.layui-this, .main-about ul.aboutab li:hover {
    color: #2ab5a3;
    border-color: #afddd7;
    transition: 0.3s;
}

.main-about .tabJob, .main-about .tabCour {
    display: none;
}

/*公司简介*/
.main-about .tabIntro {
    padding-bottom: 15px;
}

.main-about .tabIntro .content {
    vertical-align: middle;
}

.main-about .tabIntro .content .img {
    width: 50%;
}

.main-about .tabIntro .content .img img {
    width: 100%;
}

.main-about .tabIntro .content .panel {
    width: 50%;
}

.main-about .tabIntro .content p {
    padding: 0 20px;
    line-height: 24px;
    text-align: justify;
}

.main-about .tabIntro .p_hidden {
    padding: 0 20px;
    display: none;
}

/*招贤纳士*/
.main-about .tabJob .content {
    padding: 0 0 40px 20px;
    border: 1px solid #e2e2e2;
    border-top: 4px solid #65d0c5;
    margin-top: 90px;
}

.main-about .tabJob .content:first-child {
    margin-top: 10px;
}

.main-about .tabJob .content p {
    font-size: 18px;
    line-height: 40px;
}

.main-about .tabJob .content p.title {
    font-size: 24px;
    color: #545454;
    line-height: 60px;
}

.main-about .tabJob .content ol {
    padding-left: 20px;
    list-style-type: none;
    counter-reset: sectioncounter;
}

.main-about .tabJob .content ol li {
    color: #8d8d8d;
    font-size: 16px;
    line-height: 30px;
}

.main-about .tabJob .content ol li:before {
    content: counter(sectioncounter) "、";
    counter-increment: sectioncounter;
}

/*发展历程*/
.main-about .tabCour p.title {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}

.main-about .tabCour .timeline {
    position: relative;
    margin-top: 75px;
}

.main-about .tabCour .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 2px;
    background-color: #e2e2e2;
    left: 50px;
}

.main-about .tabCour .timeline li {
    position: relative;
    padding-top: 70px;
}

.main-about .tabCour .timeline li:first-child {
    padding-top: 0;
}

.main-about .tabCour .timeline li .cour-img {
    position: absolute;
    left: 0;
    width: 100px;
    border-radius: 50%;
}

.main-about .tabCour .timeline li .cour-img img {
    width: 100%;
}

.main-about .tabCour .timeline li .cour-panel {
    padding-top: 20px;
    padding-left: 120px;
    text-align: left;
}

.main-about .tabCour .timeline li .cour-panel p.label {
    font-size: 18px;
    color: #000;
}

.main-about .tabCour .timeline li .cour-panel p {
    color: #949494;
    line-height: 30px;
}

.layui-container-partner {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}


@media screen and (max-width: 480px) {
    .nav {
        z-index: 9999;
    }

    .nav-list {
        margin-left: 10px !important;
    }

    .main-service .content .content-right {
        padding: 10px 10px 0 10px;
    }

    .main-service .content .content-right p {
        line-height: 24px;
    }

    .main-news .content .news-panel p.read-push {
        font-size: 12px;
    }

    .main-case .content {
        padding-top: 60px;
    }

    .main-case .content p.lable {
        padding-top: 10px;
        font-size: 18px;
        line-height: 48px;
    }

    .main-case .content p {
        font-size: 12px;
        line-height: 20px;
        color: #505050;
    }

    .main-about ul.aboutab {
        padding: 70px 0;
    }

    .main-about ul.aboutab li {
        padding: 0 15px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .main-about .tabIntro .content .img {
        width: 100%;
    }

    .main-about .tabIntro .content .panel {
        width: 100%;
    }

    .main-about .tabIntro .content .panel.p_block {
        display: none;
    }

    .main-about .tabIntro .p_hidden {
        display: block;
    }

    .main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span, .main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
        padding: 0 12px;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin-right: 4px;
    }
}


/*小屏幕*/
@media screen and (min-width: 1240px) {
    .layui-container-partner {
        width: 1500px;
        padding: 0;
    }

    .nav {
        max-height: 80px;
        z-index: 9999;
    }

    .nav.index {
        background: rgba(255, 255, 255, 0);
        margin-top: 50px;
    }

    .nav .nav-list button {
        display: none;
    }

    .nav .layui-nav {
        width: auto;
        top: 0;
        border-radius: 0;
        margin: 0;
    }

    .nav .layui-nav .layui-nav-item {
        display: inline-block;
        margin: 0 23px;
        line-height: 40px;
    }

    .main-product p.title, .main-service p.title {
        font-size: 36px;
        line-height: 216px;
    }

    .main.product .content .content-img {
        text-align: left;
    }

    .main-news .content .news-panel strong a {
        font-size: 20px;
        line-height: 30px;
    }

    .main-news .content .news-panel p.read-push {
        padding-top: 0;
        position: absolute;
        bottom: 40px;
    }

    .main-newsdate .pushtime {
        line-height: 142px;
    }

    .main-case .content {
        width: 45%;
    }

    .main-case .content.even {
        margin-left: 9%;
    }

    .main-about ul.aboutab li {
        padding: 0 32px;
        font-size: 24px;
        margin-left: 30px;
        line-height: 50px;
    }

    .main-about .tabIntro .content p {
        padding: 0 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .main-about .tabJob .content p {
        font-size: 24px;
        line-height: 50px;
    }

    .main-about .tabJob .content p.title {
        font-size: 30px;
        line-height: 90px;
    }

    .main-about .tabJob .content ol li {
        font-size: 20px;
        line-height: 60px;
    }

    .main-about .tabCour .timeline:before {
        left: 50%;
    }

    .main-about .tabCour .timeline li {
        min-height: 195px;
        padding-top: 95px;
    }

    .main-about .tabCour .timeline li .cour-img {
        left: 50%;
        margin-left: -97.5px;
        width: 195px;
    }

    .main-about .tabCour .timeline li .cour-panel {
        padding-top: 55px;
        padding-left: 0;
    }

    .main-about .tabCour .timeline li.odd .cour-panel {
        text-align: right;
    }

    .main-about1 ul.aboutab li {
        padding: 0 32px;
        font-size: 24px;
        margin-left: 30px;
        line-height: 50px;
    }

    .main-about1 .tabIntro .content p {
        padding: 0 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .main-about1 .tabJob .content p {
        font-size: 24px;
        line-height: 50px;
    }

    .main-about1 .tabJob .content p.title {
        font-size: 30px;
        line-height: 90px;
    }

    .main-about1 .tabJob .content ol li {
        font-size: 20px;
        line-height: 60px;
    }

    .main-about1 .tabCour .timeline:before {
        left: 50%;
    }

    .main-about1 .tabCour .timeline li {
        min-height: 195px;
        padding-top: 95px;
    }

    .main-about1 .tabCour .timeline li .cour-img {
        left: 50%;
        margin-left: -97.5px;
        width: 195px;
    }

    .main-about1 .tabCour .timeline li .cour-panel {
        padding-top: 55px;
        padding-left: 0;
    }

    .main-about1 .tabCour .timeline li.odd .cour-panel {
        text-align: right;
    }
}

@media screen and (max-width: 1240px) {
    .layui-nav {
        display: none;
    }

    .nav .nav-list button {
        display: block;
    }

    .nav .layui-nav .layui-nav-item {
        text-align: right;
        margin-right: 130px;
    }

    .contact-bottom {
        display: none;
    }
}

/*超大屏幕*/
@media screen and (min-width: 1240px) {
    .layui-container-partner {
        width: 1170px;
        padding: 0;
    }

    .main-news .content .news-img {
        width: 35%;
    }

    .main-news .content .news-panel {
        width: 65%;
    }

    .main-news .content:nth-child(odd) {
        padding-right: 20px;
    }

    .main-news .content:nth-child(even) {
        padding-left: 20px;
    }

    .main-about .tabCour .timeline li .cour-panel {
        padding-left: 50px;
    }

    .main-about .tabCour .timeline li.odd .cour-panel {
        padding-left: 0;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1300px) {
    .layui-container {
        width: 1200px;
        padding: 0;
    }

    .layui-container-partner {
        width: 1200px;
        padding: 0;
    }

    .main-about .tabJob .content:last-child {
        margin-bottom: 180px;
    }

    .nav .nav-logo {
        display: inline-block;
        top: 0;
        left: 0;
        width: 156px;
        height: 80px;
    }

    .layui-col-space80 {
        margin: -40px;
    }

    .layui-col-space80 > * {
        padding: 40px;
    }
}

@media screen and (min-width: 1500px) {
    .layui-container-partner {
        width: 1500px;
        padding: 0;
    }
}

/* 智慧农业 */
.agriculture-card {
    height: 230px;
    border-radius: 3px;
    border: 1px solid #939393;
}

.agriculture-img {
    text-align: center;
    padding: 40px 25px;
}

.agriculture-card-title {
    font-size: 18px;
    font-weight: 550;
    line-height: 50px;
}

.agriculture-card:hover {
    border-color: #1E9FFF;
}


.trade-content {
    padding: 30px 0
}

.trade-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 50px 0;
    position: relative
}

.trade-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20b09f transparent transparent
}

.trade-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20b09f;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%)
}

.trade-black {
    height: 400px;
    background-color: #fff
}

.trade-box {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;

}

.trade-box-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.trade-box-item {
    flex: 1;
    text-align: center;
    position: relative;
    height: 400px;
    background: no-repeat center;
    background-size: 100% auto;
    border: 1px solid #e8e8e8;
    margin-left: 10px;
}

.trade-content .trade-box-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-color:rgba(0,0,0,.6); */
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.trade-box-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

a, button, input, textarea {
    -webkit-tap-highlight-color: transparent;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.item-logo {
    margin: 0 auto;
    display: block
}

.trade-content .trade-box-item .item-logo {
    position: relative;
    margin-top: 120px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.item-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.item-title {
    font-size: 20px;
    font-weight: 700;
    color: rgb(54, 54, 54);
    padding: 20px 0;
    position: relative
}

.trade-content .item-title:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.item-text {
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0.5;
    margin-top: 10px
}

.item-text p {
    color: rgb(44, 44, 44);
    /*font-size: 16px;*/
    margin-bottom: 5px
}

.trade-content .trade-box-item:hover .item-text {
    display: block;
    opacity: 1;
    margin-top: 0
}

.trade-content :hover:before {
    /* background-color: rgba(96, 111, 28, .9) */
    background-color: rgba(103, 159, 255, .9);
    background: linear-gradient(to bottom, rgba(103, 159, 255, .9), rgba(255, 255, 255, .9));
}

.trade-content .trade-box-item:hover .item-logo {
    margin-top: 80px
}

.trade-content .trade-box-item:hover .item-title:before {
    opacity: 0;
    margin-bottom: 0
}


.content_show {
    background: #fff;
    width: 100%;
    max-width: 1440px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1440?"1440px":"100%");
    margin: 0 auto;
}

/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*main css*/
.show {
    display: block;
}

.none {
    display: none;
}

.banner {
    width: 100%;
    min-width: 1000px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"100%");
    overflow: hidden;
    position: relative;
    height: 525px;
    z-index: 998
}

.banner_container {
    height: 525px;
    width: 100%;
    min-width: 1000px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"100%");
    max-width: 1440px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1440?"1440px":"100%");
    display: block;
    overflow: hidden;
    left: 50%;
    margin-left: -720px;
    z-index: 997
}

.banner_container .banner_content {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    min-width: 1000px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"100%");
    max-width: 1440px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1440?"1440px":"100%");
    height: 100%;
    overflow: hidden;
    z-index: 996
}

.banner_container .banner_content img {
    z-index: 995
}

.banner_nav {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 50%;
    margin-left: -64px;
    z-index: 999
}

.banner_nav li {
    float: left;
    width: 22px;
    height: 20px;
}

.banner_nav li a {
    float: left;
    width: 22px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 0px;
    cursor: pointer;
    background-image: url(../img/agriculture/point_2.png);
    background-repeat: no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='../img/agriculture/point_2.png')
}

.banner_nav li.current a {
    background-image: url(../img/agriculture/point_1.png);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='../img/agriculture/point_1.png');
}

/* 合作伙伴 */
.mr_frbox {
    height: 240px;
    width: 980px;
    margin: 0 auto;
}

.mr_frBtnL {
    float: left;
    margin-top: 70px;
    margin-right: 20px;
    cursor: pointer;
    display: inline;
}

.mr_frUl {
    float: left;
    height: 180px;
    width: 807px;
}

.mr_frBtnR {
    margin-left: 20px;
    margin-top: 70px;
    cursor: pointer;
}

.mr_frUl ul li {
    display: inline;
    float: left;
    height: 300px;
    overflow: hidden;
}

.mr_frUl ul li img {
    display: block;
    border: 1px solid #D8D8D8;
}

/*数据分析*/
.data-analysis-card {
    margin-left: 3%;
    height: 230px;
    border-radius: 3px;
    border: 1px solid #e0dede;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), -3px 5px 20px 0 rgba(0, 0, 0, 0.19);
}

.data-analysis-img {
    text-align: center;
    padding: 40px 25px;
}

.data-analysis-card-title {
    font-size: 18px;
    font-weight: 550;
    line-height: 50px;
    color: rgb(30, 84, 231);
}

/*.data-analysis-card:hover{border-color: #4ba1e2;}*/
