﻿@charset "UTF-8";

@font-face
{
    font-family: icomoon;
    src: url(fonts/icomoon.eot?6jyupl);
    src: url(fonts/icomoon.eot?6jyupl#iefix) format("embedded-opentype"),url(fonts/icomoon.ttf?6jyupl) format("truetype"),url(fonts/icomoon.woff?6jyupl) format("woff"),url(fonts/icomoon.svg?6jyupl#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: HELVETICANEUELTPRO-THEX;
    src: url(fonts/HELVETICANEUELTPRO-THEX.OTF);
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: HELVETICANEUETHN;
    src: url(fonts/HELVETICANEUETHN.TTF);
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: helveticaneuethn;
    src: url(fonts/helveticaneuethn.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: GOTHAMRND-LIGHT;
    src: url(fonts/GOTHAMRND-LIGHT.OTF);
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: GOTHAMRND-BOOK;
    src: url(fonts/GOTHAMRND-BOOK.OTF);
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: FontAwesome;
    src: url(fonts/FontAwesome.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: GOTHAM-BLACK;
    src: url(fonts/GOTHAM-BLACK.OTF);
    font-weight: 400;
    font-style: normal;
}

@-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-keyframes navFixed
{
    0%
    {
        -webkit-transform: translateY(-100%);
    }

    100%
    {
        -webkit-transform: translateY(0);
    }
}

@keyframes navFixed
{
    0%
    {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

*
{
    padding: 0;
    margin: 0;
}

ul li
{
    list-style: none;
}

a
{
    text-decoration: none;
    transition: color .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;
}

.clearfix:after
{
    clear: both;
    display: block;
    content: '';
}

.clearfix
{
    zoom: 1;
}

.fw
{
    margin: 0 auto;
    width: 1180px;
}

.hide
{
    display: none;
}

.show
{
    display: block;
}

.fa
{
    color: inherit;
    line-height: inherit;
}

[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";
}

body, html
{
    font: 12px Arial,"微软雅黑";
    color: #444;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

body
{
    overflow-x: hidden;
}

.agent-pc body
{
    min-width: 1180px;
}

body .list-paddingleft-1
{
    padding-left: 0;
}

body .list-paddingleft-2
{
    padding-left: 30px;
}

body .list-paddingleft-3
{
    padding-left: 60px;
}

#postContent .postbody a
{
    text-decoration: underline;
}

#postContent .postbody ul li
{
    list-style: inherit;
}

#postContent .postbody img
{
    float: none;
    max-width: 100%;
    margin-bottom: 5px;
    height: auto;
    margin: 0 auto;
    width: auto;
}

#postContent hr
{
    border: none;
    border-top: 1px dotted #d3d3d3;
    margin-top: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: normal;
}

.netmask
{
    display: block;
}

    .netmask div
    {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -20px;
        margin-top: -20px;
    }

        .netmask div i:before
        {
            display: none;
            font-size: 40px;
            color: #fff;
        }

    .netmask.loading div i
    {
        display: block;
        background: url(../images/loading.gif);
        width: 40px;
        height: 40px;
    }

    .netmask.success div i:before
    {
        display: block;
    }

::-webkit-scrollbar, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track-piece
{
    width: 5px;
}

.wow
{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#pages
{
    height: 24px;
    padding: 20px 0 60px;
}

    #pages span
    {
        float: left;
        margin: 0 10px;
        line-height: 28px;
    }

    #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: "";
            width: 0;
            height: 1px;
            margin: 2px auto;
        }

        #pages a.active:after, #pages a:hover:after
        {
            width: 10px;
        }

.npagePage
{
    padding-bottom: 60px;
}

    .npagePage .mpageEditor .container_header
    {
        padding: 60px 0 30px;
        font-size: 22px;
        text-align: center;
    }

    .npagePage .mpageEditor .container_content
    {
        padding-top: 0;
    }

#header
{
    position: fixed;
    z-index: 99;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

    #header.mini .wrapper > .content
    {
        height: 66px;
    }

        #header.mini .wrapper > .content .nav li
        {
            line-height: 66px;
        }

    #header.mini #navWrapper .content .nav
    {
        height: 66px;
        transition: .36s;
    }

    #header .wrapper
    {
        width: 1170px;
        margin: auto;
    }

        #header .wrapper > .content
        {
            transition: all .36s ease;
            height: 82px;
        }

            #header .wrapper > .content::after
            {
                content: "";
                display: block;
                clear: both;
            }

#headTop
{
    height: 100%;
    float: left;
    position: relative;
}

#logo
{
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    #logo img
    {
        height: auto!important;
    }

#hcontact
{
    display: none;
}

#navWrapper
{
    float: right;
}

    #navWrapper .content::after
    {
        content: "";
        display: block;
        clear: both;
    }

    #navWrapper .content .nav
    {
        height: 82px;
        float: right;
    }

    #navWrapper .content .search_but
    {
        float: right;
        padding: 12px;
    }

        #navWrapper .content .search_but i
        {
            font-size: 22px;
        }

.singlescreen #header .wrapper > .content
{
    height: 66px;
}

    .singlescreen #header .wrapper > .content .nav li
    {
        line-height: 66px;
    }

.singlescreen #header #navWrapper .content .nav
{
    height: 66px;
    transition: .36s;
}

.gh0 #sitecontent
{
   
}

.gh1 #sitecontent
{
    padding-top: 140px;
}

.singlescreen #sitecontent
{
    padding-top: 64px;
}

#navMini
{
    display: none;
}

#indexPage
{
    position: relative;
}

    #indexPage .module .container_header .title
    {
        font-size: 24px;
        margin: 0 auto;
        position: relative;
    }

    #indexPage .module .container_header .subtitle
    {
        margin-top: 4px;
        font-size: 13px;
    }

    #indexPage .mlist .container_header
    {
        text-align: left;
        float: left;
        padding-bottom: 50px;
    }

        #indexPage .mlist .container_header p
        {
            display: block;
        }

    #indexPage .mlist .container_category
    {
        float: right;
    }

.container_category
{
    padding-top: 2px;
}

    .container_category a
    {
        height: 16px;
        line-height: 16px;
        display: inline-block;
        padding: 8px 20px;
        transition: all .3s ease-out 0s;
        position: relative;
        color: #737373;
    }

        .container_category a:not(:first-child)
        {
            margin-left: 5px;
        }

        .container_category a.active, .container_category a:hover
        {
            background: #233876;
            color: #fff;
        }

.agent-pc .npagePage:not(.post)
{
    position: relative;
}

    .agent-pc .npagePage:not(.post) #banner + #pageTarget
    {
        top: 300px;
    }

    .agent-pc .npagePage:not(.post) #pageTarget
    {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 112px;
        top: 0;
    }

        .agent-pc .npagePage:not(.post) #pageTarget .module_container
        {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .agent-pc .npagePage:not(.post) #pageTarget .module_container .container_target
            {
                float: right;
                padding: 0;
                height: 32px;
                line-height: 32px;
                z-index: 10;
            }

                .agent-pc .npagePage:not(.post) #pageTarget .module_container .container_target i
                {
                    margin: 0 10px;
                }

    .agent-pc .npagePage:not(.post) .module .module_container
    {
        position: relative;
    }

        .agent-pc .npagePage:not(.post) .module .module_container .container_category
        {
            position: absolute;
            top: 0;
            margin: 40px 0;
            text-align: left;
            z-index: 10;
        }

        .agent-pc .npagePage:not(.post) .module .module_container .container_content
        {
            padding-top: 112px;
        }

#sitecontent .pageEditor .container_content
{
    padding-top: 0;
}

#sitecontent .pageEditor .container_header
{
    padding: 60px 0;
}

    #sitecontent .pageEditor .container_header .subtitle
    {
        font-size: 14px;
    }

.postbody hr
{
    border: none;
    border-top: 1px dotted #d3d3d3;
    margin-top: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: normal;
}

body:not(.singlescreen) #indexPage .mlist
{
    padding: 100px 0;
}

body:not(.singlescreen) #topSlider + .mlist
{
    padding-top: 70px;
}

#indexPage > *
{
    background: #fff;
}

#indexPage
{
    position: relative;
}

    #indexPage .module
    {
        position: relative;
        overflow: hidden;
    }

        #indexPage .module.bgShow.bgmask
        {
            display: block;
        }

        #indexPage .module.bgShow.bgParallax
        {
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: fixed;
        }

        #indexPage .module .module_container
        {
            padding: 20px;
        }

            #indexPage .module .module_container .container_header .title
            {
                color: #333;
            }

            #indexPage .module .module_container .container_header .subtitle
            {
                color: #999;
            }

            #indexPage .module .module_container.wide
            {
                padding: 20px 5%;
            }

        #indexPage .module .bgmask
        {
            display: none;
        }

        #indexPage .module #contactlist:before, #indexPage .module .container_content:before
        {
            clear: both;
            display: table;
            content: "";
        }

        #indexPage .module .container_content .container_header
        {
            display: none;
        }

.module .module_container
{
    max-width: 1170px;
    margin: 0 auto;
}

    .module .module_container.wide
    {
        max-width: none;
        padding-left: 50px;
        padding-right: 50px;
    }

        .module .module_container.wide .slider
        {
            padding: 0 50px;
        }

.module.mdir > .module_container
{
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

#indexPage .tab_button, .npagePage:not(.post) .tab_button
{
    display: none;
}

.tab_button .item_block
{
    cursor: pointer;
}

.more_wrap .more .fa-angle-right
{
    display: none;
}

#indexPage #topSlider
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

    #indexPage #topSlider .bx-wrapper .bx-pager
    {
        bottom: 30px;
    }

        #indexPage #topSlider .bx-wrapper .bx-pager a
        {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: #fff;
            border-radius: 100%;
            border: 4px solid rgba(0,0,0,.3);
            margin: 0 7px;
            box-sizing: border-box;
            background-clip: content-box;
            transition: all .36s ease;
        }

            #indexPage #topSlider .bx-wrapper .bx-pager a.active
            {
                background-color: transparent;
                border: 2px solid #fff;
            }

            #indexPage #topSlider .bx-wrapper .bx-pager a:hover:not(.active)
            {
                border-width: 3px;
            }

    #indexPage #topSlider .bx-wrapper .bx-controls-direction a
    {
        width: 44px;
        height: 70px;
        margin: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        color: rgba(145,135,124,.5);
        background-color: transparent;
        border-radius: 0;
    }

        #indexPage #topSlider .bx-wrapper .bx-controls-direction a.disabled
        {
            display: block;
        }

        #indexPage #topSlider .bx-wrapper .bx-controls-direction a.bx-next
        {
            right: 0;
        }

        #indexPage #topSlider .bx-wrapper .bx-controls-direction a.bx-prev
        {
            left: 0;
        }

        #indexPage #topSlider .bx-wrapper .bx-controls-direction a:hover
        {
            color: #fff;
            background-color: rgba(0,0,0,.2);
        }

        #indexPage #topSlider .bx-wrapper .bx-controls-direction a i
        {
            color: inherit;
            font-size: 24px;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            transition: none;
        }

    #indexPage #topSlider .bx-wrapper .bx-helper
    {
        display: none;
    }

    #indexPage #topSlider .bx-wrapper .content_list[data-slider-mode="3"] li div.item_bg.image
    {
        height: 110%;
        top: -5%;
    }

    #indexPage #topSlider .bx-wrapper .content_list.content_list
    {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #indexPage #topSlider .bx-wrapper .content_list li
    {
        width: 100%;
        height: 100%;
        display: block;
    }

        #indexPage #topSlider .bx-wrapper .content_list li.active p
        {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        #indexPage #topSlider .bx-wrapper .content_list li div.item_bg
        {
            position: absolute;
            width: 100%;
            height: 100%;
        }

            #indexPage #topSlider .bx-wrapper .content_list li div.item_bg.image
            {
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                width: 100%;
                height: 100%;
            }

            #indexPage #topSlider .bx-wrapper .content_list li div.item_bg.video video
            {
                width: 100%;
                height: 100%;
            }

        #indexPage #topSlider .bx-wrapper .content_list li div.mask
        {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        #indexPage #topSlider .bx-wrapper .content_list li a
        {
            width: 100%;
            height: 100%;
            display: table;
            position: absolute;
            left: 0;
            top: 0;
        }

            #indexPage #topSlider .bx-wrapper .content_list li a div
            {
                display: table-cell;
                vertical-align: middle;
                padding: 100px 50px;
            }

            #indexPage #topSlider .bx-wrapper .content_list li a i
            {
                text-indent: 20px;
                font-size: 24px;
            }

        #indexPage #topSlider .bx-wrapper .content_list li p
        {
            max-width: 1170px;
            margin: 0 auto;
            -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
            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 .bx-wrapper .content_list li p.title
            {
                font-size: 60px;
                line-height: 60px;
                height: 60px;
                transition-delay: 0;
            }

            #indexPage #topSlider .bx-wrapper .content_list li p.subtitle
            {
                font-size: 14px;
                height: 20px;
                transition-delay: .2s;
                margin-top: 10px;
            }

.singlescreen #indexPage #topSlider .bx-wrapper .bx-pager
{
    bottom: 65px;
}

.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%;
            -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
            position: absolute;
            top: 40%;
            left: 0;
            width: 25px;
            height: 2px;
            transition: all .15s ease;
            content: '';
        }

        .singlescreen #indexPage #topSlider .sliderArrow div:before
        {
            -webkit-transform: translate(0,0) rotate(40deg);
            -ms-transform: translate(0,0) rotate(40deg);
            transform: translate(0,0) rotate(40deg);
        }

        .singlescreen #indexPage #topSlider .sliderArrow div:after
        {
            -webkit-transform: translate(0,1px) rotate(-40deg);
            -ms-transform: translate(0,1px) rotate(-40deg);
            transform: translate(0,1px) rotate(-40deg);
        }

    .singlescreen #indexPage #topSlider .sliderArrow:hover div:before
    {
        -webkit-transform: translate(0,0) rotate(30deg);
        -ms-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);
        -ms-transform: translate(0,0) rotate(-30deg);
        transform: translate(0,0) rotate(-30deg);
    }

#indexPage .service .bx-wrapper .bx-controls-direction .bx-next, #indexPage .service .bx-wrapper .bx-controls-direction .bx-prev
{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    background-color: rgba(0,0,0,.25);
}

#indexPage .service .bx-wrapper .bx-controls-direction a
{
    border-radius: 0;
}

    #indexPage .service .bx-wrapper .bx-controls-direction a.disabled
    {
        display: block;
    }

    #indexPage .service .bx-wrapper .bx-controls-direction a.bx-next
    {
        right: -60px;
    }

        #indexPage .service .bx-wrapper .bx-controls-direction a.bx-next i
        {
            margin-left: 17px;
        }

            #indexPage .service .bx-wrapper .bx-controls-direction a.bx-next i:after, #indexPage .service .bx-wrapper .bx-controls-direction a.bx-next i:before
            {
                -webkit-transform-origin: 100% 50%;
                -ms-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
            }

    #indexPage .service .bx-wrapper .bx-controls-direction a.bx-prev
    {
        left: -60px;
    }

        #indexPage .service .bx-wrapper .bx-controls-direction a.bx-prev:hover i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        #indexPage .service .bx-wrapper .bx-controls-direction a.bx-prev:hover i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        #indexPage .service .bx-wrapper .bx-controls-direction a.bx-prev:active i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(1px,0) rotate(0);
            transform: translate(1px,0) rotate(0);
        }

        #indexPage .service .bx-wrapper .bx-controls-direction a.bx-prev:active i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(1px,1px) rotate(0);
            transform: translate(1px,1px) rotate(0);
        }

    #indexPage .service .bx-wrapper .bx-controls-direction a i
    {
        font-size: 22px;
        margin-top: 8px;
        margin-left: 15px;
    }

        #indexPage .service .bx-wrapper .bx-controls-direction a i:after, #indexPage .service .bx-wrapper .bx-controls-direction a i:before
        {
            -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
        }

        #indexPage .service .bx-wrapper .bx-controls-direction a i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        #indexPage .service .bx-wrapper .bx-controls-direction a i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,1px) rotate(0);
            transform: translate(0,1px) rotate(0);
        }

#indexPage .service .bx-wrapper .bx-pager.bx-default-pager
{
    bottom: -40px;
    height: 0;
}

    #indexPage .service .bx-wrapper .bx-pager.bx-default-pager a
    {
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: #e3e3e3;
        border: 2px solid transparent;
        border-radius: 50%;
        margin: 0 5px;
    }

        #indexPage .service .bx-wrapper .bx-pager.bx-default-pager a.active
        {
            background-color: #fff;
            border-color: #293d7a;
        }

        #indexPage .service .bx-wrapper .bx-pager.bx-default-pager a:hover
        {
            background-color: #999;
        }

            #indexPage .service .bx-wrapper .bx-pager.bx-default-pager a:hover.active
            {
                background-color: #fff;
            }

#indexPage .service .module_container
{
    padding-bottom: 90px;
}

#indexPage .service .more
{
    display: none;
}

#indexPage .service .content_wrapper
{
    margin-right: -20px;
}

    #indexPage .service .content_wrapper .bx-wrapper .bx-controls-direction a.bx-next, #indexPage .service .content_wrapper .bx-wrapper .bx-controls-direction a.bx-prev
    {
        opacity: 0;
    }

    #indexPage .service .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-next, #indexPage .service .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-prev
    {
        opacity: 1;
    }

    #indexPage .service .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-prev
    {
        left: 0;
    }

    #indexPage .service .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-next
    {
        right: 0;
    }

#indexPage .service .container_category
{
    margin-right: 50px;
}

#indexPage .service .content_wrapper .more_wrap
{
    position: absolute;
    right: 20px;
    bottom: calc(100% + 75px);
}

    #indexPage .service .content_wrapper .more_wrap .more
    {
        display: block;
    }

#indexPage .service .content_wrapper.slider .more_wrap
{
    right: 15px;
}

.npagePage:not(.post) .service .more
{
    display: none;
}

#indexPage .service .content_wrapper, .npagePage:not(.post) .service .content_wrapper
{
    position: relative;
    margin-right: -15px;
}

#indexPage .service .bx-viewport, .npagePage:not(.post) .service .bx-viewport
{
    padding: 10px;
    margin-left: -10px;
}

#indexPage .service .item_block, .npagePage:not(.post) .service .item_block
{
    width: calc(100% / 3 - 15px);
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}

    #indexPage .service .item_block:hover, .npagePage:not(.post) .service .item_block:hover
    {
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }

        #indexPage .service .item_block:hover .item_img, .npagePage:not(.post) .service .item_block:hover .item_img
        {
            box-shadow: inset 0 0 0 10px #fff;
        }

            #indexPage .service .item_block:hover .item_img img, .npagePage:not(.post) .service .item_block:hover .item_img img
            {
                -webkit-transform: scale(1.08);
                -ms-transform: scale(1.08);
                transform: scale(1.08);
            }

        #indexPage .service .item_block:hover .item_wrapper, .npagePage:not(.post) .service .item_block:hover .item_wrapper
        {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
        }

        #indexPage .service .item_block:hover .details i:before, .npagePage:not(.post) .service .item_block:hover .details i:before
        {
            opacity: 1;
        }

    #indexPage .service .item_block .item_img, .npagePage:not(.post) .service .item_block .item_img
    {
        transition: all .36s ease;
        overflow: hidden;
        margin: 10px;
    }

        #indexPage .service .item_block .item_img img, .npagePage:not(.post) .service .item_block .item_img img
        {
            transition: all .36s ease;
            width: 100%;
        }

    #indexPage .service .item_block .item_wrapper, .npagePage:not(.post) .service .item_block .item_wrapper
    {
        transition: all .36s ease;
        padding: 36px 23px 0;
    }

        #indexPage .service .item_block .item_wrapper .item_info, .npagePage:not(.post) .service .item_block .item_wrapper .item_info
        {
            text-align: left;
        }

            #indexPage .service .item_block .item_wrapper .item_info .title, .npagePage:not(.post) .service .item_block .item_wrapper .item_info .title
            {
                color: #303030;
                font-size: 18px;
                line-height: 30px;
                text-align: center;
                position: relative;
                padding-bottom: 20px;
            }

                #indexPage .service .item_block .item_wrapper .item_info .title:after, .npagePage:not(.post) .service .item_block .item_wrapper .item_info .title:after
                {
                    content: '';
                    width: 28px;
                    height: 1px;
                    background-color: #e5e5e5;
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

            #indexPage .service .item_block .item_wrapper .item_info .subtitle, .npagePage:not(.post) .service .item_block .item_wrapper .item_info .subtitle
            {
                font-size: 14px;
                margin-top: 10px;
                line-height: 16px;
                text-align: center;
                display: none;
            }

        #indexPage .service .item_block .item_wrapper .item_des, .npagePage:not(.post) .service .item_block .item_wrapper .item_des
        {
            padding: 20px 0 82px;
            font-size: 13px;
            text-align: center;
        }

            #indexPage .service .item_block .item_wrapper .item_des .description, .npagePage:not(.post) .service .item_block .item_wrapper .item_des .description
            {
                line-height: 28px;
                height: 56px;
                overflow: hidden;
            }

    #indexPage .service .item_block .details, .npagePage:not(.post) .service .item_block .details
    {
        position: absolute;
        left: 50%;
        bottom: 40px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: transparent;
    }

        #indexPage .service .item_block .details i, .npagePage:not(.post) .service .item_block .details i
        {
            position: absolute;
            left: 0;
            top: 0;
        }

            #indexPage .service .item_block .details i:before, .npagePage:not(.post) .service .item_block .details i:before
            {
                font-family: icomoon;
                speak: none;
                font-style: normal;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                transition: all .36s ease;
                content: "\e90f";
                font-size: 20px;
                color: #999;
                opacity: 0;
            }

    #indexPage .service .item_block .date_wrap, #indexPage .service .item_block .item_tags, .npagePage:not(.post) .service .item_block .date_wrap, .npagePage:not(.post) .service .item_block .item_tags
    {
        display: none;
    }

.npagePage.post #pageTarget
{
    background: #f7f7f7;
}

    .npagePage.post #pageTarget .container_target
    {
        float: right;
        margin-top: 4px;
        line-height: 45px;
    }

        .npagePage.post #pageTarget .container_target i
        {
            margin: 0 10px;
        }

.npagePage.post .service #postInfo
{
    padding: 42px 0 30px;
    border-bottom: 1px solid #e5e5e5;
}

    .npagePage.post .service #postInfo .title
    {
        font-size: 17px;
        line-height: 30px;
        color: #303030;
        text-align: center;
    }

    .npagePage.post .service #postInfo .subtitle
    {
        display: none;
    }

    .npagePage.post .service #postInfo .description
    {
        font-size: 13px;
        line-height: 30px;
        text-align: center;
        color: #888;
        padding-top: 20px;
    }

    .npagePage.post .service #postInfo .item_tags, .npagePage.post .service #postInfo .usetdate
    {
        display: none;
    }

.npagePage.post .service #listContent h3
{
    display: none;
}

.npagePage.post .service #listContent .date_wrap, .npagePage.post .service #listContent .details, .npagePage.post .service #listContent .more
{
    display: none;
}

.npagePage.post .service #listContent .item_tags
{
    display: block;
    margin-bottom: 30px;
}

    .npagePage.post .service #listContent .item_tags::after
    {
        content: "";
        display: block;
        clear: both;
    }

    .npagePage.post .service #listContent .item_tags a
    {
        position: relative;
        float: left;
        line-height: 30px;
        color: #666;
        padding: 0 19px;
        margin-right: -1px;
        transition: all .36s ease;
    }

        .npagePage.post .service #listContent .item_tags a:hover
        {
            background: #233876;
            color: #fff;
        }

        .npagePage.post .service #listContent .item_tags a:not(:last-child):after
        {
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -1px;
            height: 10px;
            border-left: 1px solid #e5e5e5;
        }

.npagePage.post .service #listContent .content_wrapper .content_list .item_tags
{
    display: none;
}

.npagePage.post .service #listContent .content_wrapper .content_list .item_block
{
    float: left;
    width: calc(100% / 3 - 14px);
    margin-right: 14px;
    margin-bottom: 20px;
}

    .npagePage.post .service #listContent .content_wrapper .content_list .item_block img
    {
        width: 100%;
    }

    .npagePage.post .service #listContent .content_wrapper .content_list .item_block:hover
    {
        box-shadow: 0 0 60px -10px rgba(0,0,0,.1);
    }

.npagePage.post .service #listContent .content_wrapper .content_list .item_wrapper
{
    height: 153px;
    box-sizing: border-box;
    background: #fff;
    padding: 19px 35px 30px;
}

    .npagePage.post .service #listContent .content_wrapper .content_list .item_wrapper .item_info
    {
        position: relative;
        padding-bottom: 11px;
    }

        .npagePage.post .service #listContent .content_wrapper .content_list .item_wrapper .item_info:after
        {
            content: "";
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
            transform: translate(-50%);
            bottom: 0;
            width: 30px;
            border-top: 1px solid #e5e5e5;
        }

        .npagePage.post .service #listContent .content_wrapper .content_list .item_wrapper .item_info .title
        {
            color: #303030;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
        }

        .npagePage.post .service #listContent .content_wrapper .content_list .item_wrapper .item_info .subtitle
        {
            text-align: center;
        }

    .npagePage.post .service #listContent .content_wrapper .content_list .item_wrapper .description
    {
        text-align: center;
        margin-top: 12px;
        font-size: 13px;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
    }

.npagePage.post .service #tabBtn .post-next .img-wrap, .npagePage.post .service #tabBtn .post-prev .img-wrap
{
    width: 140px;
}

.npagePage.post #tabBtn::after
{
    content: "";
    display: block;
    clear: both;
}

.npagePage.post #tabBtn .post-next, .npagePage.post #tabBtn .post-prev
{
    transition: all .36s ease;
    position: relative;
    width: 50%;
    height: 120px;
    overflow: hidden;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}

    .npagePage.post #tabBtn .post-next:not(.empty):hover, .npagePage.post #tabBtn .post-prev:not(.empty):hover
    {
        background: #2d417b;
    }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .infor-wrap .title, .npagePage.post #tabBtn .post-prev:not(.empty):hover .infor-wrap .title
        {
            color: #fff;
        }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle, .npagePage.post #tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle
        {
            color: #a0a6bc;
        }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .img-wrap, .npagePage.post #tabBtn .post-prev:not(.empty):hover .img-wrap
        {
            opacity: 1;
        }

    .npagePage.post #tabBtn .post-next.empty, .npagePage.post #tabBtn .post-prev.empty
    {
        cursor: default;
    }

        .npagePage.post #tabBtn .post-next.empty .details, .npagePage.post #tabBtn .post-prev.empty .details
        {
            display: none;
        }

    .npagePage.post #tabBtn .post-next .img-wrap, .npagePage.post #tabBtn .post-prev .img-wrap
    {
        transition: all .36s ease;
        opacity: 0;
        width: 80px;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .npagePage.post #tabBtn .post-next .img-wrap img, .npagePage.post #tabBtn .post-prev .img-wrap img
        {
            width: 100%;
        }

    .npagePage.post #tabBtn .post-next .details, .npagePage.post #tabBtn .post-prev .details
    {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 16px;
        color: transparent;
        overflow: hidden;
    }

    .npagePage.post #tabBtn .post-next .infor-wrap, .npagePage.post #tabBtn .post-prev .infor-wrap
    {
        width: 250px;
    }

        .npagePage.post #tabBtn .post-next .infor-wrap .title, .npagePage.post #tabBtn .post-prev .infor-wrap .title
        {
            transition: all .36s ease;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 16px;
            line-height: 100px;
            display: block;
            color: #666;
        }

        .npagePage.post #tabBtn .post-next .infor-wrap .subtitle, .npagePage.post #tabBtn .post-prev .infor-wrap .subtitle
        {
            transition: all .36s ease;
            display: none;
            height: 30px;
            overflow: hidden;
            font-size: 13px;
            line-height: 30px;
        }

.npagePage.post #tabBtn .post-prev
{
    float: left;
    padding-left: 106px;
}

    .npagePage.post #tabBtn .post-prev:hover .details:before
    {
        right: 60px;
    }

    .npagePage.post #tabBtn .post-prev:hover .details:after
    {
        right: 15px;
        opacity: 1;
    }

    .npagePage.post #tabBtn .post-prev .img-wrap
    {
        right: 15px;
    }

    .npagePage.post #tabBtn .post-prev .infor-wrap
    {
        float: left;
    }

    .npagePage.post #tabBtn .post-prev .details
    {
        border-right: 1px solid #e5e5e5;
        left: 22px;
    }

        .npagePage.post #tabBtn .post-prev .details:after, .npagePage.post #tabBtn .post-prev .details:before
        {
            content: "\e90e";
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            color: #999;
            position: absolute;
            top: 50%;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .npagePage.post #tabBtn .post-prev .details:before
        {
            right: 15px;
        }

        .npagePage.post #tabBtn .post-prev .details:after
        {
            right: -30px;
            opacity: 0;
        }

.npagePage.post #tabBtn .post-next
{
    float: right;
    padding-right: 106px;
}

    .npagePage.post #tabBtn .post-next:hover .details:before
    {
        left: 60px;
    }

    .npagePage.post #tabBtn .post-next:hover .details:after
    {
        left: 15px;
        opacity: 1;
    }

    .npagePage.post #tabBtn .post-next .img-wrap
    {
        left: 15px;
    }

    .npagePage.post #tabBtn .post-next .infor-wrap
    {
        float: right;
    }

    .npagePage.post #tabBtn .post-next .details
    {
        right: 22px;
        border-left: 1px solid #e5e5e5;
    }

        .npagePage.post #tabBtn .post-next .details:after, .npagePage.post #tabBtn .post-next .details:before
        {
            content: "\e90f";
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            color: #999;
            position: absolute;
            top: 50%;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .npagePage.post #tabBtn .post-next .details:before
        {
            left: 15px;
        }

        .npagePage.post #tabBtn .post-next .details:after
        {
            left: -30px;
            opacity: 0;
        }

    .npagePage.post #tabBtn .post-next .infor-wrap .title
    {
        text-align: right;
    }

#indexPage .mcustomize
{
    background-color: #f8f8f8;
}

.mcustomize .module_container
{
    padding-top: 0;
}

.mcustomize .mediabody
{
    float: right;
}

    .mcustomize .mediabody > a
    {
        display: inline-block;
    }

.mcustomize .container_content .contentbody .wrapper .header
{
    font-size: 24px;
    line-height: 30px;
}

    .mcustomize .container_content .contentbody .wrapper .header .subtitle
    {
        font-size: 16px;
        line-height: 30px;
    }

.mcustomize.tlir, .mcustomize.tril
{
    background-color: #f8f8f8;
}

    .mcustomize.tlir .module_container, .mcustomize.tril .module_container
    {
        padding-bottom: 180px;
    }

    .mcustomize.tlir .container_content, .mcustomize.tril .container_content
    {
        position: relative;
    }

        .mcustomize.tlir .container_content .contentbody, .mcustomize.tril .container_content .contentbody
        {
            width: 600px;
            margin-top: 232px;
        }

            .mcustomize.tlir .container_content .contentbody .wrapper, .mcustomize.tril .container_content .contentbody .wrapper
            {
                width: 100%;
            }

                .mcustomize.tlir .container_content .contentbody .wrapper .header, .mcustomize.tril .container_content .contentbody .wrapper .header
                {
                    position: absolute;
                    top: 0;
                    left: 0;
                    padding: 96px 0 50px;
                }

                    .mcustomize.tlir .container_content .contentbody .wrapper .header.wow, .mcustomize.tril .container_content .contentbody .wrapper .header.wow
                    {
                        -webkit-animation-name: fadeInUp;
                        animation-name: fadeInUp;
                    }

                .mcustomize.tlir .container_content .contentbody .wrapper .description a, .mcustomize.tril .container_content .contentbody .wrapper .description a
                {
                    position: relative;
                    z-index: 1;
                    display: inline-block;
                    margin-top: 44px;
                    width: 150px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    font-size: 14px;
                    border: 1px solid #d7d7d7;
                    box-sizing: border-box;
                    background: 0 0;
                    transition: all .36s ease;
                }

                    .mcustomize.tlir .container_content .contentbody .wrapper .description a:after, .mcustomize.tril .container_content .contentbody .wrapper .description a:after
                    {
                        content: "\e909";
                        transition: all .36s ease;
                        font-family: icomoon;
                        speak: none;
                        font-style: normal;
                        font-weight: 400;
                        font-variant: normal;
                        text-transform: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        position: absolute;
                        left: 50%;
                        color: transparent;
                        line-height: 40px;
                    }

                    .mcustomize.tlir .container_content .contentbody .wrapper .description a:before, .mcustomize.tril .container_content .contentbody .wrapper .description a:before
                    {
                        content: '';
                        position: absolute;
                        height: 100%;
                        width: 0;
                        left: 0;
                        top: 0;
                        z-index: -1;
                        background: #233876;
                        transition: all .36s ease;
                    }

                    .mcustomize.tlir .container_content .contentbody .wrapper .description a:hover, .mcustomize.tril .container_content .contentbody .wrapper .description a:hover
                    {
                        padding-right: 20px;
                        color: #fff;
                    }

                        .mcustomize.tlir .container_content .contentbody .wrapper .description a:hover:after, .mcustomize.tril .container_content .contentbody .wrapper .description a:hover:after
                        {
                            color: #fff;
                            left: 64%;
                        }

                        .mcustomize.tlir .container_content .contentbody .wrapper .description a:hover:before, .mcustomize.tril .container_content .contentbody .wrapper .description a:hover:before
                        {
                            width: 100%;
                        }

                .mcustomize.tlir .container_content .contentbody .wrapper .description p, .mcustomize.tril .container_content .contentbody .wrapper .description p
                {
                    line-height: 26px;
                }

        .mcustomize.tlir .container_content .mediabody, .mcustomize.tril .container_content .mediabody
        {
            margin-top: 206px;
        }

            .mcustomize.tlir .container_content .mediabody a .image, .mcustomize.tril .container_content .mediabody a .image
            {
                width: 400px;
                height: 260px;
                border: 5px solid #fff;
            }

            .mcustomize.tlir .container_content .mediabody a .link_icon, .mcustomize.tril .container_content .mediabody a .link_icon
            {
                display: none;
            }

    .mcustomize.tlir .contentbody
    {
        float: left;
    }

    .mcustomize.tlir .mediabody
    {
        float: right;
    }

    .mcustomize.tril .contentbody
    {
        float: right;
    }

    .mcustomize.tril .mediabody
    {
        float: left;
        margin-left: 20px;
    }

.mcustomize:not(.tlir):not(.tril) .module_container
{
    padding-bottom: 0;
}

.mcustomize:not(.tlir):not(.tril) .container_content .contentbody .wrapper .header
{
    float: left;
    width: 338px;
    font-size: 24px;
    line-height: 30px;
}

    .mcustomize:not(.tlir):not(.tril) .container_content .contentbody .wrapper .header .title
    {
        margin-top: 58px;
    }

    .mcustomize:not(.tlir):not(.tril) .container_content .contentbody .wrapper .header .subtitle
    {
        font-size: 16px;
        line-height: 30px;
    }

.mcustomize:not(.tlir):not(.tril) .container_content .mediabody .link_icon
{
    display: none;
}

.agent-pc .singlescreen #indexPage .mcustomize.tlir .module_container, .agent-pc .singlescreen #indexPage .mcustomize.tril .module_container
{
    -webkit-transform: translate(-50%,-67%);
    -ms-transform: translate(-50%,-67%);
    transform: translate(-50%,-67%);
}

.agent-pc #indexPage .mcustomize.tlir .module_container, .agent-pc #indexPage .mcustomize.tril .module_container
{
    padding-bottom: 180px;
}

.agent-pc #indexPage .mcustomize:not(.tlir):not(.tril) .module_container
{
    padding-top: 0;
    padding-bottom: 0;
}

.singlescreen #indexPage .mcustomize.tlir .module_container, .singlescreen #indexPage .mcustomize.tril .module_container
{
    padding-bottom: 0;
}

#sitecontent #indexPage .ad01
{
    padding-top: 0;
}

    #sitecontent #indexPage .ad01 .module_container
    {
        padding-top: 218px;
    }

    #sitecontent #indexPage .ad01 .container_header
    {
        padding: 0;
    }

        #sitecontent #indexPage .ad01 .container_header .title
        {
            color: inherit;
            font-size: 18px;
            line-height: 35px;
        }

.ad01 .module_container
{
    position: relative;
    z-index: 2;
}

    .ad01 .module_container .container_category
    {
        display: none;
    }

    .ad01 .module_container .container_header
    {
        color: #dde3f8;
        width: 340px;
        height: 240px;
        padding: 0;
    }

        .ad01 .module_container .container_header .subtitle
        {
            color: inherit;
        }

        .ad01 .module_container .container_header .title
        {
            color: inherit;
            font-size: 18px;
            line-height: 35px;
            padding: 114px 0 0 42px;
        }

    .ad01 .module_container .container_content
    {
        position: relative;
    }

        .ad01 .module_container .container_content .content_wrapper .item_block
        {
            position: relative;
            float: left;
        }

            .ad01 .module_container .container_content .content_wrapper .item_block .item_wrapper
            {
                transition: all .36s ease;
            }

                .ad01 .module_container .container_content .content_wrapper .item_block .item_wrapper .title
                {
                    color: #fff;
                }

                .ad01 .module_container .container_content .content_wrapper .item_block .item_wrapper .subtitle
                {
                    color: #aaafbf;
                }

                .ad01 .module_container .container_content .content_wrapper .item_block .item_wrapper p
                {
                    color: #b4b9ca;
                }

            .ad01 .module_container .container_content .content_wrapper .item_block .item_img
            {
                display: block;
                overflow: hidden;
            }

                .ad01 .module_container .container_content .content_wrapper .item_block .item_img img
                {
                    transition: all .36s ease;
                    width: 100%;
                }

            .ad01 .module_container .container_content .content_wrapper .item_block:hover .item_wrapper
            {
                background: rgba(30,51,111,.5);
            }

            .ad01 .module_container .container_content .content_wrapper .item_block:hover .details:before
            {
                color: #b4b9ca;
            }

            .ad01 .module_container .container_content .content_wrapper .item_block:hover .details
            {
                width: 50px;
            }

                .ad01 .module_container .container_content .content_wrapper .item_block:hover .details:before
                {
                    opacity: 1;
                    color: #fff;
                }

            .ad01 .module_container .container_content .content_wrapper .item_block:hover img
            {
                -webkit-transform: scale(1.08);
                -ms-transform: scale(1.08);
                transform: scale(1.08);
            }

            .ad01 .module_container .container_content .content_wrapper .item_block:first-child
            {
                position: absolute;
                top: 0;
                right: 0;
            }

                .ad01 .module_container .container_content .content_wrapper .item_block:first-child .item_img
                {
                    float: right;
                    width: 340px;
                    height: 240px;
                }

                .ad01 .module_container .container_content .content_wrapper .item_block:first-child .item_wrapper
                {
                    float: left;
                    padding: 45px 45px 0;
                    width: 490px;
                    height: 240px;
                    box-sizing: border-box;
                }

                    .ad01 .module_container .container_content .content_wrapper .item_block:first-child .item_wrapper .title
                    {
                        font-size: 18px;
                        line-height: 30px;
                        color: #fff;
                    }

                    .ad01 .module_container .container_content .content_wrapper .item_block:first-child .item_wrapper .subtitle
                    {
                        font-size: 13px;
                        line-height: 26px;
                        display: none;
                    }

                    .ad01 .module_container .container_content .content_wrapper .item_block:first-child .item_wrapper .description
                    {
                        height: 52px;
                        overflow: hidden;
                        font-size: 13px;
                        line-height: 26px;
                        color: inherit;
                        margin-top: 17px;
                    }

                    .ad01 .module_container .container_content .content_wrapper .item_block:first-child .item_wrapper .item_date
                    {
                        display: none;
                    }

            .ad01 .module_container .container_content .content_wrapper .item_block .details
            {
                position: absolute;
                bottom: 38px;
                width: 0;
                height: 24px;
                line-height: 24px;
                overflow: hidden;
                padding-right: 32px;
                transition: all .36s ease;
            }

                .ad01 .module_container .container_content .content_wrapper .item_block .details:before
                {
                    content: "MORE";
                    display: block;
                    border-right: 1px solid #a6abbe;
                    overflow: hidden;
                    font-size: 12px;
                    opacity: 0;
                    color: #a6abbe;
                }

                .ad01 .module_container .container_content .content_wrapper .item_block .details:after
                {
                    transition: all .36s ease;
                    font-family: icomoon;
                    speak: none;
                    font-style: normal;
                    font-weight: 400;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    content: "\e90f";
                    opacity: 1;
                    position: absolute;
                    top: 50%;
                    right: 0;
                    font-size: 20px;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child)
            {
                float: left;
            }

                .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child) .item_wrapper
                {
                    height: 240px;
                    font-size: 16px;
                    line-height: 30px;
                    box-sizing: border-box;
                }

                    .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child) .item_wrapper .title
                    {
                        max-width: 80%;
                        color: #fff;
                    }

                    .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child) .item_wrapper .item_date, .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child) .item_wrapper .subtitle
                    {
                        display: none;
                    }

                    .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child) .item_wrapper .description
                    {
                        font-size: 13px;
                        line-height: 26px;
                        height: 52px;
                        overflow: hidden;
                        color: #acb0c2;
                    }

                .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child):nth-child(2n)
                {
                    width: 340px;
                    height: 480px;
                }

                    .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child):nth-child(2n) .item_img
                    {
                        position: absolute;
                        bottom: 0;
                    }

                    .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child):nth-child(2n) .item_wrapper
                    {
                        padding: 56px 40px 0 40px;
                        position: absolute;
                        top: 0;
                        width: 340px;
                    }

                .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child):nth-child(2n+1)
                {
                    width: 490px;
                }

                    .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child):nth-child(2n+1) .item_wrapper
                    {
                        padding: 50px 44px 0 44px;
                        background: #fff;
                    }

                        .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child):nth-child(2n+1) .item_wrapper .title
                        {
                            color: #333;
                        }

                        .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child):nth-child(2n+1) .item_wrapper .description p
                        {
                            color: #adadad;
                        }

                        .ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child):nth-child(2n+1) .item_wrapper .details:before
                        {
                            color: #000;
                        }

