.container_category>a {
    font-size: 13px;
}

.owl-theme .owl-nav [class*="owl-"] {
    border-radius: 0;
}

/*
.npagePage .project .item_block:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
*/

#indexPage .project .item_block::after,
.npagePage:not(.post) .project .item_block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .08);
    left: 0;
    transition: all 0.36s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#indexPage .project .item_block::after, .npagePage:not(.post) .project .item_block::before{}
.mlist:not(.imagelink) .content_list .details {
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: lowercase;
}

#indexPage .project .item_block:hover::after {
    width: 100%;
    background: #db261d;
}

#indexPage .project .item_block:hover {
    background-color: #db261d;
}

#indexPage .project .item_block:hover .item_box .item_wrapper .item_info .title {
    color: #db261d;
}

#indexPage .project .item_block:hover .item_box .item_wrapper .item_des .description {
    color: rgba(255, 255, 255, .8);
}

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

.container_category>a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: rgba(170, 170, 170, .3);
    top: 10px;
    right: -7px;
}

.container_category>a:last-child::after {
    background: none;
}

.mlist.service .content_list .item_block .item_tags {
    display: none;
}

.project .container_content .content_wrapper .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
    display: none;
}

.ff_indexPage .mlist.news {
    background-color: #f8f8f8;padding-bottom: 80px;
}

#indexPage .news #item_block_0{
    width: 40%;
    float: left;
}

#indexPage .news #item_block_0:hover {
    box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.08);
}

#indexPage .news #item_block_0 .item_wrapper>.date_wrap {
    color: rgba(255, 255, 255, .6);
    width: auto;
    float: left;
    position: absolute;
    left: 30px;
}

#indexPage .news .content_list .item_des .description {
    display: none;
}

#indexPage .news .item_block {
    float: right;
    width: 52%;
}

#indexPage .news .content_list #item_block_0 .item_img {
    width: 100%;
}

#indexPage .news .content_list #item_block_0 .item_wrapper {
    width: calc(100% - 40px);
    background: #f1f1f1;
    padding: 28px 20px;    transition: all 0.36s ease;
}
#indexPage .news .content_list #item_block_0:hover .item_wrapper{background: #db261d;}
#indexPage .news .content_list #item_block_0 .item_wrapper .description {
    display: block
}

#indexPage .news .content_list #item_block_0 .item_wrapper .title {
    color: #fff;
    width: 80%;
    float: right;
    font-size: 16px;
}

#indexPage .news .content_list #item_block_0 .item_wrapper .description {
    color: rgba(255, 255, 255, .7);
    width: 80%;
    margin-left: 20%;
    padding-top: 15px;
}

#indexPage .news .content_list #item_block_1 .item_wrapper .title {
    font-size: 16px;
}

#indexPage .news .content_list #item_block_1 .item_wrapper .description {
    display: block;
    margin-top: 28px;
    width: 82%;
}

#indexPage .news #item_block_0 .item_wrapper>.date_wrap .time-connect:nth-of-type(2),
#indexPage .news #item_block_1 .item_wrapper>.date_wrap .time-connect:nth-of-type(2) {
    display: none
}

#indexPage .news #item_block_0 .item_wrapper>.date_wrap .d {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    top: -20px;
    left: -45px;
    letter-spacing: 1px;
    color: #fff;
}

#indexPage .news #item_block_1 .item_wrapper>.date_wrap {
    width: auto;
    float: right;
    right: -42px;
    top: -2px;
}

#indexPage .news #item_block_1 .item_wrapper>.date_wrap .d {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    top: -20px;
    left: -45px;
    letter-spacing: 1px;
    color: #888;
}

.mlist.news .content_list #item_block_0 .item_info .title::after {
    content: '';
    position: absolute;
    width: calc(80% - 40px);
    height: 1px;
    background: rgba(255, 255, 255, .2);
    left: calc(20% + 13px);
    margin-top: 43px;
}

.mlist.news .content_list #item_block_1 .item_info .title::after {
    width: 80%;
    margin-top: 43px;
}

#indexPage .mlist.news .content_list .item_block:not(#item_block_0) .details {
    bottom: 24px;
    right: 4px;
    position: absolute;
}

#indexPage .mlist.news .content_list #item_block_1.item_block .details {
    bottom: 0;
}

#indexPage .mlist.news .content_list #item_block_0.item_block .details {
    display: none;
}

#indexPage .mlist.news .content_list .item_block:hover .details {
    background: transparent;
    color: #db261d;
    right: -8px !important;
}

.mlist.news .content_list .item_block:not(#item_block_0) .item_info .title {
    font-size: 14px;
}

.mlist.news .content_list .item_block:not(#item_block_1) .item_info .title {
    font-size: 14px;
    color: #555;
    width: 78%;
    margin-left: 0;
}

.mlist.news .content_list .item_block:hover .item_info .title {
    margin-left: 10px;
}

.mlist.news .content_list .item_block:not(#item_block_1):hover .item_info .title {
    color: #db261d;
    margin-left: 10px;
}

