﻿/* css reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    line-height: 2em;
}

body {
    font-family: 'Microsoft Yahei', Simsun, Arial;
    font-size: 14px;
    min-width: 1000px;
    color: #555;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

.hexin_txt {
    float: left;
    width: 50%;
}

.hexin_img {
    float: right;
    width: 44%;
}

.bgf8f8f8 {
    background: #f8f8f8
}

.layout-site {
    height: 220px;
    background-position: center center;
    background-size: cover
}

.gk-site {
    background-image: url(../images/gk-site.jpg);
}

.area_45 {
    width: 45%;
    float: left;
}

.area_50 {
    width: 50%;
    float: right;
}

.contact-dl {
    margin-left: 3em;
    line-height: 28px
}

.hexin_contact {
    /* height: 300px; */
    background: url(../images/z6_3.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    padding: 60px 90px;
    font-weight: 100;
    /* overflow: hidden; */
}

.contact-dl dt {
    width: 3em;
    margin-left: -3em;
    font-weight: bold
}

.cf::after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.contact-dl {
    margin-left: 3em;
    line-height: 28px;
}

.ewm-top-touch .icon-weixin {
    cursor: pointer
}

.positionRelative {
    position: relative;
}

.ewm-top-touch .ewm {
    width: 200px!important;
    max-width: 200px!important;
    position: absolute;
    left: -15px;
    bottom: 40px;
    z-index: 10;
    display: none;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

p {
    text-align: justify;
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    color: #666;
    display: block;
}

.clear {
    display: block;
    clear: both;
}

.relative {
    position: relative;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(210, 210, 210, 0.48);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}


/* css reset */

html,
body {
    position: relative;
    width: 100%;
}

.cu3_li,
.cu2_imIn,
.news_liBl,
.cou_yearBl,
.ho_icon,
.du1_li,
.neIn_back,
.bu2_li,
.bu2_ti,
.bu3_tiBl,
.news_daBl,
.item02_more2:after,
.du5_more:after,
.du5_block,
.du5_img,
.du4_img,
.news_img,
.neNa_aBl,
.neNa_bg img,
.neIn_li,
.vid_li,
.vid_bg,
.In92_li,
.ul_aBl,
.me_submit:after,
.ind3_ti,
.ind3_tiCh,
.bu2_InLi,
.bu5_right,
.bu5_left,
.pro_liBl,
.bu59_img,
.bu59_img img,
.pro_liBl img,
.buIn2_back:after,
.ciB_liBl {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.king {
    -webkit-transition: all 0.6s cubic-bezier(.75, 0, .25, 1);
    -ms-transition: all 0.6s cubic-bezier(.75, 0, .25, 1);
    -moz-transition: all 0.6s cubic-bezier(.75, 0, .25, 1);
    -o-transition: all 0.6s cubic-bezier(.75, 0, .25, 1);
    transition: all 0.6s cubic-bezier(.75, 0, .25, 1);
}

.cu3_li:hover .cu2_imIn,
.du5_block:hover .du5_img,
.du4_block:hover .du4_img,
.news_liBl:hover .news_img,
.neNa_aBl:hover .neNa_bg img,
.vid_liIn.vid_button:hover .vid_bg,
.bu59_img:hover img,
.pro_liBl:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.king:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.king:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
    box-shadow: 0px 0px 10px 0px #ccc;
}

.swiper-wrapper {
    -webkit-transition: all 0.6s easeOutCirc;
    -ms-transition: all 0.6s easeOutCirc;
    -moz-transition: all 0.6s easeOutCirc;
    -o-transition: all 0.6s easeOutCirc;
    transition: all 0.6s easeOutCirc;
}

.item02_more2:after,
.du5_more:after,
.me_submit:after,
.buIn2_back:after {
    background: #888;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    z-index: 10;
}

.item02_more2 div,
.du5_more div,
.me_submit div,
.buIn2_back div {
    z-index: 20;
    position: relative;
}

.item02_more2:hover:after,
.du5_more:hover:after,
.me_submit:hover:after,
.buIn2_back:hover:after {
    width: 100%;
    left: 0px;
    right: auto;
}

.du5_more:hover,
.me_submit:hover div,
.buIn2_back:hover div {
    color: #fff;
}

.header_logo:after {
    content: "";
    display: block;
    position: absolute;
    left: -200px;
    top: 0px;
    width: 150px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    overflow: hidden;
    -webkit-transform: skewx(-25deg);
    -webkit-transition: 0s;
}

.king {
    width: 150px;
    left: 600px;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}

.king {
    width: 150px;
    left: 1000px;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}

.In92_li:hover,
.cu3_li:hover,
.du5_block:hover,
.du4_block,
.In92_li:hover,
.neNa_aBl:hover,
.vid_li:hover,
.In92_li:hover {
    box-shadow: 0px 0px 10px 0px #ccc;
}

@-webkit-keyframes anim09 {
    0% {
        left: -200px;
    }
    30% {
        left: 600px;
    }
    100% {
        left: 600px;
    }
}

.header_logo:after {
    -webkit-animation: anim09 5s ease-in-out infinite;
}

@keyframes animScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes animScale {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes animScale {
    0% {
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.05);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@-moz-keyframes animScale {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes animScale {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.05);
    }
    100% {
        -o-transform: scale(1);
    }
}

@-webkit-keyframes anSc0 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.In_bg6 {
    -webkit-animation: animScale 20s linear infinite;
    animation: animScale 20s linear infinite;
    -ms-animation: animScale 20s linear infinite;
    -moz-animation: animScale 20s linear infinite;
    -o-animation: animScale 20s linear infinite;
}

.king:hover {
    -webkit-animation: animScale 2s linear infinite;
    animation: animScale 2s linear infinite;
    -ms-animation: animScale 2s linear infinite;
    -moz-animation: animScale 2s linear infinite;
    -o-animation: animScale 2s linear infinite;
}

.vid_button:hover {
    -webkit-animation: animScale 2s linear infinite;
    animation: animScale 2s linear infinite;
    -ms-animation: animScale 2s linear infinite;
    -moz-animation: animScale 2s linear infinite;
    -o-animation: animScale 2s linear infinite;
}

.vid_button {
    cursor: pointer
}

.vid_liIn.vid_button,
.vid_li:hover .vid_bu {
    -webkit-animation: anSc0 2s linear infinite;
}

.item_tags>a,
.container_category>a {
    border: 1px solid rgba(170, 170, 170, 0.2);
    color: #828282;
    background-color: transparent;
}

.item_tags>a:hover,
.container_category>a:hover,
.item_tags>a.active,
.container_category>a.active {
    border-color: #b71f31;
    background-color: #b71f31;
    /* color: #b71f31; */
}

#search-list .searchFormGroup input {
    border: 2px solid #b71f31;
    background: #fff;
}

#search-list .searchFormGroup input::-webkit-input-placeholder {
    color: #959595;
}

#search-list .searchFormGroup input:-moz-placeholder {
    color: #959595;
}

#search-list .searchFormGroup input::-moz-placeholder {
    color: #959595;
}

#search-list .searchFormGroup input:-ms-input-placeholder {
    color: #959595;
}

#search-list .searchFormGroup .searchSub {
    color: #fff;
    background: #b71f31;
}

#search-list .searchFormGroup .searchSub .fa {
    display: none;
}

body .searchGroup,
#search-list .searchGroup {
    display: inline-block;
    height: 100%;
}

body .searchGroup .search_wrap,
#search-list .searchGroup .search_wrap {
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

body .searchGroup .search_wrap::after,
#search-list .searchGroup .search_wrap::after {
    content: "";
    display: block;
    clear: both;
}

body .searchGroup .searchOnOff,
#search-list .searchGroup .searchOnOff {
    line-height: 40px;
    display: none;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

body .searchGroup .searchBox,
#search-list .searchGroup .searchBox {
    float: left;
}

body .searchGroup .searchClose,
#search-list .searchGroup .searchClose {
    display: inline-block;
    display: none;
}

body .searchGroup .searchFormGroup,
#search-list .searchGroup .searchFormGroup {
    height: 40px;
}

body .searchGroup .searchFormGroup::after,
#search-list .searchGroup .searchFormGroup::after {
    content: "";
    display: block;
    clear: both;
}

body .searchGroup .searchFormGroup input,
#search-list .searchGroup .searchFormGroup input {
    float: left;
    box-sizing: border-box;
    width: 268px;
    height: 100%;
    text-indent: 15px;
}

body .searchGroup .searchFormGroup .searchSub,
#search-list .searchGroup .searchFormGroup .searchSub {
    line-height: 40px;
    float: left;
    height: 100%;
    padding: 0 12px;
    cursor: pointer;
    text-align: center;
}

body #search-header {
    display: none;
}

body #navWrapper .content {
    position: relative;
}

body #search-nav.searchGroup {
    visibility: visible;
    opacity: 1;
}

body #search-nav {
    position: absolute;
    right: 0;
    left: auto;
    display: block;
    height: 80px;
    transition: opacity 0.36s ease, height 0.36s ease;
}

body #search-nav .searchBox {
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    height: 0;
    transition: height 0.36s ease;
    background: aliceblue;
}

body #search-nav.search-open .searchBox {
    height: 40px;
}

body #search-nav .searchOnOff {
    font-size: 17px;
    position: relative;
    top: 50%;
    display: block;
    transform: translate3d(0, -50%, 0);
}

body #search-nav .searchSub {
    display: none;
}

body #search-nav.navHide .searchBox {
    display: none;
}

body #search-nav .search_wrap {
    height: 100%;
}

.imagelink .owl-nav .owl-prev,
.postSlider .owl-nav .owl-prev,
.mlist .owl-nav .owl-prev,
.ff_topSlider .owl-nav .owl-prev,
.imagelink .owl-nav .owl-next,
.postSlider .owl-nav .owl-next,
.mlist .owl-nav .owl-next,
.ff_topSlider .owl-nav .owl-next {
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
}

.imagelink .owl-nav .owl-prev .iconfont,
.postSlider .owl-nav .owl-prev .iconfont,
.mlist .owl-nav .owl-prev .iconfont,
.ff_topSlider .owl-nav .owl-prev .iconfont,
.imagelink .owl-nav .owl-next .iconfont,
.postSlider .owl-nav .owl-next .iconfont,
.mlist .owl-nav .owl-next .iconfont,
.ff_topSlider .owl-nav .owl-next .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imagelink .owl-nav .owl-prev .iconfont,
.postSlider .owl-nav .owl-prev .iconfont,
.mlist .owl-nav .owl-prev .iconfont,
.ff_topSlider .owl-nav .owl-prev .iconfont,
.imagelink .owl-nav .owl-next .iconfont,
.postSlider .owl-nav .owl-next .iconfont,
.mlist .owl-nav .owl-next .iconfont,
.ff_topSlider .owl-nav .owl-next .iconfont {
    color: #fff;
}

.imagelink .owl-nav .owl-prev .iconfont:before,
.postSlider .owl-nav .owl-prev .iconfont:before,
.mlist .owl-nav .owl-prev .iconfont:before,
.ff_topSlider .owl-nav .owl-prev .iconfont:before,
.imagelink .owl-nav .owl-next .iconfont:before,
.postSlider .owl-nav .owl-next .iconfont:before,
.mlist .owl-nav .owl-next .iconfont:before,
.ff_topSlider .owl-nav .owl-next .iconfont:before {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
}

.imagelink .owl-nav .owl-prev:hover,
.postSlider .owl-nav .owl-prev:hover,
.mlist .owl-nav .owl-prev:hover,
.ff_topSlider .owl-nav .owl-prev:hover,
.imagelink .owl-nav .owl-next:hover,
.postSlider .owl-nav .owl-next:hover,
.mlist .owl-nav .owl-next:hover,
.ff_topSlider .owl-nav .owl-next:hover {
    background: #b71f31;
}

.imagelink .owl-nav .owl-prev:hover .iconfont,
.postSlider .owl-nav .owl-prev:hover .iconfont,
.mlist .owl-nav .owl-prev:hover .iconfont,
.ff_topSlider .owl-nav .owl-prev:hover .iconfont,
.imagelink .owl-nav .owl-next:hover .iconfont,
.postSlider .owl-nav .owl-next:hover .iconfont,
.mlist .owl-nav .owl-next:hover .iconfont,
.ff_topSlider .owl-nav .owl-next:hover .iconfont {
    color: #fff;
}

.imagelink .owl-nav .owl-prev.disabled:hover,
.postSlider .owl-nav .owl-prev.disabled:hover,
.mlist .owl-nav .owl-prev.disabled:hover,
.ff_topSlider .owl-nav .owl-prev.disabled:hover,
.imagelink .owl-nav .owl-next.disabled:hover,
.postSlider .owl-nav .owl-next.disabled:hover,
.mlist .owl-nav .owl-next.disabled:hover,
.ff_topSlider .owl-nav .owl-next.disabled:hover {
    background: rgba(0, 0, 0, 0.2);
}

.imagelink .owl-nav .owl-prev.disabled:hover .iconfont,
.postSlider .owl-nav .owl-prev.disabled:hover .iconfont,
.mlist .owl-nav .owl-prev.disabled:hover .iconfont,
.ff_topSlider .owl-nav .owl-prev.disabled:hover .iconfont,
.imagelink .owl-nav .owl-next.disabled:hover .iconfont,
.postSlider .owl-nav .owl-next.disabled:hover .iconfont,
.mlist .owl-nav .owl-next.disabled:hover .iconfont,
.ff_topSlider .owl-nav .owl-next.disabled:hover .iconfont {
    color: #fff;
}

.imagelink .owl-nav .owl-prev .iconfont:before,
.postSlider .owl-nav .owl-prev .iconfont:before,
.mlist .owl-nav .owl-prev .iconfont:before,
.ff_topSlider .owl-nav .owl-prev .iconfont:before {
    content: "\f104";
}

.imagelink .owl-nav .owl-next .iconfont:before,
.postSlider .owl-nav .owl-next .iconfont:before,
.mlist .owl-nav .owl-next .iconfont:before,
.ff_topSlider .owl-nav .owl-next .iconfont:before {
    content: "\f105";
}

.imagelink .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    margin: 0;
    top: 50%;
    transform: translateY(calc(-50%));
    left: auto;
}

.imagelink .owl-nav .owl-prev,
.imagelink .owl-nav .owl-next {
    top: 50%;
    transform: translateY(-50%);
}

.imagelink .owl-nav .owl-prev,
.imagelink .owl-nav .owl-next {
    width: 50px;
    height: 50px;
}

.mlist .owl-dots .owl-dot.active span,
.imagelink .owl-dots .owl-dot.active span,
.mlist .owl-dots .owl-dot:hover span,
.imagelink .owl-dots .owl-dot:hover span {
    border: 1px solid #b71f31;
    background: #b71f31;
}

.mlist .owl-dots .owl-dot span,
.imagelink .owl-dots .owl-dot span {
    border: 1px solid rgba(170, 170, 170, 0.2);
}

.ff_indexPage .mcontact .container_header .title {
    text-align: center;
}

.ff_indexPage .mcontact .container_header .subtitle {
    text-align: center;
}

.ff_indexPage .mlist .container_header {
    float: left;
}

.ff_indexPage .mlist .container_header .title {
    display: inline-block;
    margin-right: 10px;
}

.ff_indexPage .mlist .container_header .subtitle {
    display: inline-block;
}

.ff_indexPage .mlist .module_container .container_category {
    float: right;
    padding-top: 0;
}

.service.mlistpost .content_list .item_block .item_box .item_wrapper,
.project.mlistpost .content_list .item_block .item_box .item_wrapper,
.team .content_list .item_block .item_box .item_wrapper,
.ff_indexPage .news .content_list .item_block .item_box .item_wrapper,
.ff_pageList .news .content_list .item_block .item_box .item_wrapper,
.videom .content_list .item_block .item_box .item_wrapper {
    padding: 24px 20px;
}

.service.mlistpost .content_list .item_block .item_box .item_wrapper>.date_wrap,
.project.mlistpost .content_list .item_block .item_box .item_wrapper>.date_wrap,
.team .content_list .item_block .item_box .item_wrapper>.date_wrap,
.ff_indexPage .news .content_list .item_block .item_box .item_wrapper>.date_wrap,
.ff_pageList .news .content_list .item_block .item_box .item_wrapper>.date_wrap,
.videom .content_list .item_block .item_box .item_wrapper>.date_wrap {
    display: none;
}

.service.mlistpost .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.project.mlistpost .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.team .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.ff_indexPage .news .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.ff_pageList .news .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.videom .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
    float: right;
}

.service.mlistpost .container_content .content_wrapper .more_wrap .more,
.project.mlistpost .container_content .content_wrapper .more_wrap .more,
.team .container_content .content_wrapper .more_wrap .more,
.ff_indexPage .news .container_content .content_wrapper .more_wrap .more,
.ff_pageList .news .container_content .content_wrapper .more_wrap .more,
.videom .container_content .content_wrapper .more_wrap .more {
    display: none;
}

.service .content_list .item_img,
.team.mlistpost .content_list .item_img,
.news.mlistpost .content_list .item_img {
    float: left;
    width: 270px;
}

.service .content_list .item_wrapper,
.team.mlistpost .content_list .item_wrapper,
.news.mlistpost .content_list .item_wrapper {
    float: right;
    box-sizing: border-box;
    width: calc(100% - 280px);
    padding: 20px;
}

.service .content_list .item_wrapper .date_wrap,
.team.mlistpost .content_list .item_wrapper .date_wrap,
.news.mlistpost .content_list .item_wrapper .date_wrap {
    display: none;
}

.service .content_list .item_wrapper>.date_wrap,
.team.mlistpost .content_list .item_wrapper>.date_wrap,
.news.mlistpost .content_list .item_wrapper>.date_wrap {
    display: block;
}

.service .content_list .item_block .details,
.team.mlistpost .content_list .item_block .details,
.news.mlistpost .content_list .item_block .details {
    position: absolute;
    right: 20px;
    bottom: 12px;
    margin: 0;
}

.service .content_list .details,
.team.mlistpost .content_list .details,
.news.mlistpost .content_list .details {
    margin: 0;
}

.service .container_content .content_wrapper .more_wrap,
.team.mlistpost .container_content .content_wrapper .more_wrap,
.news.mlistpost .container_content .content_wrapper .more_wrap {
    display: none;
}

.service .container_content .content_wrapper>.more,
.team.mlistpost .container_content .content_wrapper>.more,
.news.mlistpost .container_content .content_wrapper>.more {
    display: block;
}

.project.mlist .content_list .date_wrap,
.ff_indexPage .ad01.mlist .content_list .date_wrap,
.project.mlist .content_list .item_des,
.ff_indexPage .ad01.mlist .content_list .item_des,
.project.mlist .content_list .details,
.ff_indexPage .ad01.mlist .content_list .details {
    display: none;
}

.project.mlist .content_list .item_wrapper,
.ff_indexPage .ad01.mlist .content_list .item_wrapper {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 24px 20px;
    bottom: 0px;
}

.ff_indexPage .team_tabs.mlist {
    background: rgba(0, 0, 0, 0.03);
}

.ff_indexPage .team_tabs.mlist .tab_button {
    display: none;
}

.mcustomize .wrapper .header {
    padding-bottom: 50px;
}

.mcustomize .wrapper .header .title {
    font-size: 24px;
    line-height: 30px;
    color: #555;
}

.mcustomize .wrapper .header .subtitle {
    font-size: 14px;
    line-height: 26px;
    color: #bbb;
}

.mcustomize .wrapper .description {
    font-size: 13px;
    line-height: 26px;
    color: #999;
}

.mcustomize .container_content .contentbody .description a {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 40px;
    transition: all 0.36s ease;
    color: #999;
    border: 1px solid rgba(170, 170, 170, 0.2);
}

.mcustomize .container_content .contentbody .description a:hover {
    color: #fff;
    border-color: #b71f31;
    background: #b71f31;
}

.npagePage .ff_pageTarget {
    margin-top: 40px;
    background-color: #fff;
}

.npagePage .ff_pageTarget .container_category {
    float: right;
    padding-top: 0;
}

.npagePage .ff_pageTarget .container_category a {
    vertical-align: -2px;
}

.npagePage .ff_pageTarget .container_target {
    float: left;
}

.npagePage .container_content {
    padding-top: 20px;
}

.npagePage .content .container_category {
    display: none;
}

.service.mlistpost .tabBtn::after,
.team.mlistpost .tabBtn::after,
.news.mlistpost .tabBtn::after,
.videom.mlistpost .tabBtn::after {
    content: "";
    display: block;
    clear: both;
}

.service.mlistpost .tabBtn .post-prev,
.team.mlistpost .tabBtn .post-prev,
.news.mlistpost .tabBtn .post-prev,
.videom.mlistpost .tabBtn .post-prev,
.service.mlistpost .tabBtn .post-next,
.team.mlistpost .tabBtn .post-next,
.news.mlistpost .tabBtn .post-next,
.videom.mlistpost .tabBtn .post-next {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    width: 50%;
    height: 120px;
    padding: 10px;
    background: #f5f5f5;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover,
.team.mlistpost .tabBtn .post-prev:not(.empty):hover,
.news.mlistpost .tabBtn .post-prev:not(.empty):hover,
.videom.mlistpost .tabBtn .post-prev:not(.empty):hover,
.service.mlistpost .tabBtn .post-next:not(.empty):hover,
.team.mlistpost .tabBtn .post-next:not(.empty):hover,
.news.mlistpost .tabBtn .post-next:not(.empty):hover,
.videom.mlistpost .tabBtn .post-next:not(.empty):hover {
    background: #b71f31;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title,
.team.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title,
.news.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title,
.videom.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title,
.videom.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title {
    color: #fff;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle,
.videom.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle,
.videom.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle {
    color: #fff;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .img-wrap,
.team.mlistpost .tabBtn .post-prev:not(.empty):hover .img-wrap,
.news.mlistpost .tabBtn .post-prev:not(.empty):hover .img-wrap,
.videom.mlistpost .tabBtn .post-prev:not(.empty):hover .img-wrap,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .img-wrap,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .img-wrap,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .img-wrap,
.videom.mlistpost .tabBtn .post-next:not(.empty):hover .img-wrap {
    opacity: 1;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.team.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.news.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.videom.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .details,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .details,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .details,
.videom.mlistpost .tabBtn .post-next:not(.empty):hover .details {
    border-color: rgba(170, 170, 170, 0.2);
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .details:after,
.team.mlistpost .tabBtn .post-prev:not(.empty):hover .details:after,
.news.mlistpost .tabBtn .post-prev:not(.empty):hover .details:after,
.videom.mlistpost .tabBtn .post-prev:not(.empty):hover .details:after,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .details:after,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .details:after,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .details:after,
.videom.mlistpost .tabBtn .post-next:not(.empty):hover .details:after {
    color: #fff;
}

.service.mlistpost .tabBtn .post-prev.empty,
.team.mlistpost .tabBtn .post-prev.empty,
.news.mlistpost .tabBtn .post-prev.empty,
.videom.mlistpost .tabBtn .post-prev.empty,
.service.mlistpost .tabBtn .post-next.empty,
.team.mlistpost .tabBtn .post-next.empty,
.news.mlistpost .tabBtn .post-next.empty,
.videom.mlistpost .tabBtn .post-next.empty {
    cursor: default;
    background-color: #f8f8f8;
}

.service.mlistpost .tabBtn .post-prev.empty .details,
.team.mlistpost .tabBtn .post-prev.empty .details,
.news.mlistpost .tabBtn .post-prev.empty .details,
.videom.mlistpost .tabBtn .post-prev.empty .details,
.service.mlistpost .tabBtn .post-next.empty .details,
.team.mlistpost .tabBtn .post-next.empty .details,
.news.mlistpost .tabBtn .post-next.empty .details,
.videom.mlistpost .tabBtn .post-next.empty .details {
    display: none;
}

.service.mlistpost .tabBtn .post-prev .img-wrap,
.team.mlistpost .tabBtn .post-prev .img-wrap,
.news.mlistpost .tabBtn .post-prev .img-wrap,
.videom.mlistpost .tabBtn .post-prev .img-wrap,
.service.mlistpost .tabBtn .post-next .img-wrap,
.team.mlistpost .tabBtn .post-next .img-wrap,
.news.mlistpost .tabBtn .post-next .img-wrap,
.videom.mlistpost .tabBtn .post-next .img-wrap {
    transition: all 0.36s ease;
    position: absolute;
    top: 50%;
    width: 80px;
    height: auto;
    transform: translateY(-50%);
    opacity: 0;
}

.service.mlistpost .tabBtn .post-prev .img-wrap img,
.team.mlistpost .tabBtn .post-prev .img-wrap img,
.news.mlistpost .tabBtn .post-prev .img-wrap img,
.videom.mlistpost .tabBtn .post-prev .img-wrap img,
.service.mlistpost .tabBtn .post-next .img-wrap img,
.team.mlistpost .tabBtn .post-next .img-wrap img,
.news.mlistpost .tabBtn .post-next .img-wrap img,
.videom.mlistpost .tabBtn .post-next .img-wrap img {
    width: 100%;
}

.service.mlistpost .tabBtn .post-prev .img-wrap div,
.team.mlistpost .tabBtn .post-prev .img-wrap div,
.news.mlistpost .tabBtn .post-prev .img-wrap div,
.videom.mlistpost .tabBtn .post-prev .img-wrap div,
.service.mlistpost .tabBtn .post-next .img-wrap div,
.team.mlistpost .tabBtn .post-next .img-wrap div,
.news.mlistpost .tabBtn .post-next .img-wrap div,
.videom.mlistpost .tabBtn .post-next .img-wrap div {
    display: none;
}

.service.mlistpost .tabBtn .post-prev .details,
.team.mlistpost .tabBtn .post-prev .details,
.news.mlistpost .tabBtn .post-prev .details,
.videom.mlistpost .tabBtn .post-prev .details,
.service.mlistpost .tabBtn .post-next .details,
.team.mlistpost .tabBtn .post-next .details,
.news.mlistpost .tabBtn .post-next .details,
.videom.mlistpost .tabBtn .post-next .details {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 40px;
    height: 16px;
    transform: translateY(-50%);
    color: transparent;
}

.service.mlistpost .tabBtn .post-prev .infor-wrap,
.team.mlistpost .tabBtn .post-prev .infor-wrap,
.news.mlistpost .tabBtn .post-prev .infor-wrap,
.videom.mlistpost .tabBtn .post-prev .infor-wrap,
.service.mlistpost .tabBtn .post-next .infor-wrap,
.team.mlistpost .tabBtn .post-next .infor-wrap,
.news.mlistpost .tabBtn .post-next .infor-wrap,
.videom.mlistpost .tabBtn .post-next .infor-wrap {
    position: relative;
    top: 0;
    top: 50%;
    width: 250px;
    transform: translateY(-50%);
}

.service.mlistpost .tabBtn .post-prev .infor-wrap .title,
.team.mlistpost .tabBtn .post-prev .infor-wrap .title,
.news.mlistpost .tabBtn .post-prev .infor-wrap .title,
.videom.mlistpost .tabBtn .post-prev .infor-wrap .title,
.service.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.videom.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.service.mlistpost .tabBtn .post-next .infor-wrap .title,
.team.mlistpost .tabBtn .post-next .infor-wrap .title,
.news.mlistpost .tabBtn .post-next .infor-wrap .title,
.videom.mlistpost .tabBtn .post-next .infor-wrap .title,
.service.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.videom.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
    transition: all 0.36s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.service.mlistpost .tabBtn .post-prev .infor-wrap .title,
.team.mlistpost .tabBtn .post-prev .infor-wrap .title,
.news.mlistpost .tabBtn .post-prev .infor-wrap .title,
.videom.mlistpost .tabBtn .post-prev .infor-wrap .title,
.service.mlistpost .tabBtn .post-next .infor-wrap .title,
.team.mlistpost .tabBtn .post-next .infor-wrap .title,
.news.mlistpost .tabBtn .post-next .infor-wrap .title,
.videom.mlistpost .tabBtn .post-next .infor-wrap .title {
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.service.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.videom.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.service.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.videom.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
}

.service.mlistpost .tabBtn .post-prev,
.team.mlistpost .tabBtn .post-prev,
.news.mlistpost .tabBtn .post-prev,
.videom.mlistpost .tabBtn .post-prev {
    float: left;
    padding-left: 85px;
}

.service.mlistpost .tabBtn .post-prev:hover .details:before,
.team.mlistpost .tabBtn .post-prev:hover .details:before,
.news.mlistpost .tabBtn .post-prev:hover .details:before,
.videom.mlistpost .tabBtn .post-prev:hover .details:before {
    right: 60px;
}

.service.mlistpost .tabBtn .post-prev:hover .details:after,
.team.mlistpost .tabBtn .post-prev:hover .details:after,
.news.mlistpost .tabBtn .post-prev:hover .details:after,
.videom.mlistpost .tabBtn .post-prev:hover .details:after {
    right: 25px;
    opacity: 1;
}

.service.mlistpost .tabBtn .post-prev .img-wrap,
.team.mlistpost .tabBtn .post-prev .img-wrap,
.news.mlistpost .tabBtn .post-prev .img-wrap,
.videom.mlistpost .tabBtn .post-prev .img-wrap {
    right: 15px;
}

.service.mlistpost .tabBtn .post-prev .infor-wrap,
.team.mlistpost .tabBtn .post-prev .infor-wrap,
.news.mlistpost .tabBtn .post-prev .infor-wrap,
.videom.mlistpost .tabBtn .post-prev .infor-wrap {
    float: left;
}

.service.mlistpost .tabBtn .post-prev .details,
.team.mlistpost .tabBtn .post-prev .details,
.news.mlistpost .tabBtn .post-prev .details,
.videom.mlistpost .tabBtn .post-prev .details {
    left: 22px;
    border-right: 1px solid #e5e5e5;
}

.service.mlistpost .tabBtn .post-prev .details:before,
.team.mlistpost .tabBtn .post-prev .details:before,
.news.mlistpost .tabBtn .post-prev .details:before,
.videom.mlistpost .tabBtn .post-prev .details:before,
.service.mlistpost .tabBtn .post-prev .details:after,
.team.mlistpost .tabBtn .post-prev .details:after,
.news.mlistpost .tabBtn .post-prev .details:after,
.videom.mlistpost .tabBtn .post-prev .details:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.36s ease;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.service.mlistpost .tabBtn .post-prev .details:before,
.team.mlistpost .tabBtn .post-prev .details:before,
.news.mlistpost .tabBtn .post-prev .details:before,
.videom.mlistpost .tabBtn .post-prev .details:before {
    right: 25px;
}

.service.mlistpost .tabBtn .post-prev .details:after,
.team.mlistpost .tabBtn .post-prev .details:after,
.news.mlistpost .tabBtn .post-prev .details:after,
.videom.mlistpost .tabBtn .post-prev .details:after {
    right: -30px;
    opacity: 0;
}

.service.mlistpost .tabBtn .post-next,
.team.mlistpost .tabBtn .post-next,
.news.mlistpost .tabBtn .post-next,
.videom.mlistpost .tabBtn .post-next {
    float: right;
    padding-right: 85px;
}

.service.mlistpost .tabBtn .post-next:hover .details:before,
.team.mlistpost .tabBtn .post-next:hover .details:before,
.news.mlistpost .tabBtn .post-next:hover .details:before,
.videom.mlistpost .tabBtn .post-next:hover .details:before {
    left: 60px;
}

.service.mlistpost .tabBtn .post-next:hover .details:after,
.team.mlistpost .tabBtn .post-next:hover .details:after,
.news.mlistpost .tabBtn .post-next:hover .details:after,
.videom.mlistpost .tabBtn .post-next:hover .details:after {
    left: 25px;
    opacity: 1;
}

.service.mlistpost .tabBtn .post-next .img-wrap,
.team.mlistpost .tabBtn .post-next .img-wrap,
.news.mlistpost .tabBtn .post-next .img-wrap,
.videom.mlistpost .tabBtn .post-next .img-wrap {
    left: 15px;
}

.service.mlistpost .tabBtn .post-next .infor-wrap,
.team.mlistpost .tabBtn .post-next .infor-wrap,
.news.mlistpost .tabBtn .post-next .infor-wrap,
.videom.mlistpost .tabBtn .post-next .infor-wrap {
    float: right;
}

.service.mlistpost .tabBtn .post-next .details,
.team.mlistpost .tabBtn .post-next .details,
.news.mlistpost .tabBtn .post-next .details,
.videom.mlistpost .tabBtn .post-next .details {
    right: 22px;
    border-left: 1px solid rgba(170, 170, 170, 0.2);
}

.service.mlistpost .tabBtn .post-next .details:before,
.team.mlistpost .tabBtn .post-next .details:before,
.news.mlistpost .tabBtn .post-next .details:before,
.videom.mlistpost .tabBtn .post-next .details:before,
.service.mlistpost .tabBtn .post-next .details:after,
.team.mlistpost .tabBtn .post-next .details:after,
.news.mlistpost .tabBtn .post-next .details:after,
.videom.mlistpost .tabBtn .post-next .details:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.36s ease;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.service.mlistpost .tabBtn .post-next .details:before,
.team.mlistpost .tabBtn .post-next .details:before,
.news.mlistpost .tabBtn .post-next .details:before,
.videom.mlistpost .tabBtn .post-next .details:before {
    left: 25px;
}

.service.mlistpost .tabBtn .post-next .details:after,
.team.mlistpost .tabBtn .post-next .details:after,
.news.mlistpost .tabBtn .post-next .details:after,
.videom.mlistpost .tabBtn .post-next .details:after {
    left: -30px;
    opacity: 0;
}

.service.mlistpost .tabBtn .post-next .infor-wrap .title,
.team.mlistpost .tabBtn .post-next .infor-wrap .title,
.news.mlistpost .tabBtn .post-next .infor-wrap .title,
.videom.mlistpost .tabBtn .post-next .infor-wrap .title,
.service.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.videom.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
    text-align: right;
}

.project.mlistpost .tabBtn.inPos .post-next,
.project.mlistpost .tabBtn.inPos .post-prev {
    opacity: 1;
}

.project.mlistpost .tabBtn.outPos .post-next,
.project.mlistpost .tabBtn.outPos .post-prev {
    visibility: hidden;
    opacity: 0;
}

.project.mlistpost .tabBtn .post-prev,
.project.mlistpost .tabBtn .post-next {
    position: fixed;
    z-index: 20;
    top: 50%;
    width: 42px;
    height: 100px;
    transition: opacity 0.36s ease-out, visibility 0.36s ease-out;
    transform: translateY(-50%);
}

.project.mlistpost .tabBtn .post-prev.empty,
.project.mlistpost .tabBtn .post-next.empty {
    display: none;
}

.project.mlistpost .tabBtn .post-prev:hover .details,
.project.mlistpost .tabBtn .post-next:hover .details {
    border-color: #b71f31;
    background: #b71f31;
}

.project.mlistpost .tabBtn .post-prev:hover .details:before,
.project.mlistpost .tabBtn .post-next:hover .details:before {
    color: #fff;
}

.project.mlistpost .tabBtn .post-prev .img-wrap,
.project.mlistpost .tabBtn .post-prev .infor-wrap,
.project.mlistpost .tabBtn .post-next .img-wrap,
.project.mlistpost .tabBtn .post-next .infor-wrap {
    visibility: hidden;
    width: 170px;
    opacity: 0;
}

.project.mlistpost .tabBtn .post-prev .img-wrap,
.project.mlistpost .tabBtn .post-next .img-wrap {
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    height: 100%;
    border: 3px solid #b71f31;
}

.project.mlistpost .tabBtn .post-prev .img-wrap:after,
.project.mlistpost .tabBtn .post-next .img-wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

.project.mlistpost .tabBtn .post-prev .img-wrap div,
.project.mlistpost .tabBtn .post-next .img-wrap div {
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.project.mlistpost .tabBtn .post-prev .img-wrap img,
.project.mlistpost .tabBtn .post-next .img-wrap img {
    display: none;
}

.project.mlistpost .tabBtn .post-prev .details,
.project.mlistpost .tabBtn .post-next .details {
    position: absolute;
    box-sizing: border-box;
    width: 42px;
    height: 100%;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #ececec;
    background: #fff;
}

.project.mlistpost .tabBtn .post-prev .details:before,
.project.mlistpost .tabBtn .post-next .details:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
}

.project.mlistpost .tabBtn .post-prev .infor-wrap,
.project.mlistpost .tabBtn .post-next .infor-wrap {
    position: absolute;
    z-index: 10;
    top: 50%;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.project.mlistpost .tabBtn .post-prev .infor-wrap .title,
.project.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.project.mlistpost .tabBtn .post-next .infor-wrap .title,
.project.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project.mlistpost .tabBtn .post-prev .infor-wrap .title,
.project.mlistpost .tabBtn .post-next .infor-wrap .title {
    font-size: 16px;
    line-height: 20px;
    display: block;
    width: 70%;
    color: #fff;
}

.project.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.project.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: 80%;
    color: #fff;
}

.project.mlistpost .tabBtn .post-prev {
    left: 0;
}

.project.mlistpost .tabBtn .post-prev .img-wrap {
    left: 100%;
    border-left: 0;
}

.project.mlistpost .tabBtn .post-prev .details {
    left: 0;
}

.project.mlistpost .tabBtn .post-prev .details:before {
    content: "\f104";
}

.project.mlistpost .tabBtn .post-prev .infor-wrap {
    left: 100%;
    padding-left: 20px;
}

.project.mlistpost .tabBtn .post-next {
    right: 0;
}

.project.mlistpost .tabBtn .post-next .img-wrap {
    right: 100%;
    border-right: 0;
}

.project.mlistpost .tabBtn .post-next .details {
    right: 0;
}

.project.mlistpost .tabBtn .post-next .details:before {
    content: "\f105";
}

.project.mlistpost .tabBtn .post-next .infor-wrap {
    right: 100%;
    padding-left: 20px;
}

@media screen and (min-width: 1600px) {
    .project.mlistpost .post-prev:hover .infor-wrap,
    .project.mlistpost .post-prev:hover .img-wrap,
    .project.mlistpost .post-next:hover .infor-wrap,
    .project.mlistpost .post-next:hover .img-wrap {
        visibility: visible;
        opacity: 1;
    }
    .project.mlistpost .post-prev:hover .details,
    .project.mlistpost .post-next:hover .details {
        border-color: #b71f31;
        background: #b71f31;
    }
    .project.mlistpost .post-prev:hover .details:before,
    .project.mlistpost .post-next:hover .details:before {
        color: #fff;
    }
}

.ff_postPage .service.mlistpost {
    padding: 50px 50px 0;
}

.ff_postPage .service.mlistpost .module_container {
    max-width: 100%;
}

.ff_postPage .service.mlistpost .postContent {
    float: right;
    width: calc(100% - 440px);
}

.ff_postPage .service.mlistpost .postContent .postInfo {
    display: none;
}

.ff_postPage .service.mlistpost .postInfo .description a {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    margin-top: 20px;
    padding: 0 30px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: center;
    color: #555;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

.ff_postPage .service.mlistpost .postInfo .description a:hover {
    color: #fff;
    border: 1px solid #383838;
    background-color: #383838;
}

.ff_postPage .service.mlistpost .listWrap {
    float: left;
    box-sizing: border-box;
    width: 440px;
    padding-right: 50px;
}

.ff_postPage .service.mlistpost .listWrap>.item_tags {
    margin-bottom: 20px;
}

.ff_postPage .service.mlistpost .listWrap .postInfo .item_tags {
    display: none;
}

.ff_postPage .service.mlistpost .listContent_post {
    border-top: 1px solid rgba(170, 170, 170, 0.2);
}

.ff_postPage .project.mlistpost .postInfo .description a,
.ff_postPage .team.mlistpost .postInfo .description a,
.ff_postPage .news.mlistpost .postInfo .description a,
.ff_postPage .videom.mlistpost .postInfo .description a {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    margin-top: 20px;
    padding: 0 30px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: center;
    color: #555;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

.ff_postPage .project.mlistpost .postInfo .description a:hover,
.ff_postPage .team.mlistpost .postInfo .description a:hover,
.ff_postPage .news.mlistpost .postInfo .description a:hover,
.ff_postPage .videom.mlistpost .postInfo .description a:hover {
    color: #fff;
    border: 1px solid #383838;
    background-color: #383838;
}

.ff_postPage .project.mlistpost .listWrap .postInfo,
.ff_postPage .team.mlistpost .listWrap .postInfo,
.ff_postPage .news.mlistpost .listWrap .postInfo,
.ff_postPage .videom.mlistpost .listWrap .postInfo {
    display: none;
}

.ff_postPage .project.mlistpost .listWrap .postInfo .description a,
.ff_postPage .team.mlistpost .listWrap .postInfo .description a,
.ff_postPage .news.mlistpost .listWrap .postInfo .description a,
.ff_postPage .videom.mlistpost .listWrap .postInfo .description a {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    margin-top: 20px;
    padding: 0 30px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: center;
    color: #555;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

.ff_postPage .project.mlistpost .listWrap .postInfo .description a:hover,
.ff_postPage .team.mlistpost .listWrap .postInfo .description a:hover,
.ff_postPage .news.mlistpost .listWrap .postInfo .description a:hover,
.ff_postPage .videom.mlistpost .listWrap .postInfo .description a:hover {
    color: #fff;
    border: 1px solid #383838;
    background-color: #383838;
}

.ff_postPage .project.mlistpost .listContent_post,
.ff_postPage .team.mlistpost .listContent_post,
.ff_postPage .news.mlistpost .listContent_post,
.ff_postPage .videom.mlistpost .listContent_post {
    border-top: 1px solid rgba(170, 170, 170, 0.2);
}

#mcontact {
    background: #3e3e3e;
}

#mcontact .container_header {
    float: none;
}

#mcontact .container_header .title {
    color: #fff;
}

#mcontact .contactlist {
    padding-top: 50px;
}

#mcontact .contactlist::after {
    content: "";
    display: block;
    clear: both;
}

#mcontact .contactinfo {
    float: left;
}

#mcontact .contactinfo .contact_name {
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    margin-bottom: 25px;
    color: #fff;
}

#mcontact .contactinfo p {
    font-size: 13px;
    line-height: 28px;
    width: 400px;
    height: 28px;
    padding-right: 40px;
    color: #989898;
}

