@charset "utf-8";


.jy_fixed_btn{
    position: fixed;
    right: 0;
    top: 33%;
}
.jy_fixed_btn .item{
    background: #e54451;
    width: 44px;
    height: 44px;
    border-radius: 4px 0 0 4px;
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition:all .3s;
}
.jy_fixed_btn .item span{
    display: none;
}
.jy_fixed_btn .item img{
    width: 30px;
}
.jy_fixed_btn .item:hover{
    background: #cb2b38;
}

.jy_fixed_btn .item.item_mb_show{
    display: none;
}

.jy_layer_weixin{
    background: #fff!important;
}
.jy_layer_weixin .txt{
    font-size:14px;
    text-align: center;
    height: 40px;
    line-height: 1;
}
.jy_layer_dianhua{
    background: #fff;
    padding:0 20px;
}
.jy_layer_dianhua .txt{
    height: 80px;
    line-height: 80px;
    font-size:30px;
    text-align: center;
    color:#333;
    display: flex;
    align-items: center;
    justify-content:center;
}
.jy_layer_dianhua .txt img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.jy_layer_dianhua .txt span{
    font-weight: bold;
}


body{
    overflow-x: hidden;
}
#header{
    transition:all .3s;
}
.header_wrap{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
    transition:all .6s;
    background:#fff;
    box-shadow: 0 5px 12px rgba(0,0,0,.05);
}

.header_flex{
    height:80px;
    align-items: center;
    justify-content: space-between;
}
.logo{
    height:28px;
    transition:all .3s;
    margin-right: 60px;
}
.logo img{
    height: 100%;
    width: auto;
    transition:all .3s;
}
.weixin_code{
    line-height: 80px;
    font-size: 14px;
}

