@charset "utf-8";
body {
  font-family: "Microsoft YaHei","Helvetica Neue",Arial,"Noto Sans",sans-serif;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.header {
	background: rgba(0,0,0,0);
	padding: 1rem!important;
	-webkit-transition: all 0.4s;
	    -moz-transition: all 0.4s;
	    transition: all 0.4s;
}
.header-sticky {
    background: rgba(0,0,0,0.8);
    color: #fff;
}




@media (max-width: 767px) {
	.header {
	    background: rgba(0,0,0,0.8);
		padding: 1rem!important;
	}
	.header-sticky {
	    position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    z-index: 1030;
	}
}
@media (min-width: 768px) {
	.header {
		padding: 1rem!important;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		
	}
}
.header .nav-link{
	font-size: 1.125rem;
	color: #fff;
	padding-left: 30px!important;
	padding-right: 30px!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #2D8DC4;
}
.navbar-dark .navbar-toggler{
	border:0
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.header .navbar-toggler .icon-bar {
    background-color: #fff;
}
.navbar-toggler {
	padding: 0;
	outline: none;
	border: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #fff;
	position: relative;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.navbar-toggler-icon:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -11px;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 4px;
	transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	backface-visibility: hidden;
}

.navbar-toggler-icon:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -11px;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 4px;
	transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	backface-visibility: hidden;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background: rgba(0, 0, 0, 0);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 0px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	bottom: 0px;
}
@media (max-width: 991px) {
	.header:not(.header-sticky) .navbar-collapse {
		padding: 0 20px 10px;
		background-color: #fff;
	}
	.header:not(.header-sticky) .navbar-collapse .nav-item .nav-link {
		color: #777;
	}
	.header:not(.header-sticky) .navbar-collapse .active.nav-item .nav-link {
		color: #f5f219;
	}
}
.navbar-brand{
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}
.content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mbg1,.mbg2,.mbg3,.mbg4,.mbg5{
	background-repeat: no-repeat;
	background-size: cover;
}
.mbg1{
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.mbg2{
	background-image: url(../images/bg2.png);
	color: #fff;
}
.mbg3{
	background-image: url(../images/bg3.png);
}
.mbg4{
	background: #252525;
	color: #fff;
}
.mbg4{
		background-color: #252525;
		background-image: url(../images/bg4.png);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		color: #fff;
	}
@media (min-width: 768px) {
	.mbg4{
		background-color: #252525;
		background-image: url(../images/bg4.png);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		color: #fff;
	}
}
.heading{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.heading::after{
	content: '';
	display: inline-block;
	border-top: #0056B3 solid 4px;
	width:3rem;
}
.heading-title{
	font-size: 3rem;
	text-align: center;
}
.sub-heading-title{
	font-size: 2.5rem;
	border-left: transparent solid 5px;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 1;
	display: inline-block;
}
.sub-heading{
	font-size: 1.5rem;
	border-left: #005CBF solid 5px;
	padding-left: 15px;
}
.about-text p{
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: justify;
	margin-top: 50px;
	margin-bottom: 135px;
	overflow: hidden;
}
.jiabin-container{
	padding-bottom: 47px;
}
@media (max-width: 768px){
	.heading{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.heading-title{
		font-size: 1.5rem;
		text-align: center;
	}
	.sub-heading-title{
		font-size: 1.25rem;
	}
	.about-text p{
		font-size: 1.125rem;
		line-height: 1.8;
		margin-top: 50px;
		margin-bottom: 65px;
		overflow: hidden;
	}
}
.zt-box{
	padding: 30px 10px;
	border-top-left-radius: 15px!important;
	border-top-right-radius: 15px!important;
	margin-bottom: 10px;
}
.zt-box img{
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.zt-body{
	font-size: 1.25rem;
	text-align: center;
	color: #fff;
}
.zt-bg1{
	background: #137E91;
}
.zt-bg2{
	background: #668488;
}
.zt-bg3{
	background: #2447A2;
}
.zt-bg4{
	background: #3083B5;
}

.flt-box span{
	font-size: 1.375rem;
	text-align: center;
	background-color: #0056B3;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
.jiabin{
	border: 0;
	text-align: center;
	background: transparent!important;
}
.jiabin .card-body{
	background: #2D8DC4;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
	padding: 1rem;
	height: 8.4375rem;
}
.jiabin .card-body p{
	margin: 0;
}
.yy-text{
	font-size: 1.25rem;
	margin-top: 3.75rem;
}
.yy-text2{
	font-size: 1.25rem;
	margin-top: 9.375rem;
}
.jgdw{
	background: #2D8DC4;
	padding: 30px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
	margin-bottom: 1rem;
}
.jgdw h4{
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.jgdw p{
	font-size: 1.125rem;
}

.footer{
	background: #0E0E17;
	padding: 40px 0 20px 0;
	color: #fff;
}
.footer .figure{
	margin-right: 10px;
}
.footer h4{
	font-size: 1.125rem;
}
.footer a{
	font-size: 0.875rem;
	color: #fff;
}
.typeright{
	font-size: 0.875rem;
}

.rc-nav{
	margin-left: -5px;
	margin-right: -5px;
}
.rc-nav .nav-item{
	padding-left: 5px;
	padding-right: 5px;
}
.zt-box.nav-link {
    border-radius: 0;
	border-top-left-radius: 15px!important;
	border-top-right-radius: 15px!important;
	background: #3A3A3A;
	color: #fff;
}
.zt-box.nav-link.active, .zt-box.show > .nav-link {
    color: #fff;
    background-color: #339fdf;
}

/* 日程 */
.rc-item{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: #ECECEC solid 1px;
	padding: 20px 0;
}
.rc-item:last-child{
	border-bottom: 0;
}
.rc-item h4{
	font-size: 1.25rem;
	font-weight: bold;
	color: #339fdf;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	margin-right: 30px;
}
.rc-item h5{
	font-size: 1.125rem;
	font-weight: bold;
	color: #339fdf;
	margin-bottom: 8px;
	margin-top: 0px;
	padding: 0;
}
.rc-item p{
	font-size: 1rem;
	color: #6b6b6b;
	margin: 0;
	padding: 0;
	word-spacing:10px;
}
.rc-title{
	font-size: 1.25rem;
	color: #339fdf;
	font-weight: 500;
	padding: 5px 10px;
	border-left: #339fdf solid 10px;
	border-bottom: 1px solid #dee2e6;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (max-width: 768px){
	.zt-box{
		padding: 10px 5px;
		height: 90%;
	}
	.zt-box img{
		width: 45px;
		height: 45px;
		margin-right: 10px;
	}
	.zt-body{
		font-size: 0.875rem;
		text-align: center;
		color: #fff;
	}
	.flt-box span{
		font-size: 1rem;
		text-align: center;
		background-color: #0056B3;
		display: block;
		margin-bottom: 10px;
		padding: 10px;
		height: 66px;
		display: flex;
		align-items: center;
	}
	.card-img img{
		width: 120px;
		height: 120px;
	}
	.jiabin .card-body{
		/* height: 135px; */
	}
	.jiabin h4{
		font-size: 1rem;
	}
	.jiabin p{
		font-size: 0.875rem;
	}
	.yy-text{
		font-size: 1.125rem;
		margin-top: 3.75rem;
	}
	.yy-text2{
		font-size: 1.125rem;
		margin-top: 6.25rem;
	}
	.rc-item{
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.rc-title{
		font-size: 1rem;
		font-weight: normal;
		height: auto;
		line-height: 1.5rem;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.rc-item h4{
		display: none;
		font-size: 1rem;
	}
	.rc-item h5{
		font-size: 1rem;
	}
	.rc-item p{
		font-size: 0.875rem;
	}
	.content{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer h4{
		font-size: 0.75rem;
	}
	.foot-logo{
		transform:scale(0.7,0.7);
		-webkit-transform:scale(0.7,0.7);
		-moz-transform:scale(0.7,0.7);
	}
	.footer .typeright,.footer a{
		font-size: 0.75rem;
	}
}

.flt-tab .nav-link{
	font-size: 1.125rem;
	color: #fff;
	background: #959595;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 1rem;
}
.flt-tab .nav-link.active, .flt-tab .show > .nav-link {
    color: #fff;
    background-color: #339fdf;
}

.flt-sub-tab .nav-link{
	font-size: 1rem;
	color: #fff;
	background: #959595;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 1rem;
}
.flt-sub-tab .nav-link.active, .flt-sub-tab .show > .nav-link {
    color: #fff;
    background-color: #339fdf;
}

.flt-content .rc-item h4,.flt-content .rc-item h5{
	color: #339fdf
}
.flt-content .rc-title{
	color: #339fdf;
	border-left: #339fdf solid 10px;
}
@media (max-width: 768px){
	.flt-tab{
		margin-left: -1%;
		margin-right: -1%;
	}
	.flt-tab .nav-link{
		font-size: 0.875rem;
		width: 10rem;
		margin-right: 1%;
		margin-left: 1%;
		display: flex;
		align-items: center;
		padding: 0.5rem;
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%;
	}
	/* .flt-tab-box{
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		height: 80px;
	}
	.flt-tab{
		display: block;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	.flt-tab .nav-link{
		font-size: 0.875rem;
		width: 10rem;
		height: 3.125rem;
		margin-right: 0.625rem;
		display: inline-block;
		white-space: normal;
		padding: 0.5rem 1rem;
	} */
}

.hzhb img{
	border: #7d7d7d solid 1px;
}
