﻿*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
    font-size: 14px;
}
a
{
    text-decoration: none;
    color: #333;
    transition: all .3s;
    -o-transition: all .3s;
    -mos-transition: all .3s;
    -webkit-transition: all .3s;
}
a:hover
{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    margin: 0;
}
hr
{
    border: none;
}
.clear
{
    clear: both;
}
p, ul
{
    margin: 0;
}
img
{
    border: 0;
    vertical-align: middle;
}
input, textarea
{
    outline: none;
}
.container
{
    width: 1200px;
    margin: 0 auto;
}
.r
{
    float: right;
}
.l
{
    float: left;
}
.header
{
    width: 100%;
    height: 96px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
}
.h_logo
{
    width: 190px;
    height: 54px;
    margin-top: 20px;
    float: left;
}
.h_logo img
{
    width: 100%;
    height: auto;
}
.nav
{
    height: 100%;
    width: 706px;
    float: left;
    margin-left: 40px;
}
.nav .nLi
{
    float: left;
    position: relative;
    display: inline;
    height: 96px;
    line-height: 96px;
    width: 100px;
    text-align: center;
}
.nav .nLi h3
{
    height: 100%;
    width: 100%;
    text-align: center;
}
.nav .nLi h3 a
{
    font-size: 16px;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}
