﻿@charset "utf-8";
@font-face {
    font-family: HELVETICANEUELTPRO-THEX;
    src: url(../images/HELVETICANEUELTPRO-THEX.OTF);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneuethn;
    src: url(../images/helveticaneuethn.OTF);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GOTHAMRND-LIGHT;
    src: url(../images/GOTHAMRND-LIGHT.OTF);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GOTHAMRND-BOOK;
    src: url(../images/GOTHAMRND-BOOK.OTF);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GOTHAM-BLACK;
    src: url(../images/GOTHAM-BLACK.OTF);
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

a {
    text-decoration: none;
    transition: all .1s linear
}

img {
    border: none
}

input, textarea {
    font-family: "微软雅黑", Arial;
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
    border: none;
    background: 0 0
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

body, html {
    font: 12px Arial, "微软雅黑";
    color: #444;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.fw {
    margin: 0 auto;
    width: 1180px
}

body {
    overflow-x: hidden
}

.agent-pc body {
    min-width: 1180px
}

.bx-sliderCount, a, a i {
    color: #999
}

a.active, a:hover {
    color: #D3487B
}

.bx-wrapper .bx-loading, .yyloading {
    min-height: 50px;
    background: url(../images/loading.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 96
}

img {
    float: none;
    width: 100%
}

.clearfix:after {
    clear: both;
    display: block;
    content: ''
}

.clearfix {
    zoom: 1
}

@-webkit-keyframes bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #D3487B
}

::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #333
}

::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #D3487B
}

.agent-mobile .bx-wrapper .bx-controls-direction {
    display: none
}

.bx-wrapper .bx-helper {
    position: absolute;
    right: 30px;
    background-color: transparent;
    min-width: 38px;
    padding: 6px;
    top: 50%;
    margin-top: -40px
}

.agent-mobile .bx-wrapper .bx-helper {
    display: none
}

.bx-wrapper .bx-helper .bx-fullscreenBtn {
    display: none;
    position: relative;
    text-align: center;
    height: 22px;
    width: 100%
}

.bx-wrapper .bx-helper .bx-fullscreenBtn i {
    font-size: 14px;
    margin-top: 2px
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: block
}

:fullscreen .bx-wrapper .bx-helper .bx-fullscreenBtn i:before {
    content: "\f066"
}

:-moz-full-screen .bx-wrapper .bx-helper .bx-fullscreenBtn i:before {
    content: "\f066"
}

:-webkit-full-screen .bx-wrapper .bx-helper .bx-fullscreenBtn i:before {
    content: "\f066"
}

:-ms-full-screen .bx-wrapper .bx-helper .bx-fullscreenBtn i:before {
    content: "\f066"
}

.bx-wrapper .bx-helper .bx-sliderCount {
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-align: center
}

.bx-wrapper .bx-helper .bx-sliderCount i {
    font-size: 12px;
    display: inline-block;
    padding: 0 3px;
    position: relative;
    bottom: 1px;
    color: #D2D2D2
}

.bx-wrapper .bx-controls-direction a {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 0
}

.bx-wrapper .bx-controls-direction a i {
    font-size: 22px;
    margin-top: 8px;
    margin-left: 15px
}

.bx-wrapper .bx-controls-direction a.bx-next i {
    margin-left: 17px
}

.bx-wrapper .bx-controls-direction a:hover {
    background: #D3487B
}

.bx-wrapper .bx-controls-direction a.bx-prev i:after, .bx-wrapper .bx-controls-direction a.bx-prev i:before {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.bx-wrapper .bx-controls-direction a.bx-prev i:before {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
}

.bx-wrapper .bx-controls-direction a.bx-prev i:after {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 1px) rotate(0)
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover i:before {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover i:after {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
}

.bx-wrapper .bx-controls-direction a.bx-prev:active i:before {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(1px, 0) rotate(0)
}

.bx-wrapper .bx-controls-direction a.bx-prev:active i:after {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(1px, 1px) rotate(0)
}

.bx-wrapper .bx-controls-direction a.bx-next i:after, .bx-wrapper .bx-controls-direction a.bx-next i:before {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    left: 20px
}

.bx-wrapper .bx-controls-direction a.bx-next {
    right: 20px
}

#header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-bottom: #f0f0f0 1px solid
}

#header .wrapper {
    padding: 20px 5px 0 5px;
    height: auto;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    background: #fff
}

#header .content {
    height: 100%;
    max-width: 1170px;
    margin: 0 auto
}

#header .content a#logo {
    display: block;
    height: 44px;
    float: left
}

#header .content a#logo img {
    height: 100%;
    width: auto;
    padding-left: 40px
}

#header .content #openBtn {
    display: none;
    float: right;
    cursor: pointer;
    margin-right: 0;
    margin-top: 7px
}

.lcbody {
    width: 30px;
    height: 30px;
    position: relative;
    transform: translateZ(0) rotate(0);
    -webkit-transform: translateZ(0) rotate(0);
    transition: transform .4s cubic-bezier(.4, .01, .165, .99);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, .01, .165, .99)
}

.lcitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0) rotate(0);
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
    -webkit-transform: translateZ(0) rotate(0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
    width: 30px;
    height: 30px
}

.lcitem .rect {
    width: 30px;
    height: 2px;
    background: #181818;
    position: absolute;
    left: 0;
    top: 14px;
    transition: transform .2s ease .2s;
    -webkit-transition: -webkit-transform .2s ease .2s
}

.lcitem .rect.top {
    transform: translate3d(0, -7px, 0);
    -webkit-transform: translate3d(0, -7px, 0)
}

.lcitem .rect.bottom {
    transform: translate3d(0, 7px, 0);
    -webkit-transform: translate3d(0, 7px, 0)
}

body.openMenu #header .content #openBtn .lcbody {
    transform: translateZ(0) rotate(90deg);
    -webkit-transform: translateZ(0) rotate(90deg)
}

.lcbody.close .lcitem, body.openMenu #header .content #openBtn .lcitem {
    transform: translateZ(0) rotate(45deg);
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) .2s;
    -webkit-transform: translateZ(0) rotate(45deg);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) .2s
}

.lcbody.close .lcitem.bottom, body.openMenu #header .content #openBtn .lcitem.bottom {
    transform: translateZ(0) rotate(-45deg);
    -webkit-transform: translateZ(0) rotate(-45deg)
}

.lcbody.close .lcitem .rect, body.openMenu #header .content #openBtn .lcitem .rect {
    transition: transform .2s ease 0s;
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .2s ease 0s;
    -webkit-transform: translate3d(0, 0, 0)
}

#header .nav {
    overflow:hidden;
    margin-left: 50px;
    float: left;
    height: 64px;
}

#header .nav > li {
    float: left;
    font-size: 14px;
    height: 100%;
    position: relative
}

#header .nav > li > a {
    display: block;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    color: #999;
    font-weight: 500;
    position: relative;
    overflow: hidden
}

#header .nav > li > a span {
    display: inline-block;
    position: relative;
    transition: all ease-out .3s
}

#header .nav > li > a span:after {
    content: attr(data-title);
    position: absolute;
    color: #D3487B;
    left: 0;
    transform: translateY(100%);
    width: 100%
}

.browser-lt11 #header .nav > li > a span:after {
    top: 100%
}

#header .nav > li > a > i {
    margin-left: 10px
}

#header .nav .subnav {
    position: absolute;
    width: 180px;
    background-color: #FFF;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    border-top: 2px solid #D3487B;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .36s ease
}

#header .nav .navitem:last-child .subnav {
    right: 0;
    left: auto
}

#header .nav .subnav li {
    width: 100%
}

#header .nav .subnav li a {
    font-weight: 500;
    color: #666;
    padding: 12px 24px;
    line-height: 22px;
    display: block;
    transition: all .2s ease-in-out;
    font-size: 12px
}

#header .nav > li:hover .subnav {
    opacity: 1;
    visibility: visible
}

#header .nav > li a.active span, #header .nav > li:hover a span {
    transform: translateY(-100%)
}

#header .nav > li a.active i, #header .nav > li:hover a i {
    color: #D3487B
}

#header .nav .subnav li a.active, #header .nav .subnav li a:hover {
    background-color: #F9F9F9;
    padding-left: 24px;
    color: #D3487B
}

