/* CSS Document */

body {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: 'KaiTi';
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
    float: left;
}

img {
    display: block;
    max-width: 100%;
    border: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.btn-m {
    display: none;
}

#header {
    height: 80px;
    moz-box-shadow: 1px 1px 1px #ccc;
    -ms-box-shadow: 2px 2px 1px #ccc;
    -o-box-shadow: 2px 2px 1px #ccc;
    -webkit-box-shadow: 2px 2px 1px #ccc;
    box-shadow: 2px 2px 1px #ccc;
    border-top: 3px solid #8f283c;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
}

    #header .leftlogo {
        width: 25%;
    }

    #header .leftnav {
        width: 60%;
    }

    #header .leftbtn {
        width: 15%;
    }

    #header .logo {
        padding: 10px 0;
    }

    #header .nav {
        width: 95%;
        margin: 0 auto;
    }


        #header .nav li {
            float: left;
            position: relative;
        }

            #header .nav li a {
                display: block;
                font-size: 14px;
                line-height: 30px;
                color: #383838;
                padding: 25px 20px;
            }

                #header .nav li a:hover {
                    background: #8f283c;
                    color: #fff;
                }

            #header .nav li.selected a {
                background: #8f283c;
                color: #fff;
            }

        #header .nav .nav_down {
            position: absolute;
            top: 80px;
            left: 50%;
            background: #fff;
            margin-left: -80px;
            display: none;
            box-shadow: 3px 3px 3px #ccc;
        }

            #header .nav .nav_down li {
                float: none;
                width: 160px;
            }

                #header .nav .nav_down li a {
                    padding: 5px 10px;
                    text-align: center;
                    background: #fff;
                    color: #383838;
                }

                #header .nav .nav_down li:hover a {
                    background: #8f283c;
                    color: #fff;
                }

    #header .btn {
    }
    #header .btn li{float:right;}
        #header .btn i {
            width: 27px;
            height: 27px;
            display: block;
            margin: 27px 6px;
            transition: all 1s linear;
            background-color: #a6a6a6;
            -moz-border-radius: 50%; /* Firefox */
            -webkit-border-radius: 50%; /* Safari 和 Chrome */
            border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
        }

            #header .btn i:hover {
                background-color: #8f283c;
            }

        #header .btn .man {
            background-image: url(/imgeas/icon/icon_men.png);
            background-repeat: no-repeat;
        }

        #header .btn .xinxi {
            background-image: url(/imgeas/icon/icon_xinxi.png);
            background-repeat: no-repeat;
        }

        #header .btn .shousuo {
            background-image: url(/imgeas/icon/icon_sousuo.png);
            background-repeat: no-repeat;
        }

        #header .btn a {
            position: relative;
            display: block;
        }

        #header .btn .search {
            position: absolute;
            right: 0;
            top: 55px;
            width: 348px;
            background: #fff;
            opacity: 0;
            transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
        }

            #header .btn .search input[type=text] {
                width: 295px;
                height: 30px;
                line-height: 30px;
                padding: 0 5px;
                float: left;
                border: none;
                color: #333;
                outline: none;
            }

            #header .btn .search input[type=button] {
                width: 40px;
                height: 30px;
                border: none;
                background: url(/imgeas/icon/icon_search.png) no-repeat center center;
                border-left: 1px solid #ccc;
                cursor: pointer;
                float: right;
                outline: none;
            }

             #header .btn li:hover .search{opacity:1; top:55px;}

#banner {
    position: relative;
    margin-top: 80px;
}

