/*顶部导航区域*/
@media (min-width: 1400px){
    .container {
        width: 1400px;
    }
}


body{
    padding: 80px 0 0 0;
}
#topNav {
    background: #F7F8FA;
}




/*banner区域*/
#obgcdome1{
    margin: 0;
    padding: 140px 0 0 0 ;
    font-size: 0;
    background: url("../img/obgcbanner.png") no-repeat 0 0;
    background-size: 100% 100%;
}
#obgcdome1 .container{
    position: relative;
    z-index: 100;
}
#obgcdome1 .container .imgtitle{
    float: right;
    margin: 40px 0 0 0;
}

#obgcdome1  .imgright{
    position:absolute;
    width: 900px;
    height: auto;
    box-shadow: 0px 0px 0px #333333;
    border: 4px #ffffff solid;
    right: 10%;
    bottom: 0%;
    z-index: 10;
}





/*公装管理系统*/
#obgcdome2{
    margin: 120px 0 0 0 ;
}
#obgcdome2 .obgctitle{
    display: block;
    text-align: center;
}
#obgcdome2 .obgctitle h3{
    font-size: 32px;
    font-weight: bolder;
    color: #002F4B;
    line-height: 32px;
    opacity: 0.2;
    text-transform: uppercase;
    letter-spacing: -1px;
}
#obgcdome2 .obgctitle h2{
    font-size: 40px;
    font-weight: bold;
    color: #202020;
    line-height: 40px;
    margin: -20px 0 0 0;
}
#obgcdome2 .obgctitle p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 27px;
    text-align: center;
    margin: 20px 0;
}
#obgcdome2 .obgctitle:after{
    width: 40px;
    height: 5px;
    display: inline-block;
    content: ' ';
    background: linear-gradient(90deg, #FFAA00 0%, rgba(255, 255, 255, 0) 100%);
}


#obgcdome2 ul{
    width: 100%;
    position: relative;
    height: 280px;
    background: url(../img/obcgmunboder.png) no-repeat 0  center;
    background-size: 100% ;
    margin: 50px 0 100px 0;
}
#obgcdome2 ul li {
    width: 20%;
    float: left;
}
#obgcdome2 ul li:nth-child(2n){
    position: absolute;
    top: 130px;
    left: 0;
    margin: 0 0 0 80px;
}
#obgcdome2 ul li:nth-child(4){  left:20%;  }
#obgcdome2 ul li:nth-child(6){  left:40%;  }
#obgcdome2 ul li:nth-child(8){  left:60%;  }

#obgcdome2 ul li div.info{
    display: block;
    margin: 0;
    position: relative;
    padding: 0 0 0 62px;
    height: 125px;
}
#obgcdome2 ul li:nth-child(2n) div.info{
    padding: 58px 0 0 62px;
}
#obgcdome2 ul li div.info div.mun{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #7F97A5;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#obgcdome2 ul li div.info div.mun span{
    display: block;
    width: 100%;
    height: 100%;
    content: ' ';
    padding: 0 ;
    margin: 0 ;
    background: url("../img/obcgmun1.png") no-repeat -10px 10px;
    background-size: unset;
}
#obgcdome2 ul li:nth-child(2n) div.info div.mun{
    top: auto;
    bottom: -18px;
}


#obgcdome2 ul li:nth-child(1) div.info div.mun span{ background: url("../img/obcgmun1.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(2) div.info div.mun span{ background: url("../img/obcgmun2.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(3) div.info div.mun span{ background: url("../img/obcgmun3.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(4) div.info div.mun span{ background: url("../img/obcgmun4.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(5) div.info div.mun span{ background: url("../img/obcgmun5.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(6) div.info div.mun span{ background: url("../img/obcgmun6.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(7) div.info div.mun span{ background: url("../img/obcgmun7.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(8) div.info div.mun span{ background: url("../img/obcgmun8.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(9) div.info div.mun span{ background: url("../img/obcgmun9.png") no-repeat -10px 10px;  background-size: unset }


