@charset "utf-8";

.header{
    height: 110px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 9999;
    border-bottom: 1px solid #b8b8b8;
    transition:all .4s;
    padding: 0 5%;
}
.header_wrap{
    height: 110px;
}
.header .logo{
    flex:1;
}
.header .logo .img2{
    display: none;
}
.header .logo img{
    height: 53px;
}
.nav .nav_li{
    margin:0 30px;
}
.nav .nav_li:nth-child(5){
    max-width: 140px;
}
.nav .nav_li:last-child{
    margin-right: 0;
}
.nav .nav_li .nav1 a{
    display: block;
    line-height:110px;
    position: relative;
    transition:all 0s;
    font-size:18px;
    white-space: nowrap;
    overflow: hidden;
}
.nav .nav_li .nav1 a:after{
    content:'';
    width:0;
    height:3px;
    background:var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}

.nav .nav_li .nav2{
    list-style-type: none;
    position: absolute;
    top:110px;
    line-height: 40px;
    width: 300px;
    background: #fff;
    border-radius:5px;
    padding:15px 30px ;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 10;
    display: none;
}
.nav .nav_li .nav2.nav2_app{
    width: 700px;
}
.nav2_app_menu{
    width:280px;
}
.nav2_app_list{
    flex:1;
    min-width: 0;
    padding-left: 30px;
}
.nav .nav_li .nav2 .nav2_app_menu a{
    display: flex;
    padding: 10px 0;
}
.nav .nav_li .nav2 .nav2_app_list a{
    display: none;
    align-items: flex-start;
}
.nav .nav_li .nav2 .nav2_app_list a:first-child{
    display: block;
}
.nav .nav_li .nav2>a{
    display: flex;
    align-items: center;
    padding-top:10px;
    padding: 10px 0;
}
.nav .nav_li .nav2 a span{
    flex:1;
    line-height: 1;
}
.nav .nav_li .nav2 a i{
    margin-left: 10px;
}
.nav .nav_li .nav2  .nav2_pro .item h5 a{
    font-size:16px;
    font-weight: bold;
}

.nav .nav_li .nav2 a i{
    font-size:12px;
}
.nav .nav_li .nav2 a:hover{
    color:var(--theme-color);
}

.nav .nav_li:hover .nav1 a,.nav .nav_li.cur .nav1 a{
    color:var(--theme-color);
}
.nav .nav_li:hover .nav1 a:after,.nav .nav_li.cur .nav1 a:after{
    width: 100%;
}

.nav .nav_li .nav2_pro_wrap.nav2{
    width:1300px;
    left: 50%;
    transform: translateX(-50%);
    padding: 45px 80px;
}
.nav .nav_li .nav2_pro_wrap .nav2_txt{
    width:280px;
}
.nav .nav_li .nav2 .nav2_txt h4{
    font-size:28px;
    padding:10px 0;
    font-weight: bold;
    justify-content: space-between;
}
.nav .nav_li .nav2 .nav2_txt h4:after{
    content:'';
    width: 72px;
    height: 2px;
    background-color: var(--theme-color);
    display: block;
    margin:25px 0 15px;
    
} 
.nav .nav_li .nav2 .nav2_txt p{
    
}
.nav .nav_li .nav2 .nav2_txt a{
    margin-top: 30px;
}
.nav .nav_li .nav2 .nav2_txt a i{
    margin-left: 6px;
}

.nav .nav_li .nav2_pro_wrap .nav2_pro{
    flex:1;
    min-width: 0;
    padding-left: 50px;
}
.nav .nav_li .nav2_pro_wrap .pro_menu{
    width:450px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
}