.browser-lt11 #header .nav > li a.active span, .browser-lt11 #header .nav > li:hover a span {
    color: #D3487B
}

#hcontact {
    padding-top: 5px
}

#hcontact i {
    font-size: 26px;
    float: left;
    color: #909090
}

#hcontact p {
    margin-left: 36px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #D3487B;
    text-align: left;
    font-weight: 400
}

#hcontact p a {
    color: #9692a0;
    font-size: 12px
}

#hcontact p a:hover {
    color: #666
}

@-webkit-keyframes navFixed {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes navFixed {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.gh0 #sitecontent {
    padding-top: 84px
}

.gh1 #sitecontent {
    padding-top: 140px
}

.singlescreen #sitecontent {
    padding-top: 64px
}

#navMini {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 98;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .36s, opacity .36s ease;
    transition: visibility 0s .36s, opacity .36s ease
}

body.openMenu #navMini {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .36s ease;
    transition: opacity .36s ease
}

#navMiniTable {
    display: table;
    width: 100%;
    height: 100%
}

#navMiniCell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

#navMini .nav {
    font-size: 16px
}

#navMini .nav li.navitem:before {
    display: block;
    content: "";
    background-color: #e9e9e9;
    width: 1px;
    height: 20px;
    margin: 7px auto
}

#navMini .nav li.navitem:first-child:before {
    display: none
}

#navMini .nav a {
    border-bottom: 1px solid transparent;
    transition: all .3s linear;
    color: #787878
}

#navMini .nav a i {
    margin-left: 10px
}

#navMini .nav a.active, #navMini .nav a:hover {
    color: #D3487B;
    border-bottom: 1px solid #D3487B
}

#navMini .nav a.active i, #navMini .nav a:hover i {
    color: #D3487B
}

#navMini .nav .subnav {
    font-size: 14px;
    overflow: hidden;
    opacity: 1;
    transition: height .36s ease, opacity .48s ease .1s;
    line-height: 30px
}

#navMini .nav .subnav.hide {
    height: 0 !important;
    opacity: 0;
    transition: height .36s ease 0s, opacity .26s ease 0s;
    display: block
}

#navMini .nav .subnav > li {
    padding: 2px 0
}

#navMini .nav .subnav > li:first-child {
    padding-top: 12px
}

#indexPage {
    position: relative
}

#indexPage .module {
    position: relative;
    overflow: hidden
}

.singlescreen #indexPage .module {
    position: relative;
    -webkit-transform-style: preserve-3d
}

#indexPage .module .bgmask {
    display: none
}

#indexPage .module.bgShow.bgmask {
    display: block
}

#indexPage .module.bgShow.bgParallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.module .module_container {
    max-width: 1170px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 50px;
    margin: 0 auto
}

.agent-pc .module .module_container.wide {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px
}

.singlescreen #indexPage > .module > .module_container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%
}

.agent-pc .module .module_container.wide .slider {
    padding: 0 50px
}

#indexPage .module .container_header {
    text-align: left;
    float: left;
    padding: 20px 0 5px 0
}

#indexPage .module .container_header p {
    display: inline
}

#indexPage .module .container_header .title {
    font-size: 24px;
    margin: 0 auto;
    position: relative;
    color: #444
}

#indexPage .module .container_header .subtitle {
    margin-top: 4px;
    font-size: 13px;
    color: #aaa
}

#indexPage .module #contactlist:before, #indexPage .module .container_content:before {
    clear: both;
    display: table;
    content: ""
}

#indexPage .module .container_content .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -25px;
    margin-top: -50px
}

#indexPage .module .container_content .bx-wrapper .bx-controls-direction a.bx-next {
    right: -22px;
    margin-top: -50px
}

.browser-lt11 #indexPage .module .container_content .bx-wrapper .bx-controls-direction a i {
    color: #D3487B
}

#indexPage .module .container_content .bx-wrapper .bx-pager.bx-default-pager {
    position: relative;
    margin: 40px 0 20px 0;
    bottom: 0
}

#indexPage #topSlider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block
}

#indexPage #topSlider ul.content_list {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#indexPage #topSlider ul li {
    width: 100%;
    height: 100%;
    display: block
}

#indexPage #topSlider ul li div.item_bg {
    position: absolute;
    width: 100%;
    height: 100%
}

#indexPage #topSlider ul li div.item_bg.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

#indexPage #topSlider ul li div.item_bg.video video {
    width: 100%;
    height: 100%
}

#indexPage #topSlider ul li div.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

#indexPage #topSlider ul li a {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    left: 0;
    top: 0
}

#indexPage #topSlider ul li a div {
    display: table-cell;
    vertical-align: middle;
    padding: 100px 50px
}

#indexPage #topSlider ul li p {
    color: #fff;
    max-width: 1170px;
    margin: 0 auto
}

#indexPage #topSlider ul li p.title {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    transition-delay: 0
}

#indexPage #topSlider ul li p.subtitle {
    font-size: 14px;
    height: 20px;
    color: #666;
    transition-delay: .2s;
    margin-top: 10px
}

#indexPage #topSlider .sliderArrow {
    display: none
}

.singlescreen #indexPage #topSlider .sliderArrow {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    animation: fadeInUp 1s ease-out 0s infinite alternate;
    -webkit-animation: fadeInUp 1s ease-out 0s infinite alternate
}

.singlescreen #indexPage #topSlider .sliderArrow div {
    -webkit-filter: drop-shadow(0 2px 0 rgba(0, 0, 0, .2));
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    transform: translate3d(0, 0, 0) rotate(-90deg)
}

.singlescreen #indexPage #topSlider .sliderArrow div:after, .singlescreen #indexPage #topSlider .sliderArrow div:before {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    top: 40%;
    left: 0;
    width: 25px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    content: ''
}

.singlescreen #indexPage #topSlider .sliderArrow div:before {
    -webkit-transform: translate(0, 0) rotate(40deg);
    transform: translate(0, 0) rotate(40deg)
}

.singlescreen #indexPage #topSlider .sliderArrow div:after {
    -webkit-transform: translate(0, 0) rotate(-40deg);
    transform: translate(0, 1px) rotate(-40deg)
}

.singlescreen #indexPage #topSlider .sliderArrow:hover div:before {
    -webkit-transform: translate(0, 0) rotate(30deg);
    transform: translate(0, 0) rotate(30deg)
}

.singlescreen #indexPage #topSlider .sliderArrow:hover div:after {
    -webkit-transform: translate(0, 0) rotate(-30deg);
    transform: translate(0, 0) rotate(-30deg)
}

#indexPage #topSlider ul li a i {
    text-indent: 20px;
    font-size: 24px
}

#indexPage #topSlider ul li p {
    transform: translateY(50px);
    transition: all cubic-bezier(.215, .61, .355, 1) .5s;
    -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .5s;
    opacity: 0
}

#indexPage #topSlider ul li.active p {
    transform: translateY(0);
    opacity: 1
}

#indexPage #topSlider .bx-wrapper .bx-pager {
    height: 20px
}

.singlescreen #indexPage #topSlider .bx-wrapper .bx-pager {
    bottom: 65px
}

#indexPage #topSlider ul[data-slider-mode="3"] li div.item_bg.image {
    height: 110%;
    top: -5%
}

#indexPage #topSlider .bx-wrapper .bx-pager a {
    display: block;
    width: 30px;
    height: 10px;
    margin: 0 5px;
    outline: 0
}

#indexPage #topSlider .bx-wrapper .bx-pager a div.progress {
    margin-top: 4px;
    background-color: #e7e7e7;
    width: 100%;
    height: 1px
}

#indexPage #topSlider .bx-wrapper .bx-pager a.active div.mask {
    width: 100%
}

#indexPage #topSlider .bx-wrapper .bx-pager a div.mask {
    background-color: #D3487B;
    height: 100%;
    width: 0
}

#indexPage #topSlider .bx-wrapper .bx-pager a div.auto.mask {
    width: 0
}

#indexPage #topSlider .bx-thumb {
    position: absolute;
    top: -100px;
    width: 80px;
    height: 80px;
    border: 3px #e7e7e7 solid;
    margin-left: -20px
}

#indexPage #topSlider .bx-thumb:before {
    left: 32px;
    bottom: -8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #e7e7e7;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
    z-index: -1
}

#indexPage #topSlider .bx-thumb .wrapper {
    width: 80px;
    height: 80px;
    overflow: hidden
}

