

/*========= 内容区(左边)=================*/

.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;
}

.content .right{
    float: right;

}
/*--------------列表--------------*/
.case_list{
    overflow: hidden;
}
.case_list .btn{
    overflow: hidden;
    margin: 40px 0 36px 0;
}
.case_list .btn li{
    float: left;
    margin-right: 1px;

}
.case_list .btn li a{
    font-size: 24px;
    color: #7b7b7b;
    line-height: 50px;
    padding: 13px 45px;
    background-color: #e9e9e9;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;

}
.case_list .btn .btn1 a{
     color: #ffffff;
     background-color: #1e6ec3;
 }
.case_list .btn li a:hover,.case_list .btn li a:active{
    color: #ffffff;
    background-color: #1e6ec3;
}


.list_item{
    overflow: hidden;
    margin-bottom: 50px;
}
.list_item li{
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 25px 0;
}
.list_item li:first-child{
    padding-top: 0;
}
.list_item li:last-child{
    border-bottom: none;
}
.list_item .list_pic{
    border: 1px solid #ececec;
    width: 220px;
    height: 190px;
    float: left;
    text-align: center;
}
.list_item .list_pic p{
    font-size: 20px;
    color: #3f3f3f;
}
.list_item .text{
    float: right;
    width:668px;
    overflow: hidden;
    padding-left:30px ;
}
.list_item .text h3{
    font-size: 18px;
    line-height: 40px;
}
.list_item .text p{
    font-size: 14px;
    color: #878787;
    line-height: 24px;
    margin-bottom: 30px;
    height: 50px;
    overflow: hidden;
}
.list_item li a span{
    padding:5px 20px;
    border: 1px solid #e1e1e1;
/*    width: 100px;
    height: 26px;*/
    text-align: center;
    color: #ababab;
    font-size: 14px;
    margin-left: 32px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    text-transform: uppercase;
}

.list_item li a:hover span{
    border: 1px solid #0ab1ef;
    color: #0ab1ef;
}
.list_item li a:hover h3{
    color: #1e6ec3;
}
.list_item li a:hover p{
    color: #787878;
}

.list_item li a:hover span, .list_item li a span:active {
    color: #ffffff;
    background-color: #017cd9;
    border: 1px solid #017cd9;

}
.list_item li a span:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}


.list_item li a span:hover:after,
.list_item li a span:active:after {
    width: 100%;
}

/*====================================*/
.article_tt{
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 30px;
    padding-bottom: 20px;
}
.article_tt h3{
    font-size: 24px;
    line-height: 50px;
}
.article_tt span,.article_tt time{
    color: #787878;
    font-size: 14px;
    margin-right: 40px;
}
.article_tt span{
    margin-right: 40px;
}
.case_article p{
    padding: 10px 60px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
    color: #878787;

}
/*--------左边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 ul{
    background-color: #e9e9e9;
    padding-top: 20px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 18px;
}
.level_bar ul li{
    background: url("../images/level_bar_icon.png") no-repeat 0 0;
    padding-left: 25px;
    line-height: 48px;
    border-bottom: 1px dashed #D7D7D7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.level_bar ul li:first-child{
    border-bottom: 1px dashed #4f9c3a;
    height: 46px;
    background: url("../images/level_bar_icon.png") #4f9c3a no-repeat -260px 0;
}
.level_bar ul li:first-child a{
    color: #ffffff;
}
.level_bar ul li:hover{
    border-bottom: 1px dashed #4f9c3a;
    background: url("../images/level_bar_icon.png") #4f9c3a no-repeat -260px 0;
}
.level_bar ul li a{
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.level_bar ul li a:hover{
    color: #ffffff;
}
.level_bar ul li:last-child{
    border-bottom: none;
}


/*---------产品推荐---------*/
.recommend_bar h3{
    color: #ffffff;
    background: url("../images/contact/contact_14.jpg") no-repeat;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding-left: 24px;
}
.recommend_bar ul{
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 22px;
    text-align: center;
}
.recommend_bar ul li{
    margin-bottom: 20px;
}
.recommend_bar ul li a{
    width: 152px;
    height: 152px;
    overflow: hidden;
/*    display: block;*/
    text-align: center;
/*    margin-left: 44px;*/
}
.recommend_bar ul li img{
    width: 150px;
    height: 150px;
    border: 1px solid #e1e1e1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -moz-transform 0.3s;
    transition: transform 0.3s;

}
.recommend_bar ul li p{
    text-align: center;
    height: 16px;
    width: 240px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    margin-top: 5px;
}
.recommend_bar ul li:hover p{
    color: #1fa70c;
}
.recommend_bar ul li:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


/*---------产品推荐-end---------*/

/*---------解决方案---------*/
.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: 24px;
}
.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{
    overflow: hidden;
    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);
}
.ad_1 .txt{
    position: absolute;
    top:-999px;
}
.ad_2{
    width: 1200PX;
    margin: 0 auto;
    position: relative;
    height: 256px;
}
.ad_2 .to_know{
/*    background: url("../images/to_know.png") no-repeat;*/
    position: relative;
    overflow: hidden;
    float: left;
    margin: 56px 0 0 70px;
}
.to_know span{
    position: absolute;
    top:-999px;
}
.ad_pro_pic {
    position: absolute;
    right: 0;
    top: -150px;
}


/*-- ==============右边最新新闻================== --*/
.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================== --*/