.nav_pc{
    
}
.nav_pc ul{
    
}
.nav_pc li{
    display: inline-block;
    position: relative;
    margin:0 23px;
}
.nav_pc li>a{
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    font-weight: bold;
    transition:all .3s;
    z-index: 2;
    line-height:40px;
    color:#333;
}
.nav_pc li>a:after{
    height: 2px;
    background: var(--theme-color);
    content:'';
    display: block;
    width: 0;
}
.nav_pc li.cur a:after{
    width: 100%;
}
.nav_pc li.cur>a,.nav_pc li a:hover{
   color:var(--theme-color);
}
.nav_pc li .sub_nav{
    position: absolute;
    left: -100%;
    width: 300%;
    background:#fff;
    transition: all .3s;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 3px 15px rgba(0,0,0,.15);
    padding: 10px;
}
.nav_pc li:hover .sub_nav{
    top:40px;
    opacity: 1;
    visibility: visible;
}
.nav_pc li .sub_nav a{
    display: block;
    text-align: center;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:6px 12px;
    border-bottom:1px solid rgba(255,255,255,.1);
}
.nav_pc li .sub_nav a:last-child{
    border-bottom: none;
}
.nav_pc li .sub_nav a:hover{
    font-weight: bold;
    background:var(--theme-color);
    color:#fff;
}
.navbar_on{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header_flex .tel{
    color:#333;
    font-size:16px;
    font-family: Impact;
    align-items: center;
}
.header_flex .tel i{
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: var(--theme-color);
    text-align: center;
    line-height: 30px;
    color:#fff;
    margin-right: 10px;
}
.header_flex .tel span{
    font-size:24px;
    color:#000;
}
.header_flex .btns{
    margin-left: 45px;
}
.header_flex .btns a{
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size:14px;
}
.fixed_search{
    background: #ececec;
    left: 0;
    position: fixed;
    right: 0;
    top:-50%;
    z-index: 99999999;
    height: 50%;
    transition:all .3s;
}
.fixed_search_on{
    top: 0;
}
.fixed_search form{
    left: 10%;
    position: absolute;
    right: 10%;
    top: 42%;
    z-index: 99999999;
}
.fixed_search .key{
    width: 100%;
    height: 100px;
    background: transparent;
    padding: 20px;
    font-size: 35px;
    line-height: 60px;
    border-bottom: 2px solid #333;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}
.fixed_search .btn{
    position: absolute;
    right: 0;
    top: 20px;
    border:none;
    background: none;
    outline: none;
}
.fixed_search .btn i{
    font-size:30px;
    
}
.fixed_search .close{
    position: absolute;
    right: 70px;
    top:70px;
    opacity: 1;
    border:2px solid #666;
    padding: 12px;
    border-radius: 50%;
}
.fixed_search .close i{
    font-size:18px;
    color:#666;
}

.phone_top_nav{
    display: none;
}
.phone_top_nav .sub_nav_phone{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav_phone a{
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}
.phone_menu_btn{
    font-size: 16px;
    color: #fff;
    display: none;
}
.phone_menu_btn .line{
    position: relative;
    display: block;
    width:19px;
    height: 2px;
    margin: 4px 0;
    background:var(--theme-color);
    -webkit-transition: .3s;
    transition: .3s;
}
.phone_menu_btn span{
    position: absolute;
    left: 32px;
    top: 2px;
}
.phone_top_nav{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 100%;
    border-top:1px solid #ccc;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 70px 30px 30px;
    transition: .5s;
    transform: translateY(-100%);
}
.phone_top_nav li>a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #5a5657;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.phone_top_nav .sub_nav{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav a{
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}
.header_active .line:nth-of-type(1){
    -webkit-transform: translateY(5.5px) rotate(-45deg);
    -ms-transform: translateY(5.5px) rotate(-45deg);
    transform: translateY(5.5px) rotate(-45deg);
}
.header_active .line:nth-of-type(2){
    opacity:0;
}
.header_active .line:nth-of-type(3){
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg);
}
.header_active .phone_top_nav{
    transform: translateY(0);
}
.header_on.header_wrap{
    position: fixed;
    
}

/* banner */
.banner{
    position: relative;
    z-index: 1;
}
.banner .item{
    position: relative;
}
.banner .item a{
    display: block;
}
.banner .item .con{
    position: absolute;
    top: 50%;
    width:32%;
    transform:translateY(-50%);
    color:#333;
}
.banner .item .con h4{
    font-size:48px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 25px;
}
.banner .item .con span{
    font-size:22px;
}
.banner .item .con p{
    font-size:16px;
    font-weight:normal;
}

.banner .item .con a{
    width: 205px;
    height: 53px;
    line-height: 53px;
    margin-top: 70px;
}
.banner .item .img img{
    width:100%;
}
.banner .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.banner .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.banner .slick-dots{
    position: absolute;
    bottom: 20px;
    width:100%;
    text-align: center;
    left:0;
}
.banner .slick-dots li{
    margin:0 6px;
    width: 9px;
    height: 9px;
}
.banner .slick-dots li button{
    width: 9px;
    height: 9px;
    border:1px solid var(--theme-color);
    border-radius: 0;
}
.banner .slick-dots li button:before{
    display: none;
}
.banner .slick-dots li.slick-active button{
    background: var(--theme-color);
}
.banner .slick-dots li{
    
}


/* btn */

.btn_style a{
    display: block;
    background: var(--theme-color);
    color:#fff;
    font-size:16px;
    text-align: center;
    border-radius: 3px;
}
.btn_style a:hover{
    background: var(--secondary-color);
}

/*首页css__start*/


/*公用头部*/





/* phone_fixed_menu */

.phone_fixed_menu{
    border-top: 1px solid #E5E9F2;
    width: 100%;
    height: 55px;
    background: #fff;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    display: none;
}
.phone_fixed_menu ul li{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    line-height: 1.2;
}
.phone_fixed_menu ul li a{
    display: block;
}
.phone_fixed_menu ul li i{
    font-size:20px;
    color:#333;
}
.phone_fixed_menu ul li p{
    color:#333;
    font-size:14px;
}



/*首页css__end*/


/*内页*/

.page_tit{
    padding: 15px 0 60px;
}
.page_tit .pos{
    font-size:14px;
    color:#999;
}
.page_tit .pos i{
    padding-right: 6px;
}
.page_tit .pos a{
    color:#999;
}
.page_tit .pos a:hover{
    color:var(--theme-color);
}
.ibanner{
    background: url(../images/ibanner.jpg) no-repeat center;
    position: relative;
}
.ibanner .pos{
    position: absolute;
    bottom:15px;
    color:#ccc;
    font-size:14px;
}
.ibanner .pos a{
    color:#ccc;
}


/* 内页分类 */



.page_about_1 h4{
    font-size:36px;
    font-weight: bold;
    color:#333;
    margin-bottom: 20px;
}
.page_about_1 h4:after{
    content:'';
    width: 50px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    margin-top: 10px;
}
.page_about_1 .con .img img{
    padding:0 0 15px 10px;
}
.page_about_1 .con p{
    margin-bottom: 15px;
    font-size:16px;
    line-height: 2;
}

/* page_about_2 */

.page_about_2 ul{
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 60px;
}
.page_about_2 li{
    display: flex;
    align-items: center;
}
.page_about_2 li .ico{
    width: 85px;
    height: 85px;
    border:1px solid rgba(10,92,166,.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_about_2 li .ico i{
    font-size:42px;
    color:var(--theme-color);
}
.page_about_2 li .con{
    padding-left: 20px;
}
.page_about_2 li .con h4{
    font-size:24px;
    color:#333;
    font-weight: bold;
    font-family: Arial;
}
.page_about_2 li .con h4 span{
    font-size:16px;
    margin-left: 3px;
}


.page_about_3{
    background: #f2f3f5;
    padding:60px 0;
}
.page_about_3 ul{
    margin:50px -15px 0;
}
.page_about_3 ul li{
    background: #fff;
    flex:1;
    margin:0 15px;
    
    padding:40px 0 60px;
    transition:all .3s;
    border-radius: 3px;
}
.page_about_3 ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page_about_3 ul li .img{
    display: flex;
}
.page_about_3 ul li .img .img2{
    display:none;
}
.page_about_3 ul li .con{
    font-size:18px;
    color:#333;
    margin-top: 30px;
}
.page_about_3 ul li:hover{
    background: var(--theme-color);
}
.page_about_3 ul li:hover .img .img1{
    display: none;
}
.page_about_3 ul li:hover .img .img2{
    display: flex;
}
.page_about_3 ul li:hover .con{
    color:#fff;
}

.page_about_3 .tips{
    background: #e5e5e5;
    margin-top:20px;
    padding: 10px;
}
.page_about_3 .tips a{
    display: inline-block;
    margin-right: 30px;
}


.tit_box1 h4{
    font-size:36px;
    color:#333;
    font-weight: bold;
    text-align: center;
}
.tit_box1 h4:after{
    content:'';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--theme-color);
    margin:12px auto 0;
}



/* page_cases */

.page_cases{
    
}
.page_cases .item{
    border: solid 1px #eeeeee;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.page_cases .item .item_img{
    width: 280px;
    height: 240px;
    
}
.page_cases .item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_cases .item .item_con{
    display: flex;
    flex:1;
    min-width: 0;
    align-items: center;
}
.page_cases .item .item_con .time{
    width: 190px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.page_cases .item .item_con .time h4{
    color: #666;
    font-size:48px;
    font-weight: bold;
    position: relative;
}
.page_cases .item .item_con .time h4:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -11px;
    width:22px;
    height: 3px;
    background-color:var(--theme-color);
}
.page_cases .item .item_con .time p{
    font-size:14px;
    color:#666;
    margin-top: 15px;
}
.page_cases .item .item_con .con{
    flex:1;
    min-width: 0;
}
.page_cases .item .item_con .con h4{
    font-size:24px;
    color:#444;
    font-weight: bold;
}
.page_cases .item .item_con .con p{
    font-size:14px;
    color:#666;
    margin-top: 15px;
}
.page_cases .item .item_con .more{
    width: 130px;
    height: 40px;
    border-radius: 100px;
    background: var(--theme-color);
    text-align: center;
    line-height: 40px;
    color:#fff;
    margin:0 50px;
}
.page_cases .item:hover{
    border-color: var(--theme-color);
}
.page_cases .item:hover .item_con .con h4{
    color:var(--theme-color);
}

/* page_case_detail */

.page_case_detail{
    width: 760px;
    padding-bottom:80px;
    margin-right: 48px;
}
.page_case_detail .tit h1{
    font-size:36px;
    font-weight: bold;
    color:#333;
}
.page_case_detail .tit p{
    padding:20px 0 30px;
    border-bottom: 1px solid #eee;
    color:#999;
}
.page_case_detail .tit p span{
    margin:0 40px 0 0;
}
.page_case_detail .tit p span i{
    margin-right: 5px;
}
.page_case_detail .con{
    font-size:16px;
    padding-top:20px;
}
.page_case_detail .con p{
    word-break: break-all;
    text-align: justify!important;
}
.page_case_detail .con img{
    display: block;
    margin:auto;
}


/* hot_cases */

.hot_cases{
    flex:1;
    padding-left:48px;
    border-left: 1px solid #eee;
}
.hot_cases .hot_cases_tit{
    font-size:24px;
    font-weight: bold;
    color:var(--theme-color);
}

.hot_cases .list .item{
    border-bottom: 1px solid #eee;
    display: block;
    padding:20px 0 25px;
}
.hot_cases .list .item .tit{
    font-size:18px;
    color:#555;
}
.hot_cases .list .item .time{
    font-size:16px;
    color:#999;
    margin-top: 5px;
}

/* page_news_wrap */

.page_news_wrap{
    background-color: #f3f3f3;
    padding: 0 0 50px;
}

.page_news{
    display: flex;
    flex-wrap: wrap;
    margin:-30px -10px 0;
}
.page_news .item{
    width: 33.333%;
    padding:10px;
}
.page_news .item a{
    display: block;
    background: #fff;
}
.page_news .item .img img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.page_news .item .item_con{
    padding:23px 20px 30px;
}
.page_news .item .item_con .column{
    height: 23px;
    line-height: 21px;
    border:1px solid #d2d2d2;
    color:#444;
    display: inline-block;
    padding:0 10px;
}
.page_news .item .item_con .tit{
    font-size:18px;
    color:#444;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
    height: 54px;
}
.page_news .item .item_con .time{
    font-size:14px;
    color:#999;
    margin-top: 7px;
}
.page_news .item a:hover{
    background: var(--theme-color);
}
.page_news .item a:hover .item_con .column{
    background: #fff;
    border-color: #fff;
    color:var(--theme-color);
}
.page_news .item a:hover .item_con .tit{
    color:#fff;
}
.page_news .item a:hover .item_con .time{
    color:rgba(255,255,255,.7);
}


/* page_news_detail_wrap */

.page_news_detail_wrap{
    display: flex;
}
.page_news_detail img{
    margin:auto!important;
}
.hot_news{
    flex:1;
    padding-right: 48px;
    border-right: 1px solid #eee;
    padding-bottom: 50px;
}
.hot_news .item{
    padding-bottom: 30px;
}
.hot_news .item .num{
    width: 20px;
    height: 20px;
    background: #999;
    font-size:14px;
    text-align: center;
    line-height: 20px;
    color:#fff;
    margin: 5px 10px 0 0;
}
.hot_news .item:nth-child(-n+3) .num{
    background: var(--theme-color);
}
.hot_news .item .con{
    flex:1;
}
.hot_news .item .con h4{
    font-size:16px;
    color:#333;
    line-height: 1.7;
}
.hot_news .item .con h4:hover{
    color:var(--theme-color);
}
.hot_news .item .con p{
    font-size:14px;
    color:#888;
    margin-top: 5px;
}
.page_news_detail{
    width: 760px;
    margin-left: 48px;
    padding-bottom: 50px;
}
.page_news_detail .tit{
    text-align: center;
}
.page_news_detail .tit h1{
    font-size:30px;
    font-weight: bold;
    color:#333;
}
.page_news_detail .tit p{
    padding:15px 0 10px;
    border-bottom: 1px solid #eee;
}
.page_news_detail .tit p span{
    margin:0 15px;
    color:#999;
}
.page_news_detail .tit p span i{
    margin-right: 10px;
}
.page_news_detail .con{
    padding:30px 0 0;
    text-align: justify;
}




/* page_contact */


.page_contact{
    padding-bottom:50px;
}
.page_contact .tit{
    text-align: center;
}
.page_contact .tit h4{
    font-size:36px;
    font-weight: bold;
    color:#333;
}
.page_contact .tit p{
    font-size:16px;
    color:#666;
    margin-top: 15px;
}
.page_contact .map{
    margin:20px 0 30px;
}

.page_contact .list{
    display: flex;
    flex-wrap: wrap;
    margin:0 -23px;
}
.page_contact .list .item_wrap{
    width: 33.333%;
    padding:23px;
}
.page_contact .list .item{
    background: #fff;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    padding:40px;
}
.page_contact .list .item h4{
    font-size:22px;
    color:#333;
    padding-bottom: 20px;
}
.page_contact .list .item h4 span{
    font-size:16px;
}
.page_contact .list .item h4:after{
    width: 40px;
    height: 3px;
    background: var(--theme-color);
    content:'';
    display: block;
    margin-top: 18px;
}
.page_contact .list .item p{
    color:#333;
    overflow: hidden;
    padding:8px 0;
    line-height: 1.4;
}
.page_contact .list .item p i{
    float: left;
    color:#999;
    margin-right: 10px;
}



/* fzlc */

.q-a{width: 100%;padding-top:88px;padding-bottom:92px; position: relative;background-image: url('../images/b22.jpg');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.q-b{margin: 0 auto;}
.q-cont{width: 100%;background-color: #ffffff;}
.q-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.q-right{float: right;}

.q-c{width: 100%;height: 250px;}
.q-nav{width: 100%;height:48px;cursor: pointer;}
.q-d{width: 100%;line-height:48px;text-align: center;color:rgba(255,255,255,.7);}
.q-nav.active .q-d{color: #fff;font-weight: bold;}
.q-prev{margin-top: 0; top:20px;left: 0;width: 100%;height: 10px;background-image: url('../images/a34.png');background-size: auto 10px;background-position: center center;background-repeat: no-repeat;}
.q-next{transform: rotate(-180deg); margin-top: 0; top: auto;bottom:20px; left: 0;width: 100%;height: 10px;background-image: url('../images/a34.png');background-size: auto 10px;background-position: center center;background-repeat: no-repeat;}


.q-left{float: left;width: 200px;margin-right:30px;padding:50px 0; position: relative;background-color:var(--theme-color);}
.q-e{display: inline-block;vertical-align: top;width: 270px;margin-bottom: 50px;text-align:right;}
.q-list{width: 100%;}
.q-year{display: none; color:var(--theme-color);font-weight: bold;font-size:60px;line-height:1.2;font-family:Arial;}
.q-year.show{display: block;}
.q-titles{color: #1a1b1c;font-size:24px;}

.q-f{display: inline-block;vertical-align: top;width:615px;padding-right:68px;position: relative;}
.q-g{width: 100%;height:350px;min-height: 300px;}
.q-item{width: 100%;height: auto;padding: 20px 40px ;} 
.q-item:last-child{margin-bottom: 200px;}
.q-textbox{color: #555555;line-height: 2.25;font-size:16px;}
.q-textbox *{line-height: inherit;}

.q-item.active{background-color: #f4f4f4;}
.q-scrollbar{position: absolute;top: 0;right: 0;width:5px;height: 100%;background-color: #f4f4f4;}
.q-scrollbar .swiper-scrollbar-drag{background-color:var(--theme-color);}

.q-cont{
    padding:40px;
}



.innerBgfff{
    background: #fff;
    overflow: hidden;
}

.page_banner{
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.page_banner .img img{
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.page_banner .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    background:url("../images/banner_bg.png") no-repeat left center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5vw;
    padding-bottom: 40px;
    background-size: 100% 100%;
}
.page_banner .con p{
    font-size:16px;
    color:#666;
    text-transform: uppercase;
}
.page_banner .con h4{
    font-size:42px;
    color:var(--theme-color);
    font-weight: bold;
    line-height: 1.3;
}


.page_menu{
    background:#f3f3f3;
    height: 60px;
}
.page_menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_menu ul li a{
    display: block;
    line-height: 60px;
    padding: 0 60px;
    font-size:18px;
    font-size:16px;
    color:#333;
}
.page_menu ul li.cur a,.page_menu ul li:hover a{
    background:var(--theme-color);
    color:#fff;
}

/* product_table */

.product_table{
    padding-bottom: 100px;
    max-width: 90%;
    margin:auto;
    
}
.product_table .table_item{
    display: none;
}
.product_table .table_item:first-child{
    display: block;
}
.product_table .table_item table {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    border: solid #eee;
    border-width: 0 0px 0px 1px;
    width: auto!important;
    height:auto!important;
    
}
.product_table .table_item tr:first-child td{
    padding:20px 0;
}
.product_table .table_item tr:first-child td,.product_table .table_item tr:nth-child(2) td{
    width: auto !important;
    height: auto !important;
    overflow-x: auto;
    border: solid #3b7db8;
    border-width: 1px 0px 0px 1px;
    background: var(--theme-color);
    color:#fff;
}
.product_table .table_item tr td select{
    color:#fff;
    display: block;
    margin:auto;
    background: transparent;
    border:1px solid rgba(255,255,255,.5);
    margin-top:15px;
}
.product_table .table_item tr td select option{
    color:#333;
}
.product_table .table_item td{
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    border:1px solid #ddd;
    word-break: normal!important;
}
.product_table .table_item td a:hover{
    text-decoration: underline;
}
.product_table .table_item td img{
    width: 100px;
    max-width: 100px!important;
    height: 100px;
    margin: auto;
}
.product_table .table_item tr td:first-child{
    left: 0;
    position: sticky;
    z-index: 38;
    background: #fff;
}
.product_table .table_item tr:nth-child(-n+2) td{
    background: var(--theme-color);
}

@media screen and ( max-width: 1670px){
    .product_table .table_item table{
        display: block;
    }
}


/* ppd_scroll */


.page_product_details_top{
    display: flex;
}
.ppd_scroll{
    width: 375px;
    height: 375px;
    border:1px solid #eee;
    
    overflow: hidden;
}
.ppd_scroll .img img{
    padding:30px;
}
#panel1_scroll{
    position: relative;
    height: 100%;
}
#panel1_scroll .swiper-button-next,#panel1_scroll .swiper-button-prev{
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.5);
    
}
#panel1_scroll .swiper-button-next:after, #panel1_scroll .swiper-button-prev:after{
    font-size:20px;
    color:#fff;
}


.ppd_content{
    flex:1;
    min-width: 0;
    padding-left: 45px;
}
.ppd_content .tit{
    font-size:36px;
    font-weight: bold;
    color:#333;
    border-bottom: 1px solid #eee;
}
.ppd_content .desc{
    font-size:14px;
    color:#666;
    margin:30px 0;
    height: 180px;
}
.ppd_content .btns{
    display: flex;
}
.ppd_content .btns a{
    display: block;
    width: 200px;
    height: 53px;
    border-radius: 100px;
    line-height: 53px;
    background: var(--theme-color);
    color:#fff;
    font-size:16px;
    margin-right: 23px;
    text-align: center;
}
.ppd_content .btns a:hover{
    opacity: .8;
}

.page_product_details_content{
    padding:60px 0 100px;
}
.page_product_details_content .tit{
    font-size:18px;
    border-bottom: 1px solid #eee;
    color:var(--theme-color);
    text-align: center;
    padding-bottom: 6px;
}
.page_product_details_content p{
    text-align: justify!important;
}



/* page_honor_menu */

.page_honor_menu_wrap{
    width: 160px;
    margin-right: 30px;
}
.page_honor_menu{
    width: 160px;
    
}
.page_honor_menu a{
    height: 60px;
    display: block;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 60px;
    font-size:18px;
    color:#333;
    cursor: pointer;
}
.page_honor_menu a.active{
    background: var(--theme-color);
    color:#fff;
}
.page_honor_list{
    background: #f2f2f2;
    flex:1;
    padding:25px;
}
.page_honor_list .item{
    
}
.page_honor_list .item_tit{
    font-size:20px;
    font-weight: bold;
    color:#333;
    padding-left: 15px;
    position: relative;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}
.page_honor_list .item_tit:before{
    width: 3px;
    height:20px;
    background: var(--theme-color);
    content:'';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.page_honor_list .item_list{
    display: flex;
    margin:0 -12px 15px;
    flex-wrap: wrap;
}
.page_honor_list .item_list li{
    width: 33.33%;
    padding:12px;
}
.page_honor_list .item_list li .li{
    background: #fff;
    padding:15px;
    height: 100%;
}
.page_honor_list .item_list li .img img{
    width: 100%;
    height: 380px;
    object-fit: contain;
    cursor: pointer;
}
.page_honor_list .item_list li .tit{
    font-size:14px;
    line-height:25px;
    text-align: center;
    padding-top: 10px;
}
.navFix{
    position: fixed;
    top: 120px;
}

/* page_product_tit */

.page_product_tit{
    text-align: center;
    font-size:48px;
    font-weight: bold;
    color:#333;
    margin-top: -20px;
}
.page_product_menu{
    background: #f3f3f3;
    height: 60px;
    margin:40px 0 60px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.page_product_menu a{
    display: inline-block;
    padding:0 39px;
    line-height: 60px;
    font-size:16px;
}
.page_product_menu a.cur{
    background: var(--theme-color);
    color:#fff;
}


/*翻页*/
.return_page{
    padding: 15px 20px;
    line-height: 30px;
    color: #333;
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 40px;
}
.return_page p{
    line-height:2;
    font-size:16px;
}
.return_page p a{
    color: #333;
}
.go_history a{
    background:var(--theme-color);
    width: 196px;
    height: 54px;
    background: #5d87c7;
    font-size:18px;
    color:#fff;
    text-align: center;
    line-height: 54px;
    border-radius: 100px;
    margin:50px auto 0; 
    display: block;
}
.go_history a:hover{
    background: var(--theme-color);
}



/* 页码 */

.pagination{
    text-align: center;
    display: block;
    margin-top: 30px;
}
.pagination li{
    display: inline-block;
    margin:0 1px;
}
.pagination li span,.pagination li a{
    display: block;
    padding:0 10px;
    line-height:28px;
    background: #eee;
    color:var(--theme-color);
}
.pagination li.active a{
    background:var(--theme-color);
    color:#fff;
    border-color:var(--theme-color);
}

/* page_joinus */

.page_joinus_tit{
    font-size:36px;
    font-weight: bold;
    color:#333;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.page_joinus .list{
    padding:40px 0;
}
.page_joinus .list .item{
    background: #f7f7f7;
    display: flex;
    margin-bottom: 40px;
    padding:38px;
    align-items: center;
}
.page_joinus .list .item .item_con{
    flex:1;
}
.page_joinus .list .item .item_con .tit{
    font-size:30px;
    color:var(--theme-color);
    font-weight: bold;
}
.page_joinus .list .item .item_con .desc{
    display: flex;
    font-size:22px;
    color:#555;
}
.page_joinus .list .item .item_con .desc .i{
    margin-right: 60px;
}
.page_joinus .list .item .item_more{
    width: 145px;
    height: 45px;
    background: var(--theme-color);
    color:#fff;
    font-size:20px;
    text-align: center;
    line-height: 45px;
    border-radius: 100px;
}
.page_joinus .list .item:hover{
    background: var(--theme-color);
}
.page_joinus .list .item:hover .tit{
    color:#fff;
}
.page_joinus .list .item:hover .desc{
    color:rgba(255,255,255,.7);
}
.page_joinus .list .item:hover .item_more{
    color: var(--theme-color);
    background:#fff;
}



/*在线留言*/
#my_form{
    padding: 30px 0 0;
}
#my_form table{
    width: 100%;
}
#my_form tr{
    display: inline-flex;
    width: 48%;
    margin-bottom: 15px;
}
#my_form tr:nth-child(2n){
    margin-left:4%;
}
#my_form tr.content{
    width: 100%!important;
    display: flex;
    margin-left:0;
}
#my_form tr td:first-child{
    line-height: 34px;
    color: #333;
}
#my_form tr td:last-child{
    flex: 1;
}
#my_form tr input,#my_form tr textarea{
    height:34px;
    width: 100%!important;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: 微软雅黑;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#my_form tr input:focus,#my_form tr textarea:focus{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
#my_form tr ::placeholder{
    color: #999;
    font-family: 微软雅黑;
    font-size: 14px;
}
#my_form tr textarea{
    height:100px;
    padding-top: 6px;
}
#my_form .btn{
    margin-left:30px;
}
#my_form .btn input{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
#my_form .btn input:first-child{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#my_form .btn input:first-child:focus{
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.bdsharebuttonbox span{
    line-height:30px;
}

