﻿
/*
   名称：运化工公共样式 
   版本：2016.08.11 
   更新人员：钱鸿翔
   描述：
 */



.main_nav ul, ol {
    margin-bottom: 0px;
}
.main_nav a {
    color: #424242;
}
.all_wrap a {
    color: #424242;
}
    .all_wrap a:hover, a:focus {
        color: #ff9913;
    }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.1;
    font-size: 14px;
    color: #424242;
   /* font-family: "ABC Sans",Calibri,"Lucida Grande","Lucida Sans Unicode",MS　ゴシック,Helvetica,Arial,Verdana,sans-serif;*/
    font-family: "Microsoft YaHei" !important;
}

a {
    text-decoration: none;
    outline: none !important;
    color: #424242;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

    a:hover {
        color: #35a9fe;
    }

    a:hover, a:focus {
        text-decoration: none;
    }

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    vertical-align: middle;
}

button {
    border: 0 none;
}

.widt100 {
    width: 100%;
}

.width1200 {
    width: 1200px;
}

.width1000 {
    width: 1024px;
}

/*与浏览器样式冲突start*/
strong, b {
    font-weight: bold;
}

em {
    font-style: italic;
}
/*与浏览器样式冲突end*/

/*IE10以下浏览器的placeholder效果 */
.phcolor {
    color: #999;
}


/* 通用样式 */
.all_wrap {
    width: 1200px;
    margin: 0 auto;
}

.l {
    float: left;
}

.r {
    float: right
}

.hide {
    display: none;
}
/* 清除浮动 */
.clear {
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0
}

.clearfix {
    *zoom: 1;
    overflow: hidden;
}

.relative {
    position: relative;
}

.wbg {
    background: #fff;
}

.contain {
    background: #f7f7f9;
}

.t-72 {
    font-size: 72px;
}

.t-36 {
    font-size: 36px;
}

.t-30 {
    font-size: 30px;
}

.t-20 {
    font-size: 20px;
}

.t-24 {
    font-size: 24px;
}

.t-18 {
    font-size: 18px;
}

.t-16 {
    font-size: 16px;
}

.l-90 {
    margin-left: 90px;
}

.m {
    color: #e26736;
}

.bl {
    color: #428abf;
}

b {
    font-weight: bold;
}

.light {
    color: #999;
}
/*顶部*/
.nav_top {
    background: #333333;
    padding: 8px 0;
    color: #eee;
    line-height: 15px;
    font-size: 12px;
}

    .nav_top > div {
        overflow: inherit;
    }

    .nav_top a {
        color: #fff;
        padding: 0 5px;
        cursor: pointer;
        line-height:30px;
    }

        .nav_top a:hover, .nav_top a:focus {
            color: #fff;
        }

        .nav_top a.wechat {
            cursor: default;
            position: relative;
        }

            .nav_top a.wechat p {
                position: absolute;
                left: 0;
                top: 15px;
                width: 0;
                padding: 0;
                overflow: hidden;
                opacity: 0;
                z-index: 10;
                -webkit-transition: opacity .300s;
                -moz-transition: opacity .300s;
                -o-transition: opacity .300s;
                transition: opacity .300s;
            }

            .nav_top a.wechat:hover p {
                opacity: 1;
                width: 140px;
                padding: 10px;
            }

            .nav_top a.wechat p img {
                width: 100%;
            }

    .nav_top div.advice {
        cursor: default;
        position: relative;
        display: inline;
        padding: 0 5px;
    }

        .nav_top div.advice > div {
            position: absolute;
            right: -15px;
            top: 15px;
            width: 0;
            height: 0;
            padding: 0;
            overflow: hidden;
            opacity: 0;
            z-index: 10;
            -webkit-transition: opacity .300s;
            -moz-transition: opacity .300s;
            -o-transition: opacity .300s;
            transition: opacity .300s;
        }

        .nav_top div.advice:hover > div {
            opacity: 1;
            width: 280px;
            height: 400px;
            padding: 10px;
        }

        .nav_top div.advice > div > div {
            background: #fff;
            border: 1px solid #ddd;
            color: #333;
            padding: 15px;
            position: relative;
        }

            .nav_top div.advice > div > div > .message {
                position: absolute;
                width: 180px;
                height: 30px;
                line-height: 30px;
                left: 50%;
                top: 30%;
                margin-left: -90px;
                z-index: 1;
                display: none;
                font-size: 12px;
                background: #d43f3a;
                text-align: center;
                color: #fff;
            }

                .nav_top div.advice > div > div > .message.success {
                    background: #4caf50;
                }

            .nav_top div.advice > div > div > p {
                line-height: 20px;
                padding-bottom: 5px;
                font-size: 14px;
            }

                .nav_top div.advice > div > div > p > span {
                    color: #e40635;
                }

                .nav_top div.advice > div > div > p.ad_submit {
                    padding-bottom: 0;
                    padding-top: 10px;
                }

                    .nav_top div.advice > div > div > p.ad_submit > span {
                        display: block;
                        color: #fff;
                        background: #e40635;
                        text-align: center;
                        padding: 8px 0;
                        cursor: pointer;
                        -webkit-transition: all .300s;
                        -moz-transition: all .300s;
                        -o-transition: all .300s;
                        transition: all .300s;
                    }

                        .nav_top div.advice > div > div > p.ad_submit > span.disabled {
                            background: #ccc;
                            cursor: default;
                        }

        .nav_top div.advice textarea {
            width: 100%;
            resize: none;
            outline: none;
            padding: 5px 10px;
            font-size: 12px;
            height: 115px;
            line-height: 20px;
            border: 1px solid #ddd;
            -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }

        .nav_top div.advice input {
            width: 100%;
            outline: none;
            padding: 5px 10px;
            font-size: 12px;
            line-height: 20px;
            border: 1px solid #ddd;
            -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }

            .nav_top div.advice textarea:focus, .nav_top div.advice input:focus {
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
                outline: 0 none;
                border-color: #66afe9;
            }


    .nav_top a:hover { /*font-size: 15px;*/
        color: #fff;
    }

    .nav_top a i {
        padding-right: 5px;
    }
