@charset "utf-8";

.container{
    width: 1200px;
    margin: 0 auto;
}

 .logo{
     margin: 9px 0;
 }
.banner img{
    width: 100%;
}
.about{
    margin: 80px 0;
}
.about-img{
    margin-right: 80px;
}
.about-text h2{
    font-size: 28px;
    color: #000000;
    margin-top: 23px;
    margin-bottom: 38px;
}
.about-text p{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    margin-bottom: 25px;
}
.about-text p span{
    font-size: 24px;
    color: #116aac;
}
.list{
    padding: 70px 0;
}
.title{
    text-align: center;
    margin-bottom: 57px;
}
.title h2{
    font-size: 24px;
    color: #000000;
}
.title b{
    height: 1px;
    display: inline-block;
    width: 156px;
    background-color: #cccccc;
    margin-top: 40px;
}
.slick-initialized .slick-slide div{
   padding:0 15px;
}
.slick-initialized .slick-slide p{
  border: 1px solid #ededed;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 28px;
    padding: 30px 25px;
    height: 105px;
}
.slick-track{
    margin-right: -15px;
    margin-left: -15px;
}

.slick-initialized .slick-slide div img{
    width: 100%;
}
.list:nth-child(2n){
    background-color: #f5f5f5;
}
.foot{
    background-color: #282828;
    padding: 60px 0;
}
.foot-left p,.foot-left p a{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.index-top{
    width: 52px;
    height: 52px;
    border: 1px solid #6f6f6f;
    border-radius: 5px;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
}
.index-top i{
    width:0;
    height:0;
    border-left:13px solid transparent;
    border-right:13px solid transparent;
    border-bottom:10px solid #6f6f6f;
    display: inline-block;
}
.index-top p{
    font-size: 14px;
    color: #6f6f6f;
    font-weight: bold;
    margin-top: 5px;
}
.index-top:hover{
    border: 1px solid #116aac;
}
.index-top:hover i{
    border-bottom:10px solid #116aac;
}
.index-top:hover p{
   color: #116aac;
}
.about-img img{
    max-width: 100%;
}