﻿@import url(iconfont.css);
@import url(message.css);
:root{--homedesc:20px;--homedesccolor:#979797;--homedescbottom:30px;--homedescheight:44px;--homecontent:16px;}

/* 多语言 */
.head-info .language {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.head-info .language .first-level, .head-info .language .first-level:active {
    font-size: 13px;
    padding: 0 1.5em !important;
    font-size: 13px;
}
.head-info .language .sf-menu .sfHover .first-level {
    background-color: #90c09f;
    color: #fff !important;
}
.head-info .language .first-level span {
    display: block;
    width: 20px;
    height: 100px;
    line-height: 100px;
    background: url(../images/icon-lang-w.png) no-repeat left center;
}
.head-info .language .first-level span em {
    display: none;
}
.head-info .language .sf-menu .sf-sub-indicator {
    display: none;
    width: 9px;
    height: 6px;
    right: 20px;
    top: 4.1em;
}
.head-info .language em {
    margin: 0 3px;
}
.head-info .language .first-level .language-ico {
    padding-left: 30px;
}
.head-info .language .sf-menu li:hover ul, .head-info .language .sf-menu li.sfHover ul {
    top: 100px;
}
.head-info .language .sf-menu li ul {
    width: 200px;
    left: auto;
    right: 0;
}
.head-info .language .sf-menu li li {
    background-color: #90c09f;
}
.head-info .language .sf-menu li li a {
    line-height: normal;
    padding: 15px;
    color: #fff !important;
    border-bottom: none;
    font-size: 13px;
}
.head-info .language .sf-menu li li:hover, .head-info .language .sf-menu li.sfHover li a:hover, .head-info .language .sf-menu li li a:focus, .head-info .language .sf-menu li li a:hover, .head-info .language .sf-menu li li a:active {
    background: #637B6B;
}

.l-wrap{
    padding:100px 170px;
}
.l-wrap .des{
    text-align: center;
    color: var(--homedesccolor);
    font-size: var(--homedesc);
    line-height: var(--homedescheight);
    margin-bottom:  var(--homedescbottom);
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}
/*首页banner*/
.home-banner .icon-left{
    background: url(../images/icon-left.png) no-repeat 0 0;
    width:50px;
    height:50px;
}
.home-banner .icon-right{
    background: url(../images/icon-right.png) no-repeat 0 0;
    width:50px;
    height:50px;
    margin-top: 130px
}
.home-banner .swiper-slide-active .banner-animote{
    display: flex;
}
.home-banner .banner-animote .title{
    padding: 40px 0px;
}
.home-banner .swiper-slide{
    max-height: 1000px;
}
/*首页产品中心*/
.home-hotproduct{
    max-height:770px;
}
/*首页核心优势*/
.home-adv{
    background: #151D28;
}
/*首页解决方案*/
.home-solution{
    background: url(../images/home-solution-bg.png) no-repeat 0 0;
}
.home-solution .l-wrap{
    padding:100px 200px;
}
.home-solution .homesolution-list {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-solution .homesolution-list li {
    width: 33%;
    text-align: center;
    box-shadow: 0 3px 29px 0 rgba(191,191,191,.35);
    z-index: 1;
    cursor: pointer;
    margin-bottom:10px;
}
.home-solution .l-wrap .des{
    color:#666;
}
.home-solution .homesolution-list li .advantage_img{
    position: relative;
}
.home-solution .homesolution-list li .advantage_img img{
    height:300px;
    transition: transform 1s ease; /* 添加过渡效果 */
}
.home-solution .homesolution-list li:hover .advantage_img img{
    transform: scale(1.05); /* 放大1.05倍，即微微放大 */
}
.home-solution .homesolution-list li .title{
    height:40px;
    line-height: 40px;
    font-size: 18px;
    color:#fff;
    background:#0075c1;
    width:100%;
    opacity: 0.9;
}
.home-solution .homesolution-list li:hover .title{
    display: block;
}
/*首页新闻*/
.home-newscontent .l-wrap .des{
    color:#666;
}
.home-newscontent .homenews-list{
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homenews-list .home-news-left {
    width: 43%;
    float: left;
    display: inline;
    margin-right: 2%;
}
.homenews-list .home-news-left p {
    margin-bottom: 15px;
}
.homenews-list .home-news-left p a {
    display: block;
}
.homenews-list .home-news-left p img {
    display: block;
    width: 570px;
    height: 320px;
}
.homenews-list .home-news-left h2 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
}
.homenews-list .home-news-right {
    float: right;
    display: inline;
    width: 53%;
}
.homenews-list .home-news-right .homenews-item {
    padding-left: 80px;
    min-height: 70px;
    height: auto !important;
    _height: 70px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.homenews-list .homenews-item .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    text-align: center;
    font-family: DINMittelschriftStd;
}
.homenews-list .homenews-item .date .time-day{
    display: block;
    color: #000;
    font-size: 51px;
    line-height: 1.2;
}
.homenews-list .homenews-item .date .time-date {
    display: block;
    color: #000;
    line-height: 1.5;
    font-size: 16px;
}
.homenews-list .homenews-item .title{
    margin-bottom:5px;
    font-size: 20px;
    line-height: 1.5;
}
.homenews-list .homenews-item .text{
    font-size: 14px;
    line-height: 26px;
    color: #999;
}
.home-newscontent .homenews-list .home-more {
    margin-top: 30px;
    height: 38px;
    width: 238px;
    font-size:15px;
}
.home-linkcontent{
    background: url(../images/home-link-bg.png) no-repeat 0 0;
}
/*合作伙伴*/
.home-linkcontent .l-wrap{
    padding:100px 150px 0px;
}
.homelink-list ul li a img{
    width:268px;
}
.homelink-list ul li a{
    /*margin: 8px;*/
    display: inline-block;
    text-align:center;
    width: 15%;
}
.homelink-list ul li.right{
    text-align:center;
}
.homelink-list ul li.left{
    text-align:center;
}
.home-linkcontent .fullscreen-slider {
    position: relative;
    min-height: 580px;
    overflow: hidden;
}
.home-linkcontent .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: scale(0.95);
    z-index: 1;
}

.home-linkcontent .slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1);
}