.nav li.active h3 a
{
    color: #2156ad;
}
.nav .sub
{
    display: none;
    left: 0;
    top: 96px;
    height: 300px;
    position: absolute;
    width: 395px;
    z-index: 999;
    background: rgba(255,255,255,.8);
}
.nav_left
{
    width: 120px;
    height: 100%;
    float: left;
    background: #2156ad;
    padding: 15px 0;
}
.nav_left a
{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.nav_right
{
    width: 275px;
    height: auto;
    float: left;
    padding: 20px;
}
.nav_right dl
{
    width: 235px;
    height: auto;
}
.nav_right dl dt
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nav_right dl dt img
{
    width: 100%;
    display: block;
}
.nav_right dl dd
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nav_right dl dd h4
{
    width: 100%;
    height: 36px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.nav_right dl dd p
{
    width: 100%;
    height: 80px;
    font-size: 12px;
    color: #555;
    line-height: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.sub_contact
{
    right: 0!important;
    left: auto!important;
}
.nav_left a:hover
{
    font-weight: bold;
}
.top_tel
{
    width: 15%;
    float: right;
    margin-top: 20px;
}
.top_tel p
{
    font-size: 14px;
    color: #666;
}
.top_tel span
{
    display: block;
    font-size: 26px;
    color: #0050a2;
    font-family: "Impact";
}
.nav li:hover:after
{
    content: ' ';
    width: 2px;
    height: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #2156ad;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}
.nav li.active:after
{
    content: ' ';
    width: 2px;
    height: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #2156ad;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}
.h_yuyan
{
    float: left;
    line-height: 96px;
}
.h_yuyan a
{
    font-size: 18px;
    color: #333;
    line-height: 96px;
    font-weight: bold;
}
.h_yuyan:hover a
{
    color: #2156ad;
}
.banner
{
    width: 100%;
    position: relative;
    height: 720px;
    clear: left;
    margin-top: 96px;
}
.banner .slideBox
{
    width: 100%;
    height: 720px;
    overflow: hidden;
    position: relative;
}
.banner .slideBox .hd
{
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 1;
    width: 100%;
}
.banner .slideBox .hd ul
{
    overflow: hidden;
    zoom: 1;
    height: 30px;
    padding-top: 5px;
    margin: 0 auto;
    display: table;
}
.banner .slideBox .hd ul li
{
    float: left;
    margin: 0 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.banner .slideBox .hd ul li.on
{
    background: #0c5aad;
}
.banner .slideBox .bd
{
    position: relative;
    height: 100%;
    z-index: 0;
}
.banner .slideBox .bd li
{
    zoom: 1;
    vertical-align: middle;
    height: 720px;
}
.banner .slideBox .bd li a
{
    width: 100%;
    height: 100%;
    display: block;
}
.banner .slideBox .prev, .slideBox .next
{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 99px;
    height: 100px;
    opacity: .7;
}
.slideBox .next
{
    right: 3%;
    background: url(/templates/lfgg/images/b_right.png) no-repeat center;
}
.slideBox .prev
{
    left: 3%;
    background: url(/templates/lfgg/images/b_left.png) no-repeat center;
}
.slideBox .prev:hover, .slideBox .next:hover
{
    opacity: 1;
}
.banner_zi
{
    width: 510px;
    height: 100%;
    padding-top: 200px;
}
.banner_zi h3
{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.banner_zi h4
{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 40px;
}
.banner_zi hr
{
    width: 48px;
    height: 2px;
    background: #fff;
    opacity: .5;
    display: block;
    margin: 30px 0;
}
.banner_zi p
{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    opacity: .8;
    line-height: 28px;
}
.index_class
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.index_title
{
    width: 100%;
    height: auto;
    text-align: center;
}
.index_title h3
{
    font-size: 36px;
    color: #333;
    line-height: 50px;
    margin-bottom: 8px;
    font-weight: bold;
}
.index_title p
{
    width: 100%;
    height: auto;
    line-height: 26px;
    color: #555;
    font-size: 16px;
}
.index_class ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.index_class ul li
{
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
    background: url(../image/h_xs.png) no-repeat right;
    transition: all .4s ease-in-out;
    padding-top: 15px;
}
.index_class ul li h4
{
    font-size: 16px;
    color: #4a5975;
    line-height: 28px;
    margin: 10px 0;
}
.index_class ul li p
{
    font-size: 14px;
    color: #787586;
    line-height: 26px;
    padding: 0 15%;
    width: 100%;
}
.index_class ul li i
{
    width: 100%;
    height: 80px;
    display: block;
}
.icon_1
{
    background: url(../image/icon_1.png) no-repeat center;
}
.icon_2
{
    background: url(../image/icon_2.png) no-repeat center;
}
.icon_3
{
    background: url(../image/icon_3.png) no-repeat center;
}
.icon_4
{
    background: url(../image/icon_4.png) no-repeat center;
}
.index_class ul li:hover
{
    padding-top: 0;
}
.index_class ul li:hover p
{
    color: #394c79;
}
.index_product
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 90px;
}
.mr_frbox
{
    height: auto;
    position: relative;
    width: 100%;
    margin-top: 40px;
}
.mr_frUl
{
    width: 100%;
    height: auto;
}
.mr_frUl ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.mr_frUl ul li
{
    width: 396px;
    height: auto;
    float: left;
    margin-right: 4px;
}
.pinglun_img
{
    width: 396px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.pinglun_img .in_pro_pic
{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.in_pro_pic img
{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.mr_frbox_p .in_pro_hover
{
    width: 377px;
    height: 263px;
    background: rgba(33,86,173,.9);
    position: absolute;
    top: 9px;
    left: 9px;
    padding-top: 72px;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.in_pro_hover h4
{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
    text-overflow: elevation;
    overflow: hidden;
    white-space: nowrap;
}
.in_pro_hover span
{
    width: 160px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 25px;
    text-align: center;
    line-height: 44px;
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}
.pinglun_img p
{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.pinglun_img_p:hover .in_pro_hover
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pinglun_img:hover p
{
    color: #2156ad;
}
.pinglun_img:hover img
{
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.pinglun_c .in_pro_hover
{
    width: 377px;
    height: 263px;
    background: rgba(33,86,173,.9);
    position: absolute;
    top: 100%;
    left: 9px;
    padding-top: 72px;
    transition: all .4s ease-in-out;
}
.pinglun_c:hover .in_pro_hover
{
    top: 9px;
    transition: all .4s ease-in-out;
}
.pinglun_img_p .in_pro_hover
{
    width: 377px;
    height: 263px;
    background: rgba(33,86,173,.9);
    position: absolute;
    top: 100%;
    left: 9px;
    padding-top: 72px;
    transition: all .4s ease-in-out;
}
.pinglun_img_p:hover .in_pro_hover
{
    top: 9px;
    transition: all .4s ease-in-out;
}
.index_about
{
    width: 100%;
    height: 510px;
    background: url(../image/about_bjs.jpg) no-repeat center;
    margin-top: 50px;
    background-attachment: fixed;
    background-size: cover;
}
.index_about_left
{
    width: 540px;
    height: auto;
    float: right;
}
.in_video
{
    width: 83px;
    height: 91px;
    background: url(../image/video.png) no-repeat center;
    margin-left: 159px;
    margin-top: 180px;
}
.index_about_right
{
    width: 660px;
    height: auto;
    float: left;
    padding-right: 40px;
    padding-top: 44px;
}
.index_about_right h3
{
    font-size: 36px;
    color: #394c79;
    font-weight: bold;
    margin-bottom: 20px;
}
.index_about_right hr
{
    width: 45px;
    height: 2px;
    background: #394c79;
}
.in_about_xx
{
    width: 100%;
    height: 236px;
    overflow: hidden;
    margin: 20px 0;
    font-size: 14px;
    color: #555;
    line-height: 28px;
}
.in_about_xx a
{
    font-size: 14px;
    color: #555;
}
.more_about
{
    width: 163px;
    height: 45px;
    border: 2px solid #394c7a;
    font-size: 14px;
    display: block;
    border-radius: 25px;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    color: #394c7a;
}
.more_about:hover
{
    background: #394c7a;
    color: #fff;
}
.video_bj
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 888;
    display: none;
}
.video_xx
{
    width: 600px;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -190px;
    z-index: 999;
}
.close
{
    width: 100%;
    height: 40px;
    text-align: right;
    background: rgba(0,0,0,.5);
}
.close img
{
    width: 32px;
    height: 32px;
    margin-top: 4px;
    margin-right: 10px;
}
.video-box
{
    width: 100%;
    height: 360px;
}
.sj_video
{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}
.in_about_num
{
    width: 100%;
    height: 210px;
    overflow: hidden;
    background: url(../image/num_bjs.jpg) no-repeat center;
    padding-top: 68px;
}
.in_about_num ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 80px;
}
.in_about_num ul li
{
    float: left;
    width: auto;
    overflow: hidden;
    margin-right: 100px;
}
.in_about_num ul li p
{
    font-size: 18px;
    color: #fff;
}
.in_about_num ul li p b
{
    font-size: 44px;
    color: #fff;
    font-family: "Arial";
}
.in_about_num ul li span
{
    font-size: 18px;
    color: #b5d2f3;
    line-height: 30px;
}
.in_about_num ul li:last-child
{
    margin-right: 0;
}
.index_case
{
    margin: 70px 0;
}
.index_news
{
    width: 100%;
    height: 750px;
    overflow: hidden;
    background: url(/templates/lfgg/images/news_bj.jpg) no-repeat center;
    padding-top: 64px;
}
.index_news .index_news_list
{
    width: 290px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-top: 44px;
}
.news_list_pic
{
    width: 100%;
    height: 156px;
    position: relative;
    overflow: hidden;
}
.news_list_pic img
{
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.index_news_list:hover img
{
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.news_list_pic p
{
    width: 80px;
    height: 28px;
    background: #2156ad;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}
.news_list_xx
{
    width: 100%;
    height: 284px;
    overflow: hidden;
    background: #fff;
    padding: 10px 15px;
}
.news_list_xx h3
{
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #000;
    line-height: 25px;
    text-align: center;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 8px;
}
.news_list_xx p
{
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #555;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
}
.news_list_xx span
{
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    text-align: center;
    display: block;
}
.news_list_xx i
{
    width: 130px;
    height: 45px;
    border: 2px solid #394c7a;
    color: #394c7a;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    display: block;
    margin: 35px auto 0;
    font-style: normal;
    border-radius: 25px;
}
.index_news_list:hover i
{
    background: #394c7a;
    color: #fff;
}
.index_news_list:hover .news_list_xx p, .index_news_list:hover span, .index_news_list:hover h3
{
    color: #394c7a;
}
.index_news_right
{
    width: 596px;
    height: 440px;
    float: right;
    background: #fff;
    padding: 8px;
    margin-top: 44px;
}
.index_news_right h4
{
    width: 80px;
    height: 28px;
    background: #2156ad;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}
.index_news_right ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.index_news_right ul li
{
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #e3e3e3;
}
.index_news_right ul li span
{
    font-size: 14px;
    color: #2e7ad2;
    float: left;
    margin-right: 8px;
}
.index_news_right ul li h3
{
    width: 460px;
    height: 100%;
    float: left;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.index_news_right ul li p
{
    font-size: 12px;
    color: #777;
    float: right;
}
.index_news_right ul li:hover p, .index_news_right ul li:hover h3
{
    color: #2e7ad2;
}
.footer
{
    width: 100%;
    height: auto;
    background: url(/templates/lfgg/images/f_bjs.jpg) no-repeat center;
    position: relative;
    padding-top: 35px;
    overflow: hidden;
    background-size: 100% 100%;
}
.footer_left
{
    width: 578px;
    height: auto;
    float: left;
}
.f_biaoti
{
    width: 100%;
    height: 40px;
    background: url(../image/f_xs.jpg) no-repeat left bottom;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.f_input
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.f_input input[type="text"]
{
    width: 280px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.2);
    padding: 0 10px;
    float: left;
    font-size: 14px;
    color: #84b9ea;
    background: none;
}
.f_input textarea
{
    width: 100%;
    height: 46px;
    border: 1px solid rgba(255,255,255,.2);
    padding: 10px;
    font-size: 14px;
    color: #84b9ea;
    background: none;
    resize: none;
    margin: 15px 0;
}
.f_indh
{
    float: right!important;
}
.f_tijiao
{
    width: 280px;
    height: 46px;
    background: #207ed1;
    text-align: center;
    line-height: 46px;
    border: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.f_tijiao:hover
{
    background: #19253d;
}
.footer_nav
{
    width: 263px;
    height: auto;
    float: left;
    margin-left: 52px;
}
.footer_nav_info
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footer_nav_info p
{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.footer_top_right
{
    width: 230px;
    height: auto;
    display: block;
    overflow: hidden;
    float: right;
}
.footer_img
{
    width: 105px;
    height: auto;
    overflow: hidden;
    float: left;
}
.footer_img div
{
    width: 105px;
    height: 105px;
}
.footer_img div img
{
    width: 100%;
    height: 100%;
}
.footer_img p
{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer_ban
{
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #19253d;
}
.footer_zhichi
{
    width: auto;
    height: auto;
    overflow: hidden;
    float: right;
}
.footer_zhichi p
{
    width: auto;
    font-size: 14px;
    color: #fff;
    height: 100%;
    float: left;
}
.footer_zhichi .pt
{
    width: 121px;
    height: 18px;
    background: url(../image/vl.png) no-repeat;
    margin-top: 20px;
    margin-right: 10px;
}
.footer_zhichi .js
{
    width: 121px;
    height: 18px;
    background: url(../image/wl.png) no-repeat;
    margin-top: 20px;
}
.footer_zhichi .pt:hover
{
    background: url(../image/vl_hover.png) no-repeat;
}
.footer_zhichi .js:hover
{
    background: url(../image/ws_hover.png) no-repeat;
}
.footer_zhichi span
{
    float: left;
    font-size: 14px;
    color: #fff;
}
.footer_zhichi i
{
    float: left;
}
.f_brq
{
    width: auto;
    height: 100%;
    font-size: 14px;
    color: #fff;
    float: left;
}
.f_brq p
{
    float: left;
    font-size: 14px;
    color: #fff;
}
.f_brq a
{
    margin-left: 15px;
    float: left;
    font-size: 14px;
    color: #fff;
}
.f_brq a:hover
{
    color: #ff3e35!important;
}
.index_kuaijie
{
    width: 100%;
    height: auto;
    line-height: 52px;
    overflow: hidden;
}
.index_kuaijie p
{
    font-size: 14px;
    color: #333;
    float: left;
}
.index_kuaijie a
{
    float: left;
    width: auto;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0 10px;
}
.index_kuaijie a:hover
{
    color: #207ed1;
}
.f_input input::-webkit-input-placeholder
{
    color: #84b9ea;
}
.f_input input:-moz-placeholder
{
    color: #84b9ea;
    opacity: 1;
}
.f_input input::-moz-placeholder
{
    color: #84b9ea;
    opacity: 1;
}
.f_input input:-ms-input-placeholder
{
    color: #84b9ea;
}
.f_input textarea::-webkit-input-placeholder
{
    color: #84b9ea;
}
.f_input textarea:-moz-placeholder
{
    color: #84b9ea;
    opacity: 1;
}
.f_input textarea::-moz-placeholder
{
    color: #84b9ea;
    opacity: 1;
}
.f_input textarea:-ms-input-placeholder
{
    color: #84b9ea;
}
.lxfx
{
    height: auto;
    position: fixed;
    right: 0;
    top: 200px;
    width: 77px;
    z-index: 11;
}
.lxfx li a
{
    color: #fff;
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
}
.leftlx
{
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span
{
    border-left: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm
{
    border: 5px solid #fff;
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i
{
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px;
    background: url(../image/fx.png) no-repeat;
}
.lxfx li i.icon-tel
{
    background-position: 0 -25px;
}
.lxfx li i.icon-ly
{
    background-position: 4px -53px;
}
.lxfx li i.icon-wx
{
    background-position: -34px 4px;
}
.lxfx li i.icon-wb
{
    background-position: -30px -22px;
}
.lxfx li i.icon-top
{
    background-position: -30px -49px;
    height: 32px;
}
.lxfx li p
{
    line-height: 12px;
    text-align: center;
    font-size: 14px;
}
.lxfx li
{
    background: #056fb7;
    height: 60px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px;
    float: left;
}
.ny_banner
{
    width: 100%;
    height: 350px;
    position: relative;
    margin-top: 96px;
}
.about_ban
{
    background: url(../image/about_ban.jpg) no-repeat center;
}
.case_ban
{
    background: url(../image/case_ban.jpg) no-repeat center;
}
.case_ban
{
    background: url(../image/case_ban.jpg) no-repeat center;
}
.hxjz_ban
{
    background: url(../image/hxjz_ban.jpg) no-repeat center;
}
.news_ban
{
    background: url(../image/news_ban.jpg) no-repeat center;
}
.pro_ban
{
    background: url(../image/pro_ban.jpg) no-repeat center;
}
.video_ban
{
    background: url(../image/video_ban.jpg) no-repeat center;
}
.contact_ban
{
    background: url(../image/contact_ban.jpg) no-repeat center;
}
.p-tit
{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #dcdcdc;
}
.m-crm
{
    color: #666;
    font-size: 12px;
    background: url(../image/home.png) no-repeat left center;
    padding-left: 30px;
    float: left;
    height: 55px;
}
.m-crm a
{
    margin: 0 3px;
    color: #666;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.m-crm a:hover
{
    color: #333;
    text-decoration: underline;
}
.p-tit ul
{
    float: right;
    height: 100%;
}
.p-tit ul li
{
    float: left;
    margin: 0 20px;
    height: 55px;
}
.p-tit ul li a
{
    display: block;
    height: 54px;
    line-height: 54px;
    color: #666;
    font-size: 16px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.p-tit ul li.active, .p-tit ul li:hover
{
    border-bottom: 2px solid #056fb7;
}
.p-tit ul li.active a, .p-tit ul li:hover a
{
    color: #056fb7;
}
.ny_futitle
{
    width: 100%;
    height: 68px;
    line-height: 68px;
    margin-top: 18px;
}
.ny_futitle .container
{
    background: #eee;
    height: 68px;
}
.ny_futitle .ny_fubiao
{
    width: auto;
    height: 68px;
    background: #093987 url(/templates/lfgg/images/t_bj.jpg) no-repeat;
    padding-left: 80px;
    padding-right: 12px;
    float: left;
}
.ny_futitle h3
{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: auto;
    height: 68px;
    background: url(/templates/lfgg/images/jts.png) no-repeat center right;
    padding-right: 60px;
}
.ny_futitle ul
{
    max-width: 900px;
    height: 100%;
    float: right;
    padding-right: 30px;
}
.ny_futitle ul li
{
    width: auto;
    height: 68px;
    margin-right: 30px;
    float: left;
    line-height: 68px;
}
.ny_futitle ul li a
{
    color: #333;
    font-size: 16px;
}
.ny_futitle ul li.active a, .ny_futitle ul li:hover a
{
    color: #056fb7;
}
.p-bd
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_about
{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 60px;
}
.ny_about table
{
    margin: 0 auto;
    border: 1px solid #eee;
    border-collapse: collapse;
}
.p-ct
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 60px;
}
.new-list
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
.new-list li
{
    height: 204px;
    padding: 10px;
    background: #eee;
    margin-bottom: 18px;
}
.new-list li:hover
{
    background: #093987;
}
.new-list .f-imgfd-img
{
    width: 287px;
    height: 100%;
    margin-right: 40px;
    overflow: hidden;
    float: left;
}
.new-list .f-imgfd-img img
{
    width: 100%;
    height: 100%;
}
.new-list li .f-imgfd-li
{
    width: 840px;
    height: 100%;
    float: left;
    padding-top: 15px;
}
.new-list h3
{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}
.new-list .time
{
    font-size: 14px;
    color: #333;
    line-height: 35px;
}
.f-xx
{
    width: 100%;
    height: 55px;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    margin-top: 20px;
}
.new-list li:hover h3, .new-list li:hover p, .new-list li:hover .f-xx
{
    color: #fff;
}
.ny_shebei
{
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 30px;
}
.ny_shebei ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 38px;
}
.ny_shebei ul li
{
    width: 378px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 27px;
    margin-right: 33px;
}
.shebei_pic
{
    width: 378px;
    height: 292px;
    overflow: hidden;
    border: 1px solid #eee;
}
.shebei_pic img
{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.ny_shebei ul li:hover img
{
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.ny_shebei ul li .she_sousuo
{
    width: 100%;
    height: 45px;
    background: #eee;
}
.ny_shebei ul li .she_sousuo p
{
    width: 300px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
}
.sousuo
{
    width: 60px;
    height: 45px;
    background: #b5b5b5;
    text-align: center;
    float: right;
    display: flex;
    align-items: center;
}
.sousuo img
{
    align-items: center;
    margin: 0 auto;
}
.ny_shebei ul li:hover .sousuo
{
    background: #093987;
}
.ny_shebei ul li:nth-child(3n)
{
    margin-right: 0;
}
.ny_jinchukou
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 38px;
}
.ny_jinchukou ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.ny_jinchukou ul li
{
    width: 100%;
    height: 243px;
}
.ny_jinchukou ul li .jck_left
{
    width: 601px;
    height: 243px;
    background: #eee;
    padding: 8px;
    float: left;
}
.ny_jinchukou ul li img
{
    width: 100%;
    height: 100%;
}
.jck_right
{
    width: 599px;
    height: 100%;
    float: right;
    padding-top: 25px;
    padding-left: 35px;
}
.jck_info h3
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}
.jck_info span
{
    font-size: 14px;
    color: #333;
}
.jck_info p
{
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 15px;
}
.jck_info i
{
    width: 74px;
    height: 30px;
    border: 1px solid #056fb7;
    color: #333;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-style: normal;
    display: block;
    border-radius: 15px;
    line-height: 30px;
    margin-top: 40px;
}
.ny_jinchukou ul li:hover .jck_left
{
    background: #056fb7;
}
.ny_jinchukou ul li:hover .jck_info i
{
    background: #056fb7;
    color: #fff;
}
.jck_rleft
{
    width: 599px;
    height: 100%;
    float: left;
    padding-top: 25px;
    padding-right: 35px;
}
.ny_bzys
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 38px 0;
}
.ny_bzys_top
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_bzys_top h3
{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    background: url(/templates/lfgg/images/jt.png) no-repeat bottom center;
    width: 100%;
    height: 56px;
    text-align: center;
    margin-bottom: 15px;
}
.ny_bzys_top p
{
    font-size: 15px;
    color: #666;
    line-height: 30px;
    text-align: center;
}
.ny_bzys_tpic
{
    widtt: 100%;
    height: 240px;
    border: 1px solid #e5e5e5;
    margin-top: 55px;
    padding: 10px;
}
.ny_bzys_tpic img
{
    height: 100%;
    width: auto;
    display: block;
    float: left;
    margin-right: 24px;
}
.ny_bzys_tpic img:last-child
{
    margin-right: 0;
}
.ny_bzys .slideTxtBox
{
    width: 100%;
    margin-top: 50px;
}
.ny_bzys .slideTxtBox .parHd
{
    width: 100%;
    height: 77px;
    background: #eee;
}
.ny_bzys .slideTxtBox .parHd ul
{
    width: auto;
    height: 77px;
    line-height: 77px;
    display: table;
    margin: 0 auto;
}
.ny_bzys .slideTxtBox .parHd ul li
{
    width: auto;
    height: 100%;
    float: left;
    margin: 0 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.ny_bzys .slideTxtBox .parHd ul li.on
{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-top: 2px solid #056fb7;
    background: url(/templates/lfgg/images/san.png) no-repeat top center;
}
.ny_bzys .slideTxtBox .parHd ul li:hover
{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-top: 2px solid #056fb7;
    background: url(/templates/lfgg/images/san.png) no-repeat top center;
}
.ny_bzys .slideTxtBox .parBd
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_bzys .slideTxtBox .parBd .bd_all
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nt_title1
{
    width: 132px;
    height: 40px;
    background: url(/templates/lfgg/images/01.png) no-repeat;
    font-size: 15px;
    color: #333;
    line-height: 40px;
    padding-left: 60px;
}
.nt_title2
{
    width: 150px;
    height: 40px;
    background: url(/templates/lfgg/images/02.png) no-repeat;
    font-size: 15px;
    color: #333;
    line-height: 40px;
    padding-left: 60px;
}
.nt_title3
{
    width: 150px;
    height: 40px;
    background: url(/templates/lfgg/images/03.png) no-repeat;
    font-size: 15px;
    color: #333;
    line-height: 40px;
    padding-left: 60px;
}
.bzys_xx
{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
}
.bzys_one
{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-top: 40px;
}
.bzys_three
{
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}
.bzys_case
{
    width: 100%;
    height: 735px;
    overflow: hidden;
    margin-top: 44px;
    position: relative;
}
.bzys_case_ul
{
    width: 100%;
    height: 660px;
    overflow: hidden;
}
.bzys_case_ul ul li
{
    display: inline;
    float: left;
    height: 660px;
    width: 390px;
    margin-right: 14px;
    overflow: hidden;
}
.nzys_case
{
    padding: 8px 14px;
    background: #eee;
    width: 100%;
    height: 310px;
    margin-bottom: 20px;
}
.nzys_case_pic
{
    width: 100%;
    height: 254px;
    overflow: hidden;
    position: relative;
}
.nzys_case_pic .case_hover
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    display: none;
}
.case_hover span
{
    font-size: 15px;
    color: #056fb7;
    height: 35px;
    line-height: 35px;
}
.case_hover img
{
    width: 40px;
    height: 40px;
    display: block;
    margin: 102px auto 5px;
}
.nzys_case:hover .case_hover
{
    display: block;
}
.bzys_case_ul ul li img.case_img
{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.nzys_case:hover img.case_img
{
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.bzys_case_ul ul li p
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    margin-top: 8px;
}
.nzys_case:hover
{
    background: #056fb7;
}
.og_prev, .og_next
{
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 99;
    cursor: pointer;
    background: #333;
    text-align: center;
}
.og_prev
{
    left: 46%;
}
.og_prev:hover
{
    background: #056fb7;
}
.og_next
{
    right: 46%;
}
.og_next:hover
{
    background: #056fb7;
}
.og_prev i, .og_next i
{
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.ny_hbcl_title
{
    width: 100%;
    height: 77px;
    background: #eee;
    text-align: center;
    font-size: 30px;
    margin-top: 48px;
}
.ny_hbcl_title h3
{
    width: 140px;
    height: 77px;
    line-height: 77px;
    border-top: 2px solid #056fb7;
    margin: 0 auto;
    font-weight: normal;
    font-size: 30px;
}
.ny_hbcl_one
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.hbcl_gs
{
    width: 150px;
    height: 130px;
    background: url(/templates/lfgg/images/title_bj.png) no-repeat;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-top: 40px;
    padding-left: 26px;
    float: left;
}
.hbcl_gsxx
{
    width: 1010px;
    float: left;
    height: auto;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-left: 40px;
    margin-top: 30px;
}
.ny_hbcl_two
{
    width: 100%;
    height: auto;
    margin-top: 40px;
    background: #eee;
    padding-top: 46px;
    padding-bottom: 80px;
}
.hbcl_two_title
{
    width: 205px;
    height: 130px;
    margin: 0 auto;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    background: url(/templates/lfgg/images/tt.png) no-repeat;
    text-align: center;
    padding-top: 24px;
    padding-left: 6px;
}
.ny_hbcl_two ul
{
    width: auto;
    display: table;
    margin: 10px auto;
    margin-top: 55px;
}
.ny_hbcl_two li
{
    width: 190px;
    height: auto;
    float: left;
    margin: 0 40px;
}
.ny_hbcl_two li .hbcl_pic
{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #f5d572;
    padding: 10px;
    margin: 0 auto;
}
.ny_hbcl_two li .hbcl_pic img
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.hbcl_zi
{
    width: 144px;
    height: 37px;
    background: #056fb7;
    color: #fff;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    margin: 25px auto 10px;
    border-radius: 25px;
}
.ny_hbcl_two li p
{
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #333;
    text-align: center;
    font-size: 14px;
}
.ny_hbcl_three
{
    width: 100%;
    height: 740px;
    overflow: hidden;
    background: url(/templates/lfgg/images/hb_bjs.png) no-repeat 200px bottom;
    margin-top: 40px;
    margin-bottom: 60px;
}
.ny_hbcl_three_xx
{
    width: 740px;
    height: auto;
    float: right;
    margin-top: 60px;
}
.ny_hbcl_three_xx p
{
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.ny_hbcl_three_xx p img
{
    margin-right: 10px;
    float: left;
    margin-top: 8px;
}
.bzys_ystxx
{
    width: 100%;
    height: 735px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}
.ny_texie
{
    width: 100%;
    height: 918px;
    margin-top: 40px;
    background: url(/templates/lfgg/images/texie.jpg) no-repeat;
}
.ny_texie_title
{
    width: 100%;
    height: 130px;
    overflow: hidden;
    text-align: center;
    background: url(/templates/lfgg/images/jt.png) no-repeat bottom center;
    padding-top: 40px;
}
.ny_texie_title h3
{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.ny_texie_title img
{
    margin: 10px 0;
}
.nzys_texie
{
    padding: 8px 14px;
    background: #eee;
    width: 100%;
    height: 310px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}
.nzys_texie:hover
{
    background: #056fb7;
}
.nzys_texie:hover .case_hover
{
    display: block;
}
.nzys_texie:hover img.case_img
{
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.ny_pantong
{
    width: 100%;
    height: auto;
}
.ny_pantong_xx
{
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    background: url(/templates/lfgg/images/pan_bj.png) no-repeat right;
    margin-top: 30px;
    overflow: hidden;
}
.ny_paninfo
{
    width: 650px;
    height: 297px;
    background: #f4f4f4;
    margin-top: 72px;
    padding: 47px 25px 47px 38px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}
.ny_yinshua
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    font-size: 15px;
    color: #333;
    line-height: 25px;
    margin-bottom: 40px;
}
.ny_yinshua_xx
{
    margin-top: 20px;
}
.ny_pronav
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}
.ny_pronav ul
{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.ny_pronav ul li
{
    width: 162px;
    height: 44px;
    background: #dcdcdc;
    text-align: center;
    line-height: 44px;
    float: left;
    margin-right: 11px;
    margin-bottom: 12px;
}
.ny_pronav ul li a
{
    color: #333;
    font-size: 15px;
}
.ny_pronav ul li:nth-child(7n)
{
    margin-right: 0;
}
.ny_pronav ul li:hover
{
    background: #056fb7;
    border-bottom: 2px solid #093987;
}
.ny_pronav ul li.active
{
    background: #056fb7;
    border-bottom: 2px solid #093987;
}
.ny_pronav ul li.active a, .ny_pronav ul li:hover a
{
    color: #fff;
}
.ny_product
{
    overflow: hidden;
    margin-bottom: 60px;
}
.ny_product ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_product ul li
{
    width: 388px;
    height: auto;
    float: left;
    margin-right: 18px;
    margin-bottom: 30px;
    overflow: hidden;
}
.ny_product ul li:nth-child(3n)
{
    margin-right: 0;
}
.pro_pic
{
    width: 388px;
    height: 302px;
    background: #eee;
    padding: 10px;
}
.pro_img
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.pro_h
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/templates/lfgg/images/p_h.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}
.ny_product ul li img
{
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.ny_product ul li:hover img
{
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.ny_product ul li p
{
    width: 100%;
    height: 43px;
    background: #b5b5b5;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ny_product ul li:hover .pro_h
{
    opacity: 1;
}
.ny_product ul li:hover p
{
    background: #056fb7;
    color: #fff;
}
.ny_produc_xx
{
    width: 880px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #777;
    line-height: 26px;
    margin: 38px auto 0;
}
.ny_produc_xx p
{
    font-size: 14px;
    color: #777;
    line-height: 26px;
}
.product_pidc .slideBox
{
    width: 100%;
    height: 556px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}
.product_pidc .slideBox .bd
{
    position: relative;
    height: 100%;
    z-index: 0;
    height: 556px;
    width: 880px;
    margin: 0 auto;
}
.product_pidc .slideBox .bd ul
{
    height: 100%;
    width: 100%;
}
.product_pidc .slideBox .bd li
{
    zoom: 1;
    vertical-align: middle;
    height: 556px;
    width: 880px;
}
.product_pidc .slideBox .prev, .product_pidc .slideBox .next
{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -101px;
    display: block;
    width: 83px;
    height: 202px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
}
.product_pidc .slideBox .next
{
    left: auto;
    right: 0;
}
.product_pidc .slideBox .prev:hover, .product_pidc .slideBox .next:hover
{
    background: rgba(219,0,16,.8);
}
.product_pidc .slideBox .prev img, .slideBox .next img
{
    align-items: center;
    margin: 0 auto;
}
.m-cot
{
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.m-cot .ewm
{
    float: right;
    margin-left: 15px;
}
.m-cot .ewm img
{
    width: 110px;
    height: 110px;
    border: 1px solid #ddd;
    padding: 5px;
}
.m-cot .ewm p
{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.m-map
{
    width: 100%;
    height: 350px;
    margin-top: 50px;
}
.m-contright
{
    width: 700px;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
#swipebox-prev, #swipebox-next
{
    display: block;
    overflow: hidden;
    width: 48px;
    height: 48px;
}
