body{
    padding: 0;
    margin: 0;
    min-width: 1140px;
}
.mycontainer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
    z-index: 10;
}
.topnavabr{
    width: 1140px;
    height: 100px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pageall>a{
    color: white;
    padding: 10px 0;
    text-decoration: none;
    margin-left: 32px;
}
.pageall>a:nth-child(2){
    border-bottom: 2px solid white;
}
.pageall>a:hover{
    border-bottom: 2px solid white;
}

.swiper-pagination-custom {
    width: 100%;
    height: 2px;
    margin-top: 50px;
}
.bannerfyq {
    width: 30px;
    height: 5px;
    display: inline-block;
    background: white;
    margin-left: 10px;
}
.bannerfyq-active {
    opacity: 1;
    background-color: #2f70b8;
}

.page1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_about {
    width: 1140px;
    margin: 20px auto;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tabs {
    width: 70%;
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.tabs li {
    width: 25%;
    border: 1px solid #2b9eda;
    color: #2b9eda;
    border-radius: 30px;
    margin: 15px 0;
    text-align: center;
    font-size: 18px;
    padding: 1rem;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out;
}

.tabs li.active{
    background-color: #2b9eda;
    color: white;
}
.tabs li.active a{
    color: white;
}

.tabs li > a {
    text-decoration: none;
    color: #2b9eda;
}
.tabs li > a:hover {
    text-decoration: none;
    color: #fffff;
}

.tabs-content {
    
}

.tabs-panel {
    padding: 2rem 1rem;
	padding-top:0px;
    display: none;
}

.tabs-panel.active {
    display: block;
}
.pagecontent{
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.topcon{
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.topcon>div{
    width: 100%;
    margin-top: 40px;
    text-align: center;

}
.topcon1{
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.topcon1>div{
    width: 100%;
    margin-top: 10px;
    text-align: center;

}
.yizhanswiper{
    width: 100%;
}
.botcon{
    width: 1140px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.botcon1{
    width: 1140px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.pager>li>a{
    border: none;
}
.botitems{
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottex{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    vertical-align: text-bottom;
}
.bottex>p:first-child{
     color: #666666;
     font-size: 16px;
     font-weight: bold;
    padding-left: 15px;
    margin: 0;
	width:220px;
 }
.bottex>p:last-child{
    color: #666666;
    font-size: 10px;
    padding-left: 15px;
    margin: 0;
	height: 35px;
}

.video-box{
    width: 100%;
    margin-top: 50px;
}
.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
.topcon>p{
    color: #717272;
    font-size: 14px;
    padding-top: 20px;
    line-height: 40px;
	width:100%;
}

.botcon>p{
    color: #717272;
    font-size: 14px;
    line-height: 40px;
}
.dashijiitem{
    width: 95%;
    background: url("../image/dasijileft.png")repeat-y top left;
    display:flex;
    align-items: flex-start;
    padding-left: 5%;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 40px;
}
.dashijiitem>p:first-child{
    color: #2b9eda;
    font-size: 20px;
    font-weight: bold;
}
.dashijiitem>p:nth-child(2){
    color:#383a3a;
    font-size: 16px ;
    font-weight: bold;

}
.dashijiitem>p:last-child{
    color: #717272;
    font-size: 12px;
}
.dashijiitem>img{
    color: #717272;
    font-size: 12px;
    padding: 10px 0;
}








.footer-tips{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2b9eda;
}
.tips-con{
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.tips-con>a{
    padding: 5px 55px;
    border: 1px solid white;
    color: white;
}
.tips-con>a:hover{
    color: white;
    text-decoration: none;
}
.footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #085495;
    padding-top: 30px;
}
.foot-container{
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.foot-left{
    width: 25%;
    margin-top: -120px;
}
.foot-logobox{
    width: 100%;
}
.foot-logobox>img{
    width: 100%;
}
.alllinkbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.alllinkbox>a{
    width: 33%;
    color: white;
    text-align: center;
    margin: 10px 0;
}
.alllinkbox>a:hover{
    text-decoration: none;
}
.foot-center{
    width: 40%;
    color: white;
    padding-left: 60px;
    margin-top: -45px;
}
.foot-center>p:first-child{
    font-size: 18px;
}
.foot-center>p:last-child{
    color: #b7bcd8;
}
.foot-center>div{
    padding: 7px 0;
}
.foot-center>div>img{
    padding-right: 5px;
}
.foot-right{
    width: 33%;
    color: white;
    padding-top: 20px;
}
.ewm-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 18px;
    line-height: 3;
}
.footer>p{
    width: 1140px;
    font-size: 14px;
    color: white;
    text-align: right;
}
.footer>p>a>img{
    width: 20px;
}
.topbtn>img{
    width: 100%;
}
.toTop {
    width: 37px;
    height: 37px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    body {
        width: 100%;
        min-width: 100%;
        overflow-x: hidden;
    }
    .container_about{
        width: 98%;
    }
    .tabs{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .tabs>li{
        width: 80%;
    }
    .tabs-content{
        width: 100%;
    }
    .topcon{
        width: 100%;
    }
	.topcon1{
        width: 100%;
    }

    .botcon{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
    }
    .botitems{
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;

    }
    .dashijiitem{
        width: 95%;
        padding-left: 15%;
        margin-top: 15px;
    }
    .dashijiitem>img{
        width: 100%;
    }
    .guanyuswiper>div>div>img{
        width: 100%;
    }
	.tabs-panel{
		padding:0px;
		}
	.pagecontent{
		width:100%;
		}
}