.intro_03 {
	overflow: hidden;
	    height: 7.5rem;
	        display: flex;
    align-items: center;
}
.intro_03 .title{
	font-size: 0.32rem;
	margin: 0 auto 0.37rem;
}
.intro_03 .title_img{
	width: 1.8em;
	margin: 0.3rem 0 0.45rem;
}
.intro_03 .introtext{
	font-size: 0.2rem;
	line-height: 0.4rem;
	/*letter-spacing: 1px;*/
	/*text-align: justify;*/
}
.introtextcon{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.intro_03 .introtext{
	/*width: 26%;*/
	/*margin: 0 12%;*/
	    /*margin: 0px 6% 0 18%;*/
	/*float: left;*/
	        margin-right: 1rem;
        width: 6.8rem;
}
.intro_03 p{
    height: 100%;
    width: 50%;
}
.intro_03 .introtext .description{
        text-align: left !important;
    width: 6rem;
    line-height: 1.9;
    color: #000;
    font-size: 17px;
}
.intro_03 .introimg{
	/*float: left;*/
	width: auto;
	height: 100%;
}
/* about_03 */
.about_03{
	position: relative;
	background: rgb(250, 250, 250);
	padding: 1.18rem 0 1.4rem;
}
.about_03_top{
	display: flex; 
	flex-direction: column;
	align-items: center; 
	width: 100%;
	margin-bottom: 0.66rem;
}
.about_03 .custom-title{
	font-size: 0.4rem;
	margin-bottom: 0.12rem;
}
.about_03 .custom-content{
	font-size: 0.18rem;
	    line-height: 0.28rem;
}
.stationcontain{
	position: relative;
	/*width: 19.2rem;*/
	width: 100%;
	overflow: hidden;
}
.about_03 .timeline-slider{
	-webkit-transform: rotate(0deg)!important;
	left: 50%;
	bottom: 0.65rem;
	top: auto!important;
	right: auto!important;
}
.stationbox{
	width: 41.1rem;
}
.stationlist{
	display: flex;
	height: 4.38rem;
	/*width: 12.2rem;*/
	float: left;
	background: #fff;
	padding: 0.32rem;
	margin-right: 0.3rem;
	border-radius: 0.12rem;
}
.stationlist.list01{
	margin-left: 3.6rem;
}
.stationlist .stationimg{
	width: 4.38rem;
	height: auto;
	margin-right: 0.28rem;
}
.stationlist .station_content{
	font-size: 0.24rem;
	
}
.stationlist .station_content .name{
    width: 5rem;
	color: #0069AD;
	font-size: 0.3rem;
	/*margin: 0.8rem 0 0.58rem;*/
	margin: 0.3rem 0;
}
.stationlist .station_content .text{
    width: 5rem;
	/*margin-bottom: 0.2rem;*/
	margin-right: 0.31rem;
	font-size: 0.18rem;
	color: #666;
}
.stationlist .station_content .text:nth-child(2){
    margin-bottom: 0.19rem;
}
.stationlist .station_content .text:nth-child(4),.stationlist .station_content .text:nth-child(3){
    line-height: 0.35rem;
}
.swiper{
	display: block;
}
/* 时间轴 */
.linebox{
	position: relative;
	font-size: 0.48rem;
	text-align: center;
	padding: 1.18rem 0 0.8rem;
}
.linebox>:first-child span{
	color: #0069AD;
}

.timeline-wrapper {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 5.28rem;
    margin: 0.8rem 0;
}

.timeline-wrapper .timeline {
    width: 10.5rem;
    height: auto;
	margin: 0 auto;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
}

.mask-top {
    background: linear-gradient(hsla(0,0%,100%,.9) 70%,hsla(0,0%,100%,0));
    position: absolute;
    top: 2.35rem;
    left: 0;
    width: 100%;
    height: 1.5rem;
}

.mask-bottom {
    position: absolute;
    left: 0;
    bottom: 1.3rem;
    width: 100%;
    height: 1rem;
    background: linear-gradient(0deg,hsla(0,0%,100%,.9) 70%,hsla(0,0%,100%,0));
}

.timeline-slider {
    -webkit-transform: rotate(90deg);
    -webkit-appearance: none;
    position: absolute;
	z-index: 10;
    width: 0.96rem;
    right: 3.9rem;
    top: 4.8rem;
}

.timeline-slider::-webkit-slider-thumb {
    border: 1px solid rgba(0,0,0,.8);
    -webkit-appearance: none;
    background: #fff;
    border-radius: 117px;
    margin-top: -.04rem;
    cursor: pointer;
    height: .09rem;
    width: 0.18rem
}

.timeline-slider::-webkit-slider-runnable-track {
    background: rgba(0,0,0,.2);
    -webkit-appearance: none;
    cursor: pointer;
    height: .01rem
}

/*  时间轴test*/
.timeline {
	position: relative;
	width: 12rem;
	margin: 0 auto;
	font-size: 0.18rem;
}
.timeline::after {
	content: '';
	position: absolute;
	border: 2px solid;
	border-image: linear-gradient(180deg, rgba(253, 253, 253, 1), rgba(82, 185, 52, 1), rgba(82, 185, 52, 1), rgba(82, 185, 52, 1), rgba(255, 255, 255, 1)) 2 2;
	top: 0;
	bottom: 0;
	left: 50%;
}
.timeline-item {
	padding: 0.1rem 1rem 0.1rem 0;
	position: relative;
	background-color: inherit;
	width: 50%;
}
.timeline-item::after {
	content: '';
	position: absolute;
	width: 1rem;
	height: 0.5rem;
	top: 50%;
	right: 0.05rem;
	background: url(../img/about/line.png) no-repeat;
	background-size: 1rem;
	z-index: 1;
}
.timeline-item:nth-child(odd) {
	text-align: right;
}
.timeline-item:nth-child(even) {
    text-align: left;
	left: 50%;
	padding: 0.1rem 0 0.1rem 1rem;
}

.timeline-item:nth-child(even)::after {
	transform: rotate(180deg);
	right: auto;
	left: 0.05rem;
}
.timeline-item-content {
	position: relative;
	padding: 0.2rem 0.3rem;
}
.timeline .big{
	font-size: 0.38rem;
}
/* about_05 */
.about_05 .title{
	font-size: 0.36rem;
	/* font-weight: 600; */
	text-align: center;
	padding: 1.3rem 0 0.8rem;
}
.origin_box{
	
}
.originlist{
	display: flex;
	justify-content: space-between;
	width: 12rem;
	margin: 0 auto;
	font-size: 0.2rem;
	background: url(../img/about/about_05bg.png) no-repeat center bottom;
	background-size: 100%;
	padding: 0.38rem 0.3rem;
	margin-bottom: 0.84rem;
}
.originimg{
	width: 5rem;
}
.originlist .name{
	font-size: 0.72rem;
	color: #0069AD;
	margin: 0.36rem 0 0.76rem 0.5rem;
}
.originlist p{
	margin-left: 0.5rem;
}
.originlist p:nth-child(2),.originlist p:nth-child(3){
    line-height: 0.38rem;
}
.originlist:nth-child(2) .name,.originlist:nth-child(2) p{
	transform: translateX(-50%);
}
/* 04,06 */
.aboutboxcommon{
	font-size: 0.2rem;
	text-align: center;
}
.aboutboxcommon .title{
	font-size: 0.34rem;
	padding: 1rem 0 0.3rem;
}
.aboutboxcommon .flex{
	display: flex;
	    align-items: center;
    justify-content: center;
    margin: 0.7rem auto 0.22rem;
	border-radius: 0.12rem;
}
.aboutboxcommon .flex-col{
	/*flex: 1;*/
	width: 3.92rem;
	height: 2.5rem;
	display: flex;
	flex-direction: column;
	background: #fff;
	margin-right: 0.12rem;
	padding: 0.3rem 0 0.4rem;
	border-radius: 0.12rem;
}

.aboutboxcommon .flex-col:nth-child(1) .name{
    width: 3rem;
}

.aboutboxcommon .flex-col:last-child{
	margin-right: 0;
}
.aboutboxcommon .flex-col .name{
    width: 2.5rem;
	background: url(../img/index/intro_03_title.png) no-repeat center bottom;
	background-size: 0.36rem;
	padding-bottom:  0.2rem;
	margin: 0 auto 0.49rem;
}
.aboutboxcommon .num{
	font-size: 0.54rem;
	color:#0269AD;
	font-weight: 600;
}
.about_04{
	padding-bottom: 1.48rem;
	background: url(../img/about/about_04.png);
	background-size: 100% 100%;
}

.about_04 .white:not(.title){
    color: #B2D1E6;
    font-size: 0.2rem;
}
.plambox{
        width: 12rem;
	background: #fff;
	margin: 0 auto;
	border-radius: 0.12rem;
}
.plambox .listbox{
	display: flex;
	padding: 0 0.4rem 0.3rem;
}
.plambox .listbox div{
	flex: 1;
	border-right: 0.03rem solid #F2F2F2;
	display: flex;
    align-items: center;
    padding: 0 0.1rem;
}

.plambox .listbox div:last-child{
    border: none;
}

.plambox .title{
	font-size: 0.24rem;
	padding: 0.33rem 0;
	background: url(../img/index/intro_03_title.png) no-repeat center bottom;
	background-size: 0.36rem;
	margin-bottom: 0.49rem;
}
.about_06{
	padding-bottom: 1.48rem;
	background: url(../img/about/about_06.png);
	font-size: 0.22rem;
}

.about_06 .title{
    width: 6.8rem;
    margin: 0 auto;
}

.about_06 .num{
	font-size: 0.2rem;
	margin-top: 0.2rem;
	color: #579DC9;
}
.about_06 .big{
	font-size: 0.45rem;
	color: #0269AD;
	margin: 0 0.15rem;
}

.about_06 .aaa{
    width: 3rem;
    margin: 0 auto;
}

.about_06 .flex-col:nth-child(2) .num{
    width: 3.3rem;
    margin: 0.1rem auto 0;
}

.about_06 .flex-col{
    height: 3.2rem;
}

@media only screen and (max-width: 1024px) {
.intro_03{
    display: block;
    height: auto;
    width: 100%;
}
.intro_03 p{
    width: 100%;
    height: 100%;
    padding: 0 .3rem;
}
.intro_03 .introimg{
    width: 100%;
}
.introtextcon{
    width: 100%;
    display: block;
    padding: 0 .3rem;
    margin-top: .5rem;
    margin-bottom: .3rem;
}
.intro_03 .introtext{
    width: 100%;
}
.intro_03 .introtext .description{
    width: 100%;
    font-size: .24rem;
}
.about_03_top{
    padding: 0 .3rem;
}
.about_03 .custom-content{
    font-size: .22rem;
    line-height: .35rem;
    text-align: left !important;
}
.stationlist{
    height: auto;
}
.stationlist.list01{
    margin-left: 0;
}
.about_03 .timeline-slider{
    display: none;
}
.stationbox {
  width: 100% !important;
  height: auto;
  overflow:hidden;
  padding: 0 .3rem;
}
.stationlist{
    margin-right: 0;
height: auto;
margin-bottom: .3rem;
padding: 0;
}
.stationlist .stationimg{
    width: 50%;
    height: 100%;
}
.stationlist .station_content .name{
    font-size: .24rem;
    font-weight: bold;
    margin: 0;
    padding: 0rem .1rem 0 0rem;
    width: 100%;
}
.stationlist .station_content .text{
    margin-right: 0;
    font-size: 0.2rem;
  color: #666;
  width: 100%;
}
.aboutboxcommon .flex{
    padding: 0 .3rem;
    display: block;
}
.aboutboxcommon .flex-col{
    width: 100%;
    margin-bottom: .3rem;
    font-size: .24rem;
}

.plambox{
    width: 92%;
  margin:0 auto;
  height: auto;
    overflow:hidden;
}
.plambox .listbox div{
    width: 33%;
  float: left;
  margin-bottom: .3rem;
}
.plambox .listbox div:last-child{
    border-right: 0.03rem solid #F2F2F2;
}
.originlist{
    display: block;
    width: 100%;
    margin-bottom: .3rem;
}
.originimg{
    width: 100%;
}
.originlist .name{
    font-size: .5rem;
    margin: 0.36rem 0 0.36rem 0.5rem;
}
.originlist:nth-child(2) .name, .originlist:nth-child(2) p{
    transform: inherit;
}
.linebox{
    font-size: .4rem;
}
.timeline-wrapper .timeline{
    width: 100%;
}
.timeline-slider{
    width: 2rem;
    right: -0.7rem;
}
.timeline-slider::-webkit-slider-thumb {
    width: 20px;
    height: 10px;
    margin-top: -4px;
}

.plambox .listbox{
    display: block;
}
.stationlist .station_content{
    width: 50%;
}
.stationlist .station_content .text:nth-child(2){
    margin-bottom: 0;
}
.aboutboxcommon .title{
    padding: 1rem .3rem 0 .3rem;
}
.about_04 .white:not(.title){
     padding: .3rem .3rem 0 .3rem;
}
.aboutboxcommon .flex-col .name{
    width: 100%;
}
.aboutboxcommon .flex-col:nth-child(1) .name{
    width: 100%;
    font-size: .3rem;
    margin-bottom: .3rem;
}
.plambox.title{
    padding: 1rem .3rem .3rem .3rem;
}
.about_05 .title{
    padding: 1.3rem .3rem 0.8rem;
}
.originlist p{
    margin-left: 0;
    font-size: .24rem;
}
 .originlist .content{
     margin-bottom: .3rem;
 }
.about_06 .aaa {
  margin:0 auto;
  width: 60%;
  font-size: .26rem;
}
.aboutboxcommon .flex-col .name{
    width: 100%;
    margin-bottom: .3rem;
    font-size: .3rem;
}
}