.home-linkcontent .pagination {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.home-linkcontent .pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 8px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.home-linkcontent .pagination-dot.active {
    background: var(--color);
    transform: scale(1.3);
}
/*首页在线咨询*/
.home-contact{
    background: url(../images/home-contact-bg.png) no-repeat 0 0;
}
.home-contact .home-title{
    color:#fff;
}
.home-contact .des{
    color:#fff;
}
.home-contact span {
    position: relative;
    display: inline-block;
    margin-right: 60px; /* 间距 */
}
.home-contact span::after {
    content: '';
    position: absolute;
    top: 50%; /* 垂直居中 */
    width: 50px; /* 虚线长度 */
    right: -60px;
    border-bottom: 1px dashed #ccc; /* 虚线样式 */
}
.home-contact span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    border: 2px solid #0075c1;
}

.home-contact span:last-child::after {
    display: none; /* 最后一个<span>后面不显示虚线 */
}

.home-contact .homecontact-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-contact .left{
    width:60%;
    float:left;
}
.home-contact .right{
    width:37%;
    float:right;
}
.home-contact .homecontact-list input{
    background: #000;
    opacity: 0.15;
    height:50px;
    line-height:50px;
    font-size:18px;
}
.home-contact .homecontact-list .webfb-content{
    background: #000;
    opacity: 0.15;
    font-size:18px;
    height: 172px;
}
.home-contact .webfeedback .send-btn{
    height:50px !important;
    line-height:50px;
    font-size:18px;
    margin:0px;
}
.home-contact .faq-title{
    font-size:24px;
    line-height:28px;
    font-weight:var(--fontblod6);
    color:#fff;
}
.home-contact .faq-content{
    color:#fff;
    line-height:30px;
}
.home-contact .faq-content .question{
    font-size:20px;
    line-height:30px;
}
.home-contact .faq-content .answer{
    font-size:14px;
    line-height: 30px;
}
.home-contact .faq-content ul > li:first-child {
    border-bottom:1px dashed #ccc;
}
.home-contact .faq-content li{
    padding: 30px 0px;
}
/*底部联系我们*/
footer .l-wrap{
    padding-top:0px;
    padding-bottom:0px;
}
.foot-contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-contact .content{
    color:#fff;
    display: inline-grid;
    text-align:left;
    width:60%;
    float: right;
}
.foot-contact .foot-item{
    width:33.3%;
    text-align:center;
    padding: 38px 0px 20px 0px;
    font-size: 18px;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}
.foot-contact .foot-item .icon{
    width:35%;
    float:left;
    text-align: right;
    padding-top:5px;
}
.foot-contact .contact-address .icon{
    width:18%;
}
.foot-contact .contact-address .content{
    width:78%;
}
.foot-contact .contact-email{
    background:#1f1f1f;
}
.foot-contact .contact-phone{
    background:#00225f;
}
.foot-contact .contact-address{
    background:#323232;
}
.foot-contact .icon-mail{

}
.foot-contact .icon-phone{

}
.foot-contact .icon-address{

}
/*底部列表*/
footer .foot-item{
    width: 8%;
}
footer .foot-pro{
    width:10%;
}
footer .foot-solution{
    width:15%;
}
footer .foot-aboutus{
    width:10%;
}
footer .foot-info{
    width:40%;
    text-align: -webkit-right;
}

footer .foot-info .foot-qrimg{
    max-width:245px;
}

