﻿* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

html {
    background: #FFF;
    color: #000;
}

img {
    border: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3 {
    font-weight: 400;
    font-size: 100%;
}

q:after, q:before {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, select, textarea {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}

legend {
    color: #000;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    position: relative;
    z-index: 2;
    min-width: 1200px;
    color: #444;
    font-size: 14px;
}

li {
    list-style: none;
}

.clear {
    *zoom: 1
}

    .clear:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
        overflow: hidden
    }

#top {
    position: relative;
    width: 100%;
    height: 90px;
    background: #fff;
}

.top {
    margin: 0 auto;
    width: 1200px;
    height: 90px;
}

.logo {
    float: left;
    height: 90px;
}

    .logo img {
        padding-top: 20px;
    }

.nav {
    float: right;
    width: 870px;
}

    .nav li {
        float: left;
        width: 100px;
        text-align: center;
        line-height: 90px;
    }

        .nav li:after {
            float: right;
            display: block;
            margin-top: 38px;
            width: 1px;
            height: 14px;
            background: #dadada;
            content: '';
        }

        .nav li a {
            width: 100%;
            color: #4f4f4f;
            font-weight: 700;
            font-size: 14px;
        }

        .nav li:last-child:after {
            display: none;
        }

.search_bt {
    position: absolute;
    left: 0;
    display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.son {
    margin: auto;
    width: 1200px;
}

.index_search {
    position: absolute;
    position: fixed;
    top: 90px;
    z-index: 2000;
    display: none;
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,.8);
    text-align: center;
    line-height: 100px;
}

    .index_search .search_i {
        width: 500px;
        height: 50px;
        border: 0;
        text-indent: 20px;
    }

    .index_search .search_s {
        position: relative;
        top: 2px;
        width: 100px;
        height: 50px;
        border: 0;
        font-size: 18px;
        line-height: 50px;
        cursor: pointer;
    }

.tubiao {
    position: relative;
    float: right;
    padding-top: 32px;
}

    .tubiao .tel {
        overflow: hidden;
        display: flex;
        align-items: center;
    }

        .tubiao .tel img {
            width: 25px;
        }

        .tubiao .tel p {
            color: #006ac3;
            font-weight: 700;
            font-size: 18px;
            margin-left: 10px;
        }

/*.lang {
        float: left;
        margin-left: 38px;
    }*/

.banner_w {
    overflow: hidden;
    width: 100%;
    height: 750px;
}

#index {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    margin-top: -125px;
    width: 100%;
    height: 125px;
    background: rgba(0,0,0,.5);
}

.index {
    margin: 0 auto;
    width: 1200px;
}

    .index .lt {
        float: left;
        padding-top: 32px;
    }

        .index .lt h2 {
            font-weight: 700;
            font-size: 34px;
            font-family: æ¥·ä½“;
            line-height: 1;
            color: #fff;
        }

        .index .lt p {
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 2px;
            color: #e27d25;
            margin-top: 10px;
        }

.pro-type {
    position: relative;
    float: right;
    overflow: hidden;
    margin-top: -50px;
    width: 700px;
    height: 175px;
}

.mr_frbox {
    position: absolute;
    bottom: 0px;
}

.mr_frBtnL {
    position: absolute;
    top: 60px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../Image/mfrL.png) no-repeat;
    cursor: pointer;
}

.mr_frBtnR {
    position: absolute;
    top: 60px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../Image/mfrR.png) no-repeat;
    cursor: pointer;
}

.mr_frBtnL:hover {
    background: url(../Image/mL.png) no-repeat;
}

.mr_frBtnR:hover {
    background: url(../Image/mR.png) no-repeat;
}

.tempWrap {
    overflow: inherit !important;
}

