@charset "utf-8";
/* CSS Document */

/* banner */
.banner{
    width: 100%;
    text-align: center;
    background: #efefef;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}
.banner-con {
  width: 1200px;
  margin: 0 auto;
}


.banner img{
    width: 590px;
    height: 400px;
    
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
    right: 10px;
    width: auto;
    left: auto;
    bottom: 10px;
}
.banner .swiper-pagination-bullet{
    width: 18px;
    height: 19px;
    border-radius: 0;
    color: #8b8f86;
    opacity: 1;
    background: none;
    font-size: 14px;
    line-height: 18px;
    border:1px dashed #4c6f86;
}
.banner .swiper-pagination-bullet-active{
    background: none;
    border:1px dashed #367bca;
    color: #fff;
}
.bannerTit{
    position: absolute;
    bottom:0;
    left:0;
    /* background: #000;
    opacity: .5; */
    background:rgba(0,0,0,0.5);
    width: 100%;
    height: 42px;
    text-align: left;
    text-indent: 20px;
    color: #fff;
    line-height: 42px;
}
.lbPic{
    width: 590px;
    margin: 0 auto;
    float: left;
}
.pic{
    width: 590px;
    height: 400px;
    float: left;
}
/* main */
.mainTop{
    width:1200px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}
.inforTop{
    width: 590px;
    height: 400px;
    background: #fff;
}
.tit{
    height: 46px;
    background:rgba(238,248,255,1);
    line-height: 46px;
    padding-right: 20px;
    border-bottom: 1px solid #A5CAE3;
}
.tit>h3{
    font-size:18px;
    font-family:STHeitiSC-Light;
    font-weight:bold;
    color:#666;
    border-bottom: 2px solid #1E7AB9;
    padding: 0 20px;
    margin-top: -1px;
}
.tit>span>a{
    font-size:16px;
    font-family:STHeitiSC-Light;
    font-weight:300;
    color:rgba(102,102,102,1);
}
.tit>span>a:hover{
    color: #007AFF;
}
.list{
    height: 354px;
    width: 550px;
    padding: 0 20px;
    margin-top: 20px;
}
/* .list>ul{
    margin-left: 20px;
} */
.list>ul>li{
    font-size:16px;
    font-family:STSongti-SC-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:36px;
    height: 36px;
}
.list>ul>li>span{
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #8c8c8c;
    border-radius: 50%;
    margin-top: 16px;
    margin-right: 6px;
}
/* .width{
    width: 315px;
} */
.list>ul>li a{
    font-size:16px;
    font-family:STSongti-SC-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.list>ul>li a:hover{
    color: #007AFF;
}
.list .dj{
    margin-right: 5px;
    color: #999;
    font-size: 12px;
}
.color{
    color:#999;
    font-size: 12px;
}