/* 1.public */
.wrap {
    width: 1200px;
    margin: 0 auto;
}
#top {
    height: 40px;
    background-color: #eeeeee;
    width: 100%;
    min-width: 1200px;
}
#top p {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}
#top p a {
    color: #0067b8;
    font-size: 16px;
}
#top p span {
    padding: 0 10px;
    font-size: 16px;
    color: #0067b8;
}
#top #platform{
    position: relative;
    height: 40px;
}
#top #platform > span{
    color: #0067b8;
    font-size: 16px;
    padding: 0 10px;
    line-height: 40px;
}
#top #platform .plat > h1{
    font-size: 16px;
    color: #0067b8;
    line-height: 40px;
}
#top #platform .plat .drop_bar{
    position: absolute;
    top: 40px;
    width: 373px;
    background: #fff;
    z-index: 10000;
    left: -11px;
    overflow: hidden;
    display: none;
}
#top #platform .plat.on .drop_bar{
    display: block;
}

#top #platform .plat .drop_bar > h1{
    font-size: 16px;
    height: 40px;
    text-align: center;
    background-color: #2dbb9d;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
}
#top #platform .plat .drop_bar > ul{
    background-color: #f3faff;
    padding: 6px 0;
}
#top #platform .plat .drop_bar > ul li{
    height: 30px;
    text-align: center;
    line-height: 30px;
}
#top #platform .plat .drop_bar > ul li a:hover{
    text-decoration: underline;
}


#header{
    height: 130px;
    background: url(../images/logo.png) no-repeat 0 center;
    position: relative;
}

#header > .sub_bar{
   position: absolute;
   right: 0;
   top: 47px;
}
#header > .sub_bar > h1{
    font-size: 30px;
    color: #ff841c;
    line-height: 35px;
}

#header > .tt_bar {
    position: absolute;
    right: 0;
    top: 31px;
}
#header > .tt_bar > h1{
    font-size: 24px;
    color: #0067b8;
    font-weight: normal;
    line-height: 35px;
}
#top .op_bar{
    float: right;
    padding-top: 11px;
}
#top .op_bar a:hover{
    text-decoration: underline;
}

#nav {
    width: 100%;
    height: 52px;
    position: relative;
    background-color: #0067b8;
}
#nav a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
#nav ul{
    height: 52px;
    float: right;
}
#nav ul li{
    float: left;
    line-height: 50px;
    margin: 0 17px;
}
#nav ul li a:hover{
    text-decoration: underline;
}
#footer {
    height: 137px;
    width: 100%;
    min-width: 1200px;
    background-color: #666666;
    margin-top: 30px;
}
#footer p {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
#footer .cp {
    padding-top: 15px;
    position: relative;
}
#footer p.ba {
    position: relative;
    text-indent: 25px;
    background: url(../images/icon_bei.png) no-repeat 0 10px;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
.cp.wrap img {
    height: 65px;
    position: absolute;
    right: 0;
    top: 64px;
    width: 52px;
}
.pr_bar {
    float: right;
    width: 290px;
    margin-top: 10px;
}
.pl_bar {
    float: left;
    width: 230px;
    margin-top: 10px;
}

/* 2.index */
#top_info_bar{
    position: relative;
    height: 420px;
}
#top_info_bar .info_bar_l {
    width: 220px;
    height: 423px;
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: 380px;
    z-index: 999;
    margin-top: -52px;
}
#top_info_bar .info_bar_l > .tt{
    height: 52px;
    background-color: #6abb19;
    position: relative;
}
#top_info_bar .info_bar_l > .tt h1{
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
#top_info_bar .info_bar_l .mc {
    position: absolute;
    top: 52px;
    overflow: visible;
    width: 220px;
    background: #fff;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    padding: 5px 0;
}
#top_info_bar .info_bar_l .item { }