#indexPage #topSlider .bx-thumb ul {
    height: 80px
}

#indexPage #topSlider .bx-thumb li {
    width: 80px;
    height: 80px;
    float: left
}

.module.mdir > .module_container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.module.mcounter .module_container {
    padding: 20px 0
}

.module.mcounter ul.content_list {
    width: 100%;
    height: auto
}

.module.mcounter ul.content_list li {
    width: 25%;
    height: 108px;
    float: left;
    text-align: center
}

.module.mcounter ul.content_list li div {
    border-right: #e9e9e9 1px solid
}

.module.mcounter ul.content_list li:last-child div {
    border-right: none
}

.module.mcounter ul.content_list li p {
    text-align: center;
    font-size: 14px;
    color: #b3b3b3
}

.module.mcounter ul.content_list li p.number {
    margin-top: 15px
}

.module.mcounter ul.content_list li p.number .counterDX {
    font-size: 54px;
    color: #666;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
    text-align: center;
    margin-top: 15px
}

.module.mcounter ul.content_list li p.number .unit {
    font-size: 14px
}

.module.mcounter ul.content_list li p.title {
    margin-bottom: 10px
}

#pageTarget {
    background-color: #f8f8f8
}

#indexPage .module .container_content .container_header {
    display: none
}

.container_category {
    float: right;
    margin: 30px 0 40px
}

.container_category a {
    height: 16px;
    line-height: 16px;
    display: inline-block;
    padding: 8px 20px;
    margin-left: 10px;
    transition: all .3s ease-out 0s;
    position: relative;
    color: #777
}

.container_category a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    margin-right: -12px;
    margin-top: 1px;
    background-color: #DBDBDB;
    top: 50%;
    right: 0
}

.container_category a:last-of-type::after {
    width: 0;
    height: 0
}

#sitecontent .container_category a.active, #sitecontent .container_category a:hover {
    color: #fff;
    background-color: #D3487B
}

#pages {
    height: 24px;
    padding: 20px 0 60px
}

#pages span {
    float: left;
    margin: 0 10px;
    line-height: 28px;
    color: #222
}

#pages a {
    width: 26px;
    height: 26px;
    display: block;
    line-height: 24px;
    text-align: center;
    font-family: Arial;
    float: left;
    margin-right: 5px;
    transition: all .2s ease-out;
    text-decoration: none
}

#pages a:after {
    display: block;
    content: "";
    background-color: #d4d4d4;
    width: 0;
    height: 1px;
    margin: 2px auto
}

#pages a.active {
    color: #D3487B
}

#pages a.active:after, #pages a:hover:after {
    width: 10px
}

#moduleControl {
    position: fixed;
    right: 20px;
    top: 50%
}

#moduleControl a.moduleCItem {
    border: 1px solid transparent;
    border-radius: 6px;
    display: block;
    height: 10px;
    margin-bottom: 5px;
    outline: 0 none;
    text-indent: -9999px;
    transition: all .3s ease-out 0s;
    width: 10px
}

#moduleControl a.moduleCItem span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #555;
    display: block;
    margin: 3px 0 0 3px
}

#moduleControl a.moduleCItem.active, #moduleControl a.moduleCItem:hover {
    border-color: #D3487B
}

#moduleControl a.moduleCItem.active span, #moduleControl a.moduleCItem:hover span {
    opacity: 0
}

#moduleControl a.moduleCItem span.npagePage .module_container {
    padding-bottom: 0
}

.npagePage .module_container .module_container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
}

.npagePage .container_content {
    padding-top: 40px
}

.npagePage #banner {
    height: 380px
}

.npagePage #banner div {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.npagePage .content {
    font-size: 13px;
    line-height: 24px
}

.npagePage .content hr {
    border: none;
    border-top: 1px dotted #d3d3d3;
    margin-top: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: normal
}

.npagePage .content .postbody ul li {
    list-style: inherit
}

.npagePage .postbody {
    color: #777;
    margin-bottom: 80px
}

.list-paddingleft-1 {
    padding-left: 0
}

.list-paddingleft-2 {
    padding-left: 30px
}

.list-paddingleft-3 {
    padding-left: 60px
}

.npagePage .content .postbody a {
    text-decoration: underline
}

.postbody img {
    float: none;
    max-width: 100%;
    margin-bottom: 5px;
    height: auto;
    margin: 0 auto;
    width: auto
}

.npagePage .mpageEditor .container_header {
    padding: 60px 0 30px;
    font-size: 22px;
    text-align: center
}

.npagePage .mpageEditor .container_header .title {
    color: #444
}

.npagePage .mpageEditor .container_header .subtitle {
    font-size: 14px;
    color: #999
}

.npagePage .mpageEditor .container_content {
    padding-top: 0
}

.npagePage .mpageEditor .postbody #contactinfo {
    float: left
}

.npagePage .mpageEditor .postbody #contactform {
    float: left;
    margin-top: 50px;
    width: 100%
}

.npagePage .mpageEditor #mcontact .module_container {
    max-width: 850px
}

#footer {
    height: 24px;
    padding: 10px 56px;
    background-color: #f0f0f0;
    border-color: #e9e9e9
}

#footer p {
    line-height: 24px;
    height: 24px;
    text-align: right;
    color: #9E9E9E
}

#footer p span.ellipsis {
    display: inline;
    max-width: 70%
}

#footer p a#flogo {
    display: inline-block;
    width: 50px;
    height: 20px;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 2px
}

#footer p a#fbeian {
    color: #8e8e8e;
    vertical-align: top
}

#shares {
    position: fixed;
    right: 7px;
    bottom: 63px;
    z-index: 99;
    height: 124px
}

#shares a {
    width: 40px;
    height: 40px;
    border: #f2f2f2 1px solid;
    display: block;
    background-color: #fff;
    color: #999;
    font-size: 16px;
    text-align: center;
    position: relative;
    transition: all .3s ease-out 0s
}

#shares a i {
    margin-top: 12px;
    color: #999;
    transition: all .3s ease-out 0s
}

#shares a i.fa.fa-mobile {
    font-size: 24px;
    margin-top: 8px
}

#online_open:hover i {
    color: #fff
}

#shares a:hover i {
    color: #666
}

#shares a:hover {
    border-color: #f6f6f6;
    z-index: 1;
    background-color: #f6f6f6
}

#shares a#sweixin {
    top: -1px
}

#shares a#gotop {
    margin-top: -2px;
    font-size: 22px
}

#shares a#gotop i {
    margin-top: 9px
}

.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .6);
    overflow-y: auto;
    z-index: 100;
    display: none
}

#fixed_weixin .fixed-container {
    width: 220px;
    height: auto;
    padding: 20px 20px 0 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -140px
}

#fixed_weixin .fixed-container div {
    height: 220px
}

#fixed_weixin .fixed-container p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000
}

#fixed_mp .fixed-container {
    width: 258px;
    height: 298px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -129px;
    margin-top: -149px
}

#fixed_mp .fixed-container p {
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    color: #000
}

#online_open {
    width: 40px;
    height: 40px;
    background-color: #D3487B;
    border: #D3487B 1px solid;
    cursor: pointer;
    position: fixed;
    right: -40px;
    bottom: 186px;
    z-index: 99;
    font-size: 18px;
    color: #999;
    text-align: center;
    line-height: 30px;
    margin-right: -3px
}

#online_open:hover {
    border-color: #D3487B;
    background-color: #D3487B
}

#online_open i {
    margin-top: 12px;
    transition: all .3s ease-out 0s;
    color: #fff
}

#online_lx {
    width: 180px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
    box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
    position: fixed;
    right: 7px;
    bottom: 188px;
    z-index: 99999;
    margin-right: -10px
}

#olx_head {
    padding: 20px;
    line-height: 16px;
    height: 16px;
    background: #D3487B;
    color: #fff;
    font-size: 14px
}

#olx_head i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

#olx_head i:hover {
    color: #fff;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

#olx_qq li a {
    padding: 12px 30px;
    height: 18px;
    line-height: 18px;
    background-color: #f8f8f8;
    color: #888;
    display: block;
    border-bottom: #fff 1px solid;
    transition: all ease-out .3s;
    font-size: 12px
}

#olx_qq li a i {
    color: #666;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 18px;
    transition: all ease-out .3s
}

