﻿@charset "utf-8";
html,body{font-family: "思源黑体 CN";font-weight: 400;}
/*hide scroll*/
/* html,body{-ms-overflow-style: none;} */
::-webkit-scrollbar-track-piece { position: fixed;right:0;background-color:var(--lineColor3);}
::-webkit-scrollbar {width:3px;height:10px;}
::-webkit-scrollbar-thumb {background:var(--mainColor);background-clip:padding-box;min-height:28px;cursor: pointer;}
::-webkit-scrollbar-thumb:hover {background:var(--mainColor);} 
::-webkit-scrollbar-button {
    width: 3px;
    height: 10px;
}

:root {
    --mainColor: #004098;
    --fontColor: #009e96;
    --fontColora:#aaaaaa;
    --fontColorb:#bbbbbb;
    --fontColorc:#cccccc;
    --fontColord:#dddddd;
    --fontColore:#eeeeee;
    --fontColorf:#ffffff;
    --fontColor0:#000000;
    --fontColor1:#111111;
    --fontColor2:#222222;
    --fontColor3:#333333;
    --fontColor4:#444444;
    --fontColor5:#555555;
    --fontColor6:#666666;
    --fontColor7:#777777;
    --fontColor8:#888888;
    --fontColor9:#999999;
    --lineColor: #f7f8f9;
    --lineColor2: #7f8c94;
    --lineColor3: #f5f7fb;
}

.box {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.box_con {
    box-sizing: border-box;
    max-width: 1340px;
    margin: 0 auto;
}
.box_cons {
    padding: 0 120px;
    box-sizing: border-box;
}
img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
 /* 滤镜-图片变纯黑 */
 .img-black{filter: brightness(0);}
 /* 滤镜-图片变纯白 */
 .img-white{filter: brightness(0) invert(1);}
/* header */
/* background: rgba(255, 255, 255, 0.96); */
header{padding: 50px 0 20px;position: fixed;width: 100%;z-index: 9;top: 0;left: 0;right: 0;transition: all 0.5s;}
header h1{max-width: 180px;line-height: 70px;}
header h1 a{display: block;}
header h1 img{display: block;}
.head_con{justify-content: space-between;align-items: center;}
.head_right{width: calc(100% - 200px);justify-content: flex-end;align-items: center;}
.head_right nav ul li a{display: block;font-size: 16px;color: var(--fontColorf);padding: 0 25px;line-height: 70px;position: relative;}
.head_right nav ul li.active a::after{content: "";display: block;width: 100%;height: 4px;background: var(--fontColor);position: absolute;bottom: 0;left: 0;right: 0;}
.head_right .lang a{font-size: 16px;color: var(--fontColorf);padding-left: 50px;position: relative;margin-left: 25px;background: url(../images/lang_icon.png) no-repeat center;}
.head_right .lang a::before{content: "";display: block;width: 1px;height: 10px;background: var(--fontColorf);position: absolute;left: 0;top: 50%;margin-top: -5px;}
.fixed header{padding: 0;transition: all 0.5s;background: rgba(0, 64, 152, 0.8);}

/* footer */
footer{background: url(../images/footer_bg.jpg) no-repeat top center;background-size: cover;height: 100%;}
.foot_top{padding: 100px 0 80px;justify-content: space-between;}
.foot_top .foot_nav{width: calc(100% - 380px);border-right: 1px solid rgba(255, 255, 255, 0.2);box-sizing: border-box;}
.foot_top .foot_nav dl{margin-right: 30px;}
.foot_top .foot_nav dl:last-child{margin-right: 0;}
.foot_top .foot_nav dl dt{font-size: 20px;color: var(--fontColorf);}
.foot_top .foot_nav dl dt::after{content: "";display: block;width: 20px;height: 1px;background: var(--fontColorf);opacity: 0.2;margin: 25px 0;}
.foot_top .foot_nav dl dd a{display: block;font-size: 16px;line-height: 36px;color: var(--fontColorf);opacity: 0.5;}
.foot_top .foot_info{width: 260px;margin-left: 120px;}
.foot_top .foot_info p span{font-size: 20px;color: var(--fontColorf);opacity: 0.9;}
.foot_top .foot_info p b{font-size: 34px;font-weight: bold;color: var(--fontColorf);display: block;}
.foot_top .foot_info p img{width: 15px;height: 15px;padding: 7px;border: 1px solid rgba(255, 255, 255, 0.6);background: rgba(255, 255, 255, 0.2);border-radius: 50%;margin-right: 10px;}
.foot_top .foot_info dl{align-items: flex-end;margin-top: 30px;}
.foot_top .foot_info dl dt{width: 50px;}
.foot_top .foot_info dl dt span{display: inline-flex;align-items: center;border: 1px solid var(--fontColorf);width: 30px;height: 30px;text-align: center;border-radius: 50%;background: rgba(255, 255, 255, 0.1);margin-top: 10px;cursor: pointer;}
.foot_top .foot_info dl dt span img{width: 15px;height: 15px;filter: brightness(0) invert(1);}
.foot_top .foot_info dl dt span.active{background: var(--fontColorf);}
.foot_top .foot_info dl dt span.active img{filter: brightness(1);}
.foot_top .foot_info dl dd{width: 120px;border-radius: 10px;overflow: hidden;}
.foot_top .foot_info dl dd span{display: none;}
.foot_top .foot_info dl dd span.active{display: block;}
.foot_top .foot_nav dl dd a:hover{opacity: 1;}
.foot_center dl{justify-content: space-between;padding: 20px 0;}
.foot_center dl dt{font-size: 18px;color: var(--fontColorf);width: 120px;}
.foot_center dl dd{width: calc(100% - 120px);justify-content: space-between;}
.foot_center dl dd p{font-size: 18px;color: var(--fontColorc);}
.foot_center dl dd p img{width: 12px;height: 12px;padding: 9px;border:1px solid var(--fontColorf);border-radius: 50%;background: rgba(255, 255, 255, 0.2);margin-right: 10px;}
.foot_center dl dd p span{color: var(--fontColorf);margin-right: 10px;}
.foot_btm{border-top: 1px solid rgba(255, 255, 255, 0.3);padding: 20px 0;}
.foot_btm p{font-size: 14px;line-height: 30px;color: var(--fontColorf);opacity: 0.3;}
.foot_btm p a{color: var(--fontColorf);margin-left: 20px;}

/* 首页框架 */
.section-wrap{ width:100%;height:100vh;overflow:visible;transition:transform 0.5s cubic-bezier(0.86,0,0.03,1);-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.86,0,0.03,1);}
.section-wrap .section{ position:relative; width:100%; height:100vh;overflow: hidden;}
.section-wrap .section-8{height: 60%;}
.section-wrap .section .section_con{padding-top: 100px;}
.put-section-0{ transform:translateY(0);-webkit-transform:translateY(0);}
.put-section-1{ transform:translateY(-100%);-webkit-transform:translateY(-100%);}
.put-section-2{ transform:translateY(-200%);-webkit-transform:translateY(-200%);}
.put-section-3{ transform:translateY(-300%);-webkit-transform:translateY(-300%);}
.put-section-4{ transform:translateY(-400%);-webkit-transform:translateY(-400%);}
.put-section-5{ transform:translateY(-500%);-webkit-transform:translateY(-500%);}
.put-section-6{ transform:translateY(-600%);-webkit-transform:translateY(-600%);}
.put-section-7{ transform:translateY(-660%);-webkit-transform:translateY(-660%);}
/* .put-section-8{ transform:translateY(-760%);-webkit-transform:translateY(-760%);} */
.section-btn{ width:16px;position:fixed;right:2%;top:45%;z-index: 4;display: none;}
.section-btn li{ width:16px;height:16px;cursor:pointer;margin-bottom:12px; background:var(--lineColor);text-align:center; color:var(--fontColorf);border-radius: 2px;}
.section-btn li.on{ background:var(--mainColor);}