.nav .nav_li .nav2_pro_wrap .pro_menu .item{
    margin: 0 10px 0 0;
    width: 190px;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item:nth-child(2n){
    margin: 0 0 0 10px;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a{
    padding: 0 20px;
    transition:all .3s;
    font-size: 18px;
    height: 44px;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a i{
    font-size: 14px;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a:hover{
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}

.nav .nav_li .nav2_pro_wrap .pro_list{
    flex:1;
    padding-left:80px;
    min-width: 0;
}

.nav .nav_li .nav2_pro_wrap .pro_list .item{
    display: none;
    padding: 0;
}
.nav .nav_li .nav2_pro_wrap .pro_list .item:first-child{
    display: block;
}

.nav .nav_li .nav2  .nav2_pro .pro_list .item img{
    width: 100%;
}
.nav .nav_li .nav2_pro_wrap .pro_list .item .a_tit{
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.nav_info .lan {
    margin-left: 80px;
}
.nav_info .lan a:hover{
    color:var(--theme-color);
}
.nav_info .search{
    width: 44px;
    height: 44px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 25px;
    cursor: pointer;
    transition:all .5s;
}
.nav_info .search i{
    color:#fff;
    font-size: 24px;
}
.nav_info .search:hover{
    background: var(--theme-color);
}
.nav_info .lang_box:hover .lang{
    background:#fff;
    color: var(--theme-color);
}
.nav_info .lang_box .lang i{
    margin-right: 3px;
}
.nav_info .lang_box .lang i.iconjt{
    margin-right: 0;
    font-size:12px;
    margin-left: 3px;
    transform: rotate(180deg);
    transition:all .3s;
}
.nav_info .lang_box:hover .lang i.iconjt{
    transform: rotate(0deg);
}
.nav_info .lang_box{
    position: relative;
    z-index: 100;
    margin-left: 15px;
}
.nav_info .lang_box .dlang{
    position: absolute;
    left: 0;
    top: 28px;
    width: 180px;
    background: #fff;
    padding:5px 15px 10px;
    display: none;
    border-radius: 3px;
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    overflow: hidden;
}
.nav_info .lang_box .dlang a{
    display: flex;
    align-items: center;
    color:#666;
    white-space: nowrap;
}
.nav_info .lang_box .dlang a:hover{
    color:var(--theme-color);
}
.nav_info .lang_box .dlang a img{
    height: 16px;
    margin-right: 6px;
}
.nav_info .lang_box:hover .dlang{
    display: block;
}
.header.header_on{
    background:#fff;
}



/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.banner .item_img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom:5vh;
}
.banner .item .item_con .wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .item .item_con .info{
    display: flex;
    flex-direction: column;
}
.banner .item .item_con h4{
    font-size:52px;
    font-weight: bold;
    line-height:1.1;
    color:var(--theme-color);
}
.banner .item .item_con p{
    font-size:18px;
    margin: 30px 0 100px;
}
.banner .swiper-pagination{
    bottom:20px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width:12px;
    height:12px;
    border-radius: 50%;
    background: #fff;
    margin:0 6px;
    opacity: 1;
    position: relative;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}

.banner .banner-towrap{
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.banner .banner-towrap p{
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}
.banner .banner-to{
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    display: block;
    border: 2px solid #fff;
    background-color: transparent;
    z-index: 9;
    margin: auto; 
    color: #fff;
    position: relative;
    height: 30px; 
    width: 20px; 
    text-align: center;
    border-radius: 10px; 
}
.banner .banner-towrap span{ 
    text-transform: capitalize; 
    color:#fff;
    margin-top: 6px;
    font-size: 14px;
}
.banner .banner-to i{ 
    animation: downico 1.5s ease-out infinite;
    position: absolute; 
    width: 2px; 
    height:8px;
    background:#fff;
    margin-left: -1px;
}
@keyframes downico{
	0%{top: 10%;}
	35%{top: 40%;}
	65%{top: 50%;}
	100%{top: 10%;}
}
@-webkit-keyframes downico{
	0%{top: 10%;}
	35%{top: 40%;}
	65%{top: 50%;}
	100%{top: 10%;}
}
.banner .banner-towrap:hover .banner-to i{
    animation:none;
}

.banner .page_wrapper{
    position: absolute;
    bottom: 30px;
    left:50%;
    transform: translateX(-50%);
    height:80px;
    z-index: 999;
}

.banner .video{
    position: relative;
    
}
.banner .video:after{
    content:'';
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom,rgba(255,255,255,.9),transparent);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .video .txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 0 10%;
}
.banner .video .txt h4{
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.banner .video .txt p{
    font-size: 18px;
}
.banner .video .v video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.banner .video .more_style5{
    background: linear-gradient(225deg,#0000 7%,#fff 0);
    color:#333;
    margin-top: 80px;
}
.banner .video .more_style5:hover{
    color:#fff;
}

.banner .page{
    justify-content: space-between;
}
.banner .page .arrow{
    
}
.banner .page .arrow .swiper-button-prev{
    transform: rotate(180deg);
}
.banner .page .arrow .swiper-button-next,.banner .page .arrow .swiper-button-prev{
    position: static;
    margin:0 10px;
    color:#fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition:all .5s;
}
.banner .page .arrow .swiper-button-next i,.banner .page .arrow .swiper-button-prev i{
    line-height: 1;
    font-size: 20px;
}
.banner .page .arrow .swiper-button-next:after,.banner .page .arrow .swiper-button-prev:after{
    display: none;
}
.banner .page .arrow .swiper-button-next:hover,.banner .page .arrow .swiper-button-prev:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.banner .custom-pagination {
    color: #fff;
    font-size: 14px;
    z-index: 10;
    border-radius: 4px;
}
.banner .custom-pagination .separator{
    font-size: 20px;
    padding: 0 5px;
}
.banner .progress-circle {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
}
.banner .progress-circle .current{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.banner .progress-circle svg {
    transform: rotate(-90deg);
}

.banner .progress-circle circle {
    fill: none;
    stroke-width: 2;
}

.banner .progress-circle .bg {
    stroke:rgba(255,255,255,.2);
}

.banner .progress-circle .progress {
    stroke: #fff;
    stroke-linecap: round;
    stroke-dasharray: 100.53; /* 圆的周长 2 * π * r */
    stroke-dashoffset: 100.53;
    animation: progress 5s ease-out infinite;
}

.banner .percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #333;
}

@keyframes progress {
    0% {
        stroke-dashoffset: 100.53;
    }
    83.33% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
/* tit_box1 */

.tit_box1{
    padding:90px 0 50px;
}
.tit_box1 .tit{
   flex:1;
}
.tit_box1 .tit h4{
    font-size:48px;
    font-weight: bold;
    line-height: 1;
}
.tit_box1 .tit p{
    margin-top:20px;
    font-size: 18px;
}

.tit_box2{
    text-align: center;
    padding: 60px 0 30px;
}
.tit_box2 .tit{
    
}
.tit_box2 .tit h4{
    font-size:40px;
    font-weight: bold;
}
.tit_box2 .tit p{
    color:#666;
}
.tit_box2_fff .tit h4{
    color:#fff;
}
.tit_box2-center{
    text-align: center;
}

.bg1{
    background:#f4f4f4;
}
.bg2{
    background:var(--theme-color);
}


/* product */


.tit_box1_product{
    padding-bottom: 0;
}
.product_list_bg{
    background: url("../images/bg1.jpg") no-repeat center #f6f6f7;
}
.product_list {
	position: relative;
	overflow: hidden;
	padding: 60px 0 80px;
}

.product_list .swiper-container {
	padding-bottom: 60px;
}

.product_list .swiper-slide {
	width:400px;
	padding: 30px;
}
.product_list .swiper-slide .item_img h4{
    display: none;
    position: absolute;
	font-size: 160px;
	color:transparent;
	line-height: 1;
	font-family: 'Arial';
	font-weight: bold;
	z-index: -1;
	left: -26%;
	top: -40px;
	-webkit-text-stroke: 1px #eee;
}
.product_list .swiper-slide.swiper-slide-active{
    transform: translateX(0px) scale(1.2)!important;
}
.product_list .swiper-slide.swiper-slide-active .item_img h4{
    display: block;
}
.product_list .swiper-slide .item_img{
    position: relative;
    z-index: 1;
}
.product_list .swiper-slide .img_scale .item_img{
    overflow: visible;
}

.product_list .swiper-slide .item_con .tit {
	font-size: 24px;
	text-align: center;
}


.product_list .arrow{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.product_list .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}


.product_list .swiper-button-prev,.product_list .swiper-button-next{
	position: static;
	width: 52px;
	height: 52px;
	background: #424242;
	color:#fff;
	margin-top: 0;
	transition:all .4s;
}
.product_list .swiper-button-prev:after,.product_list .swiper-button-next:after{
    font-size: 20px;
}
.product_list .arrow .more a{
    height: 52px;
    padding: 0 30px;
    background: #424242;
    line-height: 52px;
    color:#fff;
    display: block;
    margin: 0 12px;
}
.product_list .arrow .more a:hover,.product_list .swiper-button-prev:hover,.product_list .swiper-button-next:hover{
    background: var(--theme-color);
}


.arrows_out{
    position: relative;
}
.arrows_out .swiper-button-next,.arrows_out .swiper-button-prev{
    width: 58px;
    height: 58px;
    opacity: 1;
    border:1px solid #c3c3c3;
    color:#aaa;
    transition:all .5s;
}
.arrows_out .swiper-button-prev{
    left: -90px;
}
.arrows_out .swiper-button-next{
    right:-90px;
}
.arrows_out .swiper-button-next:after,.arrows_out .swiper-button-prev:after{
    font-size:20px;
}
.arrows_out .swiper-button-next:hover,.arrows_out .swiper-button-prev:hover{
    background: var(--theme-color);
    border-color:var(--theme-color);
    color:#fff;
}


/* about */

.about_wrap{
    position: relative;
    background: url(../images/map.png) no-repeat right 30% top 10%;
    padding-top: 50px;
    
}
.about_img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding-left:6%;
}
.about{
    width: 50%;
}

.about_con .tit_box1 .tit p{
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
}
.about_con .tit_box1 .tit p:after{
    background: rgba(0, 0, 0, .1);
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about_con .tit_box1 .tit p:before{
    content: '';
    width: 137px;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.about_con .desc{
    font-size: 18px;
    margin-bottom: 80px;
}
.about_data{
    flex:1;
    min-width: 0;
    padding-top:70px;
}
.about_data .list{
    justify-content: space-between;
}
.about_data .list .item{
    position: relative;
}
.about_data .list .item:after{
    content:'';
    width: 1px;
    height: 100px;
    display: block;
    position: absolute;
    left:-100px;
    top: 0;
    background: #ddd;
    transform: rotate(20deg);
}
.about_data .list .item:first-child:after{
    display: none;
}
.about_data .list .item .num{
    font-family: 'tekoMedium';
    line-height: 1;
    font-size: 48px;
}
.about_data .list .item .num .counter{
    font-size: 90px;
    vertical-align: top;
    line-height: 1;
}
.about_data .list .item p{
    color:#666;
}

.about_menu_list{
    margin:0 -8px;
    padding:65px 0 90px;
}
.about_menu_list .item{
    padding:0 8px;
}
.about_menu_list .item1{
    width: 35.375%;    
}
.about_menu_list .item2{
    width: 43.75%;
}
.about_menu_list .item3{
    flex:1;
    min-width: 0;
}
.about_menu_list .item .item_img img{
    width: 100%;
    height: 400px;
}
.about_menu_list .item a{
    display: block;
    position: relative;
}
.about_menu_list .item .item_con{
    position: absolute;
    left: 50px;
    top:40px;
    color:#fff;
}
.about_menu_list .item .item_con .tit{
    font-size:24px;
    margin-bottom: 6px;
}
.about_menu_list .item .item_con .more i{
    padding-left: 10px;
}


/* solution_menu */

.solution_menu .item{
    width: 16.666%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 140px;
    justify-content: center;
    position: relative;
    transition:all .5s;
}
.solution_menu .item img{
    transition:all .1s;
}
.solution_menu .item .tit{
    font-size: 18px;
    margin-top: 5px;
    transition:all .5s;
}
.solution_menu .item:before{
    content:'';
    width: 1px;
    height: 140px;
    position: absolute;
    background: #e4e4e4;
    right: 0;
    top:0;
}
.solution_menu .item:last-child:before{
    display: none;
}
.solution_menu .item .img{
    transition:all 2s;
}
.solution_menu .item.cur{
    background: #333;
}
.solution_menu .item.cur img{
    filter: brightness(0%) invert(100%);
    
}
.solution_menu .item.cur .tit{
    color:#fff;
}
.solution_menu .item:hover .img{
    transform: rotateY(360deg);
}
.solution_menu .item:hover img{
    filter: invert(65%) sepia(98%) saturate(619%) hue-rotate(357deg) brightness(99%) contrast(99%);
    
}
.solution_menu .item:hover .tit{
    color:var(--theme-color);
}
.solution_list{
    margin-top: 40px;
}
.solution_list .item{
    display: none;
    position: relative;
}
.solution_list .item:first-child{
    display: block;
}
.solution_list .item .item_con{
    position: absolute;
    padding: 100px 80px 70px;
    width: 60%;
    left: 0;
    top: 0;
    color:#fff;
    transition:all .5s;
}
.solution_list .item .item_con .subtitle{
    font-size: 44px;
    font-family: 'Arial';
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.3;
}
.solution_list .item .item_con .subtitle:after{
    background: rgba(255,255,255,.5);
    content:'';
    display: block;
    width: 400px;
    height: 1px;
    position: absolute;
    bottom: 0;
}
.solution_list .item .item_con .subtitle:before{
    content:'';
    width: 137px;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.solution_list .item .item_con .tit{
    font-size: 36px;
    margin-top: 10px;
    letter-spacing: 5px;
}
.solution_list .item .item_con .desc{
    margin: 20px 0 30px;
}
.solution_list .item .item_con .ul{
    justify-content: space-between;
}
.solution_list .item .item_con .ul .li h4{
    margin-top: 5px;
}
.solution_list .item .item_con .more_style5{
    margin-top: 70px;
    background:linear-gradient(225deg,#0000 7%,#fff 0);
    color:#333;
}
.solution_list .item .item_con .more_style5:before{
    display: none;
}
.solution_list .item .item_con .more_style5:after{
    background:linear-gradient(225deg,#0000 7%,var(--theme-color) 0);
}
.solution_list .item .item_con .more_style5:hover{
    color:#fff;
}
.solution_list .item:hover .item_con{
    padding: 100px 60px 70px 100px;
}


/* news_wrap */

.news_list{
    overflow: hidden;
}
.news_list .item .item_img img{
    width: 100%;
}
.news_list .item .item_con{
    padding:30px 40px;
    background: #f6f6f6;
}
.news_list .item .item_con .time{
    margin-bottom: 10px;
}
.news_list .item .item_con .tit{
    font-size:24px;
    font-weight: bold;
    transition:all .4s;
    line-height: 1.4;
    height: 68px;
}
.news_list .item .item_con .desc{
    color:#5b5b5b;
    margin:15px 0 25px;
}

.news_list .item .item_con .more{
    font-size: 18px;
    position: relative;
    display: inline-block;
    transition:all .4s;
}
.news_list .item .item_con .more:after{
    content:'';
    width: 100%;
    height: 2px;
    background: #d0d0d0;
    display: block;
    transition:all .4s;
}
.news_list .item:hover .item_con .more{
    color:var(--theme-color);
}
.news_list .item:hover .item_con .more:after{
    background: var(--theme-color);
}


/* contact_list */

.contact_list{
    gap: 30px;
}
.contact_list .item{
    position: relative;
}
.contact_list .item .item_con{
    position: absolute;
    padding: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:all .5s;
}
.contact_list .item .item_con .con{
    color:#fff;
    padding-left: 22px;
    position: relative;
}
.contact_list .item .item_con .con:after{
    content:'';
    width: 6px;
    height: 72px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 10px;
}
.contact_list .item .item_con .con h4{
    font-size: 28px;
    font-weight: bold;
}
.contact_list .item .item_con .con p{
    font-size: 18px;
    margin-top: 5px;
}
.contact_list .item .item_con .more_style5{
    background: transparent;
    border: 1px solid #fff;
    color:#fff;
    margin-top: 60px;
}
.contact_list .item .item_con .more_style5:hover{
    border-color: var(--theme-color);
}
.contact_list .item .item_con .more_style5:before{
    display: none;
}
.contact_list .item:hover .item_con{
    padding: 60px 40px 60px 80px;
}


/* footer */

.footer{
    background:#272727;
    background-size: cover;
    color:#aaa;
}
.footer_hd{
    padding:60px 0 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.footer_hd .f_logo{
    flex:1;
}
.footer_hd .f_menu{
    width: 40%;
}
.footer_hd .f_menu .item{
    font-size: 20px;
    color:#fff;
    width: 50%;
    position: relative;
}
.footer_hd .f_menu .item:after{
    content:'';
    width: 47px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: -36px;
}

.footer_md{
    padding-top: 30px;
}
.footer_md .message{
    width: 60%;
    padding-right: 15%;
}
.footer_md .message .j_tit{
    margin-bottom: 20px;
}
.footer_md .message .input_box{
    margin: 0 -8px;
}
.footer_md .message .input{
    padding: 0 8px;
    width: 33.333%;
}
.footer_md .message input,.footer_md .message textarea{
    background: #414344;
    height: 46px;
    line-height: 26px;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color:#fff;
}
.footer_md .message textarea{
    width: 100%;
    margin-top: 16px;
}
.footer_md .message .tip{
    font-size: 14px;
    margin:5px 0 10px 0;
}
.footer_md .message .tip i{
    font-size: 22px;
    margin-right: 6px;
    color:var(--theme-color);
}
.footer_md .message .sub{
    background: var(--theme-color);
    color:#fff;
    transition:all .5s;
    cursor: pointer;
    font-size: 16px;
}
.footer_md .message .sub:hover{
    background:#999;
}

.footer_md .menu_contact{
    width: 40%;
}
.footer_md .menu_contact .menu{
    width: 50%;
}
.footer_md .menu_contact .menu a{
    display: block;
    margin-bottom: 15px;
}
.footer_md .menu_contact .contact p{
    margin-bottom: 15px;
}
.footer_md .menu_contact .contact p.code{
    display: flex;
    flex-direction: column;
    width: 100px;
}
.footer_md .menu_contact .contact p.code img{
    border: 1px solid #737576;
    padding: 4px;
}
.footer_md .menu_contact .contact p.code span{
    font-size: 14px;
    text-align: center;
    display: block;
}

.footer_copyright{
    font-size:14px;
    padding:20px 0;
    display: flex;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 35px;
    color:#c0c0c0;
}
.footer_copyright a{
    color:#c0c0c0;
}
.footer_copyright img{
    margin:0 10px 0 30px;
}
.footer_copyright a.bontop{
    flex:1;
    display: flex;
    justify-content: flex-end;
}

.footer a:hover{
    color:#fff;
    text-decoration: underline;
}

/* page_banner */

.page_banner{
    margin-top:110px;
    position: relative;
}
.page_banner .img img{
    width: 100%;
}
.page_banner_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.page_banner_con .tit{
    font-size:60px;
    font-weight: bold;
    line-height: 1.2;
}
.page_banner_con .subtit{
    font-size:18px;
    margin-top: 10px;
}
.page_banner_pos_w{
    background: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
}
.page_banner_pos{
    height: 80px;
    color:#afaca7;
    font-size: 14px;
}
.page_banner_pos .pos i{
    font-size:14px;
    margin-right: 6px;
}
.page_banner_pos .pos a{
    padding:0 5px;
}
.page_banner_pos .pos a:last-child{
    color:#333;
}
.page_banner_pos .pos a:hover{
    text-decoration: underline;
    color:var(--theme-color);
}

/* page_banner_news_pos_w */

.page_banner_news_pos_w{
    background: #fff;
}
.page_banner_news_pos .pos{
    flex:1;
}
.page_banner_news_pos .menu .item{
    line-height: 80px;
    position: relative;
    color:#333;
    display: block;
    margin-left: 150px;
    font-size: 16px;
}
.page_banner_news_pos .menu .item.cur:after{
    content:'';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--theme-color);
}
.page_banner_news_pos .menu .item:hover,.page_banner_news_pos .menu .item.cur{
    color:var(--theme-color);
}

/* page_product */

.page_product_list{
    
}
.page_product_list .item{
    padding: 60px 80px;
    background: #fff;
    margin-bottom: 30px;
}
.page_product_list .item .item_img{
    width: 300px;
}
.page_product_list .item .item_con{
    padding:0 80px;
    flex:1;
}
.page_product_list .item .item_con .tit{
    font-size: 40px;
    font-weight: bold;
}
.page_product_list .item .item_con .tit:after{
    width: 70px;
    height: 3px;
    display: block;
    content:'';
    background: #f0a91d;
    transition:all .5s;
}
.page_product_list .item .item_con .desc{
    font-size: 18px;
    margin-top: 30px;
}
.page_product_list .item .item_con .more_style5{
    margin-top: 60px;
}
.page_product_list .item .item_form{
    width: 35%;
    border: 1px solid #d9d9d9;
}
.page_product_list .item .item_form .i{
    height: 58px;
    border-bottom: 1px solid #d9d9d9;
    
}
.page_product_list .item .item_form .i:last-child{
    border-bottom: none;
}
.page_product_list .item .item_form .i h4{
    flex:1;
    padding: 0 30px;
    height: 100%;
    line-height: 58px;
}
.page_product_list .item .item_form .i h4.t{
    border-right: 1px solid #d9d9d9;
}
.page_product_list .item .item_form .i:last-child{
    border-bottom: none;
}
.page_product_list .item .item_form .i:nth-child(2n){
    background: #f6f6f6;
}
.page_product_list .item:hover .item_con .tit:after{
    width: 100%;
}


/* page_about1 */

.page_about1{
    padding:100px 0 80px;
    overflow: hidden;
}
.page_about1_img{
    width: 43.5%;
    position: relative;
    cursor: pointer;
}
.page_about1_img .img:after{
    content:'';
    background: rgba(0,0,0,.3);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.page_about1_img .img{
    position: relative;
}
.page_about1_img .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_about1_img .ico{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition:all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_about1_con{
    flex:1;
    min-width: 0;
    padding-right: 80px;
}
.page_about1_con .tit{
    font-size:48px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
.page_about1_con .subtitle{
    font-size: 18px;
    display: inline-block;
}
.page_about1_con .subtitle:after{
    content:'';
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 10px;
    background: var(--theme-color);
}

.page_about1_con .content{
    margin-top: 30px;
}
.page_about1_con .content p{
    font-size:18px;
    line-height: 1.8;
}
.page_about1_con .about_data{
    padding-top: 50px;
}
.page_about1_con .about_data .list .item .num .counter{
    line-height: 0.7;
}

.page_about2{
    gap:35px;
    padding: 20px 0 10px;
}
.page_about2 .item{
    width: 33.333%;
    justify-content: center;
    position: relative;
    background: #f5f5f5;
    padding:40px 30px;
    transition:all .5s;
}

.page_about2 .item .num{
    font-size: 70px;
    font-weight: bold;
    font-family: 'Arial';
    color:var(--theme-color);
}
.page_about2 .item .con{
    padding-left: 30px;
}
.page_about2 .item .con h4{
    line-height: 1;
    font-size:24px;
    font-weight: bold;
    transition:all .5s;
}
.page_about2 .item .con h4:after{
    content:'';
    width: 56px;
    height: 2px;
    background: var(--theme-color);
    display: block;
    margin: 25px 0 5px;
}
.page_about2 .item .con p{
    margin-top:15px;
    transition:all .5s;
}

.page_about2 .item:hover{
    background: #000;
}

.page_about2 .item:hover .con,.page_about2 .item:hover .con h4{
    color:#fff;
}

.page_about3_list{
    margin: -20px;
}
.page_about3_list .item_w{
    width: 50%;
    padding: 20px;
}
.page_about3_list .item{
    background: #fff;
    position: relative;
    padding: 40px 60px;
    transition:all .5s;
    height: 100%;
}
.page_about3_list .item .item_img img{
    width: 115px;
    transition:all .5s;
}
.page_about3_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 60px;
    position: relative;
    z-index: 1;
    
}
.page_about3_list .item .item_con .num{
    font-size: 100px;
    line-height: 1;
    font-family: 'Arial';
    font-weight: bold;
    color:#f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition:all .5s;
}
.page_about3_list .item .item_con .tit{
    font-size: 26px;
    font-weight: bold;
}
.page_about3_list .item .item_con .con{
    color:#3a3a3a;
    margin-top: 20px;
}

.page_about3_list .item:hover{
    background: var(--theme-color);
    color:#fff;
}
.page_about3_list .item:hover .item_con .con{
    color:#fff;
}
.page_about3_list .item:hover .item_con .num{
    color:#e2a020;
}
.page_about3_list .item:hover .item_img img{
    filter: brightness(1000%);
}




.page_about4_wrap{
    background: url("../images/bg3.jpg") no-repeat center;
    background-size: cover;
}
.page_about4_wrap .tit_box1 .tit{
    color:#fff;
}
.page_about4_con{
    margin: 0 -12px;
}
.page_about4_con .item_w{
    width: 25%;
    padding: 0 12px;
}
.page_about4_con .item{
    border: 1px solid rgba(175,175,175,.3);
    background: rgba(55,59,53,.3);
    padding:100px 55px 120px;
    text-align: center;
    transition:all .5s;
}
.page_about4_con .item .item_img img{
    transition:all .2s;
}
.page_about4_con .item .item_con{
    color:#fff;
}
.page_about4_con .item .item_con .tit{
    font-size: 24px;
    margin: 50px 0 30px;
}
.page_about4_con .item:hover{
    border-color:#dd9431;
    transform: translateY(-20px);
}
.page_about4_con .item:hover .item_img img{
    filter: invert(48%) sepia(95%) saturate(334%) hue-rotate(355deg) brightness(106%) contrast(98%);
}

.page_about5_list{
    position: relative;
    overflow: hidden;
}
.page_about5_list .swiper-slide {
  width: 58%;
  margin: 0 10px;
}
.page_about5_list .swiper-slide img {
  width: 100%;
}
.page_about5_list .swiper-button-prev,.page_about5_list .swiper-button-next{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    color:#333;
    opacity: 1;
    transition:all .5s;
}
.page_about5_list .swiper-button-prev{
    left: 10%;
}
.page_about5_list .swiper-button-next{
    right: 10%;
}
.page_about5_list .swiper-button-prev:after,.page_about5_list .swiper-button-next:after{
    font-size: 30px;
}
.page_about5_list .swiper-button-prev:hover,.page_about5_list .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_about6_wrap */

/*.page_about6_wrap{*/
/*    background: url("../images/bg4.png") no-repeat center top 150px;*/
/*}*/
.page_about6_list_w .round{
    position: absolute;
    left: 35%;
    top: -80px;
    margin-top: 40px;
    animation: rotate 8s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.page_about6_list {
  overflow: hidden;
  margin-top: 4vw;
  perspective: 1200px;
  z-index: 1;
  position: relative;
  -webkit-box-reflect: below -100px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(250, 250, 250, 0.3)));
  max-width: 1070px;
  margin: auto;
  padding-bottom: 45px;
}

.page_about6_list .swiper-wrapper {
  align-items: flex-end;
  transform-style: preserve-3d;
}

.page_about6_list .item {
  background: url(../images/bg21.png) no-repeat center;
  width: 270px;
  background-size: 100% 100%;
  height: 360px;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  transition: ease 1s;
  transform-origin: center bottom;
}

.page_about6_list .item:last-child {
  margin-right: 0;
}
.page_about6_list .swiper-pagination{
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page_about6_list .swiper-pagination .swiper-pagination-bullet{
    display: block;
    width: 9px;
    height: 9px;
    background: #dcdcdc;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 4px;
    transition: ease 0.4s;
    cursor: pointer;
    outline: none;
    opacity: 1;
}
.page_about6_list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 19px;
    background:var(--theme-color);
    border-radius: 4px;
}

.page_about6_list_w{
    position: relative;
}
.page_about6_list_w .swiper-button-prev,.page_about6_list_w .swiper-button-next{
    width:60px;
    height: 60px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-radius: 50%;
    color:#333;
    transition:all .5s;
}
.page_about6_list_w .swiper-button-prev{
    left: 8%;
}
.page_about6_list_w .swiper-button-next{
    right: 8%;
}
.page_about6_list_w .swiper-button-prev:after,.page_about6_list_w .swiper-button-next:after{
    font-size: 24px;
}
.page_about6_list_w .swiper-button-prev:hover,.page_about6_list_w .swiper-button-next:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}


/* page_about7_list */

.page_about7_list{
    overflow: hidden;
}

/* page_support_panel1 */

.page_support_panel1_w{
    padding: 100px 0;
}
.page_support_panel1{
    background: #fff;
}
.page_support_panel1_img{
    flex:1;
    min-width: 0;
}
.page_support_panel1_img img{
    width: 100%;
}
.page_support_panel1_con{
    width: 50%;
    padding: 60px 80px;
}
.page_support_panel1_con .tit{
    font-size: 48px;
    font-weight: bold;
    line-height:1;
}
.page_support_panel1_con .desc{
    font-size: 18px;
    margin-top: 30px;
}
.page_support_panel1_con .list{
    justify-content: space-between;
    margin-top: 50px;
}
.page_support_panel1_con .list .item{
    text-align: center;
}
.page_support_panel1_con .list .item h4{
    margin-top: 10px;
}


/* page_support_panel2_wrap */

.page_support_panel2_wrap{
    background: url("../images/bg6.png") no-repeat left top;
    margin: 100px 0;
}

.page_support_panel2_con{
    width: 35%;
}
.page_support_panel2_con .tit{
    font-size: 56px;
    font-weight: bold;
    padding-top: 30px;
}
.page_support_panel2_con .subtit{
    font-size: 28px;
    margin: 40px 0;
}
.page_support_panel2_con .desc{
    font-size: 18px;
    margin-bottom: 80px;
}
.page_support_panel2_list{
    flex:1;
    min-width: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_support_panel2_list .a_img{
    justify-content: center;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    width: 660px;
    height: 660px;
    display: flex;
    align-items: center;
}
.page_support_panel2_list .list .item{
    position: absolute;
    
}
.page_support_panel2_list .list .item1,.page_support_panel2_list .list .item6{
    flex-direction: row-reverse;
    
}
.page_support_panel2_list .list .item1 .con,.page_support_panel2_list .list .item6 .con{
    padding: 0 20px 0 0;
    text-align: right;
}
.page_support_panel2_list .list .item1{
    right: 570px;
    top: -40px;
}
.page_support_panel2_list .list .item2{
    right: 215px;
    top: -40px;
}
.page_support_panel2_list .list .item3{
    right: 20px;
    top: 140px;
}
.page_support_panel2_list .list .item4{
    right: -30px;
    top: 355px;
}
.page_support_panel2_list .list .item5{
    right: 120px;
    top: 545px;
}
.page_support_panel2_list .list .item6{
    right: 485px;
    top: 605px;
}
.page_support_panel2_list .list .item .img_w{
    width: 130px;
    height: 130px;
    border: 1px solid #f3f4f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition:all .5s;
}
.page_support_panel2_list .list .item .img{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #131313;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}
.page_support_panel2_list .list .item .con{
    padding-left: 20px;
    max-width: 180px;
}
.page_support_panel2_list .list .item .con p{
    font-size: 30px;
    font-family: 'Arial';
    line-height: 1;
}
.page_support_panel2_list .list .item .con h4{
    font-size: 18px;
}
.page_support_panel2_list .list .item:hover .img_w{
    border-color: #fcf4ea;
    background: #fcf4ea;
}
.page_support_panel2_list .list .item:hover .img{
    background: var(--theme-color);
}


/* page_support_panel3_list */

.page_support_panel3_list{
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
.page_support_panel3_list .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #d9d9d9;
    margin: 0 8px;
}
.page_support_panel3_list .swiper-pagination-bullet-active{
    background: var(--theme-color);
}

/* page_support_panel4_list */

.page_support_panel4_list{
    padding-top: 100px;
    gap: 30px;
}
.page_support_panel4_list .item{
    position: relative;
}
.page_support_panel4_list .item .item_con{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px 80px;
    left: 0;
    top: 0;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_support_panel4_list .item .item_con .tit{
    font-size: 24px;
    border-bottom: 1px solid #fff;
    padding-bottom:20px;
}
.page_support_panel4_list .item .item_con .desc{
    font-size: 36px;
    font-family: 'Arial';
    font-weight: bold;
    padding-top: 20px;
}
.page_support_panel4_list .item .item_con .desc a:hover{
    text-decoration: underline;
}


/* page_about_choose */

.page_about_choose{
    padding:60px 0;
}
.page_about_choose .list{
    margin:30px -12px 0;
}
.page_about_choose .list .item_wrap{
    flex:1;
    padding:0 12px;
}
.page_about_choose .list .item{
    background: #fff;
    height: 100%;
    flex: 1;
    border-radius: 15px;
    padding: 35px;
    text-align: center;
    transition: all .3s;
    color:#333;
    position: relative;
    z-index: 1;
}
.page_about_choose .list .item .img{
    display: flex;
    justify-content: center;
}
.page_about_choose .list .item .img2{
    display: none;
}
.page_about_choose .list .item h4{
    font-size:22px;
    font-family: 'MontserratSemiBold';
    margin:15px 0 10px;
}
.page_about_choose .list .item .num{
    font-size: 90px;
    color: #f7f7f7;
    line-height: 0.8;
    text-align: right;
    font-style: italic;
    padding-right: 20px;
    transition: all .3s;
    font-weight: bold;
    position: absolute;
    right: 40px;
    bottom: 50px;
    z-index: -1;
}

.page_about_choose .list .item:hover .num{
    color: rgba(255,255,255,.1);
}
.page_about_choose .list .item:hover{
    background:var(--theme-color);
    color:#fff;
}
.page_about_choose .list .item:hover .img1{
    display: none;
}
.page_about_choose .list .item:hover .img2{
    display: block;
}


/* page_about_honor */

.page_about_honor{
    position: relative;
    margin: 90px 0;
}
.page_about_honor .con{
    flex:1;
    min-width: 0;
    padding-right: 5%;
}
.page_about_honor_list{
    width: 60%;
    overflow: hidden;
}
.page_about_honor_list .item .img img{
    height: 390px;
    width: 100%;
    object-fit: cover;
}
.page_about_honor_list .item h4{
    color:#333;
    text-align: center;
    padding-top: 10px;
}
.page_about_honor .swiper-button-prev,.page_about_honor .swiper-button-next{
    width: 60px;
    height: 60px;
    border:1px solid #d3d3d3;
    border-radius: 5px;
    left: 0;
    bottom: 8%;
    right: auto;
    top: auto;
    transition:all .3s;
}
.page_about_honor .swiper-button-next{
    left: 70px;
}
.page_about_honor .swiper-button-prev:after,.page_about_honor .swiper-button-next:after{
    font-size:22px;
    color:#aaa;
}
.page_about_honor .swiper-button-prev:hover,.page_about_honor .swiper-button-next:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.page_about_honor .swiper-button-prev:hover:after,.page_about_honor .swiper-button-next:hover:after{
    color:#fff;
}




/* page_about_history_list */

.page_about_history_wrap{
    background: url("../images/bg5.jpg") no-repeat center;
    padding:80px 0;
    background-size: cover;
}
.page_about_tit_fff{
    color:#fff;
}
.page_about_history .con{
    color:#fff;
    flex:1;
    min-width: 0;
    padding-right: 5%;
}
.page_about_history_list{
    width: 60%;
    height: 300px;
    overflow: hidden;
    padding-left: 100px;
    position: relative;
}
.page_about_history_list:before{
    content:'';
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    left: 20px;
    top:40px;
    background:rgba(255,255,255,.7);
    
}
.page_about_history_list .item{
    color:#fff;
}
.page_about_history_list .item h4{
    font-size:32px;
    font-family: 'MontserratSemiBold';
    line-height: 1;
    margin-bottom: 20px;
}
.page_about_history_list .swiper-button-prev,.page_about_history_list .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 0;
    top: 0;
    margin-top: 0;
}
.page_about_history_list .swiper-button-next{
    top: 50%;
    background: #fff;
}

.page_about_history_list .swiper-button-prev:after, .page_about_history_list .swiper-button-next:after{
    color:#fff;
    font-size:16px;
    transform: rotate(90deg);
}
.page_about_history_list .swiper-button-next:after,.page_about_history_list .swiper-button-prev:hover{
    color:var(--theme-color);
}


/* page_about_visits */

.page_about_visits{
    text-align: center;
    padding:80px 0;
}
.page_about_visits_list{
    position: relative;
    overflow: hidden;
    padding:30px 0 60px;
}
.page_about_visits_list .item .img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* page_about_culture */

.page_about_culture_wrap{
    padding:80px 0;
    background: url("../images/bg20.jpg") no-repeat center;
    background-size: cover;
}
.page_about_culture{
    padding-top: 50px;
}
.page_about_culture .item_img{
    width: 50%;
}
.page_about_culture .item_img img{
    border-radius: 20px;
}
.page_about_culture .list{
    flex:1;
    padding-left: 6%;
    min-width: 0;
}
.page_about_culture .list .item{
    display: flex;
    padding:40px 0;
    align-items: center;
    border-bottom: 1px solid #c5c5c5;
}
.page_about_culture .list .item:first-child{
    padding-top: 20px;
}
.page_about_culture .list .item .img img{
    width: 72px;
    height: 72px;
}
.page_about_culture .list .item .con{
    flex:1;
    min-width: 0;
    padding-left: 40px;
    color:#333;
}
.page_about_culture .list .item .con h4{
    font-size:24px;
    font-family: 'MontserratSemiBold';
}

/* page_about_photo1 */

.page_about_photo1{
    padding-bottom: 80px;
}
.page_about_photo1 .list{
    padding:40px 0 60px;
    overflow: hidden;
    position: relative;
}

.page_about_photo1 .list .img img{
    width: 100%;
    height: 355px;
    border-radius: 20px;
    object-fit: cover;
}
.page_about_photo1 .swiper-pagination-bullet-active{
    background: var(--theme-color);
}

.page_about_photo2{
    padding-bottom: 80px;
}
.page_about_photo2 .list{
    padding: 40px 0 0;
    margin:0 -33px;
}
.page_about_photo2 .list .item{
    flex:1;
    padding:0 33px;
    position: relative;
}
.page_about_photo2 .list .item:after{
    content:'>';
    font-size:30px;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    font-family:cursive;
    color:#999;
}
.page_about_photo2 .list .item .img img{
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 20px;
}
.page_about_photo2 .list .item h4{
    text-align: center;
    line-height: 50px;
    color:#333;
    font-size:18px;
}

/* page_case_list */

.page_case_list{
    padding: 100px 0;
}
.page_case_list .list{
    margin:-17px;
}
.page_case_list .item{
    padding:17px;
    width: 33.3333%;
}
.page_case_list .item_img img{
    width: 100%;
}
.page_case_list .item_con{
    padding: 35px;
    background: #fff;
    position: relative;
}
.page_case_list .item_con:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width:0;
    background: var(--theme-color);
    transition:all .4s;
}
.page_case_list .item_con .tit{
    font-size:22px;
    font-weight: bold;
    line-height: 1;
}
.page_case_list .item_con .desc{
    margin:15px 0 30px;
}
.page_case_list .item_con .more i{
    margin-left: 8px;
    line-height: 1;
}
.page_case_list a:hover .item_con:after{
    width: 100%;
}
.page_case_list a:hover .item_con .more{
    color:var(--theme-color);
}

/* page_download_center */

.page_download_center{
    padding:30px 0 50px;
}
.page_download_center .list_item {
    margin-bottom: 30px;
}
.page_download_center .list_item .menu{
    display: flex;
    color:#333;
    font-size:24px;
    padding:30px 40px;
    background: #fff;
    cursor: pointer;
    transition:all .3s;
    justify-content: space-between;
    font-family: 'MontserratSemiBold';
    align-items: center;
}
.page_download_center .list_item .menu i{
    font-size:20px;
    color:#333;
    transition:all .3s;
}
.page_download_center .list_item .menu:hover,.page_download_center .list_item .menu.cur{
    color:var(--theme-color);   
}

.page_download_tit .tit p{
    max-width: 70%;
    margin:auto;
}
.page_download_tit .tit p a{
    color:var(--theme-color);
}
.page_download_tit .tit p a:hover{
    text-decoration: underline;
}



.page_download_center .list_item .list{
    display: none;
    padding:0 40px;
    background: #fff;
}
.page_download_center .list_item:first-child .list{
    display: block;
}

.page_download_center .list_item .list .item{
    display: flex;
    height: 90px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ebebeb;
}

.page_download_center .list_item .list .item .pdf{
    width: 50px;
    height: 25px;
    border:1px solid #a9a9a9;
    font-family: 'MontserratLight';
    font-size:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.page_download_center .list_item .list .item h4{
    font-size:16px;
    color:#2d2d2d;
    margin-left:25px;
    flex:1;
}
.page_download_center .list_item .list .item .btn{
    border:1px solid #c3c3c3;
    padding:5px 20px;
    transition:all .3s;
    border-radius: 5px;
}
.page_download_center .list_item .list .item .btn i{
    margin-left: 8px;
    font-size:16px;
}
.page_download_center .list_item .list .item:hover h4{
    color:var(--theme-color);
}
.page_download_center .list_item .list .item:hover .btn{
   background: var(--theme-color);
   border-color:var(--theme-color);
   color:#fff;
}


.page_download_center_more{
    text-align: center ;
    padding-bottom: 80px;
}
.page_download_center_more a{
    padding-bottom: 5px;
    display: inline-block;
}
.page_download_center_more a:after{
    width: 100%;
    height: 1px;
    background: #666;
    content:'';
    display: block;
}
.page_download_center_more a:hover{
    color:var(--theme-color);
}
.page_download_center_more a:hover:after{
    background: var(--theme-color);
}


/* page_product_video */


.page_product_video{
    padding:50px 0 80px;
}
.page_product_video .list{
    margin:0 -17px;
}
.page_product_video .list .item{
    width: 33.33%;
    padding:0 17px;
}
.page_product_video .list .item iframe{
    height: 385px;
}




/* page_case_detail */


.page_case_detail{
    padding:60px 0 80px;
    text-align: center;
}
.page_case_detail h1{
    font-size:40px;
    font-weight: bold;
}
.page_case_detail h1:after{
    content:'';
    width: 88px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    margin:20px auto 0;
}
.page_case_detail .desc{
    margin:30px auto 50px;
    max-width: 80%;
}
.page_case_detail .desc p{
    line-height: 1.8;
}

.page_case_detail_list{
    position: relative;
    overflow: hidden;
    padding-bottom:50px;
    height: 1000px;
}
.page_case_detail_list .swiper-wrapper{
    flex-wrap: wrap;
    flex-direction: column;
}
.page_case_detail_list .swiper-slide{
    height: calc((100% - 30px) / 2) !important;
}
.page_case_detail_list .item{
    border: 1px solid #e9e9e9;
    padding: 40px 60px;
    transition:all .5s;
    height: 465px;
}
.page_case_detail_list .item .item_img{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_case_detail_list .item .item_img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.page_case_detail_list .item .item_con{
    flex:1;
    padding-left: 50px;
}
.page_case_detail_list .item .item_con h4{
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    position: relative;
    transition:all .5s;
}
.page_case_detail_list .item .item_con h4:after{
    content:'';
    width: 70px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page_case_detail_list .item .item_con p{
    margin-top: 20px;
    line-height: 2.2;
    text-align: left;
}
.page_case_detail_list .swiper-pagination{
    bottom: 0;
}
.page_case_detail_list .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 8px;
}
.page_case_detail_list .swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.page_case_detail_list .item:hover{
    border-color: var(--theme-color);
}
.page_case_detail_list .item:hover h4{
    color:var(--theme-color);
}



/* product_detail */

.pd_detail{
    padding-top: 110px;
}
.pd_detail_hd .pics{
    width:50%;
    background: #f7f7f7;
}
.pd_detail_hd .pics .mySwiper2{
    width: 100%;
    height:700px;
    margin:0;
    overflow: hidden;
}

.pd_detail_hd .pics .mySwiper2 .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    max-width:90%;
    max-height:90%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination{
    bottom: 20px;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.pd_detail_hd .pics .mySwiper{
    margin-top:25px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    background: #fff;
    padding:5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border:1px solid #fff;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border:1px solid var(--theme-color);
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img{
    height:120px;
    object-fit: contain;
}



.pd_detail_hd .infos{
    flex: 1;
    padding:10px 0 0 5%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.pd_detail_hd .infos .pos{
    color:#afaca7;
    margin-bottom: 60px;
}
.pd_detail_hd .infos .pos a:last-child{
    color:#333;
}
.pd_detail_hd .infos h1{
    font-size:44px;
    line-height: 1.3;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 30px;
    position: relative;
}
.pd_detail_hd .infos h1:after{
    content:'';
    display: block;
    width: 20%;
    height:3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom:-1px;
}
.pd_detail_hd .infos .desc{
    font-size:26px;
    margin:35px 0 60px;
    line-height: 1.8;
}
.pd_detail_hd .infos .params{
    justify-content: space-between;
}
.pd_detail_hd .infos .params .item{
    position: relative;
}
/*.pd_detail_hd .infos .params .item:after{*/
/*    content:'';*/
/*    width: 1px;*/
/*    height: 50px;*/
/*    background: #bfbfbf;*/
/*    position: absolute;*/
/*    right: -50px;*/
/*    display: block;*/
/*    top: 10px;*/
/*}*/
/*.pd_detail_hd .infos .params .item:last-child:after{*/
/*    display: none;*/
/*}*/
.pd_detail_hd .infos .params .item h4{
    color:#666;
}
.pd_detail_hd .infos .params .item p{
    font-size: 20px;
}

.pd_detail_hd .infos .btns{
    margin-top: 80px;
    gap: 30px;
}
.pd_detail_hd .infos .btns .more_style5{
    width: 100%;
    height:70px;
    font-size: 18px;
    background: #333;
}
.pd_detail_hd .infos .btns .more_style5:after{
    background: var(--theme-color);
}
.pd_detail_hd .infos .btns .more_style5:before{
    display: none;
}
.pd_detail_hd .infos .btns .more_style5.btn{
    background: transparent;
    border: 1px solid #333;
    color:#333;
}


/* pd_detail_bd */

.pd_detail_bd .j_tit{
    margin-top: 80px;
    padding: 0 0 30px 25px;
    font-size: 44px;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    line-height: 1;
}
.pd_detail_bd .j_tit:before{
    width: 5px;
    height: 42px;
    content:'';
    position: absolute;
    display: block;
    left: 0;
    background: var(--theme-color);
    top: 5px;
}
.pd_detail_bd .j_con{
    padding:60px 0 0;
}
.pd_detail_bd .j_con table{
    width: 100%;
}
.pd_detail_bd .j_con table tr:first-child{
    background: #f7f7f7;
}
.pd_detail_bd .j_con table tr td{
    padding: 15px 20px;
    border-color: #e4e4e4!important;
}

.pd_detail_bd .j_list{
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 50px;
}
.pd_detail_bd .j_list .swiper-pagination-bullet-active{
    background: var(--theme-color);
}

.page_product_contact_wrap{
    background: url("../images/bg2.jpg") no-repeat center;
}
.page_product_contact{
    height: 400px;
    flex-direction: column;
    justify-content: center;
    color:#fff;
}
.page_product_contact .tit{
    font-size: 22px;
}
.page_product_contact .desc{
    font-size: 48px;
    font-weight: bold;
}
.page_product_contact a{
    width: 150px;
    height: 52px;
    background: var(--theme-color);
    color:#fff;
    border-radius: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    transition:all .5s;
}
.page_product_contact a:hover{
    background: #fff;
    color:#333;
}

/* page_product_recommend */

.page_product_recommend{
    overflow: hidden;
}
.page_product_recommend .item{
    background: #fff;
    padding: 50px;
}
.page_product_recommend .item .item_img{
    width: 36%;
}
.page_product_recommend .item .item_con{
    flex:1;
    min-width: 0;
    padding-right:8%;
}
.page_product_recommend .item .item_con .tit{
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    padding-bottom: 8px;
}
.page_product_recommend .item .item_con .tit:after{
    width: 44px;
    height: 3px;
    background:var(--theme-color);
    content:'';
    display: block;
    position: absolute;
    bottom: -1px;
    transition:all .4s;
}
.page_product_recommend .item .item_con .desc{
    margin: 30px 0 50px;
}
.page_product_recommend .item:hover .item_con .tit:after{
    width: 100%;
}


/* page_solution_menu */

.page_solution_menu{
    margin: -18px;
}
.page_solution_menu .item_w{
    width: 33.333%;
    padding: 18px;
}
.page_solution_menu .item{
    position: relative;
}
.page_solution_menu .item:after{
    content:'';
    width: 0;
    height: 2px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .5s;
}
.page_solution_menu .item .item_con{
    padding:35px 45px 45px;
    background: #fff;
}
.page_solution_menu .item .item_con .tit{
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}
.page_solution_menu .item .item_con .tit:after{
    content:'';
    width: 80px;
    height: 2px;
    background: var(--theme-color);
    display: block;
    margin: 20px 0 0;
}
.page_solution_menu .item .item_con .desc{
    margin-top: 30px;
}
.page_solution_menu .item:hover:after{
    width: 100%;
}

/* page_quality */

.pq1_info{
    
}
.pq1_info .desc{
    width: 60%;
    margin:auto;
    text-align: center;
    position: relative;
}
.pq1_info .desc:before,.pq1_info .desc:after{
    content:'';
    width: 38px;
    height: 31px;
    display: block;
    position: absolute;
}
.pq1_info .desc:before{
    background: url("../images/quality_ico1.png") no-repeat center;
    left: -50px;
    top:-6px;
}
.pq1_info .desc:after{
    background: url("../images/quality_ico2.png") no-repeat center;
    right:-50px;
    bottom: -20px;
}
.pq1_info .list{
    justify-content: center;
    margin:60px 0;
}
.pq1_info .list .item{
    margin:0 40px;
}

.pq2_info{
    background: #f8f8f8;
    border-radius:20px;
    overflow: hidden;
}
.pq2_info .pq2_info_con{
    flex:1;
    min-width: 0;
    padding:40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pq2_info .pq2_info_con .tit{
    color:#161616;
    font-size:40px;
    font-family: 'jnb';
}
.pq2_info .pq2_info_con .desc{
    color:#666;
    margin-top: 10px;
}
.pq2_info .pq2_info_img{
    width: 50%;
}


/* pq3_info */

.pq3_info{
    overflow: hidden;
    width: 1800px;
    margin:auto;
    position: relative;
    padding:0 0 80px;
}
.pq3_info_con{
    position: relative;
    width: 1600px;
    margin:auto;
    padding:20px 0 60px;
}
.pq3_info_con .item .img{
    background: #f8f8f8;
    padding:25px 36px;
    height: 390px;
}
.pq3_info_con .item .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pq3_info_con .item .tit{
    color:#3a3a3a;
    padding:10px 10px 0;
    font-size:16px;
    text-align: center;
}

.pq3_info_con .swiper-button-next,.pq3_info_con .swiper-button-prev{
    width: 70px;
    height: 70px;
    border:1px solid #c8c8c8;
    border-radius: 50%;
    z-index: 40;
    opacity: 1;
    color:#717171;
    top: 40%;
}
.pq3_info_con .swiper-button-next:after,.pq3_info_con .swiper-button-prev:after{
    font-size:30px;
}
.pq3_info_con .swiper-button-next:hover,.pq3_info_con .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.pq3_info_con .swiper-button-prev{
    left: -100px;
}
.pq3_info_con .swiper-button-next{
    right: -100px;
}
.pq3_info:before,.pq3_info:after{
    content:'';
    display: block;
    width: 100px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 30;
}
.pq3_info:before{
    left: 0;
}
.pq3_info:after{
    right: 0;
}
.pq3_info_con .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}
.pq3_info_con .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}


/* page_news */

/* page_solution */

.page_news{
    padding:80px 0;
}
.page_news_menu{
    width:380px;
}
.page_news_menu .menu{
    background: #fff;
    overflow: hidden;
}
.page_news_menu .menu_tit{
    font-size:22px;
    background: var(--theme-color);
    height:80px;
    color:#fff;
    display: flex;
    align-items: center;
    padding:0 30px;
    font-weight: bold;
    position: relative;
}
.page_news_menu .menu_tit:after{
    content:'';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 39px;
}
.page_news_menu .menu_list{
    padding:0 30px;
}
.page_news_menu .menu_list .item{
    border-bottom: 1px solid #ddd;
    padding:18px 0;
}
.page_news_menu .menu_list .item:last-child{
    border-bottom: none;
}
.page_news_menu .menu_list .item .hd{
    transition:all .4s;
}
.page_news_menu .menu_list .item .hd a{
    flex:1;
    min-width: 0;
    font-size:18px;
    display: block;
}
.page_news_menu .menu_list .item .hd i{
    cursor: pointer;
    font-size:14px;
    line-height: 1;
    font-weight: bold;
    transition:all .4s;
}
.page_news_menu .menu_list .item:hover .hd{
    padding:0 5px;
}
.page_news_menu .menu_list .item:hover .hd a{
    color:var(--theme-color);
    text-decoration: underline;
}
.page_news_menu .menu_list .item .hd:hover i{
    transform: rotate(90deg);
    color:var(--theme-color);
}
.page_news_menu .menu_list .item:hover .hd img{
    filter: invert(14%) sepia(46%) saturate(5058%) hue-rotate(216deg) brightness(90%) contrast(88%);
}
.page_news_menu .menu_list .item .bd{
    display: none;
    padding-top: 6px;
}
.page_news_menu .menu_list .item .bd a{
    font-size:14px;
    color:#666;
    padding-top:5px;
}
.page_news_menu .menu_list .item .bd a i{
    margin-right:8px;
}

.page_news_menu .menu_news{
    margin-top: 30px;
}
.page_news_menu .menu_news{
    padding:30px;
    background: #fff;
}
.page_news_menu .menu_news .tit1{
    font-size:22px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-left: 16px;
}
.page_news_menu .menu_news .tit1:before{
    width: 5px;
    height: 21px;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background: var(--theme-color);
}
.menu_news_list .item{
    padding:20px 0;
    border-bottom: 1px solid #e9e9e9;
}
.menu_news_list .item a{
    font-size:18px;
    line-height: 1.4;
    display: block;
}
.menu_news_list .item .more{
    font-size:14px;
    margin-top:15px;
    justify-content: space-between;
    display: flex;
}
.menu_news_list .item a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}

.page_news_menu .menu_news .tel{
    padding:30px 0 0;
}
.page_news_menu .menu_news .tel .tel_con {
    padding-left: 20px;
}
.page_news_menu .menu_news .tel .tel_con p{
    font-size:16px;
}
.page_news_menu .menu_news .tel .tel_con h4{
    font-family: 'RajdhaniSemiBold';
    font-size:38px;
    line-height: 1.2;
}




.page_news_list{
    
}
.page_news_list .item{
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 80px 0;
}
.page_news_list .item .item_img{
    width: 31.25%;
}
.page_news_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-right: 6%;
}
.page_news_list .item .item_con .tit{
    font-size:28px;
    font-weight: bold;
    line-height: 1.6;
    transition:all .5s;
}
.page_news_list .item .item_con .desc{
    margin:20px 0 50px;
    font-size: 18px;
}
.page_news_list .item .item_con .more{
    display: inline-block;
    color:var(--theme-color);
}
.page_news_list .item .item_con .more:after{
    content:'';
    width: 100%;
    height: 2px;
    background: var(--theme-color);
    display: block;
    margin-top: 6px;
}

.page_news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_news_list .item:first-child{
    flex-direction: row-reverse;
    padding-top: 0;
}
.page_news_list .item:first-child .item_img{
    width: 50%;
}
.page_news_list .item:first-child .item_con{
    padding:0 0 0 5%;
}

.no_banner_pos{
    padding:130px 0 0;
    color:#999;
    font-size: 14px;
}
.no_banner_pos a:last-child{
    color:#333;
}
.no_banner_pos i{
    font-size: 14px;
}
.no_banner_pos a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}

/* page_news_detail */

.page_news_detail{
    flex:1;
    min-width: 0;
    padding-right: 100px;
}
.page_news_detail h1{
    font-size:36px;
    line-height: 1.5;
}
.page_news_detail .info{
    margin-top: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom:20px;
}
.page_news_detail .info{
    justify-content: space-between;
}
.page_news_detail .info .item{
    
}
.page_news_detail .info .item span{
    color:var(--theme-color);
}
.page_news_detail .info .item.column{
    background: #f3f3f3;
    padding:0 18px;
    height: 28px;
    line-height: 28px;
}


.page_news_detail .desc{
    padding:40px 0 20px;
    min-height: 20vh;
}

.page_news_detail_wrap{
    overflow: hidden;
    padding: 70px 0 80px;
}
.go_back{
   
}
.go_back a{
    display: block;
    font-size:14px;
    height: 44px;
    background: #f5f5f5;
    line-height: 44px;
    text-align: center;
}
.go_back a:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_recommended_news */


.page_recommended_news{
    width: 400px;
    border: 1px solid #e3e3e3;
    padding: 30px 40px;
}
.page_recommended_news .j_tit{
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
    line-height: 1;
}
.page_recommended_news .j_tit:before{
    content:'';
    width: 5px;
    height: 21px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}
.page_recommended_news .list .item{
    border-bottom: 1px solid #eee;
    padding: 22px 0;
    display: block;
}
.page_recommended_news .list .item .tit{
    font-size: 18px;
    font-weight: bold;
    transition:all .5s;
}
.page_recommended_news .list .item .name_time{
    margin-top:15px;
    font-size: 14px;
    color:#666;
    justify-content: space-between;
}
.page_recommended_news .list .item:hover .tit{
    color:var(--theme-color);
}


/* page_contact */

#page_contact_menu .item{
    cursor: pointer;
}

.page_contact_panel{
    padding: 100px 0;
}
.page_contact_panel .item_w{
    display: none;
}
.page_contact_panel .item_w:first-child{
    display: block;
}
.page_contact_panel .item{
    display: flex;
}
.page_contact_panel .item .item_con{
    flex:1;
    min-width: 0;
    padding-right: 60px;
}
.page_contact_panel .item .item_con .con h5{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.page_contact_panel .item .item_con .con h5:after{
    content:'';
    width: 110px;
    height: 4px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.page_contact_panel .item .item_con .con p{
    margin-top: 30px;
}
.page_contact_panel .item .item_con .con p span{
    color:#666;
}
.page_contact_panel .item .item_con .con p em{
    font-size: 22px;
    display: block;
}
.page_contact_panel .item .item_con .code{
    display: flex;
    margin-top: 30px;
}
.page_contact_panel .item .item_con .code_item{
    
    margin-right: 50px;
}
.page_contact_panel .item .item_con .code_item .img{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 140px;
    height: 140px;
    border: 1px solid #e6e6e6;
}
.page_contact_panel .item .item_con .code_item .img>img{
    width: 110px;
    height: 110px;
}
.page_contact_panel .item .item_con .code_item .img .mark{
    position: absolute;
    left: 10px;
    top: 10px;
    animation: moveUpDown 5.5s ease-in-out infinite;
    opacity: .7;
}
.page_contact_panel .item .item_con .code_item:last-child .img .mark{
    animation: moveUpDown 4.5s ease-in-out infinite;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(76px);
  }
  100% {
    transform: translateY(0);
  }
}
.page_contact_panel .item .item_con .code_item .img .mark img{
    width: 118px;
}
.page_contact_panel .item .item_con .code_item p{
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
}

.page_contact_panel .item_map{
    width: 860px;
}


/* return */

.return_page{
    position: relative;
}
.return_page dl{
    justify-content: space-between;
    padding-top:40px;
    position: relative;
}
.return_page dt{
    width: 44%;
    font-size:16px;
}
.return_page dt.next{
    text-align: right;
}
.return_page dt.next p{
    color:#666;
    line-height: 1.2;
}
.return_page dt a{
    display: block;
}
.return_page .p1{
    padding-bottom: 6px;
}
.return_page .p1 span{
    display: inline-block;
    line-height: 1;
}
.return_page .next .p1 span{
    transform: rotate(180deg);
    margin-left: 4px;
}
.return_page .prev .p1 span{
    margin-right: 4px;
}
.return_page dt a:hover{
    color:var(--theme-color);
}
.return_page .go_back{
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}
.return_page .go_back a{
     display: flex;
     align-items: center;
     justify-content: center;
     font-size:16px;
     background: transparent;
     line-height: 38px;
}
.return_page .go_back a i{
    font-size:18px;
    margin-right: 8px;
}
.return_page .go_back a:hover{
    color: var(--theme-color);
}


.ind_pad{
    padding:80px 0 90px;
}
.info_ly{background: #fff;padding-left: 4%;padding-right: 4%;display: flow-root;}
.info_ly h2{text-align: center;margin-bottom: 20px;}
.info_ly .inp{width: 49.3%;height: 52px;line-height: 52px;background: #f6f6f6;display: block;float: left;margin-bottom: 16px;text-indent: 22px;}
.info_ly .inp:nth-child(2n){float: right;}
.info_ly .inp2{width: 100%;}
.info_ly textarea{height: 150px;background: #f6f6f6;text-indent: 22px;padding-top: 16px;width: 100%;display: block;}
.info_ly .sub{height: 52px;line-height: 52px;background:var(--theme-color);width: 100%;text-align: center;color: #fff;display: block;margin-top: 16px;text-transform: uppercase;border:none;cursor:pointer;}