#olx_qq li a:hover {
    color: #666;
    background: #eee
}

#olx_qq li a:hover i {
    color: #D3487B
}

#olx_tel {
    padding: 20px 30px
}

#olx_tel div {
    color: #999;
    line-height: 14px;
    height: 14px;
    margin-bottom: 10px
}

#olx_tel div i {
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle
}

#olx_tel p {
    line-height: 18px;
    font-family: HELVETICANEUELTPRO-THEX;
    font-size: 16px;
    color: #666
}

.hide {
    display: none
}

.popup {
    display: block
}

.popup .fixed-container {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 800px;
    height: 600px
}

.show {
    display: block
}

.netmask {
    display: block
}

.netmask div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px
}

.netmask.loading div i {
    display: block;
    background: url(../images/loading.gif);
    width: 40px;
    height: 40px
}

.netmask div i:before {
    display: none;
    font-size: 40px;
    color: #fff
}

.netmask.success div i:before {
    display: block
}

.more, .more_wrap {
    display: none
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 4px;
    height: 4px;
    border: #ddd 1px solid;
    background-color: #ddd
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    border: #a5a5a5 1px solid;
    background-color: #a5a5a5
}

.npagePage .module .module_container {
    padding: 0
}

.npagePage .container_target {
    padding: 14px 0;
    color: #707070;
    float: left
}

.npagePage .container_target a {
    color: #a8a8a8
}

.npagePage .container_target a:last-child {
    color: #D3487B
}

.npagePage .container_target i {
    margin: 0 10px;
    color: #6f6f6f
}

#indexPage .module .container_header p {
    display: block
}

#indexPage .module .container_header .title {
    color: #D3487B
}

.npagePage.post .bx-wrapper img {
    margin: 0 auto;
    width: auto
}

.npagePage.post .mlistpost .item_tags {
    display: block;
    padding: 20px 0
}

.npagePage.post .item_tags a {
    display: inline-block;
    margin: 3px;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    background-color: #f0f0f0;
    color: #7b7b7b;
    transition: all .3s ease-out 0s
}

#sitecontent .npagePage.post .item_tags a:hover {
    background-color: #D3487B;
    color: #fff
}

#sitecontent #topSlider .bx-wrapper .bx-controls-direction a {
    width: 38px;
    height: 10px;
    padding: 10px;
    background-color: transparent;
    border-color: transparent
}

#topSlider .bx-wrapper .bx-controls-direction a i {
    width: 38px;
    height: 10px;
    display: block;
    margin: 0
}

#topSlider .bx-wrapper .bx-controls-direction a .fa {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 34px
}

#topSlider .bx-wrapper .bx-controls-direction a.bx-prev .fa-angle-left:before {
    content: "\e900"
}

#topSlider .bx-wrapper .bx-controls-direction a.bx-next .fa-angle-right:before {
    content: "\e901"
}

#topSlider .bx-wrapper .bx-controls-direction a:hover {
    background-color: transparent
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color: #D3487B
}

.gh0 #header {
    height: 84px
}

.singlescreen #header {
    transition: none
}

.gh0 #header .content {
    max-width: 100%
}

.gh0 #hcontact {
    display: none
}

.gh0 #header.mini, .singlescreen #header {
    height: 64px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.gh0 #header.mini .wrapper, .singlescreen #header .wrapper {
    padding: 10px 5px 0 5px;
    height: 54px
}

.gh0 #header.mini .nav, .singlescreen #header.mini .nav {
    height: 54px
}

.gh0 #header .nav {
    float: right;
    padding-right: 40px
}

.gh1 #header {
    height: 140px;
    position: absolute
}

.gh1 #header #headTop {
    height: 44px;
    padding-bottom: 20px;
    border-bottom: #efefef 1px solid
}

.gh1 #header #navWrapper {
    position: relative;
    width: 100%;
    left: 0;
    background: #fff;
    top: 0;
    z-index: 99;
    height: 54px
}

.gh1 #header.mini #navWrapper {
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    animation: navFixed ease-out .3s
}

.gh1 #header .nav {
    margin-left: 0;
    height: 44px;
    padding: 5px 0
}

.module.mcustomize .header {
    text-align: center;
    padding: 80px 0 40px 0;
    font-size: 24px;
    margin: 0 auto;
    color: #555
}

.module.mcustomize .header .subtitle {
    margin: 5px 0;
    font-size: 14px;
    color: #999
}

.module.mcustomize .description {
    max-width: 780px;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #777
}

.module.mcustomize .mediabody {
    text-align: center;
    margin-top: 50px
}

.module.mcustomize .mediabody a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.module.mcustomize .mediabody img {
    float: none;
    max-width: 100%
}

.module.mcustomize .mediabody a .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease-out .5s
}

.module.mcustomize .mediabody a .link_icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -110%;
    margin-left: -21px;
    margin-top: -21px;
    opacity: 0;
    transition: all ease-out .5s
}

.module.mcustomize .mediabody a .link_icon i {
    color: #fff;
    margin-top: 8px
}

.module.mcustomize .mediabody a:hover .link_icon {
    opacity: 0;
    top: 50%
}

.module.mcustomize .description a.more {
    min-width: 120px;
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #777;
    border: 1px solid #E1E1E1;
    transition: all .3s linear;
    z-index: 1
}

.module.mcustomize .description a.more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D3487B;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.module.mcustomize .description a.more:hover {
    color: #fff;
    border-color: #D3487B
}

.module.mcustomize .description a.more:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1)
}

.agent-pc .module.mcustomize.horizontal .container_content {
    height: 647px;
    overflow: hidden
}

.agent-pc .module.mcustomize.horizontal .contentbody {
    height: 100%;
    display: table;
    width: 45%;
    float: left
}

.agent-pc .module.mcustomize.horizontal .contentbody .wrapper {
    vertical-align: middle
}

.agent-pc .module.mcustomize.horizontal .mediabody {
    width: 42%;
    float: right
}

.agent-pc .module.mcustomize.horizontal .mediabody div.image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.agent-pc .module.mcustomize.horizontal.tril .contentbody {
    width: 45%;
    height: 100%;
    float: right
}

.agent-pc .module.mcustomize.horizontal.tril .mediabody {
    width: 42%;
    height: 100%;
    float: left
}

.tlir.module .module_container, .tril.module .module_container {
    height: 596px;
    padding: 0
}

#indexPage .module.bgShow.tlir, #indexPage .module.bgShow.tril {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px
}

.tlir .container_content:after, .tril .container_content:after {
    content: '';
    display: block;
    clear: both
}

.tlir .contentbody, .tril .contentbody {
    float: left;
    width: 526px;
    margin-top: 190px
}

.tlir.mcustomize .mediabody, .tril.mcustomize .mediabody {
    float: right;
    width: 590px;
    margin-top: 0;
    height: 596px;
    text-align: right
}

.tlir.mcustomize .mediabody a, .tril.mcustomize .mediabody a {
    display: inline-block;
    height: 100%;
    width: 100%
}

.tlir.mcustomize .header, .tril.mcustomize .header {
    font-size: 16px;
    text-align: left;
    position: relative;
    padding-bottom: 54px
}

.tlir.mcustomize .header:after, .tril.mcustomize .header:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    left: 0;
    bottom: 26px
}

.tlir.mcustomize .description, .tril.mcustomize .description {
    font-size: 12px;
    color: #777;
    text-align: left
}

.tlir .mediabody div, .tril .mediabody div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain
}

.tril .contentbody {
    float: right
}

.tril.mcustomize .mediabody {
    float: left;
    text-align: right
}

.tril .mediabody div {
    background-position: left
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #666
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #D3487B
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #D3487B
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eee
}

#indexPage .mcounter {
    background-color: #f8f8f8
}

.module.mcounter .module_container {
    padding: 60px 0
}

.module.mcounter ul.content_list {
    width: 100%;
    height: auto
}

.module.mcounter ul.content_list li {
    width: 25%;
    height: 108px;
    float: left;
    text-align: center
}

.module.mcounter ul.content_list li div {
    border-right: rgba(0, 0, 0, .08) 1px solid
}

.module.mcounter ul.content_list li:last-child div {
    border-right: none
}

.module.mcounter ul.content_list li p {
    text-align: center;
    font-size: 14px;
    color: #939393
}

.module.mcounter ul.content_list li p.number {
    margin-top: 15px
}