/* banner */
.banner{height: 100vh;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 100%;transform: scale(1.1);transition: all 3.5s;}
.banner .swiper-slide-active a{transform: scale(1);transition: all 3.5s;}
.banner .swiper-pagination-banner{width: 50%;position: absolute;bottom: 80px;left: 120px;z-index: 2;}
.banner .swiper-pagination-banner .swiper-pagination-bullet{width: 14px;height: 14px;background: var(--fontColorf);opacity: 0.5;margin: 0 15px;}
.banner .swiper-pagination-banner .swiper-pagination-bullet-active{width: 32px;height: 23px;border-radius: 0;background: url(../images/banner_bar.png) no-repeat;opacity: 1;}
.banner .swiper-button-next,
.banner .swiper-button-prev{bottom: 60px;top: auto;width: 60px;height: 60px;border-radius: 50%;background: rgba(255, 255, 255, 0.4);border: 1px solid rgba(255, 255, 255, 0.8);z-index: 2;}
.banner .swiper-button-next::after,
.banner .swiper-button-prev::after{content: "";background: url(../images/jt_icon.png) no-repeat center;background-size: contain;width: 20px;height: 20px;filter: brightness(0) invert(1);}
.banner .swiper-button-next{right: 120px;}
.banner .swiper-button-prev{right: 210px;left: auto;transform: rotate(180deg);}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover{background: var(--mainColor);border: 1px solid var(--mainColor);}

.title{padding: 100px 0 30px;position: relative;z-index: 1;}
.title h3{font-size: 44px;color: var(--fontColor3);font-weight: bold;}
.title p{font-size: 18px;line-height: 34px;color: var(--fontColor3);margin-top: 20px;}
.desc{font-size: 16px;line-height: 34px;color: var(--fontColor3);margin: 30px 0;text-align: justify;}

.more{display: block;width: 170px;margin: 30px auto;}
.more a{display: inline-flex;align-items: center;justify-content: center;width: 100%;line-height: 50px;border:1px solid var(--fontColord);border-radius: 25px;transition: all 0.5s;background: rgba(255, 255, 255, 0.1);}
.more a span{width: 16px;height: 16px;background: url(../images/jt_icon.png) no-repeat;background-size: contain;margin-left: 30px;transition: all 0.5s;filter: brightness(0);}
.more a:hover{background: var(--mainColor);color: var(--fontColorf);transition: all 0.5s;border: 1px solid var(--mainColor);}
.more a:hover span{filter: brightness(0) invert(1);transition: all 0.5s;}

.about,
.product,
.support,
.research,
.news,
.cooperate{height: 100vh;}