.mr_frUl {
    margin: 0 auto;
}

    .mr_frUl ul {
        overflow: inherit !important;
    }

        .mr_frUl ul li {
            float: left;
            margin-top: 22px;
            margin-right: 5px;
            padding-left: 20px;
            width: 208px;
            height: 103px;
            text-align: left;
            -webkit-transition: .5s 0s all ease;
            transition: .5s 0s all ease;
            background: #0043aa;
        }

            .mr_frUl ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .mr_frUl ul li:nth-of-type(1) {
                background: #006ac3;
            }

            .mr_frUl ul li:nth-of-type(2) {
                background: #fac43e;
            }

            .mr_frUl ul li:nth-of-type(3) {
                background: #ffa600;
            }

            .mr_frUl ul li span {
                display: block;
                padding-top: 25px;
                color: #fff;
                font-size: 12px;
                opacity: .5;
            }

            .mr_frUl ul li p {
                color: #fff;
                font-size: 18px;
            }

            .mr_frUl ul li:hover {
                margin-top: -45px;
                height: 170px;
                -webkit-transition: .5s 0s all ease;
                transition: .5s 0s all ease;
            }

                .mr_frUl ul li:hover span {
                    display: none;
                }

                .mr_frUl ul li:hover p {
                    padding-top: 30px;
                    font-size: 30px;
                }

.index-news {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 275px;
}

.wrapper {
    margin: 0 auto;
    width: 1200px;
}

.news-left {
    float: left;
    width: 490px;
}

    .news-left .hd b {
        font-size: 24px;
        color: #F44336;
    }

    .news-left .hd span {
        margin-left: 10px;
    }

    .news-left .bd {
        margin-top: 10px;
    }

        .news-left .bd p {
            font-size: 14px;
            line-height: 1.5;
            text-indent: 27px;
            text-align: justify;
        }

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news-list a {
    float: left;
    display: block;
    width: 100%;
}

    .news-list a strong {
        display: block;
        padding-bottom: 10px;
        color: #555;
        text-align: left;
        font-size: 16px;
    }

    .news-list a p {
        width: 90%;
        color: #9c9c9c;
        text-align: left;
        font-size: 14px;
        line-height: 25px;
    }

.news1 {
    float: left;
    width: 80px;
    height: 40px;
    background: #005fae;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
}

.news2 {
    float: left;
    width: 80px;
    height: 40px;
    background: #ffa600;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
}

.news-right {
    float: right;
    width: 690px;
    margin-top: 33px;
}

    .news-right > p {
        float: left;
        height: 234px;
    }

    .news-right .news {
        float: right;
        width: 218px;
        margin-top: 10px;
    }

        .news-right .news h2 {
            padding-bottom: 10px;
            color: #acacac;
            font-size: 16px;
        }

[type=text]:hover, textarea:hover {
    outline: 1px solid #aeaeae;
    border-color: #555;
    color: #b5b5b5;
}

[type=text]:focus, textarea:focus {
    outline: 1px solid #a2a2a2;
    border-color: #a6a6a6;
    color: #b5b5b5;
}

input::-webkit-input-placeholder {
    color: #ababab !important;
}

input:-moz-placeholder {
    color: #ababab !important;
}

input::-moz-placeholder {
    color: #ababab !important;
}

input:-ms-input-placeholder {
    color: #ababab !important;
}

.footer_w {
    width: 100%;
    height: 80px;
    background: #2b2f35;
}

.foot-left {
    float: left;
    margin-top: 22px;
    width: 270px;
}

.links {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background: url(../Image/link.png) center no-repeat;
    background-size: 100% 100%;
    color: #777;
    text-align: left;
    text-indent: 10px;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}

    .links .linksList {
        position: absolute;
        z-index: 999;
        display: none;
        overflow-y: auto;
        margin-top: -130px;
        width: 100%;
        height: 90px;
        background: rgba(119,119,119,.8);
        white-space: nowrap;
    }

        .links .linksList li a {
            display: block;
            width: 240px;
            color: #fff;
            font-size: 12px;
            line-height: 20px;
        }

        .links .linksList li {
            float: left;
            margin-left: 0;
            width: 240px;
            text-align: left;
        }

.foot-right {
    float: right;
    margin-top: 17px;
    width: 640px;
}

    .foot-right .weixin {
        float: left;
        margin-right: 10px;
    }

        .foot-right .weixin p {
            float: left;
            visibility: hidden;
            margin-left: -100px;
            width: 100px;
            height: 100px;
            background: url(../Image/ewm.png) no-repeat center center;
            position: relative;
            z-index: 999;
            margin-top: -35px;
        }

        .foot-right .weixin:hover p {
            visibility: visible;
        }

    .foot-right .dianhua {
        float: left;
        margin-right: 10px;
        position: relative;
    }

        .foot-right .dianhua p {
            position: absolute;
            top: 0px;
            font-size: 25px;
            left: -63px;
            visibility: hidden;
        }

        .foot-right .dianhua:hover p {
            -webkit-transition: .3s 0s all ease;
            transition: .3s 0s all ease;
            top: -52px;
            visibility: visible;
        }

    .foot-right .qq {
        float: left;
    }

