.banner_show {
	display: block;
}
/*主内容（main）*/
.main {
    width: 100%;
    background-color: #f8f8f8;
    padding: 70px 0 0px 0;
}
.main .main_conter {
    width: 1200px;
    margin: 0 auto;
     margin-bottom: 50px;
}
/*新闻区域*/
/*新闻区域(左侧)*/
.main .main_conter .news {
    overflow: hidden;
}
.main .main_conter .news .news_left {
    float: left;
    width: 880px;
    margin-right: 20px;
}
.main .main_conter .news .news_left p {
    height: 71px;
    line-height: 71px;
    padding-left: 51px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #666;
}
.main .main_conter .news .news_left p span {
    margin: 0 18px;
}
.main .main_conter .news .news_left .news_left_cont {
    width: 878px;
    border: 1px solid #eee;
    background-color: #fff;
}
.main .main_conter .news .news_left  .cont {
    display: none;
}
.main .main_conter .news .news_left  .active {
    display: block;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_top ul {
    padding-left: 49px;
    margin-bottom: 0px;
    padding-top: 65px;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_top ul li {
   list-style: none;
   height: 48px;
    line-height: 48px;
    margin-bottom: 12px;
}

.main .main_conter .news .news_left .news_left_cont .news_left_cont_top ul li:last-child {
    list-style: none;
    height: 48px;
    line-height: 48px;
    margin-bottom: 0px;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_top ul li i {
    width: 48px;
    height: 48px;
    border-bottom-right-radius: 33px;
    display: inline-block;
    color: #999;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    background-color: #eee;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_top ul li b {
    width: 49px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    color: #ccc;
    font-size: 16px;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_top ul li a {
    font-size: 16px;
    color: #666;
    padding-left: 22px;
    height: 48px;
    line-height:48px;
    display: inline-block;
    width: 680px;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_top ul li:hover a {
    background-color: #f9f9f9;
    color: #034296;
}

.main .main_conter .news .news_left .news_left_cont .news_left_cont_bottom {
    width:100%;
    height: 178px;
    line-height: 178px;
    text-align: center;
    overflow: hidden;
    padding: 0px 0 0 0px;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_bottom span {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e8e8e8;
    color: #999;
    font-size: 30px;
    border-radius: 50%;
    margin-right: 25px;
    cursor: pointer;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_bottom span:last-child {
    margin-right: 0px;
    margin-left: 25px;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_bottom ul {
    float: left;
    overflow: hidden;
    padding-left: 0px;
    margin-bottom: 0px;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_bottom ul li {
    list-style: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 11px;
    cursor: pointer;
    color: #999;
    border-radius: 50%;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_bottom ul li:nth-child(1) {
    color: #fff;
    background-color: #80bd34;
}
.main .main_conter .news .news_left .news_left_cont .news_left_cont_bottom ul li:last-child {
    margin-right: 0px;
}
/*内容公用右部分*/
.content_right {
    float: right;
    width: 300px;
    overflow: hidden;
}
.right_menu {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
}
.right_menu dt {
    background: linear-gradient(to right,#034296, #2883c3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034296', endColorstr='#2883c3',GradientType=0 )\0;
    line-height: 110px;
    color: #fff;
    font-size: 30px;
    padding-left: 40px;
}
.right_menu dd {
    padding: 0px 0;
    color: #333;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    height:60px;
    line-height: 60px;
}
.right_menu dd a {
    height:45px;
    line-height: 45px;
    color: #333;
    width: 300px;
    border-left:5px solid #fff;
    cursor: pointer;
    padding-left:10px;
    text-decoration: none;
    display: inline-block;
}
.right_menu dd:hover {
    background: #ebebeb;
}
.right_menu dd:hover a {
    border-left: 5px solid #034296;
  
}
.right_menu dd.curr {
    background: #ebebeb;
}
.right_menu dd.curr a {
    border-left: 5px solid #034296;
}
.right_menu dd.last_menu {
    width: 100%;
    height: 110px;
    border: none;
    background: url(imageslastmenu_bg.jpg) no-repeat left 1px;
}
.right_plan {
    width: 300px;
    overflow: hidden;
    margin-top: 20px;
    float: left;
    border: 1px solid #eee;
    background: #eee;
}
.planBg_left {
    float: left;
    height: 178px;
    width: 223px;
    background: url(imagesrightddNextbg_03.png) no-repeat left top;
}
.planBg_right {
    float: right;
    height: 178px;
    width: 73px;
    background: url(imagesrightddNextbg_05.jpg) no-repeat left top;
}
.planBg_title {
    width: 100%;
    padding: 20px;
    color: #333;
    line-height: 30px;
    background: #fff;
    float: left;
}
.contact {
    float: left;
    width: 300px;
    overflow: hidden;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #eee;
}
.conf_contact {
    overflow: hidden;
    border-bottom: 2px solid #eee;
    padding: 20px 0;
}
.conf_contact p {
    color: #034296;
    font-size: 24px;
    line-height: 50px;
    padding-left: 40px;
}
.conf_contact p.curr {
    font-size: 16px;
    line-height: 20px;
}
.contact_phone {
    width: 100%;
    padding: 20px 40px;
}
.contact_phone {
    width: 100%;
    padding: 20px 40px;
    overflow: hidden;
}
.contact_phone li {
    overflow: hidden;
    float: left;
    width: 100%;
}
.contact_phone li p {
    width: 100%;
    line-height: 38px;
    overflow: hidden;
}
.contact_phone li p i {
    float: left;
    height: 38px;
    width: 38px;
    margin-right: 20px;
    line-height: 38px;
    text-align: center;
    color: #999;
}
.contact_phone li p i.curr {
    border-radius: 50%;
    border: 1px solid #eee;
}
.contact_phone li p em {
    float: left;
}
