* {
    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: #fafafa;
}

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: #e50012;
}

a:focus, input:focus {
    outline: 0 none;
}

::-moz-selection {
    background: #e50012;
    color: #fff;
}

::selection {
    background: #e50012;
    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: #e50012;
}

.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;
}

.bg-white {
    background-color: #fff!important;
}

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;
}

.mtop150 {
    margin-top: 150px;
}

.mleft20 {
    margin-left: 20px;
}

.padding100 {
    padding: 100px 0;
}

.padding30 {
    padding: 30px 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: "microsoft yahei", "simhei", "arial", "helvetica", "sans-serif";
}

/*中文字体*/

@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');
}




/*动画*/

@-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: #e50012;
    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: 5px;
    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.sm, .pub-btn span.sm {
    color: #434343;
    display: block;
    padding: 0 15px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    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: #e50012;
    color: #fff;
    border-color: #e50012;
}

.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;
}

.small-more{
    margin-right:5px;
    border:1px solid #ddd;
    color:#aaa;
    padding:5px ;
}

@-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;
    }
}

/*全站顶部*/
.top {
    height: 100px;
    background-color: transparent;
    /*background-color: #ffe512;*/
    position: fixed;
    z-index: 99;
}
.top-fixed {
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #ffe512;
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0 0 1px 1px #eee;
    box-shadow: 0 0 1px 1px #eee;
    position: fixed;
    z-index: 99;
}
.top .white {
    display: block;
}
.top .black {
    display: none;
}
.top-fixed .white {
    display: none;
}
.top-fixed .black {
    display: block;
}
.top-blank {
    width: 100%;
    height: 80px;
}
.top .logo, .top .logo img {
    height: 50px;
}
.top-fixed .logo, .top-fixed .logo img {
    height: 44px;
}
.top .logo {
    left: 0;
    top: 25px;
}
.top-fixed .logo {
    top: 18px;
}







.menu ul {
    float: right;
    margin-right: 120px;
    margin-top: 30px;
}
.menu li {
    float: left;
    margin-left: 25px;
    position: relative;
    z-index: 99;
}
.menu li a.parent {
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 8px 5px;
    letter-spacing: 2px;
    text-indent: 2px;
    /*border-bottom: 2px solid transparent;*/
}
.menu li:hover a.parent, .menu li.hover a.parent {
    color: #e50012;
    font-weight: bold;
    /*border-bottom: 2px solid #e50012;*/
}
.menu li .children {
    overflow: hidden;
    display: none;
    position: absolute;
    left: -2px;
    top: 35px;
    width: 110px;
}
.menu li:hover .children {
    display: block;
    text-align: center;
    font-family: 'xianhei';
    padding: 10px 30px 10px 20px;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    /*border-top: 3px solid #e50012;*/
}
.menu li .children a {
    display: block;
    line-height: 30px;
    font-size: 13px;
    color: #888;
    border-top: 1px solid rgba(0,0,0,.07);
    text-align: left;
    /*text-indent: 1em;*/
    padding: 10px 0;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.menu li .children a:before {
    content: "\e74a";
    position: absolute;
    right: -1em;
    top: 50%;
    margin-top: -13px;
    font-size: 11px;
    display: block;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menu li .children a:nth-child(1) {
    border-top: none;
}
.menu li .children a:hover {
    color: #000;
    font-weight: 700;
}
.menu li .children a:hover:before {
    right: -1.5em;
    color: #e50012;
}

.top-fixed .menu li a {
    /*line-height: 75px;*/
    color: #333;
}
.top .menu li a.hover, .top .menu li a:hover {
    color: #e50012;
}

.top-fixed .menu li a.hover:after {
    top: 55px;
}

.top-fixed .menu ul {
    margin-top: 25px;
}
.top-fixed .menu li .children {
    top: 35px;
}


/*.top .menu {
    text-align: right;
    margin-right: 100px;
}
.top .menu a {
    line-height: 100px;
    display: inline-block;
    margin: 0 25px;
    font-size: 14px;
    position: relative;
    color: #fff;
}
.top-fixed .menu a {
    line-height: 75px;
    color: #333;
}
.top .menu a.hover, .top .menu a:hover {
    color: #e50012;
}
.top .menu a.hover:after {
    content: ' ';
    position: absolute;
    left: 10%;
    top: 70px;
    width: 80%;
    height: 3px;
    background-color: transparent;
}

.top .menu a:hover:after, .top .menu a.hover:after {
    background-color: #d61518;
}*/


.top .mobile {
    position: absolute;
    right: 0;
    top: 30px;
}
.top-fixed .mobile {
    top: 28px;
}
.top .mobile span {
    font-size: 16px;
    color: #fff;
}
.top .mobile i {
    display: inline-block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    color: #444;
    border-radius: 50%;
}
.top-fixed .mobile i {
    background-color: #666;
    color: #fff;
}

/*幻灯片*/

.hdp {
    overflow: hidden;
    width: 100%;
    min-width: 1000px;
    position: relative;
}

#index-hdp {
    /*height: 950px;*/
    height: 85vh;
}

.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: 70px;
    z-index: 100;
}

.hdp .item a {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 0 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 50%;
}

.hdp .item a.hover {
    background-color: #e50012;
}

#jidi-hdp .item a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
}

#jidi-hdp .item a.hover {
    background-color: #e50012;
}

.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: 60px;
    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: -5%;
}

.hdp .jt a.jt-right {
    right: -5%;
}


.hdp .jt a.jt-left {
    left: 0;
    top: 0;
    height: 100%;
    margin-top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background: -webkit-linear-gradient(left,rgba(0,0,0,.2),rgba(255,255,255,0));
    background: -o-linear-gradient(right,rgba(0,0,0,.2),rgba(255,255,255,0));
    background: -moz-linear-gradient(right,rgba(0,0,0,.2),rgba(255,255,255,0));
    background: linear-gradient(to right, rgba(0,0,0,.2), rgba(255,255,255,0));
}

.hdp .jt a.jt-right {
    right: 0;
    top: 0;
    height: 100%;
    margin-top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background: -webkit-linear-gradient(right,rgba(0,0,0,.2),rgba(255,255,255,0));
    background: -o-linear-gradient(left,rgba(0,0,0,.2),rgba(255,255,255,0));
    background: -moz-linear-gradient(left,rgba(0,0,0,.2),rgba(255,255,255,0));
    background: linear-gradient(to left, rgba(0,0,0,.2), rgba(255,255,255,0));
}