#top_info_bar .info_bar_l h3 {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    position: relative;
}
#top_info_bar .info_bar_l h3 a{
    color: #525252;
    font-size: 16px;
    padding: 0 15px;
    display: block;
    height: 36px;
    line-height: 36px;
}
#top_info_bar .info_bar_l h3 span{
    position: absolute;
    right: 15px;
    top: 0;
}
#top_info_bar .info_bar_l .hover h3 a{
    color: #fff;
}
#top_info_bar .info_bar_l .hover h3 {
    background-color: #0067b8;
}
#top_info_bar .info_bar_l .hover h3 span{
    color: #fff;
}
#top_info_bar .info_bar_l .item .i-mc{
    display: none;
    position: absolute;
    left: 220px;
    top: 0;
    width: 620px;
    border: 1px solid #fff;
    background: url(../images/imc_bg.png) repeat;
    overflow: hidden;
}
#top_info_bar .info_bar_l .hover .i-mc {
    display: block;
    z-index: 12;
}
#top_info_bar .info_bar_l .hover .i-mc ul{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
    overflow: hidden;
}
#top_info_bar .info_bar_l .hover .i-mc > ul li{
    float: left;
    width: 185px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
    cursor: pointer;
}
#top_info_bar .info_bar_l .hover .i-mc > ul li a{
    color: #fff;
    font-size: 14px;
}
#top_info_bar .info_bar_l .hover .i-mc > ul li a:hover{
    color: #ffff00;
}
#top_info_bar > .info_bar_r{
    width: 240px;
    height: 420px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 340px;
}
#top_info_bar > .info_bar_r .login_bar {
    height: 344px;
    width: 240px;
    position: relative;
    margin-top: 26px;
}
#top_info_bar > .info_bar_r .login_bar .login{
    position: relative;
    z-index: 2;
}
#top_info_bar > .info_bar_r .login_bar .login > h1{
    height: 40px;
    background-color: #6aba18;
    border-radius: 5px 5px 0 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
#top_info_bar > .info_bar_r .login_bar .login .row{
    padding: 0 20px;
    width: 200px;
    margin-top: 13px;
    overflow:hidden;
}
#top_info_bar > .info_bar_r .login_bar .login .row span{
    display: block;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}
#top_info_bar > .info_bar_r .login_bar .login .row input{
    height: 28px;
    padding: 0 0 0 5px;
    border: 1px solid #b5b5b5;
    width: 193px;
}
#top_info_bar > .info_bar_r .login_bar .login .row.code input{
    width: 97px;
}
#top_info_bar > .info_bar_r .login_bar .login .row.code img{
    position: absolute;
    height: 30px;
    background-color: #000;
    width: 90px;
    right: 20px;
}
#top_info_bar > .info_bar_r .login_bar .row.btn_bar{
    height: 30px;
    padding-top: 10px;
}
#top_info_bar > .info_bar_r .login_bar .row.btn_bar > input{
    border: 0;
    height: 30px; 
    width: 90px;
    padding: 0;
    color: #fff;
    background-color: #6aba19;
    font-size: 15px;
}
#top_info_bar > .info_bar_r .login_bar .row.btn_bar a{
    height: 30px; 
    display: block;
    background-color: #fe9800;
    width: 90px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    float:right;
}

#top_info_bar > .info_bar_r .login_bar .row.btn_bar a.d_1{
    float: left;
    height: 30px; 
    display: block;
    background-color: #0067b8;
    width: 90px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}
#top_info_bar > .info_bar_r .login_bar .row.btn_bar a.d_2{
    float: right;
    height: 30px; 
    display: block;
    background-color: #0067b8;
    width: 90px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}
#top_info_bar > .info_bar_r .login_bar .row.btn_bar.re {
    padding-top: 0;
    margin-top: 8px;
}
#top_info_bar > .info_bar_r .login_bar .bg {
    height: 344px;
    width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 1;
    border-radius: 5px;
}