/*鼠标移上数字*/
#obgcdome2 ul li:hover div.info div.mun,
#obgcdome2 ul li.active div.info div.mun{
    border: 2px solid #FF7F00;
}
#obgcdome2 ul li:nth-child(1):hover div.info div.mun span,
#obgcdome2 ul li:nth-child(1).active div.info div.mun span{ background: url("../img/obcgmun1h.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(2):hover div.info div.mun span,
#obgcdome2 ul li:nth-child(2).active div.info div.mun span{ background: url("../img/obcgmun2h.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(3):hover div.info div.mun span,
#obgcdome2 ul li:nth-child(3).active div.info div.mun span{ background: url("../img/obcgmun3h.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(4):hover div.info div.mun span,
#obgcdome2 ul li:nth-child(4).active div.info div.mun span{ background: url("../img/obcgmun4h.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(5):hover div.info div.mun span,
#obgcdome2 ul li:nth-child(5).active div.info div.mun span{ background: url("../img/obcgmun5h.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(6):hover div.info div.mun span,
#obgcdome2 ul li:nth-child(6).active div.info div.mun span{ background: url("../img/obcgmun6h.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(7):hover div.info div.mun span,
#obgcdome2 ul li:nth-child(7).active div.info div.mun span{ background: url("../img/obcgmun7h.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(8):hover div.info div.mun span,
#obgcdome2 ul li:nth-child(8).active div.info div.mun span{ background: url("../img/obcgmun8h.png") no-repeat -10px 10px;  background-size: unset }
#obgcdome2 ul li:nth-child(9):hover div.info div.mun span,
#obgcdome2 ul li:nth-child(9).active div.info div.mun span{ background: url("../img/obcgmun9h.png") no-repeat -10px 10px;  background-size: unset }



#obgcdome2 ul li div.info i.imgicon{
    width: 34px;
    height: 34px;
    content:' ';
    display: inline-block;
    background: url("../img/obgcicon1.png") no-repeat center;
    background-size: auto;
}
#obgcdome2 ul li:nth-child(2) div.info .imgicon{ background: url("../img/obgcicon6.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(3) div.info .imgicon{ background: url("../img/obgcicon2.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(4) div.info .imgicon{ background: url("../img/obgcicon8.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(5) div.info .imgicon{ background: url("../img/obgcicon3.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(6) div.info .imgicon{ background: url("../img/obgcicon9.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(7) div.info .imgicon{ background: url("../img/obgcicon4.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(8) div.info .imgicon{ background: url("../img/obgcicon7.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(9) div.info .imgicon{ background: url("../img/obgcicon5.png") no-repeat center;  background-size: auto }

/*鼠标移上图标*/
#obgcdome2 ul li:nth-child(1):hover div.info .imgicon,
#obgcdome2 ul li:nth-child(1).active div.info .imgicon { background: url("../img/obgcicon1H.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(2):hover div.info .imgicon,
#obgcdome2 ul li:nth-child(2).active div.info .imgicon { background: url("../img/obgcicon6H.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(3):hover div.info .imgicon,
#obgcdome2 ul li:nth-child(3).active div.info .imgicon { background: url("../img/obgcicon2H.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(4):hover div.info .imgicon,
#obgcdome2 ul li:nth-child(4).active div.info .imgicon { background: url("../img/obgcicon8H.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(5):hover div.info .imgicon,
#obgcdome2 ul li:nth-child(5).active div.info .imgicon { background: url("../img/obgcicon3H.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(6):hover div.info .imgicon,
#obgcdome2 ul li:nth-child(6).active div.info .imgicon { background: url("../img/obgcicon9H.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(7):hover div.info .imgicon,
#obgcdome2 ul li:nth-child(7).active div.info .imgicon { background: url("../img/obgcicon4H.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(8):hover div.info .imgicon,
#obgcdome2 ul li:nth-child(8).active div.info .imgicon { background: url("../img/obgcicon7H.png") no-repeat center;  background-size: auto }
#obgcdome2 ul li:nth-child(9):hover div.info .imgicon,
#obgcdome2 ul li:nth-child(9).active div.info .imgicon { background: url("../img/obgcicon5H.png") no-repeat center;  background-size: auto }