.hdp .jt a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.hdp:hover .jt a {
    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-left i {
    position: absolute;
    left: 10%;
    text-align: left;
    top: 50%;
    margin-top: -75px;
}

.hdp .jt a.jt-right:hover {
    -webkit-transform: translate(-10px);
    -ms-transform: translate(-10px);
    -o-transform: translate(-10px);
    transform: translate(-10px);
}

.hdp .jt a.jt-right:hover {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.hdp .jt a.jt-right i {
    position: absolute;
    right: 10%;
    text-align: right;
    top: 50%;
    margin-top: -75px;
}

.hdp .jt a.jt-right:hover {
    -webkit-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
}


/*数字*/

.index-number {
    padding: 40px 0 65px;
    position: relative;
    border-radius: 10px;
    /*background-color: #fafafa;
    box-shadow: 0 0 10px rgba(33,33,33,0.2);
    margin-top: -80px;*/
    z-index: 9;
    width:80%;
}

.index-number ul {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    display: flex;
}

.index-number li {
    width: 25%;
    position: relative;
}
.index-number li:hover {
    color: #e50012;
}

.index-number li:after {
    content: '  ';
    position: absolute;
    right:0;
    height:60px;
    width:1px;
    background: #e2e0e0;
}

.index-number li:last-child:after {
    content: '';
    display: none;
}


.index-number .title {
    font-size: 40px;
    display: inline-block;
    position: relative;
}

.index-number small {
    font-size: 16px;
    color: #666;
    display: inline-block;
    position: absolute;
    left:100%;
    top:0;
    width: 50px;
}

.index-number small.s {
    font-size: 25px;
}

.index-number .desc {
    font-size: 12px;
    color: #aaa;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 300%;
}
.index-number li:hover small,
.index-number li:hover .desc {
    color: #e50012;
}

/*通用标题*/
.pub-title .en {
    font-size: 40px;
    color: #eee;
    font-weight: normal;
    font-family: 'xianhei';
}
.pub-title .ch {
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    color: #595757;
    font-weight: normal;
    font-family: 'xihei';
}
.pub-title .ch span {
    display: inline-block;
    position: relative;
}
.pub-title .ch span:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 45px;
    height: 3px;
    background-color: #e50012;
    width: 40px;
    margin-left: -20px;
}
.pub-title .desc {
    line-height: 30px;
    font-size: 15px;
}
.pub-class a {
    display: inline-block;
    margin: 0 20px;
    font-size: 15px;
    position: relative;
}
.pub-class a.hover,
.pub-class a:hover {
    color: #e50012;
}
/*.pub-class a.hover:after,
.pub-class a:hover:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #e50012;
}*/

/*通用案例*/
.pub-case ul {
    display: block;
}
.pub-case ul.none {
    display: none;
}
.pub-case li {
    width: 32.13%;
    /*width: 32.73%;*/
    padding: 0.6%;
    /*background-color: #fff;*/
    float: left;
}
.pub-case li a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.pub-case li a .pic {
    position: relative;
    height: 0;
    padding-top: 65%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.pub-case li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.pub-case li a:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pub-case li a .bg {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    left: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: rgba(35, 35, 35, 0.7);
}
.pub-case li a:hover .bg {
    bottom: 0;
    height: 100%;
    line-height: 2;
    opacity: 1;
    filter: alpha(opacity=100);
}
.pub-case li a .bg .iconfont {
    width: 0px;
    height: 0px;
    font-size: 0px;
    display: block;
    margin: 0 auto;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.pub-case li a:hover .bg .iconfont {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: block;
    width: 60px;
    height: 60px;
    font-size: 60px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.pub-case li a .name {
    font-size: 17px;
    font-weight: normal;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.pub-case li a:hover .name {
    margin-top: 50px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*合作客户*/
.index-partner {
    background: url(../images/partner.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0;
    overflow: hidden;
}
.index-partner .pub-title .en {
    font-size: 40px;
    color: #e50012;
}
.index-partner .pub-title .ch {
    color: #fff;
    padding-top: 20px;
}
.index-partner .pub-title .ch span:after {
    background-color: #fff;
    left: 0;
    margin-left: 0;
    height: 4px;
    top: 60px;
}
.index-partner .desc {
    margin-top: 80px;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.index-partner .list {
    position: absolute;
    right: 0;
    top: -10px;
    width: 700px;
    height: 100%;
}
.index-partner .list ul {
    display: block;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.index-partner .list li {
    width: 25%;
    margin: 30px 0;
    position: relative;
}
.index-partner .list li:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: rgba(255, 255, 255, .8);
    left: 0;
    top: -55px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 5px;
}
.index-partner .list li.hover:after,
.index-partner .list li:hover:after {
    -webkit-transform: scale(.65) rotate(45deg);
    -ms-transform: scale(.65) rotate(45deg);
    -o-transform: scale(.65) rotate(45deg);
    transform: scale(.65) rotate(45deg);
    opacity: 1;
    filter: alpha(opacity=100);
}
.index-partner .list li img {
    margin: 0 auto;
    width: 60px;
    position: relative;
    z-index: 10;
}
.index-partner .list li img:nth-child(1) {
    display: block;
    opacity: .7;
    filter: alpha(opacity=70);
}
.index-partner .list li img:nth-child(2) {
    display: none;
}
.index-partner .list li.hover img:nth-child(1),
.index-partner .list li:hover img:nth-child(1) {
    display: none;
}
.index-partner .list li.hover img:nth-child(2),
.index-partner .list li:hover img:nth-child(2) {
    display: block;
}
.index-partner .list li:nth-child(5),
.index-partner .list li:nth-child(6),
.index-partner .list li:nth-child(7) {
    width: 25.1%;
}

/*首页新闻*/
.index-info {
    padding: 150px 0;
}
.index-info .pub-title .en {
    font-size: 40px;
    color: #595757;
}
.index-info .pub-title .ch {
    padding: 10px 0;
}
.pub-title.tl .ch span:after {
    left: 0;
    margin-left: 0;
}
.index-info .list {
    width: 100%;
    text-align: left;
}
.index-info li {
    float: left;
    width: 33.33%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.index-info li a {
    display: flex;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.index-info li a:hover {
    color: #333;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
.index-info li a .date,
.index-info li a .detail {
    justify-content: space-between;
}
.index-info li a .date {
    width: 16%;
    min-width: 120px;
    /*margin-left: 12%;*/
}
.index-info li a .month {
    font-size: 20px;
    display: block;
    font-weight: bold;
    text-indent: 5px;
}
.index-info li a .day {
    font-size: 80px;
    display: block;
    font-weight: bold;
    line-height: 100%;
}
.index-info li a .detail {
    width: 70%;
}
.index-info li a .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: normal;
    color: #000;
}
.index-info li a .desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    height: 63px;
    overflow: hidden;
}












/*全站底部*/
.bottom {
    background-color: #271f28;
    color: #fff;
    padding: 100px 0;
    border-bottom: 10px solid #e50012;
    color: #ddd;
}
.bottom a {
    color: #ddd;
}
.bottom a img {
	width: 260px;
}
.bottom .pub-class a {
    color: #ddd;
    margin: 25px 20px 0 0;
    font-size: 14px;
    display: inline-block;
}
.copyright span {
    display: inline-block;
    margin: 10px 10px 0 0;
    color: #ddd;
}
.bottom .info {
    width: 60%;
}
.bottom .contact {
    width: 40%;
    padding-top: 20px;
}
.bottom .qrcode {
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 5px;
}
.bottom .address {
    line-height: 33px;
    font-size: 15px;
    padding-left: 30px;
}
.bottom .address i {
    padding-right: 10px;
}
#newBridge #nb_icon_wrap {
	display: none;
}

/*详细内容*/
.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-bottom: 20px;
    text-indent: 30px;
}

.content-noindent p {
    text-indent: 0;
}

.content th p, .content td p {
    margin: 0;
    text-indent: 0;
}

.content p img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
    margin:0 auto;
}
.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 a {
    color: #e50012;
}

/*公司简介*/
.about-company {
    padding: 150px 0;
}
.about-company .pic {
    width: 35%;
    overflow: hidden;
    padding-top: 20%;
    height: 0;
    position: relative;
}
.about-company .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.about-company .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about-company .word {
    width: 60%;
    margin-left: 5%;
}

/*公司荣誉*/
.about-honor {
    background: url(../images/about-honor.jpg) center center no-repeat;
    padding: 150px 0;
}
.about-honor .box {
    width: 500px;
    margin: 0 auto;
}
.about-honor .pub-title .en {
    color: #e50012;
    /*font-weight: bold;*/
}
.about-honor .pub-title .ch {
    color: #fff;
}
.about-honor .pub-title .ch span:after {
    left: 0;
    margin-left: 0;
}
.about-honor li {
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.about-honor li i {
    color: #e50012;
    display: inline-block;
    margin-right: 10px;
}

/*合作客户*/
.about-customer {
    background-color: #f7f7f7;
    padding: 150px 0;
}
.about-customer .pub-title .en {
    color: #e8e8e8;
}
.about-customer .pub-title .desc .red {
    font-size: 16px;
}
.about-customer ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-customer li {
    width: 14.28%;
    text-align: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: relative;
    z-index: 0;
}
.about-customer li:nth-child(odd) {
    background-color: #fefefe;
}
.about-customer li:nth-child(even) {
    background-color: #dcdcdc;
}
.about-customer li:hover {
    z-index: 100;
    background-color: #e50012;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about-customer li img {
    margin: 30px auto;
    width: 90px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.about-customer li:nth-child(odd) img:nth-child(1) {
    display: none;
}
.about-customer li:nth-child(odd) img:nth-child(2) {
    display: block;
    filter: grayscale(1);
    opacity: .6;
    filter: alpha(opacity=60);
}
.about-customer li:nth-child(even) img:nth-child(1) {
    display: block;
}
.about-customer li:nth-child(even) img:nth-child(2) {
    display: none;
}
.about-customer li:hover img:nth-child(1) {
    display: block;
}
.about-customer li:hover img:nth-child(2) {
    display: none;
}

/*龙腾理念*/
.about-idea {
    padding: 150px 0;
}
.about-idea li {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 50px 0;
}
.about-idea li img {
    width: 25%;
    height: auto;
}
.about-idea li .box {
    width: 70%;
    margin-left: 5%;
    text-align: left;
}
.about-idea li .box .title {
    font-size: 18px;
    font-weight: bold;
    color: #e50012;
    margin-bottom: 10px;
}
.about-idea li .box .desc {
    line-height: 1.7;
    font-size: 14px;
}
.about-idea li .box .desc span {
    display: inline-block;
    margin-right: 15px;
}

/*影视-服务项目*/
.yingshi-service {
    padding: 150px 0;
    background-color: #f7f7f7;
}
.yingshi-service .pub-title .en {
    color: #e3e3e3;
}
.yingshi-service .box .item {
    display: block;
    width: 20%;
}
.yingshi-service .box .item a {
    display: block;
}
.yingshi-service .box .item a .iconfont {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 55px;
    border-radius: 50%;
    position: relative;
    color: #444;
    margin: 0 auto;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.yingshi-service .box .item a .iconfont:after {
    content: ' ';
    position: absolute;
    left: -0.5px;
    top: -0.5px;
    width: 100%;
    height: 100%;
    border: 1px solid #666;
    border-radius: 50%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.yingshi-service .box .item a:hover .iconfont:after {
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-color: #fff;
}
.yingshi-service .box .item a:hover .iconfont {
    border-color: #e50012;
    background-color: #e50012;
    color: #fff;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.yingshi-service .box .item a .name {
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
}
.yingshi-service .box .item a:hover .name {
    font-weight: bold;
}
.yingshi-service .box .item a .name:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 40px;
    width: 0;
    height: 3px;
    background-color: #e50012;
    margin-left: -20px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.yingshi-service .box .item a:hover .name:after {
    width: 40px;
}

/*影视-优势*/
.yingshi-advantage {
    padding: 150px 0;
}
.yingshi-advantage .pub-title .en {
    font-size: 50px;
}
.yingshi-advantage .pub-title .ch span:after {
    left: 0;
    margin-left: 0;
}
.yingshi-advantage .box .word {
    width: 50%;
}
.yingshi-advantage .box .pic {
    width: 45%;
    margin-left: 5%;
}
.yingshi-advantage .box .pic img {
    width: 100%;
    display: block;
}

/*影视-观点*/
.yingshi-banner-video:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 50;
}
.yingshi-banner-video .video {
    z-index: 10;
    left: 0;
    top: 0;
}
.yingshi-banner-video .video video {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    width: 100%;
    height: 100%;
}



.yingshi-video {
    background: url(../images/yingshi-video.jpg) center center no-repeat;
    padding: 150px 0;
}
/*.yingshi-video:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 50;
}*/
.yingshi-video .video {
    z-index: 10;
    left: 0;
    top: 0;
}
.yingshi-video .video video {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.yingshi-video .box {
    width: 450px;
    margin: 0 auto;
    z-index: 100;
}
.yingshi-video .pub-title .ch {
    color: #e50012;
}
.yingshi-video .pub-title .ch span:after {
    left: 0;
    margin-left: 0;
}
.yingshi-video .pub-title .en {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    margin-left: 10px;
}
.yingshi-video .content {
    color: #fff;
    font-size: 15px;
    line-height: 2.5;
}

/*影视-奖项*/
.yingshi-jiang {
    padding: 80px 0;
}
.yingshi-jiang .pub-title .en {
    font-size: 25px;
    margin-left: 20px;
    line-height: 40px;
    color: #aaa;
}
.yingshi-jiang .pub-title .ch span:after {
    left: 0;
    margin-left: 0;
}
.yingshi-jiang .box li {
    width: 25%;
    text-align: center;
}
.yingshi-jiang .box li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding-bottom: 50px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.yingshi-jiang .box li a:hover {
    border-color: #e50012;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.yingshi-jiang .box li a .pic {
    width: 90%;
    position: relative;
    height: 0;
    padding-top: 45%;
    margin: 0 auto;
    top: -50px;
    overflow: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.yingshi-jiang .box li a:hover .pic {
    -webkit-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, .1);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.yingshi-jiang .box li a .pic img {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}
.yingshi-jiang .box li a .name {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
    margin-top: -20px;
}
.yingshi-jiang .box li a .desc {
    font-size: 13px;
    width: 60%;
    margin: 20px auto 0;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
    text-align: justify;
}

/*影视-案例*/
.yingshi-case {
    background-color: #f7f7f7;
    padding: 80px 0;
}

/*品牌-类型*/
.brand-type {
    background-color: #fafafa;
    padding: 150px 0;
}
.brand-type ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.brand-type li {
    width: 33.33%;
    text-align: center;
}
.brand-type li .box {
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 50px 0;
    position: relative;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.brand-type li:hover .box {
    background-color: #e50012;
    border-color: #e50012;
    color: #fff;
}
.brand-type li .box:before {
    content: ' ';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -5px;
    top: -50px;
    background-color: #fafafa;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.brand-type li:hover .box:before {
    top: -21px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.brand-type li .box:after {
    content: ' ';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -20px;
    top: -50px;
    background-color: #fafafa;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.brand-type li:hover .box:after {
    top: -21px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.brand-type li .box .icon {
    font-size: 70px;
    height: 80px;
    line-height: 80px;
    color: #c9c9c9;
}
.brand-type li:hover .box .icon {
    color: #fff;
}
.brand-type li .box .name {
    font-size: 20px;
    margin-top: 30px;
    font-weight: normal;
}
.brand-type li .box .en {
    font-size: 13px;
    margin-top: 5px;
}
.brand-type li .box .jia {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #dcdcdc;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
    font-size: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.brand-type li:hover .box .jia {
    border-color: transparent;
    color: #e50012;
}

/*品牌-推广*/
.brand-tuiguang {
    background-color: #fafafa;
    padding: 150px 0;
}
.brand-tuiguang ul {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}
.brand-tuiguang li {
    width: 33.33%;
    text-align: center;
}
.brand-tuiguang li .box {
    width: 85%;
    margin: 0 auto;
    background-color: #eee;
    padding: 50px 0 0;
    border-radius: 10px;
    position: relative;
}
.brand-tuiguang li .box .iconfont {
    position: absolute;
    top: -55px;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    line-height: 100px;
    font-size: 50px;
    border-radius: 50%;
    background-color: #e50012;
    color: #fff;
}
.brand-tuiguang li .box .name {
    width: 90%;
    text-align: center;
    margin: 30px auto 0;
    font-size: 20px;
    position: relative;
}
.brand-tuiguang li .box .name:after {
    position: absolute;
    content: ' ';
    left: 50%;
    bottom: -20px;
    width: 20px;
    margin-left: -10px;
    height: 3px;
    background-color: #e50012;
}
.brand-tuiguang li .box .desc {
    width: 80%;
    text-align: justify;
    margin: 50px auto 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 2;
    height: 180px;
}

/*品牌-媒体平台*/
.brand-media {
    background-color: #fff;
    padding: 150px 0;
}
.brand-media ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    border-top: 1px dashed #595757;
}
.brand-media li {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px dashed #595757;
}
.brand-media li:hover {
    background-color: #fafafa;
}
.brand-media .icon {
    font-size: 120px;
    width: 10%;
    text-align: left;
}
.brand-media li:nth-child(1) .icon {
    color: #1d2088;
}
.brand-media li:nth-child(2) .icon {
    color: #4f638f;
}
.brand-media li:nth-child(3) .icon {
    color: #595757;
}
.brand-media li:nth-child(4) .icon {
    color: #009944;
}
.brand-media li:nth-child(5) .icon {
    color: #e50012;
}
.brand-media li:nth-child(1) .title span, .brand-media li:nth-child(1) .title span:after {
    background-color: #008cd6;
}
.brand-media li:nth-child(2) .title span, .brand-media li:nth-child(2) .title span:after {
    background-color: #4f638f;
}
.brand-media li:nth-child(2) .detail span {
    background-color: #4f638f;
}
.brand-media li:nth-child(3) .title span, .brand-media li:nth-child(3) .title span:after {
    background-color: #595757;
}
.brand-media li:nth-child(4) .title span, .brand-media li:nth-child(4) .title span:after {
    background-color: #009944;
}
.brand-media li:nth-child(5) .title span, .brand-media li:nth-child(5) .title span:after {
    background-color: #e50012;
}
.brand-media .title {
    width: 15%;
    text-align: center;
}
.brand-media .title span {
    display: block;
    width: 100px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background-color: #008cd6;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.brand-media .title span:after {
    position: absolute;
    content: ' ';
    right: -18px;
    top: 8px;
    background-color: #008cd6;
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.brand-media .detail {
    width: 65%;
    text-align: left;
}
.brand-media .detail span {
    display: inline-block;
    font-size: 14px;
    background-color: #008cd6;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100px;
    text-align: center;
}
.brand-media .detail img {
    display: inline-block;
    width: 130px;
    height: 46px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}



/*服务能力*/

#brand-nengli {
    height: 700px;
}
#brand-nengli .pub-title .en {
    color: #fff;
    font-size: 35px;
}
#brand-nengli .pub-title .ch {
    color: #e50012;
    padding: 15px 0;
}
#brand-nengli .pub-title .ch span:after {
    left: 0;
    margin-left: 0;
}
#brand-nengli .p1 ul {
    display: flex;
}
#brand-nengli .p1 li {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #fff;
}
#brand-nengli .p1 li.word {
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 50%;
}
#brand-nengli .p1 li.iconfont {
    font-size: 22px;
    width: 60px;
}
#brand-nengli .p1 li.word:hover {
    color: #e50012;
    border-color: #e50012;
}
#brand-nengli .p2 .desc {
    color: #fff;
    line-height: 2;
    font-size: 15px;
}

/*品牌-策略*/
.brand-celve {
    padding: 150px 0 30px;
    border-bottom: 1px solid #dcdcdc;
}
.brand-celve .pub-title .desc {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.brand-celve ul li {
    width: 25%;
    text-align: center;
}
.brand-celve ul li .box {
    width: 75%;
    margin: 0 auto;
    display: block;
}
.brand-celve ul li:hover .box {
    color: #e50012;
}
.brand-celve ul li .box .iconfont {
    padding: 50px 0;
    font-size: 80px;
    color: #c9c9c9;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
}
.brand-celve ul li .box .name {
    font-size: 16px;
    margin-top: 30px;
    position: relative;
}
.brand-celve ul li .box .name:after {
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #888;
    left: 50%;
    bottom: -37px;
    background-color: #fff;
    margin-left: -6px;
}
.brand-celve ul li:hover .box .name:after {
    border-color: #e50012;
    background-color: #e50012;
}
.brand-celve ul li:hover .box .iconfont {
    color: #e50012;
    border-color: #e50012;
}

/*活动-服务项目*/
.huodong-service {
    padding: 150px 0;
    background-color: #fff;
}
.huodong-service .pub-title .en {
    color: #e3e3e3;
}
.huodong-service .box .item {
    display: block;
    width: 25%;
}
.huodong-service .box .item a {
    display: block;
}
.huodong-service .box .item a .iconfont {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 55px;
    border-radius: 50%;
    position: relative;
    color: #444;
    margin: 0 auto;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.huodong-service .box .item a .iconfont:after {
    content: ' ';
    position: absolute;
    left: -0.5px;
    top: -0.5px;
    width: 100%;
    height: 100%;
    border: 1px solid #666;
    border-radius: 50%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.huodong-service .box .item a:hover .iconfont:after {
    border-color: #fff;
}
.huodong-service .box .item a:hover .iconfont {
    border-color: #e50012;
    background-color: #e50012;
    color: #fff;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.huodong-service .box .item a .name {
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
}
.huodong-service .box .item a:hover .name {
    font-weight: bold;
}
.huodong-service .box .item a .name:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 60px;
    width: 0;
    height: 3px;
    background-color: #e50012;
    margin-left: -20px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.huodong-service .box .item a:hover .name:after {
    width: 40px;
}

/*活动-不仅仅*/
.huodong-bujinjin {
    padding: 120px 0;
    background-color: #f7f7f7;
}
.huodong-bujinjin .title {
    color: #e50012;
    font-size: 40px;
    font-family: 'chaoxihei';
    font-weight: bold;
}
.huodong-bujinjin .content {
    width: 620px;
}

/*活动-流程*/
.huodong-liucheng {
    padding: 120px 0;
    background-color: #f7f7f7;
}

.huodong-liucheng table {
    background-color: #e8e8e8;
}

.huodong-liucheng table td {
    background-color: #f7f7f7;
    padding: 15px 0 30px;
    width: 8.5%;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.huodong-liucheng table td.hover {
    width: 20%;
    background-color: #e50012;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
}

.huodong-liucheng table td .default i {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    color: #8c8b8b;
}

.huodong-liucheng table td .default .item {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-weight: normal;
}

.huodong-liucheng table td .mouse {
    display: none;
}

.huodong-liucheng table td.hover .default {
    display: none;
}

.huodong-liucheng table td.hover .mouse {
    display: block;
    color: #fff;
}

.huodong-liucheng table td.hover .mouse i {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 150px;
    margin-top: -100px;
    margin-left: -100px;
    color: rgba(255, 255, 255, .2);
}

.huodong-liucheng table td.hover .mouse .item {
    position: relative;
    z-index: 100;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    height: 24px;
    overflow: hidden;
}

.huodong-liucheng table td.hover .mouse .desc {
    position: relative;
    z-index: 100;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    text-align: justify;
    height: 95px;
    overflow: hidden;
}   

/*文化-服务*/
.wenhua-service {
    padding: 150px 0;
    background-color: #fafafa;
}
.wenhua-service .item {
    width: 33.33%;
    text-align: center;
}
.wenhua-service .item .box {
    display: block;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 60px 0;
}
.wenhua-service .item .box:hover {
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
}
.wenhua-service .item .box .iconfont {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    font-size: 50px;
    margin: 0 auto;
    background-color: #707070;
    color: #fff;
}
.wenhua-service .item .box:hover .iconfont {
    background-color: #e50012;
    color: #fff;
}
.wenhua-service .item .box .name {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.wenhua-service .item .box .desc {
    font-size: 13px;
    color: #575757;
    width: 80%;
    margin-top: 20px;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    overflow: hidden;
}

/*多媒体*/
.duomeiti-title {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    background: #e50012;
    color: #fff;
    padding: 5px;
}
.dmt-box .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.dmt-box .title .en {
    left: 0;
    bottom: 40px;
    font-size: 20px;
    color: #e50012;
}
.dmt-box .title .big {
    background-color: #e50012;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    width: 120px;
    text-align: center;
}
.dmt-box .title .small {
    color: #181818;
    line-height: 1.7;
    text-align: left;
    width: 90%;
    padding-left: 20px;
    font-size: 13px;
}
.font2{width: 1460px;height: auto;margin: 0 auto;padding: 50px 0 30px;}
.font2 .qximg{width: 100%;height: 500px;margin-top: 50px;}
.font2 .qximg ul li:nth-of-type(3){position: absolute;right: 0;top: 0;}
.font2 .qximg ul li:last-child{position: absolute;right: 0;bottom: 0;margin: 0;}
.mesg{width: 100%;height: auto;margin-top: 30px;position: relative;}
.mesg ul{width: 100%;height: auto;overflow: hidden;}
.mesg ul li{float: left;margin-right: 5px;margin-bottom: 5px;overflow: hidden;cursor: pointer;}
.mesg ul li:nth-of-type(3),.mesg ul li:nth-of-type(7),.mesg ul li:nth-of-type(9){margin-right: 0;}
.mesg ul li:nth-of-type(8){margin-right: 6px;}
.mesg ul li a{display: block;position: relative;}
.mesg ul li a img{transition: all 0.3s;}
.mesg ul li a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.one{
    -ms-transform:scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.mesg ul li a p{color: #fff;position: absolute;top: 18px;left: 18px;}
.mesg ul li a p span:nth-of-type(1){font-size: 24px;}
.mesg ul li a p span:nth-of-type(2){
    font-size: 12px;
    padding: 2px 8px;
    border: 1px solid #fff;
    position: relative;
    top: -3px;
    left: 10px;
}
.mesg ul li:nth-of-type(6) img{width: 324px;height: 264px;}
.mesg ul li a p span:nth-of-type(3){font-size: 8px;text-transform : uppercase;font-family: å®‹ä½“;}
.mesg ul li.img1 img{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.mesg ul li.img1 img:hover{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg); 
}
.jixie .jx ul li{width: 526px;height: 277px;overflow: hidden;}
.jixie .jx ul li:nth-of-type(1){width: 398px;height: 559px;}
.shapan .jx ul li:nth-of-type(1){width: 924px;height: 559px;}
.jixie .jx ul li:nth-of-type(3),.jixie .jx ul li:nth-of-type(5){margin-right: 0;}

/*观点-列表*/
.info-list {
    background-color: #fafafa;
    padding: 80px 0 10px;
}
.info-list .pub-title .ch span:after {
    left: 0;
    margin-left: 0;
}
.info-list .box {
    background-color: #fff;
}
.info-list li {
    border-bottom: 1px dotted #ddd;
    padding: 0 30px;
}
.info-list .pic, .info-list .pic img {
    display: block;
}
.info-list .pic {
    border: 1px solid #ccc;
    padding: 3px;
    margin: 30px 30px 30px 0;   
}
.info-list .pic img {
    width: 230px;
    height: 160px;
}
.info-list .info {
    width: 70%;
    padding-top: 15px;
}
@media screen and (min-width: 1440px) {
    .info-list .info {
        width: 76%;
    }
}
.info-list .info .name {
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    font-size: 18px;
    margin-top: 10px;
}
.info-list li:hover .info .name {
	font-weight: bold;
}
.info-list .info .basic {
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.info-list .info .basic span {
    margin-right: 10px;
}
.info-list .info .desc {
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    color: #555;
    font-size: 14px;
    padding-top: 10px;
}
.info-list .info .category {
    margin-top: 20px;
    font-size: 13px;
}
.info-list .info .category a {
    color: #e62129;
    margin-right: 10px;
}

/*分页*/
.page {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #666;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.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: #e50012;
    border: 1px solid #e50012;
    color: #fff;
}
.page a i {
    font-size: 25px;
}

/*联系-方式*/
.contact-detail {
    padding: 0 0 100px;
    background-color: #fff;
}
.contact-detail .pub-title .en {
    font-size: 30px;
    color: #ddd;
}
.contact-detail .pub-title .ch span:after {
    left: 0;
    margin-left: 0;
}
.contact-detail .detail {
    padding: 50px;
    background-color: #fff;
    margin-top: -100px;
    z-index: 1;
    position: relative;
}
.contact-detail .detail .word {
    margin-top: 60px;
    width: 65%;
}
.contact-detail .detail .word .name {
    font-size: 22px;
}
.contact-detail .detail .qrcode {
    width: 30%;
}
.contact-detail .detail .desc {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 15px;
}
.contact-detail .detail .qrcode img {
    width: 150px;
    display: block;
    margin-top: 60px;
}
#map {
    height: 500px;
    border: 1px solid #ddd;
    width: 95%;
    margin: 60px auto 0;
}
.map-title {
    margin: 0 0 5px 0;
    padding: 0.2em 0;
    font-size: 16px;
}

.map-box-info {
    width: 400px;
}

.map-box-info p {
    margin: 0;
    line-height: 2;
    font-size: 13px;
}

.map-box-info a {
    color: #fff;
    display: inline-block;
    background-color: #e62129;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 10px 10px 0 0;
}

.map-box-info a:hover {
    background-color: #cf0607;
}

/*详情页*/
.page-title {
        font-weight: normal;
    font-size: 28px;
}
.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: 130px;
}

.info-desc .qrcode {
    top: -50px;
}
.info-title {
    width: 88%;
}

.casedesc{
    padding:20px 0;
}

/*快捷联系方式*/

.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 {
    display: inline-block;
    width: 84px;
    height: 23px;
    background: url(qq.gif);
    margin-left: 5px;
    position: relative;
    top: 3px;
}


/*在线客服*/
.service {
    right: 0;
    bottom: 30%;
    z-index: 99;
}
.service ul {
    /*width: 55px;*/
    width: 190px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.service ul:hover {
    width: 190px;
}
.service li {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.service li:first-child a, .service li:first-child .item {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.service li:last-child a, .service li:last-child .item {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.service li:first-child a{
    background:#e50012;
}

.service li:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
}
.service li:hover:after, .service li:last-child:after {
    content: '';
    display: none;
}
.service li.weixin .qrcode {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -71px;
    width: 120px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.service li.weixin:hover .qrcode {
    right: 110%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.service li.weixin .qrcode img {
    display: block;
    width: 100%;
}
.service li a, .service li .item {
    display: flex;
    background-color: rgba(28, 26, 37, .9);
    height: 55px;
    line-height: 55px;
    color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.service li:hover a, .service li:hover .item {
    background-color: rgba(229, 0, 18, .9);
    color: #fff;
}
.service li .name {
    justify-content: space-between;
    text-align: left;
    font-size: 14px;
    /*width: 0;*/
    width: 190px;
    overflow: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    color: #fff;
    text-indent: 20px;
}
.service ul:hover .name {
    width: 190px;
}
.service li:hover .name {
    color: #fff;
}
.service li .iconfont {
    width: 55px;
    justify-content: space-between;
    text-align: center;
    font-size: 22px;
}
.video-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}


/*空间展陈*/
.kongjian-zhanchen {
    background: url(../images/zhanchen-bg.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}
.kongjian-zhanchen .item {
    width: 25%;
    height: 0;
    padding-top: 25%;
    /*overflow: hidden;*/
    position: relative;
    z-index: 0;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: .95;
    filter: alpha(opacity=95);
}
.kongjian-zhanchen .item:hover {
    z-index: 10;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.kongjian-zhanchen .item .table {
    position: absolute;
    left: 0;
    top: 0;
}
.kongjian-zhanchen .item .title:after {
    display: none;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fc0;
}
.kongjian-zhanchen .red {
    background-color: #e50012;
}
.kongjian-zhanchen .item .title:after {
    content: ' ';
    display: block;
    background-color: #e50012;
}
.kongjian-zhanchen .black {
    background-color: #231915;
    content: ' ';
    display: block;
}
.kongjian-zhanchen .black .title:after {
    content: ' ';
    display: block;
    background-color: #231915;
}
.kongjian-zhanchen .gray {
    background-color: #9e9f9f;
    content: ' ';
    display: block;
}
.kongjian-zhanchen .gray .title:after {
    content: ' ';
    display: block;
    background-color: #9e9f9f;
}
.kongjian-zhanchen .grey {
    background-color: #595757;
    content: ' ';
    display: block;
}
.kongjian-zhanchen .grey .title:after {
    content: ' ';
    display: block;
    background-color: #595757;
}
.kongjian-zhanchen .item .title {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
}
.kongjian-zhanchen .item:nth-child(5) .title:after,
.kongjian-zhanchen .item:nth-child(7) .title:after {
    left: auto;
    right: -10px;
}

/*城市-服务*/
.city-service {
    padding: 100px 0;
    background-color: #fafafa;
}
.city-service .box {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.city-service .item {
    width: 25%;
    margin-top: 80px;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.city-service .item:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.city-service .item .iconfont {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    background-color: #717070;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.city-service .item:hover .iconfont {
    background-color: #e50012;
}
.city-service .item .title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #554e4b;
    margin-top: 10px;
}
.city-service .item:hover .title {
    color: #e50012;
}
.city-service .item .title:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10px;
    margin-left: -5px;
    height: 2px;
    background-color: #717070;
}
.city-service .item:hover .title:after {
    background-color: #e50012;
}
.city-service .item .desc {
    color: #706f6f;
    width: 70%;
    margin: 10px auto 0;
    height: 40px;
    overflow: hidden;
}
.city-service .item:hover .desc {
    color: #e50012;
}

/*城市-详细*/
.city-intro {
    background-color: #fff;
    padding: 100px 0 0;
    text-align: left;
}
.city-intro .box1 .item {
    margin-top: 50px;
}
.city-intro .box1 .item-left {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.city-intro .box1 .item-right {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    padding-left: 60%;
}
.city-intro .box1 .item .en {
    color: #e50012;
    font-size: 100px;
    font-family: 'bgMed';
}
.city-intro .box1 .item .title {
    color: #595757;
    font-size: 20px;
    margin-top: -10px;
}
.city-intro .box1 .item .desc {
    color: #595757;
    width: 40%;
    line-height: 2;
    min-height: 100px;
}
.city-intro .box1 .item-right .desc {
    width: 100%;
}
.city-intro .box1 .item-right .desc p {
    position: relative;
    margin-bottom: 10px;
}
.city-intro .box1 .item-right .desc p:after {
    position: absolute;
    content: ' ';
    left: -20px;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #888889;
    border-radius: 50%;
}

.city-intro .box2 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.city-intro .box2 .item {
    margin-top: 20px;
    width: 24%;
}
.city-intro .box2 .item:nth-child(5),
.city-intro .box2 .item:nth-child(6),
.city-intro .box2 .item:nth-child(7) {
    width: 32%;
}
.city-intro .box2 .number {
    background-color: #9e9f9f;
    color: #fff;
    height: 70px;
    line-height: 70px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.city-intro .box2 .item:hover .number {
    background-color: #717070;
}
.city-intro .box2 .box {
    background-color: #f7f7f7;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.city-intro .box2 .item:hover .box {
    background-color: #f0f0f0;
}
.city-intro .box2 .box:after {
    position: absolute;
    content: ' ';
    width: 30px;
    height: 30px;
    background-color: #d8d8d8;
    right: -15px;
    bottom: -15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.city-intro .box2 .item:hover .box:after {
    background-color: #c8c8c8;
}
.city-intro .box2 .title {
    color: #231915;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #231915;
}
.city-intro .box2 .desc {
    color: #999;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}
.city-intro .box2 .intro {
    color: #231915;
    height: 200px;
    line-height: 1.8;
    text-align: justify;
    width: 95%;
    margin: 40px auto 0;
    overflow: hidden;
}
.city-intro .box2 .intro p {
    margin-bottom: 10px;
}


.thanks {
    padding: 80px 0;
    background-color: #f7f7f7;
    text-align: center;
}

.thanks .thankyou {
    color: #000;
    font-size: 50px;
    letter-spacing: 10px;
    text-indent: 5px;
}

.thanks .desc {
    font-size: 14px;
    padding-top: 10px;
    letter-spacing: 4px;
    text-indent: 2px;
    color: #666;
}
.link span, .link a {
    display: inline-block;
    margin-right: 10px;
    line-height: 1.8;
    color: #888;
}
.link a {
    color: #888;
}
.link a:hover {
    color: #ddd;
}



.center-contact{
    background-color: #212121;  
}
.center-contact .container{
    border-top:1px solid #2d1e4b;
}
.center-contact img{
    background-color: #fff;
    padding:5px;
    width:90px;
}
.center-contact .title{
    font-size:14px;
    line-height: 30px;
}
.center-contact .input-box{
    width:20%;
    height:50px;
    line-height: 50px;
    float:left;
    margin-right:5%;
}
.center-contact .input-box input,.center-contact .input-box select{
    width:100%;
    height:100%;
    /* display: block; */
    color: #333;
    padding:0 10px;
    border:none;
    float:left;
}
.center-contact .input-box select option{
    height:50px;
    display: block;
}
.center-contact  .layui-btn{
    margin-right:0;
    width:20%;
    min-width:120px;
    height:50px;
    background: #e50012;
    border:none;
    border-radius: 5px;
    color:#fff;
    font-size:14px;
    font-weight: bold;
    cursor: pointer;
    transition:all 0.3s;
}
.center-contact  .layui-btn:hover{
    background: #af1420;
}


.insertart.pub-case {
    border:1px dotted #ccc;
    background: #f9f9f9;   
}
.insertart.pub-case li{
    position: relative;    
}

.insertart.pub-case li a .name{
    color:#333;
    bottom:0;
    text-align: center;
    z-index: 99;
    width: 100%;
    padding:5px 0 ;
    background: #F9f9f999;
    position: absolute;
}

.insertart.pub-case .casetips{
    color:#ccc;
}


/*1280宽*/

@media screen and (min-width: 1280px) {
    
}

/*1366宽*/

@media screen and (min-width: 1366px) {
}

/*1440宽*/

@media screen and (min-width: 1440px) {
    
}
/*1600宽*/

@media screen and (min-width: 1600px) {
    
}








/*往小屏幕兼容*/

/*1600宽*/

@media screen and (max-width: 1599px) {
    
}

/*1440宽*/

@media screen and (max-width: 1439px) {
    .about-customer li {
        width: 20%;
    }
    .kongjian-zhanchen .item .title {
        font-size: 18px;
    }
    .city-intro .box1 .item .desc {
        margin-top: 80px;
    }
    .city-intro .box2 .title {
        font-size: 17px;
    }
    .brand-tuiguang ul {
        width: 100%;
    }
}

/*1280宽*/

@media screen and (max-width: 1279px) {
    .menu li {
        margin-left: 15px;
    }
    .kongjian-zhanchen .item .title {
        font-size: 16px;
    }
    .city-intro .box1 .item .desc {
        margin-top: 50px;
    }
    
}

/*1152宽*/

@media screen and (max-width: 1152px) {
}
.c-gray ,.c-gray a{
    color:#aaa;
}

.banner.yingshi-index{
    height:85vh;
}

.banner.yingshi-index:after{
    content:' ';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index: 2;
}
.banner.yingshi-index video{                
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.banner.yingshi-index .slogan{
    z-index: 10;
    margin-top:25vh;
    font-family: 'xihei';
}
.banner.yingshi-index .slogan h2{
    font-size:55px;
    font-weight: normal;
    color:#fff;
    font-family: 'xihei';
    letter-spacing: 0.23em;
}
.banner.yingshi-index .slogan h3{
    font-size:20px;
    font-weight: normal;
    color:#fff;         
    letter-spacing: 0.2em;   
}
.banner.yingshi-index .slogan .contact a{
    background-color:#e60012;
    color:#fff; 
    padding:10px 20px;
    font-size:16px;
    border-radius: 2px;
    margin:0 5px;
}
.banner.yingshi-index .slogan .contact a.showcase{
    background-color:rgba(204,204,204,.6);
    color:#fff; 
    padding:10px 20px;
    font-size:16px;
    margin:0 5px;
}



/*new bottom*/
.newbottom{
    padding:30px 0 0;
    background: #212121;
    color:#f9f9f9;
}
.index-service {
    color: #fff;
    /*padding-top: 325px;*/
    padding-bottom: 14px;
}

.index-service .floortitle {
    padding-bottom: 50px;
    padding-top: 50px;
}

.index-service .floortitle:after {
    content: ' ';
    height: 3px;
    background: #554b69;
    width: 120px;
    display: block;
    margin-bottom: 10px;
    margin: 10px auto 0;
}

.page-service {
    background-color: transparent;
    color: #434343
}

.index-service ul {
    margin: 0 auto 0
}

.index-service li:not(.user) {
    width: 30%;
    float: left
}

.index-service li.user {
    width: 10%;
    float: right
}

.index-service li.user .bt-qr {
    width: 120px;
    background: #fff;
    padding: 10px;
    border-radius: 2px;
}

.index-service li.user .bt-qr img {
    width: 120px;
    height: 120px;
    /*display: block;*/
}

.index-service li.user .bt-qr p {
    font-size: 12px;
    color: #adadad;
}

.index-service .box {
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: left;
}

.index-service .box:after {
    content: ' ';
    height: 1px;
    background: #352850;
    width: 70%;
    float: left;
    margin-bottom: 10px;
}

.index-service .en-name {
    font-weight: 100;
    font-size: 12px;
    color: #aaa;
}

.index-service .ch-name {
    font-size: 25px;
    line-height: 30px;  
}

.index-service .detail {
    font-weight: 400;
    font-size: 13px;
    line-height: 45px;
    float: left;
    width: 40%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin:0;
    padding:0;
}

.index-service .detail a {
    color: #f9f9f9
}

.index-service .detail a:hover {
    text-decoration: underline
}

.copy.container {
    padding: 20px 0;
    color: #aba0c1;
    background: url(../images/bt_logo.png) no-repeat right center;
    background-size: contain;
}

.copy a {
    color: #555
}

.copy a:hover {
    color: #4b4c4c
}

.copy .bt-link a {
    color: #ddd;
    margin-right: 20px;
    font-size: 15px;
    position: relative;
}
.copy .bt-link a:after {
    content:' ';
    position: absolute;
    right:-12px;
    top:6px;
    width:1px;
    height:10px;
    background: #fff;
}
.copy .bt-link a:last-child:after {
    display: none;
}

.hide-qr {
    transition: all .3s;
    background-color: #fff;
    padding: 5px;
    width: 80px;
    bottom: 25px;
    left: -35px;
    display: none;
}

.bt-qr-hide:after {
    display: none;
    content: ' ';
    position: absolute;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    border-right-style: solid;
    border-top-color: #fff;
    left: 50%;
    bottom: 10px;
    margin-left: -8px;
}

.bt-qr-hide:hover .hide-qr {
    display: block;
}

.bt-qr-hide:hover:after {
    display: block;
}
.copycontainer{
    background: #1c131d;
    line-height: 25px;
    padding:20px 0;
}
.other-link a{
    margin-right:15px;
    color:#3a2e3c;
    white-space:nowrap;
    word-break:keep-all;
}

.btn-bottom-tel{
    background-color: #e50012;
    color:#fff;
    border-radius: 50px;
    padding:5px 10px;
}


.index-fanwei .list a{
    float:left;
    width:19.2%;
    margin:20px 1% 20px 0;
    color:#fff;
    background-color: #e84956;
    /*background-color: #fff5f5;*/
    border-radius: 3px;
    overflow: hidden;
   /* border:1px solid #e50012;
    box-sizing: border-box;*/
    transition: all .3s;
    height:230px;
    position: relative;
}


.index-fanwei .list a:nth-child(odd) {
    color: #ffffff;
    background-color: #434343;    
}

/*.index-fanwei .list a:nth-child(even) .icon{
    color: #ffffff;
    background-color: #434343;    
}
*/
.index-fanwei .list a:last-child{
    margin-right:0;
}

.index-fanwei .list a:hover{
    transform:scale(1.13,1.13);
    z-index: 3;
    box-shadow: 0 0 5px rgba(222,202,202,.3);
}
.index-fanwei .list a .icon{
    transition: all 0.5s;
    /*background-color: #e84956;*/
    /*background-color: #000;*/
    color:#bd3540;
    font-size:80px;
    padding: 0;
    right:20px;
    bottom:10px;
    position: absolute;
    z-index: 1;
}
.index-fanwei .list a:nth-child(odd) .icon{
    /*background-color: #e84956;*/
    /*background-color: #000;*/
    color:#5d5555;
}
.index-fanwei .list a .b-desc{
    padding:40px 5.5%;
    z-index: 9;
    position: relative;
}
.index-fanwei .list a .title{
    font-size: 20px;     
    font-weight: bold;
}
.index-fanwei .list a .desc{
    font-size: 12px;        
    margin-top:10px;    
    color:#eee;
.index-fanwei .list a:hover .icon{
    transition: all 0.5s;
    background-color: none;
    /*background-color: #32303a;*/
    padding:50px 0;
}
.index-fanwei .list a:hover .title{
    transition: all 0.5s;
    color:#d5d5d5;
}


.mouse{border:1px solid #fff;width:20px;height:35px;border-radius:100px;left:50%;margin-left:-10px;bottom:40px;background-size:100% 200%;-webkit-animation:nudgeMouse 5s ease-out infinite;}
.mouse:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}
.mouse::before{width:12px;height:12px;position:absolute;left:50%;margin-left:-6px;background:url(../images/icon_down.png) no-repeat;background-size:cover;content:'';display:block;top:40px}
.mouse:after{background-color:#fff;width:5px;height:5px;border-radius:100%;-webkit-animation:trackBallSlide 5s linear infinite;animation:trackBallSlide 5s linear infinite}
@-webkit-keyframes nudgeMouse{
0%{-webkit-transform:translateY(0);transform:translateY(0)}
20%{-webkit-transform:translateY(8px);transform:translateY(8px)}
30%{-webkit-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(8px);transform:translateY(8px)}
60%{-webkit-transform:translateY(0);transform:translateY(0)}
80%{-webkit-transform:translateY(8px);transform:translateY(8px)}
90%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes nudgeMouse{
0%{-webkit-transform:translateY(0);transform:translateY(0)}
20%{-webkit-transform:translateY(8px);transform:translateY(8px)}
30%{-webkit-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(8px);transform:translateY(8px)}
60%{-webkit-transform:translateY(0);transform:translateY(0)}
80%{-webkit-transform:translateY(8px);transform:translateY(8px)}
90%{-webkit-transform:translateY(0);transform:translateY(0)}
}

@-webkit-keyframes trackBallSlide{
0%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
6%{opacity:1;-webkit-transform:scale(.9) translateY(5px);transform:scale(.9) translateY(5px)}
14%{opacity:0;-webkit-transform:scale(.4) translateY(30px);transform:scale(.4) translateY(30px)}
15%,19%{opacity:0;-webkit-transform:scale(.4) translateY(-5px);transform:scale(.4) translateY(-5px)}
28%,29.99%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
30%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
36%{opacity:1;-webkit-transform:scale(.9) translateY(5px);transform:scale(.9) translateY(5px)}
44%{opacity:0;-webkit-transform:scale(.4) translateY(30px);transform:scale(.4) translateY(30px)}
45%,49%{opacity:0;-webkit-transform:scale(.4) translateY(-5px);transform:scale(.4) translateY(-5px)}
58%,59.99%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
60%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
66%{opacity:1;-webkit-transform:scale(.9) translateY(5px);transform:scale(.9) translateY(5px)}
74%{opacity:0;-webkit-transform:scale(.4) translateY(30px);transform:scale(.4) translateY(30px)}
75%,79%{opacity:0;-webkit-transform:scale(.4) translateY(-5px);transform:scale(.4) translateY(-5px)}
100%,88%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
}
@keyframes trackBallSlide{
0%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
6%{opacity:1;-webkit-transform:scale(.9) translateY(5px);transform:scale(.9) translateY(5px)}
14%{opacity:0;-webkit-transform:scale(.4) translateY(30px);transform:scale(.4) translateY(30px)}
15%,19%{opacity:0;-webkit-transform:scale(.4) translateY(-5px);transform:scale(.4) translateY(-5px)}
28%,29.99%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
30%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
36%{opacity:1;-webkit-transform:scale(.9) translateY(5px);transform:scale(.9) translateY(5px)}
44%{opacity:0;-webkit-transform:scale(.4) translateY(30px);transform:scale(.4) translateY(30px)}
45%,49%{opacity:0;-webkit-transform:scale(.4) translateY(-5px);transform:scale(.4) translateY(-5px)}
58%,59.99%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
60%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
66%{opacity:1;-webkit-transform:scale(.9) translateY(5px);transform:scale(.9) translateY(5px)}
74%{opacity:0;-webkit-transform:scale(.4) translateY(30px);transform:scale(.4) translateY(30px)}
75%,79%{opacity:0;-webkit-transform:scale(.4) translateY(-5px);transform:scale(.4) translateY(-5px)}
100%,88%{opacity:1;-webkit-transform:scale(1) translateY(-5px);transform:scale(1) translateY(-5px)}
}


.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: 1;
    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: 15px;
    font-weight: bold;
    margin:0 auto;
    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);
}
