﻿.yd, .pc, .footer {
    display: block;
}

.main {
    min-height: 500px;
    margin: 0;
    padding: 0;
    margin-top: 100px;
}

    .main > .article {
        background: #fff;
    }

@media all and (max-width:640px) {
    .main {
        margin-top: 64px;
    }
}

@media screen and (max-width:640px) {
    .pc, .footdiv, .link {
        display: none;
    }

    body {
        font-family: "arial",微软雅黑 !important;
    }

    .yd {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99999;
        box-shadow: 1px 1px 8px #888;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        height: 64px;
        line-height: 64px;
        background: #fff;
    }

        .yd .logo {
            width: auto;
            display: inline-block;
            float: left;
            overflow: hidden;
        }

            .yd .logo img {
                height: 60px;
                overflow: hidden;
            }

        .yd .menuBtn {
            float: left;
            width: 28%;
        }

            .yd .menuBtn .navBtn {
                position: absolute;
                top: 15px;
                right: 15px;
                width: 40px;
                height: 40px;
            }

                .yd .menuBtn .navBtn .line {
                    height: 10px;
                    border-bottom: 1px solid #4f4f4f;
                    width: 25px;
                    margin: 0 auto;
                }

            .yd .menuBtn .tNav {
                display: block;
                position: fixed;
                width: 100%;
                height: 0;
                top: 64px;
                left: 0;
                right: 0;
                overflow: hidden;
                z-index: 999;
                background: rgba(0,0,0,.5);
                transition: all .5s ease;
            }

            .yd .menuBtn .tNavHeight {
                display: block;
                height: 100%;
            }

            .yd .menuBtn .tNav ul {
                background: #333;
                overflow: hidden;
            }

                .yd .menuBtn .tNav ul li {
                    border-bottom: 1px solid #696969;
                    position: relative;
                }

                    .yd .menuBtn .tNav ul li h3 {
                        position: relative;
                        height: 46px;
                        line-height: 46px;
                        font-size: 1rem;
                        transition: all .5s ease;
                        font-weight: 500;
                    }

                    .yd .menuBtn .tNav ul li .tNavHBac {
                        background: #0581e0;
                    }

                    .yd .menuBtn .tNav ul li h3 a {
                        display: block;
                        width: 100%;
                        height: 100%;
                        color: #fff;
                        padding: 0 5%;
                        line-height:46px;
                    }

                    .yd .menuBtn .tNav ul li h3 .iconJt {
                        position: absolute;
                        top: 0;
                        right: 2%;
                        display: flex;
                        width: 46px;
                        height: 46px;
                        justify-content: center;
                        align-items: center;
                        color: #fff;
                        font-size: .875rem;
                        transition: all .5s ease;
                    }

                    .yd .menuBtn .tNav ul li h3 .iconJtRotate {
                        transform: rotate(-180deg);
                    }

                    .yd .menuBtn .tNav ul li .slidBox {
                        display: none;
                    }

    .slidBox .navSbox li {
        font-size: .875rem;
        height: 38px;
        line-height: 38px;
    }

        .slidBox .navSbox li a {
            padding-left: 8%;
        }

        .slidBox .navSbox li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
        }
}

