.erweima{
    position: absolute;
    right: 3%;
    z-index: 1;
    width: 190px;
    height: 190px;
    top: 30px;
}
.contactlist img{
    position: relative;
    top: 0;
    width: 316px;
    height: auto;
    margin-top: 50px;
}
#mcontact .contactlist {
    display: flex;
    flex-direction: column;
}
#mcontact .contactinfo > p{
    line-height: 2;
}
#mcontact .contactinfo{
    padding-top: 30px;
}
.agent-pc .ff_indexPage #mcontact .contactinfo > p:nth-of-type(odd) {
    width: 40%;
}
.agent-pc .ff_indexPage .mcustomize.tlir .module_container{
    margin-bottom: 50px;
}

.mlist.project .content_list .item_block.my_img .item_img {
    padding-top: 60%;
}
.mlist.project .content_list .item_block.case .item_img {
    padding-top: 78%;
}
.bodyindex .mlist.project .content_list .item_block.my_img .item_img::after {
    content: "";
    width: 0;
    height: 0;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -10%;
    transition: all 0.36s ease-out;
    z-index: 1;
}
.bodyindex .mlist.project .content_list .item_block.my_img .item_img::before {
    content: "";
    width: 140px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -10%;
    transition: all 0.36s ease-out;
    z-index: 1;
}
.agent-pc .bodyindex .mlist.project .content_list .item_block.my_img:hover .item_img::before {
    top: calc(50% + 30px);
    left: calc(50% - 70px);
    opacity: 0.9;
}
.bodyindex .mlist.project .content_list .item_block.my_img:hover .item_box .item_wrapper {
    background-color: transparent;
    transform: none;
    bottom: 30%;
}
.bottom-banner {
    background: #041E34 url(swiper/images/bg.png) no-repeat center 100%/100% 70%;
    width: 100%;
    float: left;
}

@media screen and (max-width: 668px) {
    .bottom-banner {
        background-size: auto 100%;
    }
}

.bottom-banner .swiper-container {
    width: 100%;
    margin: 80px 0;
}

@media screen and (max-width: 668px) {
    .bottom-banner .swiper-container {
        margin: 20px 0 15px;
    }
}

.bottom-banner .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
}

.bottom-banner .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.bottom-banner .swiper-slide a {
    width: 1124px;
    height: 364px;
    display: block;
    margin: 0 auto;
    background: #fff;
}

@media screen and (min-width: 668px) {
    .bottom-banner .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        content: "";
        width: 100%;
        height: 100%;
        background: url(swiper/images/bg.png) 0 0 repeat;
        border-radius: 20px;
    }
}

.bottom-banner .swiper-slide-active a:after {
    background: none;
}
@media screen and (max-width: 668px) {
    .bottom-banner .swiper-slide a {
        width: 100%;
    }
    .bottom-banner .swiper-slide{
        background: #fff;
        margin: 20px 0;
    }
}

.bottom-banner .swiper-slide img {
    display: block;
    height: 100%;
    width: 568px;
    float: left;
}
.bannerTitle{
    width: 556px;
    float: left;
}
.bannerTitle>p:nth-of-type(1){
    text-indent: 36px;
    margin:43px 0 55px;
    color: #4F4C47;
    font-size: 40px;
}
.bannerTitle>p:nth-of-type(2){
    width: 480px;
    margin-left: 36px;
    color: #4F4C47;
    font-size: 16px;
    line-height: 22px;
}
@media screen and (max-width: 668px) {
    .bottom-banner {
        background: #041E34 url(swiper/images/bg.png) no-repeat 0 100%/100% auto;
        width: 100%;
        float: left;
    }
    .bottom-banner .swiper-slide img {
        height: auto;
    }
    .bannerTitle{
        width: 100%;
        height: 165px;
    }
    .bannerTitle>p:nth-of-type(1) {
        text-indent: 5%;
        color: #4F4C47;
        font-size: 24px;
        margin: 15px 0;
    }
    .bannerTitle>p:nth-of-type(2){
        width: 90%;
        margin-left: 5%;
        color: #4F4C47;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
}

.bottom-banner .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.bottom-banner .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.bottom-banner .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    border: 6px solid #00a0e9;
    margin-bottom: 0;
}