.fullSlide{ 
    min-width:1200px; 
    position:relative;  
    height:420px; 
    overflow:hidden;  
}   
.fullSlide .bd{ 
    position:relative; 
    z-index:0;  
}   
.fullSlide .bd ul{ 
    width:100% !important;  
}   
.fullSlide .bd li{ 
    width:100% !important; 
    height:420px; 
    overflow:hidden; 
    text-align:center;  
}   
.fullSlide .bd li a{ 
    display:block; 
    height:420px; 
}
.fullSlide .bd li a.t{
    height: 181px;
    margin-top: 52px;
}
.fullSlide .bd li a.b{
    height: 160px;
    margin-top: 38px;
}
.fullSlide .hd{ 
    width:1200px; 
    left:50%; 
    margin-left:-600px; 
    position:absolute; 
    z-index:1; 
    bottom:33px; 
    overflow:hidden;  
}   
.fullSlide .hd ul{
    width: 60px;
    margin: 0 auto;
}
.fullSlide .hd ul li{ 
    float: left;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: url(../images/banner_dot.png) center right;
    cursor: pointer;
    overflow: hidden;
    margin: 0 4px;
}   
.fullSlide .hd ul li.on{
    background: url(../images/banner_dot.png) center left;
}

#link {
    text-align: center;
    margin-top: 30px;
    clear: both;
}
#link>h2 {
    font-size: 18px;
}

#link>.link_bar {
    height: 35px;
    margin-top: 25px;
    padding-left: 25px;
    text-align: center;
}
#link>.link_bar>.select {
    border: 1px solid #aaaaaa;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 33px;
    margin: 0 10px;
    position: relative;
    width: 265px;
}
#link>.link_bar>.select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
#link>.link_bar>.select .select_text {
    padding: 0 20px 0 10px;
    height: 33px;
    line-height: 33px;
    text-align: left;
}
#link>.link_bar .select_ul {
    display: none;
    position: absolute;
    top: 34px;
    left: -1px;
    width: 265px;
    border: 1px solid #aaaaaa;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    height: 200px;
    z-index: 999;
    overflow: auto;
}
#link>.link_bar .select_ul li {
    line-height: 30px;
    text-indent: 10px;
    text-align: left;
}
#link>.link_bar .select_ul li:hover {
    color: #fff;
    background: #6AA7EA;
}
#link>.link_bar .select_ul li.cur {
    color: #fff;
    background: #195DA3;
}

#side_bar {
    background: url("../images/side_bar_bg.png") no-repeat scroll;
    height: 626px;
    position: fixed;
    right: 6px;
    top: 130px;
    width: 94px;
    padding-top: 52px;
}
#side_bar>a.ic_1,
#side_bar>a.ic_2{
    background-image: url("../images/side_bar_icon.png");
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    font-size: 12px;
    height: 22px;
    margin: 8px auto 0;
    text-align: center;
    width: 60px;
}
#side_bar>a:hover {
    color: #0093d9;
}
#side_bar>a.ic_1 {
    background-position: -42px 0;
    padding-top: 28px;
}
#side_bar>a.ic_1:hover {
    background-position: 11px 0;
}
#side_bar>a.ic_2 {
    background-position: -42px -52px;
    padding-top: 32px;
}
#side_bar>a.ic_2:hover {
    background-position: 13px -52px;
}
#side_bar>div.ic_3 {
    background-image: url("../images/side_bar_icon.png");
    background-position: -35px -105px;
    background-repeat: no-repeat;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    height: 22px;
    margin: 8px auto 0;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 75px;
}
#side_bar>div.ic_3:hover {
    background-position: 21px -105px;
    color: #0093d9;
}
#side_bar>div.ic_3:hover .asid_share_triangle {
    display: block;
}
#side_bar>div.ic_3:hover .asid_sha_layer {
    display: block;
}
#side_bar>a.ic_4 {
    background-image: url("../images/side_bar_pc.png");
    background-repeat: no-repeat;
	background-position: 13px 0;
    color: #666666;
    display: block;
    font-size: 12px;
    height: 22px;
    margin: 8px auto 0;
    text-align: center;
    width: 60px;
	padding-top: 30px;
	margin-top: 254px;
}
#side_bar>a.ic_4:hover{
	background-image: url("../images/side_bar_pc1.png");
	color: #0093d9;
}
.asid_share_triangle {
    bottom: 4px;
    display: none;
    height: 40px;
    position: absolute;
    right: 60px;
    width: 12px;
    z-index: 100;
}
.border_sj,
.con_sj {
    display: block;
    font-family: SimSun;
    font-size: 18px;
    height: 28px;
    overflow: hidden;
    width: 18px;
}
.border_sj {
    color: #ccc;
    font-style: normal;
}
.con_sj {
    color: white;
    margin: -28px 0 0 -2px;
}
.asid_sha_layer {
    border: 1px solid #ccc;
    bottom: -40px;
    display: none;
    height: 211px;
    position: absolute;
    right: 62px;
    width: 200px;
}
#side_bar>.goTop {
    background: url("../images/goTop.png") no-repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 77px;
    position: absolute;
    width: 94px;
}


