﻿@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:#f2f2f2;}
::-webkit-scrollbar {width:3px;height:10px;}
::-webkit-scrollbar-thumb {background:#00a2e3;background-clip:padding-box;min-height:28px;cursor: pointer;}
::-webkit-scrollbar-thumb:hover {background:#00a2e3;} 
::-webkit-scrollbar-button {
    width: 3px;
    height: 10px;
}
a{color: #00a2e3;}

.flex {
    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 160px;
    box-sizing: border-box;
}
/* 滤镜-图片变纯黑 */
.img-black{filter: brightness(0);}
/* 滤镜-图片变纯白 */
.img-white{filter: brightness(0) invert(1);}
img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* header */
header{position: absolute;z-index: 9;width: 100%;top: 0px;left: 0;right: 0;transition: all 0.5s;padding-top: 20px;}
header h1{max-width: 180px;}
header h1 a{display: block;}
header h1 a .imgs2{display: none;}
.head_con{justify-content: space-between;align-items: center;}
.head_right{align-items: center;justify-content: flex-end;display: inline-flex;}
.head_nav ul li a{display: block;font-size: 18px;line-height: 80px;padding: 0 25px;box-sizing: border-box;color: #fff;position: relative;transition: all 0.5s;}
.head_nav ul li a::after{content: "";display: block;width: 0%;height: 4px;background: #00a2e3;position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;transition: all 0.5s;}
.head_nav ul li.active a,
.head_nav ul li:hover a{color: #00a2e3;}
.head_nav ul li.active a::after,
.head_nav ul li:hover a::after{width: 100%;}
.head_lange{position: relative;width: 110px;height: 30px;border-radius: 30px;border: 1px solid rgba(255, 255, 255, 0.5);}
.head_lange::after{content: "";display: block;width: 8px;height: 12px;background: url(../images/jt_icon.png) no-repeat;position: absolute;top: 50%;right: 20%;margin-top: -6px;transform: rotate(90deg);filter: brightness(0) invert(1);}
.head_lange a{display: block;font-size: 14px;color: #fff;text-align: center;line-height: 30px;padding-right: 20px;}
.head_lange ul{background: rgba(255, 255, 255, 0.2);display: none;}
.head_lange ul li a{display: block;font-size: 14px;line-height: 30px;}
.head_lange ul li:hover a{background: #00a2e3;}
.fixed header{transition: all 0.5s;padding-top: 10px;background: rgba(255, 255, 255, 1);position: fixed;box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);}
.fixed .head_nav ul li a{color:#333;}
.fixed .head_lange{border-color:#333;}
.fixed .head_lange a{color:#333;}
.fixed .head_lange::after{filter: brightness(0);}
.fixed header h1 a .imgs2{display: block;}
.fixed header h1 a .imgs1{display: none;}
/* footer */
footer{padding-top: 60px;background: #f2f2f2;}
.foot_top,
.foot_center{width: 100%;justify-content: space-between;}
.foot_top{border-bottom: 1px solid #ddd;padding-bottom: 60px;margin-bottom: 60px;    align-items: center;}
.foot_top h2{font-size: 36px;font-weight: bold;color: #222;text-transform: uppercase;}
.foot_top a{display: flex;align-items: center;justify-content: center;width: 340px;line-height: 80px;background: #00a2e3;color: #fff;font-size: 24px;text-align: center;border-radius: 10px;text-transform: uppercase;}
.foot_top a span{display: block;width: 8px;height: 12px;background: url(../images/jt_icon.png) no-repeat;margin-left: 110px;filter: brightness(0) invert(1);}
.foot_center dl{width: calc(100% - 68%);}
.foot_center dl dt{margin-bottom: 30px;}
.foot_center dl dt p{font-size: 16px;color: #999;}
.foot_center dl dt b{font-size: 48px;font-weight: bold;color: #00a2e3;}
.foot_center dl dd p{font-size: 16px;color: #999;margin-bottom: 10px;}
.foot_center dl dd p span{display: inline-flex;width: calc(100% - 80px);color: #222;}
.foot_center dl dd a{position: relative;}
.foot_center dl dd a i{display: none;width: 120px;height: 120px;background: #fff;position: absolute;bottom: 32px;left: 0;right: 0;margin-left: -33px;}
.foot_center dl dd a:hover i{display: block;}
.foot_center dl dd span em{line-height: 35px;width: 35px;height: 35px;display: inline-flex;border-radius: 5px;border:1px solid #222;align-items: center;justify-content: center;margin-left: 10px;}
.foot_center dl dd span em img{width: 23px;height: 23px;;}
.foot_center ul{width: 65%;}
.foot_center ul li{width: calc(100% / 4 - 30px);margin-right: 40px;margin-bottom: 40px;}
.foot_center ul li:nth-child(4n){margin-right: 0;}
.foot_center ul li a{display: block;border-bottom: 1px solid #ccc;font-size: 18px;color: #222;padding: 20px 20px 20px 0;background: url(../images/jt_icon.png) no-repeat right;text-transform: uppercase;filter: brightness(0);}
.foot_center ul li:hover a{color: #00a2e3;filter: brightness(1);}
.foot_btm{border-top: 1px solid #ddd;padding: 20px 0;margin-top: 20px;}
.foot_btm p{font-size: 14px;line-height: 36px;color: #999;}
.foot_btm p a{color: #999;position: relative;margin-right: 10px;}
.foot_btm p a:hover{color: #00a2e3;}
.gotops{opacity: 0;width: 40px;height: 40px;background: #00a2e3;text-align: center;line-height: 40px;position: fixed;bottom: 40px;right: 30px;z-index: 1;cursor: pointer;font-size: 20px;font-family: monospace;transform: rotate(-90deg);transition: all 0.5s;border-radius: 10px;}
.gotops span{background: url(../images/jt_icon.png) no-repeat center;width: 100%;height: 100%;display: block;filter: brightness(0) invert(1);}
.gotops.toshow{opacity: 1;transition: all 0.5s;}

/* 首页公共样式 */
.main_title h3{font-size: 34px;line-height: 1.5;font-weight: bold;color: #222;}
.main_title h4{font-size: 34px;color: #222;font-weight: bold;line-height: 2;}
.main_title p{font-size: 24px;line-height: 36px;color: #222;font-weight: normal;}
.more a{display: block;width: 180px;line-height: 50px;text-align: center;border:1px solid #222;font-size: 14px;color:#333;border-radius: 10px;overflow: hidden;transition: all 0.5s;}
.more a span{margin-left: 20px;display: inline-flex;filter: brightness(0);transition: all 0.5s;}
.more a:hover{background: #00a2e3;color: #fff;border:1px solid #fff;transition: all 0.5s;}
.more a:hover span{filter: brightness(0) invert(1);transition: all 0.5s;}

/* banner */
.myBanner {height: 100vh;position: relative;}
.myBanner .swiper-slide a{display: block;height: 100%;}
.myBanner .swiper-slide{cursor: pointer;}
.myBanner .swiper-pagination-banner{position: absolute;bottom: 60px;right: 0;padding: 0 160px;z-index: 9;text-align: right;box-sizing: border-box;}
.myBanner .swiper-pagination-banner .swiper-pagination-bullet{width: 15px;height: 15px;background: #fff;opacity: 0.6;margin-left: 20px;}
.myBanner .swiper-pagination-banner .swiper-pagination-bullet-active{background: #00a2e3;opacity: 1;}
.myBanner_txt{height:100%;position: absolute;bottom: 0;left: 0;right: 0;z-index: 4;}
.myBanner_txt .box_cons{height: 100%;display: inline-flex;flex-direction: column;justify-content: center;width: 50%;}
.myBanner_txt h3{font-size: 60px;color: #fff;line-height: 1;margin-bottom: 20px;}
.myBanner_txt h4{font-size: 16px;color: #fff;font-family: Arial;text-transform: uppercase;opacity: 0.3;letter-spacing: 2.7px;line-height: 1;}
.myBanner_txt p{font-size: 16px;line-height: 34px;color: #fff;margin: 30px 0;}
.myBanner_txt a{display: block;width: 160px;line-height: 50px;border: 1px solid rgba(255, 255, 255, 0.8);background: rgba(255, 255, 255, 0.1);font-size: 14px;text-align: center;border-radius: 50px;color: #fff;box-sizing: border-box;margin-top: 30px;}


.container{position: relative;
    vertical-align: middle;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;}
.container .next {
    position: absolute;
    bottom: 3em;
    left: 160px;
    display: inline-flex;opacity:1;font-size:16px;color:#fff;cursor:pointer;z-index: 9;text-transform: uppercase;align-items: center;
    animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
}
.container .next span{width: 40px;height: 40px;border: 1px solid rgba(255, 255, 255, 0.9);border-radius: 50%;background:rgba(255, 255, 255, 0.1) url(../images/scroll_icon.png) no-repeat center;margin-right: 10px;filter: brightness(0) invert(1);}
.container .next:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;} 
@keyframes arrow { 
    0%, 100% {
        bottom: 50px; 
        opacity: 1;
    } 
    50% {
        bottom: 20px; 
        opacity: 0.5;
    } 
}

@-webkit-keyframes arrow { 
    0%, 100% {
        bottom: 50px; 
        opacity: 1;
    } 
    50% {
        bottom: 20px; 
        opacity: 0.5;
    } 
}

/* about */
.about{height: 890px;}
.about_con{height: 100%;flex-direction: column;justify-content: center;}
.about .main_title{padding-top: 30px;}
.about .desc{font-size: 16px;line-height: 30px;color: #222;max-width: 930px;margin: 30px 0 60px;}
.about_items{margin-top: 100px;}
.about_items .item{width: calc(100% / 5  - 27px);margin-right: 30px;background: rgba(255, 255, 255, 0.3);padding: 25px;box-sizing: border-box;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 88, 106, 0.1);justify-content: space-between;align-items: center;border: 1px solid #fff;}
.about_items .item:last-child{margin-right: 0;}
.about_items .item .item_left p,
.about_items .item .item_left p sup{font-size: 16px;line-height: 26px;color:#333;}
.about_items .item .item_left p b{font-size: 60px;color: #00a2e3;line-height: 1;font-family: Arial;}
.about_items .item .item_left p sup{vertical-align: top;}
.about_items .item .item_right{width: 62px;height: 62px;overflow: hidden;}

.product,
.news{padding: 60px 0;}
.news{padding-bottom:120px;}
.product .more,
.news .more{margin-top: -52px;}

.product_list hr{width: 100%;margin-top: 70px;}
.product_list .item{width: calc(100% / 2 - 50px);margin-right: 100px;justify-content: space-between;margin-top: 75px;}
.product_list .item:nth-child(2n){margin-right: 0;}
.product_list .item .item_left,
.product_list .item .item_right{width: 48%;}
.product_list .item .item_left{background: #fff;border-radius: 10px;box-shadow: 0 5px 15px 5px rgba(0, 88, 106, 0.05);height: 470px;display: inline-flex;justify-content: center;align-items: center;padding: 20px;box-sizing: border-box;position: relative;overflow: hidden;}
.product_list .item .item_left::after{content: "";display: block;width: 20px;height: 20px;background: #00a2e3;border-radius: 50%;position: absolute;left: 30px;top: 30px;z-index: 3;}
.product_list .item .item_left img{text-shadow: 0 5px 15px 5px rgba(0, 88, 106, 0.05);}
.product_list .item .item_right dl dt{font-size: 24px;font-weight: bold;color: #222;border-bottom: 3px solid #222;padding: 25px 0;}
.product_list .item .item_right dl dd{height:360px;overflow-y:auto;padding-right:20px;}
.product_list .item .item_right dl dd a{display: block;font-size: 16px;line-height: 30px;color: #222;background: url(../images/jt_icon.png) no-repeat right center;transition: all 0.5s;filter: brightness(0);border-bottom: 1px solid #222;padding: 10px 0;box-sizing:border-box;}
.product_list .item .item_right dl dd a:hover{transform: translateX(10px);transition: all 0.5s;color: #00a2e3;filter: brightness(1);}
.product_list .item .item_right p{background: url(../images/item_right_icon.png) no-repeat right bottom;width: 100%;height: 40px;margin-top: 40px;line-height: 40px;}
.product_list .item .item_right p a{font-size: 14px;line-height: 26px;color: #222;}
.product_list .item .item_right p a:hover{color: #00a2e3;}


.news_list{justify-content: space-between;padding-top: 70px;}
.news_list .news_left{width: 53.5%;padding: 30px;box-sizing: border-box;background: rgba(255, 255, 255, 0.6);border-radius: 10px;box-shadow: 0 5px 15px 5px rgba(0, 88, 106, 0.05);border: 1px solid #fff;}
.news_list .news_left a,
.news_list .news_right .item a{align-items: center;}
.news_list .news_left em,
.news_list .news_right .item em{display: inline-flex;font-size: 16px;line-height: 30px;color: #999;padding-left: 25px;background: url(../images/rl_icon.png) no-repeat left center;}
.news_list .news_left h3,
.news_list .news_right .item h3{font-size: 20px;line-height: 32px;color:#333;font-weight: 500;}
.news_list .news_left p{font-size: 14px;line-height: 24px;color: #666;margin-top: 15px;}
.news_list .news_left span{display: block;margin-top: 30px;height: 360px;overflow: hidden;border-radius: 10px;}
.news_list .news_left span img,
.news_list .news_right .item .item_left img{width: 100%;height: 100%;transition: all 0.5s;}
.news_list .news_left:hover span img,
.news_list .news_right .item:hover .item_left img{transform: scale(1.1);transition: all 0.5s;}
.news_list .news_right{width: 44%;}
.news_list .news_right .item{padding: 30px;box-sizing: border-box;background: rgba(255, 255, 255, 0.6);border-radius: 10px;box-shadow: 0 5px 15px 5px rgba(0, 88, 106, 0.05);border: 1px solid #fff;margin-bottom: 30px;}
.news_list .news_right .item .item_left{width:170px;margin-right: 30px;height: 110px;overflow: hidden;border-radius: 10px;}
.news_list .news_right .item .item_right{width: calc(100% - 200px);}
.news_list .news_right .item:last-child{margin-bottom: 0;}
.news_list .news_left:hover h3,
.news_list .news_right .item:hover h3{color: #00a2e3;}


/* bar */
.bar,
.bar_tit{height:660px;}
.bar_tit{display: inline-flex;flex-direction: column;justify-content: center;}
.bar_tit h3{font-size: 34px;font-weight: bold;color: #fff;text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);}
.bar_tit p{font-size: 32px;color: #fff;margin-top: 20px;text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);display: none;}

.main_title2 h3{font-size: 30px;font-weight: bold;color:#333;}
.main_title2 p{font-size: 16px;line-height: 30px;color: #666;margin-top: 10px;display: none;}


.about_one{padding: 100px 0;background: #f5f7fb;}
.about_one_con{justify-content: space-between;}
.about_one_left{width: 51.5%;}
.video{width: 100%;height: 680px;margin-top: 80px;border-radius: 5px;overflow: hidden;}
.video video{width: 100%;height:100%;object-fit: cover;}
.about_one_right{width: 42%;display: inline-flex;flex-direction: column;justify-content: flex-end;}
.about_one_right .mains_text{padding-right: 8%;box-sizing: border-box;overflow-y: auto;text-align: justify;}
.about_one_item{margin-top: 50px;}
.about_one_item .item{display: inline-flex;width: 100%;justify-content: space-between;align-items: center;border-bottom: 1px solid #ddd;padding: 20px 0;}
.about_one_item .item span{font-size: 16px;line-height: 36px;color:#333;}
.about_one_item .item span img{width: 25px;display: block;margin: 0;}
.about_one_item .item b{font-size: 64px;font-weight: bold;color: #00a2e3;line-height: 70px;}
.about_one_item .item b sup{font-size: 14px;line-height: 20px;font-weight: normal;vertical-align: top;}


.about_two,
.about_three{padding: 100px 0;}
.about_two_con .line{width: 150%;height: 1px;background: rgba(255, 255, 255, 0.4);margin-top: 120px;margin-left: -25%;}
.swiper-container-history{position: relative;margin-top: 45px;}
.swiper-container-history .swiper-slide  .swiper-slide-tct{padding: 30px;box-sizing: border-box;max-height: 425px;overflow-y: auto;}
.swiper-container-history .swiper-slide span{display: block;width: 10px;height: 10px;border-radius: 50%;background: #fff;position: absolute;top: -51px;}
.swiper-container-history .swiper-slide h3{font-size: 34px;font-weight: bold;color: #fff;font-family: Arial;margin-bottom: 15px;}
.swiper-container-history .swiper-slide p{font-size: 18px;line-height: 30px;color: #fff;padding-left: 20px;position: relative;margin-bottom: 20px;}
.swiper-container-history .swiper-slide p::before{content: "";display: block;width: 5px;height: 5px;background: #fff;border-radius: 2px;position: absolute;left: 0;top: 15px;}
.swiper-container-history .swiper-slide-active .swiper-slide-tct{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 .swiper-slide-tct h3{color: #e5350b;}
.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: 5px;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: 8px;height: 12px;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: #00a2e3;border: 1px solid #00a2e3;}

.about_tit{justify-content: space-between;align-items: center;padding: 50px 0 70px;}
.about_tit h3{font-size: 26px;font-weight: bold;color:#333;}
.about_tit h3::before{content: "";display: inline-flex;width: 5px;height: 30px;background: #00a2e3;margin-right: 20px;}
.about_tit a{font-size: 18px;color:#333;}
.about_tit a:hover{color: #00a2e3;}
.honor{position: relative;padding: 0 70px 70px;box-sizing: border-box;}
.swiper-container-honor{overflow: hidden;margin: 0 auto;}
.swiper-container-honor .swiper-slide{display: inline-flex;flex-direction: column;align-items: center;}
.swiper-container-honor .swiper-slide .pic{width: 400px;height: 280px;border: 10px solid #fff;overflow: hidden;box-shadow: 0 10px 20px 10px rgba(0, 88, 106, 0.1);box-sizing: border-box;display: inline-flex;align-items: center;justify-content: center;}
.swiper-container-honor .swiper-slide .tit{text-align: center;font-size: 20px;line-height: 28px;color:#333;margin-top: 30px;}
.swiper-container-honor .swiper-slide-prev{transform-origin: 0 100% 0;transform: rotateY(45deg);position: relative;z-index: 2;}
.swiper-container-honor .swiper-slide-next{transform-origin: 100% 0 0;transform: rotateY(-45deg);position: relative;z-index: 2;}
.honor .swiper-button-next,
.honor .swiper-button-prev{width: 60px;height: 60px;border: 1px solid #ccc;border-radius: 50%;}
.honor .swiper-button-next{right: 0;}
.honor .swiper-button-prev{left: 0;}
.honor .swiper-button-next::after,
.honor .swiper-button-prev::after{font-size: 20px;color:#333;}
.honor .swiper-button-next:hover,
.honor .swiper-button-prev:hover{background: #00a2e3;}
.honor .swiper-button-next:hover::after,
.honor .swiper-button-prev:hover::after{color: #fff;}

.about_three_list ul li{width: calc(100% / 4 - 75px);margin-right: 100px;margin-bottom:30px;}
.about_three_list ul li:nth-child(4n){margin-right: 0;}
.about_three_list ul li span{display: block;width: 100%;height: 311px;overflow: hidden;transition: all 0.5s;}
.about_three_list ul li h3{font-size: 20px;font-weight: bold;color:#333;margin: 20px 0;}
.about_three_list ul li em{font-size: 14px;color:#333;display: inline-flex;align-items: center;}
.about_three_list ul li em::after{content: "";display: block;width: 8px;height: 12px;background: url(../images/jt_icon.png) no-repeat center;margin-left: 20px;filter: brightness(0);}
.about_three_list ul li:hover span{transform: translateY(10px);transition: all 0.5s;}
.about_three_list ul li:hover h3,
.about_three_list ul li:hover em{color: #00a2e3;}
.about_three_list ul li:hover em::after{filter: brightness(1);}
.news_top{padding: 90px 0 40px;}
.swiper-container-news .swiper-slide{background: #fff;}
.swiper-container-news .swiper-slide .pic{width: 61.2%;margin-right: 3%;height: 370px;overflow: hidden;border-radius: 10px;}
.swiper-container-news .swiper-slide .pic img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.swiper-container-news .swiper-slide .tct{width: calc(100% - 64.2%);}
.swiper-container-news .swiper-slide .tct h4{font-size: 14px;color:#333;display: none;}
.swiper-container-news .swiper-slide .tct h4 b{font-size: 50px;font-weight: bold;line-height: 1;display: block;}
.swiper-container-news .swiper-slide .tct h3{font-size: 20px;line-height: 38px;font-weight: bold;color: #222;margin: 20px 0;}
.swiper-container-news .swiper-slide .tct p{font-size: 16px;line-height: 28px;color: #666;}
.swiper-container-news .swiper-slide .tct span{display: inline-flex;justify-content: space-between;font-size: 14px;border: 1px solid #222;border-radius: 10px;line-height: 50px;width: 180px;padding-left: 20px;box-sizing: border-box;margin-top: 30px;}
.swiper-container-news .swiper-slide .tct span em{display: block;width: 50px;height: 50px;background: #00a2e3;border-radius: 10px;margin-right: -2px;box-shadow: 0 5px 10px 10px rgba(0, 161, 228, 0.1);}
.swiper-container-news .swiper-slide .tct span em::after{content: "";display: block;background: url(../images/jt_icon.png) no-repeat center;width: 100%;height: 100%;filter: brightness(0) invert(1);}
.swiper-container-news .swiper-pagination-news{position: absolute;bottom: 20px;z-index: 2;width: 60%;text-align: right;}
.swiper-container-news .swiper-pagination-news .swiper-pagination-bullet{width: 15px;height: 15px;background: #fff;opacity: 0.6;margin-left: 10px;}
.swiper-container-news .swiper-pagination-news .swiper-pagination-bullet-active{background: #00a2e3;opacity: 1;}
.swiper-container-news .swiper-slide:hover .tct h3{color: #00a2e3;}
.swiper-container-news .swiper-slide:hover .pic img{transform: scale(1.1);transition: all 0.5s;}
.news_btm .honor_ul li{width: calc(100% / 3 - 26.66px);margin-right: 40px;margin-top: 40px;border-bottom: 1px solid #fff;padding-bottom: 35px;}
.news_btm .honor_ul li:nth-child(3n){margin-right: 0;}
.news_btm .honor_ul li p{padding-left: 25px;background: url(../images/rl_icon.png) no-repeat left center;font-size: 20px;font-weight: bold;color:#333;}
.news_btm .honor_ul li>a{display: block;width: 100%;height: 240px;overflow: hidden;margin: 10px 0;border-radius: 10px 10px 0 0;border:1px solid #ddd;box-sizing:border-box;}
.news_btm .honor_ul li>a img{width: 100%;height: 100%;object-fit: contain;transition: all 0.5s;}
.news_btm .honor_ul li h3{font-size: 20px;line-height: 40px;font-weight: bold;color: #222;margin: 20px 0;height: 80px;}
.news_btm .honor_ul li em{font-size: 14px;line-height: 26px;color:#333;}
.news_btm .honor_ul li:hover{border-color: #ddd;}
.news_btm .honor_ul li:hover a img{transform: scale(1.1);transition: all 0.5s;}
.news_btm .honor_ul li:hover h3,
.news_btm .honor_ul li:hover em{color: #00a2e3;}

.news_btms ul li{width: calc(100% / 3 - 26.66px);margin-right: 40px;margin-top: 40px;border-bottom: 1px solid #fff;padding-bottom: 35px;}
.news_btms ul li:nth-child(3n){margin-right: 0;}
.news_btms ul li p{padding-left: 25px;background: url(../images/rl_icon.png) no-repeat left center;font-size: 18px;font-weight: bold;color:#333;}
.news_btms ul li span{display: block;width: 100%;height: 240px;overflow: hidden;margin: 10px 0;border-radius: 10px 10px 0 0;}
.news_btms ul li span img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.news_btms ul li h3{font-size: 20px;line-height: 40px;font-weight: bold;color: #222;margin: 20px 0;height: 80px;}
.news_btms ul li em{font-size: 14px;line-height: 26px;color:#333;}
.news_btms ul li:hover{border-color: #ddd;}
.news_btms ul li:hover span img{transform: scale(1.1);transition: all 0.5s;}
.news_btms ul li:hover h3,
.news_btms ul li:hover em{color: #00a2e3;}

/* 分页 */
.page_list{padding: 50px 0;}
.page_list ul {width: 100%;padding: 50px 0;justify-content: center;}
.page_list ul li{width: 60px;height: 60px;border: 1px solid #ccc;text-align: center;line-height: 58px;font-size: 20px;color:#333;margin: 0 5px;overflow: hidden;box-sizing: border-box;border-radius: 10px;}
.page_list ul li a{display: block;color:#333;}
.page_list ul li.active a,
.page_list ul li:hover a {background: #00a2e3;color: #fff;}

.news_titles{text-align: center;line-height: 1.5;border-bottom: 1px solid #eee;padding-bottom: 10px;}
.news_titles h3{font-size: 26px;font-weight: bold;color:#333;}
.news_titles p{font-size: 14px;color: #999;margin: 20px auto;}
.news_titles p span{margin: 0 10px;}
.news_cons2{padding: 100px 0;}
.news_cons2 .mains_text{margin-top: 30px;}

.product_page{border-top: 1px solid #eee;box-sizing: border-box;margin-top: 50px;}
.product_page ul{justify-content: space-between;padding: 20px 30px;box-sizing: border-box;margin: 50px auto 0;background: #f2f2f2;}
.product_page ul li a{display: inline-flex;align-items: center;;line-height: 60px;padding: 0 30px;color:#333;font-size: 20px;}
.product_page ul li a em{width: 8px;height: 12px;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_btm_pic{display: none;}
.product_top{height: 940px;}
.product_top .box_cons{height: 100%;display: inline-flex;flex-direction: column;justify-content: center;width: 100%;}
.swiper-container-product{position: relative;}
.swiper-container-product .swiper-slide{text-align: center;}
.swiper-container-product .swiper-slide h3{font-size: 24px;font-weight: bold;color:#333;margin-top: 10px;}
.swiper-container-product .swiper-slide p{font-size: 18px;line-height: 32px;color: #666;margin: 10px 0;display:none;}
.swiper-container-product .swiper-slide span{display: block;overflow: hidden;width: 65%;margin: 0 auto;max-width: 1023px;}
.swiper-container-product .swiper-slide span img{max-width: 100%;max-height: 100%;}
.swiper-container-product .swiper-slide em{display: inline-flex;align-items: center;padding-right: 30px;font-size: 18px;line-height: 32px;color:#333;}
.swiper-container-product .swiper-slide em::after{content: "";display: block;width: 8px;height: 12px;background: url(../images/jt_icon.png) no-repeat;margin-left: 20px;filter: brightness(0);}
.swiper-container-product .swiper-button-next,
.swiper-container-product .swiper-button-prev{width: 60px;height: 60px;border-radius: 50%;border: 1px solid #bbb;pointer-events:auto;}
.swiper-container-product .swiper-button-next::after,
.swiper-container-product .swiper-button-prev::after{content: "";background: url(../images/jt_icon.png) no-repeat center;width: 8px;height: 12px;filter: brightness(0);}
.swiper-container-product .swiper-button-next{right: 0px;}
.swiper-container-product .swiper-button-prev{left: 0px;transform: rotate(180deg);}
.swiper-container-product .swiper-button-next:hover,
.swiper-container-product .swiper-button-prev:hover{background: #00a2e3;border: 1px solid #00a2e3;}
.swiper-container-product .swiper-button-next:hover::after,
.swiper-container-product .swiper-button-prev:hover::after{filter: brightness(0) invert(1);}
.swiper-container-product .swiper-slide:hover h3,
.swiper-container-product .swiper-slide:hover em{color: #00a2e3;}
.swiper-container-product .swiper-slide:hover em::after{filter: brightness(1);}
.mySwiper{max-width:1100px;width:100%;}
.mySwiper .swiper-slide{font-size: 18px;color: #b9b9b9;font-weight: 500;cursor: pointer;text-align: center;}
.mySwiper .swiper-slide-thumb-active{color:#333;}
.mySwiper .swiper-slide-thumb-active::after{content: "";display: block;width: 20px;height: 28px;background: url(../images/mySwiper_icon.png)no-repeat center bottom;margin: 0 auto;}

.product_btms{padding-top: 100px;}

.product_btm_tit{justify-content: space-between;background: url(../images/product_btm_tit_bg.jpg) no-repeat center;background-size: cover;padding: 60px;box-sizing: border-box;border-radius: 5px;align-items: flex-start;}
.product_btm_tit h3{font-size: 34px;font-weight: bold;color:#333;}
.product_btm_tit ul{width: 990px;}
.product_btm_tit ul li a{display: block;font-size: 32px;color: #bbb;font-weight: 500;line-height: 60px;padding: 0 15px;}
.product_btm_tit ul li.active a,
.product_btm_tit ul li:hover a{color: #00a2e3;font-weight: bold;}
.product_btm_tit .product_btm_tit_right{width: 160px;line-height: 60px;border-radius: 5px;border:1px solid#333;font-size: 16px;color:#333;display: inline-flex;align-items: center;justify-content: space-around;box-sizing: border-box;position: relative;}
.product_btm_tit .product_btm_tit_right span{display: block;width: 8px;height: 12px;background: url(../images/jt_icon.png) no-repeat;margin: 0;filter: brightness(0);}
.product_btm_tit .product_btm_tit_right ol{display: none;position: absolute;top: 60px;background: #fff;width: 100%;box-shadow: 0 5px 10px rgba(0, 88, 106, 0.1);z-index: 3;}
.product_btm_tit .product_btm_tit_right ol li a{display: block;line-height: 36px;text-align: center;font-size: 16px;color:#333;}
.product_btm_tit .product_btm_tit_right:hover ol{display: block;}
.product_btm_tit .product_btm_tit_right ol li:hover a{background: #00a2e3;color: #fff;}
.product_btm_tit .product_btm_tit_right:hover{background: #00a2e3;border: 1px solid #00a2e3;color: #fff;}
.product_btm_tit .product_btm_tit_right:hover span{filter: brightness(0) invert(1);}

.product_btm_tit2{padding: 30px 0;}
.product_btm_tit2 h3{font-size: 20px;line-height: 45px;}
.product_btm_tit2 ul{width: 1300px;}
.product_btm_tit2 ul li a{font-size: 20px;line-height: 45px;}
.product_btm_tit2 .product_btm_tit_right{line-height: 45px;}

.product_btm_tst{width: 58%;margin-top: 50px;padding: 0 60px;box-sizing: border-box;position: relative;}
.product_btm_tst h3{font-size: 28px;font-weight: bold;color: #222;position: relative;z-index: 1;display: inline-flex;padding: 0 20px;}
.product_btm_tst h3::before{content: "";display: block;width: 100%;height: 10px;background: #e5350b;position: absolute;bottom: 0px;left: 0;z-index: -1;}
.product_btm_tst p{font-size: 16px;line-height: 30px;color:#333;margin: 30px 0;display: none;}

.product_item{padding: 60px;box-sizing: border-box;justify-content: space-between;position: relative;}
.product_item .product_item_left{width: 27%;position: relative;}
.product_item .product_item_left h3{font-size: 34px;color:#333;font-weight: bold;}
.product_item .product_item_left p{font-size: 16px;line-height: 30px;color: #999;margin-top: 20px;display: none;}
.product_item .product_item_left a{display: inline-flex;width: 140px;line-height: 50px;border: 1px solid#333;font-size: 14px;color:#333;border-radius: 10px;align-items: center;justify-content: space-around;margin-top: 30px;}
.product_item .product_item_left a span{display: block;width: 8px;height: 12px;background: url(../images/jt_icon.png) no-repeat;filter: brightness(0);}
.product_item .product_item_left .swiper-pagination-products{bottom: 0 !important;position: absolute;font-size: 32px;font-weight: bold;color: #ddd;padding: 0 60px;box-sizing: border-box;}
.product_item .product_item_left .swiper-pagination-products .swiper-pagination-current{color: #00a2e3;}
.product_item .product_item_left .swiper-button-next,
.product_item .product_item_left .swiper-button-prev{font-size: 30px;font-weight: bold;color: #ddd;top: auto;bottom: 0;}
.product_item .product_item_left .swiper-button-next{right: auto;left: 160px;}

.product_item .product_item_right{width: 70.5%;overflow: hidden;}
.product_item .product_item_right .swiper-slide span{display: block;overflow: hidden;border-radius: 10px;height: 320px;}
.product_item .product_item_right .swiper-slide span img{width: 100%;height: 100%;object-fit: cover;}
.product_item .product_item_right .swiper-slide h3{font-size: 24px;line-height: 32px;color:#333;font-weight: bold;margin: 20px auto 10px;}
.product_item .product_item_right .swiper-slide p{font-size: 16px;line-height: 26px;color: #666;}
.product_item .product_item_right .swiper-slide:hover h3{color: #00a2e3;}
.product_item .product_item_left a:hover{color: #fff;border: 1px solid #00a2e3;background: #00a2e3;}
.product_item .product_item_left a:hover span{filter: brightness(0) invert(1);}

.product_items ul li{width: calc(100% / 3 - 29.66px);margin-right: 44px;padding-top: 45px;}
.product_items ul li:nth-child(3n){margin-right: 0;}
.product_items ul li span{display: block;height: 320px;overflow: hidden;border-radius: 10px;}
.product_items ul li span img{width: 100%;height: 100%;transition: all 0.5s;}
.product_items ul li h3{font-size: 24px;line-height: 32px;color:#333;font-weight: bold;margin: 20px 0 10px;}
.product_items ul li p{font-size: 16px;line-height: 26px;color: #666;}
.product_items ul li:hover span img{transform: scale(1.1);transition: all 0.5s;}
.product_items ul li:hover h3{color: #00a2e3;}

.product_info_top{padding: 90px 0 70px;}
.product_info_top .pic{width: 50%;display: inline-flex;align-items: center;justify-content: center;height: 450px;border-radius: 10px;overflow: hidden;}
.product_info_top .pic img{border-radius: 10px;}
.product_info_top .tct{width: calc(100% - 50%);padding-left: 30px;box-sizing: border-box;}
.product_info_top .tct .tit{font-size: 30px;font-weight: bold;color:#333;padding: 20px 0;border-bottom: 1px solid #eee;margin-bottom: 10px;}
.product_info_top .tct .txt{font-size: 22px;line-height: 30px;display: inline-flex;align-items: center;margin: 20px 0 10px;}
.product_info_top .tct .txt::before{content: "";display: block;width: 2px;height: 20px;background: #00a2e3;margin-right: 20px;}
.product_info_top .tct .tst{padding-left: 22px;font-size: 30px;font-weight: bold;color:#333;}
.product_info_top .tct .tst2{padding-left: 22px;font-size: 16px;line-height: 26px;color:#333;}
.product_info_top .tct .btns{width: 100%;line-height: 60px;border-radius: 10px;background: #00a2e3;text-align: center;margin-top: 40px;display:none;}
.product_info_top .tct .btns a{font-size: 18px;color: #fff;display: block;}

.product_info_btm .tit{font-size: 30px;font-weight: bold;color:#333;line-height: 2;position: relative;padding-left: 20px;box-sizing: border-box;}
.product_info_btm .tit::before{content: "";display: block;width: 4px;height: 20px;background: #00a2e3;position: absolute;left: 0;top: 50%;margin-top: -10px;}
.product_info_btm_tit{border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.product_info_btm_tit ul li{line-height: 80px;font-size: 20px;color:#333;font-weight: bold;margin-right: 40px;cursor: pointer;}
.product_info_btm_tit ul li.active,
.product_info_btm_tit ul li:hover{color: #00a2e3;position: relative;}
.product_info_btm_tit ul li.active::after,
.product_info_btm_tit ul li:hover::after{content: "";display: block;width: 100%;height: 2px;position: absolute;bottom: -1px;left: 0;right: 0;background: #00a2e3;}
.product_info_btm_item{display: none;}
.product_info_btm_item.active{display: block;}
.product_info_btm_item .mains_text{margin-top: 30px;}

.product_page{margin: 40px auto 60px;}
.product_page ul{display: flex;justify-content: space-between;width: 100%;background: none;}
.product_page ul li{width: 30%;background: #f3f3f3;border-radius: 5px;overflow: hidden;}
.product_page ul li:nth-child(1){text-align: right;}
.product_page ul li:nth-child(2){text-align: center;}
.product_page ul li a{font-size: 20px;line-height: 60px;color:#333;padding: 0 30px;box-sizing: border-box;justify-content: space-between;width: 100%;align-items: center;display: inline-flex;}
.product_page ul li a em{display:inline-block;vertical-align: middle;background: url(../images/jt_icon.png) no-repeat center;width: 7px;height: 12px;transition: ease-in-out 0.5s;}
.product_page ul li:nth-child(2) a{justify-content: center;}
.product_page ul li:nth-child(2) a em{background: url(../images/jt_icon2.png) no-repeat center;width: 1.25vw;height: 20px;}
.product_page ul li:nth-child(1) a em{transform: rotate(180deg);}
.product_page ul li a:hover{background: #00a2e3;color: #fff;transition: ease-in-out 0.5s;}
.product_page ul li:hover a em{filter: brightness(0) invert(1);}
.product_page ul li:nth-child(2):hover a em{filter: brightness(0) invert(1);}


.academic_nav{position: relative;z-index: 2;margin: -100px auto 30px;}
.academic_nav ul{justify-content: space-evenly;}
.academic_nav ul li{position: relative;padding-bottom: 30px;}
.academic_nav ul li a{display: block;font-size: 24px;line-height: 34px;color: #fff;text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}
.academic_nav ul li::before,
.academic_nav ul li::after{content: "";display: block;width: 20px;height: 20px;position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;border-radius: 50%;}
.academic_nav ul li::before{background: url(../images/academic_nav_icon.png) no-repeat center;}
.academic_nav ul li::after{background: #00a2e3;opacity: 0;}
.academic_nav ul li.active::after,
.academic_nav ul li:hover::after{opacity: 1;}
.academic_nav ul li.active a,
.academic_nav ul li:hover a{color: #00a2e3;font-weight: bold;}
.academic_top{position: relative;}
.academic_top::before{content: "news";display: block;width: 110px;line-height: 40px;background: #00a2e3;color: #fff;text-align: center;border-radius: 10px 0 10px 0;position: absolute;top: 0;left: 0;z-index: 2;text-transform: uppercase;font-size: 14px;}
.academic_con{background: #f5f7fb;padding: 50px 0;}
.academic_btm ul li{width: calc(100% / 3 - 27px);margin-right: 40px;background: #fff;margin-top: 20px;margin-bottom: 20px;border-radius: 10px;}
.academic_btm ul li:nth-child(3n){margin-right: 0;}
.academic_btm ul li a{padding: 40px;box-sizing: border-box;display: block;}
.academic_btm ul li h4{font-size: 14px;color:#333;}
.academic_btm ul li h4 b{font-size: 34px;font-weight: bold;line-height: 1;display: block;}
.academic_btm ul li h3{font-size: 20px;line-height: 38px;font-weight: bold;color: #222;margin: 20px 0;height: 114px;}
.academic_btm ul li p{font-size: 16px;line-height: 28px;color: #666;height: 56px;}
.academic_btm ul li em{font-size: 14px;line-height: 26px;color:#333;display: inline-flex;align-items: center;margin-top: 30px;}
.academic_btm ul li em::after{content: "";display: block;width: 8px;height: 12px;background: url(../images/jt_icon.png) no-repeat center;margin-left: 20px;filter: brightness(0);}
.academic_btm ul li:hover{box-shadow: 0 10px 20px rgba(0, 161, 228, 0.1);}
.academic_btm ul li:hover h3,
.academic_btm ul li:hover em{color: #00a2e3;}
.academic_btm ul li:hover em::after{filter: brightness(1);}

.service_con{padding: 70px 0;}
.service_title{text-align: center;}
.service_title h3{font-size: 32px;line-height: 1;color:#333;font-weight: bold;margin: 20px 0;}
.service_title p{font-size: 16px;line-height: 26px;color:#333;display: none;}

.service_tab_tit{margin: 30px auto;}
.service_tab_tit ul{justify-content: center;}
.service_tab_tit ul li{margin: 0 30px;font-size: 24px;font-weight: bold;color:#333;cursor: pointer;}
.service_tab_tit ul li.active{color: #00a2e3;}
.service_tab_con_item{text-align: center;display: none;position: relative;}
.service_tab_con_item.active{display: block;}
.service_tab_con_item .tct{width: 881px;height: 689px;position: absolute;top: 0;left: 0;right: 0;z-index: 1;;margin: 0 auto;}

.recruit_top,
.recruit_btm{padding: 70px 0;}
.recruit_tit h3{display: inline-flex;align-items: center;font-size: 32px;font-weight: bold;color:#333;}
.recruit_tit h3 img{margin-right: 20px;}
.recruit_top ul,
.recruit_btm ul{margin: 70px auto;}
.recruit_top ul li{width: calc(100% / 3 - 26.66px);margin-right: 40px;box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);transition: all 0.5s;}
.recruit_top ul li:nth-child(3n){margin-right: 0;}
.recruit_top ul li a {
    display: flex;
    padding: 40px;
    box-sizing: border-box;
    flex-direction: column;
}
.recruit_top ul li h3{display: inline-flex;align-items: center;font-size: 26px;font-weight: bold;color:#333;}
.recruit_top ul li h3 img{margin-right: 15px;}
.recruit_top ul li p{margin-top: 20px;font-size: 16px;line-height: 28px;color:#333;}
.recruit_top ul li em{font-size: 14px;line-height: 30px;color:#333;display: inline-flex;align-items: center;margin-top: 40px;}
.recruit_top ul li em::after{content: "";display: block;width: 8px;height: 12px;background: url(../images/jt_icon.png) no-repeat center;margin-left: 20px;filter: brightness(0);}

.recruit_btm ul{justify-content: center;}
.recruit_btm ul li{width: calc(100% / 5 - 20.99px);margin-right: 25px;background: rgba(255, 255, 255, 0.5);border: 1px solid #fff;border-radius: 10px;text-align: center;padding: 20px;box-sizing: border-box;margin-top: 20px;margin-bottom: 20px;position: relative;transition: all 0.5s;}
.recruit_btm ul li::after{content: "";display: block;width: 100%;height:3px;background: #00a2e3;opacity: 0.2;position: absolute;bottom: 0;left: 0;right: 0;}
.recruit_btm ul li:nth-child(5n),
.recruit_btm ul li:last-child{margin-right: 0;}
.recruit_btm ul li p{font-size: 18px;line-height: 30px;color:#333;margin: 10px auto;font-weight: 500;}
.recruit_top ul li:hover,
.recruit_btm ul li:hover{transform: translateY(10px);transition: all 0.5s;}
.recruit_top ul li:hover em{color: #00a2e3;}
.recruit_top ul li:hover em::after{filter: brightness(1);}

.investor_con{padding: 120px 0;background: url(../images/investor_bg.jpg) no-repeat center;background-size: cover;}
.investor_top ul li{width: calc(100% / 3 - 26.66px);margin-right: 40px;height: 380px;position: relative;border-radius: 10px;overflow: hidden;}
.investor_top ul li:nth-child(3n){margin-right: 0;}
.investor_top ul li .pic{width: 100%;height: 100%;}
.investor_top ul li .tct{position: absolute;bottom: 0;left: 0;right: 0;height: 100%;display: inline-flex;flex-direction: column;align-items: center;justify-content: center;transition: all 0.5s;}
.investor_top ul li .tct h3{font-size: 24px;font-weight: bold;color: #fff;}
.investor_top ul li .tct em{font-size: 14px;line-height: 26px;color: #fff;margin-top: 30px;display: none;transition: all 0.5s;}
.investor_top ul li .tct em::after{content: "";display: block;width: 8px;height: 12px;background: url(../images/jt_icon.png) no-repeat center;margin-left: 20px;filter: brightness(0) invert(1);}
.investor_top ul li:hover{box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);}
.investor_top ul li:hover .tct em{display: inline-flex;align-items: center;transition: all 0.5s;}
.investor_top ul li:hover .tct{background: rgba(3, 143, 220, 0.6);transition: all 0.5s;}

.investor_btm{margin-top: 80px;box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);align-items: center;}
.investor_btm_left,
.investor_btm_right{width: 50%;}
.investor_btm_left{padding: 40px 60px;box-sizing: border-box;background: #fff;}
.investor_btm_left_top p{font-size: 16px;line-height: 26px;color: #032a64;}
.investor_btm_left_top P b{font-size: 60px;line-height: 1.2;}
.investor_btm_left_top P span,
.investor_btm_left_top P em{width: 50%;}
.investor_btm_left_top P span{padding-bottom: 20px;font-size: 34px;line-height: 1.5;}
.investor_btm_left_top P em{padding-top: 20px;}
.investor_btm_left_btm dl{margin-top: 20px;}
.investor_btm_left_btm dl dt{margin-right: 10px;}
.investor_btm_left_btm dl dd p{font-size: 16px;line-height: 24px;color: #032a64;}
.investor_btm_left_btm dl dd span{display: block;font-size: 16px;color: #032a64;font-weight: 500;}
.investor_btm_left_btm dl dd b{font-size: 28px;color: #032a64;}
.investor_btm_right{background: #f4f5f7;text-align: center;}

.notice_list{padding-top: 100px;}
.notice_list ul{display: flex;flex-direction: column;}
.notice_list ul li{background: #f4f5f7;border-radius: 10px;margin-top: 30px;transition: all 0.5s;}
.notice_list ul li a{align-items: center;}
.notice_list ul li .time{width: 120px;background: #00a2e3;border-radius: 10px;color: #fff;padding: 20px 0 20px 20px;box-sizing: border-box;}
.notice_list ul li .time span{font-size: 30px;font-weight: 500;line-height: 1;}
.notice_list ul li .time p{font-size: 20px;}
.notice_list ul li .tit{width: calc(100% - 120px - 160px - 60px);margin: 0 30px;font-size: 24px;color:#333;font-weight: bold;}
.notice_list ul li .txt{width: 160px;font-size: 14px;line-height: 60px;color:#333;text-align: center;border-left: 1px solid #ddd;box-sizing: border-box;display: inline-flex;align-items: center;justify-content: center;}
.notice_list ul li .txt::after{content: "";display: block;width: 8px;height: 12px;background: url(../images/jt_icon.png) no-repeat;filter: brightness(0);margin-left: 20px;}
.notice_list ul li:hover{transform: translateY(10px);transition: all 0.5s;}
.notice_list ul li:hover .tit,
.notice_list ul li:hover .txt{color: #00a2e3;}
.notice_list ul li:hover .txt::after{filter: brightness(1);}

.pic_sj{display: none;}
.pic_pc{text-align: right;margin-top: -150px;}
.mark{ width: 812px; height: 654px; position:relative; margin: 0 auto 80px;}
.mark_inner{ position:absolute; cursor: pointer; }
.mark_northeast{ top: 0; right: 0;background: url(../images/img1.png) left center no-repeat; width: 181px; height: 268px;  }
.coordinate{ position:absolute; left:90px; top: 133px;background: url(../images/imgadd.png) left center no-repeat; width: 20px; height: 23px;   }
.coor_inner{position: absolute;left: 20px;top: -100px;width: 280px;height: 240px;background: #fff;border-radius: 10px;padding: 20px;box-sizing: border-box;text-align: left;border-left: 2px solid #00a2e3;box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.1);display: none;z-index: 6;}
.coor_inner p b{display: block;font-size: 22px;font-weight: bold;color:#333;}
.coor_inner p em{display: block;font-size: 14px;line-height: 34px;color:#333;margin-top: 15px;}
.coor_inner p em font{font-size: 30px;font-weight: bold;}
.coor_inner p abbr{height: 140px;overflow-y: auto;display: block;margin-top: 15px;}
.coor_inner p abbr i{display: block;}
.coor_inner:hover p{display: block;}
.key{ height: 20px; line-height: 20px; overflow: hidden; color: #fff; font-size:14px;  }
.mark_northeast:hover{background: url(../images/img11.png) left center no-repeat; }
.mark_inner:hover .coordinate{background: url(../images/imgadd1.png) left center no-repeat; }
.mark_inner:hover .coor_inner{ display: block; }

.mark_huabei{background: url(../images/img2.png) left center no-repeat; width: 357px; height: 353px; top: 6px; right: 116px;}
.mark_huabei .coordinate{ left: 230px; top: 220px; }
.mark_huabei:hover{background: url(../images/img22.png) left center no-repeat; }
.mark_xibei{background: url(../images/img3.png) left center no-repeat; width: 535px; height: 330px; left: 0;top: 81px;}
.mark_xibei .coordinate{ left: 190px; top: 140px; }
.mark_xibei:hover{background: url(../images/img33.png) left center no-repeat;}
.mark_xinan{background: url(../images/img7.png) left center no-repeat; width: 490px; height: 298px; left: 35px; top: 306px; }
.mark_xinan .coordinate{ left: 360px; top: 146px; }
.mark_xinan:hover{background: url(../images/img77.png) left center no-repeat;}
.mark_huanan{background: url(../images/img6.png) left center no-repeat; z-index: 2; bottom: 0; left: 438px; width: 217px; height: 147px; }
.mark_huanan .coordinate{ left: 90px; top: 38px; }
.mark_huanan:hover{background: url(../images/img66.png) left center no-repeat;}
.mark_huazhong{background: url(../images/img5.png) left center no-repeat; z-index: 2; width: 123px;height: 212px; right: 189px; bottom:118px;  }
.mark_huazhong .coordinate{ left: 45px; top: 90px; }
.mark_huazhong:hover{background: url(../images/img55.png) left center no-repeat;}
.mark_huadong{background: url(../images/img4.png) left center no-repeat; width: 141px; height: 286px;  top: 287px; right: 83px;}
.mark_huadong .coordinate{ left: 58px; top: 133px; }
.mark_huadong:hover{background: url(../images/img44.png) left center no-repeat;}
.mark_tu img{ width: auto; height: auto; max-width: 100%; }
.mark_tu{ text-align: center; display: none; }

.mark .mark-inner {
    position: absolute;
    cursor: pointer;
    width: 100px;
    height: 100px;
}
.mark .mark-inner .imgadd img {
    filter: grayscale(1)
}

.mark .mark-inner:hover .imgadd img {
    filter: grayscale(0)
}

.mark .mark-inner:hover .before {
    display: none
}

.mark .mark-inner:hover .after {
    display: block
}

.mark .mark-inner:hover .inner-info {
    display: block
}

.mark .mark-inner .inner-info {
    display: none;
    padding: 10px 20px;
    background: #039de9;
    color: #fff;
    min-width: 124px;
    position: relative;
    transform: translate(39%, -74%)
}

.mark .mark-inner .inner-info .title {
    font-size: 16px
}

.mark .mark-inner .inner-info .subtitle {
    font-size: 20px;
    line-height: 16px;
    margin-top: 10px
}

.mark .mark-inner .inner-info .content {
    font-size: 14px
}

.mark .mark-inner .inner-info::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    transform: translateY(100%);
    width: 30px;
    height: 35px;
    background: #039de9;
    clip-path: polygon(0 0, 0 100%, 100% 0)
}

.mark2 {width: 1200px;position: relative;margin: 0 auto;height: 591px;}
.mark2 .mark-inner1 {top: 16%;right: 22.5%}
.mark2 .mark-inner2 {top: 22%;right: 41%}
.mark2 .mark-inner3 {right: 40.5%;bottom: 32%}
.mark2 .mark-inner4 {left: 35%;bottom: 27%}
.mark2 .mark-inner5 {left: 24%;top: 29%}
.mark2 .mark-inner6 {right: 15.5%;bottom: 21%}

.product_search{width: 85%;margin: 80px auto;border:1px solid #333;box-sizing: border-box;border-radius: 10px;padding: 0 30px;}
.product_search input{height: 80px;line-height: 80px;border: none;background: none;width: calc(100% - 50px);}
.product_search button{height: 80px;background: none;border: none;width: 50px;display: flex;align-items: center;justify-content: center;}
.product_search button img{max-width: 30px;}



/*20250523*/
.contact_tit h3{font-size: 32px;line-height: 46px;color:#333;font-weight: bold;}

.consult_txt{font-size: 22px;line-height: 36px;color:#333;margin: 20px 0;}
.consult_txt span{color: #f30b0b;}
.consult_bd{justify-content: space-between;}
.consult_bd .item{width: calc(100% / 2 - 20px);margin-top: 20px;position: relative;}
.consult_bd .item p{font-size: 20px;line-height: 30px;color:#333;margin: 15px 0;}
.consult_bd .item p span{color: #f30b0b;}
.consult_bd .item input,
.consult_bd .item textarea{width: 100%;line-height: 30px;border: 1px solid #ddd;padding-left: 10px;box-sizing: border-box;border-radius: 10px;font-size: 16px;}
.consult_bd .item input{line-height: 60px;}
.consult_bd .item button{width: 280px;line-height: 60px;background: none;border: 1px solid #666;border-radius: 10px;display: inline-flex;justify-content: center;}
.consult_bd .item button span{filter: brightness(0);margin-left: 15px;}
.consult_bd .item .yzm{position: absolute;bottom: 8px;right: 2px;width: 130px;height: 45px;}

.join_txt{font-size: 16px;line-height: 30px;color: #111;margin: 20px 0;}
.join_item{margin-top: 40px;}
.join_item .tit{padding: 25px 35px;box-sizing: border-box;background: #f4f5f7;align-items: center;border-radius: 15px;border-left: 5px solid #00a2e3;cursor: pointer;}
.join_item .tit em{width: 50px;height: 50px;background: #00a2e3;border-radius: 50%;position: relative;box-shadow: 0 5px 20px #00a2e3;}
.join_item .tit em::before,
.join_item .tit em::after{content: "";display: block;width: 18px;height: 2px;background: #fff;margin: 24px 16px;position: absolute;top: 0;}
.join_item .tit em::after{transform: rotate(90deg);}
.join_item .tit h3{width: 205px;font-size: 24px;line-height: 36px;color:#333;font-weight: bold;}
.join_item .tit p{width: calc(100% - 255px);}
.join_item .tit p span{font-size: 16px;line-height: 32px;color:#333;margin-right: 20px;}
.join_item .tct{padding: 25px 35px;box-sizing: border-box;background: #f4f5f7;border-radius: 15px;margin-top: 20px;display: none;}
.join_item.active .tit em::after{display: none;}
.join_item.active .tct{display: block;}

.product_more {width: 160px;text-align: center;font-size: 18px;font-weight: bold;color: #fff;background: #00a2e3;line-height: 50px;border-radius: 5px;margin: 40px auto 0;cursor: pointer;}