.mlist.news .content_list .item_block:not(#item_block_0) .item_wrapper,
.mlist.news .content_list .item_block:not(#item_block_1) .item_wrapper {
    padding: 0;
    margin-bottom: 0;
}

.ff_indexPage .news .item_block:not(#item_block_0),
.ff_indexPage .news .item_block:not(#item_block_1) {
    margin-bottom: 0;
}

.ff_indexPage .news .item_block:not(#item_block_0) .details i {
    opacity: 0;
    position: relative;
    top: 2px;
}

.ff_indexPage .news .item_block:not(#item_block_0):hover .details i,
.ff_indexPage .news .item_block:not(#item_block_1):hover .details i {
    opacity: 1;
}

.ff_indexPage .news .item_block#item_block_1 .details i {
    opacity: 1;
}

.ff_indexPage .news .item_block#item_block_1 {
    margin-bottom: 40px;
    margin-top: 20px;
}
/*

.mlist.news .content_list .date_wrap:first-child {
    display: none;
}
*/

.mlist.news .content_list .item_block:not(#item_block_0) .item_wrapper>.date_wrap {
    width: auto;
    float: right;
    position: relative;
    top: -28px;
    right: 0px;
}

.mlist.news .content_list .item_block:not(#item_block_0):hover .item_wrapper>.date_wrap {
    right: 25px;
}

.ff_indexPage .mlist.news .content_list .item_block .item_info .title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    left: 0;
    margin-top: 40px;
}

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

.ff_indexPage .mlist.project .content_list .item_block:hover .details {
    background: #fff;
    color: #666;
    border-radius: 40px;
    border-color: transparent;
    width: 60px;
    margin-left: 30px;
    text-align: center;
}

.ff_indexPage .news .content_list .item_block:not(#item_block_0) .item_img {
    display: none;
}

.ff_indexPage .news .content_list .item_block:not(#item_block_0) .item_wrapper {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
}

.service .content_list .item_block .item_box .item_wrapper,
.ff_indexPage .project .content_list .item_block .item_box .item_wrapper,
.ff_pageList .project .content_list .item_block .item_box .item_wrapper,
.team .content_list .item_block .item_box .item_wrapper {
    transition: all 0.3s ease-out 0s;
}

.project.mlist .content_list .item_block .item_box .item_wrapper {
/*    padding: 24px 30px 24px 20px;*/
    padding: 0;
    margin-top: 20px;
}

.ff_indexPage .project .content_list .item_block:hover .item_box .item_wrapper,
.npagePage .project .item_block:hover .item_box .item_wrapper {
    padding-left: 30px;
    padding-right: 20px;
}
.ff_indexPage .project .content_list .item_block:hover .item_box .item_wrapper,.npagePage .project .item_block:hover .item_box .item_wrapper{padding: 0;}
.mlist.project:not(.imagelink) .content_list .item_info .subtitle {
    display: none;
}
.mlist.project:not(.imagelink) .content_list .item_info .subtitle{display: block;padding-bottom: 8px;border-bottom: 1px #f1f1f1 solid;}
.mlist.project .content_list .item_block .item_info .subtitle .fa-angle-right{float: right;margin-right: 20px;transition: all 0.3s ease-out 0s;opacity: 0;}
.mlist.project .content_list .item_block:hover .item_info .subtitle .fa-angle-right{margin-right: 0;opacity: 1;color: #db261d;}
.mlist.project:not(.imagelink) .content_list .item_block:hover  .item_info .subtitle{border-color: #db261d;}
.mlist.news .content_list .details {
    font-size: 0;
    border: none;
}

.mlist.news .content_list .details i {
    font-size: 13px;
}


/* .mlist.team_tabs .content_list .item_block {
    width: calc(100% / 4 - 20px);
    float: left;
} */

/*
.ff_indexPage .mcustomize.horizontal .container_content {
    background-color: #fff;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, .06);
    margin-top: 120px;
    padding: 0 0 0 75px;
    width: calc(100% - 75px);
}
*/

.mcustomize.tlir .container_content .mediabody .image,
/*
.mcustomize.tril .container_content .mediabody .image {
    width: 320px;
    height: 335px;
}
*/

body .ff_indexPage .module.mcustomize.tlir {
    background-position: top center !important;
    background-size: 100% !important;
}

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

.mcustomize.tlir .container_content .contentbody .wrapper .description,
.mcustomize.tril .container_content .contentbody .wrapper .description {
    margin-top: 80px;
}

/*
.mlist.imagelink .item_block {
    width: calc(100% / 5 - 0px);
    margin-right: 0px;
}
*/
.mcustomize.tlir .container_content .contentbody .wrapper .header{top: 0;}
.ff_indexPage .mcounter .module_container .content_list li .title {
    line-height: 26px;
}

.ff_indexPage .mlist .container_header .title {
    font-size: 20px;
}

.mlist.project .content_list .item_block .item_tags {
    display: none;
}

.ff_indexPage .team .item_block,
.npagePage:not(.post) .team .item_block {
    width: calc(100% / 4 - 15px);
}

.ff_indexPage .module.mcustomize:not(.tlir) {
    padding-top: 0;
    padding-bottom: 10px;
}

.mcustomize:not(.tlir):not(.tril) .container_content .contentbody .wrapper .description {
    display: none;
}

.ff_indexPage .service .item_block,
.npagePage:not(.post) .service .item_block {
    width: calc(100% / 2 - 20px);
}

/*
.ff_indexPage .module.team {
    background-color: #f8f8f8;
}
*/

.mlist .owl-nav .owl-prev:hover,
.mlist .owl-nav .owl-next:hover {
    background: #db261d;
}

.postSlider .tab_button .item_block:hover .item_img::after,
.postSlider .tab_button .item_block.current .item_img::after {
    border-color: #db261d;
}

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

.project.mlistpost .tabBtn .post-prev .img-wrap,
.project.mlistpost .tabBtn .post-next .img-wrap {
    border-color: #db261d;
}

.ff_topSlider .owl-nav .owl-prev:hover,
.ff_topSlider .owl-nav .owl-next:hover {
    background: #db261d;
}

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

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

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

.mlist:not(.imagelink) .content_list .item_block:hover .details {
    border-color: #db261d;
    background: #db261d;
    margin-left: 30px;
}

.ff_indexPage .mlist .content_wrapper .more:hover {
    background-color: #db261d;
    border-color: #db261d;
    color: transparent;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}

.mcustomize.tlir .container_content .contentbody .wrapper .description a,
.mcustomize.tril .container_content .contentbody .wrapper .description a {
    transition: all 0.36s ease;
    border: 1px solid rgba(170, 170, 170, 0.2);
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    background: transparent;
}

.mcustomize.tlir .container_content .contentbody .wrapper .description a:hover,
.mcustomize.tril .container_content .contentbody .wrapper .description a:hover {
    background: #db261d;
    color: #fff;
}

.ff_postPage .service.mlistpost .postInfo .description a,
.ff_postPage .project.mlistpost .postInfo .description a {
    height: 34px;
    line-height: 34px;
    color: #888;
}

.ff_postPage .service.mlistpost .postInfo .description a:hover,
.ff_postPage .project.mlistpost .postInfo .description a:hover {
    background: #db261d;
    border-color: #db261d;
}

.ff_indexPage .mlist.module .content_wrapper a.more::after,
.ff_indexPage .mlist.module .container_category a.ff_more::after {
    content: "\e905";
    position: absolute;
    font-family: 'icomoon' !important;
    width: 200px;
    line-height: 48px;
    font-size: 24px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    left: 50%;
    margin-left: -100px;
    margin-top: 10px;
}

.ff_indexPage .mlist.module .content_wrapper a.more:hover::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 1px;
}

.ff_indexPage .mlist.module .container_category a.ff_more:hover::after {
    margin-top: -18px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ff_indexPage .mlist.module .container_category a:last-child.ff_more:hover span {
    opacity: 0;
}

.ff_postPage .postInfo .usetdate {
    display: none;
}

.npagePage .ff_pageTarget {
    margin-top: 20px;
}

.ff_pageList .mlist.team .item_tags {
    display: none;
}

body #navWrapper .content .nav>.navitem .subnav li a:hover {
    background-color: #db261d;
    padding-left: 34px;
}

body #navWrapper .content .nav>.navitem .subnav {
    border-color: #db261d;
}

#banner div {
    height: 300px;
}
.banner-lishi#banner div{height: 670px;}
body #navWrapper .content .nav>.navitem .subnav li a {
    padding: 0px 26px;
    font-size: 13px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body #navWrapper .content .nav>.navitem .subnav li {
    border-bottom: 1px solid rgba(170, 170, 170, .2);
}

