﻿html,
body {
    height: 100%;
}

/*body {
    background-color: #ffffff;
    min-width: 1400px;
    font-size: 16px;
    font-family: '微软雅黑';
}*/

.flex {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.al {
    align-items: center;
}

.fd-c {
    flex-direction: column;
}

.jc-b {
    justify-content: space-between;
}

.jc-c {
    justify-content: center;
}

/* 置顶按钮 */
.to-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10%;
    right: 5%;
    background: url(../images/to-top.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 9999;
}

/*侧边菜单*/
.side-navigator {
    width: 232px;
    height: 254px;
    position: fixed;
    top: 30%;
    left: 0px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0px 11px 44px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
    opacity: 0.8;
}

.side-navigator .side-navigator-info {
    height: 50px;
    width: 100%;
    color: #616161;
}

.side-navigator .side-navigator-info:last-child {
}

.side-navigator .side-navigator-info:first-child {
    border-top-right-radius: 18px;
}

.side-navigator .side-navigator-info:last-child {
    border: 0px;
    border-bottom-right-radius: 18px;
}

.side-navigator-info .side-box {
    width: 80%;
    height: 100%;
    line-height: 51px;
    border-bottom: 1px solid #d8d8d8;
}

.side-navigator-info:last-child .side-box {
    border: unset;
}

.side-navigator-info:hover {
    background-color: #57bb97;
    border: unset;
}

.side-navigator-info:hover .side-box {
    border: unset;
    color: #FFFFFF;
}

.side-navigator-active {
    background: #57bb97;
    color: #FFFFFF !important;
}

.side-navigator .side-navigator-info:hover .manage-platform-side {
    width: 30px;
    height: 30px;
    background: url(../images/manage-platform-side-on.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.side-navigator .manage-platform-side-active {
    width: 30px;
    height: 30px;
    background: url(../images/manage-platform-side-on.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.manage-platform-side {
    width: 30px;
    height: 30px;
    background: url(../images/manage-platform-side-off.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.side-navigator .side-navigator-info:hover .regulatory-platform-side {
    width: 30px;
    height: 30px;
    background: url(../images/regulatory-platform-side-on.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.side-navigator .regulatory-platform-side-active {
    width: 30px;
    height: 30px;
    background: url(../images/regulatory-platform-side-on.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.regulatory-platform-side {
    width: 30px;
    height: 30px;
    background: url(../images/regulatory-platform-side-off.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.side-navigator .side-navigator-info:hover .trace-platform-side {
    width: 30px;
    height: 30px;
    background: url(../images/trace-platform-side-on.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.side-navigator .trace-platform-side-active {
    width: 30px;
    height: 30px;
    background: url(../images/trace-platform-side-on.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.trace-platform-side {
    width: 30px;
    height: 30px;
    background: url(../images/trace-platform-side-off.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.side-navigator .side-navigator-info:hover .o2o-platform-side {
    width: 30px;
    height: 30px;
    background: url(../images/o2o-platform-side-on.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.side-navigator .o2o-platform-side-active {
    width: 30px;
    height: 30px;
    background: url(../images/o2o-platform-side-on.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.o2o-platform-side {
    width: 30px;
    height: 30px;
    background: url(../images/o2o-platform-side-off.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.side-navigator .side-navigator-info:hover .b2b-platform-side {
    width: 30px;
    height: 30px;
    background: url(../images/b2b-platform-side-on.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.side-navigator .b2b-platform-side-active {
    width: 30px;
    height: 30px;
    background: url(../images/b2b-platform-side-on.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.b2b-platform-side {
    width: 30px;
    height: 30px;
    background: url(../images/b2b-platform-side-off.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

/*.side-navigator-info:hover {*/
/*background: #57bb97;*/
/*color: #FFFFFF;*/
/*}*/

/* 导航 */
.header {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    align-items: center;
    min-width: 1200px;
    border-bottom: 1px solid #dfdfdf;
}

.header .phone-bg {
    color: #ffffff;
    background-color: #050608;
    height: 29px;
    width: 100%;
    position: relative;
}

.header .phone-bg .phone {
    height: 29px;
    display: flex;
    position: absolute;
    align-items: center;
    right: 20%;
    line-height: 29px;
}

.header .phone-bg .phone i {
    width: 18px;
    height: 18px;
    background: url(../images/phone.png) no-repeat;
    display: inline-block;
    background-size: cover;
}

.header .phone-bg .phone span:first-child {
    font-size: 16px;
}

.header .phone-bg .phone span:last-child {
    font-size: 22px;
}

.header .menu {
    width: 1200px;
    min-width: 1150px;
    height: 91px;
    display: flex;
    align-items: center;
}

.header .company {
    display: flex;
    align-items: center;
    width: 276px;
}

.menu .logo {
    width: 147px;
    height: 34px;
    margin-right: 20px;
}

.menu .company .company-info div:first-child {
    font-size: 13px;
    color: #ffffff;
    background: #57bb97;
    display: inline-block;
    padding: 0 3px;
    border-radius: 3px;
}

.menu .company .company-info div:last-child {
    font-size: 13px;
    position: relative;
    top: 2px;
}

.menu .menu-list {
    display: flex;
    align-items: center;
    width: 924px;
    justify-content: flex-end;
}

.menu .menu-list a {
    font-weight: 500;
    font-size: 18px;
    line-height: 91px;
    width: 120px;
    height: 92px;
    color: #4A4A4A;
    letter-spacing: 1px;
    text-align: center;
}

.menu .menu-list a:hover {
    background: #57bb97;
    transition: background 0.2s;
    color: #ffffff;
    cursor: pointer;
}

.menu-list-active {
    background: #57bb97;
    transition: background 0.2s;
    color: #ffffff !important;
    cursor: pointer;
}

/*banner*/
.banner {
    width: 100%;
    height: auto;
    /*background-color: #D5D5D5;*/
    /*margin-top: 100px;*/
    /*background: url(../images/contact-banner.jpg) no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}

/*传统农贸升级为智慧农贸*/
.wisdom {
    height: 670px;
    width: 100%;
    position: relative;
}

.wisdom-bg {
    position: absolute;
    background: #f8f8f8;
    width: 100%;
    height: 168px;
    bottom: 20px;
    left: 0px;
    z-index: -1;
}

.wisdom-container {
    height: 526px;
    width: 1200px;
    color: #4A4A4A;
    position: relative;
}

.wi-process {
    position: absolute;
    color: #57bb97;
    font-size: 24px;
    top: 350px;
    width: 100%;
    text-align: center;
    left: 0px;
}

.wisdom-title {
    font-size: 40px;
}

.wisdom-tip {
    font-size: 22px;
    margin-top: 15px;
}

.wisdom-list {
    width: 100%;
}

.wi-name {
    line-height: 195px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.wi-name-one {
    width: 171px;
    height: 194px;
    background: url(../images/wi-name-one-off.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.wi-name-two {
    width: 171px;
    height: 194px;
    background: url(../images/wi-name-two-off.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.wi-name-three {
    width: 171px;
    height: 194px;
    background: url(../images/wi-name-three-off.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.wi-name-four {
    width: 171px;
    height: 194px;
    background: url(../images/wi-name-four-off.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.wi-line {
    width: 12px;
    height: 123px;
    background: url(../images/wi-line-off.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.wisdom-info:hover {
    cursor: pointer;
}

.wisdom-info:hover .wi-name-one {
    background: url(../images/wi-name-one-on.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.wisdom-info:hover .wi-name-two {
    background: url(../images/wi-name-two-on.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.wisdom-info:hover .wi-name-three {
    background: url(../images/wi-name-three-on.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.wisdom-info:hover .wi-name-four {
    background: url(../images/wi-name-four-on.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.wisdom-info:hover .wi-line {
    background: url(../images/wi-line-on.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.wi-intro {
    width: 120px;
    font-size: 20px;
}

.wisdom-info:hover .wi-intro {
    color: #57bb97;
}

/*智慧农贸信息化管理平台*/
.manage-platform {
    width: 100%;
    position: relative;
    color: #4A4A4A;
}

.mp-bg-1 {
    position: absolute;
    background: #f8f8f8;
    width: 100%;
    height: 400px;
    top: 370px;
    left: 0px;
    z-index: -1;
}

.mp-bg-2 {
    position: absolute;
    background: #f8f8f8;
    width: 100%;
    height: 800px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.mp-container {
    width: 1200px;
}

.mp-one {
    width: 1200px;
    height: 650px;
}

.mp-logo {
    width: 706px;
    height: 370px;
}

.mp-title-1 {
    font-size: 40px;
}

.mp-title-2 {
    font-size: 22px;
    color: #57bb97;
}

.mp-content {
    width: 1200px;
    text-indent: 2em;
    font-size: 16px;
}

.mp-two {
    width: 1200px;
    height: 550px;
}

.mp-two-title, .mp-three-title {
    font-size: 22px;
}

.mp-two-top {
    width: 706px;
}

.mp-line {
    width: 269px;
    height: 1px;
    background: #d8d8d8;
}

.mp-two-bg {
    width: 1200px;
    height: 410px;
}

.mp-two-bg-top {
    margin-bottom: 13px;
    position: relative;
    width: 1000px;
}

.mp-two-bg-bottom {
    width: 1200px;
    position: relative;
}

.mp-two-bg-top > div, .mp-two-bg-bottom > div {
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
    -ms-transform: perspective(500px);
    -moz-transform: perspective(500px);
    /*重要*/
    transform-style: preserve-3d;
    /*重要*/
}

.mp-two-bg-bottom > div > div, .mp-two-bg-top > div > div {
    position: relative;
    width: 190px;
    height: 198px;
    transition: 0.8s;
    transform-style: preserve-3d;
}

.front, .back {
    position: absolute;
    left: 0;
    top: 0;
    backface-visibility: hidden;
    /*重要*/
    width: 190px;
    height: 198px;
}

.front {
    transform: rotateX(0deg);
    z-index: 2;
}

.back {
    transform: rotateX(-180deg);
}

.mp-two-bg-top > div > div:hover {
    transform: rotateX(180deg);
}

.mp-two-bg-bottom > div > div:hover {
    transform: rotateX(-180deg);
}

.mp-two-bg > div > div {
    width: 190px;
    height: 198px;
}

.mp-1 {
    background: url(../images/mp-1.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-1-r {
    background: url(../images/mp-1-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-2 {
    background: url(../images/mp-2.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-2-r {
    background: url(../images/mp-2-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-3 {
    background: url(../images/mp-3.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-3-r {
    background: url(../images/mp-3-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-4 {
    background: url(../images/mp-4.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-4-r {
    background: url(../images/mp-4-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-5 {
    background: url(../images/mp-5.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-5-r {
    background: url(../images/mp-5-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-6 {
    background: url(../images/mp-6.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-6-r {
    background: url(../images/mp-6-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-7 {
    background: url(../images/mp-7.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-7-r {
    background: url(../images/mp-7-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-8 {
    background: url(../images/mp-8.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-8-r {
    background: url(../images/mp-8-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-9 {
    background: url(../images/mp-9.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-9-r {
    background: url(../images/mp-9-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-10 {
    background: url(../images/mp-10.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-10-r {
    background: url(../images/mp-10-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-11 {
    background: url(../images/mp-11.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-11-r {
    background: url(../images/mp-11-r.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-three {
    height: 850px;
}

.mp-three-top {
    width: 900px;
}

.mp-three-bg {
    width: 1025px;
    height: 710px;
    background: url(../images/kuangjiatu.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

/*智慧农贸省市区监管平台*/
.regulatory-platform {
    width: 100%;
    height: 850px;
    color: #4A4A4A;
    position: relative;
    /*padding-top: 100px;*/
}

.rp-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 350px;
    width: 100%;
    z-index: -1;
    background: #272727;
}

.rp-top {
    color: #FFFFFF;
    margin-top: 60px;
}

.rp-container {
    width: 1200px;
    height: 800px;
}

.rp-title {
    font-size: 40px;
    margin-bottom: 23px;
}

.rp-content {
    font-size: 16px;
    width: 1055px;
    /* text-align: center; */
    text-indent: 2em;
}

.rp-list {
    width: 1200px;
    flex-wrap: wrap;
    height: 430px;
    position: relative;
    /*top: 70px;*/
}

.rp-info {
    width: 240px;
    height: 180px;
}

.rp-info:hover .rp-info-img {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.27);
}

.rp-info-img {
    width: 143px;
    height: 140px;
}

/*食品安全追溯平台*/
.trace-platform {
    width: 100%;
    height: 990px;
    color: #4A4A4A;
}

.tp-container {
    width: 1200px;
    height: 900px;
}

.tp-one-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.tp-one-content {
    font-size: 16px;
    text-indent: 2em;
    width: 1200px;
}

.tp-two {
    width: 1200px;
    height: 620px;
}

.tp-two-top, .tp-three-top {
    width: 800px;
}

.tp-two-title, .tp-three-title {
    font-size: 22px;
}

.tp-two-pic {
    width: 1074px;
    height: 532px;
    background: url(../images/zhuisuliuchengtu.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.tp-line {
    width: 269px;
    height: 1px;
    background: #d8d8d8;
}

.tp-three {
    width: 1200px;
    height: 620px;
}

.tp-three-top {
    width: 800px;
}

.tp-three-pic {
    width: 1074px;
    height: 525px;
    background: url(../images/zhuisuliuchengtu.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.tp-three-pic-1 {
    width: 1074px;
    height: 525px;
    background: url(../images/jieceimg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

/*农贸O2O电商平台*/
.o2o-platform {
    width: 100%;
    height: 900px;
    color: #4A4A4A;
    position: relative;
}

.op-bg {
    position: absolute;
    width: 100%;
    height: 60%;
    background: url(../images/o2o-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.op-container {
    width: 1200px;
    height: 800px;
}

.op-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.op-content1, .op-content2 {
    /* text-align: center; */
    font-size: 16px;
    width: 1200px;
    text-indent: 2em;
}

.op-o2o-logo {
    width: 701px;
    height: 513px;
}

/*农贸B2B电商平台*/
.b2b-platform {
    width: 100%;
    height: 850px;
    color: #4A4A4A;
    position: relative;
}

.bp-bg {
    position: absolute;
    width: 100%;
    height: 60%;
    background: url(../images/b2b-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.bp-container {
    width: 1200px;
    height: 760px;
}

.bp-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.bp-content1, .bp-content2 {
    text-indent: 2em;
    font-size: 16px;
    width: 1200px;
}

.bp-b2b-logo {
    width: 701px;
    height: 513px;
}



.classamout {
    width: 1180px;
    height: 230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 81px;
    box-sizing: border-box;
}
.ulimglinec {
    width: 1180px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
li {
    list-style: none;
}
.ulimglinec li img {
    width: 374px;
}


.classamout li .h1 {
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #57bb97;
}
.classamout li .p {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #E6E6E6;
    margin-top: 24px;
}
