
/* fenlaikaishi */
.type_left {
    width: 300px;
    float: left;
    background: #f1f1f1;
    padding: 10px;
}
.type_title {
    height: 40px;
    text-align: center;
    width: 100%;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.type_im h2 {
    height: 30px;
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
    position: relative;
}
h2.type_jc::before{
    content: '';
    display: inline-block;
    background: url(../images/jiancai.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    left: 0;
    top: -2px;
    position: absolute;
}
h2.type_jc::after{
    content: '';
    display: inline-block;
    background: url(../images/yxtj.png) no-repeat;
    width: 50px;
    height: 40px;
    background-size: 40px;
    left: 115px;
    bottom: 0px;
    position: absolute;
}
h2.type_zx::before{
    content: '';
    display: inline-block;
    background: url(../images/zhuangxiu.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    left: 0;
    top: 0px;
    position: absolute;
}
h2.type_wx::before{
    content: '';
    display: inline-block;
    background: url(../images/weixiu.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    left: 0;
    top: -2px;
    position: absolute;
}
h2.type_gl::before{
    content: '';
    display: inline-block;
    background: url(../images/gonglue.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    left: 0;
    top: -2px;
    position: absolute;
}
.type_list {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}
.type_list li {
    float: left;
    width: 25%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.type_list li:hover{
  background: #f90;
  border-radius: 3px;
  color: #fff;
}
.type_list li a:hover{
    color: #fff;
  }
/* banng开始 */
.banner {
    position: relative;
    width: 980px;
    height: 435px;
    overflow: hidden;
    zoom: 1;
    float: left;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.banner .slides {
    zoom: 1;
}
.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.banner:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.banner:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.banner:hover .flex-next:hover,
.banner:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
.img img {
    width: 980px;
    height: 435px;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}
.flex-control-paging li a.flex-active {
    background-position: 0 0;
}
/* 头条部分 */
.tt {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #f9f9f9;
}
.tt_left {
    width: 400px;
    float: left;
    background: #f9f9f9;
}
.ttmid {
    width: 520px;
    float: left;
    padding: 0px 10px;
}
.tt_right {
    width: 360px;
    float: left;
    padding: 0px 10px;
}
.tt_left h2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 15px;
}
.tt_l_list {
    width: 100%;
    overflow: hidden;
    padding: 0px 5px;
}
.tt_l_list li {
    width: 50%;
    float: left;
    padding: 5px;
}
.tt_l_img img {
    width: 100%;
    height: 125px;
}
.tt_l_t a {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #767676;
    background: #fff;
}
.tt_l_img {
    width: 100%;
    height: 125px;
}
.ttmid_tt {
    width: 100%;
    overflow: hidden;
    height: 120px;
    position: relative;
}
.ttmid_tt span {
    float: left;
    width: 80px;
    font-size: 18px;
    font-weight: bold;
    color: #ff0101;
    height: 40px;
    line-height: 40px;
}
.ttmid_tt a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.ttmid_tt p {
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #767676;
}
a.tt_more {
    position: absolute;
    right: 5px!important;
    padding: 0px!important;
    left: 462px;
    font-size: 14px;
    top: inherit;
    bottom: -8px;
}
.ttmid_list {
    width: 100%;
    overflow: hidden;
}
.ttmid_list li {
    width: 100%;
    line-height: 30px;
    height: 30px;
    position: relative;
}
.ttmid_list li a {
    width: 100%;
    padding-right: 80px;
    float: left;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ttmid_list li span {
    position: absolute;
    right: 0px;
}
.ttmind_mbox {
    width: 100%;
}
.ttmind_mbox li {
    float: left;
    width: 50%;
    padding: 5px;
}
.ttmid_mp img {
     width: 100%;
    height: 160px;
}
.ttmind_t {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
span.ttmind_time {
    width: 100%;
    text-align: right;
    display: inline-block;
}
.tt_right h2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 15px;
}
.ttr_list {
    width: 100%;
    padding: 10px;
    overflow: hidden;
}
.ttr_list li {
    width: 100%;
    font-size: 15px;
    line-height: 32px;
}
.ttr_list li i {
    background: #dee2e6;
    color: #515355;
    font-size: 12px;
    border: 1px solid #c4c4c4;
    height: 18px;
    line-height: 20px;
    display: inline-block;
    width: 18px;
    text-align: center;
    font-weight: 100;
    margin-right: 5px;
}
.ttr_list i.red {
    color: #fff;
    font-size: 12px;
}
.ttr_list li:nth-child(1) i.red {
    background-color: #f62020;
    border: 1px solid #f62020;
    box-shadow: 1px 1px 4px rgba(246, 32, 32, 0.8);
}
.ttr_list li:nth-child(2) i.red {
    background-color: #f65220;
    border: 1px solid #f65220;
    box-shadow: 1px 1px 4px rgba(246, 82, 32, 0.8);
}
.ttr_list li:nth-child(3) i.red {
    background-color: #f0a413;
    border: 1px solid #f0a413;
    box-shadow: 1px 1px 4px rgba(240, 164, 18, 0.8);
}
/* 楼层  */
.indnav {
    height: 60px;
    width: 100%;
    background: #dcf8fc;
    margin-bottom: 15px;
}
.indnav_name {
    float: left;
    width: 300px;
    line-height: 60px;
    height: 60px;
}
.indnav_name a {
    font-size: 22px;
    width: 100%;
    padding-left: 20px;
    font-weight: bold;
    height: 60px;
}
.indnav_cla {
    float: right;
    line-height: 60px;
    height: 60px;
    text-align: right;
}
.indnav_cla a {
    line-height: 60px;
    height: 60px;
    float: left;
    width: 80px;
    text-align: center;
}
.indnav_cla a:hover{
    color: #f62020;
}
.indbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.indexitm {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
.indexitm_box {
    background-color: #ffffff;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.indexitm_img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.indexitm_img a:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.indexitm_img img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
    height: auto;
}
.indexitm_txt {
    padding: 1.5625rem 1.25rem;
}
h3.indexitm_title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
h3.indexitm_title a {
    color: #2a2a2a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.indexitm_meta {
    margin-bottom: 0.4375rem;
    list-style: outside none none;
}
ul.indexitm_meta li {
    color: #999999;
    font-size: 0.875rem;
    line-height: 2;
}
.indexitm_price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f85c70;
}
span.indexitm_symbol {
    margin-right: 5px;
}
.indexitm_box:hover {
    box-shadow: 0rem 0.1875rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.2);
}
.indexitm_box:hover .indexitm_img a:before {
    visibility: visible;
    opacity: 1;
}
.indexitm_box:hover .indexitm_img a img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.jcbg {
    background: #f0f0f0;
    overflow: hidden;
}
.wxbg {
    background: #f0f0f0;
    overflow: hidden;
}
/* 百科开始 */
.bk {
    margin-top: 15px;
}
.bkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.bk_item {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
.bk_type.na1{
    background: url(../images/jiancain.jpg) no-repeat;
}
.bk_type.na2{
    background: url(../images/zhuangxiun.jpg) no-repeat;
}
.bk_type.na3{
    background: url(../images/shequnn.jpg) no-repeat;
}
.bk_type.na4{
    background: url(../images/newsn.jpg) no-repeat;
}
.bk_type {
    /*background-color: #e8e8e8;*/
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bkname img {
    width: 100%;
    height: 239px;
}
.bkname {
    width: 100%;
    height: 239px;
}
.bk_type_image img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
    height: auto;
    /* padding: 60px 16px 0; */
    justify-content: center;
    align-items: flex-end;
    max-height: 80px;
    width: auto;
}
.bk_type_image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 60px 16px 0;
}
.bk_type_content {
    padding: 36px 24px 42px;
    text-align: center;
}
.bk_type_content h5 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}
.bk_type_content p {
    font-size: 13px;
}
.bk_type:hover {
    box-shadow: 0rem 0.1875rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.2);
}
.bk_type:hover .bk_type_image a:before {
    visibility: visible;
    opacity: 1;
}
.indexitm_bk_typebox:hover .bk_type_image a img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}


.bktxt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.bktxt_box {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.bktxt_type {
    background-color: #ffffff;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bktxt_type h2 {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    position: relative;
}
.bktxt_type h2::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #dc0709;
    bottom: 8px;
    left: 15px;
}

.bktxt_img {
    width: 100%;
    overflow: hidden;
}

.bktxt_po li {
    position: relative;
    width: 50%;
    float: left;
    padding: 5px;
}

.bktxt_po li img {
    width: 100%;
}
.bktxt_po p {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #767676;
}

.bktxt_po a {
    display: block;
    position: relative;
    overflow: hidden;
}

.bktxt_list {
    width: 100%;
    overflow: hidden;
}

.bktxt_list li {
    width: 100%;
    position: relative;
    line-height: 29px;
    height: 29px;
}

.bktxt_list li a {
    width: 100%;
    padding-right: 80px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bktxt_list span {
    position: absolute;
    right: 0;
}

.wxq_list {
    width: 100%;
}

.wxq_list li {
    width: 50%;
    padding: 5px;
    float: left;
}

.wxq_list li img {
width: 100%;
    height: 97px;
}

.wxq_list a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 97px;
}

.wxq_list p {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0;
}
.wxq_list li :hover p{
    opacity: 1;
    transition: 0.8s;
}