body #navWrapper .content .nav>.navitem .subnav li:hover {
    border-color: #db261d;
}

body #navWrapper .content .nav>.navitem .subnav li:last-child {
    border-bottom: none;
}


/*首页新闻动效方式  */


/* #indexPage .news .item_block::before {
    height: 100%;
    opacity: 0;
    bottom: 15px;
    left: 0;
    content: '';
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    -ms-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all .4s cubic-bezier(0.2, 0, 0.15, 1);
    -ms-transition: all .4s cubic-bezier(0.2, 0, 0.15, 1);
    transition: all .4s cubic-bezier(0.2, 0, 0.15, 1);
    background-color: #db261d !important;
}

#indexPage .news .item_block:hover::before {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0);
    -ms-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
} */

.ff_topSlider .content_list .item_block p.title {
    font-size: 30px;
    line-height: 38px;
    height: 38px;
}

#topSlider .sliderTitle {
    left: calc(50% - (1170px / 2) - 50px);
}

#topSlider .sliderTitle p {
    font-size: 13px;
}

#topSlider .owl-nav .owl-prev .iconfont::after {
    content: "\f104";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    text-rendering: auto;
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    left: 12px;
    opacity: 0;
}

#topSlider .owl-nav .owl-prev:hover .iconfont::after {
    left: -7px;
    opacity: 1;
    color: #db261d;
}

#topSlider .owl-nav .owl-next .iconfont::after {
    content: "\f105";
    font-family: "FontAwesome";
    opacity: 0;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    text-rendering: auto;
    font-size: 20px;
    transition: all 0.3s ease-out 0s;
    right: 25px;
    position: relative;
}

#topSlider .owl-nav .owl-next:hover .iconfont::after {
    opacity: 1;
    right: 8px;
    color: #db261d;
}

#topSlider .owl-nav .owl-prev .iconfont::before {
    transition: all 0.3s ease-out 0s;
    position: relative;
    left: 0;
}

#topSlider .owl-nav .owl-prev:hover .iconfont::before {
    left: -5px;
    opacity: 0;
}

#topSlider .owl-nav .owl-next .iconfont::before {
    transition: all 0.3s ease-out 0s;
    position: relative;
    right: 0;
}

#topSlider .owl-nav .owl-next:hover .iconfont::before {
    right: -5px;
    opacity: 0;
}

.ff_indexPage .module.mcustomize:not(.tlir) .link_icon {
    display: none;
}

#topSlider .owl-dots .owl-dot:hover:not(.active) span,
.mlist .owl-dots .owl-dot:hover:not(.active) span,
.imagelink .owl-dots .owl-dot:hover:not(.active) span {
    border-width: 2px;
    border-color: #a1a1a1;
}

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

