
.product_con h1{
    font-size:38px;
    color:#000;
    font-family:Arial;
    text-align: center;
    font-weight: bold;


}
.product_con h2{
    font-size:28px;
    color:#000;
    font-family:Arial;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;

}

.product_con h2:before{
    display: inline-block;
    margin-right: 4px;
    /*content: "■";*/
    font-family: SimSun;
    color: #A0A0A0;
    box-sizing: border-box;

}
.product_con h3{
    font-size:20px;
    color:#000;
    font-family:Arial;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;

}

.product_con h3:before{
    display: inline-block;
    margin-right: 4px;
    content: "●";
    font-family: SimSun;
    color: #A0A0A0;
    box-sizing: border-box;
}
.product_con h4{
    font-size:20px;
    color:#000;
    font-family:Arial;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;

}

.product_con h4:before{
    display: inline-block;
    margin-right: 4px;
    content: "■";
    font-family: SimSun;
    color: #A3C41F;
    box-sizing: border-box;
}
.backgroundA3C41F{
    padding-right: 10px;
    background-color: #A3C41F;
    color: #000;
    /*width: 500px;*/
    height: 50px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    /*margin-top: 50px;*/
    font-weight: bold;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;

    /*border-radius: 8px;*/

    font-family: Arial;
    /*text-transform:uppercase;*/
    margin-top: 10px;
}
.backgroundE3E3E3{
    padding-right: 10px;
    background-color: #E3E3E3;
    color: #000;
    /*width: 500px;*/
    height: 50px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    /*margin-top: 50px;*/
    font-weight: bold;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;

    /*border-radius: 8px;*/

    font-family: Arial;
    /*text-transform:uppercase;*/
    margin-top: 10px;
}
.backgroundF8F8F8{
    padding-right: 0;
    background-color: #F8F8F8;
    color: #000;
    /*width: 500px;*/
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    /*margin-top: 50px;*/
    font-weight: bold;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;

    /*border-radius: 8px;*/

    font-family: Arial;
    /*text-transform:uppercase;*/
    margin-top: 10px;
}
.backgroundA3C41F_2{
    padding-right: 10px;
    background-color: #A3C41F;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;

    padding-top: 5px;
    padding-left: 10px;
    font-family: Arial;
padding-bottom: 8px;
    min-height: 56px;
    /*文字居中*/
    display: flex;  justify-content: center;  align-items: center;

}
.backgroundE3E3E3_2{
    padding-right: 10px;
    background-color: #E3E3E3;
    color: #000000;
    font-size: 14px;
    text-align: center;
    font-weight: bold;

    padding-top: 5px;
    padding-left: 10px;
    font-family: Arial;
padding-bottom: 8px;
    min-height: 56px;
    /*文字居中*/
    display: flex;  justify-content: center;  align-items: center;

}
.backgroundF8F8F8_2{
    /*padding-right: 10px;*/
    background-color: #F8F8F8;
    color: #000;
    font-size: 14px;
    text-align: center;

    padding-bottom: 5px;

    font-family: Arial;
    min-height: 80px;

}
.buttonRedLink {
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #000;
    /*width: 500px;*/
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    /*margin-top: 50px;*/
    font-weight: bold;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    margin: 0 auto;
    font-family: Arial;
    /*text-transform:uppercase;*/
}
.buttonRedLink>a{
    display:block;
    width:100%;
}

.buttonRedLink:hover   {
    background-color: #D61518;
    color: #fff;
    /*width: 500px;*/
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    /*margin-top: 50px;*/
    font-weight: bold;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    margin: 0 auto;
    font-family: Arial;
    /*text-transform:uppercase;*/
}

.tooltipChoose {
    /*position: relative;*/
    /*display: inline-block;*/

}
.backgroundE3E3E3:hover {
    /*background-color: #A3C41F;*/
}
#tab01{
    height: 50px;
}
table .tooltipChoose span {
    /*line-height: 40px;*/
    font-size: 18px;
    font-weight: bold;


}
table .tooltipChoose:hover,.tooltipChoose:hover{
    background-color: #A3C41F;
    color: #ffffff;
}

.tooltipChoose .tooltiptextChoose {
    visibility: hidden;
    width: 520px;
    /*width: 100%;*/
    background-color: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    /*padding: 5px 0;*/
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -1%;
    /*margin-left: -160px;*/
    opacity: 0;
    transition: opacity 0.3s;
    border: solid 1px #EEEEEE;
    font-size: 14px;
    font-weight: normal;
    line-height:20px;
    margin-bottom: -20px;
}

.tooltipChoose:hover .tooltiptextChoose {
    visibility: visible;
    opacity: 1;
}

.margin-top20{
    margin-top: 20px;
}
.text_wrapper {
    display: flex;
    /*margin: 50px auto;*/
    width: 94%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
}
.text_text {

    text-align: left;
    /*font-size: 20px;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*text-align: justify;*/
    /* display: flex; */
    /*             display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    /*position: relative;*/
    /*line-height: 1.5;*/
    max-height:4.5em;
    z-index: 1000;
}
.text_text::before {
    content: '';
    height: calc(100% - 26px);
    float: right;
}
.text_btn{
    position: relative;
    float: right;
    clear: both;
    margin-left: 10px;
    /*font-size: 16px;*/
    padding: 0 8px;
    background: #A3C41F;
    line-height: 24px;
    border-radius: 4px;
    color:  #fff;
    cursor: pointer;
    /* margin-top: -30px; */
}
.text_btn::before{
    content: '  ......';
    position: absolute;
    left: 5px;
    color: #333;
    transform: translateX(-100%)
}
.text_btn::after{
    /*展开*/
    content:''
}
.text_exp{
    display: none;
}
.text_exp:checked+.text_text{
    max-height: none;
    /*position: absolute;*/
    /*position:relative;*/
    /*position:static;*/

    background-color: #ffffff;
    /*z-index: 2;*/
    /*text-overflow: ellipsis;*/
    /*height: 300px;*/

}
.text_exp:checked+.text_text .text_btn::after{
    content:'Less'
}
.text_exp:checked+.text_text .text_btn::before {
    visibility: hidden; /*在展开状态下隐藏省略号*/
}


