body{
    font-size:14px;
}
/*---------------------------------------------
  -  Bootstrap4响应式动态选项卡样式覆盖
---------------------------------------------*/
.nav-tabs{
	text-align: center;
	margin: 0 auto;
}
.nav-tabs li{
	font-size:18px;
	font-weight: 600;
	color: #000;
}
.nav-tabs li a{
	color: #000;
	
}
.nav-tabs li a:hover{
	color: #bf1629;
}
.nav-tabs li a.nav-link i{
	padding-right: 10px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #bf1629;
}

/*覆盖card中样式*/
.card-body{
	background-color: #efefef;
}
.card-body p.card-title{
	font-size:16px;
}
.card-body p.card-text{
	min-height:50px;
	font-size:13px;
	padding-left:15px;
	border-left:solid 2px #bf1629;
}
.card-body p.card-link{
	font-size:13px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.card-body a{
	color:#000;
	text-decoration: none;
}

.card-body a:hover{
	color:#bd1a2d;
	text-decoration: none;
}
.card{
	overflow: hidden;
}
.card a.card-link{
	overflow: hidden;
}
.card img{
	transform: scale(1);
	transition: all .5s;
}
.card img:hover  {
	transform: scale(1.3);
}
/*---------------------------------------------
  -  默认设置
---------------------------------------------*/
/* 向上滚动 */
#scrollUp {
	right: 25px;
	bottom: 55px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	background-color: #e4201b;
	border-radius: 20px
}

#scrollUp i {
	line-height: 40px;
}

/*图片左右滚动*/
.row-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*  stretch让盒子内的每个元素的高度都等于行高 */
	align-items: stretch;
}

.zj-border {
	border-left: solid 2px #bf1629;
}


/*---------------------------------------------
  -  搜索样式
---------------------------------------------*/
.search-layer{
	width:100%;
	display: -ms-flexbox;
  	display: flex;
	flex-direction: row;
}
.search-input{
	flex: 4;
	padding-top: 7%;
}
.search-input input{
	height:40px;
	line-height: 40px;
	width:100%;
	padding-left:10px;
	border: solid 2px #398c4f;
	border-right:solid 0px #398c4f;
	outline-style: none;
}
.search-btn{
	flex: 1;
	margin-top: 7%;
	background-color: #398c4f;
	height:40px;
	line-height: 40px;
	padding-left: 15px;
	color:#FFFFFF;
	font-size:18px;
	border-radius:0 10px 10px 0; 
	-moz-border-radius:0 10px 10px 0; 
}
.search-btn a{
	color:#FFFFFF;
	text-decoration: none;
}
.search-btn a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
.search-key{
	display: -ms-flexbox;
  	display: flex;
	flex-direction: row;
}
.search-key p{
	padding:5px;
	color:#398c4f;
}
.search-key a{
	color:#398c4f;
	text-decoration: none;
}
.search-key a:hover{
	color:#398c4f;
	text-decoration: none;
}
.rs-top-tel{
	width:100%;
	margin-top: 11%;
}
.rs-top-tel img{
	width:100%;
}

@media only screen and (max-width: 767px) {
	
	.rs-logo img{
		padding-top:10px;
		width:30%;
	}
	.rs-top-tel{
		display: none;	
	}
	.search-btn{
		font-size:16px;
		border-radius:0; 
		-moz-border-radius:0; 
	}
	
}

/*---------------------------------------------
  -  专题模块
---------------------------------------------*/
.news-ad{
	
}
.news-ad img{
	width: 100%;
}

/*---------------------------------------------
  -  新闻模块
---------------------------------------------*/

.news-x1{
	padding-top:15px;
	padding-bottom:15px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	border-bottom: solid 1px #d7d5d5;
}
.news-x1 i{
	color: #000;
	padding-right: 5px;
}
.news-x1 a{
	color: #000;
	font-size: 14px;
	
}
.news-x1 a:hover{
	color: #bf1629;
	font-size: 14px;
	text-decoration: none;
}