.module.mcounter ul.content_list li p.number .counterDX {
    font-size: 54px;
    color: #3c3c3c;
    font-family: Arial;
    text-align: center;
    margin-top: 15px;
    font-family: HELVETICANEUELTPRO-THEX
}

.module.mcounter ul.content_list li p.number .unit {
    font-size: 14px;
    vertical-align: top;
    color: #959595
}

.module.mcounter ul.content_list li p.title {
    margin-bottom: 10px
}

.service .content_list li.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.project .content_list li.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.team .content_list li.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.imagelink .content_list li.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.news .content_list li.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.mcustomize .header.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.mcustomize .description.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.mcustomize .mediabody.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

#mcontact #contactinfo.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

#mcontact #contactform.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.container_target.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.ad01 .content_list li.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.team_tabs li.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.agent-pc #sitecontent .npagePage .item_tags a:hover {
    color: #fff
}

.agent-pc .project .content_wrapper {
    margin-right: -1%
}

.agent-pc.project .content_list:after {
    content: '';
    display: block;
    clear: both
}

.agent-pc .project .item_block {
    width: 32.333%;
    height: auto;
    float: left;
    margin-right: 1%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1%
}

.agent-pc .project .item_img {
    position: relative;
    overflow: hidden
}

.agent-pc .project .item_block .item_img img {
    width: 100%;
    height: auto;
    transition: all .3s ease-out 0s
}

.agent-pc .project .item_block a {
    display: block;
    height: 100%
}

.agent-pc .project .date_wrap, .agent-pc .project .item_des, .agent-pc .project .item_tags, .agent-pc .project a.details {
    display: none
}

.agent-pc .project .title {
    color: #444;
    font-size: 16px;
    transition: all .3s ease-out 0s;
    line-height: 20px
}

.agent-pc .project .subtitle {
    color: #999;
    font-size: 12px;
    margin-top: 4px;
    transition: all .3s ease-out 0s;
    line-height: 14px
}

.agent-pc .project .description {
    margin-top: 40px
}

.agent-pc .project .description a {
    height: 40px;
    line-height: 40px;
    border: 1px solid #D3487B;
    text-align: center;
    display: inline-block;
    color: #666;
    text-decoration: none;
    padding: 0 30px
}

.agent-pc #sitecontent .project .description a:hover {
    color: #fff;
    border-color: #D3487B;
    background-color: #D3487B
}

.agent-pc .project .item_block .item_wrapper {
    position: relative;
    width: 100%;
    transition: all .6s ease-out 0s;
    background-color: #f8f8f8
}

.agent-pc .project .item_img::before {
    content: '';
    position: absolute;
    top: 0;
    height: calc(100% - 22px);
    width: calc(100% - 22px);
    border: 1px solid transparent;
    margin: 10px;
    transition: all ease-out .3s;
    z-index: 2
}

.agent-pc .project .item_block:hover .item_wrapper {
    background-color: #D3487B
}

.agent-pc .project .item_block:hover .item_img img {
    transform: scale(1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06)
}

.agent-pc .project .item_info {
    padding: 5% 8%;
    display: block
}

.agent-pc #sitecontent .project .item_block:hover .title {
    color: #fff
}

.agent-pc .project .item_block:hover .subtitle {
    color: rgba(255, 255, 255, .56)
}

.agent-pc .project .item_block:hover .item_img::before {
    border: 1px solid rgba(0, 0, 0, .1)
}

.agent-pc .project .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
    background-color: #d8d8d8
}

.agent-pc .project .bx-wrapper .bx-controls-direction a.disabled:hover {
    background: #D3487B
}

.agent-pc #indexPage .module.project .container_content .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 20px
}

.agent-pc #indexPage .module.project .container_content .bx-wrapper .bx-controls-direction a.bx-next {
    right: 20px
}

.agent-pc .npagePage .container_category {
    width: 100%;
    text-align: right;
    margin: 40px 0;
    position: relative;
    z-index: 3
}

.agent-pc .npagePage.post .mlist.team_tabs .tab_content li .item_img {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 550px;
    float: none
}

.agent-pc .npagePage.post .mlist.team_tabs .tab_button li .item_img {
    width: 80px;
    height: 80px;
    margin-top: 10px
}

.agent-pc .npagePage.post .mlist.team_tabs .tab_button li .item_img img {
    border-radius: 0;
    width: 100%
}

.agent-pc .npagePage.post .mlist.team_tabs .tab_button li .item_img:after {
    border-radius: 0;
    width: 74px;
    height: 74px
}

.agent-pc .npagePage.post .project .tab_button .item_img::before, .npagePage.post #postContent .project .item_block .item_tags, .npagePage.post .item_tags i {
    display: none
}

.agent-pc .npagePage.post .project .tab_button .item_block {
    width: 80px;
    cursor: pointer
}

.agent-pc .npagePage.post .project #postContent, .npagePage.post .project #listContent {
    width: 100%;
    float: none
}

.agent-pc .npagePage.post .project #listContent {
    width: 100%;
    margin-bottom: 80px
}

.agent-pc #sitecontent .npagePage.post #postContent .project .item_block:hover .title {
    color: #fff
}

.agent-pc .npagePage.post #postContent .project .item_block:hover .subtitle {
    color: rgba(255, 255, 255, .56)
}

.agent-pc .npagePage.post #postContent .project .item_block .title {
    color: #444
}

.agent-pc .npagePage.post .project .container_content {
    padding-top: 0
}

.agent-pc .npagePage.post .project #postInfo {
    padding: 50px 0
}

.agent-pc .npagePage.post .project .content_wrapper {
    margin-right: 0
}

.agent-pc .npagePage.post .module.project .module_container {
    max-width: 100%
}

.agent-pc .npagePage.post .project #postInfo, .npagePage.post .project #postContent, .npagePage.post .tab_content {
    max-width: 1170px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto;
    float: none
}

.agent-pc #indexPage .service .container_content .bx-wrapper .bx-controls-direction a.bx-next, .agent-pc #indexPage .service .container_content .bx-wrapper .bx-controls-direction a.bx-prev {;
    margin-top: -96px;
}

.agent-pc .service .module_container {
    padding-bottom: 90px
}

.agent-pc .service .content_wrapper {
    margin-right: -1%
}

.agent-pc .service .content_list {
    width: 100%
}

.agent-pc .service .item_img {
    overflow: hidden
}

.agent-pc .service .item_block {
    width: 32.333%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative
}

.agent-pc .service .item_wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    height: calc(90% - 2px);
    width: calc(92% - 2px);
    border: 1px solid transparent;
    margin: 4%;
    transition: all ease-out .3s
}

.agent-pc .service .item_block a {
    display: block;
    height: 100%
}

.agent-pc .service .item_info {
    padding: 5% 10% 10%;
    text-align: center
}

.agent-pc .service .title {
    color: #444;
    font-size: 16px
}

.agent-pc .service .subtitle {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
    line-height: 16px
}

.agent-pc .service .item_block:hover .item_wrapper:after {
    border-color: #D3487B
}

.agent-pc .service .item_block:hover .title {
    color: #D3487B;
    transition: all ease-out .3s
}

.agent-pc .service .date_wrap, .agent-pc .service .item_des, .agent-pc .service .item_tags, .agent-pc .service a.details {
    display: none
}

.agent-pc .npagePage .service .module_container {
    padding-top: 48px
}

.agent-pc .npagePage.post .service #postContent {
    width: 800px;
    float: left
}

.agent-pc .npagePage.post .service #postNav {
    width: 320px;
    float: right
}

.agent-pc .npagePage.post .service #postNav .wrapper {
    width: 320px;
    position: inherit !important
}

.agent-pc .npagePage.post .service .title {
    font-size: 13px;
    line-height: 24px
}

.agent-pc .npagePage.post .service .subtitle {
    font-size: 13px;
    line-height: 24px;
    margin: 0
}

.agent-pc .npagePage.post .service #postNav .navitem {
    border-bottom: 1px solid #f4f4f4;
    padding: 16px 0
}

.agent-pc .npagePage.post .service .title i {
    display: none
}

.agent-pc .npagePage.post .service .description {
    display: none
}

.agent-pc .npagePage.post a.active .title, .agent-pc .npagePage.post a:hover .title {
    color: #D3487B
}

