﻿/* CSS Document */
html, body
{
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    color: #000;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 100%;
    text-align: center;
    font-family: "微软雅黑" , "微软雅黑" ,Arial,Helvetica,sans-serif;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*
{
    margin: 0px;
    padding: 0px;
}
ul, li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
form, ul, li, table, td, p, span, h1, h2, h3, h4, h5, img, dl, dt, dd
{
    margin: 0px;
    padding: 0px;
}
img
{
    border: none;
}
a
{
    text-decoration: none;
    outline: none;
}
a:focus, a:active
{
    outline: none;
}
a:link, a:visited
{
    color: #666;
    text-decoration: none;
}
a:hover, a:active
{
    text-decoration: none;
    color: #666;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
@media (min-width: 1200px)
{
    .container
    {
        width: 1200px;
    }
}

/*判断浏览器是否为IE9以上*/
.browser
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFF;
    width: 100%;
    height: 1000px;
    text-align: center;
    z-index: 1000;
    padding-top: 100px;
    font-size: 20px;
    font-family: '微软雅黑';
}
/*=============== public top start==================*/
header
{
    height: 87px;
    background: #ca141e;
    position: fixed;
    width: 100%;
    z-index: 3;
    transition: all 0.3s;
}
header h1
{
    width: 321px;
    height: 58px;
    background: url(../images/logo.png) no-repeat;
    margin-left: 43px;
    margin-top: 15px;
    float: left;
    transition: all 0.3s;
}
header h1 a
{
    display: block;
    height: 100%;
    text-indent: -999px;
}
header .topRight
{
    width: calc(100% - 364px);
    float: left;
    text-align: right;
}
header .topRight .controlBtn
{
    display: inline-block;
    height: 87px;
    width: 90px;
    background: #b4121a;
    position: relative;
    cursor: pointer;
    float: right;
    z-index: 3;
    transition: all 0.3s;
}
header .topRight .controlBtn::before
{
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.05);
    transition: all 0.3s;
}
header .topRight .controlBtn:hover::before
{
    width: 0;
}
header .topRight .controlBtn i
{
    display: block;
    height: 1px;
    background: #FFF;
    width: 24px;
    position: absolute;
    top: 44px;
    left: 33px;
    transition: all 0.3s;
    opacity: 1;
}
header .topRight .controlBtn i::after
{
    content: "";
    display: block;
    height: 1px;
    background: #FFF;
    width: 24px;
    position: absolute;
    top: -7px;
    left: 0px;
    transition: all 0.3s;
}
header .topRight .controlBtn i::before
{
    content: "";
    display: block;
    height: 1px;
    background: #FFF;
    width: 24px;
    position: absolute;
    bottom: -7px;
    left: 0px;
    transition: all 0.3s;
}
header .topRight .controlBtn i.on
{
    background: #b4121a;
    opacity: 1;
}
header .topRight .controlBtn i.on::after
{
    transform: rotate(45deg);
    top: 0px;
}
header .topRight .controlBtn i.on::before
{
    transform: rotate(-45deg);
    bottom: 0px;
}