.npagePage .ad01 .content_wrapper
{
    position: relative;
    padding-top: 242px;
}

.npagePage .ad01 .module_container
{
    padding-top: 0;
}

    .npagePage .ad01 .module_container .container_content .content_wrapper .item_block:not(:nth-child(4)) .item_wrapper .item_info .title
    {
        color: #b4b9ca;
    }

    .npagePage .ad01 .module_container .container_content .content_wrapper .item_block:hover .item_wrapper
    {
        background-color: #233876;
    }

    .npagePage .ad01 .module_container .container_content .content_wrapper .item_block:first-child
    {
        top: 0;
    }

        .npagePage .ad01 .module_container .container_content .content_wrapper .item_block:first-child .details
        {
            border-color: #b4b9ca;
        }

            .npagePage .ad01 .module_container .container_content .content_wrapper .item_block:first-child .details:before
            {
                color: #b4b9ca;
            }

    .npagePage .ad01 .module_container .container_content .content_wrapper .item_block .item_info .title
    {
        color: #b4b9ca;
    }

    .npagePage .ad01 .module_container .container_content .content_wrapper .item_block .item_info .subtitle
    {
        color: #b4b9ca;
    }

    .npagePage .ad01 .module_container .container_content .content_wrapper .item_block .details
    {
        border-color: #b4b9ca;
    }