/*去掉默认样式*/
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:after{
    display: none;
}
.swiper{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 40px;/* 设置按钮大小 */
}
/*轮播图 自定义样式*/
.swiper-button-prev{
    /*width: 119px;*/
    /*height: 122px;*/
    /*width: calc(var(--swiper-navigation-size) / 44 * 27);*/
    /*height: var(--swiper-navigation-size);*/
    background: url('/images/plastic-injection-moulding-machine/left.jpg');
    background-size: 100% 100%;
    /*left: 64px;*/
    left:0px;
    right:auto;
    opacity:0.7;
    filter:alpha(opacity=70);
}

.swiper-button-next{
    opacity:0.7;
    background:url('/images/plastic-injection-moulding-machine/right.jpg');
    background-size: 100% 100%;
}
.backgroundBorderBFBFBF{
    border: solid 1px #BFBFBF;
}
.margin-bottom20{
    margin-bottom: 20px;
}
.h3left {

    font-size: 16px;
    line-height: 28px;
    margin-top: unset;
    margin-bottom: unset;
}
.h3left h3{
    float: left;
    font-size: 16px;
    line-height: 26px;
    margin-top: unset;
 margin-bottom: unset;
    font-weight: bold;
}

.minHeight130{
min-height: 160px;
}
.twoImage{
    width: 66%;
    text-align: center;
    margin: 0 auto;
}
.midleImage{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.midleImage div img{
    /*max-height: 75px;*/
}
.screen_container_center_right_item_content_title a:hover{
    font-size: 18px;
}
.screen_container_center_right_item_img:hover{
    transform: scale(1.1);
}

.padding0{
    padding-right: 0;
    padding-left: 0;

}
.paddingtb{
    padding-top: 0;
    padding-bottom: 0;

}
.margin0{
    margin: 0 0;
}
.margin-left6px{
    margin-left: 6px;
}
#banner_text {
    margin: 0 auto;
    width: 1000px;
    padding-left: 40px;
}



.btnSelectMachine{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: normal;
    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-radius: 4px;
}

.btnSelectMachine-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}



.ej_menu_big_proList{
    /*position: absolute;*/
    left: 0px;
    top: 25px;
    /*width: 1030px;*/
    /*display:none;*/
    z-index: 15;
}

.menu_big_proList_right p{
    font-size: 14px;
    color: #000000;
}

.ej_menu_big_proList .menu_big_proList_right .tab_right{
    /*width: 300px;*/
    height: 450px;
    color: #fff;
    text-align: center;

    position:relative;
}

.menu_big_proList_right_scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;

}

.ej_menu_big_proList>div{
    display: block;
    /*background-color:#94d04c;*/
    height:450px;
    overflow: hidden;
}

.ej_menu_big_proList>.menu_big_proList_left>ul>li:hover a,.ej_menu_big_proList>.menu_big_proList_left>ul>.menu_big_proList_left_bg a, .menu_big_proList_left_bg>a{
    background:#A0A0A0;
    color: #fff;
    text-decoration:none;
    font-weight: bold;
}
.menu_big_proList_left_bg>a{
    background:#A0A0A0;
    color: #fff;
}

.ej_menu_big_proList> .menu_big_proList_left>ul>li>a{
    display: block;
    /*background-color:#94d04c;*/
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-family: "Arial";
    font-size: 14px;
    color: #000;
    transition:all .3s linear;
}
.ej_menu_big_proList>.menu_big_proList_left>ul>li{

    padding-top: 16px;
}
.ej_menu_big_proList>.menu_big_proList_left>ul{

    padding-top: 10px;
}
 .menu_big_proList_left_bg>a:link{
    background:#60a012;
    color: #fff;
}
.ej_menu_big_proList .menu_big_proList_content p{
    width: 96%;
    color: #000;
}
.ej_menu_big_proList .menu_big_proList_content {

    padding-top: 20px;
    margin-bottom: -20px;
}

.background-show{
    background-color: #f7f8f8;
    color: #666666;
}

.background-show:hover{
    background-color: #a3c320;
    color: #ffffff;
}
.background-show>strong{
    font-size: 16px;
    line-height: 36px;
}


@media screen and (max-width: 1000px) {
    #banner_text {
        margin: 0 auto;
        width: 100%;
    }
}
@media screen and (max-width:768px){

    p{
        font-size: 12px;
    }
    #tab01{
        width: 100%;
    }
    .tooltipChoose .tooltiptextChoose {
        width: 100%;
    }
    .backgroundA3C41F_2{
        min-height: unset;
    }
    .backgroundE3E3E3_2{
        min-height: unset;
    }
    .twoImage{
        width: 100%;

    }
    .midleImage{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}
