/*header*/
header{
    width: 100%;
}
.nav{
    width: 1400px;
    padding: 52px 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family:'FZC_Bloder';
	position: relative;
}
.nav .logo img{
    width: 166px;
    height: auto;
}
.navList{
    font-size: 14px;
	width: 120px;
	position:absolute;
	right: 0;
	top:calc(50% - 14px);
	z-index: 99999;
}
.navList .line{
	display: inline-block;
	width: 1px;
	height: 24px;
	vertical-align: middle;
	border-right: 2px solid rgba(0,0,0,.5);
	margin: 0 6px;
}

.navList .el-submenu__icon-arrow.el-icon-arrow-down{
	display: none;
}
.is-opened>.el-submenu__title>.el-icon-caret-bottom{
	transform: rotate(180deg);
}
.navList .el-menu{
	background-color: transparent;
	border-right: none;
	font-family: 'PingFang_Heavy';
}
.el-menu.el-menu--inline{
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	overflow: hidden;
}
.el-menu.el-menu--inline .secondMenu>.el-menu.el-menu--inline{
	box-shadow: none!important;
	border-bottom: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
}
.navList .el-submenu__title{
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0!important;
	background-color: transparent;
	border-right: none;
	font-family: 'FZC_Bloder';
	font-weight: bold;
}
.secondMenu .el-submenu__title{
	font-family: 'PingFang_Heavy';
    color: #000000;
}
.el-submenu__title:hover {
    background-color:transparent;
}
.el-submenu .el-menu-item{
	min-width: 120px;
	max-width: 120px;
	height: 36px;
	line-height: 36px;
	padding: 0!important;
	text-align: center;
}
.el-submenu .el-menu-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.el-submenu .el-menu-item a div{
    width: 100%;
	height: 100%;
}
.el-submenu [class^=el-icon-] {
	width: auto;
	margin-right: 0;
	
}
.el-menu-item:focus, .el-menu-item:hover {
    outline: 0;
    background-color: rgba(0,0,0,.1);
}
.el-submenu .el-menu-item a span:nth-child(1){
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
    overflow: hidden;
    opacity: 1;
}
.el-submenu .el-menu-item a span:nth-child(2){
    display: block;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
}
.el-submenu .el-menu-item a:hover span:nth-child(1){
    height: 0;
    opacity: 0;
}
.el-submenu .el-menu-item a:hover span:nth-child(2){
    height: 100%;
    opacity: 1;
}
.lyric-enter,
.lyric-leave-to {
    opacity: 0;
    transform: translateY(10px);
}
.lyric-enter-to,
.lyric-leave {
    opacity: 1;

}
.lyric-enter-active,
.lyric-leave-active {
    transition: all 0.5s;
}

/*header*/

/*footer*/
footer{
    /*position:absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    position: relative;
}
.footFont{
    width: 100%;
    height: calc(100% - 55px);
    position: absolute;
    bottom: 30px;
    left: 0;
    color: #ffffff;
    font-family: 'FZC_Bloder';
    font-size: 14px;
    text-align: center;
    /*padding-top:55px;*/
    letter-spacing: 1px;
}
.footFont div:nth-child(2){
    position: relative;
    margin-top: 14px;
}
.footFont div a{
	color: #FFFFFF;
}
.footFont div:nth-child(2):after{
     content: '';
     width: 56px;
     height: 1px;
     position: absolute;
     bottom: -6px;
     left:calc(50% - 28px);
     background-color: #ffffff;
 }
.footFont div:nth-child(2):hover a{
	 color: #E7151F;
 }
 .footFont div:nth-child(2):hover:after{
	 background-color:  #E7151F;
 }
.footFont div:nth-child(3){
    font-size: 12px;
    font-family: 'PingFang_Light';
    color: rgba(255,255,255,.5);
    margin-top: 16px;
}
/*footer*/