.ff_indexPage #mcontact .contactinfo {
    margin-top: 10px;
}

.ff_indexPage #mcontact .container_header .title {
    text-align: left;
    float: left;
    margin-right: 10px;
}

.ff_indexPage .mcontact .container_header .subtitle {
    text-align: left;
    line-height: 38px;
}

body #header,
body #header.mini {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
}

.ff_indexPage .team_tabs .tab_content {
    background-color: #fff;
    margin-right: 50px;
    width: 370px;
}

.ff_indexPage .team_tabs .content_list .item_info .subtitle {
    color: #999;
    font-size: 13px;
    line-height: 24px;
}

.ff_indexPage .team_tabs.mlist .tab_content .content_list {
    padding: 50px;
}

/*
.ff_indexPage .module {
    padding-bottom: 86px;
}
*/

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

.ff_indexPage .team_tabs.mlist .tab_content .item_block {
    margin-bottom: 22px;
}

.ff_indexPage .module.team_tabs {
/*    padding-bottom: 60px;*/
    background-position: center bottom !important;
    margin-bottom: 80px;
}

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

.ff_pageList .news .item_block {
    width: 100%;
    float: left;
}

.ff_pageList .news .item_block .item_img img {
    width: 270px;
    height: auto;
}

.ad01.mlist .content_list .item_info .title {
    color: #fff;
    font-weight: bold;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}

.ad01.mlist .content_list .item_info .subtitle {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
}

.ad01.mlist .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle {
    color: #fff;
}

.ff_indexPage .ad01.mlist .content_list .item_wrapper {
    padding: 24px 26px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ff_indexPage .ad01.mlist .content_list .item_block:hover .item_wrapper {
    padding: 24px 26px 24px 32px;
}

.ff_indexPage .ad01.mlist {
    padding-bottom: 0;
}

.ff_indexPage .ad01 #item_block_0 {
    width: calc(100% / 2 - 0px);
    background-color: #db261d;
}

.ff_indexPage .ad01 .item_block:hover {
    box-shadow: 3px 8px 18px rgba(0, 0, 0, 0.09);
}

.ff_indexPage .ad01 #item_block_0 .item_img img {
    background-color: rgba(0, 0, 0, .1);
}

.ff_indexPage .ad01.mlist .content_list #item_block_0 .item_wrapper {
    width: 50%;
    left: 50%;
}

.ff_pageList .news .content_list .item_img {
    width: 270px;
    float: left;
}

#longPage .ff_pageList .mlist.news .content_list .item_block .item_wrapper {
    width: calc(100% - 140px);
    float: right;
    padding-top: 10px;height: 120px;
}

.mcustomize.tlir .contentbody {
    display: block;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.ff_indexPage #topSlider .owl-carousel .owl-nav.disabled {
    display: none;
}

.ff_indexPage .module.team_tabs .container_header {
    margin-bottom: 40px;
}

.mlist.team_tabs .owl-nav .owl-next .iconfont,
.mlist.team_tabs .owl-nav .owl-prev .iconfont {
    color: rgba(255, 255, 255, .7);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ff_indexPage .team_tabs .owl-nav .owl-prev:hover .iconfont,
.ff_indexPage .team_tabs .owl-nav .owl-next:hover .iconfont {
    color: #fff;
}

#mcontact .contactform .contactform_submit .inputtxt {
    border-bottom: none;
}

#mcontact .contactform .inputtxt {
    width: 500px;
}
#mcontact .contactform .inputtxt.yzm{float: left;width: 80px;}
.mlist.ad01 .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
    color: #fff;
}

.mlist.service .content_list .item_block:hover,
.service.mlistpost .listContent_post .content_wrapper .item_block:hover {
    box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}

.ff_indexPage .mlist.ad01 .container_header .title {
    display: none;
}

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

.mlist.service .content_list .details {
    margin-top: -2px;
    margin-bottom: 25px;
}

.mlist.team .content_list .date_wrap {
    display: none;
}

.mlist.team .content_list .item_block:hover {
    box-shadow: 5px 12px 25px rgba(0, 0, 0, 0.08);
    background-color: #db261d;
}

.mlist.team .content_list .item_info .title {
    float: left;
    margin-right: 10px;
}

.mlist.team .content_list .item_info .subtitle {
    line-height: 32px;
}

.mlist.team .content_list .details {
    margin-top: 5px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    top: 0;
}

.ff_indexPage .mlist .content_wrapper .more .fa-angle-right {
    line-height: 48px;
}

.ff_indexPage .mlist .content_wrapper .more {
    line-height: 48px;
}

.team .content_list .item_block .item_box .item_wrapper {
    padding-bottom: 18px;
}

.mlist.team .content_list .item_des {
    margin-top: 10px;
}

.mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
    color: #fff;
}

.mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle {
    color: rgba(255, 255, 255, .7);
}

.mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
    color: rgba(255, 255, 255, .8);
}

.mlist.team .content_list .item_block:hover .details {
    background-color: #fff;
    color: #db261d;
    margin-left: 20px;
    border-radius: 32px;
    top: 8px;
    border-color: #fff;
}

.team .content_list .item_block .item_box .item_wrapper::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 1px;
    background: rgba(255, 255, 255, .18);
    left: 0;
    bottom: 56px;
    transition: all 0.3s ease-out 0s;
}

.team .content_list .item_block:hover .item_box .item_wrapper::before {
    width: 100%;
}