/*logo*/
.main_nav {
    font-size: 16px;
    border-bottom: 0px solid #ddd;
    background: #fff;
}

    .main_nav > div {
        height: 95px;
    }

    .main_nav .logo {
        position: absolute;
        top: 20px;
        left: 0;
    }

    .main_nav .nav-list {
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: 20px;
    }

    .main_nav .nav-item {
        margin-left: 40px;
        font-size: 16px;
        padding-bottom: 30px;
        border-bottom: 3px solid #fff;
    }

        .main_nav .nav-item:hover a {
            color: #ff9913;
        }

        .main_nav .nav-item.active {
            border-bottom-color: #ff9913;
            z-index: 0;
            position: relative;
        }

            .main_nav .nav-item.active a {
                color: #ff9913;
            }

.head_line {
    height: 4px;
    margin: 0px auto;
    padding: 0px;
    background-color: #35a4fe;
    overflow: hidden;
}

/*海关申报   　　　　　  海关查询   　　　　　  查验预约   　　　　　  预归类咨询   　　　　　  HS编码  */
.link {
    padding: 20px 0;
    background: #494949;
    font-size: 16px;
}

    .link .item {
        text-align: center;
        float: left;
        width: 10.5%;
    }

        .link .item.first {
            width: 16%;
        }

        .link .item a {
            color: #fff;
            font-size: 14px;
        }

            .link .item a:hover {
                text-decoration: underline;
            }

        .link .item.last {
            border-right: 0 none;
        }

/*footer*/
.footer {
    background: #333333;
    padding: 40px 0 20px;
    color: #fff;
}

    .footer .fore1 {
        width: 160px;
    }

        .footer .fore1 li {
            line-height: 24px;
        }

            .footer .fore1 li a {
                color: #ccc;
            }

                .footer .fore1 li a:hover {
                    text-decoration: underline;
                }

        .footer .fore1 .title {
            height: 40px;
            line-height: 40px;
            font-size: 16px;
        }

    .footer .fore2 {
        position: relative;
    }

        .footer .fore2 .inco {
            display: block;
            width: 28px;
            height: 28px;
        }

        .footer .fore2 .xinl {
            position: absolute;
            top: 18px;
            left: 174px;
        }

        .footer .fore2 .weix {
            position: absolute;
            top: 18px;
            left: 207px;
        }

    .footer .fore3 {
        position: relative;
        width: 520px;
    }

        .footer .fore3 .copy {
            width: 380px;
            float: right;
            margin-right: 15px;
        }

            .footer .fore3 .copy .weibo {
                margin-top: 25px;
                margin-right: 8px;
                width: 26px;
                height: 26px;
                float: right;
            }

            .footer .fore3 .copy .wechat {
                margin-top: 25px;
                width: 26px;
                height: 26px;
                float: right;
            }

            .footer .fore3 .copy .info {
                margin-top: 10px;
                text-align: right;
                color: #8a8a8a;
                line-height: 22px;
            }

        .footer .fore3 .qrcode {
            width: 155px;
            float: right;
            text-align: center;
        }

            .footer .fore3 .qrcode p img {
                width: 120px;
                margin: auto
            }

            .footer .fore3 .qrcode span {
                line-height: 20px;
                display: block;
                padding-top: 8px;
                font-size: 13px;
            }

    .footer .copyright {
        margin-top: 60px;
        color: #8a8a8a;
    }

        .footer .copyright span {
            padding: 0 15px;
        }

            .footer .copyright span.first {
                padding-left: 0;
            }