#obgcdome2 ul li div.info h3{
    font-size: 20px;
    font-weight: bold;
    color: #202020;
    line-height: 27px;
}
#obgcdome2 ul li div.info p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    text-transform: initial;
    letter-spacing: 0;
}
/*鼠标移上文字*/
#obgcdome2 ul li.active div.info h3,
#obgcdome2 ul li:hover div.info h3{
    color: #FF7F00;
}

#obgcdome2 ul li div.info em{
    width: 1px;
    height: 80px;
    content: ' ';
    display: inline-block;
    position: absolute;
    bottom: -16px;
    left: 18px;
    background: #7F97A5;
}
#obgcdome2 ul li div.info em:after{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 2px solid #7F97A5;
    border-radius: 50%;
    display: inline-block;
    content: ' ';
    position: absolute;
    bottom: -6px;
    left: -6px;
}
#obgcdome2 ul li:nth-child(2n) div.info em{
    bottom: auto;
    left: 18px;
    top: 12px;
}
#obgcdome2 ul li:nth-child(2n) div.info em:after {
    left: -6px;
    bottom: auto;
    top: -6px;
}
#obgcdome2 ul li:hover div.info em,
#obgcdome2 ul li.active div.info em{
    background: #FF7F00;
}
#obgcdome2 ul li:hover div.info em:after,
#obgcdome2 ul li.active div.info em:after{
    border: 2px solid #FF7F00;
}


div.bgimg{
    background: url("../img/obgcicontwobg.jpg") no-repeat 0 0 #f7f8fa;
    background-size: 100%;
    padding: 100px 0 0px 0;
}

/*全案123项工序*/
#obgcdome3{
    margin:  0px 0 0  0;
}
#obgcdome3 .obgctitle3{
    text-align: center;
    color: #ffffff;
}
#obgcdome3 .obgctitle3 h2{
    font-size: 40px;
    font-weight: bold;
    color: #FFF9EC;
    line-height: 40px;
}
#obgcdome3 .obgctitle3 h2 i{
    width: 400px;
    height: 4px;
    display: inline-block;
    background: url(../img/obgcicontwobg2.png) no-repeat center;
    background-size: 100%;
    vertical-align: middle;
    margin: -4px 10px 0 0;
}
#obgcdome3 .obgctitle3 h2 i:last-child{
    background: url(../img/obgcicontwobg3.png) no-repeat center;
    background-size: 100%;
    margin: -4px  0 0 10px;
}
#obgcdome3 .obgctitle3 h2 span{
    color: #ffaa00;
    font-size: 40px;
}
#obgcdome3 .obgctitle3 h2 span em{
    font-style: normal;
    font-size: 56px;
    letter-spacing: 0;
    margin: 0 2px;
    display: inline-block;
}
#obgcdome3 .obgctitle3 p{
    font-size: 20px;
    font-weight: 400;
    color: #FFF9EC;
    line-height: 27px;
    text-align: center;
    margin: 10px 0;
}
#obgcdome3 .obgctitle3 i.borderi{
    width: 40px;
    height: 5px;
    display: inline-block;
    content: ' ';
    background: linear-gradient(90deg, #FFAA00 0%, rgba(255, 255, 255, 0) 100%);
}

#obgcdome3 .gunmun{
    margin: 60px 0 100px 0;
}

