
.page-n2nd{
    text-align: center;
    font-size: 0px;
    margin: 40px 0 0;
}
.page-n2nd a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    background: #e1e1e1;
    margin: 0 5px;
}
.workshop{
    margin: 0 auto;
    margin-top: 0px;
    max-width: 1240px;
    padding: 0 20px;
    padding-bottom: 60px;
}
.workshop .row{
    width: 100%;
    margin: 0;
    padding-bottom: 32px;
    border-bottom: 1px dashed #ddd;
}
.workshop .row:last-child{border-bottom: none;}
.list_3,.list_2{
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}
.list_3>div:nth-child(3n) >div,.list_2>div:nth-child(3n) >div{}
.list_3 >div{
    cursor: pointer;
    width: 32%;
    /* padding: 0px 20px 20px 0; */
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.list_2 >div{
    cursor: pointer;
    width: 49%;
    /* padding: 0px 20px 20px 0; */
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.list_3 >div:hover,.list_2 >div:hover{
    transition: all 0.3s;
    transform: translate(0, -5px);
}
.list_3 >div>div,.list_2 >div>div{
    border: 1px solid #ddd;
    padding: 12px;
    position: relative;
    border-radius: 6px;
    margin-left: 0;
}
.hided{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.hided p{
    color: #fff;
    font-size: 14px;
}
.list_3 >div img,.list_2 >div img{
    width: 100%;
}
.list_3 >div img:hover,.list_2 >div img:hover{
    transition: all 0.5s;
    transform: scale(1.05);
}
.list_3 >div:hover .hided,.list_2 >div:hover .hided  {
    transition: all 0.3s;
    opacity: 1;
}
.worktitle{
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.line{
    height: 3px;
    width: 60px;
    background-color:#c6361f;
    margin: auto;
}
.content{
    text-align: center;
    color: #666666;
    max-width: 1000px;
    margin: 30px auto;
}
.img{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 0;
}
.img-list{
    width: 30%;
    overflow: hidden;
}
.img-img{
    width: 100%;
}
.img-img:hover{
    transition: all .5s;
    transform: scale(1.2);
}
.nnav-box{
    border-bottom: 1px solid #bdbdbd;
}
.nnav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.nnav-list{
    padding: 20px 1.75%;
    font-size: 18px;
    position: relative;
}
.nnav-list a{
    color: #000;
}
.nnav-list a:hover{
    color: #c6361f;
}
.curr{
    color: #c6361f !important;
    border-bottom: 3px solid;
}
.curr a{
    color: #c6361f !important;
}
.index-news{
    padding: 90px 0 102px !important;
}
/*.left{
    padding: 15% 10.625% 0 12.1875%;
}*/
.no{
    padding: 15% 10.625% 0 0 !important;
}
.title{
    text-align: left;
    line-height: 30px;
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    margin-top: 72px;
}
.title:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #3da576;
    position: absolute;
    top: 50px;
}
.con{
    line-height: 35px;
    color: #666666;
    font-size: 18px;
}
.txt{
    text-align: center;
    font-size: 36px;
    max-width: 1200px;
    margin: 0px auto;
    padding-top:62px;
}
.right img{
    width: 100%;
    margin: 5% 0;
}
.cnm{
    margin: 0 !important;
}
.ss{
    padding: 0px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.txt p:nth-child(2){
    max-width: 990px;
    margin: 20px auto;
    color: #666;
    font-size: 16px;
    line-height: 31px;
    padding: 0 18px;
}
.row :hover img{

}
.ssb{
    background-color: #fff;
}
.hf{
    max-width: 1200px;
    margin: 0 auto;
}
.ns{
    background-color: #f8f8f8;
}
.YY{
    display: none;
}
#zs1{
    display: none;
}
#zz1{
    display: none;
}
@media (max-width:668px){
    .list_3 >div>div,.list_2 >div>div{margin-right: 0;}
    .list_3 >div,.list_2 >div{width: 100%;padding: 0 0 10px 0;}
    .workshop .row{margin-bottom: 0;margin: 0;padding-bottom: 0px;}
    .txt{
        font-size: 26px;
        margin-top: 25px;
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .txt p:nth-child(1){
        border: 1px solid rgba(0,0,0,.2);
        margin: 0 15px;
        padding: 6px 0;
		z-index:100;
    }
    .txt p:nth-child(2) {
        font-size: 16px;
        padding: 0 15px;
        margin-bottom: 0;
        text-align: left;
    }
    .workshop {
        margin-top: 0px;
        padding: 0 15px 15px 15px;
    }
    .left{
        padding: 10px 0px !important;
    }
    /* .ss{
        padding-right: 15px !important;
        padding-left: 15px !important; 
    } */
    .YY{
        display: block;
    }
    .YS{
        display: none;
    }
    .title{
        font-size: 23px;
        margin-top: 50px;
    }
    .con{
        font-size: 16px;
    }
    .l{
        /* padding-top: 50px; */
    }
    .nnav-list{
        padding: 17px;
        font-size: 18px;
        position: relative;
    }
}
.right{
    overflow: hidden;
}
.right:hover img{
    transition: all 0.5s;
    transform: scale(1.1);
}
.t1{
    color: #000;
    text-align: left;
}
.con{
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}
.Ipro-box .btn{
    line-height: 24px;
}

.zzhoner{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    flex-direction: column;
}
.zzzz{
    background-image: none !important;
}
.zzzzz{
    font-size: 30px !important;
    color: #000;
}
.close1{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
}
.close1:hover{
    transition: all 0.3s;
    transform: scale(1.3);
}
.ttx{
    position: fixed;
}
.eit{
    color: #ffff;
    margin-top: 40px;
    font-size: 20px;
}
.ppi{
    width: 60%;
}
@media(max-width:980px){
    .ppi{
        width: 100%;
    }

}
.Icase-more {
    display: block;
    width: 160px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    color: #999;
    border: 1px solid #999;
    border-radius: 46px;
    margin: 44px auto 0;
    background-color: #E5E5E5;
    padding: 0;
}

.nav-tabs{margin-top: 50px; margin-bottom: 30px;}
.nav-tabs>li>a{font-size: 22px; padding:10px 30px; color: #666;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
color: #0051a3;
 background-color: #fff;
}

.ego {padding: 90px 0 90px; overflow: hidden;}

.bgcolor{background-color: #fff;}
.bgcolor2 {background-color: #f2f2f2;}
.contain {width: 1200px;margin: 0 auto;}
.ego .ego_fl {width: 50%; float: left;}
.ego .ego_fr {width: 43.33333%; float: right;}
.ego .ego_fl2 {width: 50%; float: right;}
.ego .ego_fr2 {width: 43.33333%; float: left;}
.ind-tit1 {
    font-size: 30px;
    color: #333;
    text-align: left;
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 15px;
}
.ind-tit1:after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background: #3da576;
    position: absolute;
    top: 50px;
}

.product-p{
    font-size: 16px;
    line-height: 31px;
    color: #666;
    margin-bottom: 0;
}

@media(max-width:1200px){
.contain {width: 100%;}
}
@media(max-width:768px){
.ego {padding: 20px 0 30px; z-index:-1;}
.ego .ego_fl, .ego .ego_fr,.ego .ego_fl2, .ego .ego_fr2{width: 100%;}
.ego .ego_fl,.ego .ego_fl2 {margin-bottom: 1rem;}
.ind-tit1 {font-size: 25px;}
}

@media(max-width:767px){
.nav-tabs{margin-top: 38px; margin-bottom: 20px;}
.nav-tabs>li>a{font-size: 18px; padding:10px 15px; color: #666;}
}