﻿.banner
{
    width: 100%;
    height: auto;
}
.banner #banner_inner
{
    width: 100%;
    height: auto;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 0;
}
.banner #banner_inner #dts
{
    width: 100%;
    height: auto;
}
.banner #banner_inner #dts a
{
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}
.banner #banner_inner #dts a img
{
    width: 100%;
    height: auto;
}
.banner #banner_inner #xts
{
    list-style: none;
    width: auto;
    height: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    bottom: 6px;
    z-index: 0;
    display: none;
}
.banner #banner_inner #xts li
{
    float: left;
    width: 10px;
    height: 10px;
    background-color: #B1B1B1;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px;
    margin-left: 6px;
    cursor: pointer;
}

.news
{
    display: block;
    width: 100%;
    height: 54px;
    color: #222222;
    margin-top: 10px;
}
.news .left
{
    width: 60px;
    height: 100%;
    float: left;
    font-family:'Times New Roman';
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 0px 2px 0px 0px;
}
.news .right
{
    width: calc(100% - 62px);
    height: 48px;
    float: right;
    line-height: 24px;
    text-align: left;
    text-indent: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.news .right p
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap img{ width:100%;}
.ban{ position:relative;}
.ban img{ display:block; width:100%;}
.ban .swiper-pagination{ bottom:20px;}
.ban .swiper-pagination-bullet{ background:#fff; opacity:1; width:0.8rem; height:0.8rem; border-radius:0.8rem;}
.ban .swiper-pagination-bullet-active{  width:2rem; background:#c89f62;}

.g-case{ position:relative; width:94.66%; margin:0 auto; padding-bottom:6rem; overflow:hidden; background:#f7f7f7; margin-top:10px;}
.g-case .tit1{ background:#fff; padding-bottom:1.5rem;}
.g-case dt img{ display:block; width:100%;}
.g-case dd{ line-height:30px; margin-top:20px;}
.g-case dd h3{ text-align:center; font-size:14px; color:#090909;}
.g-case dd p{ padding:0 4%; text-align:justify; font-size:12px; line-height:22px; color:#666666;}
.g-case .swiper-pagination{ bottom:2.6rem;}
.g-case .swiper-pagination-bullet{ background:#595959; opacity:1; width:1rem; height:1rem; border-radius:1rem;}
.g-case .swiper-pagination-bullet-active{ background:#c08f4b;}

html{font-size:10px;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}