body {
    font-family: "Noto Sans SC";
}

.header {
    width: 100%;
    height: 80px;
    background-color: white;
    line-height: 80px;
    z-index: 999;
}

.header .left {
    float: left;
    width: 30%;
}

.header .left img {
    width: 280px;
    vertical-align: middle;
    margin-left: 20%;
    height: 80px;
    object-fit: cover;
}

.header .left label {
    font-size: 16px;
    color: black;
    vertical-align: sub;
}

.header .right {
    float: right;
    width: 70%;
    text-align: right;
}

.header .nav {
    display: inline-block;
    margin-right: 5%;
    vertical-align: super;
}

.header .nav a {
    font-size: 16px;
    color: black;
    display: inline-block;
    width: 120px;
    text-align: center;
    position: relative;
    height: 64px;
    cursor: pointer;
}
.header .nav .point{
    display:none;
}

.header .nav .actived .point{
    display:block !important;
}
.swiper-container{
    height: 700px;
}
.banner{
    height: 700px;
    width: 100%;
}
.point{
    position: absolute;
    bottom: -13px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 10px;
}
.point span{
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-bottom: 2px;
}
.point span:nth-child(1){
    background-color:#175c9d
}

.point span:nth-child(2){
    background-color:#6297bf;
}
.point span:nth-child(3){
    background-color:#b0cbde;
}

.section1 img{
    width:100%
}
.section2{
    width:1200px;
    margin: 0 auto;
}
.section2 h1{
    padding:20px;
    text-align:center;
    font-size: 24px;
}
.section2 .itemList{
    width: 80%;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}
.section2 .itemList .item{
  flex: 1;
  margin: 0px 20px;
  position: relative;
  cursor: pointer;
}
.section2 .itemList .item img{
    width: 100%;
    height: 120px;
    
}
.section2 .itemList .item p{
    position: absolute;
    bottom: 20px;
    left: 15px;
    font-size: 16px;
    color: black;
    font-weight: bold;
}
.section2 .part{
    display: none;
    position: relative;
}
.section2 .part .info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #3886c8;
    margin-top: 20px;
    position: relative;
}

.section2 .part::after{
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-top: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px transparent dashed;
    border-left: 10px #3886c8 solid;
    overflow: hidden;
    content: '';
    top: -17px;
    left: 23%;
    transform: rotate(270deg);
}
.section2 .part.l2::after{
    left:50%;
}
.section2 .part.l3::after{
    left:75%;
}

.section2 .part .item{
  flex: 1;
  margin: 0px 20px;
  position: relative;
  text-align: center;
  padding: 30px 10px;

}
.section2 .part .item img{
    width: 80px;
    padding-bottom: 10px;
    height: 80px;
    object-fit: contain;
}
.section2 .part .item p{
    font-size: 16px;
    color:white;
}