.menuBox{
    position: relative;
}
.menu_on{
    top: 80px;
    position: fixed;
}
.menu_off{
    bottom: 271.52px;
    position: fixed;
}
.inner_menu{
    overflow-y: auto;
    background: #fff;
}
.inner_menu ul,.inner_menu li{
    width: 100%;
    margin: 0;
}
.inner_menu .tit{
    height: 50px;
    font-size:20px;
    background:#154a9a;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color:#fff;
}

.inner_menu>ul>li>a{
    display: block;
    height:50px;
    line-height:50px;
    padding:0 20px;
    color:#333;
    font-size:16px;
    background: #eee;
}
.inner_menu>ul>li>a:hover{
    background: #154a9a;
    color:#fff;
}

/* 内页二级分类显示 */

.inner_sublist{
    display: none;
    padding: 0 20px;
    background:rgba(0,0,0,.02);
}
.bigMenu .menuCol:first-child .inner_sublist{
    display: block;
}
.menuCol{
    border-bottom: 1px rgba(0,0,0,.1) solid;
}

.inner_sublist li a{
    color:#666;
    font-size:14px;
    display: block;
    line-height: 2.5;
}
.inner_sublist li a i{
    font-size:12px;
    margin-right: 5px;
}
.inner_sublist li a:hover{
    color: #154a9a;
}