/*新闻列表页面*/
.news-main .l-wrap{
    padding:50px 170px 0px;
}
.banner-news .banner-img .text{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 35%;
    display: none;
}
.banner-news .banner-img .text .line2{
    font-size: 44px;
    display: contents;
}
.banner-news .banner-img .text .linemore{
    font-size: 20px;
    margin-top:30px;
}
.title-h1{
    font-size: 26px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.newslist .date{
    color:var(--fontcolor);
    font-size: 33px;
    font-family: DINMittelschriftStd;
    padding: 0px 0px 0px 30px;
    background: url(../images/list-line.png) no-repeat left top;
    margin-top: 60px;
}
/*新闻详情*/
.news-d-main .l-wrap{
    padding:50px 170px 0px;
}
/*边栏 新闻分类*/
.recent-category .recentcategory-list {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.recent-category .recentcategory-list li{
    line-height: 55px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.recent-category .recentcategory-list li.active{
    color:var(--color);
    font-weight:var(--fontblod6);
}
/*关于我们*/
.banner-aboutus .banner-img .text{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 35%;
    display: none;
}
.banner-aboutus .banner-img .text .line2{
    font-size: 44px;
}
.banner-aboutus .banner-img .text .linemore{
    font-size: 20px;
    margin-top:30px;
}
/*关于我们tab*/
.aboutuslist{
    width: 100%;
    text-align: center;
    line-height: 140px;
}
.aboutuslist .l-wrap{
    padding-top:0px;
}
.aboutuslist ul li{
    text-align:center;
    margin: 0px 2%;
    display: inline-flex;
}
.aboutuslist ul li a{
    font-size: 21px;
}
.aboutuslist ul li .active{
    font-weight:bold;
    color:var(--color);
}
.company-content .company-text{
    background: url(../images/company-text-bg.png) no-repeat 0 0;
}
.company-text .l-wrap{
    padding-top:70px;
    width: 965px;
    padding-left: 0px;
    padding-right: 0px;
}
.aboutus-content .title{
    width:100%;
    text-align: center;
    font-size: 36px;
    font-weight: var(--fontblod6);
    color:var(--color);
    margin-bottom:80px;
}
.company-content .company-num{
    padding-top: 50px;
    padding-bottom: 120px;
}
.company-num .list{display:flex;flex-wrap:wrap;justify-content:space-between;}
.company-num .list li{
    width:33.3%;
    display: inline-grid;
    text-align: center;
    margin-bottom: 30px;
}
.company-num .list li .title{font-size:20px;font-weight:var(--fontblod5);color:var(--fontcolor);display:flex;align-items:center}
.company-num .list li .title em{color:var(--color);margin-right:10px;font-size:20px}
.company-num .list li .text{margin-top:20px}
.company-num .list li .num{
    font-size:32px;
    line-height: 32px;
    font-family:DINMittelschriftStd;
}
.company-num .list li .text{
    font-size:20px;
    line-height: 32px;
    font-weight:bold;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}
.company-num .list li.special_1{
    width: 50%;
}
.company-num .list li.special_2{
    width:50%;
}
.company-content .company-video{
    background: url(../images/company-video-bg.png) no-repeat 0 0;
}
.company-video .l-wrap{
    padding: 70px 0px;
    width: 965px;
}
.company-contact .l-wrap{
    padding:70px 170px;
}
.company-contact .title{
    margin-bottom:0px;
    color:#fff;
}
.company-contact .contact-box{
    margin:0px;
    padding:0px;
}
article p{
    margin-bottom:35px;
}
/*创始人介绍*/
.founder-content .founder-text{
    background: url(../images/founder-text-bg.png) no-repeat 0 0;
}
.founder-text .l-wrap{
    padding:100px 170px;
}
.founder-text .details{
    background:#ffffff;
    padding:60px 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.founder-text .details .text{
    width:750px;
    padding-top:50px;
}
.founder-text .name{
    color:var(--color);
    font-size:25px;
}
.founder-text .name strong{
    font-size:36px;
    margin-right: 30px;
}
.founder-text .more{
    font-size: 18px;
    line-height:36px;
}
.founder-text article{
    margin-top:80px;
}
.founder-text article p{
    margin-bottom:0px;
    font-size: 18px;
    line-height: 48px;
}
.founder-text article p:before {
    content: "•"; /* 使用Unicode字符表示的点号 */
    margin-right: 5px; /* 可选，为点号和文本之间添加一些空间 */
}
/*企业文化*/
.culture-content .culture-text{
    background: #F5F6FA;
}
.culture-content .culture-text .l-wrap{
    padding:50px 260px;
}
.culture-content .culture-text .details{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.culture-content .culture-text .img{
    max-width:45%;
}
.culture-content .culture-text .text{
    width:50%;
}
.culture-content .culture-text article li{
    width: 100%;
    background: #fff;
    line-height: 90px;
    padding: 0px 50px;
    font-size: 16px;
    margin-bottom:40px;
}
.culture-content .culture-text article li strong{
    font-size:18px;
    color:var(--color);
    width: 125px;
    display: inline-block;
}
.culture-content .culture-text .info{
    padding-top: 15px;
}
.culture-content .culture-text .info li{
    width: 50%;
    float: left;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
}
.culture-content .culture-text li.special{
    display: flex;
}
/*企业荣誉*/
.honor-content .honor-text{
    background: url(../images/honor-text-bg.png) no-repeat 0 0;
	background-color: #eeeff3;
}
.honor-content .honor-text .l-wrap{
    padding:50px 170px 20px;
}
.honor-content .honor-text .title{
    margin-bottom:10px;
}
.honor-content .honor-text .des{
    color:var(--color);
}
.honor-content .honor-text .des span{
    padding:0px 20px;
}
/*发展历程*/
.develop-text .title{
    margin-bottom:0px;
}
.develop-text{
    /*background: url(../images/develop-text-bg.png) no-repeat 0 0;*/
}
/*产品列表*/
.banner-product .banner-img .text{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 35%;
    display: none;
}
.banner-product .banner-img .text .line2{
    font-size: 44px;
}
.banner-product .banner-img .text .linemore{
    font-size: 20px;
    margin-top:30px;
}
.pro-main .l-wrap{
    padding:50px 170px 0px;
}
.prolist-content .protitle{
    margin-bottom:50px;
    font-size: 26px;
}
.prolist-content .category-banner{
    position: relative;
    width: 99%;
}
.prolist-content .category-banner .category-text{
    position: absolute;
    top: 20%;
    left: 15%;
    color:#fff;
}
.prolist-content .category-banner .category-text p{
    font-size: 20px;
    line-height: 2;
}
.prolist-content .category-banner .category-text .title{
    font-size: 38px;
    font-weight:var(--fontblod6);
}
.prolist-content .category-banner .category-text .text{
    font-size: 26px;
    line-height: 2;
}

/*产品中心*/
.pro-d-main .common-main .l-wrap{
    padding:50px 170px 0px;
}
.prodetails-info{
    position: relative;
}
.prodetails-content article p{
    margin-bottom: 0px !important;
}
.online-contact{
    color: var(--color);
    padding: 0px 20px;
    height: 40px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .1s linear;
    border: 1px solid var(--color);
    /*position: absolute;
    bottom: 45px;*/
}
.online-contact em{
    padding-left:10px;
}
.prodetails-content caption{
    background-color: #deeaf6;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 11px 0 13px;
}
.prodetails-content .firstRow th{
    background:#f4f4f4;
    color:var(--fontcolor);
}
.prodetails-content .table-wrap tr{
    text-align:center;
}
/*解决方案页面*/
.banner-singgle .banner-img .text{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 35%;
}
.banner-singgle .banner-img .text .line2{
    font-size: 44px;
}
.banner-singgle .banner-img .text .linemore{
    font-size: 20px;
    margin-top:30px;
}
.singgle-main .l-wrap{
    padding:50px 170px 50px;
}
/*集团成员*/
.banner-member .banner-img .text{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 35%;
    display: none;
}
.banner-member .banner-img .text .line2{
    font-size: 44px;
}
.banner-member .banner-img .text .linemore{
    font-size: 20px;
    margin-top:30px;
}
.member-profile .home-title {
    color:var(--color);
    margin-bottom:30px;
}
.member-profile .member-info ul{
    display: flex;
    flex-wrap: wrap;
}
.member-profile .member-info ul li{
    width: 31%;
    margin-right: 3%;
    margin-bottom:30px;
}
.member-profile .member-info ul li:nth-child(3n) {
    margin-right: 0px;
}
.member-profile .member-info ul li .pro-img {
    width: 100%;
    height: auto;
}
.member-profile .member-info ul li .pro-img img{
    width:504px;
    max-height:350px;
    overflow: hidden;
}
.member-profile .member-info ul li .image{
    position: relative;
}
.member-profile .member-info ul li .name{
    margin:20px 0 10px;
    font-size: 20px;
    font-weight:var(--fontblod6);
    color:var(--fontcolor);
}
.member-profile .member-info ul li .contact{
    font-size: 16px;
    line-height:30px;
    color:var(--fontcolor);
    height: 90px;
    overflow: hidden;
}
.member-profile .member-info ul li .desc{
    font-size: 16px;
    line-height:30px;
    color:#ffffff;
    background:var(--color);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 15px;
    opacity: 0.8;
    display: none;
}
.member-profile .member-info ul li .link{
    margin-top: 20px;
    font-size: 14px;
    width:125px;
    line-height: 40px;
    padding: 0px 10px;
}
.member-profile .member-info ul li:hover .link{
    background:var(--color);
    color:#fff;
}
.member-profile .member-info ul li:hover .desc{
    display: block;
}
.member-profile .member-info ul li:hover .name {
    color:var(--color);
}
.office-info{
    margin-bottom: 50px;
}
.office-info .officeinfo-list ul{
    display: flex;
    flex-wrap: wrap;
}
.office-info .officeinfo-list li{
    width: 31%;
    margin-right: 3%;
    margin-bottom:20px;
}
.office-info .officeinfo-list li:nth-child(3n) {
    margin-right: 0px;
}
.office-info .officeinfo-list li .pro-img {
    width: 100%;
    height: auto;
}
.office-info .officeinfo-list li .pro-img img{
    width:504px;
    max-height:350px;
    overflow: hidden;
}
.office-info .officeinfo-list li .name{
    margin:20px 0 10px;
    font-size: 20px;
    font-weight:var(--fontblod6);
    color:var(--fontcolor);
}
.office-info .officeinfo-list li .contact{
    font-size: 16px;
    line-height:30px;
    color:var(--fontcolor);
}
.member-contact .l-wrap {
    padding: 70px 170px;
}
.member-contact .title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: var(--fontblod6);
    color: #ffffff;
    margin-bottom: 0px;
}
.member-contact .contact-box {
    margin: 0px;
    padding: 0px;
}
.contact-list{
    margin-bottom: 50px;
}
/*解决方案页面*/
.casecontent-details article{
    border-bottom:none !important;
}
.casecontent-details article p{
    font-size:16px !important;
    line-height: 30px !important;
}
.related_case .title{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.related_case .title h1{
    font-size: 20px;
    font-weight: var(--fontblod5);
    line-height: 1.2;
    border-bottom: 2px solid var(--color);
    display: inline-flex;
    padding: 8px 15px;
    background: var(--color);
    color: #fff;
}
.related_case .case_content{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0px;
}
.related_case .case_content ul li{
    width:25%;
    text-align:center;
    display: inline-block;
}
.related_case .case_content ul li img{
    border-radius: 50%;
}
.related_case .case_content ul li .text{
    text-align: left;
    font-size: 16px;
    color:#000;
    line-height:30px;
}
.related_pro{
    margin: 50px 0px;
}
.related_pro .title{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.related_pro .title h1{
    font-size: 20px;
    font-weight: var(--fontblod5);
    line-height: 1.2;
    border-bottom: 2px solid var(--color);
    display: inline-flex;
    padding: 8px 15px;
    background: var(--color);
    color: #fff;
}
.related_pro .pro_content{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.related_pro .pro_content ul li{
    width:33.3%;
    text-align:center;
    display: inline-block;
}
.related_pro .pro_content ul li .text{
    text-align: left;
    font-size: 16px;
    color:#000;
    line-height:30px;
}
.related_pro .pro_content .pro_title a{
    font-size: 20px;
    font-weight: bold;
}
.related_pro .pro_content .pro_desc{
    font-size: 16px;
    line-height:30px;
    margin:10px 0px;
}
.related_pro .pro_content .pro_more a{
    font-size: 14px;
}
/*栏目列表页栏目介绍*/
.category-description{
    margin-bottom:80px;
}
/*下载清单页面*/
.downloadtab .l-wrap{
    padding-top:0px;
    padding-bottom:0px;
}
.download-content .l-wrap{
    padding-top: 0px;
}
.download-content .pagetitle{
    font-size:16px;
    line-height: 60px;
    height:60px;
    background:var(--color);
    color:#fff;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 30px;
}
.download-content table{
    border: 1px solid #eee;
    line-height: 46px;
}
.download-content table th{
    background: #f3f3f3;
    color:#000;
    border:none;
    padding: 0px 10px;
    font-weight: bold;
}
.download-content table td{
    border: none;
    padding: 0px 10px !important;
    text-align: center;
    vertical-align: middle;
}
.download-content table td img{
    vertical-align: middle;
}
.download-content .company-contact l-wrap{
    padding-top: 70px;
}
.home-banner .pcimg img{
    max-height: calc(100vh - 25vh);
}
.home-about .l-wrap .ad_text{
    width: 120px;
    position: absolute;
    top: 15%;
    z-index: 111;
    color: #fff;
    font-size: 20px;
    left: 5%;
}
/*产品简介*/
.prodetails-text{
    min-height:360px;
}

/*英语模板下特殊处理*/
.English-header .head-info .head-nav .nav-ul>li>a{
    padding: 0px 15px;
}
.English-header .head-info .head-logo img{
    max-width: 60px;
}
.English-header .head-info .head-logo a span{
    font-size: 16px;
}

.index-English .home-about .about-info p{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.index-English .home-about .l-wrap .about-info .list li .text{
    font-size: 18px;
    line-height: 30px;
}
.index-English .home-about .l-wrap .ad_text{
    width: 190px;
    font-size: 12px;
    left: 1%;
    top: 14%;
}
.index-English .home-about .l-wrap .about-info .list li .text{
    margin-top: 10px;
}
.index-English .home-adv .homeadv-list li .top .text{
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0px;
}

.company-English .company-text .l-wrap{
    width: 1200px;
}
.company-English .aboutuslist ul li a{
    font-size: 15px;
}
.company-English .company-content .company-num{
    padding-top: 20px;
    padding-bottom: 50px;
}
.English .founder-text article p {
    font-size: 14px;
    line-height: 28px;
}
.English .culture-content .culture-text article li:nth-child(1) strong{
    width:200px;
}
.English .culture-content .culture-text article li{
    line-height: 40px;
}
.English .culture-content .culture-text .info{
    width:100%;
    padding-top:0px;
}
.English .culture-content .culture-text .info li{
    width:100%;
}
.Japanese .culture-content .culture-text article li{
    line-height: 50px;
}
.Japanese .culture-content .culture-text .info li{
    line-height: 30px;
    width: 100%;
}
.Japanese .culture-content .culture-text .info li p{
    margin-bottom: 15px;
}

/*日语模板下特殊处理*/
.Japanese-header .head-info .head-logo img{
    max-width: 60px;
}
.Japanese-header .head-info .head-logo a span{
    font-size: 16px;
}
.index-Japanese .home-about .about-info p{
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.index-Japanese .home-about .l-wrap .about-info .list li .text{
    font-size: 16px;
    line-height: 30px;
}
.index-Japanese .home-about .l-wrap .ad_text{
    width: 190px;
    font-size: 13px;
    left: 1%;
}
.index-Japanese .home-about .l-wrap .about-info{
    padding-left: 20px;
}
.company-Japanese .company-text .l-wrap{
    width: 1200px;
}
.English .aboutuslist ul li a{
    font-size: 15px;
}
.Japanese .founder-text .details .text{
    padding-top: 20px;
}
.index-Japanese .home-banner .banner-animote .title{
    font-size:36px !important;
}
.index-Japanese .home-adv .homeadv-list li .top .text{
    line-height: 25px;
    margin: 10px 0px;
    font-size: 14px;
}

/*头部导航版本二*/


/*导航*/
/*
#navigation_184 ul.head-nav {
    width: 944px;
    float: right;
}
#navigation_184 .head-logo  {
    float: left;
    width: 256px;
    padding: 23px 0 0;
}
*/
#navigation_184 ul.nav-ul li {
    float: left;
    line-height: 84px;
    text-align: center;
}
#navigation_184 ul.nav-ul li a {
    display: block;
    padding: 0px 23px;
    font-size: 16px;
    color: #555;
    border: 0px dashed red;
    transition: unset;
}
#navigation_184 ul.nav-ul li a:hover {
    text-decoration: none;
    color: #e7463c;
    background:url({eyou:global name='web_cmspath' /}/skin/zujianku/images/navlist_184.png) no-repeat center bottom;
}
#navigation_184 ul.nav-ul li .current {
    color: #e7463c;
    background:url({eyou:global name='web_cmspath' /}/skin/zujianku/images/navlist_184.png) no-repeat center bottom;
}
/*导航栏下拉*/
#navigation_184 ul.navigationlist_184 {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}
#navigation_184 .head-logo  {
    float: left;
}
#navigation_184 ul.navigationlist_184 li {
    float: left;
    line-height: 84px;
    text-align: center;
}
#navigation_184 ul.navigationlist_184 li.head-lang{
    float: none;
    line-height: 20px;
}
#navigation_184 ul.navigationlist_184 li .lang-wrap li{
    float: none;
    line-height: 30px;
    padding:0px;
}
#navigation_184 ul.navigationlist_184 li .lang-wrap li a{
    display: block;
    color: var(--fontcolor);
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#navigation_184 ul.navigationlist_184 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: var(--fontblod5);
    padding: 0px 30px;
    transition: all .1s linear;
    text-transform: capitalize;
    position: relative;
    white-space: nowrap;
}
#navigation_184 ul.navigationlist_184 li a:hover {
    text-decoration: none;
    background:url({eyou:global name='web_cmspath' /}/skin/zujianku/images/navlist_184.png) no-repeat center bottom;
}
#navigation_184 ul.navigationlist_184 li .current {
    color: #e7463c;
    background:url({eyou:global name='web_cmspath' /}/skin/zujianku/images/navlist_184.png) no-repeat center bottom;
}
/*导航栏下拉*/
#navigation_184 div.subnavigationlist_184  {
    display: none;
    z-index: 100;
    width: 480px;
    position: absolute;
    background: #fff;
    border-top: 1px solid #fbfcfd;
    width: 100%;
    left: 0px;
    padding: 50px 15% 50px 20%;
}
#navigation_184 div.subnavigationlist_184 .icon-xiangyoujiantou{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 70px;
    font-size: 16px;
    float: left;
    color: var(--fontcolor);
    font-weight: bold;
}
#navigation_184 div.subnavigationlist_184 .sub_left{
    float:left;
    width:50%;
}