.agent-pc .singlescreen #sitecontent #indexPage .ad01 .module_container
{
    padding-top: 215px;
}

#indexPage .mcounter.module
{
    background: 0 0;
}

body:not(.singlescreen) #indexPage .mcounter
{
    z-index: 10;
}

    body:not(.singlescreen) #indexPage .mcounter + .module
    {
        padding-top: 215px;
    }

.mcounter
{
    width: 100%;
    margin-bottom: -230px;
}

    .mcounter .module_container .container_content
    {
        position: relative;
        height: 190px;
        background: #fff;
        box-shadow: 0 8px 25px rgba(0,0,0,.07);
    }

    .mcounter ul.content_list
    {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding: 0;
    }

        .mcounter ul.content_list::after
        {
            content: "";
            display: block;
            clear: both;
        }

        .mcounter ul.content_list li
        {
            width: 25%;
            float: left;
            text-align: center;
            position: relative;
        }

            .mcounter ul.content_list li:not(:last-child):after
            {
                content: '';
                position: absolute;
                width: 1px;
                height: 45px;
                background-color: #ebebeb;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .mcounter ul.content_list li .title
            {
                color: #999;
                font-size: 13px;
                line-height: 30px;
            }

            .mcounter ul.content_list li p
            {
                text-align: center;
                font-size: 14px;
            }

                .mcounter ul.content_list li p.number .counterDX
                {
                    font-size: 54px;
                    font-family: helveticaneuethn,Arial;
                    text-align: center;
                    margin-top: 15px;
                }

                .mcounter ul.content_list li p.number .unit
                {
                    font-size: 14px;
                    vertical-align: top;
                }

#indexPage .mcounter ul.content_list li .counterDX
{
    font-size: 50px;
}

#indexPage .mcounter ul.content_list li .title
{
    font-size: 13px;
    line-height: 30px;
}

.agent-pc .singlescreen #indexPage .mcounter .module_container
{
    -webkit-transform: translate(-50%,-80%);
    -ms-transform: translate(-50%,-80%);
    transform: translate(-50%,-80%);
}

.agent-pc body:not(.singlescreen) #indexPage .mcounter
{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.agent-pc #indexPage .project .bx-wrapper .bx-controls-direction .bx-next, .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction .bx-prev
{
    top: 130px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    background-color: rgba(0,0,0,.25);
}

.agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a
{
    border-radius: 0;
}

    .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a.disabled
    {
        display: block;
    }

    .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a.bx-next
    {
        right: -60px;
    }

        .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a.bx-next i
        {
            margin-left: 17px;
        }

            .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a.bx-next i:after, .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a.bx-next i:before
            {
                -webkit-transform-origin: 100% 50%;
                -ms-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
            }

    .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a.bx-prev
    {
        left: -60px;
    }

        .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a.bx-prev:hover i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a.bx-prev:hover i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a.bx-prev:active i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(1px,0) rotate(0);
            transform: translate(1px,0) rotate(0);
        }

        .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a.bx-prev:active i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(1px,1px) rotate(0);
            transform: translate(1px,1px) rotate(0);
        }

    .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a i
    {
        font-size: 22px;
        margin-top: 8px;
        margin-left: 15px;
    }

        .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a i:after, .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a i:before
        {
            -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
        }

        .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        .agent-pc #indexPage .project .bx-wrapper .bx-controls-direction a i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,1px) rotate(0);
            transform: translate(0,1px) rotate(0);
        }

.agent-pc #indexPage .project .bx-wrapper .bx-pager.bx-default-pager
{
    bottom: -40px;
    height: 0;
}

    .agent-pc #indexPage .project .bx-wrapper .bx-pager.bx-default-pager a
    {
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: #e3e3e3;
        border: 2px solid transparent;
        border-radius: 50%;
        margin: 0 5px;
    }

        .agent-pc #indexPage .project .bx-wrapper .bx-pager.bx-default-pager a.active
        {
            background-color: #fff;
            border-color: #293d7a;
        }

        .agent-pc #indexPage .project .bx-wrapper .bx-pager.bx-default-pager a:hover
        {
            background-color: #999;
        }

            .agent-pc #indexPage .project .bx-wrapper .bx-pager.bx-default-pager a:hover.active
            {
                background-color: #fff;
            }

.agent-pc #indexPage .project .container_category
{
    margin-right: 50px;
}

.agent-pc #indexPage .project .module_container
{
    padding-bottom: 0;
}

.agent-pc #indexPage .project .content_wrapper .more_wrap
{
    position: absolute;
    right: 20px;
    bottom: calc(100% + 75px);
}

    .agent-pc #indexPage .project .content_wrapper .more_wrap .more
    {
        display: block;
    }

.agent-pc #indexPage .project .content_wrapper.slider .more_wrap
{
    right: 15px;
}

.agent-pc #indexPage .project .content_wrapper .bx-wrapper .bx-controls-direction a.bx-next, .agent-pc #indexPage .project .content_wrapper .bx-wrapper .bx-controls-direction a.bx-prev
{
    opacity: 0;
}

.agent-pc #indexPage .project .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-next, .agent-pc #indexPage .project .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-prev
{
    opacity: 1;
}

.agent-pc #indexPage .project .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-prev
{
    left: 0;
}

.agent-pc #indexPage .project .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-next
{
    right: 0;
}

.agent-pc #indexPage .project .more
{
    display: none;
}

.singlescreen #indexPage .module
{
    margin: 0;
}

    .singlescreen #indexPage .module .module_container
    {
        padding-bottom: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-56%);
        -ms-transform: translate(-50%,-56%);
        transform: translate(-50%,-56%);
        width: 1170px;
        margin: auto;
    }

#indexPage .project .content_wrapper, .npagePage:not(.post) .project .content_wrapper
{
    position: relative;
    margin-right: -15px;
}

#indexPage .project .item_block, .npagePage:not(.post) .project .item_block
{
    width: calc(100% / 3 - 15px);
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 0 rgba(0,0,0,.15);
    transition: all .36s ease;
}

    #indexPage .project .item_block img, .npagePage:not(.post) .project .item_block img
    {
        transition: all .36s ease;
        width: 100%;
    }

    #indexPage .project .item_block:after, .npagePage:not(.post) .project .item_block:after
    {
        content: '';
        position: absolute;
        bottom: 0;
        width: 30%;
        opacity: 0;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        background: #233876;
        transition: all .36s ease-out;
    }

    #indexPage .project .item_block:hover, .npagePage:not(.post) .project .item_block:hover
    {
        box-shadow: 0 0 40px rgba(0,0,0,.15);
    }

        #indexPage .project .item_block:hover:after, .npagePage:not(.post) .project .item_block:hover:after
        {
            opacity: 1;
            width: 100%;
        }

        #indexPage .project .item_block:hover .item_info, .npagePage:not(.post) .project .item_block:hover .item_info
        {
            padding-left: 7%;
        }

        #indexPage .project .item_block:hover .item_img .item_mask, .npagePage:not(.post) .project .item_block:hover .item_img .item_mask
        {
            opacity: 1;
            margin: 0;
        }

        #indexPage .project .item_block:hover .item_img img, .npagePage:not(.post) .project .item_block:hover .item_img img
        {
            -webkit-transform: scale(1.08);
            -ms-transform: scale(1.08);
            transform: scale(1.08);
        }

    #indexPage .project .item_block .item_info, .npagePage:not(.post) .project .item_block .item_info
    {
        transition: padding .36s ease;
        padding: 6% 4% 6%;
        text-align: left;
    }

        #indexPage .project .item_block .item_info .title, .npagePage:not(.post) .project .item_block .item_info .title
        {
            color: #303030;
            font-size: 16px;
        }

        #indexPage .project .item_block .item_info .subtitle, .npagePage:not(.post) .project .item_block .item_info .subtitle
        {
            font-size: 14px;
            margin-top: 10px;
            line-height: 16px;
        }

    #indexPage .project .item_block .item_img, .npagePage:not(.post) .project .item_block .item_img
    {
        position: relative;
        overflow: hidden;
    }

        #indexPage .project .item_block .item_img .item_mask, .npagePage:not(.post) .project .item_block .item_img .item_mask
        {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            transition: all .36s ease;
            opacity: 0;
            border-radius: 100%;
            width: 40px;
            height: 40px;
            border: 1px solid #fff;
            box-sizing: border-box;
            margin-top: -50px;
        }

            #indexPage .project .item_block .item_img .item_mask:before, .npagePage:not(.post) .project .item_block .item_img .item_mask:before
            {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                width: 1px;
                height: 15px;
                background-color: #fff;
            }

            #indexPage .project .item_block .item_img .item_mask:after, .npagePage:not(.post) .project .item_block .item_img .item_mask:after
            {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                width: 15px;
                height: 1px;
                background-color: #fff;
            }

    #indexPage .project .item_block .date_wrap, #indexPage .project .item_block .item_des, #indexPage .project .item_block .item_tags, #indexPage .project .item_block a.details, .npagePage:not(.post) .project .item_block .date_wrap, .npagePage:not(.post) .project .item_block .item_des, .npagePage:not(.post) .project .item_block .item_tags, .npagePage:not(.post) .project .item_block a.details
    {
        display: none;
    }

.npagePage:not(.post) .project .content_wrapper .more_wrap .more
{
    display: none;
}

.npagePage:not(.post) .container_content .content_wrapper .more
{
    display: none;
}

.npagePage.post #pageTarget
{
    background: #f7f7f7;
}

    .npagePage.post #pageTarget .container_target
    {
        float: right;
        margin-top: 4px;
        line-height: 45px;
    }

        .npagePage.post #pageTarget .container_target i
        {
            margin: 0 10px;
        }

.npagePage.post .project #postContent
{
    float: left;
    width: 800px;
}

    .npagePage.post .project #postContent .title
    {
        font-size: 16px;
    }

    .npagePage.post .project #postContent #postInfo
    {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        padding: 44px 0 16px;
    }

        .npagePage.post .project #postContent #postInfo .title
        {
            font-size: 16px;
            line-height: 30px;
            color: #303030;
        }

        .npagePage.post .project #postContent #postInfo .usetdate
        {
            display: none;
        }

        .npagePage.post .project #postContent #postInfo .subtitle
        {
            display: none;
        }

        .npagePage.post .project #postContent #postInfo .item_tags
        {
            display: none;
        }

        .npagePage.post .project #postContent #postInfo .description
        {
            padding-top: 20px;
        }

.npagePage.post .project #listContent
{
    float: right;
    width: 300px;
    padding-top: 90px;
}

    .npagePage.post .project #listContent h3
    {
        display: none;
    }

    .npagePage.post .project #listContent .more
    {
        display: none;
    }

    .npagePage.post .project #listContent .item_tags
    {
        display: block;
        border-bottom: 1px solid #e5e5e5;
    }

        .npagePage.post .project #listContent .item_tags::after
        {
            content: "";
            display: block;
            clear: both;
        }

        .npagePage.post .project #listContent .item_tags a
        {
            float: left;
            line-height: 30px;
            color: #666;
            padding: 0 19px;
            margin-bottom: 10px;
            transition: all .36s ease;
        }

            .npagePage.post .project #listContent .item_tags a:hover
            {
                background: #233876;
                color: #fff;
            }

    .npagePage.post .project #listContent .mlist .more_wrap
    {
        display: none;
    }

    .npagePage.post .project #listContent .mlist .content_list .item_block
    {
        transition: all .36s ease;
        position: relative;
        padding: 20px 0 24px;
    }

        .npagePage.post .project #listContent .mlist .content_list .item_block:not(:last-child)
        {
            border-bottom: 1px solid #e5e5e5;
        }

        .npagePage.post .project #listContent .mlist .content_list .item_block:hover
        {
            box-shadow: 0 0 60px -10px rgba(0,0,0,.1);
            padding-left: 20px;
        }

        .npagePage.post .project #listContent .mlist .content_list .item_block:before
        {
            content: "";
            transition: all .36s ease;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -2px;
            width: 40%;
            border: 2px solid #2a3e7a;
            opacity: 0;
        }

        .npagePage.post .project #listContent .mlist .content_list .item_block img
        {
            width: 100%;
        }

        .npagePage.post .project #listContent .mlist .content_list .item_block .item_box::after
        {
            content: "";
            display: block;
            clear: both;
        }

        .npagePage.post .project #listContent .mlist .content_list .item_block .item_box .item_img
        {
            width: 120px;
            float: left;
            margin-right: 15px;
        }

        .npagePage.post .project #listContent .mlist .content_list .item_block .item_box .item_wrapper
        {
            float: left;
            width: 120px;
        }

        .npagePage.post .project #listContent .mlist .content_list .item_block .item_wrapper
        {
            transition: all .36s ease;
            position: relative;
        }

            .npagePage.post .project #listContent .mlist .content_list .item_block .item_wrapper .date_wrap
            {
                display: none;
            }

            .npagePage.post .project #listContent .mlist .content_list .item_block .item_wrapper .item_info .title
            {
                position: relative;
                font-size: 14px;
                line-height: 30px;
                color: #333;
                max-width: 100px;
            }

            .npagePage.post .project #listContent .mlist .content_list .item_block .item_wrapper .item_info .subtitle
            {
                transition: all .36s ease;
                font-size: 13px;
                line-height: 24px;
                height: 48px;
                overflow: hidden;
                white-space: normal;
                color: #888;
            }

            .npagePage.post .project #listContent .mlist .content_list .item_block .item_wrapper .item_info .description
            {
                padding-top: 30px;
            }

        .npagePage.post .project #listContent .mlist .content_list .item_block .item_tags
        {
            display: none;
        }

        .npagePage.post .project #listContent .mlist .content_list .item_block .item_des
        {
            display: none;
        }

        .npagePage.post .project #listContent .mlist .content_list .item_block .details
        {
            display: none;
        }

.npagePage.post .project #tabBtn .post-next .img-wrap, .npagePage.post .project #tabBtn .post-prev .img-wrap
{
    width: 120px;
}

.npagePage.post #tabBtn::after
{
    content: "";
    display: block;
    clear: both;
}

.npagePage.post #tabBtn .post-next, .npagePage.post #tabBtn .post-prev
{
    transition: all .36s ease;
    position: relative;
    width: 50%;
    height: 120px;
    overflow: hidden;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}

    .npagePage.post #tabBtn .post-next:not(.empty):hover, .npagePage.post #tabBtn .post-prev:not(.empty):hover
    {
        background: #2d417b;
    }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .infor-wrap .title, .npagePage.post #tabBtn .post-prev:not(.empty):hover .infor-wrap .title
        {
            color: #fff;
        }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle, .npagePage.post #tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle
        {
            color: #a0a6bc;
        }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .img-wrap, .npagePage.post #tabBtn .post-prev:not(.empty):hover .img-wrap
        {
            opacity: 1;
        }

    .npagePage.post #tabBtn .post-next.empty, .npagePage.post #tabBtn .post-prev.empty
    {
        cursor: default;
    }

        .npagePage.post #tabBtn .post-next.empty .details, .npagePage.post #tabBtn .post-prev.empty .details
        {
            display: none;
        }

    .npagePage.post #tabBtn .post-next .img-wrap, .npagePage.post #tabBtn .post-prev .img-wrap
    {
        transition: all .36s ease;
        opacity: 0;
        width: 80px;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .npagePage.post #tabBtn .post-next .img-wrap img, .npagePage.post #tabBtn .post-prev .img-wrap img
        {
            width: 100%;
        }

    .npagePage.post #tabBtn .post-next .details, .npagePage.post #tabBtn .post-prev .details
    {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 16px;
        color: transparent;
        overflow: hidden;
    }

    .npagePage.post #tabBtn .post-next .infor-wrap, .npagePage.post #tabBtn .post-prev .infor-wrap
    {
        width: 250px;
    }

        .npagePage.post #tabBtn .post-next .infor-wrap .title, .npagePage.post #tabBtn .post-prev .infor-wrap .title
        {
            transition: all .36s ease;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 16px;
            line-height: 100px;
            display: block;
            color: #666;
        }

        .npagePage.post #tabBtn .post-next .infor-wrap .subtitle, .npagePage.post #tabBtn .post-prev .infor-wrap .subtitle
        {
            transition: all .36s ease;
            display: none;
            height: 30px;
            overflow: hidden;
            font-size: 13px;
            line-height: 30px;
        }

.npagePage.post #tabBtn .post-prev
{
    float: left;
    padding-left: 106px;
}

    .npagePage.post #tabBtn .post-prev:hover .details:before
    {
        right: 60px;
    }

    .npagePage.post #tabBtn .post-prev:hover .details:after
    {
        right: 15px;
        opacity: 1;
    }

    .npagePage.post #tabBtn .post-prev .img-wrap
    {
        right: 15px;
    }

    .npagePage.post #tabBtn .post-prev .infor-wrap
    {
        float: left;
    }

    .npagePage.post #tabBtn .post-prev .details
    {
        border-right: 1px solid #e5e5e5;
        left: 22px;
    }

        .npagePage.post #tabBtn .post-prev .details:after, .npagePage.post #tabBtn .post-prev .details:before
        {
            content: "\e90e";
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            color: #999;
            position: absolute;
            top: 50%;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .npagePage.post #tabBtn .post-prev .details:before
        {
            right: 15px;
        }

        .npagePage.post #tabBtn .post-prev .details:after
        {
            right: -30px;
            opacity: 0;
        }

.npagePage.post #tabBtn .post-next
{
    float: right;
    padding-right: 106px;
}

    .npagePage.post #tabBtn .post-next:hover .details:before
    {
        left: 60px;
    }

    .npagePage.post #tabBtn .post-next:hover .details:after
    {
        left: 15px;
        opacity: 1;
    }

    .npagePage.post #tabBtn .post-next .img-wrap
    {
        left: 15px;
    }

    .npagePage.post #tabBtn .post-next .infor-wrap
    {
        float: right;
    }

    .npagePage.post #tabBtn .post-next .details
    {
        right: 22px;
        border-left: 1px solid #e5e5e5;
    }

        .npagePage.post #tabBtn .post-next .details:after, .npagePage.post #tabBtn .post-next .details:before
        {
            content: "\e90f";
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            color: #999;
            position: absolute;
            top: 50%;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .npagePage.post #tabBtn .post-next .details:before
        {
            left: 15px;
        }

        .npagePage.post #tabBtn .post-next .details:after
        {
            left: -30px;
            opacity: 0;
        }

    .npagePage.post #tabBtn .post-next .infor-wrap .title
    {
        text-align: right;
    }

body:not(.singlescreen) #indexPage .team_tabs
{
    padding: 118px 0;
}

#indexPage .team_tabs .module_container .container_header
{
    display: none;
}

    #indexPage .team_tabs .module_container .container_header .title
    {
        color: #fff;
    }

    #indexPage .team_tabs .module_container .container_header .subtitle
    {
        color: #f2f3f6;
    }

#indexPage .team_tabs .bx-wrapper .bx-controls-direction .bx-next, #indexPage .team_tabs .bx-wrapper .bx-controls-direction .bx-prev
{
    top: 50%;
    -webkit-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    transform: translateY(-46px);
    margin-top: 0;
    background-color: rgba(0,0,0,.25);
}

#indexPage .team_tabs .bx-wrapper .bx-controls-direction a
{
    border-radius: 0;
}

    #indexPage .team_tabs .bx-wrapper .bx-controls-direction a.disabled
    {
        display: block;
    }

    #indexPage .team_tabs .bx-wrapper .bx-controls-direction a.bx-next
    {
        right: -80px;
    }

        #indexPage .team_tabs .bx-wrapper .bx-controls-direction a.bx-next i
        {
            margin-left: 17px;
        }

            #indexPage .team_tabs .bx-wrapper .bx-controls-direction a.bx-next i:after, #indexPage .team_tabs .bx-wrapper .bx-controls-direction a.bx-next i:before
            {
                -webkit-transform-origin: 100% 50%;
                -ms-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
            }

    #indexPage .team_tabs .bx-wrapper .bx-controls-direction a.bx-prev
    {
        left: -80px;
    }

        #indexPage .team_tabs .bx-wrapper .bx-controls-direction a.bx-prev:hover i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        #indexPage .team_tabs .bx-wrapper .bx-controls-direction a.bx-prev:hover i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        #indexPage .team_tabs .bx-wrapper .bx-controls-direction a.bx-prev:active i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(1px,0) rotate(0);
            transform: translate(1px,0) rotate(0);
        }

        #indexPage .team_tabs .bx-wrapper .bx-controls-direction a.bx-prev:active i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(1px,1px) rotate(0);
            transform: translate(1px,1px) rotate(0);
        }

    #indexPage .team_tabs .bx-wrapper .bx-controls-direction a i
    {
        font-size: 22px;
        margin-top: 8px;
        margin-left: 15px;
    }

        #indexPage .team_tabs .bx-wrapper .bx-controls-direction a i:after, #indexPage .team_tabs .bx-wrapper .bx-controls-direction a i:before
        {
            -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
        }

        #indexPage .team_tabs .bx-wrapper .bx-controls-direction a i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        #indexPage .team_tabs .bx-wrapper .bx-controls-direction a i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,1px) rotate(0);
            transform: translate(0,1px) rotate(0);
        }