.agent-pc .npagePage.post #postContent .title {
    color: #444;
    font-size: 16px
}

.agent-pc .npagePage.post #postContent .subtitle {
    color: #999
}

.agent-pc .npagePage.post .service h3 {
    font-weight: 400
}

.agent-pc .news .item_block a.details, .agent-pc .news .item_img, .agent-pc .news .item_tags {
    display: none
}

.agent-pc .news .content_list {
    width: 100%;
    position: relative;
    padding-bottom: 40px
}

.agent-pc .news .date_wrap .year {
    display: block;
    color: #bdbdbd;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    position: absolute;
    bottom: 0
}

.agent-pc .news .date_wrap .md {
    font-size: 36px;
    color: #bdbdbd;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    display: block;
    line-height: 46px;
    width: 100%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s ease-out 0s
}

.agent-pc .news .item_block {
    width: calc(54% - 1px);
    position: relative;
    float: left;
    border: 1px solid transparent;
    transition: all ease-out .3s
}

.agent-pc .news .item_block a {
    position: relative;
    display: block
}

.agent-pc .news .item_block:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #cfcfcf;
    position: absolute;
    right: 38px;
    border-radius: 12px;
    top: 50%;
    margin-top: -6px;
    transition: all ease-out .3s;
    background-color: #fff
}

.agent-pc .news .item_block a:hover {
    color: #898989
}

.agent-pc .news .date_wrap {
    float: right;
    position: relative;
    width: 114px
}

.agent-pc .news .date_wrap .md {
    padding-bottom: 16px
}

.agent-pc .news .item_info {
    float: left;
    width: 70%;
    text-align: right
}

.agent-pc .news .item_info .title {
    font-size: 14px;
    padding-top: 8px;
    color: #444
}

.agent-pc .news .item_des {
    float: left;
    width: 70%;
    text-align: right;
    font-size: 12px;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap
}

.agent-pc .news .item_des p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: initial;
    color: #999
}

.agent-pc .news .item_wrapper {
    padding: 30px 90px 30px 30px;
}

.agent-pc .news .item_block:nth-child(2n) {
    margin-left: 46%
}

.agent-pc .news .item_block:nth-child(2n):after {
    left: 40px;
    right: auto
}

.agent-pc .news .item_block:nth-child(2n) .item_info {
    text-align: left;
    float: right
}

.agent-pc .news .item_block:nth-child(2n) .item_des {
    text-align: left;
    float: right
}

.agent-pc .news .item_block:nth-child(2n) .date_wrap {
    float: left;
    text-align: right
}

.agent-pc .news .item_block:nth-child(2n) .date_wrap .year {
    margin-left: 6px
}

.agent-pc .news .item_block:nth-child(2n) .item_wrapper {
    padding: 30px 30px 30px 90px
}

.agent-pc .news .content_list:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 65px;
    width: 1px;
    height: 100%;
    background-color: #eee;
    z-index: 0;
    margin-left: 1px
}

.agent-pc .news .item_block:hover {
    border-color: #ccc
}

.agent-pc .news .more_wrap {
    display: none
}

.agent-pc .news .item_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 77%;
    height: 100%;
    background-color: transparent;
    transition: all ease-out .3s
}

.agent-pc .news .item_block:nth-child(2n):before {
    left: auto;
    right: 0
}

.agent-pc .news .item_block:hover:before {
    background-color: #D3487B
}

.agent-pc .news .item_block:hover::after {
    border-color: #D3487B
}

.agent-pc .news .item_block:hover .title {
    color: #fff
}

.agent-pc .news .item_block:hover .description {
    color: rgba(255, 255, 255, .6)
}

.agent-pc .news .more {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 60px;
    color: transparent;
    border: 2px solid #dedede;
    position: relative;
    background: #fff;
    display: block
}

.agent-pc .news .more:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #5c5c5c;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s ease-out 0s
}

.agent-pc .news .more:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: #5c5c5c;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s ease-out 0s
}

.agent-pc .news .more:hover::after, .agent-pc .news .more:hover::before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #fff
}

.agent-pc .news .more:hover {
    background-color: #D3487B;
    border: 2px solid #D3487B
}

.agent-pc .news .more i {
    display: none
}

.agent-pc .npagePage .news .item_img, .npagePage .news .item_tags {
    display: block
}

.agent-pc .npagePage .news .date_wrap {
    float: left;
    margin-right: 60px;
    width: 140px
}

.agent-pc .npagePage .news .item_info {
    text-align: left
}

.agent-pc .npagePage .news .content_list:before, .agent-pc .npagePage .news .item_block:after, .agent-pc .npagePage .news .item_block:before {
    display: none
}

.agent-pc .npagePage .news .item_block {
    width: 100%;
    border: 0;
    padding: 40px 0
}

.agent-pc .npagePage .news .item_des p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    text-align: left
}

.agent-pc .npagePage .news .item_img {
    width: 200px;
    float: left
}

.agent-pc .npagePage .news .item_block .item_wrapper {
    float: left;
    width: calc(100% - 240px);
    padding: 0 0 18px;
    margin: 0 10px 0 30px;
    border-bottom: 1px dotted #E3E3E3
}

.agent-pc .npagePage .news .item_block:nth-child(2n) {
    margin: auto
}

.agent-pc .npagePage .news .item_block:nth-child(2n):after {
    left: auto;
    right: 40px
}

.agent-pc .npagePage .news .item_block:nth-child(2n) .item_info {
    float: left;
    width: 70%;
    text-align: left
}

.agent-pc .npagePage .news .item_block:nth-child(2n) .item_des {
    text-align: right;
    float: left
}

.agent-pc .npagePage .news .item_block:nth-child(2n) .date_wrap {
    float: left;
    text-align: left
}

.agent-pc .npagePage .news .item_block:nth-child(2n) .date_wrap .year {
    margin-right: 6px
}

.agent-pc .npagePage .news .item_block:nth-child(2n) .item_wrapper {
    padding: 0 0 18px;
    margin: 0 10px 0 30px
}

.agent-pc .npagePage .news .item_block:nth-child(2n):before {
    left: 0;
    right: auto
}

.agent-pc .npagePage .news .item_tags {
    width: calc(100% - 230px);
    float: right
}

.agent-pc .npagePage .news .item_tags a {
    display: inline-block;
    background-color: #f0f0f0;
    color: #7b7b7b;
    margin: 20px 6px 0 0;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    transition: all .3s ease-out 0s
}

.agent-pc .npagePage .news .item_tags a:hover {
    background-color: #D3487B;
    color: #fff
}

.agent-pc .npagePage .item_tags i {
    font-size: 16px;
    margin-right: 10px;
    color: #d7d7d7
}

.agent-pc .npagePage .news .item_block:hover .title {
    color: #D3487B
}

.agent-pc .npagePage .news .item_block:hover .item_des .description {
    color: #797979
}

.agent-pc .npagePage .news .more {
    display: none
}

.agent-pc .npagePage.post #postContent {
    float: left;
    width: 800px
}

.agent-pc .npagePage.post #listContent {
    float: right;
    width: 320px
}

.agent-pc .npagePage.post .news .item_block {
    padding: 0 0 40px
}

.agent-pc .npagePage.post .news #listContent li .item_tags, .agent-pc .npagePage.post .news #postInfo .item_tags, .agent-pc .npagePage.post .news .item_block a.details, .agent-pc .npagePage.post .news .item_img {
    display: none
}

.agent-pc .npagePage.post .news .item_block .item_wrapper {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    border: 0;
    position: relative
}

.agent-pc .npagePage.post .news .item_block .item_info, .npagePage.post .news .item_block .item_des {
    width: 100%
}

.agent-pc .npagePage.post .news .date_wrap .md {
    font-size: 14px;
    padding: 0;
    line-height: inherit
}

.agent-pc .npagePage.post .news .date_wrap .year {
    font-size: 14px;
    position: initial;
    top: auto;
    bottom: auto;
    right: auto
}

.agent-pc .npagePage.post .news .date_wrap span {
    display: inline-block;
    width: auto
}

.agent-pc .npagePage.post .news .date_wrap {
    bottom: -36px;
    position: absolute
}

.agent-pc .npagePage.post #postInfo {
    margin-bottom: 20px;
    color: #777
}

.agent-pc .npagePage.post .news #listContent h3 {
    font-weight: 400;
    color: #666
}