#footer {  
    background: #f2f2f2;
}

    #footer .Information {
        padding:40px 0  20px;
    }

        #footer .Information .left {
            width: 58%;
        }

        #footer .Information li {
            width: 20%;
            float: left;
        }

        #footer .Information .item {
        }

            #footer .Information .item dt {
                padding-left: 30px;
                font-size: 12px;
                line-height: 36px;
                color: #1e1e1e;
                font-weight: bold;
            }

            #footer .Information .item dd {
                padding-left: 30px;
            }
             #footer .Information .item dd:hover a{color:#8f283c; }

                #footer .Information .item dd a {
                    font-size: 12px;
                    line-height: 30px;
                    color: #5b5b5b;
                }

        #footer .Information .Item1 dt {
            background: url(/imgeas/icon/icon_dizhi.png) no-repeat left center;
        }

        #footer .Information .Item2 dt {
            background: url(/imgeas/icon/icon_product.png) no-repeat left center;
        }

        #footer .Information .Item3 dt {
            background: url(/imgeas/icon/icon_news.png) no-repeat left center;
        }

        #footer .Information .Item4 dt {
            background: url(/imgeas/icon/icon_fazhan.png) no-repeat left center;
        }

        #footer .Information .Item5 dt {
            background: url(/imgeas/icon/icon_lx.png) no-repeat left center;
        }

        #footer .Information .right {
            width: 40%;
        }

        #footer .Information .contact {
            float: left;
            width: 68%;
        }

            #footer .Information .contact dt {
            }

                #footer .Information .contact dt a {
                    font-size: 22px;
                    line-height: 38px;
                    color: #9d1330;
                    font-weight: bold;
                    padding-left: 30px;
                    background: url(/imgeas/icon/icon_phon.png) no-repeat left center;
                }

            #footer .Information .contact dd {
                clear: both;
            }

                #footer .Information .contact dd span {
                    float: left;
                    font-size: 12px;
                    line-height: 22px;
                    color: #5b5b5b;
                }

                #footer .Information .contact dd p {
                    padding-left: 35px;
                    font-size: 12px;
                    line-height: 22px;
                    color: #5b5b5b;
                }

        #footer .Information .WeChat {
            float: right;
            width: 28%;
            text-align: center;
        }

            #footer .Information .WeChat img {
                width: 100%;
            }

            #footer .Information .WeChat p {
                display: inline-block;
                margin: 0 auto;
                font-size: 12px;
                line-height: 30px;
                color: #636363;
                padding-left: 30px;
                background: url(/imgeas/icon/wx_icon.png) no-repeat left center;
            }







    #footer .Copyright {
        background: #8f283c;
    }

        #footer .Copyright p {
            font-size: 12px;
            line-height: 40px;
            text-align: center;
            color: #fff;
        }

        #footer .Copyright a {
            font-size: 12px;
            line-height: 40px;
            color: #fff;
        }

#kf {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 999;
}

    #kf li {
        position: relative;
        float: none;
    }

        #kf li a {
            display: block;
            border-bottom: 1px solid #fff;
            z-index: 99;
        }

        #kf li div {
            position: absolute;
            right: -500%;
            top: 0;
            display: block;
            padding: 10px;
            background: #ccc;
            transition: all 0.5s linear;
            z-index: -1;
            background: #8f283c;
            color: #fff;
        }
         #kf li:last-child a{border-bottom:none;}
          #kf li div.pic{width:130px; height:130px;}

        #kf li:hover {
        }

            #kf li:hover div {
                right: 45px;
            }


@media(min-width:1200px) {
}

@media(max-width:1200px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    #header .nav li {
        float: left;
        width: 20%;
        text-align: center;
    }

        #header .nav li a {
            padding: 30px 10px 25px;
        }
}

@media(max-width:1024px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    #header .nav {
        width: 100%;
    }

    #header {
        border-bottom: 1px solid #ccc;
    }

        #header .leftlogo img {
        }

        #header .leftnav {
            width: 100%;
        }

        #header .leftbtn {
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -40px;
        }

        #header .nav li a {
            padding: 10px;
        }

        #header .main {
            position: relative;
        }

        #header .btn-m {
            width: 40px;
            height: 40px;
            background: url('/imgeas/icon/phone_btn.png') no-repeat center center;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -20px;
            display: block;
            cursor: pointer;
        }

        #header .nav {
            position: fixed;
            top: 80px;
            left: 0;
            background: #fff;
            display: none;
        }

            #header .nav li {
                float: none;
                width: 100%;
                display: block;
            }

             #header .nav li.nav_li{ border-top:1px solid #ccc;}
            #header .nav .nav_down{position:relative;left:0; top:0; width:100%;margin-left:0; box-shadow:none; display:none;}
             #header .nav .nav_down li{width:100%;}
             #header .nav .nav_down li a{display:block; text-align:left;}

        #header .btn .search {
            position: fixed;
            width: 100%;
        }

            #header .btn .search input[type=text] {
                width: 85%;
            }

        #header .btn li:hover .search {
            top: 85px;
            opacity: 1;
        }
}