#obgcdome3 .swiper-slide a{
    display: block;
    text-align: center;
    padding: 70px 0;
}
#obgcdome3 .swiper-slide a h3{
    font-size: 18px;
    font-weight: bold;
    color: #FFF9EC;
}
#obgcdome3 .swiper-slide a h3 span{
    font-size: 60px;
    font-family: Arial;
    font-weight: bold;
    color: #FFF9EC;
}
#obgcdome3 .swiper-slide a p{
    font-size: 18px;
    font-weight: 400;
    color: #FFF9EC;
    line-height: 27px;
    text-align: center;
}
#obgcdome3 .swiper-slide a em{
    width: 14px;
    height: 2px;
    display: block;
    margin:  34px auto;
    content: ' ';
    background: #FFAA00;
    border-radius: 1px;
}
#obgcdome3 .swiper-slide a i{
    width: 40px;
    height: 40px;
    content: ' ';
    display: inline-block;
    background: url(../img/obgcicontwo1.png) no-repeat center;
    background-size: auto;
    opacity: 0.3;
}
#obgcdome3 .swiper-slide:nth-child(2) a i{
    background: url(../img/obgcicontwo2.png) no-repeat center;
    background-size: auto;
}
#obgcdome3 .swiper-slide:nth-child(3) a i{
    background: url(../img/obgcicontwo3.png) no-repeat center;
    background-size: auto;
}
#obgcdome3 .swiper-slide:nth-child(4) a i{
    background: url(../img/obgcicontwo4.png) no-repeat center;
    background-size: auto;
}
#obgcdome3 .swiper-slide:nth-child(5) a i{
    background: url(../img/obgcicontwo5.png) no-repeat center;
    background-size: auto;
}
#obgcdome3 .swiper-slide:nth-child(6) a i{
    background: url(../img/obgcicontwo6.png) no-repeat center;
    background-size: auto;
}
#obgcdome3 .swiper-slide:nth-child(7) a i{
    background: url(../img/obgcicontwo7.png) no-repeat center;
    background-size: auto;
}
#obgcdome3 .swiper-slide:nth-child(8) a i{
    background: url(../img/obgcicontwo8.png) no-repeat center;
    background-size: auto;
}
#obgcdome3 .swiper-slide a.active,
#obgcdome3 .swiper-slide a:hover{
    background: #335368;
}
#obgcdome3 .swiper-slide a.active i,
#obgcdome3 .swiper-slide a:hover a i{
    opacity: 1;
}







/*产品区域的*/
#obgcdome4 .containerobgc{
    display: block;
    width: 1600px;
    margin: 0 auto 40px auto;
    background: #FFFFFF;
    padding: 80px 0 0px 0;
}
#obgcdome4 .containerobgc .titleobgc{
    display: block;
    position: relative;
    padding: 0 0 20px 0 ;
    border-bottom: 1px #CCCCCC solid;
}
#obgcdome4 .containerobgc .titleobgc span:nth-child(1){
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border: 1px dashed  #FFAA00;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #FFAA00;
    position: relative;
    left: -25px;
}
#obgcdome4 .containerobgc .titleobgc h2{
    color: #012e4d;
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    margin: 10px 0 0 0;
}
#obgcdome4 .containerobgc .titleobgc h2 em{
    font-style: normal;
    position: relative;
    z-index: 10;
}
#obgcdome4 .containerobgc .titleobgc h2 em:nth-child(2){
    position: absolute;
    top: 2px;
    left: 1px;
    color: #ffffff;
    -webkit-text-stroke: 1px #808080;
    text-stroke: 1px #000000;
    z-index: 0;
}

#obgcdome4 .containerobgc .titleobgc h3{
    font-size: 20px;
    font-weight: 400;
    color: #202020;
    line-height: 27px;
    display: inline-block;
    padding: 4px 6px;
    margin: 10px 0 0 0;
    background: linear-gradient(90deg, #FFAA00 0%, rgba(255, 255, 255, 0) 100%);
}

#obgcdome4 .containerobgc .titleobgc span{
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 40px;
    -webkit-text-stroke: 1px #ffab04;
    text-stroke: 1px #ffab04;
    letter-spacing: 1px;
    position: absolute;
    text-align: right;
    z-index: 2;
    right: 0;
    bottom: 10px;
    text-transform: uppercase;
}


