
.content {
    position: relative;
    overflow: hidden;
}
.news .top{
    width: 1050px;
    height: 158px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/index/news-bg.png") 0 0 no-repeat scroll;
    background-size: 100% 100%;
}
.news .top .image{
    width: 197px;
    height: 68px;
    margin: 45px auto 0 auto;
}
.news .top .tabs{
    display: none;
    width: 745px;
    height: 36px;
    margin: 24px auto 0 auto;
    background: #E8E8E8;
}
.news .top .tabs ul li{
    float: left;
}
.news .top .tabs ul li a{
    font-size: 15px;
    color: #4C4948 ;
    display: inline-block;
    width: 183px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}
.news .top .tabs ul li.active a{
    background: #D43434;
    color: #ffffff;
}
.news .center{
    width: 960px;
    height: 168px;
    margin: 20px auto 0 auto;
}
.news .center .swiper-tops{
    width: 960px;
    height: 168px;
}

.news .center .swiper-tops .swiper-container {
    width: 960px;
    height: 168px;
}
.news .center .swiper-tops .pagination-swiper {
    position: absolute;
    z-index: 20;
    left: 10px;
    top: 10px;
}
.news .center .swiper-tops .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.news .center .swiper-tops .swiper-visible-switch {
    background: #aaa;
}
.news .center .swiper-tops .swiper-active-switch {
    background: #fff;
}

/* 新闻中心swiper */
.swiper-tops .swiper-slide{
    position: relative;
}
.swiper-tops .swiper-slide .info{
    position: relative;
    width: 630px;
    height: 168px;
    padding-left: 260px;
}
.swiper-tops .swiper-slide .info img{
    position: absolute;
    left: 0;
    top:0;
    width: 250px;
    height: auto;
}
.swiper-tops .swiper-slide .info .title{
    font-size: 18px;
    color: #4C4948 ;
    font-weight: bold;
    height: 34px;
    line-height: 26px;
}
.swiper-tops .swiper-slide .info .desc{
    width: 630px;
    height: 80px;
    text-indent: 2em;
    margin-top: 12px;
    font-size: 14px;
    color: #4C4948;
    line-height: 25px;
    text-align: left;
}
.swiper-tops .swiper-slide .info .desc a{
    color: #156ba4;
}


.news .bottom{
    width: 960px;
    margin: 50px auto 0 auto;
}
.news .bottom .item{
    float: left;
    width: 306px;
}
.news .bottom .item .tags{
    height: 23px;
    border-bottom: 1px solid #4A4A4A;
}
.news .bottom .item .tags .title{
    float: left;
    color: #D43434;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    width: 74px;
    height: 21px;
    display: inline-block;
    border-bottom: 2px solid #4A4A4A
}
.news .bottom .item .tags .more{
    margin-top: 5px;
    float: right;
    font-size: 12px;
    color: #4A4A4A ;
    line-height: 12px;
}
.news .bottom .item .thumb{
    margin-top: 17px;
    display: block;
    position: relative;
    width: 290px;
    height: 150px;
}
/**
其他轮播
 */
.product{
    width: 100%;
    height: 415px;
    background: url("../images/index/product-bg.png") 0 0 no-repeat scroll;
    background-size: cover;
    margin: 26px auto 0 auto;
}
.product .top{
    width: 960px;
   overflow: hidden;
    margin: 0 auto;
}
.product .top .thumb{
    width: 197px;
    height: 68px;
    margin: 30px auto 0 auto;
}
.product .bottom{
    width: 960px;
    height: 210px;
    margin: 38px auto 0 auto;
}
.product .bottom .left{
    float: left;
    width: 645px;
}
.product .bottom .left .tabs{
    border-bottom: 1px solid #4A4A4A;
}
.product .bottom .left .tabs ul li{
    float: left;
}
.product .bottom .left .tabs ul li a{
    display: inline-block;
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: url("../images/index/gray-bg.png") 0 0 no-repeat scroll;
    background-size: 100% 100%;
    margin-right: -5px;
    font-size: 16px;
    color: #FFFFFF;
}
.product .bottom .left .tabs ul li.active a{
    background: url("../images/index/red-bg.png") 0 0 no-repeat scroll;
    background-size: 100% 100%;
}
.product .bottom .left .desc{
    margin-top: 16px;
    font-size: 15px;
    color: #4A4A4A ;
    line-height: 16px;
}
.product .bottom .left .desc font{
    color: #d64444;
}
.product .bottom .left .desc .more{
    float: right;
    font-size: 12px;
    color: #595757 ;
}
.product .bottom .right{
    float: right;
    width: 224px;
}

.product .bottom .right .tags{
    height: 25px;
    border-bottom: 1px solid #4A4A4A
}
.product .bottom .right .tags .title{
    float: left;
    color: #D43434;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.product .bottom .right .tags .more{
    margin-top: 10px;
    float: right;
    font-size: 12px;
    color: #4A4A4A ;
    line-height: 12px;
}
.product .bottom .right .thumb{
    display: block;
    margin-top: 15px;
}
.product .bottom .right .thumb img{
    width: 224px;
    height: 146px;
    display: block;
}
.product .bottom .right .thumb .title{
    width: 224px;
    height: 30px;
    line-height: 30px;
    background: #414a60;
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}


.swiper-pagination-top{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: column;
    left: 275px;
    right: auto!important;
}

.tips-main{
    /* padding: 15px; */
    position: fixed;
    width: 200px;
    /* height: 220px; */
    background: #ffffff;
    /* border-radius: 20px; */
    z-index: 10;
    bottom: 0;
    left: 0;
    border: 1px solid darkturquoise;
}
.tips-main .title{
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
    background: #059ed3;
    color: #ffffff;
    border-bottom: 1px solid #eee;
}
.tips-main .close{
    position: absolute;
    right: 3px;
    top: 2px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tips-main .close img{
    width: 25px;
    height: 25px;
}

.tips-main .detail{
    /* margin-top: 10px; */
    /* height: 120px; */
    overflow: hidden;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    line-height: 20px;
    font-size: 12px!important;
    padding: 5px;
}
.tips-main .detail a{
    color: red;
    text-decoration: underline;
    margin-left: 20px;
}

.product .bottom .left .products{
    margin-top: 10px;
    width: 645px;
    height: 145px;
}
.product .bottom .left .products .info{
    float: left;
    width: 210px;
    margin-right: 5px;
    overflow: hidden;
}
.product .bottom .left .products .info img{
    width: 100%;
    height: auto;
}
.product .bottom .left .products .info:last-child{
    margin: 0;
}
.product .bottom .left .products .info span{
    display: block;
    background: #414a60;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}


.zhongyao-box{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 128px;
    height: 128px;
}
.zhongyao-wrap{
    width: 128px;
    height: 128px;
    position: relative;
}
.zhongyao-wrap img{
    width: 128px;
    height: 128px;
}

.zhongyao-wrap .close{
    position: absolute;
    right: 3px;
    top: 2px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: rgba(255,255,255,0.8);
    border-radius: 25px;
    -webkit-border-radius: 25px;
}
.zhongyao-wrap .close img{
    width: 10px;
    height: 10px;
    margin: 8px;
}