@media(max-width:768px) {

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    #kf {
        display: none;
    }

    #header .leftlogo {
        width: 50%;
    }

    #header .leftbtn {
        right: 50px;
        width: auto;
    }

    #footer .Information .left {
        width: 100%;
    }

    #footer .Information .right {
        width: 100%;
    }

    #footer .Information .WeChat img {
        width: auto;
        margin: 0 auto;
    }
}

@media(max-width:480px) {
    #footer {
        padding-top: 0;
    }

        #footer .Information {
            padding-top: 0;
        }

            #footer .Information li {
                width: 100%;
            }

            #footer .Information .item {
                padding: 5px 0;
            }

                #footer .Information .item dt {
                    text-align: center;
                    background: url(/imgeas/icon/icon_up.png) no-repeat right center;
                    padding-left: 0;
                    border-bottom: 1px solid #ccc;
                }

                #footer .Information .item dd {
                    text-align: center;
                    display: none;
                    padding-left: 0;
                }

            #footer .Information .contact {
                width: 100%;
                margin: 20px auto;
            }

            #footer .Information .WeChat {
                width: 100%;
                margin: 20px auto;
            }
}

@media(max-width:400px) {
    #banner {
        margin-top: 60px;
    }

    #header {
        height: 60px;
    }

        #header .nav {
            top: 60px;
        }

        #header .btn {
            display: none;
        }
}