#mcontact .ff_social {
    padding-top: 40px;
}

#mcontact .ff_social a {
    font-size: 16px;
    line-height: 28px;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: center;
    color: #b3b3b3;
    border-radius: 15px;
    background: rgba(255, 0, 0, 0);
}

#mcontact .ff_social a:hover {
    color: #fff;
    background: #5c5c5c;
}

#mcontact .contactform {
    float: right;
}

#mcontact .contactform .contactform_content textarea {
    overflow: hidden;
    height: 100px;
    resize: none;
}

#mcontact .contactform .inputtxt {
    line-height: 20px;
    width: 320px;
    height: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    border: 0;
    border-bottom: rgba(255, 255, 255, 0.09) 1px solid;
    background-color: rgba(0, 0, 0, 0);
}

#mcontact .contactform .inputtxt.submit {
    font-size: 16px;
    width: 100%;
    height: 48px;
    padding: 5px 0;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #fff;
    background-color: #5c5c5c;
}

#mcontact .contactform .inputtxt.submit:hover {
    background-color: #7b7b7b;
}

.project.mlistpost .postContent {
    position: relative;
    box-sizing: border-box;
    max-width: calc(100% - 315px);
    margin-top: 40px;
    padding-top: 0;
    padding-right: 80px;
}

.project.mlistpost .postInfo {
    padding-bottom: 50px;
}

.project.mlistpost .postInfo::after {
    content: "";
    display: block;
    clear: both;
}

.project.mlistpost .postInfo .mainInfor .title {
    font-size: 22px;
    color: #444;
}

.project.mlistpost .postInfo .mainInfor .subtitle {
    font-size: 13px;
    line-height: 24px;
    color: #c1c1c1;
}

.project.mlistpost .postInfo .description {
    font-size: 13px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 100%;
    box-sizing: border-box;
    width: 315px;
    margin-top: 0;
    padding-left: 50px;
    color: #929292;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.project.mlistpost .postInfo .description a {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    margin-top: 20px;
    padding: 0 30px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: center;
    color: #555;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

.project.mlistpost .postInfo .description a:hover {
    color: #fff;
    border: 1px solid #383838;
    background-color: #383838;
}

#footer {
    padding: 10px 56px;
}

#footer p {
    line-height: 24px;
    width: 100%;
    height: 24px;
    margin: 0 auto;
    text-align: left;
}

#footer p span.ellipsis {
    display: inline;
    max-width: 70%;
    opacity: 0.8;
    letter-spacing: 0.5px;
}

#footer p a#flogo {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-top: 2px;
    margin-left: 10px;
    vertical-align: top;
}

#footer p a#fbeian {
    vertical-align: top;
}

.pageEditor .module_container {
    padding-top: 60px;
}

.pageEditor .container_header .title,
.pageEditor .container_header .subtitle {
    text-align: center;
}

#navWrapper .content .nav>.navitem>a:hover {
    border-color: #b71f31;
    color: #b71f31;
}

#navWrapper .content .nav>.navitem .subnav li a:hover {
    color: #fff;
    background-color: #b71f31;
}

.mlist:not(.imagelink) .content_list .item_block:hover {
    background-color: transparent;
}

.mlist:not(.imagelink) .content_list .item_block:hover .details {
    border-color: #b71f31;
    background-color: #b71f31;
    color: #fff;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_img img {}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
    color: #b71f31;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle {
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .date_wrap {
    color: #868585;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
    color: #868585;
}

.mlist .owl-dots .active.owl-dot span,
.ff_topSlider .owl-dots .active.owl-dot span,
.imagelink .owl-dots .active.owl-dot span,
.mlist .owl-dots .owl-dot:hover span,
.ff_topSlider .owl-dots .owl-dot:hover span,
.imagelink .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.mlist .owl-dots .owl-dot span,
.ff_topSlider .owl-dots .owl-dot span,
.imagelink .owl-dots .owl-dot span {
    border: 1px solid #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    background: none;
    width: 8px;
    height: 8px;
    margin: 5px;
    transition: all 0.2s ease-in;
}

@-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% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes nav-item-searchshow {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes nav-item-searchhide {
    0% {
        opacity: 0;
        transform: scale(0.7);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes searchform-slide-one {
    0% {
        transform: translate3d(calc(-50% + 100px), 0, 0);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes searchform-slideout-one {
    0% {
        opacity: 1;
        transform: translate3d(-50%, 0, 0);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    }
    100% {
        opacity: 0;
        transform: translate3d(-calc(100px + 50%), 0, 0);
    }
}

@keyframes searchform-slide-two {
    0% {
        transform: translate3d(100px, 0, 0);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes searchform-slideout-two {
    0% {
        opacity: 0;
        transform: translate3d(-100, 0, 0);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
form {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

select {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

table {
    border-collapse: collapse;
}

th,
td {
    padding: 0;
}

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;
}

.obHide {
    display: none;
    visibility: hidden;
    position: absolute;
    z-index: 99;
}

.show {
    display: block;
}

.fa {
    color: inherit;
    line-height: inherit;
}

img {
    max-width: 100%;
}

.fa-angle-right,
.fa-angle-down {
    padding-left: 10px;
    color: inherit;
}

.item_index {
    display: none;
}

::-webkit-scrollbar-track-piece,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    width: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.6);
}

::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, 0.6);
}

::-webkit-scrollbar-thumb {
    background-color: #b71f31;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #b71f31;
}

.item_tags {
    clear: both;
    height: 28px;
    border-top: 1px solid rgba(170, 170, 170, 0.2);
}

.item_tags::after {
    content: "";
    display: block;
    clear: both;
}

.item_tags .item_box {
    display: none;
}

.item_tags .fa-tags {
    display: none;
}

.item_tags>a {
    line-height: 26px;
    float: left;
    margin-right: 10px;
    padding: 0 14px;
    border: 1px solid rgba(170, 170, 170, 0.2);
}

.module {
    /* background: #fff; */
}

.container_header .title {
    font-size: 24px;
    line-height: 30px;
    color: #555;
}

.container_header .subtitle {
    font-size: 14px;
    line-height: 26px;
    color: #bbb;
}

.container_category {
    padding-top: 40px;
    text-align: center;
}

.container_category>a {
    font-size: 13px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px;
    padding: 0 20px;
    text-align: center;
}

.container_content {
    clear: both;
}

.mlist:not(.imagelink) .content_list .item_block {
    box-sizing: border-box;
    border: 1px solid rgba(170, 170, 170, 0.2);
    background-color: transparent;
}

.mlist:not(.imagelink) .content_list .item_block .item_tags {
    padding: 15px;
}

.mlist:not(.imagelink) .content_list .item_img {
    position: relative;
    overflow: hidden;
}

.mlist:not(.imagelink) .content_list .item_img img {
    transition: all 0.36s ease;
    display: inline;
}

.mlist:not(.imagelink) .content_list .item_info .title {
    transition: all 0.36s ease;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.mlist:not(.imagelink) .content_list .item_info .subtitle {
    transition: all 0.36s ease;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    /* margin-top: 5px; */
    letter-spacing: 3px;
}

.mlist:not(.imagelink) .content_list .date_wrap {
    transition: all 0.36s ease;
    font-size: 13px;
    line-height: 26px;
    color: #888;
}

.mlist:not(.imagelink) .content_list .item_des {
    margin-top: 13px;
}

.mlist:not(.imagelink) .content_list .item_des .description {
    transition: all 0.36s ease;
    font-size: 13px;
    line-height: 26px;
    overflow: hidden;
    height: 52px;
    color: #999;
}

.mlist:not(.imagelink) .content_list .item_wrapper .details {
    display: none;
}

.mlist:not(.imagelink) .content_list .details {
    transition: all 0.36s ease;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 20px;
    padding: 0 20px;
    color: #999;
    border: 1px solid rgba(170, 170, 170, 0.2);
}

#pages {
    padding: 40px 0 80px;
}

#pages::after {
    content: "";
    display: block;
    clear: both;
}

#pages a {
    font-size: 14px;
    line-height: 36px;
    float: left;
    width: 36px;
    height: 36px;
}

#pages .page-item {
    margin-right: 5px;
    text-align: center;
    border: 1px solid rgba(170, 170, 170, 0.2);
    background-color: transparent;
}

#pages .page-item.active,
#pages .page-item:hover {
    color: #fff;
    border-color: #b71f31;
    background-color: #b71f31;
}

.ff_pageTarget {
    line-height: 45px;
    background-color: #f7f7f7;
}

.ff_pageTarget .fa-angle-right {
    padding: 0 10px;
}

.ff_pageTarget .container_target a:hover {
    color: #b71f31;
}

.ff_pageTarget .container_target a:last-child {
    color: #b71f31;
}

.postbody {
    font-size: 13px;
}

.postbody p {
    line-height: 24px;
}

.postbody hr {
    margin: 20px 0;
    border: none;
    border-top: 1px dotted rgba(170, 170, 170, 0.2);
}

#banner div {
    height: 300px;
}

.ff_pageList .container_category+.container_content {
    padding-top: 40px;
}

.postSlider .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    margin: 0;
    top: 50%;
    transform: translateY(calc(-50%));
}

.postSlider .owl-nav .owl-prev,
.postSlider .owl-nav .owl-next {
    top: 50%;
    transform: translateY(-50%);
}

.postSlider .owl-nav .owl-prev,
.postSlider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
}

.postSlider .tab_content {
    padding-bottom: 20px;
}

.postSlider .tab_content .item_img {
    width: 100%;
    height: 530px;
}

.postSlider .tab_content .item_img img {
    width: auto;
    height: 100%;
    margin: auto;
}

.postSlider .tab_content .owl-item .item_block {
    margin-bottom: 0;
}

.postSlider .tab_button {
    width: 320px;
    margin: 0 auto;
}

.postSlider .tab_button .item_img {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 60px;
}

.postSlider .tab_button .item_img:hover img {
    transform: scale(1.08);
}

.postSlider .tab_button .item_img img {
    min-width: 100%;
    min-height: 100%;
}

.postSlider .tab_button .item_block {
    cursor: pointer;
}

.postSlider .tab_button .item_block:hover .item_img:after,
.postSlider .tab_button .item_block.current .item_img:after {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: "";
    border: 3px solid #b71f31;
}

.postContent {
    margin-bottom: 40px;
    padding-top: 40px;
}

.postInfo .title {
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s ease-out 0s;
    color: #444;
}

.postInfo .subtitle {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    transition: all 0.3s ease-out 0s;
    color: #999;
}

.postInfo .description {
    font-size: 13px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 24px;
    color: #888;
}

.postInfo .usetdate {
    font-size: 13px;
    line-height: 24px;
}

.listContent_post h3 {
    font-size: 14px;
    padding: 30px 0;
}

.listContent_post>.item_tags {
    margin-bottom: 30px;
    padding: 0;
    border-top: none;
}

.postbody {
    margin-bottom: 60px;
}

.ff_postPage .ff_pageTarget.module {
    margin-top: 0;
}

.ff_postPage .mlist .more {
    display: none !important;
}

.ff_pageList,
.ff_postPage {
    padding-bottom: 60px;
}

.postInfo .postbody {
    font-size: 13px;
    color: #888;
}

#postWrapper::after {
    content: "";
    display: block;
    clear: both;
}

body #search-header {
    display: none;
}

body #header {
    position: fixed;
    z-index: 999;
    top: 0;
    min-width: 1160px;
}

body #header #search-nav {
    height: 80px;
}

body #header.mini #search-nav {
    height: 66px;
}

body #sitecontent {
    padding-top: 80px;
}

body #header {
    transition: height 0.36s ease;
    width: 100%;
    height: 80px;
    background: url("../images/b_3.png"/*tpa=http://www.excegroup.com/Content/images/b_3.png*/
    );
}

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: 1820px;
    height: 100%;
    margin: 0 auto;
}

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;
    width: 180px;
}

body #navWrapper {
    float: right;
    height: 100%;
}

body #navWrapper .content {
    height: 100%;
}

body #navWrapper .content::after {
    content: "";
    display: block;
    clear: both;
}

body #navWrapper .content .nav {
    float: right;
    height: 100%;
    width: 920px;
    z-index: 99;
    position: relative;
    letter-spacing: 1px;
}

body #navWrapper .content .nav>.navitem {
    transition: all 0.36s ease;
    font-size: 14px;
    position: relative;
    float: left;
    cursor: pointer;
}

body #navWrapper .content .nav>.navitem:hover .subnav {
    display: block;
}

body #navWrapper .content .nav>.navitem>a {
    transition: all 0.36s ease;
    line-height: calc(80px - 2px);
    display: block;
    padding: 0 26px;
    border-bottom: 2px solid transparent;
}

body #navWrapper .content .nav>.navitem>a.active {
    color: #b71f31;
}

body #navWrapper .content .nav>.navitem .subnav {
    transition: all 0.36s ease;
    position: absolute;
    z-index: 199;
    top: calc(100% - 2px);
    left: 0;
    /* overflow: hidden; */
    width: 180px;
    height: auto;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #fff;
    background: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    display: none;
    padding-bottom: 10px;
    padding-top: 5px;
}

body #navWrapper .content .nav>.navitem .subnav li {
    width: auto;
    cursor: pointer;
    float: left;
    width: 100%;
    position: relative;
}

body #navWrapper .content .nav>.navitem .subnav li a {
    transition: all 0.36s ease;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    transition: all 0.2s ease-in-out;
    color: #666;
    width: 100%;
    padding: 9px 0;
}

body #navWrapper .content .nav>.navitem .subnav li a:hover {
    color: #fff;
    background-color: rgba(21,57,73,0.8)
}

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;
}

#navMini {
    display: none;
}

.ff_sitecontent .module .module_container {
    max-width: 100%;
    margin: 0 auto;
}

.npagePage .more {
    display: none !important;
}

.ff_pageList .content {
    background: #fff;
}

.ff_indexPage {
    position: relative;
}

.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.ff_indexPage .mlist .content_wrapper {
    padding-top: 51px;
}

.ff_indexPage .mlist .content_wrapper .more_wrap .more {
    display: none;
}

.ff_indexPage .mlist .content_wrapper .more {
    font-size: 14px;
    line-height: 46px;
    display: block;
    width: 200px;
    margin: 50px auto 0;
    text-align: center;
    border: 1px solid rgba(170, 170, 170, 0.2);
    background-color: transparent;
}

.ff_indexPage .mlist .content_wrapper .more:hover {
    color: #fff;
    background-color: #b71f31;
}

.mlist .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    margin: 0;
    top: 50%;
    transform: translateY(calc(-50%));
}

.mlist .owl-nav .owl-prev,
.mlist .owl-nav .owl-next {
    top: 50%;
    transform: translateY(-50%);
}

.mlist .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
}

.mlist .owl-nav .owl-next {
    position: absolute;
    right: -50px;
}

.mlist .owl-nav .owl-prev,
.mlist .owl-nav .owl-next {
    width: 50px;
    height: 50px;
}

.mlist .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.ff_indexPage #topSlider {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #153949;
}

#sliderDirThemb,
#sliderDotThemb {
    border-color: #b71f31;
}

#topSlider {
    background: transparent;
}

.ff_topSlider {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ff_topSlider .content_list {
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 100%;
}

.ff_topSlider .content_list.owl-loaded {
    visibility: visible;
}

.ff_topSlider .content_list[data-slider-mode="3"] {
    width: 3600px;
    padding: 40px 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer {
    left: 50%;
    width: 3600px;
    height: 100%;
    margin-left: -1800px;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before,
.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after {
    position: absolute;
    z-index: 2;
    top: 0;
    display: block;
    box-sizing: border-box;
    width: 1200px;
    height: 100%;
    content: "";
    border: #1c1c1c 30px solid;
    background-color: rgba(0, 0, 0, 0.5);
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before {
    left: 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after {
    right: 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-item.active .item_block p {
    transform: translateY(50px);
    opacity: 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-item.active.active3 .item_block p {
    transform: translateY(0px);
    opacity: 1;
}

.ff_topSlider .content_list .owl-item.active .item_block p {
    transform: translateY(0px);
    opacity: 1;
}

.ff_topSlider .content_list .item_block {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ff_topSlider .content_list .item_block div.item_bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ff_topSlider .content_list .item_block div.item_bg.image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ff_topSlider .content_list .item_block div.item_bg.video video {
    width: 100%;
    height: 100%;
}

.ff_topSlider .content_list .item_block div.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.ff_topSlider .content_list .item_block a {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.ff_topSlider .content_list .item_block a div {
    display: table-cell;
    padding: 100px 50px;
    vertical-align: middle;
}

.ff_topSlider .content_list .item_block a i {
    font-size: 24px;
    text-indent: 20px;
}

.ff_topSlider .content_list .item_block p {
    max-width: 1170px;
    margin: 0 auto;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translateY(50px);
    opacity: 0;
    color: #fff;
}

.ff_topSlider .content_list .item_block p.title {
    font-size: 46px;
    line-height: 46px;
    height: 46px;
    transition-delay: 0s;
}

.ff_topSlider .content_list .item_block p.subtitle {
    font-size: 16px;
    height: 16px;
    margin-top: 6px;
    transition-delay: 0.2s;
    color: #ddd;
}

.ff_topSlider .progress {
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: none;
    width: 100%;
    width: 0;
    height: 1px;
    background: rgba(150, 57, 71, 0.8);
}

.ff_topSlider .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    margin: 0;
    top: 50%;
    transform: translateY(calc(-50%));
}

.ff_topSlider .owl-nav .owl-prev,
.ff_topSlider .owl-nav .owl-next {
    top: 50%;
    transform: translateY(-50%);
}

.ff_topSlider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.ff_topSlider .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.ff_topSlider .owl-nav .owl-prev,
.ff_topSlider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
}

.ff_topSlider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

._newTopSlider {
    position: absolute;
    bottom: 100px;
    width: 400px;
    background: #fff;
    z-index: 111;
}

.ff_indexPage .service .content_list::after,
.bodylist .service .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .service .content_wrapper,
.bodylist .service .content_wrapper {
    position: relative;
    margin-right: 0;
}

.ff_indexPage .service .content_wrapper.slider,
.bodylist .service .content_wrapper.slider {
    margin-right: 0;
}

.ff_indexPage .service .content_wrapper.slider .item_block,
.bodylist .service .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.ff_indexPage .service .owl-item .item_block,
.bodylist .service .owl-item .item_block {
    width: 100%;
}

.ff_indexPage .service .item_block,
.bodylist .service .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 1 - 0);
}

.service.mlistpost .listContent_post .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.service.mlistpost .listContent_post .content_wrapper {
    position: relative;
    margin-right: -15px;
}

.service.mlistpost .listContent_post .content_wrapper.slider {
    margin-right: 0;
}

.service.mlistpost .listContent_post .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.service.mlistpost .listContent_post .owl-item .item_block {
    width: 100%;
}

.service.mlistpost .listContent_post .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 3 - 15px);
}

._dotNumberWrapper {
    position: absolute;
    right: 85px;
    bottom: 20vh;
    left: 17vw;
    transform: none;
}

.ff_indexPage .project .content_list::after,
.npagePage:not(.post) .project .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .project .content_wrapper,
.npagePage:not(.post) .project .content_wrapper {
    position: relative;
    margin-right: 0px;
}

.ff_indexPage .project .content_wrapper.slider,
.npagePage:not(.post) .project .content_wrapper.slider {
    margin-right: 0;
}

.ff_indexPage .project .content_wrapper.slider .item_block,
.npagePage:not(.post) .project .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.ff_indexPage .project .owl-item .item_block,
.npagePage:not(.post) .project .owl-item .item_block {
    width: 100%;
}

.ff_indexPage .project .item_block,
.npagePage:not(.post) .project .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: auto;
}

.project.mlistpost .listContent_post .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.project.mlistpost .listContent_post .content_wrapper {
    position: relative;
    margin-right: -15px;
}

.project.mlistpost .listContent_post .content_wrapper.slider {
    margin-right: 0;
}

.project.mlistpost .listContent_post .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.project.mlistpost .listContent_post .owl-item .item_block {
    width: 100%;
}

.project.mlistpost .listContent_post .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 3 - 15px);
}

.ff_indexPage .project .content_wrapper.slider {
    width: 100%;
}

.project .content_wrapper a {
    cursor: move;
    cursor: -webkit-grab;
}

.project .content_wrapper a .details {
    cursor: pointer;
}

.ff_indexPage .team .content_list::after,
.npagePage:not(.post) .team .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .team .content_wrapper,
.npagePage:not(.post) .team .content_wrapper {
    position: relative;
    margin-right: 0px;
}

.ff_indexPage .team .content_wrapper.slider,
.npagePage:not(.post) .team .content_wrapper.slider {
    margin-right: 0;
}

.ff_indexPage .team .content_wrapper.slider .item_block,
.npagePage:not(.post) .team .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.ff_indexPage .team .owl-item .item_block,
.npagePage:not(.post) .team .owl-item .item_block {
    width: 100%;
}

.ff_indexPage .team .item_block,
.npagePage:not(.post) .team .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 3 - 0px);
}

.team.mlistpost .listContent_post .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.team.mlistpost .listContent_post .content_wrapper {
    position: relative;
    margin-right: 0px;
}

.team.mlistpost .listContent_post .content_wrapper.slider {
    margin-right: 0;
}

.team.mlistpost .listContent_post .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.team.mlistpost .listContent_post .owl-item .item_block {
    width: 100%;
}

.team.mlistpost .listContent_post .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 1 - 0px);
}

.team.mlistpost .item_img {
    display: none;
}

.team.mlistpost .content_list .item_block .item_wrapper {
    width: 100%;
}

.bodyindex .team .tab_button {
    display: block;
    position: absolute;
    width: 500px;
    bottom: 0;
    right: 0;
}

.ff_indexPage .team.mlist .content_wrapper {
    height: 100vh;
}

.ff_indexPage .news .content_list::after,
.ff_pageList .news .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .news .content_wrapper,
.ff_pageList .news .content_wrapper {
    position: relative;
    margin-right: -300px;
}

.ff_indexPage .news .content_wrapper.slider,
.ff_pageList .news .content_wrapper.slider {
    margin-right: 0;
}

.ff_indexPage .news .content_wrapper.slider .item_block,
.ff_pageList .news .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.ff_indexPage .news .owl-item .item_block,
.ff_pageList .news .owl-item .item_block {
    width: 100%;
}

.ff_indexPage .news .item_block,
.ff_pageList .news .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 300px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 2 - 300px);
}

.news.mlistpost .listContent_post .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.news.mlistpost .listContent_post .content_wrapper {
    position: relative;
    margin-right: 0;
}

.news.mlistpost .listContent_post .content_wrapper.slider {
    margin-right: 0;
}

.news.mlistpost .listContent_post .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.news.mlistpost .listContent_post .owl-item .item_block {
    width: 100%;
}

.news.mlistpost .listContent_post .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 1 - 0);
}

.news.mlistpost .item_img {
    display: none;
}

.news.mlistpost .content_list .item_block .item_wrapper {
    width: 100%;
}

.mcustomize.ff_ti .contentbody {
    display: none;
}

.mcustomize.ff_ti .link_icon {
    display: none;
}

.mcustomize .link_icon {
    display: none;
}

.mcustomize.tlir .module_container::after,
.mcustomize.tril .module_container::after {
    content: "";
    display: block;
    clear: both;
}

.mcustomize.tlir .container_content,
.mcustomize.tril .container_content {
    position: relative;
}

.mcustomize.tlir .container_content::after,
.mcustomize.tril .container_content::after {
    content: "";
    display: block;
    clear: both;
}

.mcustomize.tlir .container_content .contentbody .wrapper,
.mcustomize.tril .container_content .contentbody .wrapper {
    padding-top: 60px;
}

.mcustomize.tlir .container_content .contentbody .wrapper .header,
.mcustomize.tril .container_content .contentbody .wrapper .header {
    position: absolute;
    top: 0;
    height: 60px;
}

.mcustomize.tlir .container_content .contentbody .wrapper .description,
.mcustomize.tril .container_content .contentbody .wrapper .description {
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
}

.mcustomize.tlir .container_content .mediabody .image,
.mcustomize.tril .container_content .mediabody .image {
    width: 400px;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mcustomize.tlir .container_content .mediabody .link_icon,
.mcustomize.tril .container_content .mediabody .link_icon {
    display: none;
}

.mcustomize.tlir .contentbody {
    float: left;
}

.mcustomize.tlir .mediabody {
    float: right;
}

.mcustomize.tril .contentbody {
    float: right;
}

.mcustomize.tril .mediabody {
    float: left;
}

.ff_indexPage .mcounter {
    padding-top: 0;
    padding-bottom: 0;
}

.ff_indexPage .mcounter .container_content {
    position: absolute;
    width: 100%;
    height: 190px;
}

.ff_indexPage .mcounter .content_list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0;
    transform: translateX(-50%) translateY(-50%);
}

.ff_indexPage .mcounter .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .mcounter .content_list li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}

.ff_indexPage .mcounter .content_list li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 45px;
    content: "";
    transform: translateY(-50%);
    background-color: rgba(170, 170, 170, 0.2);
}

.ff_indexPage .mcounter .content_list li .title {
    font-size: 13px;
    line-height: 30px;
    color: #999;
}

.ff_indexPage .mcounter .content_list li p {
    font-size: 14px;
    text-align: center;
}

.ff_indexPage .mcounter .content_list li p.number .counterDX {
    font-size: 50px;
    line-height: 52px;
    margin-top: 15px;
    text-align: center;
    vertical-align: top;
}

.ff_indexPage .mcounter .content_list li p.number .title {
    font-size: 13px;
    line-height: 30px;
}

.ff_indexPage .mcounter .content_list li p.number .unit {
    font-size: 14px;
    position: relative;
    top: 1px;
    left: 3px;
    vertical-align: top;
}

.ff_indexPage .mcounter .module_container {
    position: relative;
    height: 190px;
}

.mcounter {
    position: relative;
}

.imagelink .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.imagelink .content_wrapper {
    position: relative;
    margin-right: -14px;
}

.imagelink .content_wrapper.slider {
    margin-right: 0;
}

.imagelink .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.imagelink .owl-item .item_block {
    width: 100%;
}

.imagelink .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 14px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 4 - 14px);
}

.imagelink .content_wrapper {
    padding-top: 50px;
}

.imagelink .content_list .item_block {
    border: none;
}

.imagelink .content_list .item_block .date_wrap {
    display: none;
}

.imagelink .content_list .item_block .item_img {
    display: block;
}

.imagelink .content_list .item_block .item_box {
    position: relative;
}

.imagelink .content_list .item_block .item_box img {
    float: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    transition: all ease-out 0.3s 0.1s;
    opacity: 0.8;
}

.imagelink .content_list .item_block .item_box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border: 1px solid rgba(170, 170, 170, 0.2);
}

.imagelink .content_list .item_block .item_box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.imagelink .content_list .item_block .item_wrapper .item_info .title {
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    color: #999;
}

.imagelink .item_des,
.imagelink .container_category {
    display: none;
}

.imagelink .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.ff_indexPage .videom .content_list::after,
.npagePage:not(.post) .videom .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .videom .content_wrapper,
.npagePage:not(.post) .videom .content_wrapper {
    position: relative;
    margin-right: 0;
}

.ff_indexPage .videom .content_wrapper.slider,
.npagePage:not(.post) .videom .content_wrapper.slider {
    margin-right: 0;
}

.ff_indexPage .videom .content_wrapper.slider .item_block,
.npagePage:not(.post) .videom .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.ff_indexPage .videom .owl-item .item_block,
.npagePage:not(.post) .videom .owl-item .item_block {
    width: 100%;
}

.ff_indexPage .videom .item_block,
.npagePage:not(.post) .videom .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 1 - 0);
}

.videom.mlistpost .listContent_post .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.videom.mlistpost .listContent_post .content_wrapper {
    position: relative;
    margin-right: -15px;
}

.videom.mlistpost .listContent_post .content_wrapper.slider {
    margin-right: 0;
}

.videom.mlistpost .listContent_post .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.videom.mlistpost .listContent_post .owl-item .item_block {
    width: 100%;
}

.videom.mlistpost .listContent_post .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 3 - 15px);
}

.vPlayArea {
    width: 100%;
    height: 100%;
}

.vPlayArea .vPlayItem {
    width: 960px;
    padding: 10px;
    height: 618px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -456px;
    z-index: 2;
    border: 1px solid #dedede;
    transition: margin 0.36s ease, background 1s ease, border-color 1s ease;
}

.vPlayArea .vPlayItem video {
    width: 100%;
}

.vPlayArea.vshow .vPlayItem {
    margin-top: -336px;
}

.videoTabBtns {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    transform: translateY(-50%);
    transition: opacity 1s ease;
}

.videoTabBtns .videoTabBtn {
    width: 50px;
    height: 50px;
    background: #fff;
    margin-top: -25px;
    position: absolute;
    top: 0;
    text-align: center;
    cursor: pointer;
}

.videoTabBtns .videoTabBtn .icon {
    text-align: center;
}

.videoTabBtns .videoTabBtn.next {
    right: 0;
}

.videoTabBtns .videoTabBtn.next .icon:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 50px;
    font-size: 29px;
    color: #848484;
}

.videoTabBtns .videoTabBtn.prev {
    left: 0;
}

.videoTabBtns .videoTabBtn.prev .icon:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 50px;
    font-size: 29px;
    color: #848484;
}

.videoInfor {
    width: 100%;
    height: 48px;
    position: relative;
    padding: 15px 0 0;
    transition: opacity 1s ease;
}

.videoInfor .title {
    font-size: 16px;
    color: #2e2e2e;
}

.videoInfor .subtitle {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 22px;
    margin-top: 6px;
}

.videoBg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: background 1s ease;
}

.videoBg.deepView {
    background: rgba(0, 0, 0, 0.9);
}

.videoBg.deepView .vPlayItem {
    background: transparent;
    border-color: transparent;
}

.videoBg.deepView .videoInfor {
    opacity: 0;
}

.videoBg.deepView .videoTabBtns {
    opacity: 0;
}

.ff_indexPage .team_tabs .tab_content .item_block .item_wrapper {
    text-align: center;
}

.ff_indexPage .team_tabs .tab_content .item_block .details {
    margin: 30px auto;
    display: block;
    width: 100px;
    text-align: center;
}

.ff_indexPage .ad01 .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .ad01 .content_wrapper {
    position: relative;
    margin-right: 0px;
}

.ff_indexPage .ad01 .content_wrapper.slider {
    margin-right: 0;
}

.ff_indexPage .ad01 .content_wrapper.slider .item_block {
    margin-bottom: 0;
}

.ff_indexPage .ad01 .owl-item .item_block {
    width: 100%;
}

.ff_indexPage .ad01 .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 4 - 0px);
}

#shares {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 63px;
    height: 124px;
}

#shares a {
    font-size: 16px;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

#shares a .fa {
    padding-left: 0;
}

#shares a#sweixin {
    top: -1px;
}

#shares a#gotop {
    font-size: 22px;
    margin-top: -2px;
}

#shares a#gotop i {
    margin-top: 6px;
}

#shares a:hover {
    z-index: 1;
    border-color: #b71f31;
    background-color: #b71f31;
}

#shares a:hover i {
    color: #fff;
}

#shares a i {
    margin-top: 12px;
    transition: all 0.3s ease-out 0s;
}

#shares a i.fa.fa-mobile {
    font-size: 24px;
    margin-top: 8px;
}

.fixed {
    position: fixed;
    z-index: 9999;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.fixed.show {
    display: none;
}

#fixed_weixin .fixed-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: auto;
    margin-top: -140px;
    margin-left: -110px;
    padding: 20px 20px 0 20px;
    background: #fff;
}

#fixed_weixin .fixed-container div {
    height: 220px;
}

#fixed_weixin .fixed-container p {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #000;
}

#online_open {
    font-size: 18px;
    font-size: 16px;
    line-height: 40px;
    position: fixed;
    z-index: 99;
    right: -40px;
    bottom: 186px;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: -3px;
    cursor: pointer;
    transform: translateX(7px);
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

#online_open i {
    transition: all 0.3s ease-out 0s;
}

#online_open:hover {
    z-index: 1;
    border-color: #b71f31;
    background-color: #b71f31;
}

#online_open:hover i {
    color: #fff;
}

#online_lx {
    position: fixed;
    z-index: 99999;
    right: 7px;
    bottom: 188px;
    width: 180px;
    height: auto;
    margin-right: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
    box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
}

#olx_head {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    padding: 20px;
    color: #fff;
    background: #b71f31;
}

#olx_head i {
    font-size: 18px;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #fff;
}

#olx_head i:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

#olx_qq {
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}

#olx_qq li a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    height: 18px;
    padding: 12px 30px;
    transition: all ease-out 0.3s;
    color: #666;
}

#olx_qq li a i {
    font-size: 16px;
    margin-right: 18px;
    vertical-align: middle;
    color: inherit;
}

#olx_qq li a:hover {
    color: #b71f31;
    background: #eee;
}

#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 {
    font-size: 16px;
    line-height: 18px;
}

#fixed_mp .fixed-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 258px;
    height: 298px;
    margin-top: -149px;
    margin-left: -129px;
    background: #fff;
}

#fixed_mp .fixed-container p {
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    color: #000;
}

#openAssist {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 40px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    background-color: #3b3b3b;
}

#openAssist.active i {
    transform: translate3d(0, 0, 0) rotate(135deg);
}

#openAssist i {
    font-size: 30px;
    position: relative;
    top: 8px;
    display: inline-block;
    transition: all ease-out 0.3s;
    color: #fff;
}

#assistBtn {
    position: fixed;
    z-index: 99;
    right: 25px;
    bottom: 90px;
    display: none;
}

#assistBtn a {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    transform: translate3d(0, 8px, 0) scale(0.3);
    transform-origin: center bottom;
    text-align: center;
    opacity: 0;
    border-radius: 20px;
    background-color: #3b3b3b;
}

#assistBtn a i {
    font-size: 18px;
    position: relative;
    top: 10px;
    color: #fff;
}

.popup {
    display: block;
}

.popup .fixed-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 600px;
}

.searchPage .mlist.search .content_list .item_block {
    cursor: pointer;
    border-width: 0 0 1px 0;
    padding-top: 30px;
}

.searchPage .mlist.search .content_list .item_block:last-child {
    border: none;
}

.searchPage .mlist.search .content_list .item_block .item_box {
    display: block;
}

.searchPage .mlist.search .content_list .item_block .item_box::after {
    content: "";
    display: block;
    clear: both;
}

.searchPage .mlist.search .content_list .item_block .item_box .item_info {
    float: left;
}

.searchPage .mlist.search .content_list .item_block .item_box .date_wrap {
    float: left;
    line-height: 30px;
    margin-left: 10px;
}

.searchPage .mlist.search .content_list .item_block .item_info .date_wrap {
    display: none;
}

.searchPage .mlist.search .content_list .item_block .item_des {
    clear: left;
}

.searchPage .mlist.search .content_list .item_block .item_des .description {
    height: auto;
    max-height: 52px;
}

.searchPage .mlist.search .content_list .item_block .details {
    margin-top: 20px;
    margin-left: 0;
}

#search-list {
    margin-top: 40px;
}

#search-list input {
    width: 520px;
}

.searchPage #search-header {
    display: none !important;
}

.searchPage #footer {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.searchPage #page {
    padding-bottom: 0;
}

.searchPage .ff_pageList {
    padding-bottom: 0;
}

#moduleControl {
    position: fixed;
    z-index: 11;
    top: 50%;
    right: 20px;
    display: block !important;
}

#moduleControl a.moduleCItem {
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
    transition: all 0.3s ease-out 0s;
    text-indent: -9999px;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: 0 none;
}

#moduleControl a.moduleCItem:hover,
#moduleControl a.moduleCItem.active {
    border-color: #fff;
}

#moduleControl a.moduleCItem:hover span,
#moduleControl a.moduleCItem.active span {
    opacity: 0;
}

#moduleControl a.moduleCItem span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #fff;
}

.netmask {
    display: block;
}