.page_index td{
    padding:5px 10px;
    width:auto!important;
    height: auto!important;
    text-align: center;
    vertical-align:middle;
    border:solid #eee!important;
    border-width:0px 1px 1px 0px!important;
    word-break: break-all;
}
.page_index table{
    max-width: 1320px;
    display: block;
    width:auto!important;
    height: auto!important;
    overflow-x: auto;
    border:solid #eee;
    border-width:1px 0px 0px 1px;
}
.page_index table tbody tr:first-child td{
    white-space:nowrap;
    background: #154a9a;
    color: #fff;
    white-space: nowrap;
}
.page_index table .colorRow td{
    color: #fff;
    background: #154a9a;
}
.textNowrap{
    white-space:nowrap;
}
.tableImg img{
    width: auto!important;
}
.tableImg h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
}
.tableImg h3 span{
    font-size: 16px;
}
.tableImg h4{
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}
.tableImg h5{
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.tableImg li{
    margin-bottom: 0!important;
    padding: 20px 0 30px;
    border-bottom: 1px #eee solid;
}
.tableImg .borderNone li{
    padding-bottom: 10px;
    border: 0px;
}


.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	/*width:550px;*/
	width: 800px;
	height: 86vh;
	background-color: #fff;
	position: absolute;
	top: 7vh;
	left: 50%;
	transform: translate(-50%,0);
	overflow: hidden;
}
.modelTostChile .swiper-wrapper{
    align-items: center;
}
@media screen and ( max-width: 992px){
    .modelTostChile{
        width: 90%;
    }
}
.modelTostChile p {
	font-size: 24px;
	padding: 3%;
	height: 90px;
}
.modelTostChile .swiper-horizontal{
    height: calc(100% - 90px);
}
.modelClose {
	float: right;
	cursor: pointer;
	font-size:36px;
	line-height: 1;
}

.modelTostChile .swiper-slide {
	text-align: center;
    align-items: center;
    display: flex;
    padding:0 20px;
}

.modelTostChile .swiper-slide img {
	height: 100%;
	text-align: center;
	margin:auto;
	padding-bottom: 3%;
	object-fit: contain;
}
.modelTostChile .swiper-button-next:after,.modelTostChile .swiper-button-prev:afrer{
    font-size:16px;
}

@media screen and ( max-width: 1600px ){
    .page_banner .img img{
        height: auto;
    }
}