.header {
    background-color: #435162;
    height: 80px;
    font-size: 16px;
}

    .header .logo {
        left: 0;
        position: absolute;
        top: 14px;
        padding-left: 25px;
    }

    .header .nav {
        left: 250px;
        position: absolute;
        top: 25px;
    }

        .header .nav .item {
            margin-right: 60px;
        }

            .header .nav .item a {
                color: #fff;
            }

            .header .nav .item.active a {
                color: #fff;
            }

    .header .topbar {
        position: absolute;
        right: 0;
        top: 10px;
    }

        .header .topbar a {
            background-color: #424242;
            display: block;
            margin-left: 5px;
            text-align: center;
            float: left;
            height: 80px;
            padding: 0px 20px;
            line-height: 80px;
            color: #fff;
        }

        .header .topbar span {
            color: #fff;
        }

.breadcrumb {
    font-family: "黑体";
    font-size: 24px;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.pagination a[disabled] {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination span.active {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #09f;
    border-color: #337ab7;
}



/*page*/
.paginator1 {
    font: 15px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator1 span {
        float: left;
    }

    .paginator1 a {
        color: #777;
        border: 1px solid #DDD;
        background: #fff;
        padding: 1px 6px;
        float: left;
        border-radius: 2px 2px 2px 2px;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
    }

        .paginator1 a:visited {
            padding: 1px 6px;
            border: solid 1px #DDD;
            background: #fff;
            text-decoration: none;
            text-decoration: none;
        }

    .paginator1 .cpb {
        color: #777;
        background-color: #E7EAEC;
        padding: 5px 10px 5px 10px;
        border: 1px solid #DDD;
        border-radius: 2px 2px 2px 2px;
        text-decoration: none;
    }

    .paginator1 a:hover {
        color: #777;
        background: #E7EAEC;
        border-color: #DDD;
        text-decoration: none;
    }

    .paginator1 table tr td {
        border: 0px;
    }



.paginator {
    font: 15px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator a {
        color: #777;
        border: 1px solid #DDD;
        background: #fff;
        padding: 1px 6px;
        border-radius: 2px 2px 2px 2px;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
    }

        .paginator a:visited {
            padding: 1px 6px;
            border: solid 1px #DDD;
            background: #fff;
            text-decoration: none;
            text-decoration: none;
        }

    .paginator .cpb {
        color: #777;
        background-color: #E7EAEC;
        padding: 5px 10px 5px 10px;
        border: 1px solid #DDD;
        border-radius: 2px 2px 2px 2px;
        text-decoration: none;
    }

    .paginator a:hover {
        color: #777;
        background: #E7EAEC;
        border-color: #DDD;
        text-decoration: none;
    }

    .paginator table tr td {
        border: 0px;
    }


/*弹框提示*/
.error-msg {
    width: 300px;
    height: 30px;
    line-height: 30px;
    margin-left: -150px;
    margin-top: -15px;
    display: none;
    font-size: 13px;
    position: fixed;
    top: 30%;
    left: 50%;
    text-align: center;
    color: #fff;
    background: #d84c31;
    z-index: 9999;
    -webkit-transition: background .300s;
    -moz-transition: background .300s;
    -o-transition: background .300s;
    transition: background .300s;
}

.f_qq {
    position: fixed;
    right: 2%;
    top: 415px;
    width: 150px;
    height: 180px;
    padding: 10px;
    background: #f0f0f0;
    z-index: 9999;
}

    .f_qq i {
        display: block;
        width: 100%;
        height: 85px;
        background: url(/images/qq.png) no-repeat center center;
    }

    .f_qq p {
        color: #35a9fe;
        text-align: center;
        font-weight: bold;
    }

    .f_qq a {
        display: block;
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 10px auto 0;
        text-decoration: none;
        cursor: pointer;
        background: #e26839;
        color: #fff;
        border-radius: 5px;
    }

/*右侧按钮*/
.right_btn {
    position: fixed;
    right: 10px;
    top: 60%;
    width: 80px;
    background: #fff;
    z-index: 9999;
}

    .right_btn ul {
        list-style: none;
        border-bottom: 1px solid #d7d7d7;
    }

        .right_btn ul li {
            border: 1px solid #d7d7d7;
            border-bottom: none;
        }

            .right_btn ul li a {
                display: block;
                padding: 15px 10px;
                cursor: pointer;
                text-align: center;
                -webkit-transition: all .2s;
                -moz-transition: all .2s;
                -o-transition: all .2s;
            }

            .right_btn ul li:hover a {
                color: #ff9913;
            }

            .right_btn ul li a.top {
                padding: 0;
                background: url(/images/index1102/top.png) no-repeat center center;
                width: 100%;
                height: 60px;
                background-size: 50px 50px;
            }


@media screen and (max-width: 1200px) {
    .all_wrap {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .all_wrap {
        width: 1200px;
    }
}


.head_banner {
    padding-left:20px;
    width: auto;
    height: 30px;
}