html,body{font-size:18px;}
.container{min-width:1140px;}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
}
.header-bg{
    height: 670px;
    overflow: hidden;
    background-image: url('/static/images/zgb/header-bg.jpg?');
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50%;
}
.cyong-bg{
    height: auto;
    overflow: hidden;
    background-image: url('/static/images/zgb/index-cyong-bg.png');
    background-repeat: no-repeat;
    /*background-size: cover !important;*/
    /*background-position: 50%;*/
}
.index-bg{
    background-size:100% 100%;
    background-image: url('/static/images/zgb/index-bg.png');
    background-repeat: no-repeat;
    /*background-size: cover !important;*/
    /*background-position: 50%;*/
}
a{color:#343a40;}
a:hover{color:#3399FF;text-decoration:none;}
.bg-pink{background-color:#F5C9C9}
.bg-gray{background-color:#e4e4e4;}
.bg-blue{background-color: #3399FF;}
.bg-purple{background:#576FDB;}
.bg-hui{
	background-color: #ECEFF4;
}
.bg-org{
	background-color: #3399FF;
}
.bg-list-nav{
    background-color: #4889DB;
    color: #fff;
    border-radius: 5px;
}
.border-top-radius{
	border-top-right-radius:20px;
	border-top-left-radius: 20px;
}
.bg-fuwu{
	background-image: url(/static/images/fuwubj.jpg); 
	background-size:100% 100%;
	background-repeat:repeat;
}
.bg-team{
	background-image: url(/static/images/teambj.jpg);
	background-size:100% 100%;
	background-repeat:repeat;
}
.about-top{
	background-image: url(/static/images/about-top.png);
	background-size:100% 100%;
	background-repeat:repeat;
}
.about-sm{
	margin-top: 100px;
	margin-bottom: 100px;
	background-image: url(/static/images/about-sm.png);
	background-size:100% 100%;
	background-repeat:repeat;
}
.btn-org{
	background-color:#3399FF ;
	color: #fff;
}
.border-org{
	width: 10px;
	height:80px;
	background-color:#3399FF ;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: -8px;
	border-radius: 0 14px 0 14px;
}
.border-org-bottom{
	width: 60px;
	height:5px;
	background-color:#3399FF ;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 0 5px 0 5px;
	margin: 0 auto;
}
.border-org-left{
	width: 60px;
	height:5px;
	background-color:#3399FF ;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 0 5px 0 5px;
}
.border-orgin{
	border-bottom: 3px solid#3399FF;
	
}
.index-anli ul li .active{
	color:#3399FF!important;
	border-top: 5px solid#3399FF;

}
.text-orange{color:#3399FF;}
.text-hui{color:#E0E0E0}

.badge-blue{background-color:#2763af;color:#ffffff;}
.badge-blue:hover{background-color:#225797;color:#ffffff;text-decoration:none;}
.bg-red{background: #b41e1e;}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 16px;
}
.jishu ul li .active{
	border-right: 3px solid#3399FF;
		background-color: #F4F4F4;
}
.case-xg h6{
	border-left: 3px solid#3399FF;
	padding-left: 10px;
}
.fuwu-list01{
	background-image: url(/static/images/fuwu-list01.jpg);
	background-size:100% 100%;
	background-repeat:repeat;
}
.about-jj{
	margin-bottom: -100px;
}
/*分页*/
.page-num:not(:disabled) {cursor:pointer;}
.page-num,.page-link {position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#343a40;background-color:#fff;border:1px solid #dee2e6;}
a.page-num:hover,.page-link:hover {text-decoration:none;}
.page-num-current {z-index:1;color:#000000;background-color:#ffc107;border-color:#ffc107;}
.page-num-current:hover {color:#000000;}