/*2021-03-05*/
.xz-gp{ padding:35px 0;}
.mecac{ color:#fff; background:#951d3e; padding:30px;display: -webkit-flex; display: flex;flex-wrap: wrap;justify-content:space-between;align-items:center;}
.mecac .tit .p1{ font-size:24px;}
.mecac .tit .p2{ font-size:20px; margin-top:5px;}
.mecac .num{ font-size:18px;}
.mecac .num strong{ font-size:42px; font-weight:normal; margin-right:5px;}
.mecac .soc{ line-height:24px;}
.mecac .soc span{ display:block;}
.mecac .lca a{ display:inline-block; border:1px solid #fff; line-height:35px; padding:0 22px; color:#fff;}

.vomac{ margin-top:2%;}
.vomac table{border-collapse:collapse;border-spacing:0; border:1px solid #eee;}
.vomac td{ line-height:22px; padding:8px 0; border-right:1px solid #eee; font-size:14px; box-sizing:border-box;}
.vomac td.t1{ background:#f1f1f1; padding-left:2em;}
.vomac td.t2{ background:#f6f6f6; padding:8px 1em; text-align:center;}
.vomac td.t3{ background:#fafafa; padding-left:2em;}
.vomac td.t4{ background:#ffffff; padding:8px 1em; text-align:center;}
.bg-cola{ display:none;  position:fixed; z-index:20; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.meuca{ width:640px; height:400px; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); box-sizing:border-box; text-align:center; padding:40px 40px 0;}
.gbcc{ width:30px; height:30px; background:url(/images/close_t.png) no-repeat center center; cursor:pointer; position:absolute; right:10px; top:10px;}

.volta li{ margin-bottom:8px; float:none;}
.volta li a{ display:block; border:1px solid #ddd; line-height:30px; border-radius:3px; padding:10px 100px 10px 140px; position:relative; box-sizing:border-box; overflow:hidden; color:#333;}
.volta li a .date{ position:absolute; left:20px; top:10px; padding-right:15px; border-right:1px solid #ddd; color:#666;}
.volta li a .link{ position:absolute; right:30px; top:10px; color:#666;}
.volta li a .tit{ font-weight:bold; height:30px; overflow:hidden;}
.tb-oat{ padding-bottom:20px; border-bottom:1px solid #ddd; color:#951d3e; font-size:32px;}

.otlen{ padding-top:2%;}
.otlen:after{clear:both; content:"";display:block;height:0;line-height:0;visibility:hidden;}
.otlen li{ margin-top:2%; width:48.5%; float:left; border:1px solid #ddd; padding-left:72px; font-size:14px; position:relative;box-sizing:border-box;}
.otlen li:nth-child(2n){ float:right;}
.otlen li .c1{ border:none; height:35px; width:100%; padding:0 10px;box-sizing:border-box;}
.otlen li span{ display:block; width:72px; line-height:35px; text-align:center; position:absolute; left:0; top:0; color:#565656; border-right:1px solid #ddd;}
.lmaba{ margin-top:2%;}
.lmaba textarea{ width:100%; height:120px; padding:10px; border:1px solid #ddd;box-sizing:border-box;}
.kmbac{ margin-top:3%; text-align:center;}
.kmbac input{ width:135px; height:35px; border:none; cursor:pointer; color:#fff; background:#951d3e; margin:0 10px;}




@media(min-width:1201px) {
.volta li a:hover .tit{ color:#951d3e;}
.volta li a:hover:after{ height:3px; width:100%; content:''; background:#951d3e; position:absolute; left:0; bottom:-1px;}

}
@media(max-width:900px) {
.mecac .tit,.mecac .num{ width:50%;}
.mecac .soc{ margin:10px 0; font-size:14px;}
.mecac .lca{ width:100%;}
.mecac .tit .p1{ font-size:20px;}
.mecac .tit .p2{ font-size:16px;}
.mecac .num strong{ font-size:30px;}
.xz-gp{ padding:4% 0;}
.tb-oat{ padding-bottom:4%; font-size:20px;}
}

@media(max-width:640px) {
.meuca{ width:100%; height:auto; padding:20px; left:0; transform:translate(0,-50%);}
.gbcc{ right:0; top:0;}
.vomac tr{display: -webkit-flex; display: flex;flex-wrap: wrap;justify-content:space-between;align-items:stretch;}
.vomac td{}
.vomac td.t1,.vomac td.t3{ width:40%;}
.vomac td.t2,.vomac td.t4{ width:60%; padding:8px 2em; text-align:left; color:#666;}

.volta li a{ padding:6px 0 6px 100px;}
.volta li a .tit{ font-size:14px;}
.volta li a .date{ font-size:14px; left:10px; top:6px; padding-right:5px;}
.volta li a .link{ display:none;}
.otlen li{ width:100%;}

}



/*2021-03-05首页*/
.olatd{display: -webkit-flex; display: flex;flex-wrap: wrap;justify-content:space-between; background:#000;}
.olatd li{ width:33.33%; position:relative; overflow:hidden;}
.olatd li .pic img{ width:100%; height:100vh; object-fit:cover; transition:all 0.5s ease;}
.olatd li:before{ content:''; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); transition:all 0.5s ease;}
.olatd li .num{ position:absolute; z-index:3; width:100%; left:0; bottom:0; font-size:5vw; font-weight:bold; color:rgba(255,255,255,0.3); transform:translateY(30%); text-align:center;}
.olatd li .con{ position:absolute; z-index:2; left:0; top:0; width:100%; height:100vh; display:table; padding:0 5%; box-sizing:border-box;}
.tab-cell{ display:table-cell; vertical-align:middle;}

.mid-con{ max-width:325px; margin:0 auto; color:#fff;}
.mid-con .d1{ height:78px; background:no-repeat center center; background-size:auto 100%; transition:all 0.5s ease;}
.mid-con .d2{ font-size:1.8vw; font-weight:bold; text-align: center; padding:20px 0; position:relative;}
.mid-con .d2:after{ content:''; position:absolute; left:50%; bottom:0px; height:2px; width:40px; background:#fff; margin-left:-20px;}
.mid-con .d3{ font-size:16px; line-height:25px; height:25px; overflow:hidden; margin:30px 0; transition:all 0.5s ease;}
.mid-con .d4{ text-align:center; height:0px; overflow:hidden; transition:all 0.5s ease;}
.mid-con .d4 a{ display:inline-block; line-height:38px; font-size:14px; padding:0 25px; color:#fff; border:1px solid #fff;}
.lmeav{ color:#fff; font-weight:bold; font-size:2.2vw;}


.sec-04:after{clear:both; content:"";display:block;height:0;line-height:0;visibility:hidden;}
.cont-left{ float:left; width:66.6%; height:100vh; display:table; background:url(/testimg/t6.jpg) no-repeat center center; background-size:cover;}
.cont-right{ float:left; width:33.4%; height:100vh; display:table; background:url(/testimg/t7.jpg) no-repeat center center; background-size:cover;}
.pabnc:after{clear:both; content:"";display:block;height:0;line-height:0;visibility:hidden;}
.odlma{ max-width:960px; padding:0 4%; color:#fff; float:right; box-sizing:border-box;}
.odlma .d1{ font-size:2.2vw; font-weight:bold;}
.odlma .d2{ font-size:16px; line-height:1.8; margin-top:3%;}
.odlma .d3{ margin-top:4%;}
.odlma .d3 a{ display:inline-block; line-height:38px; font-size:14px; padding:0 25px; color:#fff; border:1px solid #fff;}
.obuna{ padding:0 6%;}
.obuna li{ float:none; background:no-repeat left center; padding:7% 0 7% 70px; color:#fff;}
.obuna li .d1{ font-size:14px;}
.obuna li .d1 strong{ font-size:1.8vw; display:inline-block; vertical-align:top;}
.obuna li .d2{ font-size:14px;}
.onmc-con{ max-width:510px; color:#fff;}
.onmc-con .d1{ font-size:2.2vw; font-weight:bold;}
.onmc-con .d2{ font-size:1.8vw; margin:7% 0;}
.onmc-con .d3{ font-size:1.5vw;}
.onmc-con .d3 strong{ font-size:3vw; margin-right:5px;}
.onmc-con .d3 span{ width:19px; height:22px; display:inline-block; margin-left:10px;}
.onmc-con .d3 span.up{ background:url(/images/up.png) no-repeat center center;}
.onmc-con .d3 span.down{ background:url(/images/down.png) no-repeat center center;}
.onmc-con .d4{ margin:5% 0; padding:16px 0; line-height:30px; border-top:1px solid #fff; border-bottom:1px solid #fff; display: -webkit-flex; display: flex; justify-content:space-between;}
.onmc-con .d5{ line-height:1.8;}
.onceal{ padding-top:2%;}
.onceal:after{clear:both; content:"";display:block;height:0;line-height:0;visibility:hidden;}
.onceal li{ width:18.4%; margin-right:2%; float:left; margin-top:2%; text-align:center; background:#fff; padding:15px; box-sizing:border-box; overflow:hidden;}
.onceal li:nth-child(5n){ margin-right:0;}
.onceal li img{ width:100%; height:90px; object-fit: scale-down; transition:all 0.5s ease;}
.section{ overflow:hidden;}


.sild-float{ position:fixed; z-index:6; right:0; top:50%; margin-top:-100px;}
.sild-float .list{ margin-bottom:3px; position:relative;}
.sild-float .list > a{ display:block; width:45px; height:45px; background:#8f283c no-repeat center center;}
.sild-float .list > a.a1{ background-image:url(/images/d1.png);}
.sild-float .list > a.a2{ background-image:url(/images/d2.png);}
.sild-float .list > a.a3{ background-image:url(/images/d3.png);}
.sild-float .list > a.a4{ background-image:url(/images/d4.png);}
.sild-float .list .num{ color:#fff; position:absolute; right:45px; top:0; line-height:45px; width:180px; text-align:center; font-size:18px; background:#8f283c; visibility:hidden; opacity:0; transform:translateX(-30px); transition:all 0.5s ease;}
.sild-float .list .ewmc{ box-sizing:border-box; padding:10px; width:140px; height:140px; background:#fff; position:absolute; right:45px; top:0; visibility:hidden; opacity:0; transform:translateX(-30px); transition:all 0.5s ease;}


@media(min-width:1201px) {
.olatd li:hover:before{ background:rgba(143,40,60,0.9); transition:all 0.5s ease;}
.olatd li:hover .mid-con .d1{ height:48px; transition:all 0.5s ease;}
.olatd li:hover .mid-con .d3{ height:100px; transition:all 0.5s ease;}
.olatd li:hover .mid-con .d4{ height:40px; transition:all 0.5s ease 0.3s;}
.olatd li:hover .pic img,.onceal li:hover img{ transform:scale(1.05); transition:all 0.5s ease;}
.olatd li:nth-child(1){ transform:translateX(-100%); transition:all 0.5s ease;}
.olatd li:nth-child(2){ transform:translateY(100%); transition:all 0.5s ease;}
.olatd li:nth-child(3){ transform:translateX(100%); transition:all 0.5s ease;}

.sild-float .list:hover .num,.sild-float .list:hover .ewmc{ visibility: visible; opacity:1; transform:translateX(0px); transition:all 0.5s ease;}




.active .olatd li{ transform:translate(0,0); transition:all 0.8s ease 0.3s;}

.lmeav{ opacity:0; transform:translateY(30px); transition:all 0.5s ease;}
.active .lmeav{ opacity:1; transform:translateY(0px); transition:all 0.5s ease 0.5s;}
.swiper02{ opacity:0; transform:translateY(30px); transition:all 0.5s ease;}
.active .swiper02{ opacity:1; transform:translateY(0px); transition:all 0.5s ease 0.8s;}
.odlma{ opacity:0; transform:translateX(-50%); transition:all 0.5s ease;}
.active .odlma{ opacity:1; transform:translateX(0%); transition:all 0.8s ease 0.3s;}
.obuna li{ opacity:0; transform:translateY(50px); transition:all 0.5s ease;}
.active .obuna li{ opacity:1; transform:translateY(0%); transition:all 0.5s ease 0.3s;}
.active .obuna li:nth-child(2){ transition-delay:0.5s;}
.active .obuna li:nth-child(3){ transition-delay:0.7s;}


.onmc-con .d1,.onmc-con .d2,.onmc-con .d3,.onmc-con .d4,.onmc-con .d5{ opacity:0; transform:translateY(30px); transition:all 0.5s ease;}
.active .onmc-con .d1{ opacity:1; transform:translateY(0px); transition:all 0.5s ease 0.4s;}
.active .onmc-con .d2{ opacity:1; transform:translateY(0px); transition:all 0.5s ease 0.6s;}
.active .onmc-con .d3{ opacity:1; transform:translateY(0px); transition:all 0.5s ease 0.8s;}
.active .onmc-con .d4{ opacity:1; transform:translateY(0px); transition:all 0.5s ease 1s;}
.active .onmc-con .d5{ opacity:1; transform:translateY(0px); transition:all 0.5s ease 1.2s;}

.onceal{opacity:0; transform:translateY(30px); transition:all 0.5s ease;}
.active .onceal{ opacity:1; transform:translateY(0px); transition:all 0.5s ease 0.7s;}


}








@media(max-width:1200px) {
.olatd li,.olatd li .pic img,.olatd li .con{ height:50vw;}
.mid-con .d1{ height:50px;}
.mid-con .d3{ display:none;}
.mid-con .d4{ height: auto; margin-top:20px;}
.mid-con .d2{ font-size:18px;}
.sild-float{ display:none;}
.section-3,.section-5,.section-6{ padding:6% 4%;}
.lmeav{ font-size:20px;}
.obuna:after{clear:both; content:"";display:block;height:0;line-height:0;visibility:hidden;}
.cont-left,.cont-right{ width:100%; height:auto; padding:5% 0;}
.obuna li{ width:33.33%; padding:15px 0 15px 70px; float:left; box-sizing:border-box;}
.odlma{ margin:0 auto; float:none;}
.odlma .d1{ font-size:20px;}
.obuna li .d1 strong{ font-size:22px;}
.onmc-con .d1{ font-size:20px;}
.onmc-con .d2{ font-size:16px; margin:15px 0;}
.onmc-con .d3 strong{ font-size:22px;}
.onmc-con .d4{ font-size:14px; padding:10px 0;}
.onmc-con .d5{ font-size:14px;}
.obuna{ padding:0 4%;}


}


@media(max-width:768px) {
.mid-con .d1{ height:30px;}
.mid-con .d2{ font-size:15px; padding:10px 0; font-weight:normal;}
.mid-con .d4 a{ line-height:30px; padding:0 15px; font-size:12px;}
.section-3 .container,.section-5 .container,.section-6 .container{ padding:0;}
.odlma .d2{ font-size:15px;}
.obuna li{ padding:0; background:none !important;}
.onceal li{ width:32%;}
.onceal li:nth-child(5n){ margin-right:2%;}
.onceal li:nth-child(3n){ margin-right:0;}
.onceal li img{ height:50px;}

}













<!--0.00018501281738281-->