#navigation_184 div.subnavigationlist_184{
    background: url(../images/bg4.png) repeat-y left 55% top #efefef;
}

#navigation_184 div.subnavigationlist_184 .sub_right{
    float:right;
    width:40%;
    text-align:left;
}
#navigation_184 div.subnavigationlist_184 .sub_right p{
    width:100%;
    clear: both;
    display: inline-block;
    font-size: 26px;
    color: #121818;
    padding-bottom: 15px;
    float: none;
    line-height: 30px;
    margin: 0 auto;
}
#navigation_184 div.subnavigationlist_184 .category-title{
    width: 100%;
    clear: both;
    height: 70px;
    text-align: left;
    border-bottom: 1px solid #121818;
    margin-bottom: 15px;
}
#navigation_184 div.subnavigationlist_184 .category-title p{
    width: 200px;
    clear: both;
    display: inline-block;
    font-size: 30px;
    color: #121818;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--fontcolor);
    float: none;
    line-height: 30px;
    margin: 0 auto;
}

#navigation_184 div.subnavigationlist_184 ul {
    min-height: 195px;
}
#navigation_184 div.subnavigationlist_184 ul li {
    float: left;
    padding: 0px;
    line-height: 28px;
    display: inline;
    width:50%;
}
#navigation_184 div.subnavigationlist_184 ul li a {
    display: block;
    text-align: left;
    font-size: 16px;
    height: 100%;
    font-weight: var(--fontblod5);
    color: var(--fontcolor);
    line-height: 30px;
    padding: 0px 10px 0px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#navigation_184 div.subnavigationlist_184  ul li a:hover {
    color: var(--fontcolor);
    font-weight: var(--fontblod7);
    background: none;
}
#navigation_184 div.subnavigationlist_184 img {
    width: auto;
    height: 200px;
    transition: transform 1s ease;
}
#navigation_184 div.subnavigationlist_184 .sub_right:hover img{
    transform: scale(1.05);
}
#navigation_184 div.subnavigationlist_184  p {
    width: 255px;
    float: right;
    font-size: 13px;
    display: block;
    line-height: 22px;
    margin-top: 10px;
    margin-right: 45px;
    text-align: left;
}
#navigation_184 .head-logo a span{
    line-height: 80px;
}
/*英语模式下头部菜单特殊处理*/
.index-English #navigation_184 div.subnavigationlist_184 .category-title p{
    width: 250px;
}
/*日文模式下头部菜单特殊处理*/
.index-Japanese #navigation_184 div.subnavigationlist_184 .category-title p{
    width: 350px;
}
/*服务内容页面*/
.service_content{
    margin:60px 0px;
}
.service_content ul,.service_content ul li{
    margin:0px;
    padding:0px;
}
.service_content ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service_content ul li{
    width:25%;
    text-align: center;
}
.service_content ul li .title{
    font-size: 20px;
    color: #00235F;
    letter-spacing: 0;
    text-align: center;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}