/*banner*/
.bannerBox{
    position: relative;
	margin-top: 32px;
}
.bannerBox img{
    width: 100%;
    height: auto;
}
.bannerFont,.hcFont{
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 13.3%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.bannerFont div:nth-child(1){
    font-size: 22px;
    font-family: 'PingFang_Light';
    color: rgba(0,0,0,.66);
}
.bannerFont div:nth-child(2){
    font-size:68px;
    font-family: 'Montserrat_Thin';
    color: rgba(0,0,0,.88);
}
.bannerFont div:nth-child(3){
    font-size: 28px;
    font-family: 'SourceHanSerifSC-Heavy';
    color: rgba(0,0,0,.88);
    margin-top: 14px;
}
.hcFont{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1280px;
    left: calc(50% - 640px);
}
.hcFont div:nth-child(1),.hcFont div:nth-child(3){
    font-size:68px;
    font-family: 'Montserrat_Thin';
    color: rgba(0,0,0,.88);
}
.hcFont div:nth-child(2){
    width: 32.5%;
    padding: 40px 0;
}
.hcFont div:nth-child(2) p:nth-child(1){
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'SourceHanSerifSC-Heavy';
}
.hcFont div:nth-child(2) p:nth-child(2){
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'SourceHanSerifSC-Heavy';
}
.hcOther div:nth-child(1){
    margin-left: 14.5%;
}
/*banner*/

/*title*/
.titleBox{
    text-transform: uppercase;
}
.titleBox div:nth-child(1){
    font-size: 34px;
    color: #a51e21;
    letter-spacing: 1px;
    font-family: 'SourceHanSerifSC-Heavy';
}
.titleBox div:nth-child(1) span{
    font-size: 28px;
    font-family: 'PingFang_Regular';
    opacity: 0.7;
    margin-left: 32px;
}
.titleBox .line{
    width: 120px;
    height: 2px;
    margin: 18px 0;
    background-color: rgba(0,0,0,.3);
}
.titleBox div:nth-child(3){
    font-size: 12px;
    color: rgba(0,0,0,.5);
    font-family: 'PingFang_Regular';
    width: 480px;
}
/*title*/
/*about*/
.aboutList{
    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: nowrap;
    margin-top: 86px;
	width: calc(100% - 80px);
    padding:0 40px;
	transition: all 2.5s ease;
	overflow: hidden;
}

.aboutList>.aboutItem{
	display: flex;
	overflow: hidden;
	width: 280px;
	height:389px;
	transition: all 2s;
}
.aboutList .item{
	width: 280px;
	height:389px;
    position: relative;
	transition: all 2s;
}
.aboutItem_main{
	position: relative;
}
.mainCover{
	position: absolute;
	top: calc(50% - 94px);
	left: 0;
	font-size: 16px;
	font-family: 'PingFang_Light';
	line-height: 32px;
	padding: 0 40px;
	text-align: justify;
}
.aboutItem_main img{
	height: 100%;
	width: auto;
}
.aboutList .item img{
    height: 100%;
    width: auto;
}
.aboutList .item .itemCover{
    width: 100%;
    height:calc(100% - 129px);
    position: absolute;
    top: 0;
    left: 0;
    padding-top:129px;
    text-align: center;
}
.item .itemCover img{
    width: 68px;
    height: auto;
}
.item .itemCover .coverFont{
    text-transform: uppercase;
    margin-top: 66px;
}
.coverFont div:nth-child(1){
    font-family: 'PingFang_Light';
    font-size: 24px;
    color: rgba(0,0,0,.66);
}
.coverFont div:nth-child(2){
    font-family: 'SourceHanSerifSC-Heavy';
    font-size: 20px;
    color: rgba(0,0,0,1);
}
.aboutList:hover>.aboutItem{
	width: 280px;
	cursor: pointer;
}
.aboutItem:hover>.item{
	width: 160px;
}
.aboutList>.aboutItem:hover{
	width: 1080px;
	cursor: pointer;
}
/*about*/

/*news*/

.newsList{
    margin-top: 62px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 24px;
    width: calc(100% - 48px);
}
.newsItem{
    width: 370px;
    height: 384px;
    position: relative;
    transition: all .5s;
    margin-bottom: 46px;
    margin-right: 20px;
    cursor: pointer;
}
.newsItem:nth-child(3n+3){
    margin-right: 0!important;
}
.newsItem .line{
    width: 350px;
    height: 368px;
    margin-top: 14px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fafbf5;
    transition: all .5s;
    opacity: .8;
}
.newsItem .item{
    width: 350px;
    height: 368px;
    position: absolute;
    left: 14px;
    top: 0;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.3);
    padding: 14px;
    background-color: #fafbf5;
    transition: all .5s;

}
.newsList .newsItem .item img{
    width: 320px;
    height: 339px;
}
.newsItem .item .itemCover{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 76px);
    height: calc(100% - 76px);
    padding: 38px;
    font-family: 'PingFang_Regular';
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(255,255,255,.8);
}
.newsItem .item .itemCover div:nth-child(1){
    font-size: 24px;
    color: rgba(0,0,0,1);

}
.newsItem .item .itemCover div:nth-child(2){
    color: rgba(0,0,0,.66);
    font-size: 16px;
    line-height: 24px;
    margin-top: 46px;
}
.newsItem .item .itemCover div:nth-child(3){
    position: absolute;
    bottom: 38px;
    font-family: 'PingFang_Regular';
    letter-spacing: 1px;
    font-weight:bolder;
    font-size: 16px;
}
.newsItem:hover .itemCover a div:nth-child(3){
    color: #a51e21;
}
.newsItem .item .itemCover div:nth-child(3) i{
    margin-left: 12px;
    transition: all .5s;
}
.newsItem:hover .itemCover a div:nth-child(3) i{
    animation: finger infinite 2.5s
}
.newsItem:hover .item{
    top: 14px;
}
.newsItem:hover .line{
    margin-top: 0;
}
@keyframes finger {

    0% {

        transform: translate(-2px);
		opacity: 1;
    }


    25% {
        transform: translate(2px);
		opacity: 0;
    }


    50% {
        transform: translate(-2px);
		opacity: 1;
    }


    75% {
        transform: translate(2px);
		opacity: 0;
    }

    100% {
        transform: translate(-2px);
		opacity: 1;
    }

}
@keyframes tops {

    0% {

        transform: translateY(-2px);
        /*opacity: 1;*/
    }


    25% {
        transform:  translateY(4px);
       /* opacity: 0;*/
    }


    50% {
        transform:  translateY(-2px);
       /* opacity: 1;*/
    }


    75% {
        transform: translateY(4px);
        /*opacity: 0;*/
}

    100% {
        transform:  translateY(-2px);
        /*opacity: 1;*/
    }

}
.BMapLabel{
    animation: tops infinite 2.5s
}