.about .title,
.support .title,
.research .title{text-align: center;}
.about .desc{max-width: 965px;text-align: center;margin: 30px auto;}

.product_con{align-items: center;height: 100%;}
.product_left{width: 32%;}
.product_left .more{margin: 65px 0 0;}
.product_left .more a{color: var(--fontColorf);}
.product_left .more a span{filter: brightness(0) invert(1);}
.product_right{width: calc(100% - 32% - 60px);margin-left: 60px;overflow: hidden;}
.product_right ul{width: 1300px;animation: index_brand_swipe 10s linear infinite;animation-play-state: running;padding: 30px 0;}
.product_right ul li{width: 390px;height: 560px;background: url(../images/product_list_bg.jpg) no-repeat;border-radius: 10px;margin-left: 60px;box-shadow: 0 10px 20px 10px rgba(0, 64, 152, 0.1);background-size: cover;}
.product_right ul li:first-child{margin-left: 0;}
.product_right ul li a{display: block;padding: 40px;box-sizing: border-box;}
.product_right ul li .pic{width: 300px;height: 410px;transition: all 0.5s;}
.product_right ul li .tit{font-size: 28px;line-height: 34px;color: var(--fontColor3);font-weight: bold;margin-top: 35px;padding-right: 40px;position: relative;transition: all 0.5s;}
.product_right ul li .tit span{width: 30px;height: 30px;border: 1px solid var(--fontColor3);background: rgba(255, 255, 255, 0.2);display: inline-flex;align-items: center;justify-content: center;position: absolute;right: 0;top: 0;border-radius: 50%;}
.product_right ul li .tit span::after{content: "";display: block;background: url(../images/jt_icon.png) no-repeat center;background-size: contain;filter: brightness(0);width: 18px;height: 18px;}
.product_right ul:hover{animation-play-state: paused;}
.product_right ul li:hover .pic{transform: scale(1.1);transition: all 0.5s;}
.product_right ul li:hover .tit{color: var(--mainColor);transition: all 0.5s;}
.product_right ul li:hover .tit span{border: 1px solid var(--mainColor);}
.product_right ul li:hover .tit span::after{filter: brightness(1);}
@keyframes index_brand_swipe {
    0% {
        transform: 0;
    }
    50%{
        transform: translateX(calc(-260px));
    }
    100% {
        transform: 0;
    }
}
.support_items{justify-content: space-evenly;margin-top: -70px;}
.support_items .item{max-width: 716px;width: calc(100% / 2 - 80px);;background: url(../images/support_item_bg.png) no-repeat center;background-size: contain;height: 716px;padding: 100px;box-sizing: border-box;text-align: center;position: relative;transition: all 0.5s;}
.support_items .item a{display: inline-flex;flex-direction: column;align-items: center;height: 100%;width: 100%;justify-content: center;}
.support_items .item.active{padding: 140px;transition: all 0.5s;}
.support_items .item b{font-size: 240px;color: var(--mainColor);opacity: 0.06;line-height: 1;position: absolute;top: 50%;left: 0;right: 0;margin: -120px auto 0;z-index: 0;transition: all 0.5s;font-weight: bold;font-family: Arial;transition: all 0.5s;}
.support_items .item span{display: block;width: 76px;height: 76px;margin: 30px auto 10px;}
.support_items .item span img{max-width: 100%;max-height: 100%;}
.support_items .item h3{font-size: 48px;color: var(--mainColor);line-height: 1;margin-bottom: 10px;font-weight: bold;}
.support_items .item p{display: none;font-size: 16px;line-height: 24px;color: var(--mainColor);margin: 25px auto;transition: all 0.5s;}
.support_items .item em{width: 80px;height: 80px;border-radius: 50%;background: var(--mainColor);display: inline-flex;flex-direction: column;align-items: center;justify-content: center;position: absolute;bottom: 60px;left: 0;right: 0;margin: 0 auto;opacity: 0;transition: all 0.5s;}
.support_items .item em::after{content: "";display: block;width: 18px;height: 18px;background: url(../images/jt_icon.png) no-repeat center;background-size: contain;filter: brightness(0) invert(1);}
.support_items .item.active p{display: -webkit-box;transition: all 0.5s;}
.support_items .item.active b{margin: -150px auto 0;transition: all 0.5s;}
.support_items .item.active em{opacity: 1;transition: all 0.5s;}

.support_items .item:nth-child(odd){
	animation-name: rotation1;
	-webkit-animation-name: rotation1;	
	animation-duration: 4s;	
	-webkit-animation-duration: 4s;
	animation-timing-function: linear;	
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;	
	visibility: visible !important;						
}
.support_items .item:nth-child(even){
	animation-name: rotation2;
	-webkit-animation-name: rotation2;	
	animation-duration: 6s;	
	-webkit-animation-duration: 6s;
	animation-timing-function: linear;	
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;	
	visibility: visible !important;						
}
.support_items .item:hover{animation-name: none;-webkit-animation-name: none;}
@-webkit-keyframes rotation1 {
    from { -webkit-transform: rotate(0deg) translateX(5%) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(5%) rotate(-360deg); }
}
@keyframes rotation1 {
    from { transform: rotate(0deg) translateX(5%) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(5%) rotate(-360deg); }
}
@-webkit-keyframes rotation2 {
    from { -webkit-transform: rotate(0deg) translateX(-5%) rotate(0deg); }
    to   { -webkit-transform: rotate(-360deg) translateX(-5%) rotate(360deg); }
}
@keyframes rotation2 {
    from { transform: rotate(0deg) translateX(-5%) rotate(0deg); }
    to   { transform: rotate(-360deg) translateX(-5%) rotate(360deg); }
}