.service_content ul li .content{
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 33px;
    font-weight: 400;
    padding: 0px 40px;
    text-align: left;
}
.service_content li .img{
    margin-bottom: 30px;
}
.service_content li .display_img{
    display: inline-block;
}
.service_content li .hover_img{
    display: none;
}
.service_content li:hover .display_img{
    display: none;
}
.service_content li:hover .hover_img{
    display: inline-block;
}

.service_detail{
    background: #eef0f3;
    padding: 25px;
}

@media (max-width:1680px){
    header .head-info .l-wrap {
        justify-content: space-around;
    }
	.home-about .about-info p{
		line-height:30px !important;
	}
	.home-about .l-wrap .about-info .list li .text{
		font-size:15px !important;
	}

    .home-contact .faq-content li{
        padding: 10px 0px;
    }
	.founder-text .details{
		padding: 60px;
	}
    .founder-text .details .text {
        max-width: 700px;
    }
	.culture-content .culture-text .l-wrap{
	    padding: 50px 100px;
	}
    .culture-content .culture-text article li{
        padding: 0px 10px;
        margin-bottom: 24px;
    }
    .culture-content .culture-text article li strong{
        width:100px;
    }
    .prolist-content .category-banner .category-text .title{
        font-size: 28px;
    }
    .prolist-content .category-banner .category-text .text{
        font-size: 20px;
    }
	.honor-text .tab-content{
	    grid-template-columns: repeat(5, 1fr);
	}
	.honor-text .image-title{
	font-size:12px;
	}
    .index-Japanese .home-about .l-wrap .about-info .list li .text {
        font-size: 12px !important;
        line-height: 25px !important;
    }
    .English .founder-text .details .text{
        width: 720px;
        padding-top: 30px;
    }
    /*首页合作伙伴*/
    .home-linkcontent .fullscreen-slider {
        min-height: 480px;
    }
    /*产品简介*/
    .prodetails-text{
        min-height:330px;
    }
    /*产品列表广告词*/
    .prolist-content .category-banner .category-text p{
        font-size: 15px;
    }
	
}
@media (max-width:1600px){
    .index-English .head-info .head-logo img{
        max-width: 60px;
    }
    .index-English .head-info .head-logo a span{
        font-size: 16px;
    }
    .Japanese-header .head-info .head-nav .nav-ul>li>a{
        font-size: 12px;
        padding: 0px 15px;
    }
    .index-Japanese .home-banner .banner-animote .title{
        font-size:26px !important;
    }
    footer .foot-item {
        width: 8%;
    }
    footer .foot-solution{
        width: 17%;
    }
    footer .foot-pro{
        width: 12%;
    }
    footer .foot-title{
        font-size: 16px;
    }
    header .head-info .l-wrap {
        justify-content: start;
    }
    .home-banner .banner-animote .title{
        font-size: 56px !important;
    }
    .home-about .l-wrap .about-info h1{
        font-size: 30px !important;
        padding-bottom: 0px !important;
    }
    .home-about .about-info p{
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }
    .home-about .l-wrap .about-info .list li .num{
    font-size: 20px !important;
    line-height: 20px !important;
    }
    .home-about .l-wrap .about-info .list li .text{
    font-size: 13px !important;
    line-height: 30px !important;
    }

    .home-adv .homeadv-list li .top .title{
    font-size: 20px !important;
    }
    .home-adv .homeadv-list li .top .text{
    line-height: 25px !important;
    font-size: 14px !important;
    height: 100px !important;
    }
    .home-solution .homesolution-list li .title{
    font-size: 20px;
    }
    .home-hotproduct .procontent .title .line2{
    font-size: 20px !important;
    }
    .home-hotproduct .procontent .title .linemore{
        font-size: 12px !important;
        line-height: 22px !important;
        height: 88px !important;
        margin-top: 10px;
    }
    .foot-contact .foot-item{
    font-size: 16px;
    }
	.founder-text .l-wrap {
		padding: 100px 100px;
	}
    .founder-text .details .text {
    max-width: 600px;
    }
    .founder-text article{
    margin-top: 40px;
    }
    .founder-text article p{
    font-size: 16px;
    line-height: 46px;
    }
    .home-contact .faq-content li {
    padding: 10px 0px;
    }
	.culture-content .culture-text .l-wrap{
	padding: 50px 100px;
	}
    .culture-content .culture-text article li strong{
    width: 80px;
    font-size: 16px;
    }
    .culture-content .culture-text article li{
    font-size: 15px;
    line-height: 80px;
    }
	.honor-content .honor-text .l-wrap {
		padding: 50px 100px 20px;
	}
	.honor-content .tab-content{
	grid-template-columns: repeat(5, 1fr);
	}
	.honor-content .image-title{
		font-size:12px;
	}
	.newslist li .news-info .title{
    font-size: 20px !important;
    }
    .newslist .date{
    font-size: 30px;
    }
	.home-about .l-wrap .about-img{
		width:650px !important;
	}
    .home-about .l-wrap .ad_text{
        width: 80px;
        top: 9%;
        font-size: 12px;
        left: 3%;
    }
    .home-about .l-wrap .about-img .num_1{
        width: 115px !important;
    }
    .index-English .home-about .l-wrap .ad_text {
        width: 140px;
        font-size: 12px;
        left: 1%;
        top: 14%;
        line-height: 12px;
    }
    .index-English .home-about .l-wrap .about-img .num_1{
        width: 150px !important;
    }
    .index-English .home-about .l-wrap .about-img .num_2{
        width: 320px !important;
    }
    .index-English .home-about .l-wrap .about-img .num_3{
        width: 220px !important;
    }
    .index-English .home-about .l-wrap .about-img .num_4{
        left: 0px;
    }
    .index-English .home-about .about-info p{
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .index-English .home-about .l-wrap .about-info .list li .text{
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .index-English .home-about .l-wrap .about-img {
        width: 500px !important;
        height: 500px !important;
    }
    .index-English .home-about .l-wrap .about-info .list li{
        margin-bottom: 10px;
    }
    .index-English .home-about .l-wrap .about-info .list li .text{
        margin-top: 10px;
    }
    .index-Japanese .home-about .l-wrap .ad_text {
        width: 140px;
        font-size: 12px;
        left: 1%;
        top: 10%;
        line-height: 20px;
    }
    .index-Japanese .home-about .l-wrap .about-img {
        width: 650px !important;
        height: 670px !important;
    }

    .index-Japanese .home-about .l-wrap .about-img .num_1{
        width: 150px !important;
    }
    .index-Japanese .home-about .l-wrap .about-img .num_2{
        width: 480px !important;
    }
    .index-Japanese .home-about .l-wrap .about-img .num_3{
        width: 320px !important;
    }
    .index-Japanese .home-about .about-info p{
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .index-Japanese .home-about .l-wrap .about-info .list li .text{
        font-size: 12px !important;
        line-height: 25px !important;
    }
    .English .founder-text .name strong{
        font-size: 30px;
    }
    .English .founder-text .name{
        font-size: 20px;
    }
    .English .founder-text .more {
        font-size: 16px;
        line-height: 30px;
    }
    .English .founder-text article p {
        font-size: 12px;
        line-height: 26px;
    }
    /*头部菜单优化处理*/
    #navigation_184 div.subnavigationlist_184 .category-title p{
        font-size:20px;
    }
    #navigation_184 div.subnavigationlist_184 .sub_right p{
        font-size: 18px;
    }

}
@media (max-width:1440px){

    footer .foot-title {
        font-size: 14px;
    }
    footer .foot-list a{
        font-size: 12px;
    }
	.news-d-main .common-main .l-wrap {
    padding: 50px 120px 50px !important;
}
    .home-banner .banner-animote .title{
    font-size: 46px !important;
    }
    .home-about .l-wrap .about-img{
    width: 650px !important;
    height: 610px !important;
    }
    .home-about .l-wrap .about-img .num_1{
    width:150px !important;
    }
    .home-about .l-wrap .about-img .num_2{
    width:450px !important;
    }
    .home-about .l-wrap .about-img .num_3{
    width:300px !important;
    }
    .home-about .about-info p{
    line-height: 20px !important;
    }
    .home-about .l-wrap .about-info{
    padding-left: 20px !important;
    }
    .home-adv .homeadv-list li .top .text{
    margin: 10px 0px !important;
    line-height: 22px !important;
    }
    .home-title{
    font-size:30px !important;
    line-height:60px !important;
    }
    .home-solution .homesolution-list li .title{
    font-size: 16px;
    }
    .home-hotproduct .procontent .title .line2{
        font-size: 12px !important;
    }
    .homelink-list ul li a{
    width: 14%;
    }
    .aboutus-content .title{
    font-size: 30px;
    }
    .company-content .company-num {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .founder-text .details{
        padding: 30px;
    }
    .founder-text .details .text {
        max-width: 520px;
    }
    .founder-text .more {
        font-size: 16px;
        line-height: 30px;
    }
    .culture-content .culture-text .l-wrap{
    padding: 50px 200px;
    }
    .culture-content .culture-text .text{
    width: 52%;
    }
    .honor-text .image-item{
    height: 320px;
    }

    .honor-text .image-title{
    font-size: 12px;
        height: 52px;
    }
	.home-contact .faq-content li {
    padding: 10px 0px;
	}
	.honor-content .tab-content{
	    grid-template-columns: repeat(5, 1fr);
	}
	.pro-main .l-wrap{
	    padding: 50px 100px 0px;
	}
	.pro-d-main .l-wrap {
		padding: 50px 100px 0px;
	}
	.news-main .l-wrap{
	padding: 50px 100px 50px;
	}
	.pro-list.list1 li {
		width: 32% !important;
		margin-right: 1% !important;
	}
    /*英语模式下关于我们*/
    .company-English .company-num .list li .text{
        font-size: 14px;
    }
    .company-English .company-content .company-num{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .English .founder-text .name strong {
        font-size: 20px;
    }
    .English .founder-text .name {
        font-size: 16px;
    }
    .English .founder-text .more {
        font-size: 14px;
        line-height: 28px;
    }
    /*首页合作伙伴*/
    .home-linkcontent .fullscreen-slider {
        min-height: 380px;
    }
    /*产品简介*/
    .prodetails-text{
        min-height:300px;
    }
		
}
@media (max-width:1400px){
    .l-wrap {
        padding: 50px 170px;
    }
    .home-solution .l-wrap{
        padding: 50px 200px;
    }
    .home-linkcontent .l-wrap {
        padding: 50px 150px 0px;
    }
    .founder-text .l-wrap {
    padding: 100px 120px;
    }
    header .head-info .head-nav .nav-ul>li>a{
    padding: 0px 20px !important;
    }
    .home-about .l-wrap .about-info .list li .text{
    font-size: 12px !important;
    }
    .member-profile .member-info ul li .desc{
    font-size: 12px;
    line-height: 24px;
    }

}
@media (max-width:1366px){
    .culture-content .culture-text .l-wrap {
    padding: 50px 150px;
    }
	.home-about .l-wrap .about-img {
		width: 550px !important;
		height: 540px !important;
	}
	.home-about .l-wrap .about-img .num_1 {
    width: 130px !important;
    }
    .home-about .l-wrap .about-img .num_2 {
    width: 380px !important;
    }
    .home-about .l-wrap .about-img .num_3 {
    width: 250px !important;
    }
    .home-about .l-wrap .about-img .num_4 {
    left: 0px !important;
    }
	.home-adv .homeadv-list li .top .text{
	    height: 88px !important;
		overflow: hidden;
	}

}
@media (max-width:1280px){
    .sidebar{
        width: 240px !important;
    }
    .pro-d-main .company-contact .l-wrap{
        padding-bottom: 50px;
    }
    .home-about .l-wrap .about-img{
    width: 470px !important;
    height: 540px !important;
    }
    .home-about .l-wrap .about-img .num_1 {
    width: 100px !important;
    }
    .home-about .l-wrap .about-img .num_2 {
    width: 350px !important;
    }
    .home-about .l-wrap .about-img .num_3 {
    width: 250px !important;
    }
    .home-about .l-wrap .about-img .num_4 {
    left: 0px !important;
    }
    .home-adv .homeadv-list li .top .title {
    font-size: 16px !important;
    }
    .home-adv .homeadv-list li .content {
    padding: 10px !important;
    }
    header .head-info .head-nav .nav-ul>li>em {
    right: 5px;
    }
    .founder-text .l-wrap {
    padding: 100px 100px !important;
    }
    .news-d-main .common-main .l-wrap {
    padding: 50px 100px 50px !important;
    }
    .culture-content .culture-text .l-wrap {
    padding: 50px 100px !important;
    }
    footer .foot-info .foot-qrimg {
    max-width: 200px !important;
    }

    .index-Japanese .home-about .l-wrap .ad_text {
        width: 100px;
        font-size: 12px;
        left: 1%;
        top: 8%;
        line-height: 12px;
    }
    .index-Japanese .home-about .l-wrap .about-img {
        width: 500px !important;
        height: 550px !important;
    }
    .index-Japanese .home-about .l-wrap .about-img .num_1{
        width: 100px !important;
    }
    .index-Japanese .home-about .l-wrap .about-img .num_2{
        width: 380px !important;
    }
    .index-Japanese .home-about .l-wrap .about-img .num_3{
        width: 250px !important;
    }
    .index-Japanese .home-about .l-wrap .about-img .num_4{
        left: 0px !important;
        width: 100px;
    }
    .index-Japanese .home-about .l-wrap .about-info{
        padding-left: 10px !important;
    }
    .index-Japanese .home-about .l-wrap .about-info .list li .text{
        margin-bottom: 5px !important;
        margin-top:10px;
    }
    .index-Japanese .home-about .about-info p{
        font-size: 12px !important;
        line-height: 16px !important;

    }
    .index-Japanese .home-about .l-wrap .about-info .list li .text{
        font-size: 12px !important;
        line-height: 25px !important;
    }
    .index-Japanese .home-about .l-wrap .about-info .list li{
        margin-bottom: 10px;
    }
    /*产品简介*/
    .prodetails-text{
        min-height:330px;
    }
    .English-header .head-info .head-nav .nav-ul>li>a {
        padding: 0px 15px !important;
    }
    .Japanese-header .head-info .head-nav .nav-ul>li>a{
        padding: 0px 15px !important;
    }

}
@media (max-width:1024px){

}