.page{
    margin-top: 66px;
    width: 100%;
    height: 46px;
    background-image: url("../img/news_page.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pageItem{
    color: #ffffff;
    display: flex;
    width:calc(100% - 112px);
    height: 100%;
    padding: 0 66px;
    justify-content: flex-end;
    line-height: 46px;
    text-decoration: underline;
}
.pageItem div{
    margin: 0 12px;
    transition: all 1s;
}
.pageItem a:hover{
    cursor: pointer;
    color:#e4272b;
    text-decoration: underline;
}
/*news*/

/*detail*/
.detailBox{
    margin-top: 86px;
    padding: 0 120px;
    position: relative;
}
.detailBox .title{
    text-align: center;
    font-size: 24px;
    font-family: 'PingFang_Regular';
}
.detailBox .time{
    text-align: center;
    font-size: 12px;
    font-family: 'PingFang_Regular';
}
.detailFont{
    padding: 88px 0;
    font-size: 18px;
    font-family: 'PingFang_Regular';
    line-height: 27px;
    color: rgba(0,0,0,.8);
}
.detailFont img,.detailFont p{
    margin: 28px 0;
}
.el-backtop{
	opacity: 0;
   position: fixed!important;
    right: 8%!important;
    bottom: 40%!important;
    width: 52px!important;
    height: 0!important;
	transition: all 1s!important;
}
.fixeUp{
	opacity: 1;
	height: 54px!important;
	transition: all 1s!important;
}
.up{
    width: 52px;
    height: 54px;
    background: #aaaba7;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    color: rgba(255,255,255,.8);
    transition: all 1s;
}
.up:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    cursor: pointer;
}
/*detail*/