.netmask div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.netmask div i:before {
    font-size: 40px;
    display: none;
    color: #fff;
}

.netmask.loading div i {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/loading.gif"/*tpa=http://www.excegroup.com/Content/images/loading.gif*/
    );
}

.netmask.success div i:before {
    display: block;
}

.bodyMask {
    transition: background 0.36s ease;
}

.bodyMask.open {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.2);
}

canvas {
    display: none;
}

.searchPopDom {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    background: rgba(24, 24, 24, 0.9);
    justify-content: center;
    align-items: center;
}

.searchPopDom:before {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.5s;
    opacity: 0;
    border: 0 solid #153949;
}

.searchPopDom.open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.searchPopDom.open:before {
    visibility: visible;
    opacity: 1;
    border-width: 24px;
}

.searchPopDom.open .searchFormGroup {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.searchPopDom .searchBox {
    width: 90%;
}

.searchPopDom .searchFormGroup {
    margin: 5em 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: scale3d(0.8, 0.8, 1);
    opacity: 0;
}

.searchPopDom .searchFormGroup input {
    font-size: 10vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #b71f31;
    border: 0;
    border-bottom: 2px solid;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
}

.searchPopDom .searchSub {
    display: none;
}

.searchPopDom input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.3;
    color: #5a5a5a;
}

.searchPopDom input::-moz-placeholder {
    opacity: 0.3;
    /* Mozilla Firefox 19+ */
    color: #5a5a5a;
}

.searchPopDom input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.3;
    color: #5a5a5a;
}

.searchPopDom input::-webkit-search-cancel-button,
.searchPopDom input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.searchPopDom input::-ms-clear {
    display: none;
}

.searchPopDom .searchClose {
    font-size: 40px;
    display: inline-block;
    transition: 0.36s ease;
    opacity: 0.3;
    color: #5a5a5a;
}

.searchPopDom .searchClose:hover {
    cursor: pointer;
    transform: rotate(180deg);
    opacity: 1;
}

.imgGallery {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.imgGallery.open {
    visibility: visible;
    transition: 1s ease;
}

.imgGallery.open img {
    transition: 0.5s ease, width 1s ease, height 1s ease;
}

.imgGallery .imgGallery_wrapper {
    font-size: 50px;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    padding: 0 60px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.imgGallery .imgGallery_wrapper ._next,
.imgGallery .imgGallery_wrapper ._prev {
    visibility: hidden;
    transition: 0.36s ease;
    opacity: 0;
}

.imgGallery .imgGallery_wrapper ._next:hover,
.imgGallery .imgGallery_wrapper ._prev:hover {
    color: #fff;
}

.imgGallery img {
    position: absolute;
}

.imgGallery.center {
    background: rgba(24, 24, 24, 0.9);
}

.imgGallery.center img {
    top: 50% !important;
    left: 50% !important;
    max-width: 80%;
    max-height: 80%;
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.52);
}

.imgGallery.center img.w {
    width: 80% !important;
    height: auto !important;
}

.imgGallery.center img.h {
    width: auto !important;
    height: 80% !important;
}

.imgGallery.center .imgGallery_wrapper ._next,
.imgGallery.center .imgGallery_wrapper ._prev {
    visibility: visible;
    padding: 0 20px;
    opacity: 1;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.project #postSlider .tab_content img {
    cursor: zoom-in;
}

.project.mlist:not(.imagelink) .content_list .item_block {
    z-index: 1;
    /* transition: margin 0.15s linear; */
}

.ff_indexPage .project .item_block,
.npagePage:not(.post) .project .item_block {
    transition: 0s;
}

.ff_indexPage .project .content_wrapper,
.npagePage:not(.post) .project .content_wrapper {
    overflow: hidden;
}

.bodyindex .project.mlist:not(.imagelink) .content_list {
    font-size: 0;
    overflow: hidden;
    min-width: 100%;
    height: 100vh;
    white-space: nowrap;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block {
    display: inline-block;
    /* float: none; */
    /* visibility: visible; */
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages {
    position: relative;
    z-index: 0;
    left: -1px;
    display: inline-block;
    float: right;
    box-sizing: border-box;
    width: 80px;
    height: 100vh;
    padding: 0;
    padding: 39vh 0;
    vertical-align: top;
    border-left: 1px solid rgba(102, 102, 102, 0.2);
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    content: "";
    background-color: rgba(102, 102, 102, 0.2);
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages a {
    display: block;
    width: 100%;
    height: 50%;
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .page-item {
    display: none;
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .prev,
.bodyindex .project.mlist:not(.imagelink) .content_list #pages .next {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .prev:hover,
.bodyindex .project.mlist:not(.imagelink) .content_list #pages .next:hover {
    color: #fff;
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .prev .fa,
.bodyindex .project.mlist:not(.imagelink) .content_list #pages .next .fa {
    transition: 0.36s ease;
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .prev.disable .fa,
.bodyindex .project.mlist:not(.imagelink) .content_list #pages .next.disable .fa {
    opacity: 0.3;
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .prev {
    position: relative;
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .prev:hover .fa {
    transform: translateY(-20px);
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .prev .fa {
    font-size: 24px;
    padding: 0;
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .prev .fa::before {
    content: "\e604";
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .next:hover .fa {
    transform: translateY(20px);
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .next .fa {
    font-size: 24px;
    padding: 0;
}

.bodyindex .project.mlist:not(.imagelink) .content_list #pages .next .fa::before {
    content: "\e617";
}

#flogo img {
    width: auto;
}

.mcustomize.tril .mediabody {
    margin-top: 120px;
}

.team.mlist .container_content>.owl-nav {
    position: absolute;
    top: 50%;
    top: 52%;
    right: 8%;
    width: 100%;
    width: 170px;
    height: 0;
    height: 170px;
    margin: 0;
    transform: translateY(calc(-50%));
}

.team.mlist .container_content>.owl-nav .owl-prev {
    left: 10px;
}

.team.mlist .container_content>.owl-nav .owl-next {
    right: 10px;
}

.team.mlist .container_content>.owl-nav:before {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 1px;
    height: 14px;
    content: "";
    background: rgba(255, 255, 255, 0.3);
}

body {
    background: #153949;
}

.module {
    /* background: #153949; */
}

#footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
  background: rgba(21,57,73,0.4);
    z-index: 999;
}

#footer p {
    text-align: center;
}

.ff_topSlider .content_list .item_block,
#topSlider .content_list,
#topSlider,
.singlescreen .module,
#sitecontent {
    height: 100vh !important;
}

.mlist:not(.imagelink) .content_list .item_block {
    border: none;
}

.item_tags>a:hover,
.container_category>a:hover,
.item_tags>a.active,
.container_category>a.active {
    border-color: transparent;
    background-color: transparent;
    opacity: 1;
}

.ff_indexPage .mlist .module_container .container_category {
    z-index: 121;
    float: left;
}

.item_tags>a,
.container_category>a {
    border: none;
}

.mlist:not(.imagelink) .content_list .item_info .title {
    color: #fff;
}

.container_category>a:last-of-type::before {
    display: none;
}

.item_tags {
    border-top: none;
}

#online_open {
    color: #fff;
    border: 1px solid #153949;
    background-color: #153949;
}

.npagePage .ff_pageTarget {
    margin-top: 0;
}


/* 头部 */

body #header .wrapper>.content {
    max-width: 100%;
    padding: 0 2.4%;
}

body #header.bg_cur {
    background: url();
}

.bodyindex body #sitecontent {
    padding-top: 0;
}

body #navWrapper {
    float: right;
}


/* body #header .wrapper{
    border-bottom: 1px solid rgba(255,255,255,.15);
} */

body #navWrapper .content {
    padding-right: 2px;
}

body #navWrapper .content .nav>.navitem>a {
    color: rgba(255, 255, 255, 0.5);
}

body .searchGroup .searchOnOff {
    margin-right: 0;
}

.fa-search:before {
    font-size: 20px;
    font-weight: 600;
    content: "\e623";
    color: rgba(255, 255, 255, 0.5);
}

body #navWrapper .content .nav>.navitem>a.active {
    color: #fff;
    border-bottom: none;
}

#navWrapper .content .nav .navitem>a:hover span:before,
#navWrapper .content .nav .navitem>a:hover .fa-angle-down {
    color: #fff;
}

._newTopSlider {
    bottom: 0;
    /* height: 170px; */
    width: 540px;
}

body #navWrapper .content .nav>.navitem .subnav li a {
    text-align: center;
    color: #999;
}

body #navWrapper .content .nav>.navitem .subnav {
    background: url("/static/images/b_3.png");
}

.ff_topSlider .owl-dots {
    display: none;
}

.ff_topSlider .content_list .owl-nav {
    display: none;
}

._newTopSlider ._newTopSlider-contentList .owl-nav {
    position: absolute;
    top: 0;
    left: 100%;
    width: 170px;
    height: 170px;
    transform: none;
    background: #b71f31;
}

._newTopSlider ._newTopSlider-contentList .owl-nav:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 14px;
    content: "";
    background: rgba(255, 255, 255, 0.3);
}

#topSlider .content_wrapper .item_block a {
    display: none;
}

._newTopSlider ._newTopSlider-contentList .owl-nav .owl-prev::before {
    font-size: 14px;
    font-size: 20px;
    font-style: normal;
    content: "\e62a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._newTopSlider ._newTopSlider-contentList .owl-nav .owl-next::before {
    font-size: 14px;
    font-size: 20px;
    font-style: normal;
    content: "\e607";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._newTopSlider ._newTopSlider-contentList .owl-nav .owl-prev,
._newTopSlider ._newTopSlider-contentList .owl-nav .owl-next {
    transform: translateY(-10%);
    background: transparent;
}

.ff_topSlider .owl-nav .owl-prev {
    left: 10px;
}

.ff_topSlider .owl-nav .owl-next {
    right: 10px;
}

._newTopSlider .owl-stage .owl-item .description .title,
._newTopSlider .owl-stage .owl-item .description .subtitle {
    /* text-align: left; */
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* width: 180px; */
}

._newTopSlider .owl-carousel.owl-drag .owl-item a {
    display: block;
    box-sizing: border-box;
    width: 220px;
    height: 170px;
    padding: 30px 40px;
    padding-right: 0;
}

._newTopSlider .owl-carousel.owl-drag .owl-item div {
    margin-bottom: 20px;
}

.ff_sitecontent .module .module_container {
    height: 100%;
}

.ff_sitecontent .npagePage .module .module_container {
    background-color: #153949;
}

.item_tags>a,
.container_category>a {
    color: rgba(255, 255, 255, 0.4);
}


/* module public */

.ff_indexPage .module .module_container .container_content {
    width: 83%;
    height: 100%;
}

.ff_indexPage .module .module_container:before {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 18%;
    height: 100%;
    content: "";
    transform: translate3d(0, 0, 0);
}

.bodyindex .ff_sitecontent .module .container_header {
    position: relative;
    z-index: 120;
}

.bodyindex .ff_sitecontent .module .container_header {
    position: absolute;
    left: 0;
    visibility: visible;
    box-sizing: border-box;
    width: 129px;
    height: 40%;
    padding-top: 18vh;
    animation-name: fadeInUp;
    /* writing-mode: vertical-rl; */
}

.bodyindex .ff_pageList .module .container_header,
.bodyindex .pageEditor .module .container_header {
    position: fixed;
    left: 0;
}

.bodyindex .ff_sitecontent .module .container_header .subtitle {
    font-size: 26px;
    line-height: 34px;
    text-align: left;
    color: #dedede;
    padding: 0px 40px;
    letter-spacing: 2px;
    width: 250px;
    font-weight: 100;
    text-transform: uppercase;
}

.bodyindex .ff_sitecontent .module .container_header .title {
    font-size: 30px;
    line-height: 27px;
    display: block;
    margin: 0;
    text-align: left;
    color: #dedede;
    padding: 0px 42px;
    letter-spacing: 3px;
    white-space: nowrap;
    padding-top: 10px;
    padding-top: 20px;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
    color: #fff;
    font-size: 20px;
    padding-bottom: 5px;
}

.bodyindex .module .module_container .container_category {
    position: absolute;
    z-index: 110;
    bottom: 14%;
    left: 0;
    box-sizing: border-box;
    width: 17%;
    padding: 0 40px;
    text-align: left;
    display: block;
}

.container_category>a {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 14px 0 12px;
    text-align: left;
    opacity: 0.8;
}

.container_category>a.ff_more {
    /* color: transparent; */
    white-space: nowrap;
}

.container_category>a.ff_more:after {
    /* font-size: 13px; */
    /* content: "【浏览更多】"; */
    transition: all 0.36s ease;
    color: rgba(255, 255, 255, 0.4);
}

.container_category>a.ff_more:hover:after {
    color: #fff;
}

.container_category>a.ff_more span {
    /* display: none; */
}

.container_category>a:not(.ff_more):before {
    position: absolute;
    right: 0;
    content: "/";
    color: rgba(255, 255, 255, 0.3);
}

.ff_indexPage .module {
    position: relative;
    /* background-color: #153949; */
}

.ff_indexPage .module .module_container .container_content {
    position: absolute;
    top: 0;
    left: 18%;
    padding-top: 0;
    overflow: hidden;
}

.ff_indexPage .mlist .content_wrapper .more {
    display: none;
}

.longPage .ff_postPage .container_content {
    position: initial;
    margin: 0 auto;
}

.ff_postPage .news.mlistpost,
.ff_postPage .service.mlistpost,
.ff_postPage .team.mlistpost {
    padding: 160px 0 0 0;
}

.ff_postPage .postInfo .title {
    color: #fff;
}


/* 案例 */

.ff_indexPage .project .module_container:before {
    background-color: #153949;
}

.ff_indexPage .project .content_wrapper.slider {
    display: inline-block;
    padding-top: 0;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block {
    overflow: hidden;
    height: 100vh;
    width: 25%;
}

.ff_indexPage .project.mlist .content_wrapper {
    padding-top: 0;
}

.project.mlist .owl-nav {
    display: none;
}


/* .project.mlist .content_list .item_wrapper{
    position: initial;
} */

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block .item_img {
    bottom: 0;
    transition: all 0.36s ease;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block:hover .item_img {
    bottom: 25vh;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_img img {
    width: auto;
    height: 100vh;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block .item_wrapper .item_info {
    margin-top: 20px;
    letter-spacing: 1px;
    z-index: 99;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block>.details:before {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    content: "";
    transition: all 0.3s ease;
    transform: scale(1.2);
    opacity: 0;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block:hover>.details:before {
    height: 100vh;
    transform: scale(1);
    opacity: 1;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_img img {
    transform: scale(1);
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_info .title {
    color: #fff;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_info .subtitle {
    /* display: none; */
}

.bodyindex .project.mlist .content_list .item_des {
    display: block;
    width: 100%;
    margin-bottom: 26px;
    display: none;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_des .description {
    color: rgba(255, 255, 255, 0.6);
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
    color: rgba(255, 255, 255, 0.6);
}

.bodyindex .project.mlist .content_list .item_wrapper {
    bottom: -35%;
    height: 26vh;
    padding: 24px 40px;
    transition: all 0.36s ease;
    background: #d3b78f;
}

.bodyindex .project.mlist .content_list .item_block:hover .item_wrapper {
    bottom: 0;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_wrapper .details {
    position: relative;
    display: block;
    width: 5%;
    height: 23%;
    margin: 0 auto;
    margin-top: 20px;
    border: 3px solid rgba(255, 255, 255, 0.33);
    border-radius: 150px;
    background-color: transparent;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_block:hover .details {
    color: transparent;
    background-color: transparent;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_wrapper .details::before {
    position: absolute;
    top: 37%;
    left: 50%;
    width: 1px;
    height: 15px;
    content: "";
    background: #fff;
}

.bodyindex .project.mlist:not(.imagelink) .content_list .item_wrapper .details::after {
    position: absolute;
    top: 50%;
    left: 38%;
    width: 15px;
    height: 1px;
    content: "";
    background: #fff;
}


/* 案例列表 */

.npagePage .ff_pageTarget .container_target {
    display: none;
}

.npagePage:not(.post) .project .item_block {
    width: auto;
}

.bodyindex .npagePage .container_header {
    display: block;
    box-sizing: border-box;
    width: 129px;
    height: 100%;
    padding-top: 18vh;
    writing-mode: vertical-rl;
}


/* 服务 */

.ff_indexPage .service.module .module_container .container_content {
    left: 0;
}

.ff_indexPage .module {
    width: 100%;
}

#indexPage .service.mlist .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.service.mlist:not(.imagelink) .content_list .date_wrap {
    display: none;
}

.service .content_list .item_img {
    width: 280px;
    /* background: #f00; */
}

.ff_indexPage .service .content_wrapper.slider .item_block {
    margin-top: 18vh;
    padding-top: 30px;
    padding-left: 23%;
}

.ff_indexPage .service .content_wrapper {
    width: 110%;
    padding-top: 0;
}

#indexPage .service.mlist:not(.imagelink) .content_list .item_des {
    width: 68%;
    margin-top: 53px;
}

.service.mlist:not(.imagelink) .content_list .item_wrapper .details {
    position: initial;
    display: block;
    margin-top: 50px;
    margin-left: 0;
    padding-left: 0;
    color: transparent;
    border: none;
}

.service.mlist:not(.imagelink) .content_list .item_block:hover .item_wrapper .details {
    color: transparent;
    border-color: transparent;
    background-color: transparent;
}

.service.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_des .description,
.service.mlist:not(.imagelink) .content_list .item_des .description {
    color: rgba(255, 255, 255, 0.68);
}

.service.mlist:not(.imagelink) .content_list .item_wrapper .details:before {
    font-size: 15px;
    position: absolute;
    content: "view";
    color: #fff70;
}

.service .fa-angle-right {
    transition: all 0.36s ease;
    text-indent: -60px;
    opacity: 0;
    color: rgba(255, 255, 255, 0.4);
}

.service .item_block:hover .details .fa-angle-right {
    text-indent: 0;
    opacity: 1;
}

#indexPage .service.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle,
#indexPage .service.mlist:not(.imagelink) .content_list .item_info .subtitle {
    width: 30%;
    color: rgba(255, 255, 255, 0.5);
}

#indexPage .service .owl-carousel.owl-drag .owl-item:nth-child(2n) {
    background-color: #b71f31;
}

#indexPage .service .owl-carousel.owl-drag .owl-item {
    height: 100vh;
}

#indexPage .service.mlist .owl-nav {
    z-index: 1;
    top: initial;
    right: -78px;
    bottom: 29%;
    width: 170px;
    height: 170px;
    transform: translateY(calc(100%));
    background-color: #b71f31;
}

#indexPage .service.mlist .owl-nav:before {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 1px;
    height: 14px;
    content: "";
    background: rgba(255, 255, 255, 0.3);
}

.mlist .owl-nav .owl-prev,
.mlist .owl-nav .owl-next {
    background-color: transparent;
}

.service.mlist .owl-nav .owl-next {
    right: 10px;
}

.service.mlist .owl-nav .owl-prev .iconfont:before {
    font-size: 14px;
    font-size: 20px;
    font-style: normal;
    content: "\e62a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service.mlist .owl-nav .owl-prev {
    left: 10px;
}

.service.mlist .owl-nav .owl-next .iconfont:before {
    font-size: 14px;
    font-size: 20px;
    font-style: normal;
    content: "\e607";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service.mlist .owl-dots {
    position: absolute;
    right: 85px;
    bottom: 20vh;
    left: 17vw;
    transform: none;
}

.service.mlist .owl-dots .owl-dot.active span,
.service.mlist .owl-dots .owl-dot:hover span,
.service.mlist .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    border: none;
    background-color: #fff;
}

.service.mlist .owl-dots .owl-dot:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    transition: all 0.36s ease;
    border: 1px solid #fff70;
    border-radius: 100%;
}

.service.mlist .owl-dots .owl-dot:hover:before {
    top: -50%;
    left: -50%;
    width: 30px;
    height: 30px;
}

.service.mlist .owl-dots .owl-dot.active:before {
    top: -50%;
    left: -50%;
    width: 30px;
    height: 30px;
}

.service.mlist .owl-dots:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
}

.service.mlist .owl-dots:after {
    position: absolute;
    top: -3px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 100%;
    background-color: #fff;
}

.service.mlist .owl-dots .owl-dot {
    position: absolute;
    top: -8px;
    left: -5px;
}

.service.mlist .owl-dots .owl-dot.active {
    left: 50%;
    margin-left: -8px;
}


/* .service.mlist .owl-dots .owl-dot:nth-child(4) ~ .owl-dot{
    display: none;
} */

.service.mlist .owl-dots .owl-dot.active+.owl-dot+.owl-dot~.owl-dot {
    display: none;
}

.service.mlist .owl-dots .owl-dot.active+.owl-dot+.owl-dot {
    left: 92%;
    display: block;
}

.service.mlist .owl-dots .owl-dot {
    transition: 0.36s;
}

.service.mlist .owl-dots .owl-dot.active+.owl-dot {
    left: 84%;
    display: block;
}

#indexPage .service .content_list .item_wrapper {
    padding-top: 26px;
    padding-left: 76px;
}

.service.mlist:not(.imagelink) .content_list .item_info .title {
    width: 20%;
}

.service.mlist ._dotNumberWrapper {
    position: absolute;
    bottom: 20vh;
}

#indexPage .service ._dotNumberWrapper ._dot,
#indexPage .service ._dotNumberWrapper ._all {
    font-size: 100px;
    position: absolute;
    top: -56px;
    left: 45%;
    transition: all 0.36s ease;
    transform: scale(0);
    opacity: 0;
    color: rgba(255, 255, 255, 0.2);
}

#indexPage .service ._dotNumberWrapper ._dot.active {
    transform: scale(1);
    opacity: 1;
}


/* 服务列表 */

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_wrapper .details {
    margin-top: 34px;
}

.ff_pageList .service.module .module_container .container_content {
    margin-top: 18vh;
}

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_des {
    width: 90%;
}

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_block {
    width: 80%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    transition: all 0.36s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_block:hover {
    /* background-color: #b71f31; */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.mlist:not(.imagelink) .content_list .item_block .item_tags {
    display: none;
}

.service.mlist:not(.imagelink) .content_list .details {
    display: none;
}

.ff_pageList .mlist:not(.imagelink) .content_list .item_des {
    margin-top: 18px;
}

.ff_pageList .service .content_list .item_wrapper {
    padding: 44px 20px 20px 30px;
}

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_des .description,
.ff_pageList .service.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_des .description {
    color: #858585;
}

.ff_pageList .mlist:not(.imagelink) .content_list .item_info .subtitle,
.ff_pageList .service.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle {
    color: rgba(255, 255, 255, 0.5);
}


/* 新闻 */

.ff_sitecontent #indexPage .news .module_container:before {
    background-color: #b71f31;
}

#indexPage .news.mlist .owl-nav {
    z-index: 1;
    top: initial;
    right: 50%;
    bottom: 0;
    width: 170px;
    height: 170px;
    transform: translateY(calc(100%));
}

.news.mlist .owl-nav .owl-next {
    right: 10px;
}

.news.mlist .owl-nav .owl-prev .iconfont:before {
    font-size: 14px;
    font-size: 20px;
    font-style: normal;
    content: "\e62a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news.mlist .owl-nav .owl-prev {
    left: 10px;
}

.news.mlist .owl-nav .owl-next .iconfont:before {
    font-size: 14px;
    font-size: 20px;
    font-style: normal;
    content: "\e607";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#indexPage .news.mlist .owl-nav:before {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 1px;
    height: 14px;
    content: "";
    background: rgba(255, 255, 255, 0.3);
}

.news.mlist .owl-dots {
    display: none;
}

.ff_indexPage .news.mlist .content_wrapper {
    overflow: hidden;
    height: 100vh;
    margin-left: 50px;
    padding-top: 150px;
}

.ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper {
    position: relative;
    padding-right: 8px;
    padding-left: 0;
}

.ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.ff_pageList .news .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
    display: none;
}

.ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper>.date_wrap,
.ff_pageList .news .content_list .item_block .item_box .item_wrapper>.date_wrap {
    position: absolute;
    bottom: -44px;
    left: 30px;
    display: block;
    transition: all 0.36s ease;
    opacity: 0;
}

.news.mlist:not(.imagelink) .content_list .item_des {
    margin-top: 26px;
    margin-left: 50px;
}


/* .news.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_des .description{
    height: 78px;
} */

.news.mlist:not(.imagelink) .content_list .details {
    float: right;
    margin-top: 16px;
    transition: all 0.36s ease;
    opacity: 0;
    color: transparent;
    border: none;
}

.news.mlist:not(.imagelink) .content_list .item_block:hover .details {
    padding-right: 0;
    opacity: 1;
}

.news .fa-angle-right {
    color: rgba(255, 255, 255, 0.4);
}

.news.mlist:not(.imagelink) .content_list .item_block:hover .details {
    color: transparent;
    border-color: transparent;
    background-color: transparent;
}

.ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper,
.ff_pageList .news .content_list .item_block .item_box .item_wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
}

.news .content_list .item_block .item_box .item_wrapper:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    content: "";
    transition: all 0.36s ease;
    background-color: #fff;
}

.ff_pageList .news .content_list .item_block .item_box .item_wrapper:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: all 0.36s ease;
    background-color: #313131;
}

.news .content_list .item_block:hover .item_box .item_wrapper:after {
    left: 0;
    width: 100%;
}

.ff_indexPage .news.ff_slider .content_list .item_block:hover .item_box .item_wrapper>.date_wrap,
.ff_pageList .news .content_list .item_block:hover .item_box .item_wrapper>.date_wrap {
    left: 0;
    opacity: 1;
}

.news .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.news.mlist:not(.imagelink) .content_list .item_img {
    transform: translate3d(0, 0, 0);
}

.ff_indexPage .news .item_block {
    margin-right: 40px;
}

.ff_indexPage .news .content_list .item_img {
    float: initial;
    width: 100%;
}

.ff_indexPage .news .content_list .item_wrapper {
    float: initial;
}


/* 新闻列表 */

.bodyindex .ff_pageList .module .module_container .container_category {
    position: fixed;
    left: 0;
}

.ff_pageList .news .content_list .item_block .item_box .item_wrapper {
    position: relative;
    padding-left: 0;
}