.footer_cn {
    margin: auto;
    width: 1200px;
    height: auto;
}

.footer_icp {
    float: right;
    margin-top: 5px;
    width: 470px;
    color: #7b7e82;
    text-align: right;
    font-size: 14px;
}

    .footer_icp a {
        color: #7b7e82;
        font-size: 14px;
    }

.main_w {
    padding: 30px 0;
    width: 100%;
    height: auto;
    background: #fff;
}

.main_cn {
    overflow: hidden;
    margin: auto;
    padding-bottom: 20px;
    width: 1200px;
    height: auto;
}

.comp_top {
    background: url(../Image/common.png) center no-repeat;
    background-size: 100% 100%;
}

.pro_top {
    background: url(../Image/common.png) center no-repeat;
    background-size: 100% 100%;
}

.news_top {
    background: url(../Image/common.png) center no-repeat;
    background-size: 100% 100%;
}

.fresh_top {
    background: url(../Image/common.png) center no-repeat;
    background-size: 100% 100%;
}

.top_cn {
    position: relative;
    margin: auto;
    width: 1200px;
    height: 350px;
    text-align: center;
}

    .top_cn span {
        color: #fff;
        text-transform: uppercase;
        font-size: 48px;
        line-height: 350px;
    }

        .top_cn span i {
            font-weight: lighter;
        }

    .top_cn .loc {
        position: absolute;
        right: 0;
        bottom: 0;
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 3em;
    }

.com_compL {
    float: left;
    box-sizing: border-box;
    padding: 20px;
    width: 550px;
    font-size: 16px;
}

.com_compR {
    float: right;
    width: 550px;
}

.proDetail {
    float: right;
    width: 900px;
}

.pro_cont ul {
    display: none;
    overflow: hidden;
}

    .pro_cont ul:first-child {
        display: block;
    }

.pro_cont li {
    float: left;
    margin-right: 12px;
    width: 288px;
    text-align: center;
}

    .pro_cont li:last-child {
        margin-right: 0;
    }

.pro_cont a {
    display: inline-block;
    width: 288px;
    height: 231px;
}

    .pro_cont a img {
        margin: 0;
        width: 286px;
        height: 225px;
        border: 1px solid #dcdcdc;
        color: #13893f;
        font-size: 40px;
        line-height: 225px;
    }

.pro_cont li span {
    color: #212121;
    font-size: 16px;
    line-height: 50px;
}

    .pro_cont li span img {
        position: relative;
        margin-right: 10px;
    }

.pro_cont li:hover span {
    color: #13893f;
}

