
/**banner图**/
.intro-banner{
    width: 100%;
}
.intro-img img{
    width: 100%;
    position: relative;
}

/*关于思迅*/
.introduction{
    width: 100%;
    background-color: #f7f7f7;
}
.intro-wrap{
    width: 75%;
    margin: 0 auto;
    margin-top: -10%;
    background-color: 0;
    position: relative;    
}
.intro-wrap>.intro-til{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-left: 7%;
    text-align: left;
}
.intro-box{
    margin-top: 3%;
}
.intro-con{
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 4%;
}
.intro-con p{
    font-size: 18px;
    color: #1D2233;
    line-height: 2;
    text-align: left;
    padding: 3% 6%;
}
.sixun-img{
    background-color: #fff;
}
.sixun-img img{
    width: 100%;
}
.target{
    background-color: #fff;
    overflow: hidden;
    margin: 4% 0;
}
.target-l{
    width: 50%;
    text-align: left;
    padding: 5% 0 5% 7%;
    float: left;
}

.target-l>.vision{
    font-size: 22px;
    font-weight: bold;
    color: #1D2233;
    padding-bottom: 2%;  
}
.target-l>.mission{
    font-size: 22px;
    font-weight: bold;
    color: #1D2233;
    margin: 6% 0 2% 0;
}
.target-l>.tgl{
    font-size: 18px;
    color: #1D2233;
    line-height: 1.5;
}
.target-r{
    width: 50%;
    text-align: left;
    float: right;
    padding-top: 5%;
}
.line{
	width: 1px;
	height: 220px;
	background-color: #DFDFDF;
	float: left;
	margin-left: 0;
}
.right-one{
    padding-left: 7%;
}
.right-one>.tgt{
    font-size: 22px;
    font-weight: bold;
    color: #1D2233;
    padding-bottom: 2%;  
}
.right-one>.idea{
    font-size: 22px;
    font-weight: bold;
    color: #1D2233;
    margin: 6% 0 2% 0;
}
.right-one>.tgr{
    font-size: 18px;
    color: #1D2233;
    line-height: 1.5;
}
/*思迅历程*/
.course{
    width: 100%;
    height: 800px;
    background-image: url(../../Images/ShowImg/intro/03_history.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/* 历程版心 */
.course-wrap{
    width: 75%;
    margin: 0 auto;

}
/* 标题 */
.course-title{
    text-align: left;
    padding: 7%;    
}
.course-title p{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

/*横向时间轴*/
.time-node{
    margin: 0 auto;
    width: 80%;
    height: 80px;
    text-align: center;
    float: right;
    padding-right: 7%;
}
.time-node ul{
    list-style-type: none;
    border-top: 1px solid #fff;
    border-image: -webkit-linear-gradient(#F8F8F850 , #fff , #F8F8F850)1 10 1;
    padding: 10px 0; 
}

.time-node ul li{
    float: left;
    position: relative;
    text-align: center;
    width: 20%;
    font-size: 16px;
    color: #ffffff90;
    cursor: pointer;
    transition: all .2s;
}
.time-node .current{
    font-size: 20px;
    color: #fff;
}
.time-node ul li::before{
    content: '';
    position: absolute;
    top: -15px;
    left: 47%;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ffffff;
}
/* 节点图片 */
.time-img{
    width: 100%;
    height: 340px;
    overflow: hidden;  
}
.time-img img:hover{
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
    transform: translateY(-4px) ;
}
/*图片节点*/
.item li{
    /* width:100%; */
    height: 340px;
    float: left;
    padding-left: 1.2%;
}
.item img{
    width: auto;
    height: 340px;
    float: left;
    /* padding: 0 2%; */
    transition: all .2s;
    transform: scale(1);
}


/*思迅荣誉*/
.honor{
    padding: 4% 0;
    background-color: #f7f7f7;
}
.honor-wrap{
    width: 75%;
    height: 380px;
    margin: 0 auto;
    background-image: url(../../Images/ShowImg/intro/01_honor.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 2%;
}
.honor-til p{
    font-size: 36px;
    font-weight: bold;
    color: #1D2233;
    padding-left: 7%;
}
.honor-img{
    width: 86%;
    height: 180px;
    background-color: 0;
    margin: 0 auto;
    margin-top: 3%;
}
.honor-img li{
    float: left;
    margin-right: 2%;  
    width: 18%;
    transition: all .2s; 
}
.honor-img li img{
    width: 100%;
}
.honor-img li:hover{
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
    transform: translateY(2px) ;  
}

/* 屏幕适配1600px，83% */
    @media screen and (max-width:1600px){
        .course-title{
            padding: 6%;
        }
        .course{
            height: 664px;
        }
        .course-wrap{
            width: 80%;
        }
        .time-img{
            height: 301px;
        }
        .item img{
            height: 301px;
        }
        .honor-wrap{
            height: 315px;
        }
    }
/* 屏幕适配1440px，75% */
    @media screen and (max-width:1440px){
        .intro-wrap>.intro-til{
            font-size: 30px;
        }
        .target-l>.vision,.target-l>.mission{
            font-size: 20px;
        }
        .line{
            height: 180px;
        }
        .right-one>.tgt,.right-one>.idea{
            font-size: 20px;
        }

        .course{
            height: 600px;
        }
        .course-title p{
            font-size: 30px;
        }
        .time-node .current{
            font-size: 18px;
        }
        .time-node ul li{
            font-size: 14px;
        }
        .time-img{
            height: 271px;
        }
        .item img{
        height: 271px;
        }
        .honor-wrap{
            height: 285px;
        }
        .honor-til p{
            font-size: 30px;
        }
    }
    
    /* 屏幕适配1366px，71% */
    @media screen and (max-width:1366px){
        .intro-wrap>.intro-til{
            font-size: 26px;
        }
        .intro-con p{
            font-size: 15px;
        }
        .target-l>.vision,.target-l>.mission{
            font-size: 18px;
        }
        .target-l>.tgl{
            font-size: 15px;
        }
        .intro-con p{
            font-size: 15px;
        }
        .line{
            height: 160px;
        }
        .right-one>.tgt,.right-one>.idea{
            font-size: 18px;
        }
        .right-one>.tgr{
            font-size: 15px;
        }
        .course{
            height: 568px;
        }
        .course-title p{
            font-size: 26px;
        }
        .time-node .current{
            font-size: 16px;
        }
        .time-node{
            height: 70px;
        }
        .time-node ul li{
            font-size: 15px;
        }
        .time-img{
            height: 257px;
        }
        .item img{
        height: 257px;
        }

        .honor-wrap{
            height: 270px;
        }
        .honor-til p{
            font-size: 26px;
        }
    }

    /* 屏幕适配1280px，66.6% */
    @media screen and (max-width:1280px){

        .intro-wrap>.intro-til{
            font-size: 24px;
        }
        .target-l>.vision,.target-l>.mission{
            font-size: 16px;
        }
        .target-l>.tgl{
            font-size: 13px;
        }
        .intro-con p{
            font-size: 13px;
        }
        .line{
            height: 146px;
        }
        .right-one>.tgt,.right-one>.idea{
            font-size: 16px;
        }
        .right-one>.tgr{
            font-size: 13px;
        }

        .course{
            height: 533px;
        }
        .course-title p{
            font-size: 24px;
        }
        .time-node .current{
            font-size: 14px;
        }
        .time-node{
            height: 60px;
        }
        .time-node ul li{
            font-size: 13px;
        }
        .time-img{
            height: 241px;
        }
        .item img{
        height: 241px;
        }

        .honor-wrap{
            height: 253px;
        }
        .honor-til p{
            font-size: 24px;
        }
    }
    
     /* 屏幕适配1024px，53.3% */
    @media screen and (max-width:1024px){
        .intro-wrap>.intro-til{
            font-size: 20px;
        }
        .target-l>.vision,.target-l>.mission{
            font-size: 14px;
        }
        .target-l>.tgl{
            font-size: 12px;
        }
        .intro-con p{
            font-size: 12px;
        }
        .line{
            height: 130px;
        }
        .right-one>.tgt,.right-one>.idea{
            font-size: 14px;
        }
        .right-one>.tgr{
            font-size: 12px;
        }
 
        .course{
            height: 426px;
        }
        .course-title p{
            font-size: 20px;
        }
        .time-node .current{
            font-size: 13px;
        }
        .time-node{
            height: 50px;
        }
        .time-node ul li{
            font-size: 12px;
        }
        .time-img{
            height: 192px;
        }
        .item img{
        height: 192px;
        }

        .honor-wrap{
            height: 201px;
        }
        .honor-til p{
            font-size: 20px;
        }
    }
   
