
img {
    margin: 0px;
    padding: 0px;
    border: none;

}

.img {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .img img {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }

        .img img:hover {
            -webkit-transform: scale(1.04);
            -moz-transform: scale(1.04);
            transform: scale(1.04);
        }

a {
    color: #444;
    text-decoration: none;
}

    a:link {
        -webkit-tap-highlight-color: rgba(0,0,0,0); /*禁止链接高亮*/
        -webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
    }

    a:hover, a:active {
        color: #0280c7;
    }

input, textarea {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    a, button, input, input:focus, textarea:focus, select:focus, label:focus, option:focus {
        outline: none;
    }

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.img_r img {
    float: right;
}

.img_l img {
    float: left;
}

/* 主体结构
--------------------------------------------------*/
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0px;
}

.blank5 {
    clear: both;
    height: 5px;
    overflow: hidden;
    display: block;
}

.blank8 {
    clear: both;
    height: 8px;
    overflow: hidden;
    display: block;
}

.blank10 {
    clear: both;
    height: 10px;
    overflow: hidden;
    display: block;
}

.blank15 {
    clear: both;
    height: 15px;
    overflow: hidden;
    display: block;
}

.blank20 {
    clear: both;
    height: 20px;
    overflow: hidden;
    display: block;
}

.center {
    text-align: center;
}

.radius {
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}

.opacity {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.wrap {
    width: 100%;
    max-width: 1150px;
    _width: 1150px;
    margin: 0 auto;
}
/*布局*/
.box_root {
    width: 100%;
    height: 100%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.owl-theme {
    position: relative;
}

.owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .owl-wrapper-outer.autoHeight {
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
    }

.owl-wrapper, .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    float: left;
}

    .owl-wrapper, .owl-item .item img {
      /*  display: block;
        width: 100%;
        height: auto;*/
    }


        .header .top span {
            padding-left: 15px;
        }

        .header .top img {
            padding-right: 5px;
        }

        .header .top a {
            color: #444;
        }

    .header .logo {
    }

.headline {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    background-color: #fff;
}

    .headline .wrap {
        position: relative;
    }

.header .menu {
    position: relative;
    z-index: 999;
    position: absolute;
    top: 70px;
    right: 50px;
}

.menu,
.menu ul,
.menu ul li,
.menu ul li a,
.menu #menu-button {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
}

    .menu ul li a {
        display: block;
    }

        .menu ul li a.on {
            color: #047aca;
        }

    .menu:after,
    .menu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .menu #menu-button {
        display: none;
    }

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.menu > ul > li {
    float: left;
}

.menu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    .menu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

.menu.align-center ul ul {
    text-align: left;
}

.menu.align-right > ul > li {
    float: right;
}

.menu.align-right ul ul {
    text-align: right;
}

.menu > ul > li > a {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #444;
}

.menu > ul > li:hover > a,
.menu > ul > li.active > a {
    color: #047aca;
}

