.right_list{ position: fixed; right: 10px; top: 30%; z-index:99;}
.right_list .quick_tel{ display: none;}
.right_list ul li{ margin-bottom: 3px; position:relative; }
.right_list ul li .right_box{ width: 75px; height: 75px; text-align: center; background: #fff; border-radius:3px; padding-top:10px; cursor:pointer; box-shadow:0 0 8px rgba(0,0,0,.2);}
.right_list ul li .right_box span{ display: block; font-size: 14px; color: #a60000; margin-top: 5px;}
.right_list ul li .zb_box{ position: absolute; top: 0px; right:70px; width:0; transition:.2s ease; display:none; background:url(../image/jt_06.png) no-repeat right center; padding-right:7px;}
.right_list ul li.code .zb_box .zb{
    width: 440px;
    height: 140px;
}
.right_list ul li:hover .zb_box{ width:auto; display:block;}
.right_list ul li .right_box:hover{ background:#a60000;}
.right_list ul li .right_box:hover span{ color:#fff;}
.right_list ul li .right_box:hover img{filter: grayscale(100%);-webkit-filter: grayscale(100%);filter: brightness(0%) invert(100%);-webkit-filter: brightness(0%) invert(100%);}
.right_list ul li .zb_box .zb{ background: #a60000; color: #fff; padding:18px; box-shadow:0 0 8px rgba(0,0,0,.2); font-size:14px;}
.right_list ul li:first-child .zb{ width:190px;}
.right_list ul li:nth-child(3) .zb{ width:230px; font-family: dinpro; font-weight: bold; font-size: 18px;}
.right_list ul li:nth-child(5) .zb{ width:250px; padding:25px 18px;}
.right_list ul li:nth-child(5) .zb a{ margin-right:15px;}
.right_list ul li:nth-child(5) .zb a:last-child{ margin-right:0;}
#about_video_iframe{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    display: none;
}
#about_video_iframe .close{
    position: absolute;
    top: -34px;
    right: -40px;
    color: #fff;
    cursor: pointer;
}
#about_video_iframe .close i{
    font-size:36px;
}
#about_video_iframe .close:hover{
    color:var(--theme-color);
}

/* fullPage start */
.fp-tableCell{position: relative;height:100%!important; overflow: hidden;}
.section{height: 100%!important; overflow: hidden; background: #fff;}
#fullpage{
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.4s !important;
}
.floLeftBox{
    position: fixed;
    top: 50%;
    right: 30px;
    height: 150px;
    overflow: hidden;
    transform: translateY(-50%);
    z-index: 9;
}
.floLeft{
    position: relative;
    transition: 0.4s ease;
}
.floLeft dd{
    height: 30px;
    position: relative;
    transition: 0.4s ease;
	cursor: pointer;
}
.floLeft i{
    float: right;
    width: 50px; 
    height: 30px;
    position: relative;
}
.floLeft i:after{
    content: '';
    border-top: 1px solid #fff;
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transition: 0.4s ease;
}
.floLeft dd:hover i:after{
	width: 100%;
}
.floLeft.hover i:after{
    border-color: #999;
}
.floLeft span{
    float: left;
    position: relative;
    top: 0;
    width: 80px;
    padding:0 8px;
    text-align: right;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    opacity: 0;
    filter: alpha(opacity= 0);
    transition: 0.4s ease;
}
.floLeft.hover span{
    color: #666;
}
.floLeft dd.active i:after{
    width: 100%;
}
.floLeft dd.active span{
    opacity: 1;
    filter: alpha(opacity= 100);
}
.floRight{
    position: fixed;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    margin-top: -80px\9;
}
#fp-nav li{
    font-size: 0;
    position: relative;
    margin: 5px auto;
    width: 20px;

}
#fp-nav li a{
    display: block;
    border: 1px solid;
    width: 18px;
    height: 18px;
    border-color: transparent;
    position: relative;
    z-index: 9;
    border-radius: 50%;
    transition: 0.4s ease;
}
#fp-nav li:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    transition: 0.4s ease;
}
#fp-nav li.active a{
    border-color: #fff;
}