.ff_pageList .news .item_block {
    width: calc(100% / 2 - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.ff_pageList .news.module .module_container .container_content {
    width: 58%;
    margin-top: 18vh;
    margin-left: 6%;
}

.ff_pageList .news.mlist:not(.imagelink) .content_list .details {
    margin-bottom: 0;
}

.ff_pageList .news .item_block:nth-child(2n) {
    margin-right: 0;
}

.ff_pageList .mlist:not(.project) .content_list .item_img img {
    width: 100%;
}

.ff_pageList .news .content_list {
    margin-right: -40px;
}

.ff_pageList .news .content_wrapper {
    margin-right: 0;
}


/* 新闻内页 */

.ff_postPage .news.mlistpost .postContent {
    padding-top: 0;
}


/* 图文 */

.ff_sitecontent .mcustomize .module_container:before {
    background-color: #b71f31;
}

.mcustomize.tlir .container_content .contentbody .wrapper .header,
.mcustomize.tril .container_content .contentbody .wrapper .header {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
}

.mcustomize .wrapper .header {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 129px;
    height: 100%;
    padding-top: 18vh;
    writing-mode: vertical-rl;
}

.ff_sitecontent .ff_indexPage .mcustomize .bgmask {
    background-color: #b71f31;
}

.mcustomize .wrapper .header .title {
    font-size: 22px;
    line-height: 27px;
    display: block;
    margin: 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.4);
}

.mcustomize .wrapper .header .subtitle {
    font-size: 54px;
    line-height: 55px;
    text-align: left;
    color: #fff;
}

.mcustomize .module_container .container_content {
    margin-top: 18vh;
    margin-left: 10%;
}

.mcustomize.tlir .module_container .container_content .mediabody {
    width: 50%;
    margin-top: 150px;
}

.mcustomize.initlayout .wrapper .description {
    width: 50%;
}

.mcustomize.initlayout .mediabody {
    margin-top: 100px;
}


/* .mcustomize .container_content .mediabody img{
    width: 100%;
    height: auto;
    padding-top: 88.3%;
    box-sizing: border-box;
}
.mcustomize .container_content .mediabody img:after{
    content: "";
    
} */

.mcustomize.tlir .container_content .mediabody .image,
.mcustomize.tril .container_content .mediabody .image {
    width: 224px;
    height: 198px;
}

.mcustomize.tlir .contentbody {
    width: 50%;
}

.mcustomize.tlir .container_content .contentbody .wrapper .description {
    margin: 0;
    margin-right: 90px;
}

.mcustomize.tril .contentbody {
    display: inline-block;
    float: initial;
    width: 50%;
}

.mcustomize.tril .mediabody {
    margin-top: 210px;
    margin-right: 60px;
}

.longPage .pageEditor .module_container {
    padding-top: 0;
}

.longPage .pageEditor .module_container .content_wrapper {
    padding-top: 18vh;
}

.longPage .content_wrapper .postbody a {
    transition: all 0.36s ease;
}

.longPage .content_wrapper .postbody a:hover {
    color: #b71f31;
}

.longPage .pageEditor .module_container .container_content {
    width: 50%;
    margin: 0 auto;
}

.npagePage .container_content {
    padding-top: 0;
}


/* 团队 */

.ff_indexPage .team.mlist .content_wrapper {
    padding-top: 0;
}

.ff_indexPage .team .module_container .container_content {
    position: initial;
    width: 100%;
}

.ff_sitecontent .team .module_container:before {
    background-color: #153949;
}

.ff_indexPage .team .item_block {
    width: 100%;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_img {
    float: left;
}

.ff_indexPage .team .content_list .item_block .item_box .item_wrapper {
    float: right;
    box-sizing: border-box;
    width: 50%;
}

.team .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_block>.details,
.team.mlist .owl-dots {
    display: none;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_wrapper .details {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    color: transparent;
    border: none;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_wrapper .details:before {
    font-size: 15px;
    position: absolute;
    content: "view";
    color: #fff70;
}

.team .fa-angle-right {
    transition: all 0.36s ease;
    text-indent: -60px;
    opacity: 0;
    color: rgba(255, 255, 255, 0.4);
}

.team .item_block:hover .details .fa-angle-right {
    text-indent: 0;
    opacity: 1;
}

.ff_indexPage .team .content_list.tab_content .item_block .item_box .item_wrapper {
    height: 60vh;
    padding-top: 8%;
    padding-left: 8%;
}

.bodyindex .team .tab_button {
    width: calc(100vw - 96vh);
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_button .item_img {
    flex: 0 0 auto;
    height: 40vh;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_button .item_img img {
    width: auto;
    height: 100%;
}


/* .ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_content .item_img {
    margin-left: 4%;
} */

.ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_button a,
.ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_content a {
    display: flex;
    overflow: hidden;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_content .item_img {
    flex: 0 0 auto;
    height: 100vh;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_content .item_img img {
    width: auto;
    height: 100%;
}

.ff_indexPage .team .item_block,
.npagePage:not(.post) .team .item_block {
    margin-bottom: 0;
}

.ff_indexPage .team .content_list.tab_button .item_block .item_box .item_wrapper {
    flex: 1 1 auto;
    box-sizing: border-box;
    padding: 8%;
    padding-bottom: 0;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_content .item_info .title {
    width: 200px;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_content .item_info .subtitle {
    width: 300px;
}

.team.mlist:not(.imagelink) .content_list .item_block:hover .details {
    border-color: transparent;
    background-color: transparent;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_content .item_des {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.team.mlist:not(.imagelink) .content_list .item_des .description {
    color: #868585;
}

.team.mlist:not(.imagelink) .content_list.tab_button .item_des {
    margin-top: 30px;
    margin-bottom: 40px;
}

.team.mlist:not(.imagelink) .content_list.tab_button .item_block {
    background-color: #b71f31;
}

.team.mlist:not(.imagelink) .content_list.tab_content .item_block:hover .item_box .item_wrapper .item_info .subtitle {
    color: #777;
}

.team.mlist:not(.imagelink) .content_list.tab_button .item_block .item_box .item_wrapper .item_info .subtitle {
    color: rgba(255, 255, 255, 0.4);
}

.team.mlist:not(.imagelink) .content_list.tab_button .item_block:hover .item_box .item_wrapper .item_des .description,
.team.mlist:not(.imagelink) .content_list.tab_button .item_block .item_box .item_wrapper .item_des .description {
    color: rgba(255, 255, 255, 0.68);
}

.team.mlist .content_wrapper .tab_content .owl-nav {
    top: 46%;
    right: 8%;
    width: 170px;
    height: 170px;
}

.team.mlist .content_wrapper .tab_content .owl-nav .owl-prev {
    left: 10px;
}

#indexPage .team.mlist .content_wrapper .tab_content .owl-nav::before {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 1px;
    height: 14px;
    content: "";
    background: rgba(255, 255, 255, 0.3);
}

.team.mlist .content_wrapper .tab_content .owl-nav .owl-next {
    right: 10px;
}

.team.mlist .content_wrapper .tab_button .owl-nav {
    display: none;
}

#indexPage .team .content_list.tab_content .item_block .item_index {
    font-size: 500px;
    position: absolute;
    bottom: -60px;
    left: 6%;
    display: block;
    color: rgba(255, 255, 255, 0.3);
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_button .item_wrapper .details {
    display: none;
}

@media screen and (max-height: 800px) {
    .ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_button .item_img {
        height: 30vh;
    }
}

@media screen and (max-height: 700px) {
    .bodyindex .team .content_wrapper .tab_button {
        display: none;
    }
    /* .ff_indexPage .team .content_list.tab_content .item_block .item_box .item_wrapper {
        padding-top: 14%;
    } */
    .team.mlist .content_wrapper .tab_content .owl-nav {
        top: 76%;
    }
}


/* 团队列表 */

.ff_pageList .team.module .module_container .container_content {
    margin-top: 18vh;
}

.npagePage:not(.post) .team .item_block {
    width: calc(100% / 2 - 50px);
    margin-right: 50px;
    margin-bottom: 40px;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .item_img {
    float: left;
    width: 40%;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_info .subtitle {
    width: 80%;
    color: #777;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .item_info .title {
    width: 80%;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .details::before {
    font-size: 15px;
    position: absolute;
    content: "view";
    color: #fff70;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .item_des {
    position: relative;
    margin-top: 24px;
    padding-top: 22px;
    transition: all 0.36s ease;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .item_block:hover .item_des {
    padding-top: 32px;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .details {
    display: none;
}

.npagePage:not(.post) .team .item_block .item_wrapper .item_des:before {
    position: absolute;
    top: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: all 0.36s ease;
    background: #fff;
}

.npagePage:not(.post) .team .item_block:hover .item_wrapper .item_des:before {
    width: 100%;
}

.ff_pageList .team .content_list .item_block .item_box .item_wrapper {
    position: relative;
    display: flex;
    float: right;
    flex-direction: column;
    box-sizing: border-box;
    width: 62%;
    padding-top: 0;
    padding-left: 48px;
    align-content: center;
    justify-content: center;
}

.ff_pageList .team .content_list .item_block .item_box {
    display: flex;
    overflow: hidden;
}


/* 视频 */

.ff_sitecontent .ff_indexPage .videom.module .module_container:before {
    background-color: #153949;
}


/* 尝试 */


/* 
.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_content .item_block:first-child {
    width: 100%;
} */

.ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_block {
    margin-right: 0;
}

.ff_indexPage .videom .item_block {
    float: none;
}

.ff_indexPage .videom .content_list.tab_button {
    flex: 1 1 auto;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_img img {
    /* width: auto; */
    /* height: 100%; */
}

.videom .content_list.tab_content .item_block .item_box .item_wrapper {
    position: absolute;
    bottom: 60px;
    box-sizing: border-box;
    width: 100%;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_block>.details {
    display: none;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_des .description {
    height: 100%;
}

.ff_indexPage .videom.mlist .content_wrapper {
    display: flex;
    margin-right: 0;
    padding-top: 0;
}


/* 
.ff_indexPage .videom .content_wrapper .tab_content {
    flex: 0 0 110vh;
    height: 110vh;
} */

.ff_indexPage .videom .content_wrapper .tab_button {
    display: block;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_content .item_img {
    height: 100vh;
    background: #ceaf90;
}

.ff_indexPage .videom .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_des {
    display: none;
}

.videom .content_list.tab_button .item_block .item_box .item_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videom.mlist:not(.imagelink) .content_list .item_block,
.videom .content_list.tab_button .item_block {
    cursor: pointer;
}

.videom .content_list.tab_button .item_block .item_box {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.videom .content_list.tab_button .item_block .item_box .item_wrapper {
    position: absolute;
    z-index: 10;
    width: 74%;
    opacity: 0.8;
    top: 50%;
    margin-top: -73px;
    left: 12%;
    padding: 0px;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_content {
    flex: 0 0 auto;
}

.ff_indexPage .videom .content_list.tab_button .item_block {
    overflow: hidden;
    width: 100%;
    height: 33.333vh;
    max-height: 320px;
    margin-bottom: 0;
    transition: all 0.36s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_content .item_block:hover .item_box .item_wrapper .item_info .subtitle,
.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_content .item_block .item_box .item_wrapper .item_info .subtitle,
.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_button .item_info .subtitle,
.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_button .item_block:hover .item_info .subtitle {
    color: #fff;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_content .item_block .item_box .item_wrapper .item_info {
    margin-left: 40px;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_button .item_info .subtitle {
    height: 80px;
    margin-top: 10px;
    white-space: initial;
    text-align: justify;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_button .item_block .item_img img {
    opacity: 0;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_button .item_block .item_img img {
    width: 100%;
    height: auto;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_button .item_block:hover .item_img img {
    opacity: 0.4;
}

.ff_indexPage .videom .content_list.tab_button .item_block:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.36s ease;
    transform: scale(1.08);
    opacity: 0;
    /* border: 5px solid #b71f31; */
}

.ff_indexPage .videom .content_list.tab_button .item_block:hover:after {
    transform: scale(1);
    opacity: 1;
}

.ff_indexPage .videom .content_list.tab_button .item_block::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.36s ease;
    opacity: 0;
    background-color: #000;
}

.ff_indexPage .videom .content_list.tab_button .item_block:hover::before {
    opacity: 1;
}

.ff_indexPage .videom .content_list.tab_content .item_block .item_box .item_wrapper:before {
    font-size: 62px;
    position: absolute;
    right: 60px;
    bottom: 14px;
    /* content: "\e61c"; */
    /* color: #fff; */
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_content .item_info .title {
    font-size: 18px;
}


/* 视频列表 */

.ff_pageList .videom.module .module_container .container_content {
    width: 58%;
    margin-top: 18vh;
    margin-left: 6%;
}

.npagePage:not(.post) .videom .item_block {
    overflow: hidden;
    width: calc(100% / 2 - 50px);
    margin-right: 50px;
    margin-bottom: 50px;
}

.ff_pageList .videom .content_list {
    margin-right: -50px;
}

.npagePage:not(.post) .videom .content_wrapper {
    margin-right: 0;
}

.ff_pageList .videom .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.ff_pageList .videom.mlist:not(.imagelink) .content_list .details {
    display: none;
}

.ff_pageList .videom .content_list.tab_content .item_block .item_box .item_wrapper {
    bottom: -70px;
    padding-right: 40px;
    padding-left: 40px;
}

.ff_pageList .videom .content_list.tab_content .item_block:hover .item_box .item_wrapper {
    bottom: 0;
}

.ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block .item_des {
    font-size: 14px;
    height: 52px;
    transition: all 0.36s ease;
    opacity: 0;
    color: rgba(255, 255, 255, 0.68);
}

.ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block:hover .item_des {
    opacity: 1;
}

.ff_pageList .videom.mlist:not(.imagelink) .content_list .item_des .description {
    height: 0;
}

.ff_pageList .videom .content_list.tab_content .item_block:before {
    font-size: 62px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 46%;
    content: "\e61c";
    transition: all 0.36s ease;
    opacity: 0;
    color: #fff;
}

.ff_pageList .videom .content_list.tab_content .item_block:hover:before {
    top: 32%;
    opacity: 1;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .item_info {
    width: 85%;
}


/* 联系 */

.ff_sitecontent .mcontact.module .module_container:before {
    background-color: #153949;
}

.ff_sitecontent #mcontact .contactlist {
    padding: 250px 10%;
}

#mcontact .contactform {
    width: 62%;
    margin-top: 30px;
}

#mcontact .ff_social a {
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 0;
}

#mcontact .ff_social a:hover {
    background-color: #b71f31;
}

#mcontact .contactinfo .contact_name {
    font-size: 18px;
}

#mcontact .contactform .inputtxt {
    width: 100%;
    padding: 10px 0;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

#mcontact .contactform p.contactform_eml,
#mcontact .contactform p.contactform_name {
    float: left;
    width: 30%;
    margin-right: 24px;
}

#mcontact .contactinfo {
    width: 27%;
}

#mcontact .contactform p.contactform_tel {
    float: left;
    width: 33%;
}

#mcontact .contactform .inputtxt.submit {
    width: 20%;
    margin-top: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
}

#mcontact .contactform .inputtxt.submit:hover {
    border-color: #b71f31;
    background-color: #b71f31;
}

#mcontact .contactform .inputtxt:hover {
    border-bottom-color: rgba(255, 255, 255, 0.534);
}


/* 合作伙伴 */

.ff_pageList .imagelink .content_wrapper {
    margin-right: 0;
    padding-top: 18vh;
}

.ff_pageList .imagelink.module .module_container .container_content {
    width: 68%;
}

.ff_pageList .imagelink .item_block {
    width: calc(100% / 4 - 40px);
    margin-right: 40px;
    margin-bottom: 50px;
}

.ff_pageList .imagelink.module .module_container .container_content .content_list {
    margin-right: -50px;
}

.ff_pageList .imagelink.module .module_container .container_content .content_list .item_block .item_wrapper {
    display: none;
}

.ff_pageList .imagelink .item_block:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.imagelink .content_list .item_block:hover .item_box img {
    opacity: 1;
}

.imagelink .content_list .item_block .item_box img {
    opacity: 0.5;
}


/* 订阅表格 */

.formInputList .mo-text input,
.formInputList .mo-textarea textarea {
    font-size: 13px;
    line-height: 26px;
    transition: all 0.36s ease;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: #153949;
}

.formInputList .mo-text input:hover,
.formInputList .mo-textarea textarea:hover {
    border-color: rgba(255, 255, 255, 0.534);
}

.formInputList .mo-button input {
    line-height: 38px;
    width: 160px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: #153949;
}

.formInputList .mo-button input:hover {
    color: #fff;
    border-color: #b71f31;
    background: #b71f31;
}

.formInputList .mo-radio .mo-inputName:after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #153949;
}

.formInputList .mo-radio .mo-inputName {
    color: #999;
}

.formInputList .mo-input-item.error input {
    border-color: #b71f31;
    background: #153949;
}

.formInputList .mo-input-title {
    color: #fff63;
}


/* 详情 */

.ff_postPage .project.mlistpost .postInfo .mainInfor .title {
    font-size: 20px;
    color: #fff;
}

.ff_postPage .project.mlistpost .postInfo .description {
    line-height: 26px;
    position: initial;
    width: 86%;
    margin-top: 20px;
}

.ff_postPage .project.mlistpost .postContent {
    float: left;
    width: 40%;
    margin-top: 0;
    padding-right: 6%;
}

.longPage .ff_postPage .project.mlistpost .container_content {
    width: 83%;
}

.ff_postPage .project.mlistpost .postInfo .usetdate,
.ff_postPage .project.mlistpost .content_wrapper .listWrap,
.ff_postPage .project.mlistpost .postSlider .tab_button {
    display: none;
}

.ff_postPage .project.mlistpost .postInfo .mainInfor .subtitle {
    font-style: italic;
    color: #666;
}

.ff_postPage .project.mlistpost #postSlider {
    float: right;
    width: 56%;
}

.ff_postPage .project .module_container .content_wrapper {
    padding-top: 14vh;
}

.postSlider .tab_content .item_img img {
    width: 100%;
    height: auto;
}

.postSlider .tab_content .item_img {
    height: auto;
    margin-bottom: 40px;
}

.ff_postPage .ff_pageTarget .container_target {
    display: block;
}

.ff_postPage .ff_pageTarget.module {
    width: 83%;
    margin: 0 auto;
    padding-top: 80px;
    background-color: #153949;
}

.project.mlistpost .tabBtn .post-prev .details,
.project.mlistpost .tabBtn .post-next .details {
    border-color: #282828;
    background: #282828;
}

.service.mlistpost .tabBtn .post-prev.empty,
.team.mlistpost .tabBtn .post-prev.empty,
.news.mlistpost .tabBtn .post-prev.empty,
.videom.mlistpost .tabBtn .post-prev.empty,
.service.mlistpost .tabBtn .post-next.empty,
.team.mlistpost .tabBtn .post-next.empty,
.news.mlistpost .tabBtn .post-next.empty,
.videom.mlistpost .tabBtn .post-next.empty {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
}

.service.mlistpost .tabBtn .post-next,
.team.mlistpost .tabBtn .post-next,
.news.mlistpost .tabBtn .post-next,
.videom.mlistpost .tabBtn .post-next,
.service.mlistpost .tabBtn .post-prev,
.team.mlistpost .tabBtn .post-prev,
.news.mlistpost .tabBtn .post-prev,
.videom.mlistpost .tabBtn .post-prev,
.service.mlistpost .tabBtn .post-next,
.team.mlistpost .tabBtn .post-next,
.news.mlistpost .tabBtn .post-next,
.videom.mlistpost .tabBtn .post-next {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
}

.service.mlistpost .tabBtn .post-prev .details,
.team.mlistpost .tabBtn .post-prev .details,
.news.mlistpost .tabBtn .post-prev .detail {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.service.mlistpost .tabBtn .post-next .details,
.team.mlistpost .tabBtn .post-next .details,
.news.mlistpost .tabBtn .post-next .details {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.service.mlistpost .tabBtn .post-prev .details,
.team.mlistpost .tabBtn .post-prev .details,
.news.mlistpost .tabBtn .post-prev .details,
.videom.mlistpost .tabBtn .post-prev .details {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.ff_postPage .team .postInfo .usetdate,
.ff_postPage .service .listWrap .postInfo .usetdate {
    display: none;
}

.ff_postPage .team .postInfo .description {
    display: none;
}

.ff_postPage .team .postInfo {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ff_postPage .team .postContent {
    padding-top: 0;
}

.ff_postPage .team .postInfo .title {
    font-size: 20px;
}

.ff_postPage .team .postInfo .subtitle {
    font-size: 13px;
    margin-top: 10px;
}

.ff_postPage .team .listWrap,
.ff_postPage .news .listWrap {
    display: none;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.team.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.news.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.videom.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .details,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .details,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .details,
.videom.mlistpost .tabBtn .post-next:not(.empty):hover .details {
    border-color: rgba(250, 250, 250, 0.3);
}

.news.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.ff_postPage .news .postInfo .description,
.news.mlistpost .tabBtn .post-prev .infor-wrap .subtitle {
    display: none;
}

.ff_postPage .news .mainInfor {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.ff_postPage .news .postInfo .title {
    font-size: 20px;
    line-height: 30px;
}

.ff_postPage .service .postContent {
    padding-top: 0;
}

.ff_postPage .service .postInfo .title {
    font-size: 20px;
    line-height: 30px;
}

.ff_postPage .service .postInfo .subtitle {
    font-style: italic;
    color: #666;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_wrapper .details {
    margin: 0;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_button .item_info {
    transform: translate3d(0, 0, 0);
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_button {
    height: 100%;
    width: 36.5%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #153949;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_content {
    width: 63.5%;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_button .item_info {
    /* text-align: center; */
}

.ff_indexPage .videom .content_list.tab_button .item_block:nth-child(3)~.item_block {
    visibility: visible !important;
    animation: none !important;
}

.team.mlist .content_wrapper .tab_content .owl-nav {
    top: 52%;
}

.ff_sitecontent #mcontact .contactlist {
    padding-top: 22vh;
}

.team.mlist:not(.imagelink) .content_list.tab_button .item_des {
    width: 84%;
}

.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_des .description {
    height: 82px;
}

.container_category>a,
.container_category>a.ff_more:after {
    font-size: 12px;
    color: #fff;
}

.ff_pageList .module .module_container .container_category {
    z-index: 121;
}

.project.mlist:not(.imagelink) .content_list .item_wrapper .details {
    width: 20px;
    height: 20px;
    margin-top: 0;
    padding-top: 38px;
}

.project.mlist:not(.imagelink) .content_list .item_wrapper .details::after {
    top: 49%;
    left: 39%;
}

.project.mlist:not(.imagelink) .content_list .item_wrapper .details::before {
    top: 36%;
}

#footer p span.ellipsis {
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-height: 800px) {
    .ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_button .item_img {
        height: 34vh;
    }
}

@media screen and (max-height: 700px) {
    .ff_indexPage .team .content_list.tab_content .item_block .item_box .item_wrapper {
        padding-top: 13%;
    }
    .team.mlist .content_wrapper .tab_content .owl-nav {
        top: 76%;
    }
}

@media screen and (max-width: 1668px) {
    #mcontact .contactform p.contactform_eml {
        float: right;
        margin-right: 0;
    }
    #mcontact .contactform p.contactform_eml,
    #mcontact .contactform p.contactform_name {
        width: 46%;
    }
    #mcontact .contactform p.contactform_tel {
        width: 100%;
    }
}

body #navWrapper .content .nav>.navitem .subnav {
    left: 0px;
    width: 100%;
}


/* 尝试 */

.ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block .item_des {
    display: none;
}

.ff_pageList .videom .content_list.tab_content .item_block:before {
    position: absolute;
    top: 33%;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 48%;
    left: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    padding-left: 10px;
    opacity: 1;
}

.ff_pageList .videom .content_list.tab_content .item_block:hover:before {
    top: 0;
}

.ff_pageList .videom .content_list.tab_content .item_block .item_box .item_wrapper,
.ff_pageList .videom .content_list.tab_content .item_block:hover .item_box .item_wrapper {
    bottom: 20px;
}

.ff_pageList .videom .content_list.tab_content .item_block .item_box .item_wrapper {
    opacity: 1;
}

.ff_pageList .videom .content_list.tab_content .item_block:before {
    font-size: 52px;
    content: "\e667";
}

.ff_pageList .videom .content_list.tab_content .item_block:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    width: 17%;
    height: 17%;
    margin: auto;
    content: "";
    transition: all 0.36s ease;
    transform: scale(1);
    transform-origin: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.ff_pageList .videom .content_list.tab_content .item_block:hover:after {
    transform: scale(1.56);
}

.ff_pageList .videom.mlist:not(.imagelink) .content_list .item_img:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    width: 19%;
    height: 19%;
    margin: auto;
    content: "";
    transition: all 0.36s ease;
    transform: scale(1);
    transform-origin: center;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block:hover .item_img:before {
    transform: scale(1.08);
    border-color: rgba(255, 255, 255, 0.8);
}

.ff_pageList .videom .content_list.tab_button .item_block::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.36s ease;
    opacity: 0;
    background-color: #000;
}

.ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_img img {
    opacity: 0.4;
}

.ff_indexPage .videom .content_list.tab_content .item_block .item_box .item_wrapper:before {
    /* font-size: 42px; */
    /* right: 70px; */
    /* bottom: 22px; */
    /* content: "\e667"; */
}

#shares {
    bottom: 0;
}

#shares a {
    color: rgba(255, 255, 255, 0.3);
    border-color: transparent;
    background-color: transparent;
}

#moduleControl a.moduleCItem {
    margin-bottom: 13px;
}

#navWrapper .content .nav .navitem span {
    font-size: 16px;
    color: #fff;
    opacity: 0.9;
}

.ff_indexPage .news .content_wrapper.slider .item_block,
.ff_indexPage .team .tab_button .owl-item .item_block,
#mcontact .contactform {
    animation-name: fadeInRight;
}

#mcontact .contactinfo {
    animation-name: fadeInLeft;
}

.mcustomize.initlayout .wrapper .description {
    animation-name: fadeInDown;
}

.project.mlist .content_list .item_wrapper {
    /* transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1); */
}

.project.mlist:not(.imagelink) .content_list .item_img img {
    transition: all 0.40s ease-in-out 0s;
}

.project.mlist:not(.imagelink) .content_list .item_block>.details:before {
    transition: all 0.36s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_block {
    border-bottom-color: #313131;
}


/* 搜索 */

#search-list .searchFormGroup input {
    color: #fff;
    background-color: #153949;
}

#search-list {
    margin-top: 0;
}

.searchPopDom .searchFormGroup input {
    font-size: 25px;
    width: 60%;
    padding: 10px 30px;
    border-bottom: 1px solid;
}

.searchPopDom .searchClose {
    display: none;
}

.ff_pageList .search.module .module_container .container_content {
    width: 58%;
    margin-top: 18vh;
    margin-left: 6%;
}

.searchPage .mlist.search .content_list .item_block {
    padding-bottom: 30px;
    border-bottom: 1px solid #313131;
}

.searchPopDom {
    z-index: 122;
    background-color: rgba(12, 11, 11, 0.95);
}

.searchPage .mlist.search .content_list .item_block .item_box .item_info {
    float: initial;
}

.searchPage .mlist.search .content_list .item_block .item_box .date_wrap {
    margin-left: 0;
}

.searchPage .mlist.search .content_list .item_block .details {
    display: none;
}

body .searchGroup .searchFormGroup .searchSub {
    padding: 0 24px;
}

.searchPopDom.open .searchFormGroup::before {
    font-size: 48px;
    position: absolute;
    top: -160px;
    left: 50%;
    content: "SEARCH";
    transform: translatex(-104px);
    color: #b71f31;
}

.searchPopDom:before {
    border-color: #b71f31;
}

.mcustomize.tril .mediabody {
    margin-top: 110px;
}

#mcontact {
    background-color: transparent;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
    white-space: initial;
}

#navWrapper .content .nav>.navitem>a:hover {
    color: #fff;
    border-color: transparent;
}

body #navWrapper .content .nav>.navitem>a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 4px;
    height: 4px;
    content: "";
    transition: all 0.36s ease;
    opacity: 0;
    border-radius: 100%;
}

body #navWrapper .content .nav>.navitem>a:hover:before {
    bottom: 18px;
    opacity: 1;
}

@media screen and (max-height: 800px) {
    .ff_indexPage .team.mlist:not(.imagelink) .content_list.tab_button .item_img {
        height: 36.2vh;
    }
}

.agent-pc .ff_pageList .videom .content_list.tab_content .item_block::before {
    font-size: 44px;
}

.news.mlist:not(.imagelink) .content_list .item_des .description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#online_open {
    bottom: 124px;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid transparent;
    background-color: transparent;
}

#online_lx {
    bottom: 124px;
}

.ff_indexPage .module {
    /* background-attachment: initial !important; */
}

.mcustomize .wrapper .header .title {
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-height: 800px) {
    #indexPage .team .content_list.tab_content .item_block .item_index {
        font-size: 400px;
    }
    .project.mlist:not(.imagelink) .content_list .item_block .item_wrapper .item_info {
        margin-top: 10px;
    }
}

.bodyindex #sitecontent {
    padding-top: 0;
}

.bodylist.bodyproject .npagePage .project .content_wrapper {
    width: 920px;
    margin: 0 auto;
}

.bodylist.bodyproject .npagePage .project .content_wrapper .item_block {
    width: calc(25% - 10px);
    margin: 5px;
}

.bodylist.bodyproject .npagePage .project .content_wrapper .item_block:hover .item_wrapper {
    opacity: 1;
    background: #b71f31;
}

.bodylist.bodyproject .npagePage .project .content_wrapper .item_block:hover .item_info .subtitle {
    color: #fff;
}

.bodylist.bodyproject .npagePage .project .content_wrapper #sitecontent {
    width: 1220px;
    margin: 0 auto;
}

.bodylist.bodyproject .npagePage .project .content_wrapper .content_list .details {
    display: none;
}

.bodylist.bodyproject .npagePage .project .content_wrapper .item_wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 18px 20px;
    transition: 0.36s ease;
    opacity: 0;
}

.bodylist.bodyproject .npagePage .project .content_wrapper .item_info .subtitle {
    color: #fff;
}

.bodylist.bodyproject .npagePage .ff_pageTarget .container_target {
    display: block;
    padding: 20px 0 10px;
}

.bodylist.bodyproject .container_category {
    display: none;
}

.bodylist.bodyproject .module_container,
.bodylist.bodyproject #pages {
    width: 920px;
    margin: 0 auto;
}

.bodylist.bodyproject .npagePage .ff_pageTarget {
    background: #153949;
}

.bodyindex .news .module_container .container_content {
    left: 22%;
    width: 67%;
}

.bodyindex .news .module_container .container_content .item_block {
    width: calc(100% / 2 - 12%);
    margin-right: 12%;
}

.bodyindex .news .module_container .container_content .item_block img {
    width: 100%;
}

.bodyindex .news .module_container .container_content .item_block .details {
    display: none;
}

.bodyindex .news .module_container .container_content .item_block .date_wrap {
    display: none;
}

.bodyindex .news .module_container .container_content .item_block .item_box .item_wrapper {
    padding: 24px 0;
}

.bodyindex .news .module_container .container_content .item_block .item_des {
    margin: 32px 0 0;
}

.bodyindex .news .module_container .container_content .content_wrapper {
    margin-right: -12%;
}

.singlescreen .module {
    padding: 0;
}

.singlescreen .module_container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* css */

.ff_indexPage .news.mlist .content_wrapper {
    margin-left: 0;
}

.bodyindex .news .module_container .container_content .item_block:nth-child(2n+1) {
    clear: left;
}

.bodyindex .news .module_container .container_content .item_block .item_box .item_wrapper {
    padding: 0;
}

#sitecontent .news .content_list .item_info .title {
    font-size: 18px;
    line-height: 64px;
    color: #fff;
}

#sitecontent .news.mlist:not(.imagelink) .content_list .item_des .description {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    height: 60px;
    color: #6b6b6b;
}

#sitecontent .news .module_container .container_content .item_block .item_des {
    margin: 0;
    padding-bottom: 10px;
}

#sitecontent .news .module_container .container_content .item_block {
    margin-bottom: 35px;
}

#sitecontent .news.mlist .content_wrapper {
    padding-top: 90px;
}

.news .content_list .item_block .item_box .item_wrapper:after {
    left: 0;
    width: 100%;
    background: #efefef;
}

.bodyindex .news .module_container .container_content {
    left: 22%;
    width: 65%;
}

.ff_indexPage .news.mlist .content_wrapper {
    padding-top: 100px;
}

.bodyindex .news .module_container .container_content .item_block:nth-child(4)~.item_block {
    display: none;
}

.bodylist.bodynews .ff_pageTarget .container_target {
    display: block;
}

.bodylist.bodynews .news .item_block:nth-child(2n),
.bodylist.bodynews .news .content_list .item_block {
    width: calc(33.333% - 40px);
    margin-right: 40px;
}

.ff_pageList .news .item_block:nth-child(3n+1) {
    clear: left;
}

.bodylist.bodynews #pageTarget .container_category {
    display: none;
}

.ff_pageList .news.module .module_container .container_content {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

body:not(.bodyindex) .ff_sitecontent .module .module_container {
    width: 85%;
    margin: 0 auto;
}

.npagePage .ff_pageTarget {
    background: #153949;
}

.ff_pageList .news .content_list .item_block .item_box .item_wrapper {
    padding: 0;
}

.news.mlist:not(.imagelink) .content_list .item_des {
    margin: 0;
}

.ff_postPage .news.mlistpost {
    padding-top: 0;
}

#pageTarget {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;
}

.ff_sitecontent #pageTarget .module_container {
    width: 100%;
}

.news.mlistpost .tabBtn .post-prev .img-wrap,
.news.mlistpost .tabBtn .post-next .img-wrap {
    width: 170px;
}

.bodyindex .news .module_container .container_content {
    top: 30px;
    left: 28%;
    width: 54%;
}

.bodylist #sitecontent .news.mlist .content_wrapper {
    padding-top: 0;
}


/* team */

.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_wrapper .details {
    display: none;
}

.ff_indexPage .team .content_list.tab_button .item_block .item_info {
    width: 90px;
    border-bottom: 1px solid #eeb8ba;
    writing-mode: vertical-rl;
}

.ff_indexPage .team .content_list.tab_button .item_block .item_box .item_wrapper {
    padding: 0;
}

.ff_indexPage .team .content_list.tab_button .item_block .item_des {
    display: none;
}

.ff_indexPage .team .content_list.tab_button .item_block .item_box .item_wrapper .item_info {
    width: auto;
    min-height: 124px;
    margin-top: 26px;
    margin-left: 38px;
    padding-right: 18px;
    padding-bottom: 26px;
}

.bodylist.bodyteam #header {
    background-color: #153949;
}

.bodylist.bodyteam #banner>div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.bodylist.bodyteam #banner::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(22, 22, 22, 0.88);
}

.bodylist.bodyteam #banner {
    position: fixed;
    top: z;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: 0s;
    background: #153949;
}

.bodylist.bodyteam #pageTarget .module_container {
    width: 85px;
    margin: 0 auto;
}

.bodylist.bodyteam #pageTarget {
    position: relative;
    width: 100%;
    background: transparent;
}

.bodylist.bodyteam .npagePage .module .module_container,
.bodylist.bodyteam .npagePage .content {
    background-color: transparent;
}

.bodylist.bodyteam .npagePage .content .module {
    background: transparent;
}

.bodylist.bodyteam .npagePage .content {
    position: relative;
}

.bodylist.bodyteam .team.module .module_container .container_content {
    margin: 0;
}

.npagePage .ff_pageTarget .container_target {
    display: block;
}

.bodylist.bodyteam #pageTarget .module_container {
    width: 85%;
}

.bodylist.bodyteam .container_header .title {
    font-size: 15px;
}

.bodylist.bodyteam .container_header {
    position: absolute;
    top: 0;
    right: 100%;
    width: 72px;
    height: 100%;
    margin-right: 38px;
    border-right: 2px solid #aa1c23;
    writing-mode: vertical-lr;
}

.bodylist.bodyteam .team.module .module_container .container_content {
    position: relative;
    float: right;
    width: 1010px;
    margin-top: 40px;
}

.bodylist.bodyteam .container_header .subtitle {
    font-size: 15px;
    color: #818081;
}

.bodylist.bodyteam .container_header .title {
    font-size: 15px;
    color: #fff;
}

.bodylist.bodyteam .container_header:after {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background: #aa1c23;
}

.bodylist.bodyteam .team .item_block {
    width: 25%;
    margin-right: 0;
    margin-bottom: 120px;
}

.bodylist.bodyteam .team.mlist .content_list .item_img {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 132px;
    margin-right: 5px;
    border: 6px solid #a5a5a5;
}

.bodylist.bodyteam .team .content_list .item_block .item_box {
    align-items: flex-start;
}

.ff_pageList .team .content_list .item_block .item_box .item_wrapper {
    padding: 0;
    padding-left: 5px;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .item_info .subtitle,
.ff_pageList .team.mlist:not(.imagelink) .content_list .item_info .title {
    line-height: 1;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .item_info .title {
    font-size: 14px;
    margin-bottom: 5px;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .item_info {
    display: flex;
    flex-direction: column;
    width: 90px;
    height: 42px;
    padding: 8px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    justify-content: center;
}

.bodylist.bodyteam .team.mlist:not(.imagelink) .content_list .item_des {
    font-size: 12px;
    line-height: 13px;
    width: 90px;
    margin: 0;
    padding: 0;
}

.ff_pageList .team.mlist:not(.imagelink) .content_list .item_block:hover .item_des {
    padding: 0;
}

.bodylist.bodyteam .team .item_block .item_wrapper .item_des:before {
    display: none;
}

.ff_pageList .team .content_list .item_block .item_box .item_wrapper {
    width: 100%;
}

.bodylist.bodyteam .team.mlist:not(.imagelink) .content_list .item_des .description {
    padding-top: 10px;
}

.bodylist.bodyteam .team.mlist .content_list .item_img {
    overflow: visible;
}

.ff_pageList .team .content_list .item_block .item_box+.details:before,
.ff_pageList .team .content_list .item_block .item_box+.details:after {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 8px;
    height: 8px;
    content: "";
    transform: translate3d(-50%, -50%, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}

.ff_pageList .team .content_list .item_block .item_box+.details:after {
    width: 1px;
}

.ff_pageList .team .content_list .item_block .item_box+.details:before {
    height: 1px;
}

.ff_pageList .team .content_list .item_block:hover .item_box+.details {
    border: 1px solid #fff;
}

.ff_pageList .team .content_list .item_block .item_box+.details {
    position: absolute;
    bottom: -45px;
    left: 0;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

.ff_pageList .team .content_list .item_block .item_mask {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transition: 0.36s ease;
    transform: translate3d(-50%, -50%, 0) scale(1.1);
    opacity: 0;
    border: 1px solid rgba(202, 28, 37, 0.88);
}

.ff_pageList .team .content_list .item_block:hover .item_mask {
    transform: translate3d(-50%, -50%, 0) scale(0.9);
    opacity: 1;
}

.ff_pageList .team .content_list .item_block .item_mask:before,
.ff_pageList .team .content_list .item_block .item_mask:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    content: "";
    transform: translate3d(-50%, -50%, 0);
    background-color: #b71f31;
}

.ff_pageList .team .content_list .item_block .item_mask:after {
    width: 1px;
}

.ff_pageList .team .content_list .item_block .item_mask:before {
    height: 1px;
}

.ff_pageList .team .content_list .item_block .item_box {
    overflow: visible;
}

.bodylist.bodyteam .team.mlist .content_list .item_img:after {
    position: absolute;
    right: 0;
    bottom: -38px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #b71f31;
}

.ff_postPage .team.mlistpost {
    padding-top: 50px;
}


/* contact */

.ff_sitecontent #mcontact .contactlist .clear {
    display: block;
    visibility: visible;
    width: 420px;
    height: 300px;
    animation-name: fadeInLeft;
    background-image: url(../images/66219b334b6445d0b369271f3ae8d3f6.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.ff_sitecontent #mcontact .contactlist {
    height: 100vh;
    background-color: rgba(22, 22, 22, 0.88);
}

@media screen and (max-width: 1366px) {
    .ff_sitecontent #mcontact .contactlist .clear {
        width: 260px;
        height: 150px;
        background-size: contain;
    }
}


/* project */

.bodyindex .project.mlist:not(.imagelink) .content_list .item_wrapper .details {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    display: none;
}

.project_dom_img {
    display: none;
    opacity: 0;
}

.project_dom {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    visibility: visible;
    width: 100%;
    height: 100%;
    transition: 0.36s ease;
    opacity: 1;
    background-color: rgba(22, 22, 22, 0.88);
    align-items: flex-start;
    justify-content: center;
}

.project_dom_header {
    font-size: 14px;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    width: 42px;
    margin: 0 auto;
    margin-top: 33vh;
    padding: 0 12px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.78);
    writing-mode: vertical-rl;
}

.project_dom_header:before {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    width: 1px;
    height: 40vh;
    content: "";
    background-color: rgba(255, 255, 255, 0.78);
}

.project_dom_header:after {
    position: absolute;
    top: -10px;
    right: 0;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #b71f31;
}

.project_dom_subtitle {
    position: absolute;
    right: 100%;
}

.project .item_block:hover .project_dom {
    visibility: hidden;
    transform: translateY(-14vh);
    opacity: 0;
}

.ff_indexPage .imagelink.module .module_container:before {
    background: #153949;
}

.ff_indexPage .imagelink.module .module_container .container_content {
    height: 100vh;
}


/* partner */

#indexPage .partner_rebuild .owl-next {
    right: 19px;
}

.imagelink .owl-nav .owl-prev.disabled:hover {
    background-color: transparent;
}

#indexPage .partner_rebuild .owl-prev {
    left: 19px;
}

#indexPage .partner_rebuild .owl-nav {
    z-index: 1;
    top: initial;
    right: 0;
    bottom: 29%;
    width: 170px;
    height: 150px;
    transform: translateY(calc(100%));
    background-color: #b71f31;
}

#indexPage .partner_rebuild .owl-nav:before {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 1px;
    height: 14px;
    content: "";
    background: rgba(255, 255, 255, 0.3);
}

.partner_rebuild .owl-stage-outer {
    overflow: visible;
}

.partner_rebuild .group {
    display: flex;
    box-sizing: border-box;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.partner_rebuild .dom_group {
    position: relative;
    flex: 1 1 auto;
    width: 50%;
}

.partner_dom {
    box-sizing: border-box;
    margin: 0 6% 0 11.4%;
}

.honor_dom {
    margin: 0 11.4% 0 6%;
}

.partner_rebuild .dom_header {
    position: absolute;
    top: -142px;
    left: 0;
    writing-mode: vertical-rl;
}

.dom_title {
    color: #97999a;
}

.dom_subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.partner_rebuild .dom_header:after {
    position: absolute;
    top: -15px;
    left: -8px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background-color: #ca1c24;
}

.dom_container {
    border-top: 1px solid #e3e3e3;
}

.dom_container .content_list .item_block .item_wrapper {
    display: none;
}

.dom_container .content_list .item_block {
    width: 25%;
    margin: 0;
    border: none;
}

.imagelink .content_list .item_block .item_box:after {
    display: none;
}

.honor_dom_container {
    padding: 23px 0;
    border-bottom: 1px solid #e3e3e3;
}

.honor_dom_container .content_list .item_block {
    margin: 20px 0;
}

.group .about_dom {
    flex: 0 0 auto;
    width: 300px;
}

.about_dom .dom_header {
    display: flex;
    align-items: flex-end;
    writing-mode: initial;
}

.about_dom .dom_title:after {
    font-size: 18px;
    margin: 0 5px;
    content: "|";
}

.about_dom .dom_title {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    color: #fff;
}

.about_dom .dom_subtitle {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.about_dom .dom_header:after {
    top: 0;
    left: -40px;
    overflow: hidden;
    width: 1px;
    height: 55px;
    content: "";
    border-radius: 50%;
    background-color: #ca1c24;
}

.about_dom .dom_header {
    top: -70px;
}

.ff_indexPage .imagelink.mlist .content_wrapper {
    padding: 0;
}

.about_dom_wrapper .dom_container {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    max-height: 340px;
    padding-top: 10px;
    color: #a5a5a5;
}

.about_dom_wrapper .dom_container:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 1px;
    content: "";
    background-color: #a5a5a5;
}

.about_dom_wrapper .dom_container {
    border: none;
}

@media screen and (max-width: 1366px) {
    #indexPage .partner_rebuild .owl-nav {
        height: 90px;
    }
}

.guest {
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.guest-weixin:before {
    content: "\e697";
}

.guest-email:before {
    content: "\e607";
}

.guest-Call:before {
    content: "\e64d";
}

.contact_btns {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 40px;
    display: flex;
    width: 150px;
}

.contact_btn:hover .guest {
    color: #e1232a;
}

.contact_btn {
    line-height: 30px;
    flex: 1 1 auto;
    cursor: pointer;
    text-align: center;
}

.contact_btn .guest {
    transition: 0.36s ease;
    color: #abadac;
}

.contact_btn .guest {
    font-size: 16px;
}

#shares,
#online_open {
    display: none;
}

#olx_tel {
    line-height: 46px;
    padding: 0;
    padding: 0 20px;
    color: #b0b0b0;
    background: #444;
}

#olx_qq {
    line-height: 46px;
    height: 46px;
    padding: 0 20px;
    color: #b0b0b0;
    border: none;
    background: #383838;
}

#olx_head {
    font-size: 14px;
    line-height: 16px;
    line-height: 46px;
    height: 16px;
    height: 46px;
    padding: 0 20px;
    color: #fff;
    background: #212322;
}

#online_lx {
    display: none;
}


/* server */

.ff_pageList .service.module .module_container .container_content {
    box-sizing: 0;
    width: 56%;
    margin: 0 auto;
    padding-top: 20px;
}

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_wrapper .details {
    display: none;
}

.ff_pageList .service .content_list .item_box {
    display: flex;
}

.ff_pageList .service .content_list .item_box .item_wrapper {
    flex: 1 1 auto;
    box-sizing: border-box;
    width: 50%;
    padding-top: 20px;
}

.ff_pageList .service .content_list .item_box .item_img {
    flex: 1 1 auto;
    width: 50%;
}

.ff_pageList .service .content_list .item_img {
    width: 526px;
    margin-right: 82px;
}

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_block {
    margin: 0;
    padding: 0;
}

.ff_pageList .service .content_list .item_wrapper {
    padding: 0;
}

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_block {
    width: 100%;
}

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_block:hover {
    box-shadow: none;
}

.ff_pageList .service.mlist:not(.imagelink) .content_list .item_block {
    margin-bottom: 34px;
    border: none;
}

.ff_pageList .service .content_list .item_block .item_box .item_wrapper .item_info .title {
    font-weight: 900;
}

.npagePage .ff_pageTarget .container_target .fa:before {
    content: "/";
}

.npagePage .ff_pageTarget .container_target .fa {
    color: #666;
}

.npagePage .ff_pageTarget .container_target a {
    transition: 0.2s ease;
}

.npagePage .ff_pageTarget .container_target {
    color: #fff;
}

#page_about {
    padding-top: 40px;
}

#page_about.pageEditor .container_header .title {
    color: #fff;
}

.longPage .pageEditor .module_container .content_wrapper {
    padding-top: 10vh;
}

.service.mlist:not(.imagelink) .content_list .item_info .title {
    width: auto;
}

.bodyproject #pages {
    display: none;
}


/*# sourceMappingURL=debug/style.16962.css.map */

.ind_seek {
    position: absolute;
    top: 0px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 4px;
    right: -5px;
    padding: 9px 0;
    opacity: 0.9;
    z-index: 30;
    width: 120px;
}

.ind_tiBl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    margin-top: -100px;
    z-index: 99;
    text-align: center;
    color: #fff;
}

.fo_img {
    position: absolute;
    right: 3%;
    bottom: 0px;
    width: 185px;
    height: 44px;
}

.item5_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

p.subtitle img {
    /* width: 229px; */
    /* max-width: 229px; */
}

.ind02_vidImg,
.ind02_plIcon,
.indPl_close {
    -webkit-transition: all .3s ease 0.6s;
    -ms-transition: all .3s ease 0.6s;
    -moz-transition: all .3s ease 0.6s;
    -o-transition: all .3s ease 0.6s;
    transition: all .3s ease 0.6s;
}

.ind02_block {
    -webkit-transition: all 0.6s cubic-bezier(.75, 0, .25, 1);
    -ms-transition: all 0.6s cubic-bezier(.75, 0, .25, 1);
    -moz-transition: all 0.6s cubic-bezier(.75, 0, .25, 1);
    -o-transition: all 0.6s cubic-bezier(.75, 0, .25, 1);
    transition: all 0.6s cubic-bezier(.75, 0, .25, 1)
}

