.fangan-list{
    width:105%;
    overflow: hidden;
}
.fangan-list:before{
    content: '';
    clear: both

}
.fangan-list li {
    float: left;
    margin: 0 23px 20px 0;
}

.fangan-list li a {
    position: relative;
    display: block;
    width: 310px;
    height: 320px;
    overflow: hidden;
    border: #eee solid 1px;
    border-top: #E60039 solid 1px;
    padding:0;
    background: #fefefe;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.fangan-list li a:hover {
    -webkit-box-shadow: 0 0 rgba(132, 132, 132, 0.32);
    -moz-box-shadow: 0 0 rgba(132, 132, 132, 0.32);
    box-shadow: 0 0 10px rgba(132, 132, 132, 0.32);
    border-color: #D7D7D7;
    border-top: #E60039 solid 1px;
}

.fangan-list li a:hover img{
    -webkit-transform:scale(1.02,1.02);
    -moz-transform:scale(1.02,1.02);
    -transform:scale(1.02,1.02);
}
.fangan-list li a:active img{
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transform:scale(0.95,0.95);
    -moz-transform:scale(0.95,0.95);
    -transform:scale(0.95,0.95);
}

.fangan-list li a img {
    width: 100%;
    height: 160px;
    margin: 0 0 5px 0;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.fangan-list .iconfont{
    display: block;
    position: absolute;
    left:0;
    top:-1px;
    font-size:55px;
    height:55px;
    line-height: 55px;
    color: #D01D33;

}



.fangan-list .sim-title{
    font-size:14px;
    font-weight: bold;
    color: #333;
    margin:5px 10px;
}
.fangan-list .sim-info{
    font-size:12px;
    color: #666;
    margin:5px 10px;
    height:67px;
    overflow: hidden;
}
.fangan-list li h4 {
    display: block;
    padding: 15px 0;

    font-size: 18px;
    text-indent:40px;;
}

.fangan-list li a span {
    display: block;
    color: inherit;;
}

#simg {
    position: absolute;
    width:95px;
    height:95px;
    top:-182px;
    left: 15px;
}
.act_title{
    position: relative;
}
.act_title.titpos{
    position: fixed;
    top:0;
    left:0;
    margin-top:0;
    width:100%;
    background:rgba(255, 255, 255, 0.90);
    border-bottom:none;
    border-top:#D01D33 3px solid;

}
.act_title.titpos .fangan-tab{
    float: none;
    width:980px;
    margin:0 auto;
}

.title-back{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #666;
    font-size:14px;
    line-height:25px;
    padding:3px 5px;
    border:#fff solid 1px

}
.title-back i{
    font-size:16px;
    margin-right:7px;
    color: inherit;
}
.title-back:hover{
    color: #d01d33;
    background:#f8f8f8;
}

.fangan-tab{
    float: right;
    width: 100%;
    position: relative;
    height:35px;
}
.fangan-tab a{
    float: right;
    display: block;
    width:auto;
    padding:0 20px;
    background: #eee;
    color: #333;
    text-align: center;
    line-height:36px;
    font-size:14px;
    margin:0 0 -1px 2px;
    cursor: pointer;
}
.fangan-tab a:hover{
    background: #ddd;
    color: #d01d33;
}
.fangan-tab a.hover{
    background: #d01d33;
    color: #fff;
}

#con2  img.item-img{
    width:auto;
}

.item-sel{
    padding:10px 15px ;
    background:#f7f7f7;
    border:#eee solid 1px;
}
.item-sel *{
    vertical-align: middle;}
.item-sel input{
    padding:5px 5px;
    line-height:15px;
}

.fangan-item{
    overflow: hidden;
    height:auto;
    min-height:400px;
}
.fangan-item ul{
    padding:0;
    width:1240px;
    overflow: hidden;
}
.fangan-item li{
    display: block;
    margin: 0 36px 25px 0;
    float: left;
    border-top: #fff solid 1px;
    background: #f5f5f5;
}


.fangan-item li a {
    display: block;
    padding: 0px;
    overflow: hidden;
    border: #eaeaea solid 1px;
    -webkit-box-shadow: 0 0 5px rgba(132, 132, 132, 0.2);
    -moz-box-shadow: 0 0 5px rgba(132, 132, 132, 0.2);
    box-shadow: 0 0 5px rgba(132, 132, 132, 0.2);
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    position: relative;
}

/* new图标 */
.new-icon{
    position: absolute;
    top: 100px;
    right: 0;
    width: 0px;
    height:0px;
    display: inline-block;
    color: #fff;
    border-left: 50px solid #F6F6F6;
    border-bottom: 50px solid #D01D33;
}