.research{position: relative;}
.research .title{position: absolute;top: 0;left: 0;right: 0;}
.research_con,
.research_items{height: 100%;}
.research_items .item{width: calc(100% / 2);text-align: center;box-sizing: border-box;height: 100%;padding-top: 100px;transition: all 0.5s;}
.research_items .item:nth-child(1){padding-left: 120px;}
.research_items .item:nth-child(2){padding-right: 120px;}
.research_items .item a{display: block;padding: 80px;box-sizing: border-box;height: 100%;display: inline-flex;flex-direction: column;align-items: center;justify-content: center;}
.research_items .item span{display: block;width: 54px;height: 54px;margin: 20px auto;}
.research_items .item h3{font-size: 40px;font-weight: bold;color: var(--fontColorf);}
.research_items .item h3::after{content: "";display: block;width: 50px;height: 2px;background: rgba(255, 255, 255, 0.2);margin: 30px auto;}
.research_items .item p{font-size: 18px;line-height: 36px;color: var(--fontColorf);height: 0;overflow: hidden;transition: all 0.5s;}
.research_items .item em{border: 1px solid rgba(255, 255, 255, 0.5);background: rgba(255, 255, 255, 0.1);line-height: 60px;border-radius: 30px;font-size: 0;color: var(--fontColorf);display: inline-flex;transition: all 0.5s;}
.research_items .item em i{display: block;width: 60px;height: 60px;background: url(../images/jt_icon.png) no-repeat center;background-size: 25%;filter: brightness(0) invert(1);}
.research_items .item.active{background: rgba(0, 64, 152, 0.3);transition: all 0.5s;}
.research_items .item.active p{height: auto;transition: all 0.5s;}
.research_items .item.active em{font-size: 14px;padding: 0 10px 0 30px;margin-top: 50px;transition: all 0.5s;}
.research_items .item.active em i{margin-left: 20px;}


.news .news_tit {margin-top: -85px;position: relative;z-index: 2;}
.news .news_tit ul {justify-content: flex-end;}
.news .news_tit ul li a {display: block;width: 140px;line-height: 45px;text-align: center;margin-left: 30px;font-size: 16px;color: var(--fontColor3);border: 1px solid var(--fontColor3);border-radius: 25px;}
.news .news_tit ul li.active a,
.news .news_tit ul li:hover a {background: var(--mainColor);color: var(--fontColorf);border: 1px solid var(--mainColor);}
.news_con {padding: 60px 0 20px;}
.news_con .news_items{display: none;}
.news_con .news_items.active{display: block;}
.news_con .news_left {width: 68%;}
.news_con .news_left .item {width: calc(100% / 2 - 47.45px);margin-right: 50px;background: var(--lineColor);box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);border-radius: 10px;overflow: hidden;}
.news_con .news_left .item:nth-child(2n) {margin-right: 0;}
.news_con .news_left .item .pic {width: 100%;height: 320px;overflow: hidden;position: relative;}
.news_con .news_left .item .pic img {max-width: 100%;max-height: 100%;object-fit: cover;transition: ease-in-out 0.5s;width: 100%;height: 100%;}
.news_con .news_left .item:hover .pic img {transform: scale(1.1);transition: ease-in-out 0.5s;}
.news_con .news_left .item .tct {padding: 20px 30px;}
.news_con .news_left .item .tct span {display: block;font-size: 16px;line-height: 34px;color: var(--fontColor3);padding-left: 20px;background: url(../images/time_icon.png) no-repeat left;}
.news_con .news_left .item .tct h3 {font-size: 24px;color: var(--fontColor0);font-weight: bold;line-height: 36px;margin: 10px 0;transition: ease-in-out 0.5s;}
.news_con .news_left .item:hover .tct h3 {color: var(--mainColor);transition: ease-in-out 0.5s;}
.news_con .news_left .item .tct p {font-size: 16px;line-height: 26px;}
.news_con .news_right {width: calc(100% - 68%);}
.news_right {position: relative;overflow: hidden;height: 490px;}
.news_right ul li a {padding-bottom: 25px;border-bottom: 1px solid var(--fontColord);box-sizing: border-box;margin-bottom: 25px;}
.news_right ul li:last-child a{padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
.news_right ul li .pic {width: 200px;height: 130px;border-radius: 10px;overflow: hidden;}
.news_right ul li .pic img {max-width: 100%;max-height: 100%;object-fit: cover;transition: ease-in-out 0.5s;width: 100%;height: 100%;}
.news_right ul li :hover .pic img {transform: scale(1.1);transition: ease-in-out 0.5s;}
.news_right ul li .tct {width: calc(100% - 200px);padding-left: 20px;box-sizing: border-box;}
.news_right ul li .tct span {display: block;font-size: 16px;line-height: 34px;color: var(--fontColor3);padding-left: 20px;background: url(../images/time_icon.png) no-repeat left;}
.news_right ul li .tct h3 {font-size: 24px;color: var(--fontColor0);font-weight: bold;line-height: 36px;margin: 10px 0;transition: all 0.5s;}
.news_right ul li:hover .tct h3 {color: var(--mainColor);transition: all 0.5s;}



.cooperate_items{position: relative;overflow: hidden;margin-top: 60px;}
.cooperate_items .item{width: 6099px;height: 85px;background-size: auto 85px;animation: index_brand_swipe2 60s linear infinite;animation-play-state: running;margin: 22px 0;}
.cooperate_items .item:nth-child(even){ animation: index_brand_swipe2 60s linear infinite reverse;}
.cooperate_items .item:first-child{margin-top: 0;}
.cooperate_items .item:last-child{margin-bottom: 0;}
.cooperate_items .item:hover{animation-play-state: paused;}
.cooperate_items::before,
.cooperate_items::after{content: "";display: block;width: 300px;height: 100%;background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));position: absolute;right: 0;top: 0;z-index: 1;}
.cooperate_items::before{left: 0;right: auto;transform: rotateY(180deg);}
@keyframes index_brand_swipe2 {
    0% {
        transform: 0;
    }
    50%{
       
    }
    100% {
        transform: translateX(calc(-6090px + 100vw));
    }
}