/*job*/
.jobList{
    margin-top: 86px;
}
.el-tabs--card > .el-tabs__header{
    border-bottom: none!important;
}
.el-tabs--card > .el-tabs__header .el-tabs__nav{
    border: none!important;
    border-radius: 0!important;
}
.el-tabs--card > .el-tabs__header .el-tabs__item{
    color: #000000;
    font-size: 16px;
    font-family: 'PingFang_Regular';
    height: 36px;
    min-width: 180px;
    line-height: 36px;
    background: #ffffff;
    margin-right: 24px;
    transition: all .5s;
    border: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__item i{
    margin-left: 46px;
    font-size: 14px;
}
.el-tabs--card > .el-tabs__header .el-tabs__item:hover{
    background-color: #bc2529;
    color: #ffffff;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
    background-color: #bc2529;
    color: #ffffff;
}
.el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
    /*border: 1px solid #000000;*/
}
.el-tabs__header {
    margin: 0 0 44px!important;
}
.el-collapse-item__wrap,.el-collapse-item__header{
    background-color: transparent;
}
.el-collapse{
    padding-top: 40px;
    border: none!important;
}
.jobCard{
    min-height: 380px;
    background-image: url(../img/job_bg.jpg);
    background-position: bottom;
    background-color: #F7F6F4;
    background-size: unset;
    background-repeat: no-repeat;
    padding: 12px 40px 72px 40px;
    font-family: 'PingFang_Light';
}
.el-collapse-item__header{
    font-size: 30px;
    letter-spacing: 1px;
    border-top: none!important;
    border-bottom: 1px solid rgba(255,255,255,.8)!important;
    padding: 18px 0;
}
.el-tabs__nav-next, .el-tabs__nav-prev {
    line-height: 35px;
    font-size: 28px;
    color: #000000;
}
.el-tabs__nav-wrap.is-scrollable {
    padding: 0 38px;
}
.jobItem{
    margin-top: 24px;
}
.jobItem div:nth-child(1){
    width: 148px;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    background-color: #000000;
    color: #ffffff;
    text-align:left;
    font-size: 20px;
    margin-bottom: 14px;
}
.jobItem div:nth-child(2){
    font-size: 16px;
    font-family: 'PingFang_Regular';
}
.jobCard .info{
    font-family: 'PingFang_Heavy';
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 12px;
}
.cultureList .item .itemList{
    display: flex;
    justify-content: space-between;
    vertical-align: bottom;
    align-items: end;
    width: 60%;
}
/*job*/

/*culture*/
.cultureList{
    margin-top: 60px;
}
.cultureList .title{
    font-size: 24px;
    font-family: 'PingFang_Heavy';
    margin-bottom: 16px;
}
.cultureList .info{
    font-size: 18px;
    font-family: 'PingFang_Light';
    line-height: 36px;
    width: 1000px;
}
.cultureList .items{
    display: flex;
    justify-content: space-between;
    margin: 98px 0 26px 0;
}
.cultureList .items .lineLeft{
    height: 236px;
    width: 80px;
    border-bottom: 5px solid #cf2a2d;
}
.cultureList .items .itemList{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 58%;
}
.cultureList .items .newsItem{
    width: 208px;
    height: 236px;
	transition: all 1s!important;
    margin-right: 36px;
}
.cultureList .items .newsItem .item{
    width: 194px;
    height: 236px;
    top: -14px;
}
.cultureList .items .newsItem .line{
    width: 194px;
    height: 236px;
    margin-top: 0;
}
.cultureList .items .newsItem:hover{
    transform: translateY(-14px);
}

/*culture*/

