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;
}
.tabsbox{
    width: 1140px;
    height: 68px;
    background: rgba(255,255,255,0.6);
    margin-top: -68px;
}
.tabsbox>li{
    height: 100%;
    padding: 0!important;
    margin: 0;
    border: none;
    overflow: hidden;
}
.tabsbox>li>a{
    width: 100%;
    height: 68px;
    padding: 20px 50px;
    border-radius: unset;
    color: #656767;
    font-size: 16px;
    font-weight: 600;
}
.tabsconbox{
    width: 100%;
}
.tabscontent{
    width: 1140px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 10px 20px;
    box-shadow: 0 0 1px rgba(0,0,0,0.15), 0 0 10px rgba(0,0,0,0.22);
}
.nameinput{
    width: 200px;
    height: 35px;
    margin-right: 40px;
    padding-left: 10px;
}
.phoinput{
    width: 400px;
    height: 35px;
    padding-left: 10px;
}
.yuyuebtn{
    padding: 8px 100px;
    background: #2f70b8;
    color: white;
    margin-left: 100px;
}
.yuyuebtn:hover{
    text-decoration: none;
    color: white;
}
.yuyueform{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 20px;
    padding: 5px 0;
}
.tabscontent>p{
    margin-left: 20px;
    color: #787675;
    font-size: 15px;
    font-weight: bold;
}
.aboutusbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}
.aboutcontainer{
    width: 1140px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 10px;
}
.aboutleft{
    width: 45%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.aboutleft>div:first-child{
    margin-top: -75px;
}
.abouttext{
    width: 100%;
    color: #bdbcbc;
    padding: 15px 0;
}
.about-btn{
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow-y: hidden;
    padding: 7px 0;
}
.aboutbtn{
    padding: 10px 60px;
    background: #2b9eda;
    color: white;
    font-size: 15px;
    font-weight: bold;
    
}
.linkmore{
    background: url("../image/btnimg_03.jpg")no-repeat center center;
    padding: 10px;
}
.linkmore:hover{
    text-decoration: none;
}
.aboutbtn:hover{
    text-decoration: none;
    color: white;
}
.aboutright{
    width: 48%;
}

.page1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container {
    width: 1140px;
    
    padding: 0 2rem;
	margin-top:40px;
}

.tabs {
    width: 1140px;
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.tabs li {
    width: 22%;
    border: none;
    border-radius: 30px;
    margin: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #656767;
    padding: 1rem;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out;
	border: 1px solid #2b9eda;
    color: #2b9eda;
    border-radius: 30px;
}

.tabs li.active {
    background-color: #2b9eda;
    color: white;
}


.tabs li.active > a {
    background-color: #2b9eda;
    color: white;
}

.tabs li > a {
    text-decoration: none;
    color: #0f0f0f;
}

.tabs li > a:hover {
    text-decoration: none;
    color: #ffffff;
}
.tabs li > a:active {
    text-decoration: none;
   color: #0f0f0f;
}

.tabs-content {
    margin-top: 40px;
}

.tabs-panel {

    display: none;
}

.tabs-panel.active {
    display: block;
}
.pagecontent{
    width: 100%;
    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:last-child{
    margin-top: 40px;
}
.topcon>div:last-child>img{
    width:100%;
}
.botcon{
    width: 1140px;
    margin-top: 40px;
}
.borderbox{
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
}
.borderbox>span:first-child{
    font-size: 20px;
    font-weight: bold;
    color: #2b9eda;
}
.borderbox>span:last-child{
    font-size: 10px;
    color: #b5b5b6;
    letter-spacing: -1px;
}
.contbox{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.conttop{
    margin-top: 15px;
}
.conttop>img{
    vertical-align: text-bottom;
}
.conttop>span{
    font-size: 20px;
    font-weight: bold;
    color: #656767;
    padding: 0 0 0 10px;
    vertical-align: bottom;
}
.conttop>p{
    font-size: 14px;
    color: #969696;
    padding: 5px 0 0 35px;
}
.contbox2{
    margin-top: 40px;
}


.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-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{
        width: 100%;
    }
    .tabs{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .tabs>li{
        width: 90%;
        font-size: 14px;
		margin-bottom: 15px;
    margin: 0 auto;
	margin-bottom:15px;
    }
    .tabs-content{
        width: 100%;
    }
    .topcon{
        width: 100%;
    }
    .botcon{
        width: 100%;
    }
}