.new-icon em{
    z-index: 5;
    font-size: 9px;
    font-style: italic
    ;position: relative;
    left: -32px;
    top: 27px;
}

.fangan-item li a:active img{
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transform:scale(0.95,0.95);
    -moz-transform:scale(0.95,0.95);
    -transform:scale(0.95,0.95);
}

.fangan-item li a img {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}



.fangan-item .item-img{
    display: block;
    width: 150px;
    height: 150px;
    float: left;
}
.fangan-item .item-info{
    display: block;
    height: 100px;
    width: 204px;
    float: left;
    padding: 0 0 0 20px;
    overflow: hidden;
    margin-left:0px;
    font-size:0px;
    line-height: 30px;
}
.fangan-item .item-info p{
    font-size:12px;
}
.fangan-item .item-info h3{
    text-align:left;
    font-size: 16px;
    margin: 15px 0 25px 0px;
    font-weight:500;
}
.fangan-item .item-info span{
    display: inline-block;
    padding: 2px 10px;
    line-height: 23px;
    font-size: 15px;
    color: #07c;
    border: #6a9ed2 dashed 1px;
    margin: 0 10px 10px 0;
    background: none;
}

.fangan-item .item-info-detail{
    height:80px;
    line-height:21px;
    overflow: hidden;
}
.fangan-item .btn{
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin:20px 0 0;
}


.item-sel .inline{
    margin:0 20px 0 0;
}
.item-sel .select_sim span{
    color: #06d;
}
.fangan-title{
    padding:10px 10px;
    margin-bottom:20px;
    border-bottom:1px solid #ddd;
}
.fangan-title em{
    margin:0 5px 0 0;
    margin: 0 5px 0 0;
    padding: 4px 5px;
    text-align: center;
    min-width: 30px;
    line-height: 15px;
    border: dotted 1px #C8C8C8;
    display: inline-block;
    background: #FAFAFA;
    color: #000000;
    *zoom: 1;
    *display: inline;
}

/* 媒询 */
@media only screen and (max-width:1299px){
    /*.fangan-item ul{*/
        /*width: 1020px;*/
    /*}*/
    /*.fangan-item .item-info{*/
        /*width: 298px;*/
    /*}*/
    /*.fangan-item .item-info h3{*/
        /*font-size: 21px;*/
    /*}*/
}




.left_content{
    width:55%;
    height:auto;
    padding:0 0 20px 0;
}
.image-position{
    padding-top:20px;
    display: block;
    position: relative;
}
.left_content img {
    max-width:100%;
}
.left_content h1{
    font-size:20px;
    margin-bottom:20px;
}
.image-position a{
    position: absolute;
    display: inline-block;
    *zoom:1;
    *display: inline;
    padding:5px 10px 5px 5px;
    width:18px;
    line-height:22px;
    font-size:12px;
    font-weight:500;
    text-align: center;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    overflow: hidden;
    white-space: nowrap;
    color: #333;

    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    z-index:1;
}
.image-position a.on{
    color: #05c;
    background: #F3F9FF;
    border-color: #A5B3E5;
    font-weight:600;
    z-index:2;
}
.image-position a.on i{
    color: #05c;

}
.image-position a i{
    width:25px;
    display: inline-block;
    margin:0 3px 0 0;
    font-weight:500;
    font-size:12px;
    line-height:23px;
    color: #777;

}
.left_content .padding-box .ui-btn{
    width:40%;
    margin:10px auto 0;
    line-height:30px;

}
.left_content .padding-box{
    width:90%;
    border-top:#eee solid 1px;
    margin:20px 0 0;
}
.right_content{
    width:41.5%;
    padding:20px 0;

    overflow-y: auto;
}