.toolbar{
    z-index: 98;
    border-top: 1px solid #eee;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    height:55px;
    display: none;
}
.toolbar ul{
    align-items: center;
    height: 100%;
}
.toolbar li{
    height: 100%;
    flex:1;
}
.toolbar li a{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.toolbar li a i{
    font-size:18px;
    line-height: 1;
}
.toolbar li a:hover{
    background: #eee;
}

.menuBtn {
	display: block;
	width:85px;
	height:85px;
	position: fixed;
	background: var(--theme-color);
	right: 0px;
	top: 0px;
	text-align: center;
	z-index: 10001;
    padding-top:7px;
    cursor: pointer;
}

.menuBtn .line {
	width: 42px;
	height:4px;
	background-color: #FFF;
	display: block;
	margin: 15px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menuBtn .line:nth-child(2) {
	background: #FFF;
}

.menuBtn.active .line {
	background: #FFF;
}

.menuBtn.active .line:nth-child(2) {
	opacity: 0;
}

.menuBg1 {
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
}

.menuBg1.active {
	opacity: 0;
	visibility: visible;
}

.menuBtn.active .line:nth-child(1) {
	-webkit-transform: translateY(20px) rotate(45deg);
	-ms-transform: translateY(20px) rotate(45deg);
	-o-transform: translateY(20px) rotate(45deg);
	transform: translateY(20px) rotate(45deg);
}

.menuBtn.active .line:nth-child(3) {
	-webkit-transform: translateY(-19px) rotate(-45deg);
	-ms-transform: translateY(-19px) rotate(-45deg);
	-o-transform: translateY(-19px) rotate(-45deg);
	transform: translateY(-19px) rotate(-45deg);
}


/* 移动端导航 */
.menuPage {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 85px 0 0;
	z-index: 10000;
}

.menuPage.active {
	opacity: 1;
	visibility: visible;
}

.menuPageC1 {
	clear: both;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	z-index: 2;
	height: 100%;
	background: #f5f5f5;
}

.menuPage.active .menuBg1 {
	visibility: visible;
	opacity: 1;
}

.menuPageC1Pd {
	padding-top: 4.25rem;
}

.menuPageList {
	overflow-x: hidden;
	background: #f5f5f5;
	padding-bottom: 100px;
	height: 100%;
}

.menuPageList dd {
	overflow: hidden;
}

.menuPageList dd span {
	display: block;
	overflow: hidden;
	position: relative;
}

.menuPageList dd span:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #dbdbdb;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5)
}

.menuPageList dd span a {
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 16px;
	color: #1f1f1f;
	padding: 0 16px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menuPageList dd span em {
	display: block;
	width: 47px;
	height: 50px;
	text-align: center;
	line-height:50px;
	font-size: 1.5rem;
	color: #c7c7c7;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: normal;
	display: none;
	background-image: url(../image/jia.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 14px;
	z-index: 1
}

.menuPageList dd span em.icn2 {
	background-image: url(../image/jian.png);
}

.menuPageList dd span em.active {
	display: block;
}

.menuPageList dd .ejBox {
	padding: 10px 15px;
	display: none;
	background: #FFF;
}

.menuPageList dd .ejBox .ejdd {
	overflow: hidden;
}

.menuPageList dd .ejBox .ejdd .ej {
	position: relative;
}

.menuPageList dd .ejBox .ejdd .ej em {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background-image: url(../image/jia.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 18px;
	display: none;
	z-index: 20
}

.menuPageList dd .ejBox .ejdd .ej em.active {
	display: block;
}

.menuPageList dd .ejBox .ejdd .ej em.icn3 {
	background-image: url(../image/jian2.png);
}

.menuPageList dd .ejBox .ejdd .ej a {
	display: block;
	height: 36px;
	line-height:36px;
	overflow: hidden;
	color: var(--theme-color);
	font-size: 14px;
	padding-left: 0;
	position: relative
}

.menuPageList dd .ejBox .ejdd .ej a:before {
	display: none;
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	background: #666666;
}

.menuPageList dd .ejBox .ejdd .sj {
	overflow: hidden;
	padding: .25rem .75rem;
	display: none;
}

.menuPageList dd .ejBox .ejdd .sj a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #666666;
	font-size: .6rem;
	padding-left: 1rem;
	position: relative
}

.menuPageList dd .ejBox .ejdd .sj a:before {
	display: block;
	content: '';
	position: absolute;
	left: .5rem;
	top: 50%;
	margin-top: 0;
	width: .25rem;
	height: 1px;
	background: #666666;
}

.menuPageList dd.hover span a {
	background:var(--theme-color);
	color: #fff;
}

.menuPageList dd.hover span em {
	color: #fff;
}

/* page_about_top */

.page_about_top{
    position: sticky;
    left: 0;
    top: 80px;
    background: #eee;
    width:100%;
    z-index: 1000;
    height: 75px;
}
.page_about_top_con{
    height: 75px;
    justify-content: center;
}
.page_about_top_con .tit{
    font-size:24px;
    font-family: 'RobotoMedium';
    flex:1;
}
.page_about_top_con .menu .item{
    margin:0 30px;
    cursor: pointer;
    font-size:16px;
    color:#333;
    position: relative;
}
.page_about_top_con .menu .item:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom:-10px;
    width:0;
    height: 2px;
    background: var(--theme-color);
}
.page_about_top_con .menu .item.cur{
    color:var(--theme-color);
}
.page_about_top_con .menu .item.cur:after{
    width: 100%;
}

/* jy_about_page_tit */

.jy_about_page_tit{
    font-size:40px;
    text-align: center;
    font-weight: bold;
    color:#333;
    padding:70px 0 30px;
}
.jy_about_page_tit span{
    font-weight: normal;
}
.jy_about_page_tit p{
    font-size:18px;
    font-weight: normal;
    margin-top: 6px;
}
.jy_about_page_tit.fff{
    color:#fff;
}

.jy_about1_page{
    padding-bottom: 80px;
}
.jy_about1_page_con{
    font-size:16px;
    margin:0 0 20px;
}
.jy_about1_page_con p{
    margin-bottom: 10px;
    text-indent: 2em;
}
.jy_about1_page_con_list{
    display: flex;
    margin:20px -10px;
}
.jy_about1_page_con_list .item_wrap{
    width: 33.33%;
    padding:10px;
}
.jy_about1_page_con_list .item{
    border: 1px solid #aaa;
    padding: 20px;
    height: 100%;
}
.jy_about1_page_con_list .item h4{
    font-size:20px!important;
    margin-bottom: 15px;
}
.jy_about1_page_con_list .item p{
    padding: 3px 0;
}
.jy_about1_page_list{
    padding: 20px 0 0;
    justify-content: space-around;
}
.jy_about1_page_list .item{
    text-align: center;
    font-size:16px;
}
.jy_about1_page_list .item .tit{
    line-height: 1;
}
.jy_about1_page_list .item span{
    font-size:44px;
    margin-right:6px;
    font-weight: bold;
    color:var(--theme-color);
    font-family: 'Arial';
    line-height: 1;
}
.jy_about1_page_list .item .desc{
    margin-top: 6px;
}


.jy_about2_page_wrap{
    background: #f7f7f7;
    padding:80px 0 0 0;
}
.jy_about2_img{
    background:rgba(166,0,0,.8);
    width: 420px;
}
.jy_about2_img .desc{
    color:#fff;
    padding:25px 40px;
    font-size:16px;
    line-height: 2;
}

.jy_about2_page{
    
}
.jy_about2_con{
    flex:1;
    min-width: 0;
    padding-left:40px;
    padding-top:10px;
}
.jy_about2_con .tit{
    font-size:40px;
    color:#333;
    font-weight: bold;
}
.jy_about2_con .tit:after{
    content:'';
    height: 3px;
    width: 120px;
    display: block;
    margin:10px 0 20px;
    background: var(--theme-color);
}
.jy_about2_con .con{
    font-size:16px;
}
.jy_about2_con .con p{
    margin-top: 10px;
    text-indent: 2em;
    line-height: 1.7;
}

.jy_about3_page_wrap{
    background-size:cover;
    padding-bottom: 80px;
    background-repeat: no-repeat;
}
.jy_about3_page_list{
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-right:1px solid rgba(255,255,255,.2);
}
.jy_about3_page_list .item{
    width: 33.333%;
    border-left:1px solid rgba(255,255,255,.2);
    border-top:1px solid rgba(255,255,255,.2);
    padding:50px 60px;
    transition:all .4s;
}
.jy_about3_page_list .item .img img{
    transition: 2s ease;
}

.jy_about3_page_list .item .tit{
    color:#fff;
    margin:20px 0;
    font-size:30px;
}
.jy_about3_page_list .item .desc{
    color:#fff;
    line-height: 1.8;
    font-size:16px;
}
.jy_about3_page_list .item:hover{
    background:rgba(166,0,0,.8);
}
.jy_about3_page_list .item:hover .img img{
    transform: rotatey(360deg);
}

.jy_about4_page_list{
    margin:0 -20px;
    padding-bottom: 80px;
}
.jy_about4_page_list .item{
    padding: 0 20px;
}
.jy_about4_page_list .item .img{
    
}
.jy_about4_page_list .item .info{
    padding:15px 0 0;
}
.jy_about4_page_list .item .info .tit{
    font-size:24px;
    font-weight: bold;
    color:#333;
}
.jy_about4_page_list .item .info .desc{
    margin-top: 10px;
    font-size:16px;
    line-height: 1.8;
}

.page_about5_wrap{
    background: #f7f7f7;
    padding-bottom:80px;
}
.page_about5_page_tit{
    justify-content: center;
    display: flex;
}
.page_about5_page_tit .item{
    font-size:40px;
    color:#333;
    position: relative;
    margin:0 30px;
    z-index: 1;
    cursor: pointer;
}
.page_about5_page_tit .item.cur{
    color:var(--theme-color);
    font-weight: bold;
}
.page_about5_page_tit .item.cur:after{
    position: absolute;
    width:100%;
    content:'';
    display: block;
    left: 0;
    bottom:-8px;
    z-index: -1;
    background: var(--theme-color);
    height:3px;
}

.page_about5_page_con .page_about5_page_list_wrap{
    display: none;
}
.page_about5_page_con .page_about5_page_list_wrap:first-child{
    display: block;
}
.page_about5_page_list_wrap{
    position: relative;
    padding-bottom: 60px;
}
.page_about5_page_list{
    overflow: hidden;
}
.page_about5_page_list_wrap .swiper-button-prev,.page_about5_page_list_wrap .swiper-button-next{
    width:64px;
    height:64px;
    color:#666;
    background: rgba(255,255,255,.8);
    transition:all .4s;
    margin-top: -60px;
}
.page_about5_page_list_wrap .swiper-button-prev{
    left:90px;
}
.page_about5_page_list_wrap .swiper-button-next{
    right: 90px;
}
.page_about5_page_list_wrap .swiper-button-prev:after,.page_about5_page_list_wrap .swiper-button-next:after{
    font-size:24px;
}
.page_about5_page_list_wrap .swiper-button-prev:hover,.page_about5_page_list_wrap .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}
.page_about5_page_list_wrap .swiper-pagination span{
    width: 8px;
    height: 8px;
    position: relative;
    margin:0 10px!important;
}
.page_about5_page_list_wrap .swiper-pagination-bullet-active:after{
    content:'';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border:1px solid var(--theme-color);
    position: absolute;
    left: -5px;
    top: -5px;
}
.page_about5_page_list_wrap .swiper-pagination-bullet-active{
    background: var(--theme-color);
}


.page_about6_list{margin: 0 auto; padding:20px 6% 0 6%; position: relative;}
.page_about6_list .swiper-container{ overflow: hidden;padding-bottom:20px;}
.page_about6_list ul li{ background: #fff; text-align: center; transition:.2s ease;}
.page_about6_list ul .swiper-slide{ width: 35%;box-shadow:0 3px 15px rgba(0,0,0,.15);}
.page_about6_list ul li p{ padding: 20px 10px;background:#f5f5f5;font-size:16px;}
.page_about6_list ul li .img{
    position: relative;
}
.page_about6_list ul li .img .mark{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.page_about6_list ul li .img .mark span{
    background: linear-gradient(to right, rgba(166, 0, 0, .8), rgba(166, 0, 0, .5));
    color: #fff;
    padding: 6px 20px;
    border-radius: 3px;
    transition: all .4s;
}
.page_about6_list ul li .img .mark span:hover{
    padding: 10px 30px;
    background: var(--theme-color);
}
.page_about6_list ul li:hover p{
    color:var(--theme-color);
}


.page_about6_list .swiper-button-prev,.page_about6_list .swiper-button-next{
    width:64px;
    height:64px;
    color:#666;
    background: rgba(0,0,0,.1);
    transition:all .4s;
}

.page_about6_list .swiper-button-prev:after,.page_about6_list .swiper-button-next:after{
    font-size:24px;
}
.page_about6_list .swiper-button-prev:hover,.page_about6_list .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_about7_wrap{
    padding-bottom: 80px;
}

.jy_about7_page_list{
    margin:-15px;
}
.jy_about7_page_list .item{
    padding:15px;
    display: block;
    width: 25%;
}
.jy_about7_page_list .item .img{
    position: relative;
}
.jy_about7_page_list .item .img img{
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.jy_about7_page_list .item .img .mark{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jy_about7_page_list .item .img .mark span{
    background: linear-gradient(to right, rgba(166,0,0,.8), rgba(166,0,0,.5));
    color:#fff;
    padding: 6px 20px;
    border-radius: 3px;
    transition:all .4s;
}
.jy_about7_page_list .item .tit{
    font-size:16px;
    padding: 10px 10px 0;
    text-align: center;
}
.jy_about7_page_list .item .img .mark span:hover{
    padding: 10px 30px;
    background: var(--theme-color);
}
.jy_about7_page_list .item:hover .tit{
    color:var(--theme-color);
}

/**
 * banner
 */
.banner{
	background: #0a5ca6;
}
.banner,
.bannerList,
.banner .slick-list,
.banner .slick-track,
.banner .mySlide{
    height: 100%;
    position: relative;
	overflow: hidden;
}
.banner .mySlide a{
    display: block;
    height: 105%;
	width: 105%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	top: -2.5% !important;
	left: -2.5% !important;
}

.banner .banTxt1{
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	width: 542px;
	height: 256px;
	margin: -128px 0 0 -271px;
}
.banner .mySlide .banTxt1{
	/* -webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7, 0, .3, 1); */
	display: none;
}
.banner .mySlide.slick-active .banTxt1{
	/* -webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateInFromLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: rotateInFromLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1); */
	display: block;
}
.banner .banTxt2{
	position: absolute;
	left: 245px;
	top: 0;
    display: none;
}
.banner .banTxt4{
	position: absolute;
	top: 50px;
    left: 350px;

}
.banner .banTxt5{
	position: absolute;
	top: 80px;
    left: 290px;
}
.banner .slick-dots{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.banner .slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	vertical-align: middle;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	background: #fff;
}
.banner .slick-dots li:after{
	content: '';
	transition: all .3s ease;
	top: -5px;
    left: -5px;
    width: 16px;
    height: 16px;
    outline: 0;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #fff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.banner .slick-dots li.slick-active{
	/* background: #f99c17; */
	border-color: transparent;
}
.banner .slick-dots li.slick-active:after{
	-webkit-transform: scale(1);
    transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.banner .slick-track {
	-webkit-perspective: 1600px;
	perspective: 1600px;
	transition-timing-function: cubic-bezier(0.215,.610,.355,1.000) !important;
}

.banner .banOutNext {
	-webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7, 0, .3, 1)
}

.banner .banInNext {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateInFromLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: rotateInFromLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1)
}

.banner .banOutPrev {
	-webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: slideOutScaleLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1)
}

.banner .banInPrev {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateInFromRight 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: rotateInFromRight 1.2s forwards cubic-bezier(.7, 0, .3, 1)
}
@keyframes slideOutScaleRight {
	from {
		
		transform: translateX(0) scale(1);
		opacity: 1;
	}

	to {
		
		transform: translateX(100%) scale(.9);
		opacity: 0;
	}
}
@keyframes rotateInFromLeft {
	from {
		
		transform: translateX(-100%) rotateY(-55deg);
		opacity: 0;
	}

	to {
		
		transform: translateX(0) rotateY(0deg);
		opacity: 1
	}
}
@keyframes slideOutScaleLeft {
	from {}

	to {
		-webkit-transform: translateX(-100%) scale(.9);
		transform: translateX(-100%) scale(.9);
		opacity: 0
	}
}
@keyframes rotateInFromRight {
	from {
		-webkit-transform: translateX(100%) rotateY(55deg);
		transform: translateX(100%) rotateY(55deg)
	}

	to {
		-webkit-transform: translateX(0) rotateY(0deg);
		transform: translateX(0) rotateY(0deg);
		opacity: 1
	}
}


.header_wrap{
   width: 100%;
   padding:0 4vw; 
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9999;
   height: 85px;
   justify-content: space-between;
}
.header_wrap .logo .img2{
    display: none;
}
.header_wrap.header_on{
    background: #fff;
    border-bottom: 1px solid #eee;
}
.header_wrap.header_on .tel{
    color:#fe0819;
}
.header_wrap.header_on .tel i{
    color:var(--theme-color);
}
.header_wrap.header_on .logo .img1{
    display: none;
}
.header_wrap.header_on .logo .img2{
    display: block;
}
.header_wrap.header_on .nav .nav1 .nav1_txt{
    color:#333;
}
.header_wrap.header_on .nav .nav_li.cur .nav1 .nav1_txt,.header_wrap.header_on .nav .nav_li:hover .nav1 .nav1_txt{
    color:var(--theme-color);
}
.nav{
    margin:0 60px;
}
.nav .nav1{
    margin-right: 50px;
}
.nav .nav1 .nav1_txt{
    color: #fff;
    transition: all .3s;
    display: block;
    position: relative;
    line-height: 85px;
    font-weight: bold;
    font-size:15px;
}
.nav .nav1 .nav1_txt:before{
    width: 0;
    height: 3px;
    background: var(--theme-color);
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    transition:all .3s;
}
.header_wrap.header_on .nav .nav1 .nav1_txt:before{
    background: var(--theme-color);
}
.nav .nav_li:last-child .nav1 .nav1_txt{
    color:#fff;
    font-size:16px;
    height: 40px;
    line-height:38px;
    padding: 0 30px;
    background: var(--theme-color);
    border-radius: 100px;
}
.nav .nav1:hover .nav1_txt:before,.nav .nav_li.cur .nav1_txt:before{
    width: 100%;
}
.nav .nav1:hover .nav1_txt:before, .nav .nav_li.cur .nav1_txt:before{
    width: 0;
}
.nav .nav_li:last-child:hover .nav1 .nav1_txt{
    opacity: .8;
}
.header_wrap.header_on .nav .nav_li.cur:last-child .nav1 .nav1_txt, .header_wrap.header_on .nav .nav_li:last-child:hover .nav1 .nav1_txt{
    color:#fff;
}
.nav .nav2{
    position: absolute;
    background:rgba(0,0,0,.5);
    padding: 30px;
    width:1360px;
    left: -300px;
    top: 85px;
    display: none;
    transition: .2s ease;
    height: 0;
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
}
.nav .nav2.shangcheng{
    left: 0;
}
.nav .nav_li:hover .nav2.shangcheng{
    height: auto;
}
.nav .nav_li{
    position: relative;
}
.nav .nav_li:hover .nav2{
    display: flex;
    height:660px;
}
.nav .nav_li:hover .nav2.shangcheng{
    display: block;
}
.nav .nav_li .nav2.shangcheng a{
    display: block;
    color:#fff;
}
.nav .nav_li:last-child .nav2{
    top:40px;
}
.nav .nav2_info{
    width: 175px;
}
.nav .nav2_info h3{
    font-size: 24px;
    font-weight: normal;
    display: flex;
    align-items: center;
    color:#fff;
}
.nav .nav2_info h3 a{
    color:#fff;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin-left: auto;
    border: 1px solid #e8e8e8;
}
.nav .nav2_info p{
    color:#fff;
    margin: 20px 0;
}
.nav .nav2_info .img img{
    width: 100%;
    height: 130px;
    object-fit: contain;
}


.nav .nav2_ul{
    flex:1;
    position: relative;
    margin-left: 20px;
}
.nav .nav2_li{
    width: 250px;
    position: relative;
}
.nav .nav2_li a.s14{
    padding: 0 20px;
    display: flex;
    background:var(--theme-color);
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: -1px;
    height: 40px;
    align-items: center;
    transition:all .3s;
    color:#fff;
}
.nav .nav2_li a.s14 span{
    flex:1;
}
.nav .nav2_li a.s14 i{
    font-size:12px;
    color:#fff;
}
.nav .nav2_li:hover a.s14{
    background:#e94d4d;
}


.nav .nav2_li:hover .nav3{
    display: block;
}


.nav .nav3{
    top: 0;
    display: none;
    position: absolute;
    left: 250px;
    
    background: #4c4c4c;
    /* border: 1px solid #e0e0e0; */
    min-width: 120px
    
    
    
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 250px;*/
    /*padding-left:20px;*/
    /*display: none;*/
    /*width:280px;*/
}
.nav .nav3 a{
    line-height: 38px;
    height: 38px;
    width: 250px;
    padding: 0 10px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
}
.nav .nav3 a i{
    font-size:12px;
}
.nav .nav3 .bd .bd_child .jychild_child_wrap{
    position: relative;
}
.nav .nav3 .bd:hover>a,.nav .nav3 .bd .bd_child .jychild_child_wrap:hover>a,.nav .nav3 .bd .jychild_child a:hover{
    color:var(--theme-color);
}
.nav .nav3 .bd:hover>a i, .nav .nav3 .bd .bd_child .jychild_child_wrap:hover>a i, .nav .nav3 .bd .jychild_child a:hover i{
    display:block;
}


.nav .nav3 .bd{
    position: relative;
}
.nav .nav3 .bd .bd_child,.nav .nav3 .bd .jychild_child {
    position: absolute;
    width: 300px;
    left: 100%;
    top: 0;
    display: none;
    border-radius: 5px;
    padding-left: 15px;
}
.nav .nav3 .bd .bd_child a{
    width: 100%;
}
.nav .nav3 .bd .jychild_child_wrap .jychild_child{
    width: 280px;
}
.nav .nav3 .bd:hover .bd_child,.nav .nav3 .bd .jychild_child_wrap:hover .jychild_child{
    display: block;
}
.nav .nav3 .bd .bd_child_wrap:hover .bd_child,.nav .nav3 .bd .jychild_child_wrap:hover .jychild_child{
    display: block;
}
.header_wrap .tel{
    color:#fe0819;
    font-size:16px;
}
.header_wrap .tel span{
    margin-left: 8px;
}
.header_wrap .tel i{
    font-size:18px;
    line-height: 1;
}




/* banner_txt */

.banner_txt{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner_txt .desc{
    font-size:32px;
}
.banner_txt .tit{
    padding:10px 0 20px;
    letter-spacing: 15px;
    font-weight: bold;
    font-size:80px;
}
.banner_txt .subtit{
    font-weight: normal;
    font-size:16px;
}
.banner_txt .layer{
    font-weight: normal;
    background: var(--theme-color);
    padding:10px 20px;
    border-radius: 100px;
    margin-top: 30px;
    cursor: pointer;
    transition:all .3s;
}
.banner_txt .layer:hover{
    opacity: .7;
}


/* product */

.product{
    display: flex;
    height: 100%;
    width: 100%;
}
.product .item{
    display: flex;
    height: 100%;
    flex:1;
    transition:all 1s;
}
.product .item.item_hover{
    flex: 8;
    background-size:cover;
}
.product .item.item_hover .item_btn{
    display: none;
}
.product .item .item_con{
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
    width: 0;
    visibility: hidden;
    transition:all 0.7s;
}
.product .item.item_hover .item_con{
    height: 100%;
    width: 100%;
    padding:0 5.7vw;
    opacity: 1;
    visibility:visible;
}
.product .item .item_con .img{
    text-align: center;
    transition:all 1s;
}
.product .item .item_con .img img{
    width: 500px;
    height: auto;
}
.product .item .item_con .tit{
    font-weight: bold;
    font-size:34px;
}
.product .item .item_con .desc{
    height: 0;
    opacity: 0;
    margin: 20px 0 30px;
    line-height: 1.5;
    font-size:14px;
}
.product .item.item_hover .item_con .desc{
    
    height: auto;
    opacity: 1;
}
.product .item.item_hover .item_con .more i{
    margin-left: 5px;
}
.product .item .item_btn{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 10vh;
    opacity: 1;
    visibility: visible;
    transition:all .7s;
}
.product .item .item_btn .tit{
    writing-mode: vertical-rl;
    color:#fff;
    letter-spacing: 5px;
    font-weight: bold;
    font-size:34px;
}
.product .item .item_btn .ico{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border:1px solid #fff;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}
.product .item:hover{
    flex:8;
}
.product .item:hover .item_btn{
    opacity: 0;
    visibility: hidden;
}
.product .item:hover .item_btn{
    
}


.bb-custom-wrapper {
	width: 100%;
	position: relative;
	text-align: center;
}

.bb-custom-wrapper .bb-bookblock {
	box-shadow: 0 12px 20px -10px rgba(81,64,49,0.6);
}

.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.bb-custom-wrapper nav {
	z-index: 1000;
}

.bb-custom-wrapper nav a {
	width: 60px;
	height:60px;
	border-radius: 2px;
	background:rgba(0,0,0,.5);
	color: #fff;
	font-size:24px;
	margin: 0 10px;
	font-family: cursive;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	z-index:999;
	font-family: cursive;
	font-weight: bold;
}
#bb-nav-prev{
    left: 15%;
}
#bb-nav-next{
    right:15%;
}

.bb-custom-wrapper nav a:hover {
	background: var(--theme-color);
	color:#fff;
}




/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 470px;
}

.bb_jy_con{
    position: relative;
    height: 100vh;
    display: block;
}
.bb_jy_con .img{
    width: 100%;
    height: 100%;
}
.bb_jy_con .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bb_jy_con .j_con{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bb_jy_con .jy_tit{
    font-size:60px;
    font-weight: bold;
    color:#fff;
    position: absolute;
    left: 15%;
    top: 20%;
}
.bb_jy_con .jy_btn{
    font-size:16px;
    color:#fff;
    position: absolute;
    right: 15%;
    bottom: 10%;
    background: rgba(166,0,0,.8);
    padding:10px 30px;
    border-radius: 100px;
    transition:all .4s;
}
.bb_jy_con .jy_btn i{
    font-size:14px;
    padding-left: 10px;
}
.bb_jy_con .jy_btn:hover{
    background: var(--theme-color);
}


.icon-link {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 32px;
}
.icon-link img {
  width: 100%;
  vertical-align: top;
}
.icon-link--twitter {
  left: auto;
  right: 5px;
}

.application{
    display: flex;
    height: 100%;
    width: 100%;
}
.application .item{
    display: flex;
    height: 100%;
    flex:1;
    transition:all 1s;
}
.application .item.item_hover{
    flex: 8;
    background-size:cover;
}
.application .item.item_hover .item_btn{
    display: none;
}
.application .item .item_con{
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
    width: 0;
    visibility: hidden;
    transition:all 0.7s;
}
.application .item.item_hover .item_con{
    height: 100%;
    width: 100%;
    padding:0 5.7vw;
    opacity: 1;
    visibility:visible;
}
.application .item .item_con .img{
    text-align: center;
    transition:all 1s;
}
.application .item .item_con .img img{
    width: 500px;
    height: auto;
}
.application .item .item_con .tit{
    font-weight: bold;
    font-size:34px;
}
.application .item .item_con .desc{
    height: 0;
    opacity: 0;
    margin: 20px 0 30px;
    line-height: 1.5;
    font-size:14px;
}
.application .item.item_hover .item_con .desc{
    
    height: auto;
    opacity: 1;
}
.application .item.item_hover .item_con .more i{
    margin-left: 5px;
}
.application .item .item_btn{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 10vh;
    opacity: 1;
    visibility: visible;
    transition:all .7s;
}
.application .item .item_btn .tit{
    writing-mode: vertical-rl;
    color:#fff;
    letter-spacing: 5px;
    font-weight: bold;
    font-size:34px;
}
.application .item .item_btn .ico{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border:1px solid #fff;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}
.application .item:hover{
    flex:8;
}
.application .item:hover .item_btn{
    opacity: 0;
    visibility: hidden;
}
.application .item:hover .item_btn{
    
}

/* certificate */
.certificate{
    background-size:cover;
    height: 100%;
    position: relative;
}
.certificate .menu{
    padding-top: 150px;
}
.certificate .menu .item{
    width: 20%;
    border-bottom: 1px solid #555;
}
.certificate .menu .item .tit{
    font-size: 16px;
    line-height: 24px;
    padding:8px 0;
    background: #333;
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.certificate .menu .item.cur .tit{
    background: var(--theme-color);
}
.certificate .list{
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,.35);
    position: absolute;
    right: 0;
    top: 0;
    padding: 85px 155px 0 135px;
}
.certificate .list .list_item{
    display: none;
    height: 100%;
}
.certificate .list .list_item:first-child{
    display: block;
}
.certificate .list .list_item_wrap{
    height: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.certificate .list .list_item .hd{
    color:#fff;
    
}
.certificate .list .list_item .hd .tit{
    font-size:48px;
}
.certificate .list .list_item .hd .desc{
    padding:30px 0 45px;
    font-size: 19px;
}
.certificate .list .list_item .bd{
    position: relative;
    overflow: hidden;
}
.certificate .list .list_item .bd .swiper-button-next,.certificate .list .list_item .bd .swiper-button-prev{
    color:#ececec;
}
.certificate .list .list_item .bd .swiper-button-next:after,.certificate .list .list_item .bd .swiper-button-prev:after{
    font-size:30px;
}
.certificate .list .list_item .bd .img{
    border:5px solid #fff;
    background: #fff;
    height: 300px;
    text-align: center;
}
.certificate .list .list_item .bd .img img{
    object-fit: cover;
    height: 100%;
}
.certificate .list .list_item .bd .tit{
    color:#fff;
    text-align: center;
    padding-top: 15px;
}

/* about */

.about{
    height: 100%;
    background-size:cover;
    padding-top: 85px;
}
.about_tit{
    color:#fff;
    text-align: center;
    padding:60px 0 40px;
}
.about_tit .tit{
    position: relative;
    margin-bottom: 40px;
    font-size:48px;
    letter-spacing: 5px;
}
.about_tit .tit:after{
    position: absolute;
    width: 80px;
    height: 4px;
    background: var(--theme-color);
    content:'';
    display: block;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0);
}
.about_tit .desc{
    font-size:16px;
}

.about_con{
    background: rgba(0,0,0,.2);
    border:1px solid rgba(255,255,255,.3);
    border-right: none;
}
.about_con_info{
    padding:85px;
    color:#fff;
    flex:1;
}
.about_con_info .tit{
    font-size:32px;
}
.about_con_info .desc{
    font-size:16px;
}
.about_con_info .tit:after{
    content:'';
    width: 80px;
    height: 4px;
    background: var(--theme-color);
    display: block;
    margin:30px 0 35px;
}
.about_con_info .more{
    padding:10px 30px;
    display: inline-block;
    border-radius: 100px;
    background: var(--theme-color);
    margin-top: 45px;
    border:2px solid var(--theme-color);
    transition:all .3s;
}
.about_con_info .more i{
    margin-left: 6px;
    font-size:12px;
}
.about_con_info .more:hover{
    background: transparent;
    border-color:var(--theme-color);
}
.about_con_list{
    flex:1;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid rgba(255,255,255,.3);
}
.about_con_list .item{
    width: 33.33%;
    border-right: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:30px;
    transition:all .5s;
}
.about_con_list .item:nth-child(4){
    border-bottom: none;
}
.about_con_list .item:last-child{
    border-bottom: none;
    width: 66.66%;
}
.about_con_list .item .a{
    font-family: Arial;
    line-height: 1.2;
    font-size:56px;
}

.about_con_list .item .desc{
    height: 54px;
    font-size:16px;
}

.about_con_list .item:hover{
    background: var(--theme-color);
}


/* news */

.news{
    height: 100%;
    background-size:cover;
    padding-top: 135px;
}
.news_tit .tit{
    line-height: 1.3;
    color:#fff;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 30px;
    font-size:48px;
}

.news_wrap{
    overflow: hidden;
}
.news_list{
    position: relative;
    margin-top: 45px;
    border-left: 1px solid rgba(255,255,255,.3);
}
.news_list .item{
    padding:30px 45px;
    border-right: 1px solid rgba(255,255,255,.3);
    color:#fff;
    display: block;
    position: relative;
    z-index: 1;
}

.news_list .item .time{
    font-family: Arial;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 30px;
    font-size:18px;
}
.news_list .item .tit{
    margin: 40px 0 30px;
    transition:all .3s;
    font-size:26px;
}
.news_list .item .desc{
    margin-bottom: 85px;
}
.news_list .item .column_more{
    display: flex;
    align-items: center;
}
.news_list .item .column_more .column{
    flex:1;
}
.news_list .item .column_more .more{
    padding:6px 15px;
    border-radius: 50px;
    transition:all .3s;
    border:1px solid #fff;
}
.news_list .item .column_more .more i{
    margin-left: 5px;
    font-size:12px;
}
.news_list .item:after{
    content:'';
    position: absolute;
    background: url("../image/news_hoverbg.jpg") no-repeat center;
    background-size:cover;
    transition:all .3s;
    left: 0;
    bottom: 0;
    width: 100%;
    height:0;
    z-index: -1;
}
.news_list .item:hover:after{
    height: 100%;
}
.news_list .item:hover .tit{
    color:var(--theme-color);
}
.news_list .item:hover .column_more .more{
    color:var(--theme-color);
    border-color: var(--theme-color);
}
.news_list .swiper-button-next,.news_list .swiper-button-prev{
    top: -120px;
    width: 45px;
    height: 45px;
    border:1px solid #fff;
    border-radius: 50%;
    color:#fff;
    transition:all .3s;
}
.news_list .swiper-button-next:after,.news_list .swiper-button-prev:after{
    font-size:16px;
}
.news_list .swiper-button-prev{
    left: auto;
    right: 70px;
}
.news_list .swiper-button-next:hover,.news_list .swiper-button-prev:hover{
    background: #fff;
    color:var(--theme-color);
}

/* footer */

.footer{
    background: url("../image/footer_bg.jpg") no-repeat center;
    background-size:cover;
    height: 100%;
    padding:100px 0 10vh;
    align-items: flex-end;
}
.footer_tel_link{
    align-items: flex-end;
    margin-bottom: 60px;
}
.footer_tel_link .tel{
    flex:1;
    color:#eee;
}
.footer_tel_link .tel span{
    font-size:18px;
    display: block;
    margin-bottom: 10px;
}
.footer_tel_link .tel h4{
    font-weight: normal;
    font-family: Arial;
    font-size:50px;   
}
.footer_tel_link .logo_box a{
    margin-left: 30px;
}
.footer_tel_menu_code{
    justify-content: space-between;
}
.footer_tel_menu_code .tel{
    color:#eee;
}
.footer_tel_menu_code .tel .p1{
    margin-bottom: 20px;
}
.footer_tel_menu_code .menu{
    margin:0 30px;
}
.footer_tel_menu_code .menu .item{
    margin:0 045px;
}
.footer_tel_menu_code .menu .item h4{
    color:#eee;
    font-weight: normal;
    margin-bottom: 10px;
    font-size:18px;
}
.footer_tel_menu_code .menu .item a{
    display: block;
    color:#ddd;
    line-height:2;
}
.footer_tel_menu_code .menu .item a:hover{
    text-decoration: underline;
}
.footer_tel_menu_code .code img{
    width: 110px;
    height: 110px;
}
.footer_tel_menu_code .code p{
    color:#eee;
    margin-top: 10px;
    text-align: center;
}

.footer_links{
    padding-top: 40px;
}
.footer_links .link{
    color:#ddd;
    padding:10px 0 0;
}
.footer_links .link a{
    margin-left: 20px;
    padding-left: 20px;
    display: inline-block;
    border-left: 1px solid #ddd;
    line-height: 1;
}
.footer_links .link a:hover{
    text-decoration: underline;
}

.footer_copyright{
    color:#ddd;
    margin-top: 20px;
}
.footer_copyright a:hover{
    text-decoration: underline;
}

/* page_banner */

.page_banner{
    position: relative;
    padding: 85px 0 0;
}
.page_banner .img{
    text-align: center;
}
.page_banner .img img{
    width: 100%;
}
.page_banner .tit{
    font-size: 54px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 52%;
    letter-spacing: 5px;
    line-height: 1;
    transform: translate(-50%, -50%);
}
.page_banner .tit:after{
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}

.page_banner_menu{
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
   width: 100%;
    display: flex;
    justify-content: space-between;
}
.page_banner_menu .item{
    
}
.page_banner_menu .item a{
    width: 300px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #740000;
    color:#fff;
    position: relative;
    z-index: 1;
    font-size:16px;
}
.page_banner_menu .item.cur a{
    background: var(--theme-color);
}
.page_banner_menu .item a:after{
    width:0;
    transition:all .3s;
    position: absolute;
    content:'';
    display: block;
    height: 100%;
    background: var(--theme-color);
    z-index: -1;
}
.page_banner_menu .item a:hover:after{
    width: 100%;
    background:rgba(0,0,0,.5);
}
.page_banner_menu .act a{
    background: rgb(203 4 4);
    color: #FFF;
}
.page_banner_product .tit{
    font-size:88px;
    left: auto;
    transform: translate(0, 0);
    letter-spacing: 16px;
    color:#333;
    top: 55%;
}
.page_banner_product .tit span{
    color:var(--theme-color);
}
.page_banner_product .tit:after{
    display: none;
}


/* product_index */

.product_menulist{
    padding:50px 0 0;
    margin:0 -13px;
}
.product_menulist .item{
    flex:1;
    border:1px solid #e7e7e7;
    margin:0 13px;
    border-radius: 10px;
    height: 230px;
    position: relative;
    padding:40px 20px 20px;
    text-align: center;
    z-index: 1;
    background: #333;
    cursor: pointer;
}
.product_menulist .item:before{
    content:'';
    background: url("../image/light.png") no-repeat center top;
    background-size: 200px auto;
    display: block;
    width: 200px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}
.product_menulist .item:after{
    content:'';
    width: 100%;
    height: 0;
    background: var(--theme-color);
    transition:all .3s;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: -2;
}
.product_menulist .item .img{
    
}
.product_menulist .item .tit{
    padding-top:10px;
    color:#fff;
}
.product_menulist .item .ico{
    padding-top: 30px;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

.product_menulist .item.img_scale .img{
    overflow: inherit;
}
.product_menulist .item.img_scale .img img{
    width: 140px;
}
.product_menulist .item:hover:after{
    height: 100%;
}
.product_menulist .item:hover .ico{
    animation: move 2s infinite;
    color:#fff;
}


.product_index_menu_fixed{
    position: fixed;
    top: 140px;
    left: 8.3vw;
    z-index: 3000;
}

/*.product_index_bg1{*/
/*    background: #f5f5f5;*/
/*    margin-top: -110px;*/
/*    padding: 160px 0 50px;*/
/*}*/
.product_index_tab.bb-custom-wrapper{
    text-align: left;
    margin-left: 40px;
    flex: 1;
    min-width: 0;
}
/*.product_index_tab .item{*/
/*    display: none;*/
/*}*/
.product_index_tab.bb-custom-wrapper .bb-bookblock{
    box-shadow: none;
    width: auto;
    height: 480px;
}
/*.product_index_tab .item:first-child{*/
/*    display: block;*/
/*}*/
.product_index_tab .item>.flex{
    align-items: center;
}
.product_index_tab .bb-item{
    border-radius: 10px;
}
.product_index_tab .item .item_left{
    flex:1;
    padding:50px 30px 50px 80px;
}
.product_index_tab .item .item_left .tit{
    font-size:40px;
    color:#333;
    font-weight: bold;
}
.product_index_tab .item .item_left .desc{
    width: 415px;
    padding:28px 0;
    font-size:16px;
}
.product_index_tab .item .item_left .more{
    margin-top: 40px;
}
.product_index_tab .item .item_left .more a{
    background: var(--theme-color);
    color:#fff;
    text-align: center;
    padding:13px 40px;
    border-radius: 100px;
}
.product_index_tab .item .item_left .more a i{
    margin-left: 10px;
    transition:all .3s;
    font-size:12px;
}
.product_index_tab .item .item_left .more a:hover{
    opacity: .8;
}
.product_index_tab .item .item_left .more a:hover i{
    margin-left:25px;
    
}
.product_index_tab .item .item_right{
    width: 37.5%;
    padding: 30px 50px 30px 0;
}
.product_index_tab .item .item_right .img img{
    transition:all .3s;
}
.product_index_tab .item .item_right:hover .img img{
    transform: scale(1.05);
}
.product_index_tab.bb-custom-wrapper nav{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.product_index_tab.bb-custom-wrapper nav a{
    position: static;
}
.hot_product_wrap{
    background: #f5f5f5;
    padding:40px 0 100px;
}
.hot_product{
    overflow: hidden;
}
.hot_product_tit{
    align-items: center;
}
.hot_product_tit .tit{
    font-size:48px;
    color:#333;
}
.hot_product_tit .img{
    margin-left: 10px;
}


.hot_product_list{
    position: relative;
    margin:0 -13px;
    padding:40px 0 0;
}
.hot_product_list .item{
    padding:30px 45px;
    color:#333;
    display: block;
    position: relative;
    z-index: 1;
    background:#fff;
    margin:0 13px;
    border:1px solid #fff;
    transition:all .3s;
}
.hot_product_list .item .img img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.hot_product_list .item .tit{
    margin: 40px 0 30px;
    transition:all .3s;
    font-weight: bold;
    text-align: center;
    font-size:16px;
}
.hot_product_list .item .btns{
    justify-content: center;
}
.hot_product_list .item .btns a{
    display: flex;
    align-items: center;
    padding:4px 15px;
    border:1px solid #333;
    margin:0 10px;
    border-radius: 100px;
    line-height: 1;
    height: 32px;
    width: 80px;
}
.hot_product_list .item .btns a i{
    font-weight: bold;
    margin-left: 5px;
    font-size:12px;
}
.hot_product_list .item .btns a.cont{
    background: #333;
    color:#fff;
}

.hot_product_list .item:hover:after{
    height: 100%;
}
.hot_product_list .item:hover .tit{
    color:var(--theme-color);
}
.hot_product_list .item:hover .column_more .more{
    color:var(--theme-color);
    border-color: var(--theme-color);
}

.hot_product_list .swiper-button-next,.hot_product_list .swiper-button-prev{
    top: -25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color:#333;
    background: #fff;
    transition:all .3s;
}
.hot_product_list .swiper-button-next:after,.hot_product_list .swiper-button-prev:after{
    font-size:16px;
    font-weight: bold;
}
.hot_product_list .swiper-button-prev{
    left: auto;
    right: 70px;
}
.hot_product_list .swiper-button-next:hover,.hot_product_list .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
}
.hot_product_list .swiper-button-next.swiper-button-disabled,.hot_product_list .swiper-button-prev.swiper-button-disabled{
    opacity: .8;
}
.hot_product_list .swiper-button-next{
    right: 13px;
}
.hot_product_list .item:hover{
    border-color: var(--theme-color);
}
.hot_product_list .item .btns a:hover{
    border-color:var(--theme-color);
    color:var(--theme-color);
}
.hot_product_list .item .btns a.cont:hover{
    background: var(--theme-color);
    color:#fff;
}

/* page_about */

.page_about{
    background-size:cover;
    height: 100%;
    padding-top: 85px;
}
.page_about1_wrap .wrapper{
    height: 100%;
    align-items: center;
    display: flex;
}
.page_about1{
    width: 100%;
}
.page_about1_left{
    color:#fff;
    flex:1;
}
.page_about1_left .tit{
    letter-spacing: 6px;
    font-size:54px;
    font-weight: bold;
}
.page_about1_left .tit:before{
    content:'';
    width: 80px;
    height: 2px;
    display: block;
    background: var(--theme-color);
    margin-bottom:20px;
}
.page_about1_left .desc{
    margin:20px 0 50px;
    letter-spacing: 3px;
    font-size:30px;
}
.page_about1_right{
    width:48%;
    font-size:16px;
    color:#fff;
}
.page_about1_right p{
    margin-bottom:20px;
    line-height: 1.8;
}

/* page_about2 */

.page_about2_tit{
    color:#fff;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:48px;
    font-weight: bold;
}

.page_about2_list{
    display: flex;
    height: calc(100vh - 20vh - 85px);
}
.page_about2_list .item{
    flex:1;
    border:1px solid rgba(255,255,255,.3);
    padding:70px;
}
.page_about2_list .item:nth-child(2){
    border-left: 0;
    border-right: 0;
}
.page_about2_list .item .tit{
    color:#fff;
    margin:20px 0;
    font-size:30px;
}
.page_about2_list .item .desc{
    width: 70%;
    color:#fff;
    line-height: 1.8;
    font-size:16px;
}

/* .page_about3 */

.page_about3{
    padding-top: 0;
    display: flex;
    height:900px;
}
.page_about3_tit{
    width: 36%;
    background: url("../image/team_tit.png") no-repeat right 55%;
    position: relative;
}
.page_about3_tit .j_tit{
    font-size: 48px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
}
.page_about3_tit .j_tit_box{
    
}
.page_about3_tit .j_tit_box .tit{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size:18px;
    position: absolute;
    right: 40px;
    top: 12%;
    cursor: pointer;
    z-index: 10;
    transition:all .3s;
}
.page_about3_tit .j_tit_box .tit span{
    display: block;
    letter-spacing: 5px;
    text-indent: 5px;
}

.page_about3_tit .j_tit_box .tit:after{
    content:'';
    display: block;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border:1px dashed rgba(255,255,255,.6);
    position: absolute;
    animation: teamTitRotate 10s linear infinite;
}
.page_about3_tit .j_tit_box .tit.cur,.page_about3_tit .j_tit_box .tit:hover{
    background: var(--theme-color);
}
.page_about3_tit .j_tit_box .tit.cur:after{
    border-color: var(--theme-color);
}

 @keyframes teamTitRotate {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.page_about3_tit .j_tit_box .tit:nth-child(2){
    top: 28%;
    right: 30px;
    transform: translateX(50%);
}
.page_about3_tit .j_tit_box .tit:nth-child(3){
    top: 45%;
    right: -40px;
}
.page_about3_tit .j_tit_box .tit:nth-child(4){
    top: 62%;
    right: 30px;
    transform: translateX(50%);
}
.page_about3_tit .j_tit_box .tit:nth-child(5){
    top: 78%;
    right: 53px;
}
.page_about3_con{
    padding-top: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 200px;
    color:#fff;
}
.page_about3_con .item{
    display: none;
}
.page_about3_con .item:first-child{
    display: block;
}
.page_about3_con .tit{
    margin-bottom: 40px;
    font-size: 36px;
}
.page_about3_con .tit:before{
    content:'';
    display: block;
    width: 80px;
    height: 2px;
    background: var(--theme-color);
    margin-bottom: 30px;
}
.page_about3_con .desc{
    line-height: 1.8;
    font-size:16px;
}

/* page_about4 */

.page_about4_wrap{
    background: #f5f5f5;
    height: 100%;
}
.page_about4_wrap .wrapper ,.page_about4{
    height: 100%;
}
.page_about4{
    padding:85px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_about4_tit{
    text-align: center;
    padding:0 0 50px ;
}
.page_about4_tit .tit{
    font-size:48px;
    font-weight: bold;
    color:#333;
}
.page_about4_tit .desc{
    margin-top: 14px;
    font-size:16px;
}
.page_about4_list{
    position: relative;
    overflow: hidden;
}
.page_about4_list .img{
    margin:0 30px;
}
.page_about4_list .img img{
    width: 100%;
    max-height: 400px;
}
.page_about4_list .btn_box{
    display: flex;
    justify-content: center;
    margin-top: 5vh;
}
.page_about4_list .pal_btn{
    width: 45px;
    height: 45px;
    border:1px solid #333;
    border-radius: 50%;
    position: inherit;
    margin:0 7px;
    transition:all .3s;
}
.page_about4_list .pal_btn:after{
    font-size:16px;
    color:#333;
}
.page_about4_list .swiper-button-next.swiper-button-disabled,.page_about4_list .swiper-button-prev.swiper-button-disabled{
    opacity: .8;
}
.page_about4_list .pal_btn:hover{
    background: #333;
}
.page_about4_list .pal_btn:hover:after{
    color:#fff;
}

/* jy_position */

.jy_position_wrap{
    margin-top: 85px;
    background: #f6f6f6;
    
}
.jy_position{
    padding:15px 0 30px;
}
.jy_position i{
    color:var(--theme-color);
    margin-right: 10px;
}
.jy_position_wrap .jy_position{
    display: flex;
    align-items: center;
    padding: 0;
    height: 70px;
}


/* pl_wrap */

.pl_wrap{
    padding:60px 0 0;
}
.pl_wrap.product_index_pl_wrap{
    background: #f5f5f5;
    margin-top: -110px;
    padding: 160px 0 50px;
}
.pl_ml{
    min-height: 90vh;
    padding-bottom:80px;
}
.pl_menu{
    width: 330px;
}
.pl_menu>ul{
     background: #f5f5f5;
    padding:20px 25px;
}
.pl_menu .menu1_li{
    padding:10px 0;
}
.pl_menu .menu1_li .menu_btn{
    color:#333;
    display: flex;
    align-items: center;
    font-size:18px;
}
.pl_menu .menu1_li .menu_btn span{
    flex:1;
}
.pl_menu .menu1_li .menu_btn i{
    transform: rotate(180deg);
    transition:all .3s;
    line-height: 1;
}
.inner_sublist{
    display: none;
    padding-top: 10px;
}
.inner_sublist li{
    padding:3px 0;
}
.inner_sublist li a{
    font-size:16px;
}
.inner_sublist li a i{
    margin-right: 8px;
    color:var(--theme-color);
    font-size:14px;
}
.inner_sublist li a:hover{
    color:var(--theme-color);
}
.pl_menu .menu1_li:first-child .inner_sublist{
    display: block;
}
.pl_menu .menu1_li:hover .menu_btn i,.pl_menu .menu1_li .menu_btn.current i{
    transform: rotate(0deg);
}
.pl_menu .menu1_li:hover .menu_btn{
    color:var(--theme-color);
}
.pl_list{
    margin-left: 50px;
    flex:1;
}

.pl_list_tit{
    color:#333;
    font-size:36px;
}
.pl_list .list{
    display: flex;
    flex-wrap: wrap;
    margin:10px -13px 0;
}
.pl_list .list .item_wrap{
    width: 33.333%;
    padding:13px;
}
.pl_list .list .item{
    padding: 30px 45px;
    color: #333;
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #e7e7e7;
    transition: all .3s;
}
.pl_list .list .item .img img {
    width: 100%;
    height: 225px;
    object-fit: contain;
}

.pl_list .list .item .tit {
    margin: 40px 0 30px;
    transition: all .3s;
    font-weight: bold;
    font-size:16px;
    text-align: center;
}
.pl_list .list .item .btns{
    justify-content: center;
}
.pl_list .list .item .btns a{
    display: flex;
    align-items: center;
    padding:4px 15px;
    border:1px solid #333;
    margin:0 10px;
    border-radius: 100px;
    line-height: 1;
}
.pl_list .list .item .btns a i{
    font-weight: bold;
    margin-left: 5px;
}
.pl_list .list .item .btns a.cont{
    background: #333;
    color:#fff;
}
.pl_list .list .item:hover{
    border-color: var(--theme-color);
}
.pl_list .list .item .btns a:hover{
    border-color:var(--theme-color);
    color:var(--theme-color);
}
.pl_list .list .item .btns a.cont:hover{
    background: var(--theme-color);
    color:#fff;
}

/* pd_hd_wrap */

.pd_hd_wrap{
    padding-top: 85px;
    background: #f5f5f5;
}
.pd_hd{
    padding:80px 0 50px;
}
.pd_hd .img_info{
    justify-content: space-between;
}
.pd_hd .pics{
    flex:1;
    padding:0 80px 80px 0;
    min-width: 0;
}
.pd_hd .pics .mySwiper{
    margin-top: 20px;
}
.pd_hd .pics .mySwiper .swiper-slide .img{
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pd_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border: 1px solid var(--theme-color);
}
.pd_hd .pics .mySwiper2 .img{
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fff;
}
.pd_hd .img img{
    width: 100%;
}
.pd_hd .info{
    width: 41%;
}
.pd_hd .info h1{
    border-bottom: 1px solid #ddd;
    padding-bottom:20px;
    font-size:40px;
    color:#333;
}
.pd_hd .info .con{
    padding-top: 20px;
    line-height: 2;
    font-size:16px;
}
.pd_hd .info .con p{
    line-height: 2;
}
.pd_hd .btn_box{
    justify-content: center;
    display: flex;
}
.pd_hd .btn_box .btn{
    overflow: hidden;
    min-width: 140px;
    position: relative;
    z-index: 1;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    text-align: center;
    border-radius: 100px;
    color:#fff;
    padding:10px 0;
    margin:0 10px;
    display: block;
    transition:all .3s;
}
.pd_hd .btn_box .btn i{
    margin-right: 5px;
    font-size:14px;
}
.pd_hd .btn_box .btn.down{
    background: #525051;
    border-color: #525051;
}
.pd_hd .btn_box .btn.return{
    border-color:#333;
    color:#333;
    background: transparent;
}
.pd_hd .btn_box .btn:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.pd_hd .btn_box .btn.tel:hover{
    opacity: .7;
}

.pd_bd{
    padding:40px 0;
}
.pd_bd_tit{
    display: inline-block;
    border-bottom: 2px solid #333;
    line-height: 2;
    font-size:36px;
}
.pd_bd_con{
    padding:50px 0;
}
.pd_bd_con p{
    text-align: center;
}
.pd_bd_con img{
    width:790px;
}

/* cl_tit */

.cl_tit{
    color:#333;
    font-weight: bold;
    font-size:36px;
}
.cl_list{
    padding-bottom: 100px;
}
.cl_list .list{
    margin:20px -30px 0;
    display: flex;
    flex-wrap: wrap;
}
.cl_list .item_wrap{
    width: 33.333%;
    padding:30px;
}
.cl_list .item{
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border:1px solid #f5f5f5;
    height: 100%;
}
.cl_list .item .info{
    padding: 45px;
}
.cl_list .item .info .tit{
    font-weight: bold;
    font-size:22px;
}
.cl_list .item .info .desc{
    margin:20px 0 40px;
    line-height: 2;
    overflow: hidden;
}
.cl_list .item .info .more_style i{
    
}
.cl_list .item .img img{
    width: 100%;
    max-height: 360px;
    object-fit: cover;
}
.cl_list .item:hover{
    border-color:var(--theme-color);
}
.cl_list .item:hover .info .tit{
    color:var(--theme-color);
}

/* nl_list */

.nl_list{
    width: 70%;
    padding-bottom: 10vh;
}
.nl_list .list .item{
    margin-top: 35px;
    position: relative;
    z-index: 1;
}
.nl_list .list .item:after{
    content:'';
    width: 0;
    transition:all 0.7s;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom:0;
    background: #eee;
    z-index: -1;
}
.nl_list .list .item img{
    width: 300px;
    height: 225px;
    object-fit: cover;
}
.nl_list .list .item .info{
    flex:1;
    padding-left:50px;
}
.nl_list .list .item .info .tit{
    font-weight: bold;
    font-size:22px;
}
.nl_list .list .item .info .date{
    color:var(--theme-color);
    margin:15px 0 20px;
    font-family: Arial;
    font-size:16px;
}
.nl_list .list .item .info .desc{
    color:#888;
}
.nl_list .list .item .info .more_style5{
    border:1px solid #333;
    line-height: 1;
    margin-top: 4vh;
    color:#333;
}
.nl_list .list .item:hover:after{
    width: 100%;
}
.nl_list .list .item:hover .info .tit{
    color:var(--theme-color);
}
.nl_list .list .item .info .more_style5:hover{
    border-color: var(--theme-color);
    color:#fff;
}
.nl_list_tit{
    font-weight: bold;
    color:#333;
    font-size:48px;
}
.nl_new{
    flex:1;
    padding-left: 60px;
    margin-left: 60px;
    border-left: 1px solid #e7e7e7;
    padding-bottom: 10vh;
}
.nl_new_tit{
    color:#333;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-left: 13px;
    font-size:24px;
}
.nl_new_tit:before{
    width: 4px;
    height: 24px;
    background: var(--theme-color);
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(6deg);
}

.nl_new .list .item{
    padding:30px 0;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    position: relative;
}
.nl_new .list .item:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom:-1px;
    background: var(--theme-color);
    height: 1px;
    width:0;
    transition:all .4s;
}
.nl_new .list .item .tit_ico .tit{
    flex:1;
    color:#333;
    font-size:18px;
}
.nl_new .list .item .tit_ico .ico{
    background: #e7e7e7;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    color:#666;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-weight: bold;
    margin-top: 5px;
    transition:all .3s;
}
.nl_new .list .item .tit_ico .ico i{
    font-size:12px;
}
.nl_new .list .item .desc{
    padding-top: 10px;
    color:#777;
}
.nl_new .list .item:hover:after{
    width: 100%;
}
.nl_new .list .item:hover .tit_ico .tit{
    color:var(--theme-color);
}
.nl_new .list .item:hover .tit_ico .ico{
    background: var(--theme-color);
    color:#fff;
}

/* nld */

.nld_tit{
    color:#333;
    margin-top: 40px;
}
.nld_tit h1{
    font-size:40px;
}
.nld_info{
    justify-content: space-between;
    align-items: center;
    padding:25px 0;
    border-bottom: 1px solid #e8e8e8;
}
.nld_info .col span{
    color:var(--theme-color);
}
.nld_info .date i{
    margin-right: 6px;
}
.nld_content{
    overflow: hidden;
    padding: 40px 0;
}

.nld_content iframe{
	width: 1100px;
	height: 600px;
}

.dl_list_imgs{
    padding-bottom: 80px;
}

.dl_img{
    width:35%;
}
.dl_img img{
    width: 100%;
}


/* dl_list */


.dl_list{
    margin:0 0 10vh;
    flex:1;
    padding-left: 5%;
}
.dl_list .list{
    margin-top:20px;
}
.dl_list .list .item .hd{
    width: 60%;
}
.dl_list .list .item .bd{
    width: 20%;
}
.dl_list .list .item .ft{
    width: 20%;
}
.dl_list .list .item.item_hd{
    height: 60px;
    background: var(--theme-color);
    color:#fff;
    font-size: 20px;
    align-items: center;
    padding: 10px 20px;
    text-align: center;
}
.dl_list .list .item.item_bd{
    height: 60px;
    border-bottom: 2px solid #eee;
    font-size: 16px;
    align-items: center;
    text-align: center;
}
.dl_list .list .item.item_bd .ft i{
    font-size: 18px;
}
.dl_list .list .item.item_bd:hover{
    background: #f3f3f3;
}
.dl_list .list .item.item_bd:hover .hd{
    color:var(--theme-color);
}


/* join us */

.ju_hd{
    height: 585px;
}
.ju_hd_con{
    padding-top:40px;
}
.ju_hd_con .tits{
    position: relative;
    z-index: 2;
}
.ju_hd_con .tits .tit{
    font-weight: bold;
    color:#333;
    padding-top:6px;
    font-size:40px;
}
.ju_hd_con .tits .subtit{
    color:#f5f4f4;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    z-index: -1;
    font-family: Arial;
    font-size: 80px;
}
.ju_hd_con .con{
    padding-top: 20px;
    width: 60%;
    font-size:18px;
}
.ju_hd_con .con p{
    padding-bottom: 20px;
}
.ju_hd_con .btn{
    padding:10px 30px;
    background: var(--theme-color);
    color:#fff;
    border-radius: 100px;
    margin-top: 40px;
    display: inline-block;
    transition:all .3s;
}
.ju_hd_con .btn:hover{
    padding:10px 40px;
    opacity: .8;
}
.ju_hd_con .btn i{
    margin-left: 10px;
}

.ju_bd{
    padding:90px 0;
}
.ju_bd .hd{
    border-bottom: 2px solid var(--theme-color);
}
.ju_bd .hd p{
    line-height: 70px;
    width: 24%;
    padding: 0 50px;
    font-size:18px;
}
.ju_bd .hd p:first-child,.jub_tit p:first-child{
    width: 28%;
}
.jub_tit{
    height: 60px;
    background: #eee;
    margin-top: 10px;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.jub_tit.cur{
    background: var(--theme-color);
    color:#fff;
}
.jub_tit p{
    padding:0 50px;
    width: 24%;
    font-size:16px;
}
.jub_tit .btn{
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right:20px;
}
.jub_tit .btn:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content:'+';
    font-size:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    line-height: 1;
}
.jub_tit.cur .btn:after{
    content:'-';
    color:var(--theme-color);
    height: 88%;
}
.jub_txt{
    display: none;
    padding:30px;
    background: #fafafa;
}
.jub_txt h4{
    font-size:16px;
    color:#333;
    margin-bottom: 10px;
}
.jub_txt p{
    line-height: 2;
}
.jub_txt h4:last-child{
    margin-top: 20px;
}


/* al_all */

.al_all{
    padding:0 0 10vh;
}

/* al_menu */

.pin-wrapper{
    width: 320px;
}
.al_menu{
    width: 320px;
    top: 110px!important;
    z-index: 99999;
}
.al_menu_wrap{
    background: #333;
    border-radius: 5px;
}
.al_menu .wrap{
    position: relative;
    z-index: 99999;
}
.al_menu .wrap .hd{
    width: 100%;
    height:56px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.al_menu .wrap .hd a{
    flex:1;
    font-size:16px;
    position: relative;
    padding:0 25px 0 40px;
    color:#fff;
    height: 100%;
    display: flex;
    align-items: center;
}
.al_menu .wrap .hd a:before{
    content:'';
    width: 6px;
    height:6px;
    background: #ddd;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 20px;
    top:25px;
    transition:all .3s;
}
.al_menu .wrap:hover .hd a{
    background: var(--theme-color);
}
.al_menu .wrap .hd i{
    cursor: pointer;
    font-size:14px;
    transition:all .4s;
    margin-left: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.al_menu .wrap .bd i{
    justify-content: flex-end;
    font-size: 14px;
}

.al_menu .wrap .bd{
    position: absolute;
    left:100%;
    top: 0;
    background: #595959;
    width: 300px;
    z-index: 10;
    display: none;
    border-radius: 5px;
}
.al_menu .wrap .bd .bd_child_wrap,.al_menu .wrap .bd .jychild_child_wrap{
    position: relative;
}
.al_menu .wrap .bd .bd_child,.al_menu .wrap .bd .jychild_child{
    position: absolute;
    width: 300px;
    left: 100%;
    top: 0;
    display: none;
    background: #808080;
    border-radius: 5px;
}
.al_menu .wrap .bd .jychild_child{
    background: #999;
}
.al_menu .wrap .bd .bd_child_wrap:hover .bd_child,.al_menu .wrap .bd .jychild_child_wrap:hover .jychild_child{
    display: block;
}
.al_menu .wrap:hover .bd{
    display: block;
}
.al_menu .wrap .bd a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 20px;
    color:#fff;
    padding:10px 20px 10px 40px;
}
.al_menu .wrap .bd a:before{
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
    content:'';
    width: 8px;
    height:8px;
    border-radius: 50%;
    border:2px solid #ddd;
}
.al_menu .wrap .bd .bd_child_wrap:hover>a,.al_menu .wrap .bd .jychild_child_wrap:hover>a,.al_menu .wrap .bd .jychild_child a:hover{
    background: #dc4040;
}
.al_menu .wrap .bd .bd_child_wrap:hover>a i,.al_menu .wrap .bd .jychild_child_wrap:hover>a i,.al_menu .wrap .bd .jychild_child a:hover i{
    display: flex;
}




/* al_list */

.al_list{
    flex: 1;
    min-width: 0;
    padding-left: 65px;
}
.al_list .list{
    display: flex;
    flex-wrap: wrap;
    margin:-15px;
}
.al_list .list .item_wrap{
    padding:15px;
    width:50%;
}
.al_list .list .item{
    display: block;
    position: relative;
    border-radius: 50%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
    padding:20px;
    height: 100%;
}
.al_list .list .item .info{
    transition:all .3s;
    text-align: center;
    padding-top: 15px;
}

.al_list .list .item .info .tit{
    font-size:18px;
}
.al_list .list .item .img img{
    width: 100%;
}
.al_list .list .item:hover .info .tit{
    color:var(--theme-color);
}


.al_show{
    padding: 40px 0;
}

.al_show_detail{
    flex:1;
    min-width: 0;
    padding-left: 65px;
    min-height: 100vh;
}
.al_show_detail .nld_tit{
    margin-top: 0;
}
.al_show_detail .nld_tit h1{
    text-align: center;
}


.alsh_menu{
    margin-bottom: 40px;
    justify-content: center;
    border-top: 1px solid #eee;
    padding-top: 50px;
}
.alsh_menu .item{
    border:1px solid #333;
    color:#333;
    font-size: 16px;
    height: 50px;
    line-height: 47px;
    padding: 0 60px;
    border-radius: 100px;
    margin-right: 60px;
    cursor: pointer;
    transition:all .4s;
}
.alsh_menu .item:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.alsh_menu .item.cur{
    color: #fff;
    background: var(--theme-color);
    border-color:var(--theme-color);
}


.alsh_menu_list{
    padding-bottom: 50px;
}
.alsh_menu_list_honor{
    display: flex;
    flex-wrap: wrap;
    margin:-10px;
}
.alsh_menu_list_honor .item{
    width: 33.333%;
    padding:10px;
}
.alsh_menu_list_honor .item .img{
    border:1px solid #e5e5e5;
    border-radius: 5px;
    padding:20px;
    display: flex;
    justify-content: center;
}

.alsh_menu_list .a_item{
    display: none;
}
.alsh_menu_list .a_item:first-child{
    display: block;
}


.alsh_menu_list_product{
    position: relative;
    margin:0 -13px;
}
.alsh_menu_list_product .item_wrap{
    width: 33.333%;
}
.alsh_menu_list_product .item{
    padding:30px;
    color:#333;
    display: block;
    position: relative;
    z-index: 1;
    background:#fff;
    margin:0 13px;
    border:1px solid #eee;
    transition:all .3s;
    border-radius: 5px;
}
.alsh_menu_list_product .item .img img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.alsh_menu_list_product .item .tit{
    margin: 40px 0 30px;
    transition:all .3s;
    font-weight: bold;
    text-align: center;
    font-size:16px;
}
.alsh_menu_list_product .item .btns{
    justify-content: center;
}
.alsh_menu_list_product .item .btns a{
    display: flex;
    align-items: center;
    padding:4px 15px;
    border:1px solid #333;
    margin:0 10px;
    border-radius: 100px;
    line-height: 1;
    height: 32px;
    width: 80px;
}
.alsh_menu_list_product .item .btns a i{
    font-weight: bold;
    margin-left: 5px;
    font-size:12px;
}
.alsh_menu_list_product .item .btns a.cont{
    background: #333;
    color:#fff;
}

.alsh_menu_list_product .item:hover:after{
    height: 100%;
}
.alsh_menu_list_product .item:hover .tit{
    color:var(--theme-color);
}
.alsh_menu_list_product .item:hover .column_more .more{
    color:var(--theme-color);
    border-color: var(--theme-color);
}
.alsh_menu_list_product .item .btns a:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.alsh_menu_list_product .item .btns a.cont:hover{
    background: var(--theme-color);
    color:#fff;
}
.alsh_menu_list_product .item:hover{
    border-color:var(--theme-color);
}


/* contact */

.cc_contact_message{
    padding-bottom: 20vh;
}
.cc_content{
    flex:1;
    padding-right: 100px;
}
.cc_content_bd{
    font-family: Arial;
}
.cc_content_hd .tit h4{
    color:#333;
    font-size:48px;
}
.cc_content_hd .tit p{
    margin-top: 2vh;
    padding-bottom:5vh;
    border-bottom:1px solid #e7e7e7;
    font-size:24px;
}
.cc_content_bd .tel1{
    padding:3vh 0 5vh;
    align-items: center;
}
.cc_content_bd .tel1 .con{
    flex:1;
    padding-left: 22px;
}
.cc_content_bd .tel1 .con h5{
    line-height: 1;
    color:#333;
    font-size:20px;
}
.cc_content_bd .tel1 .con p{
    margin-top: 15px;
    color:#333;
    font-family: Arial;
    font-size:18px;
}
.cc_content_bd .tel1 .con p span{
    margin-right:45px;
    display: inline-block;
}
.cc_content_bd .tel2 h5{
    color:#333;
    font-size:18px;
}
.cc_content_bd .tel2 .con{
    margin-top: 15px;
    font-size:16px;
}
.cc_content_bd .tel2 .con p{
    line-height:2;
}
.cc_content_bd .tel3 .item{
    margin-top: 30px;
}
.cc_content_bd .tel3 .item h5{
    font-size:18px;
    color:#333;
}
.cc_content_bd .tel3 .item p{
    font-size: 16px;
    margin-top: 15px;
}
.cc_content_bd .tel3 .item a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.cc_message{
    width: 48%;
}
.cc_message_bd .item{
    padding-top: 30px;
}
.cc_message_bd .item .tit{
    font-weight: bold;
    color:#333;
    padding-bottom: 10px;
}
.cc_message_bd .item .input input{
    background: #f5f5f5;
    border:none;
    outline: none;
    height: 60px;
    width: 100%;
    padding:0 20px;
}
.cc_message_bd .item_textarea textarea{
    height:130px;
    background: #f5f5f5;
    border:none;
    outline: none;
    width: 100%;
    line-height: 60px;
    padding:0 20px;
}
.cc_message_bd .submit{
    margin-top:50px;
}
.cc_message_bd .submit button{
    height: 60px;
    background: var(--theme-color);
    color:#fff;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    font-size:16px;
    font-weight: bold;
    transition: all .3s;
}
.cc_message_bd .submit button:hover{
    opacity: 0.7;
}

/* tl_honor1 */

.tl_honor_tit{
    font-weight: bold;
    color:#333;
    margin-bottom: 30px;
}
.tl_honor_tit .tit{
    font-size:48px;
}

.tl_honor_tit .subtit{
    font-size:28px;
    font-weight:normal;
}
.tl_honor1{
    overflow: hidden;
}
.tl_honor1_con{
    margin:0 -11px 60px;
    position: relative;
}
.tl_honor1_con .item{
    padding:0 11px;
}
.tl_honor1_con .item .img{
    border:1px solid #e7e7e7;
    padding:6px;
}
.tl_honor1_con .item .img img{
    width: 100%;
}
.tl_honor1_con .item .tit{
    font-weight: bold;
    color:#333;
    text-align: center;
    padding-top:20px;
    font-size:16px;
}
.tl_honor1_con .swiper-button-next,.tl_honor1_con .swiper-button-prev{
    top: -55px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color:#333;
    background: #fff;
    border:1px solid #666;
    transition:all .3s;
}
.tl_honor1_con .swiper-button-next:after,.tl_honor1_con .swiper-button-prev:after{
    font-size:16px;
    font-weight: bold;
}
.tl_honor1_con .swiper-button-prev{
    left: auto;
    right: 70px;
}
.tl_honor1_con .swiper-button-next:hover,.tl_honor1_con .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.tl_honor1_con .swiper-button-next.swiper-button-disabled,.tl_honor1_con .swiper-button-prev.swiper-button-disabled{
    opacity: .8;
}
.tl_honor1_con .swiper-button-next{
    right: 13px;
}

.tl_honor2_wrap{
    background:#f5f5f5;
    padding:80px 0;
}
.tl_honor2_con{
    overflow: hidden;
}
.tl_honor2_con .tab{
    width: 266px;
    padding:20px 0 0 5px;
}
.tl_honor2_con .tab .item{
    margin-bottom:10px;
}
.tl_honor2_con .tab .item .tit{
    font-size:18px;
    color:#666;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
.tl_honor2_con .tab .item.cur .tit{
    padding-left: 15px;
    font-size:18px;
    line-height: 1;
    color:#333;
}
.tl_honor2_con .tab .item.cur .tit:before{
    width: 4px;
    height: 24px;
    background: var(--theme-color);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(6deg);
}
.tl_honor2_con .list{
    flex:1;
    min-width: 0;
}
.tl_honor2_con .list .list_item{
    display: none;
    position: relative;
}
.tl_honor2_con .list .list_item:first-child{
    display: block;
}
.tl_honor2_con .list .list_item .bd{
    overflow: hidden;
}
.tl_honor2_con .list .list_item .item{
    position: relative;
    width: 100%;
    background: #fff;
    height: 100%;
    border:20px solid #fff;
}

.tl_honor2_con .list .list_item .item .img{
    width: 100%;
    height: 100%;
}
.tl_honor2_con .list .list_item .item .img img{
     width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.tl_honor2_con .list .list_item .item .tit{
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.tl_honor2_con .swiper-button-next,.tl_honor2_con .swiper-button-prev{
    top:auto;
    bottom: 60px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color:#333;
    background: #fff;
    transition:all .3s;
}
.tl_honor2_con .swiper-button-next:after,.tl_honor2_con .swiper-button-prev:after{
    font-size:16px;
    font-weight: bold;
}
.tl_honor2_con .swiper-button-prev{
    left: -240px;
    right: 0;
    bottom:120px;
}
.tl_honor2_con .swiper-button-next:hover,.tl_honor2_con .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
}
.tl_honor2_con .swiper-button-next.swiper-button-disabled,.tl_honor2_con .swiper-button-prev.swiper-button-disabled{
    opacity: .8;
}
.tl_honor2_con .swiper-button-next{
    left:-240px;
    right: 0;
}

.tl_honor3{
    padding:60px 0;
}

.tl_honor3_con{
    margin:0 -30px;
    overflow: hidden;
    position: relative;
    padding:0 0 80px;
}
.tl_honor3_con .item{
    padding:0 30px;
}
.tl_honor3_con .item .img img{
    width: 100%;
}
.tl_honor3_con .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    position: relative;
    margin:0 10px!important;
}
.tl_honor3_con .swiper-pagination-bullet-active:after{
    content:'';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border:1px solid var(--theme-color);
    position: absolute;
    left: -5px;
    top: -5px;
}
.tl_honor3_con .swiper-pagination-bullet-active{
    background: var(--theme-color);
}



/* return_page */
.pagination{
    margin-top:40px;
    display: flex;
    justify-content: center;
}
.pagination li.first,.pagination li.last{
    display: none;
}
.pagination > li > a, .pagination > li > .page-num{
    padding: 6px 12px;
    border: 1px solid #bbb;
    color: #000;
    margin-right: 8px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
.pagination a.page-num-current, .pagination a:hover
{
	background: var(--theme-color);
	border-color:var(--theme-color);
	color: #fff;
}
/* return_page */

.return_page{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.return_page>div{
    align-items: center;
}
.return_page .prev i{
    margin-right: 10px;
}
.return_page .next i{
    margin-left: 10px;
}
.return_page a{
    font-size:14px;
    color:#333;
}
.return_page a:hover{
    color:var(--theme-color);
}
.return_page i{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color:#666;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #666;
}

.nav .nav2.shangcheng{ width: 180px; padding:10px 15px;}
.nav .nav2.shangcheng a{ line-height: 36px;}
.nav .nav2.shangcheng a:hover{ color:var(--theme-color);}




/*分页*/
.ab_pages{clear:both;padding:20px 0;font-size:0.16rem;text-align:center; overflow:hidden;width: 100%;}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0;color:#fff;}
.ab_pages ul a{color:#000;display:block;padding: 15px 20px;  border: 1px solid #666;float: left;margin: 0 5px;font-size:12px;var(--theme-color);}
.ab_pages ul a.page-num-current{color:#fff;border: 1px solid var(--theme-color);background-color:var(--theme-color)}
.ab_pages ul a:hover{background:var(--theme-color);color:#fff;border: 1px solid var(--theme-color);}
.ab_pages ul span.page-num{display:none;}