/* bar */
.bar{height: 560px;}
.bar_con,
.bar_tit{height: 100%;}
.bar_tit{width: 100%;display: inline-flex;align-content: flex-end;flex-wrap: wrap;padding-bottom: 30px;box-sizing: border-box;}

.bar_nav{align-items: center;width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.3);border-bottom: 1px solid rgba(255, 255, 255, 0.3);height: 100px;margin-bottom: 50px;box-sizing: border-box;}
.bar_nav dt{display: inline-flex;align-items: center;font-size: 16px;font-weight: bold;color: var(--fontColorf);width: 200px;position: relative;height: 98px;}
.bar_nav dt::before,
.bar_nav dt::after{content: "";display: block;width: 100%;height: 2px;background: var(--fontColorf);position: absolute;left: 0;right: 0;top: -1px;}
.bar_nav dt::after{bottom: -1px;top: auto;}
.bar_nav dt span{display: inline-block;width: 40px;height: 40px;background: url(../images/bar_nav_ico.png) no-repeat;margin-left: 10px;}
.bar_nav dd{width: calc(100% - 330px);}
.bar_nav dd a{margin-left: 20px;font-size: 15px;color: var(--fontColorf);line-height: 98px;display: inline-flex;}
.bar_nav dd a.active,
.bar_nav dd a:hover{color: var(--mainColor);}
.crumbs{align-items: center;width: 100%;justify-content: flex-end;}
.crumbs dt{width: 14px;height: 14px;background: url(../images/home_icon.png) no-repeat center;margin-right: 10px;}
.crumbs dd a{display: block;font-size: 16px;line-height: 26px;color: var(--fontColorf);}

.bar2{height: 430px;}
.bar2 .bar_nav,
.bar2 .crumbs{width: 50%;}
.bar2 .bar_nav{border: none;margin-bottom: 0;}
.bar2 .bar_nav dt::before,
.bar2 .bar_nav dt::after{display: none;}


.main_title{padding: 30px 0 0;}
.main_title h3{font-size: 42px;font-weight: bold;color: var(--fontColor3);}
.main_title p{font-size: 16px;color: var(--fontColor6);line-height: 30px;}

.abouts,
.history,
.culture,
.care{padding: 80px 0;height: 800px;box-sizing: border-box;}

.abouts_con{justify-content: space-between;}
.abouts_left,
.abouts_right{width: calc(100% / 2 - 10px);}
.abouts_left .mains_text{max-height: 260px;overflow-y: auto;margin: 30px auto;}
.abouts_items{justify-content: space-between;margin-top: 70px;}
.abouts_items .item{width: calc(100% / 4 - 50px);display: inline-flex;justify-content: space-between;align-items: flex-end;}
.abouts_items .item span{display: block;width: 69px;height: 69px;}
.abouts_items .item p{width: calc(100% - 89px);font-size: 16px;line-height: 30px;color: var(--lineColor2);}
.abouts_items .item p b{display: block;font-family: Arial;font-weight: normal;font-size: 16px;line-height: 30px;color: var(--lineColor2);}
.abouts_items .item p b font{font-size: 54px;font-weight: bold;color: var(--mainColor);}
.abouts_items .item p em{display: block;}

.history_items .line{width: 100%;height: 1px;background: rgba(255, 255, 255, 0.4);margin-top: 120px;}
.swiper-container-history{position: relative;margin-top: 45px;}
.swiper-container-history .swiper-slide{padding: 30px;box-sizing: border-box;}
.swiper-container-history .swiper-slide span{display: block;width: 10px;height: 10px;border-radius: 50%;background: var(--fontColorf);position: absolute;top: -51px;}
.swiper-container-history .swiper-slide h3{font-size: 54px;font-weight: bold;color: var(--fontColorf);font-family: Arial;}
.swiper-container-history .swiper-slide p{font-size: 18px;line-height: 30px;color: var(--fontColorf);}
.swiper-container-history .swiper-slide-active{background: rgba(255, 255, 255, 0.2);border: 1px solid rgba(255, 255, 255, 0.8);border-radius: 10px;}
.swiper-container-history .swiper-slide-active span{width: 30px;height:30px;background: url(../images/history_items_ico.png) no-repeat;margin-top: -10px;}

