::selection {
    background: #e60012;
    color: #fff;
}

::-moz-selection {
    background: #e60012;
    color: #fff;
}

::-webkit-selection {
    background: #e60012;
    color: #fff;
}

input,
button,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #fff;
    border: 0
}

img {
    border: none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

@font-face {
    [font-family: <family-name>;
    ]? [src: [<uri> [format(<string>#)]? | <font-face-name>]#;
    ]? [unicode-range: <urange>#;
    ]? [font-variant: <font-variant>;
    ]? [font-feature-settings: normal|<feature-tag-value>#;
    ]? [font-stretch: <font-stretch>;
    ]? [font-weight: <weight>];
    [font-style: <style>];
}
.full  {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 100px;
}


@media (max-width:1500px) {
    .full{
        padding: 0 30px;
    }
    .navbar-nav>li>a{
        margin-left: 45px !important;
    }
}
@media (max-width:640px) {
    .navbar-nav>li>a{
        margin-left: 0 !important;
    }
}
.navbar-header {
    float: left;
}

.navbar-collapse {
    float: right;
}


/*èœå•*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

@media (min-width:769px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.box-con {
    display: none;
}

.demand_bottom .box-con {
    margin-bottom: 20px;
}

.demand_bottom .box-con ul {
    font-size: 14px;
    color: #333;
    line-height: 32px;
}

.demand_bottom .box-con h2 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

@media (min-width:769px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 65px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

.navbar:before,
.navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

@media (min-width:769px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width:769px) {
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus .navbar-header {
        float: left;
    }
}



.navbar-collapse {
    max-height: 540px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}


/*.navbar-collapse.in {overflow-y: auto;}*/

@media (min-width:769px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:769px) {
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:769px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:769px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 0;
}

.navbar-brand {
    float: left;
    width: 130px;
    height: 30px;
    /* background:url(../style/logo.png) no-repeat; background-size:auto 30px; text-indent:-100000px;*/
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width:769px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    cursor: pointer;
}


.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:767px) {
    .navbar-toggle {
        display: none;
    }
}
@media (max-width:768px) {
    .navbar-toggle {
        display: block;
    }
    .full{
        padding: 0 !important;
    }
    .navbar-collapse{
        padding: 0
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width:768px) {
    .side-pannel {
        display: none;
    }
    .main_foot {
        padding: 5px 15px !important;
        width: auto !important;
    }

    .navbar-header {
        float: none;
    }
    .navbar-collapse {
        float: none;
        background: url(../style/header.png) repeat;
        width: 100%;
        text-align: center;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }

    .navbar-brand {
        width: 230px !important;
        margin: 5px 0 0 10px;
        height: 60px;
    }
    .navbar-brand img:last-child {
        display: inline-block !important;
    }
    .navbar-brand img:first-child {
        display: none !important;
    }
}

@media (min-width:769px) {
    .navbar-nav {
        float: left;
    }
    .navbar-default .navbar-form {
        background: url(../style/header.png) repeat;
    }
    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 20px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }

    .navbar-brand {
        margin: 14px 0 0 20px;
    }
}

@media (min-width:769px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar-default {
    background: transparent;
}

.navbar-default.on {
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, .2);
    background: url(../style/header.png) repeat;
    height: 60px;
}

.navbar-default.on .navbar-nav>li>a {
    color: #222;
}

.navbar-default .navbar-brand {
    color: #222;
}

.navbar-default .navbar-brand>.topimg1 {
    display: inline-block;
}

.navbar-default .navbar-brand>.topimg2 {
    display: none;
}

.navbar-default.on .navbar-brand>.topimg1 {
    display: none;
}

.navbar-default.on .navbar-brand>.topimg2 {
    display: inline-block;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #222;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    position: relative;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #e60012;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: 7px;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.navbar-default .navbar-toggle {
    border-color: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

@media (max-width:767px) {

    .navbar-default .navbar-nav {
        width: 100%;
        margin: 0px !important;
    }
    .navbar-default .navbar-nav>li>a {
        text-align: center;
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555555;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

@media screen and (max-width:768px) {
    .navbar,
    .navbar-default.on .navbar-brand,
    .navbar-default.on .navbar-header,
    .navbar-brand {
        height: 50px !important;
    }
    .navbar-default.on .navbar-header .navbar-brand img,
    .topimg2 {
        height: 40px !important;
        margin-top: 5px !important;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        /*color: #222;*/
        color: #CC0000;
    }
    .navbar-default .navbar-nav>.active>a:after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -3px;
        bottom: 7px;
        background: #CC0000;
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }
    .navbar-default {
        background: url(../style/header.png) repeat;
        -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, .2);
        box-shadow: 0 0 3px 0px rgba(0, 0, 0, .2);
    }

    .navbar-default .navbar-nav>li>a {
        color: #222;
        line-height: 2;
    }
}


/*åŠ è½½è¿›åº¦æ¡*/

.fade {
    transition: all 300ms linear 700ms;
    /*-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);*/
    opacity: 1;
}

.fade.out {
    opacity: 0;
}

#nprogress {
    pointer-events: none;
}


/*é¼ æ ‡äº‹ä»¶æ‹œæ‹œçš„æ„æ€*/

#nprogress .bar {
    background: #e60012;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #e60012, 0 0 5px #e60012;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #e60012;
    border-left-color: #e60012;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*åº•éƒ¨*/

.main_foot {
    width: 100%;
    background: #f4f4f4;
    overflow: hidden;
    padding-bottom: 20px;
}

.foot2 {
    width: 1200px;
    overflow: hidden;
    margin: 65px auto 40px auto;
}

.foot_logo {
    float: left;
}

.foot2 ul {
    float: left;
    text-align: left;
    line-height: 32px;
    color: #333;
}

.foot2 ul li {
    clear: both;
}

.foot2 ul h1 {
    font-size: 18px;
    color: #222;
    margin-bottom: 5px;
}

.foot2 ul.list2 h1 {
    color: #e60012;
}

.foot2 ul a {
    color: #333;
}

.foot2 ul a:hover {
    color: #e60012;
}

.foot2 ul.list1 {
    width: 120px;
    margin-left: 70px;
    height: 220px;
}

.foot2 ul.list2 {
    width: 215px;
    float: right;
}

.foot2 .list2 i {
    width: 18px;
    height: 18px;
    background: url(/public/default/images/copyright_ico.gif) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
}



.foot2 .list2 .jiaotan {
    color: #e60012;
}

.foot2 .list2 .jiaotan:hover {
    text-decoration: underline;
}

.foot_bottom {
    color: #333;
    text-align: center;
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.foot_bottom a i {
    background: url(../style/icon.png) no-repeat;
    width: 23px;
    height: 19px;
    display: inline-block;
    margin: 5px;
}

.foot_bottom a i.weibo {
    background-position: -409px 0;
}

.foot_bottom a i.weixin {
    background-position: -423px -121px;
}

.foot_bottom a i.dri {
    background-position: -409px -29px;
}

.foot_bottom a i.blog {
    background-position: -409px -58px;
}

.foot_bottom a i.cool {
    background-position: -409px -88px;
}

.foot_bottom a i.fang {
    width: 15px;
    background-position: -444px -30px;
}

.foot_bottom a i.dou {
    width: 16px;
    background-position: -444px -57px;
}

.foot_bottom a i.lofter {
    background-position: -490px -30px;
}


/*



.foot_bottom a:hover i.weibo {background-position: -360px 0;}



.foot_bottom a:hover i.weixin {background-position: -398px -121px;}



.foot_bottom a:hover i.dri {background-position: -360px -29px;}



.foot_bottom a:hover i.blog {background-position: -360px -58px;}



.foot_bottom a:hover i.cool {background-position: -360px -88px;}



.foot_bottom a:hover i.fang {background-position: -468px -30px;}



.foot_bottom a:hover i.dou {background-position: -467px -57px;}



*/

@media screen and (max-width:1200px) {
    .foot {
        width: 1000px;
    }

    .foot ul.list1 {
        width: 120px;
        margin-left: 30px;
    }
}

@media screen and (max-width:1000px) {
    .foot {
        width: 100%;
        margin: 25px auto 40px auto
    }

    .foot_logo {
        float: none;
        margin: 0 auto 20px auto;
        display: none;
    }

    .foot ul.list1 {
        width: 120px;
        margin-left: 10px;
    }
}

@media screen and (max-width:760px) {
    .foot2 {
        width: 100%;
        display: none;
    }
    .box-con {
        display: block;
    }
    .foot ul h1 {
        margin-bottom: 3px;
    }

    .foot ul.list1 {
        width: 19%;
        margin: 0 3%;
    }

    .foot ul.list2 {
        width: 93%;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width:470px) {
    .foot ul {
        line-height: 28px;
    }

    .foot {
        margin: 25px auto 30px auto;
    }

    .foot ul.list1 {
        width: 42%;
        margin: 0 3%;
        height: 190px;
        text-align: center;
    }

    .foot ul.list2 {
        width: 90%;
        margin: 0 auto;
        float: none;
        text-align: left;
    }
    .xinwe {
        float: none !important;
    }
    .xinwe:after {
        content: "";
        display: table;
        clear: both;
    }
    .demand_bottom .con .xinwe dl {
        margin: 0px !important;
        width: 50%;
        text-align: center;
    }
}

.theme-mask {
    z-index: 10000;
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    display: none;
}

.popover1 {
    width: 360px;
    height: 400px;
    z-index: 100001;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -200px 0 0 -180px;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .2);
    display: none;
    text-align: center;
}

.popover1 dl {
    margin-top: 60px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.popover1 dl a {
    width: 110px;
    height: 40px;
    background: #24b728;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
}

.pagess {
    clear: both;
    height: 30px;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
}

.pagess ul li:hover,
.pagess ul li.current {
    background: #088336;
    color: #fff;
    border: 1px solid #088336
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #1f82b7;
    padding: 2px 9px;
    margin: 0 3px;
    background: #088336;
    color: #fff;
}

.pagess ul li.thisclass a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #666
}

.pagess ul li:hover a,
.pagess ul li.current a {
    color: #fff;
}










/* --------------------    2016/12/7    -----------------------------------*/

.navbar-header .navbar-brand {
    margin-top: 0; // width: 294px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.navbar-header .navbar-brand img {
    margin-top: 13px;
}

.navbar-nav {
    margin-top: 15px;
}

.navbar-default.on .navbar-brand {}

.navbar-default.on .navbar-header {
    height: 60px;
}

.navbar-default.on .navbar-nav li.active a {
    color: #e60012;
}

.navbar-default.on .navbar-nav>.active>a:after {
    background-color: #e60012;
}

.navbar-default.on .navbar-nav {
    margin-top: -5px;
}

.navbar-default.on .navbar-brand {
    width: 230px;
    height: 50px;
}

.navbar-default.on .navbar-header .navbar-brand img {
    margin-top: 5px;
}

.side-pannel {
    position: fixed;
    width: 50px;
    bottom: 50px;
    right: 20px;
    z-index: 1000;
}

.side-bar>a {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    float: left;
    border-radius: 50%;
    background: rgba(51, 51, 51, .9);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease-out;
}

.side-bar>a:hover {
    background: #e60012;
}

.side-bar a.gotop:hover {
    background: #222;
}


/*.side-bar a.qq i{ background:url(http://7xtfvp.com1.z0.glb.clouddn.com/side_03.png) no-repeat; width:24px; height:26px; display:block; margin:10px auto;}
 */

.side-bar .dh {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    float: left;
    display: block;
    border-radius: 50%;
    background: rgba(51, 51, 51, .9);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease-out;
}

.side-bar .dh:hover {
    background: #e60012;
}


/*.side-bar .dh i{ background:url(http://7xtfvp.com1.z0.glb.clouddn.com/side_06.png) no-repeat; width:23px; height:23px; display:block; margin:14px auto;}
.side-bar a.wx i{ background:url(http://7xtfvp.com1.z0.glb.clouddn.com/side_10.png) no-repeat; width:26px; height:22px; display:block; margin:14px auto;}
.side-bar a.gotop i{ background:url(http://7xtfvp.com1.z0.glb.clouddn.com/side_14.png) no-repeat; width:23px; height:13px; display:block; margin:17px auto;}*/

.side-bar .dh .hide {
    width: 160px;
    position: absolute;
    left: -160px;
    top: -0px;
}

.side-bar .dh .hied_con {
    width: 120px;
    background: #222;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: width .3s ease-in-out;
    display: none;
}

.side-bar .dh:hover .hied_con {
    display: block
}

.side-bar .dh .hied_con:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #222;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
}


.side-bar .dh .hide dl {
    width: 110px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    line-height: 22px;
    font-size: 12px;
}

.side-bar .dh .hide dl dt a {
    color: #fff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.f_top {
    display: block;
    font-size: 24px;
    font-family: "nicedesign";
    color: #fff;
    line-height: 50px;
}

.side-bar a i {
    font-family: 'nicedesign';
}

.up_qq:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.up_tel {
    font-size: 26px;
}

.up_tel:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.up_wx:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-position: center;
}

.up_up {
    font-size: 20px;
}

.up_up:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/icon4.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width:470px) {
    .case .btn_all {
        margin: 50px auto;
    }

    a.allnews_all {
        margin: 30px auto 50px auto;
    }
    .side-pannel {
        bottom: 10px;
        right: 10px;
    }
}

.navbar-default .navbar-nav li a:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: 7px;
    background: #e60012;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.navbar-default .navbar-nav li.active a:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: 7px;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}