#obgcdome4 .containerobgc .product{
    display: block;
    overflow: hidden;
    margin: 60px 0;
}
#obgcdome4 .containerobgc .product ul li a{
    display: block;
    border: 1px solid #F5F5F5;
    margin: 0 0  30px 0;
    position: relative;
}
#obgcdome4 .containerobgc .product ul li a .img{
    display: block;
    font-size: 0;
    overflow: hidden;
}
#obgcdome4 .containerobgc .product ul li a .img img{
    width: 100%;
    transition: all 0.3s;
}
#obgcdome4 .containerobgc .product ul li a .img img:hover{
    transform: scale(1.12);
}

#obgcdome4 .containerobgc .product ul li a span{
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #002F4B;
    border-radius: 20px;
    padding: 4px 15px ;

    font-size: 18px;
    font-weight: bold;
    color: #002F4B;
    line-height: 27px;
    position: absolute;
    bottom: 4%;
    left: 4%;
}

#obgcdome4 .containerobgc .product ul li a:hover{
    border: 1px solid #FFAA00;
}





/*欧标工艺施工展示区域的*/
#obgcdome4 .containerobgc .product.productbg ul li a span{
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    border: none;
    line-height: 40px;
    text-align: center;
    padding: 0 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
#obgcdome4 .containerobgc .product.productbg ul li a:hover {
    border: 1px transparent solid;
    box-shadow: 0px 4px 6px #dedede;
}













/*欧标工艺售后保障*/
#obgcdome5{
    margin: 100px 0 0 0 ;
}
#obgcdome5 .obgctitle{
    display: block;
    text-align: center;
}
#obgcdome5 .obgctitle h3{
    font-size: 32px;
    font-weight: bolder;
    color: #002F4B;
    line-height: 32px;
    opacity: 0.2;
    text-transform: uppercase;
    letter-spacing: -1px;
}
#obgcdome5 .obgctitle h2{
    font-size: 40px;
    font-weight: bold;
    color: #202020;
    line-height: 40px;
    margin: -20px 0 10px 0;
}

#obgcdome5 .obgctitle:after{
    width: 40px;
    height: 5px;
    display: inline-block;
    content: ' ';
    background: linear-gradient(90deg, #FFAA00 0%, rgba(255, 255, 255, 0) 100%);
}


#obgcdome5 .product ul{
    width: 100%;
    position: relative;
    margin: 50px 0 100px 0;
}

#obgcdome5 .product li a{
    display: block;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
    top: 0;
}
#obgcdome5 .product li a:hover{
    position: relative;
    top: -15px;
    box-shadow: 0px 3px 7px #333333;
}


/*响应式区域*/
@media screen and (max-width: 1600px) {
    #obgcdome4 .containerobgc {
        width: 100%;
    }


}