.section3{
    width:1200px;
    margin: 0 auto;
}
.section3 h1{
    padding:20px;
    text-align:center;
    font-size: 20px;
}
.section3 .itemList{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section3 .item{
    width: calc(25% - 20px);
    position: relative;
    margin-bottom: 20px;
}
.section3 .itemList .item img{
    width: 100%;
    height: 200px;
}
.section3 .itemList .item p{
    position: absolute;
    bottom: 45px;
    left: 10px;
    font-size: 15px;
    color: white;
}
.title{
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}
.title h1{
    font-size: 24px;
    color: black;
    position: relative;
    z-index: 1;
}
.title h2{
    font-size: 50px;
    color: #dadadc;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    opacity: 0.8;
}
.section4{
    width:1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.section4 .itemList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.section4 .item{
    width: calc(25% - 20px);
    margin-bottom: 15px;
    position: relative;
    padding: 0px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    min-height: 80px;
    text-align: center;
     margin-right: 10px;
}
.section4 .item img{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 70px;
    object-fit: contain;
}
.section4 .item p{
     padding-left: 10px;
    font-size: 13px;
    color: black;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.section4 .item span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #b2b2b2;
    border-radius: 50%;
    margin: 0px 10px;
}
.topInfo{
    position: relative;
}
.topInfo .part1{
    width: 100%;
    height: 600px;
}
.topInfo .part1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topInfo .part2{
    height: 60px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #206481c2;
    line-height: 60px;
}
.topInfo .part2 .left{
    width: 100%;
}
.topInfo .part2 .left .text{
   width: 1200px;
   margin: 0 auto;
}
.topInfo .part2 .left img{
display: inline-block;
vertical-align: middle;
margin-right: 5px;
width: 20px;
}
.topInfo .part2 .left span{
    font-size: 15px;
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.topInfo .part2 .right{
    background-color: #dac681;
    width: 300px;
    position: absolute;
    right: 0px;
    height: 60px;
    line-height: 60px;
    top: 0px;
    
}
.topInfo .part2 .right span{
    font-size: 18px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 30px;
}
.topInfo .part2 .right img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    }
.footer{
    background-color: #202123;
    padding: 20px 0px;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.footer .info{
    display: flex;
    align-items: center;
}
.footer .info .left{
    text-align: left;
    border-right: 1px solid white;
    width: 20%;
}
.footer .info .left p{
    font-size:  14px;
    color: white;
    padding-bottom: 10px;
}
.footer .info .left p:nth-child(1){
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding-bottom: 0px;
}
.footer .info .left p:nth-child(2){
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding-bottom: 10px;
}
.footer .info .right{
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    width: 80%;
}
.footer .info .right .titleInfo{
    font-size: 16px;
    color: white;
    border-bottom: 1px solid white;
    position: relative;
    margin-bottom: 15px;
    width:65px;
    height: 30px;
}
.footer .info .right .item{
    flex: 1;
    padding-right: 20px;
}
.footer .info .right .titleInfo::after{
    width: 20px;
    background-color: #206481;
    height: 2px;
    left: 0px;
    bottom: -1px;
    content: '';
    display: block;
    position: absolute;
    z-index: 222;
}
.footer .info .right p{
    font-size: 14px;
    color: white;
    padding-bottom: 10px;
    word-break: break-all;
    white-space: nowrap;
}

.contact{
    width: 100%;
    background: url('../images/youshi16.jpg') no-repeat;
    background-size: cover;
    margin-top: 30px;
    background-color: #ccc;
    padding-top: 90px;
}
.contact .text{
    font-size: 30px;
    color: #ccc;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-top: 80px;
}
.contact .tel{
    width: 80%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.contact .tel .left{
    width: 100%;
}
.contact .tel .left img{
    display: block;
    width: 50px;
    margin-bottom: 15px;
}
.contact .tel .left p:nth-child(1){
    font-size: 24px;
    color: #3886c8;
    font-weight: bold;
    padding-bottom: 10px;
}
.contact .tel .left p span{
    color: black;
}
.contact .tel .left p:nth-child(2){
    font-size: 16px;
    color: black;
    font-weight: bold;
}
.contact .tel .right{
    text-align: center;
    width: 120px;
}
.contact .tel .right img{
    display: inline-block;
    width: 120px;
}
.contact .tel .right p{
    font-size: 18px;
    color: black;

}
.contact .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid white;
    margin-top: 10px;
}
.contact .list .item{
    flex: 1;
    text-align: center;
    padding: 30px;
    border-right: 1px solid white;
}
.contact .list .item:last-child{
    border-right:0px;
}
.contact .list .item img{
    width: 50px;
    padding-bottom: 5px;
}
.contact .list .item p{
    font-size: 15px;
    color: white;
}


.solve .module{
    background-color: #3886c8;
    width: 100%;
 }
 .solve .module .list{
    width: 1200px;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 15px;
text-align: justify;
 }
 .solve .module .list a{
    padding: 10px 15px;
font-size: 15px;
color: white;
border: 1px solid white;
border-radius: 5px;
margin-bottom: 15px;
display: inline-block;
 }
 .solve .module .section{
    background-color: #e0e0e0;
 }
 .solve .module .part{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;

 }
 .solve .module .part .left{
     width: 30%;
 }
 .solve .module .part .left h3{
    font-size: 18px;
    color: black;
 }
 .solve .module .part .left p{
    font-size: 14px;
    color: black;
 }
 .solve .module .part .left h4{
    font-size: 14px;
    color: #3886c8;
 }
 .solve .module .part .left a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    background-color: #3886c8;
    color: white;
    min-width: 140px;
    padding: 0px 10px;

 }
 .solve .module .part .right{
     width: 70%;
 }
 .solve .module .part .right img{
    width: 100%;
    height: 300px;
    object-fit: contain;
 }
 .solve .module .part .left img{
    width: 100%;
    height: 200px;
    object-fit: contain;
 }
 .solve .module .specail{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
 }
 .solve .module .specail img{
    width: 100%;
    height: 300px;
    object-fit: cover;
 }
 .solve .module .specail p{
    font-size: 14px;
    color: black;
    padding: 10px;
 }
 .solve .module .specail a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    background-color: #3886c8;
    color: white;
    min-width: 140px;
    padding: 0px 10px;

 }
 .solve .section .bottom{
   width: 1200px;
   margin: 0 auto;
   text-align: center;
   padding-top: 40px;
   padding-bottom: 40px;
 }
 .solve .section .bottom>p{
    color: #3886c8;
 }
 .solve .section .bottom .listInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
 }
 .solve .section .bottom .listInfo a{
    width: calc(33.333% - 60px);
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
 }
 .solve .section .bottom .listInfo a img{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
 }
 .solve .section .bottom .listInfo a p{
    font-size: 16px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
 }
 .solve .section .bottom .listInfo a:nth-child(1){
    background-color: #7380a3;
 }
 .solve .section .bottom .listInfo a:nth-child(2){
    background-color: #2f8196;
 }
 .solve .section .bottom .listInfo a:nth-child(3){
    background-color: #2f8196;
 }
 .solve .section .bottom .listInfo a:nth-child(4){
    background-color: #7380a3;
 }
 .solve .section .bottom .listInfo a:nth-child(5){
    background-color: #a769a8;
 }
 .solve .section .bottom .listInfo a:nth-child(6){
    background-color: #ef763f;
 }


 .core .titleInfo{
    padding: 20px;
    text-align: center;
    color: #3886c8;
    font-size: 20px;
 }
 .core .itemList{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
 }
 .core .itemList .item{
    width: calc(33.333% - 40px);
    margin: 10px;
    text-align: center;
    background-color: #e0e0e0;
    height: 360px;
 }
 .core .itemList .item img{
    width: 100%;
    height: 170px;
    object-fit: cover;
 }
 .core .itemList .item h1{
    font-size: 24px;
    padding: 10px;
    padding-top: 30px;
 }
 .core .itemList .item p{
    font-size: 15px;
    color: black;
 }
 .advantage .topInfo .part img{
    width: 100%;
}
.advantage .sectionInfo{
    padding: 50px 20px;
}
.advantage .sectionInfo .p1{
   font-size: 20px;
   color: black;
   padding-bottom: 20px;
   text-align: center;
} 
.advantage .sectionInfo .info{
    text-align: center;
}
.advantage .sectionInfo .info .left{
    display: inline-block;
    vertical-align: middle;
    background-color: #2d343c;
    width: 450px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-right: 20px;
    position: relative;
}
.advantage .sectionInfo .info .left .top{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    color: #ef763f;
}
.advantage .sectionInfo .info .left .text{
    padding-bottom: 30px;
    text-align: center;
}
.advantage .sectionInfo .info .left .text img{
    width: 30px;
    display: inline-block;
    vertical-align: middle;

}
.advantage .sectionInfo .info .left .text span{
    font-size: 20px;
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.advantage .sectionInfo .info .right{
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.advantage .sectionInfo .info .right .top{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    color: #6b6b6b;
}
.advantage .sectionInfo .info .right .text{
    padding-bottom: 30px;
    text-align: center;
}
.advantage .sectionInfo .info .right .text img{
    width: 30px;
    display: inline-block;
    vertical-align: middle;

}
.advantage .sectionInfo .info .right .text span{
    font-size: 20px;
    color: #787878;
    display: inline-block;
    vertical-align: middle;
}
.advantage .cricle{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #0276bf;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: -66px;
    font-size: 50px;
    color: #ef763f;
    font-weight: bold;
    position: absolute;
    background-color: white;
}
.advantage .sectionInfo2{
    padding: 20px;
    background-color: #2d343c;
    padding-bottom: 50px;
}
.advantage .sectionInfo2 .titleInfo{
    font-size: 24px;
    color: white;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}
.advantage .sectionInfo2 .info{
    text-align: center;
}
.advantage .sectionInfo2 .info .img{
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}
.advantage .sectionInfo2 .right{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.advantage .sectionInfo2 .info .img img{
    width: 100%;
}
.advantage .sectionInfo2 .right>p{
    font-size: 24px;
    color: white;
    padding-bottom: 20px;
}
.advantage .sectionInfo2 .right>p span{
    font-size: 14px;
    color: white;
}
.advantage .sectionInfo2 .right .number{
    padding-bottom: 20px;
    text-align: left;
}
.advantage .sectionInfo2 .right .number a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.advantage .sectionInfo2 .right .number span{
    display: inline-block;
    color: #ef763f;
    font-size: 24px;
}
.advantage .sectionInfo2 .right .number label{
    display: inline-block;
    color: white;
    font-size: 16px;
}
.advantage .sectionInfo2 .right .number p{
    color: white;
    font-size: 16px;
    text-align: left;
}
.advantage .sectionInfo2 .right .number p b{
    background-color: #ef763f;
    width: 50px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.advantage .sectionInfo2 .text{
    color: white;
    font-size: 16px;
    text-align: center;
    display: block;
    text-align: left;
}
.advantage .sectionInfo3{
    background-color: white;
}
.advantage .sectionInfo3 .titleInfo{
    color: black;
}
.advantage .sectionInfo3 .text2{
    text-align: left;
}
.advantage .sectionInfo3 .text2 p{
    font-size: 16px;
    color: black;
    padding-bottom: 5px;
}
.advantage .sectionInfo4 p{
    padding-bottom: 0px !important;
    text-align: left;
}
.advantage .sectionInfo4 .number{
    padding-bottom: 0px !important;
}
.advantage .sectionInfo5{
    background-color: #dedede;
    padding-bottom: 50px;

}
.advantage .sectionInfo5 .titleInfo{
    font-size: 24px;
    color: white;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.advantage .sectionInfo5 .itemList{
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.advantage .sectionInfo5 .itemList .item{
    vertical-align: middle;
    padding: 60px 50px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0px 10px;
}
.advantage .sectionInfo5 .itemList .item p{
    color: white;
    font-size: 15px;
    position: relative;
    z-index: 5555;
}
.advantage .sectionInfo5 .itemList .item img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0px;
    top: 0px;
}

.custom .contentInfo{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
  
 }
 .custom .tabList{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
 }
 .custom .tabList a{
    width: calc(33.333% - 40px);
    margin: 10px;
    text-align: center;
    color: black;
    font-size: 15px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
 }
 .custom .tabList a.choosed::after{
    display: block;
    content: '';
    width: 55px;
    height: 2px;
    background-color: #ee7741;
    left: 0px;
    right: 0px;
    bottom: -12px;
    margin: auto;
    position: absolute;
 }
 .custom .tabContent{
    display: none;
    background-color: #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    padding-left:15px;
    padding-right: 15px;
 }
 .custom .tabContent .info{
    display: flex;
    justify-content: space-between;
    align-items: center;

 }
 .custom .tabContent .left{
    width: 30%;
    height: 200px;
 }
 .custom .tabContent .left img{
    width: 100%;
    height: 100%;
 }
 .custom .tabContent .right{
    width: 70%;
    padding-left: 50px;
 }
 .custom .tabContent .right h1{
    font-size: 20px;
    color: #ee7741;;
    padding-top: 20px;
    padding-bottom: 20px;
 }
 .custom .tabContent .right p{
    font-size: 15px;
    color: black;
    padding-bottom: 10px;

 }
 .custom .section4 .itemList2 .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
    padding: 10px;
 }
 .custom .section4 .itemList2 .list .items{
    text-align: center;
    width: 20%;
    word-break: break-all;
 }
 .custom .section4 .itemList2 .list .items img{
     width: 100%;
     height: 50px;
     object-fit: contain;
 }
 .custom .section4 .itemList2 .list .items p{
    font-size: 15px;
    color: black;
 }
 .about .aboutInfo {
 	width: 1200px;
 	margin: 0 auto;
 	display: flex;
 	justify-content: space-between;
 	margin-top: 110px;
 	padding-bottom: 400px;
 	position: relative;
 }
 
 .about .aboutInfo .left {
 	width: 30%;
 	height: 500px;
 	position: relative;
 	min-width: 30%;
 
 }
 
 .about .aboutInfo .left img {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 	z-index: 5;
 	position: relative;
 }
 
 .about .aboutInfo .left h1 {
 	position: absolute;
 	top: -50px;
 }
 
 .about .aboutInfo .right {
 	padding-left: 100px;
 }
 
 .about .aboutInfo .right h2 {
 	font-size: 18px;
 	word-break: break-all;
 }
 
 .about .aboutInfo .right h4 {
 	font-size: 12px;
 	font-weight: normal;
 	padding-bottom: 20px;
 	word-break: break-all;
 	margin: 0px;
 }
 
 .about .aboutInfo .right .info p {
 	color: black;
 	font-size: 14px;
 	word-break: break-all;
 	line-height: 30px;
 }
 .about .team{
 	    position: absolute;
 	    width: 65%;
 	    padding: 50px;
 	    background-color: #1d8acb;
 	    bottom: 80px;
 	    right: 0px;
 	    z-index: 1;
 }
 .about .team .item{
 	padding-bottom: 20px;
 	padding-left: 10%;
 } 
 .about .team .item  h1{
 	padding-bottom: 10px;
 	color: white;
 	font-size:24px;
 } 
 .about .team .item p{
 	font-size: 14px;
 	color: white;
 }
 .about .team .item p span{
 	font-size: 18px;
 	color: #d9e166;
 }
  .about .timeInfo{
 	text-align: center;
 	padding-bottom: 60px;
 }
  .about .timeInfo p:nth-child(1){
 	color: #3886c8;
 	font-size: 14px;
 }
  .about .timeInfo p:nth-child(2){
 	color: #3886c8;
 	font-size: 20px;
 	font-weight: bold;
 }
  .about .timeLine{
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 	width: 100%;
 	position: relative;
 	cursor: pointer;
 }
  .about .timeLine::after{
 	content: '';
 	clear: both;
 	width: 110%;
 	height: 2px;
 	background-color: #c3c3c3;
 	left: -60px;
 	position: absolute;
 	display: block;
 
 }
  .about .timeLine img{
 width: 40px;
 position: relative;
 z-index: 888;
 cursor: pointer;
 }
  .about .timeLine .itemList .time{
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    text-align: center;
    font-size: 14px;
    color: #656567;
    position: relative;
    cursor: pointer;
 }
 		
  .about .timeLine .itemList .time label{
 	width: 7px;
 	height: 7px;
     background-color: #727070;
 	border-radius: 50%;
 	position: absolute;
 	left: 0px;
 	right: 0px;
 	margin: auto;
 	top: 0px;
 	bottom: 0px;
 	z-index: 888;
 	cursor: pointer;
 }
  .about .timeLine .itemList .time label:hover{
 	background-color: #3886c8;
 }
  .about .timeLine .itemList .time a{
 	position: absolute;
 	left: 0px;
 	right: 0px;
 	top: -30px;
 }
  .about .section4 .itemList{
 	width: 80%;
 }
  .about .chooseTime label{
 
     background-color: #3886c8 !important;
 		
 }
  .about .chooseTime label::after{
 	width: 11px;
 	height: 11px;
 	border-radius: 50%;
 	content: '';
 	display: block;
 	position: absolute;
 	left: -3px;
 	top: 0px;
 	bottom: 0px;
 	margin: auto;
 	border: 1px solid #3886c8;
 }
 
  .about .chooseTime a{
 	font-size: 20px;
 	color: #3886c8;
 	font-weight: bold;
 	top: -60px !important;
 }
  .about .textInfo{
 	display: none;
 	text-align: center;
 	padding-top: 30px;
 }
  .about .textInfo p{
 	color: #565656;
 	padding-bottom: 5px;
 }















