/* init */

a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
}
button, html input[type="button"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
ol, ul {
    list-style: outside none none;
}
img {
    border: 0 none;
    vertical-align: middle;
}
em, i, u {
    font-style: normal;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear, .clr {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

body {
   
    color: #666;
    font: 12px/150% "微软雅黑",Arial,Verdana,"宋体";
}

a {
    color: #8f8f90;
    text-decoration: none;
}
a:hover {
    color:#c81623 ;
}

/* common ------> begin */
.wrapper{
    width: 1200px;
    margin: 0 auto;
    clear: both;
    min-width: 1200px;

}
.wel_area {
    min-width: 1200px;
    width: 100%;
    background: url(../images/xin/banner.jpg) no-repeat center 0;
    height: 200px;
    position: relative;
}
.wel_area p{
    line-height: 40px;
    color: #8f8e8e;
    font-size: 14px;
    color: #fff;
}
.wel_area p a{
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}
.wel_area p span{
    padding: 0 10px;
}
.logo {
    display: block;
    height: 79px;
    left: 7px;
    position: absolute;
    top: 50px;
    width: 653px;
}
.login_bar{
    color: #fff;
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 215px;
    margin-top: 73px;
}
.login_bar a{
    color:#fff;
    padding: 5px 0 5px 35px;
    background-image: url(../images/xin/log_bg.png);
    background-repeat: no-repeat;
}
.login_bar a:hover{
    text-decoration: underline;
}
.login_bar a.ap_1{
    background-position: 0 3px;
}
.login_bar a.ap_2{
    background-position: 0 -62px;
}
.login_bar span{
    padding: 0 10px;
}

.top{
   background-position: right 0;
   height: 60px;
   position: relative;
}
.nav{
    padding-top: 20px;
    height: 40px;
    border-bottom: 2px solid #cecece;
    padding-left: 20px;
}
.nav > li{
    float: left;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding-left: 40px;
    padding-right: 10px;
    margin-right: 23px;
}
.nav > li a{
    color: #3e3e3e;
    font-size: 16px;
    display: block;
}
.nav > li:hover{
    border-bottom: 2px solid #3e8bd7;
}
.nav > li:hover a{
    color: #3e8bd7;
}
.nav > li.nl_1{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -5px -9px;
}
.nav > li.nl_1:hover{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -150px -9px;
}
.nav > li.nl_2{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -5px -92px; 
}
.nav > li.nl_2:hover{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -150px -92px; 
}
.nav > li.nl_3{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -5px -164px; 
}
.nav > li.nl_3:hover{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -150px -164px; 
}
.nav > li.nl_4{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -5px -236px;
}
.nav > li.nl_4:hover{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -147px -236px;
}
.nav > li.nl_5{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -4px -306px;
}
.nav > li.nl_5:hover{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -149px -306px;
}
.nav > li.nl_6{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -10px -375px;
}
.nav > li.nl_6:hover{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -152px -375px;
}
.nav > li.nl_7{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -7px -444px;
}
.nav > li.nl_7:hover{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -152px -444px;
}
.nav > li.nl_8{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -7px -510px;
}
.nav > li.nl_8:hover{
  background:url(../images/xin/nav_bg.png) no-repeat scroll -170px -510px;
}



.link{
    padding: 10px 0 15px 0;
    width: 100%;
    min-width: 1200px;
    text-align: center;
    clear: both;
}
.link .s_bar{
    overflow: hidden;
}

.link h1{
    font-size: 20px;
    color: #000;
    padding: 30px 0 50px 0;
    width: 1200px;
    border-top: 1px dashed #d6d6d6;
    text-align: center;
    margin: 0 auto;
}
.link .s_bar > select{
    border: 1px solid #aaaaaa;
    width: 210px;
    height: 30px;
    margin: 0 10px;
}

.footer {
    min-width: 1200px;
    overflow: hidden;
    width: 100%;
    height: 150px;
    background: url(../images/xin/b_bg.jpg) no-repeat center bottom;
}
.footer p {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    line-height: 30px;
}
.footer a {
    color: #4f4f4f;
}
.footer a.dz {
    position: absolute;
    display: block;
    width: 52px;
    height: 63px;
    background:url(../images/xin/dz.png);
    left: 100px;
}
.footer .ga {
    background:url(../images/xin/icon_bei.png) no-repeat scroll 310px center;
    margin: 0 auto;
    padding-left: 20px;
    width: 650px;
}

.ts_1{
    height: 39px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    background: url(../images/xin/ct_2.jpg) no-repeat;
}
.ts_1 > a.more{
    position: absolute;
    width: 40px;
    height: 12px;
    right: 0;
    top: 16px;
    display: block;
    color: #45afe3;
}


/* common ------> end */



/* index.html ------> begin */

.op_show{
    height: 300px;
    background-color: #eeeeee;
    margin-top: 20px;
}
.op_show .op_bar{
    padding: 0 5px;
    width: 180px;
    height: 300px;
    background-color: #6fb1fb;
}
.op_show .op_bar a{
    height: 41px;
    border-bottom: 1px solid #c6d3e2;
    display: block;
    padding: 9px 0; 
    color: #fff;
    font-size: 17px;
    background:#6FB1FB url(../images/xin/op_bg.png) no-repeat; 
}
.op_show .op_bar a.oa_1{
    background-position: 13px 4px;
}
.op_show .op_bar a.oa_2{
    background-position: 13px -59px;
}
.op_show .op_bar a.oa_3{
    background-position: 13px -130px;
}
.op_show .op_bar a.oa_4{
    background-position: 13px -200px;
}
.op_show .op_bar a.oa_5{
    background-position: 13px -279px;
    border-bottom: none;
}
.op_show .op_bar a p{
    padding-left: 65px;
    text-align: center;
    line-height: 41px;
    width: 105px;
}
.op_show .op_bar a p.sp_l{
    line-height: 20px;
}
.op_show .show_bar{
    height: 300px;
    padding-left: 100px;
}
.op_show .show_bar ul{

}
.op_show .show_bar ul li{
    float: left;
    width: 176px;
    height: 240px;
    margin:30px 38px 0 38px;
}
.op_show .show_bar ul li.s1{
    background: url(../images/xin/s1_bg.jpg) no-repeat;
}
.op_show .show_bar ul li.s2{
    background: url(../images/xin/s2_bg.jpg) no-repeat;
}
.op_show .show_bar ul li.s3{
    background: url(../images/xin/s3_bg.jpg) no-repeat;
}
.op_show .show_bar ul li.s4{
    background: url(../images/xin/s4_bg.jpg) no-repeat;
}

.op_show .show_bar ul li h1{
    text-align: center;
    color: #fff;
    font-size: 49px;
    padding-top: 74px;
    height: 60px;
}
.op_show .show_bar ul li h2{
    text-align: center;
    font-weight: normal;
    padding-top: 65px;
    font-size: 18px;
    color:#525252;
}

.zsyz_col{
    overflow: hidden;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pic_bar{
    height: 378px;
    width: 580px;
}
.pic_1{
    float: left;
}
.pic_2{
    float: right;
}
.pic_3{
    float: left;
    margin-top: 10px;
}
.pic_4{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
.pic_5{
    float: right;
    margin-top: 10px;
}

.news_tab{
    height: 378px;
    width: 592px;
}
.news_tab .hd{
    height: 39px;
    background: url(../images/xin/ct_1.jpg) no-repeat;
}
.news_tab .hd ul{
    padding-left: 90px;
}
.news_tab .hd ul li{
    float: left;
    height: 36px;
    width: 100px;
    margin-right: 30px;
}
.news_tab .hd ul li a{
    display: block;
    height: 36px;
}
.news_tab .hd ul li.on a.op_1{
    background: url(../images/xin/zi.jpg) no-repeat 1px -2px;
}
.news_tab .hd ul li.on a.op_2{
    background: url(../images/xin/zi.jpg) no-repeat -136px -2px;
}
.news_tab .hd ul li a.op_1{
    background: url(../images/xin/zi.jpg) no-repeat 1px -57px;
}
.news_tab .hd ul li a.op_2{
    background: url(../images/xin/zi.jpg) no-repeat -136px -57px;
}
.news_tab .hd ul li.on{
    border-bottom: 3px solid #45afe3;
}
.news_tab .bd {
    border: 1px solid #e7e7e7;
    height: 324px;
    margin-top: 10px;
}
.news_tab .bd ol {
    overflow: hidden;
}
.news_tab .bd ol li {
    background: #d5e9ef none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    height: 64px;
    position: relative;
}
.news_tab .bd ol li a {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    float: left;
    height: 64px;
    padding-left: 15px;
    width: 500px;
}
.news_tab .bd ol li a h1 {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding: 9px 0 5px;
}
.news_tab .bd ol li a p {
    font-size: 14px;
}
.news_tab .bd ol li span {
    color: #8f8e8c;
    display: block;
    font-size: 14px;
    height: 64px;
    line-height: 64px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
}
.news_tab .bd ol li:hover {
    background: #3aaae1 none repeat scroll 0 0;
}
.news_tab .bd ol li:hover a {
    background: #65c5f4 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}
.news_tab .bd ol li:hover span {
    color: #ffffff;
}
.news_tab .bd ol li:hover a h1 {
    color: #ffffff;
}

.column{
    margin-bottom: 20px;
    height: 365px;
}
.column ul{
    height: 365px;
}
.column ul li{
    height: 365px;
    width: 290px;
    float: left;
    margin-right: 13px;
}
.column ul li > h2{
    background: #000;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.column ul li > h2 a{
    color: #fff;
    font-size: 16px;
}

.column ul li img{
    display: block;
    width: 290px;
    height: 140px;
}
.column ul li > p{
    color: #393939;
    font-size: 13px;
    line-height: 23px;
    padding: 0px 6px;
    text-indent: 2em;
    text-align: justify;
    height: 90px;
    overflow: hidden;
    padding-top: 5px;   
}
.column ul li > dl{
    height: 70px;
    overflow: hidden;
    padding-top: 15px;
}
.column ul li > dl dt{
    float: left;
    height: 70px;
    overflow: hidden;
    color: #393939;
    font-size: 13px;
}
.column ul li > dl dt p{
    padding: 2px 0;
}

.column ul li > dl dd{
    float: right;
    height: 70px;
    overflow: hidden;
}
.column ul li > dl dd a{
    display: block;
    font-size: 16px;
    color:#505050;
    border: 1px solid #c9c9c9;
    border-radius: 7px;
    line-height: 23px;
    padding: 5px 10px;
    margin-top: 6px;
}
.column ul li > dl dd a:hover{
    border-color: #f7b650;
    background: #f7b650;
    color: #fff;
}



.tn_bar {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 360px;
    width: 100%;
    min-width: 1200px;
    background: url(../images/xin/tn_bg.jpg) no-repeat center 0;
}

.tn_bar > .table_bar {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.tn_bar > .table_bar .ht{
    overflow: hidden;
    padding-top: 10px;
}
.tn_bar > .table_bar .ht h1{
    float: left;
    color: #fff;
    padding: 13px 0 13px 150px;  
    height: 35px;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
}
.tn_bar > .table_bar .ht ul{
    float: right;
}
.tn_bar > .table_bar .ht ul li{
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 27px 30px 0 45px;
    background: url(../images/xin/bgo.png) no-repeat 10px 20px;
}
.tn_bar > .table_bar .ht ul li span{
    font-size: 24px;
}
.txtMarquee-top{
    padding-top: 20px;
}
.txtMarquee-top .hd{
    height: 40px;
}
.txtMarquee-top .hd ul{
    height: 40px;
}
.txtMarquee-top .hd ul li{
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    float: left;
    background: url(../images/xin/t_bg.png) repeat;
    margin-right: 1px;
    font-size: 16px;
}
.txtMarquee-top .bd{

}
.txtMarquee-top .bd ol li{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.txtMarquee-top .bd ol li > span{
    display: block;
    float: left;
    height:40px;
}

.tn_bar > .table_bar .b_line{
    height: 8px;
    background: url(../images/xin/t_bg.png) repeat;
}



/* sp---detail.html ------> begin */
#main_con{
    margin-top:2px;
}
#main_con > h1{
    font-size: 28px;
    color: #1d6dc6;
    font-weight: normal;
    text-align: center;
    padding: 60px 0 40px 0;
}
#main_con > .mainbar{
    font-size: 20px;
    color: #313131;
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
    line-height: 160%;
    text-align: justify;
}
.b_btn{
    font-size: 17px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background: #1d6dc6;
    width: 130px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    display: block;
    border-radius: 8px;
    margin-bottom: 15px;
    margin-top: 20px;
}
#b_bar{
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
}

.b_btn:hover{
    color: #fff;
}
.download{
    font-size: 16px;
    color: #707070;
}


/* sp---detail.html ------> end */


/* detail.html ------> begin */

.detail_bar{
    background: #ffffff;
    margin-top: 20px;
    padding-bottom: 10px;
}
.detail_bar .detail_title{
    height: 49px;
    border-bottom: 2px solid #0c59ad;
    line-height: 49px;
    font-size: 16px;
    color: #1b7ac1;
    text-indent: 20px;
}
.detail_bar .detail_title a{
    font-size: 16px;
    color: #1b7ac1;
}
.detail_bar .detail_title a:hover{
    text-decoration: underline;
}
.a_detail{
    padding: 30px;
    overflow: hidden;
}
.a_detail h1{
    font-size: 25px;
    color: #383838;
    text-align: center;
    padding: 0 200px;
    line-height: 33px;
}
.a_detail .date{
    padding: 25px 0;
    text-align: center;
}
.a_detail .date span{
    padding: 0 50px;
    font-size: 14px; 
    color:#535353;
}
.a_detail .content{
    font-size: 14px;
    color: #535353;
    text-align: justify;
    line-height: 175%;
    font-family: "宋体";
    font-size: 15pt;
}
.a_detail .content p{
    padding: 5px 0;
}


/* detail.html ------> end */




/* list.html ------> begin */
.list_bar{
    background: #ffffff;
    margin-top: 20px;
    padding-bottom: 10px;
}
.list_bar .list_title{
    height: 49px;
    border-bottom: 2px solid #0c59ad;
    line-height: 49px;
    font-size: 16px;
    color: #1b7ac1;
    text-indent: 20px;
}
.list_bar .list_title a{
    font-size: 16px;
    color: #1b7ac1;
}
.list_bar .list_title a:hover{
    text-decoration: underline;
}
.list_bar ul{
    padding: 10px 35px 0 35px;
}
.list_bar ul li{
    height: 18px;
    padding:10px 0 10px 18px;
    background: url(../images/xin/dota.jpg) no-repeat;
    background-position: 0 center;
    border-bottom: 1px dashed #dcdcdc;
}
.list_bar ul li a{
    float: left;
    font-size: 16px;
    color: #535353;
}
.list_bar ul li a:hover{
    text-decoration: underline;
}

.list_bar ul li span{
    float: right;
    font-size: 16px;
    color: #535353;
}
.a_page{
    font-size: 16px;
    color: #8f8f8f;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;

}
/* list.html ------> end */


.cp_site{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #1d6dc6;
    margin-top: 15px;
    border-top:1px dashed #D6D6D6;
    padding-left: 30px;
    background: url(../images/xin/arrow.png) no-repeat 12px center;
}
.cp_site a.mp{
    font-size: 16px;
    color: #1d6dc6;
}
.cp_site a.cp{
    font-size: 15px;
    color: #8F8F90;
}
.cp_site a:hover{
    text-decoration: underline;
}
.sorts{
    border:1px solid #D9D9D9;
    padding: 15px 15px 0px 15px;
    position: relative;
    margin-bottom: 20px;
}
.sorts .tt{
   position: absolute;
   font-size: 15px;
}
.sorts .sorts_box{
    padding-left:75px;
}

.sorts .sorts_box span.on{
    color:#1D6DC6;
}
.sorts .sorts_box span{
    display: inline-block;
    *display: block;
    *zoom:1;
    font-size: 15px;
    padding: 0px 10px 15px 10px;
    cursor: pointer;
}


/*  cp_list_style_1 ---> begin */

.cp_left{
    float: left;
    width: 830px;
}

.cp_list_style_1 li {
    border: 1px solid #dddddd;
    height: 153px;
    margin-top: 20px;
    padding: 12px 12px 12px 20px;
    position: relative;
    width: 796px;
}
.cp_list_style_1 li> img{
    float: left;
    display: block; 
    width: 220px; 
    height: 150px;
}
.cp_list_style_1 li> .msg_con{
    float: left; 
    width: 450px; 
    margin-left: 20px;
}

.cp_list_style_1 li h3 {
    color: #1594d7;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cp_list_style_1 li dl {
    clear: both;
    font-size: 14px;
    padding-top: 10px;
    height: 18px;
}
.cp_list_style_1 li dl dt {
    color: #f9802f;
    float: left;
    width: 75px;
}
.cp_list_style_1 li dl dd {
    color: #626262;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cp_list_style_1 li a.more {
    background: #1594d7 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: absolute;
    right: 20px;
    top: 76px;
}


.cp_right{
    float: right;
    width: 350px;
}
.tj_list {
    border: 1px solid #d2d2d2;
    width: 345px;
}
.tj_list > .title {
    border-bottom: 2px solid #d2d2d2;
    height: 50px;
    margin: 0 auto;
    width: 300px;
}
.tj_list > .title h2 {
    border-bottom: 2px solid #3c8fed;
    color: #262626;
    font-size: 20px;
    font-weight: normal;
    height: 20px;
    padding: 15px 0;
    width: 80px;
}
.tj_list ul {
    padding: 9px 15px 0;
}
.tj_list ul li {
    height: 53px;
    padding: 9px 0;
    width: 305px;
}
.tj_list ul li a {
    color: #000000;
}
.tj_list ul li a:hover {
    color: #3c8fed;
}
.tj_list ul li img {
    float: left;
    height: 53px;
    width: 67px;
}
.tj_list ul li h3 {
    float: left;
    font-weight: normal;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 225px;
}
.j_right {
    float: right;
    overflow: hidden;
    width: 350px;
}
.j_left .msg_item {
    border: 1px solid #d2d2d2;
    overflow: hidden;
    padding-bottom: 15px;
}
.j_left .msg_item .pic {
    float: left;
    padding: 15px 25px 10px;
}
.j_left .msg_item .pic img {
    height: 175px;
    width: 250px;
}
.j_left .msg_item .msg_bar {
    float: left;
    padding-top: 25px;
}
.j_left .msg_item .msg_bar h3 {
    color: #1594d7;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    padding-left: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.j_left .msg_item .msg_bar dl {
    clear: both;
    font-size: 14px;
    height: 18px;
    padding-left: 25px;
    padding-top: 16px;
}
.j_left .msg_item .msg_bar dl dt {
    color: #f9802f;
    float: left;
    width: 71px;
}
.j_left .msg_item .msg_bar dl dd {
    color: #626262;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.j_left .msg_item .msg_bar dl dd.adress {
    white-space: normal;
}
.j_left .msg_item > dl {
    clear: both;
    padding: 10px 25px;
}
.j_left .msg_item > dl dt {
    color: #f9802f;
    float: left;
    font-size: 14px;
}
.j_left .msg_item > dl dd {
    float: left;
    font-size: 14px;
    padding-left: 5px;
    text-align: justify;
    width: 700px;
}

.cp_left > .page {
    font-size: 13px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
}


/*  cp_list_style_1 ---> end */



/*  cp_detail_style_1 ---> begin */


.cp_detail_style_1 {
    border: 1px solid #dddddd;
    height: 153px;
    padding: 12px 12px 12px 20px;
    position: relative;
    width: 796px;
}
.cp_detail_style_1 > img{
    float: left;
    display: block; 
    width: 220px; 
    height: 150px;
}
.cp_detail_style_1 > .msg_con{
    float: left; 
    width: 520px; 
    margin-left: 20px;
}

.cp_detail_style_1 h3 {
    color: #1594d7;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cp_detail_style_1 dl {
    clear: both;
    font-size: 14px;
    padding-top: 10px;
    height: 18px;
}
.cp_detail_style_1 dl dt {
    color: #f9802f;
    float: left;
    width: 75px;
}
.cp_detail_style_1 dl dd {
    color: #626262;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cp_detail_style_1 dl dd.address{
    width: 435px;
}

.cp_detail_style_1 a.more {
    background: #1594d7 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 8px 20px;
    position: absolute;
    right: 20px;
    top: 35px;
}
.cp_detail_style_1 dl.spo dt {
    float: left;
    width: 170px;
    color: #626262;
}
.cp_detail_style_1 dl.spo dt span{
    color: #f9802f;
    padding-right: 10px;
}
.cp_detail_style_1 dl.spo dd span{
    color: #f9802f;
    padding-right: 10px;
}
.cp_detail_style_1 dl.spo dd {
    color: #626262;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cp_detail_style_1 dd.sbar{
    margin-top: -2px;
}
.cp_detail_style_1 dd.sbar img.star {
    display: inline-block;
    height: 20px;
    vertical-align: text-bottom;
    width: 20px;
}
.cp_detail_style_1 dd.sbar > span.count {
    color: #c11e20;
    padding-left: 10px;
}

.main-right-bot {
    height: auto;
    margin-top: 20px;
}
.tab-menu {
    border-bottom: 1px solid #ddd;
    height: 49px;
    line-height: 54px;
}
.tab-menu a{
   color: #676767;
   font-size: 16px;
}

.tab-menu li {
    float: left;
    text-align: center;
    width: 128px;
}
.tab-menu li.on {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 4px solid #3C8FED;
    height: 46px;
    line-height: 46px;
    width: 128px;
}
.tab-menu-con {
    padding: 30px 20px;
}
.tab-menu-box {
    color: #3f3f3f;
}
.tab-menu-box h4 {
    border-left: 6px solid #3C8FED;
    color: #393939;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-indent: 0.5em;
    font-size: 15px;
}
.tab-menu-box p {
    line-height: 28px;
    text-align: justify;
    font-size: 14px;
    /*text-indent: 2em;*/
}


.odometer {
    display: block;
    height: 50px;
    overflow: hidden;
}

.odometer_name {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}
.odometer_name:last-child {
    margin-left: 5px;
    width: auto;
}
.odometer_item {
   
    overflow: hidden;
    position: relative;
    top: 14px;
}
.odometer_space {
    visibility: hidden;
}
.odometer_space, .odometer_text {
    display: inline-block;
    padding: 0;
}
.odometer_text {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.odometer_text span {

    display: block;
    height: 100%;
    line-height: 70px;
}

#slide_left .bd{
    overflow: hidden;
}

/*  cp_detail_style_1 ---> end */

/* 服务券发放及兑换展示页 */
.ff_page{
    padding: 20px;
    border: 1px solid #6BC0E5;
    margin-bottom: 20px;
}

.ff_tabs{
    height: 40px;
    padding-left: 20px;
    margin-top: 20px;
}
.ff_tabs > a{
    display: block;
    float: left;
    font-size: 20px;
    color: #6BC0E5;
    line-height: 40px;
    margin-right: 30px;
    padding: 0 20px 0 20px;
}
.ff_tabs > a.on{
    color: #fff;
    background: #6BC0E5;
}

.ff_search{
    background: #6BC0E5 none repeat scroll 0 0;
    height: 34px;
    padding: 3px 0 3px 3px;
    width: 593px;
    position: relative;
}
.ff_in{
     background: #fff none repeat scroll 0 0;
    border: medium none;
    height: 22px;
    line-height: 22px;
    outline: 0 none;
    padding: 6px 0;
    text-indent: 10px;
    width: 472px;
}
.search-button{
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    width: 122px;
    z-index: 100;
}
.search-button button{
    background-color: #6BC0E5;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    height: 100%;
    width: 100%;
}
   
.ff_table{
    margin-top: 30px;
}
.ff_table table{
    width: 100%;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.ff_table table th{
    background-color: #EAE3DB;
    text-align: center;
    color: #9b7d46;
    font-weight: normal;
    font-size: 18px;
    padding: 10px;
    line-height: 23px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.ff_table table td{
    text-align: center;
    color: #464646;
    font-size: 16px;
    padding: 5px;
    height: 40px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.load{
    margin: 0 auto;
    color: #fff;
    width: 120px;
    height: 35px;
    background-color: #6BC0E5;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}


