
/* 大banner */
.pointer:hover{
    cursor: pointer;
}
.banner{
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 100px;
    /* background-color: plum; */
}
.banner img{
    width: 100%;
    height: 100%;
}
.bb_box{
    width: 100%;
    height: 80px;
    background-color: rgba(0,0, 0, .4);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.bb_box div {
    width: 100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position: absolute;
}
.bb_box div:nth-child(1){
    right: 350px;
}
.bb_box div:nth-child(2){
    right: 200px;
}
.bb_box div:nth-child(3){
    right: 50px;
}
/* 关于杭州畅利 */
.content{
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.top1{
    width: 1200px;
    height: 79px;
    margin: 0 auto;
    position: relative;
    top: 100px;
    transition: all 1s;
}
.English{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #f5f5f7;  
}
.title{
    font-size: 30px;
    text-align: center;
    margin-top: -40px;
    font-weight: bold;
}
.con{
    width: 1200px;
    margin: 50px auto;
    position: relative;
    top: 110px;
    display: flex;
    transition: all 1s;
}
.con_en{
    font-size: 26px;
    font-weight: bold;   
}
.con h3{
    font-size: 24px;
    font-weight: 500;
}
.con-right{
    width: 714px;
    height: 582px;
    overflow: hidden;
    transition: all 1s;
}
.con-right img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.con-right img:hover{
    transform: scale(1.2);
}
.line{
    position: absolute;
    top: 0;
    left: 335px;
    color: #ccc;
}
.contain {
    margin-top: 40px;
    color: #666;
}
.contain span {
    font-size: 14px;
    line-height: 30px;
}
.contain p{
    text-indent: 2em;
    line-height: 25px;
}
/* 发展历程 */
.dev_history{
    width: 100%;
    height: 541px;
    padding-top: 20px;
    background: url(../images/category/2.jpg) no-repeat;
}
/* 时间轴 */
.timeBox{
    /* width: 1450px; */
    height: 370px;
    margin: 20px auto;
    overflow: hidden;
    /* display: flex; */
    /* justify-content: space-between; */
    margin-left: 67px;
}
.timeUl {
    position: relative;
    width: 1200px;
    height: 142px;
    border-bottom: 1px solid #485566;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    margin-left: 114px;
}
.timeUl li{
    width: 110px;
    height: 100px;
    color: #fff;
    margin: 52px 16px;
    /* position: relative; */
    cursor: pointer; 
    transition: all 1.2s;
}
.time{
    width: 68px;
    height: 68px;
    text-align: center;
    border: 14px solid #8f979f;
    border-radius: 50%;
    background: #1e60cc;
    line-height: 68px;
    position: absolute;
    top: -100px;
    transition: all 1s;
}
.about{
    width: 8px;
    height: 17px;
    background: url(https://1.rc.xiniu.com/rc/Contents/53958/images/about_2_icon.png?d=20190920092450869) no-repeat center center;
    position: absolute;
    bottom: 0px;
    z-index: 99;
    transition: all 1s;
}
.about1{
    left: 65px;
}
.about2{
    left: 168px;
}
.about3{
    left: 278px;
}
.about4{
    left: 389px;
}
.about5{
    left: 496px;
}
.about6{
    left: 604px;
}
.about7{
    left: 711px;
}
.about8{
    left: 820px;
}
.about9{
    left: 930px;
}
.about10{
    left: 1039px;
}
.about11{
    left: 1148px;
}
.bt-time{
    width: 88px;
    position: absolute;
    bottom: -30px;
    color: #fff;
    padding-top: 15px;
    text-align: center;
}
.detail{
    width: 357px;
    font-size: 14px;
    position: absolute;
    bottom: -300px;
    font-weight: bold;
    text-align: center;
    transition: all 1s;
    margin-left: -82px;
}
.detail2{
    left: 60px;
}
/* 变样式的图片 */
.pictrue{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.pic{
    width: 621px;
    height: 395px;
    position: relative;
    color: #000;
    margin-left: 20px;
    transition: all 1.2s;
}
.pic1{
    background: url(../images/category/3-3.jpg) no-repeat;
}
.pic2{
    background: url(../images/category/4.jpg) no-repeat;
}
.pic1:hover{
    color: #fff;
    background: url(../images//category/3.jpg) no-repeat;
}
.pic2:hover{
    color: #fff;
    background: url(../images//category/4-4.jpg) no-repeat;
}
.icon{
    position: absolute;
    top: 60px;
    left: 66px;
}
.pic b {
    font-size: 24px;
    position: absolute;
    left: 66px;
}
.b1{
    top: 120px;
}
.b2{
    top: 150px;
}
.word{
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 160px;
    left: 66px;
}
.word2{
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 200px;
    left: 66px;
}
.text {
    width: 267px;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    top: 200px;
    left: 66px;
}
.text2 {
    width: 267px;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    top: 240px;
    left: 66px;
}