﻿*
{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei',arial,helvetica,clean,sans-serif;
    font-size: 100px;
}
body
{
    font: 14px/1.231 'Microsoft YaHei',arial,helvetica,clean,sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-size: 100px;
    width: 100%;
    overflow-x: hidden;
}
*:before, *:after
{
    box-sizing: content-box;
}
:focus
{
    outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary
{
    display: block;
}
a
{
    color: #333;
    text-decoration: none;
}
a:link, a:hover, a:active, a:visited
{
    text-decoration: none;
}
ins
{
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark
{
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del
{
    text-decoration: line-through;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select
{
    vertical-align: middle;
}
li, ul
{
    list-style-type: none;
}
img
{
    border: none;
}
input, textarea
{
    outline: 0;
    border: 0;
    resize: none;
}
h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em
{
    font-weight: normal;
    font-style: normal;
    font-size: .14rem;
}
p, span, i, u, a, img, ul, li, div, br, b, strong, font, br, input, button
{
    font-size: .14rem;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clearboth
{
    clear: both;
}
.clear
{
    clear: both;
}
.container1
{
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
}
.pagecenter
{
    width: 84%;
    margin: 0 auto;
    max-width: 1600px;
}
.section
{
    overflow: hidden;
    position: relative;
}/* 右侧导航 */
#fp-nav
{
    _display: none;
    font-size: 12px;
    right: 0;
}
#fp-nav li
{
    margin: 10px 0 0;
    vertical-align: middle;
    width: 30px!important;
    height: 22px!important;
}
#fp-nav li a
{
    float: right;
    width: 21px;
    height: 21px;
    color: #000;
    text-decoration: none;
    text-align: right;
    background: url(../../pc_cn/images/dot.png) 8px 5px no-repeat;
}
#fp-nav .active
{
    background-position: 0 bottom;
}
#fp-nav span
{
    display: none;
}
.fullPage-tooltip
{
    float: left;
    top: 0;
    margin-right: 5px;
    font: 12px "Microsoft Yahei";
    color: #8f9da4;
    line-height: 21px;
}/*top*/
.top_bg
{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    z-index: 9;
    height: .9rem;
    background: #222;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.top_bg .top_con
{
    margin: 0 auto;
}
.top_bg .top_con .logo
{
    float: left;
    width: 10.7%;
    margin-left: 1.5%;
    position: relative;
}
.top_bg .top_con .logo img
{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: .15rem;
}/*nav*/
.nav_bg
{
    width: 69%;
    margin: 0 0 0 8%;
    height: .9rem;
    position: relative;
    float: left;
}
.nav_bg .t_nav
{
    margin: 0 auto;
}
.nav_bg .t_nav>ul>li
{
    float: left;
    height: .9rem;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 10%;
    box-sizing: content-box;
}
.nav_bg .t_nav>ul>li>a
{
    display: block;
}
.nav_bg .t_nav>ul>li>a>span
{
    display: block;
    font-size: .16rem;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    box-sizing: content-box;
    line-height: .9rem;
    position: relative;
    z-index: 5;
}
.nav_bg .t_nav>ul>li:hover>a>span
{
    color: #e60703;
}
.nav_bg .t_nav>ul>li.another>a>span
{
    color: #e60703;
}
.t_nav ul li .submenu
{
    display: none;
    position: absolute;
    top: .9rem;
    left: 0;
    background: #e60703;
    width: 100%;
    z-index: 999;
    overflow: hidden;
}
.t_nav ul li:hover .submenu
{
    display: block;
}
.t_nav ul li .submenu li
{
    padding: 0;
    background: none;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.t_nav ul li .submenu>li>a
{
    float: none;
    text-align: center;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    background: none;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    width: 96%;
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2%;
    box-sizing: content-box;
}
.t_nav ul li .submenu li a:hover
{
    background: #1f1f1f;
    text-decoration: none;
}
.fixedNav
{
    margin: 0 auto;
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    background: #222!important;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    box-shadow: 0 10px 12px rgba(0,0,0,.1);
}
.top_bg .tel
{
    float: right;
    background: #e60703;
    width: 9%;
    height: .65rem;
    font-size: .2rem;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    padding-top: .25rem;
}
.top_bg .tel span
{
    display: block;
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    line-height: .21rem;
}/* phone_header*/
.phone_header
{
    width: 100%;
    margin: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    z-index: 9;
}
.headerTop
{
    position: relative;
    z-index: 9;
    width: 100%;
    height: .6rem;
}
.headerTop .headerTel
{
    float: left;
    margin-top: .1rem;
    margin-left: .2rem;
}
.headerTop .headerTel a
{
    display: block;
}
.headerTop .headerTel a img
{
    width: auto;
    height: .4rem;
    float: left;
    display: block;
}
.headerTop .headerTel a span
{
    display: block;
    font-size: .2rem;
    color: #333;
    font-weight: bold;
    float: left;
    line-height: .4rem;
}
.headerTop .headerMenu
{
    position: relative;
    width: .27rem;
    height: .23rem;
    top: .23rem;
    right: .2rem;
    float: right;
}
.headerTop .headerMenu span
{
    width: .27rem;
    height: .23rem;
    background: url(../../pc_cn/images/menu.png) no-repeat center;
    display: block;
    background-size: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
.Nav
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    background: #e60703;
    display: none;
    overflow-x: hidden;
}
.Nav .navBox .close
{
    height: .45rem;
    width: .45rem;
    position: absolute;
    top: 2%;
    right: 2%;
}
.Nav .navBox .close img
{
    width: 100%;
}
.Nav .navBox h4
{
    text-align: center;
    color: #fff;
    font-size: .3rem;
    margin-top: .5rem;
    font-weight: bold;
}
.Nav .navBox ul
{
    width: 80%;
    padding: 0 10%;
    margin-top: 20%;
    box-sizing: content-box;
}
.Nav .navBox ul li a
{
    text-align: center;
    line-height: 3.5;
    color: #fff;
    font-size: .18rem;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width: 1440px)
{
    .top_bg .top_con .logo img
    {
        margin-top: .27rem;
    }
    .nav_bg
    {
        margin: 0 0 0 3%;
    }
    .top_bg .tel
    {
        width: 12%;
    }
}
@media(max-width: 980px)
{
    pagecenter
    {
        width: 94%;
    }
    .top_bg
    {
        display: none!important;
    }
    .nav_bg
    {
        display: none;
    }
    .phone_header
    {
        display: block;
    }
    #fp-nav.right
    {
        display: none;
    }
}/* footer */
.footerbg
{
    width: 100%;
    margin: 0 auto;
    background: #222;
    height: 4.78rem!important;
}
.footerbg .pagecenter
{
    margin: 0 auto;
}
.footerbg .pagecenter .f_links
{
    height: 1.3rem;
    border-bottom: 1px solid #3f3f41;
}
.footerbg .pagecenter .f_links .flogo
{
    float: left;
    width: 12.8%;
    margin-top: .35rem;
}
.footerbg .pagecenter .f_links .flogo img
{
    display: block;
    width: 100%;
}
.footerbg .pagecenter .f_links .links
{
    float: right;
    margin-top: .5rem;
    line-height: .32rem;
    max-width: 80%;
}
.footerbg .pagecenter .f_links .links .links_t
{
    float: left;
    font-size: .14rem;
    color: #fff;
}
.footerbg .pagecenter .f_links .links .yq
{
    float: left;
}
.footerbg .pagecenter .f_links .links .yq a
{
    display: block;
    float: left;
    font-size: .14rem;
    color: #999;
}
.footerbg .pagecenter .footer
{
    height: 2rem;
    border-bottom: 1px solid #3f3f41;
    margin: .65rem auto 0 auto;
}
.footerbg .pagecenter .footer .f_fl
{
    float: left;
    width: 65%;
}
.footerbg .pagecenter .footer .f_fl dl
{
    float: left;
    width: 14.5%;
    margin-right: 2%;
}
.footerbg .pagecenter .footer .f_fl dl dt
{
    font-size: .16rem;
    color: #fff;
    margin-bottom: .15rem;
}
.footerbg .pagecenter .footer .f_fl dl dd a
{
    display: block;
    font-size: .14rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    line-height: .24rem;
}
.footerbg .pagecenter .footer .f_fl dl dd a:hover
{
    transform: translateX(10px);
}
.footerbg .pagecenter .footer .ewm
{
    float: left;
    width: 1.1rem;
}
.footerbg .pagecenter .footer .ewm img
{
    display: block;
    margin: 0 auto;
    width: 1.1rem;
    height: 1.1rem;
}
.footerbg .pagecenter .footer .ewm span
{
    display: block;
    text-align: center;
    font-size: .14rem;
    color: #999;
    margin: .12rem auto 0 auto;
}
.footerbg .pagecenter .footer .f_right
{
    float: right;
    width: 18%;
}
.footerbg .pagecenter .footer .f_right .tel
{
    background: url(../../pc_cn/images/ftel.png) no-repeat left top;
    padding-left: .4rem;
}
.footerbg .pagecenter .footer .f_right .tel span
{
    display: block;
    font-size: .14rem;
    color: #fff;
}
.footerbg .pagecenter .footer .f_right .tel i
{
    display: block;
    font-size: .2rem;
    color: #fff;
    font-family: "Impact";
}
.footerbg .pagecenter .footer .f_right .address
{
    margin-top: .1rem;
    margin-left: .4rem;
}
.footerbg .pagecenter .footer .f_right .address ul li
{
    font-size: .14rem;
    color: #fff;
    line-height: .34rem;
}
.footerbg .pagecenter .end
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: .14rem;
    color: #999;
    line-height: .78rem;
}
.footerbg .pagecenter .end a
{
    font-size: .14rem;
    color: #999;
}
.footerbg .pagecenter .end img
{
    vertical-align: middle;
}/*end*/
.m_end_bg
{
    width: 100%;
    height: 56px;
    background: #fff;
    padding: 9px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: none;
}
.m_end_bg ul li
{
    float: left;
    width: 25%;
    text-align: center;
}
.m_end_bg ul li span img
{
    display: block;
    width: 20px;
    height: 19px;
    object-fit: contain;
    margin: 0 auto 3px auto;
}
.m_end_bg ul li a
{
    display: block;
    font-size: 13px;
    color: #333;
}
@media(max-width: 980px)
{
    .footerbg
    {
        height: auto!important;
        padding-bottom: 65px;
    }
    .footerbg .pagecenter
    {
        margin: 0 auto;
    }
    .footerbg .pagecenter .f_links
    {
        height: auto;
        border-bottom: 1px solid #3f3f41;
    }
    .footerbg .pagecenter .f_links .flogo
    {
        float: none;
        width: 50%;
        margin: .15rem auto .15rem auto;
    }
    .footerbg .pagecenter .f_links .links
    {
        float: none;
        display: none;
    }
    .footerbg .pagecenter .footer
    {
        height: auto;
        border-bottom: 1px solid #3f3f41;
        margin: .2rem auto 0 auto;
        overflow: hidden;
        padding-bottom: .15rem;
    }
    .footerbg .pagecenter .footer .f_fl
    {
        display: none;
    }
    .footerbg .pagecenter .footer .ewm
    {
        float: none;
        width: 1rem;
        margin: 0 auto;
    }
    .footerbg .pagecenter .footer .ewm img
    {
        display: block;
        margin: 0 auto;
        width: 1rem;
        height: 1rem;
    }
    .footerbg .pagecenter .footer .f_right
    {
        float: none;
        width: 100%;
        margin: .1rem auto 0 auto;
    }
    .footerbg .pagecenter .footer .f_right .tel
    {
        background: url(../../pc_cn/images/ftel.png) no-repeat left top;
        padding-left: .4rem;
    }
    .footerbg .pagecenter .footer .f_right .tel i
    {
        display: block;
        font-size: .16rem;
        color: #fff;
        font-family: "Impact";
    }
    .footerbg .pagecenter .footer .f_right .address
    {
        margin-top: .05rem;
        margin-left: .4rem;
    }
    .footerbg .pagecenter .footer .f_right .address ul li
    {
        line-height: .26rem;
    }
    .footerbg .pagecenter .end
    {
        line-height: .24rem;
        padding: .1rem 0 0 0;
        overflow: hidden;
    }
    .m_end_bg
    {
        display: block;
    }
    #wjdh-kefu
    {
        display: none;
    }
}