/* banner开始 */
.banner{
    width: 100%;
    height: 500px;

    position: relative;
    z-index: 300;
    /*background: url("../images/index/banner.png") center;*/
}
.banner .banner-search{
    position: absolute;
    bottom: 0px;
    width: 100%;
   
    z-index: 1000;

    background-color: rgba(0, 0, 0, 0.6);
    height: 40px;
    text-align: center;
}
.banner .banner-img{
    position: absolute;
    right: 50%;
    margin-left: 960px;
}
.swiper-slide a{
    width: 100%;
    height: 100%;
    display: block;
}
.banner .banner-search ul{
    width: 700px;
    margin: 0 auto;
    height: 40px;
   
}
.banner .banner-search li{
    width: 175px;
    height: 40px;
    overflow: hidden;
}
.banner .banner-search .ch{
    padding-top: 3px;
} 
.banner .banner-search p{
    padding-top:2px;
    color: white;
}
.banner .banner-search a{
    color: white;
    font-weight: 100;
    font-size: 10px;
    font-family:"微软雅黑";
}
.banner li:hover{
    background-color: #006fbc;
    transition: all 0.8s;
}
#rightarr,#leftarr{
    background:none;
    padding: 20px;
}
#swiper-pagination{
    position: absolute;
    bottom: 65px;
}
/* banner结束 */


/* 首页 内容 */
.index-main{
    width: 1180px;
    margin: 0 auto;
    
}
.index-main .news{
    width: 280px;
    height: 160px;

}
.index-main .news .title-ch{
    font-size: 24px;
    color: #333;
    padding-top: 20px;
    padding-left: 94px;
}
.index-main .news .title-en{
    font-size: 24px;
    color: #006fbc;
    padding-left: 82px;
    padding-top: 3px;
}
.index-main .news a{
    margin-right: 34px;
    font-size: 14px;
    margin-top: 44px;
   display: inline-block;
   padding-bottom: 15px;
}
.index-main .news a:hover{
    color: #006fbc;
    border-bottom: 2px solid #006fbc;
}
.color{
    color: #006fbc;
    border-bottom: 2px solid #006fbc;
} 

.news-cont{
    height: 160px;
    width: 900px;

    display: none;
    position: relative;
}
.news-li .title{
    font-size: 16px;
    color: #333;
    margin-top: 22px;
    margin-left: 22px;
    margin-bottom: 12px;
}
.news-li .title span{
    color: #006fbc;
}
.news-li .cont{
    font-size: 14px;
    color: #666;
    margin-left: 22px;
    line-height: 25px;
}
.news-li .cont a{
    color: #006fbc;
}
/* 首页内容结束 */



/* 首页 新闻轮播开始 */
.news-carousel{
    width: 860px;
    height: 135px;
    position: relative;
    overflow: hidden;
}
.news-carousel1{
    width: 860px;
    height: 135px;
    position: relative;
    overflow: hidden;
}
.news-carousel2{
    width: 860px;
    height: 135px;
    position: relative;
    overflow: hidden;
}
.news-cont img{
    position: absolute;
    right: 0;
    top: 63px;
}
.news-ul{
    width: 400%;
    position: absolute;
}
.news-ul2{
    width: 400%;
    position: absolute;
    background-color: rebeccapurple;
}
.news-ul1{
width: 400%;
position: absolute;
background-color: PINK;

}
.news-li{
    width: 860px;
    height: 130px;
    overflow: hidden;
    float: left;
}
.news-points,.news-points1,.news-points2{
    margin-left: 22px;
}

.news-points li a,.news-points1 li a,.news-points2 li a{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #dbd8d3;
    display: block;
    float: left;
    margin-right: 10px
}
.active{
 background-color: #006eb6 !important;   
}
/* 首页 新闻轮播结束 */