@media screen and (max-width: 1500px) {
    #obgcdome1 {
        padding: 50px 0 0 0;
        background-size: auto 100%;
    }
    #obgcdome1 .imgright {
        width: 56%;
        right: 3%;
    }
    #obgcdome1 .container .imgtitle {
        margin: 24px 0 0 0;
    }

    #obgcdome2 ul {
        height: 230px;
    }
    #obgcdome2 .obgctitle h3 {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: 0px;
    }
    #obgcdome2 .obgctitle h2 {
        font-size: 34px;
        line-height: 36px;
    }
    #obgcdome2 .obgctitle p {
        font-size: 16px;
        line-height: 22px;
        margin: 14px 0;
    }
    #obgcdome2 ul li div.info h3 {
        font-size: 18px;
        line-height: 23px;
    }
    #obgcdome2 ul li div.info {
        padding: 0 0 0 50px;
        height: 100px;
    }
    #obgcdome2 ul li:nth-child(2n) {
        top: 104px;
        margin: 0 0 0 60px;
    }
    #obgcdome2 ul li div.info i.imgicon {
        width: 30px;
        height: 30px;
        background-size: 100% !important;
    }

    div.bgimg {
        padding: 70px 0 0px 0;
    }
    #obgcdome3 .obgctitle3 h2 {
        font-size: 34px;
        line-height: 36px;
    }
    #obgcdome3 .obgctitle3 h2 span em {
        font-size: 46px;
    }
    #obgcdome3 .obgctitle3 p {
        font-size: 18px;
        line-height: 22px;
        margin: 8px 0;
    }
    #obgcdome3 .swiper-slide a {
        padding: 40px 0;
    }
    #obgcdome3 .swiper-slide a h3 span {
        font-size: 48px;
    }
    #obgcdome3 .swiper-slide a p {
        font-size: 16px;
    }
    #obgcdome3 .swiper-slide a em {
        margin: 24px auto;
    }


    #obgcdome4 .containerobgc {
        margin: 0 auto 40px auto;
        padding: 60px 0 0px 0;
    }
    #obgcdome4 .containerobgc .titleobgc h2 {
        line-height: 40px;
        font-size: 36px;
        margin: 0 0 0 0;
    }
    #obgcdome4 .containerobgc .titleobgc h3 {
        font-size: 16px;
        line-height: 25px;
        padding: 4px 10px;
        margin: 6px 0 0 0;
    }
    #obgcdome4 .containerobgc .titleobgc span:nth-child(1) {
        left: 0;
    }
    #obgcdome4 .containerobgc .titleobgc span {
        font-size: 28px;
        line-height: 32px;
        bottom: 16px;
    }
    #obgcdome4 .containerobgc .product {
        margin: 26px 0;
    }
    #obgcdome4 .containerobgc .product ul{
        margin: 0 -10px;
    }
    #obgcdome4 .containerobgc .product ul li{
        padding: 0 10px;
    }
    #obgcdome4 .containerobgc .product ul li a {
        margin: 0 0 20px 0;
    }
    #obgcdome4 .containerobgc .product ul li a span {
        padding: 4px 15px;
        font-size: 17px;
        line-height: 24px;
    }

    #obgcdome5 {
        margin: 70px 0 0 0;
    }
    #obgcdome5 .obgctitle h3 {
        font-size: 30px;
        line-height: 30px;
    }
    #obgcdome5 .obgctitle h2 {
        font-size: 36px;
        line-height: 38px;
        margin: -15px 0 10px 0;
    }


}







@media screen and (max-width: 1200px) {
    body {
        padding: 54px 0 0 0;
    }
    #obgcdome1 .container {
        width: 96%;
    }
    #obgcdome1 .imgright {
        bottom: 10%;
    }

    #obgcdome2 {
        margin: 80px 0 0 0;
    }
    #obgcdome2 .obgctitle h2 {
        font-size: 28px;
        line-height: 32px;
    }
    #obgcdome2 .obgctitle p {
        font-size: 15px;
        line-height: 17px;
        margin: 8px 0;
    }
    #obgcdome2 ul li div.info h3 {
        font-size: 17px;
        line-height: 20px;
    }


    #obgcdome3 .obgctitle3 h2 {
        font-size: 28px;
        line-height: 30px;
    }
    #obgcdome3 .obgctitle3 h2 span {
        font-size: 28px;
    }
    #obgcdome3 .obgctitle3 h2 span em {
        font-size: 38px;
    }
    #obgcdome3 .obgctitle3 p {
        font-size: 17px;
        line-height: 20px;
        margin: 8px 0;
    }
    #obgcdome3 .obgctitle3 h2 i {
        width: 270px;
    }
    #obgcdome3 .gunmun {
        margin: 30px 0 60px 0;
    }
    #obgcdome3 .swiper-slide a h3 span {
        font-size: 41px;
    }
    #obgcdome3 .swiper-slide a em {
        margin: 18px auto;
    }



    #obgcdome4 .containerobgc .titleobgc h2 {
        line-height: 34px;
        font-size: 30px;
    }

    #obgcdome4 .containerobgc .titleobgc span {
        font-size: 24px;
        line-height: 28px;
    }
    #obgcdome4 .containerobgc .titleobgc h3 {
        font-size: 15px;
        line-height: 25px;
        padding: 4px 10px;
        margin: 10px 0 0 0;
    }
    #obgcdome4 .containerobgc .titleobgc span:nth-child(1) {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 20px;
    }


    #obgcdome5 .obgctitle h3 {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: 0px;
    }
    #obgcdome5 .obgctitle h2 {
        font-size: 28px;
        line-height: 32px;;
    }



}


