.Noticewarp {
    overflow:hidden;
    height:40px;
    line-height:40px;
    width:100%;
    text-align: center;
    float:left;
    background-color:rgb(230,230,230);
    font-size: 16px;
}
.Noticewarp a {
    color:#262626;
    width:1450px;
    float:left;
    margin-right:40px;
    margin-left:3px;
}
.Noticewarp .scroll {
    width:3000px;
    float:left;
    position:relative;
}

header{
    width: 100%;
}
.header-top{
    text-align: center;
    background-color: rgb(230,230,230);
    color: rgb(100,100,100);
}
nav .nav-logo{
    padding: 20px 0;
    width: 1210px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
}
nav .nav-logo>img{
    display: inline-block;
    width: 235px;
    height: 60px;
}
nav .nav-logo>.line{
    display: inline-block;
    width: 2px;
    margin: 0 5px;
    background-color: #d61518;
}
.nav-connent{
    width: 1210px;
    margin: 0 auto;
}
.nav-connent ul .select>a{
    color: #fff;
}
.nav-connent ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-connent ul li{
    text-align: center;
    width: 20%;
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #000;
}
.nav-connent ul li>a{
    display: block;
    width: 100%;
    height:100%;
}
.nav-connent ul li.select>a{
    color: #fff;
    background-color:#d61518 ;
}

main{
    width: 100%;
}
main>img{
    width: 100%;
    height: 550px;
}
main>h1{
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.project-case>div:nth-child(1){
    height: 400px;
    width: 100%;
}
.project-case>div:nth-child(2){
    height: 120px;
}
.project-case>ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.project-case>ul>li>img{
    width: 160px;
    height: 100px;
}
.block{
    width: 100%;
    height: 30px;
    margin-top: 50px;
    background-color: rgb(158, 158, 158);
}
footer{
    width: 100%;
    background-color: #383838;
}
.footer-main{
    width: 1210px;
    margin: 0 auto;
    display: flex;
    padding:30px 80px 50px;
    justify-content: space-between;
    position: relative;
}
.footer-info p{
    line-height: 30px;
    color: #fff;
}
.footer-nav{
    line-height: 25px;
    height: 20px;
    position: absolute;
    left: 80px;
    bottom:51px;
}
.footer-nav a{
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #fff;
    margin-left: 5px;
}
.footer-nav a:hover{
    color: #fff;
}
.footer-nav a:nth-child(1){
    border-left: none;
    margin-left: 0;
}
.footer-main>img{
    height: 200px;
    width: 200px;
}

/*缩略图样式*/
.swiper-button-prev{
    left: 20% !important;
}
.swiper-button-next{
    right: 20% !important;
}
.gallery-thumbs .swiper-slide{
    height: 100px !important;
    width: 370px !important;
    margin-right: 0 !important;
}
/*.swiper-slide.swiper-slide-duplicate{*/
    /*width: 150px !important;*/
/*}*/
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


