﻿html {
    color: #000;
    background: #FFF;
    margin: 0px !important; 
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0
}

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

fieldset,img {
    border: 0
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal
}

ol,ul {
    list-style: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    /* font-size:100%; */
    font-weight: normal
}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input,textarea,select {
    *font-size: 100%
}

legend {
    color: #000
}

a {
    text-decoration: none;
}

img {
    margin: 0;
}

/*------------index page------------*/


/*--------------header--------------*/

.container{
    font-family: "Microsoft YaHei";
}

.logo{
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.backpic{
    width: 100%;
    height: 100%;
}
.webTitle{
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -420px;
    width: 1000px;
}
.sampling{
    height: 290px;
}
.menu{
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 40px;
    line-height: 40px;
    background-color: #006e2f;
}
.menu li{
    float: left;
    width: 95px;
    padding: 0 13px;
    text-align: center;
    font-size: 18px;
}
.menu > li.menu-item-has-children > a:after,.menu > li.menu-item-has-children > a after{
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    z-index: 33333;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #006e2f;
    opacity: 0;
    transition: all .5s;
}
.menu > li > a{
    /*display: block;*/
    position: relative;
    color: #fff;
}
.menu li a:hover{
    color: black;
}
.menu > li:hover > a:after{
    opacity: 1;
}
.menu li ul{
    display: none;
    position: absolute;
    left: 0;
    width: 1000px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255,255,255,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
}
.menu li ul li a{
    color: #000;
}
/*------------------分页------------------*/
.fenye{    
    height: 25px;
    line-height: 25px;
    background: #F9F9F9;
    padding: 2px 5px;
    margin: 20px 4px;
    /*border: solid 1px #ccc;*/
    text-align: center;
}

.fenye a{
    padding:4px 6px 4px 6px;
    margin:0 2px 0 2px;
    border:1px solid #aaa;
    text-decoration:none;
    color:#333;
}

.fenye a.current{    
    background:green;    
    color:#fff;
}

.fenye a:hover{
    background:green;
    color:#fff;
}
/*--------------content--------------*/
.content{
    margin: 0 auto;
    width: 1000px;
}
.industryDynamics{
    float: left;
    width: 660px;
    height: 455px;
}
.columnTitle{
    height: 50px;
    border-bottom: solid 3px #e3e1e2;
}
.columnTitle h1{
    padding-top: 20px;
    width: 75px;
    height: 30px;
    border-bottom: solid 3px #006e2f;
    font-size: 18px;
    font-weight: bold;
}
.graphicMessage{
    margin-top: 8px;
    height: 220px;
}
.graphic,.message{
    float: left;
}
.graphic,.message,.graphic img{
    width: 330px;
    height: 220px;
}
.message{
    height: 220px;
    overflow: hidden;
}
.message h2 a{
    margin: 0 auto;
    display: block;
    width: 320px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.message p{
    padding: 4px;
    line-height: 24px;
    font-size: 14px;
    text-indent: 2em;
    color: #686868;
    overflow: hidden;
}
.newsTitle li{
    padding: 0 4px;
    height: 33px;
    line-height: 33px;
}
.newsTitle a{
    float: left;
    display: block;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.industryNews{
    height: 172px;
}
.industryNews a{
    width: 480px;
}
.newsTitle span{
    float: right;
}
.rightBar{
    float: right;
    width: 305px;
    height: 455px;
}
.samplingNews a{
    width: 190px;
}
.clear{
    clear: both;
}
.retrospectLink{
    margin-top: 10px;
    text-align: center;
}


.businessCase{
    width: 240px;
    height: 230px;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 13px;
    cursor: pointer;
}
.empresaMostrar .columnTitle + .businessCase{
    margin-left: 0
}

.businessCase img{
    width: 240px;
    height: 160px;
    /*cursor: default;*/
}
.introduction{
    height: 70px;
}
.introduction img{
    float: left;
    width: 70px;
    height: 70px;
}
.introductionCon{
    float: right;
    height: 72px;
    overflow: hidden;
}
.introduction a{
    display: block;
    padding-left: 10px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.introduction p{
    width: 160px;
    padding-left: 10px;
    font-size: 14px;
    color: #888;
    cursor: default;
}
/*.businessCase a{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    color: #fff;
}*/
.messageBar{
    float: left;
    margin-right: 20px;
    width: 320px;
    height: 290px;
}
.lastMessageBar{
    margin-right: 0;
}
.agricultureProducts h1{
    width: 90px;
}
.messageBarNews{
    margin-top: 4px;
}
.messageBarNews a{
    width: 309px;
}

/*--------------footer--------------*/

.friendshipLink{
    margin: 0 auto;
    width: 1000px;
}
.linkList{
    margin-top: 20px;
    height: 20px;
}
.linkList li{
    float: left;
    padding: 0 26px;
    border-left: solid 3px #bfbfbf;
}
.linkList li:first-child{
    border-left: none;
}
.linkList li a{
    color: #000;
}
.linkList li a:hover{
    color: green;
}
.copy{
    margin-top: 15px;
    height: 100px;
    background-color: #197c43;
}
.copy ul{
    padding-top: 10px;
    margin: 0 auto;
    width: 635px;
    height: 26px;
    line-height: 26px;
}
.copy ul li{
    float: left;
    margin-right: 25px;
    color: #fff;
}
.copy ul li img{
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.copy p{
    margin-top: 5px;
    text-align: center;
    color: #fff;
}
.copy p a{
    color: #fff;
}
.copy p a:hover{
    color: black;
}

/*--------------footer--------------*/

.QRCode_Top{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 35px;
    height: 75px;
}
.QRCode_Top a{
    display: block;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #666666;
}
.QRCode_Top a:first-child{
    margin-bottom: 5px;
}
.QRCode_Top a:hover{
    background-color: #197c43;
}
.QRCodes{
    position: fixed;
    right: -135px;
    bottom: 40px;
    width: 135px;
    height: 270px;
    background-color: #197c43;
}
.oneCode{
    margin: 10px;
    width: 84px;
    height: 120px;
}
.oneCode p{
    margin: 0 auto;
    width: 70px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}



/*JET*/
#main{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    min-height: 500px;
    list-style: none;
}
#main li{
    display: block;
    line-height: 40px;
}
#main li span{
    float: right;
}
#main li a{
    color: #000;
}
#main li a:hover{
    color: #006E2F;
}
.page_navi{
    text-align: center;
}
.page_navi a{
    color: #000;
}
.page_navi a:hover{
    color: #006E2F;
}
#main .entry-title{
    text-align: center;
}
#main .entry-meta{
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    color: #999;
}
#main p{
    text-indent:2em;
    display: block;
    font-size: 15px;
    line-height: 25px;
}
.aboutUs{
    display: block;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    color: #676464;
    background-color: rgb(245, 243, 240);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aboutUs li {
    overflow: hidden;
    width: 40%;
    margin: 10px auto;
    float: left;
    text-align: left;
    margin-left: 30px;
    line-height: 16px;
    padding: 17px 30px;
    background: #f8f8f8;
}
.dituContent{
    width: 1000px!important;
}

.retrospect .columnTitle h1{
    width: 112px;
}

/*.businessCase {
    position: relative;
    width: 240px;
    height: 160px;
}*/
#f-mask {
    height: 160px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    /*transition: all 0.3s;*/
    /*background-color: #000000;*/
    opacity: 0;
    filter: alpha(opacity=0)
}
/*------------Enterprise display category------------*/
.oneCase{
    float: left;
    margin: 0 10px 15px 10px;
    width: 230px;
    height: 230px;
}
.oneCase img{
    width: 230px;
    height: 200px;
}
.oneCase a{
    display: block;
    color: #000;
    width: 230px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.e_oneCase{
    position: relative;
    float: left;
    width: 998px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    height: 238px;
}
.e_oneCase .e_img img{
    float: left;
    margin-right: 30px;
}
.e_oneCase img{
    width: 360px;
    height: 240px;
    margin-top: -1px;
    margin-left: -1px;
}
.e_oneCase .e_title{
    font-size: 24px;
    float: left;
    line-height: 40px;
    color: #222;
    padding: 30px 0 5px;
}
.e_oneCase .e_info{
    color: #888;
    float: left;
    width: 580px;
    text-align: justify;
}
.e_oneCase .e_action{
    position: absolute;
    bottom: 30px;
    left: 392px;
}
.e_oneCase .e_action a{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #888;
    color: #555;
    transition: all ease 0.5s;
}
.e_oneCase .e_action a:hover{
    color: #fff;
    background-color: #555;
    border-color: #555;
}
.e_oneCase a{
    display: block;
    color: #000;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.s_content img{
    clear: both;
    display: block;
    margin: auto;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    font-size: 25px;
    font-family: "微软雅黑";
    color: #fff;
    background-color: #087336;
    border-color: #087336;
}
.btn-primary:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #008000;
    border-color: #008000;
}