﻿.con{
    width: 100%;
    margin-top: 5px;
    margin-bottom:100px;
}
.con_box{
    width: 1200px;
    margin:0 auto
}
/* 左面 */
.con_left{
    float: left;
    width: 360px;
}
.con_left_t{
    background: url(../images/tit.png) no-repeat;
    width: 100%;
}
.con_left_t h1{
    background: url(../images/tit.png) no-repeat;
    font-size: 22px;
    color:#fff;
    line-height: 65px;
    margin-left: 25px;
}
.con_left_t h2{
    font-size: 18px;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 28px;
    margin-left: 13px;
    background: url(../images/x_line.png) no-repeat left center;
    padding-left: 18px;
}
.con_left_t h1,.con_left_t h2{
    float: left;
}
.con_left ul{
    background-color: #f5f5f5;
    margin-top: 5px;
    padding: 25px 0;
}
.con_left ul li{
    background: url(../images/icon_01.png) no-repeat left center;
    margin-bottom:40px;
    margin-left:25px;
}
.con_left ul li a{
    padding-left: 20px;
    display: block;
    width: 280px;
    font-size: 16px;
    color:#333;
    background: url(../images/icon_02.png) no-repeat right center;
}
.con_left ul li.active a{
    color:#207d5e;
    font-weight: bold;
    background: url(../images/icon_03.png) no-repeat right center;
}
.con_left ul li:hover a{
    color:#207d5e;
    font-weight: bold;
    background: url(../images/icon_03.png) no-repeat right center;
}
/* 右面 */
.con_right{
    float: right;
    width: 820px;
    padding-bottom:50px;
    padding-top: 25px;
    background: url(../images/con_bot.png) no-repeat center bottom;
    background-color: #f5f5f5;
}
.con_right_top{
    width: 750px;
    margin:0 auto;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:15px;
}
.con_right_top h1{
    float: left;
    color:#666;
    font-size: 24px;
}
.con_right_top ul{
    float: right;
    margin-top: 10px;
}
.con_right_top ul li{
    float: left;
    color:#999;
    font-size: 14px;
}
.con_right_top ul li a{
    color:#999;
    font-size: 14px;
}
.con_right_top ul li a:hover{
    color:#207d5e
}
.con_right_top ul li:first-child{
    background: url(../images/home.png) no-repeat left center;
    padding-left: 25px;
}
/* 内容 */
.con_con{
    width: 750px;
    margin:0 auto;
}
.slideGroup{ 
    max-width:680px; 
    text-align:left;  
    margin:0 auto 40px
}
.slideGroup .parHd{ 
    height:30px; 
    line-height:30px; 
    background:#f4f4f4; 
    padding:0 20px; 
    border-bottom:1px solid #ddd;  
    position:relative;  
}
.slideGroup .parHd ul{ 
    float:left; 
    position:absolute; 
    left:20px; 
    top:-1px; 
    height:32px;   
}
.slideGroup .parHd ul li{ 
    float:left; 
    padding:0 15px; 
    cursor:pointer;  
}
.slideGroup .parHd ul li.on{ 
    height:30px;  
    background:#fff; 
    border:1px solid #ddd; 
    border-bottom:2px solid #fff; 
}
.slideGroup .slideBox{ 
    overflow:hidden; 
    zoom:1; 
    margin-top: 30px;
}
.slideGroup .sPrev,.slideGroup .sNext{ 
    display:block; 
    width:35px; 
    height:35px; 
    float:left;  
    margin-top: 170px;
    background:url(../images/left.png) center center no-repeat #f4f4f4; 
}
.slideGroup .sNext{ 
    background:url(../images/right.png) center center no-repeat #f4f4f4;  
    float: right;
}
.slideGroup .parBd .tempWrap{ 
    float:left;  
    margin:0 85px
}
.slideGroup .parBd ul{ 
    overflow:hidden; 
    zoom:1; 
    float:left;  
}
.slideGroup .parBd ul li{ 
    float:left; 
    overflow:hidden; 
    text-align:center;  
}
.slideGroup .parBd ul li .pic{ 
    text-align:center; 
}
.slideGroup .parBd ul li .pic img{ 
    width:440px; 
    height:340px; 
    display:block;  
}
.slideGroup .parBd ul li .title{ 
    line-height:24px;   
    margin-top: 25px;
}
.title p{
    font-size: 14px;
    color:#666;
}
.con_con>p{
    font-size: 14px;
    color:#666;
    line-height: 21px;
}








