/*----------------index----------------*/

.arrow_in{
    font-size: 50px;
}
.arrow_in span{
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*-----------------------*/
.colu_inBox{
    padding: 0;
    height: min-content;
    margin-top: 4%;
    position: relative;
}
.colu_in{
    padding-top: 2%;
}
.colu_in>li>div{
    padding: 6% 0;
    margin: 1% 0;
    display: flex;
    background-color: #F0F0F0;
}
.colu_inImg,.colu_inTxt{
    flex:1.6;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.colu_inImg img{
    width:60%;
    height: 80%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.colu_inImg:hover img{
    transition: 1s;
    transform: scale(1.1);
}
.colu_inTxt a{
    color: #666666;
    line-height: 2.2;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.colu_inTxt a:hover{
    outline: none;
    border: 0;
    color: #FC0303;
}
.colu_inTxt .colu_inHead{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
/*-----------------------*/
.equi_inBox{
    text-align: center;
}
.equi_inHead{
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding: 4% 0 2% 0;
}
/*----------------------*/
.equi_inImg .equi_inCom{
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 10% 0;
    margin: 2% auto;
    background-color: #0baae4;
}
.equi_inCom:hover{
    color: #ffffff;
    transition:1s;
    transform: scale(1.06);
}
.equi_inCom h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.equi_inI1{
    background: url("../images/a1.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.equi_inI2{
    background: url("../images/a2.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.equi_inI3{
    background: url("../images/a3.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.equi_inI4{
    background: url("../images/a4.jpg") no-repeat center center;
    background-size: 100% 100%;
}
/*-------------------*/
.video_box{
    padding: 0;
    overflow: hidden;
    position: relative;
}
.video_rep,.video_inBox{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
}
/*--------------------*/
.comp_inTxt{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.comp_inHead{
    padding:4% 0;
    font-size: 22px;
    font-weight: bold;
}
.comp_inTxt a,.comp_inTxt a:link{
    display: block;
    width:120px;
    margin: 0 auto;
    color: #ffffff;
    padding:6px 0;
    border: 2px dotted #ffffff;
    border-radius: 1em;
}
.comp_inTxt a:hover{
    color: #FC0303;
    border: 2px dotted #FC0303;
}
.comp_inTxt p:last-child{
    margin-top: 4%;
}
/*-----------------------*/
.tab_inComp{
    text-align: center;
    padding: 0;
}
.tab_inBox{
    margin: 2% auto;
}
.tab_inImg{
    position: relative;
    overflow: hidden;
}
.tab_inImg img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tab_inBox .tab_inImg  a{
    display: none;
}
.tab_inComp .tab_inBox .hover{
    color: #ffffff;
    background-color: #FC0303;
}
/*----------------------*/
.img_inIcon,.tab_inTxt{
    padding: 0;
    display: flex;
    flex-direction: column;
}
.img_inIconC,.tab_inTxtC{
    flex: 1;
    display: block;
    text-align: justify;
    position: relative;
}
.img_inIconC:nth-child(2n-1),.tab_inTxtC:nth-child(2n-1){
    background-color: #f3f3f3;
}
.img_inIconC img{
    width:30%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.replace{
    display: none;
}
.img_inIconC .triangle{
    width: 14px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right:inherit;
    left: -14px;
    display: none;
    z-index: 10;
}
/*-----------------------*/
.tab_inTxtC{
    overflow: hidden;
    position: relative;
}
.tab_inTxtC h3{
    margin: 0;
    padding: 0;
    line-height: 1.8;
}
.tab_inTxtC>div{
    height: fit-content;
    padding: 0 2%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tab_inTxtC>div>div{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*-------------------------*/
.new_inHead{
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding: 4% 0 2% 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.new_inCom{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.new_inImg1,.new_inTxt1{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.new_inImg1{
    flex: 1.7;
}
.new_inImg1 img{
    width: 100%;
    height: 100%;
}
.new_inTxt1{
    flex: 1.3;
    padding: 2% 2% 0 2%;
    line-height: 1.8;
    background-color: #f1f1f1;
}
.new_inhead1{
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 2%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_inCont{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new_inBox1:hover .new_inImg1{
    transition: 1s;
    transform: scale(1.04);
}
.new_inBox1:hover .new_inTxt1{
    color: #ffffff;
    background-color: #FC0303;
    outline: none;
    border: 0;
}
/*------------*/
.new_inNew2{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_inNew2 .new_inTime2{
    text-align: center;
    font-size: 16px;
    text-align: center;
    flex: 1;
}
.new_inTime2 span{
    display: block;
    width: 76%;
    margin: 0 auto;
    border: 1px solid #666666;
    border-radius: 0.4em;
}
.new_inTime2 b{
    font-size: 20px;
    display: block;
}
.new_inCont2{
    line-height: 1.6;
    flex: 4;
    text-align: justify;
    width: 80%;
}
.new_inCont2>h4{
    font-size: 16px;
    font-weight: bold;
    padding: 2% 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.new_inCont2>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*---------*/
.new_inBox3{
    padding: 0 15px;
    align-items: center;
    justify-content: center;
}
.new_inColu3{
    flex: 1;
    padding: 2% 0;
    width: 100%;
    position: relative;
}
.new_inImg3{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.new_inImg3:hover{
    transform: scale(1.04);
    transition: 1s;
}
.new_inImg3 img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.new_inTxt3{
    width: 100%;
    height: fit-content;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.new_inTxt3 .see{
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    padding: 6px 10px;
    background-color: #FC0303;
    border-radius: 0.2em;
}
/*-------------------*/
.synt_inBox{
    padding: 0;
    width: 100%;
    height: fit-content;
    margin: 4% auto;
    position: relative;
    overflow: hidden;
}
.bd{
    width: 100%;
    overflow: hidden;
}
.plant_inImg{
    height: fit-content;
    white-space: nowrap;
}
.plant_inImgC {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
}
.plant_inImgC img {
    width: 100%;
    height: 100%;
}
.plant_inTxt{
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    white-space: normal;
    width: 100%;
    padding: 0 10%;
    height: auto;
    position: absolute;
    left: 0;
    top: 10%;
}
.plant_inTxt>h4{
    font-weight: bold;
    padding-bottom: 4%;
}
.plant_inTxt>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*-----*/
.hd{
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    height: 0;
    padding: 0 3%;
    position: absolute;
    top: 40%;
    margin: auto;
}
.hd a{
    color: rgba(252, 3, 3,0.6);
}
.next{
    float: left;
}
.prev{
    float: right;
}
.plant_inImgC:hover{
    transform: scale(1.04);
    transition: 1s;
}
/*---------------------*/
.nav_inNavB{
    line-height: 36px;
    background-color:#FC0303;
}
.nav_inBot{
    line-height: 36px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.nav_inNavB .nav_inBot>a{
    flex: 1;
    color: #ffffff;
    position: relative;
}
.nav_inNavB .nav_inBot a:hover{
    color: #FC0303;
}
/*------------*/
.produ_in{
    text-align: right;
}
.nav_inProc{
    padding: 0 8px;
    width: fit-content;
    line-height: 32px;
    background-color:rgba(252, 3, 3,0.8);
    position: absolute;
    right: 0;
    margin: 0;
    bottom: 36px;
    display: none;
}
.nav_inProc a{
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.nav_inProc a:last-child{
    border: 0;
}
/*-----------product-------------*/
.tab_prBox{
    margin: 3% auto;
}
.tab_prHeadP{
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    font-weight: bold;
    background-color: #0caae5;
    padding: 0 1%;
}
.tab_prHead,.tab_prCont{
    padding: 0;
}
/*----*/
.tab_prHa{
    color: #666666;
    padding:4% 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #f3f3f3;
    background-color: #ffffff;
    cursor: pointer;
}
.tab_prHa:last-child{
    border-bottom: 1px solid #f3f3f3;
}
.tab_prHa div{
    flex: 1;
    border-radius: 100%;
    background-color: #f3f3f3;
    position: relative;
    overflow: hidden;
}
.tab_prHa img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tab_prHa span{
    flex: 3;
    padding: 0 4%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*----*/
.tab_prCont{
    background-color: #fefefe;
}
.tab_prCa{
    display: none;
}
.tab_prImg{
    width: 23%;
    background-color: #f3f3f3;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 1%;
}
.tab_prImg img{
    width: 100%;
    height: auto;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tab_prTxt{
    color: #666666;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    background-color:#f3f3f3;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tab_prImg:hover img{
    transform: scale(1.04);
    transition: 1s;
}
.tab_prImg:hover .tab_prTxt{
    color: #ffffff;
    background-color: #0baae4;
}
/*product_detail*/
.pd_box{
    margin: 2% auto;
}
.pd_box a{
    display: initial;
}
.pd_head{
    color: #666666;
    padding: 0 1%;
    margin-bottom: 2%;
    line-height: 36px;
    background-color: #f3f3f3;
}
.pd_img{
    position: relative;
}
.pd_img img{
    width: 100%;
    height: auto;
}
.pd_txt{
    padding: 2%;
}
.pd_txt h4{
    font-weight: bold;
    line-height: 36px;
    border-bottom: 1px dotted #666666;
    margin-bottom: 2%;
}
.pd_txt p{
    line-height: 1.6;
    padding: 2% 0;
    text-align: justify;
}
.pd_txt p span{
    color: #ff0000;
}
.pd_box .pd_tel{
    font-size: 16px;
    font-weight: bold;
    color: #FC0303;
    padding-left: 20px;
    background: url("../images/icon/phone.png") no-repeat left center;
    background-size: 16px;
}
/*news*/
.new_neBox{
    width: 100%;
    padding: 2% 0;
    display: flex;
    flex-direction: row;
    border-bottom: 1px dashed #e3e3e3;
}
.new_neBox:last-child{
    border: 0;
}
.new_neBox a:hover{
    color: #333333;
}
.new_neImg{
    flex: 1;
    width: 20%;
    position: relative;
    overflow: hidden;
}
.new_neImg img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.new_neTxt{
    color: #666666;
    flex: 4;
    width: 80%;
    padding-left:15px;
}
.new_neHead{
    padding-bottom: 2%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.new_neCont{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new_neTime{
    color: #999977;
    text-align: right;
    margin-top: 2%;
}
.tab_neHe img{
    width: 100%;
    height: auto;
}
/*new_detail*/
.new_detail{
    max-width: 790px;
    margin: 2% auto;
}
.nd_head{
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    padding-bottom: 2%;
}
.new_detail img{
    width: 80%;
    margin: 4px auto;
}
.new_detail p{
    text-indent: 2em;
    padding: 1% 0;
}
/*case_detail*/
.ca_img,.carousel-inne{
    padding: 0;
    overflow: hidden;
    position: relative;
}
.ca_img .item>img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
/*contact*/
.new_detail .pd_tel {
    display: initial;
    font-size: 16px;
    font-weight: bold;
    color: #FC0303;
    padding-left: 20px;
    background: url(../images/icon/phone.png) no-repeat left center;
    background-size: 16px;
}
/*recruit*/
.tab_reCa{
    display: none;
}
.rec_head{
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    padding: 2% 0;
}
.tab_reCa img{
    width: 80%;
    margin: 4px auto;
}
.tab_reCa p{
    text-indent: 2em;
    padding: 1% 0;
}