.new_news_w {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.new_news_cn {
    overflow: hidden;
    margin: auto;
    width: 1200px;
    height: auto;
}

.new_news_img {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin-right: 30px;
    width: 235px;
    height: 189px;
    border: 1px solid #13893f;
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

    .new_news_img img {
        position: relative;
        top: -1px;
        left: -1px;
        width: 237px;
        height: 190px;
        -webkit-transition: all .4s linear 0s;
        -moz-transition: all .4s linear 0s;
        -o-transition: all .4s linear 0s;
        transition: all .4s linear 0s;
    }

.new_news_main {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: auto;
}

    .new_news_main a {
        display: block;
        width: 100%;
        height: 150px;
        color: #a6a6a6;
        font-size: 16px;
    }

        .new_news_main a h2 {
            color: #252525;
            font-size: 18px;
            line-height: 50px;
        }

        .new_news_main a p {
            margin: 10px 0;
            color: #5a5a5a;
            font-size: 16px;
        }

.new_news_arrow {
    float: right;
    display: none;
    width: 32px;
    height: 150px;
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    text-align: center;
    font-weight: lighter;
    font-size: 40px;
    line-height: 188px;
}

.new_news_ul {
    margin: auto;
    padding: 30px 0;
    width: 1190px;
    height: auto;
}

    .new_news_ul li {
        overflow: hidden;
        margin-bottom: 40px;
        height: auto;
        border: 1px solid #ddd;
        -webkit-transition: all .4s linear 0s;
        -moz-transition: all .4s linear 0s;
        -o-transition: all .4s linear 0s;
        transition: all .4s linear 0s;
    }

        .new_news_ul li:hover {
            box-shadow: 0 0 10px #000;
        }

            .new_news_ul li:hover .new_news_arrow {
                border-color: #13893f;
                color: #13893f;
            }

            .new_news_ul li:hover h2 {
                color: #13893f;
            }

#prev_next li {
    display: block;
    width: 100%;
    height: 30px;
    text-align: left;
}

.pro_prod_content {
    position: relative;
    overflow: hidden;
    margin: auto;
    padding-bottom: 50px;
    width: 1200px;
    height: auto;
}

.pro_info_img {
    display: block;
    margin: auto;
    max-height: 700px;
}

.pro_info_txt {
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

.pro_info_cn {
    box-sizing: border-box;
    padding: 10px 100px;
    font-size: 16px;
}

    .pro_info_cn img {
        display: block;
        margin: auto;
    }

.food_info_tit_bg {
    float: left;
    margin: 30px 0 20px 0;
    width: 100%;
    height: 30px;
    background: #ececec;
}

.food_info_tit {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    height: 100%;
    border-right: 1px solid #fff;
    background: #c10000;
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    line-height: 30px;
}

.con_cont_link {
    margin: 50px auto;
    width: 1200px;
    height: auto;
}

    .con_cont_link > img {
        float: left;
    }

    .con_cont_link span {
        position: relative;
        top: 10px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 35px;
    }

        .con_cont_link span > img {
            position: relative;
            top: 3px;
            margin-right: 10px;
        }

#allmap {
    overflow: hidden;
    width: 100%;
    height: 440px;
}

    #allmap p {
        margin: 10px;
        line-height: 10px;
    }

.net_cn {
    overflow: hidden;
    margin: 30px auto;
    width: 1200px;
    height: auto;
}

#ChinaMap {
    float: left;
    width: 500px;
    height: 400px;
}

