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(4){
    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;
}

.newsbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.news-container{
    width: 1140px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.news-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.huodong-top>div>span {
    margin-top: 20px;
    color: #656767;
}
.news-top>div>span {
    color: #656767;
}
.news-top>div{
    padding-top: 30px;
    padding-bottom: 30px;
}

.news-bot{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.newsitem{
    width: 32%;
    padding-bottom: 50px;
    cursor: pointer;

}
.news-imgbox{
    width: 100%;
    height: auto;
}
.news-imgbox>img{
    width: 100%;
}
.news-textbox{
    width: 95%;
    background: url("../image/line.png")no-repeat top left;
    margin-top: 15px;
}
.news-textbox>div{
    margin-left: 15px;
}
.news-textbox>p:first-child{
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
}
.news-textcon{
    font-size: 12px;
    margin-left: 15px;
    color: #9f9e9e;
}
.contactbox{
    width: 100%;
    height: auto;
    background: url("../image/contact-bg.png")repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 60px;
    margin-top: 60px;
}
.contact-container{
    width: 1140px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact-top{
    margin-top: 50px;
}
.contact-bot{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.inputbox{
    width: 35%;
    padding: 0 20px;
    margin: 10px 0;
}
.inputbox>input{
    width: 100%;
    height: 35px;
    outline: none;
    border: none;
    padding-left: 15px;
}
.inputbox>select{
    width: 80px;
    height: 35px;
    border: none;
    border-right: 1px solid #c1bdbd;
}
.selectbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputbox>a{
    background: #2b9eda;
    color: white;
    padding: 10px 119px;
}
.inputbox>a:last-child{
    background: url("../image/fei_03.jpg")no-repeat center center;
    padding: 10px 25px;
}
.inputbox>a:hover{
    text-decoration: none;
}
.contact-container>p{
    color: white;
    font-size: 13px;
    margin-top: 30px;
}
.tuandui-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    padding-bottom: 70px;
}
.tuandui-container{
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.tuandui-bot{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 70px;
}
.smatuandui{
    width: 283px;
    height: 97px;
    overflow: hidden;
    border-bottom: 1px solid #bdbab9;
    border-right:  1px solid #bdbab9;
    padding: 15px;
}
.smatuandui>a>img{
    width: 100%;
    height: 100%;
}
.smatuandui1{
    border-right: none!important;
}
.smatuandui2{
    border-bottom: none!important;
}
.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%;
}

.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;
}
.newsbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.news-container{
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-top{
    width: 100%;
    text-align: center;
}
.news-bot{
    width: 100%;
    height: auto;
   
}
.news-item{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 45px;
}
.news-item:hover{
    box-shadow: 0 0 1px rgba(0,0,0,0.15), 0 0 10px rgba(0,0,0,0.22);
    transition: 0.3s;
}
.news-left{
    width: 357px;
    height: 261px;
    overflow: hidden;
}
.fenye{
    padding: 50px 0;
}
.fenye>a{
    font-size: 16px;
    color: #2b9eda;
}
.news-right{
    width: 700px;
    height: 261px;
    padding-right: 30px;
	margin-left:50px;
}
.news-right>h4{
    color: #323333;
    padding: 10px 0;
    font-size:22px;
}
.news-right>div>a{
    padding: 5px 20px;
    color: #2b9eda;
    border: 1px solid #2b9eda;
    margin-top: 150px;
}
.news-right>div:first-child{
    margin-top: 10px;
}
.news-right>div:last-child{
    margin-top: 10px;
	    margin-bottom: 10px;
}
.news-right>div{
    font-size: 15px;
    color: #969696;
}
.news-right>p{
    color: #969696;
}
a:hover{
    text-decoration: none;
}

.news_more{
	    padding: 5px 20px;
    color: #2b9eda;
    border: 1px solid #2b9eda;
    width: 105px;
	}
.page-box{
	margin-top: 20px;
    margin-bottom: 20px;
	}
.new_title{
	float:left;
	width:80%;
	}
.new_date{
	float:left;
	width:20%;
	}
.zbcg_a{
	width:100%;
	}

@media (max-width: 768px) {
    body {
        width: 100%;
        min-width: 100%;
        overflow-x: hidden;
    }
    .news-container{
        width: 100%;
    }
    .news-top{
        width:90%;
        

    }
    .news-bot{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        
    }
    .news-item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .news-left{
        width: 98%;
        height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
    }
    .news-right{
        width: 92%;
        height: 100%;
		    padding-right: 0px;
     margin-left: 0px;
    }
    .fenye{
        width: 90%;
        text-align: center;
    }
	.news-right>div:last-child
	{
		margin-top: 10px;
		}
	.new_title{
	float:left;
	width:60%;
	}
.new_date{
	float:left;
	width:40%;
	}
}