﻿#pg_margins
{
    transition: transform .4s cubic-bezier(.4,.01,.165,.99);
}
body.m-nav-show
{
    overflow: hidden;
}
body.m-nav-show #pg_margins
{
    transform: translate3d(0,0,80%);
    -webkit-transform: translate3d(0,0,80%);
}
#header
{
    background: #fff;
    z-index: 9;
}
.logo
{
    height: 70px;
}
.hd_tel
{
    position: absolute;
    right: 55px;
    top: 0;
    display: block;
    width: 50px;
    height: 70px;
    z-index: 1;
}
.hd_tel a
{
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    content: "";
    background: url(../image/nav_tel.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.logoimg
{
    background-position: 0 50%!important;
}
.hd_home
{
    position: absolute;
    display: none;
}
.logoimg, .logoimg a, .icon-back a, .icon-home a
{
    display: block;
    width: 100%;
    height: 100%;
}
@media(max-width: 414px)
{
    body, .text, .textarea, .input
    {
        font-size: 12px;
    }
    .logo
    {
        height: 70px;
    }
    .logoimg
    {
        background-size: 60%!important;
    }
}
.navBtn
{
    position: absolute;
    top: 0;
    right: 5px;
    width: 50px;
    height: 70px;
    z-index: 1;
}
.navBtn:after
{
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    content: "";
    background: url(../image/nav_m.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.navArea
{
    width: 80%;
    height: 100%;
    position: fixed;
    right: -80%;
    top: 0;
    background: #f8f8f8;
    transition: transform .4s cubic-bezier(.4,.01,.165,.99);
}
body.m-nav-show .navArea
{
    transform: translate3d(-80%,0,0);
    -webkit-transform: translate3d(-80%,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    z-index: 99;
}
.m-nav-show .navBtn:after
{
    background: url(../image/icon-close2.png) no-repeat center;
    background-size: 65%;
    z-index: 999;
}
.navArea ul
{
    display: block!important;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 22% 3% 3%;
    list-style: none;
    max-height: 490px;
}
.navArea ul li
{
    width: 100%;
    margin: 0;
    font-size: 14px;
}
.navArea ul li a
{
    position: relative;
    display: block;
    line-height: 20px;
    display: block;
    padding: 14px 20px;
    text-align: left;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.navArea ul li a:after
{
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(0,0,0,.05);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.navArea ul li a.current
{
    background: #fff;
    color: #000;
}
.navnum_1, .appNavNum_1
{
    width: 100%;
}
.navnum_2, .appNavNum_2
{
    width: 50%;
}
.navnum_3, .appNavNum_3
{
    width: 33.33%;
}
.navnum_4, .appNavNum_4
{
    width: 25%;
}
.navnum_5, .appNavNum_5
{
    width: 20%;
}
.searchformBox
{
    padding: 4% 3%;
    background: #f0f0f0;
}
.searchformBox form::after
{
    content: "";
    display: table;
    clear: both;
}
.searchformBox form .serach_input, .searchformBox form .btn_serach
{
    float: left;
    height: 60px;
    border: 0;
    font-size: 16px;
}
.searchformBox form .serach_input
{
    width: 86%;
    padding: 0 4% 0 14%;
    background: #fff url(../image/search-input.png) no-repeat 5% 50%;
    background-size: 8%;
}
.searchformBox form .btn_serach
{
    width: 14%;
    background: #2343a1 url(../image/search-btn.png) no-repeat 50%;
    background-size: 40%;
    color: #fff;
    font-size: 0;
    cursor: pointer;
}
@media screen and (max-width: 321px)
{
    .searchformBox form .serach_input
    {
        font-size: 12px;
    }
    .searchformBox form .serach_input, .searchformBox form .btn_serach
    {
        height: 40px;
        border: 0;
    }
}
@media screen and (min-width: 321px) and (max-width: 400px)
{
    .searchformBox form .serach_input
    {
        font-size: 14px;
    }
    .searchformBox form .serach_input, .searchformBox form .btn_serach
    {
        height: 45px;
        border: 0;
    }
}
@media screen and (min-width: 401px) and (max-width: 415px)
{
    .searchformBox form .serach_input
    {
        font-size: 15px;
    }
    .searchformBox form .serach_input, .searchformBox form .btn_serach
    {
        height: 50px;
        border: 0;
    }
}
.Pro_sort, #categoryList
{
    text-align: left;
    overflow: hidden;
    margin: 0 0 .8rem;
}
.Pro_sort .each_li, .categoryList .more_nav_box li
{
    float: left;
    width: 50%;
}
.Pro_sort .each_li .name a, .categoryList .more_nav_box li a
{
    display: block;
    padding: .8rem 1.6rem;
    border-bottom: 1px solid #e2e2e2;
    background: url(../image/icon_lead.gif) no-repeat 12px 50%!important;
    color: #666;
    text-align: left;
}
.categoryList
{
    background: #fff;
}
.categoryList .more_nav_box li .current
{
    font-weight: bold;
    color: #f60;
}
.categoryList .more_nav_box li .second-nav
{
    color: #666;
}
.second_categoryList
{
    max-height: 200px;
    background: #fff;
    overflow: auto;
}
.more_nav_box .third_mobile
{
    padding-left: 30px;
}
@media(max-width: 360px)
{
    .second_categoryList
    {
        max-height: 205px;
    }
}
@media(max-width: 360px)
{
    .second_categoryList
    {
        max-height: 160px;
    }
}
.second_categoryList .more_nav_box li .current, .second_categoryList .more_nav_box li a:hover
{
    background-color: #fff;
}
.second_categoryList .more_nav_box li .current
{
    color: #111;
    font-weight: bold;
}
.second_categoryList .more_nav_box li
{
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #f0f0f0;
}
.second_categoryList .more_nav_box li a
{
    border: 0;
}
.second_categoryList .more_nav_box li:last-child
{
    border-bottom: 0;
}
.second_categoryList .third_categoryList li
{
    margin: 10px 0 10px 15px;
}
.second_categoryList .more_nav_box li .third_categoryList li
{
    float: left;
    padding-left: 0;
}
.second_categoryList .more_nav_box li .third_categoryList li a
{
    border: 0;
    background: #f0f0f0;
    border-radius: 2px;
}
.info_content
{
    margin: 0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0)!important;
}
.third_box
{
    display: none;
}
.fullProduct
{
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 0 0;
    background: url(../image/categoryList_left_bg.jpg) repeat-y;
    overflow: hidden;
    zoom: 1;
}
.fullProduct .head
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 40px;
    font-weight: bold;
    color: #111;
}
.icon-back
{
    display: block;
    position: absolute;
    left: 15px;
    top: 9px;
    width: 13px;
    height: 24px;
    background: url(../image/icon-back.png) no-repeat;
    background-size: contain;
}
.icon-home
{
    display: block;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 26px;
    height: 26px;
    background: url(../image/icon-close2.png) no-repeat;
    background-size: contain;
}
.fullProduct .more_nav_box
{
    background-color: transparent;
}
.categoryList_left
{
    width: 100px;
    float: left;
}
.categoryList_left li a
{
    padding: 12px 6px;
    display: block;
    border-bottom: 1px solid #d7d7d7;
    font-size: 12px;
}
.categoryList_left li .current
{
    background: #ebebeb;
    font-weight: bold;
    border-left: 3px solid #056fd4;
    color: #056fd4;
}
.info_view_right
{
    padding: 10px 15px 0 110px;
}
.icon_num
{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 10px;
    text-align: center;
    line-height: 0;
}
.icon_num a
{
    display: inline-block;
    border-radius: 4px;
    background: #cfc8c8;
    width: .5rem;
    height: .5rem;
    margin: 0 .1rem;
    transition: all .2s linear 0s;
    font-size: 0;
    overflow: hidden;
    vertical-align: top;
}
.icon_num a:hover, .icon_num .active
{
    background: #fff;
}
.picBox
{
    width: 100%;
    height: 100%;
    position: relative;
    background: #e6e6e6;
}
.picBox .next
{
    float: right;
}
.picBox .swipe
{
    position: relative;
    overflow: hidden;
}
.picBox .swipe .piclist_row_1
{
    width: 100%!important;
}
.picBox .swipe .piclist
{
    position: relative;
    height: 100%;
}
.picBox .swipe .piclist li
{
    height: 100%;
    position: relative;
    float: left;
    vertical-align: top;
    text-align: center;
    font-size: 0;
}
.picBox .icon_num
{
    position: absolute;
    padding: 0 0 1rem;
}
.box_info
{
    overflow: hidden;
    zoom: 1;
    box-shadow: 2px 2px 5px rgba(0,0,0,0)!important;
    margin: 0!important;
}
.box_info .info_view
{
    padding: 3%!important;
}
.box_info #tip
{
    margin: 0!important;
}
.box_info .box
{
    padding: 3%;
    background: #fff;
}
.info_view
{
    padding: 0!important;
}
.info_view, .box
{
    margin: 0;
}
.box
{
    background: #f0f0f0;
}
.box .title
{
    position: relative;
    margin: 0 10px 10px;
    padding: 10px 0;
    background-color: #fff;
    font-size: 16px;
    text-align: left;
}
.box .title .title_name
{
    padding: 0 15px;
    border-left: 5px solid #2343a1;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.box .title .more.arr-round
{
    right: 15px!important;
    top: 50%!important;
    width: 26px!important;
    height: 26px!important;
    margin-top: -13px!important;
    background: url(../image/com_more.png) no-repeat center/100% 100%!important;
}
.box .title .more.arr-round::after
{
    right: 62px;
    position: relative;
    font-size: 14px;
    color: #a3a3a3;
    line-height: 28px;
    word-break: keep-all;
    content: "查看更多";
}
.box_info .catetitle, .inside-pages .title
{
    margin: 0!important;
    padding: 13px 15px 1.5rem!important;
    background: #fff url(../image/line_bg.jpg) repeat-x 0 46px!important;
    color: #111;
}
.pager-next-pre p:hover, .second_categoryList .more_nav_box li .third_categoryList li .current
{
    background-color: #f2f2f2!important;
}
.iFCB-PRO-2 .u-date, .iFCB-PRO-3 .u-date, .iFCB-PRO-4 .u-date
{
    padding-right: 8px;
}
.ibw_intro
{
    padding: 0;
    line-height: 2;
}
.TTXW_CONTENT
{
    padding: 4%;
    background: #f8f8f8;
    overflow: hidden;
}
.TTXW_CONTENT .m-pic
{
    float: left;
    width: 40%;
    overflow: hidden;
}
.TTXW_CONTENT .m-pic .intro-info-img
{
    transition: all .6s ease-in-out;
    transform: scale(1);
}
.TTXW_CONTENT .m-intro
{
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 0 0 0 4%;
    color: #999;
    font-size: 14px;
    line-height: 22px;
}
.TTXW_CONTENT .m-intro .u-tt
{
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.TTXW_CONTENT .m-intro .u-des
{
    height: 44px;
    margin-top: 8px;
    font-size: 12px;
    overflow: hidden;
}
.TTXW_CONTENT .m-intro .u-date
{
    display: none;
}
.TTXW_LIST
{
    padding: 3% 5%;
    overflow: hidden;
}
.TTXW_LIST .swiper-wrapper::after
{
    display: block;
    content: "";
    clear: both;
}
.TTXW_LIST .swiper-wrapper .swiper-slide-item
{
    position: relative;
    left: 0;
    padding-left: 18px;
    font-size: 16px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.TTXW_LIST .swiper-wrapper .swiper-slide-item:after
{
    position: absolute;
    left: 3px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #fe841a;
    content: "";
}
.TTXW_LIST .swiper-wrapper .swiper-slide-item .u-date
{
    float: right;
    color: #999;
}
.TTXW_LIST .swiper-wrapper .swiper-slide-item:hover a
{
    display: inline-block;
    color: #f60;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.TTXW_LIST .swiper-wrapper .swiper-slide-item a
{
    display: block;
    color: #333;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 321px)
{
    .TTXW_LIST .swiper-wrapper .swiper-slide-item
    {
        padding-left: 18px;
        font-size: 12px;
        line-height: 30px;
    }
    .TTXW_LIST .swiper-wrapper .swiper-slide-item:after
    {
        width: 3px;
        height: 3px;
        margin-top: -1.5px;
    }
    .TTXW_LIST .swiper-wrapper .swiper-slide-item a
    {
        height: 30px;
        line-height: 30px;
    }
}
@media screen and (min-width: 321px) and (max-width: 400px)
{
    .TTXW_LIST .swiper-wrapper .swiper-slide-item
    {
        padding-left: 18px;
        font-size: 13px;
        line-height: 30px;
    }
    .TTXW_LIST .swiper-wrapper .swiper-slide-item:after
    {
        width: 4px;
        height: 4px;
        margin-top: -2px;
    }
    .TTXW_LIST .swiper-wrapper .swiper-slide-item a
    {
        height: 30px;
        line-height: 30px;
    }
}
@media screen and (min-width: 401px) and (max-width: 415px)
{
    .TTXW_LIST .swiper-wrapper .swiper-slide-item
    {
        padding-left: 18px;
        font-size: 14px;
        line-height: 36px;
    }
    .TTXW_LIST .swiper-wrapper .swiper-slide-item:after
    {
        width: 5px;
        height: 5px;
        margin-top: -2.5px;
    }
    .TTXW_LIST .swiper-wrapper .swiper-slide-item a
    {
        height: 36px;
        line-height: 36px;
    }
}
.TTXW_LIST
{
    padding: 4%;
    overflow: hidden;
}
.TTXW_LIST ul li
{
    position: relative;
    padding: 0 0 0 34px;
    color: #414141;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.TTXW_LIST ul li::after
{
    position: absolute;
    left: 12px;
    top: 50%;
    display: block;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #cecece;
    content: "";
    z-index: 1;
}
.TTXW_LIST ul li a
{
    color: #414141;
}
.TTXW_LIST ul li .u-date
{
    float: right;
    color: #999;
}
.TTXW_LIST>ul>.iFCB-PRO-1
{
    float: none;
    width: 100%;
    box-sizing: border-box;
}
.TTXW_LIST dl dt
{
    position: relative;
    padding: 0 0 0 34px;
    color: #414141;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.TTXW_LIST dl dt::after
{
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    display: block;
    background: #cecece;
    content: "";
    z-index: 1;
}
.TTXW_LIST dl dt>span
{
    float: right;
    padding-left: 20px;
    color: #cbcbcb;
}
.TTXW_LIST dl dd
{
    display: none;
    padding: 8px 0;
    color: #999;
    line-height: 25px;
}
.FLLB_LIST
{
    padding: 3% 0;
}
.FLLB_LIST ul li
{
    float: left;
    width: 25%;
    text-align: center;
}
.FLLB_LIST ul li .iFCB-rp
{
    padding: 0 8%;
}
.FLLB_LIST ul li .iFCB-rp .m-pic
{
    width: 100%;
}
.FLLB_LIST ul li h3
{
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.iFCB-TPLB li
{
    position: relative;
    line-height: 20px;
}
.iFCB-TPLB li .iFCB-rp
{
    position: relative;
    margin: 0 3px 6px;
    border: 0;
    background: #eee;
    transition: all .3s ease 0s;
    overflow: hidden;
}
.iFCB-TPLB li .m-pic
{
    position: relative;
    overflow: hidden;
}
.iFCB-TPLB li .m-pic img
{
    width: 100%;
    height: auto;
    transition: all .6s ease-in-out;
    transform: scale(1);
}
.iFCB-TPLB li dl
{
    width: 100%;
    padding: 2% 4%;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    color: #414141;
    transition: all .3s ease 0s;
    box-sizing: border-box;
}
.iFCB-TPLB li dl::after
{
    display: block;
    content: "";
    clear: both;
}
.iFCB-TPLB li dl .u-tt
{
    position: relative;
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.iFCB-TPLB li dl .u-tt a
{
    color: #414141;
}
.iFCB-TPLB li dl .u-memo
{
    width: 100%;
    color: #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: left;
    display: none;
}
@media(max-width: 375px)
{
    .iFCB-TPLB li dl .u-tt
    {
        font-size: 12px;
    }
}
.TWLB_LIST
{
    padding: 4%;
    overflow: hidden;
}
.TWLB_LIST .iFCB-PRO-1
{
    float: none;
    width: 100%;
    box-sizing: border-box;
}
.iFCB-TWLB
{
    position: relative;
}
.iFCB-TWLB li
{
    position: relative;
    border-bottom: 1px solid #eee;
    line-height: 20px;
}
.iFCB-TWLB .iFCB-rp
{
    position: relative;
    margin: 0;
    padding: 4% 0;
    overflow: hidden;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    box-sizing: border-box;
}
.iFCB-TWLB .m-pic
{
    float: left;
    width: 40%;
    overflow: hidden;
}
.iFCB-TWLB .m-pic .intro-info-img
{
    width: 100%;
    transition: all .6s ease-in-out;
    transform: scale(1);
}
.iFCB-TWLB .m-intro
{
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 0 0 0 4%;
    line-height: 22px;
}
.iFCB-TWLB .m-intro .u-tt
{
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.iFCB-TWLB .m-intro .u-des
{
    height: 44px;
    margin-top: 8px;
    font-size: 12px;
    overflow: hidden;
}
.iFCB-TWLB li:last-child
{
    border-bottom: 0;
}
.pic_list_li
{
    padding: 0 2% 5%;
}
.pic_list_li .a
{
    margin-bottom: 4%;
    box-shadow: 0 3px 8px rgba(0,0,0,.16);
}
.pic_list_li .b
{
    position: relative;
    width: 100%;
    height: 32px;
    margin-bottom: 2%;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pic_list_li .b a
{
    color: #414141;
}
.pic_list_li .c
{
    font-size: 14px;
    line-height: 25px;
}
.TW_CONTENT
{
    padding: 7% 5%;
}
.TW_CONTENT .m-pic
{
    text-align: center;
}
.TW_CONTENT .m-intro
{
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 0;
    line-height: 26px;
    box-sizing: border-box;
}
.TW_CONTENT .m-intro .u-tt
{
    position: relative;
    height: 32px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.TW_CONTENT .m-intro .u-des
{
    margin-bottom: 4%;
    font-size: 14px;
}
.TW_CONTENT .m-intro .u-more
{
    height: 37px;
}
.TW_CONTENT .m-intro .u-more a
{
    position: relative;
    display: inline-block;
    padding: 0 42px 0 17px;
    border: 1px solid #999;
    line-height: 35px;
    color: #999;
    vertical-align: top;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.TW_CONTENT .m-intro .u-more a:after
{
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    line-height: 35px;
    font-size: 18px;
    color: #999;
    content: "→";
    text-align: center;
    transition: all .3s ease-in-out;
}
.TW_CONTENT .m-intro .u-memo
{
    padding: 3% 0;
    border-top: 1px solid #b0becf;
    font-size: 14px;
}
input[type="button"], input[type="submit"], input[type="reset"], textarea
{
    -webkit-appearance: none;
}
.text, .textarea, .input
{
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background: #fff;
}
.data .title_name
{
    display: block;
    font-size: 14px;
}
.data .input_option
{
    padding-top: 10px;
    font-size: 14px;
}
.data .input_option input, .data .input_option textarea
{
    padding: 10px;
    border-radius: 5px;
    line-height: 22px;
    vertical-align: top;
}
.data .input_option textarea
{
    min-height: 130px;
}
.data .input_option input[type="radio"], .data .input_option input[type="checkbox"]
{
    margin-top: 4px;
    margin-right: 4px;
}
.data .input_option select
{
    width: 100%;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: 32px;
}
.btn-area
{
    text-align: center;
    padding: 5px 0 20px;
}
.btn-area .reset, .btn-area .btn-submit
{
    margin: 0 auto;
    border: 0;
    border-radius: 5px;
    background: #b20f0f;
    background: linear-gradient(to right,#b20f0f,#b20f0f);
    color: #fff;
    font-size: 16px;
    padding: 0;
    width: 100%;
    line-height: 45px;
}
.btn-area .reset
{
    background: #9c9c9c;
    background: linear-gradient(to right,#9c9c9c,#9c9c9c);
    display: none;
}
#i-book
{
    padding: 30px 5%;
}
#i-book p, .data
{
    margin-left: 0;
    padding: 0 0 10px;
}
#i-book p label
{
    display: block;
    line-height: 30px;
}
.btn-send, .btn-reset
{
    margin-bottom: 10px;
    background: #1e59a8;
    color: #fff;
}
.btn-reset
{
    display: none;
}
.from-title
{
    text-align: center;
    background: #dcecfb;
    color: #1e59a8;
    padding: 20px 0;
    line-height: 30px;
}
.ATM-FL
{
    background: #fff;
}
.ATM-PRO-AD
{
    margin: 0 10px;
}
.iFCB-PRO
{
    padding: 0 7px;
}
.iFCB-PRO .iFCB-TPLB li
{
    width: 33.333%;
}
.ATM-CASE
{
    padding: 10% 8% 3%;
    background: url(../image/ATM-CASE-BG.jpg) no-repeat center top #fff;
    background-size: contain;
}
.ATM-CASE .swipe-tp-title
{
    position: relative;
    margin-bottom: 10%;
    text-align: center;
}
.ATM-CASE .swipe-tp-title::after
{
    height: 40px;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    word-break: keep-all;
    content: "经典案例";
}
.ATM-CASE .icon_num .active
{
    background: #0d419c;
}
.ATM-CASE-MORE
{
    padding: 0 3% 6%;
    background: #fff;
    text-align: center;
}
.ATM-CASE-MORE a
{
    display: inline-block;
    width: 30%;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #c3c3c3;
    line-height: 38px;
}
.ATM-NEWS
{
    padding: 7% 5% 5%;
    background: url(../image/iFCB_inner_bg.jpg);
}
.ATM-NEWS .hd
{
    margin-bottom: 3%;
}
.ATM-NEWS .hd ul
{
    text-align: center;
}
.ATM-NEWS .hd ul li
{
    display: inline-block;
    margin: 0 1% 2%;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    vertical-align: top;
}
.ATM-NEWS .hd ul li a
{
    display: block;
    padding: 0 18px;
    color: #000;
}
.ATM-NEWS .hd ul li.on
{
    border-color: #fff;
    background: #2343a1;
    background: linear-gradient(to right,#2343a1,#2343a1);
}
.ATM-NEWS .hd ul li.on a
{
    color: #fff;
}
.ATM-NEWS .bd
{
    padding: 0;
}
.ATM-ABOUT
{
    background: #fff;
}
.ATM-VIDEO-TITLE
{
    padding-bottom: 7%;
    background: #fff;
}
.ATM-VIDEO-TITLE .ibw_intro
{
    position: relative;
    width: 80%;
    height: 60px;
    margin: 0 auto;
    padding-right: 14%;
    background: #2343a1 url(../image/m9051-video-title.png) no-repeat 92% 50%;
    background-size: 9%;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
}
.ATM-VIDEO-BOX
{
    background: #fff;
    text-align: center;
}
.ATM-VIDEO-BOX video
{
    width: 94%;
    height: 100%;
    margin: 0 auto;
    display: none;
}
.ATM-VIDEO-BOX .control
{
    position: absolute;
    right: 0;
    top: -10px;
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #0d419c url(../image/xx.png) no-repeat 50%;
    z-index: 1;
    cursor: pointer;
}
.BB8
{
    border-bottom: 8px solid #f0f0f0;
}
.BG-F0F0F0
{
    background: #f0f0f0;
}
.iFCB-pro .iFCB-PRO-1
{
    float: left;
    width: 50%;
}
.iFCB-pro .iFCB-PRO-1 .iFCB-rp, .iFCB-pro .iFCB-PRO-2 .iFCB-rp
{
    border: 1px solid #e6e6e6;
}
.display_search
{
    background: #fff;
}
.display_search .TWLB_LIST
{
    padding: 0;
}
.display_search .TWLB_LIST li img
{
    width: 45%;
    height: auto;
}
.display_search .TWLB_LIST .txt
{
    display: block;
    overflow: hidden;
}
.display_search .TWLB_LIST .txt h4
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.display_search .TWLB_LIST .txt p
{
    margin-left: 0;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-box-pack: center;
}
@media screen and (max-width: 321px)
{
    .display_search .TWLB_LIST li img
    {
        width: 38%;
    }
    .display_search .TWLB_LIST .txt p
    {
        -webkit-line-clamp: 2;
        line-height: 18px;
    }
}
@media screen and (min-width: 321px) and (max-width: 400px)
{
    .display_search .TWLB_LIST li img
    {
        width: 38%;
    }
    .display_search .TWLB_LIST .txt p
    {
        -webkit-line-clamp: 3;
        line-height: 18px;
    }
}
.pro_view .text .name
{
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.info_view .TPQHLIST li
{
    padding: 0 0 1rem;
    margin: 0;
    border-bottom: 12px solid #ebebeb;
}
.info_view .TPQHLIST li .b
{
    padding: .6rem;
    border-bottom: 1px solid #ebebeb;
    font-weight: bold;
}
.info_view .TPQHLIST li .c
{
    padding: .6rem;
}
.img_content
{
    line-height: 1.8;
    font-size: 16px;
}
.box_display
{
    box-shadow: 3px 3px 5px rgba(0,0,0,0);
}
.box_display .head
{
    z-index: 300;
}
.box_display .display_content
{
    padding: 0!important;
    background: #fff!important;
    color: #333;
    font: 14px/1.8 "微软雅黑"!important;
}
.box_display .display_content .intro
{
    padding: 1rem!important;
    border-top: 1px dotted #d9d9d9;
}
.box_display .display_content .blue1
{
    width: 30%;
}
.date_y, .split_m, .eye
{
    display: none;
}
.theme
{
    font-family: "微软雅黑"!important;
    font-weight: normal;
    font-size: 20px;
    padding: 1rem 1rem .5rem!important;
}
.ms_time
{
    padding: 0 4% 2%;
    font-size: 12px;
}
.m_intro
{
    margin: 2% 4% 4%;
    padding: 4%;
    background: #fafafa;
}
.pager-next-pre
{
    padding: 4%;
    background: #fff;
    line-height: 2;
}
.pager-next-pre p
{
    background: #f3f3f3;
    padding: .3rem;
    margin: .3rem 0;
}
.pager-next-pre p:hover
{
    color: #666;
}
.youlink
{
    background: url(../image/footer.jpg) center;
    color: #fff;
    text-align: left;
    padding: .7rem;
}
.youlink a
{
    color: #fff;
}
.youlink a:hover
{
    color: #fe831a;
}
.youlink .cr
{
    padding-bottom: .5rem;
}
.m_code
{
    padding: 15px 10px 80px;
    background: #eee;
    border-top: 1px solid #ebebeb;
}
#fixed-foot
{
    background: #fafafa;
    margin: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 0!important;
    z-index: 999;
}
#fixed-foot li
{
    display: table-cell;
    font-size: inherit;
    border-right: 1px solid #d6d6d6;
    padding: 8px 0 4px!important;
}
#fixed-foot li:last-child
{
    border-right: 0;
}
#fixed-foot li
{
    background: none;
    background: none;
}
#fixed-foot li a
{
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}
#fixed-foot li.active
{
    background: url(../image/bt_menu_bg.jpg) center;
}
#fixed-foot li.active a
{
    color: #fff;
    font-weight: bold;
}
#fixed-foot li a span
{
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto 3px!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%!important;
    background-size: contain!important;
}
@media(max-width: 360px)
{
    #fixed-foot li
    {
        padding-top: 8px;
    }
    #fixed-foot li a span
    {
        height: 26px;
        width: 26px;
    }
}
.info-list
{
    padding: 0;
}
.info-list li
{
    position: relative;
    padding: 10px;
    border-bottom: 1px dotted #b2b2b2;
}
.info-list li .arr-round
{
    background: url(../image/icon_lead.gif) no-repeat 50%;
}
.PRO-I
{
    border-bottom: 3px solid #0446a8;
    margin: 0 0 20px;
}
.PRO-I .TITLE-LEAD
{
    background: linear-gradient(#2666c8,#0446a8);
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 3px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
    text-shadow: -1px -1px 2px rgba(0,0,0,.2);
}
.news_thumb .TTXW_CONTENT
{
    padding: .7rem .7rem .2rem!important;
}
.font0
{
    font-size: 0;
}
.product
{
    padding: 5% 0;
    z-index: 30;
}
.product .piclist
{
    height: auto!important;
}
.case
{
    padding: 0;
}
.TPLB_LIST li .txt
{
    overflow: hidden;
    text-align: center;
}
.from
{
    padding: 4%;
}
.contact
{
    line-height: 1.6;
}
.paging
{
    padding: 10px;
    text-align: center;
}
.paging a, .paging span
{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 3px 8px;
    border: 1px solid #ddd;
}
.paging .current
{
    border: 0;
    color: #f60;
    font-weight: bold;
}
.TW_CONTENT_PCI
{
    line-height: 2;
}
.flowpage ::-webkit-input-placeholder
{
    color: #333;
}
.flowpage ::-moz-placeholder
{
    color: #333;
}
.flowpage :-ms-input-placeholder
{
    color: #333;
}
#pg_margins.flowpage
{;
    background: #fff;
}
.p20
{
    padding: 20px;
    font-size: 16px;
    line-height: 2;
}
.flowpage .clear
{
    height: 0!important;
    clear: both;
}
.flowpage .box
{
    margin: 0;
}
.IBW_FlowPage_Form
{
    padding: 2em;
}
.IBW_FlowPage_Form form
{
    margin: 0;
    padding: 0;
}
.IBW_FlowPage_Form .tips
{
    padding: 1em 1.5em 0;
    color: #f00;
}
.IBW_FlowPage_Form .data
{
    padding: .6em 0;
}
.IBW_FlowPage_Form .data .title_name
{
    display: none;
    padding: 0 0 .4em;
    color: #666;
}
.IBW_FlowPage_Form .data .input_option .input
{
    padding: 2% 4%;
    border-radius: 6px;
    border: 1px solid #fff;
    background: #fff;
    color: #666;
    font-size: 16px;
    line-height: 32px;
}
.IBW_FlowPage_Form .btn-area
{
    padding: .6em 0 0;
}
.IBW_FlowPage_Form .btn-area .btn-submit
{
    width: 100%;
    padding: 2% 5%;
    border-radius: 30px;
    border: 0!important;
    background: #ff0899;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    cursor: pointer;
}
.IBW_FlowPage_Form .btn-area .reset
{
    display: none!important;
}
.IBW_FlowPage_Form select
{
    padding: 2% 4%;
    border-radius: 6px;
    border: 1px solid #fff;
    background: #fff;
    color: #666;
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(404.png) no-repeat 540px center #fff;
    outline: none;
}
.IBW_FlowPage_Form
{
    background: #eee;
}
.IBW_FlowPage_Form .btn-area .btn-submit
{
    background: #006ebe;
    color: #fff;
}
@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes fadeInUp
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
#header
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#banner
{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.box.active .title
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.box.active .wow
{
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
