@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    height: 100%;
}

body {
    font-family: Arial, "微软雅黑", Arial, "iconfont" !important;
    -webkit-text-size-adjust: none;
    background: #fff;
    color: #666;
    font-size: 14px;
}

body {
    position: relative;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
    display: inline-block;
}

input,
select,
textarea {
    font-family: Arial;
    border: 0px none;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    a:hover {
        text-decoration: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input:focus {
    outline: none;
}

input[type=button] {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

    input[type=button]:focus,
    textarea:focus {
        outline: none;
    }

table {
    border-collapse: collapse;
}

*[contenteditable=true]:focus {
    outline: 1px dashed #555;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

section {
    position: relative;
    padding: 80px 0;
}
.chenggonganli{
    padding: 20px 0;
}
.chenggonganlilist{
 padding: 20px 0;
}
    section:nth-child(odd) {
        background: #f5f5f5;
    }

    section:nth-child(even) {
        background: #fff;
    }

@media screen and (max-width: 1024px) {
    section {
        padding: 40px 0;
    }
}

section.no-padding {
    padding: 0;
}

.text-center {
    text-align: center;
}

.clearfix {
    *zoom: 1;
}

    .clearfix::before {
        display: table;
        content: "";
    }

    .clearfix::after {
        clear: both;
        display: block;
        content: "";
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .w1200 {
        padding: 0px 10px;
    }
}

.pt80 {
    padding-top: 80px;
}

.overHidden {
    overflow: hidden;
}

.bgfff {
    background: #fff;
}

.bg000 {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.textHidden {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tran300 {
    transition: 300ms ease-out;
    -webkit-transition: 300ms ease-out;
    -ms-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
}

.tran500 {
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
}

.tran800 {
    transition: 800ms ease-out;
    -webkit-transition: 800ms ease-out;
    -ms-transition: 800ms ease-out;
    -moz-transition: 800ms ease-out;
    -o-transition: 800ms ease-out;
}

.tran1000 {
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
}

.mT30 {
    margin-top: 30px !important;
}

.bg000 {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.page {
    position: relative;
    height: auto;
    min-height: 100%;
    transition: 300ms ease-out;
    -webkit-transition: 300ms ease-out;
    -ms-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    width: 100%;
}

header {
    top: 0;
    padding: 0;
    overflow: inherit;
    z-index: 9;
}

@media screen and (max-width: 1024px) {
    .page.has-online {
        padding-bottom: 50px;
    }
}

.fixed {
    position: fixed;
}
/*分页*/
.page-turning {
    text-align: center;
    padding: 60px 0;
}

    .page-turning a {
        font-size: 14px;
        color: #666;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

        .page-turning a.active,
        .page-turning a:hover {
            background: #222;
            color: #ffffff;
        }

    .page-turning .f {
        font-weight: 700;
    }

@media screen and (max-width: 1024px) {
    .page-turning {
        padding: 35px 0;
    }
}

@media screen and (max-width: 800px) {
    .page-turning {
        padding: 30px 0;
    }

        .page-turning a {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }
}
/*菜单动画*/
.menu {
    display: none;
    right: 15px;
    top: 50%;
    position: absolute;
    margin-top: -15px;
}

.menu-body {
    width: 30px;
    height: 30px;
    position: relative;
    transform: translateZ(0) rotate(0);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.menuitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0) rotate(0);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    -webkit-transform: translateZ(0) rotate(0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    width: 30px;
    height: 30px;
}

    .menuitem .rect {
        width: 30px;
        height: 2px;
        border-radius: 30px;
        background: #999;
        position: absolute;
        left: 0;
        top: 14px;
        transition: transform .2s ease .2s;
        -webkit-transition: -webkit-transform 0.2s ease 0.2s;
    }

        .menuitem .rect.top {
            transform: translate3d(0, -6px, 0);
            -webkit-transform: translate3d(0, -6px, 0);
        }

        .menuitem .rect.bottom {
            transform: translate3d(0, 6px, 0);
            -webkit-transform: translate3d(0, 6px, 0);
        }

.menu.on .menu-body {
    transform: translateZ(0) rotate(90deg);
    -webkit-transform: translateZ(0) rotate(90deg);
}

.menu.on .menuitem {
    transform: translateZ(0) rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    -webkit-transform: translateZ(0) rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

    .menu.on .menuitem.bottom {
        transform: translateZ(0) rotate(-45deg);
        -webkit-transform: translateZ(0) rotate(-45deg);
    }

    .menu.on .menuitem .rect {
        transition: transform .2s ease 0s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.2s ease 0s;
        -webkit-transform: translate3d(0, 0, 0);
    }

@media screen and (max-width: 1024px) {
    .menu {
        display: block;
    }
}
/*背景设置*/
.bg-full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg-cover,
[data-bg-align*="-cover"] {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bg-contain,
[data-bg-align*="-contain"] {
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-cc,
[data-bg-align*=center-center] {
    background-position: center center !important;
}

.bg-ct,
[data-bg-align*=center-top] {
    background-position: center top;
}

.bg-cb,
[data-bg-align*=center-bottom] {
    background-position: center bottom;
}

.bg-lt,
[data-bg-align*=left-top] {
    background-position: left top;
}

.bg-lc,
[data-bg-align*=left-center] {
    background-position: left center;
}

.bg-lb,
[data-bg-align*=left-bottom] {
    background-position: left bottom;
}

.bg-rt,
[data-bg-align*=right-top] {
    background-position: right top;
}

.bg-rc,
[data-bg-align*=right-center] {
    background-position: right center;
}

.bg-rb,
[data-bg-align*=right-bottom] {
    background-position: right bottom;
}

.bg-repeat,
[data-bg-align*=repeat] {
    background-repeat: repeat;
}

.bg-repeat-x,
[data-bg-align*=repeat-x] {
    background-repeat: repeat-x;
}

.bg-repeat-y,
[data-bg-align*=repeat-y] {
    background-repeat: repeat-y;
}

.bg-scale {
    transition: 300ms ease-out;
    -webkit-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -ms-transition: 300ms ease-out;
}

    .bg-scale:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
/*图片放大*/
.tran-img {
    transition: 300ms ease-out;
    -webkit-transition: 300ms ease-out;
    -ms-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
}

    .tran-img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
/*内页二级分类菜单*/
.classify {
    margin: 0 auto;
    line-height: 36px;
    margin: 30px 0;
}

    .classify .character {
        display: none;
    }

    .classify .xz {
        display: none;
    }

    .classify .lb {
        overflow: hidden;
        display: block;
    }

        .classify .lb a {
            float: left;
            height: 100%;
            text-align: center;
            border: 1px solid #fff;
            color: #000;
            font-size: 12px;
            margin:0 0 10px 5px;
            background: #fff;
            padding: 0 15px;
        }

    .classify a.active,
    .classify a:hover {
        border: 1px solid #000000;
    }

@media screen and (max-width: 768px) {
    .classify {
        width: 100%;
        background: #5e5e5e;
        position: relative;
        z-index: 1;
        padding: 0;
        margin: 20px 0;
    }

        .classify .character {
            height: 36px;
            display: block;
            padding-left: 10px;
            color:#fff;
        }

            .classify .character a {
                color: #fff;
                font-size: 14px;
                padding-left: 10px;
                margin: 0;
                border: none !important;
            }

        .classify .xz {
            position: absolute;
            top: 0;
            right: 10px;
            color: #fff;
            font-size: 18px;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transition: all .3s;
            -webkit-transition: all .3s;
            display: block;
        }

        .classify .lb {
            background: #979797;
            display: none;
			width:100%;
			position:absolute;
        }

            .classify .lb a {
                float: none;
				height: 36px;
				width: 100%;
				line-height: 36px;
				display: block;
				text-align: center;
				border: 0px solid #fff;
				border-top: 1px solid #fff;
				color: #fff;
				margin: 0;
				font-size: 12px;
				background: none;
				margin-right: 5px;
				padding: 0 10px;
            }

                .classify .lb a.active {
                    border: none;
                }
}

.btn {
    height: 50px;
    line-height: 48px;
    width: 140px;
    display: block;
    border: 1px solid #999;
    color: #333;
    margin: 0px auto;
    border-radius: 3px;
    text-align: center;
}
/*===========================================*/
/*  首页title
/*===========================================*/
.index-tit22 {
    margin-bottom: 50px;
}

    .index-tit22 h2 {
        font-size: 30px;
        color: #333;
    }

    .index-tit22 h6 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 35px;
        color: #999;
    }

@media screen and (max-width: 1024px) {
    .index-tit22 {
        margin-bottom: 20px;
    }

        .index-tit22 h2 {
            font-size: 20px;
        }

        .index-tit22 h6 {
            margin-bottom: 20px;
        }
}
/*===========================================*/
/*  Slider
/*===========================================*/
.swiper-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .swiper-pagination span {
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 0px 4px;
        border: 2px solid rgba(0, 0, 0, 0.5);
    }

        .swiper-pagination span.swiper-pagination-bullet-active {
            background-color: rgba(0, 0, 0, 0.5);
        }

.swiper-button-next,
.swiper-button-prev {
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    opacity: 0;
    transition: 300ms ease-out;
    -webkit-transition: 300ms ease-out;
    -ms-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    opacity: 0 !important;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        pointer-events: auto;
        cursor: pointer;
    }

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    opacity: 1 !important;
}

@media screen and (max-width: 769px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-pagination {
        bottom: 8px;
    }

        .swiper-pagination span {
            width: 10px;
            height: 10px;
        }
}
.nav-container{
position: fixed;
    z-index: 100;
    width: 100%;
}
/*===========================================*/
/*  navigation
/*===========================================*/
.nav.open {
    display: block !important;
    overflow: inherit;
}

nav.nav-wrp {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    height: 86px;
    position: relative;
    z-index: 100;
}

    nav.nav-wrp .logo {
        float: left;
        height: 100%;
    }

        nav.nav-wrp .logo .navbar-brand {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: block;
        }

            nav.nav-wrp .logo .navbar-brand img {
                max-width: 300px;
                max-height: 45px;
            }

    nav.nav-wrp .nav-box {
            float: left;
            margin-left: 200px;
    }

        nav.nav-wrp .nav-box ul.nav-links > li {
            padding: 0;
            margin-left: 40px;
            float: left;
        }

            nav.nav-wrp .nav-box ul.nav-links > li:first-child {
                margin-left: 0;
            }

            nav.nav-wrp .nav-box ul.nav-links > li > a {
                padding: 0 10px;
                border-bottom: 4px solid transparent;
                line-height: 82px;
                display: block;
            }

@media screen and (max-width: 1025px) {
    nav.nav-wrp {
        height: 60px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

        nav.nav-wrp .logo .navbar-brand img {
            max-height: 32px;
        }

        nav.nav-wrp .nav-box {
            position: absolute;
            height: 0;
            overflow: hidden;
            left: 0;
            right: 0;
            top: 60px;
            z-index: 2;
            -webkit-transition: height 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;
        }

            nav.nav-wrp .nav-box ul.nav-links li {
                width: 100%;
                display: block;
                padding: 0;
                opacity: 0;
                -webkit-transform: scale(1.1) translateY(-24px);
                -ms-transform: scale(1.1) translateY(-24px);
                transform: scale(1.1) translateY(-24px);
                -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
                transition: opacity 0.35s ease-out, transform 0.35s ease-out;
                margin: 0;
                float: none;
            }

                nav.nav-wrp .nav-box ul.nav-links li a {
                    padding-left: 20px;
                    line-height: 50px;
                }

            nav.nav-wrp .nav-box ul.nav-links > li > a {
                border-left-width: 0;
                border-top-width: 0;
                border-right-width: 0;
                border-bottom-width: 1px;
            }

        nav.nav-wrp.open .nav-box ul.nav-links > li.on > a,
        nav.nav-wrp.open .nav-box .nav-links > li > a:hover {
            border-left-width: 0;
            border-top-width: 0;
            border-right-width: 0;
            border-bottom-width: 1px;
            border-style: solid;
        }

        nav.nav-wrp.open .nav-box {
            height: 100%;
            overflow: inherit;
            top: 60px;
        }

            nav.nav-wrp.open .nav-box ul.nav-links li {
                opacity: 1;
                -webkit-transform: scale(1) translateY(0);
                -ms-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0);
            }

                nav.nav-wrp.open .nav-box ul.nav-links li:nth-child(8) {
                    -webkit-transition-delay: .4s,.4s;
                    transition-delay: 0.4s, 0.4s;
                }

                nav.nav-wrp.open .nav-box ul.nav-links li:nth-child(7) {
                    -webkit-transition-delay: 350ms,350ms;
                    transition-delay: 350ms, 350ms;
                }

                nav.nav-wrp.open .nav-box ul.nav-links li:nth-child(6) {
                    -webkit-transition-delay: .3s,.3s;
                    transition-delay: 0.3s, 0.3s;
                }

                nav.nav-wrp.open .nav-box ul.nav-links li:nth-child(5) {
                    -webkit-transition-delay: 250ms,250ms;
                    transition-delay: 250ms, 250ms;
                }

                nav.nav-wrp.open .nav-box ul.nav-links li:nth-child(4) {
                    -webkit-transition-delay: .2s,.2s;
                    transition-delay: 0.2s, 0.2s;
                }

                nav.nav-wrp.open .nav-box ul.nav-links li:nth-child(3) {
                    -webkit-transition-delay: 150ms,150ms;
                    transition-delay: 150ms, 150ms;
                }

                nav.nav-wrp.open .nav-box ul.nav-links li:nth-child(2) {
                    -webkit-transition-delay: .1s,.1s;
                    transition-delay: 0.1s, 0.1s;
                }

                nav.nav-wrp.open .nav-box ul.nav-links li:nth-child(1) {
                    -webkit-transition-delay: 50ms,50ms;
                    transition-delay: 50ms, 50ms;
                }
}

nav.navigation01 {
    background-color: #fff;
    height: auto;
}

.navigation01 .nav-top {
    height: 90px;
    border-bottom: 1px solid #ededed;
    position: relative;
}

    .navigation01 .nav-top .nav-search {
        margin-top: 22px;
    }

        .navigation01 .nav-top .nav-search input {
            float: left;
            height: 45px;
        }

            .navigation01 .nav-top .nav-search input[type="text"] {
                width: 255px;
                padding: 0px 10px;
                background: #fff;
            }

            .navigation01 .nav-top .nav-search input[type="button"] {
                color: #fff;
                line-height: 41px;
                border-left: none;
                width: 68px;
            }

nav.navigation01 .nav-box ul.nav-links > li {
    margin-left: 0;
    margin-right: 25px;
}

    nav.navigation01 .nav-box ul.nav-links > li > a {
        line-height: 60px;
    }

nav.navigation01 .nav-box {
    float: left;
}

@media screen and (max-width: 1025px) {
    .navigation01 .nav-top {
        height: 60px;
    }

        .navigation01 .nav-top .nav-search {
            margin-top: 14px;
            margin-right: 45px;
        }

            .navigation01 .nav-top .nav-search input {
                height: 32px;
            }

                .navigation01 .nav-top .nav-search input[type="text"] {
                    width: 110px;
                }

                .navigation01 .nav-top .nav-search input[type="button"] {
                    line-height: 28px;
                    width: 35px;
                }

    .navigation01 .nav-box ul.nav-links > li {
        background: #fff;
    }

    nav.navigation01 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #ddd;
        line-height: 40px;
    }
}

nav.navigation02 {
    background-color: #fff;
    height: auto;
}

.navigation02 .nav-top {
    height: 90px;
    border-bottom: 1px solid #ededed;
    position: relative;
    padding: 0px 20px;
}

    .navigation02 .nav-top .nav-search {
        margin-top: 22px;
        border-radius: 30px;
        overflow: hidden;
    }

        .navigation02 .nav-top .nav-search input {
            float: left;
            height: 45px;
            font-size: 14px;
        }

            .navigation02 .nav-top .nav-search input[type="text"] {
                width: 255px;
                padding: 0px 15px;
                background: #ededed;
            }

            .navigation02 .nav-top .nav-search input[type="button"] {
                color: #fff;
                line-height: 41px;
                border-left: none;
                width: 68px;
            }

nav.navigation02 .nav-box {
    float: none;
}

    nav.navigation02 .nav-box ul.nav-links {
        text-align: center;
        width: 100%;
    }

        nav.navigation02 .nav-box ul.nav-links > li {
            margin-left: 0;
            margin: 0px 30px;
            display: inline-block;
            float: none;
        }

            nav.navigation02 .nav-box ul.nav-links > li > a {
                line-height: 60px;
                padding: 0;
            }

@media screen and (max-width: 1025px) {
    .navigation02 .nav-top {
        height: 60px;
    }

        .navigation02 .nav-top .nav-search {
            margin-top: 14px;
            margin-right: 45px;
        }

            .navigation02 .nav-top .nav-search input {
                height: 32px;
            }

                .navigation02 .nav-top .nav-search input[type="text"] {
                    width: 110px;
                }

                .navigation02 .nav-top .nav-search input[type="button"] {
                    line-height: 28px;
                    width: 35px;
                }

    nav.navigation02 .nav-box ul.nav-links > li {
        background: #fff;
        margin: 0;
    }

        nav.navigation02 .nav-box ul.nav-links > li > a {
            border-bottom: 1px solid #ddd;
            line-height: 40px;
        }
}

nav.navigation03 {
    background-color: #333;
    height: auto;
}

.navigation03 .nav-top {
    height: 90px;
    border-bottom: 1px solid #ededed;
    position: relative;
    background: #fff;
}

    .navigation03 .nav-top .nav-search {
        margin-top: 22px;
    }

        .navigation03 .nav-top .nav-search input {
            float: left;
            height: 45px;
        }

            .navigation03 .nav-top .nav-search input[type="text"] {
                width: 255px;
                padding: 0px 10px;
                background: #fff;
            }

            .navigation03 .nav-top .nav-search input[type="button"] {
                color: #fff;
                line-height: 41px;
                border-left: none;
                width: 68px;
            }

nav.navigation03 .nav-box ul.nav-links > li {
    margin-left: 0;
    margin-right: 25px;
}

    nav.navigation03 .nav-box ul.nav-links > li > a {
        line-height: 60px;
        color: #fff;
    }

.navigation03 .nav-box .nav-links > li.on > a,
.navigation03 .nav-box .nav-links > li > a:hover {
    border-bottom: 4px solid #fff;
}

nav.navigation03 .nav-box {
    float: left;
}

@media screen and (max-width: 1025px) {
    .navigation03 .nav-top {
        height: 60px;
    }

        .navigation03 .nav-top .nav-search {
            margin-top: 14px;
            margin-right: 45px;
        }

            .navigation03 .nav-top .nav-search input {
                height: 32px;
            }

                .navigation03 .nav-top .nav-search input[type="text"] {
                    width: 110px;
                }

                .navigation03 .nav-top .nav-search input[type="button"] {
                    line-height: 28px;
                    width: 35px;
                }

    .navigation03 .nav-box ul.nav-links > li {
        background: #fff;
    }

    nav.navigation03 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #666;
        line-height: 40px;
        background: #333333;
    }

    nav.navigation03 .nav-box ul.nav-links > li.on > a,
    .navigation03 .nav-box .nav-links > li > a:hover {
        border-color: #fff;
    }
}

nav.navigation04 {
    background-color: #333;
    height: auto;
}

.navigation04 .nav-top {
    height: 90px;
    border-bottom: 1px solid #ededed;
    position: relative;
    background: #fff;
}

    .navigation04 .nav-top .nav-search {
        margin-top: 22px;
        border-radius: 30px;
        overflow: hidden;
    }

        .navigation04 .nav-top .nav-search input {
            float: left;
            height: 45px;
            font-size: 14px;
        }

            .navigation04 .nav-top .nav-search input[type="text"] {
                width: 255px;
                padding: 0px 15px;
                background: #ededed;
            }

            .navigation04 .nav-top .nav-search input[type="button"] {
                color: #fff;
                line-height: 41px;
                border-left: none;
                width: 68px;
            }

nav.navigation04 .nav-box {
    float: none;
    width: 100%;
}

    nav.navigation04 .nav-box ul.nav-links {
        float: left;
    }

        nav.navigation04 .nav-box ul.nav-links > li {
            margin-left: 0;
            margin-right: 50px;
        }

            nav.navigation04 .nav-box ul.nav-links > li > a {
                line-height: 60px;
                padding: 0;
                color: #fff;
            }

.navigation04 .nav-box .nav-links > li.on > a,
.navigation04 .nav-box .nav-links > li > a:hover {
    border-bottom: 4px solid #fff;
}

@media screen and (max-width: 1025px) {
    .navigation04 .nav-top {
        height: 60px;
    }

        .navigation04 .nav-top .nav-search {
            margin-top: 14px;
            margin-right: 45px;
        }

            .navigation04 .nav-top .nav-search input {
                height: 32px;
            }

                .navigation04 .nav-top .nav-search input[type="text"] {
                    width: 110px;
                }

                .navigation04 .nav-top .nav-search input[type="button"] {
                    line-height: 28px;
                    width: 35px;
                }

    nav.navigation04 .nav-box ul.nav-links {
        width: 100%;
    }

        nav.navigation04 .nav-box ul.nav-links > li {
            background: #fff;
            margin: 0;
            width: 100%;
        }

            nav.navigation04 .nav-box ul.nav-links > li > a {
                border-bottom: 1px solid #666;
                line-height: 40px;
                background: #333;
                padding-left: 20px;
            }
}

nav.navigation05 {
    background-color: #333;
    height: auto;
}

.navigation05 .nav-top {
    height: 90px;
    border-bottom: 1px solid #ededed;
    position: relative;
    padding: 0px 20px;
    background: #fff;
}

    .navigation05 .nav-top .nav-search {
        margin-top: 22px;
        border-radius: 3px;
        overflow: hidden;
    }

        .navigation05 .nav-top .nav-search input {
            float: left;
            height: 45px;
            font-size: 14px;
        }

            .navigation05 .nav-top .nav-search input[type="text"] {
                width: 255px;
                padding: 0px 15px;
                background: #ededed;
            }

            .navigation05 .nav-top .nav-search input[type="button"] {
                color: #fff;
                line-height: 41px;
                border-left: none;
                width: 68px;
            }

nav.navigation05 .nav-box {
    float: none;
    width: 100%;
}

    nav.navigation05 .nav-box ul.nav-links {
        float: left;
    }

        nav.navigation05 .nav-box ul.nav-links > li {
            margin-left: 0;
            margin-right: 50px;
        }

            nav.navigation05 .nav-box ul.nav-links > li > a {
                line-height: 60px;
                padding: 0;
                color: #fff;
            }

.navigation05 .nav-box .nav-links > li.on > a,
.navigation05 .nav-box .nav-links > li > a:hover {
    border-bottom: 4px solid #fff;
}

@media screen and (max-width: 1025px) {
    .navigation05 .nav-top {
        height: 60px;
    }

        .navigation05 .nav-top .nav-search {
            margin-top: 14px;
            margin-right: 45px;
        }

            .navigation05 .nav-top .nav-search input {
                height: 32px;
            }

                .navigation05 .nav-top .nav-search input[type="text"] {
                    width: 110px;
                }

                .navigation05 .nav-top .nav-search input[type="button"] {
                    line-height: 28px;
                    width: 35px;
                }

    nav.navigation05 .nav-box ul.nav-links {
        width: 100%;
    }

        nav.navigation05 .nav-box ul.nav-links > li {
            background: #fff;
            margin: 0;
            width: 100%;
        }

            nav.navigation05 .nav-box ul.nav-links > li > a {
                border-bottom: 1px solid #666;
                line-height: 40px;
                background: #333;
                padding-left: 20px;
            }
}

.navigation06 {
    background-color: #fff;
}

    .navigation06 .nav-search {
        margin-top: 22px;
        border-radius: 3px;
        overflow: hidden;
    }

        .navigation06 .nav-search input {
            float: left;
            height: 45px;
            font-size: 14px;
        }

            .navigation06 .nav-search input[type="text"] {
                width: 210px;
                padding: 0px 15px;
                background: #ededed;
            }

            .navigation06 .nav-search input[type="button"] {
                color: #fff;
                line-height: 41px;
                border-left: none;
                width: 60px;
            }

nav.navigation06 .nav-box ul.nav-links > li {
    margin-left: 0;
    margin-right: 40px;
}

    nav.navigation06 .nav-box ul.nav-links > li > a {
        padding: 0px 5px;
    }

@media screen and (max-width: 1366px) {
    nav.navigation06 .nav-box ul.nav-links > li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1025px) {
    .navigation06 .nav-search {
        margin-top: 14px;
        margin-right: 45px;
    }

        .navigation06 .nav-search input {
            height: 32px;
        }

            .navigation06 .nav-search input[type="text"] {
                width: 110px;
            }

            .navigation06 .nav-search input[type="button"] {
                line-height: 28px;
                width: 35px;
            }

    .navigation06 .nav-box ul.nav-links > li {
        background: #fff;
    }

    nav.navigation06 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #ddd;
        padding-left: 20px;
    }
}

.navigation07 {
    background-color: #fff;
    padding: 0px 20px;
}

    .navigation07 .nav-search {
        margin-top: 22px;
        border-radius: 3px;
        overflow: hidden;
    }

        .navigation07 .nav-search input {
            float: left;
            height: 45px;
            font-size: 14px;
        }

            .navigation07 .nav-search input[type="text"] {
                width: 210px;
                padding: 0px 15px;
                background: #ededed;
            }

            .navigation07 .nav-search input[type="button"] {
                color: #fff;
                line-height: 41px;
                border-left: none;
                width: 60px;
            }

nav.navigation07 .nav-box ul.nav-links > li {
    margin-left: 0;
    margin-right: 40px;
}

    nav.navigation07 .nav-box ul.nav-links > li > a {
        padding: 0px 5px;
    }

@media screen and (max-width: 1366px) {
    nav.navigation07 .nav-box ul.nav-links > li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1025px) {
    .navigation07 .nav-search {
        margin-top: 14px;
        margin-right: 45px;
    }

        .navigation07 .nav-search input {
            height: 32px;
        }

            .navigation07 .nav-search input[type="text"] {
                width: 110px;
            }

            .navigation07 .nav-search input[type="button"] {
                line-height: 28px;
                width: 35px;
            }

    .navigation07 .nav-box ul.nav-links > li {
        background: #fff;
    }

    nav.navigation07 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #ddd;
        padding-left: 20px;
    }
}

.navigation08 {
    background-color: #333;
    padding: 0px 20px;
}

    .navigation08 .nav-search {
        margin-top: 22px;
        border-radius: 3px;
        overflow: hidden;
        border: 1px solid #6a6a6a;
    }

        .navigation08 .nav-search input {
            float: left;
            height: 45px;
            font-size: 14px;
            color: #fff;
        }

            .navigation08 .nav-search input[type="text"] {
                width: 210px;
                padding: 0px 15px;
                background: none;
            }

            .navigation08 .nav-search input[type="button"] {
                color: #fff;
                line-height: 41px;
                border-left: none;
                width: 60px;
                background: url(../images/search-icon.png) no-repeat center center;
            }

nav.navigation08 .nav-box ul.nav-links > li {
    margin-left: 0;
    margin-right: 40px;
}

    nav.navigation08 .nav-box ul.nav-links > li > a {
        padding: 0px 5px;
        color: #fff;
    }

@media screen and (max-width: 1366px) {
    nav.navigation08 .nav-box ul.nav-links > li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1025px) {
    .navigation08 .nav-search {
        margin-top: 14px;
        margin-right: 45px;
    }

        .navigation08 .nav-search input {
            height: 32px;
        }

            .navigation08 .nav-search input[type="text"] {
                width: 110px;
            }

            .navigation08 .nav-search input[type="button"] {
                line-height: 28px;
                width: 35px;
                background: url(../images/m-search-icon.png) no-repeat center center / 15px auto;
            }

    .navigation08 .nav-box ul.nav-links > li {
        background: #fff;
    }

    nav.navigation08 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #666;
        padding-left: 20px;
        background: #333;
    }
}

.navigation09 {
    background-color: #333;
}

    .navigation09 .nav-search {
        margin-top: 22px;
        border-radius: 3px;
        overflow: hidden;
        border-radius: 30px;
        border: 1px solid #6a6a6a;
    }

        .navigation09 .nav-search input {
            float: left;
            height: 45px;
            font-size: 14px;
            color: #fff;
        }

            .navigation09 .nav-search input[type="text"] {
                width: 140px;
                padding: 0px 15px;
                background: none;
            }

            .navigation09 .nav-search input[type="button"] {
                color: #fff;
                line-height: 41px;
                border-left: none;
                width: 60px;
                background: url(../images/search-icon.png) no-repeat center center;
            }

nav.navigation09 .nav-box ul.nav-links > li {
    margin-left: 0;
    margin-right: 40px;
}

    nav.navigation09 .nav-box ul.nav-links > li > a {
        padding: 0px 5px;
        color: #fff;
    }

nav.navigation09 .nav-box .nav-links > li.on > a,
.navigation09 .nav-box .nav-links > li > a:hover {
    border-bottom: 4px solid #fff;
}

@media screen and (max-width: 1366px) {
    nav.navigation09 .nav-box ul.nav-links > li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1025px) {
    .navigation09 .nav-search {
        margin-top: 14px;
        margin-right: 45px;
    }

        .navigation09 .nav-search input {
            height: 32px;
        }

            .navigation09 .nav-search input[type="text"] {
                width: 110px;
            }

            .navigation09 .nav-search input[type="button"] {
                line-height: 28px;
                width: 35px;
                background: url(../images/m-search-icon.png) no-repeat center center;
            }

    .navigation09 .nav-box ul.nav-links > li {
        background: #fff;
    }

    nav.navigation09 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #666;
        padding-left: 20px;
        background: #333;
    }
}

nav.navigation10 {
    background-color: #fff;
    height: auto;
}

    nav.navigation10 .nav-top {
        position: relative;
        padding: 0px 10px;
        border-bottom: 1px solid #ededed;
    }

.navigation10 .nav-search {
    text-align: center;
    padding: 30px 0;
}

    .navigation10 .nav-search input {
        height: 45px;
        font-size: 14px;
        display: inline-block;
    }

        .navigation10 .nav-search input[type="text"] {
            width: 408px;
            padding: 0px 15px;
            background: #ededed;
            vertical-align: middle;
            margin-top: -2px;
            margin-right: -4px;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 4px;
        }

        .navigation10 .nav-search input[type="button"] {
            color: #fff;
            line-height: 41px;
            border-left: none;
            width: 60px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

@media screen and (max-width: 1025px) {
    nav.navigation10 .nav-top {
        height: 60px;
    }

    nav.navigation10 .nav-box ul.nav-links > li {
        background: #fff;
    }

        nav.navigation10 .nav-box ul.nav-links > li > a {
            border-bottom: 1px solid #ddd;
        }

    .navigation10 .nav-search {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 640px) {
    .navigation10 .nav-search {
        position: relative;
        padding-right: 75px;
    }

        .navigation10 .nav-search input {
            height: 35px;
        }

            .navigation10 .nav-search input[type="text"] {
                width: 100%;
                margin-top: 0;
            }

            .navigation10 .nav-search input[type="button"] {
                position: absolute;
                right: 15px;
            }
}

nav.navigation11 {
    height: auto;
    background-color: #fff;
}

    nav.navigation11 .nav-box-con {
        background: #333;
        float: none;
    }

        nav.navigation11 .nav-box-con .nav-box {
            float: none;
        }

        nav.navigation11 .nav-box-con ul.nav-links > li {
            margin-left: 0;
            margin-right: 0;
        }

            nav.navigation11 .nav-box-con ul.nav-links > li > a {
                padding: 0px 30px;
                line-height: 60px;
                border: none !important;
                color: #fff;
                background: #333;
            }

            nav.navigation11 .nav-box-con ul.nav-links > li.on > a,
            nav.navigation11 .nav-box ul.nav-links > li:hover > a {
                background: #4d4d4d;
            }

    nav.navigation11 .nav-top {
        position: relative;
    }

.navigation11 .nav-search {
    padding: 30px 0;
    border-radius: 3px;
    overflow: hidden;
}

    .navigation11 .nav-search input {
        float: left;
        height: 45px;
        font-size: 14px;
    }

        .navigation11 .nav-search input[type="text"] {
            width: 210px;
            padding: 0px 15px;
            background: #ededed;
        }

        .navigation11 .nav-search input[type="button"] {
            color: #fff;
            line-height: 41px;
            border-left: none;
            width: 60px;
        }

@media screen and (max-width: 1366px) {
    nav.navigation11 .nav-box-con ul.nav-links > li > a {
        line-height: 50px;
    }
}

@media screen and (max-width: 1025px) {
    .navigation11 .nav-search {
        padding: 14px 0;
        margin-right: 45px;
    }

        .navigation11 .nav-search input {
            height: 32px;
        }

            .navigation11 .nav-search input[type="text"] {
                width: 110px;
            }

            .navigation11 .nav-search input[type="button"] {
                line-height: 28px;
                width: 35px;
            }

    nav.navigation11 .nav-box ul.nav-links > li > a {
        line-height: 40px;
        padding: 0px 20px;
    }
}

.navigation12 {
    background-color: #fff;
}

@media screen and (max-width: 1025px) {
    .navigation12 .nav-box ul.nav-links > li {
        background: #fff;
    }

    nav.navigation12 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #ddd;
    }
}

.navigation13 {
    background-color: #fff;
    padding: 0px 10px;
}

@media screen and (max-width: 1025px) {
    .navigation13 .nav-box ul.nav-links > li {
        background: #fff;
    }

    nav.navigation13 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #ddd;
    }
}

.navigation14 {
    background: #222;
}

    .navigation14 .nav-box .nav-links > li > a {
        color: #fff;
    }

        .navigation14 .nav-box .nav-links > li.on > a,
        .navigation14 .nav-box .nav-links > li > a:hover {
            border-bottom: 4px solid #fff;
            color: #fff;
        }

@media screen and (max-width: 1025px) {
    .navigation14 .nav-box {
        top: 60px;
    }

        .navigation14 .nav-box ul.nav-links > li {
            background: #222;
        }

    nav.navigation14 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #333;
    }

    .navigation14 .nav-box ul.nav-links > li.on > a,
    .navigation14 .nav-box .nav-links > li > a:hover {
        border-bottom: 1px solid #fff;
        color: #fff;
    }
}

.navigation15 {
    background: #222;
    padding: 0px 10px;
}

    .navigation15 .nav-box .nav-links > li > a {
        color: #fff;
    }

        .navigation15 .nav-box .nav-links > li.on > a,
        .navigation15 .nav-box .nav-links > li > a:hover {
            border-bottom: 4px solid #fff;
            color: #fff;
        }

@media screen and (max-width: 1025px) {
    .navigation15 .nav-box {
        top: 60px;
    }

        .navigation15 .nav-box ul.nav-links > li {
            background: #222;
        }

    nav.navigation15 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #333;
    }

    .navigation15 .nav-box ul.nav-links > li.on > a,
    .navigation15 .nav-box .nav-links > li > a:hover {
        border-bottom: 1px solid #fff;
        color: #fff;
    }
}

nav.navigation16 {
    background: #fff;
    height: 90px;
}

.navigation16.nav-wrp .logo .navbar-brand {
    position: relative;
    transform: translateY(0%);
    top: 0;
    margin-top: 22px;
}

.navigation16 .lang {
    margin-left: 20px;
    margin-top: 35px;
    border-radius: 30px;
    overflow: hidden;
}

    .navigation16 .lang a {
        display: block;
        float: left;
        width: 35px;
        line-height: 17px;
        height: 15px;
        font-size: 12px;
        text-align: center;
    }

        .navigation16 .lang a.on {
            color: #fff;
        }

.navigation16.nav-wrp .nav-box .nav-links > li > a {
    color: #333;
    line-height: 86px;
}

@media screen and (max-width: 1025px) {
    nav.navigation16 {
        height: 60px;
    }

    .navigation16.nav-wrp .logo .navbar-brand {
        margin-top: 12px;
    }

    .navigation16 .lang {
        margin-top: 20px;
    }

    .navigation16 .nav-box {
        top: 60px;
    }

        .navigation16 .nav-box ul.nav-links > li {
            background: #fff;
        }

    nav.navigation16 .nav-box ul.nav-links > li > a {
        border-bottom: 1px solid #eee;
    }

    .navigation16.nav-wrp .nav-box .nav-links > li > a {
        line-height: 50px;
    }
}

nav.navigation17 {
    box-shadow: none;
    padding: 40px 0px 30px 0;
    height: auto;
    background: #fff;
}

    nav.navigation17 .w1200 {
        position: relative;
    }

    nav.navigation17 .logo {
        float: none;
    }

        nav.navigation17 .logo a.navbar-brand {
            position: static;
            transform: translateY(0%);
        }

            nav.navigation17 .logo a.navbar-brand img {
                margin: 0 auto;
                display: block;
            }

    nav.navigation17 .lang {
        position: absolute;
        right: 0;
        top: -15px;
        border-radius: 30px;
        overflow: hidden;
    }

        nav.navigation17 .lang a {
            display: block;
            float: left;
            width: 35px;
            line-height: 17px;
            height: 15px;
            font-size: 12px;
            text-align: center;
        }

            nav.navigation17 .lang a.on {
                color: #fff;
            }

    nav.navigation17 .nav-box {
        float: none;
        text-align: center;
        margin-top: 25px;
        position: relative;
    }

        nav.navigation17 .nav-box:before {
            content: '';
            position: absolute;
            height: 1px;
            width: 100%;
            left: 0;
            background: #ededed;
            top: 50%;
            margin-top: -1px;
        }

        nav.navigation17 .nav-box ul.nav-links {
            display: inline-block;
            background: #fff;
            z-index: 2;
            position: relative;
            padding: 0px 15px;
        }

            nav.navigation17 .nav-box ul.nav-links > li {
                display: inline-block;
                float: none;
                margin: 0px 12.5px !important;
            }

                nav.navigation17 .nav-box ul.nav-links > li > a {
                    line-height: 50px;
                    padding: 0px 5px;
                }

@media screen and (max-width: 1025px) {
    nav.navigation17 {
        padding: 0;
        height: 60px;
    }

        nav.navigation17 .w1200 {
            position: static;
        }

        nav.navigation17 .logo {
            float: left;
        }

            nav.navigation17 .logo a.navbar-brand {
                position: absolute;
                transform: translateY(-50%);
            }

        nav.navigation17 .lang {
            top: 20px;
            right: 65px;
        }

        nav.navigation17 .nav-box {
            margin-top: 0;
        }

            nav.navigation17 .nav-box:before {
                display: none;
            }

            nav.navigation17 .nav-box ul.nav-links {
                width: 100%;
                display: block;
                padding: 0;
            }

                nav.navigation17 .nav-box ul.nav-links > li {
                    margin: 0 !important;
                }
}

.footer-01 {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 0;
    position: relative;
}

    .footer-01 .w1200 {
        position: relative;
        z-index: 1;
    }

    .footer-01 .bg-cover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .footer-01 .footer-nav {
        text-align: center;
    }

        .footer-01 .footer-nav ul {
            padding-left: 0;
        }

            .footer-01 .footer-nav ul li {
                display: inline-block;
                border-right: 1px dashed #eee;
                padding: 0px 40px;
                line-height: 24px;
            }

                .footer-01 .footer-nav ul li:last-child {
                    border-right: none;
                }

                .footer-01 .footer-nav ul li a {
                    color: #fff;
                    font-size: 16px;
                }

    .footer-01 .ewm {
        display: inline-block;
        margin: 40px 0;
    }

        .footer-01 .ewm img {
            max-width: 160px;
        }

    .footer-01 .copy {
        height: 60px;
        line-height: 60px;
        color: #999;
        background: #222;
        position: relative;
    }

.footer-02 {
    text-align: center;
    padding: 80px 0;
    background: #333333;
}

    .footer-02 .ewm {
        width: 160px;
        margin: 0 auto;
        margin-top: 40px;
    }

        .footer-02 .ewm img {
            max-width: 160px;
        }

        .footer-02 .ewm span {
            display: inline-block;
            margin-top: 5px;
            background: #717171;
            height: 40px;
            line-height: 40px;
            color: #fff;
            width: 100%;
            border-radius: 3px;
        }

    .footer-02 .copy {
        color: #999;
        margin-top: 30px;
    }

.footer-03 {
    padding-top: 0;
    padding-bottom: 0;
    background: #333333;
    color: #999999;
}

    .footer-03 .footer-nav {
        text-align: center;
        border-bottom: 1px solid #484848;
        margin-bottom: 40px;
    }

        .footer-03 .footer-nav ul {
            margin-bottom: 0;
        }

            .footer-03 .footer-nav ul li {
                display: inline-block;
                height: 80px;
                line-height: 80px;
                padding: 0px 18px;
            }

                .footer-03 .footer-nav ul li a {
                    color: #999;
                }

    .footer-03 .left {
        width: 73%;
    }

        .footer-03 .left .logo {
            width: 48%;
            padding-right: 30px;
        }

            .footer-03 .left .logo img {
                max-width: 300px;
                max-height: 100px;
            }

            .footer-03 .left .logo p {
                margin-top: 30px;
                line-height: 24px;
            }

        .footer-03 .left .contxt {
            width: 52%;
        }

            .footer-03 .left .contxt h6 {
                color: #fff;
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 23px;
            }

            .footer-03 .left .contxt p {
                line-height: 24px;
            }

    .footer-03 .right .tit {
        font-weight: bold;
        color: #fff;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-03 .right .ewm {
        margin: 0 auto;
        padding-left: 80px;
        border-left: 1px solid #484848;
    }

        .footer-03 .right .ewm img {
            display: block;
            max-width: 160px;
        }

        .footer-03 .right .ewm span {
            margin-top: 5px;
        }

    .footer-03 .copy {
        color: #999;
        margin-top: 30px;
        text-align: center;
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #3f3f3f;
    }

.footer-04 {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 0;
    position: relative;
}

    .footer-04 .bg-full {
        z-index: -1;
    }

    .footer-04 .footer-nav {
        text-align: center;
    }

        .footer-04 .footer-nav ul {
            padding-left: 0;
        }

            .footer-04 .footer-nav ul li {
                display: inline-block;
                border-right: 1px dashed #999;
                padding: 0px 40px;
                line-height: 24px;
            }

                .footer-04 .footer-nav ul li:last-child {
                    border-right: none;
                }

                .footer-04 .footer-nav ul li a {
                    color: #333;
                    font-size: 16px;
                }

    .footer-04 .ewm {
        display: inline-block;
        margin: 40px 0;
    }

        .footer-04 .ewm img {
            max-width: 160px;
        }

    .footer-04 .copy {
        height: 60px;
        line-height: 60px;
        color: #999;
        background: #222;
    }

.footer-05 {
    text-align: center;
    padding: 80px 0;
    background: #fff;
}

    .footer-05 .logo img {
        max-width: 165px;
        max-height: 45px;
    }

    .footer-05 .ewm {
        width: 160px;
        margin: 0 auto;
        margin-top: 40px;
    }

        .footer-05 .ewm img {
            max-width: 160px;
        }

        .footer-05 .ewm span {
            display: inline-block;
            margin-top: 5px;
            background: #d1d1d1;
            height: 40px;
            line-height: 40px;
            color: #fff;
            width: 100%;
            border-radius: 3px;
        }

    .footer-05 .copy {
        color: #999;
        margin-top: 30px;
    }

.footer-06 {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    color: #333;
}

    .footer-06 .footer-nav {
        text-align: center;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 40px;
    }

        .footer-06 .footer-nav ul {
            margin-bottom: 0;
        }

            .footer-06 .footer-nav ul li {
                display: inline-block;
                height: 80px;
                line-height: 80px;
                padding: 0px 18px;
            }

    .footer-06 .left {
        width: 73%;
    }

        .footer-06 .left .logo {
            width: 48%;
            padding-right: 30px;
        }

            .footer-06 .left .logo img {
                max-width: 160px;
                max-height: 45px;
            }

            .footer-06 .left .logo p {
                margin-top: 30px;
                line-height: 24px;
            }

        .footer-06 .left .contxt {
            width: 52%;
        }

            .footer-06 .left .contxt h6 {
                color: #000;
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 23px;
            }

            .footer-06 .left .contxt p {
                line-height: 24px;
            }

    .footer-06 .right .tit {
        font-weight: bold;
        color: #000;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-06 .right .ewm {
        margin: 0 auto;
        padding-left: 80px;
        border-left: 1px solid #eaeaea;
    }

        .footer-06 .right .ewm img {
            display: block;
            max-width: 160px;
        }

        .footer-06 .right .ewm span {
            margin-top: 5px;
        }

    .footer-06 .copy {
        color: #999;
        margin-top: 30px;
        text-align: center;
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #3f3f3f;
        background: #333333;
    }

.footer-07 {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    color: #333;
}

    .footer-07 .footer-nav {
        text-align: center;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 40px;
    }

        .footer-07 .footer-nav ul {
            margin-bottom: 0;
        }

            .footer-07 .footer-nav ul li {
                display: inline-block;
                height: 80px;
                line-height: 80px;
                padding: 0px 18px;
            }

    .footer-07 .left {
        width: 73%;
    }

        .footer-07 .left .logo {
            width: 48%;
            padding-right: 30px;
        }

            .footer-07 .left .logo img {
                max-width: 165px;
            }

            .footer-07 .left .logo p {
                margin-top: 30px;
                line-height: 24px;
            }

        .footer-07 .left .contxt {
            width: 52%;
        }

            .footer-07 .left .contxt h6 {
                color: #000;
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 23px;
            }

            .footer-07 .left .contxt ul li {
                margin-bottom: 10px;
            }

    .footer-07 .right .tit {
        font-weight: bold;
        color: #000;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-07 .right .ewm {
        margin: 0 auto;
        padding-left: 80px;
        border-left: 1px solid #eaeaea;
    }

        .footer-07 .right .ewm img {
            display: block;
            max-width: 160px;
        }

        .footer-07 .right .ewm span {
            margin-top: 5px;
        }

    .footer-07 .copy {
        color: #999;
        margin-top: 30px;
        text-align: center;
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #3f3f3f;
        background: #333333;
    }

@media screen and (max-width: 1200px) {
    .footer-03 .container {
        padding: 0px 20px;
    }

        .footer-03 .container .footer-nav ul {
            padding: 20px 0;
        }

            .footer-03 .container .footer-nav ul li {
                padding: 0px 10px;
                height: auto;
                line-height: 26px;
            }

        .footer-03 .container .left,
        .footer-03 .container .right,
        .footer-03 .container .left .logo,
        .footer-03 .container .left .contxt {
            width: 100% !important;
            float: none;
            text-align: center;
        }

            .footer-03 .container .right .ewm {
                width: 241px;
                margin: 0 auto;
                padding-left: 0;
                border: none;
                float: none !important;
            }

                .footer-03 .container .right .ewm img {
                    display: inline-block;
                }

            .footer-03 .container .left .logo,
            .footer-03 .container .left .contxt {
                margin-bottom: 20px;
            }

                .footer-03 .container .left .logo p {
                    margin-top: 20px;
                }

                .footer-03 .container .left .contxt h6,
                .footer-03 .container .right .tit {
                    margin-bottom: 10px;
                }

    .footer-03 .ewm {
        line-height: 24px;
    }

    .footer-06 .footer-nav ul {
        padding: 20px 0;
    }

        .footer-06 .footer-nav ul li {
            padding: 0px 10px;
            height: auto;
            line-height: 26px;
        }

    .footer-06 .left,
    .footer-06 .right,
    .footer-06 .left .logo,
    .footer-06 .left .contxt {
        width: 100% !important;
        float: none;
        text-align: center;
    }

        .footer-06 .right .ewm {
            width: 241px;
            margin: 0 auto;
            padding-left: 0;
            border: none;
            float: none !important;
        }

            .footer-06 .right .ewm img {
                display: inline-block;
            }

        .footer-06 .left .logo,
        .footer-06 .left .contxt {
            margin-bottom: 20px;
        }

            .footer-06 .left .logo p {
                margin-top: 20px;
            }

            .footer-06 .left .contxt h6,
            .footer-06 .right .tit {
                margin-bottom: 10px;
            }

    .footer-06 .ewm {
        line-height: 24px;
    }

    .footer-07 .footer-nav ul {
        padding: 20px 0;
    }

        .footer-07 .footer-nav ul li {
            padding: 0px 10px;
            height: auto;
            line-height: 26px;
        }

    .footer-07 .left,
    .footer-07 .right,
    .footer-07 .left .logo,
    .footer-07 .left .contxt {
        width: 100% !important;
        float: none;
        text-align: center;
    }

        .footer-07 .right .ewm {
            width: 241px;
            margin: 0 auto;
            padding-left: 0;
            border: none;
            float: none !important;
        }

            .footer-07 .right .ewm img {
                display: inline-block;
            }

        .footer-07 .left .logo {
            padding-right: 0;
        }

        .footer-07 .left .logo,
        .footer-07 .left .contxt {
            margin-bottom: 20px;
        }

            .footer-07 .left .logo p {
                margin-top: 20px;
            }

            .footer-07 .left .contxt h6,
            .footer-07 .right .tit {
                margin-bottom: 10px;
            }

    .footer-07 .ewm {
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .footer-01 .footer-nav ul li {
        padding: 0px 10px;
    }

        .footer-01 .footer-nav ul li a {
            font-size: 14px;
        }

    .footer-02,
    .footer-05 {
        padding: 40px 0;
    }

    .footer-03 .left,
    .footer-03 .right {
        width: 100%;
    }

        .footer-03 .left .logo {
            width: 100%;
            padding-right: 0;
        }

            .footer-03 .left .logo p {
                margin-top: 10px;
            }

        .footer-03 .left .contxt {
            width: 100%;
            margin-top: 15px;
        }

            .footer-03 .left .contxt h6 {
                margin-bottom: 10px;
            }

    .footer-03 .right {
        margin-top: 15px;
    }

        .footer-03 .right .ewm {
            width: 100%;
            padding-left: 0;
            border-left: none;
            border-top: 1px solid #484848;
            text-align: center;
            line-height: 18px;
            padding-top: 15px;
        }

            .footer-03 .right .ewm img {
                margin: 0 auto;
            }

    .footer-03 .copy {
        margin-top: 15px;
    }

    .footer-04 .footer-nav ul li {
        padding: 0px 10px;
    }

        .footer-04 .footer-nav ul li a {
            font-size: 14px;
        }
}

@media screen and (max-width: 640px) {
    .footer-03 .footer-nav ul {
        padding: 10px 0;
    }

        .footer-03 .footer-nav ul li {
            height: auto;
            line-height: 26px;
        }
}

.footer-08 {
    background: #f5f5f5;
    padding-top: 65px;
}

    .footer-08 .left {
        color: #999;
        width: 28%;
    }

        .footer-08 .left .logo {
            width: 220px;
        }

        .footer-08 .left img {
            display: block;
            max-width: 220px;
        }

        .footer-08 .left p {
            margin-top: 25px;
            max-width: 345px;
        }

    .footer-08 .middle {
        margin-left: 110px;
    }

        .footer-08 .middle h5 {
            font-size: 18px;
            color: #333;
            margin-bottom: 10px;
        }

        .footer-08 .middle p {
            line-height: 28px;
            color: #999;
            max-width: 306px;
        }

    .footer-08 .right .title {
        text-align: right;
    }

    .footer-08 .right i {
        width: 28px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        background: #000;
        color: #fff;
        text-align: center;
        line-height: 28px;
        margin-top: -5px;
        margin-right: 10px;
    }

    .footer-08 .right p {
        display: inline-block;
        color: #333;
        font-size: 18px;
    }

    .footer-08 .right h5 {
        font-size: 28px;
        margin-top: 20px;
    }

        .footer-08 .right h5 a {
            color: #999;
        }

    .footer-08 p.copy {
        height: 61px;
        border-top: 1px solid #e6e6e6;
        line-height: 60px;
        text-align: center;
        color: #999;
        margin-top: 60px;
    }

@media screen and (max-width: 1024px) {
    .footer-08 .middle {
        margin-left: 5%;
    }
}

@media screen and (max-width: 640px) {
    .footer-08 {
        padding-top: 20px;
    }

        .footer-08 .w1200 > div {
            width: 100% !important;
            float: none !important;
        }

        .footer-08 .left .logo {
            width: 190px;
            margin: 0 auto;
        }

        .footer-08 .left p {
            max-width: inherit;
            margin-top: 10px;
        }

        .footer-08 .middle {
            margin: 15px 0;
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
            padding: 15px 0;
            text-align: center;
        }

            .footer-08 .middle p {
                line-height: 22px;
                max-width: inherit;
            }

        .footer-08 .right,
        .footer-08 .right .title {
            text-align: center;
        }

            .footer-08 .right h5 {
                margin-top: 5px;
                font-size: 24px;
            }

        .footer-08 p.copy {
            height: auto;
            padding: 10px 5px;
            line-height: inherit;
            margin-top: 15px;
        }
}

.footer-09 {
    background: #333;
    padding-top: 65px;
}

    .footer-09 .left {
        color: #999;
        width: 28%;
    }

        .footer-09 .left .logo {
            max-width: 220px;
        }

        .footer-09 .left img {
            display: block;
        }

        .footer-09 .left p {
            margin-top: 25px;
            max-width: 345px;
        }

    .footer-09 .middle {
        margin-left: 110px;
    }

        .footer-09 .middle h5 {
            font-size: 18px;
            color: #fff;
            margin-bottom: 10px;
        }

        .footer-09 .middle p {
            line-height: 28px;
            color: #999;
            max-width: 306px;
        }

    .footer-09 .right .title {
        text-align: right;
    }

    .footer-09 .right i {
        width: 28px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        background: #fff;
        color: #000;
        text-align: center;
        line-height: 28px;
        margin-top: -5px;
        margin-right: 10px;
		background: url(/static/images/phone.png) center no-repeat;
    }

    .footer-09 .right p {
        display: inline-block;
        color: #fff;
        font-size: 18px;
    }

    .footer-09 .right h5 {
        font-size: 28px;
        margin-top: 20px;
    }

        .footer-09 .right h5 a {
            color: #999;
        }

    .footer-09 p.copy {
        height: 61px;
        border-top: 1px solid #4d4d4d;
        line-height: 60px;
        text-align: center;
        color: #999;
        margin-top: 60px;
    }

@media screen and (max-width: 1024px) {
    .footer-09 .middle {
        margin-left: 5%;
    }
}

@media screen and (max-width: 640px) {
    .footer-09 {
        padding-top: 20px;
    }

        .footer-09 .w1200 > div {
            width: 100% !important;
            float: none !important;
        }

        .footer-09 .left .logo {
            width: 190px;
            margin: 0 auto;
        }

        .footer-09 .left p {
            max-width: inherit;
            margin-top: 10px;
            text-align: center;
        }

        .footer-09 .middle {
            margin: 15px 0;
            border-top: 1px solid #4d4d4d;
            border-bottom: 1px solid #4d4d4d;
            padding: 15px 0;
            text-align: center;
        }

            .footer-09 .middle p {
                line-height: 22px;
                max-width: inherit;
            }

        .footer-09 .right,
        .footer-09 .right .title {
            text-align: center;
        }

            .footer-09 .right h5 {
                margin-top: 5px;
                font-size: 24px;
            }

        .footer-09 p.copy {
            height: auto;
            padding: 10px 5px;
            line-height: inherit;
            margin-top: 15px;
        }
}


.footerl-10 {
    background: #6db900;
    padding-top: 65px;
}

    .footerl-10 .left {
        color: #bedba7;
        width: 28%;
    }

        .footerl-10 .left .logo {
            max-width: 220px;
        }

        .footerl-10 .left img {
            display: block;
        }

        .footerl-10 .left p {
            margin-top: 25px;
            max-width: 345px;
        }

    .footerl-10 .middle {
        margin-left: 110px;
    }

        .footerl-10 .middle h5 {
            font-size: 18px;
            color: #fff;
            margin-bottom: 10px;
        }

        .footerl-10 .middle p {
            line-height: 28px;
            color: #bedba7;
            max-width: 306px;
        }

    .footerl-10 .right {
    }

        .footerl-10 .right .title {
            text-align: right;
        }

        .footerl-10 .right i {
            width: 28px;
            height: 28px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 100%;
            background: #fff;
            color: #6db900;
            text-align: center;
            line-height: 28px;
            margin-top: -5px;
            margin-right: 10px;
        }

        .footerl-10 .right p {
            display: inline-block;
            color: #fff;
            font-size: 18px;
        }

        .footerl-10 .right h5 {
            font-size: 28px;
            margin-top: 20px;
        }

            .footerl-10 .right h5 a {
                color: #bedba7;
            }

    .footerl-10 p.copy {
        height: 61px;
        border-top: 1px solid #ddd;
        line-height: 60px;
        text-align: center;
        color: #bedba7;
        margin-top: 60px;
    }

@media screen and (max-width:1024px) {
    .footerl-10 .middle {
        margin-left: 5%;
    }
}

@media screen and (max-width:640px) {
    .footerl-10 {
        padding-top: 20px;
    }

        .footerl-10 .w1200 > div {
            width: 100% !important;
            float: none !important;
        }

        .footerl-10 .left .logo {
            width: 190px;
            margin: 0 auto;
        }

        .footerl-10 .left p {
            max-width: inherit;
            margin-top: 10px;
        }

        .footerl-10 .middle {
            margin: 15px 0;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            padding: 15px 0;
            text-align: center;
        }

            .footerl-10 .middle p {
                line-height: 22px;
                max-width: inherit;
            }

        .footerl-10 .right, .footerl-10 .right .title {
            text-align: center;
        }

            .footerl-10 .right h5 {
                margin-top: 5px;
                font-size: 24px;
            }

        .footerl-10 p.copy {
            height: auto;
            padding: 10px 5px;
            line-height: inherit;
            margin-top: 15px;
        }
}

/*===========================================*/
/*  在线客服
/*===========================================*/
.online {
    position: fixed;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

    .online .box {
        position: relative;
    }

        .online .box a {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background: #b2b2b2;
            color: #fff;
            font-size: 26px;
            margin-bottom: 1px;
        }

            .online .box a i.icon-c2,
            .online .box a i.icon-QQ {
                font-size: 30px;
            }

            .online .box a i.icon-back-top {
                font-size: 24px;
            }

        .online .box span {
            position: absolute;
            background: #fff;
            box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.1);
            display: block;
            right: 100%;
            top: 0;
            font-size: 16px;
            width: 130px;
            line-height: 50px;
            text-align: center;
            display: none;
        }

            .online .box span:after {
                content: '';
                position: absolute;
                right: -8px;
                border-left: 8px solid #fff;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                top: 50%;
                margin-top: -8px;
            }

        .online .box.ewm span:after {
            top: 26px;
        }

        .online .box:hover span {
            display: block;
        }

@media screen and (max-width: 1024px) {
    .online {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

        .online .box.backtop {
            display: none;
        }

        .online .box {
            width: 33.33%;
            float: left;
            border-right: 1px solid #eee;
        }

            .online .box:nth-child(3) {
                border: none;
            }

            .online .box a {
                width: 100%;
                margin: 0;
            }

            .online .box.ewm span:after {
                display: none;
            }

            .online .box:hover span {
                display: none;
            }

    .layui-m-layer-online-layer {
        background: none !important;
    }

        .layui-m-layer-online-layer .layui-m-layercont {
            padding: 0;
        }

            .layui-m-layer-online-layer .layui-m-layercont img {
                width: 200px;
                height: 200px;
            }
}
/*===========================================*/
/*  iconfont
/*===========================================*/

i[class^="icon-"] {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-anquanbaozhang:before {
    content: "\e663";
}

.icon-QQ:before {
    content: "\e606";
}

.icon-chuangyi:before {
    content: "\e632";
}

.icon-gongyipin:before {
    content: "\e66b";
}

.icon-21:before {
    content: "\e664";
}

.icon-iconfontjianqie:before {
    content: "\e61b";
}

.icon-hqsd-icon15:before {
    content: "\e656";
}

.icon-weixiu:before {
    content: "\e60f";
}

.icon-zhinenghuaxuanpinicon2:before {
    content: "\e610";
}

.icon-wechat:before {
    content: "\e670";
}

.icon-chanpinzhongxin:before {
    content: "\e671";
}

.icon-xinziguanli:before {
    content: "\e611";
}

.icon-sina:before {
    content: "\e608";
}

.icon-xiangmujingyan:before {
    content: "\e6bb";
}

.icon-form:before {
    content: "\e6a2";
}

.icon-pic:before {
    content: "\e6a8";
}

.icon-tuandui:before {
    content: "\e672";
}

.icon-iconjiankangchayin:before {
    content: "\e612";
}

.icon-print:before {
    content: "\e6c9";
}

.icon-box:before {
    content: "\e6cb";
}

.icon-process:before {
    content: "\e6ce";
}

.icon-beauty:before {
    content: "\e6d2";
}

.icon-electrical:before {
    content: "\e6d4";
}

.icon-home:before {
    content: "\e6d7";
}

.icon-gifts:before {
    content: "\e6db";
}

.icon-auto:before {
    content: "\e6e3";
}

.icon-jiankangjieshui:before {
    content: "\e791";
}

.icon-rfq:before {
    content: "\e6eb";
}

.icon-menu:before {
    content: "\e62b";
}

.icon-productfeatures:before {
    content: "\e6f4";
}

.icon-supplierfeatures:before {
    content: "\e6f5";
}

.icon-similarproduct:before {
    content: "\e6f6";
}

.icon-gongyiliuchengmoxing:before {
    content: "\e735";
}

.icon-crop:before {
    content: "\e64e";
}

.icon-back-top:before {
    content: "\e609";
}

.icon-right02:before {
    content: "\e64c";
}

.icon-raw:before {
    content: "\e704";
}

.icon-machinery:before {
    content: "\e709";
}

.icon-fangwuqiugou:before {
    content: "\e7ca";
}

.icon-ceshifankui:before {
    content: "\e712";
}

.icon-jishukaifa:before {
    content: "\e713";
}

.icon-remind:before {
    content: "\e714";
}

.icon-tuandui1:before {
    content: "\e673";
}

.icon-hqsd-icon11:before {
    content: "\e64b";
}

.icon-map:before {
    content: "\e715";
}

.icon-chongwu:before {
    content: "\e678";
}

.icon-diqu:before {
    content: "\e674";
}

.icon-zhiliang:before {
    content: "\e675";
}

.icon-gongyi:before {
    content: "\e6b5";
}

.icon-hqsd-icon14:before {
    content: "\e83e";
}

.icon-xiaoxue:before {
    content: "\e676";
}

.icon-hangkongyunshu:before {
    content: "\e650";
}

.icon-left01:before {
    content: "\e61f";
}

.icon-shouyilvgao:before {
    content: "\e6d5";
}

.icon-hqsd-icon10:before {
    content: "\e69e";
}

.icon-hqsd-icon20:before {
    content: "\e63d";
}

.icon-right01:before {
    content: "\e625";
}

.icon-fangwurenzheng:before {
    content: "\e677";
}

.icon-3ddayin:before {
    content: "\e69a";
}

.icon-left02:before {
    content: "\e60a";
}

.icon-3ddayin01:before {
    content: "\e6ae";
}

.icon-taocixingye:before {
    content: "\e679";
}

.icon-hqsd-icon16:before {
    content: "\e60c";
}

.icon-yingyonchengxumuban:before {
    content: "\e67e";
}

.icon-2:before {
    content: "\e686";
}

.icon-anquanbaozhang1:before {
    content: "\e75b";
}

.icon-hqsd-icon13:before {
    content: "\e633";
}

.icon-pdf:before {
    content: "\e740";
}

.icon-zip:before {
    content: "\e741";
}

.icon-hqsd-icon09:before {
    content: "\e601";
}

.icon-copy:before {
    content: "\e744";
}

.icon-gaoxiao-copy:before {
    content: "\e613";
}

.icon-jiankangdianqi:before {
    content: "\e67b";
}

.icon-meishimeijiu:before {
    content: "\e66a";
}

.icon-fangwuzulin01:before {
    content: "\e7d7";
}

.icon-save:before {
    content: "\e747";
}

.icon-inquirytemplate:before {
    content: "\e749";
}

.icon-templatedefault:before {
    content: "\e74a";
}

.icon-kecheng:before {
    content: "\e67a";
}

.icon-chandizhicai:before {
    content: "\e665";
}

.icon-iconfontmingpian:before {
    content: "\e644";
}

.icon-iconfontriyongbaihuo:before {
    content: "\e646";
}

.icon-iconfontjingxihuaxue:before {
    content: "\e647";
}

.icon-iconfontjixieqimo:before {
    content: "\e648";
}

.icon-iconfontshumajiadian:before {
    content: "\e649";
}

.icon-iconfontmeizhuangrihua:before {
    content: "\e64f";
}

.icon-iconfonthuangguan:before {
    content: "\e651";
}

.icon-iconfontshipin:before {
    content: "\e652";
}

.icon-iconfonthuagongyuanliao:before {
    content: "\e653";
}

.icon-iconfonttongzhuangmuying:before {
    content: "\e658";
}

.icon-iconfontxiebaopeishi:before {
    content: "\e659";
}

.icon-iconfontyundonghuwai:before {
    content: "\e65b";
}

.icon-iconfontgongyichongwu:before {
    content: "\e65c";
}

.icon-iconfontfuzhuangneiyi:before {
    content: "\e65d";
}

.icon-iconfontfuwushichang:before {
    content: "\e65e";
}

.icon-iconfontfangzhipige:before {
    content: "\e65f";
}

.icon-iconfontanquanfanghu:before {
    content: "\e660";
}

.icon-gerenshimingrz:before {
    content: "\e661";
}

.icon-huanhuobz:before {
    content: "\e662";
}

.icon-quanchenglenglian:before {
    content: "\e685";
}

.icon-diqu1:before {
    content: "\e687";
}

.icon-weibiaoti301:before {
    content: "\e615";
}

.icon-weibiaoti306:before {
    content: "\e616";
}

.icon-guanli:before {
    content: "\e68c";
}

.icon-shujufenxi:before {
    content: "\e666";
}

.icon-chengxuprogram1:before {
    content: "\e618";
}

.icon-libra:before {
    content: "\e74c";
}

.icon-jiantou:before {
    content: "\e72d";
}

.icon-hqsd-icon08:before {
    content: "\e605";
}

.icon-tieluyunshu:before {
    content: "\e73c";
}

.icon-zhuanye:before {
    content: "\e7d4";
}

.icon-huazhuangpin:before {
    content: "\e67d";
}

.icon-iconfontyunyingpingtai01:before {
    content: "\e67f";
}

.icon-kecheng1:before {
    content: "\e682";
}

.icon-ship:before {
    content: "\e74f";
}

.icon-youerjiaoyu:before {
    content: "\e684";
}

.icon-gongyipin1:before {
    content: "\e6a9";
}

.icon-sheying1:before {
    content: "\e63c";
}

.icon-5:before {
    content: "\e700";
}

.icon-hot:before {
    content: "\e756";
}

.icon-canyin2:before {
    content: "\e655";
}

.icon-shixi-copy:before {
    content: "\e688";
}

.icon-chandizhigong:before {
    content: "\e72c";
}

.icon-daohang:before {
    content: "\e73b";
}

.icon-chengxukaifa:before {
    content: "\e619";
}

.icon-zhuanyejiance:before {
    content: "\e680";
}

.icon-jiankangdianqi1:before {
    content: "\e681";
}

.icon-left:before {
    content: "\e683";
}

.icon-dianhua:before {
    content: "\e60b";
}

.icon-tuandui2:before {
    content: "\e689";
}

.icon-h5:before {
    content: "\e61c";
}

.icon-jiushuimeishi:before {
    content: "\e61d";
}

.icon-yuanchandi:before {
    content: "\e6a0";
}

.icon-shichangyingxiao:before {
    content: "\e667";
}

.icon-hqsd-icon19:before {
    content: "\e604";
}

.icon-all:before {
    content: "\e68d";
}

.icon-cart:before {
    content: "\e68e";
}

.icon-good:before {
    content: "\e699";
}

.icon-download:before {
    content: "\e6a5";
}

.icon-compass:before {
    content: "\e6a6";
}

.icon-comments:before {
    content: "\e6a7";
}

.icon-time:before {
    content: "\e6b7";
}

.icon-skip:before {
    content: "\e6be";
}

.icon-chuangyi1:before {
    content: "\e61e";
}

.icon-chuangyi_tianchong:before {
    content: "\e620";
}

.icon-fuwu:before {
    content: "\e621";
}

.icon-iconkanjingyan:before {
    content: "\e76d";
}

.icon-hqsd-icon07:before {
    content: "\e603";
}

.icon-goutong:before {
    content: "\e623";
}

.icon-chat:before {
    content: "\e626";
}

.icon-kecheng2:before {
    content: "\e797";
}

.icon-wancheng:before {
    content: "\e7a5";
}

.icon-sjfx:before {
    content: "\e9c4";
}

.icon-deng:before {
    content: "\e634";
}

.icon-dizhi:before {
    content: "\e624";
}

.icon-sjsheji:before {
    content: "\e7a3";
}

.icon-hqsd-icon21:before {
    content: "\e66f";
}

.icon-xiaochengxu:before {
    content: "\e627";
}

.icon-color:before {
    content: "\e760";
}

.icon-gongsijianjie:before {
    content: "\e60d";
}

.icon-shichangyingxiao1:before {
    content: "\e692";
}

.icon-color-filling:before {
    content: "\e7cd";
}

.icon-mianji:before {
    content: "\e68a";
}

.icon-hqsd-icon06:before {
    content: "\e724";
}

.icon-hqsd-icon12:before {
    content: "\e690";
}

.icon-xinzishuiping:before {
    content: "\e629";
}

.icon-sheying2:before {
    content: "\e6af";
}

.icon-zhuanye1:before {
    content: "\e62a";
}

.icon-waibaoxiangmu:before {
    content: "\e668";
}

.icon-originalimage:before {
    content: "\e806";
}

.icon-icon-test:before {
    content: "\e62c";
}

.icon-hqsd-icon17:before {
    content: "\e617";
}

.icon-kehupeixun:before {
    content: "\e669";
}

.icon-logistic:before {
    content: "\e811";
}

.icon-gongzilishi:before {
    content: "\e68b";
}

.icon-tuandui3:before {
    content: "\e695";
}

.icon-yuanqudizhi:before {
    content: "\e696";
}

.icon-chengxu:before {
    content: "\e691";
}

.icon-sheji:before {
    content: "\e64d";
}

.icon-shougongyi:before {
    content: "\e697";
}

.icon-right:before {
    content: "\e622";
}

.icon-fuwu1:before {
    content: "\e62d";
}

.icon-chuangyiku:before {
    content: "\e62e";
}

.icon-gaoxiao:before {
    content: "\e62f";
}

.icon-chongwu1:before {
    content: "\e6c1";
}

.icon-qiche:before {
    content: "\e69b";
}

.icon-tuandui4:before {
    content: "\e69c";
}

.icon-shengchanguanli:before {
    content: "\e69d";
}

.icon-jiankang:before {
    content: "\e637";
}

.icon-fangwuzhuangxiu:before {
    content: "\e69f";
}

.icon-td-zymj:before {
    content: "\e710";
}

.icon-chongwu2:before {
    content: "\e6a1";
}

.icon-chanpinlinian:before {
    content: "\e630";
}

.icon-dianpu:before {
    content: "\e74b";
}

.icon-chongwu3:before {
    content: "\e6a3";
}

.icon-xinziguanli1:before {
    content: "\e631";
}

.icon-earth:before {
    content: "\e828";
}

.icon-qiche1:before {
    content: "\e7f7";
}

.icon-hqsd-icon18:before {
    content: "\e628";
}

.icon-trust:before {
    content: "\e82a";
}

.icon-shengchanxian:before {
    content: "\e6a4";
}

.icon-yunshuchanpin:before {
    content: "\e822";
}

.icon-jiankang1:before {
    content: "\e636";
}

.icon-andiqu:before {
    content: "\e6aa";
}

.icon-wancheng1:before {
    content: "\e638";
}

.icon-hqsd-icon05:before {
    content: "\e600";
}

.icon-yiliao:before {
    content: "\e70f";
}

.icon-ProEnter:before {
    content: "\e6ac";
}

.icon-sheji1:before {
    content: "\e639";
}

.icon-anquan:before {
    content: "\e693";
}

.icon-hqsd-icon04:before {
    content: "\e635";
}

.icon-weixiu1:before {
    content: "\e68f";
}

.icon-yunshu:before {
    content: "\e6d0";
}

.icon-tuandui5:before {
    content: "\e6ad";
}

.icon-gongzuogoutongtaojian:before {
    content: "\e67c";
}

.icon-lesson:before {
    content: "\e6b0";
}

.icon-qiche2:before {
    content: "\e77d";
}

.icon-chengxu1:before {
    content: "\e63a";
}

.icon-jiagonggongyi-:before {
    content: "\e6b1";
}

.icon-shixigangwei:before {
    content: "\e6b2";
}

.icon-column:before {
    content: "\e839";
}

.icon-apparel:before {
    content: "\e83a";
}

.icon-bags:before {
    content: "\e83b";
}

.icon-bbbb:before {
    content: "\e60e";
}

.icon-youjian:before {
    content: "\e614";
}

.icon-jiankangfuwu:before {
    content: "\e63b";
}

.icon-dianpu1:before {
    content: "\e6b3";
}

.icon-shengchan:before {
    content: "\e6b4";
}

.icon-shengchanhuanjing-:before {
    content: "\e6b6";
}

.icon-huazhuangpin1:before {
    content: "\e6b8";
}

.icon-duifuwu-:before {
    content: "\e6b9";
}

.icon-chongwu4:before {
    content: "\e6ba";
}

.icon-xiaochengxu1:before {
    content: "\e698";
}

.icon-hqsd-icon03:before {
    content: "\e607";
}

.icon-h:before {
    content: "\e657";
}

.icon-diqu2:before {
    content: "\e9c5";
}

.icon-sheji2:before {
    content: "\e65a";
}

.icon-dingxintiaozishenpi:before {
    content: "\e64a";
}

.icon-C-goutong:before {
    content: "\e654";
}

.icon-zichengxu:before {
    content: "\e63e";
}

.icon-shujufenxi1:before {
    content: "\e66c";
}

.icon-kuaisushangshou:before {
    content: "\e66d";
}

.icon-chanyeyuanqu:before {
    content: "\e6bc";
}

.icon-sheji3:before {
    content: "\e63f";
}

.icon-goutong1:before {
    content: "\e640";
}

.icon-hqsd-icon02:before {
    content: "\e602";
}

.icon-shengchanguankong:before {
    content: "\e6bd";
}

.icon-hqsd-icon01:before {
    content: "\e61a";
}

.icon-Ic-gongsijianjie:before {
    content: "\e66e";
}

.icon-chanpinzhongxin1:before {
    content: "\e81b";
}

.icon-gongsijianjie1:before {
    content: "\e6ab";
}

.icon-chuangyitubiao-copy:before {
    content: "\e641";
}

.icon-jianqie:before {
    content: "\e642";
}

.icon-guanjianjishu:before {
    content: "\e643";
}

.icon-shimaisaigongsijianjie:before {
    content: "\e694";
}

.icon-huazhuangpin2:before {
    content: "\e6bf";
}

.icon-gongyiguanli:before {
    content: "\e6c0";
}

.icon-sheying3:before {
    content: "\e730";
}

.icon-liaotianduihuaimgout:before {
    content: "\e645";
}

.icon-dianhua1:before {
    content: "\e60e";
}

.icon-liaowang2:before {
    content: "\e6c2";
}

.icon-tubiaozhizuomobanshiming:before {
    content: "\e6c3";
}

.icon-xuexiguiji:before {
    content: "\e6c4";
}

.icon-fanganxinying:before {
    content: "\e6c5";
}

.icon-liuyan:before {
    content: "\e6c6";
}

.icon-c2:before {
    content: "\e736";
}

.icon-kefu:before {
    content: "\e6c7";
}

.icon-iconfont707:before {
    content: "\e6c8";
}

.icon-icon:before {
    content: "\e6ca";
}

.icon-mulu:before {
    content: "\e716";
}

.icon-danganliebiao:before {
    content: "\e6cd";
}

.icon-xiazai:before {
    content: "\e6cc";
}

.icon-diannao:before {
    content: "\e6cf";
}

.icon-shouji:before {
    content: "\e6d1";
}

.icon-ipad:before {
    content: "\e6d3";
}

.icon-erweima:before {
    content: "\e6d6";
}

.icon-sousuo:before {
    content: "\e6d8";
}

.page-banner {
    width: 100%;
    display: block;
    position: relative;
    height: 300px;
    display: table;
}

    .page-banner > div {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        z-index: 2;
        text-transform: uppercase;
    }

    .page-banner h4 {
        color: #fff;
        font-size: 36px;
    }

        .page-banner h4.subtit {
            font-size: 18px;
            margin-top: 5px;
        }

    .page-banner b {
        display: block;
        width: 100%;
        height: 300px;
    }

    .page-banner .position {
        overflow: hidden;
        color: #fff;
        opacity: .6;
        margin-top: 15px;
    }

        .page-banner .position a {
            color: #fff;
        }

        .page-banner .position .icon {
            margin: 0px 5px;
            font-family: '宋体';
            display: inline-block;
        }

@media screen and (max-width: 768px) {
    .page-banner {
        height: 98px;
    }

        .page-banner b {
            height: 180px;
        }

        .page-banner h4 {
            font-size: 22px;
        }

            .page-banner h4.subtit {
                font-size: 12px;
            }

        .page-banner .position {
            margin-top: 10px;
        }
}
/*.page-banner01{width:100%;display:block;position:relative;height:300px;display:table;}
.page-banner01 > div{display:table-cell;vertical-align:middle;position:relative;z-index:2;text-transform:uppercase;}
.page-banner01 h4{color:#fff;font-size:36px;}
.page-banner01 h4.subtit{font-size:18px;margin-top:5px;}
.page-banner01 b{display:block;}
.page-banner01 .position{overflow:hidden;color:#fff;opacity:.6;margin-top:15px;}
.page-banner01 .position a{color:#fff;}
.page-banner01 .position .icon{margin:0px 5px;font-family:'宋体';display:inline-block;}

@media screen and (max-width:768px){
    .page-banner01{height:180px;}
    .page-banner01 h4{font-size:22px;}
    .page-banner01 h4.subtit{font-size:12px;}
    .page-banner01 .position{margin-top:10px;}
}*/
.page-banner02 {
    height: 350px;
    text-align: center;
    color: #fff;
    display: table;
    width: 100%;
}

    .page-banner02 > div {
        display: table-cell;
        vertical-align: middle;
    }

    .page-banner02 h4 {
        font-size: 18px;
    }

    .page-banner02 h3 {
        font-size: 36px;
        margin-top: 20px;
    }

@media screen and (max-width: 768px) {
    .page-banner02 {
        height: 200px;
    }
}

@media screen and (max-width: 500px) {
    .page-banner02 {
        height: 200px;
    }

        .page-banner02 h3 {
            font-size: 22px;
            margin-top: 10px;
        }
}

.page-banner03 .position {
    height: 60px;
    line-height: 60px;
}

.page-banner03 .contxt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #999;
}

    .page-banner03 .contxt h2 {
        display: inline-block;
        margin: 0 auto;
        font-size: 36px;
        border: 1px solid #999;
        text-align: center;
        padding: 2px 10px;
        height: 55px;
        overflow: hidden;
    }

    .page-banner03 .contxt h3 {
        font-size: 20px;
        margin-top: 20px;
    }

@media screen and (max-width: 768px) {
    .page-banner03 .contxt h2 {
        font-size: 22px;
        line-height: 30px;
        height: 35px;
    }

    .page-banner03 .contxt h3 {
        font-size: 16px;
        margin-top: 10px;
    }
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.page-banner05 .page-banner {
    height: 850px;
    overflow: hidden;
}

.page-banner05 h4 {
    font-size: 48px;
}

.page-banner05 h5 {
    font-size: 16px;
    margin-top: 35px;
    color: #fff;
    max-width: 680px;
}

.page-banner05 .next {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    overflow: hidden;
}

    .page-banner05 .next .icon {
        position: relative;
        width: 100%;
        height: 100%;
        background: url('../images/arrow.png') no-repeat center;
        animation: downico 1.5s ease-out infinite;
    }

@media screen and (max-width: 1000px) {
    .page-banner05 .page-banner {
        height: 650px;
    }

    .page-banner05 h4 {
        font-size: 36px;
    }

    .page-banner05 h5 {
        font-size: 14px;
        max-width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .page-banner05 .page-banner {
        height: 350px;
    }

    .page-banner05 h4 {
        font-size: 32px;
    }

    .page-banner05 h5 {
        font-size: 12px;
        margin-top: 20px;
        max-width: 180px;
        overflow-y: auto;
        max-height: 65px;
    }
}

@media screen and (max-width: 640px) {
    .page-banner05 .page-banner {
        height: 220px;
    }

    .page-banner05 h4 {
        font-size: 20px;
    }

    .page-banner05 h5 {
        font-size: 12px;
    }

    .page-banner05 .next {
        margin-top: 15px;
    }
}

.page-banner06 .page-banner .txt h2 {
    width: 100%;
    font-size: 48px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: -20px;
}

    .page-banner06 .page-banner .txt h2:after {
        content: "";
        display: block;
        width: 60px;
        height: 3px;
        background: #fff;
        margin-left: -30px;
        position: absolute;
        left: 50%;
        margin-top: 10px;
    }

@media screen and (max-width: 1024px) {
    .page-banner06 .page-banner .txt h2 {
        font-size: 30px;
    }

        .page-banner06 .page-banner .txt h2:after {
            margin-top: 5px;
        }
}

@media screen and (max-width: 640px) {
    .page-banner06 .page-banner .txt h2 {
        font-size: 24px;
    }

        .page-banner06 .page-banner .txt h2:after {
            margin-top: 2px;
            height: 2px;
        }
}

.is-no-modular {
    min-height: 234px;
    background: url(../images/is-no-modular.png) no-repeat center center;
    width: 100%;
}
/*20180118*/
.stopsite {
    padding-top: 5%;
}

    .stopsite .title {
        font-size: 30px;
        color: #333;
        text-align: center;
    }

    .stopsite .subtit {
        font-size: 14px;
        color: #ccc;
        text-align: center;
        text-transform: uppercase;
        margin-top: 15px;
    }

    .stopsite .content {
        max-width: 1100px;
        background: #fff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding: 40px 20px;
        margin: 0 auto;
        margin-top: 50px;
    }

        .stopsite .content .tit {
            font-size: 20px;
            color: #333;
            padding: 0px 15px;
        }

        .stopsite .content p {
            text-indent: 2em;
            padding: 40px 15px;
            font-size: 16px;
            color: #666;
            line-height: 26px;
        }

        .stopsite .content .bottom {
            border-top: 1px solid #e8e8e8;
            padding-top: 40px;
        }

        .stopsite .content span {
            float: left;
            margin-left: 15px;
            font-size: 16px;
        }

            .stopsite .content span i {
                display: inline-block;
                vertical-align: middle;
                margin-top: -3px;
                font-size: 22px;
                margin-right: 5px;
            }

                .stopsite .content span i.icon-QQ {
                    font-size: 32px;
                    margin-top: -12px;
                    margin-right: 0;
                    text-indent: -6px;
                }

@media screen and (max-width: 769px) {
    .stopsite .content {
        margin: 0px 15px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .stopsite {
        padding-top: 8%;
    }

        .stopsite .title {
            font-size: 26px;
        }

        .stopsite .subtit {
            margin-top: 5px;
        }

        .stopsite .content {
            padding: 30px 15px;
        }

            .stopsite .content .tit {
                font-size: 16px;
                padding: 0;
            }

            .stopsite .content p {
                padding: 15px 0;
                font-size: 14px;
                line-height: 22px;
            }

            .stopsite .content .bottom {
                padding-top: 10px;
            }

            .stopsite .content span {
                display: block;
                width: 100%;
                margin-left: 0;
                margin-top: 10px;
                font-size: 14px;
            }

                .stopsite .content span:first-child {
                    font-size: 16px;
                }

                .stopsite .content span i {
                    font-size: 18px;
                }

                    .stopsite .content span i.icon-QQ {
                        font-size: 28px;
                        margin-top: -5px;
                    }
}



/*2018年9月7日 20:08:56*/
.navigationl-16 {
    background-color: #fff;
    padding: 0 10px;
}

    .navigationl-16 .search-box {
        height: 30px;
        width: 240px;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding-left: 10px;
    }

        .navigationl-16 .search-box input {
            height: 100%;
        }

    .navigationl-16 .share-top {
        text-align: right;
        vertical-align: middle;
        margin: 10px 0;
    }

        .navigationl-16 .share-top span {
            position: relative;
            cursor: pointer;
        }

            .navigationl-16 .share-top span .ewm-show {
                position: absolute;
                top: 20px;
                left: -30px;
                width: 130px;
                max-width: none;
                height: 130px;
                display: none;
            }

            .navigationl-16 .share-top span:hover .ewm-show {
                display: block;
            }

        .navigationl-16 .share-top a {
            margin-left: 10px;
        }

    .navigationl-16 .right-search {
        margin-left: 100px;
    }

    .navigationl-16 .search-box .search_btn {
        display: inline-block;
        width: 50px;
        background: #1454bf;
        height: 100%;
        text-align: center;
        line-height: 28px;
        border-radius: 0 3px 3px 0;
    }

        .navigationl-16 .search-box .search_btn img {
            vertical-align: middle;
        }

.nav-wrp.navigationl-16 .nav-box ul.nav-links > li {
    margin-left: 30px;
}

@media screen and (max-width:1200px) {
    .navigationl-16 .right-search {
        margin-left: 60px;
        margin-right: 45px;
    }

    .navigationl-16 .share-top {
        margin: 2px 0;
    }
}

@media screen and (max-width:1025px) {
    .navigationl-16 .nav-box ul.nav-links > li {
        background: #fff;
    }

        .navigationl-16 .nav-box ul.nav-links > li > a {
            border-bottom: 1px solid #ddd;
        }
}

@media screen and (max-width:640px) {
    .nav-wrp .logo .navbar-brand img {
        max-height: 30px;
    }

    .navigationl-16 .search-box {
        width: 170px;
    }

        .navigationl-16 .search-box .search_btn {
            width: 40px;
        }

        .navigationl-16 .search-box input {
            width: calc(100% - 40px);
        }

    .navigationl-16 .share-top a {
        margin-left: 3px;
    }
}

/* 首页新闻资迅模块*/
a{background:transparent;}
a:active,a:hover{outline:0;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.layout{width:100%;}
.container{margin:0 auto;padding:0 10px;}
@media (min-width:760px){
.container{width:750px;}
}
@media (min-width:1000px){
.container{width:1000px;}
}
@media (min-width:1200px){
.container{width:1200px;}
}
.text-center{text-align:center;}
ul{padding-left:20px;}
.clearfix:after,.layout:after,.container:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix,.layout,.container{display:block;}
a{color:#333;text-decoration:none;}
a:focus,a:hover{color:#0a8;}
.clearfix{*zoom:1;*clear:both;}
.clearfix:after{display:block;clear:both;content:".";visibility:hidden;overflow:hidden;height:0;}
.text-overflow{white-space:nowrap;word-break:break-all;overflow:hidden;text-overflow:ellipsis;}
ul,li{padding:0;margin:0;list-style-type:none;}
.mtop30{margin-top:30px;}
.mbottom30{margin-bottom:30px;}
.f36{font-size:36px;}
a,a:link,a:active{color:#767676;text-decoration:none;}
a:hover{color:#229ba9;text-decoration:none;}

@media (max-width:760px){
.f36{font-size:26px;}
}
@media (min-width: 760px){
.layout{min-width:1313px;}
.container{min-width:1313px;}
}
.com-title{position:relative;margin-bottom:40px;line-height:50px;}
.com-title:after{content:'';position:absolute;border-bottom:3px solid #006CB7;width:45px;bottom:-20px;right:calc( 100% /2.08);}
.com-title:not(.text-white){color:#111;}
.com-list li{float:left;width:46%;height:48px;line-height:48px;border-bottom:1px dashed;margin:0 20px;padding:0 20px;overflow:hidden;}
.com-list li .prx-date{float:right;width:78px;}
@media (max-width: 760px){
.com-list li{float:none;width:auto;margin:0;padding:0 10px;}
.com-list li a{display:inline-block;width:calc(100% - 78px);}
}

/* 内容*/

div,span,h1,h2,p,a,ul,li{margin:0;padding:0;border:0;font-size:14px;font:inherit;vertical-align:baseline;}
img{border:0;vertical-align:bottom;}
::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#ccc;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
button::-moz-focus-inner{padding:0;border:0;}
button:focus{outline:0;}
a{background:transparent;}
a:active,a:hover{outline:0;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
strong{font-weight:bold;}
button{margin:0;font:inherit;}
button{overflow:visible;}
button{text-transform:none;}
button{-webkit-appearance:button;cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
.layout{width:100%;}
.container{margin:0 auto;padding:0 10px;}
@media (min-width:760px){
.container{width:750px;}
}
@media (min-width:1000px){
.container{width:1000px;}
}
@media (min-width:1200px){
.container{width:1200px;}
}
.line{margin:0;padding:0;}
.x6,.xl12{position:relative;min-height:1px;}
.line-small{margin-left:-2px;margin-right:-2px;}
.line-small .x6{position:relative;min-height:1px;padding-right:2px;padding-left:2px;}
.x6{float:left;}
.x6{width:50%;}
@media (min-width:300px){
.xl12{float:left;}
.xl12{width:100%;}
}
@media (max-width:760px){
.hidden-l{display:none!important;}
}
[class*='icon-']:before{display:inline-block;font-family:"FontAwesome";font-weight:normal;font-style:normal;vertical-align:baseline;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-angle-right:before{content:"\f105";}
h1{font-size:24px;}
h2{font-size:20px;}
p{margin-bottom:15px;line-height:24px;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.text-justify{text-align:justify;}
.height-big{line-height:30px;}
.text-more{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
ul{padding-left:20px;}
.float-right{float:right!important;}
.clearfix:after,.layout:after,.container:after,.line:after,.line-small:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix,.layout,.container,.line,.line-small{display:block;}
.padding{padding:10px;}
.margin-big-bottom{margin-bottom:20px;}
.margin-bottom{margin-bottom:10px;}
.text-black{color:#000;}
.text-gray{color:#999;}
.text-white{color:#fff;}
.text-blue{color:#0ae;}
[class*='icon-']:before{display:inline-block;font-family:"FontAwesome";font-weight:normal;font-style:normal;vertical-align:baseline;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
a{color:#333;text-decoration:none;}
a:focus,a:hover{color:#0a8;}
.text-blue{color:#014c9f;}
.clearfix{*zoom:1;*clear:both;}
.clearfix:after{display:block;clear:both;content:".";visibility:hidden;overflow:hidden;height:0;}
ul,li{padding:0;margin:0;list-style-type:none;}
img{vertical-align:middle;}
.mtop10{margin-top:10px;}
.padd_20box{padding:20px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f24{font-size:24px;}
a,a:link,a:active{color:#767676;text-decoration:none;}
a:hover{color:#014c9f;text-decoration:none;}
.text-gray{color:#979797;}
p{padding:0;margin:0;}
.insert{height:40px;}
/*! end @import */
.mbody{font-size:14px!important;}
.mbody .content p{line-height:1.8;}
.content{color:#4e4e4e;line-height:2;text-align:justify;}
.content .date{border-bottom:1px dashed #c6c6c6;color:#b0b0b0;}
.content p{line-height:2;}
.content img{max-width:100%;}
.mainCtn{width:850px;float:left;margin-top:30px;}
.sidebar{width:300px;float:right;margin-top:30px;}
.sidebar .sidebox{border:1px solid #f3f3f3;margin-bottom:20px;}
.sidebar .sidebox .tit{height:40px;line-height:40px;background:#0C90EC;}
.sidebar .sidebox .con{padding:15px;}
.sidebar .sidebox .con li{position:relative;padding-left:10px;line-height:20px;margin-bottom:10px;}
.sidebar .sidebox .con li:last-child{margin-bottom:0;}
.sidebar .sidebox .con li span.text-blue{position:absolute;left:0;top:0px;}
.sidebar .sidebox .con li a{display:block;}
.sidebar .sidetag{border:1px solid #f3f3f3;border-top:none;margin-bottom:20px;}
.sidebar .sidetag .tit{height:40px;line-height:40px;background:#0C90EC;}
.sidebar .sidetag .con{padding:10px 15px 0;}
.sidebar .sidetag .con div{margin-bottom:15px;}
.sidebar .sidetag .con div a{display:block;border:1px solid #ececec;background:#fff;padding:8px 0;text-align:center;}
.newsCtn{background:#fafafa;border:1px solid #f1f1f1;padding:40px;}
.newsCtn .infos span{line-height:22px;padding-left:25px;display:inline-block;text-align:left;margin:0 10px;}
.newsCtn .infos span.time{background:url(/static/images/ico_time.png) left top no-repeat;}
.newsCtn .infos span.view{background:url(/static/images/ico_view.png) left top no-repeat;}
.newsCtn .infos span.from{padding:0;}
.newsCtn .infos span.type{padding:0;}
.prevNext{background:#fff;border:1px solid #f1f1f1;padding:15px 20px;}
.prevNext .xl12{position:relative;}
.prevNext .xl12.prev{padding-left:70px;}
.prevNext .xl12.next{padding-left:70px;}
.prevNext a{color:#8a8a8a;}
.prevNext a:hover{color:#014c9f;}
.prevNext span{position:absolute;display:inline-block;}
.prevNext .prev span{left:0;padding-left:10px;background:url(/static/images/icon_prev.png) left center no-repeat;}
.prevNext .next span{left:0;padding-left:10px;background:url(/static/images/icon_prev.png) left center no-repeat;}
@media (max-width:760px){
.insert{height:20px;}
img{max-width:100%;}
.f24{font-size:18px;}
.f20{font-size:16px;}
.f18{font-size:14px;}
.f16{font-size:14px;}
.mainCtn{float:none;width:100%;margin-top:20px;}
.newsCtn{padding:0;border:0;background:#fff;margin-top:20px;}
.newsCtn .infos{font-size:12px;padding-left:0;padding-right:0;}
.newsCtn .infos span{margin:0 5px;padding-left:20px;background-size:auto 80%!important;background-position:left center!important;}
.newsDetail .sidebar{display:block!important;float:none;width:100%;}
.newsDetail .sidebar .sidetag,.newsDetail .sidebar .sidead{display:none;}
.newsDetail .service {
    display: none!important;
}
}
@media (min-width: 760px){
.layout{min-width:1313px;}
.container{min-width:1200px;}
}
.box-header{background-color:#f4f4f4;}
.avatar{background:url("/static/images/avatar.png") no-repeat left;padding-left:70px;}
.btn-question{width:78px;height:24px;line-height:24px;color:#fff;border:none;padding:0 10px;background-color:#fd4e00;}


/* 当前位置*/
.layout{width:100%;}
.container{margin:0 auto;padding:0 10px;}
@media (min-width:760px){
.container{width:750px;}
}
@media (min-width:1000px){
.container{width:1000px;}
}
@media (min-width:1200px){
.container{width:1200px;}
}
[class*='icon-']:before{display:inline-block;font-family:"FontAwesome";font-weight:normal;font-style:normal;vertical-align:baseline;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-home:before{content:"\f015";}
.layout:after,.container:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.layout,.container{display:block;}
.text-blue{color:#0ae;}
[class*='icon-']:before{display:inline-block;font-family:"FontAwesome";font-weight:normal;font-style:normal;vertical-align:baseline;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
a{color:#333;text-decoration:none;}
a:focus,a:hover{color:#0a8;}
.text-blue{color:#014c9f;}
.f14{font-size:14px;}
a,a:link,a:active{color:#767676;text-decoration:none;}
a:hover{color:#014c9f;text-decoration:none;}
/*! end @import */
.crumbwrap{line-height:40px;background:#fafafa;border-bottom:1px solid #f1f1f1;padding-top:20px;color:#535353;}
.crumb a{color:#8b8b8b;}
.crumb a:last-child{color:#0C90EC;}
@media (max-width:760px){
.crumbwrap{display:none;}
}
@media (min-width: 760px){
.layout{min-width:1313px;}
.container{min-width:1200px;}
}


/* 新闻列表*/
button::-moz-focus-inner{padding:0;border:0;}
button:focus{outline:0;}
a{background:transparent;}
a:active,a:hover{outline:0;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
button{margin:0;font:inherit;}
button{overflow:visible;}
button{text-transform:none;}
button{-webkit-appearance:button;cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
.layout{width:100%;}
.container{margin:0 auto;padding:0 10px;}
@media (min-width:760px){
.container{width:750px;}
}
@media (min-width:1000px){
.container{width:1000px;}
}
@media (min-width:1200px){
.container{width:1200px;}
}
.x6{position:relative;min-height:1px;}
.line-small{margin-left:-2px;margin-right:-2px;}
.line-small .x6{position:relative;min-height:1px;padding-right:2px;padding-left:2px;}
.x6{float:left;}
.x6{width:50%;}
@media (max-width:760px){
.hidden-l{display:none!important;}
}
[class*='icon-']:before{display:inline-block;font-family:"FontAwesome";font-weight:normal;font-style:normal;vertical-align:baseline;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-angle-right:before{content:"\f105";}
h2{font-size:20px;}
p{margin-bottom:15px;line-height:24px;}
.text-center{text-align:center;}
.text-more{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
ul{padding-left:20px;}
.clearfix:after,.layout:after,.container:after,.line-small:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix,.layout,.container,.line-small{display:block;}
.text-black{color:#000;}
.text-gray{color:#999;}
.text-white{color:#fff;}
.text-blue{color:#0ae;}
[class*='icon-']:before{display:inline-block;font-family:"FontAwesome";font-weight:normal;font-style:normal;vertical-align:baseline;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
a{color:#333;text-decoration:none;}
a:focus,a:hover{color:#0a8;}
.text-blue{color:#014c9f;}
.clearfix{*zoom:1;*clear:both;}
.clearfix:after{display:block;clear:both;content:".";visibility:hidden;overflow:hidden;height:0;}
ul,li{padding:0;margin:0;list-style-type:none;}
img{vertical-align:middle;}
.mtop10{margin-top:10px;}
.padd_20box{padding:20px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.fn{font-weight:normal;}
a,a:link,a:active{color:#767676;text-decoration:none;}
a:hover{color:#014c9f;text-decoration:none;}
.text-gray{color:#979797;}
p{padding:0;margin:0;}
.insert{height:40px;}
/*! end @import */
.mbody{font-size:14px!important;}
.pages{text-align:center;margin:40px auto 60px;font-size:12px;}
.pages a,.pages span{display:inline-block;padding:8px 15px;background:#f7f7f7;border:1px solid #e7e7e7;border-radius:5px;margin:0 2px;color:#aeaeae;}
.pages a:hover,.pages span.current{background:#0C90EC;color:#fff;border-color:#0C90EC;}
.pages .thisclass{color:#0C90EC;}
.mainCtn{width:850px;float:left;margin-top:30px;}
.sidebar{width:300px;float:right;margin-top:30px;}
.sidebar .sidebox{border:1px solid #f3f3f3;margin-bottom:20px;}
.sidebar .sidebox .tit{height:40px;line-height:40px;background:#0C90EC;}
.sidebar .sidebox .con{padding:15px;}
.sidebar .sidebox .con li{position:relative;padding-left:10px;line-height:20px;margin-bottom:10px;}
.sidebar .sidebox .con li:last-child{margin-bottom:0;}
.sidebar .sidebox .con li span.text-blue{position:absolute;left:0;top:0px;}
.sidebar .sidebox .con li a{display:block;}
.sidebar .sidetag{border:1px solid #f3f3f3;border-top:none;margin-bottom:20px;}
.sidebar .sidetag .tit{height:40px;line-height:40px;background:#0C90EC;}
.sidebar .sidetag .con{padding:10px 15px 0;}
.sidebar .sidetag .con div{margin-bottom:15px;}
.sidebar .sidetag .con div a{display:block;border:1px solid #ececec;background:#fff;padding:8px 0;text-align:center;}
.newslist li{height:151px;background:#fafafa;border-bottom:1px solid #f1f1f1;margin-bottom:20px;position:relative;padding-left:252px;transition:all 0.3s;}
.newslist li a{display:block;}
.newslist li .pic{position:absolute;left:0;top:0;width:220px;overflow:hidden;}
.newslist li .list-tag{height:18px;line-height:18px;overflow:hidden;}
.newslist li .list-tag label{font-size:12px;}
.newslist li .list-tag span{color:#999;font-size:10px;margin:0 10px;}
.newslist li .desc{line-height:1.8;margin-top:10px;}
.newslist li .infos{margin-top:5px;}
.newslist li .infos span.author{line-height:22px;display:inline-block;width:110px;text-align:center;}
.newslist li .infos span.time,.newslist li .infos span.view{line-height:22px;padding-left:25px;display:inline-block;width:110px;}
.newslist li .infos span.time{background:url(/static/images/ico_time.png) left top no-repeat;}
.newslist li .infos span.view{background:url(/static/images/ico_view.png) left top no-repeat;}

@media (max-width:760px){
.insert{height:20px;}
img{max-width:100%;}
.f24{font-size:18px;}
.f20{font-size:16px;}
.f18{font-size:14px;}
.f16{font-size:14px;}
.mainCtn{float:none;width:100%;margin-top:20px;}
.newslist li{height:102px;padding:10px 10px 10px 155px;margin-bottom:10px;}
.newslist li .pic{width:145px;height:100px;}
.newslist li .infos{margin:0;font-size:12px;}
.newslist li .infos span.time{width:120px;}
.newslist li .infos span.view{width:auto;}
.pages{margin:30px 0 50px;}
.utop {
    display: none;
}
}
@media (min-width: 760px){
.layout{min-width:1313px;}
.container{min-width:1200px;}
}

@media (max-width: 760px){
.f22{font-size:16px;}
.newslist li{padding:5px 5px 5px 155px;}
.newslist li .list-tag span{margin:0 5px;}
.newslist li .desc{margin-top:5px;line-height:20px;}
.newslist li .desc,.newslist li .infos span{white-space:nowrap;word-break:break-all;overflow:hidden;text-overflow:ellipsis;}
.newslist li .infos span{font-size:10px;}
.newslist li .infos span:nth-child(1){width:92px;}
.newslist li .infos span:nth-child(2){width:50px;}
.newslist li .infos span:nth-child(3){width:40px;}
}
/*! CSS Used fontfaces */
@font-face{font-family:'FontAwesome';src:url('/static/fonts/fontawesome-webfont.woff');font-weight:normal;font-style:normal;}

@media (max-width: 760px){
.Side_nav {display:none;

}
.footermiddle{
    display:none;
}.middle{
     display:none;
}
}
@media (min-width: 760px){
.footermiddle2 {display:none;

}.swiper_middle{
    top: 80px;
    position: relative;
    margin-bottom: 80px;
}

}


/* 在线客服工具 */

.Side_nav{position:fixed;right:1px;bottom:45%;width:66px;z-index:99;}
.Side_nav ul{padding:0;margin:0;}
.Side_nav li{width:66px;height:66px;border-radius:3px;background:#014c9f;margin-bottom:1px;float:right;transition:all 0.3s;margin-bottom:2px;position:relative;z-index:3;}
.Side_nav li a{text-align:center;width:100%;display:block;}
.Side_nav li:nth-of-type(1) a{background:url(/static/images/zixun.png) no-repeat center;display:inline-block;width:100%;height:100%;}
.Side_nav .qq i{background:url(/static/images/qq.png) no-repeat center;display:inline-block;background-size:100%;width:34px;height:34px;margin:5px 0 0;}
.Side_nav li span{display:block;color:#fff;font-size:14px;text-align:center;margin-top:-6px;}
.Side_nav .top_icon{background:url(/static/images/top.png) no-repeat center;display:inline-block;width:100%;height:100%;}
.Side_nav li:hover:before{width:60px;}
.Side_nav li:hover a{width:100%;padding:0;}
.Side_nav li:before{content:"";width:0;height:66px;background:#ce540b;position:absolute;top:0;left:0;transition:all 0.6s;z-index:-1;opacity:0.8;}
.Side_nav li:hover:before{width:66px;}
.Side_nav .Side_nav_erweima img{
    width:110px;
    height:110px;
    margin-top:5px;
    margin-left:5px;
}
.Side_nav .weChat i {
    background: url(../images/weChat@.png) no-repeat center;
    display: inline-block;
    background-size: 100%;
    width: 34px;
    height: 34px;
    margin: 5px 0 0;
}

.Side_nav .box{
    display: none; 
    color: #FFF;
    width: 140px;
    background: url(../images/bg@2x.png) no-repeat center center;
    height: auto;
    padding-bottom: 10px;
    background-size: cover;
    transform: translateY(-65%);
    position: absolute;
    right: 100px;
    
}

.Side_nav .box img {
    width: 132px;
    padding: 14px 1px 0;
    margin-bottom: 10px;
}
.Side_nav .box div {
    font-size: 12px;
    text-align: center;
}

/* 底部导航 */

div,a{margin:0;padding:0;border:0;font-size:14px;font:inherit;vertical-align:baseline;}
::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#ccc;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a{background:transparent;}
a:active,a:hover{outline:0;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
@media (min-width:761px) and (max-width:1000px){
.hidden-s{display:none!important;}
}
@media (min-width:1001px) and (max-width:1200px){
.hidden-m{display:none!important;}
}
@media (min-width:1201px){
.hidden-b{display:none!important;}
}
a{color:#333;text-decoration:none;}
a:focus,a:hover{color:#0a8;}

a,a:link,a:active{color:#767676;text-decoration:none;}
a:hover{color:#014c9f;text-decoration:none;}
@media (max-width:760px){
.fixnav{display:flex;height:55px;; text-align:center;position:fixed;left:0;bottom:0;width:100%;background:rgba(255,255,255,.95);border-top:1px solid #e7e7e7;padding:5px;}
.fixnav .fnav{position:relative;display:block;width:20%;color:#929292;text-align:center;vertical-align:middle;padding:0;font-size:12px;}
.fixnav .fnav a{position:absolute;top:-20px;left:50%;margin-left:-30px;display:block;width:60px;height:60px;padding:8px;background:#ff4500;color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.fixnav .fnav i{display:block;width:26px;height:26px;margin-left:auto;margin-right:auto;background-size:100% auto;background-repeat:no-repeat;background-position:center;}
.fixnav .fnav:nth-child(1) i{background-image:url(/static/images/ico_bottom_home.png);}
.fixnav .fnav:nth-child(2) i{background-image:url(/static/images/ico_nav2.png);}
.fixnav .fnav:nth-child(3) i{background-image:url(/static/images/ico_tel.png);}
.fixnav .fnav:nth-child(4) i{background-image:url(/static/images/ico_nav4.png);}
.fixnav .fnav:nth-child(5) i{background-image:url(/static/images/ico_nav5.png);}
}
a[rel~='nofollow']{outline:.14em dotted red!important;outline-offset:.2em;}
.sztytc {
    display: none;
}
@media (min-width: 760px){
.utop {
    position: absolute;
    right: 18%;
    top: 25px;
}
}

.utop {
    position: absolute;
    /*right: 100px;*/
    top: 25px;
}
.utop div {
    line-height: 20px;
    margin-bottom: 10px;
}
.utop .text-red {
  color: #e33;
}