/*contact*/
.contactBox{
    width: 100%;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    background-color: #f5f6f1;
    padding: 16px 0;
    background-image: url("../img/contact_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contactBox .code{
    width: calc(28% - 60px);
    text-align: center;
    padding-left: 60px;
}
.contactBox .code img{
    width: 90px;
    height: auto;
    margin-bottom: 2px;
}
.contactBox .code div span{
    position: relative;
    font-size: 14px;
    font-family: 'PingFang_Regular';
    color: rgba(0,0,0,.7);
}
.contactBox .code div span:before{
    content: '';
    width: 16px;
    height: 2px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    top: calc(50% - 2px);
    left: -20px;
}
.contactBox .code div span:after{
    content: '';
    width: 16px;
    height: 2px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    top: calc(50% - 2px);
    right:-20px;
}
.contactBox .contactInfo{
    width: 72%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}
.contactBox .contactInfo div{
    min-width: 34%;
    font-size: 18px;
    margin-bottom: 8px;
    font-family: 'PingFang_Heavy';
}
.contactBox .contactInfo div span{
    font-size: 16px;
    font-family: 'PingFang_Regular';
    color: rgba(0,0,0,.7);
    margin-left: 12px;
}
#map{
    margin-top: 46px;
    width: 1200px;
    height: 600px;
}
.anchorBL{
    display: none!important;
}
/*contact*/

/*industrial*/
.service_bt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 72px;
}
.service_bt a{
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-family: 'PingFang_Regular';
    text-align: center;
    padding: 6px 60px;
    background-color: #d23235;
    margin: 0 24px;
    transition: all 1s;
	
}
.service_bt a i{
	 transition: all 1s;
}
.service_bt a:hover i{
	animation: finger infinite 2.5s
}
.service_bt a:nth-child(1) i{
    margin-right: 20px;
}
.service_bt a:nth-child(2) i{
    margin-left: 20px;
}
.service_bt a:hover{
    background-color: #ac070a;
}
/*industrial*/

/* index */
#app{
	background-color: #FAFBF5;
}