.mlist.team_tabs .content_list .item_info .title,
.mlist.team_tabs .content_list .item_info .subtitle {
    width: 200px;
    overflow: hidden;
}

.mlist.team_tabs .content_list .item_block:hover .item_info .title,
.mlist.team_tabs .content_list .item_block:hover .item_info .subtitle {
    padding-left: 10px;
}

.mlist.team_tabs .content_list .item_block:hover .details {
    background-color: transparent;
    color: #db261d;
    right: -10px;
}

.team .content_list .item_block:hover .item_box .item_wrapper {
    padding-top: 20px;
    padding-bottom: 22px;
}

.service .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
    display: none;
}

.ff_pageList .mlist.news .content_list .item_block {
    border-bottom: 1px dashed rgba(0, 0, 0, .08);
}
.ff_pageList .mlist.news .content_list .item_block:hover{padding-left:10px;box-shadow:0 0 40px rgba(0,0,0,.08);border-color: #fff;}
.ff_pageList .mlist.news .content_list .item_block .item_info .title {
    font-size: 16px !important;
}

.ff_pageList .news .content_list .item_block .item_box .item_wrapper>.date_wrap {
    display: block;
}

.ff_pageList .mlist.news .content_list #item_block_0 .item_wrapper>.date_wrap {
    width: auto;
    float: right;
    position: relative;
    top: -28px;
    right: 0px;
}

#longPage .ff_pageList .mlist.news .content_list .item_block .item_wrapper .item_info {
    width: 780px;
}

#longPage .ff_pageList .mlist.news .content_list .item_block .item_wrapper .description {
    width: 800px;
}

.ff_pageList .mlist.news .content_list .details {
    margin-bottom: 0;
    font-size: 14px;
}
.ff_pageList .mlist.news .content_list .item_block:hover .details{right: 30px;}
.ff_pageList .mlist.news .content_list .item_block .item_des {
    transition: all 0.3s ease-out 0s;
}

.ff_pageList .mlist.news .content_list .item_block:hover .item_des {
    margin-left: 10px;
}

.ff_indexPage .module.team_tabs {
    padding-top: 10px;
}

.ff_postPage .team.mlistpost .module_container,
.ff_postPage .news.mlistpost .module_container {
    width: 1170px;
}

.service.mlistpost .tabBtn .post-prev .img-wrap {
    width: 180px;
}

.ff_postPage .mlistpost.project #postSlider {
    display: none;
}

.ff_postPage .project.mlistpost .postInfo {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.ff_postPage .project.mlistpost .postInfo .mainInfor .title {
    font-size: 18px;
}

.ff_postPage .project.mlistpost .postContent {
    margin-top: 20px;
    width: 100%;
    max-width: 1170px;
    padding-right: 0;
}

.ff_postPage .mlistpost .content_list .item_info .subtitle,
.project.mlistpost .postInfo .mainInfor .subtitle {
    display: none;
}

.npagePage.ff_postPage .ff_pageTarget {
    background-color: #f8f8f8;
}

.ff_postPage .team.mlistpost .postContent,
.ff_postPage .news.mlistpost .postContent {
    float: left;
    margin-right: 80px;
    width: 780px;
}

.ff_postPage .team.mlistpost .listWrap,
.ff_postPage .news.mlistpost .listWrap {
    width: 310px;
    padding-right: 0;
}

.ff_postPage .mlist:not(.imagelink) .content_list .details {
    margin-top: 0;
}

.ff_postPage .news.mlistpost .postContent {
    padding-top: 0;
}

.ff_postPage .mlistpost.service .postInfo .description,
.ff_postPage .mlistpost.team .postInfo .description,
.ff_postPage .mlistpost.news .postInfo .description {
    display: none;
}

.ff_postPage .mlistpost.service .postInfo,
.ff_postPage .mlistpost.team .postInfo,
.ff_postPage .mlistpost.news .postInfo {
    margin-bottom: 20px;
}

.ff_postPage .mlistpost .postInfo .title {
    font-size: 17px;
    line-height: 32px;
}

.ff_postPage .news.mlistpost .postContent .postInfo,
.ff_postPage .team.mlistpost .postContent .postInfo {
    display: block;
}

.ff_postPage .news.mlistpost #postWrapper .listWrap .postInfo,
.ff_postPage .team.mlistpost #postWrapper .listWrap .postInfo {
    display: none;
}

.ff_postPage .team.mlistpost .postContent {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
}

.ff_postPage .news.mlistpost .postbody p {
    line-height: 26px;
}

.npagePage.ff_postPage .mlistpost.news .container_content {
    padding-top: 0;
}

.npagePage.pageEditor .container_content {
    padding-top: 36px;
}

.ff_postPage .item_tags>a {
    border: 1px solid rgba(170, 170, 170, .3);
}

.ff_postPage .listContent_post h3 {
    font-weight: normal;
}

.ff_postPage .project.mlistpost .postInfo .description {
    display: none;
}

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

.ff_pageList .mlist.news .content_list .details {
    margin-left: 40px;
    margin-top: -5px;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    float: right;
}

.ff_pageList .mlist.news .content_list .item_block:hover .details {
    margin-left: 50px;
}

.ff_postPage .mlistpost.news .content_list .details {
    display: none;
}