.menu > ul > li.has-sub > a {
    padding-right: 25px;
}

    .menu > ul > li.has-sub > a::after {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 4px;
        height: 4px;
        margin-top: -4px;
        border-bottom: 1px solid #c5c5c5;
        border-right: 1px solid #c5c5c5;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

.menu ul ul {
    position: absolute;
    left: -9999px;
}

.menu li:hover > ul {
    left: auto;
}

.menu.align-right li:hover > ul {
    right: 0;
}

.menu ul ul ul {
    margin-left: 100%;
    top: 0;
}

.menu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.menu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.menu ul li:hover > ul > li {
    height: 32px;
    line-height: 32px;
}

.menu ul ul li a {
    padding: 0 20px;
    width: 250px;
    font-size: 12px;
    background: #fff;
    text-decoration: none;
    color: #444;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .menu ul ul li:hover > a,
    .menu ul ul li a:hover {
        background: #047aca !important;
        color: #fff;
    }

.menu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.menu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #dddddd;
}

.menu ul ul li.has-sub:hover > a::after {
    border-color: #fff;
}


.search {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 999;
}

    .search input {
        outline: none;
    }

        .search input[type=search] {
            -webkit-appearance: textfield;
            -webkit-box-sizing: content-box;
            font-family: inherit;
            font-size: 100%;
        }

        .search input::-webkit-search-decoration,
        .search input::-webkit-search-cancel-button {
            display: none;
        }

        .search input[type=search] {
            background: #ededed url(../images/search-icon.png) no-repeat 9px center;
            border: solid 1px #ccc;
            padding: 8px 10px 8px 10px;
            width: 55px;
            font: 85%/140% Arial, Helvetica, sans-serif;
            -webkit-border-radius: 10em;
            -moz-border-radius: 10em;
            border-radius: 10em;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
        }

            .search input[type=search]:focus {
                width: 130px;
                background: #ededed url(../images/search-icon.png) no-repeat 139px center;
                background-color: #fff;
                border-color: #6dcff6;
                -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
                -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
                box-shadow: 0 0 5px rgba(109,207,246,.5);
            }

        .search input:-moz-placeholder {
            color: #999;
        }

        .search input::-webkit-input-placeholder {
            color: #999;
        }

        .search input[type=search] {
            width: 15px;
            padding-left: 10px;
            color: transparent;
            cursor: pointer;
        }

            .search input[type=search]:hover {
                background-color: #fff;
            }

            .search input[type=search]:focus {
                width: 130px;
                padding-right: 32px;
                color: #000;
                background-color: #fff;
                cursor: auto;
            }

        .search input:-moz-placeholder {
            color: transparent;
        }

        .search input::-webkit-input-placeholder {
            color: transparent;
        }

.notice_bx {
    height: 20px;
    line-height: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

    .notice_bx .title {
        float: left;
        font-size: 16px;
        color: #017fc6;
    }

.notice_cut {
    font-size: 12px;
    margin-left: 140px;
}



    .notice_cut i {
        float: right;
        color: #777;
    }

    .notice_cut a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #444;
    }

        .notice_cut a:hover {
            color: #017fc6;
        }

.title_bx {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    color: #183761;
	font-family:Arial,Verdana,Calibri;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}

    .title_bx:after {
        content: "";
        width: 8px;
        height: 7px;
        background-color: #183761;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -4px;
        bottom: -4px;
    }

.bgf6 {
    background-color: #f6f6f6;
}

.bgf61 {
    background-color: #fff;
}


.about_bx {
    display: block;
    overflow: hidden;
    padding: 0 0 0px 0;
}

    .about_bx .text {
        padding: 25px 0;
        line-height: 30px;
        font-size: 14px;
        text-align: left;
    }

.about_cut em {
    font-size: 12px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    background-color: #eee;
    color: #000;
}

.about_cut a {
    margin: 0 5%;
    text-align: center;
    display: block;
    overflow: hidden;
}

    .about_cut a:hover em {
        background-color: #ddd;
    }

.pro_bx {
    padding: 0 0 20px 0;
    display: block;
    overflow: hidden;
}

.pro_cut em {
    line-height: 40px;
    display: block;
    overflow: hidden;
    background-color: #e3e3e3;
    color: #333;
    font-size: 13px;
}

.pro_cut a {
   /* margin: 0 5%;*/
    text-align: center;
    display: block;
    overflow: hidden;
}

    .pro_cut a:hover em {
        background-color: #017fc6;
        color: #fff;
    }


.news_bx {
    padding: 0 0 50px 0;
    display: block;
    overflow: hidden;
}

    .news_bx li {
        width: 50%;
        float: left;
        padding: 0 2%;
        box-sizing: border-box;
        position: relative;
        margin: 0.6rem 0;
    }

        .news_bx li .img {
            float: left;
            max-width: 33%;
        }

        .news_bx li .inner {
            float: left;
            padding: 0 2%;
            max-width: 50%;
        }

            .news_bx li .inner b {
                font-size: 14px;
                font-weight: normal;
				font-family:microsoft yahei;
                color: #444;
            }
			
			.news_bx li .inner b1 {
			     padding-top:10px;
                font-size: 13px;
                font-weight: normal;
				font-family:microsoft yahei;
                color: #737272;
            }

            .news_bx li .inner em {
                font-size: 12px;
                color: #555;
            }

            .news_bx li .inner i {
                position: absolute;
                right: 2%;
                bottom: 2px;
            }

                .news_bx li .inner i a {
                    background-color: #77c5e9;
                    color: #fff;
                    text-transform: uppercase;
                    border-radius: 4px;
                    font-size: 12px;
                    padding: 0 0.6rem;
                    line-height: 1.8em;
                    display: block;
                }


.news_title {
    overflow: hidden;
    margin-top: -30px;
    margin-bottom: 40px;
}

    .news_title summary {
        color: #fff;
        background: #047bca;
        width: 120px;
        height: 120px;
        float: left;
        margin-top: 22px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

        .news_title summary p {
            font-weight: bold;
            padding: 20px 20px 0;
            font-size: 40px;
            height: 40px;
            line-height: 40px;
        }

        .news_title summary aside {
            padding: 0 25px;
            font-size: 16px;
        }

    .news_title article {
        width: 965px;
        float: right;
    }

        .news_title article h2 {
            margin-top: 25px;
            font-weight: bold;
            color: #047bca;
            font-size: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

        .news_title article aside {
            font-size: 12px;
            color: #999;
            margin: 14px 0 15px;
        }

.news_con {
    overflow: hidden;
}

    .news_con h2 {
        font-weight: bold;
        text-align: center;
        margin-top: 15px;
        font-size: 18px;
    }

    .news_con p {
        line-height: 30px;
        margin: 15px 0;
    }

.return {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    margin-top: 40px;
    overflow: hidden;
}

    .return .fnahui {
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 140px;
        background: #e67817;
        color: #fff;
        display: block;
        font-size: 16px;
    }

    .return .fnahui_r {
        float: right;
    }

    .return .bshare-custom {
        float: left;
        margin-top: 15px;
    }

.pro_xg {
    overflow: hidden;
}

    .pro_xg h2 {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        font-weight: bold;
        color: #047bca;
    }

    .pro_xg ul {
        overflow: hidden;
    }

        .pro_xg ul li {
            padding-left: 10px;
            position: relative;
            overflow: hidden;
            height: 36px;
            line-height: 36px;
        }

            .pro_xg ul li i {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -2px;
                width: 4px;
                height: 4px;
                background: #999;
                border-radius: 50%;
            }

            .pro_xg ul li a {
                float: left;
            }

            .pro_xg ul li span {
                color: #999;
                float: right;
            }


.footer {
    background: #2c2f34;
    color: #999;
}

.foot_nav {
    padding: 35px 0;
    display: block;
    overflow: hidden;
}

    .foot_nav ul {
        display: box;
        width: 100%;
    }

    .foot_nav li {
        padding-right: 3%;
        width: 14%;
        float: left;
    }

        .foot_nav li.qr {
            text-align: center;
            padding-right: 0;
            width: 15%;
        }

            .foot_nav li.qr em {
                display: block;
                overflow: hidden;
                color: #ccc;
                font-size: 12px;
            }

        .foot_nav li h3 {
            background: url(../images/foot_line.png) bottom repeat-x;
            padding-bottom: 20px;
            display: block;
        }

            .foot_nav li h3, .foot_nav li h3 a {
                font-size: 15px;
                color: #cccccc;
                margin-bottom: 20px;
            }

        .foot_nav li p, .foot_nav li p a {
            font-size: 13px;
            color: #9d9d9d;
            line-height: 25px;
        }

        .foot_nav li a:hover {
            text-decoration: underline;
        }

.copy {
    font-size: 14px;
    padding: 15px 0;
    background: #212528;
    color: #999;
    display: block;
    overflow: hidden;
}

.footnav {
    display: none;
}


.banners .inner {
    width: 100%;
    height: 365px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.sub_box {
    background: #f9f9f9;
    text-align: center;
    height: 62px;
    line-height: 62px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

    .sub_box ul {
        float: right;
        display: block;
        overflow: hidden;
        height: 62px;
    }

    .sub_box li {
        float: left;
        margin-left: 25px;
    }

        .sub_box li a {
            color: #666;
        }

            .sub_box li a.on, .sub_box li a:hover {
                color: #0b84c5;
            }

.location {
    float: left;
    background: url(../images/ico_home.png) left center no-repeat;
    padding-left: 20px;
    font-size: 16px;
}

    .location em {
        color: #0b84c5;
    }

.about .inner {
    padding: 25px;
    color: #666;
    font-size: 14px;
    line-height: 1.6em;
}

.inner .title {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}

.filter {
    padding: 15px 20px;
    background: #fff;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

    .filter select {
        font-size: 14px;
        border: none;
        color: #666;
        background-color: #f9f9f9;
        padding: 0 15px;
    }

    .filter span {
        float: right;
    }

.product ul {
    display: block;
    overflow: hidden;
}

.product li {
    width: 46%;
    float: left;
    padding: 0 2%;
    margin-bottom: 30px;
}

    .product li .inner {
        padding: 10px;
        background-color: #fff;
        display: block;
        overflow: hidden;
    }

        .product li .inner b {
            color: #0b84c6;
            font-size: 20px;
            display: block;
            overflow: hidden;
            font-weight: normal;
            padding: 0 10px;
        }

        .product li .inner em {
            display: block;
            overflow: hidden;
            height: 50px;
            line-height: 20px;
            font-size: 12px;
            color: #666;
            padding: 5px 10px 10px 0px;
            border-bottom: 1px solid #e6e6e6;
        }

            .product li .inner em a {
                color: #888;
                margin-right: 15px;
            }

                .product li .inner em a:hover {
                    color: #0b84c6;
                }

        .product li .inner i {
            padding: 10px 10px;
            display: block;
            overflow: hidden;
        }

            .product li .inner i a {
                background: url(../images/ico_more.png) right center no-repeat;
                padding-right: 20px;
                font-size: 14px;
                color: #666;
            }

                .product li .inner i a:hover {
                    color: #0b84c6;
                }

.listnav ul {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

.listnav li {
    float: left;
    margin-right: 2px;
    margin-bottom: 12px;
}

    .listnav li a {
        padding: 0 18px 0 18px;
        line-height: 56px;
        display: block;
        overflow: hidden;
        text-align: center;
        background-color: #dcdcdc;
        color: #444;
    }

        .listnav li a.on, .listnav li a:hover {
            background-color: #047bca;
            color: #fff;
        }

.productlist ul {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

.productlist li {
    width: 25%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

    .productlist li a {
        color: #666;
        text-align: center;
        display: block;
        overflow: hidden;
    }

    .productlist li span {
        border: 10px solid #fff;
        box-sizing: border-box;
    }

    .productlist li em {
        line-height: 44px;
        margin-top: 3px;
        background: #fff;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .productlist li a:hover {
        color: #0b84c6;
    }

.productshow {
    padding: 20px 20px;
    background: #fff;
    margin-bottom: 40px;
}

.pro_zoom {
    width: 40%;
    float: left;
}

    .pro_zoom img {
        width: 100%;
    }

.pro_info {
    width: 60%;
    float: right;
}

    .pro_info dl {
        position: relative;
        padding-left: 20px;
    }

    .pro_info dt {
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #ddd;
        color: #333;
        font-size: 16px;
    }

    .pro_info dd {
        padding: 15px 0;
        height: 8em;
        line-height: 2em;
        font-size: 14px;
    }

.pro_btn {
    float: left;
    clear: both;
}

    .pro_btn a {
        width: 155px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        font-size: 14px;
        background: url(../images/pro_btn.png) center no-repeat;
        color: #fff;
        display: block;
        text-align: center;
    }

.detail_top {
    height: 40px;
    border-bottom: 1px solid #999;
    margin-top: 30px;
}

    .detail_top em {
        background: #999;
        color: #fff;
        float: left;
        line-height: 40px;
        padding: 0 25px;
    }

.detail .detail_inner {
    padding: 20px 15px;
    padding-top: 40px;
    font-size: 14px;
    line-height: 1.8em;
    color: #666;
}

.ad {
    line-height: 0;
    padding: 0;
    margin: 0;
}

.supplier {
    margin-bottom: 40px;
}

    .supplier ul {
        display: block;
        margin-left: -15px;
        margin-top: 15px;
        display: block;
        overflow: hidden;
    }

    .supplier li {
        width: 33.33%;
        height: 108px;
        overflow: hidden;
        float: left;
        padding-left: 15px;
        box-sizing: border-box;
    }

        .supplier li a {
            line-height: 108px;
            display: block;
            background-color: #267bb5;
            color: #fff;
            font-size: 24px;
        }

        .supplier li img {
            float: left;
            padding-left: 10%;
            padding-right: 5%;
        }

.contact {
    background: url(../images/contact_bg.jpg) center top no-repeat;
    display: block;
    overflow: hidden;
}

    .contact .title {
        margin: 170px 0 0 35px;
        font-size: 22px;
        color: #077ccb;
        padding: 10px 10px;
        border-bottom: 2px solid #077ccb;
        float: left;
    }

    .contact dl {
        display: block;
        overflow: hidden;
        clear: both;
        padding: 20px 0 0 35px;
    }

    .contact h3 {
        font-size: 18px;
    }

    .contact p {
        line-height: 26px;
        padding-left: 40px;
        margin-top: 20px;
        font-size: 14px;
        background: 0 0 no-repeat;
    }

        .contact p.tel {
            background-image: url(../images/i_tel.png);
        }

        .contact p.mail {
            background-image: url(../images/i_mail.png);
        }

        .contact p.add {
            background-image: url(../images/i_add.png);
        }

        .contact p.fax {
            background-image: url(../images/i_fax.png);
        }

    .contact dt {
        margin-bottom: 90px;
    }

        .contact dt h3 {
            color: #077ccb;
        }

    .contact dd {
        width: 50%;
        float: left;
        margin-bottom: 40px;
    }

.customers {
    background: #fff;
    padding: 20px;
}

    .customers h3 {
        color: #0B84C5;
        font-size: 22px;
        padding: 0 0 10px 20px;
        border-bottom: 1px solid #EFEFEF;
        margin-bottom: 10px;
    }

    .customers ul {
        display: block;
        overflow: hidden;
    }

    .customers li {
        float: left;
        margin: 5px 0;
        max-width: 16%;
        padding: 0 0.8%;
        text-align: center;
    }

        .customers li img {
            border: 1px solid #ddd;
        }

.cul {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 30px 30px;
    margin-bottom: 40px;
}

    .cul .text {
        width: 60%;
        float: left;
        font-size: 14px;
        color: #333;
    }

        .cul .text p {
            margin-bottom: 15px;
        }

        .cul .text strong {
            font-size: 16px;
            color: #0B84C5;
            display: block;
            overflow: hidden;
            padding-bottom: 5px;
            font-weight: normal;
        }

    .cul .pic {
        width: 30%;
        float: right;
        padding: 0 3% 0 7%;
    }

.honor {
    margin-bottom: 40px;
}

.honor_list {
    position: relative;
    padding: 20px 0;
}

    .honor_list:after {
        content: "";
        position: absolute;
        top: 0;
        left: 55px;
        width: 3px;
        height: 100%;
        background-color: #999;
        z-index: 0;
    }

    .honor_list .title {
        position: absolute;
        left: 0;
        top: 20px;
        text-align: center;
        padding: 10px 0;
        background: #f9f9f9;
        z-index: 10;
        font-size: 14px;
        color: #047BCA;
        width: 110px;
    }

        .honor_list .title i {
            display: block;
            overflow: hidden;
            font-size: 12px;
            border-bottom: 2px solid #999;
            width: 80px;
            margin: 0 auto;
        }

.honor_cut {
    padding-left: 150px;
}

    .honor_cut .item img {
        width: auto;
        height: 200px;
        margin: 0 auto;
    }

    .honor_cut .item em {
        display: block;
        overflow: hidden;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
    }

.honor_list:first-child:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 55px;
    width: 26px;
    height: 15px;
    background: url(../images/arrow_t.png);
    margin-left: -12px;
}

.social {
    display: block;
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

.sociallist {
    float: left;
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
}

    .sociallist .title {
        background: url(../images/ico_social.png) left center no-repeat;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 18px;
        color: #047ACA;
    }

    .sociallist .inner {
        padding: 10px;
    }

        .sociallist .inner h3 a {
            font-size: 18px;
            color: #047ACA;
            padding: 10px 0 5px 0;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .sociallist .inner p {
            font-size: 14px;
            line-height: 1.6em;
            color: #666;
        }

    .sociallist li {
        margin-bottom: 20px;
    }

.news {
    padding: 10px 20px;
    padding-bottom: 20px;
    background: #fff;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

    .news .hot {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #e8e8e8;
        padding: 20px 10px;
        margin-bottom: 20px;
    }

        .news .hot .img {
            float: right;
            width: auto;
            max-width: 35%;
        }

        .news .hot .inner {
            float: left;
            max-width: 65%;
            padding: 20px;
            box-sizing: border-box;
        }

            .news .hot .inner h3, .news .hot .inner h3 a {
                font-size: 18px;
                color: #047ACA;
            }

            .news .hot .inner p {
                padding: 25px 0;
                font-size: 14px;
                line-height: 1.6em;
                color: #666;
            }

            .news .hot .inner i a {
                font-size: 14px;
                color: #666;
                background: url(../images/ico_more.png) right center no-repeat;
                padding-right: 20px;
            }

    .news li {
        padding: 20px 5px;
        border-bottom: 1px dotted #e8e8e8;
    }

        .news li .time {
            width: 80px;
            height: 80px;
            float: left;
            padding: 20px;
            background: #f9f9f9;
            color: #666;
            font-size: 16px;
        }

            .news li .time b {
                display: block;
                overflow: hidden;
                font-size: 46px;
                line-height: 1em;
            }

            .news li .time em {
                display: block;
                overflow: hidden;
                line-height: 1.2em;
            }

            .news li .time span {
                display: block;
                overflow: hidden;
                line-height: 1.2em;
            }

        .news li:hover .time {
            background: #047ACA;
            color: #fff;
        }

        .news li .inner {
            padding: 20px;
            display: block;
            overflow: hidden;
        }

            .news li .inner b {
                display: block;
                overflow: hidden;
                font-size: 18px;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #047ACA;
                font-weight: normal;
            }

            .news li .inner i {
                display: block;
                overflow: hidden;
                font-size: 16px;
                padding: 5px 0;
                font-size: 12px;
                color: #888;
            }

            .news li .inner span {
                display: block;
                overflow: hidden;
                font-size: 14px;
                color: #666;
                line-height: 1.2em;
                height: 2.4em;
            }

.layout .map {
    padding: 5% 8%;
    text-align: center;
    background-color: #fff;
    margin-bottom: 40px;
}

.layout .inner {
    padding: 30px 50px;
    background-color: #fff;
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
}

    .layout .inner .ad {
        float: left;
    }

.layoutlist {
    padding-left: 60px;
    display: block;
    overflow: hidden;
}

    .layoutlist li {
        position: relative;
        padding-left: 120px;
        line-height: 20px;
    }

        .layoutlist li h3 {
            position: absolute;
            top: 10px;
            left: 0;
            width: 100px;
            text-align: right;
            color: #047ACA;
        }

        .layoutlist li .text {
            border-left: 1px solid #e4e4e4;
            padding: 10px 0;
            padding-left: 25px;
        }

            .layoutlist li .text:before {
                content: "";
                position: absolute;
                top: 20px;
                left: 120px;
                width: 18px;
                height: 1px;
                background: #e4e4e4;
            }


.scope {
    background: #fff;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 22px;
}

.journal {
    overflow: hidden;
    padding-bottom: 40px;
}

    .journal picture {
        float: left;
        width: 246px;
        height: 206px;
        overflow: hidden;
    }

        .journal picture img {
            width: 100%;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s;
        }

    .journal:hover picture img {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        transform: scale(1.06);
    }

    .journal article {
        padding-left: 20px;
        height: 206px;
        overflow: hidden;
    }

        .journal article h2 {
            font-size: 18px;
            color: #047ACA;
            margin: 10px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .journal article p {
            line-height: 26px;
            height: 85px;
        }

        .journal article a {
            margin-top: 15px;
            display: block;
            height: 46px;
            line-height: 46px;
            color: #fff;
            background: url(../images/ico_down.png) no-repeat 16px center #047ACA;
            padding: 0 20px 0 40px;
            float: left;
            clear: both;
            background-size: 20px auto;
        }

.journal_title {
    overflow: hidden;
    border-top: 2px solid #e1e1e1;
    padding-bottom: 20px;
    border-bottom: 2px solid #e1e1e1;
}

    .journal_title h2 {
        font-size: 18px;
        color: #047ACA;
        margin: 15px 0 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .journal_title aside {
        font-size: 16px;
        color: #333;
        margin-bottom: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .journal_title article {
        overflow: hidden;
    }

        .journal_title article picture {
            float: left;
            width: 120px;
            height: 120px;
            overflow: hidden;
        }

            .journal_title article picture img {
                width: 100%;
                -webkit-transition: 0.5s;
                -moz-transition: 0.5s;
                transition: 0.5s;
            }

        .journal_title article:hover picture img {
            -webkit-transform: scale(1.06);
            -moz-transform: scale(1.06);
            transform: scale(1.06);
        }

        .journal_title article div {
            padding-left: 20px;
            display: block;
            overflow: hidden;
        }

            .journal_title article div p {
                height: 80px;
                margin-top: 8px;
                line-height: 26px;
                overflow: hidden;
            }

            .journal_title article div a {
                font-size: 12px;
            }

.journal_list {
    overflow: hidden;
}

    .journal_list h2 {
        font-size: 18px;
        color: #047ACA;
        margin-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .journal_list ul {
        overflow: hidden;
    }

        .journal_list ul li {
            border-bottom: 1px dotted #e1e1e1;
            padding-bottom: 20px;
            margin-top: 15px;
        }

            .journal_list ul li h3 {
                font-size: 16px;
                color: #333;
                margin-bottom: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

    .journal_list article {
        overflow: hidden;
    }

        .journal_list article picture {
            float: left;
            width: 120px;
            height: 120px;
            overflow: hidden;
        }

            .journal_list article picture img {
                width: 100%;
                -webkit-transition: 0.5s;
                -moz-transition: 0.5s;
                transition: 0.5s;
            }

        .journal_list article:hover picture img {
            -webkit-transform: scale(1.06);
            -moz-transform: scale(1.06);
            transform: scale(1.06);
        }

        .journal_list article div {
            padding-left: 20px;
            display: block;
            overflow: hidden;
        }

            .journal_list article div p {
                height: 110px;
                margin-top: 8px;
                line-height: 26px;
            }

            .journal_list article div a {
                font-size: 12px;
            }

.pagination {
    overflow: hidden;
    height: 50px;
    padding: 20px 0;
}

    .pagination a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 2px solid #f2f2f2;
        background: #fff;
        color: #ccc;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        margin-right: 5px;
        font-weight: bold;
        font-size: 20px;
    }

        .pagination a.prev, .pagination a.next {
            color: #ccc;
        }

            .pagination a.prev:hover, .pagination a.next:hover {
                background: #047ACA;
            }

        .pagination a:hover, .pagination a.act {
            background: #047ACA;
            color: #fff;
            border-color: #047ACA;
        }

.download_list {
    overflow: hidden;
    margin-top: 20px;
}

.news_bx .img img {
    width: 160px;
    height: 120px;
}
