﻿/*@charset 'utf-8';*/

/*轮播图重置*/
.swiper-container {
    padding-bottom: 28px;
    height: 290px;
    width: 380px;
}

.swiper-button-prev {
    background-image: url(../images/swiper-button.png);
    left: 0;
}

.swiper-button-next {
    right: 0;
    background: url(../images/swiper-button.png);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 6px;
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 380px;
    vertical-align: bottom;
    height: 285px;
}

.bannerItemInfo {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 24px;
    padding: 6px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
}

/**
 * 主体部分内容
 */
.mainInfo {
    margin: 29px auto;
}

.mainInfoItem {
    height: 320px;
    overflow: hidden;
}

.mainInfoItem:nth-child(1),
.mainInfoItem:nth-child(4) {
    width: 378px;
}

.mainInfoItem:nth-child(2),
.mainInfoItem:nth-child(5) {
    width: 388px;
    margin: 0 9px;
}

.mainInfoItem:nth-child(3),
.mainInfoItem:nth-child(6) {
    width: 410px;
}

.mainInfoItem:nth-child(4) {
    margin-top: 25px;
}

.mainInfoItem:nth-child(5) {
    margin-top: 25px;
}

.mainInfoItem:nth-child(6) {
    margin-top: 25px;
}

.mainInfoItemHead {
    height: 39px;
    line-height: 39px;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.mainInfoItemTitle {
    width: 106px;
    height: 38px;
    background: #fff;
    border-top: 2px solid #10cdc6;
    border-right: 1px solid #dbdee1;
    text-align: center;
    color: #000;
}

.mainInfoItemHead a {
    color: #10CDC6;
    font-size: 14px;
    margin-right: 20px;
}

.mainInfoItemMoreWrap {
    height: 38px;
    margin-left: 107px;
    border-bottom: 1px solid #dbdee1;
    text-align: right;
}

.common-article {
    padding: 0 19px;
}

.news {
    padding: 0 19px;
}

.newsItem {
    font-size: 13px;
    margin: 23px auto;
}

.newsItemInfo {
    width: 260px;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsItemTime {
    color: #313131;
}

.mainInfoItem:nth-child(3) .mainInfoItemHead {
    color: #fff;
    padding: 0 18px;
    border: none;
}

.antiFakeWrap {
    padding: 23px 18px;
}

.btnWrap {
    margin: 20px 0;
    text-align: right;
}

.baseInpt {
    display: block;
    font-size: 24px;
    width: 342px;
    padding: 0 16px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #dbdee1;
    outline: none;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.baseBtn {
    font-size: 18px;
    display: inline-block;
    background: #ff9e37;
    width: 157px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.numBtns {
}

.numBtn {
    font-size: 24px;
    width: 39px;
    height: 41px;
    line-height: 40px;
    margin-right: 14px;
    margin-bottom: 11px;
    border: 1px solid #dbdee1;
    border-radius: 4px;
    text-align: center;
    color: #555;
    cursor: pointer;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.noMarginR {
    margin-right: 0;
}

.txtBtn {
    font-size: 20px;
    width: 95px;
    color: #ff9e37;
}

.backBtn {
}

.clearBtn {
}

.areaTitle {
    font-size: 18px;
    height: 37px;
    line-height: 37px;
    margin-top: 29px;
    padding-right: 32px;
    color: #313131;
}

.areaTitle:before {
    content: '';
    float: left;
    width: 8px;
    height: 100%;
    margin-right: 24px;
    background: #10cdc6;
}

.areaTitle .linkMore {
    font-size: 14px;
    color: #10CDC6;
}

.linkMenu {
    margin-top: -1px;
    /* border-bottom: none; */
    box-sizing: border-box;
    overflow: hidden;
}

.linkMenuItem {
    width: 199px;
    height: 40px;
    line-height: 40px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #dbdee1;
    overflow: hidden;
}

.linkMenuItemTxt {
    display: block;
    font-size: 15px;
    padding: 0 12px;
    color: #747474;
    border-right: 1px solid #dbdee1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
}

.linkMenuItemTxt:hover {
    color: #10cdc6;
    text-decoration: underline;
}

.countyLink .linkMenuItem:nth-child(6n) {
    width: 203px;
}

.countyLink .linkMenuItem:nth-child(6n) .linkMenuItemTxt {
    border-right: none;
}

.flwosAndMap {
    margin-top: 29px;
}

.flows {
    padding: 34px 0 45px;
}

.flowItem {
    width: 223px;
    margin: 0 38px;
}

.flowImg {
    background: #ff9e37 url(../images/icon-flow-0.png) center center no-repeat;
    width: 224px;
    margin: 0 auto;
    height: 96px;
}

.flowTitle {
    font-size: 22px;
    margin: 28px auto 24px;
    color: #2e2e2e;
    text-align: center;
}

.flowInfo {
    font-size: 15px;
    line-height: 1.6em;
    color: #6f6f6f;
    text-align: center;
}

.flowItem:nth-child(2) .flowImg {
    background-color: #93cb60;
    background-image: url(../images/icon-flow-1.png);
}

.flowItem:nth-child(3) .flowImg {
    background-color: #33b1fb;
    background-image: url(../images/icon-flow-2.png);
}

.flowItem:nth-child(4) .flowImg {
    background-color: #d08ee5;
    background-image: url(../images/icon-flow-3.png);
}

/**
 * 地图
 */
.mapWrap {
    position: relative;
    border-top: 1px solid #dbdee1;
    overflow: hidden;
}

#map {
    height: 780px;
}

.infoWindow {
    margin-top: 12px;
}

.infowWindowTxt {
    width: 280px;
    font-size: 14px;
    line-height: 1.6em;
    color: #424242;
}

.infowWindowTxt p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infowWindowTxt .urlLink {
    color: #424242;
}

.infowWindowCode {
    width: 95px;
    height: 95px;
}

/**
 * 地图右侧信息窗口
 */

.mapInfo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    padding: 0 24px;
    z-index: 10;
    border-left: 1px solid #dbdee1;
    background: rgba(255, 255, 255, 0.8);
}

.mapInfoHead {
    font-size: 22px;
    height: 120px;
    line-height: 120px;
    color: #2e2e2e;
}

.mapInfoItems {
    position: absolute;
    top: 120px;
    left: 28px;
    right: 28px;
    z-index: 10;
    opacity: 1;
    transition: opacity 1000ms;
}

.mapInfoItem {
    position: relative;
    padding-left: 24px;
    min-height: 53px;
    padding-bottom: 24px;
}

.mapInfoItem:before {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    width: 24px;
    height: 1px;
    border-top: 1px solid #bcbcbc;
    z-index: 10;
}

.mapInfoItem:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 25px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #bcbcbc;
    z-index: 10;
    visibility: visible;
}

.mapInfoItem:last-child:after {
    height: 0px;
}

.mapInfoItemImg {
    width: 52px;
    height: 52px;
    margin-right: 24px;
    background: url(../images/mapPro.png) center center no-repeat;
    background-size: contain;
}

.mapInfoTitle {
    font-size: 15px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    color: #2e2e2e;
}

.mapInfoItemInfo {
    margin-left: 76px;
    line-height: 1.6em;
}

.mapInfoItemInfoTitile {
    font-size: 15px;
    font-weight: bold;
    color: #2e2e2e;
}

.mapInfoItemInfoDetail {
    font-size: 12px;
}

.mapInfoItems.isHidden {
    opacity: 0;
}

.mapInfoItems.isHidden .mapInfoItemContent {
    -webkit-animation: flipOutX 600ms;
    -moz-animation: flipOutX 600ms;
    -ms-animation: flipOutX 600ms;
    animation: flipOutX 600ms;
}

.mapInfoItems.isShow .mapInfoItemContent {
    -webkit-animation: flipInX 600ms;
    -moz-animation: flipInX 600ms;
    -ms-animation: flipInX 600ms;
    animation: flipInX 600ms;
}

/**
 * 产品分类 企业展示
 */
.categoryArea .linkMenuItem, .enterpriseShowArea .linkMenuItem {
    width: 239px;
    height: 239px;
    line-height: 1.6em;
    margin: 0px 30px;
    border: none;
    text-align: center;
    font-size: 0;
}

.categoryImage, .enterpriseShowImage {
    max-width: 195px;
    max-height: 195px;
    display: inline-block;
    vertical-align: middle;
}

.categoryLink, .enterpriseShowLink {
    display: inline-block;
    width: 195px;
    height: 195px;
    line-height: 195px;
}

.categoryTitleLink, .enterpriseShowTitleLink {
    display: inline-block;
    width: 195px;
    height: 25px;
    line-height: 25px;
}

.categoryTitle, .enterpriseShowTitle {
    font-size: 15px;
    color: #4b4b4b;
}

/**
 * 企业展示
 */

/**
 * 溯源产品
 */
.tracingPro {
    border: 1px solid #dbdee1;
    padding: 24px 0;
}

.tracingPro .linkMenuItem {
    width: 239px;
    height: auto;
    line-height: 1.6em;
    margin: 0px 30px;
    border: none;
}

.itemProWrap {
    position: relative;
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.tracingProImg {
    height: 100%;
    background: url(../images/noImg.jpg) center center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -moz-transition: -moz-transform 500ms ease-in-out;
    -ms-transition: -ms-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out
}

.tracingProTitle {
    font-size: 15px;
    color: #4b4b4b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tracingProBack {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
    border: 1px solid #dbdee1;
    background: #fff;
    box-sizing: border-box;
    -webkit-transform: translate(0, 175px);
    -moz-transform: translate(0, 175px);
    -ms-transform: translate(0, 175px);
    transform: translate(0, 175px);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -moz-transition: -moz-transform 500ms ease-in-out;
    -ms-transition: -ms-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out
}

.tracingProCode {
    width: 120px;
    height: 118px;
    margin: 16px auto 0px;
    background: url(../images/code.jpg) center center no-repeat;
    background-size: contain;
}

.tracingProTip {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 20px;
}

.tracingPro .linkMenuItem.hasTraceUrl:hover .tracingProImg {
    -webkit-transform: translate(0, -175px);
    -moz-transform: translate(0, -175px);
    -ms-transform: translate(0, -175px);
    transform: translate(0, -175px);
}

.tracingPro .linkMenuItem.hasTraceUrl:hover .tracingProBack {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

/**
 * 产品电商
 */
.supplier {
    padding: 32px 0;
    border: 1px solid #dbdee1;
}

.supplier .linkMenuItem {
    width: 239px;
    height: auto;
    line-height: 1.6em;
    margin: 0 30px;
    border: none;
}

.supplierImg {
    height: 175px;
    margin-bottom: 10px;
    background: url(../images/noImg.jpg) center center no-repeat;
    background-size: contain;
}

.supplierTitle {
    text-align: center;
    font-size: 15px;
    color: #4b4b4b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.supplierPrice {
    display: none;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    color: #fb9f33;
}

/**
* 系统登录入口
*/
.landingEntry {
    margin-top: 29px;
}

.landingEntry ul {
    border-left: 1px solid #ececec;
}

.landingEntry ul li:nth-of-type(4n) {
    width: 298px;
}

.landingEntry ul li {
    float: left;
    width: 299px;
    height: 200px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    text-align: center;
    cursor: pointer;
}

.landingEntry ul li:hover {
    background: #83c326;
}

.landingEntry ul li:hover .enrtyName,
.landingEntry ul li:hover .entryLogo i {
    color: #fff;
}

.landingEntry ul li.active {
    background: #83c326;
}

.landingEntry ul li.active .enrtyName {
    color: #ffffff;
}

.landingEntry ul li .entryLogo {
    margin-top: 35px;
}

.landingEntry ul li .entryLogo i {
    color: #83c326;
    font-size: 80px;
}

.landingEntry ul li .enrtyName {
    margin-top: 25px;
    color: #2f2f2f;
}

/**
 * 友情链接
 */
.outsideLinks {
}

.outsideLinks .linkMenuItem {
    width: 165px;
    padding: 0;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #dbdee1;
}

.outsideLinks .linkMenuItem:nth-child(7n) {
    width: 208px;
}

.outsideLinks .linkMenuItem:nth-child(7n) .linkMenuItemTxt {
    border-right: none;
}

.outsideLinks .linkMenuItemTxt {
    font-size: 13px;
    color: #5c5c5c;
}

.outsideLinks .linkMenuItemTxt:hover {
    color: #10cdc6;
    text-decoration: underline;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-ms-keyframes flipInX {
    0% {
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-ms-keyframes flipOutX {
    0% {
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.opacity {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: .3;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.alert {
    position: fixed;
    width: 424px;
    height: 255px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 0;
    top: -10%;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    padding: 100px 58px 37px;
    display: none;
}

.alert iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.alert-close {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/close.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 13px;
    top: 16px;
    cursor: pointer;
}

.alert-title {
    color: #313131;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 37px;
    width: 82px;
    left: 50%;
    margin-left: -41px;
}

.temp {
    width: 80px;
    height: 80px;
}

.linklct {
    display: inline-block;
    color: #000000;
    font-size: 12px;
    width: 55px;
    text-align: center;
}

.imglctwrap {
    width: 40px;
    height: 33px;
    background-color: #52af24;
    border-radius: 6px;
    padding-top: 7px;
}

.plct38 {
    padding-top: 38px;
    padding-left: 27px;
}

.ptextlct {
    padding-top: 12px;
}

.imglctwrap {
    margin: 0 auto;
}

.linklct {
    margin-bottom: 36px;
}

.linklct:nth-of-type(1),
.linklct:nth-of-type(5) {
    margin-right: 34px;
}

.linklct:nth-of-type(2),
.linklct:nth-of-type(6) {
    margin-right: 34px;
}

.linklct:nth-of-type(3),
.linklct:nth-of-type(7) {
    margin-right: 24px;
}

.ftlct13 {
    font-size: 13px;
    color: #313131;
}

.porlct {
    position: relative;
    cursor: pointer;
}

.polctsj {
    position: absolute;
    top: 0;
    right: 0;
}

.splct {
    display: inline-block;
}

.porlct {
    margin: 23px auto;
}

#fixlct {
    display: block;
    text-align: center;
    background-color: #4467a7;
    border-color: #4467a7;
    color: #fff;
    position: fixed;
    bottom: 100px;
    width: 62px;
    height: 60px;
    font-size: 14px;
    right: 0px;
    z-index: 9999;
    border: 1px solid #4467a7;
    padding-top: 10px;
    text-align: center;
}