@media all and (min-width:640px) {
    .main{
        min-width:1200px;
    }
    .yd, .bar {
        display: none;
    }

    .noneUl {
        display: none;
    }

    .pc {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99999;
        box-shadow: 1px 1px 8px #888;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        height: 100px;
        background: #fff;
        display: flex;
        justify-content: center;
    }

        .pc .pc_content {
            width: 100%;
            height: 100%;
            margin: auto;
            overflow: hidden;
        }

        .pc .logo {
            width: 400px;
            width: 37%;
            text-align: right;
            display: inline-block;
            float: left;
            margin-top: 10px;
            height: 80px;
            overflow: hidden;
            padding-right: 30px;
        }

            .pc .logo a img {
                width: 400px;
            }

        .pc .pc_content .sou {
            height: auto;
            line-height: 35px;
            margin-top: 30px;
            margin-left: 20px;
            width: 200px;
            float: left;
            text-align: right;
            position: relative;
        }

            .pc .pc_content .sou select {
                border: 1px solid #dadada;
                border-radius: 5px;
                background: #fff;
                color: #666;
            }

            .pc .pc_content .sou input[type=text] {
                width: 188px;
                height: 32px;
                line-height: 32px;
                border-radius: 20px;
                border: 1px solid #ededed;
                padding: 0 40px 0 10px;
            }

            .pc .pc_content .sou a {
                width: 35px;
                height: 30px;
                background: url(../img/mryt_fdj.png) no-repeat center center;
                top: 3px;
                left: 164px;
                position: absolute;
                cursor: pointer;
            }
        .pc .pc_content .lan {
            height: auto;
            line-height: 35px;
            margin-top: 30px;
            margin-left: 20px;
            float: left;
            text-align: right;
            position: relative;
            font-size: 16px;
            color: #fff;
        }

            .pc .pc_content .lan a {
                color: #fff;
            }


    .nav {
        float: right;
        height: 100%;
        background: #4c82d3;
        width: 63%;
        background: linear-gradient(-242deg,transparent 48px,#4c82d3 0) top left;
    }

        .nav > .menus {
            float: left;
            font-size: 16px;
            width: 100%;
            height: 100%;
            margin: 0;
            width: 52%;
            margin-left: 4.5%;
        }

            .nav > .menus > li {
                float: left;
                width: auto;
                min-width: 120px;
                height: 100%;
                text-align: center;
                line-height: 100px;
                cursor: pointer;
            }

                .nav > .menus > li:hover {
                    -webkit-transition: .6s;
                    transition: .6s;
                    background: #fff;
                }

                    .nav > .menus > li:hover p {
                        -webkit-transition: .6s;
                        transition: .6s;
                        color: #fff;
                        color: #5a5a5a;
                    }

                .nav > .menus > li > a {
                    display: flex;
                    justify-content: center;
                    font-size: 18px;
                    color: #fff;
                }

                    .nav > .menus > li > a > p {
                        height: 100px;
                        margin: 0;
                        width: auto;
                        display: flex;
                    }

                .nav > .menus > li > .submenu_t {
                    display: none;
                    color: #333;
                    background: #fff;
                    height: auto;
                    width: 120px;
                    overflow: hidden;
                    position: absolute;
                    padding: 10px 10px;
                    border-top: 1px solid #e5e5e5;
                    transition: all .8s linear;
                    -webkit-transition: all .8s linear;
                }

                    .nav > .menus > li > .submenu_t > ul {
                        margin: 0;
                        padding: 0 10px;
                    }

                        .nav > .menus > li > .submenu_t > ul li {
                            border-bottom: 1px solid #e1e1e1;
                            padding: 0;
                            margin: 0;
                            height: 50px;
                            font-size: 14px;
                            line-height: 50px;
                            cursor: pointer;
                            text-align: left;
                        }

                            .nav > .menus > li > .submenu_t > ul li a {
                                font-size: 14px;
                            }

    @-webkit-keyframes fadeInBottom {
        0% {
            transform: translateY(50px);
            -webkit-transform: translateY(50px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            opacity: 1;
        }
    }

    @keyframes fadeInBottom {
        0% {
            transform: translateY(50px);
            -webkit-transform: translateY(50px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            opacity: 1;
        }
    }

    .nav > .menus > li:hover .submenu_t {
        display: block;
        animation: fadeInBottom .6s ease-in-out forwards;
        -webkit-animation: fadeInBottom .6s ease-in-out forwards;
    }
}

@media all and (min-width:640px) {
    .footdiv {
        clear: both;
        min-width: 1200px;
        width: 100%;
        background: var(--bottom-blue);
        overflow: hidden;
    }

        .footdiv .footer {
            display: block;
            width: 1200px;
            margin: auto;
            margin-top: 10px;
            overflow: hidden;
        }

            .footdiv .footer .footLeft {
                padding: 0;
                overflow: hidden;
                width: 830px;
                background-image: url(../img/dixian.jpg);
                background-repeat: no-repeat;
                background-position: right top;
            }

                .footdiv .footer .footLeft dl {
                    color: #fff;
                    width: 200px;
                    float: left;
                }

                .footdiv .footer .footLeft dt {
                    font-size: 20px;
                    font-weight: normal;
                    line-height: 40px;
                    text-transform: uppercase;
                }

                    .footdiv .footer .footLeft dt a {
                        color: #fff;
                    }

                .footdiv .footer .footLeft dd {
                    color: #8f8f8f;
                }

                .footdiv .footer .footLeft .currclass a {
                    background: 0;
                }

                .footdiv .footer .footLeft dd li a {
                    font-size: 15px;
                    color: #FFF;
                    line-height: 30px;
                }

            .footdiv .footer .footRight {
                overflow: hidden;
                margin: auto;
                width: 303px;
            }

                .footdiv .footer .footRight dl {
                    float: left;
                    color: #fff;
                }

                .footdiv .footer .footRight dt h3 {
                    font-size: 20px;
                    font-weight: normal;
                    line-height: 40px;
                    text-transform: uppercase;
                    color:#fff;
                }

                .footdiv .footer .footRight dt p {
                    font-size: 15px;
                    color: #fff;
                    line-height: 30px;
                }

                .footdiv .footer .footRight dl dd {
                    color: #828282;
                }

                    .footdiv .footer .footRight dl dd h3 {
                        font-size: 16px;
                        color: #fff;
                        font-family: Arial,Helvetica,sans-serif;
                        line-height: 30px;
                    }
                    .footdiv .footer .footRight dl dd .phone {
                        font-size: 16px;
                        color: #fff;
                        font-family: Arial,Helvetica,sans-serif;
                        line-height: 30px;
                    }

        .footdiv .link {
            display: block;
            width: 1200px;
            margin: auto;
            overflow: hidden;
        }

            .footdiv .link span {
                font-size: 15px;
                color: #828282;
                float: left;
            }

            .footdiv .link ul {
                float: left;
            }

                .footdiv .link ul li {
                    float: left;
                    margin-right: 10px;
                }

                    .footdiv .link ul li a {
                        font-size: 15px;
                        color: #828282;
                        margin-right: 10px;
                        float: left;
                    }

                    .footdiv .link ul li i {
                        color: #828282;
                        float: left;
                    }
}

.footdiceng {
    background: #232323;
    min-height: 50px;
    overflow: hidden;
    color: #7e7e7e;
    position: relative;
    bottom: 0;
    clear: both;
    min-width:1200px;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .footdiceng .footceng_nr {
        width: 1200px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
        padding: 5px;
    }

        .footdiceng .footceng_nr .link {
            width: 100%;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
        }

            .footdiceng .footceng_nr .link a {
                color: #828282;
                margin-right: 10px;
                line-height: 25px;
            }
            .footdiceng .footceng_nr .link i{
                color:#828282;
            }
                .footdiceng .footceng_nr .link i:last-child{
                    display:none;
                }

                .footdiceng .footceng_nr .copy {
                    width: 100%;
                    text-align: center;
                    line-height: 20px;
                    font-size: 14px;
                    color: #828282;
                }

.yd_foot {
    display: none;
}

@media all and (max-width:640px) {
    .footdiceng {
        display: none;
    }

    .yd_foot {
        display: block;
        width: 100%;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        background: #232323;
        overflow: hidden;
        color: #7e7e7e;
        position: relative;
        bottom: 0;
        clear: both;
        display: flex;
        justify-content: center;
    }

        .yd_foot .yd_foot_nr {
            width: 100%;
            margin: auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            overflow: hidden;
        }

            .yd_foot .yd_foot_nr .copy {
                line-height: 24px;
                font-size: 12px;
                width: 100%;
                text-align: center;
            }
}

@media all and (min-width:640px) {
    
    .tels{display:none;}

    .tools {
        position: fixed;
        right: 30px;
        bottom: 20px;
        width: 76px;
        box-sizing: border-box;
        min-height: 220px;
        background-color: #fff;
        border-radius: 4px;
        border: solid 1px #e5e5e5;
        z-index: 999;
    }

        .tools a {
            display: block;
            padding: 0 8px 12px;
            color: #999;
            font-size: 12px;
            position: relative;
            text-align: center;
            padding-top: 12px;
        }

            .tools a:before {
                position: absolute;
                content: '';
                width: 60px;
                height: 1px;
                top: 0;
                left: 50%;
                margin-left: -30px;
                background-color: #e6e6e6;
            }

        .tools li:first-child a:before {
            display: none;
        }

        .tools a:hover {
            color: #0581e0;
        }

        .tools a i.tel_text {
            background: url(/content/img/left_phone.png) no-repeat center center;
            background-size: contain;
        }

        .tools a i.gotop_text {
            background: url(/content/img/left_back.png) no-repeat center center;
            background-size: contain;
        }

        .tools a i.weixin_text {
            background: url(/content/img/left_wechat.png) no-repeat center center;
            background-size: contain;
        }

        .tools a i {
            display: block;
            margin: 0 auto;
            width: 30px;
            height: 28px;
            margin-bottom: 4px;
        }

        .tools .weixin_hide {
            position: fixed;
            bottom: 100px;
            right: 110px;
            width: 320px;
            height: 168px;
            color: #999;
            z-index: 999;
            border: 1px solid #e2e2e2;
            text-align: center;
            padding: 15px 0 0;
            background: #fff;
            border-radius: 4px;
            display: none;
        }

    .tel_hide {
        display: none;
        position: absolute;
        left: -170px;
        top: 0;
        background-color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 10px 10px 16px 10px;
        border: solid 1px #e5e5e5;
        color: #666;
        padding: 1vw !important;
        transition: all .5s ease;
    }

    .tools .tel_val {
        color: #0581e0;
        display: block;
        min-height: 44px;
        overflow: hidden;
        line-height: 29px;
        font-size: 16px;
    }

    .tools a {
        display: block;
        padding: 0 8px 12px;
        color: #999;
        font-size: 12px;
        position: relative;
        text-align: center;
        padding-top: 12px;
    }
}

@media all and (max-width:640px) {
    .tools {
        display: none;
    }

    .bar {
        display: block;
        position: fixed;
        bottom: 40px;
        right: 10px;
        width: 40px;
        height: 40px;
        z-index: 98;
    }

        .bar a:active {
            text-decoration: none;
        }

        .bar a img {
            width: 40px;
        }
}


.tels_ul ul li{
    line-height:30px;
    font-size:18px;
    padding-left: 10px;
}
.tels_ul ul li .tel_left{
    /*float:left;
    display:block;
    width:50%;
    overflow:hidden;*/
}