@import "page.css";
@import "media.css";
body{
    background-color: #f2f2f2;
}
a:hover{
    color: var(--green);
}
.page-main{
    background-color: #f2f2f2;
}
.category-wrapper{
    margin-bottom: 10px;
}
.category-title-wrapper{
    justify-content: stretch;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}
.category-title-wrapper .icon{
    width: 25px;
    height: 25px;
}
.category-title-text{
    flex-grow: 1;
    padding-left: 20px;
    font-size: 20px;
}

.product-list-wrapper{
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 50px 0;
}
.product-item {
    width: 30%;
    padding: 20px;
    background-color: #fff;
    margin-right: 1.5%;
}
.product-item:last-child{
    margin-right: 0;
}
.product-img{
    overflow: hidden;
    /*统一产品图片尺寸后，删除下面两行*/
    max-height: 400px;
    min-height: 400px;
}
.product-img img{
    width: 100%;
}
.product-title{
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
}
.product-more{
    font-weight: lighter;
    font-size: 14px;
    padding-top: 10px;
}


/*list*/
.product-box{
    justify-content: space-between;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}
.product-box-img{
    width: 40%;
    overflow: hidden;
}
.product-box-img img{
    width: 80% !important;
}
.product-box-text{
    padding-left: 1%;
    flex-grow: 1;
}
.product-box-text-feature{
    font-size: 14px;
    color: #666;
}
.product-box-text-title{
    font-size: 16px;
    padding-bottom: 10px;
}
.product-box-text-serial{
    font-size: 20px;
    padding-bottom: 10px;
    color: var(--green);
}
.product-box-btns{}
.product-box-btn{
    display: inline-block;
    border: 2px solid #000;
    padding: 5px 20px;
    border-radius: 50px;
    margin-right: 25px;
}
.product-box-btn:hover{
    border-color: var(--green);
    background-color: var(--green);
    color: #fff;
}



/*detail*/
.main-b {
    background: url("../images/top_bg@pro.jpg") center top no-repeat;
}

.top-section{
    /*background-color: #f00;*/
    height: 550px;
    width: 100%;
    padding-top: 150px;
}
.top-section-box{
    margin: auto;
    width: 70%;
    height: 100%;
    justify-content: space-between;
}
.top-section .top-left{
    flex-direction: column;
    align-items: flex-start;
    width: 30%;
}
.top-section .left-text .series{
    font-weight: bolder;
    font-size: 70px;
    color: #ea6100;
    border-bottom: 1px solid #000;
}
.top-section .left-text .title{
    font-weight: bolder;
    font-size: 30px;
    color: #000;
    padding: 15px 0;
}
.top-section .left-text .feature{
    font-weight: lighter;
    font-size: 18px;
    color: #000;
    padding: 10px 0;
    justify-content: flex-start;
}
.top-left-product{
    padding: 10px 0;
    justify-content: flex-start;
}
.top-section .top-left .pro-img{
    padding: 10px;
    width: 30%;
}
.top-section .top-left img{
    width: 100%;
}
.left-contact-btn{
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #094;
    background-color: #094;
    font-weight: lighter;
    margin: 5px 0;
    display: inline-block;
}
.left-contact-btn:hover{
    color: #fff;
}
.top-section .top-right{
    width: 70%;
}
.pro-top {
    max-width: 1400px;
    min-width: 1120px;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    justify-content: space-between;
}

.top-img {
    width: 595px;
    height: 333px;
    float: left;
    margin-top: 5px;
    text-align: right;
}
.top-img img,.top-img video{
    max-width: 100% !important;
    height: 100%;
    box-shadow: 0 4px 8px 0px rgba(7, 17, 27, 0.3);
}

.top-text {
    width: 50%;
    float: right;
    margin-left: 30px;
    line-height: 1.8em;
}

.top-title {
    font-size: 24px;
    font-weight: bold;
}

.top-desc {
    padding-top: 25px;
    /*font-size: 14px;*/
    /*font-weight: lighter;*/
    line-height: 2em;
    letter-spacing: 1px;
}

.top-btn-box {
    padding-top: 20px;
}

.top-btn {
    /*display: inline-block;*/
    display: inline-flex;
    padding: 6px 20px;
    border: 1px solid #090;
    background-color: #009440;
    color: #fff !important;
    cursor: pointer;
    margin-top: 30px;
}

.top-btn div {
    color: #fff;
    font-size: 15px;
}

.top-btn .icon {
    margin-right: 5px;
}

.top-btn:hover .icon {
    animation: heartBeat;
    animation-duration: 1s;
}

.detail-tabs {
    justify-content: center;
    padding: 50px 0 30px;
}

.detail-tab {
    border: 1px solid #eee;
    padding: 8px 20px;
    margin: 10px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

.detail-tab:hover {
    background-color: #090;
    border: 1px solid #090;
    color: #fff;
}

.detail-tab.on {
    background-color: #090;
    border: 1px solid #090;
    color: #fff;
}

.pro-content {
}


.pro-content .all-white{
    color: #fff!important;
}
.pro-content .all-white .line{
    background-color: #fff!important;
}
.pro-sector {
    /*padding: 50px 0;*/
}

.sector-title {
    text-align: center;
    font-size: 29px;
    font-weight: 200;
    line-height: 1em;
    padding: 30px 0;
}

.sector-title .line {
    display: inline-block;
    background-color: #090;
    padding: 1.5px 50px;
}

.sector-content {
    /*padding-top: 50px;*/
    text-align: center;
}

.prop-table {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
    border: 2px solid #999;
    cursor: pointer;
}
.firstRow{
    background-color: #f0f0f0;
    font-weight: bold;
}

.prop-table td, .prop-table th {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}

.prop-table th {
    background-color: #eee;
}

.prop-table tr:hover {
    background-color: #fff;
}

.pro-title{
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #009440;
    padding: 50px;
    border-bottom: 1px solid #EEE;
}

.desc-line{
    width: 110px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    margin: 10px 0 5px;
}

/*attr*/
.attr-img img{
    max-width: 100%;
}
.attr-block{
    text-align: center;
    max-width: 1200px;
    height: 100%;
    margin: auto;
    font-size: 15px;
}
.attr-block .attr-text{
    line-height: 1.8em;
}
.top-text-bottom-img{
    text-align: center;
    max-width: 1200px;
    margin: auto;
}
.top-text-bottom-img .attr-text{
    padding-bottom: 30px;
    font-size: 16px;
}
/**/
.top-img-bottom-text .attr-img{
    padding-bottom: 30px;
}
/**/
.left-text-right-img{}
.left-text-right-img>*{
    flex-basis: 50%;
    overflow: hidden;
}
.left-text-right-img .attr-text{
    text-align: left;
}
.left-text-right-img .attr-img{
    margin-left: 40px;
}
/**/
.left-img-right-text>*{
    flex-basis: 50%;
}
.left-img-right-text .attr-text{
    text-align: left;
    margin-left: 40px;
}

.rel-product-wrapper{
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgba(7, 17, 27, 0.1);
}
.rel-product-img{
    overflow: hidden;
}
.rel-product-title{
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 1px solid #000;
}
.rel-product-wrapper:hover .rel-product-title{
    border-bottom: 1px solid #009440;
}