@charset "UTF-8";
.main{width:100%;max-width:1680px;margin:0 auto;padding:0 20px;}
/* .main2{width:100%;max-width:1920px;margin:0 auto;padding:0 18%;overflow:hidden;} */
.main2{width:100%;max-width:1320px;margin:0 auto;padding:0 20px ;}
main{overflow:hidden !important;}


/* 
全局css变量定义
--mainColor    // 主色调
--helpColor    // 辅助深色调
--helpColor1   // 辅助浅色调
--bgColor      // 辅助背景色 
*/
:root{
    --mainColor:#ff6a00;
    --helpColor:#333;
    --helpColor1:#888888;
    --bgColor:#f5f5f5;
}

.header-height{height:92px;}
.home-main{width:100%;margin:0 auto;max-width: 1320px;padding:0 20px;}
.anchor{display:block;position: relative;top:-92px;}
@media(max-width:1080px){
    .header-height{height:56px;display:none;}
    .home-main{padding:0 4%;}
    .main{padding:0 4%;}
    .main2{padding:0 4%;}
    .anchor{top:-56px;}
}


/* 顶部导航栏 start */
.header{width: 100%;position:relative;z-index:999;}
.header_top{height: 40px;background-color: var(--bgColor);font-size: 14px;line-height: 40px;color: var(--helpColor1);}
.header_top_left,.header_top_right{height: 40px;}
.header_top_right a{color: var(--helpColor1);margin-left: 34px;position: relative;}
.header_top_right a::after{position: absolute;content: "";width: 1px;height: 20px;background-color: #e0e0e0;top: 0;left: -17px;}
.header_top_right .noLine::after{width: 0 !important;}
.header_top_right .noLine{color: var(--mainColor);}

.phone_nav_btn{display: none;}
.phoneLogo{display: none;}

.header_bottom{width: 100%;height: 92px;background-color: #fff;position: fixed;top:40px;left: 0;z-index:9999999;box-shadow:0 8px 12px rgba(0,0,0,0.02);transition: all 0.3s;-webkit-transition: all 0.3s;}
.header-nav-bar{width: 100%;height: 92px;}

/* 导航菜单 */
/* .header_centre_box,.header_logo{height: 100%;} */
.header_logo {height:100%;overflow:hidden;}
.header_logo a img{width:auto;}
.header_nav{font-size: 16px;}
.header_nav{z-index:2;flex:1;}
.header_nav ul {}
.header_nav ul li {position:relative;cursor:pointer;}
.header_nav ul li > a{display:block;line-height:92px;padding:0 30px;}
.header_nav ul li:hover > a{color:var(--mainColor);}

/* 当前选中导航样式 */
.active > a{color:var(--mainColor) !important;}
.nav:hover >.nav_bar{display: block;}
/* 二级菜单 */
.nav_bar{position: fixed;top: 132px;left: 0;width: 100%;z-index:999999;background-color:#fff;border-top: 1px solid #ededed;height: 103px;display: none;border-bottom: 1px solid #ededed;}
.nav_bar_cont{justify-content: center;height:100%;}
.nav_bar_left{justify-content: flex-start;flex-wrap: wrap;}
.nav_bar_left2{width: 960px;align-items: flex-start;justify-content:flex-start;padding: 0;}/*justify-content: space-around;*/
.nav_bar_item{margin-right: 100px;position: relative;font-size: 16px;color: var(--helpColor);padding: 4px 0;padding-left: 22px;}
.nav_bar_item p{white-space: nowrap;}
.nav_bar_left2 .nav_bar_item{margin: 0px;padding-right:0;margin-left:4%;margin-right:4%;}

.spot::after{position: absolute;content:"";width: 5px;height: 5px;border-radius: 50%;background-color: #999999;left: 0;top: 50%;transform: translateY(-50%);}
.nav_bar_item:hover{color: var(--mainColor);}
.nav_bar_item:hover > .spot::after{background-color: var(--mainColor);}
.nav_bar_right{width: 360px;border-left: 1px solid #ededed;height: 100%;justify-content: space-around;}
.nav_bar_right2{width: 360px;border-right: 1px solid #ededed;height: 100%;justify-content: space-around;}
.nav_bar_right_item{font-size: 14px;color: var(--helpColor);text-align: center;}
.nav_bar_right_item_icon{width: 36px;height: 36px;border-radius: 50%;background-color: #f7ede6;justify-content: center;margin: 0 auto;margin-bottom: 10px;}
.nav_bar_right_item_icon img{width: 18px;height: 18px;}
/*  */
.header_right_icon{width: 42px;height: 42px;border-radius: 50%;border: 2px solid #ffe1cc;justify-content: center;}
.header_right_icon img{width: 50%;}
.header_right_text{margin-left: 12px;}
.header_right_text p{color: var(--helpColor);font-size: 22px;font-weight: bold;line-height: 20px;}
.header_right_text span{color: var(--helpColor1);font-size: 14px;}

.nav-code{position:relative;}
.third-code{position:absolute;bottom:28px;left:50%;margin-left:-50px;width:100px;padding:4px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,0.2);display:none;}
.third-code em{position:absolute;bottom:-6px;left:50%;margin-left:-6px;width:12px;height:12px;background:#fff;transform:rotate(-45deg);}
.nav_bar_right_item:hover p{color: var(--mainColor);}
.nav-code:hover .third-code{display:block;}

.static-nav-box{justify-content: space-around;position:relative;}
.static-nav-box:after{content:"";position:absolute;top:0;left:50%;width:1px;height:100%;background:#eee;}
.static-nav{display: flex;flex-wrap: wrap;justify-content: space-around;}
.nav_bar_left2 .static-nav .nav_bar_item{margin-left:5%;margin-right:5%;width:88px;}

.static-wap-nav{display:none;}
/* 顶部导航栏 end */

/* 尾部导航 start */
footer{width:100%;position:relative;background-color:#333333;}
.footer-top{color: #fff;font-size: 18px;padding-bottom: 60px;border-bottom: 1px solid #484848;display: none;}
.footer-top p{font-weight: bold;}
.link{justify-content: flex-start;margin-top: 30px;}
.link a{margin-right: 30px;font-size: 14px;color: #909090;}
.link a:hover{color: var(--mainColor);}
.footer-main{align-items:flex-start;padding-top: 60px;padding-bottom: 60px;position: relative;}
.footer_line{width:1px;height:190px;}
/* 底部导航菜单 */
.footer-nav-cont{align-items: flex-start;margin-top: 60px;}
.footer-nav{align-items:flex-start;width: 670px;}
.footer-nav ul li:first-child{font-weight:bold;margin-bottom:19px;}
.footer-nav ul li:last-child{margin-bottom:0;}
.footer-nav ul li{margin-bottom:15px;text-align:left;font-size:10px;}
.footer-nav ul li a{color:#909090;font-size: 14px;}
.footer-nav ul li:first-child a{color:#fff;font-size: 18px;font-weight: bold;}
.footer-txt{width:16%;}
.footer-txt p{line-height:30px;}
.footer-nav ul li:hover a{color:var(--mainColor);}

.footer-nav-right{width: 404px;}
.footer-nav-item{width: 108px;text-align: center;font-size: 14px;color: #909090;}
.footer-nav-img{width: 100%;height: 108px;border-radius: 5px;background-color: #fff;justify-content: center;margin-bottom: 15px;}
.footer-nav-img img{width: 85%;}

.footer-top-show{display: block;}

/* 网站版权 */
.footer-record{border-top: 1px solid #484848;text-align: center;font-size: 14px;color: #909090;padding: 40px 0;}
.website-design a{color: #909090;}
.footer-record p{margin-bottom: 8px;}

/* 报价 */
.footer_offer{position:fixed;width:100%;max-width:1320px;padding:0 20px;left: 50%;bottom: 20px;transform: translateX(-50%);z-index:9999;}
.footer_offer2{padding: 40px;background-color: #fff;border-radius: 11px;box-shadow:0 0 15px rgba(0,0,0,0.1);}
.footer_offer_title{position: relative;}
.footer_offer_title p{font-size: 28px;font-weight: bold;color: var(--mainColor);}
.footer_offer_cont{margin-top: 20px;}
.footer_offer_input{width: 380px;background-color: var(--bgColor);padding: 18px;border-radius: 11px;}
.footer_offer_input input{width: 100%;height: 100%;background-color: var(--bgColor);font-size:16px;color:#888;}
.footer_offer_btn{width: 190px;text-align: center;border-radius: 11px;background-color: #333333;padding: 18px;}
.footer_offer_btn2{background-color: var(--mainColor);}
.footer_offer_btn p{font-size: 16px;font-weight: bold;color: #fff;}
.footer_offer_btn2 p{letter-spacing: 8px;}
.footer_offer_hide{position: absolute;width: 27px;height: 27px;border-radius: 50%;background-color: #cccccc;right: -20px;top: -20px;flex-direction: column;justify-content: center;cursor: pointer;}
.footer_offer_hide img{width: 15px;height: 15px;}
/* 尾部 end */

@media (max-width:1520px) {
    .header_nav ul li > a{padding:0 20px;}
    .header_logo a img{height:90px;}
}

@media (max-width:1400px) {
    .header_nav ul li > a{padding:0 16px;}
    .header_right_text p{font-size:18px;}
}

@media (max-width:1280px) {
.header_nav ul li > a{padding:0 10px;}
.nav_bar_item{margin-right: 60px;}
.nav_bar_left .nav_bar_item{font-size:15px;padding-left:16px;}


.footer_offer_input{width: 300px;}
.footer_offer_btn{width: 150px;}

.footer-nav{width: 580px;}

}
@media (max-width:1150px) {
.header_nav ul li > a{padding:0 10px;}

.logo_hide{display: none;}

.header_logo .logo-img02{display:none;}
}

/* 移动端1080 */
    /*移动端导航按钮*/
    .phone_nav_btn{width:24px;height:24px;display:none;position:absolute;right:20px;cursor:auto;top:50%;transform: translateY(-50%);}
    .phone_nav_btn span{width:100%;display:block;background-color:#333;height:2px;opacity:1;border-radius:4px;position:absolute;left:0;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
    .phone_nav_btn .nav_line01{top:3px;}
    .phone_nav_btn .nav_line02{top:50%;transform:translateY(-50%);}
    .phone_nav_btn .nav_line03{bottom:3px;}
    .open .nav_line01{top:11px;left:50%;transform:translateX(-50%) rotate(-45deg);}
    .open .nav_line02{opacity:0;}
    .open .nav_line03{bottom:11px;left:50%;transform:translateX(-50%) rotate(45deg);}

    @media (max-width:1080px){
        .main{padding:0 4%;}
        .main2{padding:0 4%;}
        .header{width: 100%;height: 56px;}
        .header_top{height: 30px;font-size: 12px;line-height: 30px;display:none;}
        .header_top_left,.header_top_right{height: 30px;}
        .header_bottom{width: 100%;height: 56px;top:0;}
        .header-nav-bar{height: 56px;}

        .header_logo .logo-img01{height:80px;width:auto;}

        /*.header_logo a{display: none;}*/
        /*.phoneLogo{display: block !important;}*/
        .header_right_text{display: none;}
        .phone_nav_btn{display: block;}
        .header_right{margin-right: 40px;}
        .nav_bar_right {display: none;}
        .header_right_icon{width: 28px;height: 28px;}

        .header_nav{width:100%;position:fixed;left:0;top:-200%;background-color:rgba(255,255,255,1);height:100vh;z-index:999;transition:all 0.3s;}
        .header_nav > ul {flex-wrap:wrap;align-content:flex-start;padding:0px 4%;}
        .header_nav > ul > li{width:100%;}
        .header_nav > ul > li > a{color:var(--helpColor);padding:0;line-height:45px;}
        .header_nav > ul > li > a::after{background-color:var(--helpColor);left:0;bottom:0;}
        .arrow2,.arrow3{position:absolute;width:50%;height:45px;right:0;top:0;z-index:33;}
        .arrow2::after,.arrow3::after{content:"";position:absolute;border:var(--helpColor) solid;border-width:2px 2px 0 0;width:10px;height:10px;top:50%;right:0;transform:translateY(-50%) rotate(45deg);display:block;transition:all .3s;}
        .arrow2-open::after{transform:translateY(-50%) rotate(135deg);}
        .header_nav ul li:hover > a{color:var(--mainColor);}
        .header_nav ul li:hover > .arrow2::after{border-color:var(--mainColor);}
        /* .header_nav ul .active > a{color:#005dc7;} */
        .header_nav ul .active > a::after{width:0;}
        .nav_bar-right{display:none;}/* 三级导航以另外的盒子显示 */
        /* 二级菜单 */
        .nav_bar{width:100%;height:auto;position:static;transform:translate(0);border: none;}
        /*.nav_bar2{display:block;}*/
        .nav_bar_cont{padding:0 20px;display:block;}
        .nav_bar_left{padding:0;margin:0;border:unset;flex-direction: column;align-items: flex-start;}
        .nav_bar_cont .nav_bar_left li > a{margin-bottom:0;font-size:14px;line-height:40px;color:var(--helpColor);}
        /* 显示二级菜单 */
       /* .header_nav ul li:hover .nav_bar{height:0;}*/
        .autoHeight{height:auto !important;}
        .nav_bar_cont .nav_bar_left .nav_bar_active > a{color:var(--helpColor);}
        .secList-phone{display:block;height: 0;overflow:hidden;transition:all .3s;padding: 0 20px;}
        .secList-phone > ul > li > a{line-height:40px !important;font-size:12px !important;}
        .nav_bar_left{width:100%;}
        .nav_bar_left2 .nav_bar_item{margin: 0px;width:100%;}
        .nav_bar_right2{display:none;}
        .nav:hover >.nav_bar{display:none;}
        
        .firstvessel-nav .nav_bar_item:nth-child(5){display:none;}
        .firstvessel-nav .nav_bar_item:nth-child(6){display:none;}
        .firstvessel-nav .nav_bar_item:nth-child(11){display:none;}
        .firstvessel-nav .nav_bar_item:nth-child(12){display:none;}

        .static-wap-nav{display:flex;}
        .static-nav-box{display:none;}

        .link{flex-wrap: wrap;}
        .footer-top{padding-bottom: 30px;}
        .footer-nav-cont{margin-top: 30px;}
        .footer-main{flex-wrap:wrap;padding:20px;}
        .footer_line{display:none;}
        .footer-logo{width:100%;}
        .footer-logo img{width:185px;margin:0 auto 20px;}
        .footer-nav-cont{flex-wrap: wrap;}
        .footer-nav-right{margin: 0 auto;margin-top: 40px;}
        .footer-nav{flex-wrap:wrap;margin-top: 10px;width: 100%;}
        .footer-nav ul{width:100%;margin-right:0;transition:all ease .5s;max-height:43px;overflow:hidden;}
        .footer-nav ul li{padding:0 2.5%;margin-bottom:0;line-height:30px;cursor:pointer;max-height:0;overflow:hidden;transition:all ease .5s;}
        .footer-nav ul li a{display:block;width:100%;}
        .footer-nav ul li:hover a{text-decoration:none;}
        .footer-nav ul li:first-child{font-size:16px;font-weight:unset;margin-bottom:0px;line-height:42px;border-bottom:rgba(255,255,255,.1) solid 1px;padding:0 10px;max-height:45px !important;position:relative;}
        .footer-nav ul li:first-child a{display:inline;}
        .footer-nav ul li:first-child::after{content:'';display:block;position:absolute;width:8px;height:8px;border:#fff solid;border-width:2px 2px 0 0;top:50%;right:10px;transform:translateY(-50%) rotate(135deg);transition:all ease .3s;}
        .footer-nav ul .footer-arrow::after{transform:translateY(-50%) rotate(-45deg) !important;}
        /* .footer-record p{padding:30px 0;flex-wrap:wrap;} */
    
        /* 底部二维码 */
        .footer_code{width: 100%;display: flex;align-items: center; flex-direction:column;padding-top: 20px;}
        .footer_code img{width: 80px;height: 80px;margin-bottom: 10px;} 

        /* 报价 */
        .footer_offer{display:none;}
        .footer_offer2{padding:20px 4%;background-color: #fff;border-radius: 11px;}
        .footer_offer_title p{font-size: 18px;}
        .footer_offer_cont{margin-top: 20px;flex-wrap: wrap;justify-content: flex-start;}
        .footer_offer_input{width: 100%;background-color: var(--bgColor);padding:12px 18px;border-radius: 8px;margin-bottom: 16px;}
        .footer_offer_input input{width: 100%;height: 100%;background-color: var(--bgColor);font-size:16px;color:#888;}
        .footer_offer_btn{width: 120px;text-align: center;border-radius: 8px;background-color: #333333;padding:12px 18px;margin-right: 20px;}
        .footer_offer_btn2{background-color: var(--mainColor);}
        .footer_offer_btn p{font-size: 16px;font-weight: bold;color: #fff;}
        .footer_offer_btn2 p{letter-spacing: 8px;}
        .footer_offer_hide{right: 0px;top: 0px;}
}
@media(max-width:768px){
    /*.header_logo,.header_logo2{width:120px;}*//* 控制logo大小 */
    .footer-logo img{width:145px;}
    .footer-record p{justify-content:center;}
    .footer-nav ul li{font-size:14px;}
    .footer-record{font-size:14px;}
    .footer-nav-item{width: 90px;}
    .footer-nav-img{height: 90px;}
}
@media (max-width:660px) {
    .header_top .flexbox{justify-content: flex-end;}
    .header_top_right a {margin-left: 18px;}
    .header_top_right a::after{left: -9px;}
    .header_top_left{display: none;}
}
@media(max-width:475px){
    .footer-main{box-sizing:border-box;padding-bottom: 20px;}
}

.side-price-form{width:100%;}
.side-price-form li{display:flex;flex-direction: row;justify-content: space-between;align-items: center;width:100%;margin-bottom:20px;}
.side-price-form li .form-input{width:100%;}
.side-price-form li .form-input input{width:100%;background:#f5f5f5;height:44px;padding:10px 14px;font-size:14px;color:#333;line-height:24px;}
.side-price-form li .form-input.yzm-input{width:64%;}
.side-price-form li .form-yzm{width:calc(36% - 20px);background:#f5f5f5;height:44px;border:#eee solid 1px;display:flex;align-items:center;justify-content: center;}
.side-price-form li .form-yzm img{display:block;width:100%;}
.side-price-form li .form-btn{width:100%;}
.side-price-form li .form-btn{display:block;width:100%;background:#ff6a00;height:44px;color:#fff;font-size:16px;transition: all 0.3s;-webkit-transition: all 0.3s;cursor:pointer;}
.side-price-form li .form-btn:hover{background:#e96100;}

@media(max-width:1080px){
    .side-price-form li{margin-bottom:12px;}
    .side-price-form li .form-input input{height:36px;padding:6px 10px;}
    .side-price-form li .form-yzm{width:calc(36% - 12px);height:36px;}
    .side-price-form li .form-btn{height:36px;font-size:14px;}   
}



/*内页banner*/
.inside-banner{width:100%;background-repeat:no-repeat;background-position:center;background-size: cover;position:relative;transition:all 1s;-webkit-transition:all 1s;}
.inside-banner .banner-txt{position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;display:flex;align-items: center;}
.inside-banner .banner-txt h1{width:100%;margin-top:60px;font-family:'微软雅黑';font-size:48px;line-height:56px;color:#fff;text-align:left;font-weight:bold;}
.inside-banner .banner-txt h2{width:100%;margin-top:60px;font-family:'微软雅黑';font-size:48px;line-height:56px;color:#fff;text-align:left;font-weight:bold;}
.inside-banner .pc-inside-banner{display:block;width:100%;position:relative;}
.inside-banner .wap-inside-banner{display:none;width:100%;position:relative;}
.inside-banner img{display:block;width:100%;}

@media(max-width:1440px){
    .inside-banner .banner-txt h1{font-size:40px;line-height:48px;}
    .inside-banner .banner-txt h2{font-size:40px;line-height:48px;}
}
@media(max-width:1280px){
    .inside-banner .banner-txt h1{font-size:36px;line-height:44px;}
    .inside-banner .banner-txt h2{font-size:36px;line-height:44px;}
}

@media(max-width:1080px){
    .inside-banner .banner-txt h1{font-size:28px;line-height:32px;}
    .inside-banner .banner-txt h2{font-size:28px;line-height:32px;}
}

@media(max-width:768px){
    .inside-banner .pc-inside-banner{display:none;}
    .inside-banner .wap-inside-banner{display:block;}
    .inside-banner .banner-txt h1{font-size:20px;line-height:28px;margin-top:40px;}
    .inside-banner .banner-txt h2{font-size:20px;line-height:28px;margin-top:40px;}
}

/*内页导航*/
.inside-nav{width:100%;padding:0 20px;position:relative;background:#fff;margin-top:-44px;box-shadow:0 2px 12px rgba(214,214,214,0.5);}
.inside-nav ul{text-align:center;}
.inside-nav li{display:inline-block;width:auto;}
.inside-nav a{display:block;width:100%;padding:0 40px;}
.inside-nav a h6{font-size:18px;color:#333;line-height:88px;text-align:center;font-family:"微软雅黑";font-weight:bold;transition: all 0.2s;-webkit-transition: all 0.2s;position:relative;}
.inside-nav a h6:after{content:"";position:absolute;bottom:0;width:0;left:50%;height:2px;background:#ff6a00;transition:all 0.3s;-webkit-transition:all 0.3s;}
.inside-nav li.active a h6{color:#ff6a00;}
.inside-nav li.active a h6:after{width:100%;left:0;}
.inside-nav li:hover a h6{color:#ff6a00;}
.inside-nav li:hover a h6:after{width:100%;left:0;}

.inside-nav .swiper-button-next,.inside-nav .swiper-button-prev{width:20px;height:100%;margin-top:0;z-index:9;transition:all 0.3s;-webkit-transition:all 0.3s;opacity:1;left:10px;top:0;display:flex;align-items: center;background-image: linear-gradient(to right, rgb(255,255,255), rgba(255,255,255,0.5));justify-content:flex-start;display:none;}
.inside-nav .swiper-button-next i,.inside-nav .swiper-button-prev i{position:absolute;top:0;left:0;width:100%;height:100%;background-image: url(../img/about/icon-next01.png);background-repeat:no-repeat;background-size:8px;background-position:right center;opacity: 0.6}
.inside-nav .swiper-button-prev i{background-image: url(../img/about/icon-prev01.png);background-position:left center;}
.inside-nav .swiper-button-next {left:auto;right:10px;background-image: linear-gradient(to left, rgb(255,255,255), rgba(255,255,255,.5));justify-content:flex-end;}
.inside-nav .swiper-button-prev.swiper-button-disabled {opacity:0;}
.inside-nav .swiper-button-next.swiper-button-disabled {opacity:0;}

.inside-nav-height.scroll{position:fixed;top:0px;z-index:20;box-shadow:0 2px 12px rgba(0,0,0,0.1);}
.inside-nav-height.scroll .location{display:none;}

@media(max-width:1280px){
    .inside-nav a{padding:0 30px;}
}

@media(max-width:1080px){
    .inside-nav{margin-top:-24px;}
    .inside-nav a{padding:0 20px;}
    .inside-nav a h6{font-size:16px;line-height:48px;}
    .inside-nav .swiper-button-next,.inside-nav .swiper-button-prev{display:block;}
    /*.inside-nav .swiper-button-prev {left:-12px;}
    .inside-nav .swiper-button-next {right:-12px;}*/
}
@media(max-width:768px){
    .inside-nav a{padding:0;}
    .inside-nav a h6{font-size:14px;line-height:48px;padding:0;margin-right:20px;}
    .inside-nav li:last-child a h6{margin-right:0;}
}



.about-title{width:100%;padding:70px 0 40px;}
.about-title h1{width:100%;font-size:36px;color:#333;line-height:56px;text-align:center;font-family:"微软雅黑";font-weight:bold;}
.about-title h2{width:100%;font-size:36px;color:#333;line-height:56px;text-align:center;font-family:"微软雅黑";font-weight:bold;}
.about-title p{width:100%;font-size:16px;color:#888;line-height:32px;text-align:center;font-family:"微软雅黑";}

.about-content{width:100%;padding-bottom:72px;}

@media(max-width:1280px){
    .about-title{padding:48px 0 20px;}
    .about-title h1{font-size:32px;line-height:48px;}
    .about-title h2{font-size:32px;line-height:48px;}
    .about-title p{font-size:14px;line-height:28px;}

    .about-content{padding-bottom:60px;}
}

@media(max-width:1080px){
    .about-title{padding:40px 0 20px;}
    .about-title h1{font-size:24px;line-height:40px;}
    .about-title h2{font-size:24px;line-height:40px;}
    .about-title p{font-size:14px;line-height:20px;}

    .about-content{padding-bottom:40px;}
}

@media(max-width:769px){
    .about-title{padding:40px 0 16px;}
    .about-title h1{font-size:20px;line-height:32px;}
    .about-title h2{font-size:20px;line-height:32px;}
    .about-title p{font-size:12px;line-height:20px;}
}

/*编辑器*/
.editor{font-size:16px;color:#333;line-height:36px;font-family:'微软雅黑';}
.editor a{font-size:16px;color:#333;line-height:36px;font-family:'微软雅黑';}
.editor h6{font-weight:bold;margin-top:20px;margin-bottom:10px;font-size:18px;color:#333;line-height:36px;font-family:'微软雅黑';}
.editor p{line-height:inherit;margin-bottom:16px;}
.editor img{max-width:100%;}
.editor strong{font-weight:bold;}
.editor em{font-style:italic;}
.editor ul,.editor li{list-style:unset;font-size:16px;color:#333;line-height:36px;font-family:'微软雅黑';}
.editor ul{padding-left:36px;}
.editor li::marker{text-indent:36px!important;}

@media(max-width:1440px){
    .editor{font-size:16px;line-height:32px;}
    .editor a{font-size:16px;line-height:32px;}
    .editor p{margin-bottom:12px;}
    .editor h6{font-size:16px;line-height:32px;}
    .editor ul,.editor li{font-size:16px;line-height:32px;}
    .editor ul{padding-left:32px;}
    .editor li::marker{text-indent:32px!important;}
}

@media(max-width:1080px){
    .editor{font-size:14px;line-height:28px;}
    .editor a{font-size:14px;line-height:28px;}
    .editor p{margin-bottom:10px;}
    .editor h6{margin-top:12px;margin-bottom:6px;font-size:14px;line-height:28px;}
    .editor ul,.editor li{font-size:14px;line-height:28px;}
    .editor ul{padding-left:28px;}
    .editor li::marker{text-indent:28px!important;}
}


/*面包屑导航*/
.location{width:100%;}
.location .home span{float:left;margin-left:16px;margin-right:16px;margin-top:22px;width:8px;height:14px;background:url(../img/about/icon-next01.png) no-repeat center;background-size:6px;opacity:0.5;}
.location .home a{float:left;line-height:56px;font-size:16px;color:#888;font-family:'微软雅黑';}
.location .home a:hover{color:#ff6a00;}
.location .home strong{float:left;line-height:56px;font-size:16px;color:#888;font-family:'微软雅黑';font-weight:normal;}

@media (max-width:1080px){
    .location{display:none;}
}

/*分页*/
.list-more{width:100%;margin-top:20px;display:none;}
.list-more a{display:block;width:120px;height:36px;margin:0 auto;background:#f2f2f2;border-radius:8px;font-size:12px;color:#888;text-align:center;line-height:36px;transition: all 0.6s;-webkit-transition: all 0.6s;}
.list-more a:hover{background:#ff6a00;color:#fff;transition: all 0.6s;-webkit-transition: all 0.6s;}

.page01 { text-align:center; width:100%;margin-top:30px;}
.page01 a{display:inline-block;zoom:1;*display:inline;padding:0 16px;height:40px;line-height:40px;margin-left:4px; margin-right:4px;color:#999;font-size: 12px;cursor: pointer; text-align:center;}
.page01 .current{ color:#fff;background:#ff6a00; }
.page01 a:hover{color:#fff;background: #ff6a00; }
.page01 input{display:inline-block;zoom:1;*display:inline;width:48px;padding:0 8px;height:40px;border:none;background:#f3f3f3;}
.page01 input.go{background-color:#ff6a00;color:#fff;}
.page02 { float:left;width:100%; height:45px; line-height:45px; text-align:center;color:#333; font-size:16px; background:#f8f8f8; margin-top:20px; display:none;}

@media (max-width:991px){
    .list-more{display:block;}
    .page01{display:none;}
}

.empty{width:100%;padding:80px 0;display:none;}
.empty img{display:block;max-width: 100%;margin:0 auto;}
.empty p{font-size:12px;color:#999;line-height:40px;text-align:center;}



.inside-content{width:100%;margin-bottom:160px;}
.inside-left{float:left;width:71.875%;}
.inside-right{float:right;width:25%;}
.news-list-content{width:100%;background:#fff;padding:0 40px;margin-top:40px;}

@media(max-width:1280px){
    .inside-content{margin-bottom:120px;}
}

@media(max-width:1080px){
    .inside-content{margin-bottom:80px;margin-top:40px;}
    .news-list-content{padding:0 20px;margin-top:0px;}
    .news-det-recom{margin-top:40px;}
}

@media(max-width:769px){
    .inside-content{margin-bottom:60px;}
    .inside-left{width:100%;}
    .inside-right{width:100%;margin-top:40px;}
}


.news-nav{width:100%;padding:36px 0;position:relative;}
.news-nav li{display:inline-block;width:auto;margin-right:80px;}
.news-nav a{display:block;width:100%;}
.news-nav a h6{font-size:18px;color:#333;line-height:24px;padding-bottom:20px;text-align:center;font-family:"微软雅黑";font-weight:bold;transition: all 0.2s;-webkit-transition: all 0.2s;position:relative;}
.news-nav a h6:after{content:"";position:absolute;bottom:0;width:0;left:50%;height:2px;background:#ff6a00;transition:all 0.3s;-webkit-transition:all 0.3s;}
.news-nav li.active a h6{color:#ff6a00;}
.news-nav li.active a h6:after{width:100%;left:0;}
.news-nav li:hover a h6{color:#ff6a00;}
.news-nav li:hover a h6:after{width:100%;left:0;}

.news-nav .swiper-button-next,.news-nav .swiper-button-prev{width:20px;height:100%;margin-top:0;z-index:9;transition:all 0.3s;-webkit-transition:all 0.3s;opacity:1;left:10px;top:0;display:flex;align-items: center;background-image: linear-gradient(to right, rgb(255,255,255), rgba(255,255,255,0.5));justify-content:flex-start;display:none;}
.news-nav .swiper-button-next i,.news-nav .swiper-button-prev i{position:absolute;top:0;left:0;width:100%;height:100%;background-image: url(../img/about/icon-next01.png);background-repeat:no-repeat;background-size:8px;background-position:right center;opacity: 0.6}
.news-nav .swiper-button-prev i{background-image: url(../img/about/icon-prev01.png);background-position:left center;}
.news-nav .swiper-button-next {left:auto;right:10px;background-image: linear-gradient(to left, rgb(255,255,255), rgba(255,255,255,.5));justify-content:flex-end;}
.news-nav .swiper-button-prev.swiper-button-disabled {opacity:0;}
.news-nav .swiper-button-next.swiper-button-disabled {opacity:0;}

@media(max-width:1280px){
    .news-nav li{margin-right:60px;}
}

@media(max-width:1080px){
    .news-nav{padding:20px 0;}
    .news-nav li{margin-right:40px;}
    .news-nav a h6{font-size:16px;padding-bottom:12px;}
    .news-nav .swiper-button-next,.news-nav .swiper-button-prev{display:block;}
}
@media(max-width:768px){
    .news-nav li{margin-right:20px;}
    .news-nav a h6{font-size:14px;padding-bottom:8px;}
}