.news-flex{
	width:100%;
	display: -ms-flexbox;
  	display: flex;
	flex-direction: column;
}
.news-flex-2{
	width:100%;
	display: -ms-flexbox;
  	display: flex;
	flex-direction: column;
}
.news-pic{
	position:relative;
	z-index:1;
	width:100%;
	overflow: hidden;
}
.news-pic img{
	width: 100%;
	transform: scale(1);
	transition: all .5s;
}
.news-pic img:hover  {
	transform: scale(1.3);
}

.news-img{
	width:100%;
}
.news-img img{
	width:100%;
}

.news-title{
	position:relative;
	z-index:9;
	flex:1;
	padding:15px;
	background-color: #fffdff;
	border-bottom:solid 2px #d45c10;
	color:#000;
	
}
.news-title p{
	padding:0px;
	margin:0px;
	line-height:20px;
	width:100%;
}
.news-title p.p1{
	padding-top:5px;
	padding-bottom:10px;
	font-size: 16px;
	font-weight: 600;
	
}
.news-title p.p2{
	font-size:14px;
	/*color: #ccc;*/
	text-indent: 2em;
	line-height:20px;
	min-height: 40px;
}
.news-title a{
	color: #000;
	font-size: 16px;
}
.news-title a:hover{
	color: #bf1629;
	font-size: 16px;
	text-decoration: none;
}
.news-title-x2{
	font-size:16px;
	font-weight: 600;
	color: #000;
	padding: 5px 0 5px 0;
}
.news-title-x2 a{
	color: #000;
	font-size: 16px;
}
.news-title-x2 a:hover{
	color: #bf1629;
	font-size: 16px;
	text-decoration: none;
}
.news-desc{
	font-size:14px;
	text-indent: 2em;
}
.news-time{
	text-align:right;
	font-size:12px;
	color: #c0c0c0;
}


.news-x2{
	padding-top:5px;
	padding-bottom:5px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 45px;
}

.news-x2 .col-8{
	font-size: 24px;
	color: #d14a59;
}
.news-x2 i{
	color: #d14a59;
	padding-right: 5px;
}
.news-x2 a{
	color: #d14a59;
	font-size: 14px;
	
}
.news-x2 a:hover{
	color: #bf1629;
	font-size: 14px;
	text-decoration: none;
}
.left-line{
	border-left:solid 1px #d7d5d5;
}

.right-line{
	border-right:solid 1px #d7d5d5;
}

.news-x3{
	width:100%;
	display: -ms-flexbox;
  	display: flex;
	flex-direction: row;
	padding-top: 13px;
	padding-bottom: 13px;
}

.news-titls-x3{
	font-size:16px;
	flex: 1;
	padding-right: 5px;
}
.news-time-x3{
	width:100px;
	font-size: 12px;
	text-align: right;
}
.news-x3 a{
	color: #000000;
	text-decoration: none;
}
.news-x3 a:hover{
	color: #c80f2e;
	text-decoration: none;
}

.news-titls-x3 i{
	color: #c80f2e;
	padding-right: 5px;
}


@media only screen and (max-width: 767px) {
	.news-flex{
		padding: 20px 15px 20px 15px;
	}
	.news-flex-2{
		width:100%;
		padding-left: 15px;
		padding-right: 15px;
		background-color: #ccc;
	}
	
	.news-img{
		padding-left: 30px;
		padding-right: 30px;
	}
	.news-title-x2{
		padding-left: 30px;
		padding-right: 30px;
	}
	.news-titls-x3{
		padding-left: 15px;
	}
	.news-desc{
		padding-left: 30px;
		padding-right: 30px;
	}
	.news-time{
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 25px;
	}
	
	
}

/*---------------------------------------------
  -  通知公告
---------------------------------------------*/

.rs-notice-first{
	width:100%;
	display:flex;
	flex-direction: column;
	
}
.rs-notice{
	
	padding-top: 10px;
	padding-bottom: 10px;
}

