.ico_img{
	width: 200px;
	}
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%;
}
.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;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.kongjianbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("404.png") repeat-x top;
    padding-top: 15px;
}
.kongjian-container{
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.kongjian-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
}
.kongjian-top>img{
    width: 100%;
}
.kongjian-top>p{
   color: #6d6d6c;
    font-size: 14px;
    margin-top: 10px;
}

.tese-bot{
    width: 100%;
    height: 900px;
}

.container1 {
    max-width: 1140px;
    margin: 2rem auto;
}
.kechuang-content{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.tabs {
    width: 1140px;
    margin-top: 20px;
    text-align: center;
}
.tabs input {
    display: none;
}
.tabs label {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #68aee1;
    color: #2b9eda;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin:  0 13px;
	width:200px;
	padding: 1rem;
}
.tabs label:hover {
    cursor: pointer;
}
.tabs input:checked + label {
    background: #2b9eda;
    color: white;
}
.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2,
.tabs #tab3:checked ~ .content #content3,
.tabs #tab4:checked ~ .content #content4 {
    display: block;
}
.tabs .content > div {
    
    
    text-align: center;
    overflow: hidden;
    
}
.center-container{
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tianfubox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #e3e2e2;
    padding-bottom: 50px;
}
.tianfu-top>p{
    margin-top: 20px;
    color: #656767;
    font-size: 17px;
}
.tianfu-bot{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 490px!important;
    width: 100%;
}
.bigimgswiper{
    width: 100%;
    height: auto;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 270px;
    height: 160px;
    opacity: 0.6;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide>img{
    width: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.bigimgswiper>div{
    margin: 0!important;
}
.bigimgswiper>div>img{
    width: 100%;
    height: auto;
}
.topswiperbtn{
    width: 12%;
}
.bangongbox{
    width: 100%;
    
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e0e1;
}
.bangong-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bangong-top>p{
    width: 590px;
    margin-top: 20px;
    color: #656767;
    font-size: 16px;
}
.bangongswiper>div>div>img{
    width: 100%;
    height: auto;
}
.bangong-swiitem{
    width: 100%;
    height: 600px;
}
.bangongswiper{
    width: 100%;
    height: 530px;
    margin-top: 30px;
}
.bangong-pagination{
    margin-bottom: 20px;
}
.sysbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    padding-bottom: 50px;
    border-bottom: 1px solid #cdcac9;
}
.sys-bot{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-top: 40px;
}
.sysbot-left{
    width: 59%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.sysleftitem{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
    border-bottom: 1px solid #cdcac9;
    cursor: pointer;
}
.sysleftitem>p{
    text-align: left;
    margin: 0;
    color: #767777;
    padding: 10px 10px 0;
}
.sysbox-right{
    width: 38%;
}
.sysbox-right>img{
    width: 100%;
}
.foundusbox{
    width: 100%;
    margin-top: 50px;
}
.found-top>p{
    margin: 0;
    color: #656767;
    
	margin-top: 20px;
    font-size: 22px;
}
.found-bot{
    width: 100%;
    margin-top: 40px;
}
.found-bot>img{
    width: 100%;
}
.kctopswiper-item{
    position: relative!important;
    height: 492px!important;
}
.kctopswiper-item>img:first-child{
    width: 1140px;
    position: absolute;
    left: 0;
}
.blackbar{
    width: 100%;
    height: 45px;
    background: url("../image/kchoverimg.png")repeat-x center center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
}
.blackbar>p{
    padding: 13px 10px;
    text-align: left;
    vertical-align: center;
}
.maitian-top{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.maitian-top>p{
    width: 80%;
}




.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;
}

.tabs1{
	width: 70%;
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
	}
.tabs1 li.active {
    background-color: #2b9eda;
    color: white;
}
.tabs1 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;
}
.tabs1 li > a {
    text-decoration: none;
    color: #2b9eda;
}
.bangong-bot{
	margin-top:30px;
	}
.mttext{
	margin-left: 10px;
	}
@media (max-width: 768px) {
    body {
        width: 100%;
        min-width: 100%;
        overflow-x: hidden;
    }
    .tabs{
        width: 100%;
    }
    .tabs label{
        width: 70%;
        margin: 5px 0;
    }
    .content{
        width: 100%;
    }
    .content1{
        width: 100%;
    }
    .center-container{
        width: 100%;
    }
    .tianfu-top{
        width: 98%;
    }
    .tianfu-top>p{
        width: 100%;
        
    }
    .kctopswiper-item>img:first-child{
        width: 100%;
    }
    .kctopswiper-item{
        height: 150px;
    }
    .topswiperbtn{
        display: none;
    }
    .gallery-thumbs{
        width: 100%;
    }
    .gallery-thumbs .swiper-slide{
        height: auto;
    }

    .bangong-top>p{
        width: 80%;
    }
    .bangongswiper{
        height: auto;
    }
    .bangong-swiitem{
        height: auto;
    }
    .sys-bot{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .sysbot-left{
        width: 95%;

padding-bottom:15px;
    }
    .sysbot-right{
        width: 95%;
    }
    .sysleftitem{
        width: 100%;
        padding: 15px 0;
        border: none;
    }
    .sysleftitem>p{
        font-size: 11px;
        vertical-align: center;
    }
    .sysbox-right{
        width: 95%;
		    overflow: hidden;
    }
    .bangong-bot{
        width: 100%;
    }
    .found-top{
        width: 100%;
    }

    .found-top>p{
        width: 80%;
        font-size: 18px;
        margin: 0 auto;
		margin-top:20px;
    }

	.tabs1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	.tabs1>li {
    width: 80%;
	}
	.bangongbox
	{
		padding-bottom: 0px; 
		}
	.ico_img{
	width: 120px;
	margin-bottom:10px;
	}
}