.ind02_block.cur .ind02_vidImg,
.ind05_te,
.indTe_li img,
.indTe_li img,
.li_img,
.item02_more5,
.he_bg,
.In2_bgC,
.In2_aBl1:after,
.In92_liTi,
.In92_li,
.In92_img,
.In92_right,
.In92_left,
.In92_right img,
.In92_left img {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ind02_block.cur {
    -webkit-transition: all 0.6s cubic-bezier(.75, 0, .25, 1) 0.3s;
    -ms-transition: all 0.6s cubic-bezier(.75, 0, .25, 1) 0.3s;
    -moz-transition: all 0.6s cubic-bezier(.75, 0, .25, 1) 0.3s;
    -o-transition: all 0.6s cubic-bezier(.75, 0, .25, 1) 0.3s;
    transition: all 0.6s cubic-bezier(.75, 0, .25, 1) 0.3s;
}

.In92_li:hover .In92_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.king:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.In92_right:hover img,
.In92_left:hover img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.swiper-wrapper {
    -webkit-transition: all 0.6s easeOutCirc;
    -ms-transition: all 0.6s easeOutCirc;
    -moz-transition: all 0.6s easeOutCirc;
    -o-transition: all 0.6s easeOutCirc;
    transition: all 0.6s easeOutCirc;
}

.indTe_liBl,
.indTe_swiper {
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.indPl_block,
.indPl_bl,
.indPl_icon {
    -webkit-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.indPl_bl {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header_logo:after {
    content: "";
    display: block;
    position: absolute;
    left: -200px;
    top: 0px;
    width: 150px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    overflow: hidden;
    -webkit-transform: skewx(-25deg);
    -webkit-transition: 0s;
}

.king {
    width: 150px;
    left: 600px;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}

.king {
    width: 150px;
    left: 1000px;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}

@-webkit-keyframes anim09 {
    0% {
        left: -200px;
    }
    30% {
        left: 600px;
    }
    100% {
        left: 600px;
    }
}

.header_logo:after {
    -webkit-animation: anim09 5s ease-in-out infinite;
}

@keyframes animScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes animScale {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes animScale {
    0% {
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.1);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@-moz-keyframes animScale {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes animScale {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}


/*.item5_bg,.In_bg.bg_3,.In_bg.bg_5,.ind3_bgLi {
	-webkit-animation: animScale 10s linear infinite;
	animation: animScale 10s linear infinite;
	-ms-animation: animScale 10s linear infinite;
	-moz-animation: animScale 10s linear infinite;
	-o-animation: animScale 20s linear infinite;
}*/

.indPl_block:hover .indPl_img img {
    -webkit-animation: animScale 1s linear infinite;
    animation: animScale 1s linear infinite;
    -ms-animation: animScale 1s linear infinite;
    -moz-animation: animScale 1s linear infinite;
    -o-animation: animScale 1s linear infinite;
}

.ind2_bg,
.item_info,
.ind3_ti,
.ind6_img,
.item02_more,
.item02_more2,
.nav_bgBl,
.indN_li,
.indN_bg.cur3,
.item02_more2,
.fo_imgIcon {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-wrapper {
    -webkit-transition: all 1s cubic-bezier(.75, 0, .25, 1);
    -ms-transition: all 1s cubic-bezier(.75, 0, .25, 1);
    -moz-transition: all 1s cubic-bezier(.75, 0, .25, 1);
    -o-transition: all 1s cubic-bezier(.75, 0, .25, 1);
    transition: all 1s cubic-bezier(.75, 0, .25, 1);
}

.swiper-wrapper {
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.ind3_bgLi,
.bg_liBl {
    -webkit-transition: all .6s ease;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.videoBg {
    display: none;
}

.ind2_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url("../images/b_31.png"
);
}

.item_block:hover .ind2_bg {
    opacity: 0;
}

.ind2_content .item_block:hover .item_info.clearfix {
    top: 0px;
}

.ind2_content .item_info.clearfix {
    position: relative;
    top: -324px;
}

.container_category.ind3_ul a:hover,
.container_category.ind3_ul a.active {
    /* color: #b71f31; */
}

.ind3_ulBl {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.ind3_liBl {
    position: relative;
    width: 33.2%;
    height: 100%;
    float: left;
    border-right: 1px solid #56585c;
    background: url("../images/b_31.png"/*tpa=http://www.excegroup.com/Content/images/b_31.png*/
    );
}

.ind3_ti {
    position: absolute;
    top: 43%;
    left: 50%;
    color: #fff;
    letter-spacing: 2px;
    width: 330px;
    margin-left: -165px;
    margin-top: -50px;
    white-space: nowrap;
    opacity: 0.9;
    padding: 15px;
}

.ind3_tiEn {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
}

.ind3_tiCh {
    font-size: 18px;
    padding-top: 15px;
    font-weight: 500;
}

.item_img img {
    /* width: 100%; */
    /* min-width: 100%; */
}

.ind3_ti.ti_1 {
    padding-left: 60px;
}

.ind3_ti.ti_2 {
    padding-left: 30px;
}

.ind3_bgUl,
.ind3_bgLi,
.ind5_bgImg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
}

.ind3_bgLi {
    opacity: 0;
    z-index: 22;
}

.ind3_bgLi.cur {
    opacity: 1;
    z-index: 66;
}


/*@-webkit-keyframes fadeIn
{
  0%{ -webkit-transform:scale(1.1);opacity:0.5;}
  100%{ -webkit-transform:scale(1);opacity:1;}
}
.ind3_bgLi {-webkit-animation: fadeIn 0.6s ease-in-out backwards;}*/

.ind3_liBl:hover .ind3_ti {
    opacity: 1;
}

.ind5_imgBl {
    position: absolute;
    bottom: 10%;
    left: 4%;
    z-index: 88;
}

.swiper-slide {
    overflow: hidden;
}

.mlist:not(.imagelink) .content_list.ind6_content .item_info .title {
    font-size: 18px;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list.tab_button.ind6_content .item_info .subtitle {
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
}

.mlist:not(.imagelink) .content_list.ind6_content .item_block:hover .item_box .item_wrapper .item_info .title {
    font-size: 18px;
}

.ind6_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.8);
    opacity: 0;
    -webkit-filter: blur(2px) brightness(0.8);
    filter: blur(2px) brightness(0.8);
}

.videoBg {
    height: 0px;
    max-height: 0px;
    overflow: hidden;
    position: relative;
}

p.ti_img {
    position: absolute;
    left: -70px;
    top: 4px;
}

p.ti_t {
    color: #fff;
    font-size: 12px;
    padding-top: 2px;
}

.ind8_content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99991;
}

.ind8_bgImg {
    position: relative;
    width: 100%;
    height: 140%;
    z-index: 2
}

.ind8_icon1 {
    position: relative;
    width: 380px;
    color: #bbb;
    white-space: nowrap;
    opacity: 0.8;
}

.ind8_icon {
    position: absolute;
    top: 46%;
    left: 50%;
    margin-left: -170px;
    width: 337px;
    overflow: hidden;
    z-index: 9999;
    font-size: 26px;
    letter-spacing: 4px;
}

.ind8_icon img {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.ind8_block {
    position: absolute;
    bottom: 6%;
    width: 208px;
    height: 10px;
    left: 50%;
    margin-left: -104px;
    z-index: 99;
    border-radius: 200px;
    overflow: hidden;
}

@-webkit-keyframes an_01 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(208px, 0);
    }
}

.ind8_InBl {
    -webkit-animation: an_01 1s ease-in-out infinite;
}

.ind8_InBl {
    position: relative;
    left: -208px;
    width: 416px;
    height: 10px;
    background: url("../images/b6_3.jpg"/*tpa=http://www.excegroup.com/Content/images/b6_3.jpg*/
    ) no-repeat center;
    background-size: cover;
}


/*@-webkit-keyframes an_02 {
	0% {
		height: 140%;
	}

	100% {
		height: 100%
	}
}

.ind8_bgImg {
	-webkit-animation: an_02 3s ease-in-out forwards;
}*/

@-webkit-keyframes an_03 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
    99% {
        -webkit-transform: translate(0, -600px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, -600px);
        opacity: 0;
        display: none;
    }
}


/*.ind8_content {
	-webkit-animation: an_03 1s ease-in-out 3s forwards;
}*/

@-webkit-keyframes an_04 {
    0% {
        width: 0px;
    }
    100% {
        width: 380px;
    }
}


/*.ind8_icon2 {
	-webkit-animation: an_04 3s ease-in-out forwards;
}*/

.item_block:hover .ind6_img {
    opacity: 1;
    -webkit-transform: scale(1);
}

.item3_bgIn {
    position: relative;
    width: 100%;
    height: 100%;
}

.ind3_liBl:hover {
    background: url();
}

.ind3_liBl:hover .ind3_ti {
    background: url("../images/b_31.png"/*tpa=http://www.excegroup.com/Content/images/b_31.png*/
    );
}

div#search-nav {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 120;
}

.ind8_icon2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 0px;
    height: 42px;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
}

.ind8_icon2 img {
    width: 380px;
    min-width: 380px;
}

.btn-scroll-down {
    position: fixed;
    z-index: 10;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 50px;
    margin-left: -18px;
    z-index: 200;
}

.btn-scroll-down .mousey {
    height: 34px;
    border-radius: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 34px;
    background: url("/static/images/n_1.png") no-repeat center;
}

@-webkit-keyframes c {
    0% {
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
}

@keyframes c {
    0% {
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
}

.btn-scroll-down .scroller {
    width: 2px;
    height: 10px;
    border-radius: 25%;
    background: #fff;
    -webkit-animation: c 2.2s infinite;
    animation: c 2.2s infinite;
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    position: relative;
    left: 16px;
    top: 5px;
    display: none;
}

a.ff_more {
    position: relative;
    padding-right: 15px;
    letter-spacing: 2px;
    padding-left: 5px;
}

.ind02_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 53%;
    overflow: hidden;
}

.ind02_content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.ind02_bgImg {
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url(../images/b8_4.jpg) no-repeat center bottom;*/
    background-size: cover;
}

.ind02_w1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    border-right: 1px solid #6a6a6a;
}

.ind02_w2 {
    position: absolute;
    left: 56%;
    bottom: 0px;
    height: 100%;
    border-right: 1px solid #6a6a6a;
}

.ind02_block {
    position: absolute;
    right: 4.4%;
    bottom: 30%;
    margin-bottom: -138px;
    width: 30%;
    margin-right: 70px;
    cursor: pointer;
    z-index: 99;
}

.ind02_w3 {
    position: absolute;
    right: 70px;
    bottom: 0%;
    height: 92%;
    border-right: 1px solid #6a6a6a;
}

.ind02_teBl {
    position: absolute;
    top: 68%;
    color: #fff;
    width: 43%;
    left: 6.5%;
    text-align: justify;
    margin-top: -94px;
}

.ind02_En {
    font-size: 34px;
    letter-spacing: 2px;
}

.ind02_Ch {
    font-size: 16px;
    padding-top: 2px;
    letter-spacing: 1px;
}

.ind02_te {
    position: relative;
    text-align: justify;
    line-height: 28px;
    margin-top: 40px;
}

.ind02_te p {
    margin-bottom: 30px;
    font-size: 14px;
}

.ind02_w4 {
    position: absolute;
    right: 0px;
    top: 8%;
    width: 44%;
    border-bottom: 1px solid #6a6a6a;
}

.ti_more {
    position: absolute;
    bottom: -30px;
    right: 0px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
}

.item02_more {
    position: absolute;
    bottom: 22%;
    left: 51.2%;
    width: 14%;
    height: 4.5%;
    border: 1px solid #b71f31;
    color: #b71f31;
    text-align: center;
    background: #e2e0e0;
    font-size: 14px;
    opacity: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.item02_more2 {
    position: relative;
    width: 120px;
    height: 40px;
    border: 1px solid #666;
    color: #153949;
    text-align: center;
    background: #e2e0e0;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 40px;
    display: block;
}

.item02_te {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0px;
    width: 100%;
}

.item02_more:hover {
    opacity: 1;
}

.ind02_block.cur {
    width: 96%;
    bottom: 50%;
    right: 1px;
    margin-bottom: 0px;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.ind02_img img {
    width: 100%;
}

.ind02_block.cur .ind02_vidImg {
    height: 0px;
}

.ind02_block.cur .ind02_video {
    display: block;
}

.ind02_vidImg {
    position: relative;
    width: 100%;
    padding: 0px 11%;
    height: 138px;
    overflow: hidden;
    background: #fff;
}

.ind02_play {
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}

.ind02_img {
    position: relative;
    width: 100%;
    margin-bottom: -10px;
}

.ind02_vidImg img {
    width: 100%;
}

.ind02_imgBl {
    position: relative;
    width: 100%;
    height: 100%;
}

.ind02_video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 66;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 70px;
    display: none;
}

.ind05_content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.ind05_t1 {
    position: absolute;
    left: 6%;
    top: 17%;
    width: 28.6%;
}

.ind05_t2 {
    position: absolute;
    right: 10%;
    top: 17%;
    width: 21.2%;
}

.ind05_mapBl {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 810px;
    margin-left: -405px;
}

.indTe {
    position: absolute;
    left: 6%;
    bottom: 10%;
    width: 31%;
}

.indTe_ul {
    position: relative;
    width: 100%;
}

.indTe_ul {}

.indTe_li {
    position: relative;
    width: 32.8%;
    float: left;
    margin-right: 0.5%;
    cursor: pointer;
    padding-top: 20px;
}

.indTe_ulBl {
    position: absolute;
    bottom: 115%;
}

.indTe_liBl {
    position: absolute;
    width: 300%;
    bottom: 100%;
    color: #fff;
    line-height: 26px;
    text-align: justify;
    font-size: 14px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

.indPl_block {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 200px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 99;
    height: 80px;
    overflow: hidden;
    margin-left: -40px;
    margin-top: 90px;
}

.ind05_li {
    width: 30px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    margin-left: -15px;
    margin-top: -32px;
}

.li_img {
    background: url("../images/b9_7.png"/*tpa=http://www.excegroup.com/Content/images/b9_7.png*/
    ) no-repeat center;
}

.ind05_li.li_01 {
    top: 31%;
    left: 6.8%;
}

.ind05_te {
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 180px;
    color: #333;
    font-size: 16px;
    text-align: right;
    padding-right: 39px;
    /* opacity: 0; */
    white-space: nowrap;
    font-weight: bold;
}

.ind05_li.li_02 {
    top: 25%;
    left: 75.5%;
}

.ind05_li.li_03 {
    left: 75%;
    top: 47%;
}

.ind05_li.li_04 {
    left: 70.2%;
    top: 59%;
}

.ind05_li.li_05 {
    top: 70%;
    left: 67.8%;
}

.ind05_li.li_06 {
    top: 103%;
    left: 93.5%;
}

.li_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ind05_li.li_06 .li_img {
    background: url("../images/b9_8.png"/*tpa=http://www.excegroup.com/Content/images/b9_8.png*/
    ) no-repeat center;
}

.ind05_li:hover .ind05_te {
    padding-right: 39px;
    opacity: 1;
    color: #9e1e24;
}

.indPl_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -15px;
    background: url("/static/images/b9_4.png") no-repeat center;
    width: 30px;
    height: 30px;
}

.indPl_block:hover .indPl_icon {
    background: url("/static/images/b9_41.png") no-repeat center;
}

@-webkit-keyframes an_05 {
    0% {
        -webkit-transform: translate(0, 0px);
    }
    50% {
        -webkit-transform: translate(0, -10px);
    }
    100% {
        -webkit-transform: translate(0);
    }
}

.li_img {
    -webkit-animation: an_05 2s ease-in-out infinite;
}

@-webkit-keyframes an_06 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.li_06 .li_img {
    -webkit-animation: an_06 2s ease-in-out infinite;
}

.ind05_li.li_06 .ind05_te {
    bottom: 0px;
    right: 6px;
}

.indTe_liBl.indTe_li2 {
    left: -100%;
}

.indTe_liBl.indTe_li3 {
    left: -200%;
}

.indTe_li:hover .indTe_liBl {
    height: 78px;
    opacity: 1
}


/*@-webkit-keyframes an_08
{
  0%{ -webkit-transform:translate(0,-20px);opacity: 0;}
  100%{ -webkit-transform:translate(0);opacity: 1;}
}
.indTe_liBl {-webkit-animation: an_08 0.4s ease-in-out backwards;}*/

.indTe_li img {
    width: 100%;
    opacity: 0.7;
}

.indTe_li:hover img {
    opacity: 1;
}

.indPl_block:hover {
    opacity: 1;
}

#ind_video {
    position: relative;
    width: 100%;
    height: 100%;
    left: -2px;
}

.ind5_bgCol {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background: url("../images/z_41.png"/*tpa=http://www.excegroup.com/Content/images/z_41.png*/
    /*);*/
    z-index: 66;
}

.indPl_block.cur {
    opacity: 1;
    width: 87%;
    height: 76%;
    border-radius: 0px;
    left: 7%;
    overflow: visible;
    border: 0px;
    margin-left: 0px;
    top: 6%;
}

.indPl_img img {
    width: 100%;
}

.indPl_bu {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 100%;
}

.indTe_swiper {
    position: absolute;
    bottom: 100%;
    height: 52px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    line-height: 26px;
    opacity: 1;
}

.indTe:hover .indTe_swiper {
    opacity: 0;
    bottom: 150%;
}

.ind02_bg01,
.indPl_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url();
}

.ind02_plIcon {
    position: absolute;
    right: 0%;
    top: 0px;
    opacity: 0;
}

.ind02_plIcon img {
    width: 40px;
}

.ind02_Bl,
.indPl_bl {
    position: relative;
    width: 100%;
    height: 100%;
}

.ind02_block.cur .ind02_plIcon {
    opacity: 0.7;
    top: 70px;
    right: -40px;
}

.ind02_block.cur .ind02_plIcon:hover {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.indPl_close {
    position: absolute;
    right: 0px;
    width: 0px;
    top: 0px;
    opacity: 0;
}

.indPl_bl {
    overflow: hidden;
    border-radius: 2000px;
}

.indPl_block.cur .indPl_bl {
    border-radius: 0px;
}

.indPl_block.cur .indPl_icon {
    display: none;
}

.indPl_block.cur .indPl_close {
    right: -40px;
    top: -40px;
    opacity: 0.7;
}

.indPl_block.cur .indPl_close:hover {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@-webkit-keyframes t_01 {
    0% {
        -webkit-transform: translate(0, 200px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes t_06 {
    0% {
        -webkit-transform: translate(0, 200px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 0.7
    }
}

@-webkit-keyframes t_02 {
    0% {
        -webkit-transform: translate(0, 100px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes l_01 {
    0% {
        -webkit-transform: translate(-40px, 0px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp5 {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.page_content.show .container_header .subtitle {
    -webkit-animation: t_01 1s ease 0.2s backwards;
}

.page_content.show .container_header .title {
    -webkit-animation: t_06 1s ease 0.3s backwards;
}

.page_content.show .ind4_ul {
    -webkit-animation: t_06 1s ease 0.6s backwards;
}

.page_content.show .container_category {
    -webkit-animation: t_01 1s ease 0.6s backwards;
}

.page_content.show .ind02_bg {
    -webkit-animation: fadeInUp5 1s ease 0.2s backwards;
}

.page_content.show .ind02_teBl {
    -webkit-animation: fadeInUp 1s ease 0.5s backwards;
}

.page_content.show .ind02_block {
    -webkit-animation: fadeInUp 1s ease 0.8s backwards;
}

.page_content.show .ind3_liBl:nth-child(1) {
    -webkit-animation: fadeInUp 1s ease 0.2s backwards;
}

.page_content.show .ind3_liBl:nth-child(2) {
    -webkit-animation: fadeInUp 1s ease 0.5s backwards;
}

.page_content.show .ind3_liBl:nth-child(3) {
    -webkit-animation: fadeInUp 1s ease 0.8s backwards;
}

.page_content.show .ind6_content .item_block:nth-child(1) {
    -webkit-animation: fadeInUp2 1s ease 0.2s backwards;
}

.page_content.show .ind6_content .item_block:nth-child(2) {
    -webkit-animation: fadeInUp2 1s ease 0.4s backwards;
}

.page_content.show .ind6_content .item_block:nth-child(3) {
    -webkit-animation: fadeInUp2 1s ease 0.6s backwards;
}

.page_content.show .tab_content .item_block:nth-child(1) {
    -webkit-animation: fadeInUp2 1s ease 0.8s backwards;
}

.page_content.show #item_block_1 {
    -webkit-animation: fadeInUp2 1s ease 0s backwards;
}

.page_content.show #item_block_2 {
    -webkit-animation: fadeInUp2 1s ease 0.6s backwards;
}

.page_content.show #item_block_3 {
    -webkit-animation: fadeInUp2 1s ease 0.2s backwards;
}

.page_content.show #item_block_4 {
    -webkit-animation: fadeInUp2 1s ease 0.4s backwards;
}

.ind_block,
.page_content {
    -webkit-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transform-origin: bottom;
}

.scale_01 .ind_block {
    -webkit-transform: scale(0.7);
}

.indPl_img video#example_video_1 {
    width: 240%;
    left: -70%;
    position: relative;
}

.indPl_block.cur .indPl_img video#example_video_1 {
    width: 100%;
    left: 0px;
    height: 100%;
}

.ind05_li:hover .li_img {
    /* background: url(../images/b9_71.png) no-repeat center; */
}

.ind05_li.li_06:hover .li_img {
    /* background: url(../images/b9_81.png) no-repeat center; */
}

a.fo_te {
    color: #fff;
    opacity: 0.8;
    margin-left: 10px;
    display: inline-block;
}

.item02_more5 {
    position: absolute;
    bottom: 11%;
    right: 8%;
    width: 14%;
    color: #333;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    padding-right: 20px;
    background: url("../images/b8_31.png"/*tpa=http://www.excegroup.com/Content/images/b8_31.png*/
    ) no-repeat right;
    text-align: right;
}

.ind_navUl {
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: 25px;
    margin-top: -75px;
}

.ind_navLi {
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 13px;
    transition: all 0.3s ease-out 0s;
    text-indent: -9999px;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

.ind_navLi span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 1px 0 0 2px;
    border-radius: 50%;
    background: #fff;
}

.ind_navLi.cur,
.ind_navLi:hover {
    border-color: #fff;
}

.ind_navLi.cur span,
.ind_navLi:hover span {
    opacity: 0;
}

.ind_body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ind_boUl {
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 90;
}

.ind_boUl,
.ind_videoBl {
    -webkit-transition: all 1s cubic-bezier(.25, .01, .25, 1);
    -ms-transition: all 1s cubic-bezier(.25, .01, .25, 1);
    -moz-transition: all 1s cubic-bezier(.25, .01, .25, 1);
    -o-transition: all 1s cubic-bezier(.25, .01, .25, 1);
    transition: all 1s cubic-bezier(.25, .01, .25, 1);
}

.ind_bgBody {
    position: fixed;
    top: 0px;
    left: 18%;
    width: 82%;
    height: 100%;
}

.bg_0002 {
    background: #153949;
}

.ind_videoBl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    z-index: 66;
    background: #153949;
    overflow: hidden;
}

.item02_more5:hover {
    color: #b71f31;
    background: url("../images/b8_32.png"/*tpa=http://www.excegroup.com/Content/images/b8_32.png*/
    ) no-repeat right;
}

.nav_bgBl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 84px;
    height: 80px;
    background-color: rgba(21,57,73,0.8);;
}

@-webkit-keyframes an_05 {
    0% {
        -webkit-transform: translate(0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0);
    }
}

.btn-scroll-down {
    -webkit-animation: an_05 1s ease-in-out infinite;
}

.In_content {
    position: relative;
    width: 100%;
    z-index: 120;
}

.In_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 420px;
}

.In_ti {
    position: absolute;
    top: 43%;
    left: 0;
    color: #fff;
    width: 100%;
}

.In_conBlock {
    position: relative;
    width: 100%;
}

.In_img {
    position: relative;
    width: 100%;
}

.In_img img {
    width: 100%;
}

.In_ul {
    position: relative;
    width: 100%;
}

.In_liBl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.In_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.In_te {
    position: relative;
    width: 80%;
    margin: auto;
    max-width: 1400px;
    min-width: 1000px;
}

.In_bg.bg_1 {
    background: #fff;
}

.In_bg.bg_2 {
    background: #fff;
}

.In_bg.bg_4 {
    background: #fff url("../images/I_61.png"/*tpa=http://www.excegroup.com/Content/images/I_61.png*/
    ) no-repeat right bottom;
    background-size: 30%;
}

.In_bg.bg_5 {
    background: url("../images/I_71.jpg"/*tpa=http://www.excegroup.com/Content/images/I_71.jpg*/
    ) no-repeat center;
    background-size: cover;
}

.In_bg.bg_6 {
    background: #fff url("../images/I_81.png"/*tpa=http://www.excegroup.com/Content/images/I_81.png*/
    ) no-repeat left bottom;
    background-size: 30%;
}

div#footer.footer_Inn {
    position: absolute;
    background: url("../images/b_3.png"/*tpa=http://www.excegroup.com/Content/images/b_3.png*/
    );
}

.he_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background: url("../images/b_3.png"/*tpa=http://www.excegroup.com/Content/images/b_3.png*/
    );
}

#header.cur .he_bg {
    height: 0px;
}

.In_bg.bg2_1 {
    background: #fff;
}

.bg_ul {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.bg_li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.li_01 {
    z-index: 99;
}

.ind9_block {
    position: absolute;
    top: 50%;
    width: 720px;
    color: #fff;
    z-index: 99;
    left: 50%;
    margin-left: -360px;
    margin-top: -170px;
    text-align: center;
    opacity: 0.9;
}

.ind9_ti {
    font-size: 30px;
    letter-spacing: 6px;
}

.ind9_en {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 20px;
}

.ind9_te {
    position: relative;
    text-align: justify;
    padding-top: 40px;
}

.indPl_icon img {
    width: 30px;
}

.indN_ul {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 6px;
    height: 100%;
    z-index: 9999;
    background: rgba(210, 210, 210, 0.48);
    cursor: grab;
}

.indN_li {
    position: relative;
    width: 100%;
    height: 16.666%;
    background: #153949;
    opacity: 0;
    z-index: 20;
}

.indN_li.cur {
    opacity: 0;
}

.indN_bg {
    position: absolute;
    width: 100%;
    height: 16.666%;
    background: #153949;
    top: 0px;
    right: 0px;
}

.pub_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.pub_bg>div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.pub_bg2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.pub_bg2>div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.pub_bg2 img,
.pub_bg img {
    width: 100%;
}

.pub_bg>div {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -o-transition: 2s all;
}

.pub_bg>div.bg01 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

.pub_bg>div.bg02 {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}

.pub_bg>div.bg03 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
}

.an_cur .swiper-slide-active .pub_bg>div {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.container_category>a.ff_more span:after {
    content: "";
    display: block;
    width: 55px;
    border-bottom: 1px solid #fff;
    position: relative;
    left: -1px;
    top: -2px;
}

.ite_content {
    position: relative;
    width: 100%;
    height: 50%;
}

.ite_img {
    position: absolute;
    left: 9%;
    top: 50%;
    width: 37%;
    margin-top: -300px;
    /*-webkit-transform: translate(0,-50%);*/
}

.ite_teBl {
        position: absolute;
    top: 26%;
    right: 9%;
    width: 40%;
    text-align: justify;
    color: #153949;
   
}

.ite_date {
    font-size: 14px;
}

.ite_ti {
    font-size: 24px;
    line-height: 38px;
    height: 38px;
    /* padding-top: 7px; */
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ite_te {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    /* margin-top: 40px; */
    text-indent: 2em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 84px;
}
@media screen and (max-height: 700px) {
    .content_list.index_news a{
        height:50%!important
    }
    .ite2_block{
        height: 95%;
    }
    .ite_content{
        height: 80%!important
    }
    .indNews_aBl:nth-of-type(2) .ite2_block{
        top:25%!important
    }
    .indNews_aBl:nth-of-type(2) .ite_teBl{
        top:25%!important
    }
}
.ite_wi {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #666;
    margin-top: 40px;
}

.ite_img img {
    width: 100%;
}

.item02_more2:hover {
    color: #fff;
}

body #navWrapper .content .nav>.navitem .subnav.he_left {
    left: -108px;
}

@-webkit-keyframes an_12 {
    0% {
        -webkit-transform: translate(0px, 20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes an_121 {
    0% {
        -webkit-transform: translate(20px, 0px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

body #navWrapper .content .nav>.navitem .subnav {
    -webkit-animation: an_12 0.3s ease backwards;
}

.ind02_en2 {
    font-size: 14px;
    padding-top: 22px;
}

.ind02_te2 {
    padding-top: 12px;
    font-size: 15px;
    line-height: 26px;
}

.ind_ti1 {
    font-size: 42px;
    letter-spacing: 10px;
    font-weight: 500;
    height: 1.5em;
}

.ind_ti2 {
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 25px;
}

.bott_10 {
    position: relative;
    bottom: 20px;
}

.top_10 {
    position: relative;
}

.fo_phone {
    position: relative;
    float: left;
    width: 45px;
    padding: 13px;
    cursor: pointer;
}

.fo_phBl {
    position: absolute;
    bottom: 54px;
    width: 190px;
    margin-left: -95px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    display: none;
}

.fo_wxBl {
    position: absolute;
    bottom: 54px;
    width: 180px;
    margin-left: -130px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    display: none;
    background: #e2e0e0;
}

.fo_erp {
    position: relative;
    float: left;
    width: 45px;
    padding: 9px;
    cursor: pointer;
}

.fo_oa {
    position: relative;
    float: left;
    width: 45px;
    padding: 9px;
    cursor: pointer;
}

.fo_wx {
    position: relative;
    float: left;
    width: 45px;
    padding: 13px;
    cursor: pointer;
}

.fo_phIco {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -11px;
}

.fo_wxImg {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

img.fo_imgIcon {
    opacity: 0.8;
}

.fo_phone:hover .fo_phBl {
    display: block;
}

.fo_phone:hover img.fo_imgIcon,
.fo_wx:hover img.fo_imgIcon {
    opacity: 1;
}

.fo_wx:hover .fo_wxBl {
    display: block;
}

@-webkit-keyframes an_15 {
    0% {
        -webkit-transform: translate(0px, -20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

.fo_wxBl,
.fo_phBl {
    -webkit-animation: an_15 0.3s ease backwards;
}

.indPl_block:hover {
    border: 2px solid #b71f31;
}

.indPl_block.cur {
    border: 2px solid #fff;
    background: #000;
}

.bg_ulBl {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.In_bg2 {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    z-index: 10;
}

.In_bgImg2 {
    position: relative;
    width: 100%;
    height: 420px;
}

.In_h2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.In2_ul {
    position: relative;
    width: 100%;
    background: #153949 url("../images/b_31.png"/*tpa=http://www.excegroup.com/Content/images/b_31.png*/
    );
}

.In2_li {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
    padding: 55px 0;
    color: #fff;
    /* background: url(../images/b_31.png); */
    cursor: pointer;
    font-weight: 100;
    z-index: 20;
}

.In2_ti {
    font-size: 18px;
    opacity: 0.8;
    padding-top: 6px;
    letter-spacing: 2px;
}

.In2_en {
    font-size: 12px;
    opacity: 0.8;
    padding: 5px 0;
    padding-bottom: 10px;
}

.In2_wi {
    position: absolute;
    right: 0px;
    top: 20%;
    height: 60%;
    border-left: 1px solid #515151;
}

.In2_bgC {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 25%;
    height: 209px;
    background: #b5001e url("../images/b_35.png"/*tpa=http://www.excegroup.com/Content/images/b_35.png*/
    );
}

.In2_content {
    position: relative;
    width: 100%;
    min-height: 420px;
}

.In2_conBlock {
    position: absolute;
    left: 50%;
    margin-left: -580px;
    top: 50%;
    margin-top: -141px;
    color: #fff;
    width: 1160px;
    opacity: 0.9;
}

.In_bg3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.In2_tiBl {
    position: relative;
    width: 30%;
    float: left;
}

.In2_teBl {
    position: relative;
    width: 550px;
    float: right;
    font-size: 15px;
    line-height: 34px;
    text-align: justify;
    font-weight: 100;
}

.In2_te1 p {
    padding-bottom: 25px;
}

a.In2_aBl1 {
    display: block;
    position: relative;
    width: 120px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 6px;
    margin-top: 20px;
    overflow: hidden;
}

.In2_en1 {
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 100;
}

.In2_ch1 {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 100;
    letter-spacing: 1px;
}

.In2_liBl {
    position: relative;
    width: 100%;
    display: none;
}

.bg_liBl {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}

.In_li5 {
    position: relative;
    width: 100%;
    height: 100%;
}

.bg_liBl {
    opacity: 0;
    z-index: 22;
}

.bg_liBl.cur {
    opacity: 1;
    z-index: 66;
}

.le1 {
    left: 25%;
}

.le2 {
    left: 50%;
}

.le3 {
    left: 75%;
}

@-webkit-keyframes an_18 {
    0% {
        -webkit-transform: translate(0px, 20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

.In2_en1 {
    -webkit-animation: an_18 0.3s ease-in-out backwards;
}

.In2_ch1 {
    -webkit-animation: an_18 0.3s ease-in-out 0.2s backwards;
}

.In2_te1 p:nth-child(1) {
    -webkit-animation: an_18 0.3s ease-in-out 0.4s backwards;
}

.In2_te1 p:nth-child(2) {
    -webkit-animation: an_18 0.3s ease-in-out 0.6s backwards;
}

.In2_aBl1 {
    -webkit-animation: an_18 0.3s ease-in-out 0.8s backwards;
}

.In2_aBl1:after {
    background: #b5001e;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    z-index: 10;
}

.In2_aBl1 div {
    z-index: 20;
    position: relative;
}

.In2_aBl1:hover:after {
    width: 100%;
    left: 0px;
    right: auto;
}

.In_tiCh {
    font-size: 42px;
    font-weight: 100;
    letter-spacing: 8px;
    height: 65px;
}

.In_tiEn {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    padding-top: 6px;
    padding-left: 4px;
    opacity: 0.8;
}

.In_te2 {
    position: relative;
    width: 1316px;
    margin: auto;
}

.fo1_img img {
    width: 100%;
}

.fo1_bl {
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #222;
    line-height: 22px;
    padding: 19px 0;
}

.fo_phBl {
    background: #e2e0e0;
}

.fo1_wi {
    position: relative;
    width: 28px;
    border-bottom: 1px solid #999;
    margin: 6px auto 8px;
}

.fo2_img {
    position: relative;
    width: 72%;
    margin: auto;
    padding-top: 24px;
}

.fo2_wi {
    position: relative;
    width: 28px;
    border-bottom: 1px solid #999;
    margin: 16px auto 12px;
}

.fo2_num {
    position: relative;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 20px;
    color: #222;
}

.in7_bgImg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.in7_img {
    position: absolute;
    left: 50%;
    margin-left: -206px;
    top: 50%;
    margin-top: -169px;
    z-index: 99;
}

.in7_bgVid {
    position: relative;
    width: 100%;
    height: 100%;
}

.In_te3 {
    position: relative;
    width: 100%;
    z-index: 20;
    margin: auto;
}

.In_te3 img {
    /*width: 100%;*/
}

a.In3_Inner {
    position: absolute;
    top: 10.7%;
    left: 18.8%;
    width: 62.4%;
    background: url("_block"/*tpa=http://www.excegroup.com/Content/js/_block*/
    );
    z-index: 90;
    display: block;
    height: 89%;
}

.In3_img {
    position: relative;
    width: 100%;
}

.ind4_ul {
    position: absolute;
    left: 45px;
    visibility: visible;
    box-sizing: border-box;
    width: 175px;
    animation-name: fadeInUp;
    z-index: 120;
    top: 50%;
    margin-top: -15px;
}

a.ind4_li {
    display: block;
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
    opacity: .8;
    white-space: nowrap;
    height: 1.4em;
}

a.ind4_li:hover {
    opacity: 1;
}

.ite_te p {
    margin-bottom: 20px;
}

.indPl_block.cur .indPl_close {
    width: 40px;
}

.In_play {
    position: absolute;
    left: 65%;
    top: 44%;
    z-index: 90;
}

.In_play img {
    width: 80px;
}

.In8_ul {
    position: absolute;
    top: 585px;
    z-index: 99;
    left: 0px;
    display: none;
    width: 1920px;
}

img.img_bl {
    padding-left: 5px;
}

.na2_ul {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0px;
    background: url("../images/b_3.png"/*tpa=http://www.excegroup.com/Content/images/b_3.png*/
    );
    -webkit-animation: an_121 0.3s ease backwards;
    display: none;
}

body #navWrapper .content .nav>.navitem .subnav li:hover .na2_ul {
    display: block;
}

body #navWrapper .content .nav>.navitem .subnav li:hover .na2_aBl {
    background-color: rgba(21,57,73,0.8)
}

.In91_bgUl {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.In91_bgLi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.In91_teBl {
    position: absolute;
    left: 19%;
    top: 50%;
    width: 500px;
    /* height: 300px; */
    background: url("../images/z6_3-1.png"/*tpa=http://www.excegroup.com/Content/images/z6_3.png*/
    );
    color: #fff;
    padding: 60px 90px;
    margin-top: -150px;
    font-weight: 100;
    overflow: hidden;
}

.In91_content {
    position: relative;
    width: 100%;
}

.In91_ul {
    position: relative;
    width: 100%;
}

.In91_li {
    position: relative;
    width: 100%;
}

.In91_ti {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 36px;
}

.In91_ti span {
    font-weight: bold;
}

.In91_wi {
    width: 55px;
    border-bottom: 1px solid #eee;
    margin: 25px 0;
    opacity: 0.6;
}

.In91_te {
    line-height: 32px;
    /* font-size: 16px; */
    text-align: justify;
    margin-top: 20px;
}

.In91_InBg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img.In91_img3 {
    position: absolute;
    top: 33.3%;
    left: 34.8%;
    z-index: 90;
}

img.In91_img2 {
    position: absolute;
    top: 51.5%;
    left: 42.9%;
    z-index: 90;
}

img.In91_img1 {
    position: absolute;
    top: 41.6%;
    left: 47.7%;
    z-index: 90;
}

@-webkit-keyframes ro360 {
    0% {
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}


/*.In91_img1,.In91_img2,.In91_img3 {-webkit-animation: ro360 4s linear infinite;}*/

.In91_num {
    position: absolute;
    top: 54.3%;
    left: 21.4%;
    z-index: 20;
    font-size: 40px;
    font-weight: bold;
    color: #444;
}

.In92_content {
    position: relative;
    width: 100%;
    background: #fff;
    padding-bottom: 50px;
}

.In92_tiBl {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

.In92_t1 {
    font-size: 30px;
    letter-spacing: 2px;
}

.In92_t2 {
    font-size: 16px;
    padding-top: 12px;
}

.In92_conBlock {
    position: relative;
    width: 1200px;
    margin: auto;
    margin-top: 60px;
}

.In92_left {
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    padding: 4px 13px;
    overflow: hidden;
}

.In92_right {
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    padding: 4px 13px;
    overflow: hidden;
}

.In92_ul {
    position: relative;
    width: 100.3%;
    height: 100%;
}

.In92_li {
    position: relative;
    width: 97%;
    float: left;
    margin-right: 0.8%;
    overflow: hidden;
    height: 100%;
}

.In92_img img {
    width: 100%;
}

.In92_liTi {
    position: absolute;
    bottom: -100px;
    left: 0px;
    width: 100%;
    z-index: 20;
    background: url("../images/z6_3-1.png"/*tpa=http://www.excegroup.com/Content/images/z6_3.png*/
    );
    color: #fff;
    padding: 16px 6%;
}

.In92_liT1 {
    font-size: 16px;
    line-height: 1em;
}

.In92_liT2 {
    font-size: 12px;
    padding-top: 6px;
}

.In92_showBl {
    position: relative;
    width: 100.5%;
    height: 265px;
    overflow: hidden;
}

.In92_li:hover .In92_liTi {
    bottom: 0px;
}

.In92_right:hover,
.In92_left:hover {
    box-shadow: 0px 0px 0px 1px #999;
}

.In95_bg {
    position: absolute;
    bottom: 0px;
    left: -375px;
    width: 1920px;
    height: 1080px;
}

.In95_bg img {
    width: 100%;
    height: 100%;
}

.In95_block {
    position: relative;
    z-index: 20;
}

.In95_bg {
    -webkit-filter: blur(4px) grayscale(0%) brightness(0.9);
    filter: blur(4px) grayscale(0%) brightness(0.8);
}

.In91_bgLi:nth-child(1) :after,
.In91_bgLi:nth-child(2) :after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/z6_3-1.png"/*tpa=http://www.excegroup.com/Content/images/z6_3.png*/
    );
    opacity: 0.3;
}

.In91_bgLi:nth-child(3) :after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/z6_3-1.png"/*tpa=http://www.excegroup.com/Content/images/z6_3.png*/
    );
    opacity: 0.6;
}

.In91_li:nth-child(1) .In95_bg:after,
.In91_li:nth-child(2) .In95_bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/z6_3-1.png"/*tpa=http://www.excegroup.com/Content/images/z6_3.png*/
    );
    opacity: 0.6;
}

.In91_li:nth-child(3) .In95_bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/z6_3-1.png"/*tpa=http://www.excegroup.com/Content/images/z6_3.png*/
    );
    opacity: 0.9;
}

.bu3_button {
    position: fixed;
    bottom: 4%;
    right: 4%;
    width: 80px;
    height: 80px;
    z-index: 999;
    cursor: pointer;
    opacity: 0.5;
    display: none;
}

.bu3_button {
    background: url("../images/z6_81.png"/*tpa=http://www.excegroup.com/Content/images/z6_81.png*/
    ) no-repeat center;
}

.ind41_showBl {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.an_block {
    position: relative;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes an_25 {
    0% {
        height: 40%;
    }
    100% {
        height: 0
    }
}

.an_b1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: 20;
    -webkit-animation: an_25 1s ease 1s backwards;
}


/*@-webkit-keyframes an_26
{
  0%{ bottom:60%;height: 26%}
  50%{ bottom:34%;height: 26%}
  100%{ bottom:34%;height: 0%}
}*/

@-webkit-keyframes an_26 {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

.an_b2 {
    position: absolute;
    bottom: 34%;
    right: 0px;
    width: 0%;
    height: 26%;
    background: #fff;
    -webkit-animation: an_26 1s ease-in-out backwards;
}

@-webkit-keyframes an_27 {
    0% {
        height: 34%;
    }
    100% {
        height: 0%
    }
}

.an_b3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: 20;
    -webkit-animation: an_27 1s ease 1s backwards;
}

.In8_4 {
    position: absolute;
    bottom: -1px;
    z-index: 20;
    width: 1920px;
    left: 0px;
    display: none;
}

.In8_5 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    width: 1920px;
    display: none;
}

.In8_1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    width: 1920px;
    display: none;
}

.project.mlist .content_list.ind2_content .item_wrapper {}

.agent-mobile .imagelink ul li {
    width: 50%;
}

.agent-mobile .mcustomize .header .title {
    font-size: 18px;
}

.agent-mobile .mcustomize .header.wow {
    padding: 0;
    padding-bottom: 40px;
    text-align: left;
}

.agent-mobile .mcustomize .header.wow,
.agent-mobile .imagelink .container_header {
    display: block;
}

.agent-mobile .module.mcustomize .description {
    color: #999;
}

.ind_block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.swiper-container,
.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.item_bg {
    position: relative;
    width: 100%;
    height: 100%;
}

.InBl_content {
    position: relative;
    width: 100%;
    z-index: 50;
    padding-top: 1px;
    padding-bottom: 120px;
}

.InBl_tiBl {
    margin-top: 62px;
    font-size: 18px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    color: #999;
    margin-bottom: 40px;
}

.InBl_wi {
    position: absolute;
    top: 17px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.InBl_ti {
    position: relative;
    width: 260px;
    margin: auto;
    background: #fff;
    z-index: 20;
    white-space: nowrap;
    font-weight: 100;
    letter-spacing: 1px;
}

.InBl_bg {
    background: url("../images/a1_3.jpg"/*tpa=http://www.excegroup.com/content/images/a1_3.jpg*/
    ) no-repeat center right;
    background-size: cover;
}

.InBl_conBlock {
    width: 100%;
    position: relative;
}

.In_tiBl {
    position: relative;
    width: 80%;
    margin: auto;
    max-width: 1400px;
    min-width: 1000px;
}

.me_teBl {
    position: relative;
    width: 43%;
    float: right;
    padding-right: 2%;
    min-height: 519px;
}

.me_imgBl {
    position: absolute;
    left: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.me_ti {
    font-size: 20px;
    color: #b5001e;
    padding-bottom: 5px;
}

.me_li {
    position: relative;
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 15px;
    padding: 13px 5%;
}

.me_ul {
    margin-top: 15px;
}

.me_bl {
    position: relative;
    width: 100%;
}

.me_blTe {
    position: relative;
    width: 190px;
    padding: 13px 5%;
    background: #f4f4f4;
    float: left;
}

.me_img {
    float: left;
    margin-left: 15px;
}

.me_submit {
    float: right;
    border: 1px solid #ccc;
    padding: 8px 0;
    width: 130px;
    text-align: center;
    margin-top: 25px;
    position: relative;
    cursor: pointer;
}

.bg_3 {
    background: #e9f3fc;
}

.cu_conBlock {
    position: relative;
    padding: 70px 0 100px 0;
}

.cu_showBl {
    position: relative;
    width: 100%;
}

.cu_showBl .swiper-container {
    height: 560px;
}

.cu_teBl {
    position: relative;
    width: 45%;
    float: left;
    padding-left: 5%;
}

.cu_img {
    position: relative;
    width: 50%;
    float: left;
    text-align: right;
}

.cu_ti {
    font-size: 22px;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.cu_en {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.cu_tiBl {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 40px;
}

.cu_ul {
    position: relative;
    width: 100%;
}

.cu_ul p {
    margin-bottom: 20px;
}

.cu_ul p span {
    color: #b5001e;
}

.pagination02 {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 20;
    margin-top: 30px;
}

.pagination02 .swiper-pagination-switch {
    width: 20px;
    height: 20px;
    background: url("../images/a2_11.png"/*tpa=http://www.excegroup.com/content/images/a2_11.png*/
    ) no-repeat center;
    display: inline-table;
    cursor: pointer
}

.pagination02 .swiper-active-switch {
    background: url("../images/a2_1.png"/*tpa=http://www.excegroup.com/content/images/a2_1.png*/
    ) no-repeat center;
}

.cu_img img {}

.cu2_tiBl {
    text-align: center;
}

.cu2_ti {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.6em;
    margin-bottom: 5px;
    position: relative;
    padding-top: 20px;
}

.cu2_en {
    font-size: 16px;
    opacity: 0.8;
    text-transform: uppercase;
}

.cu2_content {
    position: relative;
    width: 100%;
    height: 472px;
    background: url(../images/a2_2.jpg) no-repeat center;
    background-size: cover;
}

.cu2_block {
    position: absolute;
    width: 40%;
    margin: auto;
    left: 30%;
    top: 50%;
    margin-top: -45px;
}

.cu2_block2 {
    position: absolute;
    width: 40%;
    margin: auto;
    left: 30%;
    top: 50%;
    margin-top: -80px;
}

.cu2_ico {
    position: relative;
    width: 92px;
    margin: auto;
    cursor: pointer;
}

.cu2_te {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 30px;
}

.In_bg.b_4 {
    background: #f2f2f2;
}

.cu3_content {
    padding: 80px 0 100px 0;
    position: relative;
    width: 100%;
}

.cu3_conBlock {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.cu3_block {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.cu3_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 130%;
}

.cu3_InBlock {
    position: absolute;
    width: 40%;
    margin: auto;
    left: 30%;
    top: 50%;
    margin-top: -92px;
    text-align: center;
}

.cu3_te {
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
}

.cu3_ul {
    position: relative;
    width: 100%;
    padding-top: 10px;
    height: 360px;
    overflow: hidden;
    margin-bottom: 40px;
}

.cu3_li {
    position: relative;
    width: 97.6%;
    float: left;
    overflow: hidden;
}

.cu3_img img {
    width: 100%;
}

.cu3_bl {
    background: #ebecee;
    padding: 10px 20px;
    z-index: 20;
    position: relative;
}

.cu3_blTi {
    font-size: 16px;
    color: #333;
}

.cu3_content .In_te {
    z-index: 20;
}

.In_bg.b_5 {
    background: url(../images/a2_9.jpg);
}

.cu4_conBlock {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 40px;
}

.In92_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.In92_img img {
    min-height: 100%;
}

.cu3_blTe {
    position: relative;
    width: 100%;
    height: 56px;
    overflow: hidden;
}

.cu3_img {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden
}

.cu3_ul .swiper-container {
    width: 100.7%;
}

.In_bg5 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
    overflow: hidden;
}

.In_bg51 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.In_bg6 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 680px;
    z-index: 4;
}

.cu3_ulBl {
    position: relative;
    width: 100%;
}

.In_teBl {
    background: #e9f3fc;
    padding-bottom: 30px;
}

.cu2_imIn {
    position: relative;
    width: 100%;
    height: 100%
}

.news_content {
    position: relative;
    width: 100%;
}

.news_ulBl {
    position: relative;
    width: 100%;
}

.news_liBl {
    position: relative;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    color: #666;
}

.news_imgBl {
    float: left;
    height: 221px;
    width: 43%;
    position: relative;
    overflow: hidden;
}

.news_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
}

.news_teBl {
    position: relative;
    width: 53.5%;
    float: right;
    padding-right: 12%;
}

.news_tiTi {
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
    padding-top: 12px;
}

.news_da {
    padding: 10px 0;
    margin-bottom: 3px;
    text-align: justify;
}

.news_daBl {
    position: absolute;
    right: 0px;
    top: 50%;
    background: #434343 url("../images/a3_2.png"/*tpa=http://www.excegroup.com/content/images/a3_2.png*/
    ) no-repeat center;
    width: 66px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    margin-top: -25px;
}

.news_day {
    padding-left: 8px;
    position: relative;
    top: -3px;
}

.news_mo {
    position: absolute;
    right: 8px;
    bottom: -4px;
}

.news_tiTe {
    text-align: justify;
    position: relative;
    width: 100%;
    height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news_liBl:hover {
    background: #eeeeee;
}

.vid_ul {
    position: relative;
    width: 100%;
    padding: 40px 0px 80px 0;
}

.vid_li {
    position: relative;
    width: 43%;
    height: 292px;
    float: left;
    margin: 0px 3.5%;
    overflow: hidden;
    margin-bottom: 60px;
}

.vid_liIn {
    position: relative;
    width: 100%;
    height: 100%;
}

.vid_bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.vid_bu {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    z-index: 20;
}

.ab_content {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.ab_teBl {
    position: relative;
    width: 57%;
    background: #e6e6e6 url("../images/a3_4.jpg"/*tpa=http://www.excegroup.com/content/images/a3_4.jpg*/
    ) no-repeat left top;
    padding: 80px 8%;
    padding-left: 16%;
}

.ab_te {
    color: #333;
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    font-size: 15px;
}

.ab_te p {
    margin-bottom: 30px;
}

.ab_en {
    letter-spacing: 8px;
    margin-left: -150px;
    opacity: 0.6;
}

.ab_wi {
    position: absolute;
    left: 0px;
    width: 1400px;
    border-bottom: 1px solid #c6c5c4;
    top: 13px;
}

.ab_block {
    position: relative;
}

.ab_wi {}

.ab_ico {
    position: absolute;
    right: -122%;
    bottom: 15px;
}

.ab_tBl {
    position: relative;
    float: right;
    padding-right: 110px;
    margin-top: 35px;
    letter-spacing: 1px;
}

.ab_tImg {
    position: absolute;
    right: 0px;
    bottom: -45px;
}

.ab_tiBl {
    position: absolute;
    top: 80px;
    right: 13%;
}

.ab_tiEn {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 10px;
    width: 230px;
}

.ab_tiCh {
    font-size: 24px;
}

.cou_teBl {
    position: relative;
    width: 66%;
    margin: auto;
    padding-top: 10px;
}

.cou_teBl p {
    margin-bottom: 20px;
}

.cou_year {
    width: 130px;
    height: 130px;
    background: url("../images/a3_8.png"/*tpa=http://www.excegroup.com/content/images/a3_8.png*/
    ) no-repeat center;
    text-align: center;
    padding-top: 36px;
    font-size: 30px;
    color: #fff;
    margin: auto;
    cursor: pointer;
}

.cou_ul {
    position: relative;
    padding-top: 30px;
    height: 220px;
    margin-bottom: 35px;
}

.cou_block {
    position: relative;
    float: right;
    width: 44%;
}

.cou_img {
    position: relative;
    width: 50%;
    float: left;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.cou_ulBl {
    position: relative;
    width: 100%;
}

.cou_liBl {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    background: #eeeeee;
    padding: 50px 8%;
}

.cou_yearTe {
    font-size: 40px;
}

.cou_te {
    font-size: 16px;
}

.swiper-slide.cur .cou_yearBl {
    background: url("../images/a3_81.png"/*tpa=http://www.excegroup.com/content/images/a3_81.png*/
    ) no-repeat center;
    background-size: 100% 100%;
    width: 170px;
    height: 170px;
    top: 0px;
    padding-top: 20px;
}

.cou_yearBl {
    padding: 20px 0;
    width: 130px;
    margin: auto;
    height: 130px;
    padding-top: 0px;
    position: relative;
    top: 20px;
}

span.ti_2 {
    font-size: 26px;
    color: #333;
    letter-spacing: 3px;
}

.ho_te {
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
}

.ho_en {
    text-align: center;
    font-size: 16px;
}

.ho_ulBl {
    position: relative;
    width: 100%;
    padding-top: 100px;
}

.ho_liBl {
    position: relative;
    width: 100%;
}

.ho_rightBl {
    position: relative;
    width: 50%;
    float: right;
    border-left: 1px dashed #ccc;
    padding-left: 60px;
    padding-bottom: 50px;
}

.ho_leftBl {
    position: relative;
    width: 50%;
    border-right: 1px dashed #ccc;
    padding-right: 60px;
    text-align: right;
    left: 1px;
    padding-bottom: 50px;
}

.ho_leftBl .ho_text p {
    text-align: right;
}

.ho_icon {
    position: absolute;
    width: 56px;
    height: 56px;
    background: url("../images/a4_31.png"/*tpa=http://www.excegroup.com/content/images/a4_31.png*/
    ) no-repeat center;
    top: -28px;
    left: -29px;
}

.ho_leftBl .ho_icon {
    right: -29px;
    left: auto;
}

.ho_teBl {
    text-align: center;
    padding-top: 40px;
}

.ho_year {
    font-size: 24px;
    color: #474747;
    padding-bottom: 5px;
    position: relative;
    height: 30px;
    top: -22px;
}

.ho_rightBl:hover .ho_icon,
.ho_leftBl:hover .ho_icon {
    background: url("../images/a4_3.png"/*tpa=http://www.excegroup.com/content/images/a4_3.png*/
    ) no-repeat center;
}

.ho_liBl:last-child .ho_leftBl,
.ho_liBl:last-child .ho_rightBl {
    border: 0px;
}

.ho_leftImg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30%;
}

.ho_rightImg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30%;
}

.ho_liBl:last-child .ho_rightImg {
    width: 40%;
    right: -10%;
}

.bg_8 {
    /* background: #fff; */
    background: url("../images/a4_9.jpg" ) no-repeat center;
    background-size: cover;
}

.bg_81 {
    background: #eeeeee;
}

.bg_82 {
    background: url("../images/a4_92.jpg") no-repeat center;
    
    background-size: cover;
}

.int_content {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 10px;
}

.int_teBl {
    position: relative;
    width: 44%;
    padding-left: 6%;
    float: left;
}

.int_imgBl {
    position: relative;
    float: right;
    width: 50%;
    height: 500px;
    overflow: hidden;
}

.int_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
}

.int_img2 {
    position: absolute;
    right: 0px;
    width: 130%;
    height: 100%;
    background-size: cover;
    background-position: left top;
}

.int_tiCh {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.5em;
}

.int_tiBl {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 50px;
}

.int_ulBl {
    position: relative;
    width: 100%;
    margin-top: 60px;
}

.int_liBl {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
}

.int_top {
    float: left;
    font-size: 40px;
    font-weight: 500;
    height: 32px;
    border-right: 1px solid #999;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 32px;
    position: relative;
    top: 7px;
    width: 142px;
}

.int_te {
    position: relative;
    float: left;
}

.int_te p {
    line-height: 22px;
}

.cu2_cen {}

.int2_content {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.int2_imgBl {
    position: relative;
    width: 50%;
    float: left;
    height: 500px;
    overflow: hidden;
}

.int2_img {
    position: relative;
    width: 100%;
    height: 130%;
    background-size: cover;
    background-position: center;
}

.int2_teBlock {
    position: relative;
    float: right;
    width: 44%;
    padding-right: 6%;
}

.int2_content:after {
    content: "";
    display: block;
    clear: both;
}

.int2_ul {
    position: relative;
    width: 111%;
    padding-top: 10%;
}

.int2_li {
    position: relative;
    width: 40%;
    border: 1px solid #ccc;
    margin-right: 10%;
    float: left;
    margin-bottom: 6%;
    text-align: center;
    padding: 6% 0px 4% 0;
}

.int2_num {
    font-size: 16px;
    color: #333;
    line-height: 1.2em;
}

.int2_num span {
    font-size: 30px;
}

.int3_content {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
}

.int3_tiBl {
    position: relative;
    width: 50%;
    float: left;
    padding-right: 8%;
    padding-top: 4%;
    padding-left: 8%;
}

.int3_img {
    position: relative;
    width: 50%;
    float: right;
}

.int3_tiCh {
    font-size: 26px;
    line-height: 39px;
}

.int3_te {
    padding-top: 25px;
    position: relative;
    width: 100%;
    text-align: justify;
}

.du_content {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.du1_content {
    position: relative;
    width: 100%;
    height: 760px;
}

.du1_conBlock {
    position: relative;
    width: 100%;
    height: 69%;
    /* background: url("../images/a5_1.jpg") no-repeat center; */
}

.du1_ul {
    position: relative;
    width: 100%;
    height: 31%;
}

.du1_li {
    position: relative;
    width: 50%;
    float: left;
    height: 100%;
    background-size: cover;
    background-position: center;
}


/*.du1_ul:hover .du1_li {
    width: 40%;
}

.du1_ul .du1_li:hover {
    width: 60%;
}*/

.du1_InBlock {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 860px;
    margin-left: -430px;
    margin-top: -140px;
    color: #fff;
    text-align: center;
}

.du1_te {
    text-align: justify;
}

.du1_tiBl {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

.du1_tiCh {
    font-size: 42px;
    letter-spacing: 2px;
    height: 70px;
}

.du1_tiEn {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.du1_ico {
    margin-top: 45px;
}

.du2_content {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

.du2_tiBl {
    position: absolute;
    right: 50%;
    top: 40%;
    text-align: right;
    font-size: 18px;
    color: #333;
    margin-right: -500px;
}

.du2_num {
    font-size: 40px;
    height: 65px;
}

.du2_num span {
    font-size: 16px;
}

.du2_teBl {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 440px;
    margin-left: -500px;
    text-align: justify;
}

.du3_block {
    position: absolute;
    top: 100px;
    color: #fff;
    width: 100%;
}

.du3_tiBl {
    float: left;
}

.du3_teBl {
    position: relative;
    width: 400px;
    float: right;
    padding-top: 10px;
}

.du3_tiCh {
    font-size: 30px;
    letter-spacing: 2px;
}

.du3_tiEn {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.du4_block {
    position: relative;
    width: 33.33%;
    height: 100%;
    overflow: hidden;
    float: left;
}

.du4_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.du4_teBl {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 20;
    width: 90%;
    height: 90%;
   background: url("../images/a5_8.png");
    border: 1px solid #fff;
    color: #fff;
    padding: 6%;
    padding-top: 15%;
    display: none;
}

.du4_ti {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}

.du4_block:hover .du4_teBl {
    display: block;
}

.ti_2 {
    font-size: 42px;
    height: 70px;
}

.du5_content {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.du5_leftBl {
    position: relative;
    width: 65.5%;
    float: left;
}

.du5_rightBl {
    width: 31.5%;
    float: right;
}

.du5_block {
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    color: #666;
    display: block;
}

.du5_imgBl {
    position: relative;
    width: 50%;
    height: 350px;
    float: left;
    overflow: hidden;
}

.du5_teBl {
    position: relative;
    float: left;
    width: 50%;
    z-index: 20;
    padding: 40px 6%;
    padding-bottom: 0px;
    height: 350px;
}

.du5_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.du5_t {
    color: #b5001e;
}

.du5_ti {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6em;
    padding-top: 30px;
    color: #333;
}

.du5_te {
    position: relative;
    width: 100%;
    text-align: justify;
    margin-top: 25px;
    height: 84px;
    overflow: hidden;
}

.du5_date {
    color: #999;
}

.du5_ico {
    position: absolute;
    left: -18px;
    top: 30px;
    width: 18px;
    background: url("../images/a6_2.png"/*tpa=http://www.excegroup.com/content/images/a6_2.png*/
    ) no-repeat center;
    height: 33px;
}

.du5_rightBl .du5_imgBl {
    width: 100%;
    height: 382px;
}

.du5_rightBl .du5_ico {
    left: 30px;
    top: -18px;
    width: 33px;
    height: 18px;
    background: url("../images/a6_3.png"/*tpa=http://www.excegroup.com/content/images/a6_3.png*/
    ) no-repeat center;
}

.du5_rightBl .du5_teBl {
    width: 100%;
}

.du5_more {
    position: relative;
    width: 140px;
    margin: auto;
    height: 46px;
    background: #eeeeee;
    text-align: center;
    line-height: 46px;
    margin-top: 10px;
    margin-bottom: 100px;
    display: block;
    color: #666;
}

.neIn_content {
    position: relative;
    width: 100%;
}

.neIn_conBlock {
    position: relative;
    min-height: 600px;
}

.neNa_content {
    position: absolute;
    width: 280px;
    right: 0px;
    top: 0px;
    z-index: 20;
}

.neNa_block {
    background: #eff2f5;
    padding: 20px;
    margin-bottom: 8px;
}

.neNa_ti {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 18px;
    padding-bottom: 10px;
}

a.neNa_more {
    text-decoration: underline;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.neNa_imgBl {
    position: relative;
    width: 100%;
    height: 116px;
    overflow: hidden;
}

.neNa_imgBl img {
    width: 100%;
}

.neNa_conBlock {
    position: relative;
    width: 100%;
    background: #eff2f5;
    padding: 20px;
    margin-bottom: 8px;
}

a.neNa_li {
    margin-bottom: 20px;
    padding-left: 18px;
    position: relative;
}

.neNa_te {
    line-height: 26px;
    text-align: justify;
}

.neNa_icon {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #888888;
}

a.neNa_aBl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.neNa_bg img {
    width: 100%;
}

.neNa_imgTi {
    position: absolute;
    top: 30px;
    z-index: 20;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
}

.neIn_ti {
    font-size: 24px;
}

.neIn_block {
    position: relative;
    width: 100%;
    margin-top: 12px;
}

.neIn_leUl {
    position: relative;
    width: 100%;
}

a.neIn_back {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    padding-right: 21px;
    background: url("../images/a6_4.png"/*tpa=http://www.excegroup.com/content/images/a6_4.png*/
    ) no-repeat right 6px;
    letter-spacing: 2px;
}

.neIn_leLi {
    float: left;
    margin-right: 30px;
    position: relative;
}

.neIn_share {
    position: absolute;
    left: 42px;
    top: 4px;
    width: 200px;
}

.neIn_teBl {
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.neIn_teBl p {
    margin-bottom: 20px;
    line-height: 2.2em;
    font-size: 15px;
}

.neIn_teBl img {
    margin: auto;
    display: block;
}

.neIn_ul {
    position: relative;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-top: 40px;
}

a.neIn_li {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.neIn_back:hover {
    color: #c73e55;
    font-weight: bold;
}

.up_teBl {
    position: relative;
    width: 44%;
    float: left;
    padding: 30px 0;
    padding-left: 2%;
}

.up_imgBl {
    float: right;
    width: 46%;
    padding-top: 10px;
}

.up_text {
    position: relative;
    margin-top: 20px;
}

.up_text p {
    margin-bottom: 20px;
}

.up_conBl {
    position: relative;
    width: 100%;
    padding-top: 2px;
}

.up3_content .In91_teBl,
.up8_content .In91_teBl {
    left: 50%;
    padding: 30px 40px;
}

.up3_content .In91_wi {}

.up5_tiBl {
    padding: 40px 0;
    background: #fff;
}

.up8_content {
    position: relative;
    width: 100%;
    height: 720px;
}

.up5_block {
    position: relative;
    width: 42%;
    padding: 60px 0;
    min-height: 420px;
}

.up5_tiBlock {
    margin-bottom: 40px;
}

.up5_ti {
    font-size: 24px;
    line-height: 1.5em;
}

.up5_te {
    position: relative;
    text-align: justify;
    width: 100%;
    margin-bottom: 30px;
}

.up5_teImg {
    position: relative;
    width: 380px;
    height: 250px;
    overflow: hidden;
}

.up2_tI {
    position: relative;
    width: 100%;
    height: 130%;
    background-size: cover;
    background-position: center;
}

.up5_imgBl {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.up5_img {
    position: relative;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: left center;
}

.In_tiBl.inv_ti {
    padding-left: 5%;
}

.inv_content {
    position: relative;
    width: 100%;
    background: #e7f0f6;
    margin-bottom: 120px;
}

.inv_imgBl {
    position: relative;
    float: right;
    width: 59%;
    height: 680px;
    overflow: hidden;
}

.inv_teBl {
    position: relative;
    width: 40%;
    float: left;
    padding: 3% 5%;
}

.inv_text {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.inv_img {
    margin-bottom: 30px;
}

.inv_Ulimg {
    margin-bottom: 30px;
}

.inv_text p {
    margin-bottom: 20px;
}

.In91_li .In_te {
    height: 100%;
}

.bg_9 {
    background: #c8deeb url("../images/a8_1.jpg"/*tpa=http://www.excegroup.com/content/images/a8_1.jpg*/
    ) repeat-x;
}

.bu_ti {
    margin-top: 62px;
    font-size: 18px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    color: #999;
    margin-bottom: 30px;
}

.bu_ti .InBl_ti {
    font-size: 30px;
    color: #000;
    letter-spacing: 4px;
    position: relative;
    top: -14px;
    font-weight: 500;
}

.bu_ti .InBl_wi {
    border-bottom: 1px solid #999;
}

.bu_tiCh {
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.bu_tiBl {
    position: absolute;
    top: 100px;
    left: 0px;
}

.bu_tiEn {
    font-size: 16px;
}

.bu_img {
    position: relative;
    width: 1420px;
    left: 50%;
    margin-left: -710px;
    padding-top: 40px;
}

.bu_te {
    width: 700px;
    margin: auto;
    position: relative;
    margin-bottom: 120px;
    padding-top: 30px;
}

.bu_te p {
    text-align: center;
    margin-bottom: 20px;
}

.bu1_tiBl {
    text-align: center;
}

.bu1_tiCh {
    font-size: 30px;
    letter-spacing: 2px;
}

.bu1_tiEn {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
}

.bu1_te {
    position: relative;
    width: 70%;
    margin: auto;
    margin-top: 30px;
}

.bu1_te p {
    margin-bottom: 20px;
}

.bu2_content {
    position: relative;
    width: 100%;
    margin-top: 60px;
    height: 700px;
    overflow: hidden;
}

.bu1_te p {
    text-align: center;
}

.bu2_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/a8_5.jpg"/*tpa=http://www.excegroup.com/content/images/a8_5.jpg*/
    ) no-repeat center;
    background-size: cover;
}

.bu2_conBlock {
    position: relative;
    width: 100%;
    z-index: 20;
    height: 100%;
    overflow: hidden;
}

.bu2_ul {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.bu2_li {
    position: absolute;
    width: 33.1%;
    color: #fff;
    left: 0px;
    bottom: 0px;
    height: 700px;
    cursor: pointer;
}

.bu2_ti {
    font-size: 20px;
    padding-left: 20px;
    background: url("../images/a8_7.png"/*tpa=http://www.excegroup.com/content/images/a8_7.png*/
    ) no-repeat left;
    margin-left: -20px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 10px;
    top: -20px;
}

.bu2_li.li_2 {
    left: 33.4%;
}

.bu2_li.li_3 {
    left: 66.8%;
}

.bu2_li:hover {}

.bu2_li:hover .bu2_ti {
    /* top: 0px; */
}

.bu3_content {
    position: relative;
    width: 100%;
    padding-top: 180px;
    padding-bottom: 150px;
    width: 86%;
    margin: auto;
    min-width: 1000px;
}

.bu3_block {
    position: relative;
    width: 30%;
    float: left;
    padding-top: 20px;
}

.bu3_ul {
    position: relative;
    width: 60%;
    float: right;
}

.bu2_tiCh {
    font-size: 30px;
    line-height: 1.5em;
    letter-spacing: 2px;
}

.bu2_tiEn {
    font-size: 16px;
}

.bu3_te {
    margin-top: 25px;
}

.bu3_te p {
    margin-bottom: 25px;
}

.bu3_li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 23.3%;
    margin: 0px 5%;
    margin-bottom: 30px;
    min-height: 100px;
}

.bu3_tiBl {
    position: absolute;
    bottom: -46px;
    left: 0px;
    background: url("../images/a8_6.png"/*tpa=http://www.excegroup.com/content/images/a8_6.png*/
    );
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 5px 9%;
    z-index: 50;
    height: 75px;
}

.bu3_tiEn {
    font-size: 12px;
    line-height: 1.5em;
}

.bu3_tiCh {
    line-height: 1.5em;
    margin-bottom: 5px;
    text-align: center;
}

.bu3_li:hover .bu3_tiBl,
.bu3_li.cur .bu3_tiBl {
    bottom: 0px;
}

.op_content {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #fff;
}

.op2_content .In91_teBl {
    width: 370px;
    padding: 50px 50px;
    left: 60%;
    margin-top: -200px;
}

.op_conBlock {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.op_ul {
    position: relative;
    width: 104%;
    left: -2%;
}

.op_li {
    float: left;
    width: 10%;
    text-align: center;
    height: 80px;
    position: relative;
}

.op_te {
    float: right;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 1.5%;
}

.op_imgBl {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 50%;
    height: 380px;
    overflow: hidden;
    margin-top: -200px;
}

.op5_content {
    position: relative;
    width: 100%;
    background: #f2f2f2;
    padding: 30px 0;
}


/*.In91_ul.cur .In95_bg {
	-webkit-filter: blur(4px) grayscale(100%);
	filter: blur(4px) grayscale(100%);
}
.bu3_button.cur {
	background: url(../images/z6_8.png) no-repeat center;
}

.In91_bgUl.cur .In91_bgLi {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}*/

.com_imgBl {
    position: relative;
    float: right;
    width: 59%;
    height: 480px;
    overflow: hidden;
}

.com_text {
    margin-top: 120px;
}

.inv_tiBl {
    width: 100%;
}

.com_teBl {
    position: relative;
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
}

.com_teTi {
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}

.com_content {
    position: relative;
    width: 100%;
    background: #e7f0f6;
    margin-bottom: 60px;
}

.com_block {
    width: 660px;
    padding: 40px 60px 50px 60px;
}

.In91_te p {}

.com3_content {
    background: #eeeeee;
    position: relative;
    width: 100%;
}

.com3_conBlock {
    position: relative;
    width: 100%;
    padding: 60px 0 20px 0;
}

.com3_ul {
    position: relative;
    width: 100%;
}

.com3_ul {}

.com3_li {
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.com3_img {
    float: left;
    position: relative;
}

.com3_teBl {
    position: relative;
    padding-left: 460px;
    padding-top: 40px;
    padding-right: 60px;
    z-index: 20;
    text-align: justify;
}

.com3_ti {
    font-size: 20px;
    padding-bottom: 20px;
}

.com3_ico {
    position: absolute;
    right: 0px;
    width: 11px;
    height: 18px;
    background: url("../images/a9_91.png"/*tpa=http://www.excegroup.com/content/images/a9_91.png*/
    ) no-repeat center;
    top: 50%;
    margin-top: -9px;
}

.com3_right .com3_img {
    float: right;
}

.com3_right .com3_teBl {
    padding-right: 460px;
    padding-left: 60px;
}

.com3_right .com3_ico {
    left: 0px;
    background: url("../images/a9_92.png"/*tpa=http://www.excegroup.com/content/images/a9_92.png*/
    ) no-repeat center;
}

.hot_content {
    position: relative;
    width: 100%;
    min-height: 400px;
    height: 100%;
}

.ho_ti2 {
    font-size: 20px;
}

.ho5_content .up5_block {
    width: 32%;
}

.ho5_content .up5_imgBl {
    width: 59%;
}

.ho5_content .up5_content {
    height: 540px;
}

.hot_ul {
    position: absolute;
    width: 84%;
    color: #fff;
    margin: auto;
    left: 11%;
}

.hot_li {
    position: relative;
    width: 28.3%;
    float: left;
    margin-bottom: 50px;
    margin-left: 5%;
    font-size: 14px;
    min-height: 150px;
}

.hot_liTi {
    font-size: 20px;
}

.ho5_content .up5_img {
    height: 115%;
}

.ten_content {
    position: relative;
    width: 100%;
    height: 550px;
}

.ten_ul {
    position: relative;
    width: 104%;
    left: -2%;
    padding-bottom: 20px;
}

.ten_li {
    position: relative;
    float: left;
    width: 33.3%;
    padding: 10px 15px;
}

.In_te5 .up5_block {
    padding-left: 8%;
    width: 35%;
}

.In_te5 .op_te {
    font-size: 13px;
    float: left;
}

.ho5_content {
    position: relative;
    width: 100%;
}

.In_te5 .up5_imgBl {
    width: 60%;
}

.ten2_content {
    position: relative;
    width: 100%;
    background: #f3f3f3;
    padding: 50px 0;
}

.ten2_conBlock {
    position: relative;
    width: 1000px;
    margin: auto;
    left: 69px;
}

.ten2_li {
    float: left;
    position: relative;
    width: 50%;
}

.ten2_top {
    font-size: 40px;
    line-height: 1em;
}

.ten2_ti {
    font-size: 18px;
}

.ten2_tiBl {
    float: left;
}

.ten2_te {
    float: left;
    position: relative;
    padding-top: 11px;
    margin-left: 50px;
}

.ten2_wi {
    position: absolute;
    left: 426px;
    height: 68px;
    border-right: 1px solid #ccc;
    top: 2px;
}

.ci_block {
    position: relative;
    width: 50%;
    float: right;
    padding-top: 26px;
}

.ci_ul {
    position: relative;
    width: 520px;
    padding-top: 30px;
    margin: auto;
}

.ci_li {
    float: left;
    border: 1px solid #ccc;
    margin: 0px 5px;
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 16px;
}

.ci_te {
    text-align: center;
    font-size: 20px;
    width: 520px;
    margin: auto;
}

.ci_te span {
    font-size: 36px;
    padding-right: 15px;
}

.ci_num {
    font-size: 30px;
    line-height: 1.5em;
}

.ci_teBl {
    position: relative;
    width: 45%;
    float: left;
    padding-bottom: 5px;
}

.ci_te span.num_Bl {
    padding-right: 0px;
}

.ci2_ul {
    position: relative;
    width: 1000px;
    margin: auto;
    padding: 60px 0;
    padding-bottom: 250px;
}

.ci2_li {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
}

.ci2_te {
    font-size: 20px;
}

.ci2_ti {
    font-size: 20px;
}

.ci2_ti span {
    font-size: 36px;
    margin-right: 6px;
}

.bg_12 {
    background: #f3f3f3;
}

.ci5_content {
    position: relative;
    width: 100%;
    background: #e6e6e6 url("../images/a13_4.png"/*tpa=http://www.excegroup.com/content/images/a13_4.png*/
    ) no-repeat bottom;
    background-size: 100% auto;
    padding-bottom: 1px;
}

.ci5_content .In_te {
    top: -200px;
}

.ci5_imgBl {
    position: relative;
    width: 100%;
    margin-bottom: 65px;
    padding-top: 20px;
}

.ci5_content .inv_content {
    background: #dee6eb;
}

.ci5_content .inv_imgBl {
    height: 520px;
}

.ci6_block {
    position: relative;
    width: 80%;
    margin: auto;
    margin-top: -50px;
}

.ci6_ti {
    font-size: 24px;
    color: #b5001e;
    padding-bottom: 20px;
    padding-left: 20px;
}

.ci6_ul p {
    padding-left: 20px;
    background: url("../images/a13_6.jpg"/*tpa=http://www.excegroup.com/content/images/a13_6.jpg*/
    ) no-repeat left;
}

.bu5_content {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

.bu5_block {
    position: absolute;
    right: 0%;
    top: 15%;
    width: 30%;
}

.bu5_ti {
    line-height: 1.5em;
    font-size: 20px;
}

.bu5_wi {
    position: relative;
    width: 55px;
    border-bottom: 1px solid #d4929c;
    margin: 30px 0;
}

.bu5_te {
    text-align: justify;
}

.bu5_num {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
}

.bu5_teTi {
    font-size: 20px;
}

.bu5_teBl {
    position: absolute;
    bottom: 40px;
    left: 5%;
    width: 300px;
}

.inv_bg {
    background: url("../images/a16_3.jpg"/*tpa=http://www.excegroup.com/content/images/a16_3.jpg*/
    ) no-repeat center right;
    background-size: cover;
}

.bg_15 {
    background: url("../images/a16_2.jpg"/*tpa=http://www.excegroup.com/content/images/a16_2.jpg*/
    ) no-repeat center right;
    background-size: cover;
}

.bg_16 {
    background: url("../images/a16_4.jpg"/*tpa=http://www.excegroup.com/content/images/a16_4.jpg*/
    ) no-repeat center right;
    background-size: 100% 2px;
}

.bg_151 {
    background: url("../images/d_8.jpg"/*tpa=http://www.excegroup.com/content/images/d_8.jpg*/
    ) no-repeat center right;
    background-size: cover;
}

.bg_18 {
    background: #ebedf1/*url(../images/a16_8.jpg) no-repeat center right*/
    ;
    background-size: cover;
}

.bg_19 {
    background: #ebedf1/*url(../images/a16_9.jpg) no-repeat center right*/
    ;
    background-size: 100% 2px;
}

.inv_block {
    position: relative;
    width: 400px;
    margin: auto;
    color: #fff;
    padding: 200px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.inv_ti {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.cam_content {
    position: relative;
    width: 100%;
    background: #dde1e9;
}

.cam_content .inv_teBl {
    padding-top: 100px;
}

.int_tiEn {
    text-transform: uppercase;
    font-size: 16px;
}

.cam_content .inv_imgBl {
    height: 540px;
}

@-webkit-keyframes am_top {
    0% {
        -webkit-transform: translate(0, 50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0px);
        opacity: 1
    }
}

@-webkit-keyframes am_top2 {
    0% {
        -webkit-transform: translate(0, 10px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0px);
        opacity: 1
    }
}

@-webkit-keyframes am_bot {
    0% {
        -webkit-transform: translate(0, -50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0px);
        opacity: 1
    }
}

.ind_tiBl.cur .ind_ti1 {
    -webkit-animation: am_top 0.6s ease-in-out 0.2s backwards;
}

.ind_tiBl.cur .ind_ti2 {
    -webkit-animation: am_top 0.6s ease-in-out 0.4s backwards;
}

.page_content.show .ind9_ti {
    -webkit-animation: am_top 0.6s ease 0.4s backwards;
}

.page_content.show .ind9_en {
    -webkit-animation: am_top 0.6s ease 0.6s backwards;
}

.page_content.show .ind9_te {
    -webkit-animation: am_top 0.6s ease 0.8s backwards;
}

.page_content.show .indPl_block {
    -webkit-animation: am_top 0.6s ease 1s backwards;
}

.indPl_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.vidBl_content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
}

.vidBl_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/a5_8.png");
}

.videoBl_conBlock {
    position: absolute;
    left: 10%;
    top: 0%;
    width: 80%;
    height: 80%;
    z-index: 20;
}

.videoBl_conBlock video {
    position: relative;
}

.videoBl_clear {
    position: absolute;
    right: 10%;
    margin-right: -64px;
    top: 10%;
    cursor: pointer;
}

@-webkit-keyframes am_scale {
    0% {
        -webkit-transform: scale(1.1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

.du4_teBl {
    -webkit-animation: am_scale 0.4s ease backwards;
}

.du4_ti {
    -webkit-animation: am_top 0.4s ease-in-out 0.2s backwards;
}

.du4_te,
.page_content.show .ind02_En {
    -webkit-animation: am_top 0.4s ease-in-out 0.4s backwards;
}

.page_content.show .ind02_Ch {
    -webkit-animation: am_top 0.4s ease-in-out 0.6s backwards;
}

.page_content.show .ind02_te {
    -webkit-animation: am_top 0.4s ease-in-out 0.8s backwards;
}

.page_content.show .ind02_te p:nth-child(2) {
    -webkit-animation: am_top 0.4s ease-in-out 1s backwards;
}

.page_content.show .ind02_more2 {
    -webkit-animation: am_top2 0.4s ease-in-out 1.2s backwards;
}

.page_content.show .ind02_te p:nth-child(3) {
    -webkit-animation: am_top 0.4s ease-in-out 1.2s backwards;
}

.page_content.show .ind02_block {
    -webkit-animation: am_left 0.4s ease-in-out 1.2s backwards;
}

a.news_liBl:hover .news_daBl {
    right: 6%;
    margin-right: -33px;
}

@-webkit-keyframes am_left {
    0% {
        -webkit-transform: translate(50px, 0px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0px);
        opacity: 1
    }
}

@-webkit-keyframes am_right {
    0% {
        -webkit-transform: translate(-50px, 0px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0px);
        opacity: 1
    }
}

.cou_img {
    -webkit-animation: am_left 0.4s ease 0.2s backwards;
}

.cou_yearTe {
    -webkit-animation: am_top 0.4s ease-in-out 0.4s backwards;
}

.cou_te {
    -webkit-animation: am_top 0.4s ease-in-out 0.6s backwards;
}

.du5_more div {
    line-height: 46px;
}

.pagination06 {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0px;
    width: 100%;
    z-index: 20;
}

.pagination06 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.pagination06 .swiper-active-switch {
    background: #fff;
}

.InImg_block {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

@-webkit-keyframes am_wid {
    0% {
        width: 0;
        opacity: 0;
        left: 50%;
    }
    100% {
        width: 100%;
        opacity: 1;
        left: 0%
    }
}

@-webkit-keyframes am_fIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*.In_tiCh {-webkit-animation: am_top 0.4s ease-in-out 0.4s backwards;}
.In_tiEn {-webkit-animation: am_top 0.4s ease-in-out 0.6s backwards;}
.InBl_wi {-webkit-animation: am_wid 1s ease 0.8s backwards;}
.InBl_ti {-webkit-animation: am_fIn 0.6s ease 0.8s backwards;}
.ab_content,.int_content,.cou_content,.ho_content {-webkit-animation: am_top 0.4s ease 1.4s backwards;}*/

.page_content.show .ind3_tiEn {
    -webkit-animation: am_top 0.6s ease 0.4s backwards;
}

.page_content.show .ind3_tiCh {
    -webkit-animation: am_top 0.6s ease 0.8s backwards;
}

a.ind_lt {
    color: #fff;
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    padding-top: 16px;
}

.ind_seBu {
    display: block;
    width: 20px;
    background: url("/static/images/b_4.png") no-repeat center 21px;
    position: relative;
    float: right;
    height: 71px;
    cursor: pointer;
    padding-top: 20px;
}

@-webkit-keyframes am_he {
    0% {
        height: 370px;
        opacity: 0;
    }
    100% {
        height: 420px;
        opacity: 1
    }
}

.In_banner {
    -webkit-animation: am_he 0.6s ease-in-out backwards;
}

.InBl_content,
.In_bg5,
.In_bg6,
.In_te,
.du1_InBlock {
    -webkit-animation: am_fIn 0.6s ease-in-out backwards;
}

.bg_ulBl {
    -webkit-animation: am_top 0.6s ease-in-out backwards;
}

.du1_conBlock {
    -webkit-animation: am_top 0.6s ease-in-out backwards;
}

.du1_ul {
    -webkit-animation: am_bot 0.6s ease-in-out backwards;
}

.du1_InBlock {
    -webkit-animation: am_top 0.6s ease-in-out backwards;
}

.seek_block {
    -webkit-animation: am_top2 0.4s ease-in-out backwards;
}

.neNa_li:hover,
.neIn_li:hover,
.neNa_more:hover {
    color: #c73e55;
}

.neNa_li:hover .neNa_icon {
    background: #c73e55;
}

.neNa_bg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.up5_block .op_li {
    padding: 0px;
    margin-bottom: 8px;
    width: 20%;
    height: auto;
}


/* pagination */

.pagination {
    width: 100%;
    height: 30px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: right;
}

.pagination a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 16px;
    border: 1px solid #999;
    color: #999;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.pagination a.page_current,
.pagination a:hover,
.pagination a.current {
    color: #FFF;
    background: url("../images/b_3-1.png"/*tpa=http://www.excegroup.com/content/images/b_3.png*/
    );
    display: inline-block;
}

.bu3_imgIn {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 100px 100px;
}

.bu3_bgIn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /*background: #ccc;*/
    border-radius: 100px;
}

.bu3_imgIn img {
    position: relative;
    z-index: 30;
    opacity: 0.8;
}

.bu3_bgIn img {
    width: 100%;
}

.ite2_block {
    position: absolute;
    top: 30%;
    height: 221px;
    right: 55%;
    width: 36%;
    border: 1px solid #153949;
}

.ite2_img {
    position: absolute;
    right: 0px;
    top: 5%;
    height: 50%;
    width: 92%;
    background-size: cover;
    background-position: center;
}

.ite2_bl {
    position: absolute;
    bottom: 9%;
    left: 8%;
    width: 85%;
}

.ite2_ti {
    line-height: 1.6em;
    font-size: 16px;
}

.ite2_date {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: 1px solid #777676;
    width: 54px;
    height: 44px;
    background: url("../images/n_3.png") no-repeat center;
    font-size: 17px;
}

.ite2_moe {
    padding-left: 5px;
    position: relative;
    top: -4px;
}

.ite2_day {
    position: absolute;
    right: 5px;
    bottom: -4px;
}

.ti_img {
    position: absolute;
    left: -70px;
    width: 54px;
    height: 44px;
    border: 1px solid #fff;
    color: #fff;
    top: 4px;
    background: url("../images/n_5.png"/*tpa=http://www.excegroup.com/content/images/n_5.png*/
    ) no-repeat center;
    font-size: 18px;
    display: none;
}

.ti2_month {
    padding-left: 5px;
    position: relative;
    top: -5px;
}

.ti2_day {
    position: absolute;
    right: 5px;
    bottom: -5px;
}

.seek_block {
    position: absolute;
    top: 70px;
    right: -11px;
    width: 390px;
    background: #fff;
    padding: 12px 20px;
    display: none;
    border: 1px solid #eee;
}

.seek_ico {
    position: absolute;
    right: 24px;
    top: -11px;
    width: 24px;
    height: 11px;
    background: url("../images/n2_1.png"/*tpa=http://www.excegroup.com/content/images/n2_1.png*/
    );
}

input.seek_input {
    width: 100%;
}

.seek_inputBl {
    border-bottom: 1px solid #ccc;
    width: 92%;
}

.seek_close {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url("../images/n2_6.png"/*tpa=http://www.excegroup.com/content/images/n2_6.png*/
    ) no-repeat center;
    cursor: pointer;
    display: block;
}

.ind_seBu:hover .seek_block {
    display: block;
}

.hot_liEn {
    line-height: 1.5em;
    padding: 10px 0;
}

.ul_block {
    position: relative;
    width: 100%;
    height: 164px;
    background: #212121;
}

a.ul_aBl {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 29px 0;
    color: #fff;
}

.ul_tEn {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5em;
}

.ul_tCh {
    font-size: 16px;
}

a.ul_aBl:hover {
    background: #2e2e2e;
}

.ul_liBl {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
}

.ul_liBl a.ul_aBl {
    width: 100%;
}

.ul_wire {
    position: absolute;
    right: 0px;
    top: 23px;
    height: 74px;
    border-right: 1px solid #555555;
}

img.op_logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

.item_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.videom .content_list.tab_button .item_block.item_block_0 .item_box .item_wrapper {
    margin-top: -56px;
}

.videom .content_list.tab_button .item_block.item_block_2 .item_box .item_wrapper {
    margin-top: -90px;
}

.up5_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background: #f3f3f3;
}

.In91_InBg2 {
    position: relative;
    width: 50%;
    float: right;
    height: 100%;
}

.up5_parUl {
    position: relative;
    width: 100%;
}

.up5_content .In_te {
    height: 100%;
}

.ho5_block {
    position: relative;
    width: 100%;
    height: 546px;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background: url("../images/a5_8.png"
    );
}

.op_content.ho_top {
    margin-top: -20px;
}

.ho5_bl {
    position: relative;
    width: 100%;
    z-index: 20
}

.ho5_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.up8_block {
    position: absolute;
    width: 42%;
    padding: 60px 0;
    min-height: 420px;
    top: 50%;
    margin-top: -344px;
}

.up5_content.In_te5 {
    background: #eeeeee;
    position: relative;
    width: 100%;
}

.up8_content .In_te {
    height: 100%;
    position: relative;
}

.img81_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/a5_8.png"
    );
}

.in99_img {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -150px;
    height: 303px;
}

.in99_img img {
    height: 100%;
}

.ind02_imgBl video {
    width: 100%;
}

.indPl_img img {
    width: 100%;
}

.indPl_img video {
    height: 100%;
    width: 100%;
    position: relative;
}

.alert_block {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-position: center;
    background-size: cover;
    display: none;
}

a.alert_aBl {
    position: fixed;
    bottom: 60px;
    z-index: 30;
    left: 50%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    width: 100px;
    margin-left: -50px;
    border: 1px solid #fff;
    text-align: center;
    padding: 2px 0;
}

.cam2_teBl {
    position: relative;
    width: 40%;
    float: left;
    padding: 4% 5%;
}

.cam2_img {
    position: relative;
    width: 54%;
    float: left;
    padding-top: 55px;
}

.cam2_img img {
    width: 100%;
}

.cam3_img {
    position: relative;
    width: 140%;
    height: 360px;
    margin: 100px 0;
    left: -20%;
}

.bu1_block.bu1_block5 {
    margin-bottom: 60px;
}

.cam3_ul {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 99;
    color: #fff;
}

.cam3_li {
    border: 1px solid #fff;
    margin-top: 10px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.cam3_ulBl {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.int_img.int_img5 {
    z-index: 20;
}

.cam3_liBl {
    position: relative;
    width: 100%;
    height: 100%;
}

.cam3_li:hover,
.cam3_li.cur {
    background: #fff;
    color: #b71f31;
}

.cam3_liBl .int_img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/z6_32.png"/*tpa=http://www.excegroup.com/content/images/z6_32.png*/
    );
    z-index: 15;
}

.bu2_InLi {
    position: relative;
    width: 100%;
    left: 0px;
    bottom: -600px;
    background: url("../images/a8_6.png"/*tpa=http://www.excegroup.com/content/images/a8_6.png*/
    );
    padding: 50px 12%;
    height: 100%;
}

.bu2_li:hover .bu2_InLi {
    bottom: 0px;
}

.bu3_li:hover .bu3_tiBl .bu3_tiCh {
    padding-top: 2px;
}

.bgBl_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.play_img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    margin-left: -45px;
    margin-top: -45px;
    cursor: pointer;
}

.cam3_bg {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/z6_31.png"/*tpa=http://www.excegroup.com/content/images/z6_31.png*/
    );
    z-index: 60;
}

.he_a1 {
    display: none;
}

.up85_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background: #f2f2f2;
}

.up85_content {
    position: relative;
    width: 100%;
    z-index: 90;
    height: 100%;
}

.up85_block {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 45%;
    text-align: justify;
    margin-top: -280px;
}

.up85_t1 {
    font-size: 30px;
}

.up85_t2 {
    font-size: 16px;
}

.up85_te {
    margin-top: 40px;
}

.up85_img {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.In91_bgLi.up85_bgBl {
    width: 50%;
    right: 0px;
    left: auto;
}

.In85_bgImg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
}

.animNode {
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.animNode {
    opacity: 0;
    top: 100px;
}

.anPlay {
    opacity: 1;
    top: 0px;
}

.up85_parUl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.up85_ulBl {
    position: relative;
    width: 100%;
}

.up85_nullBl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 200;
    display: none;
}

.ind_ti1,
.ind02_En,
.ind_ti2,
.item_info .title,
.ind3_tiEn,
.ind9_en,
.ite2_ti,
.du1_tiCh,
.du1_tiEn {
    text-transform: uppercase;
    font-weight: 100;
}

.InBl_bl {
    position: relative;
    width: 100%;
    min-height: 567px;
}

.buIn {
    position: relative;
    width: 100%;
}

.buIn img {
    width: 100%;
}

.buIn_content {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #e8eaf2;
    background-image: linear-gradient(#e8eaf2, #fff);
    padding-bottom: 120px;
}

.buIn_contentBlock {
    position: relative;
    width: 100%;
    padding-top: 100px;
}

.buIn_common {
    position: relative;
    width: 1200px;
    margin: auto;
}

.buIn_img {
    position: relative;
    float: left;
    width: 50%;
    padding-top: 10px;
}

.buIn_img img {
    width: 100%;
}

.buIn_block {
    position: relative;
    width: 50%;
    float: right;
    padding-left: 40px;
    color: #666;
}

.buIn_ulT {
    padding: 10px 0;
    letter-spacing: 4px;
}

.buIn_tUl {
    position: relative;
    width: 100%;
    text-align: justify;
    line-height: 26px;
    overflow: hidden;
}

.buIn_tLi {
    padding: 14px 0;
    padding-left: 40px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: relative;
    color: #666;
    display: block;
}

.buIn_tLi.a1 {
    background: url("../images/a8_65.png"/*tpa=http://www.excegroup.com/Content/images/a8_65.png*/
    ) no-repeat 0px 10px;
}

.buIn_tLi.a2 {
    background: url("../images/a8_61.png"/*tpa=http://www.excegroup.com/Content/images/a8_61.png*/
    ) no-repeat 0px 10px;
}

.buIn_tLi.a3 {
    background: url("../images/a8_62.png"/*tpa=http://www.excegroup.com/Content/images/a8_62.png*/
    ) no-repeat 0px 10px;
}

.buIn_bBlock {
    margin-top: 22px;
    position: relative;
    width: 100%;
}

.buIn_wc {
    position: relative;
    float: left;
}

.buIn_buttonUl {
    position: relative;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.buIn_buttonUl span {
    color: #b71f31;
    font-size: 30px;
}

a.buIn_a {
    position: relative;
    width: 75px;
    height: 36px;
    display: block;
    border: 1px solid #cdae93;
    float: left;
    margin-right: 15px;
    line-height: 36px;
    padding-left: 45px;
    color: #cdae93;
}

.buIn_a.a1 {
    background: url("../images/a8_66.png"/*tpa=http://www.excegroup.com/Content/images/a8_66.png*/
    ) no-repeat 12px 2px;
}

.buIn_a.a2 {
    background: url("../images/a8_67.png"/*tpa=http://www.excegroup.com/Content/images/a8_67.png*/
    ) no-repeat 12px 2px;
}

.buIn_a.a1:hover {
    background: #cdae93 url("../images/a8_661.png"/*tpa=http://www.excegroup.com/Content/images/a8_661.png*/
    ) no-repeat 12px 2px;
    color: #fff;
}

.buIn_a.a2:hover {
    background: #cdae93 url("../images/a8_671.png"/*tpa=http://www.excegroup.com/Content/images/a8_671.png*/
    ) no-repeat 12px 2px;
    color: #fff;
}

.buIn_text {
    position: relative;
    width: 100%;
    height: 104px;
    overflow: hidden;
}

.buUl_tBlock {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.buIn_tEn {
    text-transform: uppercase;
    color: #a4a4a4;
}

.buIn_tCh {
    font-size: 24px;
    padding-bottom: 5px;
}

.buUl_text {
    position: relative;
    width: 100%;
    line-height: 26px;
    color: #666;
    height: 195px;
    overflow: hidden;
}

.buUl_ul {
    margin: 30px 0;
    position: relative;
    width: 1070px;
    padding-left: 130px;
    margin-bottom: 40px;
}

.buUl_li {
    position: relative;
    float: left;
    width: 166px;
}

.buUl_icon {
    position: relative;
    width: 102px;
    height: 102px;
}

.buUl_icon.a1 {
    background: url("../images/a9_1.png"/*tpa=http://www.excegroup.com/Content/images/a9_1.png*/
    ) no-repeat center;
}

.buUl_icon.a2 {
    background: url("../images/a9_2.png"/*tpa=http://www.excegroup.com/Content/images/a9_2.png*/
    ) no-repeat center;
}

.buUl_icon.a3 {
    background: url("../images/a9_3.png"/*tpa=http://www.excegroup.com/Content/images/a9_3.png*/
    ) no-repeat center;
}

.buUl_icon.a4 {
    background: url("../images/a9_4.png"/*tpa=http://www.excegroup.com/Content/images/a9_4.png*/
    ) no-repeat center;
}

.buUl_icon.a5 {
    background: url("../images/a9_5.png"/*tpa=http://www.excegroup.com/Content/images/a9_5.png*/
    ) no-repeat center;
}

.buUl_icon.a6 {
    background: url("../images/a9_6.png"/*tpa=http://www.excegroup.com/Content/images/a9_6.png*/
    ) no-repeat center;
}


/*.buUl_icon.a1:hover {
    background: url(../images/a9_11.png) no-repeat center;
}
.buUl_icon.a2:hover {
    background: url(../images/a9_21.png) no-repeat center;
}
.buUl_icon.a3:hover {
    background: url(../images/a9_31.png) no-repeat center;
}
.buUl_icon.a4:hover {
    background: url(../images/a9_41.png) no-repeat center;
}
.buUl_icon.a5:hover {
    background: url(../images/a9_51.png) no-repeat center;
}
.buUl_icon.a6:hover {
    background: url(../images/a9_61.png) no-repeat center;
}*/

.buUl_wire {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #cdae93;
    right: 8px;
    top: 50px;
}

.buUl_wireBlock {
    position: relative;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.buIn_i {
    top: 15px;
    position: absolute;
    padding-left: 10px;
}

.buIn_i {
    -webkit-animation: anim3 2s ease-in-out infinite;
}

@-webkit-keyframes anim3 {
    0% {
        -webkit-transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0, 5px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

.bu3_showBlock {
    position: relative;
    width: 100%;
    padding: 10px 0 30px 0;
}

.bu3_ulBlock {
    position: relative;
    width: 104%;
}


/*.bu3_li {
    float: left;
    position: relative;
    width: 265px;
    padding-right: 23px;
    margin-right: 23px;
    border-right: 1px solid #ccc;
    color: #666;
}*/

.bu3_text {
    position: relative;
    height: 50px;
}

.bu4_content {
    position: relative;
    width: 100%;
    padding-top: 10px;
}

.bu4_ulBlock {
    position: relative;
    width: 100%;
}

.bu4_liBlock {
    position: relative;
    width: 100%;
}

.bu4_textBlock {
    position: relative;
    float: left;
    width: 460px;
    padding-left: 25px;
    padding-top: 30px;
    color: #666;
}

.bu4_img {
    position: relative;
    width: 669px;
    float: right;
}

.bu4_title {
    font-size: 30px;
    color: #cdae93;
}

.bu4_textUl {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.bu4_textLi,
.bu4_textUl p {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
    line-height: 26px;
}

.bu4_textLi span {
    color: #333;
}

.bu4_ul {
    position: relative;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

.bu4_li {
    position: relative;
    float: left;
    width: 299px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    background: #eeeeee;
    margin-right: 1px;
    cursor: pointer;
}

.bu4_li.cur {
    background: #fff;
}

.bu59_content {
    position: relative;
    padding: 20px 0;
    width: 100%;
    height: 372px;
    overflow: hidden;
}

.bu5_contentBlock {
    position: relative;
    width: 1240px;
    height: 100%;
}

.bu59_content .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.bu5_left {
    position: absolute;
    top: 150px;
    z-index: 99;
    left: -60px;
    cursor: pointer;
}

.bu5_right {
    position: absolute;
    right: -60px;
    top: 150px;
    z-index: 99;
    cursor: pointer;
}

.bu59_content:hover .bu5_left {
    left: 0px;
}

.bu59_content:hover .bu5_right {
    right: 0px;
}

.bu59_img {
    position: relative;
    width: 372px;
    display: block;
    overflow: hidden;
}

.bu59_img img {
    width: 100%;
}

.bu3_last,
.bu3_li:nth-last-child(2) {
    border: 0px;
}

.bu3_lastT,
.bu3_text:nth-last-child(1) {
    height: auto;
}

.cla_content {
    position: relative;
    width: 1200px;
    margin: auto;
    border-top: 1px solid #ccc;
}

.cla_content {
    position: relative;
    width: 1200px;
    margin: auto;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.cla_contentBlock {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

.cla_ul {
    position: relative;
    width: 100%;
}

a.cla_li {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    color: #666;
}

.cla_img {
    position: relative;
    float: left;
    width: 307px;
}

.cla_img img {
    width: 100%;
}

.cla_block {
    position: relative;
    width: 550px;
    float: left;
    padding-left: 30px;
}

.cla_logo {
    position: relative;
    float: right;
    width: 180px;
    padding-top: 50px;
}

.cla_logo img {
    width: 100%;
}

.cla_title {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.cla_t {
    width: 58px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #44b035;
    color: #44b035;
    border-radius: 5px;
    margin-bottom: 14px;
}

.cla_tUl {
    position: relative;
    width: 100%;
    line-height: 22px;
}

.cla_bUl {
    position: relative;
    width: 100%;
    margin-top: 14px;
}

.cla_bLi {
    position: relative;
    float: left;
    padding: 5px 12px;
    background: #f0f0f0;
    margin-right: 5px;
}

.cla_tLi {
    padding-left: 26px;
    margin-bottom: 5px;
}

.cla_tLi.a1 {
    background: url("../images/a11_21.png"/*tpa=http://www.excegroup.com/Content/images/a11_21.png*/
    ) no-repeat 0px 0px;
}

.cla_tLi.a2 {
    background: url("../images/a11_2.png"/*tpa=http://www.excegroup.com/Content/images/a11_2.png*/
    ) no-repeat 0px 0px;
}

.cla_InnerBlock {
    position: relative;
    width: 1200px;
    margin: auto;
    padding: 30px 0
}

.cla1_title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: #6b6b6b;
}

.cla1_title span {
    padding-left: 12px;
}

.cla1_block {
    position: relative;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    height: 236px;
}

.cla1_block:hover .bu5_left {
    left: 0px;
}

.cla1_block:hover .bu5_right {
    right: 0px;
}

.cla1_block .bu5_left,
.cla1_block .bu5_right {
    top: 80px;
}

.cla1_imgTitle {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: url("../images/a11_4.png"/*tpa=http://www.excegroup.com/Content/images/a11_4.png*/
    );
    font-size: 16px;
}

a.bu5_img img {
    margin-bottom: -8px;
}

.indUl_liInn {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.indUl_liInn:hover .indUl_liText {
    border: 0px;
}

.indUl_liInn:hover {
    padding: 5px;
    margin-left: -5px;
    margin-top: -5px;
}

.news_img {
    overflow: hidden;
}

.indUl_li:hover .indUl_liT {
    right: 10px;
}

.indUl_moreButton {
    font-size: 14px;
    float: right;
    margin-top: 15px;
    color: #555;
}

.his_ul.ind_ul {
    width: 100%;
    margin: auto;
}

.In_logo {
    position: absolute;
    top: 50%;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    color: #fff;
    text-align: center;
}

.buIn2_img {
    position: relative;
    width: 50%;
    float: left;
    padding-right: 50px;
}

.buIn2_teBl {
    position: relative;
    width: 50%;
    float: right;
    border-left: 1px solid #bebfc3;
    padding-left: 50px;
    height: 409px;
}

.buIn2_logo {
    padding-bottom: 30px;
}

.bu5_right,
.bu5_left {
    width: 40px;
}

.ind5_bgImg {
    background-size: cover;
    background-position: center;
}

.indBo_showBlock {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #153949
}

.pro_content {
    position: relative;
    width: 100%;
    padding: 50px 0;
}

.pro_ti {
    position: relative;
    font-size: 24px;
    color: #b5001e;
    background: url("../images/z9_82.png"/*tpa=http://www.excegroup.com/content/images/z9_82.png*/
    ) no-repeat 100px 28px;
}

.pro_ul {
    position: relative;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 30px;
}

.pro_li {
    position: relative;
    width: auto;
    margin-right: 40px;
    height: 40px;
    float: left;
    background: url("../images/z9_81.jpg"/*tpa=http://www.excegroup.com/content/images/z9_81.jpg*/
    ) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    display: block;
    padding: 0px 40px;
}

.pro_li.cur {
    background: url("../images/z9_83.jpg"/*tpa=http://www.excegroup.com/content/images/z9_83.jpg*/
    ) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}

.pro_ulT {
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
}

.pro_liT {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    font-size: 16px;
    position: relative;
    display: block;
}

.pro_liW {
    position: absolute;
    right: 0px;
    top: 8px;
    height: 14px;
    border-right: 1px solid #999;
}

.pro_ulBl {
    position: relative;
    width: 102.1%;
    margin-top: 30px;
    padding-bottom: 80px;
}

a.pro_liBl {
    position: relative;
    width: 31.3%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.pro_liImg img {
    width: 100%;
}

.pro_tiBl {
    position: relative;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px 0;
}

.pro_tiCh {
    font-size: 16px;
    color: #383838;
    line-height: 22px;
    padding-top: 3px;
}

.pro_tiEn {
    text-transform: uppercase;
}

a.pro_liBl:hover {
    box-shadow: 0px 0px 10px 1px #ccc;
}

.pro_liT.cur {
    color: #b5001e;
}

.bu59_img:hover {
    box-shadow: 0px 0px 10px 1px #ccc;
}

.pro_liImg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.upB_content {
    position: relative;
    width: 100%;
    min-height: 600px;
    background: url("../images/d_02.jpg"/*tpa=http://www.excegroup.com/content/images/d_02.jpg*/
    );
}

.upB_img {
    position: relative;
    width: 1196px;
    margin: auto;
}

a.buIn2_back {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    padding: 1px 0;
    border: 1px solid #999;
    text-align: center;
    overflow: hidden;
}

#mapBox img {
    width: auto!important;
    max-width: none;
}

.InBl_conBlock {
    background-position: center right;
}

.of_img {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.me_img img {
    width: 110px;
    padding-top: 10px;
}

.cu31_he {
    position: relative;
    width: 100%;
}

.bu06_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ciB_ulBl {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
}

a.ciB_liBl {
    position: relative;
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.ciB_ti {
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    z-index: 90;
}

.ciB_img img {
    width: 100%;
}

.alB_block {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/z7_5.png"/*tpa=http://www.excegroup.com/content/images/z7_5.png*/
    );
    display: none;
}

.alB_clear {
    position: absolute;
    right: 3%;
    top: 100px;
    cursor: pointer;
    padding: 20px;
}

.alB_teUl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    color: #fff;
    margin-left: -250px;
    margin-top: -130px;
}

.alB_liTe {
    position: relative;
    width: 100%;
}

.alB_liTi {
    font-size: 18px;
    text-align: center;
}

.alB_wi {
    width: 80px;
    border-bottom: 1px solid #ccc;
    margin: 30px auto;
}

.alB_te p {
    margin-bottom: 20px;
}

.ciB_liBl:hover {
    box-shadow: 0px 0px 10px 0px #999;
}

.up7_content {
    position: relative;
    width: 100%;
}

.up7_ul {
    position: relative;
    width: 104%;
}

.up7_li {
    position: relative;
    width: 46%;
    float: left;
    margin-right: 4%;
}

.up7_img {
    position: relative;
    width: 100%;
}

.up7_img img {
    width: 100%;
}

.up7_block {
    position: relative;
    width: 84%;
    margin: auto;
    background: #fff;
    margin-top: -50px;
    z-index: 20;
    padding: 5%;
}

.up7_ti {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.up7_wi {
    position: relative;
    width: 60px;
    border-bottom: 1px solid #e199a5;
    margin-bottom: 25px;
    margin-top: 25px;
}

.up7_te {
    position: relative;
    width: 100%;
    min-height: 168px;
}

.up7_conBlock {
    position: relative;
    width: 100%;
    margin-top: 100px;
}

.up7_ulBl {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}

.up7_liBl {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.up7_liTi {
    font-size: 30px;
    text-align: center;
}

.up7_liT2 {
    font-size: 16px;
    text-align: center;
}

.up7_liUl {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.up7_liLi {
    position: relative;
    width: 50%;
    float: left;
}

.up7_liImg {
    position: relative;
    width: 100%;
}

.up7_liImg img {
    width: 100%;
}

.up7_tBl {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px;
    width: 70px;
    height: 70px;
    white-space: nowrap;
    z-index: 20;
    box-shadow: 0px 0px 3px 1px #ccc inset;
}

.up7_tEn,
.up7_tCh {
    line-height: 20px;
}

.up7_teBl {
    position: relative;
    width: 70%;
    margin: auto;
    margin-top: 30px;
    font-size: 14px;
}

.bg_node {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ind02_Bl {
    min-height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navUl_ul {
    display: none;
}

span.navT_te {
    display: none;
}

.footer-inner {
    width: 100%;
    padding: 15px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #fff;
    z-index: 1000;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    display: none
}

.footer-inner .wrap {
    margin: 0px 15px;
    text-align: center
}

.footer-inner .fot-link {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #666;
}

.footer-inner p {
    display: block;
    line-height: 24px;
    text-align: center;
    color: #666;
}

.footer-inner a {
    display: inline-block;
    color: #666;
}

.footer-inner i {
    font-style: normal;
    margin: 0px 7px;
}

.footer-inner.showBox {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.footer-inner,
.ind_body {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all 1s;
}

.fo_ba {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-height: 700px) {
    .project.mlist:not(.imagelink) .content_list .item_wrapper .details {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .hexin_txt {
        width: 100%;
    }
    .hexin_img {
        width: 100%;
    }
    .op_content {
        background-color: inherit;
    }
    .hexin_contact {
        padding: 0;
    }
    .area_45 {
        width: 100%;
    }
    .area_50 {
        width: 100%;
        padding: 10px;
    }
    .hexin-contact {
        background-color: inherit!important
    }
    .cont {
        width: 100%!important;
        position: inherit!important;
        top: 0!important;
        left: 0!important;
    }
    .InBl_conBlock-contact {
        background-image: none!important;
    }
    .cont p {
        font-size: 24px;
        color: #333!important;
    }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


@media print {
    *,
     :after,
     :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    /* color: #337ab7;
    text-decoration: none */
}

a:focus,
a:hover {
    /* color: #23527c;
    text-decoration: underline */
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    /* margin-top: 20px; */
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

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

@media (min-width:1200px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0
    }
}

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

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

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

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

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

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}



.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}



.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 2px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}



.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}


/*# sourceMappingURL=bootstrap.min.css.map */
.about .event {
    padding: 80px 0;
}

.about .event .year {
    position: relative;
    padding-bottom: 80px;
}

.about .event .year span.point {
    width: 9px;
    height: 9px;
    display: block;
    background: #d3d3d3;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -70px;
}

.about .event .year span.line {
    width: 1px;
    height: calc(100% - 30px);
    display: block;
    background: #d3d3d3;
    position: absolute;
    left: -66px;
    top: 25px;
}

.about .event .year span.year_num {
    position: absolute;
    left: -206px;
    top: 0px;
    font-size: 24px;
    color: #666666;
}

.about .event .year {
    position: relative;
    padding-bottom: 80px;
}

.about .event .year span.point {
    width: 19px;
    height: 19px;
    display: block;
    background: #fff;
    border: 2px solid #153949;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: -74px;
}

.about .event .year span.line {
    width: 1px;
    height: calc(100% - 30px);
    display: block;
    background: #153949;
    position: absolute;
    left: -66px;
    top: 25px;
}

.about .event .year span.year_num {
    position: absolute;
    left: -206px;
    top: 0px;
    font-size: 24px;
    color: #666666;
}

.zeren dl dd, .zeren dl dd .img {
    float: left;
    position: relative;
    overflow: hidden
}

.download dl dd a i {
    width: 38px;
    height: 38px;
    display: block;
    background: url(../images/xz.png) center no-repeat;
    margin: 0 auto 5px
}

.download dl dd a:hover {
    background: -webkit-linear-gradient(left, #4b84d9, #50c6bf);
    background: -o-linear-gradient(right, #4b84d9, #50c6bf);
    background: -moz-linear-gradient(right, #4b84d9, #50c6bf);
    background: linear-gradient(to right, #4b84d9, #50c6bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.download dl dd a:hover i {
    background: url(../images/xzc.png) center no-repeat
}

.zeren dl dd, .zeren dl dd .txt {
    background: #f3f5f8
}

.zeren {
    padding-bottom: 1.1rem
}

.zeren dl {
    overflow: hidden;
    width: 100%
}

.zeren dl dd {
    margin-right: 1%;
    margin-bottom: 1%;
}

.zeren dl dd .img {
    z-index: 2
}

.zeren dl dd .img img {
    height: 100%;
    width: 100%
;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s
}

.zeren dl dd:hover .img img {
    height: 100%;
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05)
}

.zeren dl dd .txt h6 {
    display: inline-block;
    font-size: .3rem
}

.zeren dl dd .txt h6:after {
    content: '';
    display: block;
    width: .3rem;
    height: .03rem;
    background: #2654a0;
    margin-top: .3rem
}

.zeren dl dd .txt p {
    line-height: .3rem;
    font-size: 0.18rem;
    color: #666;
    margin-top: .15rem
}

.zeren dl dd.small {
    width: 28%;
    height: 3.8rem
}

.zeren dl dd.small .img {
    width: 100%
    ;height: 100%;
}

.zeren dl dd.small .txt {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    bottom: -2.17rem;
    z-index: 2;
    padding: .35rem;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.zeren dl dd.big .txt, .zeren dl dd.middle .txt {
    padding: .35rem;
    z-index: 3;
    box-sizing: border-box
}

.zeren dl dd.small .txt h6:after {
    background: #fff
}

.zeren dl dd.small .txt p {
    color: #fff;
    height: 1.44rem;
    overflow: hidden
}

.zeren dl dd.small:hover .txt {
    bottom: 0
}

.zeren dl dd.middle {
    width: 70%;
    height: 3.8rem
}

.zeren dl dd.middle .img {
    float: right;
    width: 45%;
    height: 3.8rem
}
.zeren dl dd.middle img {
    /* float: right; */
    width: 100%;
    height: 3.8rem
}
.zeren dl dd.middle .txt {
    width: 55%;
    height: 3.8rem;
    position: relative
}

.zeren dl dd.middle .txt:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .18rem solid transparent;
    border-bottom: .18rem solid transparent;
    border-left: .2rem solid #f3f5f8;
    position: absolute;
    right: -.2rem;
    top: .5rem
}

.zeren dl dd.middle:nth-child(5) .txt {
    background: #f9d42c;
    color: #333
}

.zeren dl dd.middle:nth-child(5) .txt p {
    color: #333
}

.zeren dl dd.middle:nth-child(5) .txt:after {
    border-left: .2rem solid #f9d42c
}

.zeren dl dd.middle:nth-child(5) .txt h6:after {
    background: #333
}

.zeren dl dd.big {
    width: 100%;
    height: 3.8rem
}

.zeren dl dd.big .img {
    width: 70%
}

.zeren dl dd.big .txt {
    width: 30%;
    float: right;
    height: 3.8rem;
    position: relative
}

.zeren dl dd.big .txt:after, .zeren dl dd.big:nth-child(6) .txt:after {
    display: inline-block;
    height: 0;
    border-top: .18rem solid transparent;
    border-bottom: .18rem solid transparent;
    top: .5rem
}

.zeren dl dd.big .txt:after {
    content: '';
    width: 0;
    position: absolute
}

.zeren dl dd.big:nth-child(3) .txt:after {
    left: -.2rem;
    border-right: .2rem solid #f3f5f8
}

.zeren dl dd.big:nth-child(6) .img {
    float: right;
    width: 70%;
    height: 100%;
}
.zeren dl dd.big:nth-child(6) .img img {
  
    width: 100%;
}
.zeren dl dd.big:nth-child(6) .img img{
    height:100%
}
.zeren dl dd.big:nth-child(6) .txt {
    float: left;
    width: 30%;
    background: #0cadc5;
    color: #fff
}

.zeren dl dd.big:nth-child(6) .txt p {
    color: #fff
}

.zeren dl dd.big:nth-child(6) .txt h6:after {
    background: #fff
}

.sb-cont .fdj:after, .sb-cont .fdj:before {
    background: rgba(0, 64, 152, .37);
    content: ''
}

.zeren dl dd.big:nth-child(6) .txt:after {
    content: '';
    width: 0;
    border-left: .2rem solid #0cadc5;
    position: absolute;
    right: -.2rem
}

@media (max-width:768px) {
    .zeren dl dd.small,.zeren dl dd.big,.zeren dl dd.middle{
        width:100%!important;
        height: 4.8rem!important;
        margin: 0.2rem 0!important;
    }
    .zeren dl dd.middle .img ,.zeren dl dd.big .img,.zeren dl dd.small .img{
        height: 4.8rem!important;
    }
    .zeren dl dd.middle .txt,.zeren dl dd.big .txt,.zeren dl dd.small .txt{
        height: 4.8rem!important;
        top:0;
    }
    .zeren dl dd.middle .img img,.zeren dl dd.big .img img,.zeren dl dd.small .img img{
        height: 100%!important;
        width:100%!important;
        object-fit: cover
    }
    .zeren dl dd.big:nth-child(6) .txt{
        width:70%!important;
    }
    .zeren dl dd.big:nth-child(6) .img{
        width:30%!important;
    }
    .zeren dl dd.big .txt{
        width:70%!important;
    }
    .zeren dl dd.big .img{
        width:30%!important;
    }
    .zeren dl dd.middle .txt{
        width:70%!important;
    }
    .zeren dl dd.middle .img{
        width:30%!important;
    }
}

/* 企业文化 */
.pic{ 
	display:block; 
	overflow:hidden; 
	position:relative; 
	background-size:cover; 
	background-repeat:no-repeat; 
	background-position: center center; 
	}
.pic > img{ 
	display:block; 
	width:100%; 
	transition:600ms; 
	-webkit-transition:600ms; 
	}
.cul-list li{
	overflow:hidden;
	position:relative;
	transition:600ms;
	-webkit-transition:600ms;
	margin-bottom:20px;
	/* background:#fff; */
    box-shadow:  0 0 8px rgba(0,0,0,0.3)
	}
.cul-list .pic{
	width:50%;
	}
.cul-list .item1 .pic{
	margin-left:50%;
	}
.cul-list .txts{
	width:50%;
	position:absolute;
	top:0;
	}
.cul-list .item1 .txts{
	left:0;
	}
.cul-list .item2 .txts{
	right:0;
	}
.cul-list .txts .pa{
	padding:30px;
	}
.cul-list .txts .chs{
	font-size:18px;
	color:#153949;
	margin-bottom:13px;
	}
.cul-list .txts .ens{
	font-size:30px;
	font-family:Arial;
    line-height: 40px;
	text-transform:uppercase;
	color:#e6e5e5;
	font-weight:bold;
	/* margin-bottom:42px; */
	}
.cul-list .txts .ti{
	color:#333;
	font-size:36px;
	/* margin-bottom:22px; */
	}
.cul-list .txts .freeTx{
	font-size:15px;
	line-height:2;
	}
.cul-list .line{
	width:0;
	height:10px;
	background:#153949;
	position:absolute;
	bottom:0;
	transition:600ms;
	-webkit-transition:600ms;
	}
.cul-list .item1 .line{
	left:0;
	}
.cul-list .item2 .line{
	left:50%;
	}

    @media screen and (min-width:1153px){
        .transY{ transform:translateY(80px); -webkit-transform:translateY(80px); opacity:0;  }
        .transY2{ transform:translateY(-80px); -webkit-transform:translateY(-80px); opacity:0; }
        .transX{ transform:translateX(80px); -webkit-transform:translateX(80px); opacity:0;  }
        .transX2{ transform:translateX(-80px); -webkit-transform:translateX(-80px); opacity:0; }
        .transShow{ transform:translate(0); -webkit-transform:translate(0); opacity:1; }
        .scapic:hover img{ 
            transform:scale(1.1); 
            -webkit-transform:scale(1.1); 
            -ms-transform:scale(1.1);
            }
        .lookmore:hover{
            color:#fff;
            border-color:#153949;
            }
        .lookmore:hover .bg{
            width:100%;
            }
        .lookmore:hover .aw{
            background-position:left top;
            }
        .in-nav > ul > li:hover .aw{
            transform:translateY(0);
            -webkit-transform:translateY(0);
            opacity:1;
            visibility:visible;
            }
        .in-nav > ul > li:hover{
            background:#990000;
            }
        .newsmore:hover{
            transform:rotate(180deg);
            -webkit-transform:rotate(180deg);
            }
        .int:hover .bg{
            height:100%;
            }
        .tools a:hover{
            transform:translateY(-5px);
            -webkit-transform:translateY(-5px);
            }
        .me-list a:hover .bg1{
            transform:scale(1);
            -webkit-transform:scale(1);
            opacity:1;
            visibility:visible;
            }
        .me-list a:hover .nowti{
            background:#153949;
            }
        .backlist:hover{
            background:#999;
            }
        .bc-prev:hover,
        .bc-next:hover{
            color:#fff;
            border-color:#153949;
            }
        .bc-prev:hover .bg,
        .bc-next:hover .bg{
            width:100%;
            }
        .bc-prev:hover .aw{
            background-position:right top;
            }
        .bc-next:hover .aw{
            background-position:left bottom;
            }
        .cul-list li:hover .line{
            width:50%;
            }
        .cul-list li:hover .txts .ti{
            color:#153949;
            }
        .cul-list li:hover{
            box-shadow:0 0 35px -10px rgba(0,0,0,0.3);
            }
        .culoList a:hover .bg{
            opacity:1;
            visibility:visible;
            transform:translateY(0);
            -webkit-transform:translateY(0);
            }
        .culoList a:hover .d,
        .culoList a:hover .nowti{
            color:#fff;
            }
        .culoList a:hover .line{
            background:#fff;
            }
        .pager a:hover{
            background:#fff;
            color:#cc3333;
            }
        .pager .prev:hover,
        .pager .next:hover{
            background:#cc3333;
            }
        .share .s1:hover{
            background-position:left bottom;
            }
        .share .s2:hover{
            background-position:-30px bottom;
            }
        .share .s3:hover{
            background-position:-60px bottom;
            }
        .share .s4:hover{
            background-position:right bottom;
            }
        .nwList li:hover .ti{
            color:#153949;
            }
        .nwList li:hover{
            box-shadow:0 0 13px rgba(0,0,0,.3);
            transform:translateY(-10px);
            -webkit-transform:translateY(-10px);
            }
        .nwoList a:hover .xc-date{
            background-image:url(../images/date.png);
            }
        .nwoList a:hover .txts .nowti{
            color:#cc0000;
            }
        .nwoList a:hover .nwomore,
        .nwomoreA:hover{
            border-color:#cc0000;
            }
        .nwoList a:hover .nwomore .bg,
        .nwomoreA:hover .bg{
            width:100%;
            }
        .nwoList a:hover .nwomore p,
        .nwomoreA:hover p{
            color:#fff;
            }
        .nwoList a:hover{
            box-shadow:0 0 13px rgba(0,0,0,.3);
            }
        .devList a:hover .aw{
            opacity:1;
            visibility:visible;
            transform:translateX(0);
            -webkit-transform:translateX(0);
            }
        .devList a:hover .bg{
            height:100%;
            }
        .devList a:hover .d,
        .devList a:hover .nowti{
            color:#153949;
            }
        .stynav a:hover .bg1{
            transform:scale(1.3);
            -webkit-transform:scale(1.3);
            border-color:#153949;
            }
        .stynav a:hover .bg2{
            transform:scale(1);
            -webkit-transform:scale(1);
            opacity:1;
            visibility:visible;
            }
        .styList a:hover .txts .bg,
        .styList a:hover .pic .ico{
            opacity:1;
            visibility:visible;
            transform:translateY(0);
            -webkit-transform:translateY(0);
            }
        .styList a:hover .txts .nowti{
            color:#fff;
            }
        .styList a:hover .pic .cover{
            opacity:1;
            visibility:visible;
            }
        .notList a:hover .db{
            background:#153949;
            }
        .notList a:hover .txts .nowti{
            color:#153949;
            }
        .notList a:hover{
            box-shadow:0 0 18px rgba(0,0,0,.2);
            }
        .joList a:hover .bodr{
            border-color:#153949;
            }
        .joList a:hover .tt{
            color:#153949;
            }
        .video-info:hover .videoIbox span{ transform:translateY(-5px); -webkit-transform:translateY(-5px); }
        .sList a:hover:before{ opacity:1; visibility:visible; transform:translate(0); -webkit-transform:translate(0); }
        .sList a:hover{ box-shadow:0 0 6px rgba(0,0,0,.3); }
        
        .ad-wrap .close:hover{
            background-color: #153949;
            border-color: #153949;
        }
        
        .fix-tools a:hover{
            background: #990000;
        }
        } /* 1153 */
        @media screen and (max-width:1700px){/* 1700 */
        .isntxts .lookmore {
            margin-top: 15%;
            }
        .cul-list .txts .pa {
            padding: 8% 7% 0 8%;
            }
        .cul-list .txts .en {
            margin-bottom: 35px;
            }
        .cul-list .txts .ti {
            font-size: 30px;
            }
        } /* 1700 */
        @media screen and (max-width:1650px){/* 1600 */
        .nav li > a {
            padding: 30px 15px;
            font-size: 14px;
            }
        .in-nav > ul > li{ padding: 27px 18px; font-size: 14px;}
        .isntxts .pa {
            padding: 0 11% 0 8%;
            }
        .isntxts .txts .tx {
            line-height: 24px !important;
            height: 96px;
            padding-top: 20px;
            margin-top: 13px;
            }
        .isntxts .txts .ti {
            font-size: 18px;
            line-height: 28px !important;
            max-height: 56px;
            }
        .isntxts .txts {
            padding-top: 22px;
            }
        .isntxts .lookmore {
            margin-top: 10%;
            }
        .in-list .int:nth-child(n+8){
            display:none;
            }
        .ixVideo .tx {
            padding: 35px 30px 0 30px;
            height: 120px;
            }
        .pw{
            width:1280px;
            }
        .cul-list .txts .pa {
            padding: 6% 5% 0 6%;
            }
        .cul-list .txts .ti {
            font-size: 28px;
            }
        .cul-list .txts .ch {
            font-size: 16px;
            margin-bottom: 8px;
            }
        .cul-list .txts .en {
            margin-bottom: 30px;
            font-size:28px;
            }
        .joList .bodr {
            padding: 0 30px;
            }
        .joshow{
            height:700px;
            margin-top:-350px;
            }
        .joshow .ti {
            font-size: 28px;
            }
        .jsc {
            height: 480px;
            }
        } /* 1600 */
        @media screen and (max-width:1440px){/* 1440 */
        .header,
        .wedge,
        .pnav {
            padding: 0 42px;
            }
        .culpanel .wedge2{
            padding:35px 42px 45px 42px;
            }
        .hdt,
        .mtop { 
            height: 74px; 
            }
        .nav li > a{
            padding: 25px 12px;
            }
        .logo{
            top:15px;
            }
        .h-share {
            top: 22px;
            }
        .banne-list .ch {
            font-size: 50px;
            }
        .tabvideo {
            right: 3%;
            }
        .bamnline {
            width: 542px;
            }
        .bannerText {
            height: 100px;
            }
        .isntxts .pa {
            padding: 0 30px 0 30px;
            }
        .isntxts .txts {
            padding-top: 15px;
            }
        .isntxts .txts .tx {
            padding-top: 15px;
            margin-top: 15px;
            }
        .in-list .int:nth-child(n+7){
            display:none;
            }
        .mvideo {
            height: 400px;
            } 
        .mvmore {
            width: 692px;
            margin-top: 22px;
            }
        .mvt {
            margin-top: -299px;
            }
        .pw{
            width:1100px;
            }
        .cpl .pic {
            width: 85%;
            }
        .pbtxts {
            top: 30%;
            }
        .cul-list .txts .freeTx{
            line-height:1.8;
            font-size:14px;
            }
        .cul-list .txts .en,
        .cul-list .txts .ti{
            font-size:24px;
            }
        .mapbox .txts .pa {
            padding: 10% 12% 0 10%;
            }
        .joList .bodr {
            padding: 0 15px;
            }
        .joList a {
            width: 32.33%;
            margin-left: 1%;
            margin-bottom: 1%;
            }
        .joList{
             margin-left: -1%;
            }
        .joList ul li {
            width: 28%;
            margin-left: 8%;
            }
        .searbox .ptitle {
            width: 320px;
            }
        .sR {
            margin-left: 320px;
            }
        
        } /* 1440 */
        @media screen and (max-width:1366px){/* 1366 */
        /* pw */.pw,.pw2{ width:1000px; }
        .nav{ padding-right: 4%;}
        .nav li > a {
            padding: 25px 10px;
            }
        .logo {
            width: 162px;
            top: 19px;
            }
        .in-nav > ul > li{ padding: 25px 16px; font-size: 14px;}
        .newsmore{ right: 10px;}
        .isntxts .txts .ti {
            white-space:nowrap; 
            text-overflow:ellipsis; 
            overflow:hidden; 
            line-height:1.4 !important; 
            }
        .ixItem .txts {
            height: 195px;
            }
        .ixItem .txts .pa {
            padding: 35px 105px 0 35px;
            }
        .ixVideo .tx {
            height: 150px;
            }
        .ptitle .ch,
        .ptitle .en {
            font-size: 26px;
            }
        .cul-list .txts .ch {
            font-size: 14px;
            margin-bottom: 5px;
            }
        .cul-list .txts .en {
            margin-bottom: 25px;
            }
        .cul-list .txts .ti {
            margin-bottom: 15px;
            }
        .cul-list .txts .en, .cul-list .txts .ti {
            font-size: 20px;
            }
        .cul-list .txts .freeTx {
            line-height: 1.6; 
            font-size:13px;
            }
        .cul-list .line{ height:5px; }
        .culoList .txts {
            padding: 18px 20px 24px 20px;
            }
        .nwList li{
            height:412px;
            }
        .nwList .txts {
            padding: 25px 30px 0 20px;
            }
        .nwList .share {
            padding-left:20px;
            }
        .nwoList .txts .pa {
            padding: 65px 35px 0 35px;
            }
        .nwoList .xc-date {
            right: 35px;
            }
        .nwoList .nwomore {
            margin-top: 25px;
            }
        .nwoList .txts .tx {
            margin-top: 20px;
            }
        .nwoList .txts .nowti {
            padding-bottom: 15px;
            }
        .devoList .txts .pa {
            padding: 35px 35px 0 35px;
            }
        .devox .nowti,
        .devox a {
            line-height: 36px;
            }
        .devox {
            margin-bottom: 25px;
            }
        .notList a {
            width: 48%;
            margin-left: 2%;
            margin-bottom: 2%;
            }
        .notList{
             margin-left: -2%;
            }
        .notList .txts {
            padding: 43px 28px 0 145px;
            }
        .joList ul li {
            font-size: 15px;
            }
        .joshow {
            height: 580px;
            margin-top: -290px;
            }
        .joshow .ti {
            font-size: 24px;
            }
        .jsc {
            height: 380px;
            margin-top:20px;
            }
        .searbox .ptitle {
            width:280px;
            }
        .sR {
            margin-left:280px;
            }
        .s-search { width: 1000px; margin-left: -500px; }
        .s-search .sstx{ width:738px; }
        .ad-wrap .img{
            margin-left: 9.25%;
        }
        .ad-wrap .close{
            right: 0;
        }
        } /* 1366 */
        @media screen and (max-width:1281px){/* 1281 */
        .isntxts .txts .tx {
            height: 72px;
            }
        .in-list .int:nth-child(n+6){
            display:none;
            }
        .cul-list .txts .pa {
            padding: 5% 5% 0 5%;
            }
        .cul-list .txts .en {
            margin-bottom: 20px;
            }
        } /* 1281 */
        @media screen and (max-width:1201px){
        /*menu-handler*/.menu-handler{ display:block; }
        /* .nav,
        .h-share{
            display:none;
            } */
        .hdt,
        .mtop{
            height:60px;
            }
        .header{
            padding:0;
            }
        .logo{
            width:198px;
            left:15px;
            top:50%;
            margin-top:-22px;
            transform-origin:left center;
            -webkit-transform-origin:left center;
            transform:scale(0.8);
            -webkit-transform:scale(0.8);
            }
        }
        @media screen and (max-width:1240px){/* 1152 */
        .newsmore{ right: 28px;}
        .mouse,
        .bamnline{
            display:none;
            }
        .wedge {
            padding:0;
            }
        .culpanel .wedge2 {
            padding: 35px 5% 45px 5%;
            }
        .pnav {
            padding: 0 5%;
            }
        .bannerText {
            top: 40%;
            height:auto;
            }
        .banner .flex-control-nav {
            left: 5%;
            }
        .isnpics {
            width: 100%;
            }
        .isntxts .txts .tx {
            line-height: 28px !important;
            height: 112px;
            padding-top: 25px;
            margin-top: 18px;
            }
        .isntxts .txts {
            padding-top: 27px;
            }
        .ixnews {
            width:auto;
            position:relative;
            margin-top:35px;
            }
        .ixpanel{ 
            width:90%; 
            margin:0 auto; 
            padding-top:35px;
            padding-bottom:35px;
            }
        .in-list .int:nth-child(n+6){
            display:block;
            }
        .in-list{
            height:auto;
            padding-bottom:25px;
            }
        .ix3 .ixVideo{
            width:100%;
            margin-top:35px;
            background: #f8f8f8;
            }
        .ixVideo .tx {
            padding: 35px 30px 55px 30px;
            height:auto;
            }
        .ix3{ background:none; }
        .ix3 .ixMember,
        .ix3 .ixDev{
            width:50%;
            margin-top:35px;
            border-top: 1px solid #e5e5e5;
            }
        .im-list,
        .ixMember .cwt {
            border-left: 1px solid #e5e5e5;
            }
        .footer {
            padding: 55px 5% 40px 5%;
            }
        .mvbox{
            display:none;
            }
        /* pw */.pw,.pw2{ width:90%; }
        /* fixbg */.fixbg{ background-attachment:scroll; }
        .h-txts{
            width:auto;
            }
        .his-prev, 
        .his-next{ display:none !important; }
        .h-txts li{
            min-height:0;
            }
        .cul-list .txts{
            width:100%;
            position:static;
            }
        .cul-list .item1 .pic {
            margin-left:0;
            }
        .cul-list .pic {
            width: 100%;
            }
        .cul-list .txts .pa {
            padding: 40px 5% 40px 5%;
            }
        .cul-list .txts .freeTx {
            line-height: 1.8;
            font-size: 14px;
            }
        .devList .nowti {
            padding-right: 0;
            }
        .stydbox{
            width:1000px;
            }
        .cta3 .ptitle {
            width: 32%;
            }
        } /* 1152 */
        @media screen and (max-width:1024px){/* 1024 */
        /* video layer */.vwrap .videobox { width: 700px; margin-left: -350px; }/* video layer end */
        .isntxts .txts .tx {
            padding-top: 15px;
            margin-top: 15px;
            line-height: 24px !important;
            height:72px;
            }
        .pnav{
            position:relative;
            padding:0;
            }
        .cpl,
        .cpr {
            width: 100%;
            float: none;
            }
        .cpl .pic{
            display:none;
            }
        .cpr{
            margin-top:60px;
            }
        .pbtxts {
            top: 35%;
            }
        .abobox,
        .stydbox{
            width:90%;
            }
        .tbo .l,
        .tbo .r{
            float:none;
            width:100%;
            }
        .tbo .pic{
            margin-top:25px;
            }
        .tbo .pic > img{
            width:auto;
            max-width:100%;
            }
        .nwoList .pic {
            display:none;
            }
        .nwoList .txts{
            width:100%;
            float:none;
            }
        .nwoList .txts .pa {
            padding: 65px 35px 35px 35px;
            }
        .nwoList .txts .tx{
            height:auto;
            max-height:120px;
            }
        .devtop .txts {
            padding-left: 355px;
            }
        .devoList .pic, .devoList .txts {
            width: 100%;
            float:none;
            }
        .devoList .txts .pa {
            padding: 35px;
            }
        .devox .nowti, .devox a {
            line-height: 40px;
            }
        .devoList .pic{
            display:none;
            }
        .notList a {
            width: 100%;
            margin-left: 0;
            margin-bottom: 20px;
            float:none;
            display:block;
            }
        .notList{
             margin-left: 0;
            }
        .joList a {
            width: 49%;
            }
        .s-search { width:90%; left:5%; margin-left:0; }
        .s-search .sstx{ width:100%; margin-right:180px; box-sizing:border-box; padding: 25px 220px 25px 40px; }
        .searbox .ptitle{ width:auto; position:static; }
        .sR { margin-left:0; margin-top:35px; }
        .ad-wrap .img{
            margin-left: 0;
            width: 56%;
        }
        .ad-wrap .text{ 
            padding-top: 3.25%; 
        }
        .ad-btn{
            left: 5%;
        }
        } /* 1024 */
        @media screen and (max-width:861px){/* 861 */
        /* video layer */.vwrap .videobox { /* width: 560px; margin-left: -298px;  */ width:100%; left:0; margin-left:0; }/* video layer end*/
        /* mcv */.mcv{ display:block; }
        .banne-list .ch { 
            font-size: 40px; 
            }
        .isnpics .pic {
            width: 100%;
            margin-left: 0%;
            }
        .isntxts{
            position:relative;
            width:auto;
            top:0;
            bottom:0;
            }
        .isntxts .txts {
            padding-bottom: 25px;
            }
        .isnpics .slick-dots li{
            border-color:#153949;
            }
        .isnpics .slick-dots li.slick-active,.isnpics .slick-dots li:hover{ background:#153949 !important; }
        .isnpics .slick-dots {
            width:auto;
            left:0;
            padding:0 25px;
            text-align:right;
            }
        .ixItem .txts {
            position:relative;
            background: #f8f8f8;
            width:100%;
            height:215px;
            }
        .ixItem .slick-dots{
            width:auto;
            left:0;
            }
        .ixItem .txts .pa {
            padding: 45px 105px 0 35px;
            }
        .ix3 .ixMember, .ix3 .ixDev {
            width: 100%;
            }
        .id-list, .ixDev .cwt {
            border-left: 1px solid #e5e5e5;
            }
        .isntxts .lookmore {
            margin-top: 35px;
            }
        .footer .fl,
        .footer .fr {
            float:none;
            }
        .flinkmore{
            margin-top:6px;
            }
        .ftools .tools{
            float:none;
            overflow:hidden;
            }
        .ftools .x{
            display:none;
            }
        .tools a {
            margin-left: 0;
            margin-right:12px;
            }
        .footer {
            padding: 40px 5%;
            }
        .ftools {
            margin-top: 18px;
            }
        .ab1,
        .ab2,
        .ab3 .fixbg,
        .ab4 {
            padding: 45px 0;
            }
        .cpr,
        .abhisbox,
        .xco,
        .me-list {
            margin-top: 30px;
            }
        .aht .myselect{
            position:relative;
            bottom:0;
            margin-top:20px;
            width:100%;
            }
        .hist {
            margin-bottom: 35px;
            }
        .ptitle .ch, .ptitle .en {
            font-size: 22px;
            }
        .me-list a {
            width: 32.333%;
            margin-bottom: 1%;
            }
        .pnav ul li a {
            padding: 10px 5px;
            font-size:14px;
            } 
        .pbtxts .ch {
            font-size: 22px;
            }
        .pbtxts .en {
            font-size: 28px;
            margin-top: 5px;
            }
        .pbtxts .line{
            display:none;
            }
        .abopanel {
            padding: 60px 0;
            }
        .abobox .pa {
            padding: 0 35px;
            }
        .tbo .ti {
            font-size: 26px;
            }
        .tbo .line {
            margin-bottom: 30px;
            }
        .culoList a{
            width:49%;
            margin-bottom:1%;
            }
        .nwdbox .b{
            padding:30px 35px 0 35px;
            }
        .nwdbox .t {
            padding: 0 35px 25px 35px;
            }
        .nwdbox .t .ti,
        .sdtxts .t .ti{
            font-size:26px;
            }
        .sdtxts .t .sharebox {
            top: 38px; 
            right: 35px;
            }
        .nwList li{
            width:49%;
            }
        .nwList li {
            height: 422px;
            }
        .devtop .pic {
            width: 280px;
            }
        .devtop .txts {
            padding-left: 305px;
            }
        .devtop .txts .tx {
            margin-bottom: 45px;
            }
        .devtop {
            min-height: 190px;
            }
        .devoList .pic{
            display:block;
            }
        .styList a{
            width:50%;
            }
        .stynav{
            padding:0 5%;
            margin-left:-0.5%;
            overflow:hidden;
            }
        .stynav a{
            border-radius:0;
            height:44px;
            width:19.5%;
            margin:0;
            margin-left:0.5%;
            margin-bottom:0.5%;
            float:left;
            }
        .stynav .x{
            padding-top:0;
            line-height:44px;
            }
        .stynav .bg1{
            border-radius:0;
            top:3px;
            left:3px;
            right:3px;
            bottom:3px;
            height:auto;
            width:auto;
            }
        .stynav {
            margin-bottom: 35px;
            }
        .sdtxts .t {
            padding:35px;
            }
        .sdtxts .b {
            padding: 45px 35px 0 35px;
            }
        .styList a {
            width: 48%;
            }
        #map {
            width:100%;
            height: 426px;
            float:none;
            }
        .mapbox{
            height:auto;
            margin-top:30px;
            }
        .mapbox .txts,
        .cta3 .ptitle,
        .cta3 .freeTx {
            width:100%;
            float:none;
            }
        .mapbox .txts .pa {
            padding: 35px;
            }
        .cta1,
        .cta3,
        .cta2 {
            padding: 45px 0 40px 0;
            }
        .cta3 .freeTx,
        .jobox{
            margin-top:30px;
            }
        .joshow{
            width:100%;
            left:0;
            margin-left:0;
            height:100%;
            overflow: hidden; 
            overflow-y: auto; 
            -webkit-overflow-scrolling: touch;
            top:0;
            margin-top:0;
            }
        .jsc{ 
            height:auto; 
            }
        .jsb{
            position:relative;
            margin-top:30px;
            }
        .joshow .pa {
            padding: 55px 5% 0 5%;
            }
        .jsb{
            padding: 8px 5%;
            }
        .joclose{
            right:5%;
            }
        .mdate{
            display:block;
            }
        .isntxts .xc-date{
            display:none;
            }
        .isntxts .lookmore{
            border:none;
            width:100px;
            margin-top:10px;
            }
        .isntxts .lookmore .txx {
            padding-left:0;
            }
        .tabvideo{ right:0; bottom:0; width: 144px;}
        .stynav a.act .bg1 { transform:none; -webkit-transform:none; border-color: #fff; }
        .stynav .bg2{ border-radius:0; }
        .s-search .sstx { padding: 15px 200px 15px 20px; }
        .s-search{ margin-top:-31px; }
        .ad-wrap .text em{
            font-size: 24px;
        }
        .ad-wrap .img{
            margin-right: 5.5%;
        }
        .ad-wrap .close{
            transform-origin: right top;
            -webkit-transform-origin: right top;
            transform: scale(.6);
            -webkit-transform: scale(.6);
        }
        .ad-btn{
            width: 106px;
        }
        } /* 861 */
        @media screen and (max-width:641px){/* 641 */
        /* video layer */.vwrap .videobox { height: 350px;  margin-top:-175px;}/* video layer end*/
        .banne-list .ch {
            font-size: 30px;
            }
        .pbtxts .ch {
            font-size: 18px;
            }
        .pbtxts .en {
            font-size: 24px;
            }
        .me-list a {
            width: 49%;
            }
        .ptitle .ch, .ptitle .en {
            font-size: 18px;
            }
        .hym {
            font-size:15px;
            }
        .hym {
            height: 52px;
            }
        .hislist .slick-current .hym .line2 {
            bottom: 49px;
            }
        .hym .x {
            padding-top: 8px;
            }
        .hym .line1 {
            bottom: 25px;
            }
        .ptitle .line {
            height: 5px;
            }
        .backlist{
            position:static;
            margin-left:0;
            margin-top:10px;
            width:100%;
            }
        .nwList .txts .ti {
            font-size: 18px;
            line-height: 28px;
            max-height: 56px;
            }
        .nwList li {
            height: 372px;
            }
        .nwList .txts {
            padding: 25px 20px 0 20px;
            }
        .nwoList .pic{
            display:block;
            width:100%;
            float:none;
            }
        .nwtList .d {
            left: 15px;
            }
        .nwtList .nowti {
            padding-left: 115px;
            padding-right: 15px;
            }
        .devtop .pic{
            width:100%;
            position:relative;
            }
        .devtop .txts{
            padding-left:0;
            padding-top:35px;
            }
        .pnav.pvfi ul li {
            width: 25%;
            }
        .pnav.pvfi ul li a {
            border-bottom: 1px solid #e9e9e9;
            }
        .devoList .ti {
            font-size: 20px;
            margin-bottom: 15px;
            }
        .stynav a{
            width:24.5%;
            }
        .joList a{
            width:100%;
            margin-left:0;
            }
        .joList{
            margin-left:0;
            }
        .tabvideo{ width:80px;}
        .tabvideo .itemtxt { font-size: 11px; }
        .videoIbox span{ transform-origin:center center; -webkit-transform-origin:center center; transform:scale(0.5); -webkit-transform:scale(0.5); }
        .fixcta{ display:none; }
        
        .sList a { padding: 0 25px; }
        .sList .nowti { padding: 19px 0; }
        .dev-wrap .fixcta{
            display: block;
        }
        .dev-wrap .fix-tools{
            display: none;
        }
        #fdgg{
                display: none;
            }
        } /* 641 */
        @media screen and (max-width:601px){
            .ad-wrap .pw2{
                padding: 5vw 0;
            }
            .ad-wrap .close{
                top: 3.33vw;
            }
            .ad-btn{
                bottom: 40vw;
            }
            .ad-wrap .text{
                font-size: 14px;
            }
            .ad-wrap .text em{
                font-size: 20px;
                margin-top: 1.67vw;
            }
        } /* 601 */
        @media screen and (max-width:481px){/* 481 */
        /* video layer */.vwrap .videobox { height: 300px; margin-top:-150px; } /* video layer end*/
        .banne-list .ch {
            font-size: 24px;
            }
        .banne-list .en {
            font-size:12px;
            letter-spacing: 3px;
            }
        .bannerText {
            top: 38%;
            }
        .isntxts .pa {
            padding: 0 15px;
            }
        .isnpics .slick-dots {
            padding: 0 10px;
            bottom:12px;
            }
        .int {
            padding: 8px 15px;
            }
        .in-nav > ul > li {
            padding: 15px 20px;
            font-size: 15px;
            }
        .newsmore, .ivmore {
            right: 8px;
            }
        .ixItem .txts .pa {
            padding: 25px 15px 0 15px;
            }
        .ixItem .txts {
            height: 195px;
            }
        .ixItem .slick-dots {
            padding: 0 0 0 15px;
            }
        .ixItem .txts .nowti {
            font-size: 18px;
            }
        .ixVideo .tx {
            padding: 25px 15px;
            }
        .ixVideo .cwt{
            position:relative;
            }
        .ixVideo .cwt h1{
            color:#333;
            }
        .ixVideo .cwt .ivmore{
            background-image:url(../images/nm2.png);
            }
        .cwt {
            padding: 20px 0 20px 15px;
            }
        .cwt .ivmore{
            bottom:50%;
            margin-bottom:-15px;
            }
        .ixVideo .pic span{
            margin-top:-33px;
            transform:scale(0.8);
            -webkit-transform:scale(0.8);
            }
        .im-list .item a {
            padding: 5px 15px;
            }
        .im-list .slick-next {
            right: 15px;
            }
        .im-list .slick-prev {
            right: 42px;
            }
        .im-list .slick-arrow {
            top: -43px;
            }
        .id-list {
            padding: 0 15px;
            }
        .cpl .pic{
            width:100%;
            display:block;
            margin-top:30px;
            }
        .pbtxts .ch {
            font-size: 14px;
            }
        .pbtxts .en {
            font-size: 16px;
            }
        .pnav ul li,
        .pnav.pvfi ul li{
            width:33.333%;
            }
        .pnav ul li a {
            border-bottom: 1px solid #e9e9e9;
            }
        .ptitle .ch, .ptitle .en {
            font-size: 16px;
            }
        .myselect select{
            height:44px;
            }
        .ptitle .line {
            height: 3px;
            }
        .me-list .nowti{
            font-size:14px;
            }
        .abobox .pa {
            padding: 0 15px;
            }
        .abobox {
            padding: 35px 0 50px 0;
            }
        .tbo .ti {
            font-size:20px;
            margin-bottom:10px;
            }
        .nwdbox .t .ti,
        .sdtxts .t .ti{
            font-size:20px;
            }
        .backbox {
            margin-top: 35px;
            }
        .tbo .line {
            margin-bottom: 20px;
            }
        .culoList a{
            width:100%;
            margin-left:0;
            margin-bottom:20px;
            }
        .culoList{
            margin-left:0;
            }
        .pager .prev,
        .pager .next{
            display:none;
            }
        .culoList .txts {
            padding: 18px 15px 24px 15px;
            }
        .nwdbox .b {
            padding: 30px 15px 0 15px;
            }
        .nwdbox .t {
            padding: 0 15px 25px 15px;
            }
        .nwList li{
            float:none;
            width:100%;
            margin-left:0;
            margin-bottom:20px;
            height:auto;
            }
        .nwList{
            margin-left:0;
            }
        .nwList .txts {
            padding: 25px 15px;
            }
        .nwList .share{
            padding-left:15px;
            position:relative;
            }
        .nwList .txts .ti {
            font-size: 16px;
            line-height: 26px;
            max-height: 52px;
            }
        .nwoList .txts .pa {
            padding: 65px 15px 35px 15px;
            }
        .nwoList .xc-date {
            right: 15px;
            }
        .nwtList .nowti {
            padding-left: 90px;
            }
        .nwtList a{
            font-size:14px;
            line-height: 44px;
            height:44px;
            }
        .nwtList .d{
            font-size:12px;
            }
        .nwtList .nowti {
            line-height: 44px;
            }
        .devList .nowti {
            padding-left: 85px;
            }
        .devtop .txts .tx {
            font-size: 14px;
            }
        .devbox,
        .nwbox,
        .culobox {
            padding: 40px 0;
            }
        .devoList .ti {
            font-size: 16px;
            margin-bottom:10px;
            }
        .devoList .txts .pa {
            padding: 15px 15px 35px 15px;
            }
        .devox .nowti {
            padding-left: 85px;
            }
        .devoList li {
            margin-bottom: 25px;
            }
        .pager{
            margin-top:30px;
            }
        .stynav a{
            width:32.833%;
            }
         .styList a {
            width: 100%;
            } 
        .sdtxts .t {
            padding: 25px 15px;
            }
        .sdtxts .t .ti{
            width:100%;
            }
        .sdtxts .t .sharebox{
            position:static;
            margin-top:5px;
            }
        .sdtxts .b {
            padding: 35px 15px 0 15px;
            }
        .sdtxts {
            padding-bottom: 55px;
            }
        .sdpics .slick-prev {
            left: 5px;
            transform-origin:left center;
            -webkit-transform-origin:left center;
            transform:scale(0.8);
            -webkit-transform:scale(0.8);
            }
        .sdpics .slick-next {
            right: 5px;
            transform-origin:right center;
            -webkit-transform-origin:right center;
            transform:scale(0.8);
            -webkit-transform:scale(0.8);
            }
        .videoList .pic .ico{
            transform-origin:center center;
            -webkit-transform-origin:center center;
            transform:scale(0.8);
            -webkit-transform:scale(0.8);
            }
        .myselect2{
            width:100%;
            box-sizing:border-box;
            }
        .notList .db{
            left:15px;
            width:66px;
            }
        .notList .txts {
            padding: 43px 15px 0 100px;
            }
        .notList .nowti {
            font-size: 16px;
            }
        .joshow .ti {
            font-size: 18px;
            padding-bottom:10px;
            }
        .mapbox .txts .pa {
            padding: 35px 15px;
            }
        .mapbox .txts .name {
            font-size: 18px;
            padding-bottom: 15px;
            }
        .ctas a{
            font-size:14px;
            }
        .ctas .ico{
            transform-origin:left center;
            -webkit-transform-origin:left center;
            transform:scale(0.8);
            -webkit-transform:scale(0.8);
            }
        .ctas {
            margin-top: 15px;
            }
        #map {
            height: 280px;
            }
        .joList .tt {
            font-size: 20px;
            }
        .joList ul {
            margin-top: 30px;
            }
        .joList .bodr {
            height: 180px;
            }
        .banner .flex-control-nav li a span {
            width: 4px;
            height: 10px;
            margin-top: -5px;
            }
        .banner .flex-control-nav li {
            margin-right: 5px;
            width: 4px;
            height: 20px;
            }
        .banner .flex-control-nav li a.flex-active span {
            height: 20px;
            margin-top: -10px;
            }
        .searbox { padding: 50px 0; }
        .sList .nowti { font-size: 15px; }
        .s-search .ssbtn{ background-image:none; padding-left:0; text-align:center; }
        .s-search .sstx { padding: 4px 90px 4px 10px; font-size:14px; }
        .s-search .ssbtn{ font-size:14px; }
        .s-search { margin-top:-20px; }
        .sList a { padding: 0 15px; }
        .sList .nowti { font-size: 14px; padding:15px 0; }
        .ad-btn{
            width: 76px;
        }
        .ad-wrap .close{
            transform: scale(.4);
            -webkit-transform: scale(.4);
        }
        .ad-wrap .img {
            margin-right: 3.5%;
        }
        .ad-wrap .text em{
            font-size: 18px;
        }
        } /* 481 */
        @media screen and (max-width:361px){/* 361 */
        .banne-list .ch {
            font-size: 20px;
            }
        .me-list .nowti{
            font-size:12px;
            }
        .bc-prev, 
        .bc-next{
            width:50%;
            box-sizing:border-box;
            }
        .bc-prev{
            border-right:0;
            }
        .tbo .ti,
        .nwdbox .t .ti,
        .sdtxts .t .ti {
            font-size: 18px;
            }
        } /* 361 */
        @media screen and (max-width:321px){/* 321 */
        /* video layer */.vwrap .videobox { height: 260px; margin-top:-130px; }/* video layer end*/
        
        } /* 321 */

        @media (max-width:768px) {
           
            .about .title {
                font-size: 20px;
                margin-bottom: 10px;
                text-align: center;
            }
            .about .padtop {
                padding-top: 15px;
            }
            .about .about_text {
                padding-left: 0;
                margin-top: 20px;
            }
            .about .company p {
                font-size: 12px;
                line-height: 20px;
            }
            .team img {
                display: none;
            }
            .about .team .container {
                padding-top: 15px;
            }
            .about .team {
                padding-bottom: 15px;
            }
            .about .event {
                padding: 15px 0;
            }
            .about .event .year {
                padding-bottom: 15px;
            }
            .about p {
                font-size: 12px;
            }
            .about .team h2 {
                margin-top: 20px;
            }
            .about .event .year span.year_num {
                position: inherit;
                left: 0;
            }
            .zizhi .list {
                padding: 30px;
                text-align: center;
                height: auto;
            }
            .zizhi .list h3 {
                margin-bottom: 30px;
            }
            .article {
                padding-top: 30px;
            }
            .article li {
                padding: 10px;
            }
            .jobdel .mail_box {
                padding: 10px;
            }
            .jobs_list {
                padding: 10px;
            }
            .readmore-js-toggle {
                font-size: 20px;
                top: 5px;
                right: 5px;
                height: auto;
                bottom: 10px;
            }
            /* product */
            .product .intro .content {
                padding: 40px;
            }
            .product .parameter_list .list .top {
                padding: 10px;
            }
            .parameter_list .col-xs-12 {
                padding: 0;
            }
            .product .title_box .icon {
                width: 11px;
                height: 32px;
            }
            .product .parameter_list h3 {
                margin-bottom: 15px;
                font-size: 16px;
            }
            .product_cat .big_title {
                font-size: 28px;
            }
            .pro_banner_box p {
                margin-top: 10px;
                font-size: 12px;
            }
            .consumer_apply {
                flex-wrap: wrap;
            }
            /* staff */
            .staff {
                padding: 20px 0;
            }
            .other_staff .section {
                padding: 10px;
            }
            .other_staff {
                padding-bottom: 20px;
            }
            .work.module .img_box {
                display: inline-block;
            }
            .work.module .img_box img {
                width: 100%;
            }
            .jobdel .mail_box {
                flex-wrap: wrap;
            }
            .inslide-banner .content {
                width: 90%;
                line-height: 20px;
                font-size: 10px;
            }
            .jobs_list .panel {
                padding: 10px;
                margin-bottom: 15px
            }
            .jobs_list .panel h3 {
                font-size: 12px;
            }
            .jobs_list .panel .box p,
            .jobs_list .panel .box span {
                font-size: 12px!important;
            }
            .news .list {
                padding: 10px
            }
            .news .list h3 {
                font-size: 14px;
                font-weight: bold;
                margin-bottom: 15px;
            }
            .news .list span {
                margin-top: 10px;
            }
            .performance_list {
                padding: 0;
                font-size: 12px;
            }
            .pro2.core_list .list {
                width: 100%!important;
            }
            .about .event .year span.point {
    width: 19px;
    height: 19px;
    display: block;
    background: #fff;
    border: 2px solid #153949;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -30px;
}
.about .event .year span.line {
    width: 1px;
    height: calc(100% - 30px);
    display: block;
    background: #153949;
    position: absolute;
    left: -21px;
    top: 29px;}
        }