.rs-notice span{
	display: block;
	flex:1;
	font-size: 14px;
	color: #d45c10;
	text-align: center;
	font-weight: 600;
}
.rs-notice span.p1{
	display: block;
	flex:1;
	font-size: 14px;
	color: #d45c10;
}

.notice-title{
	flex:1;
	height:40px;
	line-height: 20px;
	font-size: 16px;
	padding-left:15px;
	border-left:solid 1px #e6e6e6;
}
.notice-title a{
	color: #000;
	text-decoration: none;
}
.notice-title a:hover{
	color: #c80f2e;
	text-decoration: none;
}
.rs-notice-text{
	flex:1;
	padding-bottom:15px;
	line-height: 25px;
	color: #000;
	text-indent: 2em;
}
@media only screen and (max-width: 767px) {
	.rs-notice{
		margin-right: 5px;
  		margin-left: 5px;
	}
	.rs-notice-text{
		padding-left:20px;
		padding-right:20px;
	}
}
/*---------------------------------------------
  -  合作院校
---------------------------------------------*/
.rs-school{
	color:#000;
	font-size: 16px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.rs-school a.rs-links{
	display: block;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ccc;
	margin: 5px;
	border-radius: 5px;
}
.rs-school a{
	color:#000;
	font-size: 16px;
}
.rs-school a:hover{
	color: #bf1629;
	text-decoration: none;
	
}


/*---------------------------------------------
  -  课程样式
---------------------------------------------*/
.container-fluid{
	
}
.kc-bg{
	padding-top:20px;
	padding-bottom:20px;
	width:100%; 
	height:100%; 
	/*background-image:url("/images/bg/kc-bg-1.jpg");
	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-size: cover;*/
  	
}
.kc-wapper{
	width:100%;
	display: -ms-flexbox;
  	display: flex;
  	flex-direction: column;
  	background-color: #FFFFFF;
}
.kc-border{
	border:solid 1px #dee2e6;
}
.kc-img{
	flex:1;
	padding: 15px;
}
.kc-content{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	flex: 1;
}
.kc-title{
	padding: 5px 0px 5px 0;
	font-size: 16px;
	font-weight: 600;
}
.kc-title a{
	color: #000;
}
.kc-title a:hover{
	color: #bf1629;
	text-decoration: none;
}
.kc-row{
	width:100%;
	display: -ms-flexbox;
  	display: flex;
  	flex-direction: row;
}
.kc-count{
	flex:3;
	font-size: 13px;
	color: #c0c0c0;
	height: 35px;
	line-height: 35px;
}
.kc-count i{
	color: #c0c0c0;
	padding-right: 5px;
}
.kc-pulic{
	flex:1;
	text-align:right;
	color: #398c4f;
	font-size: 16px;
	font-weight: 600;
	height: 35px;
	line-height: 35px;
}
.kc-more{
	color: #c0c0c0;
	font-size: 14px;
}
.kc-more a{
	color: #c0c0c0;
	font-size: 14px;
}
.kc-more a:hover{
	color: #bf1629;
	text-decoration: none;
}


/*---------------------------------------------
  -  功能链接模块
---------------------------------------------*/

.link-block{
	position: relative;
	width: 100%;
}
.link-img{
	position: relative;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	
}
.link-img img{
	width: 100%;
	transform: scale(1);
	transition: all .5s;
}
.link-img img:hover  {
	transform: scale(1.3);
}
.link-title{
	position: absolute;
	width: 100%;
	bottom:0;
	left:0;
	z-index: 2;
	text-align:center;
	padding-top:15px;
	padding-bottom: 15px;
	background-image: url(/images/bg/img-bg-1.png);
	background-repeat: repeat-y;
	background-size: cover;
}
.link-title a{
	color: #fff;
	text-decoration: none;
	font-size:16px;
	font-weight: 600;
}
.link-title a:hover{
	color: #c8112d;
	text-decoration: none;
}
/*---------------------------------------------
  -  首页右侧固定导航
---------------------------------------------*/
.right-side {
	position: fixed;
	width: 120px;
	right: 0;
	top: 55%;
	margin-top: -200px;
	z-index: 100;
	border: 1px solid #008000;
	background: #fff;
	border-bottom: 0
}

.right-side ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.right-side ul li {
	width: 120px;
	height: 78px;
	float: left;
	position: relative;
	border-bottom: 1px solid #008000;
	color: #333;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	transition: all .3s;
	cursor: pointer
}

.right-side ul li:hover {
	background: #398c4f;
	color: #fff
}

.right-side ul li:hover a {
	color: #fff
}

.right-side ul li i {
	height: 25px;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 25px;
	margin-top: 14px;
	transition: all .3s;
	font-size: 25px;
}

.right-side ul li .sidebox {
	position: absolute;
	width: 78px;
	height: 78px;
	top: 0;
	right: 0;
	transition: all .3s;
	overflow: hidden
}

.right-side ul li.sidetop {
	background: #db031b;
	color: #fff
}

.right-side ul li.sidetop:hover {
	opacity: .8;
	filter: Alpha(opacity = 80)
}

.right-side ul li.sideewx .ewBox.son {
	width: 238px;
	display: none;
	color: #363636;
	text-align: center;
	padding-top: 235px;
	position: absolute;
	left: -240px;
	top: 0;
	background-image: url(/images/code/wx.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	border: 1px solid #398c4f;
}
/*二维码*/
.right-side ul li.sideebmcode .ewBox.son {
	width: 238px;
	display: none;
	color: #363636;
	text-align: center;
	padding-top: 235px;
	position: absolute;
	left: -240px;
	top: 0;
	background-image: url(/images/code/ybm.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	border: 1px solid #398c4f;
}

.right-side ul li.sideetel .fa {
	font-size: 28px;
}

.right-side ul li.sideetel .telBox.son {
	width: 200px;
	height: 78px;
	display: none;
	color: #fff;
	text-align: left;
	position: absolute;
	left: -200px;
	top: 0px;
	background: #398c4f;
}

.right-side ul li.sideetel .telBox dd {
	display: block;
	height: 78px;
	overflow: hidden;
	padding-left: 30px;
	line-height: 24px;
	font-size: 18px
}

.right-side ul li.sideetel .telBox dd span {
	display: block;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	margin-top: 11.5px;
	font-size: 18px
}

.right-side ul li.sideetel .telBox dd.bgs1 {
	background: url(/images/ico/right_pic8.png) 28px center no-repeat;
	background-color: #db031b;
}

.right-side ul li.sideetel .telBox dd.bgs2 {
	background: url(/images/ico/right_pic9.png) 28px center no-repeat
}

.right-side ul li:hover .son {
	display: block !important;
	animation: fadein 1s
}

@
keyframes fadein {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@media ( max-width : 767px) {
	.right-side {
		display: none;
	}
	.col-md-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.col-md-10 {
		padding-left: 0;
		padding-right: 0;
	}
}

/*---------------------------------------------
  -  首页左侧固定导航样式
---------------------------------------------*/
.left-px {
	position: fixed;
	width: 150px;
	left: 5px;
	top: 40%;
	margin-top: -200px;
	z-index: 100;
	border-bottom: 0
}

.left-px ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.left-px ul li {
	width: 150px;
	height: 50px;
	line-height: 50px;
	background-color: #FFFFFF;
	margin-top: 5px;
	float: left;
	position: relative;
	border: 2px solid #008000;
	color: #398d4f;
	font-size: 14px;
	text-align: center;
	transition: all .3s;
	cursor: pointer
}

.left-px ul li a {
	color: #398d4f;
}

.left-px ul li:hover {
	background: #398c4f;
	border: 2px solid #f6c43f;
	color: #fff;
}

.left-px ul li:hover a {
	color: #fff;
	text-decoration: none;
}

.left-px ul li.left-logo {
	width: 150px;
	height: 150px;
	border: 0px solid #c0c0c0;
	background-color: transparent;
}

.left-px ul li.left-logo img {
	width: 150px;
	height: 150px;
}

@media screen and (max-width:767px) {
	.left-px {
		display: none;
	}
}


/*--------------------------------最新通知-----------------------------------------*/
.tzgg-wapper {
	position: relative;
	background-color: #FFFFFF;
	margin-top: -30px;
	z-index: 99;
	-moz-box-shadow: 0 0 5px #c0c0c0 inset;
	-webkit-box-shadow: 0 0 5px #c0c0c0 inset;
	box-shadow: 0 0 5px #c0c0c0 inset;
}

.zxsx-wapper {
	/*justify-content: center;*/ /* 水平居中 */
	align-items: center; /* 垂直居中 */
	height: 80px;
	font-size: 16px;
}

.hot-img {
	width: 120px;
}

.hot-title {
	flex: 1;
	margin: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.title-scroll {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.title-scroll p {
	margin: 0;
	padding: 0;
}

.zxsx-wapper a {
	color: #4d4d4d;
	text-decoration: none;
}

.zxsx-wapper a:hover {
	color: #bd1627;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.zxsx-wapper {
		height: 50px;
		font-size: 14px;
	}
	.hot-img {
		width: 80px;
	}
}

.time-right {
	font-size: 13px;
	color: #8f8f8f;
}


/*---------------------------------------------
  -  文章图文样式
---------------------------------------------*/

.bg-fix-1{
	padding:0px;
	margin:0px;
	width:100%; 
	height:100%;
	/*background-image:url("/images/banner/baner-bg-1.jpg");*/
	/*background-attachment: fixed;*/
	background-size:contain;
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
  	  	
}
.bg-fix-1 img{
	width: 100%;
	height: auto;
}
.banner-img{
	padding-top:140px;
	padding-bottom:30px;
	width:100%;
}
.banner-img img{
	width:100%;
}

.wz-btn{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding-top: 20px;
}

.wz-btn a{
	display: block;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #bf1629;
	border-radius: 5px;
}
@media only screen and (max-width: 1023px)  {
	.bg-fix-1 {
	  padding-top: 90px;
	  height: 220px;
	  /*background-color: red;*/
	  overflow: hidden;
	}
	.bg-fix-1 img{
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 767px)  {
	.bg-fix-1 {
	  padding-top: 80px;
	  height: 220px;
	  /*background-color: red;*/
	  overflow: hidden;
	}
	.bg-fix-1 img{
		width: 100%;
		height: 100%;
	}
}
/*---------------------------------------------
  -  工作列表样式
---------------------------------------------*/

.work-title{
	width:100%;
	font-size: 18px;
	font-weight: 600;
	
}
.work-font-2{
	padding-top:15px;
	font-size: 18px;
	font-weight: 600;
	color: #bf1629;
	
}
.work-font-3{
	padding-top:5px;
	padding-bottom:5px;
	font-size: 14px;
	color: #4b4b4b;
	
}
.work-font-4{
	padding-top:5px;
	padding-bottom:5px;
	font-size: 14px;
	color: #808080;
	
}
.work-font-4 span{
	display:inline-block;
	width: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.work-btn{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding-top: 20px;
}

.work-btn a{
	display: block;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #bf1629;
	border-radius: 5px;
}

/*---------------------------------------------
  -  文章信息样式
---------------------------------------------*/

.wzq-title {
	flex: 1;
	padding: 10px 10px 5px 10px;
	font-size: 16px;
	text-align: center;
}

.wz-title {
	flex: 1;
	font-size: 24px;
	font-weight: 600;
	padding: 10px 10px 5px 10px;
	text-align: center;
	
}
.wz-title span{
	padding-bottom:10px;
	border-bottom:solid 2px #828282;
}
.wzh-title {
	flex: 1;
	padding: 10px 10px 5px 10px;
	font-size: 16px;
	text-align: center;
}

.wz-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	padding: 0; margin-top : 15px;
	margin-bottom: 20px; font-size : 13px;
	color: #828282;
	border-top: solid 1px #bd1a2d;
	border-bottom: solid 1px #bd1a2d;
	font-size: 14px;
	margin-top: 15px;
}

.wz-info span {
	display: block;
	padding: 10px;
}

.wz-info span.time {
	text-align: right;
	margin-left: auto;; /*靠右显示*/
}
.wz-content{
	padding-left:15px;
	padding-right:15px;
	font-size: 16px;
	padding-bottom: 25px;
	overflow: hidden;
	line-height: 35px;
}
.wz-content img{
	max-width: 100%;
  	height: auto;
}

.rs-video{
	padding-top:25px;
	padding-bottom:25px;
	 /*flex 布局*/
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
    text-align: justify;
}
.video{
	width: 100%; 
	height: 500px;
	max-width: 800px;
}
@media only screen and (max-width: 767px) {
	.wz-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		line-height: 20px;
		padding: 15px; margin-top : 15px;
		margin-bottom: 20px;
		font-size: 13px;
		color: #828282;
		border-top: solid 1px #bd1a2d;
		border-bottom: solid 1px #bd1a2d;
		margin-top: 15px;
	}
	.wz-info span {
		display: block;
		margin: 0;
		padding: 0;
	}
	.wz-info span.time {
		text-align: right;
		margin-left: auto;; /*靠右显示*/
	}
	
	.video{
		width: 100%; 
		height: 250px;
		max-width: 800px;
	}
}


/*---------------------------------------------
  -  联系我们样式
---------------------------------------------*/

/* 控制地图尺寸*/
.lxwm-map{
	width:100%;
	min-height:500px;
}

@media only screen and (max-width: 767px) {
	.lxwm-map{
		width:100%;
		min-height:300px;
	}
}

.lxwm-info p.p-title{
	font-size:18px;
	font-weight: 600;
}
.lxwm-info p.text{
	font-size:14px;
}
.lxwm-info  i.fa{
	font-size:18px;
	font-weight: 600;
	color:#bf1629;
	padding-right: 10px;
}


/*---------------------------------------------
  -  底部样式
---------------------------------------------*/

.foot {
	width: 100%;
	overflow: hidden;
	height: auto;
	background: url(/images/bg/bottom-bg-1.jpg);
	background-size: cover;
}

.footbox {
	width: 100%;
	padding-top:25px;
	padding-bottom:25px;
	display: flex;
	flex-direction: row;
}

.foot-left {
	flex:1;
	text-align:left;
	display: flex;
	flex-direction: column;
}
.foot-logo{
	padding-top:15px;
	flex: 1;
	padding-right: 15px;
}
.foot-logo img {
	width:100%;
}

.foot-info{
	flex: 1;
	padding-right: 15px;
	color: #fff;
	padding-top: 15px;
	line-height: 20px;
}
.foot-info p{
	margin:0px;
	padding-top: 5px;

}

.foot-center {
	flex:1;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.foot-center a{
	padding-top:10px;
	padding-bottom:10px;
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
.foot-center a:hover{
	width: 100%;
	color: #bf1629;
	text-decoration: none;
}


.foot-right {
	flex:1;
	text-align:center;
	margin-top: 20px;
}
.foot-right ul{
	list-style:none;
	margin:0;
	padding:0;
	display: flex;
	flex-direction: row;
}
.foot-right ul li {
	flex:1;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	color: #dfdcdc;
}

.foot-right ul li span {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.foot-right ul li span img {
	width: 70%;
}

@media screen and (max-width:767px) {
	
	.footbox{
		display: flex;
		flex-direction: column;
	}
	.foot-left{
		flex:1;
	}
	.foot-center{
		flex:1;
	}
	.foot-right{
		flex:1;
	}
}