#indexPage .team_tabs .content_wrapper
{
    margin-right: -20px;
}

    #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-helper
    {
        display: none;
    }

    #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-next, #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-prev
    {
        opacity: 0;
        background: 0 0;
    }

        #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-next i, #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-prev i
        {
            display: none;
        }

        #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-next:after, #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-prev:after
        {
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            content: "\e90f";
            color: #999;
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 20px;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-next:hover, #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-prev:hover
        {
            background: 0 0;
        }

            #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-next:hover:after, #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-prev:hover:after
            {
                color: #fff;
            }

        #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-next:after
        {
            content: "\e90f";
        }

        #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-prev:after
        {
            content: "\e90e";
        }

    #indexPage .team_tabs .content_wrapper .bx-wrapper
    {
        max-width: none!important;
        position: relative;
    }

        #indexPage .team_tabs .content_wrapper .bx-wrapper:before
        {
            content: "";
            position: absolute;
            border-top: 1px solid #d9d9d9;
            width: 2000px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        #indexPage .team_tabs .content_wrapper .bx-wrapper .bx-viewport
        {
            padding: 20px 20px;
            margin-left: -20px;
        }

    #indexPage .team_tabs .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-next, #indexPage .team_tabs .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-prev
    {
        opacity: 1;
    }

    #indexPage .team_tabs .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-prev
    {
        left: -40px;
    }

    #indexPage .team_tabs .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-next
    {
        right: -40px;
    }

#indexPage .team_tabs .container_category
{
    display: none;
}

#indexPage .team_tabs .tab_content .item_block
{
    position: relative;
}

    #indexPage .team_tabs .tab_content .item_block:after
    {
        content: "";
        width: 3px;
        height: 3px;
        border: 3px solid #fff;
        border-radius: 50%;
        background: #a8a8a8;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        transition: all .36s ease;
        z-index: 10;
    }

    #indexPage .team_tabs .tab_content .item_block:before
    {
        content: "";
        width: 0;
        height: 0;
        border-left: 1px solid #e9e9e9;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all .36s ease;
        z-index: 10;
    }

    #indexPage .team_tabs .tab_content .item_block:hover
    {
        box-shadow: 0 10px 25px rgba(0,0,0,.15);
    }

        #indexPage .team_tabs .tab_content .item_block:hover:after
        {
            width: 6px;
            height: 6px;
            border: 2px solid #666;
            background: #fff;
        }

        #indexPage .team_tabs .tab_content .item_block:hover:before
        {
            height: 30px;
        }

        #indexPage .team_tabs .tab_content .item_block:hover .item_wrapper .item_info .description, #indexPage .team_tabs .tab_content .item_block:hover .item_wrapper .item_info .title
        {
            color: #000;
        }

        #indexPage .team_tabs .tab_content .item_block:hover .item_wrapper .item_info .title
        {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        #indexPage .team_tabs .tab_content .item_block:hover .item_wrapper .item_info .description
        {
            -webkit-transform: translateY(12px);
            -ms-transform: translateY(12px);
            transform: translateY(12px);
        }

    #indexPage .team_tabs .tab_content .item_block .item_img
    {
        display: none;
    }

    #indexPage .team_tabs .tab_content .item_block .item_wrapper .item_info .title
    {
        font-family: helveticaneuethn,Arial;
        padding-top: 89px;
        padding-bottom: 16px;
        height: 129px;
        font-size: 24px;
        line-height: 1;
        color: #737373;
        text-align: center;
        position: relative;
        box-sizing: border-box;
        transition: all .36s ease;
    }

    #indexPage .team_tabs .tab_content .item_block .item_wrapper .item_info .subtitle
    {
        display: none;
    }

    #indexPage .team_tabs .tab_content .item_block .item_wrapper .item_info .description
    {
        height: 129px;
        margin-top: 24px;
        margin-bottom: 50px;
        padding: 0 65px;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        color: #888;
        box-sizing: border-box;
        transition: all .36s ease;
    }

#indexPage .team_tabs .content_wrapper
{
    position: relative;
    margin-right: 0;
}

#indexPage .team_tabs .item_block
{
    width: calc(100% / 4 - 0px);
    height: auto;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 0 rgba(0,0,0,.15);
    transition: all .36s ease;
}

.npagePage .team_tabs
{
    margin-top: 0;
}

#postSlider
{
    display: none;
}

#indexPage .news .content_wrapper
{
    position: relative;
    height: 510px;
}

    #indexPage .news .content_wrapper::after
    {
        content: "";
        display: block;
        clear: both;
    }

#indexPage .news .container_category
{
    margin-right: 50px;
}

#indexPage .news .content_wrapper .more_wrap
{
    position: absolute;
    right: 20px;
    bottom: calc(100% + 75px);
}

    #indexPage .news .content_wrapper .more_wrap .more
    {
        display: block;
    }

#indexPage .news .content_wrapper.slider .more_wrap
{
    right: 15px;
}

#indexPage .news .more
{
    display: none;
}

.npagePage:not(.post) .news .more
{
    display: none;
}

.npagePage:not(.post) .news .item_tags
{
    display: none;
}

.npagePage.post #pageTarget
{
    background: #f7f7f7;
}

    .npagePage.post #pageTarget .container_target
    {
        float: right;
        margin-top: 4px;
        line-height: 45px;
    }

        .npagePage.post #pageTarget .container_target i
        {
            margin: 0 10px;
        }

.npagePage.post .news #postContent
{
    float: left;
    width: 800px;
}

    .npagePage.post .news #postContent .title
    {
        font-size: 16px;
    }

    .npagePage.post .news #postContent #postInfo
    {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        padding: 44px 0 16px 116px;
    }

        .npagePage.post .news #postContent #postInfo:after
        {
            position: absolute;
            content: "";
            width: 34px;
            border-top: 1px solid #ccc;
            top: 57px;
            left: 71px;
        }

        .npagePage.post .news #postContent #postInfo .title
        {
            font-size: 16px;
            line-height: 30px;
            color: #303030;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .npagePage.post .news #postContent #postInfo .subtitle
        {
            display: none;
        }

        .npagePage.post .news #postContent #postInfo .usetdate
        {
            font-size: 22px;
            line-height: 30px;
            overflow: hidden;
            position: absolute;
            top: 42px;
            left: 2px;
            font-family: HELVETICANEUELTPRO-THEX,Arial;
            font-size: 22px;
            width: 66px;
            white-space: nowrap;
            text-indent: -60px;
        }

        .npagePage.post .news #postContent #postInfo .description
        {
            font-size: 13px;
            line-height: 30px;
            height: 30px;
            overflow: hidden;
        }

        .npagePage.post .news #postContent #postInfo .item_tags
        {
            display: none;
        }

.npagePage.post .news #listContent
{
    float: right;
    width: 320px;
    padding-top: 90px;
}

    .npagePage.post .news #listContent h3
    {
        display: none;
    }

    .npagePage.post .news #listContent .more
    {
        display: none;
    }

    .npagePage.post .news #listContent .item_tags
    {
        display: block;
        border-bottom: 1px solid #e5e5e5;
    }

        .npagePage.post .news #listContent .item_tags::after
        {
            content: "";
            display: block;
            clear: both;
        }

        .npagePage.post .news #listContent .item_tags a
        {
            float: left;
            line-height: 30px;
            color: #666;
            padding: 0 19px;
            transition: all .36s ease;
        }

            .npagePage.post .news #listContent .item_tags a:hover
            {
                background: #233876;
                color: #fff;
            }

    .npagePage.post .news #listContent .mlist .more_wrap
    {
        display: none;
    }

    .npagePage.post .news #listContent .mlist .content_list .item_block
    {
        position: relative;
        padding: 27px 0 24px;
    }

        .npagePage.post .news #listContent .mlist .content_list .item_block:not(:last-child)
        {
            border-bottom: 1px solid #e5e5e5;
        }

        .npagePage.post .news #listContent .mlist .content_list .item_block:hover
        {
            box-shadow: 0 0 60px -10px rgba(0,0,0,.1);
        }

            .npagePage.post .news #listContent .mlist .content_list .item_block:hover:before
            {
                width: 100%;
                opacity: 1;
            }

            .npagePage.post .news #listContent .mlist .content_list .item_block:hover .item_wrapper
            {
                margin-left: 20px;
            }

            .npagePage.post .news #listContent .mlist .content_list .item_block:hover .item_des
            {
                padding-left: 5px;
            }

        .npagePage.post .news #listContent .mlist .content_list .item_block:before
        {
            content: "";
            transition: all .36s ease;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -2px;
            width: 40%;
            border: 1px solid #2a3e7a;
            opacity: 0;
        }

        .npagePage.post .news #listContent .mlist .content_list .item_block img
        {
            width: 100%;
        }

        .npagePage.post .news #listContent .mlist .content_list .item_block .item_img
        {
            display: none;
        }

        .npagePage.post .news #listContent .mlist .content_list .item_block .item_wrapper
        {
            transition: all .36s ease;
            position: relative;
        }

            .npagePage.post .news #listContent .mlist .content_list .item_block .item_wrapper .date_wrap
            {
                font-size: 16px;
                line-height: 30px;
                overflow: hidden;
                position: absolute;
                top: 0;
                left: 2px;
                font-family: HELVETICANEUELTPRO-THEX,Arial;
            }

                .npagePage.post .news #listContent .mlist .content_list .item_block .item_wrapper .date_wrap .year
                {
                    display: none;
                }

            .npagePage.post .news #listContent .mlist .content_list .item_block .item_wrapper .item_info .title
            {
                position: relative;
                font-size: 14px;
                line-height: 30px;
                color: #333;
                padding-left: 76px;
                max-width: 200px;
            }

                .npagePage.post .news #listContent .mlist .content_list .item_block .item_wrapper .item_info .title:before
                {
                    content: "";
                    position: absolute;
                    width: 15px;
                    border-top: 1px solid #ccc;
                    top: 14px;
                    left: 52px;
                }

            .npagePage.post .news #listContent .mlist .content_list .item_block .item_wrapper .item_info .subtitle
            {
                display: none;
            }

        .npagePage.post .news #listContent .mlist .content_list .item_block .item_tags
        {
            display: none;
        }

        .npagePage.post .news #listContent .mlist .content_list .item_block .item_des
        {
            transition: all .36s ease;
            margin-top: 13px;
            font-size: 13px;
            line-height: 24px;
            height: 48px;
            width: 280px;
            overflow: hidden;
        }

        .npagePage.post .news #listContent .mlist .content_list .item_block .details
        {
            display: none;
        }

.npagePage.post .news #tabBtn .post-next .img-wrap, .npagePage.post .news #tabBtn .post-prev .img-wrap
{
    width: 120px;
}

.npagePage.post .news #tabBtn .post-next .infor-wrap .title, .npagePage.post .news #tabBtn .post-prev .infor-wrap .title
{
    font-size: 14px;
}

.npagePage.post .news #tabBtn .post-next:hover .infor-wrap .title, .npagePage.post .news #tabBtn .post-prev:hover .infor-wrap .title
{
    width: 150px;
}

.npagePage.post .news #tabBtn .post-next:hover:not(.empty) .infor-wrap .title
{
    width: 150px;
    padding-left: 110px;
}

.npagePage.post .news #tabBtn .post-prev:hover:not(.empty) .infor-wrap .title
{
    width: 150px;
    padding-right: 110px;
}

.npagePage.post #tabBtn::after
{
    content: "";
    display: block;
    clear: both;
}

.npagePage.post #tabBtn .post-next, .npagePage.post #tabBtn .post-prev
{
    transition: all .36s ease;
    position: relative;
    width: 50%;
    height: 120px;
    overflow: hidden;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}

    .npagePage.post #tabBtn .post-next:not(.empty):hover, .npagePage.post #tabBtn .post-prev:not(.empty):hover
    {
        background: #2d417b;
    }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .infor-wrap .title, .npagePage.post #tabBtn .post-prev:not(.empty):hover .infor-wrap .title
        {
            color: #fff;
        }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle, .npagePage.post #tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle
        {
            color: #a0a6bc;
        }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .img-wrap, .npagePage.post #tabBtn .post-prev:not(.empty):hover .img-wrap
        {
            opacity: 1;
        }

    .npagePage.post #tabBtn .post-next.empty, .npagePage.post #tabBtn .post-prev.empty
    {
        cursor: default;
    }

        .npagePage.post #tabBtn .post-next.empty .details, .npagePage.post #tabBtn .post-prev.empty .details
        {
            display: none;
        }

    .npagePage.post #tabBtn .post-next .img-wrap, .npagePage.post #tabBtn .post-prev .img-wrap
    {
        transition: all .36s ease;
        opacity: 0;
        width: 80px;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .npagePage.post #tabBtn .post-next .img-wrap img, .npagePage.post #tabBtn .post-prev .img-wrap img
        {
            width: 100%;
        }

    .npagePage.post #tabBtn .post-next .details, .npagePage.post #tabBtn .post-prev .details
    {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 16px;
        color: transparent;
        overflow: hidden;
    }

    .npagePage.post #tabBtn .post-next .infor-wrap, .npagePage.post #tabBtn .post-prev .infor-wrap
    {
        width: 250px;
    }

        .npagePage.post #tabBtn .post-next .infor-wrap .title, .npagePage.post #tabBtn .post-prev .infor-wrap .title
        {
            transition: all .36s ease;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 16px;
            line-height: 100px;
            display: block;
            color: #666;
        }

        .npagePage.post #tabBtn .post-next .infor-wrap .subtitle, .npagePage.post #tabBtn .post-prev .infor-wrap .subtitle
        {
            transition: all .36s ease;
            display: none;
            height: 30px;
            overflow: hidden;
            font-size: 13px;
            line-height: 30px;
        }

.npagePage.post #tabBtn .post-prev
{
    float: left;
    padding-left: 106px;
}

    .npagePage.post #tabBtn .post-prev:hover .details:before
    {
        right: 60px;
    }

    .npagePage.post #tabBtn .post-prev:hover .details:after
    {
        right: 15px;
        opacity: 1;
    }

    .npagePage.post #tabBtn .post-prev .img-wrap
    {
        right: 15px;
    }

    .npagePage.post #tabBtn .post-prev .infor-wrap
    {
        float: left;
    }

    .npagePage.post #tabBtn .post-prev .details
    {
        border-right: 1px solid #e5e5e5;
        left: 22px;
    }

        .npagePage.post #tabBtn .post-prev .details:after, .npagePage.post #tabBtn .post-prev .details:before
        {
            content: "\e90e";
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            color: #999;
            position: absolute;
            top: 50%;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .npagePage.post #tabBtn .post-prev .details:before
        {
            right: 15px;
        }

        .npagePage.post #tabBtn .post-prev .details:after
        {
            right: -30px;
            opacity: 0;
        }

.npagePage.post #tabBtn .post-next
{
    float: right;
    padding-right: 106px;
}

    .npagePage.post #tabBtn .post-next:hover .details:before
    {
        left: 60px;
    }

    .npagePage.post #tabBtn .post-next:hover .details:after
    {
        left: 15px;
        opacity: 1;
    }

    .npagePage.post #tabBtn .post-next .img-wrap
    {
        left: 15px;
    }

    .npagePage.post #tabBtn .post-next .infor-wrap
    {
        float: right;
    }

    .npagePage.post #tabBtn .post-next .details
    {
        right: 22px;
        border-left: 1px solid #e5e5e5;
    }

        .npagePage.post #tabBtn .post-next .details:after, .npagePage.post #tabBtn .post-next .details:before
        {
            content: "\e90f";
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            color: #999;
            position: absolute;
            top: 50%;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .npagePage.post #tabBtn .post-next .details:before
        {
            left: 15px;
        }

        .npagePage.post #tabBtn .post-next .details:after
        {
            left: -30px;
            opacity: 0;
        }

    .npagePage.post #tabBtn .post-next .infor-wrap .title
    {
        text-align: right;
    }

#indexPage .news .content_list
{
    float: right;
    width: 550px;
}

    #indexPage .news .content_list .item_block
    {
        position: relative;
        padding: 40px 20px 36px 38px;
    }

        #indexPage .news .content_list .item_block:not(:first-child)
        {
            border-top: 1px solid #e5e5e5;
        }

            #indexPage .news .content_list .item_block:not(:first-child):hover
            {
                box-shadow: 0 0 40px rgba(0,0,0,.08);
            }

                #indexPage .news .content_list .item_block:not(:first-child):hover .item_wrapper .item_info .title
                {
                    color: #233876;
                    -webkit-transform: translateX(-17px);
                    -ms-transform: translateX(-17px);
                    transform: translateX(-17px);
                }

                #indexPage .news .content_list .item_block:not(:first-child):hover .item_wrapper .item_des
                {
                    -webkit-transform: translateX(10px);
                    -ms-transform: translateX(10px);
                    transform: translateX(10px);
                }

                #indexPage .news .content_list .item_block:not(:first-child):hover .details:before
                {
                    left: 30px;
                    opacity: 0;
                }

                #indexPage .news .content_list .item_block:not(:first-child):hover .details:after
                {
                    left: 15px;
                    opacity: 1;
                }

            #indexPage .news .content_list .item_block:not(:first-child) .item_wrapper .item_info
            {
                width: 380px;
            }

                #indexPage .news .content_list .item_block:not(:first-child) .item_wrapper .item_info .title
                {
                    color: inherit;
                    font-size: 15px;
                    line-height: 30px;
                    padding-left: 26px;
                    -webkit-transform: translateX(-27px);
                    -ms-transform: translateX(-27px);
                    transform: translateX(-27px);
                    transition: all .36s ease;
                }

                    #indexPage .news .content_list .item_block:not(:first-child) .item_wrapper .item_info .title:before
                    {
                        content: "\f111";
                        font-family: FontAwesome;
                        speak: none;
                        font-style: normal;
                        font-weight: 400;
                        font-variant: normal;
                        text-transform: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        position: absolute;
                        left: 0;
                        -webkit-transform: scale(.4);
                        -ms-transform: scale(.4);
                        transform: scale(.4);
                        line-height: inherit;
                    }

            #indexPage .news .content_list .item_block:not(:first-child) .item_wrapper .item_des
            {
                transition: all .36s ease;
            }

            #indexPage .news .content_list .item_block:not(:first-child) .item_wrapper .date_wrap
            {
                float: right;
            }

                #indexPage .news .content_list .item_block:not(:first-child) .item_wrapper .date_wrap .md
                {
                    font-size: 22px;
                }

            #indexPage .news .content_list .item_block:not(:first-child) .item_img
            {
                display: none;
            }

            #indexPage .news .content_list .item_block:not(:first-child) .details
            {
                position: absolute;
                right: 26px;
                bottom: 44px;
                width: 40px;
                height: 16px;
                color: transparent;
                border-left: 1px solid #e5e5e5;
                overflow: hidden;
            }

                #indexPage .news .content_list .item_block:not(:first-child) .details:after, #indexPage .news .content_list .item_block:not(:first-child) .details:before
                {
                    font-family: icomoon;
                    speak: none;
                    font-style: normal;
                    font-weight: 400;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    transition: all .36s ease;
                    content: "\e90f";
                    color: #999;
                    position: absolute;
                    top: 50%;
                    font-size: 20px;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                #indexPage .news .content_list .item_block:not(:first-child) .details:before
                {
                    left: 15px;
                }

                #indexPage .news .content_list .item_block:not(:first-child) .details:after
                {
                    left: -30px;
                    opacity: 0;
                }

        #indexPage .news .content_list .item_block:first-child
        {
            position: absolute;
            top: 0;
            left: 0;
            padding: 44px 60px;
            width: 520px;
            height: 510px;
            box-sizing: border-box;
            background: #f8f8f8;
            transition: background .36s ease;
        }

            #indexPage .news .content_list .item_block:first-child:hover .details
            {
                bottom: 54px;
                opacity: 1;
            }

                #indexPage .news .content_list .item_block:first-child:hover .details:after, #indexPage .news .content_list .item_block:first-child:hover .details:before
                {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                }

            #indexPage .news .content_list .item_block:first-child:hover .item_wrapper .item_des .description
            {
                padding-left: 30px;
                border-color: #d3d3d3;
            }

            #indexPage .news .content_list .item_block:first-child:hover .item_img img
            {
                -webkit-transform: scale(1.08);
                -ms-transform: scale(1.08);
                transform: scale(1.08);
            }

            #indexPage .news .content_list .item_block:first-child .item_img
            {
                position: absolute;
                bottom: 122px;
                overflow: hidden;
            }

                #indexPage .news .content_list .item_block:first-child .item_img img
                {
                    transition: all .36s ease;
                    width: 100%;
                }

            #indexPage .news .content_list .item_block:first-child .item_wrapper .item_info .title
            {
                color: #333;
                font-size: 18px;
                line-height: 30px;
                margin-top: 20px;
            }

            #indexPage .news .content_list .item_block:first-child .item_wrapper .item_des
            {
                margin-top: 18px;
                margin-bottom: 22px;
            }

                #indexPage .news .content_list .item_block:first-child .item_wrapper .item_des .description
                {
                    transition: all .36s ease;
                    padding-left: 0;
                    box-sizing: border-box;
                    font-size: 13px;
                    line-height: 26px;
                    height: auto;
                    max-height: 52px;
                    border-left: 1px solid transparent;
                    width: 380px;
                    overflow: hidden;
                }

            #indexPage .news .content_list .item_block:first-child .details
            {
                position: absolute;
                left: 0;
                bottom: 34px;
                width: 140px;
                height: 37px;
                color: transparent;
                opacity: 0;
                background: #22326b;
                transition: all .36s ease;
            }

                #indexPage .news .content_list .item_block:first-child .details:after, #indexPage .news .content_list .item_block:first-child .details:before
                {
                    content: '';
                    background: #fff;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                    transition: all .36s ease;
                }

                #indexPage .news .content_list .item_block:first-child .details:before
                {
                    width: 0;
                    height: 15px;
                    border-left: 1px solid #fff;
                    top: 0;
                }

                #indexPage .news .content_list .item_block:first-child .details:after
                {
                    width: 15px;
                    height: 0;
                    border-top: 1px solid #fff;
                    left: 0;
                }

        #indexPage .news .content_list .item_block .item_wrapper
        {
            color: #999;
            transition: color .36s ease;
        }

            #indexPage .news .content_list .item_block .item_wrapper .item_info .title
            {
                color: inherit;
                font-size: 15px;
                line-height: 30px;
            }

            #indexPage .news .content_list .item_block .item_wrapper .item_des
            {
                margin-top: 11px;
            }

                #indexPage .news .content_list .item_block .item_wrapper .item_des .description
                {
                    font-size: 13px;
                    line-height: 26px;
                    height: 52px;
                    width: 380px;
                    overflow: hidden;
                }

            #indexPage .news .content_list .item_block .item_wrapper .date_wrap
            {
                color: inherit;
                font-family: helveticaneuethn,Arial;
            }

                #indexPage .news .content_list .item_block .item_wrapper .date_wrap .year
                {
                    display: none;
                    font-family: inherit;
                }

                #indexPage .news .content_list .item_block .item_wrapper .date_wrap .md
                {
                    color: inherit;
                    font-size: 24px;
                    line-height: 30px;
                    font-family: inherit;
                }

    #indexPage .news .content_list .item_tags
    {
        display: none;
    }

.npagePage:not(.post) .news .content_list .item_block
{
    transition: all .36s ease;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    height: 142px;
    overflow: hidden;
}

    .npagePage:not(.post) .news .content_list .item_block::after
    {
        content: "";
        display: block;
        clear: both;
    }

    .npagePage:not(.post) .news .content_list .item_block:hover
    {
        padding-left: 10px;
        box-shadow: 0 0 40px rgba(0,0,0,.08);
    }

        .npagePage:not(.post) .news .content_list .item_block:hover .item_wrapper
        {
            margin-right: -10px;
        }

            .npagePage:not(.post) .news .content_list .item_block:hover .item_wrapper .item_info .title
            {
                color: #233876;
            }

        .npagePage:not(.post) .news .content_list .item_block:hover .details:before
        {
            left: 40px;
            opacity: 0;
        }

        .npagePage:not(.post) .news .content_list .item_block:hover .details:after
        {
            left: 15px;
            opacity: 1;
        }

    .npagePage:not(.post) .news .content_list .item_block:last-child
    {
        border-bottom-width: 0;
    }

    .npagePage:not(.post) .news .content_list .item_block .item_img
    {
        float: left;
        width: 340px;
    }

        .npagePage:not(.post) .news .content_list .item_block .item_img img
        {
            max-width: 100%;
        }

    .npagePage:not(.post) .news .content_list .item_block .item_wrapper
    {
        transition: all .36s ease;
        float: right;
        width: 785px;
    }

        .npagePage:not(.post) .news .content_list .item_block .item_wrapper .date_wrap
        {
            position: absolute;
            top: 76px;
            right: 27px;
            font-family: helveticaneuethn,Arial;
        }

            .npagePage:not(.post) .news .content_list .item_block .item_wrapper .date_wrap .year
            {
                font-family: inherit;
                display: none;
            }

            .npagePage:not(.post) .news .content_list .item_block .item_wrapper .date_wrap .md
            {
                font-family: inherit;
                font-size: 22px;
                line-height: 30px;
            }

        .npagePage:not(.post) .news .content_list .item_block .item_wrapper .item_info
        {
            width: 600px;
            padding-top: 23px;
        }

            .npagePage:not(.post) .news .content_list .item_block .item_wrapper .item_info .title
            {
                font-size: 16px;
                line-height: 30px;
                color: #303030;
            }

    .npagePage:not(.post) .news .content_list .item_block .description
    {
        width: 600px;
        padding-top: 11px;
        font-size: 13px;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
        color: #888;
    }

    .npagePage:not(.post) .news .content_list .item_block .details
    {
        position: absolute;
        width: 56px;
        top: 135px;
        right: 27px;
        height: 26px;
        border-left: 1px solid #e5e5e5;
        color: transparent;
    }

        .npagePage:not(.post) .news .content_list .item_block .details:after, .npagePage:not(.post) .news .content_list .item_block .details:before
        {
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            content: "\e90f";
            position: absolute;
            top: 50%;
            color: #999;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .npagePage:not(.post) .news .content_list .item_block .details:before
        {
            left: 15px;
        }

        .npagePage:not(.post) .news .content_list .item_block .details:after
        {
            left: -30px;
            opacity: 0;
        }

        .npagePage:not(.post) .news .content_list .item_block .details i
        {
            display: none;
        }

.imagelink .bx-wrapper .bx-controls-direction .bx-next, .imagelink .bx-wrapper .bx-controls-direction .bx-prev
{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    background-color: rgba(0,0,0,.25);
}

.imagelink .bx-wrapper .bx-controls-direction a
{
    border-radius: 0;
}

    .imagelink .bx-wrapper .bx-controls-direction a.disabled
    {
        display: block;
    }

    .imagelink .bx-wrapper .bx-controls-direction a.bx-next
    {
        right: -100px;
    }

        .imagelink .bx-wrapper .bx-controls-direction a.bx-next i
        {
            margin-left: 17px;
        }

            .imagelink .bx-wrapper .bx-controls-direction a.bx-next i:after, .imagelink .bx-wrapper .bx-controls-direction a.bx-next i:before
            {
                -webkit-transform-origin: 100% 50%;
                -ms-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
            }

    .imagelink .bx-wrapper .bx-controls-direction a.bx-prev
    {
        left: -100px;
    }

        .imagelink .bx-wrapper .bx-controls-direction a.bx-prev:hover i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        .imagelink .bx-wrapper .bx-controls-direction a.bx-prev:hover i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        .imagelink .bx-wrapper .bx-controls-direction a.bx-prev:active i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(1px,0) rotate(0);
            transform: translate(1px,0) rotate(0);
        }

        .imagelink .bx-wrapper .bx-controls-direction a.bx-prev:active i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(1px,1px) rotate(0);
            transform: translate(1px,1px) rotate(0);
        }

    .imagelink .bx-wrapper .bx-controls-direction a i
    {
        font-size: 22px;
        margin-top: 8px;
        margin-left: 15px;
    }

        .imagelink .bx-wrapper .bx-controls-direction a i:after, .imagelink .bx-wrapper .bx-controls-direction a i:before
        {
            -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
        }

        .imagelink .bx-wrapper .bx-controls-direction a i:before
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,0) rotate(0);
            transform: translate(0,0) rotate(0);
        }

        .imagelink .bx-wrapper .bx-controls-direction a i:after
        {
            -webkit-transform: translate(0,0) rotate(0);
            -ms-transform: translate(0,1px) rotate(0);
            transform: translate(0,1px) rotate(0);
        }

.imagelink .bx-wrapper .bx-pager.bx-default-pager
{
    bottom: -60px;
    height: 0;
}

    .imagelink .bx-wrapper .bx-pager.bx-default-pager a
    {
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: #e3e3e3;
        border: 2px solid transparent;
        border-radius: 50%;
        margin: 0 5px;
    }

        .imagelink .bx-wrapper .bx-pager.bx-default-pager a.active
        {
            background-color: #fff;
            border-color: #293d7a;
        }

        .imagelink .bx-wrapper .bx-pager.bx-default-pager a:hover
        {
            background-color: #999;
        }

            .imagelink .bx-wrapper .bx-pager.bx-default-pager a:hover.active
            {
                background-color: #fff;
            }

.imagelink .content_wrapper .bx-wrapper .bx-controls-direction a.bx-next, .imagelink .content_wrapper .bx-wrapper .bx-controls-direction a.bx-prev
{
    opacity: 0;
}

.imagelink .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-next, .imagelink .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-prev
{
    opacity: 1;
}

.imagelink .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-prev
{
    left: -40px;
}

.imagelink .content_wrapper:hover .bx-wrapper .bx-controls-direction a.bx-next
{
    right: -40px;
}

.imagelink .content_wrapper
{
    position: relative;
    margin-right: -14px;
}

.imagelink .bx-viewport
{
    padding: 10px;
    margin-left: -10px;
}

.imagelink .content_list::after
{
    content: "";
    display: block;
    clear: both;
}

.imagelink .content_list .item_block
{
    width: calc(100% / 4 - 14px);
    margin-right: 14px;
    margin-bottom: 14px;
    float: left;
    position: relative;
    transition: all .36s ease;
}

    .imagelink .content_list .item_block .item_img
    {
        position: relative;
        display: block;
        z-index: 10;
    }

    .imagelink .content_list .item_block img
    {
        width: 100%;
        height: auto;
        transition: all ease-out .3s .1s;
        float: none;
        box-sizing: border-box;
        opacity: .8;
    }

    .imagelink .content_list .item_block:after
    {
        content: "";
        border: 1px solid #f3f3f3;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .imagelink .content_list .item_block:hover
    {
        box-shadow: 0 0 40px rgba(0,0,0,.1);
    }

.imagelink .container_category
{
    display: none;
}

.imagelink .module_container
{
    padding: 20px 5px 146px;
}

#indexPage .module.imagelink .container_header
{
    display: none;
}

.agent-pc .singlescreen #indexPage .imagelink .module_container
{
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0;
}

#indexPage .team
{
    background: #f8f8f8;
}

    #indexPage .team .bx-wrapper .bx-controls-direction
    {
        position: absolute;
        bottom: 98px;
    }

        #indexPage .team .bx-wrapper .bx-controls-direction a
        {
            position: initial;
            display: inline-block;
            border-radius: 0;
            width: 50px;
            height: 20px;
            background: 0 0;
            text-align: center;
        }

            #indexPage .team .bx-wrapper .bx-controls-direction a.disabled
            {
                display: block;
            }

            #indexPage .team .bx-wrapper .bx-controls-direction a:first-child
            {
                border-right: 1px solid #b0b3c0;
            }

            #indexPage .team .bx-wrapper .bx-controls-direction a:hover i
            {
                color: #000;
            }

            #indexPage .team .bx-wrapper .bx-controls-direction a:hover.bx-prev i
            {
                margin-right: 15px;
            }

            #indexPage .team .bx-wrapper .bx-controls-direction a:hover.bx-next i
            {
                margin-left: 15px;
            }

            #indexPage .team .bx-wrapper .bx-controls-direction a i
            {
                font-size: 18px;
                margin: 0;
                line-height: 20px;
                color: #b0b3c0;
            }

    #indexPage .team .container_category, #indexPage .team .more
    {
        display: none;
    }

    #indexPage .team .module_container .container_header
    {
        width: 338px;
        position: absolute;
        top: 100px;
        padding-top: 150px;
    }

        #indexPage .team .module_container .container_header .title
        {
            font-size: 16px;
            line-height: 30px;
            color: #69696b;
        }

        #indexPage .team .module_container .container_header .subtitle
        {
            margin-top: 40px;
        }

    #indexPage .team .content_wrapper
    {
        margin-right: -15px;
    }

    #indexPage .team .container_header .subtitle
    {
        font-size: 13px;
        line-height: 26px;
    }

    #indexPage .team .bx-wrapper
    {
        max-width: none!important;
    }

        #indexPage .team .bx-wrapper .bx-viewport
        {
            width: 57%!important;
            margin-left: calc(100% - 57% - 20px);
            padding: 20px;
        }

        #indexPage .team .bx-wrapper .bx-pager
        {
            display: none;
        }

    #indexPage .team .item_block
    {
        width: calc(57% / 2 - 10px);
        margin-right: 20px;
        position: relative;
        transition: all .36s ease;
    }

        #indexPage .team .item_block:hover
        {
            box-shadow: 0 10px 20px rgba(0,0,0,.15);
        }

            #indexPage .team .item_block:hover .item_wrapper
            {
                height: 180px;
                opacity: 1;
            }

        #indexPage .team .item_block .item_wrapper
        {
            position: absolute;
            bottom: 0;
            background: #233876;
            height: 90px;
            opacity: 0;
            width: 100%;
            transition: all .36s ease;
        }

            #indexPage .team .item_block .item_wrapper .item_info
            {
                padding: 27px 23px 0 27px;
                color: #aaafc2;
            }

                #indexPage .team .item_block .item_wrapper .item_info a:hover
                {
                    color: inherit;
                }

                #indexPage .team .item_block .item_wrapper .item_info .title
                {
                    color: #fff;
                    font-size: 16px;
                    line-height: 30px;
                }

                #indexPage .team .item_block .item_wrapper .item_info .subtitle
                {
                    font-size: 13px;
                    line-height: 26px;
                    color: inherit;
                }

            #indexPage .team .item_block .item_wrapper .description
            {
                padding: 27px 23px 0 27px;
                height: 48px;
                font-size: 13px;
                line-height: 24px;
                overflow: hidden;
                color: #aaafc2;
            }

            #indexPage .team .item_block .item_wrapper .details
            {
                display: block;
                position: absolute;
                top: 40px;
                right: 0;
                width: 56px;
                height: 26px;
                border-left: 1px solid rgba(255,255,255,.1);
                color: transparent;
            }

                #indexPage .team .item_block .item_wrapper .details:before
                {
                    font-family: icomoon;
                    speak: none;
                    font-style: normal;
                    font-weight: 400;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    transition: all .36s ease;
                    content: "\e90f";
                    position: absolute;
                    top: 50%;
                    left: 15px;
                    color: #999;
                    font-size: 20px;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

        #indexPage .team .item_block .date_wrap, #indexPage .team .item_block .details, #indexPage .team .item_block .item_tags, #indexPage .team .item_block .more
        {
            display: none;
        }

.npagePage:not(.post) .team .item_block
{
    transition: all .36s ease;
    position: relative;
    float: left;
    margin-bottom: 50px;
    width: calc(50% - 10px);
    height: 261px;
}

    .npagePage:not(.post) .team .item_block::after
    {
        content: "";
        display: block;
        clear: both;
    }

    .npagePage:not(.post) .team .item_block:nth-child(2n+1)
    {
        float: left;
    }

    .npagePage:not(.post) .team .item_block:nth-child(2n)
    {
        float: right;
    }

    .npagePage:not(.post) .team .item_block:hover .item_wrapper
    {
        background: #233876;
    }

        .npagePage:not(.post) .team .item_block:hover .item_wrapper .text_wrap
        {
            transition: 0s;
            border-color: rgba(255,255,255,.08);
        }

            .npagePage:not(.post) .team .item_block:hover .item_wrapper .text_wrap .title
            {
                color: #fff;
            }

            .npagePage:not(.post) .team .item_block:hover .item_wrapper .text_wrap .subtitle
            {
                color: #fff;
            }

        .npagePage:not(.post) .team .item_block:hover .item_wrapper .description
        {
            color: #bcc0cf;
        }

    .npagePage:not(.post) .team .item_block:hover .details
    {
        transition: 0s;
        border-color: rgba(255,255,255,.08);
    }

        .npagePage:not(.post) .team .item_block:hover .details:before
        {
            color: rgba(255,255,255,.3);
            left: 25px;
        }

    .npagePage:not(.post) .team .item_block .item_img
    {
        float: left;
        width: 200px;
    }

        .npagePage:not(.post) .team .item_block .item_img img
        {
            max-width: 100%;
        }

    .npagePage:not(.post) .team .item_block .item_wrapper
    {
        position: relative;
        float: right;
        width: calc(100% - 200px);
        height: 100%;
        padding: 24px 20px 0 40px;
        box-sizing: border-box;
        transition: all .36s ease;
    }

        .npagePage:not(.post) .team .item_block .item_wrapper .details
        {
            display: none;
        }

        .npagePage:not(.post) .team .item_block .item_wrapper .text_wrap
        {
            transition: all .36s ease;
            transition-delay: .12s;
            padding-bottom: 15px;
            border-bottom: 1px solid #ebebeb;
        }

            .npagePage:not(.post) .team .item_block .item_wrapper .text_wrap .title
            {
                font-size: 16px;
                line-height: 30px;
                color: #333;
            }

            .npagePage:not(.post) .team .item_block .item_wrapper .text_wrap .subtitle
            {
                font-size: 14px;
                line-height: 24px;
                color: #adadad;
            }

        .npagePage:not(.post) .team .item_block .item_wrapper .description
        {
            font-size: 13px;
            line-height: 24px;
            height: 48px;
            overflow: hidden;
            margin-top: 15px;
            padding-right: 20px;
            box-sizing: border-box;
            color: #888;
        }

    .npagePage:not(.post) .team .item_block .details
    {
        transition: all .36s ease;
        transition-delay: .12s;
        position: absolute;
        bottom: 40px;
        left: 239px;
        width: 56px;
        height: 26px;
        border-left: 1px solid #e5e5e5;
        color: transparent;
    }

        .npagePage:not(.post) .team .item_block .details:before
        {
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            content: "\e90f";
            position: absolute;
            top: 50%;
            left: 15px;
            color: #999;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .npagePage:not(.post) .team .item_block .details i
        {
            display: none;
        }

.npagePage .team .date_wrap, .npagePage .team .more
{
    display: none;
}

.npagePage .team .item_tags
{
    display: none;
}

.npagePage.post #pageTarget
{
    background: #f7f7f7;
}

    .npagePage.post #pageTarget .container_target
    {
        float: right;
        margin-top: 4px;
        line-height: 45px;
    }

        .npagePage.post #pageTarget .container_target i
        {
            margin: 0 10px;
        }

.npagePage.post .team #postInfo
{
    padding-top: 75px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
}

    .npagePage.post .team #postInfo .title
    {
        font-size: 18px;
        line-height: 30px;
        color: #333;
    }

    .npagePage.post .team #postInfo .subtitle
    {
        font-size: 14px;
        line-height: 30px;
        color: #adadad;
    }

    .npagePage.post .team #postInfo .usetdate
    {
        display: none;
    }

.npagePage.post .team #listContent
{
    display: none;
}

.npagePage.post #tabBtn::after
{
    content: "";
    display: block;
    clear: both;
}

.npagePage.post #tabBtn .post-next, .npagePage.post #tabBtn .post-prev
{
    transition: all .36s ease;
    position: relative;
    width: 50%;
    height: 120px;
    overflow: hidden;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}

    .npagePage.post #tabBtn .post-next:not(.empty):hover, .npagePage.post #tabBtn .post-prev:not(.empty):hover
    {
        background: #2d417b;
    }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .infor-wrap .title, .npagePage.post #tabBtn .post-prev:not(.empty):hover .infor-wrap .title
        {
            color: #fff;
        }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle, .npagePage.post #tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle
        {
            color: #a0a6bc;
        }

        .npagePage.post #tabBtn .post-next:not(.empty):hover .img-wrap, .npagePage.post #tabBtn .post-prev:not(.empty):hover .img-wrap
        {
            opacity: 1;
        }

    .npagePage.post #tabBtn .post-next.empty, .npagePage.post #tabBtn .post-prev.empty
    {
        cursor: default;
    }

        .npagePage.post #tabBtn .post-next.empty .details, .npagePage.post #tabBtn .post-prev.empty .details
        {
            display: none;
        }

    .npagePage.post #tabBtn .post-next .img-wrap, .npagePage.post #tabBtn .post-prev .img-wrap
    {
        transition: all .36s ease;
        opacity: 0;
        width: 80px;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .npagePage.post #tabBtn .post-next .img-wrap img, .npagePage.post #tabBtn .post-prev .img-wrap img
        {
            width: 100%;
        }

    .npagePage.post #tabBtn .post-next .details, .npagePage.post #tabBtn .post-prev .details
    {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 16px;
        color: transparent;
        overflow: hidden;
    }

    .npagePage.post #tabBtn .post-next .infor-wrap, .npagePage.post #tabBtn .post-prev .infor-wrap
    {
        width: 250px;
    }

        .npagePage.post #tabBtn .post-next .infor-wrap .title, .npagePage.post #tabBtn .post-prev .infor-wrap .title
        {
            transition: all .36s ease;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 16px;
            line-height: 100px;
            display: block;
            color: #666;
        }

        .npagePage.post #tabBtn .post-next .infor-wrap .subtitle, .npagePage.post #tabBtn .post-prev .infor-wrap .subtitle
        {
            transition: all .36s ease;
            display: none;
            height: 30px;
            overflow: hidden;
            font-size: 13px;
            line-height: 30px;
        }

.npagePage.post #tabBtn .post-prev
{
    float: left;
    padding-left: 106px;
}

    .npagePage.post #tabBtn .post-prev:hover .details:before
    {
        right: 60px;
    }

    .npagePage.post #tabBtn .post-prev:hover .details:after
    {
        right: 15px;
        opacity: 1;
    }

    .npagePage.post #tabBtn .post-prev .img-wrap
    {
        right: 15px;
    }

    .npagePage.post #tabBtn .post-prev .infor-wrap
    {
        float: left;
    }

    .npagePage.post #tabBtn .post-prev .details
    {
        border-right: 1px solid #e5e5e5;
        left: 22px;
    }

        .npagePage.post #tabBtn .post-prev .details:after, .npagePage.post #tabBtn .post-prev .details:before
        {
            content: "\e90e";
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            color: #999;
            position: absolute;
            top: 50%;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .npagePage.post #tabBtn .post-prev .details:before
        {
            right: 15px;
        }

        .npagePage.post #tabBtn .post-prev .details:after
        {
            right: -30px;
            opacity: 0;
        }

.npagePage.post #tabBtn .post-next
{
    float: right;
    padding-right: 106px;
}

    .npagePage.post #tabBtn .post-next:hover .details:before
    {
        left: 60px;
    }

    .npagePage.post #tabBtn .post-next:hover .details:after
    {
        left: 15px;
        opacity: 1;
    }

    .npagePage.post #tabBtn .post-next .img-wrap
    {
        left: 15px;
    }

    .npagePage.post #tabBtn .post-next .infor-wrap
    {
        float: right;
    }

    .npagePage.post #tabBtn .post-next .details
    {
        right: 22px;
        border-left: 1px solid #e5e5e5;
    }

        .npagePage.post #tabBtn .post-next .details:after, .npagePage.post #tabBtn .post-next .details:before
        {
            content: "\e90f";
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            transition: all .36s ease;
            color: #999;
            position: absolute;
            top: 50%;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .npagePage.post #tabBtn .post-next .details:before
        {
            left: 15px;
        }

        .npagePage.post #tabBtn .post-next .details:after
        {
            left: -30px;
            opacity: 0;
        }

    .npagePage.post #tabBtn .post-next .infor-wrap .title
    {
        text-align: right;
    }

.agent-pc .npagePage.post .team #postContent
{
    width: 100%;
}

.agent-pc .singlescreen #indexPage .mcounter .module_container
{
    -webkit-transform: translate(-50%,-65%);
    -ms-transform: translate(-50%,-65%);
    transform: translate(-50%,-65%);
}

.agent-pc .singlescreen #indexPage .team .bx-wrapper .bx-controls-direction
{
    position: absolute;
    bottom: 68px;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.agent-pc .singlescreen #indexPage .mcustomize:not(.tlir):not(.tril) .module_container
{
    padding-top: 30px;
}

.agent-pc #indexPage #mcontact .container_header
{
    padding: 0;
}

.agent-pc #contactinfo:after
{
    content: '';
    display: block;
    clear: both;
}

.agent-pc #mcontact.module .module_container
{
    padding: 60px 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 #mcontact #contactinfo p
{
    float: left;
    width: 290px;
    padding-right: 60px;
    margin-top: 14px;
    height: auto;
    font-size: 12px;
    line-height: inherit;
}

.agent-pc #mcontact #contactinfo div
{
    position: absolute;
    left: -250px;
    margin-top: 10px;
}

    .agent-pc #mcontact #contactinfo div:after
    {
        content: '关注';
        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;
        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 transparent;
            border-radius: 0;
        }

            .agent-pc #mcontact #contactinfo div a:hover i
            {
                color: #fff;
            }

        .agent-pc #mcontact #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 #mcontact #contactinfo h3
{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 100;
}

.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;
}

.agent-pc #indexPage #contactlist #contactform
{
    display: none;
    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;
    font-size: 15px;
    padding: 5px 0;
    display: block;
    height: 40px;
    left: calc(-100% - 20px);
    left: -webkit-calc(-100% - 20px);
    cursor: pointer;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}

.npagePage .mpageEditor #mcontact .module_container
{
    max-width: 850px;
}

.agent-pc .singlescreen #indexPage .mcounter .module_container
{
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.npagePage #banner
{
    height: 300px;
}

    .npagePage #banner div
    {
        height: 300px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.npagePage .content
{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    background: #fff;
}

.npagePage.post .bx-wrapper img
{
    margin: 0 auto;
    width: auto;
}

.npagePage #postContent .postbody
{
    padding-top: 50px;
}

.agent-pc .npagePage.post .tab_button
{
    width: 100%;
    margin: 0 auto;
}

    .agent-pc .npagePage.post .tab_button li
    {
        display: inline-block;
        height: auto;
        margin-right: 20px;
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }

        .agent-pc .npagePage.post .tab_button li .item_img
        {
            width: 80px;
            height: 80px;
            margin-top: 10px;
        }

            .agent-pc .npagePage.post .tab_button li .item_img img
            {
                border-radius: 0;
                width: 100%;
            }

            .agent-pc .npagePage.post .tab_button li .item_img:after
            {
                border-radius: 0;
                width: 74px;
                height: 74px;
            }

#shares
{
    position: fixed;
    right: 7px;
    bottom: 63px;
    z-index: 99;
    height: 124px;
}

    #shares a
    {
        width: 40px;
        height: 40px;
        display: block;
        font-size: 16px;
        text-align: center;
        position: relative;
        transition: all .3s ease-out 0s;
    }

        #shares a i
        {
            margin-top: 12px;
            transition: all .3s ease-out 0s;
        }

            #shares a i.fa.fa-mobile
            {
                font-size: 24px;
                margin-top: 8px;
            }

        #shares a:hover
        {
            z-index: 1;
        }

        #shares a#sweixin
        {
            top: -1px;
        }

        #shares a#gotop
        {
            margin-top: -2px;
            font-size: 22px;
        }

            #shares a#gotop i
            {
                margin-top: 9px;
            }

#footer
{
    height: 24px;
    padding: 10px 56px;
}

    #footer p
    {
        width: 1170px;
        line-height: 24px;
        height: 24px;
        text-align: left;
        margin: 0 auto;
    }

        #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
        {
            vertical-align: top;
        }

.fixed
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    display: none;
}

    .fixed.show
    {
        display: block;
    }

#fixed_weixin .fixed-container
{
    width: 220px;
    height: auto;
    padding: 20px 20px 0 20px;
    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;
    }

#online_open
{
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right: -40px;
    bottom: 186px;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-right: -3px;
}

    #online_open i
    {
        transition: all .3s ease-out 0s;
    }

#online_lx
{
    width: 180px;
    height: auto;
    position: fixed;
    right: 7px;
    bottom: 188px;
    z-index: 99999;
    margin-right: -10px;
}

#olx_head
{
    padding: 20px;
    line-height: 16px;
    height: 16px;
    font-size: 14px;
}

    #olx_head i
    {
        font-size: 18px;
        cursor: pointer;
        transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    }

        #olx_head i:hover
        {
            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;
    display: block;
    transition: all ease-out .3s;
    font-size: 12px;
}

    #olx_qq li a i
    {
        font-size: 16px;
        vertical-align: middle;
        margin-right: 18px;
        transition: all ease-out .3s;
    }

#olx_tel
{
    padding: 20px 30px;
}

    #olx_tel div
    {
        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;
    }

#fixed_mp .fixed-container
{
    width: 258px;
    height: 298px;
    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;
    }

#assistBtn, #openAssist
{
    display: none;
}

.popup
{
    display: block;
}

    .popup .fixed-container
    {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 800px;
        height: 600px;
    }

#indexPage #topSlider .bx-wrapper .bx-controls-direction a i
{
    color: rgba(255,255,255,.5);
}

#indexPage #topSlider .bx-wrapper .bx-controls-direction a:hover i
{
    color: #fff;
}

#indexPage #topSlider .bx-wrapper .content_list li p.title
{
    font-size: 48px;
    color: #fff;
}

#indexPage #topSlider .bx-wrapper .content_list li p.subtitle
{
    color: rgba(255,255,255,.5);
}

#indexPage .project .item_block .item_info .subtitle, .npagePage:not(.post) .project .item_block .item_info .subtitle
{
    margin-top: 8px;
}

#indexPage .mcounter ul.content_list li .counterDX
{
    color: #555;
}

#shares a
{
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
}

.mcustomize.tlir .container_content .mediabody a .image
{
    border: none;
}

#indexPage .news .content_list .item_block:first-child .details
{
    left: 60px;
}

    #indexPage .news .content_list .item_block:first-child .details::before
    {
        top: -50%;
    }

#indexPage .service .item_block .item_wrapper .item_des, .npagePage:not(.post) .service .item_block .item_wrapper .item_des
{
    padding: 15px 0 70px;
}

#indexPage .news .content_list .item_block:not(:first-child) .item_wrapper .item_info .title
{
    color: #666;
}

#indexPage #topSlider .bx-wrapper .bx-controls-direction a i
{
    transition: all .3s ease-out 0s;
}

#indexPage #topSlider .bx-wrapper .bx-controls-direction a:hover i
{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#indexPage #mcontact
{
    background-color: #f8f8f8;
}

body:not(.singlescreen) #indexPage .mlist.team, body:not(.singlescreen) #indexPage .mlist.team_tabs
{
    padding-bottom: 0;
}

#indexPage .service .item_block .item_wrapper, .npagePage:not(.post) .service .item_block .item_wrapper
{
    padding-top: 26px;
}

    #indexPage .service .item_block .item_wrapper .item_info .title, .npagePage:not(.post) .service .item_block .item_wrapper .item_info .title
    {
        padding-bottom: 15px;
    }

#indexPage .service .item_block:hover .item_wrapper, .npagePage:not(.post) .service .item_block:hover .item_wrapper
{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

#indexPage .service .item_block .details i, .npagePage:not(.post) .service .item_block .details i
{
    left: -30px;
    transition: all .3s ease-out 0s;
}

#indexPage .service .item_block:hover .details i, .npagePage:not(.post) .service .item_block:hover .details i
{
    left: 0;
}

#indexPage .team .bx-wrapper .bx-controls-direction a:first-child
{
    border-right: 1px solid rgba(0,0,0,.1);
}

#indexPage .service .item_block, .npagePage:not(.post) .service .item_block
{
    transition: all .3s ease-out 0s;
}

#indexPage .project .item_block:hover, .npagePage:not(.post) .project .item_block:hover
{
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
}

.npagePage.post .project #listContent .mlist .content_list .item_block
{
    padding: 20px 0;
}

    .npagePage.post .project #listContent .mlist .content_list .item_block:hover
    {
        box-shadow: 0 0 30px rgba(0,0,0,.1);
        padding-left: 15px;
    }

.npagePage.post .project #postContent #postInfo
{
    padding-bottom: 22px;
}

.npagePage #postContent .postbody
{
    padding-top: 40px;
}

.npagePage.post .service #listContent .content_wrapper .content_list .item_block
{
    margin-bottom: 40px;
}

.npagePage.post .service #listContent .content_wrapper .content_list .item_wrapper .item_info .subtitle
{
    display: none;
}

.npagePage.post #postContent
{
    margin-bottom: 40px;
}

.npagePage.post .service #postInfo
{
    padding-bottom: 20px;
}

    .npagePage.post .service #postInfo .description
    {
        padding-top: 15px;
        line-height: 28px;
    }

.npagePage .service #listContent .content_wrapper .content_list .item_block
{
    transition: all .3s ease-out 0s;
}

#indexPage .service .item_block:hover, .npagePage:not(.post) .service .item_block:hover
{
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

#indexPage .project .item_block .item_img .item_mask, .npagePage:not(.post) .project .item_block .item_img .item_mask
{
    width: 41px;
    height: 41px;
}

.npagePage.post .project #listContent .mlist .content_list .item_block .item_box .item_wrapper
{
    width: 140px;
    padding-top: 5px;
}

.npagePage.post .project #listContent .mlist .content_list .item_block .item_wrapper .item_info .title
{
    max-width: 136px;
}

.npagePage.post #tabBtn .post-next .details, .npagePage.post #tabBtn .post-prev .details
{
    border-color: rgba(0,0,0,.1);
    transition: all .3s ease-out 0s;
}

.npagePage.post #tabBtn .post-next:hover .details, .npagePage.post #tabBtn .post-prev:hover .details
{
    border-color: rgba(255,255,255,.2);
}

    .npagePage.post #tabBtn .post-next:hover .details::after, .npagePage.post #tabBtn .post-prev:hover .details::after
    {
        color: rgba(255,255,255,.8);
    }

.npagePage.post #tabBtn .post-next:hover:not(.empty) .infor-wrap .title
{
    margin-right: -20px;
    transition-delay: .1s;
}

.npagePage.post #tabBtn .post-prev:hover:not(.empty) .infor-wrap .title
{
    margin-left: -20px;
    transition-delay: .1s;
}

.npagePage #postContent .postbody
{
    margin-bottom: 60px;
}

#indexPage .news .content_list .item_block:hover:not(:first-child)
{
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.mcustomize.tlir .container_content .contentbody .wrapper .description a, .mcustomize.tril .container_content .contentbody .wrapper .description a
{
    line-height: 38px;
}

.npagePage:not(.post) .news .content_list .item_block:hover
{
    padding-left: 20px;
    box-shadow: 0 8px 35px rgba(0,0,0,.08);
}

.npagePage:not(.post) .news .content_list .item_block .item_wrapper .date_wrap
{
    top: 55px;
}

#sitecontent #indexPage .ad01
{
    background-position: top center;
    background-size: auto;
}

#navWrapper .content .nav > li:not(.jsMoveEl) > a
{
    transition: all .3s ease-out 0s;
}

    #navWrapper .content .nav > li:not(.jsMoveEl) > a:hover
    {
        box-shadow: 0 -2px 6px rgba(0,0,0,.12);
    }

    #navWrapper .content .nav > li:not(.jsMoveEl) > a.active, #navWrapper .content .nav > li:not(.jsMoveEl) > a:hover
    {
        color: #233876;
    }

#indexPage .team .item_block:hover
{
    box-shadow: 0 5px 18px rgba(0,0,0,.1);
}

#indexPage .team .item_block a.item_box
{
    overflow: hidden;
}

#indexPage .team .item_block a .item_img
{
    overflow: hidden;
}

    #indexPage .team .item_block a .item_img img
    {
        transition: all .3s ease-out 0s;
    }

#indexPage .team .item_block:hover a .item_img img
{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.npagePage:not(.post) .team .item_block:hover
{
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
}

#sitecontent #indexPage .ad01 .module_container
{
    padding-top: 216px;
}

body:not(.singlescreen) #indexPage .mlist.team_tabs
{
    padding-top: 20px;
}

#indexPage .team_tabs .module_container
{
    padding-bottom: 40px;
}

#indexPage .team .item_block .item_wrapper .item_info .subtitle
{
    color: rgba(255,255,255,.7);
}

#indexPage .team .item_block .item_wrapper .description
{
    color: rgba(255,255,255,.55);
    padding-top: 18px;
}

#indexPage .team .item_block .item_wrapper .details::before
{
    color: rgba(255,255,255,.7);
}

#indexPage .team .item_block .item_wrapper .details
{
    border-color: rgba(255,255,255,.2);
}

.npagePage:not(.post) .team .item_block:hover .item_wrapper .description
{
    color: rgba(255,255,255,.6);
}

.ad01 .module_container .container_content .content_wrapper .item_block:not(:first-child) .item_wrapper .description
{
    margin-top: 15px;
}

#indexPage .team_tabs .tab_content .item_block:hover::after
{
    width: 7px;
    height: 7px;
}

#online_open
{
    right: 3px!important;
}

#shares
{
    right: 0;
}

#indexPage .project .item_block:hover .item_img .item_mask, .npagePage:not(.post) .project .item_block:hover .item_img .item_mask
{
    margin: -20px auto auto -20px;
}

#indexPage .project .item_block .item_img .item_mask, .npagePage:not(.post) .project .item_block .item_img .item_mask
{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    margin: -60px auto auto -20px;
}

    #indexPage .project .item_block .item_img .item_mask:after, #indexPage .project .item_block .item_img .item_mask:before, .npagePage:not(.post) .project .item_block .item_img .item_mask:after, .npagePage:not(.post) .project .item_block .item_img .item_mask:before
    {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #indexPage .project .item_block .item_img .item_mask::after, .npagePage:not(.post) .project .item_block .item_img .item_mask::after
    {
        margin-top: -1px;
        margin-left: -8px;
    }

    #indexPage .project .item_block .item_img .item_mask::before, .npagePage:not(.post) .project .item_block .item_img .item_mask::before
    {
        margin-top: -8px;
        margin-left: -1px;
    }

#indexPage .news .content_list .item_block:first-child:hover .details:after
{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: -8px;
    margin-top: -1px;
}

#indexPage .news .content_list .item_block:first-child:hover .details:before
{
    margin-top: -8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: -1px;
}

#indexPage .team_tabs .tab_content .item_block::after
{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: -5px;
    margin-top: -5px;
}

.mcustomize:not(.tlir):not(.tril) .container_content .contentbody .wrapper .description
{
    line-height: 24px;
}

    .mcustomize:not(.tlir):not(.tril) .container_content .contentbody .wrapper .description p:first-child
    {
        padding-top: 60px;
    }

    .mcustomize:not(.tlir):not(.tril) .container_content .contentbody .wrapper .description p:last-child
    {
        padding-bottom: 30px;
    }

.agent-pc #mcontact .container_content
{
    max-width: 1170px;
    float: none;
}

    .agent-pc #mcontact .container_content #contactinfo
    {
        max-width: 1170px;
        position: relative;
        padding-left: 470px;
        top: -45px;
    }

.agent-pc #mcontact #contactinfo div
{
    left: 200px;
}

.agent-pc #indexPage #contactlist #contactform
{
    display: none;
    float: left;
    left: 0;
    margin-left: 0;
}

.agent-pc .npagePage .mpageEditor #mcontact .container_content #contactinfo
{
    display: none;
}

.agent-pc .npagePage #mcontact #contactlist #contactform
{
    left: 0;
    max-width: 1170px;
}

.agent-pc .npagePage .mpageEditor #mcontact .container_content
{
    float: left;
}

.agent-pc #mcontact.module .module_container
{
    padding: 85px 5px 50px;
}

.agent-pc #contactform p .inputtxt.submit
{
    border: 1px solid rgba(0,0,0,.1);
    font-size: 14px;
    color: #666;
}

.npagePage.post .project #postContent #postInfo .description a
{
    padding: 9px 25px;
    border: 1px solid rgba(0,0,0,.15);
    transition: all .3s ease-out 0s;
    margin-right: 10px;
}

    .npagePage.post .project #postContent #postInfo .description a:hover
    {
        color: #fff;
    }

.npagePage.post .service #listContent .content_wrapper .content_list .item_block:hover
{
    box-shadow: 0 8px 30px rgba(0,0,0,.1);
}

.npagePage:not(.post) .team .item_block:hover .details::before
{
    color: rgba(255,255,255,.8);
}

.npagePage:not(.post) .team .item_block:hover .item_img
{
    overflow: hidden;
}

.npagePage:not(.post) .team .item_block .item_img img
{
    transition: all .3s ease-out 0s;
}

.npagePage:not(.post) .team .item_block:hover .item_img img
{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.npagePage:not(.post) .team .item_block .item_wrapper .description, .npagePage:not(.post) .team .item_block .item_wrapper .text_wrap .subtitle, .npagePage:not(.post) .team .item_block .item_wrapper .text_wrap .title
{
    transition: all .3s ease-out 0s;
}

.npagePage:not(.post) .team .item_block .item_wrapper .item_box
{
    margin-top: 0;
    display: block;
    transition: all .3s ease-out 0s;
}

.npagePage:not(.post) .team .item_block:hover .item_wrapper .item_box
{
    margin-top: 10px;
}

#indexPage .news .content_wrapper .more_wrap, #indexPage .service .content_wrapper.slider .more_wrap, .agent-pc #indexPage .project .content_wrapper.slider .more_wrap
{
    right: 0;
    bottom: calc(100% + 73px);
}

.agent-pc #indexPage .mlist .container_category
{
    margin-right: 40px;
    padding-top: 5px;
}

.agent-pc .ad01 .module_container .container_content .content_wrapper .item_block .details::before
{
    border-color: rgba(0,0,0,.15);
}

.agent-pc .ad01 .module_container .container_content .content_wrapper .item_block:nth-child(2n+1):not(:first-child) .item_wrapper .details::before
{
    color: #888;
}

#indexPage #topSlider .bx-wrapper .bx-controls-direction a.bx-prev i
{
    margin-left: -1px;
    margin-top: -1px;
}

@media screen and (max-width:990px)
{
    .agent-pc body, .module .module_container
    {
        min-width: auto;
        max-width: 940px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.mcustomize .container_content .mediabody a .image
{
    background-size: cover;
}

.imagelink .content_list .item_block:after
{
    z-index: -1;
}


body #search-header
{
    display: none;
}

body #header
{
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
}

    body #header #search-nav
    {
        height: 70px;
    }

    body #header.mini #search-nav
    {
        height: 66px;
    }

body #sitecontent
{
  
}

body #header
{
    transition: height 0.36s ease;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    body #header.mini
    {
        height: 66px;
    }

        body #header.mini #navWrapper .content .nav > .navitem
        {
            font-size: 14px;
        }

            body #header.mini #navWrapper .content .nav > .navitem > a
            {
                line-height: 64px;
            }

        body #header.mini #logo img
        {
            height: 34px !important;
        }

    body #header .wrapper
    {
        height: 100%;
    }

        body #header .wrapper > .content
        {
            max-width: 1170px;
            margin: 0 auto;
            height: 100%;
        }

body #headTop
{
    position: relative;
    float: left;
    height: 100%;
    margin-right: 50px;
}

    body #headTop #logo
    {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    body #headTop #logo
    {
        position: relative;
        display: block;
    }

        body #headTop #logo img
        {
            height: 44px !important;
            max-width: initial;
        }

body #navWrapper
{
    float: right;
    height: 100%;
}

    body #navWrapper .content
    {
        height: 100%;
    }

        body #navWrapper .content::after
        {
            content: "";
            display: block;
            clear: both;
        }

        body #navWrapper .content .nav
        {
            height: 100%;
            float: right;
        }

            body #navWrapper .content .nav > .navitem
            {
                transition: all 0.36s ease;
                cursor: pointer;
                position: relative;
                float: left;
                font-size: 14px;
            }

                body #navWrapper .content .nav > .navitem:hover .subnav
                {
                    opacity: 1;
                    visibility: visible;
                }

                body #navWrapper .content .nav > .navitem > a
                {
                    transition: all 0.36s ease;
                    display: block;
                    padding: 0 26px;
                    border-bottom: 2px solid transparent;
                    line-height: calc(70px - 2px);
                }

                    body #navWrapper .content .nav > .navitem > a.active
                    {
                        color: #909744;
                        border-color: #909744;
                    }

                body #navWrapper .content .nav > .navitem .subnav
                {
                    transition: all 0.36s ease;
                    position: absolute;
                    top: calc(100% - 2px);
                    left: 0;
                    z-index: 199;
                    opacity: 0;
                    visibility: hidden;
                    width: 180px;
                    height: auto;
                    border-width: 2px 0 0;
                    border-style: solid;
                    border-color: #909744;
                    overflow: hidden;
                    background: #fff;
                    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
                }

                    body #navWrapper .content .nav > .navitem .subnav li
                    {
                        cursor: pointer;
                        width: 100%;
                    }

                        body #navWrapper .content .nav > .navitem .subnav li a
                        {
                            transition: all 0.36s ease;
                            font-weight: 500;
                            padding: 12px 24px;
                            line-height: 22px;
                            display: block;
                            transition: all .2s ease-in-out;
                            font-size: 12px;
                            color: #666;
                        }

                            body #navWrapper .content .nav > .navitem .subnav li a:hover
                            {
                                color: #fff;
                                background-color: #909744;
                            }

body #openBtn, body #hcontact
{
    display: none;
}

body .singlescreen #header
{
    height: 66px;
}

    body .singlescreen #header #navWrapper .content .nav > .navitem > a
    {
        line-height: 64px;
    }

body #navWrapper
{
    float: left;
}

body #header .wrapper > .content
{
    position: relative;
}

body #search-nav
{
    position: absolute;
    right: 0;
}

body #navWrapper
{
    float: right;
}

    body #navWrapper .content
    {
        padding-right: 40px;
    }

        body #navWrapper .content .nav > .navitem .subnav
        {
            width: auto;
            overflow: visible;
            z-index: 111;
            background: #fff;
            left: 50%;
            transform: translateX(-50%);
            border: none;
            border-top: 1px solid #f2f2f2;
        }

            body #navWrapper .content .nav > .navitem .subnav li
            {
                width: auto;
                display: inline-block;
                background: #fff;
            }

        body #navWrapper .content, body #navWrapper .content .nav > .navitem
        {
            position: initial;
        }

            body #navWrapper .content .nav > .navitem .subnav li a:hover
            {
                color: #909744;
                background: transparent;
            }

            body #navWrapper .content .nav > .navitem .subnav
            {
                width: 200vw;
                height: 0px;
                transition: 0.36s ease;
                overflow: hidden;
                border-top: 1px solid #f2f2f2;
                text-align: center;
            }

            body #navWrapper .content .nav > .navitem:hover .subnav
            {
                height: 46px;
            }

            body #navWrapper .content .nav > .navitem .subnav
            {
                box-shadow: 0 13px 16px 0px rgba(0, 0, 0, 0.03);
            }

#navMini
{
    display: none;
}

body #header.mini #navWrapper .content .nav > .navitem > a
{
    line-height: 66px;
}

body #navWrapper .content .nav > .navitem > a
{
    border-bottom: 1px solid transparent;
    line-height: calc(70px - 1px);
}

body #headTop #logo img
{
    height: 50px !important;
}

body #header.mini #logo img
{
    height: 44px !important;
}

body #navWrapper .content
{
    padding-right: 60px;
}

/*通用  */

#navWrapper .content .nav > .navitem > a:hover
{
    border-color: transparent;
}




/* 导航 */

/* body #header .wrapper>.content {
    max-width: 100%;
    margin-left: 15.5%;
    margin-right: 15.5%;
  } */

body #header .wrapper > .content
{
    max-width: 1400px;
}

@media screen and (max-width:1440px)
{
    body #header .wrapper > .content
    {
        margin-left: 3.6%;
        margin-right: 3.6%;
    }

    .ff_topSlider .owl-nav
    {
        width: 1170px;
    }
}

body #navWrapper .content .nav > .navitem > a.active
{
    color: #0153ba;
    border-color: transparent;
}

#navWrapper .content .nav > .navitem > a:hover
{
    color: #0153ba;
}

/* daohangdongxiao */

/* body #navWrapper .content .nav > .navitem .subnav{
    position: relative;
    
  } */

body #navWrapper .content .nav > .navitem .subnav li
{
    /* overflow: hidden; */
    white-space: nowrap;
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    color: #0153ba;
    background-color: #fff;
}

    body #navWrapper .content .nav > .navitem .subnav li a
    {
        position: relative;
        overflow: hidden;
    }

        body #navWrapper .content .nav > .navitem .subnav li a:hover
        {
            background: -webkit-linear-gradient(left, black 0%, #0153ba 0px, #0153ba 60px, black 60px);
            background: -o-linear-gradient(right, black 0%, #0153ba 0px, #0153ba 60px, black 60px);
            background: -moz-linear-gradient(right, black 0%, #0153ba 0px, #0153ba 60px, black 60px);
            background: linear-gradient(to right, black 0%, #0153ba 0px, #0153ba 60px, black 60px);
            -webkit-background-clip: text;
            background-clip: text;
            background-size: 200%;
            transition: 1s cubic-bezier(0, 0, 0.2, 1);
            background-position-x: -100%;
            color: transparent;
        }

    body #navWrapper .content .nav > .navitem .subnav li a
    {
        background: -webkit-linear-gradient(left, black 0%, #0153ba 0px, #0153ba 60px, black 60px);
        background: -o-linear-gradient(right, black 0%, #0153ba 0px, #0153ba 60px, black 60px);
        background: -moz-linear-gradient(right, black 0%, #0153ba 0px, #0153ba 60px, black 60px);
        background: linear-gradient(to right, black 0%, #0153ba 0px, #0153ba 60px, black 60px);
        -webkit-background-clip: text;
        background-clip: text;
        background-position-x: -60px;
        background-size: 200%;
        color: transparent;
        transition: 0s;
    }

    body #navWrapper .content .nav > .navitem .subnav li:hover a
    {
        background-position-x: -100%;
        transition: 1s cubic-bezier(0, 0, 0.2, 1);
    }

@keyframes slideBg
{
}


body #navWrapper .content .nav > .navitem .subnav li
{
    display: block;
    width: 150px;
}

body #navWrapper .content .nav > .navitem .subnav
{
    width: auto;
    top: 100%;
}

body #navWrapper .content .nav > .navitem:hover .subnav
{
    height: auto;
}

body #navWrapper .content .nav > .navitem:hover .subnav
{
    padding: 40px 60px;
}

body #navWrapper .content .nav > .navitem .subnav li a
{
    font-size: 13px;
}

body #navWrapper .content .nav > .navitem
{
    position: relative;
}

body #header.mini #logo img
{
    height: 50px !important;
}

body #navWrapper .content .nav > .navitem .subnav
{
    box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
}

body #navWrapper .content .nav > .navitem > a:after
{
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #0153ba;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.6s cubic-bezier(.075, .82, .165, 1);
    left: 50%;
    opacity: 0;
}

body #navWrapper .content .nav > .navitem:hover > a:after
{
    width: 100%;
    opacity: 1;
}

.ff_sitecontent .module .module_container
{
    max-width: 1170px;
    margin: 0 auto;
}

.npagePage .more
{
    display: none !important;
}

.layout-img_gallary_wrapper img
{
    float: left;
}

.layout-img_gallary_wrapper html
{
    overflow-x: hidden;
    height: 100%;
}

.layout-img_gallary_wrapper p
{
    font-size: inherit;
}

.layout-img_gallary_wrapper body
{
    font-family: MTTMILANO-REGULAR,Arial,微软雅黑;
    font-size: 29px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.layout-img_gallary_wrapper video
{
    vertical-align: middle;
}

.layout-img_gallary_wrapper input
{
    font-size: inherit;
    line-height: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
}

    .layout-img_gallary_wrapper input::-webkit-input-placeholder
    {
        color: #666!important;
    }

    .layout-img_gallary_wrapper input::-moz-placeholder
    {
        color: #666!important;
    }

    .layout-img_gallary_wrapper input::-ms-input-placeholder
    {
        color: #666!important;
    }

    .layout-img_gallary_wrapper input::placeholder
    {
        color: #666!important;
    }

    .layout-img_gallary_wrapper input[type=search]::-webkit-search-cancel-button
    {
        -webkit-appearance: none;
    }

    .layout-img_gallary_wrapper input:active, .layout-img_gallary_wrapper input:focus
    {
        border: none;
        outline: none;
    }

.layout-img_gallary_wrapper a
{
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.layout-img_gallary_wrapper i
{
    font-style: normal;
}

.layout-img_gallary_wrapper p
{
    margin: 0;
}

.layout-img_gallary_wrapper img
{
    max-width: 100%;
    content: normal!important;
    vertical-align: top;
}

.layout-img_gallary_wrapper li, .layout-img_gallary_wrapper ul
{
    margin: 0;
    padding: 0;
}

.layout-img_gallary_wrapper li
{
    list-style: none;
}

.layout-img_gallary_wrapper .ic
{
    display: inline-block;
}

.layout-img_gallary_wrapper .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.layout-img_gallary_wrapper .flex-cc, .layout-img_gallary_wrapper .flex-yc
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.layout-img_gallary_wrapper .flex-cc
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layout-img_gallary_wrapper .flex-sb
{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.layout-img_gallary_wrapper .body_container img
{
    width: 25%;
}

    .layout-img_gallary_wrapper .body_container img:nth-child(4n+1)
    {
        clear: left;
    }

.layout-img_gallary_wrapper img
{
    width: auto;
}

.layout-img_gallary_wrapper
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: transparent;
}

.layout-img_gallary_bg
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .35s cubic-bezier(.22,.61,.36,1);
    transition: .35s cubic-bezier(.22,.61,.36,1);
    opacity: 0;
    background: #000;
}

.layout-img_gallary_slider
{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.layout-img_gallary_item:after
{
    display: block;
    clear: both;
    content: "";
}

.layout-img_gallary_item
{
    position: relative;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layout-preview_enter .layout-img_gallary_img
{
    visibility: visible;
}

.layout-img_gallary_img
{
    position: absolute;
    visibility: hidden;
    max-width: 80%;
    max-height: 80%;
}

.layout-img_gallary_slider-btn svg
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 7px;
    border-radius: 50%;
    background: #000;
    fill: #fff;
    stroke-width: 0;
}

.layout-img_gallary_slider-btn
{
    position: absolute;
    z-index: 30;
    top: calc(50% - 50px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70px;
    height: 100px;
    padding: 31px 26px 31px 6px;
    cursor: pointer;
    -webkit-transition: .36s ease;
    transition: .36s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
    background-clip: content-box;
}

    .layout-img_gallary_slider-btn:hover
    {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.layout-img_gallary_slider-prev
{
    left: 10px;
}

.layout-img_gallary_slider-next
{
    right: 10px;
    padding: 31px 6px 31px 26px;
}

.layout-img_gallary_preview-img.center
{
    top: 50%!important;
    left: 50%!important;
    max-width: 80%!important;
    max-height: 80%!important;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.layout-img_gallary_preview-img
{
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.layout-img_gallary_info
{
    font-size: 14px;
    line-height: 34px;
    left: 10px;
    padding: 0 20px;
    color: #999;
}

.layout-img_gallary_info, .layout-img_gallary_oper
{
    position: absolute;
    z-index: 20;
    top: 10px;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: .36s ease;
    transition: .36s ease;
    opacity: 0;
    border-radius: 4px;
    background: #000;
}

.layout-img_gallary_oper
{
    right: 10px;
}

.layout-img_gallary_oper-btn
{
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
}

    .layout-img_gallary_oper-btn svg
    {
        position: relative;
        display: block;
        overflow: visible;
        width: 100%;
        height: 100%;
        -webkit-transition: .36s ease;
        transition: .36s ease;
        fill: #ccc;
    }

    .layout-img_gallary_oper-btn:hover svg
    {
        fill: #fff;
    }

.layout-img_gallary_wrapper.zoom-in .layout-img_gallary_img.h
{
    max-width: none!important;
    height: 90%!important;
    max-height: 90%!important;
}

.layout-img_gallary_wrapper.zoom-in .layout-img_gallary_img.w
{
    width: 90%!important;
    max-width: 90%!important;
    max-height: none!important;
}

.layout-img_gallary_wrapper.layout-show_nav .layout-img_gallary_slider-btn
{
    opacity: 1;
}

.layout-img_gallary_wrapper.layout-show_nav .layout-img_gallary_info, .layout-img_gallary_wrapper.layout-show_nav .layout-img_gallary_oper
{
    visibility: visible;
    opacity: 1;
}

.layout-img_gallary_wrapper.layout-open .layout-img_gallary_img
{
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
}

.layout-img_gallary_wrapper.layout-open .layout-img_gallary_bg
{
    opacity: .9;
}

.layout-img_gallary_mobile .layout-img_gallary_oper-btn[data-type=fullscreen]
{
    display: none;
}

.layout-img_gallary_mobile.layout-img_gallary_wrapper.zoom-in .layout-img_gallary_img.h
{
    max-width: none!important;
    height: 100%!important;
    max-height: 100%!important;
}

.layout-img_gallary_mobile.layout-img_gallary_wrapper.zoom-in .layout-img_gallary_img.w
{
    width: 100%!important;
    max-width: 100%!important;
    max-height: none!important;
}

.layout-img_gallary_wrapper.layout-img_gallary_mobile .layout-img_gallary_slider-btn
{
    opacity: 1;
}

.layout-img_gallary_wrapper.layout-img_gallary_mobile .layout-img_gallary_info, .layout-img_gallary_wrapper.layout-img_gallary_mobile .layout-img_gallary_oper
{
    visibility: visible;
    opacity: 1;
}

.layout-img_gallary_wrapper.layout-img_gallary_mobile .layout-img_gallary_slider-btn svg
{
    background: rgba(0,0,0,.4);
}

#logo img
{
    max-height: 50px;
}


@charset "utf-8";*{margin:0;padding:0;font-family:微软雅黑;font-size:12px}ul{list-style:none}a{text-decoration:none;color:#686868}img{border:none}.l{float:left}.gy2{width:1170px;margin:0 auto;overflow:hidden}.holer{height:124px;overflow:hidden;background:0 0}#headdiv{height:131px;position:fixed;top:0;width:100%;z-index:1000;background:0 0}.top01{width:100%;height:38px;line-height:38px;background:#0889f9;color:#fff;overflow:hidden;font-size:12px}.top01 .l{font-size:14px}.top01_center{text-align:left;float:right;font-size:14px}.top01_center img{vertical-align:sub;display:inline-block;margin-right:8px}.top02{width:100%;min-width:1200px;background-color:#fff;height:86px}.top02 .top02_center{width:1440px;min-width:1200px;margin:0 auto}.logo{width:344px;float:left;padding-top:13px}.logo img{float:left}.logo .logo-year{margin-top:17px;height:20px;line-height:20px;width:38px;text-align:center;font-size:12px;color:#fff;background:#f67524;border-radius:4px;overflow:hidden;font-size:14px;color:#fff}.logo .logo-text{margin-top:5px;height:18px;color:#656565;line-height:18px;overflow:hidden}.nav{float:right}.nav li{position:relative}.nav li.m{width:86px;padding-right:22px;margin:0 22px 0 0;float:left;text-align:center;background:url(../images/top_bg1.png) right 46px no-repeat}.nav .m.on a.mmm{color:#f3782a}.nav a.mmm{width:86px;height:46px;padding-top:40px;display:block;font-size:16px;color:#333}.nav .sub{display:none;width:100%;padding:0;position:fixed;top:124px;overflow:hidden;text-align:left;z-index:110;left:0;background-color:#f5f5f5}.nav .sub .nav_xiao{width:1440px;overflow:hidden;margin:0 auto}.nav .sub .nav_xiao.max1100{max-width:1100px}.nav .sub .nav_xiao .xiao_one{overflow:hidden;padding-top:40px;padding-bottom:40px}.nav .sub .nav_xiao .xiao_one ul li{float:left;display:inline;height:184px;width:25%;overflow:hidden;text-align:center}.nav .sub .nav_xiao .xiao_one ul li a{display:block;height:100%;border-right:1px solid #e6e6e6;line-height:56px;overflow:hidden;color:#000;margin-top:13px;font-size:18px;transition:all .3s}.nav .sub .nav_xiao .xiao_one ul li:last-child a{border-right:0}.nav .sub .nav_xiao .xiao_one ul li a:hover{color:#f67524}.nav .sub .nav_xiao .xiao_one ul li a i{display:block;width:101px;height:84px;margin:0 auto;margin-bottom:23px;overflow:hidden;background-image:url(../images/top_pic1.png);background-repeat:no-repeat;transition:all .3s;margin-top:20px}.nav .sub .nav_xiao .xiao_one ul li a i.bgs1{background-position:-720px top}.nav .sub .nav_xiao .xiao_one ul li a i.bgs2{background-position:left top}.nav .sub .nav_xiao .xiao_one ul li a i.bgs3{background-position:-360px top}.nav .sub .nav_xiao .xiao_one ul li a i.bgs4{background-position:-1088px top}.nav .sub .nav_xiao .xiao_one ul li a:hover i{background-image:url(../images/top_pic1.png)}.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs1{background-position:-720px bottom}.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs2{background-position:left bottom}.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs3{background-position:-360px bottom}.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs4{background-position:-1088px bottom}.nav .sub .nav_xiao .xiao_two{margin-top:40px;margin-bottom:40px;overflow:hidden}.nav .sub .nav_xiao .xiao_two ul li{float:left;display:inline;height:184px;width:25%;overflow:hidden;text-align:center}.nav .sub .nav_xiao .xiao_two ul li a{display:block;height:100%;border-right:1px solid #e6e6e6;line-height:56px;overflow:hidden;color:#000;margin-top:13px;font-size:18px;transition:all .3s}.nav .sub .nav_xiao .xiao_two ul li:last-child a{border-right:0}.nav .sub .nav_xiao .xiao_two ul li a:hover{color:#f67524}.nav .sub .nav_xiao .xiao_two img{float:left;margin-right:25px}.nav .sub .nav_xiao .xiao_two .nav_div{float:left;width:380px;padding-top:30px;font-size:12px;color:#666;line-height:22px}.nav .sub .nav_xiao .xiao_two .nav_div h2{font-size:16px;color:#f3782a;font-weight:400;letter-spacing:1px;line-height:36px}.nav .sub .nav_xiao .xiao_two ul li a i{display:block;width:104px;height:104px;margin:0 auto;margin-bottom:13px;overflow:hidden;background-image:url(../images/top_pic2.png);background-repeat:no-repeat;margin-top:10px;background-color:#999;border-radius:50%;position:relative;transition:all .3s}.nav .sub .nav_xiao .xiao_two ul li a i.bgs1{background-position:30px center}.nav .sub .nav_xiao .xiao_two ul li a i.bgs2{background-position:-330px center}.nav .sub .nav_xiao .xiao_two ul li a i.bgs3{background-position:-691px center}.nav .sub .nav_xiao .xiao_two ul li a i.bgs4{background-position:-1050px center}.nav .sub .nav_xiao .xiao_two ul li a:hover i{background-color:#f67524;margin-top:5px}.nav .sub .nav_xiao .xiao_three{overflow:hidden;margin-top:60px;margin-bottom:60px}.nav .sub .nav_xiao .xiao_three ul li{float:left;display:inline;width:18%;height:218px;overflow:hidden;margin-right:2.5%;text-align:center;position:inherit;line-height:56px;background-color:#fff}.nav .sub .nav_xiao .xiao_three ul li:last-child{margin-right:0}.nav .sub .nav_xiao .xiao_three ul li img{width:100%;display:block;transition:all .3s}.nav .sub .nav_xiao .xiao_three ul li a{color:#000;width:100%;font-size:18px;height:100%;display:block}.nav .sub .nav_xiao .xiao_three ul li a:hover{color:#f67524}.nav .sub .nav_xiao .xiao_four{width:50%;overflow:hidden;margin-top:40px;margin-bottom:40px}.nav .sub .nav_xiao .xiao_four.l{border-right:1px solid #e3e3e3}.nav .sub .nav_xiao .xiao_four.r{width:49%}.nav .sub .nav_xiao .xiao_four h2{font-size:16px;font-weight:700;color:#000;height:18px;line-height:18px}.nav .sub .nav_xiao .xiao_four .ul{margin-top:23px}.nav .sub .nav_xiao .xiao_four .ul li{padding-top:11px;padding-bottom:11px;height:44px;line-height:22px;padding-left:15px;margin-right:40px;width:265px;overflow:hidden;float:left;display:inline;margin-bottom:10px;position:inherit}.nav .sub .nav_xiao .xiao_four .ul li:nth-child(2n+0){margin-right:0}.nav .sub .nav_xiao .xiao_four .ul li:hover{background-color:#fff}.nav .sub .nav_xiao .xiao_four .ul li a{display:block;text-align:left;color:#999;font-size:14px}.nav .sub .nav_xiao .xiao_four .ul li a i{margin-right:10px;margin-top:4px;float:left;width:36px;height:36px;background-repeat:no-repeat;background-position:center center}.nav .sub .nav_xiao .xiao_four .ul li a i.bgs1{background-image:url(../images/top_pic4.png)}.nav .sub .nav_xiao .xiao_four .ul li a i.bgs2{background-image:url(../images/top_pic5.png)}.nav .sub .nav_xiao .xiao_four .ul li a i.bgs3{background-image:url(../images/top_pic6.png)}.nav .sub .nav_xiao .xiao_four .ul li a i.bgs4{background-image:url(../images/top_pic7.png)}.nav .sub .nav_xiao .xiao_four .ul li a i.bgs5{background-image:url(../images/top_pic8.png)}.nav .sub .nav_xiao .xiao_four .ul li a i.bgs6{background-image:url(../images/top_pic9.png)}.nav .sub .nav_xiao .xiao_four .ul li a i.bgs7{background-image:url(../images/top_pic10.png)}.nav .sub .nav_xiao .xiao_four .ul li a i.bgs8{background-image:url(../images/top_pic11.png)}.nav .sub .nav_xiao .xiao_four .ul li a b{font-weight:400;font-size:16px;display:block;color:#000;height:22px;overflow:hidden}.nav .sub .nav_xiao .xiao_four .ul2{width:540px;margin:0 auto;overflow:hidden}.nav .sub .nav_xiao .xiao_four .ul2 h2{margin-bottom:23px}.nav .sub .nav_xiao .xiao_four .ul2 li{padding-top:11px;padding-bottom:11px;height:44px;line-height:22px;margin-right:40px;width:250px;overflow:hidden;float:left;display:inline;margin-bottom:10px;position:inherit}.nav .sub .nav_xiao .xiao_four .ul2 li:nth-child(2n+0){margin-right:0}.nav .sub .nav_xiao .xiao_four .ul2 li a{display:block;text-align:left;color:#999;font-size:14px}.nav .sub .nav_xiao .xiao_four .ul2 li a b{font-weight:400;font-size:16px;display:block;color:#000;height:22px;overflow:hidden}.nav .sub .nav_xiao .xiao_four .ul2 li a b i{display:inline-block;width:35px;height:15px;overflow:hidden;background:url(../images/top_pic12.png) no-repeat;margin-left:3px}.nav .sub .nav_xiao .xiao_four .ul2 li a:hover b{color:#f67524}.nav .sub .nav_xiao .xiao_five{width:549px;overflow:hidden;float:left;margin-top:40px;margin-bottom:40px;border-right:1px solid #e6e6e6}.nav .sub .nav_xiao .xiao_five img{width:391px;height:259px}.nav .sub .nav_xiao .xiao_five a{width:391px;height:259px;padding:0;margin-right:45px;float:left}.nav .sub .nav_xiao .xiao_five2{float:right;text-align:left;margin-top:71px}.nav .sub .nav_xiao .xiao_five2 a{text-align:left;float:left;margin-right:100px;height:38px;line-height:38px;color:#000;font-size:18px;margin-bottom:42px;transition:all .3s}.nav .sub .nav_xiao .xiao_five2 a:nth-child(2n+0){margin-right:3px}.nav .sub .nav_xiao .xiao_five2 a i{width:38px;height:38px;border-radius:50%;background-color:#999;background-repeat:no-repeat;background-image:url(../images/top_pic3.png);float:left;margin-right:20px;transition:all .3s;margin-left:0}.nav .sub .nav_xiao .xiao_five2 a:hover{color:#f67524}.nav .sub .nav_xiao .xiao_five2 a:hover i{background-color:#f67524}.nav .sub .nav_xiao .xiao_five2 a i.bgs1{background-position:9px 8px}.nav .sub .nav_xiao .xiao_five2 a i.bgs2{background-position:-233px 8px}.nav .sub .nav_xiao .xiao_five2 a i.bgs3{background-position:9px -72px}.nav .sub .nav_xiao .xiao_five2 a i.bgs4{background-position:-233px -72px}.nav .sub .nav_xiao .xiao_five2 a i.bgs5{background-position:9px -152px}.nav .sub .nav_xiao .xiao_five2 a i.bgs6{background-position:-233px -152px}.nav .sub .nav_xiao .xiao_six{overflow:hidden;height:338px;border-left:1px solid #e6e6e6:border-right:1px solid #e6e6e6:}.nav .sub .nav_xiao .xiao_six ul li{float:left;display:inline;height:338px;width:33.2%;overflow:hidden;border-right:1px solid #e6e6e6;text-align:center}.nav .sub .nav_xiao .xiao_six ul li.bgs1{background:url(../images/yuming_bg1.png) right 168px no-repeat}.nav .sub .nav_xiao .xiao_six ul li.bgs2{background:url(../images/yuming_bg2.png) right 168px no-repeat}.nav .sub .nav_xiao .xiao_six ul li.bgs3{background:url(../images/yuming_bg3.png) right 168px no-repeat}.nav .sub .nav_xiao .xiao_six ul li .xiao_six_con{margin:0 auto;width:80%;max-width:360px;height:338px;overflow:hidden;text-align:left}.nav .sub .nav_xiao .xiao_six ul li:last-child{border-right:0}.nav .sub .nav_xiao .xiao_six ul li .xiao_six_l{font-size:18px;font-weight:700;height:62px;line-height:62px;border-bottom:1px solid #e6e6e6;margin-bottom:23px}.nav .sub .nav_xiao .xiao_six ul li a{float:left;width:136px;overflow:hidden;height:30px;line-height:30px;font-size:16px;color:#666}.nav .sub .nav_xiao .xiao_six ul li a:hover{color:#f67524}.nav .sub .nav_xiao .xiao_six ul li .a{display:block;width:182px;height:42px;line-height:42px;text-align:center;color:#fff;font-size:16px;margin-top:31px;transition:all .3s;clear:both}.nav .sub .nav_xiao .xiao_six ul li .a.bgs1{background-color:#f67524}.nav .sub .nav_xiao .xiao_six ul li .a.bgs2{background-color:#248cf6;margin-top:61px}.nav .sub .nav_xiao .xiao_six ul li .a.bgs3{background-color:#1ecc85;margin-top:91px}.nav .sub .nav_xiao .xiao_six ul li .a:hover{opacity:.8;filter:Alpha(opacity=80);color:#fff}.fuSlide{width:100%;height:820px;position:relative;z-index:1}.fuSlide .imgs{width:100%}.ck-slide,.ck-slide ul.ck-slide-wrapper li,.ck-slide ul.ck-slide-wrapper li a img{transition:all 1s ease}.ck-slide{position:relative;overflow:hidden;width:100%}.ck-slide ul.ck-slide-wrapper{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.ck-slide ul.ck-slide-wrapper li{position:absolute;width:100%;left:0;top:0;background-position:center center;background-repeat:no-repeat;background-size:cover;height:100%}.ck-slide ul.ck-slide-wrapper li:first-child{z-index:1111}.ck-slide ul.ck-slide-wrapper li.current{z-index:1112}.ck-slide ul.ck-slide-wrapper li a{display:block}.ck-slide ul.ck-slide-wrapper li a .img{width:100%;height:auto;opacity:0;filter:alpha(opacity='0')}.ck-slide ul.ck-slide-wrapper li .leftto{filter:alpha(opacity=0);opacity:0}.ck-slide ul.ck-slide-wrapper li.current .leftto{animation:mymove8 .5s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:0s}.ck-slide ul.ck-slide-wrapper li .rightto{filter:alpha(opacity=0);opacity:0}.ck-slide ul.ck-slide-wrapper li.current .rightto{animation:mymove7 .5s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.5s}.ck-slide ul.ck-slide-wrapper li.current .danim-3{animation:mymove10 .8s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:0s}.ck-slide ul.ck-slide-wrapper li.current .anim-1{animation:mymove6 .6s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.3s}.ck-slide ul.ck-slide-wrapper li.current .anim-2{animation:mymove6 .6s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.6s}.ck-slide ul.ck-slide-wrapper li.current .anim-3{animation:mymove6 .6s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.9s}.banner_con{top:0;left:0;width:100%;height:100%;position:absolute}.banner1_one{text-align:center;color:#fff;margin-top:6%;font-family:华文细黑}.banner1_one h2{font-weight:400;margin-bottom:.5%;font-family:华文细黑}.banner1_two{text-align:center;color:#fff;margin-top:3%;opacity:0;filter:Alpha(opacity=0)}.banner1_two span{display:inline-block;padding-left:60px;padding-right:60px;height:112px}.banner1_two span:first-child{border-right:1px solid #677794}.banner1_two span b{font-weight:400;color:#ffc600;display:block}.banner_con .f90{font-size:90px}.banner_con .f72{font-size:72px}.banner_con .f48{font-size:48px}.banner_con .f36{font-size:36px}.banner_con .f30{font-size:30px}.banner2_one{float:right;width:45%;color:#fff}.banner2_one h2{font-weight:400;margin-bottom:1%;font-family:华文细黑;margin-top:35%;opacity:0;filter:Alpha(opacity=0)}.banner2_one p{color:#fff;font-family:华文细黑;opacity:0;filter:Alpha(opacity=0)}.banner2_one em{display:block;width:208px;height:46px;line-height:46px;border:1px solid #fff;border-radius:30px;font-size:16px;text-indent:50px;background:url(../images/i_bg9.png) 138px center no-repeat;font-style:normal;margin-top:10%;transition:all .3s;cursor:pointer}.banner2_one em:hover{background-position:150px center;margin-left:10px}.ck-slide ul.ck-slide-wrapper li.current .banner2_one .leftto{animation-delay:1s}.banner4_one{float:left;width:60%;color:#fff}.banner4_one h2{font-weight:400;margin-bottom:1%;font-family:华文细黑;margin-top:15%;opacity:0;filter:Alpha(opacity=0)}.banner4_one p{color:#fff;font-family:华文细黑;opacity:0;filter:Alpha(opacity=0)}.banner4_one em{display:block;width:208px;height:46px;line-height:46px;border:1px solid #000;border-radius:30px;font-size:16px;text-indent:50px;background:url(../images/i_bg10.png) 138px center no-repeat;font-style:normal;margin-top:6%;transition:all .3s;cursor:pointer}.banner4_one em:hover{background-position:150px center;margin-left:10px}.ck-slide ul.ck-slide-wrapper li.current .banner4_one .leftto{animation-delay:1s}.index-waper-box{position:absolute;bottom:0;width:100%;height:100px;overflow:hidden;z-index:9;perspective:800px;transform-style:preserve-3d}.index-back-box{height:100px;background:0 0;width:1170px;margin:0 auto;overflow:hidden;transform-origin:bottom;transform:rotateX(0) translate3d(0,0,0);transition:all .65s cubic-bezier(.55,.65,.55,1) 0s}.index-back-box.active{background:url(../images/i_banner_bg.png) left bottom repeat-x}.index-back-box .sub-arrows{position:absolute;left:0;top:0;width:auto;height:100%;line-height:100px;padding-left:10px;font-size:0}.index-back-box .sub-arrows i.icom{display:inline-block;vertical-align:top;width:60px;height:40%;cursor:pointer;position:relative}.index-back-box .sub-arrows i.next:before,.index-back-box .sub-arrows i.prev:before{content:'';display:inline-block;position:absolute;top:42%;width:13px;height:22px;background-image:url(../images/sub-arrows.png);background-position:0 0;background-repeat:no-repeat}.index-back-box .sub-arrows i.prev:before{background-position:0 0;left:-7px}.index-back-box .sub-arrows i.next:before{background-position:-14px 0;left:24px}.index-back-box .sub-arrows i.icom:after{position:absolute;content:'';left:0;top:28px;width:30px;height:2px;background-color:#fff;transform:scale(0,1);transition:all .3s ease-out 0s}.index-back-box .sub-arrows i.icom font{color:#000;transition:all .3s ease-out 0s}.index-back-box .sub-arrows i.icom.prev font{position:absolute;left:9px}.index-back-box .sub-arrows i.icom.next font{position:absolute;left:6px}.index-back-box .sub-arrows i:hover:after{transform:scale(1,1)}.index-back-box .sub-arrows i.icom.prev:hover font{left:-7px}.index-back-box .sub-arrows i.icom.next:hover font{left:20px}.index-back-box .sub-mouse{width:70%;height:43px;position:absolute;top:20px;left:15%;cursor:pointer;z-index:1;zoom:.7}.index-back-box .sub-mouse:after{display:none;z-index:-1;position:absolute;content:'';top:-30px;left:50%;height:53px;border-right:1px solid #333;margin-left:-1px}.index-back-box .sub-mouse span{text-align:center;display:block;position:relative;width:50%;height:100%;animation:ani-svg .85s linear 0s alternate infinite;margin:0 auto}@keyframes ani-svg{0%{opacity:.4;transform:translateY(-20px)}15%{opacity:.65;transform:translateY(-15px)}25%{opacity:.8;transform:translateY(-10px)}50%{opacity:1;transform:translateY(0)}65%{opacity:.8;transform:translateY(5px)}75%{opacity:.65;transform:translateY(10px)}100%{opacity:.4;transform:translateY(15px)}}.i_bg{background-color:#f5f5f5;overflow:hidden}.i_one{background-color:#fff;overflow:hidden;height:316px;margin:0 auto;margin-bottom:32px}.i_service_t{text-align:center;padding-top:15px;color:#666;font-size:18px;line-height:32px;padding-bottom:50px}.i_service_t h2{height:66px;line-height:66px;font-size:40px;color:#000;font-weight:400;letter-spacing:1px;font-family:华文细黑}.i_service_t p{font-size:18px}.advantage{text-align:center;overflow:hidden}.num_box{width:20%;float:left;height:124px;background:url(../images/i_one_bg1.png) right center no-repeat}.num_box:last-child{background:0 0}.num_box .num{font-weight:700;color:#f67524;font-family:华文细黑;font-weight:400;font-size:60px;width:100%;height:70px;line-height:70px;text-align:center;position:relative;z-index:2;letter-spacing:1px;margin-top:10px}.num_box h3{font-size:16px;color:#333;font-weight:400;line-height:30px}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                @charset "utf-8";.anim-1,.anim-2,.anim-3,.anim-4,.anim-5,.anim-6,.anim-7,.anim-8,.anim-9,.anim-10,.anim-11,.anim-12,.anim-13,.anim-14,.anim-15,.anim-16{-webkit-transform:translateY(100px) translateX(0);-moz-transform:translateY(100px) translateX(0);transform:translateY(100px) translateX(0);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.anim-1{-webkit-transition:transform .8s,opacity .8s;-moz-transition:transform .8s,opacity .8s;-o-transition:transform .8s,opacity .8s;transition:transform .8s,opacity .8s}.anim-2{-webkit-transition:transform 1s,opacity 1s;-moz-transition:transform 1s,opacity 1s;-o-transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s}.anim-3{-webkit-transition:transform 1.2s,opacity 1.2s;-moz-transition:transform 1.2s,opacity 1.2s;-o-transition:transform 1.2s,opacity 1.2s;transition:transform 1.2s,opacity 1.2s}.anim-4{-webkit-transition:transform 1.4s,opacity 1.4s;-moz-transition:transform 1.4s,opacity 1.4s;-o-transition:transform 1.4s,opacity 1.4s;transition:transform 1.4s,opacity 1.4s}.anim-5{-webkit-transition:transform 1.6s,opacity 1.6s;-moz-transition:transform 1.6s,opacity 1.6s;-o-transition:transform 1.6s,opacity 1.6s;transition:transform 1.6s,opacity 1.6s}.anim-6{-webkit-transition:transform 1.8s,opacity 1.8s;-moz-transition:transform 1.8s,opacity 1.8s;-o-transition:transform 1.8s,opacity 1.8s;transition:transform 1.8s,opacity 1.8s}.anim-7{-webkit-transition:transform 2s,opacity 2s;-moz-transition:transform 2s,opacity 2s;-o-transition:transform 2s,opacity 2s;transition:transform 2s,opacity 2s}.anim-8{-webkit-transition:transform 2.2s,opacity 2.2s;-moz-transition:transform 2.2s,opacity 2.2s;-o-transition:transform 2.2s,opacity 2.2s;transition:transform 2.2s,opacity 2.2s}.anim-9{-webkit-transition:transform 2.4s,opacity 2.4s;-moz-transition:transform 2.4s,opacity 2.4s;-o-transition:transform 2.4s,opacity 2.4s;transition:transform 2.4s,opacity 2.4s}.anim-10{-webkit-transition:transform 2.6s,opacity 2.6s;-moz-transition:transform 2.6s,opacity 2.6s;-o-transition:transform 2.6s,opacity 2.6s;transition:transform 2.6s,opacity 2.6s}.anim-11{-webkit-transition:transform 2.8s,opacity 2.8s;-moz-transition:transform 2.8s,opacity 2.8s;-o-transition:transform 2.8s,opacity 2.8s;transition:transform 2.8s,opacity 2.8s}.anim-12{-webkit-transition:transform 3s,opacity 3s;-moz-transition:transform 3s,opacity 3s;-o-transition:transform 3s,opacity 3s;transition:transform 3s,opacity 3s}.anim-13{-webkit-transition:transform 3.2s,opacity 3.2s;-moz-transition:transform 3.2s,opacity 3.2s;-o-transition:transform 3.2s,opacity 3.2s;transition:transform 3.2s,opacity 3.2s}.anim-14{-webkit-transition:transform 3.4s,opacity 3.4s;-moz-transition:transform 3.4s,opacity 3.4s;-o-transition:transform 3.4s,opacity 3.4s;transition:transform 3.4s,opacity 3.2s}.anim-15{-webkit-transition:transform 3.6s,opacity 3.6s;-moz-transition:transform 3.6s,opacity 3.6s;-o-transition:transform 3.6s,opacity 3.6s;transition:transform 3.6s,opacity 3.6s}.anim-16{-webkit-transition:transform 3.8s,opacity 3.8s;-moz-transition:transform 3.8s,opacity 3.8s;-o-transition:transform 3.8s,opacity 3.8s;transition:transform 3.8s,opacity 3.8s}.anim-show{-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0);opacity:1}.anim-list .anim-1{-webkit-transition:transform .5s,opacity .5s;-moz-transition:transform .5s,opacity .5s;-o-transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s}.anim-list .anim-2{-webkit-transition:transform .6s,opacity .6s;-moz-transition:transform .6s,opacity .6s;-o-transition:transform .6s,opacity .6s;transition:transform .7s,opacity .7s}.anim-show .roundimg1{animation:mymove12 3.3s;-webkit-animation:mymove12 3.3s linear;animation-iteration-count:infinite;animation-fill-mode:forwards;animation-delay:0s;filter:alpha(opacity=100);opacity:1;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;-webkit-animation-delay:0s}.rotateInDownRight{visibility:hidden;animation-name:none}.anim-show .rotateInDownRight{visibility:visible;animation:rotateInDownRight 1s}.rotateInDownLeft{visibility:hidden;animation-name:none}.anim-show .rotateInDownLeft{visibility:visible;animation:rotateInDownLeft 1s}@keyframes mymove8{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(0) translateX(-100px);-moz-transform:translateY(0) translateX(-100px);transform:translateY(0) translateX(-100px);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0)}}@-webkit-keyframes mymove8{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(0) translateX(-100px);-moz-transform:translateY(0) translateX(-100px);transform:translateY(0) translateX(-100px);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0)}}@keyframes mymove7{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(0) translateX(100px);-moz-transform:translateY(0) translateX(100px);transform:translateY(0) translateX(100px);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0)}}@-webkit-keyframes mymove7{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(0) translateX(100px);-moz-transform:translateY(0) translateX(100px);transform:translateY(0) translateX(100px);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0)}}@keyframes mymove10{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(-100px) translateX(0);-moz-transform:translateY(-100px) translateX(0);transform:translateY(-100px) translateX(0);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0)}}@-webkit-keyframes mymove10{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(-100px) translateX(0);-moz-transform:translateY(-100px) translateX(0);transform:translateY(-100px) translateX(0);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0)}}@keyframes mymove6{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(100px) translateX(0);-moz-transform:translateY(100px) translateX(0);transform:translateY(100px) translateX(0);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0)}}@-webkit-keyframes mymove6{from{filter:alpha(opacity=0);opacity:0;-webkit-transform:translateY(100px) translateX(0);-moz-transform:translateY(100px) translateX(0);transform:translateY(100px) translateX(0);-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}to{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px) translateX(0);-moz-transform:translateY(0px) translateX(0);transform:translateY(0px) translateX(0)}}.anim-show .leftto{animation:mymove8 .5s;-webkit-animation:mymove8 .5s linear;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.3s;-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-webkit-animation-delay:.3s}.anim-show .rightto{animation:mymove7 .5s;-webkit-animation:mymove7 .5s linear;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.3s;-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-webkit-animation-delay:.3s}.anim-show .danim-3{animation:mymove10 .8s;-webkit-animation:mymove10 .8s linear;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:0s;-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-webkit-animation-delay:0s}