.swiper-container-history .swiper-button-next,
.swiper-container-history .swiper-button-prev{top: -205px;width: 60px;height: 60px;border-radius: 50%;background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.8);z-index: 2;}
.swiper-container-history .swiper-button-next::after,
.swiper-container-history .swiper-button-prev::after{content: "";background: url(../images/jt_icon.png) no-repeat center;background-size: contain;width: 20px;height: 20px;filter: brightness(0) invert(1);}
.swiper-container-history .swiper-button-next{right: 0px;}
.swiper-container-history .swiper-button-prev{right: 90px;left: auto;transform: rotate(180deg);}
.swiper-container-history .swiper-button-next:hover,
.swiper-container-history .swiper-button-prev:hover{background: var(--mainColor);border: 1px solid var(--mainColor);}

.culture_con{height: 430px;margin: 30px auto;padding: 60px 0; box-sizing: border-box;}
.culture_con .mains_text{max-width: 580px;max-height: 320px;overflow-y: auto;padding-right: 20px;box-sizing: border-box;}

.swiper-container-care{position: relative;overflow: hidden;margin-top: 50px;}
.swiper-container-care .swiper-slide .pic{width: 100%;height: 240px;overflow: hidden;border-radius: 10px;}
.swiper-container-care .swiper-slide .tit{font-size: 20px;line-height: 30px;color: var(--fontColorf);font-weight: bold;margin: 20px 0 40px;}
.swiper-container-care .swiper-scrollbar{background: rgba(255, 255, 255, 0.3);}
.swiper-scrollbar .swiper-scrollbar-drag{background: var(--mainColor);}

.products_con{justify-content: space-between;align-items: flex-start;}
.products_left{width: 260px;padding: 30px;box-sizing: border-box;background: var(--fontColorf);border-radius: 10px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}
.products_left h3{font-size: 26px;line-height: 34px;color: var(--fontColor1);border-bottom: 1px solid var(--fontColord);padding-bottom: 30px;margin-bottom: 30px;}
.products_left ul li{padding: 10px 0;position: relative;}
.products_left ul li a{display: block;font-size: 24px;line-height: 34px;color: var(--fontColor1);padding-right: 30px;}
.products_left ul li span{width: 30px;height: 30px;display: block;position: absolute;right: 0;top: 10px;cursor: pointer;}
.products_left ul li span::before,
.products_left ul li span::after{content: "";display: block;width: 20px;height: 2px;background: var(--fontColor9);position: absolute;top: 50%;left: 0;right: 0;margin: 2px auto 0;}
.products_left ul li span::after{transform: rotate(90deg);}
.products_left ul li.active>a{color: var(--mainColor);}
.products_left ul li.active span::before{background: var(--mainColor);}
.products_left ul li.active span::after{opacity: 0;}
.products_left ul li ul{padding: 15px 20px 0;}
.products_left ul li ul li a{font-size: 20px;line-height: 24px;}
.products_left ul li ul,
.products_left ul li ul li ul{display: none;}
.products_left ul li.active>ul,
.products_left ul li ul li.active>ul{display: block;}
.products_left ul li ul li ul li a{font-size: 16px;line-height: 1;}

.products_right{width: calc(100% - 320px);margin-bottom: 40px;}
.products_right .item{width: calc(100% / 3 - 20px);margin-right: 30px;height: 450px;background: var(--fontColorf);border-radius: 10px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) ;margin-bottom: 30px;}
.products_right .item a{padding: 20px;box-sizing: border-box;display: block;}
.products_right .item:nth-child(3n){margin-right: 0;}
.products_right .item .pic{width: 100%;height: 280px;overflow: hidden;border-radius: 10px;background: var(--lineColor3);text-align: center;}
.products_right .item .pic img{height: 100%;max-height: 100%;width: auto;transition: all 0.5s;}
.products_right .item .tct{padding: 10px 0;}
.products_right .item .tct p{font-size: 14px;line-height: 24px;color: var(--fontColor9);}
.products_right .item .tct h3{font-size: 22px;font-weight: bold;color: var(--fontColor1);margin: 10px 0 20px;transition: all 0.5s;}
.products_right .item .tct span{font-size: 14px;line-height: 24px;color: var(--fontColor1);display: inline-flex;align-items: center;transition: all 0.5s;}
.products_right .item .tct span em{display: block;width: 14px;height: 14px;background: url(../images/jt_icon.png) no-repeat;background-size: contain;margin-left: 20px;filter: brightness(0);}
.products_right .item:hover .pic img{transform: scale(1.1);transition: all 0.5s;}
.products_right .item:hover .tct h3,
.products_right .item:hover .tct span{color: var(--mainColor);transition: all 0.5s;}
.products_right .item:hover .tct span em{filter: brightness(1);}