.agent-pc .npagePage.post .news #listContent .item_tags {
    display: block;
    width: 100%;
    float: none
}

.agent-pc .mlist.imagelink .content_wrapper {
    position: relative;
    margin-right: -2px
}

.agent-pc .mlist.imagelink .content_wrapper .bx-viewport {
    padding-left: 1px;
    padding-top: 1px
}

.agent-pc #indexPage .module.imagelink .container_header {
    display: none
}

.agent-pc .mlist.imagelink .content_list li {
    width: 16.6666%;
    float: left;
    position: relative
}

.agent-pc .mlist.imagelink .content_list li.item_block .item_img {
    position: relative;
    display: block;
    margin: 10px
}

.agent-pc .mlist.imagelink .content_list li.item_block img {
    width: 100%;
    height: auto;
    transition: all ease-out .3s .1s;
    float: none;
    opacity: .8
}

.agent-pc .mlist.imagelink .content_list li.item_block .item_img:hover {
    border-color: #D3487B;
    z-index: 1
}

.agent-pc .mlist.imagelink .content_list li.item_block .item_img:hover img {
    opacity: 1
}

.agent-pc .mlist.imagelink .container_category {
    display: none
}

.agent-pc .mlist.imagelink .module_container {
    padding: 20px 5px
}

.agent-pc #indexPage .module.imagelink .container_content .bx-wrapper .bx-pager.bx-default-pager {
    display: none
}

.agent-pc #indexPage .module.imagelink .container_content .bx-wrapper .bx-controls-direction a {
    display: block;
    background-color: transparent
}

.agent-pc .imagelink .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -40px
}

.agent-pc .imagelink .bx-wrapper .bx-controls-direction a.bx-next {
    right: -40px
}

.agent-pc .imagelink .bx-wrapper .bx-controls-direction a i {
    color: #b9bdc1;
    font-size: 22px;
    margin-top: 36px
}

.agent-pc .imagelink .bx-wrapper .bx-controls-direction a:hover i {
    color: #D3487B
}

.agent-pc .mlist.team_tabs .tab_content li .item_img {
    width: 300px;
    height: 340px;
    float: left;
    margin: 0 50px 30px 30px;
    position: relative;
    z-index: 3
}

.agent-pc .mlist.team_tabs .tab_content li .item_img a:after {
    content: '';
    position: absolute;
    border: 1px solid transparent;
    margin: 10px;
    top: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px)
}

.agent-pc .mlist.team_tabs .tab_content li .title {
    color: #D3487B;
    font-size: 24px;
    height: 28px;
    line-height: 28px;
    display: inline-block
}

.agent-pc .mlist.team_tabs .tab_content li .subtitle {
    color: #999;
    display: inline-block;
    margin-left: 10px
}

.agent-pc .mlist.team_tabs .tab_content li .description {
    line-height: 26px;
    color: #777;
    margin-top: 86px;
    padding: 0 50px
}

.agent-pc .mlist.team_tabs .tab_content li .cScrollbar {
    height: 130px
}

.agent-pc .mlist.team_tabs .tab_content li .description > div {
    width: 740px;
    height: 126px;
    overflow: hidden
}

.agent-pc .mlist.team_tabs .tab_button {
    padding-top: 10px;
    position: relative
}

.agent-pc .mlist.team_tabs .tab_button li .item_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-top: 20px
}

.agent-pc .mlist.team_tabs .tab_button li .item_img img {
    border-radius: 80px
}

.agent-pc .mlist.team_tabs .tab_button li .item_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid transparent;
    width: 94px;
    height: 94px;
    border-radius: 80px
}

.agent-pc .mlist.team_tabs .tab_button li.active .item_img:after {
    border-color: #D3487B
}

.agent-pc .mlist.team_tabs .tab_button li .item_wrapper {
    margin: 0
}

.agent-pc .mlist.team_tabs .tab_button li .item_info {
    text-align: center;
    padding: 0 40px
}

.agent-pc .mlist.team_tabs .tab_button .item_info p.title {
    display: block;
    height: 18px;
    line-height: 18px;
    color: #444;
    font-size: 14px;
    margin-top: 14px
}

.agent-pc .mlist.team_tabs .tab_button .item_info p.subtitle {
    color: #999
}

.agent-pc .mlist.team_tabs .tab_content li.item_block:after {
    content: '';
    position: absolute;
    height: 250px;
    width: 100%;
    background-color: #f6f6f6;
    bottom: 0;
    left: 0;
    z-index: -1
}

.agent-pc .mlist.team_tabs .tab_content li .item_info {
    padding-top: 60px;
    position: relative
}

.agent-pc .mlist.team_tabs .tab_content li .item_info:after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 72px;
    left: 278px;
    z-index: 3
}

.agent-pc .mlist.team_tabs .tab_button .icon {
    width: 40px;
    height: 20px;
    position: absolute;
    left: auto;
    top: 0;
    margin-left: -20px
}

.agent-pc .mlist.team_tabs .tab_button .icon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f6f6f6
}

.agent-pc .mlist.team_tabs .container_category {
    display: none
}

.agent-pc #indexPage .mlist.team_tabs .container_content .bx-wrapper .bx-controls-direction a {
    display: none
}

.agent-pc .team_tabs li.wow {
    cursor: pointer
}

.agent-pc .team .content_list {
    width: 100%;
    position: relative
}

.agent-pc .team .content_wrapper {
    margin-right: -2%
}

.agent-pc .team .date_wrap, .agent-pc .team .details, .agent-pc .team .item_tags {
    display: none
}

.agent-pc .team .item_block {
    width: 31.333%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative
}

.agent-pc .team .title {
    font-size: 15px;
    margin-top: 24px;
    color: #3c3c3c;
    transition: all ease-out .3s
}

.agent-pc .team .item_box:hover .title {
    color: #D3487B
}

.agent-pc .team .subtitle {
    font-size: 12px;
    margin-bottom: 22px;
    color: #999
}

.agent-pc .team .description {
    display: none
}

.agent-pc .team .item_info {
    padding: 0 30px 0 5px
}

.agent-pc .team .item_des {
    font-size: 13px;
    line-height: 24px;
    padding: 0 30px 0 5px
}

.agent-pc .team .bx-wrapper .bx-pager {
    display: none
}

.agent-pc .team .item_block a:hover {
    color: #898989
}

.agent-pc .npagePage.post .description {
    display: block
}

.agent-pc .npagePage.post .team #postContent {
    width: 100%
}

.agent-pc .npagePage.post .navlist {
    margin-left: -20px;
    margin-bottom: 80px
}

.agent-pc .npagePage.post .navlist:after {
    content: '';
    display: block;
    clear: both
}

.agent-pc .npagePage.post .navlist li {
    width: 380px;
    height: 100px;
    float: left;
    position: relative;
    margin-left: 20px
}

.agent-pc .npagePage.post .navlist li a {
    display: block
}

.agent-pc .npagePage.post .navlist .navlist_img {
    width: 102px;
    height: auto;
    display: block;
    position: relative;
    margin-left: 10px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    z-index: 2;
    margin-top: 20px
}

.agent-pc .npagePage.post .navlist .navlist_img img {
    width: 100%;
    height: auto
}

.agent-pc .npagePage.post .navlist a.navlist_t {
    position: absolute;
    top: 10px;
    left: 0;
    height: 80px;
    padding-left: 140px;
    width: 180px;
    padding-right: 60px;
    background-color: #f8f8f8;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.agent-pc .npagePage.post #postContent .navlist .title {
    font-size: 16px;
    line-height: 20px;
    color: #444;
    height: 20px;
    margin-top: 20px;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.agent-pc .npagePage.post #postContent .navlist .subtitle {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    height: 20px;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.agent-pc .npagePage.post .navlist li.active a.navlist_t, .agent-pc .npagePage.post .navlist li:hover a.navlist_t {
    background: #D3487B
}

.agent-pc .npagePage.post .navlist li.active .navlist_img, .agent-pc .npagePage.post .navlist li:hover .navlist_img {
    border-color: #D3487B
}

.agent-pc #sitecontent .npagePage.post #postContent .navlist li.active .title, .agent-pc #sitecontent .npagePage.post #postContent .navlist li:hover .title {
    color: #fff
}