.net_info {
    float: right;
    width: 600px;
    height: auto;
    font-size: 15px;
    line-height: 30px;
}

    .net_info table {
        border-top: 1px solid #333;
        border-left: 1px solid #333;
    }

    .net_info td {
        padding: 2px 10px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .net_info tr:nth-child(odd) {
        background: #eaeaea;
    }

.page {
    clear: both;
    margin: 10px 20px 15px 0;
}

    .page a {
        display: inline-block;
        padding: 0 2px 0;
        height: 18px;
        border: 1px solid #dbdbdb;
        line-height: 18px;
    }

        .page a:hover {
            padding: 0 3px 0;
            height: 20px;
            border: none;
            background: #404040;
            color: #fff;
            line-height: 20px;
        }

.current {
    padding: 0 6px 0;
    height: 18px;
    background: #404040;
    color: #fff;
    line-height: 18px;
}

.allleft {
    float: left;
    overflow: hidden;
    padding-bottom: 20px;
    width: 250px;
    height: 100%;
}

.sidebar {
    float: left;
    margin-bottom: 40px;
    width: 250px;
}

    .sidebar .title {
        height: 85px;
        color: #ea5413;
        font-size: 24px;
        line-height: 85px;
        position: relative;
    }

        .sidebar .title .ta_c {
            text-align: center;
            top: 11px;
            right: 20px;
        }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.Rotation {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
    margin-right: 10px;
}

.sidebar .list li {
    margin-bottom: 1px;
}

    .sidebar .list li a {
        padding-left: 24px;
        height: 60px;
        border-left: 3px solid #eee;
        background: #ccc url(../Image/li.png) no-repeat 5px center;
        color: #555;
        font-size: 16px;
        line-height: 60px;
        font-weight: bold;
        display: block;
    }

        .sidebar .list li.sel a, .sidebar .list li a:hover {
            border-color: #ea5413;
            background-image: url(../Image/lih.png);
            color: #ea5413;
        }

    .sidebar .list li .zicaidan a {
        background: #f9f9f9;
        font-weight: 400;
        line-height: 25px;
        height: auto;
        padding: 10px;
        padding-left: 24px;
    }

.sidebar .ico {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    background: url(../Image/cot.png) no-repeat center #eee;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

    .sidebar .ico:hover {
        border-color: #ea5413;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }

.sidebar .sanjiao {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
    border-left: 10px solid transparent;
    margin: 0 auto;
    margin-top: 10px;
}

.sidebar .cot {
    padding: 14px;
    background: #eee;
    color: #222;
    font-size: 14px;
}

    .sidebar .cot li {
        display: flex;
        margin-bottom: 10px;
    }

        .sidebar .cot li:last-child {
            margin-bottom: 0;
        }

        .sidebar .cot li b {
            font-weight: 400;
        }

        .sidebar .cot li span {
            flex: 2;
        }

.main {
    position: relative;
    z-index: 100;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -70px;
    padding: 20px;
    width: 1200px;
    height: 100%;
    background: #fff;
}

.allcon {
    overflow: hidden;
    width: 1200px;
    height: 100%;
}

.concompany {
    float: right;
    overflow: hidden;
    width: 890px;
    height: 100%;
    font-family: "Microsoft YaHei";
}

.concompanylogo {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #ddd;
    font-family: "Microsoft YaHei";
}

.honorlogo1 {
    float: left;
    display: block;
    width: auto;
    height: 52px;
    color: #333;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
}

.honorlogo2 {
    float: right;
    padding-top: 20px;
    padding-right: 10px;
    color: #939393;
}

    .honorlogo2 a {
        color: #939393;
    }

.concompanylogo > a {
    float: right;
    display: block;
    width: 85px;
    height: 52px;
    color: #7d7d7d;
    text-indent: 25px;
    font-size: 14px;
    line-height: 62px;
}

    .concompanylogo > a:hover {
        color: #c1050d;
    }

.concompanycon {
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 50px;
    width: 96%;
    height: 100%;
}

.prolist {
    float: left;
    width: 208px;
    height: auto;
    font-family: "Microsoft YaHei";
}

.prolist_title {
    float: left;
    width: 100%;
    height: 133px;
    border-top: 7px solid #01b4b5;
    background: #357bcb;
    color: #fff;
    text-indent: 20px;
    font-size: 28px;
    line-height: 85px;
}

    .prolist_title span {
        display: block;
        font-size: 20px;
        line-height: 10px;
    }

.prolist_con {
    float: left;
    overflow: hidden;
    padding-bottom: 40px;
    width: 100%;
    height: auto;
    background: #e9e9e9;
}

.upline {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 2px;
}

.prolistcon {
    float: left;
    overflow: hidden;
    width: 208px;
    height: auto;
}

    .prolistcon > li a {
        display: block;
        width: 208px;
        height: 35px;
        color: #858585;
        text-indent: 30px;
        font-size: 16px;
        line-height: 35px;
    }

        .prolistcon li a.current, .prolistcon > li a:hover {
            background: url(../Image/prolistli.png) no-repeat 0 0 !important;
            color: #363636 !important;
        }

.type_sub li a {
    display: block;
    width: 208px;
    height: 35px;
    color: #858585;
    text-indent: 40px;
    font-size: 14px;
    line-height: 35px;
}

    .type_sub li a:hover {
        color: #0f9cba;
    }

.left_contact {
    float: left;
    width: 100%;
    height: 123px;
    background: url(../Image/left_contact.png) top center no-repeat;
}

    .left_contact a {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 123px;
    }

    .left_contact span {
        display: block;
        margin-top: 90px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-family: "Microsoft YaHei";
    }

.produc {
    overflow: hidden;
    margin: 0 auto;
    padding-top: 15px;
    width: 100%;
}

.info_img_detail {
    text-align: center;
}

    .info_img_detail img {
        padding: 3px;
        border: #CCC solid 1px;
    }

.food_name {
    text-align: center;
    font-size: 18px;
    line-height: 60px;
}

.info_img ul li {
    float: left;
    margin-right: 16px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .info_img ul li img {
        display: block;
        width: 295px;
        height: 167px;
        float: left;
    }

    .info_img ul li .cont2-text {
        width: 580px;
        float: right;
        text-align: left;
        padding-top: 10px;
    }

        .info_img ul li .cont2-text p {
            color: #333;
            font-size: 18px;
            font-weight: bold;
        }

        .info_img ul li .cont2-text h2 {
            color: #666;
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
        }

        .info_img ul li .cont2-text h3 {
            width: 120px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #dfdfdf;
            text-align: center;
            float: left;
            border-radius: 20px;
            margin-top: 20px;
        }

        .info_img ul li .cont2-text:hover h3 {
            background: #005fae;
            border: 1px solid #005fae;
            color: #fff;
        }

.food_info_main p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.rnewys {
    padding-top: 10px;
    width: 100%;
    height: 120px;
    border-bottom: #d9d9d9 solid 1px;
    font-size: 15px;
}

.newsconright {
    float: right;
    width: 100%;
    height: 120px;
}

    .newsconright a {
        display: block;
        width: 100%;
        height: 120px;
        color: #676767;
        line-height: 30px;
    }

        .newsconright a:hover {
            color: #c10000;
            text-decoration: none;
        }

.newsconright1 {
    padding-bottom: 10px;
    color: #000;
    font-weight: 700;
}

    .newsconright1 span {
        float: right;
    }

.back a {
    float: right;
    clear: both;
    display: block;
    margin-top: 20px;
    padding-left: 10px;
    width: 120px;
    height: 41px;
    background: url(../Image/back_bg.png) no-repeat;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    font-family: "Ã‹ÃŽÃŒÃ¥";
    line-height: 41px;
}

    .back a:hover {
        opacity: .8;
    }

.news_tit_u {
    color: #005fae;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}

.news_tit_d {
    margin: 10px auto;
    padding: 5px 0;
    width: 98%;
    height: 20px;
    border-bottom: 1px solid #e8e8e8;
    color: #303030;
    text-align: center;
    font-weight: 100;
    font-size: 12px;
    line-height: 20px;
}

.news_tit_img {
    margin: 9px auto;
    width: 60%;
    text-align: center;
}

.news_main {
    font-size: 15px;
    line-height: 25px;
}

.produc {
    overflow: hidden;
    margin: 0 auto;
    padding-top: 15px;
    width: 100%;
}

.info_img_detail {
    text-align: center;
}

    .info_img_detail img {
        padding: 3px;
        border: #CCC solid 1px;
    }

.food_name {
    text-align: center;
    font-size: 18px;
    line-height: 60px;
}

#submit {
    width: 90px;
    height: 34px;
    border: none;
    border-radius: 5px;
    background: #005fae;
    background-position: 0 -366px;
    color: #fff;
    cursor: pointer;
}

.concompanycon table {
    margin-left: 2px;
}

    .concompanycon table th {
        padding-top: 9px;
        color: #444;
        vertical-align: top;
        text-align: right;
        font-weight: 400;
        font-size: 14px;
        font-family: 'Microsoft YaHei',arial;
    }

    .concompanycon table td select {
        margin: 5px auto 6px 5px;
        width: 278px;
        height: 32px;
        border: 1px solid #d2d4d6;
        background: #FFF;
        text-indent: 8px;
        font-size: 14px;
        font-family: 'Microsoft YaHei',arial;
    }

    .concompanycon table td ul {
        position: absolute;
        list-style: none;
    }

        .concompanycon table td ul li {
            width: 276px;
            height: 28px;
            height: 28px;
            border-right: 1px solid #d2d4d6;
            border-left: 1px solid #d2d4d6;
            background: #FFF;
            text-indent: 8px;
            font-size: 14px;
            font-family: 'Microsoft YaHei',arial;
            line-height: 28px;
        }

            .concompanycon table td ul li a {
                display: block;
                color: #444;
                text-decoration: none;
            }

                .concompanycon table td ul li a:hover {
                    color: #fe7d0c;
                }

            .concompanycon table td ul li:last-child {
                border-bottom: 1px solid #d2d4d6;
            }

    .concompanycon table td input {
        margin: 5px auto 5px 5px;
        width: 276px;
        height: 28px;
        border: 1px solid #d2d4d6;
        font-size: 14px;
    }

    .concompanycon table td .yanzheng {
        width: 101px;
    }

    .concompanycon table td textarea {
        margin: 5px auto 5px 5px;
        width: 545px;
        height: 178px;
        border: 1px solid #d2d4d6;
        resize: none;
    }

    .concompanycon table td img {
        margin-bottom: 4px;
        margin-left: 5px;
        vertical-align: middle;
    }

    .concompanycon table td .but {
        margin-top: 14px;
        margin-left: 5px;
        width: 74px;
        height: 31px;
        border: none;
        border-radius: 2px;
        background: #149939;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-family: 'Microsoft YaHei',SimHei,sans-serif;
        line-height: 27px;
    }

.news_main p img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

    table td {
        padding: 5px 10px;
    }