.jumbo{
	width: 100%;
	height: 1000px;
	position: relative;
}
.jumboCover{
	width: 100%;
	height: 100%;
	padding: 46px 0;
	position: absolute;
	top: 0;
	left: 0;
}
.jumbo_ball{
	width: 430px;
	height: 430px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background-color: rgba(0,0,0,.3);
	overflow: hidden;
	box-shadow: 0 0 14px 0 rgba(0,0,0,.2);
	text-align: right;
	animation: light 3s linear infinite;
	animation-play-state: running;
}
.jumbo_ball img{
	width: 68%;
	animation: float 60s linear infinite;
	animation-delay: -1s;
}
.ballCover{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20%);
	height:  calc(100% - 40%);
	padding: 20% 10%;
	color: #FFFFFF;
	text-shadow: 3px 1px #000000;
	text-align: center;
}
.ballCover div:nth-child(1){
	font-size: 42px;
	letter-spacing: 3px;
}
.ballCover div:nth-child(2){
	font-size: 32px;
	margin-top: 12px;
	letter-spacing: 2px;
}
.ballCover .more{
	margin: 0 auto;
	width: 60px;
	height: 20px;
	background-color: #000;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	padding: 20px 0;
	box-shadow: 0 0 14px 0 #FFFFFF;
	margin-top: 46px;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 18px;
}
.ballCover .more a{
	color: #FFFFFF;
}
.ballCover .more i{
	font-size: 14px;
}
.ballCover .more:hover i{
	animation: finger infinite 2.5s;
}
.jumbo_info{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	width: 1200px;
	margin: 200px auto  auto;
	padding: 0 100px 86px 100px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.jumbo_info .right{
	width: 62%;
}
.jumbo_info .left{
	width: 34%;
}
.jumbo_info .left div:nth-child(1){
	font-size: 20px;
	font-family: 'PingFang_Heavy';
	letter-spacing: 1px;
}
.jumbo_info .left div:nth-child(2){
	font-size: 12px;
	font-family: 'PingFang_Light';
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
}
.jumbo_info .left .line{
	height: 120px;
	width: 80px;
	border-bottom: 5px solid #cf2a2d;
}
.jumboList{
	display: flex;
	justify-content: flex-start;
}
.jumboList .newsItem{
	width: 158px;
	height: 228px;
	margin-right: 24px;
    transition: all 1s!important;
}
.jumboList .newsItem .item{
	width: 158px;
	height: 228px;
	padding: 10px;
	left: -10px;
	top: -10px;
	overflow: hidden;
}
.jumboList .newsItem .line{
	width: 158px;
	height: 228px;
	padding: 10px;
	margin-top: 0;
}
.jumboList .newsItem .item .itemCover{
	width: calc(100% - 39px);
	height: 60px;
	background-color: rgba(0,0,0,.3);
	padding: 20px;
	font-size: 12px;
	color: #FFFFFF;
	color: #FFFFFF;
	font-family: 'PingFang_Light';
	line-height: 18px;
	letter-spacing: 1px;
	top: 126px;
	left: 0;
    transition: all 1s!important;
	opacity: 0;
}
.jumboList .newsItem:hover{
	transform: translateY(-12px);
}
.jumboList .newsItem:hover .itemCover{
	opacity: 1;
}
.jumboList_info{
	width: 158px;
	height: 228px;
    margin-left: 20px;
}
.jumboList_info div:nth-child(1){
	font-size: 12px;
	font-family: 'FZC_Bloder';
	font-weight: bolder;
	letter-spacing: 1px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.jumboList_info div:nth-child(2){
	font-size: 16px;
	font-family: 'FZC_Bloder';
	font-weight: bolder;
	letter-spacing: 1px;
	line-height: 24px;
}
.jumboList_info a{
	font-size: 12px;
	font-family: 'FZC_Bloder';
	font-weight: bolder;
	letter-spacing: 1px;
	box-sizing: border-box;
	display: inline-block;
	border-bottom: 2px solid rgba(0,0,0,.3);
	margin-top: 76px;
	transition: all 1s!important;
}
.jumboList_info a:hover{
	color: #971D23;
	border-color: #971D23;
}
.indexMain{
	padding: 32px 0;
}
.big_title_hc{
    width: 900px;
    text-align: center;


}
.big_title_hc .font{
    display: inline-block;
    font-size: 20px;
    font-family: 'PingFang_Light';
    text-transform: uppercase;
    /*left: calc(50% - 120px)!important;*/
    width: 240px!important;
    text-align: center;
    position: relative;

}
.big_title_hc .font::before{
    content: '';
    width: 38px;
    height: 2px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    top: 11px;
    left: -38px;
}
.big_title_hc .font::after{
    content: '';
    width: 38px;
    height: 2px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    top: 11px;
    right: -38px;
}
.big_title{
	width: 100%;
	text-align: center;
	position: relative;
	margin: 32px 0;
}
.big_title img,.big_titles img{
	width: 100px;
	height: auto;
}
.big_title .font p{
    width: auto;
    position: relative;
    left: -33px;
}
.big_title .font,.big_titles .font{
	font-size: 20px;
	font-family: 'FZC_Bloder';
	letter-spacing: 1px;
	position: absolute;
	top: 29px;
	left: calc(50% - 82px);
}
.big_title .font::before{
    content: '';
    width: 56px;
    height: 2px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    position: absolute;
    top: 6px;
    left: -72px;
}
.hc_title .font::before{
    left: -110px;
}
.big_title .font::after{
    content: '';
    width: 56px;
    height: 2px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    position: absolute;
    top: 6px;
    right: -72px;
}
.hc_title .font::after{
    right: -42px;
}
.bigTitle_text{
	font-size: 16px;
    letter-spacing: 1px;
	text-align: center;
	line-height: 28px;
	font-family: 'PingFang_Regular';
}
.indexList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 78px 0 66px 0;
}
.indexList .item{
	width: 380px;
	height: 216px;
	text-align: center;
}
.indexList .item img{
	width: 64px;
	height: auto;
}
.indexList .item .title{
	font-size: 24px;
	font-family: 'PingFang_Regular';
	letter-spacing: 3px;
	margin: 24px 0;
}
.indexList .item .text{
	font-size: 14px;
	font-family: 'PingFang_Regular';
    letter-spacing: 1px;
	color: rgba(0,0,0,.66);
	line-height: 24px;
}
.indexMore{
	width: 280px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	display:block;
	margin: 0 auto;	
	transition: all 1s!important;
	background-color: rgba(0,0,0,1);
}
.indexMore i{
    margin-left: 12px;
    transition: all .5s;
}
.indexMore:hover{
	cursor: pointer;
	background-color: rgba(0,0,0,.5);
}
.indexMore:hover i{
    animation: finger infinite 2.5s
}

@keyframes float {
  0% {
    opacity: 0;
    transform: translateX(0%);
  }
  1.67%,
  98.33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes light {
  0% {
   box-shadow: 0 0 14px 0 rgba(0,0,0,.1);
  }
 25% {
   box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  }
  50% {
    box-shadow: 0 0 14px 0 rgba(0,0,0,.5);
   }
  75% {
   box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  }
  100% {
   box-shadow: 0 0 14px 0 rgba(0,0,0,.1);
  }
}


/* index */

/* honor */
.honorBox{
	width: 100%;
}
.lineHonor{
    background-color: #cf2a2d;
    font-size: 18px;
    color: #ffffff;
    /*text-decoration: underline;*/
    display: inline-block;
    width: 140px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 0 ;
    position: relative;
}
.lineHonor:after{
    content: '';
    position: absolute;
    left: calc(50% - 40%);
    bottom: 10px;
    width: 80%;
    border: 0.5px solid #fff;
}
.hcBox,.home_hc{
    border-top: 1px solid rgba(0,0,0,.2);
    margin-top: 88px;
    padding-top:38px;
}
.hcList{
    text-align: center;
    letter-spacing: 1px;
   margin-top: 52px;
}
.hcList .item{
    margin-bottom: 46px;
}
.hcList .text{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    white-space: pre-line;
}
.hcList .text p{
    margin-bottom: 10px;
}
.hcList .title{
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-family: 'PingFang_Heavy';
    margin-bottom: 28px;
}
.hc_main{
    text-align: center;
    position: relative;
}
.hc_main img{
    width: 75%;
    margin: 0 auto;
}
.hc_main .fonts{
    position: absolute;
    width:900px;
    text-align: center;
    left:calc(50% - 450px);
    top: 20%;
}
.hc_main .fonts p{
    font-size: 40px;
    font-family: 'PingFang_Heavy';
    letter-spacing:42px;
    margin-bottom: 16px;
}
.hc_main .line{
	width: 120px;
	background-color: #971D23;
	border-bottom: 2px solid #E7151F;
	position: relative;
	right: 80px;
	top: 5px;
}
/* honor */




@media (max-width: 1680px) {
    .hcFont div:nth-child(2) {
        width: 28%;
        padding:28px 0;
    }
    .hcFont div:nth-child(2) p:nth-child(1){
        font-size: 26px;
    }
    .hcFont div:nth-child(2) p:nth-child(2){
        font-size: 26px;
    }
    .hcFont {
        width: 1200px;
        left: calc(50% - 600px);
    }
    .hcOther {
        width: 1200px;
        left: calc(50% - 600px);
    }
    .hcOther div:nth-child(1){
        margin-left: 14.5%;
    }
    .hcOther div:nth-child(2) {
        width: 30%;
    }
}

@media(max-width: 1400px){
    .nav{
        width: 1200px;
    }
    .footFont {
        height: calc(100% - 32px);
        padding-top: 32px;
    }
    .hcFont div:nth-child(2) p:nth-child(1){
        font-size: 24px;
    }
    .hcFont div:nth-child(2) p:nth-child(2){
        font-size: 24px;
    }
    .hcOther div:nth-child(2) {
        width: 26%;
    }
    .hcOther div:nth-child(1) {
        margin-left: 16.5%;
    }
}