/*轮播大图*/

.carousel_figure{
    overflow: hidden;
    width: 100%;
    max-height: 450px;
    position: relative;
}
.carousel_figure:hover #carousel_figure_next,.carousel_figure:hover #carousel_figure_prev{
    filter: alpha(opacity=40);
    opacity: 1;
}
.carousel_figure #carousel_figure_next, .carousel_figure #carousel_figure_prev{
    z-index: 10;
    position: absolute;
    bottom: 160px;
    display: block;
    cursor: pointer;
    width: 52px;
    height: 88px;
    background: rgb(153,153,153);
    background: rgba(153,153,153, .4);
    filter: alpha(opacity=0);
    opacity: 0;
    transition-property: background,width,opacity;
    transition-duration: .5s;
    line-height: 88px;
    text-align: center;
    color: #ddd;
    color: #fff\9;
    font-size: 18px;
    transition: top .3s;
}
.carousel_figure #carousel_figure_next:hover, .carousel_figure #carousel_figure_prev:hover{
    width: 70px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #005D5B;
}
.carousel_figure #carousel_figure_next{
    left: 0px;
}
.carousel_figure #carousel_figure_prev{
    right: 0px;
}
.mod_slide_switch{
    position: absolute;
    bottom: 8px;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 10;
}
.slide_switch_item {
    display: inline-block;
    height: 1px;
    padding: 10px 0;
    margin: 0 5px;
}
.slide_switch_item.active i{
    background-color: #fff;
}
.slide_switch_item i{
    width: 9px;
    height: 9px;
    background-color: #aaa;
    border-radius: 10px;
    display: block;
}
.carousel_figure ul{
    overflow: hidden;
    display: block;
    height: 100%;
    position: relative;
    left: 0;
    transition: height .3s;
}
.carousel_figure li{
    float: left;
    position: relative;
}
.carousel_figure img{
    width: 100%;
}
.carousel_figure .focus_text{
    padding: 15px 30px;
    position: absolute;
    top: 300px;
    color: #eee;
    opacity: 0;
    filter:alpha(opacity=0);
    max-width: 500px;
}
.carousel_figure .focus_text h4{
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Microsoft Yahei";
}
.carousel_figure .focus_text p{
    margin-top: 10px;
}
.carousel_figure .focus_text p, .carousel_figure .focus_text h4{
    position: relative;
    z-index: 1;
}
.carousel_figure .focus_text .mask{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 0;
    background-color: #000;
}
/* 主体 */
.content_container,
.show_container{
    overflow: hidden;
    width: 1170px;
    margin: 0 auto;
    margin-top: 35px;
    font-family: 'Microsoft YaHei';
}
.product_show{
    position: relative;
}
.product_show:hover #prev,.product_show:hover #next{
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.product_show #prev, #next{
    z-index: 999;
    transition: opacity .3s;
    position: absolute;
    top: 115px;
    background-color: #000;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 30px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.product_show #prev:hover,.product_show #next:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.show_container #prev{
    left: 0;
}
.show_container #next{
    right: 0;
}
.product_show ul{
    position: relative;
	left: 0;
}
.content_box{
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.content_container .about_us{
    background-color: #fff;
}
.content_container .about_us .title,
.focus_news .title{
    border-top: 4px solid #007370;
    padding: 10px;
    overflow: hidden;
}
.content_container .about_us .title{
    padding: 14px;
}
.content_container .about_us .title h2,
.focus_news .title h2{
    font-size: 20px;
    color: #007370;
    font-family: 'Microsoft YaHei';
    float: left;
}
.content_container .about_us .title a,
.focus_news .title a{
    float: right;
    padding-right: 10px;
    color: #005D59;
}
.content_container .about_us .content{
    padding: 10px;
}
.content_container .about_us .content img{
    float: left;
    width: 150px;
    height: 110px;
    padding-right: 10px;
}
.content_container .about_us .content p{
    color: #333;
    line-height: 2;
    font-size: 14px;
}
.focus_news{
    background-color: #fff;
}
.focus_news img{
    height: 164px;
    width: 100%;
}
.focus_news .title{
    border: none;
}
.focus_news .content{
    padding: 10px;
}
.focus_news .content ul{
    overflow: hidden;
}
.focus_news .content ul li{
    position: relative;
}
.focus_news .content ul li a{
    display: block;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px 0;
    padding-right: 70px;
}
.focus_news .content ul li span{
    color: #666;
    position: absolute;
    right: 10px;
    top: 7px;
}
.notice{
    background-color: #fff;
}
.notice .title{
    background-color: #007370;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}
.notice .content{
    padding: 10px 15px;
    overflow: hidden;
    height: 315px;
}
.notice .content ul{
    position: relative;
}
.notice .content li{
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.notice .content ul li a{
    display: block;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0;
}
.notice .content ul li i{
    float: left;
    width: 12px;
    height: 12px;
    background-image: url(../images/time.png);
    margin: 3px 5px 0 0;
}
.notice .content ul li a:hover{
    color: #007370;
}
/* 产品展示 */
.show_container{
    padding: 0 15px;
}
.product_show{
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
    color: #007370;
}
.product_show .content{
    padding-top: 15px;
    overflow: hidden;
}
.product_show .content ul{
    overflow: hidden;
    height: 200px;
}
.product_show .content ul li{
    float: left;
    width: 277.5px;;
    padding: 15px;
}
.product_show .content ul li img{
    display: block;
    height: 100%;
    width: 100%;
}
.product_show .content ul li:hover span{
    opacity: .5;
    bottom: 0;
}
.product_show .content ul li:hover p{
    opacity: 1;
    bottom: 0;
}
.product_show .content ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.product_show .content ul li span{
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 9;
    height: 30px;
    transition: all .3s;
}
.product_show .content ul li p{
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 30px;
    line-height: 30px;
    z-index: 10;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: all .3s;
}



/*  */
.service{
    margin: 35px 0;
    overflow: hidden;
    height: 270px;
    position: relative;
}
.service .left_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.service .right_bg{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-color: #E4E4E4;
    height: 100%;
    width: 50%;
}
.service_container{
    width: 1170px;
    margin: 0 auto;
    height: 100%;
}
.service_container .left{
    float: left;
    width: 35%;
}
.service_container .left, .service_container .right{
    height: 100%;
    padding-top: 10px;
}
.service_container .left_main{
    padding: 10px;
}
.service_container .left h2{
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px dashed #E9E9E9;
}
.service_container .left .content{
    padding: 10px 0;
}
.service_container .left .content p{
    color: #777;
    line-height: 2;
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
}
.service_container .right{
    float: right;
    width: 65%;
    background-color: #E4E4E4;
}
.service_container .right .right_main{
    padding: 10px;
    overflow: hidden;
}
.service_container .right .title{
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}
.service_container .right .content{
    overflow: hidden;
    margin-right: 10px;
    margin-top: 20px;
}
.service_container .right .content ul{
    position: relative;
    left: 0;
}
.service_container .right .content li{
    float: left;
    width: 225px;
    margin: 0 10px;
}
.service_container .right .content li a{
    text-decoration: none;
}
.service_container .right .content li p{
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 4px;
}
.service_container .right .content li img{
    height: 100%;
    width: 100%;
    display: block;
}