.mall-tt{
    height: 50px;
    border-bottom: 1px solid #dcdcda;
    position: relative;
}
.mall-tt .title{
    height: 50px;
    width: 300px;
    background-color:#6abb19;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.mall-tt .title h1{
    color: #fff;
    line-height: 50px;
    text-indent: 48px;
    font-size: 18px;
    font-weight: normal;
}
.mall-tt .title h2{
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.mall-tt .title a {
    position: absolute;
    color: #fff;
    right: 12px;
    bottom: 15px;
}
.mall-tt .search_bar{
    width: 400px;
    height: 36px;
    position: absolute;
    right: 2px;
    top: 0;
}
.mall-tt .search_bar .plat{
    border: 1px solid #dcdcdc;
    position: relative;
    height: 34px;
    padding-left: 5px;
    border-radius: 5px;
}
.mall-tt .search_bar .plat .con {
    border: 0;
    padding: 0 0 0 8px;
    height: 34px;
    width: 262px;
    float: left;
}
.mall-tt .search_bar .plat .sub {
    border: 0;
    background: #6abb19 url(../images/mall/search.png) no-repeat center;
    height: 36px;
    width: 100px;
    border-radius: 0 5px 5px 0;
    float: right;
    margin-top: -1px;
    margin-right: -2px;
}

.cp_bar{
    margin-top: 30px;
}

.needs_bar{
    margin-top: 30px;
}
.mall-sorts{
    height: 40px; 
}
.mall-sorts ul{
    height: 40px;
    margin-left:-1px;
}
.mall-sorts ul li{
    height: 40px;
    float: left;
    line-height: 40px;
    width: 99px;
    text-align: center;
    background-color: #e5e5e5;
    margin-left:1px;
    font-size:14px;
    cursor: pointer;
}
.mall-sorts ul li.md{
    width: 139px;
}
.mall-sorts ul li.lg{
    width: 159px;
}
.mall-sorts ul li.on{
    background-color: #ff9900;
    color: #fff;
}
.jg_bar .mall-sorts li{
    width: 119px;
}


.mall_sorts .sorts_bar {
    padding: 1px 10px 10px 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f8f8f8;
    margin-top:10px;
}
.mall_sorts .sorts_bar .row {
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 117px;
    position: relative;
}
.mall_sorts .sorts_bar .row .tt {
    position: absolute;
    border: 1px dashed #5396e1;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #5396e1;
    width: 117px;
    height: 36px;
    left: 0;
    border-radius: 7px;
}
.mall_sorts .sorts_bar .row .sl {
    padding-left: 10px;
}
.mall_sorts .sorts_bar .row .sl span {
    display: block;
    float: left;
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0 10px;
    cursor: pointer;
}
.mall_sorts .sorts_bar .row .sl span.on {
    color: #5396e1;
}

.mall_sorts .sorts_bar .row .sl a{
    display: block;
    float: left;
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0 10px;
    cursor: pointer;
}
.mall_sorts .sorts_bar .row .sl a.on {
    color: #5396e1;
}

.mall_sorts .sorts_bar .row .sl em {
    display: block;
    float: left;
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    padding-right: 20px;
    background: url(../images/arrow_u.png) no-repeat 50px 3px;
}
.mall_sorts .sorts_bar .row .sl em.on.op {
    background: url(../images/arrow_d.png) no-repeat 50px 3px;
}
.mall_sorts .sorts_bar .row .sl em.on {
    color: #5396e1;
}
.mall_sorts .sorts_bar .row.lg {
    position: relative;
    min-height: 52px;
}
.mall_sorts .sorts_bar .row.lg .sl {}
.mall_sorts .sorts_bar .row.lg .tt {
    position: absolute;
    border: 1px dashed #5396e1;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #5396e1;
    width: 117px;
    height: 60px;
    left: 0;
    border-radius: 7px;
}

.mall-needs{
    overflow: hidden;
    position: relative;
    height: 444px;
}
.mall-needs ul{
    overflow: hidden;
    margin-left:-20px;
    position: relative;
    z-index: 1;
}
.mall-needs ul li {
    margin-top: 20px;
    overflow: hidden;
    width: 285px;
    height: 202px;
    float: left;
    margin-left: 20px;
}
.mall-needs ul li h1 {
    background-color: #f3fcff;
    border: 1px solid #d2f4ff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #5396e1;
    font-size: 16px;
    font-weight: normal;
    height: 48px;
    line-height: 46px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 14px;
}
.mall-needs ul li .info {
    border: 1px dashed #5396e1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 128px;
    padding: 10px;
    position: relative;
}
.mall-needs ul li .info a{
    display: block;
    width: 128px;
    height: 33px;
    border-radius: 5px;
    border:1px solid #a0a0a0;
    color: #666666;
    line-height: 33px;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 77px;
}
.mall-needs ul li .info a:hover{
    background-color:#5397e2;
    border:1px solid #5397e2;
    color:#fff;
}
.mall-needs ul li .info .row {
    clear: both;
    font-size: 14px;
    overflow: hidden;
    height: 26px;
    position: relative;
}
.mall-needs ul li .info .row span {
    color: #0067b6;
    display: block;
    float: left;
    font-size: 14px;
    height: 18px;
    padding-top: 2px;
    width: 75px;
}
.mall-needs ul li .info .row p {
    float: left;
    line-height: 23px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 188px;
}

.mall_load_1{
    position: absolute;
    z-index: 2;
    background:#fff url(../images/mall/timg.gif) no-repeat center;
    left: 0;
    top: 0;
    width: 100%;
    height: 444px;
}
.mall_load_2{
    position: absolute;
    z-index: 2;
    background:#fff url(../images/mall/timg.gif) no-repeat center;
    left: 0;
    top: 0;
    width: 100%;
    height: 488px;
}
.mall_load_3{
    position: absolute;
    z-index: 2;
    background:#fff url(../images/mall/timg.gif) no-repeat center;
    left: 0;
    top: 0;
    width: 100%;
    height: 613px;
}

.jg_bar{
    margin-top: 30px;
}
.mall-jg{
    overflow: hidden;
    position: relative;
    height: 488px;
}
.mall-jg ul{
    overflow: hidden;
    margin-left:-30px;
}
.mall-jg ul li {
    margin-top: 20px;
    overflow: hidden;
    width: 380px;
    height: 224px;
    float: left;
    margin-left: 30px;
}
.mall-jg ul li h1 {
    background-color: #f3fcff;
    border: 1px solid #d2f4ff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #5396e1;
    font-size: 16px;
    font-weight: normal;
    height: 48px;
    line-height: 46px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 14px;
}
.mall-jg ul li .info {
    border: 1px dashed #5396e1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 150px;
    padding: 10px;
    position: relative;
}
.mall-jg ul li .info a {
    display: block;
    width: 128px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    color: #666666;
    line-height: 33px;
    text-align: center;
    margin: 13px auto;
}
.mall-jg ul li .info a:hover{
    background-color:#5397e2;
    border:1px solid #5397e2;
    color:#fff;
}

.mall-jg ul li .info .row {
    clear: both;
    font-size: 14px;
    overflow: hidden;
    height: 26px;
    position: relative;
}
.mall-jg ul li .info .row.lg{
    height: 45px;
}
.mall-jg ul li .info .row.lg p{
    width: 280px;
    text-overflow: normal;
    white-space: normal;
    overflow: hidden;
}
.mall-jg ul li .info .row span {
    color: #0067b6;
    display: block;
    float: left;
    font-size: 14px;
    height: 18px;
    padding-top: 2px;
    width: 75px;
}
.mall-jg ul li .info .row p {
    float: left;
    line-height: 23px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 188px;
}

.mall-cp {
    position: relative;
    height: 613px;
    overflow: hidden;
}

.mall-cp ul {
    height: 350px;
    margin-top: 20px;
    position: relative;
    margin-left:-20px;
}
.mall-cp ul li {
    width: 285px;
    height: 286px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.mall-cp ul li.more {
    position: absolute;
    width: 150px;
    height: 30px;
    left: 0;
    bottom: 0;
    margin: 0;
    float: none;
    text-align: center;
}
.mall-cp ul li.more a{
    color: #0067b8;
}

.mall-cp ul li .bar {
    border: 1px solid #bfbfbf;
    height: 284px;
}

.mall-cp ul li .bar img {
    height: 160px;
    display: block;
    width: 100%;
}

.mall-cp ul li .bar .info {
    position: relative;
    height: 125px;
    overflow: hidden;
}
.mall-cp ul li .bar .info > h1{
    font-size: 18px;
    color: #0067b8;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 9px;
    margin-top: 14px;
}
.mall-cp ul li .bar .info > h2 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 9px;
    margin-top: 5px;
    text-align: center;
}
.mall-cp ul li .bar .info > p{
    color: #666666;
    font-size: 14px;
    padding: 0 9px;
    margin-top: 5px;
    height: 72px;
    overflow: hidden;
}
.mall-cp ul li .bar .info > a {
    display: block;
    height: 33px;
    width: 128px;
    border: 1px solid #a0a0a0;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
    font-size: 15px;
    margin: 20px auto;
}
.mall-cp ul li .bar .info > a:hover{
    border: 1px solid #75c60c;
    background-color: #75c60c;
    color: #fff;
}
.mall-pic{
    overflow: hidden;
    padding: 20px 0 0 0;
}
.mall-pic img{
    margin-top: 20px;
}

.fwq_data{
    width: 1200px;
    margin:20px auto 0;
}
.fwq_data .tt{
    height: 38px;
}
.fwq_data .tt h1 {
    height: 38px;
    width: 298px;
    text-align: center;
    line-height: 38px;
    color: #6abb19;
    margin: 0 auto;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #6abb19;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.fwq_data .bar {
    border: 1px solid #6abb19;
    position: relative;
    z-index: 1;
    height: 188px;
    padding: 25px 0 15px 0;
}
.fwq_data .bar ul{

}
.fwq_data .bar ul li{
    width: 150px;
    height: 188px;
    float: left;
    margin-left: 43px;
}
.fwq_data .bar ul li .c_bg{
    width: 150px;
    height: 150px;
}

.fwq_data .bar ul li .c_bg.c1{
    background-color: #ec6941;
    border-radius: 50% 0 50% 50%;
}
.fwq_data .bar ul li .c_bg.c2{
    background-color: #f8b551;
    border-radius: 50% 50% 0 50%;    
}
.fwq_data .bar ul li .c_bg.c3{
    background-color: #80c269;
    border-radius: 50% 0 50% 50%;    
}
.fwq_data .bar ul li .c_bg.c4{
    background-color: #00b7ee;
    border-radius: 0 50% 50% 50%;    
}
.fwq_data .bar ul li .c_bg.c5{
    background-color: #5f52a0;
    border-radius: 50% 50% 0 50%;    
}
.fwq_data .bar ul li .c_bg.c6{
    background-color: #ea68a2;
    border-radius: 50% 0 50% 50%;    
}
.fwq_data .bar ul li h2{
    text-align: center;
    font-size:16px;
    font-weight: normal;
    line-height: 30px;
    padding-top: 5px;
}
.fwq_data .bar ul li .c_bg h1{
    text-align: center;
    line-height: 30px;
    color: #666;
    font-weight: normal;
    font-size: 16px;
    padding-top: 45px;
    text-align: center;
    color: #fff;
    font-size:35px;
}
.fwq_data .bar ul li .c_bg p{
    text-align: center;
    line-height: 25px;
    padding-top: 10px;
    font-size:16px;
    color: #fff;
}