.news.mlistpost .tabBtn .post-next .infor-wrap,
.news.mlistpost .tabBtn .post-prev .infor-wrap {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news.mlistpost .tabBtn .post-next:hover .infor-wrap,
.news.mlistpost .tabBtn .post-prev:hover .infor-wrap {
    width: 160px;
}

.ff_postPage .news.mlistpost .listContent_post {
    border-top: none;
}

.ff_postPage .news.mlistpost .listContent_post .mlist {
    border-top: 1px solid rgba(170, 170, 170, .2);
}

.news.mlistpost .content_list .item_block .item_wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.news.mlistpost .content_list #item_block_0 .item_wrapper {
    padding-top: 20px;
}

.news.mlistpost .content_list .item_wrapper>.date_wrap {
    display: none;
}

.news.mlistpost .listContent_post .item_block {
    border-bottom: 1px solid rgba(170, 170, 170, .2);
}

.news.mlistpost .listContent_post .item_block:last-child {
    border-bottom: none;
}

.ff_topSlider .content_list .item_block p.subtitle {
    margin-top: 3px;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
}
.mcustomize.tlir .container_content .contentbody .wrapper{padding-top: 0;}
body #navWrapper .content .nav>.navitem>a {
    transition: all 0.3s ease-out 0s;
}

body .searchGroup .searchFormGroup input,
#search-list .searchGroup .searchFormGroup input {
    background: #fff;
    border: 2px solid rgba(170, 170, 170, 0.2);
}

#banner div {
    background-position: center center;
}


/* 
.ad01.mlist .content_list .item_info .title {
    color: #fff;
    font-weight: bold;
    font-family: 'å¾®è½¯é›…é»‘', Arial, Helvetica, sans-serif;
} */

.bodylist.bodyad01 .ad01.mlist .content_list .item_info .subtitle {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
}

.bodylist.bodyad01 .ad01.mlist .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle {
    color: #fff;
}

.bodylist.bodyad01 .ad01.mlist .content_list .item_wrapper {
    padding: 24px 26px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.bodylist.bodyad01 .ad01.mlist .content_list .item_block:hover .item_wrapper {
    padding: 24px 26px 24px 32px;
}

.bodylist.bodyad01 .ad01.mlist {
    padding-bottom: 0;
}

.bodylist.bodyad01 .ad01 #item_block_0 {
    width: calc(100% / 2 - 0px);
    background-color: #db261d;
}

.bodylist.bodyad01 .ad01 .item_block:hover {
    box-shadow: 3px 8px 18px rgba(0, 0, 0, 0.09);
}

.bodylist.bodyad01 .ad01 #item_block_0 .item_img img {
    background-color: rgba(0, 0, 0, .1);
}

.bodylist.bodyad01 .ad01.mlist .content_list #item_block_0 .item_wrapper {
    width: 50%;
    left: 50%;
}

.bodylist.bodyad01 .mlist.ad01 .container_header .title {
    display: none;
}

.bodylist.bodyad01 .mlist.ad01 .content_wrapper {
    padding-top: 10px;
}

.bodylist.bodyad01 .ad01.mlist .content_list .date_wrap,
.bodylist.bodyad01 .ad01.mlist .content_list .item_des,
.bodylist.bodyad01 .ad01.mlist .content_list .details {
    display: none;
}

.bodylist.bodyad01 .ad01.mlist .content_list .item_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px 20px;
    box-sizing: border-box;
}


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

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

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

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

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

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

.mcustomize.tril .container_content .mediabody .image {background-size: 100% auto; width: 320px; height: 300px;}

.ff_indexPage .mcustomize.horizontal.tril .container_content {  padding: 60px; width: calc(100% - 120px);  }

