

/*=================三大模式-end==================*/
.mode-box{
    background: #f4f3f3;
    overflow: hidden;
    padding-bottom: 56px;
}
.mode{
    width: 1200px;
    margin: 0 auto;
}
.mode_title{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.mode_title .text{
    position: absolute;
    top:-999px;
}
.mode .adv{
    overflow: hidden;
    padding: 30px 0;
}
.mode .adv li{
    width: 360px;
    float: left;
    margin-right: 56px;
    position: relative;
    border: 1px solid #b4dae8;
    height: 130px;
}
.mode .adv li:last-child{
    margin-right: 0;
}
.mode .adv li h3{
    background: #f4f3f3;
    color: #0094fb;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    line-height: 22px;
    width: 120px;
}
.mode .adv li p{
    padding: 35px 12px 12px 12px ;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
}
.mode .adv li h3 span{
    color: #666666;
    font-size: 14px;
    font-weight: 300;
}
.mode .adv li h3{
    top: -15px;
    left: 118px;
}


/*-------------5大优势--------------*/
.advantage{
    float: left;
    background: #ffffff;
    /* width: 360px; */
    width: 419px;
    overflow: hidden;
}
.advantage h3{
    font-size: 24px;
    color: #29890e;
    line-height: 50px;
    background: #e5e5e5;
    padding-left: 26px;
    height: 82px;
    text-align: center;
}
.advantage h3 strong{
    font-size: 30px;
}
.advantage ol{
  /* list-style-type:decimal;
    padding-left: 15px;*/
}
.advantage ol li{
    border-bottom: 1px solid #efefef;
    line-height:26px;
    padding: 10px 15px;
    /* height: 42px; */
    overflow: hidden;
    list-style-type:decimal;
    list-style: inside decimal;
}
.advantage ol li:last-child{
    border-bottom: none;
}
.advantage ol li a:hover{
    color: #099405;
}
/*-----------------5大优势 end------------------*/

/*-------------------留言------------------------*/

.message_box{
    overflow: hidden;
    background: #ffffff;
    width: 780px;
    float: right;
    height: 368px;
}

.message_box .tt{
    text-align: center;
    height: 82px;
    background: #e5e5e5;
}
.message_box .tt h3{
    font-size: 24px;
    color: #1f8a0c;
    /* font-weight: 500;*/
    letter-spacing: 0.2em;
}
.message_box .tt span{
    font-size: 20px;
    color: #666;
    letter-spacing: 0.15em;
}
.message_box .tt p{
    
}
.message_box .tt p strong{
    font-weight: bold;
    color: #0094fb;
    padding: 0 10px;
}
.message_box .message_input{
    background: url("../images/index_2/index-2_35.png")no-repeat 0px 10px;
    position: relative;
    height: 286px;
}
.message{
    position: absolute;
    right:88px;
    padding-top: 20px;
}

.message  form li{
    font-size: 14px;
    line-height: 48px;
    color: #474747;
}
.message input,.wr_message textarea{
    border:1px solid #e1e1e1;
    color: #666666;
    line-height: 30px;
    width: 300px;
    font-size: 14px;
    padding: 0 5px;
    height: 30px;
}
.message input:focus ,.wr_message textarea:focus{
    border: 1px solid #7cd480;
}

.message .wr_message{
    display: inline-block;
    vertical-align: middle;
    min-height: 44px;
    line-height: 26px;
}
.wr_message label {
    float: left;
    margin: 15px 4px 0 0;
}
.wr_message textarea{
    float: left;
    height: 55px;
    width: 300px;
    padding: 5px;
    line-height: 22px;
    margin-top: 10px;
}
.button{
    margin-left: 100px;
    /*    margin-left: 35px;*/
}
.button input{
    width: 60px;
    height: 25px;
    border: none;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    margin: 20px 50px 0 0 ;
    color: #ffffff;
}
.button .btn1{
    background-color: #787878;
}
.button .btn2{
    background-color: #d71b05;
}

/*-------------------留言------------------------*/

/*=================三大模式-end==================*/






