
/*========= 内容区(左边)=================*/

.content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    overflow: hidden;

}
.content .left{
    width: 922px;
    overflow: hidden;
    float: left;
}
.location{
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}

.location h3{
    font-size: 24px;
    float: left;
    background: url("../images/location_tt.jpg")no-repeat ;
    padding-left: 30px ;
}
.location span{
    font-size: 14px;
    float: right;
    line-height: 36px;
}
/*----- 产品展示list---*/
.left_list{
    float: left;
    background-color: #ffffff;
/*    width: 920px;*/
    overflow: hidden;
}
.pro_list{
    overflow: hidden;
    padding-bottom: 20px;
    width: 960px;
    margin-top: 20px;
}
.pro_list li {
    float: left;
    position: relative;
    border: 1px solid #e1e1e1;
    margin: 0 30px 35px 0;
    width: 284px;
    height: 284px;
}
/*.pro_list img {
    width: 285px;
    height: 285px;
}*/
.pro_list li a span {
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    color: white;
    line-height: 40px;
    width: 100%;
    text-align: center;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.pro_list li:hover a span{
    background-color: rgba(7,151,1,0.82);
}
/*----- 产品展示list end ---*/
/*--------左边end-----------*/

/*============ 右边bar ============================*/
.right_bar{
    width: 260px;
    float: right;
}

/*-------------- 二级菜单 --------------------*/

.level_bar h3{
    color: #ffffff;
    background: url("../images/contact/contact_05.jpg") no-repeat;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    padding-left: 90px;
}
.level_bar .level_1{
    background-color: #e9e9e9;
    padding-top: 10px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 18px;
}
.level_bar li ul{
    display: none;
}
.level_bar li.active ul{
    display: block;
}
.level_bar ul li h4{
    background: url("../images/level_bar_icon.png") no-repeat 0 0;
    padding-left: 25px;
    line-height: 48px;
    border-bottom: 1px dashed #D7D7D7;
}
.level_bar ul li.level_2 li{
    background: none;
    line-height: 40px;
}
.level_bar ul li.active h4{
    border-bottom: 1px dashed #4f9c3a;
    height: 46px;
    background: url("../images/level_bar_icon.png") #4f9c3a no-repeat -260px 0;
}
.level_bar ul li.active h4 a{
    color: #ffffff;
}
.level_bar ul li h4:hover{
    border-bottom: 1px dashed #4f9c3a;
    background: url("../images/level_bar_icon.png") #4f9c3a no-repeat -260px 0;
    padding-left: 25px;
    line-height: 48px;
}
.level_bar ul li:hover h4{
    border-bottom: 1px dashed #4f9c3a;
    background: url("../images/level_bar_icon.png") #4f9c3a no-repeat -260px 0;
    padding-left: 25px;
    line-height: 48px;
}
.level_bar ul li h4{
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.level_bar ul li:hover h4 a{
    color: #ffffff;
}
.level_bar ul li:last-child h4{
    border-bottom: none;
}

/*--------------三级菜单---------------*/
.level_2{
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 0;
}
.level_2 li{

}
.level_2 li a{
    color: #777777;
    font-size: 16px;
    line-height: 40px;
    padding-left: 35px;
}
.level_2 li a:hover{
    color: #1fa70c;
}
/*-----------二级菜单---------------*/


/*---------解决方案---------*/
.solution_bar h3,.tel_bar h3 {
    color: #ffffff;
    background: url("../images/contact/contact_14.jpg") no-repeat;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding-left: 10px;
}
.solution_bar ul{
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 22px;
    text-align: center;
}
.solution_bar ul li{
    position: relative;
    margin-bottom: 14px;
}
.solution_bar ul li img{
    width: 240px;
    height: 162px;
}
.solution_bar ul li p{
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: RGBA(0, 0, 0, 0.6);
    height: 40px;
    width: 240px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
}
.solution_bar ul li:hover p{
    background-color: RGBA(31, 138, 12, 0.6);
}
/*---------解决方案-end---------*/


/*---------联系我们------------*/
.tel_bar h3{
    background: url("../images/contact/contact_32.jpg") no-repeat;
}
.tel_bar .tel{
    background: url("../images/contact/tel_bg.jpg") no-repeat;
    height: 170px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.tel_bar .tel div{
    float: right;
    padding-top: 60px;
}
.tel_bar .tel strong{
    font-size: 20px;
    color: #030436;
}
/*=====================内容区以上end========================*/

/*==================广告条======================*/
.ad{
    margin-top: 60px;
}
.ad .ad_1{
    background: url("../images/contact/contact_35.jpg") no-repeat center;
    height: 150px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 3px 3px RGBA(0, 0, 0, 0.42);
}
.ad2 .ad_1{
    background: url("../images/product/pro_ad.jpg") no-repeat;
}
.ad_1 .txt{
    position: absolute;
    top:-999px;
}
.ad_2{
    width: 1200PX;
    margin: 0 auto;
    position: relative;
    height: 256px;
}
.ad .to_know{
    position: relative;
    overflow: hidden;
    float: left;
    margin: 56px 0 0 70px;
}
.ad2 .to_know{
    margin-left:190px;
}
.to_know span{
    position: absolute;
    top:-999px;
}
.to_know p{
    position: absolute;
    top:-999px;
}
.ad_pro_pic {
    position: absolute;
    right: 0;
    top: -150px;
}
.ad_pro_pic1 {
    position: absolute;
    left: 30px;
    top: -220px;
}
/*.ad_pro_pic2 {
    position: absolute;
    right: 0;
    top: -150px;
}*/
/*==================广告条 end=====================*/



/*=================成功案例==================*/

.case{
    width: 1200px;
    margin: 0 auto;
}
.case_title{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.case_title .text{
    position: absolute;
    top:-999px;
}
.case ul{
    overflow: hidden;
    text-align: center;
    margin: 44px 0 34px 0;
    padding: 0 4px;
}
.case ul li{
    float: left;
    margin-right: 24px;
    height: 196px;
    padding: 6px 0;
}
.case ul li:last-child{
    margin-right: 0;
}
.case ul li p{
    font-size: 20px;
    padding-bottom: 6px;
}
.case ul li a:hover p{
    color: #099405;
}
.case ul li a{
    overflow: hidden;
    display: block;
}
.case ul li a:hover{
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.09);
    transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
/*=================成功案例-end==================*/

/*=================三大模式-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: 110px;
}
.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: 128px;
}


/*-------------5大优势--------------*/
.advantage{
    float: left;
    background: #ffffff;
    /* width: 360px; */
    width: 420px;
    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------------------*/

/*-------------------留言------------------------*/

.mode-box .message_box{
    overflow: hidden;
    background: #ffffff;
    width: 780px;
    float: right;
    height: 368px;
}

.mode-box .message_box .tt{
    text-align: center;
    height: 82px;
    background: #e5e5e5;
}
.mode-box .message_box .tt h3{
    font-size: 24px;
    color: #1f8a0c;
    /* font-weight: 500;*/
    letter-spacing: 0.2em;
}
.mode-box .message_box .tt span{
    font-size: 20px;
    color: #666;
    letter-spacing: 0.15em;
}
.mode-box .message_box .tt p{
    
}
.mode-box .message_box .tt p strong{
    font-weight: bold;
    color: #0094fb;
    padding: 0 10px;
}
.mode-box .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==================*/


/*-- ==============右边最新新闻================== --*/
.latest_news .title{
    background: url("../images/pro_detail/6-1.png") no-repeat #0c6200 10px ;
    height: 50px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.latest_news h3{
    position: absolute;
    top: -999px;
}
.latest_news ul{
    overflow: hidden;
    padding: 20px 5px;
    border: 1px solid #e1e1e1;
}
.latest_news ul li{
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;

}
.latest_news ul li:last-child{
    margin-bottom: 0;
}
.latest_news ul li .lt_news_r{
    float: right;
    width: 110px;
    overflow: hidden;
    color: #888888;
}
.latest_news ul li h4{
    font-size: 14px;
    color: #333333;
    letter-spacing: -1px;
    line-height: 24px;
    margin-bottom: 5px;
}
.latest_news ul li img{
    width: 130px;
    height: 92px;
    float: left;
}
.latest_news ul li:hover h4{
    color: #099405;
}
/*-- ==============右边最新新闻 end================== --*/