body{font-family:"微软雅黑";font-size:16px;}
a{text-decoration: none;}
input,textarea:focus{outline: none;}
.text-truncate2{display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.text-truncate3{display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.medias-list-container{width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.animate-box {opacity: 0;}

.items-box{padding: 12px 0 12px 0;}
.items-box:nth-child(even){background-color: #f5f7ff;}
.items-conts{padding: 12px 0 0 0;}
.items-conts.pad{padding-bottom: 12px;}

.items-title{font-size: 18px;color: #000000;font-weight: bold;}
.items-title span{color: #0130a6;}
.items-desc{padding: 6px 16px;margin-top: 8px;display: inline-block;border: 2px solid #000000;border-radius: 30px;}
.items-desc span{padding-left: 18px;font-size: 14px;background-size: auto 10px;display: inline-block;color: #000000;background-image: url('../img/san.png');background-repeat: no-repeat;background-position: left center;}
.items-desc:hover{border-color: #0130a6;}
.items-desc:hover span{color: #0130a6;background-image: url('../img/san-h.png');}

/*顶部菜单*/
.navbar-style2{padding: 0;position: fixed;left: 0;right:0;top: 0;z-index: 1000;background-color: #0130a6;}
.navbar-style2 .navbar-toggler{padding:0 8px;color:#ffffff;cursor:pointer;font-family:'FontAwesome';}
.navbar-style2 .navbar-toggler::before{content:"\f00d";font-size:20px;}
.navbar-style2 .navbar-toggler.collapsed::before{content:"\f0c9";font-size:18px;}
.navbar-style2 .navbar-brand{padding:0;margin:0;font-size: 0;}
.navbar-style2 .navbar-brand>img{max-height: 50px;max-width: auto;padding: 8px 0;}
.navbar-style2 .navbar-collapse{justify-content: flex-end;}
.navbar-style2 .nav-item{position: relative;}
.navbar-style2 .nav-item:hover>.dropdown-menu{display: none;}
.navbar-style2 .nav-item.active .drop::after{transform: rotate(180deg);}
.navbar-style2 .nav-item .nav-link{padding: 13px 0;color: #ffffff;position:relative;font-size: 16px;text-align: center;background-color: #0130a6;}
.navbar-style2 .nav-item .nav-link:hover,.navbar-style2 .nav-item .nav-link.active{color: #b3c53f;}
.navbar-style2 .nav-item:first-child .nav-link{border-radius: 40px 0 0 40px;}
.navbar-style2 .nav-item:last-child .nav-link{border-radius: 0 40px 40px 0;}
.navbar-style2 .nav-item .nav-link.drop::after{content:"\f107";font-family:'FontAwesome';right: 10px;transition: all .3s;position: absolute;}
.navbar-style2 .nav-item .nav-link .btns{background-color: #b3c53f;padding: 8px 24px;border-radius: 30px;color:#ffffff;}
.navbar-style2 .nav-item .nav-link:hover .btns{color:#0130a6;}
.navbar-style2 .nav-item .nav-link .toggle{display: block;height: 100%;width: 50px;position: absolute;top: 0;right: 0;z-index: 1001;}
.navbar-style2 .nav-item .dropdown-menu{min-width: 190px;border: none;padding: 0px 0 0 0;border-radius: unset;background-color: unset;transform: translateX(0px);}
.navbar-style2 .nav-item .dropdown-menu li .dropdown-item{background-color: #0130a6;}
.navbar-style2 .nav-item .dropdown-menu li:first-child .dropdown-item{border-radius: 0px 0px 0 0;padding-top: 12px;}
.navbar-style2 .nav-item .dropdown-menu li:last-child .dropdown-item{border-radius: 0 0 0px 0px;padding-bottom: 12px;}
.navbar-style2 .nav-item .dropdown-menu .dropdown-item{padding: 12px 0;text-align: center;font-size: 14px;color: #ffffff;border-bottom: 1px dotted #ffffff;}
.navbar-style2 .nav-item .dropdown-menu .dropdown-item:hover,.navbar-style2 .nav-item .dropdown-menu .dropdown-item.active{color: #b3c53f;}
/*顶部菜单*/

/*面包屑导航*/
.breadcrumbs{position: relative;border-bottom: 1px solid #eaeaea;font-size: 0;}
.breadcrumbs a{display: inline-block;color: #000000;height: 40px;line-height: 40px;font-size: 14px;}
.breadcrumbs-item+.breadcrumbs-item::before{content: ">";color: #999999;padding: 0 5px;}
.breadcrumbs-item:hover{color:#2a2c76;}
/*面包屑导航*/

/*首页滚动*/
.banner{position: relative;padding-top: 50px;}
.home-banner{width: 100%;height: 100%;}
.home-banner .swiper-slide{text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
.home-banner .swiper-slide a{display: block;width: 100%;}
.home-banner .swiper-slide img{display: block;width: 100%;height: 100%;object-fit: cover;}
.home-banner .swiper-pagination-bullet{background-color: #ffffff;opacity:1;}
.home-banner .swiper-pagination-bullet-active{background-color: #0130a6;}
/*首页滚动*/

.about-box{justify-content: center;align-items: center;}
.about-box .image{border-radius: 5px;overflow: hidden;}
.about-box .image .imgs{max-width: 100%;transition: 0.3s;}
.about-box .image:hover .imgs{transform: scale(1.1);}
.about-box .wel{font-size: 22px;font-weight: bold;color: #000000;font-family: 'Arial';text-align: left;}
.about-box .desc{font-size: 14px;line-height: 22px;color: #000000;text-align: left;}
.about-box .desc p{margin-bottom: 0;}

.about-nums{margin-top: 12px;display: flex;flex-wrap: wrap;background-color: #0130a6;border-radius: 10px;justify-content: space-evenly;}
.about-nums .items{width:50%;text-align: center;padding: 12px 0;color: #ffffff;}
.about-nums .items .nums .txt{font-size: 30px;height: 30px;line-height: 30px;font-weight: bold;font-family: 'Arial';display: inline-block;}
.about-nums .items .nums .dw{font-size: 12px;display: inline-block;vertical-align: top;}
.about-nums .items .desc{margin-top: 5px;font-size: 12px;}
.about-nums .items:hover{color: #b3c53f;}

.ifm{margin-bottom: 12px;}
.ifm:first-child{margin-bottom: 12px;}
.ifm .images{position: relative;overflow: hidden;}
.ifm .images .imgs{width: 100%;transition: 0.3s;}
.ifm .images:hover .imgs{transform: scale(1.1);}
.ifm .images .title{position: absolute;bottom: 0;left: 0;right: 0;padding: 10px 8px;background-color: rgb(0, 0, 0, 0.3);color: #ffffff;font-weight: bold;font-size: 14px;}

.home-news{padding: 8px 8px;}
.home-news.bg{background-color: #ffffff;}
.home-news .title{font-size: 16px;color: #000000;}
.home-news.bg .title{font-size: 20px;font-weight: bold;}
.home-news .desc{font-size: 14px;color: #666666;margin-top: 5px;}
.home-news:hover .title{color: #0130a6;}

.cases-box{margin-bottom: 12px;}
.cases-box:last-child{margin-bottom: 0;}
.cases-box .images{position: relative;overflow: hidden;border-radius: 10px;}
.cases-box .images .imgs{width: 100%;transition: 0.3s;}
.cases-box .images:hover .imgs{transform: scale(1.1);}
.cases-box .images .details{position: absolute;bottom: 0;left: 0;right: 0;padding: 10px 8px;color: #ffffff;}
.cases-box .images .details .title{font-size: 16px;font-weight: bold;}
.cases-box .images .details .title span{line-height: 2;background: linear-gradient(to right, #ffffff, #ffffff);background-size: 0 2px;background-repeat: no-repeat;background-position: right bottom;transition: background-size 0.3s;padding-bottom: 5px;}
.cases-box:hover .images .details .title span{background-position: left bottom;background-size: 100% 2px;}
.cases-box .images .details .desc{font-size: 14px;}

.supp .items{margin-bottom: 12px;font-size: 0;}
.supp .items a{display: inline-block;overflow: hidden;transition: 0.3s;border: 1px solid #ebebeb;}
.supp .items a img{width: 100%;transition: 0.3s;}
.supp .items a:hover{box-shadow: 0 0px 16px 0 rgb(0, 0, 0, 0.2);}
.supp .items a:hover img{transform: scale(1.1);}

.footer{padding: 12px 0 0 0;background-attachment: fixed;background-image: url('../img/footer-bg.jpg');background-repeat: no-repeat;background-position: bottom center;background-color: rgb(45, 45, 45);}
.footer .title{color: #ffffff;font-weight: bold;}
.footer .phone{color: #ffffff;font-weight: bold;}
.footer .email{font-size: 14px;color: #666666;font-family: 'Arial';}
.footer .address{font-size: 14px;color: #666666;}
.footer .fmenu{margin-top: 10px;font-size: 0;}
.footer .fmenu a{font-size: 14px;color: #ffffff;margin-right: 10px;}
.footer .fmenu a:hover,.footer .fmenu a.active{color: #b3c53f;font-weight: bold;}
.footer .qrcode .items{text-align: center;font-size: 0;margin-top: 12px;}
.footer .qrcode .items>span{display: inline-block;width: 40px;height: 40px;margin-right: 12px;cursor: pointer;}
.footer .qrcode .items>span:last-child{margin-right: 0;}
.footer .qrcode .items>span>img{max-width: 100%;width: 100%;}
.footer .bottom{margin-top: 12px;padding: 12px 0;font-size: 0;background-color: rgb(60, 60, 60, 0.5);}
.footer .bottom span,.footer .bottom a{font-size: 14px;padding: 0 6px;color: #999999;}
.footer .bottom a:hover{color: #b3c53f;}

.f-win{position: fixed;right: 20px;top: 300px;width: 60px;z-index: 1002;display: none;}
.f-win .item{width: 60px;height: 60px;border-radius:5px;margin-bottom:5px;background-color:#0130a6;background-repeat: no-repeat;background-position: center center;cursor: pointer;display:block;}
.f-win .item.item1{background-image: url(../img/fl-1.png);}
.f-win .item.item2{background-image: url(../img/fl-2.png);}
.f-win .item.item3{background-image: url(../img/fl-3.png);}

/*内页容器*/
.arc-box .content.top-line{margin-top: 12px;padding-top: 12px;border-top: 1px dotted #eaeaea;}
.arc-box .content img{max-width: 100%;}
.arc-box .content p{margin-bottom: 0;}
.arc-title{font-size: 18px;text-align: center;color: #000000;font-weight: bold;}
.arc-tags{margin-top: 5px;text-align: center;font-size: 0;}
.arc-tags span{margin: 0 5px;font-size: 12px;}
.prenext{border-top:1px dotted #eaeaea;margin-top:12px;padding-top:12px;}
.prenext a{color: #333333;}
.prenext a:hover{color: #2a2c76;font-weight:bold;}
/*内页容器*/

.team-box{margin-bottom: 12px;}
.team-box .box{padding: 15px 12px;border-radius: 5px;display: block;overflow: hidden;height: 100%;background: linear-gradient(to bottom, #ccd7ea, #f7f9eb);}
.team-box .images{text-align: center;}
.team-box .images .imgs{max-width: 80px;transition: 0.3s;border-radius: 50%;}
.team-box .details .title{font-size: 16px;text-align: center;font-weight: bold;color: #000000;margin-top: 5px;}
.team-box .details .desc{font-size: 14px;text-align: center;color: #999999;margin-top: 0px;}
.team-box .details .infos{font-size: 12px;color: #666666;margin-top: 5px;}
.team-box .box:hover .details .title{color: #0130a6;}
.team-box .box:hover .images .imgs{transform: scale(1.1);}

/*新闻资讯*/
.media-list{margin-bottom:12px;display: flex;}
.media-list:last-child{margin-bottom:0px;}
.media-list .images{overflow: hidden;position: relative;}
.media-list .images img{width: 120px;transition: 0.3s;}
.media-list .details{flex: 1;padding: 0 0 0 12px;}
.media-list .title-box{background-color: transparent;padding: 0px;}
.media-list .details .title{font-size: 16px;color: #333333;font-weight: bold;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.media-list .details .infos{font-size: 12px;color: #666666;margin-top: 2px;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.media-list .details .ts{font-size: 18px;color: #666666;margin-top: 20px;display: none;}
.media-list:hover .details .title{color: #003399;}
.media-list:hover .images img{transform: scale(1.1);}
/*新闻资讯*/

.list-page{margin-top: 20px;}
.page-item.active .page-link{background-color: #0130a6;border-color: #0130a6;}

.tmenu{text-align: center;padding-bottom: 12px;font-size: 0;}
.tmenu a{font-size: 12px;padding: 8px 12px;margin-right: 8px;border: 2px solid #0130a6;color: #0130a6;border-radius: 30px;transition: 0.3s;display: inline-block;}
.tmenu a:hover,.tmenu a.active{background-color: #0130a6;color: #ffffff;}
.tmenu a:last-child{margin-right: 0;}

.cp-box{margin-bottom:12px;height: auto;padding-top: 160px;display: block;background-color: #cbd7fc;background-image: url('../img/cp-1.jpg');background-size: 100% auto;background-repeat: no-repeat;background-position: center;transition: all 0.3s;border-radius: 5px;position: relative;}
.cp-box .details{padding: 0 12px;}
.cp-box .details .title{font-size: 18px;font-weight: bold;color: #ffffff;line-height: 2;background: linear-gradient(to right, #ffffff, #ffffff);background-size: 0 2px;background-repeat: no-repeat;background-position: right bottom;transition: background-size 0.5s;position: relative;}
.cp-box .details .title::after{width: 18px;height: 11px;position: absolute;top:50%;right: 15px;opacity: 0;transform: translateY(-50%);content:' ';background-image: url('../img/icon-1.png');background-repeat: no-repeat;background-position: center center;transition: 0.3s;background-size: 100% 100%;}
.cp-box .details .desc{font-size: 14px;color: #ffffff;padding: 10px 0 10px;}
.cp-box:hover{background-size: 110% auto;}
.cp-box:hover .details .title{background-position: left bottom;background-size: 100% 2px;}
.cp-box:hover .details .title::after{opacity: 1;right: 0;}

.fw-box{background-size: 80px 80px;background-position: center 20px;padding: 110px 0 15px 0;font-size: 18px;border-radius: 5px;color: #000000;font-weight: bold;text-align: center;display: block;background-color: #cbd7fc;background-repeat: no-repeat;transition: 0.3s;}
.fw-box.box1{background-image: url('../img/fw-1.png');}
.fw-box.box1:hover{background-image: url('../img/fw-1-h.png');}
.fw-box.box2{background-image: url('../img/fw-2.png');}
.fw-box.box2:hover{background-image: url('../img/fw-2-h.png');}
.fw-box.box3{background-image: url('../img/fw-3.png');}
.fw-box.box3:hover{background-image: url('../img/fw-3-h.png');}
.fw-box.box4{background-image: url('../img/fw-4.png');}
.fw-box.box4:hover{background-image: url('../img/fw-4-h.png');}
.fw-box.box1,.fw-box.box12{margin-bottom: 12px;}
.fw-box:hover{background-size: 100px 100px;background-position: center 10px;color: #ffffff;background-color: #0130a6;}

.message{padding: 12px 12px;border-radius: 5px;background: linear-gradient(to right, #4cb4fa, #f0bfd5);}
.message .box{padding: 12px 12px;background-color: #d9edfe;}
.forms .items{border: 1px solid #cccccc;display: flex;overflow: hidden;margin-bottom: 12px;background-color: #ffffff;border-radius: 5px;}
.forms .items:last-child{margin-bottom: 0;}
.forms .items.items-btn{border: none;background-color: unset;}
.forms .items>label{height: 40px;line-height: 40px;width: 90px;font-size: 14px;display: inline-block;text-align: right;color: #000000;}
.forms .items>label>span{color:red;}
.forms .items .txts{height: 40px;line-height: 40px;font-size: 14px;border: none;padding: 0;flex: 1;background-color: unset;}
.forms .items .areas{font-size: 14px;border: none;padding: 8px 0;height:120px;flex: 1;resize:none;}
.forms .subs{border-radius: 30px;font-size: 14px;height: 40px;line-height: 40px;padding: 0;font-weight: bold;width: 100%;border: none;background: #0130a6;color: #ffffff;transition: 0.3s;}
.forms .subs:hover{background: linear-gradient(to right, #2aa1ff, #6be0d0);}

.join{padding: 12px;border-radius: 5px;background-image: url('../img/join-bg.jpg');background-repeat: no-repeat;background-position: right center;}
.join .box{width: 100%;background-color: rgb(255, 255, 255, 0.8);border-radius: 5px;}
.joins .swiper-slide{padding: 12px;}
.joins .items{border-bottom: 1px solid #cccccc;display: block;margin-bottom: 12px;padding-bottom: 12px;}
.joins .items .title{font-size: 16px;font-weight: bold;color: #333333;}
.joins .items .title .time{font-size: 12px;float: right;font-weight: normal;color: #666666;margin-left: 10px;}
.joins .items .desc{font-size: 12px;color: #666666;margin-top: 5px;}
.joins .items:hover .title{color: #0130a6;}

.tables-box{white-space: nowrap;overflow: auto;}
.tables{width: 100%;}
.tables th,.tables td{padding: 12px 12px;font-size: 14px;text-align: center;}
.tables th{background-color: #0130a6;color:#ffffff;}
.tables tr:hover th{color:#ffffff;}

@media (min-width:576px){
    
}
@media (min-width:992px){
    .items-box{padding: 60px 0 60px 0;}
    .items-conts{padding: 60px 0 0 0;}
    .items-conts.pad{padding-bottom: 60px;}
    
    .items-title{font-size: 48px;}
    .items-desc{padding: 10px 20px;margin-top: 20px;}
    .items-desc span{padding-left: 25px;font-size: 16px;background-size: auto 14px;}
    
    .navbar-style2{position: absolute;top: 30px;background-color: transparent;}
    .navbar-style2 .navbar-brand>img{max-height: auto;max-width: 130px;padding: 0;}
    .navbar-style2 .nav-item:hover>.dropdown-menu{display: block;}
    .navbar-style2 .nav-item .nav-link{padding: 30px 15px;font-size: 16px;font-weight: bold;}
    .navbar-style2 .nav-item:first-child .nav-link{padding-left: 30px;}
    .navbar-style2 .nav-item:last-child .nav-link{padding-right: 30px;}
    .navbar-style2 .nav-item .nav-link.drop::after{right: 0px;}
    .navbar-style2 .nav-item:hover .nav-link.drop::after{transform: rotate(180deg);}
    .navbar-style2 .nav-item .nav-link .toggle{display: none;}
    .navbar-style2 .nav-item .dropdown-menu{min-width: 152px;padding: 10px 0 0 0;transform: translateX(-29px);}
    .navbar-style2 .nav-item .dropdown-menu li .dropdown-item{background-color: #0130a6;}
    .navbar-style2 .nav-item .dropdown-menu li:first-child .dropdown-item{border-radius: 10px 10px 0 0;padding-top: 30px;}
    .navbar-style2 .nav-item .dropdown-menu li:last-child .dropdown-item{border-radius: 0 0 10px 10px;padding-bottom: 30px;}
    .navbar-style2 .nav-item .dropdown-menu .dropdown-item{padding: 16px 0;border-color: transparent;}
    
    .breadcrumbs a{height: 80px;line-height: 80px;font-size: 16px;}
    
    .banner{padding-top: 0;}
    .home-banner .swiper-pagination-bullet{width:40px;height:6px;border-radius: 4px;}
    
    .about-box .image{border-radius: 10px;}
    .about-box .wel{font-size: 40px;text-align: right;}
    .about-box .desc{font-size: 14px;line-height: 22px;text-align: right;}
    
    .about-nums{margin-top: 60px;border-radius: 10px;}
    .about-nums .items{width:25%;padding: 30px 0;}
    .about-nums .items .nums .txt{font-size: 100px;height: 80px;line-height: 80px;}
    .about-nums .items .nums .dw{font-size: 14px;}
    .about-nums .items .desc{margin-top: 5px;font-size: 14px;}
    
    .ifm{margin-bottom: 0px;}
    .ifm:first-child{margin-bottom: 24px;}
    .ifm .images .title{padding: 15px 10px;font-size: 18px;}
    
    .home-news{padding: 8px 8px;}
    .home-news .title{font-size: 16px;}
    .home-news.bg .title{font-size: 20px;}
    .home-news .desc{font-size: 14px;margin-top: 5px;}
    
    .cases-box{margin-bottom: 24px;}
    .cases-box:first-child{margin-bottom: 24px;}
    .cases-box .images .details{padding: 15px 10px;font-size: 18px;}
    .cases-box .images .details .title{font-size: 24px;}
    .cases-box .images .details .desc{font-size: 16px;}
    
    .supp .items{margin-bottom: 24px;}
    
    .footer{padding: 60px 0 0 0;}
    .footer .title{font-size: 30px;}
    .footer .phone{font-size: 36px;font-family: 'Arial';}
    .footer .email{font-size: 18px;}
    .footer .address{font-size: 18px;}
    .footer .fmenu{margin-top: 20px;}
    .footer .fmenu a{font-size: 16px;margin-right: 20px;}
    .footer .qrcode .items{text-align: right;margin-top: 0;}
    .footer .qrcode .items>span{width: 58px;height: 58px;margin-right: 20px;}
    .footer .bottom{margin-top: 20px;padding: 20px 0;}
    .footer .bottom span,.footer .bottom a{font-size: 14px;padding: 0 6px;}
    
    .f-win{display: block;}
    
    .arc-box .content.top-line{margin-top: 40px;padding-top: 40px;}
    .arc-title{font-size: 30px;}
    .arc-tags{margin-top: 10px;}
    .arc-tags span{margin: 0 5px;font-size: 16px;}
    .prenext{margin-top:40px;padding-top:40px;}
    
    .team-box{margin-bottom: 24px;}
    .team-box .box{padding: 30px 20px;border-radius: 10px;}
    .team-box .images .imgs{max-width: 100%;}
    .team-box .details .title{font-size: 24px;margin-top: 20px;}
    .team-box .details .desc{font-size: 16px;margin-top: 5px;}
    .team-box .details .infos{font-size: 16px;margin-top: 20px;}
    
    .media-list{margin-bottom:60px;}
    .media-list .images img{width: 400px;}
    .media-list .details{padding: 0 0 0 30px;}
    .media-list .title-box{background-color: #f9f9f9;padding: 15px;}
    .media-list .details .title{font-size: 20px;-webkit-line-clamp: 2;}
    .media-list .details .infos{font-size: 16px;margin-top: 20px;-webkit-line-clamp: 3;}
    .media-list .details .ts{font-size: 16px;margin-top: 20px;display: block;}
    
    .list-page{margin-top: 60px;}
    
    .tmenu{padding-bottom: 60px;}
    .tmenu a{font-size: 18px;padding: 12px 30px;margin-right: 24px;}
    
    .cp-box{margin-bottom:0px;height: 100%;background-size: auto 100%;padding-top: 0;border-radius: 10px;}
    .cp-box .details{padding: 0 20px;position: absolute;left: 0;bottom: 0;right: 0;}
    .cp-box .details .title{font-size: 48px;}
    .cp-box .details .title::after{width: 36px;height: 22px;top:50%;right: 15px;opacity: 0;}
    .cp-box .details .desc{font-size: 16px;padding: 10px 0 60px;}
    .cp-box:hover{background-size: auto 110%;}
    
    .fw-box{background-size: 120px 120px;background-position: center 60px;padding: 200px 0 40px 0;font-size: 48px;border-radius: 10px;}
    .fw-box.box1,.fw-box.box12{margin-bottom: 24px;}
    .fw-box:hover{background-size: 140px 140px;background-position: center 50px;}
    
    .message{padding: 35px 30px;border-radius: 10px;}
    .message .box{padding: 30px 220px;}
    .forms .items{margin-bottom: 24px;}
    .forms .items>label{height: 60px;line-height: 60px;font-size: 18px;width: 120px;}
    .forms .items .txts{height: 60px;line-height: 60px;font-size: 18px;}
    .forms .items .areas{font-size: 18px;border: none;padding: 16px 0;}
    .forms .subs{font-size: 24px;height: 60px;line-height: 60px;}
    
    .join{padding: 30px;border-radius: 10px;}
    .join .box{width: 800px;border-radius: 10px;}
    .joins .swiper-slide{padding: 30px;}
    .joins .items{margin-bottom: 30px;padding-bottom: 30px;}
    .joins .items .title{font-size: 18px;}
    .joins .items .title .time{font-size: 14px;margin-left: 20px;}
    .joins .items .desc{font-size: 14px;;margin-top: 10px;}
    
    .tables th,.tables td{padding: 20px 12px;font-size: 16px;}
}
@media (min-width:1200px){
    .navbar-style2 .navbar-brand>img{max-width: 200px;}
    .navbar-style2 .nav-item .nav-link{padding: 30px 20px;font-size: 18px;}
    .navbar-style2 .nav-item:first-child .nav-link{padding-left: 30px;}
    .navbar-style2 .nav-item:last-child .nav-link{padding-right: 30px;}
    .navbar-style2 .nav-item .dropdown-menu{min-width: 170px;}
    
    .about-box .wel{font-size: 60px;}
    .about-box .desc{font-size: 16px;line-height: 24px;}
    
    .home-news{padding: 9px 10px;}
    .home-news .title{font-size: 16px;}
    .home-news.bg .title{font-size: 22px;}
    .home-news .desc{font-size: 14px;margin-top: 5px;}
    
    .media-list .images img{width: 500px;}
    .media-list .title-box{padding: 20px;}
    .media-list .details .title{font-size: 22px;}
    .media-list .details .infos{font-size: 16px;margin-top: 30px;-webkit-line-clamp: 4;}
    .media-list .details .ts{font-size: 18px;margin-top: 30px;}
}
@media (min-width:1400px){
    .container{max-width: 1400px;}
    
    .navbar-style2 .navbar-brand>img{max-width: 275px;}
    .navbar-style2 .nav-item .nav-link{padding: 30px 30px;}
    .navbar-style2 .nav-item:first-child .nav-link{padding-left: 40px;}
    .navbar-style2 .nav-item:last-child .nav-link{padding-right: 40px;}
    .navbar-style2 .nav-item .nav-link.drop::after{right: 10px;}
    .navbar-style2 .nav-item .dropdown-menu{min-width: 190px;}
    
    .about-box .wel{font-size: 80px;}
    .about-box .desc{line-height: 30px;}
    
    .home-news{padding: 12px 12px;}
    .home-news .title{font-size: 18px;}
    .home-news.bg .title{font-size: 24px;}
    .home-news .desc{font-size: 16px;margin-top: 10px;}
    
    .media-list .images img{width: auto;}
    .media-list .details .title{font-size: 24px;}
    .media-list .details .infos{font-size: 18px;}
    
    .join .box{width: 1000px;}
}