.mcustomize.tril .container_content .contentbody .wrapper .description { margin-top: 0;}
.footer-list>li{float: left;width: 146px;text-align: center;}
.footer-list>li>a{color: #333;font-size: 15px;line-height: 18px;display: block;border-right: 1px #e5e5e5 dashed;}
.footer-list-sub ol{line-height: 26px;}
.footer-list-sub{margin-top: 20px;}
.footer-list a:hover{color: #db261d;}
.footer-menu{border-top: 1px solid #f0f0f0;}
.module.footer-menu{padding-top: 30px;}
.footer-list>li:last-child a{border: none;}
.ff_pageList .mlist.news .content_list .item_block .date_wrap{float: left;width: 100px;text-align: center;height: 60px;border-right: 1px solid #e6e6e6;margin-top: 30px;}
.ff_pageList .mlist.news .content_list .details{position: relative;right: 10px;bottom: 40px;}
.ff_pageList .mlist.news .content_list .item_block .date_wrap .d{font-size: 40px;margin-top: 10px;}
.ff_pageList .mlist.news .content_list .item_block .date_wrap span{font-size: 15px;color: #aaa;}
body #navWrapper .content .nav > .navitem:nth-child(5) .subnav,body #navWrapper .content .nav > .navitem:nth-child(5) i{display: none;}
.contact-list li{float: left;width: calc(100% / 2);border-top: 1px #d5d5d5 dotted;padding: 30px 0;}
.contact-list li .contact-list-box{padding: 0 15% 0 25%;width: 60%;border-right: 1px #e0e0e0 dotted;}
.contact-list li h3{font-size: 16px;font-weight: normal;line-height: 20px;padding-bottom: 10px;}
.contact-list li p{color: #999;line-height: 24px;}
.contact-list li:nth-child(2n) .contact-list-box,.contact-list li:last-child  .contact-list-box{border: none;}
.image_box_top{background: #444;padding: 76px 0;}
.image_box_top_left{width: 800px;height: 560px;background: #393939;}
.image_box_top_left_tit{margin:0 0 0 60px;padding-top: 80px;}
.image_box_top_left_tit h3{font-size: 18px;font-weight: normal;color: #f2b622;}
.image_box_top_left_tit p{line-height: 30px;color: #d3d3d3;position: relative;}
.image_box_top_left_tit p::after{position: absolute;content: '';width: 40px;height: 1px;background: #979797;left: 0;bottom: 0;}
.image_box_top_left_img{margin: 20px 0 0 140px;}
.image_box_top_right{width: 480px;position: absolute;top: 80px;right: 0;}
.image_box_top_right .instr{margin-top: 30px;line-height: 30px;color:#d3d3d3;text-align:justify;text-align-last:justify;}
.image_box_top_font_left .image_box_top_left_tit p::after{background: #f2b622;width: 60px;}
.image_box_top_font_left_list{margin: 20px 0 0 90px;}
.image_box_top_font_left_list span{display: block;float: left;text-align: center;line-height: 42px;height: 42px;border: 1px solid #7a7a7a;color: #f2b622;margin-right: 30px;width: 160px;margin-top: 20px;}
.image_box_title{text-align: center;position: relative;}
.image_box_title h3{font-size: 30px;font-weight: normal;color: #f2b622;}
.image_box_title .subtitle{font-size: 120px;position: relative;opacity: 0.2;text-align: left;left: 50%;margin-top: -20px;}
.image_box_title::after{position: absolute;content: '';width: 100%;height: 1px;background: #515151;left: 0;bottom: 80px;}
.image_mian_box_img{text-align: center;float: left;width: 50%;}
.image_mian_box_font{text-align: center;float: right;width: 46%;margin-top: 120px;padding: 0 2%;}
.image_mian_box_font p{font-size: 30px;color: #fff;line-height: 30px;margin-top: 10px;}
.image_mian_box_font .tit{font-size: 30px;color: #f2b622;position: relative;line-height: 60px;}
.image_mian_box_font .tit::after{position: absolute;content: '';width: 40px;height: 2px;background: #727272;bottom: 0;left: 50%;margin-left: -20px;}
.image_mian_box_font .instr{font-size: 14px;color: #d3d3d3;line-height: 26px;}
.image_mian_box:nth-child(2n) .image_mian_box_img{float: right;}
.image_mian_box:nth-child(2n) .image_mian_box_font{float: left;}
.image_mian_box{margin-bottom: 180px;position: relative;}
.image_mian_box::after{position: absolute;content: '';width: 274px;height: 274px;left: 50%;margin-left: -137px;top: 440px;background: url(../images/xiexian-1.png) no-repeat;}
.image_mian_box:nth-child(2n)::after{background: url(../images/xiexian-2.png) no-repeat;}
.image_mian_box:last-child::after{background: none;}
.container-fluid{position: relative;}
.container-fluid .custom_previous{position: absolute;left: 0;top: 50%;margin-top: -20px;}
.container-fluid .btn-danger{display: block;width: 60px;height: 40px;background: #56595e;cursor: pointer;}
.container-fluid .btn-danger:hover{background: #d36a6a;}
.container-fluid .custom_next{position: absolute;right: 0;top: 50%;margin-top: -20px;}
.container-fluid img{cursor: pointer;}
/*
.image_box_top .postbody,.image_box_top .postbody p,.image_box_top .postbody div{color: #999;}
.image_box_top .postbody{padding: 30px 0 0;}
*/
.image_box_top .postbody,.image_box_top .postbody p,.image_box_top .postbody div{color: #fff; }
.image_box_top .postbody{padding: 30px 0 0;font-size: 14px; line-height: 28px;}
.image_xgcp_tit{text-align: center;font-weight: normal;color: #fff;position: relative;font-size: 24px;margin-bottom: 30px;padding-bottom: 15px;}
.image_xgcp_tit::after{position: absolute;content: '';width: 60px;height: 1px;background: #999;bottom: 0;left: 50%;margin-left: -30px;}
.image_box_top.mlist:not(.imagelink) .content_list .item_info .title{color: #999;}
.right_fuchuang{position: fixed;top: 180px;right: 0px;}
.right_fuchuang .fc_box{width: 68px;height: 116px;border-bottom: 1px solid #fff;background: #db261d;color: #fff; -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;text-align: center;line-height: 68px;font-size: 16px;letter-spacing:4px;cursor: pointer;transition: all 0.3s;}
.right_fuchuang .fc_box:last-child{border: none;}
.right_fuchuang .fc_box:hover,.right_fuchuang .fc_box.active{background: #f2b622;}
.content_tab_list{display:none;}

.module_container{
    max-width: 1170px;
    margin: 0 auto;
}
.image_box_top_right_font-list{margin-bottom: 30px;}
.image_box_top_right_font-list h3{color: #f00;font-size: 22px;font-weight: normal;position: relative;line-height: 30px;padding-top: 15px;}
.image_box_top_right_font-list h3::after{position: absolute;content: '';height: 1px;width: 60px;background: #626262;top: 0;left: 0;}
.image_box_top_right_font-list p{line-height: 26px;color: #d3d3d3;margin-top: 10px;}

.image_box_top_right .rj-tit{font-size: 18px;color: #fff;line-height: 36px;margin: 70px 0 0 80px;}
.image_box_top_right .zlh-subtit{font-size: 22px;color: #db261d;line-height: 36px;margin: 30px 0 0 80px;}
.image_box_ys_list li{float: left;width: 534px;margin-top: 80px;}
.image_box_ys_list li:nth-child(2n){float: right;}
.image_box_ys_list li h3{font-weight: normal;font-size:30px;color: #01b0ff;position: relative;padding-bottom: 5px;text-align: center;}
.image_box_ys_list li h3::after{position: absolute;content: '';height: 1px;width: 12px;left: 50%;margin-left: -6px;background: #515151;bottom: 0;}
.image_box_ys_list li .intsr{background: url(../images/image_box_ys_list_li.png) no-repeat center;line-height: 26px;height: 84px;padding: 20px 30px;width: 473px;margin-top: 30px;color: #c4c4c4;}
.image_box_fyfw{height: 400px;background: url(../images/image_box_fyfw.png) no-repeat center;position: absolute;top: 76px;width: 100%;}
.image_box_fyfw_list{float: right;}
.image_box_fyfw_list li{float: left;width: 136px;padding: 0 33px;text-align: center;border-right: 1px solid #4b4b4b;margin-top: 60px;height: 273px;}
.image_box_fyfw_list li h3{font-size: 18px;color: #fff;font-weight: normal;margin-top: 20px;}
.image_box_fyfw_list li img{margin-top: 30px;}
.image_box_fyfw_list li p{color: #c1c1c1;text-align: left;line-height: 26px;margin-top: 20px;}
.image_box_fyfw_list li:last-child{padding-right: 0;border: none;}
.image_box_top_right_font{float: right;background: rgba(0,0,0,0.5);height: 260px;width: 600px;padding: 110px 80px;margin-top: 80px;}
.image_box_top_right_font .image_box_top_left_tit{padding-top: 0;text-align: right;}
.image_box_top_right_font .image_box_top_left_tit p::after{right: 0;left: auto;background: #01b0ff;width: 80px;}
.image_box_top_right_font .image_box_top_left_tit p{padding-bottom: 10px;}
.image_box_top_right_font .image_box_top_left_tit h3{font-size: 26px;padding-bottom: 10px;}
.image_box_top_right_font .font{text-align: right;margin-top: 40px;line-height: 30px;color: #adadad;font-size: 16px;}
.image_box_main_left{float: left;width: 708px;margin-top: 60px;}
.image_box_main_right{float: right;width: 420px;}
.image_box_main_right_list li{line-height: 30px;margin-top: 35px;border-bottom: 1px solid #545454;color: #fff;height: 30px;font-size: 16px;padding-bottom: 10px;}
.image_box_main_right_list li font{margin-right: 10px;color: #878787;width: 30px;text-align: center;display: inline-block;position: relative;}
.image_box_main_right_list li font::after{position: absolute;content: '';left: 0;bottom: -11px;background: #878787;height: 1px;width: 30px;}
.image_box_main_right_instr{margin-top: 40px;}
.image_box_main_right_instr p{font-size: 12px;color: #e3e3e3;line-height: 30px;}
.article_title{text-align: center;line-height: 30px;font-size: 24px;font-weight: normal;color: #333;margin-top: 50px;}
.article_info{text-align: center;color: #999;line-height: 26px;margin-top: 10px;}

.prenext{text-align: center;padding: 30px 0;border-bottom: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;}
.prenext div{display: inline-block;margin: 0 5px;position: relative;}
.prenext div a{/*width: 40px;*/height: 40px;background: #e5e5e5;color: #fff;/*display: block;*/cursor: pointer; line-height: 48px;}
.prenext div a:hover{background: #db261d;}
.image_postbody_body_top{position: relative;height: 480px;}
.image_postbody_body_font{float:left;width: 410px;padding: 60px 180px 60px 80px;position: relative;top: 100px;left: 0;border: 1px solid #9c9789;}
.image_postbody_body_font p{line-height: 32px;margin-top: 30px;color: #d6d6d6;}
.image_postbody_body_font p:first-child{margin-top: 0;}
.image_postbody_body_img{width: 600px;height: 370px;float: right;position: absolute;top: 50px;right: 0;}
.image_postbody_body_list{margin-right: -40px;float:left;margin-top: 50px;}
.image_postbody_body_list li{float: left;width: calc(100%/4 - 40px);margin-right: 40px;position: relative;transition: all 0.36s ease;text-align: center;height: 370px;}
.image_postbody_body_list li::after{border: 2px #494849 dashed;position: absolute;width:258px;height: 100%;content: '';top: 0;left: 0;}
.image_postbody_body_list li img{margin-top: 30px;}
.image_postbody_body_list li h3{position: relative;margin-top: 30px;color: #f2b622;height: 30px;position: relative;}
.image_postbody_body_list li h3::after{position: absolute;content: '';width: 28px;height: 1px;background: #d6d6d6;bottom: 0;left: 50%;margin-left: -14px;}
.image_postbody_body_list li p{margin-top: 20px;line-height: 26px;color: #d6d6d6;padding: 0 20px;}
.image_postbody_body_instr{margin-top: 40px;line-height: 32px;color: #d6d6d6;float: left;width: 100%;}
.img_list_left{float: left;width: 80%;text-align: center;margin-top: 50px;padding-bottom: 80px;}
.img_list_right{float: right;width: 6%;margin-top: 50px;padding-bottom: 80px;margin-right: 40px;}
.img_list_right li{border: 1px solid #555;padding: 10px;cursor: pointer;}
.img_list_right li.active{border-color: #db261d;}
.img_list_left li{display: none;}
.img_list_left li.active{display: block;}