@media screen and (max-width: 1000px) {
    #obgcdome1 {
        margin: 0;
        padding: 30px 0 0 0;
        font-size: 0;
        background: url(../img/obgcbannerm.png) no-repeat 0 0;
        background-size: 100% 100%;
    }
    #obgcdome1 .container .imgtitle {
        display: none;
    }
    #obgcdome1 .imgright {
        position: unset;
        width: 90%;
        height: auto;
        box-shadow: 0px 0px 0px #333333;
        right: 0;
        bottom: 0px;
        z-index: 10;
        display: block;
        margin: -124px auto 21px auto;
    }



    #obgcdome2 {
        margin: 30px 0 0 0;
    }
    #obgcdome2 .obgctitle h3 {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: -0px;
    }

    #obgcdome2 .obgctitle h2 {
        font-size: 14px;
        line-height: 17px;
        margin: 0px 0 0 0;
    }
    #obgcdome2 .obgctitle p {
        font-size: 12px;
        line-height: 15px;
        margin: 2px 0;
        letter-spacing: 0;
    }
    #obgcdome2 .obgctitle:after {
        width: 40px;
        height: 3px;
    }
    #obgcdome2 ul{
        overflow: hidden;
        height: auto;
        margin: 20px 0 40px 0;
        background: none;
    }

    #obgcdome2 ul li{
        display: inline-block;
        width: 33%;
        margin: 0 0 8px 0;
        padding: 0 3px;
    }
    #obgcdome2 ul li:nth-child(2n) {
        position: unset;
        top: 0;
        left: 0;
        margin: 0  0 8px 0;
    }
    #obgcdome2 ul li div.info {
        padding: 4px 0 0 0px;
        height: auto;
        text-align: center;
        border: 1px #d8d8d8 solid;
        box-shadow: 1px 2px 3px #e4e4e4;
    }
    #obgcdome2 ul li:nth-child(2n) div.info {
        padding: 4px 0 0 0px;
    }


    #obgcdome2 ul li:nth-child(2n) div.info div.mun {
        top: 0;
        bottom: auto;
    }
    #obgcdome2 ul li:nth-child(2n+1) div.info em,
    #obgcdome2 ul li:nth-child(2n) div.info em{
        display: none;
    }
    #obgcdome2 ul li div.info div.mun {
        width: 22px;
        height: 22px;
        position: unset;
    }
    #obgcdome2 .container ul li div.info div.mun span {
        background-position: center !important;
        background-size: 64% !important;
    }
    #obgcdome2 .container ul li:nth-child(1) div.info div.mun span {
        background-size: 50% !important;
    }
    #obgcdome2 ul li div.info i.imgicon {
        width: 18px !important;
        height: 18px !important;
        background-size: 100% !important;
        margin: -14px 0 0 -3px;
        vertical-align: middle;
    }
    #obgcdome2 ul li div.info h3 {
        font-size: 13px;
        line-height: 17px;
    }
    #obgcdome2 ul li div.info p {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 0 0;
        height: 22px;
        padding: 0 4px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        letter-spacing: -0.5px;
    }


    div.bgimg {
        background: url(../img/obgcicontwobg.jpg) no-repeat 0 0 #f7f8fa;
        background-size: 100% 100%;
        padding: 30px 0 0px 0;
    }
    #obgcdome3 {
        overflow: hidden;
    }

    #obgcdome3 .obgctitle3 {
        font-size: 0;
    }
    #obgcdome3 .obgctitle3 h2 i {
        width: 110px;
        height: 4px;
    }
    #obgcdome3 .obgctitle3 h2 {
        font-size: 13px;
        line-height: 15px;
    }
    #obgcdome3 .obgctitle3 h2 span {
        font-size: 13px;
    }
    #obgcdome3 .obgctitle3 h2 span em {
        font-size: 13px;
    }
    #obgcdome3 .obgctitle3 h2 i{
        display: none;
    }
    #obgcdome3 .obgctitle3 p {
        font-size: 12px;
        line-height: 16px;
        margin: 2px 0;
    }
    #obgcdome3 .obgctitle3 i.borderi {
        width: 40px;
        height: 3px;
        margin: 3px 0 8px 0;
    }
    #obgcdome3 .gunmun {
        margin: 10px 0 20px 0;
    }
    #obgcdome3 .swiper-slide{
        padding: 0 3px;
    }
    #obgcdome3 .swiper-slide a {
        padding: 10px 0 8px 0;
        border: 1px rgba(255,255,255,0.3) solid;
    }

    #obgcdome3 .swiper-slide a h3 span {
        font-size: 17px;
        margin: 0 2px 0 0;
    }
    #obgcdome3 .swiper-slide a h3 {
        font-size: 13px;
    }
    #obgcdome3 .swiper-slide a p {
        font-size: 12px;
        line-height: 17px;
    }
    #obgcdome3 .swiper-slide a em {
        width: 14px;
        height: 2px;
        margin: 10px auto;
    }
    #obgcdome3 .swiper-slide a i {
        width: 20px;
        height: 20px;
        background-size: 100% !important;
    }


    #obgcdome4 .containerobgc {
        padding: 24px 0 0px 0;
        margin: 0 auto 18px auto;
    }
    #obgcdome4 .containerobgc .obgcproduct{
        padding: 0 10px;
    }
    #obgcdome4 .containerobgc .titleobgc {
        padding: 0 0 8px 0;
        border-bottom: 1px #CCCCCC solid;
    }
    #obgcdome4 .containerobgc .titleobgc h2 {
        line-height: 20px;
        font-size: 17px;
        margin: 4px 0 0 32px;
    }
    #obgcdome4 .containerobgc .titleobgc span:nth-child(1) {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
        left: 0;
        position: absolute;
        top: -5px;
        left: 0;
    }
    #obgcdome4 .containerobgc .titleobgc h3 {
        font-size: 12px;
        line-height: 13px;
        padding: 3px 6px;
        margin: 8px 0 0 0px;
    }
    #obgcdome4 .containerobgc .product {
        margin: 10px 0;
    }

    #obgcdome4 .containerobgc .titleobgc span {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.4px;
        bottom: 15px;
    }


    #obgcdome4 .containerobgc .product ul{
        margin: 0 -6px;
    }
    #obgcdome4 .containerobgc .product ul li{
        padding:0 6px;
    }
    #obgcdome4 .containerobgc .product ul li a {
        margin: 0 0 6px 0;
    }
    #obgcdome4 .containerobgc .product ul li a span {
        border: 1px solid #002F4B;
        border-radius: 20px;
        padding: 2px 10px;
        font-size: 12px;
        font-weight: bold;
        color: #002F4B;
        line-height: 18px;
        position: absolute;
        bottom: 4%;
        left: 4%;
    }
    #obgcdome4 .containerobgc .product.productbg ul li a span {
        line-height: 30px;
    }



    #obgcdome5 {
        margin: 30px 0 0 0;
    }
    #obgcdome5 .container{
        padding:0 8px;
    }
    #obgcdome5 .obgctitle h3 {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: -0px;
    }
    #obgcdome5 .obgctitle h2 {
        font-size: 14px;
        line-height: 17px;
        margin: 0px 0 0 0;
    }
    #obgcdome5 .obgctitle:after {
        width: 40px;
        height: 3px;
    }
    #obgcdome5 .product ul {
        margin: 15px 0 50px 0;
    }
    #obgcdome5 .product ul li{
        padding: 0 2px;
    }
    #obgcdome5 .product li a:hover {
        top: -5px;
        box-shadow: 0px 3px 3px #333333;
    }


}