.agent-pc .npagePage.post #postContent .navlist li.active .subtitle, .agent-pc .npagePage.post #postContent .navlist li:hover .subtitle {
    color: rgba(255, 255, 255, .5)
}

.agent-pc .ad01 .item_block.first .item_img::before {
    content: '';
    position: absolute;
    top: 0;
    height: calc(100% - 22px);
    width: calc(100% - 22px);
    border: 1px solid transparent;
    margin: 10px;
    transition: all ease-out .3s;
    z-index: 2
}

.agent-pc #indexPage .ad01 {
    border-top: 1px solid transparent;
    position: relative
}

.ad01 .item_block.first .item_img:after, .ad01 .item_info .description, .agent-pc .ad01 .item_date, .agent-pc .ad01 .module_container .container_header {
    display: none
}

.agent-pc .ad01 .module_container {
    padding: 120px 5px;
    position: relative;
    z-index: 2
}

.agent-pc .ad01 .item_block.first {
    width: 585px;
    height: 584px;
    float: left;
    position: relative
}

.agent-pc .ad01 .item_block.first .item_img {
    width: 585px;
    height: 585px;
    display: block
}

.agent-pc .ad01 .item_block.first .item_img img {
    width: 100%;
    height: 100%
}

.agent-pc .ad01 .item_block.first .item_wrapper {
    display: none
}

.agent-pc .ad01 .item_block {
    width: 292px;
    height: 292px;
    float: left;
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    overflow: hidden
}

.agent-pc .ad01 .item_wrapper {
    height: 78px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.agent-pc .ad01 .item_info {
    padding: 20px 30px;
    display: block
}

.agent-pc .ad01 .title {
    color: #D3487B;
    font-size: 16px
}

.agent-pc .ad01 .subtitle {
    color: #999;
    font-size: 12px
}

.agent-pc .ad01 .item_img {
    position: relative;
    overflow: hidden;
    display: block
}

.agent-pc .ad01 .item_img img {
    transition: all .3s ease-out 0s;
    width: 100%
}

.agent-pc .ad01 .item_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.agent-pc .ad01 .item_block:hover .item_img:after {
    background-color: transparent
}

.agent-pc .ad01 .item_block:hover .subtitle {
    color: rgba(255, 255, 255, .56)
}

.agent-pc #sitecontent .ad01 .item_block:hover .item_wrapper .title {
    color: #fff
}

.agent-pc .ad01 .item_block:hover .item_wrapper {
    background-color: #D3487B;
    height: 120px
}

.agent-pc .ad01 .item_block:hover .item_img img {
    transform: scale(1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06)
}

.agent-pc .ad01 .item_block.first .item_img:hover img {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06)
}

.agent-pc .ad01 .item_block.first:hover .item_img::before {
    border: 1px solid #D3487B
}

.agent-pc .ad01 .container_category {
    display: none
}

.agent-pc #indexPage #mcontact {
    background-color: #f8f8f8
}

.agent-pc #indexPage #mcontact .container_header {
    padding: 0
}

.agent-pc #mcontact.module .module_container {
    padding: 0px 5px 90px
}

.agent-pc #mcontact .container_header {
    width: 190px;
    float: left;
    margin-right: 280px
}

.agent-pc #mcontact .module_container:after {
    content: '';
    display: block;
    clear: both
}

.agent-pc #mcontact .container_content {
    max-width: 700px;
    float: left;
    position: relative
}

.agent-pc #indexPage #contactlist #contactform {
    display: none
}

.agent-pc #contactinfo:after {
    content: '';
    display: block;
    clear: both
}

.agent-pc #contactinfo h3 {
    font-size: 16px;
    color: #444;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 100
}

.agent-pc #mcontact #contactinfo p {
    float: left;
    width: 290px;
    padding-right: 60px;
    margin-top: 14px;
    height: auto;
    color: #999;
    font-size: 14px;
    line-height: inherit
}

.agent-pc #mcontact #contactinfo div {
    position: absolute;
    left: -250px;
    margin-top: 10px
}

.agent-pc #mcontact #contactinfo div:after {
    content: '关注';
    color: #9c9c9c;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    top: -56px;
    left: 0
}

.agent-pc #mcontact #contactinfo div a {
    background-color: transparent;
    color: #9b9b9b;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, .07);
    width: 36px;
    height: 36px;
    border-radius: 0;
    margin-right: 10px
}

.agent-pc #mcontact #contactinfo div a:hover {
    border: 1px solid #D3487B;
    background-color: #999;
    border-color: #999;
    border-radius: 0
}

.agent-pc #mcontact #contactinfo div a:hover i {
    color: #fff
}

.agent-pc #contactinfo div a i {
    margin-top: 10px;
    transition: all .3s ease-out 0s;
    left: 2px;
    width: 16px;
    position: relative;
    margin: 10px 8px 8px
}

.agent-pc #indexPage #contactlist #contactform {
    position: relative;
    left: -50%;
    margin-left: -120px;
    max-width: 1170px;
    width: 1170px;
    margin-top: 80px
}

.agent-pc #contactform p .inputtxt {
    width: 29%;
    margin: 0 2%;
    float: left;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px
}

.agent-pc #contactform p textarea.inputtxt {
    width: 96%;
    height: 100px;
    border-color: transparent;
    border-bottom: 1px solid #dadada;
    background: 0 0
}

.agent-pc #contactform p .inputtxt.submit {
    width: 100px;
    background-color: transparent;
    color: #cfcfcf;
    font-size: 15px;
    padding: 5px 0;
    display: block;
    height: 40px;
    left: calc(-100% - 20px);
    left: -moz-calc(-100% - 20px);
    left: -webkit-calc(-100% - 20px);
    border: 1px solid #9b9b9b;
    cursor: pointer;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.agent-pc .npagePage .mpageEditor #mcontact .module_container {
    max-width: 1170px
}

.agent-pc .npagePage .mpageEditor #mcontact .container_content {
    float: right
}

.agent-pc .npagePage #mcontact #contactlist #contactform {
    position: relative;
    left: -50%;
    margin-left: 80px;
    max-width: 910px;
    width: 910px;
    margin-top: 80px
}

.search_but {
    display: none !important;
    float: right;
    padding: 12px
}

#search .s_close i, .search_but i {
    font-size: 22px
}

#search {
    display: none;
    height: 84px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 6;
    background: #131313;
    left: 110%;
    opacity: 0
}

#search .s_wrapper:after {
    content: '';
    display: block;
    clear: both
}

#search .s_submit {
    float: left;
    margin-top: 32px;
    margin-left: 25px
}

#search .s_submit i {
    font-size: 22px
}

#search .s_wrapper {
    position: relative
}

#search .s_wrapper input {
    float: left;
    height: 40px;
    margin: 24px 10px;
    width: 260px;
    border-radius: 5px;
    border-radius: 4px;
    background: #fff;
    padding: 0 12px
}

#search .s_close {
    float: right;
    margin-top: 20px;
    padding: 12px
}

.mini #search .s_submit {
    margin-top: 22px
}

.mini #search .s_wrapper input {
    margin: 12px 10px
}

.mini #search .s_close {
    margin-top: 10px
}

@font-face {
    font-family: icomoon;
    src: url(../images/icomoon.eot);
    src: url(../images/icomoon.eot) format('embedded-opentype'), url(../images/icomoon.ttf) format('truetype'), url(../images/icomoon.woff) format('woff'), url(../images/icomoon.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-down03:before {
    content: "\e900"
}

.icon-arrow-left:before {
    content: "\e901"
}

.icon-arrow-left01:before {
    content: "\e902"
}

.icon-arrow-left02:before {
    content: "\e903"
}

.icon-arrow-left03:before {
    content: "\e904"
}

.icon-arrow-left04:before {
    content: "\e905"
}

.icon-arrow-right:before {
    content: "\e906"
}

.icon-arrow-right01:before {
    content: "\e907"
}

.icon-arrow-right02:before {
    content: "\e908"
}

.icon-arrow-right03:before {
    content: "\e909"
}

.icon-arrow-right04:before {
    content: "\e90a"
}

.icon-arrow-top03:before {
    content: "\e90b"
}

@media screen and (max-width: 990px) {
    .agent-pc body, .module .module_container {
        min-width: auto;
        max-width: 940px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.hide {
    display: none;
}

.show {
    display: block;
}

#assistBtn, #openAssist {
    display: none;
}
