﻿* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}

html, body {
    color: #434343;
    font-family: "microsoft yahei", "simhei", "arial", "helvetica", "sans-serif";
    font-size: 13px;
    text-align: left;
    _background-image: url(about:blank);
    _background-attachment: fixed;
    min-width: 1000px;
    min-height: 100%;
    width: 100%;
    background-color: #fff;
}

canvas {
    background-color: #fff;
}

img {
    border: 0;
    vertical-align: middle;
}

input, textarea, button, select {
    outline: none;
    resize: none;
    font-family: inherit;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    color: #e60000;
}

a:focus, input:focus {
    outline: 0 none;
}

::-moz-selection {
    background: #e60000;
    color: #fff;
}

::selection {
    background: #e60000;
    color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 1px 1px 5px #fff inset
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    border-radius: 20px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .8) inset
}

::-webkit-scrollbar-corner {
    background: transparent
}

.ab {
    position: absolute;
    z-index: 10;
}

.re {
    position: relative;
    z-index: 1;
}

.fixed {
    position: fixed;
    z-index: 1;
}

.max {
    width: 100%;
    height: 100%;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.vtop {
    vertical-align: top;
}

.ov {
    overflow: hidden;
}

.none {
    display: none;
}

.sl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.red {
    color: #e60000;
}

.ucase {
    text-transform: uppercase;
}

.iconfont {
    font-size: inherit;
}

.center {
    min-width: 1000px;
    max-width: 1400px;
    width: 80%;
    font-size: 12px;
    margin: 0 auto;
    height: auto;
}

.center-fixed {
    width: 1000px;
}

/*1280宽以上*/

@media screen and (min-width: 1440px) {
    .center-default {
        width: 1200px;
        min-width: 1200px;
        font-size: 13px;
    }
    .center-fixed {
        width: 1200px;
    }
}

/*1600宽以上*/

@media screen and (min-width: 1600px) {
    .center-default {
        width: 1400px;
        min-width: 1400px;
        font-size: 14px;
    }
}

.len100 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.center-pub {
    width: 94.3%;
    max-width: 100%;
}

.len50 {
    width: 50%;
    max-width: 50%;
}

.hei100 {
    height: 100%;
    max-height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    zoom: 1;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nomargin {
    margin: 0;
}

.mtop5 {
    margin-top: 5px;
}

.mtop8 {
    margin-top: 8px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop40 {
    margin-top: 40px;
}

.mtop50 {
    margin-top: 50px;
}

.mtop60 {
    margin-top: 60px;
}

.mtop70 {
    margin-top: 70px;
}

.mtop80 {
    margin-top: 80px;
}

.mtop100 {
    margin-top: 100px;
}

.mtop120 {
    margin-top: 120px;
}

.mleft20 {
    margin-left: 20px;
}

.padding100 {
    padding: 100px 0;
}

.padding120 {
    padding: 120px 0;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.animate5, .animate {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.padding0 {
    padding: 0;
}

.en {
    font-family: 'xianhei';
}

/*中文字体*/

@font-face {
    font-family: 'xianhei';
    src: url('../fonts/xianhei.ttf') format('truetype');
}

@font-face {
    font-family: 'xihei';
    src: url('../fonts/xihei.ttf') format('truetype');
}

@font-face {
    font-family: 'chaoxihei';
    src: url('../fonts/chaoxihei.ttf') format('truetype');
}

/*英文字体*/

@font-face {
    font-family: 'MyriadPro-LightCond';
    src: url('../fonts/MyriadPro-LightCond.eot');
    src: url('../fonts/MyriadPro-LightCond.eot?#iefix') format('embedded-opentype');
    src: url('../fonts/MyriadPro-LightCond.woff') format('woff'), url('../fonts/MyriadPro-LightCond.ttf') format('truetype'), url('../fonts/MyriadPro-LightCond.svg#MyriadPro-LightCond') format('svg'), local('MyriadPro-LightCond'), local('Myriad Pro');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bgBlack';
    src: url('../fonts/Brandon_blk.eot');
    src: url('../fonts/Brandon_blk.eot?#iefix') format('embedded-opentype'), url('../fonts/Brandon_blk.woff') format('woff'), url('../fonts/Brandon_blk.svg#Brandon_blk') format('svg'), url('../fonts/Brandon_blk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}

@font-face {
    font-family: 'bgBold';
    src: url('../fonts/Brandon_bld.eot');
    src: url('../fonts/Brandon_bld.eot?#iefix') format('embedded-opentype'), url('../fonts/Brandon_bld.woff') format('woff'), url('../fonts/Brandon_bld.svg#Brandon_bld') format('svg'), url('../fonts/Brandon_bld.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}

@font-face {
    font-family: 'bgLight';
    src: url('../fonts/Brandon_light.eot');
    src: url('../fonts/Brandon_light.eot?#iefix') format('embedded-opentype'), url('../fonts/Brandon_light.woff') format('woff'), url('../fonts/Brandon_light.svg#Brandon_light') format('svg'), url('../fonts/Brandon_light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}

@font-face {
    font-family: 'bgThinIt';
    src: url('../fonts/Brandon_thin_it.eot');
    src: url('../fonts/Brandon_thin_it.eot?#iefix') format('embedded-opentype'), url('../fonts/Brandon_thin_it.woff') format('woff'), url('../fonts/Brandon_thin_it.svg#Brandon_thin_it') format('svg'), url('../fonts/Brandon_thin_it.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}

@font-face {
    font-family: 'bgRegIt';
    src: url('../fonts/Brandon_reg_it.eot');
    src: url('../fonts/Brandon_reg_it.eot?#iefix') format('embedded-opentype'), url('../fonts/Brandon_reg_it.woff') format('woff'), url('../fonts/Brandon_reg_it.svg#Brandon_reg_it') format('svg'), url('../fonts/Brandon_reg_it.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}

@font-face {
    font-family: 'bgBoldIt';
    src: url('../fonts/Brandon_bld_it.eot');
    src: url('../fonts/Brandon_bld_it.eot?#iefix') format('embedded-opentype'), url('../fonts/Brandon_bld_it.woff') format('woff'), url('../fonts/Brandon_bld_it.svg#Brandon_bld_it') format('svg'), url('../fonts/Brandon_bld_it.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}

@font-face {
    font-family: 'bgMed';
    src: url('../fonts/Brandon_med.eot');
    src: url('../fonts/Brandon_med.eot?#iefix') format('embedded-opentype'), url('../fonts/Brandon_med.woff') format('woff'), url('../fonts/Brandon_med.svg#Brandon_med') format('svg'), url('../fonts/Brandon_med.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}

@font-face {
    font-family: "GEO703XB_1";
    src: url("../fonts/GEO703XB_1.eot");
    /* IE9 */
    src: url("../fonts/GEO703XB_1.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/GEO703XB_1.woff") format("woff"),
    /* chrome、firefox */
    url("../fonts/GEO703XB_1.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("../fonts/GEO703XB_1.svg#GEO703XB_1") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

/*动画*/

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -moz-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes zoomIn2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes zoomIn2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.zoomIn2 {
    -webkit-animation-name: zoomIn2;
    animation-name: zoomIn2;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100
}

.animated500 {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100
}

/*顶部加载特效*/

.pace-done #page-wrapper, .pace-done .footer, .pace-done .nav-header, .pace-done .navbar-static-side, .pace-done li.active {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace .pace-progress {
    background-color: #e60000;
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
    height: 2px;
}

.pace-inactive {
    display: none;
    visibility: hidden;
}

/*通用按钮*/

.pub-btn a, .pub-btn span {
    color: #434343;
    display: block;
    padding: 0 25px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid #aaa;
    background-color: transparent;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pub-btn a:hover, .pub-btn a.hover, .pub-btn span:hover, .pub-btn span.hover {
    background-color: #e60000;
    color: #fff;
    border-color: #e60000;
}

.pub-btn .iconfont {
    margin-left: 5px;
    display: inline-block;
}

.pub-btn .nomargin {
    margin: 0;
}

.pub-btn .icon-youjiantou3 {
    -moz-animation: toright .75s;
    -webkit-animation: toright .75s;
    animation: toright .75s;
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
}

@-webkit-keyframes toright {
    00% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes toright {
    0% {
        -moz-transform: translateX(0);
    }
    100% {
        -moz-transform: translateX(10px);
    }
}

@-ms-keyframes toright {
    0% {
        -ms-transform: translateX(0);
    }
    100% {
        -ms-transform: translateX(10px);
    }
}

@keyframes toright {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
    }
}

.anim {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -moz-animation: anim .75s;
    -webkit-animation: anim .75s;
    animation: anim .75s;
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
    display: block;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-color: #e00;
}

@-webkit-keyframes anim {
    0% {
        width: 0;
        padding-top: 0;
        background: rgba(0, 0, 0, .3);
    }
    100% {
        width: 100%;
        padding-top: 100%;
        background: transparent;
    }
}

@-moz-keyframes anim {
    0% {
        width: 0;
        padding-top: 0;
        background: rgba(0, 0, 0, .3);
    }
    100% {
        width: 100%;
        padding-top: 100%;
        background: transparent;
    }
}

@-ms-keyframes anim {
    0% {
        width: 0;
        padding-top: 0;
        background: rgba(0, 0, 0, .3);
    }
    100% {
        width: 100%;
        padding-top: 100%;
        background: transparent;
    }
}

@keyframes anim {
    0% {
        width: 0;
        padding-top: 0;
        background: rgba(0, 0, 0, .3);
    }
    100% {
        width: 100%;
        padding-top: 100%;
        background: transparent;
    }
}

/*通用标题*/

.pub-title {
    font-weight: normal;
    font-size: 28px;
}
.pub-title-small {
    font-weight: normal;
    font-size: 25px;
}
.pub-line {
    height: 1px;
    background-color: #ddd;
}
.pub-desc {
    font-weight: normal;
    font-size: 15px;
    padding-top: 10px;
    font-family: 'xianhei';
    text-transform: uppercase;
}
.pub-item {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30% auto;
    position: relative;
}
.pub-item-caselist {
    background-position: right 85px;
}
.pub-item .content {
    width: 62%;
    margin-left: 0;
    margin-right: 0;
}
.pub-item .content-long {
    width: 100%;
}
.pub-item .desc {
    line-height: 25px;
    font-size: 15px;
}
.pub-item .desc-limited {
    width: 62%;
}
.pub-item .case-word i {
    display: inline-block;
    font-weight: bold;
}
.pub-item .case {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35%;
    margin-left: 30px;
}
.pub-item .case a {
    display: block;
    margin: 15px auto;
}
.pub-item .case a .pic {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 65%;
    overflow: hidden;
}
.pub-item .case img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.pub-item .case a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pub-item .case a .pic:after {
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e62a";
    position: absolute;
    right: 40px;
    bottom: 10px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pub-item .case a:hover .pic:after {
    right: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.pub-item .case .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    text-indent: 20px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: normal;
}
.pub-item-caselist .case-list {
    position: relative;
}
.pub-item-caselist .case-list .jt {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    top: 50%;
    cursor: pointer;
}
.pub-item-caselist .case-list .jt-left {
    left: -55px;
}
.pub-item-caselist .case-list .jt-right {
    right: -55px;
}
.pub-item-caselist .case-list .box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.pub-item-caselist .case-list ul {
    display: flex;
    width: 200%;
    overflow: hidden;
    position: relative;
}
.pub-item-caselist .case-list-open ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pub-item-caselist .case-list ul.animated {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pub-item-caselist .case-list li {
    width: 12.125%;
    padding: 0 .25%;
    justify-content: space-around;
    flex-shrink: 0;
}
.pub-item-caselist .case-list-open li {
    width: 25%;
    padding: 0;
    margin-bottom: 20px;
}
.pub-item-caselist .case-list li:nth-child(1) {
    padding-left: 0;
}
.pub-item-caselist .case-list li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
}
.pub-item-caselist .case-list-open li a {
    width: 95%;
    margin: 0;
}
.pub-item-caselist .case-list li a .pic {
    width: 100%;
    position: relative;
    padding-top: 65%;
    height: 0;
    overflow: hidden;
}
.pub-item-caselist .case-list li img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.pub-item-caselist .case-list li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pub-item-caselist .case-list li .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    text-indent: 20px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    font-weight: normal;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pub-item-caselist .case-list li a:hover .name {
    background-color: rgba(230, 0, 0, .8);
    height: 100%;
    font-size: 15px;
    line-height: 70px;
    font-weight: bold;
}
.pub-item-caselist .case-list li .name:before {
    position: absolute;
    left: -30%;
    bottom: 40px;
    content: "\e8b6";
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    font-weight: bold;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.pub-item-caselist .case-list li a:hover .name:before {
    left: -5px;
}
.pub-item-caselist .case-list li .name:after {
    content: ' ';
    position: absolute;
    left: 20px;
    top: 150px;
    width: 20px;
    height: 3px;
    display: block;
    background-color: #fff;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.pub-item-caselist .case-list li a:hover .name:after {
    top: 60px;
}

.pub-item .parent-icon {
    font-size: 55px;
    display: block;
    margin-right: 15px;
}
.pub-item .parent li {
    display: inline-block;
}
.pub-item .parent li a {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 13px;
    margin: 0 5px 8px 0;
}
.pub-item .parent li a:hover {
    border-color: #e60000;
    color: #e60000;
}
.pub-item .pic-list a, .pub-item .pic-list li {
    display: block;
    width: 33.33%;
    float: left;
    margin-top: 10px;
}
.pub-item .pic-list-small a, .pub-item .pic-list-small li {
    width: 25%;
}
.pub-item .pic-list a img, .pub-item .pic-list li img {
    display: block;
    width: 98%;
}
.pub-item .pic-list li {
    margin-top: 15px;
}
.pub-item .pic-list li img, .pub-item .pic-list-border a img, .pub-item .pic-list-border li img {
    border: 1px solid #eee;
    width: 95%;
}

/*分页*/
.page {
    margin: 40px auto 0;
    text-align: center;
    color: #666;
    font-size: 20px;
    border-top: 2px dotted #eee;
    padding-top: 40px;
}

.page a {
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #888;
    margin: 0 5px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 45px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page a:hover, .page a.hover {
    background-color: #e60000;
    border: 1px solid #e60000;
    color: #fff;
}
.page a i {
    font-size: 25px;
}

/*案例目录*/
.case-caretory {
    border-bottom: 1px solid #ddd;
}
.case-caretory li {
    width: 16.66%;
    float: left;
    text-align: center;
}
.case-caretory li a {
    display: block;
    width: 100%;
    padding: 30px 0;
    position: relative;
}
.case-caretory li a.hover {
    color: #e60000;
}
.case-caretory li i {
    display: block;
    font-size: 50px;
    margin: 0 auto;
    color: #555;
}
.case-caretory li h2 {
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
}
.case-caretory li .en {
    font-size: 12px;
    padding-top: 5px;
    text-transform: uppercase;
    font-family: 'bgLight';
    color: #ccc;
}
.case-caretory li a.hover i, .case-caretory li a.hover .en, .case-caretory li a:hover i, .case-caretory li a:hover .en {
    color: #e60000;
}
.case-caretory li a.hover:after {
    content: ' ';
    position: absolute;
    left: 25%;
    bottom: -1px;
    width: 50%;
    height: 1px;
    background-color: #e60000;
}

/*内页banner*/

.page-banner {
    background-position: center center;
    background-size: cover;
    height: 750px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.page-banner .title {
    font-size: 30px;
    font-family: 'chaoxihei';
    padding-top: 260px;
}

.page-banner .desc {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    font-family: 'xianhei';
    padding: 30px 0;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.page-banner .more {
    z-index: 5;
    position: relative;
}

.page-banner .more a, .page-banner .more span {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 40px;
    border-radius: 2px;
    color: #fff;
    margin: 0 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page-banner .more a:hover, .page-banner .more span:hover {
    background-color: #fff;
    color: #e62129;
}

.page-banner .more .phone {
    color: #fff;
    background-color: #e62129;
    border-color: #e62129;
    padding: 10px 20px;
}

.page-banner .more .phone:hover {
    background-color: #e62129;
    color: #fff;
}

/*快捷联系方式*/

.quick-contact {
    height: 30px;
    line-height: 30px;
    color: #505050;
    text-align: center;
}

.quick-contact-left {
    text-align: left;
}

.quick-contact span {
    font-size: 18px;
}

.quick-contact i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e60000;
    border: none\9;
    line-height: 15px\9;
    font-size: 23px\9;
    font-weight: bold\9;
    color: #e60000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.quick-contact i.icon-erweima {
    font-size: 18px;
    left: -10px;
    top: -1px;
    border: none;
    cursor: pointer;
}

.quick-contact b {
    color: #e60000;
    font-size: 30px;
    font-family: "arial";
    font-weight: normal;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.quick-contact a {
    /*color: #e60000;
    font-size: 14px;*/
    display: inline-block;
    width: 84px;
    height: 23px;
    background: url(qq.gif);
    margin-left: 5px;
    position: relative;
    top: 3px;
}

/*通用分类*/

.class {
    text-align: center;
    margin-bottom: 50px;
    font-size: 0;
    margin-top: 50px;
}

.class li {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    margin-left: -1px;
    transition: all .25s ease;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #d4d4d4;
}

.class li a, .class li h3 {
    font-weight: normal;
    display: block;
}

.class li a {
    padding: 0 30px;
}

.class li a:hover {
    color: #e60000;
}

.class li.hover, .class li.hover:hover {
    background: #e60000;
    color: #fff;
    border: 1px solid #e60000
}

.class li.hover a {
    color: #fff;
}

.class li:hover {
    background: #fafafa
}

.class li:first-child {
    border-radius: 6px 0 0 6px;
}

.class li:last-child {
    border-radius: 0 6px 6px 0;
}

/*全站顶部*/

.top {
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: transparent;
}

.top .center {
    /*border-bottom: 1px solid #fff;*/
}

.top-fixed {
    height: 80px;
    /*background-color: #ffe512;*/
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 1px #eee;
    box-shadow: 0 0 1px 1px #eee;
}

.top .logo {
    display: block;
}

.top .logo img {
    height: 40px;
    margin-top: 30px;
}

.top-fixed .logo img.white {
    display: none;
}

.top-fixed .logo img.color {
    display: block;
}

.top-fixed .logo img {
    height: 35px;
    margin-top: 22.5px;
}

.top .menu {
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}

.top-fixed .menu {
    margin-top: 22.5px;
    height: 30px;
    line-height: 30px;
}

.top .menu h3 {
    display: inline-block;
    font-weight: normal;
    margin-left: 30px;
}

.top .menu h3:nth-child(1) {
    margin-left: 0;
}

.top .menu h3 a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    line-height: 25px;
    height: 25px;
    position: relative;
}

.top-fixed .menu h3 a {
    color: #000;
}

.top .menu h3 a:hover, .top .menu h3 a.hover {
    color: #e60000;
    border-color: #e60000;
}

/*幻灯片*/

.hdp {
    overflow: hidden;
    width: 100%;
    min-width: 1000px;
    position: relative;
}

#index-hdp {
    height: 750px;
}

.hdp .pic {
    width: 400%;
    left: 0;
    top: 0;
    height: 100%;
}

.hdp a.hdp {
    display: block;
    height: 100%;
    width: 25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
}

.hdp a.hdp .hdp-animation {
    display: none;
}

.hdp .item {
    width: 100%;
    height: 35px;
    text-align: center;
    bottom: 30px;
    z-index: 100;
}

.hdp .item a {
    display: inline-block;
    width: 40px;
    height: 5px;
    background-color: #fff;
    margin: 0 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hdp .item a.hover {
    background-color: #f7d200;
}

#jidi-hdp .item a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
}

#jidi-hdp .item a.hover {
    background-color: #f7d200;
}

.hdp .jt {
    height: 0px;
}

.hdp .jt a {
    display: block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 50%;
    font-size: 80px;
    color: #fff;
    margin-top: -75px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-shadow: 1px 1px 1px #999;
}

.hdp .jt a.jt-left {
    left: 3%;
}

.hdp .jt a.jt-right {
    right: 3%;
}

.hdp .jt a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.hdp .jt a.jt-left:hover {
    -webkit-transform: translate(-10px);
    -ms-transform: translate(-10px);
    -o-transform: translate(-10px);
    transform: translate(-10px);
}

.hdp .jt a.jt-right:hover {
    -webkit-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
}

#index-hdp .hdp1 .border {
    padding: 30px 40px;
    border: 2px solid #f6d25c;
    width: 500px;
    margin: 335px auto 0;
    text-align: center;
    color: #f6d25c;
}

#index-hdp .hdp1 .border .title {
    font-size: 40px;
}

#index-hdp .hdp1 .border .title-line {
    width: 280px;
    margin: 0 auto;
    border: 1px dashed #f6d25c;
    margin-top: 10px;
}

#index-hdp .hdp1 .border .en {
    font-size: 80px;
    font-weight: 700;
    height: 90px;
    line-height: 90px;
    font-family: 'arial';
}

#index-hdp .hdp1 .border .desc {
    font-size: 24px;
}

#index-hdp .hdp1 .border .desc span {
    padding: 0 10px;
    display: inline-block;
}

#index-hdp .hdp1 .border .desc-line {
    width: 210px;
    margin: 0 auto;
    border: 1px solid #f6d25c;
    margin-top: 10px;
}

/*数字说话*/

.index-number {
    padding: 65px 0;
    border-bottom: 1px solid #ddd;
}

.page-index-number {
    border-top: 1px solid #ddd;
}

.index-number ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.index-number li {
    float: left;
    width: 20%;
}

.index-number .title {
    font-size: 40px;
}

.index-number small {
    font-size: 16px;
    color: #444;
    display: inline-block;
    padding-left: 5px;
}

.index-number small.s {
    font-size: 25px;
}

.index-number .desc {
    font-size: 12px;
    color: #444;
    margin-top: 5px;
}

/*服务范围*/

.index-service {
    background-color: #fff;
}

.index-service .title {
    font-weight: normal;
    font-size: 28px;
}

.index-service .desc {
    color: #999;
    font-size: 13px;
    line-height: 1.8em;
}

.index-service .icon {
    font-size: 30px;
}

.index-service table {
    background-color: #fff;
}

.index-service td {
    background-color: #f5f5f5;
    padding: 30px;
    color: #4a4a4a;
    vertical-align: top;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.index-service td:hover {
    background-color: #fff16a;
    color: #000;
}

.index-service td i {
    position: absolute;
    right: -50px;
    top: 80px;
    font-size: 250px;
    color: #f1f1f1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 0;
}

.index-service .name {
    font-size: 20px;
    position: relative;
    z-index: 10;
}

.index-service td .desc {
    position: relative;
    margin: 40px auto 30px;
    color: #4a4a4a;
    z-index: 10;
}

.index-service td .desc:before, .index-service td .desc:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -10px;
    width: 40px;
    height: 1px;
    background-color: #aaa;
}

.index-service td .desc:after {
    top: auto;
    bottom: -10px;
}

.index-service .detail {
    position: relative;
    z-index: 10;
}

.index-service .detail a {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    float: left;
    width: 33.33%;
}

.index-service .detail a:hover {
    color: #e60000;
}

.index-service td:hover * {
    color: #000;
}

.index-service td:hover i {
    color: #faec67;
}

/*经典案例*/

.index-main-case .hdp {
    position: relative;
    z-index: 0;
    height: 550px;
}
.page-main-case .hdp {
    height: 450px;
}
.index-main-case .hdp a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.index-main-case .jt {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 30px;
}

.index-main-case .jt span {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    margin: 0 -2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-main-case .jt span:hover {
    border-radius: 50%;
}

.index-main-case .name {
    left: 150px;
    bottom: 30px;
    line-height: 40px;
    width: 80%;
    text-align: left;
    color: #fff;
    text-indent: 40px;
}

.index-main-case .name:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #fff;
}

.index-main-case .index {
    right: 30px;
    bottom: 30px;
    font-size: 13px;
    color: #fff;
}

/*通用案例列表*/

.index-case {
    width: 95%;
    padding: 0 0 .65vw;
}

.pub-case .list li {
    float: left;
    width: 33.33%;
    margin-top: 0.65vw;
    overflow: hidden;
}

.pub-case .list a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
}

.pub-case .list a:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 0, 0, .8);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    z-index: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pub-case .list a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.pub-case .list a .pic {
    width: 100%;
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    height: 0;
}

.pub-case .list a .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pub-case .list a:hover .pic img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.pub-case .list a .name {
    position: absolute;
    left: 8%;
    top: 30%;
    color: #fff;
    width: 84%;
    font-size: 25px;
    font-weight: bold;
    z-index: 10;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .pub-case .list a .name {
    text-indent: 0;
    margin-top: 0;
}

.pub-case .list a:hover .name {
    top: 15%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.pub-case .list a .service {
    position: absolute;
    left: 8%;
    top: 52%;
    color: #fff;
    width: 85%;
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    z-index: 10;
    font-weight: normal;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.pub-case .list a .service:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 100px;
    width: 2em;
    height: 5px;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.pub-case .list a:hover .service:after {
    top: 60px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.pub-case .list a:hover .service {
    top: 28%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.pub-case .list a i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    /*border: 1px solid #fff;*/
    /*border-radius: 50%;*/
    color: #fff;
    z-index: 10;
    position: absolute;
    left: -30%;
    bottom: 20%;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    opacity: 0;
    filter: alpha(opacity=0);
    font-weight: bold;
}

.pub-case .list a:hover i {
    left: 6%;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*首页服务+案例*/

.index-case-service .item {
    display: block;
    height: 650px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-case-service .list {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-case-service .list li {
    justify-content: center;
    width: 100%;
    margin: 0 1px;
    text-align: center;
    display: block;
    position: relative;
}

.index-case-service .list li:nth-child(1) {
    margin-left: 0;
}

.index-case-service .list li:nth-child(6) {
    margin-right: 0;
}

.index-case-service .list li a.parent {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #000;
    padding: 20px 0;
    background-color: rgba(255, 229, 18, .9);
    font-size: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-case-service .list li:hover a.parent {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}

.index-case-service .list li .children {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .8);
    padding: 10px 0;
    display: none;
}

.index-case-service .list li:hover .children {
    display: block;
}

.index-case-service .list li .children a {
    display: block;
    text-align: left;
    height: 35px;
    line-height: 35px;
    width: 90%;
    margin: 0 auto;
    border-top: 1px dotted rgba(255, 255, 255, .1);
    font-size: 12px;
    color: #fff;
    position: relative;
}

.index-case-service .list li .children a:hover {
    color: #ffe512;
}

.index-case-service .list li .children a:nth-child(1) {
    border-top: none;
}

.index-case-service .list li .children a:after {
    content: '\e8b6';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #aaa;
}

.index-case-service .list li .children a:hover:after {
    color: #ffe512;
}

/*龙腾机构*/

.index-longterm ul {
    display: flex;
}

.index-longterm li {
    width: 25%;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    position: relative;
}

.index-longterm li:after {
    position: absolute;
    content: ' ';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.index-longterm li:nth-child(1):after {
    content: '';
    display: none;
}

.index-longterm li.hover {
    width: 60%;
}

.index-longterm li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 0;
}

.index-longterm li.hover:before {
    background-color: rgba(0, 0, 0, .5);
}

.index-longterm li .name, .index-longterm li .name-long {
    position: absolute;
    left: 5%;
    bottom: 14%;
    width: 40%;
    font-size: 15px;
    z-index: 10;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-longterm li.hover .name {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.index-longterm li .name-long {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 16%;
}

.index-longterm li.hover .name-long {
    opacity: 1;
    filter: alpha(opacity=100);
}

.index-longterm li .logo {
    position: absolute;
    left: 5%;
    top: 8%;
    width: 30%;
    min-width: 150px;
    max-width: 200px;
    opacity: 0;
    z-index: 10;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-longterm li.hover .logo {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.index-longterm li .logo img {
    display: block;
    width: 100%;
}

.index-longterm li .bigtitle {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 12px;
    left: 5%;
    bottom: 8%;
    width: 90%;
    z-index: 10;
    position: absolute;
    font-family: 'xianhei';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-longterm li.hover .bigtitle {
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: bold;
}

/*客户*/

.index-customer {
    background-color: #f8f8f8;
    padding: 80px 0 30px;
}

.page-customer {
    background-color: #fff;
    padding: 120px 0 30px;
}

.customer {
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.customer .item {
    width: 16.66%;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
}
.page-customer .customer .item {
    text-align: left;
}

.customer .item img {
    width: 55%;
    padding: 10px 15px;
    background-color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.page-customer .item img {
    border: 1px solid #f0f0f0;
}

/*新闻及观点*/

.index-info li {
    width: 33.333%;
    float: left;
}

.index-info li {
    margin-bottom: 25px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-info li:hover {
    border-color: #e60000;
}

.index-info a {
    border: 3px solid transparent;
    border-radius: 3px;
    display: block;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 85%;
    margin: 0 auto;
}

.index-info li:hover a {
    border: 1px solid #e60000;
}

.index-info .time {
    width: 15%;
    position: relative;
    height: 0;
    padding-top: 15%;
    background-color: #969393;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-info li:hover .time {
    background-color: #e60000;
}

.index-info .day {
    position: absolute;
    left: 0;
    top: 3%;
    width: 100%;
    font-size: 30px;
}

.index-info .date {
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 100%;
    font-size: 12px;
}

.index-info .info {
    width: 81%;
}

.index-info .title {
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-info .desc {
    color: #888;
    margin-top: 5px;
    line-height: 17px;
    height: 36px;
    overflow: hidden;
    font-size: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-info li:hover .desc {
    color: #e60000;
}

/*内页page列表*/
.index-info .page-rec li {
    font-size: 14px;
    margin-bottom: 15px;
}
.index-info .page-rec li a {
    display: block;
    text-indent: 5px;
    position: relative;
}

/*底部客服*/

.bottom-contact {
    background-color: #2d3035;
    color: #fff;
    padding: 50px 0;
    height: 45px;
    line-height: 45px;
}

.bottom-contact .title {
    font-size: 22px;
    line-height: 45px;
    font-weight: normal;
    margin-left: 150px;
}

.bottom-contact {
    height: 45px;
    line-height: 45px;
}

.bottom-contact .mobile {
    border: none;
    height: 45px;
    width: 250px;
    font-size: 14px;
    font-weight: bold;
    text-indent: 10%;
    margin-left: 5%;
}

.bottom-contact .service {
    border: none;
    height: 45px;
    width: 200px;
    font-size: 14px;
    text-indent: 20px;
    margin-left: 35px;
}

.bottom-contact .btn {
    border: none;
    height: 45px;
    width: auto;
    padding: 0 30px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 35px;
    background-color: #d2262e;
    color: #fff;
}

.bottom-contact .btn:hover {
    background-color: #b41f26;
}

.bottom-contact .qrcode {
    background-color: #fff;
    display: block;
    padding: 5px;
    width: 80px;
    left: 0;
    top: -22px;
}

.bottom-contact .phone {
    color: #fff;
    right: 0;
    top: 0;
    font-size: 22px;
    font-family: 'chaoxihei';
    font-weight: bold;
}

/*全站底部*/

.bottom {
    background-color: #2d3035;
    color: #fff;
}

.bottom .box {
    border-top: 1px solid #636363;
    padding: 30px 0;
}

.bottom .menu {
    width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom .menu dl {
    width: 13.3%;
    padding: 0 4% 0 0;
    justify-content: center;
}

.bottom .menu dl:nth-child(6) {
    padding-right: 0!important;
}

.bottom .menu dt {
    padding-bottom: 20px;
    font-size: 15px;
}

.bottom .menu dt a {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
}

.bottom .menu dt a:after {
    content: ' ';
    position: absolute;
    left: -20px;
    bottom: -5px;
    width: 1em;
    height: 1px;
    background-color: #fff;
}

.bottom .menu dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 50%;
    float: left;
}

.bottom .menu dd a {
    display: block;
    line-height: 25px;
    font-size: 12px;
    color: #949698;
    float: left;
}

.bottom .menu dd a:hover {
    color: #fff;
}

.bottom .copyright {
    border-top: 1px solid #636363;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    color: #bbb;
}

.bottom .copyright a {
    color: #bbb;
}

.bottom .copyright span {
    display: inline-block;
    padding: 0 5px;
}
#friendlink {
    display: none;
    padding: 10px 0;
    line-height: 20px;
}
#friendlink a {
    display: inline-block;
    margin: 0 6px;
    font-size: 12px;
}
#friendlink a:hover {
    color: #fff;
}

/*在线客服*/

#service {
    width: 50px;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 95;
}

#service li {
    margin-top: 1px;
}

#service span, #service a {
    width: 50px;
    text-align: left;
    display: block;
    height: 50px;
    position: relative;
    line-height: 50px;
    background-color: rgba(200, 200, 200, .8);
    background-color: #e60000\9;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0;
    padding-left: 0;
    background-image: none;
    cursor: pointer;
}

#service span:hover, #service span.hover, #service a:hover, #service a.hover {
    background-color: rgba(230, 33, 41, 1);
    background-color: #e60000\9;
}

#service li:first-child span, #service li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#service li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#service .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 100%;
    line-height: 50px;
    font-size: 17px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#service .phone {
    width: 200px;
}

#service span:hover .box, #service span.hover .box, #service a:hover .box, #service a.hover .box {
    left: -80px;
    background-color: rgba(230, 33, 41, 1);
    background-color: #e60000\9;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#service li:last-child span:hover .box, #service li:last-child a:hover .box {
    border-bottom-right-radius: 5px;
}

#service span .phone, #service a .phone {
    font-size: 20px;
}

#service span:hover .phone, #service a:hover .phone {
    left: -150px;
    font-size: 20px;
}

#service span .ewm, #service a .ewm {
    display: none;
}

#service span:hover .ewm, #service a:hover .ewm {
    display: block;
    position: absolute;
    top: -85px;
    left: -180px;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 30px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 6px rgba(0, 0, 0, .1);
    line-height: 20px;
    color: #999;
    text-align: center;
    font-size: 13px;
}

#service span:hover .ewm img, #service a:hover .ewm img {
    width: 110px;
    display: block;
    margin-bottom: 5px;
    padding: 8px;
    border: 2px solid #e60000;
}

#service span i, #service a i {
    font-size: 28px;
    display: block;
    float: left;
    width: 50px;
    text-align: center;
}

/*主动邀请*/

#service_invitation {
    background-color: rgba(0, 0, 0, .6);
    background-color: transparent\9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999998;
    display: none;
}

.service_box {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -166.5px;
    width: 600px;
    height: 333px;
    overflow: hidden;
    background: url(service_invitation.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 9999999;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#service_invitation a {
    display: inline-block;
    width: 145px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    margin: 240px 15px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    z-index: 9999999;
}

#service_invitation .service_jujue {
    border: 1px solid #fff;
    color: #fff;
}

#service_invitation .service_jujue:hover {
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
}

#service_invitation .service_chat {
    border: 1px solid #e50012;
    background-color: #e50012;
    color: #fff;
}

#service_invitation .service_chat:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
/*详细内容*/
.content {
    line-height: 25px;
    font-size: 14px;
    color: #434343;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.content table {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #999;
    margin: 20px auto 0 2em;
    width: 96%;
}

.content th, .content td {
    background-color: #fff;
    padding: 8px 0;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.content p {
    margin-top: 10px;
    text-indent: 30px;
}
.content-jianju p {
    margin-top: 5px;
}

.content-noindent p {
    text-indent: 0;
}

.content th p, .content td p {
    margin: 0;
    text-indent: 0;
}

.content p img {
    margin-left: -30px;
}
.content-noindent p img {
    margin-left: 0;
}

.content img {
    cursor: pointer;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    text-indent: 30px;
    font-size: 18px;
    margin-top: 20px;
}

.content * {
    max-width: 100%;
}
.content-case img {
    max-width: 100%;
}
.content-case p {
    text-indent: 0;
    margin-top: 20px;
}
.content-contentnomargin p {
    margin-top: 0;
}
.content-case p img {
    margin-left: 0;
    -webkit-box-shadow: 0 0 0px 1px #ccc;
    -moz-box-shadow: 0 0 0px 1px #ccc;
    box-shadow: 0 0 0px 1px #ccc;
}
.content-contentnomargin p img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.case-bottom {
    background-color: #efefef;
    text-align: center;
}

.case-bottom .thanks {
    padding: 80px 0;
}

.case-bottom .thankyou {
    color: #000;
    font-size: 50px;
    letter-spacing: 10px;
    text-indent: 5px;
}

.case-bottom .desc {
    font-size: 14px;
    padding-top: 10px;
    letter-spacing: 4px;
    text-indent: 2px;
    color: #666;
}

.case-bottom .logo {
    background: #e60000 url(logo-white.png) center center no-repeat;
    background-size: auto 40px;
    padding: 50px 0;
}

/*公司简介*/
.about-intro .content {
    color: #555;
}
.about-intro .content p {
    text-indent: 0;
    margin-top: 8px;
    line-height: 23px;
}
.about-intro .title {
    font-weight: bold;
    font-size: 16px;
}
.about-intro .companyname {
    font-size: 15px;
}

/*案例详情页*/
.case-desc {
    font-size: 13px;
    color: #666;
    line-height: 25px;
    width: 100%;
}

.case-desc span {
    display: inline-block;
    padding-right: 15px;
}
.case-desc .qrcode {
    right: 0;
    top: 0;
    width: 100px;
}
.info-desc .qrcode {
    top: -40px;
}
.info-title {
    width: 88%;
}

/*服务的其他案例*/
.customer-other-case {
    border-top: 1px solid #ddd;
    padding-top: 80px;
}
.other-case li {
    width: 33.33%;
    float: left;
}
.other-case li a {
    display: block;
    width: 96%;
    margin: 0 auto;
}
.other-case .list a .pic {
    width: 100%;
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    height: 0;
    border: 1px solid #ddd;
}
.other-case .list a:hover .pic {
    border: 1px solid #e60000;
}
.other-case .list a .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.other-case .list a .name {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    line-height: 20px;
    height: 50px;
}


/*地图*/
#map {
    height: 500px;
    border: 1px solid #ddd;
}
#map #baidu_jsapi_watermark {
    display: none !important;
    visibility: hidden !important;
}
#map > div[id] {
    width: 0!important;
    height: 0!important;
    overflow: hidden!important;
}
.embed-icon-default {
    display: none !important;
}
/*#map > div:first-child {
    width: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
}*/
.anchorBL a, .BMap_cpyCtrl.BMap_noprint.anchorBL {
    display: none;
}
.contact-list li {
    float: left;
    width: 50%;
    font-size: 13px;
    line-height: 25px;
    padding: 5px 0;
}
body #newBridge .icon-right-center, body #newBridge .nb-icon-inner-wrap {
    display: none;
}
.page-contact-word {
    background-color: #382b40;
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    padding: 65px 0;
    margin: 65px auto;
    color: #fff;
    font-size: 25px;
    font-family: 'chaoxihei';
    font-weight: bold;
}
.page-contact-word .quick-contact {
    color: #e60000;
}

/*招聘*/
.join-list dt {
    font-weight: bold;
    font-size: 15px;
    padding-top: 20px;
}
.join-list dt i {
    display: inline-block;
    padding-right: 5px;
}
.join-list dd {
    margin-top: 20px;
    line-height: 30px;
    font-size: 13px;
    text-indent: 3px;
    width: 85%;
    text-align: justify;
}
.page-position {
    display: block;
    position: relative;
    top: 0;
}


/*1280宽*/

@media screen and (min-width: 1280px) {
    .index-info .day {
        top: 1px;
        font-size: 35px;
    }
    .index-info .date {
        bottom: 3px;
        font-size: 13px;
    }
    .index-info .desc {
        margin-top: 6px;
        line-height: 18px;
    }
}

/*1366宽*/

@media screen and (min-width: 1366px) {
}

/*1440宽*/

@media screen and (min-width: 1440px) {
    .index-info .day {
        top: 4px;
        font-size: 35px;
    }
    .index-info .date {
        bottom: 8px;
        font-size: 13px;
    }
    .index-info .desc {
        margin-top: 10px;
        line-height: 18px;
    }
}
/*1600宽*/

@media screen and (min-width: 1600px) {
    .index-info .day {
        font-size: 30px;
    }
}

/*往小屏幕兼容*/

/*1600宽*/

@media screen and (max-width: 1599px) {
    .index-service .detail a {
        height: 27px;
        line-height: 27px;
    }
    .bottom-contact .phone {
        font-size: 20px;
    }
    .index-info .time {
        width: 20%;
        padding-top: 20%;
    }
    .index-info .info {
        width: 75%;
    }
    .index-main-case .hdp {
        height: 500px;
    }
    .page-main-case .hdp {
        height: 420px;
    }
    .pub-item {
        background-size: 33% auto;
    }
    .pub-case .list a .name, .pub-case .list a:hover .name {
        font-size: 22px;
    }
    .pub-case .list a:hover .service {
        top: 30%;
    }
}

/*1440宽*/

@media screen and (max-width: 1439px) {
    .index-service .detail a {
        height: 26px;
        line-height: 26px;
    }
    .customer {
        width: 90%;
    }
    .customer .item {
        padding: 12px 0;
    }
    .customer .item img {
        width: 70%;
    }
    .index-number ul {
        width: 90%;
    }
    .index-info {
        width: 90%;
    }
    .bottom-contact .phone {
        display: none;
    }
    .index-main-case .hdp {
        height: 450px;
    }
    .page-main-case .hdp {
        height: 380px;
    }
    .pub-item-caselist .case-list li {
        width: 15%;
    }
    .pub-item-caselist .case-list-open li {
        width: 33.32%;
    }
    .pub-item-caselist .case-list-open li:nth-child(7), .pub-item-caselist .case-list-open li:nth-child(8) {
        display: none;
    }
    .pub-item-caselist .case-list .jt {
        display: none;
    }
    .pub-item-caselist .case-list li a:hover .name {
        font-size: 14px;
    }
    .pub-case .list a .name, .pub-case .list a:hover .name {
        font-size: 20px;
    }
    .pub-case .list a:hover .service {
        top: 30%;
    }
}

/*1280宽*/

@media screen and (max-width: 1279px) {
    .index-service .detail a {
        height: 25px;
        line-height: 25px;
    }
    .pub-case .list li {
        width: 50%;
    }
    .customer {
        width: 95%;
    }
    .customer .item {
        padding: 8px 0;
    }
    .customer .item img {
        width: 75%;
    }
    .index-number ul {
        width: 100%;
    }
    .index-info {
        width: 95%;
    }
    .index-main-case .hdp {
        height: 380px;
    }
    .page-main-case .hdp {
        height: 360px;
    }
    .pub-case .list a .name, .pub-case .list a:hover .name {
        font-size: 24px;
    }
    .pub-case .list a:hover .service {
        top: 30%;
    }
}

/*1024宽*/

@media screen and (max-width: 1024px) {
    .index-info {
        width: 100%;
    }
}