.right_content dl{
    border:#fff solid 1px;
    padding:5px;
    cursor: pointer;
    font-size:12px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.right_content dl.hover{
    border: #A5B3E5 solid 1px;
    background: rgb(243, 249, 255);
}
.right_content select{
    padding: 3px;
}

.right_content dl dt{
    font-weight:600;
    margin-bottom:5px;
}
.right_content dl dd{
}
.table-list{
    position: relative;
    overflow: hidden;
}
.table-list table{
    width:100%;

}
.table-list table th,.table-list table td{
    padding:8px;
    text-align: left;
    font-size:12px;
    line-height:18px;
}
.table-list table th{
    background: #f5f5f5;
}


.table-list table td{
    border-bottom:#ddd solid 1px;
}

.act_tj_img{
    width:40%;
    top:20px;
    margin:20px auto 20px;
    float: left;
}
.table-list .act_tj{
    width:60%;
    float: right;
    border-top:none;

}
.table-list .act_tj table tr a{
    padding:5px;
}
.table-list .act_tj table tr td img{
    border-color: #FFF;
}
.table-list .act_tj table{
    border:#DDD solid 1px;
}
.table-list .act_tj table td,.table-list .act_tj table th {
    border:#DDD solid 1px;
}

.title-bg{
    background: #f0f0f0;
    color: #333;
    padding:5px 10px;
}

.act_content{
    font-size:14px;
    font-weight:500;
    padding:30px 0 20px;
}
.act_content h1{
    text-align: center;
    font-size:18px;
    font-weight:600;
    margin:0 0 10px;
}
.act_content h2{
    font-size:14px;
    font-weight:600;
    margin:20px 0 10px;
}
.act_content .act_msg{
    font-size:14px;
    line-height:24px;
    text-indent:30px;
}
.act_tj{
    margin:10px 0;
    border-top:#D01D33 2px solid;
}
.act_tj  table{
    width:100%;
    background: #Fff;

}
.act_tj  table tr:hover{
    background: #ECF1FA;
}
.act_tj  table th{
    padding:10px 5px;
    background: #f5f5f5;
    text-align: left;
    border-bottom:#ddd solid 1px;
}
.act_tj  table td{
    padding:0px 0px;
    border-bottom:#ddd solid 1px;
}
.act_tj  table tr td:first-child{
    color: #999;
    font-style:normal;
}
.act_tj  table td a{
    cursor: pointer;
    color: #06c;
    font-size:12px;
    display: block;
    padding:10px 10px;
}
.act_tj  table td img{
    width:60px;
    margin:0 10px 0 0 ;
    border:#eee solid 1px;
}
.act_tj  table td a:hover{
    color: #06c;
    font-weight:600;
}
.act_tj  table td a:hover img{
    border-color: #06c;
}

.more-al{
    padding:10px 0;
    margin:10px 0;
    border-top:#eee solid 2px;

}
.more-al a{
    display: block;
    white-space:nowrap;
    font-size:14px;
    color: #555;
    padding:3px 0 ;
}
.more-al a:hover{
    cursor: pointer;
    color: #d01d33;
    text-decoration: underline;
}
.cooperate{
    overflow: hidden;
    font-size:0px;
}
.cooperate img{
    vertical-align: middle;
    width:300px;
    height:auto;
    display: inline-block;
    margin-right:10px;
    *zoom: 1;
    *display: inline;
}

.contentbox{
    line-height:21px;
    font-size: 14px;
}
.contentbox h3{
    font-size:16px;
    margin-bottom:10px;
    font-weight:600;
    text-indent: 0px;
}

.contentbox h1{
    font-size:16px;
    margin:10px 0;
    font-weight:600;
    text-indent: 0px;
}



.top-title{
    font-size:14px;
    line-height:21px;
}
.right_title{
    font-weight:600;
    font-size:15px;
    line-height:30px;
}
.right_info{
    font-size:14px;
    margin-bottom:10px;
}


/*方案图片 轮播*/
.friend{height:200px;margin: 0 auto;overflow:hidden;width: 1055px;}
.mr_frbox{height:180px;padding:20px 0px 0px;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:46px;margin:50px 10px 0 0;width:28px;}
.mr_frUl{
    float:left;
    height:202px;
    width: 991px;
    margin-left:1px;
    overflow: hidden;
}
.mr_frBtnR{float:right;margin-top:50px;cursor:pointer;width: 25px;height:46px;}
.mr_frUl ul li{
    display:inline;
    float:left;
    height:150px;
    width: 318px;
    border:#ddd solid 1px;
    margin-right:10px;
    overflow:hidden;
    position:relative;
}
.mr_frUl ul li a{
    display: block;
    position: relative;
    width:100%;
    height:100%;
}
.mr_frUl ul li a img{
    width:100%;
    height:100%;}
.mr_frUl ul li a span{
    display: block;
    width: 100%;
    height:35px;
    line-height:35px;
    color: #fff;;
    position:absolute;
    bottom:-36px;background:rgba(60, 60, 60, 0.65) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/filter:Alpha(opacity=80);background:#4ea4b5;/*实现IE背景透明*//*height:389px;*/left:0;right:0;
    text-align: center;
}

.mr_frUl li a {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.mr_frUl li a:hover {
    -webkit-box-shadow: 0 0 rgba(132, 132, 132, 0.32);
    -moz-box-shadow: 0 0 rgba(132, 132, 132, 0.32);
    box-shadow: 0 0 10px rgba(132, 132, 132, 0.32);
    border-color: #D7D7D7;
}

.mr_frUl li a:active img{
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transform:scale(0.95,0.95);
    -moz-transform:scale(0.95,0.95);
    -transform:scale(0.95,0.95);
}

.mr_frUl li a img {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