@media screen and (max-width: 668px) {

    .bottom-banner .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .bottom-banner .swiper-pagination-bullet {
        background: #00a0e9;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }

    .bottom-banner .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #FFF;
        border: 3px solid #00a0e9;
        margin-bottom: 0;
    }
}

.bottom-banner .button {
    width: 1000px;
    margin: 0 auto;
    bottom: 43px;
    position: relative;
}

@media screen and (max-width: 668px) {
    .bottom-banner .button {
        width: 70%;
        bottom: 22px;
    }
}

.bottom-banner .button div:hover {
    background-color: #2f4798;
}

.bottom-banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

.bottom-banner .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

@media screen and (max-width: 668px) {
    .bottom-banner .button div {
        width: 28px;
        height: 28px;
    }
}

/*top-banner*/
.top-banner{
    height: auto;
    width: 100%;
}
.top-banner img{
    max-height: 100%;
    max-width: 100%;
}
body #navWrapper .content .nav >.navitem a{
    border-bottom:2px solid white;
}
body #navWrapper .content .nav >.navitem.active a{
    border-bottom:2px solid #005CB9;
    color: #005CB9;
}
body #navWrapper .content .nav >.navitem:hover >a {
    border-bottom:2px solid #005CB9;
    color: #005CB9;
}
#business{
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 50px;
}
.ff_sitecontent .ff_indexPage .module_container .scenarios{
    position:static;
    visibility: visible;
    animation-name: fadeInUp;
    padding-bottom: 50px;
}
.ff_indexPage .project.ff_noSlider .container_header .title, .ff_indexPage .project.ff_noSlider .container_header .subtitle.my-title{
    color: #005CB9;font-size: 30px;line-height: 1.2em;
}
.ff_indexPage .module#case{
    padding-bottom: 0;
}
.ff_indexPage .module#scenarios{
    padding-top: 10px;
}
.navTop{
    display: none;
}
.bodyindex .mlist.project .content_list.scen .item_block .item_img .item_mask img{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.bodyindex .mlist.project .content_list.scen .item_block:hover .item_img .item_mask img{
    opacity: 1;
}
.bodyindex .content_list.scen .item_block .item_box .item_wrapper{
    transition: initial;
}
.bodyindex .mlist.project .content_list.scen .item_block.my_img .item_img::before{
    transition: initial;
}
.mlist:not(.imagelink) .content_list.scen .item_block:hover .item_box .item_mask img{
    transform: initial;
}
/*手机屏幕的时候样式*/
@media all and (max-width:768px){
    #headTop{
        display: none;
    }
    .agent-pc body #header{
        top: 0;
    }
    .agent-pc body.bodyindex #header .wrapper > .content{
        padding: 0;
    }
    .agent-pc body.bodyindex #header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.9);
        padding: 0;
        margin: 0;
        border-radius:0;
        z-index: 100001;
        display: none;
    }
    .agent-pc .bodyindex #sitecontent{
        padding-top: 50px;
    }
    .agent-pc body.bodyindex #header.mini{
        padding: 0;
    }
    body #navWrapper .content .nav >.navitem >a{
        padding: 0 20px;
    }
    body #navWrapper .content .nav > .navitem > a, body #header.mini #navWrapper .content .nav > .navitem > a{
        line-height: 28px;
    }
    .agent-pc body #navWrapper .content .nav > .navitem{
        height: 40px;
        text-align: center;
    }
    .agent-pc body #header #navWrapper{
        max-width: inherit;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .top-banner .button{
        display: none;
    }
    .agent-pc .mcustomize.tlir .container_content .contentbody .wrapper, .agent-pc.mcustomize.tril .container_content .contentbody .wrapper{
        padding-top: 0;
    }
    .mcustomize .wrapper .header .title,.mcustomize .wrapper .header .subtitle{
        text-indent: 10%;
    }
    .agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .header, .agent-pc .mcustomize.tril .container_content .contentbody .wrapper .header,.agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .description, .agent-pc .mcustomize.tril .container_content .contentbody .wrapper .description{
        float: inherit;
    }
    .agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .description, .agent-pc .mcustomize.tril .container_content .contentbody .wrapper .description{
        width: 90%;
        padding: 0 5%;
    }
    .agent-pc .ff_indexPage .mcustomize.tlir .module_container{
        min-width: 100%;
        width: 100%;
    }
    .agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .header, .agent-pc .mcustomize.tril .container_content .contentbody .wrapper .header{
        max-width: 100%;
    }
    .ff_indexPage .module{
        padding-top: 0;
    }
    .agent-pc .ff_sitecontent .module .module_container{
        width: 100%;
        max-width: 100%;
        min-width: inherit;
    }
    .ff_indexPage .project.ff_noSlider #item_block_0,.ff_indexPage .project.ff_noSlider #item_block_2{
        margin-top: 100px;
        margin-left: 0;
    }
    .ff_indexPage .project.ff_noSlider #item_block_1{
        margin-top: 100px;
    }
    .agent-pc .ff_indexPage .project .item_block{
        width: calc(100%/2 - 10px);
        float: left;
        margin-right: 20px;
    }
    .agent-pc .ff_indexPage .project .scen .item_block{
        width: calc(100%);
        float: left;
        margin-right: 20px;
    }
    .agent-pc .ff_indexPage .project .item_block:nth-of-type(2n){
        margin-right: 0;
    }
    .mcustomize .wrapper .header{
        padding-bottom: 22px;
    }
    #business{
        padding-bottom: 20px;
    }
    .ff_indexPage .module{
        padding-bottom: inherit;
    }
    .ff_sitecontent .ff_indexPage .module_container .scenarios{
        position:static;
        visibility: visible;
        animation-name: fadeInUp;
        padding-bottom: 20px;
    }
    .ff_indexPage .project.ff_noSlider .container_header .title, .ff_indexPage .project.ff_noSlider .container_header .subtitle.my-title{
        color: #005CB9;font-size: 25px;line-height: 1.2em;
    }
    .erweima{
        width: 100px;
        height: 100px;
        top: 0;
        right: 20px;
    }
    .agent-pc .ff_indexPage #mcontact .contactinfo > p:nth-of-type(odd){
        width: 81%;
        margin-left: 20px;
    }
    .contactlist img{
        width: 150px;
        margin-left: 20px;
    }
    .agent-pc .ff_sitecontent .module.project .module_container {
        width: 90%;
        max-width: 90%;
    }
    .ff_indexPage .project .content_wrapper, .bodyproject .project .content_wrapper{
        margin-right: inherit;
    }
    .bodyindex .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_info .title{
        font-size: 10px;
        width: 90%;
        margin: 0 auto;
    }
    .bodyindex .mlist.project .content_list .item_block .item_box .item_wrapper{
        width: 100%;
        padding: 0;
    }
    #business{
        margin-top: 40px;
    }

    body #navWrapper .content .nav >.navitem{
        font-size: 20px;
        float: initial;
        font-weight: bold;
    }
    body #navWrapper .content .nav >.navitem.active a{
        border-bottom: none;
        color:#666;
    }
    body #navWrapper .content .nav >.navitem a{
        border-bottom: none;
    }
    body #navWrapper .content .jsMoveEl{
        background-color: initial;
    }
    body #header.mini #navWrapper .content .nav >.navitem{
        font-size: 20px;
        font-weight: bold;
    }
    .navTop{
        display: block;
        width: 100%;
        height: 50px;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 100002;
    }
    .navTop>img{
        height: 30px;
        margin-left: 20px;
        margin-top: 10px;
        float: left;
    }
    .nav-toggle{
        float: right;
        width: 31px;
        margin-right: 20px;
        margin-top: 22px;
    }
    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 31px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    .nav-toggle span:after {
        bottom: -8px;
    }
    .nav-toggle span:before {
        top: -8px;
    }
    .nav-toggle.active span {
        background: #fff;
    }
    .nav-toggle.active span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }
    .nav-toggle.active span:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }
    .bodyindex .mlist.project .content_list .item_block.my_img:hover .item_box .item_wrapper{
        bottom: 38%;
    }
    .bodyindex .mlist.project .content_list.scen .item_block:hover .item_box .item_wrapper .item_info .title{
        font-size: 20px;
    }
    .bodyindex .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_info .title span{
        font-size: 14px;
    }
}