header .topRight form
{
    width: 90px;
    float: right;
    border-left: 1px solid #D23A43;
    height: 87px;
    overflow: hidden;
    background: url(../images/zoom.png) no-repeat center center #ca141e;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}
header .topRight form section
{
    position: absolute;
    top: 43px;
    right: 20px;
    height: 1px;
    display: none;
    background: #ca141e;
    width: 20px;
    cursor: pointer;
}
header .topRight form section::after, header .topRight form section::before
{
    content: "";
    position: absolute;
    left: 0px;
    height: 1px;
    display: block;
    background: #FFF;
    width: 20px;
    top: 0px;
}
header .topRight form section::after
{
    transform: rotate(45deg);
}
header .topRight form section::before
{
    transform: rotate(-45deg);
}
header .topRight form span
{
    width: 100%;
    height: 87px;
    cursor: pointer;
    display: block;
    position: relative;
}
header .topRight form span::before
{
    content: "";
    background: rgba(0,0,0,0.02);
    width: 0px;
    height: 100%;
    display: block;
    transition: all 0.3s;
    position: absolute;
    top: 0px;
    left: 0px;
}
header .topRight form span:hover::before
{
    width: 100%;
}
header .topRight form input
{
    display: none;
    width: 300px;
    float: left;
    height: 87px;
    line-height: 87px;
    background: none;
    border: 0px;
    outline: none;
    color: #FFF;
}
header .topRight form button
{
    display: none;
    width: 60px;
    float: left;
    height: 87px;
    border: 0px;
    background: none;
}
header .topRight form.show
{
    width: 361px;
    background-position: 30px center;
}
header .topRight form.show input, header .topRight form.show button
{
    display: block;
}


header .topRight ul
{
    width: 552px;
    padding-right: 36px;
    text-align: right;
    height: 87px;
    line-height: 87px;
    position: relative;
    transition: all 1s;
    float: right;
    z-index: 1;
}
header .topRight ul.navHide
{
    margin-right: -100%;
}
header .topRight ul span
{
    width: 46px;
    position: absolute;
    height: 2px;
    bottom: 0px;
    right: 488px;
    display: block;
    background: #FFF;
    transition: all 0.3s;
}
header .topRight ul li
{
    width: 86px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
header .topRight ul li a
{
    color: #FFF;
}
header .topRight ul li:hover a, header .topRight ul li.on a
{
    color: #FFF;
}
header .topRight ul li div
{
    position: absolute;
    top: 87px;
    left: -12px;
    width: 120px;
    height: 0px;
    transition: all 0.3s;
    overflow: hidden;
}
header.float .topRight ul li div
{
    top: 60px;
}
header .topRight ul li div a, header .topRight ul li.on div a
{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255,255,255,0.95);
    color: #666;
    font-size: 12px;
}
header .topRight ul li:hover div
{
    height: 280px;
}
header .topRight ul li:hover div a
{
    color: #666;
    transition: all 0.3s;
    position: relative;
}
header .topRight ul li:hover div a::after
{
    content: "";
    display: block;
    border: 2px solid #FFF;
    width: 7px;
    height: 7px;
    border-bottom: 0px;
    border-left: 0px;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 17px;
    opacity: 0;
    transition: all 0.3s;
}
header .topRight ul li:hover div a:hover
{
    background-color: rgba(210, 16, 27, 0.9);
    color: #fff;
}
header .topRight ul li:hover div a:hover::after
{
    opacity: 1;
}


header.float, header.float .topRight .controlBtn, header.float .topRight form, header.float .topRight form span, header.float .topRight form input, header.float .topRight form button, header.float .topRight ul
{
    height: 60px;
    line-height: 60px;
}
header.float .topRight .controlBtn, header.float .topRight form
{
    width: 60px;
}

header.float .topRight form.show
{
    width: 361px;
    background-position: 30px center;
}

header.float h1
{
    width: 344px;
    height: 58px;
    background: url(../images/logo.png) no-repeat;
    background-size: 280px auto;
    margin-left: 20px;
    margin-top: 5px;
    float: left;
}

header.float .topRight .controlBtn i
{
    top: 30px;
    left: 20px;
}

header.float .topRight form section
{
    top: 30px;
}


@media (max-width: 1200px)
{
    header
    {
        overflow: visible;
    }
    header h1
    {
        width: 200px;
        height: 50px;
        background: url(../images/logo.png) no-repeat;
        background-size: 200px auto;
        margin-left: 10px;
        margin-top: 10px;
        float: left;
        position: relative;
        z-index: 1;
    }
    header.float h1
    {
        width: 200px;
        height: 50px;
        background: url(../images/logo.png) no-repeat;
        background-size: 200px auto;
        margin-left: 10px;
        margin-top: 10px;
        float: left;
    }

    header .topRight
    {
        width: 100%;
        text-align: right;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    header, header .topRight .controlBtn, header .topRight form, header .topRight form span, header .topRight form input, header .topRight form button
    {
        height: 60px;
        line-height: 60px;
    }
    header .topRight .controlBtn, header .topRight form
    {
        width: 60px;
    }

    header .topRight form.show, header.float .topRight form.show
    {
        width: calc(100% - 60px);
        background-position: 30px center;
    }
    header .topRight form.show input, header.float .topRight form.show input
    {
        width: calc(100% - 60px);
    }


    header .topRight .controlBtn i
    {
        top: 30px;
        left: 20px;
    }

    header .topRight form section
    {
        top: 30px;
    }

    header .topRight ul, header.float .topRight ul
    {
        position: absolute;
        width: 100%;
        line-height: 40px;
        top: 60px;
        right: 0px;
        height: auto;
        padding: 0px;
        box-shadow: 0px 0px 3px #ccc;
    }
    header .topRight ul.navHide
    {
        right: -100%;
        overflow: hidden;
    }
    header .topRight ul span
    {
        display: none;
    }
    header .topRight ul li
    {
        width: 100%;
        background: rgba(255,255,255,0.95);
        margin-bottom: 0px;
        border-bottom: 1px solid #EEE;
        text-align: left;
        text-indent: 20px;
        position: relative;
        float: left;
    }
    header .topRight ul li::before
    {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #666;
        border-left: 0px;
        border-bottom: 0px;
        transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 12px;
    }
    header .topRight ul li:last-child
    {
        border-bottom: 0px;
    }
    header .topRight ul li div
    {
        position: static;
        width: 100%;
        background: rgba(0,0,0,0.5);
        display: none;
        height: auto;
    }
    header .topRight ul li:hover div
    {
        display: block;
        height: auto;
    }
    header .topRight ul li:hover div a
    {
        text-align: left;
        text-indent: 25px;
        font-size: 12px;
    }

    header .topRight ul li a
    {
        color: #666;
    }
    header .topRight ul li:hover a, header .topRight ul li.on a
    {
        color: #666;
    }
}

@media screen and (max-width:480px)
{
    header .topRight form
    {
        display: none;
    }
}

/*=============== public top end==================*/

/*=============== public navbar start==================*/
.top_nav
{
    display: none;
}
.jg
{
    display: none;
}
@media screen and (max-width:640px)
{
    .jg
    {
        width: 100%;
        height: 60px;
        display: block;
    }
    .top_nav
    {
        background: #E02531;
        color: #FFF;
        width: 100%;
        height: 50px;
        display: block;
    }
    .top_nav ul
    {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .top_nav li
    {
        float: left;
        width: 33%;
        height: 100%;
        text-align: center;
    }
    .top_nav li a
    {
        display: block;
        width: 100%;
        height: 100%;
        color: #FFF;
        font-size: 17px;
        padding-top: 8px;
        background: url(../images/jt_1.png) center 33px no-repeat;
        background-size: auto 7%;
    }
}
/*=============== public navbar end==================*/


/* ====== footer start ====== */
footer
{
    background: #f6f6f6;
    padding-top: 40px;
}
footer .footerNav
{
    max-width: 1345px;
    margin: 0px auto;
    overflow: hidden;
}
footer .footerNav section
{
    float: right;
    text-align: right;
}
footer .footerNav section p:nth-child(1) img
{
    margin-top: 5px;
}
footer .footerNav section a
{
    display: inline-block;
    padding: 10px 0 0 0;
    vertical-align: middle;
}
footer .footerNav .backHome
{
    width: 100px;
    display: block;
    float: left;
    position: relative;
    height: 30px;
}
footer .footerNav .backHome::after
{
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    border: 1px solid #060606;
    width: 6px;
    height: 6px;
    border-bottom: 0px;
    border-right: 0px;
    transform: rotate(45deg);
}
footer .footerNav .backHome:hover::after
{
    border-color: rgba(210, 16, 27, 1);
}

footer .footerNav ul
{
    float: left;
    width: 720px;
    padding-bottom: 30px;
    overflow: hidden;
}
footer .footerNav ul li
{
    float: left;
    width: 120px;
    text-align: left;
}
footer .footerNav ul li a
{
    display: block;
    line-height: 32px;
    color: rgba(0,0,0,0.5);
    font-size: 13px;
    margin-left: 0px;
    transition: all 0.3s;
}
footer .footerNav ul li a:hover
{
    margin-left: 3px;
}
footer .footerNav ul li a:first-child
{
    line-height: 32px;
    color: rgba(0,0,0,1);
    font-size: 16px;
    padding-bottom: 30px;
}
footer .footerNav ul li a:hover
{
    color: rgba(210, 16, 27, 1);
}

footer .pubCopy
{
    max-width: 1345px;
    margin: 0px auto;
    overflow: hidden;
    height: 88px;
    line-height: 88px;
    text-transform: uppercase;
    text-align: left;
    color: rgba(0,0,0,0.5);
    font-size: 13px;
    border-top: 1px solid #e9e9e9;
}
footer .pubCopy .bdsharebuttonbox
{
    float: right;
    padding: 25px;
}
footer .pubCopy .bdsharebuttonbox .bds_tsina
{
    background: url(../images/sina-logo.jpg) no-repeat center center;
}
footer .pubCopy .bdsharebuttonbox .bds_linkedin
{
    background: url(../images/in-logo.jpg) no-repeat center center;
}
footer .pubCopy .bdsharebuttonbox .bds_tqq
{
    background: url(../images/tengxun-logo.jpg) no-repeat center center;
}
footer .pubCopy .bdsharebuttonbox .bds_weixin
{
    background: url(../images/weixin-logo.jpg) no-repeat center center;
}

.in_gs
{
    max-width: 1345px;
    margin: 0 auto;
    position: relative;
}
.in_gs img
{
    position: absolute;
    left: 830px;
    top: -88px;
}


@media (max-width: 1200px)
{
    footer .footerNav, footer .pubCopy .bdsharebuttonbox
    {
        display: none;
    }
    footer .pubCopy
    {
        text-align: center;
    }
    .in_gs
    {
        width: 100%;
    }
    .in_gs img
    {
        left: calc(100% - 150px);
    }
}
@media (max-width: 800px)
{
    footer .pubCopy
    {
        height: 78px;
        padding-top: 10px;
        line-height: 25px;
    }
    .in_gs
    {
        width: 100%;
        margin: 0 auto;
        height: 70px;
        position: relative;
    }
    .in_gs img
    {
        position: absolute;
        left: calc(50% - 33px);
        top: 0;
    }
}

/* ====== footer end ====== */


/* ====== go top start ====== */
.gotop
{
    background-color: rgba(210, 16, 27, 0.6);
    bottom: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    width: 55px;
    height: 55px;
    display: none;
}
.gotop:hover
{
    background-color: rgba(210, 16, 27, 1);
}
.gotop a
{
    display: block;
    height: 55px;
    overflow: hidden;
    width: 55px;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    line-height: 55px;
}

/* ====== go top end ====== */

/* ====== public page start ======= */
#PageContent
{
    clear: both;
    padding: 50px 0px 20px 0px;
    text-align: center;
    font-size: 14px;
    color: #666;
    text-indent: 0px;
}
#PageContent a
{
    height: 40px;
    line-height: 38px;
    padding: 0px 15px;
    display: inline-block;
    border: 1px solid #ddd;
    background: #FFF;
    transition: all 0.3s;
    color: #333;
    margin: 0px;
    margin-left: -1px;
}
#PageContent span
{
    height: 40px;
    line-height: 38px;
    padding: 0px 15px;
    display: inline-block;
    border: 1px solid #DDD;
    background: #FFF;
    color: #666;
    margin: 0px;
    margin-left: -1px;
}
#PageContent a:hover, #PageContent span.current
{
    background: #da251c;
    border: 1px solid #da251c;
    color: #FFF;
}
#PageContent .prev
{
    border-radius: 3px 0px 0px 3px;
}
#PageContent .next
{
    border-radius: 0px 3px 3px 0px;
}
#PageContent .next, #PageContent .prev
{
    font-family: "宋体";
    vertical-align: top;
}
@media (max-width: 768px)
{
    #PageContent a, #PageContent span
    {
        display: none;
    }
    #PageContent .prev, #PageContent .next
    {
        display: inline-block;
        width: calc(50% - 6px);
        padding: 4px 8px;
        height: auto;
        font-size: 18px;
    }
    #PageContent .prev
    {
        border-radius: 5px 0px 0px 5px;
    }
    #PageContent .next
    {
        border-radius: 0px 5px 5px 0px;
    }
}
/* ====== public page end ======= */
.not-animated
{
    opacity: 0;
}

@font-face
{
    font-family: 'FZBSJW_2';
    src: url('fonts/FZBSJW_2.eot');
    src: url('fonts/FZBSJW_2.eot?#iefix') format('embedded-opentype'), url('fonts/FZBSJW_2.woff2') format('woff2'), url('fonts/FZBSJW_2.woff') format('woff'), url('fonts/FZBSJW_2.ttf') format('truetype'), url('fonts/FZBSJW_2.svg#FZBSJW_2') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'FZNBSJW_3';
    src: url('fonts/FZNBSJW_3.eot');
    src: url('fonts/FZNBSJW_3.eot?#iefix') format('embedded-opentype'), url('fonts/FZNBSJW_3.woff2') format('woff2'), url('fonts/FZNBSJW_3.woff') format('woff'), url('fonts/FZNBSJW_3.ttf') format('truetype'), url('fonts/FZNBSJW_3.svg#FZNBSJW_3') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clearTop
{
    width: 100%;
    height: 87px;
}

@media screen and (max-width:1200px)
{
    .clearTop
    {
        height: 60px;
    }
}
@media screen and (max-width:640px)
{
    .clearTop
    {
        height: 0;
    }
}
/*====== public banner start ======*/
.pubBanner
{
    padding-top: 87px;
}
.pubBanner span
{
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 445px;
}


@media screen and (max-width:1200px)
{
    .pubBanner
    {
        padding-top: 60px;
    }
}
@media (min-width:768px) and (max-width:991px)
{
    .pubBanner span
    {
        height: 350px;
    }
}

@media screen and (max-width:768px)
{
    .pubBanner span
    {
        height: 280px;
    }
}
@media screen and (max-width:640px)
{
    .pubBanner
    {
        padding-top: 0;
    }
    .pubBanner span
    {
        height: 200px;
    }
}
@media screen and (max-width:480px)
{
    .pubBanner span
    {
        height: 120px;
    }

    /*	header h1
                                    	{
                                    	    width:80px;
                                    		height:39px;
                                    	    background:url(../images/logo_1.png) no-repeat;
                                    	    background-size:cover;
                                        }
                                        header.float h1{
                                    	    width:80px;
                                    		height:39px;
                                    	    background:url(../images/logo_1.png) no-repeat;
                                    	    background-size:cover;
                                    	}*/
}

/*====== public banner end ======*/

/*====== public tab start ======*/
.pubTab
{
    border-bottom: 1px solid #e2e1e0;
    height: 70px;
    background-color: #FFF;
}
.pubTab ul
{
    max-width: 1345px;
    margin: 0px auto;
}
.pubTab ul li
{
    position: relative;
    height: 70px;
    line-height: 70px;
}
.pubTab ul li a:hover, .pubTab ul li.on a
{
    color: #d2101b;
}
.pubTab ul li span
{
    width: 0px;
    height: 5px;
    bottom: -2px;
    position: absolute;
    left: 10%;
    background: #d2101b;
    transition: all 0.3s;
}
.pubTab ul li:hover span, .pubTab ul li.on span
{
    width: 80%;
}

@media screen and (max-width:1200px)
{
    .pubTab
    {
        overflow: hidden;
        height: auto;
        border: 0px;
    }
    .pubTab ul li
    {
        height: 40px;
        line-height: 38px;
        border-bottom: 1px solid #eee;
    }
    .pubTab ul li::after
    {
        content: "";
        border: 1px solid #CCC;
        border-bottom: 0px;
        border-left: 0px;
        transform: rotate(45deg);
        position: absolute;
        top: 15px;
        width: 8px;
        height: 8px;
        right: 10px;
        transition: all 0.3s;
    }
    .pubTab ul li span
    {
        height: 2px;
        bottom: 0px;
        left: 0px;
    }
    .pubTab ul li a
    {
        display: block;
    }
    .pubTab ul li:hover span, .pubTab ul li.on span
    {
        width: 100%;
    }
    .pubTab ul li:hover::after, .pubTab ul li.on::after
    {
        border-color: #d2101b;
    }
}
/*====== public tab end ======*/
/*====== public title start ======*/
.pubTitle
{
    position: relative;
    border-bottom: 1px solid #e2e1e0;
    text-align: center;
    height: 40px;
    color: #333;
    margin: 30px auto 50px;
    max-width: 1345px;
}
.pubTitle font
{
    display: inline-block;
    padding: 0 20px;
    font-size: 26px;
    line-height: 70px;
    background: #FFF;
}
.pubTitle span
{
    /* font-family:FZBSJW_2; */
    display: inline-block;
    font-size: 27px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #FFF;
    padding: 0px 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transform: rotateX(30deg);
}
/*====== public title end ======*/
/*====== public content start ======*/
.pubContent
{
    max-width: 1345px;
    margin: 0px auto;
    text-align: left;
    line-height: 30px;
    color: #848484;
    padding-bottom: 100px;
    padding: 10px 10px 50px 10px;
}
.photoList
{
    width: 100%;
    overflow: hidden;
    max-width: 1345px;
    margin: 0px auto;
    text-align: left;
    line-height: 30px;
    color: #848484;
    padding: 10px 0px 50px 0px;
}
.photoList li
{
    background: #FFF;
    padding: 0px 10px;
    text-align: center;
}
.photoList li a
{
    display: block;
    border: 1px solid #EEE;
    line-height: 40px;
}
.photoList li img
{
    width: 100%;
    display: block;
}


/*message*/
.message
{
    padding: 15px 0px;
    max-width: 100%;
    overflow: hidden;
}

.message .col-sm-6
{
    height: 70px;
}
.message .input-group
{
    padding: 15px 10px;
}
.message .input-group-addon
{
    border-radius: 0px;
    border-color: #ececec;
    background-color: #f7f7f7;
    height: 45px;
}
.message .form-control
{
    border-radius: 0px;
    border-color: #ececec;
    background-color: #fafafa;
    min-height: 45px;
    border-left: 0px;
    box-shadow: 0 0 0 0;
}
.message .form-control:focus
{
    box-shadow: 0 0 0 0;
}

.message .code
{
    width: 70px;
    border: 1px solid #ececec;
    background-color: #f7f7f7;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.message .btn
{
    width: 100px;
    border: 1px solid #db3328;
    background-color: #db3328;
    text-align: center;
    color: #FFF;
    height: 45px;
    border-radius: 0px;
}
@media (max-width: 768px)
{
    .message .input-group
    {
        padding: 10px 0;
    }


    .message .col-sm-6
    {
        height: 70px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .message .col-xs-12
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .message .btn
    {
        width: 80px;
    }
}
.message .input-group .addon-code
{
    padding: 0px 5px;
}
/*====== public content end ======*/
/*====== public news start ======*/
.pubNews
{
    max-width: 1345px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.pubNews img
{
    transition: all 0.3s;
}

@media (max-width: 991px)
{
    .pubNews
    {
        padding: 20px 0px 70px 0px;
    }
}
.pubNews h3
{
    position: relative;
    border-bottom: 1px solid #9f9f9f;
    height: 1px;
    margin-bottom: 60px;
}
.pubNews h3 span
{
    /* font-family:FZBSJW_2; */
    display: block;
    position: absolute;
    font-size: 26px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    top: -15px;
    left: calc(50% - 77px);
    background: #FFF;
    width: 155px;
}
.pubNews li
{
    margin-top: 30px;
    cursor: pointer;
}
.pubNews li img
{
    width: 100%;
}
.pubNews li span
{
    color: #333;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    display: block;
    width: 60px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 20px;
}
.pubNews li span i
{
    display: inline-block;
    height: 5px;
    width: 40px;
    background: #000;
    position: relative;
}
.pubNews li span i::before
{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background: #d2101b;
    width: 0px;
    transition: all 0.3s;
}
.pubNews li:hover span i::before
{
    width: 40px;
}
.pubNews li strong
{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    display: block;
    overflow: hidden;
}
.pubNews li p
{
    font-size: 13px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-align: left;
    display: block;
    color: #666;
    margin-bottom: 20px;
}
.pubNews li a
{
    display: block;
    color: #FFF;
    width: 110px;
    height: 34px;
    line-height: 34px;
    background: #000;
    text-indent: 15px;
    text-align: left;
    position: relative;
    transition: all 0.3s;
}
.pubNews li a::before
{
    content: "";
    display: block;
    background: #d2101b;
    width: 0px;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s;
}
.pubNews li a::after
{
    content: "了解更多";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
}
.pubNews li a span
{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.pubNews li a span::after
{
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
    width: 17px;
    position: absolute;
    right: 15px;
    top: 17px;
    background-color: #FFF;
    transition: all 0.3s;
}
.pubNews li a span::before
{
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #FFF;
    border-left: 0px;
    border-bottom: 0px;
    position: absolute;
    right: 15px;
    top: 15px;
    top: 15px;
    transform: rotate(45deg);
    transition: all 0.3s;
}
.pubNews li:hover a::before
{
    width: 100%;
}
.pubNews li:hover a span::after, .pubNews li:hover a span::before
{
    right: 10px;
}


.pubNews .newsDetail h2
{
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
    overflow: hidden;
    text-align: center;
    padding: 30px 10px 15px;
    line-height: 24px;
}
.pubNews .newsDetail .subTitle
{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.pubNews .newsDetail .con
{
    padding: 20px 10px 50px;
    text-align: left;
    color: #666;
    line-height: 30px;
}
.pubNews .newsDetail .con img
{
    max-width: 100%;
}
.pubNews .newsDetail .con a
{
    color: #4d4d4d;
}
.pubNews .newsDetail .con a:hover
{
    color: #009543;
}


/*====== public news end ======*/
/*====== public products start ======*/
.pubProducts .proClass
{
    border-bottom: 1px solid #e2e1e0;
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 2;
}
.pubProducts .proClass .type
{
    max-width: 1345px;
    margin: 0px auto;
}
.pubProducts .proClass .type ul
{
    text-align: left;
    width: calc(100% - 300px);
}
.pubProducts .proClass .type ul li
{
    padding: 0px 5px;
    position: relative;
}
.pubProducts .proClass .type ul li a
{
    display: block;
    text-align: center;
}
.pubProducts .proClass .type ul li:hover a, .pubProducts .proClass .type ul li.on a
{
    color: #d2101b;
}


.pubProducts .proClass .type ul li span
{
    width: 0px;
    height: 5px;
    bottom: -2px;
    position: absolute;
    left: 10%;
    background: #d2101b;
    transition: all 0.3s;
}
.pubProducts .proClass .type ul li:hover span, .pubProducts .proClass .type ul li.on span
{
    width: 80%;
}

@media screen and (max-width:1200px)
{
    .pubProducts .proClass .type ul li span
    {
        height: 2px;
        bottom: 1px;
        left: 0px;
    }
    .pubProducts .proClass .type ul li:hover span, .pubProducts .proClass .type ul li.on span
    {
        width: 100%;
    }
}

.pubProducts .proClass .type .proScreen
{
    float: right;
    width: 300px;
    text-align: right;
}
.pubProducts .proClass .type .proScreen section
{
    display: inline-block;
    position: relative;
    width: 100px;
    height: 25px;
    line-height: 23px;
    text-align: left;
    border: 1px solid #b0b0b0;
    text-indent: 10px;
    background: #FFF;
    box-shadow: 0px 0px 3px #CCC;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
}
.pubProducts .proClass .type .proScreen section:hover
{
    overflow: visible;
}
.pubProducts .proClass .type .proScreen section::after
{
    content: "";
    border: 1px solid #b1b0b1;
    border-left: 0px;
    border-top: 0px;
    transform: rotate(45deg);
    position: absolute;
    display: block;
    top: 5px;
    right: 15px;
    width: 8px;
    height: 8px;
    transition: all 0.3s;
}
.pubProducts .proClass .type .proScreen section:hover::after
{
    transform: rotate(225deg);
    top: 10px;
}
.pubProducts .proClass .type .proScreen section dl
{
    position: absolute;
    top: 24px;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.pubProducts .proClass .type .proScreen section:hover dl
{
    opacity: 1;
}
.pubProducts .proClass .type .proScreen section dl dd
{
    display: block;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.pubProducts .proClass .type .proScreen section dl dd:hover
{
    background: #e4e4e4;
}
.pubProducts .proClass .type .proScreen section dl dd a
{
    display: block;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
}

@media (max-width: 1200px)
{
    .pubProducts .proClass
    {
        height: auto;
        overflow: visible;
    }
    .pubProducts .proClass .type ul
    {
        width: 100%;
        float: none;
        overflow: hidden;
        border-bottom: 1px solid #EEE;
    }
    .pubProducts .proClass .type ul li
    {
        padding: 0px;
        margin-bottom: -1px;
    }
    .pubProducts .proClass .type ul a
    {
        text-align: center;
        border-bottom: 1px solid #EEE;
        text-indent: 0px;
        height: 40px;
        line-height: 40px;
    }
    .pubProducts .proClass .type .proScreen
    {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.pubProducts .proList
{
    max-width: 1345px;
    margin: 0 auto;
    padding: 25px 0px;
}
.pubProducts .proList ul
{
    text-align: left;
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.pubProducts .proList ul li
{
    border-top: 0px;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: table-cell;
    margin-left: -1px;
    margin-bottom: -1px;
    z-index: 1;
}
.pubProducts .proList ul li:hover
{
    z-index: 2;
}
.pubProducts .proList ul li section
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e2e1e0;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: height bottom;
    background: #FFF;
}
.pubProducts .proList ul li:hover section
{
    height: calc(100% + 116px);
    bottom: -40px;
}
.pubProducts .proList ul li section .bigImg
{
    width: 100%;
}
.pubProducts .proList ul li section span
{
    width: 85%;
    border-bottom: 1px solid #eaeaea;
    margin: 0px auto;
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-align: left;
    color: #585858;
    margin-bottom: 6px;
    margin-top: 15px;
}
.pubProducts .proList ul li section p
{
    width: 85%;
    margin: 0px auto;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    text-align: left;
    color: #585858;
}
.pubProducts .proList ul li section dl
{
    width: 85%;
    margin: 0px auto;
    padding: 19px 0px 25px 0px;
    height: 81px;
}
.pubProducts .proList ul li section dl a
{
    float: right;
    line-height: 37px;
}
.pubProducts .proList ul li section a:hover
{
    color: #d2101b;
}
.pubProducts .proList ul li section dl dd
{
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 10px;
}
.pubProducts .proList ul li section dl dd.on
{
    border: 1px solid #d2101b;
}
.pubProducts .proList ul li section dl dd img
{
    width: 100%;
    height: 100%;
    display: block;
}
.pubProducts .proList ul li .block
{
    width: 100%;
    background: #3c3c3c;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    position: relative;
    display: block;
    text-align: center;
    padding-right: 50px;
}
.pubProducts .proList ul li .block:hover
{
    color: #FFF;
    background: #666;
}
.pubProducts .proList ul li .block::after
{
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    border: 1px solid #FFF;
    border-bottom: 0px;
    border-left: 0px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}
.pubProducts .proList ul li .block::before
{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 50px;
    background: #FFF;
    width: 1px;
    height: 40px;
}

@media (max-width: 1200px)
{

    .pubProducts .proList ul li:hover section
    {
        height: 100%;
        bottom: 0px;
    }
    .pubProducts .proList ul li section .bigImg
    {
        width: 100%;
    }
    .pubProducts .proList ul li section span
    {
        width: 85%;
        border-bottom: 1px solid #eaeaea;
        margin: 0px auto;
        display: block;
        height: 34px;
        line-height: 34px;
        overflow: hidden;
        text-align: left;
        color: #585858;
        margin-bottom: 6px;
        margin-top: 20px;
    }
    .pubProducts .proList ul li section dl
    {
        display: none;
    }
    .pubProducts .proList ul li .block
    {
        display: none;
    }
}
@media (max-width: 768px)
{

    .pubProducts .proList ul li section span
    {
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .pubProducts .proList ul li section p
    {
        height: 25px;
        line-height: 25px;
    }
}

.pubProducts .proContent
{
    max-width: 1345px;
    margin: 0px auto;
    overflow: hidden;
    padding: 40px 0px;
}
.pubProducts .proContent .bigImg
{
    border: 1px solid #e2e1e0;
    padding: 0px;
}
.pubProducts .proContent .bigImg img
{
    width: 100%;
}
.pubProducts .proContent .proInfo
{
    padding: 0px;
    padding-left: 34px;
}
.pubProducts .proContent .proInfo h3
{
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    line-height: 28px;
}
.pubProducts .proContent .proInfo h3 small
{
    display: block;
    color: #9e9e9e;
    font-size: 15px;
    font-weight: normal;
    line-height: 36px;
}
.pubProducts .proContent .proInfo p
{
    text-align: left;
    padding: 7px;
    line-height: 32px;
    font-size: 15px;
    color: #535353;
}
.pubProducts .proContent .proInfo section
{
    display: block;
    width: 100%;
    background: #f6f6f6;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pubProducts .proContent .proInfo section a
{
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}
.pubProducts .proContent .proInfo section a.on
{
    border: 1px solid #d2101b;
}
.pubProducts .proContent .proInfo section a img
{
    width: 58px;
    height: 58px;
}
.pubProducts .proContent .proCon
{
    text-align: left;
    color: #3c3c3c;
    line-height: 30px;
}
.pubProducts .proContent .proCon img
{
    max-width: 100%;
}

@media (max-width: 991px)
{
    .pubProducts .proContent
    {
        padding: 0px 0px 30px 0px;
        margin-top: -1px;
    }
    .pubProducts .proContent .proInfo
    {
        padding: 10px;
    }
}



.pubProducts .proContent .proTitle
{
    clear: both;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    font-size: 22px;
    height: 50px;
    color: #696969;
    position: relative;
}
.pubProducts .proContent .proTitle span
{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 120px;
    background: #FFF;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 60px);
}
.pubProducts .proContent .proCon
{
    max-width: 1345px;
    margin: 0px auto;
    padding: 50px 10px;
}

/*====== public products end ======*/

.scrollable
{
    position: relative;
    margin: 0px auto;
    max-width: 1400px;
    margin-top: 60px;
    padding: 0px 25px;
}
.scrollable ul li
{
    float: left;
    width: 325px;
    margin: 5px;
    list-style: none;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.3);
    position: relative;
}

.scrollable ul li span
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(210,16,27,0.9);
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
}
.scrollable ul li:hover span
{
    opacity: 1;
}
.scrollable ul li span i
{
    width: 56px;
    height: 56px;
    border-radius: 28px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 3;
    border: 1px solid #FFF;
    background: url(../images/bit-logo.png) no-repeat center center;
    transition: all 0.5s;
}
.scrollable ul li:hover span i
{
    transform: rotate(720deg);
}

.scrollable ul li img
{
    width: 100%;
    display: block;
}
.scrollable .carousel-direction a
{
    position: absolute;
    top: 70px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #bdbdbd;
    transition: all 0.5s;
    opacity: 0;
}
.scrollable:hover .carousel-direction a
{
    opacity: 1;
}
.scrollable .carousel-direction a:hover
{
    border: 2px solid rgba(210,16,27,0.9);
    background: rgba(210,16,27,0.9);
}
.scrollable .carousel-direction a::after
{
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #bdbdbd;
    display: block;
    position: absolute;
    top: 13px;
    transform: rotate(-45deg);
}
.scrollable .carousel-direction a.carousel-prev
{
    left: 0px;
}
.scrollable .carousel-direction a.carousel-prev::after
{
    border-bottom: 0px;
    border-right: 0px;
    left: 15px;
}
.scrollable .carousel-direction a.carousel-next
{
    right: 0px;
}
.scrollable .carousel-direction a.carousel-next::after
{
    border-top: 0px;
    border-left: 0px;
    right: 15px;
}
.scrollable .carousel-btn
{
    padding: 70px 0px;
}
.scrollable .carousel-btn a
{
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    background: #FFF;
    width: 30px;
    height: 6px;
    border-radius: 3px;
    transition: all 0.3s;
    margin: 0px 2px;
}
.scrollable .carousel-btn a.selected
{
    background: #d2101b;
    width: 45px;
}


/*brand2 stasrt*/
.brand2_bkg_1
{
    background-color: #FAFAFA;
}
.brand2_bkg
{
    width: 100%;
    background-color: #FAFAFA;
    padding: 50px 0 30px 0;
}
.brand2_bkg .pubTitle
{
    margin-top: 0;
}
.brand2_bkg .pubTitle span
{
    background-color: #FAFAFA;
}

.brand2_box
{
    width: 902px;
    margin: 100px auto 0 auto;
    background-color: #FAFAFA;
}
.swiper-container
{
    width: 100%;
}
.gallery-top
{
    border: 1px solid #D6D5D5;
}
.gallery-thumbs
{
    box-sizing: border-box;
    margin-top: 10px;
}
.gallery-thumbs .swiper-slide img
{
    border: 1px solid #E3E2E2;
    cursor: pointer;
    width: calc(100% - 2px);
}
.gallery-thumbs .swiper-slide-active img
{
    border: 1px solid #D20F1B;
}
.dispnone
{
    display: none;
}


@media screen and (max-width:991px)
{
    .brand2_box
    {
        width: 95%;
    }
    .swiper-button-prev
    {
        left: 20px;
    }
    .swiper-button-next
    {
        right: 20px;
    }
}
@media screen and (max-width:768px)
{

}

/*brand2 end*/
/*brand2 phone stasrt*/
.brand2_phone_box
{
    display: none;
    padding: 0 10px;
}
@media screen and (max-width:640px)
{
    .swiper-container
    {
        padding-top: 0px;
    }
    .brand2_box
    {
        display: none;
    }
    .brand2_phone_box
    {
        display: block;
    }
}
/*brand2 phone end*/


.pro_2
{
    display: none;
}


@media screen and (max-width:640px)
{
    .pubTitle_news
    {
        margin-bottom: 10px;
    }
    .pro_1
    {
        display: none;
    }
    .pro_2
    {
        display: block;
    }
}


/*brand3 start*/
.jg_1
{
    width: 100%;
    height: 87px;
}
.brand3T_1
{
    background: #D2101B url(../images/design-bg-two.jpg) no-repeat center bottom;
    background-size: cover;
    text-align: center;
    padding: 130px 0 70px 0;
}
.brand3T_1 h3
{
    max-width: 1265px;
    margin: 0 auto 60px auto;
    position: relative;
    border-bottom: 1px solid #f2b8bb;
    height: 1px;
}
.brand3T_1 h3 span
{
    /* font-family:FZBSJW_2; */
    display: block;
    position: absolute;
    font-size: 33px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    top: -15px;
    left: calc(50% - 105px);
    background: #D2101B;
    color: #FFF;
    width: 210px;
}

.brand3T_1 div
{
    display: inline-block;
    padding: 40px 67px 0px 67px;
}
.brand3T_1 div img
{
    max-width: 100%;
}
.brand3T_2
{
    clear: both;
    text-align: center;
    padding: 90px 0;
    width: 870px;
    margin: 0 auto;
}
.brand3T_2 span
{
    display: block;
    font-size: 35px;
    margin-bottom: 50px;
}
.brand3T_2 video
{
    width: calc(100% - 20px);
    height: 500px;
    background: #000;
}
.brand3T_3
{
    clear: both;
    width: 100%;
    background-color: #BA1C23;
    margin: 0 auto;
    padding-bottom: 90px;
}
.brand3T_3 span
{
    display:block;
    width:100%;
    text-align: center;
    font-size: 35px;
    padding: 80px 0 75px 0;
    color: #FFF;
}
.brand3T_3 div
{
    width: 100%;
}
.brand3T_3 div img
{
    width: auto;
    max-width: 100%;
}
.brand3T_3 div p img
{
    display: none;
    margin:0 auto;
}


@media screen and (max-width:1200px)
{
    .jg_1
    {
        height: 60px;
    }
    .brand3T_1 h3
    {
        width: calc(100% - 60px);
    }

    .brand3T_1 div
    {
        padding: 40px 20px 0px 20px;
    }
    .brand3T_3 div img
    {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width:960px)
{
    .brand3T_1
    {
        height: auto;
        padding-bottom: 40px;
    }
    .brand3T_1 h3
    {
        width: calc(100% - 30px);
    }
}
@media screen and (max-width:640px)
{
    .jg_1
    {
        display: none;
    }
    .brand3T_1
    {
        padding: 60px 0 30px 0;
    }
    .brand3T_1 h3
    {
        margin-bottom: 20px;
    }
    .brand3T_1 h3 span
    {
        font-size: 23px;
        left: calc(50% - 75px);
        width: 150px;
    }
    .brand3T_2
    {
        padding: 35px 0;
        width: calc(100% - 30px);
    }
    .brand3T_2 span
    {
        display: block;
        font-size: 23px;
        margin-bottom: 25px;
    }
    .brand3T_2 video
    {
        width: 100%;
        height: 350px;
    }

    .brand3T_3 span
    {
        font-size: 23px;
        padding: 35px 0 30px 0;
    }
    .brand3T_3 div img
    {
        display: none;
    }
    .brand3T_3 div p img
    {
        display:block;
        width: calc(100% - 30px);
    }

}
