.menuAffix.mnfixed_fixed{
	background: #ffffff;
	padding: 10px 0;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
}
.menuAffixWrap{
	margin-bottom: 25px;
}
.menuAffix ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.menuAffix ul li{
	margin: 0 2px;
	margin-bottom: 5px;
}
.menuAffix ul li:first-child{
	margin-left: 0;
}
.menuAffix ul li:last-child{
	margin-right: 0;
}
.menuAffix ul li a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    border: solid 1px #d2d2d2;
    text-align: center;
    padding: 9px 10px;
    text-transform: uppercase;
}
.menuAffix ul li.active a{
	background: #a60d12;
	color:#ffffff;
	border-color:#a60d12;
}
.menuAffix .mc-menu-affix {
    background: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 1px #dadada;
    position: relative;
    cursor: pointer;
    padding: 8px 15px;
}
.menuAffix .mc-menu-affix:before{
	content: "\f0d7";
	font-family: fontawesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*=======================================================*/
.the-content .t1{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
.the-content .c1{
	color:#a60d12;
}
.the-content-banner{
	margin-bottom: 45px;
}
.the-content-info{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	text-align: justify;
}
/*=======================================================*/
.boxAbout{
	margin-bottom: 50px;
}
.boxAbout>.title{
	font-size: 34px;
	line-height: 42px;
	color:#a60d12;
	text-align: center;
	margin-bottom: 15px;
}
/*========================================================*/
.slideHis{
	background: #f2f2f2;
	padding-bottom: 45px;
}
.slideHisFor{
	margin-bottom: 10px;
}
.slideHisFor .img img{
	width: 100%;
}
.slideHisFor .year {
    font-size: 110px;
    line-height: 120px;
    font-weight: bold;
    color: #a60d12;
    text-align: center;
    margin-top: -65px;
    -webkit-text-fill-color: #a60d12;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #f2f2f2;
}
.slideHisFor .info{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	height: 150px;
	overflow:  hidden;
	max-width: 768px;
	margin:  0 auto;
}
.slideHisFor .info p {
    padding: 0;
}
.slideHisFor .slick-arrow{
	width: 44px;
	height: 64px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	bottom: 173px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	border:none;
	z-index: 1;
}
.slideHisFor .slick-prev{
	margin-left: -175px;
	background-image: url(../images/i-prev.png);
}
.slideHisFor .slick-next{
	margin-left: 175px;
	background-image: url(../images/i-next.png);
}
.slideHisNav{
	max-width: 450px;
	margin: 0 auto;
}
.slideHisNav:before{
	content: "";
	position: absolute;
	border-bottom: solid 1px #f1c7c9;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slideHisNav .year{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border:solid 2px transparent;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color:#a60d12;
	z-index: 1;
	background: #f2f2f2;
	margin: 0 auto;
}
.slideHisNav .year span{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.slideHisNav .item.slick-current .year{
	background: #ffffff;
	border-color:#a60d12;
}
/*=======================================================*/
.boxAbout .boxStyle:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.boxAbout .boxStyle:last-child:before{
	content: initial;
}
.boxStyle{
	padding-bottom: 35px;
	margin-bottom: 20px;
	position: relative;
}
.boxStyle:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 55px;
	border-bottom: solid 1px #333333;
}
.boxStyle .title{
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	margin-bottom: 15px;
}
.boxBg{
	padding: 35px 40px;
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	color:#666666;
	position: relative;
}
.boxBg:before{
	content: "";
	width: 47px;
	height: 61px;
	position: absolute;
	top: -8px;
	right: 45px;
	background: url(../images/i-tick.svg) no-repeat center;
	background-size: cover;
}
.itemBia{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.itemBia .img{
	width: 220px;
	margin-right: 15px;
	text-align: center;
}
.itemBia .caption{
	width:-webkit-calc(100% - 235px);
	width:-moz-calc(100% - 235px);
	width:-o-calc(100% - 235px);
	width:calc(100% - 235px);
}
.itemBia .name{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}
.itemBia .des{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
}
.bannerStyle{
	margin-bottom: 30px;
}
.bannerStyle img{
	width: 100%;
}
.gridStyle{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.gridStyle .col{
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.itemStyle{
	height:100%;
	padding-bottom: 30px;
	border-bottom: solid 1px #ce8a14;
}
.itemStyle .bTit{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}
.itemStyle .bTit span{
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	color:#666666;
}
.itemStyle .bCont{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-align: justify;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
.menuAffix ul li a{
	font-size: 10px;
}
}

@media all and (max-width: 1050px){
.menuAffix ul li a{
	padding: 9px 8px;
}
}

@media all and (max-width: 991px){
.menuAffix{
	position: relative;
}
.menuAffix ul{
	position: absolute;
	top: 100%;
	left: 10px;
	right: 10px;
	background: #ffffff;
	border:solid 1px #dadada;
	border-top: none;
	display: none;
	z-index: 1;
}
.menuAffix.active ul{
	display: block;
}
.menuAffix ul li{
	margin: 0 ;
}
.menuAffix ul li a{
	display: block;
	border:none;
	text-align: left;
}
.menuAffix ul li.active a{
	background: #ffffff;
	color:#a60d12;
}
}

@media all and (max-width: 991px){
.boxAbout>.title{
	font-size: 26px;
	line-height: 34px;
}
.itemBia{
	margin-bottom: 30px;
}
.gridStyle .col{
	width: 33.333333%;
}
}

@media all and (max-width: 768px){
.slideHisFor .year{
	font-size: 65px;
	line-height: 75px;
	-webkit-text-stroke-width:3px;
	margin-top: -40px;
}
.slideHisFor .info{
	font-size: 20px;
	line-height: 30px;
	height: 60px;
}
.slideHisFor .slick-arrow{
	left:initial;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slideHisFor .slick-prev{
	margin-left: 0;
	left: 15px;
}
.slideHisFor .slick-next{
	margin-left: 0;
	right: 15px;
}
.gridStyle .col{
	width: 50%;
}
}

@media all and (max-width: 520px){
.itemBia .img{
	margin:0 auto;
}
.itemBia{
	display: block;
}
.itemBia .caption{
	width: 100%;
}
.gridStyle .col{
	width: 100%;
}
}