/* 分页 */
.page_list{width: 100%;}
.page_list ul {width: 100%;padding: 50px 0;text-align: center;}
.page_list ul {justify-content: center;}
.page_list ul li{width: 60px;height: 60px;border: 1px solid var(--fontColorc);text-align: center;line-height: 58px;font-size: 20px;color: var(--fontColor3);margin: 0 5px;overflow: hidden;box-sizing: border-box;border-radius: 50%;}
.page_list ul li a{display: block;color: var(--fontColor3);background: var(--fontColorf);}
.page_list ul li.active a,
.page_list ul li:hover a {background: var(--mainColor);color: var(--fontColorf);}


.products_info{background: var(--fontColorf);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);padding: 30px;box-sizing: border-box;border-radius: 10px;}
.products_info .pics{margin: 0 auto;text-align: center;border: 1px solid var(--fontColord);border-radius: 5px;padding: 30px;box-sizing: border-box;}
.products_info .pics img{max-width: 100%;width: auto;max-height: 300px;}
.products_info .tcts{margin: 30px auto;}
.products_info .tcts h3{font-size: 30px;color: var(--mainColor);}
.products_info .tcts p{font-size: 16px;line-height: 36px;color: var(--fontColor6);}
.products_info .mains_text img{max-width: 100%;width: auto;}

.product_tct_more a{display: block;font-size: 16px;text-align: center;background: var(--mainColor);color: var(--fontColorf);line-height: 60px;margin: 30px auto;border-radius: 10px;}
.product_tct_page dl{align-items: center;justify-content: space-between;}
.product_tct_page dl dt{width: calc(80%);}
.product_tct_page dl dt a{display: block;font-size: 14px;line-height: 36px;color: var(--fontColor1);}
.product_tct_page dl dd a{display: inline-block;padding-right: 20px;background: url(../images/product_tct_page.png) no-repeat right;font-size: 14px;color: var(--fontColor3);line-height: 36px;}


.supports_list{margin: 40px auto;}
.supports_list .item{background: var(--fontColorf);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);border-radius: 10px;overflow: hidden;transition: all 0.5s;margin-bottom: 40px;}
.supports_list .item a{width: 100%;display: inline-flex;padding: 40px 0 40px 40px;box-sizing: border-box;border-left: 4px solid var(--mainColor);align-items: center;}
.supports_list .item .tct{border-right: 1px solid var(--fontColord);width: calc(100% - 200px);box-sizing: border-box;padding-right: 60px;}
.supports_list .item .tct span{font-size: 18px;line-height: 34px;color: var(--fontColor3);display: block;padding-left: 25px;background: url(../images/time_icon.png) no-repeat left;}
.supports_list .item .tct p{font-size: 16px;line-height: 30px;color: var(--fontColor6);}
.supports_list .item .tct h3{font-size: 26px;font-weight: bold;color: var(--fontColor3);line-height: 40px;transition: all 0.5s;margin: 5px 0;}
.supports_list .item .mores{width: 200px;text-align: center;font-size: 14px;color: var(--fontColor3);display: inline-flex;align-items: center;justify-content: center;transition: all 0.5s;}
.supports_list .item .mores em{display: block;width: 14px;height: 14px;background: url(../images/jt_icon.png) no-repeat;background-size: contain;margin-left: 20px;filter: brightness(0);}
.supports_list .item:hover{transform: translateY(10px);transition: all 0.5s;}
.supports_list .item:hover .tct h3,
.supports_list .item:hover .mores{color: var(--mainColor);transition: all 0.5s;}
.supports_list .item:hover .mores em{filter: brightness(1);}

.information_items{justify-content: space-between;}
.information_items .item{width: calc(100% / 2 - 30px);margin: 30px 0;background: var(--fontColorf);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);padding: 30px;box-sizing: border-box;border-radius: 10px;}
.information_items .item p span{display: block;font-size: 22px;line-height: 30px;color: var(--fontColor3);border-bottom: 1px solid var(--fontColord);padding-bottom: 20px;margin-bottom: 20px;background: url(../images/information_01.png) no-repeat right;}
.information_items .item p b{display: block;font-size: 26px;color: var(--fontColor3);}
.information_items .item:nth-child(2) p span{background: url(../images/information_02.png) no-repeat right;}
.information_items .item:nth-child(3) p span{background: url(../images/information_03.png) no-repeat right;}
.information_items .item:nth-child(4) p span{background: url(../images/information_04.png) no-repeat right;}

#allmap{height: 600px;}

.job_item{width: 50%;}
.job_item em{width: 75px;height: 70px;display: block;}
.job_item h3{font-size: 24px;color: var(--fontColor3);font-weight: bold;line-height: 36px;margin: 20px 0;}
.job_item p{font-size: 18px;line-height: 32px;color: var(--fontColor3);margin: 20px 0;}
.job_item span{display: block;font-size: 18px;line-height: 38px;color: var(--fontColor3);}
.job2 .job2_con{justify-content: flex-end;height: 500px;align-items: center;}

.supports,
.information,
.job_item,
.doings,
.news_cons{padding: 60px 0;}

.swiper-container-doings{position: relative;overflow: hidden;padding: 50px 0;}
.swiper-container-doings .swiper-slide .tit{font-size: 18px;line-height: 30px;color: var(--fontColor2);margin: 20px 0 0;text-align: center;}
.swiper-container-doings .swiper-slide .pic{width: 100%;height: 310px;overflow: hidden;display: flex;align-items: center;}
.swiper-container-doings .swiper-slide .pic img{max-height: 100%;}

