body{
    min-width: 1170px;
}
.container{width:1170px;max-width:none!important;}
button:focus{
    outline: 0;
}
.top{
	height: 40px;
	width: 100%;
	min-width: 1170px;
    background-color: #2b2a33;
}
.footer{
    min-width: 1170px;
}
.logo-box{
    background: url(/static/images/logo-bg.jpg) no-repeat center;
	background-size: cover;
}
.top-ggh{
    position: absolute;
    right: -120px;
    top: 15px;
}
.mobile .top-ggh{
	display:none;
}
nav.navbar{
	background-color: #205dc3;
	height: 68px;
	min-width: 1400px;
}
.mobile nav.navbar{
	min-width: auto;
}
.navbar-nav{
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #fff;
}
.navbar .navbar-toggler{
    position: fixed;
    top: 54px;
    right: 15px;
}
.navbar-nav .nav-item a.nav-link{
	color: #fff;
	font-size: 20px;
	height: 68px;
	line-height: 68px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	padding-left: 5px;
    padding-right: 5px;
    min-width: 130px;
}
.navbar-light .navbar-nav .nav-item a:hover{
	background-color: #2f6fd8;
	color: #fff;
}
.search{
	position: relative;
    width: 400px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.btn-search{
    background: url(/static/images/icon_search.png) no-repeat center center #007ad9;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
	width: 38px;
    height: 38px;
}
.search input{
	border: none;
}
.mobile_item_tem {
    position: relative;
    float: left;
    height: 28px;
    margin-right: 14px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    cursor: pointer;
    z-index: 20;
}
.mobile_item_tem:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url(/static/images/icon_m.png);
}
.mobile_item_tem.tem1:before {
    background-position: 0 0;
    content: "";
}
.mobile_item_tem.tem2:before {
    background-position: 0 -28px;
    content: "";
}
.mobile_item_tem.tem3:before {
    background-position: 0 -56px;
    content: "";
}
.mobile_item_tem .qrcode {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px;
    height: 100px;
}
.mobile_item_tem .qrcode img {
    width: 100%;
    height: 100%;
}
.mobile_item_tem:hover > .qrcode{
	display: block;
}
.hot-keyword{
	color: #888;
}
.hot-keyword a{
	margin-right:5px;
	color: #888;
}

.swiper-box {
    position: relative;
    width: 100%;
    height:438px;
    object-fit: fill;
    overflow: hidden;
}
.swiper-box .swiper-box-item {
    position: absolute;
    width: 100%;
    height: 438px;
    padding-right: 20px;
}
.swiper-box .swiper-box-item img{
object-fit: cover;
width: 100%;
height: 100%;
}

.swiper-text{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:48px;
    font-size:18px;
    background: rgba(0,0,0,0.8);
}
.swiper-text p{
    font-size: 18px;
    line-height: 48px;
    padding: 0 20px;
}
.nav-tabs {
    height: 44px;
    margin-bottom: 14px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: bold;
    color: #005fc9;
    border: 0;
    border-top: 3px solid #005fc9;
    
}
.nav-tabs .nav-link{
    border: 0;
    border-top: 3px solid transparent;
    background-color: transparent;
    font-size: 20px;
    margin-top: -2px;
    border-radius: 0;
}
.nav-tabs .nav-link:hover{
    background-color: transparent;
    border: 0;
    border-top: 3px solid #005fc9;
}
.index-news{
    height: 438px;
}
.index-news .tab-pane p{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    overflow: hidden;
}
.index-news .tab-pane p a{
    color: #333;
    font-size: 16px;
    flex:1;
    padding-right: 10px;
    height: 22px;
    overflow: hidden;
}
.index-news .tab-pane p span{
    color: #888;
    font-size: 16px;
}
.index-news a.more{
    position: absolute;
    bottom: 0;
    right: 10px;
}

.main-title{
    border-top: 1px solid #d9d9d9;
    margin-top: 30px;
}
.main-title h3 span{
    border-top: 3px solid #005fc9;
    padding: 10px 20px;
    margin-top: -2px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #005fc9;
}
.index-yewu{
    justify-content: space-around;
}
.index-yewu li{
    width: 118px;
    height: 178px;
    background-color: #e8f1ff;
    border: 1px solid #cbdfff;
    text-align: center;
    padding:10px;
    margin-top: 10px;
}
.index-yewu li a{
    font-weight: bold;
    font-size: 14px;
    color: #005fc9;
}
.index-project{
    height: 120px;
}
.index-project img{
    height: 200px;
}
.friend-link li{
    padding:0 10px;
    margin-bottom: 10px;
}
.friend-link li a{
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px;
}
.friend-link li img {
    height: 40px;
    width: 200px;
    object-fit: contain;
}

@media screen and (min-width: 767px) and (max-width: 991px) { 
	.index-yewu li{
        width: 146px;
    }
	
}
@media (max-width: 991.98px) {
    .mobile-collapse{
        position: fixed;
        z-index: 9999;
        width: 100%;
        background-color: rgba(0,0,0,0.8);
        top: 120px;
        left:0;
        right:0;
    }
    .swiper-box-item{
        padding-right: 0 !important;
    }
}

@media (min-width: 1110px){
    .jumbotron {
        padding: 5rem 2rem;
    }
}