﻿/*主要内容
轮播图*/
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}  
.swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-container .constroler {
    position: absolute;
    height: 30px;
    width: 30%;
    left: 35%;
    bottom: 50px;
    display:flex;
    align-items: center;
    justify-content:space-between;
    z-index:999999;
}
.swiper-container .constroler>div{
    display:inline-block;
    width: 20px;
    height: 20px;
}
.swiper-container .constroler img{
    width: 100%;
    height: 100%;
}
/*#home-style .container .banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#home-style .container .banner ul{
    width: 800%;
}
#home-style .container .banner ul li{
    width: 12.5%;
    float: left;
}
#home-style .container .banner ul li img{
    width:100%;
    height: 100%;
}*/
/*轮播图控制器*/
/*#home-style .container .constroler {
    position: absolute;
    height: 30px;
    width: 30%;
    left: 35%;
    bottom: 50px;
    display:flex;
    align-items: center;
    justify-content:space-between;
}
#home-style .container .constroler>div{
    display:inline-block;
    width: 20px;
    height: 20px;
}
#home-style .container .constroler img{
    width: 100%;
    height: 100%;
}*/

/*企业新闻*/
#home-style .container .news{
    padding: 10px 15px;
    background:#ededed;
}
#home-style .container .news .new-title{
    padding: 5px;
    display:flex;
}
#home-style .container .news .new-title h3{
    color:#b60809;
    font-weight: 600;
}
#home-style .container .news .new-title p{
    margin-left:5px;
    color: #bfbfbf;
    font-weight:900;
}

#home-style .container .news  .line{
    display:flex;
    height: 15px;
    align-items:center;
    color: #bfbfbf;
}
#home-style .container .news  .line .center{
    margin-bottom:7px;
}
#home-style .container .news  .line p{
    height: 1px;
    background:#bfbfbf;
    flex:1;
}
/*热点新闻*/
#home-style .container .news  .new-hot{
    padding:0 5px 10px 5px;
}
#home-style .container .news  .new-hot .time{
    font-size: 10px;
    color: #bfbfbf;
    padding-bottom:5px;
}
#home-style .container .news  .new-hot .new-hot-content{
    color: #666;
}

/*联系我们*/
#home-style .container .constact-us{
     padding: 10px 15px;
}
#home-style .container .constact-us .new-title{
    padding: 5px 5px 10px;
    display:flex;
    border-bottom: 1px solid #bfbfbf;
}
#home-style .container .constact-us .new-title h3{
    color:#b60809;
    font-weight: 600;
}
#home-style .container .constact-us .new-title p{
    margin-left:5px;
    color: #bfbfbf;
    font-weight:900;
}
#home-style .container .constact-us .adress{
    padding:9px;
    display:flex;
    color: #666;
    font-size: 12px;
}
#home-style .container .constact-us .adress .adress-left{
    flex: 1;
    margin-right: 20px;
}
#home-style .container .constact-us .adress .left-top{
}
#home-style .container .constact-us .adress .left-top .left-icon{
    display:inline-block;
    width: 15px;
    height: 15px;
    vertical-align:top;
}
#home-style .container .constact-us .adress .left-top .left-icon img{
    width: 100%;
    height: 100%;
}
#home-style .container .constact-us .adress .left-top .left-content{
    display:inline-block;
    width: 80%;
}

#home-style .container .constact-us .adress .left-bot{
    padding-top: 10px;
}
#home-style .container .constact-us .adress .left-bot .left-icon{
    display:inline-block;
    width: 15px;
    height: 15px;
    vertical-align:top;
}
#home-style .container .constact-us .adress .left-bot .left-icon img{
    width: 100%;
    height: 100%;
}
#home-style .container .constact-us .adress .left-bot .left-content{
    display:inline-block;
    width: 80%;
}
#home-style .container .constact-us .adress .adress-right{
    flex: 1;
}
/*在线留言*/
#home-style .container .constact-us .read-map{
    margin-top: 10px;
    padding: 3px;
    border: 1px solid #bfbfbf;
    text-align:center;
    border-radius: 10px;
    color: #999;
}
#home-style .container .constact-us .leave-advice{
    margin-top: 20px;
    padding: 3px;
    border: 1px solid #bfbfbf;
    text-align:center;
    border-radius: 10px;
    color: #999;
}