.join_btm{margin: 40px auto 0;position: relative;background: var(--fontColorf);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);border-radius: 10px;padding: 40px;box-sizing: border-box;}
.join_btm .join_btm_con{position: relative;z-index: 1;}
.join_btm .join_title{font-size: 36px;color: var(--fontColor3);font-weight: bold;line-height: 2;margin-bottom: 20px;}
.join_btm_tab{justify-content: space-between;}
.join_btm_tab .join_btm_left{width: 320px;max-height: 470px;overflow-y: auto;}
.join_btm_tab .join_btm_left ul{padding-right: 60px;}
.join_btm_tab .join_btm_left ul li{margin-bottom: 20px;border-radius: 10px;}
.join_btm_tab .join_btm_left ul li a{display: block;width: 100%;line-height: 50px;font-size: 16px;color: var(--fontColor3);background: var(--lineColor3);text-align: center;border-radius: 5px;}
.join_btm_tab .join_btm_left ul li.active a,
.join_btm_tab .join_btm_left ul li:hover a{background: var(--mainColor);color: var(--fontColorf);}
.join_btm_tab .join_btm_right{width: calc(100% - 380px);}
.join_btm_tab .join_btm_right .join_btm_item{display: none;}
.join_btm_tab .join_btm_right .join_btm_item .join_btm_tit h3{font-size: 22px;line-height: 2;color: var(--mainColor);font-weight: bold;}
.join_btm_tab .join_btm_right .join_btm_item .join_btm_tit p{font-size: 16px;line-height: 36px;color: var(--fontColor3);margin: 10px auto 20px;}
.join_btm_tab .join_btm_right .join_btm_item .join_btm_tit p span{margin-right: 30px;}
.join_btm_tab .join_btm_right .join_btm_item .join_btm_tit p span:last-child{margin-right: 0;}
.join_btm_tab .join_btm_right .join_btm_item .mains_text{max-height: 360px;overflow-y: auto;}
.join_btm_tab .join_btm_right .join_btm_item.active{display: block;}
.join_btm_more{background: var(--lineColor3);padding: 20px;box-sizing: border-box;border-radius: 5px;margin: 30px auto;}

.news_list .item{margin: 45px auto;transition: all 0.5s;}
.news_list .item a{justify-content: space-between;align-items: center;padding: 20px 0;}
.news_list .item a .pic{width: 370px;height: 240px;overflow: hidden;border-radius: 10px;}
.news_list .item a .pic img{transition: all 0.5s;}
.news_list .item a .tct{width: calc(100% - 410px);}
.news_list .item a .tct span{display: block;font-size: 18px;line-height: 34px;color: var(--fontColor3);background: url(../images/time_icon.png) no-repeat left;padding-left: 25px;box-sizing: border-box;}
.news_list .item a .tct h3{font-size: 26px;line-height: 40px;color: var(--fontColor3);font-weight: bold;transition: all 0.5s;}
.news_list .item a .tct p{font-size: 16px;line-height: 30px;color: var(--fontColor6);margin: 10px 0;}
.news_list .item a .tct em{font-size: 14px;color: var(--fontColor3);display: inline-flex;align-items: center;transition: all 0.5s;}
.news_list .item a .tct em i{display: block;width: 14px;height: 14px;background: url(../images/jt_icon.png) no-repeat;background-size: contain;margin-left: 20px;filter: brightness(0);}
.news_list .item:hover{background: var(--fontColorf);border-radius: 10px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);transition: all 0.5s;}
.news_list .item:hover a .tct h3,
.news_list .item:hover a .tct em{color: var(--mainColor);transition: all 0.5s;}
.news_list .item:hover a .tct em i{filter: brightness(1);}
.news_list .item:hover a .pic img{transform: scale(1.1);transition: all 0.5s;}

.news_cons2{padding: 60px;box-sizing: border-box;background: var(--fontColorf);margin: 30px auto 0;}
.news_titles{text-align: center;line-height: 1.5;border-bottom: 1px solid var(--fontColore);padding-bottom: 10px;}
.news_titles h3{font-size: 34px;font-weight: bold;color: var(--fontColor3);}
.news_titles p{font-size: 14px;color: var(--fontColor9);margin: 20px auto;}
.news_titles p span{margin: 0 10px;}
.news_cons2 .mains_text{margin-top: 30px;}

.product_page{border-top: 1px solid var(--fontColore);box-sizing: border-box;margin-top: 50px;}
.product_page ul{justify-content: space-between;padding: 20px 30px;box-sizing: border-box;margin: 50px auto;background: var(--lineColor3);}
.product_page ul li a{display: inline-flex;align-items: center;;line-height: 60px;padding: 0 30px;color: var(--fontColor3);font-size: 20px;}
.product_page ul li a em{width: 18px;height: 18px;display: inline-flex;background: url(../images/jt_icon.png) no-repeat;margin: 0 10px;background-size: contain;filter: brightness(0);}
.product_page ul li:nth-child(1) a em{transform: rotateY(180deg);}
.product_page ul li:nth-child(2) a em{width: 18px;height: 14px;background: url(../images/jt_icon2.png) no-repeat;}
.product_txt{font-size: 14px;line-height: 28px;color: var(--fontColor9);text-indent: 2em;}























